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

body {
    font-family: 'Georgia', 'Times New Roman', serif;
    font-size: 18px;
    line-height: 1.7;
    color: #2c2c2c;
    background-color: #fafafa;
}

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

a:hover {
    color: #0d3e52;
}

.main-nav {
    background-color: #ffffff;
    border-bottom: 1px solid #e0e0e0;
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 1.2rem 0;
}

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

.brand {
    font-size: 1.5rem;
    font-weight: bold;
    color: #1a5f7a;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    letter-spacing: -0.5px;
}

.nav-links {
    display: flex;
    gap: 2.5rem;
}

.nav-links a {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 0.95rem;
    color: #4a4a4a;
    font-weight: 500;
}

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

.editorial-content {
    max-width: 100%;
    background-color: #ffffff;
}

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

.hero-editorial {
    padding: 4rem 0 3rem;
    background-color: #ffffff;
}

.hero-text-narrow {
    max-width: 680px;
    margin: 0 auto;
    padding: 0 2rem;
}

h1 {
    font-size: 2.8rem;
    line-height: 1.2;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1rem;
    letter-spacing: -1px;
}

.subhead {
    font-size: 1.4rem;
    color: #666;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 2rem;
}

.hero-image-inline {
    width: 100%;
    max-width: 800px;
    height: auto;
    display: block;
    margin: 3rem auto 0;
    border-radius: 4px;
}

.intro-section,
.story-section,
.problem-amplification,
.insight-reveal,
.testimonial-section,
.benefits-section,
.trust-building,
.services-reveal,
.form-section,
.urgency-section,
.final-trust,
.services-intro,
.services-list,
.guarantee-section,
.about-intro,
.mission-section,
.approach-section,
.results-section,
.team-section,
.cta-section,
.contact-info,
.contact-expectations,
.faq-section,
.thanks-section,
.legal-section {
    padding: 3rem 0;
}

.lead-text {
    font-size: 1.3rem;
    line-height: 1.8;
    color: #3a3a3a;
    margin-bottom: 1.5rem;
}

h2 {
    font-size: 2rem;
    line-height: 1.3;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1.5rem;
    margin-top: 2.5rem;
}

h3 {
    font-size: 1.5rem;
    line-height: 1.4;
    font-weight: 600;
    color: #2a2a2a;
    margin-bottom: 1rem;
    margin-top: 2rem;
}

h4 {
    font-size: 1.2rem;
    line-height: 1.4;
    font-weight: 600;
    color: #3a3a3a;
    margin-bottom: 0.8rem;
}

p {
    margin-bottom: 1.5rem;
}

.inline-image {
    width: 100%;
    max-width: 700px;
    height: auto;
    display: block;
    margin: 2.5rem auto;
    border-radius: 4px;
}

.cta-inline {
    display: inline-block;
    background-color: #1a5f7a;
    color: #ffffff;
    padding: 0.9rem 2rem;
    border-radius: 4px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    margin: 1.5rem 0;
    transition: background-color 0.3s ease;
}

.cta-inline:hover {
    background-color: #0d3e52;
    color: #ffffff;
}

.cta-block {
    display: inline-block;
    background-color: #1a5f7a;
    color: #ffffff;
    padding: 1.2rem 3rem;
    border-radius: 4px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    margin: 2rem 0;
    transition: background-color 0.3s ease;
    text-align: center;
}

.cta-block:hover {
    background-color: #0d3e52;
    color: #ffffff;
}

.cta-final {
    display: inline-block;
    background-color: #d4551f;
    color: #ffffff;
    padding: 1.2rem 3rem;
    border-radius: 4px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    margin: 2rem 0;
    transition: background-color 0.3s ease;
}

.cta-final:hover {
    background-color: #b34319;
    color: #ffffff;
}

.problem-list {
    list-style: none;
    margin: 2rem 0;
}

.problem-list li {
    padding-left: 1.5rem;
    margin-bottom: 1rem;
    position: relative;
}

.problem-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #d4551f;
    font-size: 1.5rem;
    line-height: 1.4;
}

.insight-quote {
    font-size: 1.4rem;
    line-height: 1.6;
    color: #2a2a2a;
    font-style: italic;
    border-left: 4px solid #1a5f7a;
    padding-left: 2rem;
    margin: 2.5rem 0;
}

.strategy-block,
.phase-block,
.process-step {
    background-color: #f8f8f8;
    padding: 2rem;
    margin: 2rem 0;
    border-left: 3px solid #1a5f7a;
}

.benefit-item {
    margin: 2.5rem 0;
}

.testimonial-card {
    background-color: #f5f5f5;
    padding: 2rem;
    margin: 2rem 0;
    border-radius: 4px;
}

