:root {
  --ink: #17231d;
  --muted: #5d6b62;
  --paper: #fbfaf4;
  --surface: #ffffff;
  --leaf: #246b45;
  --leaf-dark: #153f2b;
  --gold: #d99a2b;
  --clay: #b85d3a;
  --steel: #dfe7e4;
  --teal: #1f7a7a;
  --shadow: 0 22px 70px rgba(23, 35, 29, 0.14);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

a {
  color: inherit;
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-height: 64px;
  padding: 0.75rem 1rem;
  background: rgba(251, 250, 244, 0.9);
  border-bottom: 1px solid rgba(23, 35, 29, 0.08);
  backdrop-filter: blur(16px);
}

.brand,
.nav-links,
.hero-actions,
.site-footer div {
  display: flex;
  align-items: center;
}

.brand {
  gap: 0.55rem;
  min-width: 0;
  text-decoration: none;
  font-weight: 800;
}

.brand-mark {
  display: grid;
  place-items: center;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  color: #fff;
  background: var(--leaf);
  border-radius: 50%;
}

.nav-links {
  display: none;
  gap: 1rem;
  margin-left: auto;
  color: var(--muted);
  font-size: 0.92rem;
}

.nav-links a,
.site-footer a {
  text-decoration: none;
}

.nav-cta {
  margin-left: auto;
  padding: 0.55rem 0.8rem;
  color: #fff;
  background: var(--leaf-dark);
  border-radius: var(--radius);
  text-decoration: none;
  font-weight: 700;
}

.hero {
  position: relative;
  min-height: calc(100svh - 64px);
  isolation: isolate;
  overflow: hidden;
}

.hero picture,
.hero img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
}

.hero img {
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(8, 21, 14, 0.84), rgba(8, 21, 14, 0.28) 58%, rgba(8, 21, 14, 0.12)),
    linear-gradient(0deg, rgba(8, 21, 14, 0.58), rgba(8, 21, 14, 0.02) 34%);
}

.hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: calc(100svh - 64px);
  width: min(760px, 100%);
  padding: 4rem 1.1rem 6.5rem;
  color: #fff;
}

.eyebrow {
  margin: 0 0 0.75rem;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 1rem;
  font-size: clamp(3rem, 13vw, 6.5rem);
  line-height: 0.95;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 0.8rem;
  font-size: clamp(2rem, 8vw, 4rem);
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 0.55rem;
  font-size: 1.35rem;
  line-height: 1.1;
}

.hero-content p:not(.eyebrow) {
  max-width: 610px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.05rem, 3vw, 1.35rem);
}

.hero-actions {
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.82rem 1rem;
  border: 1px solid transparent;
  border-radius: var(--radius);
  cursor: pointer;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
}

.button.primary {
  color: #fff;
  background: var(--leaf);
}

.button.ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.08);
}

.button.subtle {
  color: var(--leaf-dark);
  background: #f7f6ee;
  border-color: rgba(23, 35, 29, 0.12);
}

.button.full {
  width: 100%;
}

.finder-shell,
.route-card,
.product-card,
.process-list,
.retake-copy {
  background: var(--surface);
  border: 1px solid rgba(23, 35, 29, 0.09);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.finder-section,
.route-section,
.retake-section,
.products-section {
  padding: 4.5rem 1rem;
}

.section-copy {
  max-width: 650px;
  margin-bottom: 1.4rem;
}

.section-copy.center {
  margin-inline: auto;
  text-align: center;
}

.section-copy p:not(.eyebrow),
.retake-copy p,
.route-card p {
  color: var(--muted);
}

.growth-carousel-section {
  position: relative;
  z-index: 2;
  margin-top: -3.6rem;
  padding: 0 1rem 3.5rem;
}

.growth-carousel {
  position: relative;
  overflow: hidden;
  padding-top: 1rem;
  touch-action: pan-y;
}

.growth-track {
  position: relative;
  min-height: 540px;
  overflow: visible;
}

.growth-card {
  position: absolute;
  top: 1rem;
  left: 50%;
  display: flex;
  flex-direction: column;
  width: min(86vw, 380px);
  min-height: 500px;
  padding: 1.1rem;
  overflow: hidden;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.95), rgba(239, 245, 241, 0.88)),
    var(--surface);
  border: 1px solid rgba(23, 35, 29, 0.09);
  border-radius: var(--radius);
  box-shadow: 0 16px 42px rgba(23, 35, 29, 0.11);
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) scale(0.82);
  transition:
    transform 850ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 850ms ease,
    box-shadow 850ms ease,
    background 850ms ease,
    filter 850ms ease;
  will-change: transform, opacity;
}

.growth-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 72% 16%, rgba(217, 154, 43, 0.32), transparent 32%),
    linear-gradient(180deg, transparent, rgba(36, 107, 69, 0.06));
  opacity: 0;
  transition: opacity 600ms ease;
}

.growth-card > * {
  position: relative;
  z-index: 1;
}

.growth-card.is-active {
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 1), rgba(250, 248, 238, 0.96)),
    var(--surface);
  box-shadow: 0 28px 80px rgba(23, 35, 29, 0.2);
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) scale(1);
}

.growth-card.is-active::before {
  opacity: 1;
}

.growth-card[data-position="-1"] {
  opacity: 0.36;
  transform: translateX(calc(-50% - 78vw)) scale(0.86);
}

.growth-card[data-position="1"] {
  opacity: 0.36;
  transform: translateX(calc(-50% + 78vw)) scale(0.86);
}

.growth-card[data-position="-2"],
.growth-card[data-position="2"],
.growth-card[data-position="far"] {
  opacity: 0;
  transform: translateX(-50%) scale(0.72);
}

.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 0.85rem;
  color: #fff;
  background: var(--leaf-dark);
  border-radius: 50%;
  font-weight: 900;
}

.growth-card h3 {
  max-width: 14ch;
  margin-bottom: 0.65rem;
  font-size: clamp(1.35rem, 5.8vw, 2rem);
}

.growth-card p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1rem;
}

.step-visual {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: grid;
  place-items: center;
  width: 112px;
  height: 112px;
  background:
    linear-gradient(145deg, rgba(36, 107, 69, 0.1), rgba(217, 154, 43, 0.16)),
    #f7f6ee;
  border: 1px solid rgba(23, 35, 29, 0.08);
  border-radius: 50%;
}

.step-visual span {
  position: absolute;
  display: block;
  background: var(--leaf);
  box-shadow: 0 10px 22px rgba(23, 35, 29, 0.14);
}

