/* ============================================================
   Cool qb — global stylesheet
   Palette: deep cool black-blue, chrome silver, electric ice blue
   ============================================================ */

:root {
  /* Palette pulled from the Cool qb mini Education Guide */
  --bg-deep: #02050a;
  --bg: #050a13;
  --bg-1: #050a13;
  --bg-elev: #0a131f;
  --bg-2: #0a131f;
  --panel: rgba(14, 24, 40, 0.62);
  --panel-strong: rgba(20, 35, 56, 0.55);
  --surface-solid: #0d1726;
  --border: rgba(170, 215, 235, 0.10);
  --border-strong: rgba(140, 220, 240, 0.28);
  --border-hover: rgba(180, 230, 250, 0.42);
  --text: #f4f8fb;
  --text-dim: #c5d4e0;
  --text-mid: #c5d4e0;
  --text-mute: #91a8be;
  --text-subtle: #5e7589;
  --chrome-1: #f4f8fb;
  --chrome-2: #c5d4e0;
  --chrome-3: #91a8be;
  --ice: #7dd6f0;
  --ice-2: #38bdf8;
  --ice-soft: #aee4f5;
  --frost: #d8eef6;
  --ice-glow: rgba(125, 214, 240, 0.32);
  --blue: #7dd6f0;
  --blue-2: #38bdf8;
  --blue-deep: #1e4868;
  --warm-warn: #f5c08c;
  --danger: #f48b88;
  --shadow-blue: 0 0 120px -32px var(--ice-glow);
  --shadow-card: 0 30px 80px -24px rgba(0, 0, 0, 0.72);
  --shadow-soft: 0 30px 80px -24px rgba(0, 0, 0, 0.72);

  --font-display: 'Cormorant Garamond', 'Times New Roman', Georgia, serif;
  --font-body: 'Inter Tight', system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;

  --radius: 12px;
  --radius-sm: 8px;
  --radius-lg: 22px;
  --maxw: 1180px;
  --maxw-narrow: 880px;
  --pad: clamp(22px, 5vw, 56px);
  --header-h: 68px;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}

* { box-sizing: border-box; }

html, body { margin: 0; padding: 0; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.65;
  font-feature-settings: "ss01";
  color: var(--text);
  background:
    radial-gradient(ellipse 110% 80% at 50% -10%, rgba(20, 80, 130, 0.18), transparent 65%),
    radial-gradient(ellipse 70% 60% at 85% 40%, rgba(0, 80, 120, 0.12), transparent 60%),
    radial-gradient(ellipse 60% 50% at 15% 70%, rgba(10, 60, 100, 0.14), transparent 55%),
    linear-gradient(180deg, var(--bg-deep) 0%, var(--bg) 30%, var(--bg) 100%);
  background-attachment: fixed;
  min-height: 100vh;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img { max-width: 100%; height: auto; display: block; }

a { color: inherit; text-decoration: none; }

button { font: inherit; }

h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: 300;
  letter-spacing: -0.01em;
  margin: 0 0 0.5em;
  line-height: 1.15;
  color: var(--text);
}
h4, h5 {
  font-family: var(--font-body);
  font-weight: 600;
  letter-spacing: -0.01em;
  margin: 0 0 0.4em;
  line-height: 1.2;
  color: var(--text);
}

h1 { font-size: clamp(2.6rem, 5.5vw, 4.4rem); font-weight: 300; }
h2 { font-size: clamp(1.9rem, 3.6vw, 2.9rem); font-weight: 300; }
h3 { font-size: clamp(1.5rem, 2.6vw, 2.1rem); font-weight: 400; }
h4 { font-size: 1.05rem; font-weight: 600; letter-spacing: -0.005em; }
h5 { font-size: 0.78rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--text-mute); font-weight: 600; }

/* Italic serif accent — the signature editorial emphasis */
.it,
h1 .it, h2 .it, h3 .it,
h1 em, h2 em, h3 em {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  color: var(--ice-soft);
}

p { margin: 0 0 1rem; color: var(--text-mid); }

::selection { background: rgba(125, 214, 240, 0.35); color: white; }

/* ----------------------------------------
   Ambient atmosphere — fog video + veil + snowflakes
---------------------------------------- */
#ambient-fog {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
  opacity: 0.55;
  filter: saturate(1.45) brightness(1.12) contrast(1.08)
          drop-shadow(0 0 60px rgba(0, 180, 255, 0.45));
  mix-blend-mode: screen;
}
.ambient-veil {
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(1200px 800px at 50% 30%, rgba(7, 9, 13, 0) 0%, rgba(7, 9, 13, 0.55) 60%, rgba(7, 9, 13, 0.85) 100%);
}

/* Animated background — canvas + aurora */
#breeze {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  pointer-events: none;
  opacity: 0.95;
}

.aurora {
  position: fixed;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
}
.blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.45;
  mix-blend-mode: screen;
  will-change: transform;
}
.blob-a {
  width: 520px; height: 520px;
  background: radial-gradient(circle, rgba(0, 180, 255, 0.55), transparent 65%);
  top: -120px; left: -80px;
  animation: drift-a 22s ease-in-out infinite alternate;
}
.blob-b {
  width: 620px; height: 620px;
  background: radial-gradient(circle, rgba(125, 211, 252, 0.4), transparent 65%);
  top: 40%; right: -120px;
  animation: drift-b 28s ease-in-out infinite alternate;
}
.blob-c {
  width: 480px; height: 480px;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.35), transparent 65%);
  bottom: -120px; left: 30%;
  animation: drift-c 32s ease-in-out infinite alternate;
}
@keyframes drift-a { 0% { transform: translate(0,0) scale(1); } 100% { transform: translate(120px, 80px) scale(1.15); } }
@keyframes drift-b { 0% { transform: translate(0,0) scale(1); } 100% { transform: translate(-100px, 60px) scale(1.1); } }
@keyframes drift-c { 0% { transform: translate(0,0) scale(1); } 100% { transform: translate(80px, -90px) scale(1.2); } }

/* ----------------------------------------
   Layout helpers
---------------------------------------- */
main { position: relative; z-index: 4; }

main > section {
  position: relative;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: clamp(70px, 9vw, 130px) var(--pad);
}

