.savvi-visit__item--legacy {
  border: var(--neo-border-1) dashed var(--neo-border-subtle);
}

.savvi-visit__legacy-note {
  color: var(--neo-accent);
  margin-top: 0.35rem;
}

.savvi-visit__page-head {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-bottom: 2rem;
}

.savvi-visit__page-head .rb-page-hero__title {
  margin-top: 0.5rem;
}

.savvi-visit__page-head .rb-page-hero__lead {
  max-width: 36rem;
  margin-top: 0.5rem;
}

.savvi-visit__continue {
  font-size: var(--neo-text-sm);
  font-weight: 600;
  color: var(--neo-text-primary);
  text-decoration: none;
  align-self: flex-start;
}

.savvi-visit__continue:hover,
.savvi-visit__continue:focus-visible {
  color: var(--neo-accent);
}

/* Visit Cart shared shell (cart + checkout pages) */

.savvi-visit-root {
  min-height: 20rem;
}

.savvi-visit:not(.savvi-visit--checkout) {
  display: grid;
  gap: var(--neo-space-6);
  align-items: start;
}

@media (min-width: 900px) {
  .savvi-visit:not(.savvi-visit--checkout) {
    grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.75fr);
    gap: var(--neo-space-8);
  }

  .savvi-visit__aside {
    position: sticky;
    top: calc(72px + var(--neo-space-6));
  }
}

/* Visit Cart checkout — industrial transaction layout */

.savvi-visit--checkout {
  display: grid;
  gap: var(--neo-space-6);
  align-items: start;
}

@media (min-width: 900px) {
  .savvi-visit--checkout {
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
    gap: var(--neo-space-8);
  }

  .savvi-visit__summary {
    position: sticky;
    top: calc(72px + var(--neo-space-6));
  }

  .vc-mobile-bar,
  .vc-mobile-cta {
    display: none;
  }

  .savvi-visit__pay--mobile {
    display: none;
  }
}

.savvi-visit__primary {
  display: flex;
  flex-direction: column;
  gap: var(--neo-space-6);
  min-width: 0;
}

.vc-section {
  display: flex;
  flex-direction: column;
  gap: var(--neo-space-4);
}

.vc-section__title {
  margin: 0;
  font-size: var(--neo-text-lg);
  font-weight: 600;
  color: var(--neo-text-primary);
  letter-spacing: -0.01em;
}

.vc-section__lead {
  margin: -0.25rem 0 0;
}

