:root {
  /* Đồng bộ mọi heading với hero */
  --heading-hero-font-size: clamp(18px, 3.35vw, 34px);
  --heading-hero-line-height: 1.1;

  /* Gradient pill hero — dùng lại cho .badge--hero & .card-red */
  --gradient-hero-shape: linear-gradient(
    134deg,
    rgba(14, 14, 14, 0.97) 0%,
    rgba(0, 55, 100, 0.72) 62%,
    rgba(0, 141, 230, 0.88) 100%
  );
}

body {
  background-color: #0e0e0e;
  color: #ffffff;
  font-family: 'DM Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4 {
  font-family: 'Sora', sans-serif;
}

/* NAV — khớp Ref/APEX: .framer-8SFZJ.framer-1lw9r8 { padding: 16px 24px } */
.nav-blur {
  backdrop-filter: blur(12px);
  background: rgba(14, 14, 14, 0.85);
  border-bottom: none;
}

.nav-bar-inner {
  padding: 16px 24px;
}

/*
  APEX Filled (Ref/APEX Editors.html — framer-rFwvd / 17k9y98)
  Header .btn-join-nav + mọi CTA .btn-primary dùng chung một skin.
*/
.btn-join-nav,
.btn-primary {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-flex;
  flex-flow: row;
  place-content: center;
  align-items: center;
  gap: 8px;
  min-height: 35px;
  padding: 7px 21px;
  margin: 0;
  border: 2px solid rgba(255, 255, 255, 0.12);
  border-radius: 35px;
  background-color: #008DE6;
  box-shadow: rgba(0, 141, 230, 0.28) 0px 0px 34px 0px;
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  letter-spacing: -0.01em;
  color: rgb(255, 255, 255);
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.btn-join-nav {
  width: min-content;
  max-width: 100%;
  text-align: left;
}

.nav-cta-row {
  --nav-control-h: 32px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav-cta-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav-cta-actions[hidden],
#nav-upgrade[hidden] {
  display: none;
}

.nav-cta-row .btn-join-nav {
  height: var(--nav-control-h);
  min-height: var(--nav-control-h);
  padding: 0 21px;
}

.btn-nav-light,
.btn-nav-dark {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  height: var(--nav-control-h, 32px);
  min-height: var(--nav-control-h, 32px);
  padding: 0 14px;
  border-radius: 999px;
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
  letter-spacing: -0.01em;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  transition: background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.btn-nav-light {
  padding-right: 10px;
  background: #fff;
  color: #0e0e0e;
  border: 1px solid #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.22);
}

.btn-nav-light svg {
  width: 13px;
  height: 13px;
}

.btn-nav-light:hover {
  background: #ececec;
  border-color: #ececec;
}

.btn-nav-dark {
  background: #161616;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.28);
}

.btn-nav-dark:hover {
  background: #222;
  border-color: rgba(255, 255, 255, 0.18);
}

.btn-join-nav:hover,
.btn-primary:hover {
  background-color: #3BA8EE;
  box-shadow: rgba(0, 141, 230, 0.36) 0px 0px 40px 0px;
}

.checkout-account-slot {
  position: relative;
}

.checkout-account-slot[hidden] {
  display: none;
}

.checkout-avatar {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--nav-control-h, 32px);
  height: var(--nav-control-h, 32px);
  min-width: var(--nav-control-h, 32px);
  min-height: var(--nav-control-h, 32px);
  padding: 0;
  border: 2px solid #71717a;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-family: 'Sora', sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  overflow: hidden;
  cursor: pointer;
  flex-shrink: 0;
  transition: border-color 0.18s ease;
}

.checkout-avatar--premium {
  border-color: #ef4444;
}

.checkout-avatar:hover {
  border-color: #a3a3a3;
}

.checkout-avatar--premium:hover {
  border-color: #f87171;
}

.checkout-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.checkout-avatar:focus-visible {
  outline: 2px solid #008DE6;
  outline-offset: 2px;
}

.checkout-account-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 20;
  width: 224px;
  padding: 10px 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  background: #161616;
}

.checkout-account-menu[hidden] {
  display: none;
}

.checkout-account-menu__name,
.checkout-account-menu__email {
  margin: 0;
  padding: 2px 12px;
}

.checkout-account-menu__name {
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff;
}

.checkout-account-menu__email {
  margin-bottom: 8px;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.45);
}

