/* ============================================================
   HERO V2 — redesigned hero section
   ============================================================ */

.hero-v2 {
  padding-top: 56px;
  padding-bottom: 0;
  overflow: visible;
}
.hero-v2::after { display: none; }

/* Right-half accent inspired by the reference split layout */
.hv2-split-bg {
  position: absolute;
  top: 0; right: 0;
  width: 50%;
  height: 100%;
  background:
    radial-gradient(ellipse at 65% 55%, color-mix(in oklab, var(--lime) 11%, transparent) 0%, transparent 65%),
    radial-gradient(ellipse at 80% 20%, color-mix(in oklab, var(--lime) 6%, transparent) 0%, transparent 50%);
  border-left: 1px solid color-mix(in oklab, var(--lime) 9%, var(--line));
  pointer-events: none;
  z-index: 0;
}

/* Two-column grid */
.hv2-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: center;
  min-height: 600px;
  padding-bottom: 56px;
}

/* ── LEFT COLUMN ── */
.hv2-content { display: flex; flex-direction: column; }

/* Badge */
.hv2-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 18px;
  border-radius: 999px;
  background: var(--surface);
  border: 1px solid color-mix(in oklab, var(--lime) 32%, var(--line));
  font-family: "Barlow", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--lime);
  width: fit-content;
  margin-bottom: 32px;
  animation: fade-up 0.6s ease both;
  animation-delay: 0.1s;
}
.hv2-badge-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 10px var(--lime);
  animation: mb-pulse 1.4s ease-in-out infinite;
  flex-shrink: 0;
}
.hv2-badge-sep { opacity: 0.35; }
.hv2-badge-date { color: var(--ink-2); letter-spacing: 0.08em; }

/* Headline */
.hv2-title {
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(60px, 9vw, 116px);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 0.92;
  margin: 0 0 18px;
  color: var(--ink);
  text-transform: uppercase;
  animation: fade-up 0.8s ease both;
  animation-delay: 0.3s;
}
.hv2-title-em {
  display: block;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  font-style: italic;
  color: var(--lime);
  text-transform: none;
  font-size: 0.86em;
  letter-spacing: -0.025em;
  line-height: 1.05;
  text-shadow: 0 0 70px oklch(0.88 0.20 130 / 0.5);
}

/* Tagline */
.hv2-tagline {
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(17px, 2vw, 24px);
  font-weight: 600;
  color: var(--ink-2);
  letter-spacing: -0.01em;
  margin: 0 0 14px;
  line-height: 1.25;
  animation: fade-up 0.7s ease both;
  animation-delay: 0.55s;
}
.hv2-tagline strong { color: var(--lime); font-weight: 800; }

/* Sub */
.hv2-sub {
  font-size: 15px;
  max-width: 440px;
  color: var(--ink-2);
  line-height: 1.7;
  margin: 0 0 28px;
  animation: fade-up 0.7s ease both;
  animation-delay: 0.7s;
}

/* CTA row */
.hv2-cta-row {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 14px;
  flex-wrap: wrap;
  animation: fade-up 0.7s ease both;
  animation-delay: 0.9s;
}
.hv2-btn {
  padding: 20px 36px !important;
  font-size: 15px !important;
  border-radius: 6px !important;
  box-shadow: 0 12px 40px -12px oklch(0.7 0.18 130 / 0.75) !important;
}
.hv2-btn:hover { box-shadow: 0 16px 48px -12px oklch(0.7 0.18 130 / 0.9) !important; }

/* Trust row in v2 context — remove redundant top margin */
.hv2-content .hero-trust-row { margin-top: 0; }

/* Guarantee */
.hv2-guarantee {
  font-family: "Barlow", sans-serif;
  font-size: 13px;
  letter-spacing: 0.06em;
  color: var(--muted);
  margin: 0;
  animation: fade-up 0.7s ease both;
  animation-delay: 1.05s;
}

