:root {
  --paper: #faf9f6;
  --white: #ffffff;
  --ink: #16262e;
  --muted: #52656f;
  --green: #1d4a35;
  --green-dark: #153627;
  --sky: #d6e9f2;
  --sky-deep: #5ba4bd;
  --orange: #ee5a24;
  --orange-dark: #ce4315;
  --line: rgba(22, 38, 46, 0.16);
  --shadow: 0 22px 56px rgba(20, 50, 62, 0.15);
  --shell: min(1240px, calc(100% - 64px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  overflow-x: clip;
  background: var(--paper);
  color: var(--ink);
  font-family: "Instrument Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

body,
button,
input,
select,
textarea {
  font-family: "Instrument Sans", Arial, sans-serif;
}

img,
svg {
  display: block;
}

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  left: 18px;
  top: -80px;
  z-index: 1000;
  border-radius: 8px;
  background: var(--ink);
  color: #fff;
  padding: 12px 16px;
  text-decoration: none;
  transition: top 0.15s ease;
}

.skip-link:focus {
  top: 14px;
}

:focus-visible {
  outline: 3px solid #0b70a0;
  outline-offset: 3px;
}

.site-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(22, 38, 46, 0.09);
  background: rgba(250, 249, 246, 0.96);
  backdrop-filter: blur(14px);
}

.nav-inner {
  width: var(--shell);
  min-height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.brand svg {
  flex: none;
  fill: var(--green);
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  font-size: 14.5px;
  font-weight: 600;
}

.nav-links a {
  text-decoration: none;
}

.nav-links a:hover,
.nav-links a[aria-current="page"] {
  color: var(--green);
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 10px;
  background: var(--orange);
  color: #fff;
  cursor: pointer;
  font-size: 15.5px;
  font-weight: 700;
  line-height: 1.15;
  padding: 14px 22px;
  text-decoration: none;
  transition: background 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}

.button:hover {
  background: var(--orange-dark);
  box-shadow: 0 10px 22px rgba(206, 67, 21, 0.23);
  transform: translateY(-1px);
}

.button:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.nav-cta {
  min-height: 44px;
  padding: 12px 19px;
  white-space: nowrap;
}

.hero {
  position: relative;
  overflow-x: clip;
  overflow-y: visible;
  background:
    radial-gradient(circle at 12% 14%, rgba(255, 255, 255, 0.78) 0 1px, transparent 2px) 0 0 / 32px 32px,
    var(--sky);
  padding: 58px 0 88px;
}

.hero::before {
  position: absolute;
  width: 520px;
  height: 520px;
  right: -300px;
  top: -260px;
  border: 2px solid rgba(29, 74, 53, 0.13);
  border-radius: 50%;
  content: "";
}

.hero-inner {
  position: relative;
  z-index: 1;
  width: var(--shell);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(440px, 0.92fr);
  gap: clamp(38px, 5vw, 66px);
  align-items: start;
}

.hero-copy {
  padding-top: 18px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--green);
  font-family: "Archivo", sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.145em;
  line-height: 1.2;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 30px;
  height: 3px;
  border-radius: 99px;
  background: var(--orange);
  content: "";
}

.eyebrow.light {
  color: #dcece4;
}

.hero h1 {
  max-width: 11ch;
  margin: 18px 0 22px;
  font-family: "Archivo", sans-serif;
  font-size: clamp(46px, 5.1vw, 68px);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 0.98;
  text-wrap: balance;
}

.hero-intro {
  max-width: 53ch;
  margin: 0;
  color: #334b56;
  font-size: 18px;
  line-height: 1.6;
}

.proof-list {
  margin: 28px 0 30px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  list-style: none;
  color: var(--green-dark);
  font-size: 14px;
  font-weight: 700;
}

.proof-list li {
  position: relative;
  padding-left: 20px;
}

.proof-list li::before {
  position: absolute;
  left: 0;
  top: 0.27em;
  width: 10px;
  height: 6px;
  border-left: 2px solid var(--orange);
  border-bottom: 2px solid var(--orange);
  content: "";
  transform: rotate(-45deg);
}

.hero-media {
  position: relative;
  margin: 0;
}

.hero-media::after {
  position: absolute;
  inset: 14px -14px -14px 14px;
  z-index: -1;
  border: 2px solid rgba(29, 74, 53, 0.22);
  border-radius: 18px;
  content: "";
}

.hero-media img {
  width: 100%;
  height: 310px;
  aspect-ratio: 2.05 / 1;
  border-radius: 18px;
  box-shadow: var(--shadow);
  object-fit: cover;
  object-position: center 67%;
}

.quote-panel {
  border: 1px solid rgba(22, 38, 46, 0.08);
  border-radius: 20px;
  background: var(--white);
  box-shadow: 0 26px 70px rgba(20, 49, 63, 0.17);
  padding: clamp(24px, 2.5vw, 32px);
}

.quote-panel h2 {
  margin: 0 0 7px;
  font-family: "Archivo", sans-serif;
  font-size: 27px;
  letter-spacing: -0.025em;
  line-height: 1.15;
}

.quote-panel__heading > p:not(.quote-panel__kicker) {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 14.5px;
}

.quote-panel__kicker {
  margin: 0 0 7px;
  color: var(--green);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1.2;
  text-transform: uppercase;
}

.quote-progress {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 0 0 18px;
}

.quote-progress span {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 7px;
  border-bottom: 3px solid #d8e0e3;
  color: #53646b;
  font-size: 12.5px;
  font-weight: 700;
  padding: 0 0 8px;
}

.quote-progress strong {
  display: inline-grid;
  width: 24px;
  height: 24px;
  flex: none;
  place-items: center;
  border-radius: 50%;
  background: #e8eef0;
  font-size: 12px;
}

.quote-progress .is-current,
.quote-progress .is-complete {
  border-color: var(--orange);
  color: var(--green-dark);
}

.quote-progress .is-current strong,
.quote-progress .is-complete strong {
  background: var(--green);
  color: #fff;
}

.quote-step h3 {
  margin: 0 0 14px;
  font-family: "Archivo", sans-serif;
  font-size: 18px;
  letter-spacing: -0.015em;
  line-height: 1.25;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 11px 13px;
}

.form-grid label {
  display: flex;
}

.form-grid label {
  min-width: 0;
  flex-direction: column;
  gap: 6px;
  grid-column: span 3;
}

.form-grid label > span {
  color: #263f4a;
  font-size: 13px;
  font-weight: 700;
}

.form-grid .form-wide {
  grid-column: 1 / -1;
}

.form-grid .form-third {
  grid-column: span 2;
}

.form-grid--availability label:last-child {
  grid-column: 1 / -1;
}

.form-grid label small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 600;
}