.checkout-account-menu a,
.checkout-account-menu button {
  display: flex;
  width: 100%;
  padding: 8px 12px;
  border: 0;
  background: transparent;
  color: #fff;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.875rem;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.checkout-account-menu a:hover,
.checkout-account-menu button:hover {
  background: rgba(255, 255, 255, 0.08);
}

.site-logo {
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #fff;
  text-decoration: none;
  /* −30% so với clamp trước (1.5 / 4vw / 2.25rem) */
  font-size: clamp(1.05rem, 2.8vw, 1.575rem);
  line-height: 1;
}

.hero-glow {
  background: radial-gradient(ellipse 60% 40% at 50% 0%, rgba(0, 141, 230, 0.15) 0%, transparent 70%);
}

/* Hero video — layout kiểu APEX DashboardContainer (poster + play + iframe) */
.hero-video-inner {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #141414;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.5);
}

.hero-video-inner.hero-video-inner--playing {
  cursor: default;
}

.hero-video-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-video-iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: none;
}

.hero-video-iframe.hero-video-iframe--visible {
  display: block;
}

.hero-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 68px;
  height: 48px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 2;
  line-height: 0;
  transition: transform 0.15s ease;
}

.hero-video-play:hover {
  transform: translate(-50%, -50%) scale(1.06);
}

.hero-video-play:hover path:first-of-type {
  fill: #f00;
  fill-opacity: 1;
}

.hero-video-inner--playing .hero-video-play,
.hero-video-inner--playing .hero-video-poster {
  display: none;
}

/* BADGE */
.badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(0, 141, 230, 0.12);
  border: 1px solid rgba(0, 141, 230, 0.3);
  color: #008DE6;
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding: 7px 17px;
  border-radius: 100px;
  letter-spacing: 0.02em;
}

.badge--sm {
  font-size: 11px;
  padding: 4px 10px;
}

.badge-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #008DE6;
  border-radius: 50%;
  flex-shrink: 0;
}

/* Hero kicker pill — gradient đen → đỏ, góc 134° */
.badge.badge--hero {
  background: var(--gradient-hero-shape);
  border: none;
  color: rgba(255, 255, 255, 0.95);
}

.badge.badge--hero .badge-dot {
  background: #008DE6;
}

/* CTA khối — cùng skin header; full width chỉ khi thêm .w-full */
.btn-primary.btn-primary--block {
  min-height: 44px;
  padding: 10px 21px;
  white-space: normal;
  text-align: center;
  justify-content: center;
}

.btn-primary.btn-primary--block.w-full {
  width: 100%;
  max-width: 100%;
}

.btn-primary.w-full {
  justify-content: center;
}

/* Sticky: cùng pill header; co giãn theo khay */
.sticky-bar .btn-primary {
  min-width: 0;
  max-width: 100%;
}

.btn-icon {
  width: 1.125em;
  height: 1.125em;
  flex-shrink: 0;
}

/* Phụ — cùng khung pill / viền 2px như CTA header, nền trong */
.btn-ghost {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: transparent;
  color: #fff;
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  letter-spacing: -0.01em;
  min-height: 35px;
  padding: 7px 21px;
  border-radius: 35px;
  border: 2px solid rgba(255, 255, 255, 0.12);
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
  text-decoration: none;
  white-space: nowrap;
}

.btn-ghost:hover {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.04);
}

.lh-relaxed {
  line-height: 1.8;
}

/*
  Cấp chữ — đồng bộ theo đoạn pain (1.125rem ≈ text-lg, lh 1.8).
  Giữ ít cấp: body / body nhạt / nhãn section / tiêu đề dòng trong card list.
*/
.type-body {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.62);
}

.type-body-muted {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.5);
}

.type-body-muted.disclaimer-sm {
  font-size: 1rem;
  line-height: 1.7;
}

.type-body-soft {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.42);
}

.type-body-strong {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.82);
}

.type-body--accent-red {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.8;
  color: #008DE6;
}

.type-quote {
  font-family: 'Sora', sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  font-style: italic;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.45);
  text-align: center;
}

.type-mark {
  font-family: 'Sora', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  color: #008DE6;
}

.type-card-heading {
  font-family: 'Sora', sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.35;
  color: #fff;
}

.type-card-heading--muted {
  color: rgba(255, 255, 255, 0.42);
}

.type-card-heading--accent {
  color: #008DE6;
}

/* Nhãn section — pill + viền giống .btn-ghost (Xem lộ trình) */
.type-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: calc(0.75rem * 0.3);
  padding: 7px 16px;
  border-radius: 35px;
  border: 2px solid rgba(255, 255, 255, 0.12);
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.type-label--accent {
  color: #008DE6;
  border-color: rgba(0, 141, 230, 0.35);
}

/* Checklist (2 cột fit/not-fit) + đoạn trong .tang-card — cùng tier giải thích module: 1rem, lh 1.65 */
.type-checklist {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.65;
}

.type-checklist-muted {
  color: rgba(255, 255, 255, 0.42);
}

.type-checklist-strong {
  color: rgba(255, 255, 255, 0.76);
}

.type-card-title {
  font-family: 'Sora', sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.35;
  color: #fff;
}

.lh-copy {
  line-height: 1.7;
}