.vc-pay-modes,
.vc-shipping__list,
.vc-fulfilment__choices {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.vc-fulfilment__mixed-note {
  margin: 0;
}

.vc-fulfilment__per-product {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.vc-fulfilment__line {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.vc-fulfilment__line-name {
  margin: 0;
  font-weight: 600;
  color: var(--neo-text-primary);
}

.vc-pay-card--compact {
  padding: 0.75rem 0.9rem;
}

.vc-pay-card--disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.vc-address-form {
  margin-top: 0.25rem;
}

.vc-summary__address {
  overflow-wrap: anywhere;
}

.vc-pay-card {
  display: block;
  position: relative;
  cursor: pointer;
  border: var(--neo-border-1) solid var(--neo-border-subtle);
  border-radius: var(--neo-radius-xl);
  padding: 1rem 1.1rem;
  background: var(--neo-bg-raised);
  transition: border-color 0.15s ease, background 0.15s ease;
}

.vc-pay-card:hover {
  border-color: color-mix(in srgb, var(--neo-accent) 35%, var(--neo-border-subtle));
}

.vc-pay-card--active {
  border-color: var(--neo-accent);
  background: color-mix(in srgb, var(--neo-accent) 6%, var(--neo-bg-raised));
}

.vc-pay-card__input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.vc-pay-card:focus-within {
  outline: 2px solid var(--neo-accent);
  outline-offset: 2px;
}

.vc-field__error[hidden] {
  display: none;
}

.savvi-visit__pay--busy {
  opacity: 0.72;
  cursor: wait;
}

.savvi-visit__form .neo-field__label {
  font-weight: 600;
  font-size: var(--neo-text-sm);
  color: var(--neo-text-primary);
}

.savvi-visit__msg[role="alert"] {
  font-weight: 600;
}

.vc-pay-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.vc-pay-card__title {
  font-weight: 600;
  font-size: var(--neo-text-base);
  color: var(--neo-text-primary);
}

.vc-pay-card__today {
  font-size: var(--neo-text-base);
  font-weight: 700;
  color: var(--neo-text-primary);
  font-variant-numeric: tabular-nums;
}

.vc-pay-card__later {
  display: block;
}

.vc-stripe-note {
  margin: 0;
  padding-top: 0.25rem;
}

.vc-stripe-note[hidden] {
  display: none;
}

.vc-loyalty {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.vc-loyalty__row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  font-size: var(--neo-text-sm);
}

.vc-loyalty__label {
  color: var(--neo-text-secondary);
}

.vc-loyalty__value {
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  color: var(--neo-text-primary);
  text-align: right;
}

.vc-loyalty__row--earn {
  padding-top: 0.65rem;
  border-top: var(--neo-border-1) solid var(--neo-border-subtle);
}

.vc-loyalty__rule,
.vc-loyalty__join {
  margin: 0;
}

.vc-loyalty a {
  color: var(--neo-accent);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 0.12em;
}

.vc-loyalty a:hover,
.vc-loyalty a:focus-visible {
  color: var(--neo-text-primary);
}

.vc-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.vc-terms__copy a {
  color: var(--neo-accent);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 0.12em;
}

/* Order summary panel */
.savvi-visit__summary {
  padding: var(--neo-space-6);
  border-radius: var(--neo-radius-2xl);
  display: flex;
  flex-direction: column;
  gap: var(--neo-space-4);
}

.vc-summary__title {
  margin: 0;
}

.vc-summary__body {
  display: flex;
  flex-direction: column;
  gap: var(--neo-space-5);
  font-size: var(--neo-text-sm);
}

.vc-summary__block {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding-bottom: var(--neo-space-4);
  border-bottom: var(--neo-border-1) solid var(--neo-border-subtle);
}

.vc-summary__block:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

.vc-summary__heading {
  margin: 0 0 0.15rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--neo-text-muted);
}

.vc-summary__line {
  margin: 0;
  font-weight: 600;
  color: var(--neo-text-primary);
}

.vc-summary__product + .vc-summary__product {
  margin-top: 0.65rem;
  padding-top: 0.65rem;
  border-top: var(--neo-border-1) dashed var(--neo-border-subtle);
}

.vc-summary__fin {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-top: 0.25rem;
}

.vc-summary__row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  font-variant-numeric: tabular-nums;
}

.vc-summary__row--strong {
  font-size: var(--neo-text-base);
}

.vc-summary__row--strong strong {
  font-size: var(--neo-text-lg);
}

.vc-summary__stripe-hint {
  margin: 0.25rem 0 0;
  color: var(--neo-text-muted);
}

/* Mobile checkout hierarchy */
@media (max-width: 899.98px) {
  .savvi-visit--checkout {
    grid-template-columns: 1fr;
  }

  .vc-mobile-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    width: 100%;
    padding: 0.85rem 1rem;
    border: var(--neo-border-1) solid var(--neo-border-subtle);
    border-radius: var(--neo-radius-xl);
    background: var(--neo-bg-raised);
    cursor: pointer;
    text-align: left;
    font: inherit;
    color: inherit;
  }

  .vc-mobile-bar__label {
    font-weight: 600;
    font-size: var(--neo-text-sm);
  }

  .vc-mobile-bar__amount {
    margin-left: auto;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    font-size: var(--neo-text-sm);
  }

  .vc-mobile-bar__toggle {
    font-size: var(--neo-text-sm);
    color: var(--neo-accent);
    font-weight: 600;
  }

  .savvi-visit__summary {
    display: none;
    order: -1;
  }

  .savvi-visit__summary.vc-summary--open {
    display: flex;
  }

  .savvi-visit__pay--desktop {
    display: none;
  }

  .vc-mobile-cta {
    position: sticky;
    bottom: calc(64px + env(safe-area-inset-bottom, 0px));
    z-index: 30;
    padding: 0.75rem 0 calc(0.75rem + env(safe-area-inset-bottom, 0px));
    background: linear-gradient(180deg, transparent, var(--neo-bg-base) 28%);
  }

  .vc-mobile-cta .savvi-visit__pay {
    width: 100%;
    justify-content: center;
  }
}


