/* SecretsHost V5 — VPS purchase journey, 2026-07-17 */
.v5-buy-journey-shell {
  --buy-accent: #50e3cb;
  --buy-accent-rgb: 80, 227, 203;
  --buy-blue: #2f9df5;
  --buy-panel: rgba(7, 39, 58, .78);
  --buy-panel-strong: rgba(8, 48, 72, .94);
  --buy-line: rgba(130, 196, 224, .16);
  --buy-text: var(--ink);
  --buy-muted: #8fb0c3;
  width: 100%;
}

.v5-buy-journey-shell .v5-buy-journey {
  width: 100%;
  min-width: 0;
  max-width: 1320px;
  margin-inline: auto;
  padding: clamp(18px, 2.2vw, 34px);
  border: 1px solid var(--buy-line);
  border-radius: 26px;
  background:
    radial-gradient(circle at 12% 0%, rgba(var(--buy-accent-rgb), .07), transparent 30%),
    linear-gradient(180deg, rgba(6, 31, 48, .92), rgba(5, 28, 43, .86));
  box-shadow: 0 24px 70px rgba(0, 10, 20, .22);
  overflow: clip;
}

html[data-theme="light"] .v5-buy-journey-shell .v5-buy-journey {
  --buy-panel: rgba(255, 255, 255, .9);
  --buy-panel-strong: #fff;
  --buy-line: rgba(30, 90, 118, .14);
  --buy-muted: #57788a;
  background: linear-gradient(180deg, #f7fbfd, #f1f8fb);
  box-shadow: 0 24px 70px rgba(19, 74, 98, .1);
}

.v5-buy-journey .catalog-studio,
.v5-buy-journey .catalog-focus-grid,
.v5-buy-journey .catalog-focus-card {
  display: block;
  width: 100%;
  max-width: none;
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.v5-journey-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
}

.v5-journey-heading > div { display: grid; gap: 5px; }
.v5-journey-heading > div > span {
  color: var(--buy-accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .02em;
}
.v5-journey-heading h1 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(25px, 2.5vw, 38px);
  line-height: 1.15;
  font-weight: 780;
}
.v5-journey-heading p {
  margin: 0;
  color: var(--buy-muted);
  font-size: 14px;
  line-height: 1.7;
}

.v5-buy-journey .v5-stepper-new {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: stretch;
  gap: 8px;
  margin: 0 0 26px;
  padding: 7px;
  border: 1px solid var(--buy-line);
  border-radius: 18px;
  background: rgba(3, 22, 35, .52);
}
html[data-theme="light"] .v5-buy-journey .v5-stepper-new { background: rgba(225, 241, 247, .72); }
.v5-buy-journey .v5-stepper-connector { display: none; }
.v5-buy-journey .v5-stepper-step {
  min-width: 0;
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  padding: 11px 12px;
  border: 1px solid transparent;
  border-radius: 13px;
  opacity: .68;
}
.v5-buy-journey .v5-stepper-step.is-active {
  opacity: 1;
  border-color: rgba(var(--buy-accent-rgb), .3);
  background: rgba(var(--buy-accent-rgb), .1);
}
.v5-buy-journey .v5-stepper-step.is-done { opacity: .9; }
.v5-buy-journey .v5-stepper-circle {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  border: 1px solid var(--buy-line);
  background: rgba(10, 52, 75, .75);
  color: var(--buy-muted);
}
.v5-buy-journey .is-active .v5-stepper-circle,
.v5-buy-journey .is-done .v5-stepper-circle {
  color: #042c32;
  border-color: transparent;
  background: var(--buy-accent);
}
.v5-buy-journey .v5-stepper-info { min-width: 0; display: grid; gap: 2px; }
.v5-buy-journey .v5-stepper-title { color: var(--ink); font-size: 13px; font-weight: 800; }
.v5-buy-journey .v5-stepper-sub { color: var(--buy-muted); font-size: 11px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.v5-buy-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .72fr);
  align-items: stretch;
  gap: 24px;
  padding: 24px 26px;
  border: 1px solid rgba(var(--buy-accent-rgb), .2);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(var(--buy-accent-rgb), .095), rgba(47, 157, 245, .04));
}
.v5-buy-intro > div:first-child { display: grid; align-content: center; gap: 8px; }
.v5-buy-kicker { color: var(--buy-accent); font-size: 12px; font-weight: 800; }
.v5-buy-kicker i { margin-inline-end: 7px; }
.v5-buy-intro h2 { margin: 0; color: var(--ink); font-size: clamp(22px, 2.3vw, 34px); line-height: 1.3; }
.v5-buy-intro p { margin: 0; max-width: 780px; color: var(--buy-muted); line-height: 1.85; font-size: 14px; }
.v5-buy-trust { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.v5-buy-trust > span {
  min-width: 0;
  min-height: 82px;
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  padding: 11px 10px;
  border: 1px solid var(--buy-line);
  border-radius: 13px;
  color: var(--ink-2);
  background: rgba(4, 31, 47, .56);
}
.v5-buy-trust > span:first-child { border-color: rgba(var(--buy-accent-rgb), .32); background: rgba(var(--buy-accent-rgb), .08); }
.v5-buy-trust > span > i { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 10px; color: var(--buy-accent); background: rgba(var(--buy-accent-rgb), .1); }
.v5-trust-copy { min-width: 0; display: grid; gap: 3px; }
.v5-trust-copy strong { color: var(--ink); font-size: 11px; font-weight: 850; line-height: 1.3; }
.v5-trust-copy small { color: var(--buy-muted); font-size: 9px; font-weight: 650; line-height: 1.35; }
html[data-theme="light"] .v5-buy-trust > span { background: rgba(255,255,255,.7); }

.v5-service-picker-intro {
  margin: 0 0 14px;
}
.v5-service-picker-intro > div {
  display: grid;
  gap: 5px;
}
.v5-service-picker-intro h2 {
  margin: 0;
  color: var(--buy-text);
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 850;
  line-height: 1.25;
}
.v5-service-picker-intro p {
  margin: 0;
  color: var(--buy-muted);
  font-size: 13px;
  line-height: 1.7;
}

.v5-family-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 20px;
  padding: 0;
  border: 0;
  background: transparent;
}
.v5-family-tabs a {
  min-width: 0;
  min-height: 88px;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) 30px;
  align-items: center;
  gap: 12px;
  padding: 14px 15px;
  border: 1px solid var(--buy-line);
  border-radius: 16px;
  color: var(--buy-muted);
  background: rgba(4, 29, 44, .76);
  text-decoration: none;
  transition: color .22s ease, border-color .22s ease, background .22s ease, transform .22s ease, box-shadow .22s ease;
}
.v5-family-tabs a:hover {
  color: var(--ink);
  border-color: rgba(var(--buy-accent-rgb), .52);
  background: rgba(var(--buy-accent-rgb), .09);
  transform: translateY(-1px);
}
.v5-family-tabs a.is-active {
  color: var(--ink);
  border-color: var(--buy-accent);
  background: linear-gradient(135deg, rgba(var(--buy-accent-rgb), .2), rgba(var(--buy-accent-rgb), .08));
  box-shadow: 0 10px 28px rgba(0, 15, 26, .2), inset 0 0 0 1px rgba(var(--buy-accent-rgb), .12);
}
.v5-family-tab-icon,
.v5-family-tab-state {
  display: grid;
  place-items: center;
  border: 1px solid var(--buy-line);
  border-radius: 12px;
}
.v5-family-tab-icon {
  width: 46px;
  height: 46px;
  color: var(--buy-muted);
  background: rgba(2, 21, 34, .52);
  font-size: 16px;
}
.v5-family-tab-copy { min-width: 0; display: grid; gap: 4px; }
.v5-family-tab-copy strong {
  color: var(--buy-text);
  font-size: 15px;
  font-weight: 850;
  text-align: start;
}
.v5-family-tab-copy small {
  color: var(--buy-muted);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.5;
}
.v5-family-tab-state {
  width: 30px;
  height: 30px;
  border-color: rgba(var(--buy-accent-rgb), .18);
  color: transparent;
  background: rgba(var(--buy-accent-rgb), .04);
  font-size: 10px;
}
.v5-family-tabs a.is-active .v5-family-tab-icon {
  border-color: rgba(var(--buy-accent-rgb), .5);
  color: #06343a;
  background: var(--buy-accent);
}
.v5-family-tabs a.is-active .v5-family-tab-state {
  border-color: var(--buy-accent);
  color: #06343a;
  background: var(--buy-accent);
}