input,
select,
textarea {
  width: 100%;
  min-height: 44px;
  border: 1px solid #bdcbd1;
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  font-size: 16px;
  padding: 9px 11px;
}

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

input:hover,
select:hover,
textarea:hover {
  border-color: #8ca2ac;
}

input:focus,
select:focus,
textarea:focus {
  border-color: #0b70a0;
  outline: 3px solid rgba(11, 112, 160, 0.2);
  outline-offset: 0;
}

.website-field {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.submit-button {
  width: 100%;
}

.availability-button {
  width: 100%;
  margin-top: 16px;
}

.coverage-confirmation {
  margin: 16px 0 0;
  border: 1px solid #b5c9d2;
  border-radius: 10px;
  background: #f5fafc;
  padding: 13px;
}

.coverage-confirmation legend {
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
  padding: 0 5px;
}

.coverage-confirmation__choices {
  display: grid;
  gap: 8px;
}

.coverage-confirmation__choices label {
  display: flex;
  min-height: 42px;
  align-items: center;
  gap: 9px;
  border: 1px solid #cbd8dd;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  padding: 9px 11px;
}

.coverage-confirmation__choices input {
  width: 18px;
  min-height: 18px;
  flex: none;
  margin: 0;
}

.availability-status {
  margin: 12px 0 0;
  border-radius: 8px;
  background: #eaf5ee;
  color: #153f2b;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.45;
  padding: 10px 12px;
}

.availability-status.is-error {
  background: #fff0e9;
  color: #713018;
}

.quote-step__actions {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  margin-top: 16px;
}

.quote-back-button {
  min-height: 48px;
  border: 1px solid #b8c7cd;
  border-radius: 10px;
  background: #fff;
  color: var(--green-dark);
  cursor: pointer;
  font-size: 15px;
  font-weight: 750;
  padding: 12px 18px;
}

.form-error-summary {
  margin: 0 0 16px;
}

.form-error-summary ul {
  margin: 6px 0 0;
  padding-left: 18px;
}

.form-error-summary button {
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: inherit;
  padding: 0;
  text-align: left;
  text-decoration: underline;
}

.submission-terms {
  margin: 10px 0 8px;
  color: #40545e;
  font-size: 13px;
  line-height: 1.5;
}

.share-note,
.form-reassurance {
  color: #5a6d76;
  font-size: 12px;
  line-height: 1.45;
  text-align: center;
}

.share-note {
  margin: 9px 0 4px;
  font-weight: 600;
}

.form-reassurance {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.form-reassurance svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.form-status {
  margin-top: 16px;
  border: 1px solid #9bc8ae;
  border-radius: 9px;
  background: #eaf5ee;
  color: #153f2b;
  font-size: 14px;
  font-weight: 650;
  padding: 12px 14px;
}

.form-status.is-error {
  border-color: #e3a187;
  background: #fff0e9;
  color: #713018;
}

.section-jump {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--paper);
  box-shadow: 0 10px 26px rgba(18, 48, 61, 0.15);
  color: var(--ink);
  font-size: 15px;
  font-weight: 700;
  padding: 12px 25px;
  text-decoration: none;
  white-space: nowrap;
}

.section-shell {
  width: var(--shell);
  margin: 0 auto;
}

.size-section,
.faq-section {
  padding: 100px 0;
}

.size-section h2,
.faq-section h2,
.process-section h2 {
  max-width: 15ch;
  margin: 16px 0 14px;
  font-family: "Archivo", sans-serif;
  font-size: clamp(38px, 4vw, 55px);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.02;
  text-wrap: balance;
}

.section-intro {
  max-width: 58ch;
  margin: 0;
  color: var(--muted);
  font-size: 17px;
}

.size-rail {
  position: relative;
  margin-top: 54px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  align-items: end;
}

.size-rail::after {
  position: absolute;
  right: 0;
  bottom: 60px;
  left: 0;
  height: 2px;
  z-index: -1;
  background: rgba(22, 38, 46, 0.13);
  content: "";
}

.size-item {
  min-width: 0;
  text-align: center;
}

.size-label {
  display: inline-flex;
  align-items: baseline;
  color: var(--green);
  gap: 4px;
}

.size-label strong {
  font-family: "Archivo", sans-serif;
  font-size: 36px;
  letter-spacing: -0.04em;
  line-height: 1;
}

.size-label span {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.size-image {
  height: 164px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.size-image img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 13px 12px rgba(22, 38, 46, 0.14));
  object-fit: contain;
}

.size-6 .size-image img { max-width: 142px; }
.size-10 .size-image img { max-width: 177px; }
.size-15 .size-image img { max-width: 211px; }
.size-20 .size-image img { max-width: 245px; }

.size-item p {
  min-height: 48px;
  margin: 16px auto 0;
  color: #465b65;
  font-size: 14px;
  line-height: 1.4;
  max-width: 20ch;
}

.size-note {
  margin: 30px 0 0;
  color: #657780;
  font-size: 13px;
  text-align: center;
}

.process-section {
  position: relative;
  overflow: hidden;
  background: var(--green);
  color: #fff;
  padding: 92px 0 86px;
}

.process-section::after {
  position: absolute;
  width: 440px;
  height: 440px;
  right: -230px;
  bottom: -280px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  content: "";
}

.process-section h2 {
  max-width: 17ch;
  color: #fff;
}

.process-list {
  position: relative;
  z-index: 1;
  margin: 54px 0 38px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 46px;
  list-style: none;
}

.process-list::before {
  position: absolute;
  top: 25px;
  right: 13%;
  left: 13%;
  height: 1px;
  background: rgba(255, 255, 255, 0.22);
  content: "";
}

.process-list li {
  position: relative;
  padding-top: 76px;
}

.step-number {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 51px;
  height: 51px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  background: var(--green-dark);
  color: #fff;
  font-family: "Archivo", sans-serif;
  font-size: 15px;
  font-weight: 800;
}

.process-list svg {
  position: absolute;
  top: 6px;
  right: 0;
  width: 39px;
  height: 39px;
  fill: none;
  stroke: #86bed0;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.process-list h3 {
  margin: 0 0 9px;
  font-family: "Archivo", sans-serif;
  font-size: 21px;
  line-height: 1.2;
}

.process-list p {
  max-width: 31ch;
  margin: 0;
  color: #bfd2c8;
  font-size: 15px;
}

.process-cta {
  position: relative;
  z-index: 2;
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.13fr) minmax(330px, 0.87fr);
  gap: clamp(48px, 7vw, 92px);
  align-items: center;
}

