/* ======================================================
   RANKRIDGE — ENGAGEMENT / CONVERSION LAYER
   Additive only. All classes namespaced rr-* so nothing
   collides with style.css. Built by JS, so no-JS is safe.
====================================================== */

:root{ --rr-lime:#e0b930; --rr-navy:#1f2324; --rr-navy2:#181c1c; --rr-wa:#25d366; }

/* ---- film-grain texture: subtle premium depth, stops gradient banding ---- */
body::after{content:"";position:fixed;inset:0;z-index:9993;pointer-events:none;opacity:.04;
  mix-blend-mode:overlay;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");}

/* ---- gentle pulse so the back-to-top feels alive ---- */
@keyframes rr-totop-pulse{
  0%,100%{box-shadow:0 .3rem 1rem rgba(0,0,0,.45),0 0 0 0 rgba(214,171,41,.0);}
  50%{box-shadow:0 .3rem 1rem rgba(0,0,0,.45),0 0 1.1rem .1rem rgba(214,171,41,.45);}
}
.rr-totop.rr-show{animation:rr-totop-pulse 3s ease-in-out infinite;}

@media (prefers-reduced-motion:reduce){
  .rr-intro::before{animation:none;}
  .rr-totop.rr-show{animation:none;}
}

/* use the live native sticky CTA (.site-footer-cta); hide our duplicate.
   The live style.css already reserves body padding-bottom for it. */
.rr-sticky{ display:none !important; }

/* native header (.wrap) is already position:sticky — hide our duplicate top bar */
.rr-topbar{ display:none !important; }

/* ---- scroll progress bar ---- */
.rr-progress{position:fixed;top:0;left:0;height:3px;width:0;z-index:10000;pointer-events:none;
  background:linear-gradient(90deg,#e0b930,var(--rr-lime));box-shadow:0 0 .5rem rgba(214,171,41,.6);}

/* ---- sticky mini top bar (appears on scroll) ---- */
.rr-topbar{position:fixed;top:0;left:0;right:0;z-index:9996;
  display:flex;align-items:center;justify-content:space-between;gap:.6rem;
  max-width:1200px;margin:0 auto;padding:.45rem .9rem;
  background:linear-gradient(180deg,rgba(31,35,36,.98),rgba(24,28,28,.96));
  border-bottom:1px solid rgba(214,171,41,.35);box-shadow:0 .3rem 1rem rgba(0,0,0,.5);
  -webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);
  transform:translateY(-100%);transition:transform .35s cubic-bezier(.16,.84,.34,1);}
.rr-topbar.rr-show{transform:translateY(0);}
.rr-topbar img{height:2.1rem;width:auto;}
.rr-topbar .rr-tb-call{display:flex;align-items:center;gap:.4rem;text-decoration:none;flex-shrink:0;
  background:linear-gradient(100deg,#e0b930,#e3c14a);color:#0a1626;font-family:'Poppins',system-ui,sans-serif;
  font-weight:800;font-size:.8rem;padding:.45rem .8rem;border-radius:2rem;white-space:nowrap;
  box-shadow:0 .2rem .6rem rgba(214,171,41,.45);}
.rr-topbar .rr-tb-call i{font-size:.95rem;}

/* ---- right-side enquire tab ---- */
.rr-enquire{position:fixed;top:50%;right:0;transform:translateY(-50%);z-index:9996;
  display:flex;align-items:center;gap:.4rem;writing-mode:vertical-rl;
  background:linear-gradient(180deg,#e0b930,#e3c14a 55%,#f0cf57);color:#0a1626;
  font-family:'Poppins',system-ui,sans-serif;font-weight:900;font-size:.76rem;letter-spacing:.05em;
  padding:1rem .42rem;border:none;cursor:pointer;border-radius:.7rem 0 0 .7rem;
  box-shadow:-.2rem .2rem .9rem rgba(214,171,41,.55);
  transition:padding-right .22s ease,box-shadow .22s ease;}
.rr-enquire:hover{padding-right:.7rem;box-shadow:-.35rem .3rem 1.3rem rgba(214,171,41,.85);}
.rr-enquire i,.rr-enquire .rr-ico{font-size:1.05rem;width:1.05rem;height:1.05rem;}

/* ---- sticky bottom call / whatsapp bar ---- */
.rr-sticky{position:fixed;bottom:0;left:0;right:0;z-index:9998;
  display:grid;grid-template-columns:1fr 1fr;gap:.5rem;
  background:#0c0e0e;border-top:1px solid rgba(214,171,41,.55);
  padding:.5rem .7rem .6rem;box-shadow:0 -.2rem 1rem rgba(0,0,0,.5);}
.rr-sticky::before{content:"";position:absolute;left:0;right:0;top:-2rem;height:2rem;pointer-events:none;
  background:radial-gradient(70% 130% at 30% 100%,rgba(214,171,41,.25),transparent 70%),
            radial-gradient(70% 130% at 75% 100%,rgba(37,211,102,.25),transparent 70%);}
.rr-sticky a{display:flex;align-items:center;justify-content:center;gap:.45rem;border-radius:.6rem;padding:.7rem;
  text-decoration:none;font-family:'Poppins',system-ui,sans-serif;font-weight:800;font-size:.82rem;color:#fff;
  transition:transform .18s ease,filter .18s ease;}
.rr-sticky a:hover{transform:translateY(-2px);filter:brightness(1.08);}
.rr-sticky .rr-sb-call{background:linear-gradient(100deg,#e3c14a,#e0b930);}
.rr-sticky .rr-sb-wa{background:var(--rr-wa);}
.rr-sticky i{font-size:1.05rem;}

/* ---- back to top ---- */
.rr-totop{position:fixed;bottom:6rem;right:.9rem;z-index:9997;width:2.8rem;height:2.8rem;border-radius:50%;
  border:1.5px solid rgba(214,171,41,.5);background:linear-gradient(180deg,#212c2e,#1f2324);color:var(--rr-lime);
  cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.1rem;
  box-shadow:0 .3rem 1rem rgba(0,0,0,.45);opacity:0;visibility:hidden;transform:translateY(10px);
  transition:opacity .3s,visibility .3s,transform .3s;}
.rr-totop.rr-show{opacity:1;visibility:visible;transform:none;}
.rr-totop:hover{transform:translateY(-3px);}

/* inline SVG icon sizing (page has no icon font) */
.rr-ico{display:inline-block;vertical-align:-.15em;flex-shrink:0;width:1.15em;height:1.15em;}
.rr-tb-call .rr-ico{width:1rem;height:1rem;margin-right:.1rem;vertical-align:-.2em;}
.rr-totop .rr-ico{width:1.3rem;height:1.3rem;vertical-align:0;}
.rr-modal-ico .rr-ico{width:2.6rem;height:2.6rem;vertical-align:0;}
.rr-readmore-btn .rr-ico{width:1.05rem;height:1.05rem;}

/* ---- exit-intent modal ---- */
.rr-modal{position:fixed;inset:0;z-index:10001;display:flex;align-items:center;justify-content:center;
  background:rgba(16,19,19,.8);padding:1.2rem;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s;}
.rr-modal.rr-open{opacity:1;visibility:visible;}
.rr-modal-card{width:min(92vw,420px);border-radius:1.1rem;padding:1.6rem 1.3rem;position:relative;text-align:center;
  background:linear-gradient(180deg,#212c2e,#181c1c);border:1.5px solid rgba(214,171,41,.45);
  box-shadow:0 1rem 3rem rgba(0,0,0,.6);color:#fff;font-family:'Poppins',system-ui,sans-serif;
  transform:translateY(20px) scale(.97);transition:transform .3s;}
.rr-modal.rr-open .rr-modal-card{transform:none;}
.rr-modal-close{position:absolute;top:.5rem;right:.7rem;background:none;border:none;color:#cbb98a;font-size:1.6rem;line-height:1;cursor:pointer;}
.rr-modal-ico{font-size:2.6rem;color:#ffd54a;line-height:1;}
.rr-modal-card h3{font-size:1.3rem;font-weight:900;margin:.3rem 0 .4rem;line-height:1.2;}
.rr-modal-card h3 span{color:var(--rr-lime);}
.rr-modal-card p{font-size:.86rem;color:#e8dcbf;line-height:1.5;margin-bottom:1rem;}
.rr-modal-btns{display:grid;grid-template-columns:1fr 1fr;gap:.6rem;}
.rr-modal-btns a{display:flex;align-items:center;justify-content:center;gap:.4rem;border-radius:.7rem;padding:.8rem;
  text-decoration:none;font-weight:800;font-size:.88rem;color:#fff;}
.rr-modal-btns .rr-b-call{background:linear-gradient(100deg,#e3c14a,#e0b930);}
.rr-modal-btns .rr-b-wa{background:var(--rr-wa);}

/* ---- social-proof toast ---- */
.rr-toast{position:fixed;left:.8rem;bottom:6.6rem;z-index:9995;max-width:18rem;
  display:flex;align-items:center;gap:.6rem;border-radius:.8rem;padding:.6rem .8rem;
  background:linear-gradient(160deg,#212c2e,#181c1c);border:1px solid rgba(214,171,41,.4);
  box-shadow:0 .4rem 1.4rem rgba(0,0,0,.55);font-family:'Poppins',system-ui,sans-serif;
  transform:translateX(-130%);transition:transform .5s cubic-bezier(.16,.84,.34,1);}
.rr-toast.rr-show{transform:none;}
.rr-toast .rr-ava{width:2.3rem;height:2.3rem;border-radius:50%;flex-shrink:0;color:#fff;font-size:1rem;font-weight:800;
  display:flex;align-items:center;justify-content:center;background:radial-gradient(circle,#e3c14a,#e0b930);}
.rr-toast b{font-size:.8rem;color:#fff;display:block;line-height:1.2;}
.rr-toast small{font-size:.7rem;color:#d8c89a;}
.rr-toast small span{color:var(--rr-lime);}

@media (prefers-reduced-motion:reduce){
  .rr-progress,.rr-topbar,.rr-enquire,.rr-totop,.rr-modal,.rr-modal-card,.rr-toast{transition:none !important;}
}

/* ---- hero H1 + tagline overlay (per landing page, SEO + visual) ---- */
.hero{position:relative;}
.rr-hero-copy{position:absolute;left:0;right:0;bottom:0;z-index:4;padding:1.3rem 1.1rem 1.7rem;
  background:linear-gradient(180deg,rgba(24,28,28,0) 0%,rgba(24,28,28,.5) 45%,rgba(24,28,28,.93) 100%);}
.rr-hero-copy h1{margin:0;font-family:'Poppins',system-ui,sans-serif;font-weight:800;color:#fff;
  font-size:clamp(1.3rem,4.6vw,2.5rem);line-height:1.14;letter-spacing:-.01em;text-shadow:0 2px 14px rgba(0,0,0,.55);}
.rr-hero-copy h1 span{color:var(--rr-lime);}
.rr-hero-copy p{margin:.55rem 0 0;font-family:'Poppins',system-ui,sans-serif;font-weight:600;
  color:#f3e8c8;font-size:clamp(.8rem,2vw,1.02rem);line-height:1.45;max-width:48ch;text-shadow:0 1px 10px rgba(0,0,0,.5);}

/* ======================================================
   SEO CONTENT LAYER — long-form copy themed to match the
   live light/dark sections. Additive; mobile-first.
====================================================== */
/* visually hidden (indexed by Google, read by screen readers, ZERO layout impact) */
.rr-sr-only{position:absolute !important;width:1px;height:1px;padding:0;margin:-1px;
  overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;}

.rr-intro{position:relative;overflow:hidden;
  background:linear-gradient(180deg,#181c1c 0%,#212c2e 100%);
  padding:clamp(10px,2.5vw,22px) 0 clamp(26px,6vw,54px);
  margin-top:-6px;}
/* drifting aurora glow — matches the theme's cyan/lime accents */
.rr-intro::before{content:"";position:absolute;inset:-25%;z-index:0;pointer-events:none;
  background:radial-gradient(38% 38% at 18% 22%,rgba(214,171,41,.20),transparent 62%),
            radial-gradient(42% 42% at 85% 82%,rgba(214,171,41,.15),transparent 62%);
  animation:rr-aurora 20s ease-in-out infinite alternate;}
@keyframes rr-aurora{
  0%{transform:translate3d(0,0,0) scale(1);}
  100%{transform:translate3d(2.5%,-2.5%,0) scale(1.1);}
}
.rr-wrap{position:relative;z-index:1;max-width:1040px;margin:0 auto;padding:0 clamp(16px,4.5vw,28px);}
.rr-intro-title{font-family:'Montserrat',system-ui,sans-serif;font-weight:900;color:#fff;text-align:center;
  line-height:1.2;letter-spacing:-.01em;font-size:clamp(1.35rem,4.4vw,2.15rem);margin:0;}
.rr-intro-title-line1{color:#fff;white-space:nowrap;display:inline-block;max-width:100%;}
.rr-intro-title-line1 span,.rr-intro-title-mid span{color:var(--rr-lime);font-size:inherit;font-weight:inherit;}
.rr-intro-title-highlight{color:var(--rr-lime)!important;
  text-shadow:0 0 16px rgba(224,185,48,.5),0 0 36px rgba(224,185,48,.2);}
.rr-intro-title-highlight>span{color:#fff!important;text-shadow:0 0 12px rgba(255,255,255,.35);}
.rr-intro-title-mid{display:block;color:#fff;font-size:.94em;font-weight:800;margin:.1em 0 .06em;line-height:1.35;}
.rr-intro-title-future{display:block;color:var(--rr-lime)!important;font-size:.94em;font-weight:900;margin-top:.04em;line-height:1.2;
  text-shadow:0 0 16px rgba(224,185,48,.5),0 0 36px rgba(224,185,48,.2);}
.rr-intro-title-tagline{display:block;color:#f5edd8;font-family:'Poppins',system-ui,sans-serif;font-size:clamp(.78rem,2.4vw,.98rem);
  font-weight:700;line-height:1.25;margin-top:.18em;letter-spacing:-.01em;}
.rr-intro-title-year,.rr-intro-title-change{display:block;color:#fff;font-size:.9em;font-weight:800;line-height:1.2;}
.rr-intro-title-year{margin-top:0;}
.rr-intro-sub{text-align:center;color:var(--rr-lime);font-family:'Poppins',system-ui,sans-serif;
  font-weight:700;font-size:clamp(.92rem,2.6vw,1.14rem);margin:.5rem 0 1.5rem;}

/* landing-page hero: H1 + bullets sit inside the hero, directly above the image */
.rr-herohead-inner{position:relative;z-index:1;text-align:center;
  padding-top:clamp(6px,2.5vw,16px);padding-bottom:clamp(14px,3.2vw,22px);}
.rr-herohead-inner .rr-intro-title{margin:0 auto;max-width:100%;
  font-size:clamp(0.92rem,3.1vw,1.75rem);line-height:1.45;letter-spacing:-.03em;word-spacing:-0.05em;}
.rr-herohead-inner .rr-intro-title-line1{margin-bottom:.12em;}
@media (max-width:767px){
  .container.rr-herohead-inner{padding-left:10px;padding-right:10px;}
  .rr-herohead-inner .rr-intro-title{
    font-size:clamp(0.84rem,4vw,1.15rem);line-height:1.5;letter-spacing:-.035em;word-spacing:-0.07em;}
}
/* ===== Hero deep-blue background to match the reference graphic (this page only) ===== */
.hero.hero-deepblue{background:#020d20;}
/* ===== Hero title — image-matched layout (long-term repeaters page only) ===== */
.rr-herohead-inner .rr-htl{display:flex;flex-direction:column;align-items:center;gap:.32em;
  font-family:'Montserrat',system-ui,sans-serif;font-weight:900;color:#fff;text-align:center;
  line-height:1.12;letter-spacing:-.01em;word-spacing:normal;max-width:640px;margin:0 auto;}
.rr-htl-head{display:block;color:#fff;font-weight:900;line-height:1.12;white-space:nowrap;
  font-size:clamp(1.18rem,5vw,2rem);}
.rr-htl-sub{display:block;color:#fff;font-weight:900;line-height:1.14;white-space:nowrap;
  font-size:clamp(1rem,4vw,1.6rem);}
.rr-htl-lime{color:#c1ff72;text-shadow:0 0 14px rgba(193,255,114,.34);}
.rr-htl-em{color:#5cffb0;text-shadow:0 0 14px rgba(92,255,176,.32);}
.rr-htl-cream{color:#fef9b5;}
.rr-htl-white{color:#fff;}
.rr-htl-rule{display:block;width:min(82%,520px);height:2px;margin:.1em auto;border-radius:2px;
  background:linear-gradient(90deg,transparent,rgba(120,230,140,.12),rgba(150,240,120,.95),rgba(120,230,140,.12),transparent);
  box-shadow:0 0 10px rgba(120,240,140,.55);}
.rr-htl-box{display:block;width:min(92%,600px);margin:.05em auto;padding:.4em .48em;
  background:transparent;border-radius:22px;
  border-top:1px solid rgba(193,255,114,.45);
  border-left:1px solid rgba(193,255,114,.45);
  border-right:1px solid rgba(193,255,114,.45);
  border-bottom:2.5px solid rgba(212,255,138,.98);
  box-shadow:0 7px 20px -4px rgba(190,255,118,.9);position:relative;
  font-weight:900;line-height:1.0;letter-spacing:-.02em;
  font-size:clamp(1.32rem,4.9vw,2.55rem);}
/* extra bright shine concentrated in the middle of the box's bottom border */
.rr-htl-box::after{content:"";position:absolute;left:50%;bottom:-1.5px;transform:translateX(-50%);
  width:62%;height:3px;border-radius:3px;pointer-events:none;
  background:linear-gradient(90deg,transparent,rgba(233,255,160,1) 50%,transparent);
  box-shadow:0 0 16px rgba(210,255,130,.98),0 0 34px rgba(180,255,112,.6);}
/* pull the divider right after the box up against the box's bottom border */
.rr-htl-box + .rr-htl-rule{margin-top:-.5em;}
.rr-htl-box .rr-htl-bl{display:block;white-space:nowrap;}
.rr-htl-box .rr-htl-cream{font-size:1.06em;text-shadow:0 0 18px rgba(254,249,181,.3);}
.rr-htl-box .rr-htl-white{font-size:.9em;}
.rr-htl-tag{display:block;color:#fff;font-family:'Poppins',system-ui,sans-serif;font-weight:700;
  letter-spacing:-.005em;line-height:1.34;white-space:nowrap;margin:.08em auto 0;
  font-size:clamp(.82rem,3vw,1.12rem);}
@media (max-width:767px){
  .rr-herohead-inner .rr-htl{gap:.28em;max-width:100%;}
  .rr-htl-head{font-size:clamp(.8rem,3.6vw,1.2rem);}
  .rr-htl-sub{font-size:clamp(.76rem,3.8vw,1.15rem);}
  .rr-htl-box{font-size:clamp(.88rem,4.8vw,1.45rem);padding:.28em .3em;border-radius:14px;width:min(96%,400px);}
  .rr-htl-tag{font-size:clamp(.62rem,3.2vw,.88rem);line-height:1.28;}
  .rr-htl-rule{width:min(72%,340px);}
}
/* ===== Hero image — show the FULL square graphic, sized to fit on screen (this page only) ===== */
/* image is square, so capping its width by vh caps its height too -> whole image stays in view */
.hero-frame-rank{padding:0;background:transparent;margin:0 auto;overflow:hidden;
  width:min(100%,440px,56vh);}
.hero-img-rank,
.hero-frame-rank .hero-img-rank{
  width:100%;height:auto;aspect-ratio:1/1;max-height:none;
  object-fit:contain;object-position:center;border-radius:inherit;}
/* block spacing tuned to match the reference graphic */
.rr-herohead-inner .rr-htl{gap:.42em;}
@media (max-width:767px){
  .container.rr-herohead-inner{padding-top:6px;padding-bottom:8px;}
  .hero-frame-rank{width:min(100%,420px,44vh);}
  .hero-img-rank,
  .hero-frame-rank .hero-img-rank{aspect-ratio:1/1;object-fit:contain;max-height:none;}
  .rr-herohead-inner .rr-htl{gap:.3em;}
  .rr-htl-rule{margin:.3em auto;}
}
/* ===== After-12th hero title — image-matched layout (this page only) ===== */
.rr-herohead-inner .rr-h12{display:flex;flex-direction:column;align-items:center;gap:.7em;
  font-family:'Montserrat',system-ui,sans-serif;font-weight:800;color:#fff;text-align:center;
  line-height:1.12;letter-spacing:-.01em;max-width:700px;margin:0 auto;}
.rr-h12-mint{color:#3bffa6;}
.rr-h12-lime{color:#c6ff5e;}
.rr-h12-cream{color:#fef9b5;}
.rr-h12-white{color:#ffffff;}
.rr-h12-label{display:flex;align-items:center;justify-content:flex-start;gap:.6em;
  width:min(86%,560px);font-weight:800;line-height:1.15;white-space:nowrap;font-size:clamp(.95rem,3.4vw,1.45rem);}
.rr-h12-bar{display:inline-block;width:4px;height:1.15em;border-radius:2px;flex:none;}
.rr-h12-bar--mint{background:#5cffb0;box-shadow:0 0 8px rgba(92,255,176,.75);}
.rr-h12-bar--lime{background:#c1ff72;box-shadow:0 0 8px rgba(193,255,114,.75);}
.rr-h12-rule{display:flex;align-items:center;justify-content:center;width:min(86%,560px);height:1px;
  margin:.12em auto;background:linear-gradient(90deg,transparent,rgba(150,240,140,.5),transparent);}
.rr-h12-rule--mark{background:linear-gradient(90deg,transparent,rgba(150,240,140,.42),rgba(175,255,120,.85),rgba(150,240,140,.42),transparent);
  box-shadow:0 0 10px rgba(150,240,140,.4);}
.rr-h12-mark{line-height:0;background:#020d20;padding:0 .3em;}
.rr-h12-mark--star{color:#eaffb0;font-size:1.15rem;text-shadow:0 0 12px rgba(193,255,114,.95),0 0 22px rgba(193,255,114,.5);}
.rr-h12-mark--diamond{color:#cdeec2;font-size:.8rem;text-shadow:0 0 8px rgba(150,240,140,.7);}
.rr-h12-head{display:flex;flex-direction:column;align-items:center;gap:.12em;
  font-weight:900;letter-spacing:-.02em;line-height:1.08;margin:.18em 0;
  font-size:clamp(1.5rem,6.6vw,3rem);}
.rr-h12-head .rr-h12-bl{display:block;white-space:nowrap;}
.rr-h12-box{display:flex;align-items:center;justify-content:flex-start;gap:.6em;
  width:min(94%,560px);margin:.12em auto 0;padding:.7em .8em;background:transparent;
  border:1px solid rgba(150,240,140,.4);border-radius:14px;box-shadow:0 0 14px rgba(150,240,140,.16);}
.rr-h12-spark{flex:none;color:#bfff6e;font-size:1.55rem;line-height:0;text-shadow:0 0 12px rgba(193,255,114,.85);}
.rr-h12-starsvg{display:block;flex:none;}
.rr-h12-starsvg--rule{width:1.6rem;height:1.6rem;
  filter:drop-shadow(0 0 5px rgba(214,255,150,.98)) drop-shadow(0 0 13px rgba(150,240,120,.72)) drop-shadow(0 0 24px rgba(120,235,110,.42));}
.rr-h12-starsvg--rule path{fill:#eaffb6;}
.rr-h12-starsvg--box{width:1.85rem;height:1.85rem;
  filter:drop-shadow(0 0 5px rgba(160,235,95,.85)) drop-shadow(0 0 12px rgba(140,225,90,.5));}
.rr-h12-starsvg--box path{fill:#a6e85c;}
.rr-h12-box-sep{flex:none;width:1px;align-self:stretch;background:rgba(150,240,140,.35);}
.rr-h12-box-text{display:flex;flex-direction:column;gap:.12em;text-align:left;white-space:nowrap;
  font-family:'Poppins',system-ui,sans-serif;font-weight:600;line-height:1.25;
  font-size:clamp(.8rem,2.95vw,1.1rem);}
.rr-h12-box-text .rr-h12-bl{display:block;}
@media (max-width:767px){
  .rr-herohead-inner .rr-h12{gap:.6em;max-width:100%;}
  .rr-h12-label{font-size:clamp(.7rem,3.5vw,1.1rem);gap:.45em;width:min(90%,440px);}
  .rr-h12-head{font-size:clamp(1.2rem,6vw,2.2rem);}
  .rr-h12-box{padding:.6em .7em;gap:.5em;width:min(96%,440px);}
  .rr-h12-box-text{font-size:clamp(.62rem,2.9vw,.92rem);}
  .rr-h12-spark{font-size:1.3rem;}
  .rr-h12-starsvg--rule{width:1.3rem;height:1.3rem;}
  .rr-h12-starsvg--box{width:1.5rem;height:1.5rem;}
  .rr-h12-rule{width:min(90%,440px);}
}
/* intro section header (below the hero image) */
.rr-prose .rr-intro-h2{
  display:block;
  font-family:'Montserrat',system-ui,sans-serif;font-weight:900;text-align:center;
  color:#fff;line-height:var(--headline-line-height);letter-spacing:-.025em;
  font-size:var(--headline-size);margin:0 auto 1.25rem;
  max-width:min(100%,920px);gap:0;}
.rr-prose .rr-intro-h2-line1{
  display:block;color:#fff;text-align:center;width:fit-content;max-width:100%;margin:0 auto;
  white-space:nowrap;font-size:inherit;line-height:inherit;}
.rr-prose .rr-intro-h2-line2{
  display:block;color:#fff;text-align:center;width:fit-content;max-width:100%;margin:0.3em auto 0;
  font-size:inherit;line-height:inherit;white-space:nowrap;}
.rr-prose .rr-intro-h2-line2 span{color:var(--rr-lime);}
.rr-prose .rr-intro-h2::after{content:"";display:block;width:64px;height:4px;margin:.85rem auto 0;
  border-radius:3px;background:linear-gradient(90deg,#e0b930,var(--rr-lime));
  box-shadow:0 0 14px rgba(214,171,41,.5);}
.rr-prose .rr-intro-tagline{text-align:center;font-family:'Poppins',system-ui,sans-serif;
  font-weight:700;font-style:italic;color:var(--rr-lime);
  font-size:clamp(.95rem,2.7vw,1.18rem);margin:0 auto 1.5rem;letter-spacing:.01em;}
/* admission form footer — scholarship pill + Call/WhatsApp contact card */
.admission-scholar-pill{display:block;width:max-content;max-width:100%;margin:16px auto 14px;
  padding:.5rem 1.15rem;border-radius:999px;text-align:center;text-decoration:none;
  font-family:'Poppins',system-ui,sans-serif;font-weight:700;
  font-size:clamp(12px,2.8vw,13.5px);color:#f3e8c8;letter-spacing:.01em;
  background:linear-gradient(180deg,#1f2324,#181c1c);
  border:1px solid rgba(214,171,41,.45);
  box-shadow:0 0 14px rgba(214,171,41,.18),inset 0 1px 0 rgba(255,255,255,.05);
  transition:color .2s ease,border-color .2s ease,box-shadow .2s ease;}
.admission-scholar-pill:hover{color:#fff;border-color:rgba(214,171,41,.8);
  box-shadow:0 0 20px rgba(214,171,41,.35);}
/* contact card is now a container with two links */
.admission-contact-card{cursor:default;}
.admission-contact-sep{flex-shrink:0;align-self:stretch;width:1px;margin:2px 2px;
  background:linear-gradient(180deg,transparent,rgba(214,171,41,.55),transparent);}
.admission-contact-right{flex:1 1 0;display:flex;flex-direction:column;gap:8px;}
.admission-contact-link{display:flex;flex-direction:column;align-items:flex-end;gap:1px;
  text-align:right;text-decoration:none;transition:transform .15s ease,filter .15s ease;}
.admission-contact-link:hover{transform:translateX(-1px);filter:brightness(1.12);}
.admission-call-label--wa{color:#25d366;}
.admission-call-num--wa{color:#3ff08a;}

/* testimonials build note (remove before publishing) */
.testi-disclaimer{max-width:760px;margin:1.1rem auto 0;text-align:center;
  font-family:'Poppins',system-ui,sans-serif;font-style:italic;
  font-size:.82rem;line-height:1.5;color:#7a8aa3;}
/* Rankridge vs Other Institutes — comparison table */
.rr-compare{max-width:880px;margin:2.4rem auto 0;}
.rr-compare-title{font-family:'Montserrat',system-ui,sans-serif;font-weight:800;text-align:center;
  color:#212c2e;font-size:clamp(1.15rem,3.4vw,1.55rem);margin:0 0 1.1rem;}
.rr-compare-title.boxed-headline{color:#fff;}
.rr-compare-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;
  border-radius:14px;box-shadow:0 .5rem 1.6rem rgba(33,44,46,.12);}
.rr-compare-table{width:100%;border-collapse:collapse;background:#fff;
  font-family:'Poppins',system-ui,sans-serif;min-width:520px;}
.rr-compare-table th,.rr-compare-table td{padding:.85rem 1rem;text-align:center;
  font-size:clamp(.82rem,2.1vw,.95rem);line-height:1.4;border-bottom:1px solid #e6edf6;vertical-align:middle;}
.rr-compare-table thead th{background:#212c2e;color:#fff;font-weight:700;
  font-family:'Montserrat',system-ui,sans-serif;border-bottom:none;}
.rr-compare-table thead th.rr-compare-us{background:linear-gradient(100deg,#0e7a3a,#13994a);}
.rr-compare-table td:first-child{font-weight:700;color:#212c2e;background:#fdf6e3;}
.rr-compare-table td.rr-compare-us{background:rgba(19,153,74,.07);font-weight:600;color:#0a3a1e;}
.rr-compare-table tbody tr:last-child td{border-bottom:none;}
.rr-yes{color:#13994a;font-weight:900;margin-right:.25rem;}
.rr-no{color:#c0392b;font-weight:900;margin-right:.25rem;}
/* different section heading — forced 2-line layout */
.different-header-line1,
.different-header-line2{display:block;}
.different-header-line1{white-space:nowrap;}
.different-header-line2{margin-top:.3em;}
.different-header-line1 > span{color:var(--sea-breeze);font-weight:800;}
/* strategy section hero title — wrap on small screens */
.strategy-hero{overflow-x:visible;padding-left:clamp(4px,2vw,8px);padding-right:clamp(4px,2vw,8px);}
.strategy-hero .boxed-headline-stack{
  margin-bottom:0.4rem;max-width:100%;}
.strategy-hero-title{
  text-align:center;max-width:100%;margin-left:auto;margin-right:auto;
  padding:0;box-sizing:border-box;
  letter-spacing:-.02em;line-height:var(--headline-line-height);
  white-space:normal;overflow-wrap:break-word;word-wrap:break-word;}
.boxed-headline-stack .strategy-hero-title{
  font-size:inherit;line-height:inherit;margin-bottom:0;}
.strategy-hero-title > span{color:var(--sea-breeze);}
@media (max-width:767px){
  .strategy-hero-flow{font-size:clamp(14px,3.6vw,18px);}
  .strategy-hero-flow-row{gap:8px 10px;}
  .strategy-hero-highlight{font-size:clamp(15px,3.8vw,20px);padding:5px 16px 7px;}
}
.strategy-hero-from{color:#f5edd8;font-weight:500;}
.strategy-hero-from .strategy-hero-brand{color:#fbebad;font-weight:600;}
.strategy-hero-peak{color:#f5edd8;font-weight:500;}
.strategy-hero-peak .strategy-hero-iit{
  color:var(--lime);font-weight:900;
  text-shadow:0 0 18px rgba(248,225,129,.55),0 2px 8px rgba(0,0,0,.3);}
/* testimonials heading — Parents bold strong gold on light section */
.testi-title-parents{
  color:#9a7718;font-weight:900;
  text-shadow:none;letter-spacing:.01em;}
/* hero bullet points under the H1 */
.rr-hero-points{list-style:none;margin:.85rem auto 0;padding:0;
  display:flex;flex-direction:column;gap:.5rem;align-items:flex-start;width:max-content;max-width:100%;
  font-family:'Poppins',system-ui,sans-serif;}
.rr-hero-points li{position:relative;color:#f5edd8;font-weight:700;text-align:left;
  font-size:clamp(.92rem,2.6vw,1.16rem);line-height:1.35;padding-left:1.75rem;}
.rr-hero-points li::before{content:"✓";position:absolute;left:0;top:0;
  color:var(--rr-lime);font-weight:900;font-size:1.05em;
  text-shadow:0 0 9px rgba(214,171,41,.5);}
/* big "Admissions Open" button under the hero image */
.rr-admissions-wrap{position:relative;z-index:1;display:flex;justify-content:center;padding:16px 16px 4px;}
.rr-admissions-btn{display:block;width:min(100%,460px);box-sizing:border-box;text-align:center;
  font-family:'Montserrat',system-ui,sans-serif;font-weight:900;letter-spacing:.01em;
  font-size:clamp(1.4rem,5vw,2rem);color:#0a1626;text-decoration:none;
  background:linear-gradient(100deg,#e0b930,#e3c14a);
  border-radius:14px;padding:.72rem 1.2rem;
  box-shadow:0 .5rem 1.4rem rgba(0,0,0,.45),0 0 0 4px rgba(24,28,28,.55);
  transition:transform .2s ease,box-shadow .2s ease;}
.rr-admissions-btn:hover{transform:translateY(-2px);
  box-shadow:0 .8rem 1.8rem rgba(0,0,0,.5),0 0 0 4px rgba(24,28,28,.65);}
@media (prefers-reduced-motion: reduce){.rr-admissions-btn{transition:none;}}

/* prose blocks (used in every section) */
.rr-prose{max-width:880px;margin:0 auto;}
.rr-prose p{font-family:'Poppins',system-ui,sans-serif;font-size:clamp(.9rem,2.05vw,1.02rem);
  line-height:1.78;margin:0 0 1rem;text-align:left;}
/* bordered paragraph blocks in all sections */
.rr-prose>p:not(.rr-intro-tagline):not(.boxed-headline-sub),
p.section-intro,
.stats-hero-sub,
.strategy-faculty-intro,
.sch-intro,
.sch-premium-intro{
  text-align:left;
  padding:.85rem 1rem 1rem;
  border:1px solid rgba(214,171,41,.34);
  border-radius:10px;
  background:rgba(24,28,28,.28);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04);}
.section-theme-light .rr-prose>p:not(.rr-intro-tagline):not(.boxed-headline-sub),
.section-theme-light p.section-intro,
.section-theme-light .stats-hero-sub,
.section-theme-light .strategy-faculty-intro,
.section-theme-light .sch-intro,
.section-theme-light .sch-premium-intro{
  border-color:rgba(180,144,34,.4);
  background:rgba(255,255,255,.52);}
/* plain text inside pre-styled header panels — no nested box */
.results-section .results-header .section-intro,
.results-header .section-intro,
.stats-hero .stats-hero-sub,
.morethan-hdr .section-intro{
  padding:0;border:none;border-radius:0;background:transparent;box-shadow:none;}
.results-section .results-header .section-intro,
.results-header .section-intro{
  margin:12px 0 20px;max-width:680px;line-height:1.65;text-align:left;}
.stats-hero .stats-hero-sub{margin:10px 0 0;text-align:left;}
/* results header — both lines same size */
.results-header{overflow-x:hidden;}
.results-header-line1,
.results-header-line2,
.results-header-line3{
  display:block;font-size:inherit;line-height:inherit;letter-spacing:inherit;
  text-align:center;width:100%;white-space:normal;}
.results-header-line2,
.results-header-line3{margin-top:.38em;}
/* gap between results topper grid and following prose block */
.results-section .results-inner > .rr-prose{
  margin-top:clamp(1.5rem,4vw,2.75rem);}
.results-section .rr-prose > .boxed-headline-stack:first-child{
  margin-top:0;}
/* readable text on bordered intro blocks */
.section-theme-dark p.section-intro,
.section-theme-dark .sch-intro{color:#fbebad;}
.section-theme-light p.section-intro,
.section-theme-light .sch-intro,
.section-theme-light .sch-premium-intro,
.section-theme-light .strategy-faculty-intro{color:#5a4f33;}
/* white inner panels in dark sections — light box + dark text */
.strategy-faculty .strategy-faculty-intro{
  background:rgba(251,239,187,.38);
  border-color:rgba(180,144,34,.42);
  color:#4a4030;}
.sch-premium .sch-premium-intro{
  background:rgba(255,255,255,.06);
  color:#fbebad;}
.rr-intro .rr-prose>p:not(.rr-intro-tagline){
  border-color:rgba(214,171,41,.38);
  background:rgba(255,255,255,.03);}
.rr-prose h2,.rr-prose h3{font-family:'Montserrat',system-ui,sans-serif;font-weight:800;line-height:1.2;}
.rr-prose h2:not(.boxed-headline):not(.rr-intro-h2){font-size:clamp(1.15rem,3.4vw,1.55rem);text-align:center;margin:1.9rem 0 1.1rem;line-height:1.45;}
.rr-intro .rr-prose > h2:first-child,
.rr-intro .rr-prose > .boxed-headline:first-child{margin-top:0;}
.rr-prose h3{font-size:clamp(1rem,2.7vw,1.18rem);margin:1.3rem 0 .35rem;}
.rr-prose h3 + p{margin-top:0;}
/* theme-aware text colour */
.section-theme-dark .rr-prose p:not(.boxed-headline-sub){color:#e8dcbf;}
.section-theme-dark .rr-prose h2{color:#fff;}
.section-theme-dark .rr-prose h3{color:var(--rr-lime);}
.section-theme-light .rr-prose p:not(.boxed-headline-sub){color:#3d3420;}
.section-theme-light .rr-prose > h2,
.results-section .rr-prose > h2{color:#fff;}
.section-theme-light .rr-prose .boxed-headline-stack h2,
.results-section .rr-prose .boxed-headline-stack h2{color:#fff;}
.section-theme-light .rr-prose h3,
.results-section .rr-prose h3,
.testi-footer-section .rr-prose h3{color:#121819;text-align:center;}
.results-section .rr-prose p:not(.boxed-headline-sub){color:#2a2418;}
.rr-prose .boxed-headline-sub,
.boxed-headline-stack .boxed-headline-sub{
  color:rgba(255,255,255,.88);text-align:center;padding:0;border:none;
  background:none;box-shadow:none;margin:0.1rem 0 0;}
.different-header-title,.different-header-line1,.different-header-line2{color:#fff;}
.different-header-line1 > span{color:var(--rr-lime);font-weight:800;}
.rr-intro .rr-prose p{color:#e8dcbf;}
.rr-intro .rr-prose h2{color:#fff;}

/* checklist */
.rr-checklist{list-style:none;margin:1rem auto 0;padding:0;max-width:780px;
  display:grid;grid-template-columns:repeat(2,1fr);gap:.6rem 1.1rem;}
.rr-checklist li{display:flex;align-items:flex-start;gap:.5rem;font-family:'Poppins',system-ui,sans-serif;
  font-weight:600;font-size:clamp(.82rem,2vw,.96rem);color:#f5edd8;line-height:1.35;}
.rr-checklist li::before{content:"✔";color:var(--rr-lime);font-weight:900;flex-shrink:0;}
.section-theme-light .rr-checklist li{color:#212c2e;}

@media (max-width:520px){ .rr-checklist{grid-template-columns:1fr;} }

/* ---- collapsible prose (read more / show less) ---- */
.rr-prose{position:relative;}
/* collapsed: show through first paragraph, then button; hide rest below */
.rr-prose.rr-clamp:not(.rr-expanded){
  max-height:none;overflow:visible;padding-bottom:0;
  -webkit-mask-image:none;mask-image:none;}
.rr-prose.rr-clamp:not(.rr-expanded) .rr-readmore ~ *{display:none;}
.rr-readmore{
  display:flex;justify-content:flex-end;margin:.75rem 0 0;padding:0;
  position:static;background:none;width:100%;}
.rr-prose.rr-expanded .rr-readmore{margin:1.25rem 0 0;padding-top:.25rem;}
.rr-readmore-btn{display:inline-flex;align-items:center;gap:.5rem;cursor:pointer;
  font-family:'Poppins',system-ui,sans-serif;font-weight:800;font-size:.86rem;letter-spacing:.02em;
  color:#0a1626;background:linear-gradient(100deg,#e0b930,#e3c14a);border:none;
  padding:.62rem 1.4rem;border-radius:2rem;box-shadow:0 .3rem 1rem rgba(214,171,41,.4);
  transition:transform .2s ease,box-shadow .2s ease,filter .2s ease;}
.rr-readmore-btn:hover{transform:translateY(-2px);box-shadow:0 .5rem 1.5rem rgba(214,171,41,.62);filter:brightness(1.05);}
.rr-readmore-btn i{font-size:1rem;transition:transform .35s cubic-bezier(.16,.84,.34,1);}
.rr-readmore-btn.rr-open i{transform:rotate(180deg);}

/* expanded content below the button reveals downward */
.rr-prose.rr-expanded .rr-readmore ~ *{animation:rr-reveal-down .45s cubic-bezier(.16,.84,.34,1) both;}
.rr-prose.rr-expanded .rr-readmore ~ *:nth-child(1){animation-delay:.03s;}
.rr-prose.rr-expanded .rr-readmore ~ *:nth-child(2){animation-delay:.06s;}
.rr-prose.rr-expanded .rr-readmore ~ *:nth-child(3){animation-delay:.09s;}
.rr-prose.rr-expanded .rr-readmore ~ *:nth-child(4){animation-delay:.12s;}
.rr-prose.rr-expanded .rr-readmore ~ *:nth-child(5){animation-delay:.15s;}
.rr-prose.rr-expanded .rr-readmore ~ *:nth-child(n+6){animation-delay:.18s;}
@keyframes rr-reveal-down{from{opacity:0;transform:translateY(-8px);}to{opacity:1;transform:none;}}

@media (prefers-reduced-motion:reduce){ .rr-readmore-btn i{transition:none;} .rr-prose.rr-expanded .rr-readmore ~ *{animation:none;} }

/* ---- final CTA band (before footer) ---- */
.rr-finalcta{position:relative;overflow:hidden;text-align:left;border-radius:1.2rem;
  margin:clamp(28px,6vw,54px) 0 clamp(20px,4vw,32px);padding:clamp(28px,6vw,54px) clamp(18px,5vw,48px);
  background:linear-gradient(135deg,#212c2e 0%,#1f2324 55%,#181c1c 100%);
  border:1.5px solid rgba(214,171,41,.4);box-shadow:0 1rem 3rem rgba(0,0,0,.4);}
.rr-finalcta::before{content:"";position:absolute;inset:0;pointer-events:none;
  background:radial-gradient(60% 80% at 20% 0%,rgba(214,171,41,.22),transparent 60%),
            radial-gradient(60% 80% at 85% 100%,rgba(214,171,41,.18),transparent 60%);}
.rr-finalcta>*{position:relative;z-index:1;max-width:720px;}
.rr-finalcta-kicker{display:inline-block;font-family:'Poppins',system-ui,sans-serif;font-weight:800;
  font-size:clamp(.72rem,2vw,.84rem);letter-spacing:.08em;text-transform:uppercase;color:#0a1626;
  background:linear-gradient(100deg,#e0b930,#e3c14a);padding:.4rem .9rem;border-radius:2rem;margin-bottom:1rem;}
.rr-finalcta-title{font-family:'Montserrat',system-ui,sans-serif;font-weight:900;color:#fff;line-height:1.2;
  font-size:clamp(1.35rem,4.6vw,2.2rem);margin:0 0 .85rem;letter-spacing:-.01em;text-align:left;}
.rr-finalcta-title-line{display:block;}
.rr-finalcta-title-line + .rr-finalcta-title-line{margin-top:.12em;}
.rr-finalcta-highlight{color:var(--rr-lime);}
.rr-finalcta-sub{font-family:'Poppins',system-ui,sans-serif;color:#e8dcbf;line-height:1.65;
  font-size:clamp(.9rem,2.2vw,1.04rem);max-width:720px;margin:0 0 1.4rem;text-align:left;}
.rr-finalcta-btns.footer-cta-track{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;
  margin-bottom:1.2rem;max-width:640px;width:100%;}
.rr-finalcta .footer-cta-pill::after{display:none;}
.rr-finalcta .footer-cta-panel{padding:0;}
@media (max-width:520px){
  .rr-finalcta-btns.footer-cta-track{grid-template-columns:1fr;max-width:360px;}
}
.rr-finalcta-foot{font-family:'Poppins',system-ui,sans-serif;color:#cbb98a;line-height:1.6;
  font-size:clamp(.78rem,1.9vw,.9rem);margin:0;text-align:left;max-width:720px;}
.rr-finalcta-foot strong{color:#f5edd8;}

/* SriNarayana hero: full portrait banner, no square crop */
.hero-img{aspect-ratio:900/1600;object-fit:cover;}
.hero-img-placeholder{width:min(100%,420px);}

/* ============================================================
   ADMISSION FORM — match SriNarayana design image
============================================================ */
/* neon border around the whole card */
.admission-section .admission-card{
  border:1.5px solid rgba(214,171,41,.55);
  box-shadow:0 0 22px rgba(214,171,41,.22),0 18px 50px rgba(0,0,0,.45);}
/* cropped header banner image */
.admission-header-img{margin:0 0 1rem;line-height:0;border-radius:12px;overflow:hidden;
  box-shadow:0 0 16px rgba(214,171,41,.22);}
.admission-header-img img{width:100%;height:auto;display:block;}
/* gold-ring circular field icons */
.admission-field-icon{width:32px;height:32px;left:12px;padding:7px;border-radius:50%;
  background:#181c1c;border:1.7px solid #e0b930;color:#e0b930;box-sizing:border-box;}
.admission-field input,.admission-field select{padding-left:54px !important;}
.admission-field-chev{color:#e0b930;}
/* consent accent colours */
.admission-consent-wa{color:#7ee83a;font-weight:700;}
.admission-consent-brand{color:#e0b930;font-weight:800;letter-spacing:.02em;}
/* neon-green "Enquire Now" button */
.admission-cta--enquire{height:auto;padding:.95rem 1.4rem;gap:.6rem;
  background:linear-gradient(180deg,#0d1a0e,#0a140b);
  border:2px solid #7ee83a;border-radius:999px;
  box-shadow:0 0 18px rgba(126,232,58,.55),inset 0 0 16px rgba(126,232,58,.16);}
.admission-cta--enquire::before,.admission-cta--enquire::after{display:none !important;}
.admission-cta--enquire:hover{box-shadow:0 0 28px rgba(126,232,58,.85),inset 0 0 20px rgba(126,232,58,.24);transform:translateY(-1px);}
.admission-cta--enquire .admission-cta-chev{color:#7ee83a;font-weight:900;font-size:1.55rem;line-height:1;text-shadow:0 0 9px rgba(126,232,58,.75);}
.admission-cta--enquire .admission-cta-label{font-family:'Montserrat',system-ui,sans-serif;font-weight:800;font-style:italic;
  font-size:clamp(1.15rem,4.4vw,1.5rem);color:#f3fff0;letter-spacing:.01em;}
/* 2-column contact bar (Call Now | Chat On WhatsApp) */
.admission-contact2{display:flex;align-items:stretch;margin-top:1.1rem;
  background:linear-gradient(180deg,#181c1c,#121515);border:1.5px solid rgba(214,171,41,.5);
  border-radius:14px;padding:.55rem .35rem;box-shadow:0 0 14px rgba(214,171,41,.16);}
.admission-contact2-col{flex:1;display:flex;align-items:center;gap:.55rem;padding:.35rem .5rem;text-decoration:none;min-width:0;}
.admission-contact2-divider{width:1px;align-self:stretch;margin:.35rem 0;
  background:linear-gradient(180deg,transparent,rgba(214,171,41,.55),transparent);}
.admission-contact2-icon{flex-shrink:0;width:42px;height:42px;border-radius:50%;display:grid;place-items:center;}
.admission-contact2-icon svg{width:20px;height:20px;}
.admission-contact2-icon--call{background:rgba(214,171,41,.14);border:1.6px solid #e0b930;color:#e0b930;}
.admission-contact2-icon--wa{background:rgba(37,211,102,.14);border:1.6px solid #25d366;color:#25d366;}
.admission-contact2-text{display:flex;flex-direction:column;line-height:1.18;min-width:0;}
.admission-contact2-label{font-family:'Poppins',system-ui,sans-serif;font-weight:800;font-size:clamp(.82rem,2.5vw,.96rem);color:#fff;}
.admission-contact2-sub{font-size:clamp(.58rem,1.8vw,.7rem);color:#b9c2b0;margin:.06rem 0;}
.admission-contact2-num{font-family:'Montserrat',system-ui,sans-serif;font-weight:800;font-size:clamp(.82rem,2.7vw,1rem);color:#e0b930;white-space:nowrap;}
.admission-contact2-num--wa{color:#3ff08a;}

/* ============================================================
   ADMISSION FORM v2 — dotted texture, gold frame, corner glows
   (closer match to SriNarayana design image)
============================================================ */
.admission-section .admission-card{
  position:relative;border-radius:18px;overflow:hidden;
  background:
    radial-gradient(circle at center, rgba(214,171,41,.11) 1.1px, transparent 1.7px) 0 0/15px 15px,
    linear-gradient(180deg,#191d1d 0%,#0f1212 100%);
  border:1.6px solid rgba(214,171,41,.62);
  box-shadow:0 0 30px rgba(214,171,41,.30),0 18px 48px rgba(0,0,0,.55);}
/* corner illuminations (gold + a touch of neon-green near the button) */
.admission-section .admission-card::before{
  content:"";position:absolute;inset:0;z-index:0;pointer-events:none;border-radius:inherit;
  background:
    radial-gradient(42% 24% at 5% 24%, rgba(214,171,41,.20), transparent 60%),
    radial-gradient(40% 22% at 97% 56%, rgba(214,171,41,.15), transparent 60%),
    radial-gradient(60% 20% at 50% 101%, rgba(126,232,58,.13), transparent 65%);}
/* inset gold frame line */
.admission-section .admission-card::after{
  content:"";position:absolute;inset:8px;z-index:0;pointer-events:none;border-radius:13px;
  border:1px solid rgba(214,171,41,.42);box-shadow:inset 0 0 20px rgba(214,171,41,.10);}
/* keep all content above the decorative layers */
.admission-section .admission-card > *{position:relative;z-index:1;}
/* header image: let the card frame it (no double frame) */
.admission-header-img{border-radius:10px;box-shadow:none;margin:0 0 1rem;}
/* fields: white pill with a soft gold edge + lift */
.admission-field input,.admission-field select{
  border:1.5px solid rgba(214,171,41,.5) !important;
  box-shadow:0 2px 10px rgba(0,0,0,.30),0 0 0 3px rgba(214,171,41,.05) !important;}

/* ============================================================
   ADMISSION FORM v3 — brighter frame + twinkle, 2-border button,
   brighter contact circles, neat contact text
============================================================ */
/* brighter, glowing gold card frame */
.admission-section .admission-card{
  border:2px solid rgba(240,207,87,.92);
  box-shadow:0 0 13px rgba(240,207,87,.6),0 0 40px rgba(214,171,41,.42),0 18px 48px rgba(0,0,0,.55);}
.admission-section .admission-card::after{
  inset:7px;border:1.4px solid rgba(240,207,87,.72);
  box-shadow:inset 0 0 22px rgba(240,207,87,.18),0 0 9px rgba(240,207,87,.32);}
/* twinkling sparkles on the frame edges */
.admission-card > .adm-spark{position:absolute;z-index:3;width:5px;height:5px;border-radius:50%;
  background:#fff7d0;box-shadow:0 0 7px 2px rgba(255,235,150,.95),0 0 13px 4px rgba(240,207,87,.6);
  opacity:0;pointer-events:none;animation:adm-twinkle 2.6s ease-in-out infinite;}
.admission-card > .adm-spark:nth-child(1){top:6px;left:16%;animation-delay:0s;}
.admission-card > .adm-spark:nth-child(2){top:6px;right:14%;animation-delay:.5s;}
.admission-card > .adm-spark:nth-child(3){top:33%;left:6px;animation-delay:1s;}
.admission-card > .adm-spark:nth-child(4){top:52%;right:6px;animation-delay:1.5s;}
.admission-card > .adm-spark:nth-child(5){bottom:8px;left:22%;animation-delay:.9s;}
.admission-card > .adm-spark:nth-child(6){bottom:8px;right:20%;animation-delay:1.9s;}
@keyframes adm-twinkle{0%,100%{opacity:0;transform:scale(.3);}50%{opacity:1;transform:scale(1.15);}}
/* "Enquire Now": two thin bright green borders + twinkle */
.admission-cta--enquire{border:1.6px solid #9bff5a;
  box-shadow:0 0 15px rgba(126,232,58,.75),0 0 32px rgba(126,232,58,.45),inset 0 0 16px rgba(126,232,58,.18);}
.admission-cta--enquire::before{content:"";display:block !important;position:absolute;inset:4px;border-radius:999px;
  border:1.3px solid rgba(155,255,90,.9);box-shadow:inset 0 0 10px rgba(126,232,58,.3),0 0 8px rgba(126,232,58,.35);pointer-events:none;}
.admission-cta--enquire .cta-spark{position:absolute;z-index:2;width:5px;height:5px;border-radius:50%;
  background:#eaffd6;box-shadow:0 0 7px 2px rgba(150,255,90,.95);opacity:0;pointer-events:none;animation:adm-twinkle 2.2s ease-in-out infinite;}
.admission-cta--enquire .cta-spark:nth-of-type(1){top:5px;left:26%;animation-delay:.2s;}
.admission-cta--enquire .cta-spark:nth-of-type(2){bottom:5px;right:28%;animation-delay:1.2s;}
/* contact icon circles: brighter ring + twinkle pulse */
.admission-contact2-icon--call{border:2px solid #f0cf57;animation:adm-ring-call 2.4s ease-in-out infinite;}
.admission-contact2-icon--wa{border:2px solid #3ff08a;animation:adm-ring-wa 2.4s ease-in-out infinite;}
@keyframes adm-ring-call{0%,100%{box-shadow:0 0 8px rgba(240,207,87,.5),inset 0 0 8px rgba(240,207,87,.2);}50%{box-shadow:0 0 17px rgba(240,207,87,.95),inset 0 0 11px rgba(240,207,87,.38);}}
@keyframes adm-ring-wa{0%,100%{box-shadow:0 0 8px rgba(63,240,138,.5),inset 0 0 8px rgba(63,240,138,.2);}50%{box-shadow:0 0 17px rgba(63,240,138,.95),inset 0 0 11px rgba(63,240,138,.38);}}
/* neat contact text */
.admission-contact2-col{align-items:center;gap:.6rem;}
.admission-contact2-text{align-items:flex-start;text-align:left;gap:2px;}
.admission-contact2-sub{line-height:1.2;}
/* respect reduced motion */
@media (prefers-reduced-motion: reduce){
  .adm-spark,.cta-spark{animation:none;opacity:.7;}
  .admission-contact2-icon--call,.admission-contact2-icon--wa{animation:none;}}

/* ---- contact bar v4: top-align both columns so icons + labels line up ---- */
.admission-contact2{align-items:flex-start;padding:.7rem .4rem;}
.admission-contact2-col{align-items:flex-start;gap:.55rem;}
.admission-contact2-icon{width:40px;height:40px;margin-top:2px;flex-shrink:0;}
.admission-contact2-text{align-items:flex-start;text-align:left;gap:2px;min-width:0;}
.admission-contact2-label{font-size:clamp(.8rem,2.4vw,.92rem);line-height:1.18;}
.admission-contact2-sub{font-size:clamp(.56rem,1.7vw,.68rem);line-height:1.25;color:#b9c2b0;}
.admission-contact2-num{font-size:clamp(.8rem,2.6vw,.98rem);margin-top:2px;line-height:1.1;}

/* ============================================================
   ADMISSION FORM v5 — fix button centering + contact alignment
============================================================ */
/* kill the leftover right-padding so "Enquire Now" centres */
.admission-cta--enquire{padding:.95rem 1.4rem !important;padding-right:1.4rem !important;
  height:auto !important;justify-content:center !important;align-items:center !important;}
.admission-cta--enquire .admission-cta-chev{flex:0 0 auto !important;}
.admission-cta--enquire .admission-cta-label{flex:0 0 auto !important;width:auto !important;text-align:center !important;}
/* contact: one-line labels + equal sub height so both numbers line up */
.admission-contact2-icon{width:38px !important;height:38px !important;}
.admission-contact2-label{font-size:clamp(.74rem,2.2vw,.82rem) !important;line-height:1.2;white-space:nowrap;}
.admission-contact2-sub{font-size:clamp(.54rem,1.7vw,.64rem) !important;line-height:1.22;min-height:2.5em;}
.admission-contact2-num{font-size:clamp(.78rem,2.5vw,.94rem) !important;margin-top:1px;}

/* ============================================================
   ADMISSION FORM v6 — remove inner border line over button text
   + lock contact columns so both phone numbers align
============================================================ */
/* kill the inner second border ring (it was cutting across the text) */
.admission-cta--enquire::before{display:none !important;}
/* contact: identical 2-line reserve on both subs so numbers line up */
.admission-contact2-col{align-items:center !important;}
.admission-contact2-sub{height:2.6em !important;min-height:2.6em !important;
  display:block;overflow:hidden;font-size:.62rem !important;line-height:1.3 !important;}
.admission-contact2-label{font-size:.84rem !important;line-height:1.2;white-space:nowrap;}
.admission-contact2-num{font-size:.9rem !important;line-height:1.15;margin-top:2px !important;}

/* ============================================================
   ADMISSION FORM v7 — exact match to SriNarayana design image
============================================================ */
.admission-header-img{margin:0 12px 0;padding:0;border-radius:14px 14px 0 0;}
.admission-body{padding:18px 16px 20px;}
/* journey kicker + title + cap deco */
.admission-journey{margin-bottom:18px;}
.admission-divider--journey{margin:0 0 12px;font-family:'Poppins',system-ui,sans-serif;font-size:clamp(11px,3vw,13px);font-weight:600;color:#fff;letter-spacing:.02em;}
.admission-divider--journey::before,.admission-divider--journey::after{background:linear-gradient(90deg,transparent,rgba(224,185,48,.75));}
.admission-divider--journey::after{background:linear-gradient(90deg,rgba(224,185,48,.75),transparent);}
.admission-divider--journey span{color:#fff;text-shadow:none;}
.admission-journey .admission-title{margin:0 0 10px;font-family:'Montserrat',system-ui,sans-serif;font-size:clamp(1.35rem,5vw,1.65rem);font-weight:800;line-height:1.25;white-space:normal;}
.admission-journey .admission-title span{color:#7ee83a;font-weight:900;}
.admission-cap-deco{display:flex;align-items:center;justify-content:center;gap:10px;margin:0 auto;max-width:280px;}
.admission-cap-line{flex:1;height:1px;background:linear-gradient(90deg,transparent,rgba(224,185,48,.7),transparent);}
.admission-cap-icon{width:22px;height:22px;color:#e0b930;flex-shrink:0;filter:drop-shadow(0 0 6px rgba(224,185,48,.45));}
/* consent highlights */
.admission-consent-highlight{color:#7ee83a;font-weight:700;}
.admission-consent-brand{color:#e0b930;font-weight:800;letter-spacing:.02em;}
/* reCAPTCHA — dark box, gold border */
.admission-recaptcha{background:#141818 !important;border:1.5px solid rgba(224,185,48,.55) !important;border-radius:10px !important;padding:12px 10px !important;}
/* submit button — bright lime green, shield left, arrows right */
.admission-cta--submit{
  height:clamp(52px,14vw,58px) !important;padding:0 58px 0 52px !important;
  background:linear-gradient(to bottom,#e8ff1a 0%,#dfff00 52%,#cdea00 100%) !important;
  border:3px solid #fff !important;border-radius:55px !important;
  box-shadow:0 0 0 3px #cea427,inset 0 2px 0 rgba(255,255,255,.7),inset 0 -2px 0 rgba(0,0,0,.08),0 0 24px rgba(205,234,0,.45) !important;
  justify-content:center !important;}
.admission-cta--submit::after{display:none !important;}
.admission-cta--submit .admission-cta-label{
  font-family:Arial,Helvetica,sans-serif !important;font-style:normal !important;
  font-size:clamp(15px,4.2vw,20px) !important;font-weight:900 !important;color:#1c2020 !important;letter-spacing:-.3px !important;}
.admission-cta-shield{position:absolute;left:14px;top:50%;transform:translateY(-50%);width:28px;height:28px;color:#1c2020;z-index:1;display:grid;place-items:center;}
.admission-cta-shield svg{width:24px;height:24px;}
.admission-cta--submit .admission-cta-circle{right:7px;width:44px;height:44px;border:3px solid rgba(255,255,255,.95);}
/* or divider */
.admission-form > .admission-divider{margin:16px 0 14px;font-size:13px;}
.admission-form > .admission-divider span{color:#debc54;text-shadow:0 0 10px rgba(222,188,84,.45);}
/* scholarship button */
.admission-scholar-btn{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;box-sizing:border-box;
  padding:13px 16px;border-radius:999px;text-decoration:none;
  font-family:'Poppins',system-ui,sans-serif;font-weight:700;font-size:clamp(12px,3.2vw,14px);
  color:#e0b930;letter-spacing:.01em;
  background:linear-gradient(180deg,#1a1e1e,#121515);
  border:1.5px solid rgba(224,185,48,.62);
  box-shadow:0 0 14px rgba(214,171,41,.18),inset 0 1px 0 rgba(255,255,255,.05);
  transition:color .2s ease,border-color .2s ease,box-shadow .2s ease;}
.admission-scholar-btn:hover{color:#fff;border-color:rgba(224,185,48,.85);box-shadow:0 0 20px rgba(214,171,41,.35);}
.admission-scholar-icon{flex-shrink:0;width:32px;height:32px;color:#e0b930;display:grid;place-items:center;}
.admission-scholar-icon svg{width:28px;height:28px;}
.admission-scholar-text{text-align:center;line-height:1.25;}
/* contact bar — green labels, no phone numbers */
.admission-contact2{margin-top:14px;padding:.75rem .5rem;}
.admission-contact2-col{align-items:center !important;gap:.55rem !important;}
.admission-contact2-label{color:#7ee83a !important;font-size:clamp(.78rem,2.4vw,.9rem) !important;white-space:nowrap;}
.admission-contact2-label--wa{color:#7ee83a !important;}
.admission-contact2-sub{height:auto !important;min-height:0 !important;font-size:clamp(.58rem,1.8vw,.68rem) !important;line-height:1.3 !important;color:#c8d0c4 !important;display:block !important;overflow:visible !important;}
.admission-contact2-num{display:none !important;}

/* ---- header: wider logo + call pill height ---- */
.hdr {
  --hdr-chip-h: 58px;
  --hdr-logo-h: 84px;
}

.hdr .brand {
  flex: 1 1 auto;
  min-width: 0;
  width: 100%;
}

.hdr .call-pill {
  height: var(--hdr-chip-h);
  padding-top: 0;
  padding-bottom: 0;
  box-sizing: border-box;
}

.hdr .call-ico {
  width: 40px;
  height: 40px;
}

.hdr .brand-emblem {
  display: block;
  width: min(100%, 600px);
  height: auto;
  max-height: var(--hdr-logo-h);
  min-width: min(320px, calc(100vw - 160px));
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 767px) {
  .hdr {
    --hdr-chip-h: 50px;
    --hdr-logo-h: 70px;
    min-height: calc(var(--hdr-logo-h) + 20px);
  }

  .hdr .brand-emblem {
    width: min(100%, 520px);
    min-width: min(260px, calc(100vw - 146px));
  }

  .hdr .call-ico {
    width: 34px;
    height: 34px;
  }
}

@media (max-width: 480px) {
  .hdr {
    --hdr-chip-h: 46px;
    --hdr-logo-h: 64px;
  }

  .hdr .brand-emblem {
    width: min(100%, 460px);
    min-width: min(240px, calc(100vw - 132px));
  }

  .hdr .call-ico {
    width: 30px;
    height: 30px;
  }

  .hdr .call-ico svg {
    width: 14px;
    height: 14px;
  }
}

@media (min-width: 768px) {
  .hdr {
    min-height: calc(var(--hdr-logo-h) + 24px);
  }

  .hdr .brand-emblem {
    width: min(100%, 680px);
    min-width: 400px;
  }
}

/* footer brand note — 2 aligned rows, centered dots */
.site-footer-brand-note{
  display:flex;flex-direction:column;align-items:center;gap:.45em;
  width:100%;max-width:min(100%,520px);margin:0 auto;
  text-align:center;font-size:clamp(13px,2.85vw,17px);line-height:1.35;letter-spacing:.01em;}
.site-footer-brand-row{
  display:inline-flex;align-items:center;justify-content:center;
  flex-wrap:nowrap;gap:.45em .55em;width:fit-content;max-width:100%;white-space:nowrap;}
.site-footer-brand-dot{color:rgba(251,239,187,.72);font-weight:700;flex-shrink:0;line-height:1;}
@media (max-width:380px){
  .site-footer-brand-note{font-size:clamp(10.5px,2.85vw,13px);letter-spacing:-.01em;gap:.4em;}
  .site-footer-brand-row{gap:.35em .45em;}
}

/* stats roadmap — polished card layout */
.stats-roadmap{
  text-align:left;padding:26px 18px 30px;
  background:linear-gradient(165deg,#151919 0%,#101313 55%,#0d0f0f 100%);}
.stats-roadmap-head{
  max-width:720px;margin:0 auto 1.35rem;padding-bottom:1.15rem;
  border-bottom:1px solid rgba(214,171,41,.22);text-align:left;}
.stats-roadmap .stats-cta-text:not(.boxed-headline){
  margin:0 0 .85rem;padding:0;border:none;box-shadow:none;background:transparent;
  text-align:left;font-size:clamp(14px,2.65vw,19px);line-height:var(--headline-line-height);}
.stats-roadmap .stats-cta-text:not(.boxed-headline)::after{display:none;}
.stats-roadmap .stats-cta-text.boxed-headline{
  margin:0 auto 1rem;text-align:center;font-size:var(--headline-size);
  line-height:var(--headline-line-height);}
.stats-roadmap-heading{
  font-family:'Montserrat',system-ui,sans-serif;
  font-size:clamp(.98rem,2.55vw,1.22rem);font-weight:800;
  color:#fff;line-height:1.35;margin:0 0 .75rem;text-align:left;}
.stats-roadmap-intro{
  margin:0;color:#d8ccb0;font-size:clamp(.84rem,2.05vw,.96rem);
  line-height:1.62;text-align:left;}
.stats-roadmap-tracks{
  display:flex;flex-direction:column;gap:10px;
  max-width:720px;margin:0 auto;text-align:left;}
.stats-roadmap-item{
  display:flex;gap:12px;align-items:flex-start;
  padding:13px 14px;border-radius:12px;
  background:linear-gradient(135deg,rgba(36,41,42,.92),rgba(28,32,33,.78));
  border:1px solid rgba(214,171,41,.24);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04);}
.stats-roadmap-num{
  flex-shrink:0;width:34px;height:34px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  font-family:'Montserrat',system-ui,sans-serif;
  font-size:14px;font-weight:800;color:var(--sea-breeze);
  background:rgba(16,19,19,.95);
  border:2px solid rgba(214,171,41,.42);
  box-shadow:0 0 12px rgba(214,171,41,.12);}
.stats-roadmap-item-body{flex:1;min-width:0;padding-top:1px;text-align:left;}
.stats-roadmap-item-title{
  margin:0 0 5px;font-family:'Montserrat',system-ui,sans-serif;
  font-size:clamp(.88rem,2.25vw,1rem);font-weight:800;
  color:var(--sea-breeze);line-height:1.3;text-align:left;}
.stats-roadmap-item-body p{
  margin:0;font-family:'Poppins',system-ui,sans-serif;
  font-size:clamp(.78rem,1.95vw,.9rem);font-weight:500;
  color:#e8dcbf;line-height:1.58;text-align:left;}
@media (min-width:768px){
  .stats-roadmap{padding:30px 28px 34px;}
  .stats-roadmap-tracks{gap:12px;}
  .stats-roadmap-item{padding:14px 16px;gap:14px;}
}

/* multi-line rows inside boxed headlines — both landing pages */
.hl-line{
  display:block;line-height:inherit;font-size:inherit;font-weight:inherit;}
.hl-line+.hl-line{margin-top:.9em;}
.boxed-headline .hl-line+.hl-line{margin-top:.95em;}
.rr-prose > .boxed-headline{margin-bottom:clamp(1.25rem,3.5vw,1.75rem);}
.hl-line--loc,
.stats-cta-text .hl-line4{margin-top:.62em;}
.boxed-headline br+.hl-line,
.boxed-headline br+span{margin-top:.38em;}

/* long-term landing page only — tighter headline line spacing */
.page-long-term .boxed-headline,
.page-long-term .rr-prose .rr-intro-h2,
.page-long-term .why-header-title,
.page-long-term .morethan-hdr-title,
.page-long-term .stats-cta-text.boxed-headline{
  line-height:1.42;}
.page-long-term .hl-line+.hl-line,
.page-long-term .boxed-headline .hl-line+.hl-line{
  margin-top:.32em;}