.savvi-visit__list-title:empty {
  display: none;
}

.savvi-visit__list-title {
  margin: 0 0 var(--neo-space-4);
}

.savvi-visit__items {
  display: flex;
  flex-direction: column;
  gap: var(--neo-space-4);
}

.savvi-visit__item {
  display: flex;
  gap: 1.25rem;
  padding: 1.25rem;
  border-radius: var(--neo-radius-2xl);
  margin: 0;
}

.savvi-visit__thumb {
  flex-shrink: 0;
  width: 5.5rem;
  aspect-ratio: 4 / 5;
  border-radius: var(--neo-radius-xl);
  overflow: hidden;
  background: var(--neo-bg-inset);
  border: var(--neo-border-1) solid var(--neo-border-subtle);
  display: flex;
  align-items: center;
  justify-content: center;
}

.savvi-visit__thumb--service {
  background: color-mix(in srgb, var(--neo-accent) 12%, var(--neo-bg-inset));
}

.savvi-visit__thumb-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.4rem;
}

.savvi-visit__thumb-ph {
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  background: var(--neo-border-subtle);
}

.savvi-visit__service-badge {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--neo-accent);
  text-align: center;
  padding: 0.5rem;
  line-height: 1.3;
}

.savvi-visit__item-body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.savvi-visit__item-top {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: flex-start;
}

.savvi-visit__item-title {
  margin: 0;
  font-weight: 600;
  color: var(--neo-text-primary);
  font-size: var(--neo-text-base);
}

.savvi-visit__stepper {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.5rem;
}

.savvi-visit__qty {
  min-width: 1.75rem;
  text-align: center;
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  font-size: var(--neo-text-sm);
  color: var(--neo-text-primary);
}

.savvi-visit__qty-btn {
  min-width: 2.25rem;
  justify-content: center;
  padding-inline: 0.5rem;
}

