:root {
  color-scheme: light;
  --navy: #062a46;
  --navy-deep: #03243d;
  --teal: #006b75;
  --teal-dark: #004f59;
  --teal-soft: #d7eef0;
  --copper: #c9693d;
  --copper-dark: #a64f2b;
  --ink: #0d2842;
  --muted: #52677b;
  --line: #d7dde2;
  --paper: #ffffff;
  --soft: #f5f8f8;
  --warning: #a54b24;
  --shadow: 0 20px 46px rgba(5, 28, 42, 0.24);
  --max: 1240px;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 0;
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

body,
button,
input,
select,
textarea {
  letter-spacing: 0;
}

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

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

button {
  cursor: pointer;
}

svg {
  width: 1em;
  height: 1em;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

h1,
h2,
h3,
p,
dl {
  margin-top: 0;
}

.site-header {
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: minmax(230px, 1fr) auto minmax(230px, 1fr);
  align-items: center;
  min-height: 86px;
  padding: 12px max(28px, calc((100vw - var(--max)) / 2));
  background: #ffffff;
  border-bottom: 1px solid rgba(6, 42, 70, 0.12);
  box-shadow: 0 2px 10px rgba(6, 42, 70, 0.06);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  width: max-content;
}

.brand-mark {
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  color: var(--copper-dark);
  border: 2px solid var(--copper);
  border-radius: 2px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  line-height: 1;
}

.brand-wordmark {
  display: grid;
  gap: 1px;
  color: var(--navy);
  text-transform: uppercase;
}

.brand-wordmark span {
  font-size: 1.5rem;
  font-weight: 850;
  letter-spacing: 0.22em;
}

.brand-wordmark small {
  font-size: 0.96rem;
  font-weight: 520;
  letter-spacing: 0.2em;
}

.nav-links {
  display: flex;
  align-items: stretch;
  align-self: stretch;
  gap: 24px;
  color: var(--navy);
  font-size: 0.98rem;
  font-weight: 780;
}

.nav-links a {
  position: relative;
  display: grid;
  min-width: 78px;
  place-items: center;
}

.nav-links a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background: transparent;
}

.nav-links a:hover::after,
.nav-links .is-active::after {
  background: #b27b20;
}

.phone-link {
  display: inline-flex;
  align-items: center;
  justify-self: end;
  gap: 10px;
  color: var(--navy);
}

.phone-link svg {
  color: var(--copper);
  font-size: 1.16rem;
  stroke-width: 2.8;
}

.phone-link strong,
.phone-link small {
  display: block;
  text-align: right;
}

.phone-link strong {
  font-size: 1.13rem;
}

.phone-link small {
  margin-top: 4px;
  color: #4e5d6d;
  font-size: 0.78rem;
  font-weight: 540;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 622px;
  color: #ffffff;
  background-image:
    linear-gradient(90deg, rgba(4, 22, 34, 0.94) 0%, rgba(4, 22, 34, 0.84) 38%, rgba(4, 22, 34, 0.34) 66%, rgba(4, 22, 34, 0.14) 100%),
    linear-gradient(180deg, rgba(6, 42, 70, 0.16), rgba(176, 92, 40, 0.2)),
    url("./assets/arizona-policy-hero.jpg");
  background-position: center;
  background-size: cover;
}

.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 600px);
  gap: 46px;
  width: min(100% - 56px, var(--max));
  min-height: 622px;
  margin: 0 auto;
  padding: 28px 0 26px;
  align-items: center;
}

.hero-copy {
  max-width: 630px;
  padding-bottom: 8px;
}

.hero-copy h1 {
  max-width: 670px;
  margin-bottom: 18px;
  color: #fffaf2;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(3.05rem, 4.8vw, 4.7rem);
  font-weight: 880;
  line-height: 1.08;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.46), 0 12px 30px rgba(0, 0, 0, 0.32);
  text-wrap: balance;
}

.hero-copy p {
  max-width: 560px;
  margin-bottom: 26px;
  color: rgba(246, 251, 251, 0.96);
  font-size: 1.08rem;
  font-weight: 540;
  line-height: 1.55;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.44);
  text-wrap: pretty;
}

.hero-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(190px, max-content));
  gap: 16px 30px;
  margin: 20px 0 0;
}

.hero-points span,
.privacy-line {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fffaf2;
  font-size: 0.92rem;
  font-weight: 830;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.42);
}

.hero-points svg,
.privacy-line svg {
  color: #eba486;
  flex: 0 0 auto;
}

.start-button,
.continue-button,
.submit-button,
.outline-button,
.back-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 52px;
  border: 0;
  border-radius: 5px;
  font-weight: 850;
}

.start-button {
  min-width: 286px;
  padding: 0 28px;
  color: #ffffff;
  background: var(--copper);
  box-shadow: 0 14px 30px rgba(83, 34, 18, 0.25);
}

.start-button:hover {
  background: var(--copper-dark);
}

.start-button svg,
.continue-button svg,
.submit-button svg,
.outline-button svg {
  font-size: 1.25rem;
}

