/* ═══════════════════════════════════════════════════
   AUDITAMUS — Landing v2
   Sistema de diseño: auditamus-brand skill
   Paleta: #0A0A0A (oscuro) | #84E040 (acento verde IA)
   Tipo: Montserrat (variante de revisión)
═══════════════════════════════════════════════════ */

*, *::before, *::after { box-sizing: border-box; }

:root {
  --bg:          #FFFFFF;
  --bg-surface:  #F5F5F5;
  --bg-dark:     #0A0A0A;
  --bg-dark-2:   #111111;
  --bg-dark-3:   #1A1A1A;
  --text:        #0D0D0D;
  --text-2:      #555555;
  --text-light:  #FFFFFF;
  --accent:      #84E040;
  --accent-h:    #96F050;
  --accent-muted:#84E04022;
  --border:      #E5E5E5;
  --border-dark: #2A2A2A;
  --radius:      8px;
  --radius-lg:   14px;
  --shadow:      0 20px 60px rgba(0,0,0,0.10);
  --nav-h:        72px;
  --proof-h:      108px;
}

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: 'Montserrat', system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--text);
  background: var(--bg);
}

a { color: inherit; text-decoration: none; }

/* ═══ WORDMARK ═══════════════════════════════════════ */
.wordmark {
  font-family: 'Montserrat', system-ui, sans-serif;
  font-weight: 500;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  font-size: 1.25rem;
  line-height: 1;
  white-space: nowrap;
}
.wordmark em {
  font-style: normal;
  color: var(--accent);
  font-weight: 500;
}

/* ═══ NAV ════════════════════════════════════════════ */
.nav {
  position: sticky;
  top: 0;
  z-index: 40;
  height: var(--nav-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 clamp(20px, 4vw, 56px);
  background: rgba(10,10,10,0.96);
  border-bottom: 1px solid var(--border-dark);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.brand { display: flex; align-items: center; }
.nav .wordmark { font-size: clamp(1.2rem, 2.2vw, 1.7rem); color: var(--text-light); }

.nav-links {
  display: flex;
  gap: 28px;
  font-size: 0.88rem;
  font-weight: 500;
  color: rgba(255,255,255,0.65);
}
.nav-links a:hover { color: #fff; }

.nav-cta {
  display: inline-flex;
  align-items: center;
  height: 40px;
  padding: 0 18px;
  background: var(--accent);
  color: #0A0A0A;
  font-size: 0.87rem;
  font-weight: 700;
  border-radius: var(--radius);
  white-space: nowrap;
  transition: background 0.18s;
}
.nav-cta:hover { background: var(--accent-h); text-decoration: none; }

/* ═══ BTN ════════════════════════════════════════════ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 24px;
  border-radius: var(--radius);
  font-size: 0.95rem;
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
  transition: background 0.18s, border-color 0.18s, color 0.18s;
  text-decoration: none;
}
.btn-primary {
  background: var(--accent);
  color: #0A0A0A;
  border: 2px solid transparent;
}
.btn-primary:hover { background: var(--accent-h); text-decoration: none; }

.btn-ghost {
  background: transparent;
  color: rgba(255,255,255,0.85);
  border: 1.5px solid rgba(255,255,255,0.28);
}
.btn-ghost:hover { border-color: rgba(255,255,255,0.55); color: #fff; text-decoration: none; }

/* ═══ HERO ═══════════════════════════════════════════ */
.hero {
  background: var(--bg-dark);
  color: var(--text-light);
  padding: clamp(34px, 5vh, 58px) clamp(20px, 4vw, 56px) clamp(28px, 4.5vh, 54px);
}

.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: clamp(32px, 5vw, 80px);
  align-items: center;
  max-width: 1340px;
  margin: 0 auto;
}

.eyebrow {
  margin: 0 0 14px;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
}
.section-light .eyebrow, .section .eyebrow { color: var(--accent); }
.light .eyebrow { color: var(--accent); }

h1, h2, h3, h4 { margin: 0; }
p { margin: 0; }

h1 {
  margin-bottom: 16px;
  font-family: 'Montserrat', system-ui, sans-serif;
  font-size: clamp(2.45rem, 5vw, 4rem);
  font-weight: 800;
  line-height: 0.96;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--text-light);
}

.hero-sub {
  margin-bottom: 24px;
  max-width: 640px;
  font-size: clamp(0.96rem, 1.35vw, 1.08rem);
  line-height: 1.55;
  color: rgba(255,255,255,0.72);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 22px;
}

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.trust-strip span {
  display: inline-flex;
  align-items: center;
  height: 32px;
  padding: 0 12px;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 500;
  color: rgba(255,255,255,0.65);
}

/* Hero visual — dashboard mock */
.hero-visual {
  position: relative;
}

.dashboard-mock {
  overflow: hidden;
  border: 1px solid var(--border-dark);
  border-radius: var(--radius-lg);
  background: #111111;
  box-shadow: 0 30px 80px rgba(0,0,0,0.55);
}

.dash-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 16px;
  background: #0A0A0A;
  border-bottom: 1px solid var(--border-dark);
}
.dash-logo-sm {
  font-family: 'Montserrat', system-ui, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #fff;
}
.dash-logo-sm em { font-style: normal; color: var(--accent); }
.dash-tag {
  font-size: 0.74rem;
  color: rgba(255,255,255,0.45);
  font-weight: 500;
}

