/* =========================================================
   Tapped In Technologies — Design System
   Dark mode · gradient-blend · premium startup aesthetic
   ========================================================= */

:root {
  --bg:            #050509;
  --bg-2:          #0a0a12;
  --surface:       rgba(255, 255, 255, 0.03);
  --surface-2:     rgba(255, 255, 255, 0.05);
  --border:        rgba(255, 255, 255, 0.08);
  --border-strong: rgba(255, 255, 255, 0.16);

  --text:          #f4f4f8;
  --text-soft:     #b8b9c8;
  --text-mute:     #7a7b8f;

  --c-blue:        #4f7cff;
  --c-indigo:      #6d5cff;
  --c-violet:      #a15cff;
  --c-pink:        #f45cc8;

  --grad: linear-gradient(120deg, #4f7cff 0%, #8b5cff 45%, #f45cc8 100%);
  --grad-soft: linear-gradient(120deg, rgba(79,124,255,.18), rgba(139,92,255,.16), rgba(244,92,200,.16));

  --radius:   20px;
  --radius-sm: 12px;
  --radius-lg: 30px;
  --shadow:   0 30px 80px -30px rgba(80, 90, 255, 0.35);
  --ring:     0 0 0 1px var(--border);

  --maxw: 1180px;
  --ease: cubic-bezier(.22,.61,.36,1);
  --font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font);
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
ul { list-style: none; }

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(60% 50% at 15% -5%, rgba(79,124,255,.22), transparent 60%),
    radial-gradient(55% 55% at 90% 0%, rgba(244,92,200,.14), transparent 60%),
    radial-gradient(45% 40% at 50% 110%, rgba(139,92,255,.18), transparent 60%),
    var(--bg);
}
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse 90% 60% at 50% 0%, #000 20%, transparent 75%);
  pointer-events: none;
}

.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
section { position: relative; }
.section-pad { padding: 120px 0; }

