/* ═══════════════════════════════════════════════════════════
   HELIX NOIR — landing (clon editorial Velouras, paleta verde hogar / amarillo sol)
   ═══════════════════════════════════════════════════════════ */
:root {
  /* Claros — crema cálida de hogar */
  --bg: #faf5ea;
  --fg: #17251c;
  --fg-muted: #5e6b60;
  --border: #e7dcc5;

  /* Oscuros — verde bosque profundo */
  --ink-950: #0e1a13;
  --ink-900: #122318;
  --ink-800: #16301f;
  --ink-700: #1d3f2a;
  --ink-100: #dbe9dc;

  /* Acento AMARILLO SOL — botones de compra */
  --sun-400: #ffe083;   /* amarillo claro */
  --sun-500: #ffc21f;   /* amarillo sol */
  --sun-600: #f0a800;   /* amarillo ámbar profundo (accent) */
  --sun-glow: rgba(255, 194, 31, 0.22);

  /* Verde hoja — acento secundario (glows, eyebrows, rejilla) */
  --leaf-400: #9ddcae;
  --leaf-500: #4fae6b;
  --leaf-600: #2f8a52;
  --leaf-glow: rgba(79, 174, 107, 0.30);

  /* Terracota — estrellas, ahorros, detalles cálidos */
  --amber: #ff8f4f;
  --amber-2: #ffd6ad;

  --accent: var(--sun-600);
  --accent-hover: #a97c00;
  --dark-bg: var(--ink-950);
  --dark-fg: #f3f1e6;

  --radius: 14px;
  --font-serif: 'Fraunces', Georgia, 'Times New Roman', serif;
  --font-display: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  --max: 1200px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
.shotmode .hero { min-height: 0 !important; padding-top: 120px !important; padding-bottom: 60px !important; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-display);
  background: var(--bg);
  color: var(--fg);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
img, video, canvas { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; }

.container { max-width: var(--max); margin: 0 auto; padding: 0 24px; }

h1, h2, h3, h4 {
  font-family: var(--font-serif);
  font-optical-sizing: auto;
  font-weight: 560;
  letter-spacing: -0.018em;
  line-height: 1.02;
}
h1 { font-size: clamp(2.4rem, 6.2vw, 5.6rem); font-weight: 600; }
h2 { font-size: clamp(2rem, 4.6vw, 4rem); }
h3 { font-size: clamp(1.35rem, 2.5vw, 2.2rem); }
p.lead { font-size: clamp(1.05rem, 1.5vw, 1.4rem); color: var(--fg-muted); line-height: 1.55; }

.section { padding: clamp(70px, 11vw, 160px) 0; }
.section--dark {
  background: var(--dark-bg);
  color: var(--dark-fg);
  position: relative;
  isolation: isolate;
}
.section--dark::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 20% 0%, rgba(255, 194, 31, 0.16), transparent 50%),
    radial-gradient(ellipse at 80% 100%, rgba(79, 174, 107, 0.16), transparent 55%);
  pointer-events: none;
  z-index: 0;
}
.section--dark::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)' opacity='0.55'/></svg>");
  background-size: 160px 160px;
  opacity: 0.06;
  pointer-events: none;
  mix-blend-mode: overlay;
  z-index: 0;
}
.section--dark > * { position: relative; z-index: 1; }
.section--dark .lead { color: #a9bfab; }

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 26px;
  border-radius: 980px;
  background: linear-gradient(135deg, var(--sun-500) 0%, var(--sun-600) 100%);
  color: #11241a;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: -0.005em;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
  box-shadow: 0 8px 28px rgba(255, 194, 31, 0.28);
}
.btn:hover { transform: translateY(-1px); filter: brightness(1.06); box-shadow: 0 12px 36px rgba(255, 194, 31, 0.38); }
.btn:active { transform: translateY(0) scale(0.98); }
.btn--ghost {
  background: transparent;
  color: var(--leaf-400);
  border: 1px solid currentColor;
  box-shadow: none;
}
.btn--ghost:hover { background: rgba(79, 174, 107, 0.12); filter: none; }
.btn--large { padding: 17px 36px; font-size: 1.08rem; }

.eyebrow {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--leaf-600);
  margin-bottom: 14px;
}
.section--dark .eyebrow { color: var(--leaf-400); }

