:root {
  --navy: #13233b;
  --navy-2: #1c3151;
  --steel: #4a6b8a;
  --steel-lt: #8aa3bd;
  --paper: #f4f1ea;
  --paper-2: #ece7db;
  --gold: #b08a3e;
  --ink: #0e1826;
  --line: rgba(19, 35, 59, .12);
  --shadow: 0 18px 50px -20px rgba(14, 24, 38, .45);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  background: var(--paper);
  color: var(--ink);
  font-family: "Inter Tight", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body,
button,
input,
select,
textarea {
  font: inherit;
}

img,
svg {
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3 {
  font-family: "Fraunces", serif;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.08;
}

.wrap {
  width: min(100%, 1140px);
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 28px);
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  transform: translateY(-160%);
  border-radius: 7px;
  background: var(--paper);
  color: var(--navy);
  padding: 10px 14px;
  font-weight: 700;
  transition: transform .18s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.grain {
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: .035;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.svg-defs {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--line);
  background: rgba(244, 241, 234, .86);
  backdrop-filter: blur(12px);
}

.nav {
  display: flex;
  width: min(100%, 1140px);
  margin-inline: auto;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px clamp(20px, 5vw, 28px);
}

.brand {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 13px;
  color: var(--navy);
}

.brand svg {
  width: 38px;
  height: 44px;
  flex: 0 0 auto;
}

.brand-text {
  display: flex;
  min-width: 0;
  flex-direction: column;
  line-height: 1;
}

.brand-name {
  color: var(--navy);
  font-family: "Fraunces", serif;
  font-size: 20px;
  font-weight: 600;
}

.brand-kicker {
  margin-top: 4px;
  color: var(--steel);
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: .22em;
  white-space: nowrap;
}

.navlinks {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-left: auto;
}

.navlinks a {
  color: var(--navy);
  font-size: 14.5px;
  font-weight: 600;
  opacity: .78;
  transition: opacity .2s ease, color .2s ease;
}

.navlinks a:hover {
  opacity: 1;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 1px solid var(--navy);
  border-radius: 7px;
  background: var(--navy);
  color: var(--paper);
  cursor: pointer;
  font-size: 14.5px;
  font-weight: 700;
  padding: 10px 22px;
  text-align: center;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease, filter .2s ease;
}

.btn:hover {
  background: var(--navy-2);
  transform: translateY(-1px);
}

.btn.gold {
  border-color: var(--gold);
  background: var(--gold);
  color: #2a2008;
}

.btn.gold:hover {
  filter: brightness(1.06);
}

.btn.ghost {
  border-color: rgba(255, 255, 255, .32);
  background: transparent;
  color: #fff;
}

.btn.ghost:hover {
  background: rgba(255, 255, 255, .06);
}

:where(a, button, input, select, textarea):focus-visible {
  outline: 3px solid rgba(176, 138, 62, .75);
  outline-offset: 3px;
}

main,
section,
footer {
  position: relative;
  z-index: 2;
}

.hero {
  position: relative;
  overflow: hidden;
  padding-block: clamp(72px, 9vw, 96px);
  background:
    radial-gradient(120% 120% at 80% -10%, rgba(74, 107, 138, .25), transparent 55%),
    linear-gradient(160deg, var(--navy) 0%, var(--navy-2) 55%, #24405f 100%);
  color: var(--paper);
}

.hero::after {
  position: absolute;
  top: -60px;
  right: -120px;
  width: 560px;
  height: 560px;
  background: radial-gradient(circle, rgba(176, 138, 62, .16), transparent 62%);
  content: "";
  pointer-events: none;
}

.hero .wrap {
  position: relative;
  z-index: 2;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 22px;
  color: var(--steel);
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 26px;
  height: 1.5px;
  background: var(--gold);
  content: "";
}

.hero .eyebrow,
.formsec .eyebrow {
  color: var(--steel-lt);
}

.hero h1 {
  max-width: 16ch;
  color: #fff;
  font-size: clamp(38px, 5.6vw, 68px);
}

.em {
  color: var(--gold);
  font-style: italic;
  font-weight: 500;
}

.sub {
  max-width: 54ch;
  margin-block: 26px 36px;
  color: #cdd8e6;
  font-size: clamp(17px, 2vw, 20px);
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.trust {
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
  margin-top: 54px;
  border-top: 1px solid rgba(255, 255, 255, .13);
  padding-top: 30px;
}

.trust-item {
  display: flex;
  flex-direction: column;
}

.trust-item strong {
  color: #fff;
  font-family: "Fraunces", serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.16;
}

.trust-item span {
  color: var(--steel-lt);
  font-size: 13px;
  letter-spacing: .02em;
}

.reveal {
  animation: rise .9s cubic-bezier(.2, .7, .2, 1) forwards;
  opacity: 0;
  transform: translateY(22px);
}

.d1 {
  animation-delay: .05s;
}

.d2 {
  animation-delay: .16s;
}

.d3 {
  animation-delay: .27s;
}

.d4 {
  animation-delay: .4s;
}

@keyframes rise {
  to {
    opacity: 1;
    transform: none;
  }
}

.strip {
  background: var(--navy);
  color: var(--paper);
}

.strip .wrap {
  display: flex;
  align-items: center;
  gap: 40px;
  padding-block: 46px;
}

.strip p {
  flex: 1;
  min-width: min(100%, 300px);
  font-family: "Fraunces", serif;
  font-size: clamp(20px, 2.5vw, 28px);
  font-weight: 500;
  line-height: 1.3;
}

.sec {
  padding-block: clamp(72px, 8vw, 88px);
}

.alt {
  background: var(--paper-2);
}

.sec-head {
  max-width: 62ch;
  margin-bottom: 54px;
}

.sec-head.center {
  margin-inline: auto;
  text-align: center;
}

.sec-head.center .eyebrow {
  justify-content: center;
}

.sec-head h2 {
  color: var(--navy);
  font-size: clamp(28px, 3.6vw, 42px);
}

.sec-head p:not(.eyebrow) {
  margin-top: 16px;
  color: #42536a;
  font-size: 17px;
}

.cards,
.pricing {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  padding: 34px 30px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, .6) inset;
  transition: transform .25s ease, box-shadow .25s ease;
}

.card::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: var(--gold);
  content: "";
  transform: scaleY(0);
  transform-origin: top;
  transition: transform .3s ease;
}

.card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-4px);
}

