*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 54px; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body { font-family: 'Poppins', sans-serif; background: #FBFBFA; color: #141414; overflow-x: clip; }
img { display: block; max-width: 100%; height: auto; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
button, input, textarea, select { font: inherit; }

:root {
  --heartpulse: #FC224D;
  --sparkyellow: #E5FF00;
  --softwhite: #FBFBFA;
  --deepblack: #141414;
  --heartpulse-light: #FFE8ED;
  --heartpulse-dark: #C8003A;
  --promo-height: 38px;
  --radius-card: 24px;
  --radius-price: 28px;
  --shadow-card: 0 2px 24px rgba(0,0,0,.06);
  --shadow-card-hover: 0 12px 40px rgba(0,0,0,.1);
  --border-soft: #f0f0f0;
}

/* ── UTILS ── */
.container { width: 100%; max-width: 1160px; margin: 0 auto; padding: 0 16px; }
.section { padding: 72px 0; }
.section-sm { padding: 52px 0; }
.text-center { text-align: center; }
.flex { display: flex; }
.items-center { align-items: center; }
.gap-3 { gap: 12px; }
.gap-4 { gap: 16px; }
.btn-full { width: 100%; justify-content: center; }
.text-accent-yellow { color: var(--sparkyellow); }
.text-accent-red { color: var(--heartpulse); }
.text-muted-line { font-size: .7em; font-weight: 400; color: #888; }
.text-muted-line-light { font-size: .65em; font-weight: 400; color: rgba(255,255,255,.45); }
.center-note { text-align: center; margin-top: 40px; }
@media(min-width:641px) {
  .container { padding: 0 24px; }
  .section { padding: 96px 0; }
  .section-sm { padding: 64px 0; }
  .btn-lg { padding: 18px 44px; font-size: 17px; }
  .btn-xl { padding: 22px 48px; font-size: 18px; }
}
/* ── BTN ── */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; max-width: 100%; min-height: 48px; padding: 13px 24px; border-radius: 100px; font-family: 'Poppins', sans-serif; font-size: 15px; font-weight: 600; line-height: 1.2; text-align: center; cursor: pointer; transition: all .25s; border: none; text-decoration: none; white-space: normal; overflow-wrap: anywhere; }
.chevron-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  flex-shrink: 0;
  color: currentColor;
}
.chevron-icon svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: currentColor;
}
.chevron-left svg { transform: rotate(180deg); }
.chevron-up svg { transform: rotate(-90deg); }
.chevron-down svg { transform: rotate(90deg); }
.btn .chevron-icon {
  width: 18px;
  height: 18px;
  margin-right: -4px;
}
.btn-icon { width: 24px; height: 24px; object-fit: contain; flex-shrink: 0; margin: -5px 0; }
.btn-primary { background: var(--heartpulse); color: white; box-shadow: 0 8px 24px rgba(252,34,77,.35); }
.btn-primary:hover { background: var(--heartpulse-dark); transform: translateY(-2px); box-shadow: 0 14px 36px rgba(252,34,77,.45); }
.btn-secondary { background: var(--sparkyellow); color: var(--deepblack); box-shadow: 0 8px 24px rgba(229,255,0,.25); }
.btn-secondary:hover { background: #d4ee00; transform: translateY(-2px); box-shadow: 0 12px 32px rgba(229,255,0,.45); }
.btn-outline-white { background: transparent; color: white; border: 2px solid rgba(255,255,255,.4); }
.btn-outline-white:hover { background: white; color: var(--heartpulse); transform: translateY(-2px); }
.btn-sm { padding: 10px 22px; font-size: 13px; }
.btn-lg { padding: 16px 32px; font-size: 16px; }
.btn-xl { padding: 18px 28px; font-size: 16px; }

/* ── BADGE ── */
.badge { display: inline-flex; align-items: center; gap: 6px; padding: 5px 14px; border-radius: 100px; font-size: 11px; font-weight: 600; letter-spacing: .5px; text-transform: uppercase; }
.badge-yellow { background: var(--sparkyellow); color: var(--deepblack); }
.badge-red { background: var(--heartpulse-light); color: var(--heartpulse); }
.badge-dark { background: var(--deepblack); color: white; }
.badge-glow { background: rgba(229,255,0,.15); color: var(--sparkyellow); border: 1px solid rgba(229,255,0,.3); }

/* ── EDITORIAL ── */
.mark-red {
  color: var(--heartpulse);
  font-weight: 400;
  position: relative;
  display: inline-block;
  padding: 0 .04em .02em;
  line-height: .98;
  background: transparent;
  isolation: isolate;
}
.mark-yellow {
  color: var(--deepblack);
  font-weight: 400;
  position: relative;
  display: inline-block;
  padding: 0 .04em .02em;
  line-height: .98;
  background: transparent;
  isolation: isolate;
}
.mark-stroke {
  color: var(--deepblack);
  font-weight: 400;
  position: relative;
  display: inline-block;
  padding: 0 .04em .02em;
  line-height: .98;
  background: transparent;
  isolation: isolate;
}
.mark-red::before,
.mark-yellow::before,
.mark-stroke::before,
.mark-block-red::before,
.mark-block-dark::before {
  content: '';
  position: absolute;
  z-index: -1;
  left: -.04em;
  right: -.04em;
  top: .04em;
  height: 1.02em;
  background: var(--sparkyellow);
  border-radius: 0;
  transform: rotate(-1.4deg);
  clip-path: polygon(0 6%, 100% 0, 100% 94%, 0 100%);
}
.mark-red::before { background: rgba(252,34,77,.16); }
.mark-yellow::before,
.mark-stroke::before { background: var(--sparkyellow); }
.mark-block-red {
  color: white;
  font-weight: 400;
  position: relative;
  display: inline-block;
  padding: 0 .04em .02em;
  line-height: .98;
  background: transparent;
  isolation: isolate;
}
.mark-block-dark {
  color: white;
  font-weight: 400;
  position: relative;
  display: inline-block;
  padding: 0 .04em .02em;
  line-height: .98;
  background: transparent;
  isolation: isolate;
}
.mark-block-red::before { background: var(--heartpulse); }
.mark-block-dark::before { background: var(--deepblack); }
.font-script {
  font-family: 'Caveat', cursive;
  font-weight: 600;
  font-size: 1.2em;
  letter-spacing: 0;
  line-height: .9;
  display: inline-block;
}

/* ── REVEAL ── */
.reveal { opacity: 0; transform: translateY(32px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: .1s; }
.reveal-delay-2 { transition-delay: .2s; }
.reveal-delay-3 { transition-delay: .3s; }
.reveal-delay-4 { transition-delay: .4s; }
.reveal-delay-5 { transition-delay: .5s; }

/* ═══════════════════════════════
   NAVBAR
═══════════════════════════════ */
.promo-bar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1001;
  height: var(--promo-height);
  display: flex; align-items: center; justify-content: center; gap: 12px;
  background: var(--heartpulse);
  color: white;
  font-size: 12px; font-weight: 700; letter-spacing: .8px; text-transform: uppercase;
  text-align: center;
  padding: 0 44px 0 16px;
  box-shadow: 0 4px 14px rgba(20,20,20,.10);
}
.promo-highlight {
  color: var(--deepblack);
  position: relative;
  display: inline-block;
  padding: 0 .18em .02em;
  line-height: 1;
  isolation: isolate;
}
.promo-highlight::before {
  content: '';
  position: absolute;
  z-index: -1;
  left: -.04em;
  right: -.04em;
  top: .04em;
  height: 1.02em;
  background: var(--sparkyellow);
  transform: rotate(-1.4deg);
  clip-path: polygon(0 6%, 100% 0, 100% 94%, 0 100%);
}
.promo-close {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.12);
  color: rgba(255,255,255,.78);
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  transition: background .2s, color .2s;
}
.promo-close:hover { background: rgba(255,255,255,.22); color: white; }
body.promo-closed .promo-bar { display: none; }
body.promo-closed .navbar { margin-top: 0; }
body.menu-open { overflow: hidden; }
.navbar {
  position: relative; z-index: 1000;
  height: 72px;
  margin-top: var(--promo-height);
  background: rgba(251,251,250,.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(0,0,0,.06);
  transition: all .3s;
}
.navbar.scrolled { box-shadow: 0 4px 24px rgba(0,0,0,.08); }
.navbar .container { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.navbar-logo {
  width: 112px;
  height: 32px;
  background: var(--heartpulse);
  display: block;
  -webkit-mask: url('../assets/logos/svg/logo-lovday-3.svg') center / contain no-repeat;
  mask: url('../assets/logos/svg/logo-lovday-3.svg') center / contain no-repeat;
}
.navbar-logo img { display: none; }
.navbar-links { display: none; gap: 36px; }
.navbar-links a { font-size: 14px; font-weight: 600; color: #555; transition: color .2s; }
.navbar-links a:hover { color: var(--heartpulse); }
.navbar-cta { display: flex; align-items: center; gap: 12px; }
.navbar-cta .btn-sm { min-height: 40px; padding-inline: 16px; white-space: nowrap; }
.navbar-menu-btn { display: flex; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; background: none; border: none; }
.navbar-menu-btn span { display: block; width: 24px; height: 2px; background: var(--deepblack); border-radius: 2px; transition: all .3s; }
@media(min-width:900px) { .navbar-links { display: flex; } .navbar-menu-btn { display: none; } }

/* Mobile menu */
.mobile-menu {
  position: fixed; inset: 0; z-index: 1100;
  background: var(--deepblack);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 32px;
  opacity: 0; pointer-events: none; transition: opacity .3s;
  padding: 32px 20px;
}
.mobile-menu.open { opacity: 1; pointer-events: all; }
.mobile-menu a { font-size: 24px; font-weight: 600; color: white; }
.mobile-menu a:hover { color: var(--sparkyellow); }
.mobile-close { position: absolute; top: 24px; right: 24px; font-size: 32px; color: white; cursor: pointer; background: none; border: none; font-family: 'Poppins',sans-serif; }

/* ═══════════════════════════════
   HERO
═══════════════════════════════ */
.hero {
  background: var(--deepblack);
  position: relative; overflow: hidden;
  display: flex; align-items: center;
  padding-top: 0;
  min-height: min(820px, calc(100svh - 32px));
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(252,34,77,.68) 0%, rgba(252,34,77,.36) 42%, rgba(252,34,77,.02) 76%),
    url('../assets/images/background.webp') center center / cover no-repeat;
  transform: scale(1.01);
}
.hero::after {
  display: none;
}
.hero-bg-shape {
  position: absolute;
  width: min(72vw, 760px);
  max-width: none;
  left: -18%;
  top: 50%;
  transform: translateY(-50%);
  opacity: .075; pointer-events: none;
  filter: invert(1);
  z-index: 1;
}
.hero .container {
  position: relative; z-index: 3;
  width: 100%;
  padding-top: clamp(88px, 13vh, 144px);
  padding-bottom: clamp(72px, 11vh, 120px);
}

.hero-content { position: relative; max-width: 640px; }
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(229,255,0,.14); color: var(--sparkyellow);
  font-size: 11px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase;
  padding: 6px 16px; border-radius: 100px; margin-bottom: 28px;
  border: 1px solid rgba(229,255,0,.3);
}
.hero-headline {
  font-size: clamp(40px,6vw,72px); font-weight: 600; color: white;
  line-height: 1.02; margin-bottom: 24px; letter-spacing: 0;
}
.hero-headline em { color: var(--sparkyellow); font-style: normal; }
.hero-sub {
  font-size: 18px; color: rgba(255,255,255,.78); line-height: 1.65;
  margin-bottom: 40px; font-weight: 400; max-width: 540px;
}
.hero-ctas { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 40px; }
.icon-3d { display: block; width: 100%; height: 100%; object-fit: contain; }
.ticker-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  object-fit: contain;
}