@media (prefers-reduced-motion: no-preference) {
  [data-v5-family-panel].is-family-entering {
    animation: v5FamilyPanelIn .3s cubic-bezier(.22, .75, .3, 1) both;
  }
  @keyframes v5FamilyPanelIn {
    from { opacity: 0; transform: translateY(10px) scale(.995); }
    to { opacity: 1; transform: none; }
  }
}

.v5-buy-journey .v5-browse-cycle-bar {
  margin: 18px 0;
  padding: 12px 14px;
  border: 1px solid var(--buy-line);
  border-radius: 14px;
  background: rgba(4, 29, 44, .44);
}
.v5-buy-journey .v5-browse-cycle-tab { min-height: 36px; border-radius: 10px; }
.v5-buy-journey .v5-browse-cycle-tab.is-active { color: #032f34; background: var(--buy-accent); }

.v5-dedicated-cycle-bar {
  margin: 18px 0;
}
.v5-dedicated-cycle-tabs {
  display: flex;
  gap: 6px;
}
.v5-buy-journey .v5-dedicated-cycle-tab {
  min-height: 36px;
  display: block;
  padding: 8px 14px;
  border: 1px solid var(--buy-line);
  border-radius: 10px;
  color: var(--buy-muted);
  background: rgba(2, 24, 37, .46);
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease, box-shadow .2s ease;
}
.v5-buy-journey .v5-dedicated-cycle-tab:hover {
  color: var(--buy-text);
  border-color: rgba(var(--buy-accent-rgb), .45);
  transform: translateY(-1px);
}
.v5-buy-journey .v5-dedicated-cycle-tab.is-active {
  border-color: var(--buy-accent);
  color: #053337;
  background: var(--buy-accent);
  box-shadow: 0 8px 22px rgba(var(--buy-accent-rgb), .17);
}

.v5-buy-journey .v5-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.v5-buy-journey .v5-pricing-card {
  min-width: 0;
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 17px;
  border: 1px solid var(--buy-line);
  border-radius: 14px;
  background: var(--buy-panel);
  box-shadow: none;
  transition: border-color .2s ease, transform .2s ease, background .2s ease;
}
.v5-buy-journey .v5-pricing-card:hover {
  transform: translateY(-2px);
  border-color: rgba(var(--buy-accent-rgb), .42);
  background: var(--buy-panel-strong);
}
.v5-buy-journey .v5-pricing-card-head { display: grid; gap: 3px; text-align: center; }
.v5-buy-journey .v5-pricing-card-head h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1.15;
  text-transform: uppercase;
}
.v5-buy-journey .v5-pricing-card-head small { color: var(--buy-muted); font-size: 11px; font-weight: 700; }
.v5-buy-journey .v5-pricing-price {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  justify-items: stretch;
  gap: 2px;
  width: 100%;
  direction: rtl;
  text-align: start;
}
[dir="ltr"] .v5-buy-journey .v5-pricing-price { direction: ltr; }
.v5-buy-journey .v5-amount {
  width: 100%;
  justify-content: center;
  color: var(--buy-accent);
  font-size: 32px;
  font-weight: 850;
  line-height: 1.05;
  direction: ltr;
  text-align: center;
}
.v5-buy-journey .v5-cycle-label {
  width: 100%;
  color: var(--buy-muted);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
  direction: rtl;
  text-align: center;
}
.v5-buy-journey .v5-pricing-features { flex: 1; display: grid; align-content: start; gap: 5px; }
.v5-buy-journey .v5-pricing-features li { padding-block: 3px; border-bottom: 0; }
.v5-buy-journey .v5-order-btn { width: 100%; min-height: 44px; justify-content: center; border-radius: 10px; }

/* AMD catalog cards — aligned, readable and consistent */
.v5-virtual-family-panel .v5-pricing-grid { align-items: stretch; gap: 16px; }
.v5-virtual-family-panel .v5-pricing-card {
  position: relative;
  min-height: 425px;
  gap: 12px;
  padding: 20px;
  overflow: hidden;
  border-radius: 18px;
}
.v5-virtual-family-panel .v5-pricing-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--buy-accent), transparent);
  opacity: .72;
}
.v5-virtual-family-panel .v5-pricing-card-head {
  min-height: 62px;
  align-content: center;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--buy-line);
}
.v5-virtual-family-panel .v5-pricing-card-head h3 { font-size: 21px; letter-spacing: -.01em; }
.v5-virtual-family-panel .v5-pricing-price {
  min-height: 74px;
  align-content: center;
  padding: 10px 12px;
  border: 1px solid rgba(var(--buy-accent-rgb), .14);
  border-radius: 13px;
  background: rgba(var(--buy-accent-rgb), .045);
}
.v5-virtual-family-panel .v5-amount { font-size: 30px; }
.v5-virtual-family-panel .v5-pricing-features {
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--buy-line);
  border-radius: 12px;
  background: rgba(3, 26, 40, .2);
}
.v5-virtual-family-panel .v5-pricing-features li {
  min-height: 39px;
  padding: 8px 10px;
  border-bottom: 1px solid var(--buy-line);
}
.v5-virtual-family-panel .v5-pricing-features li:last-child { border-bottom: 0; }
.v5-virtual-family-panel .v5-order-btn { margin-top: auto; }

.v5-stage-intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 2px 0 18px;
  padding: 20px 22px;
  border: 1px solid var(--buy-line);
  border-radius: 18px;
  background: rgba(var(--buy-accent-rgb), .055);
}
.v5-stage-intro > div:first-child { display: grid; gap: 5px; }
.v5-stage-intro > div:first-child > span { color: var(--buy-accent); font-size: 11px; font-weight: 800; }
.v5-stage-intro h2 { margin: 0; color: var(--ink); font-size: 24px; }
.v5-stage-intro p { margin: 0; color: var(--buy-muted); line-height: 1.7; font-size: 13px; }
.v5-stage-price { display: grid; min-width: 170px; text-align: end; }
.v5-stage-price small, .v5-stage-price span { color: var(--buy-muted); font-size: 11px; }
.v5-stage-price strong { color: var(--buy-accent); font-size: 25px; direction: ltr; }

