/* ===========================================================
   Infinite Motion Ventures — warm + sage design system
   =========================================================== */
:root{
  --cream:      #FAF4E9;   /* page bg            */
  --cream-2:    #F5EEE0;   /* alt section bg     */
  --cream-3:    #F1E8D7;   /* deeper warm        */
  --card:       #FFFFFF;
  --card-warm:  #FFFDF8;
  --ink:        #2A2620;   /* headings           */
  --ink-2:      #4F483E;   /* body               */
  --muted:      #897F70;   /* secondary text     */
  --faint:      #B6AB99;   /* tertiary           */
  --line:       #EBE1D0;   /* hairline border    */
  --line-2:     #E2D6C2;

  --sage:       #3E8E6B;   /* primary            */
  --sage-deep:  #2C6B50;
  --sage-700:   #245741;
  --sage-soft:  #E7F0EA;
  --sage-tint:  #F0F6F1;

  --terra:      #D17C46;   /* warm secondary     */
  --terra-deep: #B5612F;
  --terra-soft: #FAEBDD;

  --amber:      #E3A23C;
  --amber-soft: #FBEFD8;
  --rose:       #DB857C;
  --rose-soft:  #FBE6E2;
  --sky:        #7BA6D6;
  --sky-soft:   #E7EFF9;
  --plum:       #A48BC4;
  --plum-soft:  #EFE9F6;

  --shadow-sm: 0 1px 2px rgba(74,55,28,.05), 0 4px 12px rgba(74,55,28,.05);
  --shadow:    0 2px 6px rgba(74,55,28,.05), 0 14px 38px rgba(74,55,28,.08);
  --shadow-lg: 0 6px 18px rgba(74,55,28,.08), 0 36px 80px rgba(50,38,20,.16);

  --r-sm: 10px;
  --r:    16px;
  --r-lg: 22px;
  --r-xl: 30px;

  --sans: "Hanken Grotesk", ui-sans-serif, system-ui, sans-serif;
  --serif: "Newsreader", Georgia, serif;

  --maxw: 1180px;
}