.dash-kpis {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 1px;
  background: var(--border-dark);
  border-bottom: 1px solid var(--border-dark);
}
.kpi {
  padding: 12px 16px;
  background: #111111;
}
.kpi-num {
  display: block;
  font-family: 'JetBrains Mono', monospace;
  font-size: 1.7rem;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  margin-bottom: 4px;
}
.kpi-num.warn { color: #f5a623; }
.kpi-lbl {
  display: block;
  font-size: 0.72rem;
  color: rgba(255,255,255,0.45);
  font-weight: 500;
  margin-bottom: 4px;
}
.kpi-delta {
  display: block;
  font-size: 0.7rem;
  font-weight: 600;
  color: rgba(255,255,255,0.4);
}
.kpi-delta.up { color: var(--accent); }

.dash-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--border-dark);
}

.chart-area {
  padding: 12px 16px 10px;
  background: #111111;
}
.bars-row {
  display: grid;
  grid-template-columns: repeat(6,1fr);
  gap: 6px;
  height: 76px;
  align-items: end;
  margin-bottom: 10px;
}
.bar {
  border-radius: 4px 4px 2px 2px;
  background: var(--border-dark);
  position: relative;
  transition: background 0.2s;
}
.bar.accent { background: var(--accent); }
.bar em {
  display: block;
  font-style: normal;
  text-align: center;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.58rem;
  color: rgba(255,255,255,0.4);
  padding-top: 3px;
}
.bar.accent em { color: #0A0A0A; }
.chart-lbl {
  font-size: 0.7rem;
  color: rgba(255,255,255,0.35);
  font-weight: 500;
}

.feed {
  padding: 8px 14px;
  background: #111111;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.feed-item {
  display: grid;
  grid-template-columns: 10px 1fr;
  gap: 10px;
  align-items: start;
  padding: 7px 0;
  border-bottom: 1px solid var(--border-dark);
}
.feed-item:last-child { border-bottom: 0; }
.feed-item .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-top: 5px;
  flex-shrink: 0;
}
.feed-item.ok .dot { background: var(--accent); }
.feed-item.warn .dot { background: #f5a623; }
.feed-item strong {
  display: block;
  font-size: 0.78rem;
  color: rgba(255,255,255,0.85);
  font-weight: 600;
  margin-bottom: 2px;
}
.feed-item small {
  font-size: 0.68rem;
  color: rgba(255,255,255,0.35);
}

.dash-foot {
  padding: 8px 16px;
  background: #0A0A0A;
  font-size: 0.7rem;
  color: rgba(255,255,255,0.3);
  font-weight: 500;
  letter-spacing: 0.03em;
  border-top: 1px solid var(--border-dark);
}

.app-card {
  position: absolute;
  bottom: -8px;
  right: -16px;
  width: 188px;
  padding: 12px;
  background: #fff;
  border-radius: 14px;
  border: 6px solid #0A0A0A;
  box-shadow: 0 20px 50px rgba(0,0,0,0.45);
}
.app-card-head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--text);
}
.app-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
  flex-shrink: 0;
}
.app-check {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 5px 0;
  border-top: 1px solid var(--border);
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--text-2);
}
.app-check::before {
  content: '';
  width: 14px;
  height: 14px;
  border: 1.5px solid var(--border);
  border-radius: 3px;
  flex-shrink: 0;
}
.app-check.done::before {
  background: var(--accent);
  border-color: var(--accent);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14' fill='none' stroke='%230A0A0A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='2 7 5.5 10.5 12 3'/%3E%3C/svg%3E");
  background-size: cover;
}
.app-geo {
  margin-top: 8px;
  font-size: 0.68rem;
  color: rgba(0,0,0,0.4);
  font-weight: 500;
}

