:root {
  --ink: #101827;
  --muted: #5f6978;
  --paper: #f7f5f0;
  --white: #ffffff;
  --orange: #f16822;
  --orange-dark: #c9470b;
  --navy: #16243a;
  --line: #d9dde4;
  --radius: 18px;
  --shadow: 0 18px 45px rgba(16, 24, 39, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}
a { color: inherit; }
.skip-link { position: absolute; left: -9999px; top: 8px; z-index: 100; background: #fff; padding: 10px; }
.skip-link:focus { left: 8px; }
.wrap { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.topbar { background: var(--navy); color: #fff; font-size: 14px; }
.topbar .wrap { min-height: 40px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.topbar a { color: #fff; text-decoration: none; font-weight: 700; }
.site-header { position: sticky; top: 0; z-index: 10; background: rgba(247,245,240,.96); border-bottom: 1px solid rgba(16,24,39,.1); backdrop-filter: blur(12px); }
.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-size: 20px; font-weight: 900; letter-spacing: -.03em; }
.brand-mark { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 11px; color: #fff; background: var(--orange); font-size: 16px; letter-spacing: -.04em; }
.nav-links { display: flex; align-items: center; gap: 22px; }
.nav-links a { text-decoration: none; font-size: 14px; font-weight: 750; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; padding: 0 22px; border-radius: 999px; text-decoration: none; font-weight: 850; border: 2px solid transparent; }
.button-primary { background: var(--orange); color: #fff; }
.button-primary:hover { background: var(--orange-dark); }
.button-secondary { border-color: var(--ink); background: transparent; }
.hero { padding: 88px 0 76px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 54px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--orange-dark); text-transform: uppercase; letter-spacing: .13em; font-size: 13px; font-weight: 900; }
.eyebrow::before { content: ""; width: 28px; height: 3px; border-radius: 4px; background: var(--orange); }
h1 { margin: 18px 0 20px; font-size: clamp(44px, 7vw, 80px); line-height: .98; letter-spacing: -.06em; max-width: 800px; }
.hero p { max-width: 650px; margin: 0; color: var(--muted); font-size: clamp(18px, 2vw, 21px); }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-card { position: relative; padding: 32px; border-radius: 28px; color: #fff; background: var(--navy); box-shadow: var(--shadow); }
.hero-card::after { content: "305"; position: absolute; right: 18px; bottom: -24px; color: rgba(255,255,255,.07); font-size: 118px; font-weight: 950; line-height: 1; }
.hero-card h2 { margin: 0 0 18px; font-size: 28px; }
.fact { padding: 16px 0; border-top: 1px solid rgba(255,255,255,.18); }
.fact:first-of-type { border-top: 0; }
.fact strong, .fact span { display: block; position: relative; z-index: 1; }
.fact span { color: #c8d0dc; font-size: 14px; }
.section { padding: 78px 0; }
.section-white { background: var(--white); }
.section-dark { color: #fff; background: var(--navy); }
.section-head { max-width: 720px; margin-bottom: 34px; }
.section h2 { margin: 10px 0 12px; font-size: clamp(32px, 4vw, 50px); line-height: 1.08; letter-spacing: -.045em; }
.section-head p { color: var(--muted); font-size: 18px; }
.section-dark .section-head p { color: #c7d0dd; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { min-height: 210px; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.service-card .num { color: var(--orange-dark); font-size: 13px; font-weight: 900; letter-spacing: .12em; }
.service-card h3 { margin: 24px 0 8px; font-size: 22px; }
.service-card p { margin: 0; color: var(--muted); }
.trust-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.trust-card { padding: 26px; border-radius: var(--radius); background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); }
.trust-card h3 { margin: 0 0 8px; }
.trust-card p { margin: 0; color: #c7d0dd; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.contact-card { padding: 30px; border-radius: var(--radius); background: #fff; border: 1px solid var(--line); }
.contact-card h3 { margin-top: 0; font-size: 24px; }
.contact-card p { color: var(--muted); }
.hours { display: grid; grid-template-columns: 1fr auto; gap: 10px 24px; }
.hours div:nth-child(even) { font-weight: 800; }
.legal { max-width: 840px; padding: 64px 0 90px; }
.legal h1 { font-size: clamp(40px, 6vw, 64px); }
.legal h2 { margin-top: 38px; font-size: 25px; letter-spacing: -.02em; }
.legal p, .legal li { color: #3f4856; }
.legal li + li { margin-top: 8px; }
.notice { padding: 18px 20px; border-left: 4px solid var(--orange); background: #fff; border-radius: 0 12px 12px 0; }
.site-footer { padding: 42px 0; color: #c7d0dd; background: #0c1421; font-size: 14px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .6fr; gap: 30px; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px; }
.footer-links a { color: #fff; }
.small { font-size: 13px; }

@media (max-width: 820px) {
  .topbar .wrap { padding: 8px 0; align-items: flex-start; flex-direction: column; gap: 2px; }
  .nav { min-height: 68px; }
  .nav-links a:not(.button) { display: none; }
  .hero { padding: 58px 0; }
  .hero-grid, .contact-grid { grid-template-columns: 1fr; }
  .grid-3 { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
}

@media (max-width: 480px) {
  .wrap { width: min(100% - 28px, 1120px); }
  .brand { font-size: 17px; }
  .button { width: 100%; }
  .nav .button { width: auto; min-height: 42px; padding: 0 15px; }
  .hero-card { padding: 24px; }
}