.section-head {
  max-width: 760px;
  margin: 0 auto clamp(40px, 5vw, 70px);
  text-align: center;
}
.section-head p { color: var(--text-dim); font-size: 1.05rem; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(15px, 1.8vw, 18px);
  text-transform: none;
  letter-spacing: 0.02em;
  color: var(--ice-soft);
  padding: 0;
  border: none;
  background: transparent;
  margin-bottom: 22px;
}
.eyebrow::before,
.eyebrow::after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 1px;
  background: var(--ice);
  margin: 0 14px;
  opacity: 0.55;
  vertical-align: middle;
}
.eyebrow .dot {
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--ice);
  box-shadow: 0 0 12px var(--ice);
  animation: pulse 2.4s infinite;
  margin-right: 10px;
}
/* Hide the inline dot when we're using the decorative line treatment */
.eyebrow .dot { display: none; }
@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(0.85); }
}

/* ----------------------------------------
   Nav
---------------------------------------- */
.nav {
  position: sticky;
  top: 0;
  z-index: 60;
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 16px var(--pad);
  /* Transparent at the top — let the ambient logo read through.
     Only fills in once scrolled past the hero. */
  background: transparent;
  backdrop-filter: blur(0);
  -webkit-backdrop-filter: blur(0);
  border-bottom: 1px solid transparent;
  transition: background 0.3s var(--ease),
              border-color 0.3s var(--ease),
              backdrop-filter 0.3s var(--ease),
              -webkit-backdrop-filter 0.3s var(--ease);
}
.nav.scrolled {
  background: rgba(7, 9, 13, 0.78);
  backdrop-filter: blur(18px) saturate(1.4);
  -webkit-backdrop-filter: blur(18px) saturate(1.4);
  border-bottom-color: var(--border);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  transition: transform 0.3s var(--ease);
}
.brand:hover { transform: translateY(-1px); }

.brand-mark {
  width: 38px;
  height: 38px;
  filter: drop-shadow(0 4px 14px rgba(0, 180, 255, 0.5));
  transition: filter 0.3s var(--ease);
}
.brand:hover .brand-mark {
  filter: drop-shadow(0 6px 22px rgba(0, 180, 255, 0.75));
}

/* Real PNG logo in nav */
.brand-img {
  height: 96px;
  width: auto;
  display: block;
  filter: drop-shadow(0 4px 18px rgba(0, 180, 255, 0.45));
  transition: filter 0.3s var(--ease), transform 0.3s var(--ease);
}
.brand:hover .brand-img {
  filter: drop-shadow(0 6px 24px rgba(0, 180, 255, 0.7));
}

/* Real PNG logo in footer (slightly larger, more presence) */
.brand-img-footer {
  height: 56px;
  width: auto;
  display: block;
  margin-bottom: 6px;
  filter: drop-shadow(0 4px 16px rgba(0, 180, 255, 0.4));
}

.brand-wordmark {
  font-family: "Sora", sans-serif;
  font-weight: 800;
  font-size: 1.5rem;
  letter-spacing: -0.025em;
  background: linear-gradient(180deg, #ffffff 0%, var(--chrome-1) 30%, var(--chrome-2) 60%, var(--chrome-3) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 1px 0 rgba(255,255,255,0.08);
  display: inline-flex;
  align-items: center;
  line-height: 1;
  position: relative;
}
.brand-wordmark::after {
  content: "";
  position: absolute;
  left: 0; right: 0;
  bottom: -6px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(0,180,255,0.5), transparent);
  filter: blur(2px);
  opacity: 0.6;
}
.brand-wordmark .brand-dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--blue);
  margin: 0 5px;
  box-shadow: 0 0 14px var(--blue), 0 0 4px var(--ice);
}

.nav-links {
  display: flex;
  gap: 28px;
  margin-left: auto;
  margin-right: auto;
}
.nav-links a {
  font-size: 0.92rem;
  color: var(--text-dim);
  font-weight: 500;
  position: relative;
  transition: color 0.2s var(--ease);
}
.nav-links a:hover { color: var(--text); }
.nav-links a::after {
  content: "";
  position: absolute;
  left: 0; right: 100%;
  bottom: -6px;
  height: 1px;
  background: linear-gradient(90deg, var(--ice), transparent);
  transition: right 0.3s var(--ease);
}
.nav-links a:hover::after { right: 0; }

.nav-burger {
  display: none;
  background: transparent;
  border: 1px solid var(--border);
  border-radius: 10px;
  width: 40px; height: 40px;
  padding: 10px;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
}
.nav-burger span {
  display: block;
  width: 100%; height: 2px;
  background: var(--text);
  border-radius: 2px;
  transition: transform 0.25s var(--ease), opacity 0.25s var(--ease);
}
.nav-burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-burger.open span:nth-child(2) { opacity: 0; }
.nav-burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ----------------------------------------
   CTAs
---------------------------------------- */
.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 22px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: -0.01em;
  cursor: pointer;
  border: 1px solid transparent;
  transition: transform 0.2s var(--ease), box-shadow 0.3s var(--ease), background 0.3s var(--ease), border-color 0.3s var(--ease);
  text-decoration: none;
  white-space: nowrap;
}
.cta-small { padding: 10px 18px; font-size: 0.88rem; }
.cta-primary {
  background: linear-gradient(135deg, var(--blue) 0%, var(--ice-2) 100%);
  color: #001a2a;
  box-shadow: var(--shadow-blue);
}
.cta-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 70px -18px rgba(0, 180, 255, 0.65);
}
.cta-ghost {
  background: rgba(255,255,255,0.04);
  color: var(--text);
  border-color: var(--border);
}
.cta-ghost:hover {
  background: rgba(255,255,255,0.08);
  border-color: var(--border-strong);
}
.cta.full { width: 100%; }

/* ----------------------------------------
   Hero
---------------------------------------- */
.hero {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  align-items: center;
  gap: clamp(30px, 4vw, 64px);
  padding-top: clamp(40px, 7vw, 90px) !important;
  row-gap: clamp(40px, 5vw, 70px);
}
.hero-eyebrow-top {
  grid-column: 1 / -1 !important;
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin: 0 0 clamp(8px, 1.5vw, 18px) !important;
  text-align: center;
}
.hero-trust-wide {
  grid-column: 1 / -1;
  max-width: none !important;
  margin: 0 !important;
  padding: 28px 0 0 !important;
  border-top: 1px solid var(--border);
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(20px, 3vw, 40px) !important;
  justify-items: stretch;
}
.hero-trust-wide li {
  align-items: flex-start;
  text-align: left;
  padding: 0 0 0 18px !important;
  border-left: 2px solid rgba(125, 211, 252, 0.35) !important;
}
.hero-copy { text-align: left; }
.hero-copy .eyebrow,
.hero-copy .hero-ctas { justify-content: flex-start; }
.hero-copy .hero-trust {
  justify-items: start;
}
.hero-copy .hero-trust li {
  align-items: flex-start;
  text-align: left;
  padding-left: 14px;
  border-left: 2px solid rgba(125, 211, 252, 0.25);
}

