:root {
  --bg: #ef7c0f;
  --bg-deep: #d96b09;
  --surface: #ffffff;
  --surface-tint: #fff3e2;
  --border: rgba(255, 255, 255, 0.25);
  --border-card: rgba(29, 29, 27, 0.1);

  --orange: #ef7c0f;
  --amber: #f49819;
  --yellow: #ffed00;
  --red: #ed1c24;
  --black: #1d1d1b;
  --gray: #727272;

  --whatsapp: #25d366;
  --whatsapp-dark: #128c4a;

  --text: #1d1d1b;
  --text-muted: #6b6b68;
  --text-on-orange: #ffffff;
  --text-on-orange-muted: rgba(255, 255, 255, 0.85);

  --radius-sm: 12px;
  --radius: 20px;
  --radius-lg: 28px;

  --shadow-sm: 0 2px 10px rgba(29, 29, 27, 0.08);
  --shadow: 0 16px 40px rgba(0, 0, 0, 0.22);

  --ease: cubic-bezier(0.34, 1.56, 0.64, 1);
  --ease-soft: cubic-bezier(0.4, 0, 0.2, 1);
  --dur: 220ms;

  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --space-7: 48px;
  --space-8: 64px;

  --container: 1120px;
  --font-heading: "Fredoka", Nunito, sans-serif;

  --net-pattern: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNjAiIGhlaWdodD0iMjYwIiB2aWV3Qm94PSIwIDAgMjYwIDI2MCI+CiAgPGcgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgb3BhY2l0eT0iMC4xNiI+CiAgICA8cGF0aCBkPSJNMzAgNjBjOC0xMCAyMC0xMCAyOCAwTTIyIDY4YzEzLTE2IDMzLTE2IDQ0IDBNMTQgNzZjMTgtMjIgNDYtMjIgNjAgMCIvPgogICAgPGNpcmNsZSBjeD0iNDQiIGN5PSI4NCIgcj0iMyIgZmlsbD0iI2ZmZmZmZiIgc3Ryb2tlPSJub25lIi8+CiAgPC9nPgogIDxnIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzFkMWQxYiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIG9wYWNpdHk9IjAuMSI+CiAgICA8cGF0aCBkPSJNMTcwIDE1MGM3LTkgMTctOSAyNCAwTTE2MyAxNTdjMTEtMTQgMjgtMTQgMzggME0xNTYgMTY0YzE1LTE5IDM5LTE5IDUyIDAiLz4KICAgIDxjaXJjbGUgY3g9IjE4MiIgY3k9IjE3MSIgcj0iMi42IiBmaWxsPSIjMWQxZDFiIiBzdHJva2U9Im5vbmUiLz4KICA8L2c+CiAgPGcgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmZmZmIiBzdHJva2Utd2lkdGg9IjIiIG9wYWNpdHk9IjAuMTQiPgogICAgPHJlY3QgeD0iMTkwIiB5PSI0MCIgd2lkdGg9IjQ2IiBoZWlnaHQ9IjE4IiByeD0iNCIvPgogICAgPHBhdGggZD0iTTE5OCA0MHYtNk0yMTAgNDB2LTlNMjIyIDQwdi02IiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KICAgIDxjaXJjbGUgY3g9IjIwMCIgY3k9IjQ5IiByPSIxLjYiIGZpbGw9IiNmZmZmZmYiIHN0cm9rZT0ibm9uZSIvPgogICAgPGNpcmNsZSBjeD0iMjA4IiBjeT0iNDkiIHI9IjEuNiIgZmlsbD0iI2ZmZmZmZiIgc3Ryb2tlPSJub25lIi8+CiAgPC9nPgogIDxnIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzFkMWQxYiIgc3Ryb2tlLXdpZHRoPSIyIiBvcGFjaXR5PSIwLjA5Ij4KICAgIDxyZWN0IHg9IjIwIiB5PSIxOTAiIHdpZHRoPSI0MCIgaGVpZ2h0PSIxNiIgcng9IjQiLz4KICAgIDxwYXRoIGQ9Ik0yNyAxOTB2LTVNMzcgMTkwdi04TTQ3IDE5MHYtNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+CiAgICA8Y2lyY2xlIGN4PSIyOSIgY3k9IjE5OCIgcj0iMS40IiBmaWxsPSIjMWQxZDFiIiBzdHJva2U9Im5vbmUiLz4KICAgIDxjaXJjbGUgY3g9IjM2IiBjeT0iMTk4IiByPSIxLjQiIGZpbGw9IiMxZDFkMWIiIHN0cm9rZT0ibm9uZSIvPgogIDwvZz4KPC9zdmc+");
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}