@media(max-width:899px) {
  .hero {
    min-height: 760px;
    align-items: flex-end;
  }
  .hero::before {
    background:
      linear-gradient(0deg, var(--heartpulse) 0%, var(--heartpulse) 36%, rgba(252,34,77,.86) 48%, rgba(252,34,77,0) 64%),
      url('../assets/images/background-mobile.webp') center top / contain no-repeat,
      var(--heartpulse);
  }
  .hero::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 280px;
    z-index: 2;
    pointer-events: none;
    background:
      linear-gradient(180deg, rgba(252,34,77,0) 0%, rgba(252,34,77,.78) 28%, var(--heartpulse) 76%);
  }
  .hero-bg-shape {
    width: min(105vw, 620px);
    left: -32%;
    top: 72%;
    opacity: .065;
  }
  .hero .container {
    padding-top: clamp(270px, 86vw, 340px);
    padding-bottom: 56px;
  }
}

/* ═══════════════════════════════
   TICKER
═══════════════════════════════ */
.ticker { background: var(--sparkyellow); overflow: hidden; padding: 14px 0; }
.ticker-track {
  display: flex; gap: 0;
  animation: ticker 20s linear infinite;
  width: max-content;
}
.ticker-item {
  display: flex; align-items: center; gap: 16px;
  font-size: 13px; font-weight: 600; color: var(--deepblack);
  letter-spacing: 1px; text-transform: uppercase;
  padding: 0 32px; white-space: nowrap;
}
.ticker-sep { color: var(--heartpulse); font-size: 18px; display: inline-flex; align-items: center; }
@keyframes ticker { from{transform:translateX(0)} to{transform:translateX(-50%)} }

