/* ============================================================
   AppleID Pro — Design System
   RTL · Responsive · Brand: royal indigo + sky blue
   ============================================================ */

:root {
  /* brand */
  --brand:      #3d2fd6;
  --brand-600:  #3626be;
  --brand-700:  #2a1f9c;
  --brand-2:    #6a4bff;
  --accent:     #47c2ff;
  --accent-2:   #22d3ee;

  /* neutrals */
  --ink:        #14152b;
  --ink-2:      #2c2e4a;
  --muted:      #656d8c;
  --line:       #e8eaf6;
  --bg:         #f4f5fc;
  --card:       #ffffff;
  --soft:       #f0f1fb;

  --ok:         #16a34a;
  --warn:       #f59e0b;

  /* effects */
  --radius:     18px;
  --radius-sm:  12px;
  --radius-lg:  28px;
  --shadow-sm:  0 2px 10px rgba(29, 26, 92, .06);
  --shadow:     0 12px 34px rgba(38, 31, 140, .10);
  --shadow-lg:  0 26px 60px rgba(38, 31, 140, .18);
  --ring:       0 0 0 4px rgba(61, 47, 214, .16);

  --maxw: 1180px;
  --gap: 24px;
  --font: 'Vazirmatn', 'Tahoma', system-ui, -apple-system, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.85;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img, svg { max-width: 100%; display: block; }
ul { list-style: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }

/* ---------------- layout ---------------- */
.container { width: min(100% - 40px, var(--maxw)); margin-inline: auto; }
.section { padding: 84px 0; }
.section-sm { padding: 54px 0; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--brand); font-weight: 800; font-size: .9rem;
  background: linear-gradient(90deg, rgba(61,47,214,.10), rgba(71,194,255,.10));
  padding: 7px 16px; border-radius: 999px; margin-bottom: 18px;
}
.section-head { text-align: center; max-width: 660px; margin: 0 auto 48px; }
.section-head h2 { font-size: clamp(1.6rem, 4vw, 2.4rem); font-weight: 900; line-height: 1.4; letter-spacing: -.5px; }
.section-head p { color: var(--muted); margin-top: 14px; font-size: 1.05rem; }
.text-grad {
  background: linear-gradient(100deg, var(--brand), var(--brand-2) 55%, var(--accent));
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}

