* {
    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: #2c3e50;
    background-color: #fafafa;
}

.ad-disclosure {
    background-color: #f8f9fa;
    color: #6c757d;
    text-align: center;
    padding: 8px 16px;
    font-size: 12px;
    border-bottom: 1px solid #e9ecef;
}

.nav-editorial {
    background-color: #fff;
    border-bottom: 1px solid #e9ecef;
    padding: 20px 0;
    position: sticky;
    top: 0;
    z-index: 100;
}

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

.brand {
    font-size: 22px;
    font-weight: 600;
    color: #2c3e50;
    text-decoration: none;
    letter-spacing: -0.5px;
}

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

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

.nav-links a:hover {
    color: #2c3e50;
}

.editorial-container {
    max-width: 720px;
    margin: 0 auto;
    padding: 48px 24px 80px;
}

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

.hero-image-wrapper {
    margin-bottom: 32px;
    background-color: #e9ecef;
    border-radius: 4px;
    overflow: hidden;
}

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

.hero-text h1 {
    font-size: 38px;
    line-height: 1.25;
    font-weight: 700;
    color: #1a252f;
    margin-bottom: 20px;
    letter-spacing: -0.8px;
}

.hero-lead {
    font-size: 21px;
    line-height: 1.6;
    color: #4a5568;
}

.content-block {
    font-size: 18px;
    line-height: 1.8;
    color: #374151;
}

.opening-para {
    font-size: 21px;
    line-height: 1.7;
    color: #2c3e50;
    margin-bottom: 40px;
}

.content-block h2 {
    font-size: 30px;
    font-weight: 700;
    color: #1a252f;
    margin-top: 56px;
    margin-bottom: 24px;
    letter-spacing: -0.5px;
}

.content-block h3 {
    font-size: 22px;
    font-weight: 600;
    color: #2c3e50;
    margin-top: 32px;
    margin-bottom: 16px;
}

.content-block p {
    margin-bottom: 24px;
}

.inline-image-block {
    margin: 48px 0;
    background-color: #f1f3f5;
    border-radius: 4px;
    overflow: hidden;
}

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

.image-caption {
    padding: 16px 20px;
    font-size: 15px;
    color: #6c757d;
    font-style: italic;
    background-color: #f8f9fa;
}

.cta-inline {
    margin: 36px 0;
}

.cta-link {
    color: #0066cc;
    text-decoration: none;
    font-size: 19px;
    font-weight: 500;
    border-bottom: 2px solid #0066cc;
    padding-bottom: 2px;
    transition: all 0.2s;
    display: inline-block;
}

.cta-link:hover {
    color: #004c99;
    border-bottom-color: #004c99;
}

.numbered-insights {
    margin: 48px 0;
}

.insight-item {
    display: flex;
    gap: 24px;
    margin-bottom: 40px;
    padding: 24px;
    background-color: #f8f9fa;
    border-radius: 4px;
}

.insight-number {
    font-size: 48px;
    font-weight: 700;
    color: #cbd5e0;
    line-height: 1;
    flex-shrink: 0;
}

.insight-content h3 {
    margin-top: 0;
    font-size: 20px;
    margin-bottom: 12px;
}

.insight-content p {
    margin-bottom: 0;
    font-size: 17px;
}

.quote-block {
    margin: 56px 0;
    padding: 32px 40px;
    background-color: #1a252f;
    border-radius: 4px;
}

.quote-block blockquote {
    font-size: 22px;
    line-height: 1.6;
    color: #ffffff;
    font-style: italic;
    font-weight: 400;
}

.feature-list {
    margin: 32px 0;
    padding-left: 28px;
}

.feature-list li {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 1.7;
}

.testimonial-inline {
    margin: 48px 0;
    padding: 32px;
    background-color: #f8f9fa;
    border-left: 4px solid #0066cc;
    border-radius: 4px;
}

.testimonial-text {
    font-size: 19px;
    line-height: 1.7;
    color: #2c3e50;
    margin-bottom: 16px;
}

.testimonial-author {
    font-size: 16px;
    color: #6c757d;
    font-weight: 500;
}

.services-preview {
    margin: 56px 0;
    padding: 40px 0;
    border-top: 2px solid #e9ecef;
    border-bottom: 2px solid #e9ecef;
}

.services-preview h3 {
    margin-top: 0;
    margin-bottom: 32px;
    text-align: center;
}

.service-cards-inline {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 32px;
}

.service-card-mini {
    padding: 24px;
    background-color: #fff;
    border: 1px solid #e9ecef;
    border-radius: 4px;
}

.service-card-mini h4 {
    font-size: 20px;
    font-weight: 600;
    color: #1a252f;
    margin-bottom: 12px;
}

.service-card-mini p {
    margin-bottom: 12px;
    font-size: 16px;
}

.price-preview {
    font-size: 18px;
    font-weight: 600;
    color: #0066cc;
}

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

