* {
    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: #1a1a1a;
    background-color: #ffffff;
}

.container-wide {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.container-narrow {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.header-sticky {
    background-color: #ffffff;
    border-bottom: 1px solid #e5e5e5;
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 15px 0;
}

.header-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
}

.ad-disclosure {
    font-size: 12px;
    color: #666666;
    padding: 5px 10px;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.main-nav {
    display: flex;
    gap: 30px;
}

.main-nav a {
    color: #1a1a1a;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.main-nav a:hover {
    color: #0066cc;
}

.hero-fullscreen {
    height: 90vh;
    min-height: 600px;
    position: relative;
}

.hero-image-bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.4), rgba(0,0,0,0.6));
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-content-center {
    text-align: center;
    color: #ffffff;
    max-width: 900px;
    padding: 40px;
}

.hero-title-large {
    font-size: 56px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 25px;
}

.hero-subtitle {
    font-size: 22px;
    line-height: 1.6;
    margin-bottom: 35px;
    font-weight: 300;
}

.cta-hero {
    display: inline-block;
    padding: 18px 45px;
    background-color: #0066cc;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    border-radius: 6px;
    transition: background-color 0.3s ease;
}

.cta-hero:hover {
    background-color: #0052a3;
}

.intro-narrow {
    padding: 80px 0;
    background-color: #fafafa;
}

.section-heading-center {
    font-size: 38px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 35px;
    line-height: 1.3;
}

.section-heading-left {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.3;
}

.text-medium {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #333333;
}

.split-image-text {
    padding: 90px 0;
}

.split-flex {
    display: flex;
    gap: 60px;
    align-items: center;
}

.split-flex.reverse {
    flex-direction: row-reverse;
}

.split-image {
    flex: 1;
}

.split-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.split-text {
    flex: 1;
}

.subheading-bold {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.3;
}

.split-text p {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 18px;
    color: #444444;
}

.problem-amplification {
    padding: 70px 0;
    background-color: #f9f9f9;
}

.insight-card {
    background-color: #ffffff;
    padding: 40px;
    border-left: 4px solid #0066cc;
    margin-top: 30px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.insight-card p {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 18px;
    color: #333333;
}

.text-bold {
    font-weight: 600;
}

.science-backed {
    padding: 90px 0;
}

.citation {
    color: #0066cc;
    text-decoration: none;
    font-weight: 600;
}

.citation:hover {
    text-decoration: underline;
}

.trust-builder {
    padding: 80px 0;
    background-color: #f7f7f7;
}

.services-cards {
    padding: 90px 0;
    background-color: #ffffff;
}

.cards-grid-three {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 50px;
}

.service-card {
    flex: 1 1 calc(33.333% - 20px);
    min-width: 300px;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}

.service-card:hover {
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}

.card-image img {
    width: 100%;
    height: 250px;
}

.card-content {
    padding: 25px;
}

.card-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}

.card-description {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #555555;
}

.price-tag {
    font-size: 28px;
    font-weight: 700;
    color: #0066cc;
    margin-bottom: 20px;
}

.btn-select-service {
    width: 100%;
    padding: 14px;
    background-color: #0066cc;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-select-service:hover {
    background-color: #0052a3;
}

.testimonials-inline {
    padding: 80px 0;
    background-color: #f5f5f5;
}

.testimonial-block {
    background-color: #ffffff;
    padding: 35px;
    margin-bottom: 25px;
    border-left: 3px solid #0066cc;
}

.testimonial-text {
    font-size: 18px;
    line-height: 1.7;
    font-style: italic;
    margin-bottom: 15px;
    color: #333333;
}

.testimonial-author {
    font-size: 15px;
    font-weight: 600;
    color: #666666;
}

.form-section {
    padding: 90px 0;
    background-color: #fafafa;
}

.text-center {
    text-align: center;
    font-size: 17px;
    margin-bottom: 40px;
    color: #555555;
}

.contact-form {
    max-width: 600px;
    margin: 0 auto;
}

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

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

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 14px;
    border: 1px solid #cccccc;
    border-radius: 6px;
    font-size: 16px;
    font-family: inherit;
}

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

.btn-submit {
    width: 100%;
    padding: 16px;
    background-color: #0066cc;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-submit:hover {
    background-color: #0052a3;
}

.disclaimer-section {
    padding: 50px 0;
    background-color: #fff9e6;
}

.disclaimer-text {
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    text-align: center;
}

.footer {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 60px 0 30px;
}

.footer-grid {
    display: flex;
    gap: 40px;
    margin-bottom: 40px;
}

.footer-col {
    flex: 1;
}

.footer-col h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}

.footer-col p {
    font-size: 14px;
    line-height: 1.7;
    color: #cccccc;
}

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

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

