:root {
  --black: #050505;
  --black-2: #080808;
  --smoke: #10100f;
  --smoke-2: #151411;
  --gold: #d4af37;
  --gold-2: #c9a84c;
  --gold-3: #f6d77a;
  --cream: #f5f1df;
  --muted: #a8a8a8;
  --whatsapp: #25d366;
  --line: rgba(212, 175, 55, .24);
  --line-strong: rgba(246, 215, 122, .46);
  --shadow-gold: 0 24px 80px rgba(212, 175, 55, .16);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --max: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 18% 4%, rgba(212, 175, 55, .16), transparent 34rem),
    radial-gradient(circle at 83% 10%, rgba(37, 211, 102, .08), transparent 28rem),
    linear-gradient(180deg, var(--black) 0%, #070706 36%, #030303 100%);
  color: var(--cream);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }

.site-noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: .16;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to bottom, black 0%, transparent 95%);
}

.gold-orb {
  position: fixed;
  pointer-events: none;
  z-index: 0;
  width: 360px;
  height: 360px;
  border-radius: 999px;
  filter: blur(70px);
  opacity: .24;
  background: rgba(212, 175, 55, .42);
}
.gold-orb-a { left: -150px; top: 12vh; }
.gold-orb-b { right: -190px; top: 58vh; }

.topbar,
.section-shell,
.footer { position: relative; z-index: 1; }

.topbar {
  width: min(calc(100% - 32px), var(--max));
  margin: 18px auto 0;
  padding: 14px 16px;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(8, 8, 8, .78);
  backdrop-filter: blur(20px);
  box-shadow: 0 22px 70px rgba(0, 0, 0, .38), inset 0 1px rgba(255,255,255,.05);
  position: sticky;
  top: 14px;
  z-index: 20;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
}
.brand-mark {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-family: Cinzel, serif;
  font-weight: 700;
  color: var(--gold-3);
  background:
    radial-gradient(circle at 35% 25%, rgba(246, 215, 122, .32), transparent 30%),
    linear-gradient(145deg, rgba(28, 24, 14, .95), rgba(4, 4, 4, .96));
  border: 1px solid rgba(246, 215, 122, .48);
  box-shadow: 0 0 30px rgba(212, 175, 55, .18);
}
.brand-text {
  font-weight: 800;
  letter-spacing: .06em;
  font-size: .95rem;
}
.brand-text strong { color: var(--gold-3); }

.nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: rgba(245, 241, 223, .72);
  font-size: .94rem;
}
.nav a { transition: color .2s ease, transform .2s ease; }
.nav a:hover { color: var(--gold-3); transform: translateY(-1px); }
.nav-cta {
  color: #070706 !important;
  font-weight: 800;
  padding: 12px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--gold-3), var(--gold), #9f7a1e);
  box-shadow: 0 12px 36px rgba(212, 175, 55, .18);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.03);
  color: var(--cream);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}
.menu-toggle span {
  width: 18px;
  height: 2px;
  background: var(--gold-3);
  border-radius: 99px;
}

.section-shell {
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto;
  padding: 104px 0;
}

.hero-main {
  min-height: calc(100vh - 92px);
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  align-items: center;
  gap: 34px;
  padding-top: 72px;
}

.hero-copy { max-width: 590px; }
.eyebrow {
  margin: 0 0 15px;
  color: var(--gold-3);
  letter-spacing: .16em;
  text-transform: uppercase;
  font-size: .78rem;
  font-weight: 800;
}

h1, h2, h3, p { margin-top: 0; }
h1, h2 {
  font-family: Cinzel, Georgia, serif;
  line-height: 1.03;
  letter-spacing: -.045em;
}
h1 {
  font-size: clamp(3.45rem, 7.2vw, 6.8rem);
  margin-bottom: 22px;
  text-shadow: 0 10px 60px rgba(0,0,0,.65);
}
h1 span, h2 span { color: var(--gold-3); }
.hero-lead {
  color: rgba(245, 241, 223, .78);
  font-size: clamp(1.08rem, 1.5vw, 1.26rem);
  line-height: 1.72;
  max-width: 55ch;
  margin-bottom: 26px;
}

.benefit-list {
  display: grid;
  gap: 12px;
  margin-bottom: 30px;
}
.benefit-list span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(245, 241, 223, .85);
  font-weight: 600;
}
.benefit-list i {
  font-style: normal;
  color: var(--gold-3);
  filter: drop-shadow(0 0 8px rgba(246, 215, 122, .45));
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 22px;
  border-radius: 999px;
  font-weight: 900;
  letter-spacing: .04em;
  font-size: .92rem;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
  border: 1px solid transparent;
}
.btn:hover { transform: translateY(-2px); }
.btn-gold {
  color: #070706;
  background: linear-gradient(135deg, var(--gold-3) 0%, var(--gold) 45%, #8c6817 100%);
  box-shadow: 0 16px 46px rgba(212, 175, 55, .28), inset 0 1px rgba(255,255,255,.5);
}
.btn-gold:hover { box-shadow: 0 22px 62px rgba(246, 215, 122, .35); }
.btn-ghost {
  color: var(--cream);
  border-color: var(--line);
  background: rgba(255,255,255,.035);
  box-shadow: inset 0 1px rgba(255,255,255,.05);
}
.btn-ghost:hover { border-color: var(--line-strong); box-shadow: 0 14px 40px rgba(212,175,55,.12); }
.btn-full { width: 100%; }

.device-stage {
  position: relative;
  isolation: isolate;
  transform: translateX(18px);
}
.device-stage::before {
  content: "";
  position: absolute;
  inset: 7% 4% 8% 12%;
  border-radius: 44px;
  background: radial-gradient(circle, rgba(246, 215, 122, .32), transparent 65%);
  filter: blur(28px);
  z-index: -1;
}
.device-stage::after {
  content: "";
  position: absolute;
  left: 5%;
  right: 0;
  bottom: 1%;
  height: 18%;
  background: linear-gradient(90deg, transparent, rgba(246, 215, 122, .32), transparent);
  filter: blur(24px);
  z-index: -2;
}
.device-stage img {
  width: min(100%, 850px);
  margin-left: auto;
  border-radius: 30px;
  filter: drop-shadow(0 42px 92px rgba(0,0,0,.74)) drop-shadow(0 0 42px rgba(212,175,55,.16));
}
.device-halo {
  position: absolute;
  inset: 0;
  background: conic-gradient(from 210deg, transparent, rgba(246,215,122,.32), transparent, rgba(37,211,102,.05), transparent);
  filter: blur(38px);
  opacity: .7;
  z-index: -3;
}

.section-heading {
  max-width: 820px;
  margin: 0 auto 42px;
  text-align: center;
}
.section-heading h2,
.persona-top h2,
.final-cta h2 {
  font-size: clamp(2.35rem, 4vw, 4.6rem);
  margin-bottom: 18px;
}
.section-heading p:not(.eyebrow), .persona-top p {
  color: var(--muted);
  line-height: 1.75;
}

.compare-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.compare-card,
.insight-card,
.character-panel,
.phone-chat,
.price-card,
.cta-box,
.process-line article,
.plan-note {
  position: relative;
  border: 1px solid var(--line);
  background:
    linear-gradient(145deg, rgba(255,255,255,.055), transparent 18%),
    radial-gradient(circle at top left, rgba(212, 175, 55, .12), transparent 34%),
    linear-gradient(180deg, rgba(18,18,16,.94), rgba(7,7,6,.98));
  box-shadow: 0 28px 80px rgba(0,0,0,.35), inset 0 1px rgba(255,255,255,.05);
}
.compare-card {
  min-height: 315px;
  padding: 34px;
  border-radius: var(--radius-xl);
  overflow: hidden;
}
.compare-card::after,
.insight-card::after,
.price-card::after,
.cta-box::after {
  content: "";
  position: absolute;
  inset: auto -18% -34% auto;
  width: 55%;
  height: 55%;
  background: radial-gradient(circle, rgba(246,215,122,.18), transparent 68%);
  pointer-events: none;
}
.compare-icon {
  width: 54px;
  height: 54px;
  border-radius: 999px;
  border: 1px solid var(--line-strong);
  color: var(--gold-3);
  display: grid;
  place-items: center;
  font-size: 1.45rem;
  font-weight: 900;
  margin-bottom: 18px;
  box-shadow: 0 0 30px rgba(212,175,55,.15);
}
.compare-card h3,
.character-copy h3,
.insight-card h3,
.price-card h3,
.process-line h3 {
  font-family: Cinzel, serif;
  letter-spacing: -.025em;
}
.compare-card h3 { font-size: 2.2rem; margin-bottom: 10px; }
.compare-card p { color: rgba(245,241,223,.76); font-size: 1.05rem; line-height: 1.6; }
.solution p strong, .compare-card.solution h3 { color: var(--gold-3); }
.mini-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}
.mini-features span {
  color: rgba(245,241,223,.82);
  padding: 15px;
  border: 1px solid rgba(212,175,55,.14);
  border-radius: 18px;
  background: rgba(255,255,255,.03);
  line-height: 1.4;
}
.mini-features b { color: var(--gold-3); margin-right: 8px; }

.persona-section {
  border-top: 1px solid rgba(212,175,55,.08);
}
.persona-top {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 36px;
  align-items: end;
  margin-bottom: 38px;
}
.persona-top p:not(.eyebrow) {
  font-size: 1.08rem;
  margin-bottom: 12px;
}
.persona-layout {
  display: grid;
  grid-template-columns: .76fr 1.18fr .78fr;
  gap: 24px;
  align-items: start;
}
.persona-layout.balanced {
  grid-template-columns: .82fr 1.18fr;
  gap: 32px;
  align-items: stretch;
}
.persona-layout.reverse .character-panel { order: 2; }
.persona-layout.reverse .chat-showcase { order: 1; }

.character-panel {
  border-radius: var(--radius-xl);
  padding: 16px;
  overflow: hidden;
  height: 100%;
}
.portrait-frame {
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid rgba(246,215,122,.22);
  background: #050505;
  min-height: 330px;
}
.portrait-frame img {
  width: 100%;
  height: 100%;
  min-height: 330px;
  object-fit: cover;
  filter: saturate(.95) contrast(1.04);
}
.character-copy { padding: 20px 8px 6px; }
.character-copy h3 {
  font-size: 2.25rem;
  color: var(--gold-3);
  margin-bottom: 8px;
}
.character-copy p {
  color: rgba(245,241,223,.74);
  line-height: 1.64;
  margin-bottom: 18px;
}
.channel-row {
  display: grid;
  gap: 10px;
  padding: 0 8px 10px;
}
.channel-row span,
.step-mini li {
  padding: 13px 15px;
  border-radius: 16px;
  border: 1px solid rgba(212,175,55,.16);
  background: rgba(255,255,255,.035);
  color: rgba(245,241,223,.84);
  font-weight: 700;
}
.step-mini {
  display: grid;
  gap: 10px;
  margin: 0 8px 10px;
  padding-left: 20px;
}
.step-mini li::marker { color: var(--gold-3); font-weight: 900; }