.cursorGlow {
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  background: radial-gradient(
    600px circle at var(--mx, 50vw) var(--my, 35vh),
    rgba(255, 255, 255, 0.18),
    transparent 60%
  );
  mix-blend-mode: soft-light;
  transition: background 80ms linear;
}

@media (prefers-reduced-motion: reduce) {
  .cursorGlow {
    display: none;
  }
}

body {
  margin: 0;
  font-family: Nunito, system-ui, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  color: var(--text-on-orange);
  background-color: var(--bg);
  -webkit-font-smoothing: antialiased;
}

/* =========================================
   SPACE BACKGROUND (parallax)
   ========================================= */

.spaceBg {
  position: fixed;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
  perspective: 1400px;
}

.spaceBg__stage {
  position: absolute;
  inset: -6%;
  width: 112%;
  height: 112%;
  transform-style: preserve-3d;
  transition: transform 160ms ease-out;
  will-change: transform;
}

.spaceBg__svg {
  display: block;
  width: 100%;
  height: 100%;
}

.spaceBg__layer {
  transition: transform 160ms ease-out;
}

@media (prefers-reduced-motion: reduce) {
  .spaceBg__stage,
  .spaceBg__layer {
    transition: none;
  }
}

svg {
  width: 1em;
  height: 1em;
  flex-shrink: 0;
}

button,
input {
  font-family: inherit;
}

a {
  color: inherit;
}

.container {
  width: min(var(--container), 92vw);
  margin: 0 auto;
}

.section__title {
  margin: 0 0 var(--space-2);
  text-align: center;
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: clamp(22px, 6vw, 32px);
  letter-spacing: -0.2px;
  color: var(--text-on-orange);
}

.section__subtitle {
  margin: 0 0 var(--space-5);
  text-align: center;
  color: var(--text-on-orange-muted);
  font-size: 14.5px;
  font-weight: 700;
}

/* =========================================
   NAV
   ========================================= */

.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(217, 107, 9, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}

.nav__inner {
    width: min(var(--container), 92vw);
    margin: 0 auto;
    padding: 10px clamp(12px, 3vw, 24px);
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 8px var(--space-3);
    flex-direction: row;
}

.nav__logoChip {
  order: 1;
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  border-radius: 999px;
  background: #fff;
}

.nav__logo {
  width: clamp(90px, 20vw, 120px);
  height: auto;
  display: block;
}

.nav__ticker {
  order: 3;
  flex-basis: 100%;
  min-width: 0;
  height: 22px;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.nav__tickerTrack {
  display: flex;
  align-items: center;
  gap: var(--space-6);
  width: max-content;
  height: 100%;
  animation: marquee 16s linear infinite;
}

.nav__tickerTrack span {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 13px;
  color: #fff;
  white-space: nowrap;
  letter-spacing: 0.2px;
}

@media (min-width: 560px) {
  .nav__ticker {
    order: 2;
    flex: 1;
    flex-basis: auto;
    height: 26px;
  }

  .nav__cta {
    order: 3;
  }
}

.nav__cta {
  order: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 44px;
  padding: 0 18px;
  border: none;
  border-radius: 999px;
  background: var(--whatsapp);
  color: #052013;
  font-weight: 800;
  font-size: 13.5px;
  cursor: pointer;
  touch-action: manipulation;
  transition: transform var(--dur) var(--ease);
}

.nav__cta svg {
  width: 16px;
  height: 16px;
}

.nav__cta:active {
  transform: scale(0.94);
}

/* =========================================
   BOTONES
   ========================================= */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 54px;
  padding: 14px 22px;
  border: none;
  border-radius: var(--radius);
  font-weight: 800;
  font-size: 16px;
  cursor: pointer;
  touch-action: manipulation;
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease), opacity var(--dur) var(--ease-soft);
}