/* ── RIGHT COLUMN ── */
.hv2-visual {
  position: relative;
  min-height: 580px;
}
.hv2-visual-glow {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 55% 80%, color-mix(in oklab, var(--lime) 18%, transparent) 0%, transparent 55%),
    radial-gradient(ellipse at 35% 15%, color-mix(in oklab, var(--lime) 7%, transparent) 0%, transparent 45%);
  pointer-events: none;
  z-index: 0;
}
.hv2-casal {
  position: absolute;
  bottom: 0; left: 0;
  height: 94%;
  width: auto;
  max-width: 54%;
  object-fit: contain;
  object-position: bottom left;
  filter: drop-shadow(0 24px 56px rgba(0,0,0,0.55));
  z-index: 1;
  pointer-events: none;
  animation: fade-up 1s ease both;
  animation-delay: 0.5s;
}
.hv2-mockup {
  position: absolute;
  right: 0; bottom: 16px;
  width: 58%;
  z-index: 2;
}

/* Floating info badges */
.hv2-float {
  position: absolute;
  z-index: 3;
  background: color-mix(in oklab, var(--surface) 92%, transparent);
  border: 1px solid color-mix(in oklab, var(--lime) 22%, var(--line));
  border-radius: 16px;
  padding: 12px 16px;
  backdrop-filter: blur(10px);
  box-shadow:
    0 20px 48px -20px rgba(0,0,0,0.8),
    0 0 0 1px color-mix(in oklab, var(--lime) 6%, transparent);
}
.hv2-float-result {
  top: 24px; right: 0;
  text-align: center;
  animation: fade-up 0.8s ease both;
  animation-delay: 1s;
}
.hv2-float-live {
  top: 128px; right: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  animation: fade-up 0.8s ease both;
  animation-delay: 1.15s;
}
.hv2-float-num {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-size: 30px;
  color: var(--lime);
  line-height: 1;
  letter-spacing: -0.03em;
}
.hv2-float-num sup { font-size: 13px; vertical-align: super; }
.hv2-float-label {
  font-family: "Barlow", sans-serif;
  font-size: 12px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 4px;
}
.hv2-live-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 10px var(--lime);
  animation: mb-pulse 1.4s ease-in-out infinite;
  flex-shrink: 0;
}
.hv2-live-title {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: var(--ink);
  letter-spacing: -0.01em;
  line-height: 1.1;
}
.hv2-live-sub {
  font-family: "Barlow", sans-serif;
  font-size: 12px;
  color: var(--muted);
  letter-spacing: 0.08em;
  margin-top: 2px;
}

/* ── FEATURES STRIP ── */
.hv2-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  margin-top: 0;
  position: relative;
  z-index: 2;
}
.hv2-feat {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 26px 28px;
  background: var(--surface);
  border-right: 1px solid var(--line);
  transition: background .2s ease, border-color .2s ease;
}
.hv2-feat:last-child { border-right: none; }
.hv2-feat:hover { background: var(--surface-2); }
.hv2-feat:hover .hv2-feat-title { color: var(--lime); }
.hv2-feat-icon {
  font-size: 22px;
  line-height: 1;
  flex-shrink: 0;
}
.hv2-feat-title {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: -0.01em;
  color: var(--ink);
  line-height: 1.25;
  margin-bottom: 3px;
  transition: color .2s ease;
}
.hv2-feat-desc {
  font-family: "Barlow", sans-serif;
  font-size: 13px;
  color: var(--muted);
  letter-spacing: 0.03em;
  line-height: 1.4;
}

/* ── RESPONSIVE ── */
@media (max-width: 920px) {
  .hv2-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    min-height: auto;
    padding-bottom: 32px;
  }
  .hv2-visual { min-height: 320px; }
  .hv2-casal { display: none; }
  .hv2-float-result, .hv2-float-live { display: none; }
  .hv2-mockup { position: static; width: 100%; }
  .hv2-split-bg { display: none; }
  .hv2-features { grid-template-columns: repeat(2, 1fr); }
  .hv2-feat:nth-child(2) { border-right: none; }
  .hv2-feat:nth-child(1),
  .hv2-feat:nth-child(2) { border-bottom: 1px solid var(--line); }
}
@media (max-width: 540px) {
  .hv2-features { grid-template-columns: 1fr; }
  .hv2-feat { border-right: none; border-bottom: 1px solid var(--line); }
  .hv2-feat:last-child { border-bottom: none; }
  .hv2-cta-row { flex-direction: column; align-items: flex-start; }
  .hv2-title { font-size: clamp(52px, 14vw, 80px); }
}