.privacy-line {
  margin: 14px 0 0;
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 720;
}

.quote-card {
  width: 100%;
  max-width: 600px;
  padding: 26px 28px 24px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(6, 42, 70, 0.16);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.quote-topline {
  display: grid;
  gap: 10px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}

.quote-topline p {
  margin-bottom: 11px;
  color: #1f3449;
  font-size: 0.88rem;
}

.progress-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 34px;
  padding: 5px 12px;
  color: #455569;
  background: #f1f5f6;
  border: 1px solid #dbe4e6;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 760;
}

.progress-pill strong {
  color: var(--navy);
  font-weight: 900;
  font-variant-numeric: tabular-nums;
}

.progress-track {
  width: 100%;
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: #dce9e9;
  box-shadow: inset 0 1px 2px rgba(6, 42, 70, 0.08);
}

.progress-track span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--teal), #19a6a8);
  transition: width 260ms ease;
}

.request-context {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin: 12px 0 2px;
  color: #4a6172;
  font-size: 0.76rem;
  line-height: 1.35;
}

.request-context > span {
  padding-top: 4px;
  color: #708292;
  font-weight: 800;
}

.request-context > div {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  gap: 6px;
}

.request-context b {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 3px 8px;
  color: #17495a;
  background: #edf7f7;
  border: 1px solid #c8e0e2;
  border-radius: 999px;
  font-weight: 800;
}

.form-alert {
  min-height: 24px;
  margin: 10px 0 0;
  color: var(--warning);
  font-size: 0.88rem;
  font-weight: 780;
}

.form-proof {
  display: grid;
  gap: 4px;
  margin: 10px 0 0;
  padding: 12px 14px;
  color: #28475f;
  background: #f2f8f9;
  border: 1px solid #c8dde1;
  border-radius: 5px;
}

.form-proof strong {
  color: var(--navy);
  font-size: 0.86rem;
}

.form-proof span {
  color: #506678;
  font-size: 0.8rem;
  line-height: 1.4;
}