.savvi-visit__item-foot {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.savvi-visit__item-price {
  margin: 0;
  font-weight: 700;
  font-size: var(--neo-text-lg);
  color: var(--neo-text-primary);
}

.savvi-visit__remove {
  flex-shrink: 0;
  border: none;
  background: transparent;
  color: var(--neo-text-muted);
  font-size: 0.8rem;
  font-weight: 600;
  cursor: pointer;
  padding: 0.35rem 0.5rem;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.savvi-visit__remove:hover,
.savvi-visit__remove:focus-visible {
  color: var(--neo-accent);
}

.savvi-visit__collect {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  cursor: pointer;
}

.savvi-visit__more {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.25rem;
}

.savvi-visit__empty {
  padding: 2rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.savvi-visit__empty-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

.savvi-visit__aside {
  padding: var(--neo-space-6);
  border-radius: var(--neo-radius-2xl);
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.savvi-visit__aside .neo-h3 {
  margin: 0;
}

.savvi-visit__aside-label {
  margin: 0 0 0.5rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--neo-text-muted);
}

.savvi-visit__mode-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.savvi-visit__form {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.savvi-visit__form .neo-field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin: 0;
}

.savvi-visit__consent {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.5rem;
  cursor: pointer;
}

.savvi-visit__quote {
  padding-top: 0.5rem;
  border-top: var(--neo-border-1) solid var(--neo-border-subtle);
  font-size: var(--neo-text-sm);
}

.savvi-visit__total-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  font-size: var(--neo-text-lg);
}

.savvi-visit__total-row strong {
  font-size: var(--neo-text-xl);
}

.savvi-visit__pay {
  width: 100%;
  justify-content: center;
}

.savvi-visit__msg[data-kind="error"] {
  color: var(--neo-danger, #b42318);
}

/* Recovery states (A3) */
.vc-recovery {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  padding: 0.85rem 1rem;
  border-radius: var(--neo-radius-xl);
  border: var(--neo-border-1) solid color-mix(in srgb, var(--neo-danger, #b42318) 35%, var(--neo-border-subtle));
  background: color-mix(in srgb, var(--neo-danger, #b42318) 6%, var(--neo-bg-raised));
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.vc-recovery[hidden] {
  display: none;
}

.vc-recovery__msg {
  margin: 0;
  color: var(--neo-text-primary);
  font-weight: 600;
}

.vc-recovery__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.vc-recovery__actions .neo-btn {
  flex: 0 1 auto;
  max-width: 100%;
}

.savvi-visit__summary.vc-summary--highlight {
  outline: 2px solid var(--neo-accent);
  outline-offset: 2px;
}

@media (max-width: 899.98px) {
  .vc-recovery {
    margin-bottom: 0.15rem;
  }

  .savvi-visit__primary {
    min-width: 0;
    overflow-x: hidden;
  }

  .vc-mobile-cta {
    box-shadow: 0 -4px 16px color-mix(in srgb, var(--neo-bg-base) 88%, transparent);
  }
}

@media (max-width: 559.98px) {
  .savvi-visit__item {
    flex-direction: column;
  }

  .savvi-visit__thumb {
    width: 100%;
    aspect-ratio: 16 / 9;
  }
}

/* Cart page: sticky Proceed CTA above bottom nav */
.savvi-visit--cart .savvi-visit__aside .savvi-visit__pay {
  display: none;
}
@media (max-width: 899.98px) {
  .savvi-visit__sticky-cta {
    position: sticky;
    bottom: calc(64px + env(safe-area-inset-bottom, 0px));
    z-index: 30;
    padding: 0.75rem 0 calc(0.75rem + env(safe-area-inset-bottom, 0px));
    background: linear-gradient(180deg, transparent, var(--neo-bg-base) 28%);
  }
  .savvi-visit__sticky-cta .neo-btn {
    width: 100%;
    justify-content: center;
  }
}
@media (min-width: 900px) {
  .savvi-visit__sticky-cta { display: none; }
  .savvi-visit--cart .savvi-visit__aside .savvi-visit__pay {
    display: inline-flex;
  }
}
.savvi-visit__item--recap {
  opacity: 0.98;
}

/* ==========================================================================
   Apple-style checkout (scoped — checkout.html only)
   ========================================================================== */

.checkout-page--apple {
  --apple-bg: #f5f5f7;
  --apple-surface: #ffffff;
  --apple-text: #1d1d1f;
  --apple-text-secondary: #6e6e73;
  --apple-text-tertiary: #86868b;
  --apple-border: #d2d2d7;
  --apple-blue: #0071e3;
  --apple-blue-hover: #0077ed;
  --apple-blue-tint: rgba(0, 113, 227, 0.04);
  --apple-blue-ring: rgba(0, 113, 227, 0.25);
  --apple-red: #ff3b30;
  --apple-red-bg: #fff2f2;
  --apple-radius: 12px;
  --apple-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.04);
}

.checkout-page--apple.neo-body {
  background: var(--apple-bg);
  color: var(--apple-text);
}

.checkout-page--apple .neo-page__main {
  background: var(--apple-bg);
}

.checkout-page--apple .neo-breadcrumbs-wrap {
  color: var(--apple-text-secondary);
}

.checkout-page--apple .neo-breadcrumbs a {
  color: var(--apple-blue);
}

.checkout-page--apple .neo-breadcrumbs a:hover,
.checkout-page--apple .neo-breadcrumbs a:focus-visible {
  color: var(--apple-blue-hover);
}

/* Page hero */
.checkout-page--apple .savvi-visit__page-head {
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}

.checkout-page--apple .rb-eyebrow {
  font-family: var(--neo-font-ui);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--apple-text-secondary);
  margin: 0 0 0.5rem;
}

.checkout-page--apple .rb-page-hero__title,
.checkout-page--apple .neo-h1 {
  font-family: var(--neo-font-ui);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--apple-text);
}

.checkout-page--apple .rb-page-hero__lead,
.checkout-page--apple .rb-muted {
  color: var(--apple-text-secondary);
}

.checkout-page--apple .savvi-visit__continue {
  color: var(--apple-blue);
  font-weight: 500;
}

.checkout-page--apple .savvi-visit__continue:hover,
.checkout-page--apple .savvi-visit__continue:focus-visible {
  color: var(--apple-blue-hover);
}

/* Checkout layout spacing */
.checkout-page--apple .savvi-visit--checkout {
  gap: 2.5rem;
}

.checkout-page--apple .savvi-visit__primary {
  gap: 2.5rem;
}

.checkout-page--apple .vc-section {
  gap: 1.25rem;
}

.checkout-page--apple .vc-section__title {
  font-family: var(--neo-font-ui);
  font-size: 1.0625rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--apple-text);
}

.checkout-page--apple .vc-section__lead {
  color: var(--apple-text-secondary);
}

/* Form inputs */
.checkout-page--apple .savvi-visit__form .neo-field__label {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--apple-text);
}

.checkout-page--apple .neo-input {
  background: var(--apple-surface);
  border: 1px solid var(--apple-border);
  border-radius: 10px;
  box-shadow: none;
  color: var(--apple-text);
  font-size: 1rem;
}

.checkout-page--apple .neo-input:-webkit-autofill,
.checkout-page--apple .neo-input:-webkit-autofill:hover,
.checkout-page--apple .neo-input:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--apple-text);
  box-shadow: 0 0 0 1000px var(--apple-surface) inset !important;
}

.checkout-page--apple .neo-input:focus,
.checkout-page--apple .neo-input--focused {
  border-color: var(--apple-blue);
  box-shadow: 0 0 0 3px var(--apple-blue-ring);
}

.checkout-page--apple .neo-input--error {
  border-color: var(--apple-red);
  color: var(--apple-red);
  box-shadow: none;
}

.checkout-page--apple .neo-field__error,
.checkout-page--apple .vc-field__error {
  color: var(--apple-red);
}

.checkout-page--apple .savvi-visit__consent {
  color: var(--apple-text-secondary);
  font-size: 0.875rem;
}

.checkout-page--apple .savvi-visit__consent input[type="checkbox"] {
  accent-color: var(--apple-blue);
}

/* Pay / fulfilment selection cards */
.checkout-page--apple .vc-pay-card {
  background: var(--apple-surface);
  border: 1px solid var(--apple-border);
  border-radius: var(--apple-radius);
  padding: 1.125rem 1.25rem;
  box-shadow: none;
  transition: border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}

.checkout-page--apple .vc-pay-card:hover {
  border-color: color-mix(in srgb, var(--apple-blue) 35%, var(--apple-border));
  background: var(--apple-bg);
}

.checkout-page--apple .vc-pay-card--active {
  border: 2px solid var(--apple-blue);
  background: var(--apple-blue-tint);
  padding: calc(1.125rem - 1px) calc(1.25rem - 1px);
}

.checkout-page--apple .vc-pay-card:focus-within {
  outline: none;
  box-shadow: 0 0 0 3px var(--apple-blue-ring);
}

.checkout-page--apple .vc-pay-card__title {
  color: var(--apple-text);
  font-weight: 600;
}

.checkout-page--apple .vc-pay-card__today {
  color: var(--apple-text);
}

.checkout-page--apple .vc-pay-card__later {
  color: var(--apple-text-secondary);
}

.checkout-page--apple .vc-pay-card--disabled {
  opacity: 0.5;
}

/* Order summary */
.checkout-page--apple .savvi-visit__summary {
  background: var(--apple-surface);
  border: 1px solid color-mix(in srgb, var(--apple-border) 80%, transparent);
  border-radius: var(--apple-radius);
  box-shadow: var(--apple-shadow);
  padding: 1.5rem;
}

.checkout-page--apple .savvi-visit__summary.neo-card {
  box-shadow: var(--apple-shadow);
}

.checkout-page--apple .vc-summary__title,
.checkout-page--apple .savvi-visit__summary .neo-h3 {
  font-family: var(--neo-font-ui);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--apple-text);
}

