:root {
  --ink: #101722;
  --muted: #586174;
  --line: #e5eaf1;
  --panel: #ffffff;
  --bg: #f5f7fb;
  --navy: #071022;
  --blue: #1f4f9a;
  --blue-dark: #143a78;
  --soft-blue: #eef4ff;
  --gold: #c8a24a;
  --gold-soft: #f4ead2;
  --steel: #d7dee8;
  --radius: 22px;
  --shadow: 0 20px 60px rgba(11, 23, 48, .12);
}

* { 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(1120px, calc(100% - 40px)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}
.nav-wrap { display: flex; align-items: center; justify-content: space-between; min-height: 76px; }
.brand { display: flex; align-items: center; }
.brand-logo { width: 218px; height: auto; display: block; }
.brand-mark { display: none; }
.brand-text { display: none; }
.nav-menu { display: flex; align-items: center; gap: 26px; font-weight: 650; color: #303a4b; }
.nav-menu a { transition: color .2s ease; }
.nav-menu a:hover { color: var(--blue); }
.nav-toggle { display: none; }

.hero {
  padding: 90px 0 76px;
  background:
    radial-gradient(circle at top right, rgba(200,162,74,.22), transparent 30%),
    radial-gradient(circle at 10% 10%, rgba(31,79,154,.13), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f4f7fc 100%);
  border-bottom: 1px solid var(--line);
}
.hero-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 46px; align-items: center; }
.eyebrow, .section-label {
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .12em;
  margin: 0 0 12px;
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  font-size: clamp(42px, 6vw, 72px);
  line-height: .98;
  letter-spacing: -.065em;
  margin-bottom: 22px;
  color: var(--navy);
}
h2 { font-size: clamp(30px, 4vw, 44px); line-height: 1.08; letter-spacing: -.045em; margin-bottom: 18px; color: var(--navy); }
h3 { font-size: 20px; line-height: 1.25; margin-bottom: 10px; color: var(--navy); }
.lead { font-size: 20px; color: var(--muted); max-width: 680px; margin-bottom: 32px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 34px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 800;
  border: 1px solid transparent;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { color: white; background: var(--blue); box-shadow: 0 16px 34px rgba(29,78,216,.28); }
.btn-primary:hover { background: var(--blue-dark); }
.btn-secondary { background: white; color: var(--navy); border-color: var(--line); }
.btn-light { background: white; color: var(--navy); }

.company-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 0; max-width: 720px; }
.company-facts div {
  background: rgba(255,255,255,.72);
  border: 1px solid var(--line);
  padding: 15px;
  border-radius: 18px;
}
.company-facts dt { color: var(--muted); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.company-facts dd { margin: 3px 0 0; font-weight: 800; color: var(--navy); }

.hero-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 34px;
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}
.card-topline { height: 6px; width: 108px; border-radius: 999px; background: linear-gradient(90deg, var(--blue), var(--gold)); margin-bottom: 24px; }
.hero-logo { width: 235px; margin-bottom: 22px; }
.brand-panel::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  right: -82px;
  bottom: -82px;
  border-radius: 50%;
  background: rgba(200,162,74,.14);
}
.hero-card p, .body-copy, .section-heading p, .product-card p, .step p { color: var(--muted); }
.check-list { list-style: none; margin: 24px 0 0; padding: 0; display: grid; gap: 12px; }
.check-list li { position: relative; padding-left: 30px; font-weight: 700; color: #263144; }
.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--soft-blue);
  color: var(--blue);
  font-size: 13px;
}

.section { padding: 82px 0; }
.muted { background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.split { display: grid; grid-template-columns: .82fr 1.18fr; gap: 64px; align-items: start; }
.body-copy p:last-child { margin-bottom: 0; }
.section-heading { max-width: 730px; margin-bottom: 34px; }
.section-heading.narrow { max-width: 580px; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.product-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  min-height: 220px;
}
.product-card .icon {
  display: inline-flex;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  color: var(--navy);
  background: var(--gold-soft);
  margin-bottom: 22px;
}
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.step {
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
}
.step span {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: white;
  background: var(--navy);
  font-weight: 900;
  margin-bottom: 18px;
}

.cta-band { background: linear-gradient(135deg, var(--navy), #101c35); color: white; padding: 62px 0; }
.cta-band .section-label { color: #9db7ff; }
.cta-band h2 { color: white; }
.cta-band p { color: #d7def0; margin-bottom: 0; }
.cta-content { display: flex; align-items: center; justify-content: space-between; gap: 34px; }
.cta-content > div { max-width: 720px; }

.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; align-items: start; }
.contact-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 30px;
  box-shadow: 0 16px 44px rgba(11, 23, 48, .08);
}
.contact-card p { color: var(--muted); }
.contact-card a { color: var(--blue); font-weight: 800; }

.site-footer {
  padding: 34px 0;
  background: #071022;
  color: white;
}
.footer-logo { width: 205px; max-width: 100%; filter: brightness(0) invert(1); opacity: .98; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: start; }
.site-footer p { color: #bdc8dd; margin: 6px 0 0; }

@media (max-width: 880px) {
  .nav-toggle {
    display: inline-flex;
    border: 1px solid var(--line);
    background: white;
    border-radius: 999px;
    padding: 9px 14px;
    font-weight: 800;
  }
  .nav-menu {
    display: none;
    position: absolute;
    left: 20px;
    right: 20px;
    top: 76px;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: white;
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: var(--shadow);
    overflow: hidden;
  }
  .nav-menu.is-open { display: flex; }
  .nav-menu a { padding: 15px 18px; border-bottom: 1px solid var(--line); }
  .nav-menu a:last-child { border-bottom: 0; }
  .hero { padding-top: 58px; }
  .hero-grid, .split, .contact-grid, .footer-grid { grid-template-columns: 1fr; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .company-facts { grid-template-columns: 1fr; }
  .cta-content { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 28px, 1120px); }
  .hero-actions { flex-direction: column; }
  .btn { width: 100%; }
  .product-grid, .steps { grid-template-columns: 1fr; }
  .brand-logo { width: 188px; }
  .section { padding: 62px 0; }
}
