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

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

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

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

.brand {
    font-size: 24px;
    font-weight: 700;
    color: #2c3e50;
}

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

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

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

.hero-full {
    width: 100%;
    min-height: 600px;
}

.hero-image {
    width: 100%;
    height: 600px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #495057;
}

.hero-overlay {
    text-align: center;
    color: #ffffff;
    padding: 48px 24px;
    max-width: 800px;
    background-color: rgba(44, 62, 80, 0.7);
    border-radius: 8px;
}

.hero-overlay h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 24px;
    line-height: 1.2;
}

.hero-overlay p {
    font-size: 20px;
    line-height: 1.6;
}

.intro-narrow,
.narrow-container {
    max-width: 680px;
    margin: 0 auto;
    padding: 80px 24px;
}

.intro-narrow h2,
.narrow-container h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 24px;
    line-height: 1.3;
    color: #2c3e50;
}

.intro-narrow p,
.narrow-container p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #495057;
}

.split-insight,
.split-container {
    display: flex;
    align-items: center;
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 24px;
}

.split-image {
    flex: 1;
}

.split-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    background-color: #e9ecef;
}

.split-content {
    flex: 1;
}

.split-content h3,
.split-content h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #2c3e50;
}

.split-content p {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 16px;
    color: #495057;
}

.story-flow {
    background-color: #f8f9fa;
    padding: 80px 24px;
}

.trust-block {
    padding: 100px 24px;
    background-color: #ffffff;
}

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

.trust-header {
    text-align: center;
    margin-bottom: 60px;
}

.trust-header h2 {
    font-size: 36px;
    font-weight: 700;
    color: #2c3e50;
}

.trust-grid {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.trust-card {
    flex: 1;
    min-width: 300px;
}

.trust-card img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    margin-bottom: 20px;
    background-color: #e9ecef;
}

.trust-card h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #2c3e50;
}

.trust-card p {
    font-size: 16px;
    line-height: 1.6;
    color: #495057;
}

.testimonial-inline {
    background-color: #2c3e50;
    color: #ffffff;
    padding: 60px 24px;
}

.testimonial-inline blockquote {
    font-size: 22px;
    line-height: 1.6;
    font-style: italic;
    margin-bottom: 16px;
}

.testimonial-inline cite {
    display: block;
    font-size: 16px;
    font-style: normal;
    color: #adb5bd;
    margin-top: 16px;
}

.benefits-reveal {
    padding: 80px 24px;
}

.benefits-list {
    list-style: none;
    margin-top: 32px;
}

.benefits-list li {
    font-size: 18px;
    line-height: 1.8;
    padding: 16px 0 16px 32px;
    position: relative;
    color: #495057;
}

.benefits-list li:before {
    content: "→";
    position: absolute;
    left: 0;
    color: #2c3e50;
    font-weight: 700;
}

.scientific-backing {
    background-color: #f8f9fa;
    padding: 80px 24px;
}

.scientific-backing h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 24px;
    color: #2c3e50;
}

.scientific-backing a {
    color: #0066cc;
    text-decoration: none;
}

.scientific-backing a:hover {
    text-decoration: underline;
}

.services-preview {
    padding: 100px 24px;
    background-color: #ffffff;
}

.services-flow {
    margin-top: 60px;
}

.service-block {
    display: flex;
    gap: 60px;
    align-items: center;
    margin-bottom: 80px;
}

.service-visual {
    flex: 1;
}

.service-visual img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    background-color: #e9ecef;
}

.service-info {
    flex: 1;
}

.service-info h3 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #2c3e50;
}

.service-info p {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 16px;
    color: #495057;
}

.service-price {
    font-size: 24px;
    font-weight: 700;
    color: #2c3e50;
    margin-top: 24px;
}

.btn-select-service {
    background-color: #2c3e50;
    color: #ffffff;
    border: none;
    padding: 14px 32px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 16px;
    transition: background-color 0.3s ease;
}

.btn-select-service:hover {
    background-color: #1a252f;
}

.cta-primary {
    background-color: #2c3e50;
    color: #ffffff;
    padding: 80px 24px;
    text-align: center;
}

.cta-primary h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #ffffff;
}

.cta-primary p {
    font-size: 18px;
    color: #e9ecef;
}

.contact-form-section {
    padding: 100px 24px;
    background-color: #f8f9fa;
}

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

.form-container h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 32px;
    text-align: center;
    color: #2c3e50;
}

.main-form {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

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

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

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

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

.form-group input[readonly] {
    background-color: #e9ecef;
}

.btn-submit {
    width: 100%;
    background-color: #2c3e50;
    color: #ffffff;
    border: none;
    padding: 16px 32px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

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

.disclaimer-section {
    background-color: #fff3cd;
    padding: 60px 24px;
}

.disclaimer-text {
    font-size: 15px;
    line-height: 1.7;
    color: #856404;
    font-style: italic;
}

.main-footer {
    background-color: #2c3e50;
    color: #e9ecef;
    padding: 60px 24px 24px;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 60px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

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

.footer-column h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #ffffff;
}

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

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

.footer-column ul li {
    margin-bottom: 8px;
}

.footer-column a {
    color: #adb5bd;
    text-decoration: none;
    transition: color 0.3s ease;
}

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

.footer-references {
    max-width: 1200px;
    margin: 0 auto 40px;
    padding-top: 40px;
    border-top: 1px solid #495057;
}

.footer-references h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #ffffff;
}

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

.footer-references li {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 8px;
}

.footer-references a {
    color: #adb5bd;
    text-decoration: none;
}

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

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

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    border-top: 2px solid #2c3e50;
    padding: 24px;
    box-shadow: 0 -4px 12px 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: 24px;
}