/* ============================================================
   DUO SECTION — couple intro right after hero
   ============================================================ */
.duo-section {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.duo-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 40% at 15% 50%, color-mix(in oklab, var(--lime) 8%, transparent), transparent 70%),
    linear-gradient(180deg, transparent 0%, color-mix(in oklab, var(--bg-deep) 70%, transparent) 50%, transparent 100%);
  pointer-events: none;
  z-index: 0;
}
.duo-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 64px;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 920px) {
  .duo-grid { grid-template-columns: 1fr; gap: 40px; }
}

.duo-photo {
  position: relative;
  aspect-ratio: 4 / 5;
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  background:
    radial-gradient(ellipse at 50% 80%, color-mix(in oklab, var(--lime) 28%, var(--surface)), var(--bg-deep) 70%),
    var(--bg-deep);
  border-radius: var(--r-lg);
  overflow: hidden;
  border: 1px solid color-mix(in oklab, var(--lime) 18%, var(--line));
  box-shadow:
    0 32px 80px -20px rgba(0,0,0,0.7),
    0 0 0 1px color-mix(in oklab, var(--lime) 5%, transparent);
}
.duo-photo::before {
  content: "";
  position: absolute; inset: 0;
  background-image: repeating-linear-gradient(45deg, transparent 0, transparent 14px, color-mix(in oklab, var(--lime) 5%, transparent) 14px, color-mix(in oklab, var(--lime) 5%, transparent) 15px);
  pointer-events: none;
}
.duo-photo-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 90%, color-mix(in oklab, var(--lime) 30%, transparent) 0%, transparent 55%);
  z-index: 1;
  pointer-events: none;
}
.duo-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  z-index: 2;
  filter: drop-shadow(0 20px 40px rgba(0,0,0,0.5));
}