.v5-buy-journey .v5-viewcart-panel,
.v5-buy-journey .v5-order-essentials,
.v5-buy-journey .v5-extra-storage,
.v5-buy-journey .v5-os-picker,
.v5-buy-journey .v5-ssh-block,
.v5-buy-journey .v5-account-selector,
.v5-buy-journey .v5-payment-panel,
.v5-buy-journey .v5-cart-checkout-card {
  border: 1px solid var(--buy-line);
  border-radius: 18px;
  background: var(--buy-panel);
  box-shadow: none;
}
.v5-buy-journey .v5-viewcart-table th { color: var(--buy-muted); background: rgba(2, 24, 37, .4); }
.v5-buy-journey .v5-viewcart-table td { border-color: var(--buy-line); }
.v5-buy-journey .v5-viewcart-panel { display: flex; flex-direction: column; }
.v5-buy-journey .v5-viewcart-panel > .v5-viewcart-table { order: 1; }
.v5-buy-journey .v5-viewcart-panel > .v5-os-picker,
.v5-buy-journey .v5-viewcart-panel > .v5-os-unavailable { order: 2; }
.v5-buy-journey .v5-viewcart-panel > .v5-extra-storage { order: 3; }
.v5-buy-journey .v5-viewcart-panel > .v5-ssh-block { order: 4; }
.v5-buy-journey .v5-viewcart-panel > .v5-order-essentials { order: 5; }
.v5-buy-journey .v5-viewcart-panel > .v5-cart-item-form { order: 6; }
.v5-buy-journey .v5-viewcart-panel > .v5-configure-footer { order: 7; }
.v5-buy-journey .v5-viewcart-panel > .v5-os-hint { order: 8; }
.v5-buy-journey .v5-order-essentials { margin-top: 14px; }
.v5-buy-journey .v5-order-fact-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.v5-buy-journey .v5-os-picker { margin-top: 16px; overflow: hidden; }
.v5-buy-journey .v5-os-picker-header {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  cursor: default;
}
.v5-buy-journey .v5-os-picker-header > span:nth-child(2) { display: grid; gap: 3px; }
.v5-buy-journey .v5-os-picker-header small { color: var(--buy-muted); font-size: 11px; font-weight: 500; }
.v5-live-source { color: var(--buy-accent); font-size: 11px; font-weight: 800; }
.v5-buy-journey .v5-os-family-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }
.v5-buy-journey .v5-os-family-tile {
  min-height: 104px;
  gap: 9px;
  border-radius: 14px;
  background: rgba(4, 33, 49, .48);
}
.v5-buy-journey .v5-os-family-tile.is-selected {
  border-color: var(--buy-accent);
  background: rgba(var(--buy-accent-rgb), .1);
  box-shadow: 0 0 0 1px rgba(var(--buy-accent-rgb), .12);
}
.v5-buy-journey .v5-os-family-icon { width: 40px; height: 40px; }
.v5-buy-journey .v5-os-version-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.v5-buy-journey .v5-os-version-card {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr) auto;
  align-items: center;
  gap: 11px;
  min-height: 70px;
  padding: 12px 14px;
  border-radius: 13px;
  background: rgba(4, 32, 48, .46);
}
.v5-buy-journey .v5-version-copy { min-width: 0; display: grid; gap: 3px; }
.v5-buy-journey .v5-version-copy strong { color: var(--ink); font-size: 13px; }
.v5-buy-journey .v5-version-copy small { color: var(--buy-muted); font-size: 10px; }
.v5-version-badges { display: flex; flex-wrap: wrap; gap: 5px; justify-content: end; }
.v5-version-badges b { padding: 4px 7px; border-radius: 999px; font-size: 9px; white-space: nowrap; }
.v5-version-badges .is-recommended { color: #023b37; background: var(--buy-accent); }
.v5-version-badges .is-legacy { color: #ffd6a0; background: rgba(245, 158, 11, .16); }
.v5-version-badges .is-preview { color: #c9c7ff; background: rgba(139, 92, 246, .17); }
.v5-os-unavailable { margin: 16px 0; align-items: flex-start; }
.v5-os-unavailable div { display: grid; gap: 4px; }
.v5-os-unavailable span { color: var(--buy-muted); }

.v5-buy-journey .v5-configure-footer,
.v5-buy-journey .v5-stage-footer,
.v5-buy-journey .v5-checkout-actions {
  margin-top: 18px;
  padding: 14px;
  border: 1px solid var(--buy-line);
  border-radius: 15px;
  background: rgba(3, 25, 39, .7);
}
.v5-buy-journey .v5-configure-footer { display: flex; align-items: center; gap: 12px; }
.v5-buy-journey .v5-configure-summary { min-width: 0; display: grid; gap: 2px; margin-inline-start: auto; }
.v5-buy-journey .v5-configure-summary strong,
.v5-buy-journey .v5-configure-summary small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.v5-buy-journey .v5-configure-summary strong { color: var(--ink); font-size: 12px; }
.v5-buy-journey .v5-configure-summary small { color: var(--buy-muted); font-size: 10px; }
.v5-buy-journey .v5-configure-footer .btn.primary,
.v5-buy-journey .v5-footer-next,
.v5-buy-journey #v5SubmitOrder { min-height: 48px; padding-inline: 25px; }

.v5-buy-journey .v5-unified-cart-head { margin-bottom: 16px; }
.v5-buy-journey .v5-unified-cart-layout { grid-template-columns: minmax(0, 1fr) minmax(270px, 330px); gap: 16px; }
.v5-buy-journey .v5-cart-checkout-card { position: sticky; top: 92px; padding: 20px; }
.v5-buy-journey .v5-cart-row-actions { flex-wrap: wrap; }

.v5-buy-journey .v5-guest-account-boundary {
  max-width: 820px;
  margin-inline: auto;
  padding: clamp(24px, 4vw, 46px);
  border: 1px solid var(--buy-line);
  border-radius: 22px;
  background: var(--buy-panel);
  text-align: center;
}
.v5-buy-journey .v5-guest-account-boundary > p { max-width: 650px; margin-inline: auto; color: var(--buy-muted); line-height: 1.8; }
.v5-buy-journey .v5-guest-auth-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.v5-buy-journey .v5-guest-auth-grid .btn { min-height: 56px; justify-content: center; }
.v5-buy-journey .v5-guest-auth-grid .btn > span { display: grid; gap: 1px; text-align: start; }
.v5-buy-journey .v5-guest-auth-grid small { font-size: 9px; opacity: .7; }

.v5-account-intro { align-items: flex-start; }
.v5-buy-journey[data-checkout-stage="checkout"] .v5-account-selector {
  min-width: 0;
  gap: 12px;
  padding: 16px;
  overflow: hidden;
}
.v5-buy-journey[data-checkout-stage="checkout"] .v5-account-selector-head {
  align-items: center;
  gap: 12px;
}
.v5-buy-journey[data-checkout-stage="checkout"] .v5-account-selector-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  color: var(--buy-text);
  font-size: 12px;
  font-weight: 800;
}
.v5-buy-journey[data-checkout-stage="checkout"] .v5-account-selector-label i {
  color: var(--buy-accent);
}
.v5-buy-journey[data-checkout-stage="checkout"] .v5-acct-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(var(--buy-accent-rgb), .42);
  border-radius: 16px;
  background: rgba(var(--buy-accent-rgb), .045);
  box-shadow: inset 0 0 0 1px rgba(var(--buy-accent-rgb), .04);
}
.v5-buy-journey[data-checkout-stage="checkout"] .v5-acct-card-inner,
.v5-buy-journey[data-checkout-stage="checkout"] .v5-acct-card.is-selected .v5-acct-card-inner {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  min-width: 0;
  padding: 16px;
  border: 0;
  border-radius: inherit;
  background: transparent;
  box-shadow: none;
  cursor: default;
}
.v5-buy-journey[data-checkout-stage="checkout"] .v5-acct-card-inner:hover {
  border-color: transparent;
}
.v5-buy-journey[data-checkout-stage="checkout"] .v5-acct-avatar {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  flex: 0 0 42px;
  border: 1px solid rgba(var(--buy-accent-rgb), .25);
  border-radius: 13px;
  color: var(--buy-accent);
  background: rgba(var(--buy-accent-rgb), .10);
}
.v5-buy-journey[data-checkout-stage="checkout"] .v5-acct-info {
  display: grid;
  gap: 9px;
  min-width: 0;
}
.v5-buy-journey[data-checkout-stage="checkout"] .v5-acct-name {
  min-width: 0;
  color: var(--buy-text);
  font-size: 14px;
  overflow-wrap: anywhere;
}
.v5-buy-journey[data-checkout-stage="checkout"] .v5-acct-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px 10px;
  min-width: 0;
}
.v5-buy-journey[data-checkout-stage="checkout"] .v5-acct-meta > span {
  display: flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
  padding: 8px 10px;
  border: 1px solid var(--buy-line);
  border-radius: 10px;
  color: var(--buy-muted);
  background: rgba(2, 24, 37, .32);
  font-size: 10.5px;
}
.v5-buy-journey[data-checkout-stage="checkout"] .v5-acct-meta i {
  flex: 0 0 auto;
  color: var(--buy-accent);
}
.v5-buy-journey[data-checkout-stage="checkout"] .v5-acct-meta bdi {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  unicode-bidi: plaintext;
}
.v5-buy-journey[data-checkout-stage="checkout"] .v5-acct-edit {
  width: auto;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 9px 12px;
  border: 1px solid var(--buy-line);
  border-radius: 11px;
  color: var(--buy-text);
  background: rgba(2, 24, 37, .46);
  white-space: nowrap;
}
.v5-buy-journey[data-checkout-stage="checkout"] .v5-acct-edit:hover,
.v5-buy-journey[data-checkout-stage="checkout"] .v5-acct-edit.is-open {
  border-color: rgba(var(--buy-accent-rgb), .45);
  color: var(--buy-accent);
  background: rgba(var(--buy-accent-rgb), .08);
}
.v5-buy-journey[data-checkout-stage="checkout"] .v5-acct-edit:focus-visible {
  outline: 2px solid var(--buy-accent);
  outline-offset: 2px;
}
.v5-buy-journey[data-checkout-stage="checkout"] .v5-acct-edit span { font-size: 11px; }
.v5-buy-journey .v5-naf-grid-minimal { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.v5-buy-journey .v5-naf-grid-minimal label:first-child { grid-column: 1 / -1; }
.v5-buy-journey .v5-naf-grid-minimal label { align-content: start; }
.v5-buy-journey .v5-naf-grid-minimal label small { margin-top: 3px; color: var(--buy-muted); font-size: 9px; }

.v5-buy-journey .v5-payment-panel { overflow: hidden; }
.v5-buy-journey .v5-order-summary-table thead { background: rgba(3, 27, 42, .55); }
.v5-buy-journey .v5-gateway-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.v5-buy-journey .v5-gateway-card { min-height: 70px; border-radius: 13px; }
.v5-buy-journey .v5-gateway-card.is-selected { border-color: var(--buy-accent); background: rgba(var(--buy-accent-rgb), .075); }
.v5-buy-journey .v5-total-row.is-main strong { color: var(--buy-accent); }
.v5-buy-journey .v5-pay-selected-gateway {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  margin: 18px 0 0;
  padding: 13px 15px;
  border: 1px solid rgba(var(--buy-accent-rgb), .28);
  border-radius: 14px;
  background: rgba(var(--buy-accent-rgb), .065);
}
.v5-buy-journey .v5-pay-selected-gateway > span:nth-child(2) { display: grid; gap: 3px; }
.v5-buy-journey .v5-pay-selected-gateway small { color: var(--buy-muted); font-size: 10px; }
.v5-buy-journey .v5-pay-selected-gateway strong { color: var(--buy-text); font-size: 13px; }
.v5-buy-journey .v5-pay-selected-gateway > i { color: var(--buy-accent); }
.v5-buy-journey .v5-provision-result {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  margin-top: 16px;
  padding: 18px;
  border: 1px solid rgba(var(--buy-accent-rgb), .32);
  border-radius: 18px;
  background: rgba(var(--buy-accent-rgb), .075);
}
.v5-provision-result-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 16px; color: #042c32; background: var(--buy-accent); font-size: 19px; }
.v5-provision-result > div { display: grid; gap: 3px; }
.v5-provision-result small { color: var(--buy-accent); font-weight: 800; }
.v5-provision-result h3 { margin: 0; color: var(--buy-text); font-size: 17px; }
.v5-provision-result p { margin: 0; color: var(--buy-muted); font-size: 12px; line-height: 1.7; }

@media (prefers-reduced-motion: no-preference) {
  .v5-buy-journey .v5-stepper-step.is-active,
  .v5-buy-journey .v5-stage-intro,
  .v5-buy-journey .v5-buy-intro { animation: v5BuyReveal .34s ease both; }
  @keyframes v5BuyReveal { from { opacity: 0; transform: translateY(7px); } to { opacity: 1; transform: none; } }
}

@media (max-width: 1120px) {
  .v5-buy-intro { grid-template-columns: 1fr; }
  .v5-buy-journey .v5-pricing-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .v5-buy-journey .v5-os-family-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .v5-buy-journey .v5-order-fact-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .v5-buy-journey-shell .v5-buy-journey { padding: 14px; border-radius: 18px; }
  .v5-service-picker-intro { margin-bottom: 10px; }
  .v5-service-picker-intro h2 { font-size: 20px; }
  .v5-service-picker-intro p { font-size: 12px; }
  .v5-journey-heading { align-items: flex-start; }
  .v5-journey-heading .btn { padding-inline: 10px; font-size: 0; }
  .v5-journey-heading .btn i { font-size: 13px; margin: 0; }
  .v5-buy-journey .v5-stepper-new { grid-template-columns: repeat(5, minmax(68px, 1fr)); overflow-x: auto; }
  .v5-buy-journey .v5-stepper-step { grid-template-columns: 26px; justify-items: center; padding: 6px 4px; text-align: center; }
  .v5-buy-journey .v5-stepper-circle { width: 26px; height: 26px; }
  .v5-buy-journey .v5-stepper-info { justify-items: center; }
  .v5-buy-journey .v5-stepper-sub { display: none; }
  .v5-buy-journey .v5-stepper-title { font-size: 10px; }
  .v5-buy-intro { gap: 10px; padding: 12px; }
  .v5-buy-intro > div:first-child { gap: 5px; }
  .v5-buy-intro h2 { font-size: 18px; }
  .v5-buy-intro p { display: none; }
  .v5-buy-trust { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px; overflow: visible; }
  .v5-buy-trust > span { min-width: 0; min-height: 58px; grid-template-columns: 24px minmax(0, 1fr); gap: 6px; padding: 7px; }
  .v5-buy-trust > span > i { width: 24px; height: 24px; border-radius: 8px; font-size: 10px; }
  .v5-trust-copy strong { font-size: 9px; }
  .v5-trust-copy small { font-size: 8px; }
  .v5-family-tabs { grid-template-columns: 1fr; gap: 8px; margin-bottom: 12px; }
  .v5-family-tabs a { min-height: 68px; grid-template-columns: 38px minmax(0, 1fr) 26px; gap: 9px; padding: 10px 11px; }
  .v5-family-tab-icon { width: 36px; height: 36px; }
  .v5-family-tab-state { width: 24px; height: 24px; }
  .v5-buy-journey .v5-browse-cycle-bar { margin: 9px 0; padding: 8px 10px; }
  .v5-buy-journey .v5-pricing-grid { grid-template-columns: 1fr; }
  .v5-buy-journey .v5-pricing-card { min-height: 0; gap: 9px; padding: 16px; }
  .v5-buy-journey .v5-pricing-card-head { order: 1; }
  .v5-buy-journey .v5-pricing-price { order: 2; }
  .v5-buy-journey .v5-pricing-features { order: 5; }
  .v5-buy-journey .v5-order-btn { order: 7; }
  .v5-buy-journey .v5-pricing-features li:nth-child(n + 4) { display: none; }
  .v5-stage-intro { align-items: flex-start; flex-direction: column; }
  .v5-stage-price { width: 100%; grid-template-columns: 1fr auto; align-items: end; text-align: start; }
  .v5-stage-price span { grid-column: 1 / -1; }
  .v5-buy-journey .v5-viewcart-table,
  .v5-buy-journey .v5-viewcart-table tbody,
  .v5-buy-journey .v5-viewcart-table tr,
  .v5-buy-journey .v5-viewcart-table td { display: block; width: 100%; }
  .v5-buy-journey .v5-viewcart-table thead { display: none; }
  .v5-buy-journey .v5-viewcart-table tr { padding: 14px; border-bottom: 1px solid var(--buy-line); }
  .v5-buy-journey .v5-viewcart-table td { padding: 7px 0; border: 0; }
  .v5-buy-journey .v5-order-fact-grid { grid-template-columns: 1fr 1fr; }
  .v5-buy-journey .v5-os-family-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .v5-buy-journey .v5-os-version-grid { grid-template-columns: 1fr; }
  .v5-buy-journey .v5-os-picker-header { grid-template-columns: 38px minmax(0, 1fr); }
  .v5-live-source { grid-column: 2; }
  .v5-buy-journey .v5-unified-cart-layout { grid-template-columns: 1fr; }
  .v5-buy-journey .v5-cart-checkout-card { position: static; }
  .v5-buy-journey .v5-guest-auth-grid,
  .v5-buy-journey .v5-naf-grid-minimal,
  .v5-buy-journey .v5-gateway-grid { grid-template-columns: 1fr; }
  .v5-buy-journey .v5-naf-grid-minimal label:first-child { grid-column: auto; }
  .v5-buy-journey .v5-configure-footer,
  .v5-buy-journey .v5-stage-footer { position: sticky; bottom: calc(74px + env(safe-area-inset-bottom)); z-index: 74; background: rgba(3, 25, 39, .97); box-shadow: 0 -12px 30px rgba(0, 0, 0, .24); }
  .v5-buy-journey[data-checkout-stage="checkout"] .v5-stage-footer { position: static; bottom: auto; z-index: auto; }
  .v5-buy-journey .v5-configure-footer { display: grid; grid-template-columns: minmax(86px, 1fr) auto; padding: 10px; }
  .v5-buy-journey .v5-configure-footer .v5-add-more { display: none; }
  .v5-buy-journey .v5-configure-footer .btn.primary { padding-inline: 14px; font-size: 12px; }
  .v5-buy-journey .v5-provision-result { grid-template-columns: 44px minmax(0, 1fr); }
  .v5-buy-journey .v5-provision-result .btn { grid-column: 1 / -1; }
}

@media (max-width: 430px) {
  .v5-buy-trust { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .v5-buy-journey .v5-order-fact-grid { grid-template-columns: 1fr; }
  .v5-buy-journey .v5-os-family-grid { grid-template-columns: 1fr 1fr; }
  .v5-buy-journey .v5-os-version-card { grid-template-columns: 24px minmax(0, 1fr); }
  .v5-version-badges { grid-column: 2; justify-content: start; }
  .v5-buy-journey[data-checkout-stage="checkout"] .v5-account-selector { padding: 12px; }
  .v5-buy-journey[data-checkout-stage="checkout"] .v5-account-selector-head { align-items: flex-start; }
  .v5-buy-journey[data-checkout-stage="checkout"] .v5-acct-card-inner,
  .v5-buy-journey[data-checkout-stage="checkout"] .v5-acct-card.is-selected .v5-acct-card-inner {
    grid-template-columns: 38px minmax(0, 1fr);
    align-items: start;
    gap: 11px;
    padding: 14px;
  }
  .v5-buy-journey[data-checkout-stage="checkout"] .v5-acct-avatar { width: 38px; height: 38px; flex-basis: 38px; }
  .v5-buy-journey[data-checkout-stage="checkout"] .v5-acct-meta { grid-template-columns: minmax(0, 1fr); }
  .v5-buy-journey[data-checkout-stage="checkout"] .v5-acct-meta bdi { white-space: normal; overflow-wrap: anywhere; }
  .v5-buy-journey[data-checkout-stage="checkout"] .v5-acct-edit {
    grid-column: 1 / -1;
    width: 100%;
  }
}

/* Dedicated inventory and 25% deposit flow */
.v5-dedicated-orders {
  display: grid;
  gap: 12px;
  margin-top: 18px;
  padding: 18px;
  border: 1px solid var(--buy-line);
  border-radius: 18px;
  background: var(--buy-panel);
}
.v5-dedicated-orders .section-head,
.v5-dedicated-deposit > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.v5-dedicated-orders .section-head { justify-content: flex-start; }
.v5-dedicated-orders .section-head h3 { margin: 0; color: var(--buy-text); }
.v5-dedicated-order-count {
  display: inline-flex;
  align-items: center;
  min-height: 25px;
  padding: 4px 9px;
  border: 1px solid var(--buy-line);
  border-radius: 999px;
  color: var(--buy-muted);
  background: rgba(var(--buy-accent-rgb), .045);
  font-size: 10px;
  font-weight: 750;
}
.v5-dedicated-order-list { display: grid; gap: 8px; }
.v5-dedicated-order {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 14px;
  padding: 15px;
  border: 1px solid var(--buy-line);
  border-radius: 14px;
  background: rgba(3, 27, 42, .36);
}
.v5-dedicated-order.is-focus {
  border-color: var(--buy-accent);
  box-shadow: 0 0 0 3px rgba(var(--buy-accent-rgb), .12);
}
.v5-dedicated-order-copy { display: grid; gap: 7px; min-width: 0; }
.v5-dedicated-order-copy strong {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 7px;
  color: var(--buy-text);
}
.v5-dedicated-order-copy strong > span {
  color: var(--buy-accent);
  font-size: 11px;
  font-weight: 800;
}
.v5-dedicated-order-copy strong > b { font-size: 14px; }
.v5-dedicated-order-copy small {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 16px;
  color: var(--buy-muted);
}
.v5-dedicated-order-copy small b { color: var(--buy-text); font-weight: 700; }
.v5-dedicated-order > .badge { flex-shrink: 0; white-space: nowrap; }
.v5-dedicated-order > .btn { min-width: 128px; justify-content: center; }
.v5-dedicated-filters {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 16px;
  overflow-x: auto;
  scrollbar-width: thin;
}
.v5-dedicated-filters > span {
  flex: 0 0 auto;
  margin-inline-end: 3px;
  color: var(--buy-muted);
  font-size: 11px;
  font-weight: 750;
}
.v5-dedicated-filters button {
  flex: 0 0 auto;
  min-height: 35px;
  padding: 7px 13px;
  border: 1px solid var(--buy-line);
  border-radius: 999px;
  color: var(--buy-muted);
  background: rgba(3, 27, 42, .38);
  font-family: inherit;
  font-size: 11px;
  font-weight: 750;
  cursor: pointer;
  transition: color .2s ease, border-color .2s ease, background .2s ease;
}
.v5-dedicated-filters button:hover {
  color: var(--buy-text);
  border-color: rgba(var(--buy-accent-rgb), .35);
}
.v5-dedicated-filters button.is-active {
  color: #062f32;
  border-color: var(--buy-accent);
  background: var(--buy-accent);
}
@media (prefers-reduced-motion: no-preference) {
  .v5-dedicated-card.is-filter-entering {
    animation: v5DedicatedFilterIn .32s cubic-bezier(.22, .75, .3, 1) both;
    animation-delay: calc(var(--v5-filter-index, 0) * 35ms);
  }
  @keyframes v5DedicatedFilterIn {
    from { opacity: 0; transform: translateY(9px) scale(.985); }
    to { opacity: 1; transform: none; }
  }
}
.v5-dedicated-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}
.v5-dedicated-grid .catalog-empty { grid-column: 1 / -1; }
.v5-dedicated-filter-empty { margin-top: 14px; }
.v5-dedicated-card {
  display: flex;
  min-height: 0;
  flex-direction: column;
  gap: 15px;
  padding: 18px;
  border-radius: 17px;
  background: rgba(5, 34, 51, .68);
}
.v5-dedicated-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  min-height: 54px;
  padding-bottom: 13px;
  border-bottom: 1px solid var(--buy-line);
}
.v5-dedicated-card-head > div:first-child { min-width: 0; display: grid; gap: 4px; }
.v5-dedicated-card-head > div:first-child > span {
  color: var(--buy-muted);
  font-size: 10px;
  font-weight: 750;
}
.v5-dedicated-card-head h3 {
  margin: 0;
  overflow-wrap: anywhere;
  color: var(--buy-text);
  font-size: 19px;
  line-height: 1.2;
}
.v5-dedicated-monthly {
  flex: 0 0 auto;
  display: grid;
  justify-items: end;
  gap: 2px;
}
.v5-dedicated-monthly strong {
  color: var(--buy-accent);
  font-size: 19px;
  font-weight: 850;
  line-height: 1.2;
  direction: ltr;
}
.v5-dedicated-monthly small { color: var(--buy-muted); font-size: 10px; font-weight: 700; }
.v5-dedicated-monthly em {
  padding: 3px 7px;
  border: 1px solid rgba(var(--buy-accent-rgb), .25);
  border-radius: 999px;
  color: var(--buy-accent);
  background: rgba(var(--buy-accent-rgb), .08);
  font-size: 9px;
  font-style: normal;
  font-weight: 850;
}
.v5-dedicated-specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}
.v5-dedicated-specs > div {
  min-width: 0;
  display: grid;
  grid-template-columns: 25px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  min-height: 57px;
  padding: 9px 10px;
  border: 1px solid var(--buy-line);
  border-radius: 11px;
  background: rgba(2, 24, 37, .34);
}
.v5-dedicated-specs i { color: var(--buy-accent); font-size: 12px; text-align: center; }
.v5-dedicated-specs span { min-width: 0; display: grid; gap: 3px; }
.v5-dedicated-specs small { color: var(--buy-muted); font-size: 9px; font-weight: 700; }
.v5-dedicated-specs strong {
  overflow-wrap: anywhere;
  color: var(--buy-text);
  font-size: 11px;
  line-height: 1.35;
}
.v5-dedicated-payment {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(var(--buy-accent-rgb), .2);
  border-radius: 12px;
  background: rgba(var(--buy-accent-rgb), .045);
}
.v5-dedicated-payment > div {
  display: grid;
  gap: 5px;
  padding: 11px 12px;
}
.v5-dedicated-payment > div + div { border-inline-start: 1px solid rgba(var(--buy-accent-rgb), .16); }
.v5-dedicated-payment span {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--buy-muted);
  font-size: 10px;
  font-weight: 700;
}
.v5-dedicated-payment span small {
  padding: 2px 5px;
  border-radius: 999px;
  color: var(--buy-accent);
  background: rgba(var(--buy-accent-rgb), .1);
  font-size: 8px;
}
.v5-dedicated-payment strong { color: var(--buy-text); font-size: 15px; direction: ltr; }
.v5-dedicated-card > .v5-order-btn { margin-top: auto; }
.v5-dedicated-soon-notice {
  align-items: center;
  border-color: rgba(90, 234, 207, .34);
  background: linear-gradient(135deg, rgba(90, 234, 207, .13), rgba(56, 189, 248, .07));
}
.v5-dedicated-soon-notice > i {
  color: var(--buy-accent);
  font-size: 18px;
}
.v5-dedicated-soon-notice > span {
  display: grid;
  gap: 3px;
}
.v5-dedicated-soon-notice strong {
  color: var(--buy-text);
  font-size: 14px;
}
.v5-dedicated-soon-notice small {
  color: var(--buy-muted);
  font-size: 12px;
  line-height: 1.65;
}
.v5-dedicated-coming-soon {
  justify-content: center;
  border: 1px solid rgba(90, 234, 207, .25);
  background: rgba(90, 234, 207, .08);
  color: var(--buy-accent);
  cursor: not-allowed;
  opacity: .88;
  box-shadow: none;
  user-select: none;
}
html[data-theme="light"] .v5-dedicated-card { background: rgba(255, 255, 255, .86); }
html[data-theme="light"] .v5-dedicated-specs > div { background: rgba(227, 242, 247, .42); }
.v5-dedicated-deposit {
  display: grid;
  gap: 7px;
  margin: 14px 0;
  padding: 12px;
  border: 1px solid var(--buy-border);
  border-radius: 12px;
  background: rgba(var(--buy-accent-rgb), .07);
}
.v5-dedicated-deposit span { color: var(--buy-muted); font-size: 12px; }
.v5-dedicated-deposit strong { color: var(--buy-text); font-family: var(--buy-mono); }
.v5-dedicated-order-form { display: grid; gap: 12px; }
.v5-dedicated-order-form > p {
  margin: 0;
  color: var(--buy-muted);
  font-size: 11px;
  line-height: 1.7;
}
.v5-dedicated-order-form label {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: var(--buy-muted);
  font-size: 11px;
  line-height: 1.7;
}
.v5-dedicated-order-form input[type="checkbox"] {
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  margin-top: 2px;
  accent-color: var(--buy-accent);
}
.v5-dedicated-footnote {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 13px 0 0;
  color: var(--buy-muted);
  font-size: 11px;
  line-height: 1.5;
}
.v5-dedicated-footnote i { color: var(--buy-accent); }
.v5-dedicated-payment-preview .v5-payment-panel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}
.v5-dedicated-payment-preview .v5-payment-review { margin: 16px 20px 0; }
.v5-dedicated-payment-preview .v5-gateway-card.is-selected {
  border-color: var(--buy-accent);
  background: rgba(var(--buy-accent-rgb), .08);
}
.v5-dedicated-payment-preview .v5-gateway-card small {
  display: block;
  margin-top: 3px;
  color: var(--buy-muted);
  font-size: 11px;
}
.v5-dedicated-final-pay .v5-tos-label {
  display: flex;
  align-items: flex-start;
  gap: 9px;
}
@media (max-width: 1100px) {
  .v5-dedicated-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 700px) {
  .v5-dedicated-grid { grid-template-columns: 1fr; }
  .v5-dedicated-order { grid-template-columns: 1fr; align-items: stretch; }
  .v5-dedicated-order > .badge { justify-self: start; }
  .v5-dedicated-order .btn { width: 100%; }
  .v5-dedicated-payment-preview .v5-payment-panel-head { flex-direction: column; }
  .v5-dedicated-payment-preview .v5-payment-review { margin-inline: 12px; }
}
@media (max-width: 520px) {
  .v5-family-tabs { grid-template-columns: 1fr; }
  .v5-family-tab-copy small { white-space: normal; }
  .v5-dedicated-cycle-bar { align-items: stretch; flex-direction: column; padding: 10px; }
  .v5-dedicated-cycle-tabs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); width: 100%; }
}
@media (max-width: 440px) {
  .v5-dedicated-card-head { flex-direction: column; }
  .v5-dedicated-monthly { justify-items: start; }
  .v5-dedicated-specs,
  .v5-dedicated-payment { grid-template-columns: 1fr; }
  .v5-dedicated-payment > div + div {
    border-inline-start: 0;
    border-top: 1px solid rgba(var(--buy-accent-rgb), .16);
  }
}