.honeypot-field {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.form-step[hidden],
.completion[hidden],
.detail-panel[hidden],
.callback-modal[hidden] {
  display: none !important;
}

.form-step {
  padding-top: 20px;
}

.form-step h2 {
  margin-bottom: 8px;
  font-size: 1.2rem;
  line-height: 1.25;
}

.form-step > p {
  margin-bottom: 18px;
  color: #37506a;
  font-size: 0.93rem;
}

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

.coverage-option {
  position: relative;
  display: grid;
  grid-template-columns: 38px 1fr 18px;
  gap: 12px;
  min-height: 76px;
  padding: 16px;
  align-items: center;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid #cfd7de;
  border-radius: 5px;
  cursor: pointer;
}

.coverage-option.is-selected,
.coverage-option:has(input:checked) {
  background: #f5fbfc;
  border-color: var(--teal);
  box-shadow: inset 0 0 0 1px var(--teal);
}

.coverage-option input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.line-icon {
  display: grid;
  place-items: center;
  color: var(--navy);
  font-size: 2.32rem;
}

.coverage-option strong {
  display: block;
  margin-bottom: 5px;
  font-size: 0.93rem;
}

.coverage-option small {
  display: block;
  color: #37506a;
  font-size: 0.84rem;
  line-height: 1.45;
}

.check-box {
  position: absolute;
  top: 11px;
  right: 12px;
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border: 1px solid #b9c2c8;
  border-radius: 4px;
}

.coverage-option.is-selected .check-box,
.coverage-option:has(input:checked) .check-box {
  background: var(--teal);
  border-color: var(--teal);
}

.coverage-option.is-selected .check-box::after,
.coverage-option:has(input:checked) .check-box::after {
  content: "";
  width: 8px;
  height: 5px;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  transform: rotate(-45deg) translateY(-1px);
}

.coverage-conflict-message {
  margin: 10px 0 0;
  color: #6a4a12;
  font-size: 0.8rem;
  font-weight: 800;
  line-height: 1.4;
}

.coverage-choice-note {
  margin: 0 0 10px;
  color: #5e6f7e;
  font-size: 0.78rem;
  font-weight: 820;
}

.housing-choice {
  display: grid;
  gap: 8px;
  margin: 16px 0 0;
  padding: 0;
  border: 0;
}

.housing-choice legend {
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 900;
}

.housing-choice p {
  margin: -2px 0 2px;
  color: #5c6f7d;
  font-size: 0.8rem;
  line-height: 1.4;
}

.housing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.housing-option {
  position: relative;
  display: flex;
  min-height: 90px;
  gap: 10px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #cfd7de;
  border-radius: 5px;
  cursor: pointer;
}

.housing-option:has(input:checked) {
  background: #f5fbfc;
  border-color: var(--teal);
  box-shadow: inset 0 0 0 1px var(--teal);
}

.housing-option input {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-top: 1px;
  accent-color: var(--teal);
}

.housing-option strong,
.housing-option small {
  display: block;
}

.housing-option strong {
  margin-bottom: 4px;
  color: #142d46;
  font-size: 0.84rem;
  line-height: 1.2;
}

.housing-option small {
  color: #5c6f7d;
  font-size: 0.76rem;
  line-height: 1.35;
}

.bundle-option {
  position: relative;
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 12px;
  margin: 24px 0 0;
  padding: 15px 16px;
  align-items: start;
  background: #fff8eb;
  border: 1px solid #e1bd83;
  border-radius: 5px;
  cursor: pointer;
}

.bundle-option input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.bundle-option .check-box {
  position: relative;
  top: auto;
  right: auto;
  margin-top: 2px;
  background: #ffffff;
}

.bundle-option:has(input:checked) {
  background: #f5fbfc;
  border-color: var(--teal);
}

.bundle-option:has(input:checked) .check-box {
  background: var(--teal);
  border-color: var(--teal);
}

.bundle-option:has(input:checked) .check-box::after {
  content: "";
  width: 8px;
  height: 5px;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  transform: rotate(-45deg) translateY(-1px);
}

.physical-damage-option {
  grid-template-columns: 20px 1fr auto;
  margin-bottom: 14px;
}

.physical-damage-option .field-tip {
  align-self: start;
}

.bundle-option strong,
.bundle-option small,
.bundle-option-copy {
  display: block;
}

.bundle-option-copy {
  margin-bottom: 0;
  cursor: pointer;
}

.bundle-option strong {
  margin-bottom: 4px;
  color: #142d46;
  font-size: 0.9rem;
}

.bundle-option small {
  color: #5c6f7d;
  font-size: 0.82rem;
  line-height: 1.45;
}

.intake-row {
  margin-top: 24px;
}

.field-stack {
  display: grid;
  gap: 16px;
  margin-bottom: 24px;
}

.form-divider {
  height: 1px;
  margin: 24px 0;
  background: var(--line);
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 24px;
}

.address-row {
  grid-template-columns: minmax(0, 1fr) 86px 140px;
}

.field-row.single {
  grid-template-columns: 1fr;
}

.button-fieldset {
  display: grid;
  gap: 10px;
  margin: 0 0 24px;
  padding: 0;
  border: 0;
}

label,
legend {
  display: block;
  margin-bottom: 7px;
  color: #142d46;
  font-size: 0.84rem;
  font-weight: 820;
}

.label-with-help {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 7px;
}

.label-with-help label {
  margin-bottom: 0;
}

.field-tip {
  position: relative;
  flex: 0 0 auto;
}

.field-tip summary {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  color: var(--teal);
  background: #eef8f9;
  border: 1px solid #b8d7db;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1;
  list-style: none;
  cursor: pointer;
}

.field-tip summary::-webkit-details-marker {
  display: none;
}

.field-tip p {
  position: absolute;
  z-index: 4;
  right: 0;
  width: min(300px, calc(100vw - 40px));
  margin: 8px 0 0;
  padding: 12px;
  color: #213b53;
  background: #ffffff;
  border: 1px solid #cbd5dc;
  border-radius: 6px;
  box-shadow: 0 16px 34px rgba(5, 28, 42, 0.18);
  font-size: 0.82rem;
  font-weight: 560;
  line-height: 1.45;
}

.secure-note {
  display: grid;
  gap: 5px;
  margin: 14px 0 16px;
  padding: 14px 16px;
  background: #f1f7f8;
  border: 1px solid #bfdadd;
  border-radius: 5px;
}

.secure-note strong {
  color: var(--navy);
  font-size: 0.9rem;
}

.secure-note span {
  color: #395466;
  font-size: 0.84rem;
  line-height: 1.48;
}

input,
select,
textarea {
  width: 100%;
  min-height: 46px;
  padding: 10px 12px;
  color: var(--ink);
  background: #fbfcfd;
  border: 1px solid #cbd5dc;
  border-radius: 5px;
  outline: none;
}

input[readonly] {
  color: #566879;
  background: #eef3f4;
}

input:-webkit-autofill,
select:-webkit-autofill,
textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fbfcfd inset;
  -webkit-text-fill-color: var(--ink);
  caret-color: var(--ink);
  transition: background-color 9999s ease-out;
}

textarea {
  resize: vertical;
  font: inherit;
  line-height: 1.45;
}

input:focus,
select:focus,
textarea:focus,
button:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(0, 107, 117, 0.2);
  outline-offset: 2px;
}

.field-help {
  display: block;
  margin-top: 6px;
  color: #667586;
  font-size: 0.76rem;
  line-height: 1.35;
}

.address-status {
  margin: -10px 0 4px;
  padding: 10px 12px;
  border-radius: 5px;
  font-size: 0.8rem;
  font-weight: 760;
  line-height: 1.4;
}

.address-status.is-info {
  color: #163b54;
  background: #eef7f8;
  border: 1px solid #c3dfe4;
}

.address-status.is-success {
  color: #12433c;
  background: #edf8f2;
  border: 1px solid #b8dfca;
}