/* ═══ PROOF STRIP ═════════════════════════════════════ */
.proof-strip {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 1px;
  background: var(--border);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  min-height: var(--proof-h);
}
.proof-item {
  padding: 18px clamp(16px, 2.5vw, 30px);
  background: var(--bg);
}
.proof-item strong {
  display: block;
  margin-bottom: 6px;
  font-family: 'JetBrains Mono', monospace;
  font-size: clamp(1.2rem, 2vw, 1.65rem);
  font-weight: 500;
  color: var(--text);
  line-height: 1;
}
.proof-item span {
  font-size: 0.88rem;
  color: var(--text-2);
  line-height: 1.4;
}

/* ═══ SECTIONS ═══════════════════════════════════════ */
.section {
  padding: clamp(64px, 9vw, 112px) clamp(20px, 4vw, 56px);
  max-width: 1340px;
  margin: 0 auto;
}
.section-light {
  background: var(--bg-surface);
  max-width: none;
  padding: clamp(64px, 9vw, 112px) clamp(20px, 4vw, 56px);
}
.section-light .section {
  padding: 0;
  max-width: 1340px;
  margin: 0 auto;
}

.section-head { max-width: 820px; margin-bottom: 52px; }
.section-head.centered { max-width: 760px; margin: 0 auto 52px; text-align: center; }
.section-head.centered p:not(.eyebrow) { margin-left: auto; margin-right: auto; }

h2 {
  margin-bottom: 16px;
  font-family: 'Montserrat', system-ui, sans-serif;
  font-size: clamp(1.9rem, 4.5vw, 3.4rem);
  font-weight: 800;
  line-height: 1.0;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--text);
}
.light h2 { color: var(--text-light); }

.section-head p:not(.eyebrow), .section-head.centered p:not(.eyebrow) {
  font-size: 1.05rem;
  color: var(--text-2);
  max-width: 680px;
  line-height: 1.65;
}
.light p:not(.eyebrow) { color: #fff; }
#ciclo .section-head p:not(.eyebrow) { color: #fff; }

/* ═══ WHAT IT MEASURES ═══════════════════════════════ */
.measure-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 16px;
  max-width: 1340px;
  margin: 0 auto;
}
.section-light .measure-grid { max-width: none; }

.measure-card {
  padding: 28px 24px;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  transition: border-color 0.2s, box-shadow 0.2s;
}
.measure-card:hover {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px var(--accent-muted);
}
.mcard-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: var(--bg-surface);
  margin-bottom: 20px;
  color: var(--text);
}
.measure-card h3 {
  margin-bottom: 10px;
  font-family: 'Montserrat', system-ui, sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--text);
}
.measure-card p { font-size: 0.93rem; color: var(--text-2); line-height: 1.6; }

