/*
Theme Name: MBT Theme
Theme URI: https://mindbodyuae.com
Author: Mind Body Therapy
Author URI: https://mindbodyuae.com
Description: Custom WordPress theme for Mind Body Therapy - converted from HTML/CSS/JS
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mbt-theme
Tags: therapy, wellness, healthcare, business
*/

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

body {
    font-family: 'Hanken Grotesk', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    color: #111;
}

/* Header */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    background: transparent;
    transition: background-color 200ms ease, box-shadow 200ms ease, color 200ms ease;
}

.site-header .nav-inner {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 2rem;
    padding-left: 4rem;
}

.site-header .brand {
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.brand-text {
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    font-size: 22px;
}

.brand-logo { display: block; }

.site-header .nav-links {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.nav-toggle { display: none; background: none; border: 0; padding: 0.5rem; cursor: pointer; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: #000; margin: 5px 0; transition: transform .2s ease, opacity .2s ease; }
.nav-close { display: none; }

@media (max-width: 900px) {
    .nav-toggle { display: inline-block; }
    .site-header .nav-links { position: fixed; top: 0; right: -100%; width: 75%; max-width: 320px; height: 100vh; background: #ffffff; color: #000; padding: 5rem 1.5rem 2rem; flex-direction: column; gap: 1.25rem; box-shadow: -10px 0 30px rgba(0,0,0,0.1); transition: right .25s ease; align-items: flex-start; text-align: left; }
    .site-header.menu-open .nav-links { right: 0; }
    .site-header .nav-links a { color: #000; }
    .site-header .nav-links a.highlight,
    .site-header .nav-links button.highlight { background: #656F4E; color: #fff; padding: 10px 16px; border-radius: 0; width: 100%; text-align: center; border: none; cursor: pointer; font-family: inherit; font-size: inherit; }
    .nav-close { display: block; position: absolute; top: 1.5rem; right: 1.5rem; background: none; border: 0; font-size: 2rem; color: #000; cursor: pointer; padding: 0; }
    .nav-backdrop { position: fixed; inset: 0; background: rgba(0,0,0,0.35); opacity: 0; pointer-events: none; transition: opacity .25s ease; }
    .site-header.menu-open ~ .nav-backdrop { opacity: 1; pointer-events: auto; }
}

.site-header .nav-links a {
    color: #eee;
    text-decoration: none;
}

.site-header .nav-links a.highlight,
.site-header .nav-links button.highlight {
    background: #656F4E;
    color: #fff;
    padding: 8px 16px;
    border-radius: 0;
    align-self: center;
    border: none;
    cursor: pointer;
    font-family: inherit;
    font-size: inherit;
    text-decoration: none;
}

.site-header .nav-links a.highlight:hover,
.site-header .nav-links button.highlight:hover {
    text-decoration: none;
    filter: brightness(0.95);
}

.site-header .nav-links a.active,
.site-header .nav-links a.current-menu-item a {
    color: #627146;
    font-weight: 600;
}

.site-header .nav-links a:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}

.site-header.scrolled {
    background: #ffffff;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}

.site-header.scrolled .brand-text,
.site-header.scrolled .nav-links a {
    color: #222;
}

.site-header.scrolled .nav-links a.highlight { color: #fff; }

.hero {
    background: #000;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    min-height: 100vh;
    padding: 2rem 1rem 2rem 6rem;
    gap: 1rem;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.5);
    pointer-events: none;
    z-index: 1;
}

.hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.hero-content {
    max-width: 640px;
    position: relative;
    z-index: 2;
}

.hero-title {
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    font-size: 72px;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 3.5rem;
}

.hero-subtitle {
    font-family: 'Hanken Grotesk', sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #fff;
    margin-bottom: 3.5rem;
}

.hero-actions {
    display: flex;
    gap: 1rem;
    margin-top: 0;
    flex-wrap: wrap;
}

.btn {
    font-family: 'Hanken Grotesk', sans-serif;
    font-weight: 600;
    font-size: 16px;
    padding: 12px 30px;
    border-radius: 9999px;
    text-decoration: none;
    display: inline-block;
    transition: transform 200ms ease, box-shadow 200ms ease;
}

.btn-primary {
    background-color: #627146;
    color: #fff;
}

.btn-primary:hover { transform: translateY(-1px); box-shadow: 0 8px 20px rgba(98,113,70,0.25); }

.btn-secondary {
    background-color: #627146;
    color: #fff;
}

.btn-secondary:hover { transform: translateY(-1px); box-shadow: 0 8px 20px rgba(98,113,70,0.25); }

@media (max-width: 768px) {
    .hero { padding: 2rem 1rem; }
    .hero-title { font-size: 42px; }
    .hero-subtitle { font-size: 18px; }
}

@media (max-width: 1100px) {
    .site-header .nav-links { gap: 1rem; flex-wrap: wrap; }
}

@media (max-width: 900px) {
    .hero { grid-template-columns: 1fr; padding: 2rem 1rem; }
    .hero-content { max-width: 100%; }
    .hero-right { display: none; }
    .feature-container, .feature2-container { grid-template-columns: 1fr; gap: 2rem; padding: 2rem 1rem; }
    .feature-content, .feature2-content { padding-left: 0; max-width: 100%; }
    .testimonials-container { grid-template-columns: 1fr; gap: 2rem; }
    .testimonial-cards { min-height: 300px; }
    .blogs-container { padding: 2rem 1rem; }
}

@media (max-width: 600px) {
    .brand-text { font-size: 18px; }
    .hero-title { font-size: 40px; font-weight: 500; margin-bottom: 2rem; }
    .hero-subtitle { font-size: 14px; font-weight: 500; margin-bottom: 3rem; }
    .btn { font-size: 14px; font-weight: 600; padding: 12px 30px; }
    .feature-title, .feature2-title { font-size: 34px; }
    .feature-subtitle, .feature2-subtitle { font-size: 18px; }
    .feature-list li { font-size: 16px; }
    .section-title, .blogs-title { font-size: 30px; }
    .section-subtitle { font-size: 16px; }
    .testimonials-title { font-size: 36px; }
    .testimonials-subtitle { font-size: 18px; }
    .testimonial-quote { font-size: 12px; line-height: 1.4; }
    .testimonial-cards { 
        height: auto; 
    }
    .testimonial-card { 
        height: auto; 
        padding: 1rem; 
    }
    .testimonial-cards-wrapper {
        padding: 0;
    }
    .blog-card-title { font-size: 20px; }
    .blog-card-excerpt { font-size: 16px; }
    .cta-title { font-size: 34px; }
    .cta-content { padding: 4rem 1rem; }
    .footer-links { grid-template-columns: 1fr; gap: 1rem; }
    .footer-brand-text { font-size: 20px; }
}

@media (max-width: 900px) {
    .site-header .nav-links a { color: #000; }
}

@media (max-width: 768px) {
    .section-title { font-size: 36px; }
    .section-subtitle { font-size: 18px; }
    .feature-title { font-size: 36px; }
    .feature-subtitle { font-size: 18px; }
    .feature-list li { font-size: 18px; }
    .feature2-title { font-size: 36px; }
    .feature2-subtitle { font-size: 18px; }
    .testimonials-title { font-size: 36px; }
    .testimonials-subtitle { font-size: 18px; }
    .testimonial-quote { font-size: 13px; line-height: 1.5; }
    .testimonial-card { 
        height: auto; 
        padding: 1rem; 
    }
    .testimonial-cards { 
        height: auto; 
    }
    .testimonial-cards-wrapper {
        padding: 0;
    }
}

@media (max-width: 480px) {
    .hero-title { font-size: 40px; font-weight: 500; margin-bottom: 1.75rem; }
    .hero-subtitle { font-size: 14px; font-weight: 500; margin-bottom: 2.75rem; }
    .btn { font-size: 14px; font-weight: 600; padding: 12px 30px; }
    .feature-title, .feature2-title { font-size: 30px; }
    .feature-subtitle, .feature2-subtitle { font-size: 16px; }
    .feature-list li { font-size: 16px; }
    .section-title, .blogs-title { font-size: 28px; }
    .section-subtitle { font-size: 16px; }
    .testimonials-title { font-size: 30px; }
    .testimonials-subtitle { font-size: 16px; }
    .testimonial-quote { font-size: 11px; line-height: 1.4; }
    .testimonial-cards { 
        height: auto; 
    }
    .testimonial-card { 
        height: auto; 
        padding: 1rem; 
    }
    .testimonial-cards-wrapper {
        padding: 0;
    }
    .blog-card-title { font-size: 18px; }
    .blog-card-excerpt { font-size: 15px; }
}

@media (max-width: 360px) {
    .testimonial-quote { font-size: 10px; line-height: 1.3; }
    .testimonial-card { 
        height: auto; 
        padding: 0.75rem; 
    }
    .testimonial-cards { 
        height: auto; 
    }
    .testimonial-cards-wrapper {
        padding: 0;
    }
}

.section {
    padding: 3rem 1rem;
}

.section.intro {
    padding: 5rem 1rem;
}

.section-container {
    max-width: 1140px;
    margin: 0 auto;
}

.section-title {
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    font-size: 48px;
    line-height: 1.3;
    color: #111;
    text-align: center;
}

.section-subtitle {
    font-family: 'Hanken Grotesk', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #333;
    margin-top: 1.5rem;
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.feature {
    background: linear-gradient(90deg, #FBF9EF 0 30%, #5f6c49 30% 100%);
}

.feature-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 3rem 0.5rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 4rem;
}

.feature-media {
    background: #FBF9EF;
    border-radius: 24px;
    overflow: hidden;
}

.feature-image {
    width: 100%;
    height: auto;
    display: block;
}

.feature-content {
    color: #fff;
    max-width: 900px;
}

.feature-title {
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.feature-subtitle {
    font-family: 'Hanken Grotesk', sans-serif;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 2rem;
    max-width: 600px;
}

.feature-list {
    list-style: none;
    display: grid;
    gap: 0.75rem;
    margin: 0 0 2rem 0;
    padding: 0;
}

.feature-list li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 24px;
    font-weight: 500;
}

.feature-list img { width: 20px; height: 20px; }

@media (max-width: 1024px) {
    .feature-container { 
        grid-template-columns: 1fr; 
        gap: 0;
        padding: 0;
    }
    /* Ensure image (white section) is on top, text (green section) is below for tablet and mobile */
    .feature-media {
        order: 1;
        background: #FBF9EF;
        padding: 2rem 1rem;
        border-radius: 0;
    }
    .feature-image {
        border-radius: 0;
    }
    .feature-content {
        order: 2;
        background: #5f6c49;
        padding: 2rem 1rem;
        color: #fff;
    }
    /* Vertical gradient for mobile and tablet */
    .feature {
        background: linear-gradient(180deg, #FBF9EF 0 30%, #5f6c49 30% 100%) !important;
    }
}

.feature .btn-primary {
    background-color: #ffffff;
    color: #627146;
}

.feature .btn-primary:hover {
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

.feature2-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 3rem 1rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 4rem;
}

.feature2-title {
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    font-size: 48px;
    line-height: 1.2;
    color: #111;
    margin-bottom: 1.5rem;
}

.feature2-subtitle {
    font-family: 'Hanken Grotesk', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #333;
    margin-bottom: 2rem;
    max-width: 700px;
}

.feature2-content {
    max-width: 900px;
    padding-left: 0.5rem;
}

.feature2-media { border-radius: 24px; overflow: hidden; }
.feature2-image { width: 100%; height: auto; display: block; }

@media (max-width: 900px) {
    .feature2-container { grid-template-columns: 1fr; }
}

.testimonials {
    padding: 3rem 1rem 0;
    margin-bottom: 3rem;
}

.testimonials-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}

.testimonials-left,
.testimonials-right { align-self: center; }

.testimonials-title {
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    font-size: 48px;
    line-height: 1.2;
}

.testimonials-subtitle {
    font-family: 'Hanken Grotesk', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #333;
    margin-top: 1.5rem;
    max-width: 500px;
}

.testimonial-card {
    background: #FBF9EF;
    border-radius: 20px;
    padding: 2rem;
    height: 520px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}

.testimonial-cards-wrapper {
    position: relative;
}

.testimonial-cards {
    position: relative;
    height: 540px;
    min-height: 540px;
}

.testimonial-cards .testimonial-card {
    position: absolute;
    inset: 0;
    opacity: 0;
    transform: translateY(10px);
    animation: testimonial-rotate 35s infinite;
}

.testimonial-cards .testimonial-card:nth-child(1) { animation-delay: 0s; }
.testimonial-cards .testimonial-card:nth-child(2) { animation-delay: 5s; }
.testimonial-cards .testimonial-card:nth-child(3) { animation-delay: 10s; }
.testimonial-cards .testimonial-card:nth-child(4) { animation-delay: 15s; }
.testimonial-cards .testimonial-card:nth-child(5) { animation-delay: 20s; }
.testimonial-cards .testimonial-card:nth-child(6) { animation-delay: 25s; }
.testimonial-cards .testimonial-card:nth-child(7) { animation-delay: 30s; }

@keyframes testimonial-rotate {
    0% { opacity: 0; transform: translateY(10px); }
    2.86% { opacity: 1; transform: translateY(0); }
    14.29% { opacity: 1; transform: translateY(0); }
    17.14% { opacity: 0; transform: translateY(-6px); }
    100% { opacity: 0; }
}

.testimonial-dots span { width: 10px; height: 10px; border-radius: 9999px; background: #d1d5db; display: inline-block; }
.testimonial-dots span:nth-child(1) { animation: dot 35s infinite; }
.testimonial-dots span:nth-child(2) { animation: dot 35s infinite 5s; }
.testimonial-dots span:nth-child(3) { animation: dot 35s infinite 10s; }
.testimonial-dots span:nth-child(4) { animation: dot 35s infinite 15s; }
.testimonial-dots span:nth-child(5) { animation: dot 35s infinite 20s; }
.testimonial-dots span:nth-child(6) { animation: dot 35s infinite 25s; }
.testimonial-dots span:nth-child(7) { animation: dot 35s infinite 30s; }

@keyframes dot {
    0%, 100% { background: #d1d5db; }
    2.86%, 14.29% { background: #627146; }
}

.testimonial-quote {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    color: #222;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
}

.testimonial-author { margin-top: 1rem; }
.author-name { font-weight: 600; }

.testimonial-dots { display: flex; gap: 10px; justify-content: center; margin-top: 0.75rem; }
.testimonial-dots span { 
    width: 10px; 
    height: 10px; 
    border-radius: 9999px; 
    background: #d1d5db; 
    display: inline-block; 
    cursor: pointer;
    transition: background 0.3s ease;
}
.testimonial-dots span:hover {
    background: #9ca3af;
}
.testimonial-dots .active { background: #627146; }

/* Testimonial Arrow Buttons */
.testimonial-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border: 2px solid #627146;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 20;
    transition: all 0.3s ease;
    color: #627146;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.testimonial-arrow:hover {
    background: #627146;
    color: #fff;
    box-shadow: 0 4px 12px rgba(98, 113, 70, 0.3);
    transform: translateY(-50%) scale(1.1);
}

.testimonial-arrow:active {
    transform: translateY(-50%) scale(0.95);
}

.testimonial-arrow-prev {
    left: -24px;
}

.testimonial-arrow-next {
    right: -24px;
}

.testimonial-arrow svg {
    width: 20px;
    height: 20px;
    pointer-events: none;
}

@media (max-width: 900px) {
    .testimonials-container { grid-template-columns: 1fr; }
    .testimonial-cards-wrapper {
        padding: 0;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 1rem;
        justify-content: center;
        align-items: center;
    }
    /* Move arrows below the card on mobile, side by side */
    .testimonial-arrow {
        position: static;
        transform: none;
        width: 40px;
        height: 40px;
        margin: 0;
        flex-shrink: 0;
    }
    .testimonial-arrow-prev {
        left: auto;
        order: 2;
    }
    .testimonial-arrow-next {
        right: auto;
        order: 3;
    }
    .testimonial-arrow:hover {
        transform: scale(1.1);
    }
    .testimonial-arrow:active {
        transform: scale(0.95);
    }
    .testimonial-cards {
        order: 1;
        width: 100%;
        flex-basis: 100%;
    }
    .testimonial-arrow svg {
        width: 18px;
        height: 18px;
    }
    /* Card styles remain unchanged - only padding and font size adjustments */
    .testimonial-card {
        padding: 1rem;
        height: auto;
    }
    .testimonial-cards {
        height: auto;
    }
    .testimonial-quote {
        font-size: 14px;
        line-height: 1.5;
    }
}

.affiliated {
    padding: 2rem 1rem;
    background: #fff;
}

.affiliated-container {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.affiliated-title {
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    font-weight: 500;
    color: #333;
    margin-bottom: 3rem;
}

.affiliated-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    flex-wrap: nowrap;
}

.affiliate-logo {
    max-width: 280px;
    height: auto;
    transition: transform 0.3s ease;
}

.affiliate-logo:hover {
    transform: scale(1.05);
}

@media (max-width: 768px) {
    .affiliated {
        padding: 1.5rem 1rem;
    }
    .affiliated-title {
        font-size: 28px;
        margin-bottom: 2rem;
    }
    .affiliated-logos {
        gap: 2rem;
    }
    .affiliate-logo {
        max-width: 150px;
    }
}

@media (max-width: 480px) {
    .affiliated-title {
        font-size: 24px;
    }
    .affiliated-logos {
        gap: 1rem;
        flex-wrap: wrap;
    }
    .affiliate-logo {
        max-width: 100px;
    }
}

/* Blogs Page Styles */
.blogs-hero {
    background-color: #f8f8f8;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50vh;
    padding: 2rem 1rem;
    position: relative;
}

.blogs-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.blogs-hero .hero-content {
    text-align: center;
    position: relative;
    z-index: 2;
}

.blogs-hero .hero-title {
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    font-size: 72px;
    line-height: 1.1;
    color: #fff;
    margin: 0;
}

.blogs-content {
    padding: 6rem 1rem;
    background: #F5F4F0;
}

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

.blogs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    align-items: stretch;
}

.blog-card {
    background: #fff;
    padding: 3rem 2rem;
    border-radius: 16px;
    box-shadow: 5px 9px 0px 0px #E3E8E3AB; /* drop shadow as specified */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

.blog-card:hover {
    transform: translateY(-4px);
    box-shadow: 5px 9px 0px 0px #E3E8E3AB; /* keep same style on hover */
}

.blog-card-title {
    font-family: 'Hanken Grotesk', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.blog-card-description {
    font-family: 'Hanken Grotesk', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #666;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    flex-grow: 1;
}

.blog-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    flex-direction: row-reverse;
}

.blog-date {
    font-family: 'Hanken Grotesk', sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #999;
}

.blog-card-link {
    font-family: 'Hanken Grotesk', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: color 0.3s ease;
    position: relative;
    padding-left: 0; /* override inherited padding */
}

.blog-card-link::before {
    display: none; /* hide the inherited arrow from main styles */
}

.blog-card-link:hover {
    color: #627144;
}

.blog-card-link .arrow-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

/* Blog Single Post Styles */
.blog-single-hero {
    background: #F5F4F0;
    padding: 4rem 1rem 3rem;
}

.blog-single-content {
    background: #fff;
    padding: 3rem 1rem;
}

.blog-content {
    font-family: 'Hanken Grotesk', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #333;
}

.blog-content img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    margin: 1.5rem 0;
}

.blog-content p {
    margin-bottom: 1.5rem;
}

.blog-content h2,
.blog-content h3,
.blog-content h4 {
    font-family: 'Hanken Grotesk', sans-serif;
    font-weight: 600;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #333;
}

.blog-content h2 {
    font-size: 28px;
}

.blog-content h3 {
    font-size: 24px;
}

.blog-content h4 {
    font-size: 20px;
}

.blog-content ul,
.blog-content ol {
    margin: 1.5rem 0;
    padding-left: 2rem;
}

.blog-content li {
    margin-bottom: 0.5rem;
}

.blog-navigation {
    background: #F5F4F0;
    padding: 2rem 1rem;
    border-top: 1px solid #e5e5e5;
}

/* Mobile responsive for blogs page */
@media (max-width: 900px) {
    .blogs-hero { 
        padding: 2rem 1rem; 
    }
    .blogs-hero .hero-content { 
        max-width: 100%; 
    }
}

@media (max-width: 600px) {
    .blogs-hero .hero-title { 
        font-size: 40px; 
        font-weight: 500; 
    }
}

@media (max-width: 480px) {
    .blogs-hero .hero-title { 
        font-size: 40px; 
        font-weight: 500; 
    }
}

/* Mobile responsive for blogs content */
@media (max-width: 1024px) {
    .blogs-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
}

@media (max-width: 768px) {
    .blogs-content {
        padding: 4rem 1rem;
    }
    
    .blogs-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .blog-card {
        padding: 1.5rem;
    }
    
    .blog-card-title {
        font-size: 16px;
    }
    
    .blog-card-description {
        font-size: 13px;
    }
    
    .blog-card-link {
        font-size: 13px;
    }
    
    .blog-single-hero {
        padding: 3rem 1rem 2rem;
    }
    
    .blog-single-content {
        padding: 2rem 1rem;
    }
}

@media (max-width: 480px) {
    .blog-card-title {
        font-size: 15px;
    }
    
    .blog-card-description {
        font-size: 12px;
    }
    
    .blog-card-link {
        font-size: 12px;
    }
}

.cta {
    padding: 0;
}

.cta-inner {
    background: url('assets/images/woman-smile.png') center/cover no-repeat;
    position: relative;
}

.cta-inner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.35);
}

.cta-content {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    padding: 6rem 1rem;
    color: #fff;
}

.cta-title { font-family: 'Playfair Display', serif; font-weight: 500; font-size: 64px; line-height: 1.1; }
.cta-subtitle { font-family: 'Hanken Grotesk', sans-serif; font-weight: 400; font-size: 20px; margin: 1.5rem 0 2rem; max-width: 760px; }

.btn-light { background: #ffffff; color: #111; }
.btn-ghost { background: rgba(255,255,255,0.15); color: #fff; border: 2px solid rgba(255,255,255,0.6); }
.cta-actions { display: flex; gap: 1rem; flex-wrap: wrap; }

@media (max-width: 768px) {
    .cta-title { font-size: 40px; }
}

.site-footer { background: #f8f8f6; margin-top: 0; }
.footer-container {
    max-width: 1280px; margin: 0 auto; padding: 2rem 1rem; display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: start;
}
.footer-brand { display: flex; flex-direction: column; align-items: flex-start; gap: 1rem; }
.footer-brand-text { font-family: 'Playfair Display', serif; font-weight: 500; font-size: 24px; color: #222; }
.footer-logo { display: block; }
.footer-affiliates { display: flex; gap: 1rem; flex-wrap: nowrap; align-items: center; }
.footer-affiliate-logo { max-width: 80px; height: auto; object-fit: contain; opacity: 0.8; transition: opacity 0.3s ease; }
.footer-affiliate-logo:hover { opacity: 1; }
.footer-follow { margin-top: 1.25rem; }
.footer-follow .footer-col-title { font-size: 14px; letter-spacing: 0.2em; text-transform: uppercase; margin-bottom: 0.5rem; color: #333; }
.footer-social-links { display: flex; gap: 0.4rem; align-items: center; flex-wrap: wrap; }
.footer-social-link {
    width: 36px;
    height: 36px;
    border: 1px solid #d7d7ca;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    transition: border-color 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}
.footer-social-link:hover {
    border-color: #bfc0b2;
    transform: translateY(-2px);
    opacity: 0.85;
}
.footer-social-icon { width: 18px; height: 18px; display: block; }

.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 3rem; }
.footer-col { display: flex; flex-direction: column; gap: 0.75rem; }
.footer-col-title { font-weight: 600; color: #222; margin-bottom: 0.25rem; }
.footer-col a { color: #555; text-decoration: none; }
.footer-col a:hover { text-decoration: underline; }
.contact-icon { width: 18px; height: 18px; vertical-align: -3px; margin-right: 8px; }

.footer-bottom { max-width: 1280px; margin: 0 auto; padding: 0 1rem 2rem; color: #666; }

@media (max-width: 900px) {
    .footer-container { grid-template-columns: 1fr; }
    .footer-links { grid-template-columns: 1fr 1fr; }
    .footer-brand { align-items: center; text-align: center; }
    .footer-affiliates { justify-content: center; }
}

@media (max-width: 768px) {
    .hero-title,
    .feature-title,
    .feature2-title,
    .section-title,
    .blogs-title,
    .testimonials-title,
    .cta-title,
    .affiliated-title {
        font-size: 42px;
    }
    .hero-subtitle,
    .feature-subtitle,
    .feature2-subtitle,
    .section-subtitle,
    .testimonials-subtitle,
    .cta-subtitle {
        font-size: 18px;
    }
}

@media (max-width: 600px) {
    .hero-title,
    .feature-title,
    .feature2-title,
    .section-title,
    .blogs-title,
    .testimonials-title,
    .cta-title,
    .affiliated-title {
        font-size: 40px;
        font-weight: 500;
        margin-bottom: 2rem;
    }
    .hero-subtitle,
    .feature-subtitle,
    .feature2-subtitle,
    .section-subtitle,
    .testimonials-subtitle,
    .cta-subtitle {
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 3rem;
    }
}

/* ========================================
   LEGAL PAGE STYLES
   ======================================== */
.legal-page { background: #fbfaf4; }
.legal-hero {
    background: #f5f2e8;
    border-bottom: 1px solid #e6e0cf;
    padding: 5rem 1rem 3rem;
}
.legal-hero-inner { max-width: 960px; margin: 0 auto; text-align: center; }
.legal-kicker {
    text-transform: uppercase;
    letter-spacing: 0.35em;
    font-size: 12px;
    color: #6c6c61;
    margin-bottom: 1rem;
}
.legal-title {
    font-family: 'Playfair Display', serif;
    font-size: 52px;
    margin-bottom: 0.5rem;
    color: #222;
}
.legal-meta { color: #6c6c61; font-size: 16px; margin-bottom: 1.5rem; }
.legal-subtitle { font-size: 18px; max-width: 700px; margin: 0 auto; color: #444; }

.legal-section { padding: 4rem 1rem 5rem; }
.legal-container {
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.legal-card {
    background: #fff;
    border: 1px solid #eae5d5;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 18px 35px rgba(0,0,0,0.04);
}
.legal-card h2 {
    font-size: 26px;
    margin-bottom: 1rem;
    color: #2c2c24;
}
.legal-card p { color: #4b4b40; line-height: 1.7; }
.legal-card a { color: #566438; text-decoration: underline; }
.legal-list { margin: 0; padding-left: 1.5rem; color: #4b4b40; line-height: 1.7; }
.legal-list li { margin-bottom: 0.75rem; }
.legal-list strong { color: #2f2f26; }
.legal-contact { list-style: none; margin: 1rem 0 0; padding: 0; color: #4b4b40; }
.legal-contact li { margin-bottom: 0.5rem; }

@media (max-width: 768px) {
    .legal-hero { padding: 4rem 1.5rem 2.5rem; }
    .legal-title { font-size: 40px; }
    .legal-card { padding: 1.5rem; }
}

/* ========================================
   ABOUT PAGE STYLES
   ======================================== */

.about-hero {
    background: #f0f0f0 url('assets/images/about-us-hero.png') center / cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 2rem 1rem;
    color: #fff;
}

.about-hero .hero-content {
    max-width: 640px;
    text-align: center;
}

.about-hero .hero-title {
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    font-size: 72px;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 1.25rem;
}

@media (max-width: 900px) {
    .about-hero { padding: 2rem 1rem; }
    .about-hero .hero-content { max-width: 100%; }
}

@media (max-width: 600px) {
    .about-hero .hero-title { font-size: 40px; font-weight: 500; margin-bottom: 2rem; }
}

@media (max-width: 480px) {
    .about-hero .hero-title { font-size: 40px; font-weight: 500; margin-bottom: 1.75rem; }
}

.about-content {
    padding: 6rem 1rem;
    background: #fff;
}

.about-container {
    max-width: 800px;
    margin: 0 auto;
}

.about-text {
    text-align: center;
}

.about-text p {
    font-family: 'Hanken Grotesk', sans-serif;
    font-size: 18px;
    line-height: 1.7;
    color: #333;
    margin-bottom: 2rem;
}

.about-text p:last-child {
    margin-bottom: 0;
}

@media (max-width: 600px) {
    .about-content { padding: 4rem 1rem; }
    .about-text p { font-size: 16px; line-height: 1.6; margin-bottom: 1.5rem; }
}

.who-we-are {
    padding: 6rem 1rem;
    background: #FBF9EF;
}

.who-we-are-container {
    max-width: 1000px;
    margin: 0 auto;
}

.who-we-are-title {
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    font-weight: 500;
    text-align: center;
    color: #333;
    margin-bottom: 4rem;
}

.profile {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 3rem;
    align-items: start;
    margin-bottom: 4rem;
}

.profile:last-child {
    margin-bottom: 0;
}

.profile-image {
    display: flex;
    justify-content: center;
}

.profile-img {
    width: 100%;
    max-width: 280px;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
}

.profile-content {
    padding-top: 1rem;
}

.profile-name {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    font-weight: 500;
    color: #333;
    margin-bottom: 0.5rem;
}

.profile-titles {
    font-family: 'Hanken Grotesk', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #627144;
    margin-bottom: 1.5rem;
    line-height: 1.4;
}

.profile-description {
    font-family: 'Hanken Grotesk', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #555;
}

@media (max-width: 768px) {
    .who-we-are { padding: 4rem 1rem; }
    .who-we-are-title { font-size: 36px; margin-bottom: 3rem; }
    .profile { grid-template-columns: 1fr; gap: 2rem; text-align: center; }
    .profile-img { max-width: 250px; }
    .profile-name { font-size: 28px; }
    .profile-titles { font-size: 15px; }
    .profile-description { font-size: 15px; }
}

@media (max-width: 480px) {
    .who-we-are-title { font-size: 32px; }
    .profile-name { font-size: 24px; }
    .profile-titles { font-size: 14px; }
    .profile-description { font-size: 14px; }
}

.science-mindfulness {
    padding: 6rem 1rem;
    background: url('assets/images/bg-paint-texture.png') center / cover no-repeat;
    background-color: #f8f8f8;
}

.science-mindfulness-container {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.science-mindfulness-title {
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    font-weight: 500;
    color: #333;
    margin-bottom: 3rem;
}

.science-mindfulness-content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.science-mindfulness-content p {
    font-family: 'Hanken Grotesk', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
    color: #333;
    margin: 0;
}

@media (max-width: 768px) {
    .science-mindfulness { padding: 4rem 1rem; }
    .science-mindfulness-title { font-size: 36px; margin-bottom: 2.5rem; }
    .science-mindfulness-content { gap: 1.5rem; }
    .science-mindfulness-content p { font-size: 16px; line-height: 1.6; }
}

@media (max-width: 480px) {
    .science-mindfulness-title { font-size: 32px; }
    .science-mindfulness-content p { font-size: 15px; }
}

.ready-begin {
    background: #656F4E;
    color: #fff;
}

.ready-begin-container {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 0;
    align-items: stretch;
}

.ready-begin-title {
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    font-size: 64px;
    line-height: 1.1;
}

.ready-begin-subtitle {
    font-family: 'Hanken Grotesk', sans-serif;
    font-weight: 400;
    font-size: 20px;
    margin: 1.5rem 0 2rem;
    max-width: 720px;
}

.ready-begin-actions { display: flex; gap: 1rem; flex-wrap: wrap; }
.ready-begin-content { padding: 8rem 8rem; color: #fff; }
.ready-begin-media { display: flex; justify-content: flex-end; height: 100%; }
.ready-begin-image { width: 100%; height: 100%; border-radius: 0; padding: 0; object-fit: cover; display: block; }

@media (max-width: 900px) {
    .ready-begin-container { grid-template-columns: 1fr; }
    .ready-begin-content { padding: 5rem 1.5rem; }
    .ready-begin-title { font-size: 42px; }
    .ready-begin-subtitle { font-size: 18px; }
}

@media (max-width: 600px) {
    .ready-begin-title { font-size: 40px; font-weight: 500; margin-bottom: 2rem; }
    .ready-begin-subtitle { font-size: 16px; font-weight: 500; margin-bottom: 3rem; }
}

/* ========================================
   CUSTOMERS PAGE STYLES
   ======================================== */

.customers-hero ~ * .site-header,
body:has(.customers-hero) .site-header {
    background: transparent;
}

.customers-hero ~ * .site-header.scrolled,
body:has(.customers-hero) .site-header.scrolled {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.customers-hero ~ * .brand-text,
body:has(.customers-hero) .brand-text {
    color: #333;
}

.customers-hero ~ * .nav-links a,
body:has(.customers-hero) .nav-links a {
    color: #333;
}

.customers-hero ~ * .nav-links a:hover,
body:has(.customers-hero) .nav-links a:hover {
    color: #627144;
}

.customers-hero ~ * .nav-toggle span,
body:has(.customers-hero) .nav-toggle span {
    background: #333;
}

.customers-hero ~ * .nav-links.active,
body:has(.customers-hero) .nav-links.active {
    background: rgba(255, 255, 255, 0.98);
}

.customers-hero ~ * .nav-close,
body:has(.customers-hero) .nav-close {
    color: #333;
}

.customers-hero {
    background: #F5F4F0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    min-height: 90vh;
    padding: 2rem 1rem 2rem 6rem;
    gap: 3rem;
    color: #333;
}

.customers-hero .hero-content {
    max-width: 640px;
}

.customers-hero .hero-title {
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    font-size: 72px;
    line-height: 1.1;
    color: #333;
    margin-bottom: 1.25rem;
}

.customers-hero .hero-subtitle {
    font-family: 'Hanken Grotesk', sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #333;
    margin-bottom: 2rem;
}

.customers-hero .hero-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.customers-hero .hero-img {
    width: 100%;
    max-width: 500px;
    height: auto;
    border-radius: 20px;
    object-fit: cover;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

@media (max-width: 900px) {
    .customers-hero { 
        grid-template-columns: 1fr; 
        padding: 4rem 1rem 2rem;
        gap: 2rem;
    }
    .customers-hero .hero-content { 
        max-width: 100%; 
        text-align: center;
    }
    .customers-hero .hero-actions {
        justify-content: center;
        align-items: center;
    }
    .customers-hero .hero-image {
        order: -1;
    }
}

@media (max-width: 600px) {
    .customers-hero .hero-title { 
        font-size: 40px; 
        font-weight: 500; 
        margin-bottom: 2rem; 
    }
    .customers-hero .hero-subtitle { 
        font-size: 14px; 
        font-weight: 500; 
        margin-bottom: 3rem; 
    }
    .customers-hero .hero-img {
        max-width: 100%;
        border-radius: 15px;
    }
}

@media (max-width: 480px) {
    .customers-hero .hero-title { 
        font-size: 40px; 
        font-weight: 500; 
        margin-bottom: 1.75rem; 
    }
    .customers-hero .hero-subtitle { 
        font-size: 14px; 
        font-weight: 500; 
        margin-bottom: 2.75rem; 
    }
}

.services-individuals {
    padding: 6rem 1rem;
    background: url('assets/images/services-for-individual-bg.png') center / cover no-repeat;
    background-color: #f8f8f8;
}

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

.services-individuals-title {
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    margin-bottom: 4rem;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    justify-items: center;
    margin-bottom: 3rem;
}

.service-card {
    background: #fff;
    padding: 2.5rem;
    border-radius: 16px;
    box-shadow: 5px 9px 0px 0px #E3E8E3AB;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    max-width: 500px;
    width: 100%;
}

.service-card:hover {
    transform: translateY(-4px);
    box-shadow: 5px 9px 0px 0px #E3E8E3AB;
}

.service-card-title {
    font-family: 'Hanken Grotesk', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.service-card-description {
    font-family: 'Hanken Grotesk', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #666;
    line-height: 1.7;
    margin-bottom: 2rem;
}

.service-card-link {
    font-family: 'Hanken Grotesk', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: color 0.3s ease;
}

.service-card-link:hover {
    color: #627144;
}

.services-cta {
    text-align: center;
}

.btn-outline {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
    padding: 12px 30px;
    border-radius: 50px;
    font-family: 'Hanken Grotesk', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.btn-outline:hover {
    background: #fff;
    color: #333;
}

@media (max-width: 768px) {
    .services-individuals {
        padding: 4rem 1rem;
    }
    .services-individuals-title {
        font-size: 36px;
        margin-bottom: 3rem;
    }
    .services-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    .service-card {
        padding: 1.5rem;
        max-width: 100%;
    }
    .service-card-title {
        font-size: 18px;
    }
    .service-card-description {
        font-size: 15px;
    }
    .service-card-link {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .services-individuals-title {
        font-size: 32px;
    }
    .service-card-title {
        font-size: 16px;
    }
    .service-card-description {
        font-size: 14px;
    }
    .service-card-link {
        font-size: 14px;
    }
}

.why-choose-mbt {
    padding: 6rem 1rem;
    background: #FBF9EF;
}

.why-choose-container {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.why-choose-title {
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    font-weight: 500;
    color: #333;
    margin-bottom: 4rem;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    align-items: center;
}

.stat-item {
    text-align: center;
}

.stat-number {
    font-family: 'Hanken Grotesk', sans-serif;
    font-size: 80px;
    font-weight: 700;
    color: #627144;
    line-height: 1;
    margin-bottom: 1rem;
}

.stat-text {
    font-family: 'Hanken Grotesk', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #333;
    line-height: 1.4;
}

@media (max-width: 768px) {
    .why-choose-mbt {
        padding: 4rem 1rem;
    }
    .why-choose-title {
        font-size: 36px;
        margin-bottom: 3rem;
    }
    .stats-grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }
    .stat-number {
        font-size: 60px;
    }
    .stat-text {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .why-choose-title {
        font-size: 32px;
    }
    .stat-number {
        font-size: 50px;
    }
    .stat-text {
        font-size: 15px;
    }
}

.wellness-score {
    padding: 12rem 1rem;
    background: url('assets/images/welness-score-bg.png') center / cover no-repeat;
    background-color: #f8f8f8;
    position: relative;
}

.wellness-score::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.wellness-score-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.wellness-score-content {
    max-width: 600px;
    padding-left: 2rem;
}

.wellness-score-title {
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.wellness-score-subtitle {
    font-family: 'Hanken Grotesk', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 1.6;
    margin-bottom: 2.5rem;
}

.btn-white {
    background: #fff;
    color: #333;
    border: none;
    padding: 14px 32px;
    border-radius: 50px;
    font-family: 'Hanken Grotesk', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    cursor: pointer;
}

.btn-white:hover {
    background: #f0f0f0;
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .wellness-score {
        padding: 8rem 1rem;
    }
    .wellness-score-content {
        padding-left: 0;
        text-align: center;
    }
    .wellness-score-title {
        font-size: 36px;
    }
    .wellness-score-subtitle {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .wellness-score-title {
        font-size: 32px;
    }
    .wellness-score-subtitle {
        font-size: 15px;
    }
    .btn-white {
        padding: 12px 28px;
        font-size: 15px;
    }
}

/* ========================================
   BUSINESS PAGE STYLES
   ======================================== */

.business-hero ~ * .site-header,
body:has(.business-hero) .site-header {
    background: transparent;
}

.business-hero ~ * .site-header.scrolled,
body:has(.business-hero) .site-header.scrolled {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.business-hero ~ * .brand-text,
body:has(.business-hero) .brand-text {
    color: #333;
}

.business-hero ~ * .nav-links a,
body:has(.business-hero) .nav-links a {
    color: #333;
}

.business-hero ~ * .nav-links a:hover,
body:has(.business-hero) .nav-links a:hover {
    color: #627144;
}

.business-hero ~ * .nav-toggle span,
body:has(.business-hero) .nav-toggle span {
    background: #000;
}

.business-hero ~ * .nav-links.active,
body:has(.business-hero) .nav-links.active {
    background: rgba(255, 255, 255, 0.98);
}

.business-hero ~ * .nav-close,
body:has(.business-hero) .nav-close {
    color: #333;
}

.business-hero {
    background: #F5F4F0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    min-height: 90vh;
    padding: 2rem 1rem 2rem 6rem;
    gap: 3rem;
    color: #333;
}

.business-hero .hero-content {
    max-width: 640px;
}

.business-hero .hero-title {
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    font-size: 72px;
    line-height: 1.1;
    color: #333;
    margin-bottom: 1.25rem;
}

.business-hero .hero-subtitle {
    font-family: 'Hanken Grotesk', sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #333;
    margin-bottom: 2rem;
}

.business-hero .hero-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.business-hero .hero-img {
    width: 100%;
    max-width: 500px;
    height: auto;
    border-radius: 20px;
    object-fit: cover;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

@media (max-width: 900px) {
    .business-hero { 
        grid-template-columns: 1fr; 
        padding: 4rem 1rem 2rem; 
        gap: 2rem;
    }
    .business-hero .hero-content { 
        max-width: 100%; 
        text-align: center;
    }
    .business-hero .hero-actions {
        justify-content: center;
        align-items: center;
    }
    .business-hero .hero-image {
        order: -1;
    }
}

@media (max-width: 600px) {
    .business-hero .hero-title { 
        font-size: 40px; 
        font-weight: 500; 
        margin-bottom: 2rem; 
    }
    .business-hero .hero-subtitle { 
        font-size: 14px; 
        font-weight: 500; 
        margin-bottom: 3rem; 
    }
    .business-hero .hero-img {
        max-width: 100%;
        border-radius: 15px;
    }
}

@media (max-width: 480px) {
    .business-hero .hero-title { 
        font-size: 40px; 
        font-weight: 500; 
        margin-bottom: 1.75rem; 
    }
    .business-hero .hero-subtitle { 
        font-size: 14px; 
        font-weight: 500; 
        margin-bottom: 2.75rem; 
    }
}

.services-corporates {
    padding: 6rem 1rem;
    background: url('assets/images/service-business.png') center / cover no-repeat;
    background-color: #f8f8f8;
}

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

.services-corporates-title {
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    margin-bottom: 4rem;
}

.video-testimonials { padding: 4rem 1rem; background: #fff; }
.video-testimonials-container { max-width: 1280px; margin: 0 auto; }
.video-testimonials-title { font-family: 'Playfair Display', serif; font-weight: 500; font-size: 48px; text-align: center; margin-bottom: 2rem; }

.video-carousel { position: relative; display: grid; grid-template-rows: auto auto; align-items: center; gap: 1rem; justify-items: center; }
.carousel-arrow { background: #eef0ea; border: none; width: 48px; height: 48px; border-radius: 50%; cursor: pointer; display: grid; place-items: center; font-size: 20px; color: #111; }
.carousel-arrow:hover { filter: brightness(0.95); }

.carousel-track { width: 100%; display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 2rem) / 3); gap: 1rem; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; -ms-overflow-style: none; }
.carousel-track::-webkit-scrollbar { display: none; }
.video-card { background: #fff; border-radius: 16px; box-shadow: 0 2px 8px rgba(0,0,0,0.1); padding: 1rem; display: flex; flex-direction: column; scroll-snap-align: start; width: 100%; }
.carousel-controls { display: flex; gap: 1rem; justify-content: center; }
.video-media { position: relative; border-radius: 12px; overflow: hidden; width: 100%; aspect-ratio: 9 / 16; background: #000; }
.video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; display: block; }
.play-overlay { position: absolute; inset: 0; display: grid; place-items: center; color: #fff; font-size: 40px; opacity: 0.85; pointer-events: none; }
.video-meta { margin-top: 0.75rem; }
.video-name { font-weight: 600; color: #0f172a; }
.video-role { color: #6b7280; font-size: 14px; }

@media (max-width: 1024px) {
  .carousel-track { grid-auto-columns: calc((100% - 1rem) / 2); }
}

@media (max-width: 640px) {
  .video-testimonials-title { font-size: 36px; }
  .video-carousel { grid-template-rows: auto auto; }
  .carousel-arrow { width: 36px; height: 36px; font-size: 16px; }
  .carousel-track { grid-auto-columns: 100%; }
  .video-card { padding: 0.75rem; }
}

.mbt-workshops {
    padding: 6rem 1rem;
    background: url('assets/images/bg-paint-texture.png') center / cover no-repeat;
    background-color: #f8f8f8;
}

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

.mbt-workshops-title {
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    font-weight: 500;
    text-align: center;
    color: #333;
    margin-bottom: 4rem;
}

.workshops-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

.workshop-card {
    background: #fff;
    padding: 2rem;
    border-radius: 16px;
    box-shadow: 5px 9px 0px 0px #E3E8E3AB;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.workshop-card:hover {
    transform: translateY(-2px);
    box-shadow: 5px 9px 0px 0px #E3E8E3AB;
}

.workshop-card-title {
    font-family: 'Hanken Grotesk', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.workshop-card-description {
    font-family: 'Hanken Grotesk', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #666;
    line-height: 1.6;
    margin-bottom: 0;
}

.workshop-date {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.calendar-icon {
    opacity: 0.7;
}

.date-text {
    font-family: 'Hanken Grotesk', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #627144;
}

/* Upcoming Workshops (dynamic events) */
.upcoming-workshops .upcoming-workshop-card .workshop-card-description {
    margin-bottom: 1.25rem;
}

.upcoming-workshops .upcoming-workshop-card .workshop-card-description p:last-child {
    margin-bottom: 0;
}

.upcoming-workshops-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
}

.upcoming-workshop-card {
    flex: 0 1 calc(25% - 1.5rem);
}

.workshop-know-more {
    display: inline-block;
    font-family: 'Hanken Grotesk', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #5f6c49;
    text-decoration: none;
    padding: 0.5rem 1rem;
    border: 2px solid #5f6c49;
    border-radius: 8px;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.workshop-know-more:hover {
    background-color: #5f6c49;
    color: #fff;
}

.workshop-showcase {
    padding: 6rem 0;
    background: #f8f8f8;
    overflow: hidden;
}

.workshop-showcase-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding: 0 1rem;
}

.workshop-showcase-title {
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    font-weight: 500;
    color: #333;
    margin-bottom: 3rem;
}

.workshop-showcase-image {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    height: 300px;
    overflow: hidden;
}

.scrolling-container {
    display: flex;
    width: 200%;
    height: 100%;
    animation: scrollRightToLeft 20s linear infinite;
}

.carousel-img {
    width: 50%;
    height: 100%;
    object-fit: cover;
    display: block;
    flex-shrink: 0;
}

@keyframes scrollRightToLeft {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.workplace-wellness {
    padding: 12rem 1rem;
    background: url('assets/images/workplace-wellness.png') center / cover no-repeat;
    background-color: #f8f8f8;
    position: relative;
}

.workplace-wellness::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.workplace-wellness-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.workplace-wellness-content {
    max-width: 600px;
    padding-left: 2rem;
}

.workplace-wellness-title {
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.workplace-wellness-subtitle {
    font-family: 'Hanken Grotesk', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 1.6;
    margin-bottom: 2.5rem;
}

@media (max-width: 768px) {
    .services-corporates {
        padding: 4rem 1rem;
    }
    .services-corporates-title {
        font-size: 36px;
        margin-bottom: 3rem;
    }
    .services-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    .service-card {
        padding: 1.5rem;
        max-width: 100%;
    }
    .service-card-title {
        font-size: 18px;
    }
    .service-card-description {
        font-size: 15px;
    }
    .service-card-link {
        font-size: 15px;
    }
    .mbt-workshops {
        padding: 4rem 1rem;
    }
    .mbt-workshops-title {
        font-size: 36px;
        margin-bottom: 3rem;
    }
    .workshops-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    .workshop-card-title {
        font-size: 18px;
    }
    .workshop-card-description {
        font-size: 15px;
    }
    .workshop-showcase {
        padding: 4rem 1rem;
    }
    .workshop-showcase-title {
        font-size: 36px;
        margin-bottom: 2.5rem;
    }
    .workplace-wellness {
        padding: 8rem 1rem;
    }
    .workplace-wellness-content {
        padding-left: 0;
        text-align: center;
    }
    .workplace-wellness-title {
        font-size: 36px;
    }
    .workplace-wellness-subtitle {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .services-corporates-title {
        font-size: 32px;
    }
    .service-card-title {
        font-size: 16px;
    }
    .service-card-description {
        font-size: 14px;
    }
    .service-card-link {
        font-size: 14px;
    }
    .mbt-workshops-title {
        font-size: 32px;
    }
    .workshop-card-title {
        font-size: 16px;
    }
    .workshop-card-description {
        font-size: 14px;
    }
    .workshops-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    .workshop-showcase-title {
        font-size: 32px;
    }
    .workplace-wellness-title {
        font-size: 32px;
    }
    .workplace-wellness-subtitle {
        font-size: 15px;
    }
}

/* Ebook Modal Styles */
.ebook-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.ebook-modal.active {
    opacity: 1;
    visibility: visible;
}

.ebook-modal-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
}

.ebook-modal-content {
    position: relative;
    background: #fff;
    border-radius: 20px;
    padding: 3rem;
    max-width: 700px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    transform: scale(0.9);
    transition: transform 0.3s ease;
}

.ebook-modal.active .ebook-modal-content {
    transform: scale(1);
}

.ebook-modal-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: transparent;
    border: none;
    font-size: 32px;
    color: #666;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.2s ease;
    line-height: 1;
}

.ebook-modal-close:hover {
    background: #f0f0f0;
    color: #333;
}

.ebook-modal-title {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    font-weight: 500;
    color: #333;
    margin-bottom: 0.5rem;
    text-align: center;
}

.ebook-modal-subtitle {
    font-family: 'Hanken Grotesk', sans-serif;
    font-size: 16px;
    color: #666;
    text-align: center;
    margin-bottom: 2rem;
}

.ebook-form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.ebook-form-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.ebook-label {
    font-family: 'Hanken Grotesk', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.ebook-input {
    font-family: 'Hanken Grotesk', sans-serif;
    font-size: 16px;
    padding: 12px 16px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    color: #333;
    transition: border-color 0.2s ease;
    width: 100%;
    box-sizing: border-box;
}

.ebook-input:focus {
    outline: none;
    border-color: #627146;
}

.ebook-submit {
    margin-top: 0.5rem;
    width: 100%;
    cursor: pointer;
}

.ebook-thank-you {
    text-align: center;
    padding: 1rem 0;
}

.ebook-thank-you-message {
    font-family: 'Hanken Grotesk', sans-serif;
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin-top: 1rem;
}

@media (max-width: 480px) {
    .ebook-modal-content {
        padding: 2rem 1.5rem;
    }
    
    .ebook-modal-title {
        font-size: 28px;
    }
    
    .ebook-modal-subtitle {
        font-size: 14px;
    }
}