.address-status.is-error {
  color: #85381c;
  background: #fff2e9;
  border: 1px solid #ecc7ae;
}

.button-group {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 0;
  padding: 0;
  border: 0;
}

.button-group.two {
  grid-template-columns: repeat(2, 1fr);
}

.button-group.four {
  grid-template-columns: repeat(4, 1fr);
}

.button-group legend {
  grid-column: 1 / -1;
}

.button-group label {
  display: flex;
  min-height: 46px;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 9px 10px;
  color: #415166;
  background: #fbfcfd;
  border: 1px solid #cbd5dc;
  border-radius: 5px;
  font-size: 0.79rem;
}

.button-group input {
  width: auto;
  min-height: auto;
  accent-color: var(--teal);
}

.button-group label:has(input:checked) {
  color: #ffffff;
  background: var(--teal);
  border-color: var(--teal);
}

.counter-field {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  border: 0;
}

.counter-control {
  display: grid;
  grid-template-columns: 44px 1fr 44px;
  min-height: 46px;
  overflow: hidden;
  background: #fbfcfd;
  border: 1px solid #cbd5dc;
  border-radius: 5px;
}

.counter-control button {
  display: grid;
  min-width: 44px;
  min-height: 46px;
  place-items: center;
  color: var(--teal);
  background: #eef8f9;
  border: 0;
  font-size: 1.2rem;
  font-weight: 900;
  cursor: pointer;
}

.counter-control button:disabled {
  color: #90a4ad;
  background: #f5f7f8;
  cursor: not-allowed;
}

.counter-control output {
  display: grid;
  min-width: 0;
  place-items: center;
  padding: 0 10px;
  color: #142d46;
  font-size: 0.88rem;
  font-weight: 840;
  text-align: center;
}

.driver-details,
.vehicle-details {
  display: grid;
  gap: 14px;
  margin: 2px 0 24px;
}

.driver-detail-card,
.vehicle-detail-card {
  display: grid;
  gap: 14px;
  padding: 16px;
  background: #f8fbfc;
  border: 1px solid #d5e3e6;
  border-radius: 6px;
}

.driver-detail-card h3,
.vehicle-detail-card h3 {
  margin: 0;
  color: var(--navy);
  font-size: 0.98rem;
  line-height: 1.25;
}

.driver-detail-card > p,
.vehicle-detail-card > p {
  margin: -6px 0 0;
  color: #586d7e;
  font-size: 0.82rem;
  line-height: 1.45;
}

.driver-detail-card .field-row,
.vehicle-detail-card .field-row {
  margin-bottom: 0;
}

.license-scan-row {
  display: grid;
  gap: 8px;
  margin-top: 10px;
  padding: 11px;
  background: #f1f8f9;
  border: 1px solid #c8dfe3;
  border-radius: 5px;
}

.vehicle-lookup-row {
  display: grid;
  gap: 7px;
  margin-top: 10px;
  padding: 11px;
  background: #f1f8f9;
  border: 1px solid #c8dfe3;
  border-radius: 5px;
}

.license-scan-consent {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 0;
  color: #29475c;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.35;
}

.license-scan-consent input {
  width: auto;
  min-height: auto;
  margin-top: 2px;
  accent-color: var(--teal);
}

.license-scan-button {
  justify-self: start;
  min-height: 40px;
  padding: 9px 13px;
  color: #ffffff;
  background: var(--teal);
  border: 1px solid var(--teal);
  border-radius: 5px;
  font: inherit;
  font-size: 0.8rem;
  font-weight: 850;
  cursor: pointer;
}

.vehicle-lookup-button {
  justify-self: start;
  min-height: 40px;
  padding: 9px 13px;
  color: var(--teal);
  background: #ffffff;
  border: 1px solid var(--teal);
  border-radius: 5px;
  font: inherit;
  font-size: 0.8rem;
  font-weight: 850;
  cursor: pointer;
}

.vehicle-lookup-button:disabled {
  opacity: 0.65;
  cursor: wait;
}

.license-scan-button:disabled {
  opacity: 0.65;
  cursor: wait;
}

.license-scan-row small,
.license-scan-status,
.vehicle-lookup-row small,
.vehicle-lookup-status {
  margin: 0;
  color: #586d7e;
  font-size: 0.76rem;
  line-height: 1.35;
}

.license-scan-status.is-error {
  color: #85381c;
}

.vehicle-lookup-status.is-error {
  color: #85381c;
}

.license-scan-status.is-success {
  color: #12433c;
}

.vehicle-lookup-status.is-success {
  color: #12433c;
}

.detail-panels {
  display: grid;
  gap: 10px;
  margin-bottom: 14px;
}

.detail-panel {
  padding: 13px;
  background: #f3f9fa;
  border: 1px solid #cfdee2;
  border-radius: 5px;
}

.detail-panel h3 {
  margin-bottom: 10px;
  font-size: 0.94rem;
}

.lead-status {
  margin-top: 18px;
  padding: 13px 14px;
  border-radius: 5px;
  font-size: 0.86rem;
  font-weight: 760;
  line-height: 1.45;
}

