/* ============================================================
   TALENTO POR SISTEMIA — PRODUCTION STYLES
   Single CSS bundle. Tokens inlined from design system.
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,500;0,9..144,600;1,9..144,400;1,9..144,500&family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap');

:root {
  /* Ink — warm-tinted darks */
  --c-ink-900: #08070A;
  --c-ink-800: #0F0E12;
  --c-ink-700: #18161C;
  --c-ink-600: #221F27;
  --c-ink-500: #2D2933;

  /* Amber */
  --c-amber-900: #6B4A14;
  --c-amber-700: #C9931F;
  --c-amber-500: #F5B544;
  --c-amber-300: #FFC85C;
  --c-amber-100: #FFE4A5;

  /* Papel ivory */
  --c-papel-100: #F5EFE0;
  --c-papel-50:  #FAF5EA;

  /* Foregrounds — warm whites */
  --c-fg-900: #FAFAF7;
  --c-fg-700: rgba(250,250,247,0.72);
  --c-fg-500: rgba(250,250,247,0.50);
  --c-fg-300: rgba(250,250,247,0.32);

  /* Lines */
  --c-line-strong:    rgba(250,250,247,0.18);
  --c-line:           rgba(250,250,247,0.10);
  --c-line-soft:      rgba(250,250,247,0.06);
  --c-line-gold:      rgba(245,181,68,0.34);
  --c-line-gold-soft: rgba(245,181,68,0.14);

  /* Status */
  --c-good: #8DD178;
  --c-warn: #F5A148;
  --c-bad:  #E87673;

  /* Semantic surfaces */
  --bg-canvas:     var(--c-ink-900);
  --bg-elevated:   var(--c-ink-800);
  --bg-elevated-2: var(--c-ink-700);
  --bg-elevated-3: var(--c-ink-600);
  --bg-amber:      var(--c-amber-500);
  --bg-amber-soft: var(--c-line-gold-soft);
  --bg-papel:      var(--c-papel-100);

  /* Amber shortcuts */
  --amber:        var(--c-amber-500);
  --amber-bright: var(--c-amber-300);
  --amber-deep:   var(--c-amber-700);
  --amber-glow:   var(--c-line-gold);

  /* Foreground roles */
  --fg-primary:    var(--c-fg-900);
  --fg-secondary:  var(--c-fg-700);
  --fg-tertiary:   var(--c-fg-500);
  --fg-decorative: var(--c-fg-300);
  --fg-on-amber:   var(--c-ink-900);
  --fg-accent:     var(--c-amber-500);

  /* Borders */
  --border:        var(--c-line);
  --border-strong: var(--c-line-strong);
  --border-soft:   var(--c-line-soft);
  --border-amber:  var(--c-line-gold);

  /* Status */
  --ok:     var(--c-good);
  --warn:   var(--c-warn);
  --danger: var(--c-bad);

  /* Font families */
  --ff-display:   'Archivo Black', system-ui, sans-serif;
  --ff-editorial: 'Fraunces', 'Times New Roman', serif;
  --ff-body:      'Inter', system-ui, -apple-system, sans-serif;
  --ff-mono:      'JetBrains Mono', 'SF Mono', Menlo, monospace;

  /* Weights */
  --fw-regular:  400;
  --fw-medium:   500;
  --fw-semi:     600;
  --fw-bold:     700;
  --fw-display:  900;

  /* Sizes */
  --fs-eyebrow: 10px;
  --fs-caption: 12px;
  --fs-small:   13px;
  --fs-body:    15px;
  --fs-lead:    clamp(16px, 2vw, 19px);
  --fs-h6:      clamp(14px, 1.6vw, 16px);
  --fs-h5:      clamp(16px, 1.9vw, 19px);
  --fs-h4:      clamp(19px, 2.4vw, 26px);
  --fs-h3:      clamp(19px, 3.2vw, 34px);
  --fs-h2:      clamp(24px, 5vw, 52px);
  --fs-h1:      clamp(28px, 7vw, 78px);

  /* Line heights */
  --lh-tight:   0.98;
  --lh-snug:    1.15;
  --lh-normal:  1.55;
  --lh-relaxed: 1.65;

  /* Letter spacing */
  --ls-display: -0.01em;
  --ls-tight:   -0.005em;
  --ls-normal:  0;
  --ls-loose:   0.04em;
  --ls-eyebrow: 0.22em;
  --ls-btn:     0.14em;

  /* Spacing */
  --space-1:  4px;
  --space-2:  8px;
  --space-3:  12px;
  --space-4:  16px;
  --space-5:  20px;
  --space-6:  24px;
  --space-7:  32px;
  --space-8:  40px;
  --space-9:  56px;
  --space-10: 80px;

  --gutter-mobile:     20px;
  --gutter-desktop:    24px;
  --section-y-mobile:  56px;
  --section-y-desktop: 100px;
  --container-max:     1120px;
  --touch-min:         44px;

  /* Radii */
  --r-xs:   4px;
  --r-sm:   6px;
  --r-md:   10px;
  --r-lg:   14px;
  --r-xl:   18px;
  --r-pill: 999px;

  /* Shadows */
  --shadow-card:        0 8px 28px rgba(0,0,0,0.36);
  --shadow-card-strong: 0 14px 44px rgba(0,0,0,0.48);
  --shadow-elevated:    0 30px 80px rgba(0,0,0,0.5), 0 0 0 1px rgba(245,181,68,0.04);

  --glow-amber-soft:   0 0 14px rgba(245,181,68,0.18);
  --glow-amber:        0 0 24px rgba(245,181,68,0.34);
  --glow-amber-strong: 0 0 40px rgba(245,181,68,0.50);

  /* Motion */
  --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-soft:     cubic-bezier(0.6, 0, 0.4, 1);
  --ease-snap:     cubic-bezier(0.34, 1.56, 0.64, 1);

  --dur-fast:      150ms;
  --dur-base:      250ms;
  --dur-slow:      450ms;
  --dur-cinematic: 900ms;

  /* z-layers */
  --z-sticky: 50;
  --z-toast:  120;
}

/* ============================================================
   RESET + BASE
   ============================================================ */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--ff-body);
  background: var(--bg-canvas);
  color: var(--fg-primary);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  line-height: var(--lh-normal);
  font-size: 16px;
  min-height: 100vh;
}
h1, h2, h3, h4, .t-h1, .t-h2, .t-h3 {
  overflow-wrap: break-word;
  word-wrap: break-word;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }
em { font-style: normal; color: var(--fg-accent); }

