* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.7;
    color: #2c2c2c;
    background: #ffffff;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: #1a1a1a;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #666666;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1a1a1a;
    color: #ffffff;
    padding: 20px;
    z-index: 10000;
    display: none;
    box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.2);
}

.cookie-banner.show {
    display: block;
}

.cookie-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.cookie-content p {
    flex: 1;
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
}

.cookie-content a {
    color: #ffffff;
    text-decoration: underline;
}

.cookie-buttons {
    display: flex;
    gap: 10px;
}

.btn-accept,
.btn-reject {
    padding: 10px 24px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
    border-radius: 4px;
}

.btn-accept {
    background: #ffffff;
    color: #1a1a1a;
}

.btn-accept:hover {
    background: #f0f0f0;
}

.btn-reject {
    background: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
}

.btn-reject:hover {
    background: rgba(255, 255, 255, 0.1);
}

.nav-minimal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 5%;
    border-bottom: 1px solid #e0e0e0;
}

.nav-brand {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.nav-links {
    display: flex;
    gap: 32px;
}

.nav-links a {
    font-size: 15px;
    font-weight: 500;
    transition: opacity 0.3s ease;
}

.nav-links a:hover {
    opacity: 0.6;
}

.editorial-content {
    max-width: 100%;
    margin: 0 auto;
}

.story-header {
    padding: 80px 5% 60px;
}

.header-narrow {
    max-width: 680px;
    margin: 0 auto;
    text-align: center;
}

.header-narrow h1 {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 800;
    margin-bottom: 24px;
    letter-spacing: -1px;
}

.lead-text {
    font-size: 22px;
    line-height: 1.6;
    color: #555555;
    font-weight: 400;
}

.hero-figure {
    max-width: 1000px;
    margin: 60px auto 0;
    padding: 0 5%;
}

.story-intro,
.problem-section,
.insight-section,
.benefits-section,
.trust-section,
.social-proof,
.services-reveal,
.urgency-section,
.form-section,
.final-cta {
    padding: 60px 5%;
}

.text-narrow {
    max-width: 680px;
    margin: 0 auto;
}

.text-narrow h2 {
    font-size: 36px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 28px;
    margin-top: 48px;
    letter-spacing: -0.5px;
}

.text-narrow h2:first-child {
    margin-top: 0;
}

.text-narrow h3 {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 16px;
    margin-top: 36px;
}

.text-narrow p {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.8;
}

.inline-image {
    margin: 48px 0;
    border-radius: 8px;
}

.inline-cta-block {
    text-align: center;
    padding: 40px 5%;
}

.cta-inline {
    display: inline-block;
    padding: 16px 40px;
    background: #1a1a1a;
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.cta-inline:hover {
    background: #333333;
    color: #ffffff;
    transform: translateY(-2px);
}

.cta-primary {
    display: inline-block;
    padding: 18px 48px;
    background: #2c2c2c;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.cta-primary:hover {
    background: #1a1a1a;
    color: #ffffff;
    transform: translateY(-2px);
}

.problem-section {
    background: #f9f9f9;
}

.wide-figure {
    max-width: 1000px;
    margin: 48px auto;
    padding: 0 5%;
}

.wide-figure img {
    border-radius: 8px;
}

.wide-figure figcaption {
    text-align: center;
    font-size: 14px;
    color: #666666;
    margin-top: 12px;
    font-style: italic;
}

.testimonial-inline {
    padding: 60px 5%;
    background: #f5f5f5;
}

.testimonial-inline blockquote {
    max-width: 680px;
    margin: 0 auto;
    padding: 0;
    border-left: 4px solid #1a1a1a;
    padding-left: 32px;
}

.testimonial-inline blockquote p {
    font-size: 22px;
    line-height: 1.6;
    font-style: italic;
    margin-bottom: 16px;
}

.testimonial-inline cite {
    font-size: 16px;
    font-style: normal;
    color: #666666;
}

.benefit-list {
    margin-top: 48px;
}

.benefit-item {
    margin-bottom: 36px;
}

.benefit-item h3 {
    font-size: 22px;
    margin-bottom: 12px;
    margin-top: 0;
}

.benefit-item p {
    font-size: 17px;
    color: #555555;
}

.cta-variation {
    background: #1a1a1a;
    padding: 48px 5%;
}

.trust-section {
    background: #fafafa;
}

.social-proof {
    padding: 80px 5%;
}

.testimonial-grid {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-top: 40px;
}

.testimonial-card {
    background: #ffffff;
    padding: 32px;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    border-left: 4px solid #2c2c2c;
}

.testimonial-card p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 16px;
    font-style: italic;
}

.testimonial-card cite {
    font-size: 15px;
    color: #666666;
    font-style: normal;
}

.services-reveal {
    background: #f9f9f9;
    padding: 80px 5%;
}

.service-cards {
    margin-top: 48px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.service-card {
    background: #ffffff;
    padding: 40px;
    border-radius: 12px;
    border: 2px solid #e0e0e0;
    position: relative;
    transition: all 0.3s ease;
}

.service-card:hover {
    border-color: #1a1a1a;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.service-card.featured {
    border-color: #2c2c2c;
    background: #fafafa;
}

.featured-badge {
    position: absolute;
    top: -12px;
    left: 40px;
    background: #2c2c2c;
    color: #ffffff;
    padding: 6px 16px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 4px;
}

.service-card h3 {
    font-size: 28px;
    margin-bottom: 16px;
    margin-top: 0;
}

.service-card > p {
    font-size: 17px;
    color: #555555;
    margin-bottom: 24px;
    line-height: 1.7;
}

.service-details ul {
    list-style: none;
    margin: 24px 0;
}

.service-details li {
    padding: 8px 0 8px 28px;
    font-size: 16px;
    position: relative;
    line-height: 1.6;
}

.service-details li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #2c2c2c;
    font-weight: 700;
}

.price-tag {
    font-size: 32px;
    font-weight: 800;
    color: #1a1a1a;
    margin: 24px 0;
}

.btn-select {
    width: 100%;
    padding: 16px;
    background: #2c2c2c;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-select:hover {
    background: #1a1a1a;
    transform: translateY(-2px);
}

.urgency-section {
    padding: 40px 5%;
}

.urgency-box {
    background: #fff9e6;
    border: 2px solid #ffd700;
    border-radius: 8px;
    padding: 32px;
    text-align: center;
}

.urgency-box h3 {
    font-size: 24px;
    margin-bottom: 16px;
    margin-top: 0;
}

.urgency-box p {
    font-size: 17px;
    margin: 0;
    line-height: 1.7;
}

.urgency-box strong {
    color: #d32f2f;
}

.form-section {
    background: #fafafa;
    padding: 80px 5%;
}

.editorial-form {
    margin-top: 48px;
}

.form-group {
    margin-bottom: 28px;
}

.form-group label {
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #2c2c2c;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 14px 16px;
    font-size: 16px;
    border: 2px solid #d0d0d0;
    border-radius: 6px;
    font-family: inherit;
    transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #2c2c2c;
}

.checkbox-group {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.checkbox-group input[type="checkbox"] {
    width: auto;
    margin-top: 4px;
    flex-shrink: 0;
}

.checkbox-group label {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6;
}

.btn-submit {
    width: 100%;
    padding: 18px;
    background: #2c2c2c;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-submit:hover {
    background: #1a1a1a;
    transform: translateY(-2px);
}

.final-cta {
    text-align: center;
    padding: 80px 5%;
    background: #1a1a1a;
    color: #ffffff;
}

.final-cta h2 {
    color: #ffffff;
    font-size: 38px;
    margin-bottom: 20px;
}

.final-cta p {
    color: #cccccc;
    font-size: 19px;
    margin-bottom: 36px;
}

.cta-final {
    display: inline-block;
    padding: 18px 48px;
    background: #ffffff;
    color: #1a1a1a;
    font-size: 18px;
    font-weight: 700;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.cta-final:hover {
    background: #f0f0f0;
    color: #1a1a1a;
    transform: translateY(-2px);
}

.site-footer {
    background: #0a0a0a;
    color: #cccccc;
    padding: 60px 5% 30px;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 48px;
    margin-bottom: 40px;
}

.footer-section {
    flex: 1;
    min-width: 200px;
}

.footer-section h4 {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600;
}

.footer-section p {
    font-size: 15px;
    line-height: 1.6;
}

.footer-section ul {
    list-style: none;
}

.footer-section li {
    margin-bottom: 12px;
}

.footer-section a {
    color: #cccccc;
    font-size: 15px;
    transition: color 0.3s ease;
}

.footer-section a:hover {
    color: #ffffff;
}

.footer-bottom {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
    border-top: 1px solid #333333;
    text-align: center;
}

.footer-bottom p {
    font-size: 14px;
    color: #999999;
}

.sticky-cta {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    display: none;
}

.sticky-cta.show {
    display: block;
    animation: slideIn 0.3s ease;
}

@keyframes slideIn {
    from {
        transform: translateY(100px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.sticky-cta-button {
    display: block;
    padding: 16px 32px;
    background: #2c2c2c;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.sticky-cta-button:hover {
    background: #1a1a1a;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.4);
}

.page-header {
    padding: 80px 5% 40px;
    background: #f9f9f9;
}

.story-section,
.contact-section,
.services-detail {
    padding: 60px 5%;
}

.cta-box {
    background: #f5f5f5;
    padding: 40px;
    border-radius: 8px;
    text-align: center;
    margin: 48px 0;
}

.cta-box h3 {
    font-size: 24px;
    margin-bottom: 16px;
    margin-top: 0;
}

.cta-box p {
    font-size: 17px;
    margin-bottom: 24px;
    color: #555555;
}

.cta-inline-secondary {
    display: inline-block;
    padding: 14px 32px;
    background: transparent;
    color: #1a1a1a;
    font-size: 16px;
    font-weight: 600;
    border: 2px solid #1a1a1a;
    border-radius: 6px;
    margin-left: 12px;
    transition: all 0.3s ease;
}

.cta-inline-secondary:hover {
    background: #1a1a1a;
    color: #ffffff;
}

.contact-info-box {
    background: #f9f9f9;
    padding: 32px;
    border-radius: 8px;
    margin-bottom: 32px;
}

.contact-info-box h3 {
    font-size: 22px;
    margin-bottom: 16px;
    margin-top: 0;
}

.contact-info-box p {
    font-size: 17px;
    line-height: 1.8;
    margin: 0;
}

.contact-info-box a {
    color: #2c2c2c;
    text-decoration: underline;
}

.note {
    font-size: 15px;
    color: #666666;
    font-style: italic;
    margin-top: 12px;
}

.service-detail-card {
    margin-bottom: 64px;
    padding-bottom: 48px;
    border-bottom: 2px solid #e0e0e0;
}

.service-detail-card:last-of-type {
    border-bottom: none;
}

.service-image {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 32px;
}

.service-price {
    font-size: 36px;
    font-weight: 800;
    color: #2c2c2c;
    margin: 20px 0;
}

.service-detail-card h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

.service-detail-card h3 {
    font-size: 20px;
    margin-top: 32px;
    margin-bottom: 16px;
}

.service-detail-card ul {
    list-style: none;
    margin: 20px 0;
}

.service-detail-card li {
    padding: 10px 0 10px 32px;
    font-size: 17px;
    position: relative;
    line-height: 1.7;
}

.service-detail-card li:before {
    content: "•";
    position: absolute;
    left: 12px;
    color: #2c2c2c;
    font-size: 24px;
    line-height: 1;
}

.btn-service {
    display: inline-block;
    padding: 16px 40px;
    background: #2c2c2c;
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
    border-radius: 8px;
    margin-top: 24px;
    transition: all 0.3s ease;
}

.btn-service:hover {
    background: #1a1a1a;
    color: #ffffff;
    transform: translateY(-2px);
}

.featured-service {
    position: relative;
}

.featured-label {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #2c2c2c;
    color: #ffffff;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
}

.thanks-section {
    padding: 100px 5%;
    min-height: 60vh;
}

.thanks-content {
    text-align: center;
}

.thanks-content h1 {
    font-size: 42px;
    margin-bottom: 32px;
    color: #2c2c2c;
}

.success-icon {
    width: 80px;
    height: 80px;
    background: #4caf50;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 32px;
    font-size: 48px;
    color: #ffffff;
    font-weight: 700;
}

.thanks-details {
    background: #f9f9f9;
    padding: 40px;
    border-radius: 8px;
    margin: 40px 0;
}

.thanks-details p {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.service-info {
    background: #ffffff;
    padding: 24px;
    border-radius: 6px;
    margin: 24px 0;
}

.selected-service-box {
    background: #ffffff;
    padding: 20px;
    border-radius: 6px;
    margin-top: 16px;
}

.service-name {
    font-size: 20px;
    font-weight: 700;
    color: #2c2c2c;
    margin-bottom: 8px;
}

.service-price {
    font-size: 24px;
    font-weight: 800;
    color: #1a1a1a;
}

.next-steps {
    margin: 48px 0;
    text-align: left;
}

.step-item {
    display: flex;
    gap: 24px;
    margin-bottom: 32px;
    align-items: flex-start;
}

.step-number {
    width: 48px;
    height: 48px;
    background: #2c2c2c;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    flex-shrink: 0;
}

.step-content h3 {
    font-size: 20px;
    margin-bottom: 8px;
    margin-top: 4px;
}

.step-content p {
    font-size: 16px;
    color: #555555;
    line-height: 1.7;
    margin: 0;
}

.back-link {
    margin-top: 48px;
    text-align: center;
}

.back-link a {
    font-size: 16px;
    color: #666666;
    text-decoration: none;
    transition: color 0.3s ease;
}

.back-link a:hover {
    color: #2c2c2c;
}

.legal-page {
    background: #ffffff;
}

.legal-content {
    padding: 60px 5% 100px;
}

.last-updated {
    font-size: 15px;
    color: #666666;
    font-style: italic;
}

.legal-content h2 {
    font-size: 28px;
    margin-top: 48px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.legal-content h3 {
    font-size: 22px;
    margin-top: 32px;
    margin-bottom: 16px;
    color: #2c2c2c;
}

.legal-content h4 {
    font-size: 18px;
    margin-top: 24px;
    margin-bottom: 12px;
    color: #333333;
}

.legal-content ul {
    margin: 20px 0;
    padding-left: 24px;
}

.legal-content li {
    margin-bottom: 12px;
    font-size: 17px;
    line-height: 1.8;
}

.cookie-table {
    background: #f9f9f9;
    padding: 24px;
    border-radius: 8px;
    margin: 24px 0;
}

.cookie-table h4 {
    margin-top: 0;
    margin-bottom: 16px;
}

.cookie-table table {
    width: 100%;
    border-collapse: collapse;
}

.cookie-table td {
    padding: 12px 0;
    font-size: 16px;
    line-height: 1.6;
    border-bottom: 1px solid #e0e0e0;
}

.cookie-table tr:last-child td {
    border-bottom: none;
}

.cookie-table td:first-child {
    width: 30%;
}

@media (max-width: 768px) {
    .header-narrow h1 {
        font-size: 36px;
    }

    .lead-text {
        font-size: 19px;
    }

    .text-narrow h2 {
        font-size: 28px;
    }

    .text-narrow p {
        font-size: 17px;
    }

    .nav-minimal {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .nav-links {
        flex-direction: column;
        gap: 16px;
    }

    .cookie-content {
        flex-direction: column;
    }

    .cookie-buttons {
        width: 100%;
        flex-direction: column;
    }

    .btn-accept,
    .btn-reject {
        width: 100%;
    }

    .footer-content {
        flex-direction: column;
        gap: 32px;
    }

    .sticky-cta {
        bottom: 10px;
        right: 10px;
        left: 10px;
    }

    .sticky-cta-button {
        width: 100%;
        text-align: center;
    }

    .testimonial-inline blockquote {
        padding-left: 20px;
    }

    .testimonial-inline blockquote p {
        font-size: 19px;
    }

    .service-card {
        padding: 28px;
    }

    .featured-badge {
        left: 28px;
    }

    .cta-inline-secondary {
        display: block;
        margin-left: 0;
        margin-top: 12px;
    }

    .step-item {
        flex-direction: column;
        gap: 16px;
    }
}

@media (min-width: 769px) {
    .testimonial-grid {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .testimonial-card {
        flex: 1;
        min-width: 300px;
    }
}

@media (min-width: 1024px) {
    .service-cards {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .service-card {
        flex: 1;
        min-width: 300px;
        max-width: calc(50% - 16px);
    }
}