.testimonial-text {
    font-size: 1.2rem;
    line-height: 1.7;
    color: #2a2a2a;
    font-style: italic;
    margin-bottom: 1rem;
}

.testimonial-author {
    font-size: 0.95rem;
    color: #666;
    font-weight: 600;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.service-card-editorial {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    padding: 2.5rem;
    margin: 3rem 0;
    border-radius: 4px;
}

.service-description {
    font-size: 1.1rem;
    color: #4a4a4a;
    margin-bottom: 1.5rem;
}

.service-features {
    list-style: none;
    margin: 1.5rem 0;
}

.service-features li {
    padding-left: 1.8rem;
    margin-bottom: 0.8rem;
    position: relative;
    font-size: 1rem;
    line-height: 1.6;
}

.service-features li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #1a5f7a;
    font-weight: bold;
}

.service-price {
    font-size: 2.2rem;
    font-weight: 700;
    color: #1a5f7a;
    margin: 1.5rem 0 0.5rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.service-value {
    font-size: 0.95rem;
    color: #666;
    font-style: italic;
    margin-bottom: 1.5rem;
}

.select-service-btn,
.submit-btn {
    background-color: #1a5f7a;
    color: #ffffff;
    padding: 1rem 2.5rem;
    border: none;
    border-radius: 4px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 100%;
    margin-top: 1rem;
}

.select-service-btn:hover,
.submit-btn:hover {
    background-color: #0d3e52;
}

.contact-form {
    background-color: #f8f8f8;
    padding: 2.5rem;
    border-radius: 4px;
    margin: 2rem 0;
}

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

.form-group label {
    display: block;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    color: #2a2a2a;
    margin-bottom: 0.5rem;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.9rem;
    font-size: 1rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    background-color: #ffffff;
    transition: border-color 0.3s ease;
}

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

.sticky-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a5f7a;
    padding: 1rem;
    text-align: center;
    z-index: 999;
    display: none;
}

.sticky-cta.visible {
    display: block;
}

.sticky-cta-btn {
    color: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
}

.sticky-cta-btn:hover {
    color: #f0f0f0;
}

.main-footer {
    background-color: #2a2a2a;
    color: #e0e0e0;
    padding: 3rem 0 1.5rem;
    margin-top: 4rem;
}

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

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

.footer-section h4 {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    color: #ffffff;
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.footer-section p {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 0.9rem;
    line-height: 1.6;
}

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

.footer-section ul li {
    margin-bottom: 0.6rem;
}

.footer-section ul li a {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 0.9rem;
    color: #b0b0b0;
}

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

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

.footer-bottom p {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 0.85rem;
    color: #888;
}

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

.cookie-banner.visible {
    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-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 0.95rem;
}

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

.cookie-btn {
    padding: 0.7rem 1.5rem;
    border: none;
    border-radius: 4px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

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

.cookie-btn.accept:hover {
    background-color: #0d3e52;
}

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

.cookie-btn.reject:hover {
    background-color: #4a4a4a;
}

.page-header {
    padding: 3rem 0 2rem;
    background-color: #f8f8f8;
}

.contact-details {
    margin: 2.5rem 0;
}

.contact-item {
    margin: 2.5rem 0;
}

.contact-note {
    font-size: 0.9rem;
    color: #666;
    font-style: italic;
}

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

.thanks-section {
    padding: 4rem 0;
    text-align: center;
}

.thanks-message {
    font-size: 1.3rem;
    color: #4a4a4a;
    margin-bottom: 2.5rem;
}

.thanks-details {
    background-color: #f0f8ff;
    padding: 2rem;
    border-radius: 4px;
    margin: 2rem 0;
}

.next-steps {
    margin: 3rem 0;
    text-align: left;
}

.steps-list {
    margin: 2rem 0;
}

.steps-list li {
    margin-bottom: 2rem;
}

.thanks-cta {
    margin-top: 3rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
}

.last-updated {
    font-size: 0.9rem;
    color: #666;
    font-style: italic;
    margin-bottom: 2rem;
}

.cookies-table {
    width: 100%;
    border-collapse: collapse;
    margin: 2rem 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 0.95rem;
}

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

.cookies-table th {
    background-color: #f8f8f8;
    font-weight: 600;
}

@media (max-width: 768px) {
    body {
        font-size: 16px;
    }

    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.6rem;
    }

    h3 {
        font-size: 1.3rem;
    }

    .nav-container {
        flex-direction: column;
        gap: 1rem;
        align-items: flex-start;
    }

    .nav-links {
        gap: 1.5rem;
    }

    .content-narrow,
    .hero-text-narrow {
        padding: 0 1.5rem;
    }

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

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

    .cookie-actions {
        width: 100%;
        justify-content: space-between;
    }

    .service-card-editorial {
        padding: 1.5rem;
    }

    .contact-form {
        padding: 1.5rem;
    }
}