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

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
    color: #2c3e50;
    background-color: #ffffff;
}

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

.main-nav {
    background-color: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    position: sticky;
    top: 0;
    z-index: 100;
}

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

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

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

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

.nav-links a:hover {
    color: #3498db;
}

.hero-split {
    display: flex;
    min-height: 600px;
    background-color: #f8f9fa;
}

.hero-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 80px 60px;
}

.hero-content h1 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 24px;
    color: #1a1a1a;
}

.hero-content p {
    font-size: 19px;
    margin-bottom: 32px;
    color: #4a5568;
    max-width: 540px;
}

.hero-image {
    flex: 1;
    position: relative;
    overflow: hidden;
    background-color: #e2e8f0;
}

.hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cta-primary {
    display: inline-block;
    padding: 16px 40px;
    background-color: #3498db;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 4px;
    transition: background-color 0.3s;
    align-self: flex-start;
}

.cta-primary:hover {
    background-color: #2980b9;
}

.intro-asymmetric {
    display: flex;
    max-width: 1200px;
    margin: 100px auto;
    padding: 0 30px;
    gap: 60px;
    align-items: center;
}

.intro-text {
    flex: 1.2;
}

.intro-text h2 {
    font-size: 36px;
    margin-bottom: 24px;
    color: #1a1a1a;
}

.intro-text p {
    font-size: 17px;
    margin-bottom: 20px;
    color: #4a5568;
}

.intro-visual {
    flex: 0.8;
    background-color: #e2e8f0;
}

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

.method-section {
    background-color: #f8f9fa;
    padding: 80px 30px;
}

.method-section h2 {
    text-align: center;
    font-size: 38px;
    margin-bottom: 60px;
    color: #1a1a1a;
}

