:root {
  --blue: #0c3e6b;
  --blue-deep: #082c4d;
  --blue-mid: #1a5a8a;
  --red: #c81a24;
  --red-deep: #a3141c;
  --ink: #111;
  --muted: #5c6370;
  --line: #e6e6e6;
  --bg: #fff;
  --wash: #f4f6f8;
  --ok: #1f7a3a;
  --ok-bg: #e7f6ea;
  --star: #f3b100;
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--sans); color: var(--ink); background: var(--bg); font-size: 16px; line-height: 1.5; }
img { max-width: 100%; display: block; }
a { color: var(--blue-mid); }
button { font: inherit; }
.skip { position: absolute; left: -999px; }
.skip:focus { left: 8px; top: 8px; background: #000; color: #fff; padding: 8px; z-index: 99; }

.ad-label { background: var(--blue-deep); color: #c5d4e4; text-align: center; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; padding: 4px 10px; }
.promo {
  background: var(--blue);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 12px 16px;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: .06em;
}
.promo .timer { display: flex; gap: 6px; align-items: center; }
.tbox {
  background: #fff; color: var(--red); min-width: 48px; text-align: center;
  border-radius: 4px; padding: 6px 8px; font-size: 22px; font-weight: 800; line-height: 1;
}
.tbox small { display: none; }
.colon { font-weight: 800; }

.site-header { background: #fff; border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 40; }
.site-header .bar { width: min(1280px, calc(100% - 32px)); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 14px 0; }
.brand { text-decoration: none; color: #111; font-weight: 800; font-size: 26px; letter-spacing: .04em; display: flex; align-items: center; gap: 8px; }
.brand .mark { width: 28px; height: 28px; }
.brand b { color: var(--blue-mid); }
.nav { display: flex; gap: 22px; align-items: center; }
.nav a { text-decoration: none; color: #243044; font-size: 14px; }
.nav a:hover, .nav a[aria-current="page"] { color: var(--blue); }
.icons { display: flex; gap: 14px; align-items: center; }
.icons a { color: #111; text-decoration: none; font-size: 13px; position: relative; }
.cart-n { position: absolute; top: -8px; right: -10px; background: #111; color: #fff; border-radius: 99px; font-size: 10px; min-width: 16px; text-align: center; padding: 1px 4px; }
.nav-toggle { display: none; background: none; border: 1px solid var(--line); padding: 6px 10px; }

.wrap { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.crumbs { font-size: 13px; color: var(--muted); padding: 16px 0 8px; }
.crumbs a { color: var(--muted); text-decoration: none; }

.product { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; padding: 8px 0 48px; align-items: start; }
.gallery { position: relative; background: var(--wash); }
.gallery-main { aspect-ratio: 1; overflow: hidden; background: #eee; }
.gallery-main img, .gallery-main video { width: 100%; height: 100%; object-fit: cover; }
.badge-qty { position: absolute; left: 16px; top: 90px; width: 64px; height: 64px; border-radius: 50%; background: var(--blue-mid); color: #fff; display: grid; place-items: center; font-weight: 800; font-size: 13px; text-align: center; line-height: 1.15; }
.badge-gift { position: absolute; left: 12px; bottom: 70px; background: #fff; border-radius: 8px; display: flex; align-items: center; gap: 8px; padding: 6px 10px 6px 6px; box-shadow: 0 4px 16px rgba(0,0,0,.12); font-size: 12px; font-weight: 700; max-width: 210px; }
.badge-gift img { width: 48px; height: 48px; object-fit: cover; border-radius: 6px; }
.badge-gift span { color: #1a7a32; }
.thumbs { display: grid; grid-template-columns: repeat(6, 1fr); gap: 6px; padding: 8px 0; }
.thumbs button { border: 2px solid transparent; padding: 0; background: var(--wash); cursor: pointer; aspect-ratio: 1; overflow: hidden; }
.thumbs button[aria-pressed="true"] { border-color: var(--blue); }
.thumbs img { width: 100%; height: 100%; object-fit: cover; }

.buy h1 { font-size: 30px; margin: 0 0 6px; font-weight: 800; }
.price-row { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin: 8px 0; }
.price { color: var(--red); font-size: 32px; font-weight: 800; }
.was { color: #888; text-decoration: line-through; font-size: 18px; }
.save { background: var(--red); color: #fff; font-size: 12px; font-weight: 800; padding: 4px 8px; }
.vat { color: var(--muted); font-size: 14px; margin: 0 0 10px; }
.stars { color: var(--star); letter-spacing: 1px; font-size: 16px; }
.stars span { color: var(--muted); font-size: 14px; letter-spacing: 0; margin-left: 8px; }
.headline { font-size: 20px; font-weight: 800; margin: 10px 0 8px; line-height: 1.25; }
.checks { list-style: none; padding: 0; margin: 0 0 10px; }
.checks li { padding: 3px 0 3px 28px; position: relative; }
.checks li::before { content: "✓"; position: absolute; left: 0; color: var(--blue-mid); font-weight: 800; }
.reco { background: var(--ok-bg); color: var(--ok); padding: 10px 12px; border-radius: 4px; font-weight: 700; font-size: 14px; margin: 0 0 12px; }
.social { display: inline-flex; align-items: center; gap: 8px; border: 1px solid var(--line); border-radius: 999px; padding: 6px 12px 6px 8px; font-size: 13px; margin-bottom: 14px; }
.dots { display: flex; }
.dots i { width: 22px; height: 22px; border-radius: 50%; background: #c5d4e0; border: 2px solid #fff; margin-left: -6px; display: block; }
.dots i:first-child { margin-left: 0; background: #8aa8c2; }
.dots i:nth-child(2) { background: #6b8e6b; }
.dots i:nth-child(3) { background: #c9a27a; }

.packs { display: grid; gap: 8px; margin: 12px 0; }
.pack { width: 100%; text-align: left; border: 2px solid #ddd; background: #fff; padding: 12px 14px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.pack[aria-pressed="true"] { border-color: var(--blue); background: #f3f8fc; }
.pack b { display: block; }
.pack small { color: var(--muted); }
.pack .pp { text-align: right; font-weight: 800; }
.pack .pp s { display: block; color: #888; font-weight: 500; font-size: 13px; }
.tag { font-size: 11px; font-weight: 800; color: var(--red); text-transform: uppercase; }

.btn { display: inline-flex; justify-content: center; align-items: center; width: 100%; background: var(--red); color: #fff !important; text-decoration: none; border: 0; padding: 15px 18px; font-weight: 800; cursor: pointer; font-size: 15px; margin: 4px 0 10px; }
.btn:hover { background: var(--red-deep); }
.btn-dark { background: var(--blue); }
.btn-dark:hover { background: var(--blue-deep); }
.note { font-size: 13px; color: var(--muted); margin: 10px 0 0; }
.cart-line {
  display: grid;
  grid-template-columns: 1fr auto auto auto;
  gap: 12px;
  align-items: center;
  border: 1px solid var(--line);
  background: #fff;
  padding: 14px 16px;
  margin-bottom: 8px;
}
.cart-line small { color: var(--muted); display: block; }
.cart-line .line-sum { font-weight: 800; text-align: right; white-space: nowrap; }
.cart-line .line-sum span { display: block; color: var(--muted); font-weight: 500; font-size: 12px; }
.qty { display: flex; align-items: center; gap: 6px; }
.qty button, .cart-line .rm {
  width: 32px; height: 32px; border: 1px solid var(--line); background: var(--wash);
  cursor: pointer; font-weight: 800; border-radius: 6px;
}
.cart-line .rm { width: auto; padding: 0 10px; font-size: 13px; font-weight: 700; color: var(--red); }
.cart-total {
  display: flex; justify-content: space-between; align-items: baseline;
  font-size: 20px; font-weight: 800; margin: 16px 0 12px; padding-top: 12px;
  border-top: 1px solid var(--line);
}
@media (max-width: 640px) {
  .cart-line { grid-template-columns: 1fr auto; }
  .cart-line .rm { grid-column: 1 / -1; }
}

.hero-home { background: var(--wash); min-height: 520px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; }
.hero-home .copy { padding: 60px 8vw; }
.hero-home h1 { font-size: 42px; color: var(--blue); font-style: italic; margin: 12px 0; }
.hero-home img { width: 100%; height: 520px; object-fit: cover; object-position: center top; }
.pill { display: inline-block; background: #8aa4b8; color: #fff; padding: 10px 18px; text-decoration: none; font-weight: 800; letter-spacing: .06em; font-size: 13px; }

.section { padding: 56px 0; }
.section h2 { font-size: 32px; text-align: center; margin: 0 0 28px; }
.grid-prods { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.card { text-decoration: none; color: inherit; }
.card img { width: 100%; aspect-ratio: 1; object-fit: cover; background: var(--wash); }
.card h3 { font-size: 16px; margin: 10px 0 4px; }
.card .p { color: var(--red); font-weight: 800; }
.card s { color: #888; font-weight: 500; margin-left: 6px; }
.disc { background: var(--red); color: #fff; font-size: 11px; font-weight: 800; padding: 3px 6px; display: inline-block; margin-bottom: 6px; }

.reviews { background: #fff; overflow: hidden; }
.rev-head { text-align: center; }
.rev-head .big { color: var(--star); font-size: 22px; }
.rev-row { display: flex; gap: 16px; overflow-x: auto; padding-bottom: 8px; scroll-snap-type: x mandatory; }
.rev { min-width: 280px; max-width: 320px; border: 1px solid var(--line); padding: 16px; scroll-snap-align: start; }
.rev .who { font-weight: 700; margin-top: 10px; font-size: 14px; }
.rev .when { color: var(--muted); font-size: 12px; }

.faq details { border-bottom: 1px solid var(--line); padding: 4px 0; }
.faq summary { cursor: pointer; font-weight: 700; padding: 14px 0; }
.faq p { color: var(--muted); margin: 0 0 14px; }

.trust4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; padding: 28px 0; text-align: center; font-size: 13px; }
.trust4 b { display: block; font-size: 12px; letter-spacing: .06em; }

.site-footer { background: var(--wash); border-top: 1px solid var(--line); padding: 36px 0 80px; font-size: 14px; }
.fg { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 24px; width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.site-footer ul { list-style: none; padding: 0; }
.site-footer a { color: #333; text-decoration: none; }
.legal-mini { width: min(1180px, calc(100% - 32px)); margin: 20px auto 0; font-size: 12px; color: var(--muted); }

.cookie { display: none; position: fixed; left: 16px; right: 16px; bottom: 16px; background: #fff; border: 1px solid var(--line); padding: 14px; z-index: 80; max-width: 560px; box-shadow: 0 8px 30px rgba(0,0,0,.12); }
.cookie.is-on { display: block; }
.cookie .row { display: flex; gap: 8px; margin-top: 8px; }
.cookie .btn { width: auto; padding: 10px 14px; }

.sticky { display: none; position: fixed; left: 0; right: 0; bottom: 0; background: #fff; border-top: 1px solid var(--line); padding: 10px 16px; z-index: 50; }
.health { background: #f6f3ea; border-left: 4px solid var(--blue); padding: 12px 14px; font-size: 13px; margin: 24px 0; }

.legal { width: min(760px, calc(100% - 32px)); margin: 24px auto 48px; }
.entity { background: var(--wash); padding: 14px; border: 1px solid var(--line); }

.video-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.vcard { background: #000; position: relative; aspect-ratio: 1; overflow: hidden; }
.vcard img, .vcard video { width: 100%; height: 100%; object-fit: cover; }
.vcard button { position: absolute; inset: 0; background: rgba(0,0,0,.25); color: #fff; border: 0; font-weight: 800; cursor: pointer; }
.vcard.on button { display: none; }

.checkout {
  display: grid;
  grid-template-columns: 1.4fr .8fr;
  gap: 24px;
  align-items: start;
  padding: 28px 0 48px;
}
.box {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 28px 28px 24px;
  box-shadow: 0 8px 28px rgba(12, 62, 107, .06);
}
.box h1, .box h2 { margin: 0 0 8px; }
.box h1 { font-size: 28px; }
.box h2 { font-size: 16px; margin-top: 22px; }
.lead-s { color: var(--muted); margin: 0 0 18px; font-size: 15px; }
.field { margin: 0 0 14px; }
.field label { display: block; font-size: 13px; font-weight: 700; margin-bottom: 6px; }
.field input {
  width: 100%;
  border: 1px solid #ddd;
  background: #f3f1ee;
  border-radius: 8px;
  padding: 12px 14px;
  font: inherit;
}
.field input:focus { outline: 2px solid var(--blue-mid); background: #fff; }
.field .err { color: var(--red); font-size: 12px; margin: 5px 0 0; display: none; }
.field.is-bad input { border-color: var(--red); background: #fdf2f2; }
.field.is-bad .err { display: block; }
.row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.pay { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.pay-opt {
  border: 2px solid #ddd;
  background: #fff;
  border-radius: 10px;
  padding: 14px 12px;
  cursor: pointer;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
}
.pay-opt[aria-pressed="true"] { border-color: var(--blue-mid); background: #f3f8fc; }
.pay-opt .dot { width: 14px; height: 14px; border-radius: 50%; border: 2px solid #bbb; }
.pay-opt[aria-pressed="true"] .dot { border-color: var(--blue-mid); background: var(--blue-mid); box-shadow: inset 0 0 0 2px #fff; }
.consent { display: flex; gap: 10px; align-items: flex-start; font-size: 13px; margin: 16px 0; }
.consent input { margin-top: 3px; }
.summary-line { display: flex; justify-content: space-between; gap: 12px; margin: 8px 0; font-size: 15px; }
.summary-line.total { font-weight: 800; font-size: 18px; border-top: 1px solid var(--line); padding-top: 12px; margin-top: 12px; }
.checkout-note { font-size: 12px; color: var(--muted); margin-top: 16px; }
.lock { display: inline-block; margin-right: 6px; }

@media (max-width: 900px) {
  .checkout, .row2, .pay { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
  .product, .hero-home, .grid-prods, .trust4, .fg, .video-grid { grid-template-columns: 1fr 1fr; }
  .hero-home { grid-template-columns: 1fr; min-height: 0; }
  .hero-home img { height: 280px; }
  .nav-toggle { display: block; }
  .nav { display: none; position: absolute; left: 0; right: 0; top: 100%; background: #fff; flex-direction: column; padding: 12px 16px 16px; border-bottom: 1px solid var(--line); }
  .nav.open { display: flex; }
  .sticky { display: block; }
  .grid-prods { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .checkout, .product, .trust4, .fg, .video-grid { grid-template-columns: 1fr; }
  .buy h1 { font-size: 26px; }
  .promo { flex-direction: column; gap: 8px; }
}
