* {
    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: #fdfbf7;
    font-size: 16px;
}

a {
    color: #3b7ea1;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #2c5f7a;
}

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

.main-nav {
    background-color: #ffffff;
    border-bottom: 1px solid #e8e4de;
    padding: 1.2rem 0;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

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

.logo {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2c3e50;
    letter-spacing: -0.5px;
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 2rem;
    flex-wrap: wrap;
}

.nav-links a {
    color: #5a6c7d;
    font-weight: 500;
    padding: 0.5rem 0;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
}

.nav-links a:hover,
.nav-links a.active {
    color: #3b7ea1;
    border-bottom-color: #3b7ea1;
}

.editorial-content {
    max-width: 680px;
    margin: 0 auto;
    padding: 3rem 20px;
}

.hero-editorial {
    margin-bottom: 4rem;
    padding: 2rem 0;
}

.page-hero {
    margin-bottom: 3rem;
    padding: 2rem 0 1rem;
}

.hero-text-narrow {
    max-width: 100%;
}

.hero-text-narrow h1 {
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: #1a2332;
    font-weight: 800;
    letter-spacing: -1px;
}

.lead {
    font-size: 1.25rem;
    line-height: 1.6;
    color: #5a6c7d;
    margin-bottom: 0;
    font-weight: 400;
}

.text-narrow {
    max-width: 100%;
}

.text-narrow h2 {
    font-size: 1.875rem;
    line-height: 1.3;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
    color: #1a2332;
    font-weight: 700;
}

.text-narrow h3 {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    color: #2c3e50;
    font-weight: 600;
}

.text-narrow h4 {
    font-size: 1.25rem;
    line-height: 1.4;
    margin-top: 2rem;
    margin-bottom: 0.75rem;
    color: #2c3e50;
    font-weight: 600;
}

.text-narrow p {
    margin-bottom: 1.5rem;
    font-size: 1.0625rem;
    color: #3d4852;
}

.text-narrow ul,
.text-narrow ol {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
}

.text-narrow li {
    margin-bottom: 0.75rem;
    line-height: 1.7;
    color: #3d4852;
}

.inline-image {
    margin: 3rem 0;
    border-radius: 8px;
    width: 100%;
}

.story-section,
.trust-block,
.problem-amplification,
.insight-section,
.services-preview,
.urgency-section,
.form-section,
.final-trust,
.closing-section {
    margin-bottom: 4rem;
}

.testimonial-inline {
    display: block;
    padding: 2rem;
    background-color: #f7f4ef;
    border-left: 4px solid #3b7ea1;
    font-size: 1.125rem;
    font-style: italic;
    line-height: 1.7;
    color: #2c3e50;
    margin: 3rem 0;
    border-radius: 4px;
}

.testimonial-inline cite {
    display: block;
    margin-top: 1rem;
    font-style: normal;
    font-size: 0.9375rem;
    color: #5a6c7d;
    font-weight: 500;
}

.service-card-editorial {
    padding: 2rem;
    background-color: #ffffff;
    border: 1px solid #e8e4de;
    margin-bottom: 2rem;
    border-radius: 6px;
    transition: box-shadow 0.3s ease;
}

.service-card-editorial:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.service-card-editorial h4 {
    margin-top: 0;
    font-size: 1.25rem;
    color: #1a2332;
    margin-bottom: 1rem;
}

.service-card-editorial p {
    margin-bottom: 1rem;
    color: #5a6c7d;
}

.price-tag {
    display: inline-block;
    font-size: 1.375rem;
    font-weight: 700;
    color: #3b7ea1;
    margin-top: 0.5rem;
}

.cta-inline {
    display: inline-block;
    color: #3b7ea1;
    font-weight: 600;
    font-size: 1.0625rem;
    border-bottom: 2px solid #3b7ea1;
    padding-bottom: 2px;
    margin-top: 1rem;
    transition: all 0.3s ease;
}

.cta-inline:hover {
    color: #2c5f7a;
    border-bottom-color: #2c5f7a;
}

.cta-button-editorial {
    display: inline-block;
    padding: 1rem 2rem;
    background-color: #3b7ea1;
    color: #ffffff;
    font-weight: 600;
    font-size: 1.0625rem;
    border-radius: 6px;
    transition: all 0.3s ease;
    margin-top: 1.5rem;
    border: none;
    cursor: pointer;
}

.cta-button-editorial:hover {
    background-color: #2c5f7a;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(59, 126, 161, 0.3);
}

.editorial-form {
    margin-top: 2rem;
    padding: 2.5rem;
    background-color: #ffffff;
    border: 1px solid #e8e4de;
    border-radius: 8px;
}

.form-group {
    margin-bottom: 1.75rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #2c3e50;
    font-size: 1rem;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group textarea,
.form-group select {
    width: 100%;
    padding: 0.875rem;
    border: 1px solid #d1ccc2;
    border-radius: 4px;
    font-size: 1rem;
    font-family: inherit;
    color: #2c3e50;
    background-color: #fdfbf7;
    transition: border-color 0.3s ease;
}

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

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.submit-button {
    width: 100%;
    padding: 1rem 2rem;
    background-color: #3b7ea1;
    color: #ffffff;
    font-weight: 600;
    font-size: 1.0625rem;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.submit-button:hover {
    background-color: #2c5f7a;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(59, 126, 161, 0.3);
}

.service-detail-card {
    padding: 2.5rem;
    background-color: #ffffff;
    border: 1px solid #e8e4de;
    margin-bottom: 3rem;
    border-radius: 8px;
}

.service-detail-card h2 {
    margin-top: 0;
    font-size: 1.75rem;
    color: #1a2332;
    margin-bottom: 1.25rem;
}

.service-detail-card p {
    margin-bottom: 1rem;
    color: #3d4852;
    line-height: 1.7;
}

.price-highlight {
    color: #3b7ea1;
    font-weight: 700;
    font-size: 1.25rem;
}

.cta-link {
    display: inline-block;
    color: #3b7ea1;
    font-weight: 600;
    margin-top: 1rem;
    border-bottom: 2px solid #3b7ea1;
    padding-bottom: 2px;
    transition: all 0.3s ease;
}

.cta-link:hover {
    color: #2c5f7a;
    border-bottom-color: #2c5f7a;
}

.package-card {
    padding: 2rem;
    background-color: #f7f4ef;
    border-left: 4px solid #3b7ea1;
    margin-bottom: 2rem;
    border-radius: 4px;
}

.package-card h4 {
    margin-top: 0;
    font-size: 1.25rem;
    color: #1a2332;
    margin-bottom: 0.75rem;
}

.package-card p {
    margin-bottom: 0.5rem;
}

.package-detail {
    font-size: 1.0625rem;
    color: #2c3e50;
}

.faq-item {
    margin-bottom: 2.5rem;
}

.faq-item h4 {
    margin-top: 0;
    color: #1a2332;
    margin-bottom: 0.75rem;
}

.contact-details {
    margin-top: 2rem;
}

.contact-details h3 {
    font-size: 1.25rem;
    margin-top: 2rem;
    margin-bottom: 0.75rem;
    color: #2c3e50;
}

.contact-details p {
    margin-bottom: 1.5rem;
    line-height: 1.8;
}

.team-member-card {
    padding: 1.75rem;
    background-color: #ffffff;
    border: 1px solid #e8e4de;
    margin-bottom: 1.5rem;
    border-radius: 6px;
}

.team-member-card h4 {
    margin-top: 0;
    color: #1a2332;
    margin-bottom: 0.5rem;
}

.team-member-card p {
    margin-bottom: 0;
    color: #5a6c7d;
}

.checklist {
    list-style: none;
    padding-left: 0;
}

.checklist li {
    padding-left: 1.75rem;
    position: relative;
    margin-bottom: 1rem;
}

.checklist li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #3b7ea1;
    font-weight: 700;
    font-size: 1.25rem;
}

.simple-list {
    list-style: disc;
    padding-left: 1.5rem;
}

.service-selected {
    padding: 1rem;
    background-color: #f7f4ef;
    border-radius: 4px;
}

.main-footer {
    background-color: #2c3e50;
    color: #ffffff;
    padding: 3rem 0 2rem;
    margin-top: 5rem;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.footer-links {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-links a {
    color: #b8c5d1;
    font-size: 0.9375rem;
    transition: color 0.3s ease;
}

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

.footer-copy {
    color: #8899a6;
    font-size: 0.875rem;
    margin-top: 1rem;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c3e50;
    color: #ffffff;
    padding: 1.5rem;
    box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.15);
    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: 2rem;
    flex-wrap: wrap;
}

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

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

.cookie-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.cookie-btn {
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.9375rem;
}

.cookie-btn.accept {
    background-color: #3b7ea1;
    color: #ffffff;
}

.cookie-btn.accept:hover {
    background-color: #2c5f7a;
}

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

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

.legal-page .text-narrow h2 {
    font-size: 1.625rem;
    margin-top: 2.5rem;
}

.legal-page .text-narrow h3 {
    font-size: 1.25rem;
    margin-top: 2rem;
}

.legal-page .text-narrow p {
    margin-bottom: 1.25rem;
}

.legal-page .text-narrow ul,
.legal-page .text-narrow ol {
    margin-bottom: 1.5rem;
}

.cookie-table {
    width: 100%;
    border-collapse: collapse;
    margin: 2rem 0;
}

.cookie-table thead {
    background-color: #f7f4ef;
}

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

.cookie-table th {
    font-weight: 600;
    color: #1a2332;
}

.cookie-table td {
    color: #3d4852;
}

.last-updated {
    margin-top: 3rem;
    font-size: 0.9375rem;
    color: #5a6c7d;
    font-style: italic;
}

@media (max-width: 768px) {
    .nav-container {
        flex-direction: column;
        gap: 1rem;
    }

    .nav-links {
        gap: 1rem;
    }

    .hero-text-narrow h1 {
        font-size: 2rem;
    }

    .lead {
        font-size: 1.125rem;
    }

    .text-narrow h2 {
        font-size: 1.625rem;
    }

    .text-narrow h3 {
        font-size: 1.25rem;
    }

    .editorial-form {
        padding: 1.5rem;
    }

    .service-detail-card {
        padding: 1.75rem;
    }

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

    .cookie-buttons {
        width: 100%;
    }

    .cookie-btn {
        flex: 1;
    }

    .footer-links {
        flex-direction: column;
        gap: 1rem;
    }
}

@media (max-width: 480px) {
    .hero-text-narrow h1 {
        font-size: 1.75rem;
    }

    .nav-links {
        flex-direction: column;
        gap: 0.5rem;
        width: 100%;
        align-items: center;
    }

    .editorial-content {
        padding: 2rem 15px;
    }
}
