.chroma-backup-care-cart {
  --cbc-ink: #263238;
  --cbc-muted: #526168;
  --cbc-line: #ccd5d8;
  --cbc-paper: #ffffff;
  --cbc-soft: #f9f7f3;
  --cbc-brand: #964030;
  --cbc-brand-dark: #713025;
  --cbc-accent: #c2a024;
  --cbc-danger: #a52b2b;
  color: var(--cbc-ink);
  font-family: inherit;
  margin: 0 auto;
  max-width: 1180px;
}

.chroma-backup-care-cart,
.chroma-backup-care-cart * {
  box-sizing: border-box;
}

.cbc-form {
  background: var(--cbc-paper);
  border: 1px solid var(--cbc-line);
  border-radius: 6px;
  overflow: hidden;
}

.cbc-heading,
.cbc-section,
.cbc-actions,
.cbc-quote {
  padding: 28px clamp(18px, 4vw, 44px);
}

.cbc-heading {
  background: var(--cbc-soft);
  border-bottom: 4px solid var(--cbc-accent);
}

.cbc-heading h2,
.cbc-section h3,
.cbc-quote h3 {
  color: var(--cbc-ink);
  letter-spacing: 0;
  margin: 0;
}

.cbc-heading h2 {
  font-size: clamp(1.6rem, 3vw, 2.25rem);
  line-height: 1.15;
}

.cbc-heading p:last-child,
.cbc-quote p {
  color: var(--cbc-muted);
  margin: 10px 0 0;
}