/* ═══════════════════════════════
   O QUE É A LOVDAY
═══════════════════════════════ */
.about { background: white; }
.about .container {
  display: grid; grid-template-columns: 1fr;
   align-items: center;
}
@media(min-width:900px) { .about .container { grid-template-columns: 1fr 1fr; } }
.about-visual {
  position: relative;
  border-radius: 0;
  overflow: visible;
  min-height: 460px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-visual-image {
  width: 100%;
  max-height: 520px;
  object-fit: contain;
  border-radius: 0;
  box-shadow: none;
}

.about-text { position: relative; }
.about-eyebrow { margin-bottom: 16px; }
.about-title { font-size: clamp(28px,4vw,42px); font-weight: 600; line-height: 1.15; margin-bottom: 20px; }
.about-title span { color: var(--heartpulse); }
.about-desc { font-size: 16px; color: #555; line-height: 1.75; margin-bottom: 32px; }
.about-pillars { display: flex; flex-direction: column; gap: 16px; margin-bottom: 36px; }
.about-pillar { display: flex; align-items: flex-start; gap: 16px; }
.about-pillar-icon {
  width: 44px; height: 44px; border-radius: 14px;
  background: var(--heartpulse-light); color: var(--heartpulse);
  display: flex; align-items: center; justify-content: center;
  font-size: 20px; flex-shrink: 0;
}
.about-pillar-title { font-size: 15px; font-weight: 600; margin-bottom: 2px; }
.about-pillar-desc { font-size: 13px; color: #777; line-height: 1.5; }
@media(max-width:899px) {
  .about-visual {
    min-height: auto;
  }
  .about-visual-image {
    max-height: 430px;
  }
}

/* ═══════════════════════════════
   3 PILARES
═══════════════════════════════ */
.pillars { background: var(--softwhite); position: relative; overflow: hidden; }
.pillars-bg-shape {
  position: absolute;
  width: 60%;
  max-width: 700px;
  left: -8%;
  top: 50%;
  transform: translateY(-50%);
  opacity: .05;
  pointer-events: none;
}
.section-header { text-align: center; margin-bottom: 64px; }
.section-eyebrow { display: inline-block; background: var(--sparkyellow); color: var(--deepblack); font-size: 11px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; padding: 5px 16px; border-radius: 100px; margin-bottom: 20px; }
.section-title { font-size: clamp(30px,3.2vw,38px); font-weight: 600; line-height: 1.1; margin-bottom: 16px; }
.section-sub { font-size: 15px; color: #666; max-width: 540px; margin: 0 auto; line-height: 1.65; font-weight: 400; }
.section-cta { display: flex; justify-content: center; margin-top: 36px; }
.section-cta.is-left { justify-content: flex-start; }

.pillars-grid { display: grid; grid-template-columns: 1fr; gap: 24px; }
@media(min-width:640px) { .pillars-grid { grid-template-columns: repeat(2,1fr); } }
@media(min-width:900px) { .pillars-grid { grid-template-columns: repeat(3,1fr); } }

.pillar-card {
  background: white; border-radius: var(--radius-card); padding: 40px 32px;
  border: 1px solid var(--border-soft); box-shadow: var(--shadow-card);
  transition: transform .2s, box-shadow .2s;
  text-align: center;
}
.pillar-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-card-hover); }
.pillar-icon {
  width: 96px; height: 96px; border-radius: 24px;
  background: transparent;
  display: flex; align-items: center; justify-content: center;
  font-size: 32px; margin: 0 auto 24px;
}
.pillar-title { font-size: 22px; font-weight: 600; margin-bottom: 12px; }
.pillar-desc { font-size: 14px; color: #666; line-height: 1.7; }

/* ═══════════════════════════════
   COMO FUNCIONA (STEPS)
═══════════════════════════════ */
.howto {
  position: relative;
  overflow: hidden;
  background: var(--heartpulse);
}
.howto::before {
  content: '';
  position: absolute;
  width: min(190vw, 2100px);
  aspect-ratio: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-8deg);
  background: url('../assets/shapes/webp/shape.webp') center / contain no-repeat;
  opacity: .075;
  filter: invert(1);
  pointer-events: none;
}
.howto .container {
  position: relative;
  z-index: 1;
}
.howto .section-eyebrow {
  background: var(--sparkyellow);
  color: var(--deepblack);
}
.howto .section-title { color: white; }
.howto .text-muted-line-light { color: rgba(255,255,255,.62); }
.howto .section-sub { color: rgba(255,255,255,.72); }
.steps-carousel {
  position: relative;
}
.steps-track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  overflow: visible;
  scroll-snap-type: none;
  scroll-behavior: smooth;
  padding: 0;
  scrollbar-width: none;
}
.steps-track::-webkit-scrollbar { display: none; }

.step-card {
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(255,255,255,.22);
  border-radius: var(--radius-card); padding: 36px 28px;
  box-shadow: 0 12px 30px rgba(62,0,20,.08);
  transition: transform .25s, background .25s, border-color .25s, box-shadow .25s;
  scroll-snap-align: start;
}
.step-card:hover {
  background: white;
  border-color: rgba(229,255,0,.50);
  box-shadow: 0 16px 38px rgba(62,0,20,.12);
  transform: translateY(-4px);
}
.step-number {
  width: 48px; height: 48px; border-radius: 100px;
  background: var(--heartpulse); color: white;
  font-size: 18px; font-weight: 600;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px;
  box-shadow: 0 8px 24px rgba(252,34,77,.3);
}
.step-title { font-size: 18px; font-weight: 600; color: var(--deepblack); margin-bottom: 10px; }
.step-desc { font-size: 14px; color: rgba(20,20,20,.66); line-height: 1.7; }
.step-accent { color: var(--heartpulse); font-weight: 600; }
.steps-controls {
  display: none;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 12px;
}
@media(max-width:640px) {
  .howto::before {
    width: 230vw;
    left: 50%;
    top: 46%;
    opacity: .065;
  }
  .steps-track {
    display: flex;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 9vw;
    padding: 4px 9vw 10px;
  }
  .step-card {
    flex: 0 0 82vw;
    padding: 28px 24px;
    border-radius: 20px;
    box-shadow: none;
    scroll-snap-align: center;
  }
  .step-card:hover {
    box-shadow: none;
    transform: none;
  }
  .steps-controls {
    display: none;
    justify-content: center;
    margin-top: 6px;
  }
}

/* ═══════════════════════════════
   JORNADA / CARROSSEL
═══════════════════════════════ */
.journey-section { background: var(--softwhite); position: relative; overflow: hidden; }
.journey-story {
  min-height: 560px;
  display: grid;
  grid-template-columns: minmax(420px, .95fr) minmax(0, 1.05fr);
  align-items: stretch;
  overflow: hidden;
  border-radius: 32px;
  background:
    radial-gradient(circle at 88% 18%, rgba(229,255,0,.24), transparent 34%),
    #EFEFEC;
  border: 0;
  box-shadow: var(--shadow-card);
}
.journey-visual {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  background:
    radial-gradient(ellipse at 50% 92%, rgba(20,20,20,.08), transparent 42%),
    linear-gradient(180deg, rgba(255,255,255,.52) 0%, rgba(255,255,255,.16) 100%);
  overflow: hidden;
}
.journey-visual::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 18px;
  width: min(74%, 340px);
  height: 58px;
  border-radius: 999px;
  background: rgba(20,20,20,.08);
  filter: blur(18px);
  transform: translateX(-50%);
  pointer-events: none;
}
.journey-visual::after {
  content: '';
  position: absolute;
  inset: 0 0 0 auto;
  width: 38%;
  background:
    linear-gradient(90deg, rgba(239,239,236,0), rgba(239,239,236,.82) 78%, #EFEFEC 100%);
  pointer-events: none;
  z-index: 2;
}
.journey-persona {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  object-position: center 18%;
  filter: none;
  opacity: 0;
  transform: scale(1.01);
  transition: opacity .45s ease, transform .55s ease;
  z-index: 1;
}
.journey-persona.active {
  opacity: 1;
  transform: scale(1);
}
.journey-text-box {
  position: relative;
  min-height: 560px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 52px;
  gap: 24px;
  align-items: center;
  padding: 44px 34px 44px 44px;
}
.journey-text-window {
  height: 310px;
  overflow: hidden;
  position: relative;
}
.journey-text-window::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 64px;
  background: linear-gradient(180deg, rgba(239,239,236,0), rgba(239,239,236,.88) 78%);
  pointer-events: none;
}
.journey-text-track {
  display: flex;
  flex-direction: column;
  gap: 24px;
  transform: translateY(calc(var(--journey-index, 0) * -224px));
  transition: transform .45s cubic-bezier(.2,.8,.2,1);
}
.journey-copy {
  min-height: 200px;
  padding-right: 8px;
  opacity: .24;
  filter: blur(2px);
  transform: scale(.96);
  transform-origin: left center;
  transition: opacity .35s, filter .35s, transform .35s;
}
.journey-copy.active {
  opacity: 1;
  filter: blur(0);
  transform: scale(1);
}
.journey-kicker {
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: 18px;
  padding: 7px 14px;
  border-radius: 999px;
  background: var(--heartpulse);
  color: white;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
.journey-title {
  font-size: clamp(30px,3vw,44px);
  font-weight: 600;
  line-height: 1.04;
  margin-bottom: 16px;
  color: var(--deepblack);
  letter-spacing: 0;
}
.journey-desc {
  max-width: 430px;
  color: rgba(20,20,20,.64);
  font-size: 15px;
  line-height: 1.65;
}
.journey-controls {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 18px;
}
.journey-nudge {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: var(--heartpulse);
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  transition: transform .2s, background .2s, opacity .2s;
}
.journey-nudge .chevron-icon {
  width: 22px;
  height: 22px;
}
.journey-nudge:hover {
  background: var(--heartpulse-dark);
}
.journey-nudge:hover { transform: translateY(-2px); }
.journey-nudge:disabled {
  opacity: .22;
  cursor: default;
  transform: none;
}
.journey-note {
  display: inline-flex;
  align-items: center;
  margin-top: 20px;
  padding: 11px 16px;
  border-radius: 999px;
  background: var(--sparkyellow);
  color: var(--deepblack);
  font-size: 13px;
  font-weight: 600;
}
@media(max-width:760px) {
  .journey-story {
    grid-template-columns: 1fr;
    min-height: 0;
    border-radius: 24px;
  }
  .journey-visual {
    min-height: clamp(300px, 82vw, 440px);
  }
  .journey-visual::before {
    bottom: 8px;
    width: 72%;
  }
  .journey-visual::after {
    inset: auto 0 0;
    width: 100%;
    height: 42%;
    background: linear-gradient(180deg, rgba(239,239,236,0), #EFEFEC 74%);
  }
  .journey-persona {
    inset: 0;
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: cover;
    object-position: center 16%;
    transform: none;
  }
  .journey-persona.active { transform: none; }
  .journey-text-box {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 0px 26px 18px 26px;
    margin-top: -15px;
    z-index: 2;
  }
  .journey-text-window {
    height: auto;
    min-height: 238px;
    overflow: visible;
  }
  .journey-text-window::after { display: none; }
  .journey-text-track {
    display: grid;
    transform: none !important;
  }
  .journey-copy {
    grid-area: 1 / 1;
    min-height: 238px;
    padding-right: 0;
    opacity: 0;
    filter: none;
    transform: none;
    pointer-events: none;
  }
  .journey-copy.active { pointer-events: auto; }
  .journey-title { font-size: clamp(28px,8vw,34px); }
  .journey-desc { font-size: 14px; }
  .journey-note {
    align-items: center;
    border-radius: 18px;
    font-size: 12px;
    line-height: 1.35;
  }
  .journey-controls {
    flex-direction: row;
    justify-content: flex-start;
    gap: 10px;
  }
  .journey-nudge {
    width: 42px;
    height: 42px;
    font-size: 24px;
  }
}

/* ═══════════════════════════════
   COMPARATIVO
═══════════════════════════════ */
.compare-section { background: white; }
.compare-board {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(0, .94fr);
  gap: 18px;
  align-items: stretch;
}
.compare-card {
  position: relative;
  min-height: 390px;
  padding: 26px 28px 28px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--shadow-card);
}
.compare-card.lovday {
  background: var(--heartpulse);
  color: white;
}
.compare-card.generic {
  background: #EFEFEC;
  color: var(--deepblack);
}
.compare-card-head {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 18px;
}
.compare-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  opacity: .62;
}
.compare-product {
  width: 100%;
  height: 150px;
  margin: -6px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.compare-product-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 16px 24px rgba(20,20,20,.16));
}
.compare-card.generic .compare-product-img {
  filter: drop-shadow(0 16px 22px rgba(20,20,20,.10));
}
.compare-card-title {
  position: relative;
  z-index: 1;
  max-width: 360px;
  font-size: clamp(28px,2.7vw,36px);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: 0;
}
.compare-card-sub {
  position: relative;
  z-index: 1;
  max-width: 420px;
  margin-top: 14px;
  color: rgba(255,255,255,.72);
  font-size: 14px;
  line-height: 1.7;
}
.compare-card.generic .compare-card-sub { color: rgba(20,20,20,.54); }
.compare-list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  margin-top: 24px;
}
.compare-item {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 40px;
  padding: 10px 12px;
  border-radius: 14px;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 500;
}
.compare-card.lovday .compare-item { background: rgba(255,255,255,.14); }
.compare-card.generic .compare-item { background: rgba(255,255,255,.64); color: rgba(20,20,20,.56); }
.compare-icon {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 13px;
  font-weight: 600;
}
.compare-card.lovday .compare-icon {
  background: var(--sparkyellow);
  color: var(--deepblack);
}
.compare-card.generic .compare-icon {
  background: rgba(20,20,20,.08);
  color: rgba(20,20,20,.36);
}
@media(max-width:640px) {
  .compare-board {
    display: flex;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    gap: 10px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 16vw;
    padding: 4px 16vw 12px;
    scrollbar-width: none;
  }
  .compare-board::-webkit-scrollbar { display: none; }
  .compare-card {
    flex: 0 0 68vw;
    min-height: 0;
    padding: 24px 20px;
    border-radius: 22px;
    scroll-snap-align: center;
    box-shadow: none;
  }
  .compare-card.generic { background: #E2E2DC; }
  .compare-card-head { margin-bottom: 20px; }
  .compare-card-title { font-size: 28px; }
  .compare-product {
    height: 132px;
  }
  .compare-list { margin-top: 22px; }
}

/* ═══════════════════════════════
   BENEFÍCIOS GRID
═══════════════════════════════ */
.benefits { background: var(--softwhite); }
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 220px;
  gap: 12px;
}
.benefit-card {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  min-height: 220px;
  padding: 0;
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 20px 48px rgba(20,20,20,.12);
  transition: transform .2s, box-shadow .2s;
  isolation: isolate;
}
.benefit-card:hover { transform: translateY(-4px); box-shadow: 0 28px 64px rgba(20,20,20,.18); }
.benefit-card:nth-child(1) { grid-column: 1 / span 4; grid-row: span 2; }
.benefit-card:nth-child(2) { grid-column: 5 / span 4; }
.benefit-card:nth-child(3) { grid-column: 9 / span 4; grid-row: span 2; }
.benefit-card:nth-child(4) { grid-column: 5 / span 4; }
.benefit-media,
.benefit-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.benefit-media img { object-fit: cover; }
.benefit-media { z-index: 0; }
.benefit-card::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(20,20,20,0) 20%, rgba(20,20,20,.74) 100%),
    linear-gradient(0deg, rgba(20,20,20,.28), rgba(20,20,20,.08));
}
.benefit-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
  color: white;
}
.benefit-pill {
  align-self: flex-start;
  margin-bottom: 18px;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.72);
  color: white;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .2px;
  text-transform: uppercase;
  line-height: 1;
}
.benefit-title {
  max-width: 420px;
  font-size: clamp(25px,2.7vw,34px);
  font-weight: 600;
  color: currentColor;
  line-height: 1.04;
  margin-bottom: 0;
  letter-spacing: 0;
}
@media(max-width:899px) {
  .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 260px;
  }
  .benefit-card,
  .benefit-card:nth-child(n) {
    grid-column: auto;
    grid-row: auto;
  }
  .benefit-card:nth-child(1),
  .benefit-card:nth-child(3) {
    grid-row: span 2;
  }
}
@media(max-width:640px) {
  .benefits-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }
  .benefit-card,
  .benefit-card:nth-child(n) {
    min-height: 280px;
    grid-row: auto;
  }
  .benefit-card:nth-child(1),
  .benefit-card:nth-child(3) {
    min-height: 420px;
  }
  .benefit-content { padding: 24px; }
}