.container {
  max-width: var(--container-max);
  margin: 0 auto;
  padding-left: var(--gutter-mobile);
  padding-right: var(--gutter-mobile);
}
@media (min-width: 720px) {
  .container { padding-left: var(--gutter-desktop); padding-right: var(--gutter-desktop); }
}

/* ============================================================
   TYPOGRAPHY HELPERS
   ============================================================ */
.t-h1 { font-family: var(--ff-display); font-size: var(--fs-h1); font-weight: var(--fw-display); line-height: var(--lh-tight); letter-spacing: var(--ls-display); text-transform: uppercase; }
.t-h2 { font-family: var(--ff-display); font-size: var(--fs-h2); font-weight: var(--fw-display); line-height: var(--lh-tight); letter-spacing: var(--ls-display); text-transform: uppercase; }
.t-h3 { font-family: var(--ff-display); font-size: var(--fs-h3); font-weight: var(--fw-display); line-height: var(--lh-snug); text-transform: uppercase; }
.t-editorial { font-family: var(--ff-editorial); font-style: italic; font-weight: 400; line-height: var(--lh-snug); letter-spacing: var(--ls-tight); }
.t-eyebrow { font-family: var(--ff-body); font-size: var(--fs-eyebrow); font-weight: var(--fw-bold); letter-spacing: var(--ls-eyebrow); text-transform: uppercase; color: var(--fg-accent); }
.t-lead { font-family: var(--ff-body); font-size: var(--fs-lead); font-weight: var(--fw-regular); line-height: var(--lh-relaxed); color: var(--fg-secondary); }
.t-body { font-family: var(--ff-body); font-size: var(--fs-body); font-weight: var(--fw-regular); line-height: var(--lh-normal); color: var(--fg-secondary); }
.t-caption { font-family: var(--ff-body); font-size: var(--fs-caption); font-weight: var(--fw-medium); line-height: var(--lh-normal); color: var(--fg-tertiary); }
.t-mono { font-family: var(--ff-mono); font-size: var(--fs-small); font-weight: var(--fw-medium); }
.t-btn { font-family: var(--ff-display); font-size: var(--fs-caption); font-weight: var(--fw-display); letter-spacing: var(--ls-btn); text-transform: uppercase; }

/* ============================================================
   NAV
   ============================================================ */
.nav { position: sticky; top: 0; z-index: var(--z-sticky); background: rgba(8,7,10,0.85); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border-bottom: 1px solid var(--border); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 14px var(--gutter-mobile); max-width: var(--container-max); margin: 0 auto; }
@media (min-width: 720px) { .nav-inner { padding: 16px var(--gutter-desktop); } }
.nav-logo { display: flex; align-items: center; gap: 10px; }
.nav-logo-mark { width: 34px; height: 34px; border-radius: var(--r-sm); overflow: hidden; background: var(--bg-canvas); flex-shrink: 0; }
.nav-logo-mark img { width: 100%; height: 100%; object-fit: cover; }
.nav-logo-text { display: flex; flex-direction: column; line-height: 1; gap: 3px; }
.nav-logo-name { font-family: var(--ff-display); font-size: 13px; letter-spacing: 0.06em; }
.nav-logo-sub { font-size: 9px; letter-spacing: 0.22em; color: var(--fg-tertiary); text-transform: uppercase; font-weight: 600; }
.nav-links { display: flex; gap: 22px; }
.nav-links a { font-size: 13px; color: var(--fg-secondary); font-weight: 500; transition: color var(--dur-fast); }
.nav-links a:hover { color: var(--fg-primary); }
.nav-cta { padding: 10px 16px; background: var(--amber); color: var(--fg-on-amber); border-radius: var(--r-sm); font-size: 11px; transition: background var(--dur-fast), transform var(--dur-fast) var(--ease-out-expo); }
.nav-cta:hover { background: var(--amber-bright); transform: translateY(-1px); }
.nav-burger { display: none; flex-direction: column; gap: 5px; padding: 8px; width: 40px; height: 40px; align-items: center; justify-content: center; }
.nav-burger span { width: 22px; height: 1.5px; background: var(--fg-primary); }
@media (max-width: 720px) {
  .nav-links, .nav-cta { display: none; }
  .nav-burger { display: flex; }
}

/* ============================================================
   STICKY MOBILE CTA
   ============================================================ */
.sticky-cta {
  position: fixed; left: 50%; transform: translateX(-50%);
  bottom: env(safe-area-inset-bottom, 0);
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom, 0));
  width: 100%;
  background: linear-gradient(to top, rgba(8,7,10,0.96) 70%, rgba(8,7,10,0));
  z-index: var(--z-sticky);
  display: none; pointer-events: none; opacity: 0;
  transition: opacity var(--dur-base) var(--ease-out-expo);
}
.sticky-cta.visible { opacity: 1; pointer-events: auto; }
.sticky-cta .btn { width: 100%; pointer-events: auto; }
@media (max-width: 720px) { .sticky-cta { display: block; } }

/* ============================================================
   BUTTONS
   ============================================================ */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: var(--touch-min); padding: 14px 24px; border-radius: var(--r-md); font-family: var(--ff-display); font-size: 12px; font-weight: var(--fw-display); letter-spacing: var(--ls-btn); text-transform: uppercase; transition: transform var(--dur-fast) var(--ease-out-expo), background var(--dur-fast), box-shadow var(--dur-base), border-color var(--dur-fast); cursor: pointer; white-space: nowrap; }
.btn-primary { background: var(--amber); color: var(--fg-on-amber); box-shadow: var(--glow-amber-soft); }
.btn-primary:hover { background: var(--amber-bright); transform: translateY(-1px); box-shadow: var(--glow-amber); }
.btn-ghost { background: transparent; color: var(--fg-primary); border: 1.5px solid var(--border-strong); }
.btn-ghost:hover { border-color: var(--amber); color: var(--amber); }

/* Check icon for feature lists */
.check { width: 16px; height: 16px; flex-shrink: 0; display: inline-block; position: relative; margin-top: 3px; }
.check::before, .check::after { content: ''; position: absolute; background: var(--amber); border-radius: 1px; }
.check::before { width: 5px; height: 1.5px; transform: rotate(45deg); left: 1px; top: 9px; transform-origin: left; }
.check::after { width: 10px; height: 1.5px; transform: rotate(-45deg); left: 4px; top: 11px; transform-origin: left; }

/* ============================================================
   SECTION BASE + REVEALS
   ============================================================ */
