﻿/* ============================================================
   RAFFLESIA GROUP OF INSTITUTIONS — Public site theme (ASP.NET pages)
   Self-contained: no Bootstrap / old template dependencies.
   Palette: deep forest green + white, with orange / lime /
   gold reserved for CTAs, offers and highlights.
   ============================================================ */

:root {
  --green-950: #12173C;
  --green-900: #161C4A;
  --green-800: #1E2761;
  --green-700: #232B63;
  --green-600: #3A4380;
  --green-100: #DCE3F2;
  --green-50:  #EDF2FC;
  --lime:      #CADCFC;
  --lime-dark: #9AA9CC;
  --orange:    #C9A227;
  --orange-dark: #A8851C;
  --orange-50: #FDF8E9;
  --gold:      #C9A227;
  --gold-warm: #E7CE72;
  --gold-50:   #FDF8E9;
  --white:     #FFFFFF;
  --bg:        #F5F7FC;
  --ink:       #232B4D;
  --ink-soft:  #3A4380;
  --muted:     #5A6B87;
  --line:      #DCE3F2;
  --line-soft: #EDF2FC;
  --danger:    #B33A3A;
  --success:   #2E7D5B;
  --font-body: "Plus Jakarta Sans", "Segoe UI", system-ui, sans-serif;
  --font-hindi: "Noto Sans Devanagari", "Plus Jakarta Sans", sans-serif;
  --r-sm: 8px; --r-md: 12px; --r-lg: 16px; --r-xl: 24px;
  --shadow-sm: 0 1px 3px rgba(23,33,27,.07);
  --shadow-md: 0 6px 18px rgba(23,33,27,.09);
  --shadow-lg: 0 14px 40px rgba(23,33,27,.14);
  --shadow-green: 0 8px 24px rgba(30, 39, 97,.22);
  --t-fast: 160ms cubic-bezier(.4,0,.2,1);
  --t-med: 260ms cubic-bezier(.4,0,.2,1);
  --container: 1240px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }
input, select, textarea { font-family: inherit; font-size: inherit; color: inherit; }
h1, h2, h3, h4 { margin: 0; line-height: 1.25; font-weight: 700; letter-spacing: -0.01em; }
p { margin: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }
.hindi { font-family: var(--font-hindi); }
::selection { background: rgba(202, 220, 252,.35); }
:focus-visible { outline: 2px solid var(--green-700); outline-offset: 2px; border-radius: 4px; }

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 24px; }
.section { padding: 34px 0; }