.chat-showcase { min-width: 0; }
.phone-chat {
  border-radius: 34px;
  overflow: hidden;
  min-height: 520px;
  max-width: 760px;
  margin-inline: auto;
}
.phone-chat-wide { max-width: 720px; }
.chat-header {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  min-height: 82px;
  background: linear-gradient(180deg, rgba(12,17,18,.98), rgba(7,7,7,.98));
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.avatar {
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 1px solid rgba(246,215,122,.52);
  color: var(--gold-3);
  background: radial-gradient(circle at 35% 28%, rgba(246,215,122,.22), transparent 36%), #080808;
  font-family: Cinzel, serif;
  font-weight: 800;
  font-size: .78rem;
}
.photo-avatar {
  font-size: 1.25rem;
  background: linear-gradient(135deg, rgba(246,215,122,.26), rgba(9,9,9,1));
}
.chat-header strong { display: block; font-size: 1.35rem; }
.chat-header small { color: var(--whatsapp); font-weight: 700; }
.chat-body {
  padding: 22px 20px 26px;
  background:
    radial-gradient(circle at 14% 16%, rgba(37,211,102,.05), transparent 20%),
    radial-gradient(circle at 94% 82%, rgba(212,175,55,.07), transparent 28%),
    linear-gradient(180deg, rgba(4,8,8,.98), rgba(4,5,5,.98));
}
.bubble {
  position: relative;
  width: fit-content;
  max-width: min(78%, 620px);
  margin: 0 0 14px;
  padding: 17px 20px 23px;
  border-radius: 20px;
  color: #fbfaf3;
  font-size: clamp(1.02rem, 1.2vw, 1.2rem);
  line-height: 1.42;
  box-shadow: 0 14px 32px rgba(0,0,0,.24);
}
.bubble.incoming {
  background: linear-gradient(135deg, rgba(36,41,42,.98), rgba(24,27,28,.98));
  border-bottom-left-radius: 6px;
}
.bubble.outgoing {
  margin-left: auto;
  background: linear-gradient(135deg, rgba(10,83,57,.98), rgba(5,57,40,.98));
  border-bottom-right-radius: 6px;
}
.bubble.compact { max-width: 72%; }
.bubble time {
  position: absolute;
  right: 14px;
  bottom: 6px;
  font-size: .74rem;
  color: rgba(245,241,223,.62);
  white-space: nowrap;
}
.list-bubble { min-width: 410px; }
.product-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 2px 0 18px;
}
.product-card {
  border: 1px solid rgba(246,215,122,.38);
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255,255,255,.035);
  text-align: center;
  min-width: 0;
}
.product-card div {
  height: 112px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.1), transparent),
    radial-gradient(circle at 40% 30%, rgba(246,215,122,.28), transparent 32%),
    linear-gradient(145deg, #b98b54, #382b1e 68%, #14110d);
}
.product-wood-two div { background: linear-gradient(145deg, #31251d, #c79b5e 38%, #1a1714 72%); }
.product-wood-three div { background: linear-gradient(145deg, #7d5833, #d4b98b 42%, #24201a 78%); }
.product-card strong {
  display: block;
  padding: 12px 8px 4px;
  font-size: 1rem;
}
.product-card span {
  display: block;
  padding-bottom: 14px;
  color: var(--gold-3);
  font-weight: 800;
  font-size: 1.08rem;
}
.chat-input {
  min-height: 70px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 18px 18px;
  background: rgba(4,4,4,.98);
  border-top: 1px solid rgba(255,255,255,.06);
}
.chat-input span {
  flex: 1;
  padding: 15px 18px;
  border-radius: 999px;
  background: rgba(255,255,255,.07);
  color: rgba(245,241,223,.46);
  font-size: 1.02rem;
}
.chat-input b {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #06110d;
  background: linear-gradient(135deg, var(--gold-3), var(--gold));
}
.noa-chat .chat-input b { background: linear-gradient(135deg, #56ef9a, #20b85a); }
.paula-chat .chat-input b { background: linear-gradient(135deg, var(--gold-3), #b8872d); }

.insight-card {
  border-radius: var(--radius-xl);
  padding: 30px 24px;
  overflow: hidden;
}
.insight-card h3 {
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1.15;
  margin-bottom: 24px;
}
.insight-card h3 span { color: var(--gold-3); }
.insight-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 18px;
}
.insight-card li {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 14px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(212,175,55,.12);
}
.insight-card li:last-child { border-bottom: 0; padding-bottom: 0; }
.insight-card li > b {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--gold-3);
  border: 1px solid var(--line);
  background: rgba(255,255,255,.035);
}
.insight-card strong { color: var(--gold-3); font-size: 1.02rem; }
.insight-card p { color: rgba(245,241,223,.68); line-height: 1.55; margin: 6px 0 0; }

.process-section { padding-top: 88px; }
.process-line {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  position: relative;
}
.process-line::before {
  content: "";
  position: absolute;
  left: 6%;
  right: 6%;
  top: 35px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(246,215,122,.5), transparent);
  pointer-events: none;
}
.process-line article {
  border-radius: 24px;
  padding: 24px 18px;
  min-height: 210px;
  z-index: 1;
}
.process-line span {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #070706;
  font-weight: 900;
  margin-bottom: 22px;
  background: linear-gradient(135deg, var(--gold-3), var(--gold));
  box-shadow: 0 12px 30px rgba(212,175,55,.22);
}
.process-line h3 { font-size: 1.12rem; margin-bottom: 10px; }
.process-line p { color: rgba(245,241,223,.67); line-height: 1.55; margin-bottom: 0; font-size: .94rem; }

.pricing-section { padding-top: 88px; }
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}
.price-card {
  border-radius: 32px;
  padding: 34px 26px;
  text-align: center;
  overflow: hidden;
  min-height: 474px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.price-card.featured {
  transform: translateY(-16px);
  border-color: rgba(246,215,122,.72);
  box-shadow: 0 34px 96px rgba(212,175,55,.2), inset 0 1px rgba(255,255,255,.08);
}
.label {
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  padding: 9px 18px;
  border-radius: 999px;
  color: #070706;
  font-weight: 900;
  background: linear-gradient(135deg, var(--gold-3), var(--gold));
  font-size: .78rem;
  letter-spacing: .08em;
}
.plan-icon {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  margin: 10px auto 18px;
  border-radius: 18px;
  color: var(--gold-3);
  border: 1px solid var(--line);
  background: rgba(255,255,255,.035);
  font-size: 2.15rem;
}
.price-card h3 { font-size: 2.5rem; margin-bottom: 16px; }
.price-card p { color: rgba(245,241,223,.78); font-size: 1.08rem; margin-bottom: 10px; }
.price-card strong {
  display: block;
  color: var(--gold-3);
  font-family: Cinzel, serif;
  font-size: clamp(2.7rem, 4vw, 4.3rem);
  font-weight: 600;
  margin: 20px 0 28px;
  text-shadow: 0 0 30px rgba(246,215,122,.26);
}
.price-card .btn { width: 100%; margin-top: 12px; }
.plan-note {
  margin: 30px auto 0;
  width: min(100%, 760px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 22px 24px;
  border-radius: 24px;
  color: var(--cream);
  font-weight: 900;
  font-size: 1.08rem;
}
.plan-note b { color: var(--gold-3); font-size: 1.4rem; }

.final-cta { padding-top: 92px; padding-bottom: 92px; }
.cta-box {
  text-align: center;
  border-radius: 44px;
  padding: clamp(42px, 8vw, 86px) clamp(22px, 6vw, 90px);
  overflow: hidden;
  border-color: rgba(246,215,122,.38);
}
.cta-box::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(246,215,122,.18);
  border-radius: 34px;
  pointer-events: none;
}
.cta-box h2 { max-width: 850px; margin: 0 auto 20px; }
.cta-box p:not(.eyebrow) {
  max-width: 720px;
  margin: 0 auto 32px;
  color: rgba(245,241,223,.74);
  line-height: 1.75;
  font-size: 1.08rem;
}

.footer {
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto 28px;
  padding: 24px 0 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid rgba(212,175,55,.14);
}
.footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  color: rgba(245,241,223,.62);
}
.footer a:hover { color: var(--gold-3); }

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .75s ease, transform .75s ease;
}
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .12s; }
.delay-2 { transition-delay: .22s; }

@media (max-width: 1100px) {
  .hero-main { grid-template-columns: 1fr; padding-top: 70px; min-height: auto; }
  .hero-copy { max-width: 760px; }
  .device-stage { transform: none; }
  .device-stage img { margin: 0 auto; }
  .persona-layout,
  .persona-layout.balanced { grid-template-columns: 1fr; }
  .persona-layout.reverse .character-panel,
  .persona-layout.reverse .chat-showcase { order: unset; }
  .portrait-frame { max-height: 520px; }
  .portrait-frame img { object-position: center 24%; }
  .phone-chat, .phone-chat-wide { max-width: 860px; }
  .insight-card { max-width: 860px; margin-inline: auto; }
  .process-line { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .process-line::before { display: none; }
}

@media (max-width: 860px) {
  .topbar { border-radius: 26px; padding: 12px; align-items: flex-start; }
  .menu-toggle { display: inline-flex; margin-left: auto; }
  .nav {
    position: absolute;
    left: 12px;
    right: 12px;
    top: 70px;
    display: grid;
    gap: 8px;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: rgba(6,6,6,.98);
    box-shadow: 0 24px 70px rgba(0,0,0,.5);
    opacity: 0;
    transform: translateY(-12px);
    pointer-events: none;
    transition: opacity .2s ease, transform .2s ease;
  }
  .nav.is-open { opacity: 1; transform: translateY(0); pointer-events: auto; }
  .nav a { padding: 12px 14px; }
  .nav-cta { text-align: center; }
  .section-shell { padding: 76px 0; }
  .compare-grid,
  .pricing-grid,
  .persona-top { grid-template-columns: 1fr; }
  .mini-features { grid-template-columns: 1fr; }
  .price-card.featured { transform: none; }
  .product-row { grid-template-columns: 1fr; }
  .product-card div { height: 150px; }
  .bubble { max-width: 88%; }
  .list-bubble { min-width: 0; }
  .footer { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 560px) {
  .section-shell, .topbar, .footer { width: min(calc(100% - 22px), var(--max)); }
  .brand-text { font-size: .82rem; }
  .brand-mark { width: 40px; height: 40px; }
  h1 { font-size: clamp(3rem, 15vw, 4.8rem); }
  .hero-lead { font-size: 1rem; }
  .btn { width: 100%; min-height: 50px; }
  .hero-actions { width: 100%; }
  .device-stage img { border-radius: 20px; }
  .compare-card, .character-panel, .phone-chat, .insight-card, .price-card { border-radius: 24px; }
  .compare-card { padding: 24px 18px; }
  .persona-top { gap: 14px; }
  .portrait-frame, .portrait-frame img { min-height: 360px; }
  .chat-header { padding: 16px 14px; }
  .chat-body { padding: 18px 12px 22px; }
  .bubble {
    font-size: 1rem;
    line-height: 1.45;
    max-width: 92%;
    padding: 14px 14px 23px;
    border-radius: 17px;
  }
  .bubble.compact { max-width: 82%; }
  .chat-input { padding: 12px; }
  .chat-input span { font-size: .95rem; }
  .process-line { grid-template-columns: 1fr; }
  .price-card { padding: 28px 20px; }
  .cta-box { border-radius: 30px; }
  .footer nav { flex-direction: column; }
}

/* =========================================================
   V2 — FASE 2: DISEÑO GLOBAL DARK LUXURY PREMIUM
   Ajustes globales de fondo, aire, jerarquía, profundidad y dorado.
   No cambia diálogos, estructura ni roles de MORA, NOA y PAULA.
========================================================= */

:root {
  --black: #030303;
  --black-2: #070707;
  --smoke: #0d0d0c;
  --smoke-2: #14120e;
  --gold: #d4af37;
  --gold-2: #c9a84c;
  --gold-3: #f6d77a;
  --cream: #f7f1dc;
  --muted: #b6b0a1;
  --line: rgba(212, 175, 55, .30);
  --line-strong: rgba(246, 215, 122, .58);
  --shadow-gold: 0 36px 120px rgba(212, 175, 55, .18);
  --radius-xl: 38px;
  --radius-lg: 28px;
  --radius-md: 20px;
  --max: 1360px;
}

html {
  background: #020202;
}

body {
  position: relative;
  background:
    radial-gradient(circle at 18% -12%, rgba(246, 215, 122, .18), transparent 34rem),
    radial-gradient(circle at 86% 10%, rgba(212, 175, 55, .16), transparent 34rem),
    radial-gradient(circle at 50% 46%, rgba(37, 211, 102, .045), transparent 34rem),
    linear-gradient(180deg, #030303 0%, #070706 22%, #020202 100%);
}

body::before,
body::after {
  content: "";
  position: fixed;
  pointer-events: none;
  z-index: 0;
}

body::before {
  inset: 0;
  background:
    linear-gradient(115deg, transparent 0 18%, rgba(246, 215, 122, .065) 27%, transparent 38% 100%),
    linear-gradient(65deg, transparent 0 58%, rgba(212, 175, 55, .045) 68%, transparent 82% 100%);
  opacity: .82;
  mix-blend-mode: screen;
}

body::after {
  left: 50%;
  top: -18rem;
  width: 68rem;
  height: 68rem;
  transform: translateX(-50%);
  border-radius: 999px;
  background: radial-gradient(circle, rgba(246, 215, 122, .09), transparent 64%);
  filter: blur(18px);
  opacity: .72;
}

.site-noise {
  opacity: .20;
  background-image:
    linear-gradient(rgba(246,215,122,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(246,215,122,.018) 1px, transparent 1px),
    radial-gradient(circle at center, rgba(255,255,255,.06) 0 1px, transparent 1px);
  background-size: 64px 64px, 64px 64px, 24px 24px;
}

.gold-orb {
  opacity: .30;
  filter: blur(92px);
}

.topbar {
  margin-top: 22px;
  min-height: 76px;
  padding: 15px 18px;
  border-color: rgba(246, 215, 122, .28);
  background: linear-gradient(180deg, rgba(11, 10, 8, .88), rgba(2, 2, 2, .78));
  box-shadow:
    0 28px 90px rgba(0, 0, 0, .58),
    0 0 0 1px rgba(255,255,255,.035) inset,
    0 0 42px rgba(212, 175, 55, .08);
}

.brand-mark {
  width: 48px;
  height: 48px;
  box-shadow:
    0 0 0 1px rgba(246,215,122,.18) inset,
    0 0 38px rgba(246,215,122,.20);
}

.nav {
  gap: 26px;
}

.nav a:not(.nav-cta) {
  letter-spacing: .015em;
}

.section-shell {
  padding: 132px 0;
}

.hero-main {
  grid-template-columns: .72fr 1.28fr;
  gap: 18px;
  padding-top: 88px;
  min-height: calc(100vh - 98px);
}

.hero-copy {
  max-width: 640px;
}

.eyebrow {
  color: var(--gold-3);
  letter-spacing: .19em;
  text-shadow: 0 0 26px rgba(246, 215, 122, .24);
}

h1, h2 {
  letter-spacing: -.055em;
}

h1 {
  font-size: clamp(3.9rem, 7.8vw, 7.6rem);
  margin-bottom: 26px;
}

h1 span,
h2 span {
  color: var(--gold-3);
  text-shadow: 0 0 40px rgba(246, 215, 122, .18);
}

.hero-lead {
  max-width: 58ch;
  font-size: clamp(1.1rem, 1.4vw, 1.32rem);
  color: rgba(247, 241, 220, .82);
}

.benefit-list span {
  padding: 12px 14px;
  border: 1px solid rgba(212, 175, 55, .13);
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255,255,255,.045), rgba(255,255,255,.012));
  width: fit-content;
}

.btn {
  min-height: 56px;
  padding: 15px 25px;
}

.btn-gold,
.nav-cta {
  background: linear-gradient(135deg, #ffe38a 0%, #d4af37 42%, #8f6818 100%);
  box-shadow:
    0 18px 56px rgba(212,175,55,.30),
    inset 0 1px rgba(255,255,255,.58),
    inset 0 -1px rgba(60,40,0,.45);
}

.btn-ghost {
  background: rgba(255,255,255,.026);
}

.device-stage {
  transform: translateX(64px) scale(1.055);
  min-height: 560px;
  display: grid;
  align-items: center;
}

.device-stage img {
  width: min(100%, 1040px);
  border-radius: 34px;
  filter:
    drop-shadow(0 56px 120px rgba(0,0,0,.86))
    drop-shadow(0 0 72px rgba(212,175,55,.24));
}

.device-stage::before {
  inset: 1% -4% -2% 4%;
  background:
    radial-gradient(circle at 58% 46%, rgba(246, 215, 122, .36), transparent 48%),
    radial-gradient(circle at 88% 62%, rgba(37, 211, 102, .10), transparent 34%);
  filter: blur(34px);
}

.device-stage::after {
  left: 2%;
  right: -8%;
  bottom: 2%;
  height: 21%;
  background: linear-gradient(90deg, transparent, rgba(246, 215, 122, .42), rgba(212,175,55,.22), transparent);
  filter: blur(30px);
}

.section-heading {
  margin-bottom: 56px;
}

.section-heading h2,
.persona-top h2,
.final-cta h2 {
  font-size: clamp(2.65rem, 4.45vw, 5.1rem);
}

.compare-grid {
  gap: 32px;
}

.compare-card,
.insight-card,
.character-panel,
.phone-chat,
.price-card,
.cta-box,
.process-line article,
.plan-note {
  border-color: rgba(212, 175, 55, .26);
  background:
    linear-gradient(145deg, rgba(255,255,255,.072), transparent 20%),
    radial-gradient(circle at top left, rgba(246, 215, 122, .145), transparent 35%),
    radial-gradient(circle at bottom right, rgba(212, 175, 55, .07), transparent 36%),
    linear-gradient(180deg, rgba(20, 19, 15, .965), rgba(5, 5, 4, .99));
  box-shadow:
    0 38px 110px rgba(0,0,0,.50),
    0 0 0 1px rgba(255,255,255,.035) inset,
    0 0 52px rgba(212,175,55,.075);
}

.compare-card {
  min-height: 350px;
  padding: 42px;
}

.compare-card h3 {
  font-size: 2.55rem;
}

.mini-features span {
  min-height: 78px;
  display: flex;
  align-items: center;
}

.persona-section {
  position: relative;
  border-top-color: rgba(212,175,55,.10);
}

.persona-section::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 34px;
  width: min(1180px, 88vw);
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(246,215,122,.35), transparent);
  pointer-events: none;
}

.persona-top {
  gap: 54px;
  margin-bottom: 52px;
}

.persona-top p:not(.eyebrow) {
  font-size: 1.13rem;
  color: rgba(247, 241, 220, .72);
}

.persona-layout {
  grid-template-columns: .82fr 1.22fr .82fr;
  gap: 30px;
}

.persona-layout.balanced {
  grid-template-columns: .94fr 1.06fr;
  gap: 36px;
}

.character-panel {
  padding: 18px;
  min-height: 100%;
}

.portrait-frame {
  min-height: 420px;
  border-radius: 30px;
  box-shadow: 0 22px 70px rgba(0,0,0,.46);
}

.portrait-frame img {
  min-height: 420px;
}

.character-copy {
  padding: 24px 10px 8px;
}

.character-copy h3 {
  font-size: 2.65rem;
  margin-bottom: 10px;
}

.channel-row span,
.step-mini li {
  min-height: 52px;
  display: flex;
  align-items: center;
  border-color: rgba(212,175,55,.20);
}

.phone-chat {
  min-height: 610px;
  max-width: 820px;
  border-radius: 38px;
}

.phone-chat-wide {
  max-width: 800px;
}

.chat-header {
  min-height: 92px;
  padding: 22px 24px;
}

.chat-header strong {
  font-size: 1.48rem;
}

.chat-body {
  padding: 28px 24px 32px;
  background:
    radial-gradient(circle at 12% 16%, rgba(37,211,102,.055), transparent 22%),
    radial-gradient(circle at 94% 84%, rgba(212,175,55,.09), transparent 28%),
    linear-gradient(180deg, rgba(5, 10, 10, .99), rgba(3, 4, 4, .995));
}

.bubble {
  max-width: min(82%, 660px);
  margin-bottom: 17px;
  padding: 18px 21px 25px;
  font-size: clamp(1.08rem, 1.22vw, 1.26rem);
  line-height: 1.47;
}

.bubble.incoming {
  background: linear-gradient(135deg, rgba(41,45,45,.99), rgba(21,23,24,.99));
}

.bubble.outgoing {
  background: linear-gradient(135deg, rgba(12,93,63,.99), rgba(4,62,42,.99));
}

.product-row {
  gap: 13px;
  margin: 6px 0 23px;
}

.product-card {
  border-color: rgba(246,215,122,.44);
}

.product-card div {
  height: 126px;
}

.insight-card {
  padding: 36px 30px;
}

.insight-card h3 {
  font-size: clamp(1.55rem, 2.1vw, 2.2rem);
  margin-bottom: 30px;
}

.insight-card li {
  grid-template-columns: 52px 1fr;
  gap: 16px;
  padding-bottom: 22px;
}

.insight-card li > b {
  width: 52px;
  height: 52px;
}

.process-line {
  gap: 20px;
}

.process-line article {
  min-height: 230px;
  padding: 28px 22px;
}

.pricing-grid {
  gap: 30px;
}

.price-card {
  min-height: 506px;
  padding: 38px 30px;
}

.price-card.featured {
  transform: translateY(-20px) scale(1.015);
}

.price-card strong {
  margin: 22px 0 32px;
}

.cta-box {
  border-color: rgba(246, 215, 122, .48);
}

@media (max-width: 1180px) {
  .hero-main {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .device-stage {
    transform: none;
    min-height: auto;
  }

  .device-stage img {
    width: min(100%, 980px);
  }

  .persona-layout,
  .persona-layout.balanced {
    grid-template-columns: 1fr;
  }

  .persona-layout.reverse .character-panel,
  .persona-layout.reverse .chat-showcase {
    order: unset;
  }

  .character-panel {
    max-width: 900px;
    margin-inline: auto;
  }

  .portrait-frame {
    min-height: 520px;
    max-height: 560px;
  }

  .portrait-frame img {
    min-height: 520px;
    object-position: center 22%;
  }

  .phone-chat,
  .phone-chat-wide,
  .insight-card {
    max-width: 900px;
  }
}

@media (max-width: 860px) {
  .section-shell {
    padding: 88px 0;
  }

  .topbar {
    margin-top: 12px;
    border-radius: 28px;
  }

  .hero-main {
    padding-top: 74px;
  }

  .benefit-list span {
    width: 100%;
  }

  .compare-card {
    min-height: auto;
    padding: 30px 22px;
  }

  .persona-top {
    gap: 18px;
    margin-bottom: 32px;
  }

  .phone-chat {
    min-height: auto;
  }

  .bubble {
    max-width: 90%;
  }
}

@media (max-width: 560px) {
  .section-shell,
  .topbar,
  .footer {
    width: min(calc(100% - 20px), var(--max));
  }

  h1 {
    font-size: clamp(3rem, 15vw, 5rem);
  }

  .section-heading h2,
  .persona-top h2,
  .final-cta h2 {
    font-size: clamp(2.15rem, 11vw, 3.55rem);
  }

  .device-stage img {
    width: 112%;
    max-width: none;
    margin-left: -6%;
  }

  .portrait-frame,
  .portrait-frame img {
    min-height: 390px;
  }

  .character-copy h3 {
    font-size: 2.25rem;
  }

  .chat-header {
    min-height: 78px;
    padding: 16px 14px;
  }

  .chat-header strong {
    font-size: 1.22rem;
  }

  .chat-body {
    padding: 18px 12px 22px;
  }

  .bubble {
    max-width: 94%;
    font-size: 1.01rem;
    padding: 14px 14px 23px;
  }

  .product-card div {
    height: 156px;
  }

  .price-card.featured {
    transform: none;
  }
}

/* =========================================================
   V4 — CORRECCIONES DESDE CAPTURAS DE ANI
   Objetivo: reducir espacios, corregir títulos, integrar hero,
   quitar rótulos internos visibles y mejorar atractivo visual.
========================================================= */

html { scroll-padding-top: 112px; }

body {
  background:
    radial-gradient(circle at 14% 6%, rgba(246, 215, 122, .16), transparent 28rem),
    radial-gradient(circle at 88% 18%, rgba(212, 175, 55, .13), transparent 32rem),
    radial-gradient(circle at 50% 48%, rgba(246, 215, 122, .055), transparent 30rem),
    linear-gradient(180deg, #030303 0%, #070706 32%, #020202 100%) !important;
}

body::before {
  background:
    linear-gradient(112deg, transparent 0 22%, rgba(246, 215, 122, .075) 31%, transparent 42% 100%),
    linear-gradient(58deg, transparent 0 60%, rgba(212, 175, 55, .055) 70%, transparent 84% 100%),
    radial-gradient(circle at 20% 20%, rgba(246,215,122,.05) 0 1px, transparent 2px),
    radial-gradient(circle at 72% 16%, rgba(246,215,122,.08) 0 1px, transparent 2px),
    radial-gradient(circle at 46% 70%, rgba(246,215,122,.07) 0 1px, transparent 2px);
  background-size: auto, auto, 90px 90px, 130px 130px, 170px 170px;
  opacity: .95;
}

.topbar {
  margin-top: 14px !important;
  min-height: 70px !important;
  padding: 12px 16px !important;
  top: 10px !important;
}

.brand-mark { width: 46px !important; height: 46px !important; }

.section-shell {
  padding: 58px 0 !important;
  scroll-margin-top: 108px;
}

main section:not(.hero-main) .eyebrow,
.final-cta .eyebrow {
  display: none !important;
}

/* HERO 01 — más compacto, título controlado y dispositivo integrado */
.hero-main {
  grid-template-columns: .42fr .58fr !important;
  gap: 18px !important;
  min-height: 620px !important;
  padding-top: 38px !important;
  padding-bottom: 54px !important;
  align-items: center !important;
  position: relative;
}

.hero-main::before {
  content: "";
  position: absolute;
  inset: 44px -5vw 24px 42%;
  border-radius: 999px;
  background: radial-gradient(circle at center, rgba(246,215,122,.16), transparent 63%);
  filter: blur(18px);
  pointer-events: none;
  z-index: -1;
}

.hero-copy { max-width: 500px !important; }

.hero-main .eyebrow {
  font-size: .72rem !important;
  margin-bottom: 13px !important;
  letter-spacing: .18em !important;
}

h1 {
  font-size: clamp(3.05rem, 5.15vw, 5.05rem) !important;
  line-height: 1.08 !important;
  margin-bottom: 18px !important;
  letter-spacing: -.05em !important;
}

.hero-lead {
  font-size: clamp(.98rem, 1.25vw, 1.12rem) !important;
  line-height: 1.62 !important;
  max-width: 48ch !important;
  margin-bottom: 20px !important;
}

.benefit-list {
  gap: 10px !important;
  margin-bottom: 24px !important;
}

.benefit-list span {
  padding: 10px 13px !important;
  font-size: .92rem !important;
}

.btn {
  min-height: 50px !important;
  padding: 13px 22px !important;
}

.device-stage {
  min-height: 430px !important;
  transform: translateX(18px) scale(1.02) !important;
  align-self: center !important;
  display: grid !important;
  place-items: center !important;
  overflow: visible !important;
}

.device-stage img {
  width: min(104%, 880px) !important;
  max-width: none !important;
  margin: 0 !important;
  border-radius: 0 !important;
  object-fit: contain !important;
  filter:
    drop-shadow(0 42px 88px rgba(0,0,0,.82))
    drop-shadow(0 0 54px rgba(212,175,55,.22)) !important;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, black 8%, black 92%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, black 8%, black 92%, transparent 100%);
}

.device-stage::before {
  inset: 0 -2% -4% 0 !important;
  background:
    radial-gradient(circle at 58% 48%, rgba(246,215,122,.30), transparent 46%),
    radial-gradient(circle at 86% 66%, rgba(37,211,102,.08), transparent 31%) !important;
  filter: blur(34px) !important;
}

.device-stage::after {
  left: 4% !important;
  right: 0 !important;
  bottom: 9% !important;
  height: 16% !important;
}

/* HERO 02 — sin rótulo interno, cards más compactas y premium */
.section-heading {
  margin-bottom: 30px !important;
}

.problem-solution .section-heading {
  max-width: 760px !important;
}

.section-heading h2 {
  font-size: clamp(2.25rem, 3.5vw, 4.05rem) !important;
  line-height: 1.08 !important;
  margin-bottom: 0 !important;
}

.compare-grid {
  gap: 24px !important;
  position: relative;
}

.compare-grid::before {
  content: "VS";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--gold-3);
  font-family: Cinzel, serif;
  font-weight: 800;
  border: 1px solid rgba(246,215,122,.38);
  background: radial-gradient(circle, rgba(246,215,122,.12), rgba(4,4,4,.92));
  box-shadow: 0 0 38px rgba(212,175,55,.22);
  z-index: 3;
}

.compare-card {
  min-height: 245px !important;
  padding: 28px 30px !important;
  border-radius: 28px !important;
}

.compare-icon {
  width: 46px !important;
  height: 46px !important;
  margin-bottom: 14px !important;
}

.compare-card h3 {
  font-size: 2rem !important;
}

.compare-card p {
  font-size: .98rem !important;
  margin-bottom: 0 !important;
}

.mini-features {
  gap: 10px !important;
  margin-top: 18px !important;
}

.mini-features span {
  min-height: 56px !important;
  padding: 12px 13px !important;
  font-size: .92rem !important;
  border-radius: 15px !important;
}

/* Títulos de MORA / NOA / PAULA: descripción debajo, no lateral */
.persona-section {
  border-top: 0 !important;
  padding-top: 58px !important;
}

.persona-section::before {
  top: 0 !important;
  opacity: .55 !important;
}

.persona-top,
.persona-title-block {
  display: block !important;
  max-width: 930px !important;
  margin: 0 0 30px !important;
}

.persona-title-block h2,
.persona-top h2 {
  font-size: clamp(2.25rem, 3.9vw, 4.25rem) !important;
  line-height: 1.08 !important;
  margin-bottom: 16px !important;
  max-width: 900px !important;
}

.persona-title-block p:not(.eyebrow),
.persona-top p:not(.eyebrow) {
  max-width: 720px !important;
  font-size: 1.02rem !important;
  line-height: 1.62 !important;
  margin: 0 !important;
  color: rgba(247,241,220,.72) !important;
}

.noa-title-block h2 strong {
  display: block;
  width: fit-content;
  margin-top: 4px;
  color: var(--whatsapp);
  font-family: Cinzel, Georgia, serif;
  font-weight: 700;
  text-shadow: 0 0 28px rgba(37, 211, 102, .28);
}

.persona-layout {
  gap: 24px !important;
}

.persona-layout.balanced {
  gap: 30px !important;
}

.character-panel,
.insight-card,
.phone-chat,
.compare-card,
.price-card,
.process-line article,
.cta-box,
.plan-note {
  background:
    linear-gradient(145deg, rgba(255,255,255,.058), transparent 18%),
    radial-gradient(circle at top left, rgba(246,215,122,.13), transparent 34%),
    linear-gradient(180deg, rgba(17,16,13,.965), rgba(5,5,4,.99)) !important;
}

.portrait-frame {
  min-height: 360px !important;
  max-height: 440px !important;
}

.portrait-frame img {
  min-height: 360px !important;
}

.phone-chat {
  min-height: 560px !important;
}

.chat-header {
  min-height: 78px !important;
  padding: 18px 20px !important;
}

.chat-body {
  padding: 22px 20px 26px !important;
}

.bubble {
  font-size: clamp(1rem, 1.08vw, 1.14rem) !important;
  padding: 15px 18px 23px !important;
  margin-bottom: 14px !important;
}

.product-card div {
  height: 126px !important;
  background-size: cover !important;
  background-position: center !important;
}
.product-wood-one div { background-image: url('assets/mesa-nordica.webp') !important; }
.product-wood-two div { background-image: url('assets/mesa-industrial.webp') !important; }
.product-wood-three div { background-image: url('assets/mesa-extensible.webp') !important; }

/* HERO 06 — proceso con más atractivo y menos aire muerto */
.process-section {
  padding-top: 58px !important;
}

.process-section .section-heading h2 {
  max-width: 720px;
  margin-inline: auto;
}

.process-line {
  gap: 18px !important;
  padding: 14px 0 4px;
}

.process-line::before {
  top: 45px !important;
  left: 4% !important;
  right: 4% !important;
  height: 2px !important;
  background: linear-gradient(90deg, transparent, rgba(246,215,122,.66), rgba(212,175,55,.32), transparent) !important;
  box-shadow: 0 0 20px rgba(246,215,122,.22);
}

.process-line article {
  min-height: 176px !important;
  padding: 22px 18px !important;
  border-radius: 22px !important;
  overflow: hidden;
}

.process-line article::after {
  content: "";
  position: absolute;
  inset: auto 12px 8px 12px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(246,215,122,.42), transparent);
}

.process-line span {
  width: 50px !important;
  height: 50px !important;
  margin-bottom: 18px !important;
}

.process-line h3 {
  font-size: 1rem !important;
  color: var(--gold-3);
}

.process-line p {
  font-size: .9rem !important;
}

/* HERO 07 — planes más chicos y con look más caro */
.pricing-section {
  padding-top: 58px !important;
}

.pricing-grid {
  gap: 22px !important;
  align-items: center !important;
}

.price-card {
  min-height: 382px !important;
  padding: 28px 24px !important;
  border-radius: 28px !important;
  background:
    radial-gradient(circle at 50% -12%, rgba(246,215,122,.18), transparent 38%),
    linear-gradient(145deg, rgba(255,255,255,.06), transparent 20%),
    linear-gradient(180deg, rgba(18,17,14,.96), rgba(4,4,4,.99)) !important;
}

.price-card.featured {
  transform: translateY(-8px) scale(1.015) !important;
  box-shadow: 0 28px 88px rgba(212,175,55,.22), 0 0 0 1px rgba(246,215,122,.16) inset !important;
}

.plan-icon {
  width: 52px !important;
  height: 52px !important;
  font-size: 1.55rem !important;
  margin: 6px auto 14px !important;
}

.price-card h3 {
  font-size: 2.05rem !important;
  margin-bottom: 12px !important;
}

.price-card p {
  font-size: .98rem !important;
  margin-bottom: 6px !important;
}

.price-card strong {
  font-size: clamp(2.45rem, 3.2vw, 3.45rem) !important;
  margin: 18px 0 18px !important;
}

.price-card .btn {
  min-height: 45px !important;
  margin-top: 10px !important;
  font-size: .84rem !important;
}

.label {
  top: 12px !important;
  padding: 8px 16px !important;
}

.plan-note {
  width: min(100%, 620px) !important;
  margin-top: 24px !important;
  padding: 16px 20px !important;
  border-radius: 20px !important;
  box-shadow: 0 0 48px rgba(246,215,122,.10) !important;
}

/* HERO 08 — final más premium, manteniendo tamaño */
.final-cta {
  padding-top: 48px !important;
  padding-bottom: 70px !important;
}

.cta-box {
  padding: clamp(42px, 6vw, 70px) clamp(22px, 6vw, 84px) !important;
  background:
    radial-gradient(circle at 20% 50%, rgba(246,215,122,.16), transparent 30%),
    radial-gradient(circle at 82% 18%, rgba(212,175,55,.10), transparent 28%),
    linear-gradient(135deg, rgba(255,255,255,.055), transparent 18%),
    linear-gradient(180deg, rgba(18,17,14,.96), rgba(4,4,4,.99)) !important;
  box-shadow:
    0 42px 120px rgba(0,0,0,.52),
    0 0 70px rgba(246,215,122,.12),
    inset 0 1px rgba(255,255,255,.06) !important;
}

.cta-box::after {
  inset: auto -10% -22% auto !important;
  width: 60% !important;
  height: 70% !important;
  background:
    linear-gradient(115deg, transparent, rgba(246,215,122,.16), transparent),
    radial-gradient(circle, rgba(246,215,122,.22), transparent 62%) !important;
  filter: blur(12px);
}

.cta-box h2 {
  font-size: clamp(2.2rem, 3.7vw, 4.25rem) !important;
}

/* Desktop de 1366: todo más proporcionado */
@media (max-width: 1180px) {
  .hero-main {
    grid-template-columns: 1fr !important;
    min-height: auto !important;
  }
  .device-stage {
    transform: none !important;
  }
  .persona-title-block,
  .persona-top {
    max-width: 100% !important;
  }
  .compare-grid::before { display: none; }
}

@media (max-width: 860px) {
  .section-shell { padding: 48px 0 !important; }
  .hero-main { padding-top: 42px !important; padding-bottom: 48px !important; }
  .compare-grid,
  .pricing-grid,
  .persona-layout,
  .persona-layout.balanced {
    grid-template-columns: 1fr !important;
  }
  .price-card.featured { transform: none !important; }
  .process-line { grid-template-columns: 1fr !important; }
}

@media (max-width: 560px) {
  h1 { font-size: clamp(2.75rem, 13vw, 4.2rem) !important; }
  .persona-title-block h2,
  .persona-top h2,
  .section-heading h2,
  .final-cta h2 { font-size: clamp(2rem, 9.8vw, 3.1rem) !important; }
  .device-stage img { width: 108% !important; margin-left: -4% !important; }
  .portrait-frame,
  .portrait-frame img { min-height: 340px !important; }
  .phone-chat { min-height: auto !important; }
  .product-row { grid-template-columns: 1fr !important; }
}

/* V5B — HERO 01 como imagen integrada */
.hero-image {
  min-height: auto;
  display: block;
  padding-top: 52px;
  padding-bottom: 72px;
}
.hero-poster-card {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 34px;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255,255,255,.04), transparent 22%),
    radial-gradient(circle at top right, rgba(212,175,55,.16), transparent 36%),
    linear-gradient(180deg, rgba(10,10,9,.96), rgba(5,5,5,.98));
  box-shadow: 0 34px 90px rgba(0,0,0,.42), inset 0 1px rgba(255,255,255,.05);
}
.hero-poster-card::before {
  content: "";
  position: absolute;
  inset: auto 4% -12% 4%;
  height: 24%;
  background: radial-gradient(circle, rgba(246,215,122,.28), transparent 68%);
  filter: blur(30px);
  pointer-events: none;
}
.hero-poster {
  width: 100%;
  display: block;
}
.hero-poster-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 22px;
  justify-content: flex-start;
  padding-left: 4px;
}

