@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter/Inter-VariableFont_opsz,wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter/Inter-Italic-VariableFont_opsz,wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Dela Gothic One';
  src: url('../fonts/Dela_Gothic_One/DelaGothicOne-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
body {
  max-width: 480px;
  margin: 0 auto;
  padding: 0 16px 16px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/***************************************
 * Steps
 **************************************/
.steps {
  display: grid;
  gap: 24px;
  margin-top: 16px;
}
.steps .card {
  margin: 24px 0;
  padding: 16px 18px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  text-align: center;
}
.steps .card__eyebrow {
  margin: 0 0 12px;
}
.steps .card__coverage {
  font-size: 2rem;
  margin: 0 0 0px;
}
.steps .card__promises {
  list-style: none;
  padding: 0;
  margin: 48px 0 0;
}
.steps .card__promises li {
  margin-bottom: 12px;
}
.steps form > * + * {
  margin-top: 24px;
}
.steps form label {
  display: block;
  position: relative;
  font-weight: 600;
  color: #111;
  font-size: 1rem;
  line-height: 1.2;
}
.steps form label.label--with-info .label__headline {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  padding: 0;
}
.steps form label.label--with-info .label__info-toggle {
  width: auto;
  height: auto;
  border: 0;
  background: transparent;
  color: #000;
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  padding: 0 2px;
  transition: color 0.15s ease, transform 0.15s ease;
}
.steps form label.label--with-info .label__info-toggle:hover,
.steps form label.label--with-info .label__info-toggle:focus {
  color: #111;
  transform: translateY(-1px);
  outline: none;
}
.steps form label.label--with-info .label__hint {
  display: none;
  margin: 6px 0 0;
  padding: 0;
  background: transparent;
  border-radius: 0;
  border: 0;
  font-weight: 400;
  color: #444;
  font-size: 0.95rem;
}
.steps form label.label--with-info .label__hint.label__hint--visible {
  display: block;
}
.steps form label input[type="date"],
.steps form label input[type="text"],
.steps form label input[type="email"],
.steps form label input[type="number"] {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  background: #fff;
  font-size: 1rem;
  color: #111;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.04);
  appearance: none;
  box-sizing: border-box;
}
.steps form label input[type="date"]:focus,
.steps form label input[type="text"]:focus,
.steps form label input[type="email"]:focus,
.steps form label input[type="number"]:focus {
  border-color: #000;
  outline: none;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
}
.steps form label.input-with-unit input[type="number"] {
  padding-right: 52px;
}
.steps form label.input-with-unit .unit {
  position: absolute;
  right: 12px;
  top: 32px;
  font-weight: 600;
  color: #555;
}
.steps form .toggle {
  border: none;
  background: transparent;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 1fr;
  gap: 0;
  text-align: center;
}
.steps form .toggle legend {
  font-weight: 600;
  font-size: 1rem;
  color: #111;
  margin: 0 0 8px;
  grid-column: 1 / -1;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 6px;
  flex-wrap: wrap;
  text-align: center;
  background: transparent;
  padding: 0;
  border: 0;
}
.steps form .toggle legend.legend--with-info .legend__headline {
  display: inline-block;
  flex: 0 1 auto;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}
.steps form .toggle legend.legend--with-info .label__info-toggle {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  border: 0;
  background: transparent;
  color: #000;
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
  display: inline-block;
  vertical-align: baseline;
  padding: 0 0 0 4px;
  box-shadow: none;
  transition: color 0.15s ease, transform 0.15s ease;
}
.steps form .toggle legend.legend--with-info .label__info-toggle:hover,
.steps form .toggle legend.legend--with-info .label__info-toggle:focus {
  color: #111;
  transform: translateY(-1px);
  outline: none;
}
.steps form .toggle legend.legend--with-info .label__hint {
  display: none;
  margin: 6px 0 0;
  padding: 0;
  background: transparent;
  border-radius: 0;
  border: 0;
  font-weight: 400;
  color: #444;
  font-size: 0.95rem;
}
.steps form .toggle legend.legend--with-info .label__hint.label__hint--visible {
  display: block;
}
.steps form .toggle label {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  font-weight: 600;
  cursor: pointer;
  border-radius: 0;
  transition: background 0.15s ease, border-color 0.15s ease;
}
.steps form .toggle input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.steps form .toggle span {
  display: block;
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #d9d9d9;
  background: #f7f7f7;
  text-align: center;
  border-radius: 8px;
}
.steps form .toggle label:first-of-type span {
  border-radius: 8px 0 0 8px;
  border-right: none;
}
.steps form .toggle label:last-of-type span {
  border-radius: 0 8px 8px 0;
}
.steps form .toggle input[type="radio"]:checked + span {
  border-color: #000;
  background: #000;
  color: #fff;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
}
.steps .conditions-table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0 16px;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  overflow: hidden;
  font-size: 0.95rem;
  background-color: #fff;
}
.steps .conditions-table th,
.steps .conditions-table td {
  border-bottom: 1px solid #e7e7e7;
  padding: 12px 14px;
  text-align: left;
  vertical-align: top;
}
.steps .conditions-table thead th {
  background: #f1f1f1;
  font-weight: 700;
}
.steps .conditions-table tbody tr:nth-child(odd) {
  background: #fafafa;
}
.steps .conditions-table tbody tr:last-child td {
  border-bottom: none;
}
.steps .step__errors {
  background: #fff4f4;
  border: 1px solid #f3b8b8;
  color: #8b1b1b;
  padding: 12px 14px;
  border-radius: 10px;
  margin: 0 0 16px;
  text-align: left;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}
.steps .step__errors p {
  margin: 0;
  font-weight: 600;
}
.steps .step {
  background: none;
  border-radius: 0;
  padding: 0 0 24px;
  text-align: center;
  box-shadow: none;
}
.steps .step .actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.steps .step__title {
  font-family: 'Dela Gothic One', 'Inter', sans-serif;
  font-size: 1.2rem;
  margin: 0 0 8px;
}
.steps .step__body {
  margin: 0 0 16px;
}
.steps .step__cta {
  display: inline-block;
  padding: 16px 32px;
  border: none;
  border-radius: 32px;
  background: #f0b9a6;
  color: #000;
  font-family: 'Dela Gothic One', 'Inter', sans-serif;
  font-size: 1.125rem;
  font: inherit;
  font-weight: 700;
  line-height: 1.5rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  text-decoration: none;
}
.steps .step__cta:hover {
  color: #cc5534;
}
.steps .step__cta--secondary {
  background: #d3d3d3;
}
.steps .step__cta.is-loading {
  position: relative;
  color: transparent;
  pointer-events: none;
}
.steps .step__cta.is-loading:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  margin: -9px 0 0 -9px;
  border: 2px solid #fff;
  border-top-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.steps .step .step__back-link {
  background: transparent;
  border: none;
  color: #333;
  text-decoration: underline;
  cursor: pointer;
  font-weight: 600;
  margin-top: 10px;
  padding: 0;
  display: block;
  width: auto;
  text-align: center;
}
.steps .step .step__back-link:hover {
  color: #000;
}
.has-info-modal {
  overflow: hidden;
}
.info-modal {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(2px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  z-index: 1000;
}
.info-modal--visible {
  opacity: 1;
  pointer-events: auto;
}
.info-modal__dialog {
  width: min(520px, 100%);
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
  padding: 16px 18px 18px;
  text-align: left;
}
.info-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 8px;
}
.info-modal__title {
  margin: 0;
  font-family: 'Dela Gothic One', 'Inter', sans-serif;
  font-size: 1.05rem;
}
.info-modal__close {
  border: 1px solid #d9d9d9;
  background: #f7f7f7;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  cursor: pointer;
  transition: background 0.15s ease, transform 0.15s ease;
}
.info-modal__close:hover,
.info-modal__close:focus {
  background: #e7e7e7;
  transform: translateY(-1px);
  outline: none;
}
.info-modal__body {
  margin: 0;
  color: #444;
  line-height: 1.5;
}
.info-modal__body a {
  color: #111;
  font-weight: 600;
  text-decoration: underline;
}
/***************************************
 * Header
 **************************************/
.site-header {
  width: 100vw;
  margin: 0 calc(-50vw + 50%) 32px;
  padding: 16px 24px;
  background: #edeada;
  display: flex;
  justify-content: center;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 10;
  box-sizing: border-box;
}
.site-header .logo {
  display: block;
  margin: 0;
  width: 160px;
  height: 24px;
  background: url('../img/VOW.svg') center / contain no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}
body {
  background-color: #edeada;
  font-family: 'Inter', sans-serif;
  font-size: 1.1rem;
  line-height: 150%;
  text-align: center;
}
h1,
h2,
h3 {
  font-family: 'Dela Gothic One', 'Inter', sans-serif;
  font-weight: 400;
}
/*# sourceMappingURL=./style.css.map */