.btn svg {
  width: 20px;
  height: 20px;
}

.btn--whatsapp {
  background: linear-gradient(135deg, var(--whatsapp-dark), var(--whatsapp));
  color: #06210f;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
}

.btn--whatsapp:hover {
  transform: translateY(-2px) scale(1.02);
}

.btn--whatsapp:active {
  transform: translateY(0) scale(0.97);
}

.btn--whatsapp:disabled {
  opacity: 0.6;
  transform: none;
  cursor: default;
}

.btn--outline {
  background: #fff;
  color: var(--orange);
  border: 2px solid #fff;
}

.btn--outline:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: var(--shadow-sm);
}

.btn--outline:active {
  transform: translateY(0) scale(0.97);
}

/* =========================================
   HERO
   ========================================= */

.hero {
  position: relative;
  overflow: hidden;
  padding: var(--space-6) 0 var(--space-7);
}

.hero__texture {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    120% 90% at 50% 0%,
    rgba(255, 255, 255, 0.1),
    transparent 60%
  );
  pointer-events: none;
}

.hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-6);
  align-items: center;
}

.hero__copy {
  text-align: center;
}

.hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 var(--space-4);
  padding: 7px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid var(--border);
  color: #fff;
  font-weight: 800;
  font-size: 12.5px;
  letter-spacing: 0.2px;
}

.hero__eyebrow svg {
  width: 14px;
  height: 14px;
}

.hero__title {
  margin: 0 0 var(--space-3);
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: clamp(28px, 7.5vw, 44px);
  line-height: 1.12;
  letter-spacing: -0.3px;
  color: #fff;
}

.hero__titleHighlight {
  display: block;
  color: var(--black);
}

.hero__subtitle {
  max-width: 46ch;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 700;
  font-size: clamp(15px, 4vw, 18px);
}

/* Hero plan (popular, visible desde el inicio) */

.heroPlan {
  position: relative;
  max-width: 420px;
  margin: 0 auto;
  padding: var(--space-5);
  border-radius: var(--radius-lg);
  background: var(--surface);
  box-shadow: var(--shadow);
  border: 0;
}

.hero .heroPlan {
  border: 3px solid var(--black);
}

.hero .heroPlan::before,
.hero .heroPlan::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: var(--radius-lg);
  border: 3px solid var(--yellow);
  pointer-events: none;
  animation: heroPlan-pulse 2.4s ease-out infinite;
}

.hero .heroPlan::after {
  animation-delay: 1.2s;
}

.antes {
    text-decoration: line-through;
    font-size: small;
}

.speedTip--text {
  width: auto;
  height: auto;
  padding: 0;
  border-radius: 0;
  background: none;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  white-space: nowrap;
}

.heroPlan__name .speedTip--text {
  vertical-align: baseline;
}

@media (prefers-reduced-motion: reduce) {
  .heroPlan::before,
  .heroPlan::after {
    animation: none;
    display: none;
  }
}

@keyframes heroPlan-pulse {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  70% {
    transform: scale(1.045);
    opacity: 0;
  }
  100% {
    transform: scale(1.045);
    opacity: 0;
  }
}

.heroPlan__popularTag {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 6px 16px;
  border-radius: 999px;
  background: var(--black);
  color: var(--yellow);
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  white-space: nowrap;
}

.heroPlan__popularTag svg {
  width: 13px;
  height: 13px;
}

.heroPlan__badge {
  display: inline-flex;
  padding: 4px 12px;
  border-radius: 999px;
  background: rgba(239, 124, 15, 0.12);
  color: var(--orange);
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  margin: var(--space-2) 0 var(--space-2);
}

.heroPlan__name {
  margin: 0 0 4px;
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 30px;
  color: var(--text);
}

.heroPlan__was {
  margin: 0 0 var(--space-3);
  font-size: 13px;
  color: var(--text-muted);
  font-weight: 700;
}

.heroPlan__was b {
  color: var(--orange);
}

