/* ==========================================================================
   HOME.CSS · Estilos específicos de la página principal
   ==========================================================================
   - Hero principal con mockup
   - Problem/solution section
   - Platform (áreas de aplicación)
   - Integrations
   - Fiscal (deducciones I+D+i)
   - Use cases
   - Process
   - Statement
   - ROI
   - Cases
   - FAQ
   - Final v3 (CTA + form de contacto)
   
   Cargado SOLO por index.html (la home).
   ========================================================================== */

/* ===== HERO ===== */
.hero {
  position: relative; background: var(--c-ink); overflow: hidden;
  padding: clamp(48px, 7vh, 80px) 0 clamp(60px, 9vh, 100px);
}
.hero-mesh { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.hero-mesh::before {
  content: ''; position: absolute; width: 90vmax; height: 90vmax;
  background: radial-gradient(circle, rgba(201, 168, 76, .32) 0%, rgba(201, 168, 76, .12) 25%, rgba(168, 134, 46, .08) 45%, transparent 65%);
  filter: blur(60px); top: -10%; left: -25%;
  animation: heroGlow 18s ease-in-out infinite;
}
.hero-mesh::after {
  content: ''; position: absolute; width: 60vmax; height: 60vmax;
  background: radial-gradient(circle, rgba(212, 182, 95, .15), transparent 60%);
  filter: blur(80px); bottom: -20%; right: -15%;
  animation: heroGlow 22s ease-in-out infinite reverse;
}
@keyframes heroGlow {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(8%, 5%) scale(1.1); }
}
.hero-grid-bg {
  position: absolute; inset: 0;
  background-image: radial-gradient(rgba(201, 168, 76, .08) 1px, transparent 1px);
  background-size: 32px 32px;
  mask: radial-gradient(ellipse at 50% 30%, black, transparent 75%);
  -webkit-mask: radial-gradient(ellipse at 50% 30%, black, transparent 75%);
  pointer-events: none;
}
.hero-cross-1 { top: 10%; right: 6%; }
.hero-cross-2 { bottom: 15%; left: 4%; opacity: .25; }

.hero-inner { position: relative; z-index: 2; }
.hero-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 40px; flex-wrap: wrap; gap: 16px; }
.hero-meta { font-family: var(--ff-mono); font-size: 11.5px; letter-spacing: .04em; color: var(--c-grey-300); }

.hero-grid { display: grid; grid-template-columns: 1fr; gap: 48px; align-items: center; }
@media (min-width: 1100px) { .hero-grid { grid-template-columns: 1.05fr 1fr; gap: 56px; } }

.hero-left { max-width: 660px; }
.hero h1 {
  font-family: var(--ff-sans); font-size: clamp(44px, 5.6vw, 80px); line-height: 1;
  letter-spacing: -.04em; color: var(--c-bone); font-weight: 700; margin-bottom: 28px;
}
.hero h1 .italic { color: var(--c-mint); font-style: italic; font-weight: 600; position: relative; display: inline-block; }
.hero h1 .italic::after { content: ''; position: absolute; inset: -10px -8px; background: var(--c-mint-glow); filter: blur(40px); z-index: -1; opacity: .55; }
.hero-sub { font-size: clamp(17px, 1.5vw, 20px); line-height: 1.5; color: var(--c-grey-100); font-weight: 400; margin-bottom: 36px; max-width: 540px; }
.hero-sub strong { color: var(--c-bone); font-weight: 600; }
.hero-cta-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }

.hero-right-wrap { position: relative; }

.platform-mockup {
  position: relative; border-radius: var(--r-2xl);
  background: linear-gradient(180deg, rgba(7, 48, 56, .9), rgba(3, 33, 40, .95));
  border: 1px solid rgba(201, 168, 76, .12); overflow: hidden;
  box-shadow: 0 40px 80px -20px rgba(0, 0, 0, .5), 0 0 0 1px rgba(201, 168, 76, .06);
  transform: perspective(1800px) rotateY(-3deg) rotateX(2deg);
  transition: transform .6s var(--ease-out);
}
.platform-mockup:hover { transform: perspective(1800px) rotateY(-1deg) rotateX(1deg); }
.pm-browser { background: rgba(2, 21, 25, .9); padding: 12px 16px; display: flex; align-items: center; gap: 10px; border-bottom: 1px solid rgba(201, 168, 76, .08); }
.pm-dots { display: flex; gap: 6px; }
.pm-dots span { width: 11px; height: 11px; border-radius: 50%; background: rgba(201, 168, 76, .15); }
.pm-dots span:nth-child(1) { background: rgba(255, 95, 86, .5); }
.pm-dots span:nth-child(2) { background: rgba(255, 189, 46, .5); }
.pm-dots span:nth-child(3) { background: rgba(39, 201, 63, .5); }
.pm-url {
  flex: 1; background: rgba(201, 168, 76, .04); border: 1px solid rgba(201, 168, 76, .08);
  border-radius: 999px; padding: 5px 12px; font-family: var(--ff-mono); font-size: 11px;
  color: var(--c-grey-300); text-align: center;
}
.pm-url::before { content: '🔒 '; filter: grayscale(.6); }
.pm-body { padding: 24px; position: relative; background-image: radial-gradient(rgba(201, 168, 76, .05) 1px, transparent 1px); background-size: 20px 20px; }
.pm-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 18px; padding-bottom: 14px; border-bottom: 1px solid rgba(201, 168, 76, .08); }
.pm-title { font-size: 13px; font-weight: 600; color: var(--c-bone); letter-spacing: -.01em; }
.pm-title .italic { color: var(--c-mint); font-style: italic; font-weight: 600; }
.pm-tabs { display: flex; gap: 4px; }
.pm-tab {
  font-family: var(--ff-mono); font-size: 9.5px; letter-spacing: .04em;
  text-transform: uppercase; padding: 4px 9px; border-radius: 999px;
  color: var(--c-grey-500); background: rgba(201, 168, 76, .04); border: 1px solid rgba(201, 168, 76, .06);
}
.pm-tab.active { background: rgba(201, 168, 76, .12); color: var(--c-mint); border-color: rgba(201, 168, 76, .25); }
.pm-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-bottom: 18px; }
.pm-module {
  background: rgba(13, 64, 72, .6); border: 1px solid rgba(201, 168, 76, .06);
  border-radius: 10px; padding: 12px; position: relative; overflow: hidden;
  transition: border-color .3s var(--ease-out);
}
.pm-module:hover { border-color: rgba(201, 168, 76, .18); }
.pm-module-icon { width: 28px; height: 28px; border-radius: 7px; background: rgba(201, 168, 76, .1); display: grid; place-items: center; margin-bottom: 8px; color: var(--c-mint); }
.pm-module-icon svg { width: 14px; height: 14px; }
.pm-module-title { font-size: 11.5px; font-weight: 600; color: var(--c-bone); margin-bottom: 2px; letter-spacing: -.005em; }
.pm-module-meta { font-family: var(--ff-mono); font-size: 9px; color: var(--c-grey-500); letter-spacing: .04em; }
.pm-module.live::after {
  content: ''; position: absolute; top: 10px; right: 10px;
  width: 6px; height: 6px; border-radius: 50%; background: var(--c-mint);
  box-shadow: 0 0 8px var(--c-mint); animation: pulse 1.6s ease-in-out infinite;
}
.pm-status { display: flex; justify-content: space-between; align-items: center; padding-top: 14px; border-top: 1px solid rgba(201, 168, 76, .08); font-family: var(--ff-mono); font-size: 10.5px; }
.pm-status-left { color: var(--c-grey-300); display: flex; align-items: center; gap: 8px; }
.pm-status-left .dot { width: 6px; height: 6px; background: var(--c-mint); border-radius: 50%; box-shadow: 0 0 8px var(--c-mint); animation: pulse 1.6s ease-in-out infinite; }
.pm-status-right { color: var(--c-mint); font-weight: 500; }

.float-card {
  position: absolute; background: rgba(7, 48, 56, .9); backdrop-filter: blur(16px);
  border: 1px solid rgba(201, 168, 76, .15); border-radius: var(--r-md);
  padding: 12px 14px; z-index: 3; box-shadow: 0 16px 32px -8px rgba(0, 0, 0, .4);
  animation: floatY 6s ease-in-out infinite;
  font-family: var(--ff-mono); font-size: 10.5px;
}
.float-card-1 { top: 16px; left: -56px; animation-delay: 0s; }
.float-card-2 { bottom: -8px; right: -56px; animation-delay: 2s; }
@keyframes floatY {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}
.fc-label { color: var(--c-grey-300); letter-spacing: .04em; text-transform: uppercase; margin-bottom: 4px; }
.fc-value { color: var(--c-mint); font-family: var(--ff-sans); font-weight: 700; font-size: 18px; letter-spacing: -.02em; }
.fc-value .small { font-size: .7em; color: var(--c-bone); margin-left: 2px; font-weight: 500; }

.hero-strip {
  margin-top: 64px; padding-top: 32px; border-top: 1px solid rgba(201, 168, 76, .08);
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px;
}
@media (min-width: 768px) { .hero-strip { grid-template-columns: repeat(4, 1fr); gap: 32px; } }
.hero-kpi { display: flex; flex-direction: column; gap: 6px; }
.hero-kpi-num { font-family: var(--ff-sans); font-weight: 700; font-size: clamp(34px, 3.6vw, 48px); line-height: .95; color: var(--c-bone); letter-spacing: -.035em; font-feature-settings: "tnum"; }
.hero-kpi-num .mint { color: var(--c-mint); }
.hero-kpi-num .small { font-size: .45em; color: var(--c-grey-300); margin-left: 2px; font-weight: 500; }
.hero-kpi-label { font-family: var(--ff-mono); font-size: 11px; letter-spacing: .04em; color: var(--c-grey-300); line-height: 1.4; margin-top: 4px; }

