/* ============================================
   AUTOMATA — AI Service Agency
   Theme: Charcoal + Amber, Syne + DM Sans
   ============================================ */

:root {
  --bg: #0A0A0F;
  --bg-2: #0F0F18;
  --surface: #14141E;
  --surface-2: #1A1A28;
  --amber: #FFB800;
  --amber-dim: rgba(255, 184, 0, 0.12);
  --amber-glow: rgba(255, 184, 0, 0.06);
  --text: #E8E8ED;
  --text-2: #8B8B9A;
  --text-3: #55556A;
  --border: rgba(255,255,255,0.06);
  --green: #22C55E;
  --amber-2: #FFA500;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  background: var(--bg);
  color: var(--text);
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* ── TYPOGRAPHY ── */
h1, h2, h3, h4 { font-family: 'Syne', sans-serif; font-weight: 700; }

/* ── NAVIGATION ── */
.topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(10, 10, 15, 0.8);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
}
.nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--text);
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  letter-spacing: 0.02em;
}
.nav-tagline {
  font-size: 0.75rem;
  color: var(--text-2);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-family: 'Syne', sans-serif;
}

/* ── CONTAINER ── */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
}

/* ── SECTION LABELS ── */
.section-label {
  display: inline-block;
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--amber);
  font-family: 'Syne', sans-serif;
  font-weight: 600;
  margin-bottom: 16px;
}

.section-header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 72px;
}
.section-title {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.15;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}
.section-sub {
  color: var(--text-2);
  font-size: 1.05rem;
  line-height: 1.7;
}

/* ── HERO ── */
.hero-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding-top: 60px;
}

.hero-bg { position: absolute; inset: 0; pointer-events: none; }

.geo-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255, 184, 0, 0.08);
}
.geo-ring-1 { width: 600px; height: 600px; top: -100px; right: -100px; }
.geo-ring-2 { width: 400px; height: 400px; bottom: -50px; left: -50px; border-color: rgba(255,184,0,0.05); }
.geo-ring-3 { width: 200px; height: 200px; top: 40%; left: 35%; border-color: rgba(255,184,0,0.04); }

.geo-dot {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--amber);
  opacity: 0.4;
}
.geo-dot-1 { top: 30%; right: 15%; }
.geo-dot-2 { top: 60%; right: 8%; }
.geo-dot-3 { bottom: 25%; left: 20%; }

.grid-overlay {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,184,0,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,184,0,0.03) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 0%, transparent 100%);
}

.hero-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  width: 100%;
}

.hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-2);
  font-family: 'Syne', sans-serif;
  margin-bottom: 24px;
}
.eyebrow-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--amber);
  animation: pulse-dot 2s ease-in-out infinite;
}
@keyframes pulse-dot {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}

.hero-headline {
  font-size: clamp(2.5rem, 5vw, 4rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
  margin-bottom: 24px;
}
.headline-accent { color: var(--amber); }

.hero-sub {
  font-size: 1.1rem;
  color: var(--text-2);
  line-height: 1.75;
  max-width: 440px;
  margin-bottom: 40px;
}

.hero-stats {
  display: flex;
  align-items: center;
  gap: 32px;
}
.stat { display: flex; flex-direction: column; }
.stat-num {
  font-family: 'Syne', sans-serif;
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--amber);
  line-height: 1;
  margin-bottom: 4px;
}
.stat-label { font-size: 0.75rem; color: var(--text-2); letter-spacing: 0.03em; }
.stat-divider { width: 1px; height: 40px; background: var(--border); }

/* ── DASHBOARD MOCK ── */
.hero-visual { position: relative; }

.dashboard-mock {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 32px 80px rgba(0,0,0,0.5), 0 0 0 1px rgba(255,184,0,0.05);
}
.mock-header {
  background: var(--surface-2);
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid var(--border);
}
.mock-dots { display: flex; gap: 6px; }
.mock-dots span { width: 8px; height: 8px; border-radius: 50%; background: var(--text-3); }
.mock-title { font-size: 0.75rem; color: var(--text-2); font-family: 'DM Sans', sans-serif; }