.faq-copy h2 {
  max-width: 13ch;
}

.faq-list {
  margin-top: 34px;
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
  padding: 0;
}

.faq-list summary {
  position: relative;
  cursor: pointer;
  font-family: "Archivo", sans-serif;
  font-size: 17px;
  font-weight: 700;
  list-style: none;
  padding: 21px 42px 21px 0;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  position: absolute;
  right: 6px;
  top: 19px;
  color: var(--green);
  content: "+";
  font-size: 25px;
  font-weight: 500;
  line-height: 1;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list p {
  margin: -2px 0 21px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.final-cta {
  position: relative;
  overflow: hidden;
  border-radius: 21px;
  background: var(--green);
  color: #fff;
  padding: clamp(34px, 5vw, 54px);
}

.final-cta::after {
  position: absolute;
  width: 200px;
  height: 200px;
  right: -105px;
  bottom: -105px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  content: "";
}

.final-cta > svg {
  width: 64px;
  height: 42px;
  margin-bottom: 25px;
  fill: none;
  stroke: #83bdcf;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.final-cta h2 {
  position: relative;
  z-index: 1;
  margin-top: 0;
  color: #fff;
  font-size: clamp(33px, 3.5vw, 46px);
}

.final-cta p {
  position: relative;
  z-index: 1;
  margin: 0 0 27px;
  color: #c5d8ce;
  font-size: 16px;
}

.final-cta .button {
  position: relative;
  z-index: 1;
}

.site-footer {
  background: #242d32;
  color: #abbcc4;
  padding: 48px 0;
}

.footer-inner {
  width: var(--shell);
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr minmax(260px, 0.75fr);
  gap: 48px;
  align-items: start;
}

.footer-brand {
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 25px;
  letter-spacing: 0.02em;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 20px;
}

.site-footer a {
  color: #e1eaee;
  font-size: 14px;
  text-decoration: none;
}

.site-footer a:hover {
  color: #fff;
  text-decoration: underline;
}

.site-footer p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.6;
}

[hidden] {
  display: none !important;
}

@media (max-width: 960px) {
  .nav-links {
    display: none;
  }

  .hero-inner,
  .faq-layout {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    display: contents;
  }

  .hero-inner {
    row-gap: 18px;
  }

  .hero-copy h1 {
    order: 1;
  }

  .hero-copy .hero-intro {
    order: 2;
  }

  .quote-panel {
    order: 3;
    margin-top: 10px;
  }

  .hero-copy .proof-list {
    order: 4;
    margin-block: 12px 0;
  }

  .hero-copy .hero-media {
    order: 5;
    margin-top: 20px;
  }

  .hero h1 {
    max-width: 13ch;
  }

  .hero-media {
    max-width: 720px;
  }

  .hero-media img {
    height: auto;
    aspect-ratio: 3 / 2;
    object-position: center;
  }

  .quote-panel {
    max-width: 720px;
  }

  .size-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 18px;
  }

  .size-rail::after {
    display: none;
  }

  .process-list {
    gap: 28px;
  }

  .process-list::before {
    display: none;
  }

  .final-cta {
    max-width: 720px;
  }

  .footer-inner {
    grid-template-columns: 1fr 1fr;
  }

  .site-footer p {
    grid-column: 1 / -1;
  }
}

