/* Modern medical-travel experience and mobile navigation */
body[data-theme] .care-gateway {
  min-height: auto;
  padding: 94px 0 86px;
  color: #fff;
  background:
    radial-gradient(circle at 12% 8%, rgba(43, 158, 212, .25), transparent 29rem),
    radial-gradient(circle at 90% 82%, rgba(76, 184, 72, .17), transparent 28rem),
    linear-gradient(145deg, #102b50 0%, #173f70 54%, #12355f 100%);
}

.care-gateway .container { max-width: 1180px; }
.care-gateway .gateway-head { max-width: 850px; margin-bottom: 42px; }
body[data-theme] .care-gateway .gateway-kicker {
  border-color: rgba(127, 208, 240, .28);
  background: rgba(127, 208, 240, .1);
  color: #c8edfb;
  backdrop-filter: blur(10px);
}

body[data-theme] .care-gateway .gateway-head h1 {
  max-width: 840px;
  margin: 22px auto 14px;
  color: #fff;
  font-size: clamp(44px, 5.8vw, 72px);
  line-height: 1.03;
  letter-spacing: -.035em;
}

body[data-theme] .care-gateway .gateway-head p {
  color: rgba(255, 255, 255, .72);
  font-size: 16px;
}

.country-gateway-grid {
  grid-template-columns: repeat(4, 1fr);
  max-width: none;
  gap: 14px;
}

body[data-theme] .country-gateway-card {
  position: relative;
  min-height: 295px;
  overflow: hidden;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 24px;
  color: #fff;
  background: rgba(255, 255, 255, .065);
  box-shadow: 0 18px 48px rgba(4, 20, 39, .15);
  backdrop-filter: blur(14px);
}

.country-gateway-card::before {
  position: absolute;
  right: -45px;
  bottom: -52px;
  width: 155px;
  height: 155px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 50%;
  content: "";
}

.country-gateway-card::after {
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: var(--country-accent, #7fd0f0);
  content: "";
}

.country-gateway-card.country-cr { --country-accent: linear-gradient(90deg, #1d4d91 0 34%, #fff 34% 43%, #cf2638 43% 57%, #fff 57% 66%, #1d4d91 66%); }
.country-gateway-card.country-mx { --country-accent: linear-gradient(90deg, #147a45 0 33%, #fff 33% 66%, #c6353c 66%); }
.country-gateway-card.country-co { --country-accent: linear-gradient(90deg, #f5ce38 0 50%, #2451a2 50% 75%, #c93646 75%); }
.country-gateway-card.country-visitor { --country-accent: linear-gradient(90deg, #39b8d9, #54cc9a); }

body[data-theme] .country-gateway-card:hover,
body[data-theme] .country-gateway-card:focus-visible {
  transform: translateY(-8px);
  border-color: rgba(127, 208, 240, .7);
  background: rgba(255, 255, 255, .105);
  box-shadow: 0 24px 54px rgba(4, 20, 39, .24);
}

.country-flag {
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  margin-bottom: 32px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 19px;
  background: rgba(255, 255, 255, .11);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .14);
  font-size: 35px;
}

.globe-flag {
  color: #bceafa;
  font-size: 29px;
}

body[data-theme] .country-gateway-card .gateway-label {
  color: rgba(255, 255, 255, .56);
  font-size: 9px;
  letter-spacing: .12em;
}

.country-gateway-card h2 {
  margin: 8px 0 9px;
  color: #fff;
  font-size: 24px;
  letter-spacing: -.025em;
}

body[data-theme] .country-gateway-card p {
  min-height: 66px;
  margin: 0;
  color: rgba(255, 255, 255, .7);
  font-size: 13px;
  line-height: 1.55;
}

body[data-theme] .country-gateway-card .gateway-cta {
  position: relative;
  z-index: 1;
  margin-top: 20px;
  color: #bceafa;
  font-size: 12px;
}

.country-gateway-card .gateway-cta b { margin-left: 4px; }
.gateway-mode-grid {
  grid-template-columns: 1fr 1fr;
  max-width: 900px;
  gap: 16px;
}

body[data-theme] .gateway-mode-card {
  position: relative;
  min-height: 250px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .17);
  border-radius: 24px;
  color: #fff;
  background: rgba(255, 255, 255, .065);
  box-shadow: 0 18px 48px rgba(4, 20, 39, .15);
  font: inherit;
  cursor: pointer;
  backdrop-filter: blur(14px);
}

.gateway-mode-card::after {
  position: absolute;
  right: -40px;
  bottom: -65px;
  width: 180px;
  height: 180px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 50%;
  content: "";
}

body[data-theme] .gateway-mode-card .gateway-icon {
  border: 1px solid rgba(255, 255, 255, .16);
  background: rgba(127, 208, 240, .13);
  color: #d8f4ff;
}

body[data-theme] .gateway-mode-card h2 { color: #fff; font-size: 27px; }
body[data-theme] .gateway-mode-card p { color: rgba(255, 255, 255, .7); }
body[data-theme] .gateway-mode-card .gateway-label { color: rgba(255, 255, 255, .56); }
body[data-theme] .gateway-mode-card .gateway-cta { color: #bceafa; }
body[data-theme] .gateway-mode-card:hover,
body[data-theme] .gateway-mode-card:focus-visible,
body[data-theme] .gateway-mode-card.selected {
  transform: translateY(-5px);
  border-color: #7fd0f0;
  background: rgba(127, 208, 240, .12);
  box-shadow: 0 22px 52px rgba(4, 20, 39, .24);
}

body[data-theme] .gateway-mode-card.selected {
  box-shadow: 0 0 0 3px rgba(127, 208, 240, .22), 0 22px 52px rgba(4, 20, 39, .24);
}

.gateway-country-step {
  max-width: 560px;
  margin: 22px auto 0;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 20px;
  background: rgba(255, 255, 255, .07);
  text-align: center;
  backdrop-filter: blur(12px);
}

.gateway-country-step[hidden] { display: none; }
.gateway-country-step > span {
  display: block;
  margin-bottom: 11px;
  color: rgba(255, 255, 255, .7);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.gateway-flag-choices {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.gateway-flag-choices button {
  display: flex;
  width: 104px;
  min-height: 82px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  padding: 10px 8px 9px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 15px;
  background: rgba(255, 255, 255, .08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12);
  cursor: pointer;
  transition: transform .16s, background .16s, border-color .16s;
}

.gateway-flag-choices button small {
  color: rgba(255, 255, 255, .82);
  font: 750 10px/1 Inter, Arial, sans-serif;
  letter-spacing: .02em;
}

.flag-art {
  display: block;
  width: 54px;
  height: 34px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .4);
  border-radius: 6px;
  box-shadow: 0 5px 12px rgba(0, 0, 0, .18);
}

.flag-cr {
  background: linear-gradient(to bottom, #1d4d91 0 16.5%, #fff 16.5% 33%, #ce263b 33% 67%, #fff 67% 83.5%, #1d4d91 83.5% 100%);
}

.flag-mx {
  position: relative;
  background: linear-gradient(to right, #137647 0 33.33%, #fff 33.33% 66.66%, #c83a43 66.66% 100%);
}

.flag-mx::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 8px;
  border-radius: 50%;
  background: #9a7a35;
  content: "";
  transform: translate(-50%, -50%);
}

.flag-co {
  background: linear-gradient(to bottom, #f6d13a 0 50%, #244f9e 50% 75%, #c93646 75% 100%);
}

.gateway-flag-choices button:hover,
.gateway-flag-choices button:focus-visible {
  transform: translateY(-3px) scale(1.04);
  border-color: #7fd0f0;
  background: rgba(127, 208, 240, .16);
  outline: none;
}

body[data-theme] .care-gateway .gateway-quicklinks { margin-top: 30px; }
body[data-theme] .care-gateway .gateway-quicklinks button:first-child {
  border-color: #37b4e3 !important;
  background: #37b4e3 !important;
}

body[data-theme] .care-gateway .gateway-quicklinks button:last-child {
  border-color: rgba(255, 255, 255, .35) !important;
  background: rgba(255, 255, 255, .06) !important;
  color: #fff !important;
}

#visitor-quote {
  position: relative;
  overflow: clip;
  padding: 88px 0 100px;
  background:
    radial-gradient(circle at 8% 6%, rgba(43, 158, 212, .11), transparent 28rem),
    radial-gradient(circle at 92% 18%, rgba(76, 184, 72, .09), transparent 25rem),
    linear-gradient(180deg, #f8fbfc 0%, #f4f7fa 52%, #fff 100%);
}

#visitor-quote .container { max-width: 1180px; }
#visitor-quote .section-header { max-width: 760px; margin-bottom: 42px; }
#visitor-quote .section-header .tag {
  padding: 8px 13px;
  border: 1px solid rgba(43, 158, 212, .18);
  border-radius: 999px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 8px 24px rgba(27, 58, 107, .06);
}

.visitor-experience {
  margin: 26px 0 48px;
  padding: 36px;
  border: 1px solid rgba(27, 58, 107, .08);
  border-radius: 28px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 28px 80px rgba(27, 58, 107, .09);
  backdrop-filter: blur(12px);
}

.visitor-story {
  grid-template-columns: .72fr 1.28fr;
  align-items: center;
  gap: 54px;
  margin-bottom: 30px;
}

.visitor-story > span {
  display: inline-flex;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--theme-soft, #eaf6ef);
}

.visitor-story h3 {
  max-width: 660px;
  font-size: clamp(38px, 4.6vw, 62px);
  letter-spacing: -.035em;
}

.visitor-story p {
  grid-column: 2;
  max-width: 650px;
  margin-top: -34px;
  font-size: 16px;
}

.mt-services { gap: 14px; }
.mt-services a {
  min-height: 238px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, .32);
  border-radius: 22px;
  box-shadow: 0 16px 34px rgba(27, 58, 107, .12);
}

.mt-services a::after {
  position: absolute;
  right: -35px;
  bottom: -48px;
  width: 130px;
  height: 130px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 50%;
  content: "";
}

.mt-services a:hover { transform: translateY(-7px); }
.mt-services i {
  width: 44px;
  height: 44px;
  margin-bottom: 34px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 13px;
  font-size: 21px;
}

.mt-services b { font-size: 19px; letter-spacing: -.02em; }
.mt-services small { max-width: 190px; font-size: 13px; }
.mt-services span { display: inline-flex; align-items: center; gap: 5px; }
.mt-services a.selected {
  transform: translateY(-6px);
  box-shadow: 0 0 0 4px #fff, 0 0 0 7px var(--theme, #2b9ed4), 0 22px 42px rgba(27, 58, 107, .2);
}

.coming-care-tabs { gap: 12px !important; margin-top: 16px !important; }
.coming-care-tab {
  min-height: 78px;
  border-style: solid !important;
  border-color: rgba(27, 58, 107, .1) !important;
  border-radius: 16px !important;
  background: #f8fafb !important;
}

.mt-process {
  margin-top: 18px;
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(27, 58, 107, .05);
}

.mt-process div { min-height: 64px; padding: 17px 18px; }
.mt-process strong { flex: 0 0 30px; width: 30px; height: 30px; }

#visitor-quote [data-plan="vqHow"] {
  margin: 0 0 18px;
  font: 400 clamp(27px, 3vw, 36px)/1.15 Fraunces, Georgia, serif;
  letter-spacing: -.02em;
}

.visitor-intents { gap: 14px; margin-bottom: 36px; }
.visitor-intents button {
  min-height: 120px;
  padding: 22px 20px 20px 52px;
  border-color: rgba(27, 58, 107, .11);
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(27, 58, 107, .055);
}

.visitor-intents button.active {
  border-color: var(--theme, #2b9ed4);
  background: var(--theme-soft, #eef7fb);
  box-shadow: 0 0 0 3px rgba(var(--theme-rgb, 43, 158, 212), .12);
}

.visitor-form {
  max-width: 960px;
  padding: 38px;
  border: 1px solid rgba(27, 58, 107, .08);
  border-radius: 28px;
  box-shadow: 0 28px 80px rgba(27, 58, 107, .11);
}

.visitor-form > h3 {
  margin-bottom: 18px !important;
  font-size: 15px !important;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.care-form-summary {
  padding: 24px 26px;
  border-left: 5px solid var(--theme, #2b9ed4);
  border-radius: 16px;
  background: linear-gradient(135deg, var(--theme-soft, #eef7fb), #fff);
}

.care-form-summary span {
  color: var(--theme-dark, #17385d);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.care-form-summary h2 {
  margin: 7px 0 5px;
  color: #17385d;
  font: 400 clamp(27px, 3.2vw, 38px)/1.08 Fraunces, Georgia, serif;
  letter-spacing: -.025em;
}

.care-form-summary p {
  max-width: 720px;
  margin: 0;
  color: #60778b;
  font-size: 13px;
  line-height: 1.55;
}

.care-form-section {
  display: grid;
  gap: 15px;
  padding: 22px 0 6px;
  border-top: 1px solid rgba(27, 58, 107, .09);
}

.care-step {
  display: flex;
  align-items: center;
  gap: 11px;
}

.care-step i {
  display: grid;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: var(--theme, #2b9ed4);
  color: #fff;
  font-style: normal;
  font-weight: 850;
}

.care-step b,
.care-step span { display: block; }
.care-step b { color: #17385d; font-size: 16px; }
.care-step span { margin-top: 2px; color: #718596; font-size: 11px; }
.care-service-select select { min-height: 50px; font-size: 15px; font-weight: 650; }

.care-contact-grid,
.care-more-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.care-contact-grid label,
.care-more-grid label { min-width: 0; }
.care-contact-grid .full,
.care-more-grid .full { grid-column: 1 / -1; }

.care-form-more {
  overflow: hidden;
  border: 1px solid rgba(27, 58, 107, .11);
  border-radius: 15px;
  background: #fafcfd;
}

.care-form-more summary {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  color: #274966;
  cursor: pointer;
  list-style: none;
}

.care-form-more summary::-webkit-details-marker { display: none; }
.care-form-more summary span { display: flex; align-items: center; gap: 9px; }
.care-form-more summary b {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  background: #e8f1f6;
}

.care-form-more summary small {
  padding: 3px 7px;
  border-radius: 999px;
  background: #edf4f7;
  color: #6b8192;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.care-form-more summary > i { font-style: normal; font-size: 20px; }
.care-form-more[open] summary > i { transform: rotate(45deg); }
.care-more-grid { padding: 0 16px 16px; }
.care-form-more .visitor-upload { padding: 14px; border-width: 1px; }

.care-contact-consent,
.visitor-terms-acceptance {
  display: flex !important;
  grid-template-columns: auto 1fr;
  align-items: flex-start;
  gap: 9px !important;
  padding: 13px 15px;
  border-radius: 12px;
  background: #f6f9fa;
  font-size: 11px !important;
}

.care-contact-consent input,
.visitor-terms-acceptance input {
  flex: 0 0 auto;
  width: auto !important;
  margin-top: 2px;
}

.care-submit-row {
  display: flex;
  align-items: center;
  gap: 15px;
}

.care-submit-row small { color: #718596; font-size: 11px; }
.dental-popular.compact { margin: -3px 0 0; }
.dental-popular.compact > span { font-size: 10px; }
.dental-popular.compact .dental-pills { margin-top: 7px; }
.dental-popular.compact .dental-pills button { padding: 7px 11px; }

.mt-services a {
  min-height: 190px;
}

.mt-services i { margin-bottom: 20px; }

.mobile-bottom-nav { display: none; }

@media (max-width: 930px) {
  body { padding-bottom: 72px; }
  .nav { z-index: 1200; }
  .mobile-menu {
    position: fixed;
    top: 76px !important;
    right: 12px;
    bottom: 82px;
    left: 12px;
    height: calc(100dvh - 158px) !important;
    max-height: none !important;
    padding: 14px;
    border-radius: 22px;
  }

  .mobile-menu .mobile-link { min-height: 52px; font-size: 15px; }
  .mobile-menu.open::before {
    display: block;
    padding: 8px 12px 12px;
    color: #718596;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    content: "Explore Green Healthcare";
  }

  .mobile-bottom-nav {
    position: fixed;
    z-index: 1300;
    right: 10px;
    bottom: max(10px, env(safe-area-inset-bottom));
    left: 10px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 4px;
    padding: 7px;
    border: 1px solid rgba(27, 58, 107, .12);
    border-radius: 20px;
    background: rgba(255, 255, 255, .95);
    box-shadow: 0 18px 50px rgba(27, 58, 107, .22);
    backdrop-filter: blur(16px);
  }

  .mobile-bottom-nav a,
  .mobile-bottom-nav button {
    display: grid;
    min-width: 0;
    min-height: 52px;
    place-items: center;
    gap: 2px;
    padding: 6px 3px;
    border: 0;
    border-radius: 14px;
    background: transparent;
    color: #35536d;
    font: 700 10px/1.1 Inter, Arial, sans-serif;
    text-decoration: none;
  }

  .mobile-bottom-nav i {
    font: normal 20px/1 Inter, Arial, sans-serif;
  }

  .mobile-bottom-nav .primary-mobile-action {
    background: var(--theme, #2f913c);
    color: #fff;
  }

  .mobile-bottom-nav .mobile-concierge-action {
    color: #177f75;
    background: #e8f6f2;
  }

  .visitor-experience { padding: 26px; }
  .visitor-story { grid-template-columns: 1fr; gap: 12px; }
  .visitor-story p { grid-column: auto; margin-top: 0; }
  .country-gateway-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  body[data-theme] .care-gateway { padding: 54px 0 82px !important; }
  body[data-theme] .care-gateway .gateway-head { margin-bottom: 28px; text-align: left; }
  body[data-theme] .care-gateway .gateway-head h1 {
    margin: 18px 0 12px;
    font-size: 40px !important;
  }
  body[data-theme] .care-gateway .gateway-head p { font-size: 14px; }
  .gateway-mode-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  body[data-theme] .gateway-mode-card {
    min-height: 220px;
    padding: 19px !important;
    border-radius: 20px !important;
  }
  body[data-theme] .gateway-mode-card .gateway-icon { width: 43px; height: 43px; }
  body[data-theme] .gateway-mode-card h2 { font-size: 21px; }
  body[data-theme] .gateway-mode-card p { font-size: 12px; }
  .gateway-country-step { margin-top: 14px; padding: 14px; }
  .gateway-flag-choices button { width: 100px; min-height: 80px; }
  .country-gateway-grid {
    display: grid;
    grid-auto-columns: min(82vw, 330px);
    grid-auto-flow: column;
    grid-template-columns: none;
    max-width: none;
    margin-right: -12px;
    padding: 7px 12px 22px 3px;
    overflow-x: auto;
    scroll-padding-left: 3px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .country-gateway-grid::-webkit-scrollbar { display: none; }
  body[data-theme] .country-gateway-card {
    min-height: 260px;
    padding: 21px !important;
    border-radius: 21px !important;
    scroll-snap-align: start;
  }
  .country-flag { width: 56px; height: 56px; margin-bottom: 24px; border-radius: 16px; font-size: 31px; }
  body[data-theme] .country-gateway-card p { min-height: 45px; }
  body[data-theme] .care-gateway .gateway-quicklinks { margin-top: 12px; }
  #visitor-quote { padding: 48px 0 84px; }
  #visitor-quote .container { width: calc(100% - 24px); }
  #visitor-quote .section-header { margin-bottom: 28px; text-align: left; }
  #visitor-quote .section-h2 { font-size: 34px !important; }
  .visitor-trust { justify-content: flex-start; overflow-x: auto; flex-wrap: nowrap; padding-bottom: 5px; }
  .visitor-trust span { flex: 0 0 auto; }
  .visitor-experience { margin: 20px 0 34px; padding: 20px 0 22px; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
  .visitor-story { padding: 0 2px; }
  .visitor-story > span { font-size: 9px; }
  .visitor-story h3 { font-size: 38px; }
  .visitor-story p { font-size: 14px; }

  .mt-services {
    display: grid;
    grid-auto-columns: min(82vw, 330px);
    grid-auto-flow: column;
    grid-template-columns: none;
    gap: 12px;
    margin-right: -12px;
    padding: 7px 12px 20px 4px;
    overflow-x: auto;
    scroll-padding-left: 4px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .mt-services::-webkit-scrollbar { display: none; }
  .mt-services a { min-height: 216px; scroll-snap-align: start; }
  .mt-services a.selected { transform: none; }

  .coming-care-tabs {
    display: grid !important;
    grid-auto-columns: 78vw;
    grid-auto-flow: column;
    grid-template-columns: none !important;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .coming-care-tab { scroll-snap-align: start; }
  .mt-process { grid-template-columns: 1fr; }
  .mt-process div { min-height: 56px; }
  .visitor-intents { grid-template-columns: 1fr 1fr !important; }
  .visitor-intents button { min-height: 116px; padding: 18px 14px 16px 43px; }
  .visitor-intents button::before { left: 14px; top: 18px; }
  .visitor-intents b { font-size: 14px; }
  .visitor-intents span { font-size: 11px; }
  .visitor-form { padding: 22px 16px !important; border-radius: 20px; }
  .visitor-form > h3 { margin: 0 0 13px !important; }
  .care-form-summary { padding: 18px; }
  .care-form-summary h2 { font-size: 28px; }
  .care-form-summary p { font-size: 12px; }
  .care-form-section { padding-top: 18px; }
  .care-contact-grid,
  .care-more-grid { grid-template-columns: 1fr; gap: 12px; }
  .care-contact-grid .full,
  .care-more-grid .full { grid-column: auto; }
  .care-submit-row { align-items: stretch; flex-direction: column; }
  .care-submit-row small { text-align: center; }
  .dental-popular.compact .dental-pills {
    display: flex;
    margin-right: -16px;
    padding: 0 16px 5px 0;
    overflow-x: auto;
    flex-wrap: nowrap;
    scrollbar-width: none;
  }
  .dental-popular.compact .dental-pills button { flex: 0 0 auto; }
}

@media (max-width: 540px) {
  body[data-theme] .care-gateway {
    min-height: auto;
    padding-top: 44px !important;
  }

  .gateway-mode-grid {
    grid-template-columns: 1fr;
    gap: 11px;
  }

  body[data-theme] .gateway-mode-card {
    min-height: 174px;
    padding: 18px !important;
  }

  body[data-theme] .gateway-mode-card .gateway-icon {
    float: left;
    margin: 0 14px 12px 0;
  }

  body[data-theme] .gateway-mode-card .gateway-label {
    display: block;
    padding-top: 2px;
  }

  body[data-theme] .gateway-mode-card h2 {
    margin-top: 5px;
    font-size: 23px;
  }

  body[data-theme] .gateway-mode-card p {
    clear: both;
    margin-top: 10px;
  }

  body[data-theme] .gateway-mode-card .gateway-cta {
    margin-top: 10px;
  }

  .gateway-country-step {
    width: 100%;
    border-radius: 17px;
  }

  .gateway-flag-choices {
    gap: 10px;
  }

  .gateway-flag-choices button {
    width: 96px;
    min-height: 78px;
  }

  body[data-theme] .care-gateway .gateway-quicklinks {
    gap: 8px;
  }

  body[data-theme] .care-gateway .gateway-quicklinks button {
    min-height: 48px;
    padding: 11px 14px !important;
    font-size: 12px !important;
  }
}

@media (max-width: 390px) {
  .gateway-mode-grid { grid-template-columns: 1fr; }
  body[data-theme] .gateway-mode-card { min-height: 190px; }
  .gateway-flag-choices button { width: 82px; min-height: 74px; padding-inline: 5px; }
  .flag-art { width: 48px; height: 30px; }
  .visitor-intents { grid-template-columns: 1fr !important; }
  .visitor-intents button { min-height: 88px; }
}

/* Concise choice system */
.mt-services a {
  min-height: 142px;
  padding: 19px;
  justify-content: flex-start;
}

.mt-services i {
  width: 38px;
  height: 38px;
  margin-bottom: 17px;
}

.mt-services b { margin: 0; font-size: 17px; }
.mt-services small,
.mt-services span { display: none; }

#visitor-quote [data-plan="vqHow"] {
  margin-bottom: 13px;
  font-size: clamp(25px, 2.5vw, 31px);
}

.visitor-intents {
  gap: 10px;
  margin-bottom: 28px;
}

.visitor-intents button {
  min-height: 76px;
  padding: 15px 13px 15px 44px;
  border-radius: 15px;
}

.visitor-intents button::before {
  left: 14px;
  top: 50%;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
}

.visitor-intents b { margin: 0; font-size: 14px; }
.visitor-intents span { display: none; }
.visitor-intents .name-price b { font-size: 14px; }
.visitor-intents .name-price::after { top: 7px; right: 8px; font-size: 7px; }

.resident-intents {
  gap: 8px;
  margin: 17px 0;
}

.resident-intents button {
  min-height: 68px;
  padding: 14px;
  display: flex;
  align-items: center;
}

.resident-intents b { font-size: 13px; }
.resident-intents span { display: none; }
.resident-intents .resident-break { padding-right: 42px; }

.resident-packages button {
  min-height: 148px;
  padding: 17px;
}

.resident-packages b { margin: 16px 0 0; font-size: 22px; }
.resident-packages small { display: none; }
.resident-packages em { margin-top: auto; padding-top: 10px; }
.newcomer-choices button { padding: 14px; }
.newcomer-choices span { display: none; }

#health-plans .country-tabs,
#health-plans .plan-tabs {
  margin-top: 18px;
  margin-bottom: 14px;
}

@media (max-width: 680px) {
  .mt-services a { min-height: 132px; padding: 17px; }
  .mt-services i { margin-bottom: 14px; }
  .visitor-intents button { min-height: 68px; }
}

@media (max-width: 560px) {
  .resident-intents { grid-template-columns: 1fr 1fr; }
  .resident-intents button { min-height: 64px; }
  .resident-packages { grid-template-columns: 1fr 1fr; gap: 8px; }
  .resident-packages button { min-height: 130px; }
}

@media (max-width: 370px) {
  .resident-intents,
  .resident-packages { grid-template-columns: 1fr; }
}

/* Compact menu-bar language control */
@media (min-width: 931px) {
  .language-dock { display: none !important; }
}

@media (max-width: 930px) {
  .language-dock,
  .language-dock.collapsed {
    position: fixed;
    z-index: 1250;
    top: 70px;
    right: 12px;
    left: auto;
    width: auto;
    max-width: calc(100vw - 24px);
    padding: 6px;
    gap: 4px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 14px;
    background: #17385d;
    box-shadow: 0 14px 34px rgba(27, 58, 107, .24);
    transform: none;
  }

  .language-dock::before { display: none; }
  .language-dock .language-dock-toggle {
    display: flex;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 9px;
  }

  .language-dock .language-dock-toggle span { display: none; }
  .language-dock .language-dock-toggle svg { width: 17px; height: 17px; }
  .language-dock .lang-btn {
    min-width: 34px;
    padding: 7px 6px;
    border-radius: 8px;
    font-size: 10px;
  }

  .language-dock.collapsed {
    top: 13px;
    right: 68px;
    padding: 0;
    border-color: rgba(27, 58, 107, .12);
    background: #f5f8fa;
    box-shadow: none;
  }

  .language-dock.collapsed .language-dock-toggle {
    width: 42px;
    height: 42px;
    color: #294760;
  }
}

@media (max-width: 600px) {
  .mobile-menu {
    top: 64px !important;
    bottom: 82px !important;
    height: calc(100dvh - 146px) !important;
    max-height: none !important;
  }

  .language-dock,
  .language-dock.collapsed {
    right: 8px;
    left: auto;
    transform: none;
  }

  .language-dock.collapsed {
    top: 9px;
    right: 82px;
  }

  .language-dock.collapsed .language-dock-toggle {
    width: 39px;
    height: 39px;
  }
}

/* Simplified resident-care overview */
.resident-private .resident-intro {
  padding: 34px 38px 22px;
}

.resident-private .resident-intro h3 {
  max-width: 720px;
  margin: 10px 0 8px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.05;
}

.resident-private .resident-intro p {
  max-width: 650px;
  margin: 0;
}

.resident-private .resident-services {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  padding: 12px 38px 32px;
  border-top: 0;
  background: transparent;
}

.resident-private .resident-services article {
  min-height: 132px;
  padding: 17px;
  border: 1px solid #dbe7ee;
  border-radius: 15px;
  background: #fff;
}

.resident-private .resident-services article i {
  width: 34px;
  height: 34px;
  margin-bottom: 13px;
}

.resident-private .resident-services article b {
  margin-bottom: 5px;
}

.resident-private .resident-services article span {
  line-height: 1.45;
}

.resident-private .resident-intents {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 760px) {
  .resident-private .resident-intro {
    padding: 25px 20px 14px;
  }

  .resident-private .resident-intro h3 {
    font-size: clamp(28px, 9vw, 38px);
  }

  .resident-private .resident-services {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 8px 14px 22px;
  }

  .resident-private .resident-services article {
    min-height: 122px;
    padding: 14px;
  }

  .resident-private .resident-intents {
    grid-template-columns: 1fr;
  }
}

/* Cinematic country-aware journey — 2026 */
.premium-gateway {
  --gateway-image: url("assets/country-journeys/costa-rica-care.webp");
  position: relative;
  isolation: isolate;
  min-height: min(940px, calc(100vh - 64px)) !important;
  padding: 70px 0 58px !important;
  overflow: hidden;
  color: #fff !important;
  background: #0b263f !important;
}

.premium-gateway::before,
.premium-gateway::after {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
  pointer-events: none;
}

.premium-gateway::before {
  background-image: var(--gateway-image);
  background-position: center;
  background-size: cover;
  transform: scale(1.015);
  transition: background-image .35s ease, transform 1.2s ease;
}

.premium-gateway::after {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(5, 23, 39, .94) 0%, rgba(8, 32, 52, .82) 43%, rgba(8, 30, 48, .33) 72%, rgba(8, 26, 42, .54) 100%),
    linear-gradient(0deg, rgba(7, 28, 46, .96) 0%, transparent 48%);
}

.premium-gateway > .container {
  max-width: 1240px;
}

.premium-gateway .gateway-head {
  max-width: 730px;
  margin: 0 0 32px;
  text-align: left;
}

body[data-theme] .premium-gateway .gateway-kicker {
  border-color: rgba(159, 226, 205, .35);
  background: rgba(18, 91, 79, .35);
  color: #baf0df;
  backdrop-filter: blur(12px);
}

body[data-theme] .premium-gateway .gateway-head h1 {
  max-width: 760px;
  margin: 18px 0 14px;
  color: #fff;
  font-size: clamp(48px, 5.4vw, 78px);
  line-height: .98;
  letter-spacing: -.035em;
  text-wrap: balance;
}

body[data-theme] .premium-gateway .gateway-head h1 em {
  color: #9fe2cd;
  font-style: italic;
}

body[data-theme] .premium-gateway .gateway-head > p {
  max-width: 630px;
  color: rgba(255, 255, 255, .78);
  font-size: 17px;
}

.gateway-proof {
  display: flex;
  gap: 0;
  margin-top: 25px;
  border: 1px solid rgba(255, 255, 255, .17);
  border-radius: 15px;
  background: rgba(255, 255, 255, .07);
  backdrop-filter: blur(14px);
}

.gateway-proof span {
  flex: 1;
  padding: 12px 15px;
  color: rgba(255, 255, 255, .68);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: .035em;
  text-transform: uppercase;
}

.gateway-proof span + span {
  border-left: 1px solid rgba(255, 255, 255, .14);
}

.gateway-proof b {
  display: block;
  margin-bottom: 3px;
  color: #fff;
  font: 400 23px/1 Fraunces, Georgia, serif;
  letter-spacing: 0;
  text-transform: none;
}

.premium-gateway .gateway-mode-grid {
  max-width: none;
  gap: 11px;
}

body[data-theme] .premium-gateway .gateway-mode-card {
  min-height: 206px;
  padding: 21px;
  border-radius: 20px;
  border-color: rgba(255, 255, 255, .2);
  background: linear-gradient(145deg, rgba(255,255,255,.13), rgba(255,255,255,.055));
  box-shadow: 0 20px 55px rgba(0, 0, 0, .14);
  backdrop-filter: blur(18px) saturate(1.15);
}

body[data-theme] .premium-gateway .gateway-mode-card:hover,
body[data-theme] .premium-gateway .gateway-mode-card:focus-visible,
body[data-theme] .premium-gateway .gateway-mode-card.selected {
  border-color: rgba(159, 226, 205, .8);
  background: linear-gradient(145deg, rgba(45, 158, 127, .32), rgba(255,255,255,.08));
}

body[data-theme] .premium-gateway .gateway-mode-card .gateway-icon {
  width: 42px;
  height: 42px;
  margin-bottom: 14px;
  border-color: rgba(255,255,255,.22);
  background: rgba(255,255,255,.1);
}

body[data-theme] .premium-gateway .gateway-mode-card h2 {
  margin: 7px 0 5px;
  font-size: 23px;
}

body[data-theme] .premium-gateway .gateway-mode-card p {
  font-size: 12px;
}

body[data-theme] .premium-gateway .gateway-mode-card .gateway-cta {
  margin-top: 11px;
  color: #aee9d6;
  font-size: 12px;
}

.premium-gateway .gateway-country-step {
  max-width: none;
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 18px;
  align-items: center;
  margin-top: 14px;
  padding: 15px;
  text-align: left;
}

.premium-gateway .gateway-country-step[hidden] {
  display: none;
}

.premium-gateway .gateway-country-step > span {
  grid-column: 1 / -1;
  margin: 0 0 -6px;
}

.premium-gateway .gateway-flag-choices {
  justify-content: flex-start;
  gap: 7px;
}

.premium-gateway .gateway-flag-choices button {
  width: 78px;
  min-height: 67px;
  gap: 6px;
  padding: 7px 4px;
  border-radius: 11px;
}

.premium-gateway .gateway-flag-choices button.selected {
  border-color: #9fe2cd;
  background: rgba(67, 186, 151, .24);
  box-shadow: 0 0 0 2px rgba(159, 226, 205, .18);
}

.premium-gateway .flag-art {
  width: 43px;
  height: 27px;
}

.gateway-country-preview {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-left: 18px;
  border-left: 1px solid rgba(255,255,255,.16);
}

.gateway-country-preview[hidden] {
  display: none;
}

.gateway-country-preview small,
.gateway-country-preview strong {
  display: block;
}

.gateway-country-preview small {
  color: #9fe2cd;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.gateway-country-preview strong {
  margin: 2px 0;
  color: #fff;
  font: 400 22px/1.15 Fraunces, Georgia, serif;
}

.gateway-country-preview p {
  margin: 0;
  color: rgba(255,255,255,.65);
  font-size: 11px;
  line-height: 1.4;
}

.gateway-country-preview button {
  flex: 0 0 auto;
  min-height: 44px;
  padding: 10px 15px;
  border: 0;
  border-radius: 10px;
  background: #9fe2cd;
  color: #0d3c36;
  font: 800 11px Inter, Arial, sans-serif;
  cursor: pointer;
}

.premium-gateway .gateway-quicklinks {
  justify-content: flex-start !important;
  margin-top: 16px !important;
}

@media (max-width: 760px) {
  .premium-gateway {
    min-height: auto !important;
    padding: 35px 0 92px !important;
    background: #0b263f !important;
  }

  .premium-gateway::before {
    background-position: 62% center;
  }

  .premium-gateway::after {
    background:
      linear-gradient(180deg, rgba(5,23,39,.72) 0%, rgba(6,27,44,.91) 36%, #091f34 68%, #091f34 100%);
  }

  .premium-gateway .gateway-head {
    margin-bottom: 20px;
    text-align: left;
  }

  body[data-theme] .premium-gateway .gateway-head h1 {
    margin: 14px 0 12px;
    font-size: clamp(38px, 11.8vw, 50px) !important;
    line-height: .98;
  }

  body[data-theme] .premium-gateway .gateway-head > p {
    max-width: 340px;
    font-size: 14px !important;
  }

  .gateway-proof {
    margin-top: 18px;
    border-radius: 13px;
  }

  .gateway-proof span {
    padding: 10px 8px;
    font-size: 7px;
  }

  .gateway-proof b {
    font-size: 18px;
  }

  .premium-gateway .gateway-mode-grid {
    gap: 8px;
  }

  body[data-theme] .premium-gateway .gateway-mode-card {
    min-height: 108px;
    padding: 13px 14px;
    border-radius: 15px;
  }

  body[data-theme] .premium-gateway .gateway-mode-card h2 {
    font-size: 18px;
  }

  .premium-gateway .gateway-country-step {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 13px;
  }

  .premium-gateway .gateway-flag-choices {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
  }

  .premium-gateway .gateway-flag-choices button {
    width: 100%;
    min-height: 68px;
  }

  .gateway-country-preview {
    align-items: stretch;
    flex-direction: column;
    gap: 11px;
    padding: 12px 0 0;
    border-top: 1px solid rgba(255,255,255,.16);
    border-left: 0;
  }

  .gateway-country-preview button {
    width: 100%;
  }

  .premium-gateway .gateway-quicklinks {
    margin-top: 12px !important;
  }

  .mobile-bottom-nav {
    border-top-color: rgba(255,255,255,.12);
    background: rgba(8, 31, 50, .94);
    box-shadow: 0 -12px 35px rgba(3, 18, 30, .25);
    backdrop-filter: blur(18px);
  }

  .mobile-bottom-nav a,
  .mobile-bottom-nav button {
    color: #d8e9f2;
  }
}

@media (max-width: 390px) {
  .gateway-proof span:nth-child(3) {
    display: none;
  }

  .gateway-proof span:nth-child(2) {
    border-left: 1px solid rgba(255,255,255,.14);
  }
}

.concierge-nav-link {
  color: #177f75 !important;
  font-weight: 850 !important;
}

.concierge-home-callout {
  padding: 24px 0;
  background: linear-gradient(135deg, #e7f6f2, #f4f9fb);
  border-top: 1px solid #cfe5df;
  border-bottom: 1px solid #cfe5df;
}

.concierge-home-callout .container {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  align-items: center;
}

.concierge-callout-icon {
  display: grid;
  width: 55px;
  height: 55px;
  place-items: center;
  border-radius: 15px;
  background: #177f75;
  font-size: 25px;
}

.concierge-home-callout span {
  color: #177f75;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.concierge-home-callout h2 {
  margin: 3px 0;
  color: #17385d;
  font: 500 25px/1.15 Fraunces, Georgia, serif;
}

.concierge-home-callout p {
  margin: 0;
  color: #607687;
  font-size: 12px;
}

.concierge-home-callout a {
  display: inline-flex;
  justify-content: center;
  padding: 12px 15px;
  border-radius: 10px;
  background: #177f75;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 850;
  white-space: nowrap;
}

@media (max-width: 700px) {
  .concierge-home-callout {
    padding: 17px 0;
  }

  .concierge-home-callout .container {
    grid-template-columns: 42px 1fr;
    gap: 10px;
  }

  .concierge-callout-icon {
    width: 42px;
    height: 42px;
    border-radius: 11px;
    font-size: 19px;
  }

  .concierge-home-callout h2 {
    font-size: 19px;
  }

  .concierge-home-callout p {
    display: none;
  }

  .concierge-home-callout a {
    grid-column: 1 / -1;
    width: 100%;
    min-height: 46px;
    align-items: center;
  }
}

.gateway-concierge-card {
  background:
    linear-gradient(145deg, rgba(16, 47, 71, .92), rgba(23, 127, 117, .84)),
    url('https://images.unsplash.com/photo-1436491865332-7a61a109cc05?auto=format&fit=crop&w=1000&q=82') center/cover !important;
}

.gateway-plan-mark {
  font-size: 8px !important;
  font-weight: 900;
  letter-spacing: .08em;
}

.concierge-callout-icon {
  background:
    linear-gradient(#177f7555, #17385d55),
    url('https://images.unsplash.com/photo-1503376780353-7e6692767b70?auto=format&fit=crop&w=300&q=82') center/cover;
}

@media (max-width: 360px) {
  .resident-private .resident-services {
    grid-template-columns: 1fr;
  }
}

/* Resident form: phone-first controls and overflow protection */
@media (max-width: 600px) {
  .resident-private,
  .resident-request,
  .resident-form-grid,
  .household-care-builder,
  .household-member,
  .household-member-fields,
  .healthcare-goal {
    min-width: 0;
    max-width: 100%;
  }

  .resident-request {
    padding: 24px 14px 30px;
    overflow: hidden;
  }

  .resident-request-head {
    gap: 5px;
  }

  .resident-request-head h3 {
    font-size: 31px !important;
  }

  .resident-request-head p {
    font-size: 12px !important;
    line-height: 1.5;
  }

  .resident-private .resident-intents {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    margin: 16px 0;
  }

  .resident-private .resident-intents button {
    min-width: 0;
    min-height: 58px;
    padding: 10px 7px;
    border-radius: 10px;
    text-align: center;
    touch-action: manipulation;
  }

  .resident-private .resident-intents b {
    font-size: 11px;
    line-height: 1.2;
  }

  .resident-private .resident-intents span {
    display: none;
  }

  .resident-form-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 13px;
  }

  .resident-form-grid > *,
  .resident-form-grid .full {
    min-width: 0;
    grid-column: 1;
  }

  .resident-form-grid input,
  .resident-form-grid select,
  .resident-form-grid textarea {
    min-height: 48px;
    max-width: 100%;
    padding: 12px;
    border-radius: 10px;
    font-size: 16px;
  }

  .resident-form-grid textarea {
    min-height: 112px;
    resize: vertical;
  }

  .household-care-builder,
  .healthcare-goal {
    padding: 15px 11px;
    border-radius: 13px;
  }

  .household-builder-head {
    margin-bottom: 13px;
  }

  .household-member {
    padding: 14px 10px;
  }

  .household-member-head {
    align-items: flex-start;
  }

  .household-member-fields {
    grid-template-columns: minmax(0, 1fr);
    gap: 11px;
  }

  .household-sex-options {
    min-height: 48px;
  }

  .household-add,
  .household-remove {
    min-height: 44px;
  }

  .household-add,
  .resident-submit {
    width: 100%;
  }

  .healthcare-goal-options {
    grid-template-columns: 1fr;
  }

  .healthcare-goal-choice {
    min-height: 64px;
    padding: 13px 11px;
  }

  .resident-consent,
  .visitor-terms-acceptance {
    gap: 10px !important;
    line-height: 1.45;
  }

  .resident-consent input,
  .visitor-terms-acceptance input {
    flex: 0 0 auto;
    width: 20px !important;
    height: 20px;
    min-height: 20px;
    margin-top: 1px;
  }

  .resident-submit {
    min-height: 52px;
    font-size: 14px;
  }
}

@media (max-width: 340px) {
  .resident-private .resident-intents {
    grid-template-columns: 1fr;
  }
}

/* Compact all four medical-travel choices into one mobile view */
@media (max-width: 600px) {
  .visitor-experience {
    margin: 12px 0 20px;
    padding: 15px 0 18px;
  }

  .visitor-story {
    display: block;
    margin-bottom: 12px;
  }

  .visitor-story > span {
    font-size: 8px;
  }

  .visitor-story h3 {
    margin: 5px 0 4px;
    font-size: 25px;
    line-height: 1.05;
  }

  .visitor-story p {
    display: none;
  }

  .mt-services {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    width: 100%;
    overflow: visible;
  }

  .mt-services a {
    width: auto;
    min-width: 0;
    min-height: 92px;
    padding: 11px;
    border-radius: 12px;
    scroll-snap-align: none;
  }

  .mt-services a.selected {
    transform: none;
    box-shadow: inset 0 0 0 3px #fff, 0 0 0 2px var(--theme, var(--blue));
  }

  .mt-services i {
    width: 29px;
    height: 29px;
    margin-bottom: 10px;
    border-radius: 8px;
    font-size: 14px;
  }

  .mt-services b {
    font-size: 13px;
    line-height: 1.15;
  }

  .coming-care-tabs {
    margin-top: 8px;
  }

  .mt-process {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 8px;
  }

  .mt-process div {
    min-width: 0;
    padding: 8px 5px;
    gap: 5px;
    font-size: 9px;
    line-height: 1.25;
  }

  .mt-process strong {
    flex: 0 0 auto;
    width: 21px;
    height: 21px;
    font-size: 9px;
  }
}

/* Mobile quote choices and complete consultation form */
@media (max-width: 600px) {
  #visitor-quote {
    padding: 28px 0 !important;
  }

  #visitor-quote .section-header {
    margin-bottom: 14px;
  }

  #visitor-quote .section-sub,
  .visitor-trust {
    display: none;
  }

  #visitor-quote [data-plan="vqHow"] {
    margin: 0 0 10px;
    font-size: 23px;
  }

  .visitor-intents {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 7px;
    margin: 0 0 16px;
  }

  .visitor-intents button,
  .visitor-intents .name-price {
    width: auto;
    min-width: 0;
    min-height: 58px;
    padding: 10px 8px 10px 34px;
    border-radius: 11px;
  }

  .visitor-intents button::before {
    left: 10px;
    width: 16px;
    height: 16px;
  }

  .visitor-intents b,
  .visitor-intents .name-price b {
    font-size: 11px;
    line-height: 1.2;
  }

  .visitor-intents .name-price::after {
    top: 4px;
    right: 5px;
    padding: 2px 4px;
    font-size: 6px;
  }

  .visitor-form {
    padding: 14px 11px !important;
    border-radius: 14px !important;
  }

  .visitor-form > h3 {
    margin-bottom: 10px !important;
    font-size: 13px;
  }

  .care-form-summary {
    padding: 13px 11px;
    border-radius: 11px;
  }

  .care-form-summary span {
    font-size: 8px;
  }

  .care-form-summary h2 {
    margin: 5px 0 0;
    font-size: 23px;
    line-height: 1.08;
  }

  .care-form-summary p {
    display: none;
  }

  .care-form-section {
    gap: 10px;
    padding: 14px 0 3px;
  }

  .care-step {
    gap: 8px;
  }

  .care-step i {
    flex-basis: 27px;
    width: 27px;
    height: 27px;
    font-size: 11px;
  }

  .care-step b {
    font-size: 13px;
  }

  .care-step span {
    display: none;
  }

  .care-contact-grid,
  .care-more-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
  }

  .care-contact-grid .full,
  .care-more-grid .full {
    grid-column: 1;
  }

  .care-service-select select,
  .visitor-form input,
  .visitor-form select,
  .visitor-form textarea {
    min-height: 46px;
    max-width: 100%;
    font-size: 16px;
  }

  .dental-popular.compact .dental-pills {
    display: flex;
    gap: 5px;
    overflow-x: auto;
    padding: 1px 1px 5px;
    scrollbar-width: none;
  }

  .dental-popular.compact .dental-pills::-webkit-scrollbar {
    display: none;
  }

  .dental-popular.compact .dental-pills button {
    flex: 0 0 auto;
    min-height: 35px;
    padding: 7px 9px;
    font-size: 9px;
  }

  .care-form-more {
    border-radius: 11px;
  }

  .care-form-more summary {
    min-height: 50px;
    padding: 9px 11px;
  }

  .care-more-grid {
    padding: 0 11px 11px;
  }

  .care-contact-consent,
  .visitor-terms-acceptance {
    padding: 10px;
    font-size: 10px !important;
    line-height: 1.4;
  }

  .care-contact-consent input,
  .visitor-terms-acceptance input {
    width: 19px !important;
    height: 19px;
    min-height: 19px;
  }

  .care-submit-row {
    display: grid;
    gap: 6px;
  }

  .care-submit-row .visitor-submit {
    width: 100%;
    min-height: 49px;
  }

  .coming-care-tabs {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 6px !important;
    width: 100%;
    overflow: visible;
  }

  .coming-care-tab {
    min-width: 0;
    min-height: 58px;
    padding: 8px 5px;
    gap: 5px;
    border-radius: 10px;
  }

  .coming-care-tab i {
    flex: 0 0 auto;
    width: 25px;
    height: 25px;
    font-size: 11px;
  }

  .coming-care-tab b {
    font-size: 9px;
  }

  .coming-care-tab span {
    display: none;
  }

  .coming-care-tab small {
    top: 3px;
    right: 3px;
    padding: 1px 3px;
    font-size: 5px;
  }
}

/* Three-path healthcare journey gateway */
.gateway-mode-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 1100px;
}

.gateway-concierge-card {
  text-decoration: none;
}

@media (max-width: 760px) {
  .gateway-mode-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  body[data-theme] .gateway-mode-card {
    display: grid;
    grid-template-columns: 42px 1fr;
    grid-template-rows: auto auto auto;
    column-gap: 11px;
    min-height: 106px;
    padding: 13px 14px;
  }

  body[data-theme] .gateway-mode-card .gateway-icon {
    grid-row: 1 / 4;
    width: 42px;
    height: 42px;
    margin: 0;
    align-self: center;
  }

  body[data-theme] .gateway-mode-card .gateway-label,
  body[data-theme] .gateway-mode-card h2,
  body[data-theme] .gateway-mode-card p,
  body[data-theme] .gateway-mode-card .gateway-cta {
    grid-column: 2;
  }

  body[data-theme] .gateway-mode-card .gateway-label {
    font-size: 8px;
  }

  body[data-theme] .gateway-mode-card h2 {
    margin: 2px 0;
    font-size: 18px;
  }

  body[data-theme] .gateway-mode-card p {
    display: none;
  }

  body[data-theme] .gateway-mode-card .gateway-cta {
    margin: 2px 0 0;
    font-size: 10px;
  }
}
