/* ═══════════════════════════════════════════
   Wisdom Three – Ek Saahas | main.css
   ════════════════════════════════════════ */

:root {
    --saffron:     #E8632A;
    --deep-saffron:#C44E1A;
    --cream:       #FDF6EC;
    --warm-white:  #FEFBF6;
    --earth:       #6B4C35;
    --deep-earth:  #3D2B1F;
    --gold:        #C8973A;
    --text-dark:   #1C140E;
    --text-mid:    #4A3728;
    --text-light:  #8A7060;
    --border:      rgba(104,76,53,0.15);
    --radius-card: 1.5rem;
    --radius-btn:  3rem;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
    font-family: 'DM Sans', sans-serif;
    background: var(--warm-white);
    color: var(--text-dark);
    overflow-x: hidden;
}
img { max-width: 100%; height: auto; }
a { transition: color 0.2s; }

/* ── NAVIGATION ── */
#wt-nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 500;
    display: flex; align-items: center; justify-content: space-between;
    padding: 0 5vw; height: 70px;
    background: rgba(253,246,236,0.92);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border);
    transition: box-shadow 0.3s;
}
#wt-nav.scrolled { box-shadow: 0 4px 24px rgba(61,43,31,0.08); }

.nav-logo { display: flex; flex-direction: column; line-height: 1; text-decoration: none; gap: 1px; }
/* Hindi name — Noto Serif Devanagari, warm earth, medium weight */
.nav-logo .logo-ek-hi {
    font-family: 'Noto Serif Devanagari', serif;
    font-size: 0.82rem; font-weight: 600;
    color: var(--text-light); letter-spacing: 0.02em; line-height: 1.2;
}
/* English name — Playfair Display, primary brand name, largest element */
.nav-logo .logo-ek-en {
    font-family: 'Playfair Display', serif;
    font-size: 1.45rem; font-weight: 700;
    color: var(--saffron); letter-spacing: -0.01em; line-height: 1.1;
}
/* "by Wisdom Three" — small, grey, secondary attribution */
.nav-logo .logo-by {
    font-size: 0.6rem; font-weight: 400;
    color: var(--text-light); letter-spacing: 0.06em;
    text-transform: uppercase; line-height: 1.2; margin-top: 1px;
}

.nav-links { display: flex; gap: 2rem; align-items: center; }
.nav-links a { text-decoration: none; font-size: 0.85rem; color: var(--text-mid); letter-spacing: 0.03em; }
.nav-links a:hover { color: var(--saffron); }

.nav-cta { display: flex; gap: 0.75rem; align-items: center; }

/* Hamburger */
.nav-hamburger {
    display: none; flex-direction: column; justify-content: space-between;
    width: 28px; height: 18px; background: none; border: none; cursor: pointer; padding: 0;
}
.nav-hamburger span {
    display: block; width: 100%; height: 2px; background: var(--deep-earth); border-radius: 2px;
    transition: all 0.3s;
}
.nav-hamburger.open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.nav-hamburger.open span:nth-child(2) { opacity: 0; }
.nav-hamburger.open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* Mobile drawer */
.nav-drawer {
    display: none; position: fixed; top: 70px; left: 0; right: 0; z-index: 499;
    background: var(--cream); padding: 1.5rem 5vw; border-bottom: 1px solid var(--border);
    flex-direction: column; gap: 1rem;
}
.nav-drawer.open { display: flex; }
.nav-drawer a { text-decoration: none; font-size: 1rem; color: var(--text-mid); }
.nav-drawer a:hover { color: var(--saffron); }