/* ===== PROBLEM/SOLUTION (light) ===== */
.problem { background: var(--c-paper); color: var(--c-ink); position: relative; overflow: hidden; }
.problem-bg {
  position: absolute; inset: 0; pointer-events: none;
  background-image: repeating-linear-gradient(105deg, transparent 0, transparent 110px, rgba(3, 33, 40, .015) 110px, rgba(3, 33, 40, .03) 220px);
}
.problem-grid { display: grid; grid-template-columns: 1fr; gap: 16px; align-items: stretch; position: relative; z-index: 2; }
@media (min-width: 1024px) { .problem-grid { grid-template-columns: 1fr auto 1fr; gap: 24px; } }
.prob-col {
  background: white;
  border: 1px solid rgba(3, 33, 40, .08); border-radius: var(--r-2xl);
  padding: 36px; position: relative; display: flex; flex-direction: column;
  box-shadow: 0 4px 24px rgba(3, 33, 40, .04);
}
.prob-col--bad { border-color: rgba(220, 80, 80, .15); }
.prob-col--good {
  border-color: rgba(168, 134, 46, .35);
  background: linear-gradient(135deg, rgba(201, 168, 76, .12), white 60%);
  box-shadow: 0 12px 48px -12px rgba(168, 134, 46, .25);
}
.prob-tag {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--ff-mono); font-size: 11px; letter-spacing: .08em;
  text-transform: uppercase; padding: 6px 12px; border-radius: 999px;
  margin-bottom: 24px; font-weight: 500; width: fit-content;
}
.prob-col--bad .prob-tag { background: rgba(220, 80, 80, .08); color: #c54848; border: 1px solid rgba(220, 80, 80, .18); }
.prob-col--good .prob-tag { background: rgba(168, 134, 46, .12); color: var(--c-mint-deep); border: 1px solid rgba(168, 134, 46, .3); }
.prob-col--good .prob-tag::before { content: ''; width: 6px; height: 6px; background: var(--c-mint-deep); border-radius: 50%; box-shadow: 0 0 8px var(--c-mint-deep); animation: pulse 1.6s ease-in-out infinite; }
.prob-title { font-family: var(--ff-sans); font-weight: 700; font-size: clamp(26px, 2.6vw, 36px); line-height: 1.05; letter-spacing: -.03em; color: var(--c-ink); margin-bottom: 28px; }
.prob-title .italic { font-style: italic; font-weight: 600; }
.prob-col--bad .prob-title .italic { color: #c54848; }
.prob-col--good .prob-title .italic { color: var(--c-mint-deep); }
.prob-list { display: flex; flex-direction: column; gap: 14px; margin-bottom: 28px; }
.prob-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 15px; line-height: 1.5; color: var(--c-grey-700); }
.prob-list li svg { width: 18px; height: 18px; flex-shrink: 0; margin-top: 2px; }
.prob-col--bad .prob-list li svg { color: #c54848; opacity: .6; }
.prob-col--good .prob-list li svg { color: var(--c-mint-deep); }
.prob-list li strong { color: var(--c-ink); font-weight: 600; }
.prob-bottom { margin-top: auto; padding-top: 24px; border-top: 1px dashed rgba(3, 33, 40, .12); }
.prob-col--bad .prob-bottom { border-top-color: rgba(220, 80, 80, .2); }
.prob-bottom-num { font-family: var(--ff-sans); font-weight: 700; font-size: clamp(40px, 4vw, 56px); line-height: 1; letter-spacing: -.04em; margin-bottom: 6px; font-feature-settings: "tnum"; }
.prob-col--bad .prob-bottom-num { color: #c54848; }
.prob-col--good .prob-bottom-num { color: var(--c-mint-deep); }
.prob-bottom-label { font-family: var(--ff-mono); font-size: 11px; color: var(--c-grey-500); letter-spacing: .04em; text-transform: uppercase; }
.prob-arrow { display: flex; align-items: center; justify-content: center; padding: 0 8px; }
.prob-arrow-circle {
  width: 64px; height: 64px; border-radius: 50%;
  background: var(--c-ink); color: var(--c-mint);
  display: grid; place-items: center; position: relative;
  box-shadow: 0 8px 32px rgba(3, 33, 40, .25);
}
.prob-arrow-circle::before { content: ''; position: absolute; inset: -8px; border: 1px dashed rgba(3, 33, 40, .3); border-radius: 50%; animation: spin 12s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.prob-arrow-circle svg { width: 28px; height: 28px; }
@media (max-width: 1023px) { .prob-arrow { transform: rotate(90deg); padding: 8px 0; } }

/* ===== PLATFORM ===== */
.platform { background: var(--c-ink); position: relative; overflow: hidden; }
.platform-bg-glow { position: absolute; width: 800px; height: 800px; background: radial-gradient(circle, rgba(201, 168, 76, .08), transparent 60%); filter: blur(100px); top: 30%; left: -10%; pointer-events: none; }
.platform-cross-1 { top: 80px; right: 8%; }
.platform-cross-2 { bottom: 100px; left: 5%; opacity: .25; }

.platform-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; position: relative; z-index: 2; }
@media (min-width: 768px) { .platform-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1100px) { .platform-grid { grid-template-columns: repeat(4, 1fr); } }
.module-card {
  background: linear-gradient(180deg, rgba(7, 48, 56, .7), rgba(3, 33, 40, .9));
  border: 1px solid rgba(201, 168, 76, .08); border-radius: var(--r-xl);
  padding: 24px; position: relative; overflow: hidden;
  transition: all .4s var(--ease-out); display: flex; flex-direction: column; min-height: 200px;
}
.module-card::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at top right, rgba(201, 168, 76, .08), transparent 50%); opacity: 0; transition: opacity .4s var(--ease-out); }
.module-card:hover { transform: translateY(-4px); border-color: rgba(201, 168, 76, .25); box-shadow: 0 20px 48px -16px rgba(201, 168, 76, .15); }
.module-card:hover::before { opacity: 1; }
.module-icon {
  width: 44px; height: 44px; border-radius: 11px;
  background: rgba(201, 168, 76, .08); border: 1px solid rgba(201, 168, 76, .15);
  color: var(--c-mint); display: grid; place-items: center;
  margin-bottom: 18px; position: relative; z-index: 2; transition: all .4s var(--ease-out);
}
.module-icon svg { width: 22px; height: 22px; }
.module-card:hover .module-icon { background: var(--c-mint); color: var(--c-ink); box-shadow: 0 0 24px var(--c-mint-glow); }
.module-name { font-family: var(--ff-sans); font-weight: 700; font-size: 18px; color: var(--c-bone); letter-spacing: -.02em; margin-bottom: 6px; position: relative; z-index: 2; }
.module-desc { font-size: 13px; line-height: 1.5; color: var(--c-grey-100); flex: 1; position: relative; z-index: 2; }
.module-tags { display: flex; gap: 6px; margin-top: 14px; flex-wrap: wrap; position: relative; z-index: 2; }
.module-tag { font-family: var(--ff-mono); font-size: 9.5px; color: var(--c-grey-300); letter-spacing: .04em; text-transform: uppercase; padding: 3px 8px; border-radius: 999px; background: rgba(201, 168, 76, .04); border: 1px solid rgba(201, 168, 76, .08); }

/* ===== INTEGRATIONS (light) ===== */
.integrations { background: var(--c-bone); color: var(--c-ink); position: relative; overflow: hidden; }
.integ-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px;
  background: rgba(3, 33, 40, .08); border: 1px solid rgba(3, 33, 40, .08);
  border-radius: var(--r-xl); overflow: hidden; position: relative; z-index: 2;
  box-shadow: 0 4px 24px rgba(3, 33, 40, .04);
}
@media (min-width: 600px) { .integ-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 900px) { .integ-grid { grid-template-columns: repeat(4, 1fr); } }
@media (min-width: 1200px) { .integ-grid { grid-template-columns: repeat(6, 1fr); } }
.integ-cell {
  background: white; padding: 32px 20px;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 10px; transition: all .35s var(--ease-out); min-height: 120px; position: relative;
}
.integ-cell:hover { background: var(--c-paper); }
.integ-logo {
  height: 28px; display: flex; align-items: center; justify-content: center;
  filter: grayscale(1) opacity(.5); transition: filter .35s var(--ease-out);
  color: var(--c-ink);
}
.integ-cell:hover .integ-logo { filter: grayscale(0) opacity(1); color: var(--c-mint-deep); }
.integ-logo svg { height: 100%; width: auto; max-width: 110px; }
.integ-name { font-family: var(--ff-mono); font-size: 10.5px; letter-spacing: .04em; text-transform: uppercase; color: var(--c-grey-500); transition: color .35s var(--ease-out); }
.integ-cell:hover .integ-name { color: var(--c-ink); }
.integ-bottom {
  display: flex; flex-wrap: wrap; gap: 24px; align-items: center; justify-content: space-between;
  margin-top: 32px; padding: 24px 32px;
  background: var(--c-ink); color: var(--c-bone);
  border: 1px solid rgba(201, 168, 76, .15); border-radius: var(--r-xl);
  position: relative; z-index: 2;
  box-shadow: 0 12px 32px -12px rgba(3, 33, 40, .25);
}
.integ-bottom-text { font-size: 15px; color: var(--c-grey-100); line-height: 1.5; max-width: 520px; }
.integ-bottom-text strong { color: var(--c-bone); font-weight: 600; }