/* Checkout configuration: clear plan summary and prominent billing periods */
.v5-buy-journey .v5-configure-intro {
  align-items: stretch;
  padding: 22px 24px;
  border-color: rgba(var(--buy-accent-rgb), .24);
  background: rgba(var(--buy-accent-rgb), .055);
}
.v5-buy-journey .v5-stage-copy {
  min-width: 0;
  display: grid;
  align-content: center;
  gap: 5px;
}
.v5-buy-journey .v5-stage-copy > span {
  color: var(--buy-accent);
  font-size: 11px;
  font-weight: 800;
}
.v5-buy-journey .v5-stage-plan-name {
  font-size: clamp(31px, 3.2vw, 42px);
  font-weight: 850;
  line-height: 1.05;
  letter-spacing: -.02em;
}
.v5-buy-journey .v5-configure-intro .v5-stage-price {
  min-width: 205px;
  align-content: center;
  padding-inline-start: 24px;
  border-inline-start: 1px solid var(--buy-line);
}
.v5-buy-journey .v5-configure-intro .v5-stage-price strong {
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.15;
}
.v5-buy-journey .v5-configure-intro .v5-stage-price span {
  margin-top: 3px;
  color: var(--buy-text);
  font-size: 12px;
  font-weight: 750;
}
.v5-buy-journey .v5-cycle-selector {
  display: grid;
  gap: 14px;
  margin: 0 0 18px;
  padding: 18px;
  border: 1px solid var(--buy-line);
  border-radius: 16px;
  background: var(--buy-panel);
}
.v5-buy-journey .v5-cycle-selector-head,
.v5-buy-journey .v5-cycle-selector-head > div {
  display: flex;
  align-items: center;
  gap: 12px;
}
.v5-buy-journey .v5-cycle-selector-head {
  justify-content: space-between;
}
.v5-buy-journey .v5-cycle-selector-head > div > span:last-child {
  display: grid;
  gap: 3px;
}
.v5-buy-journey .v5-cycle-selector-head strong {
  color: var(--buy-text);
  font-size: 15px;
}
.v5-buy-journey .v5-cycle-selector-head small {
  color: var(--buy-muted);
  font-size: 11px;
  line-height: 1.6;
}
.v5-buy-journey .v5-cycle-selector-icon {
  width: 42px;
  height: 42px;
  display: grid;
  flex: 0 0 42px;
  place-items: center;
  border: 1px solid rgba(var(--buy-accent-rgb), .25);
  border-radius: 12px;
  color: var(--buy-accent);
  background: rgba(var(--buy-accent-rgb), .07);
}
.v5-buy-journey .v5-cycle-current {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 11px;
  border: 1px solid rgba(var(--buy-accent-rgb), .23);
  border-radius: 10px;
  color: var(--buy-accent);
  background: rgba(var(--buy-accent-rgb), .06);
  font-size: 11px;
}
.v5-buy-journey .v5-cycle-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}
.v5-buy-journey .v5-cycle-choice {
  min-width: 0;
  min-height: 118px;
  display: grid;
  align-content: center;
  gap: 7px;
  padding: 14px;
  border: 1px solid var(--buy-line);
  border-radius: 13px;
  color: var(--buy-text);
  background: rgba(4, 32, 48, .5);
  font: inherit;
  text-align: start;
  cursor: pointer;
  transition: border-color .18s ease, background .18s ease, transform .18s ease;
}
.v5-buy-journey .v5-cycle-choice:hover {
  border-color: rgba(var(--buy-accent-rgb), .42);
  background: rgba(var(--buy-accent-rgb), .06);
  transform: translateY(-2px);
}
.v5-buy-journey .v5-cycle-choice:focus-visible {
  outline: 2px solid var(--buy-accent);
  outline-offset: 2px;
}
.v5-buy-journey .v5-cycle-choice.is-selected {
  border-color: var(--buy-accent);
  background: rgba(var(--buy-accent-rgb), .1);
  box-shadow: inset 0 0 0 1px rgba(var(--buy-accent-rgb), .08);
}
.v5-buy-journey .v5-cycle-duration {
  display: flex;
  align-items: baseline;
  gap: 6px;
  color: var(--buy-text);
}
.v5-buy-journey .v5-cycle-duration b {
  color: var(--buy-accent);
  font-size: 30px;
  font-weight: 850;
  line-height: 1;
}
.v5-buy-journey .v5-cycle-duration em {
  color: var(--buy-muted);
  font-size: 12px;
  font-style: normal;
  font-weight: 750;
}
.v5-buy-journey .v5-cycle-choice > strong {
  color: var(--buy-text);
  font-size: 17px;
  font-weight: 820;
}
.v5-buy-journey .v5-cycle-choice > small {
  color: var(--buy-muted);
  font-size: 10px;
  line-height: 1.45;
}
.v5-buy-journey .v5-cycle-note {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 0;
  color: var(--buy-muted);
  font-size: 11px;
  line-height: 1.6;
}
.v5-buy-journey .v5-cycle-note i {
  margin-top: 3px;
  color: var(--buy-accent);
}
.v5-buy-journey .v5-viewcart-panel > .v5-config-plan-card { order: 1; }
.v5-buy-journey .v5-config-plan-card {
  display: grid;
  grid-template-columns: 50px minmax(220px, 1fr) minmax(145px, auto) minmax(130px, auto) auto;
  align-items: center;
  gap: 16px;
  padding: 18px 20px;
  border-bottom: 1px solid var(--buy-line);
  background: rgba(3, 26, 40, .42);
}
.v5-buy-journey .v5-config-plan-icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(var(--buy-accent-rgb), .24);
  border-radius: 12px;
  color: var(--buy-accent);
  background: rgba(var(--buy-accent-rgb), .07);
  font-size: 17px;
}
.v5-buy-journey .v5-config-plan-copy,
.v5-buy-journey .v5-config-plan-mode,
.v5-buy-journey .v5-config-plan-price {
  min-width: 0;
  display: grid;
  gap: 3px;
}
.v5-buy-journey .v5-config-plan-copy small,
.v5-buy-journey .v5-config-plan-mode small,
.v5-buy-journey .v5-config-plan-price span {
  color: var(--buy-muted);
  font-size: 10px;
}
.v5-buy-journey .v5-config-plan-copy > strong {
  overflow: hidden;
  color: var(--buy-text);
  font-size: 23px;
  font-weight: 850;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.v5-buy-journey .v5-config-plan-copy > span {
  overflow: hidden;
  color: var(--buy-muted);
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.v5-buy-journey .v5-config-plan-mode > span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--buy-text);
  font-size: 12px;
  font-weight: 750;
}
.v5-buy-journey .v5-config-plan-mode i { color: var(--buy-accent); }
.v5-buy-journey .v5-config-plan-price { text-align: end; }
.v5-buy-journey .v5-config-plan-price strong {
  color: var(--buy-accent);
  font-size: 23px;
  line-height: 1.1;
}
.v5-buy-journey .v5-config-plan-change {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 9px 11px;
  border: 1px solid var(--buy-line);
  border-radius: 10px;
  color: var(--buy-muted);
  background: rgba(255, 255, 255, .018);
  font-size: 10px;
  text-decoration: none;
}
.v5-buy-journey .v5-config-plan-change:hover {
  border-color: rgba(var(--buy-accent-rgb), .35);
  color: var(--buy-text);
}
@media (max-width: 980px) {
  .v5-buy-journey .v5-cycle-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .v5-buy-journey .v5-config-plan-card { grid-template-columns: 50px minmax(0, 1fr) auto; }
  .v5-buy-journey .v5-config-plan-mode { grid-column: 2; }
  .v5-buy-journey .v5-config-plan-price { grid-column: 3; grid-row: 1 / span 2; }
  .v5-buy-journey .v5-config-plan-change { grid-column: 1 / -1; width: 100%; }
}
@media (max-width: 760px) {
  .v5-buy-journey .v5-configure-intro { padding: 18px; }
  .v5-buy-journey .v5-configure-intro .v5-stage-price {
    min-width: 0;
    padding: 14px 0 0;
    border-inline-start: 0;
    border-top: 1px solid var(--buy-line);
  }
  .v5-buy-journey .v5-stage-plan-name { font-size: 34px; }
  .v5-buy-journey .v5-cycle-selector { padding: 14px; }
  .v5-buy-journey .v5-cycle-selector-head { align-items: flex-start; }
  .v5-buy-journey .v5-cycle-current { min-width: max-content; }
  .v5-buy-journey .v5-cycle-choice { min-height: 108px; padding: 12px; }
  .v5-buy-journey .v5-cycle-duration b { font-size: 27px; }
  .v5-buy-journey .v5-config-plan-card {
    grid-template-columns: 44px minmax(0, 1fr) auto;
    gap: 11px;
    padding: 15px;
  }
  .v5-buy-journey .v5-config-plan-icon { width: 44px; height: 44px; }
  .v5-buy-journey .v5-config-plan-copy > strong { font-size: 20px; }
  .v5-buy-journey .v5-config-plan-mode { grid-column: 2 / -1; }
  .v5-buy-journey .v5-config-plan-price { grid-column: 3; grid-row: 1; }
}
@media (max-width: 430px) {
  .v5-buy-journey .v5-cycle-selector-head > div { align-items: flex-start; }
  .v5-buy-journey .v5-cycle-selector-head small { display: none; }
  .v5-buy-journey .v5-cycle-grid { gap: 8px; }
  .v5-buy-journey .v5-cycle-choice > strong { font-size: 15px; }
  .v5-buy-journey .v5-cycle-choice > small { font-size: 9px; }
  .v5-buy-journey .v5-config-plan-card { grid-template-columns: 42px minmax(0, 1fr); }
  .v5-buy-journey .v5-config-plan-price { grid-column: 1 / -1; grid-row: auto; text-align: start; }
  .v5-buy-journey .v5-config-plan-mode { grid-column: 1 / -1; }
}
@media (max-width: 760px) {
  .v5-buy-journey .v5-configure-footer {
    position: static;
    bottom: auto;
    z-index: auto;
    box-shadow: none;
  }
}

