:root {
  --navy: #0b2545;
  --navy-2: #143a5f;
  --red: #b31f2f;
  --sky: #74acdf;
  --amber: #d6a437;
  --ink: #152033;
  --muted: #667085;
  --line: rgba(15, 23, 42, .14);
  --paper: #ffffff;
  --surface: #f5f7fa;
  --soft: #eef4f8;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--surface);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
:focus-visible { outline: 3px solid var(--sky); outline-offset: 3px; }
.skip {
  position: fixed;
  left: 12px;
  top: 12px;
  z-index: 100;
  transform: translateY(-140%);
  padding: 10px 12px;
  background: #fff;
  border: 1px solid var(--line);
  font-weight: 800;
}
.skip:focus { transform: translateY(0); }
.wrap { width: min(100% - 32px, 1180px); margin: 0 auto; }
.topline {
  background: var(--navy);
  color: rgba(255,255,255,.82);
  font-size: .84rem;
}
.topline-inner {
  min-height: 38px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.topline a { color: #fff; font-weight: 700; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}
.header-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}
.brand img { width: 168px; height: auto; }
.brand span { display: grid; line-height: 1.18; }
.brand strong { color: var(--navy); font-weight: 800; }
.brand small { color: var(--muted); font-size: .78rem; }
.main-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 18px;
}
.main-nav a {
  color: var(--navy);
  font-size: .92rem;
  font-weight: 700;
  padding: 8px 0;
  border-bottom: 2px solid transparent;
}
.main-nav a:hover,
.main-nav a[aria-current="page"] {
  color: var(--red);
  border-bottom-color: var(--red);
}
.menu-toggle {
  display: none;
  margin-left: auto;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--navy);
  border-radius: 6px;
  padding: 9px 12px;
  font-weight: 800;
}
.trust-strip {
  background: #071521;
  color: rgba(255,255,255,.84);
  border-bottom: 1px solid rgba(255,255,255,.12);
  font-size: .82rem;
}
.trust-strip-inner {
  min-height: 46px;
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
.trust-strip strong { color: #fff; }
.trust-strip a { color: var(--sky); font-weight: 800; margin-left: auto; }
.hero {
  position: relative;
  min-height: 660px;
  color: #fff;
  overflow: hidden;
  background: #071521;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--hero-image);
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
}
.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7,21,33,.94) 0%, rgba(11,37,69,.82) 44%, rgba(11,37,69,.38) 72%, rgba(7,21,33,.72) 100%),
    linear-gradient(180deg, rgba(116,172,223,.16), rgba(179,31,47,.16));
}
.hero-inner {
  position: relative;
  z-index: 1;
  min-height: 660px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 42px;
  align-items: center;
  padding: 78px 0;
}
.hero-copy { max-width: 760px; }
.eyebrow {
  margin: 0 0 12px;
  color: var(--sky);
  font-size: .9rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}