.lh-snug {
  line-height: 1.6;
}

.lh-tight {
  line-height: 1.5;
}

.eyebrow {
  font-size: 13px;
  letter-spacing: 0.08em;
}

.hero-title,
.heading-hero-sync {
  font-size: var(--heading-hero-font-size);
  font-weight: 700;
  line-height: var(--heading-hero-line-height);
}

.hero-title em {
  font-style: italic;
  font-weight: inherit;
}

/* So với hero-sync: nhỏ 1 bậc — tiêu đề card Không phù hợp / Đúng cho bạn */
.type-fit-card-heading {
  font-size: clamp(15px, calc(3.35vw * 0.88), 30px);
  font-weight: 700;
  line-height: 1.15;
}

/* Nhỏ 2 bậc — RÕ RÀNG / PROFESSIONAL / DẤU ẤN (tang-card) */
.type-tang-tier-title {
  font-size: clamp(11px, calc(3.35vw * 0.72), 22px);
  font-weight: 700;
  line-height: 1.15;
}

/* Không viền — tint nền nhẹ cho cột accent / bonus nổi bật */
.card.card--accent {
  background: linear-gradient(134deg, rgba(54, 53, 56, 0.48) 0%, rgba(22, 36, 52, 0.22) 100%);
}

.card.card--accent-strong {
  background: linear-gradient(134deg, rgba(54, 53, 56, 0.45) 0%, rgba(16, 32, 48, 0.35) 100%);
}

.card.card--shape-rb {
  position: relative;
  overflow: hidden;
  border: none;
  background: linear-gradient(168deg, #0a0a0b 0%, #000 52%, #0a1016 100%);
}

.card.card--accent.card--shape-rb,
.card.card--accent-strong.card--shape-rb {
  background: linear-gradient(168deg, #0a0a0b 0%, #000 52%, #0a1016 100%);
}

.card.card--shape-rb::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 95% 75% at 100% 0%, rgba(0, 141, 230, 0.42) 0%, rgba(0, 141, 230, 0.14) 38%, transparent 62%),
    radial-gradient(ellipse 70% 55% at 0% 100%, rgba(0, 141, 230, 0.12) 0%, transparent 58%);
  pointer-events: none;
  z-index: 0;
}

.card.card--shape-rb > * {
  position: relative;
  z-index: 1;
}

.price-display {
  font-family: 'Sora', sans-serif;
  font-size: 52px;
  font-weight: 800;
  line-height: 1;
  color: #fff;
  margin-bottom: 0.5rem;
}

.price-display .currency {
  font-size: 28px;
}

.faq-item--last {
  border-bottom: none;
}

.divider {
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

/* Card — shell giống Phase @ APEX: gradient 134°, radius 12px, không viền */
.card {
  background: linear-gradient(134deg, rgba(54, 53, 56, 0.43) 0%, rgba(52, 52, 54, 0.14) 100%);
  border: none;
  border-radius: 12px;
}

.card-red {
  background: var(--gradient-hero-shape);
  border: none;
  border-radius: 12px;
}

.tang-card {
  background: linear-gradient(134deg, rgba(54, 53, 56, 0.43) 0%, rgba(52, 52, 54, 0.14) 100%);
  border: none;
  border-radius: 12px;
  padding: 28px 22px;
  position: relative;
  overflow: hidden;
  transition: box-shadow 0.2s ease;
}

@media (min-width: 768px) {
  .tang-card {
    padding: 32px 28px;
  }
}

.tang-card:hover {
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.4);
}

.tang-number {
  font-family: 'Sora', sans-serif;
  font-size: 72px;
  font-weight: 800;
  line-height: 1;
  color: rgba(255, 255, 255, 0.04);
  position: absolute;
  top: 12px;
  right: 20px;
  user-select: none;
}

.modules-section {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  background:
    radial-gradient(ellipse 95% 75% at 100% 0%, rgba(0, 141, 230, 0.42) 0%, rgba(0, 141, 230, 0.14) 38%, transparent 62%),
    radial-gradient(ellipse 70% 55% at 0% 0%, rgba(0, 141, 230, 0.22) 0%, transparent 58%),
    radial-gradient(ellipse 120% 85% at 50% 100%, rgba(0, 141, 230, 0.22) 0%, transparent 55%),
    linear-gradient(180deg, #000000 0%, #05070a 38%, #070b10 72%, #0a1016 100%);
}

.modules-section .type-label {
  color: rgba(255, 255, 255, 0.55);
}

.module-ui {
  margin-top: 8px;
}

/* Mã module — trong khung: highlight đỏ góc (như bonus-icon), không glow/đổ bóng ngoài */
.value-stack-panel--modules .module-code-badge {
  flex: none;
  width: 40px;
  height: 40px;
  padding: 2px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  border-radius: 50px;
  border: none;
  background:
    radial-gradient(ellipse 78% 78% at 86% 12%, rgba(0, 141, 230, 0.55) 0%, rgba(0, 141, 230, 0.22) 42%, transparent 72%),
    linear-gradient(195deg, rgb(14, 14, 16) 0%, rgb(0, 0, 0) 100%);
  box-shadow: none;
  font-family: 'Sora', sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #ffffff;
}

.value-stack-panel--modules .module-lessons {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: 12px;
}

.module-lessons {
  margin-top: 4px;
}

.module-lessons__summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  font-family: 'Sora', sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.88);
  transition:
    border-color 0.2s ease,
    background 0.2s ease;
}

