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

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

.nav-minimal {
    padding: 40px 0;
    background-color: #ffffff;
}

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

.brand {
    font-size: 24px;
    font-weight: 600;
    color: #1a1a1a;
    text-decoration: none;
    letter-spacing: -0.5px;
}

.nav-links {
    display: flex;
    gap: 48px;
}

.nav-links a {
    color: #1a1a1a;
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    transition: opacity 0.2s;
}

.nav-links a:hover {
    opacity: 0.6;
}

.hero-minimal {
    max-width: 1200px;
    margin: 80px auto 120px;
    padding: 0 24px;
}

.hero-content {
    margin-bottom: 64px;
}

.hero-content h1 {
    font-size: 72px;
    font-weight: 300;
    line-height: 1.1;
    letter-spacing: -2px;
    margin-bottom: 24px;
    color: #1a1a1a;
}

.hero-subtitle {
    font-size: 20px;
    font-weight: 400;
    color: #6c757d;
    max-width: 600px;
}

.hero-image-container {
    width: 100%;
    height: 600px;
    background-color: #f5f5f5;
    overflow: hidden;
}

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

.intro-spacious {
    max-width: 800px;
    margin: 120px auto;
    padding: 0 24px;
}

.intro-inner {
    text-align: left;
}

.large-text {
    font-size: 32px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 32px;
    color: #1a1a1a;
}

.intro-inner p {
    font-size: 18px;
    line-height: 1.8;
    color: #4a4a4a;
    margin-bottom: 24px;
}

.insight-block {
    background-color: #fafafa;
    padding: 120px 0;
    margin: 120px 0;
}

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

.insight-text {
    flex: 1;
}

.insight-text h2 {
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 32px;
    letter-spacing: -1px;
}

.insight-text p {
    font-size: 18px;
    line-height: 1.8;
    color: #4a4a4a;
    margin-bottom: 24px;
}

.citation,
.citation-inline {
    color: #0066cc;
    text-decoration: none;
    font-weight: 500;
    transition: opacity 0.2s;
}

.citation:hover,
.citation-inline:hover {
    opacity: 0.7;
}

.insight-visual {
    flex: 1;
    background-color: #e9ecef;
}

.insight-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.programs-featured {
    max-width: 1400px;
    margin: 120px auto;
    padding: 0 24px;
}

.section-title {
    font-size: 56px;
    font-weight: 300;
    text-align: left;
    margin-bottom: 80px;
    letter-spacing: -1.5px;
}