.visual-conos span {
  bottom: 26px;
  width: 22px;
  height: 40px;
  background: var(--gold);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

.visual-conos span:nth-child(1) {
  left: 28px;
}

.visual-conos span:nth-child(2) {
  left: 49px;
  height: 52px;
}

.visual-conos span:nth-child(3) {
  right: 28px;
}

.visual-manejo span:nth-child(1) {
  width: 62px;
  height: 62px;
  background: transparent;
  border: 8px solid var(--leaf);
  border-radius: 50%;
}

.visual-manejo span:nth-child(2) {
  width: 12px;
  height: 58px;
  background: var(--gold);
  transform: rotate(42deg);
}

.visual-manejo span:nth-child(3) {
  bottom: 25px;
  width: 58px;
  height: 8px;
  background: var(--leaf-dark);
  border-radius: 999px;
}

.visual-taladro span:nth-child(1) {
  width: 64px;
  height: 18px;
  background: var(--leaf-dark);
  border-radius: 999px;
  transform: rotate(-18deg);
}

.visual-taladro span:nth-child(2) {
  right: 24px;
  width: 24px;
  height: 36px;
  background: var(--gold);
  border-radius: 6px;
  transform: rotate(-18deg);
}

.visual-taladro span:nth-child(3) {
  left: 24px;
  width: 26px;
  height: 26px;
  background: transparent;
  border: 7px solid var(--leaf);
  border-radius: 50%;
}

.visual-planta span {
  bottom: 28px;
  width: 20px;
  border-radius: 5px 5px 0 0;
}

.visual-planta span:nth-child(1) {
  left: 24px;
  height: 42px;
}

.visual-planta span:nth-child(2) {
  left: 48px;
  height: 64px;
  background: var(--gold);
}

.visual-planta span:nth-child(3) {
  right: 24px;
  height: 52px;
  background: var(--leaf-dark);
}

.visual-retoma span:nth-child(1),
.visual-retoma span:nth-child(2) {
  width: 64px;
  height: 64px;
  background: transparent;
  border: 8px solid var(--leaf);
  border-radius: 50%;
}

.visual-retoma span:nth-child(1) {
  clip-path: polygon(0 0, 100% 0, 100% 54%, 0 54%);
}

.visual-retoma span:nth-child(2) {
  clip-path: polygon(0 46%, 100% 46%, 100% 100%, 0 100%);
  border-color: var(--gold);
}

.visual-retoma span:nth-child(3) {
  right: 22px;
  width: 0;
  height: 0;
  background: transparent;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 14px solid var(--leaf-dark);
  box-shadow: none;
}

.visual-futuro span {
  width: 18px;
  height: 18px;
  border-radius: 50%;
}

.visual-futuro span:nth-child(1) {
  top: 28px;
  left: 34px;
  background: var(--leaf);
}

.visual-futuro span:nth-child(2) {
  top: 28px;
  right: 34px;
  background: var(--gold);
}

.visual-futuro span:nth-child(3) {
  bottom: 30px;
  background: var(--teal);
}

.visual-futuro::before,
.visual-futuro::after {
  content: "";
  position: absolute;
  width: 52px;
  height: 3px;
  background: rgba(23, 35, 29, 0.24);
}

.visual-futuro::before {
  transform: rotate(32deg);
}

.visual-futuro::after {
  transform: rotate(-32deg);
}

.step-points {
  display: grid;
  gap: 0.55rem;
  margin: auto 0 0;
  padding: 0;
  list-style: none;
}

.step-points li {
  padding: 0.65rem 0.75rem;
  color: var(--leaf-dark);
  background: rgba(223, 231, 228, 0.75);
  border: 1px solid rgba(23, 35, 29, 0.08);
  border-radius: var(--radius);
  font-weight: 800;
  opacity: 0;
  transform: translateY(8px);
}

.growth-card.is-active .step-points li {
  animation: pointReveal 520ms ease forwards;
}

.growth-card.is-active .step-points li:nth-child(2) {
  animation-delay: 220ms;
}

.growth-card.is-active .step-points li:nth-child(3) {
  animation-delay: 440ms;
}

.carousel-controls,
.carousel-dots {
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel-controls {
  gap: 0.55rem;
  margin-top: 0.35rem;
}

.icon-button {
  min-width: 46px;
  min-height: 46px;
  padding: 0.65rem 0.85rem;
  color: var(--leaf-dark);
  background: var(--surface);
  border: 1px solid rgba(23, 35, 29, 0.12);
  border-radius: var(--radius);
  box-shadow: 0 12px 30px rgba(23, 35, 29, 0.1);
  cursor: pointer;
  font: inherit;
  font-weight: 900;
}

.carousel-dots {
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.9rem;
}

.carousel-dot {
  width: 11px;
  height: 11px;
  padding: 0;
  background: rgba(23, 35, 29, 0.24);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
}

.carousel-dot.is-active {
  width: 30px;
  background: var(--gold);
  border-radius: 999px;
}

@keyframes pointReveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .growth-track,
  .growth-card,
  .growth-card::before {
    transition: none;
  }

  .growth-card.is-active .step-points li {
    animation: none;
  }

  .stage-panel.is-active .stage-visual,
  .stage-panel.is-active .equipment-list li,
  .proof-carousel > div,
  .testimonial-carousel > div,
  .thumb-marquee div {
    animation: none;
  }

  [data-carousel-track] {
    transition: none;
  }

  .step-points li {
    opacity: 1;
    transform: none;
  }
}

.finder-shell {
  overflow: hidden;
}

.chat-window {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  min-height: 210px;
  max-height: 360px;
  padding: 1rem;
  overflow-y: auto;
  background:
    linear-gradient(135deg, rgba(36, 107, 69, 0.08), rgba(31, 122, 122, 0.08)),
    #f7f6ee;
}

.bubble {
  max-width: 88%;
  padding: 0.85rem 0.95rem;
  border-radius: var(--radius);
}

.bubble.bot {
  align-self: flex-start;
  background: #fff;
  border: 1px solid rgba(23, 35, 29, 0.08);
}

.bubble.user {
  align-self: flex-end;
  color: #fff;
  background: var(--leaf-dark);
}

.finder-controls {
  display: grid;
  gap: 1rem;
  padding: 1rem;
}

.finder-controls label,
legend {
  font-weight: 800;
}

.finder-progress {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.35rem;
  align-items: center;
}

.finder-progress span {
  height: 6px;
  background: rgba(23, 35, 29, 0.12);
  border-radius: 999px;
}

.finder-progress span.is-active,
.finder-progress span.is-complete {
  background: var(--gold);
}

.question-card {
  display: none;
  min-width: 0;
  padding: 1rem;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(247, 246, 238, 0.94)),
    var(--surface);
  border: 1px solid rgba(23, 35, 29, 0.09);
  border-radius: var(--radius);
  box-shadow: 0 14px 34px rgba(23, 35, 29, 0.08);
}

.question-card.is-active {
  display: grid;
  gap: 0.85rem;
}

.question-card legend {
  margin-bottom: 0.35rem;
  color: var(--leaf-dark);
  font-size: clamp(1.25rem, 5.2vw, 1.75rem);
  line-height: 1.08;
}

.question-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-weight: 650;
}

