/* ============================================================
   COOLINGBED · PRODUCT PAGE · styles.css
   Paste this file into the CSS pane of the CheckoutChamp
   web builder page editor (same convention as the PuppyPad funnel).
   ============================================================ */

/* ---------- Base ---------- */
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #F3F9FB;
  color: #0E2A35;
  font-family: 'Schibsted Grotesk', system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
*, *::before, *::after { box-sizing: border-box; }
::selection { background: #4FC3E8; color: #0E2A35; }
:focus-visible { outline: 3px solid #147A93; outline-offset: 2px; }
img { max-width: 100%; }

/* ---------- Keyframes ---------- */
@keyframes cbMarquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes cbScrollY { from { transform: translateY(0); } to { transform: translateY(-50%); } }
@keyframes cbBarIn { from { transform: translateY(110%); } to { transform: translateY(0); } }
@keyframes cbPulse {
  0% { box-shadow: 0 0 0 0 rgba(255,122,77,.75); }
  70% { box-shadow: 0 0 0 7px rgba(255,122,77,0); }
  100% { box-shadow: 0 0 0 0 rgba(255,122,77,0); }
}
@keyframes cbStripe { from { background-position: 0 0; } to { background-position: 28px 0; } }

/* ---------- Type helpers ---------- */
.cb-eyebrow {
  margin: 0 0 10px;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 15px;
  letter-spacing: .16em;
}
.cb-h2 {
  margin: 0;
  font-family: 'Lilita One', sans-serif;
  font-weight: 400;
  font-size: 44px;
  line-height: 1.06;
  letter-spacing: .01em;
  text-transform: uppercase;
  text-shadow: 2px 3px 0 rgba(14,42,53,.1);
}
.cb-h2--light { color: #EAF6FA; text-shadow: 3px 4px 0 rgba(4,20,30,.5); }

/* ---------- Buttons ---------- */
.cb-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: 'Lilita One', sans-serif;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: #0E2A35;
  background: #FF7A4D;
  border: 3px solid #0E2A35;
  border-radius: 5px;
  box-shadow: 4px 4px 0 #0E2A35;
  cursor: pointer;
  text-decoration: none;
  transition: transform .07s ease, box-shadow .07s ease;
}
.cb-btn:hover { transform: translate(2px,2px); box-shadow: 2px 2px 0 #0E2A35; }
.cb-btn:active { transform: translate(4px,4px); box-shadow: 0 0 0 #0E2A35; }
.cb-btn--hero { font-size: 20px; padding: 15px 28px; }
.cb-btn--final { font-size: 21px; padding: 16px 32px; }

/* ---------- Announcement ---------- */
.cb-announce {
  background: #0E2A35;
  color: #CDEBF3;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
}
.cb-announce span[data-txt] {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 14px;
  letter-spacing: .14em;
  white-space: nowrap;
}
.cb-diamond { width: 6px; height: 6px; background: #FFC53D; transform: rotate(45deg); flex: none; }
.cb-diamond--sm { width: 5px; height: 5px; background: #4FC3E8; }

/* ---------- Nav ---------- */
.cb-nav { background: #147A93; border-bottom: 3px solid #0E2A35; padding: 0 28px; }
.cb-nav-inner {
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  height: 76px;
}
.cb-nav-logo { display: flex; align-items: center; text-decoration: none; }
.cb-nav-logo img { height: 44px; width: auto; display: block; }
.cb-nav-links { display: flex; align-items: center; gap: 28px; }
.cb-nav-links a {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 16px;
  letter-spacing: .09em;
  color: #EAF6FA;
  text-decoration: none;
}
.cb-nav-links a:hover { color: #FFC53D; }

/* ---------- Hero ---------- */
.cb-hero {
  background: radial-gradient(900px 520px at 78% 8%, rgba(79,195,232,.28), rgba(79,195,232,0) 62%), #0E5F73;
  padding: 40px 28px;
  overflow: hidden;
  min-height: calc(100vh - 170px);
  display: flex;
  align-items: center;
}
.cb-hero-grid {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.06fr .94fr;
  gap: 60px;
  align-items: center;
}
.cb-hero-stars { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; }
.cb-stars { color: #FFC53D; font-size: 17px; letter-spacing: .05em; }
.cb-hero-stars-label {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 15px;
  letter-spacing: .12em;
  color: #CDEBF3;
}
.cb-hero h1 {
  margin: 0;
  font-family: 'Lilita One', sans-serif;
  font-weight: 400;
  font-size: 63px;
  line-height: 1.04;
  letter-spacing: .01em;
  text-transform: uppercase;
  color: #EAF6FA;
  text-shadow: 3px 4px 0 rgba(4,20,30,.38);
}
.cb-hero h1 .cb-hl { color: #4FC3E8; }
.cb-hero-sub { margin: 22px 0 0; max-width: 52ch; font-size: 19px; line-height: 1.6; color: #D8EEF6; }
.cb-hero-sub b { color: #F4FBFF; }
.cb-hero-ctas { display: flex; align-items: center; gap: 16px; margin-top: 32px; flex-wrap: wrap; }
.cb-hero-trust {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
  font-size: 13.5px;
  font-weight: 600;
  color: #BCE0EC;
  flex-wrap: wrap;
}
.cb-hero-visual { position: relative; transform: rotate(-1deg); }
.cb-hero-frame {
  position: relative;
  aspect-ratio: 1 / 1; /* locked square at every width */
  width: 100%;
  border: 3px solid #0E2A35;
  border-radius: 5px;
  box-shadow: 6px 6px 0 #0E2A35;
  overflow: hidden;
  background: #EAF6FA;
}
.cb-hero-frame img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity .45s ease, transform .65s cubic-bezier(.34,1.56,.64,1);
}
.cb-hero-img { opacity: 0; transform: scale(.9) rotate(5deg) translateY(18px); }
.cb-hero-img:first-of-type { transform: scale(.9) rotate(-5deg) translateY(18px); }
.cb-hero-img.is-on { opacity: 1; transform: scale(1) rotate(0deg) translateY(0); }
.cb-hero-mode {
  position: absolute;
  left: 14px;
  bottom: 14px;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 13.5px;
  letter-spacing: .1em;
  color: #0E2A35;
  background: rgba(244,251,255,.88);
  border: 1px solid rgba(14,42,53,.3);
  border-radius: 999px;
  box-shadow: 0 2px 8px rgba(4,20,30,.18);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  padding: 5px 12px;
  pointer-events: none;
}
/* Floating image labels — quiet frosted chips, deliberately less
   prominent than the orange CTA buttons */
.cb-tag {
  position: absolute;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 13.5px;
  letter-spacing: .1em;
  color: #0E2A35;
  background: rgba(244,251,255,.88);
  border: 1px solid rgba(14,42,53,.3);
  border-radius: 999px;
  box-shadow: 0 2px 8px rgba(4,20,30,.18);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  padding: 5px 12px;
  white-space: nowrap;
}
.cb-tag--tl { top: 14px; left: 14px; }
.cb-tag--br { bottom: 14px; right: 14px; }

/* ---------- Marquee ---------- */
.cb-marquee {
  overflow: hidden;
  background: #FFC53D;
  border-top: 3px solid #0E2A35;
  border-bottom: 3px solid #0E2A35;
  padding: 13px 0;
}
.cb-marquee-track {
  display: inline-flex;
  align-items: center;
  gap: 44px;
  white-space: nowrap;
  animation: cbMarquee 30s linear infinite;
  padding-right: 44px;
}
.cb-marquee-track span[data-txt] {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 18px;
  letter-spacing: .1em;
  color: #0E2A35;
  flex: none;
}
.cb-marquee-dot { width: 7px; height: 7px; background: #0E2A35; transform: rotate(45deg); flex: none; }

/* ---------- Problem ---------- */
.cb-problem { background: #FFF0E4; padding: 96px 28px; }
.cb-problem-grid {
  max-width: 1160px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 64px;
  align-items: center;
}
.cb-problem-visual { position: relative; }
.cb-problem-frame {
  border: 3px solid #0E2A35;
  border-radius: 5px;
  box-shadow: 6px 6px 0 #0E2A35;
  overflow: hidden;
  background: #fff;
  transform: rotate(.8deg);
}
.cb-problem-frame img { width: 100%; aspect-ratio: 1 / 1; height: auto; object-fit: cover; display: block; }
.cb-tag--problem { top: 14px; left: 14px; }
.cb-problem h2 { margin: 0 0 20px; }
.cb-problem h2 .cb-hl { color: #C4593A; }
.cb-problem p.cb-body { margin: 0 0 14px; font-size: 17px; line-height: 1.65; max-width: 56ch; }
.cb-problem p.cb-body--last { margin-bottom: 26px; }

.cb-problem-callout {
  margin-top: 28px;
  padding: 22px 24px;
  background: #FFF4EC;
  border-left: 5px solid #C4593A;
  border-radius: 0 8px 8px 0;
}
.cb-problem-callout-head {
  margin: 0 0 8px;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 16px;
  letter-spacing: .08em;
  color: #C4593A;
}
.cb-problem-callout-body {
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
  color: #2A2018;
}

/* ---------- Graveyard ---------- */
.cb-graveyard { background: #0E2A35; border-top: 3px solid #0E2A35; padding: 96px 28px; }
.cb-graveyard-inner { max-width: 1160px; margin: 0 auto; }
.cb-graveyard-head { text-align: center; max-width: 760px; margin: 0 auto 18px; }
.cb-graveyard-head p.cb-lead { margin: 0; font-size: 16.5px; line-height: 1.6; color: #BCE0EC; }
.cb-grave-msg {
  margin: 0 0 26px;
  text-align: center;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 17px;
  letter-spacing: .1em;
  color: #FFC53D;
  min-height: 22px;
}
.cb-grave-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.cb-grave-card {
  position: relative;
  background: #fff;
  border: 2px solid #0E2A35;
  border-radius: 5px;
  padding: 22px;
  cursor: pointer;
  transition: transform .15s ease;
}
.cb-grave-card:nth-child(1) { transform: rotate(-.6deg); }
.cb-grave-card:nth-child(2) { transform: rotate(.7deg); }
.cb-grave-card:nth-child(3) { transform: rotate(-.4deg); }
.cb-grave-card:nth-child(4) { transform: rotate(.5deg); }
.cb-grave-card:nth-child(5) { transform: rotate(-.7deg); }
.cb-grave-card:nth-child(6) { transform: rotate(.6deg); }
.cb-grave-card:hover { translate: 0 -4px; }
.cb-grave-card h3 {
  margin: 0 0 8px;
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 400;
  font-size: 23px;
  letter-spacing: .04em;
}
.cb-grave-card p { margin: 0; font-size: 14.5px; line-height: 1.6; color: #3E5964; }
.cb-grave-body { transition: opacity .2s ease; }
.cb-grave-card.is-buried .cb-grave-body { opacity: .38; }
.cb-grave-stamp-wrap {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.cb-grave-stamp {
  font-family: 'Lilita One', sans-serif;
  font-size: 26px;
  letter-spacing: .03em;
  color: #C4593A;
  border: 3px solid #C4593A;
  border-radius: 5px;
  padding: 6px 16px;
  background: rgba(255,255,255,.88);
  opacity: 0;
  transform: rotate(-9deg) scale(1.7);
  transition: opacity .18s ease, transform .18s ease;
}
.cb-grave-card.is-buried .cb-grave-stamp { opacity: 1; transform: rotate(-9deg) scale(1); }

.cb-grave-footer {
  margin: 34px auto 0;
  text-align: center;
  max-width: 64ch;
  font-size: 17px;
  line-height: 1.65;
  color: #CDEBF3;
}
.cb-grave-footer b { color: #F4FBFF; }

/* ---------- Mechanism ---------- */
.cb-how { background: #EAF6FA; border-top: 3px solid #0E2A35; padding: 96px 28px; }
.cb-how-inner { max-width: 1160px; margin: 0 auto; }
.cb-how-head { text-align: center; max-width: 800px; margin: 0 auto 44px; }
.cb-how-head h2 .cb-hl { color: #147A93; }
.cb-how-head p.cb-lead { margin: 0; font-size: 17.5px; line-height: 1.65; color: #3E5964; }
.cb-how-head p.cb-lead b { color: #0E2A35; }
.cb-how-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-bottom: 44px; }
.cb-step { background: #fff; border: 1px solid #DCEAEF; border-radius: 5px; padding: 26px; }
.cb-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  background: #4FC3E8;
  border: 2px solid #0E2A35;
  border-radius: 5px;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 19px;
  margin-bottom: 14px;
}
.cb-step h3 { margin: 0 0 8px; font-family: 'Bebas Neue', sans-serif; font-weight: 400; font-size: 24px; letter-spacing: .03em; }
.cb-step p { margin: 0; font-size: 15.5px; line-height: 1.6; color: #3E5964; }

.cb-coat {
  background: #0E2A35;
  border: 3px solid #04141E;
  border-radius: 5px;
  box-shadow: 8px 8px 0 rgba(4,20,30,.32);
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.06fr .94fr;
}
.cb-coat-left { padding: 40px 42px; }
.cb-coat-badge {
  display: inline-block;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 13px;
  letter-spacing: .12em;
  color: #0E2A35;
  background: #FFC53D;
  border: 2px solid #04141E;
  border-radius: 5px;
  padding: 4px 11px;
  margin-bottom: 16px;
}
.cb-coat h3 {
  margin: 0 0 14px;
  font-family: 'Lilita One', sans-serif;
  font-weight: 400;
  font-size: 31px;
  line-height: 1.08;
  letter-spacing: .01em;
  text-transform: uppercase;
  color: #EAF6FA;
  text-shadow: 2px 3px 0 rgba(4,20,30,.4);
}
.cb-coat h3 .cb-hl { color: #4FC3E8; }
.cb-coat-left p { margin: 0 0 12px; font-size: 15.5px; line-height: 1.65; color: #CDEBF3; }
.cb-coat-left p:last-child { margin-bottom: 0; }
.cb-coat-left p b { color: #F4FBFF; }
.cb-coat-right {
  background: #0E5F73;
  border-left: 3px solid #04141E;
  padding: 34px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
}
.cb-coat-right-eyebrow { margin: 0 0 2px; font-family: 'Bebas Neue', sans-serif; font-size: 13px; letter-spacing: .13em; color: #8FD8F0; }
.cb-coat-right-lead { margin: 0 0 6px; font-size: 14px; line-height: 1.55; color: #BCE0EC; }
.cb-cool-way {
  background: rgba(244,251,255,.06);
  border: 1px solid rgba(143,216,240,.28);
  border-radius: 5px;
  padding: 12px 15px;
}
.cb-cool-way-title { display: block; font-family: 'Bebas Neue', sans-serif; font-size: 17px; letter-spacing: .04em; color: #EAF6FA; margin-bottom: 2px; }
.cb-cool-way-text { display: block; font-size: 13.5px; line-height: 1.5; color: #9FC6D4; }
.cb-cool-way--win {
  background: #4FC3E8;
  border: 2px solid #04141E;
  box-shadow: 3px 3px 0 rgba(4,20,30,.4);
}
.cb-cool-way--win .cb-cool-way-head { display: flex; align-items: center; gap: 8px; margin-bottom: 2px; }
.cb-cool-way--win .cb-cool-way-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 19px;
  height: 19px;
  flex: none;
  border-radius: 50%;
  background: #0E2A35;
  color: #4FC3E8;
  font-weight: 900;
  font-size: 11px;
}
.cb-cool-way--win .cb-cool-way-title { color: #0E2A35; margin-bottom: 0; }
.cb-cool-way--win .cb-cool-way-text { font-weight: 600; color: #0A2029; }

/* ---------- Lab proof ---------- */
.cb-proof {
  background: radial-gradient(700px 420px at 22% 10%, rgba(79,195,232,.22), rgba(79,195,232,0) 60%), #0E5F73;
  border-top: 3px solid #0E2A35;
  padding: 92px 28px;
}
.cb-proof-grid {
  max-width: 1160px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.06fr .94fr;
  gap: 56px;
  align-items: center;
}
.cb-proof-eyebrow { color: #8FD8F0; }
.cb-qmax { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.cb-qmax-num {
  font-family: 'Lilita One', sans-serif;
  font-size: 86px;
  line-height: 1;
  color: #F4FBFF;
  text-shadow: 4px 5px 0 rgba(4,20,30,.45);
  font-variant-numeric: tabular-nums;
}
.cb-qmax-label {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 24px;
  line-height: 1.15;
  letter-spacing: .04em;
  color: #8FD8F0;
}
.cb-proof-copy { margin: 18px 0 0; font-size: 16.5px; line-height: 1.65; color: #CDEBF3; max-width: 50ch; }
.cb-proof-copy b { color: #F4FBFF; }
.cb-proof-card {
  margin-top: 24px;
  background: #0E2A35;
  border: 2px solid #0E2A35;
  border-radius: 5px;
  box-shadow: 4px 4px 0 rgba(4,20,30,.45);
  padding: 18px 20px;
  max-width: 52ch;
}
.cb-proof-card p { margin: 0; font-size: 15.5px; line-height: 1.6; color: #F4FBFF; font-weight: 600; }
.cb-proof-card p b { color: #4FC3E8; }
.cb-proof-card-src { margin: 8px 0 0 !important; font-family: 'Bebas Neue', sans-serif; font-size: 12.5px !important; letter-spacing: .1em; color: #8FD8F0 !important; font-weight: 400 !important; }

.cb-thermal {
  position: relative;
  aspect-ratio: 16 / 9; /* matches the 16:9 thermal images — full dog + bed stays visible at every width */
  border: 3px solid #0E2A35;
  border-radius: 5px;
  overflow: hidden;
  background: #EAF6FA;
  box-shadow: 6px 6px 0 #0E2A35;
}
.cb-thermal-hot { position: absolute; inset: 0; }
.cb-thermal-hot img, .cb-thermal-cool img { width: 100%; height: 100%; object-fit: cover; display: block; }
.cb-thermal-cool-clip { position: absolute; top: 0; left: 0; bottom: 0; width: 56%; overflow: hidden; background: #DDEFF7; }
.cb-thermal-cool { width: 178.57%; height: 100%; }
.cb-thermal-label {
  position: absolute;
  top: 12px;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 13px;
  letter-spacing: .07em;
  border: 2px solid #0E2A35;
  border-radius: 5px;
  padding: 3px 9px;
  pointer-events: none;
  z-index: 3;
}
.cb-thermal-label--cool { left: 12px; background: #4FC3E8; }
.cb-thermal-label--hot { right: 12px; background: #FF7A4D; }
.cb-thermal-divider { position: absolute; top: 0; bottom: 0; left: 56%; width: 3px; margin-left: -1.5px; background: #F4FBFF; pointer-events: none; z-index: 2; }
.cb-thermal-handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 56%;
  width: 48px;
  margin-left: -24px;
  cursor: ew-resize;
  display: flex;
  align-items: center;
  justify-content: center;
  touch-action: none;
  z-index: 4;
}
.cb-thermal-knob {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #F4FBFF;
  border: 3px solid #0E2A35;
  box-shadow: 2px 2px 0 #0E2A35;
  pointer-events: none;
}
.cb-thermal-knob .arr-l { width: 0; height: 0; border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-right: 7px solid #0E2A35; }
.cb-thermal-knob .arr-r { width: 0; height: 0; border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-left: 7px solid #0E2A35; }
.cb-thermal-caption { margin: 12px 0 0; text-align: center; font-size: 13.5px; font-weight: 600; color: #BCE0EC; }
.cb-thermal-caption b { color: #F4FBFF; }

/* ---------- Showdown ---------- */
.cb-showdown { background: #FFFFFF; border-top: 3px solid #0E2A35; padding: 92px 28px; }
.cb-showdown-inner { max-width: 1160px; margin: 0 auto; }
.cb-showdown-head { text-align: center; margin-bottom: 26px; }
.cb-showdown-head h2 .cb-hl { color: #147A93; }
.cb-cmp { max-width: 860px; margin: 0 auto; }
.cb-cmp-toggle { display: flex; justify-content: center; gap: 0; margin-bottom: 22px; }
.cb-cmp-tab {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 18px;
  letter-spacing: .07em;
  padding: 12px 26px;
  border: 3px solid #0E2A35;
  cursor: pointer;
  background: #fff;
  color: #0E2A35;
  user-select: none;
}
.cb-cmp-tab:hover { background: #EAF6FA; }
.cb-cmp-tab:active { transform: translate(1px,1px); }
.cb-cmp-tab--gel { border-right-width: 1.5px; border-radius: 5px 0 0 5px; }
.cb-cmp-tab--cb { border-left-width: 1.5px; border-radius: 0 5px 5px 0; }
.cb-cmp.is-gel .cb-cmp-tab--gel { background: #FFE3D1; }
.cb-cmp.is-cb .cb-cmp-tab--cb { background: #4FC3E8; }
.cb-cmp-panel {
  border: 3px solid #0E2A35;
  border-radius: 5px;
  box-shadow: 6px 6px 0 #0E2A35;
  padding: 26px 30px;
  transition: background .35s ease;
}
.cb-cmp.is-gel .cb-cmp-panel { background: #FFF3E8; }
.cb-cmp.is-cb .cb-cmp-panel { background: #EAF6FA; }
.cb-cmp-panel-head { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 18px; flex-wrap: wrap; }
.cb-cmp-title { font-family: 'Lilita One', sans-serif; font-size: 26px; letter-spacing: .01em; text-transform: uppercase; }
.cb-cmp-tag {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 14px;
  letter-spacing: .08em;
  border: 2px solid #0E2A35;
  border-radius: 5px;
  padding: 5px 12px;
}
.cb-cmp.is-gel .cb-cmp-tag { background: #FFE3D1; }
.cb-cmp.is-cb .cb-cmp-tag { background: #4FC3E8; }
.cb-cmp-row {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 16px;
  align-items: center;
  padding: 12px 0;
  border-top: 1px solid rgba(14,42,53,.14);
}
.cb-cmp-row-label { font-family: 'Bebas Neue', sans-serif; font-size: 16px; letter-spacing: .07em; color: #44606A; }
.cb-cmp-row-text { font-size: 15.5px; font-weight: 600; }
.cb-cmp-mark { font-weight: 800; margin-right: 6px; }
.cb-cmp.is-gel .cb-cmp-mark { color: #C4593A; }
.cb-cmp.is-cb .cb-cmp-mark { color: #147A93; }
.cb-cmp-footer { margin: 14px 0 0; text-align: center; font-size: 13.5px; font-weight: 600; color: #44606A; }

.cb-fits { max-width: 980px; margin: 64px auto 0; text-align: center; }
.cb-fits-eyebrow { font-family: 'Bebas Neue', sans-serif; font-size: 15px; letter-spacing: .16em; color: #147A93; margin-bottom: 22px; }
.cb-fits-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.cb-fit-card { background: #fff; border: 2px solid #0E2A35; border-radius: 5px; overflow: hidden; text-align: left; }
.cb-fit-card img { width: 100%; aspect-ratio: 1 / 1; height: auto; object-fit: cover; display: block; }
.cb-fit-card-body { padding: 16px 18px 18px; border-top: 2px solid #0E2A35; }
.cb-fit-card-title { font-family: 'Bebas Neue', sans-serif; font-size: 20px; letter-spacing: .05em; margin-bottom: 6px; line-height: 1; }
.cb-fit-card-sub { font-size: 12.5px; font-weight: 600; color: #44606A; line-height: 1.5; }
.cb-fits-footer { margin: 20px auto 0; max-width: 62ch; font-size: 13.5px; font-weight: 600; color: #44606A; }

/* ---------- Buy box ---------- */
.cb-offer { background: #F3F9FB; border-top: 3px solid #0E2A35; padding: 96px 28px; }
.cb-offer-inner { max-width: 1160px; margin: 0 auto; }
.cb-offer-head { text-align: center; margin-bottom: 44px; }
.cb-offer-head h2 .cb-hl { color: #147A93; }
.cb-offer-grid {
  display: grid;
  grid-template-columns: 1fr 1.04fr;
  gap: 48px;
  align-items: start;
}
.cb-gallery-col { position: sticky; top: 24px; }
.cb-gallery {
  position: relative;
  border: 3px solid #0E2A35;
  border-radius: 5px;
  box-shadow: 6px 6px 0 #0E2A35;
  overflow: hidden;
  background: #fff;
  aspect-ratio: 1 / 1; /* stays square at every width */
  width: 100%;
}
.cb-gal-slide { position: absolute; inset: 0; display: none; }
.cb-gal-slide.is-on { display: block; }
.cb-gal-slide[data-gal="4"] { cursor: pointer; }
.cb-gal-slide img { width: 100%; height: 100%; object-fit: cover; display: block; }
/* Inline product video — plays inside the 1:1 gallery, no popup. */
/* !important overrides CheckoutChamp's injected inline style="width:auto;height:343px"
   on the <video>, which otherwise forces it to a small fixed size on the live funnel. */
/* Absolute-fill so the video fills the square 1:1 slide. CKC wraps the <video> in a
   div (parentid=cc-id-… / wrapper-classes) whose height is auto — that collapses a
   plain height:100% to nothing (percentage heights need a fixed-height parent), which
   is why height:100% !important looked ignored. Absolute inset:0 sizes against the
   positioned .cb-gal-slide instead of the broken parent chain. */
.cb-gal-video {
  position: absolute !important; inset: 0 !important;
  width: 100% !important; height: 100% !important;
  object-fit: contain !important; display: block !important; background: #0E2A35;
}
/* Belt-and-suspenders: if CKC's injected wrapper is positioned, force it to fill the
   slide too so the video's 100% resolves. Harmless when no wrapper exists (local). */
.cb-gal-slide :has(> .cb-gal-video) {
  position: absolute !important; inset: 0 !important;
  width: 100% !important; height: 100% !important; display: block !important;
}

/* ---------- CheckoutChamp anchor lockdown: keep brand button colours regardless
   of CKC's global a:link/:visited/:hover/:active styles (which otherwise turn the
   CTA text default-blue + underlined on the live funnel) ---------- */
.cb-btn:link, .cb-btn:visited, .cb-btn:hover, .cb-btn:active, .cb-btn:focus, .cb-btn:focus-visible {
  color: #0E2A35 !important; text-decoration: none !important; border-color: #0E2A35 !important;
}
.cb-bar-cta:link, .cb-bar-cta:visited, .cb-bar-cta:hover, .cb-bar-cta:active, .cb-bar-cta:focus, .cb-bar-cta:focus-visible {
  color: #0E2A35 !important; text-decoration: none !important; border-color: #04141E !important;
}
.cb-gal-slide.is-playing .cb-gal-play { display: none; }
.cb-gal-play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.cb-gal-play-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #0E2A35;
  box-shadow: 4px 4px 0 #0E2A35;
}
.cb-gal-play-tri { width: 0; height: 0; border-top: 15px solid transparent; border-bottom: 15px solid transparent; border-left: 24px solid #0E2A35; margin-left: 7px; }
.cb-gal-arrow {
  position: absolute;
  top: 50%;
  margin-top: -23px;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #0E2A35;
  box-shadow: 3px 3px 0 #0E2A35;
  cursor: pointer;
  font-weight: 900;
  font-size: 19px;
  transition: transform .07s ease, box-shadow .07s ease;
  user-select: none;
}
.cb-gal-arrow:hover { transform: translate(1px,1px); box-shadow: 2px 2px 0 #0E2A35; }
.cb-gal-arrow:active { transform: translate(3px,3px); box-shadow: 0 0 0 #0E2A35; }
.cb-gal-arrow--prev { left: 14px; }
.cb-gal-arrow--next { right: 14px; }
.cb-gal-watch {
  position: absolute;
  left: 14px;
  bottom: 14px;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: #fff;
  border: 2px solid #0E2A35;
  border-radius: 5px;
  box-shadow: 3px 3px 0 #0E2A35;
  padding: 8px 14px;
  cursor: pointer;
  transition: transform .07s ease, box-shadow .07s ease;
  user-select: none;
}
.cb-gal-watch:hover { transform: translate(1px,1px); box-shadow: 2px 2px 0 #0E2A35; }
.cb-gal-watch:active { transform: translate(3px,3px); box-shadow: 0 0 0 #0E2A35; }
.cb-gal-watch-tri { width: 0; height: 0; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 10px solid #0E2A35; }
.cb-gal-watch span[data-txt] { font-family: 'Bebas Neue', sans-serif; font-size: 14px; letter-spacing: .08em; }
.cb-thumbs { display: flex; gap: 8px; margin-top: 12px; }
.cb-thumb {
  position: relative;
  flex: 1;
  border: 2px solid #DCEAEF;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
  background: #fff;
  transition: transform .07s ease;
}
.cb-thumb:hover { border-color: #9DC4D2; }
.cb-thumb:active { transform: translate(1px,1px); }
.cb-thumb.is-on, .cb-thumb.is-on:hover { border-color: #0E2A35; }
.cb-thumb img { width: 100%; height: 46px; object-fit: cover; display: block; }
.cb-thumb-label {
  text-align: center;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 12px;
  letter-spacing: .05em;
  padding: 5px 2px;
  background: #fff;
  color: #0E2A35;
}
.cb-thumb.is-on .cb-thumb-label { background: #0E2A35; color: #F4FBFF; }
.cb-thumb-play {
  position: absolute;
  top: 23px;
  left: 50%;
  transform: translate(-50%,-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #0E2A35;
  pointer-events: none;
}
.cb-thumb-play span { width: 0; height: 0; border-top: 4px solid transparent; border-bottom: 4px solid transparent; border-left: 6px solid #0E2A35; margin-left: 2px; }
.cb-guarantee-strip {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  background: #EAF6FA;
  border: 1px solid #DCEAEF;
  border-radius: 5px;
  margin-top: 16px;
  overflow: hidden;
}
.cb-guarantee-cell { text-align: center; padding: 12px 10px; }
.cb-guarantee-cell + .cb-guarantee-cell { border-left: 1px solid #DCEAEF; }
.cb-guarantee-cell-title { font-family: 'Bebas Neue', sans-serif; font-size: 20px; letter-spacing: .03em; color: #0E2A35; line-height: 1; }
.cb-guarantee-cell-sub { font-size: 12px; font-weight: 600; color: #44606A; margin-top: 2px; }

.cb-buybox {
  background: #fff;
  border: 2px solid #0E2A35;
  border-radius: 5px;
  box-shadow: 6px 6px 0 #0E2A35;
  padding: 30px 32px;
}
.cb-buybox-stars { display: flex; align-items: center; gap: 10px; }
.cb-buybox-stars .cb-stars { font-size: 16px; }
.cb-buybox-stars-label { font-size: 13.5px; font-weight: 700; color: #44606A; }
.cb-buybox-title {
  margin: 10px 0 6px;
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.05;
  letter-spacing: .02em;
}
.cb-buybox-sub { margin: 0 0 18px; font-size: 15px; line-height: 1.55; color: #44606A; }
.cb-buybox-checks { display: flex; flex-direction: column; gap: 11px; padding: 18px 0 20px; border-top: 1px solid #DCEAEF; }
.cb-buybox-check { display: flex; align-items: center; gap: 10px; font-size: 15px; font-weight: 600; }
.cb-check-dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  flex: none;
  border-radius: 50%;
  background: #E1F1F5;
  color: #147A93;
  font-weight: 800;
  font-size: 12px;
}

.cb-size-box { background: #EAF6FA; border: 1px solid #DCEAEF; border-radius: 5px; padding: 14px 16px; margin-bottom: 24px; }
.cb-size-box-head { display: flex; align-items: center; gap: 8px; margin-bottom: 4px; flex-wrap: wrap; }
.cb-size-pill {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 14px;
  letter-spacing: .08em;
  background: #4FC3E8;
  border: 2px solid #0E2A35;
  border-radius: 5px;
  padding: 2px 9px;
}
.cb-size-dims { font-size: 12px; font-weight: 600; color: #44606A; }
.cb-size-note { margin: 0 0 10px; font-size: 12.5px; font-weight: 600; color: #147A93; }
.cb-fit-row { display: flex; gap: 6px; }
.cb-fit-opt {
  flex: 1;
  text-align: center;
  padding: 8px 2px 7px;
  border: 2px solid #DCEAEF;
  border-radius: 5px;
  cursor: pointer;
  background: #fff;
  color: #0E2A35;
  user-select: none;
}
.cb-fit-opt:hover { border-color: #9DC4D2; }
.cb-fit-opt:active { transform: translate(1px,1px); }
.cb-fit-opt.is-on { background: #0E2A35; color: #F4FBFF; border-color: #0E2A35; }
.cb-fit-opt.is-on:hover { border-color: #0E2A35; }
.cb-fit-opt-title { font-family: 'Bebas Neue', sans-serif; font-size: 15px; letter-spacing: .06em; line-height: 1; }
.cb-fit-opt-sub { font-size: 10.5px; font-weight: 600; opacity: .75; margin-top: 3px; }
.cb-fit-note { margin: 10px 0 0; font-size: 13px; font-weight: 600; color: #3E5964; min-height: 18px; }

.cb-pick-label { margin: 6px 0 14px; font-family: 'Bebas Neue', sans-serif; font-size: 17px; letter-spacing: .09em; }

/* Offer options (the CKC offer selector) */
#offerOptions { display: flex; flex-direction: column; gap: 20px; }
.cb-offer-opt {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  border: 3px solid #DCEAEF;
  background: #fff;
  border-radius: 5px;
  cursor: pointer;
  user-select: none;
}
.cb-offer-opt:hover { border-color: #9DC4D2; }
.cb-offer-opt.is-on:hover { border-color: #0E2A35; }
.cb-offer-opt:active { transform: translate(2px,2px); }
.cb-offer-opt.is-on { border-color: #0E2A35; background: #EAF6FA; box-shadow: 4px 4px 0 #0E2A35; }
.cb-offer-radio {
  width: 22px;
  height: 22px;
  flex: none;
  border-radius: 50%;
  border: 2px solid #0E2A35;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cb-offer-opt.is-on .cb-offer-radio { background: #4FC3E8; }
.cb-offer-radio-check { opacity: 0; font-weight: 900; font-size: 12px; color: #0E2A35; }
.cb-offer-opt.is-on .cb-offer-radio-check { opacity: 1; }
.cb-offer-opt-main { flex: 1; }
.cb-offer-opt-title { font-family: 'Bebas Neue', sans-serif; font-size: 21px; letter-spacing: .05em; line-height: 1; }
.cb-offer-opt-sub { font-size: 13px; font-weight: 600; color: #44606A; margin-top: 5px; }
.cb-offer-opt-price { text-align: right; }
.cb-offer-opt-price-row { display: flex; align-items: baseline; gap: 7px; justify-content: flex-end; }
.cb-offer-price-now { font-family: 'Lilita One', sans-serif; font-size: 23px; line-height: 1; }
.cb-offer-price-was { font-size: 13.5px; color: #44606A; text-decoration: line-through; }
.cb-offer-save { font-family: 'Bebas Neue', sans-serif; font-size: 13px; letter-spacing: .06em; color: #147A93; margin-top: 3px; }
.cb-offer-flag {
  position: absolute;
  top: -14px;
  right: 14px;
  white-space: nowrap;
  border: 2px solid #0E2A35;
  border-radius: 5px;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 12.5px;
  letter-spacing: .07em;
  padding: 3px 9px;
}

.cb-offer-flag--value { background: #FFC53D; }

/* B2G1F hero treatment */
.cb-offer-opt[data-offer="triple"] {
  padding: 22px 20px 20px;
}
.cb-offer-opt[data-offer="triple"] .cb-offer-opt-title { font-size: 25px; }
.cb-offer-opt[data-offer="triple"] .cb-offer-save {
  background: #147A93;
  color: #fff;
  display: inline-block;
  padding: 2px 8px;
  border-radius: 3px;
  font-size: 12px;
}

.cb-offer-per {
  font-size: 12px;
  color: #7A9AA5;
  margin-top: 3px;
  text-align: right;
}

/* Dim the non-hero options */
.cb-offer-opt[data-offer="single"],
.cb-offer-opt[data-offer="double"] { opacity: .7; }
.cb-offer-opt[data-offer="single"]:hover,
.cb-offer-opt[data-offer="double"]:hover { opacity: .9; }
.cb-offer-opt[data-offer="single"].is-on,
.cb-offer-opt[data-offer="double"].is-on { opacity: 1; }

/* Free gift */
.cb-gift {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  background: linear-gradient(135deg, #FFF7E6, #FFEFC9);
  border: 2px solid #0E2A35;
  border-radius: 5px;
  box-shadow: 4px 4px 0 #0E2A35;
  padding: 18px 20px;
  margin-top: 28px;
  transform: rotate(-.4deg);
}
.cb-gift-flag {
  position: absolute;
  top: -11px;
  left: 14px;
  white-space: nowrap;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 13px;
  letter-spacing: .09em;
  color: #0E2A35;
  background: #FFC53D;
  border: 2px solid #0E2A35;
  border-radius: 5px;
  box-shadow: 2px 2px 0 #0E2A35;
  padding: 2px 10px;
  transform: rotate(-2deg);
}
/* Ebook cover — a real 1:1 image slot (swap src for the generated cover). */
.cb-gift-book {
  flex: none;
  width: 88px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: #147A93;
  border: 2px solid #0E2A35;
  border-radius: 6px;
  box-shadow: 3px 3px 0 rgba(14,42,53,.35);
  transform: rotate(-3deg);
  display: block;
}
.cb-gift-main { flex: 1; padding-top: 4px; }
.cb-gift-title { font-family: 'Bebas Neue', sans-serif; font-size: 20px; letter-spacing: .05em; line-height: 1.1; }
.cb-gift-sub { margin: 5px 0 0; font-size: 13.5px; line-height: 1.5; font-weight: 600; color: #6B5A2E; }
.cb-gift-price { flex: none; text-align: center; padding-top: 4px; }
.cb-gift-was {
  font-family: 'Lilita One', sans-serif;
  font-size: 20px;
  line-height: 1;
  color: #44606A;
  text-decoration: line-through;
  text-decoration-thickness: 3px;
  text-decoration-color: #C4593A;
}
.cb-gift-free { font-family: 'Bebas Neue', sans-serif; font-size: 17px; letter-spacing: .08em; color: #147A93; margin-top: 4px; }

/* Add to cart */
.cb-atc {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  margin-top: 24px;
  font-family: 'Lilita One', sans-serif;
  font-size: 21px;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: #0E2A35;
  background: #FF7A4D;
  border: 3px solid #0E2A35;
  border-radius: 5px;
  box-shadow: 4px 4px 0 #0E2A35;
  padding: 16px 20px;
  cursor: pointer;
  text-decoration: none;
  transition: transform .07s ease, box-shadow .07s ease;
}
.cb-atc:hover { transform: translate(2px,2px); box-shadow: 2px 2px 0 #0E2A35; }
.cb-atc:active { transform: translate(4px,4px); box-shadow: 0 0 0 #0E2A35; }

.cb-atc-sub {
  margin: 10px 0 0;
  text-align: center;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 13.5px;
  letter-spacing: .08em;
  color: #44606A;
}
.cb-atc-note { margin: 7px 0 0; text-align: center; font-size: 12.5px; font-weight: 600; color: #44606A; }

/* Urgency */
.cb-urgency { position: relative; background: #0E2A35; border-radius: 5px; padding: 16px 18px 14px; margin-top: 20px; }
.cb-urgency-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 14px; }
.cb-urgency-title { font-family: 'Bebas Neue', sans-serif; font-size: 17px; letter-spacing: .06em; color: #F4FBFF; }
.cb-urgency-title .cb-hl { color: #FF9D77; }
.cb-live {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid rgba(143,216,240,.4);
  border-radius: 20px;
  padding: 4px 10px;
  flex: none;
}
.cb-live-dot { width: 7px; height: 7px; border-radius: 50%; background: #FF7A4D; animation: cbPulse 1.6s ease-out infinite; }
.cb-live span[data-txt] { font-family: 'Bebas Neue', sans-serif; font-size: 11.5px; letter-spacing: .13em; color: #8FD8F0; }
.cb-stock-row { display: flex; align-items: center; gap: 11px; }
.cb-stock-row + .cb-stock-row { margin-top: 10px; }
.cb-stock-month { width: 46px; flex: none; font-family: 'Bebas Neue', sans-serif; font-size: 14px; letter-spacing: .08em; color: #7FA3B0; }
.cb-stock-month--now { color: #F4FBFF; }
.cb-stock-bar { position: relative; flex: 1; height: 14px; background: rgba(244,251,255,.08); border-radius: 5px; overflow: hidden; }
.cb-stock-bar--now { background: rgba(244,251,255,.12); }
.cb-stock-fill-old { position: absolute; inset: 0; background: repeating-linear-gradient(-45deg, #4B6572 0 8px, #3E5964 8px 16px); }
.cb-stock-fill-now {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 83%;
  border-radius: 5px;
  background: repeating-linear-gradient(-45deg, #FF7A4D 0 9px, #F0663A 9px 18px);
  background-size: 26px 100%;
  animation: cbStripe 2.4s linear infinite;
  transition: width .5s ease;
}
.cb-stock-label { width: 104px; flex: none; text-align: right; font-family: 'Bebas Neue', sans-serif; font-size: 12.5px; letter-spacing: .05em; color: #7FA3B0; }
.cb-stock-label--now { color: #FFC53D; font-variant-numeric: tabular-nums; }
.cb-urgency-foot { text-align: center; margin-top: 14px; padding-top: 12px; border-top: 1px solid rgba(244,251,255,.14); }
.cb-urgency-count { font-size: 14px; font-weight: 600; color: #BCE0EC; }
.cb-urgency-count b {
  font-variant-numeric: tabular-nums;
  font-family: 'Lilita One', sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #F4FBFF;
  transition: color .35s ease;
}
.cb-urgency-count b.is-flash { color: #FFC53D; }
.cb-urgency-note { margin-top: 5px; font-size: 11.5px; font-weight: 600; color: #7FA3B0; }

/* ---------- Reviews ---------- */
.cb-reviews { background: #147A93; border-top: 3px solid #0E2A35; padding: 96px 28px 88px; }
.cb-reviews-inner { max-width: 1160px; margin: 0 auto; }
.cb-reviews-head { text-align: center; margin-bottom: 40px; }
.cb-reviews-head .cb-eyebrow { color: #8FD8F0; }
.cb-reviews-head h2 .cb-hl { color: #4FC3E8; }
.cb-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border: 2px solid #0E2A35;
  border-radius: 5px;
  background: #0E5F73;
  overflow: hidden;
  margin-bottom: 44px;
}
.cb-stat { padding: 22px 18px; text-align: center; }
.cb-stat + .cb-stat { border-left: 1px solid rgba(244,251,255,.22); }
.cb-stat-num {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 40px;
  line-height: 1;
  color: #F4FBFF;
  font-variant-numeric: tabular-nums;
}
.cb-stat-num .cb-stat-star { font-size: 23px; color: #FFC53D; margin-left: 4px; vertical-align: 2px; }
.cb-stat-label { margin-top: 6px; font-size: 13px; font-weight: 600; color: #BCE0EC; }
.cb-rev-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-bottom: 36px; }
.cb-rev-col {
  height: 470px;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(transparent, black 7%, black 93%, transparent);
  mask-image: linear-gradient(transparent, black 7%, black 93%, transparent);
}
.cb-rev-scroll { display: flex; flex-direction: column; gap: 14px; animation: cbScrollY 26s linear infinite; }
.cb-rev-col:nth-child(2) .cb-rev-scroll { animation-duration: 34s; }
.cb-rev-col:nth-child(3) .cb-rev-scroll { animation-duration: 22s; }
.cb-rev-card { background: #fff; border-radius: 5px; padding: 14px 16px; box-shadow: 0 1px 0 rgba(4,20,30,.25); }
.cb-rev-fb-head { display: flex; align-items: center; gap: 9px; margin-bottom: 8px; }
.cb-rev-avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #0E2A35;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 13px;
  flex: none;
}
.cb-rev-avatar--0 { background: #4FC3E8; }
.cb-rev-avatar--1 { background: #FF7A4D; }
.cb-rev-avatar--2 { background: #FFC53D; }
.cb-rev-avatar--3 { background: #147A93; color: #F4FBFF; }
.cb-rev-name { font-size: 13.5px; font-weight: 800; }
.cb-rev-when { font-size: 12px; color: #5A7580; }
.cb-rev-text { margin: 0; font-size: 14px; line-height: 1.55; }
.cb-rev-meta { margin-top: 9px; font-size: 12.5px; font-weight: 700; color: #5A7580; }
.cb-rev-tp-stars { display: flex; gap: 3px; margin-bottom: 8px; }
.cb-rev-tp-star {
  width: 17px;
  height: 17px;
  background: #00B67A;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
}
.cb-rev-tp-name { margin-top: 9px; font-size: 12.5px; font-weight: 800; }
.cb-rev-tp-name span { font-weight: 600; color: #147A93; }
.cb-reviews-footer { margin: 0; text-align: center; font-size: 15px; line-height: 1.6; color: #CDEBF3; max-width: 72ch; margin-left: auto; margin-right: auto; }
.cb-reviews-footer b { color: #F4FBFF; }

/* ---------- Timeline ---------- */
.cb-timeline { background: #EAF6FA; border-top: 3px solid #0E2A35; padding: 88px 28px; }
.cb-timeline-inner { max-width: 1160px; margin: 0 auto; }
.cb-timeline-head { text-align: center; margin-bottom: 36px; }
.cb-timeline-head h2 { font-size: 40px; }
.cb-timeline-head h2 .cb-hl { color: #147A93; }
.cb-timeline-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 24px; }
.cb-tl-card { background: #fff; border: 2px solid #0E2A35; border-radius: 5px; overflow: hidden; }
.cb-tl-card img { width: 100%; aspect-ratio: 1 / 1; height: auto; object-fit: cover; display: block; }
.cb-tl-body { padding: 20px 22px; border-top: 2px solid #0E2A35; }
.cb-tl-pill {
  display: inline-block;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 14px;
  letter-spacing: .09em;
  background: #4FC3E8;
  border: 2px solid #0E2A35;
  border-radius: 5px;
  padding: 3px 10px;
  margin-bottom: 11px;
}
.cb-tl-body h3 { margin: 0 0 7px; font-family: 'Bebas Neue', sans-serif; font-weight: 400; font-size: 23px; letter-spacing: .03em; }
.cb-tl-body p { margin: 0; font-size: 15px; line-height: 1.6; color: #3E5964; }
.cb-timeline-footer { margin: 0; text-align: center; font-size: 13.5px; font-weight: 600; color: #44606A; }

/* ---------- FAQ ---------- */
.cb-faq { background: #F3F9FB; padding: 88px 28px; }
.cb-faq-inner { max-width: 780px; margin: 0 auto; }
.cb-faq-head { text-align: center; margin-bottom: 34px; }
.cb-faq-head h2 { font-size: 40px; }
.cb-faq-head h2 .cb-hl { color: #147A93; }
.cb-faq-item { background: #fff; border: 1px solid #DCEAEF; border-radius: 5px; margin-bottom: 10px; }
.cb-faq-item:last-child { margin-bottom: 0; }
.cb-faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px 18px;
  cursor: pointer;
  user-select: none;
}
.cb-faq-q:hover .cb-faq-q-text { color: #147A93; }
.cb-faq-q-text { font-size: 16px; font-weight: 700; }
.cb-faq-x {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 24px;
  line-height: 1;
  flex: none;
  transition: transform .15s ease;
}
.cb-faq-item.is-open .cb-faq-x { transform: rotate(45deg); }
.cb-faq-a { display: none; padding: 0 18px 16px; }
.cb-faq-item.is-open .cb-faq-a { display: block; }
.cb-faq-a p { margin: 0; font-size: 15px; line-height: 1.65; color: #3E5964; }

/* ---------- Final CTA ---------- */
.cb-final {
  background: radial-gradient(760px 420px at 50% 0%, rgba(79,195,232,.25), rgba(79,195,232,0) 65%), #0E5F73;
  border-top: 3px solid #0E2A35;
  padding: 100px 28px;
  text-align: center;
}
.cb-final-inner { max-width: 820px; margin: 0 auto; }
.cb-final h2 {
  margin: 0;
  font-family: 'Lilita One', sans-serif;
  font-weight: 400;
  font-size: 52px;
  line-height: 1.05;
  letter-spacing: .01em;
  text-transform: uppercase;
  color: #EAF6FA;
  text-shadow: 3px 4px 0 rgba(4,20,30,.4);
}
.cb-final h2 .cb-hl { color: #4FC3E8; }
.cb-final-sub { margin: 20px auto 0; max-width: 54ch; font-size: 17.5px; line-height: 1.6; color: #CDEBF3; }
.cb-final-cta { margin-top: 30px; }
.cb-final-trust {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 22px;
  font-size: 13.5px;
  font-weight: 600;
  color: #BCE0EC;
  flex-wrap: wrap;
}

/* ---------- Footer ---------- */
.cb-footer { background: #0E2A35; padding: 52px 28px 120px; text-align: center; }
.cb-footer img.cb-footer-logo { height: 38px; width: auto; display: block; margin: 0 auto 22px; }
.cb-footer-links { display: flex; align-items: center; justify-content: center; gap: 24px; margin-bottom: 20px; flex-wrap: wrap; }
.cb-footer-links a {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 14px;
  letter-spacing: .11em;
  color: #9DBAC6;
  text-decoration: none;
}
.cb-footer-links a:hover { color: #F4FBFF; }
.cb-footer-fine { margin: 0 auto; max-width: 78ch; font-size: 12px; line-height: 1.6; color: #6E8B98; }

/* ---------- Sticky bar ---------- */
.cb-bar-wrap {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 70;
  display: flex;
  justify-content: center;
  pointer-events: none;
}
.cb-bar {
  pointer-events: auto;
  display: flex;
  align-items: center;
  background: #0E2A35;
  border: 3px solid #04141E;
  border-radius: 999px;
  box-shadow: 0 5px 0 #04141E, 0 22px 44px rgba(4,20,30,.4);
  padding: 8px;
  transform: translateY(150px);
  transition: transform .4s cubic-bezier(.32,.72,.28,1.2);
}
.cb-bar.is-on { transform: translateY(0); }
.cb-bar-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Lilita One', sans-serif;
  font-size: 17px;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: #0E2A35;
  background: #FF7A4D;
  border: 3px solid #04141E;
  border-radius: 999px;
  box-shadow: 3px 3px 0 #04141E;
  padding: 12px 30px;
  cursor: pointer;
  text-decoration: none;
  transition: transform .07s ease, box-shadow .07s ease;
  white-space: nowrap;
}
.cb-bar-cta:hover { transform: translate(1px,1px); box-shadow: 2px 2px 0 #04141E; }
.cb-bar-cta:active { transform: translate(3px,3px); box-shadow: 0 0 0 #04141E; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1080px) {
  .cb-announce > span:nth-child(n+4) { display: none; }
  .cb-hero-grid, .cb-problem-grid, .cb-proof-grid { grid-template-columns: 1fr; gap: 40px; }
  .cb-hero { min-height: 0; padding: 32px 22px 40px; }
  .cb-hero h1 { font-size: 48px; }
  /* Image first on tablet/mobile — it's the fastest hook, so it leads */
  .cb-hero-visual { order: -1; max-width: 560px; margin: 0 auto; width: 100%; }
  .cb-hero-grid > div:not(.cb-hero-visual) { text-align: left; }
  .cb-grave-grid { grid-template-columns: repeat(2, 1fr); }
  .cb-how-steps { grid-template-columns: 1fr; }
  .cb-coat { grid-template-columns: 1fr; }
  .cb-coat-right { border-left: none; border-top: 3px solid #04141E; }
  .cb-fits-grid { grid-template-columns: repeat(2, 1fr); }
  .cb-offer-grid { grid-template-columns: 1fr; }
  .cb-gallery-col { position: static; }
  .cb-stats { grid-template-columns: repeat(2, 1fr); }
  .cb-stat:nth-child(3) { border-left: none; }
  .cb-stat:nth-child(n+3) { border-top: 1px solid rgba(244,251,255,.22); }
  .cb-rev-cols { grid-template-columns: 1fr 1fr; }
  .cb-rev-col:nth-child(3) { display: none; }
  .cb-timeline-grid { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .cb-announce { gap: 12px; padding: 8px 12px; }
  .cb-announce span[data-txt] { font-size: 11px; letter-spacing: .1em; white-space: normal; text-align: center; }
  .cb-announce .cb-diamond { display: none; }
  .cb-announce span[data-txt]:nth-child(n+2) { display: none; }
  .cb-nav { padding: 0 16px; }
  .cb-nav-inner { height: 64px; }
  .cb-nav-logo img { height: 34px; }
  .cb-nav-links { display: none; }

  .cb-hero { padding: 36px 18px; }
  .cb-hero h1 { font-size: 37px; }
  .cb-hero-sub { font-size: 16.5px; }
  .cb-hero-stars-label { font-size: 12.5px; }
  /* hero frame stays 1:1 (aspect-ratio) at every width — no fixed height */
  .cb-btn--hero { font-size: 17px; padding: 14px 22px; width: 100%; }
  .cb-hero-ctas { gap: 12px; }
  .cb-tag { font-size: 12px; padding: 4px 10px; }

  .cb-eyebrow { font-size: 13px; }
  .cb-h2, .cb-problem h2 { font-size: 31px; }
  .cb-problem, .cb-graveyard, .cb-how, .cb-proof, .cb-showdown, .cb-offer, .cb-reviews, .cb-timeline, .cb-faq { padding: 64px 18px; }
  .cb-final { padding: 72px 18px; }
  /* problem image stays 1:1 (aspect-ratio) — no fixed mobile height */

  .cb-grave-grid { grid-template-columns: 1fr; }
  .cb-coat-left { padding: 28px 22px; }
  .cb-coat-right { padding: 26px 22px; }
  .cb-coat h3 { font-size: 25px; }

  .cb-qmax-num { font-size: 62px; }
  .cb-qmax-label { font-size: 19px; }
  /* thermal stays 1:1 (aspect-ratio) — no fixed mobile height */

  .cb-cmp-tab { font-size: 15px; padding: 10px 14px; }
  .cb-cmp-panel { padding: 20px 18px; }
  .cb-cmp-row { grid-template-columns: 1fr; gap: 3px; padding: 10px 0; }
  .cb-fits-grid { grid-template-columns: 1fr 1fr; gap: 12px; }

  .cb-buybox { padding: 22px 18px; }
  .cb-buybox-title { font-size: 26px; }
  .cb-thumb-label { font-size: 10px; }
  .cb-offer-opt { padding: 13px 13px; gap: 10px; }
  .cb-offer-opt[data-offer="triple"] { order: -1 !important; }
  .cb-offer-opt[data-offer="single"] { order: 1 !important; }
  .cb-offer-opt[data-offer="double"] { order: 2 !important; }
  .cb-offer-opt-title { font-size: 18px; }
  .cb-offer-price-now { font-size: 20px; }
  .cb-gift { flex-direction: row; padding: 16px 14px; gap: 12px; }
  .cb-gift-was { font-size: 16px; }
  .cb-gift-free { font-size: 14px; }
  .cb-atc { font-size: 18px; }
  .cb-fit-opt { min-height: 42px; }
  .cb-fit-opt-sub { display: none; }

  .cb-stats { grid-template-columns: 1fr 1fr; }
  .cb-stat { padding: 16px 10px; }
  .cb-stat-num { font-size: 30px; }
  .cb-rev-cols { grid-template-columns: 1fr; }
  .cb-rev-col:nth-child(2) { display: none; }
  .cb-final h2 { font-size: 34px; }
  .cb-footer { padding-bottom: 130px; }

  .cb-bar { padding: 6px; margin: 0 12px; }
  .cb-bar-cta { font-size: 15px; padding: 11px 22px; }
}
