/* SpinWise Academy — shared styles for About, Contact, Terms, Privacy, Legal */
:root{
  --ink:#08161f;
  --ink-2:#0d2231;
  --panel:#102a3b;
  --line:#1d3c50;
  --emerald:#2fa77c;
  --gold:#d4af37;
  --paper:#eef4f3;
  --dim:#8ba3b2;
  --maxw:1140px;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:'Instrument Sans',system-ui,sans-serif;
  background:var(--ink);color:var(--paper);line-height:1.7;
  -webkit-font-smoothing:antialiased;
}
.wrap{max-width:var(--maxw);margin:0 auto;padding:0 22px}
a{color:inherit}
h1,h2,h3{font-family:'Bricolage Grotesque',system-ui,sans-serif;line-height:1.06;letter-spacing:-.025em}
.eyebrow{
  font-family:'IBM Plex Mono',monospace;font-size:11px;letter-spacing:2.6px;
  text-transform:uppercase;color:var(--emerald);
}

/* header */
.site-head{
  position:sticky;top:0;z-index:40;backdrop-filter:blur(10px);
  background:rgba(8,22,31,.86);border-bottom:1px solid var(--line);
}
.head-in{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:11px 22px;max-width:var(--maxw);margin:0 auto}
.logo-plate{
  background:#fff;border-radius:10px;padding:7px 13px;display:inline-flex;align-items:center;
  box-shadow:0 3px 14px rgba(0,0,0,.3);
}
.logo-plate img{display:block;width:auto}
.site-head .logo-plate img{height:40px}
@media(max-width:520px){.site-head .logo-plate{padding:5px 9px}.site-head .logo-plate img{height:31px}}
.head-nav{display:flex;align-items:center;gap:26px}
.head-nav a{font-size:13.5px;font-weight:500;color:var(--dim);text-decoration:none;transition:color .18s}
.head-nav a:hover{color:var(--paper)}
.head-cta{
  font-size:12.5px;font-weight:600;color:#1a1204;background:var(--gold);
  padding:9px 17px;border-radius:7px;text-decoration:none;white-space:nowrap;
}
.head-cta:hover{background:#e5c454}
@media(max-width:820px){.head-nav{display:none}}

/* page head */
.page-head{padding:64px 0 34px;border-bottom:1px solid var(--line);position:relative;overflow:hidden}
.page-head::before{
  content:'';position:absolute;inset:-60% 0 auto -10%;height:520px;pointer-events:none;
  background:radial-gradient(600px 300px at 20% 40%,rgba(13,92,68,.34),transparent 70%);
}
.page-head .wrap{position:relative}
.page-head h1{font-size:clamp(2.1rem,5vw,3.4rem);font-weight:800;margin:14px 0 14px}
.page-head p{color:#c2d3da;max-width:62ch;font-size:15.5px}
.stamp{
  font-family:'IBM Plex Mono',monospace;font-size:11px;color:var(--dim);
  margin-top:18px;letter-spacing:.4px;
}

/* body copy */
.doc{padding:48px 0 70px;max-width:78ch}
.doc h2{
  font-size:1.3rem;font-weight:700;margin:40px 0 14px;padding-top:22px;border-top:1px solid var(--line);
}
.doc h2:first-of-type{border-top:none;padding-top:0;margin-top:0}
.doc h3{font-size:1.02rem;font-weight:700;margin:24px 0 10px}
.doc p{margin-bottom:15px;color:#c2d3da;font-size:15px}
.doc ul,.doc ol{margin:0 0 16px 20px;color:#c2d3da;font-size:15px}
.doc li{margin-bottom:9px}
.doc strong{color:var(--paper);font-weight:600}
.doc a{color:var(--emerald)}
.doc a:hover{color:var(--gold)}
.callout{
  background:var(--ink-2);border:1px solid var(--line);border-left:3px solid var(--gold);
  border-radius:11px;padding:22px 24px;margin:26px 0;
}
.callout p:last-child{margin-bottom:0}
.field{
  font-family:'IBM Plex Mono',monospace;font-size:13.5px;color:var(--gold);
  background:rgba(212,175,55,.09);border:1px solid rgba(212,175,55,.28);
  border-radius:6px;padding:2px 8px;display:inline-block;
}

/* cards / grids used by About + Contact */
.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin:26px 0}
@media(max-width:760px){.grid-2{grid-template-columns:1fr}}
.card{background:var(--ink-2);border:1px solid var(--line);border-radius:13px;padding:24px}
.card h3{margin:0 0 10px}
.card p{font-size:14px;color:var(--dim);margin-bottom:0}
.card .field{margin-top:12px}
.btn{
  font-size:14px;font-weight:600;text-decoration:none;padding:13px 24px;border-radius:9px;
  display:inline-block;background:var(--gold);color:#1a1204;transition:background .18s;
}
.btn:hover{background:#e5c454}
.btn:focus-visible,a:focus-visible{outline:2px solid var(--emerald);outline-offset:3px}

/* footer */
.site-foot{border-top:1px solid var(--line);padding:40px 0 46px}
.foot-in{display:flex;justify-content:space-between;gap:26px;flex-wrap:wrap;align-items:flex-start}
.site-foot .logo-plate img{height:78px}
@media(max-width:520px){.site-foot .logo-plate img{height:58px}}
.foot-blurb{font-size:13px;color:var(--dim);max-width:34ch;margin-top:12px}
.foot-cols{display:flex;gap:46px;flex-wrap:wrap}
.foot-cols div{display:flex;flex-direction:column;gap:9px}
.foot-cols b{
  font-family:'IBM Plex Mono',monospace;font-size:9.5px;letter-spacing:1.8px;
  text-transform:uppercase;color:var(--emerald);font-weight:500;margin-bottom:2px;
}
.foot-cols a{font-size:13.5px;color:var(--dim);text-decoration:none}
.foot-cols a:hover{color:var(--paper)}
.foot-base{
  margin-top:28px;padding-top:20px;border-top:1px solid var(--line);
  display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;
  font-size:12px;color:#5f7787;
}