.duo-photo-stamps {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.duo-stamp {
  background: color-mix(in oklab, var(--bg-deep) 85%, transparent);
  backdrop-filter: blur(10px);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 12px 18px;
  text-align: center;
  min-width: 84px;
}
.duo-stamp-num {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-size: 24px;
  color: var(--lime);
  letter-spacing: -0.03em;
  line-height: 1;
}
.duo-stamp:nth-child(2) .duo-stamp-num { color: var(--ink); }
.duo-stamp-label {
  font-family: "Barlow", sans-serif;
  font-size: 12px;
  color: var(--muted);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-top: 4px;
}

/* duo copy */
.duo-copy { display: flex; flex-direction: column; }
.duo-title {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-size: clamp(48px, 6.5vw, 88px);
  letter-spacing: -0.035em;
  line-height: 0.96;
  margin: 18px 0 18px;
  color: var(--ink);
  text-transform: uppercase;
}
.duo-title em {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  font-style: italic;
  color: var(--lime);
  text-transform: none;
}
.duo-tagline {
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(17px, 1.9vw, 22px);
  font-weight: 500;
  color: var(--ink-2);
  letter-spacing: -0.005em;
  line-height: 1.4;
  margin: 0 0 32px;
  max-width: 540px;
}
.duo-tagline strong { color: var(--lime); font-weight: 700; }

.duo-bios {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 32px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}
@media (max-width: 600px) {
  .duo-bios { grid-template-columns: 1fr; gap: 24px; }
}
.duo-bio {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.duo-bio-name {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.duo-bio-role {
  font-family: "Barlow", sans-serif;
  font-size: 13px;
  color: var(--lime);
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.duo-bio p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.55;
  margin: 0;
}

.duo-cta-row {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.duo-link {
  font-family: "Barlow", sans-serif;
  font-size: 12px;
  color: var(--ink-2);
  letter-spacing: 0.06em;
  text-decoration: none;
  border-bottom: 1px solid var(--line);
  padding-bottom: 4px;
  transition: color .2s ease, border-color .2s ease;
}
.duo-link:hover {
  color: var(--lime);
  border-color: var(--lime);
}


/* ============================================================
   HERO V3 — image-dominant, big bg typography + floating stat cards
   ============================================================ */

/* bgword duplicado — visível só no mobile */
.hv3-photo-slot .hv3-bgword { display: none; }

.hero-v3 {
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}
.hero-v3::after { display: none; }

.hv3-stage {
  position: relative;
  min-height: 80vh;
  max-height: none;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 70% 80%, color-mix(in oklab, var(--lime) 14%, transparent) 0%, transparent 55%),
    radial-gradient(ellipse at 30% 20%, color-mix(in oklab, var(--lime) 6%, transparent) 0%, transparent 50%),
    linear-gradient(180deg, color-mix(in oklab, var(--bg-deep) 50%, var(--bg)) 0%, var(--bg) 100%);
  border-bottom: 1px solid var(--line);
}

/* Giant faded background typography (COPA / SHAPE) */
.hv3-bgword {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: clamp(160px, 22vw, 360px);
  line-height: 0.78;
  letter-spacing: -0.06em;
  color: color-mix(in oklab, var(--lime) 18%, var(--bg-deep));
  opacity: 0.55;
  pointer-events: none;
  z-index: 1;
  text-transform: uppercase;
  -webkit-text-stroke: 0;
  user-select: none;
}
.hv3-bgword span {
  display: block;
  width: 100%;
  text-align: center;
  background: linear-gradient(180deg, color-mix(in oklab, var(--lime) 30%, transparent) 0%, color-mix(in oklab, var(--lime) 8%, transparent) 60%, transparent 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hv3-bgword span:nth-child(2) {
  background: linear-gradient(180deg, transparent 0%, color-mix(in oklab, var(--lime) 12%, transparent) 40%, color-mix(in oklab, var(--lime) 4%, transparent) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-top: -0.06em;
}

/* MIDDLE: photo slot — the photo lives inside its own grid column */
.hv3-photo-slot {
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  z-index: 4;
  min-height: 0;
  overflow: visible;
}
.hv3-casal {
  position: relative;
  width: auto;
  height: 100%;
  max-width: 130%;
  max-height: none;
  object-fit: contain;
  object-position: bottom center;
  filter:
    drop-shadow(0 36px 80px rgba(0, 0, 0, 0.7))
    drop-shadow(0 0 100px oklch(0.88 0.20 130 / 0.18));
  pointer-events: none;
  animation: fade-up 1.1s ease both;
  animation-delay: 0.4s;
}

/* Vignette to keep text legible */
.hv3-vignette {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg,
      color-mix(in oklab, var(--bg-deep) 70%, transparent) 0%,
      color-mix(in oklab, var(--bg-deep) 28%, transparent) 32%,
      transparent 55%,
      transparent 65%,
      color-mix(in oklab, var(--bg-deep) 30%, transparent) 90%,
      color-mix(in oklab, var(--bg-deep) 55%, transparent) 100%),
    linear-gradient(180deg, transparent 50%, color-mix(in oklab, var(--bg-deep) 60%, transparent) 100%);
  pointer-events: none;
  z-index: 3;
}

/* Grid overlay for copy + stats */
.hv3-grid {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: 0.85fr 1.5fr 0.85fr;
  grid-template-rows: auto auto;
  gap: 16px;
  min-height: 80vh;
  max-height: none;
  align-items: stretch;
  padding-top: 24px;
  padding-bottom: 0;
}

/* desktop: headline + CTA empilhados na col 1; foto e stats span 2 linhas */
.hv3-content    { grid-column: 1; grid-row: 1; }
.hv3-cta        { grid-column: 1; grid-row: 2; display: flex; flex-direction: column; justify-content: flex-start; align-items: center; text-align: center; position: relative; z-index: 5; padding-bottom: 48px; }
.hv3-photo-slot { grid-column: 2; grid-row: 1 / span 2; }
.hv3-stats      { grid-column: 3; grid-row: 1 / span 2; }

/* LEFT: copy */
.hv3-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 5;
  padding-bottom: 48px;
}
.hv3-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 14px;
  border-radius: 999px;
  background: color-mix(in oklab, var(--surface) 75%, transparent);
  border: 1px solid color-mix(in oklab, var(--lime) 32%, var(--line));
  font-family: "Barlow", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--lime);
  width: fit-content;
  margin-bottom: 18px;
  backdrop-filter: blur(8px);
  animation: fade-up 0.6s ease both;
  animation-delay: 0.15s;
}
.hv3-badge-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 10px var(--lime);
  animation: mb-pulse 1.4s ease-in-out infinite;
}
.hv3-badge-sep { opacity: 0.35; }
.hv3-badge-date { color: var(--ink-2); letter-spacing: 0.08em; }

.hv3-title {
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(52px, 6.4vw, 92px);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 0.92;
  margin: 0 0 14px;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 4px 40px rgba(0, 0, 0, 0.45);
  animation: fade-up 0.8s ease both;
  animation-delay: 0.3s;
}
.hv3-title-em {
  display: block;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  font-style: italic;
  color: var(--lime);
  text-transform: none;
  font-size: 0.82em;
  letter-spacing: -0.02em;
  line-height: 1.0;
  text-shadow: 0 0 60px oklch(0.88 0.20 130 / 0.55);
}

.hv3-sub {
  font-size: clamp(14px, 1.2vw, 15px);
  max-width: 420px;
  color: var(--ink-2);
  line-height: 1.5;
  margin: 0 auto 18px;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.55);
  animation: fade-up 0.7s ease both;
  animation-delay: 0.55s;
}
.hv3-sub strong { color: var(--lime); font-weight: 700; }