/* Configure-page polish: keep the selected total and billing cycle as one unit. */
.v5-buy-journey .v5-configure-intro .v5-stage-price,
.v5-buy-journey .v5-config-plan-price {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 8px;
  white-space: nowrap;
}
.v5-buy-journey .v5-configure-intro .v5-stage-price span,
.v5-buy-journey .v5-config-plan-price span {
  margin: 0;
  line-height: 1;
}
.v5-buy-journey .v5-configure-intro .v5-stage-price {
  align-self: stretch;
  align-items: center;
}
.v5-buy-journey .v5-cycle-duration {
  width: 100%;
  justify-self: stretch;
  justify-content: flex-start;
}
.v5-buy-journey .v5-cycle-choice > strong {
  width: 100%;
  justify-self: end;
  text-align: right;
}
.v5-buy-journey .v5-cycle-choice > small {
  width: 100%;
  text-align: right;
}
.v5-buy-journey .v5-extra-storage-disabled {
  display: grid;
  gap: 14px;
}
.v5-buy-journey .v5-extra-storage-optional.is-unavailable {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #f6c86f;
  border-color: rgba(246, 200, 111, .3);
  background: rgba(246, 200, 111, .08);
}
.v5-buy-journey .v5-extra-storage-unavailable {
  min-height: 78px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px;
  border: 1px dashed rgba(246, 200, 111, .32);
  border-radius: 12px;
  color: var(--buy-muted);
  background: rgba(246, 200, 111, .045);
}
.v5-buy-journey .v5-extra-storage-unavailable-icon {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: #f6c86f;
  background: rgba(246, 200, 111, .1);
}
.v5-buy-journey .v5-extra-storage-unavailable > div {
  min-width: 0;
  display: grid;
  gap: 4px;
}
.v5-buy-journey .v5-extra-storage-unavailable strong {
  color: var(--buy-text);
  font-size: 13px;
}
.v5-buy-journey .v5-extra-storage-unavailable span {
  font-size: 11px;
  line-height: 1.65;
}
@media (max-width: 760px) {
  .v5-buy-journey .v5-configure-intro .v5-stage-price {
    width: auto;
    align-self: stretch;
    justify-content: flex-start;
  }
}
@media (max-width: 430px) {
  .v5-buy-journey .v5-config-plan-price {
    justify-content: flex-start;
    text-align: start;
  }
  .v5-buy-journey .v5-extra-storage-head {
    align-items: flex-start;
  }
  .v5-buy-journey .v5-extra-storage-optional.is-unavailable {
    min-width: max-content;
  }
}

