:root {
  --royal: #2457D6;
  --royal-dark: #183EA5;
  --brown: #8B5E3C;
  --brown-dark: #6F4528;
  --cream: #F8F4EE;
  --sand: #E7D8C8;
  --white: #FFFFFF;
  --ink: #172033;
  --muted: #667085;
  --line: #E4E7EC;
  --navy: #111C3D;
  --shadow: 0 22px 60px rgba(23, 32, 51, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--cream);
  color: var(--ink);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(248, 244, 238, .92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(139,94,60,.14);
}
.nav-wrap {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-family: Manrope, sans-serif;
  font-weight: 800;
  letter-spacing: -.02em;
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  color: white;
  background: linear-gradient(135deg, var(--royal), var(--royal-dark));
  box-shadow: 0 10px 24px rgba(36,87,214,.25);
  font-size: 14px;
  border: 2px solid rgba(139,94,60,.35);
}
.nav { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 700; }
.nav a:not(.btn):hover { color: var(--royal); }
.menu-btn { display: none; border: 0; background: none; font-size: 28px; color: var(--ink); }

.hero {
  padding: 96px 0 84px;
  background:
    radial-gradient(circle at 85% 15%, rgba(36,87,214,.15), transparent 31%),
    radial-gradient(circle at 12% 20%, rgba(139,94,60,.12), transparent 27%),
    linear-gradient(180deg, #FBF8F3, #F6F0E8);
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  gap: 74px;
  align-items: center;
}
.eyebrow {
  margin: 0 0 16px;
  color: var(--royal);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
}
.eyebrow-light { color: #9DB8FF; }
h1, h2, h3 { font-family: Manrope, sans-serif; line-height: 1.12; margin-top: 0; }
h1 { font-size: clamp(46px, 7vw, 76px); letter-spacing: -.055em; margin-bottom: 22px; color: var(--navy); }
h2 { font-size: clamp(34px, 5vw, 52px); letter-spacing: -.04em; max-width: 760px; margin-bottom: 48px; }
h3 { font-size: 20px; letter-spacing: -.02em; margin-bottom: 12px; }
.hero-copy { max-width: 680px; font-size: 20px; color: var(--muted); margin: 0 0 32px; }
.hero-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 12px;
  background: var(--royal);
  color: #fff;
  font-weight: 800;
  box-shadow: 0 14px 30px rgba(36,87,214,.24);
  transition: .2s ease;
}
.btn:hover { transform: translateY(-2px); background: var(--royal-dark); }
.btn-small { min-height: 40px; padding: 0 16px; }
.brown-btn { background: var(--brown); box-shadow: 0 14px 30px rgba(139,94,60,.23); }
.brown-btn:hover { background: var(--brown-dark); }
.text-link { font-weight: 800; color: var(--brown-dark); }
.text-link:hover { color: var(--royal); }
.proof-row { display: flex; gap: 18px; flex-wrap: wrap; margin-top: 36px; color: var(--muted); font-size: 13px; font-weight: 700; }
.proof-row span::before { content: "✓"; color: var(--royal); margin-right: 7px; }

.workflow-card {
  background: var(--navy);
  color: white;
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 30px 80px rgba(17,28,61,.28);
  border: 1px solid rgba(139,94,60,.4);
}
.workflow-top { display: flex; align-items: center; gap: 9px; color: #D6E0FF; font-size: 13px; margin-bottom: 24px; }
.status-dot { width: 9px; height: 9px; border-radius: 50%; background: #78D2A2; box-shadow: 0 0 0 6px rgba(120,210,162,.12); }
.workflow-line { display: grid; gap: 10px; }
.node { padding: 16px 18px; border: 1px solid rgba(157,184,255,.25); background: rgba(255,255,255,.04); border-radius: 12px; font-weight: 700; }
.node.accent { border-color: rgba(139,94,60,.85); background: rgba(139,94,60,.22); }
.arrow { color: #8CA5E8; text-align: center; }

.logo-strip { padding: 20px 0; border-top: 1px solid rgba(139,94,60,.18); border-bottom: 1px solid rgba(139,94,60,.18); background: var(--white); }
.logo-strip p { margin: 0; text-align: center; color: var(--muted); font-size: 14px; }

.section { padding: 96px 0; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card {
  background: var(--white);
  border: 1px solid rgba(36,87,214,.12);
  border-radius: 18px;
  padding: 28px;
  transition: .2s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: rgba(139,94,60,.35); }
.card p, .step p, .split p, .contact-card p, footer p { color: var(--muted); }
.icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: rgba(36,87,214,.10);
  color: var(--royal);
  font-weight: 800;
  margin-bottom: 24px;
  border: 1px solid rgba(139,94,60,.18);
}

.section-dark {
  background: linear-gradient(135deg, var(--navy), #1A2E66);
  color: white;
}
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.step { padding: 28px 0; border-top: 1px solid rgba(255,255,255,.16); }
.step span {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--brown);
  color: white;
  font-weight: 800;
  margin-bottom: 22px;
}
.section-dark .step p { color: #B8C6EA; }

.split { display: grid; grid-template-columns: .95fr 1.05fr; gap: 80px; align-items: start; }
.large-copy { font-size: 24px; line-height: 1.45; color: var(--ink) !important; margin-top: 0; }

.contact-section { padding-top: 20px; }
.contact-card {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 50px;
  align-items: center;
  padding: 48px;
  border-radius: 24px;
  background: linear-gradient(135deg, #FFFFFF, #F3E9DE);
  border: 1px solid rgba(139,94,60,.32);
  box-shadow: var(--shadow);
}
.contact-card h2 { margin-bottom: 16px; color: var(--navy); }
.contact-actions { text-align: center; }
.small-note { font-size: 12px; margin-bottom: 0; }

footer { padding: 54px 0; background: #0C1530; color: white; }
.footer-wrap { display: grid; grid-template-columns: 1fr auto; gap: 34px; align-items: end; }
.footer-links { display: flex; gap: 24px; color: #D6E0FF; }
.copyright { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.13); padding-top: 22px; margin-bottom: 0; font-size: 13px; }

@media (max-width: 900px) {
  .hero-grid, .split, .contact-card { grid-template-columns: 1fr; }
  .cards { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: 1fr; }
  .nav { display: none; position: absolute; top: 74px; left: 20px; right: 20px; padding: 20px; border-radius: 14px; background: white; box-shadow: var(--shadow); flex-direction: column; align-items: stretch; }
  .nav.open { display: flex; }
  .menu-btn { display: block; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, 1120px); }
  .hero { padding: 72px 0 58px; }
  h1 { font-size: 48px; }
  .hero-copy { font-size: 18px; }
  .cards { grid-template-columns: 1fr; }
  .section { padding: 72px 0; }
  .contact-card { padding: 30px; }
  .footer-wrap { grid-template-columns: 1fr; align-items: start; }
}