.section { position: relative; padding: var(--section-y-mobile) 0; }
@media (min-width: 760px) { .section { padding: var(--section-y-desktop) 0; } }
.section-head { max-width: 780px; margin-bottom: var(--space-8); }
@media (min-width: 760px) { .section-head { margin-bottom: var(--space-9); } }
.section-head-center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head .t-eyebrow { display: inline-block; margin-bottom: var(--space-4); }
.section-head .t-h2 { margin-bottom: var(--space-4); color: var(--fg-primary); }
.section-head .t-lead { color: var(--fg-secondary); max-width: 620px; }
.section-head-center .t-lead { margin-left: auto; margin-right: auto; }

.reveal-item { opacity: 0; transform: translateY(28px); filter: blur(6px); transition: opacity 1s var(--ease-out-expo), transform 1s var(--ease-out-expo), filter 1s var(--ease-out-expo); }
.reveal-item.in-view { opacity: 1; transform: none; filter: blur(0); }
.reveal-grid > * { opacity: 0; transform: translateY(22px); transition: opacity .85s var(--ease-out-expo), transform .85s var(--ease-out-expo); }
.reveal-grid.in-view > * { opacity: 1; transform: none; }
.reveal-grid.in-view > *:nth-child(1) { transition-delay: .05s; }
.reveal-grid.in-view > *:nth-child(2) { transition-delay: .15s; }
.reveal-grid.in-view > *:nth-child(3) { transition-delay: .25s; }
.reveal-grid.in-view > *:nth-child(4) { transition-delay: .35s; }
.reveal-grid.in-view > *:nth-child(5) { transition-delay: .45s; }
.reveal-grid.in-view > *:nth-child(6) { transition-delay: .55s; }
.reveal-grid.in-view > *:nth-child(7) { transition-delay: .65s; }
.reveal-grid.in-view > *:nth-child(8) { transition-delay: .75s; }
.reveal-section .section-head > * { opacity: 0; transform: translateY(20px); transition: opacity 1s var(--ease-out-expo), transform 1s var(--ease-out-expo); }
.reveal-section.in-view .section-head > *:nth-child(1) { opacity: 1; transform: none; transition-delay: .05s; }
.reveal-section.in-view .section-head > *:nth-child(2) { opacity: 1; transform: none; transition-delay: .18s; }
.reveal-section.in-view .section-head > *:nth-child(3) { opacity: 1; transform: none; transition-delay: .32s; }

/* ============================================================
   ANIMATION KEYFRAMES
   ============================================================ */
@keyframes talento-reveal-up { from { opacity: 0; transform: translateY(28px); filter: blur(8px); } to { opacity: 1; transform: translateY(0); filter: blur(0); } }
@keyframes talento-mockup-in { from { opacity: 0; transform: translateY(56px) scale(0.95); filter: blur(14px); } to { opacity: 1; transform: translateY(0) scale(1); filter: blur(0); } }
@keyframes talento-glow-pulse-a { 0%, 100% { opacity: 0.55; transform: scale(1); } 50% { opacity: 1; transform: scale(1.08); } }
@keyframes talento-glow-pulse-b { 0%, 100% { opacity: 0.4; transform: scale(1.05); } 50% { opacity: 0.85; transform: scale(0.95); } }
@keyframes talento-sheen { 0% { transform: translateX(-130%) skewX(-18deg); opacity: 0; } 20% { opacity: 1; } 60% { opacity: 1; } 100% { transform: translateX(230%) skewX(-18deg); opacity: 0; } }
@keyframes talento-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ============================================================
   HERO · EDITORIAL SPLIT
   ============================================================ */
.hero { position: relative; overflow: hidden; padding: 56px 0 80px; }
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: right center; mix-blend-mode: screen; opacity: 0.7; z-index: 0; pointer-events: none; user-select: none; }
.hero-glow-1, .hero-glow-2 { position: absolute; border-radius: 50%; filter: blur(60px); pointer-events: none; z-index: 1; }
.hero-glow-1 { top: -200px; right: -150px; width: 500px; height: 500px; background: radial-gradient(circle, rgba(245,181,68,0.18), transparent 65%); animation: talento-glow-pulse-a 9s ease-in-out infinite; }
.hero-glow-2 { bottom: -240px; left: -200px; width: 600px; height: 600px; background: radial-gradient(circle, rgba(245,181,68,0.08), transparent 70%); animation: talento-glow-pulse-b 11s 1.5s ease-in-out infinite; }
.hero-inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr; gap: 40px; padding-top: 32px; padding-bottom: 32px; }
@media (min-width: 920px) { .hero-inner { grid-template-columns: 1.05fr 1.15fr; gap: 56px; align-items: center; padding-top: 56px; } }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 10px; padding: 8px 14px; background: var(--bg-amber-soft); border: 1px solid var(--border-amber); border-radius: var(--r-pill); margin-bottom: var(--space-6); }
.hero-eyebrow-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--amber); box-shadow: 0 0 6px var(--amber); }
.hero-anchor { color: var(--c-papel-100); font-size: clamp(18px, 2.4vw, 26px); margin-bottom: var(--space-6); max-width: 22ch; line-height: 1.25; }
.hero-anchor span { color: var(--amber); font-style: italic; }
.hero-h1 { margin-bottom: var(--space-5); color: var(--fg-primary); }
.hero-h1 em { display: inline-block; font-family: var(--ff-editorial); font-style: italic; font-weight: 500; text-transform: none; letter-spacing: -0.01em; color: var(--amber); padding: 0 0.05em; }
.hero-lead { max-width: 56ch; margin-bottom: var(--space-6); color: var(--fg-secondary); }
.hero-ctas { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: var(--space-5); }
.hero-trust { display: inline-flex; align-items: center; gap: 8px; color: var(--fg-tertiary); font-size: var(--fs-caption); }
.hero-trust-dot { width: 4px; height: 4px; border-radius: 50%; background: var(--ok); }
.hero-visual { position: relative; }
.hero-mockup { position: relative; }
.hero-sheen { position: absolute; inset: 0; width: 28%; height: 100%; background: linear-gradient(90deg, transparent, rgba(245,181,68,0.22), transparent); pointer-events: none; z-index: 5; animation: talento-sheen 2.8s 1.8s ease-out both; }

.hero .hero-eyebrow { animation: talento-reveal-up 1s 0.15s var(--ease-out-expo) both; }
.hero-anchor { animation: talento-reveal-up 1s 0.30s var(--ease-out-expo) both; }
.hero-h1 { animation: talento-reveal-up 1.1s 0.45s var(--ease-out-expo) both; }
.hero-lead { animation: talento-reveal-up 1s 0.60s var(--ease-out-expo) both; }
.hero-ctas { animation: talento-reveal-up 1s 0.72s var(--ease-out-expo) both; }
.hero-trust { animation: talento-reveal-up 1s 0.84s var(--ease-out-expo) both; }
.hero-mockup { animation: talento-mockup-in 1.4s 0.95s var(--ease-out-expo) both; }