/* ═══════════════════════════════
   DEPOIMENTOS
═══════════════════════════════ */
.testimonials { background: white; }
.testimonials-carousel { position: relative; }
.testimonials-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(min(100%, 300px), 360px);
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 4px 4px 18px;
  scrollbar-width: none;
}
.testimonials-track::-webkit-scrollbar { display: none; }
.testimonial-card {
  scroll-snap-align: start;
  background: #EFEFEC;
  border-radius: 24px;
  overflow: hidden;
  border: 0;
  box-shadow: var(--shadow-card);
  transition: transform .2s, box-shadow .2s;
}
.testimonial-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-card-hover); }
.testimonial-photo {
  position: relative;
  height: 230px;
  overflow: hidden;
  background: var(--deepblack);
}
.testimonial-photo img { width: 100%; height: 100%; object-fit: cover; }
.testimonial-photo::after {
  content: '';
  position: absolute;
  inset: auto 0 0;
  height: 48%;
  background: linear-gradient(180deg, rgba(20,20,20,0), rgba(20,20,20,.56));
  pointer-events: none;
}
.testimonial-body { padding: 22px; }
.testimonial-tag {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--heartpulse);
  color: white;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.stars { color: var(--heartpulse); font-size: 15px; margin-bottom: 12px; letter-spacing: 0; }