.lead-status.is-info {
  color: #163b54;
  background: #eef7f8;
  border: 1px solid #c3dfe4;
}

.lead-status.is-success {
  color: #12433c;
  background: #edf8f2;
  border: 1px solid #b8dfca;
}

.lead-status.is-error {
  color: #8b331f;
  background: #fff3ec;
  border: 1px solid #e7bea8;
}

.lead-status a {
  display: inline-flex;
  margin-top: 7px;
  color: var(--teal);
  font-weight: 900;
}

.review-list,
.summary-list {
  display: grid;
  gap: 0;
  margin: 18px 0;
  border-top: 1px solid var(--line);
}

.review-list div,
.summary-list div {
  display: grid;
  grid-template-columns: minmax(112px, 0.65fr) 1fr;
  gap: 14px;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
}

.review-list dt,
.summary-list dt {
  color: #647384;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.review-list dd,
.summary-list dd {
  margin: 0;
  text-align: right;
  font-size: 0.88rem;
  font-weight: 780;
}

.consent-box {
  display: flex;
  gap: 12px;
  padding: 13px;
  background: #fff8eb;
  border: 1px solid #e1bd83;
  border-radius: 5px;
}

.consent-box input {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  min-height: 20px;
  margin-top: 2px;
  accent-color: var(--teal);
}

.consent-box span {
  color: #2d3d4e;
  font-size: 0.81rem;
  line-height: 1.45;
}

.quote-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(360px, 560px);
  gap: 42px;
  align-items: start;
}

.quote-support {
  position: sticky;
  top: 24px;
  display: grid;
  gap: 18px;
  padding: 34px;
  color: #ffffff;
  background: linear-gradient(145deg, var(--navy) 0%, var(--teal-dark) 100%);
  border-radius: 8px;
  box-shadow: 0 20px 42px rgba(6, 42, 70, 0.18);
}

.quote-support h2 {
  margin: 0;
  color: #fffaf2;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(2rem, 3vw, 3.05rem);
  font-weight: 880;
  line-height: 1.08;
}

.page-section .quote-support h2 {
  color: #fffaf2;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(2rem, 3vw, 3.05rem);
  font-weight: 880;
  line-height: 1.08;
}

.quote-support p,
.quote-support li {
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.58;
}

.page-section .quote-support p,
.page-section .quote-support li {
  color: rgba(255, 255, 255, 0.92);
}

.quote-support ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 20px;
}

.quote-support-media {
  position: relative;
  overflow: hidden;
  min-height: 190px;
  margin: 2px 0 0;
  border-radius: 7px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.quote-support-media::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(4, 28, 46, 0.04), rgba(4, 28, 46, 0.28));
}

.quote-support-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 190px;
  object-fit: cover;
}

.dynamic-detail-list {
  display: grid;
  gap: 18px;
}

.dynamic-detail-card {
  display: grid;
  gap: 14px;
  padding: 18px;
  background: #fbfcfd;
  border: 1px solid #d9e1e6;
  border-radius: 7px;
}

.dynamic-detail-card h3 {
  margin: 0;
  color: var(--navy);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.95rem;
  font-weight: 900;
  line-height: 1.25;
}

.dynamic-detail-card .field-row {
  margin-bottom: 0;
}

.field-note {
  margin: 0;
  padding: 12px 14px;
  color: #244157;
  background: #eef7f8;
  border: 1px solid #c3dfe4;
  border-radius: 6px;
  font-size: 0.84rem;
  font-weight: 720;
  line-height: 1.45;
}

.conditional-field[hidden] {
  display: none;
}

.simple-quote-card {
  padding: 28px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 40px rgba(6, 42, 70, 0.14);
}

.simple-step {
  display: grid;
  gap: 18px;
  padding-top: 24px;
}

.simple-step h2,
.simple-success h2 {
  margin: 0;
  color: var(--navy);
  font-size: 1.45rem;
  line-height: 1.2;
}

.simple-step label:not(.consent-box) {
  display: block;
  margin-bottom: 7px;
  color: #17324a;
  font-size: 0.88rem;
  font-weight: 850;
}

.simple-success {
  display: grid;
  gap: 18px;
  padding-top: 24px;
}

.recap-grid {
  display: grid;
  gap: 14px;
}

.recap-card {
  padding: 16px;
  background: #fbfcfd;
  border: 1px solid #d9e1e6;
  border-radius: 7px;
}

.recap-card h3 {
  margin: 0 0 10px;
  color: var(--navy);
  font-size: 0.98rem;
  line-height: 1.25;
}

.recap-card .summary-list {
  margin: 0;
}

.recap-card .summary-list div {
  grid-template-columns: minmax(120px, 0.72fr) minmax(0, 1fr);
}

.recap-card .summary-list dd {
  overflow-wrap: anywhere;
}

.mini-disclaimer {
  margin: 0;
  color: var(--muted);
  font-size: 0.85rem;
  line-height: 1.5;
}