.cbc-eyebrow {
  color: var(--cbc-brand);
  font-size: 0.78rem;
  font-weight: 800;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.cbc-section {
  border-bottom: 1px solid var(--cbc-line);
}

.cbc-section h3 {
  font-size: 1.2rem;
  margin-bottom: 18px;
}

.cbc-section-heading {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin-bottom: 18px;
}

.cbc-section-heading h3 {
  margin: 0;
}

.cbc-field-grid,
.cbc-date-controls {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cbc-field {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.cbc-field-wide {
  max-width: 620px;
}

.cbc-field > span {
  color: var(--cbc-ink);
  font-size: 0.9rem;
  font-weight: 700;
}

.cbc-field input,
.cbc-field select {
  background: var(--cbc-paper);
  border: 1px solid #aab5c1;
  border-radius: 4px;
  color: var(--cbc-ink);
  font: inherit;
  min-height: 46px;
  padding: 9px 11px;
  width: 100%;
}

.cbc-field input:focus,
.cbc-field select:focus,
.cbc-primary-button:focus,
.cbc-secondary-button:focus,
.cbc-icon-button:focus {
  outline: 3px solid rgba(242, 177, 52, 0.55);
  outline-offset: 2px;
}

.cbc-child,
.cbc-date {
  border: 1px solid var(--cbc-line);
  border-radius: 6px;
  margin: 0 0 16px;
  padding: 22px;
  position: relative;
}

.cbc-child legend,
.cbc-date legend {
  font-weight: 800;
  padding: 0 8px;
}

.cbc-icon-button {
  align-items: center;
  background: var(--cbc-paper);
  border: 1px solid var(--cbc-line);
  border-radius: 50%;
  color: var(--cbc-danger);
  cursor: pointer;
  display: flex;
  font-size: 1.35rem;
  height: 34px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: 14px;
  top: 12px;
  width: 34px;
}

.cbc-date-children {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 18px;
}

.cbc-child-choice,
.cbc-policy {
  align-items: flex-start;
  display: flex;
  gap: 9px;
}

.cbc-child-choice input,
.cbc-policy input {
  height: 18px;
  margin: 2px 0 0;
  width: 18px;
}

.cbc-policies {
  display: grid;
  gap: 13px;
}

.cbc-primary-button,
.cbc-secondary-button {
  border-radius: 4px;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  min-height: 44px;
  padding: 10px 17px;
}

.cbc-primary-button {
  background: var(--cbc-brand);
  border: 1px solid var(--cbc-brand);
  color: #ffffff;
}

.cbc-primary-button:hover {
  background: var(--cbc-brand-dark);
}

.cbc-secondary-button {
  background: var(--cbc-paper);
  border: 1px solid var(--cbc-brand);
  color: var(--cbc-brand);
  display: inline-flex;
  text-decoration: none;
}

.cbc-primary-button:disabled,
.cbc-secondary-button:disabled,
.cbc-icon-button:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

.cbc-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.cbc-status {
  color: var(--cbc-muted);
  margin: 0;
}

.cbc-campus-status {
  color: var(--cbc-muted);
  font-size: 0.88rem;
  margin: 10px 0 0;
}

.cbc-address-search {
  align-items: end;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin-bottom: 8px;
  max-width: 760px;
}

.cbc-address-search .cbc-secondary-button {
  justify-content: center;
  white-space: nowrap;
}

.cbc-privacy-note {
  color: var(--cbc-muted);
  font-size: 0.78rem;
  margin: 0 0 18px;
}

.cbc-verification {
  align-items: end;
  border-top: 1px solid var(--cbc-line);
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
  padding-top: 18px;
}

.cbc-verification .cbc-field {
  flex: 1 1 180px;
  max-width: 260px;
}

.cbc-verification.is-verified {
  align-items: center;
  color: var(--cbc-ink);
}

.cbc-link-button {
  background: transparent;
  border: 0;
  color: var(--cbc-accent);
  cursor: pointer;
  font: inherit;
  padding: 8px 0;
  text-decoration: underline;
}

.cbc-status.is-error,
.cbc-test-note {
  color: var(--cbc-danger);
}

.cbc-manage-list {
  display: grid;
  gap: 16px;
  margin-top: 22px;
}

.cbc-manage-unit {
  border: 1px solid var(--cbc-line);
  border-radius: 6px;
  padding: 20px;
}

.cbc-manage-summary {
  align-items: start;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.cbc-manage-summary h3,
.cbc-manage-summary p {
  margin: 0;
}

.cbc-manage-summary .cbc-eyebrow {
  margin-bottom: 5px;
}

.cbc-reschedule {
  border-top: 1px solid var(--cbc-line);
  margin-top: 18px;
  padding-top: 18px;
}

.cbc-reschedule .cbc-secondary-button {
  margin-top: 14px;
}

.cbc-error-summary,
.cbc-enrollment {
  border-left: 4px solid var(--cbc-danger);
  margin: 0 clamp(18px, 4vw, 44px) 28px;
  padding: 16px 20px;
}

.cbc-enrollment {
  border-left-color: var(--cbc-accent);
}

.cbc-error-summary h3,
.cbc-enrollment h3 {
  font-size: 1.05rem;
  margin: 0 0 10px;
}

.cbc-quote {
  align-items: center;
  background: var(--cbc-soft);
  border-top: 1px solid var(--cbc-line);
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr auto;
}

.cbc-quote h3 {
  font-size: 1.9rem;
}

.cbc-test-note {
  grid-column: 1 / -1;
  margin: 0;
}

.cbc-flow {
  border: 1px solid rgba(38, 50, 56, 0.12);
  border-radius: 28px;
  box-shadow: 0 24px 60px rgba(38, 50, 56, 0.09);
  overflow: visible;
}

.cbc-stepper {
  background: #fffdf9;
  border-bottom: 1px solid var(--cbc-line);
  border-radius: 28px 28px 0 0;
  display: grid;
  gap: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 18px clamp(16px, 3vw, 34px);
}

.cbc-stepper li {
  position: relative;
}

.cbc-stepper li:not(:last-child)::after {
  background: var(--cbc-line);
  content: "";
  height: 1px;
  left: calc(50% + 28px);
  position: absolute;
  right: calc(-50% + 28px);
  top: 18px;
}

.cbc-stepper li.is-complete:not(:last-child)::after {
  background: var(--cbc-brand);
}

.cbc-stepper button {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--cbc-muted);
  display: flex;
  flex-direction: column;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 800;
  gap: 7px;
  letter-spacing: 0.02em;
  margin: 0 auto;
  padding: 0 8px;
  position: relative;
  text-align: center;
  z-index: 1;
}

.cbc-stepper button:disabled {
  cursor: not-allowed;
}

.cbc-stepper button > span {
  align-items: center;
  background: var(--cbc-paper);
  border: 1px solid var(--cbc-line);
  border-radius: 50%;
  display: flex;
  height: 36px;
  justify-content: center;
  width: 36px;
}

.cbc-stepper .is-current button,
.cbc-stepper .is-complete button {
  color: var(--cbc-brand-dark);
}

.cbc-stepper .is-current button > span,
.cbc-stepper .is-complete button > span {
  background: var(--cbc-brand);
  border-color: var(--cbc-brand);
  color: #fff;
}

.cbc-flow-layout {
  display: grid;
  gap: clamp(24px, 4vw, 48px);
  grid-template-columns: minmax(0, 1.65fr) minmax(260px, 0.75fr);
  padding: clamp(24px, 4vw, 48px);
}

.cbc-flow-main {
  min-width: 0;
}

.cbc-panel {
  border: 0;
  padding: 0;
}

.cbc-panel > h2 {
  color: var(--cbc-ink);
  font-family: var(--font-display, Georgia, serif);
  font-size: clamp(2rem, 4vw, 3.25rem);
  letter-spacing: -0.035em;
  line-height: 1.02;
  margin: 0;
}

.cbc-panel > h2 + p {
  color: var(--cbc-muted);
  font-size: 1rem;
  line-height: 1.65;
  margin: 14px 0 26px;
  max-width: 680px;
}

.cbc-flow-summary {
  align-self: start;
  position: sticky;
  top: calc(var(--site-header-height, 88px) + 24px);
}

.cbc-summary {
  background: linear-gradient(145deg, #f6eee9, #fffdf9);
  border: 1px solid #ead8ce;
  border-radius: 22px;
  padding: 24px;
}

.cbc-summary dl {
  display: grid;
  gap: 12px;
  margin: 18px 0;
}

.cbc-summary dl > div {
  align-items: start;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.cbc-summary dt {
  color: var(--cbc-muted);
  font-size: 0.82rem;
  font-weight: 700;
}

.cbc-summary dd {
  font-weight: 800;
  margin: 0;
  max-width: 65%;
  text-align: right;
}

.cbc-summary-total {
  align-items: baseline;
  border-top: 1px solid #ddc6ba;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  padding-top: 16px;
}

.cbc-summary-total strong {
  color: var(--cbc-brand-dark);
  font-size: 1.55rem;
}

.cbc-summary > p:last-child {
  color: var(--cbc-muted);
  font-size: 0.78rem;
  line-height: 1.5;
  margin: 16px 0 0;
}

.cbc-mobile-summary {
  display: none;
}

.cbc-nav-actions {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: flex-end;
  margin-top: 26px;
}

.cbc-nav-actions .cbc-link-button {
  margin-right: auto;
}

.cbc-saved-profiles,
.cbc-attendance-list {
  border-top: 1px solid var(--cbc-line);
  margin-top: 26px;
  padding-top: 24px;
}

.cbc-saved-profiles > div {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cbc-profile-card {
  background: var(--cbc-paper);
  border: 1px solid var(--cbc-line);
  border-radius: 14px;
  color: var(--cbc-ink);
  display: grid;
  gap: 4px;
  padding: 15px 17px;
  text-align: left;
}

.cbc-profile-card:hover,
.cbc-profile-card.is-selected {
  border-color: var(--cbc-brand);
}

.cbc-profile-card span,
.cbc-record-status {
  color: var(--cbc-muted);
  font-size: 0.8rem;
}

.cbc-record-status.is-complete {
  color: #2f6b46;
  font-weight: 700;
}

.cbc-verified {
  align-items: center;
  background: #edf6f0;
  border: 1px solid #c8dfd0;
  border-radius: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 20px;
  padding: 14px 16px;
}

.cbc-attendance-list {
  display: grid;
  gap: 12px;
}

.cbc-attendance {
  border: 1px solid var(--cbc-line);
  border-radius: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  padding: 16px;
}

.cbc-attendance legend {
  font-weight: 800;
  padding: 0 7px;
}

.cbc-flow .cbc-child,
.cbc-flow .cbc-date {
  border-radius: 16px;
}

.cbc-flow .cbc-policies {
  background: #fffdf9;
  border: 1px solid var(--cbc-line);
  border-radius: 16px;
  margin-top: 24px;
  padding: 20px;
}

.cbc-flow .cbc-quote {
  border: 1px solid #ead8ce;
  border-radius: 18px;
  margin-top: 22px;
  padding: 22px;
}

.cbc-flow .cbc-error-summary,
.cbc-flow .cbc-enrollment {
  margin: 22px 0 0;
}

.cbc-confirmation {
  background: var(--cbc-paper);
  border: 1px solid rgba(38, 50, 56, 0.12);
  border-radius: 28px;
  box-shadow: 0 24px 60px rgba(38, 50, 56, 0.09);
  padding: clamp(32px, 6vw, 72px);
  text-align: center;
}

.cbc-confirmation-icon {
  align-items: center;
  background: #2f6b46;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-size: 1.6rem;
  height: 58px;
  justify-content: center;
  width: 58px;
}

.cbc-confirmation h2 {
  font-family: var(--font-display, Georgia, serif);
  font-size: clamp(2rem, 5vw, 3.5rem);
  line-height: 1.05;
  margin: 16px auto;
  max-width: 800px;
}

.cbc-confirmation dl {
  display: grid;
  gap: 10px;
  margin: 28px auto;
  max-width: 680px;
}

.cbc-confirmation dl > div {
  display: grid;
  gap: 12px;
  grid-template-columns: 150px 1fr;
  text-align: left;
}

.cbc-confirmation dt {
  color: var(--cbc-muted);
  font-weight: 700;
}

.cbc-confirmation dd {
  font-weight: 800;
  margin: 0;
}

.cbc-confirmation-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.cbc-record-warning {
  background: #fff7df;
  border-radius: 12px;
  margin: 28px auto 14px;
  max-width: 760px;
  padding: 14px 18px;
}

@media (max-width: 900px) {
  .cbc-flow-layout {
    grid-template-columns: 1fr;
  }

  .cbc-flow-summary {
    display: none;
  }

  .cbc-mobile-summary {
    background: #fffdf9;
    border-bottom: 1px solid var(--cbc-line);
    display: block;
    padding: 12px clamp(16px, 3vw, 28px);
  }

  .cbc-mobile-summary summary {
    color: var(--cbc-brand-dark);
    cursor: pointer;
    font-weight: 800;
  }

  .cbc-mobile-summary .cbc-summary {
    margin-top: 12px;
  }
}

@media (max-width: 680px) {
  .cbc-address-search,
  .cbc-field-grid,
  .cbc-date-controls,
  .cbc-quote {
    grid-template-columns: 1fr;
  }

  .cbc-section-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .cbc-manage-summary {
    flex-direction: column;
  }

  .cbc-primary-button,
  .cbc-secondary-button {
    justify-content: center;
    width: 100%;
  }

  .cbc-verification .cbc-field {
    max-width: none;
  }

  .cbc-stepper {
    overflow-x: auto;
    padding-inline: 12px;
  }

  .cbc-stepper button {
    font-size: 0.68rem;
    min-width: 82px;
  }

  .cbc-stepper li:not(:last-child)::after {
    display: none;
  }

  .cbc-flow-layout {
    padding: 24px 16px 30px;
  }

  .cbc-saved-profiles > div,
  .cbc-confirmation dl > div {
    grid-template-columns: 1fr;
  }

  .cbc-confirmation dl > div {
    gap: 3px;
    text-align: center;
  }

  .cbc-nav-actions {
    align-items: stretch;
    flex-direction: column-reverse;
  }

  .cbc-nav-actions .cbc-link-button {
    margin: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .chroma-backup-care-cart *,
  .chroma-backup-care-cart *::before,
  .chroma-backup-care-cart *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media print {
  .cbc-stepper,
  .cbc-mobile-summary,
  .cbc-confirmation-actions,
  .site-header,
  .site-footer {
    display: none !important;
  }

  .cbc-confirmation {
    border: 0;
    box-shadow: none;
  }
}

.cbc-review-details {
  background: #f8faf8;
  border: 1px solid rgba(74, 124, 89, 0.2);
  display: grid;
  gap: 8px;
  margin: 22px 0;
  padding: 18px;
}

.cbc-review-details p {
  color: #39464c;
  margin: 0;
}

.cbc-ghl-checkout {
  max-width: none;
}

.cbc-payment-callout {
  align-items: center;
  background: #e3ece6;
  border-left: 4px solid #4a7c59;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin: 20px 0;
  padding: 16px 18px;
}

.cbc-payment-callout strong {
  color: #263238;
  font-size: 1.05rem;
}

.cbc-payment-callout span {
  color: #2f4858;
  font-weight: 700;
}

.cbc-ghl-frame {
  background: #fff;
  border: 1px solid rgba(74, 108, 124, 0.18);
  display: block;
  height: 950px;
  min-height: 720px;
  margin-top: 24px;
  width: 100%;
}

@media (max-width: 680px) {
  .cbc-payment-callout {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .cbc-ghl-frame {
    height: 1100px;
    min-height: 820px;
  }
}

.cbc-native-booking {
  border-radius: 28px;
  box-shadow: 0 24px 60px rgba(38, 50, 56, 0.09);
  overflow: hidden;
}

.cbc-native-booking__header,
.cbc-native-picker,
.cbc-native-calendar__heading,
.cbc-native-placeholder,
.cbc-native-fallback {
  padding-inline: clamp(20px, 4vw, 48px);
}

.cbc-native-booking__header {
  background: #fffdf9;
  border-bottom: 1px solid var(--cbc-line);
  padding-block: clamp(24px, 4vw, 40px);
}

.cbc-native-booking__header h2,
.cbc-native-calendar__heading h3 {
  color: var(--cbc-ink);
  font-family: var(--font-display, Georgia, serif);
  letter-spacing: -0.025em;
  margin: 0;
}

.cbc-native-booking__header h2 {
  font-size: clamp(2rem, 4vw, 3.25rem);
}

.cbc-native-booking__header > p:last-child,
.cbc-native-calendar__heading > p:last-child {
  color: var(--cbc-muted);
  line-height: 1.65;
  margin: 12px 0 0;
  max-width: 760px;
}

.cbc-native-picker {
  background: var(--cbc-paper);
  padding-block: 26px;
}

.cbc-native-calendar {
  border-top: 1px solid var(--cbc-line);
}

.cbc-native-calendar__heading {
  padding-block: 28px 12px;
}

.cbc-native-calendar__heading h3 {
  font-size: clamp(1.55rem, 3vw, 2.2rem);
}

.cbc-native-placeholder {
  align-items: flex-start;
  background: var(--cbc-soft);
  border-top: 1px solid var(--cbc-line);
  color: var(--cbc-muted);
  display: flex;
  flex-direction: column;
  gap: 6px;
  justify-content: center;
  min-height: 180px;
  padding-block: 36px;
}

.cbc-native-placeholder strong {
  color: var(--cbc-ink);
  font-size: 1.15rem;
}

.cbc-native-calendar .cbc-ghl-frame {
  border-inline: 0;
  margin-top: 0;
}

.cbc-native-fallback {
  color: var(--cbc-muted);
  font-size: 0.88rem;
  margin: 0;
  padding-block: 16px 24px;
}

.cbc-native-fallback a {
  color: var(--cbc-brand-dark);
  font-weight: 700;
}
