:root {
  --ink: #1c2430;
  --ink-2: #55606e;
  --line: #e6e9ef;
  --purple: #5a2fd6;
  --purple-2: #7b4cf0;
  --pink: #ff3f7a;
  --pink-soft: #ffd6e3;
  --yellow: #ffe14d;
  --blue: #2563eb;
  --green: #16a34a;
  --cta: #ff5a1f;
  --cta-2: #ff3d2e;
  --bg: #f3f4f8;
  --radius: 14px;
  --max: 600px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang SC", sans-serif;
  color: var(--ink); background: #061327; line-height: 1.62;
  -webkit-font-smoothing: antialiased; padding-bottom: 76px; font-size: 16px;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
b { font-weight: 700; }

/* ===== Animated background (ported from index.html) ===== */
.aurora {
  position: fixed; inset: 0; z-index: -2; overflow: hidden;
  background:
    radial-gradient(1200px 600px at 50% -10%, #0e2b52, transparent),
    linear-gradient(180deg, #061327 0%, #05101f 40%, #04101e 100%);
}
.orb { position: absolute; border-radius: 50%; filter: blur(60px); opacity: .55; mix-blend-mode: screen; }
.orb-1 { width: 320px; height: 320px; background: radial-gradient(circle, #1f7bff, transparent 70%); top: -60px; left: -80px; animation: drift1 16s ease-in-out infinite; }
.orb-2 { width: 360px; height: 360px; background: radial-gradient(circle, #38e1ff, transparent 70%); top: 30%; right: -120px; animation: drift2 20s ease-in-out infinite; }
.orb-3 { width: 300px; height: 300px; background: radial-gradient(circle, #8a6bff, transparent 70%); bottom: -40px; left: 20%; animation: drift3 22s ease-in-out infinite; }
@keyframes drift1 { 50% { transform: translate(60px, 80px) scale(1.15); } }
@keyframes drift2 { 50% { transform: translate(-70px, 60px) scale(1.1); } }
@keyframes drift3 { 50% { transform: translate(40px, -70px) scale(1.2); } }

/* Snow falls OVER content (canvas is non-interactive) but under the sticky bars */
.snow-canvas { position: fixed; inset: 0; z-index: 5; pointer-events: none; }

/* ===== Language switcher ===== */
.lang-bar {
  max-width: var(--max); margin-inline: auto;
  background: #0c1830; display: flex; align-items: center; justify-content: flex-end;
  gap: 6px; padding: 6px 12px; border-radius: 16px 16px 0 0;
}
.lang-globe { margin-right: auto; font-size: 13px; opacity: .8; }
.lang-btn {
  background: transparent; border: 1px solid rgba(255,255,255,.25); color: #cdd7ea;
  font-size: 12px; font-weight: 700; padding: 4px 12px; border-radius: 999px;
  cursor: pointer; font-family: inherit; transition: background .15s, color .15s, border-color .15s;
}
.lang-btn.is-active { background: #fff; color: #0c1830; border-color: #fff; }

/* ===== Top utility bar ===== */
.util-bar {
  max-width: var(--max); margin-inline: auto;
  background: linear-gradient(90deg, var(--purple), var(--purple-2));
  color: #fff; display: flex; align-items: center; justify-content: space-between;
  gap: 8px; padding: 7px 12px; font-size: 11px; position: sticky; top: 0; z-index: 40;
}
.util-tag { font-weight: 700; letter-spacing: .5px; opacity: .85; text-transform: uppercase; }
.util-timer { display: flex; gap: 5px; }
.ut-box { background: rgba(255,255,255,.16); border-radius: 6px; padding: 3px 6px; text-align: center; line-height: 1; min-width: 32px; }
.ut-box b { font-size: 15px; font-weight: 800; display: block; }
.ut-box i { font-style: normal; font-size: 8px; opacity: .8; }
.util-offer { font-size: 11px; text-align: right; }
.util-offer b { color: var(--yellow); }

/* ===== Sale ribbon ===== */
.sale-ribbon {
  max-width: var(--max); margin-inline: auto;
  background: #111827; color: var(--yellow); text-align: center;
  font-weight: 800; font-size: 13px; letter-spacing: .5px; padding: 8px;
}

/* ===== Article (floating card over animated background) ===== */
.article {
  position: relative; z-index: 1;
  max-width: var(--max); margin: 0 auto 18px; background: #fff;
  padding: 22px 18px 40px; border-radius: 0 0 18px 18px;
  box-shadow: 0 24px 60px rgba(0,0,0,.45);
}
.headline { font-size: 27px; line-height: 1.25; font-weight: 800; letter-spacing: -.3px; }
.headline mark { background: var(--pink); color: #fff; padding: 0 6px; border-radius: 4px; }
.headline mark.mark-2 { background: var(--purple); }

.byline { display: flex; align-items: center; gap: 10px; margin: 16px 0; padding-bottom: 14px; border-bottom: 1px solid var(--line); }
.author-avatar { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, var(--purple), var(--pink)); color: #fff; display: grid; place-items: center; font-weight: 800; font-size: 18px; }
.byline-text { font-size: 13px; }
.byline-text b { display: block; font-size: 14px; }
.byline-text span { color: var(--ink-2); font-size: 12px; }

.callout { background: #eef2ff; border-left: 4px solid var(--purple); color: var(--purple); font-weight: 600; font-size: 14px; padding: 12px 14px; border-radius: 8px; margin-bottom: 18px; }

.hero-figure { margin: 4px 0 18px; }
.hero-figure img { width: 100%; border-radius: var(--radius); border: 1px solid var(--line); }
.hero-figure figcaption { text-align: center; color: var(--ink-2); font-size: 12px; margin-top: 8px; font-style: italic; }

.subhead { font-size: 21px; font-weight: 800; line-height: 1.3; margin: 26px 0 10px; }
.article p { margin-bottom: 14px; color: #2a3340; }
.brand-name { color: var(--purple); }

.pullquote {
  border-left: 4px solid var(--pink); background: #fff5f8;
  font-size: 17px; font-style: italic; font-weight: 600; color: #2a3340;
  padding: 14px 16px; margin: 18px 0; border-radius: 0 10px 10px 0;
}

.check-list { list-style: none; margin: 8px 0 20px; display: grid; gap: 10px; }
.check-list li { position: relative; padding-left: 30px; font-size: 15px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 1px; width: 20px; height: 20px; border-radius: 50%; background: var(--green); color: #fff; font-size: 12px; font-weight: 800; display: grid; place-items: center; }

/* ===== Buttons ===== */
.btn { display: inline-flex; align-items: center; justify-content: center; font-weight: 800; border: none; cursor: pointer; border-radius: 12px; transition: transform .12s, box-shadow .2s; }
.btn:active { transform: scale(.97); }
.btn-cta { background: linear-gradient(135deg, var(--cta), var(--cta-2)); color: #fff; box-shadow: 0 8px 20px rgba(255,61,46,.4); padding: 14px 22px; font-size: 16px; animation: ctaPulse 2s ease-in-out infinite; }
@keyframes ctaPulse { 0%,100% { box-shadow: 0 8px 20px rgba(255,61,46,.4);} 50% { box-shadow: 0 8px 32px rgba(255,90,31,.75);} }
.btn-block { width: 100%; }
.btn-lg { padding: 16px 26px; font-size: 17px; }

/* ===== Offer card ===== */
.offer { position: relative; border: 2px solid var(--cta); border-radius: 16px; padding: 18px; margin: 26px 0; background: linear-gradient(180deg, #fff7f3, #fff); overflow: hidden; }
.offer-flag { position: absolute; top: 12px; right: -32px; transform: rotate(38deg); background: var(--cta); color: #fff; font-size: 11px; font-weight: 800; padding: 4px 38px; }
.offer-grid { display: grid; grid-template-columns: 43% 1fr; gap: 14px; align-items: center; }
.offer-media { position: relative; }
.offer-imgbox { border-radius: 10px; border: 1px solid var(--line); background: #fff; overflow: hidden; aspect-ratio: 1 / 1; display: grid; place-items: center; }
.offer-imgbox img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.32); transform-origin: center 46%; }
.badge-stock { display: block; margin-top: 8px; background: #fff0f0; color: #d32f2f; border: 1px solid #ffd0d0; font-size: 10.5px; font-weight: 700; padding: 4px 6px; border-radius: 6px; text-align: center; }
.offer-timer { background: #111827; color: #fff; border-radius: 10px; padding: 8px 10px; text-align: center; margin-bottom: 12px; }
.ot-label { font-size: 11px; color: var(--yellow); font-weight: 700; display: block; }
.ot-clock { font-weight: 800; font-size: 18px; letter-spacing: 1px; margin-top: 2px; }
.ot-clock i { font-style: normal; font-size: 9px; font-weight: 600; opacity: .7; margin-left: 1px; }
.offer-price { display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap; margin-bottom: 12px; }
.op-now { font-size: 30px; font-weight: 900; color: var(--cta-2); }
.op-old { font-size: 16px; color: var(--ink-2); text-decoration: line-through; }
.op-off { background: var(--green); color: #fff; font-size: 11px; font-weight: 800; padding: 3px 8px; border-radius: 6px; }
.offer-trust { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; font-size: 11.5px; color: var(--ink-2); font-weight: 600; }
.offer-trust span { background: #f1f3f8; padding: 4px 8px; border-radius: 6px; }

/* ===== Steps ===== */
.steps { display: grid; gap: 12px; margin: 12px 0 8px; }
.step { background: #f7f8fc; border: 1px solid var(--line); border-radius: 12px; padding: 14px 16px 14px 52px; position: relative; }
.step-no { position: absolute; left: 14px; top: 14px; width: 26px; height: 26px; border-radius: 50%; background: var(--purple); color: #fff; font-weight: 800; display: grid; place-items: center; font-size: 14px; }
.step b { font-size: 15px; }
.step p { font-size: 13px; color: var(--ink-2); margin: 2px 0 0; }

/* ===== Reviews ===== */
.review-summary { text-align: center; color: var(--cta); font-weight: 800; font-size: 15px; margin-bottom: 14px; }
.review-summary b { color: var(--ink); }
.reviews { display: grid; gap: 12px; }
.review { background: #f7f8fc; border: 1px solid var(--line); border-radius: 12px; padding: 14px; }
.r-top { display: flex; align-items: center; gap: 8px; }
.r-av { width: 28px; height: 28px; border-radius: 50%; background: linear-gradient(135deg, var(--blue), var(--purple)); color: #fff; display: grid; place-items: center; font-weight: 800; font-size: 13px; }
.r-top b { font-size: 14px; }
.r-verified { margin-left: auto; color: var(--green); font-size: 11px; font-weight: 700; }
.r-stars { color: #ff9f1c; font-size: 13px; margin: 6px 0 4px; }
.review p { font-size: 14px; margin: 0; color: #2a3340; }

/* ===== Compare table ===== */
.compare { width: 100%; border-collapse: collapse; margin: 10px 0 8px; font-size: 14px; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; }
.compare th, .compare td { padding: 11px 10px; text-align: center; border-bottom: 1px solid var(--line); }
.compare td:first-child, .compare th:first-child { text-align: left; color: var(--ink-2); font-weight: 600; }
.compare thead th { background: #f1f3f8; font-weight: 800; }
.compare .c-good { color: var(--green); font-weight: 700; background: #f3fbf6; }
.compare thead .c-good { color: var(--purple); background: #efeaff; }

/* ===== Order form ===== */
.order-form-wrap { margin: 28px 0; }
.ofw-card { border: 2px solid var(--green); border-radius: 16px; padding: 20px 18px; background: linear-gradient(180deg, #f3fbf6, #fff); }
.ofw-title { font-size: 20px; font-weight: 800; text-align: center; }
.ofw-price { display: flex; justify-content: center; align-items: baseline; gap: 10px; margin: 12px 0; flex-wrap: wrap; }
.ofw-cod { text-align: center; font-size: 14px; background: #fff8e6; border: 1px solid #ffe7a8; border-radius: 8px; padding: 8px; margin-bottom: 14px; }
#leadForm { display: grid; gap: 10px; }
#leadForm input, #leadForm textarea { width: 100%; padding: 13px 14px; font-size: 15px; border: 1.5px solid #d6dbe6; border-radius: 10px; outline: none; font-family: inherit; transition: border-color .2s, box-shadow .2s; }
#leadForm input:focus, #leadForm textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(22,163,74,.12); }
.err { color: #d32f2f; font-size: 12px; min-height: 1em; margin-top: -4px; }
.ofw-guarantee { text-align: center; font-size: 12.5px; color: var(--ink-2); margin-top: 12px; }

/* ===== FAQ ===== */
.faq { display: grid; gap: 8px; }
.faq details { border: 1px solid var(--line); border-radius: 10px; padding: 12px 14px; background: #f7f8fc; }
.faq summary { font-weight: 700; cursor: pointer; list-style: none; position: relative; padding-right: 24px; font-size: 15px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 0; top: -2px; font-size: 20px; color: var(--purple); }
.faq details[open] summary::after { content: "−"; }
.faq details p { font-size: 14px; color: var(--ink-2); margin: 8px 0 0; }

/* ===== Final CTA ===== */
.final-cta { text-align: center; background: linear-gradient(160deg, #111827, #2b1d4d); color: #fff; border-radius: 16px; padding: 28px 20px; margin: 28px 0 18px; }
.final-cta h2 { font-size: 21px; font-weight: 800; }
.final-cta p { color: #c9cede; margin: 8px 0 16px; font-size: 14px; }
.fc-trust { margin-top: 14px; font-size: 12px; color: #aab2c8; }

.disclaimer { font-size: 11px; color: #9aa3b2; line-height: 1.5; border-top: 1px solid var(--line); padding-top: 16px; margin-top: 8px; }

/* ===== Sticky bottom bar ===== */
.bottom-bar { position: fixed; left: 50%; transform: translateX(-50%); bottom: 0; width: 100%; max-width: var(--max); z-index: 50; display: flex; align-items: center; gap: 12px; padding: 9px 14px calc(9px + env(safe-area-inset-bottom)); background: #fff; border-top: 1px solid var(--line); box-shadow: 0 -6px 18px rgba(0,0,0,.08); }
.bb-price { display: flex; flex-direction: column; line-height: 1.1; }
.bb-price span { font-size: 11px; color: var(--green); font-weight: 700; }
.bb-price b { font-size: 22px; font-weight: 900; color: var(--cta-2); }
.bb-btn { flex: 1; padding: 13px; font-size: 16px; }

/* ===== Modal ===== */
.modal { position: fixed; inset: 0; z-index: 100; background: rgba(17,24,39,.55); display: grid; place-items: center; padding: 24px; animation: fade .25s ease; }
.modal[hidden] { display: none; }
@keyframes fade { from { opacity: 0; } }
.modal-card { background: #fff; border-radius: 18px; padding: 28px 22px; text-align: center; max-width: 340px; width: 100%; animation: pop .3s ease; }
@keyframes pop { from { transform: scale(.85); opacity: 0; } }
.modal-ico { font-size: 48px; }
.modal-card h3 { font-size: 21px; margin: 8px 0; }
.modal-card p { font-size: 14px; color: var(--ink-2); margin-bottom: 18px; }
.modal-card p b { color: var(--cta-2); }

@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation: none !important; } }
