:root {
    --saffron: #E8730A;
    --deep-saffron: #C45E00;
    --turmeric: #F5A623;
    --kumkum: #B5351A;
    --lotus-pink: #E8677A;
    --lotus-pale: #F9D8DD;
    --clay: #8B4513;
    --cream: #FDF6EE;
    --parchment: #F7EDD8;
    --sandalwood: #C8956C;
    --forest: #2D5016;
    --sage: #5B7A3D;
    --ink: #1A1208;
    --muted: #6B5B45;
    --white: #FFFDF9;
}

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

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Jost', sans-serif;
    background: var(--cream);
    color: var(--ink);
    overflow-x: hidden;
}

/* ── NOISE TEXTURE OVERLAY ── */
body::before {
    content: '';
    position: fixed;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");
    pointer-events: none;
    z-index: 9999;
    opacity: 0.5;
}

/* ── NAV ── */
nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.2rem 4rem;
    background: transparent;
    border-bottom: 1px solid transparent;
    transition: background 0.3s ease, border-bottom 0.3s ease, padding 0.3s ease;
}

nav.scrolled {
    background: #EBE1CD;
    /* Darker parchment */
    border-bottom: 1px solid rgba(232, 115, 10, 0.15);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.logo {
    display: flex;
    align-items: baseline;
    gap: 0;
    font-family: 'Yatra One', cursive;
    font-size: 1.9rem;
    color: var(--ink);
    text-decoration: none;
    letter-spacing: -0.02em;
}

.logo .a-devanagari {
    font-family: 'Yatra One', cursive;
    font-size: 1.9rem;
    color: var(--saffron);
    line-height: 1;
}

.logo-rest {
    color: var(--ink);
}

.logo-bloom {
    color: var(--kumkum);
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 2.5rem;
    list-style: none;
}

.nav-links a {
    font-family: 'Jost', sans-serif;
    font-weight: 400;
    font-size: 1.15rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--muted);
    text-decoration: none;
    transition: color 0.3s;
}

.nav-links a:hover {
    color: var(--saffron);
}

.nav-cta {
    background: var(--saffron);
    color: var(--white) !important;
    padding: 0.65rem 1.6rem;
    border-radius: 2px;
    font-weight: 500 !important;
    transition: background 0.3s !important;
}

.nav-cta:hover {
    background: var(--deep-saffron) !important;
    color: var(--white) !important;
}

/* ── HERO ── */
.hero {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    padding: 8rem 4rem 4rem;
    position: relative;
    overflow: hidden;
    background: var(--parchment);
}

