:root {
  --bg: #ffffff;
  --panel: #f8fafc;
  --ink: #071735;
  --muted: #475569;
  --line: #e2e8f0;
  --brand: #0b66e4;
  --brand-dark: #064bb3;
  --navy: #071735;
  --soft-blue: #eff6ff;
  --shadow: 0 18px 45px rgba(7, 23, 53, 0.08);
  --radius: 22px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: var(--bg); line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1200px, calc(100% - 40px)); margin: 0 auto; }
.section-padding { padding: 86px 0; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--line); backdrop-filter: blur(10px); }
.navbar { min-height: 96px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; font-weight: 900; letter-spacing: -0.03em; }
.brand-image img { width: 178px; height: auto; }
.brand-footer img { width: 150px; height: auto; background: white; border-radius: 12px; padding: 6px; }
.logo-mark { width: 46px; height: 46px; border-radius: 14px; display: grid; place-items: center; color: white; background: var(--navy); font-weight: 900; }
.brand-text { font-size: 1.12rem; margin-left: 12px; }
.nav-links { display: flex; align-items: center; gap: 22px; font-weight: 800; }
.nav-links a { color: #101828; padding: 10px 0; border-bottom: 3px solid transparent; }
.nav-links a:hover, .nav-links a.active { color: var(--brand); border-bottom-color: var(--brand); }
.nav-links .nav-cta { border: 0; border-radius: 8px; padding: 14px 22px; color: white; background: var(--brand); box-shadow: 0 10px 25px rgba(11,102,228,.16); }
.nav-links .nav-cta:hover { color: white; background: var(--brand-dark); border-bottom-color: transparent; }
.nav-toggle { display: none; background: transparent; border: 0; padding: 8px; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--ink); margin: 5px 0; }
.home-hero { min-height: 600px; border-bottom: 1px solid var(--line); background: #ffffff; overflow: hidden; }
.hero-layout { display: grid; grid-template-columns: .92fr 1.08fr; gap: 48px; align-items: center; padding: 70px 0 62px; }
.hero-copy h1 { font-size: clamp(2.4rem, 4.7vw, 4.7rem); line-height: 1.15; letter-spacing: -0.055em; margin: 0; color: var(--navy); }
.hero-copy h1 span { color: var(--brand); }
.hero-copy p { font-size: 1.2rem; color: #26364f; max-width: 620px; margin: 24px 0 28px; }
.benefit-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; max-width: 760px; margin: 24px 0 30px; }
.benefit-strip div { min-height: 104px; padding: 0 18px; display: grid; align-content: center; justify-items: center; text-align: center; border-right: 1px solid var(--line); }
.benefit-strip div:first-child { padding-left: 0; }
.benefit-strip div:last-child { border-right: 0; }
.benefit-strip strong { display: block; font-size: .95rem; line-height: 1.45; color: var(--navy); }
.line-icon { color: var(--brand); font-size: 2.25rem; line-height: 1; font-weight: 900; margin-bottom: 10px; }
.line-icon.large { font-size: 2.7rem; margin-bottom: 14px; }
.hero-actions, .button-row { display: flex; flex-wrap: wrap; gap: 16px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 28px; border-radius: 6px; font-weight: 900; border: 1px solid transparent; transition: .2s ease; }
.btn-primary { background: var(--brand); color: white; box-shadow: 0 12px 25px rgba(11,102,228,.18); }
.btn-primary:hover { background: var(--brand-dark); transform: translateY(-1px); }
.btn-secondary { background: white; color: var(--brand); border-color: var(--brand); }
.btn-secondary:hover { background: var(--soft-blue); }
.btn-light { background: white; color: var(--brand); }
.hero-visual { position: relative; min-height: 430px; display: grid; place-items: center; }
.hero-visual img { position: relative; z-index: 2; width: min(680px, 100%); }
.map-pattern { position: absolute; inset: 0; background-color: #f8fbff; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22'%3E%3Ccircle cx='2' cy='2' r='1.2' fill='%23bfdbfe'/%3E%3C/svg%3E"); opacity: .65; border-radius: 28px; }
.stats-band { border-bottom: 1px solid var(--line); background: white; }
.stats-grid.compact { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat-item { display: grid; grid-template-columns: auto auto; column-gap: 18px; align-items: center; justify-content: center; padding: 34px 20px; border-right: 1px solid var(--line); }
.stat-item:last-child { border-right: 0; }
.stat-icon { color: var(--brand); font-size: 2rem; grid-row: span 2; }
.stat-item strong { color: var(--brand); font-size: 2rem; line-height: 1; letter-spacing: -0.04em; }
.stat-item p { margin: 2px 0 0; color: #1f2f48; }
.process-home { background: white; }
.section-heading { max-width: 760px; margin-bottom: 42px; }
.section-heading.center { text-align: center; margin-left: auto; margin-right: auto; }
.section-heading h2, h2, h3 { margin: 0; line-height: 1.1; letter-spacing: -0.045em; color: var(--navy); }
.section-heading h2, h2 { font-size: clamp(2rem, 4vw, 3.2rem); }
h3 { font-size: 1.08rem; }
p { color: var(--muted); margin: 0; }
.section-heading p { margin-top: 14px; font-size: 1.1rem; }
.timeline-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 42px; position: relative; }
.timeline-grid::before { content: ""; position: absolute; left: 6%; right: 6%; top: 36px; border-top: 2px dashed #cbd5e1; z-index: 0; }
.timeline-card { background: white; border: 1px solid var(--line); border-radius: 14px; padding: 32px 24px 24px; min-height: 160px; position: relative; z-index: 1; box-shadow: 0 8px 25px rgba(7,23,53,.05); }
.step-number { position: absolute; top: -20px; left: -10px; width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: var(--brand); color: white; font-weight: 900; box-shadow: 0 8px 20px rgba(11,102,228,.22); }
.timeline-card p { margin-top: 8px; font-size: .95rem; }
.eyebrow { color: var(--brand); font-weight: 900; text-transform: uppercase; letter-spacing: .13em; font-size: .76rem; margin: 0 0 12px; }
.soft-section { background: var(--panel); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.split-section { display: grid; grid-template-columns: .95fr 1.05fr; gap: 48px; align-items: start; }
.cta-section { background: var(--navy); color: white; }
.cta-card { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.cta-card h2, .cta-card p { color: white; }
.cta-card p:not(.eyebrow) { opacity: .85; margin-top: 14px; }
.page-hero { background: var(--panel); border-bottom: 1px solid var(--line); padding: 76px 0; }
.page-hero-content { max-width: 820px; }
.page-hero h1 { font-size: clamp(2.3rem, 5vw, 4.2rem); line-height: 1.08; letter-spacing: -0.045em; margin: 0; }
.page-hero p:not(.eyebrow) { margin-top: 18px; font-size: 1.12rem; }
.feature-grid, .values-grid, .stats-grid, .process-grid, .contact-grid { display: grid; gap: 22px; }
.feature-grid { grid-template-columns: repeat(3, 1fr); }
.values-grid, .stats-grid { grid-template-columns: repeat(4, 1fr); }
.process-grid { grid-template-columns: repeat(3, 1fr); }
.contact-grid { grid-template-columns: 1.05fr .95fr; align-items: start; }
.dashboard-card, .feature-card, .story-card, .contact-card, .info-card, .step-card, .stat-card, .process-card { background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.feature-card, .stat-card, .step-card, .process-card, .info-card { padding: 24px; }
.icon-box { width: 46px; height: 46px; border-radius: 14px; display: grid; place-items: center; background: var(--soft-blue); color: var(--brand); font-weight: 900; margin-bottom: 22px; }
.feature-card h3, .story-card h3, .contact-card h3, .info-card h3, .step-card h3 { margin-bottom: 12px; }
.stat-card strong { display: block; font-size: 2rem; color: var(--brand); letter-spacing: -0.05em; }
.story-list { display: grid; gap: 22px; }
.story-card.row { display: grid; grid-template-columns: 220px 1fr 220px; gap: 24px; align-items: stretch; padding: 24px; }
.candidate-panel { background: var(--panel); border-radius: 18px; padding: 18px; border: 1px solid var(--line); }
.avatar { width: 64px; height: 64px; border-radius: 20px; background: var(--navy); color: white; display: grid; place-items: center; font-weight: 900; font-size: 1.25rem; margin-bottom: 14px; }
.candidate-panel strong { display: block; font-size: 1.1rem; }
.candidate-panel span, .result-box span { color: var(--muted); font-size: .92rem; display: block; }
.story-body p { margin-top: 12px; }
.contact-lines { margin-top: 14px; display: grid; gap: 7px; font-size: .92rem; color: var(--muted); }
.result-box { background: var(--soft-blue); border: 1px solid #bfdbfe; border-radius: 18px; padding: 18px; }
.result-box strong { color: var(--brand); font-size: 1.2rem; }
.form { display: grid; gap: 16px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
label { display: grid; gap: 7px; font-weight: 800; color: var(--ink); }
input, select, textarea { width: 100%; border: 1px solid var(--line); border-radius: 14px; padding: 13px 14px; font: inherit; color: var(--ink); background: white; }
textarea { min-height: 135px; resize: vertical; }
.form-status { display: none; margin-top: 4px; padding: 14px 16px; border-radius: 14px; font-weight: 800; }
.form-status.success { display: block; color: #065f46; background: #ecfdf5; border: 1px solid #a7f3d0; }
.form-status.error { display: block; color: #991b1b; background: #fef2f2; border: 1px solid #fecaca; }

input:focus, select:focus, textarea:focus { outline: 3px solid #dbeafe; border-color: var(--brand); }
.site-footer { background: #020617; color: white; padding: 38px 0; }
.footer-content { display: flex; justify-content: space-between; gap: 24px; align-items: center; }
.footer-content p { color: #cbd5e1; margin-top: 8px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 16px; color: #cbd5e1; font-weight: 700; }
@media (max-width: 980px) {
  .nav-toggle { display: block; }
  .nav-links { display: none; position: absolute; left: 20px; right: 20px; top: 96px; background: white; border: 1px solid var(--line); border-radius: 18px; padding: 12px; box-shadow: var(--shadow); flex-direction: column; align-items: stretch; gap: 0; }
  .nav-links.open { display: flex; }
  .nav-links a, .nav-links .nav-cta { border: 0; border-radius: 10px; padding: 12px 14px; background: transparent; color: var(--ink); box-shadow: none; }
  .hero-layout, .split-section, .contact-grid { grid-template-columns: 1fr; }
  .hero-visual { min-height: 300px; }
  .benefit-strip, .stats-grid.compact, .timeline-grid, .feature-grid, .values-grid, .stats-grid, .process-grid { grid-template-columns: 1fr 1fr; }
  .timeline-grid::before { display: none; }
  .story-card.row { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .container { width: min(100% - 28px, 1200px); }
  .navbar { min-height: 82px; }
  .brand-image img { width: 136px; }
  .nav-links { top: 82px; }
  .section-padding { padding: 62px 0; }
  .hero-layout { padding: 48px 0; }
  .benefit-strip, .stats-grid.compact, .timeline-grid, .feature-grid, .values-grid, .stats-grid, .process-grid, .form-row { grid-template-columns: 1fr; }
  .benefit-strip div { border-right: 0; border-bottom: 1px solid var(--line); padding: 18px 0; }
  .benefit-strip div:last-child { border-bottom: 0; }
  .stat-item { border-right: 0; border-bottom: 1px solid var(--line); justify-content: start; }
  .stat-item:last-child { border-bottom: 0; }
  .cta-card, .footer-content { flex-direction: column; align-items: flex-start; }
}