/* ============================================================
   MOCKUP FRAME (shared)
   ============================================================ */
.mockup-frame { background: var(--bg-elevated); border: 1px solid var(--border); border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-elevated); }
.mockup-bar { display: flex; align-items: center; gap: 12px; padding: 11px 14px; background: var(--bg-elevated-2); border-bottom: 1px solid var(--border); }
.mockup-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--bg-elevated-3); }
.mockup-url { flex: 1; text-align: center; font-size: 11px; color: var(--fg-tertiary); background: var(--bg-elevated-3); padding: 4px 12px; border-radius: var(--r-sm); max-width: 360px; margin: 0 auto; }
.mockup-body { display: flex; min-height: 430px; }

.mock-sidebar { width: 180px; flex-shrink: 0; background: var(--bg-elevated-2); border-right: 1px solid var(--border); padding: 16px 10px; }
.mock-brand { display: flex; align-items: center; gap: 8px; padding: 6px 8px; margin-bottom: 18px; }
.mock-brand-mark { width: 24px; height: 24px; border-radius: var(--r-sm); background: linear-gradient(135deg, var(--amber), var(--amber-bright)); display: grid; place-items: center; color: var(--fg-on-amber); font-family: var(--ff-display); font-size: 11px; }
.mock-brand span { font-family: var(--ff-display); font-size: 10px; letter-spacing: 0.07em; }
.mock-nav-item { display: flex; align-items: center; gap: 10px; padding: 8px 10px; border-radius: var(--r-sm); font-size: 12.5px; color: var(--fg-secondary); margin-bottom: 2px; }
.mock-nav-item.active { background: var(--bg-amber-soft); color: var(--amber); font-weight: 600; }
.mock-badge { margin-left: auto; font-size: 9.5px; padding: 1px 6px; border-radius: var(--r-pill); background: var(--bg-elevated-3); color: var(--fg-secondary); font-weight: 600; }
.mock-nav-item.active .mock-badge { background: var(--amber); color: var(--fg-on-amber); }

.mock-main { flex: 1; padding: 18px 22px; }
.mock-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.mock-title { font-family: var(--ff-display); font-size: 16px; letter-spacing: 0.04em; text-transform: uppercase; }
.mock-sub { font-size: 11px; color: var(--fg-tertiary); margin-top: 3px; }
.mock-btn-primary { background: var(--amber); color: var(--fg-on-amber); font-size: 11px; font-weight: 600; padding: 8px 12px; border-radius: var(--r-sm); }
.mock-kpis { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-bottom: 18px; }
.mock-kpi { background: var(--bg-elevated-2); border: 1px solid var(--border); border-radius: var(--r-md); padding: 12px; }
.mock-kpi-label { font-size: 9.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--fg-tertiary); font-weight: 600; margin-bottom: 4px; }
.mock-kpi-val { font-family: var(--ff-display); font-size: 22px; line-height: 1; }
.mock-kpi-delta { font-size: 10.5px; color: var(--ok); margin-top: 3px; font-weight: 600; }
.mock-kpi-delta.warn { color: var(--warn); }
.mock-section-title { font-size: 10.5px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--fg-secondary); margin: 4px 0 10px; font-weight: 700; }
.mock-list { display: flex; flex-direction: column; gap: 6px; }
.mock-row { background: var(--bg-elevated-2); border: 1px solid var(--border); border-radius: var(--r-md); padding: 10px 12px; display: flex; align-items: center; gap: 12px; }
.mock-pill { font-size: 9px; padding: 2px 7px; border-radius: var(--r-pill); font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.mock-pill.urgent { background: rgba(232,118,115,0.16); color: var(--danger); }
.mock-pill.open { background: rgba(141,209,120,0.14); color: var(--ok); }
.mock-row-text { flex: 1; min-width: 0; }
.mock-row-title { font-size: 12.5px; font-weight: 600; }
.mock-row-meta { font-size: 11px; color: var(--fg-tertiary); margin-top: 2px; }
.mock-row-num { font-family: var(--ff-display); font-size: 15px; color: var(--amber); }

@media (max-width: 760px) {
  .mockup-body { min-height: auto; flex-direction: column; }
  .mock-sidebar { display: none; }
  .mock-main { padding: 14px 14px 18px; }
  .mock-kpis { grid-template-columns: repeat(2, 1fr); }
  .mock-title { font-size: 14px; }
}

/* ============================================================
   MARQUEE
   ============================================================ */
.marquee { padding: 18px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: var(--bg-elevated); overflow: hidden; }
.marquee-track { display: flex; gap: 48px; white-space: nowrap; animation: talento-marquee 38s linear infinite; }
.marquee-item { font-family: var(--ff-display); font-size: 14px; letter-spacing: 0.16em; color: var(--fg-tertiary); text-transform: uppercase; }
.marquee-dot { color: var(--amber); font-family: var(--ff-display); }

/* ============================================================
   DOLOR
   ============================================================ */
.dolor { background: var(--bg-elevated); }
.dolor-grid { display: grid; grid-template-columns: 1fr; gap: 16px; }
@media (min-width: 760px) { .dolor-grid { grid-template-columns: repeat(3, 1fr); gap: 20px; } }
.dolor-card { background: var(--bg-canvas); border: 1px solid var(--border); border-radius: var(--r-lg); padding: var(--space-7) var(--space-6); position: relative; overflow: hidden; }
.dolor-card::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at top right, rgba(245,181,68,0.06), transparent 50%); pointer-events: none; }
.dolor-num { font-family: var(--ff-display); font-size: clamp(48px, 6vw, 72px); color: var(--amber); line-height: 0.95; margin-bottom: var(--space-4); }
.dolor-num-sm { font-size: 0.55em; opacity: 0.8; }
.dolor-num-pct { font-size: 0.55em; opacity: 0.7; }
.dolor-body { color: var(--fg-secondary); font-size: 15px; line-height: 1.55; margin-bottom: var(--space-6); max-width: 30ch; }
.dolor-tag { position: absolute; top: var(--space-5); right: var(--space-5); color: var(--fg-decorative); font-size: 10px; letter-spacing: 0.2em; font-weight: 700; }
.dolor-source { color: var(--fg-tertiary); margin-top: var(--space-6); letter-spacing: 0.06em; font-size: var(--fs-caption); }