/* Puentes claro/oscuro */
.section-bridge {
  height: clamp(120px, 16vw, 200px);
  width: 100%;
  pointer-events: none;
  display: block;
  margin-top: -1px;
  margin-bottom: -1px;
  position: relative;
  isolation: isolate;
}
.section-bridge::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.6 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  background-size: 200px 200px;
  opacity: 0.07;
  mix-blend-mode: overlay;
  pointer-events: none;
}
.section-bridge--dark-to-light {
  background: linear-gradient(to bottom, #0e1a13 0%, #143020 28%, #3d6b4a 55%, #b6cdb2 82%, #faf5ea 100%);
}
.section-bridge--white-to-dark {
  background: linear-gradient(to bottom, #ffffff 0%, #ece3cf 18%, #5c8567 48%, #143122 78%, #0e1a13 100%);
}
@media (max-width: 720px) {
  .section-bridge { height: clamp(80px, 22vw, 140px); }
  .section-bridge::after { opacity: 0.09; }
}

/* Reveals */
.reveal {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 1s cubic-bezier(0.22, 0.61, 0.36, 1), transform 1s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: opacity, transform;
}
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal--delay-1 { transition-delay: 0.08s; }
.reveal--delay-2 { transition-delay: 0.18s; }
.reveal--delay-3 { transition-delay: 0.28s; }
.reveal--delay-4 { transition-delay: 0.38s; }
.reveal--delay-5 { transition-delay: 0.48s; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}
@media (max-width: 720px) {
  .container { padding: 0 18px; }
  .reveal { transform: translateY(20px); transition-duration: 0.7s; }
}
@media (max-width: 480px) {
  h1 { letter-spacing: -0.03em; }
  h2 { letter-spacing: -0.028em; }
}

/* ═══════════════ NAV ═══════════════ */
.nav {
  position: fixed;
  inset: 0 0 auto 0;
  height: 64px;
  z-index: 100;
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  background: rgba(14, 26, 19, 0.72);
  color: #fff;
  border-bottom: 1px solid rgba(255, 194, 31, 0.12);
  transition: background 0.25s ease, border-color 0.25s ease;
}
.nav__inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 20px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.nav__brand { display: inline-flex; align-items: center; gap: 10px; line-height: 1; }
.nav__mark { width: 28px; height: 28px; flex-shrink: 0; filter: drop-shadow(0 0 10px rgba(255, 194, 31, 0.4)); }
.nav__wordmark { font-family: var(--font-serif); font-size: 1.32rem; letter-spacing: -0.01em; color: #fff; white-space: nowrap; }
.nav__wordmark-thin { font-weight: 400; font-style: italic; color: #a6d4b2; }
.nav__wordmark-bold { font-weight: 600; color: #fff; }
.nav__links { display: flex; gap: 26px; font-size: 0.9rem; color: #a8bcaa; }
.nav__links a { position: relative; padding: 6px 2px; transition: color 0.2s ease; }
.nav__links a:hover { color: #fff; }
.nav__links a::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #ffc21f, transparent);
  opacity: 0;
  transform: translateY(2px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.nav__links a:hover::after { opacity: 1; transform: translateY(0); }
.nav__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #ffe083 0%, #ffc21f 100%);
  color: #11241a;
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: -0.005em;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 4px 18px rgba(255, 194, 31, 0.38), inset 0 1px 0 rgba(255,255,255,0.5);
}
.nav__cta:hover { transform: translateY(-1px); box-shadow: 0 8px 26px rgba(255, 194, 31, 0.52); }
.nav__cta-price { font-weight: 800; color: #11241a; border-left: 1px solid rgba(17, 36, 26, 0.22); padding-left: 8px; }
@media (max-width: 720px) {
  .nav__links { display: none; }
  .nav__inner { padding: 0 16px; }
  .nav__wordmark { font-size: 1rem; }
  .nav__cta { padding: 8px 14px; font-size: 0.82rem; }
  .nav__cta-price { padding-left: 6px; }
}
@media (max-width: 360px) {
  .nav__cta-text { display: none; }
  .nav__cta-price { border-left: 0; padding-left: 0; color: #11241a; }
}

/* ═══════════════ HERO ═══════════════ */
.hero {
  position: relative;
  min-height: 100svh;
  padding: 96px 0 56px;
  display: flex;
  align-items: center;
  background: var(--ink-950);
  color: var(--dark-fg);
  overflow: hidden;
  isolation: isolate;
}
.hero__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 50% 0%, var(--ink-800) 0%, transparent 60%),
    linear-gradient(180deg, var(--ink-950) 0%, #081109 100%);
  z-index: -2;
}
.hero__bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='180' height='180'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.55 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  background-size: 180px 180px;
  opacity: 0.06;
  mix-blend-mode: overlay;
  pointer-events: none;
}
.hero__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.45;
  z-index: -1;
  pointer-events: none;
  animation: glow-drift 14s ease-in-out infinite alternate;
  will-change: transform;
}
.hero__glow--warm {
  top: -10%; right: -8%;
  width: 50vw; height: 50vw; max-width: 620px; max-height: 620px;
  background: radial-gradient(circle, rgba(255, 194, 31, 0.38) 0%, transparent 65%);
}
.hero__glow--cool {
  bottom: -15%; left: -10%;
  width: 50vw; height: 50vw; max-width: 560px; max-height: 560px;
  background: radial-gradient(circle, rgba(79, 174, 107, 0.30) 0%, transparent 65%);
  animation-delay: -7s;
}
@keyframes glow-drift {
  0% { transform: translate(0, 0) scale(1); }
  100% { transform: translate(-30px, 20px) scale(1.08); }
}
.hero__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(79, 174, 107, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(79, 174, 107, 0.05) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse at center, black 0%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse at center, black 0%, transparent 70%);
  z-index: -1;
  pointer-events: none;
}
.hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 40px;
  align-items: center;
}
.hero__title { margin-top: 4px; }
.hero__title em {
  font-style: normal;
  background: linear-gradient(135deg, #fff 0%, #ffe083 55%, #f0a800 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero__lead { color: #a9bfab; max-width: 540px; margin: 22px 0 24px; }
.hero__price { display: inline-flex; align-items: baseline; gap: 12px; margin: 0 0 22px; }
.hero__price-now { font-size: 2.25rem; font-weight: 700; letter-spacing: -0.02em; color: #fff; }
.hero__price-was { font-size: 1.1rem; color: #7c8d7e; text-decoration: line-through; }
.hero__price-tag {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  background: rgba(255, 143, 79, 0.16);
  border: 1px solid rgba(255, 143, 79, 0.38);
  color: var(--amber-2);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.hero__ctas { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 28px; }
.hero__cta {
  position: relative;
  overflow: hidden;
  padding: 20px 42px;
  font-size: 1.16rem;
  background: linear-gradient(135deg, #ffe083 0%, #ffc21f 48%, #ffa800 100%);
  color: #11241a;
  font-weight: 800;
  letter-spacing: 0.008em;
  border: 0;
  box-shadow:
    0 0 0 0 rgba(255, 194, 31, 0.55),
    0 14px 36px rgba(255, 194, 31, 0.42),
    0 4px 14px rgba(255, 194, 31, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);
  transform: translateZ(0);
  animation: cta-pulse 2.4s ease-in-out infinite;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.hero__cta:hover {
  transform: translateY(-2px) scale(1.015);
  box-shadow:
    0 0 0 10px rgba(255, 194, 31, 0.18),
    0 20px 48px rgba(255, 194, 31, 0.50),
    0 6px 18px rgba(255, 194, 31, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);
}
.hero__cta:active { transform: translateY(0) scale(0.99); }
.hero__cta-text { position: relative; z-index: 2; }
.hero__cta-arrow { position: relative; z-index: 2; transition: transform 0.25s ease; }
.hero__cta:hover .hero__cta-arrow { transform: translateX(4px); }
.hero__cta-note {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: -14px 0 24px;
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--amber-2);
}
.hero__cta-note b { color: #fff; font-weight: 700; }
.hero__cta-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #ff8f4f;
  box-shadow: 0 0 0 0 rgba(255,143,79,0.7);
  animation: dot-blink 1.8s ease-in-out infinite;
  flex-shrink: 0;
}
@keyframes dot-blink {
  0%, 100% { box-shadow: 0 0 0 0 rgba(255,143,79,0.7); }
  60% { box-shadow: 0 0 0 8px rgba(255,143,79,0); }
}
@media (prefers-reduced-motion: reduce) { .hero__cta-dot { animation: none; } }
.hero__cta-shine {
  position: absolute;
  top: 0; left: -60%;
  width: 50%; height: 100%;
  background: linear-gradient(100deg, transparent 0%, rgba(255,255,255,0) 30%, rgba(255,255,255,0.55) 50%, rgba(255,255,255,0) 70%, transparent 100%);
  transform: skewX(-20deg);
  animation: cta-shine 3.5s ease-in-out infinite;
  z-index: 1;
  pointer-events: none;
}
@keyframes cta-pulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(255,194,31,0.55), 0 14px 36px rgba(255,194,31,0.35), 0 4px 14px rgba(255,194,31,0.25), inset 0 1px 0 rgba(255,255,255,0.5);
  }
  50% {
    box-shadow: 0 0 0 12px rgba(255,194,31,0.0), 0 18px 44px rgba(255,194,31,0.55), 0 6px 18px rgba(255,194,31,0.40), inset 0 1px 0 rgba(255,255,255,0.6);
  }
}
@keyframes cta-shine {
  0% { left: -60%; }
  55% { left: 130%; }
  100% { left: 130%; }
}
@media (prefers-reduced-motion: reduce) {
  .hero__cta { animation: none; }
  .hero__cta-shine { animation: none; }
}
/* Secundario deliberadamente discreto: todo el peso visual va al botón amarillo */
.hero__ghost {
  color: #a9bfab;
  border: 0;
  background: transparent;
  padding: 17px 6px;
  font-weight: 600;
  font-size: 0.98rem;
  text-decoration: underline;
  text-decoration-color: rgba(169, 191, 171, 0.35);
  text-underline-offset: 5px;
}
.hero__ghost:hover { background: transparent; color: #fff; text-decoration-color: rgba(255,255,255,0.6); transform: none; }
.hero__pills { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; }
.hero__pills li {
  border: 1px solid rgba(79, 174, 107, 0.2);
  background: rgba(14, 26, 19, 0.4);
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 0.82rem;
  color: #d6e7d6;
  backdrop-filter: blur(8px);
}
.hero__visual { position: relative; aspect-ratio: 1076 / 942; width: 100%; max-width: 520px; margin: 0 auto; }
.hero__visual picture { display: contents; }
.hero__product {
  position: relative;
  z-index: 3;
  width: 100%; height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 40px 60px rgba(0,0,0,0.7)) drop-shadow(0 0 80px rgba(255,194,31,0.30));
  transform-origin: 50% 32%;
  animation: fan-power-on 1.4s cubic-bezier(0.22,0.61,0.36,1) 0.5s both, hover-float 6s ease-in-out 2s infinite;
}
@keyframes fan-power-on {
  0% { transform: scale(0.72) rotate(-90deg); filter: drop-shadow(0 40px 60px rgba(0,0,0,0.7)) blur(8px) brightness(0.6); opacity: 0; }
  40% { opacity: 1; }
  100% { transform: scale(1) rotate(0deg); filter: drop-shadow(0 40px 60px rgba(0,0,0,0.7)) drop-shadow(0 0 80px rgba(255,194,31,0.30)) blur(0) brightness(1); opacity: 1; }
}
@keyframes hover-float {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-10px) scale(1.005); }
}
.hero__halo {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 50%, rgba(255,194,31,0.24) 0%, transparent 55%);
  filter: blur(28px);
  z-index: 1;
  animation: hero-pulse 6s ease-in-out infinite;
}
@keyframes hero-pulse {
  0%, 100% { opacity: 0.7; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.06); }
}
.hero-anim {
  opacity: 0;
  transform: translateY(22px);
  animation: hero-in 0.95s cubic-bezier(0.22,0.61,0.36,1) forwards;
}
.hero-anim--1 { animation-delay: 0.05s; }
.hero-anim--2 { animation-delay: 0.15s; }
.hero-anim--3 { animation-delay: 0.28s; }
.hero-anim--4 { animation-delay: 0.40s; }
.hero-anim--5 { animation-delay: 0.52s; }
@keyframes hero-in { to { opacity: 1; transform: translateY(0); } }
.hero-visual {
  opacity: 0;
  transform: translateY(28px) scale(0.96);
  animation: hero-visual-in 1.15s 0.20s cubic-bezier(0.22,0.61,0.36,1) forwards;
}
@keyframes hero-visual-in { to { opacity: 1; transform: translateY(0) scale(1); } }
@media (prefers-reduced-motion: reduce) {
  .hero-anim, .hero-visual, .hero__product { animation: none; opacity: 1; transform: none; }
  .hero__halo { animation: none; }
}
@media (max-width: 860px) {
  /* Móvil: sin altura forzada de pantalla completa — así el botón de compra
     queda arriba del pliegue, no empujado al fondo por la imagen. */
  .hero { min-height: auto; padding: 80px 0 36px; }
  .hero__inner { grid-template-columns: 1fr; text-align: center; gap: 10px; }
  .hero__lead, .hero__ctas, .hero__pills, .hero__price { margin-left: auto; margin-right: auto; }
  .hero__ctas, .hero__pills, .hero__price { justify-content: center; }
  .hero__cta-note { margin: -6px auto 14px; justify-content: center; text-align: center; font-size: 0.8rem; }
  .hero__lead { margin: 12px auto 14px; font-size: 1rem; }
  .hero__price { margin-bottom: 16px; }
  .hero__ctas { margin-bottom: 16px; }
  .hero__visual { max-width: 232px; order: -1; margin-bottom: 2px; }
  .hero__pills { gap: 6px; }
  .hero__pills li { font-size: 0.78rem; padding: 5px 12px; }
}
@media (max-width: 420px) {
  .hero { padding-top: 76px; }
  .hero__ctas { flex-direction: column; align-items: stretch; gap: 10px; width: 100%; }
  .hero__cta { padding: 19px 24px; font-size: 1.08rem; }
  .hero__ctas .btn { width: 100%; justify-content: center; }
  .hero__visual { max-width: 200px; }
  .hero__title { font-size: clamp(2.1rem, 12vw, 3.2rem); }
  .hero__price-now { font-size: 1.85rem; }
}
@media (max-width: 720px) {
  .hero__glow { filter: blur(50px); opacity: 0.4; }
  .hero__halo { filter: blur(18px); }
  .hero__grid { background-size: 40px 40px; }
}

/* ═══════════════ FEATURES ═══════════════ */
.features { background: #efe6d3; position: relative; padding: clamp(60px, 9vw, 110px) 0; }
.features__head { text-align: center; max-width: 720px; margin: 0 auto 40px; }
.features__head h2 { margin: 12px 0 0; }
.features__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.feature {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: center;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 18px 20px;
  transition: transform 0.35s cubic-bezier(0.22,0.61,0.36,1), box-shadow 0.35s ease, border-color 0.35s ease;
  position: relative;
  overflow: hidden;
}
.feature::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 30%, rgba(255,194,31,0.10) 50%, transparent 70%);
  transform: translateX(-100%);
  transition: transform 0.7s cubic-bezier(0.22,0.61,0.36,1);
  pointer-events: none;
}
.feature:hover { transform: translateY(-3px); border-color: #cbbc9c; box-shadow: 0 14px 30px rgba(255,194,31,0.14); }
.feature:hover::before { transform: translateX(100%); }
.feature:hover .feature__icon { transform: scale(1.08) rotate(-6deg); box-shadow: 0 6px 16px rgba(255,194,31,0.28); }
.feature__icon {
  width: 42px; height: 42px;
  border-radius: 12px;
  background: linear-gradient(135deg, #fff5d4 0%, #ffe7a6 100%);
  color: #a97c00;
  font-size: 1.3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.4s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.4s ease;
}
.reveal.is-visible .feature__icon { animation: icon-pop 0.7s cubic-bezier(0.34,1.56,0.64,1) both; animation-delay: 0.3s; }
@keyframes icon-pop {
  0% { transform: scale(0.4) rotate(-25deg); opacity: 0; }
  60% { transform: scale(1.12) rotate(8deg); opacity: 1; }
  100% { transform: scale(1) rotate(0); opacity: 1; }
}
@media (prefers-reduced-motion: reduce) { .reveal.is-visible .feature__icon { animation: none; } }
.feature h3 { font-size: 1rem; font-weight: 600; margin-bottom: 3px; letter-spacing: -0.005em; }
.feature p { color: var(--fg-muted); font-size: 0.84rem; line-height: 1.4; margin: 0; }
@media (max-width: 860px) {
  .features__grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .feature { padding: 14px 14px; gap: 10px; grid-template-columns: 36px 1fr; }
  .feature__icon { width: 36px; height: 36px; font-size: 1.1rem; }
  .feature h3 { font-size: 0.92rem; }
  .feature p { font-size: 0.78rem; }
  .features__head { margin-bottom: 26px; }
}
@media (max-width: 420px) { .features__grid { grid-template-columns: 1fr; } }

/* ═══════════════ REVIEWS ═══════════════ */
.reviews { background: #f6f0e2; position: relative; }
.reviews__head { text-align: center; max-width: 720px; margin: 0 auto 56px; }
.reviews__head h2 { margin: 12px 0 18px; }
.reviews__score { display: inline-flex; flex-direction: column; align-items: center; gap: 4px; }
.reviews__stars { display: inline-flex; gap: 2px; color: #ded3bd; }
.reviews__stars .is-on { color: var(--amber); }
.reviews__rating { font-size: 0.9rem; color: var(--fg-muted); }
.reviews__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.review {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 22px;
  transition: transform 0.35s cubic-bezier(0.22,0.61,0.36,1), box-shadow 0.35s ease, border-color 0.35s ease;
  position: relative;
}
.review:hover { transform: translateY(-4px); box-shadow: 0 18px 36px rgba(255,194,31,0.12); border-color: rgba(255,194,31,0.30); }
.review__stars svg { transform: scale(0.6); opacity: 0; transition: transform 0.35s cubic-bezier(0.34,1.56,0.64,1), opacity 0.35s ease; }
.review.is-visible .review__stars svg { transform: scale(1); opacity: 1; }
.review.is-visible .review__stars svg:nth-child(1) { transition-delay: 0.10s; }
.review.is-visible .review__stars svg:nth-child(2) { transition-delay: 0.18s; }
.review.is-visible .review__stars svg:nth-child(3) { transition-delay: 0.26s; }
.review.is-visible .review__stars svg:nth-child(4) { transition-delay: 0.34s; }
.review.is-visible .review__stars svg:nth-child(5) { transition-delay: 0.42s; }
.review__top { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-bottom: 12px; }
.review__stars { display: inline-flex; gap: 1px; color: #ded3bd; }
.review__stars .is-on { color: var(--amber); }
.review__badge {
  font-size: 0.7rem;
  padding: 3px 8px;
  background: rgba(255,194,31,0.10);
  color: var(--sun-600);
  border-radius: 999px;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.review__title { font-size: 1rem; font-weight: 600; margin-bottom: 8px; letter-spacing: -0.005em; }
.review__body { color: var(--fg-muted); font-size: 0.92rem; line-height: 1.55; margin-bottom: 14px; }
.review__meta { font-size: 0.82rem; color: var(--fg-muted); }
@media (max-width: 860px) {
  .reviews__grid { grid-template-columns: 1fr; gap: 12px; }
  .reviews__head { margin-bottom: 36px; }
  .review { padding: 18px; }
  .review__title { font-size: 0.96rem; }
  .review__body { font-size: 0.88rem; }
}

/* ═══════════════ GALLERY ═══════════════ */
.gallery { background: #f6f0e2; padding: clamp(60px, 9vw, 110px) 0; }
.gallery__head { text-align: center; max-width: 720px; margin: 0 auto 40px; }
.gallery__head h2 { margin: 12px 0 0; }
.gallery__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.gallery__shot {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 14px 36px rgba(0,0,0,0.08);
  margin: 0;
  aspect-ratio: 4 / 3;
  isolation: isolate;
}
.gallery__shot::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(14,26,19,0.38) 100%);
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.gallery__shot.is-visible::after { opacity: 1; }
.gallery__shot img {
  width: 100%; height: 100%;
  object-fit: cover;
  transform: scale(1.08);
  transition: transform 1.4s cubic-bezier(0.22,0.61,0.36,1);
}
.gallery__shot.is-visible img { transform: scale(1); }
.gallery__shot:hover img { transform: scale(1.05); }
.gallery__tag {
  position: absolute;
  left: 16px; bottom: 16px;
  padding: 6px 12px;
  background: rgba(14,26,19,0.8);
  color: #fff;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  backdrop-filter: blur(8px);
  z-index: 2;
  transform: translateY(8px);
  opacity: 0;
  transition: transform 0.6s cubic-bezier(0.22,0.61,0.36,1) 0.25s, opacity 0.6s ease 0.25s;
}
.gallery__shot.is-visible .gallery__tag { transform: translateY(0); opacity: 1; }
@media (max-width: 720px) {
  .gallery__grid { grid-template-columns: 1fr; gap: 12px; }
  .gallery__shot { aspect-ratio: 5 / 4; }
}

/* ═══════════════ COMPARE ═══════════════ */
.compare { background: #fff; padding: clamp(60px, 9vw, 110px) 0; }
.compare__head { text-align: center; max-width: 720px; margin: 0 auto 48px; }
.compare__head h2 { margin: 12px 0 14px; }
.compare__table {
  max-width: 920px;
  margin: 0 auto;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0,0,0,0.04);
}
.compare__row { display: grid; grid-template-columns: 1.2fr 1fr 1.05fr; border-bottom: 1px solid var(--border); transition: background 0.25s ease; }
.compare__row:last-child { border-bottom: 0; }
.compare__row:not(.compare__row--head):hover { background: rgba(255,194,31,0.05); }
.compare__row.reveal { transition-delay: calc(0.08s * var(--row-i, 0) + 0.1s); }
.compare__row.reveal .compare__check, .compare__row.reveal .compare__x { transform: scale(0); transition: transform 0.45s cubic-bezier(0.34,1.56,0.64,1); }
.compare__row.is-visible .compare__check, .compare__row.is-visible .compare__x { transform: scale(1); transition-delay: calc(0.08s * var(--row-i, 0) + 0.35s); }
@media (prefers-reduced-motion: reduce) { .compare__row.reveal .compare__check, .compare__row.reveal .compare__x { transform: none; } }
.compare__row--head { background: #f6f0e2; font-weight: 600; color: var(--fg); }
.compare__row--head .compare__cell--typical, .compare__row--head .compare__cell--ours { text-align: center; font-size: 0.95rem; }
.compare__cell { padding: 14px 18px; font-size: 0.92rem; display: flex; align-items: center; gap: 10px; line-height: 1.4; }
.compare__cell--label { font-weight: 600; color: var(--fg); background: #f6f0e2; border-right: 1px solid var(--border); }
.compare__cell--typical { color: var(--fg-muted); border-right: 1px solid var(--border); }
.compare__cell--ours { color: var(--fg); background: linear-gradient(180deg, rgba(255,194,31,0.06), rgba(255,194,31,0.02)); }
.compare__check {
  width: 20px; height: 20px;
  border-radius: 50%;
  background: var(--sun-500);
  color: #fff;
  font-weight: 700;
  font-size: 0.7rem;
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.compare__x {
  width: 20px; height: 20px;
  border-radius: 50%;
  background: rgba(0,0,0,0.08);
  color: var(--fg-muted);
  font-weight: 700;
  font-size: 0.7rem;
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.compare__brand { background: linear-gradient(135deg, #a97c00, #ffc21f); -webkit-background-clip: text; background-clip: text; color: transparent; font-weight: 700; }
@media (max-width: 720px) {
  .compare__row { grid-template-columns: 1fr 1fr; }
  .compare__row--head .compare__cell--label { display: none; }
  .compare__cell { padding: 12px 14px; font-size: 0.85rem; }
  .compare__cell--label {
    grid-column: 1 / -1;
    background: #efe6d3;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--fg-muted);
    padding: 8px 14px;
    border-right: 0;
    border-bottom: 1px solid var(--border);
  }
}

/* ═══════════════ FAQ ═══════════════ */
.faq { background: #fff; position: relative; }
.faq__container { max-width: 820px; }
.faq__head { text-align: center; margin-bottom: 48px; }
.faq__head h2 { margin: 12px 0 0; }
.faq__list { display: flex; flex-direction: column; gap: 10px; }
.faq__item {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: #f6f0e2;
  overflow: hidden;
  transition: border-color 0.35s ease, background 0.35s ease, box-shadow 0.35s ease;
}
.faq__item:hover { border-color: rgba(255,194,31,0.35); }
.faq__item[open] { background: #fff; border-color: #cbbc9c; box-shadow: 0 10px 24px rgba(255,194,31,0.08); }
.faq__a { animation: faq-slide 0.35s cubic-bezier(0.22,0.61,0.36,1); }
@keyframes faq-slide { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: translateY(0); } }
@media (prefers-reduced-motion: reduce) { .faq__a { animation: none; } }
.faq__item summary { list-style: none; cursor: pointer; padding: 18px 22px; display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__q { font-size: 1.02rem; font-weight: 600; color: var(--fg); letter-spacing: -0.005em; }
.faq__icon {
  width: 28px; height: 28px;
  border-radius: 50%;
  background: rgba(255,194,31,0.12);
  color: #a97c00;
  font-size: 1.25rem;
  display: inline-flex; align-items: center; justify-content: center;
  transition: transform 0.3s cubic-bezier(0.22,0.61,0.36,1), background 0.25s ease;
  flex-shrink: 0;
}
.faq__item[open] .faq__icon { transform: rotate(45deg); background: rgba(255,194,31,0.22); }
.faq__a { padding: 0 22px 20px; color: var(--fg-muted); font-size: 0.95rem; line-height: 1.55; }
@media (max-width: 480px) {
  .faq__item summary { padding: 16px 18px; gap: 10px; }
  .faq__q { font-size: 0.95rem; }
  .faq__a { padding: 0 18px 18px; font-size: 0.9rem; }
}

/* ═══════════════ SPECS ═══════════════ */
.specs { background: var(--ink-950); color: var(--dark-fg); padding: clamp(70px, 11vw, 140px) 0; position: relative; overflow: hidden; }
.specs::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 50vw 50vh at 10% 20%, rgba(255,194,31,0.08), transparent 60%),
    radial-gradient(ellipse 60vw 60vh at 90% 80%, rgba(79,174,107,0.07), transparent 60%);
  pointer-events: none;
  z-index: 0;
}
.specs__head { text-align: center; max-width: 720px; margin: 0 auto 56px; position: relative; z-index: 1; }
.specs__head h2 { margin: 12px 0 0; }
.specs__layout { display: grid; grid-template-columns: 1fr 1.05fr; gap: clamp(28px, 5vw, 80px); align-items: center; position: relative; z-index: 1; }
.specs__img { border-radius: var(--radius); overflow: hidden; box-shadow: 0 30px 70px rgba(0,0,0,0.4), 0 8px 24px rgba(255,194,31,0.10); position: relative; }
.specs__img img { width: 100%; height: auto; display: block; }
.specs__img::before {
  content: '';
  position: absolute;
  inset: -10%;
  background: radial-gradient(ellipse at center, rgba(255,194,31,0.24) 0%, transparent 60%);
  filter: blur(40px);
  z-index: -1;
  opacity: 0;
  transition: opacity 1s ease;
}
.specs__img.is-visible::before { opacity: 1; }
.specs__list { list-style: none; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.specs__item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 16px 18px;
  background: rgba(16,34,23,0.55);
  border: 1px solid rgba(79,174,107,0.14);
  border-radius: 14px;
  backdrop-filter: blur(8px);
  transition: transform 0.35s cubic-bezier(0.22,0.61,0.36,1), border-color 0.35s ease, background 0.35s ease;
}
.specs__item:hover { transform: translateY(-2px); border-color: rgba(255,194,31,0.30); background: rgba(22,46,31,0.7); }
.specs__item:hover .specs__label { color: var(--sun-400); }
.specs__label { font-size: 0.74rem; color: #7c8d7e; text-transform: uppercase; letter-spacing: 0.12em; font-weight: 600; }
.specs__value { font-size: 1.02rem; font-weight: 600; color: #fff; }
@media (max-width: 860px) {
  .specs__layout { grid-template-columns: 1fr; gap: 36px; }
  .specs__list { grid-template-columns: 1fr 1fr; gap: 10px; }
  .specs__img { max-width: 360px; margin: 0 auto; }
  .specs__head { margin-bottom: 36px; }
  .specs__item { padding: 14px 16px; }
  .specs__value { font-size: 0.96rem; }
  .specs__label { font-size: 0.7rem; }
}
@media (max-width: 420px) {
  .specs__list { grid-template-columns: 1fr 1fr; }
  .specs__item { padding: 12px 14px; }
}

/* ═══════════════ BUY CTA ═══════════════ */
.buy {
  background:
    radial-gradient(ellipse 80% 55% at 50% 45%, rgba(255,194,31,0.22) 0%, rgba(255,194,31,0.06) 35%, transparent 70%),
    var(--ink-950);
  color: var(--dark-fg);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.buy::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 50vw 40vh at 20% 80%, rgba(79,174,107,0.12), transparent 60%);
  pointer-events: none;
}
.buy__inner { position: relative; z-index: 1; max-width: 720px; }
.buy__title { margin: 12px 0 18px; color: #fff; }
.buy__lead { color: #a9bfab; margin-bottom: 28px; }
.buy__pricebox {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin: 0 auto 24px;
  padding: 18px 30px;
  background: rgba(16,34,23,0.55);
  border: 1.5px solid rgba(255,194,31,0.22);
  border-radius: 18px;
  backdrop-filter: blur(8px);
}
.buy__pricebox-row { display: inline-flex; align-items: baseline; gap: 12px; }
.buy__pricebox-now { font-size: 2.4rem; font-weight: 700; color: #fff; letter-spacing: -0.02em; }
.buy__pricebox-was { font-size: 1.05rem; color: #7c8d7e; text-decoration: line-through; }
.buy__pricebox-tag {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  background: rgba(255,143,79,0.16);
  border: 1px solid rgba(255,143,79,0.38);
  color: var(--amber-2);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.buy__pricebox-note { font-size: 0.8rem; color: #a9bfab; }
.buy__btn {
  background: linear-gradient(135deg, #ffe083 0%, #ffc21f 48%, #ffa800 100%);
  color: #11241a;
  font-weight: 800;
  padding: 21px 56px;
  font-size: 1.18rem;
  letter-spacing: 0.008em;
  box-shadow: 0 14px 34px rgba(255,194,31,0.38), 0 2px 8px rgba(255,194,31,0.22), inset 0 1px 0 rgba(255,255,255,0.55);
  border: 0;
  position: relative;
  animation: buy-pulse 2.6s ease-in-out infinite;
}
@media (max-width: 480px) { .buy__btn { width: 100%; justify-content: center; padding: 19px 24px; } }
@keyframes buy-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(255,194,31,0.45), 0 12px 30px rgba(255,194,31,0.30), 0 2px 8px rgba(255,194,31,0.20); }
  50% { box-shadow: 0 0 0 12px rgba(255,194,31,0), 0 16px 38px rgba(255,194,31,0.40), 0 4px 12px rgba(255,194,31,0.25); }
}
.buy__btn:hover { transform: translateY(-2px); box-shadow: 0 16px 40px rgba(255,194,31,0.40), 0 4px 12px rgba(255,194,31,0.25); }
@media (prefers-reduced-motion: reduce) { .buy__btn { animation: none; } }
.buy__payments { margin: 26px auto 0; display: inline-flex; flex-direction: column; align-items: center; gap: 8px; }
.buy__payments-label { font-size: 0.74rem; color: #7c8d7e; text-transform: uppercase; letter-spacing: 0.14em; font-weight: 600; }
.buy__payments-logos {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 10px 18px;
  background: rgba(16,34,23,0.55);
  border: 1px solid rgba(79,174,107,0.14);
  border-radius: 12px;
}
.buy__payments-logos svg { height: 22px; opacity: 0.92; }
.buy__guarantees {
  list-style: none;
  margin: 22px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 18px;
  color: #a9bfab;
  font-size: 0.88rem;
}
@media (max-width: 480px) {
  .buy__pricebox { padding: 16px 22px; }
  .buy__pricebox-now { font-size: 2rem; }
  .buy__guarantees { gap: 6px 14px; font-size: 0.82rem; flex-direction: column; }
}

/* ═══════════════ FOOTER ═══════════════ */
.footer { background: #0e1a13; color: #93a494; padding: 60px 0 40px; }
.footer__inner { display: grid; gap: 24px; }
.footer__brand { display: flex; flex-direction: column; gap: 4px; }
.footer__brand strong { color: #fff; font-size: 1.1rem; }
.footer__links { display: flex; flex-wrap: wrap; gap: 20px; font-size: 0.9rem; }
.footer__links a:hover { color: #fff; }
.footer__copy { font-size: 0.8rem; opacity: 0.7; }

/* ═══════════════ STICKY CTA ═══════════════ */
.sticky-cta {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 90;
  padding: 8px 12px calc(8px + env(safe-area-inset-bottom, 0px));
  background: rgba(14,26,19,0.94);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  border-top: 1px solid rgba(255,194,31,0.18);
  transform: translateY(110%);
  transition: transform 0.45s cubic-bezier(0.22,0.61,0.36,1);
  display: none;
  box-shadow: 0 -12px 36px rgba(0,0,0,0.55);
}
.sticky-cta.is-visible { transform: translateY(0); }
.sticky-cta__inner { display: flex; align-items: center; gap: 10px; max-width: 720px; margin: 0 auto; }
.sticky-cta__thumb {
  width: 52px; height: 52px;
  border-radius: 12px;
  overflow: hidden;
  background: rgba(255,255,255,0.06);
  flex-shrink: 0;
  border: 1px solid rgba(255,194,31,0.2);
}
.sticky-cta__thumb img { width: 100%; height: 100%; object-fit: cover; }
.sticky-cta__info { display: flex; flex-direction: column; line-height: 1.1; gap: 2px; min-width: 0; flex: 1; }
.sticky-cta__product { color: #fff; font-weight: 700; font-size: 0.92rem; letter-spacing: -0.005em; }
.sticky-cta__price-row { display: inline-flex; align-items: baseline; gap: 6px; }
.sticky-cta__price { color: #fff; font-weight: 700; font-size: 1rem; letter-spacing: -0.01em; }
.sticky-cta__price-old { color: #7c8d7e; font-size: 0.72rem; text-decoration: line-through; }
.sticky-cta__discount { color: var(--amber-2); background: rgba(255,143,79,0.16); padding: 1px 6px; border-radius: 6px; font-size: 0.66rem; font-weight: 700; letter-spacing: 0.02em; }
.sticky-cta__stock { font-size: 0.7rem; color: var(--amber); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-top: 1px; }
.sticky-cta__btn {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(135deg, #ffe083 0%, #ffc21f 50%, #ffa800 100%);
  color: #11241a;
  padding: 15px 22px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 0.98rem;
  white-space: nowrap;
  box-shadow: 0 8px 22px rgba(255,194,31,0.38), inset 0 1px 0 rgba(255,255,255,0.35);
  flex-shrink: 0;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  animation: sticky-pulse 2.4s ease-in-out infinite;
}
@keyframes sticky-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(255,194,31,0.5), 0 8px 22px rgba(255,194,31,0.38), inset 0 1px 0 rgba(255,255,255,0.35); }
  50% { box-shadow: 0 0 0 10px rgba(255,194,31,0), 0 12px 28px rgba(255,194,31,0.48), inset 0 1px 0 rgba(255,255,255,0.4); }
}
.sticky-cta__btn svg { transition: transform 0.25s ease; }
.sticky-cta__btn:hover svg { transform: translateX(3px); }
@media (prefers-reduced-motion: reduce) { .sticky-cta__btn { animation: none; } }
.sticky-cta__btn:hover { transform: translateY(-1px); box-shadow: 0 12px 28px rgba(255,194,31,0.48); }
.sticky-cta__btn:active { transform: scale(0.97); }
@media (max-width: 860px) {
  .sticky-cta { display: block; }
  body { padding-bottom: 88px; }
}
@media (max-width: 380px) {
  .sticky-cta__thumb { display: none; }
  .sticky-cta__btn { padding: 12px 14px; font-size: 0.88rem; }
}