/* ═══ CYCLE BAND ══════════════════════════════════════ */
.cycle-band {
  background: var(--bg-dark);
  color: var(--text-light);
  padding: clamp(64px, 9vw, 112px) clamp(20px, 4vw, 56px);
}
.cycle-band .section-head.centered.light { max-width: 760px; margin: 0 auto 52px; }

.cycle-steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: stretch;
  gap: 12px;
  max-width: 1280px;
  margin: 0 auto;
}
.step {
  min-width: 0;
  padding: 26px 18px;
  border: 1px solid var(--border-dark);
  border-radius: var(--radius);
  background: rgba(255,255,255,0.03);
}
.step-arrow {
  flex-shrink: 0;
  padding: 0 8px;
  font-size: 1.4rem;
  color: var(--accent);
  line-height: 1;
  margin-top: 40px;
}
.step-n {
  display: inline-block;
  margin-bottom: 14px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.72rem;
  font-weight: 500;
  color: var(--accent);
  letter-spacing: 0.06em;
}
.step h4 {
  margin-bottom: 10px;
  font-family: 'Montserrat', system-ui, sans-serif;
  font-size: clamp(0.86rem, 1vw, 0.98rem);
  font-weight: 800;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  white-space: nowrap;
  color: #fff;
}
.step p { font-size: 0.88rem; color: rgba(255,255,255,0.58); line-height: 1.6; }

/* ═══ FEATURES GRID ══════════════════════════════════ */
.feat-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 1340px;
  margin: -12px auto 24px;
}
.feat-tab {
  height: 38px;
  padding: 0 14px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--bg);
  color: var(--text-2);
  font-family: inherit;
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: background 0.18s, border-color 0.18s, color 0.18s;
}
.feat-tab:hover {
  border-color: var(--accent);
  color: var(--text);
}
.feat-tab.active {
  background: var(--text);
  border-color: var(--text);
  color: #fff;
}
.feats-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 14px;
}
.feat {
  display: none;
  padding: 26px 24px;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--bg);
  transition: border-color 0.2s, box-shadow 0.2s;
  flex-direction: column;
  gap: 10px;
}
.feat.active { display: flex; }
.feat:hover { border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-muted); }
.feat-tag {
  display: inline-flex;
  align-items: center;
  height: 24px;
  padding: 0 8px;
  background: var(--bg-surface);
  border-radius: 4px;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-2);
  align-self: start;
}
.feat h4 {
  font-family: 'Montserrat', system-ui, sans-serif;
  font-size: 1.12rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--text);
}
.feat p { font-size: 0.91rem; color: var(--text-2); line-height: 1.6; flex: 1; }
.feat-result {
  font-size: 0.83rem;
  font-weight: 600;
  color: var(--text);
  padding-top: 10px;
  border-top: 1px solid var(--border);
  display: block;
}
.feat-result::before { content: '→ '; color: var(--accent); }

/* ═══ SECTORS ════════════════════════════════════════ */
.sectors-layout {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 16px;
  margin-bottom: 16px;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
}
.section-light .sectors-layout, .section-light .sector-others { max-width: none; }

.sector-card {
  border-radius: var(--radius-lg);
  overflow: hidden;
  color: #fff;
  display: grid;
  grid-template-rows: 1fr auto;
}
.sc-body { padding: clamp(24px, 3vw, 38px); }
.sector-card h3 {
  margin-bottom: 14px;
  font-family: 'Montserrat', system-ui, sans-serif;
  font-size: clamp(1.3rem, 2.5vw, 2rem);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.05;
  color: #fff;
}
.sector-card p { font-size: 0.93rem; color: rgba(255,255,255,0.70); line-height: 1.6; }

.sc-badge {
  display: inline-flex;
  align-items: center;
  height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255,255,255,0.15);
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #fff;
  margin-bottom: 16px;
}

.sc-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255,255,255,0.14);
}
.sc-list li {
  padding: 12px clamp(24px, 3vw, 38px);
  border-bottom: 1px solid rgba(255,255,255,0.10);
  font-size: 0.9rem;
  color: rgba(255,255,255,0.8);
  display: flex;
  align-items: center;
  gap: 10px;
}
.sc-list li::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
  flex-shrink: 0;
}