/* ============================================================
   CÓMO FUNCIONA
   ============================================================ */
.como-steps { display: grid; grid-template-columns: 1fr; gap: 16px; list-style: none; }
@media (min-width: 760px) { .como-steps { grid-template-columns: repeat(3, 1fr); gap: 20px; } }
.como-step { background: var(--bg-elevated); border: 1px solid var(--border); border-radius: var(--r-lg); padding: var(--space-7) var(--space-6); position: relative; }
.como-step-num { font-family: var(--ff-display); font-size: 64px; color: var(--amber); line-height: 0.9; margin-bottom: var(--space-4); opacity: 0.92; }
.como-step-title { font-family: var(--ff-display); font-size: 18px; text-transform: uppercase; letter-spacing: 0.03em; margin-bottom: var(--space-3); }
.como-step .t-body { font-size: 14.5px; color: var(--fg-secondary); }

/* ============================================================
   TOUR · shared
   ============================================================ */
.tour-block { display: grid; grid-template-columns: 1fr; gap: 32px; margin-bottom: var(--space-10); align-items: center; }
@media (min-width: 900px) { .tour-block { grid-template-columns: 1fr 1.2fr; gap: 56px; } }
.tour-block:last-child { margin-bottom: 0; }
.tour-kicker { margin-bottom: var(--space-3); color: var(--amber); }
.tour-title { color: var(--fg-primary); margin-bottom: var(--space-4); }
.tour-features { list-style: none; margin-top: var(--space-5); display: flex; flex-direction: column; gap: 10px; }
.tour-features li { display: flex; align-items: flex-start; gap: 10px; font-size: 14.5px; color: var(--fg-secondary); }

/* ============================================================
   TOUR · DASHBOARD CAROUSEL (Variant B chosen for production)
   ============================================================ */
.phone-frame { width: min(360px, 100%); aspect-ratio: 9 / 19; margin: 0 auto; background: linear-gradient(160deg, #1A1820, #0F0E12); border-radius: 44px; padding: 12px; box-shadow: var(--shadow-elevated), inset 0 0 0 1.5px rgba(255,255,255,0.06); position: relative; border: 1px solid rgba(245,181,68,0.06); }
.phone-frame-sm { width: 260px; aspect-ratio: 9 / 19; border-radius: 36px; padding: 10px; }
.phone-notch { position: absolute; top: 18px; left: 50%; transform: translateX(-50%); width: 90px; height: 24px; background: #000; border-radius: 16px; z-index: 3; }
.phone-screen { width: 100%; height: 100%; background: var(--bg-canvas); border-radius: 32px; overflow: hidden; display: flex; flex-direction: column; }
.phone-screen-light { background: var(--bg-elevated); }
.phone-frame-sm .phone-screen { border-radius: 26px; }
.phone-app-bar { display: flex; align-items: center; justify-content: space-between; padding: 10px 18px 12px; border-bottom: 1px solid var(--border-soft); }
.phone-app-bar.light { background: var(--bg-elevated-2); }
.phone-brand { display: flex; align-items: center; gap: 8px; font-family: var(--ff-display); font-size: 11px; letter-spacing: 0.06em; }
.phone-brand-mark { width: 18px; height: 18px; border-radius: var(--r-xs); background: linear-gradient(135deg, var(--amber), var(--amber-bright)); color: var(--fg-on-amber); display: grid; place-items: center; font-size: 10px; }
.phone-back { font-size: 16px; color: var(--fg-secondary); }
.phone-app-title { font-family: var(--ff-display); font-size: 11px; letter-spacing: 0.06em; }
.phone-content { flex: 1; overflow-y: auto; padding: 14px 16px 24px; font-size: 12px; }
.phone-greet { font-family: var(--ff-display); font-size: 16px; letter-spacing: 0.02em; margin-bottom: 4px; }
.phone-greet-sub { font-size: 10.5px; color: var(--fg-tertiary); margin-bottom: var(--space-5); }
.phone-kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; margin-bottom: var(--space-5); }
.phone-kpi { background: var(--bg-elevated-2); border-radius: var(--r-sm); padding: 8px; }
.phone-kpi span { font-family: var(--ff-display); font-size: 16px; display: block; line-height: 1; color: var(--amber); }
.phone-kpi label { font-size: 8px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--fg-tertiary); margin-top: 4px; display: block; font-weight: 600; }
.phone-section-title { font-size: 9px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--fg-tertiary); font-weight: 700; margin-bottom: 8px; }
.phone-vacancy { background: var(--bg-elevated-2); border: 1px solid var(--border); border-radius: var(--r-md); padding: 10px 12px; margin-bottom: 8px; }
.phone-vac-pill { display: inline-block; font-size: 8px; padding: 2px 6px; border-radius: var(--r-pill); background: rgba(232,118,115,0.16); color: var(--danger); letter-spacing: 0.1em; font-weight: 700; margin-bottom: 5px; }
.phone-vac-pill.open { background: rgba(141,209,120,0.14); color: var(--ok); }
.phone-vac-title { font-size: 12px; font-weight: 600; margin-bottom: 2px; }
.phone-vac-meta { font-size: 10.5px; color: var(--fg-tertiary); }