.module-lessons__summary::-webkit-details-marker {
  display: none;
}

.module-lessons__summary::marker {
  content: '';
}

.module-lessons__summary:hover {
  border-color: rgba(0, 141, 230, 0.35);
  background: rgba(0, 141, 230, 0.12);
}

/* Pill căn phải — không viền */
.value-stack-panel--modules .module-lessons__summary {
  box-sizing: border-box;
  list-style: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-end;
  gap: 6px;
  width: auto;
  min-height: 30px;
  padding: 5px 12px;
  margin: 8px 0 0;
  border-radius: 999px;
  border: none;
  background: transparent;
  color: #fff;
  font-family: 'Sora', sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.01em;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
  white-space: nowrap;
}

.value-stack-panel--modules .module-lessons__summary:hover {
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

.value-stack-panel--modules .module-lessons__chevron {
  color: currentColor;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

.value-stack-panel--modules .module-lessons__list {
  width: 100%;
  box-sizing: border-box;
}

.module-lessons__chevron {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  color: #008DE6;
  transition: transform 0.25s ease;
}

.module-lessons[open] .module-lessons__chevron {
  transform: rotate(180deg);
}

.module-lessons__list {
  margin: 12px 0 0;
  padding: 0 4px 4px 20px;
  list-style: disc;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9375rem;
  line-height: 1.55;
}

.module-lessons__list li {
  margin-bottom: 0.45em;
}

.module-lessons__list li::marker {
  color: rgba(0, 141, 230, 0.75);
}

/* Bạn nhận được + giá — một panel (cùng gradient / bo góc với .price-box) */
.value-stack-panel {
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(135deg, #0a1218 0%, #0e0e0e 100%);
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow:
    0 24px 72px rgba(0, 0, 0, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    inset 0 -40px 100px rgba(0, 141, 230, 0.04);
}

.value-stack-panel__list {
  padding-top: 4px;
}

.value-stack-panel .bonus-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 18px 24px;
  margin: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.value-stack-panel:not(.value-stack-panel--modules) .value-stack-panel__list > .bonus-item:nth-child(-n + 3) {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.38) 100%);
  border-bottom-color: rgba(255, 255, 255, 0.05);
}

.value-stack-panel .bonus-item:last-child {
  border-bottom: none;
}

.value-stack-panel .bonus-item--highlight {
  background: linear-gradient(90deg, rgba(0, 141, 230, 0.12) 0%, rgba(0, 141, 230, 0.02) 52%, transparent 100%);
  border-bottom-color: rgba(0, 141, 230, 0.2);
}

.value-stack-panel .bonus-item--key:not(.bonus-item--highlight) {
  background: linear-gradient(90deg, rgba(0, 141, 230, 0.09) 0%, rgba(0, 141, 230, 0.02) 48%, transparent 100%);
  border-bottom-color: rgba(0, 141, 230, 0.14);
}

.bonus-item__body {
  flex: 1;
  min-width: 0;
}

.bonus-item__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px 20px;
}

.bonus-item__title {
  flex: 1;
  min-width: 0;
}

.bonus-item__desc {
  margin-top: 4px;
  line-height: 1.5;
}

.value-stack-panel .bonus-item__desc {
  margin-top: 2px;
  line-height: 1.45;
}

.value-stack-panel--modules .bonus-item__desc {
  font-size: 1rem;
  line-height: 1.65;
}

.value-stack-panel.value-stack-panel--modules {
  background: transparent;
  border: none;
  box-shadow: none;
  overflow: visible;
  border-radius: 0;
}

.value-stack-panel--modules .value-stack-panel__list {
  display: flex;
  flex-direction: column;
  gap: 22px;
  padding: 2px 0 0;
}

.value-stack-panel--modules .bonus-item {
  border-radius: 16px;
  border: none;
  border-bottom: none;
  background: linear-gradient(158deg, #0a0e14 0%, #070b10 40%, #05070a 100%);
  box-shadow: none;
}

.value-stack-panel--modules .bonus-item--key:not(.bonus-item--highlight) {
  background: linear-gradient(158deg, #0b1018 0%, #080c12 45%, #05070a 100%);
}

.value-stack-panel--modules .bonus-item--highlight {
  background: linear-gradient(158deg, #0c121a 0%, #080c12 55%, #05070a 100%);
}

.value-stack-msrp {
  font-family: 'Sora', sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  font-variant-numeric: tabular-nums;
  flex-shrink: 0;
  padding-top: 3px;
  white-space: nowrap;
}

@media (min-width: 640px) {
  .value-stack-panel .bonus-item {
    padding: 20px 40px;
  }
}

/* Bạn nhận được — cùng shell icon với .result-icon-circle (nền đen + glow góc) */
.bonus-icon {
  flex: none;
  width: 40px;
  height: 40px;
  padding: 2px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  border-radius: 50px;
  border: 1px solid rgb(32, 32, 38);
  background:
    radial-gradient(ellipse 72% 72% at 86% 12%, rgba(0, 141, 230, 0.82) 0%, rgba(0, 141, 230, 0.26) 38%, transparent 72%),
    linear-gradient(195deg, rgb(14, 14, 16) 0%, rgb(0, 0, 0) 100%);
  box-shadow: rgba(255, 255, 255, 0.07) 0 0 12px 0 inset;
  color: #fff;
}

.bonus-icon-svg {
  width: 18px;
  height: 18px;
  display: block;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

.bonus-icon.bonus-icon--strong {
  border-color: rgba(0, 141, 230, 0.45);
  background:
    radial-gradient(ellipse 78% 78% at 84% 10%, rgba(0, 141, 230, 0.95) 0%, rgba(0, 141, 230, 0.36) 42%, transparent 76%),
    linear-gradient(195deg, rgb(14, 14, 16) 0%, rgb(0, 0, 0) 100%);
}

/* Kết quả — card layout kiểu Ref .framer-cKXtC.framer-avpih9 (cột, gap 24px, padding 20px) */
.result-benefit-card {
  flex-flow: column;
  place-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  overflow: hidden;
}

.result-benefit-card__text {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

/* Ref .framer-4tijch — ô icon compact; glow góc trên phải + nền tối */
.result-icon-circle {
  flex: none;
  width: 40px;
  height: 40px;
  padding: 2px;
  box-sizing: border-box;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  gap: 6px;
  position: relative;
  overflow: hidden;
  border-radius: 50px;
  border: 1px solid rgb(32, 32, 38);
  background:
    radial-gradient(ellipse 72% 72% at 86% 12%, rgba(0, 141, 230, 0.82) 0%, rgba(0, 141, 230, 0.26) 38%, transparent 72%),
    linear-gradient(195deg, rgb(14, 14, 16) 0%, rgb(0, 0, 0) 100%);
  box-shadow: rgba(255, 255, 255, 0.07) 0 0 12px 0 inset;
  color: #fff;
}

@media (min-width: 640px) {
  .result-icon-circle {
    width: 46px;
    height: 46px;
  }

  .result-icon-circle .result-benefit-icon {
    width: 22px;
    height: 22px;
  }

  .bonus-icon {
    width: 46px;
    height: 46px;
  }

  .value-stack-panel--modules .module-code-badge {
    width: 46px;
    height: 46px;
    font-size: 10px;
  }

  .bonus-icon .bonus-icon-svg {
    width: 22px;
    height: 22px;
  }
}

.result-benefit-icon {
  width: 18px;
  height: 18px;
  display: block;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

/* Mô tả trong card Kết quả — cùng cỡ với .value-stack-panel .bonus-item__desc */
.result-benefits-grid .type-body-soft {
  font-size: 1rem;
  line-height: 1.65;
}

.price-box {
  background: linear-gradient(135deg, #0a1218 0%, #0e0e0e 100%);
  border: none;
  border-radius: 24px;
  padding: 48px 40px;
}

.price-box--in-panel {
  border-radius: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(8, 14, 20, 0.2) 55%, transparent 100%);
  padding: 40px 24px 44px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

@media (min-width: 640px) {
  .price-box--in-panel {
    padding: 48px 40px 52px;
  }
}

.price-box--in-panel .price-box__intro {
  margin-bottom: 0.25rem;
}

.price-box--in-panel .price-box__strike-total {
  font-family: 'Sora', sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.3);
  margin-bottom: 0.5rem;
}

.value-stack-cta .price-box__cta {
  display: inline-flex;
  width: auto;
  max-width: min(100%, 96%);
  white-space: normal;
  min-height: 52px;
  padding: 16px 32px;
  font-size: clamp(1.0625rem, 2.8vw, 1.25rem);
  line-height: 1.25;
  justify-content: center;
  text-align: center;
  border-radius: 40px;
  gap: 10px;
}

.value-stack-cta .price-box__cta .btn-icon {
  width: 1.2em;
  height: 1.2em;
}

.value-stack-cta__arrows {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  margin-bottom: -4px;
  pointer-events: none;
  color: rgba(255, 255, 255, 0.55);
}

.value-stack-cta__arrow:not(:first-child) {
  margin-top: -9px;
}

.value-stack-cta__arrow {
  display: flex;
  line-height: 0;
  animation: value-stack-cta-arrow-nudge 1.35s ease-in-out infinite;
}

.value-stack-cta__arrow:nth-child(1) {
  animation-delay: 0s;
}

.value-stack-cta__arrow:nth-child(2) {
  animation-delay: 0.12s;
}

.value-stack-cta__arrow:nth-child(3) {
  animation-delay: 0.24s;
}

@keyframes value-stack-cta-arrow-nudge {
  0%,
  100% {
    transform: translateY(0);
    opacity: 0.35;
  }

  50% {
    transform: translateY(6px);
    opacity: 1;
  }
}

.price-box--in-panel .price-box__tagline,
.value-stack-cta .price-box__tagline {
  font-size: clamp(0.8125rem, 2.75vw, 1rem);
  line-height: 1.4;
  white-space: nowrap;
  letter-spacing: 0.01em;
}

@media (max-width: 360px) {
  .price-box--in-panel .price-box__tagline,
  .value-stack-cta .price-box__tagline {
    white-space: normal;
    max-width: 19rem;
  }
}

.faq-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.faq-question {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  color: #fff;
  font-family: 'DM Sans', sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  padding: 22px 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: rgba(255, 255, 255, 0.62);
  font-size: 1.125rem;
  line-height: 1.75;
}

.faq-answer.open {
  max-height: 300px;
  padding-bottom: 20px;
}

.faq-icon {
  transition: transform 0.3s;
  flex-shrink: 0;
}

.faq-icon.open {
  transform: rotate(45deg);
}

.strike {
  text-decoration: line-through;
  color: rgba(255, 255, 255, 0.3);
}

.text-gradient {
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.7) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.text-red-accent,
.text-red-apex {
  color: #008DE6;
  -webkit-text-fill-color: #008DE6;
}

::-webkit-scrollbar {
  width: 4px;
}

::-webkit-scrollbar-track {
  background: #0e0e0e;
}

::-webkit-scrollbar-thumb {
  background: #333;
  border-radius: 2px;
}

.sticky-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(14, 14, 14, 0.95);
  backdrop-filter: blur(12px);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 10px 20px;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}

.sticky-bar.visible {
  transform: translateY(0);
}

.sticky-bar .type-card-heading {
  font-size: 0.9375rem;
  line-height: 1.3;
}

.sticky-bar .type-body-muted {
  font-size: 0.8125rem;
  line-height: 1.45;
  margin-top: 2px;
}

.checkout-body {
  background-color: #0e0e0e;
}

.checkout-page {
  min-height: 100vh;
  padding: 108px 0 72px;
  background:
    radial-gradient(ellipse 70% 45% at 0% 0%, rgba(0, 141, 230, 0.12) 0%, transparent 56%),
    #0e0e0e;
}

.checkout-shell {
  width: 100%;
  max-width: 64rem;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 72px;
  align-items: start;
}

.checkout-back,
.checkout-field label,
.checkout-coupon label {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.55);
}

.checkout-back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 10px;
  border: 0;
  background: none;
  line-height: 1.2;
  text-decoration: none;
}

.checkout-back svg {
  width: 16px;
  height: 16px;
}

.checkout-back:hover {
  color: rgba(255, 255, 255, 0.82);
}

.checkout-title {
  margin: 0 0 28px;
  font-family: 'Sora', sans-serif;
  font-size: clamp(22px, 2.2vw, 28px);
  font-weight: 700;
  line-height: 1.15;
  color: #fff;
}

.checkout-pay:has(#checkout-qr:not([hidden])) .checkout-title,
.checkout-pay:has(#checkout-loading:not([hidden])) .checkout-title {
  margin-bottom: 8px;
}

.checkout-kicker {
  margin: 0 0 12px;
  font-size: 1rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.55);
}

.checkout-method {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  margin-bottom: 24px;
  border-radius: 14px;
  border: 1px solid rgba(0, 141, 230, 0.4);
  background: rgba(0, 141, 230, 0.07);
}

.checkout-method__dot {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  border-radius: 50%;
  box-shadow: inset 0 0 0 4px #008DE6;
  background: #0e0e0e;
}

.checkout-method__name {
  font-family: 'Sora', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
}

.checkout-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

#checkout-fields {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.checkout-field label {
  display: block;
  margin-bottom: 6px;
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.55);
}

.checkout-field input {
  width: 100%;
  min-height: 48px;
  padding: 11px 14px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
}

.checkout-field input::placeholder {
  color: rgba(255, 255, 255, 0.26);
}

.checkout-field input:focus {
  outline: none;
  border-color: #008DE6;
}

.checkout-field input[readonly] {
  pointer-events: none;
  cursor: default;
  color: rgba(255, 255, 255, 0.7);
}

.checkout-form-error,
.checkout-promo-error {
  margin: 0;
  font-size: 1rem;
  color: #ef4444;
}

.checkout-submit {
  width: auto;
  align-self: flex-start;
  gap: 3px;
  margin-top: 6px;
  padding: 10px 16px;
  white-space: nowrap;
}

.checkout-submit:disabled {
  opacity: 0.7;
  cursor: wait;
}

.checkout-confirm {
  width: 100%;
  margin-top: 14px;
}

.checkout-confirm:disabled {
  opacity: 0.7;
  cursor: wait;
}

.checkout-confirm-note {
  margin: 8px 0 0;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.55);
  text-align: left;
}

.checkout-reset {
  width: 100%;
  min-height: 48px;
  margin-top: 10px;
  padding: 11px 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  background: transparent;
  color: rgba(255, 255, 255, 0.7);
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  cursor: pointer;
}

.checkout-reset:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.28);
}