.automotive { background: linear-gradient(145deg, #151515, #333333); }
.retail { background: linear-gradient(145deg, #202020, #4A4A4A); }

.sector-others {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 14px;
  max-width: 1340px;
  margin: 16px auto 0;
}

.sector-pill {
  padding: 22px 20px;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--bg);
  transition: border-color 0.2s;
}
.sector-pill:hover { border-color: var(--accent); }
.sector-pill strong {
  display: block;
  margin-bottom: 8px;
  font-family: 'Montserrat', system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--text);
}
.sector-pill p { font-size: 0.86rem; color: var(--text-2); line-height: 1.5; }

/* ═══ DELIVERABLES ═══════════════════════════════════ */
.delivs-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 14px;
}
.deliv {
  padding: 26px 24px;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--bg);
  transition: border-color 0.2s;
}
.deliv:hover { border-color: var(--accent); }
.deliv-icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: var(--bg-surface);
  margin-bottom: 18px;
  color: var(--text);
}
.deliv h4 {
  margin-bottom: 10px;
  font-family: 'Montserrat', system-ui, sans-serif;
  font-size: 1.08rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--text);
}
.deliv p { font-size: 0.91rem; color: var(--text-2); line-height: 1.6; }

/* ═══ VS BAND ════════════════════════════════════════ */
.vs-band {
  background: var(--bg-dark);
  color: var(--text-light);
  padding: clamp(64px, 9vw, 112px) clamp(20px, 4vw, 56px);
}
.vs-band .section-head.centered.light { max-width: 760px; margin: 0 auto 52px; }

.vs-table {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 0;
  max-width: 1000px;
  margin: 0 auto;
  border: 1px solid var(--border-dark);
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.vs-col {
  padding: 36px 32px;
}
.vs-old { background: #111111; }
.vs-new { background: var(--bg-dark-3); }
.vs-vs {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  background: var(--bg-dark);
  font-family: 'Montserrat', system-ui, sans-serif;
  font-size: 1.6rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: rgba(255,255,255,0.25);
  border-left: 1px solid var(--border-dark);
  border-right: 1px solid var(--border-dark);
}
.vs-col h4 {
  margin-bottom: 24px;
  font-family: 'Montserrat', system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
}
.vs-new h4 { color: var(--accent); }
.vs-new h4 em { font-style: normal; color: var(--accent); }
.vs-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.vs-col li {
  padding: 11px 0;
  font-size: 0.92rem;
  border-bottom: 1px solid var(--border-dark);
  display: flex;
  align-items: center;
  gap: 10px;
}
.vs-col li:last-child { border-bottom: 0; }
.vs-old li { color: rgba(255,255,255,0.42); }
.vs-old li::before {
  content: '';
  width: 6px;
  height: 6px;
  border: 1.5px solid rgba(255,255,255,0.22);
  border-radius: 50%;
  flex-shrink: 0;
}
.vs-new li { color: rgba(255,255,255,0.85); }
.vs-new li::before {
  content: '';
  width: 6px;
  height: 6px;
  background: var(--accent);
  border-radius: 50%;
  flex-shrink: 0;
}

/* ═══ CTA SECTION ════════════════════════════════════ */
.cta-section {
  background: var(--bg-dark-2);
  color: var(--text-light);
  padding: clamp(64px, 9vw, 112px) clamp(20px, 4vw, 56px);
}
.cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 1fr);
  gap: clamp(32px, 5vw, 80px);
  max-width: 1200px;
  margin: 0 auto;
}
.cta-section .eyebrow { color: var(--accent); }
.cta-section h2 { color: var(--text-light); }
.cta-copy p:not(.eyebrow) { color: rgba(255,255,255,0.64); font-size: 1.05rem; line-height: 1.65; margin-top: 16px; }
.cta-points {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 28px;
}
.cta-points span {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9rem;
  color: rgba(255,255,255,0.75);
  font-weight: 500;
}
.cta-points svg { color: var(--accent); flex-shrink: 0; }

