:root {
  --yellow: #ffb800;
  --yellow-2: #ffc83a;
  --ink: #111111;
  --muted: #5c5c5c;
  --bg: #ffffff;
  --gray: #f4f4f5;
  --line: #ececec;
  --pill: 999px;
  --shadow: 0 10px 30px rgba(17, 17, 17, 0.06);
  --header: 76px;
  --accent: #e8a317;
  --ink-soft: #5a554c;
  --ease: cubic-bezier(.22, 1, .36, 1);
  --sans: Inter, system-ui, -apple-system, "Segoe UI", sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body {
  margin: 0; padding: 0; background: var(--bg); color: var(--ink);
  font-family: var(--sans); font-size: 16px; line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input { font-family: inherit; }
button { cursor: pointer; border: 0; background: none; }
.skip { position: absolute; left: -999px; }
.wrap { width: min(1120px, calc(100% - 32px)); margin-inline: auto; }
.screen-reader-text {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); border: 0;
}
.site-header {
  position: sticky; top: 0; z-index: 100;
  height: var(--header); min-height: var(--header);
  background: #0c0b0a;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
body.nav-open::before {
  content: "";
  position: fixed; inset: 0;
  background: rgba(12,11,10,.4);
  z-index: 90;
}
.site-header .wrap { width: min(1180px, calc(100% - 32px)); }
.site-header__inner {
  display: flex;
  align-items: center;
  height: var(--header); min-height: var(--header);
  gap: 28px;
  position: relative;
}
.site-header .brand {
  display: inline-flex; align-items: center;
  flex-shrink: 0;
  transition: opacity .2s var(--ease);
}
.site-header .brand:hover { opacity: .8; }
.site-header .brand__logo,
.site-header img.site-logo {
  height: 47px; width: auto;
  max-width: 190px; max-height: 47px;
  object-fit: contain;
}
.nav { flex: 1; display: flex; justify-content: center; min-width: 0; }
.nav__list {
  display: flex; align-items: center;
  gap: .15rem; padding: 0; margin: 0; list-style: none;
  background: none; border: 0; box-shadow: none;
}
.nav__list > li { margin: 0; list-style: none; }
.nav__link {
  position: relative;
  display: inline-flex; align-items: center; justify-content: center;
  padding: .45rem .7rem .55rem;
  font-size: .875rem; font-weight: 500; letter-spacing: .01em; line-height: 1;
  color: rgba(255,255,255,.58); border-radius: 0; white-space: nowrap;
  transition: color .18s var(--ease);
}
.nav__link::after {
  content: "";
  position: absolute; left: .7rem; right: .7rem; bottom: .2rem;
  height: 1.5px; border-radius: 1px;
  background: var(--yellow);
  transform: scaleX(0);
  transition: transform .2s var(--ease);
}
.nav__link:hover { color: #fff; background: none; }
.nav__link:hover::after { transform: scaleX(1); }
.nav__list .current-menu-item > a,
.nav__list a[aria-current="page"] {
  color: #fff; font-weight: 600;
}
.nav__list .current-menu-item > a::after,
.nav__list a[aria-current="page"]::after {
  transform: scaleX(1);
}
.site-header__actions {
  display: flex; align-items: center; justify-content: flex-end;
  gap: .55rem; flex-shrink: 0; margin-left: auto;
}
.site-header .btn--quote {
  display: inline-flex; align-items: center; gap: .4rem;
  min-height: 42px; padding: 0 18px;
  font-size: .875rem; font-weight: 600; letter-spacing: .01em;
  background: var(--yellow); color: var(--ink);
  border: 0; border-radius: var(--pill);
  box-shadow: none;
}
.site-header .btn--quote:hover {
  background: var(--yellow-2); transform: none;
  box-shadow: none;
}
.btn--quote-icon { font-size: .95em; line-height: 1; transition: transform .2s var(--ease); }
.site-header .btn--quote:hover .btn--quote-icon { transform: translateX(2px); }
.nav-toggle {
  display: none;
  width: 42px; height: 42px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 10px;
  background: rgba(255,255,255,.06);
  padding: 0; cursor: pointer;
  flex-direction: column; align-items: center; justify-content: center; gap: 5px;
}
.nav-toggle:hover { background: rgba(255,255,255,.12); }
.nav-toggle span {
  display: block; width: 14px; height: 1.5px;
  background: #fff; border-radius: 2px;
  transition: transform .22s var(--ease), opacity .18s;
}
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }
@keyframes navIn {
  from { opacity: 0; transform: translateY(-6px); }
  to { opacity: 1; transform: translateY(0); }
}
.usa, .accent { color: var(--yellow); }
.lede { color: var(--muted); max-width: 40ch; }
.promo {
  background: var(--yellow); color: var(--ink); text-align: center;
  padding: 8px 12px; font-weight: 800; letter-spacing: .06em;
  text-transform: uppercase; font-size: .78rem;
}
.brands {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
  gap: 14px 22px; padding: 18px 0; color: #8a8a8a; font-weight: 800; letter-spacing: -.03em;
}
.brands .more { font-weight: 600; opacity: .7; }
.input-wrap {
  display: flex; align-items: center; gap: 10px; background: #fff;
  border: 1px solid #e6e6e6; border-radius: var(--pill); min-height: 56px;
  padding: 0 8px 0 18px; box-shadow: var(--shadow);
}
.input-wrap input {
  flex: 1; border: 0; outline: none; min-width: 0; font-size: 1rem;
  color: var(--ink); background: transparent; height: 54px;
}
.input-wrap.is-invalid { border-color: #e24b4b; }
.quote-box .btn { margin-top: 12px; }
.drawer { display: none; margin-top: 12px; background: #fff; border-radius: 18px; padding: 16px; box-shadow: var(--shadow); }
.drawer.is-open { display: grid; gap: 10px; }
.drawer label { font-size: .75rem; font-weight: 700; color: #666; }
.drawer input[type="text"],
.drawer input[type="email"],
.drawer input[type="tel"] {
  width: 100%; min-height: 46px; border: 1px solid #e6e6e6; border-radius: 12px; padding: 0 12px; font-size: 1rem;
}
.consent { display: flex; gap: 8px; align-items: flex-start; font-size: .82rem; color: #555; }
.hp { position: absolute; left: -9999px; opacity: 0; height: 0; width: 0; }
.toast {
  position: fixed; left: 50%; bottom: 24px; transform: translateX(-50%) translateY(20px);
  background: var(--ink); color: #fff; padding: 14px 18px; border-radius: 14px; font-weight: 700;
  opacity: 0; pointer-events: none; transition: .25s; z-index: 80; max-width: calc(100% - 32px);
}
.toast.is-on { opacity: 1; transform: translateX(-50%) translateY(0); }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 44px; padding: 0 18px; background: var(--yellow); color: var(--ink);
  font-weight: 800; border-radius: var(--pill); box-shadow: 0 6px 16px rgba(255,184,0,.28);
  transition: transform .18s ease, background .18s ease;
}
.btn:hover { background: var(--yellow-2); transform: translateY(-1px); }
.btn-block { width: 100%; min-height: 56px; font-size: .95rem; letter-spacing: .04em; text-transform: uppercase; }
.btn-header { font-size: .82rem; padding: 0 16px; }
.site-footer { padding: 28px 0 36px; border-top: 1px solid var(--line); color: #777; font-size: .88rem; }
.footer-inner { display: grid; gap: 16px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 14px 18px; }
.steps { display: grid; gap: 12px; }
.step { background: var(--gray); border-radius: 20px; padding: 20px; }
.step b { display: block; color: var(--yellow); font-size: 1.4rem; margin-bottom: 6px; }
@media (min-width: 760px) {
  .wrap { width: min(1120px, calc(100% - 48px)); }
  .site-header .wrap { width: min(1160px, calc(100% - 48px)); }
  .footer-inner { grid-template-columns: 1fr auto; }
  .steps { grid-template-columns: repeat(3, 1fr); gap: 16px; }
  .brands { justify-content: flex-start; }
}
.stats {
  display: grid; gap: 10px; margin: 20px 0;
}
.stat { background: var(--gray); border-radius: 18px; padding: 16px 18px; }
.stat b { display: block; font-size: 1.05rem; }
.stat span { color: var(--muted); font-size: .9rem; }
.paths { display: grid; gap: 12px; }
.path {
  background: var(--gray); border-radius: 20px; padding: 20px;
  display: block;
}
.path h3 { margin: 0 0 6px; font-size: 1.15rem; }
.path p { margin: 0; color: var(--muted); font-size: .95rem; }
.path .go { display: inline-block; margin-top: 10px; font-weight: 800; color: var(--ink); }
.why { display: grid; gap: 12px; }
.why article { background: var(--gray); border-radius: 20px; padding: 18px; }
.why h3 { margin: 0 0 6px; font-size: 1.05rem; }
.why p { margin: 0; color: var(--muted); }
@media (max-width: 1100px) {
  .nav__link { padding: .4rem .5rem .5rem; font-size: 12.5px; }
  .nav__link::after { left: .5rem; right: .5rem; }
  .site-header .btn--quote { padding: 0 14px; font-size: 12.5px; }
}
@media (max-width: 960px) {
  .site-header__inner { gap: 12px; }
  .nav {
    display: none;
    position: absolute;
    top: calc(var(--header) + 0.45rem);
    left: 1rem; right: 1rem;
    z-index: 120; justify-content: stretch; flex: none;
  }
  .nav.is-open { display: block; animation: navIn .22s var(--ease); }
  .nav__list {
    flex-direction: column; align-items: stretch;
    gap: .1rem; padding: .5rem;
    background: rgba(18,16,15,.92);
    backdrop-filter: blur(18px);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 16px;
    box-shadow: 0 18px 48px rgba(0,0,0,.4);
  }
  .nav__link {
    justify-content: flex-start;
    padding: .8rem 1rem; font-size: .95rem; border-radius: 12px;
    color: rgba(255,255,255,.78);
  }
  .nav__link::after { display: none; }
  .nav__link:hover { background: rgba(255,255,255,.07); color: #fff; }
  .nav__list .current-menu-item > a,
  .nav__list a[aria-current="page"] {
    background: rgba(255,184,0,.12); color: var(--yellow);
  }
  .nav-toggle { display: inline-flex; }
}
@media (max-width: 420px) {
  .site-header .btn--quote-label { font-size: .78rem; }
  .site-header .btn--quote { padding: 0 14px; min-height: 40px; }
}
@media (min-width: 760px) {
  .stats { grid-template-columns: repeat(3, 1fr); }
  .paths { grid-template-columns: repeat(3, 1fr); }
  .why { grid-template-columns: 1fr 1fr; }
}
