@font-face{font-family:'Vazirmatn';src:url('/fonts/Vazirmatn-Regular.ttf') format('truetype');font-weight:400;font-display:swap;}
@font-face{font-family:'Vazirmatn';src:url('/fonts/Vazirmatn-Bold.ttf') format('truetype');font-weight:700;font-display:swap;}
@font-face{font-family:'Vazirmatn';src:url('/fonts/Vazirmatn-ExtraBold.ttf') format('truetype');font-weight:800;font-display:swap;}
@font-face{font-family:'Lalezar';src:url('/fonts/Lalezar-Regular.ttf') format('truetype');font-display:swap;}

/* جیبک — landing. Warm Persian-fintech: coral→sun on cream, RTL, animated. */
:root {
  --bg: #FFF6EF;
  --bg2: #FFEDE1;
  --surface: #ffffff;
  --ink: #2A1C15;
  --ink-soft: #6f5a4d;
  --muted: #9C887B;
  --line: #F1E4D8;
  --line-2: #EAD9CB;
  --primary: #F2603C;
  --primary-d: #D94A28;
  --accent: #15B79A;
  --sun: #FFB13C;
  --pos: #1FA97A;
  --neg: #E0533A;
  --radius: 22px;
  --shadow: 0 20px 50px rgba(42, 28, 21, .10);
  --shadow-sm: 0 8px 22px rgba(42, 28, 21, .08);
  --shadow-lg: 0 34px 80px rgba(242, 96, 60, .22);
}