.mock-body { padding: 16px; display: flex; flex-direction: column; gap: 12px; }
.mock-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px;
  background: var(--bg-2);
  border-radius: 8px;
  border: 1px solid var(--border);
}
.mock-row-faded { opacity: 0.5; }
.mock-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.65rem;
  font-weight: 600;
  flex-shrink: 0;
}
.mock-info { flex: 1; min-width: 0; }
.mock-name { display: block; font-size: 0.78rem; font-weight: 500; color: var(--text); }
.mock-msg { display: block; font-size: 0.7rem; color: var(--text-2); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.mock-badge {
  font-size: 0.6rem;
  padding: 3px 8px;
  border-radius: 100px;
  font-weight: 600;
  letter-spacing: 0.05em;
  white-space: nowrap;
  flex-shrink: 0;
}
.badge-green { background: rgba(34,197,94,0.15); color: #22C55E; }
.badge-amber { background: rgba(255,184,0,0.12); color: #FFB800; }
.badge-muted { background: rgba(255,255,255,0.05); color: var(--text-3); }

.mock-footer {
  padding: 12px 16px;
  border-top: 1px solid var(--border);
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.75rem;
  color: var(--text-2);
}
.mock-spark {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  animation: pulse-dot 2s ease-in-out infinite;
}

.hero-badge-float {
  position: absolute;
  bottom: -16px;
  right: -16px;
  background: var(--surface);
  border: 1px solid rgba(255,184,0,0.2);
  border-radius: 100px;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.75rem;
  color: var(--text-2);
  box-shadow: 0 8px 24px rgba(0,0,0,0.3);
  backdrop-filter: blur(8px);
}

/* ── PROBLEM ── */
.problem-section {
  padding: 100px 0;
  background: var(--bg-2);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.problem-inner { display: flex; flex-direction: column; gap: 48px; }
.problem-quote { position: relative; padding-left: 40px; }
.quote-mark {
  position: absolute;
  left: 0;
  top: -10px;
  font-size: 4rem;
  color: var(--amber);
  line-height: 1;
  font-family: Georgia, serif;
}
.quote-text { font-size: 1.4rem; color: var(--text); line-height: 1.6; font-weight: 300; }
.quote-text em { color: var(--amber); font-style: normal; font-weight: 500; }
.problem-divider { height: 1px; background: var(--border); }
.problem-stats-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}
.pstat { display: flex; flex-direction: column; gap: 8px; }
.pstat-num {
  font-family: 'Syne', sans-serif;
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--amber);
  line-height: 1;
}
.pstat-text { font-size: 0.85rem; color: var(--text-2); line-height: 1.6; }

/* ── SERVICES ── */
.services-section { padding: 120px 0; }
.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.service-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 32px;
  transition: border-color 0.2s, transform 0.2s;
}
.service-card:hover {
  border-color: rgba(255,184,0,0.2);
  transform: translateY(-2px);
}
.service-icon { margin-bottom: 20px; }
.service-name {
  font-family: 'Syne', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 12px;
  letter-spacing: -0.01em;
}
.service-desc { font-size: 0.9rem; color: var(--text-2); line-height: 1.7; margin-bottom: 20px; }
.service-features { list-style: none; display: flex; flex-direction: column; gap: 8px; margin-bottom: 24px; }
.service-features li {
  font-size: 0.82rem;
  color: var(--text-2);
  padding-left: 16px;
  position: relative;
}
.service-features li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--amber);
}
.service-metric {
  display: flex;
  align-items: baseline;
  gap: 8px;
  padding-top: 20px;
  border-top: 1px solid var(--border);
}
.metric-val {
  font-family: 'Syne', sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--amber);
}
.metric-lbl { font-size: 0.8rem; color: var(--text-2); }