.hero-copy {
  position: relative;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.hero-copy .lead { margin-left: 0; margin-right: 0; }
.hero-ctas { justify-content: flex-start; }
.hero-visual { width: 100%; max-width: 1280px; }
.hero h1 {
  font-family: var(--font-display);
  font-weight: 300;
  letter-spacing: -0.01em;
}
.hero h1 .grad {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  color: var(--ice-soft);
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
}
.hero .lead {
  font-size: 1.15rem;
  color: var(--text-dim);
  max-width: 560px;
  margin: 22px 0 32px;
}
.hero .lead strong { color: var(--text); font-weight: 600; }

.hero-ctas {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 48px;
}

.hero-trust {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  max-width: 560px;
}
.hero-trust li {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding-left: 14px;
  border-left: 2px solid rgba(125, 211, 252, 0.25);
}
.hero-trust strong {
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--frost);
  letter-spacing: -0.01em;
}
.hero-trust span {
  font-size: 0.78rem;
  color: var(--text-mute);
  letter-spacing: 0.03em;
}

.hero-visual {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0;
  overflow: visible;
  /* Shift the video down a bit so it sits lower in the hero */
  margin-top: clamp(28px, 5vw, 64px);
  /* 3-layer mask intersected:
       1) vertical fade  → soft top (keeps the device arm partially visible)
                           + gentle bottom blend into the page
       2) side linear fade → left + right edges melt
       3) wide radial → soft general blend, no aggressive corner cut */
  -webkit-mask-image:
    linear-gradient(180deg,
                rgba(0,0,0,0.18) 0%,
                rgba(0,0,0,0.55) 5%,
                rgba(0,0,0,0.85) 12%,
                #000 22%,
                #000 84%,
                rgba(0,0,0,0.78) 92%,
                rgba(0,0,0,0.40) 98%,
                rgba(0,0,0,0.20) 100%),
    linear-gradient(90deg,
                rgba(0,0,0,0) 0%,
                rgba(0,0,0,0.20) 6%,
                rgba(0,0,0,0.75) 14%,
                #000 22%,
                #000 78%,
                rgba(0,0,0,0.75) 86%,
                rgba(0,0,0,0.20) 94%,
                rgba(0,0,0,0) 100%),
    radial-gradient(ellipse 90% 110% at 50% 60%,
                #000 0%,
                #000 70%,
                rgba(0,0,0,0.85) 85%,
                rgba(0,0,0,0.50) 95%,
                rgba(0,0,0,0) 100%);
  -webkit-mask-composite: source-in;
          mask-image:
    linear-gradient(180deg,
                rgba(0,0,0,0.18) 0%,
                rgba(0,0,0,0.55) 5%,
                rgba(0,0,0,0.85) 12%,
                #000 22%,
                #000 84%,
                rgba(0,0,0,0.78) 92%,
                rgba(0,0,0,0.40) 98%,
                rgba(0,0,0,0.20) 100%),
    linear-gradient(90deg,
                rgba(0,0,0,0) 0%,
                rgba(0,0,0,0.20) 6%,
                rgba(0,0,0,0.75) 14%,
                #000 22%,
                #000 78%,
                rgba(0,0,0,0.75) 86%,
                rgba(0,0,0,0.20) 94%,
                rgba(0,0,0,0) 100%),
    radial-gradient(ellipse 90% 110% at 50% 60%,
                #000 0%,
                #000 70%,
                rgba(0,0,0,0.85) 85%,
                rgba(0,0,0,0.50) 95%,
                rgba(0,0,0,0) 100%);
          mask-composite: intersect;
}
.hero-visual img,
.hero-visual .hero-video,
.hero-glow {
  border-radius: 0 !important;
}
.hero-visual img,
.hero-visual .hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: drop-shadow(0 30px 50px rgba(0,0,0,0.6));
}
.hero-visual .hero-video { background: #050a13; }
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
.hero-glow {
  position: absolute;
  inset: -20%;
  background: radial-gradient(circle at 50% 50%, rgba(0, 180, 255, 0.35), transparent 55%);
  filter: blur(40px);
  pointer-events: none;
}

/* ----------------------------------------
   Use-case strip
---------------------------------------- */
.strip {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: -20px;
}
.strip-inner {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 22px 0 22px 28px;
  border: 1px solid var(--border);
  background: var(--panel);
  border-radius: var(--radius);
  backdrop-filter: blur(10px);
  overflow: hidden;
  position: relative;
}
.strip-label {
  flex-shrink: 0;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-mute);
  padding-right: 24px;
  border-right: 1px solid var(--border);
}

/* Continuous horizontal scrolling reel */
.marquee {
  flex: 1;
  overflow: hidden;
  position: relative;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%);
          mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%);
}
.marquee-track {
  display: flex;
  width: max-content;
  animation: marquee 50s linear infinite;
}
.marquee:hover .marquee-track { animation-play-state: paused; }

.marquee-list {
  list-style: none;
  margin: 0;
  padding: 0 0 0 28px;
  display: flex;
  align-items: center;
  gap: 0;
  flex-shrink: 0;
}
.marquee-list li {
  font-size: 0.95rem;
  color: var(--text-dim);
  white-space: nowrap;
  padding: 0 14px 0 0;
  display: flex;
  align-items: center;
  gap: 28px;
}
.marquee-list li::after {
  content: "•";
  color: var(--ice);
  margin-left: 14px;
  opacity: 0.7;
}

@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
  .marquee-track { animation: none; }
}

/* ----------------------------------------
   Products
---------------------------------------- */
.products .section-head { text-align: center; }