.testimonial-text { font-size: 15px; line-height: 1.62; color: rgba(20,20,20,.76); margin-bottom: 18px; font-style: italic; }
.testimonial-author { display: flex; flex-direction: column; gap: 2px; }
.author-name { font-size: 14px; font-weight: 600; }
.author-role { font-size: 12px; color: rgba(20,20,20,.48); }
.testimonial-controls {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 12px;
}
.testimonial-arrow {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 0;
  background: var(--heartpulse);
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  transition: transform .2s, background .2s, opacity .2s;
}
.testimonial-arrow .chevron-icon {
  width: 22px;
  height: 22px;
}
.testimonial-arrow:hover { background: var(--heartpulse-dark); transform: translateY(-2px); }
@media(max-width:640px) {
  .testimonials-track {
    display: flex;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    scroll-padding-inline: 9vw;
    padding: 4px 9vw 10px;
  }
  .testimonial-card {
    flex: 0 0 82vw;
    scroll-snap-align: center;
  }
  .testimonial-photo { height: 210px; }
  .testimonial-card { box-shadow: none; }
  .testimonial-card:hover {
    transform: none;
    box-shadow: none;
  }
  .testimonial-controls {
    display: none;
    justify-content: center;
    margin-top: 6px;
  }
}

/* ═══════════════════════════════
   PREÇOS
═══════════════════════════════ */
.pricing {
  position: relative;
  overflow: hidden;
  background: var(--heartpulse);
}
.pricing::before {
  content: '';
  position: absolute;
  width: min(190vw, 2100px);
  aspect-ratio: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-8deg);
  background: url('../assets/shapes/webp/shape.webp') center / contain no-repeat;
  opacity: .075;
  filter: invert(1);
  pointer-events: none;
}
.pricing .container {
  position: relative;
  z-index: 1;
}
.pricing .section-eyebrow { background: var(--sparkyellow); color: var(--deepblack); }
.pricing .section-title { color: white; }
.pricing .section-sub { color: rgba(255,255,255,.72); }

