/* Above-the-fold — must match FINAL mobile hero layout to prevent CLS */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --navy:#101313;
  --sea-breeze:#debc54;
  --rank-lime:#deba50;
  --accent:#c8ff3d;
  --white:#fff;
  --font:system-ui,-apple-system,'Segoe UI',Roboto,sans-serif;
  --ocean-dark:#181c1c;
  --bg-navy:#0a171b;
}
html{-webkit-text-size-adjust:100%}
body{
  font-family:var(--font);
  background:var(--ocean-dark);
  color:var(--white);
  line-height:1.5;
  overflow-x:hidden;
}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}

.site-header-sticky{position:sticky;top:0;z-index:1200}
.wrap{
  position:relative;z-index:1000;width:100%;
  background:#1d2223;
  border-bottom:1px solid rgba(214,171,41,.2);
  overflow:hidden;
}
.hdr{
  max-width:1200px;margin:0 auto;padding:8px 20px;
  display:flex;align-items:center;justify-content:space-between;gap:12px;
  min-height:76px;background:#1d2223;
}
.hdr .brand{display:flex;align-items:center;flex:1;min-width:0}
.brand-emblem{
  display:block;width:min(260px,58vw);height:auto;max-height:70px;
  aspect-ratio:480/160;object-fit:contain;object-position:left center;background:#1d2223;
}
.call-pill{
  display:flex;align-items:center;gap:10px;padding:10px 14px 10px 10px;
  border-radius:999px;flex-shrink:0;
  background:linear-gradient(180deg,#121415 0%,#101313 100%);
}
.call-ico{
  width:34px;height:34px;flex-shrink:0;
  display:flex;align-items:center;justify-content:center;border-radius:50%;
  background:radial-gradient(circle at 38% 32%,#debc54 0%,#c59d26 100%);
}
.call-txt{display:flex;flex-direction:column;gap:1px}
.call-txt small{font-size:10px;font-weight:600;color:#fff;line-height:1.15}
.call-txt b{font-size:clamp(14px,2.6vw,18px);font-weight:800;color:var(--rank-lime);white-space:nowrap}

.lt2-hero{
  --accent:#c8ff3d;
  position:relative;padding:40px 0 64px;overflow:hidden;
  background:var(--bg-navy);min-height:620px;
}
.lt2-hero-media{position:absolute;inset:0;overflow:hidden;z-index:0;pointer-events:none}
.lt2-hero-media picture{display:block;position:absolute;inset:0;width:100%;height:100%}
.lt2-hero-bg{
  position:absolute;left:0;top:0;width:100%;
  height:calc(100% + clamp(40px,6vw,70px));
  object-fit:cover;object-position:58% top;
  transform:translateY(clamp(-40px,-6vw,-70px));
}
.page-neet .lt2-hero--neet .lt2-hero-bg{
  object-position:72% top;transform:none;height:100%;
}
.lt2-hero::after{
  content:'';position:absolute;inset:0;
  background:linear-gradient(90deg,rgba(10,23,27,.76) 0%,rgba(10,23,27,.52) 44%,rgba(10,23,27,.1) 68%,rgba(10,23,27,.03) 100%);
  pointer-events:none;z-index:0;
}
.container,.lt2-container{position:relative;z-index:1;width:100%;max-width:1400px;margin:0 auto;padding:0 20px;box-sizing:border-box}
.lt2-grid{display:grid;grid-template-columns:1fr;gap:16px}
.lt2-content{display:flex;flex-direction:column;gap:18px;max-width:min(560px,100%)}
.lt2-h1{
  font-family:var(--font);font-size:clamp(1.65rem,6.4vw,2.2rem);font-weight:900;
  line-height:1.18;letter-spacing:-0.03em;color:#fff;margin:0;
}
.lt2-h1-line{display:block;line-height:1.18;margin:0}
.lt2-h1-line--sub{font-size:clamp(14px,2.8vw,22px);font-weight:700;color:rgba(255,255,255,.92);margin-top:.15em}
.lt2-accent,.lt2-highlight{color:var(--accent)}
.lt2-subheadline{font-weight:700;font-size:.98rem;margin:-10px 0 0;color:rgba(255,255,255,.75)}
.lt2-audience{
  display:inline-flex;align-items:center;gap:10px;
  margin:clamp(10px,2vw,16px) 0 clamp(12px,2.2vw,18px);
  padding:10px 16px;border:1.5px solid rgba(224,185,48,.75);border-radius:10px;
  background:rgba(0,0,0,.28);color:#f5f0e6;font-size:clamp(13px,1.9vw,15px);font-weight:600;line-height:1.35;
}
.lt2-audience svg{width:18px;height:18px;flex-shrink:0;fill:#e0b930}
.lt2-audience strong{color:#e0b930;font-weight:800}
.lt2-quote{
  margin:0;padding:18px 16px 18px 44px;border-radius:22px;
  border:1px solid rgba(255,255,255,.08);border-left:4px solid var(--accent);
  background:rgba(255,255,255,.03);position:relative;
}
.lt2-quote p{margin:0;font-weight:700;font-size:clamp(15px,2.2vw,22px);line-height:1.45}
.lt2-quote-icon{position:absolute;left:14px;top:18px;width:20px;height:20px;fill:#c8ff3d}

.lt2-strip{
  position:relative;margin-top:clamp(24px,4.5vw,52px);width:100%;min-height:110px;
  display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;z-index:1;box-sizing:border-box;
}
.lt2-strip--neet-cards{
  display:flex;flex-wrap:nowrap;align-items:stretch;gap:clamp(4px,1vw,14px);
  margin-top:clamp(24px,4.5vw,52px);padding:0;border:none;border-radius:0;
  background:transparent;box-shadow:none;min-height:120px;
}
.lt2-feat-card{
  flex:1 1 0;min-width:0;display:flex;flex-direction:column;align-items:center;
  justify-content:flex-start;gap:8px;min-height:104px;
  padding:10px 6px;border:1.5px solid rgba(200,255,61,.42);border-radius:10px;
  background:rgba(8,12,12,.72);text-align:center;
}
.lt2-fico-wrap{position:relative;display:grid;place-items:center;width:100%;min-height:36px}
.lt2-fico{
  width:38px;height:38px;border-radius:999px;display:grid;place-items:center;
  color:var(--accent);background:rgba(200,255,61,.1);border:1px solid rgba(200,255,61,.24);
}
.lt2-fico svg.lt2-ico{width:14px;height:14px;display:block;fill:currentColor}
.lt2-fico-glow{display:none}
.lt2-flabel{margin:0;font-size:10px;font-weight:600;line-height:1.25;color:rgba(255,255,255,.9)}
.lt2-feat{display:flex;flex-direction:column;align-items:center;gap:5px;padding:2px 4px;text-align:center;min-width:0}
.lt2-fcopy{display:flex;flex-direction:column;align-items:center;width:100%;min-height:2.75rem;text-align:center;gap:2px}
.lt2-ftitle{margin:0;font-weight:700;font-size:clamp(11px,2.8vw,15px);line-height:1.1;color:var(--accent)}
.lt2-fsub{margin:0;min-height:2.2em;font-size:10px;line-height:1.2;color:rgba(255,255,255,.72)}

.lt2-hero-cta{
  display:flex;justify-content:center;margin-top:clamp(20px,3.5vw,36px);
  padding-bottom:clamp(8px,2vw,16px);min-height:72px;
}
.lt2-hero-wa-btn{
  display:inline-flex;align-items:center;justify-content:center;gap:12px;
  width:100%;max-width:360px;padding:14px 18px;border-radius:999px;
  background:#deba50;border:1.5px solid rgba(29,34,35,.22);color:#1d2223;box-sizing:border-box;
}
.lt2-hero-wa-icon{
  display:grid;place-items:center;width:40px;height:40px;flex-shrink:0;border-radius:50%;
  background:linear-gradient(145deg,#2dd46b 0%,#25d366 55%,#1da851 100%);color:#fff;
}
.lt2-hero-wa-icon svg.lt2-ico{width:1.15em;height:1.15em;display:block;fill:currentColor}
.lt2-hero-wa-text{display:flex;flex-direction:column;gap:2px;line-height:1.15;min-width:0}
.lt2-hero-wa-label{font-weight:800;font-size:clamp(14px,2.2vw,17px);color:#24292a;line-height:1.2}
.lt2-hero-wa-no{font-weight:600;font-size:clamp(12px,1.8vw,14px);color:#1d2223}
.hero-curve{display:block;width:100%;height:28px;pointer-events:none}
.map-container{position:relative;width:100%;aspect-ratio:16/10;min-height:180px;background:#1d2223;overflow:hidden}
.map-container iframe{position:absolute;inset:0;width:100%;height:100%;border:0}

/* Above-fold site nav reserve — prevents CLS before site-nav.css loads */
.site-nav-shell{position:relative;z-index:1;background:#fff;box-shadow:0 1px 0 rgba(0,0,0,.06);min-height:48px;overflow:hidden}
.site-nav-accent{height:4px;background:#fde2e4}
.site-nav{max-width:1280px;margin:0 auto;padding:0 clamp(12px,3vw,28px)}
.site-nav-toggle{display:none;align-items:center;gap:8px;width:100%;margin:0;padding:12px 4px;border:none;background:transparent;font-family:system-ui,sans-serif;font-size:.95rem;font-weight:700;color:#1e2a3a;text-align:left}
.site-nav-toggle-icon{display:inline-flex;flex-direction:column;gap:4px}
.site-nav-toggle-icon span{display:block;width:20px;height:2px;background:#1e2a3a;border-radius:1px}
.site-nav-menu{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;list-style:none;margin:0;padding:0}
@media (max-width:991px){
  .site-nav-toggle{display:flex}
  .site-nav-menu{display:none}
  .site-nav-shell{min-height:52px}
}

@media (min-width:641px){
  .lt2-hero{padding:28px 0 24px;min-height:520px}
  .lt2-h1{font-size:clamp(36px,6.2vw,78px)}
  .lt2-hero-cta{justify-content:flex-start}
  .lt2-hero-wa-btn{width:auto;max-width:none}
  .page-neet .lt2-hero--neet .lt2-hero-bg{object-position:88% top}
}
