:root {
  --ink: #142033;
  --muted: #5d697a;
  --line: #dbe4ec;
  --paper: #ffffff;
  --soft: #f4f8fb;
  --navy: #082b5f;
  --blue: #1264d8;
  --green: #14735f;
  --gold: #c98713;
  --red: #b73545;
  --shadow: 0 22px 58px rgba(20, 32, 51, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
}
img { display: block; max-width: 100%; height: auto; }
a { color: var(--blue); text-underline-offset: 3px; }
.skip-link {
  position: absolute;
  left: -999px;
  top: 10px;
  z-index: 50;
  background: var(--ink);
  color: #fff;
  padding: 8px 12px;
}
.skip-link:focus { left: 10px; }
.wrap { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}
.nav-wrap {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  text-decoration: none;
  min-width: 240px;
}
.brand img { width: 52px; height: 52px; object-fit: contain; }
.brand strong { display: block; line-height: 1.1; font-size: 1.06rem; }
.brand small { display: block; margin-top: 2px; color: var(--muted); font-size: 0.8rem; }
.primary-nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 6px; }
.primary-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 7px 10px;
  color: var(--ink);
  border-radius: 8px;
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 800;
}
.primary-nav a:hover { background: var(--soft); color: var(--blue); }
.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 8px 14px;
  border-radius: 8px;
  background: var(--red);
  color: #fff;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}
.hero {
  background:
    linear-gradient(120deg, rgba(18, 100, 216, 0.10), transparent 48%),
    linear-gradient(145deg, rgba(20, 115, 95, 0.11), transparent 52%),
    #fff;
  border-bottom: 1px solid var(--line);
}
.hero-grid {
  min-height: 680px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.78fr);
  gap: clamp(28px, 5vw, 58px);
  align-items: center;
  padding: clamp(54px, 8vw, 92px) 0;
}
.eyebrow {
  margin: 0 0 12px;
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
h1, h2, h3 { margin: 0; color: var(--ink); line-height: 1.08; letter-spacing: 0; }
h1 { max-width: 900px; font-size: clamp(2.35rem, 5.4vw, 5rem); }
h2 { font-size: clamp(1.75rem, 3vw, 3rem); }
h3 { font-size: 1.18rem; }
p { margin: 0; }
.lead {
  max-width: 780px;
  margin-top: 20px;
  color: var(--muted);
  font-size: clamp(1.06rem, 1.8vw, 1.28rem);
}
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border: 2px solid var(--blue);
  border-radius: 8px;
  background: var(--blue);
  color: #fff;
  font-weight: 900;
  text-decoration: none;
}
.button.secondary { background: var(--green); border-color: var(--green); }
.button.light { background: #fff; color: var(--navy); border-color: #fff; }
.button.outline { background: #fff; color: var(--navy); border-color: #bfd0df; }
.button:hover { transform: translateY(-1px); box-shadow: var(--shadow); }
.hero-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  padding: 18px;
}
.phone-preview {
  margin: 0 auto;
  max-width: 360px;
  border: 1px solid #cbd7e4;
  border-radius: 8px;
  overflow: hidden;
  background: #f9fbfd;
}
.phone-top {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px;
  background: var(--navy);
  color: #fff;
}
.phone-top img { width: 42px; height: 42px; object-fit: contain; border-radius: 8px; background: #fff; }
.phone-top strong, .phone-top span { display: block; line-height: 1.15; }
.phone-top span { color: rgba(255,255,255,0.78); font-size: 0.82rem; }
.message-stack { display: grid; gap: 10px; padding: 16px; }
.bubble {
  max-width: 92%;
  padding: 11px 12px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid var(--line);
  color: var(--ink);
  font-size: 0.94rem;
}
.bubble.reply { justify-self: end; background: #eaf7f3; border-color: #c8e7dd; }
.compliance-note {
  margin-top: 14px;
  padding: 12px;
  border-radius: 8px;
  background: #fff8e8;
  border: 1px solid #f0d69d;
  color: #65450d;
  font-size: 0.9rem;
}
.section { padding: clamp(58px, 7vw, 88px) 0; }
.muted { background: var(--soft); border-block: 1px solid var(--line); }
.section-head { max-width: 860px; margin-bottom: 28px; }
.section-head p { margin-top: 14px; color: var(--muted); font-size: 1.05rem; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 32px rgba(20, 32, 51, 0.07);
  padding: 22px;
}
.card.gold { border-top: 5px solid var(--gold); }
.card.blue { border-top: 5px solid var(--blue); }
.card.green { border-top: 5px solid var(--green); }
.card p, .card li { color: var(--muted); }
.card h3 { margin-bottom: 10px; }
.card ul { margin: 14px 0 0; padding-left: 20px; }
.card li { margin: 8px 0; }
.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.86fr);
  gap: 28px;
  align-items: start;
}
.offer-band {
  background: var(--navy);
  color: #fff;
}
.offer-band h2 { color: #fff; }
.offer-band p { color: rgba(255,255,255,0.78); }
.offer-panel {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 8px;
  padding: 22px;
}
.check-list { display: grid; gap: 10px; margin-top: 18px; }
.check-list div {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 10px;
  align-items: start;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}
.check-list strong { color: var(--ink); }
.check-list span { color: var(--muted); }
.check {
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: var(--green);
  color: #fff;
  font-weight: 900;
}
.demo-form {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}
label { display: grid; gap: 6px; color: var(--ink); font-weight: 900; }
input, select {
  width: 100%;
  min-height: 46px;
  padding: 11px 12px;
  border: 1px solid #bdc9d6;
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  font: inherit;
}
.fineprint { color: var(--muted); font-size: 0.86rem; }
.cta {
  background: linear-gradient(135deg, var(--green), var(--navy));
  color: #fff;
}
.cta h2 { color: #fff; }
.cta p { color: rgba(255,255,255,0.80); }
.site-footer {
  padding: 38px 0;
  background: #101928;
  color: #fff;
}
.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
}
.site-footer h2 { color: #fff; font-size: 1.2rem; }
.site-footer p { color: rgba(255,255,255,0.78); }
.site-footer a { color: #fff; }

@media (max-width: 940px) {
  .nav-wrap { align-items: flex-start; flex-direction: column; padding: 12px 0; }
  .brand { min-width: 0; }
  .primary-nav { justify-content: flex-start; }
  .hero-grid, .split, .grid-3, .grid-2, .footer-grid { grid-template-columns: 1fr; }
  .hero-grid { min-height: auto; }
  .nav-cta { width: 100%; }
}

@media (max-width: 560px) {
  body { overflow-x: hidden; }
  .wrap { width: 330px; max-width: calc(100vw - 32px); margin-left: 14px; margin-right: auto; }
  .hero-grid, .hero-grid > *, .hero-card, .phone-preview { min-width: 0; max-width: 100%; }
  .primary-nav { display: grid; grid-template-columns: 1fr; width: 100%; }
  .primary-nav a { justify-content: center; border: 1px solid var(--line); text-align: center; white-space: normal; overflow-wrap: anywhere; }
  .actions { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
  h1 { max-width: min(100%, 330px); font-size: clamp(1.75rem, 8.2vw, 2.1rem); overflow-wrap: normal; }
  p, .lead, .button, .card { max-width: 100%; }
  .lead { font-size: 1rem; }
  .section { padding: 48px 0; }
}