@media (max-width: 900px) {
  .hero-image {
    padding-top: 36px;
    padding-bottom: 56px;
  }
  .hero-poster-card {
    border-radius: 26px;
  }
  .hero-poster-actions {
    justify-content: center;
    padding-left: 0;
  }
}


/* V5B2 — Botón real integrado sobre el Hero 01 */
.hero-poster-card {
  position: relative;
}

.hero-click {
  position: absolute;
  z-index: 4;
  display: block;
  border-radius: 999px;
  text-indent: -9999px;
  overflow: hidden;
}

.hero-click-primary {
  left: 4.7%;
  bottom: 8.7%;
  width: 16.8%;
  height: 7.6%;
}

.hero-click-primary:focus-visible {
  outline: 3px solid var(--gold-3);
  outline-offset: 5px;
  box-shadow: 0 0 0 6px rgba(0,0,0,.7);
}

@media (max-width: 900px) {
  .hero-click-primary {
    left: 4.5%;
    bottom: 8.5%;
    width: 17.2%;
    height: 8%;
  }
}


/* V5C — HERO 02 como imagen integrada */
.hero-image-secondary {
  padding-top: 8px;
  padding-bottom: 54px;
}

.hero-image-secondary .hero-poster-card {
  max-width: 100%;
}

@media (max-width: 900px) {
  .hero-image-secondary {
    padding-top: 0;
    padding-bottom: 42px;
  }
}