.method-grid {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.method-card {
    flex: 1;
    min-width: 280px;
    background-color: #ffffff;
    padding: 36px;
    border-radius: 6px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.method-card h3 {
    font-size: 22px;
    margin-bottom: 16px;
    color: #2c3e50;
}

.method-card p {
    font-size: 16px;
    color: #4a5568;
}

.science-backed {
    display: flex;
    max-width: 1200px;
    margin: 100px auto;
    padding: 0 30px;
    gap: 50px;
}

.science-content {
    flex: 1;
}

.science-content h2 {
    font-size: 34px;
    margin-bottom: 24px;
    color: #1a1a1a;
}

.science-content p {
    font-size: 17px;
    margin-bottom: 20px;
    color: #4a5568;
}

.reference {
    color: #3498db;
    text-decoration: none;
    font-weight: 600;
}

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

.science-image {
    flex: 1;
    background-color: #e2e8f0;
}

.science-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.services-preview {
    padding: 80px 30px;
    background-color: #ffffff;
}

.services-preview h2 {
    text-align: center;
    font-size: 38px;
    margin-bottom: 60px;
    color: #1a1a1a;
}

.services-split {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.service-item {
    display: flex;
    gap: 40px;
    align-items: center;
}

.service-item img {
    width: 100%;
    max-width: 400px;
    height: auto;
    object-fit: cover;
    border-radius: 4px;
    background-color: #e2e8f0;
}

.service-details {
    flex: 1;
}

.service-details h3 {
    font-size: 28px;
    margin-bottom: 16px;
    color: #1a1a1a;
}

.service-details p {
    font-size: 16px;
    margin-bottom: 16px;
    color: #4a5568;
}

.price {
    font-size: 24px;
    font-weight: 700;
    color: #3498db;
    margin-top: 20px;
    margin-bottom: 20px;
}

.select-service {
    padding: 12px 32px;
    background-color: #3498db;
    color: #ffffff;
    border: none;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.select-service:hover {
    background-color: #2980b9;
}

.testimonials-flow {
    background-color: #f8f9fa;
    padding: 80px 30px;
}

.testimonials-flow h2 {
    text-align: center;
    font-size: 38px;
    margin-bottom: 60px;
    color: #1a1a1a;
}

.testimonial-block {
    max-width: 800px;
    margin: 0 auto 40px;
    padding: 40px;
    background-color: #ffffff;
    border-left: 4px solid #3498db;
}

.testimonial-block p {
    font-size: 18px;
    font-style: italic;
    color: #2c3e50;
    margin-bottom: 16px;
}

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

.contact-form-section {
    padding: 80px 30px;
    background-color: #ffffff;
}

.contact-form-section h2 {
    text-align: center;
    font-size: 38px;
    margin-bottom: 60px;
    color: #1a1a1a;
}

.form-split {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    gap: 60px;
}

.form-info {
    flex: 1;
}

.form-info h3 {
    font-size: 26px;
    margin-bottom: 20px;
    color: #2c3e50;
}

.form-info p {
    font-size: 16px;
    margin-bottom: 16px;
    color: #4a5568;
}

.main-form {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-field {
    display: flex;
    flex-direction: column;
}

.form-field label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #2c3e50;
}

.form-field input,
.form-field textarea {
    padding: 12px 16px;
    border: 1px solid #cbd5e0;
    border-radius: 4px;
    font-size: 16px;
    font-family: inherit;
}

.form-field input:focus,
.form-field textarea:focus {
    outline: none;
    border-color: #3498db;
}

.form-field input[readonly] {
    background-color: #f8f9fa;
    cursor: not-allowed;
}

.btn-submit {
    padding: 14px 40px;
    background-color: #3498db;
    color: #ffffff;
    border: none;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
    align-self: flex-start;
}

.btn-submit:hover {
    background-color: #2980b9;
}

.disclaimer-section {
    background-color: #f8f9fa;
    padding: 60px 30px;
}

.disclaimer {
    max-width: 900px;
    margin: 0 auto;
    font-size: 14px;
    color: #6c757d;
    text-align: center;
    line-height: 1.8;
}

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

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

.footer-column {
    flex: 1;
}

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

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

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

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

.footer-column ul li a {
    color: #bdc3c7;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-column ul li a:hover {
    color: #3498db;
}

.references-list {
    font-size: 13px;
    line-height: 1.8;
    padding-left: 20px;
}

.references-list li {
    margin-bottom: 12px;
}

.references-list a {
    color: #bdc3c7;
    text-decoration: none;
}

.references-list a:hover {
    color: #3498db;
}

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

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c3e50;
    color: #ffffff;
    padding: 24px;
    box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.2);
    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: 30px;
}

.cookie-content p {
    flex: 1;
    margin: 0;
    font-size: 15px;
}

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

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

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

.btn-accept {
    background-color: #3498db;
    color: #ffffff;
}

.btn-accept:hover {
    background-color: #2980b9;
}

.btn-reject {
    background-color: #95a5a6;
    color: #ffffff;
}

.btn-reject:hover {
    background-color: #7f8c8d;
}

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

.page-header h1 {
    font-size: 48px;
    margin-bottom: 16px;
    color: #1a1a1a;
}

.page-header p {
    font-size: 20px;
    color: #4a5568;
}

.about-story {
    max-width: 1200px;
    margin: 80px auto;
    padding: 0 30px;
    display: flex;
    gap: 60px;
    align-items: center;
}

.story-image {
    flex: 1;
    background-color: #e2e8f0;
}

.story-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.story-content {
    flex: 1;
}

.story-content h2 {
    font-size: 34px;
    margin-bottom: 24px;
    color: #1a1a1a;
}

.story-content p {
    font-size: 17px;
    margin-bottom: 20px;
    color: #4a5568;
}

.philosophy-section {
    background-color: #f8f9fa;
    padding: 80px 30px;
}

.philosophy-section h2 {
    text-align: center;
    font-size: 38px;
    margin-bottom: 60px;
    color: #1a1a1a;
}

.philosophy-grid {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.philosophy-item {
    flex: 1;
    min-width: 280px;
    background-color: #ffffff;
    padding: 32px;
    border-radius: 4px;
}

.philosophy-item h3 {
    font-size: 22px;
    margin-bottom: 16px;
    color: #2c3e50;
}

.philosophy-item p {
    font-size: 16px;
    color: #4a5568;
}

.credentials-section {
    max-width: 900px;
    margin: 80px auto;
    padding: 0 30px;
}

.credentials-content h2 {
    font-size: 34px;
    margin-bottom: 24px;
    color: #1a1a1a;
}

.credentials-content p {
    font-size: 17px;
    margin-bottom: 20px;
    color: #4a5568;
}

.values-section {
    background-color: #f8f9fa;
    padding: 80px 30px;
}

.values-section h2 {
    text-align: center;
    font-size: 38px;
    margin-bottom: 60px;
    color: #1a1a1a;
}

.values-split {
    max-width: 1100px;
    margin: 0 auto 40px;
    display: flex;
    gap: 40px;
}

.value-block {
    flex: 1;
    background-color: #ffffff;
    padding: 36px;
    border-radius: 4px;
}

.value-block h3 {
    font-size: 22px;
    margin-bottom: 16px;
    color: #2c3e50;
}

.value-block p {
    font-size: 16px;
    color: #4a5568;
}

.location-section {
    max-width: 1200px;
    margin: 80px auto;
    padding: 0 30px;
}

.location-content {
    display: flex;
    gap: 50px;
    align-items: center;
}

.location-content img {
    flex: 1;
    max-width: 500px;
    height: auto;
    object-fit: cover;
    background-color: #e2e8f0;
}

.location-text {
    flex: 1;
}

.location-text h2 {
    font-size: 34px;
    margin-bottom: 24px;
    color: #1a1a1a;
}

.location-text p {
    font-size: 17px;
    margin-bottom: 20px;
    color: #4a5568;
}

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

.cta-about h2 {
    font-size: 38px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.cta-about p {
    font-size: 18px;
    margin-bottom: 32px;
    color: #4a5568;
}

.cta-button {
    display: inline-block;
    padding: 16px 40px;
    background-color: #3498db;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 4px;
    transition: background-color 0.3s;
}

.cta-button:hover {
    background-color: #2980b9;
}

.services-detailed {
    max-width: 1200px;
    margin: 60px auto;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    gap: 80px;
}

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

.service-detail-card.reverse {
    flex-direction: row-reverse;
}

.service-detail-content {
    flex: 1;
}

.service-detail-content h2 {
    font-size: 34px;
    margin-bottom: 12px;
    color: #1a1a1a;
}

.service-tagline {
    font-size: 18px;
    color: #3498db;
    margin-bottom: 20px;
    font-weight: 600;
}

.service-detail-content p {
    font-size: 16px;
    margin-bottom: 16px;
    color: #4a5568;
}

.service-detail-content ul {
    margin-bottom: 20px;
    padding-left: 24px;
}

.service-detail-content ul li {
    font-size: 16px;
    color: #4a5568;
    margin-bottom: 10px;
}

.service-detail-image {
    flex: 1;
    max-width: 500px;
    background-color: #e2e8f0;
}

.service-detail-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.service-pricing {
    display: flex;
    flex-direction: column;
    margin-top: 24px;
    margin-bottom: 24px;
}

.price-label {
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 4px;
}

.price-value {
    font-size: 28px;
    font-weight: 700;
    color: #3498db;
}

.packages-section {
    background-color: #f8f9fa;
    padding: 80px 30px;
}

.packages-section h2 {
    text-align: center;
    font-size: 38px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.packages-section > p {
    text-align: center;
    font-size: 17px;
    max-width: 800px;
    margin: 0 auto 60px;
    color: #4a5568;
}

.package-examples {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.package-card {
    flex: 1;
    min-width: 280px;
    background-color: #ffffff;
    padding: 36px;
    border-radius: 4px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.package-card h3 {
    font-size: 22px;
    margin-bottom: 16px;
    color: #2c3e50;
}

.package-card p {
    font-size: 16px;
    margin-bottom: 12px;
    color: #4a5568;
}

.booking-cta {
    padding: 80px 30px;
    text-align: center;
}

.booking-cta h2 {
    font-size: 38px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.booking-cta p {
    font-size: 18px;
    margin-bottom: 32px;
    color: #4a5568;
}

.contact-page-content {
    max-width: 1200px;
    margin: 60px auto 80px;
    padding: 0 30px;
}

.contact-info-block {
    display: flex;
    gap: 60px;
    margin-bottom: 80px;
    align-items: flex-start;
}

.contact-details {
    flex: 1;
}

.contact-details h2 {
    font-size: 34px;
    margin-bottom: 40px;
    color: #1a1a1a;
}

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

.contact-item h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #2c3e50;
}

.contact-item p {
    font-size: 16px;
    color: #4a5568;
    line-height: 1.8;
}

.contact-image {
    flex: 1;
    max-width: 500px;
    background-color: #e2e8f0;
}

.contact-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.visit-section {
    background-color: #f8f9fa;
    padding: 60px;
    border-radius: 4px;
    margin-bottom: 80px;
}

.visit-section h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.visit-section p {
    font-size: 17px;
    margin-bottom: 16px;
    color: #4a5568;
}

.faq-section h2 {
    font-size: 34px;
    margin-bottom: 40px;
    color: #1a1a1a;
}

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

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

.faq-item p {
    font-size: 16px;
    color: #4a5568;
}

.thanks-page {
    max-width: 900px;
    margin: 80px auto;
    padding: 0 30px;
}

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

.thanks-content h1 {
    font-size: 42px;
    margin-bottom: 24px;
    color: #1a1a1a;
}

.thanks-message {
    font-size: 18px;
    margin-bottom: 40px;
    color: #4a5568;
}

.service-confirmation {
    background-color: #f8f9fa;
    padding: 24px;
    border-radius: 4px;
    margin-bottom: 60px;
    font-size: 17px;
    color: #2c3e50;
}

.next-steps {
    margin-bottom: 60px;
    text-align: left;
}

.next-steps h2 {
    font-size: 32px;
    margin-bottom: 40px;
    text-align: center;
    color: #1a1a1a;
}

.steps-list {
    display: flex;
    gap: 40px;
}

.step-item {
    flex: 1;
}

.step-item h3 {
    font-size: 22px;
    margin-bottom: 12px;
    color: #3498db;
}

.step-item p {
    font-size: 16px;
    color: #4a5568;
}

.thanks-cta {
    margin-top: 60px;
}

.thanks-cta p {
    font-size: 17px;
    margin-bottom: 24px;
    color: #4a5568;
}

.cta-button-secondary {
    display: inline-block;
    padding: 14px 32px;
    background-color: #ecf0f1;
    color: #2c3e50;
    text-decoration: none;
    font-weight: 600;
    border-radius: 4px;
    margin: 0 8px;
    transition: background-color 0.3s;
}

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

.legal-page {
    max-width: 900px;
    margin: 60px auto 80px;
    padding: 0 30px;
}

.legal-page h1 {
    font-size: 42px;
    margin-bottom: 40px;
    color: #1a1a1a;
}

.legal-content h2 {
    font-size: 28px;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #2c3e50;
}

.legal-content h3 {
    font-size: 22px;
    margin-top: 28px;
    margin-bottom: 16px;
    color: #34495e;
}

.legal-content p {
    font-size: 16px;
    margin-bottom: 16px;
    color: #4a5568;
    line-height: 1.8;
}

.legal-content ul {
    margin-bottom: 20px;
    padding-left: 28px;
}

.legal-content ul li {
    font-size: 16px;
    color: #4a5568;
    margin-bottom: 10px;
    line-height: 1.8;
}

.legal-content a {
    color: #3498db;
    text-decoration: underline;
}

.legal-content a:hover {
    color: #2980b9;
}

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

    .nav-links {
        flex-wrap: wrap;
        justify-content: center;
    }

    .hero-split {
        flex-direction: column;
    }

    .hero-content {
        padding: 60px 30px;
    }

    .hero-content h1 {
        font-size: 36px;
    }

    .intro-asymmetric,
    .science-backed,
    .about-story,
    .location-content,
    .contact-info-block {
        flex-direction: column;
    }

    .form-split {
        flex-direction: column;
    }

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

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

    .footer-content {
        flex-direction: column;
        gap: 40px;
    }

    .cookie-content {
        flex-direction: column;
        text-align: center;
    }

    .values-split,
    .steps-list {
        flex-direction: column;
    }
}