body.nadelai-platform-page:has(.nadelai-launch-shell) {
  background: #f5f7fb;
  color: #202940;
}

.nadelai-launch-shell,
.nadelai-launch-shell * {
  box-sizing: border-box;
}

.nadelai-launch-shell {
  --launch-ink: #202940;
  --launch-muted: #6e7890;
  --launch-blue: #3465df;
  --launch-blue-dark: #244db7;
  --launch-coral: #ef8268;
  --launch-border: #dbe2ef;
  --launch-surface: #ffffff;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 24px 0 68px;
  color: var(--launch-ink);
}

.nadelai-launch-shell a {
  color: inherit;
}

.nadelai-commerce-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 54px;
  margin-bottom: 54px;
}

.nadelai-commerce-topbar .brand {
  color: var(--launch-ink);
}

.nadelai-commerce-topbar .brand svg {
  max-height: 40px;
}

.nadelai-commerce-back {
  color: var(--launch-muted) !important;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.nadelai-commerce-back:hover {
  color: var(--launch-blue) !important;
}

.nadelai-launch-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .72fr);
  gap: 26px;
  align-items: stretch;
}

.nadelai-launch-copy {
  padding: 30px 0 30px 18px;
}

.nadelai-launch-kicker {
  margin: 0 0 14px;
  color: var(--launch-blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.nadelai-launch-copy h1,
.nadelai-checkout-head h1,
.nadelai-cabinet-intro h1,
.nadelai-interview-head h1 {
  max-width: 800px;
  margin: 0;
  color: var(--launch-ink);
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: 0;
}

.nadelai-launch-copy p:not(.nadelai-launch-kicker),
.nadelai-checkout-head p,
.nadelai-cabinet-intro p,
.nadelai-interview-head p,
.nadelai-order-note p {
  max-width: 680px;
  margin: 20px 0 0;
  color: var(--launch-muted);
  font-size: 18px;
  line-height: 1.55;
}

.nadelai-launch-card,
.nadelai-order-note,
.nadelai-cabinet-card,
.nadelai-interview-form,
.nadelai-payment-state {
  border: 1px solid var(--launch-border);
  border-radius: 8px;
  background: var(--launch-surface);
  box-shadow: 0 18px 42px rgba(34, 55, 102, .08);
}

.nadelai-launch-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 438px;
  padding: 28px;
}

.nadelai-product-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  color: var(--launch-blue);
  background: #eef3ff;
  font-size: 21px;
  font-weight: 800;
}

.nadelai-launch-card h2 {
  margin: 24px 0 8px;
  font-size: 28px;
  line-height: 1.15;
}

.nadelai-launch-card p {
  margin: 0;
  color: var(--launch-muted);
  font-size: 16px;
  line-height: 1.48;
}

.nadelai-launch-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 22px 0 8px;
}

.nadelai-launch-price strong {
  font-size: 42px;
  line-height: 1;
}

.nadelai-launch-price span {
  color: var(--launch-muted);
  font-size: 14px;
}

.nadelai-primary-action,
.nadelai-secondary-action,
.nadelai-launch-shell .bx-soa-cart-total-button-container .btn,
.nadelai-launch-shell .btn.btn-default,
.nadelai-launch-shell .btn.btn-lg.btn-block {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border: 0;
  border-radius: 8px;
  background: var(--launch-blue);
  color: #fff !important;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition: background .18s ease, transform .18s ease, box-shadow .18s ease;
  cursor: pointer;
}

.nadelai-primary-action:hover,
.nadelai-launch-shell .bx-soa-cart-total-button-container .btn:hover,
.nadelai-launch-shell .btn.btn-default:hover,
.nadelai-launch-shell .btn.btn-lg.btn-block:hover {
  background: var(--launch-blue-dark);
  color: #fff !important;
  box-shadow: 0 12px 22px rgba(52, 101, 223, .24);
  transform: translateY(-1px);
}