.product {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(30px, 5vw, 70px);
  align-items: center;
  padding: clamp(30px, 4vw, 50px) clamp(20px, 3vw, 40px);
  margin: 24px 0;
  position: relative;
}
.product.reversed { grid-template-columns: 1fr 1fr; }
.product.reversed .product-visual { order: 2; }
.product.reversed .product-copy { order: 1; }

.product-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 440px;
  overflow: visible;
}
.product-visual img {
  position: relative;
  width: 100%;
  height: auto;
  max-height: 520px;
  object-fit: contain;
  transform: scale(1.15);
  transform-origin: center center;
  filter:
    drop-shadow(0 30px 50px rgba(0,0,0,0.75))
    drop-shadow(0 0 40px rgba(125, 214, 240, 0.15));
}
.product-bare {
  /* No card, no border, no fill — just the device floating */
}
.product-glow { display: none; }
.product-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 60%, rgba(0, 180, 255, 0.3), transparent 60%);
  filter: blur(30px);
}
.badge {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--blue), var(--ice));
  color: #001a2a;
  box-shadow: 0 6px 20px -4px rgba(0, 180, 255, 0.6);
}
.badge-alt {
  background: linear-gradient(135deg, var(--chrome-2), var(--chrome-3));
  color: #0a0e14;
}

.product-copy { position: relative; z-index: 1; }
.product-copy h3 {
  color: var(--frost);
  font-family: var(--font-display);
  font-weight: 400;
}
.product-copy h3.product-logo {
  margin: 0 0 18px;
  line-height: 1;
}
.product-copy h3.product-logo img {
  height: 144px !important;
  width: auto !important;
  max-width: 100%;
  display: block;
  filter: drop-shadow(0 6px 20px rgba(125, 214, 240, 0.5));
}
.product-copy .tag {
  font-size: 1.05rem;
  color: var(--text);
  margin-bottom: 22px;
}

.bullets {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.bullets li {
  padding-left: 28px;
  position: relative;
  font-size: 0.96rem;
  color: var(--text-dim);
}
.bullets li::before {
  content: "";
  position: absolute;
  left: 0; top: 8px;
  width: 16px; height: 16px;
  background: radial-gradient(circle, var(--ice) 0%, transparent 70%);
  border-radius: 50%;
}
.bullets li::after {
  content: "";
  position: absolute;
  left: 5px; top: 12px;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 8px var(--blue);
}
.bullets strong { color: var(--text); font-weight: 600; }

.price-row {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  padding: 20px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  margin-bottom: 22px;
}
.price { display: flex; align-items: baseline; gap: 8px; }
.price .amount {
  font-family: var(--font-display);
  font-size: 2.6rem;
  font-weight: 400;
  color: var(--frost);
  letter-spacing: -0.015em;
}
.price .suffix { color: var(--text-mute); font-size: 0.85rem; }
.finance { display: flex; flex-direction: column; gap: 4px; }
.afterpay-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border);
  font-size: 0.82rem;
  color: var(--text);
}
.afterpay-pill strong {
  background: linear-gradient(135deg, #b2fce4, #00d4ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 700;
}
.finance-sub { font-size: 0.76rem; color: var(--text-mute); }

.cta-row { display: flex; gap: 10px; flex-wrap: wrap; }

/* ----------------------------------------
   Compare table
---------------------------------------- */
.compare-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  /* Parent owns the rows so all columns share heights via subgrid */
  grid-template-rows: repeat(12, auto);
  gap: 1px;
  background: var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-card);
}
.compare-col {
  display: grid;
  /* Subgrid pulls row heights from the parent .compare-grid, so all three
     columns share identical row heights and the labels line up with values. */
  grid-template-rows: subgrid;
  grid-row: 1 / -1;
  background: rgba(10, 14, 20, 0.9);
  padding: 0;
}
.compare-col > * {
  padding: 16px 22px;
  border-bottom: 1px solid var(--border);
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 56px;
}
.compare-col > *:last-child { border-bottom: none; }
.compare-head > * {
  color: var(--text-mute);
  font-size: 0.82rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 500;
}
.compare-pro, .compare-mini {
  text-align: center;
}
.compare-pro > *, .compare-mini > * {
  justify-content: center;
  text-align: center;
  color: var(--text);
}
.compare-pro {
  background: linear-gradient(180deg, rgba(0, 180, 255, 0.06), rgba(10, 14, 20, 0.9) 60%);
  position: relative;
}
.compare-pro::before {
  content: "Flagship";
  position: absolute;
  top: 8px; right: 12px;
  font-size: 0.62rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--ice);
  font-weight: 700;
}
.col-title {
  font-family: var(--font-display) !important;
  font-size: 1.5rem !important;
  font-weight: 400 !important;
  color: var(--frost) !important;
  letter-spacing: -0.005em;
  padding: 18px !important;
  min-height: 80px;
}
.col-title img {
  height: 110px !important;
  width: auto !important;
  max-width: 100%;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  filter: drop-shadow(0 4px 16px rgba(125, 214, 240, 0.45));
}
.price-cell {
  flex-direction: column !important;
  gap: 2px;
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--frost);
}
.price-cell small { color: var(--text-mute); font-weight: 400; font-size: 0.72rem; }

.compare-pro button, .compare-mini button { margin: 8px 16px; }

/* ----------------------------------------
   Market comparison tabs + table
---------------------------------------- */
.market .section-head p { max-width: 720px; margin-left: auto; margin-right: auto; }

.tabs {
  display: inline-flex;
  margin: 0 auto clamp(28px, 4vw, 44px);
  padding: 6px;
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: 999px;
  gap: 4px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.tab {
  appearance: none;
  background: transparent;
  border: none;
  color: var(--text-mid);
  font-family: var(--font-body);
  font-size: 0.92rem;
  font-weight: 500;
  padding: 11px 24px;
  border-radius: 999px;
  cursor: pointer;
  letter-spacing: 0.01em;
  transition: color 0.25s var(--ease), background 0.3s var(--ease);
}
.tab:hover { color: var(--text); }
.tab.is-active {
  background: linear-gradient(135deg, var(--ice), var(--ice-2));
  color: #02141f;
  font-weight: 600;
  box-shadow: var(--shadow-blue);
}

.tab-panel {
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.4s var(--ease), transform 0.4s var(--ease);
  pointer-events: none;
  position: absolute;
  inset: auto 0;
}
.tab-panel.is-active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  position: relative;
}
.market { position: relative; }