/* V5D — MORA: canales con logos + bloque de cualidades extendido */
.persona-mora .persona-layout {
  align-items: stretch !important;
}

.persona-mora .character-panel,
.persona-mora .insight-card {
  height: 100% !important;
}

.channel-stack {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.channel-card {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 14px;
  align-items: center;
  min-height: 86px;
  padding: 13px 14px;
  border: 1px solid rgba(246, 215, 122, .22);
  border-radius: 20px;
  background:
    radial-gradient(circle at 10% 20%, rgba(246,215,122,.10), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.012));
  box-shadow: inset 0 1px rgba(255,255,255,.04), 0 14px 34px rgba(0,0,0,.22);
}

.channel-logo {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 900;
  font-size: 1.75rem;
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: 0 12px 26px rgba(0,0,0,.28), inset 0 1px rgba(255,255,255,.25);
}

.whatsapp-logo {
  background: radial-gradient(circle at 35% 25%, #6dff99, #25d366 48%, #0b8d43 100%);
}

.instagram-logo {
  background:
    radial-gradient(circle at 70% 75%, #ffd76b 0 14%, transparent 15%),
    radial-gradient(circle at 28% 85%, #ff7a18 0 22%, transparent 23%),
    linear-gradient(135deg, #405de6, #833ab4 35%, #e1306c 62%, #f77737 88%, #fcaf45);
}

.facebook-logo {
  background: linear-gradient(180deg, #1e9bff, #0866ff 58%, #0346b8);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2.15rem;
  line-height: 1;
}

.channel-card strong {
  display: block;
  margin-bottom: 5px;
  color: var(--cream);
  font-size: .98rem;
  line-height: 1.1;
}

.channel-card p {
  margin: 0;
  color: rgba(245,241,223,.70);
  font-size: .82rem;
  line-height: 1.36;
}

.persona-mora .insight-card {
  padding-bottom: 24px !important;
}

.persona-mora .insight-card ul {
  display: grid;
  gap: 14px;
}

.persona-mora .insight-card li {
  padding-bottom: 14px;
}

.persona-mora .insight-card li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

@media (max-width: 860px) {
  .channel-card {
    grid-template-columns: 50px 1fr;
    min-height: 78px;
  }
  .channel-logo {
    width: 50px;
    height: 50px;
  }
}


/* V5E — NOA: imagen original completa + chat actualizado */
.persona-noa .portrait-frame {
  min-height: 620px !important;
  max-height: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background:
    radial-gradient(circle at 50% 20%, rgba(246,215,122,.10), transparent 42%),
    linear-gradient(180deg, rgba(10,10,9,.96), rgba(5,5,5,.98)) !important;
}

.persona-noa .portrait-frame img {
  width: 100% !important;
  height: 100% !important;
  min-height: 620px !important;
  object-fit: contain !important;
  object-position: center center !important;
  display: block !important;
}

.persona-noa .character-panel {
  display: flex !important;
  flex-direction: column !important;
}

.persona-noa .character-copy {
  margin-top: 22px !important;
}

.persona-noa .phone-chat .chat-body {
  padding-bottom: 30px !important;
}

.persona-noa .phone-chat .bubble {
  font-size: clamp(.84rem, .9vw, .98rem) !important;
  line-height: 1.42 !important;
  padding: 13px 16px 22px !important;
  margin-bottom: 12px !important;
}

.persona-noa .phone-chat .bubble.incoming {
  max-width: 76% !important;
}

.persona-noa .phone-chat .bubble.outgoing {
  max-width: 68% !important;
}

@media (max-width: 860px) {
  .persona-noa .portrait-frame {
    min-height: auto !important;
  }

  .persona-noa .portrait-frame img {
    min-height: auto !important;
    height: auto !important;
    object-fit: contain !important;
  }

  .persona-noa .phone-chat .bubble {
    font-size: .92rem !important;
  }

  .persona-noa .phone-chat .bubble.incoming,
  .persona-noa .phone-chat .bubble.outgoing {
    max-width: 92% !important;
  }
}


/* V5F — PAULA: imagen original completa + acciones de carga + chat operativo */
.persona-paula .portrait-frame {
  min-height: 700px !important;
  max-height: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background:
    radial-gradient(circle at 16% 20%, rgba(246,215,122,.10), transparent 38%),
    linear-gradient(180deg, rgba(10,10,9,.96), rgba(5,5,5,.98)) !important;
}

.persona-paula .portrait-frame img {
  width: 100% !important;
  height: 100% !important;
  min-height: 700px !important;
  object-fit: contain !important;
  object-position: center center !important;
  display: block !important;
}

.persona-paula .character-copy {
  margin-top: 22px !important;
}

.upload-actions {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}

.upload-pill {
  width: 100%;
  text-align: left;
  padding: 12px 16px;
  border-radius: 16px;
  border: 1px solid rgba(246, 215, 122, .22);
  background:
    radial-gradient(circle at 8% 20%, rgba(246,215,122,.08), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,.04), rgba(255,255,255,.012));
  color: rgba(245,241,223,.82);
  font: inherit;
  font-size: .9rem;
  font-weight: 600;
  box-shadow: inset 0 1px rgba(255,255,255,.04), 0 12px 30px rgba(0,0,0,.20);
  cursor: default;
}

.upload-pill::before {
  content: "＋";
  display: inline-block;
  margin-right: 10px;
  color: var(--gold-3);
  font-weight: 900;
}

.upload-pill.highlight {
  color: var(--cream);
  border-color: rgba(246,215,122,.36);
  background:
    radial-gradient(circle at 12% 20%, rgba(246,215,122,.14), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,.05), rgba(255,255,255,.015));
}

.upload-pill:disabled {
  opacity: 1;
}

.persona-paula .phone-chat .chat-body {
  padding-bottom: 30px !important;
}

.persona-paula .phone-chat .bubble {
  font-size: clamp(.84rem, .9vw, .98rem) !important;
  line-height: 1.42 !important;
  padding: 13px 16px 22px !important;
  margin-bottom: 12px !important;
}

.persona-paula .phone-chat .bubble.incoming {
  max-width: 79% !important;
}

.persona-paula .phone-chat .bubble.outgoing {
  max-width: 70% !important;
}

@media (max-width: 860px) {
  .persona-paula .portrait-frame {
    min-height: auto !important;
  }

  .persona-paula .portrait-frame img {
    min-height: auto !important;
    height: auto !important;
    object-fit: contain !important;
  }

  .upload-pill {
    font-size: .92rem;
    padding: 12px 14px;
  }

  .persona-paula .phone-chat .bubble.incoming,
  .persona-paula .phone-chat .bubble.outgoing {
    max-width: 92% !important;
  }
}


/* V5G — HERO 06: proceso después de elegir plan como imagen premium */
.process-image-section {
  padding-top: 24px !important;
  padding-bottom: 62px !important;
}

.process-image-card {
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  border: 1px solid rgba(246, 215, 122, .24);
  background:
    radial-gradient(circle at 50% 10%, rgba(246,215,122,.10), transparent 38%),
    linear-gradient(180deg, rgba(10,10,9,.96), rgba(5,5,5,.98));
  box-shadow: 0 34px 90px rgba(0,0,0,.42), inset 0 1px rgba(255,255,255,.05);
}

.process-image-card::before {
  content: "";
  position: absolute;
  inset: auto 8% -18% 8%;
  height: 30%;
  background: radial-gradient(circle, rgba(246,215,122,.22), transparent 70%);
  filter: blur(34px);
  pointer-events: none;
}

.process-image-card img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}

@media (max-width: 900px) {
  .process-image-section {
    padding-top: 10px !important;
    padding-bottom: 46px !important;
  }

  .process-image-card {
    border-radius: 24px;
  }
}


/* V5I — PLANES funcionales recreados en HTML/CSS premium */
.pricing-luxury {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-top: 72px !important;
  padding-bottom: 76px !important;
}

.pricing-luxury::before {
  content: "";
  position: absolute;
  inset: 20px -12% 0 -12%;
  z-index: -3;
  background:
    radial-gradient(ellipse at 50% 58%, rgba(246,215,122,.18), transparent 34%),
    radial-gradient(ellipse at 50% 84%, rgba(212,175,55,.16), transparent 32%),
    radial-gradient(ellipse at 7% 12%, rgba(246,215,122,.13), transparent 24%),
    radial-gradient(ellipse at 94% 14%, rgba(246,215,122,.11), transparent 25%),
    linear-gradient(180deg, rgba(9,9,8,.92), rgba(2,2,2,.98));
  border-radius: 46px;
}

.pricing-luxury::after {
  content: "";
  position: absolute;
  z-index: -2;
  left: 50%;
  bottom: 34px;
  width: min(1180px, 92vw);
  height: 180px;
  transform: translateX(-50%);
  border-radius: 50%;
  border: 1px solid rgba(246,215,122,.18);
  box-shadow:
    0 0 0 22px rgba(212,175,55,.015),
    0 0 60px rgba(246,215,122,.12),
    inset 0 0 50px rgba(246,215,122,.05);
  pointer-events: none;
}

.pricing-orbit {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .9;
  background:
    linear-gradient(120deg, transparent 5%, rgba(246,215,122,.30) 7%, transparent 10%) left 0 top 16% / 48% 2px no-repeat,
    linear-gradient(-120deg, transparent 5%, rgba(246,215,122,.26) 7%, transparent 10%) right 0 top 16% / 48% 2px no-repeat,
    radial-gradient(circle at 50% 80%, rgba(246,215,122,.16), transparent 18%),
    radial-gradient(circle at 50% 80%, transparent 26%, rgba(246,215,122,.18) 26.4%, transparent 27%),
    radial-gradient(circle at 50% 80%, transparent 36%, rgba(246,215,122,.10) 36.2%, transparent 36.8%);
}

.pricing-brand-chip {
  width: max-content;
  margin: 0 auto 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 20px 10px 10px;
  border: 1px solid rgba(246,215,122,.34);
  border-radius: 999px;
  background: rgba(5,5,5,.68);
  box-shadow: 0 12px 34px rgba(0,0,0,.32), inset 0 1px rgba(255,255,255,.05);
}

.pricing-brand-chip span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(246,215,122,.50);
  color: var(--gold-3);
  font-family: var(--font-title);
  font-size: 1.25rem;
  font-weight: 900;
  text-shadow: 0 0 18px rgba(246,215,122,.35);
}

.pricing-brand-chip strong {
  color: var(--gold-3);
  font-size: .95rem;
  letter-spacing: .08em;
}

.pricing-heading {
  margin-bottom: 42px !important;
}

.pricing-heading h2 {
  margin: 0 auto !important;
  max-width: 980px !important;
  text-align: center !important;
  line-height: .88 !important;
  text-transform: uppercase !important;
}

.pricing-heading h2 span,
.pricing-heading h2 strong {
  display: block;
  font-family: var(--font-title);
  font-weight: 800;
  letter-spacing: -.04em;
}

.pricing-heading h2 span {
  color: var(--gold-3);
  font-size: clamp(3.1rem, 6.6vw, 7.4rem) !important;
  text-shadow: 0 0 36px rgba(246,215,122,.12);
}

.pricing-heading h2 strong {
  color: var(--cream);
  font-size: clamp(3.0rem, 6.3vw, 6.9rem) !important;
  text-shadow: 0 22px 52px rgba(0,0,0,.48);
}

.pricing-crown-line {
  position: relative;
  width: min(420px, 72vw);
  height: 22px;
  margin: 18px auto 0;
  display: grid;
  place-items: center;
  color: var(--gold-3);
}

.pricing-crown-line::before,
.pricing-crown-line::after {
  content: "";
  position: absolute;
  top: 50%;
  width: calc(50% - 28px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(246,215,122,.65), transparent);
}

.pricing-crown-line::before { left: 0; }
.pricing-crown-line::after { right: 0; }
.pricing-crown-line span {
  width: 42px;
  height: 22px;
  display: grid;
  place-items: center;
  filter: drop-shadow(0 0 12px rgba(246,215,122,.38));
}

.pricing-grid-premium {
  position: relative;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 28px !important;
  align-items: end !important;
  max-width: 1180px;
  margin-inline: auto;
}

.price-card-premium {
  position: relative;
  overflow: visible !important;
  min-height: 522px !important;
  padding: 72px 28px 28px !important;
  border-radius: 34px !important;
  border: 1px solid rgba(246,215,122,.36) !important;
  background:
    linear-gradient(142deg, rgba(255,255,255,.10), transparent 24%),
    radial-gradient(circle at 50% 0%, rgba(246,215,122,.15), transparent 35%),
    linear-gradient(180deg, rgba(18,18,16,.96), rgba(3,3,3,.995)) !important;
  box-shadow:
    0 24px 80px rgba(0,0,0,.42),
    inset 0 1px 0 rgba(255,255,255,.06),
    inset 0 -1px 0 rgba(246,215,122,.12),
    0 0 0 1px rgba(246,215,122,.04) !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.price-card-premium::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0%, rgba(246,215,122,.50) 1px, transparent 2px) left 28% / 1px 64% no-repeat,
    linear-gradient(90deg, transparent 0%, rgba(246,215,122,.34) 1px, transparent 2px) right 18% / 1px 54% no-repeat,
    radial-gradient(circle at 50% 100%, rgba(246,215,122,.18), transparent 34%);
  opacity: .8;
}