/* ===== FISCAL (light) ===== */
.fiscal { background: var(--c-paper); color: var(--c-ink); position: relative; overflow: hidden; }
.fiscal-bg { position: absolute; width: 700px; height: 700px; background: radial-gradient(circle, rgba(168, 134, 46, .15), transparent 65%); filter: blur(100px); top: 20%; right: -15%; pointer-events: none; }
.fiscal-cross-1 { top: 50px; left: 40px; color: var(--c-mint-deep); opacity: .3; }
.fiscal-cross-2 { bottom: 80px; right: 60px; color: var(--c-mint-deep); opacity: .2; }
.fiscal-grid { display: grid; grid-template-columns: 1fr; gap: 16px; position: relative; z-index: 2; }
@media (min-width: 768px) { .fiscal-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1100px) { .fiscal-grid { grid-template-columns: repeat(4, 1fr); } }
.fiscal-card {
  background: white;
  border: 1px solid rgba(3, 33, 40, .08); border-radius: var(--r-xl);
  padding: 28px; position: relative; overflow: hidden;
  transition: all .45s var(--ease-out); display: flex; flex-direction: column;
  min-height: 320px;
  box-shadow: 0 4px 24px rgba(3, 33, 40, .04);
}
.fiscal-card::before {
  content: ''; position: absolute; inset: -1px; border-radius: inherit; padding: 1.5px;
  background: linear-gradient(135deg, transparent 30%, var(--c-mint-deep), transparent 75%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
  opacity: 0; transition: opacity .45s var(--ease-out);
}
.fiscal-card::after {
  content: ''; position: absolute; bottom: -50%; left: 50%; transform: translateX(-50%);
  width: 80%; height: 200px;
  background: radial-gradient(ellipse at center, rgba(201, 168, 76, .35), transparent 70%);
  filter: blur(40px); opacity: 0; transition: opacity .45s var(--ease-out); pointer-events: none;
}
.fiscal-card:hover { transform: translateY(-6px); border-color: rgba(168, 134, 46, .35); box-shadow: 0 24px 48px -16px rgba(168, 134, 46, .25); }
.fiscal-card:hover::before { opacity: 1; }
.fiscal-card:hover::after { opacity: .5; }
.fiscal-card-top { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 28px; position: relative; z-index: 2; }
.fiscal-tag { font-family: var(--ff-mono); font-size: 10.5px; letter-spacing: .08em; text-transform: uppercase; color: var(--c-mint-deep); background: rgba(201, 168, 76, .15); border: 1px solid rgba(168, 134, 46, .3); padding: 5px 10px; border-radius: 999px; font-weight: 500; }
.fiscal-card-num { font-family: var(--ff-mono); font-size: 11px; color: var(--c-grey-500); letter-spacing: .06em; }
.fiscal-big { font-family: var(--ff-sans); font-weight: 700; font-size: clamp(56px, 6vw, 84px); line-height: .9; color: var(--c-ink); letter-spacing: -.04em; margin-bottom: 18px; position: relative; z-index: 2; font-feature-settings: "tnum"; }
.fiscal-big .unit { color: var(--c-mint-deep); font-size: .5em; margin-left: 2px; font-weight: 500; }
.fiscal-name { font-size: 15px; font-weight: 600; color: var(--c-ink); margin-bottom: 8px; letter-spacing: -.01em; position: relative; z-index: 2; }
.fiscal-desc { font-size: 13.5px; line-height: 1.55; color: var(--c-grey-700); margin-top: auto; position: relative; z-index: 2; }
.fiscal-callout {
  margin-top: 48px; padding: 32px; border-radius: var(--r-xl);
  background: var(--c-ink); color: var(--c-bone);
  border: 1px solid rgba(201, 168, 76, .15);
  display: flex; flex-wrap: wrap; gap: 24px; align-items: center; justify-content: space-between;
  position: relative; z-index: 2; overflow: hidden;
  box-shadow: 0 16px 48px -16px rgba(3, 33, 40, .25);
}
.fiscal-callout::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, var(--c-mint), transparent); }
.fiscal-callout-text { font-family: var(--ff-sans); font-weight: 700; font-size: clamp(22px, 2.4vw, 30px); letter-spacing: -.03em; line-height: 1.1; color: var(--c-bone); max-width: 700px; }
.fiscal-callout-text .italic { color: var(--c-mint); font-style: italic; font-weight: 600; }

/* ===== USE CASES ===== */
.usecases { background: var(--c-paper); color: var(--c-ink); position: relative; overflow: hidden; }
.usecases-cross { top: 100px; right: 60px; color: var(--c-mint-deep); opacity: .25; }
.uc-tabs {
  display: flex; gap: 6px; margin-bottom: 40px; padding: 6px;
  background: white; border: 1px solid rgba(3, 33, 40, .08);
  border-radius: 999px; width: fit-content; flex-wrap: wrap;
  box-shadow: 0 4px 16px rgba(3, 33, 40, .04);
}
.uc-tab { padding: 10px 18px; border-radius: 999px; font-size: 13px; font-weight: 500; color: var(--c-grey-700); transition: all .3s var(--ease-out); white-space: nowrap; }
.uc-tab.active { background: var(--c-ink); color: var(--c-mint); font-weight: 600; }
.uc-tab:not(.active):hover { color: var(--c-ink); background: var(--c-bone); }
.uc-content { position: relative; z-index: 2; }
.uc-panel { display: none; }
.uc-panel.active { display: grid; grid-template-columns: 1fr; gap: 32px; animation: fadeUp .6s var(--ease-out); }
@media (min-width: 1024px) { .uc-panel.active { grid-template-columns: 1fr 1.05fr; gap: 56px; align-items: stretch; } }
@keyframes fadeUp { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
.uc-text { display: flex; flex-direction: column; gap: 24px; }
.uc-text h3 { font-family: var(--ff-sans); font-weight: 700; font-size: clamp(32px, 3.6vw, 48px); line-height: 1.05; letter-spacing: -.035em; color: var(--c-ink); }
.uc-text h3 .italic { color: var(--c-mint-deep); font-style: italic; font-weight: 600; }
.uc-text p { font-size: 16px; line-height: 1.6; color: var(--c-grey-700); max-width: 540px; }
.uc-text p strong { color: var(--c-ink); font-weight: 600; }
.uc-list { display: flex; flex-direction: column; border-top: 1px solid rgba(3, 33, 40, .08); margin-top: 8px; }
.uc-list li { padding: 14px 0; border-bottom: 1px solid rgba(3, 33, 40, .08); display: flex; align-items: center; gap: 14px; font-size: 14.5px; color: var(--c-grey-700); }
.uc-list li svg { width: 18px; height: 18px; color: var(--c-mint-deep); flex-shrink: 0; }
.uc-visual {
  background: linear-gradient(180deg, var(--c-ink) 0%, var(--c-deep) 100%);
  border: 1px solid rgba(201, 168, 76, .12); border-radius: var(--r-2xl);
  padding: 28px; position: relative; overflow: hidden;
  display: flex; flex-direction: column; min-height: 480px; color: var(--c-bone);
}
.uc-visual::before {
  content: ''; position: absolute; inset: 0;
  background-image: radial-gradient(rgba(201, 168, 76, .08) 1px, transparent 1px);
  background-size: 28px 28px;
  mask: radial-gradient(ellipse at center, black 30%, transparent 80%);
  -webkit-mask: radial-gradient(ellipse at center, black 30%, transparent 80%);
}
.uc-visual-head { display: flex; justify-content: space-between; align-items: center; position: relative; z-index: 2; margin-bottom: 24px; }
.uc-visual-head .label { font-family: var(--ff-mono); font-size: 11px; letter-spacing: .04em; color: var(--c-grey-300); }
.uc-visual-head .live { font-family: var(--ff-mono); font-size: 10.5px; color: var(--c-mint); display: inline-flex; align-items: center; gap: 6px; font-weight: 500; letter-spacing: .04em; text-transform: uppercase; }
.uc-visual-head .live::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--c-mint); box-shadow: 0 0 8px var(--c-mint); animation: pulse 1.6s ease-in-out infinite; }
.uc-flow { position: relative; z-index: 2; display: flex; flex-direction: column; gap: 12px; flex: 1; margin-bottom: 24px; }
.uc-node {
  background: rgba(13, 64, 72, .8); border: 1px solid rgba(201, 168, 76, .08);
  border-radius: var(--r-md); padding: 14px 18px;
  display: flex; align-items: center; gap: 14px;
  font-size: 13.5px; color: var(--c-grey-100); position: relative;
  animation: slideIn .6s var(--ease-out) backwards;
}
.uc-node:nth-child(1) { animation-delay: .1s; }
.uc-node:nth-child(2) { animation-delay: .25s; }
.uc-node:nth-child(3) { animation-delay: .4s; }
.uc-node:nth-child(4) { animation-delay: .55s; }
@keyframes slideIn { from { opacity: 0; transform: translateX(-16px); } to { opacity: 1; transform: translateX(0); } }
.uc-node-dot { width: 30px; height: 30px; border-radius: 50%; background: rgba(201, 168, 76, .08); display: grid; place-items: center; flex-shrink: 0; font-family: var(--ff-mono); font-weight: 500; font-size: 11px; color: var(--c-mint); border: 1px solid rgba(201, 168, 76, .15); }
.uc-node-text { flex: 1; }
.uc-node-text strong { color: var(--c-bone); font-weight: 600; }
.uc-node-time { font-family: var(--ff-mono); font-size: 10.5px; color: var(--c-grey-500); letter-spacing: .02em; }
.uc-node.highlight { border-color: var(--c-mint); background: rgba(201, 168, 76, .08); box-shadow: 0 0 0 1px rgba(201, 168, 76, .25), 0 8px 32px rgba(201, 168, 76, .12); }
.uc-node.highlight .uc-node-dot { background: var(--c-mint); color: var(--c-ink); border-color: var(--c-mint); }
.uc-node.highlight .uc-node-text { color: var(--c-bone); }
.uc-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; position: relative; z-index: 2; padding-top: 20px; border-top: 1px solid rgba(201, 168, 76, .08); }
.uc-stat { display: flex; flex-direction: column; gap: 4px; }
.uc-stat-num { font-family: var(--ff-sans); font-weight: 700; font-size: clamp(26px, 2.6vw, 34px); line-height: .95; color: var(--c-bone); letter-spacing: -.03em; font-feature-settings: "tnum"; }
.uc-stat-num.mint { color: var(--c-mint); }
.uc-stat-label { font-family: var(--ff-mono); font-size: 10px; letter-spacing: .04em; color: var(--c-grey-300); margin-top: 2px; }