/* Configure and cart cleanup: keep only decisions, price and primary actions. */
.v5-buy-journey[data-checkout-stage="configure"] .catalog-focus-card,
.v5-buy-journey[data-checkout-stage="cart"] .catalog-focus-card {
  padding-top: 0;
}
.v5-buy-journey[data-checkout-stage="configure"] .v5-cycle-selector {
  gap: 11px;
  margin-bottom: 12px;
  padding: 14px;
}
.v5-buy-journey[data-checkout-stage="configure"] .v5-cycle-selector-icon {
  width: 36px;
  height: 36px;
  flex-basis: 36px;
}
.v5-buy-journey[data-checkout-stage="configure"] .v5-cycle-choice {
  min-height: 88px;
  gap: 5px;
  padding: 11px 13px;
}
.v5-buy-journey[data-checkout-stage="configure"] .v5-cycle-duration b {
  font-size: 24px;
}
.v5-buy-journey[data-checkout-stage="configure"] .v5-cycle-choice > strong {
  font-size: 15px;
}
.v5-buy-journey[data-checkout-stage="configure"] .v5-cycle-discount {
  color: var(--ok);
  font-weight: 800;
}
.v5-buy-journey[data-checkout-stage="configure"] .v5-config-plan-card {
  grid-template-columns: 46px minmax(180px, 1fr) minmax(125px, auto) auto;
  gap: 13px;
  padding: 15px 17px;
}
.v5-buy-journey[data-checkout-stage="configure"] .v5-config-plan-icon {
  width: 46px;
  height: 46px;
}
.v5-buy-journey[data-checkout-stage="configure"] .v5-config-plan-copy > strong,
.v5-buy-journey[data-checkout-stage="configure"] .v5-config-plan-price strong {
  font-size: 20px;
}
.v5-buy-journey[data-checkout-stage="configure"] .v5-os-picker {
  margin-top: 12px;
}
.v5-buy-journey[data-checkout-stage="configure"] .v5-os-picker-header {
  grid-template-columns: 38px minmax(0, 1fr);
  padding-block: 13px;
}
.v5-buy-journey[data-checkout-stage="configure"] .v5-os-picker-body {
  padding-top: 12px;
}
.v5-buy-journey[data-checkout-stage="configure"] .v5-configure-footer {
  margin-top: 12px;
}
.v5-buy-journey[data-checkout-stage="cart"] .v5-unified-cart-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 12px;
}
.v5-buy-journey[data-checkout-stage="cart"] .v5-unified-cart-head .v5-stage-title {
  margin: 0;
  font-size: 22px;
}
.v5-buy-journey[data-checkout-stage="cart"] .v5-unified-cart-head .btn {
  min-height: 42px;
}
.v5-buy-journey[data-checkout-stage="cart"] .v5-cart-checkout-card {
  display: grid;
  gap: 14px;
  align-content: start;
  padding: 18px;
}
.v5-buy-journey[data-checkout-stage="cart"] .v5-cart-checkout-card > span {
  color: var(--buy-muted);
  font-size: 12px;
  font-weight: 750;
}
.v5-buy-journey[data-checkout-stage="cart"] .v5-cart-checkout-card > strong {
  color: var(--buy-accent);
  font-size: 30px;
  line-height: 1.1;
}
.v5-buy-journey[data-checkout-stage="cart"] .v5-cart-checkout-card .btn {
  min-height: 50px;
  justify-content: center;
}
.v5-buy-journey[data-checkout-stage="cart"] .v5-cart-mini-specs {
  margin-top: 8px;
}
@media (max-width: 760px) {
  .v5-buy-journey[data-checkout-stage="configure"] .v5-config-plan-card {
    grid-template-columns: 42px minmax(0, 1fr) auto;
  }
  .v5-buy-journey[data-checkout-stage="configure"] .v5-config-plan-change {
    grid-column: 1 / -1;
  }
  .v5-buy-journey[data-checkout-stage="cart"] .v5-unified-cart-head {
    align-items: stretch;
    flex-direction: column;
  }
  .v5-buy-journey[data-checkout-stage="cart"] .v5-unified-cart-head .btn {
    justify-content: center;
  }
}
@media (max-width: 430px) {
  .v5-buy-journey[data-checkout-stage="configure"] .v5-cycle-choice {
    min-height: 82px;
  }
  .v5-buy-journey[data-checkout-stage="configure"] .v5-config-plan-card {
    grid-template-columns: 40px minmax(0, 1fr);
  }
  .v5-buy-journey[data-checkout-stage="configure"] .v5-config-plan-price {
    grid-column: 1 / -1;
  }
}