.card:hover::before {
  transform: scaleY(1);
}

.ic {
  display: flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border-radius: 10px;
  background: rgba(19, 35, 59, .06);
}

.ic svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: var(--navy);
  stroke-width: 1.7;
}

.card h3 {
  margin-bottom: 10px;
  color: var(--navy);
  font-size: 21px;
}

.card p,
.step p,
.price p.desc {
  color: #46566c;
  font-size: 15px;
}

.card ul,
.price ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 16px;
  list-style: none;
}

.card li {
  position: relative;
  padding-left: 22px;
  color: #46566c;
  font-size: 14px;
}

.card li::before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 9px;
  height: 9px;
  border: 2px solid var(--gold);
  border-radius: 50%;
  content: "";
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  counter-reset: step;
}

.step {
  position: relative;
  padding-top: 18px;
}

.step::before {
  display: block;
  margin-bottom: 6px;
  color: var(--gold);
  content: "0" counter(step);
  counter-increment: step;
  font-family: "Fraunces", serif;
  font-size: 46px;
  font-weight: 600;
  line-height: 1;
  opacity: .35;
}

.step h3 {
  margin-bottom: 8px;
  color: var(--navy);
  font-size: 19px;
}

.coverage {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  align-items: center;
  gap: 46px;
  border-radius: 18px;
  background: var(--paper-2);
  padding: 50px 44px;
}

.coverage h2 {
  margin-bottom: 14px;
  color: var(--navy);
  font-size: clamp(26px, 3.2vw, 36px);
}

.coverage p:not(.eyebrow) {
  margin-bottom: 10px;
  color: #42536a;
  font-size: 16px;
}

.statelist {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 8px;
}

.pill {
  border: 1px solid var(--line);
  border-radius: 50px;
  background: #fff;
  color: var(--navy);
  font-size: 13.5px;
  font-weight: 600;
  padding: 7px 15px;
}

.pill.soon {
  border-style: dashed;
  color: var(--steel);
}

.mapwrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mapwrap svg {
  width: 100%;
  max-width: 340px;
  height: auto;
}

.price {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  padding: 34px 30px;
}

.price.feat {
  border-color: var(--navy);
  background: var(--navy);
  color: var(--paper);
}

