/* Apple-style promo duo (TBS answer + trust) */
.tbs-promo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(0.85rem, 1.8vw, 1.15rem);
}
.tbs-promo-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-height: clamp(420px, 52vw, 580px);
  border-radius: 1.75rem;
  background: #f0ebe3;
  color: var(--tbs-ink, #14181f);
  overflow: hidden;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  transition: transform 0.22s ease;
}
.tbs-promo-card:hover {
  transform: scale(1.012);
}
.tbs-promo-card:focus-visible {
  outline: 2px solid var(--text--brand, #b8501e);
  outline-offset: 3px;
}
.tbs-promo-card__copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.85rem;
  width: 100%;
  padding: clamp(2rem, 4.5vw, 3rem) clamp(1rem, 2vw, 1.5rem)
    clamp(0.75rem, 2vw, 1rem);
}
.tbs-promo-card__badge {
  width: fit-content;
}
.tbs-promo-card__heading {
  margin: 0;
  width: 100%;
  max-width: none;
  font-size: clamp(1.5rem, 2.6vw, 2.15rem);
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.025em;
  color: var(--tbs-ink, #14181f);
}
.tbs-promo-card__heading em {
  font-style: italic;
  color: rgba(20, 24, 31, 0.72);
}
.tbs-promo-card__teaser {
  margin: 0;
  max-width: clamp(15rem, 72%, 20rem);
  font-size: clamp(0.9rem, 1.4vw, 1rem);
  line-height: 1.45;
  color: rgba(20, 24, 31, 0.62);
}
.tbs-promo-card__cta {
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--text--brand, #b8501e);
  pointer-events: none;
}
.tbs-promo-card__media {
  margin-top: auto;
  width: 100%;
  flex: 1 1 auto;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  min-height: clamp(160px, 24vw, 260px);
}
.tbs-promo-card__media img {
  width: 100%;
  max-height: clamp(180px, 28vw, 300px);
  object-fit: contain;
  object-position: bottom center;
  display: block;
}

/* Promo duo — image bottom-aligned, top fade into card cream */
#tbs-answer .tbs-promo-card__media--laser,
#tbs-answer .tbs-promo-card__media--trust {
  position: relative;
  align-items: flex-end;
  justify-content: center;
  min-height: clamp(200px, 30vw, 320px);
  padding-top: 0.5rem;
}

#tbs-answer .tbs-promo-card__media--laser::before,
#tbs-answer .tbs-promo-card__media--trust::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  height: 55%;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    #f0ebe3 0%,
    rgba(240, 235, 227, 0.92) 28%,
    rgba(240, 235, 227, 0.45) 55%,
    rgba(240, 235, 227, 0) 100%
  );
}

#tbs-answer .tbs-promo-card__media--laser img,
#tbs-answer .tbs-promo-card__media--trust img {
  position: relative;
  z-index: 0;
  width: auto;
  max-width: min(100%, 22rem);
  height: auto;
  max-height: clamp(220px, 34vw, 360px);
  object-fit: contain;
  object-position: center bottom;
}

/* Trust card: two bags — slightly wider */
#tbs-answer .tbs-promo-card__media--trust img {
  max-width: min(100%, 26rem);
  max-height: clamp(240px, 36vw, 380px);
}

