/* ─────────────────────────────────────────────────────────────
   memberships.css — LexJets Membership page
   Carga DESPUÉS de tabs.css. Replica el sistema visual del index:
   glass cards rounded + radial gradients oro + border beam +
   image scrims editoriales + shimmer en CTAs.
   ───────────────────────────────────────────────────────────── */

/* =========================================================
   1. HERO con imagen propia + scrim doble
   ========================================================= */

.tab-hero {
  position: relative;
  min-height: clamp(620px, 78vh, 820px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5vw;
  isolation: isolate;
  overflow: hidden;
}

/* Override del ::before original (tabs.css) — desactivamos para usar <img> real */
.tab-hero::before { content: none; }

.tab-hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.78) saturate(1.05);
  z-index: 0;
  pointer-events: none;
  transition: transform 1200ms cubic-bezier(.2,.8,.2,1);
}

.tab-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg,
      rgba(15,18,33,0.35) 0%,
      rgba(15,18,33,0.1) 38%,
      rgba(15,18,33,0.85) 92%,
      var(--lx-noche) 100%),
    linear-gradient(90deg,
      rgba(15,18,33,0.55) 0%,
      rgba(15,18,33,0) 55%);
  z-index: 1;
  pointer-events: none;
}

.tab-hero-inner {
  max-width: 920px;
  text-align: center;
  position: relative;
  z-index: 2;
  padding: 6rem 0 5rem;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.7rem;
  font-weight: 400;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--lx-oro-light);
  margin-bottom: 1.75rem;
}

.hero-eyebrow::before,
.hero-eyebrow::after {
  content: "";
  width: 28px;
  height: 1px;
  background: var(--lx-oro);
  opacity: 0.6;
}

.tab-hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-size: clamp(3rem, 7vw, 6rem);
  line-height: 0.96;
  letter-spacing: -0.015em;
  color: var(--lx-ivory);
  text-shadow: 0 3px 30px rgba(0,0,0,0.7);
  margin: 0 0 1.5rem;
}

.tab-hero h1 em {
  font-style: italic;
  font-weight: 300;
  color: var(--lx-oro-light);
}

.tab-hero .subheadline {
  font-family: 'Archivo', sans-serif;
  font-weight: 300;
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  line-height: 1.55;
  color: var(--lx-bone);
  max-width: 640px;
  margin: 0 auto 2.5rem;
}

.hero-ctas {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

/* Scroll cue debajo del hero */
.tab-hero .scroll-cue {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.6rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--lx-parchment);
  opacity: 0.6;
  z-index: 1;
}

.tab-hero .scroll-cue::after {
  content: "";
  display: block;
  width: 1px;
  height: 32px;
  background: linear-gradient(180deg, var(--lx-oro), transparent);
  margin: 0.65rem auto 0;
}

/* =========================================================
   2. PATTERN A — Glass card (replica de .pillar del home)
   Aplica a stats, beneficios y términos
   ========================================================= */