.tag {
  color: var(--steel);
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.price.feat .tag {
  color: var(--gold);
}

.amt {
  margin: 12px 0 4px;
  color: var(--navy);
  font-family: "Fraunces", serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.08;
}

.price.feat .amt {
  color: #fff;
}

.amt small {
  color: #8090a4;
  font-family: "Inter Tight", sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.price.feat .amt small {
  color: var(--steel-lt);
}

.price p.desc {
  margin-bottom: 18px;
}

.price.feat p.desc {
  color: #c4d0de;
}

.price li {
  position: relative;
  padding-left: 24px;
  color: #3a4a60;
  font-size: 14.5px;
}

.price.feat li {
  color: #dce4ee;
}

.price li::before {
  position: absolute;
  left: 0;
  color: var(--gold);
  content: "\2713";
  font-weight: 800;
}

.pricenote {
  margin-top: 26px;
  color: #5a6a80;
  font-size: 14px;
  text-align: center;
}

.pricenote a {
  color: var(--gold);
  font-weight: 700;
}

.formsec {
  background: var(--navy);
  color: var(--paper);
}

.formgrid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  align-items: start;
  gap: 56px;
}

.formsec h2 {
  color: #fff;
  font-size: clamp(28px, 3.4vw, 40px);
}

.lede {
  margin-top: 16px;
  color: #c4d0de;
  font-size: 16px;
}

.contactline {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 28px;
  font-style: normal;
}

.contactline a {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #dce4ee;
  font-size: 15.5px;
}

.contactline svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  fill: none;
  stroke: var(--gold);
  stroke-width: 1.8;
}

form {
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 16px;
  background: rgba(255, 255, 255, .04);
  padding: 32px;
}

.frow {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.field {
  margin-bottom: 16px;
}

label {
  display: block;
  margin-bottom: 7px;
  color: var(--steel-lt);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .04em;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  background: rgba(255, 255, 255, .06);
  color: #fff;
  font-size: 15px;
  padding: 12px 14px;
  transition: background-color .2s ease, border-color .2s ease;
}

input::placeholder,
textarea::placeholder {
  color: #7f93ab;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--gold);
  background: rgba(255, 255, 255, .09);
  outline: none;
}

select option {
  color: var(--navy);
}

textarea {
  min-height: 90px;
  resize: vertical;
}

form .btn {
  width: 100%;
  margin-top: 6px;
}

.honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.formnote {
  margin-top: 14px;
  color: #8aa3bd;
  font-size: 12.5px;
  text-align: center;
}

footer {
  background: #0e1826;
  color: #9fb0c4;
  padding-block: 46px 34px;
}

.foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.footer-brand {
  color: #fff;
  --seal-inner: var(--gold);
}

.footer-brand svg {
  width: 34px;
  height: 40px;
}

.footer-brand .brand-name {
  color: #fff;
}

.footer-brand .brand-kicker {
  color: var(--steel);
}

.footlinks {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  font-size: 14px;
}

.footlinks a:hover {
  color: #fff;
}

.disclaimer {
  max-width: 70ch;
  margin-top: 20px;
  color: #5f7188;
  font-size: 12.5px;
  line-height: 1.7;
}

.success-page {
  min-height: 100vh;
  background:
    radial-gradient(90% 90% at 85% -5%, rgba(176, 138, 62, .14), transparent 58%),
    linear-gradient(160deg, var(--navy), #24405f);
  color: var(--paper);
}

.success-wrap {
  display: flex;
  width: min(100% - 40px, 700px);
  min-height: 100vh;
  margin-inline: auto;
  flex-direction: column;
  justify-content: center;
  padding-block: 56px;
}

.success-mark {
  width: 68px;
  height: auto;
  margin-bottom: 24px;
  color: var(--paper);
}

.success-wrap h1 {
  max-width: 12ch;
  margin-bottom: 18px;
  color: #fff;
  font-size: clamp(38px, 6vw, 62px);
}

.success-wrap p:not(.eyebrow) {
  max-width: 58ch;
  margin-bottom: 26px;
  color: #cdd8e6;
  font-size: 18px;
}

.success-wrap p a {
  color: var(--gold);
  font-weight: 700;
}

@media (max-width: 880px) {
  .navlinks {
    display: none;
  }

  .brand-kicker {
    max-width: 260px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .formgrid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}

@media (max-width: 760px) {
  .cards,
  .pricing,
  .steps,
  .coverage {
    grid-template-columns: 1fr;
  }

  .coverage {
    padding: 36px 26px;
  }

  .strip .wrap {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
  }
}

@media (max-width: 560px) {
  .nav {
    gap: 12px;
  }

  .brand {
    gap: 9px;
  }

  .brand svg {
    width: 32px;
    height: 38px;
  }

  .brand-name {
    font-size: 18px;
  }

  .brand-kicker {
    display: none;
  }

  .header-cta {
    min-height: 40px;
    padding: 9px 13px;
    font-size: 13.5px;
    white-space: nowrap;
  }

  .trust {
    gap: 22px;
  }

  .card,
  .price,
  form {
    padding: 28px 22px;
  }

  .frow {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .foot {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
