[data-booking-service-select][data-selected],
.booking-plan-card[data-selected] {
  border-color: #137f78;
  box-shadow: 0 0 0 3px rgb(19 127 120 / 15%);
}

[data-booking-service-select][data-selected] {
  color: #fff;
  background: #137f78;
}

.booking-checkout-step {
  scroll-margin-top: 1rem;
}

.booking-checkout-step-edit[hidden],
.booking-checkout-step-summary[hidden],
.booking-mobile-bar[hidden] {
  display: none !important;
}

.booking-location-input-row > .button {
  align-self: end;
  min-height: 48px;
  justify-content: center;
}

.manual-service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.manual-service-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  min-height: 220px;
}

.manual-service-card h4,
.manual-service-card p {
  margin: 0;
}

.manual-service-card > p:not(.manual-service-badge) {
  color: #52677a;
  line-height: 1.5;
}

.manual-service-card .button {
  width: 100%;
  margin-top: auto;
  justify-content: center;
}

.manual-service-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: fit-content;
  padding: 0.25rem 0.55rem;
  border-radius: 999px;
  background: rgb(19 127 120 / 10%);
  color: #0b6660;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.manual-terms-notice {
  margin: 1rem 0;
  color: #52677a;
  font-size: 0.9rem;
  line-height: 1.55;
}