/* Kolam / rangoli background pattern */
.hero::before {
    content: '';
    position: absolute;
    right: -6%;
    top: 50%;
    transform: translateY(-50%);
    width: 58vw;
    height: 58vw;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 800'%3E%3Cdefs%3E%3CradialGradient id='rg' cx='50%25' cy='50%25' r='50%25'%3E%3Cstop offset='0%25' stop-color='%23E8730A' stop-opacity='0.08'/%3E%3Cstop offset='100%25' stop-color='%23E8730A' stop-opacity='0'/%3E%3C/radialGradient%3E%3C/defs%3E%3Ccircle cx='400' cy='400' r='390' fill='url(%23rg)'/%3E%3C!-- Outer ring --%3E%3Ccircle cx='400' cy='400' r='388' fill='none' stroke='%23E8730A' stroke-width='1' stroke-opacity='0.2'/%3E%3Ccircle cx='400' cy='400' r='340' fill='none' stroke='%23E8730A' stroke-width='0.5' stroke-opacity='0.15'/%3E%3Ccircle cx='400' cy='400' r='280' fill='none' stroke='%23E8730A' stroke-width='1' stroke-opacity='0.18'/%3E%3Ccircle cx='400' cy='400' r='220' fill='none' stroke='%23B5351A' stroke-width='0.5' stroke-opacity='0.2'/%3E%3Ccircle cx='400' cy='400' r='160' fill='none' stroke='%23E8730A' stroke-width='1' stroke-opacity='0.2'/%3E%3Ccircle cx='400' cy='400' r='100' fill='none' stroke='%23B5351A' stroke-width='1' stroke-opacity='0.25'/%3E%3Ccircle cx='400' cy='400' r='50' fill='none' stroke='%23E8730A' stroke-width='2' stroke-opacity='0.3'/%3E%3C!-- 8 petals --%3E%3Cellipse cx='400' cy='220' rx='22' ry='80' fill='%23E8730A' fill-opacity='0.1' stroke='%23E8730A' stroke-width='0.8' stroke-opacity='0.25'/%3E%3Cellipse cx='400' cy='580' rx='22' ry='80' fill='%23E8730A' fill-opacity='0.1' stroke='%23E8730A' stroke-width='0.8' stroke-opacity='0.25'/%3E%3Cellipse cx='220' cy='400' rx='80' ry='22' fill='%23E8730A' fill-opacity='0.1' stroke='%23E8730A' stroke-width='0.8' stroke-opacity='0.25'/%3E%3Cellipse cx='580' cy='400' rx='80' ry='22' fill='%23E8730A' fill-opacity='0.1' stroke='%23E8730A' stroke-width='0.8' stroke-opacity='0.25'/%3E%3Cellipse cx='287' cy='287' rx='22' ry='80' transform='rotate(-45 287 287)' fill='%23B5351A' fill-opacity='0.08' stroke='%23B5351A' stroke-width='0.8' stroke-opacity='0.2'/%3E%3Cellipse cx='513' cy='513' rx='22' ry='80' transform='rotate(-45 513 513)' fill='%23B5351A' fill-opacity='0.08' stroke='%23B5351A' stroke-width='0.8' stroke-opacity='0.2'/%3E%3Cellipse cx='513' cy='287' rx='22' ry='80' transform='rotate(45 513 287)' fill='%23B5351A' fill-opacity='0.08' stroke='%23B5351A' stroke-width='0.8' stroke-opacity='0.2'/%3E%3Cellipse cx='287' cy='513' rx='22' ry='80' transform='rotate(45 287 513)' fill='%23B5351A' fill-opacity='0.08' stroke='%23B5351A' stroke-width='0.8' stroke-opacity='0.2'/%3E%3C!-- Dots --%3E%3Ccircle cx='400' cy='130' r='5' fill='%23E8730A' fill-opacity='0.3'/%3E%3Ccircle cx='400' cy='670' r='5' fill='%23E8730A' fill-opacity='0.3'/%3E%3Ccircle cx='130' cy='400' r='5' fill='%23E8730A' fill-opacity='0.3'/%3E%3Ccircle cx='670' cy='400' r='5' fill='%23E8730A' fill-opacity='0.3'/%3E%3Ccircle cx='219' cy='219' r='4' fill='%23B5351A' fill-opacity='0.3'/%3E%3Ccircle cx='581' cy='581' r='4' fill='%23B5351A' fill-opacity='0.3'/%3E%3Ccircle cx='581' cy='219' r='4' fill='%23B5351A' fill-opacity='0.3'/%3E%3Ccircle cx='219' cy='581' r='4' fill='%23B5351A' fill-opacity='0.3'/%3E%3C!-- Center --%3E%3Ccircle cx='400' cy='400' r='18' fill='%23E8730A' fill-opacity='0.2' stroke='%23E8730A' stroke-width='1.5' stroke-opacity='0.4'/%3E%3Ccircle cx='400' cy='400' r='6' fill='%23E8730A' fill-opacity='0.5'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    animation: slowspin 60s linear infinite;
}

@keyframes slowspin {
    from {
        transform: translateY(-50%) rotate(0deg);
    }

    to {
        transform: translateY(-50%) rotate(360deg);
    }
}

.hero-text {
    position: relative;
    z-index: 2;
    max-width: 600px;
}

.hero-eyebrow {
    font-family: 'Jost', sans-serif;
    font-size: 0.82rem;
    font-weight: 500;
    color: var(--saffron);
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-bottom: 1.2rem;
    opacity: 0;
    animation: fadeUp 0.8s ease 0.2s forwards;
}

.hero-heading {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2.8rem, 5vw, 4.4rem);
    font-weight: 300;
    line-height: 1.15;
    color: var(--ink);
    margin-bottom: 1.6rem;
    opacity: 0;
    animation: fadeUp 0.8s ease 0.4s forwards;
}

.hero-heading em {
    font-style: italic;
    color: var(--kumkum);
}