/* ---------- Section heads ---------- */
.section-head { text-align: center; max-width: 640px; margin: 0 auto 30px; }
.section-head .kicker {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase;
  color: var(--orange-dark);
  background: var(--orange-50);
  padding: 6px 16px; border-radius: 999px;
  margin-bottom: 14px;
}
.section-head h2 { font-size: clamp(24px, 3.2vw, 34px); }
.section-head h2 span { color: var(--green-700); }
.section-head p { color: var(--muted); margin-top: 10px; font-size: 14.5px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-weight: 800; font-size: 14px;
  padding: 13px 28px; border-radius: 13px;
  transition: transform var(--t-fast), box-shadow var(--t-fast), background var(--t-fast), filter var(--t-fast);
  line-height: 1.2; border: 1.5px solid transparent; text-align: center;
}
.btn:active { transform: scale(.97); }
.btn-orange { background: linear-gradient(135deg, var(--orange), #DCB63F 65%, var(--gold)); color: #161C4A; box-shadow: 0 10px 24px rgba(201, 162, 39,.35); }
.btn-orange:hover { filter: brightness(1.06); transform: translateY(-2px); }
.btn-green { background: var(--green-700); color: #fff; box-shadow: var(--shadow-green); }
.btn-green:hover { background: var(--green-800); transform: translateY(-2px); }
.btn-outline-light { border-color: rgba(255,255,255,.5); color: #fff; }
.btn-outline-light:hover { background: rgba(255,255,255,.12); }
.btn-outline { border-color: var(--green-700); color: var(--green-700); background: #fff; }
.btn-outline:hover { background: var(--green-50); }
.btn-lg { padding: 16px 36px; font-size: 15.5px; }

/* ============ HEADER ============ */
.ah-header {
  position: sticky; top: 0; z-index: 200;
  background: linear-gradient(160deg, var(--green-950) 10%, var(--green-900) 100%);
  box-shadow: 0 2px 16px rgba(22, 28, 74,.4);
}
.ah-header-inner { display: flex; align-items: center; gap: 20px; min-height: 74px; padding: 10px 0; }
.ah-brand { display: flex; align-items: center; gap: 11px; flex-shrink: 0; }
.ah-brand svg { display: block; }
.ah-logo-img {
  height: 64px; width: auto; display: block;
  filter: drop-shadow(0 3px 8px rgba(0, 0, 0, 0.35));
  transition: transform var(--t-fast);
}
.ah-brand:hover .ah-logo-img { transform: scale(1.05); }
.ah-logo-img.footer { height: 96px; }
/* Text wordmark used in place of a logo bitmap (header + footer) */
.ah-brandmark { display: block; line-height: 1; }
.ah-brandmark b { display: block; font-size: 27px; font-weight: 800; letter-spacing: .16em; color: #fff; }
.ah-brandmark i { display: block; margin-top: 4px; font-style: normal; font-size: 9.5px; font-weight: 700; letter-spacing: .30em; color: var(--gold-warm); }
.ah-brandmark.footer b { font-size: 30px; }
@media (max-width: 900px) {
  .ah-brandmark b { font-size: 21px; }
  .ah-brandmark i { font-size: 8px; letter-spacing: .22em; }
}
.ah-brand-name { font-weight: 800; font-size: 19px; color: #fff; line-height: 1.05; display: block; }
.ah-brand-name .accent { color: var(--gold-warm); }
.ah-brand-tag { font-family: var(--font-hindi); font-size: 10.5px; color: var(--lime); display: block; margin-top: 3px; }

.ah-nav { display: flex; align-items: center; gap: 4px; margin-left: auto; }
.ah-nav a {
  color: #D7E6DC; font-size: 14px; font-weight: 700;
  padding: 10px 14px; border-radius: 9px;
  transition: color var(--t-fast), background var(--t-fast);
}
.ah-nav a:hover { color: #fff; background: rgba(255,255,255,.08); }
.ah-nav a.active { color: var(--gold-warm); }
.ah-cta { margin-left: 8px; flex-shrink: 0; }
.ah-cta .btn { padding: 11px 22px; border-radius: 999px; }

.ah-toggle { display: none; color: #fff; padding: 8px; margin-left: auto; }
.ah-mobile-nav {
  display: none;
  background: var(--green-950);
  border-top: 1px solid rgba(255,255,255,.1);
  padding: 10px 0 16px;
}
.ah-mobile-nav.open { display: block; }
.ah-mobile-nav a {
  display: block; color: #D7E6DC; font-weight: 700; font-size: 14.5px;
  padding: 12px 24px;
}
.ah-mobile-nav a:hover { background: rgba(255,255,255,.06); color: #fff; }
.ah-mobile-nav .btn { margin: 10px 24px 0; display: flex; }

/* ============ HERO ============ */
.ah-hero {
  background:
    radial-gradient(120% 160% at 100% 0%, rgba(202, 220, 252,.14), transparent 55%),
    radial-gradient(90% 130% at 0% 100%, rgba(201, 162, 39,.10), transparent 55%),
    linear-gradient(150deg, var(--green-950) 0%, var(--green-900) 45%, var(--green-800) 100%);
  color: #fff; overflow: hidden; position: relative;
}
.ah-hero-inner {
  display: grid; grid-template-columns: 1.05fr .95fr;
  gap: 44px; align-items: center; padding: 64px 0 70px;
}
.ah-hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.09); border: 1px solid rgba(231, 206, 114,.4);
  color: var(--gold-warm); font-size: 12.5px; font-weight: 700;
  padding: 7px 16px; border-radius: 999px; letter-spacing: .04em;
  animation: ah-rise .7s .05s backwards cubic-bezier(.21,.8,.35,1);
}
.ah-hero h1 {
  font-size: clamp(32px, 4.6vw, 54px); font-weight: 800;
  letter-spacing: -.02em; line-height: 1.12; margin: 20px 0 16px;
  animation: ah-rise .7s .15s backwards cubic-bezier(.21,.8,.35,1);
}
.ah-hero h1 .grad {
  background: linear-gradient(92deg, var(--gold-warm), var(--lime));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.ah-hero-desc {
  color: #C9DCCF; font-size: 16px; line-height: 1.75; max-width: 480px;
  animation: ah-rise .7s .25s backwards cubic-bezier(.21,.8,.35,1);
}
.ah-hero-list { margin: 18px 0 0; display: flex; flex-direction: column; gap: 9px; animation: ah-rise .7s .3s backwards cubic-bezier(.21,.8,.35,1); }
.ah-hero-list li { display: flex; gap: 10px; align-items: flex-start; color: #DCEDE2; font-size: 14.5px; }
.ah-hero-list li::before {
  content: "✓"; flex-shrink: 0;
  width: 20px; height: 20px; margin-top: 2px;
  border-radius: 999px; background: rgba(202, 220, 252,.2); color: var(--lime);
  font-size: 11px; font-weight: 800;
  display: flex; align-items: center; justify-content: center;
}
.ah-hero-cta { display: flex; gap: 14px; margin-top: 28px; flex-wrap: wrap; animation: ah-rise .7s .38s backwards cubic-bezier(.21,.8,.35,1); }
.ah-hero-stats { display: flex; gap: 34px; margin-top: 38px; flex-wrap: wrap; animation: ah-rise .7s .46s backwards cubic-bezier(.21,.8,.35,1); }
.ah-hero-stats b { display: block; font-size: 21px; color: var(--gold-warm); }
.ah-hero-stats span { font-size: 12.5px; color: #A9C4B2; }
@keyframes ah-rise { from { opacity: 0; transform: translateY(24px); } }

/* Hero visual — decorative tile collage (no remote images) */
.ah-hero-visual { position: relative; animation: ah-rise .8s .3s backwards cubic-bezier(.21,.8,.35,1); }
.ah-tiles { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 112px; gap: 12px; }
.ah-tile {
  border-radius: var(--r-lg);
  border: 1px solid rgba(255,255,255,.16);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px;
  font-size: 34px;
  transition: transform var(--t-med);
  position: relative; overflow: hidden;
}
.ah-tile:hover { transform: translateY(-4px); }
.ah-tile small { font-size: 11.5px; font-weight: 800; color: rgba(255,255,255,.92); letter-spacing: .04em; }
.ah-tile.tall { grid-row: span 2; font-size: 44px; }
.ah-tile.t-green { background: linear-gradient(150deg, rgba(202, 220, 252,.28), rgba(30, 39, 97,.55)); }
.ah-tile.t-orange { background: linear-gradient(150deg, rgba(201, 162, 39,.4), rgba(122,46,3,.5)); }
.ah-tile.t-gold { background: linear-gradient(150deg, rgba(231, 206, 114,.38), rgba(138,101,16,.5)); }
.ah-tile.t-deep { background: linear-gradient(150deg, rgba(255,255,255,.1), rgba(22, 28, 74,.6)); }
.ah-float {
  position: absolute;
  background: #fff; color: var(--ink);
  border-radius: var(--r-md); box-shadow: var(--shadow-lg);
  padding: 10px 15px; font-size: 12.5px; font-weight: 800;
  display: flex; align-items: center; gap: 9px; white-space: nowrap;
  animation: ah-floaty 4.5s ease-in-out infinite; z-index: 3;
}
.ah-float small { display: block; font-weight: 600; color: var(--muted); font-size: 10.5px; }
.ah-float .fi { width: 30px; height: 30px; border-radius: 9px; display: flex; align-items: center; justify-content: center; font-size: 15px; }
.ah-float.f1 { top: -14px; right: 6px; }
.ah-float.f1 .fi { background: var(--orange-50); }
.ah-float.f2 { bottom: -12px; left: -14px; animation-delay: 2.2s; }
.ah-float.f2 .fi { background: var(--green-100); }
@keyframes ah-floaty { 50% { transform: translateY(-9px); } }

/* ============ TRUST STRIP ============ */
.ah-trust { background: var(--white); border-bottom: 1px solid var(--line-soft); }
.ah-trust-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; padding: 18px 0; }
.ah-trust-item {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  font-size: 12.5px; font-weight: 700; color: var(--ink-soft); padding: 6px 4px;
}
.ah-trust-item .ti { font-size: 20px; }
.ah-trust-item small { display: block; font-weight: 500; color: var(--muted); font-size: 11px; }

/* ============ CARDS ============ */
.ah-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.ah-grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }

.ah-card {
  background: var(--white); border: 1px solid var(--line-soft);
  border-radius: var(--r-lg); padding: 28px 24px;
  transition: transform var(--t-med), box-shadow var(--t-med);
}
.ah-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.ah-card .ci {
  width: 54px; height: 54px; border-radius: 15px;
  background: var(--green-50); font-size: 25px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 16px;
}
.ah-card h3 { font-size: 17px; margin-bottom: 8px; }
.ah-card p { color: var(--muted); font-size: 13.5px; line-height: 1.65; }

/* Category circles */
.ah-cats { display: grid; grid-template-columns: repeat(auto-fill, minmax(132px, 1fr)); gap: 14px; }
.ah-cat {
  background: var(--white); border: 1px solid var(--line-soft);
  border-radius: var(--r-lg); padding: 20px 10px 16px; text-align: center;
  transition: transform var(--t-med), box-shadow var(--t-med), border-color var(--t-med);
}
.ah-cat:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); border-color: var(--green-100); }
.ah-cat .cc {
  width: 74px; height: 74px; margin: 0 auto 12px;
  border-radius: 999px; font-size: 32px;
  background: linear-gradient(150deg, var(--green-50), var(--green-100));
  border: 3px solid var(--green-50);
  display: flex; align-items: center; justify-content: center;
  transition: border-color var(--t-med), transform var(--t-med);
}
.ah-cat:hover .cc { border-color: var(--lime); transform: scale(1.06); }
.ah-cat b { font-size: 13.5px; display: block; }
.ah-cat span { font-size: 11.5px; color: var(--muted); }

/* Product showcase card (static) */
.ah-product {
  background: var(--white); border: 1px solid var(--line-soft);
  border-radius: var(--r-lg); overflow: hidden;
  transition: transform var(--t-med), box-shadow var(--t-med);
  display: flex; flex-direction: column;
}
.ah-product:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.ah-product .pm {
  aspect-ratio: 1/.85; display: flex; align-items: center; justify-content: center;
  font-size: 64px; position: relative;
  background: linear-gradient(150deg, var(--green-50), #EAF3E4);
}
.ah-product .pm .pb {
  position: absolute; top: 12px; left: 12px;
  font-size: 10.5px; font-weight: 800; letter-spacing: .06em;
  background: var(--gold-50); color: #8A6510;
  padding: 4px 10px; border-radius: 6px; text-transform: uppercase;
}
.ah-product .pbody { padding: 16px 18px 18px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.ah-product .pcat { font-size: 11px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; color: var(--muted); }
.ah-product h3 { font-size: 15.5px; }
.ah-product .pdesc { font-size: 12.5px; color: var(--muted); line-height: 1.55; flex: 1; }
.ah-product .prow { display: flex; align-items: baseline; gap: 8px; margin-top: 6px; }
.ah-product .price { font-weight: 800; font-size: 18px; }
.ah-product .mrp { color: var(--muted); text-decoration: line-through; font-size: 12.5px; }
.ah-product .off { color: var(--success); font-weight: 800; font-size: 12.5px; }
.ah-product .rating {
  display: inline-flex; align-items: center; gap: 4px;
  background: var(--green-700); color: #fff;
  font-size: 11.5px; font-weight: 800; padding: 3px 8px; border-radius: 6px;
  width: fit-content;
}

/* Steps */
.ah-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; counter-reset: step; }
.ah-step {
  background: var(--white); border: 1px solid var(--line-soft);
  border-radius: var(--r-lg); padding: 30px 26px; position: relative;
  transition: transform var(--t-med), box-shadow var(--t-med);
}
.ah-step:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.ah-step .sn {
  position: absolute; top: 20px; right: 22px;
  font-size: 44px; font-weight: 800; color: var(--green-50);
  line-height: 1;
}
.ah-step .si {
  width: 56px; height: 56px; border-radius: 16px;
  background: linear-gradient(140deg, var(--green-700), var(--green-900));
  color: #fff; font-size: 25px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px; box-shadow: var(--shadow-green);
}
.ah-step h3 { font-size: 17px; margin-bottom: 8px; }
.ah-step p { color: var(--muted); font-size: 13.5px; }

/* ============ SPLIT (about preview) ============ */
.ah-split { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: center; }
.ah-split .kicker {
  display: inline-flex; font-size: 12px; font-weight: 800; letter-spacing: .12em;
  text-transform: uppercase; color: var(--orange-dark);
  background: var(--orange-50); padding: 6px 16px; border-radius: 999px; margin-bottom: 14px;
}
.ah-split h2 { font-size: clamp(24px, 3vw, 32px); }
.ah-split h2 span { color: var(--green-700); }
.ah-split p { color: var(--muted); margin-top: 14px; font-size: 14.5px; line-height: 1.75; }
.ah-split .ah-hero-list li { color: var(--ink-soft); }
.ah-split-visual {
  border-radius: var(--r-xl); overflow: hidden; position: relative;
  background:
    radial-gradient(80% 120% at 90% 10%, rgba(231, 206, 114,.25), transparent 55%),
    radial-gradient(70% 110% at 10% 90%, rgba(202, 220, 252,.2), transparent 55%),
    linear-gradient(150deg, var(--green-900), var(--green-700));
  min-height: 360px; color: #fff;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px;
  text-align: center; padding: 30px;
}
.ah-split-visual .big { font-size: 78px; line-height: 1; }
.ah-split-visual b { font-size: 20px; }
.ah-split-visual span { color: #C9DCCF; font-size: 13.5px; max-width: 300px; }
.ah-split-chips { display: flex; gap: 8px; flex-wrap: wrap; justify-content: center; margin-top: 8px; }
.ah-split-chips i {
  font-style: normal; font-size: 11.5px; font-weight: 700;
  background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.25);
  padding: 5px 12px; border-radius: 999px;
}

/* ============ CTA BAND ============ */
.ah-cta-band {
  border-radius: var(--r-xl); overflow: hidden; position: relative;
  background:
    radial-gradient(80% 140% at 95% 10%, rgba(231, 206, 114,.22), transparent 55%),
    radial-gradient(60% 120% at 5% 90%, rgba(202, 220, 252,.16), transparent 55%),
    linear-gradient(120deg, var(--green-950), var(--green-800));
  color: #fff; padding: 48px 44px;
  display: flex; align-items: center; justify-content: space-between; gap: 28px; flex-wrap: wrap;
}
.ah-cta-band .kick {
  display: inline-block; background: var(--orange); color: #fff;
  font-size: 11.5px; font-weight: 800; letter-spacing: .14em;
  padding: 6px 15px; border-radius: 999px; margin-bottom: 14px;
}
.ah-cta-band h2 { font-size: clamp(26px, 3.4vw, 42px); letter-spacing: -.02em; }
.ah-cta-band h2 .gold {
  background: linear-gradient(92deg, var(--gold-warm), var(--lime));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.ah-cta-band p { color: #BBD3C3; margin-top: 10px; font-size: 14.5px; }

/* ============ TESTIMONIALS ============ */
.ah-quote {
  background: var(--white); border: 1px solid var(--line-soft);
  border-radius: var(--r-lg); padding: 26px;
  display: flex; flex-direction: column; gap: 14px;
  transition: transform var(--t-med), box-shadow var(--t-med);
}
.ah-quote:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.ah-quote .stars { color: var(--gold); letter-spacing: 2px; font-size: 15px; }
.ah-quote p { color: var(--ink-soft); font-size: 13.5px; line-height: 1.7; flex: 1; }
.ah-quote .who { display: flex; align-items: center; gap: 11px; }
.ah-quote .avatar {
  width: 42px; height: 42px; border-radius: 999px;
  background: linear-gradient(140deg, var(--green-700), var(--green-900));
  color: #fff; font-weight: 800; font-size: 14px;
  display: flex; align-items: center; justify-content: center;
}
.ah-quote .who b { font-size: 13.5px; display: block; }
.ah-quote .who span { font-size: 11.5px; color: var(--muted); }

/* ============ NEWSLETTER ============ */
.ah-newsletter {
  border-radius: var(--r-xl);
  background: linear-gradient(120deg, var(--green-900), var(--green-700));
  color: #fff; padding: 42px 38px;
  display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap;
  position: relative; overflow: hidden;
}
.ah-newsletter::before {
  content: "✉"; position: absolute; right: 28px; top: -34px;
  font-size: 170px; opacity: .06; transform: rotate(12deg);
}
.ah-newsletter h2 { font-size: 25px; }
.ah-newsletter p { color: #C9DCCF; margin-top: 8px; font-size: 14px; }
.ah-nl-form { display: flex; gap: 10px; flex: 1; max-width: 470px; min-width: 270px; }
.ah-nl-form input {
  flex: 1; padding: 14px 18px; border-radius: var(--r-md);
  border: none; outline: none; font-size: 14px; min-width: 0;
}
.ah-nl-form input:focus { box-shadow: 0 0 0 3px rgba(231, 206, 114,.5); }

/* ============ PAGE BAND ============ */
.ah-band {
  background: linear-gradient(150deg, var(--green-950), var(--green-700));
  color: #fff; padding: 46px 0; position: relative; overflow: hidden;
}
.ah-band::after {
  content: ""; position: absolute; right: -60px; top: -80px;
  width: 280px; height: 280px; border-radius: 999px;
  background: radial-gradient(circle, rgba(202, 220, 252,.25), transparent 70%);
}
.ah-band h1 { font-size: clamp(26px, 3.6vw, 38px); }
.ah-band p { color: #CFE3D6; margin-top: 8px; font-size: 14.5px; max-width: 560px; }
.ah-band .crumb { font-size: 12.5px; color: #9FBFAA; margin-bottom: 12px; display: flex; gap: 8px; }
.ah-band .crumb a:hover { color: #fff; }

/* ============ STATS ============ */
.ah-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.ah-stat {
  background: var(--white); border: 1px solid var(--line-soft);
  border-radius: var(--r-lg); padding: 28px 12px; text-align: center;
}
.ah-stat b { font-size: 30px; color: var(--green-800); display: block; letter-spacing: -.02em; }
.ah-stat span { font-size: 12.5px; color: var(--muted); }

/* ============ BLOG CARDS ============ */
.ah-post {
  background: var(--white); border: 1px solid var(--line-soft);
  border-radius: var(--r-lg); overflow: hidden;
  display: flex; flex-direction: column;
  transition: transform var(--t-med), box-shadow var(--t-med);
}
.ah-post:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.ah-post .cover {
  aspect-ratio: 16/9; display: flex; align-items: center; justify-content: center;
  font-size: 52px; position: relative;
}
.ah-post .cover.c1 { background: linear-gradient(150deg, var(--green-100), var(--green-50)); }
.ah-post .cover.c2 { background: linear-gradient(150deg, var(--orange-50), var(--gold-50)); }
.ah-post .cover.c3 { background: linear-gradient(150deg, var(--gold-50), var(--green-50)); }
.ah-post .cover .tag {
  position: absolute; top: 12px; left: 12px;
  font-size: 10.5px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase;
  background: var(--green-900); color: #fff;
  padding: 5px 11px; border-radius: 6px;
}
.ah-post .pb { padding: 20px 22px 22px; display: flex; flex-direction: column; gap: 9px; flex: 1; }
.ah-post .meta { font-size: 11.5px; color: var(--muted); font-weight: 600; }
.ah-post h3 { font-size: 16.5px; line-height: 1.4; }
.ah-post h3 a:hover { color: var(--green-700); }
.ah-post p { font-size: 13px; color: var(--muted); line-height: 1.65; flex: 1; }
.ah-post .more { font-size: 13px; font-weight: 800; color: var(--green-700); }
.ah-post .more:hover { color: var(--orange-dark); }

/* ============ CONTACT ============ */
.ah-contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 22px; align-items: start; }
.ah-info-card { background: var(--white); border: 1px solid var(--line-soft); border-radius: var(--r-lg); padding: 26px; }
.ah-info-line { display: flex; gap: 14px; padding: 14px 0; border-bottom: 1px solid var(--line-soft); font-size: 14px; }
.ah-info-line:last-child { border-bottom: none; }
.ah-info-line .ii {
  width: 42px; height: 42px; flex-shrink: 0; border-radius: 12px;
  background: var(--green-50); font-size: 18px;
  display: flex; align-items: center; justify-content: center;
}
.ah-info-line b { display: block; font-size: 13px; margin-bottom: 2px; }
.ah-info-line span { color: var(--muted); font-size: 13px; line-height: 1.55; }

.ah-form-card { background: var(--white); border: 1px solid var(--line-soft); border-radius: var(--r-lg); padding: 28px; }
.ah-form-card h3 { font-size: 18px; margin-bottom: 18px; }
.ah-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 16px; }
.ah-form-grid .span-2 { grid-column: span 2; }
.ah-field { margin-bottom: 15px; }
.ah-field label { display: block; font-size: 13px; font-weight: 700; color: var(--ink-soft); margin-bottom: 6px; }
.ah-field input, .ah-field select, .ah-field textarea {
  width: 100%; padding: 12px 15px;
  border: 1.5px solid var(--line); border-radius: 11px;
  font-size: 14px; background: #F7F9FD;
  transition: border-color var(--t-fast), box-shadow var(--t-fast), background var(--t-fast);
}
.ah-field input:focus, .ah-field select:focus, .ah-field textarea:focus {
  outline: none; border-color: var(--green-700); background: #fff;
  box-shadow: 0 0 0 3px rgba(30, 39, 97,.12);
}

/* ============ FOOTER ============ */
.ah-footer {
  background: var(--green-950);
  background-image: radial-gradient(90% 120% at 90% -10%, rgba(30, 39, 97,.5), transparent 60%);
  color: #B9CEC1; margin-top: 50px;
}
.ah-footer-grid {
  display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.3fr;
  gap: 36px; padding: 52px 0 40px;
}
.ah-footer-brand p { font-size: 13.5px; line-height: 1.7; margin: 14px 0 18px; max-width: 300px; }
.ah-footer h4 { color: #fff; font-size: 13.5px; letter-spacing: .05em; text-transform: uppercase; margin-bottom: 16px; }
.ah-footer-col a { display: block; font-size: 13.5px; padding: 5px 0; transition: color var(--t-fast), padding-left var(--t-fast); }
.ah-footer-col a:hover { color: var(--lime); padding-left: 4px; }
.ah-footer-contact { display: flex; gap: 12px; padding: 7px 0; font-size: 13px; align-items: flex-start; }
.ah-footer-contact .fi { font-size: 16px; margin-top: 1px; }
.ah-footer-contact b { color: #fff; display: block; font-size: 13px; }
.ah-social { display: flex; gap: 10px; }
.ah-social a {
  width: 38px; height: 38px; border-radius: 10px;
  background: rgba(255,255,255,.07); color: #DCE9E0;
  display: flex; align-items: center; justify-content: center;
  transition: all var(--t-fast); font-size: 15px;
}
.ah-social a:hover { background: var(--lime); color: var(--green-950); transform: translateY(-2px); }
.ah-footer-bottom {
  border-top: 1px solid rgba(255,255,255,.09);
  padding: 20px 0;
  display: flex; align-items: center; justify-content: space-between;
  gap: 14px; flex-wrap: wrap; font-size: 13px;
}
.ah-footer-bottom .hindi { color: var(--gold-warm); }
.ah-pay { display: flex; gap: 8px; flex-wrap: wrap; }
.ah-pay span {
  font-size: 11px; font-weight: 700; color: #E7F0EA;
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12);
  padding: 5px 10px; border-radius: 6px; letter-spacing: .03em;
}

/* ============ RESPONSIVE ============ */
@media (max-width: 1024px) {
  .ah-hero-inner { grid-template-columns: 1fr; gap: 36px; padding: 48px 0 54px; }
  .ah-hero-visual { max-width: 600px; }
  .ah-trust-grid { grid-template-columns: repeat(3, 1fr); }
  .ah-grid-3 { grid-template-columns: repeat(2, 1fr); }
  .ah-grid-4 { grid-template-columns: repeat(2, 1fr); }
  .ah-steps { grid-template-columns: 1fr; }
  .ah-split { grid-template-columns: 1fr; gap: 30px; }
  .ah-stats { grid-template-columns: repeat(2, 1fr); }
  .ah-contact-grid { grid-template-columns: 1fr; }
  .ah-footer-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 860px) {
  .ah-nav, .ah-cta { display: none; }
  .ah-toggle { display: flex; }
}
@media (max-width: 640px) {
  .container { padding: 0 16px; }
  .section { padding: 24px 0; }
  .ah-brand-tag { display: none; }
  .ah-brand-name { font-size: 16.5px; }
  .ah-trust-grid { grid-template-columns: repeat(2, 1fr); }
  .ah-grid-3, .ah-grid-4 { grid-template-columns: 1fr; }
  .ah-tiles { grid-auto-rows: 88px; gap: 9px; }
  .ah-float { display: none; }
  .ah-float.f1 { display: flex; }
  .ah-hero-cta .btn { flex: 1; min-width: 150px; }
  .ah-cta-band { padding: 32px 24px; }
  .ah-newsletter { padding: 30px 22px; }
  .ah-nl-form { flex-direction: column; }
  .ah-form-grid { grid-template-columns: 1fr; }
  .ah-form-grid .span-2 { grid-column: span 1; }
  .ah-footer-grid { grid-template-columns: 1fr; gap: 28px; padding: 38px 0 26px; }
  .ah-footer-bottom { justify-content: center; text-align: center; }
  .ah-stats { grid-template-columns: 1fr 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

/* ============================================================
   AUTH SCREENS (register / login) — immersive brand card
   ============================================================ */
.av2-page {
  min-height: 100vh;
  display: flex; align-items: center; justify-content: center;
  padding: 54px 18px;
  position: relative; overflow: hidden;
  background:
    radial-gradient(55% 70% at 12% 8%, rgba(202, 220, 252,.16), transparent 60%),
    radial-gradient(50% 65% at 90% 12%, rgba(231, 206, 114,.14), transparent 60%),
    radial-gradient(60% 80% at 85% 95%, rgba(201, 162, 39,.12), transparent 60%),
    linear-gradient(160deg, var(--green-950) 0%, var(--green-900) 55%, #232B63 100%);
}
.av2-orb { position: absolute; border-radius: 999px; filter: blur(60px); opacity: .5; pointer-events: none; animation: av2-drift 9s ease-in-out infinite; }
.av2-orb.o1 { width: 300px; height: 300px; background: rgba(202, 220, 252,.22); top: -90px; left: -70px; }
.av2-orb.o2 { width: 260px; height: 260px; background: rgba(231, 206, 114,.2); bottom: -80px; right: -50px; animation-delay: 2.5s; }
.av2-orb.o3 { width: 190px; height: 190px; background: rgba(201, 162, 39,.18); top: 40%; right: 12%; animation-delay: 5s; }
@keyframes av2-drift { 50% { transform: translateY(-26px) scale(1.06); } }

.av2-back {
  position: absolute; top: 22px; left: 22px; z-index: 5;
  display: inline-flex; align-items: center; gap: 8px;
  color: #DCEDE2; font-size: 13px; font-weight: 700;
  padding: 9px 17px; border-radius: 999px;
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(255,255,255,.07);
  transition: all var(--t-fast);
}
.av2-back:hover { background: rgba(255,255,255,.16); }

.av2-card {
  position: relative; z-index: 3;
  width: min(480px, 100%);
  background: var(--white);
  border-radius: 30px;
  padding: 0 0 26px;
  box-shadow: 0 40px 90px rgba(10, 14, 40,.55);
  animation: av2-rise .6s cubic-bezier(.21,.8,.35,1);
  overflow: hidden;
}
@keyframes av2-rise { from { opacity: 0; transform: translateY(30px) scale(.98); } }
.av2-card-top {
  background:
    radial-gradient(120% 150% at 50% -40%, rgba(202, 220, 252,.15), transparent 60%),
    linear-gradient(170deg, var(--green-900), var(--green-700));
  padding: 30px 34px 54px;
  text-align: center; color: #fff; position: relative;
}
.av2-card-top::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -1px;
  height: 34px; background: var(--white);
  border-radius: 30px 30px 0 0;
}
.av2-logo-ring {
  width: 92px; height: 92px; margin: 0 auto 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.1);
  border: 2px solid rgba(231, 206, 114,.65);
  box-shadow: 0 0 0 7px rgba(231, 206, 114,.12), 0 14px 30px rgba(10, 14, 40,.35);
  display: flex; align-items: center; justify-content: center;
  position: relative; z-index: 2;
}
.av2-logo-img {
  height: 150px; width: auto;
  margin: -8px auto 0;
  display: block;
  filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.35));
  position: relative; z-index: 2;
}
.av2-wordmark { font-size: 21px; font-weight: 800; letter-spacing: -.01em; position: relative; z-index: 2; }
.av2-wordmark .accent { color: var(--gold-warm); }
.av2-hindi { font-family: var(--font-hindi); font-size: 12px; color: var(--lime); margin-top: 4px; position: relative; z-index: 2; }

.av2-body { padding: 26px 34px 0; }
.av2-tabs {
  display: flex; background: var(--bg);
  border: 1px solid var(--line-soft);
  border-radius: 999px; padding: 5px; gap: 5px; margin-bottom: 22px;
}
.av2-tab {
  flex: 1; text-align: center; padding: 10px 6px;
  border-radius: 999px; font-size: 13.5px; font-weight: 800;
  color: var(--muted); transition: all var(--t-med);
}
.av2-tab:hover { color: var(--green-700); }
.av2-tab.active {
  background: linear-gradient(135deg, var(--green-700), var(--green-900));
  color: #fff; box-shadow: 0 6px 16px rgba(30, 39, 97,.35);
}

.av2-field { position: relative; margin-bottom: 13px; }
.av2-field .f-ico {
  position: absolute; left: 15px; top: 50%; transform: translateY(-50%);
  color: #9AA69D; display: flex; pointer-events: none; z-index: 2;
  transition: color var(--t-fast);
}
.av2-field input, .av2-field select {
  width: 100%; padding: 14px 46px 14px 46px;
  border: 1.5px solid var(--line); border-radius: 15px;
  font-size: 14px; background: #F7F9FD;
  transition: all var(--t-fast);
  -webkit-appearance: none; appearance: none;
}
.av2-field select {
  cursor: pointer;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%2368736B' stroke-width='2.4' stroke-linecap='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 16px center;
}
.av2-field input::placeholder { color: #9AA9CC; }
.av2-field input:focus, .av2-field select:focus {
  outline: none; border-color: var(--green-700); background-color: #fff;
  box-shadow: 0 0 0 4px rgba(30, 39, 97,.12);
}
.av2-field:focus-within .f-ico { color: var(--green-700); }
.av2-eye {
  position: absolute; right: 8px; top: 50%; transform: translateY(-50%);
  width: 36px; height: 36px; border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  color: #9AA69D; transition: all var(--t-fast); z-index: 2;
}
.av2-eye:hover { color: var(--green-700); background: var(--green-50); }

.av2-label {
  display: block; font-size: 12px; font-weight: 800;
  letter-spacing: .05em; text-transform: uppercase;
  color: var(--ink-soft); margin: 2px 0 7px; text-align: left;
}
.av2-sponsor-name {
  display: block; text-align: left;
  font-size: 12.5px; font-weight: 700; color: var(--success);
  margin: -6px 0 12px 6px; min-height: 0;
}
.av2-sponsor-name:empty { margin: 0; }

.av2-cta, a.av2-cta {
  width: 100%;
  display: flex; align-items: center; justify-content: center; gap: 8px;
  padding: 15px; border-radius: 15px;
  font-size: 15px; font-weight: 800; letter-spacing: .02em;
  color: #161C4A !important; text-decoration: none;
  background: linear-gradient(135deg, var(--orange), #DCB63F 60%, var(--gold));
  box-shadow: 0 12px 26px rgba(201, 162, 39,.38);
  transition: all var(--t-fast);
  border: none; cursor: pointer;
}
.av2-cta:hover { transform: translateY(-2px); box-shadow: 0 16px 32px rgba(201, 162, 39,.45); }
.av2-cta:active { transform: scale(.98); }
.av2-cta.green {
  background: linear-gradient(135deg, var(--green-600), var(--green-800));
  box-shadow: 0 12px 26px rgba(30, 39, 97,.35);
}

.av2-foot { text-align: center; font-size: 13.5px; color: var(--muted); margin-top: 18px; }
.av2-foot a { color: var(--green-700); font-weight: 800; }
.av2-trust { display: flex; justify-content: center; gap: 8px; flex-wrap: wrap; margin-top: 18px; }
.av2-trust span {
  font-size: 11px; font-weight: 700; color: var(--green-800);
  background: var(--green-50); border: 1px solid var(--green-100);
  padding: 5px 11px; border-radius: 999px;
}
.av2-note { text-align: center; font-size: 11.5px; color: var(--muted); margin-top: 12px; padding: 0 26px; }

@media (max-width: 480px) {
  .av2-page { padding: 74px 12px 40px; }
  .av2-card-top { padding: 24px 22px 48px; }
  .av2-body { padding: 22px 22px 0; }
  .av2-logo-ring { width: 80px; height: 80px; }
}