/* ── DASHBOARD SECTION ── */
.dashboard-section {
  padding: 120px 0;
  background: var(--bg-2);
}
.dashboard-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.dashboard-features { display: flex; flex-direction: column; gap: 20px; margin-top: 32px; }
.df-item { display: flex; align-items: flex-start; gap: 16px; }
.df-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: var(--amber-dim);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}
.df-name { display: block; font-size: 0.9rem; font-weight: 500; color: var(--text); margin-bottom: 4px; }
.df-desc { font-size: 0.8rem; color: var(--text-2); line-height: 1.5; }

.dashboard-panel {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.4);
}
.dp-header {
  padding: 16px 20px;
  font-family: 'Syne', sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--text-2);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-bottom: 1px solid var(--border);
}
.dp-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--border);
}
.dp-metric {
  background: var(--surface);
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.dp-val {
  font-family: 'Syne', sans-serif;
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--text);
  line-height: 1;
}
.dp-lbl { font-size: 0.7rem; color: var(--text-2); }
.dp-change { font-size: 0.7rem; font-weight: 600; color: var(--green); }
.dp-chart {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  padding: 24px 20px 8px;
  height: 100px;
}
.dp-chart-bar {
  flex: 1;
  background: linear-gradient(to top, var(--amber), rgba(255,184,0,0.4));
  border-radius: 4px 4px 0 0;
  min-height: 20px;
}
.dp-chart-label {
  padding: 8px 20px 16px;
  font-size: 0.7rem;
  color: var(--text-3);
  border-top: 1px solid var(--border);
}

/* ── PROCESS ── */
.process-section { padding: 120px 0; }
.process-steps {
  display: flex;
  align-items: center;
  gap: 0;
  margin-bottom: 72px;
}
.process-step { flex: 1; }
.step-num {
  font-family: 'Syne', sans-serif;
  font-size: 0.65rem;
  font-weight: 700;
  color: var(--amber);
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}
.step-name {
  font-family: 'Syne', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 12px;
  letter-spacing: -0.01em;
}
.step-desc { font-size: 0.85rem; color: var(--text-2); line-height: 1.7; }
.step-connector {
  width: 60px;
  flex-shrink: 0;
  height: 1px;
  background: linear-gradient(90deg, var(--border), var(--amber), var(--border));
  margin: 0 24px;
}

.process-cta { }
.pcta-inner {
  background: var(--surface);
  border: 1px solid rgba(255,184,0,0.15);
  border-radius: 16px;
  padding: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.pcta-text {
  font-family: 'Syne', sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.btn-primary {
  display: inline-block;
  background: var(--amber);
  color: #0A0A0F;
  text-decoration: none;
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 14px 28px;
  border-radius: 8px;
  white-space: nowrap;
  transition: opacity 0.2s;
}
.btn-primary:hover { opacity: 0.85; }

/* ── MANIFESTO ── */
.manifesto-section {
  padding: 120px 0;
  background: var(--bg-2);
  border-top: 1px solid var(--border);
}
.manifesto-inner { max-width: 760px; margin: 0 auto; text-align: center; }
.manifesto-label {
  display: inline-block;
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--amber);
  font-family: 'Syne', sans-serif;
  font-weight: 600;
  margin-bottom: 32px;
}
.manifesto-text {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.6;
  color: var(--text);
  font-style: italic;
  margin-bottom: 28px;
}
.manifesto-sub {
  font-size: 0.95rem;
  color: var(--text-2);
  line-height: 1.8;
  margin-bottom: 48px;
}
.manifesto-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--amber), transparent);
  margin-bottom: 40px;
}
.manifesto-points {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: left;
  max-width: 400px;
  margin: 0 auto;
}
.mpoint {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.9rem;
  color: var(--text-2);
}
.mpoint-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--amber-dim);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* ── CLOSING ── */
.closing-section { padding: 120px 0 160px; }
.closing-inner { text-align: center; }
.closing-headline {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  line-height: 1.2;
  letter-spacing: -0.02em;
  max-width: 700px;
  margin: 0 auto 28px;
}
.closing-sub {
  font-size: 1rem;
  color: var(--text-2);
  line-height: 1.8;
  max-width: 580px;
  margin: 0 auto 64px;
}
.closing-vision {
  display: flex;
  align-items: center;
  gap: 24px;
  max-width: 480px;
  margin: 0 auto;
}
.vision-line { flex: 1; height: 1px; background: var(--border); }
.vision-text {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--amber);
  font-family: 'Syne', sans-serif;
  font-weight: 600;
  white-space: nowrap;
}