/* ===== PROCESS (dark) ===== */
.process { background: var(--c-ink); position: relative; overflow: hidden; }
.process-cross-1 { top: 80px; right: 5%; }
.process-cross-2 { bottom: 80px; left: 4%; opacity: .25; }
.process-track { position: relative; z-index: 2; }
.process-line {
  position: absolute; top: 32px; left: 32px; right: 32px; height: 2px;
  background: linear-gradient(90deg, transparent, rgba(201, 168, 76, .25) 8%, rgba(201, 168, 76, .25) 92%, transparent);
  z-index: 0;
}
@media (max-width: 1023px) { .process-line { display: none; } }
.process-grid { display: grid; grid-template-columns: 1fr; gap: 24px; position: relative; z-index: 1; }
@media (min-width: 768px) { .process-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; } }
@media (min-width: 1100px) { .process-grid { grid-template-columns: repeat(4, 1fr); gap: 24px; } }
.process-step { position: relative; display: flex; flex-direction: column; }
.process-step-circle {
  width: 64px; height: 64px; border-radius: 50%;
  background: var(--c-ink); border: 1px solid rgba(201, 168, 76, .25);
  color: var(--c-mint); display: grid; place-items: center;
  font-family: var(--ff-sans); font-weight: 700; font-size: 22px;
  letter-spacing: -.02em; margin-bottom: 24px;
  position: relative; z-index: 2; transition: all .35s var(--ease-out);
}
.process-step-circle::before { content: ''; position: absolute; inset: -8px; border-radius: 50%; border: 1px dashed rgba(201, 168, 76, .15); opacity: 0; transition: opacity .35s var(--ease-out); }
.process-step:hover .process-step-circle { background: var(--c-mint); color: var(--c-ink); border-color: var(--c-mint); box-shadow: 0 0 32px var(--c-mint-glow); }
.process-step:hover .process-step-circle::before { opacity: 1; }
.process-step-meta { font-family: var(--ff-mono); font-size: 11px; letter-spacing: .08em; color: var(--c-grey-500); margin-bottom: 8px; text-transform: uppercase; }
.process-step h3 { font-family: var(--ff-sans); font-weight: 700; font-size: 22px; letter-spacing: -.025em; color: var(--c-bone); margin-bottom: 12px; line-height: 1.1; }
.process-step h3 .italic { color: var(--c-mint); font-style: italic; font-weight: 600; }
.process-step p { font-size: 14.5px; line-height: 1.55; color: var(--c-grey-100); margin-bottom: 16px; }
.process-step .out { font-family: var(--ff-mono); font-size: 10.5px; color: var(--c-grey-500); letter-spacing: .04em; text-transform: uppercase; padding-top: 14px; margin-top: auto; border-top: 1px solid rgba(201, 168, 76, .08); }
.process-step .out strong { color: var(--c-mint); font-weight: 600; }

/* ===== STATEMENT ===== */
.statement { background: var(--c-ink); position: relative; overflow: hidden; padding: clamp(80px, 12vh, 140px) 0; }
.statement-glow {
  position: absolute; width: 80vmax; height: 80vmax;
  background: radial-gradient(circle, rgba(201, 168, 76, .25) 0%, rgba(201, 168, 76, .08) 30%, transparent 60%);
  filter: blur(80px); left: 50%; top: 50%; transform: translate(-50%, -50%);
  pointer-events: none; animation: statementGlow 8s ease-in-out infinite;
}
@keyframes statementGlow {
  0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 1; }
  50% { transform: translate(-50%, -50%) scale(1.1); opacity: .85; }
}
.statement-content { position: relative; z-index: 2; text-align: center; }
.statement h2 { font-family: var(--ff-sans); font-weight: 700; font-style: italic; font-size: clamp(36px, 5.5vw, 80px); line-height: 1; letter-spacing: -.04em; color: var(--c-bone); max-width: 14ch; margin: 0 auto; }
.statement-cross-tl { top: 60px; left: 8%; }
.statement-cross-br { bottom: 60px; right: 8%; }

/* ===== ROI (dark) ===== */
.roi { background: var(--c-ink); color: var(--c-bone); position: relative; overflow: hidden; }
.roi-bg-glow { position: absolute; width: 700px; height: 700px; background: radial-gradient(circle, rgba(201, 168, 76, .1), transparent 60%); filter: blur(100px); top: 30%; left: -10%; pointer-events: none; }
.roi-cross { top: 100px; right: 60px; color: var(--c-mint); opacity: .35; }
.roi-grid { display: grid; grid-template-columns: 1fr; gap: 24px; position: relative; z-index: 2; }
@media (min-width: 1024px) { .roi-grid { grid-template-columns: 1fr 1.1fr; gap: 32px; } }
.roi-controls { background: rgba(7, 48, 56, .6); border: 1px solid rgba(201, 168, 76, .12); border-radius: var(--r-2xl); padding: 36px; backdrop-filter: blur(8px); }
.roi-control { margin-bottom: 32px; }
.roi-control:last-child { margin-bottom: 0; }
.roi-control-head { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 12px; }
.roi-control-label { font-family: var(--ff-mono); font-size: 11.5px; letter-spacing: .04em; color: var(--c-grey-100); }
.roi-control-value { font-family: var(--ff-sans); font-weight: 700; font-size: 26px; color: var(--c-mint); letter-spacing: -.025em; font-feature-settings: "tnum"; }
.roi-slider { -webkit-appearance: none; appearance: none; width: 100%; height: 6px; background: rgba(201, 168, 76, .12); border-radius: 999px; outline: none; }
.roi-slider::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 22px; height: 22px; border-radius: 50%; background: var(--c-mint); cursor: pointer; border: 4px solid var(--c-ink); box-shadow: 0 0 0 1px var(--c-mint), 0 0 16px var(--c-mint-glow); transition: transform .2s var(--ease-out); }
.roi-slider::-webkit-slider-thumb:hover { transform: scale(1.15); }
.roi-slider::-moz-range-thumb { width: 22px; height: 22px; border-radius: 50%; background: var(--c-mint); cursor: pointer; border: 4px solid var(--c-ink); }
.roi-result { display: flex; flex-direction: column; gap: 16px; }
.roi-result-card { background: linear-gradient(180deg, rgba(7, 48, 56, .8), rgba(3, 33, 40, .9)); color: var(--c-bone); border: 1px solid rgba(201, 168, 76, .2); border-radius: var(--r-2xl); padding: 36px; position: relative; overflow: hidden; }
.roi-result-card.highlight {
  background: linear-gradient(135deg, rgba(201, 168, 76, .12), transparent 60%), linear-gradient(180deg, rgba(7, 48, 56, .9), rgba(3, 33, 40, .95));
  box-shadow: 0 0 80px rgba(201, 168, 76, .2);
  border-color: rgba(201, 168, 76, .35);
}
.roi-result-label { font-family: var(--ff-mono); font-size: 11px; letter-spacing: .04em; color: var(--c-grey-100); margin-bottom: 14px; display: flex; align-items: center; gap: 8px; }
.roi-result-label svg { color: var(--c-mint); }
.roi-result-num { font-family: var(--ff-sans); font-weight: 700; font-size: clamp(54px, 6.5vw, 88px); line-height: .9; color: var(--c-bone); letter-spacing: -.04em; font-feature-settings: "tnum"; }
.roi-result-num .currency { font-family: var(--ff-mono); font-size: .3em; vertical-align: 50%; color: var(--c-grey-300); font-weight: 400; margin-right: 6px; }
.roi-result-num.mint { color: var(--c-mint); text-shadow: 0 0 60px var(--c-mint-glow); }
.roi-result-sub { margin-top: 12px; font-size: 13.5px; color: var(--c-grey-100); line-height: 1.5; }
.roi-result-sub strong { color: var(--c-bone); font-weight: 600; }
.roi-mini-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.roi-mini { background: rgba(7, 48, 56, .6); color: var(--c-bone); border: 1px solid rgba(201, 168, 76, .12); border-radius: var(--r-lg); padding: 24px; }
.roi-mini .roi-result-num { font-size: 36px; }