/* Cart service cards */
.v5-buy-journey[data-checkout-stage="cart"] .v5-viewcart-panel {
  overflow: visible;
  border: 0;
  background: transparent;
}
.v5-buy-journey[data-checkout-stage="cart"] .v5-cart-service-list {
  display: grid;
  gap: 12px;
}
.v5-buy-journey[data-checkout-stage="cart"] .v5-cart-service-card {
  overflow: hidden;
  border: 1px solid rgba(var(--buy-accent-rgb), .2);
  border-radius: 17px;
  background: linear-gradient(145deg, rgba(7, 44, 67, .96), rgba(4, 31, 49, .98));
  box-shadow: 0 14px 34px rgba(0, 0, 0, .12);
}
.v5-buy-journey[data-checkout-stage="cart"] .v5-cart-service-head {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) auto;
  align-items: center;
  gap: 13px;
  padding: 17px;
}
.v5-buy-journey[data-checkout-stage="cart"] .v5-cart-service-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(var(--buy-accent-rgb), .3);
  border-radius: 13px;
  color: var(--buy-accent);
  background: rgba(var(--buy-accent-rgb), .09);
  font-size: 17px;
}
.v5-buy-journey[data-checkout-stage="cart"] .v5-cart-service-title {
  min-width: 0;
  display: grid;
  gap: 4px;
}
.v5-buy-journey[data-checkout-stage="cart"] .v5-cart-service-title > small,
.v5-buy-journey[data-checkout-stage="cart"] .v5-cart-service-price > small,
.v5-buy-journey[data-checkout-stage="cart"] .v5-cart-service-details small {
  color: var(--buy-muted);
  font-size: 10px;
  font-weight: 700;
}
.v5-buy-journey[data-checkout-stage="cart"] .v5-cart-service-title h3 {
  overflow: hidden;
  margin: 0;
  color: var(--buy-text);
  font-size: 20px;
  font-weight: 850;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.v5-buy-journey[data-checkout-stage="cart"] .v5-cart-mini-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 3px;
}
.v5-buy-journey[data-checkout-stage="cart"] .v5-cart-mini-specs span {
  padding: 5px 8px;
  border: 1px solid rgba(var(--buy-accent-rgb), .13);
  border-radius: 999px;
  color: var(--buy-muted);
  background: rgba(2, 24, 38, .62);
  font-size: 9px;
  line-height: 1;
  white-space: nowrap;
}
.v5-buy-journey[data-checkout-stage="cart"] .v5-cart-service-price {
  display: grid;
  gap: 4px;
  justify-items: end;
  text-align: end;
}
.v5-buy-journey[data-checkout-stage="cart"] .v5-cart-service-price strong {
  color: var(--buy-accent);
  font-size: 21px;
  font-weight: 850;
  line-height: 1.15;
  white-space: nowrap;
}
.v5-buy-journey[data-checkout-stage="cart"] .v5-cart-service-details {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(105px, .35fr);
  gap: 12px;
  padding: 14px 17px 15px;
  border-top: 1px solid var(--buy-line);
  background: rgba(2, 25, 39, .44);
}
.v5-buy-journey[data-checkout-stage="cart"] .v5-cart-service-details > div:not(.v5-cart-row-actions) {
  min-width: 0;
  display: grid;
  gap: 5px;
}
.v5-buy-journey[data-checkout-stage="cart"] .v5-cart-service-details strong {
  overflow-wrap: anywhere;
  color: var(--buy-text);
  font-size: 12px;
  line-height: 1.55;
}
.v5-buy-journey[data-checkout-stage="cart"] .v5-cart-service-details .v5-cart-row-actions {
  grid-column: 1 / -1;
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  padding-top: 2px;
}
.v5-buy-journey[data-checkout-stage="cart"] .v5-cart-service-details .btn.compact {
  min-height: 38px;
  justify-content: center;
  border-radius: 10px;
}
.v5-buy-journey[data-checkout-stage="cart"] .v5-cart-service-details .v5-cart-row-actions > .btn {
  min-width: 92px;
}
@media (max-width: 520px) {
  .v5-buy-journey[data-checkout-stage="cart"] .v5-cart-service-head {
    grid-template-columns: 42px minmax(0, 1fr);
    padding: 14px;
  }
  .v5-buy-journey[data-checkout-stage="cart"] .v5-cart-service-icon {
    width: 42px;
    height: 42px;
  }
  .v5-buy-journey[data-checkout-stage="cart"] .v5-cart-service-price {
    grid-column: 1 / -1;
    grid-template-columns: auto 1fr;
    align-items: baseline;
    justify-items: start;
    padding-top: 8px;
    border-top: 1px solid var(--buy-line);
  }
  .v5-buy-journey[data-checkout-stage="cart"] .v5-cart-service-details {
    grid-template-columns: 1fr;
    padding: 13px 14px 14px;
  }
  .v5-buy-journey[data-checkout-stage="cart"] .v5-cart-service-details .v5-cart-row-actions {
    grid-column: 1;
    justify-content: stretch;
  }
  .v5-buy-journey[data-checkout-stage="cart"] .v5-cart-service-details .v5-cart-row-actions > .btn {
    flex: 1;
  }
}
