/* ═══════════════════════════════════════════════════════════════════
   KARB. — Landing page styles
   Production build for karb.app · Cloudflare Pages
   ═══════════════════════════════════════════════════════════════════ */

:root{
  /* Surfaces */
  --bg:#0a0814; --surface:#11101c; --surface-2:#181624; --surface-3:#22202e;
  --line:rgba(255,255,255,0.06); --line-2:rgba(255,255,255,0.12);
  /* Text */
  --t1:rgba(255,255,255,0.96); --t2:rgba(255,255,255,0.72);
  --t3:rgba(255,255,255,0.50); --t4:rgba(255,255,255,0.32);
  /* Brand */
  --accent:#b06bff; --accent-2:#8e3eff; --accent-dim:rgba(176,107,255,0.10);
  /* Semantic */
  --pos:#5ed3a0; --pos-dim:rgba(94,211,160,0.10);
  --neg:#ff7a6b; --neg-dim:rgba(255,122,107,0.10);
  --warn:#f0b840; --warn-dim:rgba(240,184,64,0.10);
  --info:#76a9ff; --info-dim:rgba(118,169,255,0.10);
  /* Data palette */
  --d1:#b06bff; --d2:#5ed3a0; --d3:#76a9ff; --d4:#ffa657; --d5:#ff7a9c;
  --d6:#7be7d1; --d7:#e89bff; --d8:#f0b840; --d9:#a3d56b; --d10:#76d9ff;
  /* Radii / motion */
  --r:10px; --r-lg:14px; --r-xl:20px;
  --t-fast:140ms; --t:200ms; --ease:cubic-bezier(.22,.61,.36,1);
  /* Type */
  --fd:"Inter Tight",sans-serif; --fb:"Inter",sans-serif;
  --fm:"JetBrains Mono",ui-monospace,monospace;
  --app-bg:
    radial-gradient(1100px 600px at 80% -120px, rgba(176,107,255,0.07), transparent 60%),
    radial-gradient(900px 560px at -10% 18%, rgba(118,169,255,0.045), transparent 52%),
    var(--bg);
}

*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  background:var(--app-bg); background-attachment:fixed;
  color:var(--t1); font-family:var(--fb); font-size:16px; line-height:1.55;
  -webkit-font-smoothing:antialiased; text-rendering:optimizeLegibility;
  overflow-x:hidden;
}
::selection{background:rgba(176,107,255,0.3);color:#fff}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button{font-family:inherit;border:none;background:none;color:inherit;cursor:pointer}

/* ─────────── TYPE PRIMITIVES ─────────── */
.eyebrow{
  font-family:var(--fm); font-weight:600; font-size:11.5px;
  letter-spacing:.22em; text-transform:uppercase; color:var(--t3);
  display:inline-flex; align-items:center; gap:9px;
}
.eyebrow .dot{width:5px;height:5px;border-radius:50%;background:var(--accent)}
.eyebrow.pos .dot{background:var(--pos)}

h1,h2,h3{font-family:var(--fd);font-weight:800;letter-spacing:-.035em;line-height:1.02;color:var(--t1)}
.lead{font-family:var(--fb);font-weight:400;color:var(--t2);font-size:clamp(16px,1.6vw,19px);line-height:1.55}

/* ─────────── LAYOUT ─────────── */
.wrap{width:100%;max-width:1200px;margin:0 auto;padding:0 28px}
section{position:relative}
.section-pad{padding:clamp(72px,10vw,128px) 0}

/* ─────────── BUTTONS ─────────── */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:9px;
  font-family:var(--fd);font-weight:600;font-size:15.5px;letter-spacing:-.01em;
  padding:14px 22px;border-radius:13px;border:1px solid transparent;
  transition:all var(--t-fast) var(--ease);white-space:nowrap;cursor:pointer;
}
.btn svg{width:18px;height:18px;flex-shrink:0}
.btn-primary{
  background:linear-gradient(180deg,#b873ff,var(--accent-2));color:#fff;
  box-shadow:0 14px 34px -10px rgba(176,107,255,.7),0 0 0 1px rgba(255,255,255,.07) inset;
}
.btn-primary:hover{transform:translateY(-1px);box-shadow:0 18px 40px -10px rgba(176,107,255,.85),0 0 0 1px rgba(255,255,255,.1) inset}
.btn-primary:active{transform:translateY(0)}
.btn-ghost{background:var(--surface-2);border-color:var(--line);color:var(--t1)}
.btn-ghost:hover{background:var(--surface-3);border-color:var(--line-2)}
.btn-lg{padding:17px 28px;font-size:17px;border-radius:14px}

/* ─────────── NAV ─────────── */
.nav{position:sticky;top:0;z-index:50;backdrop-filter:blur(14px);
  background:rgba(10,8,20,.62);border-bottom:1px solid transparent;transition:border-color var(--t),background var(--t)}
.nav.scrolled{border-bottom-color:var(--line);background:rgba(10,8,20,.82)}
.nav-inner{display:flex;align-items:center;gap:20px;height:68px}
.nav-links{display:flex;gap:6px;margin-left:auto}
.nav-links a{font-family:var(--fd);font-weight:500;font-size:14.5px;color:var(--t3);white-space:nowrap;
  padding:8px 14px;border-radius:9px;transition:color var(--t-fast),background var(--t-fast)}
.nav-links a:hover{color:var(--t1);background:var(--surface-2)}
.nav .btn{padding:10px 18px;font-size:14.5px}

/* Logo lockup */
.logo{display:inline-flex;align-items:center;gap:11px}
.logo svg{width:26px;height:26px;display:block}
.logo .word{font-family:var(--fd);font-weight:800;font-size:21px;letter-spacing:-.045em;color:var(--t1)}
.logo .word .pt{color:var(--accent)}

/* ─────────── HERO ─────────── */
.hero{padding-top:clamp(48px,7vw,84px);padding-bottom:clamp(56px,8vw,104px);overflow:hidden}
.hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:clamp(32px,5vw,72px);align-items:center}
.hero h1{font-size:clamp(40px,6.4vw,76px);text-wrap:balance}
.hero .lead{margin-top:22px;max-width:30ch}
.hero-cta{display:flex;gap:12px;margin-top:34px;flex-wrap:wrap}
.hero-trust{display:flex;align-items:center;gap:18px;margin-top:26px;flex-wrap:wrap;
  font-family:var(--fm);font-size:12px;letter-spacing:.04em;color:var(--t3)}