.footer-col ul li a {
    color: #cccccc;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

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

.footer-references {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #333333;
}

.footer-references h4 {
    font-size: 16px;
    margin-bottom: 15px;
}

.footer-references ol {
    margin-left: 20px;
}

.footer-references ol li {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 1.6;
}

.footer-references ol li a {
    color: #66aaff;
    text-decoration: none;
}

.footer-references ol li a:hover {
    text-decoration: underline;
}

.footer-copy {
    text-align: center;
    font-size: 13px;
    color: #999999;
    margin-top: 30px;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 25px;
    z-index: 2000;
    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;
}

.cookie-content p {
    flex: 1;
    font-size: 15px;
    line-height: 1.6;
}

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

.btn-cookie {
    padding: 12px 30px;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

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

.btn-cookie.accept:hover {
    opacity: 0.9;
}

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

.btn-cookie.reject:hover {
    opacity: 0.9;
}

.page-hero {
    padding: 80px 0 50px;
    background-color: #f5f5f5;
}

.page-title {
    font-size: 48px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 15px;
}

.page-subtitle {
    font-size: 20px;
    text-align: center;
    color: #666666;
}

.about-story {
    padding: 80px 0;
}

.values-section {
    padding: 80px 0;
    background-color: #f9f9f9;
}

.value-block {
    margin-bottom: 35px;
}

.value-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
}

.value-block p {
    font-size: 17px;
    line-height: 1.8;
    color: #444444;
}

.process-section {
    padding: 80px 0;
}

.team-section {
    padding: 80px 0;
    background-color: #fafafa;
}

.cta-section-inline {
    padding: 80px 0;
    background-color: #0066cc;
    color: #ffffff;
}

.cta-section-inline h2 {
    color: #ffffff;
}

.cta-center {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

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

.cta-button-primary:hover {
    opacity: 0.9;
}

.cta-button-secondary {
    display: inline-block;
    padding: 16px 40px;
    background-color: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
    text-decoration: none;
    font-weight: 600;
    font-size: 17px;
    border-radius: 6px;
    transition: background-color 0.3s ease;
}

.cta-button-secondary:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.services-detail {
    padding: 60px 0;
}

.service-detail-card {
    margin-bottom: 80px;
}

.service-layout {
    display: flex;
    gap: 50px;
    align-items: center;
}

.service-layout.reverse {
    flex-direction: row-reverse;
}

.service-image-large {
    flex: 1;
}

.service-image-large img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.service-text {
    flex: 1;
}

.service-name {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}

.service-description-long {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 25px;
    color: #444444;
}

.feature-list {
    margin: 25px 0;
    padding-left: 20px;
}

.feature-list li {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 10px;
    color: #555555;
}

.price-large {
    font-size: 36px;
    font-weight: 700;
    color: #0066cc;
    margin: 25px 0;
}

.contact-info {
    padding: 60px 0;
}

.contact-layout {
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

.contact-details {
    flex: 1;
}

.contact-block {
    margin-bottom: 35px;
}

.contact-label {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.contact-block p {
    font-size: 16px;
    line-height: 1.7;
    color: #555555;
}

.email-display {
    color: #1a1a1a;
    font-weight: 600;
}

.contact-image-block {
    flex: 1;
}

.contact-image-block img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.contact-notes {
    padding: 60px 0;
    background-color: #f9f9f9;
}

.inline-link {
    color: #0066cc;
    text-decoration: none;
    font-weight: 600;
}

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

.thanks-hero {
    padding: 100px 0;
    background-color: #f9f9f9;
}

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

.thanks-icon {
    margin-bottom: 30px;
}

.thanks-icon svg {
    display: inline-block;
}

.thanks-title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #28a745;
}

.thanks-message {
    font-size: 18px;
    line-height: 1.7;
    color: #555555;
    margin-bottom: 25px;
}

.thanks-service-info {
    margin-top: 20px;
}

.service-confirmation {
    font-size: 17px;
    color: #333333;
}

.next-steps {
    padding: 80px 0;
}

.steps-list {
    margin-top: 50px;
}

.step-item {
    display: flex;
    gap: 30px;
    margin-bottom: 40px;
    align-items: flex-start;
}

.step-number {
    width: 60px;
    height: 60px;
    background-color: #0066cc;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    flex-shrink: 0;
}

.step-text h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}

.step-text p {
    font-size: 16px;
    line-height: 1.7;
    color: #555555;
}

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

.legal-page h1 {
    margin-bottom: 40px;
}

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

.legal-page h3 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 12px;
}

.legal-page p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 15px;
    color: #444444;
}

.legal-page ul,
.legal-page ol {
    margin: 20px 0 20px 30px;
}

.legal-page ul li,
.legal-page ol li {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 10px;
    color: #444444;
}

.legal-page a {
    color: #0066cc;
    text-decoration: none;
}

.legal-page a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .hero-title-large {
        font-size: 36px;
    }

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

    .split-flex,
    .split-flex.reverse,
    .service-layout,
    .service-layout.reverse,
    .contact-layout {
        flex-direction: column;
    }

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

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

    .main-nav {
        gap: 15px;
        flex-wrap: wrap;
    }

    .cards-grid-three {
        flex-direction: column;
    }

    .service-card {
        flex: 1 1 100%;
    }

    .cta-center {
        flex-direction: column;
    }

    .cta-button-primary,
    .cta-button-secondary {
        width: 100%;
        text-align: center;
    }
}