.cookie-content p {
    flex: 1;
    font-size: 15px;
    color: #495057;
}

.cookie-content a {
    color: #0066cc;
    text-decoration: none;
}

.cookie-content a:hover {
    text-decoration: underline;
}

.cookie-actions {
    display: flex;
    gap: 12px;
}

.btn-cookie-accept,
.btn-cookie-reject {
    padding: 10px 24px;
    font-size: 15px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

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

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

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

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

.page-hero {
    background-color: #f8f9fa;
    padding: 80px 24px 60px;
    text-align: center;
}

.page-hero h1 {
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #2c3e50;
}

.page-hero p {
    font-size: 19px;
    color: #495057;
}

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

.about-image-break {
    width: 100%;
    margin: 60px 0;
}

.about-image-break img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    display: block;
    background-color: #e9ecef;
}

.about-values {
    padding: 100px 24px;
    background-color: #f8f9fa;
}

.values-grid {
    display: flex;
    gap: 40px;
    margin-top: 60px;
    flex-wrap: wrap;
}

.value-card {
    flex: 1;
    min-width: 250px;
    padding: 32px;
    background-color: #ffffff;
    border-left: 4px solid #2c3e50;
}

.value-card h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #2c3e50;
}

.value-card p {
    font-size: 16px;
    line-height: 1.6;
    color: #495057;
}

.about-approach {
    padding: 80px 24px;
}

.about-team {
    padding: 80px 24px;
    background-color: #f8f9fa;
}

.cta-secondary {
    padding: 80px 24px;
    text-align: center;
    background-color: #2c3e50;
    color: #ffffff;
}

.cta-secondary h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #ffffff;
}

.cta-secondary p {
    font-size: 18px;
    margin-bottom: 32px;
    color: #e9ecef;
}

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

.btn-cta:hover {
    background-color: #e9ecef;
}

.services-detailed {
    padding: 60px 24px;
}

.service-detail-card {
    display: flex;
    gap: 60px;
    align-items: center;
    margin-bottom: 100px;
}

.service-header {
    flex: 1;
}

.service-header img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    background-color: #e9ecef;
}

.service-body {
    flex: 1;
}

.service-body h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #2c3e50;
}

.service-body p {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 16px;
    color: #495057;
}

.service-body ul {
    margin: 24px 0;
    padding-left: 24px;
}

.service-body ul li {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 8px;
    color: #495057;
}

.service-pricing {
    font-size: 26px;
    font-weight: 700;
    color: #2c3e50;
    margin: 24px 0 16px;
}

.services-cta {
    padding: 80px 24px;
    background-color: #f8f9fa;
    text-align: center;
}

.contact-info-section {
    padding: 80px 24px;
}

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

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

.contact-info-block h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #2c3e50;
}

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

.info-item h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #2c3e50;
}

.info-item p {
    font-size: 16px;
    line-height: 1.7;
    color: #495057;
}

.contact-map-placeholder {
    flex: 1;
}

.contact-map-placeholder img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    background-color: #e9ecef;
}

.contact-faq {
    padding: 80px 24px;
    background-color: #f8f9fa;
}

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

.faq-item h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #2c3e50;
}

.faq-item p {
    font-size: 16px;
    line-height: 1.7;
    color: #495057;
}

.thanks-section {
    padding: 120px 24px;
    text-align: center;
}

.thanks-content h1 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 24px;
    color: #2c3e50;
}

.thanks-content p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #495057;
}

.service-confirmation {
    background-color: #d1ecf1;
    padding: 20px;
    margin: 32px 0;
    border-radius: 4px;
}

.service-confirmation p {
    color: #0c5460;
    font-weight: 600;
}

.next-steps {
    text-align: left;
    max-width: 500px;
    margin: 32px auto;
    padding-left: 24px;
}

.next-steps li {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 12px;
    color: #495057;
}

.thanks-actions {
    margin-top: 48px;
    display: flex;
    gap: 16px;
    justify-content: center;
}

.btn-secondary {
    display: inline-block;
    background-color: #6c757d;
    color: #ffffff;
    padding: 14px 32px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

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

.legal-page {
    padding: 80px 24px;
}

.legal-page h1 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #2c3e50;
}

.legal-page h2 {
    font-size: 26px;
    font-weight: 700;
    margin-top: 48px;
    margin-bottom: 16px;
    color: #2c3e50;
}

.legal-page h3 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 32px;
    margin-bottom: 12px;
    color: #2c3e50;
}

.legal-page p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 16px;
    color: #495057;
}

.legal-page ul,
.legal-page ol {
    margin: 16px 0;
    padding-left: 32px;
}

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

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

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

@media (max-width: 768px) {
    .nav-links {
        gap: 16px;
    }

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

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

    .hero-overlay p {
        font-size: 17px;
    }

    .split-insight,
    .split-container {
        flex-direction: column;
        gap: 32px;
    }

    .trust-grid {
        flex-direction: column;
    }

    .service-block,
    .service-detail-card {
        flex-direction: column;
    }

    .contact-grid {
        flex-direction: column;
    }

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

    .thanks-actions {
        flex-direction: column;
    }

    .footer-container {
        flex-direction: column;
        gap: 32px;
    }
}