@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;
}
/***************************************
 * 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;
}
.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;
}
.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: 0 0 16px;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  overflow: hidden;
  font-size: 0.95rem;
  background-color: white;
}
.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: 6px;
  background: #ff6f7c;
  color: #000;
  font-family: 'Dela Gothic One', 'Inter', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 500;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  text-decoration: none;
}
.steps .step__cta--secondary {
  background: #d3d3d3;
}
.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;
}
/***************************************
 * Header
 **************************************/
.site-header {
  width: 100vw;
  margin: 0 calc(-50vw + 50%) 32px;
  padding: 16px 24px;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  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: 48px;
  background: url('../img/VOW.svg') center / contain no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}
body {
  background-color: #def8f2;
  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 */