/* ════════════════════════════════════════════════════════════════
   home-redesign.css  ·  ai.techclick.in homepage — agency-grade refit
   Loaded LAST on index.html so it overrides styles.css + home-premium.css
   by source order. Pure presentation layer — touches NO markup, so every
   dynamic feature (course loader, forms, header.js, scroll-reveal) is safe.
   Reversible: remove the one <link> tag to restore the previous look.
   Built 2026-06-05 · "Refined dark / Linear-grade" direction (Ram-approved).
   ════════════════════════════════════════════════════════════════ */

:root{
  /* refined ember-on-obsidian — deeper, warmer, more layered */
  --rd-bg:#0a0806;
  --rd-bg2:#0d0a08;
  --rd-surface:#14100c;
  --rd-surface2:#1a1511;
  --rd-surface3:#221b15;
  --rd-ember-soft:#ffb583;
  --rd-ember:#ff7a36;
  --rd-ember-600:#f0611c;
  --rd-ember-700:#cf4d12;
  --rd-amber:#f5a623;
  --rd-t1:#f6f1ec;
  --rd-t2:#bcb3a9;
  --rd-t3:#8b8178;
  --rd-t-ember:#ff9460;
  --rd-line:rgba(255,255,255,.07);
  --rd-line2:rgba(255,255,255,.11);
  --rd-line-ember:rgba(255,122,54,.30);
  --rd-live:#3ddc84;
  --rd-sh-sm:0 1px 2px rgba(0,0,0,.4),0 1px 1px rgba(0,0,0,.3);
  --rd-sh-md:0 4px 12px rgba(0,0,0,.45),0 2px 4px rgba(0,0,0,.35);
  --rd-sh-lg:0 12px 32px rgba(0,0,0,.55),0 4px 10px rgba(0,0,0,.4);
  --rd-sh-xl:0 30px 70px rgba(0,0,0,.6),0 10px 24px rgba(0,0,0,.45);
  --rd-sh-ember:0 8px 30px rgba(255,90,30,.35),0 2px 8px rgba(255,90,30,.22);
  --rd-hi:inset 0 1px 0 rgba(255,255,255,.06);
  --rd-ease:cubic-bezier(.32,.72,0,1);
  --rd-ease-soft:cubic-bezier(.16,1,.3,1);
}

/* ── page base: warm obsidian + ambient ember glow ── */
body{
  background:var(--rd-bg) !important;
  color:var(--rd-t1);
  -webkit-font-smoothing:antialiased;
  font-feature-settings:"cv11","ss01";
}
/* ambient glow sits BEHIND content via z-index:-1 — does NOT touch any
   child stacking, so the sticky header + tools-bar keep their own z-index.
   (Earlier `body>*{position:relative;z-index:1}` broke the header — never re-add it.) */
body::before{
  content:"";position:fixed;inset:0;pointer-events:none;z-index:-1;
  background:
    radial-gradient(58% 38% at 80% -4%,rgba(255,110,40,.15),transparent 60%),
    radial-gradient(48% 42% at 6% 6%,rgba(245,166,35,.07),transparent 55%),
    radial-gradient(60% 50% at 50% 112%,rgba(255,90,30,.05),transparent 60%);
}

h1,h2,h3{letter-spacing:-.03em}

