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

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

.ad-disclosure {
    background: #f8f8f8;
    padding: 8px 20px;
    text-align: center;
    font-size: 13px;
    color: #666;
    border-bottom: 1px solid #e0e0e0;
}

.site-header {
    background: #ffffff;
    border-bottom: 1px solid #e8e8e8;
    position: sticky;
    top: 0;
    z-index: 100;
}

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

.logo {
    font-size: 22px;
    font-weight: 600;
    color: #1a1a1a;
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 35px;
}

.nav-links a {
    text-decoration: none;
    color: #4a4a4a;
    font-size: 15px;
    transition: color 0.2s;
}

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

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

.story-flow {
    width: 100%;
}

.hero-editorial {
    position: relative;
    width: 100%;
    height: 70vh;
    min-height: 500px;
    overflow: hidden;
    background: #1a1a1a;
}

.hero-image-wrapper {
    width: 100%;
    height: 100%;
}

.hero-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.75;
}

.hero-text-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #ffffff;
    max-width: 700px;
    padding: 0 20px;
}

.hero-text-overlay h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    text-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

.subtitle {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    opacity: 0.95;
}

.narrow-content {
    max-width: 680px;
    margin: 0 auto;
    padding: 60px 30px;
}

.intro-narrative,
.problem-amplification,
.solution-reveal,
.services-preview,
.trust-building,
.form-section,
.disclaimer-section,
.about-narrative,
.services-detailed,
.contact-info-section {
    padding: 40px 0;
}

.lead-text {
    font-size: 22px;
    line-height: 1.7;
    margin-bottom: 30px;
    color: #1a1a1a;
}

.narrow-content p {
    font-size: 18px;
    margin-bottom: 25px;
    color: #3a3a3a;
}

.narrow-content h2 {
    font-size: 32px;
    font-weight: 700;
    margin: 50px 0 25px 0;
    color: #1a1a1a;
    line-height: 1.3;
}

.narrow-content h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 35px 0 20px 0;
    color: #2a2a2a;
}

.inline-image-block {
    margin: 50px 0;
    background: #f5f5f5;
}

.inline-image-block img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.image-caption {
    font-size: 15px;
    color: #666;
    font-style: italic;
    padding: 15px;
    text-align: center;
}

.insight-box {
    background: #f9f9f9;
    border-left: 4px solid #3a3a3a;
    padding: 30px;
    margin: 40px 0;
}

.insight-text {
    font-size: 19px;
    font-style: italic;
    line-height: 1.7;
    margin-bottom: 15px;
    color: #2a2a2a;
}

.insight-attribution {
    font-size: 16px;
    color: #666;
    text-align: right;
}

.cta-inline {
    text-align: center;
    margin: 50px 0;
}

.btn-primary {
    display: inline-block;
    background: #2a2a2a;
    color: #ffffff;
    padding: 16px 40px;
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
    border-radius: 4px;
    transition: background 0.3s;
}

.btn-primary:hover {
    background: #1a1a1a;
}

.service-card-editorial {
    display: flex;
    flex-direction: column;
    margin: 60px 0;
    background: #fafafa;
    border-radius: 8px;
    overflow: hidden;
}

.service-image {
    width: 100%;
    background: #e8e8e8;
}

.service-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
}

.service-content {
    padding: 35px;
}

.service-content h3 {
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 15px 0;
    color: #1a1a1a;
}

.service-content p {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 15px;
    color: #3a3a3a;
}

.service-price {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 20px 0 5px 0;
}

.service-detail {
    font-size: 15px;
    color: #666;
}

.testimonial-inline {
    background: #f5f5f5;
    padding: 35px;
    margin: 45px 0;
    border-left: 3px solid #666;
}

.testimonial-inline p:first-child {
    font-size: 18px;
    line-height: 1.7;
    font-style: italic;
    margin-bottom: 15px;
    color: #2a2a2a;
}

.testimonial-name {
    font-size: 15px;
    color: #666;
    font-style: normal;
}

.editorial-form {
    background: #f9f9f9;
    padding: 40px;
    border-radius: 8px;
    margin-top: 40px;
}

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

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

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 14px;
    font-size: 16px;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    font-family: inherit;
    background: #ffffff;
}

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

.btn-submit {
    background: #2a2a2a;
    color: #ffffff;
    padding: 16px 50px;
    font-size: 17px;
    font-weight: 500;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.3s;
}

.btn-submit:hover {
    background: #1a1a1a;
}

.disclaimer-section {
    background: #f0f0f0;
    padding: 40px 0;
    margin-top: 60px;
}

.disclaimer-text {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
}

.disclaimer-text p {
    font-size: 15px;
    margin-bottom: 0;
}

.site-footer {
    background: #2a2a2a;
    color: #e0e0e0;
    padding: 60px 30px 30px;
    margin-top: 80px;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 50px;
    flex-wrap: wrap;
}

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

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

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

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

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

.footer-section ul li a {
    color: #c0c0c0;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.2s;
}

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

.footer-email {
    color: #c0c0c0;
    font-size: 15px;
}

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

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    border-top: 2px solid #e0e0e0;
    padding: 25px 30px;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    z-index: 1000;
    display: none;
}

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

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