.hero-sub {
    font-family: 'Jost', sans-serif;
    font-size: 1.50rem;
    font-weight: 300;
    color: var(--muted);
    line-height: 1.75;
    margin-bottom: 2.4rem;
    max-width: 480px;
    opacity: 0;
    animation: fadeUp 0.8s ease 0.6s forwards;
}

.hero-ctas {
    display: flex;
    gap: 1.2rem;
    flex-wrap: wrap;
    opacity: 0;
    animation: fadeUp 0.8s ease 0.8s forwards;
}

.btn-primary {
    background: var(--saffron);
    color: var(--white);
    padding: 1rem 2.4rem;
    font-family: 'Jost', sans-serif;
    font-weight: 500;
    font-size: 0.95rem;
    letter-spacing: 0.06em;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.3s, transform 0.2s;
    display: inline-block;
}

.btn-primary:hover {
    background: var(--deep-saffron);
    transform: translateY(-2px);
}

.btn-secondary {
    background: transparent;
    color: var(--ink);
    padding: 1rem 2.4rem;
    font-family: 'Jost', sans-serif;
    font-weight: 400;
    font-size: 0.95rem;
    letter-spacing: 0.06em;
    border: 1.5px solid var(--ink);
    border-radius: 2px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s;
    display: inline-block;
}

.btn-secondary:hover {
    border-color: var(--saffron);
    color: var(--saffron);
}

.hero-stats {
    display: flex;
    gap: 3rem;
    margin-top: 3.5rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(139, 69, 19, 0.15);
    opacity: 0;
    animation: fadeUp 0.8s ease 1s forwards;
}

.stat-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2rem;
    font-weight: 600;
    color: var(--saffron);
    line-height: 1;
}

.stat-label {
    font-size: 0.78rem;
    color: var(--muted);
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-top: 0.3rem;
}

.hero-visual {
    position: relative;
    z-index: 2;
}

/* ── SECTION SHARED ── */
section {
    padding: 6rem 4rem;
}

.section-tag {
    font-family: 'Jost', sans-serif;
    font-size: 0.78rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--saffron);
    margin-bottom: 0.8rem;
    display: block;
    font-weight: 500;
}

.section-heading {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2rem, 3.5vw, 3rem);
    font-weight: 300;
    line-height: 1.2;
    color: var(--ink);
    margin-bottom: 1.2rem;
}

.section-heading em {
    font-style: italic;
    color: var(--kumkum);
}

.section-sub {
    font-size: 1.45rem;
    font-weight: 300;
    color: var(--muted);
    line-height: 1.8;
    max-width: 580px;
}

/* ── WHY ATMA BLOOM ── */
.why-section {
    background: var(--white);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
}

.why-pillars {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.8rem;
    margin-top: 3rem;
}

.pillar-card {
    background: var(--parchment);
    border: 1px solid rgba(232, 115, 10, 0.15);
    border-radius: 4px;
    padding: 1.8rem 1.5rem;
    transition: transform 0.3s, box-shadow 0.3s;
    position: relative;
    overflow: hidden;
}

.pillar-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background: var(--saffron);
    opacity: 0.6;
}

.pillar-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(232, 115, 10, 0.1);
}

.pillar-icon {
    font-size: 1.6rem;
    color: var(--saffron);
    margin-bottom: 0.8rem;
    display: block;
    line-height: 1;
}

.pillar-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--ink);
    margin-bottom: 0.5rem;
}

.pillar-desc {
    font-size: 1.30rem;
    color: var(--muted);
    line-height: 1.65;
    font-weight: 300;
}

/* ── MANDALA ART DIVIDER ── */
.mandala-divider {
    text-align: center;
    padding: 2rem 0;
    background: var(--parchment);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
}

.mandala-divider .line {
    flex: 1;
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(232, 115, 10, 0.3), transparent);
}

.mandala-divider svg {
    opacity: 0.5;
}

/* ── HOW IT WORKS ── */
.how-section {
    background: var(--parchment);
    text-align: center;
}

.how-section .section-heading,
.how-section .section-tag {
    text-align: center;
}

.how-section .section-sub {
    margin: 0 auto;
    text-align: center;
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
    margin-top: 4rem;
    position: relative;
}

.steps-grid::before {
    content: '';
    position: absolute;
    top: 3.5rem;
    left: calc(16.66% + 1rem);
    right: calc(16.66% + 1rem);
    height: 1px;
    background: linear-gradient(to right, var(--saffron), var(--lotus-pink), var(--saffron));
    opacity: 0.3;
}