/* ===== CASES ===== */
.cases { background: var(--c-bone); color: var(--c-ink); position: relative; }
.cases-grid { display: grid; grid-template-columns: 1fr; gap: 16px; }
@media (min-width: 768px) { .cases-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1100px) { .cases-grid { grid-template-columns: repeat(3, 1fr); } }
.case-card {
  background: white; border: 1px solid rgba(3, 33, 40, .08); border-radius: var(--r-2xl);
  padding: 28px; display: flex; flex-direction: column; gap: 20px;
  transition: all .4s var(--ease-out); position: relative; overflow: hidden;
}
.case-card::after { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 3px; background: linear-gradient(90deg, var(--c-mint), var(--c-mint-deep)); transition: width .4s var(--ease-out); }
.case-card:hover { transform: translateY(-4px); border-color: rgba(3, 33, 40, .15); box-shadow: 0 24px 48px -16px rgba(3, 33, 40, .12); }
.case-card:hover::after { width: 100%; }
.case-card-top { display: flex; justify-content: space-between; align-items: flex-start; border-bottom: 1px solid rgba(3, 33, 40, .08); padding-bottom: 14px; }
.case-sector { font-family: var(--ff-mono); font-size: 10.5px; letter-spacing: .04em; color: var(--c-grey-500); }
.case-id { font-family: var(--ff-mono); font-size: 10.5px; color: var(--c-grey-300); }
.case-card h4 { font-family: var(--ff-sans); font-weight: 700; font-size: 22px; line-height: 1.15; letter-spacing: -.03em; color: var(--c-ink); }
.case-card h4 .italic { color: var(--c-mint-deep); font-style: italic; font-weight: 600; }
.case-result { background: var(--c-ink); color: var(--c-bone); border-radius: var(--r-md); padding: 20px; display: flex; align-items: center; gap: 18px; position: relative; overflow: hidden; }
.case-result::before { content: ''; position: absolute; top: 0; left: 0; width: 60px; height: 1px; background: var(--c-mint); }
.case-result-num { font-family: var(--ff-sans); font-weight: 700; font-size: 40px; letter-spacing: -.04em; color: var(--c-mint); line-height: .9; font-feature-settings: "tnum"; }
.case-result-label { font-size: 12px; color: var(--c-grey-100); line-height: 1.4; }
.case-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: auto; }
.case-tag { font-family: var(--ff-mono); font-size: 10px; padding: 5px 10px; border: 1px solid rgba(3, 33, 40, .12); border-radius: 999px; letter-spacing: .02em; color: var(--c-grey-700); }

/* ===== FAQ ===== */
.faq { background: var(--c-ink); position: relative; overflow: hidden; }
.faq-grid { display: grid; grid-template-columns: 1fr; gap: 32px; }
@media (min-width: 1024px) { .faq-grid { grid-template-columns: .9fr 1.3fr; gap: 80px; } }
.faq-aside h2 { font-family: var(--ff-sans); font-weight: 700; font-size: clamp(36px, 5vw, 60px); line-height: 1; color: var(--c-bone); margin: 24px 0 24px; letter-spacing: -.035em; }
.faq-aside h2 .italic { color: var(--c-mint); font-style: italic; font-weight: 600; }
.faq-aside p { font-size: 16px; color: var(--c-grey-100); line-height: 1.6; max-width: 380px; }
.faq-list { display: flex; flex-direction: column; }
.faq-item { border-top: 1px solid rgba(201, 168, 76, .12); padding: 24px 0; }
.faq-item:last-child { border-bottom: 1px solid rgba(201, 168, 76, .12); }
.faq-q { display: flex; justify-content: space-between; align-items: flex-start; gap: 24px; cursor: pointer; width: 100%; text-align: left; }
.faq-q-text { font-family: var(--ff-sans); font-weight: 600; font-size: clamp(18px, 1.8vw, 22px); letter-spacing: -.025em; line-height: 1.2; color: var(--c-bone); }
.faq-q-toggle {
  flex-shrink: 0; width: 36px; height: 36px; border-radius: 50%;
  border: 1px solid rgba(201, 168, 76, .15); display: grid; place-items: center;
  transition: all .35s var(--ease-out);
  font-family: var(--ff-mono); font-size: 18px; font-weight: 300; color: var(--c-bone);
}
.faq-item.open .faq-q-text { color: var(--c-mint); }
.faq-item.open .faq-q-toggle { background: var(--c-mint); border-color: var(--c-mint); color: var(--c-ink); transform: rotate(45deg); box-shadow: 0 0 24px var(--c-mint-glow); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .5s var(--ease-out), margin-top .3s var(--ease-out); font-size: 15px; line-height: 1.65; color: var(--c-grey-100); }
.faq-item.open .faq-a { max-height: 500px; margin-top: 18px; }
.faq-a p { margin-bottom: 12px; }
.faq-a p:last-child { margin-bottom: 0; }

/* ===== FINAL ===== */
.final { background: var(--c-mint); color: var(--c-ink); position: relative; overflow: hidden; }
.final-bg { position: absolute; inset: 0; background-image: radial-gradient(rgba(3, 33, 40, .07) 1px, transparent 1px); background-size: 24px 24px; pointer-events: none; }
.final-bg-glow { position: absolute; width: 600px; height: 600px; background: radial-gradient(circle, rgba(226, 201, 126, .8), transparent 60%); filter: blur(80px); top: -10%; right: -10%; pointer-events: none; }
.final-cross-1 { top: 60px; left: 4%; color: var(--c-ink); opacity: .35; }
.final-cross-2 { bottom: 80px; right: 6%; color: var(--c-ink); opacity: .25; }
.final-content { position: relative; z-index: 2; max-width: 920px; }
.final h2 { font-family: var(--ff-sans); font-weight: 700; font-size: clamp(48px, 7vw, 108px); line-height: .95; color: var(--c-ink); letter-spacing: -.04em; margin: 24px 0 32px; }
.final h2 .italic { font-style: italic; font-weight: 600; }
.final p { font-size: 17px; color: var(--c-ink); opacity: .8; max-width: 540px; margin-bottom: 40px; line-height: 1.55; }
.final p strong { font-weight: 700; opacity: 1; }
.final-form { display: grid; grid-template-columns: 1fr; gap: 12px; max-width: 580px; background: var(--c-ink); border-radius: var(--r-2xl); padding: 24px; border: 1px solid rgba(201, 168, 76, .12); }
.final-form input { background: rgba(201, 168, 76, .03); border: 1px solid rgba(201, 168, 76, .12); border-radius: var(--r-md); padding: 14px 18px; color: var(--c-bone); font-family: var(--ff-sans); font-size: 15px; transition: all .3s var(--ease-out); font-weight: 400; }
.final-form input:focus { outline: none; border-color: var(--c-mint); background: rgba(201, 168, 76, .06); }
.final-form input::placeholder { color: var(--c-grey-300); }
.final-form-row { display: grid; grid-template-columns: 1fr; gap: 12px; }
@media (min-width: 600px) { .final-form-row { grid-template-columns: 1fr 1fr; } }
.final-form button { background: var(--c-mint); color: var(--c-ink); border-radius: var(--r-md); padding: 14px; font-weight: 700; font-size: 14.5px; transition: all .3s var(--ease-out); display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-family: var(--ff-sans); }
.final-form button:hover { background: var(--c-mint-soft); transform: translateY(-1px); }
.final-form button svg { width: 14px; height: 14px; }
.final-form-note { font-family: var(--ff-mono); font-size: 11px; color: var(--c-grey-300); text-align: center; margin-top: 4px; }
.final-trust { display: flex; flex-wrap: wrap; gap: 28px; margin-top: 56px; padding-top: 32px; border-top: 1px solid rgba(3, 33, 40, .12); }
.final-trust-item { display: flex; align-items: center; gap: 10px; font-family: var(--ff-mono); font-size: 12px; letter-spacing: .02em; color: var(--c-ink); font-weight: 600; }
.final-trust-item svg { width: 16px; height: 16px; background: var(--c-ink); color: var(--c-mint); border-radius: 50%; padding: 3px; }

/* ===== V8.1 PATCH: section-head centrado, fiscal x2, hero-strip 3, final ===== */

/* Section head centrado (modificador) */
.section-head--center {
  display: flex; flex-direction: column; align-items: center;
  text-align: center; gap: 20px;
  max-width: 880px; margin-left: auto; margin-right: auto;
  margin-bottom: 64px;
}
@media (min-width: 1024px) {
  .section-head--center { grid-template-columns: 1fr; gap: 24px; }
}
.section-head--center h2 { max-width: 18ch; }
.section-head--center .lede { max-width: 640px; margin: 0 auto; }

/* Tabs centrados */
.uc-tabs-wrap { display: flex; justify-content: center; margin-bottom: 40px; }
.uc-tabs-wrap .uc-tabs { margin-bottom: 0; }

/* Hero strip a 3 columnas */
.hero-strip--3 { grid-template-columns: repeat(3, 1fr) !important; max-width: 760px; margin-left: auto; margin-right: auto; }
@media (min-width: 768px) {
  .hero-strip--3 { grid-template-columns: repeat(3, 1fr) !important; gap: 48px; }
}
.hero-strip--3 .hero-kpi { align-items: center; text-align: center; }

/* Fiscal: cards a 2 columnas, más grandes */
.fiscal-grid--2 { grid-template-columns: 1fr !important; gap: 20px; }
@media (min-width: 880px) {
  .fiscal-grid--2 { grid-template-columns: 1fr 1fr !important; gap: 24px; }
}
.fiscal-card--lg {
  padding: 40px 36px;
  display: flex; flex-direction: column;
  background: white; border: 1px solid rgba(3, 33, 40, .08);
  position: relative; overflow: hidden;
  transition: transform .4s var(--ease-out), border-color .3s var(--ease-out), box-shadow .4s var(--ease-out);
  border-radius: var(--r-xl);
}
.fiscal-card--lg::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--c-mint-deep), var(--c-mint));
  opacity: 0; transition: opacity .4s var(--ease-out);
}
.fiscal-card--lg::after {
  content: ''; position: absolute; right: -40px; top: -40px;
  width: 180px; height: 180px;
  background: radial-gradient(circle, rgba(168, 134, 46, .12), transparent 70%);
  opacity: 0; transition: opacity .4s var(--ease-out); pointer-events: none;
}
.fiscal-card--lg:hover {
  transform: translateY(-6px);
  border-color: rgba(168, 134, 46, .35);
  box-shadow: 0 32px 64px -20px rgba(3, 33, 40, .15), 0 0 0 1px rgba(168, 134, 46, .15);
}
.fiscal-card--lg:hover::before, .fiscal-card--lg:hover::after { opacity: 1; }
.fiscal-card--lg .fiscal-big {
  font-family: var(--ff-sans); font-weight: 700;
  font-size: clamp(72px, 9vw, 120px); line-height: .9;
  letter-spacing: -.05em; color: var(--c-ink);
  margin: 8px 0 16px; position: relative; z-index: 2;
}
.fiscal-card--lg .fiscal-big .unit {
  font-size: .42em; color: var(--c-mint-deep); font-weight: 600;
  margin-left: 6px; letter-spacing: -.02em;
}
.fiscal-card--lg .fiscal-name {
  font-family: var(--ff-sans); font-weight: 700; font-size: 22px;
  color: var(--c-ink); letter-spacing: -.02em; line-height: 1.15;
  margin-bottom: 14px;
}
.fiscal-card--lg .fiscal-desc {
  font-size: 14.5px; line-height: 1.6; color: var(--c-grey-700);
  margin-bottom: 24px;
}
.fiscal-card--lg .fiscal-desc strong { color: var(--c-ink); font-weight: 600; }
.fiscal-list {
  list-style: none; padding: 24px 0 0; margin: 0;
  border-top: 1px solid rgba(3, 33, 40, .08);
  display: flex; flex-direction: column; gap: 12px;
  position: relative; z-index: 2; margin-top: auto;
}
.fiscal-list li {
  display: flex; align-items: flex-start; gap: 12px;
  font-size: 13.5px; color: var(--c-grey-700); line-height: 1.45;
}
.fiscal-list li svg {
  width: 16px; height: 16px; color: var(--c-mint-deep);
  flex-shrink: 0; margin-top: 2px;
}