.step-actions {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 0.65rem;
}

.range-row {
  display: grid;
  grid-template-columns: 1fr minmax(82px, 116px);
  gap: 0.7rem;
  align-items: center;
}

input[type="range"] {
  width: 100%;
  accent-color: var(--leaf);
}

output {
  padding: 0.55rem 0.65rem;
  text-align: center;
  background: var(--steel);
  border-radius: var(--radius);
  font-weight: 900;
}

.budget-row output {
  font-size: 0.86rem;
}

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.choice-grid {
  display: grid;
  gap: 0.55rem;
}

.choice-grid label {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 44px;
  padding: 0.65rem 0.75rem;
  background: #f7f6ee;
  border: 1px solid rgba(23, 35, 29, 0.08);
  border-radius: var(--radius);
  font-weight: 700;
  cursor: pointer;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}

.choice-grid input {
  flex: 0 0 auto;
  accent-color: var(--leaf);
}

.choice-grid label:has(input:checked) {
  background: rgba(217, 154, 43, 0.16);
  border-color: rgba(217, 154, 43, 0.42);
}

.choice-grid label:hover {
  transform: translateY(-1px);
}

.product-menu {
  overflow: hidden;
  background: #f7f6ee;
  border: 1px solid rgba(23, 35, 29, 0.08);
  border-radius: var(--radius);
}

.product-menu summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  min-height: 48px;
  padding: 0.7rem 0.8rem;
  color: var(--leaf-dark);
  cursor: pointer;
  font-weight: 900;
  list-style: none;
}

.product-menu summary::-webkit-details-marker {
  display: none;
}

.product-menu summary::after {
  content: "+";
  display: grid;
  place-items: center;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  color: #fff;
  background: var(--leaf);
  border-radius: 50%;
  font-weight: 900;
}

.product-menu[open] {
  background: rgba(255, 255, 255, 0.94);
  border-color: rgba(217, 154, 43, 0.38);
}

.product-menu[open] summary::after {
  content: "-";
  background: var(--gold);
}

.product-menu > div {
  display: grid;
  gap: 0.5rem;
  padding: 0 0.65rem 0.65rem;
}

.product-menu .choice-grid label,
.product-menu label {
  background: #fff;
}

.result-panel {
  padding: 1rem;
  border-top: 1px solid rgba(23, 35, 29, 0.08);
}

.result-panel h3 {
  color: var(--leaf-dark);
}

.result-summary {
  display: grid;
  gap: 0.55rem;
  margin: 1rem 0;
}

.result-summary span {
  padding: 0.65rem 0.75rem;
  color: var(--leaf-dark);
  background: rgba(223, 231, 228, 0.68);
  border-radius: var(--radius);
  font-weight: 700;
}

.route-plan {
  display: grid;
  gap: 0.7rem;
  margin: 1rem 0;
  counter-reset: route;
}

.route-step {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 0.15rem 0.75rem;
  align-items: start;
  padding: 0.85rem;
  color: var(--ink);
  background: #f7f6ee;
  border: 1px solid rgba(23, 35, 29, 0.09);
  border-radius: var(--radius);
  text-decoration: none;
}

.route-step span {
  display: grid;
  place-items: center;
  grid-row: span 3;
  width: 34px;
  height: 34px;
  color: #fff;
  background: var(--leaf-dark);
  border-radius: 50%;
  font-weight: 900;
}

.route-step strong {
  color: var(--leaf-dark);
  font-size: 1.02rem;
}

.route-step em {
  color: var(--clay);
  font-size: 0.82rem;
  font-style: normal;
  font-weight: 900;
}

.route-step small {
  color: var(--muted);
  font-weight: 700;
}

.finance-note {
  margin: 1rem 0;
  padding: 0.9rem;
  background: rgba(217, 154, 43, 0.14);
  border: 1px solid rgba(217, 154, 43, 0.24);
  border-radius: var(--radius);
}

.finance-note strong {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--leaf-dark);
}

.finance-note p {
  margin-bottom: 0;
  color: var(--muted);
}

.result-links {
  display: grid;
  gap: 0.6rem;
  margin-top: 1rem;
}

.result-links a {
  display: grid;
  gap: 0.15rem;
  padding: 0.75rem 0.85rem;
  color: var(--leaf-dark);
  background: rgba(217, 154, 43, 0.16);
  border-radius: var(--radius);
  font-weight: 800;
  text-decoration: none;
}

.result-links span,
.product-card small {
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 700;
}

.result-links .locked-link,
.product-card.locked {
  background:
    repeating-linear-gradient(135deg, rgba(23, 35, 29, 0.04) 0 8px, rgba(23, 35, 29, 0.08) 8px 16px),
    #f2f0e8;
}

.route-grid,
.product-grid {
  display: grid;
  gap: 0.85rem;
}

.route-card {
  padding: 1.1rem;
}

.route-card span,
.product-card span {
  display: inline-block;
  margin-bottom: 0.55rem;
  color: var(--clay);
  font-size: 0.82rem;
  font-weight: 900;
}

.route-card a {
  color: var(--leaf-dark);
  font-weight: 900;
}

.route-card[data-stage="control"] span {
  color: var(--teal);
}

.route-card[data-stage="crianza"] span {
  color: var(--gold);
}

.stage-experience {
  display: grid;
  gap: 1rem;
}

.stage-tabs {
  display: flex;
  gap: 0.45rem;
  padding: 0.35rem;
  overflow-x: auto;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(23, 35, 29, 0.08);
  border-radius: var(--radius);
  box-shadow: 0 14px 34px rgba(23, 35, 29, 0.08);
  scrollbar-width: thin;
}

.stage-tab {
  flex: 1 0 max-content;
  min-height: 46px;
  padding: 0.72rem 0.85rem;
  color: var(--leaf-dark);
  background: transparent;
  border: 1px solid transparent;
  border-radius: var(--radius);
  cursor: pointer;
  font: inherit;
  font-weight: 900;
}

.stage-tab.is-active {
  color: #fff;
  background: var(--leaf-dark);
  box-shadow: 0 12px 28px rgba(23, 35, 29, 0.16);
}

.stage-panels {
  min-width: 0;
}

.stage-panel {
  display: grid;
  gap: 1rem;
  min-width: 0;
  padding: 1rem;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(239, 245, 241, 0.9)),
    var(--surface);
  border: 1px solid rgba(23, 35, 29, 0.09);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.stage-panel[hidden] {
  display: none;
}

.stage-panel.is-active .stage-visual,
.stage-panel.is-active .equipment-list li {
  animation: stageRise 520ms ease both;
}

.stage-panel.is-active .equipment-list li:nth-child(2) {
  animation-delay: 120ms;
}

.stage-panel.is-active .equipment-list li:nth-child(3) {
  animation-delay: 220ms;
}