.step-card {
    position: relative;
    padding: 2.5rem 2rem;
    background: var(--white);
    border-radius: 4px;
    border: 1px solid rgba(232, 115, 10, 0.12);
}

.step-num {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    background: var(--saffron);
    color: var(--white);
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.4rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    position: relative;
    z-index: 1;
}

.step-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--ink);
    margin-bottom: 0.8rem;
}

.step-desc {
    font-size: 1.30rem;
    color: var(--muted);
    line-height: 1.75;
    font-weight: 300;
}

.step-note {
    font-family: 'Cormorant Garamond', serif;
    font-size: 0.82rem;
    font-style: italic;
    color: var(--sandalwood);
    margin-top: 1rem;
    display: block;
}

/* ── THERAPISTS ── */
.therapists-section {
    background: var(--white);
}

.therapists-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 3.5rem;
}

.therapist-card {
    border: 1px solid rgba(232, 115, 10, 0.12);
    border-radius: 4px;
    overflow: hidden;
    background: var(--cream);
    transition: transform 0.3s, box-shadow 0.3s;
}

.therapist-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 48px rgba(232, 115, 10, 0.12);
}

.therapist-photo {
    width: 100%;
    height: 220px;
    background: var(--parchment);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.therapist-photo svg {
    opacity: 0.25;
}

.therapist-photo-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40%;
    background: linear-gradient(to top, var(--cream), transparent);
}

.therapist-info {
    padding: 1.5rem;
}

.therapist-name {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--ink);
    margin-bottom: 0.3rem;
}

.therapist-cred {
    font-size: 1.20rem;
    color: var(--saffron);
    font-weight: 500;
    letter-spacing: 0.05em;
}

.therapist-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1rem;
}

.tag {
    font-size: 1.15rem;
    padding: 0.3rem 0.7rem;
    background: var(--parchment);
    color: var(--muted);
    border-radius: 20px;
    border: 1px solid rgba(139, 69, 19, 0.15);
    font-weight: 400;
}

.therapist-lang {
    margin-top: 1rem;
    font-size: 1.20rem;
    color: var(--muted);
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.lang-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--sage);
    display: inline-block;
}

/* ── TESTIMONIALS ── */
.testimonials-section {
    background: linear-gradient(135deg, #2D1A08 0%, #1A1208 100%);
    color: var(--parchment);
    padding: 7rem 4rem;
    position: relative;
    overflow: hidden;
}

.testimonials-section::before {
    content: '';
}

.testimonials-section .section-heading {
    color: var(--parchment);
}

.testimonials-section .section-sub {
    color: rgba(247, 237, 216, 0.6);
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 4rem;
    position: relative;
    z-index: 1;
}

.testimonial-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(232, 115, 10, 0.2);
    border-radius: 4px;
    padding: 2.5rem 2rem;
    position: relative;
}

.testimonial-card::before {
    content: '\201C';
    font-family: 'Cormorant Garamond', serif;
    font-size: 5rem;
    color: var(--saffron);
    opacity: 0.4;
    position: absolute;
    top: 1rem;
    left: 1.5rem;
    line-height: 1;
}

.testimonial-text {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.55rem;
    font-weight: 300;
    font-style: italic;
    color: var(--parchment);
    line-height: 1.8;
    margin-top: 1rem;
}

.testimonial-author {
    margin-top: 1.8rem;
    padding-top: 1.2rem;
    border-top: 1px solid rgba(232, 115, 10, 0.2);
}

.author-name {
    font-family: 'Jost', sans-serif;
    font-size: 1.30rem;
    font-weight: 500;
    color: var(--turmeric);
    letter-spacing: 0.05em;
}

.author-loc {
    font-size: 1.20rem;
    color: rgba(247, 237, 216, 0.5);
    margin-top: 0.2rem;
}

/* ── SPECIALTIES ── */
.specialties-section {
    background: var(--parchment);
    text-align: center;
}

.specialties-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    justify-content: center;
    margin-top: 3rem;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.specialty-chip {
    padding: 0.7rem 1.4rem;
    background: var(--white);
    border: 1px solid rgba(232, 115, 10, 0.2);
    border-radius: 30px;
    font-size: 1.30rem;
    color: var(--ink);
    cursor: pointer;
    transition: all 0.3s;
    font-weight: 300;
}