.glass-card {
  position: relative;
  background: rgba(15, 18, 33, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  padding: 2.25rem 2rem;
  isolation: isolate;
  overflow: hidden;
  transition:
    border-color 420ms cubic-bezier(.2,.8,.2,1),
    background   420ms cubic-bezier(.2,.8,.2,1),
    transform    420ms cubic-bezier(.2,.8,.2,1),
    box-shadow   420ms cubic-bezier(.2,.8,.2,1);
  box-shadow:
    inset 0 -40px 120px -20px rgba(201, 161, 91, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.glass-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 80% at 15% 0%,
    rgba(201, 161, 91, 0.08), transparent 55%);
  border-radius: inherit;
  pointer-events: none;
  z-index: 0;
}

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

.glass-card:hover {
  border-color: rgba(201, 161, 91, 0.38);
  background: rgba(15, 18, 33, 0.75);
  transform: translateY(-2px);
  box-shadow:
    inset 0 -40px 120px -20px rgba(201, 161, 91, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 12px 32px -16px rgba(0, 0, 0, 0.55);
}

/* Glass sobre fondo bone (sección clara) — invierte: glass claro */
.section-bone .glass-card {
  background: rgba(255, 255, 255, 0.55);
  border-color: rgba(201, 161, 91, 0.32);
  box-shadow:
    inset 0 -40px 120px -20px rgba(201, 161, 91, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.section-bone .glass-card::before {
  background: radial-gradient(ellipse 60% 80% at 15% 0%,
    rgba(201, 161, 91, 0.12), transparent 55%);
}

.section-bone .glass-card:hover {
  background: rgba(255, 255, 255, 0.75);
  border-color: rgba(201, 161, 91, 0.55);
}

/* =========================================================
   3. STATS GRID (Sección I)
   ========================================================= */

.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.stat-card {
  text-align: center;
  padding: 2rem 1.25rem;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.stat-card .stat-value {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-size: clamp(2.4rem, 4vw, 3.4rem);
  line-height: 1;
  color: var(--lx-oro);
  letter-spacing: -0.01em;
}

.stat-card .stat-value em {
  font-style: italic;
  font-weight: 300;
}

.stat-card .stat-label {
  font-family: 'Archivo', sans-serif;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--lx-bone);
  margin-top: 0.85rem;
  opacity: 0.85;
}

.section-bone .stat-card .stat-label {
  color: var(--lx-carbon);
}

/* =========================================================
   4. BENEFITS GRID (Sección II)
   ========================================================= */

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-top: 3rem;
}

.benefit-card {
  padding: 2.5rem 2rem;
  min-height: 220px;
}

.benefit-card .benefit-num {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.62rem;
  font-weight: 400;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--lx-oro);
  margin-bottom: 1.25rem;
  display: block;
}

.benefit-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.2;
  color: var(--lx-ivory);
  margin: 0 0 0.85rem;
  letter-spacing: -0.005em;
}

.benefit-card p {
  font-family: 'Archivo', sans-serif;
  font-weight: 300;
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--lx-parchment);
  margin: 0;
}

/* Sobre fondo bone los textos deben ser oscuros */
.section-bone .benefit-card h3 { color: var(--lx-noche); }
.section-bone .benefit-card p  { color: var(--lx-carbon); opacity: 0.85; }
.section-bone .benefit-card p strong { color: var(--lx-noche); }

/* =========================================================
   5. PROCESS STEPS con visual lateral (Sección III)
   ========================================================= */

.process-layout {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 4rem;
  align-items: center;
  margin-top: 3rem;
}

.process-steps-list {
  display: flex;
  flex-direction: column;
  gap: 2.25rem;
}

.process-step-v2 {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 1.25rem;
  align-items: start;
  position: relative;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(201, 161, 91, 0.18);
}

.process-step-v2:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.process-step-v2 .step-numeral {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-style: italic;
  font-size: 4.5rem;
  line-height: 0.85;
  color: var(--lx-oro);
  letter-spacing: -0.02em;
  text-align: center;
}

.process-step-v2 h3 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.2;
  color: var(--lx-carbon);
  margin: 0.3rem 0 0.65rem;
}

.section-dark .process-step-v2 h3 {
  color: var(--lx-ivory);
}

.process-step-v2 p {
  font-family: 'Archivo', sans-serif;
  font-weight: 300;
  font-size: 0.98rem;
  line-height: 1.6;
  color: var(--lx-carbon);
  margin: 0;
  opacity: 0.85;
}

.section-dark .process-step-v2 p {
  color: var(--lx-parchment);
  opacity: 1;
}

.process-visual {
  position: relative;
  aspect-ratio: 4/5;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(201, 161, 91, 0.32);
  isolation: isolate;
}

.process-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.88) saturate(1.05);
  transition: transform 900ms cubic-bezier(.2,.8,.2,1),
              filter 600ms cubic-bezier(.2,.8,.2,1);
}

.process-visual:hover img {
  transform: scale(1.05);
  filter: brightness(1) saturate(1.12);
}

.process-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
    rgba(15,18,33,0) 45%,
    rgba(15,18,33,0.55) 100%);
  pointer-events: none;
  z-index: 1;
}

.process-visual .visual-caption {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  right: 1.5rem;
  z-index: 2;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.62rem;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  color: var(--lx-oro-light);
}

/* =========================================================
   6. PRICING CARDS — glass + featured con border beam
   ========================================================= */

@property --beam-angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 3rem;
  align-items: stretch;
}