.hv3-cta-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-bottom: 18px;
  flex-wrap: wrap;
  width: 100%;
  animation: fade-up 0.7s ease both;
  animation-delay: 0.75s;
}
.hv3-btn-primary {
  padding: 14px 24px !important;
  font-size: 13px !important;
  border-radius: 6px !important;
  box-shadow:
    0 12px 36px -12px oklch(0.7 0.18 130 / 0.8) !important;
}
.hv3-btn-primary:hover {
  box-shadow: 0 18px 50px -12px oklch(0.7 0.18 130 / 1) !important;
}
.hv3-link-cta {
  font-family: "Barlow", sans-serif;
  font-size: 12px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--ink-2);
  text-decoration: none;
  border-bottom: 1px solid var(--line);
  padding-bottom: 6px;
  transition: color .2s ease, border-color .2s ease;
}
.hv3-link-cta:hover { color: var(--lime); border-color: var(--lime); }

.hv3-foot {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: auto;
  padding-top: 28px;
  width: 100%;
  border-top: 1px solid color-mix(in oklab, var(--line) 60%, transparent);
  animation: fade-up 0.7s ease both;
  animation-delay: 0.95s;
}
.hv3-foot-price { display: flex; flex-direction: column; gap: 2px; }
.hv3-foot-val {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-size: 22px;
  color: var(--lime);
  letter-spacing: -0.02em;
  line-height: 1;
}
.hv3-foot-note {
  font-family: "Barlow", sans-serif;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
}
.hv3-foot-sep {
  width: 1px;
  height: 32px;
  background: var(--line);
}
.hv3-foot-guarantee {
  font-family: "Barlow", sans-serif;
  font-size: 13px;
  color: var(--ink-2);
  letter-spacing: 0.06em;
}