.specialty-chip:hover {
    background: var(--saffron);
    color: var(--white);
    border-color: var(--saffron);
    transform: translateY(-2px);
}

.specialty-chip.active {
    background: var(--kumkum);
    color: var(--white);
    border-color: var(--kumkum);
}

/* ── COMMUNITY ── */
.community-section {
    background: var(--sage);
    color: var(--white);
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 5rem;
    align-items: center;
    padding: 6rem 4rem;
}

.community-section .section-heading {
    color: var(--white);
}

.community-section .section-sub {
    color: rgba(255, 255, 255, 0.7);
}

.community-list {
    list-style: none;
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.community-list li {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    font-size: 1.40rem;
    color: rgba(255, 255, 255, 0.85);
    font-weight: 300;
    line-height: 1.6;
}

.community-list .bullet {
    width: 1.8rem;
    height: 1.8rem;
    min-width: 1.8rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1rem;
    font-weight: 600;
    color: var(--turmeric);
}

.community-visual {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.comm-card {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 4px;
    padding: 1.5rem;
    text-align: center;
}

.comm-card-icon {
    font-size: 1.8rem;
    color: var(--turmeric);
    margin-bottom: 0.5rem;
    display: block;
    line-height: 1;
}

.comm-card-title {
    font-size: 1.25rem;
    font-weight: 500;
    color: var(--white);
    margin-bottom: 0.3rem;
}

.comm-card-desc {
    font-size: 1.18rem;
    color: rgba(255, 255, 255, 0.6);
}

/* ── FAQ ── */
.faq-section {
    background: var(--white);
    max-width: 1200px;
    margin: 0 auto;
}

.faq-wrapper {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 6rem;
    align-items: start;
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 1rem;
}

.faq-item {
    border-bottom: 1px solid rgba(139, 69, 19, 0.12);
}

.faq-question {
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    padding: 1.4rem 0;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--ink);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    transition: color 0.3s;
}

.faq-question:hover {
    color: var(--saffron);
}

.faq-arrow {
    width: 1.4rem;
    height: 1.4rem;
    min-width: 1.4rem;
    border-radius: 50%;
    border: 1px solid rgba(232, 115, 10, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    color: var(--saffron);
    font-size: 0.9rem;
}

.faq-item.open .faq-arrow {
    background: var(--saffron);
    color: var(--white);
    transform: rotate(45deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s;
    font-size: 1.35rem;
    color: var(--muted);
    line-height: 1.8;
    font-weight: 300;
}

.faq-item.open .faq-answer {
    max-height: 300px;
    padding-bottom: 1.4rem;
}

/* ── CTA BANNER ── */
.cta-banner {
    background: var(--saffron);
    padding: 5rem 4rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cta-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Ccircle cx='100' cy='100' r='95' fill='none' stroke='white' stroke-width='0.5' stroke-opacity='0.1'/%3E%3Ccircle cx='100' cy='100' r='70' fill='none' stroke='white' stroke-width='0.5' stroke-opacity='0.1'/%3E%3Ccircle cx='100' cy='100' r='45' fill='none' stroke='white' stroke-width='0.5' stroke-opacity='0.1'/%3E%3C/svg%3E");
    background-size: 400px;
    pointer-events: none;
    opacity: 0.3;
}

.cta-banner .section-heading {
    color: var(--white);
    margin-bottom: 0.5rem;
}

.cta-script {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.15rem;
    font-style: italic;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 1.5rem;
    display: block;
}

.cta-sub {
    font-size: 1.45rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 2.5rem;
    font-weight: 300;
}

.btn-white {
    background: var(--white);
    color: var(--saffron);
    padding: 1rem 2.8rem;
    font-family: 'Jost', sans-serif;
    font-weight: 500;
    font-size: 1rem;
    letter-spacing: 0.06em;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s;
}

.btn-white:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}

/* ── FOOTER ── */
footer {
    background: var(--ink);
    color: rgba(247, 237, 216, 0.6);
    padding: 4rem 4rem 2rem;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid rgba(247, 237, 216, 0.1);
}

.footer-brand .logo {
    font-size: 1.6rem;
    margin-bottom: 1rem;
    display: block;
}

.footer-brand .logo .a-devanagari {
    color: var(--turmeric);
}

.footer-tagline {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.40rem;
    color: rgba(247, 237, 216, 0.5);
    line-height: 1.7;
    font-style: italic;
    margin-bottom: 1.5rem;
}

.footer-col-title {
    font-family: 'Jost', sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--turmeric);
    margin-bottom: 1.2rem;
}

.footer-links {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.footer-links a {
    color: rgba(247, 237, 216, 0.5);
    text-decoration: none;
    font-size: 1.30rem;
    font-weight: 300;
    transition: color 0.3s;
}

.footer-links a:hover {
    color: var(--turmeric);
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 2rem;
    font-size: 1.22rem;
}

.crisis-note {
    background: rgba(181, 53, 26, 0.15);
    border: 1px solid rgba(181, 53, 26, 0.3);
    border-radius: 4px;
    padding: 1rem 1.5rem;
    font-size: 1.25rem;
    color: rgba(247, 237, 216, 0.7);
    margin-bottom: 2rem;
    line-height: 1.6;
}

.crisis-note strong {
    color: var(--lotus-pink);
}

/* ── COUNSELLING GROUPS ── */
.groups-section {
    background: var(--white);
    padding: 4rem 4rem 5rem;
    text-align: center;
}

.groups-intro {
    margin-bottom: 2.8rem;
}

.groups-intro .section-tag {
    display: inline-block;
    margin-bottom: 0.6rem;
}

.groups-sub {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.6rem;
    font-weight: 300;
    color: var(--ink);
    margin: 0;
}

.groups-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    max-width: 1100px;
    margin: 0 auto;
}

.group-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 2.5rem 1.8rem 2rem;
    background: var(--parchment);
    border: 1px solid rgba(232, 115, 10, 0.14);
    border-radius: 6px;
    text-decoration: none;
    color: inherit;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
}