/* ---------------- buttons ---------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-weight: 800; font-size: 1rem; padding: 13px 26px; border-radius: 14px;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px) scale(.99); }
.btn-primary {
  color: #fff;
  background: linear-gradient(120deg, var(--brand), var(--brand-2));
  box-shadow: 0 10px 26px rgba(61, 47, 214, .35);
}
.btn-primary:hover { box-shadow: 0 16px 34px rgba(61, 47, 214, .45); transform: translateY(-2px); }
.btn-light { background: #fff; color: var(--brand); box-shadow: var(--shadow-sm); }
.btn-light:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.btn-ghost { background: var(--soft); color: var(--ink); }
.btn-ghost:hover { background: #e6e7f7; }
.btn-outline { border: 1.6px solid var(--line); background: #fff; color: var(--ink); }
.btn-outline:hover { border-color: var(--brand); color: var(--brand); }
.btn-lg { padding: 16px 32px; font-size: 1.05rem; }
.btn-block { width: 100%; }
.btn[disabled] { opacity: .55; cursor: not-allowed; }

/* ---------------- header ---------------- */
.header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(255,255,255,.82);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.nav { display: flex; align-items: center; gap: 22px; height: 74px; }
.brand { display: flex; align-items: center; gap: 12px; font-weight: 900; }
.brand .logo-badge {
  width: 44px; height: 44px; border-radius: 13px; flex: none;
  background: linear-gradient(150deg, var(--brand), var(--brand-2));
  display: grid; place-items: center; box-shadow: 0 8px 20px rgba(61,47,214,.35);
}
.brand .logo-badge svg { width: 24px; height: 24px; }
.brand b { font-size: 1.18rem; letter-spacing: -.3px; display: block; line-height: 1.2; }
.brand span { font-size: .72rem; color: var(--muted); font-weight: 700; }
.nav-links { display: flex; align-items: center; gap: 6px; margin-inline-start: auto; }
.nav-links a {
  padding: 9px 15px; border-radius: 11px; font-weight: 700; color: var(--ink-2); font-size: .98rem;
  transition: background .15s, color .15s;
}
.nav-links a:hover, .nav-links a.active { background: var(--soft); color: var(--brand); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.cart-btn { position: relative; display: grid; place-items: center; width: 46px; height: 46px; border-radius: 13px; background: var(--soft); color: var(--brand); }
.cart-btn:hover { background: #e6e7f7; }
.cart-badge {
  position: absolute; top: -6px; inset-inline-start: -6px; min-width: 20px; height: 20px; padding: 0 5px;
  background: var(--accent); color: #06283d; font-size: .72rem; font-weight: 900;
  border-radius: 999px; display: grid; place-items: center; border: 2px solid #fff;
}
.menu-toggle { display: none; width: 46px; height: 46px; border-radius: 13px; background: var(--soft); color: var(--brand); place-items: center; }

/* ---------------- hero ---------------- */
.hero {
  position: relative; overflow: hidden; color: #fff;
  background: radial-gradient(1100px 500px at 85% -10%, rgba(71,194,255,.35), transparent 60%),
              linear-gradient(150deg, var(--brand-700), var(--brand) 45%, var(--brand-2));
}
.hero::after {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(700px 340px at 10% 110%, rgba(34,211,238,.25), transparent 60%);
  pointer-events: none;
}
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 40px; align-items: center; padding: 84px 0 96px; position: relative; z-index: 2; }
.hero h1 { font-size: clamp(2rem, 5.2vw, 3.4rem); font-weight: 900; line-height: 1.35; letter-spacing: -1px; }
.hero h1 .hl { background: linear-gradient(90deg, #fff, var(--accent)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.hero p { margin-top: 20px; font-size: 1.14rem; color: rgba(255,255,255,.9); max-width: 540px; }
.hero-cta { margin-top: 32px; display: flex; gap: 14px; flex-wrap: wrap; }
.hero-badges { margin-top: 34px; display: flex; gap: 26px; flex-wrap: wrap; }
.hero-badges div { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: .95rem; color: rgba(255,255,255,.92); }
.hero-badges svg { width: 22px; height: 22px; color: var(--accent); flex: none; }

/* hero visual card */
.hero-card {
  background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.22);
  border-radius: var(--radius-lg); padding: 26px; backdrop-filter: blur(8px);
  box-shadow: var(--shadow-lg);
}
.hero-card .hc-top { display: flex; align-items: center; gap: 14px; padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.16); }
.hero-card .hc-apple { width: 54px; height: 54px; border-radius: 15px; background: #fff; display: grid; place-items: center; }
.hero-card .hc-apple svg { width: 30px; height: 30px; color: var(--brand); }
.hero-card .hc-top b { font-size: 1.1rem; display: block; }
.hero-card .hc-top span { font-size: .85rem; color: rgba(255,255,255,.75); }
.hc-rows { margin-top: 18px; display: grid; gap: 12px; }
.hc-row { display: flex; align-items: center; justify-content: space-between; background: rgba(255,255,255,.10); border-radius: 13px; padding: 13px 16px; font-size: .95rem; }
.hc-row .ok { display: inline-flex; align-items: center; gap: 8px; color: #d8fff0; font-weight: 700; }
.hc-row .ok svg { width: 18px; height: 18px; color: #5ff0c0; }
.hc-price { font-weight: 900; }

.wave { display: block; width: 100%; height: auto; margin-top: -1px; position: relative; z-index: 2; }

/* ---------------- trust strip ---------------- */
.trust { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.trust-item { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; text-align: center; box-shadow: var(--shadow-sm); transition: transform .2s, box-shadow .2s; }
.trust-item:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.trust-item .ic { width: 56px; height: 56px; margin: 0 auto 14px; border-radius: 16px; display: grid; place-items: center; background: linear-gradient(140deg, rgba(61,47,214,.12), rgba(71,194,255,.14)); color: var(--brand); }
.trust-item .ic svg { width: 28px; height: 28px; }
.trust-item h3 { font-size: 1.08rem; font-weight: 800; }
.trust-item p { color: var(--muted); font-size: .92rem; margin-top: 6px; }

/* ---------------- stats ---------------- */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.stat { text-align: center; padding: 22px; }
.stat b { font-size: clamp(1.8rem, 4vw, 2.6rem); font-weight: 900; color: var(--brand); display: block; }
.stat span { color: var(--muted); font-weight: 700; }

/* ---------------- pricing ---------------- */
.pricing { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: stretch; }
.price-card {
  position: relative; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 30px; display: flex; flex-direction: column; box-shadow: var(--shadow-sm); transition: transform .2s, box-shadow .2s, border-color .2s;
}
.price-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.price-card.pop { border-color: transparent; box-shadow: var(--shadow-lg); background:
  linear-gradient(#fff, #fff) padding-box,
  linear-gradient(140deg, var(--brand), var(--accent)) border-box; border: 2px solid transparent; }
.price-card .tag { position: absolute; top: 18px; inset-inline-start: 22px; background: linear-gradient(120deg, var(--brand), var(--brand-2)); color: #fff; font-size: .78rem; font-weight: 800; padding: 5px 13px; border-radius: 999px; }
.price-ic { width: 60px; height: 60px; border-radius: 17px; display: grid; place-items: center; background: linear-gradient(140deg, rgba(61,47,214,.12), rgba(71,194,255,.14)); color: var(--brand); margin-bottom: 16px; }
.price-ic svg { width: 30px; height: 30px; }
.price-card h3 { font-size: 1.28rem; font-weight: 900; }
.price-card .desc { color: var(--muted); margin-top: 8px; min-height: 48px; font-size: .95rem; }
.price-amount { margin: 18px 0; display: flex; align-items: baseline; gap: 8px; }
.price-amount b { font-size: 2.1rem; font-weight: 900; color: var(--ink); }
.price-amount span { color: var(--muted); font-weight: 700; }
.price-feats { display: grid; gap: 11px; margin: 6px 0 24px; }
.price-feats li { display: flex; align-items: center; gap: 10px; color: var(--ink-2); font-size: .96rem; }
.price-feats svg { width: 20px; height: 20px; color: var(--ok); flex: none; }
.price-card .btn { margin-top: auto; }

/* qty control */
.qty { display: inline-flex; align-items: center; border: 1.6px solid var(--line); border-radius: 12px; overflow: hidden; }
.qty button { width: 40px; height: 42px; font-size: 1.3rem; font-weight: 800; color: var(--brand); background: var(--soft); }
.qty button:hover { background: #e6e7f7; }
.qty input { width: 52px; height: 42px; text-align: center; border: none; font-weight: 800; font-family: inherit; font-size: 1rem; color: var(--ink); }

/* ---------------- steps ---------------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; counter-reset: step; }
.step { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 24px; position: relative; box-shadow: var(--shadow-sm); }
.step .num { width: 46px; height: 46px; border-radius: 13px; background: linear-gradient(140deg, var(--brand), var(--brand-2)); color: #fff; font-weight: 900; font-size: 1.2rem; display: grid; place-items: center; margin-bottom: 16px; }
.step h3 { font-size: 1.1rem; font-weight: 800; }
.step p { color: var(--muted); font-size: .93rem; margin-top: 8px; }

/* ---------------- articles ---------------- */
.articles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.article-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); transition: transform .2s, box-shadow .2s; display: flex; flex-direction: column; }
.article-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.article-cover { height: 168px; display: grid; place-items: center; color: #fff; position: relative; }
.article-cover svg { width: 60px; height: 60px; opacity: .95; }
.ac-1 { background: linear-gradient(140deg, var(--brand), var(--brand-2)); }
.ac-2 { background: linear-gradient(140deg, #0ea5e9, var(--accent)); }
.ac-3 { background: linear-gradient(140deg, #7c3aed, #db2777); }
.ac-4 { background: linear-gradient(140deg, #059669, #22d3ee); }
.article-body { padding: 22px; display: flex; flex-direction: column; flex: 1; }
.article-body .cat { color: var(--brand); font-weight: 800; font-size: .82rem; }
.article-body h3 { font-size: 1.14rem; font-weight: 800; margin: 8px 0; line-height: 1.6; }
.article-body p { color: var(--muted); font-size: .93rem; flex: 1; }
.article-body .more { color: var(--brand); font-weight: 800; margin-top: 14px; display: inline-flex; align-items: center; gap: 6px; }

/* ---------------- FAQ ---------------- */
.faq { max-width: 820px; margin-inline: auto; display: grid; gap: 14px; }
.faq-item { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-sm); overflow: hidden; }
.faq-q { width: 100%; text-align: start; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 20px 22px; font-weight: 800; font-size: 1.02rem; color: var(--ink); }
.faq-q .chev { width: 26px; height: 26px; flex: none; color: var(--brand); transition: transform .25s; }
.faq-item.open .chev { transform: rotate(180deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-a p { padding: 0 22px 20px; color: var(--muted); }

/* ---------------- CTA band ---------------- */
.cta-band { position: relative; overflow: hidden; border-radius: var(--radius-lg); padding: 56px 44px; text-align: center; color: #fff;
  background: radial-gradient(700px 300px at 80% -30%, rgba(71,194,255,.4), transparent 60%), linear-gradient(140deg, var(--brand-700), var(--brand) 50%, var(--brand-2)); }
.cta-band h2 { font-size: clamp(1.5rem, 4vw, 2.3rem); font-weight: 900; }
.cta-band p { margin: 12px auto 26px; max-width: 560px; color: rgba(255,255,255,.9); }
.cta-band .btn-row { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ---------------- footer ---------------- */
.footer { background: #0f1024; color: #c7cae0; padding-top: 64px; margin-top: 24px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 34px; padding-bottom: 44px; }
.footer .brand b { color: #fff; }
.footer .brand span { color: #8a90b8; }
.footer-about p { color: #9aa0c4; margin-top: 16px; font-size: .95rem; }
.footer h4 { color: #fff; font-size: 1.02rem; font-weight: 800; margin-bottom: 16px; }
.footer-links a { display: block; padding: 6px 0; color: #a9aed0; transition: color .15s, padding .15s; font-size: .95rem; }
.footer-links a:hover { color: var(--accent); padding-inline-start: 6px; }
.social-row { display: flex; gap: 10px; margin-top: 16px; }
.social-row a { width: 42px; height: 42px; border-radius: 12px; background: rgba(255,255,255,.07); display: grid; place-items: center; color: #cfd3ee; transition: background .15s, transform .15s; }
.social-row a:hover { background: var(--brand); color: #fff; transform: translateY(-3px); }
.seals { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 8px; }
.seal { background: rgba(255,255,255,.06); border: 1px dashed rgba(255,255,255,.18); border-radius: 12px; padding: 12px 14px; text-align: center; color: #b9bee0; font-size: .78rem; font-weight: 700; min-width: 92px; }
.seal b { color: #fff; display: block; font-size: .9rem; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding: 22px 0; display: flex; align-items: center; justify-content: space-between; gap: 14px; color: #8a90b8; font-size: .9rem; flex-wrap: wrap; }

/* ---------------- page hero (subpages) ---------------- */
.page-hero { color: #fff; padding: 60px 0 76px; text-align: center;
  background: radial-gradient(800px 360px at 80% -20%, rgba(71,194,255,.3), transparent 60%), linear-gradient(140deg, var(--brand-700), var(--brand) 55%, var(--brand-2)); }
.page-hero h1 { font-size: clamp(1.8rem, 4.5vw, 2.7rem); font-weight: 900; }
.page-hero p { margin-top: 12px; color: rgba(255,255,255,.9); }
.breadcrumb { display: inline-flex; align-items: center; gap: 8px; color: rgba(255,255,255,.8); font-size: .9rem; margin-top: 16px; }
.breadcrumb a:hover { color: #fff; }

/* ---------------- cart / invoice ---------------- */
.cart-wrap { display: grid; grid-template-columns: 1.7fr 1fr; gap: 26px; align-items: start; }
.cart-box, .invoice-box { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.cart-box { overflow: hidden; }
.cart-box h3, .invoice-box h3 { padding: 22px 24px; border-bottom: 1px solid var(--line); font-size: 1.15rem; font-weight: 900; display: flex; align-items: center; gap: 10px; }
.cart-line { display: grid; grid-template-columns: auto 1fr auto auto; gap: 16px; align-items: center; padding: 20px 24px; border-bottom: 1px solid var(--line); }
.cart-line:last-child { border-bottom: none; }
.cart-line .ic { width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center; background: linear-gradient(140deg, rgba(61,47,214,.12), rgba(71,194,255,.14)); color: var(--brand); flex: none; }
.cart-line .ic svg { width: 26px; height: 26px; }
.cart-line .nm b { font-weight: 800; display: block; }
.cart-line .nm span { color: var(--muted); font-size: .88rem; }
.cart-line .ln-price { font-weight: 900; white-space: nowrap; }
.cart-line .rm { color: #dc2626; width: 38px; height: 38px; border-radius: 10px; display: grid; place-items: center; background: #fef2f2; }
.cart-line .rm:hover { background: #fee2e2; }
.cart-empty { text-align: center; padding: 60px 24px; color: var(--muted); }
.cart-empty svg { width: 72px; height: 72px; color: var(--line); margin: 0 auto 16px; }

.invoice-box { position: sticky; top: 92px; }
.inv-rows { padding: 20px 24px; display: grid; gap: 14px; }
.inv-row { display: flex; align-items: center; justify-content: space-between; color: var(--ink-2); }
.inv-row.total { border-top: 2px dashed var(--line); padding-top: 16px; margin-top: 4px; font-size: 1.2rem; font-weight: 900; color: var(--ink); }
.inv-row.total b { color: var(--brand); }
.inv-actions { padding: 0 24px 24px; display: grid; gap: 12px; }
.inv-note { font-size: .84rem; color: var(--muted); text-align: center; line-height: 1.9; }
.pre-invoice-badge { display: inline-flex; align-items: center; gap: 8px; background: var(--soft); color: var(--brand); font-weight: 800; font-size: .82rem; padding: 6px 14px; border-radius: 999px; }

/* ---------------- article page ---------------- */
.article-full { max-width: 820px; margin-inline: auto; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 44px; box-shadow: var(--shadow-sm); margin-top: -50px; position: relative; z-index: 3; }
.article-full h2 { font-size: 1.4rem; font-weight: 900; margin: 30px 0 14px; }
.article-full h3 { font-size: 1.15rem; font-weight: 800; margin: 24px 0 10px; color: var(--brand); }
.article-full p { color: var(--ink-2); margin-bottom: 14px; }
.article-full ul.dotted { margin: 8px 20px 18px; display: grid; gap: 8px; }
.article-full ul.dotted li { position: relative; padding-inline-start: 24px; color: var(--ink-2); }
.article-full ul.dotted li::before { content: ""; position: absolute; inset-inline-start: 0; top: 12px; width: 9px; height: 9px; border-radius: 50%; background: var(--accent); }
.article-full .note { background: var(--soft); border-inline-start: 4px solid var(--brand); border-radius: 12px; padding: 16px 20px; margin: 18px 0; color: var(--ink-2); }
.article-meta { display: flex; align-items: center; gap: 16px; color: var(--muted); font-size: .9rem; margin-bottom: 20px; flex-wrap: wrap; }
.article-meta span { display: inline-flex; align-items: center; gap: 6px; }
.article-meta svg { width: 17px; height: 17px; }

/* ---------------- rules ---------------- */
.rules-box { max-width: 900px; margin-inline: auto; }
.rule-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow-sm); margin-bottom: 20px; }
.rule-card h3 { font-size: 1.2rem; font-weight: 900; margin-bottom: 12px; display: flex; align-items: center; gap: 10px; color: var(--brand); }
.rule-card p { color: var(--ink-2); margin-bottom: 10px; }
.rule-card .highlight { background: linear-gradient(90deg, rgba(61,47,214,.06), rgba(71,194,255,.06)); border-radius: 12px; padding: 18px; border: 1px solid var(--line); color: var(--ink-2); }

/* ---------------- toast ---------------- */
.toast-wrap { position: fixed; inset-block-end: 24px; inset-inline-start: 50%; transform: translateX(50%); z-index: 200; display: grid; gap: 10px; }
.toast { background: var(--ink); color: #fff; padding: 13px 20px; border-radius: 13px; font-weight: 700; box-shadow: var(--shadow-lg); display: flex; align-items: center; gap: 10px; animation: toastIn .25s ease; }
.toast svg { width: 20px; height: 20px; color: #5ff0c0; }
@keyframes toastIn { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }

/* ---------------- reveal ---------------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ---------------- mobile drawer ---------------- */
.drawer-back { position: fixed; inset: 0; background: rgba(15,16,36,.5); backdrop-filter: blur(2px); z-index: 90; opacity: 0; visibility: hidden; transition: .25s; }
.drawer-back.open { opacity: 1; visibility: visible; }
.drawer { position: fixed; top: 0; right: 0; width: 300px; max-width: 84vw; height: 100%; background: #fff; z-index: 100; padding: 22px; transform: translateX(110%); transition: transform .28s ease; box-shadow: var(--shadow-lg); visibility: hidden; }
.drawer.open { visibility: visible; }
.drawer.open { transform: none; }
.drawer .dh { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.drawer .dh button { width: 42px; height: 42px; border-radius: 12px; background: var(--soft); color: var(--brand); display: grid; place-items: center; }
.drawer nav a { display: block; padding: 14px 16px; border-radius: 12px; font-weight: 800; color: var(--ink-2); }
.drawer nav a:hover { background: var(--soft); color: var(--brand); }
.drawer .btn { margin-top: 16px; }

/* ---------------- responsive ---------------- */
@media (max-width: 1024px) {
  .hero-grid { grid-template-columns: 1fr; gap: 30px; padding: 60px 0 76px; }
  .hero-card { max-width: 480px; }
  .trust, .stats { grid-template-columns: repeat(2, 1fr); }
  .pricing, .articles, .steps { grid-template-columns: repeat(2, 1fr); }
  .cart-wrap { grid-template-columns: 1fr; }
  .invoice-box { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  .section { padding: 60px 0; }
  .nav-links { display: none; }
  .menu-toggle { display: grid; }
  .nav-actions .btn.hide-sm { display: none; }
  .pricing, .articles, .steps, .trust, .stats { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .cta-band { padding: 44px 24px; }
  .article-full { padding: 28px 22px; }
  .cart-line { grid-template-columns: auto 1fr; grid-template-areas: "ic nm" "ic pr"; row-gap: 6px; }
  .cart-line .ln-price { grid-area: pr; }
  .cart-line .qty { grid-column: 1 / -1; }
  .cart-line .rm { position: absolute; inset-inline-end: 18px; }
  .cart-line { position: relative; }
}