/* ── BUTTONS ── */
.btn-outline {
    padding: 0.45rem 1.1rem; border: 1.5px solid var(--saffron); background: transparent;
    color: var(--saffron); border-radius: var(--radius-btn); font-size: 0.8rem;
    font-family: 'DM Sans', sans-serif; cursor: pointer; transition: all 0.2s; font-weight: 500;
    text-decoration: none; display: inline-flex; align-items: center;
}
.btn-outline:hover { background: var(--saffron); color: #fff; }

.btn-solid {
    padding: 0.45rem 1.2rem; border: 1.5px solid var(--saffron); background: var(--saffron);
    color: #fff; border-radius: var(--radius-btn); font-size: 0.8rem;
    font-family: 'DM Sans', sans-serif; cursor: pointer; transition: all 0.2s; font-weight: 500;
    text-decoration: none; display: inline-flex; align-items: center;
}
.btn-solid:hover { background: var(--deep-saffron); border-color: var(--deep-saffron); }

/* ── HERO ── */
.hero {
    min-height: 100vh; display: flex; align-items: center; justify-content: center;
    padding: 120px 5vw 80px; background: var(--cream);
    position: relative; overflow: hidden;
}
.hero-bg-circle { position: absolute; border-radius: 50%; opacity: 0.06; background: var(--saffron); }
.hero-bg-circle.c1 { width: 700px; height: 700px; top: -200px; right: -150px; }
.hero-bg-circle.c2 { width: 400px; height: 400px; bottom: -100px; left: -80px; }
.hero-inner { max-width: 900px; text-align: center; position: relative; }

.hero-tag {
    display: inline-block; font-size: 0.75rem; letter-spacing: 0.18em; text-transform: uppercase;
    color: var(--saffron); border: 1px solid rgba(232,99,42,0.3);
    padding: 0.3rem 1rem; border-radius: var(--radius-btn); margin-bottom: 2rem; font-weight: 500;
}
/* ── HERO BRAND NAME ── */
.hero-brand { margin-bottom: 1.5rem; }
.hero-brand-hi {
    font-family: 'Noto Serif Devanagari', serif;
    font-size: clamp(2.2rem, 5vw, 3.8rem);
    font-weight: 700; color: var(--saffron);
    letter-spacing: 0.04em; line-height: 1.1;
    margin-bottom: 0.2rem;
}
.hero-brand-en {
    font-family: 'Playfair Display', serif;
    font-size: clamp(3.2rem, 8vw, 6.5rem);
    font-weight: 700; line-height: 1.0;
    color: var(--deep-earth); letter-spacing: -0.02em;
}
/* ── HERO TAGLINE (One Courage, One Life…) ── */
.hero h1 {
    font-family: 'Playfair Display', serif; font-size: clamp(3rem, 7vw, 5.5rem);
    font-weight: 700; line-height: 1.08; color: var(--deep-earth); margin-bottom: 0.5rem;
}
.hero h1 em { font-style: italic; color: var(--saffron); }
.hero-tagline {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1rem, 2.2vw, 1.35rem);
    font-style: italic; font-weight: 400;
    color: var(--text-mid); margin-bottom: 1.25rem; line-height: 1.5;
}
.hero-sub {
    font-size: 0.95rem; line-height: 1.7; color: var(--text-light);
    max-width: 560px; margin: 0 auto 2.5rem;
}
.hero-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.btn-hero-primary {
    padding: 0.85rem 2.2rem; background: var(--saffron); color: #fff; border: none;
    border-radius: var(--radius-btn); font-size: 0.95rem; font-family: 'DM Sans', sans-serif;
    font-weight: 500; cursor: pointer; transition: all 0.25s;
    box-shadow: 0 4px 20px rgba(232,99,42,0.3);
}
.btn-hero-primary:hover { background: var(--deep-saffron); transform: translateY(-2px); box-shadow: 0 8px 28px rgba(232,99,42,0.35); }
.btn-hero-secondary {
    padding: 0.85rem 2.2rem; background: transparent; color: var(--earth);
    border: 1.5px solid var(--earth); border-radius: var(--radius-btn);
    font-size: 0.95rem; font-family: 'DM Sans', sans-serif; font-weight: 500;
    cursor: pointer; transition: all 0.25s;
}
.btn-hero-secondary:hover { background: var(--earth); color: #fff; transform: translateY(-2px); }

.hero-langs { margin-top: 3rem; display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.lang-badge {
    font-size: 0.75rem; color: var(--text-light); border: 1px solid var(--border);
    padding: 0.25rem 0.75rem; border-radius: var(--radius-btn); background: #fff;
}

/* ── SECTION COMMON ── */
section { padding: 80px 5vw; }
.section-label { font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--saffron); font-weight: 500; margin-bottom: 0.75rem; }
.section-title { font-family: 'Playfair Display', serif; font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 700; color: var(--deep-earth); line-height: 1.15; margin-bottom: 1rem; }
.section-title em { font-style: italic; color: var(--saffron); }
.section-desc { font-size: 0.95rem; line-height: 1.8; color: var(--text-light); max-width: 540px; }

/* ── VISION / MISSION ── */
.vm-section { background: var(--deep-earth); padding: 0; }
.vm-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; max-width: 1100px; margin: 0 auto; }
.vm-card { padding: 3rem 3.5rem; position: relative; overflow: hidden; }
.vm-card:first-child { background: rgba(255,255,255,0.04); }
.vm-card:last-child  { background: rgba(232,99,42,0.12); }
.vm-card .section-label { color: var(--gold); }
.vm-card .section-title { color: #fff; font-size: clamp(1.5rem,3vw,2.2rem); }
.vm-card p { font-size: 1rem; line-height: 1.85; color: rgba(255,255,255,0.7); margin-top: 1rem; }
.vm-deco { position: absolute; bottom: -30px; right: -30px; font-size: 8rem; opacity: 0.04; }

/* ── PILLARS ── */
.pillars-section { background: var(--warm-white); }
.pillars-header { max-width: 1100px; margin: 0 auto 3rem; }
.pillars-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.5rem; max-width: 1100px; margin: 0 auto; }
.pillar-card {
    background: var(--cream); border-radius: var(--radius-card); padding: 2rem 1.75rem;
    border: 1px solid var(--border); transition: all 0.3s; position: relative; overflow: hidden;
}
.pillar-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(104,76,53,0.1); }
.pillar-icon { width: 48px; height: 48px; border-radius: 12px; background: rgba(232,99,42,0.1); display: flex; align-items: center; justify-content: center; font-size: 1.5rem; margin-bottom: 1.25rem; }
.pillar-card h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; font-weight: 600; color: var(--deep-earth); margin-bottom: 0.6rem; }
.pillar-card p { font-size: 0.88rem; line-height: 1.7; color: var(--text-light); }