.mini-disclaimer a {
  color: var(--teal);
  font-weight: 850;
  text-decoration: underline;
}

.legal-note {
  margin: 10px 0 0;
  color: #6d7782;
  font-size: 0.78rem;
}

.card-actions {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  margin-top: 24px;
}

.card-actions:has(.back-button[hidden]) {
  grid-template-columns: 1fr;
}

.callback-escape {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 12px;
  align-items: center;
  margin-top: 20px;
}

.callback-escape span {
  height: 1px;
  background: var(--line);
}

.callback-escape small {
  color: #6a7885;
  font-size: 0.82rem;
}

.callback-escape button {
  grid-column: 1 / -1;
  justify-self: center;
  min-height: auto;
  padding: 4px 2px;
  color: var(--teal);
  background: transparent;
  border: 0;
  font-size: 0.92rem;
  font-weight: 900;
  text-align: center;
}

.callback-escape button:hover,
.callback-escape button:focus-visible {
  color: var(--teal-dark);
  text-decoration: underline;
}

.back-button {
  min-width: 96px;
  padding: 0 18px;
  color: var(--ink);
  background: #ffffff;
  border: 1px solid var(--line);
}

.continue-button,
.submit-button {
  width: 100%;
  color: #ffffff;
  background: var(--teal);
}

.continue-button:hover,
.submit-button:hover {
  background: var(--teal-dark);
}

.resume-row,
.callback-row {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 12px;
  align-items: center;
  margin-top: 26px;
}

.resume-row span,
.callback-row span {
  height: 1px;
  background: var(--line);
}

.resume-row small,
.callback-row small {
  color: #576879;
}

.resume-row button,
.callback-row button {
  grid-column: 1 / -1;
  justify-self: center;
  padding: 0;
  color: var(--teal);
  background: transparent;
  border: 0;
  font-weight: 800;
}

button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.trust-strip {
  color: #ffffff;
  background: linear-gradient(90deg, #062b48, #003b5a);
}

.trust-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: min(100%, var(--max));
  margin: 0 auto;
}

.trust-item {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 14px;
  min-height: 86px;
  padding: 16px 26px;
  align-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}

.trust-item:last-child {
  border-right: 0;
}

.trust-item svg {
  font-size: 2.58rem;
  stroke-width: 1.7;
}

.trust-item p {
  margin: 0;
}

.trust-item strong,
.trust-item span {
  display: block;
}

.trust-item strong {
  font-size: 0.92rem;
}

.trust-item span {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.82rem;
  line-height: 1.25;
}

.process-section {
  padding: 34px 20px 30px;
  text-align: center;
  background: #ffffff;
}

.section-kicker {
  margin-bottom: 8px;
  color: var(--copper);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.process-section h2,
.coverage-section h2,
.completion h2 {
  margin-bottom: 30px;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 2.8vw, 2.8rem);
  line-height: 1.1;
}

.process-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 42px;
  width: min(100%, 1080px);
  margin: 0 auto 26px;
  text-align: left;
}

.process-steps article {
  position: relative;
  min-width: 0;
}

.process-steps article:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 30px;
  right: -34px;
  width: 86px;
  border-top: 2px dashed #a9aeb4;
}

.number {
  display: inline-grid;
  width: 36px;
  height: 36px;
  margin-right: 16px;
  place-items: center;
  color: var(--teal);
  background: #e4f2f4;
  border-radius: 999px;
  font-weight: 900;
}

.process-steps svg {
  width: 40px;
  height: 40px;
  color: var(--teal);
  vertical-align: middle;
  stroke-width: 1.7;
}

.process-steps h3 {
  margin: 18px 0 8px;
  color: #111820;
  font-size: 0.95rem;
}

.process-steps p {
  margin-bottom: 0;
  color: #314963;
  font-size: 0.9rem;
  line-height: 1.45;
}

.outline-button {
  min-width: 330px;
  min-height: 38px;
  padding: 0 18px;
  color: var(--teal);
  background: #ffffff;
  border: 1px solid var(--teal);
  border-radius: 4px;
  font-size: 0.86rem;
}

.coverage-section,
.completion {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: 42px;
  width: min(100% - 40px, var(--max));
  margin: 0 auto;
  padding: 72px 0;
  align-items: start;
}

.coverage-section p,
.completion p {
  color: var(--muted);
  line-height: 1.65;
}