.cookie-content p {
    flex: 1;
    font-size: 15px;
    line-height: 1.6;
    color: #3a3a3a;
    margin: 0;
}

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

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

.btn-cookie-accept,
.btn-cookie-reject {
    padding: 12px 30px;
    font-size: 15px;
    font-weight: 500;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-cookie-accept {
    background: #2a2a2a;
    color: #ffffff;
}

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

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

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

.page-hero-small {
    background: #f5f5f5;
    padding: 60px 0 40px;
    text-align: center;
}

.page-hero-small h1 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.page-hero-small .subtitle {
    font-size: 19px;
    color: #555;
}

.service-detail-block {
    margin: 70px 0;
}

.service-image-large {
    width: 100%;
    margin-bottom: 30px;
    background: #e8e8e8;
}

.service-image-large img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    display: block;
    border-radius: 8px;
}

.service-detail-content h2 {
    font-size: 30px;
    margin-top: 0;
}

.service-price-large {
    font-size: 36px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 15px 0 5px 0;
}

.service-scope {
    font-size: 16px;
    color: #666;
    margin-bottom: 25px;
}

.service-features {
    margin: 25px 0;
    padding-left: 20px;
}

.service-features li {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 10px;
    color: #3a3a3a;
}

.service-note {
    background: #f5f5f5;
    padding: 15px;
    border-left: 3px solid #666;
    margin-top: 25px;
    font-size: 16px;
    color: #555;
}

.cta-section-services {
    background: #f9f9f9;
    padding: 50px;
    border-radius: 8px;
    text-align: center;
    margin-top: 70px;
}

.cta-section-services h2 {
    margin-top: 0;
}

.contact-details-block {
    margin: 50px 0;
}

.contact-item {
    margin-bottom: 40px;
}

.contact-item h3 {
    font-size: 22px;
    margin-bottom: 15px;
}

.contact-email-display {
    font-size: 18px;
    color: #2a2a2a;
    margin-bottom: 8px;
}

.contact-note {
    font-size: 15px;
    color: #666;
    font-style: italic;
}

.info-box {
    background: #e8f4f8;
    padding: 30px;
    border-radius: 8px;
    margin: 40px 0;
}

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

.faq-item {
    margin: 35px 0;
}

.faq-item h3 {
    font-size: 20px;
    margin-bottom: 12px;
}

.thanks-section {
    text-align: center;
    min-height: 60vh;
}

.thanks-icon {
    width: 80px;
    height: 80px;
    background: #4caf50;
    color: #ffffff;
    font-size: 50px;
    line-height: 80px;
    border-radius: 50%;
    margin: 0 auto 30px;
}

.thanks-section h1 {
    font-size: 38px;
    margin-bottom: 20px;
}

.thanks-details {
    background: #f5f5f5;
    padding: 25px;
    border-radius: 8px;
    margin: 40px 0;
    text-align: left;
}

.next-steps-box {
    background: #f9f9f9;
    padding: 35px;
    border-radius: 8px;
    margin: 40px 0;
    text-align: left;
}

.next-steps-box h2 {
    margin-top: 0;
    font-size: 26px;
    text-align: center;
}

.next-steps-list {
    list-style: none;
    counter-reset: step-counter;
    padding: 0;
}

.next-steps-list li {
    counter-increment: step-counter;
    position: relative;
    padding-left: 50px;
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 1.6;
}

.next-steps-list li::before {
    content: counter(step-counter);
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 35px;
    background: #2a2a2a;
    color: #ffffff;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    font-weight: 600;
}

.cta-back {
    margin-top: 50px;
}

.btn-secondary {
    display: inline-block;
    background: #f0f0f0;
    color: #2a2a2a;
    padding: 14px 35px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    border-radius: 4px;
    transition: background 0.3s;
}

.btn-secondary:hover {
    background: #e0e0e0;
}

.legal-page {
    padding: 40px 0;
}

.legal-page h1 {
    font-size: 36px;
    margin-bottom: 15px;
}

.legal-updated {
    font-size: 15px;
    color: #666;
    margin-bottom: 40px;
}

.legal-page h2 {
    font-size: 26px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.legal-page h3 {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 15px;
}

.legal-page h4 {
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 10px;
    font-weight: 600;
}

.legal-page ul {
    margin: 20px 0;
    padding-left: 30px;
}

.legal-page ul li {
    margin-bottom: 10px;
    line-height: 1.7;
}

.legal-page a {
    color: #2a2a2a;
    text-decoration: underline;
}

.cookie-table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
}

.cookie-table th,
.cookie-table td {
    padding: 12px;
    text-align: left;
    border: 1px solid #d0d0d0;
}

.cookie-table th {
    background: #f5f5f5;
    font-weight: 600;
}

@media (max-width: 768px) {
    .hero-text-overlay h1 {
        font-size: 32px;
    }

    .subtitle {
        font-size: 17px;
    }

    .narrow-content {
        padding: 40px 20px;
    }

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

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

    .nav-links {
        gap: 20px;
        font-size: 14px;
    }

    .service-card-editorial {
        margin: 40px 0;
    }

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

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

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

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