.checkout-page {
  background: #fff;
}
.checkout-header {
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1240px;
  margin: auto;
  padding: 0 35px;
  border-bottom: 1px solid var(--line);
  gap: 25px;
}
.checkout-header img {
  height: auto;
  width: 220px;
  display: block;
}
.checkout-header > span {
  font-size: 11px;
  color: #97a2af;
}
.checkout-header > a:last-child {
  font-size: 11px;
  color: var(--navy);
}
.checkout-header > a:last-child span {
  margin-left: 12px;
  color: var(--red);
}
.checkout-layout {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 370px minmax(0, 1fr);
  gap: 100px;
  padding: 60px 30px 80px;
}
.checkout-summary {
  padding-top: 9px;
  align-self: start;
  position: sticky;
  top: 40px;
}
.checkout-summary .eyebrow {
  font-size: 10px;
  letter-spacing: 2px;
  color: #939da9;
}
.checkout-summary h1 {
  font-size: 46px;
  line-height: 1.18;
  font-weight: 600;
  letter-spacing: -2px;
  margin: 21px 0 20px;
}
.checkout-summary h1 > span {
  color: var(--red);
}
.checkout-summary > p {
  font-size: 12px;
  line-height: 1.9;
  color: var(--muted);
  max-width: 315px;
}
.selected-plan {
  background: var(--navy);
  border-radius: 12px;
  padding: 28px;
  margin-top: 32px;
  color: white;
  position: relative;
  overflow: hidden;
}
.selected-plan::after {
  content: "+";
  position: absolute;
  right: 11px;
  top: 38px;
  font-size: 180px;
  font-weight: 400;
  line-height: 1;
  color: #ffffff05;
  pointer-events: none;
}
.plan-eyebrow {
  font-size: 8px;
  letter-spacing: 1.7px;
  color: #a1b4ca;
}
.selected-plan h2 {
  font-size: 19px;
  line-height: 1.5;
  max-width: 235px;
  margin-top: 19px;
  font-weight: 500;
}
.plan-price {
  font-size: 40px;
  letter-spacing: -1.6px;
  font-weight: 550;
  margin-top: 22px;
}
.plan-period {
  display: block;
  font-size: 10px;
  margin-top: 5px;
  color: #a0b4ca;
}
.plan-divider {
  height: 1px;
  background: #ffffff22;
  margin: 24px 0 18px;
}
.selected-plan p {
  font-size: 11px;
  line-height: 1.8;
  color: #b7c8da;
  max-width: 260px;
}
.selected-plan a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 22px;
  font-size: 10px;
}
.checkout-safe {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  margin: 27px 4px;
  color: #6e8198;
}
.checkout-safe > svg {
  color: #7f96af;
  width: 23px;
  height: 23px;
  flex: none;
}
.checkout-safe strong {
  font-size: 11px;
  font-weight: 500;
  color: #536b85;
}
.checkout-safe p {
  font-size: 10px;
  line-height: 1.8;
  color: #8a98a8;
  margin-top: 7px;
}
.summary-signature {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 8px;
  letter-spacing: 1.9px;
  color: #aeb7c1;
  margin-top: 48px;
}
.summary-signature > span {
  font-size: 25px;
  line-height: 1;
  color: var(--red);
}
.checkout-steps {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 10px;
  color: #a6afb9;
  margin-bottom: 38px;
}
.checkout-steps b {
  font-size: 8px;
  border: 1px solid #e0e5eb;
  border-radius: 50%;
  height: 23px;
  width: 23px;
  display: inline-grid;
  place-items: center;
  margin-right: 7px;
  font-weight: 500;
}
.checkout-steps i {
  height: 1px;
  flex: 1;
  max-width: 40px;
  background: var(--line);
}
.checkout-steps .current {
  color: var(--navy);
}
.checkout-steps .current b {
  background: var(--navy);
  color: white;
  border-color: var(--navy);
}
.checkout-intro h2 {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.9px;
}
.checkout-intro p {
  font-size: 12px;
  color: #8b97a4;
  margin: 10px 0 27px;
}
.checkout-content fieldset {
  margin: 0 0 28px;
  border: 0;
  border-top: 1px solid var(--line);
  padding: 25px 0 0;
  min-width: 0;
}
.checkout-content legend {
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.3px;
  padding: 0 15px 0 0;
  color: #a3adb9;
}
.checkout-content legend span {
  font-size: 12px;
  margin-left: 10px;
  color: var(--navy);
  letter-spacing: 0;
  font-weight: 550;
}
.checkout-content .field {
  font-size: 11px;
  gap: 8px;
}
.checkout-content .field input,
.checkout-content .field select {
  min-height: 43px;
  font-size: 12px;
  background: #fff;
  border-color: #dfe5ed;
}
.checkout-content .field > small {
  display: inline;
  color: #a3aeba;
}
.checkout-content .form-grid {
  gap: 20px 17px;
}
.checkout-content .field input::placeholder {
  font-size: 11px;
  color: #a7b0ba;
}
.coupon-fieldset > p {
  font-size: 11px;
  line-height: 1.8;
  color: #8290a0;
  margin: 0 0 17px;
}
.coupon-input {
  display: flex;
  align-items: flex-end;
  gap: 12px;
}
.coupon-input .field {
  flex: 1;
}
.coupon-input .field input {
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-weight: 600;
}
.coupon-input .btn {
  height: 43px;
}
.coupon-fieldset #couponFeedback {
  margin: 10px 0 0;
  font-size: 10px;
}
.payment-choice {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.payment-choice label {
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 15px 12px;
  display: flex;
  gap: 9px;
  align-items: flex-start;
  cursor: pointer;
}
.payment-choice label:has(input:checked) {
  border-color: #879fbb;
  background: #f6f9fc;
}
.payment-choice input {
  accent-color: var(--navy);
  margin-top: 3px;
}
.payment-choice label span {
  font-size: 11px;
  font-weight: 500;
  line-height: 1.7;
}
.payment-choice small {
  display: block;
  font-size: 8px;
  color: #8c9aa9;
  font-weight: 400;
  margin-top: 5px;
}
.checkout-terms {
  margin: 15px 0 20px;
}
.checkout-terms a {
  text-decoration: underline;
  text-underline-offset: 3px;
  color: var(--navy);
}
.checkout-submit {
  width: 100%;
  font-size: 12px;
  min-height: 48px;
  justify-content: space-between;
  margin-top: 16px;
  padding: 15px 19px;
}
.checkout-submit span {
  font-size: 20px;
  line-height: 1;
}
.checkout-bottom-note {
  font-size: 9px;
  text-align: center;
  color: #94a0ad;
  margin: 12px 0 0;
  line-height: 1.7;
}
.checkout-footer {
  border-top: 1px solid var(--line);
  padding: 25px 35px;
  max-width: 1240px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  font-size: 9px;
  color: #9ca6b1;
}
.bot-trap {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}
.coupon-code {
  font-family: ui-monospace, Consolas, monospace;
  letter-spacing: 1px;
  color: var(--navy);
  font-size: 13px;
}
.checkout-content .inline-notice[hidden] {
  display: none;
}
.checkout-content .form-error[hidden] {
  display: none;
}
@media (max-width: 1000px) {
  .checkout-layout {
    gap: 45px;
    grid-template-columns: 300px minmax(0, 1fr);
    padding: 40px 25px;
  }
  .checkout-summary h1 {
    font-size: 40px;
  }
  .checkout-header > span {
    display: none;
  }
  .selected-plan {
    padding: 23px;
  }
  .plan-price {
    font-size: 35px;
  }
  .payment-choice {
    grid-template-columns: 1fr;
  }
  .summary-signature {
    margin-top: 30px;
  }
}
@media (max-width: 760px) {
  .checkout-header {
    height: 77px;
    padding: 0 22px;
  }
  .checkout-header img {
    width: 183px;
  }
  .checkout-header > a:last-child {
    font-size: 10px;
  }
  .checkout-layout {
    display: block;
    padding: 27px 22px 45px;
  }
  .checkout-summary {
    position: static;
    padding: 0;
  }
  .checkout-summary h1 {
    font-size: 35px;
    margin: 16px 0 15px;
  }
  .checkout-summary h1 br {
    display: none;
  }
  .checkout-summary > p {
    max-width: none;
    font-size: 11px;
  }
  .selected-plan {
    margin-top: 24px;
    padding: 22px;
    display: grid;
    grid-template-columns: 1fr auto;
    column-gap: 20px;
    align-items: center;
  }
  .plan-eyebrow {
    grid-column: 1/-1;
  }
  .selected-plan h2 {
    margin: 10px 0 0;
    font-size: 17px;
    grid-column: 1;
  }
  .plan-price {
    margin-top: 10px;
    font-size: 29px;
    grid-column: 2;
    grid-row: 2;
  }
  .plan-period {
    grid-column: 2;
    text-align: right;
  }
  .plan-divider,
  .selected-plan > p,
  .selected-plan > a,
  .checkout-safe,
  .summary-signature {
    display: none;
  }
  .checkout-steps {
    margin: 30px 0;
  }
  .checkout-intro h2 {
    font-size: 24px;
  }
  .checkout-intro p {
    font-size: 11px;
  }
  .checkout-content .form-grid {
    gap: 17px 12px;
  }
  .checkout-footer {
    padding: 23px;
    font-size: 8px;
    gap: 20px;
    line-height: 1.8;
  }
  .payment-choice {
    grid-template-columns: 1fr 1fr;
  }
  .payment-choice label {
    padding: 13px 9px;
  }
  .payment-choice small {
    font-size: 8px;
  }
  .coupon-input {
    gap: 8px;
  }
  .coupon-input .btn {
    padding-inline: 10px;
    font-size: 10px;
  }
}