.checkout-loading,
.checkout-qr,
.checkout-promo [hidden],
#checkout-method-block[hidden],
#checkout-fields[hidden],
#checkout-form[hidden],
.checkout-submit[hidden],
.checkout-confirm[hidden],
.checkout-confirm-note[hidden],
.checkout-reset[hidden] {
  display: none;
}

.checkout-loading:not([hidden]) {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 160px;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 1rem;
  animation: checkout-fade-in 0.35s ease;
}

@keyframes checkout-fade-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.checkout-auth-gate,
.checkout-success-panel {
  display: none;
}

.checkout-auth-gate:not([hidden]),
.checkout-success-panel:not([hidden]) {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 14px;
  width: 100%;
  animation: checkout-fade-in 0.4s ease;
}

a.checkout-reset {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.checkout-success-panel {
  text-align: left;
}

.checkout-success-check {
  display: flex;
  width: 56px;
  height: 56px;
}

.checkout-success-check svg {
  width: 56px;
  height: 56px;
}

.checkout-success-panel .checkout-title {
  margin-bottom: 0;
}

.checkout-qr:not([hidden]) {
  display: block;
}

.checkout-spinner {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.12);
  border-top-color: #008DE6;
  animation: checkout-spin 0.7s linear infinite;
}

@keyframes checkout-spin {
  to {
    transform: rotate(360deg);
  }
}