/* ════════ BUTTONS ════════ */
.btn{
  border-radius:12px !important;
  font-weight:600;letter-spacing:-.01em;
  transition:transform .2s var(--rd-ease),box-shadow .2s var(--rd-ease),
             background .2s var(--rd-ease),border-color .2s var(--rd-ease) !important;
}
.btn-primary{
  background:linear-gradient(180deg,#ff8b4d,var(--rd-ember-600)) !important;
  color:#1a0d05 !important;font-weight:700 !important;
  border:1px solid rgba(255,150,90,.5) !important;
  box-shadow:var(--rd-hi),var(--rd-sh-ember) !important;
}
.btn-primary:hover{
  transform:translateY(-1.5px);
  background:linear-gradient(180deg,#ff9a60,var(--rd-ember)) !important;
  box-shadow:var(--rd-hi),0 12px 38px rgba(255,90,30,.45) !important;
}
.btn-secondary{
  background:var(--rd-surface2) !important;color:var(--rd-t1) !important;
  border:1px solid var(--rd-line2) !important;
}
.btn-secondary:hover{transform:translateY(-1.5px);background:var(--rd-surface3) !important;box-shadow:var(--rd-sh-md) !important;border-color:var(--rd-line-ember) !important}

/* ════════ HERO ════════ */
.hero{padding:74px 0 58px !important;position:relative;overflow:hidden}
.hero .hero-content{
  display:grid !important;grid-template-columns:1.08fr .92fr !important;
  gap:54px !important;align-items:center !important;
}
.hero-eyebrow{
  display:inline-flex !important;align-items:center;gap:8px;
  padding:7px 14px !important;border-radius:999px !important;
  background:var(--rd-surface2) !important;
  border:1px solid var(--rd-line-ember) !important;
  font-size:12.5px !important;font-weight:600 !important;
  letter-spacing:0 !important;text-transform:none !important;color:var(--rd-t1) !important;
}
.hero h1{
  font-size:clamp(2.6rem,5.2vw,4.15rem) !important;
  font-weight:800 !important;line-height:1.07 !important;
  letter-spacing:-.04em !important;margin-bottom:0 !important;
}
.hero .gradient-text,.gradient-text{
  background:linear-gradient(100deg,var(--rd-ember-soft),var(--rd-ember) 46%,var(--rd-amber)) !important;
  -webkit-background-clip:text !important;background-clip:text !important;
  -webkit-text-fill-color:transparent !important;color:transparent !important;
}
.hero .hero-text>p{
  color:var(--rd-t2) !important;font-size:clamp(1rem,1.35vw,1.16rem) !important;
  line-height:1.62 !important;max-width:40ch;margin-top:20px !important;
}
.hero .hero-text>p strong{color:var(--rd-t1) !important;font-weight:600}
.hero-buttons{margin-top:30px !important;gap:13px !important}

/* hero stat strip — segmented bordered */
.hero-stats-bar{
  margin-top:36px !important;gap:0 !important;
  border:1px solid var(--rd-line) !important;border-radius:18px !important;
  background:linear-gradient(180deg,var(--rd-surface),var(--rd-bg2)) !important;
  overflow:hidden;box-shadow:var(--rd-sh-sm);display:flex;
}
.hero-stats-bar .hs-stat{flex:1;padding:16px 20px !important;text-align:left}
.hero-stats-bar .hs-divider{width:1px !important;height:auto !important;background:var(--rd-line) !important;margin:0 !important}
.hero-stats-bar .hs-num{
  font-size:1.7rem !important;font-weight:800 !important;letter-spacing:-.03em !important;
  color:var(--rd-t1) !important;font-variant-numeric:tabular-nums;
  background:none !important;-webkit-text-fill-color:initial !important;
}
.hero-stats-bar .hs-lbl{font-size:12.5px !important;color:var(--rd-t3) !important;font-weight:500}

/* ════════ HERO CONSOLE — refined firewall mock ════════ */
.hero-console{
  border-radius:24px !important;
  background:linear-gradient(180deg,var(--rd-surface2),var(--rd-surface)) !important;
  border:1px solid var(--rd-line2) !important;
  box-shadow:var(--rd-sh-xl),var(--rd-hi) !important;
  overflow:hidden;position:relative;
}
.hero-console::before{
  content:"";position:absolute;inset:-30% -10% auto -10%;height:60%;z-index:0;
  background:radial-gradient(circle at 70% 0,rgba(255,110,40,.20),transparent 60%);
  filter:blur(22px);pointer-events:none;
}
.hc-chrome{
  display:flex;align-items:center;gap:8px;padding:13px 16px !important;
  border-bottom:1px solid var(--rd-line) !important;background:rgba(0,0,0,.25) !important;
  position:relative;z-index:1;
}
.hc-dot{width:11px !important;height:11px !important;border-radius:50%}
.hc-dot-red{background:#ff5f57 !important}.hc-dot-yellow{background:#febc2e !important}.hc-dot-green{background:#28c840 !important}
.hc-title{font-family:var(--font-mono,monospace) !important;font-size:12px !important;color:var(--rd-t2) !important;margin-left:6px}
.hc-status{margin-left:auto;display:inline-flex;align-items:center;gap:6px;font-size:11px !important;font-weight:600;color:var(--rd-live) !important}
.hc-pulse{width:6px;height:6px;border-radius:50%;background:var(--rd-live) !important;box-shadow:0 0 0 3px rgba(61,220,132,.2);animation:rdpulse 2s var(--rd-ease) infinite}
@keyframes rdpulse{0%,100%{opacity:1}50%{opacity:.4}}
.hc-tabs{padding:11px 14px !important;border-bottom:1px solid var(--rd-line) !important;gap:4px !important;position:relative;z-index:1}
.hc-tab{
  padding:6px 11px !important;border-radius:999px !important;font-size:12px !important;
  font-weight:600 !important;color:var(--rd-t2) !important;border:1px solid transparent !important;gap:7px !important;
}
.hc-tab img{width:14px;height:14px;border-radius:4px}
.hc-tab-active,.hc-tab.hc-tab-active{background:var(--rd-surface3) !important;border-color:var(--rd-line2) !important;color:var(--rd-t1) !important}
.hc-body{padding:8px 0 !important;position:relative;z-index:1;font-family:var(--font-mono,monospace)}
.hc-row{
  display:grid !important;grid-template-columns:28px 1.5fr 1fr 1fr .9fr 78px !important;
  gap:8px !important;align-items:center;padding:9px 16px !important;font-size:11.5px !important;
}
.hc-row.hc-head{color:var(--rd-t3) !important;font-weight:600;letter-spacing:.04em;text-transform:uppercase;font-size:10px !important}
.hc-row-focus,.hc-row.hc-row-focus{
  background:linear-gradient(90deg,rgba(255,110,40,.1),transparent) !important;
  border-left:2px solid var(--rd-ember) !important;padding-left:14px !important;
}
.hc-cell-num{color:var(--rd-t3)}
.hc-cell-name{color:var(--rd-t1);font-weight:500}
.hc-pill{
  padding:3px 8px !important;border-radius:6px !important;font-size:10.5px !important;
  background:var(--rd-surface3) !important;color:var(--rd-t2) !important;
  border:1px solid var(--rd-line) !important;text-align:center;
}
.hc-action{padding:3px 9px !important;border-radius:6px !important;font-size:10.5px !important;font-weight:700;text-align:center}
.hc-action-allow{background:rgba(61,220,132,.14) !important;color:#5fe8a0 !important}
.hc-action-deny{background:rgba(255,90,70,.16) !important;color:#ff8a72 !important}
.hc-action-decrypt{background:rgba(245,166,35,.16) !important;color:var(--rd-amber) !important}
.hc-footer{
  padding:13px 16px !important;border-top:1px solid var(--rd-line) !important;
  background:rgba(0,0,0,.25) !important;font-size:11.5px !important;color:var(--rd-t3) !important;
  position:relative;z-index:1;
}
.hc-foot-cta{color:var(--rd-t-ember) !important;font-weight:700}
.hc-online{background:var(--rd-live) !important}
.hp-trust-line{color:var(--rd-t3) !important;font-size:13px}
.hp-trust-dot{background:var(--rd-live) !important}

/* ════════ PARTNERS / TRUST STRIP ════════ */
.partners-strip{
  padding:30px 0 !important;border-top:1px solid var(--rd-line) !important;
  border-bottom:1px solid var(--rd-line) !important;background:var(--rd-bg2) !important;
}
.partners-strip .ps-label{
  text-align:center;font-size:12px !important;letter-spacing:.1em;text-transform:uppercase;
  color:var(--rd-t3) !important;margin-bottom:18px;
}
.partners-strip .ps-row{gap:14px 38px !important;justify-content:center}
.partners-strip .ps-mark{
  font-size:16px !important;font-weight:700 !important;color:var(--rd-t3) !important;
  letter-spacing:-.01em;opacity:.66;background:none !important;-webkit-text-fill-color:initial !important;
  transition:color .2s var(--rd-ease),opacity .2s var(--rd-ease);
}
.partners-strip .ps-mark:hover{color:var(--rd-t1) !important;opacity:1}

/* ════════ SECTION HEADERS ════════ */
.section-header h2{
  font-size:clamp(1.9rem,3.4vw,2.7rem) !important;font-weight:800 !important;
  letter-spacing:-.035em !important;color:var(--rd-t1) !important;
}
.section-header>p,.section-header p{color:var(--rd-t2) !important;font-size:1.05rem !important;margin-top:12px}

/* ════════ ABOUT — cleaner premium ════════ */
.about-section{padding:84px 0 !important;background:transparent !important}
.about-content p{color:var(--rd-t2) !important;line-height:1.7}
.about-content p strong{color:var(--rd-t1) !important}
.about-feature{
  background:linear-gradient(160deg,var(--rd-surface),var(--rd-bg2)) !important;
  border:1px solid var(--rd-line) !important;border-radius:14px !important;
  padding:14px 16px !important;box-shadow:var(--rd-sh-sm);
  transition:transform .26s var(--rd-ease),border-color .26s var(--rd-ease),box-shadow .26s var(--rd-ease);
}
.about-feature:hover{transform:translateY(-2px);border-color:var(--rd-line-ember) !important;box-shadow:var(--rd-sh-md)}
.about-feature .af-icon{color:var(--rd-ember) !important}
.about-stats .stat-card{
  background:linear-gradient(160deg,var(--rd-surface),var(--rd-bg2)) !important;
  border:1px solid var(--rd-line) !important;border-radius:18px !important;
  box-shadow:var(--rd-sh-sm);
  transition:transform .26s var(--rd-ease),border-color .26s var(--rd-ease),box-shadow .26s var(--rd-ease);
}
.about-stats .stat-card:hover{transform:translateY(-3px);border-color:var(--rd-line-ember) !important;box-shadow:var(--rd-sh-lg)}
.about-stats .stat-card h3{
  font-size:2.1rem !important;font-weight:800 !important;letter-spacing:-.03em !important;
  background:linear-gradient(180deg,var(--rd-t1),var(--rd-t-ember)) !important;
  -webkit-background-clip:text !important;background-clip:text !important;-webkit-text-fill-color:transparent !important;color:transparent !important;
}
.about-stats .stat-card p{color:var(--rd-t3) !important}

/* ════════ COURSE CARDS (tc-card-v2 from renderer) ════════ */
.courses-section{padding:0 0 84px !important}
.tc-card.tc-card-v2,.course-card.tc-card-v2,.tc-card{
  background:linear-gradient(165deg,var(--rd-surface),var(--rd-bg2)) !important;
  border:1px solid var(--rd-line) !important;border-radius:18px !important;
  box-shadow:var(--rd-sh-sm) !important;
  transition:transform .26s var(--rd-ease),box-shadow .26s var(--rd-ease),border-color .26s var(--rd-ease) !important;
}
.tc-card.tc-card-v2:hover,.course-card:hover,.tc-card:hover{
  transform:translateY(-3px) !important;box-shadow:var(--rd-sh-lg) !important;
  border-color:var(--rd-line-ember) !important;
}
.tc-card-title{color:var(--rd-t1) !important;letter-spacing:-.02em}
.tc-card-price-now{color:var(--rd-t1) !important;font-weight:800;letter-spacing:-.02em}
.tc-card-vendor-box{box-shadow:var(--rd-hi)}
.tc-cta--primary{
  background:linear-gradient(180deg,#ff8b4d,var(--rd-ember-600)) !important;color:#1a0d05 !important;
  border:1px solid rgba(255,150,90,.5) !important;box-shadow:var(--rd-hi),var(--rd-sh-ember) !important;font-weight:700 !important;
}
.tc-cta--primary:hover{background:linear-gradient(180deg,#ff9a60,var(--rd-ember)) !important;transform:translateY(-1px)}
/* category filter chips */
.tc-chip.tc-cat-chip{
  background:var(--rd-surface2) !important;border:1px solid var(--rd-line) !important;color:var(--rd-t2) !important;
  transition:all .18s var(--rd-ease);
}
.tc-chip.tc-cat-chip:hover{border-color:var(--rd-line-ember) !important;color:var(--rd-t1) !important}
.tc-chip.is-active,.tc-chip.active{
  background:var(--rd-surface3) !important;border-color:var(--rd-line-ember) !important;color:var(--rd-t1) !important;
}

/* ════════ PLATFORM CARDS — harmonize depth ════════ */
.platform-card{
  background:linear-gradient(160deg,var(--rd-surface),var(--rd-bg2)) !important;
  border:1px solid var(--rd-line) !important;border-radius:16px !important;
  box-shadow:var(--rd-sh-sm);
  transition:transform .26s var(--rd-ease),box-shadow .26s var(--rd-ease),border-color .26s var(--rd-ease) !important;
}
.platform-card:hover{transform:translateY(-3px) !important;box-shadow:var(--rd-sh-lg) !important;border-color:var(--rd-line-ember) !important}

/* ════════ INTERNSHIP / JOB FORMS ════════ */
.internship-section,.job-section{padding:84px 0 !important}
.form-container,.application-form{
  background:linear-gradient(165deg,var(--rd-surface),var(--rd-bg2)) !important;
  border:1px solid var(--rd-line) !important;border-radius:20px !important;box-shadow:var(--rd-sh-md);
}
.form-group input,.form-group select{
  background:rgba(0,0,0,.35) !important;border:1px solid var(--rd-line2) !important;
  color:var(--rd-t1) !important;border-radius:10px !important;
  transition:border-color .18s var(--rd-ease),box-shadow .18s var(--rd-ease) !important;
}
.form-group input:focus,.form-group select:focus{
  outline:none !important;border-color:var(--rd-ember) !important;
  box-shadow:0 0 0 3px rgba(255,122,54,.25) !important;
}
.form-info ul li{color:var(--rd-t2) !important}
.company-chip{background:var(--rd-surface2) !important;border:1px solid var(--rd-line) !important;color:var(--rd-t2) !important;border-radius:999px !important}

/* ════════ CONSULTATION → CTA panel ════════ */
.consultation-section{padding:0 0 84px !important}
.consultation-card{
  border:1px solid var(--rd-line-ember) !important;border-radius:30px !important;
  background:
    radial-gradient(100% 140% at 50% 0,rgba(255,100,40,.16),transparent 60%),
    linear-gradient(180deg,var(--rd-surface2),var(--rd-bg2)) !important;
  box-shadow:var(--rd-sh-xl),var(--rd-hi) !important;
}
.consultation-content h2{color:var(--rd-t1) !important;letter-spacing:-.035em}
.consultation-content p{color:var(--rd-t2) !important}
.consultation-content ul li{color:var(--rd-t2) !important}

/* ════════ TESTIMONIALS → quote cards ════════ */
.testimonials-section{padding:84px 0 !important}
.testi-card{
  background:linear-gradient(165deg,var(--rd-surface),var(--rd-bg2)) !important;
  border:1px solid var(--rd-line) !important;border-radius:18px !important;
  box-shadow:var(--rd-sh-sm) !important;
  transition:transform .26s var(--rd-ease),box-shadow .26s var(--rd-ease),border-color .26s var(--rd-ease) !important;
}
.testi-card:hover{transform:translateY(-3px) !important;box-shadow:var(--rd-sh-lg) !important;border-color:var(--rd-line-ember) !important}
.testi-card.featured{
  border-color:var(--rd-line-ember) !important;
  background:
    radial-gradient(120% 100% at 100% 0,rgba(255,110,40,.1),transparent 55%),
    linear-gradient(165deg,var(--rd-surface2),var(--rd-bg2)) !important;
}
.testi-stars{color:var(--rd-amber) !important;letter-spacing:2px}
.testi-text{color:var(--rd-t1) !important;line-height:1.62}
.testi-name{color:var(--rd-t1) !important;font-weight:700}
.testi-role{color:var(--rd-t3) !important}

/* ════════ TECH BAND + FOOTER polish ════════ */
.footer-tech-band{background:var(--rd-bg2) !important}
.footer-tech-eyebrow{color:var(--rd-t3) !important;letter-spacing:.1em}
.pt-item{color:var(--rd-t2) !important}
.footer{background:var(--rd-bg2) !important;border-top:1px solid var(--rd-line)}
.footer .footer-title{color:var(--rd-t1) !important}
.footer-links a{color:var(--rd-t3) !important;transition:color .18s var(--rd-ease)}
.footer-links a:hover{color:var(--rd-t-ember) !important}
.social-link{background:var(--rd-surface2) !important;border:1px solid var(--rd-line) !important;color:var(--rd-t2) !important;transition:all .2s var(--rd-ease)}
.social-link:hover{border-color:var(--rd-line-ember) !important;color:var(--rd-t-ember) !important;transform:translateY(-2px)}

/* ════════ MOTION — page-mount rise ════════ */
@keyframes rdrise{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}
.hero .hero-eyebrow{animation:rdrise .7s var(--rd-ease-soft) both;animation-delay:.04s}
.hero h1{animation:rdrise .7s var(--rd-ease-soft) both;animation-delay:.1s}
.hero .hero-text>p{animation:rdrise .7s var(--rd-ease-soft) both;animation-delay:.16s}
.hero-buttons{animation:rdrise .7s var(--rd-ease-soft) both;animation-delay:.22s}
.hero-stats-bar{animation:rdrise .7s var(--rd-ease-soft) both;animation-delay:.28s}
.hero-visual{animation:rdrise .8s var(--rd-ease-soft) both;animation-delay:.14s}
@media (prefers-reduced-motion:reduce){
  .hero .hero-eyebrow,.hero h1,.hero .hero-text>p,.hero-buttons,.hero-stats-bar,.hero-visual{animation:none !important}
}

/* ════════ RESPONSIVE ════════ */
@media(max-width:920px){
  .hero .hero-content{grid-template-columns:1fr !important;gap:40px !important}
}
@media(max-width:560px){
  .hero{padding:48px 0 40px !important}
  .hero h1{font-size:clamp(1.55rem,6.7vw,1.9rem) !important;line-height:1.14 !important;letter-spacing:-.025em !important}
  .hero .hero-text>p{max-width:none;font-size:.95rem !important}
  .hero-stats-bar{flex-direction:column}
  .hero-stats-bar .hs-divider{width:auto !important;height:1px !important}
  .hero-stats-bar .hs-stat{text-align:center}
}

/* ── Native file input — themed (visual audit 2026-06-10). The resume-upload
   "Choose File" was the only unstyled control on the page. ── */
input[type="file"]{ color:#9aa4b2; font-size:.88rem; }
input[type="file"]::file-selector-button{
  background:linear-gradient(135deg,#ff9d3c,#e8631f);
  color:#0b0809; border:0; padding:10px 18px; border-radius:9999px;
  font-weight:700; font-size:.85rem; font-family:inherit;
  margin-right:12px; cursor:pointer;
  transition:filter .15s ease, transform .15s ease;
}
input[type="file"]::file-selector-button:hover{ filter:brightness(1.08); transform:translateY(-1px); }

/* ════════ EXECUTIVE POLISH — 2026-06-22
   Adds the generated mentor/SOC image, stronger proof points, and a clearer
   professional learning model without touching shared site pages. ════════ */
.hero-proof-pills{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:18px;
}
.hero{
  min-height:auto !important;
}
.hero-proof-pills span{
  display:inline-flex;
  align-items:center;
  gap:7px;
  min-height:36px;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.04);
  border:1px solid var(--rd-line);
  color:var(--rd-t2);
  font-size:12.5px;
  font-weight:650;
}
.hero-proof-pills .tc-icon{
  width:15px;
  height:15px;
  color:var(--rd-t-ember);
  stroke-width:2;
}
.hero-visual-pro{
  max-width:680px;
  margin-left:auto;
  position:relative;
}
.mentor-shot-card{
  position:relative;
  margin:0 0 -92px;
  aspect-ratio:16 / 10;
  overflow:hidden;
  border-radius:28px;
  border:1px solid rgba(255,255,255,.12);
  background:var(--rd-surface2);
  box-shadow:var(--rd-sh-xl), var(--rd-hi);
  isolation:isolate;
}
.mentor-shot-card img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  filter:saturate(1.04) contrast(1.03);
}
.mentor-shot-card::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:
    linear-gradient(180deg,rgba(0,0,0,0) 42%,rgba(0,0,0,.72) 100%),
    linear-gradient(90deg,rgba(0,0,0,.34),rgba(0,0,0,0) 48%);
}
.mentor-shot-copy{
  position:absolute;
  left:22px;
  right:22px;
  bottom:118px;
  z-index:2;
  margin:0;
  max-width:360px;
}
.mentor-shot-copy span{
  display:block;
  margin-bottom:7px;
  color:#ffbe8b;
  font-size:11px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.12em;
}
.mentor-shot-copy strong{
  display:block;
  color:#fff;
  font-size:1.08rem;
  line-height:1.35;
  font-weight:750;
}
.mentor-shot-badge{
  position:absolute;
  top:18px;
  right:18px;
  z-index:2;
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:34px;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(8,7,10,.64);
  border:1px solid rgba(255,255,255,.14);
  color:#f8f4ee;
  font-size:12px;
  font-weight:700;
  backdrop-filter:blur(12px);
}
.mentor-shot-dot{
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--rd-live);
  box-shadow:0 0 0 4px rgba(61,220,132,.18);
}
.hero-console--embedded{
  width:88%;
  margin:0 auto;
  border-radius:18px !important;
  position:relative;
  z-index:3;
  transform:none !important;
}
.hero-console--embedded .hc-tabs{
  display:none !important;
}
.hero-console--embedded .hc-chrome{
  padding:10px 13px !important;
}
.hero-console--embedded .hc-body{
  padding:5px 0 !important;
}
.hero-console--embedded .hc-row{
  grid-template-columns:22px minmax(0,1.32fr) minmax(0,.84fr) minmax(0,.88fr) 78px !important;
  gap:6px !important;
  padding:7px 12px !important;
  font-size:10.5px !important;
}
.hero-console--embedded .hc-row > span:nth-child(3){
  display:none !important;
}
.hero-console--embedded .hc-action{
  white-space:nowrap;
}
.hero-console--embedded .hc-body .hc-row:nth-child(n+5){
  display:none !important;
}
.hero-console--embedded .hc-footer{
  padding:10px 13px !important;
}
.hero-console--embedded .hc-foot-left{
  max-width:70%;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.hero-visual-pro .hp-trust-line{
  justify-content:center;
  margin-top:14px;
}

.experience-section{
  padding:76px 0;
  background:
    radial-gradient(70% 90% at 8% 10%,rgba(54,214,255,.07),transparent 60%),
    linear-gradient(180deg,var(--rd-bg2),var(--rd-bg));
  border-top:1px solid var(--rd-line);
  border-bottom:1px solid var(--rd-line);
}
.experience-layout{
  display:grid;
  grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);
  gap:42px;
  align-items:start;
}
.experience-kicker{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:6px 12px;
  border-radius:999px;
  border:1px solid var(--rd-line-ember);
  background:rgba(255,122,54,.08);
  color:var(--rd-t-ember);
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.12em;
}
.experience-copy h2{
  margin:18px 0 0;
  max-width:560px;
  color:var(--rd-t1);
  font-size:clamp(2rem,3.5vw,3rem);
  line-height:1.08;
  font-weight:820;
}
.experience-copy p{
  margin:18px 0 0;
  max-width:560px;
  color:var(--rd-t2);
  font-size:1.02rem;
  line-height:1.72;
}
.experience-grid{
  display:grid;
  gap:14px;
}
.experience-card{
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  gap:8px 16px;
  padding:20px;
  border-radius:18px;
  border:1px solid var(--rd-line);
  background:linear-gradient(165deg,var(--rd-surface),var(--rd-bg2));
  box-shadow:var(--rd-sh-sm);
}
.experience-card .tc-icon{
  grid-row:1 / span 2;
  width:34px;
  height:34px;
  padding:8px;
  border-radius:12px;
  color:var(--rd-t-ember);
  background:rgba(255,122,54,.1);
  border:1px solid rgba(255,122,54,.22);
  stroke-width:1.9;
}
.experience-card h3{
  margin:0;
  color:var(--rd-t1);
  font-size:1rem;
  line-height:1.3;
  font-weight:780;
}
.experience-card p{
  margin:0;
  color:var(--rd-t2);
  font-size:.92rem;
  line-height:1.62;
}
.ai-study-section{
  padding:76px 0;
  background:
    radial-gradient(70% 80% at 92% 8%,rgba(255,122,54,.08),transparent 58%),
    linear-gradient(180deg,var(--rd-bg),var(--rd-bg2));
  border-bottom:1px solid var(--rd-line);
}
.ai-study-layout{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);
  gap:42px;
  align-items:center;
}
.ai-study-visual{
  position:relative;
  margin:0;
  aspect-ratio:16 / 9;
  overflow:hidden;
  border-radius:22px;
  border:1px solid rgba(255,255,255,.12);
  background:var(--rd-surface2);
  box-shadow:var(--rd-sh-xl), var(--rd-hi);
}
.ai-study-visual img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.ai-study-visual::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(180deg,rgba(0,0,0,0) 54%,rgba(0,0,0,.62) 100%);
}
.ai-study-visual figcaption{
  position:absolute;
  left:18px;
  right:18px;
  bottom:16px;
  z-index:1;
  color:#fff7ed;
  font-size:.9rem;
  line-height:1.45;
  font-weight:650;
  text-shadow:0 2px 14px rgba(0,0,0,.65);
}
.ai-study-copy{
  min-width:0;
}
.ai-study-kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:32px;
  padding:6px 12px;
  border-radius:999px;
  border:1px solid var(--rd-line-ember);
  background:rgba(255,122,54,.08);
  color:var(--rd-t-ember);
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
}
.ai-study-kicker .tc-icon{
  width:15px;
  height:15px;
}
.ai-study-copy h2{
  margin:18px 0 0;
  color:var(--rd-t1);
  font-size:2.45rem;
  line-height:1.08;
  font-weight:820;
}
.ai-study-copy p{
  margin:18px 0 0;
  color:var(--rd-t2);
  font-size:1.02rem;
  line-height:1.72;
}
.ai-study-checks{
  display:grid;
  gap:12px;
  margin-top:24px;
}
.ai-study-checks div{
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  gap:12px;
  align-items:start;
  padding:14px;
  border-radius:14px;
  border:1px solid var(--rd-line);
  background:rgba(255,255,255,.035);
}
.ai-study-checks .tc-icon{
  width:28px;
  height:28px;
  padding:6px;
  border-radius:10px;
  color:var(--rd-live);
  background:rgba(61,220,132,.1);
  border:1px solid rgba(61,220,132,.2);
}
.ai-study-checks span{
  color:var(--rd-t2);
  font-size:.92rem;
  line-height:1.55;
}
.ai-study-link{
  display:inline-flex;
  align-items:center;
  min-height:44px;
  margin-top:24px;
  color:#ffbe8b;
  font-size:.95rem;
  font-weight:760;
  text-decoration:none;
}
.ai-study-link:hover{
  color:#fff0df;
}
.form-container{
  overflow:hidden;
}
.form-info{
  position:relative;
}
.form-info::after{
  content:"";
  position:absolute;
  inset:auto 24px 24px auto;
  width:86px;
  height:86px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(54,214,255,.16),transparent 68%);
  pointer-events:none;
}

@media(max-width:920px){
  .hero-visual-pro{
    max-width:720px;
    margin:0 auto;
  }
  .experience-layout{
    grid-template-columns:1fr;
    gap:28px;
  }
  .ai-study-layout{
    grid-template-columns:1fr;
    gap:28px;
  }
  .ai-study-copy{
    max-width:680px;
  }
}
@media(max-width:640px){
  .hero{
    padding-top:6.8rem !important;
  }
  .hero-proof-pills{
    justify-content:center;
    gap:8px;
  }
  .hero-proof-pills span{
    width:100%;
    justify-content:center;
  }
  .mentor-shot-card{
    margin-bottom:14px;
    border-radius:18px;
    aspect-ratio:4 / 3;
  }
  .mentor-shot-copy{
    left:16px;
    right:16px;
    bottom:16px;
  }
  .mentor-shot-copy strong{
    font-size:.9rem;
  }
  .mentor-shot-badge{
    top:12px;
    right:auto;
    left:12px;
    font-size:11px;
  }
  .hero-console--embedded{
    width:100%;
  }
  .hero-console--embedded .hc-footer{
    display:none !important;
  }
  .experience-section{
    padding:38px 0;
  }
  .experience-copy h2{
    font-size:1.55rem;
    line-height:1.18;
  }
  .experience-copy p{
    font-size:.94rem;
  }
  .experience-card{
    grid-template-columns:1fr;
    padding:17px;
  }
  .experience-card .tc-icon{
    grid-row:auto;
  }
  .ai-study-section{
    padding:38px 0;
  }
  .ai-study-layout{
    gap:24px;
  }
  .ai-study-visual{
    border-radius:18px;
  }
  .ai-study-visual figcaption{
    left:14px;
    right:14px;
    bottom:13px;
    font-size:.78rem;
  }
  .ai-study-copy h2{
    font-size:1.55rem;
    line-height:1.18;
  }
  .ai-study-copy p{
    font-size:.94rem;
  }
  .ai-study-checks div{
    grid-template-columns:1fr;
    padding:14px;
  }
}