.heroPlan__price {
  display: flex;
  align-items: baseline;
  gap: 2px;
  margin-bottom: 2px;
}

.heroPlan__currency {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 24px;
  color: var(--orange);
}

.heroPlan__amount {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 48px;
  color: var(--orange);
  line-height: 1;
}

.heroPlan__amount small {
  font-size: 24px;
}

.heroPlan__period {
  font-size: 13px;
  font-weight: 800;
  color: var(--text-muted);
  margin-left: 4px;
}

.heroPlan__afterPromo {
  margin: 0 0 var(--space-4);
  font-size: 12px;
  color: var(--text-muted);
}

.heroPlan__speedGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: var(--space-4);
}

.heroPlan__speedGrid div {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 8px 10px;
  border-radius: var(--radius-sm);
  background: var(--surface-tint);
}

.heroPlan__speedGrid span {
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--text-muted);
  letter-spacing: 0.3px;
}

.heroPlan__speedGrid b {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 15px;
  color: var(--orange);
}

.heroPlan__features {
    list-style: none;
    margin: 0 0 var(--space-4);
    padding: 0;
    display: flex;
    flex-direction: row;
    gap: 8px;
    flex-wrap: nowrap;
}

.heroPlan__features li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13.5px;
  font-weight: 700;
  color: var(--text);
}


.heroPlan__features li img {
  width: auto;
  max-width: 100%;
  height: 44px;
  object-fit: contain;
  color: var(--whatsapp-dark);
  flex-shrink: 0;
}

/* =========================================
   TRUST STRIP
   ========================================= */

.trust {
  padding: var(--space-3) 0;
  background: rgba(29, 29, 27, 0.35);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  overflow: hidden;
}

.trust__track {
  display: flex;
  gap: var(--space-6);
  width: max-content;
  animation: marquee 20s linear infinite;
}

.trust__track span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 800;
  color: #fff;
  white-space: nowrap;
}

.trust__track span svg {
  width: 18px;
  height: 18px;
  color: var(--yellow);
}

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

@media (prefers-reduced-motion: reduce) {
  .trust__track {
    animation: none;
    flex-wrap: wrap;
    width: 100%;
  }
}

/* =========================================
   PLANES (secundarios)
   ========================================= */

.plans {
  padding: var(--space-7) 0;
  width: min(var(--container), 92vw);
  margin: 0 auto;
}

.plans__grid {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
  max-width: 640px;
  margin: 0 auto;
}

.planCard {
  position: relative;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  padding: var(--space-5);
  border: 0;
  border-radius: var(--radius-lg);
  outline: 0;
  background: var(--surface);
  box-shadow: none;
}

.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;
}

.speedTip {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /* width: 60px; */
    /* height: 36px; */
    padding: 4px 8px;
    border: none;
    border-radius: 30%;
    background: var(--surface-tint);
    color: var(--orange);
    cursor: pointer;
    flex-shrink: 0;
}

.speedTip svg {
  width: 15px;
  height: 15px;
}

.speedTip__panel {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translate(-50%, -4px);
  z-index: 5;
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: max-content;
  min-width: 190px;
  max-width: calc(100vw - 32px);
  padding: 10px 12px;
  border-radius: var(--radius-sm);
  background: var(--black);
  box-shadow: var(--shadow);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 160ms var(--ease-soft), transform 160ms var(--ease-soft), visibility 160ms;
}

.speedTip__panel::after {
  content: "";
  position: absolute;
  top: auto;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-bottom-color: var(--black);
}

.speedTip__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-width: 0;
  font-size: 11.5px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  color: rgba(255, 255, 255, 0.75);
}

.speedTip__row b {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 14px;
  text-transform: none;
  letter-spacing: 0;
  color: #fff;
  white-space: nowrap;
  flex-shrink: 0;
}

.speedTip.is-open .speedTip__panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

@media (hover: hover) {
  .speedTip:hover .speedTip__panel,
  .speedTip:focus-visible .speedTip__panel {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, 0);
  }
}

.plans__note {
  margin: var(--space-4) 0 0;
  text-align: center;
  font-size: 12px;
  color: var(--text-on-orange-muted);
}

