/* =========================================================
   OYNO — Elite Cricket DRS
   Dark navy / teal design system
   ========================================================= */
:root{
  --bg:         #0A1420;
  --bg-2:       #0D1B2B;
  --panel:      #101E30;
  --card:       #13233A;
  --card-2:     #16283F;
  --text:       #F4F7FB;
  --text-muted: #93A4BC;
  --text-dim:   #6C7C93;
  --teal:       #17D9B0;
  --teal-dark:  #0FB893;
  --teal-soft:  rgba(23,217,176,.12);
  --red:        #E5484D;
  --red-soft:   rgba(229,72,77,.12);
  --maroon:     #A32638;
  --pitch:      #2F6B3A;
  --border:     rgba(255,255,255,.08);
  --shadow:     rgba(0,0,0,.5);

  --display: 'Anton', sans-serif;
  --body: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --mono: 'Space Mono', monospace;
  --script: 'Caveat', cursive;

  --container: 1180px;
  --radius: 16px;
  --ease: cubic-bezier(.22,.9,.32,1);
}

@media (prefers-reduced-motion: reduce){
  *{ animation-duration:.001ms !important; animation-iteration-count:1 !important; transition-duration:.001ms !important; scroll-behavior:auto !important; }
}

*,*::before,*::after{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
body{
  margin:0; background:var(--bg); color:var(--text);
  font-family:var(--body); font-size:16px; line-height:1.6;
  -webkit-font-smoothing:antialiased;
}
img{ max-width:100%; display:block; }
a{ color:inherit; text-decoration:none; }
ul{ margin:0; padding:0; list-style:none; }
button{ font-family:inherit; cursor:pointer; }
::selection{ background:var(--teal); color:#04231c; }
:focus-visible{ outline:2px solid var(--teal); outline-offset:3px; }

.wrap{ max-width:var(--container); margin:0 auto; padding:0 28px; }

h1,h2,h3{ font-family:var(--display); font-weight:400; letter-spacing:.2px; margin:0; color:var(--text); }
h2{ font-size:clamp(26px,3.4vw,36px); line-height:1.12; }
p{ margin:0; }
.eyebrow{ font-family:var(--mono); font-size:12.5px; color:var(--teal); letter-spacing:.08em; }
.lede{ color:var(--text-muted); font-size:15.5px; max-width:48ch; }

/* --- recurring script-note motif --- */
.side-note{ text-align:right; }
.side-note .line{ font-family:var(--display); font-size:14px; letter-spacing:2px; color:rgba(244,247,251,.8); line-height:1.6; }
.side-note .squiggle{ width:60px; height:2px; background:var(--teal); margin:8px 0 0 auto; border-radius:2px; }
.script-note{ font-family:var(--script); font-size:20px; color:var(--teal); }

/* =========================================================
   Header
   ========================================================= */
.site-header{
  position:sticky; top:0; z-index:100; background:transparent;
  transition:background .35s var(--ease), box-shadow .35s var(--ease), padding .35s var(--ease);
  padding:18px 0;
}
.site-header.scrolled{ background:rgba(10,20,32,.9); backdrop-filter:blur(14px) saturate(140%); box-shadow:0 4px 24px -12px var(--shadow); padding:12px 0; }
.site-header .wrap{ display:flex; align-items:center; justify-content:space-between; gap:24px; }

.brand{ display:flex; align-items:center; gap:9px; }
.brand .mini-ball{ width:30px; height:30px; }
.brand .word{ font-family:var(--display); font-size:19px; letter-spacing:1px; color:#fff; }

.nav-links{ display:flex; gap:26px; align-items:center; }
.nav-links a{ position:relative; font-size:14px; font-weight:500; color:var(--text-muted); padding:6px 0; transition:color .25s; }
.nav-links a.active{ color:var(--teal); font-weight:600; }
.nav-links a.active::after{ content:""; position:absolute; left:0; right:0; bottom:-2px; height:2px; background:var(--teal); border-radius:2px; }
.nav-links a:hover{ color:#fff; }

.nav-toggle{ display:none; background:none; border:none; color:#fff; font-size:24px; }

.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:8px;
  font-family:var(--body); font-weight:700; font-size:14px;
  padding:11px 22px; border-radius:9px; border:none;
  transition:transform .3s var(--ease), box-shadow .3s var(--ease), background .3s;
  white-space:nowrap;
}
.btn-teal{ background:var(--teal); color:#04231c; box-shadow:0 10px 24px -10px rgba(23,217,176,.5); }
.btn-teal:hover{ background:var(--teal-dark); transform:translateY(-2px); box-shadow:0 16px 28px -10px rgba(23,217,176,.55); }
.btn-outline{ background:rgba(255,255,255,.03); color:#fff; border:1px solid var(--border); }
.btn-outline:hover{ background:rgba(255,255,255,.07); }

/* =========================================================
   Hero
   ========================================================= */
.hero{ position:relative; overflow:hidden; padding:70px 0 60px; }
.stadium-bg{
  position:absolute; inset:0; z-index:0;
  background:
    radial-gradient(ellipse 800px 500px at 20% -10%, rgba(23,217,176,.14), transparent 60%),
    radial-gradient(ellipse 600px 400px at 90% 0%, rgba(163,38,56,.14), transparent 60%),
    repeating-linear-gradient(180deg, rgba(255,255,255,.015) 0 2px, transparent 2px 40px),
    linear-gradient(180deg, #0A1420 0%, #0D1B2B 55%, #0A1420 100%);
}
.floodlight{ position:absolute; top:-30px; width:2px; height:200px; background:linear-gradient(180deg, rgba(255,255,255,.3), transparent); z-index:0; }
.floodlight.fl1{ left:6%; } .floodlight.fl2{ left:24%; } .floodlight.fl3{ right:10%; } .floodlight.fl4{ right:32%; }
.pitch-glow{ position:absolute; left:0; right:0; bottom:0; height:140px; background:linear-gradient(180deg, transparent, rgba(47,107,58,.18)); z-index:0; }

.batsman{ position:absolute; right:2%; bottom:-4%; width:220px; height:420px; opacity:.5; z-index:0; }

.hero .wrap{ position:relative; z-index:1; display:grid; grid-template-columns:1.1fr .9fr; gap:36px; align-items:center; }

.hero-logo-lockup{ display:flex; align-items:center; gap:16px; margin-bottom:6px; }
.hero-ball{ width:74px; height:74px; border-radius:50%; position:relative; overflow:hidden; box-shadow:0 20px 40px -16px rgba(0,0,0,.6); flex-shrink:0; }
.hero-ball .h{ position:absolute; top:0; bottom:0; width:52%; }
.hero-ball .h.l{ left:0; background:radial-gradient(circle at 35% 30%, #c53850, var(--maroon)); border-radius:50% 0 0 50%/50% 0 0 50%; }
.hero-ball .h.r{ right:0; background:radial-gradient(circle at 65% 30%, #6fb374, var(--pitch)); border-radius:0 50% 50% 0/0 50% 50% 0; }
.hero-ball .seam{ position:absolute; top:0; bottom:0; left:50%; width:10px; transform:translateX(-50%); background-image:repeating-linear-gradient(#fff 0 5px, transparent 5px 10px); background-size:2px 10px; background-position:center; background-repeat:repeat-y; opacity:.85; }
.hero-word{ font-family:var(--display); font-size:clamp(40px,6vw,64px); letter-spacing:2px; color:#fff; line-height:1; }
.hero-tagline-sub{ font-family:var(--mono); font-size:14px; letter-spacing:.35em; color:var(--teal); margin:6px 0 22px 4px; }

.hero-copy h1{ font-size:clamp(26px,3.4vw,36px); color:#fff; line-height:1.25; margin-bottom:14px; }
.hero-copy h1 .hl{ color:var(--teal); }
.hero-copy .lede{ margin-bottom:26px; }
.hero-cta{ display:flex; gap:14px; flex-wrap:wrap; margin-bottom:20px; }
.hero-foot{ font-size:13.5px; color:var(--text-muted); position:relative; display:inline-block; }
.hero-foot::after{ content:""; position:absolute; left:0; bottom:-4px; width:100%; height:1px; background:linear-gradient(90deg, var(--teal), transparent); }

.hero-visual{ position:relative; display:flex; justify-content:center; align-items:center; min-height:420px; }

/* =========================================================
   Section shell
   ========================================================= */
section{ padding:76px 0; position:relative; }
.section-head{ max-width:640px; margin-bottom:8px; }
.section-head h2{ margin-top:6px; margin-bottom:8px; }
.section-row{ display:flex; justify-content:space-between; align-items:flex-end; gap:30px; margin-bottom:44px; }
.alt{ background:var(--bg-2); }

.reveal{ opacity:0; transform:translateY(20px); transition:opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.is-visible{ opacity:1; transform:none; }

/* decorative blurred ball */
.ball-decor{ position:absolute; width:120px; height:120px; border-radius:50%; filter:blur(2px); opacity:.5; background:radial-gradient(circle at 35% 30%, #c53850, #6b1522 70%); box-shadow:0 0 60px 10px rgba(163,38,56,.25); }

/* =========================================================
   What is OYNO — 3 cards
   ========================================================= */
.what-grid{ display:grid; grid-template-columns:1.3fr .7fr; gap:40px; align-items:start; margin-bottom:44px; }
.tri-cards{ display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.tri-card{
  background:var(--card); border:1px solid var(--border); border-radius:14px; padding:22px;
  transition:transform .3s var(--ease), border-color .3s; transform-style:preserve-3d; will-change:transform;
}
.tri-card:hover{ border-color:rgba(23,217,176,.35); }
.tri-card .ic{ width:44px; height:44px; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:17px; margin-bottom:16px; }
.tri-card .ic.teal{ background:var(--teal-soft); color:var(--teal); }
.tri-card .ic.red{ background:var(--red-soft); color:var(--red); }
.tri-card h3{ font-family:var(--body); font-weight:700; font-size:15.5px; margin-bottom:5px; }
.tri-card p{ color:var(--text-muted); font-size:13px; }

/* =========================================================
   Core Features grid
   ========================================================= */
.feature-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.feature-card{
  background:var(--card); border:1px solid var(--border); border-radius:14px; padding:22px;
  display:flex; gap:14px; align-items:flex-start;
  transition:transform .3s var(--ease), border-color .3s; transform-style:preserve-3d; will-change:transform;
}
.feature-card:hover{ border-color:rgba(23,217,176,.35); }
.feature-card .ic{ width:42px; height:42px; border-radius:11px; display:flex; align-items:center; justify-content:center; font-size:16px; flex-shrink:0; }
.feature-card .ic.teal{ background:var(--teal-soft); color:var(--teal); }
.feature-card .ic.red{ background:var(--red-soft); color:var(--red); }
.feature-card h3{ font-family:var(--body); font-weight:700; font-size:15px; margin-bottom:4px; }
.feature-card p{ color:var(--text-muted); font-size:12.5px; }
.feature-card .badge60{ font-family:var(--mono); font-weight:700; font-size:14px; }

/* =========================================================
   How it works
   ========================================================= */
.steps-row{ display:flex; align-items:flex-start; gap:0; }
.step{ flex:1; text-align:left; position:relative; }
.step .dot{
  width:48px; height:48px; border-radius:50%; display:flex; align-items:center; justify-content:center;
  font-family:var(--mono); font-weight:700; font-size:17px; color:#04231c; background:var(--teal);
  margin-bottom:16px; box-shadow:0 10px 22px -8px rgba(23,217,176,.45);
}
.step h3{ font-family:var(--body); font-weight:700; font-size:15.5px; margin-bottom:5px; }
.step p{ color:var(--text-muted); font-size:13px; max-width:22ch; }
.step-arrow{ display:flex; align-items:center; justify-content:center; color:var(--text-dim); font-size:20px; padding-top:12px; width:40px; flex-shrink:0; }

/* =========================================================
   App Screens row (real screen recreations)
   ========================================================= */
.screens-row{ display:flex; gap:20px; overflow-x:auto; padding-bottom:12px; scrollbar-width:thin; }
.screen-item{ flex:0 0 auto; text-align:center; }
.screen-item .phone{
  width:170px; height:340px; border-radius:22px; background:#04070d; border:5px solid #050c17;
  box-shadow:0 20px 40px -18px rgba(0,0,0,.6); overflow:hidden; position:relative;
  transform-style:preserve-3d; will-change:transform; transition:transform .3s var(--ease);
}
.screen-item .caption{ margin-top:12px; font-size:13px; font-weight:600; color:var(--text-muted); }

/* =========================================================
   Account section
   ========================================================= */
.account-grid{ display:grid; grid-template-columns:1fr .8fr; gap:50px; align-items:center; }
.account-copy .lede{ margin:14px 0 26px; }
.account-cta{ display:flex; gap:14px; }
.account-visual{ position:relative; display:flex; justify-content:center; }
.account-visual .phone{ transform:rotate(4deg); }

/* =========================================================
   FAQ
   ========================================================= */
.faq-contact-grid{ display:grid; grid-template-columns:1.1fr .9fr; gap:50px; }
.faq-list{ }
.faq-item{ border-bottom:1px solid var(--border); }
.faq-item:first-child{ border-top:1px solid var(--border); }
.faq-q{
  width:100%; background:none; border:none; color:var(--text); text-align:left;
  display:flex; justify-content:space-between; align-items:center; gap:14px; padding:18px 0; font-size:15px; font-weight:600;
}
.faq-q .chev{ color:var(--text-dim); transition:transform .35s var(--ease); flex-shrink:0; font-size:14px; }
.faq-item.open .faq-q .chev{ transform:rotate(180deg); color:var(--teal); }
.faq-a{ max-height:0; overflow:hidden; transition:max-height .4s var(--ease); }
.faq-a p{ color:var(--text-muted); padding:0 0 18px; max-width:60ch; font-size:14px; }

.help-card h3{ font-family:var(--body); font-weight:700; font-size:18px; margin-bottom:10px; }
.help-card .lede{ margin-bottom:22px; }
.contact-box{ background:var(--card); border:1px solid var(--border); border-radius:14px; padding:22px; }
.contact-box .row{ display:flex; align-items:center; gap:12px; margin-bottom:18px; }
.contact-box .ic{ width:34px; height:34px; border-radius:9px; background:var(--teal-soft); color:var(--teal); display:flex; align-items:center; justify-content:center; font-size:14px; flex-shrink:0; }
.contact-box a.mail{ font-size:14.5px; font-weight:600; }

/* =========================================================
   CTA band
   ========================================================= */
.cta-band{ background:var(--bg-2); position:relative; overflow:hidden; }
.cta-band .wrap{ position:relative; z-index:1; display:flex; align-items:center; justify-content:space-between; gap:30px; flex-wrap:wrap; }
.cta-left{ display:flex; align-items:center; gap:16px; }
.cta-left .mini-ball{ width:48px; height:48px; flex-shrink:0; }
.cta-left h3{ font-family:var(--body); font-weight:700; font-size:19px; }
.cta-left p{ color:var(--text-muted); font-size:13.5px; margin-top:2px; }

/* =========================================================
   Footer
   ========================================================= */
footer{ background:var(--bg); padding-top:50px; }
.footer-top{ display:flex; justify-content:space-between; align-items:flex-start; flex-wrap:wrap; gap:30px; padding-bottom:34px; border-bottom:1px solid var(--border); }
.footer-brand-block .brand{ margin-bottom:6px; }
.footer-brand-block p{ color:var(--text-dim); font-size:12.5px; }
.footer-links-grid{ display:flex; flex-wrap:wrap; gap:10px 26px; max-width:420px; }
.footer-links-grid a{ color:var(--text-muted); font-size:13.5px; transition:color .2s; }
.footer-links-grid a:hover{ color:var(--teal); }
.footer-social{ display:flex; gap:10px; }
.footer-social a{
  width:36px; height:36px; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:13px; color:#fff;
  transition:transform .3s;
}
.footer-social a:hover{ transform:translateY(-3px); }
.footer-bottom{ padding:22px 0; text-align:center; }
.footer-bottom p{ font-size:13px; color:var(--text-muted); }
.footer-note{ font-size:11.5px; color:var(--text-dim); font-style:italic; max-width:640px; margin:8px auto 0; text-align:center; }

/* =========================================================
   Real app screen recreations (shared with previous build)
   ========================================================= */
.app-icon-sq{
  width:56px; height:56px; border-radius:15px; background:#173B6E;
  display:flex; align-items:center; justify-content:center; position:relative; margin:0 auto;
  box-shadow:0 10px 20px -8px rgba(0,0,0,.5);
}
.app-icon-sq .mini-ball{ width:40px; height:40px; border-radius:50%; position:relative; overflow:hidden; }
.app-icon-sq .mini-ball .h{ position:absolute; top:0; bottom:0; width:52%; }
.app-icon-sq .mini-ball .h.l{ left:0; background:var(--maroon); border-radius:50% 0 0 50%/50% 0 0 50%; }
.app-icon-sq .mini-ball .h.r{ right:0; background:var(--pitch); border-radius:0 50% 50% 0/0 50% 50% 0; }
.app-icon-sq .mini-ball .sm{ position:absolute; inset:0; background-image:repeating-linear-gradient(#fff 0 3px, transparent 3px 6px); background-size:2px 6px; background-position:center; background-repeat:repeat-y; opacity:.8; }
.app-icon-sq .letters{ position:absolute; inset:0; display:flex; align-items:center; justify-content:center; font-family:var(--display); font-size:13px; color:#fff; letter-spacing:1px; z-index:2; }

.bokeh{ position:absolute; inset:0; overflow:hidden; z-index:0; }
.bokeh span{ position:absolute; border-radius:50%; filter:blur(26px); opacity:.5; }
.bokeh .b1{ width:110px; height:110px; background:#2F63F2; left:-30px; top:35%; }
.bokeh .b2{ width:120px; height:120px; background:#A32638; right:-40px; top:20%; }
.bokeh .b3{ width:90px; height:90px; background:#17D9B0; right:10%; bottom:5%; }

.scr{ position:relative; height:100%; display:flex; flex-direction:column; z-index:1; }
.scr-status{ display:flex; justify-content:space-between; font-size:9px; color:#e6ebf4; font-family:var(--mono); position:relative; z-index:2; margin-bottom:8px; }

.scr-home .toprow{ display:flex; justify-content:space-between; align-items:center; position:relative; z-index:2; }
.scr-home .circ-ic{ width:22px; height:22px; border-radius:50%; border:1px solid var(--teal); color:var(--teal); display:flex; align-items:center; justify-content:center; font-size:10px; }
.scr-home .mid{ flex:1; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:14px; }
.scr-home .app-icon-sq{ width:60px; height:60px; }
.scr-home .app-icon-sq .mini-ball{ width:42px; height:42px; }
.scr-home .drs-tag{ font-family:var(--mono); font-size:8px; letter-spacing:.2em; color:var(--teal); }
.scr-home .btn-stack{ display:flex; flex-direction:column; gap:8px; }
.mini-btn{ font-size:10.5px; font-weight:700; text-align:center; padding:9px; border-radius:9px; letter-spacing:.03em; }
.mini-btn.solid-teal{ background:var(--teal); color:#04231c; }
.mini-btn.outline-dark{ background:rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.15); color:#cfd6e4; }
.mini-btn.outline-teal{ background:rgba(23,217,176,.08); border:1px solid var(--teal); color:var(--teal); }
.mini-btn.outline-red{ background:rgba(229,72,77,.08); border:1px solid var(--red); color:var(--red); }
.pro-pill{ align-self:center; font-family:var(--mono); font-size:8px; color:#8a97ab; border:1px solid rgba(255,255,255,.15); padding:3px 10px; border-radius:20px; }

.scr-auth{ padding-top:6px; }
.scr-auth h3{ font-family:var(--body); font-weight:800; font-size:15px; color:#fff; text-align:center; margin:10px 0 2px; }
.scr-auth .sub{ text-align:center; font-size:9.5px; color:#8a97ab; margin-bottom:12px; }
.scr-auth .tag{ text-align:center; font-family:var(--mono); font-size:8.5px; color:var(--teal); letter-spacing:.06em; margin-bottom:12px; }
.avatar-ph{ width:52px; height:52px; border-radius:50%; margin:0 auto 12px; background:linear-gradient(135deg,#3a4a63,#232f42); display:flex; align-items:center; justify-content:center; color:#8a97ab; font-size:18px; position:relative; }
.avatar-ph .pencil{ position:absolute; bottom:-2px; right:-2px; width:16px; height:16px; border-radius:50%; background:#0f1a2c; border:1px solid rgba(255,255,255,.3); display:flex; align-items:center; justify-content:center; font-size:8px; }
.mini-field{ background:rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.14); border-radius:9px; padding:9px 10px; font-size:9.5px; color:#8a97ab; margin-bottom:8px; display:flex; justify-content:space-between; }
.mini-field.focus{ border-color:var(--teal); color:#dfe6f0; }
.mini-field .show{ color:var(--teal); font-weight:600; }
.divider-or{ text-align:center; font-size:8.5px; color:#5c6b83; position:relative; margin:10px 0; }
.divider-or::before,.divider-or::after{ content:""; position:absolute; top:50%; width:38%; height:1px; background:rgba(255,255,255,.12); }
.divider-or::before{ left:0; } .divider-or::after{ right:0; }
.google-btn{ background:rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.14); border-radius:9px; padding:9px; text-align:center; font-size:10px; font-weight:600; color:#dfe6f0; margin-bottom:10px; }
.bottom-link{ text-align:center; font-size:9px; color:#8a97ab; }
.bottom-link b{ color:var(--teal); font-weight:700; }

.rec-bar{ display:flex; align-items:center; gap:8px; font-family:var(--mono); font-size:8.5px; background:rgba(255,255,255,.04); border-radius:8px; padding:7px 9px; margin-bottom:10px; }
.rec-bar .dot{ width:6px; height:6px; border-radius:50%; background:var(--red); }
.rec-bar .g{ color:#3ddc84; } .rec-bar .t{ color:var(--teal); } .rec-bar .r{ color:var(--red); margin-left:auto; }
.screen-off-pill{ align-self:flex-end; font-family:var(--mono); font-size:8px; color:#cfd6e4; border:1px solid rgba(255,255,255,.15); padding:4px 10px; border-radius:20px; margin-bottom:auto; }
.status-card{ background:rgba(255,255,255,.04); border-radius:12px; padding:12px; margin-top:auto; margin-bottom:12px; }
.status-card .row{ display:flex; justify-content:space-between; margin-bottom:8px; }
.status-card .lbl{ font-size:8px; color:#8a97ab; letter-spacing:.05em; }
.status-card .val{ font-size:11px; font-weight:700; color:#fff; }
.status-card .val.teal{ color:var(--teal); }
.status-card .val.red{ color:var(--red); }
.capture-actions{ display:flex; align-items:center; gap:8px; }
.capture-actions .rec-circle{ width:38px; height:38px; border-radius:50%; border:2px solid rgba(255,255,255,.3); display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.capture-actions .rec-circle span{ width:16px; height:16px; border-radius:5px; background:var(--red); }
.capture-actions .mini-btn{ flex:1; }

.scr-history .hd{ font-family:var(--display); font-size:16px; color:#fff; letter-spacing:.5px; position:relative; z-index:2; }
.scr-history .session-pill{ display:inline-block; margin-top:6px; font-family:var(--mono); font-size:8px; color:var(--teal); border:1px solid rgba(23,217,176,.4); padding:3px 9px; border-radius:20px; position:relative; z-index:2; }
.scr-history .empty{ flex:1; display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; gap:6px; position:relative; z-index:2; }
.scr-history .empty .cap{ font-family:var(--body); font-weight:800; font-size:11px; color:#9aa6b8; letter-spacing:.04em; }
.scr-history .empty .sub{ font-size:9px; color:#5c6b83; max-width:140px; }
.scr-history .btn-stack{ position:relative; z-index:2; }

.scr-delete .dim{ position:absolute; inset:0; background:rgba(0,0,0,.55); z-index:3; }
.delete-modal{ position:absolute; left:8%; right:8%; top:38%; background:#1a2438; border-radius:14px; padding:16px; z-index:4; box-shadow:0 20px 40px -10px rgba(0,0,0,.6); }
.delete-modal h4{ font-family:var(--body); font-weight:800; font-size:13px; color:#fff; margin-bottom:8px; }
.delete-modal p{ font-size:9px; color:#b7c0d1; margin-bottom:14px; line-height:1.5; }
.delete-modal .actions{ display:flex; justify-content:flex-end; gap:16px; }
.delete-modal .cancel{ font-size:10px; font-weight:700; color:#a78bfa; }
.delete-modal .del{ font-size:10px; font-weight:700; color:var(--red); }

/* =========================================================
   Simple legal pages
   ========================================================= */
.doc-hero{ padding:60px 0 34px; }
.doc-hero h1{ font-size:clamp(30px,4.4vw,44px); margin-top:8px; }
.doc-hero .updated{ font-family:var(--mono); font-size:12px; color:var(--text-dim); margin-top:8px; }
.doc-body{ max-width:760px; padding-bottom:80px; }
.doc-body h2{ font-size:20px; margin:34px 0 10px; font-family:var(--body); font-weight:700; }
.doc-body h2:first-child{ margin-top:0; }
.doc-body p, .doc-body li{ color:var(--text-muted); font-size:15px; margin-bottom:10px; }
.doc-body ol, .doc-body ul{ padding-left:20px; list-style:decimal; margin-bottom:14px; }
.doc-body ul{ list-style:disc; }
.back-link{ display:inline-flex; align-items:center; gap:8px; font-size:13px; font-weight:600; color:var(--teal); margin-bottom:16px; }

/* =========================================================
   Responsive
   ========================================================= */
@media (max-width:980px){
  .hero .wrap{ grid-template-columns:1fr; }
  .hero-visual{ order:-1; min-height:340px; }
  .what-grid, .account-grid, .faq-contact-grid{ grid-template-columns:1fr; }
  .side-note{ text-align:left; margin-top:20px; }
  .side-note .squiggle{ margin:8px auto 0 0; }
  .tri-cards, .feature-grid{ grid-template-columns:1fr 1fr; }
  .steps-row{ flex-wrap:wrap; gap:26px; }
  .step-arrow{ display:none; }
  .step{ flex:1 1 40%; }
  .footer-top{ flex-direction:column; }
}
@media (max-width:680px){
  .nav-links{
    display:none; position:absolute; top:100%; left:0; right:0; background:var(--bg);
    flex-direction:column; align-items:flex-start; gap:0; padding:8px 28px 18px; border-bottom:1px solid var(--border);
  }
  .nav-links.mobile-open{ display:flex; }
  .nav-links a{ width:100%; padding:12px 0; border-bottom:1px solid var(--border); }
  .nav-toggle{ display:block; }
  .tri-cards, .feature-grid{ grid-template-columns:1fr; }
  .step{ flex:1 1 100%; }
  .hero-cta{ flex-direction:column; align-items:stretch; }
  .account-cta{ flex-direction:column; }
  .cta-band .wrap{ flex-direction:column; align-items:flex-start; }
}

/* --- large phone variant (hero / account section) --- */
.phone-lg{
  width:230px; height:460px; border-radius:30px; background:#04070d; border:6px solid #050c17;
  box-shadow:0 30px 60px -20px rgba(0,0,0,.65); overflow:hidden; position:relative;
}

/* --- abstract batsman silhouette (decorative, not a real photo) --- */
.batsman{ position:absolute; z-index:0; }
.batsman .head{ width:26px; height:26px; border-radius:50%; background:#000; opacity:.55; margin:0 auto; }
.batsman .body{ width:70px; height:170px; background:#000; opacity:.55; margin:0 auto; clip-path:polygon(30% 0%, 70% 0%, 100% 100%, 0% 100%); }
.batsman .bat{ width:8px; height:110px; background:#000; opacity:.55; position:absolute; top:20px; right:6px; transform:rotate(28deg); border-radius:4px; }

/* =========================================================
   Logo 3D animation + hover polish
   ========================================================= */
.brand{ perspective:600px; }
.cta-left{ perspective:600px; }
.mini-ball{ transition:transform .7s var(--ease), filter .3s; transform-style:preserve-3d; }
.mini-ball:hover{ transform:rotateY(360deg) scale(1.1); filter:drop-shadow(0 6px 14px rgba(23,217,176,.45)); }

.hero-logo-lockup{ perspective:1100px; }
.hero-ball{ transform-style:preserve-3d; will-change:transform; cursor:pointer; }
.hero-ball:hover{ filter:drop-shadow(0 10px 26px rgba(23,217,176,.4)); }

.hero-word{ transition:transform .4s var(--ease), color .4s; }
.hero-logo-lockup:hover .hero-word{ color:var(--teal); transform:translateX(4px); }

/* =========================================================
   Design polish pass — icons, card depth, seam dividers,
   phone notch, refined hero type, button micro-interaction
   ========================================================= */

/* seam divider — cricket-ball stitching motif between sections */
.seam-divider{
  height:8px; position:relative; z-index:1;
  background-image:
    repeating-linear-gradient(90deg, var(--maroon) 0 8px, transparent 8px 15px),
    repeating-linear-gradient(90deg, var(--pitch) 0 8px, transparent 8px 15px);
  background-size:100% 2px; background-position:top,bottom; background-repeat:repeat-x;
  opacity:.32;
}

/* card depth — gradient surface + top accent line on hover */
.tri-card, .feature-card{
  position:relative; overflow:hidden;
  background:linear-gradient(160deg, var(--card-2), var(--card));
  box-shadow:0 14px 34px -22px rgba(0,0,0,.7);
}
.tri-card::before, .feature-card::before{
  content:""; position:absolute; top:0; left:50%; width:0; height:2px; transform:translateX(-50%);
  background:linear-gradient(90deg, transparent, var(--teal), transparent);
  transition:width .4s var(--ease);
}
.tri-card:hover::before, .feature-card:hover::before{ width:100%; }
.tri-card:hover, .feature-card:hover{ box-shadow:0 20px 44px -20px rgba(0,0,0,.75); }

.tri-card .ic, .feature-card .ic{ transition:transform .4s var(--ease); }
.tri-card:hover .ic, .feature-card:hover .ic{ transform:scale(1.1) rotate(-6deg); }
.tri-card .ic svg, .feature-card .ic svg{ width:18px; height:18px; }

/* svg icon sizing inside round/soft icon boxes */
.ic svg{ display:block; }

/* buttons — icon slide micro-interaction */
.btn{ position:relative; overflow:hidden; }
.btn .ico{ display:inline-flex; transition:transform .3s var(--ease); }
.btn:hover .ico{ transform:translateX(3px); }

/* refined hero wordmark — subtle gradient fill */
.hero-word{
  background:linear-gradient(135deg, #ffffff 30%, #cfe9ff 70%, #9fd9ff 100%);
  -webkit-background-clip:text; background-clip:text; color:transparent;
}
.hero-logo-lockup:hover .hero-word{ filter:drop-shadow(0 0 18px rgba(159,217,255,.45)); transform:translateX(3px); }

/* phone frame notch for realism */
.phone::before, .phone-lg::before{
  content:""; position:absolute; top:8px; left:50%; transform:translateX(-50%);
  width:46px; height:5px; border-radius:4px; background:rgba(255,255,255,.14); z-index:5;
}
.phone-lg::before{ width:60px; height:6px; top:10px; }

/* contact icon svg */
.contact-box .ic svg{ width:16px; height:16px; }

/* subtle vignette on hero for depth */
.hero::after{
  content:""; position:absolute; inset:0; z-index:0; pointer-events:none;
  background:radial-gradient(ellipse 900px 500px at 50% 0%, transparent 40%, rgba(10,20,32,.55) 100%);
}
