/* Figtree self-host (subset latin) - dulunya Google Fonts; kini situs
   100% first-party dan rantai kritis memendek dua origin */
@font-face{font-family:'Figtree';font-style:italic;font-weight:600;font-display:swap;src:url('fonts/figtree-600i-latin.woff2') format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}
@font-face{font-family:'Figtree';font-style:normal;font-weight:400;font-display:swap;src:url('fonts/figtree-400-latin.woff2') format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}
@font-face{font-family:'Figtree';font-style:normal;font-weight:600;font-display:swap;src:url('fonts/figtree-600-latin.woff2') format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}
@font-face{font-family:'Figtree';font-style:normal;font-weight:700;font-display:swap;src:url('fonts/figtree-700-latin.woff2') format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}
@font-face{font-family:'Figtree';font-style:normal;font-weight:800;font-display:swap;src:url('fonts/figtree-800-latin.woff2') format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}
/* fallback bermetrik-cocok: Arial disetel menempati kotak baris Figtree,
   diukur dari TextMetrics render sebenarnya - meredam CLS pertukaran font */
@font-face{font-family:'Figtree Fallback';src:local('Arial');
  size-adjust:99.93%;ascent-override:95.07%;descent-override:25.02%;
  line-gap-override:0%}
/* ============================================================
   Design tokens extracted from the reference PDF.
   Palette, type scale and component patterns mirror that system.
   ============================================================ */
:root{
  --navy:#001C49;
  --navy-2:#071B46;
  --blue:#0063CC;        /* AA on white (5.7), pale (4.6) and mist (5.5) */
  --blue-vivid:#007EFF;  /* decorative fills only - never text */
  --blue-mid:#3D9DFF;
  --blue-soft:#96C3F9;
  --sky:#8AC6FF;
  --pale:#D2E9FF;
  --mist:#F3FBFE;
  --ink-60:rgba(0,28,73,.68);
  --ink-45:rgba(0,28,73,.45);
  --rule:rgba(0,126,255,.22);

  --r-card:20px;
  --r-inner:14px;
  --r-pill:999px;
  --shadow:0 2px 4px rgba(0,28,73,.04), 0 12px 32px rgba(0,28,73,.07);
  --shadow-lg:0 4px 8px rgba(0,28,73,.06), 0 24px 60px rgba(0,28,73,.12);
  --maxw:1180px;
}

*,*::before,*::after{box-sizing:border-box}

/* keyboard users get a way past the navigation */
.skip{position:absolute;left:-9999px;top:0;z-index:200;background:var(--blue);color:#fff;
      font-weight:700;padding:12px 20px;border-radius:0 0 var(--r-inner) 0}
.skip:focus{left:0;text-decoration:none}
:focus-visible{outline:3px solid var(--sky);outline-offset:2px}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--pale);
  color:var(--navy);
  font-family:"Figtree","Figtree Fallback",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  font-size:17px;
  line-height:1.55;
  -webkit-font-smoothing:antialiased;
}
img,svg{max-width:100%;display:block}
a{color:var(--blue);text-decoration:none}
a:hover{text-decoration:underline}

/* Type scale — PDF used 38.8 / 26 / 16 / 15 / 14 / 9 pt */
h1,h2,h3,h4{margin:0;font-weight:800;letter-spacing:-.02em;line-height:1.1}
.display{font-size:clamp(2.3rem,5.2vw,3.5rem)}
h2{font-size:clamp(1.75rem,3.4vw,2.35rem)}
h3{font-size:1.2rem;letter-spacing:-.01em;line-height:1.25}
p{margin:0 0 1rem}
p:last-child{margin-bottom:0}
.lede{font-size:clamp(1.05rem,1.9vw,1.24rem);line-height:1.5;color:var(--ink-60)}
.accent{color:var(--blue)}