.reveal {
  opacity: 0;
  transform: translateY(18px) scale(0.96);
  transition: opacity 500ms var(--ease-soft), transform 500ms var(--ease);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
  }
}

/* =========================================
   BENTO
   ========================================= */

.bento {
  padding: var(--space-6) 0 var(--space-7);
  width: min(var(--container), 92vw);
  margin: 0 auto;
}

.bento__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-3);
}

.bentoCard {
  padding: var(--space-4);
  border-radius: var(--radius-lg);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
  transition: transform var(--dur) var(--ease);
}

.bentoCard:hover {
  transform: translateY(-3px) scale(1.02);
}

.bentoCard__chip {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: var(--space-3);
  border-radius: 14px;
  background: linear-gradient(135deg, var(--amber), var(--orange));
  color: #fff;
}

.bentoCard__chip svg {
  width: 22px;
  height: 22px;
}

.bentoCard h3 {
  margin: 0 0 6px;
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 16px;
  color: var(--text);
}

.bentoCard p {
  margin: 0;
  font-size: 13.5px;
  color: var(--text-muted);
  font-weight: 600;
  line-height: 1.5;
}

/* =========================================
   FORMULARIO
   ========================================= */

.lead {
  padding: var(--space-7) 0;
  width: min(520px, 92vw);
  margin: 0 auto;
}

.lead__card {
  padding: var(--space-5);
  border-radius: var(--radius-lg);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.lead .section__title,
.lead .section__subtitle {
  color: var(--text);
}

.lead .section__subtitle {
  color: var(--text-muted);
}

.field {
  margin-bottom: var(--space-3);
  text-align: left;
}

.field label {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 800;
  color: var(--text);
}

.field input {
  width: 100%;
  height: 52px;
  padding: 0 16px;
  border-radius: var(--radius-sm);
  background: var(--surface-tint);
  border: 2px solid var(--border-card);
  color: var(--text);
  font-size: 16px;
  font-weight: 700;
  outline: none;
  transition: border-color var(--dur) var(--ease-soft);
}

.field input:focus {
  border-color: var(--orange);
}

.field input::placeholder {
  color: var(--text-muted);
  font-weight: 600;
}

.consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: var(--space-3) 0 var(--space-4);
  font-size: 12.5px;
  line-height: 1.5;
  color: var(--text-muted);
  text-align: left;
  cursor: pointer;
  font-weight: 600;
}

.consent input[type="checkbox"] {
  margin-top: 2px;
  width: 20px;
  height: 20px;
  min-width: 20px;
  accent-color: var(--orange);
  flex-shrink: 0;
}

.consent a {
  color: var(--orange);
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: 700;
}

/* =========================================
   FAQ
   ========================================= */

.faq {
  padding: 0 0 var(--space-7);
  width: min(720px, 92vw);
  margin: 0 auto;
}

.faq__intro {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-3);
  margin-bottom: var(--space-5);
  flex-wrap: wrap;
}

.faq__paco {
  width: 96px;
  height: auto;
  flex-shrink: 0;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.3));
}

.faq__intro-bubble {
  max-width: 360px;
  padding: 14px 18px;
  border-radius: var(--radius);
  background: var(--surface);
}

.faq__intro-bubble p {
  margin: 0;
  font-size: 13.5px;
  font-weight: 700;
  color: var(--text);
}

.faq__list {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}

.faq__item {
  border: none;
  border-radius: var(--radius);
  background: var(--surface);
  padding: 4px var(--space-4);
}

.faq__item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-3);
  padding: var(--space-3) 0;
  font-weight: 800;
  font-size: 14.5px;
  color: var(--text);
  cursor: pointer;
  list-style: none;
  touch-action: manipulation;
}

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

.faq__item summary svg {
  width: 18px;
  height: 18px;
  color: var(--orange);
  flex-shrink: 0;
  transition: transform var(--dur) var(--ease-soft);
}

.faq__item[open] summary svg {
  transform: rotate(180deg);
}

.faq__item p {
  margin: 0 0 var(--space-3);
  font-size: 13.5px;
  line-height: 1.6;
  color: var(--text-muted);
  font-weight: 600;
}