.group-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--saffron);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.35s ease;
}

.group-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 48px rgba(232, 115, 10, 0.13);
    border-color: rgba(232, 115, 10, 0.35);
}

.group-card:hover::after {
    transform: scaleX(1);
}

.group-icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: rgba(232, 115, 10, 0.08);
    border: 1px solid rgba(232, 115, 10, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--saffron);
    margin-bottom: 1.4rem;
    transition: background 0.3s;
}

.group-card:hover .group-icon {
    background: var(--saffron);
    color: var(--white);
}

.group-label {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--ink);
    margin-bottom: 0.7rem;
    letter-spacing: 0.01em;
}

.group-desc {
    font-size: 1.30rem;
    font-weight: 300;
    color: var(--muted);
    line-height: 1.7;
    flex: 1;
    margin-bottom: 1.4rem;
}

.group-arrow {
    font-size: 1.1rem;
    color: var(--saffron);
    opacity: 0;
    transform: translateX(-6px);
    transition: opacity 0.3s, transform 0.3s;
    display: block;
}

.group-card:hover .group-arrow {
    opacity: 1;
    transform: translateX(0);
}

@media (max-width: 1024px) {
    .groups-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .groups-section {
        padding: 3rem 2rem 4rem;
    }
}

@media (max-width: 600px) {
    .groups-grid {
        grid-template-columns: 1fr;
    }
}


@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(24px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.reveal {
    opacity: 0;
    transform: translateY(32px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
    nav {
        padding: 1.2rem 2rem;
    }

    section {
        padding: 5rem 2rem;
    }

    .hero {
        grid-template-columns: 1fr;
        padding: 14rem 2rem 4rem;
        /* Increased top padding to avoid nav overlap */
    }

    .hero::before {
        opacity: 0.3;
    }

    .hero-visual {
        display: none;
    }

    .why-section {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .steps-grid {
        grid-template-columns: 1fr;
    }

    .steps-grid::before {
        display: none;
    }

    .therapists-grid {
        grid-template-columns: 1fr 1fr;
    }

    .testimonials-grid {
        grid-template-columns: 1fr;
    }

    .community-section {
        grid-template-columns: 1fr;
    }

    .faq-wrapper {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }

    .cta-banner {
        padding: 4rem 2rem;
    }
}

@media (max-width: 768px) {
    nav {
        flex-direction: column;
        padding: 1rem 1.5rem;
        gap: 1rem;
    }

    nav.scrolled {
        padding: 0.8rem 1.5rem;
    }

    .nav-links {
        gap: 1rem;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
}