/* ---- 5-column market grid (category column on the right) ---- */
.market-grid {
  width: 100%;
  border-collapse: collapse;
  background: linear-gradient(160deg, rgba(15, 22, 34, 0.7), rgba(7, 9, 13, 0.55));
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  table-layout: fixed;
}

.market-grid thead .grid-head {
  padding: 28px 18px 22px;
  text-align: left;
  vertical-align: bottom;
  border-bottom: 1px solid var(--border);
  position: relative;
  background: rgba(8, 14, 24, 0.45);
  width: 21.5%;
}
.market-grid thead .grid-head.is-us {
  background:
    linear-gradient(180deg, rgba(125, 214, 240, 0.12), rgba(125, 214, 240, 0.04)),
    rgba(8, 14, 24, 0.45);
  border-bottom-color: rgba(125, 214, 240, 0.35);
  border-left: 1px solid rgba(125, 214, 240, 0.18);
}
.market-grid thead .grid-head .head-eyebrow {
  display: flex;
  align-items: center;
  font-family: var(--font-body);
  font-size: 1.15rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-mid);
  font-weight: 600;
  min-height: 96px;
  margin: 0 0 18px;
  line-height: 1.15;
}
.market-grid thead .grid-head .head-name {
  display: block;
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--frost);
  line-height: 1.1;
  letter-spacing: -0.005em;
  margin-bottom: 6px;
}
.market-grid thead .grid-head .head-price {
  display: block;
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--frost);
  letter-spacing: -0.015em;
}
.market-grid thead .grid-head .head-price strong { font-weight: 500; }
.market-grid thead .grid-head .head-price small {
  font-family: var(--font-body);
  font-size: 0.66rem;
  font-weight: 500;
  color: var(--text-mute);
  letter-spacing: 0.04em;
  margin-left: 4px;
}
.market-grid .head-logo {
  display: block;
  height: 96px !important;
  width: auto !important;
  max-width: 100%;
  object-fit: contain;
  margin: 0 0 18px;
  filter: drop-shadow(0 6px 22px rgba(125, 214, 240, 0.55));
}
.market-grid .head-flag {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 0.58rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 5px 11px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--ice), var(--ice-2));
  color: #02141f;
  box-shadow: 0 6px 18px -4px rgba(125, 214, 240, 0.55);
  white-space: nowrap;
  margin: 0 0 14px;
}
/* Ensure the name + price are below the flag, not inline next to it */
.market-grid thead .grid-head .head-name,
.market-grid thead .grid-head .head-price {
  display: block;
}
.market-grid thead .grid-head .head-price {
  white-space: nowrap;
}
.market-grid .grid-category-head {
  padding: 28px 18px 22px;
  text-align: left;
  vertical-align: bottom;
  border-bottom: 1px solid var(--border);
  font-family: var(--font-body);
  font-size: 0.66rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-mute);
  font-weight: 600;
  background: rgba(8, 14, 24, 0.55);
  width: 14%;
  border-right: 1px solid var(--border);
}

.market-grid tbody td {
  padding: 18px;
  vertical-align: middle;
  border-bottom: 1px solid var(--border);
  color: var(--text);
  font-size: 0.92rem;
  line-height: 1.45;
}
.market-grid tbody td.is-us {
  background: rgba(125, 214, 240, 0.04);
  color: var(--frost);
  border-left: 1px solid rgba(125, 214, 240, 0.18);
}
.market-grid tbody td.is-us strong { color: var(--ice-soft); font-weight: 600; }

.market-grid tbody .grid-category {
  padding: 18px;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid var(--border);
  background: rgba(8, 14, 24, 0.55);
  font-family: var(--font-body);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-mute);
  font-weight: 600;
  border-right: 1px solid var(--border);
}

.market-grid tbody tr:last-child td,
.market-grid tbody tr:last-child .grid-category {
  border-bottom: none;
}
.market-grid tbody tr:hover td:not(.is-us) { color: var(--text); }
.market-grid tbody tr:hover td.is-us { background: rgba(125, 214, 240, 0.08); }

@media (max-width: 1100px) {
  .market-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .market-grid { min-width: 1000px; font-size: 0.85rem; }
  .market-grid tbody td,
  .market-grid tbody .grid-category { padding: 14px 12px; }
  .market-grid thead .grid-head,
  .market-grid .grid-category-head { padding: 22px 12px 16px; }
  .market-grid thead .grid-head .head-name { font-size: 1.25rem; }
  .market-grid thead .grid-head .head-price { font-size: 1.15rem; }
}

/* Legacy card layout (kept for reference, no longer rendered) */
.market-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}
.market-card {
  position: relative;
  border-radius: var(--radius-lg);
  background: linear-gradient(160deg, rgba(15, 22, 34, 0.7), rgba(7, 9, 13, 0.55));
  border: 1px solid var(--border);
  box-shadow: var(--shadow-card);
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.market-card.is-us {
  background:
    linear-gradient(160deg, rgba(125, 214, 240, 0.10), rgba(15, 22, 34, 0.75)),
    var(--bg-elev);
  border-color: rgba(125, 214, 240, 0.32);
  box-shadow: 0 30px 80px -24px rgba(0, 0, 0, 0.72), 0 0 60px -20px rgba(125, 214, 240, 0.35);
}
.card-flag {
  position: absolute;
  top: 14px;
  right: 14px;
  font-family: var(--font-body);
  font-size: 0.62rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 5px 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--ice), var(--ice-2));
  color: #02141f;
  box-shadow: 0 6px 20px -4px rgba(125, 214, 240, 0.55);
}

.market-card-head {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--border);
}
.card-eyebrow {
  font-family: var(--font-body);
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-mute);
  font-weight: 600;
}
.market-card.is-us .card-eyebrow { color: var(--ice-soft); }
.market-card-head h3 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1.6rem;
  color: var(--frost);
  margin: 0;
  letter-spacing: -0.005em;
  line-height: 1.1;
}
.card-logo {
  height: 52px;
  width: auto;
  max-width: 100%;
  align-self: flex-start;
  object-fit: contain;
  display: block;
  margin: 0 0 6px;
  filter: drop-shadow(0 4px 16px rgba(125, 214, 240, 0.4));
}
.card-price {
  margin-top: 8px;
  display: flex;
  align-items: baseline;
  gap: 6px;
  font-family: var(--font-display);
}
.card-price span,
.card-price strong {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1.8rem;
  color: var(--frost);
  letter-spacing: -0.015em;
}
.market-card.is-us .card-price strong { font-weight: 500; }
.card-price small {
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-weight: 500;
  color: var(--text-mute);
  letter-spacing: 0.04em;
}