.hero-trust .ti{display:inline-flex;align-items:center;gap:7px}
.hero-trust svg{width:14px;height:14px;color:var(--pos)}
.hero-eyebrow{margin-bottom:24px}

.hero-visual{position:relative;display:flex;justify-content:center;align-items:center;min-height:520px}
.hero-visual .glow{position:absolute;width:420px;height:420px;border-radius:50%;
  background:radial-gradient(circle,rgba(176,107,255,.28),transparent 62%);filter:blur(24px);z-index:0}

/* ─────────── PHONE MOCKUP ─────────── */
.phone{position:relative;z-index:2;width:300px;flex-shrink:0;
  background:#050410;border-radius:44px;padding:9px;
  border:1px solid rgba(255,255,255,.10);
  box-shadow:0 50px 110px -28px rgba(0,0,0,.9),0 0 0 1px rgba(255,255,255,.03),
             0 0 80px -30px rgba(176,107,255,.45);}
.phone-screen{position:relative;border-radius:36px;overflow:hidden;background:var(--bg);
  display:flex;flex-direction:column;height:608px}
.phone-notch{position:absolute;top:0;left:50%;transform:translateX(-50%);
  width:118px;height:26px;background:#050410;border-radius:0 0 16px 16px;z-index:6}

/* TG status bar */
.tg-status{display:flex;align-items:center;justify-content:space-between;
  padding:11px 22px 5px;font-family:var(--fd);font-weight:600;font-size:13px;color:var(--t1)}
.tg-status .sb-right{display:flex;align-items:center;gap:5px}
.tg-status .sb-right svg{width:16px;height:11px;color:var(--t1)}
.tg-bars{display:flex;align-items:flex-end;gap:1.5px;height:11px}
.tg-bars i{width:3px;background:var(--t1);border-radius:1px}
.tg-bars i:nth-child(1){height:4px}.tg-bars i:nth-child(2){height:6px}
.tg-bars i:nth-child(3){height:8px}.tg-bars i:nth-child(4){height:11px}

/* TG app header */
.tg-head{display:flex;align-items:center;gap:12px;padding:6px 16px 12px}
.tg-head .hbtn{width:30px;height:30px;display:grid;place-items:center;color:var(--t3)}
.tg-head .hbtn svg{width:18px;height:18px}
.tg-head .htitle{flex:1;text-align:center;font-family:var(--fd);font-weight:700;font-size:15px;
  letter-spacing:-.02em;color:var(--t1)}
.tg-head .htitle .pt{color:var(--accent)}

.tg-body{flex:1;overflow:hidden;padding:0 14px 14px;display:flex;flex-direction:column;gap:11px}

/* segment in phone */
.p-seg{display:flex;gap:2px;background:var(--surface);border:1px solid var(--line);border-radius:11px;padding:3px}
.p-seg button{flex:1;font-family:var(--fd);font-size:11.5px;font-weight:500;color:var(--t3);
  padding:7px 4px;border-radius:8px}
.p-seg button.active{background:var(--surface-3);color:var(--t1);box-shadow:0 0 0 1px var(--line-2)}

/* balance card */
.p-balance{position:relative;background:var(--surface);border:1px solid var(--line);
  border-radius:var(--r-lg);padding:16px 16px 15px;overflow:hidden}
.p-balance .bglow{position:absolute;top:-30px;right:-30px;width:140px;height:140px;border-radius:50%;
  background:radial-gradient(circle,rgba(176,107,255,.22),transparent 65%)}
.p-balance .lbl{position:relative;font-family:var(--fm);font-weight:600;font-size:9px;letter-spacing:.16em;
  text-transform:uppercase;color:var(--t3);display:flex;align-items:center;gap:6px}
.p-balance .lbl .gd{width:5px;height:5px;border-radius:50%;background:var(--pos)}
.p-balance .amt{position:relative;font-family:var(--fd);font-weight:800;font-size:34px;letter-spacing:-.04em;
  color:var(--t1);margin-top:7px;display:flex;align-items:baseline;gap:6px}
.p-balance .amt .cur{font-size:16px;font-weight:600;color:var(--t3)}
.p-balance .meta{position:relative;display:flex;align-items:center;gap:9px;margin-top:11px}
.p-balance .delta{display:inline-flex;align-items:center;gap:4px;font-family:var(--fm);font-weight:600;
  font-size:11px;color:var(--pos);background:var(--pos-dim);padding:4px 8px;border-radius:7px}
.p-balance .delta svg{width:11px;height:11px}
.p-balance .sub{font-family:var(--fb);font-size:11px;color:var(--t3)}

/* stat tiles */
.p-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
.p-stat{background:var(--surface);border:1px solid var(--line);border-radius:11px;padding:10px 9px}
.p-stat .sh{display:flex;align-items:center;gap:5px;font-family:var(--fm);font-weight:600;font-size:8px;
  letter-spacing:.1em;text-transform:uppercase;color:var(--t3)}
.p-stat .sh .ic{width:15px;height:15px;border-radius:6px;display:grid;place-items:center}
.p-stat .sh .ic svg{width:9px;height:9px}
.p-stat .sv{font-family:var(--fd);font-weight:700;font-size:14px;letter-spacing:-.02em;margin-top:6px}
.p-stat.exp .ic{background:var(--neg-dim);color:var(--neg)} .p-stat.exp .sv{color:var(--neg)}
.p-stat.inc .ic{background:var(--pos-dim);color:var(--pos)} .p-stat.inc .sv{color:var(--pos)}
.p-stat.sav .ic{background:var(--accent-dim);color:var(--accent)} .p-stat.sav .sv{color:var(--t1)}

/* category breakdown */
.p-cats{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);padding:14px}
.p-cats .ch{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}
.p-cats .ch .t{font-family:var(--fm);font-weight:600;font-size:9px;letter-spacing:.14em;text-transform:uppercase;color:var(--t3)}
.p-cats .ch .a{font-family:var(--fd);font-weight:600;font-size:11px;color:var(--accent)}
.p-cat{display:grid;grid-template-columns:24px 1fr auto;gap:9px;align-items:center;margin-bottom:11px}
.p-cat:last-child{margin-bottom:0}
.p-cat .ci{width:24px;height:24px;border-radius:8px;display:grid;place-items:center}
.p-cat .ci svg{width:13px;height:13px}
.p-cat .cmid{display:flex;flex-direction:column;gap:5px;min-width:0}
.p-cat .cname{font-family:var(--fd);font-weight:500;font-size:12px;color:var(--t1)}
.p-cat .bar{height:4px;border-radius:3px;background:var(--surface-3);overflow:hidden}
.p-cat .bar i{display:block;height:100%;border-radius:3px}
.p-cat .cval{font-family:var(--fm);font-weight:500;font-size:11px;color:var(--t2);font-variant-numeric:tabular-nums}