.programs-grid {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.program-card {
    display: flex;
    gap: 60px;
    align-items: flex-start;
    cursor: pointer;
    transition: opacity 0.2s;
}

.program-card:nth-child(even) {
    flex-direction: row-reverse;
}

.program-image {
    flex: 1;
    background-color: #f5f5f5;
    height: 400px;
}

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

.program-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.program-details h3 {
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

.program-details p {
    font-size: 17px;
    line-height: 1.7;
    color: #4a4a4a;
    margin-bottom: 24px;
}

.program-meta {
    display: flex;
    gap: 32px;
    margin-bottom: 32px;
    font-size: 15px;
    color: #6c757d;
}

.price {
    font-size: 28px;
    font-weight: 500;
    color: #1a1a1a;
}

.cta-select {
    align-self: flex-start;
    background-color: #1a1a1a;
    color: #ffffff;
    border: none;
    padding: 16px 40px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s;
}

.cta-select:hover {
    background-color: #333333;
}

.trust-element {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 120px 0;
    margin: 120px 0;
}

.trust-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 24px;
    text-align: center;
}

.testimonial-quote {
    font-size: 32px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 32px;
    font-style: italic;
}

.testimonial-author {
    font-size: 16px;
    color: #cccccc;
}

.booking-section {
    max-width: 800px;
    margin: 120px auto;
    padding: 0 24px;
}

.booking-intro {
    margin-bottom: 64px;
}

.booking-intro h2 {
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 24px;
    letter-spacing: -1px;
}

.booking-intro p {
    font-size: 18px;
    color: #6c757d;
}

.booking-form {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.selected-service-display {
    background-color: #f8f9fa;
    padding: 24px;
    margin-bottom: 16px;
}

.selected-service-display p {
    margin: 8px 0;
    font-size: 16px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.form-group label {
    font-size: 15px;
    font-weight: 500;
    color: #1a1a1a;
}

.form-group input,
.form-group textarea {
    padding: 16px;
    font-size: 16px;
    border: 1px solid #dee2e6;
    background-color: #ffffff;
    font-family: inherit;
}

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

.cta-submit {
    background-color: #1a1a1a;
    color: #ffffff;
    border: none;
    padding: 20px 48px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s;
    align-self: flex-start;
}

.cta-submit:hover {
    background-color: #333333;
}

.scientific-backing {
    background-color: #fafafa;
    padding: 120px 0;
    margin-top: 120px;
}

.science-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 24px;
}

.science-container h2 {
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 32px;
    letter-spacing: -1px;
}

.science-container > p {
    font-size: 18px;
    line-height: 1.8;
    color: #4a4a4a;
    margin-bottom: 48px;
}

.references-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.reference-item {
    font-size: 15px;
    line-height: 1.7;
    color: #4a4a4a;
}

.reference-item a {
    color: #0066cc;
    text-decoration: none;
    transition: opacity 0.2s;
}

.reference-item a:hover {
    opacity: 0.7;
}

.footer-minimal {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 80px 0 40px;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.footer-nav {
    display: flex;
    gap: 32px;
    margin-bottom: 48px;
    flex-wrap: wrap;
}

.footer-nav a {
    color: #cccccc;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s;
}

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

.footer-disclaimer {
    font-size: 13px;
    line-height: 1.7;
    color: #999999;
    margin-bottom: 32px;
    max-width: 900px;
}

.footer-copy {
    font-size: 13px;
    color: #666666;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 32px;
    display: none;
    z-index: 1000;
}

.cookie-banner.show {
    display: block;
}

.cookie-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
}

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

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

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

.cookie-accept,
.cookie-reject {
    padding: 12px 32px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    border: none;
    transition: opacity 0.2s;
}

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

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

.cookie-accept:hover,
.cookie-reject:hover {
    opacity: 0.8;
}

.page-hero {
    max-width: 1200px;
    margin: 80px auto 80px;
    padding: 0 24px;
}

.page-hero h1 {
    font-size: 64px;
    font-weight: 300;
    letter-spacing: -1.5px;
}

.about-story {
    max-width: 1200px;
    margin: 80px auto;
    padding: 0 24px;
}

.story-container {
    display: flex;
    gap: 80px;
    align-items: flex-start;
}

.story-block {
    flex: 1;
}

.story-block p {
    font-size: 18px;
    line-height: 1.8;
    color: #4a4a4a;
    margin-bottom: 24px;
}

.story-image {
    flex: 1;
    background-color: #f5f5f5;
    height: 500px;
}

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

.philosophy-section {
    background-color: #fafafa;
    padding: 120px 0;
    margin: 120px 0;
}

.philosophy-inner {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 24px;
}

.philosophy-inner h2 {
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 32px;
    letter-spacing: -1px;
}

.philosophy-inner p {
    font-size: 18px;
    line-height: 1.8;
    color: #4a4a4a;
    margin-bottom: 24px;
}

.team-approach {
    max-width: 1200px;
    margin: 120px auto;
    padding: 0 24px;
}

.approach-container h2 {
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 64px;
    letter-spacing: -1px;
}

.approach-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 48px;
}

.approach-item {
    flex: 1;
    min-width: 280px;
}

.approach-item h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 16px;
}

.approach-item p {
    font-size: 16px;
    line-height: 1.7;
    color: #6c757d;
}

.location-significance {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 120px 0;
    margin: 120px 0;
}

.location-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 24px;
}

.location-content h2 {
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 32px;
    letter-spacing: -1px;
}

