:root {
  --blue: #146e9a;
  --ink: #123243;
  --cta: #ee6a2b;
  --cta-dark: #d45518;
  --mint: #e7f4ea;
  --sand: #f7f4ee;
  --line: #e6e1d8;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: ui-sans-serif, system-ui, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  color: var(--ink);
  background: #fff;
  line-height: 1.45;
}
.bar {
  background: var(--blue);
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  padding: 8px 12px;
}
.bar .dot { opacity: .6; margin: 0 6px; }
.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  border-bottom: 1px solid var(--line);
}
.logo { font-weight: 800; letter-spacing: 2px; text-decoration: none; color: var(--ink); }
.nav-uk { font-size: 12px; color: #678; }
.hero img { width: 100%; height: 46vh; object-fit: cover; display: block; }
.hero-copy { padding: 22px 16px 10px; }
.kicker {
  color: var(--cta);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
h1 { font-size: 30px; line-height: 1.15; margin-bottom: 10px; }
.sub { font-size: 16px; color: #3e5560; margin-bottom: 18px; }
.btn {
  display: inline-block;
  background: var(--cta);
  color: #fff;
  text-decoration: none;
  border: none;
  border-radius: 10px;
  padding: 14px 18px;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
  font-family: inherit;
}
.btn:hover { background: var(--cta-dark); }
.btn-full { width: 100%; text-align: center; }
.stock { margin-top: 10px; font-size: 13px; color: #a33; }
.offer { padding: 8px 16px 28px; }
.offer-tag {
  background: #fff4ec;
  color: var(--cta-dark);
  font-weight: 700;
  font-size: 13px;
  padding: 10px 12px;
  border-radius: 8px;
  margin-bottom: 16px;
}
.product img {
  width: 100%;
  max-height: 320px;
  object-fit: contain;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
}
.product-info { padding: 14px 0 6px; }
.stars { color: #e2a100; font-size: 14px; margin-bottom: 6px; }
.stars span { color: #678; font-weight: 500; }
.product-info h2 { font-size: 24px; margin-bottom: 8px; }
.why { color: #3e5560; margin-bottom: 10px; }
.bullets { padding-left: 18px; margin-bottom: 14px; color: #345; }
.price { display: flex; align-items: baseline; gap: 10px; margin-bottom: 14px; flex-wrap: wrap; }
.now { font-size: 32px; font-weight: 800; color: var(--blue); }
.was { color: #99a; text-decoration: line-through; }
.save { background: var(--mint); color: #1f6b3a; font-size: 12px; font-weight: 800; padding: 4px 8px; border-radius: 99px; }
.bumps { margin-top: 28px; }
.bumps h3 { font-size: 18px; margin-bottom: 12px; }
.bump {
  display: grid;
  grid-template-columns: 22px 72px 1fr auto;
  gap: 10px;
  align-items: center;
  border: 1.5px solid var(--line);
  border-radius: 12px;
  padding: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}
.bump img { width: 72px; height: 72px; object-fit: contain; background: #fff; }
.bump b { display: block; font-size: 14px; }
.bump small { color: #678; font-size: 12px; }
.bump em { font-style: normal; font-weight: 800; color: var(--blue); white-space: nowrap; }
.bump input { width: 18px; height: 18px; accent-color: var(--cta); }
.bump:has(input:checked) { border-color: var(--cta); background: #fff8f3; }
.bump-kit { border-color: #f0c9a8; background: #fffaf5; }
.total-box {
  margin-top: 18px;
  padding: 16px;
  background: var(--sand);
  border-radius: 14px;
}
.total-box > div {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 12px;
  font-size: 15px;
}
#live-total { font-size: 26px; color: var(--blue); }
.secure { text-align: center; font-size: 12px; color: #678; margin-top: 10px; }
.proof { padding: 28px 16px; background: var(--mint); }
.proof h2 { font-size: 22px; margin-bottom: 14px; }
.reviews blockquote {
  background: #fff;
  border-radius: 12px;
  padding: 14px;
  margin-bottom: 10px;
}
.reviews p { margin-bottom: 8px; }
.reviews cite { font-size: 12px; color: #567; font-style: normal; }
.seals { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.seals span {
  background: #fff;
  border-radius: 99px;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 700;
  color: var(--blue);
}
.urgency {
  padding: 28px 16px;
  text-align: center;
  background: var(--blue);
  color: #fff;
}
.urgency p { margin-bottom: 14px; font-size: 18px; font-weight: 650; }
.urgency .btn { background: var(--cta); }
.foot { padding: 28px 16px 40px; font-size: 13px; color: #567; }
.foot p { margin-bottom: 8px; }
.foot a { color: var(--blue); margin-right: 12px; }
.sticky-buy {
  position: sticky;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 10px 16px;
  background: #fff;
  border-top: 1px solid var(--line);
  z-index: 20;
}
.sticky-buy strong { color: var(--blue); font-size: 18px; }
.sticky-buy .btn { padding: 12px 16px; font-size: 14px; }
.ok-wrap {
  max-width: 560px;
  margin: 40px auto;
  padding: 24px 16px;
  text-align: center;
}
.ok-card {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 14px;
  padding: 20px 18px;
  margin: 0 0 22px;
  text-align: left;
}
.ok-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 28px;
  margin: 0 0 18px;
}
.ok-label {
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #678;
  margin-bottom: 4px;
}
.ok-track-row {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ok-track-row strong,
.ok-meta strong {
  font-size: 16px;
  letter-spacing: .03em;
}
.ok-timeline {
  list-style: none;
  margin: 0 0 12px;
  padding: 0 0 0 18px;
  border-left: 2px solid var(--line);
  display: grid;
  gap: 18px;
}
.ok-timeline li { position: relative; padding-left: 22px; }
.ok-dot {
  position: absolute;
  left: -25px;
  top: 4px;
  width: 12px;
  height: 12px;
  border-radius: 99px;
  background: #fff;
  border: 2px solid var(--line);
}
.ok-timeline li.is-latest .ok-dot { background: #1f6b3a; border-color: #1f6b3a; }
.ok-timeline li.is-latest strong { color: #1f6b3a; }
.ok-timeline strong { display: block; font-size: 15px; }
.ok-timeline time { display: block; color: #888; font-size: 13px; margin-top: 3px; }
.ok-copy {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 8px;
  padding: 8px 12px;
  font-weight: 700;
  cursor: pointer;
  font-family: inherit;
}
.ok-track-link {
  display: inline-block;
  margin-top: 10px;
  color: var(--blue);
  font-weight: 700;
  font-size: 14px;
}
.ok-upsell {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 16px;
  text-align: left;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 16px;
  margin: 0 0 18px;
  background: #fff;
}
.ok-upsell img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
}
.ok-upsell h2 { font-size: 20px; margin: 0 0 6px; }
.ok-upsell p { color: #3e5560; font-size: 14px; margin-bottom: 10px; }
.ok-upsell-kicker {
  color: var(--cta);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.ok-price { display: flex; align-items: baseline; gap: 8px; margin-bottom: 12px; }
.ok-upsell .now { font-size: 26px; }
.ok-hint { text-align: center; font-size: 12px; color: #678; margin: 8px 0 0; }
.ok-skip {
  display: block;
  width: 100%;
  border: 0;
  background: transparent;
  color: #99a;
  text-decoration: underline;
  cursor: pointer;
  padding: 8px;
  font-family: inherit;
}
.ok-upsell-err { color: #a33; font-size: 13px; margin-bottom: 8px; }
.ok-upsell-done {
  border: 1px solid #cfe6d4;
  background: var(--mint);
  color: #1f6b3a;
  border-radius: 12px;
  padding: 14px;
  font-weight: 700;
  margin-bottom: 18px;
}
@media (max-width: 560px) {
  .ok-upsell { grid-template-columns: 1fr; }
  .ok-upsell img { width: 100%; height: 180px; }
}
@media (min-width: 800px) {
  .hero { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; }
  .hero img { height: 100%; min-height: 420px; }
  .hero-copy { padding: 40px; }
  h1 { font-size: 42px; }
  .product { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: center; }
  .offer, .proof, .foot { max-width: 980px; margin: 0 auto; }
  .reviews { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 12px; }
}