.checkout-qr {
  margin-top: 4px;
  text-align: center;
}

.checkout-qr__timer-label {
  margin: 0;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.4);
}

.checkout-timer {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 8px 0 40px;
}

.checkout-timer span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 44px;
  border-radius: 8px;
  background: #161616;
  font-family: 'Sora', sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
}

.checkout-timer__sep {
  width: auto;
  background: transparent;
  color: rgba(255, 255, 255, 0.35);
}

.checkout-qr-stage {
  position: relative;
  width: 208px;
  margin: 8px auto 16px;
  padding: 10px;
}

.checkout-qr-corner {
  position: absolute;
  width: 22px;
  height: 22px;
  border-color: #008DE6;
  border-style: solid;
}

.checkout-qr-corner--tl {
  top: 0;
  left: 0;
  border-width: 3px 0 0 3px;
  border-radius: 4px 0 0 0;
}

.checkout-qr-corner--tr {
  top: 0;
  right: 0;
  border-width: 3px 3px 0 0;
  border-radius: 0 4px 0 0;
}

.checkout-qr-corner--bl {
  bottom: 0;
  left: 0;
  border-width: 0 0 3px 3px;
  border-radius: 0 0 0 4px;
}

.checkout-qr-corner--br {
  bottom: 0;
  right: 0;
  border-width: 0 3px 3px 0;
  border-radius: 0 0 4px 0;
}