.nadelai-secondary-action {
  border: 1px solid var(--launch-border);
  background: #fff;
  color: var(--launch-ink) !important;
}

.nadelai-secondary-action:hover {
  border-color: #b9c8eb;
  background: #f7f9ff;
  color: var(--launch-blue) !important;
}

.nadelai-launch-smallprint {
  margin: 14px 0 0;
  color: var(--launch-muted);
  font-size: 12px;
  line-height: 1.45;
}

.nadelai-launch-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 56px;
}

.nadelai-launch-benefit {
  min-width: 0;
  padding: 20px;
  border-top: 2px solid var(--launch-coral);
}

.nadelai-launch-benefit b {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
}

.nadelai-launch-benefit span {
  color: var(--launch-muted);
  font-size: 15px;
  line-height: 1.45;
}

.nadelai-checkout-head,
.nadelai-cabinet-intro,
.nadelai-interview-head {
  max-width: 860px;
  margin: 0 auto 30px;
  text-align: center;
}

.nadelai-checkout-head h1,
.nadelai-cabinet-intro h1,
.nadelai-interview-head h1 {
  margin-right: auto;
  margin-left: auto;
  font-size: clamp(31px, 4vw, 50px);
}

.nadelai-checkout-head p,
.nadelai-cabinet-intro p,
.nadelai-interview-head p {
  margin-right: auto;
  margin-left: auto;
}

.nadelai-checkout-product {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 760px;
  margin: 0 auto;
  padding: 24px;
  border: 1px solid var(--launch-border);
  border-radius: 8px;
  background: #fff;
}

.nadelai-checkout-product h2 {
  margin: 0 0 6px;
  font-size: 20px;
}

.nadelai-checkout-product p {
  margin: 0;
  color: var(--launch-muted);
  font-size: 14px;
}

.nadelai-checkout-product strong {
  white-space: nowrap;
  font-size: 25px;
}

.nadelai-sale-checkout,
.nadelai-sale-basket,
.nadelai-sale-payment,
.nadelai-cabinet-content {
  max-width: 980px;
  margin: 30px auto 0;
}

.nadelai-launch-shell .bx-soa,
.nadelai-launch-shell .bx-soa-cart-total,
.nadelai-launch-shell .sale-order-detail,
.nadelai-launch-shell .sale-personal-section-index-block {
  color: var(--launch-ink);
}

.nadelai-launch-shell .bx-soa-section,
.nadelai-launch-shell .bx-soa-cart-total,
.nadelai-launch-shell .sale-order-detail,
.nadelai-launch-shell .sale-personal-section-index-block,
.nadelai-launch-shell .sale-order-detail-about-order,
.nadelai-launch-shell .sale-order-detail-payment-options {
  margin-bottom: 14px;
  border: 1px solid var(--launch-border);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(34, 55, 102, .05);
}

.nadelai-launch-shell .bx-soa-section-title,
.nadelai-launch-shell .bx-soa-cart-total-line,
.nadelai-launch-shell .sale-order-detail-about-order-inner-container,
.nadelai-launch-shell .sale-personal-section-index-block-link {
  color: var(--launch-ink) !important;
}

.nadelai-launch-shell .bx-soa-section-title-container,
.nadelai-launch-shell .bx-soa-section-content {
  padding-right: 22px;
  padding-left: 22px;
}

.nadelai-launch-shell .bx-soa-section-title-container {
  border-bottom-color: var(--launch-border);
}

.nadelai-launch-shell .form-control,
.nadelai-launch-shell .form-control input,
.nadelai-launch-shell .form-control textarea,
.nadelai-launch-shell input[type="text"],
.nadelai-launch-shell input[type="email"],
.nadelai-launch-shell input[type="tel"],
.nadelai-launch-shell textarea {
  border-color: #cdd6e6;
  border-radius: 6px;
  color: var(--launch-ink);
}

.nadelai-launch-shell .bx-soa-section.bx-step-error .bx-soa-section-title-container {
  border-bottom-color: #e6a18e;
  background: #fff9f7;
}