h1, h2, h3 {
  margin: 0;
  color: inherit;
  font-family: "Source Serif 4", Georgia, serif;
  letter-spacing: 0;
  line-height: 1.04;
}
h1 { font-size: 4.2rem; max-width: 820px; }
h2 { color: var(--navy); font-size: 2.55rem; }
h3 { color: var(--navy); font-size: 1.28rem; }
.lead {
  max-width: 720px;
  margin: 22px 0 0;
  color: rgba(255,255,255,.84);
  font-size: 1.16rem;
}
.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 7px;
  border: 1px solid transparent;
  font-weight: 800;
  cursor: pointer;
}
.btn-primary { background: var(--red); color: #fff; }
.btn-primary:hover { background: #941827; }
.btn-secondary {
  color: #fff;
  border-color: rgba(255,255,255,.42);
  background: rgba(255,255,255,.08);
}
.section .btn-secondary,
.cta-band .btn-secondary { color: var(--navy); border-color: var(--line); background: #fff; }
.hero-proof {
  align-self: end;
  display: grid;
  gap: 1px;
  background: rgba(255,255,255,.24);
  border: 1px solid rgba(255,255,255,.22);
}
.hero-proof div {
  background: rgba(7,21,33,.72);
  padding: 20px;
}
.hero-proof strong {
  display: block;
  color: #fff;
  font-size: 1.35rem;
  font-weight: 800;
}
.hero-proof span { color: rgba(255,255,255,.74); font-size: .92rem; }
.section { padding: 82px 0; }
.section-alt { background: #fff; }
.section-head {
  max-width: 860px;
  margin-bottom: 32px;
}
.section-head p:not(.eyebrow) {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 1.04rem;
}
.grid { display: grid; gap: 18px; }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.card,
.panel,
.notice,
.cta-band,
.cart-summary,
.cart-list,
.form {
  border: 1px solid var(--line);
  background: var(--paper);
  border-radius: 8px;
}
.card { padding: 24px; min-height: 100%; }
.card p,
.panel p,
.notice,
.cta-band p { color: var(--muted); }
.card p { margin: 12px 0 0; }
.tag {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 4px 9px;
  border-radius: 5px;
  background: var(--soft);
  color: var(--navy);
  font-size: .78rem;
  font-weight: 800;
}
.text-link {
  display: inline-flex;
  margin-top: 16px;
  color: var(--red);
  font-weight: 800;
}
.split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.panel { padding: 26px; }
.panel-warn { border-left: 5px solid var(--amber); }
.checklist {
  margin: 16px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
}
.checklist li {
  list-style: none;
  position: relative;
  padding-left: 24px;
  color: #344054;
}
.checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .65em;
  width: 9px;
  height: 9px;
  background: var(--sky);
  border-radius: 2px;
}
.standard-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.standard-list a,
.standard-list span,
.link-cloud a {
  display: grid;
  gap: 4px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}
.standard-list strong { color: var(--red); }
.standard-list span span,
.standard-list a span { color: var(--muted); font-size: .92rem; }
.link-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.link-cloud a {
  display: inline-flex;
  color: var(--navy);
  font-weight: 800;
}
.timeline {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
  counter-reset: step;
}
.timeline li {
  list-style: none;
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 16px;
  align-items: start;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}
.timeline li::before {
  counter-increment: step;
  content: counter(step, decimal-leading-zero);
  color: var(--red);
  font-weight: 900;
}
.timeline strong { color: var(--navy); }
.timeline span { color: var(--muted); display: block; }
.notice {
  padding: 22px;
  border-left: 5px solid var(--red);
}
.cta-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px;
}
.cta-band p { margin: 0; max-width: 760px; }
.form {
  max-width: 820px;
  padding: 26px;
  display: grid;
  gap: 18px;
}
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
label {
  display: grid;
  gap: 7px;
  color: var(--navy);
  font-size: .92rem;
  font-weight: 800;
}
input, select, textarea {
  width: 100%;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  padding: 11px 12px;
  color: var(--ink);
  background: #fff;
  font-weight: 500;
}
textarea { resize: vertical; }
.consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--muted);
  font-weight: 600;
  line-height: 1.5;
}
.consent input { width: auto; margin-top: 4px; }
.form-status { margin: 0; color: var(--muted); font-weight: 700; }
.cart-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 18px;
}
.cart-list,
.cart-summary { padding: 22px; }
.cart-empty { padding: 20px; }
.cart-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}
.cart-item:last-child { border-bottom: 0; }
.cart-btn,
.cart-btn-primary,
.cart-btn-ghost,
.cart-btn-remove {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 6px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--navy);
  font-weight: 800;
  cursor: pointer;
}
.cart-btn-primary { background: var(--red); color: #fff; border-color: var(--red); }
.cart-btn-block { width: 100%; margin-top: 10px; }
.cart-totals-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
}
.site-footer {
  background: #071521;
  color: rgba(255,255,255,.7);
  padding: 62px 0 26px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 34px;
}
.footer-grid img { width: 160px; height: auto; margin-bottom: 12px; filter: brightness(1.08); }
.footer-grid h2 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: .86rem;
  margin-bottom: 12px;
}
.footer-grid a {
  display: block;
  color: rgba(255,255,255,.76);
  padding: 4px 0;
}
.footer-grid a:hover { color: #fff; }
.footer-bottom {
  margin-top: 34px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.12);
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  font-size: .82rem;
}
@media (max-width: 980px) {
  h1 { font-size: 3.1rem; }
  h2 { font-size: 2.1rem; }
  .brand span { display: none; }
  .menu-toggle { display: inline-flex; }
  .main-nav {
    position: absolute;
    left: 16px;
    right: 16px;
    top: calc(100% + 8px);
    display: none;
    margin: 0;
    padding: 14px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 18px 44px rgba(15,23,42,.14);
    flex-direction: column;
    align-items: stretch;
  }
  .main-nav[data-open="true"] { display: flex; }
  .trust-strip a { margin-left: 0; }
  .hero,
  .hero-inner { min-height: auto; }
  .hero-inner { grid-template-columns: 1fr; padding: 58px 0 64px; }
  .hero-proof { align-self: stretch; }
  .grid-2,
  .grid-3,
  .split,
  .standard-list,
  .cart-layout,
  .footer-grid { grid-template-columns: 1fr; }
  .cta-band { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 620px) {
  .wrap { width: min(100% - 24px, 1180px); }
  .topline-inner { align-items: flex-start; flex-direction: column; padding: 9px 0; }
  .brand img { width: 142px; }
  .header-inner { min-height: 66px; }
  .trust-strip-inner { padding: 10px 0; }
  h1 { font-size: 2.35rem; }
  h2 { font-size: 1.75rem; }
  .lead { font-size: 1rem; }
  .section { padding: 58px 0; }
  .form-grid { grid-template-columns: 1fr; }
  .card, .panel, .form { padding: 20px; }
  .cart-item { grid-template-columns: 1fr; }
}