h1, h2, h3, h4 { line-height: 1.08; letter-spacing: -0.02em; font-weight: 700; }
.display { font-size: clamp(2.6rem, 6vw, 5rem); font-weight: 800; letter-spacing: -0.035em; }
.h2 { font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 800; letter-spacing: -0.03em; }
.h3 { font-size: clamp(1.3rem, 2vw, 1.6rem); }
.lead { font-size: clamp(1.05rem, 1.6vw, 1.3rem); color: var(--text-soft); }
.gradient-text {
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: .78rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase;
  color: var(--text-soft);
  padding: 7px 14px;
  border: 1px solid var(--border);
  border-radius: 100px;
  background: var(--surface);
  backdrop-filter: blur(8px);
}
.eyebrow .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--grad); box-shadow: 0 0 12px 2px rgba(139,92,255,.7); }
.section-head { max-width: 720px; margin-bottom: 60px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head .h2 { margin: 18px 0 16px; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-size: .98rem; font-weight: 600;
  padding: 14px 26px;
  border-radius: 100px;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .25s;
  white-space: nowrap;
}
.btn:active { transform: scale(.97); }
.btn-primary { color: #fff; background: var(--grad); background-size: 160% 160%; box-shadow: 0 12px 40px -12px rgba(139,92,255,.75); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 20px 50px -12px rgba(139,92,255,.9); background-position: 100% 0; }
.btn-ghost { color: var(--text); background: var(--surface-2); border: 1px solid var(--border-strong); backdrop-filter: blur(8px); }
.btn-ghost:hover { transform: translateY(-2px); background: rgba(255,255,255,.09); border-color: rgba(255,255,255,.28); }
.btn-lg { padding: 17px 34px; font-size: 1.05rem; }
.btn .arrow { transition: transform .25s var(--ease); }
.btn:hover .arrow { transform: translateX(4px); }

.nav { position: sticky; top: 0; z-index: 100; transition: background .3s, border-color .3s, backdrop-filter .3s; border-bottom: 1px solid transparent; }
.nav.scrolled { background: rgba(6,6,12,.7); backdrop-filter: blur(18px) saturate(1.4); border-bottom: 1px solid var(--border); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.brand { display: flex; align-items: center; gap: 11px; font-weight: 700; letter-spacing: -.02em; font-size: 1.06rem; }
.brand .logo { width: 34px; height: 34px; border-radius: 10px; background: var(--grad); display: grid; place-items: center; box-shadow: 0 6px 20px -6px rgba(139,92,255,.9); position: relative; }
.brand .logo svg { width: 19px; height: 19px; }
.brand small { display: block; font-size: .62rem; font-weight: 500; letter-spacing: .18em; color: var(--text-mute); text-transform: uppercase; margin-top: -2px; }
.nav-links { display: flex; align-items: center; gap: 6px; }
.nav-links a.link { padding: 9px 15px; border-radius: 100px; font-size: .93rem; color: var(--text-soft); transition: color .2s, background .2s; }
.nav-links a.link:hover { color: var(--text); background: var(--surface); }
.nav-links a.link.active { color: var(--text); background: var(--surface-2); }
.nav-cta { margin-left: 10px; }
.nav-toggle { display: none; width: 42px; height: 42px; border-radius: 12px; border: 1px solid var(--border); background: var(--surface); }
.nav-toggle span { display:block; width:18px; height:2px; background: var(--text); margin: 3px auto; border-radius: 2px; transition: .3s; }

.hero { padding: 90px 0 70px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
.hero h1 { margin: 22px 0 22px; }
.hero .lead { max-width: 540px; }
.hero-cta { display: flex; gap: 14px; margin-top: 34px; flex-wrap: wrap; }
.hero-trust { display: flex; align-items: center; gap: 22px; margin-top: 40px; color: var(--text-mute); font-size: .86rem; flex-wrap: wrap; }
.hero-trust .item { display: flex; align-items: center; gap: 8px; }
.hero-trust svg { width: 16px; height: 16px; color: var(--c-violet); }

.hero-visual { position: relative; height: 520px; display: grid; place-items: center; }
.orbit { position: absolute; border: 1px solid var(--border); border-radius: 50%; animation: spin 26s linear infinite; }
.orbit.o1 { width: 440px; height: 440px; }
.orbit.o2 { width: 320px; height: 320px; animation-duration: 20s; animation-direction: reverse; border-style: dashed; border-color: rgba(255,255,255,.06); }
@keyframes spin { to { transform: rotate(360deg); } }
.orbit .node { position: absolute; top: -6px; left: 50%; transform: translateX(-50%); width: 12px; height: 12px; border-radius: 50%; background: var(--grad); box-shadow: 0 0 16px 3px rgba(139,92,255,.8); }

.device { position: relative; z-index: 3; width: 218px; height: 440px; border-radius: 40px; background: linear-gradient(160deg, #16161f, #0c0c14); border: 1px solid var(--border-strong); box-shadow: 0 40px 90px -30px rgba(0,0,0,.8), inset 0 1px 0 rgba(255,255,255,.08); padding: 12px; transform: rotate(-8deg); }
.device .screen { width: 100%; height: 100%; border-radius: 30px; overflow: hidden; background: radial-gradient(120% 90% at 50% 0%, rgba(139,92,255,.28), transparent 60%), #0b0b13; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; position: relative; }
.device .notch { position:absolute; top:12px; left:50%; transform:translateX(-50%); width:70px; height:6px; border-radius:100px; background: rgba(255,255,255,.12); }
.device .avatar { width: 74px; height: 74px; border-radius: 22px; background: var(--grad); display:grid; place-items:center; box-shadow: 0 12px 30px -8px rgba(139,92,255,.8); }
.device .avatar svg { width: 34px; height: 34px; color: #fff; }
.device .pill { width: 120px; height: 11px; border-radius: 100px; background: rgba(255,255,255,.12); }
.device .pill.sm { width: 78px; height: 9px; background: rgba(255,255,255,.07); }
.device .btn-row { display: flex; gap: 8px; margin-top: 6px; }
.device .mini { width: 30px; height: 30px; border-radius: 10px; background: var(--surface-2); border:1px solid var(--border); }

.nfc-card { position: absolute; z-index: 4; bottom: 44px; right: 8px; width: 210px; height: 132px; border-radius: 18px; background: linear-gradient(135deg, rgba(79,124,255,.9), rgba(139,92,255,.85) 55%, rgba(244,92,200,.85)); box-shadow: 0 30px 60px -18px rgba(139,92,255,.6), inset 0 1px 0 rgba(255,255,255,.35); transform: rotate(9deg); padding: 16px; color: #fff; animation: float 5s var(--ease) infinite; }
@keyframes float { 0%,100%{ transform: rotate(9deg) translateY(0);} 50%{ transform: rotate(9deg) translateY(-12px);} }
.nfc-card .nfc-top { display:flex; justify-content: flex-end; align-items:flex-start; }
.nfc-card .wave svg { width: 26px; height: 26px; color: rgba(255,255,255,.92); }
.nfc-card .name { position:absolute; bottom: 16px; left:16px; font-weight:700; letter-spacing:-.01em; }
.nfc-card .name span { display:block; font-size:.72rem; font-weight:500; opacity:.85; }

.tap-ping { position: absolute; z-index: 5; top: 50%; left: 54%; width: 20px; height: 20px; border-radius: 50%; }
.tap-ping::before, .tap-ping::after { content:""; position:absolute; inset:0; border-radius:50%; border: 2px solid rgba(161,92,255,.7); animation: ping 2.6s var(--ease) infinite; }
.tap-ping::after { animation-delay: 1.3s; }
@keyframes ping { 0%{ transform: scale(.4); opacity:.9;} 80%,100%{ transform: scale(5.5); opacity:0;} }

.trustbar { border-top:1px solid var(--border); border-bottom:1px solid var(--border); padding: 26px 0; }
.trustbar .row { display:flex; align-items:center; justify-content: space-between; gap: 30px; flex-wrap: wrap; }
.trustbar .stat { text-align:center; flex:1; min-width: 130px; }
.trustbar .stat b { display:block; font-size: 1.8rem; font-weight:800; letter-spacing:-.03em; }
.trustbar .stat span { font-size:.82rem; color: var(--text-mute); }

.grid { display: grid; gap: 22px; }
.grid.cols-2 { grid-template-columns: repeat(2,1fr); }
.grid.cols-3 { grid-template-columns: repeat(3,1fr); }

.card { position: relative; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 30px; transition: transform .3s var(--ease), border-color .3s, background .3s; overflow: hidden; }
.card::before { content:""; position:absolute; inset:0; border-radius: inherit; padding:1px; background: var(--grad); opacity:0; transition: opacity .3s; -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; }
.card:hover { transform: translateY(-6px); background: var(--surface-2); }
.card:hover::before { opacity: .8; }
.card .icon { width: 50px; height: 50px; border-radius: 14px; display: grid; place-items: center; margin-bottom: 20px; background: var(--grad-soft); border: 1px solid var(--border); color: #cdb8ff; }
.card .icon svg { width: 24px; height: 24px; }
.card h3 { margin-bottom: 10px; }
.card p { color: var(--text-soft); font-size: .96rem; }
.card .taps { margin-top: 18px; display: grid; gap: 9px; }
.card .tap { display: flex; align-items: center; gap: 10px; font-size: .9rem; color: var(--text-soft); }
.card .tap .tapdot { flex: none; width: 22px; height: 22px; border-radius: 7px; display:grid; place-items:center; background: var(--surface-2); border:1px solid var(--border); color: var(--c-violet); font-size: .7rem; font-weight: 700; }

.paths { display:grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.path { position: relative; padding: 40px; border-radius: var(--radius-lg); border: 1px solid var(--border); overflow: hidden; background: linear-gradient(180deg, var(--surface-2), transparent); transition: transform .3s var(--ease), border-color .3s; }
.path:hover { transform: translateY(-6px); border-color: var(--border-strong); }
.path .glow { position:absolute; width: 260px; height:260px; border-radius:50%; filter: blur(70px); opacity:.4; top:-80px; right:-60px; z-index:0; }
.path.personal .glow { background: var(--c-blue); }
.path.business .glow { background: var(--c-pink); }
.path > * { position: relative; z-index: 1; }
.path .tag { font-size:.75rem; font-weight:700; letter-spacing:.1em; text-transform:uppercase; color: var(--text-mute); }
.path h3 { font-size: 1.9rem; margin: 8px 0 10px; letter-spacing:-.03em; }
.path .feats { display:grid; gap: 11px; margin: 24px 0 28px; }
.path .feat { display:flex; align-items:center; gap:12px; color: var(--text-soft); font-size:.98rem; }
.path .feat svg { width:18px; height:18px; flex:none; color: var(--c-violet); }

.steps { display:grid; grid-template-columns: repeat(4,1fr); gap: 20px; counter-reset: step; }
.step { position: relative; padding: 30px 26px; border-radius: var(--radius); background: var(--surface); border: 1px solid var(--border); }
.step .num { font-size: .8rem; font-weight:700; letter-spacing:.1em; color: var(--c-violet); display:flex; align-items:center; gap:8px; margin-bottom: 18px; }
.step .num .ring { width:30px;height:30px;border-radius:50%; border:1px solid var(--border-strong); display:grid; place-items:center; font-size:.9rem; color: var(--text); background: var(--surface-2); }
.step h3 { font-size: 1.12rem; margin-bottom: 8px; }
.step p { color: var(--text-soft); font-size:.92rem; }
.step .connector { position:absolute; top: 45px; right: -12px; width: 24px; height: 2px; background: linear-gradient(90deg, var(--c-violet), transparent); z-index:2; }

.product { position: relative; border-radius: var(--radius-lg); overflow:hidden; border:1px solid var(--border); background: var(--surface); transition: transform .3s var(--ease), border-color .3s; display:flex; flex-direction:column; }
.product:hover { transform: translateY(-6px); border-color: var(--border-strong); }
.product .visual { height: 220px; display:grid; place-items:center; position:relative; overflow:hidden; background: radial-gradient(120% 100% at 50% 0%, rgba(139,92,255,.22), transparent 65%), var(--bg-2); border-bottom: 1px solid var(--border); }
.product .body { padding: 26px 28px 30px; }
.product .body .k { font-size:.74rem; font-weight:700; letter-spacing:.12em; text-transform:uppercase; color: var(--c-violet); }
.product .body h3 { margin: 8px 0 10px; font-size: 1.35rem; }
.product .body p { color: var(--text-soft); font-size:.95rem; }
.product.wide { grid-column: 1 / -1; flex-direction: row; align-items: stretch; }
.product.wide .visual { width: 46%; height: auto; border-bottom:none; border-right:1px solid var(--border); }
.product.wide .body { padding: 44px; display:flex; flex-direction:column; justify-content:center; }

.pv-card { width:170px;height:108px;border-radius:15px;background:var(--grad);transform:rotate(-8deg);box-shadow:0 24px 50px -14px rgba(139,92,255,.6), inset 0 1px 0 rgba(255,255,255,.4); position:relative; }
.pv-card .pv-wave { position:absolute; top:14px; right:16px; }
.pv-card .pv-wave svg { width:26px; height:26px; color:rgba(255,255,255,.9); }
.pv-card .pv-name { position:absolute; left:16px; bottom:16px; }
.pv-card .pv-name b { display:block; width:64px; height:9px; border-radius:100px; background:rgba(255,255,255,.85); }
.pv-card .pv-name i { display:block; width:44px; height:7px; margin-top:6px; border-radius:100px; background:rgba(255,255,255,.5); }

.price-tabs { display:inline-flex; gap:6px; padding:6px; border:1px solid var(--border); border-radius:100px; background: var(--surface); margin: 0 auto 44px; }
.price-tabs button { padding:10px 22px; border-radius:100px; font-weight:600; font-size:.92rem; color: var(--text-soft); transition:.25s; }
.price-tabs button.active { background: var(--grad); color:#fff; box-shadow:0 8px 24px -8px rgba(139,92,255,.8); }

.plans { display:grid; gap: 22px; }
.plans.p2 { grid-template-columns: repeat(2,1fr); max-width: 760px; margin: 0 auto; }
.plans.p3 { grid-template-columns: repeat(3,1fr); }
.plan { position: relative; padding: 34px 30px; border-radius: var(--radius-lg); border: 1px solid var(--border); background: var(--surface); display:flex; flex-direction:column; transition: transform .3s var(--ease), border-color .3s; }
.plan:hover { transform: translateY(-6px); }
.plan.featured { border-color: transparent; background: linear-gradient(180deg, rgba(139,92,255,.14), var(--surface)); box-shadow: var(--shadow); }
.plan.featured::before { content:""; position:absolute; inset:0; border-radius:inherit; padding:1px; background: var(--grad); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; }
.plan .badge { position:absolute; top:20px; right:20px; font-size:.68rem; font-weight:700; letter-spacing:.08em; text-transform:uppercase; padding:5px 11px; border-radius:100px; background: var(--grad); color:#fff; }
.plan .pname { font-size:.82rem; font-weight:700; letter-spacing:.1em; text-transform:uppercase; color: var(--c-violet); }
.plan .ptitle { font-size: 1.5rem; font-weight:800; letter-spacing:-.02em; margin: 6px 0 4px; }
.plan .pdesc { color: var(--text-soft); font-size:.94rem; min-height: 44px; }
.plan .price { font-size: 2.6rem; font-weight:800; letter-spacing:-.03em; margin: 16px 0 4px; }
.plan .price small { font-size:.95rem; font-weight:500; color: var(--text-mute); }
.plan .price.custom { font-size: 1.7rem; }
.plan .plist { display:grid; gap:12px; margin: 24px 0 28px; }
.plan .pitem { display:flex; gap:11px; align-items:flex-start; font-size:.93rem; color: var(--text-soft); }
.plan .pitem svg { width:18px;height:18px;flex:none;color:var(--c-violet);margin-top:2px; }
.plan .btn { margin-top: auto; width: 100%; }

.why-grid { display:grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.why { padding: 28px; border-radius: var(--radius); border:1px solid var(--border); background: var(--surface); transition: transform .3s var(--ease), background .3s; }
.why:hover { transform: translateY(-5px); background: var(--surface-2); }
.why .icon { width:46px;height:46px;border-radius:13px;display:grid;place-items:center;margin-bottom:18px;background:var(--grad-soft);border:1px solid var(--border);color:#cdb8ff;}
.why .icon svg{width:22px;height:22px;}
.why h3 { font-size:1.12rem; margin-bottom:8px; }
.why p { color: var(--text-soft); font-size:.93rem; }

.vs { display:inline-flex; align-items:center; gap:10px; font-size:.9rem; color: var(--text-soft); background: var(--surface); border:1px solid var(--border); padding: 8px 16px; border-radius:100px; }
.vs b { color: var(--text); }
.vs .fast { color:#7CFFB0; font-weight:700; }

.about-card { border-radius: var(--radius-lg); border:1px solid var(--border); background: linear-gradient(160deg, var(--surface-2), transparent); padding: 56px; position: relative; overflow:hidden; }
.about-card .glow { position:absolute; width:340px;height:340px;border-radius:50%;filter:blur(90px);opacity:.35;background:var(--grad);top:-120px;right:-80px; }
.about-card > * { position: relative; z-index:1; }
.about-quote { font-size: clamp(1.4rem,2.6vw,2rem); font-weight:700; letter-spacing:-.02em; line-height:1.35; max-width: 780px; }
.about-vals { display:flex; gap: 40px; margin-top: 40px; flex-wrap:wrap; }
.about-vals .v b { display:block; font-size:1.5rem; font-weight:800; letter-spacing:-.02em; }
.about-vals .v span { color: var(--text-mute); font-size:.9rem; }

.cta-band { border-radius: var(--radius-lg); overflow:hidden; position:relative; border:1px solid var(--border); background: radial-gradient(120% 130% at 50% 0%, rgba(139,92,255,.28), transparent 60%), var(--bg-2); padding: 64px 48px; }
.contact-grid { display:grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items:start; }
.form { display:grid; gap: 14px; }
.field { display:grid; gap:7px; }
.field label { font-size:.82rem; font-weight:600; color: var(--text-soft); }
.field input, .field textarea, .field select { width:100%; padding: 13px 15px; border-radius: 12px; background: var(--surface); border:1px solid var(--border); color: var(--text); font-family: inherit; font-size:.95rem; transition: border-color .2s, background .2s; }
.field input:focus, .field textarea:focus, .field select:focus { outline:none; border-color: var(--c-violet); background: var(--surface-2); }
.field textarea { min-height: 110px; resize: vertical; }
.form .row2 { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.form-note { font-size:.82rem; color: var(--text-mute); }

.contact-side .cs-item { display:flex; gap:14px; padding: 18px 0; border-bottom:1px solid var(--border); transition: transform .2s var(--ease); }
a.cs-item:hover { transform: translateX(3px); }
a.cs-item:hover h4 { color: var(--c-violet); }
.contact-side .cs-item:last-child { border-bottom:none; }
.contact-side .cs-item .ic { width:42px;height:42px;border-radius:12px;background:var(--grad-soft);border:1px solid var(--border);display:grid;place-items:center;color:#cdb8ff;flex:none;}
.contact-side .cs-item .ic svg{width:20px;height:20px;}
.contact-side .cs-item h4 { font-size:1rem; transition: color .2s; }
.contact-side .cs-item p { font-size:.9rem; color: var(--text-soft); word-break: break-word; }

.subscribe { display:flex; gap:10px; margin-top: 10px; }
.subscribe input { flex:1; }

.page-hero { padding: 80px 0 40px; text-align:center; }
.page-hero .display { font-size: clamp(2.3rem,5vw,3.8rem); }
.page-hero .lead { max-width: 640px; margin: 20px auto 0; }

.footer { border-top:1px solid var(--border); padding: 60px 0 40px; margin-top: 40px; }
.footer-top { display:grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 30px; margin-bottom: 44px; }
.footer .brand { margin-bottom: 16px; }
.footer p.blurb { color: var(--text-soft); font-size:.92rem; max-width: 280px; }
.footer h5 { font-size:.78rem; letter-spacing:.12em; text-transform:uppercase; color: var(--text-mute); margin-bottom: 16px; }
.footer ul li { margin-bottom: 10px; }
.footer ul li a { color: var(--text-soft); font-size:.93rem; transition: color .2s; }
.footer ul li a:hover { color: var(--text); }
.footer-bottom { display:flex; justify-content:space-between; align-items:center; padding-top: 26px; border-top:1px solid var(--border); color: var(--text-mute); font-size:.85rem; flex-wrap:wrap; gap:12px; }
.footer-bottom .socials { display:flex; gap:10px; }
.footer-bottom .socials a { width:36px;height:36px;border-radius:10px;border:1px solid var(--border);display:grid;place-items:center;color:var(--text-soft);transition:.2s;}
.footer-bottom .socials a:hover { color:var(--text); border-color: var(--border-strong); background: var(--surface); }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .08s; }
.reveal.d2 { transition-delay: .16s; }
.reveal.d3 { transition-delay: .24s; }
.reveal.d4 { transition-delay: .32s; }

@media (max-width: 960px) {
  .hero-grid { grid-template-columns: 1fr; gap: 20px; }
  .hero-visual { height: 420px; order: -1; }
  .paths, .grid.cols-3, .why-grid, .contact-grid, .plans.p3 { grid-template-columns: 1fr; }
  .grid.cols-2 { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
  .step .connector { display:none; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .product.wide { flex-direction: column; }
  .product.wide .visual { width:100%; height: 200px; border-right:none; border-bottom:1px solid var(--border); }
  .plans.p2 { grid-template-columns:1fr; }
}
@media (max-width: 780px) {
  .nav-links { position: fixed; inset: 72px 0 auto 0; flex-direction: column; align-items: stretch; background: rgba(6,6,12,.96); backdrop-filter: blur(20px); padding: 16px 20px 24px; gap: 4px; border-bottom:1px solid var(--border); transform: translateY(-120%); transition: transform .35s var(--ease); }
  .nav-links.open { transform: translateY(0); }
  .nav-links a.link { padding: 13px 16px; }
  .nav-cta { margin: 8px 0 0; }
  .nav-toggle { display:block; }
  .section-pad { padding: 84px 0; }
  .about-card, .cta-band { padding: 34px 24px; }
  .about-vals { gap: 26px; }
}
@media (max-width: 480px) {
  .steps { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; }
  .trustbar .row { gap: 18px; }
  .form .row2 { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; scroll-behavior: auto; }
  .reveal { opacity:1; transform:none; }
}