/* bottom nav */
.p-nav{display:flex;justify-content:space-around;align-items:center;padding:9px 6px 16px;
  border-top:1px solid var(--line);margin:0 -14px -14px;background:var(--surface);border-radius:0 0 28px 28px}
.p-nav .nb{display:flex;flex-direction:column;align-items:center;gap:3px;color:var(--t4);
  font-family:var(--fd);font-size:8.5px;font-weight:500}
.p-nav .nb svg{width:19px;height:19px}
.p-nav .nb.active{color:var(--accent)}
.p-nav .nb.add{color:#fff}
.p-nav .nb.add .pl{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;margin-bottom:1px;
  background:linear-gradient(180deg,#b873ff,var(--accent-2));box-shadow:0 6px 16px -4px rgba(176,107,255,.7)}
.p-nav .nb.add .pl svg{width:18px;height:18px}

/* chat bubbles */
.chat{display:flex;flex-direction:column;gap:9px;padding:4px 2px}
.bubble{max-width:80%;padding:9px 13px;border-radius:16px;font-size:13.5px;font-family:var(--fb);line-height:1.4}
.bubble.me{align-self:flex-end;background:linear-gradient(180deg,#b873ff,var(--accent-2));color:#fff;border-bottom-right-radius:5px}
.bubble.bot{align-self:flex-start;background:var(--surface-2);border:1px solid var(--line);color:var(--t1);border-bottom-left-radius:5px}
.bubble .time{font-family:var(--fm);font-size:9px;opacity:.6;margin-top:3px;text-align:right}
.bot-card{align-self:flex-start;background:var(--surface);border:1px solid var(--line);border-radius:14px;
  padding:11px 13px;max-width:88%}
.bot-card .bcrow{display:flex;align-items:center;gap:10px}
.bot-card .bci{width:32px;height:32px;border-radius:9px;display:grid;place-items:center;
  background:var(--warn-dim);color:var(--warn)}
.bot-card .bci svg{width:16px;height:16px}
.bot-card .bcmid .bct{font-family:var(--fd);font-weight:600;font-size:13px}
.bot-card .bcmid .bcs{font-family:var(--fm);font-size:10px;color:var(--t3);margin-top:1px;letter-spacing:.04em}
.bot-card .bcamt{margin-left:auto;font-family:var(--fd);font-weight:700;font-size:15px;color:var(--neg)}
.bot-card .bcfoot{display:flex;align-items:center;gap:6px;margin-top:10px;padding-top:10px;border-top:1px solid var(--line);
  font-family:var(--fm);font-size:9.5px;letter-spacing:.08em;text-transform:uppercase;color:var(--pos)}
.bot-card .bcfoot svg{width:12px;height:12px}

/* ─────────── HOW IT WORKS ─────────── */
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:54px}
.step{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);padding:26px;
  transition:border-color var(--t),transform var(--t)}
.step:hover{border-color:var(--line-2)}
.step .num{font-family:var(--fm);font-weight:600;font-size:12px;letter-spacing:.14em;color:var(--accent)}
.step .si{width:46px;height:46px;border-radius:13px;display:grid;place-items:center;margin:18px 0 16px;
  background:var(--accent-dim);color:var(--accent);border:1px solid rgba(176,107,255,.18)}
.step .si svg{width:22px;height:22px}
.step h3{font-size:21px;letter-spacing:-.02em;margin-bottom:9px}
.step p{font-size:15px;color:var(--t2);line-height:1.5}
.step .demo{margin-top:18px}

/* mini demo chips */
.demo-input{display:flex;align-items:center;gap:9px;background:var(--surface-2);border:1px solid var(--line);
  border-radius:11px;padding:10px 13px;font-family:var(--fb);font-size:13.5px;color:var(--t1)}
.demo-input .send{margin-left:auto;width:26px;height:26px;border-radius:8px;display:grid;place-items:center;
  background:var(--accent);color:#fff}
.demo-input .send svg{width:13px;height:13px}
.demo-tag{display:inline-flex;align-items:center;gap:8px;background:var(--surface-2);border:1px solid var(--line);
  border-radius:10px;padding:8px 11px;font-family:var(--fd);font-weight:500;font-size:13px}
.demo-tag .tg{width:24px;height:24px;border-radius:7px;display:grid;place-items:center}
.demo-tag .tg svg{width:13px;height:13px}
.demo-tag .pct{margin-left:auto;font-family:var(--fm);font-size:11px;color:var(--pos)}
.demo-bars{display:flex;align-items:flex-end;gap:6px;height:62px}
.demo-bars .db{flex:1;border-radius:5px 5px 0 0;background:var(--surface-3)}
.demo-bars .db.hl{background:linear-gradient(180deg,var(--accent),var(--accent-2))}

/* ─────────── FEATURES ─────────── */
.feat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:54px}
.feat{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);padding:26px;
  transition:border-color var(--t),transform var(--t)}
.feat:hover{border-color:var(--line-2);transform:translateY(-2px)}
.feat .fi{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;margin-bottom:18px;
  background:var(--surface-2);border:1px solid var(--line)}
.feat .fi svg{width:22px;height:22px;color:var(--accent)}
.feat.ai .fi svg{color:var(--accent)} .feat.ai .fi{background:var(--accent-dim);border-color:rgba(176,107,255,.18)}
.feat h3{font-size:19px;letter-spacing:-.02em;margin-bottom:9px}
.feat p{font-size:14.5px;color:var(--t2);line-height:1.5}

/* ─────────── MOCKUP SHOWCASE ─────────── */
.showcase{display:flex;justify-content:center;align-items:flex-end;gap:0;margin-top:56px;position:relative;min-height:560px}
.showcase .glow{position:absolute;top:40px;left:50%;transform:translateX(-50%);width:680px;height:380px;border-radius:50%;
  background:radial-gradient(circle,rgba(118,169,255,.14),transparent 64%);filter:blur(30px);z-index:0}
.showcase .phone{transform:scale(.9)}
.showcase .ph-l{transform:scale(.82) translateX(60px) rotate(-5deg);z-index:1;opacity:.92}
.showcase .ph-c{z-index:3}
.showcase .ph-r{transform:scale(.82) translateX(-60px) rotate(5deg);z-index:1;opacity:.92}

/* ─────────── SECURITY ─────────── */
.sec-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:48px}
.sec{display:flex;gap:16px;align-items:flex-start;background:var(--surface);border:1px solid var(--line);
  border-radius:var(--r-lg);padding:24px}
.sec .xi{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;flex-shrink:0;
  background:var(--pos-dim);color:var(--pos);border:1px solid rgba(94,211,160,.18)}
.sec .xi svg{width:21px;height:21px}
.sec h3{font-size:16.5px;letter-spacing:-.01em;margin-bottom:7px;line-height:1.25}
.sec p{font-size:14px;color:var(--t3);line-height:1.5}

/* ─────────── CTA BAND ─────────── */
.cta-band{position:relative;border:1px solid var(--line-2);border-radius:var(--r-xl);overflow:hidden;
  padding:clamp(48px,7vw,84px) 32px;text-align:center;
  background:
    radial-gradient(700px 300px at 50% -40px,rgba(176,107,255,.18),transparent 65%),
    var(--surface)}
.cta-band .tally-bg{position:absolute;inset:0;opacity:.05;background-size:54px 54px;z-index:0}
.cta-band > *{position:relative;z-index:1}
.cta-band h2{font-size:clamp(32px,4.6vw,52px);text-wrap:balance}
.cta-band p{margin-top:16px;color:var(--t2);font-size:18px}
.cta-band .btn{margin-top:32px}

/* ─────────── FOOTER ─────────── */
.foot{border-top:1px solid var(--line);padding:56px 0 40px}
.foot-top{display:flex;gap:40px;justify-content:space-between;flex-wrap:wrap;margin-bottom:40px}
.foot .tagline{font-family:var(--fm);font-size:12px;letter-spacing:.06em;color:var(--t3);margin-top:14px;max-width:34ch}
.foot-cols{display:flex;gap:64px;flex-wrap:wrap}
.foot-col h4{font-family:var(--fm);font-weight:600;font-size:10.5px;letter-spacing:.16em;text-transform:uppercase;
  color:var(--t4);margin-bottom:14px}
.foot-col a,.foot-col span{display:block;font-family:var(--fb);font-size:14.5px;color:var(--t2);margin-bottom:10px;
  transition:color var(--t-fast)}
.foot-col a:hover{color:var(--t1)}
.foot-bottom{display:flex;justify-content:space-between;align-items:center;gap:18px;flex-wrap:wrap;
  padding-top:28px;border-top:1px solid var(--line);font-family:var(--fm);font-size:11.5px;color:var(--t4);letter-spacing:.03em}

/* integration strip */
.integ-block{display:flex;flex-direction:column;align-items:center;gap:13px;padding:24px 0}
.platforms{display:flex;align-items:center;gap:12px;flex-wrap:wrap;justify-content:center}
.platforms .os{font-family:var(--fm);font-size:12px;letter-spacing:.04em;color:var(--t3)}

/* ─────────── LEGAL PAGES ─────────── */
.legal{max-width:760px;margin:0 auto;padding:48px 28px 96px}
.legal .eyebrow{margin-bottom:18px}
.legal h1{font-size:clamp(34px,5vw,52px);margin-bottom:14px}
.legal .updated{font-family:var(--fm);font-size:12px;letter-spacing:.05em;color:var(--t3);margin-bottom:40px}
.legal h2{font-family:var(--fd);font-weight:700;font-size:22px;letter-spacing:-.02em;margin:38px 0 14px;color:var(--t1)}
.legal h3{font-family:var(--fd);font-weight:600;font-size:17px;margin:26px 0 10px;color:var(--t1)}
.legal p{font-size:15.5px;color:var(--t2);line-height:1.65;margin-bottom:14px}
.legal ul{margin:0 0 16px;padding-left:0;list-style:none;display:flex;flex-direction:column;gap:9px}
.legal li{font-size:15.5px;color:var(--t2);line-height:1.6;padding-left:22px;position:relative}
.legal li::before{content:'';position:absolute;left:4px;top:11px;width:5px;height:5px;border-radius:50%;background:var(--accent)}
.legal a.inline{color:var(--accent)}
.legal table{width:100%;border-collapse:collapse;margin:8px 0 22px;font-size:14.5px;
  border:1px solid var(--line);border-radius:var(--r-lg);overflow:hidden}
.legal thead th{background:var(--surface-2);text-align:left;font-family:var(--fd);font-weight:600;
  font-size:11.5px;letter-spacing:.06em;text-transform:uppercase;color:var(--t3);padding:12px 16px}
.legal td{padding:13px 16px;border-top:1px solid var(--line);color:var(--t2);line-height:1.5;vertical-align:top}
.legal td:first-child{font-family:var(--fd);font-weight:600;color:var(--t1);white-space:nowrap}
.legal .contact-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);
  padding:20px 22px;margin:6px 0 24px}