* { box-sizing: border-box; font-family: Vazirmatn, Tahoma, 'Segoe UI', sans-serif; }
html { scroll-behavior: smooth; }
body {
  margin: 0; background:
    radial-gradient(1200px 620px at 88% -8%, #FFE3D2 0, rgba(255,227,210,0) 60%),
    radial-gradient(900px 600px at -6% 6%, #E4F6F1 0, rgba(228,246,241,0) 55%),
    var(--bg);
  color: var(--ink); direction: rtl; overflow-x: hidden; line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
.wrap { width: min(1140px, 92%); margin-inline: auto; }
.display { font-family: Lalezar, Vazirmatn, Tahoma, sans-serif; font-weight: 400; }
.hidden { display: none !important; }
.skip { position: absolute; inset-inline-start: -999px; top: 8px; background: var(--ink); color: #fff; padding: 8px 14px; border-radius: 10px; z-index: 200; }
.skip:focus { inset-inline-start: 12px; }

/* film grain overlay */
.grain { position: fixed; inset: 0; z-index: 999; pointer-events: none; opacity: .04; mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }

/* header */
header { position: sticky; top: 0; z-index: 60; backdrop-filter: saturate(1.5) blur(16px);
  background: rgba(255, 246, 239, .74); border-bottom: 1px solid var(--line); }
.nav { display: flex; align-items: center; gap: 14px; padding: 12px 0; }
.brand { display: flex; align-items: center; gap: 10px; }
.logo { width: 42px; height: 42px; border-radius: 13px; background: linear-gradient(135deg, var(--primary), var(--sun));
  color: #fff; display: grid; place-items: center; font-size: 24px; box-shadow: 0 8px 18px rgba(242, 96, 60, .4); }
.logo-img { width: 42px; height: 42px; border-radius: 13px; display: block; object-fit: cover;
  box-shadow: 0 8px 18px rgba(242, 96, 60, .4); }
.brand .name { display: flex; flex-direction: column; line-height: 1.1; }
.brand .name b { font-size: 18px; } .brand .name small { font-size: 11px; color: var(--muted); }
.nav .links { display: flex; gap: 22px; margin-inline-start: auto; }
.nav .links a { font-size: 13.5px; color: var(--ink-soft); font-weight: 600; transition: color .2s; }
.nav .links a:hover { color: var(--primary); }
.nav-cta { display: flex; gap: 8px; }
@media (max-width: 820px) { .nav .links { display: none; } .nav-cta { margin-inline-start: auto; } }

/* buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; border-radius: 14px;
  padding: 11px 18px; font-size: 14px; font-weight: 700; border: 1px solid transparent; cursor: pointer;
  transition: transform .16s, box-shadow .22s, background .2s; white-space: nowrap; }
.btn:active { transform: scale(.97); }
.btn .arrow { transition: transform .2s; }
.btn:hover .arrow { transform: translateX(-4px); }
.btn-primary { background: linear-gradient(120deg, var(--primary), #FF7A4D); color: #fff; box-shadow: 0 12px 26px rgba(242, 96, 60, .36); }
.btn-primary:hover { box-shadow: var(--shadow-lg); transform: translateY(-2px); }
.btn-ghost { background: rgba(255, 255, 255, .7); color: var(--ink); border-color: var(--line-2); }
.btn-ghost:hover { background: #fff; border-color: #FFD9C7; }
.btn-sun { background: linear-gradient(120deg, var(--sun), #FFC969); color: #3a2712; box-shadow: 0 12px 26px rgba(255, 177, 60, .4); }
.btn-sun:hover { transform: translateY(-2px); }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: #3a271b; transform: translateY(-2px); }
.btn-lg { padding: 15px 26px; font-size: 15.5px; border-radius: 16px; }
/* inline icon inside a button */
.btn .bic { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }

/* hero */
.hero { position: relative; padding: 52px 0 26px; overflow: hidden; }
.hero .inner { display: grid; grid-template-columns: 1.05fr .95fr; gap: 34px; align-items: center; position: relative; z-index: 1; }
@media (max-width: 900px) { .hero .inner { grid-template-columns: 1fr; text-align: center; } }
.pill { display: inline-block; font-size: 12px; color: var(--primary-d); font-weight: 700; background: #FFEDE4;
  border: 1px solid #FFD3BF; padding: 7px 14px; border-radius: 30px; }
.hero h1 { font-size: clamp(32px, 5.6vw, 58px); line-height: 1.16; margin: 18px 0 12px; letter-spacing: -.5px; }
.hero h1 .hl { background: linear-gradient(115deg, var(--primary) 10%, var(--sun) 90%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero .sub { font-size: 15.5px; color: var(--ink-soft); max-width: 32em; margin: 0; }
@media (max-width: 900px) { .hero .sub { margin-inline: auto; } }
.hero-cta { display: flex; gap: 12px; margin-top: 26px; flex-wrap: wrap; }
@media (max-width: 900px) { .hero-cta, .trust { justify-content: center; } }
.trust { display: flex; gap: 18px; margin-top: 24px; flex-wrap: wrap; }
.trust span { font-size: 12.5px; color: var(--ink-soft); display: flex; align-items: center; gap: 6px; }
.trust .tic { width: 15px; height: 15px; fill: none; stroke: var(--primary); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex: none; }

.aurora { position: absolute; border-radius: 50%; filter: blur(60px); opacity: .55; z-index: 0; animation: float 11s ease-in-out infinite; }
.aurora.a1 { width: 360px; height: 360px; background: #FFC2A8; top: -110px; inset-inline-start: -70px; }
.aurora.a2 { width: 300px; height: 300px; background: #A9EEDF; bottom: -80px; inset-inline-end: 4%; animation-delay: 1.6s; }
.aurora.a3 { width: 240px; height: 240px; background: #FFD98A; top: 30%; inset-inline-end: 34%; opacity: .4; animation-delay: 3s; }
@keyframes float { 0%,100% { transform: translateY(0) scale(1); } 50% { transform: translateY(-24px) scale(1.06); } }

/* phone mockup — ANDROID device frame + faithful جیبک home-screen re-creation */
.phone-wrap { position: relative; }
/* Modern Android silhouette: slim uniform bezel, big rounded corners, centered
   punch-hole camera, on-screen bottom nav (no home-button pill). */
.phone { position: relative; width: 280px; height: 578px; margin-inline: auto;
  background: #0E0B09; border-radius: 40px; padding: 8px;
  box-shadow: var(--shadow-lg), inset 0 0 0 1.5px #2A2019; overflow: hidden;
  display: flex; flex-direction: column; }
/* punch-hole camera, centered near the top edge */
.punch { position: absolute; top: 15px; inset-inline: 0; margin-inline: auto; width: 9px; height: 9px;
  border-radius: 50%; background: #050403; box-shadow: inset 0 0 0 1.5px #241a13; z-index: 6; }
.phone-glow { position: absolute; inset: -20% 15% auto; height: 200px; z-index: 4; pointer-events: none;
  background: radial-gradient(closest-side, rgba(242,96,60,.22), transparent); }

/* the app viewport (cream jibak background), fills the frame, RTL */
.app-screen { position: relative; z-index: 5; flex: 1; direction: rtl; overflow: hidden;
  background: var(--bg); border-radius: 33px 33px 0 0; padding: 26px 13px 10px; }
.app-screen::-webkit-scrollbar { display: none; }
.app-top { display: flex; align-items: center; justify-content: space-between; }
.greet { font-family: Lalezar, Vazirmatn, sans-serif; font-size: 16px; color: var(--ink); }
.eye { width: 18px; height: 18px; fill: none; stroke: var(--muted); stroke-width: 2; }
.tip { font-size: 9.5px; color: var(--muted); margin: 3px 2px 12px; }

/* coral net-worth card */
.nw-card { border-radius: 18px; padding: 15px 15px 14px;
  background: linear-gradient(135deg, var(--primary), #E4562F);
  box-shadow: 0 12px 22px rgba(242,96,60,.28); color: #fff; }
.nw-label { font-size: 11px; opacity: .88; }
.nw-num { font-family: Lalezar, Vazirmatn, sans-serif; font-size: 25px; font-weight: 400; letter-spacing: .4px; margin-top: 2px; }
.nw-io { display: flex; align-items: stretch; margin-top: 14px; }
.nw-io .io { flex: 1; padding-inline: 4px; }
.nw-io .io-div { width: 1px; background: rgba(255,255,255,.28); margin: 2px 0; }
.io-k { display: flex; align-items: center; gap: 4px; font-size: 9.5px; opacity: .9; }
.io-ic { width: 12px; height: 12px; fill: none; stroke: #fff; stroke-width: 2; opacity: .9; }
.io-v { font-size: 13px; font-weight: 800; margin-top: 3px; }

/* section header inside app */
.app-sec { display: flex; align-items: center; justify-content: space-between; margin: 15px 2px 8px; }
.app-sec span { font-size: 12px; font-weight: 800; color: var(--ink); }
.app-sec small { font-size: 10px; color: var(--primary); font-weight: 700; }

/* accounts strip */
.acc-strip { display: flex; gap: 9px; }
.acc-card { flex: 1; background: var(--surface); border: 1px solid var(--line); border-radius: 15px; padding: 11px; }
.acc-top { display: flex; align-items: center; gap: 6px; }
.acc-ic { width: 15px; height: 15px; fill: none; stroke: var(--primary); stroke-width: 1.8; flex: none; }
.acc-top span { font-size: 11px; font-weight: 700; color: var(--ink); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.acc-bal { font-size: 13.5px; font-weight: 800; color: var(--ink); margin-top: 9px; }

/* transactions */
.tx-list { display: flex; flex-direction: column; gap: 4px; }
.tx { display: flex; align-items: center; gap: 9px; padding: 4px 0; }
.tx-ic { width: 32px; height: 32px; border-radius: 10px; display: grid; place-items: center; flex: none; }
.tx-ic svg { width: 15px; height: 15px; fill: none; stroke-width: 2.2; }
.tx-ic.pos { background: rgba(31,169,122,.13); } .tx-ic.pos svg { stroke: var(--pos); }
.tx-ic.neg { background: rgba(239,90,57,.13); } .tx-ic.neg svg { stroke: var(--neg); }
.tx-body { flex: 1; min-width: 0; }
.tx-t { font-size: 11.5px; font-weight: 700; color: var(--ink); }
.tx-d { font-size: 9.5px; color: var(--muted); margin-top: 1px; }
.tx-a { font-size: 11.5px; font-weight: 800; }
.tx-a.pos { color: var(--pos); } .tx-a.neg { color: var(--neg); }

/* app bottom nav (خانه / حساب‌ها / دنگ / تعهدات / بیشتر) */
.app-nav { position: relative; z-index: 5; direction: rtl; display: flex; background: var(--surface);
  border-top: 1px solid var(--line); padding: 7px 4px calc(7px + env(safe-area-inset-bottom, 0px)); }
.nav-i { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 3px; color: var(--muted); }
.nav-i svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.nav-i span { font-size: 8.5px; font-weight: 500; }
.nav-i.on { color: var(--primary); } .nav-i.on span { font-weight: 800; }
.nav-i.on svg { transform: scale(1.12); }

/* floating chips around the phone */
.chip { position: absolute; background: rgba(255,255,255,.86); backdrop-filter: blur(8px); border: 1px solid var(--line);
  border-radius: 14px; padding: 9px 12px; font-size: 12px; font-weight: 700; box-shadow: var(--shadow-sm);
  display: flex; align-items: center; gap: 7px; animation: float 6.5s ease-in-out infinite; z-index: 7; color: var(--ink); }
.chip .cic { width: 16px; height: 16px; fill: none; stroke: var(--primary); stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; flex: none; }
.chip.c1 { top: 46px; inset-inline-start: -14px; }
.chip.c2 { bottom: 150px; inset-inline-end: -20px; animation-delay: 1.2s; }
.chip.c3 { bottom: 60px; inset-inline-start: 2px; animation-delay: .6s; }
@media (max-width: 540px) { .chip { display: none; } }

/* logos strip */
.logos { display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap;
  margin-top: 30px; padding-top: 22px; border-top: 1px dashed var(--line-2); color: var(--muted); font-size: 13px; }
.logos b { color: var(--ink-soft); font-weight: 800; } .logos i { color: var(--line-2); font-style: normal; }

/* stats */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin: 40px 0; }
@media (max-width: 700px) { .stats { grid-template-columns: repeat(2, 1fr); } }
.stat { background: var(--surface); border: 1px solid var(--line); border-radius: 18px; padding: 20px; text-align: center; box-shadow: var(--shadow-sm); }
.stat .n { font-size: 27px; font-weight: 900; color: var(--primary); }
.stat .l { font-size: 12px; color: var(--muted); margin-top: 3px; }

/* sections */
section { padding: 46px 0; }
.eyebrow { display: inline-block; font-size: 12px; font-weight: 800; letter-spacing: .3px; color: var(--accent);
  background: #E2F6F1; border: 1px solid #C4EBE2; padding: 5px 12px; border-radius: 20px; margin-bottom: 12px; }
.section-head { text-align: center; margin-bottom: 30px; }
.section-head h2 { font-size: clamp(25px, 4.2vw, 36px); margin: 0 0 8px; letter-spacing: -.3px; }
.section-head p { color: var(--ink-soft); font-size: 14.5px; margin: 0; }

.features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
@media (max-width: 860px) { .features { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .features { grid-template-columns: 1fr; } }
.feature { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px;
  transition: transform .22s, box-shadow .25s, border-color .25s; position: relative; }
.feature:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: #FFD3BF; }
.feature .ic { width: 50px; height: 50px; border-radius: 15px; display: grid; place-items: center;
  background: linear-gradient(135deg, #FFEDE4, #FFF6EF); border: 1px solid #FFE0D0; }
.feature .ic svg { width: 26px; height: 26px; fill: none; stroke: var(--primary); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.feature h3 { font-size: 16.5px; margin: 15px 0 6px; }
.feature p { font-size: 13px; color: var(--ink-soft); margin: 0; }
.plus-tag { display: inline-block; margin-inline-start: 6px; font-size: 10px; font-weight: 800; color: var(--primary-d);
  background: #FFEDE4; border: 1px solid #FFD3BF; border-radius: 8px; padding: 1px 7px; vertical-align: middle; }

/* free vs plus compare table */
.compare-sec { background: linear-gradient(180deg, transparent, rgba(255,237,225,.5), transparent); }
.compare { background: var(--surface); border: 1px solid var(--line); border-radius: 26px; overflow: hidden; box-shadow: var(--shadow); }
.c-head, .c-row { display: grid; grid-template-columns: 1.7fr .9fr 1fr; align-items: center; }
.c-head { background: #FFF3EA; border-bottom: 1px solid var(--line-2); padding: 4px 0; }
.c-head .c-feat { font-weight: 800; font-size: 14px; padding: 16px 20px; }
.c-col { text-align: center; padding: 14px 8px; font-weight: 800; font-size: 13px; }
.c-plus { background: linear-gradient(180deg, #FFF6EF, #FFEEE4); position: relative; }
.c-head .c-plus { background: linear-gradient(180deg, #FFEDE1, #FFE3D2); }
.c-free { color: var(--ink-soft); } .c-plusname { color: var(--primary-d); }
.c-row { border-bottom: 1px solid var(--line); font-size: 13.5px; }
.c-row:last-child { border-bottom: 0; }
.c-row .c-feat { padding: 14px 20px; color: var(--ink); font-weight: 600; }
.c-row.hl-row { background: #FFFBF7; }
.c-row .ok { color: var(--pos); font-weight: 800; font-style: normal; font-size: 13px; }
.c-row .ok .tick { width: 17px; height: 17px; fill: none; stroke: var(--pos); stroke-width: 2.6; stroke-linecap: round; stroke-linejoin: round; vertical-align: -3px; }
.c-row .no { color: var(--muted); font-style: normal; font-size: 12px; font-weight: 700; }
.c-row .lim { color: var(--ink-soft); font-size: 12px; font-weight: 700; }
.c-cta { display: flex; gap: 12px; justify-content: center; padding: 22px; flex-wrap: wrap; background: #FFF3EA; }
@media (max-width: 620px) { .c-head, .c-row { grid-template-columns: 1.5fr .8fr .9fr; }
  .c-row .c-feat, .c-head .c-feat { padding-inline: 12px; font-size: 12.5px; } .c-col { font-size: 12px; } }

/* دنگ showcase */
.dong { margin: 6px 0; border-radius: 30px; padding: 40px; color: #FBEDE4; display: grid;
  grid-template-columns: 1.15fr .85fr; gap: 28px; align-items: center; position: relative; overflow: hidden;
  background: radial-gradient(600px 300px at 90% -20%, #4a2f20, transparent), linear-gradient(120deg, #2A1C15, #3a271b); box-shadow: var(--shadow); }
.dong::after { content: ''; position: absolute; width: 300px; height: 300px; opacity: .06; inset-inline-end: -40px; bottom: -90px; pointer-events: none;
  background: radial-gradient(closest-side, #FFB13C, transparent 70%); }
@media (max-width: 780px) { .dong { grid-template-columns: 1fr; text-align: center; padding: 30px 22px; } }
.dong .tag { display: inline-block; font-size: 11px; font-weight: 800; color: #2A1C15; background: var(--sun); padding: 5px 12px; border-radius: 20px; margin-bottom: 12px; }
.dong h2 { font-size: 28px; margin: 0 0 10px; color: #fff; }
.dong p { color: #D8C3B5; font-size: 14.5px; margin: 0 0 16px; }
.dong-list { list-style: none; padding: 0; margin: 0 0 22px; display: grid; gap: 8px; }
.dong-list li { font-size: 13.5px; color: #EAD9CC; display: flex; align-items: flex-start; gap: 8px; }
.dong-list .li-tick { width: 16px; height: 16px; fill: none; stroke: var(--sun); stroke-width: 2.6; stroke-linecap: round; stroke-linejoin: round; flex: none; margin-top: 3px; }
@media (max-width: 780px) { .dong-list li { justify-content: center; } }
@media (max-width: 780px) { .dong-list { justify-items: center; } }
.dong-card { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14); border-radius: 20px; padding: 18px; backdrop-filter: blur(6px); position: relative; z-index: 1; }
.dc-title { font-size: 12px; color: #C9B4A6; margin-bottom: 12px; }
.dc-item, .dc-disc { display: flex; justify-content: space-between; font-size: 13px; padding: 7px 0; border-bottom: 1px dashed rgba(255,255,255,.12); }
.dc-item b { color: #fff; } .dc-disc { color: var(--sun); border-bottom: 0; } .dc-disc b { color: var(--sun); }
.dc-split { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 12px; }
.dc-split .who { background: rgba(255,255,255,.08); border-radius: 11px; padding: 8px 10px; font-size: 12px; display: flex; justify-content: space-between; }
.dc-split .who b { color: var(--sun); }

/* pricing */
.seg { display: inline-flex; background: #fff; border: 1px solid var(--line-2); border-radius: 16px; padding: 5px; gap: 4px; margin: 0 auto 26px; }
.hero + * .seg, .seg { margin-inline: auto; }
.seg { display: flex; width: max-content; }
#pricing .seg { margin-inline: auto; }
.seg-btn { border: 0; background: transparent; color: var(--ink-soft); font-weight: 800; font-size: 14px; padding: 9px 22px; border-radius: 12px; cursor: pointer; transition: all .2s; }
.seg-btn.on { background: linear-gradient(120deg, var(--primary), #FF7A4D); color: #fff; box-shadow: 0 8px 18px rgba(242,96,60,.3); }
.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; align-items: stretch; }
@media (max-width: 780px) { .plans { grid-template-columns: 1fr; } }
.plan { background: var(--surface); border: 1.5px solid var(--line); border-radius: var(--radius); padding: 28px 24px; text-align: center; position: relative; transition: transform .2s, box-shadow .25s; display: flex; flex-direction: column; }
.plan:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.plan.pop { border-color: var(--sun); box-shadow: 0 24px 50px rgba(255, 177, 60, .24); background: linear-gradient(180deg, #FFFDFA, #FFF7EE); }
.plan .badge { position: absolute; top: -13px; inset-inline: 0; margin-inline: auto; width: max-content; background: linear-gradient(120deg, var(--sun), #FFC55E); color: #2A1C15; font-size: 11px; font-weight: 800; padding: 5px 14px; border-radius: 20px; box-shadow: 0 6px 14px rgba(255,177,60,.4); }
.plan .t { font-size: 15px; color: var(--ink-soft); font-weight: 700; }
.plan .price { margin: 10px 0 2px; display: flex; align-items: baseline; justify-content: center; gap: 6px; }
.plan .price .num { font-size: 32px; font-weight: 900; } .plan .price .cur { font-size: 13px; color: var(--muted); }
.plan .per { font-size: 12.5px; color: var(--muted); margin-bottom: 18px; }
.plan .plan-cta { margin-top: auto; }
.plan.family-note { text-align: start; justify-content: center; background: #FFFBF7; }
.plan.family-note .fn { font-size: 13px; color: var(--ink-soft); margin: 8px 0 0; }
.pricing-fine { text-align: center; font-size: 13px; color: var(--ink-soft); margin-top: 24px; background: #FFF3EA; border: 1px dashed var(--line-2); border-radius: 16px; padding: 14px 18px; }
.pricing-fine .fine-ic { width: 16px; height: 16px; fill: none; stroke: var(--primary); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; vertical-align: -3px; }

/* security band */
.security { padding: 46px 0; }
.sec-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 30px; align-items: center;
  background: linear-gradient(120deg, #FFEDE4, #E6F7F2); border: 1px solid var(--line); border-radius: 30px; padding: 36px; }
@media (max-width: 820px) { .sec-grid { grid-template-columns: 1fr; text-align: center; } }
.sec-copy h2 { font-size: 27px; margin: 4px 0 10px; }
.sec-copy p { color: var(--ink-soft); font-size: 14.5px; margin: 0 0 18px; max-width: 34em; }
.sec-badges { display: flex; gap: 10px; flex-wrap: wrap; }
@media (max-width: 820px) { .sec-badges { justify-content: center; } }
.sb { background: rgba(255,255,255,.75); border: 1px solid var(--line); border-radius: 14px; padding: 9px 14px; font-size: 13px; font-weight: 700; display: flex; align-items: center; gap: 7px; }
.sb .sbic { width: 17px; height: 17px; fill: none; stroke: var(--primary); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex: none; }
.sec-trust { display: flex; flex-direction: column; gap: 14px; align-items: center; }
.enamad-slot { width: 100%; min-height: 130px; background: #fff; border: 1px dashed var(--line-2); border-radius: 18px; display: grid; place-items: center; }
.enamad-ph { text-align: center; color: var(--muted); font-size: 13px; font-weight: 700; }
.enamad-ph small { font-size: 11px; font-weight: 400; }
.pay-badge { font-size: 13px; color: var(--ink-soft); } .pay-badge b { color: var(--primary-d); font-weight: 800; }

/* faq */
.faq { max-width: 760px; margin-inline: auto; display: grid; gap: 12px; }
.q { background: var(--surface); border: 1px solid var(--line); border-radius: 16px; padding: 4px 18px; transition: border-color .2s, box-shadow .2s; }
.q[open] { border-color: #FFD3BF; box-shadow: var(--shadow-sm); }
.q summary { cursor: pointer; list-style: none; padding: 14px 0; font-weight: 800; font-size: 14.5px; display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.q summary::-webkit-details-marker { display: none; }
.q summary::after { content: '+'; color: var(--primary); font-size: 22px; font-weight: 400; transition: transform .2s; }
.q[open] summary::after { transform: rotate(45deg); }
.q p { margin: 0 0 16px; font-size: 13.5px; color: var(--ink-soft); }

/* final CTA */
.final { padding-bottom: 20px; }
.download-band { position: relative; text-align: center; overflow: hidden;
  background: radial-gradient(600px 300px at 50% -40%, #FFDFC9, transparent), linear-gradient(120deg, #FFEDE4, #E6F7F2);
  border: 1px solid var(--line); border-radius: 30px; padding: 50px 24px; }
.db-glow { position: absolute; inset: -50% 30% auto; height: 260px; background: radial-gradient(closest-side, rgba(255,177,60,.3), transparent); }
.download-band h2 { font-size: 30px; margin: 0 0 8px; position: relative; }
.download-band p { color: var(--ink-soft); margin: 0 0 24px; position: relative; }
.dl-row { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; position: relative; }

/* legal + contact pages */
.legal-hero { padding: 40px 0 6px; text-align: center; }
.legal-hero h1 { font-size: clamp(26px, 4vw, 38px); margin: 10px 0 6px; }
.legal-hero .upd { color: var(--muted); font-size: 12.5px; }
.legal { max-width: 780px; margin: 24px auto 10px; background: var(--surface); border: 1px solid var(--line);
  border-radius: 24px; padding: 34px 32px; box-shadow: var(--shadow-sm); }
@media (max-width: 560px) { .legal { padding: 24px 20px; border-radius: 18px; } }
.legal h2 { font-size: 18px; margin: 24px 0 8px; color: var(--ink); }
.legal h2:first-child { margin-top: 0; }
.legal p { font-size: 14px; color: var(--ink-soft); margin: 0 0 6px; line-height: 2; }
.legal a { color: var(--primary-d); font-weight: 700; }
.legal .toc { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.legal .toc a { font-size: 12px; background: #FFF3EA; border: 1px solid var(--line-2); padding: 5px 11px; border-radius: 20px; font-weight: 700; }
.legal-cta { text-align: center; margin: 10px auto 30px; }

.contact-card { max-width: 560px; margin: 8px auto 30px; background: var(--surface); border: 1px solid var(--line);
  border-radius: 24px; padding: 30px; text-align: center; box-shadow: var(--shadow-sm); }
.contact-card .cic { width: 60px; height: 60px; border-radius: 18px; display: grid; place-items: center; font-size: 30px;
  margin: 0 auto 14px; background: linear-gradient(135deg, #FFEDE4, #FFF6EF); border: 1px solid #FFE0D0; }
.contact-card .lbl { font-size: 12.5px; color: var(--muted); }
.contact-card .email { font-size: 20px; font-weight: 900; color: var(--ink); margin: 4px 0 18px; word-break: break-all; }
.contact-links { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; margin-top: 22px; }

/* download page cards */
.dl-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; max-width: 720px; margin-inline: auto; }
@media (max-width: 620px) { .dl-cards { grid-template-columns: 1fr; } }
.dl-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 24px; text-align: center; box-shadow: var(--shadow-sm); }
.dl-card .ic { width: 56px; height: 56px; border-radius: 16px; display: grid; place-items: center; font-size: 28px; margin: 0 auto 12px; background: linear-gradient(135deg, #FFEDE4, #FFF6EF); border: 1px solid #FFE0D0; }
.dl-card h3 { font-size: 17px; margin: 0 0 6px; }
.dl-card > p { font-size: 13px; color: var(--ink-soft); margin: 0 0 16px; }
.dl-card .btn { width: 100%; }

/* footer */
footer { border-top: 1px solid var(--line); margin-top: 24px; padding: 40px 0 26px; background: #FFF9F4; }
.fcols { display: grid; grid-template-columns: 1.4fr .8fr .8fr .8fr; gap: 24px; }
@media (max-width: 760px) { .fcols { grid-template-columns: 1fr 1fr; } }
.fbrand { display: inline-flex; align-items: center; gap: 8px; }
.fbrand .logo, .fbrand .logo-img { width: 32px; height: 32px; font-size: 18px; border-radius: 10px; }
.fbrand-col p { color: var(--muted); font-size: 13px; margin: 12px 0 0; max-width: 26em; }
.fcol h4 { font-size: 13px; color: var(--ink); margin: 0 0 12px; }
.fcol a { display: block; color: var(--ink-soft); font-size: 13px; padding: 4px 0; transition: color .2s; }
.fcol a:hover { color: var(--primary); }
.fbottom { display: flex; justify-content: space-between; gap: 10px; flex-wrap: wrap; color: var(--muted); font-size: 12.5px; margin-top: 28px; padding-top: 18px; border-top: 1px solid var(--line); }

/* scroll reveal */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s cubic-bezier(.2,.7,.2,1), transform .75s cubic-bezier(.2,.7,.2,1); }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .09s; } .reveal.d2 { transition-delay: .18s; } .reveal.d3 { transition-delay: .27s; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } .aurora, .chip { animation: none; } }