.pricing-grid { display: grid; grid-template-columns: 1fr; gap: 24px; }
@media(min-width:640px) { .pricing-grid { grid-template-columns: repeat(2,1fr); } }
@media(min-width:900px) { .pricing-grid { grid-template-columns: repeat(3,1fr); } }

.pricing-card {
  background: white; border-radius: 24px; padding: 14px 14px 24px;
  border: 0; position: relative;
  transition: transform .2s, border-color .2s, box-shadow .2s;
  overflow: hidden;
  color: var(--deepblack);
  box-shadow: 0 22px 54px rgba(62,0,20,.18);
}
.pricing-card:hover { transform: translateY(-4px); box-shadow: 0 28px 66px rgba(62,0,20,.24); }
.pricing-card.featured {
  background: white;
  color: var(--deepblack);
  box-shadow: 0 28px 72px rgba(62,0,20,.28);
}
.pricing-badge {
  position: absolute; top: 28px; left: 50%; transform: translateX(-50%);
  background: var(--sparkyellow); color: var(--deepblack);
  font-size: 10px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase;
  padding: 7px 16px; border-radius: 100px; white-space: nowrap; z-index: 2;
  box-shadow: 0 10px 26px rgba(20,20,20,.20);
}
.pricing-body { padding: 6px 12px 0; }
.pricing-name { font-size: 12px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(20,20,20,.5); margin-bottom: 10px; }
.pricing-name-featured { color: var(--heartpulse); }
.pricing-muted { color: rgba(20,20,20,.52); }
.pricing-discount { font-size: .75em; background: var(--sparkyellow); color: var(--deepblack); border-radius: 6px; padding: 2px 8px; font-weight: 600; }
.pricing-price { display: flex; align-items: flex-start; flex-wrap: wrap; gap: 0 4px; font-size: 48px; font-weight: 600; color: var(--deepblack); line-height: 1; letter-spacing: 0; }
.pricing-card.featured .pricing-price { color: var(--deepblack); }
.pricing-price sup { font-size: 22px; font-weight: 600; vertical-align: top; margin-top: 8px; }
.pricing-price small { font-size: 14px; font-weight: 500; opacity: .58; }
.pricing-installment { font-size: 13px; color: rgba(20,20,20,.48); margin: 8px 0 22px; }
.pricing-installment s { opacity: .4; }
.pricing-card.featured .pricing-installment { color: rgba(20,20,20,.52); }
.pricing-divider { height: 1px; background: rgba(20,20,20,.08); margin: 22px 0; }
.pricing-card.featured .pricing-divider { background: rgba(252,34,77,.16); }
.pricing-feature { display: flex; align-items: flex-start; gap: 12px; font-size: 14px; line-height: 1.45; color: rgba(20,20,20,.72); margin-bottom: 12px; }
.pricing-card.featured .pricing-feature { color: rgba(20,20,20,.72); }
.pricing-feature-check {
  width: 20px; height: 20px; border-radius: 50%; flex-shrink: 0;
  background: var(--heartpulse-light); color: var(--heartpulse);
  display: flex; align-items: center; justify-content: center; font-size: 10px;
  font-weight: 600;
}
.pricing-card.featured .pricing-feature-check { background: var(--heartpulse-light); color: var(--heartpulse); }
.pricing-kit-stage {
  height: 208px;
  margin-bottom: 22px;
  border-radius: 18px;
  overflow: hidden;
  background: #EFEFEC;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pricing-kit-img { width: 100%; height: 100%; display: block; object-fit: cover; border-radius: 0; }
.pricing-card.featured .pricing-kit-stage { background: #EFEFEC; }
@media(max-width:640px) {
  .pricing::before {
    width: 230vw;
    left: 50%;
    top: 46%;
    opacity: .065;
  }
  .pricing-grid { gap: 18px; }
}

/* ═══════════════════════════════
   GARANTIA
═══════════════════════════════ */
.guarantee-strip { background: white; padding: 64px 0 24px; }
.guarantee-marquee {
  overflow: hidden;
  width: 100%;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}
.guarantee-track {
  display: flex;
  width: max-content;
  gap: 12px;
  animation: guarantee-marquee 24s linear infinite;
}
.guarantee-marquee:hover .guarantee-track { animation-play-state: paused; }
.guarantee-item {
  display: flex;
  align-items: center;
  gap: 13px;
  min-height: 116px;
  padding: 18px;
  border-radius: 18px;
  background: #EFEFEC;
  box-shadow: var(--shadow-card);
  width: clamp(270px, 28vw, 340px);
  flex: 0 0 auto;
}
.guarantee-icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 12px 28px rgba(20,20,20,.08);
}
.guarantee-title { color: var(--deepblack); font-size: 15px; font-weight: 600; line-height: 1.18; }
.guarantee-copy { color: rgba(20,20,20,.52); font-size: 12px; line-height: 1.42; margin-top: 4px; }
@keyframes guarantee-marquee { from { transform: translateX(0); } to { transform: translateX(calc(-50% - 6px)); } }
@media(max-width:480px){ .guarantee-item { width: 282px; min-height: 96px; padding: 16px; } }

/* ═══════════════════════════════
   FAQ
═══════════════════════════════ */
.faq-section { background: var(--softwhite); }
.faq-wrapper { max-width: 760px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid #e8e8e8; }
.faq-item:first-child { border-top: 1px solid #e8e8e8; }
.faq-q {
  display: flex; align-items: center; justify-content: space-between;
  padding: 24px 0; cursor: pointer; font-size: 16px; font-weight: 600;
  gap: 16px; transition: color .2s; background: none; border: none;
  font-family: 'Poppins',sans-serif; width: 100%; text-align: left; color: var(--deepblack);
}
.faq-q:hover { color: var(--heartpulse); }
.faq-icon {
  width: 32px; height: 32px; border-radius: 50%;
  background: var(--heartpulse-light); color: var(--heartpulse);
  display: flex; align-items: center; justify-content: center;
  font-size: 20px; flex-shrink: 0; transition: transform .3s, background .3s;
  font-weight: 300; line-height: 1;
}
.faq-icon.open { transform: rotate(45deg); background: var(--heartpulse); color: white; }
.faq-a {
  font-size: 15px; color: #666; line-height: 1.8; padding-bottom: 24px;
  display: none;
}
.faq-a.open { display: block; }

/* ═══════════════════════════════
   CTA FINAL
═══════════════════════════════ */
.cta-final {
  background: var(--heartpulse); position: relative; overflow: hidden;
}
.cta-final-shape { position: absolute; width: 80%; max-width: 800px; right: -10%; top: 50%; transform: translateY(-50%); opacity: .12; pointer-events: none; filter: invert(1); }
.cta-final .container {
  position: relative; z-index: 1;
  display: flex; align-items: center; justify-content: space-between;
  gap: 40px; flex-wrap: wrap;
}
.cta-final-text { position: relative; }
.cta-final-eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; }
.cta-final-eyebrow img { width: 40px; }
.cta-final-eyebrow span { font-size: 11px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,.7); }
.cta-final-title { font-size: clamp(28px,4vw,44px); font-weight: 600; color: white; line-height: 1.15; }
.cta-final-title .mark-yellow { font-size: 1em; }
.cta-final-title .font-script { font-size: 1.1em; color: rgba(255,255,255,.65); }
.cta-final-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
@media(max-width:760px) {
  .cta-final .container {
    flex-direction: column;
    align-items: stretch;
  }
  .cta-final-actions,
  .cta-final-actions .btn {
    width: 100%;
  }
  .cta-final-actions .btn { justify-content: center; }
}

/* ═══════════════════════════════
   FOOTER
═══════════════════════════════ */
.footer { background: var(--deepblack); padding: 64px 0 32px; }
.footer-top {
  display: grid; grid-template-columns: 1fr;
  gap: 48px; padding-bottom: 48px;
  border-bottom: 1px solid rgba(255,255,255,.08);
  margin-bottom: 32px;
}
@media(min-width:900px) { .footer-top { grid-template-columns: 2fr 1fr 1fr 1fr; } }
.footer-brand { position: relative; }
.footer-logo { height: 32px; margin-bottom: 16px; filter: brightness(0) invert(1); }
.footer-tagline { font-size: 13px; color: rgba(255,255,255,.4); line-height: 1.7; max-width: 240px; margin-bottom: 24px; }
.footer-nav-group { min-width: 0; }
.footer-social { display: flex; gap: 12px; }
.footer-social a {
  width: 36px; height: 36px; border-radius: 50%;
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1);
  display: flex; align-items: center; justify-content: center;
  font-size: 15px; color: rgba(255,255,255,.5);
  transition: all .2s;
}
.footer-social a:hover { background: var(--heartpulse); border-color: var(--heartpulse); color: white; }
.footer-col-title { font-size: 11px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,.3); margin-bottom: 20px; }
.footer-links { display: flex; flex-direction: column; gap: 12px; }
.footer-links a { font-size: 14px; color: rgba(255,255,255,.5); transition: color .2s; }
.footer-links a:hover { color: var(--sparkyellow); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; }
.footer-copy { font-size: 12px; color: rgba(255,255,255,.2); }
.footer-legal { display: flex; gap: 24px; }
.footer-legal a { font-size: 12px; color: rgba(255,255,255,.2); transition: color .2s; }
.footer-legal a:hover { color: rgba(255,255,255,.5); }