.coverage-summary {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.coverage-summary article {
  min-height: 140px;
  padding: 20px;
  background: #f7fafb;
  border: 1px solid var(--line);
  border-radius: 6px;
}

.coverage-summary strong,
.coverage-summary span {
  display: block;
}

.coverage-summary span {
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.completion {
  color: #ffffff;
  background: var(--navy-deep);
  width: 100%;
  padding-right: max(20px, calc((100vw - var(--max)) / 2));
  padding-left: max(20px, calc((100vw - var(--max)) / 2));
}

.completion h2,
.completion .section-kicker {
  color: #ffffff;
}

.completion p {
  color: rgba(255, 255, 255, 0.8);
}

.completion-note {
  font-weight: 740;
}

.completion-call {
  display: inline-flex;
  min-height: 44px;
  margin-top: 18px;
  padding: 0 18px;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: var(--copper);
  border-radius: 5px;
  font-weight: 880;
}

.completion-call:hover {
  background: var(--copper-dark);
}

.summary-list {
  margin: 0;
  padding: 22px;
  color: var(--ink);
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 6px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 24px max(20px, calc((100vw - var(--max)) / 2));
  color: #586978;
  background: #ffffff;
  border-top: 1px solid var(--line);
  font-size: 0.84rem;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: flex-end;
  color: var(--navy);
  font-weight: 820;
}

.site-footer a:hover {
  color: var(--teal);
}

.callback-modal {
  position: fixed;
  inset: 0;
  z-index: 30;
  display: grid;
  padding: 22px;
  place-items: center;
  background: rgba(4, 20, 35, 0.62);
}

.callback-modal-panel {
  position: relative;
  width: min(100%, 720px);
  max-height: min(92vh, 820px);
  overflow: auto;
  padding: 28px;
  color: var(--ink);
  background: #ffffff;
  border: 1px solid rgba(6, 42, 70, 0.16);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.callback-modal-panel h2 {
  margin-bottom: 8px;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  line-height: 1.1;
}

.callback-modal-panel > p:not(.form-alert) {
  margin-bottom: 18px;
  color: var(--muted);
  line-height: 1.55;
}

.modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: #445568;
  background: #f3f7f8;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 1.2rem;
  font-weight: 800;
}

.modal-actions {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 10px;
  margin-top: 18px;
}

.body.modal-open,
body.modal-open {
  overflow: hidden;
}

.page-main {
  background: #ffffff;
}

.page-shell {
  width: min(100% - 56px, var(--max));
  margin: 0 auto;
}

.page-shell.split {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(340px, 1.15fr);
  gap: 52px;
  align-items: start;
}

.page-hero {
  color: #ffffff;
  background-image:
    linear-gradient(90deg, rgba(4, 22, 34, 0.94) 0%, rgba(4, 22, 34, 0.86) 48%, rgba(0, 79, 89, 0.7) 100%),
    url("./assets/arizona-policy-hero.jpg");
  background-position: center;
  background-size: cover;
}

.page-hero.compact {
  background-position: center 42%;
}

.page-hero .page-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  min-height: 360px;
  padding: 72px 0;
  align-items: end;
}

.page-hero h1 {
  max-width: 820px;
  margin: 0 0 18px;
  color: #fffaf2;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(2.35rem, 4.7vw, 4.15rem);
  font-weight: 880;
  line-height: 1.08;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.46), 0 12px 30px rgba(0, 0, 0, 0.28);
  text-wrap: balance;
}

.page-hero p:not(.section-kicker) {
  max-width: 720px;
  margin-bottom: 0;
  color: rgba(246, 251, 251, 0.94);
  font-size: 1.08rem;
  font-weight: 540;
  line-height: 1.58;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  text-wrap: pretty;
}

.page-section {
  padding: 72px 0;
}

.page-section.tinted {
  background: var(--soft);
  border-top: 1px solid rgba(6, 42, 70, 0.08);
  border-bottom: 1px solid rgba(6, 42, 70, 0.08);
}

.page-section h2 {
  max-width: 760px;
  margin: 0 0 18px;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3.4vw, 3.1rem);
  line-height: 1.1;
}

.page-section p {
  max-width: 720px;
  color: var(--muted);
  line-height: 1.65;
}

.coverage-detail-grid,
.info-grid,
.policy-list {
  display: grid;
  gap: 14px;
}

.coverage-detail-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.coverage-detail-grid article,
.info-grid article,
.policy-list article,
.score-panel,
.notice-panel {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 6px;
}

.coverage-detail-grid article {
  min-height: 190px;
  padding: 24px;
}

.coverage-detail-grid .line-icon {
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  color: var(--teal);
  background: var(--teal-soft);
  border-radius: 6px;
  font-size: 2.1rem;
}

.coverage-detail-grid h3 {
  margin: 0 0 8px;
  color: var(--navy);
  font-size: 1.08rem;
}

.coverage-detail-grid p,
.info-grid span,
.policy-list span {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.text-link {
  display: inline-flex;
  margin-top: 12px;
  color: var(--teal);
  font-size: 0.9rem;
  font-weight: 850;
  text-decoration: none;
}

.text-link:hover {
  color: var(--teal-dark);
  text-decoration: underline;
}

.info-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.info-grid.four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.info-grid article,
.policy-list article {
  padding: 22px;
}

.info-grid strong,
.policy-list strong {
  display: block;
  margin-bottom: 8px;
  color: var(--navy);
  font-size: 1rem;
}

.info-grid span,
.policy-list span {
  display: block;
}

.timeline {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.timeline article {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 22px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}

.timeline span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: #ffffff;
  background: var(--teal);
  border-radius: 999px;
  font-weight: 900;
}

.timeline h2 {
  max-width: none;
  margin-bottom: 8px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.18rem;
  line-height: 1.3;
}

.timeline p {
  margin-bottom: 0;
}

.score-panel {
  padding: 28px;
  box-shadow: 0 16px 36px rgba(5, 28, 42, 0.08);
}

.score-panel strong {
  display: block;
  margin-bottom: 16px;
  color: var(--navy);
  font-size: 1.16rem;
}

.score-panel ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.5;
}