.cta-button {
    display: inline-block;
    padding: 16px 40px;
    background-color: #0066cc;
    color: #ffffff;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    border-radius: 4px;
    transition: background-color 0.2s;
}

.cta-button:hover {
    background-color: #004c99;
}

.cta-button-secondary {
    display: inline-block;
    padding: 16px 40px;
    background-color: #ffffff;
    color: #0066cc;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    border-radius: 4px;
    border: 2px solid #0066cc;
    margin-left: 16px;
    transition: all 0.2s;
}

.cta-button-secondary:hover {
    background-color: #f8f9fa;
}

.form-section {
    margin: 80px 0;
    padding: 56px 40px;
    background-color: #f8f9fa;
    border-radius: 4px;
}

.form-container h2 {
    margin-top: 0;
    text-align: center;
    margin-bottom: 16px;
}

.form-intro {
    text-align: center;
    font-size: 17px;
    color: #6c757d;
    margin-bottom: 40px;
}

.editorial-form {
    max-width: 520px;
    margin: 0 auto;
}

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

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

.form-group input,
.form-group select {
    width: 100%;
    padding: 14px 16px;
    font-size: 16px;
    border: 1px solid #cbd5e0;
    border-radius: 4px;
    font-family: inherit;
    transition: border-color 0.2s;
}

.form-group input:focus,
.form-group select:focus {
    outline: none;
    border-color: #0066cc;
}

.submit-button {
    width: 100%;
    padding: 16px;
    background-color: #0066cc;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s;
}

.submit-button:hover {
    background-color: #004c99;
}

.disclaimer-section {
    margin: 80px 0 40px;
    padding: 32px;
    background-color: #fff3cd;
    border-left: 4px solid #ffc107;
    border-radius: 4px;
}

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

.footer-editorial {
    background-color: #1a252f;
    color: #ffffff;
    padding: 48px 24px;
    margin-top: 80px;
}

.footer-content {
    max-width: 720px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
}

.footer-section p {
    font-size: 14px;
    color: #cbd5e0;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
}

.footer-links a {
    color: #cbd5e0;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s;
}

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

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

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

.cookie-content {
    max-width: 720px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.cookie-content p {
    font-size: 15px;
    line-height: 1.6;
    text-align: center;
    margin: 0;
}

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

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

.cookie-btn {
    padding: 12px 32px;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

.cookie-btn.accept {
    background-color: #0066cc;
    color: #ffffff;
}

.cookie-btn.accept:hover {
    background-color: #004c99;
}

.cookie-btn.reject {
    background-color: #6c757d;
    color: #ffffff;
}

.cookie-btn.reject:hover {
    background-color: #545b62;
}

.page-header {
    margin-bottom: 48px;
    padding-bottom: 32px;
    border-bottom: 2px solid #e9ecef;
}

.page-header h1 {
    font-size: 42px;
    line-height: 1.2;
    font-weight: 700;
    color: #1a252f;
    margin-bottom: 16px;
    letter-spacing: -0.8px;
}

.header-subtitle {
    font-size: 19px;
    color: #6c757d;
}

.service-detail {
    margin-bottom: 64px;
    padding-bottom: 64px;
    border-bottom: 1px solid #e9ecef;
}

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

.service-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 24px;
    flex-wrap: wrap;
    gap: 16px;
}

.service-header h2 {
    margin: 0;
}

.service-price {
    font-size: 28px;
    font-weight: 700;
    color: #0066cc;
}

.contact-info {
    margin-top: 32px;
}

.contact-details {
    margin: 40px 0;
}

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

.contact-item h3 {
    font-size: 18px;
    font-weight: 600;
    color: #1a252f;
    margin-bottom: 8px;
}

.contact-value {
    font-size: 17px;
    line-height: 1.7;
    color: #4a5568;
}

.legal-page .content-block h2 {
    font-size: 24px;
    margin-top: 40px;
}

.legal-page .content-block h3 {
    font-size: 19px;
    margin-top: 24px;
}

.legal-date {
    font-size: 15px;
    color: #6c757d;
}

.legal-list {
    margin: 20px 0;
    padding-left: 28px;
}

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

.legal-url {
    color: #0066cc;
}

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

.thanks-info {
    margin: 48px 0;
    text-align: left;
}

@media (max-width: 768px) {
    .nav-wrapper {
        flex-direction: column;
        gap: 16px;
    }

    .nav-links {
        gap: 20px;
    }

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

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

    .content-block {
        font-size: 17px;
    }

    .opening-para {
        font-size: 19px;
    }

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

    .quote-block blockquote {
        font-size: 19px;
    }

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

    .insight-number {
        font-size: 36px;
    }

    .service-cards-inline {
        flex-direction: column;
    }

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

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

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

    .cookie-btn {
        width: 100%;
    }

    .page-header h1 {
        font-size: 32px;
    }

    .cta-button-secondary {
        margin-left: 0;
        margin-top: 16px;
    }
}