.manual-wellness-notice {
  margin: 1rem 0 0.4rem;
  padding: 14px 16px;
  border: 1px solid color-mix(in srgb, var(--tnf-sea, #0c6d86) 28%, transparent);
  border-radius: 16px;
  background: color-mix(in srgb, var(--tnf-sea, #0c6d86) 8%, white);
  color: var(--tnf-ink, #10253a);
  font-size: 0.92rem;
  line-height: 1.5;
}

.booking-classification {
  margin: 4px 0 0;
  max-width: 42rem;
  padding: 14px 16px;
  border: 1px solid color-mix(in srgb, var(--tnf-sea, #0c6d86) 28%, transparent);
  border-radius: 16px;
  background: color-mix(in srgb, var(--tnf-sea, #0c6d86) 8%, white);
  color: var(--tnf-ink, #10253a);
  font-size: 0.95rem;
  line-height: 1.5;
}

.booking-classification a {
  color: #0b6660;
  font-weight: 700;
}

.manual-terms-notice a {
  color: #0b6660;
  font-weight: 700;
}

.manual-checkout-contact {
  width: 100%;
  padding: 20px;
  border: 1px solid color-mix(in srgb, var(--tnf-sea, #0c6d86) 28%, transparent);
  border-radius: 18px;
  background: linear-gradient(
    145deg,
    color-mix(in srgb, var(--tnf-sea, #0c6d86) 9%, white),
    white
  );
  color: var(--tnf-ink, #10253a);
  text-align: left;
}

.manual-checkout-contact h3,
.manual-checkout-contact p {
  margin: 0;
}

.manual-checkout-contact h3 {
  margin-bottom: 8px;
  font-size: 1.35rem;
}

.manual-checkout-contact p {
  line-height: 1.55;
}

.manual-checkout-contact-note {
  margin-top: 8px !important;
  color: #52677a;
  font-size: 0.92rem;
}

.manual-checkout-contact-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}

[data-manual-checkout][hidden] {
  display: none !important;
}

@media (max-width: 620px) {
  .manual-checkout-contact-actions {
    grid-template-columns: minmax(0, 1fr);
  }
}

.tnf-booking .booking-confirm-summary-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tnf-booking .booking-checkout-step[data-state="complete"] {
  padding-block: 14px;
}

.tnf-booking
  .booking-checkout-step[data-state="complete"]
  .booking-checkout-step-header {
  align-items: center;
}

.tnf-booking
  .booking-checkout-step[data-state="complete"]
  .booking-checkout-step-title,
.tnf-booking
  .booking-checkout-step[data-state="complete"]
  .booking-checkout-step-hint {
  display: none;
}

.tnf-booking
  .booking-checkout-step[data-state="complete"]
  .booking-checkout-step-copy {
  gap: 0;
}

.manual-scheduler-prompt,
.manual-time-preference-copy h3 {
  margin: 0;
  color: #0b5260;
  font-size: 1rem;
}

.manual-time-preference-copy {
  display: grid;
  gap: 0.3rem;
}

.manual-time-preference-copy p {
  margin: 0;
  color: #52677a;
  font-size: 0.9rem;
  line-height: 1.45;
}

.tnf-booking .concierge-timeline-submit-rail {
  --concierge-submit-center: 50%;
  --manual-preferred-start: 0%;
  --manual-preferred-width: 100%;
  min-height: 64px;
}

.tnf-booking .concierge-timeline-submit-rail::before {
  content: "";
  position: absolute;
  top: -66px;
  left: var(--manual-preferred-start);
  width: var(--manual-preferred-width);
  height: 34px;
  border: solid rgb(21 116 142 / 40%);
  border-width: 0 1px 1px;
  pointer-events: none;
}

.tnf-booking .concierge-timeline-submit-rail::after {
  content: "";
  position: absolute;
  top: -20px;
  left: clamp(
    120px,
    var(--concierge-submit-center),
    calc(100% - 120px)
  );
  width: 1px;
  height: 20px;
  background: rgb(21 116 142 / 40%);
  pointer-events: none;
}

.tnf-booking .concierge-timeline-submit {
  display: inline-flex;
  left: clamp(
    120px,
    var(--concierge-submit-center),
    calc(100% - 120px)
  );
  min-height: 44px;
  transform: translateX(-50%);
}

.tnf-booking .concierge-timeline-submit::before {
  display: none;
}

.manual-preference-label {
  position: absolute;
  z-index: 1;
  top: -32px;
  left: clamp(
    120px,
    var(--concierge-submit-center),
    calc(100% - 120px)
  );
  padding: 4px 10px;
  border: 1px solid rgb(21 116 142 / 22%);
  border-radius: 999px;
  background: #fff;
  color: #0b5260;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.tnf-booking .booking-checkout-step[data-state="upcoming"] {
  padding-block: 14px;
}

.tnf-booking
  .booking-checkout-step[data-state="upcoming"]
  .booking-checkout-step-header {
  align-items: center;
}

.tnf-booking
  .booking-checkout-step[data-state="upcoming"]
  .booking-checkout-step-hint,
.tnf-booking
  .booking-checkout-step[data-state="upcoming"]
  .booking-checkout-step-summary {
  display: none;
}

.tnf-booking
  .booking-checkout-step[data-state="upcoming"]
  .booking-checkout-step-copy {
  gap: 0;
}

.tnf-booking .concierge-offers {
  gap: 12px;
  padding: 0;
  border: 0;
  background: transparent;
}

.manual-offer-preference {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgb(16 37 58 / 8%);
  color: #0b5260;
  font-size: 0.9rem;
}

.manual-change-preference,
.manual-contact-link {
  padding: 0;
  border: 0;
  background: transparent;
  color: #0b6660;
  font: inherit;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

.tnf-booking .concierge-offer-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.manual-offer-choice {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas:
    "position action"
    "time action";
  align-items: center;
  gap: 4px 18px;
  min-height: 104px;
  padding: 18px;
  border: 1px solid rgb(11 82 96 / 18%);
  border-radius: 16px;
  background: #fff;
  color: #0b5260;
  text-align: left;
  cursor: pointer;
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.manual-offer-choice:hover {
  border-color: rgb(241 119 42 / 46%);
  box-shadow: 0 12px 24px rgb(12 49 72 / 8%);
  transform: translateY(-1px);
}

.manual-offer-choice:focus-visible {
  outline: 3px solid rgb(241 119 42 / 24%);
  outline-offset: 3px;
}

.manual-offer-position {
  grid-area: position;
  color: #137f78;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.manual-offer-choice strong {
  grid-area: time;
  color: #0b5260;
  font-size: 1.35rem;
}

.manual-offer-action {
  grid-area: action;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.7rem 1.15rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #f47b2b, #f69755);
  box-shadow: 0 10px 22px rgb(241 119 42 / 20%);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 800;
  white-space: nowrap;
}

.tnf-booking .concierge-offer-actions {
  justify-content: flex-start;
}

.tnf-booking .concierge-timeline-submit:hover:not(:disabled) {
  transform: translate(-50%, -1px);
}

@media (max-width: 900px) {
  .tnf-booking .booking-confirm-summary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .tnf-booking .booking-confirm-summary-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .tnf-booking .concierge-offer-list {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 460px) {
  .manual-offer-choice {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "position"
      "time"
      "action";
  }

  .manual-offer-action {
    width: 100%;
    margin-top: 8px;
  }
}

.manual-terms-dialog {
  width: min(960px, calc(100% - 2rem));
  height: min(84vh, 820px);
  max-width: none;
  max-height: none;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 28px 80px rgb(7 32 49 / 28%);
}

.manual-terms-dialog::backdrop {
  background: rgb(7 32 49 / 56%);
  backdrop-filter: blur(3px);
}

.manual-terms-dialog-shell {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  height: 100%;
}

.manual-terms-dialog header,
.manual-terms-dialog footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.2rem;
  border-bottom: 1px solid rgb(16 37 58 / 10%);
}

.manual-terms-dialog footer {
  justify-content: flex-end;
  border-top: 1px solid rgb(16 37 58 / 10%);
  border-bottom: 0;
}

.manual-terms-dialog header p,
.manual-terms-dialog header h2 {
  margin: 0;
}

.manual-terms-dialog iframe {
  width: 100%;
  height: 100%;
  border: 0;
  background: #fff;
}

.tnf-booking .concierge-date-grid {
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 8px;
  min-width: 0;
}

.tnf-booking .concierge-date-button {
  min-width: 0;
  padding: 12px 8px;
}

.concierge-date-button:disabled {
  cursor: not-allowed;
  opacity: 0.48;
}

[data-booking-confirm-status][data-error],
[data-booking-location-status][data-error] {
  color: #9b2c2c;
}

.concierge-offer-book-button {
  min-width: 190px;
  min-height: 52px;
  justify-content: center;
  padding-inline: 1.35rem;
  font-size: 1rem;
  box-shadow: 0 10px 24px rgb(241 126 46 / 24%);
}

.concierge-offers {
  scroll-margin-top: 1rem;
}

@media (max-width: 860px) {
  .manual-service-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .manual-service-card {
    min-height: 0;
  }
}

@media (max-width: 560px) {
  .concierge-offer-book-button {
    width: 100%;
  }

  .manual-terms-dialog {
    width: calc(100% - 1rem);
    height: calc(100vh - 1rem);
    border-radius: 14px;
  }
}

.section-story-letters {
  padding-top: 48px;
  padding-bottom: 48px;
}

.story-quote-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 340px);
  gap: 28px 40px;
  align-items: center;
  margin-top: 18px;
}

.story-quote-copy {
  min-width: 0;
}

.story-quote-media {
  margin: 0;
  overflow: hidden;
  border-radius: 28px;
}

.story-quote-image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  object-position: 50% 42%;
}

.story-quote-stage {
  display: grid;
  gap: 18px;
  outline: none;
}

.story-quote {
  display: grid;
  gap: 12px;
  padding: 4px 0 4px 18px;
  border-left: 2px solid rgba(12, 109, 134, 0.22);
}

.story-quote blockquote {
  margin: 0;
  color: var(--tnf-ink, #10253a);
  font-size: 1.08rem;
  font-weight: 400;
  line-height: 1.65;
}

.story-quote-voice {
  margin: 0;
  color: var(--tnf-ink-soft, #526678);
  font-size: 0.92rem;
}

.story-quote-controls {
  display: flex;
  align-items: center;
  gap: 12px;
}

.story-quote-nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--tnf-sea, #0c6d86);
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
}

.story-quote-nav:hover {
  background: rgba(12, 109, 134, 0.08);
}

.story-quote-nav:focus-visible {
  outline: 2px solid rgba(12, 109, 134, 0.24);
  outline-offset: 2px;
}

.story-quote-count {
  margin: 0;
  color: var(--tnf-ink-soft, #526678);
  font-size: 0.88rem;
  font-variant-numeric: tabular-nums;
}

.story-quote-note {
  margin: 16px 0 0;
  color: var(--tnf-ink-soft, #526678);
  font-size: 0.88rem;
}

.tnf-home .hero-text-link {
  color: rgba(255, 255, 255, 0.86);
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.hero-rotator-controls-quiet {
  justify-content: flex-end;
  opacity: 0.72;
}

.session-scan-steps {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.session-scan-steps li {
  margin: 0;
  color: var(--tnf-ink-soft, #526678);
  line-height: 1.5;
}

.session-scan-steps strong {
  color: var(--tnf-ink, #10253a);
}

.session-scan-note {
  margin: 16px 0 0;
  color: var(--tnf-ink-soft, #526678);
  font-size: 0.95rem;
}

.benefit-glance-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 28px;
  margin-top: 28px;
}

.benefit-glance-item {
  display: grid;
  gap: 4px;
}

.benefit-glance-item h3 {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  color: var(--tnf-ink-soft, #526678);
}

.benefit-glance-link {
  margin: 22px 0 0;
}

.benefit-glance-link a {
  font-weight: 700;
  color: var(--tnf-sea, #0c6d86);
}

.tnf-research-page .section-research {
  padding-top: 48px;
  padding-bottom: 64px;
  background: transparent;
}

.tnf-terms-page .section-terms {
  padding-top: 48px;
  padding-bottom: 64px;
  background: transparent;
}

.terms-intro {
  display: grid;
  gap: 16px;
  margin-bottom: 36px;
}

.terms-intro h1 {
  margin: 0;
  max-width: 16em;
  font-size: clamp(2.2rem, 4.4vw, 3.4rem);
  line-height: 1.12;
}

.terms-intro > p {
  margin: 0;
  max-width: 42rem;
  color: var(--tnf-ink-soft, #526678);
}

.research-intro {
  display: grid;
  gap: 28px;
  margin-bottom: 36px;
}

.research-intro-top {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(16rem, 0.85fr);
  gap: 24px 28px;
  align-items: stretch;
}

.research-intro-copy {
  display: grid;
  align-content: start;
  gap: 16px;
  min-width: 0;
}

.research-intro-copy h1 {
  margin: 0;
  max-width: 16em;
  font-size: clamp(2.2rem, 4.4vw, 3.4rem);
  line-height: 1.12;
}

.research-intro-copy > p {
  margin: 0;
  max-width: 42rem;
  color: var(--tnf-ink-soft, #526678);
}

.research-classification {
  display: grid;
  align-content: start;
  gap: 10px;
  min-width: 0;
  padding: 22px 24px;
  border: 1px solid color-mix(in srgb, var(--tnf-sea, #0c6d86) 28%, transparent);
  border-radius: 22px;
  background: color-mix(in srgb, var(--tnf-sea, #0c6d86) 9%, white);
}

.research-classification h2 {
  margin: 0;
  color: var(--tnf-sea-deep, #083f52);
  font-family: "Fraunces", "Iowan Old Style", "Georgia", serif;
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1.2;
}

.research-classification p {
  margin: 0;
  color: var(--tnf-ink, #10253a);
  font-size: 0.98rem;
  line-height: 1.5;
}

.research-classification-links,
.legal-source-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
}

.research-classification-links a,
.legal-source-links a {
  color: #0b6660;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.4;
}

.legal-source-links {
  margin-top: 1rem;
}

.research-disclaimer {
  font-size: 0.92rem;
}

.research-intro-media {
  margin: 0;
  overflow: hidden;
  border-radius: 28px;
}

.research-intro-image {
  display: block;
  width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: 50% 42%;
}

.survey-mosaic {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.survey-mosaic-card {
  display: grid;
  gap: 6px;
  min-height: 100%;
  padding: 20px 22px;
  border: 1px solid var(--tnf-line, rgba(16, 37, 58, 0.12));
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.78);
}

.survey-mosaic-figure {
  margin: 0;
  color: var(--tnf-sea-deep, #083f52);
  font-family: "Fraunces", "Iowan Old Style", "Georgia", serif;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 600;
  line-height: 1;
}

.survey-mosaic-card h3 {
  margin: 0;
  font-size: 1.02rem;
  font-weight: 700;
  color: var(--tnf-ink, #10253a);
}

.survey-mosaic-card p {
  margin: 0;
  color: var(--tnf-ink-soft, #526678);
  font-size: 0.84rem;
  line-height: 1.4;
}

.survey-mosaic-note,
.survey-mosaic-cite {
  margin: 0;
  max-width: 46rem;
  color: var(--tnf-ink-soft, #526678);
  font-size: 0.9rem;
  line-height: 1.5;
}

.survey-mosaic-cite {
  font-size: 0.84rem;
}

.tnf-research-page .research-filter-bar {
  margin: 0 0 12px;
}

.research-group {
  margin-top: 40px;
}

.research-group h2 {
  margin: 0 0 8px;
  font-size: clamp(1.45rem, 3vw, 2rem);
  line-height: 1.2;
}

.research-group > p {
  margin: 0 0 16px;
  max-width: 42rem;
  color: var(--tnf-ink-soft, #526678);
}

.tnf-research-page .research-library .reference-list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
}

.tnf-research-page .research-library .reference-item {
  display: block;
  min-height: 0;
  padding: 20px 0;
  border: 0;
  border-bottom: 1px solid var(--tnf-line, rgba(16, 37, 58, 0.12));
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.tnf-research-page .research-library .reference-item:last-child {
  border-bottom: 0;
}

.tnf-research-page .research-library .reference-item:target {
  background: transparent;
  box-shadow: none;
}

.reference-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px 28px;
  align-items: center;
}

.reference-title {
  margin: 0;
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.35;
  color: var(--tnf-ink, #10253a);
}

.reference-summary {
  margin: 6px 0 0;
  color: var(--tnf-ink, #10253a);
  font-size: 0.95rem;
  line-height: 1.45;
}

.reference-citation,
.reference-note {
  margin: 6px 0 0;
  color: var(--tnf-ink-soft, #526678);
  font-size: 0.88rem;
}

.reference-note {
  font-size: 0.84rem;
}

.tnf-research-page .research-library .reference-copy {
  display: grid;
  gap: 0;
  min-width: 0;
}

.reference-topics {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.reference-topics li {
  color: var(--tnf-ink-soft, #526678);
  font-size: 0.8rem;
  line-height: 1.35;
}

.reference-open {
  justify-self: end;
  width: fit-content;
  color: var(--tnf-sea, #0c6d86);
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
  text-underline-offset: 4px;
  white-space: nowrap;
}

.reference-open:hover,
.reference-open:focus-visible {
  text-decoration: underline;
}

.survey-mosaic-open {
  justify-self: start;
}

@media (max-width: 800px) {
  .story-quote-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .story-quote-image {
    min-height: 220px;
    max-height: 280px;
  }

  .research-intro-top {
    grid-template-columns: minmax(0, 1fr);
  }

  .research-intro-image {
    height: 220px;
  }

  .survey-mosaic {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .reference-row {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
  }

  .reference-open {
    justify-self: start;
  }
}

@media (max-width: 700px) {
  .benefit-glance-list,
  .survey-mosaic {
    grid-template-columns: minmax(0, 1fr);
  }
}

.tnf-booking-compare .inner-shell-payment {
  padding-top: 36px;
}

.tnf-booking-compare .booking-page-intro {
  max-width: 40rem;
  gap: 12px;
  margin-bottom: 8px;
}

.tnf-booking-compare .booking-page-intro h1 {
  margin: 0;
  max-width: 14em;
  font-size: clamp(2.2rem, 4.4vw, 3.4rem);
  line-height: 1.12;
}

.tnf-booking-compare .booking-checkout-step[data-state="current"] {
  padding: 28px 8px 8px;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.tnf-booking-compare .booking-checkout-step-title {
  font-family: "Fraunces", "Iowan Old Style", "Georgia", serif;
  font-size: clamp(1.45rem, 3vw, 2rem);
  font-weight: 600;
  line-height: 1.2;
}

.tnf-booking-compare .booking-compare-service-grid,
.tnf-booking-compare .booking-plan-card-grid.plans-grid {
  align-items: stretch;
}

.tnf-booking-compare .booking-compare-service-card,
.tnf-booking-compare .booking-plan-card.plan-card {
  height: 100%;
  padding: 0;
  border-radius: var(--tnf-radius-lg, 24px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(250, 252, 253, 0.97));
  box-shadow: 0 16px 34px rgba(12, 49, 72, 0.075);
}

.tnf-booking-compare .booking-compare-service-card {
  display: grid;
  gap: 12px;
  align-content: start;
  min-height: 0;
  padding: 30px 28px;
}

.tnf-booking-compare .booking-plan-card-title {
  margin: 0;
  color: var(--tnf-ink, #10253a);
  font-family: "Fraunces", "Iowan Old Style", "Georgia", serif;
  font-size: 1.55rem;
  font-weight: 600;
  line-height: 1.2;
}

.tnf-booking-compare .booking-compare-service-card .plan-button,
.tnf-booking-compare .booking-plan-card .plan-button {
  margin-top: auto;
}

.tnf-booking-compare .booking-compare-saver-chip {
  width: fit-content;
  margin: 0;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(12, 109, 134, 0.08);
  color: rgba(12, 109, 134, 0.88);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.tnf-booking-compare .booking-plan-card[data-selected] {
  border-color: rgba(12, 109, 134, 0.32);
  box-shadow: 0 24px 54px rgba(12, 73, 91, 0.14);
}

.tnf-booking-compare .booking-compare-service-card .button[data-selected] {
  border-color: rgba(12, 109, 134, 0.34);
  background: linear-gradient(135deg, var(--tnf-sea, #0c6d86), #18849b);
  color: #fff;
  box-shadow: 0 14px 30px rgba(12, 109, 134, 0.18);
}