.tbs-promo-card__detail {
  display: none !important;
}
/* Tech deep dive duo: image box (no click) + text promo card */
.tbs-tech-duo__media {
  border-radius: 1.75rem;
  background: #f0ebe3;
  overflow: hidden;
  min-height: clamp(420px, 52vw, 580px);
}
.tbs-tech-duo__media-inner {
  width: 100%;
  height: 100%;
  min-height: clamp(420px, 52vw, 580px);
}
.tbs-tech-duo__media-inner img {
  width: 100%;
  height: 100%;
  min-height: clamp(420px, 52vw, 580px);
  object-fit: cover;
  object-position: center;
  display: block;
}
#tech-deep-dive .tbs-promo-card .tbs-promo-card__copy {
  flex: 1 1 auto;
  justify-content: center;
  padding-bottom: clamp(2rem, 4.5vw, 3rem);
}
#tech-deep-dive .tbs-promo-card .tbs-promo-card__teaser {
  max-width: clamp(15rem, 90%, 22rem);
}
/* Modal accordions — same bordered cards as Road to 2027 */
.tbs-tour-sheet__body .tbs-techmodal-acc {
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.tbs-tour-sheet__body .tbs-techmodal-acc .contact_link-block {
  background: var(--tbs-cream, #fdfaf4);
  border: 1px solid rgba(20, 24, 31, 0.1);
  border-radius: var(--_layout---radius--large);
  overflow: hidden;
  box-sizing: border-box;
}
.tbs-tour-sheet__body .tbs-techmodal-acc .tbs-acc {
  padding: 0.85rem 1rem 1rem;
}
.tbs-tour-sheet__body .tbs-techmodal-acc .tbs-acc-chevron {
  opacity: 0.85;
  color: var(--text--primary);
}
.tbs-tour-sheet__body .tbs-techmodal-acc .techcard-detail-body {
  margin-top: 0.75rem;
}
.tbs-tour-sheet__body .tbs-promo-modal__trust-grid {
  margin-top: 1.25rem;
  grid-column-gap: 0;
  grid-row-gap: 0;
  border: 1px solid var(--border--primary, rgba(0, 0, 0, 0.14));
  border-radius: 12px;
  overflow: hidden;
  background: var(--background--secondary, #fdfaf4);
}
.tbs-tour-sheet__body .tbs-promo-modal__trust-grid .contact_link-block {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  background: var(--background--secondary, #fdfaf4);
}
.tbs-tour-sheet__body .tbs-promo-modal__tier {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  gap: 0.35rem;
  padding: 0.9rem 1rem;
  height: 100%;
}
@media screen and (min-width: 992px) {
  .tbs-tour-sheet__body .tbs-promo-modal__trust-grid .contact_link-block {
    border-right: 1px solid var(--border--primary, rgba(0, 0, 0, 0.14));
  }
  .tbs-tour-sheet__body
    .tbs-promo-modal__trust-grid
    .contact_link-block:nth-child(3n) {
    border-right: none;
  }
}
.tbs-tour-sheet__body
  .tbs-promo-modal__trust-grid
  .contact_link-block:nth-child(1)
  .tbs-promo-modal__tier
  > small:first-child {
  color: #6fa8b5;
  font-weight: 700;
}
.tbs-tour-sheet__body
  .tbs-promo-modal__trust-grid
  .contact_link-block:nth-child(2)
  .tbs-promo-modal__tier
  > small:first-child {
  color: #2d6a4f;
  font-weight: 700;
}
.tbs-tour-sheet__body
  .tbs-promo-modal__trust-grid
  .contact_link-block:nth-child(3)
  .tbs-promo-modal__tier
  > small:first-child {
  color: #b8501e;
  font-weight: 700;
}
.tbs-tour-sheet__body
  .tbs-promo-modal__trust-grid
  .contact_link-block:nth-child(3) {
  background-color: var(--background--alternate);
  color: var(--text--alternate);
}
.tbs-tour-sheet__body
  .tbs-promo-modal__trust-grid
  .contact_link-block:nth-child(3)
  .subheading-x-large {
  color: var(--text--alternate);
}
.tbs-tour-sheet__body
  .tbs-promo-modal__trust-grid
  .contact_link-block:nth-child(3)
  .tbs-promo-modal__tier
  > small:not(:first-child) {
  color: var(--text--muted);
}
.tbs-tour-sheet__body
  .tbs-promo-modal__trust-grid
  .contact_link-block:nth-child(3)
  .body-medium.text-color-secondary {
  color: var(--text--muted);
}
.tbs-tour-sheet__body
  .tbs-promo-modal__trust-grid
  .contact_link-block:nth-child(3)
  .body-medium
  b {
  color: var(--text--alternate);
}
.tbs-tour-sheet__body
  .tbs-promo-modal__trust-grid
  .contact_link-block:nth-child(3)
  .security-tier-mechanism {
  color: var(--text--muted);
  border: 1px solid rgba(255, 255, 255, 0.24);
  background-color: rgba(255, 255, 255, 0.06);
}
.tbs-tour-sheet__body
  .tbs-promo-modal__trust-grid
  .contact_link-block:nth-child(3)
  .security-tier-mechanism
  strong {
  color: var(--text--alternate);
}
@media screen and (max-width: 991px) {
  .tbs-promo-grid {
    grid-template-columns: 1fr;
  }
  .tbs-promo-card {
    min-height: clamp(380px, 88vw, 520px);
  }
  .tbs-tour-sheet__body .tbs-promo-modal__trust-grid {
    grid-template-columns: 1fr !important;
  }
  .tbs-tour-sheet__body .tbs-promo-modal__trust-grid .contact_link-block {
    border-right: none;
    border-bottom: 1px solid var(--border--primary, rgba(0, 0, 0, 0.14));
  }
  .tbs-tour-sheet__body
    .tbs-promo-modal__trust-grid
    .contact_link-block:last-child {
    border-bottom: none;
  }
}