.checkout-qr-frame {
  position: relative;
  width: 188px;
  height: 188px;
  margin: 0 auto;
  padding: 12px;
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
}

.checkout-qr-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.checkout-qr-scan {
  position: absolute;
  left: 14px;
  right: 14px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #008DE6, transparent);
  box-shadow: 0 0 14px rgba(0, 141, 230, 0.85);
  animation: checkout-qr-scan 2.1s ease-in-out infinite;
}

@keyframes checkout-qr-scan {
  0%,
  100% {
    top: 12px;
  }
  50% {
    top: calc(100% - 12px);
  }
}

.checkout-facts {
  display: block;
  margin: 0;
  text-align: left;
}

.checkout-qr:not([hidden]) .checkout-facts {
  display: block !important;
  visibility: visible !important;
}

.checkout-facts > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 6px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.checkout-facts dt {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.4);
}

.checkout-facts dd {
  margin: 0;
  font-family: 'Sora', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-align: right;
  white-space: normal;
  word-break: break-word;
}

.checkout-summary {
  position: sticky;
  top: 96px;
}

.checkout-summary .checkout-title {
  margin-bottom: 22px;
}

.checkout-hero-card {
  overflow: hidden;
  border-radius: 16px;
  background: #141414;
}

.checkout-cover {
  margin: 0;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
  background: #111;
}