.legal .contact-card .row{display:flex;gap:10px;margin-bottom:8px;font-size:15px;color:var(--t2)}
.legal .contact-card .row:last-child{margin-bottom:0}
.legal .contact-card .row .k{font-family:var(--fm);font-size:11px;letter-spacing:.12em;text-transform:uppercase;
  color:var(--t4);min-width:120px;padding-top:2px}
.legal .note{font-family:var(--fb);font-size:13.5px;color:var(--t3);font-style:italic;line-height:1.6;
  border-top:1px solid var(--line);padding-top:22px;margin-top:32px}
.back-link{display:inline-flex;align-items:center;gap:8px;font-family:var(--fd);font-weight:500;font-size:14px;
  color:var(--t3);margin-bottom:28px;transition:color var(--t-fast);white-space:nowrap}
.back-link:hover{color:var(--t1)}
.back-link svg{width:16px;height:16px}

/* ─────────── REVEAL ANIM ─────────── */
@media (prefers-reduced-motion:no-preference){
  .reveal{opacity:0;transform:translateY(22px);transition:opacity .7s var(--ease),transform .7s var(--ease)}
  .reveal.in{opacity:1;transform:none}
}

/* ─────────── RESPONSIVE ─────────── */
@media(max-width:900px){
  .hero-grid{grid-template-columns:1fr;text-align:center}
  .hero .lead{margin-left:auto;margin-right:auto}
  .hero-cta,.hero-trust{justify-content:center}
  .hero-eyebrow{justify-content:center}
  .hero-visual{margin-top:20px;min-height:auto}
  .steps,.feat-grid,.sec-grid{grid-template-columns:1fr}
  .showcase{flex-direction:column;align-items:center;gap:32px;min-height:auto}
  .showcase .ph-l,.showcase .ph-r,.showcase .ph-c{transform:scale(.92);opacity:1}
  .nav-links{display:none}
}
@media(max-width:560px){
  .wrap{padding:0 18px}
  .hero h1{font-size:clamp(34px,11vw,48px)}
  .foot-cols{gap:36px}
}