.stage-visual {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  min-height: 0;
  overflow: hidden;
  background: #f7f6ee;
  border: 1px solid rgba(23, 35, 29, 0.08);
  border-radius: var(--radius);
}

.stage-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.stage-copy {
  min-width: 0;
}

.stage-badge,
.coming-stage span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0.65rem;
  padding: 0.34rem 0.58rem;
  color: var(--leaf-dark);
  background: rgba(217, 154, 43, 0.18);
  border-radius: var(--radius);
  font-size: 0.8rem;
  font-weight: 900;
}

.stage-copy h3 {
  font-size: clamp(1.65rem, 7vw, 2.8rem);
}

.stage-copy p {
  color: var(--muted);
  font-size: 1.03rem;
}

.equipment-list {
  display: grid;
  gap: 0.55rem;
  margin: 1rem 0 1.2rem;
  padding: 0;
  list-style: none;
}

.equipment-list li {
  padding: 0.72rem 0.78rem;
  color: var(--leaf-dark);
  background: rgba(223, 231, 228, 0.72);
  border: 1px solid rgba(23, 35, 29, 0.08);
  border-radius: var(--radius);
  font-weight: 800;
}

.coming-stage {
  display: grid;
  gap: 0.7rem;
  padding: 1rem;
  background:
    repeating-linear-gradient(135deg, rgba(23, 35, 29, 0.04) 0 8px, rgba(23, 35, 29, 0.08) 8px 16px),
    #f2f0e8;
  border: 1px solid rgba(23, 35, 29, 0.08);
  border-radius: var(--radius);
}

.coming-stage h3,
.coming-stage p {
  margin-bottom: 0.25rem;
}

.coming-stage p {
  color: var(--muted);
}

.coming-stage a {
  color: var(--leaf-dark);
  font-weight: 900;
}

@keyframes stageRise {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.retake-section {
  display: grid;
  gap: 1rem;
  background: #eef3ef;
}

.retake-copy,
.process-list {
  padding: 1.1rem;
}

.retake-simulator {
  display: grid;
  gap: 0.9rem;
  min-width: 0;
}

.retake-panel,
.number-card,
.retake-breakdown,
.circular-note,
.retake-summary-card,
.handoff-grid article {
  background: var(--surface);
  border: 1px solid rgba(23, 35, 29, 0.09);
  border-radius: var(--radius);
  box-shadow: 0 12px 32px rgba(23, 35, 29, 0.08);
}

.retake-panel-body label {
  display: grid;
  gap: 0.4rem;
  color: var(--leaf-dark);
  font-weight: 900;
}

.retake-panel-body select {
  width: 100%;
  min-height: 46px;
  padding: 0.65rem 0.75rem;
  color: var(--ink);
  background: #f7f6ee;
  border: 1px solid rgba(23, 35, 29, 0.12);
  border-radius: var(--radius);
  font: inherit;
  font-weight: 750;
}

.retake-accordion {
  display: grid;
  gap: 0.7rem;
}

.retake-panel {
  overflow: hidden;
}

.retake-panel summary {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 0.7rem;
  align-items: center;
  min-height: 58px;
  padding: 0.8rem 0.9rem;
  color: var(--leaf-dark);
  cursor: pointer;
  font-weight: 900;
  list-style: none;
}

.retake-panel summary::-webkit-details-marker {
  display: none;
}

.retake-panel summary span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: #fff;
  background: var(--leaf-dark);
  border-radius: 50%;
}

.retake-panel[open] summary {
  background: rgba(217, 154, 43, 0.14);
}

.retake-panel-body {
  display: grid;
  gap: 0.85rem;
  padding: 0 0.9rem 0.95rem;
}

.retake-panel-body p {
  margin: 0;
  color: var(--muted);
  font-weight: 650;
}

.simulator-switches {
  display: grid;
  gap: 0.55rem;
}

.simulator-switches label {
  display: flex;
  grid-template-columns: none;
  align-items: center;
  gap: 0.55rem;
  min-height: 44px;
  padding: 0.65rem 0.75rem;
  background: #f7f6ee;
  border: 1px solid rgba(23, 35, 29, 0.08);
  border-radius: var(--radius);
  cursor: pointer;
}

.simulator-switches input {
  flex: 0 0 auto;
  accent-color: var(--leaf);
}

.simulator-note {
  margin: 0;
  padding: 0.72rem 0.8rem;
  color: var(--muted);
  background: rgba(217, 154, 43, 0.12);
  border: 1px solid rgba(217, 154, 43, 0.22);
  border-radius: var(--radius);
  font-size: 0.92rem;
  font-weight: 750;
}

.retake-numbers {
  display: grid;
  gap: 0.7rem;
}

.number-card {
  display: grid;
  gap: 0.25rem;
  padding: 0.95rem;
}

.number-card span,
.retake-breakdown span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.number-card strong {
  color: var(--leaf-dark);
  font-size: clamp(1.65rem, 8vw, 2.35rem);
  line-height: 1;
}

.number-card small {
  color: var(--muted);
  font-weight: 700;
}

.number-card.highlight {
  color: #fff;
  background:
    linear-gradient(145deg, var(--leaf-dark), var(--leaf)),
    var(--leaf-dark);
}

.number-card.highlight span,
.number-card.highlight small,
.number-card.highlight strong {
  color: #fff;
}

.retake-breakdown {
  display: grid;
  gap: 0;
  overflow: hidden;
}

.retake-breakdown div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.8rem 0.95rem;
  border-bottom: 1px solid rgba(23, 35, 29, 0.08);
}

.retake-breakdown div:last-child {
  border-bottom: 0;
}

.retake-breakdown strong {
  color: var(--leaf-dark);
  text-align: right;
}

.retake-breakdown .total-row {
  background: rgba(217, 154, 43, 0.16);
}

.handoff-grid {
  display: grid;
  gap: 0.65rem;
}

.handoff-grid article {
  padding: 0.85rem;
}

.handoff-grid strong {
  display: block;
  margin-bottom: 0.25rem;
  color: var(--leaf-dark);
}

.retake-summary-card {
  display: grid;
  gap: 0.8rem;
  padding: 1rem;
}

.retake-summary-card h3 {
  color: var(--leaf-dark);
}

.summary-grid {
  display: grid;
  gap: 0.55rem;
}

.summary-grid span {
  display: grid;
  gap: 0.2rem;
  padding: 0.68rem 0.75rem;
  color: var(--muted);
  background: rgba(223, 231, 228, 0.72);
  border-radius: var(--radius);
  font-size: 0.84rem;
  font-weight: 850;
  text-transform: uppercase;
}

.summary-grid strong {
  color: var(--leaf-dark);
  font-size: 1rem;
  text-transform: none;
}

.retake-summary-card p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  font-weight: 650;
}

.circular-note {
  padding: 1rem;
  background:
    linear-gradient(135deg, rgba(36, 107, 69, 0.08), rgba(217, 154, 43, 0.12)),
    var(--surface);
}