.nadelai-phone-format-hint {
  display: block;
  margin-top: 6px;
  color: #71809a;
  font-size: 12px;
  line-height: 1.35;
}

.nadelai-order-note,
.nadelai-payment-state {
  max-width: 760px;
  margin: 30px auto 0;
  padding: 24px;
}

.nadelai-order-note h2,
.nadelai-payment-state h1 {
  margin: 0;
  font-size: 24px;
  line-height: 1.2;
}

.nadelai-payment-state h1 {
  font-size: 34px;
}

.nadelai-payment-state__actions,
.nadelai-cabinet-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.nadelai-payment-launch__form {
  margin-top: 22px;
}

.nadelai-payment-launch__status {
  margin: 18px 0 0;
  color: var(--launch-muted);
  font-size: 14px;
  line-height: 1.5;
}

.nadelai-cabinet-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 1000px;
  margin: 36px auto 0;
}

.nadelai-cabinet-card {
  min-height: 218px;
  padding: 22px;
}

.nadelai-cabinet-card__number {
  display: block;
  margin-bottom: 42px;
  color: var(--launch-coral);
  font-size: 14px;
  font-weight: 800;
}

.nadelai-cabinet-card h2 {
  margin: 0 0 8px;
  font-size: 20px;
}

.nadelai-cabinet-card p {
  margin: 0;
  color: var(--launch-muted);
  font-size: 15px;
  line-height: 1.45;
}

.nadelai-interview-form {
  max-width: 900px;
  margin: 0 auto;
  padding: 28px;
}

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

.nadelai-interview-field {
  min-width: 0;
}

.nadelai-interview-field--wide {
  grid-column: 1 / -1;
}

.nadelai-interview-field label {
  display: block;
  margin-bottom: 8px;
  color: var(--launch-ink);
  font-size: 15px;
  font-weight: 800;
}

.nadelai-interview-field textarea,
.nadelai-interview-field input {
  width: 100%;
  min-height: 118px;
  padding: 13px 14px;
  border: 1px solid #cdd6e6;
  border-radius: 6px;
  background: #fbfcff;
  color: var(--launch-ink);
  font: inherit;
  line-height: 1.45;
  resize: vertical;
}

.nadelai-interview-field input {
  min-height: 48px;
}

.nadelai-interview-form__footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 22px;
}

.nadelai-interview-form__footer span {
  color: var(--launch-muted);
  font-size: 13px;
}

.nadelai-launch-alert {
  max-width: 760px;
  margin: 20px auto;
  padding: 14px 16px;
  border: 1px solid #f2cfbf;
  border-radius: 8px;
  background: #fff8f5;
  color: #915037;
  font-size: 14px;
}

.nadelai-launch-success {
  max-width: 760px;
  margin: 20px auto;
  padding: 14px 16px;
  border: 1px solid #b9dfcf;
  border-radius: 8px;
  background: #f3fbf7;
  color: #246a50;
  font-size: 14px;
}

.nadelai-card-vault {
  display: grid;
  gap: 20px;
}

.nadelai-offer-summary {
  display: grid;
  gap: 18px;
}

.nadelai-offer-summary > p {
  margin: 0;
  color: var(--launch-muted);
  font-size: 16px;
  line-height: 1.55;
}

.nadelai-offer-summary dl {
  display: grid;
  gap: 10px;
  margin: 0;
}

.nadelai-offer-summary dl > div {
  display: grid;
  grid-template-columns: minmax(130px, .45fr) minmax(0, 1fr);
  gap: 16px;
  padding: 14px 0;
  border-top: 1px solid var(--launch-border);
}

.nadelai-offer-summary dt {
  color: var(--launch-muted);
  font-size: 14px;
}

.nadelai-offer-summary dd {
  margin: 0;
  color: var(--launch-ink);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
}