*{ box-sizing:border-box; }
html{ scroll-behavior:smooth; -webkit-text-size-adjust:100%; }
body{
  margin:0;
  font-family:var(--sans);
  background:var(--cream);
  color:var(--ink-2);
  font-size:17px;
  line-height:1.6;
  font-weight:400;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
img{ max-width:100%; display:block; }
a{ color:inherit; text-decoration:none; }
h1,h2,h3,h4{ color:var(--ink); margin:0; font-weight:700; letter-spacing:-.02em; line-height:1.08; text-wrap:balance; }
p{ margin:0; text-wrap:pretty; }
button{ font-family:inherit; cursor:pointer; }
::selection{ background:var(--sage-soft); color:var(--sage-700); }

.wrap{ width:100%; max-width:var(--maxw); margin:0 auto; padding:0 28px; }
.eyebrow{
  font-size:12.5px; font-weight:700; letter-spacing:.16em; text-transform:uppercase;
  color:var(--terra-deep); display:inline-flex; align-items:center; gap:9px;
}
.serif-accent{ font-family:var(--serif); font-style:italic; font-weight:400; letter-spacing:0; }
.section{ padding:104px 0; }
.section--tight{ padding:80px 0; }

/* ---------- buttons ---------- */
.btn{
  display:inline-flex; align-items:center; gap:9px;
  font-size:15px; font-weight:600; letter-spacing:-.01em;
  padding:13px 22px; border-radius:999px; border:1px solid transparent;
  transition:transform .18s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
  white-space:nowrap;
}
.btn svg{ width:16px; height:16px; }
.btn--primary{ background:var(--sage); color:#fff; box-shadow:0 1px 1px rgba(0,0,0,.08), 0 8px 20px rgba(46,107,80,.26); }
.btn--primary:hover{ background:var(--sage-deep); transform:translateY(-1px); box-shadow:0 1px 1px rgba(0,0,0,.08), 0 12px 26px rgba(46,107,80,.32); }
.btn--ghost{ background:var(--card-warm); color:var(--ink); border-color:var(--line-2); }
.btn--ghost:hover{ border-color:var(--sage); color:var(--sage-deep); transform:translateY(-1px); }
.btn--dark{ background:var(--ink); color:var(--cream); }
.btn--dark:hover{ background:#1c1914; transform:translateY(-1px); }

/* ===========================================================
   NAV
   =========================================================== */
.nav{
  position:sticky; top:0; z-index:50;
  background:rgba(250,244,233,.82);
  backdrop-filter:saturate(180%) blur(14px);
  border-bottom:1px solid transparent;
  transition:border-color .25s ease, background .25s ease;
}
.nav.is-stuck{ border-color:var(--line); background:rgba(250,244,233,.9); }
.nav__inner{ display:flex; align-items:center; gap:28px; height:74px; }
.brand{ display:flex; align-items:center; gap:11px; }
.brand__mark{ width:34px; height:34px; flex:none; }
.brand__name{ line-height:1; }
.brand__name b{ display:block; font-size:15px; font-weight:800; letter-spacing:.12em; color:var(--ink); }
.brand__name span{ display:block; font-size:9.5px; font-weight:700; letter-spacing:.34em; color:var(--terra-deep); margin-top:2px; }
.nav__links{ display:flex; gap:30px; margin-left:14px; }
.nav__links a{ font-size:14.5px; font-weight:500; color:var(--ink-2); transition:color .15s; }
.nav__links a:hover{ color:var(--sage-deep); }
.nav__right{ margin-left:auto; display:flex; align-items:center; gap:14px; }
.nav__toggle{ display:none; }

/* ===========================================================
   HERO
   =========================================================== */
.hero{ position:relative; overflow:hidden; padding-top:56px; padding-bottom:96px; }
.hero__bg{ position:absolute; inset:0; z-index:0; pointer-events:none; }
.hero__bg .blob{ position:absolute; border-radius:50%; filter:blur(70px); opacity:.5; }
.hero__bg .b1{ width:520px; height:520px; background:#DCEBE0; top:-160px; right:-120px; }
.hero__bg .b2{ width:380px; height:380px; background:#F7E3CF; bottom:-140px; left:-120px; opacity:.55; }
.hero__inner{ position:relative; z-index:1; display:grid; grid-template-columns:1.02fr 1.12fr; gap:56px; align-items:center; }
.pill{
  display:inline-flex; align-items:center; gap:8px;
  background:var(--card-warm); border:1px solid var(--line-2);
  padding:7px 14px 7px 11px; border-radius:999px;
  font-size:12.5px; font-weight:600; letter-spacing:.04em; color:var(--ink-2);
  box-shadow:var(--shadow-sm);
}
.pill .dot{ width:7px; height:7px; border-radius:50%; background:var(--terra); box-shadow:0 0 0 4px var(--terra-soft); }
.hero h1{ font-size:clamp(2.9rem, 5.4vw, 4.5rem); margin:24px 0 0; letter-spacing:-.035em; }
.hero h1 .accent{ color:var(--terra); }
.hero__sub{ font-size:19px; color:var(--ink-2); max-width:30em; margin-top:22px; }
.hero__cta{ display:flex; flex-wrap:wrap; gap:14px; margin-top:34px; }
.hero__meta{ display:flex; align-items:center; gap:22px; margin-top:30px; color:var(--muted); font-size:13.5px; }
.hero__meta span{ display:inline-flex; align-items:center; gap:7px; }
.hero__meta svg{ width:15px; height:15px; color:var(--sage); }
.hero__visual{ position:relative; }

/* ---------- app window mockup (shared) ---------- */
.win{
  background:var(--card); border:1px solid var(--line);
  border-radius:18px; box-shadow:var(--shadow-lg); overflow:hidden;
}
.win__bar{
  display:flex; align-items:center; gap:8px;
  padding:12px 16px; background:var(--cream-2); border-bottom:1px solid var(--line);
}
.tl{ width:11px; height:11px; border-radius:50%; }
.tl.r{ background:#ED6A5E; } .tl.y{ background:#F4BF50; } .tl.g{ background:#61C554; }
.win__title{ margin-left:8px; font-size:12.5px; font-weight:600; color:var(--muted); }

/* hero dashboard */
.dash{ display:grid; grid-template-columns:188px 1fr; min-height:444px; font-size:12px; }
.dash__side{ background:var(--cream-2); border-right:1px solid var(--line); padding:16px 14px; display:flex; flex-direction:column; gap:14px; }
.dash__brand{ display:flex; align-items:center; gap:9px; }
.dash__brand .lf{ width:26px; height:26px; border-radius:8px; background:var(--sage-soft); display:grid; place-items:center; color:var(--sage-deep); }
.dash__brand b{ font-size:13.5px; color:var(--ink); font-weight:800; letter-spacing:-.01em; }
.dash__brand small{ display:block; font-size:9px; color:var(--muted); font-weight:500; letter-spacing:0; }
.dash__search{ display:flex; align-items:center; gap:7px; background:var(--card); border:1px solid var(--line-2); border-radius:9px; padding:8px 10px; color:var(--faint); font-size:11px; }
.dash__nav{ display:flex; flex-direction:column; gap:2px; }
.dash__nav a{ display:flex; align-items:center; gap:9px; padding:7px 9px; border-radius:8px; color:var(--ink-2); font-weight:500; }
.dash__nav a svg{ width:14px; height:14px; color:var(--muted); }
.dash__nav a.on{ background:var(--sage-soft); color:var(--sage-700); font-weight:600; }
.dash__nav a.on svg{ color:var(--sage-deep); }
.dash__cl{ margin-top:auto; display:flex; flex-direction:column; gap:7px; }
.dash__cl .lbl{ font-size:9px; letter-spacing:.14em; text-transform:uppercase; color:var(--faint); font-weight:700; }
.dash__cl .row{ display:flex; align-items:center; gap:8px; color:var(--ink-2); font-weight:500; }
.dash__cl .row .cdot{ width:8px; height:8px; border-radius:50%; }
.dash__cl .row span{ margin-left:auto; color:var(--faint); }

.dash__main{ padding:18px 18px 20px; background:var(--card-warm); overflow:hidden; }
.dash__hi{ font-size:18px; font-weight:800; color:var(--ink); letter-spacing:-.02em; }
.dash__hi small{ display:block; font-size:11px; font-weight:400; color:var(--muted); margin-top:3px; letter-spacing:0; }
.dash__stats{ display:grid; grid-template-columns:repeat(4,1fr); gap:9px; margin-top:14px; }
.stat{ border-radius:12px; padding:11px 11px 12px; border:1px solid transparent; }
.stat .n{ font-size:21px; font-weight:800; color:var(--ink); line-height:1; }
.stat .t{ font-size:10px; font-weight:600; margin-top:5px; }
.stat .s{ font-size:9px; color:var(--muted); margin-top:1px; }
.stat.amber{ background:var(--amber-soft); } .stat.amber .t{ color:var(--terra-deep); }
.stat.rose{ background:var(--rose-soft); } .stat.rose .t{ color:#B5564C; }
.stat.sky{ background:var(--sky-soft); } .stat.sky .t{ color:#3F69A0; }
.stat.green{ background:var(--sage-soft); } .stat.green .t{ color:var(--sage-700); }
.dash__cards{ display:grid; grid-template-columns:1.15fr 1fr; gap:10px; margin-top:11px; }
.dcard{ background:var(--card); border:1px solid var(--line); border-radius:12px; padding:12px; }
.dcard h5{ font-size:11.5px; font-weight:700; color:var(--ink); margin:0 0 9px; display:flex; align-items:center; gap:7px; }
.dcard h5 svg{ width:13px; height:13px; color:var(--sage); }
.bars{ display:flex; flex-direction:column; gap:8px; }
.bar{ display:grid; grid-template-columns:48px 1fr 30px; align-items:center; gap:8px; font-size:10px; color:var(--ink-2); }
.bar .track{ height:7px; border-radius:5px; background:var(--cream-3); overflow:hidden; }
.bar .fill{ height:100%; border-radius:5px; }
.bar .pct{ text-align:right; color:var(--muted); font-weight:600; }
.due{ display:flex; flex-direction:column; gap:9px; }
.due .it{ display:flex; align-items:center; gap:9px; }
.due .d{ width:34px; text-align:center; flex:none; }
.due .d b{ display:block; font-size:13px; color:var(--ink); font-weight:800; line-height:1; }
.due .d small{ font-size:8px; color:var(--terra-deep); font-weight:700; letter-spacing:.05em; }
.due .meta{ line-height:1.3; }
.due .meta b{ font-size:11px; color:var(--ink); font-weight:600; }
.due .meta small{ display:block; font-size:9.5px; color:var(--muted); }
.due .tag{ margin-left:auto; font-size:8.5px; font-weight:700; padding:3px 7px; border-radius:999px; background:var(--sage-soft); color:var(--sage-700); white-space:nowrap; }

/* floating mini phone */
.phone{
  position:absolute; left:-46px; bottom:-30px; width:150px; z-index:2;
  background:#fff; border:1px solid var(--line); border-radius:24px; padding:8px;
  box-shadow:var(--shadow-lg);
}
.phone__screen{ background:var(--cream-2); border-radius:17px; padding:11px 10px; }
.phone__hi{ font-size:9px; color:var(--muted); font-weight:600; }
.phone__card{ background:#fff; border:1px solid var(--line); border-radius:11px; padding:9px; margin-top:7px; }
.phone__card .lbl{ font-size:7px; letter-spacing:.1em; text-transform:uppercase; color:var(--faint); font-weight:700; }
.phone__card b{ font-size:11px; color:var(--ink); display:block; margin-top:2px; }
.phone__btn{ background:var(--terra); color:#fff; font-size:8.5px; font-weight:700; text-align:center; padding:6px; border-radius:7px; margin-top:8px; }
.phone__qa{ font-size:7px; letter-spacing:.1em; text-transform:uppercase; color:var(--faint); font-weight:700; margin-top:11px; }
.phone__qa + div{ font-size:9px; color:var(--ink-2); margin-top:5px; display:flex; flex-direction:column; gap:5px; }

/* ===========================================================
   MISSION
   =========================================================== */
.mission{ text-align:center; }
.mission h2{ font-size:clamp(2rem, 3.4vw, 2.8rem); margin-top:14px; }
.mission__lead{ font-size:19px; color:var(--ink-2); max-width:40em; margin:22px auto 0; }
.mission__note{ font-size:16px; color:var(--muted); max-width:42em; margin:16px auto 0; }
.pillars{ display:grid; grid-template-columns:repeat(3,1fr); gap:20px; margin-top:54px; text-align:left; }
.pillar{
  background:var(--card-warm); border:1px solid var(--line); border-radius:var(--r-lg);
  padding:28px 26px; box-shadow:var(--shadow-sm); transition:transform .2s ease, box-shadow .2s ease;
}
.pillar:hover{ transform:translateY(-3px); box-shadow:var(--shadow); }
.pillar__ic{ width:46px; height:46px; border-radius:13px; display:grid; place-items:center; margin-bottom:18px; }
.pillar__ic svg{ width:22px; height:22px; }
.pillar:nth-child(1) .pillar__ic{ background:var(--terra-soft); color:var(--terra-deep); }
.pillar:nth-child(2) .pillar__ic{ background:var(--sage-soft); color:var(--sage-deep); }
.pillar:nth-child(3) .pillar__ic{ background:var(--sky-soft); color:#3F69A0; }
.pillar h3{ font-size:19px; margin-bottom:8px; }
.pillar p{ font-size:15px; color:var(--muted); }

/* ===========================================================
   PROGRESSDESK + SIMULATOR
   =========================================================== */
.pd{ background:var(--cream-2); }
.pd__head{ display:grid; grid-template-columns:1fr 1fr; gap:56px; align-items:start; }
.pd__logo{ width:62px; height:62px; border-radius:16px; background:linear-gradient(150deg,#2C6B50,#1d4636); display:grid; place-items:center; box-shadow:var(--shadow); margin-bottom:20px; }
.pd__logo svg{ width:34px; height:34px; color:#fff; }
.pd h2{ font-size:clamp(2rem,3.4vw,2.75rem); }
.pd__tag{ color:var(--terra-deep); font-weight:700; font-size:17px; margin-top:12px; }
.pd__desc{ color:var(--ink-2); font-size:16.5px; margin-top:14px; max-width:34em; }
.pd__feats{ margin-top:28px; display:flex; flex-direction:column; gap:18px; }
.feat{ display:flex; gap:14px; }
.feat__ic{ width:30px; height:30px; flex:none; border-radius:9px; background:var(--sage-soft); color:var(--sage-deep); display:grid; place-items:center; margin-top:1px; }
.feat__ic svg{ width:16px; height:16px; }
.feat h4{ font-size:16px; }
.feat p{ font-size:14.5px; color:var(--muted); margin-top:3px; }
.pd__os{
  margin-top:28px; display:inline-flex; align-items:center; gap:12px;
  background:var(--card-warm); border:1px solid var(--line); border-radius:14px; padding:13px 18px;
}
.pd__os svg{ width:22px; height:22px; color:var(--ink); flex:none; }
.pd__os b{ font-size:13.5px; color:var(--ink); }
.pd__os small{ display:block; font-size:12px; color:var(--muted); }

/* simulator window */
.sim__tabs{ display:flex; gap:7px; padding:13px 16px; background:var(--card-warm); border-bottom:1px solid var(--line); }
.sim__tab{
  font-size:12.5px; font-weight:600; padding:8px 14px; border-radius:9px; color:var(--muted);
  background:transparent; border:1px solid transparent; display:inline-flex; align-items:center; gap:7px;
}
.sim__tab svg{ width:14px; height:14px; }
.sim__tab.on{ background:var(--ink); color:#fff; }
.sim__tab:not(.on):hover{ background:var(--cream-2); color:var(--ink); }
.sim__body{ padding:20px; background:var(--card-warm); }
.sim__panel{ display:none; }
.sim__panel.on{ display:block; animation:fade .35s ease; }
@keyframes fade{ from{ opacity:0; transform:translateY(6px);} to{ opacity:1; transform:none;} }

/* logging panel */
.sim__top{ display:flex; align-items:center; justify-content:space-between; gap:12px; margin-bottom:14px; }
.sim__top .hd{ display:flex; align-items:center; gap:9px; font-size:14px; font-weight:700; color:var(--ink); }
.sim__top .hd svg{ width:16px; height:16px; color:var(--terra); }
.sim__hint{ font-size:13px; color:var(--muted); margin-bottom:16px; max-width:46em; }
.sim__students{ display:flex; gap:8px; margin-bottom:16px; flex-wrap:wrap; }
.schip{
  display:flex; align-items:center; gap:9px; padding:8px 13px 8px 8px; border-radius:999px;
  background:var(--card); border:1px solid var(--line-2); cursor:pointer; transition:all .15s ease;
}
.schip:hover{ border-color:var(--sage); }
.schip.on{ border-color:var(--sage); background:var(--sage-tint); box-shadow:0 0 0 3px rgba(62,142,107,.12); }
.schip__av{ width:26px; height:26px; border-radius:50%; display:grid; place-items:center; font-size:10px; font-weight:800; color:#fff; }
.schip b{ font-size:13px; color:var(--ink); font-weight:600; line-height:1.1; }
.schip small{ font-size:10.5px; color:var(--muted); display:block; }

.sim__grid{ display:grid; grid-template-columns:1fr 1.15fr; gap:18px; }
.sim__left{ background:var(--card); border:1px solid var(--line); border-radius:14px; padding:18px; }
.sim__case{ display:flex; align-items:center; justify-content:space-between; margin-bottom:4px; }
.sim__case b{ font-size:16px; color:var(--ink); }
.sim__goalpill{ font-size:11px; font-weight:700; color:var(--sage-700); background:var(--sage-soft); padding:4px 10px; border-radius:999px; }
.sim__case small{ font-size:13px; color:var(--muted); }
.sim__big{ display:flex; align-items:flex-end; gap:10px; margin:18px 0 4px; }
.sim__big .acc{ font-size:52px; font-weight:800; color:var(--ink); line-height:.9; letter-spacing:-.03em; }
.sim__big .pc{ font-size:20px; font-weight:700; color:var(--muted); padding-bottom:6px; }
.sim__statusrow{ display:flex; align-items:center; gap:10px; margin-bottom:18px; }
.sbadge{ font-size:11.5px; font-weight:700; padding:5px 12px; border-radius:999px; }
.sbadge.track{ background:var(--sky-soft); color:#3F69A0; }
.sbadge.met{ background:var(--sage-soft); color:var(--sage-700); }
.sbadge.low{ background:var(--rose-soft); color:#B5564C; }
.sim__statusrow .trials{ font-size:12.5px; color:var(--muted); }
.sim__btns{ display:grid; grid-template-columns:1fr 1fr; gap:10px; }
.lbtn{
  display:flex; flex-direction:column; align-items:center; gap:3px; padding:15px 10px; border-radius:13px;
  border:1.5px solid; font-weight:700; font-size:15px; transition:transform .12s ease, box-shadow .15s ease, background .15s;
}
.lbtn small{ font-size:11px; font-weight:600; opacity:.8; }
.lbtn.correct{ background:var(--sage-soft); border-color:#BFE0CC; color:var(--sage-700); }
.lbtn.correct:hover{ background:#DBEEE1; transform:translateY(-2px); box-shadow:0 8px 18px rgba(46,107,80,.16); }
.lbtn.error{ background:var(--rose-soft); border-color:#F1CDC7; color:#B5564C; }
.lbtn.error:hover{ background:#FAD9D3; transform:translateY(-2px); box-shadow:0 8px 18px rgba(180,86,76,.14); }
.lbtn:active{ transform:translateY(0) scale(.97); }
.sim__foot{ display:flex; align-items:center; justify-content:space-between; margin-top:14px; }
.sim__reset{ font-size:12.5px; font-weight:600; color:var(--muted); background:none; border:none; display:inline-flex; align-items:center; gap:6px; padding:4px; }
.sim__reset:hover{ color:var(--terra-deep); }
.sim__reset svg{ width:14px; height:14px; }
.sim__dots{ display:flex; gap:4px; flex-wrap:wrap; max-width:160px; justify-content:flex-end; }
.tdot{ width:13px; height:13px; border-radius:4px; font-size:8px; display:grid; place-items:center; color:#fff; font-weight:800; }
.tdot.c{ background:var(--sage); } .tdot.e{ background:var(--rose); }

.sim__right{ background:var(--card); border:1px solid var(--line); border-radius:14px; padding:18px; display:flex; flex-direction:column; }
.sim__charthd{ display:flex; align-items:center; justify-content:space-between; margin-bottom:6px; }
.sim__charthd b{ font-size:13.5px; color:var(--ink); }
.sim__charthd .leg{ display:flex; gap:12px; font-size:10.5px; color:var(--muted); }
.sim__charthd .leg i{ display:inline-flex; align-items:center; gap:5px; font-style:normal; }
.sim__charthd .leg .sw{ width:14px; height:0; border-top:2px solid; }
.chart{ flex:1; min-height:208px; }
.sim__caption{ font-size:12px; color:var(--faint); margin-top:8px; text-align:center; }

/* composer + privacy panels */
.panel-rows{ display:flex; flex-direction:column; gap:12px; }
.prow{ background:var(--card); border:1px solid var(--line); border-radius:13px; padding:16px 18px; display:flex; gap:14px; align-items:flex-start; }
.prow__ic{ width:34px; height:34px; flex:none; border-radius:10px; display:grid; place-items:center; }
.prow__ic svg{ width:18px; height:18px; }
.prow h4{ font-size:15px; }
.prow p{ font-size:13.5px; color:var(--muted); margin-top:3px; }
.prow .chk{ margin-left:auto; color:var(--sage); flex:none; }
.prow .chk svg{ width:20px; height:20px; }

/* ===========================================================
   SOLUTIONS
   =========================================================== */
.sol{ text-align:center; }
.sol h2{ font-size:clamp(2rem,3.4vw,2.75rem); margin-top:14px; }
.sol__lead{ font-size:18px; color:var(--ink-2); max-width:40em; margin:18px auto 0; }
.sol__grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:18px; margin-top:52px; text-align:left; }
.scard{
  background:var(--card-warm); border:1px solid var(--line); border-radius:var(--r-lg); padding:26px 22px;
  display:flex; flex-direction:column; transition:transform .2s ease, box-shadow .2s ease, border-color .2s;
}
.scard:hover{ transform:translateY(-4px); box-shadow:var(--shadow); border-color:var(--line-2); }
.scard__ic{ width:44px; height:44px; border-radius:12px; display:grid; place-items:center; margin-bottom:18px; }
.scard__ic svg{ width:22px; height:22px; }
.scard h3{ font-size:18px; margin-bottom:8px; }
.scard p{ font-size:14px; color:var(--muted); flex:1; }
.scard__link{ display:inline-flex; align-items:center; gap:6px; font-size:13.5px; font-weight:700; margin-top:18px; }
.scard__link svg{ width:14px; height:14px; transition:transform .18s ease; }
.scard:hover .scard__link svg{ transform:translateX(3px); }
.scard:nth-child(1) .scard__ic{ background:var(--sage-soft); color:var(--sage-deep); } .scard:nth-child(1) .scard__link{ color:var(--sage-deep); }
.scard:nth-child(2) .scard__ic{ background:var(--sky-soft); color:#3F69A0; } .scard:nth-child(2) .scard__link{ color:#3F69A0; }
.scard:nth-child(3) .scard__ic{ background:var(--plum-soft); color:#6E55A0; } .scard:nth-child(3) .scard__link{ color:#6E55A0; }
.scard:nth-child(4) .scard__ic{ background:var(--terra-soft); color:var(--terra-deep); } .scard:nth-child(4) .scard__link{ color:var(--terra-deep); }

/* newsletter */
.news{ text-align:center; }
.news__card{
  max-width:680px; margin:0 auto; background:linear-gradient(160deg,#fff,#FFFCF5);
  border:1px solid var(--line); border-radius:var(--r-xl); padding:52px 48px; box-shadow:var(--shadow);
  position:relative; overflow:hidden;
}
.news__card::before{ content:""; position:absolute; width:240px; height:240px; border-radius:50%; background:var(--sage-soft); filter:blur(50px); opacity:.5; top:-120px; right:-80px; }
.news__inner{ position:relative; }
.news h2{ font-size:clamp(1.9rem,3vw,2.5rem); }
.news p{ color:var(--ink-2); font-size:16px; margin:14px auto 0; max-width:34em; }
.news__form{ display:flex; gap:10px; max-width:440px; margin:28px auto 0; }
.news__form input{
  flex:1; padding:14px 18px; border-radius:999px; border:1px solid var(--line-2); background:var(--cream);
  font-family:inherit; font-size:14.5px; color:var(--ink); outline:none; transition:border-color .15s, box-shadow .15s;
}
.news__form input:focus{ border-color:var(--sage); box-shadow:0 0 0 3px rgba(62,142,107,.14); background:#fff; }
.news__priv{ font-size:12.5px; color:var(--faint); margin-top:16px; display:inline-flex; align-items:center; gap:6px; }
.news__priv svg{ width:13px; height:13px; }
.news__ok{ color:var(--sage-deep); font-weight:600; font-size:15px; margin-top:24px; display:none; }

/* ===========================================================
   FOOTER
   =========================================================== */
.foot{ background:var(--ink); color:#C9C0B2; padding:72px 0 34px; }
.foot__top{ display:grid; grid-template-columns:1.2fr 1fr; gap:48px; align-items:start; }
.foot__brand b{ display:block; }
.foot__mark{ display:flex; align-items:center; gap:12px; margin-bottom:18px; }
.foot__mark .nm b{ font-size:17px; font-weight:800; letter-spacing:.14em; color:#fff; }
.foot__mark .nm span{ font-size:9.5px; letter-spacing:.34em; color:var(--terra); font-weight:700; }
.foot__brand p{ font-size:14px; color:#9A9183; max-width:34em; }
.foot__tagline{ font-size:11.5px; letter-spacing:.14em; text-transform:uppercase; color:#7E7667; font-weight:700; margin-bottom:14px; }
.foot__links{ display:flex; gap:54px; }
.foot__col h5{ font-size:13px; color:#fff; font-weight:700; margin:0 0 14px; letter-spacing:.02em; }
.foot__col a{ display:block; font-size:14px; color:#9A9183; margin-bottom:10px; transition:color .15s; }
.foot__col a:hover{ color:var(--terra); }
.foot__bottom{ display:flex; align-items:center; justify-content:space-between; gap:16px; margin-top:54px; padding-top:24px; border-top:1px solid rgba(255,255,255,.08); font-size:13px; color:#7E7667; }
.foot__bottom .lk{ display:flex; gap:24px; }
.foot__bottom a:hover{ color:var(--terra); }

/* ===========================================================
   RESPONSIVE
   =========================================================== */
@media (max-width:1080px){
  .pd__head{ grid-template-columns:1fr; gap:40px; }
  .sim__grid{ grid-template-columns:1fr; }
}
@media (max-width:900px){
  .hero__inner{ grid-template-columns:1fr; gap:46px; }
  .pillars{ grid-template-columns:1fr; }
  .sol__grid{ grid-template-columns:1fr 1fr; }
  .nav__links{ display:none; }
  .phone{ left:auto; right:-10px; bottom:-24px; }
  .foot__top{ grid-template-columns:1fr; gap:36px; }
}
@media (max-width:560px){
  body{ font-size:16px; }
  .section{ padding:72px 0; }
  .wrap{ padding:0 18px; }
  .sol__grid{ grid-template-columns:1fr; }
  .sim__students{ gap:6px; }
  .news__card{ padding:36px 24px; }
  .news__form{ flex-direction:column; }
  .dash{ display:none; }
  .hero .win.hero-win{ display:none; }
  .foot__bottom{ flex-direction:column; align-items:flex-start; }
  .nav__inner{ gap:14px; }
  .brand__name b{ font-size:13px; }
  .brand__name span{ font-size:8px; letter-spacing:.28em; }
  .nav__right .btn{ padding:10px 14px; font-size:13.5px; }
  .hero{ padding-bottom:72px; }
  .hero__inner{ gap:34px; }
  .phone{ position:static; width:170px; margin:0 auto; }
}