.pricing-card {
  position: relative;
  background: rgba(15, 18, 33, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  padding: 2.5rem 2rem 2rem;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition:
    border-color 420ms cubic-bezier(.2,.8,.2,1),
    transform    420ms cubic-bezier(.2,.8,.2,1),
    box-shadow   420ms cubic-bezier(.2,.8,.2,1);
  box-shadow:
    inset 0 -40px 120px -20px rgba(201, 161, 91, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.pricing-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 60% at 50% 0%,
    rgba(201, 161, 91, 0.09), transparent 60%);
  border-radius: inherit;
  pointer-events: none;
  z-index: 0;
}

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

.pricing-card:hover {
  border-color: rgba(201, 161, 91, 0.38);
  transform: translateY(-3px);
  box-shadow:
    inset 0 -40px 120px -20px rgba(201, 161, 91, 0.16),
    0 18px 40px -20px rgba(0, 0, 0, 0.6);
}

/* FEATURED — sutil overlay oro + border más prominente + glow + badge pill
   Override del ::before que tabs.css usa como badge — re-aplicamos como overlay */
.pricing-card.featured {
  border-color: var(--lx-oro);
  background: rgba(15, 18, 33, 0.7);
  transform: translateY(-6px);
  box-shadow:
    inset 0 -40px 120px -20px rgba(201, 161, 91, 0.18),
    0 0 0 1px rgba(201, 161, 91, 0.45),
    0 22px 60px -28px rgba(201, 161, 91, 0.45);
}

.pricing-card.featured::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  top: 0 !important;
  left: 0 !important;
  background: radial-gradient(ellipse 70% 60% at 50% 0%,
    rgba(201, 161, 91, 0.18), transparent 65%) !important;
  border-radius: inherit !important;
  pointer-events: none !important;
  z-index: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  letter-spacing: 0 !important;
  color: transparent !important;
  width: auto !important;
  height: auto !important;
}

/* Pill "MÁS SOLICITADO" — adentro de la card (overflow:hidden corta sobresalientes) */
.pricing-card.featured {
  padding-top: 3.5rem; /* hueco para el pill arriba */
}

.pricing-card.featured::after {
  content: "MÁS SOLICITADO";
  position: absolute;
  top: 1.25rem;
  left: 50%;
  transform: translateX(-50%);
  background: var(--lx-oro);
  color: var(--lx-noche);
  font-family: 'Archivo', sans-serif;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  padding: 0.45rem 1rem;
  border-radius: 999px;
  z-index: 2;
  white-space: nowrap;
  box-shadow: 0 6px 18px -6px rgba(201, 161, 91, 0.55);
}

/* .beam element — desactivado (chromium headless tiene issues con mask-composite).
   Mantenemos el slot por si en el futuro se reactiva. */
.pricing-card .beam { display: none; }

/* Tipografía dentro de pricing card */
.pricing-card .tier-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.62rem;
  font-weight: 400;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--lx-oro);
  margin-bottom: 0.85rem;
  display: block;
}

.pricing-card .tier-name {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 1;
  color: var(--lx-ivory);
  margin: 0 0 0.65rem;
  letter-spacing: -0.01em;
}

.pricing-card .tier-base {
  font-family: 'Archivo', sans-serif;
  font-size: 0.85rem;
  font-weight: 300;
  color: var(--lx-parchment);
  margin-bottom: 1.75rem;
  letter-spacing: 0.02em;
}

.pricing-card .tier-rate {
  padding: 1.25rem 0;
  border-top: 1px solid rgba(201, 161, 91, 0.22);
  border-bottom: 1px solid rgba(201, 161, 91, 0.22);
  margin-bottom: 1.5rem;
}

.pricing-card .rate-value {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: 2.6rem;
  line-height: 1;
  color: var(--lx-ivory);
  letter-spacing: -0.01em;
}

.pricing-card .rate-unit {
  font-family: 'Archivo', sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--lx-oro-light);
  margin-top: 0.45rem;
}

.pricing-card .tier-block {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin-bottom: 1.75rem;
}

.pricing-card .block-label {
  font-family: 'Archivo', sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--lx-parchment);
}

.pricing-card .block-value {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.7rem;
  font-weight: 400;
  color: var(--lx-ivory);
}

.pricing-card .block-unit {
  font-family: 'Archivo', sans-serif;
  font-size: 0.72rem;
  color: var(--lx-parchment);
  opacity: 0.75;
}

