/* ─── RESET & BASE ─────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  color: #0f172a;
  background: #ffffff;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

/* ─── LAYOUT HELPERS ──────────────────────────── */
.container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 32px;
}
.section { padding: 96px 0; }
.section-sm { padding: 64px 0; }

/* ─── TYPOGRAPHY ──────────────────────────────── */
.eyebrow {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1a4fd6;
  margin-bottom: 16px;
}
h1 { font-size: clamp(36px, 5vw, 60px); font-weight: 800; line-height: 1.1; letter-spacing: -0.03em; }
h2 { font-size: clamp(28px, 3.5vw, 42px); font-weight: 700; line-height: 1.2; letter-spacing: -0.02em; }
h3 { font-size: 20px; font-weight: 600; line-height: 1.3; }
p { color: #475569; line-height: 1.7; }
.text-lg { font-size: 18px; }
.text-sm { font-size: 14px; }

/* ─── BUTTONS ─────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  border: none;
  white-space: nowrap;
}
.btn-primary {
  background: #1a4fd6;
  color: #ffffff;
}
.btn-primary:hover { background: #1539b3; transform: translateY(-1px); box-shadow: 0 8px 24px rgba(26, 79, 214, 0.25); }
.btn-outline {
  background: transparent;
  color: #0f172a;
  border: 1.5px solid #cbd5e1;
}
.btn-outline:hover { border-color: #1a4fd6; color: #1a4fd6; }
.btn-outline.btn-white-text {
  color: #ffffff;
  border-color: #ffffff;
}
.btn-outline.btn-white-text:hover { border-color: #1a4fd6; color: #1a4fd6; }
.btn-white {
  background: #ffffff;
  color: #1a4fd6;
}
.btn-white:hover { background: #eff6ff; transform: translateY(-1px); }
.btn-lg { padding: 16px 36px; font-size: 16px; }

/* ─── NAV ─────────────────────────────────────── */
nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid #e2e8f0;
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
}
.nav-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 20px;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.03em;
}
.nav-logo img {
  height: 40px;
  width: auto;
}
.nav-logo span { color: #1a4fd6; }
.nav-links {
  display: flex;
  align-items: center;
  gap: 32px;
  list-style: none;
}
.nav-links a {
  font-size: 14px;
  font-weight: 500;
  color: #475569;
  transition: color 0.15s;
}
.nav-links a:hover { color: #0f172a; }
.nav-cta { display: flex; align-items: center; gap: 16px; }

/* ─── HERO ────────────────────────────────────── */
.hero {
  background: linear-gradient(160deg, #f8fafc 0%, #eff6ff 60%, #f0fdf4 100%);
  padding: 100px 0 80px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  top: -200px; right: -200px;
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(26,79,214,0.06) 0%, transparent 70%);
  pointer-events: none;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  color: #1a4fd6;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 100px;
  margin-bottom: 32px;
}
.hero-badge .dot { width: 6px; height: 6px; background: #1a4fd6; border-radius: 50%; }
.hero h1 {
  max-width: 820px;
  margin: 0 auto 24px;
  color: #0f172a;
}
.hero h1 .highlight { color: #1a4fd6; }
.hero-subhead {
  font-size: clamp(20px, 2.2vw, 28px);
  font-weight: 600;
  color: #1a4fd6;
  margin: 20px 0 8px;
  letter-spacing: -0.01em;
}
.hero .subtitle {
  max-width: 640px;
  margin: 0 auto 40px;
  font-size: 18px;
  color: #475569;
  line-height: 1.7;
}
.hero-ctas {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.hero-note {
  margin-top: 20px;
  font-size: 13px;
  color: #94a3b8;
}

/* ─── LOGO BAR ────────────────────────────────── */
.logo-bar {
  background: #ffffff;
  padding: 40px 0;
  border-bottom: 1px solid #f1f5f9;
}
.logo-bar-label {
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #94a3b8;
  margin-bottom: 28px;
}
.logos-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 56px;
  flex-wrap: wrap;
}
.logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.5;
  filter: grayscale(100%);
  transition: opacity 0.2s, filter 0.2s;
}
.logo-item:hover { opacity: 0.85; filter: grayscale(0%); }
.logo-item img { height: 36px; width: auto; object-fit: contain; }
.logo-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.1;
}
.logo-text .name {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #0f172a;
}
.logo-text .sub {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #475569;
  margin-top: 2px;
}
.logo-text.anthem .name { color: #003087; }
.logo-text.kone .name { letter-spacing: 0.12em; font-size: 22px; }
.logo-text.techcu .name { color: #1a6b3c; }
.logo-text.ge .name { font-weight: 700; color: #3366cc; font-size: 24px; }

/* ─── TRUST BAR ───────────────────────────────── */
.trust-bar {
  background: #0f172a;
  padding: 20px 0;
}
.trust-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-wrap: wrap;
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 24px;
  font-size: 13px;
  font-weight: 500;
  color: #94a3b8;
  border-right: 1px solid #1e293b;
}
.trust-item:last-child { border-right: none; }
.trust-item .check { color: #22c55e; font-size: 14px; }

/* ─── PROBLEM SECTION ─────────────────────────── */
.problem { background: #f8fafc; }
.problem-intro {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 64px;
}
.problem-intro h2 { margin-bottom: 16px; }
.options-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 48px;
}
.option-card {
  background: #ffffff;
  border: 1.5px solid #e2e8f0;
  border-radius: 16px;
  padding: 32px;
  position: relative;
}
.option-card.fails { opacity: 0.85; }
.option-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 100px;
  margin-bottom: 20px;
}
.option-label.red { background: #fef2f2; color: #dc2626; }
.option-label.orange { background: #fff7ed; color: #ea580c; }
.option-label.purple { background: #faf5ff; color: #9333ea; }
.option-card h3 { margin-bottom: 12px; }
.option-card .desc { font-size: 14px; color: #64748b; margin-bottom: 20px; line-height: 1.6; }
.option-checks { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.option-checks li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 500;
}
.option-checks li .x { color: #dc2626; font-size: 15px; }
.option-checks li .check-g { color: #16a34a; font-size: 15px; }
.option-checks li .part { color: #d97706; font-size: 15px; }
.option-checks li .label { color: #475569; }

.godo-card {
  background: #0f172a;
  border: 2px solid #1a4fd6;
  border-radius: 16px;
  padding: 48px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.godo-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, #1a4fd6, #3b82f6, #22c55e);
}
.godo-card-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(26,79,214,0.2);
  border: 1px solid rgba(26,79,214,0.4);
  color: #93c5fd;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 100px;
  margin-bottom: 24px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.godo-card h2 { color: #ffffff; margin-bottom: 16px; }
.godo-card .desc { color: #94a3b8; font-size: 17px; max-width: 700px; margin: 0 auto 36px; }
.godo-checks {
  display: flex;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.godo-check-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #e2e8f0;
}
.godo-check-item .icon { color: #22c55e; font-size: 16px; }

/* ─── COMPARISON TABLE ────────────────────────── */
.comparison-wrap { overflow-x: auto; margin-top: 64px; }
table.comparison {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
table.comparison th, table.comparison td {
  padding: 14px 20px;
  text-align: center;
  border-bottom: 1px solid #e2e8f0;
}
table.comparison th { font-weight: 600; font-size: 13px; color: #475569; background: #f8fafc; }
table.comparison th.godo-col { background: #eff6ff; color: #1a4fd6; }
table.comparison td:first-child { text-align: left; font-weight: 500; color: #0f172a; }
table.comparison td.godo-col { background: #f0f9ff; font-weight: 600; color: #1a4fd6; }
.yes { color: #16a34a; font-size: 18px; }
.no { color: #dc2626; font-size: 18px; }
.partial { color: #d97706; font-size: 16px; font-weight: 700; }
table.comparison td.text-cell { font-size: 13px; font-weight: 500; color: #475569; line-height: 1.4; }
table.comparison td.text-cell.godo-col { color: #1a4fd6; font-weight: 600; }
table.comparison td.text-cell.good { color: #16a34a; }
table.comparison td.text-cell.bad { color: #dc2626; }
table.comparison td.text-cell.mid { color: #d97706; }

/* ─── HOW IT WORKS ────────────────────────────── */
.how-it-works { background: #ffffff; }
.hiw-intro {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 64px;
}
.hiw-intro h2 { margin-bottom: 16px; }
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  position: relative;
}
.steps::before {
  content: '';
  position: absolute;
  top: 32px; left: calc(16.66% + 20px); right: calc(16.66% + 20px);
  height: 2px;
  background: linear-gradient(90deg, #e2e8f0, #1a4fd6 50%, #e2e8f0);
  z-index: 0;
}
.step { text-align: center; position: relative; z-index: 1; }
.step-num {
  width: 64px; height: 64px;
  background: #ffffff;
  border: 2px solid #1a4fd6;
  color: #1a4fd6;
  font-size: 20px;
  font-weight: 800;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
}
.step h3 { margin-bottom: 12px; }
.step p { font-size: 15px; }

/* ─── USE CASES ───────────────────────────────── */
.use-cases { background: #f8fafc; }
.uc-intro {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 56px;
}
.uc-intro h2 { margin-bottom: 16px; }
.uc-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.uc-card {
  background: #ffffff;
  border: 1.5px solid #e2e8f0;
  border-radius: 16px;
  padding: 36px;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.uc-card:hover {
  border-color: #1a4fd6;
  box-shadow: 0 8px 32px rgba(26,79,214,0.08);
}
.uc-card-featured {
  border-color: #1a4fd6;
  background: linear-gradient(135deg, #f8faff 0%, #ffffff 100%);
  grid-column: 1 / -1;
}
.uc-card-featured h3 { color: #1a4fd6; }
.uc-card-featured .uc-footer { flex-wrap: wrap; gap: 8px; }
.uc-hook {
  font-size: 17px;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 12px;
  line-height: 1.4;
}
.uc-problem {
  font-size: 15px;
  color: #475569;
  margin-bottom: 20px;
  line-height: 1.65;
}
.uc-divider {
  border: none;
  border-top: 1px solid #e2e8f0;
  margin: 20px 0;
}
.uc-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 40px;
  margin-bottom: 20px;
}
@media (max-width: 640px) { .uc-cols { grid-template-columns: 1fr; } }
.uc-col-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1a4fd6;
  margin-bottom: 10px;
  grid-column: 1 / -1;
}
.uc-bullets {
  list-style: none;
  padding: 0;
  margin: 0;
  display: contents;
}
.uc-bullets li {
  font-size: 14px;
  color: #334155;
  line-height: 1.55;
  padding-left: 18px;
  position: relative;
}
.uc-bullets li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: #1a4fd6;
  font-size: 12px;
  top: 1px;
}
.uc-result {
  background: #eff6ff;
  border-left: 3px solid #1a4fd6;
  border-radius: 0 8px 8px 0;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 600;
  color: #1e3a8a;
  margin-top: 4px;
  margin-bottom: 20px;
}
.uc-icon {
  width: 44px; height: 44px;
  background: #eff6ff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 20px;
}
.uc-card h3 { margin-bottom: 12px; }
.uc-card p { font-size: 15px; margin-bottom: 20px; }
.uc-footer {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-top: 20px;
  border-top: 1px solid #f1f5f9;
  font-size: 13px;
  font-weight: 600;
  color: #1a4fd6;
}
.uc-tag {
  display: inline-block;
  background: #f0fdf4;
  color: #16a34a;
  font-size: 12px;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 100px;
  border: 1px solid #bbf7d0;
  margin-right: 8px;
}

/* ─── AI ASSEMBLY EXPLAINER ───────────────────── */
.ai-section { background: #0f172a; color: #ffffff; }
.ai-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.ai-text .eyebrow { color: #93c5fd; }
.ai-text h2 { color: #ffffff; margin-bottom: 24px; }
.ai-text p { color: #94a3b8; margin-bottom: 20px; font-size: 16px; }
.ai-points { list-style: none; display: flex; flex-direction: column; gap: 16px; margin-top: 32px; }
.ai-points li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.ai-points .bullet {
  flex-shrink: 0;
  width: 28px; height: 28px;
  background: rgba(26,79,214,0.2);
  border: 1px solid rgba(26,79,214,0.4);
  color: #93c5fd;
  font-size: 14px;
  font-weight: 700;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}
.ai-points .point-text h4 { color: #f1f5f9; font-size: 15px; margin-bottom: 4px; }
.ai-points .point-text p { font-size: 14px; color: #64748b; margin: 0; }

.ai-visual {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ai-vs-card {
  border-radius: 14px;
  padding: 24px;
}
.ai-vs-card.bad {
  background: rgba(220,38,38,0.08);
  border: 1px solid rgba(220,38,38,0.2);
}
.ai-vs-card.good {
  background: rgba(26,79,214,0.12);
  border: 1px solid rgba(26,79,214,0.3);
}
.ai-vs-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.ai-vs-card.bad .ai-vs-label { color: #f87171; }
.ai-vs-card.good .ai-vs-label { color: #93c5fd; }
.ai-vs-card h4 { font-size: 15px; margin-bottom: 8px; }
.ai-vs-card.bad h4 { color: #fca5a5; }
.ai-vs-card.good h4 { color: #bfdbfe; }
.ai-vs-card p { font-size: 13px; line-height: 1.6; }
.ai-vs-card.bad p { color: #94a3b8; }
.ai-vs-card.good p { color: #7dd3fc; }
.ai-divider {
  text-align: center;
  font-size: 22px;
  color: #334155;
  margin: -4px 0;
}

/* ─── COMPLIANCE SECTION ──────────────────────── */
.compliance { background: #ffffff; }
.compliance-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
.compliance-text h2 { margin-bottom: 20px; }
.compliance-text p { margin-bottom: 16px; font-size: 16px; }
.compliance-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.cred-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 20px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
}
.cred-icon {
  width: 36px; height: 36px;
  background: #eff6ff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
}
.cred-text h4 { font-size: 14px; font-weight: 600; margin-bottom: 2px; }
.cred-text p { font-size: 12px; color: #64748b; margin: 0; }

/* ─── PROOF SECTION ───────────────────────────── */
.proof { background: #f8fafc; }
.proof-intro {
  text-align: center;
  max-width: 560px;
  margin: 0 auto 56px;
}
.proof-intro h2 { margin-bottom: 16px; }
.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.proof-card {
  background: #ffffff;
  border: 1.5px solid #e2e8f0;
  border-radius: 16px;
  padding: 36px;
}
.proof-stat {
  font-size: 42px;
  font-weight: 800;
  color: #1a4fd6;
  letter-spacing: -0.04em;
  line-height: 1;
  margin-bottom: 8px;
}
.proof-stat-label {
  font-size: 14px;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 16px;
}
.proof-quote {
  font-size: 15px;
  font-style: italic;
  color: #475569;
  line-height: 1.6;
  margin-bottom: 20px;
  border-left: 3px solid #1a4fd6;
  padding-left: 16px;
}
.proof-source {
  font-size: 13px;
  font-weight: 600;
  color: #64748b;
}
.proof-source span { color: #0f172a; }

/* ─── FINAL CTA ───────────────────────────────── */
.final-cta {
  background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 100%);
  color: #ffffff;
  text-align: center;
  padding: 80px 0;
}
.final-cta h2 { color: #ffffff; max-width: 680px; margin: 0 auto 20px; }
.final-cta p:not(.final-cta-sub) { color: #94a3b8; font-size: 18px; max-width: 560px; margin: 0 auto 32px; }
.final-cta-sub { margin-top: 14px; font-size: 14px; color: #64748b; }

/* ─── FOOTER ──────────────────────────────────── */
footer {
  background: #0f172a;
  border-top: 1px solid #1e293b;
  padding: 48px 0;
}
.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
}
.footer-logo { font-size: 18px; font-weight: 800; color: #ffffff; letter-spacing: -0.02em; }
.footer-logo span { color: #1a4fd6; }
.footer-links { display: flex; gap: 32px; }
.footer-links a { font-size: 14px; color: #64748b; transition: color 0.15s; }
.footer-links a:hover { color: #94a3b8; }
.footer-copy { font-size: 13px; color: #475569; }

/* ─── SCROLL ANIMATIONS ───────────────────────── */
.fade-up {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ─── RESPONSIVE ──────────────────────────────── */
@media (max-width: 900px) {
  .options-grid { grid-template-columns: 1fr; }
  .ai-inner { grid-template-columns: 1fr; gap: 48px; }
  .compliance-inner { grid-template-columns: 1fr; gap: 48px; }
  .proof-grid { grid-template-columns: 1fr; }
  .uc-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; gap: 32px; }
  .steps::before { display: none; }
  .nav-links { display: none; }
}
@media (max-width: 600px) {
  .container { padding: 0 20px; }
  .section { padding: 64px 0; }
  .hero { padding: 72px 0 56px; }
  .hero-ctas { flex-direction: column; align-items: stretch; text-align: center; }
  .trust-inner { gap: 0; }
  .trust-item { padding: 8px 16px; font-size: 12px; }
  .godo-checks { flex-direction: column; align-items: center; gap: 16px; }
  table.comparison { font-size: 12px; }
  table.comparison th, table.comparison td { padding: 10px 12px; }
  .compliance-grid { grid-template-columns: 1fr; }
}