/* ===== FINAL V3: split layout sobre fondo CLARO (paper) =====
   Rompe visualmente con la FAQ oscura (arriba) y el footer deep (abajo).
   Contenido izquierdo centrado verticalmente con el formulario. */
.final-v3 {
  position: relative; overflow: hidden;
  /* section--paper ya aporta el background; refinamos con un degradado sutil */
  background: linear-gradient(180deg, var(--c-paper) 0%, #eef3ef 100%);
}
.final-v3-bg {
  position: absolute; inset: 0; pointer-events: none;
  background-image: radial-gradient(rgba(3, 33, 40, .04) 1px, transparent 1px);
  background-size: 28px 28px;
  mask: radial-gradient(ellipse at 30% 50%, black, transparent 80%);
  -webkit-mask: radial-gradient(ellipse at 30% 50%, black, transparent 80%);
}
.final-v3-glow {
  position: absolute; width: 700px; height: 700px;
  background: radial-gradient(circle, rgba(168, 134, 46, .14), transparent 60%);
  filter: blur(90px); top: -20%; left: -10%; pointer-events: none;
  animation: heroGlow 18s ease-in-out infinite;
}
.final-v3-cross-1 { top: 80px; right: 8%; color: var(--c-mint-deep); opacity: .35; }
.final-v3-cross-2 { bottom: 80px; left: 5%; color: var(--c-mint-deep); opacity: .25; }

.final-v3-grid {
  display: grid; grid-template-columns: 1fr; gap: 56px;
  position: relative; z-index: 2; align-items: center; /* ← centrado vertical */
}
@media (min-width: 1024px) {
  .final-v3-grid { grid-template-columns: 1.05fr 1fr; gap: 80px; }
}

/* ===== Columna izquierda ===== */
.final-v3-left h2 {
  font-family: var(--ff-sans); font-weight: 700;
  font-size: clamp(44px, 6vw, 84px); line-height: .98;
  letter-spacing: -.04em; color: var(--c-ink);
  margin: 24px 0 28px;
}
.final-v3-left h2 .italic {
  color: var(--c-mint-deep); font-style: italic; font-weight: 600;
  position: relative; display: inline-block;
}
.final-v3-lede {
  font-size: 17px; line-height: 1.55; color: var(--c-grey-700);
  max-width: 520px; margin-bottom: 36px;
}
.final-v3-lede strong { color: var(--c-ink); font-weight: 600; }

/* Lista numerada */
.final-v3-list {
  list-style: none; padding: 0; margin: 0 0 36px;
  display: flex; flex-direction: column; gap: 18px;
}
.final-v3-list li {
  display: flex; align-items: flex-start; gap: 16px;
  padding-bottom: 18px; border-bottom: 1px solid rgba(3, 33, 40, .08);
}
.final-v3-list li:last-child { border-bottom: 0; padding-bottom: 0; }
.final-v3-num {
  font-family: var(--ff-mono); font-size: 12px; font-weight: 600;
  color: var(--c-mint-deep); letter-spacing: .04em;
  background: rgba(168, 134, 46, .12);
  border: 1px solid rgba(168, 134, 46, .28);
  padding: 6px 10px; border-radius: 8px;
  flex-shrink: 0; min-width: 36px; text-align: center;
}
.final-v3-list li > div { display: flex; flex-direction: column; gap: 4px; }
.final-v3-list li strong {
  font-family: var(--ff-sans); font-weight: 600; font-size: 15.5px;
  color: var(--c-ink); letter-spacing: -.005em;
}
.final-v3-list li span {
  font-size: 13.5px; color: var(--c-grey-700); line-height: 1.5;
}

/* Bloque de contacto directo */
.final-v3-direct {
  padding-top: 28px;
  border-top: 1px solid rgba(3, 33, 40, .1);
}
.final-v3-direct-label {
  display: block;
  font-family: var(--ff-mono); font-size: 11px; font-weight: 500;
  letter-spacing: .04em; color: var(--c-grey-700); text-transform: uppercase;
  margin-bottom: 12px;
}
.final-v3-direct-buttons { display: flex; flex-wrap: wrap; gap: 10px; }

.btn-direct-v3 {
  display: inline-flex; align-items: center; gap: 12px;
  padding: 12px 18px; border-radius: 14px;
  text-decoration: none;
  font-family: var(--ff-sans); font-weight: 500;
  transition: transform .25s var(--ease-out), box-shadow .25s var(--ease-out), background .25s var(--ease-out);
}
.btn-direct-v3:hover { transform: translateY(-2px); }
.btn-direct-v3-icon {
  width: 36px; height: 36px; border-radius: 10px;
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.btn-direct-v3-icon svg { width: 20px; height: 20px; }
.btn-direct-v3-text {
  display: flex; flex-direction: column; line-height: 1.15; gap: 2px;
}
.btn-direct-v3-channel {
  font-family: var(--ff-sans); font-size: 14px; font-weight: 600;
  letter-spacing: -.005em;
}
.btn-direct-v3-num {
  font-family: var(--ff-mono); font-size: 12px; font-weight: 500;
  letter-spacing: .03em; opacity: .8;
}

.btn-direct-v3--wa {
  background: white;
  border: 1px solid rgba(37, 211, 102, .35);
  color: rgb(20, 130, 70);
  box-shadow: 0 4px 16px -4px rgba(37, 211, 102, .15);
}
.btn-direct-v3--wa .btn-direct-v3-icon {
  background: rgba(37, 211, 102, .12); color: rgb(37, 170, 90);
}
.btn-direct-v3--wa:hover {
  border-color: rgb(37, 211, 102);
  box-shadow: 0 12px 28px -8px rgba(37, 211, 102, .3);
}
.btn-direct-v3--tel {
  background: var(--c-ink); color: var(--c-bone);
  border: 1px solid var(--c-ink);
  box-shadow: 0 4px 16px -4px rgba(3, 33, 40, .25);
}
.btn-direct-v3--tel .btn-direct-v3-icon {
  background: rgba(201, 168, 76, .14); color: var(--c-mint);
}
.btn-direct-v3--tel:hover {
  background: #073038;
  box-shadow: 0 12px 28px -8px rgba(3, 33, 40, .4);
}

/* ===== Columna derecha · formulario ===== */
.final-v3-right { position: relative; }
.final-v3-form {
  background: white;
  border: 1px solid rgba(3, 33, 40, .08);
  border-radius: var(--r-2xl);
  padding: 36px 32px 32px;
  box-shadow:
    0 32px 80px -20px rgba(3, 33, 40, .18),
    0 8px 24px -8px rgba(3, 33, 40, .08),
    0 0 0 1px rgba(168, 134, 46, .04);
  position: relative; overflow: hidden;
  display: flex; flex-direction: column; gap: 14px;
}
/* Borde superior degradado mint para el toque brand */
.final-v3-form::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, var(--c-mint-deep), var(--c-mint));
  border-radius: var(--r-2xl) var(--r-2xl) 0 0;
}
/* Patrón de puntos sutil de fondo */
.final-v3-form::after {
  content: ''; position: absolute; top: 0; right: 0;
  width: 200px; height: 200px;
  background: radial-gradient(circle, rgba(168, 134, 46, .08), transparent 70%);
  pointer-events: none; z-index: 0;
}
.final-v3-form > * { position: relative; z-index: 1; }

.final-v3-form-badge {
  align-self: flex-start;
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 12px;
  background: rgba(168, 134, 46, .12);
  border: 1px solid rgba(168, 134, 46, .3);
  border-radius: 999px;
  font-family: var(--ff-mono); font-size: 11px; font-weight: 600;
  color: var(--c-mint-deep); letter-spacing: .06em; text-transform: uppercase;
  margin-bottom: 4px;
}
.final-v3-form-badge .dot {
  width: 6px; height: 6px; background: var(--c-mint-deep);
  border-radius: 50%; box-shadow: 0 0 8px var(--c-mint-deep);
  animation: pulse 1.6s ease-in-out infinite;
}
.final-v3-form-head { margin-bottom: 8px; }
.final-v3-form-title {
  font-family: var(--ff-sans); font-weight: 700;
  font-size: 26px; line-height: 1.05;
  color: var(--c-ink); letter-spacing: -.025em;
}
.final-v3-form-title .italic {
  color: var(--c-mint-deep); font-style: italic; font-weight: 600;
}
.final-v3-form-sub {
  font-family: var(--ff-mono); font-size: 12px; color: var(--c-grey-700);
  letter-spacing: .02em; margin-top: 6px;
}