/* ═══════════════════════════════
   SCROLL TO TOP
═══════════════════════════════ */
.scroll-top {
  position: fixed; bottom: 24px; right: 24px; z-index: 900;
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--deepblack); color: white; border: none;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; padding: 0;
  opacity: 0; pointer-events: none; transition: opacity .3s, transform .3s;
  box-shadow: 0 4px 16px rgba(0,0,0,.2);
}
.scroll-top .bag-icon {
  width: 22px;
  height: 22px;
  display: block;
  color: currentColor;
}
.scroll-top .bag-icon svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.scroll-top.show { opacity: 1; pointer-events: all; }
.scroll-top:hover { transform: translateY(-3px); }

@media(max-width:640px) {
  body { padding-bottom: 0; }
  .container { padding: 0 20px; }
  .section { padding: 72px 0; }
  .section-sm { padding: 52px 0; }
  .section-header { margin-bottom: 40px; }
  .section-title { font-size: clamp(28px,9vw,36px); }
  .section-sub { font-size: 14px; }
  .section-cta { margin-top: 28px; }
  .section-cta .btn { width: 100%; justify-content: center; }
  .section-cta.is-left { justify-content: center; }
  :root { --promo-height: 36px; }
  html { scroll-padding-top: 50px; }
  .promo-bar {
    min-height: var(--promo-height);
    height: auto;
    font-size: 12px;
    line-height: 1.25;
    letter-spacing: .35px;
    padding: 6px 42px 6px 16px;
  }
  .promo-close { right: 10px; width: 22px; height: 22px; font-size: 15px; }
  .navbar { height: 66px; }
  .navbar .container { gap: 12px; }
  .navbar-logo { width: 98px; height: 28px; }
  .navbar-cta { gap: 10px; }
  .navbar-cta .btn-sm { display: none; }
  .mobile-menu .btn { font-size: 16px; }
  .hero {
    min-height: 720px;
    padding-top: 0;
    align-items: flex-end;
  }
  .hero::before {
    background:
      linear-gradient(0deg, var(--heartpulse) 0%, var(--heartpulse) 37%, rgba(252,34,77,.88) 49%, rgba(252,34,77,0) 65%),
      url('../assets/images/background-mobile.webp') center top / contain no-repeat,
      var(--heartpulse);
  }
  .hero .container {
    padding-top: clamp(300px, 88vw, 390px);
    padding-bottom: 44px;
  }
  .hero-content {
    width: min(100%, calc(100vw - 40px));
    max-width: 100%;
  }
  .hero-eyebrow { margin-bottom: 18px; font-size: 10px; letter-spacing: 1.4px; }
  .hero-headline {
    max-width: 100%;
    font-size: clamp(32px,10vw,42px);
    line-height: 1.06;
    margin-bottom: 18px;
    overflow-wrap: break-word;
  }
  .hero-sub {
    width: min(100%, calc(100vw - 40px));
    max-width: 100%;
    font-size: 15px;
    line-height: 1.55;
    margin-bottom: 28px;
    overflow-wrap: break-word;
  }
  .hero-ctas { margin-bottom: 0; }
  .hero-ctas .btn { width: 100%; justify-content: center; }
  .about-visual-image { min-height: 0; max-height: 380px; border-radius: 0; }
  .about-title { font-size: clamp(28px,8.5vw,34px); }
  .about-desc { font-size: 14px; line-height: 1.65; }
  .pillar-card { padding: 28px 24px; border-radius: 20px; }
  .pricing-card { padding: 14px 14px 22px; border-radius: 24px; }
  .pricing-kit-stage { height: 188px; margin-bottom: 20px; border-radius: 18px; }
  .pricing-body { padding: 2px 8px 0; }
  .pricing-price { font-size: 42px; }
  .pricing-badge { top: 22px; font-size: 9px; padding: 7px 12px; max-width: calc(100% - 32px); overflow: hidden; text-overflow: ellipsis; }
  .guarantee-strip { padding: 44px 0; }
  .cta-final .container { align-items: stretch; gap: 28px; }
  .cta-final-actions,
  .cta-final-actions .btn { width: 100%; }
  .cta-final-actions .btn { justify-content: center; }
  .footer {
    padding: 44px 0 84px;
    text-align: left;
  }
  .footer-top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px 18px;
    padding-bottom: 28px;
    margin-bottom: 24px;
  }
  .footer-brand {
    grid-column: 1 / -1;
  }
  .footer-logo {
    height: 30px;
    margin-bottom: 14px;
  }
  .footer-tagline {
    max-width: 310px;
    margin: 0 0 18px;
    font-size: 13px;
    line-height: 1.6;
  }
  .footer-social {
    justify-content: flex-start;
  }
  .footer-nav-group {
    text-align: left;
  }
  .footer-nav-group:last-child {
    grid-column: 1 / -1;
  }
  .footer-col-title {
    margin-bottom: 10px;
    font-size: 9px;
    letter-spacing: 1.2px;
  }
  .footer-links {
    gap: 8px;
  }
  .footer-links a {
    display: block;
    padding: 2px 0;
    font-size: 12px;
    line-height: 1.3;
  }
  .footer-bottom,
  .footer-legal {
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
  }
  .footer-bottom {
    gap: 14px;
  }
  .footer-copy {
    max-width: 300px;
    line-height: 1.6;
  }
  .footer-legal {
    gap: 10px;
  }
  .scroll-top { bottom: 24px; width: 40px; height: 40px; }
}