.card-specs {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.card-specs > div {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 12px 0;
  border-bottom: 1px dashed var(--border);
}
.card-specs > div:last-child { border-bottom: none; }
.card-specs dt {
  font-family: var(--font-body);
  font-size: 0.66rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-mute);
  font-weight: 600;
}
.card-specs dd {
  margin: 0;
  font-size: 0.92rem;
  color: var(--text);
  line-height: 1.4;
}
.market-card.is-us .card-specs dd { color: var(--frost); }
.card-specs dd strong {
  color: var(--ice-soft);
  font-weight: 600;
}

@media (max-width: 1100px) {
  .market-cards { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .market-cards { grid-template-columns: 1fr; }
}

.market-table-wrap {
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  background: linear-gradient(160deg, rgba(15, 22, 34, 0.7), rgba(7, 9, 13, 0.55));
  box-shadow: var(--shadow-card);
  overflow: hidden;
  position: relative;
}

.market-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}
.market-table thead th {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1.2rem;
  color: var(--frost);
  text-align: left;
  padding: 22px 24px 18px;
  background: linear-gradient(180deg, rgba(125, 214, 240, 0.05), transparent);
  border-bottom: 1px solid var(--border);
  letter-spacing: -0.005em;
  vertical-align: top;
}
.market-table thead th small {
  display: block;
  font-family: var(--font-body);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-mute);
  margin-top: 6px;
  font-weight: 500;
}
.market-table thead th.us {
  color: var(--ice-soft);
  background: linear-gradient(180deg, rgba(125, 214, 240, 0.14), rgba(125, 214, 240, 0.04));
  border-bottom-color: rgba(125, 214, 240, 0.35);
}
.market-table tbody th {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 0.86rem;
  letter-spacing: 0.02em;
  color: var(--text-mute);
  text-align: left;
  padding: 16px 20px;
  background: rgba(8, 14, 24, 0.4);
  border-bottom: 1px solid var(--border);
  width: 18%;
  vertical-align: top;
}
.market-table tbody td {
  padding: 16px 18px;
  border-bottom: 1px solid var(--border);
  color: var(--text-mid);
  vertical-align: top;
  line-height: 1.45;
  font-size: 0.92rem;
}
.market-table tbody td.us {
  background: rgba(125, 214, 240, 0.04);
  color: var(--text);
  border-left: 1px solid rgba(125, 214, 240, 0.18);
}
.market-table tbody td.us strong {
  color: var(--frost);
  font-weight: 600;
}
.market-table thead th.us { border-left: 1px solid rgba(125, 214, 240, 0.18); }
.market-table tbody tr:last-child th,
.market-table tbody tr:last-child td { border-bottom: none; }
.market-table tbody tr:hover td:not(.us) { color: var(--text); }
.market-table tbody tr:hover td.us { background: rgba(125, 214, 240, 0.08); }

/* 4-column variant — each Cool qb column sits next to its market-leader peer */
.market-table.market-4col thead th {
  padding: 18px 16px 14px;
  font-size: 1.05rem;
}
.market-table.market-4col tbody th { width: 16%; padding: 14px 18px; font-size: 0.82rem; }
.market-table.market-4col tbody td { padding: 14px 16px; font-size: 0.88rem; }
.market-table.market-4col tbody td,
.market-table.market-4col thead th { width: 21%; }
.market-table.market-4col tbody th.feature-col,
.market-table.market-4col thead th.feature-col { width: 16%; }

/* Visual divider between the Large-class pair and the Compact-class pair */
.market-table.market-4col thead th:nth-child(4),
.market-table.market-4col tbody td:nth-child(4) {
  border-left: 2px solid rgba(125, 214, 240, 0.08);
}

@media (max-width: 1100px) {
  .market-table.market-4col { font-size: 0.84rem; }
  .market-table.market-4col thead th { font-size: 0.92rem; padding: 14px 10px; }
  .market-table.market-4col thead th small { font-size: 0.62rem; }
  .market-table.market-4col tbody th { font-size: 0.74rem; padding: 12px 10px; }
  .market-table.market-4col tbody td { font-size: 0.82rem; padding: 12px 10px; }
}

@media (max-width: 760px) {
  .market-table-wrap { overflow-x: auto; }
  .market-table.market-4col { min-width: 760px; }
}

/* ----------------------------------------
   Why / features
---------------------------------------- */
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.feature {
  padding: 28px;
  border-radius: var(--radius);
  background: linear-gradient(160deg, rgba(15, 22, 34, 0.6), rgba(7, 9, 13, 0.4));
  border: 1px solid var(--border);
  transition: transform 0.3s var(--ease), border-color 0.3s var(--ease);
}
.feature:hover {
  transform: translateY(-4px);
  border-color: var(--border-strong);
}
.feature-ico {
  width: 44px; height: 44px;
  border-radius: 12px;
  background: rgba(0, 180, 255, 0.12);
  border: 1px solid rgba(0, 180, 255, 0.25);
  color: var(--ice);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
.feature-ico svg { width: 22px; height: 22px; }
.feature h4 { margin-bottom: 8px; color: var(--text); }
.feature p { font-size: 0.92rem; margin: 0; }
.feature strong { color: var(--text); font-weight: 600; }

/* ----------------------------------------
   Specs
---------------------------------------- */
.specs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-bottom: 30px;
}
.specs-grid dl {
  margin: 0;
  padding: 26px 30px;
  border-radius: var(--radius);
  background: linear-gradient(160deg, rgba(15, 22, 34, 0.7), rgba(7, 9, 13, 0.5));
  border: 1px solid var(--border);
}
.specs-grid dl > div {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 14px 0;
  border-bottom: 1px dashed var(--border);
  gap: 16px;
}
.specs-grid dl > div:last-child { border-bottom: none; }
.specs-grid dt {
  color: var(--text-mute);
  font-size: 0.85rem;
  letter-spacing: 0.04em;
}
.specs-grid dd {
  margin: 0;
  color: var(--text);
  font-weight: 600;
  text-align: right;
  font-size: 0.98rem;
}
.specs-note {
  text-align: center;
  color: var(--text-dim);
  font-size: 0.92rem;
  padding: 20px;
  border-radius: var(--radius);
  background: var(--panel);
  border: 1px solid var(--border);
}
.specs-note strong { color: var(--text); }