/* =========================================
   CTA FINAL
   ========================================= */

.finalCta {
  padding: var(--space-7) 0;
  background: rgba(29, 29, 27, 0.25);
  border-top: 1px solid var(--border);
}

.finalCta__inner {
  max-width: 520px;
  text-align: center;
}

.finalCta__title {
  margin: 0 0 var(--space-2);
  color: #fff;
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: clamp(22px, 6vw, 30px);
}

.finalCta__subtitle {
  margin: 0 0 var(--space-5);
  color: rgba(255, 255, 255, 0.85);
  font-size: 15px;
  font-weight: 700;
}

.finalCta__btn {
  max-width: 360px;
  margin: 0 auto;
}

/* =========================================
   LEGAL + FOOTER
   ========================================= */

.legal {
  padding: var(--space-4) 0;
  border-top: 1px solid var(--border);
}

.legal__details summary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: var(--space-2) 0;
  font-size: 12px;
  font-weight: 700;
  color: var(--text-on-orange-muted);
  cursor: pointer;
  list-style: none;
  touch-action: manipulation;
}

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

.legal__details summary svg {
  width: 14px;
  height: 14px;
  transition: transform var(--dur) var(--ease-soft);
}

.legal__details[open] summary svg {
  transform: rotate(180deg);
}

.legal p {
  margin: var(--space-3) 0 0;
  color: var(--text-on-orange-muted);
  font-size: 11.5px;
  line-height: 1.6;
}

.legal a {
  color: var(--black);
  text-decoration: underline;
  font-weight: 700;
}

.foot {
  padding: var(--space-5) var(--space-4) var(--space-6);
  text-align: center;
}

.foot__links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-2);
  margin-bottom: var(--space-3);
}

.foot__links a {
  color: var(--text-on-orange-muted);
  font-size: 12.5px;
  font-weight: 700;
  text-decoration: none;
}

.foot__links a:hover {
  color: #fff;
}

.foot__text {
  margin: 4px 0;
  color: var(--text-on-orange-muted);
  font-size: 11px;
  line-height: 1.5;
}

/* =========================================
   WHATSAPP FLOTANTE
   ========================================= */

.whatsapp-float {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 9998;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px) scale(0.9);
  pointer-events: none;
  transition: opacity var(--dur) ease, visibility var(--dur) ease, transform var(--dur) var(--ease);
}

.whatsapp-float__bubble {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  border-radius: 999px;
  background: var(--surface);
  color: var(--text);
  font-weight: 800;
  font-size: 13px;
  white-space: nowrap;
  box-shadow: var(--shadow-sm);
}

.whatsapp-float.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.whatsapp-float__btn {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: none;
  background: var(--whatsapp);
  color: #06210f;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
  transition: transform var(--dur) var(--ease);
  flex-shrink: 0;
  position: relative;
  touch-action: manipulation;
}

.whatsapp-float__btn:hover {
  transform: scale(1.08);
}

.whatsapp-float__btn:active {
  transform: scale(0.94);
}

.whatsapp-float__icon,
.whatsapp-float__btn svg {
  width: 28px;
  height: 28px;
}

.whatsapp-float__btn::after {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 2px solid rgba(37, 211, 102, 0.4);
  animation: whatsapp-pulse 2.2s ease-out infinite;
}

@media (prefers-reduced-motion: reduce) {
  .whatsapp-float__btn::after {
    animation: none;
  }
}

@keyframes whatsapp-pulse {
  0% {
    transform: scale(0.9);
    opacity: 1;
  }
  70% {
    transform: scale(1.35);
    opacity: 0;
  }
  100% {
    transform: scale(1.35);
    opacity: 0;
  }
}

/* =========================================
   BREAKPOINTS
   ========================================= */

@media (min-width: 860px) {
  .hero__grid {
    grid-template-columns: 1.1fr 1fr;
    text-align: left;
  }

  .hero__copy {
    text-align: left;
  }

  .hero__subtitle {
    margin: 0;
  }

  .heroPlan {
    margin: 0;
  }

  .plans__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: none;
  }

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