@media (max-width: 700px) {
  :root {
    --shell: min(100% - 34px, 1120px);
  }

  html {
    scroll-padding-top: 73px;
  }

  .nav-inner {
    min-height: 68px;
  }

  .brand {
    font-size: 21px;
  }

  .brand svg {
    width: 24px;
    height: 27px;
  }

  .nav-cta {
    min-height: 42px;
    padding: 11px 15px;
    font-size: 14px;
  }

  .hero {
    padding: 52px 0 78px;
  }

  .hero-inner {
    gap: 18px;
  }

  .hero h1 {
    margin-top: 15px;
    font-size: clamp(41px, 12vw, 57px);
  }

  .hero-intro {
    font-size: 16.5px;
  }

  .proof-list {
    display: grid;
    gap: 9px;
  }

  .hero-media::after {
    inset: 9px -7px -9px 7px;
  }

  .quote-panel {
    padding: 20px 18px;
  }

  .quote-panel h2 {
    font-size: 24px;
  }

  .quote-panel__heading > p:not(.quote-panel__kicker) {
    display: none;
  }

  .quote-progress {
    margin-bottom: 12px;
  }

  .quote-step h3 {
    margin-bottom: 10px;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .form-wide,
  .form-grid label,
  .form-grid .form-third {
    grid-column: auto;
  }

  .form-grid .form-wide,
  .form-grid--availability label:last-child {
    grid-column: auto;
  }

  .quote-step__actions {
    grid-template-columns: 1fr;
  }

  .quote-back-button {
    order: 2;
  }

  .section-jump {
    font-size: 14px;
    padding: 11px 20px;
  }

  .size-section,
  .faq-section {
    padding: 80px 0;
  }

  .size-section h2,
  .faq-section h2,
  .process-section h2 {
    font-size: clamp(35px, 10vw, 45px);
  }

  .size-rail {
    grid-template-columns: 1fr;
    margin-top: 42px;
    gap: 34px;
  }

  .size-image {
    height: 145px;
  }

  .size-item p {
    min-height: 0;
    max-width: 30ch;
  }

  .process-section {
    padding: 80px 0;
  }

  .process-list {
    grid-template-columns: 1fr;
    margin-top: 42px;
    gap: 34px;
  }

  .process-list li {
    min-height: 122px;
    padding: 2px 0 0 74px;
  }

  .step-number {
    left: 0;
  }

  .process-list svg {
    display: none;
  }

  .faq-layout {
    gap: 48px;
  }

  .final-cta {
    padding: 36px 28px;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .site-footer p {
    grid-column: auto;
  }
}

@media (max-width: 390px) {
  .brand span {
    font-size: 19px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