.checkout-page--apple .vc-summary__heading {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--apple-text-tertiary);
}

.checkout-page--apple .vc-summary__line {
  color: var(--apple-text);
}

.checkout-page--apple .vc-summary__block {
  border-bottom-color: var(--apple-border);
}

.checkout-page--apple .vc-summary__product + .vc-summary__product {
  border-top-color: var(--apple-border);
}

.checkout-page--apple .vc-summary__row--strong {
  font-size: 1rem;
  color: var(--apple-text);
}

.checkout-page--apple .vc-summary__row--strong strong {
  font-size: 1.0625rem;
}

.checkout-page--apple .vc-summary__stripe-hint {
  color: var(--apple-text-tertiary);
}

.checkout-page--apple .savvi-visit__summary.vc-summary--highlight {
  outline: 2px solid var(--apple-blue);
  outline-offset: 2px;
}

.checkout-page--apple .vc-loyalty__label {
  color: var(--apple-text-secondary);
}

.checkout-page--apple .vc-loyalty__value {
  color: var(--apple-text);
}

.checkout-page--apple .vc-loyalty__row--earn {
  border-top-color: var(--apple-border);
}

.checkout-page--apple .vc-loyalty a {
  color: var(--apple-blue);
  font-weight: 500;
}

.checkout-page--apple .vc-loyalty a:hover,
.checkout-page--apple .vc-loyalty a:focus-visible {
  color: var(--apple-blue-hover);
}