.circular-note strong {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--leaf-dark);
  font-size: 1.08rem;
}

.circular-note p {
  margin-bottom: 0;
  color: var(--muted);
  font-weight: 650;
}

.process-list {
  display: grid;
  gap: 0.85rem;
  margin: 0;
  list-style-position: inside;
}

.process-list li {
  color: var(--muted);
}

.process-list strong {
  color: var(--ink);
}

.product-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: var(--surface);
  color: inherit;
  text-decoration: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.product-card:hover,
.product-card:focus-visible {
  border-color: rgba(217, 154, 43, 0.42);
  box-shadow: 0 18px 44px rgba(23, 35, 29, 0.14);
  outline: none;
  transform: translateY(-3px);
}

.product-card summary,
.product-card-body {
  display: grid;
  gap: 0.55rem;
  padding: 0.8rem;
  cursor: pointer;
  list-style: none;
}

.product-card summary::-webkit-details-marker {
  display: none;
}

.product-card picture {
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #f7f6ee;
  border: 1px solid rgba(23, 35, 29, 0.08);
  border-radius: var(--radius);
}

.product-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-card strong {
  color: var(--leaf-dark);
  font-size: 1.45rem;
  line-height: 1.05;
}

.product-card small {
  display: block;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
}

.product-card summary em,
.product-card-cta {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  width: 100%;
  margin-top: 0.25rem;
  padding: 0.62rem 0.72rem;
  color: var(--leaf-dark);
  background: rgba(217, 154, 43, 0.16);
  border: 1px solid rgba(217, 154, 43, 0.28);
  border-radius: var(--radius);
  font-style: normal;
  font-weight: 900;
}

.product-card summary em::after,
.product-card-cta::after {
  content: "→";
  display: grid;
  place-items: center;
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  color: #fff;
  background: var(--leaf);
  border-radius: 50%;
}

.product-card[open] summary em {
  background: var(--leaf-dark);
  color: #fff;
}

.product-card[open] summary em::before {
  content: "Ocultar opciones";
}

.product-card[open] summary em {
  font-size: 0;
}

.product-card[open] summary em::before {
  font-size: 1rem;
}

.product-card[open] summary em::after {
  content: "-";
  background: var(--gold);
}

.product-options {
  display: grid;
  gap: 0.55rem;
  padding: 0.1rem 0.8rem 0.85rem;
  background: #fff;
  border-top: 1px solid rgba(23, 35, 29, 0.08);
}