/* Layout */
.wrap{max-width:var(--maxw);margin-inline:auto;padding-inline:24px}
section{padding:clamp(56px,7vw,96px) 0}
.section-head{max-width:730px;margin-bottom:44px}
.section-head p{margin-top:14px}
.bg-white{background:#fff}
.bg-mist{background:var(--mist)}

/* Chip / kicker — sky pill, navy bold */
.chip{
  display:inline-block;background:var(--sky);color:var(--navy);
  font-size:.8rem;font-weight:700;
  padding:7px 15px;border-radius:var(--r-pill);margin-bottom:18px;
}
.chip--ghost{background:rgba(138,198,255,.18);color:var(--sky)}

/* Buttons */
.btn{
  display:inline-block;background:var(--blue);color:#fff;
  font-weight:700;font-size:.98rem;padding:15px 30px;
  border-radius:var(--r-pill);border:2px solid var(--blue);cursor:pointer;
  transition:background .18s ease,border-color .18s ease,transform .18s ease;
}
.btn:hover{background:#0052A8;border-color:#0052A8;text-decoration:none;transform:translateY(-1px)}
.btn--ghost{background:transparent;color:#fff;border-color:rgba(255,255,255,.42)}
.btn--ghost:hover{background:rgba(255,255,255,.1);border-color:#fff}
.btn--ghost-ink{background:transparent;color:var(--blue);border-color:rgba(0,99,204,.45)}
.btn--ghost-ink:hover{background:rgba(0,99,204,.08);border-color:var(--blue)}
.btn-row{display:flex;flex-wrap:wrap;gap:14px;margin-top:32px}

/* Header */
header{position:sticky;top:0;z-index:50;background:var(--navy);border-bottom:1px solid rgba(138,198,255,.16)}
.nav{display:flex;align-items:center;gap:32px;height:74px}
.logo{display:flex;align-items:baseline;gap:1px;font-weight:800;font-size:1.32rem;letter-spacing:-.03em;color:#fff}
.logo:hover{text-decoration:none}
.logo span{color:var(--sky);font-weight:600}
.nav-links{display:flex;gap:26px;margin-left:auto}
.nav-links a{color:rgba(255,255,255,.82);font-weight:600;font-size:.95rem;padding:6px 0}
.nav-links a:hover{color:#fff;text-decoration:none}
/* tell the visitor where they are - WCAG 2.4.8, and the reason a six-item bar
   with no active state feels unmoored */
.nav-links a[aria-current="page"]{color:#fff;box-shadow:inset 0 -2px 0 var(--sky)}
.nav .btn{padding:11px 22px;font-size:.9rem}
/* ---- mobile navigation ----------------------------------------------
   Progressive enhancement, the same principle as the figures: the resting
   state is the usable one. Without script the links simply stack and stay
   reachable. Script adds .has-menu, which is what collapses them behind the
   toggle - so a JS failure degrades to a long header, never to no navigation
   at all, which is what this site had before. */
.nav-toggle{display:none;width:44px;height:44px;padding:0;border:0;border-radius:10px;
  background:transparent;cursor:pointer;place-items:center;margin-left:6px}
.nav-toggle:hover{background:rgba(138,198,255,.14)}
.nav-toggle-bar,.nav-toggle-bar::before,.nav-toggle-bar::after{
  content:"";display:block;width:22px;height:2px;background:#fff;border-radius:2px}
.nav-toggle-bar{position:relative}
.nav-toggle-bar::before{position:absolute;top:-7px}
.nav-toggle-bar::after{position:absolute;top:7px}
@media (prefers-reduced-motion: no-preference){
  .nav-toggle-bar,.nav-toggle-bar::before,.nav-toggle-bar::after{
    transition:transform .25s ease,background-color .2s ease}
}
.nav-toggle[aria-expanded="true"] .nav-toggle-bar{background:transparent}
.nav-toggle[aria-expanded="true"] .nav-toggle-bar::before{transform:translateY(7px) rotate(45deg)}
.nav-toggle[aria-expanded="true"] .nav-toggle-bar::after{transform:translateY(-7px) rotate(-45deg)}

@media(max-width:940px){
  .nav{flex-wrap:wrap;height:auto;padding:12px 0;gap:10px}
  .nav-links{margin-left:0;order:3;width:100%;flex-wrap:wrap;gap:12px 18px}
  .nav .btn{margin-left:auto;padding:9px 16px;font-size:.85rem}
  .has-menu .nav-toggle{display:grid}
  .has-menu .nav{flex-wrap:nowrap;height:64px;padding:0}
  .has-menu .nav-links{position:absolute;left:0;right:0;top:100%;width:auto;
    display:none;flex-direction:column;align-items:stretch;gap:0;
    background:var(--navy-2);border-top:1px solid rgba(138,198,255,.16);
    padding:6px 0 10px;box-shadow:0 18px 40px rgba(0,9,26,.5)}
  .has-menu .nav-links.is-open{display:flex}
  .has-menu .nav-links a{padding:14px 24px;font-size:1rem}
  .has-menu .nav-links a[aria-current="page"]{box-shadow:inset 3px 0 0 var(--sky)}
}
@media(max-width:400px){.nav .btn{padding:9px 13px;font-size:.8rem}}

/* Hero */
.hero{background:var(--navy);color:#fff;padding:clamp(56px,7vw,92px) 0 clamp(72px,9vw,110px);overflow:hidden}
.hero .display{color:#fff}
.hero .lede{color:rgba(255,255,255,.8);max-width:40ch;margin-top:22px}

/* Stat strip */
.stats{display:grid;grid-template-columns:repeat(3,1fr);margin-top:66px;border-top:1px solid rgba(138,198,255,.24);padding-top:34px}
.stats > div{padding-right:28px}
.stats > div + div{border-left:1px solid rgba(138,198,255,.24);padding-left:28px}
.stat-num{font-size:clamp(2rem,3.6vw,2.7rem);font-weight:800;color:var(--sky);letter-spacing:-.03em;line-height:1}
.stat-lbl{font-weight:700;font-size:.95rem;margin-top:9px;color:#fff}
.stat-sub{font-size:.85rem;color:rgba(255,255,255,.6);margin-top:4px}
@media(max-width:780px){
  .stats{grid-template-columns:1fr;gap:22px}
  .stats > div + div{border-left:0;padding-left:0;border-top:1px solid rgba(138,198,255,.24);padding-top:22px}
}

/* Cards */
.card{background:#fff;border-radius:var(--r-card);padding:34px;box-shadow:var(--shadow)}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
@media(max-width:960px){.grid-3{grid-template-columns:1fr}.grid-2{grid-template-columns:1fr}}

.card-photo{margin:-34px -34px 22px;aspect-ratio:711/300;overflow:hidden;
  border-radius:var(--r-card) var(--r-card) 0 0;background:var(--navy)}
.card-photo img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.card-photo svg{width:100%;height:100%;display:block}
.card:hover .card-photo img{transform:scale(1.04)}
.svc-num{
  width:44px;height:44px;border-radius:12px;background:var(--pale);
  display:grid;place-items:center;font-weight:800;color:var(--blue);
  font-size:1.05rem;margin-bottom:20px;
}
.card h3{margin-bottom:12px}
/* A card that ends in an onward link: the link drops to the floor of the card
   so that a row of them lines up, instead of each one stopping wherever its
   bullet list happened to end. */
.card--link{display:flex;flex-direction:column}
.card--link > a:last-child{margin-top:auto;padding-top:20px}

.card p{color:var(--ink-60);font-size:.98rem}
.tick{list-style:none;margin:20px 0 0;padding:0}
.tick li{position:relative;padding-left:26px;margin-bottom:10px;font-size:.95rem;color:var(--ink-60)}
.tick li:last-child{margin-bottom:0}
.tick li::before{content:"";position:absolute;left:0;top:.52em;width:9px;height:9px;border-radius:50%;background:var(--sky)}
.tick li strong{color:var(--navy);font-weight:700}

/* Capability grid */
.cap{background:#fff;border-radius:var(--r-card);padding:28px;box-shadow:var(--shadow);height:100%}
.cap h3{font-size:1.05rem;margin:16px 0 10px}
.cap p{font-size:.93rem;color:var(--ink-60)}
.cap-ico{width:44px;height:44px;border-radius:12px;background:var(--pale);display:grid;place-items:center}
.cap-ico svg{width:23px;height:23px;stroke:var(--blue);fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}

/* Transition callout */
.alert{background:var(--navy);color:#fff;border-radius:var(--r-card);padding:clamp(28px,4vw,44px);display:grid;grid-template-columns:auto 1fr;gap:26px;align-items:start}
@media(max-width:700px){.alert{grid-template-columns:1fr;gap:18px}}
.alert-ico{width:52px;height:52px;border-radius:14px;background:rgba(138,198,255,.16);display:grid;place-items:center}
.alert-ico svg{width:26px;height:26px;stroke:var(--sky);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.alert h2{color:#fff;font-size:clamp(1.2rem,2.4vw,1.55rem);margin-bottom:14px}
.alert p{color:rgba(255,255,255,.78);font-size:1rem}
.quoteline{border-left:3px solid var(--sky);padding-left:18px;margin:20px 0;font-style:italic;color:#fff;font-weight:600}
.alert .credit{color:rgba(255,255,255,.66);border-top:1px solid rgba(138,198,255,.2);margin-top:20px;padding-top:15px}

/* Workshop cards */
.ws-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
@media(max-width:1000px){.ws-grid{grid-template-columns:1fr 1fr}}
@media(max-width:680px){.ws-grid{grid-template-columns:1fr}}
.ws{background:#fff;border-radius:var(--r-card);overflow:hidden;box-shadow:var(--shadow);display:flex;flex-direction:column}
.ws-img{aspect-ratio:444/265;overflow:hidden;background:var(--navy);position:relative}
.ws-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.ws:hover .ws-img img{transform:scale(1.05)}
.ws-no{position:absolute;top:12px;left:12px;background:rgba(0,28,73,.88);color:#fff;font-weight:800;font-size:.75rem;padding:5px 11px;border-radius:var(--r-pill)}
.ws-body{padding:22px 24px 24px;display:flex;flex-direction:column;flex:1}
.ws--own{outline:2px solid var(--blue);outline-offset:-2px}
.disc{align-self:flex-start;font-size:.67rem;font-weight:800;letter-spacing:.07em;text-transform:uppercase;color:var(--navy);background:var(--pale);padding:4px 10px;border-radius:var(--r-pill);margin-bottom:12px}
.ws .ws-body h3{color:var(--navy);font-size:1rem;line-height:1.3;margin-bottom:7px}
.ws-sub{font-size:.85rem;color:var(--blue);font-weight:600;line-height:1.35;margin-bottom:12px;display:block}
.ws-body p{font-size:.89rem;color:var(--ink-60)}

/* Product screenshots */
.shots{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.shots--2{grid-template-columns:repeat(2,1fr)}
@media(max-width:960px){.shots{grid-template-columns:1fr}}
/* two-across only once a column can render the 504-unit viewBox at 1.0 or more;
   below that the labels fall under 12px, which is where they stop being readable */
@media(max-width:1120px){
  .shots--2{grid-template-columns:1fr}
  /* capped, or a single column on a wide laptop renders the figure a metre across
     and the annotations balloon past any sensible size */
  .shots--2 .shot{max-width:560px;margin-inline:auto}
}
.shots--2 .fx-num{font-size:13px}
/* on a phone the figure is only ~340px wide, so 13 user units lands near 9px */
@media(max-width:600px){.shots--2 .fx-num{font-size:19px}}
.shot{background:#fff;border-radius:var(--r-card);box-shadow:var(--shadow);overflow:hidden;display:flex;flex-direction:column}
.shot-img{aspect-ratio:504/228;background:#0b1220;overflow:hidden}
.shot-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.shot:hover .shot-img img{transform:scale(1.04)}
/* generated figures: same drawing language as the hero section */
.shot-img svg.fx{width:100%;height:100%;display:block}
/* sized in user units: a three-across card renders the 504-unit viewBox at
   about 0.73, so anything under ~12 units drops below 9px on screen */
.fx-lab{font-size:14px;font-weight:700;letter-spacing:.08em}
.fx-num{font-size:11.5px;font-weight:600;letter-spacing:.04em}
/* Resting state is the finished state. The cover only closes once script has
   proved it is running by adding .fx-armed, so a JS failure or reduced motion
   leaves the figure fully drawn rather than permanently hidden behind it. */
.fx-cover{transform-box:fill-box;transform-origin:right center;transform:scaleX(0)}
.fx-body,.fx-key{opacity:1}
@media (prefers-reduced-motion: no-preference){
  .shot-img.fx-armed .fx-cover{transform:scaleX(1)}
  .shot-img.fx-armed .fx-key{opacity:0}
  .shot-img.fx-armed.is-in .fx-cover{animation:fxWipe .85s cubic-bezier(.42,0,.18,1) .05s forwards}
  .shot-img.fx-armed.is-in .fx-key{animation:fxFade .5s ease-out .62s forwards}
}
@keyframes fxWipe{to{transform:scaleX(0)}}
@keyframes fxFade{to{opacity:1}}
.shot-body{padding:24px 26px 26px;display:flex;flex-direction:column;flex:1}
.shot-body h3{font-size:1.05rem;margin-bottom:9px}
.shot-body p{font-size:.93rem;color:var(--ink-60)}
.shot-tag{display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--blue);margin-bottom:11px}
.credit{font-size:.74rem;color:var(--ink-60);margin-top:auto;padding-top:16px;line-height:1.5}

/* From -> To panel */
.shift{background:var(--pale);border-radius:var(--r-card);padding:clamp(28px,4vw,42px)}
.shift-row{display:grid;grid-template-columns:1fr 56px 1fr;align-items:center;gap:16px;margin-bottom:16px}
.shift-row:last-child{margin-bottom:0}
.shift-from{font-weight:700;font-size:1rem}
.shift-to{background:#fff;border:1px solid rgba(0,126,255,.28);border-radius:var(--r-inner);padding:14px 20px;font-weight:700;color:var(--blue);font-size:1rem}
.arrow{stroke:var(--blue);stroke-width:1.8;fill:none;stroke-linecap:round;stroke-linejoin:round}
@media(max-width:700px){
  .shift-row{grid-template-columns:1fr;gap:8px;margin-bottom:22px}
  .arrow-cell{transform:rotate(90deg);width:36px}
}

/* Numbered rows on navy */
.dark{background:var(--navy);color:#fff}
.dark h2,.dark h3{color:#fff}
/* a light card sitting inside a dark section keeps dark headings */
.dark .card h2,.dark .card h3,.dark .card h4,
.dark .person h3,.dark .office h3{color:var(--navy)}
/* kontras: tautan di latar gelap jangan mewarisi biru tua (2.9:1) */
.dark p a,.dark li a{color:var(--sky)}
.dark .lede{color:rgba(255,255,255,.78)}

/* Steps */
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.step{background:#fff;border-radius:var(--r-card);padding:28px;box-shadow:var(--shadow)}
.step-k{font-size:.78rem;font-weight:700;color:var(--blue);letter-spacing:.06em;text-transform:uppercase;margin-bottom:12px}
.step h3{font-size:1.02rem;margin-bottom:10px}
.step p{font-size:.92rem;color:var(--ink-60)}
@media(max-width:960px){.steps{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.steps{grid-template-columns:1fr}}

/* Quote */
/* white, not --pale: this card sits on a band that is itself --pale, so a pale
   card is an invisible one - padding and radius with nothing to show for them */
.quote{background:#fff;border-radius:var(--r-card);padding:clamp(30px,4vw,44px);box-shadow:var(--shadow)}
.quote-mark{font-size:3rem;line-height:.7;color:var(--blue);font-weight:800}
.quote p{font-style:italic;font-weight:600;font-size:1.12rem;line-height:1.5;margin:16px 0 0}
.quote-h{margin:30px 0 0;font-size:.78rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:var(--blue)}
.quote-by{display:flex;align-items:center;gap:14px;margin-top:26px;padding-top:22px;border-top:1px solid var(--rule)}
.avatar{width:48px;height:48px;border-radius:50%;background:var(--blue-soft);flex:none;display:grid;place-items:center;font-weight:800;color:var(--navy)}
.quote-by b{display:block;color:var(--blue);font-size:.95rem}
.quote-by span{font-size:.85rem;color:var(--ink-60)}

/* FAQ */
details{background:#fff;border-radius:var(--r-inner);padding:22px 26px;margin-bottom:12px;box-shadow:var(--shadow)}
details[open]{box-shadow:var(--shadow-lg)}
summary{font-weight:700;font-size:1.03rem;cursor:pointer;list-style:none;display:flex;gap:16px;align-items:flex-start}
summary::-webkit-details-marker{display:none}
summary::after{content:"+";margin-left:auto;color:var(--blue);font-weight:800;font-size:1.3rem;line-height:1}
details[open] summary::after{content:"\2013"}
details p{margin-top:14px;color:var(--ink-60);font-size:.96rem}

/* Contact */
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:44px;align-items:start}
@media(max-width:900px){.contact-grid{grid-template-columns:1fr;gap:32px}}
.field{margin-bottom:16px}
.field-2{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.field-3{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
@media(max-width:700px){.field-3{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.field-2,.field-3{grid-template-columns:1fr}}
label{display:block;font-weight:700;font-size:.85rem;margin-bottom:7px;color:var(--navy)}
input,select,textarea{
  width:100%;padding:13px 16px;border-radius:var(--r-inner);
  border:1px solid rgba(0,28,73,.16);background:#fff;
  font-family:inherit;font-size:.97rem;color:var(--navy);
}
input:focus,select:focus,textarea:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 3px rgba(0,126,255,.15)}
textarea{resize:vertical;min-height:110px}
.form-note{font-size:.82rem;color:var(--ink-60);margin-top:14px}

/* Footer */
footer{background:var(--navy-2);color:rgba(255,255,255,.72);padding:56px 0 32px;font-size:.92rem}
.foot-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1.1fr;gap:36px;margin-bottom:40px}
@media(max-width:980px){.foot-grid{grid-template-columns:1fr 1fr;gap:32px}}
@media(max-width:600px){.foot-grid{grid-template-columns:1fr;gap:28px}}
footer h3{color:#fff;font-size:.85rem;text-transform:uppercase;letter-spacing:.07em;margin-bottom:14px}
footer ul{list-style:none;margin:0;padding:0}
footer li{margin-bottom:9px}
footer a{color:rgba(255,255,255,.72)}
footer a:hover{color:#fff}
.disclaimer{border-top:1px solid rgba(138,198,255,.2);padding-top:24px;font-size:.82rem;color:rgba(255,255,255,.55);line-height:1.6}

/* ============================================================
   Legal pages — Terms, Disclaimer, Privacy
   ============================================================ */
.page-head{background:var(--navy);color:#fff;padding:clamp(48px,6vw,80px) 0 clamp(40px,5vw,60px)}
.page-head h1{font-size:clamp(2rem,4.2vw,2.9rem);color:#fff}
.page-head .lede{color:rgba(255,255,255,.78);margin-top:16px;max-width:60ch}
.page-meta{margin-top:26px;padding-top:20px;border-top:1px solid rgba(138,198,255,.24);font-size:.86rem;color:rgba(255,255,255,.6)}

.legal-grid{display:grid;grid-template-columns:250px 1fr;gap:56px;align-items:start}
.legal-grid>*{min-width:0}   /* let wide tables scroll inside, not stretch the page */
@media(max-width:900px){.legal-grid{grid-template-columns:1fr;gap:32px}}
.toc{position:sticky;top:98px;background:#fff;border-radius:var(--r-card);padding:26px;box-shadow:var(--shadow)}
@media(max-width:900px){.toc{position:static}}
.toc h2{font-size:.8rem;text-transform:uppercase;letter-spacing:.07em;color:var(--ink-60);margin-bottom:14px}
.toc ol{list-style:none;margin:0;padding:0;counter-reset:toc}
.toc li{counter-increment:toc;margin-bottom:9px;font-size:.9rem;line-height:1.35}
.toc li::before{content:counter(toc,decimal-leading-zero) " ";color:var(--blue);font-weight:800;font-size:.78rem}
.toc a{color:var(--navy);font-weight:600}
.toc a:hover{color:var(--blue);text-decoration:none}

.legal{background:#fff;border-radius:var(--r-card);padding:clamp(28px,4vw,52px);box-shadow:var(--shadow);counter-reset:sec}
.legal section{padding:0;margin-bottom:38px;scroll-margin-top:100px}
.legal section:last-child{margin-bottom:0}
.legal h2{counter-increment:sec;font-size:1.25rem;margin-bottom:14px;display:flex;gap:12px;align-items:baseline}
.legal h2::before{content:counter(sec,decimal-leading-zero);color:var(--blue);font-size:.85rem;font-weight:800;flex:none}
.legal h3{font-size:1rem;margin:22px 0 10px}
.legal p,.legal li{color:var(--ink-60);font-size:.97rem}
.legal ul{margin:14px 0 0;padding-left:22px}
.legal li{margin-bottom:9px}
.legal li::marker{color:var(--sky)}
.legal strong{color:var(--navy);font-weight:700}
.legal .note{background:var(--mist);border-left:3px solid var(--blue);border-radius:0 var(--r-inner) var(--r-inner) 0;padding:18px 22px;margin:20px 0}
.legal .note p{margin:0;font-size:.93rem}
.legal table{width:100%;border-collapse:collapse;margin-top:16px;font-size:.92rem}
.legal th,.legal td{text-align:left;padding:11px 14px;border-bottom:1px solid rgba(0,28,73,.1);vertical-align:top}
.legal th{font-weight:700;color:var(--navy);background:var(--mist)}
.legal td{color:var(--ink-60)}
.tbl-wrap{overflow-x:auto;max-width:100%}

/* fill-me-in placeholder — must be obvious before go-live */
.ph{background:#FFE9A8;color:#5A4300;font-weight:700;padding:1px 7px;border-radius:5px;box-decoration-break:clone;-webkit-box-decoration-break:clone}

/* ============================================================
   Content pages — About, Office, Contact
   ============================================================ */
.person{background:#fff;border-radius:var(--r-card);padding:28px;box-shadow:var(--shadow);height:100%}
.person .avatar{width:58px;height:58px;font-size:1.1rem;margin-bottom:18px}
.person h3{font-size:1.05rem;margin-bottom:5px}
.person .role{display:block;color:var(--blue);font-weight:600;font-size:.89rem;margin-bottom:13px}
.person p{font-size:.93rem;color:var(--ink-60)}

.office{background:#fff;border-radius:var(--r-card);padding:32px;box-shadow:var(--shadow);height:100%;display:flex;flex-direction:column}
.office .flag{font-size:.71rem;font-weight:800;letter-spacing:.07em;text-transform:uppercase;color:var(--blue);margin-bottom:12px}
.office h3{font-size:1.15rem;margin-bottom:14px}
.office address{font-style:normal;color:var(--ink-60);font-size:.96rem;line-height:1.7}
.office .meta{margin-top:auto;padding-top:18px;border-top:1px solid rgba(0,28,73,.08);font-size:.9rem;color:var(--ink-60)}
.office .meta div{margin-bottom:7px}
.office .meta div:last-child{margin-bottom:0}
.office .meta b{color:var(--navy);font-weight:700}

.cmethod{display:flex;gap:18px;align-items:flex-start;background:#fff;border-radius:var(--r-card);padding:26px;box-shadow:var(--shadow);height:100%}
.cm-ico{width:44px;height:44px;flex:none;border-radius:12px;background:var(--pale);display:grid;place-items:center}
.cm-ico svg{width:22px;height:22px;stroke:var(--blue);fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.cmethod h2{font-size:1rem;margin-bottom:6px}
.cmethod p{font-size:.93rem;color:var(--ink-60);margin:0}

.tbl{width:100%;border-collapse:collapse;font-size:.94rem}
.tbl th,.tbl td{text-align:left;padding:13px 16px;border-bottom:1px solid rgba(0,28,73,.1);vertical-align:top}
.tbl th{font-weight:700;color:var(--navy);background:var(--mist)}
.tbl td{color:var(--ink-60)}
.tbl tr:last-child td{border-bottom:0}

/* ============================================================
   Stacked hero: headline row above, cross-section full-bleed below
   ============================================================ */
.hero-lead{display:grid;grid-template-columns:1.05fr .95fr;gap:44px;align-items:end}
@media(max-width:900px){.hero-lead{grid-template-columns:1fr;gap:22px;align-items:start}}
.hero-lead .lede{max-width:46ch;margin-top:0}
.hero-lead .btn-row{margin-top:26px}
/* the figure sits on its own slightly deeper plate so it stops floating on the navy */
.hero-figure{margin-top:clamp(48px,5.5vw,74px);background:rgba(0,9,26,.30);
             padding:clamp(26px,3vw,42px) 0 clamp(18px,2.2vw,28px)}
.fig-inner{max-width:1400px;margin-inline:auto}
.hero-figure svg{width:100%;height:auto;display:block}
/* the caption belongs to the figure, so it rides the figure's grid, not the page's */
.fig-wrap{padding-inline:10%}   /* 10% of the figure box == the section frame inset */
.hero-caption{margin:clamp(18px,2vw,26px) 0 0;font-size:.97rem;line-height:1.55;
              color:rgba(255,255,255,.58);max-width:64ch}
.hero-caption b{color:rgba(255,255,255,.92);font-weight:700}
@media(max-width:600px){.hero-caption{font-size:.9rem}}

/* ============================================================
   Cross-section reveal - geology wipes in, holes land, coal lights up
   Resting state is the finished state, so a reader who prefers reduced
   motion sees the full figure and never meets the wipe cover.
   ============================================================ */
.cs-cover{transform-box:fill-box;transform-origin:right center;transform:scaleX(0)}
.cs-hole{transform-box:fill-box;transform-origin:center top}
.cs-icept{transform-box:fill-box;transform-origin:center center}

@media (prefers-reduced-motion: no-preference){
  .cs-cover{transform:scaleX(1);animation:csWipe .95s cubic-bezier(.42,0,.18,1) .12s forwards}
  .cs-hole{opacity:0;animation:csLand .55s cubic-bezier(.2,.7,.3,1) var(--d) forwards}
  .cs-icept{opacity:0;animation:csLight .5s ease-out calc(var(--d) + .28s) forwards}
  .cs-scale{opacity:0;animation:csFade .6s ease-out 1.85s forwards}
}
@keyframes csWipe{to{transform:scaleX(0)}}
@keyframes csLand{from{opacity:0;transform:translateY(-12px)}
                  to{opacity:var(--o,1);transform:none}}
@keyframes csLight{0%{opacity:0;transform:scale(.86)}
                   65%{opacity:1;transform:scale(1.06)}
                   100%{opacity:1;transform:none}}
@keyframes csFade{to{opacity:1}}

/* Section annotations: the SVG scales with its container, so the label size
   is tuned per breakpoint to land near 11-12px on screen at every width. */
.cs-dlab{font-size:7.4px}
.cs-blab{font-size:6.8px}
@media(max-width:1100px){ .cs-dlab{font-size:12px} .cs-blab{font-size:11px} }
@media(max-width:600px){ .cs-dlab{font-size:21px} .cs-blab{font-size:19px} }

/* Ambient breath on the focal intercept. Deliberately slow, deliberately faint,
   and applied only to the halo — the white data bar must never move. */
@media (prefers-reduced-motion: no-preference){
  .cs-pulse{animation:csBreath 5s ease-in-out 2.6s infinite}
}
@keyframes csBreath{
  0%,100%{opacity:.22}
  50%{opacity:.44}
}

/* ============================================================
   Stage two: a light traces the seam roof block by block, left to
   right, jumping at every fault - the correlation problem, shown.
   Resting state is the finished state, so reduced motion is safe.
   ============================================================ */
.cs-trace{stroke-dasharray:var(--len);stroke-dashoffset:0;opacity:.32}
/* once the reveal has run, the trace is locked to its resting state so that
   leaving the figure never replays the draw-in */
.cs-trace-set.is-set .cs-trace{animation:none;stroke-dashoffset:0;opacity:.32}

@media (prefers-reduced-motion: no-preference){
  .cs-trace{stroke-dashoffset:var(--len);opacity:0;
            animation:csTrace .9s ease-out var(--d) forwards}
  /* pointer on the figure: the light keeps running the length of the seam */
  .hero-figure:hover .cs-trace-set.is-set .cs-trace,
  .hero-figure:focus-within .cs-trace-set.is-set .cs-trace{
    animation:csWave 2.8s linear calc(var(--w) - 2.8s) infinite;
  }
}
@keyframes csWave{
  0%,100%{opacity:.32}
  10%{opacity:1}
  28%{opacity:.32}
}
@keyframes csTrace{
  0%{stroke-dashoffset:var(--len);opacity:0}
  14%{opacity:1}
  70%{stroke-dashoffset:0;opacity:1}
  100%{stroke-dashoffset:0;opacity:.32}
}

/* ============================================================
   Fault interaction: hovering near a fault slides its hanging wall
   in the direction it actually moved - down for a normal fault,
   up for a reverse one. Everything anchored to a block travels
   with it, so the seam trace and boreholes never detach.
   ============================================================ */
.cs-fhit{cursor:ns-resize}
.cs-fault{transition:stroke-width .18s ease,opacity .18s ease}
.cs-fault.is-active{stroke-width:3.4;opacity:1}
@media (prefers-reduced-motion: no-preference){
  .cs-slip,.cs-hole[data-b],.cs-trace[data-b]{
    transition:transform .45s cubic-bezier(.35,0,.2,1)}
  .cs-slip.is-slipping,.cs-hole.is-slipping,.cs-trace.is-slipping{
    transform:translateY(var(--slip,0px))}
}

/* ============ PLATFORM TIMELINE ============
   Structured content, not a drawing: an ordered list with a track drawn on
   top. Reflows to vertical below 820px, so nothing shrinks below reading
   size the way a fixed-viewBox SVG would. */
.tl{list-style:none;margin:0;padding:0;display:grid;gap:26px;
    grid-template-columns:repeat(6,1fr);counter-reset:tl}
.tl-item{position:relative;padding-top:42px}
/* the track */
.tl-item::before{content:"";position:absolute;top:13px;left:0;right:0;height:2px;
                 background:rgba(138,198,255,.30)}
.tl-item:first-child::before{left:50%}
.tl-item:last-child::before{right:50%}
/* the node */
.tl-item::after{content:"";position:absolute;top:6px;left:50%;transform:translateX(-50%);
                width:16px;height:16px;border-radius:50%;
                background:var(--navy);border:2px solid var(--sky)}
.tl-item.is-now::after{background:var(--sky);box-shadow:0 0 0 5px rgba(138,198,255,.22)}
.tl-when{display:block;font-size:.74rem;font-weight:800;letter-spacing:.07em;
         text-transform:uppercase;color:var(--sky);margin-bottom:7px}
.tl-item h3{font-size:1.02rem;margin-bottom:8px;color:#fff}
.tl-item p{font-size:.87rem;line-height:1.55;color:rgba(255,255,255,.7)}
.tl-item.is-now .tl-when{color:#fff}
.tl-item.is-now h3{color:var(--sky)}
/* a light section instead of a dark one */
.bg-white .tl-item h3,.bg-mist .tl-item h3{color:var(--navy)}
.bg-white .tl-item p,.bg-mist .tl-item p{color:var(--ink-60)}
.bg-white .tl-item::after,.bg-mist .tl-item::after{background:#fff}
@media(max-width:1000px){.tl{grid-template-columns:repeat(3,1fr);gap:30px 22px}
  .tl-item:first-child::before,.tl-item:last-child::before{left:0;right:0}}
@media(max-width:820px){
  .tl{grid-template-columns:1fr;gap:0}
  .tl-item{padding:0 0 26px 34px}
  .tl-item::before{top:0;bottom:0;left:7px;right:auto;width:2px;height:auto}
  .tl-item:first-child::before{top:8px;left:7px}
  .tl-item:last-child::before{bottom:auto;height:8px;left:7px}
  .tl-item::after{top:2px;left:0;transform:none}
}
.tl-note{margin-top:34px;padding-top:22px;border-top:1px solid rgba(138,198,255,.22);
         font-size:.9rem;color:rgba(255,255,255,.62);max-width:74ch}
.bg-white .tl-note,.bg-mist .tl-note{border-top-color:rgba(0,28,73,.12);color:var(--ink-60)}

/* ---- trust strip -----------------------------------------------------
   Three credentials that are all verifiable, sitting at the foot of the
   hero so they carry weight without pushing the figure below the fold. */
.trust{display:flex;flex-wrap:wrap;gap:12px 34px;align-items:center;
  margin-top:44px;padding-top:26px;border-top:1px solid rgba(138,198,255,.22)}
.trust-item{display:flex;align-items:center;gap:11px;min-width:0}
a.trust-item{text-decoration:none;color:inherit}
a.trust-item:hover b{color:var(--sky)}
.trust-ico{flex:none;width:30px;height:30px;border-radius:9px;display:grid;place-items:center;
  background:rgba(138,198,255,.14)}
.trust-ico svg{width:16px;height:16px;fill:none;stroke:var(--sky);stroke-width:2;
  stroke-linecap:round;stroke-linejoin:round}
.trust b{display:block;color:#fff;font-size:.9rem;font-weight:700;line-height:1.25}
.trust span{display:block;color:rgba(255,255,255,.6);font-size:.79rem;line-height:1.35}
@media(max-width:600px){.trust{gap:14px 0;margin-top:30px;padding-top:20px}
  .trust-item{width:100%}}

/* ---- mobile hero: reclaim height so the figure lands above the fold ---- */
@media(max-width:940px){
  .hero{padding-top:36px}
  .hero .btn-row{margin-top:20px;gap:12px}
  .hero .btn-row .btn{padding:13px 18px;font-size:.9rem}
  .hero-figure{margin-top:28px}
}

/* ---- discipline grid: six shown, the rest behind a button ----------------
   Collapse only engages once script adds .has-collapse, so without script all
   eighteen stay in the page and in the tab order. */
.js-more{display:none}
.has-collapse .js-more{display:inline-flex}
.has-collapse [data-collapse="6"].is-collapsed > *:nth-child(n+7){display:none}

/* ---- explanatory figures on the intent pages -------------------------
   viewBox is held near 620 wide and the box capped at 640px so label text
   lands between about 10px on a phone and 18px on desktop. */
.fx-t0{font-size:19px}
.fx-t1{font-size:13.5px;font-weight:700}
.fx-t2{font-size:11.5px}
.fx-t3{font-size:12px}
@media(max-width:600px){.fx-t1{font-size:15px}.fx-t2{font-size:13px}
  .fx-t0{font-size:21px}.fx-t3{font-size:13.5px}}

/* ---- explanatory figures on the intent pages -------------------------
   A sequence reflows as HTML so its labels never shrink; a cycle stays SVG
   but on a narrow viewBox with a matching max-width, which holds label size
   near-constant from 375px upward. */
.fig-panel{margin:0 auto 4px;padding:0}
.chain{list-style:none;margin:0;padding:20px 18px 6px;display:grid;gap:10px;
  grid-template-columns:repeat(5,1fr);background:var(--navy-2);
  border-radius:var(--r-card) var(--r-card) 0 0}
.chain li{background:var(--navy);border:1px solid #2C5580;border-radius:10px;
  padding:14px 9px 13px;text-align:center}
.chain svg{width:100%;height:62px;display:block;margin-bottom:11px}
.chain b{display:block;color:#fff;font-size:.83rem;font-weight:700;line-height:1.25;margin-bottom:4px}
.chain span{display:block;color:var(--sky);font-size:.73rem;line-height:1.3}
.chain-foot{margin:0;padding:14px 18px 18px;background:var(--navy-2);
  border-radius:0 0 var(--r-card) var(--r-card);text-align:center;
  font-size:.78rem;color:var(--pale)}
.legal .chain-foot{color:var(--pale);font-size:.78rem}
.chain--3{grid-template-columns:repeat(3,1fr)}
@media(max-width:860px){.chain{grid-template-columns:repeat(3,1fr)}}
@media(max-width:520px){.chain.chain--3{grid-template-columns:1fr}}
@media(max-width:520px){.chain{grid-template-columns:repeat(2,1fr)}
  .chain b{font-size:.88rem}.chain span{font-size:.78rem}}

.fig-box{max-width:520px;margin:0 auto 4px;padding:0}
.fig-box svg.fig{width:100%;height:auto;display:block;border-radius:var(--r-card)}
.fig-note{margin-top:14px;font-size:.86rem;line-height:1.5;color:var(--ink-60);text-align:center}
.dark .fig-note{color:rgba(255,255,255,.62)}
.fg-h{font-size:24px;font-weight:800}
.fg-l{font-size:18px;font-weight:700}
.fg-s{font-size:14px}
.fg-n{font-size:15px;font-weight:800}

/* chain variants and the two purpose-built bands ------------------------ */

/* curriculum: segment widths carry the discipline counts */
/* the counts need a unit: a bare number above a stage name leaves the reader
   nothing to attach it to, and the caption that carried the unit sat below
   the notes, which is after the question has already been asked */
.ph-head{margin:0;padding:18px 18px 0;background:var(--navy-2);
  border-radius:var(--r-card) var(--r-card) 0 0;color:var(--sky);
  font-size:.72rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase}
.phases{display:flex;gap:6px;padding:13px 18px 0;background:var(--navy-2);
  border-radius:var(--r-card) var(--r-card) 0 0}
.phases--solo{border-radius:0 0 var(--r-card) var(--r-card);padding-bottom:16px}
.ph-seg{background:var(--navy);border:1px solid #2C5580;border-radius:9px;
  padding:14px 10px;text-align:center;min-width:0}
.ph-seg b{display:block;color:var(--sky);font-size:1.5rem;font-weight:800;line-height:1}
.ph-seg span{display:block;color:#fff;font-size:.76rem;font-weight:700;line-height:1.3;margin-top:7px}
.ph-notes{list-style:none;margin:0;padding:16px 18px 20px;background:var(--navy-2);
  border-radius:0 0 var(--r-card) var(--r-card);display:grid;gap:9px;
  grid-template-columns:repeat(2,1fr)}
.ph-notes li{display:flex;gap:8px;font-size:.79rem;line-height:1.4}
.ph-notes b{color:#fff;white-space:nowrap}
.ph-notes span{color:rgba(255,255,255,.62)}
@media(max-width:760px){.phases{flex-wrap:wrap}.ph-seg{flex:1 1 46%!important}
  .ph-notes{grid-template-columns:1fr}.ph-notes li{flex-direction:column;gap:2px}
  .ph-notes b{white-space:normal}}

/* office coverage: three time zones, no pretend cartography */
.zones{list-style:none;margin:0;padding:20px 18px;background:var(--navy-2);
  border-radius:var(--r-card);display:grid;gap:10px;grid-template-columns:repeat(3,1fr)}
.zones li{background:var(--navy);border:1px solid #2C5580;border-radius:10px;padding:16px 14px}
.zones b{display:block;color:var(--sky);font-size:1.15rem;font-weight:800;line-height:1}
.zones .tz{display:block;color:rgba(255,255,255,.55);font-size:.74rem;margin-top:3px}
.zones .hq{display:block;color:#fff;font-size:.82rem;font-weight:700;margin-top:11px}
.zones span:last-child{display:block;color:rgba(255,255,255,.62);font-size:.79rem;
  line-height:1.45;margin-top:5px}
@media(max-width:700px){.zones{grid-template-columns:1fr}}

/* ---- WhatsApp channel ------------------------------------------------ */
.wa{display:flex;align-items:flex-start;gap:13px;margin:18px 0 4px;padding:15px 17px;
  border-radius:var(--r-inner);background:rgba(37,211,102,.10);
  border:1px solid rgba(37,211,102,.42);color:var(--navy);text-decoration:none}
.wa:hover{background:rgba(37,211,102,.17);text-decoration:none}
.wa svg{flex:none;width:26px;height:26px;color:#128C4A;margin-top:1px}
.wa b{display:block;font-size:.98rem;line-height:1.3}
.wa span span{display:block;font-size:.84rem;line-height:1.45;color:var(--ink-60);margin-top:3px}
.dark .wa,.hero .wa{background:rgba(37,211,102,.12);border-color:rgba(37,211,102,.5);color:#fff}
.dark .wa svg,.hero .wa svg{color:#4AE08A}
.dark .wa span span,.hero .wa span span{color:rgba(255,255,255,.7)}
footer .wa{display:inline;margin:0;padding:0;background:none;border:0}

.field-note{margin:16px 0 -4px;font-size:.83rem;color:var(--ink-60)}
.dark .field-note{color:rgba(255,255,255,.55)}

/* ---- back to top -----------------------------------------------------
   Hidden until there is something to scroll back from. Script only toggles
   .is-on; the anchor still works without it, so a JS failure costs the
   animation, not the function. */
.totop{position:fixed;right:20px;bottom:20px;z-index:60;
  width:46px;height:46px;display:grid;place-items:center;border-radius:50%;
  background:var(--blue);color:#fff;box-shadow:0 10px 26px rgba(0,9,26,.38);
  opacity:0;visibility:hidden;transform:translateY(10px)}
.totop svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2.6;
  stroke-linecap:round;stroke-linejoin:round}
.totop:hover{background:#0052A8;color:#fff;text-decoration:none}
.totop:focus-visible{outline:3px solid var(--sky);outline-offset:3px}
.totop.is-on{opacity:1;visibility:visible;transform:none}
@media (prefers-reduced-motion: no-preference){
  .totop{transition:opacity .25s ease,transform .25s ease,background-color .2s ease}
}
@media(max-width:600px){.totop{right:14px;bottom:14px;width:44px;height:44px}}

/* ---- small card glyphs ------------------------------------------------
   Sized to add about sixty pixels, not three hundred: they anchor the card
   visually and echo the figure on the page they link to. */

/* Floating support button. Unlike .totop it is visible from the first screen:
   the reader who needs help has not necessarily scrolled anywhere yet. When
   the back-to-top arrow appears it steps up to sit above it, which is a plain
   sibling rule rather than script - if JS never runs, the arrow stays hidden
   and this keeps the corner to itself. */
.wafab{position:fixed;right:20px;bottom:20px;z-index:61;
  width:46px;height:46px;display:grid;place-items:center;border-radius:50%;
  background:#25D366;color:#fff;box-shadow:0 10px 26px rgba(0,9,26,.38)}
.wafab svg{width:26px;height:26px;fill:currentColor}
.wafab:hover{background:#1EBE5A;color:#fff;text-decoration:none}
.wafab:focus-visible{outline:3px solid var(--sky);outline-offset:3px}
.totop.is-on ~ .wafab{bottom:78px}
@media (prefers-reduced-motion: no-preference){
  .wafab{transition:bottom .25s ease,background-color .2s ease,transform .2s ease}
  .wafab:hover{transform:translateY(-2px)}
}
@media(max-width:600px){
  .wafab{right:14px;bottom:14px;width:44px;height:44px}
  .wafab svg{width:24px;height:24px}
  .totop.is-on ~ .wafab{bottom:68px}
}

/* spanduk persetujuan analitik - dibuat nav.js, tidak ada di HTML */
.consent{position:fixed;left:20px;right:20px;bottom:20px;z-index:70;margin:0 auto;
  max-width:560px;background:var(--navy-2);color:#fff;border:1px solid #2C5580;
  border-radius:14px;padding:16px 18px;box-shadow:0 14px 40px rgba(0,9,26,.5);
  display:flex;gap:16px;align-items:center;flex-wrap:wrap}
.consent p{margin:0;flex:1 1 260px;font-size:.88rem;color:var(--pale)}
.consent a{color:var(--sky);font-weight:700}
.consent-btns{display:flex;gap:10px}
.consent .btn{padding:9px 18px;font-size:.85rem}

/* aksesibilitas: tautan dalam paragraf footer dapat garis bawah -
   warnanya nyaris sama dengan teks di sekitarnya */
footer .wrap p a{text-decoration:underline;text-underline-offset:2px}
