:root{
  --primary:#10B981;
  --primary-variant:#059669;
  --primary-tint: rgba(16,185,129,0.09);
  --primary-tint-2: rgba(16,185,129,0.16);
  --bg:#F8FAFC;
  --surface:#F1F5F9;
  --success:#10B981;
  --success-tint: rgba(16,185,129,0.12);
  --warning:#FF9800;
  --danger:#E53935;
  --danger-tint: rgba(229,57,53,0.1);
  --text:#0F172A;
  --text-soft:#64748B;
  --line: rgba(15,23,42,0.07);
  --display:'Sora', sans-serif;
  --body:'Inter', sans-serif;
  --mono:'IBM Plex Mono', monospace;
  --shadow-lg: 0 30px 60px -24px rgba(15,23,42,0.22);
  --shadow-md: 0 16px 32px -18px rgba(15,23,42,0.18);
  --shadow-green: 0 18px 34px -14px rgba(16,185,129,0.45);
}

*{margin:0;padding:0;box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{
  font-family:var(--body);
  background:var(--bg);
  color:var(--text);
  line-height:1.55;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
a{color:inherit; text-decoration:none;}
img,svg{display:block;}
.wrap{max-width:1200px; margin:0 auto; padding:0 32px;}
::selection{background:var(--primary-tint-2); color:var(--primary-variant);}

/* background ambience */
.bg-blob{
  position:fixed; inset:0; z-index:-1; pointer-events:none; overflow:hidden;
}
.bg-blob span{
  position:absolute; border-radius:50%; filter:blur(90px); opacity:0.35;
}
.bg-blob .b1{ width:520px; height:520px; background:var(--primary); top:-180px; right:-140px; opacity:0.18;}
.bg-blob .b2{ width:420px; height:420px; background:var(--primary-variant); bottom:10%; left:-160px; opacity:0.12;}
.bg-blob .b3{ width:340px; height:340px; background:var(--success); bottom:-120px; right:12%; opacity:0.08;}

/* reveal */
.reveal{opacity:0; transform:translateY(26px); transition:opacity .7s ease, transform .7s ease;}
.reveal.is-visible{opacity:1; transform:translateY(0);}
@media (prefers-reduced-motion: reduce){ .reveal{opacity:1;transform:none;transition:none;} html{scroll-behavior:auto;} }

/* ============ NAV ============ */
header.site{
  position:sticky; top:0; z-index:80;
  background:rgba(248,250,252,0.82);
  backdrop-filter:blur(14px);
  border-bottom:1px solid var(--line);
}
.nav{display:flex; align-items:center; justify-content:space-between; padding:16px 32px; max-width:1200px; margin:0 auto;}
.brand{display:flex; align-items:center; gap:11px;}
.brand-mark{
  width:50px; height:50px; border-radius:12px;
}
.brand-mark img{height:50px; width:auto;}
.brand-word{font-family:var(--display); font-weight:700; font-size:20px; letter-spacing:-0.01em;}
.brand-word strong{display:block; line-height:1.4;}
.brand-word span{display:block; font-size:12px; color:var(--text-soft); font-weight:500; letter-spacing:0.02em; margin-top:-2px;}
nav.links{display:flex; align-items:center; gap:36px;}
nav.links a{font-size:14.5px; color:var(--text-soft); font-weight:500; transition:color .2s ease;}
nav.links a:hover{color:var(--text);}
.btn-primary{
  background:linear-gradient(135deg, var(--primary), var(--primary-variant));
  color:#fff; padding:12px 24px; border-radius:999px; font-weight:600; font-size:14.5px;
  display:inline-flex; align-items:center; gap:8px; box-shadow:var(--shadow-green);
  transition:transform .25s ease, box-shadow .25s ease;
  border:none; cursor:pointer;
}
.btn-primary:hover{ transform:translateY(-2px); box-shadow:0 22px 40px -14px rgba(58,134,255,0.55); }
.btn-ghost{
  padding:12px 22px; border-radius:999px; font-weight:600; font-size:14.5px;
  border:1.5px solid rgba(58,134,255,0.28); color:var(--primary-variant);
  transition:background .2s ease, border-color .2s ease;
}
.btn-ghost:hover{ background:var(--primary-tint); border-color:var(--primary); }

/* ============ HERO ============ */
.hero{ padding:100px 0 60px; position:relative; }
.hero-grid{ display:grid; grid-template-columns:1fr 1fr; gap:40px; align-items:center; }
.eyebrow{
  display:inline-flex; align-items:center; gap:8px;
  background:var(--primary-tint); color:var(--primary-variant);
  font-size:13px; font-weight:700; padding:8px 16px; border-radius:999px;
  margin-bottom:24px;
}
.eyebrow .dot{ width:6px; height:6px; border-radius:50%; background:var(--primary); }
h1.hero-head{
  font-family:var(--display); font-weight:800; font-size:clamp(38px,4.8vw,58px);
  line-height:1.06; letter-spacing:-0.02em; margin-bottom:24px;
}
.underline-wrap{ position:relative; display:inline-block; color:var(--primary-variant); }
.underline-wrap svg{ position:absolute; left:0; bottom:-6px; width:100%; height:14px; }
.hero-sub{ font-size:17.5px; color:var(--text-soft); max-width:460px; margin-bottom:36px; }
.hero-ctas{ display:flex; gap:14px; flex-wrap:wrap; margin-bottom:44px; }
.hero-stats{ display:flex; gap:34px; flex-wrap:wrap; }
.hero-stats div{ }
.hero-stats strong{ display:block; font-family:var(--mono); font-weight:600; font-size:23px; color:var(--text); }
.hero-stats span{ font-size:12.5px; color:var(--text-soft); }

/* hero visual */
.hero-visual{ position:relative; height:640px; display:flex; align-items:center; justify-content:center; }

.phone{
  width:264px; background:#0F1115; border-radius:42px; padding:10px;
  box-shadow: var(--shadow-lg), 0 0 0 1px rgba(255,255,255,0.05) inset;
  position:relative; flex-shrink:0;
}
.phone-screen{
  background:var(--bg); border-radius:32px; overflow:hidden; position:relative;
  height:534px; padding-top:30px;
}
.island{
  position:absolute; top:9px; left:50%; transform:translateX(-50%);
  width:76px; height:20px; background:#0F1115; border-radius:20px; z-index:6;
}
.phone-front{ position:relative; z-index:3; }
.phone-back{
  position:absolute; z-index:1; top:36px; right:-56px; transform:rotate(9deg) scale(0.94);
  opacity:0.9; filter:saturate(0.9);
}

.screen-pad{ padding:18px 18px 90px; }
.s-topbar{ display:flex; align-items:center; justify-content:space-between; margin-bottom:18px; }
.s-hi{ font-size:12px; color:var(--text-soft); }
.s-hi strong{ display:block; color:var(--text); font-size:15px; font-family:var(--display); font-weight:700; }
.s-bell{ width:32px; height:32px; border-radius:10px; background:var(--surface); display:flex; align-items:center; justify-content:center; box-shadow:var(--shadow-md); }
.s-bell svg{width:15px;height:15px;}

.balance-card{
  background:linear-gradient(135deg, var(--primary), var(--primary-variant));
  border-radius:20px; padding:20px; color:#fff; margin-bottom:20px;
  box-shadow:var(--shadow-green);
}
.balance-card .lbl{ font-size:11.5px; opacity:0.85; }
.balance-card .amt{ font-family:var(--mono); font-size:26px; font-weight:600; margin:6px 0 14px; }
.balance-row{ display:flex; gap:16px; }
.balance-chip{ display:flex; align-items:center; gap:6px; font-size:11px; background:rgba(255,255,255,0.16); padding:6px 10px; border-radius:999px; }

.cat-title{ font-size:12.5px; font-weight:700; color:var(--text-soft); margin-bottom:10px; text-transform:uppercase; letter-spacing:0.04em;}
.cat-row{ display:flex; align-items:center; gap:11px; padding:9px 0; }
.cat-icon{ width:34px; height:34px; border-radius:11px; display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.cat-icon svg{ width:15px; height:15px; }
.cat-mid{ flex:1; min-width:0; }
.cat-name{ font-size:13px; font-weight:600; margin-bottom:5px; }
.cat-bar-bg{ height:5px; background:#EAEFF6; border-radius:6px; overflow:hidden; }
.cat-bar-fill{ height:100%; border-radius:6px; width:0%; transition:width 1.2s cubic-bezier(.2,.8,.2,1); }
.cat-amt{ font-family:var(--mono); font-size:10.5px; color:var(--text-soft); white-space:nowrap; }

.phone-nav{
  position:absolute; bottom:0; left:0; right:0; height:66px; background:#fff;
  border-top:1px solid #EEF1F6; display:flex; align-items:center; justify-content:space-around;
  border-radius:0 0 32px 32px;
}
.pn-item{ display:flex; flex-direction:column; align-items:center; gap:4px; }
.pn-item svg{ width:19px; height:19px; }
.pn-item.active svg{ stroke:var(--primary); }
.pn-item:not(.active) svg{ stroke:#B7C0CC; }
.pn-dot{ width:4px; height:4px; border-radius:50%; background:var(--primary); opacity:0; }
.pn-item.active .pn-dot{ opacity:1; }

/* floating chips over hero */
.float-chip{
  position:absolute; background:rgba(255,255,255,0.9); backdrop-filter:blur(10px);
  border-radius:16px; padding:12px 16px; box-shadow:var(--shadow-md);
  display:flex; align-items:center; gap:10px; z-index:5;
  border:1px solid rgba(255,255,255,0.6);
}
.float-chip .fi{ width:34px; height:34px; border-radius:10px; display:flex; align-items:center; justify-content:center; flex-shrink:0;}
.float-chip .ft strong{ display:block; font-size:13px; }
.float-chip .ft span{ font-size:11px; color:var(--text-soft); }
.chip-income{ top:70px; left:-10px; animation:float1 5s ease-in-out infinite; }
.chip-sync{ bottom:60px; right:-16px; animation:float2 5.5s ease-in-out infinite; }
@keyframes float1{ 0%,100%{transform:translateY(0);} 50%{transform:translateY(-10px);} }
@keyframes float2{ 0%,100%{transform:translateY(0);} 50%{transform:translateY(10px);} }
@media (prefers-reduced-motion: reduce){ .chip-income,.chip-sync{ animation:none; } }

/* real-screenshot phone shot */
.phone-shot{
  width:250px; flex-shrink:0; position:relative;
  filter: drop-shadow(0 34px 46px rgba(26,26,26,0.30));
}
.phone-shot img{ width:100%; display:block; }
.phone-shot.small{ width:222px; }
.phone-shot.front{ position:relative; z-index:3; }
.phone-shot.back{
  position:absolute; z-index:1; top:38px; right:-64px;
  transform:rotate(8deg) scale(0.92);
  filter: drop-shadow(0 24px 34px rgba(26,26,26,0.22)) blur(0.3px);
}

/* ============ TABLET SHOWCASE ============ */
.tablet-pitch{ display:flex; flex-direction:column; align-items:center; gap:10px; }
.tablet-frame{
  width:100%; max-width:760px; background:#14161B; border-radius:30px; padding:16px;
  box-shadow:var(--shadow-lg), 0 0 0 1px rgba(255,255,255,0.04) inset; margin-top:48px;
  position:relative;
}
.tablet-frame::before{
  content:""; position:absolute; top:8px; left:50%; transform:translateX(-50%);
  width:8px; height:8px; border-radius:50%; background:#2A2E37;
}
.tablet-screen{
  background:var(--bg); border-radius:18px; overflow:hidden; display:flex; min-height:400px;
}
.tablet-nav{
  width:88px; background:var(--surface); border-right:1px solid var(--line);
  display:flex; flex-direction:column; align-items:center; gap:26px; padding:30px 0; flex-shrink:0;
}
.tn-item{ display:flex; flex-direction:column; align-items:center; gap:6px; }
.tn-item svg{ width:20px; height:20px; }
.tn-item.active svg{ stroke:var(--primary); }
.tn-item:not(.active) svg{ stroke:#B7C0CC; }
.tn-item span{ font-size:10px; color:var(--text-soft); font-weight:600; }
.tn-item.active span{ color:var(--primary-variant); }
.tablet-main{ flex:1; padding:28px 30px; min-width:0; }
.tablet-top{ display:flex; align-items:center; justify-content:space-between; margin-bottom:20px; }
.tablet-top h5{ font-family:var(--display); font-weight:700; font-size:18px; }
.tablet-top span{ font-size:12px; color:var(--text-soft); }
.tablet-columns{ display:grid; grid-template-columns:1.15fr 0.85fr; gap:20px; }
.tablet-cats{ display:grid; grid-template-columns:1fr 1fr; gap:12px; margin-top:16px; }
.tablet-cats .cat-row{ background:var(--surface); border-radius:14px; padding:12px 14px; box-shadow:var(--shadow-md); }
.tablet-report-card{ background:var(--surface); border-radius:16px; padding:18px; box-shadow:var(--shadow-md); }
.tablet-report-card h6{ font-size:12.5px; font-weight:700; color:var(--text-soft); text-transform:uppercase; letter-spacing:0.04em; margin-bottom:14px; }

.tablet-feats{ display:grid; grid-template-columns:repeat(4,1fr); gap:16px; margin-top:36px; max-width:900px; }
.tf-card{ background:var(--surface); border-radius:18px; padding:22px 18px; box-shadow:var(--shadow-md); text-align:left; }
.tf-icon{ width:38px; height:38px; border-radius:11px; background:var(--primary-tint); display:flex; align-items:center; justify-content:center; margin-bottom:14px; }
.tf-icon svg{ width:18px; height:18px; stroke:var(--primary-variant); }
.tf-card strong{ display:block; font-size:14px; margin-bottom:5px; }
.tf-card span{ font-size:12.5px; color:var(--text-soft); }

@media (max-width:900px){
  .tablet-columns{ grid-template-columns:1fr; }
  .tablet-feats{ grid-template-columns:repeat(2,1fr); }
}
@media (max-width:640px){
  .tablet-nav{ display:none; }
  .tablet-feats{ grid-template-columns:1fr; }
}

/* ============ FOLDABLE SHOWCASE ============ */
.foldable-pitch{ display:flex; flex-direction:column; align-items:center; gap:10px; }
.foldable-frame{
  width:100%; max-width:780px; margin-top:48px; position:relative;
}
.foldable-feats{ display:grid; grid-template-columns:repeat(4,1fr); gap:16px; margin-top:36px; max-width:900px; }
.ff-card{ background:var(--surface); border-radius:18px; padding:22px 18px; box-shadow:var(--shadow-md); text-align:left; }
.ff-icon{ width:38px; height:38px; border-radius:11px; background:var(--primary-tint); display:flex; align-items:center; justify-content:center; margin-bottom:14px; }
.ff-icon svg{ width:18px; height:18px; stroke:var(--primary-variant); }
.ff-card strong{ display:block; font-size:14px; margin-bottom:5px; }
.ff-card span{ font-size:12.5px; color:var(--text-soft); }

@media (max-width:900px){
  .foldable-feats{ grid-template-columns:repeat(2,1fr); }
}
@media (max-width:640px){
  .foldable-feats{ grid-template-columns:1fr; }
}

.flow-svg{ position:absolute; inset:0; z-index:4; pointer-events:none; overflow:visible; }
.flow-path{ fill:none; stroke:var(--primary); stroke-width:2; stroke-dasharray:5 7; opacity:0.55;
  animation:dash 1.6s linear infinite; }
@keyframes dash{ to{ stroke-dashoffset:-24; } }
@media (prefers-reduced-motion: reduce){ .flow-path{ animation:none; } }

/* ============ SECTION SHELL ============ */
.section{ padding:110px 0; position:relative; }
.section-head{ max-width:600px; margin-bottom:60px; }
.section-head.center{ margin-left:auto; margin-right:auto; text-align:center; }
h2.section-title{
  font-family:var(--display); font-weight:800; font-size:clamp(30px,3.4vw,40px);
  letter-spacing:-0.02em; line-height:1.12; margin-top:14px;
}
.section-sub{ color:var(--text-soft); font-size:16px; margin-top:14px; max-width:540px; }
.section-head.center .section-sub{ margin-left:auto; margin-right:auto; }

/* ============ FEATURE ROWS ============ */
.feature-row{ display:grid; grid-template-columns:1fr 0.86fr; gap:70px; align-items:center; padding:70px 0; }
.feature-row + .feature-row{ border-top:1px solid var(--line); }
.feature-row.reverse .f-copy{ order:2; }
.feature-row.reverse .f-visual{ order:1; }
.f-index{
  display:inline-flex; align-items:center; justify-content:center;
  width:38px; height:38px; border-radius:11px; background:var(--primary-tint);
  color:var(--primary-variant); font-family:var(--mono); font-weight:600; font-size:13px;
  margin-bottom:20px;
}
h3.f-title{ font-family:var(--display); font-weight:700; font-size:27px; letter-spacing:-0.01em; margin-bottom:14px; }
.f-copy p{ color:var(--text-soft); font-size:15.5px; max-width:420px; margin-bottom:22px; }
.f-list{ list-style:none; }
.f-list li{ display:flex; gap:12px; align-items:flex-start; padding:10px 0; font-size:14.5px; }
.f-list li svg{ width:17px; height:17px; flex-shrink:0; margin-top:2px; stroke:var(--success); }
.f-visual{ display:flex; justify-content:center; position:relative; }

/* mini phone for feature sections (slightly smaller) */
.phone.small{ width:236px; }
.phone.small .phone-screen{ height:478px; }

/* callouts on feature phones */
.callout{
  position:absolute; background:#fff; border-radius:14px; padding:10px 14px;
  box-shadow:var(--shadow-md); font-size:12px; font-weight:600; display:flex; align-items:center; gap:8px;
  z-index:5;
}
.callout .dot-ring{ width:8px; height:8px; border-radius:50%; background:var(--primary); box-shadow:0 0 0 4px var(--primary-tint-2); }

/* donut chart */
.donut-wrap{ display:flex; align-items:center; gap:18px; }
.donut{
  width:108px; height:108px; border-radius:50%; position:relative; flex-shrink:0;
  background: conic-gradient(var(--primary) 0 34%, var(--primary-variant) 34% 58%, var(--success) 58% 76%, var(--danger) 76% 90%, #D7DEE8 90% 100%);
}
.donut::after{ content:""; position:absolute; inset:16px; background:var(--surface); border-radius:50%; display:flex; }
.donut-center{ position:absolute; inset:0; display:flex; align-items:center; justify-content:center; flex-direction:column; z-index:2;}
.donut-center strong{ font-family:var(--mono); font-size:15px; }
.donut-center span{ font-size:9.5px; color:var(--text-soft); }
.donut-legend{ font-size:12.5px; }
.donut-legend div{ display:flex; align-items:center; gap:8px; padding:5px 0; color:var(--text-soft); }
.donut-legend i{ width:8px; height:8px; border-radius:2px; flex-shrink:0; }

.bars-mini{ display:flex; align-items:flex-end; gap:8px; height:130px; }
.bars-mini .bb{ flex:1; border-radius:5px 5px 0 0; height:6%; transition:height 1.1s cubic-bezier(.2,.8,.2,1); }

/* transaction list card (non-phone, used in stats or elsewhere) */
.tx-row{ display:flex; align-items:center; gap:12px; padding:12px 0; border-top:1px solid var(--line); }
.tx-row:first-child{ border-top:none; }
.tx-icon{ width:36px; height:36px; border-radius:11px; display:flex; align-items:center; justify-content:center; flex-shrink:0;}
.tx-mid{ flex:1; }
.tx-mid strong{ display:block; font-size:13.5px; }
.tx-mid span{ font-size:12px; color:var(--text-soft); }
.tx-amt{ font-family:var(--mono); font-size:13.5px; font-weight:600; }

/* ============ STATS STRIP ============ */
.stats-strip{ padding:70px 0; }
.stats-card{
  background:var(--surface); border-radius:28px; box-shadow:var(--shadow-md);
  display:grid; grid-template-columns:repeat(4,1fr);
}
.stat-cell{ padding:36px 30px; text-align:center; position:relative; }
.stat-cell + .stat-cell::before{ content:""; position:absolute; left:0; top:20%; bottom:20%; width:1px; background:var(--line); }
.stat-num{ font-family:var(--mono); font-weight:600; font-size:34px; color:var(--primary-variant); }
.stat-label{ font-size:13px; color:var(--text-soft); margin-top:6px; }

/* ============ SECURITY ============ */
.security{ }
.sec-grid{ display:grid; grid-template-columns:repeat(2,1fr); gap:20px; }
.sec-card{
  background:var(--surface); border-radius:22px; padding:28px; box-shadow:var(--shadow-md);
}
.sec-icon{ width:46px; height:46px; border-radius:14px; background:var(--primary-tint); display:flex; align-items:center; justify-content:center; margin-bottom:18px; }
.sec-icon svg{ width:21px; height:21px; stroke:var(--primary-variant); }
.sec-card h4{ font-family:var(--display); font-weight:700; font-size:16.5px; margin-bottom:8px; }
.sec-card p{ font-size:14px; color:var(--text-soft); }

/* ============ LANGUAGES / CURRENCY ============ */
.lang-grid{ display:grid; grid-template-columns:repeat(5,1fr); gap:14px; }
.lang-card{ background:var(--surface); border-radius:18px; padding:22px; box-shadow:var(--shadow-md); }
.lang-card .code{ font-family:var(--mono); font-size:11px; color:var(--text-soft); letter-spacing:0.08em; }
.lang-card .name{ font-family:var(--display); font-weight:700; font-size:19px; margin-top:6px; }
.lang-card .rtl{ font-size:11.5px; color:var(--primary-variant); margin-top:8px; font-weight:600; }
.lang-card[dir="rtl"]{ text-align:right; }
.chip-row{ display:flex; flex-wrap:wrap; gap:10px; margin-top:26px; }
.chip{ font-family:var(--mono); font-size:12.5px; padding:9px 15px; border-radius:999px; background:var(--surface); box-shadow:var(--shadow-md); color:var(--text-soft); }
.chip.hi{ background:var(--primary-tint); color:var(--primary-variant); font-weight:600; }

/* ============ CTA ============ */
.cta-band{
  margin:40px 32px 0; border-radius:36px; max-width:1136px; margin-left:auto; margin-right:auto;
  background:linear-gradient(135deg, var(--primary), var(--primary-variant));
  padding:88px 40px; text-align:center; position:relative; overflow:hidden;
  box-shadow:0 40px 70px -30px rgba(45,106,209,0.55);
}
.cta-band::before, .cta-band::after{
  content:""; position:absolute; border-radius:50%; background:rgba(255,255,255,0.08);
}
.cta-band::before{ width:340px; height:340px; top:-160px; left:-100px; }
.cta-band::after{ width:260px; height:260px; bottom:-140px; right:-60px; }
.cta-band h2{ color:#fff; font-family:var(--display); font-weight:800; font-size:clamp(32px,4vw,46px); letter-spacing:-0.02em; position:relative; z-index:2;}
.cta-band p{ color:rgba(255,255,255,0.85); max-width:460px; margin:18px auto 34px; font-size:16px; position:relative; z-index:2;}
.cta-btns{ display:flex; gap:14px; justify-content:center; flex-wrap:wrap; position:relative; z-index:2; }
.btn-white{ background:#fff; color:var(--primary-variant); padding:14px 28px; border-radius:999px; font-weight:700; font-size:14.5px; display:inline-flex; align-items:center; gap:9px; transition:transform .2s ease; }
.btn-white:hover{ transform:translateY(-2px); }
.btn-outline-white{ border:1.5px solid rgba(255,255,255,0.55); color:#fff; padding:13px 26px; border-radius:999px; font-weight:700; font-size:14.5px; }

/* ============ FOOTER ============ */
footer{ padding:56px 0 40px; }
.foot-grid{ display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:20px; padding-top:40px; border-top:1px solid var(--line); }
.foot-links{ display:flex; gap:26px; }
.foot-links a{ font-size:13.5px; color:var(--text-soft); }
.foot-links a:hover{ color:var(--primary-variant); }
.foot-fine{ font-size:12.5px; color:var(--text-soft); }

/* ============ BACK LINK ============ */
.back-link{ display:flex; align-items:center; gap:7px; font-size:13.5px; font-weight:600; color:var(--text-soft); }
.back-link svg{ width:15px; height:15px; }
.back-link:hover{ color:var(--primary-variant); }

/* ============ SUPPORT HERO ============ */
.sup-hero{ padding:64px 0 44px; text-align:center; }
.sup-sub{ color:var(--text-soft); font-size:16.5px; max-width:520px; margin:0 auto; }

/* ============ SEARCH BAR ============ */
.search-bar{
  max-width:520px; margin:32px auto 0; background:var(--surface); border-radius:16px;
  box-shadow:var(--shadow-md); padding:15px 20px; display:flex; align-items:center; gap:12px;
}
.search-bar svg{ width:18px; height:18px; stroke:var(--text-soft); flex-shrink:0; }
.search-bar input{ border:none; outline:none; background:none; font-family:var(--body); font-size:14.5px; width:100%; color:var(--text); }
.search-bar input::placeholder{ color:var(--text-soft); }

/* ============ CONTACT OPTIONS ============ */
.contact-grid{ display:grid; grid-template-columns:repeat(2,1fr); gap:16px; max-width:640px; margin:16px auto 0; padding:0 0 64px; }
.contact-opt{ background:var(--surface); border-radius:20px; padding:26px 22px; box-shadow:var(--shadow-md); text-align:left; transition:transform .25s ease, box-shadow .25s ease; }
.contact-opt:hover{ transform:translateY(-4px); box-shadow:0 22px 40px -18px rgba(26,26,26,0.22); }
.co-icon{ width:42px; height:42px; border-radius:12px; background:var(--primary-tint); display:flex; align-items:center; justify-content:center; margin-bottom:16px; }
.co-icon svg{ width:19px; height:19px; stroke:var(--primary-variant); }
.contact-opt strong{ display:block; font-size:15px; margin-bottom:6px; }
.contact-opt span{ font-size:13.5px; color:var(--text-soft); }
.contact-opt .cta-mini{ display:inline-flex; align-items:center; gap:5px; margin-top:14px; font-size:13px; font-weight:700; color:var(--primary-variant); }

/* ============ FAQ ============ */
.faq-section{ padding:20px 0 90px; }
.faq-cat-label{ font-family:var(--display); font-weight:700; font-size:15px; color:var(--text-soft); margin:38px 0 14px; text-transform:uppercase; letter-spacing:0.04em; }
.faq-cat-label:first-child{ margin-top:0; }
.faq-item{ background:var(--surface); border-radius:16px; box-shadow:var(--shadow-md); margin-bottom:12px; overflow:hidden; }
.faq-q{ display:flex; align-items:center; justify-content:space-between; gap:16px; padding:19px 22px; cursor:pointer; user-select:none; }
.faq-q strong{ font-size:15px; font-weight:600; }
.faq-q .chev{ width:20px; height:20px; flex-shrink:0; display:flex; align-items:center; justify-content:center; border-radius:50%; background:var(--primary-tint); transition:transform .3s ease; }
.faq-q .chev svg{ width:11px; height:11px; stroke:var(--primary-variant); }
.faq-item.open .chev{ transform:rotate(180deg); }
.faq-a{ max-height:0; overflow:hidden; transition:max-height .35s ease; }
.faq-a-inner{ padding:0 22px 20px; color:var(--text-soft); font-size:14.5px; }
.faq-item.open .faq-a{ max-height:260px; }

/* ============ PRIVACY / LEGAL ============ */
.legal-hero{ padding:64px 0 20px; }
.legal-sub{ color:var(--text-soft); font-size:16px; max-width:600px; margin-bottom:14px; }
.updated-badge{ display:inline-flex; align-items:center; gap:8px; font-family:var(--mono); font-size:12px; color:var(--text-soft); background:var(--surface); padding:8px 14px; border-radius:999px; box-shadow:var(--shadow-md); }
.updated-badge strong{ color:var(--text); }

.legal-body{ display:grid; grid-template-columns:240px 1fr; gap:56px; padding:56px 0 100px; align-items:flex-start; }
.toc{ position:sticky; top:96px; }
.toc-label{ font-size:11.5px; font-weight:700; text-transform:uppercase; letter-spacing:0.06em; color:var(--text-soft); margin-bottom:14px; }
.toc a{ display:block; font-size:14px; color:var(--text-soft); padding:8px 0 8px 14px; border-left:2px solid var(--line); transition:color .2s ease, border-color .2s ease; }
.toc a:hover{ color:var(--primary-variant); border-color:var(--primary); }

.policy-card{ background:var(--surface); border-radius:22px; padding:32px 34px; box-shadow:var(--shadow-md); margin-bottom:20px; scroll-margin-top:96px; }
.policy-num{ display:inline-flex; align-items:center; justify-content:center; width:34px; height:34px; border-radius:10px; background:var(--primary-tint); color:var(--primary-variant); font-family:var(--mono); font-weight:600; font-size:13px; margin-bottom:16px; }
.policy-card h2{ font-family:var(--display); font-weight:700; font-size:21px; margin-bottom:12px; letter-spacing:-0.01em; }
.policy-card p{ color:var(--text-soft); font-size:15px; margin-bottom:12px; }
.policy-card p:last-child{ margin-bottom:0; }
.policy-list{ list-style:none; margin-top:8px; }
.policy-list li{ display:flex; gap:10px; font-size:14.5px; color:var(--text-soft); padding:6px 0; }
.policy-list li strong{ color:var(--text); font-weight:600; }
.policy-list li svg{ width:16px; height:16px; stroke:var(--primary); flex-shrink:0; margin-top:3px; }

.tag-row{ display:flex; gap:8px; flex-wrap:wrap; margin-top:14px; }
.tag-pill{ font-family:var(--mono); font-size:11.5px; padding:6px 12px; border-radius:999px; background:var(--bg); color:var(--text-soft); border:1px solid var(--line); }

.contact-card{
  background:linear-gradient(135deg, var(--primary), var(--primary-variant)); border-radius:24px;
  padding:38px 36px; color:#fff; text-align:center; margin-top:12px;
}
.contact-card h3{ font-family:var(--display); font-weight:700; font-size:24px; margin-bottom:10px; }
.contact-card p{ color:rgba(255,255,255,0.85); font-size:15px; max-width:440px; margin:0 auto 22px; }

/* ============ BURGER MENU ============ */
.burger{
  display:none; background:none; border:none; cursor:pointer;
  width:40px; height:40px; position:relative; z-index:100;
  flex-direction:column; align-items:center; justify-content:center; gap:5px;
}
.burger span{
  display:block; width:22px; height:2px; background:var(--text);
  border-radius:2px; transition:transform .3s ease, opacity .3s ease;
}
.burger.active span:nth-child(1){ transform:translateY(7px) rotate(45deg); }
.burger.active span:nth-child(2){ opacity:0; }
.burger.active span:nth-child(3){ transform:translateY(-7px) rotate(-45deg); }

.mobile-nav{
  display:none; flex-direction:column; gap:0;
  background:var(--surface); border-top:1px solid var(--line);
  padding:8px 32px 24px; box-shadow:var(--shadow-md);
}
.mobile-nav a{
  padding:14px 0; font-size:15px; font-weight:500; color:var(--text);
  border-bottom:1px solid var(--line);
}
.mobile-nav a:last-child{ border-bottom:none; }
.mobile-nav .btn-primary{
  margin-top:12px; justify-content:center; text-align:center;
}
.mobile-nav.active{ display:flex; }

/* ============ RESPONSIVE — TABLET (max-width: 980px) ============ */
@media (max-width:980px){
  .burger{ display:flex; }
  nav.links{ display:none; }
  .nav > .btn-primary{ display:none; }

  .hero-grid{ grid-template-columns:1fr; }
  .hero-visual{ height:auto; padding:50px 0 20px; }
  .phone-back{ display:none; }

  .feature-row, .feature-row.reverse{ grid-template-columns:1fr; gap:40px; }
  .feature-row.reverse .f-copy, .feature-row.reverse .f-visual{ order:initial; }
  .feature-row{ padding:50px 0; }

  .tablet-columns{ grid-template-columns:1fr; }
  .tablet-feats{ grid-template-columns:repeat(2,1fr); max-width:100%; }

  .foldable-feats{ grid-template-columns:repeat(2,1fr); max-width:100%; }

  .sec-grid{ grid-template-columns:1fr; }

  .lang-grid{ grid-template-columns:repeat(2,1fr); }
  .lang-grid .lang-card:nth-child(4),
  .lang-grid .lang-card:nth-child(5){ grid-column:auto; }

  .stats-card{ grid-template-columns:repeat(2,1fr); }
  .stat-cell + .stat-cell::before{ display:none; }

  .contact-grid{ grid-template-columns:1fr; max-width:100%; }

  .legal-body{ grid-template-columns:1fr; padding:40px 0 80px; }
  .toc{ position:static; display:flex; flex-wrap:wrap; gap:6px 18px; padding-bottom:10px; border-bottom:1px solid var(--line); margin-bottom:16px; }
  .toc a{ border-left:none; padding:5px 10px; border-radius:8px; font-size:13px; background:var(--bg); }

  .foot-grid{ justify-content:center; text-align:center; }
  .foot-links{ justify-content:center; }
}

/* ============ RESPONSIVE — SMALL TABLET (max-width: 768px) ============ */
@media (max-width:768px){
  .section{ padding:88px 0; }
  .section-head{ margin-bottom:44px; }

  .feature-row{ gap:32px; padding:40px 0; }
  h3.f-title{ font-size:24px; }
  .f-copy p{ font-size:15px; }

  .tablet-frame{ border-radius:20px; padding:10px; margin-top:32px; }
  .tablet-nav{ width:70px; padding:20px 0; gap:18px; }
  .tablet-main{ padding:20px; }
  .tablet-feats{ gap:12px; margin-top:28px; }
  .tf-card{ padding:18px 16px; }

  .foldable-frame{ margin-top:32px; }
  .foldable-feats{ gap:12px; margin-top:28px; }
  .ff-card{ padding:18px 16px; }

  .lang-grid{ grid-template-columns:repeat(2,1fr); gap:10px; }
  .lang-card{ padding:16px; }
  .lang-card .name{ font-size:17px; }

  .stats-card{ gap:0; }
  .stat-cell{ padding:28px 20px; }
  .stat-num{ font-size:28px; }

  .cta-band{ border-radius:28px; }
  .cta-band h2{ font-size:clamp(26px,4vw,38px); }

  .policy-card{ border-radius:18px; padding:26px 24px; }
  .policy-card h2{ font-size:19px; }

  .search-bar{ max-width:100%; padding:12px 16px; }
  .faq-q{ padding:16px 18px; }
  .faq-q strong{ font-size:14px; }
  .faq-a-inner{ padding:0 18px 16px; font-size:14px; }
}

/* ============ RESPONSIVE — MOBILE (max-width: 600px) ============ */
@media (max-width:600px){
  .wrap{ padding:0 20px; }
  .nav{ padding:12px 20px; }
  .brand-word{ font-size:17px; }
  .brand-word span{ font-size:11px; }
  .brand-mark{ width:40px; height:40px; }
  .brand-mark img{ height:40px; }

  .hero{ padding:64px 0 32px; }
  .eyebrow{ font-size:12px; padding:6px 12px; margin-bottom:18px; }
  h1.hero-head{ font-size:clamp(30px,7vw,38px); margin-bottom:18px; }
  .hero-sub{ font-size:15px; margin-bottom:28px; max-width:100%; }
  .hero-ctas{ gap:10px; margin-bottom:32px; }
  .hero-ctas .btn-primary{ padding:11px 20px; font-size:13.5px; }
  .hero-ctas .btn-ghost{ padding:11px 18px; font-size:13.5px; }
  .hero-stats{ gap:20px; }
  .hero-stats strong{ font-size:20px; }

  .phone-shot{ width:200px; }
  .phone-shot.small{ width:180px; }
  .phone-shot.back{ right:-40px; top:30px; }

  .section{ padding:64px 0; }
  .section-head{ margin-bottom:36px; }
  h2.section-title{ font-size:clamp(24px,5.5vw,30px); }
  .section-sub{ font-size:14.5px; margin-top:10px; }

  .feature-row{ gap:28px; padding:36px 0; }
  .f-index{ width:32px; height:32px; font-size:12px; margin-bottom:14px; }
  h3.f-title{ font-size:21px; margin-bottom:10px; }
  .f-copy p{ font-size:14px; margin-bottom:16px; }
  .f-list li{ font-size:13.5px; padding:7px 0; }
  .callout{ padding:8px 12px; font-size:11px; border-radius:10px; }

  .tablet-frame{ border-radius:16px; padding:8px; margin-top:24px; }
  .tablet-screen{ min-height:250px; border-radius:12px; }
  .tablet-nav{ display:none; }
  .tablet-main{ padding:16px; }
  .tablet-top h5{ font-size:15px; }
  .tablet-columns{ gap:14px; }
  .tablet-cats{ grid-template-columns:1fr; gap:8px; }
  .tablet-feats{ grid-template-columns:1fr; gap:10px; margin-top:24px; }
  .tf-card{ padding:16px 14px; border-radius:14px; }
  .tf-icon{ width:34px; height:34px; margin-bottom:10px; }
  .tf-card strong{ font-size:13px; }
  .tf-card span{ font-size:12px; }

  .foldable-frame{ margin-top:24px; }
  .foldable-feats{ grid-template-columns:1fr; gap:10px; margin-top:24px; }
  .ff-card{ padding:16px 14px; border-radius:14px; }
  .ff-icon{ width:34px; height:34px; margin-bottom:10px; }
  .ff-card strong{ font-size:13px; }
  .ff-card span{ font-size:12px; }

  .lang-grid{ grid-template-columns:repeat(2,1fr); gap:8px; }
  .lang-card{ padding:14px 12px; border-radius:14px; }
  .lang-card .code{ font-size:10px; }
  .lang-card .name{ font-size:15px; }
  .lang-card .rtl{ font-size:10.5px; }
  .chip-row{ gap:8px; margin-top:20px; }
  .chip{ font-size:11.5px; padding:7px 12px; }

  .stats-card{ grid-template-columns:1fr 1fr; border-radius:20px; }
  .stat-cell{ padding:24px 16px; }
  .stat-num{ font-size:24px; }
  .stat-label{ font-size:12px; }

  .sec-card{ padding:22px 20px; border-radius:18px; }
  .sec-icon{ width:40px; height:40px; border-radius:12px; margin-bottom:14px; }
  .sec-card h4{ font-size:15px; margin-bottom:6px; }
  .sec-card p{ font-size:13px; }

  .cta-band{ margin:24px 12px 0; padding:48px 20px; border-radius:24px; }
  .cta-band h2{ font-size:clamp(22px,5.5vw,30px); }
  .cta-band p{ font-size:14px; margin:12px auto 26px; }
  .cta-btns{ gap:10px; }
  .btn-white{ padding:12px 22px; font-size:13.5px; }
  .btn-outline-white{ padding:11px 20px; font-size:13.5px; }

  .float-chip{ display:none; }

  .back-link{ font-size:13px; }

  .sup-hero{ padding:48px 0 32px; }
  .sup-hero h1{ font-size:28px; }
  .sup-sub{ font-size:15px; }

  .contact-grid{ grid-template-columns:1fr; gap:12px; padding:0 0 48px; }
  .contact-opt{ padding:20px 18px; border-radius:16px; }
  .co-icon{ width:38px; height:38px; border-radius:10px; margin-bottom:12px; }
  .contact-opt strong{ font-size:14px; }
  .contact-opt span{ font-size:13px; }

  .faq-section{ padding:12px 0 64px; }
  .faq-cat-label{ font-size:13px; margin:28px 0 10px; }
  .faq-item{ border-radius:14px; margin-bottom:8px; }
  .faq-q{ padding:14px 16px; gap:12px; }
  .faq-q strong{ font-size:13.5px; }
  .faq-q .chev{ width:18px; height:18px; }
  .faq-q .chev svg{ width:10px; height:10px; }
  .faq-a-inner{ padding:0 16px 16px; font-size:13.5px; line-height:1.6; }

  .legal-hero{ padding:48px 0 16px; }
  .legal-hero h1{ font-size:28px; }
  .legal-sub{ font-size:14.5px; }
  .legal-body{ padding:32px 0 64px; }
  .toc{ gap:4px 10px; padding-bottom:8px; }
  .toc a{ font-size:12px; padding:4px 8px; }
  .policy-card{ padding:22px 18px; border-radius:16px; margin-bottom:14px; }
  .policy-num{ width:30px; height:30px; font-size:12px; border-radius:8px; margin-bottom:12px; }
  .policy-card h2{ font-size:17px; margin-bottom:10px; }
  .policy-card p{ font-size:14px; }
  .policy-list li{ font-size:13.5px; gap:8px; }
  .tag-row{ gap:6px; }
  .tag-pill{ font-size:10.5px; padding:5px 10px; }
  .contact-card{ border-radius:18px; padding:28px 20px; }
  .contact-card h3{ font-size:20px; margin-bottom:8px; }
  .contact-card p{ font-size:14px; }

  footer{ padding:40px 0 32px; }
  .foot-grid{ flex-direction:column; gap:16px; padding-top:28px; }
  .foot-links{ gap:20px; flex-wrap:wrap; justify-content:center; }
  .foot-links a{ font-size:13px; }
  .foot-fine{ font-size:12px; }
}

/* ============ RESPONSIVE — SMALL MOBILE (max-width: 380px) ============ */
@media (max-width:380px){
  .wrap{ padding:0 16px; }
  .nav{ padding:10px 16px; }
  h1.hero-head{ font-size:26px; }
  .hero-ctas{ flex-direction:column; }
  .hero-ctas .btn-primary, .hero-ctas .btn-ghost{ width:100%; justify-content:center; }
  .phone-shot{ width:170px; }
  .phone-shot.small{ width:160px; }
  .stats-card{ grid-template-columns:1fr; }
  .cta-band{ margin:20px 8px 0; padding:40px 16px; }
}