.nadelai-unpaid-orders {
  max-width: 980px;
  margin: 0 auto 30px;
  padding: 26px;
  border: 1px solid var(--launch-border);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(34, 55, 102, .05);
}

.nadelai-unpaid-orders__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.nadelai-unpaid-orders__head .nadelai-launch-kicker {
  margin-bottom: 8px;
}

.nadelai-unpaid-orders__head h2 {
  margin: 0;
  font-size: 27px;
  line-height: 1.2;
}

.nadelai-unpaid-orders__head > p {
  max-width: 360px;
  margin: 0;
  color: var(--launch-muted);
  font-size: 15px;
  line-height: 1.45;
}

.nadelai-unpaid-orders__list {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.nadelai-unpaid-order {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(230px, auto);
  align-items: center;
  gap: 20px;
  padding: 18px;
  border: 1px solid #d8e0ee;
  border-radius: 8px;
  background: #fbfcff;
}

.nadelai-unpaid-order span {
  display: block;
  margin-bottom: 6px;
  color: var(--launch-muted);
  font-size: 13px;
}

.nadelai-unpaid-order h3 {
  margin: 0;
  color: var(--launch-ink);
  font-size: 17px;
  line-height: 1.35;
}

.nadelai-unpaid-order strong {
  white-space: nowrap;
  color: var(--launch-ink);
  font-size: 18px;
}

.nadelai-card-consent {
  display: grid;
  gap: 18px;
  max-width: 670px;
}

.nadelai-card-consent label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--launch-muted);
  font-size: 14px;
  line-height: 1.5;
}

.nadelai-card-consent input {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  margin: 2px 0 0;
  accent-color: var(--launch-blue);
}

.nadelai-saved-cards {
  display: grid;
  gap: 10px;
}

.nadelai-saved-card {
  display: grid;
  grid-template-columns: minmax(110px, .7fr) minmax(150px, 1fr) auto;
  align-items: center;
  gap: 14px;
  padding: 16px;
  border: 1px solid #d8e0ee;
  border-radius: 8px;
  background: #fbfcff;
}

.nadelai-saved-card span {
  color: var(--launch-muted);
  font-size: 13px;
}

.nadelai-saved-card strong {
  color: var(--launch-ink);
  font-size: 16px;
}

.nadelai-launch-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  max-width: 980px;
  margin: 48px auto 0;
  color: var(--launch-muted);
  font-size: 13px;
}

.nadelai-launch-footer a {
  color: var(--launch-muted);
}

@media (max-width: 800px) {
  .nadelai-launch-shell { width: min(100% - 28px, 680px); padding-top: 16px; }
  .nadelai-commerce-topbar { margin-bottom: 28px; }
  .nadelai-launch-hero, .nadelai-launch-benefits, .nadelai-cabinet-grid, .nadelai-interview-grid { grid-template-columns: minmax(0, 1fr); }
  .nadelai-launch-copy { padding: 10px 0; }
  .nadelai-launch-card { min-height: 0; }
  .nadelai-checkout-product { align-items: flex-start; flex-direction: column; }
  .nadelai-unpaid-orders__head, .nadelai-unpaid-order { align-items: flex-start; grid-template-columns: minmax(0, 1fr); }
  .nadelai-unpaid-orders__head { display: grid; }
  .nadelai-interview-field--wide { grid-column: auto; }
}

@media (max-width: 520px) {
  .nadelai-commerce-topbar .brand svg { max-width: 172px; }
  .nadelai-launch-copy h1 { font-size: 39px; }
  .nadelai-launch-card, .nadelai-interview-form { padding: 20px; }
  .nadelai-primary-action, .nadelai-secondary-action { width: 100%; }
  .nadelai-payment-state__actions, .nadelai-cabinet-actions { display: grid; grid-template-columns: 1fr; }
  .nadelai-saved-card { grid-template-columns: 1fr; gap: 8px; }
  .nadelai-offer-summary dl > div { grid-template-columns: 1fr; gap: 5px; }
}
