:root {
  --navy: #0e1526; --panel: #16203a; --red: #e03a30; --ink: #101420; --mut: #66707f;
  --bg: #ffffff; --soft: #f2f4f8; --line: #e3e7ee;
}
* { box-sizing: border-box; }
body { margin: 0; font: 16px/1.6 -apple-system, 'Helvetica Neue', Arial, sans-serif; color: var(--ink); background: var(--bg); }
h1, h2, h3 { line-height: 1.15; letter-spacing: -.01em; margin-top: 0; }
h1 { font-size: clamp(34px, 5vw, 60px); font-weight: 800; }
h2 { font-size: clamp(26px, 3.4vw, 38px); font-weight: 800; }
a { color: var(--red); }
img { max-width: 100%; display: block; }
.wrap { max-width: 1140px; margin: 0 auto; padding: 0 24px; }
.kicker { font-weight: 700; font-size: 13px; letter-spacing: .14em; text-transform: uppercase; color: var(--red); margin-bottom: 12px; }
.btn { display: inline-block; background: var(--red); color: #fff; text-decoration: none; padding: 14px 30px; font-weight: 700; font-size: 15px; border-radius: 8px; border: 0; cursor: pointer; }
.btn:hover { filter: brightness(1.08); }
.btn.dark { background: var(--navy); }
.btn.line { background: transparent; color: #fff; box-shadow: inset 0 0 0 2px rgba(255,255,255,.5); }

header.site { position: sticky; top: 0; z-index: 50; background: rgba(14,21,38,.92); backdrop-filter: blur(8px); }
header.site .wrap { display: flex; align-items: center; justify-content: space-between; padding-top: 12px; padding-bottom: 12px; }
.logo { height: 54px; }
nav.main { font-weight: 600; font-size: 15px; }
nav.main a { color: #cdd5e4; text-decoration: none; margin-left: 26px; }
nav.main a.on, nav.main a:hover { color: #fff; }
nav.main a.cta { background: var(--red); color: #fff; padding: 9px 18px; border-radius: 8px; }

.hero { background: var(--navy); color: #fff; overflow: hidden; }
.hero .wrap { display: grid; grid-template-columns: 1.05fr .95fr; gap: 50px; align-items: center; padding-top: 80px; padding-bottom: 80px; }
.hero p.lead { font-size: 19px; color: #b9c3d6; max-width: 520px; }
.hero .imgstack { position: relative; }
.hero .imgstack img { border-radius: 14px; box-shadow: 0 24px 60px rgba(0,0,0,.45); }
.hero .badge { position: absolute; bottom: -18px; left: -18px; background: #fff; color: var(--ink); border-radius: 12px; padding: 12px 18px; font-weight: 700; box-shadow: 0 10px 30px rgba(0,0,0,.3); }
.hero .badge small { display: block; font-weight: 500; color: var(--mut); }
.stars { color: #f5b301; letter-spacing: 1px; }

.statband { background: var(--red); color: #fff; }
.statband .wrap { display: grid; grid-template-columns: repeat(4, 1fr); text-align: center; padding-top: 26px; padding-bottom: 26px; gap: 12px; }
.statband b { display: block; font-size: 32px; }
.statband span { font-size: 13px; text-transform: uppercase; letter-spacing: .08em; opacity: .85; }

section { padding: 84px 0; }
section.soft { background: var(--soft); }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.split img { border-radius: 14px; }
.steps { counter-reset: s; display: grid; gap: 18px; margin: 26px 0; padding: 0; list-style: none; }
.steps li { position: relative; padding-left: 58px; }
.steps li::before { counter-increment: s; content: counter(s); position: absolute; left: 0; top: 0; width: 40px; height: 40px; border-radius: 10px; background: var(--navy); color: #fff; font-weight: 800; display: flex; align-items: center; justify-content: center; }
.steps b { display: block; }
.steps span { color: var(--mut); font-size: 15px; }
.grid3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 34px; }
.tile { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 26px; }
.tile h3 { font-size: 18px; margin-bottom: 6px; }
.tile p { color: var(--mut); font-size: 15px; margin: 0; }
.chip { display: inline-block; background: var(--soft); border-radius: 999px; padding: 7px 16px; font-size: 14px; font-weight: 600; margin: 4px 6px 4px 0; }
.quote { background: var(--navy); color: #fff; border-radius: 14px; padding: 30px; }
.quote p { font-size: 17px; }
.quote small { color: #b9c3d6; }

.cta { background: var(--navy); color: #fff; text-align: center; border-radius: 0; }
.cta p { color: #b9c3d6; max-width: 540px; margin: 0 auto 28px; }

.tgrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 30px; }
.person { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 24px 16px; text-align: center; }
.person .ava { width: 76px; height: 76px; border-radius: 50%; background: linear-gradient(135deg, var(--navy), #2a3b63); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 22px; margin: 0 auto 10px; }
.person b { display: block; }
.person span { color: var(--mut); font-size: 13px; display: block; }
.person a { font-size: 13px; text-decoration: none; }

.cgrid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 50px; align-items: start; }
form.contact { display: grid; gap: 14px; }
form.contact input, form.contact textarea { width: 100%; padding: 13px; border: 1px solid var(--line); border-radius: 8px; font: 15px inherit; }
.nap { background: var(--soft); border-radius: 14px; padding: 26px; font-size: 15px; }
.nap dt { font-weight: 700; margin-top: 14px; }
.nap dd { margin: 2px 0 0; color: var(--mut); }
iframe.map { width: 100%; height: 280px; border: 0; border-radius: 14px; margin-top: 20px; }

footer.site { background: var(--navy); color: #b9c3d6; font-size: 14px; padding: 48px 0; }
footer.site .wrap { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; }
footer.site a { color: #fff; text-decoration: none; }
footer.site .fine { grid-column: 1 / -1; border-top: 1px solid #26324e; padding-top: 18px; margin-top: 8px; font-size: 12px; }

@media (max-width: 900px) {
  .hero .wrap, .split, .cgrid { grid-template-columns: 1fr; }
  .statband .wrap { grid-template-columns: repeat(2, 1fr); }
  .grid3 { grid-template-columns: 1fr; }
  .tgrid { grid-template-columns: repeat(2, 1fr); }
  nav.main a:not(.cta) { display: none; }
}