.pricing-card .tier-cta { margin-top: auto; }

/* =========================================================
   7. SHIMMER en botones primarios (Pattern E)
   ========================================================= */

.btn-primary {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.btn-primary::after {
  content: "";
  position: absolute;
  top: 0;
  left: -150%;
  width: 60%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent 0%,
    rgba(227, 197, 127, 0.32) 50%,
    transparent 100%
  );
  pointer-events: none;
  z-index: 0;
  animation: shimmer-sweep 3.6s ease-in-out infinite;
}

.btn-primary > * { position: relative; z-index: 1; }

@keyframes shimmer-sweep {
  0%        { left: -150%; }
  55%, 100% { left: 160%; }
}

/* Fix checklist grid layout — strong y span deben ir a col 2 (no col 1 narrow) */
.checklist li > strong { grid-column: 2; grid-row: 1; }
.checklist li > span   { grid-column: 2; grid-row: 2; }

/* =========================================================
   8. ELITE SECTION (Sección V) — split editorial con retrato
   ========================================================= */

.elite-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.elite-portrait {
  position: relative;
  aspect-ratio: 4/5;
  overflow: hidden;
  border-radius: 4px;
  isolation: isolate;
}

.elite-portrait img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.92) saturate(1.05) contrast(1.02);
  transition: transform 1100ms cubic-bezier(.2,.8,.2,1),
              filter 600ms cubic-bezier(.2,.8,.2,1);
}

.elite-portrait:hover img {
  transform: scale(1.04);
  filter: brightness(1) saturate(1.12);
}

.elite-portrait::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
    rgba(15,18,33,0) 50%,
    rgba(15,18,33,0.55) 100%),
    linear-gradient(90deg,
      rgba(15,18,33,0.1) 0%,
      rgba(15,18,33,0) 30%);
  z-index: 1;
  pointer-events: none;
}

/* Marco oro decorativo */
.elite-portrait::after {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(227, 197, 127, 0.45);
  z-index: 2;
  pointer-events: none;
}

.elite-portrait .portrait-tag {
  position: absolute;
  bottom: 28px;
  left: 28px;
  z-index: 3;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.62rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--lx-oro-light);
}

.elite-portrait .portrait-tag::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 1px;
  background: var(--lx-oro);
  margin-right: 0.65rem;
  vertical-align: middle;
}

/* =========================================================
   9. CTA BAND con imagen atmosférica (Sección VII)
   ========================================================= */

/* =========================================================
   CTA editorial — sin foto, tratamiento tipográfico aviation
   Numeral VII gigante de fondo, gold rule, coordenadas Toluca
   ========================================================= */

.cta-band.cta-editorial {
  position: relative;
  padding: clamp(5rem, 11vh, 8rem) 6vw;
  text-align: center;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(ellipse 80% 60% at 50% 0%,
      rgba(201, 161, 91, 0.07), transparent 65%),
    var(--lx-noche);
  border-top: 1px solid rgba(201, 161, 91, 0.18);
  border-bottom: 1px solid rgba(201, 161, 91, 0.18);
}

/* Líneas decorativas finas verticales — pattern aviation sutil */
.cta-band.cta-editorial::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg,
      transparent 0,
      transparent calc(50% - 0.5px),
      rgba(201, 161, 91, 0.10) calc(50% - 0.5px),
      rgba(201, 161, 91, 0.10) calc(50% + 0.5px),
      transparent calc(50% + 0.5px));
  background-size: 20% 100%;
  background-repeat: repeat-x;
  opacity: 0.35;
  pointer-events: none;
  z-index: 0;
  mask-image: radial-gradient(ellipse 70% 80% at 50% 50%,
    transparent 0%, black 65%);
  -webkit-mask-image: radial-gradient(ellipse 70% 80% at 50% 50%,
    transparent 0%, black 65%);
}

/* Numeral romano gigante de fondo — Cormorant italic en oro 5% */
.cta-numeral {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -52%);
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-style: italic;
  font-size: clamp(14rem, 36vw, 28rem);
  line-height: 0.85;
  color: var(--lx-oro);
  opacity: 0.05;
  letter-spacing: -0.04em;
  pointer-events: none;
  user-select: none;
  z-index: 0;
  white-space: nowrap;
}