/* ── AUDIENCE ── */
.audience-section { background: var(--cream); }
.audience-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1.2fr; gap: 5rem; align-items: start; }
.audience-groups { display: flex; flex-direction: column; gap: 1rem; margin-top: 2rem; }
.age-card { display: flex; align-items: center; gap: 1.25rem; padding: 1.25rem 1.5rem; background: #fff; border-radius: 1rem; border: 1px solid var(--border); }
.age-num { font-family: 'Playfair Display', serif; font-size: 1.6rem; font-weight: 700; color: var(--saffron); min-width: 65px; }
.age-info small { display: block; font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--text-light); margin-bottom: 0.2rem; }
.age-info span { font-size: 0.88rem; color: var(--text-mid); }
.pricing-box {
    margin-top: 2rem; background: var(--deep-earth); border-radius: var(--radius-card);
    padding: 2.5rem; text-align: center; color: #fff; position: relative; overflow: hidden;
}
.pricing-box::before { content: '₹'; position: absolute; font-size: 8rem; opacity: 0.05; top: -10px; right: 10px; font-family: serif; }
.pricing-box .label { font-size: 0.7rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.5rem; }
.pricing-amount { font-family: 'Playfair Display', serif; font-size: 3.5rem; color: #fff; }
.pricing-amount sup { font-size: 1.5rem; vertical-align: top; margin-top: 0.5rem; }
.pricing-desc { font-size: 0.85rem; color: rgba(255,255,255,0.6); margin-top: 0.5rem; line-height: 1.6; }

/* ── TEAM ── */
.team-section { background: var(--warm-white); }
.team-inner { max-width: 1100px; margin: 0 auto; }
.team-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.25rem; margin-top: 2.5rem; }
.team-card { padding: 1.75rem 1.5rem; border-radius: 1.25rem; border: 1px solid var(--border); background: #fff; text-align: center; transition: all 0.25s; }
.team-card:hover { box-shadow: 0 8px 30px rgba(104,76,53,0.08); transform: translateY(-3px); }
.team-icon { font-size: 2.2rem; margin-bottom: 0.75rem; }
.team-card h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; font-weight: 600; color: var(--deep-earth); margin-bottom: 0.4rem; }
.team-card p { font-size: 0.82rem; line-height: 1.6; color: var(--text-light); }