.price-card-premium::after {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: -9px;
  height: 13px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(246,215,122,.72), rgba(212,175,55,.16) 42%, transparent 72%);
  filter: blur(4px);
  pointer-events: none;
}

.price-card-premium.featured {
  min-height: 570px !important;
  transform: translateY(0) scale(1.035) !important;
  border-color: rgba(246,215,122,.62) !important;
  background:
    linear-gradient(142deg, rgba(255,255,255,.13), transparent 24%),
    radial-gradient(circle at 50% 0%, rgba(246,215,122,.27), transparent 36%),
    linear-gradient(180deg, rgba(22,21,18,.98), rgba(4,4,4,.995)) !important;
  box-shadow:
    0 34px 110px rgba(0,0,0,.50),
    0 0 52px rgba(246,215,122,.18),
    inset 0 1px 0 rgba(255,255,255,.08),
    inset 0 -1px 0 rgba(246,215,122,.18) !important;
}

.price-card-premium.featured::before {
  opacity: 1;
}

.premium-label {
  position: absolute !important;
  top: -1px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: min(260px, 68%) !important;
  padding: 16px 22px !important;
  border-radius: 0 0 24px 24px !important;
  border: 1px solid rgba(246,215,122,.55) !important;
  background:
    linear-gradient(180deg, rgba(255,234,155,.98), rgba(197,143,20,.96)) !important;
  color: #111 !important;
  font-weight: 1000 !important;
  letter-spacing: .08em !important;
  box-shadow:
    0 12px 34px rgba(246,215,122,.28),
    inset 0 1px rgba(255,255,255,.55) !important;
  z-index: 5;
}