.cta-inner {
  position: relative;
  z-index: 2;
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cta-eyebrow {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.7rem;
  font-weight: 400;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--lx-oro-light);
  margin-bottom: 1.5rem;
}

.cta-rule {
  display: block;
  width: 56px;
  height: 1px;
  background: linear-gradient(90deg,
    transparent, var(--lx-oro), transparent);
  margin-bottom: 2rem;
}

.cta-heading {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-size: clamp(2.6rem, 5.5vw, 4.6rem);
  line-height: 0.96;
  color: var(--lx-ivory);
  margin: 0 0 1.5rem;
  letter-spacing: -0.02em;
}

.cta-heading em {
  font-style: italic;
  color: var(--lx-oro-light);
  font-weight: 300;
}

.cta-lead {
  font-family: 'Archivo', sans-serif;
  font-weight: 300;
  font-size: clamp(1rem, 1.3vw, 1.15rem);
  line-height: 1.65;
  color: var(--lx-bone);
  max-width: 560px;
  margin: 0 0 2.5rem;
}

.cta-lead em {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 400;
  color: var(--lx-oro-light);
}

.cta-actions {
  display: inline-flex;
  gap: 0.85rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 3rem;
}

/* Signature aviation: tick + coordenadas + base — single line */
.cta-signature {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.62rem;
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--lx-parchment);
  opacity: 0.7;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(201, 161, 91, 0.18);
  width: 100%;
  max-width: 720px;
  justify-content: center;
  white-space: nowrap;
}

.cta-signature .sig-tick {
  width: 22px;
  height: 1px;
  background: var(--lx-oro);
  flex-shrink: 0;
}

.cta-signature .sig-coord {
  color: var(--lx-oro-light);
  letter-spacing: 0.22em;
}

.cta-signature .sig-dot {
  color: var(--lx-oro);
  opacity: 0.6;
}

.cta-signature .sig-base {
  color: var(--lx-parchment);
}

@media (max-width: 700px) {
  .cta-numeral { font-size: 16rem; opacity: 0.04; }
  .cta-signature {
    white-space: normal;
    flex-direction: column;
    font-size: 0.58rem;
    letter-spacing: 0.2em;
    gap: 0.5rem;
    line-height: 1.6;
  }
  .cta-signature .sig-tick { display: none; }
  .cta-signature .sig-dot { display: none; }
}

/* =========================================================
   10. NOTE BOX refinado
   ========================================================= */

.note-box {
  position: relative;
  background: rgba(255, 255, 255, 0.55);
  border-left: 2px solid var(--lx-oro);
  border-radius: 0 14px 14px 0;
  padding: 1.5rem 2rem;
  font-family: 'Archivo', sans-serif;
  font-weight: 300;
  font-size: 0.92rem;
  line-height: 1.65;
  color: var(--lx-carbon);
  margin: 3.5rem auto 0;
  max-width: 900px;
  backdrop-filter: blur(6px);
}

/* =========================================================
   11. RESPONSIVE
   ========================================================= */

@media (max-width: 900px) {
  .stats-grid       { grid-template-columns: 1fr 1fr; }
  .benefits-grid    { grid-template-columns: 1fr; }
  .pricing-grid     { grid-template-columns: 1fr; }
  .process-layout   { grid-template-columns: 1fr; gap: 2.5rem; }
  .process-visual   { aspect-ratio: 16/10; max-height: 360px; }
  .elite-layout     { grid-template-columns: 1fr; gap: 2.5rem; }
  .elite-portrait   { max-height: 460px; aspect-ratio: 4/5; }
  .pricing-card.featured::after { top: 14px; right: 14px; font-size: 0.55rem; }

  .tab-hero { min-height: 70vh; }
  .tab-hero-inner { padding: 4rem 0 3rem; }

  .process-step-v2 {
    grid-template-columns: 64px 1fr;
    gap: 0.9rem;
  }
  .process-step-v2 .step-numeral { font-size: 3.2rem; }

  .cta-band { padding: 5rem 6vw; }
}

@media (max-width: 560px) {
  .stats-grid { grid-template-columns: 1fr; }
  .stat-card { min-height: 140px; padding: 1.5rem 1rem; }
}