.notice-panel {
  padding: 34px;
}

@media (max-width: 1040px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav-links {
    display: none;
  }

  .phone-link {
    justify-self: end;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 40px 0;
  }

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

  .quote-card {
    max-width: 600px;
  }

	  .trust-inner,
	  .process-steps,
	  .coverage-summary {
	    grid-template-columns: repeat(2, 1fr);
	  }

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

  .process-steps article:not(:last-child)::after {
    display: none;
  }

  .coverage-section,
  .completion {
    grid-template-columns: 1fr;
  }

  .page-shell.split,
  .page-hero .page-shell,
  .quote-layout {
    grid-template-columns: 1fr;
  }

  .quote-support {
    position: static;
  }

  .page-hero .page-shell {
    align-items: start;
  }

  .info-grid,
  .info-grid.four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .site-header {
    min-height: 76px;
    padding: 10px 14px;
  }

  .brand-mark {
    width: 52px;
    height: 52px;
    font-size: 1.55rem;
  }

  .brand-wordmark span {
    font-size: 1.02rem;
    letter-spacing: 0.18em;
  }

  .brand-wordmark small {
    font-size: 0.7rem;
    letter-spacing: 0.18em;
  }

  .phone-link svg,
  .phone-link small {
    display: none;
  }

  .phone-link strong {
    font-size: 0.92rem;
  }

  .hero {
    background-position: 44% center;
  }

  .hero-inner {
    width: min(100% - 24px, var(--max));
    min-height: auto;
    padding: 34px 0 30px;
  }

  .hero-copy h1 {
    font-size: clamp(2.12rem, 9.5vw, 2.95rem);
    line-height: 1.1;
  }

  .hero-copy p {
    font-size: 1rem;
    line-height: 1.55;
  }

  .hero-points,
  .coverage-grid,
  .housing-grid,
  .field-row,
  .address-row,
  .button-group,
  .trust-inner,
  .process-steps,
  .coverage-summary {
    grid-template-columns: 1fr;
  }

  .button-group.two,
  .button-group.four {
    grid-template-columns: 1fr;
  }

  .hero-points {
    gap: 12px;
  }

  .physical-damage-option {
    grid-template-columns: 20px 1fr;
  }

  .physical-damage-option .field-tip {
    grid-column: 2;
    justify-self: start;
  }

  .start-button,
  .outline-button {
    width: 100%;
    min-width: 0;
  }

  .quote-card {
    padding: 20px 16px;
  }

  .simple-quote-card,
  .quote-support {
    padding: 22px 18px;
  }

  .quote-layout {
    gap: 22px;
  }

  .quote-topline {
    width: 100%;
  }

  .card-actions {
    grid-template-columns: 1fr;
  }

  .back-button {
    width: 100%;
  }

  .trust-item {
    min-height: 78px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  }

  .trust-item:last-child {
    border-bottom: 0;
  }

  .process-section {
    padding-top: 42px;
  }

  .coverage-section,
  .completion {
    width: min(100% - 24px, var(--max));
    padding: 56px 0;
  }

  .completion {
    width: 100%;
    padding-right: 14px;
    padding-left: 14px;
  }

  .review-list div,
  .summary-list div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .review-list dd,
  .summary-list dd {
    text-align: left;
  }

  .site-footer {
    display: grid;
    padding: 22px 14px;
  }

  .site-footer nav {
    justify-content: flex-start;
  }

  .callback-modal {
    padding: 12px;
    align-items: start;
  }

  .callback-modal-panel {
    padding: 24px 16px 18px;
  }

  .modal-actions {
    grid-template-columns: 1fr;
  }

  .page-shell {
    width: min(100% - 24px, var(--max));
  }

  .page-hero .page-shell,
  .page-section {
    padding: 52px 0;
  }

  .page-hero h1 {
    font-size: clamp(2.08rem, 9.2vw, 2.95rem);
    line-height: 1.1;
  }

  .coverage-detail-grid,
  .info-grid,
  .info-grid.four {
    grid-template-columns: 1fr;
  }

  .coverage-detail-grid article {
    min-height: auto;
  }

  .timeline article {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 16px;
  }
}

@media (max-width: 420px) {
  .site-header {
    grid-template-columns: 1fr;
  }

  .phone-link {
    display: none;
  }

  .brand {
    min-width: 0;
  }

  .brand-wordmark span {
    font-size: 0.92rem;
    letter-spacing: 0.12em;
  }

  .brand-wordmark small {
    letter-spacing: 0.12em;
  }
}