.product-options p {
  margin: 0.55rem 0 0;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.product-options .button {
  justify-content: center;
  width: 100%;
  min-height: 42px;
  padding-block: 0.68rem;
  background: #f7f6ee;
}

.product-card[open] {
  border-color: rgba(217, 154, 43, 0.34);
  overflow: visible;
}

.status-pill {
  display: inline-flex;
  width: fit-content;
  padding: 0.32rem 0.55rem;
  color: var(--leaf-dark);
  background: rgba(217, 154, 43, 0.18);
  border-radius: var(--radius);
  font-size: 0.82rem;
  font-weight: 900;
}

.status-pill.locked {
  color: var(--clay);
  background: rgba(184, 93, 58, 0.14);
}

.site-footer {
  display: grid;
  gap: 1rem;
  padding: 2rem 1rem;
  color: #fff;
  background: var(--leaf-dark);
}

.site-footer p {
  margin: 0;
  font-weight: 800;
}

.site-footer div {
  flex-wrap: wrap;
  gap: 0.8rem;
  color: rgba(255, 255, 255, 0.78);
}

.product-hero {
  display: grid;
  gap: 1.2rem;
  padding: 3rem 1rem 2rem;
  background:
    linear-gradient(135deg, rgba(36, 107, 69, 0.12), rgba(217, 154, 43, 0.15)),
    var(--paper);
}

.product-hero h1 {
  color: var(--leaf-dark);
  font-size: clamp(2.7rem, 11vw, 5.5rem);
}

.product-hero p {
  max-width: 700px;
  color: var(--muted);
  font-size: 1.08rem;
}

.product-summary {
  display: grid;
  gap: 0.8rem;
  padding: 0 1rem 4rem;
}

.sales-panel,
.spec-panel,
.next-panel {
  padding: 1.1rem;
  background: var(--surface);
  border: 1px solid rgba(23, 35, 29, 0.09);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.sales-panel ul,
.spec-panel ul {
  display: grid;
  gap: 0.55rem;
  margin: 0 0 1.2rem;
  padding-left: 1.1rem;
  color: var(--muted);
}

.next-panel {
  background: var(--leaf-dark);
  color: #fff;
}

.next-panel p {
  color: rgba(255, 255, 255, 0.78);
}

.next-panel .button.primary {
  background: var(--gold);
  color: var(--ink);
}

.sales-page {
  padding-bottom: 92px;
}

.sales-hero,
.purchase-section,
.sales-section,
.product-next {
  padding: 3rem 1rem;
}

.sales-hero {
  display: grid;
  gap: 1rem;
  background:
    linear-gradient(135deg, rgba(36, 107, 69, 0.1), rgba(217, 154, 43, 0.12)),
    var(--paper);
}

.sales-hero h1 {
  color: var(--leaf-dark);
  font-size: clamp(2.5rem, 10vw, 5.2rem);
}

.product-sticker-lockup {
  display: inline-flex;
  gap: 0.7rem;
  align-items: center;
  width: fit-content;
  padding: 0.45rem 0.75rem 0.45rem 0.48rem;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(23, 35, 29, 0.09);
  border-radius: 999px;
  box-shadow: 0 14px 34px rgba(23, 35, 29, 0.1);
}

.product-sticker-lockup img {
  width: clamp(62px, 17vw, 92px);
  aspect-ratio: 1;
  object-fit: contain;
  background: #fff;
  border-radius: 50%;
}

.product-sticker-lockup span {
  color: var(--leaf-dark);
  font-size: 0.86rem;
  font-weight: 950;
  text-transform: uppercase;
}

.sales-hero-copy p:not(.eyebrow),
.purchase-section .section-copy p,
.sales-section .section-copy p {
  color: var(--muted);
  font-size: 1.04rem;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 1rem 0;
}

.trust-row span {
  padding: 0.45rem 0.65rem;
  color: var(--leaf-dark);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(23, 35, 29, 0.08);
  border-radius: var(--radius);
  font-weight: 900;
}

.sales-gallery,
.main-product-image,
.order-builder,
.order-summary,
.benefit-grid article,
.benchmark-grid article,
.faq-grid details {
  background: var(--surface);
  border: 1px solid rgba(23, 35, 29, 0.09);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.sales-gallery {
  position: relative;
  display: grid;
  gap: 0.8rem;
  padding: 0.85rem;
  overflow: hidden;
  touch-action: pan-y;
}

.main-product-image {
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #f7f6ee;
}

.main-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.thumb-marquee {
  overflow: hidden;
}

.thumb-marquee div {
  display: flex;
  gap: 0.6rem;
  width: max-content;
  animation: thumbScroll 34s linear infinite;
}

.sales-gallery:hover .thumb-marquee div,
.sales-gallery:focus-within .thumb-marquee div {
  animation-play-state: paused;
}

.thumb-marquee img {
  width: 104px;
  aspect-ratio: 1;
  object-fit: cover;
  background: #f7f6ee;
  border: 1px solid rgba(23, 35, 29, 0.08);
  border-radius: var(--radius);
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.thumb-marquee img:hover,
.thumb-marquee img:focus-visible,
.thumb-marquee img.is-active {
  border-color: rgba(217, 154, 43, 0.78);
  box-shadow: 0 0 0 3px rgba(217, 154, 43, 0.2);
  outline: none;
  transform: translateY(-2px);
}

.proof-carousel {
  position: relative;
  margin-bottom: 1rem;
  overflow: hidden;
  background: var(--surface);
  border: 1px solid rgba(23, 35, 29, 0.09);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  touch-action: pan-y;
}

.proof-carousel > div {
  display: flex;
  gap: 0.8rem;
  width: max-content;
  padding: 0.85rem;
  transition: transform 0.55s ease;
  will-change: transform;
}

.proof-carousel picture {
  display: block;
  width: min(72vw, 340px);
  aspect-ratio: 1;
  overflow: hidden;
  background: #f7f6ee;
  border: 1px solid rgba(23, 35, 29, 0.08);
  border-radius: var(--radius);
}

.proof-carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.purchase-layout {
  display: grid;
  gap: 1rem;
}

.order-builder,
.order-summary {
  padding: 1rem;
}

.order-builder {
  display: grid;
  gap: 0.75rem;
}

.order-builder legend {
  margin-bottom: 0.65rem;
  color: var(--leaf-dark);
}

.order-panel {
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(23, 35, 29, 0.09);
  border-radius: var(--radius);
}

.order-panel summary {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 0.7rem;
  align-items: center;
  padding: 0.8rem;
  color: var(--leaf-dark);
  cursor: pointer;
  font-weight: 950;
  list-style: none;
}

.order-panel summary::-webkit-details-marker {
  display: none;
}

.order-panel summary span {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  color: #fff;
  background: var(--leaf-dark);
  border-radius: 50%;
  font-size: 0.86rem;
}

.order-panel[open] summary {
  background: rgba(217, 154, 43, 0.15);
}

.order-panel fieldset {
  display: grid;
  gap: 0.85rem;
  min-width: 0;
  margin: 0;
  padding: 0 0.85rem 0.9rem;
  border: 0;
}

.option-grid,
.price-options,
.benefit-grid,
.benchmark-grid,
.social-proof-grid,
.faq-grid {
  display: grid;
  gap: 0.75rem;
}

.option-grid label,
.price-options label {
  display: grid;
  gap: 0.25rem;
  padding: 0.8rem;
  background: #f7f6ee;
  border: 1px solid rgba(23, 35, 29, 0.08);
  border-radius: var(--radius);
  cursor: pointer;
  font-weight: 850;
}

.option-grid input,
.price-options input {
  accent-color: var(--leaf);
}

.option-grid label:has(input:checked),
.price-options label:has(input:checked) {
  background: rgba(217, 154, 43, 0.16);
  border-color: rgba(217, 154, 43, 0.42);
}

[data-size-options].is-kit .price-options {
  opacity: 0.72;
}

.option-grid span,
.price-options span,
.form-note,
.order-summary p,
.benefit-grid p,
.benchmark-grid p,
.social-proof-grid p,
.faq-grid p {
  color: var(--muted);
  font-weight: 650;
}

.quantity-row {
  display: grid;
  grid-template-columns: 48px minmax(86px, 1fr) 48px;
  gap: 0.55rem;
  max-width: 260px;
}

.quantity-row button,
.quantity-row input {
  min-height: 46px;
  border: 1px solid rgba(23, 35, 29, 0.12);
  border-radius: var(--radius);
  font: inherit;
  font-weight: 900;
  text-align: center;
}

.quantity-row button {
  color: #fff;
  background: var(--leaf-dark);
  cursor: pointer;
}

.order-summary {
  align-self: start;
}

.order-summary h3 {
  color: var(--leaf-dark);
}

.benefit-grid article {
  padding: 1rem;
}

.benefit-grid span,
.benchmark-grid span {
  display: inline-flex;
  margin-bottom: 0.55rem;
  color: var(--clay);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.benchmark-grid article {
  display: grid;
  align-content: start;
  gap: 0.65rem;
  padding: 1rem;
}

.pros-cons {
  display: grid;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pros-cons li {
  position: relative;
  min-height: 42px;
  padding: 0.7rem 0.75rem 0.7rem 2.2rem;
  color: var(--muted);
  background: #f7f6ee;
  border: 1px solid rgba(23, 35, 29, 0.08);
  border-radius: var(--radius);
  font-weight: 750;
  line-height: 1.35;
}

.pros-cons li::before {
  position: absolute;
  top: 0.72rem;
  left: 0.75rem;
  display: grid;
  width: 1.1rem;
  height: 1.1rem;
  place-items: center;
  color: #fff;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 900;
  line-height: 1;
}

.pros-cons .pro::before {
  content: "+";
  background: var(--leaf);
}

.pros-cons .con::before {
  content: "-";
  background: var(--clay);
}

.benchmark-grid .highlight {
  background:
    linear-gradient(135deg, rgba(217, 154, 43, 0.2), rgba(255, 255, 255, 0) 58%),
    var(--surface);
  border-color: rgba(217, 154, 43, 0.46);
  box-shadow: 0 22px 46px rgba(23, 35, 29, 0.14);
}

.benchmark-grid .highlight h3 {
  color: var(--leaf-dark);
}

.benchmark-grid .highlight .pros-cons li {
  background: rgba(255, 255, 255, 0.78);
  border-color: rgba(217, 154, 43, 0.25);
}

.version-tabs {
  display: grid;
  gap: 0.6rem;
  margin-bottom: 0.9rem;
}

.version-choice-card {
  display: grid;
  gap: 0.6rem;
  padding: 0.65rem;
  background: #f7f6ee;
  border: 1px solid rgba(23, 35, 29, 0.09);
  border-radius: var(--radius);
}

.version-choice-card.is-active {
  background: rgba(217, 154, 43, 0.16);
  border-color: rgba(217, 154, 43, 0.48);
  box-shadow: 0 12px 28px rgba(23, 35, 29, 0.1);
}

.version-choice-main {
  display: grid;
  gap: 0.28rem;
  padding: 0;
  color: inherit;
  background: transparent;
  border: 0;
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.version-choice-main span,
.variant-stepper span {
  color: var(--clay);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.version-choice-main strong {
  color: var(--leaf-dark);
  font-size: 1.08rem;
  line-height: 1.1;
}

.version-choice-main small {
  color: var(--muted);
  font-weight: 700;
}

.version-choice-main b {
  color: var(--leaf-dark);
}

.version-choice-main em {
  width: fit-content;
  padding: 0.25rem 0.45rem;
  color: #fff;
  background: var(--leaf);
  border-radius: 999px;
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 950;
}

.variant-stepper {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) 36px;
  gap: 0.35rem;
  align-items: center;
}

.variant-stepper button {
  display: grid;
  place-items: center;
  min-height: 36px;
  color: #fff;
  background: var(--leaf-dark);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  font: inherit;
  font-size: 1.35rem;
  font-weight: 950;
  line-height: 1;
}

.variant-stepper span {
  min-height: 36px;
  display: grid;
  place-items: center;
  padding-inline: 0.45rem;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(23, 35, 29, 0.08);
  border-radius: 999px;
  text-align: center;
}

.variant-stepper.is-static {
  grid-template-columns: 1fr;
}

.version-tabs > button {
  display: grid;
  gap: 0.25rem;
  padding: 0.85rem;
  color: var(--leaf-dark);
  background: #f7f6ee;
  border: 1px solid rgba(23, 35, 29, 0.09);
  border-radius: var(--radius);
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.version-tabs > button span {
  color: var(--clay);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.version-tabs > button strong {
  color: var(--leaf-dark);
  font-size: 1rem;
}

.version-tabs > button.is-active {
  background: rgba(217, 154, 43, 0.16);
  border-color: rgba(217, 154, 43, 0.48);
  box-shadow: 0 12px 28px rgba(23, 35, 29, 0.1);
}

.version-panel {
  display: grid;
  gap: 1rem;
  padding: 1rem;
  background: var(--surface);
  border: 1px solid rgba(23, 35, 29, 0.09);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.version-panel h3 {
  color: var(--leaf-dark);
  font-size: clamp(1.7rem, 7vw, 2.6rem);
}

.version-panel p:not(.eyebrow) {
  color: var(--muted);
  font-weight: 700;
}

.spec-list {
  display: grid;
  gap: 0.55rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.spec-list li {
  display: grid;
  gap: 0.2rem;
  padding: 0.75rem;
  background: #f7f6ee;
  border: 1px solid rgba(23, 35, 29, 0.08);
  border-radius: var(--radius);
}

.spec-list span {
  color: var(--clay);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.spec-list strong {
  color: var(--leaf-dark);
  font-size: 0.95rem;
}

.comparison-vs {
  display: grid;
  gap: 0.8rem;
  padding: 0.9rem;
  background: linear-gradient(135deg, rgba(36, 107, 69, 0.08), rgba(217, 154, 43, 0.13)), #fff;
  border: 1px solid rgba(23, 35, 29, 0.09);
  border-radius: var(--radius);
}

.comparison-vs > div {
  display: grid;
  gap: 0.2rem;
  padding: 0.75rem;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(23, 35, 29, 0.07);
  border-radius: var(--radius);
}

.comparison-vs span {
  color: var(--clay);
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: uppercase;
}

.comparison-vs strong {
  color: var(--leaf-dark);
}

.comparison-target > div {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 38px;
  gap: 0.45rem;
  align-items: center;
}

.comparison-target button {
  display: grid;
  place-items: center;
  min-height: 38px;
  color: #fff;
  background: var(--leaf-dark);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  font: inherit;
  font-size: 1.35rem;
  font-weight: 950;
  line-height: 1;
}

.comparison-target button:hover,
.comparison-target button:focus-visible {
  background: var(--gold);
  color: var(--ink);
  outline: none;
}

.comparison-target strong {
  display: grid;
  gap: 0.15rem;
  text-align: center;
}

.comparison-target small {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 850;
}

.comparison-target p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
  text-align: center;
}

.comparison-vs ul {
  display: grid;
  gap: 0.45rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.comparison-vs li {
  display: grid;
  grid-template-columns: 0.72fr 1fr 1fr;
  gap: 0.45rem;
  align-items: start;
  padding: 0.65rem;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(23, 35, 29, 0.07);
  border-radius: var(--radius);
}

.comparison-vs li strong {
  font-size: 0.88rem;
}

.social-proof-grid {
  max-width: 820px;
  margin-inline: auto;
}

.social-stat-widget {
  display: grid;
  gap: 0.32rem;
  min-height: 148px;
  padding: 1.15rem;
  background: var(--surface);
  border: 1px solid rgba(23, 35, 29, 0.09);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.social-stat-widget strong {
  color: var(--leaf-dark);
  font-size: clamp(2.4rem, 12vw, 4.4rem);
  line-height: 0.9;
}

.social-stat-widget span {
  color: var(--clay);
  font-size: 0.9rem;
  font-weight: 950;
  text-transform: uppercase;
}

.social-stat-widget p {
  margin: 0;
  color: var(--muted);
  font-weight: 700;
}

.testimonial-carousel {
  position: relative;
  margin-top: 1rem;
  overflow: hidden;
  touch-action: pan-y;
}

.carousel-arrow {
  position: absolute;
  top: 46%;
  z-index: 5;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #fff;
  background: rgba(21, 63, 43, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  box-shadow: 0 14px 34px rgba(23, 35, 29, 0.24);
  cursor: pointer;
  font: inherit;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
  transform: translateY(-50%);
}

.carousel-arrow:hover,
.carousel-arrow:focus-visible {
  background: var(--gold);
  color: var(--ink);
  outline: none;
}

.carousel-arrow.is-prev {
  left: 0.8rem;
}

.carousel-arrow.is-next {
  right: 0.8rem;
}

.testimonial-carousel > div {
  display: flex;
  gap: 0.85rem;
  width: max-content;
  transition: transform 0.55s ease;
  will-change: transform;
}

.sales-carousel-dots {
  display: flex;
  justify-content: center;
  gap: 0.48rem;
  padding: 0.2rem 0.85rem 0.95rem;
  width: 100%;
  text-align: center;
}

.sales-carousel-dot {
  width: 10px;
  height: 10px;
  padding: 0;
  background: rgba(23, 35, 29, 0.26);
  border: 0;
  border-radius: 999px;
  cursor: pointer;
}

.sales-carousel-dot.is-active {
  width: 28px;
  background: var(--gold);
}

.testimonial-card {
  display: grid;
  gap: 0.75rem;
  width: min(78vw, 340px);
  padding: 0.85rem;
  background:
    linear-gradient(135deg, rgba(36, 107, 69, 0.08), rgba(217, 154, 43, 0.1)),
    var(--surface);
  border: 1px solid rgba(23, 35, 29, 0.09);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.testimonial-card img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  background: #fff;
  border: 1px dashed rgba(23, 35, 29, 0.18);
  border-radius: var(--radius);
}

.whatsapp-bubble {
  position: relative;
  display: grid;
  gap: 0.35rem;
  padding: 0.8rem 0.9rem;
  background: #e7f7df;
  border: 1px solid rgba(36, 107, 69, 0.14);
  border-radius: 16px 16px 16px 4px;
}

.whatsapp-bubble span {
  color: var(--leaf-dark);
  font-size: 0.78rem;
  font-weight: 950;
}

.whatsapp-bubble p {
  margin: 0;
  color: #20332a;
  font-size: 0.95rem;
  font-weight: 750;
}

.video-slot {
  margin-top: 1rem;
  overflow: hidden;
  background: #f7f6ee;
  border: 1px solid rgba(23, 35, 29, 0.09);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  aspect-ratio: 16 / 9;
}

.video-slot iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.faq-grid details {
  padding: 0.95rem 1rem;
}

.faq-grid summary {
  color: var(--leaf-dark);
  cursor: pointer;
  font-weight: 900;
}

.faq-grid p {
  margin: 0.65rem 0 0;
}

.product-next {
  margin: 0 1rem 4rem;
}

.floating-order {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 30;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.75rem;
  align-items: center;
  padding: 0.75rem;
  color: #fff;
  background: rgba(21, 63, 43, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  box-shadow: 0 18px 50px rgba(23, 35, 29, 0.28);
}

.floating-order span {
  display: block;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.82rem;
  font-weight: 800;
}

.floating-order strong {
  display: block;
  line-height: 1.1;
}

.floating-order .button.primary {
  grid-column: 1 / -1;
  background: var(--gold);
  color: var(--ink);
}

.floating-qty {
  display: grid;
  grid-template-columns: 34px 34px 34px;
  gap: 0.3rem;
  align-items: center;
  justify-content: start;
  margin-top: 0.45rem;
}

.floating-qty button,
.floating-qty span {
  display: grid;
  place-items: center;
  min-height: 34px;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  font: inherit;
  font-size: 0.95rem;
  font-weight: 950;
  line-height: 1;
}

.floating-qty button {
  cursor: pointer;
}

@keyframes thumbScroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (min-width: 720px) {
  .site-header {
    padding-inline: 1.5rem;
  }

  .nav-links {
    display: flex;
  }

  .nav-cta {
    margin-left: 0;
  }

  .hero-content {
    padding-inline: clamp(1.5rem, 6vw, 5rem);
  }

  .finder-section {
    display: grid;
    grid-template-columns: minmax(260px, 0.82fr) minmax(420px, 1.18fr);
    gap: 2rem;
    align-items: start;
  }

  .finder-section,
  .growth-carousel-section,
  .route-section,
  .retake-section,
  .products-section,
  .sales-hero,
  .purchase-section,
  .sales-section,
  .product-hero,
  .product-summary {
    padding-inline: clamp(1.5rem, 6vw, 5rem);
  }

  .sales-hero {
    grid-template-columns: minmax(360px, 0.92fr) minmax(360px, 0.78fr);
    gap: 2rem;
    align-items: center;
  }

  .purchase-layout {
    grid-template-columns: minmax(420px, 1fr) minmax(320px, 0.72fr);
    align-items: start;
  }

  .order-summary {
    position: sticky;
    top: 88px;
  }

  .option-grid,
  .benefit-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .benchmark-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .social-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .version-tabs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .version-panel {
    grid-template-columns: minmax(260px, 0.8fr) minmax(420px, 1.2fr);
    align-items: start;
    padding: 1.2rem;
  }

  .spec-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .comparison-vs {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .comparison-vs ul {
    grid-column: 1 / -1;
  }

  .proof-carousel picture {
    width: min(32vw, 360px);
  }

  .testimonial-card {
    width: min(31vw, 360px);
  }

  .faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-next {
    margin-inline: clamp(1.5rem, 6vw, 5rem);
  }

  .floating-order {
    left: auto;
    right: 1.4rem;
    bottom: 1.4rem;
    width: min(430px, calc(100vw - 2.8rem));
    grid-template-columns: minmax(0, 1fr) auto auto;
  }

  .floating-order .button.primary {
    grid-column: auto;
  }

  .growth-carousel-section {
    padding-top: 0;
  }

  .growth-track {
    min-height: 540px;
  }

  .growth-card {
    width: min(36vw, 430px);
    min-height: 430px;
  }

  .growth-card[data-position="-1"] {
    opacity: 0.58;
    filter: saturate(0.78);
    transform: translateX(calc(-50% - 31vw)) scale(0.86);
  }

  .growth-card[data-position="1"] {
    opacity: 0.58;
    filter: saturate(0.78);
    transform: translateX(calc(-50% + 31vw)) scale(0.86);
  }

  .growth-card[data-position="-2"] {
    opacity: 0.18;
    filter: saturate(0.65);
    transform: translateX(calc(-50% - 54vw)) scale(0.76);
  }

  .growth-card[data-position="2"] {
    opacity: 0.18;
    filter: saturate(0.65);
    transform: translateX(calc(-50% + 54vw)) scale(0.76);
  }

  .stage-panel {
    grid-template-columns: minmax(300px, 0.95fr) minmax(340px, 1.05fr);
    gap: 1.25rem;
    align-items: center;
    padding: 1.25rem;
  }

  .stage-visual {
    min-height: 380px;
  }

  .coming-stage {
    grid-template-columns: auto 1fr auto;
    align-items: center;
  }

  .choice-grid,
  .route-grid,
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .retake-section {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 1.25rem;
  }

  .retake-copy {
    max-width: 980px;
    padding: 1.35rem 1.45rem;
  }

  .retake-copy h2 {
    max-width: 820px;
    font-size: clamp(2.1rem, 4.4vw, 4rem);
  }

  .retake-copy p:not(.eyebrow) {
    max-width: 860px;
  }

  .retake-simulator {
    grid-template-columns: minmax(520px, 1.22fr) minmax(340px, 0.78fr);
    gap: 1rem;
    align-items: start;
  }

  .retake-accordion {
    min-width: 0;
  }

  .retake-panel summary {
    min-height: 64px;
    padding: 0.95rem 1.05rem;
  }

  .retake-panel-body {
    gap: 1rem;
    padding: 0 1.05rem 1.1rem;
  }

  .retake-summary-card {
    position: sticky;
    top: 88px;
    padding: 1.15rem;
  }

  .summary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .circular-note,
  .retake-simulator > .button {
    grid-column: 1 / -1;
  }

  .retake-numbers {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .handoff-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .product-summary {
    grid-template-columns: minmax(360px, 1fr) minmax(280px, 0.72fr);
    align-items: start;
  }

  .next-panel {
    grid-column: 1 / -1;
  }
}

@media (min-width: 1040px) {
  .route-grid,
  .product-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .hero {
    min-height: 86vh;
  }

  .hero-content {
    min-height: 86vh;
  }
}