/* ----------------------------------------
   Logo in H2 (Specs heading)
---------------------------------------- */
.h2-with-logo {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: center;
}
.h2-logo {
  height: 1.1em;
  width: auto;
  display: inline-block;
  filter: drop-shadow(0 4px 16px rgba(0, 180, 255, 0.45));
  vertical-align: middle;
}
.h2-dash { color: var(--text-mid); }

/* ----------------------------------------
   Footer compliance — small print with CE mark
---------------------------------------- */
.footer-compliance {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  font-size: 0.72rem;
  color: var(--text-mute);
  letter-spacing: 0.02em;
  flex-wrap: wrap;
  text-align: left;
}
.footer-ce {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}
.footer-ce svg {
  height: 28px;
  width: auto;
  display: block;
  color: var(--ice);
  filter: drop-shadow(0 0 6px rgba(125, 214, 240, 0.35));
}

/* ----------------------------------------
   Contact
---------------------------------------- */
.contact {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: start;
}
.contact-copy h2 { margin-bottom: 18px; }
.contact-copy p { font-size: 1.05rem; }
.contact-list {
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.contact-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  border-radius: 12px;
  background: var(--panel);
  border: 1px solid var(--border);
}
.contact-list span {
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-mute);
  min-width: 70px;
}
.contact-list a {
  color: var(--text);
  font-weight: 500;
}
.contact-list a:hover { color: var(--ice); }

.contact-form {
  padding: 34px;
  border-radius: var(--radius-lg);
  background: linear-gradient(160deg, rgba(15, 22, 34, 0.85), rgba(7, 9, 13, 0.6));
  border: 1px solid var(--border);
  box-shadow: var(--shadow-card);
}
.lead-form-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 26px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--border);
}
.lead-form-brand img {
  height: 112px;
  width: auto;
  filter: drop-shadow(0 4px 16px rgba(0, 180, 255, 0.45));
}
.lead-form-eyebrow {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  font-size: 0.95rem;
  color: var(--ice-soft);
  letter-spacing: 0.02em;
}
.lead-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.lead-form label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 0.82rem;
  color: var(--text-mute);
  letter-spacing: 0.04em;
}
.lead-form label.full { grid-column: 1 / -1; }
.lead-form input,
.lead-form select,
.lead-form textarea {
  font: inherit;
  color: var(--text);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 12px 14px;
  outline: none;
  transition: border-color 0.2s var(--ease), background 0.2s var(--ease);
  width: 100%;
}
.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus {
  border-color: var(--ice);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 0 0 3px rgba(125, 211, 252, 0.15);
}
.lead-form textarea { resize: vertical; }
.lead-form button.full { margin-top: 6px; }
.form-note {
  grid-column: 1 / -1;
  font-size: 0.75rem;
  color: var(--text-mute);
  margin: 0;
  text-align: center;
}

/* ----- Opt-in checkboxes ----- */
.lead-form-opt {
  grid-column: 1 / -1;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: rgba(125, 214, 240, 0.04);
  padding: 16px 18px 14px;
  margin: 4px 0 6px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.lead-form-opt legend {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  font-size: 0.95rem;
  color: var(--ice-soft);
  padding: 0 8px;
  margin-left: -8px;
}
.lead-form-opt .opt {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.88rem;
  color: var(--text);
  letter-spacing: 0;
  cursor: pointer;
}
.lead-form-opt .opt input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-top: 2px;
  border-radius: 4px;
  border: 1.5px solid var(--border-bright);
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
  position: relative;
  transition: background 0.2s var(--ease), border-color 0.2s var(--ease);
}
.lead-form-opt .opt input[type="checkbox"]:hover {
  border-color: var(--ice);
}
.lead-form-opt .opt input[type="checkbox"]:checked {
  background: linear-gradient(135deg, var(--ice), var(--ice-2));
  border-color: var(--ice);
}
.lead-form-opt .opt input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #02141f;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.lead-form-opt .opt span small {
  display: block;
  font-size: 0.72rem;
  color: var(--text-mute);
  margin-top: 4px;
  font-weight: 400;
}

/* ----------------------------------------
   Footer phone link
---------------------------------------- */
.footer-phone {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 22px;
  margin-right: 10px;
  padding: 14px 22px;
  border-radius: 999px;
  background: rgba(125, 214, 240, 0.08);
  border: 1px solid var(--border-bright);
  color: var(--frost);
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.15rem;
  letter-spacing: -0.005em;
  text-decoration: none;
  transition: color 0.25s var(--ease),
              border-color 0.25s var(--ease),
              background 0.25s var(--ease),
              transform 0.25s var(--ease);
}
.footer-phone:hover {
  color: var(--frost);
  border-color: var(--border-hover);
  background: rgba(125, 214, 240, 0.14);
  transform: translateY(-2px);
}
.footer-phone svg {
  width: 22px;
  height: 22px;
  color: var(--ice);
  flex-shrink: 0;
}

/* ----------------------------------------
   Footer social — small Instagram link
---------------------------------------- */
.footer-social {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 22px;
  padding: 14px 22px;
  border-radius: 999px;
  background: rgba(125, 214, 240, 0.08);
  border: 1px solid var(--border-bright);
  color: var(--text);
  font-size: 1.05rem;
  font-weight: 500;
  letter-spacing: -0.005em;
  text-decoration: none;
  transition: color 0.25s var(--ease),
              border-color 0.25s var(--ease),
              background 0.25s var(--ease),
              transform 0.25s var(--ease);
}
.footer-social:hover {
  color: var(--frost);
  border-color: var(--border-hover);
  background: rgba(125, 214, 240, 0.14);
  transform: translateY(-2px);
}
.footer-social svg {
  width: 26px;
  height: 26px;
  color: var(--ice);
  flex-shrink: 0;
}