.luxury-icon {
  width: 76px !important;
  height: 76px !important;
  margin: 0 auto 26px !important;
  border-radius: 50% !important;
  border: 1px solid rgba(246,215,122,.45) !important;
  background:
    radial-gradient(circle at 48% 34%, rgba(246,215,122,.22), transparent 42%),
    linear-gradient(180deg, rgba(33,30,23,.98), rgba(8,8,7,.98)) !important;
  color: var(--gold-3) !important;
  font-size: 2.08rem !important;
  box-shadow:
    0 0 0 8px rgba(246,215,122,.035),
    0 0 26px rgba(246,215,122,.20),
    inset 0 1px rgba(255,255,255,.08);
  display: grid !important;
  place-items: center !important;
}

.featured .luxury-icon {
  margin-top: 20px !important;
  box-shadow:
    0 0 0 10px rgba(246,215,122,.045),
    0 0 38px rgba(246,215,122,.30),
    inset 0 1px rgba(255,255,255,.10);
}

.price-card-premium h3 {
  font-size: clamp(2rem, 3vw, 3rem) !important;
  line-height: 1 !important;
  margin: 0 0 16px !important;
  text-shadow: 0 16px 34px rgba(0,0,0,.42);
}

.price-card-premium .plan-days {
  color: var(--gold-3) !important;
  font-weight: 900 !important;
  font-size: 1.05rem !important;
  margin: 0 0 7px !important;
}