/* RIGHT: stat cards stacked, narrower and pinned to the right edge */
.hv3-stats {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
  justify-self: end;
  align-self: center;
  width: 100%;
  max-width: 280px;
  z-index: 5;
  padding-bottom: 80px;
}
.hv3-stat {
  background:
    linear-gradient(140deg, color-mix(in oklab, var(--lime) 96%, var(--green-deep)) 0%, color-mix(in oklab, var(--lime) 70%, var(--green-deep)) 100%);
  color: var(--green-deep);
  border-radius: 22px;
  padding: 24px 26px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  box-shadow:
    0 32px 80px -20px rgba(0, 0, 0, 0.7),
    0 0 0 1px color-mix(in oklab, var(--lime) 50%, transparent),
    inset 0 1px 0 rgba(255,255,255,0.25);
  overflow: hidden;
}
.hv3-stat::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 80% -20%, rgba(255,255,255,0.3) 0%, transparent 60%);
  pointer-events: none;
}
.hv3-stat-1 {
  align-self: flex-end;
  width: 92%;
  transform: rotate(-1deg);
  animation: fade-up 0.8s ease both;
  animation-delay: 0.9s;
}
.hv3-stat-2 {
  align-self: flex-start;
  width: 92%;
  transform: rotate(1.5deg);
  animation: fade-up 0.8s ease both;
  animation-delay: 1.05s;
}
.hv3-stat-num {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-size: clamp(40px, 4.5vw, 56px);
  color: var(--green-deep);
  letter-spacing: -0.04em;
  line-height: 1;
  position: relative;
  z-index: 1;
}
.hv3-stat-num sup {
  font-family: "Barlow Condensed", sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 0.4em;
  vertical-align: super;
  opacity: 0.7;
}
.hv3-stat-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  position: relative;
  z-index: 1;
}
.hv3-stat-text strong {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.015em;
  color: var(--green-deep);
}
.hv3-stat-text span {
  font-size: 13px;
  color: color-mix(in oklab, var(--green-deep) 80%, var(--surface));
  line-height: 1.4;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .hv3-grid { grid-template-columns: 1fr 1fr 1fr; gap: 12px; }
  .hv3-stats { max-width: 220px; }
  .hv3-stat-num { font-size: 38px; }
  .hv3-stat-text strong { font-size: 15px; }
  .hv3-stat-text span { font-size: 13px; }
}
@media (max-width: 920px) {
  .hv3-stage { min-height: auto; max-height: none; }
  .hv3-grid { grid-template-columns: 1fr; grid-template-rows: auto; gap: 0; padding-top: 0; padding-bottom: 0; min-height: auto; max-height: none; }
  .hv3-content, .hv3-stats, .hv3-cta { padding-bottom: 0; }
  .hv3-foot { margin-top: 16px; padding-top: 16px; }
  .hv3-photo-slot {
    align-items: center;
    justify-content: center;
    order: 2;
    width: 100%;
    height: 520px;
    overflow: hidden;
    position: relative;
    z-index: 4;
  }
  .hv3-casal {
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    transform: none;
    object-fit: cover;
    object-position: center 65%;
  }
  .hv3-content    { order: 1; grid-column: 1 !important; grid-row: auto !important; }
  .hv3-photo-slot { order: 2; grid-column: 1 !important; grid-row: auto !important; }
  .hv3-cta        { order: 3; grid-column: 1 !important; grid-row: auto !important; padding-bottom: 16px; }
  .hv3-stats {
    order: 4;
    grid-column: 1 !important; grid-row: auto !important;
    position: relative;
    max-width: 100%;
    flex-direction: row;
    gap: 12px;
    margin-top: 8px;
    justify-self: stretch;
    padding-bottom: 24px;
  }
  .hv3-stat {
    flex: 1;
    transform: none !important;
    padding: 14px 16px;
    gap: 6px;
  }
  .hv3-stat-1, .hv3-stat-2 { width: 100%; align-self: stretch; }
  .hv3-stat-num { font-size: 32px; }
  .hv3-stat-text strong { font-size: 14px; }
  .hv3-stat-text span { font-size: 13px; line-height: 1.35; }
  .hv3-bgword:not(.hv3-bgword-photo) { display: none; }
  .hv3-photo-slot .hv3-bgword {
    display: flex;
    position: absolute;
    inset: 0;
    z-index: 0;
    font-size: clamp(160px, 58vw, 320px);
    opacity: 0.4;
    justify-content: center;
    padding-top: 0;
    transform: translateX(0);
  }
  .hv3-title { font-size: clamp(46px, 12vw, 72px); margin-bottom: 8px; }
  .hv3-badge { margin-bottom: 10px; }
  .hv3-tagline { font-size: clamp(34px, 10vw, 52px); margin-bottom: 4px; }
  .hv3-sub { margin-bottom: 8px; }
  .hv3-strap { margin-bottom: 6px; }
  .hv3-date { margin-bottom: 10px; }
  .hv3-trust { margin-bottom: 10px; }
  .hv3-cta-row { margin-bottom: 12px; }
  .hv3-lotes-label { margin-bottom: 4px; }
  .hv3-lotes { margin-bottom: 10px; }
  .hv3-vignette {
    background:
      linear-gradient(180deg, color-mix(in oklab, var(--bg-deep) 55%, transparent) 0%, transparent 35%, transparent 65%, color-mix(in oklab, var(--bg-deep) 45%, transparent) 100%);
  }
}
@media (max-width: 540px) {
  .hv3-stats { flex-direction: row; }
  .hv3-cta-row { flex-direction: column; align-items: flex-start; gap: 10px; }
  .hv3-foot { flex-wrap: wrap; gap: 10px; }
  .hv3-foot-sep { display: none; }
  .hv3-stat-num { font-size: 28px; }
  .hv3-stat-text strong { font-size: 12px; }
  .hv3-stat-text span { font-size: 13px; }
}