/* ----------------------------------------
   Footer
---------------------------------------- */
.footer {
  position: relative;
  z-index: 4;
  margin-top: 40px;
  padding: 60px var(--pad) 30px;
  border-top: 1px solid var(--border);
  background: rgba(7, 9, 13, 0.7);
  backdrop-filter: blur(10px);
}
.footer-inner {
  max-width: var(--maxw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.3fr 2fr;
  gap: 60px;
  padding-bottom: 40px;
}
.footer-brand p { max-width: 320px; margin-top: 14px; font-size: 0.92rem; }
.footer-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.footer-cols h5 { margin-bottom: 16px; }
.footer-cols a {
  display: block;
  font-size: 0.92rem;
  color: var(--text-dim);
  padding: 6px 0;
  transition: color 0.2s var(--ease);
}
.footer-cols a:hover { color: var(--ice); }
.footer-bottom {
  max-width: var(--maxw);
  margin: 0 auto;
  padding-top: 24px;
  border-top: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.8rem;
  color: var(--text-mute);
}
.footer-disclaimer,
.footer-copyright {
  text-align: left;
}
.footer-copyright {
  padding-top: 8px;
  border-top: 1px dashed var(--border);
  width: 100%;
}

/* ----------------------------------------
   Responsive
---------------------------------------- */
@media (max-width: 980px) {
  .nav-links { display: none; }
  .nav-burger { display: flex; }
  .nav-burger ~ .cta-small { display: none; }

  .nav.menu-open + main .nav-links { display: none; }

  .hero { grid-template-columns: 1fr; }
  .hero-visual { aspect-ratio: 4 / 3; max-width: 560px; margin: 0 auto; }
  .hero-trust { grid-template-columns: repeat(2, 1fr); }

  .product, .product.reversed { grid-template-columns: 1fr; }
  .product.reversed .product-visual { order: 0; }
  .product.reversed .product-copy { order: 1; }

  /* --- Compare table: stack as labeled rows per product ------------------ */
  .compare-grid {
    display: block;
    border-radius: var(--radius-lg);
    overflow: hidden;
    background: transparent;
    border: 0;
    box-shadow: none;
  }
  .compare-col {
    display: block;
    grid-row: auto;
    grid-template-rows: none;
    background: rgba(10, 14, 20, 0.9);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    margin-bottom: 14px;
    box-shadow: var(--shadow-card);
    overflow: hidden;
  }
  .compare-col:last-child { margin-bottom: 0; }
  .compare-head { display: none; }
  .compare-pro, .compare-mini { text-align: left; }
  .compare-pro > *, .compare-mini > * {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 14px 18px;
    border-bottom: 1px solid var(--border);
    text-align: right;
    min-height: 52px;
  }
  .compare-pro > *::before,
  .compare-mini > *::before {
    content: attr(data-label);
    flex: 0 0 auto;
    color: var(--text-mute);
    font-size: 0.78rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: 500;
    text-align: left;
  }
  .compare-pro > .col-title,
  .compare-mini > .col-title {
    justify-content: center;
    padding: 22px 18px;
    min-height: 0;
    background: linear-gradient(180deg, rgba(0, 180, 255, 0.06), transparent);
  }
  .compare-pro > .col-title::before,
  .compare-mini > .col-title::before { content: none; }
  .col-title img {
    height: auto !important;
    max-height: 64px !important;
    max-width: 70% !important;
  }
  .compare-pro > .price-cell,
  .compare-mini > .price-cell {
    flex-direction: row !important;
    font-size: 1.25rem;
  }
  .compare-pro > button,
  .compare-mini > button {
    width: calc(100% - 36px);
    margin: 14px 18px 18px !important;
    justify-content: center;
    min-height: 48px;
  }
  .compare-pro::before { display: none; }

  .feature-grid { grid-template-columns: 1fr 1fr; }

  .specs-grid { grid-template-columns: 1fr; }

  .contact { grid-template-columns: 1fr; }
  .lead-form { grid-template-columns: 1fr; }

  .footer-inner { grid-template-columns: 1fr; gap: 32px; }

  /* Product-card wordmark: don't blow past the card width */
  .product-copy h3.product-logo img {
    height: auto !important;
    max-height: 96px !important;
    max-width: 100% !important;
  }
}

@media (max-width: 600px) {
  .feature-grid { grid-template-columns: 1fr; }
  .footer-cols { grid-template-columns: 1fr 1fr; }
  .strip-inner { flex-direction: column; align-items: flex-start; gap: 12px; }
  .strip-inner ul { gap: 6px 16px; }

  /* Bigger tap targets in footer/nav for fingers */
  .footer-cols a { padding: 10px 0; display: inline-block; min-height: 44px; line-height: 24px; }
  .strip-inner ul a { padding: 6px 0; display: inline-block; }
}

/* Mobile menu open state — full-height drawer with scrim */
body.menu-open::before {
  content: "";
  position: fixed;
  inset: var(--header-h, 64px) 0 0 0;
  background: rgba(2, 5, 10, 0.6);
  backdrop-filter: blur(4px);
  z-index: 55;
  animation: scrim-in 0.2s var(--ease);
}
@keyframes scrim-in { from { opacity: 0; } to { opacity: 1; } }
.nav.menu-open .nav-links {
  display: flex;
  position: fixed;
  top: var(--header-h, 64px);
  left: 0; right: 0;
  max-height: calc(100vh - var(--header-h, 64px));
  overflow-y: auto;
  flex-direction: column;
  gap: 0;
  padding: 8px var(--pad) 28px;
  background: rgba(7, 9, 13, 0.97);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border);
  z-index: 41;
  box-shadow: 0 24px 48px -16px rgba(0, 0, 0, 0.7);
}
.nav.menu-open .nav-links a {
  padding: 16px 4px;
  border-bottom: 1px solid var(--border);
  font-size: 1.05rem;
  min-height: 52px;
  display: flex;
  align-items: center;
}
.nav.menu-open .nav-links a:last-child { border-bottom: none; }
body.menu-open { overflow: hidden; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001s !important;
    transition-duration: 0.001s !important;
  }
  #breeze { display: none; }
}

/* Launch shipping note (added) */
.ship-note {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  padding: 9px 12px;
  font-size: 0.78rem;
  line-height: 1.4;
  color: var(--ice-soft);
  background: rgba(125, 214, 240, 0.06);
  border: 1px solid rgba(125, 214, 240, 0.18);
  border-radius: 10px;
}
.ship-note svg { flex: 0 0 auto; opacity: 0.9; }
.ship-note strong { color: var(--ice); font-weight: 600; }