.price-card-premium .plan-messages {
  color: rgba(245,241,223,.90) !important;
  font-size: 1.03rem !important;
  margin: 0 0 16px !important;
}

.plan-divider {
  width: min(170px, 64%);
  height: 16px;
  margin: 0 auto 18px;
  position: relative;
}

.plan-divider::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(246,215,122,.55), transparent);
}

.plan-divider::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background: var(--gold-3);
  box-shadow: 0 0 14px rgba(246,215,122,.52);
}

.price-card-premium strong {
  display: block;
  margin: 0 0 28px !important;
  font-size: clamp(3.1rem, 5vw, 5.6rem) !important;
  line-height: .92 !important;
  color: var(--gold-3) !important;
  letter-spacing: -.04em;
  text-shadow: 0 0 30px rgba(246,215,122,.16), 0 18px 34px rgba(0,0,0,.42);
}

.price-card-premium .plan-main-btn,
.price-card-premium .plan-renew-btn {
  width: 100%;
  min-height: 58px !important;
  border-radius: 13px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  z-index: 2;
  font-size: .93rem !important;
  letter-spacing: .04em !important;
}

.price-card-premium .plan-main-btn {
  margin-top: auto !important;
  color: #111 !important;
  background:
    linear-gradient(180deg, #ffe88f, #d2a72d 56%, #b37e11) !important;
  box-shadow:
    0 12px 34px rgba(246,215,122,.26),
    inset 0 1px 0 rgba(255,255,255,.55),
    inset 0 -1px 0 rgba(0,0,0,.22) !important;
}

.price-card-premium .plan-main-btn span {
  position: absolute;
  right: 18px;
  font-size: 1.55rem;
  line-height: 1;
}

.price-card-premium .plan-renew-btn {
  margin-top: 13px !important;
  color: rgba(245,241,223,.94) !important;
  border: 1px solid rgba(246,215,122,.42) !important;
  background: rgba(8,8,7,.64) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04) !important;
}

.price-card-premium .plan-renew-btn span {
  position: absolute;
  right: 19px;
  color: var(--gold-3);
  font-size: 1.35rem;
}

.price-card-premium .plan-main-btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.06);
  box-shadow:
    0 18px 42px rgba(246,215,122,.34),
    inset 0 1px 0 rgba(255,255,255,.62) !important;
}

.price-card-premium .plan-renew-btn:hover {
  transform: translateY(-2px);
  border-color: rgba(246,215,122,.60) !important;
  background: rgba(18,17,13,.72) !important;
}

.premium-plan-note {
  position: relative;
  width: min(100%, 650px) !important;
  margin-top: 50px !important;
  padding: 20px 28px !important;
  border-radius: 24px !important;
  border: 1px solid rgba(246,215,122,.32) !important;
  background: rgba(7,7,6,.74) !important;
  box-shadow:
    0 20px 60px rgba(0,0,0,.42),
    inset 0 1px 0 rgba(255,255,255,.05),
    0 0 38px rgba(246,215,122,.10) !important;
}

.premium-plan-note span {
  color: rgba(245,241,223,.92);
  font-size: 1.12rem;
}

.premium-plan-note strong {
  color: var(--gold-3);
}

@media (max-width: 1120px) {
  .pricing-grid-premium {
    gap: 18px !important;
  }

  .price-card-premium {
    padding-inline: 22px !important;
  }

  .price-card-premium strong {
    font-size: clamp(2.8rem, 4.4vw, 4.7rem) !important;
  }
}

@media (max-width: 900px) {
  .pricing-luxury {
    padding-top: 54px !important;
    padding-bottom: 56px !important;
  }

  .pricing-brand-chip {
    margin-bottom: 14px;
  }

  .pricing-grid-premium {
    grid-template-columns: 1fr !important;
    max-width: 520px;
    gap: 28px !important;
  }

  .price-card-premium,
  .price-card-premium.featured {
    min-height: auto !important;
    transform: none !important;
  }

  .price-card-premium {
    padding: 56px 24px 24px !important;
  }

  .premium-label {
    width: min(230px, 66%) !important;
  }

  .pricing-luxury::after {
    width: 92vw;
    height: 120px;
    bottom: 34px;
  }
}

@media (max-width: 520px) {
  .pricing-heading h2 span {
    font-size: 2.75rem !important;
  }

  .pricing-heading h2 strong {
    font-size: 2.65rem !important;
  }

  .price-card-premium strong {
    font-size: 3rem !important;
  }

  .luxury-icon {
    width: 66px !important;
    height: 66px !important;
  }
}


/* V5J — Ajuste final Planes: escala desktop + chip + look más cercano a referencia */
@media (min-width: 901px) {
  .pricing-luxury {
    padding-top: 54px !important;
    padding-bottom: 58px !important;
  }

  .pricing-brand-chip {
    position: relative !important;
    top: -16px !important;
    margin-bottom: 0 !important;
    transform: scale(.88) !important;
    transform-origin: center !important;
  }

  .pricing-heading {
    margin-top: -4px !important;
    margin-bottom: 30px !important;
  }

  .pricing-heading h2 span {
    font-size: clamp(2.6rem, 5.1vw, 5.65rem) !important;
    line-height: .88 !important;
  }

  .pricing-heading h2 strong {
    font-size: clamp(2.55rem, 4.85vw, 5.35rem) !important;
    line-height: .88 !important;
  }

  .pricing-crown-line {
    margin-top: 12px !important;
    height: 18px !important;
  }

  .pricing-grid-premium {
    max-width: 1040px !important;
    gap: 18px !important;
    align-items: end !important;
  }

  .price-card-premium {
    min-height: 438px !important;
    padding: 54px 22px 22px !important;
    border-radius: 30px !important;
  }

  .price-card-premium.featured {
    min-height: 476px !important;
    transform: translateY(0) scale(1.025) !important;
  }

  .premium-label {
    width: min(230px, 70%) !important;
    padding: 12px 18px !important;
    border-radius: 0 0 22px 22px !important;
    font-size: .76rem !important;
  }

  .luxury-icon {
    width: 62px !important;
    height: 62px !important;
    margin-bottom: 18px !important;
    font-size: 1.72rem !important;
  }

  .featured .luxury-icon {
    margin-top: 12px !important;
  }

  .price-card-premium h3 {
    font-size: clamp(1.75rem, 2.45vw, 2.45rem) !important;
    margin-bottom: 12px !important;
  }

  .price-card-premium .plan-days {
    font-size: .98rem !important;
    margin-bottom: 5px !important;
  }

  .price-card-premium .plan-messages {
    font-size: .94rem !important;
    margin-bottom: 12px !important;
  }

  .plan-divider {
    width: min(140px, 58%) !important;
    height: 12px !important;
    margin-bottom: 14px !important;
  }

  .price-card-premium strong {
    font-size: clamp(2.75rem, 4.25vw, 4.45rem) !important;
    margin-bottom: 22px !important;
  }

  .price-card-premium .plan-main-btn,
  .price-card-premium .plan-renew-btn {
    min-height: 48px !important;
    border-radius: 12px !important;
    font-size: .82rem !important;
  }

  .price-card-premium .plan-renew-btn {
    margin-top: 10px !important;
  }

  .premium-plan-note {
    width: min(100%, 600px) !important;
    margin-top: 34px !important;
    padding: 16px 22px !important;
  }
}

/* Refuerzo visual premium sin convertir los planes en imagen */
.pricing-luxury::before {
  background:
    radial-gradient(ellipse at 50% 58%, rgba(246,215,122,.22), transparent 31%),
    radial-gradient(ellipse at 50% 84%, rgba(212,175,55,.19), transparent 30%),
    radial-gradient(ellipse at 7% 12%, rgba(246,215,122,.15), transparent 22%),
    radial-gradient(ellipse at 94% 14%, rgba(246,215,122,.14), transparent 23%),
    linear-gradient(180deg, rgba(10,10,9,.96), rgba(2,2,2,.99)) !important;
}

.price-card-premium {
  backdrop-filter: blur(6px);
}

.price-card-premium .plan-main-btn::before {
  content: "";
  position: absolute;
  inset: 2px 10px auto 10px;
  height: 42%;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255,255,255,.42), rgba(255,255,255,0));
  pointer-events: none;
}

.price-card-premium .plan-main-btn {
  overflow: hidden;
}

.price-card-premium.featured {
  outline: 1px solid rgba(246,215,122,.20);
  outline-offset: -8px;
}

.price-card-premium.featured::after {
  background: radial-gradient(ellipse, rgba(246,215,122,.95), rgba(212,175,55,.20) 44%, transparent 74%) !important;
}


/* V5K — Navegación superior/inferior legal y soporte */
.nav-legal {
  gap: 24px !important;
}

.nav-legal a,
.footer-nav-legal a {
  color: rgba(245,241,223,.78) !important;
  font-weight: 800 !important;
  letter-spacing: -.01em;
  text-decoration: none;
  white-space: nowrap;
}