/* ── FOOTER ── */
.site-footer {
  border-top: 1px solid var(--border);
  padding: 40px 0;
  background: var(--bg-2);
}
.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
}
.footer-tagline { font-size: 0.8rem; color: var(--text-3); }
.footer-meta { font-size: 0.8rem; color: var(--text-3); }

/* ── INDUSTRIES SECTION ── */
.industries-section {
  padding: 100px 0;
  background: var(--bg-1);
}
.industries-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 1100px) {
  .industries-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .industries-grid { grid-template-columns: 1fr; }
}
.industry-card {
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 28px;
  transition: border-color 0.2s;
}
.industry-card:hover {
  border-color: var(--amber);
}
.industry-icon {
  font-size: 2rem;
  margin-bottom: 16px;
}
.industry-card h3 {
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  color: var(--text-1);
  margin-bottom: 12px;
}
.industry-desc {
  font-size: 0.9rem;
  color: var(--text-2);
  line-height: 1.6;
  margin-bottom: 16px;
}
.industry-features {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}
.industry-features li {
  font-size: 0.85rem;
  color: var(--text-2);
  padding: 4px 0 4px 18px;
  position: relative;
}
.industry-features li::before {
  content: '→';
  position: absolute;
  left: 0;
  color: var(--amber);
}
.industry-cta {
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--amber);
  text-decoration: none;
  transition: opacity 0.2s;
}
.industry-cta:hover { opacity: 0.8; }

/* ── HERO TRUST BAR ── */
.hero-trust-bar {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.trust-badge-label {
  font-size: 0.75rem;
  color: var(--text-3);
  white-space: nowrap;
}
.trust-badges {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}
.trust-badge {
  font-size: 0.7rem;
  font-family: 'Syne', sans-serif;
  font-weight: 600;
  color: var(--amber);
  background: var(--amber-dim);
  padding: 3px 10px;
  border-radius: 100px;
  letter-spacing: 0.04em;
}
.trust-badge-sep { color: var(--text-3); font-size: 0.7rem; }

/* ── HERO STAT BAR ── */
.hero-stat-bar {
  display: flex;
  align-items: center;
  gap: 20px;
  background: var(--amber-dim);
  border: 1px solid rgba(255,184,0,0.15);
  border-radius: 10px;
  padding: 14px 24px;
}
.hstat { display: flex; flex-direction: column; }
.hstat-num {
  font-family: 'Syne', sans-serif;
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--amber);
  line-height: 1;
}
.hstat-lbl { font-size: 0.68rem; color: var(--text-2); letter-spacing: 0.05em; margin-top: 2px; }
.hstat-sep { width: 1px; height: 32px; background: rgba(255,184,0,0.2); flex-shrink: 0; }

/* ── SOCIAL PROOF ── */
.social-proof-section {
  padding: 80px 0;
  background: var(--bg-2);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.sp-header { margin-bottom: 40px; }
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.testimonial-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 28px;
  position: relative;
  transition: border-color 0.2s, transform 0.2s;
}
.testimonial-card:hover {
  border-color: rgba(255,184,0,0.2);
  transform: translateY(-2px);
}
.testimonial-card-accent {
  border-color: rgba(255,184,0,0.2);
  background: linear-gradient(135deg, var(--surface) 0%, rgba(255,184,0,0.04) 100%);
}
.testimonial-quote-mark {
  font-family: Georgia, serif;
  font-size: 3rem;
  color: var(--amber);
  line-height: 0.8;
  margin-bottom: 12px;
  opacity: 0.5;
}
.testimonial-text {
  font-size: 0.88rem;
  color: var(--text);
  line-height: 1.7;
  margin-bottom: 20px;
}
.testimonial-attribution {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-bottom: 12px;
}
.testimonial-name {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--text);
  font-family: 'Syne', sans-serif;
}
.testimonial-role { font-size: 0.72rem; color: var(--text-3); }
.testimonial-stars { display: flex; gap: 3px; }