.lead-form {
  display: grid;
  gap: 14px;
  padding: clamp(20px, 3vw, 32px);
  border: 1px solid var(--border-dark);
  border-radius: var(--radius-lg);
  background: rgba(255,255,255,0.04);
}
.form-row {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 14px;
}
label {
  display: grid;
  gap: 6px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
}
input, select, textarea {
  width: 100%;
  min-height: 44px;
  padding: 10px 13px;
  border: 1px solid var(--border-dark);
  border-radius: var(--radius);
  background: rgba(255,255,255,0.07);
  color: #fff;
  font-family: inherit;
  font-size: 0.93rem;
  transition: border-color 0.18s, background 0.18s;
}
textarea { min-height: 106px; resize: vertical; }
input:focus, select:focus, textarea:focus {
  outline: none;
  border-color: var(--accent);
  background: rgba(132,224,64,0.06);
}
select option { color: var(--text); background: #fff; }
input::placeholder, textarea::placeholder { color: rgba(255,255,255,0.28); }

.consent {
  display: flex;
  grid-template-columns: none;
  align-items: start;
  gap: 10px;
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.78rem;
  line-height: 1.45;
  color: rgba(255,255,255,0.58);
}
.consent input {
  width: 16px;
  min-height: 16px;
  height: 16px;
  margin-top: 2px;
  accent-color: var(--accent);
}

.lead-form .btn-primary { width: 100%; }
.lead-form.submitted .btn-primary { background: #2a5a14; color: rgba(255,255,255,0.8); cursor: default; }

.form-status {
  min-height: 18px;
  font-size: 0.78rem;
  color: rgba(255,255,255,0.62);
}

.form-note {
  font-size: 0.74rem;
  color: rgba(255,255,255,0.36);
}

/* ═══ FOOTER ═════════════════════════════════════════ */
.footer {
  background: #060606;
  padding: 40px clamp(20px, 4vw, 56px) 24px;
  border-top: 1px solid var(--border-dark);
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 24px;
  max-width: 1340px;
  margin: 0 auto 28px;
}
.footer-brand .wordmark { color: #fff; font-size: 1.3rem; }
.footer-brand p {
  margin-top: 10px;
  font-size: 0.84rem;
  color: rgba(255,255,255,0.35);
  max-width: 380px;
  line-height: 1.55;
}
.footer-links {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  text-align: right;
}
.footer-links a {
  color: rgba(255,255,255,0.65);
  font-size: 0.88rem;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.footer-links a:hover { color: #fff; }
.footer-links span { font-size: 0.78rem; color: rgba(255,255,255,0.25); }
.footer-cookie-btn {
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(255,255,255,0.65);
  font: inherit;
  font-size: 0.88rem;
  text-align: right;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}
.footer-cookie-btn:hover { color: #fff; }
.footer-copy {
  max-width: 1340px;
  margin: 0 auto;
  font-size: 0.78rem;
  color: rgba(255,255,255,0.22);
  padding-top: 20px;
  border-top: 1px solid var(--border-dark);
}

/* ═══ LEGAL PAGES ════════════════════════════════════ */
.legal-hero {
  background: var(--bg-dark);
  color: var(--text-light);
  padding: clamp(56px, 8vw, 96px) clamp(20px, 4vw, 56px);
}
.legal-hero-inner {
  max-width: 920px;
  margin: 0 auto;
}
.legal-hero h1 {
  max-width: none;
  margin-bottom: 18px;
}
.legal-hero p {
  max-width: 760px;
  color: rgba(255,255,255,0.68);
  font-size: 1rem;
  line-height: 1.7;
}
.legal-main {
  max-width: 920px;
  margin: 0 auto;
  padding: clamp(42px, 7vw, 80px) clamp(20px, 4vw, 34px);
}
.legal-block {
  padding: 28px 0;
  border-bottom: 1px solid var(--border);
}
.legal-block:first-child { padding-top: 0; }
.legal-block h2 {
  margin-bottom: 14px;
  font-size: clamp(1.35rem, 3vw, 1.95rem);
}
.legal-block h3 {
  margin: 22px 0 8px;
  font-size: 1rem;
}
.legal-block p,
.legal-block li {
  color: var(--text-2);
  line-height: 1.75;
}
.legal-block ul {
  margin: 12px 0 0;
  padding-left: 20px;
}
.legal-note {
  margin: 22px 0;
  padding: 16px;
  border: 1px solid #d9e8c9;
  border-radius: var(--radius);
  background: #f4faef;
  color: #2d3f20;
}
.legal-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 16px;
  font-size: 0.9rem;
}
.legal-table th,
.legal-table td {
  padding: 12px;
  border: 1px solid var(--border);
  text-align: left;
  vertical-align: top;
}
.legal-table th {
  background: var(--bg-surface);
  color: var(--text);
}
.legal-placeholder {
  font-weight: 700;
  color: #8a4b00;
}

/* ═══ COOKIE CONSENT ═════════════════════════════════ */
.cookie-banner {
  position: fixed;
  left: clamp(14px, 3vw, 28px);
  right: clamp(14px, 3vw, 28px);
  bottom: clamp(14px, 3vw, 28px);
  z-index: 80;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
  padding: 18px;
  border: 1px solid var(--border-dark);
  border-radius: var(--radius);
  background: #0a0a0a;
  box-shadow: 0 18px 70px rgba(0,0,0,0.28);
  color: #fff;
}
.cookie-copy {
  display: grid;
  gap: 6px;
}
.cookie-copy strong {
  font-size: 0.98rem;
}
.cookie-copy p {
  margin: 0;
  color: rgba(255,255,255,0.68);
  font-size: 0.86rem;
  line-height: 1.55;
}
.cookie-copy a {
  width: fit-content;
  color: var(--accent);
  font-size: 0.82rem;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.cookie-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cookie-btn {
  min-height: 38px;
  padding: 0 14px;
  border-radius: var(--radius);
  font-family: inherit;
  font-weight: 700;
  font-size: 0.82rem;
  cursor: pointer;
}
.cookie-btn-primary {
  border: 1px solid var(--accent);
  background: var(--accent);
  color: #0a0a0a;
}
.cookie-btn-secondary {
  border: 1px solid rgba(255,255,255,0.28);
  background: transparent;
  color: rgba(255,255,255,0.86);
}
.cookie-modal {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(0,0,0,0.55);
}
.cookie-panel {
  width: min(560px, 100%);
  padding: 22px;
  border-radius: var(--radius);
  background: #fff;
  color: var(--text);
  box-shadow: var(--shadow);
}
.cookie-panel-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
}
.cookie-panel-head strong {
  font-size: 1.15rem;
}
.cookie-close {
  width: 34px;
  height: 34px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: #fff;
  font-size: 1.4rem;
  cursor: pointer;
}
.cookie-panel p {
  color: var(--text-2);
}
.cookie-toggle {
  display: flex;
  grid-template-columns: none;
  align-items: start;
  gap: 12px;
  padding: 14px 0;
  border-top: 1px solid var(--border);
  color: var(--text);
  text-transform: none;
  letter-spacing: 0;
}
.cookie-toggle input {
  width: 18px;
  min-height: 18px;
  height: 18px;
  margin-top: 4px;
  accent-color: var(--accent);
}
.cookie-toggle span {
  display: grid;
  gap: 3px;
}
.cookie-toggle small {
  color: var(--text-2);
  font-weight: 500;
  line-height: 1.45;
}
.cookie-toggle.disabled {
  opacity: 0.72;
}
.modal-actions {
  margin-top: 12px;
}
.cookie-panel .cookie-btn-secondary {
  border-color: var(--border-dark);
  color: var(--text);
}

/* ═══ SCROLL REVEAL ══════════════════════════════════ */
.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ═══ RESPONSIVE ══════════════════════════════════════ */
@media (max-width: 1100px) {
  .measure-grid { grid-template-columns: repeat(2,1fr); }
  .feats-grid { grid-template-columns: repeat(2,1fr); }
  .cycle-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .step-arrow { display: none; }
  .step { min-width: 0; }
  .sector-others { grid-template-columns: repeat(2,1fr); }
}

@media (min-width: 901px) and (max-height: 820px) {
  .hero {
    min-height: calc(100svh - var(--nav-h) - var(--proof-h));
    padding-top: 26px;
    padding-bottom: 22px;
  }

  .hero-inner {
    gap: clamp(28px, 4vw, 56px);
  }

  h1 {
    margin-bottom: 12px;
    font-size: clamp(2.35rem, 4.55vw, 3.65rem);
    line-height: 0.94;
  }

  .hero-sub {
    margin-bottom: 16px;
    font-size: 0.96rem;
    line-height: 1.42;
  }

  .hero-actions {
    margin-bottom: 14px;
  }

  .btn {
    height: 44px;
    padding: 0 22px;
  }

  .trust-strip span {
    height: 28px;
    padding: 0 10px;
    font-size: 0.74rem;
  }

  .dash-kpis .kpi {
    padding: 10px 14px;
  }

  .kpi-num {
    font-size: 1.52rem;
  }

  .kpi-lbl,
  .kpi-delta,
  .chart-lbl,
  .dash-foot {
    font-size: 0.66rem;
  }

  .bars-row {
    height: 62px;
    margin-bottom: 8px;
  }

  .feed-item {
    padding: 5px 0;
  }

  .feed-item strong {
    font-size: 0.72rem;
  }

  .feed-item small {
    font-size: 0.62rem;
  }

  .app-card {
    width: 176px;
    border-width: 5px;
  }

  .app-card-head,
  .app-check {
    font-size: 0.67rem;
  }

  .proof-item {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .proof-item strong {
    margin-bottom: 4px;
    font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  }

  .proof-item span {
    font-size: 0.8rem;
    line-height: 1.32;
  }
}

@media (min-width: 901px) and (min-height: 821px) {
  .hero {
    min-height: calc(100svh - var(--nav-h) - var(--proof-h));
    display: flex;
    align-items: center;
  }

  .hero-inner {
    width: 100%;
  }
}

@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-visual { display: none; }
  .proof-strip { grid-template-columns: repeat(2,1fr); }
  .sectors-layout { grid-template-columns: 1fr; }
  .delivs-grid { grid-template-columns: repeat(2,1fr); }
  .vs-table { grid-template-columns: 1fr; }
  .vs-vs { display: none; }
  .vs-old { border-bottom: 1px solid var(--border-dark); }
  .cta-inner { grid-template-columns: 1fr; }
  .footer-inner { flex-direction: column; gap: 28px; }
  .footer-links { align-items: start; text-align: left; }
  .footer-cookie-btn { text-align: left; }
  .cookie-banner { grid-template-columns: 1fr; }
  .cookie-actions { justify-content: flex-start; }
}

@media (max-width: 640px) {
  .nav { height: auto; min-height: 60px; padding-top: 10px; padding-bottom: 10px; }
  .nav-links { display: none; }
  .nav-cta { height: 36px; padding: 0 14px; font-size: 0.82rem; }
  .nav .wordmark { font-size: clamp(0.86rem, 3.4vw, 1.15rem); letter-spacing: 0.22em; }
  .footer-brand .wordmark { font-size: 1rem; letter-spacing: 0.24em; }

  h1 { font-size: clamp(2.4rem, 12vw, 3rem); }
  h2 { font-size: clamp(1.65rem, 8vw, 2.2rem); }

  .proof-strip { grid-template-columns: 1fr; }
  .measure-grid { grid-template-columns: 1fr; }
  .feats-grid { grid-template-columns: 1fr; }
  .cycle-steps { grid-template-columns: 1fr; }
  .step { min-width: 100%; }
  .step h4 { white-space: normal; }
  .sector-others { grid-template-columns: 1fr; }
  .delivs-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
}