/* duo section variant with mockup instead of photo */
.duo-photo-mockup {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  aspect-ratio: auto;
  overflow: visible;
}
.duo-photo-mockup::before,
.duo-photo-mockup::after {
  display: none;
}
.duo-photo-mockup .mockup-stage {
  max-width: 480px;
  width: 100%;
  z-index: 2;
}
.duo-photo-mockup .duo-photo-glow {
  background: radial-gradient(ellipse at 50% 60%, color-mix(in oklab, var(--lime) 22%, transparent) 0%, transparent 60%);
  filter: blur(20px);
}
.duo-photo-mockup .duo-photo-stamps {
  top: 0;
  right: 0;
}
@media (max-width: 920px) {
  .duo-photo-mockup {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .duo-photo-mockup .mockup-stage {
    max-width: 520px;
    width: 90vw;
  }
}


/* hero tagline + trust row + live badge */
.hv3-tagline {
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(38px, 5vw, 68px);
  font-weight: 800;
  color: var(--ink);
  letter-spacing: -0.03em;
  margin: 0 0 8px;
  line-height: 1.05;
  text-shadow: 0 2px 12px rgba(0,0,0,0.55);
  text-transform: uppercase;
  animation: fade-up 0.7s ease both;
  animation-delay: 0.5s;
}
.hv3-tagline strong { color: var(--lime); font-weight: 800; }

.hv3-trust {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin: 2px 0 18px;
  font-family: "Barlow", sans-serif;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--ink-2);
  text-shadow: 0 2px 8px rgba(0,0,0,0.55);
  animation: fade-up 0.7s ease both;
  animation-delay: 0.65s;
}
.hv3-trust-count { color: var(--ink); font-weight: 700; font-family: "Barlow", sans-serif; font-size: 13px; letter-spacing: 0; }
.hv3-trust-sep { opacity: 0.4; }
.hv3-trust-stars { color: var(--lime); letter-spacing: 2px; }
.hv3-trust-rating { color: var(--muted); }

/* live indicator in the second stat card */
.hv3-stat-live {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Barlow", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--green-deep);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.hv3-live-pulse {
  width: 9px; height: 9px; border-radius: 50%;
  background: var(--green-deep);
  box-shadow: 0 0 0 0 color-mix(in oklab, var(--green-deep) 60%, transparent);
  animation: hv3-livePulse 1.4s ease-out infinite;
}
@keyframes hv3-livePulse {
  0% { box-shadow: 0 0 0 0 color-mix(in oklab, var(--green-deep) 60%, transparent); }
  100% { box-shadow: 0 0 0 12px color-mix(in oklab, var(--green-deep) 0%, transparent); }
}