/* ── RESULTS ── */
.results-section {
  padding: 80px 0;
  background: var(--surface);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.results-inner { text-align: center; }
.results-statement { margin-bottom: 48px; }
.results-label {
  display: inline-block;
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--amber);
  font-family: 'Syne', sans-serif;
  font-weight: 600;
  margin-bottom: 20px;
}
.results-headline {
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: var(--text);
  max-width: 760px;
  margin: 0 auto;
}
.results-num { color: var(--amber); }
.results-metrics {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.results-metric { display: flex; flex-direction: column; align-items: center; gap: 6px; }
.results-metric-val {
  font-family: 'Syne', sans-serif;
  font-size: 2rem;
  font-weight: 800;
  color: var(--amber);
  line-height: 1;
}
.results-metric-lbl { font-size: 0.75rem; color: var(--text-2); letter-spacing: 0.05em; }
.results-metric-div { width: 1px; height: 40px; background: var(--border); flex-shrink: 0; }

/* ── HOW IT WORKS (3-STEP) ── */
.how-works-section { padding: 120px 0; }
.how-works-steps {
  display: flex;
  align-items: flex-start;
  gap: 0;
}
.how-step {
  flex: 1;
  text-align: center;
}
.how-step-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--amber-dim);
  border: 1px solid rgba(255,184,0,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}
.how-step-num {
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--amber);
  font-family: 'Syne', sans-serif;
  font-weight: 600;
  margin-bottom: 12px;
}
.how-step-title {
  font-family: 'Syne', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 12px;
  letter-spacing: -0.01em;
  padding: 0 16px;
}
.how-step-desc {
  font-size: 0.82rem;
  color: var(--text-2);
  line-height: 1.7;
  padding: 0 16px;
}
.how-connector {
  display: flex;
  align-items: center;
  padding-top: 16px;
  flex-shrink: 0;
}

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .hero-container { grid-template-columns: 1fr; gap: 48px; }
  .hero-visual { display: none; }
  .services-grid { grid-template-columns: 1fr; }
  .industries-grid { grid-template-columns: 1fr; }
  .problem-stats-row { grid-template-columns: 1fr; gap: 28px; }
  .dashboard-inner { grid-template-columns: 1fr; gap: 48px; }
  .process-steps { flex-direction: column; gap: 32px; }
  .step-connector { width: 40px; height: 1px; margin: 0; }
  .pcta-inner { flex-direction: column; text-align: center; }
  .footer-inner { flex-direction: column; text-align: center; }
  .closing-vision { flex-direction: column; gap: 16px; }
  .vision-line { display: none; }
}
@media (max-width: 900px) {
  .testimonials-grid { grid-template-columns: 1fr; gap: 16px; }
  .results-metrics { flex-direction: column; gap: 24px; }
  .results-metric-div { display: none; }
  .how-works-steps { flex-direction: column; align-items: center; gap: 32px; }
  .how-connector { transform: rotate(90deg); }
}
@media (max-width: 600px) {
  .container { padding: 0 20px; }
  .hero-stats { flex-direction: column; align-items: flex-start; gap: 16px; }
  .stat-divider { display: none; }
  .dp-metrics { grid-template-columns: 1fr; }
  .hero-trust-bar { flex-direction: column; align-items: flex-start; gap: 8px; }
  .hero-stat-bar { flex-direction: column; align-items: flex-start; gap: 16px; }
  .hstat-sep { display: none; }
}