/* ── OUTREACH ── */
.outreach-section { background: var(--cream); }
.outreach-inner { max-width: 1100px; margin: 0 auto; }
.outreach-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 1rem; margin-top: 2.5rem; }
.outreach-card { padding: 1.5rem 1rem; border-radius: 1rem; background: #fff; border: 1px solid var(--border); text-align: center; transition: all 0.25s; cursor: default; }
.outreach-card:hover { background: var(--saffron); border-color: var(--saffron); }
.outreach-card:hover h4,
.outreach-card:hover p { color: #fff; }
.outreach-icon { font-size: 1.6rem; margin-bottom: 0.6rem; }
.outreach-card h4 { font-size: 0.88rem; font-weight: 500; color: var(--deep-earth); margin-bottom: 0.2rem; }
.outreach-card p { font-size: 0.75rem; color: var(--text-light); }

/* ── OPERATIONS ── */
.ops-section { background: var(--deep-earth); }
.ops-inner { max-width: 1100px; margin: 0 auto; }
.ops-inner .section-label { color: var(--gold); }
.ops-inner .section-title { color: #fff; }
.ops-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.25rem; margin-top: 2.5rem; }
.ops-card { padding: 1.75rem; border-radius: 1.25rem; border: 1px solid rgba(255,255,255,0.08); background: rgba(255,255,255,0.04); }
.ops-icon { font-size: 1.8rem; margin-bottom: 0.75rem; }
.ops-card h3 { font-size: 0.95rem; font-weight: 500; color: #fff; margin-bottom: 0.4rem; }
.ops-card p { font-size: 0.82rem; line-height: 1.65; color: rgba(255,255,255,0.55); }

/* ── SOCIAL ── */
.social-section { background: var(--warm-white); }
.social-inner { max-width: 1100px; margin: 0 auto; }
.social-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 1.25rem; margin-top: 2.5rem; }
.social-card { padding: 1.75rem 1.5rem; border-radius: 1.25rem; background: var(--cream); border: 1px solid var(--border); transition: all 0.25s; text-align: center; }
.social-card:hover { transform: translateY(-4px); box-shadow: 0 10px 30px rgba(104,76,53,0.1); }
.social-icon { font-size: 2rem; margin-bottom: 0.6rem; }
.social-card h3 { font-size: 0.9rem; font-weight: 500; color: var(--deep-earth); margin-bottom: 0.3rem; }
.social-card p { font-size: 0.78rem; color: var(--text-light); line-height: 1.6; }

/* ── FOOTER ── */
footer {
    background: var(--deep-earth); padding: 3.5rem 5vw 2rem;
    color: rgba(255,255,255,0.6);
}
.footer-top { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 3rem; max-width: 1100px; margin: 0 auto 2.5rem; }
.footer-brand .en { font-family: 'Playfair Display', serif; font-size: 1.8rem; color: #fff; }
.footer-brand p { font-size: 0.82rem; line-height: 1.7; margin-top: 0.75rem; color: rgba(255,255,255,0.5); }
.helpline { display: inline-block; background: var(--saffron); padding: 0.5rem 1.25rem; border-radius: var(--radius-btn); font-size: 0.8rem; color: #fff; font-weight: 500; margin-top: 1.5rem; }
.footer-col h4 { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.12em; color: var(--gold); margin-bottom: 1rem; }
.footer-col a { display: block; font-size: 0.82rem; color: rgba(255,255,255,0.5); text-decoration: none; margin-bottom: 0.5rem; transition: color 0.2s; }
.footer-col a:hover { color: #fff; }
.footer-bottom { max-width: 1100px; margin: 0 auto; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,0.08); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }
.footer-bottom p { font-size: 0.75rem; color: rgba(255,255,255,0.35); }
.footer-bottom strong { color: rgba(255,255,255,0.8); }

/* ── MODAL ── */
.modal-overlay {
    display: none; position: fixed; inset: 0; z-index: 1000;
    background: rgba(29,20,14,0.75); backdrop-filter: blur(8px);
    align-items: center; justify-content: center; padding: 1rem;
}
.modal-overlay.active { display: flex; }
.modal {
    background: var(--warm-white); border-radius: var(--radius-card); padding: 2.5rem 2rem;
    width: 100%; max-width: 440px; position: relative;
    box-shadow: 0 30px 80px rgba(29,20,14,0.3);
    animation: modalIn 0.3s ease; max-height: 90vh; overflow-y: auto;
}
@keyframes modalIn { from { opacity:0; transform: translateY(20px) scale(0.97); } to { opacity:1; transform: none; } }
.modal-close {
    position: absolute; top: 1rem; right: 1rem; background: none; border: none;
    font-size: 1rem; cursor: pointer; color: var(--text-light); width: 30px; height: 30px;
    display: flex; align-items: center; justify-content: center; border-radius: 50%; transition: background 0.2s;
}
.modal-close:hover { background: var(--border); }
.modal-logo { text-align: center; margin-bottom: 1.5rem; }
.modal-logo .en { font-family: 'Playfair Display', serif; font-size: 1.7rem; font-weight: 700; color: var(--saffron); }
.modal-logo .sub { font-size: 0.7rem; color: var(--text-light); letter-spacing: 0.1em; }

.modal-tabs { margin-bottom: 1.5rem; }
.tab-row { display: flex; border: 1px solid var(--border); border-radius: 0.75rem; overflow: hidden; }
.tab-btn { flex: 1; padding: 0.6rem; background: none; border: none; cursor: pointer; font-size: 0.82rem; font-family: 'DM Sans', sans-serif; font-weight: 500; color: var(--text-light); transition: all 0.2s; }
.tab-btn.active { background: var(--saffron); color: #fff; }

.tab-row-secondary { display: flex; align-items: center; justify-content: center; gap: 0.5rem; margin-top: 0.6rem; }
.tab-link { background: none; border: none; cursor: pointer; font-size: 0.75rem; color: var(--saffron); font-family: 'DM Sans', sans-serif; padding: 0; text-decoration: underline; }
.tab-link:hover { color: var(--deep-saffron); }
.tab-sep { color: var(--text-light); font-size: 0.75rem; }

.wt-form-panel { display: none; }
.wt-form-panel.active { display: block; }

.wt-notice { display: none; padding: 0.65rem 0.9rem; border-radius: 0.5rem; font-size: 0.82rem; margin-bottom: 1rem; }
.wt-notice.error { background: rgba(200,50,50,0.08); color: #b92020; border: 1px solid rgba(200,50,50,0.2); display: block; }
.wt-notice.success { background: rgba(122,158,126,0.12); color: #3a6b40; border: 1px solid rgba(122,158,126,0.3); display: block; }

.login-note { font-size: 0.75rem; color: var(--text-light); background: rgba(232,99,42,0.07); border-radius: 0.5rem; padding: 0.6rem 0.8rem; margin-bottom: 1rem; text-align: center; }

.form-group { margin-bottom: 1.1rem; }
.form-group label { display: block; font-size: 0.78rem; color: var(--text-mid); margin-bottom: 0.35rem; font-weight: 500; }
.form-group input,
.form-group select,
.form-group textarea {
    width: 100%; padding: 0.65rem 0.9rem; border: 1.5px solid var(--border);
    border-radius: 0.6rem; background: #fff; font-size: 0.88rem;
    font-family: 'DM Sans', sans-serif; color: var(--text-dark); outline: none; transition: border 0.2s;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color: var(--saffron); }
.form-group textarea { resize: vertical; }

.btn-login {
    width: 100%; padding: 0.8rem; background: var(--saffron); color: #fff; border: none;
    border-radius: 0.75rem; font-size: 0.92rem; font-family: 'DM Sans', sans-serif;
    font-weight: 500; cursor: pointer; transition: all 0.2s; margin-top: 0.5rem;
}
.btn-login:hover { background: var(--deep-saffron); }
.btn-login:disabled { opacity: 0.6; cursor: wait; }

.modal-footer { text-align: center; margin-top: 1rem; font-size: 0.78rem; color: var(--text-light); }
.modal-footer a { color: var(--saffron); text-decoration: none; }
.modal-footer a:hover { text-decoration: underline; }

/* ── DASHBOARD PAGES ── */
.wt-dashboard { max-width: 1000px; margin: 100px auto 60px; padding: 0 5vw; }
.wt-dashboard h1 { font-family: 'Playfair Display', serif; font-size: 2rem; color: var(--deep-earth); margin-bottom: 0.5rem; }
.wt-dashboard .welcome-sub { color: var(--text-light); margin-bottom: 2rem; }
.dashboard-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.25rem; }
.dash-card { background: var(--cream); border: 1px solid var(--border); border-radius: 1.25rem; padding: 1.75rem; transition: all 0.25s; }
.dash-card:hover { transform: translateY(-3px); box-shadow: 0 8px 28px rgba(104,76,53,0.1); }
.dash-card .icon { font-size: 2rem; margin-bottom: 0.75rem; }
.dash-card h3 { font-size: 1rem; font-weight: 500; color: var(--deep-earth); margin-bottom: 0.3rem; }
.dash-card p { font-size: 0.82rem; color: var(--text-light); }
.dash-card a { font-size: 0.82rem; color: var(--saffron); text-decoration: none; display: inline-block; margin-top: 0.75rem; font-weight: 500; }

/* ── SCROLL ANIMATIONS ── */
.fade-in { opacity: 0; transform: translateY(24px); transition: opacity 0.65s ease, transform 0.65s ease; }
.fade-in.visible { opacity: 1; transform: none; }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
    .footer-top { grid-template-columns: 1fr 1fr; }
    .audience-inner { grid-template-columns: 1fr; gap: 3rem; }
    .vm-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
    .nav-links { display: none; }
    .nav-hamburger { display: flex; }
    .nav-cta .btn-outline,
    .nav-cta .btn-solid { display: none; }
    .footer-top { grid-template-columns: 1fr; gap: 2rem; }
    .footer-bottom { flex-direction: column; text-align: center; }
    .vm-card { padding: 2rem 1.5rem; }
    section { padding: 60px 5vw; }
}

@media (max-width: 480px) {
    .hero-brand-hi { font-size: 1.8rem; }
    .hero-brand-en { font-size: 3rem; }
    .hero h1 { font-size: 2.5rem; }
    .hero-actions { flex-direction: column; }
    .btn-hero-primary, .btn-hero-secondary { width: 100%; justify-content: center; }
}

/* ═══════════════════════════════════════════
   ADDED v1.1 — Tagline line, Toolkit & Share
   ════════════════════════════════════════ */

/* nav-tagline removed — the Ek Saahas brand name carries the header */

/* ── FREE TOOLKIT SECTION ── */
.toolkit-section {
    padding: 5rem 5vw;
    background:
        radial-gradient(circle at 15% 20%, rgba(232,99,42,0.06), transparent 45%),
        var(--cream);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}
.toolkit-inner {
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
}
.toolkit-section .section-desc {
    max-width: 640px;
    margin: 0.75rem auto 0;
}
.toolkit-actions {
    margin-top: 2.25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
}
.btn-toolkit-download {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    background: var(--saffron);
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    padding: 0.95rem 2rem;
    border-radius: var(--radius-btn);
    box-shadow: 0 8px 24px rgba(232,99,42,0.28);
    transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
}
.btn-toolkit-download:hover {
    background: var(--deep-saffron);
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(196,78,26,0.32);
}

.toolkit-share {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.6rem;
}
.toolkit-share .share-label {
    font-size: 0.85rem;
    color: var(--text-light);
    letter-spacing: 0.03em;
}
.share-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-family: inherit;
    font-size: 0.85rem;
    font-weight: 500;
    padding: 0.55rem 1.1rem;
    border-radius: var(--radius-btn);
    border: 1.5px solid var(--border);
    background: var(--warm-white);
    color: var(--text-mid);
    cursor: pointer;
    text-decoration: none;
    transition: border-color 0.2s, color 0.2s, transform 0.15s;
}
.share-btn:hover { transform: translateY(-1px); }
.share-whatsapp { color: #128C7E; border-color: rgba(18,140,126,0.4); }
.share-whatsapp:hover { background: #128C7E; color: #fff; border-color: #128C7E; }
.share-more:hover { border-color: var(--saffron); color: var(--saffron); }

.toolkit-note {
    margin-top: 2rem;
    font-size: 0.82rem;
    color: var(--text-light);
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

/* ── GENERIC PAGE & 404 TEMPLATES (v1.1) ── */
.page-main { min-height: 50vh; }
.page-hero {
    padding: 4.5rem 5vw 2.5rem;
    background:
        radial-gradient(circle at 80% 20%, rgba(232,99,42,0.06), transparent 45%),
        var(--cream);
    border-bottom: 1px solid var(--border);
    text-align: center;
}
.page-hero-inner { max-width: 800px; margin: 0 auto; }
.page-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.9rem, 4vw, 2.9rem);
    font-weight: 700;
    color: var(--deep-earth);
    line-height: 1.15;
    margin-top: 0.5rem;
}
.page-body { padding: 3.5rem 5vw 4.5rem; }
.page-content {
    max-width: 720px;
    margin: 0 auto;
    font-size: 1.02rem;
    line-height: 1.85;
    color: var(--text-mid);
}
.page-content p { margin-bottom: 1.25rem; }
.page-content h2,
.page-content h3 {
    font-family: 'Playfair Display', serif;
    color: var(--deep-earth);
    margin: 2rem 0 1rem;
}
.page-content a { color: var(--saffron); }
.page-content ul,
.page-content ol { margin: 0 0 1.25rem 1.5rem; }
.page-content li { margin-bottom: 0.5rem; }

/* ── LANGUAGE SWITCHER (footer) ── */
/* Active plugin links reuse .footer-col a styling automatically.
   These styles cover the "ready / not yet active" placeholder state. */
.footer-languages .lang-pending {
    display: block;
    font-size: 0.82rem;
    color: rgba(255,255,255,0.32);
    margin-bottom: 0.5rem;
    cursor: default;
}
.footer-languages .lang-current {
    color: rgba(255,255,255,0.6);
    font-weight: 500;
}
.footer-languages .lang-current::after {
    content: " ✓";
    color: var(--gold);
    font-size: 0.7rem;
}
.footer-languages .lang-note {
    display: block;
    font-size: 0.72rem;
    color: rgba(255,255,255,0.25);
    font-style: italic;
    margin-top: 0.4rem;
}
.footer-languages a[aria-current="true"] { color: #fff; font-weight: 500; }

/* ── Registration form help text (added with city/pincode fields) ── */
.form-group .form-help {
    display: block;
    margin-top: 0.35rem;
    font-size: 0.72rem;
    color: var(--text-light);
    font-style: italic;
}

/* ── CLIENT DASHBOARD: assignment status card ── */
.dash-assignment-status { margin: 1.5rem 0 2.5rem; }
.assignment-card {
    display: flex; gap: 1.25rem; align-items: flex-start;
    background: var(--warm-white); border: 1.5px solid var(--border);
    border-radius: var(--radius); padding: 1.25rem 1.5rem;
}
.assignment-card.assigned  { border-color: #A8DFC9; background: #F0FBF6; }
.assignment-card.waiting   { border-color: #F5C97B; background: #FFFCF0; }
.assignment-card.incomplete{ border-color: var(--border); }
.assign-icon { font-size: 1.8rem; line-height: 1; flex-shrink: 0; }
.assign-body h3 { font-size: 1rem; font-weight: 600; color: var(--deep-earth); margin: 0 0 0.35rem; }
.assign-name   { font-size: 1.15rem; font-weight: 600; color: var(--saffron); margin: 0 0 0.25rem; }
.assign-meta   { font-size: 0.82rem; color: var(--text-light); margin: 0; }
.assign-helpline { font-size: 0.82rem; color: #A32D2D; font-weight: 500; margin-top: 0.5rem; }

/* ── CLIENT DASHBOARD: profile form ── */
.dash-profile-section {
    background: var(--cream); border: 1px solid var(--border);
    border-radius: var(--radius); padding: 2rem; margin-bottom: 2.5rem;
}
.dash-profile-section h2 { font-size: 1.15rem; margin: 0 0 0.35rem; }
.dash-profile-desc { font-size: 0.85rem; color: var(--text-light); margin: 0 0 1.5rem; }
.dash-form-grid {
    display: grid; grid-template-columns: 1fr 1fr; gap: 1rem;
}
@media (max-width: 600px) { .dash-form-grid { grid-template-columns: 1fr; } }
.btn-primary {
    margin-top: 1.5rem; display: inline-block;
    background: var(--saffron); color: #fff; font-weight: 600;
    font-size: 0.95rem; padding: 0.85rem 2rem; border: none;
    border-radius: var(--radius-btn); cursor: pointer;
    transition: background 0.2s, transform 0.15s;
}
.btn-primary:hover { background: var(--deep-saffron); transform: translateY(-1px); }
#eks-profile-notice {
    margin-top: 1rem; padding: 0.65rem 0.9rem;
    border-radius: 0.4rem; font-size: 0.88rem;
}

/* ── LANGUAGE SELECTOR ── */
.eks-lang-selector { width: 100%; }
.eks-lang-rows     { display: flex; flex-direction: column; gap: 0.5rem; }
.eks-lang-row {
    display: flex; gap: 0.5rem; align-items: center; flex-wrap: wrap;
}
.eks-lang-row select {
    padding: 0.6rem 0.75rem; border: 1.5px solid var(--border);
    border-radius: 0.5rem; font-size: 0.88rem; background: var(--warm-white);
    flex: 1; min-width: 140px; outline: none;
}
.eks-lang-row select:focus { border-color: var(--saffron); }
.eks-lang-remove {
    background: none; border: 1px solid #ddd; border-radius: 50%;
    width: 1.75rem; height: 1.75rem; font-size: 1rem; cursor: pointer;
    color: #999; flex-shrink: 0; transition: color 0.15s, border-color 0.15s;
}
.eks-lang-remove:hover { color: #A32D2D; border-color: #A32D2D; }
.eks-lang-add-btn {
    margin-top: 0.5rem; background: none; border: 1px dashed var(--border);
    border-radius: 0.5rem; padding: 0.45rem 0.9rem; font-size: 0.82rem;
    color: var(--saffron); cursor: pointer; transition: border-color 0.2s;
}
.eks-lang-add-btn:hover { border-color: var(--saffron); background: #FFF7F3; }

/* ── COUNSELLOR DASHBOARD ── */
.counsellor-stats {
    display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 2rem;
}
.stat-pill {
    background: var(--cream); border: 1px solid var(--border);
    border-radius: var(--radius); padding: 1rem 1.5rem;
    display: flex; flex-direction: column; align-items: center; gap: .25rem;
    min-width: 120px;
}
.stat-num { font-size: 2rem; font-weight: 700; color: var(--saffron); line-height: 1; }
.stat-lbl { font-size: .75rem; color: var(--text-light); text-transform: uppercase; letter-spacing: .06em; }

.dash-clients-section { margin-bottom: 2.5rem; }
.dash-clients-section h2 { font-size: 1.15rem; margin-bottom: .75rem; }
.clients-table-wrap { overflow-x: auto; }
.clients-table {
    width: 100%; border-collapse: collapse;
    font-size: .85rem; background: var(--warm-white);
    border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden;
}
.clients-table th {
    background: var(--cream); padding: .65rem .9rem;
    text-align: left; font-weight: 600; color: var(--deep-earth);
    border-bottom: 1px solid var(--border);
}
.clients-table td {
    padding: .65rem .9rem; border-bottom: 1px solid var(--border);
    color: var(--text-mid); vertical-align: middle;
}
.clients-table tr:last-child td { border-bottom: none; }
.via-badge {
    display: inline-block; font-size: .7rem; padding: 2px 8px;
    border-radius: 8px; font-weight: 500; text-transform: uppercase;
    letter-spacing: .04em;
}
.via-auto  { background: #E6F1FB; color: #0C447C; }
.via-admin { background: #FAEEDA; color: #854F0B; }

/* ── UPDATED BRAND HIERARCHY (Ek Saahas primary, Wisdom Three secondary) ── */

/* Footer brand */
.footer-brand-hi {
    font-family: 'Noto Serif Devanagari', serif;
    font-size: 1rem; font-weight: 600;
    color: rgba(255,255,255,0.75); letter-spacing: 0.04em; margin-bottom: 0.1rem;
}
.footer-brand-name {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem; font-weight: 700;
    color: #fff; line-height: 1.1; margin-bottom: 0.2rem;
}
.footer-brand-sub {
    font-size: 0.68rem; color: rgba(255,255,255,0.45);
    text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 0.6rem;
}

/* Modal logo */
.modal-brand-hi {
    font-family: 'Noto Serif Devanagari', serif;
    font-size: 0.85rem; font-weight: 600;
    color: var(--text-light); letter-spacing: 0.04em;
    margin-bottom: 2px;
}
.modal-brand-sub {
    font-size: 0.65rem; color: var(--text-light);
    text-transform: uppercase; letter-spacing: 0.1em;
    margin-top: 2px;
}