.cand-head { display: flex; align-items: center; gap: 10px; padding-bottom: 12px; border-bottom: 1px solid var(--border-soft); margin-bottom: 12px; }
.cand-avatar { width: 36px; height: 36px; border-radius: 50%; background: linear-gradient(135deg, #6B7280, #4B5563); display: grid; place-items: center; color: white; font-family: var(--ff-display); font-size: 12px; }
.cand-name { font-weight: 700; font-size: 12px; }
.cand-vac { font-size: 10px; color: var(--fg-tertiary); }
.cand-score-block { margin-bottom: 14px; }
.cand-score-label { font-size: 8px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--fg-tertiary); font-weight: 700; margin-bottom: 4px; }
.cand-score-val { font-family: var(--ff-display); font-size: 36px; color: var(--amber); line-height: 1; margin-bottom: 6px; }
.cand-score-bar { width: 100%; height: 6px; background: var(--bg-elevated-3); border-radius: var(--r-pill); overflow: hidden; }
.cand-score-fill { height: 100%; background: linear-gradient(to right, var(--amber-deep), var(--amber)); border-radius: var(--r-pill); }
.cand-req { font-size: 11px; padding: 8px 10px; background: var(--bg-elevated-2); border-radius: var(--r-sm); margin-bottom: 4px; color: var(--fg-secondary); }
.cand-cta { width: 100%; margin-top: 12px; background: var(--amber); color: var(--fg-on-amber); padding: 10px; border-radius: var(--r-sm); font-size: 11px; font-weight: 700; }

.pool-card { background: var(--bg-elevated-2); border-left: 3px solid var(--bg-elevated-3); border-radius: var(--r-md); padding: 10px 12px; margin-bottom: 8px; font-size: 11px; }
.pool-card-line { color: var(--fg-secondary); }
.pool-card-line.warn { color: var(--danger); margin-top: 4px; font-size: 10px; }
.pool-card strong { color: var(--fg-primary); }
.pool-card-active { border-left-color: var(--amber); }
.pool-card-ok { border-left-color: var(--ok); }
.pool-card-option { font-size: 11px; margin-top: 5px; color: var(--amber); }

.phone-camp { background: var(--bg-elevated-2); border-radius: var(--r-md); padding: 10px 12px; margin-bottom: 6px; }
.phone-camp-source { font-size: 12px; font-weight: 600; margin-bottom: 4px; }
.phone-camp-stats { display: flex; gap: 14px; font-size: 11px; color: var(--fg-tertiary); }
.phone-camp-stats strong { color: var(--fg-primary); font-weight: 700; }
.phone-camp-stats .best { color: var(--ok); }
.phone-camp-stats .bad { color: var(--warn); }

.carousel-wrap { padding: 0 var(--gutter-mobile); margin-left: calc(-1 * var(--gutter-mobile)); margin-right: calc(-1 * var(--gutter-mobile)); }
@media (min-width: 760px) { .carousel-wrap { padding: 0; margin: 0; } }
.carousel { display: flex; gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding: var(--gutter-mobile); padding: 12px var(--gutter-mobile) 24px; margin-bottom: 12px; scrollbar-width: none; }
.carousel::-webkit-scrollbar { display: none; }
.carousel-card { flex: 0 0 280px; scroll-snap-align: center; display: flex; flex-direction: column; align-items: center; gap: 12px; }
@media (min-width: 760px) { .carousel-card { flex: 0 0 300px; } }
.carousel-card-tag { color: var(--amber); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; }
.carousel-card-cap { color: var(--fg-secondary); text-align: center; font-size: 12px; max-width: 26ch; line-height: 1.45; }
.carousel-dots { display: flex; justify-content: center; gap: 8px; padding: 4px 0; }
.carousel-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--bg-elevated-3); transition: background var(--dur-fast), transform var(--dur-fast) var(--ease-out-expo); }
.carousel-dot.active { background: var(--amber); box-shadow: 0 0 6px var(--amber); transform: scale(1.2); }

/* TOUR · Chat */
.chat-mockup { background: var(--bg-elevated-2); border-radius: var(--r-lg); padding: 24px; min-height: 480px; display: flex; flex-direction: column; }
.chat-header { display: flex; align-items: center; gap: 12px; padding-bottom: 18px; border-bottom: 1px solid var(--border); margin-bottom: 22px; }
.chat-avatar { width: 36px; height: 36px; border-radius: 50%; background: linear-gradient(135deg, var(--amber), var(--amber-bright)); display: grid; place-items: center; color: var(--fg-on-amber); font-family: var(--ff-display); font-size: 13px; }
.chat-h-name { font-weight: 700; font-size: 14px; }
.chat-h-sub { font-size: 11px; color: var(--fg-tertiary); }
.chat-messages { flex: 1; display: flex; flex-direction: column; gap: 12px; }
.chat-msg { max-width: 78%; padding: 11px 15px; border-radius: var(--r-lg); font-size: 13.5px; line-height: 1.5; }
.chat-msg.system { background: var(--bg-elevated-3); color: var(--fg-primary); align-self: flex-start; border-bottom-left-radius: 4px; }
.chat-msg.user { background: var(--amber); color: var(--fg-on-amber); align-self: flex-end; border-bottom-right-radius: 4px; font-weight: 500; }
.chat-options { display: flex; flex-direction: column; gap: 8px; margin-top: 4px; align-self: flex-start; max-width: 78%; }
.chat-option { min-height: var(--touch-min); padding: 12px 16px; border: 1px solid var(--border-strong); border-radius: var(--r-md); font-size: 13px; color: var(--fg-primary); text-align: left; background: transparent; transition: border-color var(--dur-fast), color var(--dur-fast); }
.chat-option:hover { border-color: var(--amber); color: var(--amber); }
.tour-block-chat .chat-messages > * { opacity: 0; transform: translateY(8px); transition: opacity .5s ease-out, transform .5s ease-out; }
.tour-block-chat.in-view .chat-messages > * { opacity: 1; transform: none; }
.tour-block-chat.in-view .chat-messages > *:nth-child(1) { transition-delay: .2s; }
.tour-block-chat.in-view .chat-messages > *:nth-child(2) { transition-delay: .6s; }
.tour-block-chat.in-view .chat-messages > *:nth-child(3) { transition-delay: 1.05s; }
.tour-block-chat.in-view .chat-messages > *:nth-child(4) { transition-delay: 1.55s; }
.tour-block-chat.in-view .chat-messages > *:nth-child(5) { transition-delay: 2.05s; }
.tour-block-chat.in-view .chat-messages > *:nth-child(6) { transition-delay: 2.5s; }
.tour-block-chat.in-view .chat-messages > *:nth-child(7) { transition-delay: 3s; }