@media(max-width:480px) {
  .btn { width: 100%; padding-inline: 18px; }
  .navbar-cta .btn-sm { display: none; }
  .hero-eyebrow,
  .section-eyebrow,
  .badge {
    max-width: 100%;
    white-space: normal;
    text-align: center;
  }
  .ticker-item {
    gap: 12px;
    padding: 0 22px;
    font-size: 11px;
  }
  .benefit-card,
  .benefit-card:nth-child(1),
  .benefit-card:nth-child(3) {
    min-height: 320px;
  }
  .benefit-content { padding: 22px; }
  .benefit-title { font-size: 26px; }
  .faq-q {
    padding: 20px 0;
    font-size: 15px;
    line-height: 1.35;
  }
  .footer-top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 18px;
  }
  .footer-brand {
    grid-column: 1 / -1;
  }
  .footer-nav-group:last-child {
    grid-column: 1 / -1;
  }
}

@media(max-width:390px) {
  .navbar-cta .btn-sm { display: none; }
  .mobile-menu .btn { max-width: calc(100vw - 40px); justify-content: center; }
  .promo-bar { font-size: 10px; letter-spacing: .2px; }
  .hero::before {
    background:
      linear-gradient(0deg, var(--heartpulse) 0%, var(--heartpulse) 38%, rgba(252,34,77,.90) 50%, rgba(252,34,77,0) 66%),
      url('../assets/images/background-mobile.webp') center top / contain no-repeat,
      var(--heartpulse);
  }
  .hero .container { padding-top: clamp(280px, 88vw, 350px); }
  .hero-headline { font-size: clamp(32px,10.5vw,40px); }
  .hero-sub { font-size: 14px; }
  .pricing-price { font-size: 38px; }
}
