:root {
  --navy: #0a1a3f;
  --navy-2: #13275a;
  --electric: #1f6bff;
  --blue: #3d8bff;
  --cyan: #22d3ee;
  --ice: #eef6ff;
  --ice-2: #d9ebff;
  --white: #ffffff;
  --ink: #0a1a3f;
  --muted: #4a5b80;
  --line: #cfe2fb;
  --ok: #10b981;
  --no: #e25561;
  --radius: 22px;
  --shadow: 0 18px 50px -20px rgba(31, 107, 255, 0.35);
  --glass: linear-gradient(180deg, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.55));
  --font-d: "Rubik", system-ui, sans-serif;
  --font-b: "Heebo", system-ui, sans-serif;
  --paw: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cellipse cx='5' cy='10' rx='2.2' ry='2.8'/%3E%3Cellipse cx='9.5' cy='5.5' rx='2.2' ry='2.9'/%3E%3Cellipse cx='14.5' cy='5.5' rx='2.2' ry='2.9'/%3E%3Cellipse cx='19' cy='10' rx='2.2' ry='2.8'/%3E%3Cpath d='M12 11c-3.5 0-7 4.6-7 7.4C5 20.5 6.6 21 8 21c1.6 0 2.7-.8 4-.8s2.4.8 4 .8c1.4 0 3-.5 3-2.6 0-2.8-3.5-7.4-7-7.4z'/%3E%3C/svg%3E");
  color-scheme: light;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body {
  margin: 0;
  font-family: var(--font-b);
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
h1, h2, h3 { font-family: var(--font-d); line-height: 1.1; margin: 0; letter-spacing: -0.01em; }
h2 { font-size: clamp(1.9rem, 4vw, 2.9rem); font-weight: 800; text-wrap: balance; }
h3 { font-size: 1.25rem; font-weight: 700; }
.wrap { width: min(1180px, 100% - 32px); margin-inline: auto; }
.eyebrow {
  margin: 0 0 10px;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  color: var(--electric);
}
.grad {
  background: linear-gradient(90deg, var(--electric), var(--cyan));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.sec-head { text-align: center; margin-bottom: 44px; }
section { padding: 88px 0; }

/* Buttons — glossy, matches the logo */
.btn {
  --h: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: var(--h);
  padding: 0 26px;
  border-radius: 999px;
  font-family: var(--font-d);
  font-weight: 700;
  font-size: 1rem;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(180deg, #5aa8ff 0%, var(--electric) 55%, #1557d6 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55), 0 10px 26px -10px rgba(31, 107, 255, 0.8);
  transition: transform 0.15s ease, box-shadow 0.2s ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55), 0 16px 34px -12px rgba(31, 107, 255, 0.9); }
.btn:active { transform: translateY(0); }
.btn:focus-visible { outline: 3px solid var(--cyan); outline-offset: 3px; }
.btn-sm { --h: 40px; padding: 0 18px; font-size: 0.95rem; }
.btn-lg { --h: 58px; padding: 0 34px; font-size: 1.1rem; }
.btn-block { width: 100%; }

/* Ticker */
.ticker { background: var(--navy); color: #cfe6ff; font-size: 0.85rem; font-weight: 500; overflow: hidden; white-space: nowrap; }
.ticker-track { display: inline-flex; gap: 48px; padding: 9px 0; animation: tick 28s linear infinite; }
.ticker-track span { display: inline-flex; align-items: center; gap: 10px; }
.ticker-track span::before {
  content: ""; width: 14px; height: 14px; flex: none; background: var(--cyan);
  -webkit-mask: var(--paw) center / contain no-repeat; mask: var(--paw) center / contain no-repeat;
}
@keyframes tick { from { transform: translateX(0); } to { transform: translateX(50%); } }

/* Header */
.header {
  position: sticky; top: env(safe-area-inset-top, 0px); z-index: 40;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: saturate(1.4) blur(14px);
  -webkit-backdrop-filter: saturate(1.4) blur(14px);
  border-bottom: 1px solid rgba(207, 226, 251, 0.7);
}
.header-in { display: flex; align-items: center; justify-content: space-between; height: 70px; gap: 16px; }
.logo img { width: 120px; }
.nav { display: flex; gap: 28px; font-weight: 500; }
.nav a { text-decoration: none; color: var(--muted); transition: color 0.2s; }
.nav a:hover { color: var(--electric); }

/* Hero */
.hero {
  position: relative;
  padding: 56px 0 72px;
  background: radial-gradient(1200px 600px at 20% -10%, var(--ice-2), transparent 60%), linear-gradient(180deg, var(--ice), #fff);
  overflow: hidden;
}
.hero-glow {
  position: absolute; inset: auto -10% -40% auto; width: 60vw; height: 60vw;
  background: radial-gradient(circle, rgba(34, 211, 238, 0.25), transparent 60%);
  pointer-events: none;
}
.hero-in { position: relative; display: grid; grid-template-columns: 1.05fr 1fr; gap: 48px; align-items: center; }
.hero h1 { font-size: clamp(2.6rem, 6.4vw, 4.6rem); font-weight: 800; margin-bottom: 18px; }
.lead { font-size: 1.15rem; color: var(--muted); max-width: 34ch; margin: 0 0 28px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px 22px; list-style: none; padding: 0; margin: 22px 0 0; color: var(--muted); font-size: 0.95rem; font-weight: 500; }
.trust-row li { display: flex; align-items: center; gap: 7px; }
.trust-row svg, .guarantee-box svg { width: 20px; height: 20px; fill: none; stroke: var(--electric); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; flex: none; }
.hero-media { position: relative; }
.hero-media img { position: relative; border-radius: 28px; box-shadow: var(--shadow); }
.hero-ring {
  position: absolute; inset: -18px; border-radius: 36px;
  background: conic-gradient(from 200deg, var(--cyan), var(--electric), transparent 40%, var(--cyan));
  filter: blur(22px); opacity: 0.45;
}

/* Pain */
.pain { padding: 0; margin-top: -36px; position: relative; z-index: 2; }
.pain-in {
  background: var(--glass);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow);
  border-radius: var(--radius);
  padding: 32px 36px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px 40px;
  align-items: center;
}
.pain h2 { font-size: 1.5rem; max-width: 14ch; }
.checks { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px 28px; }
.checks li { position: relative; padding-inline-start: 32px; font-weight: 500; }
.checks li::before {
  content: "✓"; position: absolute; inset-inline-start: 0; top: 1px;
  width: 22px; height: 22px; border-radius: 50%;
  display: grid; place-items: center; font-size: 0.8rem; font-weight: 700; color: #fff;
  background: linear-gradient(180deg, var(--cyan), var(--electric));
}

/* Buy box */
.buy-in { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.gallery { position: sticky; top: 94px; }
.gallery-main { border-radius: var(--radius); overflow: hidden; background: var(--ice); box-shadow: var(--shadow); aspect-ratio: 1322 / 1190; }
.gallery-main img { width: 100%; height: 100%; object-fit: cover; }
.thumbs { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; margin-top: 12px; }
.thumb { border: 2px solid transparent; border-radius: 14px; padding: 0; overflow: hidden; aspect-ratio: 1; background: var(--ice); cursor: pointer; }
.thumb img { width: 100%; height: 100%; object-fit: cover; }
.thumb.active { border-color: var(--electric); }
.buy-title { font-size: clamp(1.8rem, 3.4vw, 2.5rem); margin-bottom: 8px; }
.buy-sub { color: var(--muted); margin: 0 0 24px; }

.bundles { border: 0; padding: 0; margin: 0 0 18px; display: grid; gap: 12px; }
.bundles legend { font-weight: 700; margin-bottom: 10px; font-family: var(--font-d); }
.bundle {
  position: relative; display: flex; align-items: center; gap: 14px;
  padding: 18px 18px; border-radius: 18px; cursor: pointer;
  border: 2px solid var(--line); background: #fff;
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
}
.bundle:hover { border-color: var(--blue); }
.bundle input { position: absolute; opacity: 0; pointer-events: none; }
.bundle:has(input:checked) { border-color: var(--electric); background: linear-gradient(180deg, #f5faff, var(--ice)); box-shadow: 0 10px 28px -16px rgba(31, 107, 255, 0.7); }
.bundle:has(input:focus-visible) { outline: 3px solid var(--cyan); outline-offset: 2px; }
.b-dot { width: 22px; height: 22px; border-radius: 50%; border: 2px solid var(--line); flex: none; display: grid; place-items: center; }
.bundle:has(input:checked) .b-dot { border-color: var(--electric); }
.bundle:has(input:checked) .b-dot::after { content: ""; width: 12px; height: 12px; border-radius: 50%; background: var(--electric); }
.b-main { flex: 1; display: grid; }
.b-title { font-weight: 700; font-family: var(--font-d); font-size: 1.05rem; }
.b-note { color: var(--muted); font-size: 0.9rem; }
.b-price { text-align: end; display: grid; line-height: 1.25; }
.b-price strong { font-family: var(--font-d); font-size: 1.25rem; }
.b-price s { color: var(--muted); font-size: 0.9rem; }
.b-price em { font-style: normal; font-size: 0.8rem; font-weight: 700; color: var(--electric); }
.b-tag {
  position: absolute; top: -11px; inset-inline-start: 18px;
  font-size: 0.75rem; font-weight: 700; color: #fff; padding: 2px 12px; border-radius: 999px;
  background: linear-gradient(90deg, var(--electric), var(--cyan));
}
.ship-line { text-align: center; color: var(--muted); font-size: 0.92rem; margin: 10px 0 18px; }
.guarantee-box { display: flex; gap: 12px; align-items: flex-start; padding: 16px 18px; border-radius: 16px; background: var(--ice); border: 1px solid var(--line); margin-bottom: 20px; }
.guarantee-box svg { width: 26px; height: 26px; }

.acc details { border-bottom: 1px solid var(--line); }
.acc summary {
  cursor: pointer; list-style: none; padding: 16px 0; font-weight: 700; font-family: var(--font-d);
  display: flex; justify-content: space-between; align-items: center;
}
.acc summary::-webkit-details-marker { display: none; }
.acc summary::after { content: "+"; font-size: 1.4rem; color: var(--electric); transition: transform 0.2s; }
.acc details[open] summary::after { transform: rotate(45deg); }
.acc details > :not(summary) { margin: 0 0 16px; color: var(--muted); }
.steps-list { padding-inline-start: 20px; }

/* Placeholders for images still to come */
.ph {
  display: grid; place-items: center; text-align: center;
  border-radius: var(--radius);
  background:
    repeating-linear-gradient(135deg, rgba(31, 107, 255, 0.05) 0 12px, transparent 12px 24px),
    linear-gradient(180deg, var(--ice), var(--ice-2));
  border: 2px dashed #a9ccf7;
  color: var(--electric); font-weight: 700; font-size: 0.9rem;
}
.ph-1x1 { aspect-ratio: 1; }
.ph-4x3 { aspect-ratio: 4 / 3; }
.ph-4x5 { aspect-ratio: 4 / 5; }
img.media { width: 100%; object-fit: cover; border-radius: var(--radius); }
.thumb.ph { border-radius: 14px; font-size: 0.72rem; cursor: default; }

/* How */
.how { background: linear-gradient(180deg, #fff, var(--ice)); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.step { position: relative; background: #fff; border-radius: var(--radius); padding: 14px 14px 26px; box-shadow: 0 10px 30px -22px rgba(10, 26, 63, 0.4); border: 1px solid var(--line); }
.step h3 { margin: 18px 8px 6px; }
.step p { margin: 0 8px; color: var(--muted); }
.step-n {
  position: absolute; top: 24px; inset-inline-start: 24px;
  width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center;
  font-family: var(--font-d); font-weight: 800; color: #fff;
  background: linear-gradient(180deg, #5aa8ff, var(--electric));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

/* Features */
.features-in { display: grid; grid-template-columns: 1.1fr 1fr; gap: 56px; align-items: center; }
.features-media .media { box-shadow: var(--shadow); aspect-ratio: 910 / 465; }
.feat-list { display: grid; grid-template-columns: 1fr 1fr; gap: 22px 28px; margin: 28px 0 0; }
.feat-list dt { font-family: var(--font-d); font-weight: 700; font-size: 1.08rem; display: flex; align-items: center; gap: 10px; }
.feat-list dt::before { content: ""; width: 10px; height: 10px; border-radius: 50%; background: linear-gradient(180deg, var(--cyan), var(--electric)); flex: none; }
.feat-list dd { margin: 4px 0 0; padding-inline-start: 20px; color: var(--muted); }

/* Surfaces */
.surf-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.surf-more { text-align: center; color: var(--muted); margin: 28px 0 0; font-weight: 500; }
.surf { margin: 0; }
.surf figcaption { margin-top: 10px; font-weight: 700; font-family: var(--font-d); text-align: center; }

/* Compare — navy block */
.compare { background: radial-gradient(900px 500px at 80% 0%, #1b3a86, transparent 60%), var(--navy); color: #fff; }
.compare .eyebrow { color: var(--cyan); }
.table-wrap { overflow-x: auto; border-radius: var(--radius); border: 1px solid rgba(255, 255, 255, 0.12); background: rgba(255, 255, 255, 0.04); }
.cmp { width: 100%; border-collapse: collapse; min-width: 520px; text-align: center; }
.cmp th, .cmp td { padding: 16px 14px; border-bottom: 1px solid rgba(255, 255, 255, 0.08); }
.cmp thead th { font-family: var(--font-d); font-size: 1.05rem; color: #b9d3ff; }
.cmp tbody th { text-align: start; font-weight: 500; color: #e3eeff; }
.cmp tr:last-child > * { border-bottom: 0; }
.cmp .us { background: linear-gradient(180deg, rgba(31, 107, 255, 0.35), rgba(34, 211, 238, 0.18)); }
.cmp thead .us { color: #fff; font-size: 1.2rem; }
.cmp .y { color: #6ff0c4; font-weight: 700; font-size: 1.2rem; }
.cmp .n { color: #ff8a95; font-weight: 700; font-size: 1.2rem; }
.cmp .m { color: #ffd479; font-size: 0.9rem; }

/* UGC */
.ugc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.ba { margin: 0; }
.ba-wide { grid-column: 1 / -1; }
.ba .media { border-radius: var(--radius); box-shadow: var(--shadow); width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.ba figcaption { margin-top: 10px; font-weight: 700; font-family: var(--font-d); text-align: center; }
.ph-3x2 { aspect-ratio: 3 / 2; }

/* Reviews */
.reviews { background: var(--ice); }
.rev-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.rev { margin: 0; background: #fff; border-radius: var(--radius); padding: 22px; border: 1px solid var(--line); }
.rev img { border-radius: 14px; margin-bottom: 14px; aspect-ratio: 1; object-fit: cover; width: 100%; }
.stars { color: #ffb400; letter-spacing: 2px; }
.rev blockquote { margin: 8px 0 12px; }
.rev figcaption { color: var(--muted); font-size: 0.9rem; }

/* Brand moment */
.cuddle { position: relative; padding: 0; min-height: 520px; display: grid; align-items: center; overflow: hidden; background: var(--navy); }
.cuddle > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 30% 40%; }
.cuddle::after { content: ""; position: absolute; inset: 0; background: linear-gradient(270deg, rgba(10, 26, 63, 0.88) 0%, rgba(10, 26, 63, 0.55) 38%, rgba(10, 26, 63, 0) 65%); }
.cuddle-in { position: relative; z-index: 1; padding-block: 72px; }
.cuddle-copy { max-width: 30rem; color: #fff; }
.cuddle-copy h2 { text-wrap: balance; }
.cuddle-copy p { color: #d9e8ff; font-size: 1.1rem; margin: 16px 0 0; }
.grad-light { background: linear-gradient(90deg, #8fd8ff, var(--cyan)); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* Promise */
.promise-in {
  display: grid; grid-template-columns: auto 1fr auto; gap: 32px; align-items: center;
  padding: 40px; border-radius: 28px;
  background: linear-gradient(120deg, var(--electric), #2f8dff 55%, var(--cyan));
  color: #fff; box-shadow: var(--shadow);
}
.promise p { margin: 8px 0 0; color: #e8f3ff; max-width: 52ch; }
.promise .btn { background: #fff; color: var(--electric); box-shadow: 0 10px 26px -10px rgba(10, 26, 63, 0.5); }
.seal {
  width: 112px; height: 112px; border-radius: 50%; display: grid; place-content: center; text-align: center;
  font-family: var(--font-d); font-weight: 800; font-size: 2.4rem; line-height: 1;
  background: rgba(255, 255, 255, 0.16); border: 2px solid rgba(255, 255, 255, 0.6);
}
.seal small { font-size: 0.9rem; font-weight: 700; }

/* FAQ */
.faq-in { max-width: 820px; }
.acc-lg summary { font-size: 1.1rem; padding: 20px 0; }

/* Final */
.final { background: linear-gradient(180deg, #fff, var(--ice)); text-align: center; }
.final-in img { width: min(360px, 80%); margin: 0 auto; }
.final-slogan { font-family: var(--font-d); font-weight: 800; font-size: clamp(1.6rem, 3.5vw, 2.4rem); margin: 12px 0 26px; }

/* Footer */
.footer { background: var(--navy); color: #b9c8e6; padding: 44px 0 110px; }
.footer-in { display: grid; justify-items: center; gap: 14px; text-align: center; }
.footer img { width: 110px; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 22px; }
.footer-links a { color: #dbe7ff; text-decoration: none; font-size: 0.92rem; }
.footer-links a:hover { color: var(--cyan); }
.footer p { margin: 0; font-size: 0.9rem; }
.footer-contact a { color: #dbe7ff; }

/* Sticky bar */
.sticky-bar {
  position: fixed; inset: auto 12px 12px 12px; z-index: 50;
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 10px 10px 10px 18px; padding-inline-start: 20px;
  border-radius: 999px; background: rgba(10, 26, 63, 0.92); color: #fff;
  margin-bottom: env(safe-area-inset-bottom, 0px);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 14px 40px -12px rgba(10, 26, 63, 0.6);
  transform: translateY(140%); transition: transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.sticky-bar.show { transform: translateY(0); }
.sticky-info { display: grid; line-height: 1.2; }
.sticky-info span { color: var(--cyan); font-weight: 700; }
@media (min-width: 900px) { .sticky-bar { inset: auto auto 20px 20px; width: 360px; } }

/* Reveal */
.reveal.in { animation: rise 0.7s cubic-bezier(0.2, 0.8, 0.2, 1) both; }
@keyframes rise { from { transform: translateY(16px); } to { transform: none; } }
@media (prefers-reduced-motion: reduce) {
  .reveal.in { animation: none; }
  .ticker-track { animation: none; }
  html { scroll-behavior: auto; }
}

/* Responsive */
@media (max-width: 900px) {
  section { padding: 64px 0; }
  .nav { display: none; }
  .hero { padding: 28px 0 64px; }
  .hero-in { grid-template-columns: 1fr; gap: 28px; }
  .hero-media { order: -1; }
  .lead { max-width: none; }
  .hero-cta .btn { width: 100%; }
  .pain-in { grid-template-columns: 1fr; padding: 24px; }
  .pain h2 { max-width: none; }
  .checks { grid-template-columns: 1fr; }
  .buy-in { grid-template-columns: 1fr; gap: 28px; }
  .gallery { position: static; order: 2; }
  .steps, .ugc-grid, .rev-grid { grid-template-columns: 1fr; }
  .hero-media img { aspect-ratio: 5 / 4; object-fit: cover; object-position: 50% 40%; width: 100%; }
  .surf-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .features-in { grid-template-columns: 1fr; gap: 28px; }
  .cmp { min-width: 0; font-size: 0.88rem; }
  .cmp th, .cmp td { padding: 12px 6px; }
  .cmp thead th { font-size: 0.9rem; }
  .cmp thead .us { font-size: 1rem; }
  .cmp tbody th { padding-inline-start: 12px; }
  .feat-list { grid-template-columns: 1fr; gap: 16px; }
  .cuddle { min-height: 0; display: block; }
  .cuddle > img { position: static; height: auto; aspect-ratio: 4 / 3; }
  .cuddle::after { display: none; }
  .cuddle-in { padding-block: 32px 40px; }
  .promise-in { grid-template-columns: 1fr; justify-items: center; text-align: center; padding: 32px 22px; }
  .promise .btn { width: 100%; }
}
@media (max-width: 420px) {
  .bundle { padding: 16px 14px; gap: 10px; }
  .b-note { font-size: 0.82rem; }
}