.final-v3-field { display: flex; flex-direction: column; gap: 6px; }
.final-v3-field label {
  font-family: var(--ff-mono); font-size: 11px; font-weight: 600;
  color: var(--c-grey-700); letter-spacing: .04em; text-transform: uppercase;
}
.final-v3-field label .opt {
  color: var(--c-grey-500); text-transform: none; font-weight: 400;
}
.final-v3-field input,
.final-v3-field select,
.final-v3-field textarea {
  background: #fafcfa;
  border: 1px solid rgba(3, 33, 40, .12);
  border-radius: 10px;
  padding: 12px 14px;
  font-family: var(--ff-sans); font-size: 14.5px;
  color: var(--c-ink);
  outline: none;
  transition: border-color .2s var(--ease-out), background .2s var(--ease-out), box-shadow .2s var(--ease-out);
  width: 100%;
}
.final-v3-field input:focus,
.final-v3-field select:focus,
.final-v3-field textarea:focus {
  border-color: var(--c-mint-deep);
  background: white;
  box-shadow: 0 0 0 3px rgba(168, 134, 46, .12);
}
.final-v3-field input::placeholder,
.final-v3-field textarea::placeholder { color: var(--c-grey-500); }
.final-v3-field textarea {
  resize: vertical; min-height: 60px; font-family: var(--ff-sans);
}
.final-v3-field select {
  appearance: none; -webkit-appearance: none; -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%234fd06a' stroke-width='2.5' stroke-linecap='round'><polyline points='6 9 12 15 18 9'/></svg>");
  background-repeat: no-repeat; background-position: right 14px center;
  padding-right: 36px;
}
.final-v3-row { display: grid; grid-template-columns: 1fr; gap: 14px; }
@media (min-width: 480px) { .final-v3-row { grid-template-columns: 1fr 1fr; } }

/* Botón ink (oscuro) sobre fondo claro — estilo premium */
.btn--ink {
  background: var(--c-ink); color: var(--c-bone);
  border: 1px solid var(--c-ink);
}
.btn--ink:hover {
  background: #073038;
  box-shadow: 0 16px 40px -12px rgba(3, 33, 40, .4);
  transform: translateY(-2px);
}

/* Trust badges sobre fondo claro */
.final-v3-trust {
  margin-top: 18px; padding-top: 18px;
  border-top: 1px solid rgba(3, 33, 40, .08);
  display: flex; flex-wrap: wrap; gap: 16px;
}
.final-v3-trust span {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--ff-mono); font-size: 11px; font-weight: 600;
  letter-spacing: .04em; color: var(--c-grey-700);
}
.final-v3-trust svg {
  width: 14px; height: 14px; color: white;
  background: var(--c-mint-deep); border-radius: 50%; padding: 2.5px;
}

/* Mobile: stack y compacta */
@media (max-width: 640px) {
  .final-v3 { padding-top: 64px; padding-bottom: 64px; }
  .final-v3-form { padding: 28px 22px; }
  .final-v3-form-title { font-size: 22px; }
  .btn-direct-v3 { flex: 1 1 100%; }
}

/* ===== V9.1 PATCH: titulares 2 líneas, fiscal v2, uc creatividades, formulario final ===== */

/* H2 que respeta los <br> internos en cualquier viewport.
   Mantiene el mismo tamaño tipográfico que el resto de H2 — para conseguir las 2 líneas
   en desktop, lo que hacemos es liberar el max-width del contenedor (no reducir la fuente). */
.h2-2lines { white-space: normal; }
.h2-2lines br { display: block; }

/* Si el section-head--center contiene un h2-2lines, le permitimos crecer en ancho
   para que cada mitad quepa en una sola línea sin tocar el font-size. */
.section-head--center:has(.h2-2lines),
.section-head--center.section-head--wide { max-width: min(1280px, 100%); }
.section-head--center .h2-2lines { max-width: none; line-height: 1.02; }

/* ===== Financiación · cards v2 ===== */
.fiscal-card--v2 {
  position: relative; overflow: hidden;
  background: white;
  border: 1px solid rgba(3, 33, 40, .08);
  border-radius: var(--r-2xl);
  padding: 36px 32px 32px;
  display: flex; flex-direction: column;
  transition: transform .4s var(--ease-out), border-color .3s var(--ease-out), box-shadow .4s var(--ease-out);
}
.fiscal-card--v2::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, var(--c-mint-deep), var(--c-mint));
  border-radius: var(--r-2xl) var(--r-2xl) 0 0;
}
.fiscal-card--v2.fiscal-card--alt::before {
  background: linear-gradient(90deg, var(--c-ink), var(--c-ink-soft, #073038));
}
.fiscal-card--v2:hover {
  transform: translateY(-4px);
  border-color: rgba(168, 134, 46, .35);
  box-shadow: 0 24px 48px -16px rgba(3, 33, 40, .14);
}
.fc-top {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 24px;
}
.fc-badge {
  font-family: var(--ff-mono); font-size: 11px; font-weight: 600;
  letter-spacing: .04em; text-transform: uppercase;
  color: var(--c-mint-deep); background: rgba(168, 134, 46, .1);
  padding: 6px 12px; border-radius: 999px;
  border: 1px solid rgba(168, 134, 46, .25);
}
.fiscal-card--alt .fc-badge {
  color: var(--c-ink); background: rgba(3, 33, 40, .06);
  border-color: rgba(3, 33, 40, .12);
}
.fc-icon {
  width: 40px; height: 40px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(168, 134, 46, .12), rgba(168, 134, 46, .04));
  border: 1px solid rgba(168, 134, 46, .2);
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--c-mint-deep);
}
.fc-icon svg { width: 20px; height: 20px; }
.fiscal-card--alt .fc-icon {
  background: linear-gradient(135deg, rgba(3, 33, 40, .08), rgba(3, 33, 40, .03));
  border-color: rgba(3, 33, 40, .14); color: var(--c-ink);
}
.fc-headline {
  display: flex; align-items: baseline; gap: 18px; flex-wrap: wrap;
  margin-bottom: 16px; padding-bottom: 18px;
  border-bottom: 1px dashed rgba(3, 33, 40, .12);
}
.fc-num {
  font-family: var(--ff-sans); font-weight: 700;
  font-size: clamp(56px, 7vw, 80px); line-height: .9;
  letter-spacing: -.04em; color: var(--c-ink);
}
.fc-unit { font-size: .45em; color: var(--c-mint-deep); margin-left: 4px; font-weight: 600; }
.fiscal-card--alt .fc-unit { color: var(--c-ink); }
.fc-name {
  font-family: var(--ff-sans); font-weight: 700;
  font-size: 22px; letter-spacing: -.02em; color: var(--c-ink);
  line-height: 1.1;
}
.fc-name .italic {
  color: var(--c-mint-deep); font-style: italic; font-weight: 600;
}
.fiscal-card--alt .fc-name .italic { color: var(--c-ink); }
.fc-desc {
  font-size: 14.5px; line-height: 1.6; color: var(--c-grey-700);
  margin-bottom: 20px;
}
.fc-desc strong { color: var(--c-ink); font-weight: 600; }
.fc-list {
  list-style: none; padding: 0; margin: 0 0 20px;
  display: flex; flex-direction: column; gap: 10px;
}
.fc-list li {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 13.5px; color: var(--c-grey-700); line-height: 1.45;
}
.fc-list li svg { width: 16px; height: 16px; color: var(--c-mint-deep); flex-shrink: 0; margin-top: 2px; }
.fc-foot {
  margin-top: auto; padding-top: 16px;
  border-top: 1px solid rgba(3, 33, 40, .08);
  font-family: var(--ff-mono); font-size: 11.5px;
  letter-spacing: .03em; color: var(--c-grey-700); text-transform: uppercase;
  font-weight: 500;
}

/* Variante callout sin combinación */
.fiscal-callout--v2 {
  background: linear-gradient(135deg, var(--c-ink), #073038);
  color: var(--c-bone);
  border: 1px solid rgba(201, 168, 76, .15);
}
.fiscal-callout--v2 .fiscal-callout-text { color: var(--c-bone); }
.fiscal-callout--v2 .fiscal-callout-text .italic { color: var(--c-mint); }

/* ===== USE-CASES · creatividades v2 ===== */
.uc-viz {
  background: linear-gradient(180deg, #052a32, #031f25);
  border: 1px solid rgba(201, 168, 76, .12);
  border-radius: var(--r-xl);
  padding: 24px;
  position: relative; overflow: hidden;
  display: flex; flex-direction: column; gap: 20px;
}
.uc-viz::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, var(--c-mint), transparent);
}
.uc-viz-head {
  display: flex; align-items: center; justify-content: space-between;
  padding-bottom: 14px; border-bottom: 1px solid rgba(201, 168, 76, .08);
}
.uc-viz-tag {
  font-family: var(--ff-mono); font-size: 11px; font-weight: 500;
  letter-spacing: .04em; color: var(--c-grey-100); text-transform: uppercase;
}
.uc-viz-live {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--ff-mono); font-size: 11px; color: var(--c-mint);
  letter-spacing: .04em;
}
.uc-viz-live .dot {
  width: 6px; height: 6px; border-radius: 50%; background: var(--c-mint);
  box-shadow: 0 0 8px var(--c-mint); animation: ucPulse 2s infinite;
}
@keyframes ucPulse { 0%,100% { opacity: 1; } 50% { opacity: .5; } }