/* TOUR · Report */
.report-mockup { background: var(--bg-elevated-2); border-radius: var(--r-lg); padding: 26px; border: 1px solid var(--border); }
.report-head { display: flex; gap: 16px; align-items: center; margin-bottom: 22px; padding-bottom: 18px; border-bottom: 1px solid var(--border); }
.report-avatar { width: 56px; height: 56px; border-radius: 50%; background: linear-gradient(135deg, #6B7280, #4B5563); display: grid; place-items: center; color: white; font-family: var(--ff-display); font-size: 18px; flex-shrink: 0; }
.report-id { flex: 1; min-width: 0; }
.report-name { font-weight: 700; font-size: 16px; margin-bottom: 3px; }
.report-vac { font-size: 12px; color: var(--fg-tertiary); }
.report-score { text-align: right; }
.report-score-label { color: var(--fg-tertiary); letter-spacing: 0.18em; }
.report-score-val { font-family: var(--ff-display); font-size: 36px; color: var(--amber); line-height: 1; }
.report-score-sub { color: var(--fg-tertiary); font-size: 10px; }
.report-section { margin-bottom: 18px; }
.report-section-title { letter-spacing: 0.18em; color: var(--fg-tertiary); margin-bottom: 10px; font-weight: 700; }
.report-crits { display: flex; flex-direction: column; gap: 7px; }
.report-crit { display: flex; align-items: center; gap: 10px; font-size: 13px; padding: 9px 12px; background: var(--bg-canvas); border-radius: var(--r-sm); }
.report-crit-mark { width: 18px; height: 18px; border-radius: 50%; display: grid; place-items: center; padding: 4px; flex-shrink: 0; position: relative; }
.report-crit-mark.ok { background: rgba(141,209,120,0.16); }
.report-crit-mark.ok::before, .report-crit-mark.ok::after { content: ''; position: absolute; background: var(--ok); border-radius: 1px; }
.report-crit-mark.ok::before { width: 4px; height: 1.5px; transform: rotate(45deg); left: 4px; top: 9px; }
.report-crit-mark.ok::after { width: 8px; height: 1.5px; transform: rotate(-45deg); left: 6px; top: 11px; }
.report-summary { background: var(--bg-canvas); border-left: 2px solid var(--amber); border-radius: var(--r-xs); padding: 14px; font-size: 14.5px; color: var(--c-papel-100); font-style: italic; font-family: var(--ff-editorial); }
.report-actions { display: flex; gap: 8px; margin-top: 20px; }
.report-btn { flex: 1; padding: 11px 8px; border-radius: var(--r-sm); }
.report-btn-primary { background: var(--amber); color: var(--fg-on-amber); }
.report-btn-ghost { background: transparent; border: 1px solid var(--border-strong); color: var(--fg-primary); }

/* ============================================================
   POOL · IMAGEN HERO OVERLAY (Variant A chosen)
   ============================================================ */
.pool { padding: 0; }
.pool-stage { position: relative; width: 100%; height: min(560px, 70vh); overflow: hidden; }
.pool-img { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.9); }
.pool-overlay { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; padding: 32px var(--gutter-mobile) 48px; background: linear-gradient(to top, var(--bg-canvas) 0%, rgba(8,7,10,0.6) 30%, transparent 80%); }
@media (min-width: 720px) { .pool-overlay { padding: 32px var(--gutter-desktop) 64px; } }
.pool-overlay .t-eyebrow { margin-bottom: var(--space-3); }
.pool-headline { font-family: var(--ff-editorial); font-style: italic; font-weight: 400; font-size: clamp(28px, 5vw, 56px); color: var(--c-papel-100); max-width: 18ch; line-height: 1.05; }
.pool-headline span { color: var(--amber); }
.pool-body { display: grid; grid-template-columns: 1fr; gap: 32px; padding-top: var(--space-9); padding-bottom: var(--section-y-mobile); }
@media (min-width: 900px) { .pool-body { grid-template-columns: 1.4fr 1fr; gap: 56px; padding-bottom: var(--section-y-desktop); } }
.pool-col p { margin-bottom: var(--space-4); }
.pool-features { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.pool-features li { display: flex; align-items: flex-start; gap: 10px; font-size: 15px; color: var(--fg-secondary); }

/* ============================================================
   CAMPAÑAS
   ============================================================ */
.campanas-grid { display: grid; grid-template-columns: 1fr; gap: 40px; align-items: center; }
@media (min-width: 900px) { .campanas-grid { grid-template-columns: 1fr 1.3fr; gap: 56px; } }
.campanas-text .tour-kicker { margin-bottom: var(--space-4); }
.campanas-text .t-h3 { margin-bottom: var(--space-4); }
.campanas-glossary { display: flex; gap: var(--space-6); margin: var(--space-5) 0; }
.campanas-glossary div { display: flex; flex-direction: column; gap: 4px; }
.campanas-glossary dt { font-family: var(--ff-display); color: var(--amber); font-size: 18px; letter-spacing: 0.04em; }
.campanas-glossary dd { font-size: 13px; color: var(--fg-secondary); max-width: 22ch; line-height: 1.45; }
.campanas-insight { background: rgba(245,181,68,0.06); border-left: 2px solid var(--amber); border-radius: var(--r-xs); padding: 14px 16px; font-size: clamp(16px, 1.9vw, 20px); color: var(--c-papel-100); font-family: var(--ff-editorial); font-style: italic; }
.campanas-insight span { color: var(--amber); }

.mockup-frame-table .mockup-body { min-height: auto; display: block; }
.campanas-table-wrap { padding: 20px 22px; }
.campanas-table-head { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: var(--space-4); }
.campanas-table-title { font-family: var(--ff-display); font-size: 15px; letter-spacing: 0.04em; text-transform: uppercase; }
.campanas-table-sub { color: var(--fg-tertiary); letter-spacing: 0.18em; font-size: var(--fs-caption); }
.campanas-table { display: flex; flex-direction: column; }
.ct-row { display: grid; grid-template-columns: 2fr 1fr 0.7fr 0.7fr 0.8fr 0.8fr; gap: 10px; padding: 12px 0; border-bottom: 1px solid var(--border); align-items: center; font-size: 13px; }
.ct-row:last-child { border-bottom: none; }
.ct-row.ct-head { font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--fg-tertiary); font-weight: 700; padding-bottom: 8px; }
.ct-src { font-weight: 600; }
.ct-sub { color: var(--fg-tertiary); margin-top: 2px; font-size: var(--fs-caption); }
.ct-good { color: var(--ok); font-weight: 700; }
.ct-bad { color: var(--warn); font-weight: 700; }
.campanas-callout { background: var(--bg-amber-soft); border-left: 2px solid var(--amber); border-radius: var(--r-xs); padding: 14px 16px; margin-top: var(--space-5); display: flex; flex-direction: column; gap: 8px; }
.ct-callout-tag { color: var(--amber); font-weight: 700; letter-spacing: 0.2em; font-size: var(--fs-caption); }

@media (max-width: 760px) {
  .campanas-table-wrap { padding: 16px 14px; overflow-x: auto; scrollbar-width: none; }
  .campanas-table { min-width: 540px; }
}

/* ============================================================
   PARA QUIÉN
   ============================================================ */
.verticals { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
@media (min-width: 760px) { .verticals { grid-template-columns: repeat(4, 1fr); gap: 14px; } }
.vertical { background: var(--bg-elevated); border: 1px solid var(--border); border-radius: var(--r-md); padding: 22px 18px; text-align: center; transition: border-color var(--dur-base), transform var(--dur-base) var(--ease-out-expo); }
.vertical:hover { border-color: var(--border-amber); transform: translateY(-2px); }
.vertical-icon { width: 34px; height: 34px; margin: 0 auto 14px; color: var(--amber); display: grid; place-items: center; transition: transform var(--dur-base) var(--ease-out-expo); }
.vertical-icon svg { width: 100%; height: 100%; }
.vertical:hover .vertical-icon { transform: translateY(-2px) scale(1.08); }
.vertical-name { font-size: 13px; font-weight: 600; letter-spacing: 0.02em; }

/* ============================================================
   LO QUE NO HACEMOS
   ============================================================ */
.no-hacemos { background: var(--bg-elevated); }
.no-grid { display: grid; grid-template-columns: 1fr; gap: 16px; }
@media (min-width: 760px) { .no-grid { grid-template-columns: repeat(2, 1fr); gap: 18px; } }
.no-item { padding: 24px; background: var(--bg-canvas); border: 1px solid var(--border); border-radius: var(--r-md); display: flex; gap: 16px; }
.no-mark { width: 32px; height: 32px; border-radius: var(--r-sm); background: rgba(232,118,115,0.16); color: var(--danger); display: grid; place-items: center; flex-shrink: 0; padding: 7px; }
.no-mark svg { width: 100%; height: 100%; }
.no-title { font-size: 15px; font-weight: 700; margin-bottom: 6px; color: var(--fg-primary); }
.no-item .t-body { font-size: 14px; color: var(--fg-secondary); }

/* ============================================================
   DOMINIO
   ============================================================ */
.dominio-card { background: var(--bg-elevated); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 36px 28px; display: flex; flex-direction: column; gap: 28px; }
@media (min-width: 760px) { .dominio-card { padding: 48px 40px; flex-direction: row; align-items: center; gap: 48px; } }
.dominio-text { flex: 1; }
.dominio-text .t-eyebrow { display: inline-block; margin-bottom: var(--space-3); }
.dominio-text .t-h3 { margin-bottom: var(--space-4); }
.dominio-text .t-h3 em { font-family: var(--ff-editorial); font-style: italic; text-transform: none; font-weight: 500; color: var(--amber); }
.dominio-inline-url { color: var(--amber); font-size: 0.92em; }
.dominio-urls { display: flex; flex-direction: column; gap: 10px; flex-shrink: 0; }
.dominio-url-label { color: var(--fg-tertiary); margin-bottom: 4px; letter-spacing: 0.2em; font-size: var(--fs-caption); }
.dominio-url { padding: 12px 18px; background: var(--bg-canvas); border: 1px solid var(--border-strong); border-radius: var(--r-sm); color: var(--fg-primary); }
.dominio-url-block.gold .dominio-url { border-color: var(--amber); color: var(--amber); }

/* ============================================================
   CTA + FORM
   ============================================================ */
.cta { position: relative; overflow: hidden; padding-bottom: 140px; }
@media (min-width: 720px) { .cta { padding-bottom: var(--section-y-desktop); } }
.cta-glow { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 800px; height: 800px; border-radius: 50%; background: radial-gradient(circle, rgba(245,181,68,0.10), transparent 65%); filter: blur(80px); pointer-events: none; animation: talento-glow-pulse-a 11s ease-in-out infinite; }
.cta-inner { position: relative; z-index: 2; }
.cta .section-head { margin-bottom: var(--space-8); }

.form { max-width: 640px; margin: 0 auto; background: var(--bg-elevated); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 28px; }
@media (min-width: 600px) { .form { padding: 36px; } }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-field { position: relative; display: flex; flex-direction: column; }
.form-field-full { grid-column: 1 / -1; }
.form-field input, .form-field select, .form-field textarea { background: var(--bg-canvas); border: 1px solid var(--border-strong); border-radius: var(--r-sm); padding: 18px 14px 12px; font-size: 15px; color: var(--fg-primary); font-family: var(--ff-body); transition: border-color var(--dur-fast), box-shadow var(--dur-base); width: 100%; min-height: var(--touch-min); }
.form-field textarea { min-height: 100px; resize: vertical; padding-top: 26px; }
.form-field select { appearance: none; cursor: pointer; }
.form-field label { position: absolute; top: 14px; left: 14px; font-size: 13px; color: var(--fg-tertiary); pointer-events: none; transition: top var(--dur-fast) var(--ease-out-expo), font-size var(--dur-fast) var(--ease-out-expo), color var(--dur-fast); }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { outline: none; border-color: var(--amber); box-shadow: var(--glow-amber-soft); }
.form-field input:focus + label, .form-field select:focus + label, .form-field textarea:focus + label,
.form-field input:not(:placeholder-shown) + label, .form-field textarea:not(:placeholder-shown) + label,
.form-field select:valid + label { top: 5px; font-size: 9px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--amber); font-weight: 700; }
.form-submit { width: 100%; margin-top: 18px; padding: 18px; }
.form-direct { text-align: center; margin-top: 22px; color: var(--fg-tertiary); font-size: var(--fs-caption); }
.form-direct a { color: var(--amber); font-weight: 600; }
@media (max-width: 600px) { .form-grid { grid-template-columns: 1fr; } }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { padding: 40px 0 100px; border-top: 1px solid var(--border); background: var(--bg-elevated); }
@media (min-width: 720px) { .footer { padding: 40px 0; } }
.footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; }
.footer-brand { display: flex; align-items: center; gap: 10px; }
.footer-text, .footer-links a { color: var(--fg-tertiary); font-size: var(--fs-caption); }
.footer-links { display: flex; gap: 22px; }

/* ============================================================
   MOBILE TIGHT (≤460px)
   ============================================================ */
@media (max-width: 460px) {
  .chat-mockup { padding: 18px 16px; }
  .report-mockup { padding: 20px 18px; }
  .form { padding: 24px 18px; }
  .phone-frame { width: min(320px, 100%); padding: 10px; }
  .phone-content { padding: 12px 14px 24px; }
  .pool-headline { font-size: clamp(22px, 6.5vw, 56px); }
  .campanas-glossary { gap: var(--space-4); }
  .report-actions .report-btn { font-size: 10.5px; padding: 12px 6px; }
  .nav-logo-mark { width: 32px; height: 32px; }
}

/* ============================================================
   REDUCED MOTION
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-delay: 0ms !important;
    transition-duration: 0.001ms !important;
    transition-delay: 0ms !important;
  }
  .reveal-item, .reveal-grid > *, .reveal-section .section-head > * {
    opacity: 1 !important; transform: none !important; filter: none !important;
  }
}