.nav-legal a:hover,
.footer-nav-legal a:hover {
  color: var(--gold-3) !important;
  text-shadow: 0 0 18px rgba(246,215,122,.18);
}

.footer-nav-legal {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
}

.legal-links-section {
  padding-top: 38px !important;
  padding-bottom: 42px !important;
}

.legal-links-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.legal-link-card {
  position: relative;
  min-height: 178px;
  padding: 22px 20px;
  border-radius: 24px;
  border: 1px solid rgba(246,215,122,.18);
  background:
    radial-gradient(circle at 12% 10%, rgba(246,215,122,.10), transparent 34%),
    linear-gradient(180deg, rgba(14,13,11,.92), rgba(5,5,5,.98));
  box-shadow: 0 18px 46px rgba(0,0,0,.28), inset 0 1px rgba(255,255,255,.04);
}

.legal-link-card span {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 16px;
  border-radius: 50%;
  border: 1px solid rgba(246,215,122,.28);
  color: var(--gold-3);
  font-weight: 900;
  font-size: .82rem;
}

.legal-link-card h3 {
  margin: 0 0 10px;
  font-family: var(--font-title);
  color: var(--cream);
  font-size: 1.35rem;
  line-height: 1.05;
}

.legal-link-card p {
  margin: 0;
  color: rgba(245,241,223,.68);
  font-size: .9rem;
  line-height: 1.48;
}

@media (max-width: 980px) {
  .nav-legal {
    gap: 14px !important;
  }

  .nav-legal a {
    font-size: .8rem !important;
  }

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

@media (max-width: 720px) {
  .nav-legal {
    width: 100%;
    padding-top: 12px;
    justify-content: center;
    flex-wrap: wrap;
  }

  .legal-links-grid {
    grid-template-columns: 1fr;
  }
}


/* V5L — Botón funcional Hablar con NOA ahora */
.nav-legal .nav-cta-noa {
  padding: 13px 22px !important;
  border-radius: 999px !important;
  color: #111 !important;
  font-weight: 1000 !important;
  background: linear-gradient(180deg, #ffe88f, #d4af37 58%, #a87912) !important;
  border: 1px solid rgba(246,215,122,.42) !important;
  box-shadow:
    0 12px 28px rgba(212,175,55,.24),
    inset 0 1px 0 rgba(255,255,255,.55) !important;
  text-shadow: none !important;
}

.nav-legal .nav-cta-noa:hover {
  color: #111 !important;
  filter: brightness(1.06);
  transform: translateY(-1px);
  box-shadow:
    0 16px 34px rgba(212,175,55,.30),
    inset 0 1px 0 rgba(255,255,255,.62) !important;
}

.footer-cta-noa {
  padding: 12px 20px;
  border-radius: 999px;
  color: #111 !important;
  font-weight: 1000 !important;
  text-decoration: none;
  background: linear-gradient(180deg, #ffe88f, #d4af37 58%, #a87912);
  border: 1px solid rgba(246,215,122,.42);
  box-shadow:
    0 12px 28px rgba(212,175,55,.20),
    inset 0 1px 0 rgba(255,255,255,.50);
}

.footer-cta-noa:hover {
  color: #111 !important;
  filter: brightness(1.06);
}

@media (max-width: 980px) {
  .nav-legal .nav-cta-noa {
    padding: 11px 16px !important;
    font-size: .8rem !important;
  }
}


/* V5M — HOTFIX MOBILE SOLO HERO 01 */
.hero-mobile-card {
  display: none;
}

@media (max-width: 700px) {
  .hero-image {
    padding-top: 24px !important;
    padding-bottom: 44px !important;
  }

  .hero-image .hero-poster-card {
    display: none !important;
  }

  .hero-mobile-card {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 28px;
    border: 1px solid rgba(246, 215, 122, .26);
    padding: 24px 18px 18px;
    background:
      radial-gradient(circle at 12% 8%, rgba(246,215,122,.16), transparent 34%),
      radial-gradient(circle at 92% 44%, rgba(246,215,122,.14), transparent 36%),
      linear-gradient(180deg, rgba(14,13,11,.96), rgba(4,4,4,.99));
    box-shadow:
      0 24px 70px rgba(0,0,0,.42),
      inset 0 1px rgba(255,255,255,.05);
  }

  .hero-mobile-card::before {
    content: "";
    position: absolute;
    inset: -18% -20% auto auto;
    width: 70%;
    height: 38%;
    background: radial-gradient(circle, rgba(246,215,122,.18), transparent 68%);
    filter: blur(26px);
    pointer-events: none;
  }

  .mobile-eyebrow {
    position: relative;
    z-index: 1;
    margin: 0 0 10px;
    color: var(--gold-3);
    text-transform: uppercase;
    letter-spacing: .18em;
    font-size: .68rem;
    font-weight: 900;
    line-height: 1.35;
  }

  .hero-mobile-card h1 {
    position: relative;
    z-index: 1;
    margin: 0;
    max-width: 320px;
    font-family: var(--font-title);
    color: var(--cream);
    font-size: clamp(3rem, 15vw, 4.7rem);
    line-height: .88;
    letter-spacing: -.06em;
    text-transform: none;
  }

  .hero-mobile-card h1 span {
    display: block;
    color: var(--gold-3);
    text-shadow: 0 0 26px rgba(246,215,122,.14);
  }

  .mobile-hero-copy {
    position: relative;
    z-index: 1;
    margin: 18px 0 16px;
    color: rgba(245,241,223,.82);
    font-size: .98rem;
    line-height: 1.55;
    max-width: 330px;
  }

  .mobile-benefits {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 9px;
    margin-bottom: 18px;
  }

  .mobile-benefits span {
    width: fit-content;
    max-width: 100%;
    padding: 9px 12px;
    border-radius: 999px;
    border: 1px solid rgba(246,215,122,.20);
    background: rgba(255,255,255,.025);
    color: rgba(245,241,223,.86);
    font-size: .82rem;
    font-weight: 800;
  }

  .mobile-benefits span::before {
    content: "✦";
    margin-right: 8px;
    color: var(--gold-3);
  }

  .mobile-hero-visual {
    position: relative;
    z-index: 1;
    margin: 6px -2px 18px;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(246,215,122,.20);
    background:
      radial-gradient(circle at 50% 100%, rgba(246,215,122,.14), transparent 62%),
      linear-gradient(180deg, rgba(16,14,11,.86), rgba(5,5,5,.96));
    box-shadow:
      inset 0 1px rgba(255,255,255,.04),
      0 18px 46px rgba(0,0,0,.32),
      0 0 34px rgba(246,215,122,.08);
  }

  .mobile-hero-visual-image {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .mobile-hero-visual::after {
    content: "";
    position: absolute;
    inset: auto 10% -10% 10%;
    height: 24%;
    background: radial-gradient(circle, rgba(246,215,122,.20), transparent 70%);
    filter: blur(20px);
    pointer-events: none;
  }

  .mobile-hero-actions {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 12px;
  }

  .mobile-hero-actions .btn {
    width: 100%;
    justify-content: center;
    min-height: 48px;
  }
}

@media (max-width: 390px) {
  .mobile-hero-visual {
    margin-inline: -4px;
  }

  .hero-mobile-card {
    padding-inline: 16px;
  }
}


/* V6C — NOA IA REAL PREVENTA */
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.noa-live-chat {
  overflow: hidden;
}

.noa-live-body {
  max-height: 560px;
  overflow-y: auto;
  scroll-behavior: smooth;
}

.noa-live-body::-webkit-scrollbar {
  width: 7px;
}

.noa-live-body::-webkit-scrollbar-thumb {
  background: rgba(246, 215, 122, .28);
  border-radius: 999px;
}

.noa-quick-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 14px 18px 4px;
  background: rgba(4,4,4,.98);
  border-top: 1px solid rgba(255,255,255,.06);
}

.noa-quick-actions button {
  appearance: none;
  border: 1px solid rgba(246,215,122,.28);
  border-radius: 999px;
  padding: 10px 13px;
  background: rgba(255,255,255,.045);
  color: rgba(245,241,223,.86);
  font: inherit;
  font-size: .86rem;
  font-weight: 800;
  cursor: pointer;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.noa-quick-actions button:hover,
.noa-quick-actions button:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(246,215,122,.52);
  background: rgba(246,215,122,.10);
  outline: none;
}

.noa-live-input {
  align-items: center;
}

.noa-live-input input {
  flex: 1;
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(246,215,122,.16);
  border-radius: 999px;
  padding: 15px 18px;
  background: rgba(255,255,255,.07);
  color: rgba(245,241,223,.94);
  font: inherit;
  font-size: 1rem;
  outline: none;
}

.noa-live-input input::placeholder {
  color: rgba(245,241,223,.46);
}

.noa-live-input input:focus {
  border-color: rgba(246,215,122,.44);
  box-shadow: 0 0 0 4px rgba(246,215,122,.08);
}

.noa-live-input button {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: #06110d;
  background: linear-gradient(135deg, #56ef9a, #20b85a);
  cursor: pointer;
  font-weight: 1000;
  box-shadow: 0 12px 24px rgba(32,184,90,.18);
}

.noa-live-input button:hover,
.noa-live-input button:focus-visible {
  filter: brightness(1.06);
  outline: 2px solid rgba(86,239,154,.55);
  outline-offset: 3px;
}

.noa-live-input button:disabled,
.noa-live-input input:disabled {
  opacity: .62;
  cursor: wait;
}

.noa-live-chat .bubble {
  animation: noaBubbleIn .24s ease both;
}

.noa-typing {
  color: rgba(245,241,223,.72);
  font-style: italic;
}

@keyframes noaBubbleIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 700px) {
  .noa-live-body {
    max-height: 430px;
  }

  .noa-quick-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-inline: 14px;
  }

  .noa-quick-actions button {
    font-size: .78rem;
    padding: 10px 9px;
  }

  .noa-live-input {
    padding-inline: 14px;
  }

  .noa-live-input input {
    font-size: .92rem;
    padding: 13px 14px;
  }
}


/* V6J — Botones reales de derivación de NOA */
.noa-action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: -4px 0 16px;
  padding-left: 2px;
}

.noa-action-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 11px 16px;
  border-radius: 999px;
  border: 1px solid rgba(246, 215, 122, .36);
  background: linear-gradient(180deg, rgba(246,215,122,.20), rgba(212,175,55,.12));
  color: rgba(255, 242, 174, .96);
  text-decoration: none;
  font-weight: 900;
  font-size: .9rem;
  box-shadow: 0 12px 26px rgba(0,0,0,.22), inset 0 1px rgba(255,255,255,.08);
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.noa-action-btn:hover,
.noa-action-btn:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(246, 215, 122, .60);
  background: linear-gradient(180deg, rgba(246,215,122,.28), rgba(212,175,55,.18));
  outline: none;
}

@media (max-width: 700px) {
  .noa-action-row {
    display: grid;
    grid-template-columns: 1fr;
  }

  .noa-action-btn {
    width: 100%;
  }
}
