:root {
  --specialty-navy: #102a43;
  --specialty-blue: #1767d2;
  --specialty-blue-dark: #0f55b5;
  --specialty-muted: #60758a;
  --specialty-line: #dce6ef;
  --specialty-bg: #eef4f9;
}

body {
  background: var(--specialty-bg);
  color: var(--specialty-navy);
}

.animate-in,
.delay-1 {
  animation: none !important;
  opacity: 1 !important;
  transform: none !important;
}

.container {
  width: min(100% - 28px, 760px);
  max-width: none;
  margin: 20px auto;
  padding: 28px 54px 42px;
  background: #fff;
  border: 1px solid #dfe8ef;
  border-radius: 22px;
  box-shadow: 0 18px 48px rgba(16, 42, 67, 0.08);
}

.page-header {
  margin: 0 0 30px;
  padding: 0;
  text-align: center;
}

.page-header img {
  display: block;
  width: min(250px, 64vw) !important;
  height: auto !important;
  margin: 0 auto 28px !important;
}

.hero-title {
  max-width: 660px;
  margin: 0 auto;
  color: var(--specialty-navy);
  font-family: inherit;
  font-size: clamp(34px, 5.3vw, 50px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.hero-title em {
  color: var(--specialty-blue);
  font-style: normal;
}

.hero-subtitle {
  max-width: 610px;
  margin: 15px auto 0;
  color: var(--specialty-muted);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.42;
}

.layout {
  display: flex;
  flex-direction: column;
  gap: 22px;
  align-items: center;
}

.summary {
  display: contents;
}

.loved-callout,
.product-card,
.testimonial-card,
.payment-panel {
  width: min(100%, 590px);
}

.loved-callout {
  order: 1;
  margin: 0;
  padding: 15px 17px;
  border: 1px solid #d5e1eb;
  border-radius: 14px;
  background: #f8fbfe;
  box-shadow: none;
}

.loved-callout-star {
  color: #f3b51b;
}

.loved-callout-text strong {
  color: var(--specialty-navy);
}

.loved-callout-text span {
  color: var(--specialty-muted);
}

.product-card {
  order: 2;
  overflow: hidden;
  border: 1px solid #d5e1eb;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(16, 42, 67, 0.09);
}

.product-header {
  padding: 23px 20px 21px;
  background: linear-gradient(135deg, #114777, #1767d2);
  text-align: center;
}

.product-name {
  max-width: none;
  margin: 0;
  color: #fff;
  font-size: 25px;
  font-weight: 800;
  letter-spacing: -0.025em;
}

.product-body {
  padding: 27px 30px 30px;
}

.product-price {
  justify-content: center;
  margin-bottom: 8px;
}

.price-only {
  color: var(--specialty-navy);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.price-amount {
  color: var(--specialty-blue);
  font-size: 50px;
  font-weight: 850;
  line-height: 1;
}

.price-period {
  color: var(--specialty-muted);
  font-size: 17px;
  font-weight: 700;
}

.price-note {
  color: var(--specialty-muted) !important;
  font-size: 14px;
}

.product-divider {
  margin: 22px 0 20px;
  background: var(--specialty-line);
}

.section-label {
  margin-bottom: 10px;
  color: var(--specialty-navy);
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.02em;
  text-align: center;
  text-transform: none;
}

.feature-list-numbered {
  gap: 0;
}

.feature-list-numbered li {
  gap: 13px;
  padding: 13px 5px;
  border: 0;
  border-bottom: 1px solid var(--specialty-line);
  border-radius: 0;
  background: #fff;
}

.feature-list-numbered .num-badge {
  width: 28px;
  min-width: 28px;
  height: 28px;
  background: var(--specialty-blue);
  font-size: 14px;
}

.feature-list-numbered li span:not(.num-badge) {
  color: var(--specialty-navy);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
}

.testimonial-card {
  order: 3;
  padding: 22px 24px;
  border: 1px solid #d5e1eb;
  border-left: 4px solid var(--specialty-blue);
  border-radius: 14px;
  background: #f8fbfe;
}

.testimonial-quote {
  color: var(--specialty-navy);
  font-size: 15px;
  line-height: 1.65;
}

.testimonial-quote span {
  color: var(--specialty-muted);
}

.payment-panel {
  order: 4;
  padding: 30px;
  border: 1px solid #d5e1eb;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(16, 42, 67, 0.09);
}

.checkout-shell {
  gap: 16px;
}

.wallet-box {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: #fff;
}

.wallet-kicker {
  color: var(--specialty-blue);
}

.wallet-copy {
  display: none;
}

.wallet-divider {
  color: #7b8da0;
}

.wallet-divider::before,
.wallet-divider::after {
  background: var(--specialty-line);
}

.checkout-form {
  gap: 15px;
}

.field-grid {
  grid-template-columns: 1fr;
  gap: 15px;
}

.field label {
  color: var(--specialty-navy);
  font-size: 13px;
  font-weight: 800;
}

.field input {
  min-height: 52px;
  padding: 12px 14px;
  border: 1px solid #b8c9d8;
  border-radius: 8px;
  color: var(--specialty-navy);
  font-size: 16px;
}

.field input:focus {
  border-color: var(--specialty-blue);
  box-shadow: 0 0 0 3px rgba(23, 103, 210, 0.12);
}

.payment-element-shell {
  min-height: 95px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: #fff;
}

#payment-element {
  min-height: 95px;
}

.submit-button {
  min-height: 58px;
  padding: 14px 20px;
  border-radius: 8px;
  background: var(--specialty-blue);
  box-shadow: 0 7px 18px rgba(23, 103, 210, 0.24);
  font-size: 18px;
  font-weight: 850;
}

.submit-button:hover {
  background: var(--specialty-blue-dark);
  box-shadow: 0 7px 18px rgba(23, 103, 210, 0.24);
  transform: none;
}

.status-copy {
  color: #b42318;
  font-size: 14px;
  text-align: center;
}

.trust-list {
  margin-top: 14px !important;
}

.trust-item {
  color: #8799aa;
  font-size: 12.5px;
}

@media (max-width: 600px) {
  body {
    background: #fff;
  }

  .container {
    width: 100%;
    margin: 0;
    padding: 21px 16px 34px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .page-header {
    margin-bottom: 28px;
    padding: 0;
  }

  .page-header img {
    margin-bottom: 25px !important;
  }

  .hero-title {
    font-size: 34px;
  }

  .hero-subtitle {
    margin-top: 13px;
    font-size: 18px;
  }

  .loved-callout {
    padding: 14px 12px;
  }

  .loved-circles img {
    width: 34px;
    height: 34px;
  }

  .product-body,
  .payment-panel {
    padding: 26px 16px 25px;
  }

  .price-amount {
    font-size: 48px;
  }

  .section-label {
    font-size: 23px;
  }

  .feature-list-numbered li {
    padding: 13px 3px;
  }

  .testimonial-card {
    padding: 20px 18px;
  }
}