.checkout-page--apple .vc-loyalty .rb-muted,
.checkout-page--apple .vc-loyalty .neo-caption.rb-muted {
  color: var(--apple-text-secondary);
}

/* Terms + links */
.checkout-page--apple .vc-terms__copy a {
  color: var(--apple-blue);
  font-weight: 500;
}

.checkout-page--apple .vc-terms__copy a:hover,
.checkout-page--apple .vc-terms__copy a:focus-visible {
  color: var(--apple-blue-hover);
}

.checkout-page--apple .vc-stripe-note {
  color: var(--apple-text-tertiary);
}

/* Primary CTA */
.checkout-page--apple .savvi-visit__pay.neo-btn--primary {
  background: var(--apple-blue);
  border: none;
  border-radius: var(--neo-radius-full);
  color: #fff;
  font-size: 1.0625rem;
  font-weight: 500;
  min-height: 48px;
  box-shadow: none;
}

.checkout-page--apple .savvi-visit__pay.neo-btn--primary:hover:not(:disabled) {
  background: var(--apple-blue-hover);
  box-shadow: none;
}

.checkout-page--apple .savvi-visit__pay.neo-btn--primary:active:not(:disabled) {
  transform: scale(0.99);
}

.checkout-page--apple .savvi-visit__pay.neo-btn--primary:disabled {
  background: var(--apple-border);
  color: var(--apple-text-tertiary);
  opacity: 1;
  cursor: not-allowed;
}

.checkout-page--apple .savvi-visit__pay.neo-btn--primary.savvi-visit__pay--busy {
  opacity: 0.75;
}

/* Messages + recovery */
.checkout-page--apple .savvi-visit__msg[data-kind="error"] {
  color: var(--apple-red);
  font-weight: 500;
}

.checkout-page--apple .vc-recovery {
  background: var(--apple-red-bg);
  border: 1px solid color-mix(in srgb, var(--apple-red) 35%, var(--apple-border));
  border-radius: var(--apple-radius);
}

.checkout-page--apple .vc-recovery__msg {
  color: var(--apple-text);
}

.checkout-page--apple .vc-recovery__actions .neo-btn--secondary {
  background: var(--apple-surface);
  border-color: var(--apple-border);
  color: var(--apple-text);
}

.checkout-page--apple .vc-recovery__actions .neo-btn--secondary:hover:not(:disabled) {
  border-color: var(--apple-blue);
  background: var(--apple-bg);
}

/* Mobile checkout bar */
@media (max-width: 899.98px) {
  .checkout-page--apple .vc-mobile-bar {
    background: var(--apple-surface);
    border: 1px solid var(--apple-border);
    border-radius: var(--apple-radius);
    box-shadow: var(--apple-shadow);
  }

  .checkout-page--apple .vc-mobile-bar__toggle {
    color: var(--apple-blue);
  }

  .checkout-page--apple .vc-mobile-cta {
    background: linear-gradient(180deg, transparent, var(--apple-bg) 28%);
    box-shadow: 0 -1px 0 var(--apple-border);
  }
}