/* Ventas — leadcard */
.uc-leadcard {
  background: rgba(7, 48, 56, .5);
  border: 1px solid rgba(201, 168, 76, .12);
  border-radius: 14px;
  padding: 20px;
  display: flex; flex-direction: column; gap: 16px;
}
.uc-leadcard-top { display: flex; align-items: center; gap: 14px; }
.uc-leadcard-avatar {
  width: 44px; height: 44px; border-radius: 12px;
  background: linear-gradient(135deg, var(--c-mint), var(--c-mint-deep));
  color: var(--c-ink); font-family: var(--ff-sans); font-weight: 700; font-size: 16px;
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.uc-leadcard-id { flex: 1; min-width: 0; }
.uc-leadcard-name {
  font-family: var(--ff-sans); font-weight: 600; font-size: 15px;
  color: var(--c-bone); letter-spacing: -.005em; line-height: 1.2;
}
.uc-leadcard-meta {
  font-family: var(--ff-mono); font-size: 11px; color: var(--c-grey-300);
  margin-top: 4px; letter-spacing: .03em;
}
.uc-leadcard-score { text-align: right; flex-shrink: 0; }
.uc-leadcard-score-num {
  font-family: var(--ff-sans); font-weight: 700; font-size: 26px;
  color: var(--c-mint); letter-spacing: -.025em; line-height: 1;
}
.uc-leadcard-score-num .small { font-size: .5em; color: var(--c-grey-300); font-weight: 500; }
.uc-leadcard-score-label {
  font-family: var(--ff-mono); font-size: 10px; color: var(--c-grey-100);
  letter-spacing: .04em; text-transform: uppercase; margin-top: 2px;
}
.uc-leadcard-bars { display: flex; flex-direction: column; gap: 8px; }
.uc-bar {
  display: grid; grid-template-columns: 70px 1fr; gap: 10px; align-items: center;
}
.uc-bar > span {
  font-family: var(--ff-mono); font-size: 11px; color: var(--c-grey-100);
  letter-spacing: .03em;
}
.uc-bar-track {
  height: 6px; background: rgba(201, 168, 76, .1); border-radius: 3px; overflow: hidden;
}
.uc-bar-fill {
  height: 100%; background: linear-gradient(90deg, var(--c-mint-deep), var(--c-mint));
  border-radius: 3px;
}
.uc-leadcard-actions {
  display: flex; flex-wrap: wrap; gap: 6px;
  padding-top: 14px; border-top: 1px solid rgba(201, 168, 76, .08);
}
.uc-pill {
  font-family: var(--ff-mono); font-size: 11px; padding: 5px 10px;
  border-radius: 999px; background: rgba(201, 168, 76, .06);
  border: 1px solid rgba(201, 168, 76, .14); color: var(--c-grey-100);
  letter-spacing: .02em;
}
.uc-pill--mint {
  background: rgba(168, 134, 46, .15); color: var(--c-mint);
  border-color: rgba(168, 134, 46, .35); font-weight: 500;
}

/* Operaciones — progress + savings */
.uc-progress { display: flex; flex-direction: column; gap: 14px; }
.uc-progress-track {
  height: 4px; background: rgba(201, 168, 76, .1);
  border-radius: 2px; overflow: hidden;
}
.uc-progress-fill {
  height: 100%; background: linear-gradient(90deg, var(--c-mint-deep), var(--c-mint));
  border-radius: 2px; box-shadow: 0 0 12px rgba(168, 134, 46, .4);
}
.uc-progress-steps {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px;
}
.uc-pstep {
  display: flex; flex-direction: column; align-items: center; gap: 6px;
  text-align: center;
}
.uc-pstep-circle {
  width: 30px; height: 30px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  background: rgba(201, 168, 76, .08); border: 1.5px solid rgba(201, 168, 76, .2);
  color: var(--c-grey-300); font-size: 14px; font-weight: 600;
}
.uc-pstep.done .uc-pstep-circle {
  background: var(--c-mint); border-color: var(--c-mint); color: var(--c-ink);
}
.uc-pstep.active .uc-pstep-circle {
  border-color: var(--c-mint); color: var(--c-mint);
  background: rgba(168, 134, 46, .15);
  box-shadow: 0 0 0 3px rgba(168, 134, 46, .15);
  animation: ucPulse 1.4s infinite;
}
.uc-pstep-name {
  font-family: var(--ff-sans); font-weight: 500; font-size: 11.5px;
  color: var(--c-bone); line-height: 1.2;
}
.uc-pstep.active .uc-pstep-name { color: var(--c-mint); }
.uc-pstep:not(.done):not(.active) .uc-pstep-name { color: var(--c-grey-300); }
.uc-pstep-time {
  font-family: var(--ff-mono); font-size: 10px; color: var(--c-grey-300);
  letter-spacing: .03em;
}

.uc-savings {
  background: rgba(7, 48, 56, .5);
  border: 1px solid rgba(201, 168, 76, .1);
  border-radius: 12px;
  padding: 14px; display: flex; flex-direction: column; gap: 8px;
}
.uc-savings-row { display: grid; grid-template-columns: 90px 1fr; gap: 10px; align-items: center; }
.uc-savings-label {
  font-family: var(--ff-mono); font-size: 11px; color: var(--c-grey-100);
  letter-spacing: .03em;
}
.uc-savings-bar {
  position: relative; height: 22px; background: rgba(201, 168, 76, .06);
  border-radius: 6px; overflow: hidden;
}
.uc-savings-bar > span {
  position: absolute; right: 10px; top: 50%; transform: translateY(-50%);
  font-family: var(--ff-mono); font-size: 11px; font-weight: 600;
  color: var(--c-bone); z-index: 2;
}
.uc-savings-bar > span.mint-text { color: var(--c-mint); }
.uc-savings-fill { height: 100%; border-radius: 6px; }
.uc-savings-fill--bad { background: linear-gradient(90deg, rgba(255, 110, 110, .8), rgba(255, 80, 80, .5)); }
.uc-savings-fill--good { background: linear-gradient(90deg, var(--c-mint-deep), var(--c-mint)); }

/* Atención — chat */
.uc-chat {
  display: flex; flex-direction: column; gap: 10px;
  background: rgba(7, 48, 56, .4);
  border: 1px solid rgba(201, 168, 76, .1);
  border-radius: 14px; padding: 16px;
}
.uc-bubble { display: flex; gap: 8px; align-items: flex-end; }
.uc-bubble--user { justify-content: flex-end; flex-direction: row-reverse; }
.uc-bubble-avatar {
  width: 26px; height: 26px; border-radius: 50%;
  background: var(--c-grey-100); color: var(--c-ink);
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--ff-mono); font-size: 11px; font-weight: 700;
  flex-shrink: 0;
}
.uc-bubble-avatar--ai {
  background: linear-gradient(135deg, var(--c-mint), var(--c-mint-deep));
  color: var(--c-ink);
}
.uc-bubble-body {
  max-width: 78%;
  padding: 10px 14px; border-radius: 14px;
  font-size: 13.5px; line-height: 1.45; color: var(--c-bone);
}
.uc-bubble--user .uc-bubble-body {
  background: rgba(201, 168, 76, .1); border: 1px solid rgba(201, 168, 76, .15);
  border-bottom-right-radius: 4px;
}
.uc-bubble--ai .uc-bubble-body {
  background: white; color: var(--c-ink);
  border-bottom-left-radius: 4px;
}
.uc-bubble--ai .uc-bubble-body strong { color: var(--c-ink); font-weight: 600; }
.uc-bubble-link {
  display: inline-block; margin-top: 8px;
  padding: 6px 10px; background: rgba(168, 134, 46, .12);
  border: 1px solid rgba(168, 134, 46, .3); border-radius: 8px;
  font-size: 12px; color: var(--c-mint-deep); font-weight: 500;
}
.uc-bubble--system {
  align-self: center;
  font-family: var(--ff-mono); font-size: 10.5px; color: var(--c-grey-300);
  letter-spacing: .03em; margin-top: 4px; padding: 4px 10px;
  background: rgba(201, 168, 76, .04); border-radius: 999px;
}

/* Finanzas — fingrid */
.uc-fingrid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 12px;
}
.uc-fincard--big { grid-column: 1 / -1; }
.uc-fincard {
  background: rgba(7, 48, 56, .55);
  border: 1px solid rgba(201, 168, 76, .12);
  border-radius: 12px; padding: 14px 16px;
  display: flex; flex-direction: column; gap: 4px;
  position: relative;
}
.uc-fincard--alert {
  border-color: rgba(255, 200, 80, .35);
  background: rgba(80, 50, 0, .25);
}
.uc-fincard-label {
  font-family: var(--ff-mono); font-size: 10.5px; color: var(--c-grey-100);
  letter-spacing: .04em; text-transform: uppercase;
}
.uc-fincard-num {
  font-family: var(--ff-sans); font-weight: 700; font-size: 26px;
  color: var(--c-bone); letter-spacing: -.025em; line-height: 1.1;
  margin-top: 2px;
}
.uc-fincard--big .uc-fincard-num { font-size: 36px; color: var(--c-mint); }
.uc-fincard-num .unit {
  font-size: .55em; color: var(--c-grey-300); margin-left: 2px; font-weight: 500;
}
.uc-fincard-delta {
  font-family: var(--ff-mono); font-size: 11px; color: var(--c-grey-300);
  letter-spacing: .03em;
}
.uc-fincard-delta.up { color: var(--c-mint); }
.uc-fincard--alert .uc-fincard-delta { color: rgb(255, 200, 80); }
.uc-spark {
  width: 100%; height: 36px; margin-top: 8px;
}

/* Botón block (full-width) — usado por el botón de submit del formulario */
.btn--block { width: 100%; justify-content: center; margin-top: 4px; }

/* En mobile, los <br> de h2-2lines se ven naturales — ya rompen */
@media (max-width: 640px) {
  .h2-2lines br { display: block; }
  .uc-fingrid { grid-template-columns: 1fr; }
  .uc-fincard--big { grid-column: 1; }
  .uc-progress-steps { grid-template-columns: repeat(4, 1fr); gap: 4px; }
  .uc-pstep-name { font-size: 10px; }
}

