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

body {
    font-family: 'Georgia', 'Times New Roman', serif;
    line-height: 1.7;
    color: #2a2a2a;
    background: #fdfdfb;
}

.ad-disclosure {
    background: #1a1a1a;
    color: #ffffff;
    text-align: center;
    padding: 8px;
    font-size: 12px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.nav-minimal {
    position: sticky;
    top: 0;
    background: rgba(255, 255, 255, 0.98);
    border-bottom: 1px solid #e8e8e8;
    z-index: 100;
    backdrop-filter: blur(10px);
}

.nav-container {
    max-width: 720px;
    margin: 0 auto;
    padding: 20px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
    text-decoration: none;
    letter-spacing: -0.5px;
}

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

.nav-links a {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 14px;
    color: #4a4a4a;
    text-decoration: none;
    transition: color 0.3s;
}

.nav-links a:hover {
    color: #1a1a1a;
}

.editorial-flow {
    max-width: 680px;
    margin: 0 auto;
    padding: 60px 24px;
}

.hero-editorial {
    margin-bottom: 80px;
}

.hero-content-narrow h1 {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 24px;
    font-weight: 400;
    color: #1a1a1a;
}

.hero-subtext {
    font-size: 20px;
    line-height: 1.6;
    color: #4a4a4a;
    margin-bottom: 48px;
}

.hero-image-inline {
    margin: 48px 0;
}

.hero-image-inline img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 4px;
    background-color: #e8e8e8;
}

.story-section,
.insight-block,
.problem-section,
.reveal-section,
.trust-section,
.final-section {
    margin-bottom: 80px;
}

.narrow-content p {
    font-size: 19px;
    line-height: 1.7;
    margin-bottom: 24px;
    color: #2a2a2a;
}

.opening-statement {
    font-size: 22px;
    font-style: italic;
    color: #3a3a3a;
    margin-bottom: 32px;
}

.narrow-content h2 {
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 28px;
    font-weight: 400;
    color: #1a1a1a;
}

.narrow-content h3 {
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 18px;
    font-weight: 400;
    color: #1a1a1a;
}

.inline-cta-soft {
    margin: 40px 0;
    padding: 24px 0;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
}

.text-link-arrow {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 16px;
    color: #1a1a1a;
    text-decoration: none;
    font-weight: 500;
}

.text-link-arrow:after {
    content: ' →';
}

.text-link-arrow:hover {
    text-decoration: underline;
}

.image-break {
    margin: 80px 0;
}

.image-break img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 4px;
    background-color: #e8e8e8;
}

.testimonial-inline {
    margin: 80px 0;
}

.testimonial-editorial {
    padding: 40px;
    background: #f7f7f5;
    border-left: 4px solid #1a1a1a;
    font-style: italic;
    border-radius: 2px;
}

.testimonial-editorial p {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 16px;
    color: #2a2a2a;
}

.testimonial-editorial cite {
    font-style: normal;
    font-size: 16px;
    color: #5a5a5a;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.services-editorial {
    margin: 80px 0;
}

.services-editorial .narrow-content {
    padding: 48px 0;
}

.price-reveal {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 28px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 24px 0;
}

.btn-select-service {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background: #1a1a1a;
    color: #ffffff;
    border: none;
    padding: 14px 32px;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.3s;
}

.btn-select-service:hover {
    background: #2a2a2a;
}

.divider-subtle {
    border: none;
    border-top: 1px solid #d8d8d8;
    margin: 64px 0;
}

.form-section-editorial {
    margin: 80px 0;
    padding: 60px 40px;
    background: #f7f7f5;
    border-radius: 4px;
}

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

.selected-service-display {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    padding: 16px;
    background: #ffffff;
    border-left: 4px solid #1a1a1a;
    margin-bottom: 32px;
    font-weight: 500;
    display: none;
}

.selected-service-display.active {
    display: block;
}

.form-editorial label {
    display: block;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
    color: #2a2a2a;
}

.form-editorial input {
    width: 100%;
    padding: 14px;
    font-size: 16px;
    border: 1px solid #c8c8c8;
    border-radius: 4px;
    margin-bottom: 24px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.form-editorial input:focus {
    outline: none;
    border-color: #1a1a1a;
}

.btn-submit {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background: #1a1a1a;
    color: #ffffff;
    border: none;
    padding: 16px 40px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.3s;
}

.btn-submit:hover {
    background: #2a2a2a;
}

.closing-thought {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 32px;
}

.btn-primary {
    display: inline-block;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background: #1a1a1a;
    color: #ffffff;
    text-decoration: none;
    padding: 16px 40px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 4px;
    transition: background 0.3s;
}

.btn-primary:hover {
    background: #2a2a2a;
}

.footer {
    background: #1a1a1a;
    color: #ffffff;
    padding: 60px 24px 40px;
}

.footer-content {
    max-width: 680px;
    margin: 0 auto;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 40px;
    padding-bottom: 32px;
    border-bottom: 1px solid #3a3a3a;
}

.footer-links a {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 14px;
    color: #b8b8b8;
    text-decoration: none;
    transition: color 0.3s;
}

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

.footer-disclaimer {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 13px;
    line-height: 1.6;
    color: #888888;
    margin-bottom: 32px;
    padding: 20px;
    background: #2a2a2a;
    border-radius: 4px;
}

.footer-company {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 13px;
    color: #888888;
}

.footer-company p {
    margin-bottom: 8px;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2a2a2a;
    color: #ffffff;
    padding: 24px;
    display: none;
    z-index: 1000;
}

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

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

.cookie-content p {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    flex: 1;
}

.cookie-actions {
    display: flex;
    gap: 12px;
}

.btn-cookie {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    padding: 10px 24px;
    font-size: 14px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s;
}

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

.btn-cookie.accept:hover {
    background: #e8e8e8;
}

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

.btn-cookie.reject:hover {
    background: #3a3a3a;
}

@media (max-width: 768px) {
    .nav-container {
        padding: 16px 20px;
    }

    .nav-links {
        gap: 16px;
    }

    .nav-links a {
        font-size: 13px;
    }

    .editorial-flow {
        padding: 40px 20px;
    }

    .hero-content-narrow h1 {
        font-size: 32px;
    }

    .hero-subtext {
        font-size: 18px;
    }

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

    .narrow-content h2 {
        font-size: 26px;
    }

    .narrow-content h3 {
        font-size: 22px;
    }

    .form-section-editorial {
        padding: 40px 24px;
    }

    .cookie-content {
        flex-direction: column;
        align-items: flex-start;
    }

    .cookie-actions {
        width: 100%;
    }

    .btn-cookie {
        flex: 1;
    }
}