.checkout-cover img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 6.4;
  object-fit: cover;
  object-position: center 22%;
}

.checkout-hero-card__body {
  position: relative;
  isolation: isolate;
  padding: 12px 14px 14px;
  background:
    radial-gradient(ellipse 90% 170% at 8% 45%, rgba(0, 141, 230, 0.39) 0%, rgba(0, 141, 230, 0.14) 34%, transparent 66%),
    radial-gradient(ellipse 60% 120% at 92% 0%, rgba(0, 141, 230, 0.14) 0%, transparent 62%),
    #141414;
}

.checkout-hero-card .bonus-icon {
  width: 32px;
  height: 32px;
}

.checkout-hero-card .bonus-icon-svg {
  width: 15px;
  height: 15px;
}

.checkout-product-row {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.checkout-product-name {
  flex: 1;
  min-width: 0;
  margin: 0;
  font-family: 'Sora', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
}

.checkout-product-price {
  margin: 0;
  font-family: 'Sora', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
}

.checkout-perks {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
}

.checkout-form:has(.checkout-submit[hidden]) .checkout-perks {
  display: none;
}

.checkout-perks li {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 0;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.55);
  white-space: nowrap;
}

.checkout-perks li::before {
  content: '';
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  background-color: #008DE6;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 12.5l4.2 4.2L19 7' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 12.5l4.2 4.2L19 7' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

.checkout-extra-cards {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 14px;
}

.checkout-extra-card {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 10px 14px;
  border-radius: 12px;
  background: #141414;
}

.checkout-extra-card .bonus-icon {
  width: 32px;
  height: 32px;
}

.checkout-extra-card .bonus-icon-svg {
  width: 15px;
  height: 15px;
}

.checkout-extra-card__title {
  flex: 1;
  min-width: 0;
  margin: 0;
  font-size: 1rem;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.78);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.checkout-extra-card__price {
  margin: 0;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.42);
  white-space: nowrap;
}

.checkout-coupon {
  margin-top: 22px;
}

.checkout-coupon label {
  display: block;
  margin-bottom: 8px;
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.55);
}

.checkout-promo__row {
  display: flex;
  gap: 8px;
}

.checkout-promo__row input {
  flex: 1;
  min-width: 0;
  min-height: 48px;
  padding: 8px 12px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  font-size: 1rem;
}

.checkout-promo__row input:focus {
  outline: none;
  border-color: #008DE6;
}

.checkout-promo__apply {
  flex-shrink: 0;
  min-height: 48px;
  padding: 8px 14px;
}

.checkout-promo-ok {
  margin: 8px 0 0;
  font-size: 1rem;
  color: #008DE6;
}

.checkout-bill {
  margin: 22px 0 0;
}

.checkout-bill > div {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  padding: 6px 0;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.42);
}

.checkout-bill dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
}

.checkout-bill__total {
  margin-top: 8px;
  padding-top: 10px;
  font-family: 'Sora', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
}

.checkout-bill__total dt,
.checkout-bill__total dd {
  color: #fff;
}

.checkout-bill__total dd {
  font-size: 1.25rem;
  line-height: 1;
  white-space: nowrap;
}

.site-legal-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 40px 24px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.875rem;
  line-height: 1.6;
}

.site-legal-footer__inner {
  max-width: 64rem;
  margin: 0 auto;
  display: grid;
  gap: 2rem;
}

@media (min-width: 768px) {
  .site-legal-footer__inner {
    grid-template-columns: 1fr auto;
    align-items: start;
  }
}

.site-legal-footer__name {
  font-family: Sora, sans-serif;
  font-weight: 600;
  color: #fff;
  margin-bottom: 8px;
}

.site-legal-footer a {
  color: rgba(255, 255, 255, 0.78);
}

.site-legal-footer a:hover {
  color: #fff;
}

.site-legal-footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  margin-top: 12px;
}

.site-legal-footer__badge {
  width: 10rem;
  height: 6rem;
  border: 1px dashed rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 8px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.45);
}

.checkout-legal {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 12px 0 16px;
  font-size: 0.875rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.7);
}

.checkout-legal input {
  margin-top: 3px;
}

#checkout-transferred[disabled],
#checkout-submit[disabled] {
  opacity: 0.45;
  cursor: not-allowed;
}
