:root{ --cream:#FBF6EE; --paper:#FFFDF8; --ink:#2E2622; --muted:#6B5E55; --terra:#C8553D; --terra-d:#A9432E; --terra-soft:#F6E1D9; --olive:#5B7B4A; --olive-soft:#E6EEDD; --mustard:#E8A33D; --mustard-soft:#FBEBCD; --line:#E9DFD2; }
*{ box-sizing:border-box; }
[hidden]{ display:none !important; }
html{ scroll-behavior:smooth; }
body{ margin:0; direction:rtl; font-family:'IBM Plex Sans Arabic',Tahoma,sans-serif; color:var(--ink); background:var(--paper); font-size:17px; line-height:1.85; }
h1,h2,h3{ font-family:'Readex Pro','IBM Plex Sans Arabic',sans-serif; line-height:1.35; margin:0 0 12px; }
h2{ font-size:26px; }
h3{ font-size:19px; }
p{ margin:0 0 12px; }
img{ max-width:100%; display:block; }
.wrap{ max-width:720px; margin:0 auto; padding:0 16px; }
section{ padding:48px 0; }
section.alt{ background:var(--cream); }
.eyebrow{ color:var(--terra); font-weight:700; font-family:'Readex Pro'; font-size:15px; margin-bottom:8px; }
.btn{ display:block; width:100%; text-align:center; background:var(--terra); color:#fff; font-family:'Readex Pro'; font-weight:700; font-size:20px; padding:16px 20px; border-radius:14px; text-decoration:none; border:0; cursor:pointer; box-shadow:0 6px 0 var(--terra-d); transition:transform .1s; }
.btn:active{ transform:translateY(3px); box-shadow:0 3px 0 var(--terra-d); }
.btn small{ display:block; font-size:13px; font-weight:400; opacity:.9; }
.under{ text-align:center; font-size:14px; color:var(--muted); margin-top:12px; }
.hero{ background:linear-gradient(180deg,var(--cream),var(--paper)); padding-top:28px; }
.hero h1{ font-size:31px; }
.hero h1 mark{ background:none; color:var(--terra); }
.hero .sub{ font-size:18px; color:#4a3e36; }
.checks{ list-style:none; padding:0; margin:16px 0 22px; }
.checks li{ padding:6px 34px 6px 0; position:relative; font-weight:600; }
.checks li::before{ content:"✔"; position:absolute; right:0; top:6px; width:24px; height:24px; border-radius:50%; background:var(--olive); color:#fff; font-size:13px; display:flex; align-items:center; justify-content:center; }
.mock{ margin:20px auto 24px; display:flex; justify-content:center; gap:0; align-items:flex-end; }
.mock img{ width:52%; border-radius:6px; box-shadow:0 14px 30px #0003; }
.mock img + img{ width:44%; margin-inline-start:-10%; transform:rotate(-4deg); }
.pains{ list-style:none; padding:0; }
.pains li{ background:#fff; border:1px solid var(--line); border-radius:12px; padding:12px 14px; margin-bottom:10px; }
.big{ font-size:21px; font-family:'Readex Pro'; font-weight:700; color:var(--terra); }
table.mech{ width:100%; border-collapse:separate; border-spacing:0 10px; }
.mech td{ background:#fff; padding:12px; vertical-align:top; border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.mech td:first-child{ border-right:4px solid var(--terra); border-radius:0 10px 10px 0; font-weight:700; white-space:nowrap; font-family:'Readex Pro'; }
.mech td:last-child{ border-left:1px solid var(--line); border-radius:10px 0 0 10px; }
.for li{ margin-bottom:8px; }
.notfor{ background:var(--terra-soft); padding:12px 14px; border-radius:10px; font-size:15px; }
.toc{ counter-reset:c; list-style:none; padding:0; }
.toc li{ counter-increment:c; background:#fff; border:1px solid var(--line); border-radius:12px; padding:10px 14px 10px 14px; margin-bottom:8px; display:flex; gap:12px; }
.toc li::before{ content:counter(c); font-family:'Readex Pro'; font-weight:800; color:var(--terra); min-width:24px; }
.toc b{ display:block; }
.toc span{ font-size:14px; color:var(--muted); }
.pages{ display:grid; grid-template-columns:1fr 1fr; gap:10px; }
.pages img{ border:1px solid var(--line); border-radius:8px; box-shadow:0 4px 12px #0001; }
.obj{ background:#fff; border:1px solid var(--line); border-radius:14px; padding:16px; margin-bottom:12px; }
.obj h3{ color:var(--olive); }
.stack{ background:#fff; border:2px dashed var(--terra); border-radius:16px; padding:18px; }
.stack .row{ display:flex; justify-content:space-between; gap:12px; padding:10px 0; border-bottom:1px solid var(--line); }
.stack .row:last-of-type{ border-bottom:0; }
.stack .v{ white-space:nowrap; color:var(--muted); }
.total{ text-align:center; margin:18px 0 6px; }
.total s{ color:var(--muted); font-size:20px; }
.total .now{ display:block; font-family:'Readex Pro'; font-weight:800; font-size:44px; color:var(--terra); line-height:1.2; }
.guarantee{ display:flex; gap:14px; align-items:flex-start; background:var(--olive-soft); border-radius:14px; padding:16px; margin:18px 0; }
.guarantee .seal{ font-size:40px; line-height:1; }
details{ background:#fff; border:1px solid var(--line); border-radius:12px; padding:12px 14px; margin-bottom:10px; }
summary{ font-weight:700; cursor:pointer; font-family:'Readex Pro'; }
details p{ margin:8px 0 0; }
.sticky{ position:fixed; bottom:0; left:0; right:0; padding:10px 16px calc(10px + env(safe-area-inset-bottom)); background:#fffdf8ee; backdrop-filter:blur(6px); border-top:1px solid var(--line); z-index:10; transform:translateY(110%); transition:transform .25s; }
.sticky.show{ transform:none; }
.sticky .btn{ font-size:17px; padding:12px; }
.sample{ display:block; text-align:center; margin-top:14px; padding:12px; border:2px dashed var(--olive); border-radius:12px; color:var(--olive); font-weight:700; text-decoration:none; background:var(--olive-soft); }
.about{ background:var(--cream); border-radius:14px; padding:14px 16px; margin-top:16px; font-size:15.5px; }
.launch{ text-align:center; font-weight:700; color:var(--terra-d); background:var(--terra-soft); border-radius:10px; padding:8px 12px; margin:10px 0; }
.launch:empty{ display:none; }
.wafloat{ position:fixed; left:14px; bottom:84px; z-index:11; background:#25D366; color:#fff; font-weight:700; text-decoration:none; padding:10px 14px; border-radius:30px; box-shadow:0 6px 16px #0003; font-size:15px; }
footer{ text-align:center; font-size:13px; color:var(--muted); padding:28px 16px 90px; }
/* checkout */
.card{ background:#fff; border:1px solid var(--line); border-radius:16px; padding:18px; margin-bottom:16px; }
.sum .row{ display:flex; justify-content:space-between; gap:10px; padding:6px 0; }
.sum .row b{ white-space:nowrap; }
.sum .tot{ border-top:2px solid var(--line); margin-top:6px; padding-top:10px; font-weight:800; font-size:20px; font-family:'Readex Pro'; }
.bump{ border:2px dashed var(--mustard); background:var(--mustard-soft); border-radius:14px; padding:14px; display:flex; gap:12px; cursor:pointer; }
.bump input{ width:24px; height:24px; accent-color:var(--terra); flex:none; margin-top:4px; }
.bump b{ color:var(--terra-d); }
.methods{ display:grid; grid-template-columns:1fr 1fr; gap:10px; }
.methods label{ border:2px solid var(--line); border-radius:12px; padding:12px; text-align:center; cursor:pointer; font-weight:700; }
.methods input{ display:none; }
.methods input:checked + span{ color:var(--terra); }
.methods label:has(input:checked){ border-color:var(--terra); background:var(--terra-soft); }
.payto{ background:var(--cream); border-radius:12px; padding:12px; margin-top:12px; text-align:center; }
.payto .num{ font-family:'Readex Pro'; font-size:22px; font-weight:800; direction:ltr; display:inline-block; letter-spacing:1px; }
.copy{ background:var(--olive); color:#fff; border:0; border-radius:8px; padding:4px 12px; font-size:14px; cursor:pointer; margin-inline-start:8px; }
label.f{ display:block; font-weight:600; margin:12px 0 4px; }
input.i, select.i{ width:100%; font:inherit; padding:12px; border:1.5px solid var(--line); border-radius:10px; background:#fff; }
input.i:focus, select.i:focus{ outline:2px solid var(--terra); border-color:transparent; }
.drop{ border:2px dashed var(--line); border-radius:12px; padding:18px; text-align:center; color:var(--muted); cursor:pointer; }
.drop.ok{ border-color:var(--olive); color:var(--olive); background:var(--olive-soft); }
.err{ color:#b3261e; font-weight:600; min-height:24px; margin:8px 0; }
.steps{ counter-reset:s; padding:0; list-style:none; }
.steps > li{ counter-increment:s; position:relative; padding-right:40px; margin-bottom:6px; }
.steps > li::before{ content:counter(s); position:absolute; right:0; top:0; width:28px; height:28px; background:var(--terra); color:#fff; border-radius:50%; display:flex; align-items:center; justify-content:center; font-family:'Readex Pro'; font-weight:700; }

.brandbar{ background:#fff; border-bottom:1px solid var(--line); padding:10px 16px; display:flex; justify-content:center; }
.brandbar img{ height:44px; width:auto; display:block; }