.location-content p {
    font-size: 18px;
    line-height: 1.8;
    color: #cccccc;
    margin-bottom: 24px;
}

.services-detailed {
    max-width: 1200px;
    margin: 80px auto;
    padding: 0 24px;
}

.service-detail-block {
    display: flex;
    gap: 80px;
    margin-bottom: 120px;
    align-items: flex-start;
}

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

.service-content {
    flex: 1;
}

.service-content h2 {
    font-size: 42px;
    font-weight: 300;
    margin-bottom: 16px;
    letter-spacing: -1px;
}

.service-duration {
    font-size: 16px;
    color: #6c757d;
    margin-bottom: 24px;
}

.service-content p {
    font-size: 17px;
    line-height: 1.8;
    color: #4a4a4a;
    margin-bottom: 20px;
}

.service-content ul {
    margin: 24px 0 32px 24px;
}

.service-content li {
    font-size: 16px;
    line-height: 1.8;
    color: #4a4a4a;
    margin-bottom: 12px;
}

.cta-service {
    background-color: #1a1a1a;
    color: #ffffff;
    border: none;
    padding: 16px 40px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s;
}

.cta-service:hover {
    background-color: #333333;
}

.service-visual {
    flex: 1;
    background-color: #f5f5f5;
    height: 500px;
}

.service-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-info {
    max-width: 1000px;
    margin: 80px auto;
    padding: 0 24px;
}

.contact-container {
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.contact-block h2 {
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 24px;
    letter-spacing: -0.5px;
}

.contact-detail {
    font-size: 18px;
    line-height: 1.8;
    color: #4a4a4a;
}

.contact-note {
    font-size: 16px;
    color: #6c757d;
    margin-top: 16px;
    font-style: italic;
}

.location-map {
    background-color: #fafafa;
    padding: 80px 0;
    margin: 80px 0 0;
}

.map-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 24px;
}

.map-info {
    font-size: 18px;
    line-height: 1.8;
    color: #4a4a4a;
}

.thanks-section {
    max-width: 800px;
    margin: 120px auto;
    padding: 0 24px;
    text-align: center;
}

.thanks-container h1 {
    font-size: 56px;
    font-weight: 300;
    margin-bottom: 32px;
    letter-spacing: -1px;
}

.thanks-message {
    font-size: 20px;
    color: #6c757d;
    margin-bottom: 32px;
}

.service-confirm {
    background-color: #f8f9fa;
    padding: 24px;
    margin: 32px 0;
}

.service-confirm p {
    font-size: 17px;
    color: #1a1a1a;
}

.thanks-container p {
    font-size: 17px;
    line-height: 1.8;
    color: #4a4a4a;
    margin-bottom: 48px;
}

.cta-return {
    display: inline-block;
    background-color: #1a1a1a;
    color: #ffffff;
    text-decoration: none;
    padding: 16px 40px;
    font-size: 15px;
    font-weight: 500;
    transition: background-color 0.2s;
}

.cta-return:hover {
    background-color: #333333;
}

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

.legal-container h1 {
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 16px;
    letter-spacing: -1px;
}

.legal-updated {
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 48px;
}

.legal-container h2 {
    font-size: 28px;
    font-weight: 400;
    margin: 48px 0 24px;
}

.legal-container h3 {
    font-size: 22px;
    font-weight: 400;
    margin: 32px 0 16px;
}

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

.legal-container ul {
    margin: 16px 0 16px 24px;
}

.legal-container li {
    font-size: 16px;
    line-height: 1.8;
    color: #4a4a4a;
    margin-bottom: 12px;
}

.legal-container a {
    color: #0066cc;
    text-decoration: none;
    transition: opacity 0.2s;
}

.legal-container a:hover {
    opacity: 0.7;
}

@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 48px;
    }

    .nav-links {
        gap: 24px;
    }

    .insight-container,
    .story-container,
    .service-detail-block,
    .program-card {
        flex-direction: column;
    }

    .program-card:nth-child(even) {
        flex-direction: column;
    }

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

    .section-title {
        font-size: 40px;
    }

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