/**
 * rTMS page — modern layout (no col-*). Same font, spacing, and visual layout as before.
 */

/* ---- Variables (used by this file) ---- */
.rtms-page {
  /* Wrapper: style.css provides .spry-hero, .features-section, .section-title, .btn-cta, etc. */
  --rtms-gutter: 1rem;
  --rtms-section-pad: 2.5rem;
  --rtms-section-pad-md: 3rem;
  --rtms-section-pad-lg: 3.5rem;
  --rtms-primary: #1B4F93;
  --rtms-primary-light: #153a6f;
  --rtms-text: #282828;
}

/* ---- Container ---- */

.rtms-page .container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--rtms-gutter);
  padding-right: var(--rtms-gutter);
}

.rtms-page .rtms-hero__container.container,
.rtms-page .rtms-coil__container.container {
  padding-left: 0;
  padding-right: 0;
}

/* =========================================================
   rTMS HERO — design system (mobile-first, pixel-perfect)
   Top bar, typography, overlay with gradient + shadow
   ========================================================= */
.rtms-page .rtms-hero {
  --hero-bar: #1B4F93;
  --hero-title: #282828;
  --hero-desc: #444444;
  --hero-overlay-start: #063a6b;
  --hero-overlay-end: #084f91;
  --hero-overlay-text: #ffffff;
  --hero-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
  --hero-overlay-shadow: 0 4px 16px rgba(6, 58, 107, 0.35);
  --hero-radius: 8px;
  --hero-transition: 0.2s ease;
}

.rtms-page .spry-hero.rtms-hero {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
}

/* Top blue bar — thin strip full width */
.rtms-page .rtms-hero__bar {
  height: 12px;
  min-height: 12px;
  background: var(--hero-bar);
}

.rtms-page .rtms-bundle .type-h3 {
  font-size: clamp(1.125rem, 2vw, 1.375rem);
  margin: 0 0 0.25rem;
}

.rtms-page .rtms-bundle .type-box-paragraph {
  font-size: 0.9375rem;
  margin: 0;
}

.rtms-page .rtms-bundle .rtms-bundle__img-wrap {
  padding: 0 var(--rtms-gutter) 1.5rem;
  text-align: center;
}

.rtms-page .rtms-bundle .rtms-bundle__img-wrap img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .rtms-page .rtms-section--tint {
    padding: var(--rtms-section-pad-md) 0;
  }

  .rtms-page .rtms-bundle .icon-wrapper {
    gap: 1.5rem;
    padding: 2rem var(--rtms-gutter);
  }

  .rtms-page .rtms-bundle .icon-item {
    max-width: 140px;
  }
}

@media (min-width: 992px) {
  .rtms-page .rtms-section--tint {
    padding: var(--rtms-section-pad-lg) 0;
    transform: translateY(-50%);
    /* optional: center overlay in its band */
  }
}

/* ---- CTA section ---- */
.rtms-page .rtms-cta {
  padding: var(--rtms-section-pad) var(--rtms-gutter);
  text-align: center;
}

.rtms-page .rtms-cta .center-btn {
  padding: 1rem 0;
}

/* ---- Utility: ensure section spacing ---- */
.rtms-page .rtms-section+.rtms-section {
  margin-top: 0;
}

.rtms-page section.pt-5 {
  padding-top: var(--rtms-section-pad) !important;
}

@media (min-width: 768px) {
  .rtms-page section.pt-5 {
    padding-top: var(--rtms-section-pad-md) !important;
  }
}

@media (min-width: 992px) {
  .rtms-page section.pt-5 {
    padding-top: var(--rtms-section-pad-lg) !important;
    background: rgba(255, 255, 255, 0.95);
    color: var(--rtms-text);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    padding: 1rem 1.25rem;
  }
}

.rtms-page .rtms-bundle .plus-icon {
  font-size: 1.5rem;
  font-weight: 300;
  color: var(--rtms-text);
  margin: 0 0.25rem;
}

.rtms-page .rtms-bundle .overlay-text-box {
  width: 100%;
  flex-shrink: 0;
}

.rtms-page .rtms-bundle .overlay-text-box.bundle-txt {
  width: 100%;
  max-width: 480px;
}

.rtms-page .rtms-bundle .type-h3 {
  font-size: clamp(1.125rem, 2vw, 1.375rem);
  margin: 0 0 0.25rem;
}

.rtms-page .rtms-bundle .type-box-paragraph {
  font-size: 0.9375rem;
  margin: 0;
}

.rtms-page .rtms-bundle .rtms-bundle__img-wrap {
  padding-left: 0;
  margin-top: 0 !important;
  padding: 0 var(--rtms-gutter) 1.5rem;
  text-align: center;
}

.rtms-page .rtms-bundle .rtms-bundle__img-wrap img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.rtms-page .rtms-hero__container {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.rtms-page .rtms-hero__wrap.hero-spry-img-wrapper {
  position: relative;
  flex: 1;
  min-height: clamp(300px, 72vw, 520px);
  padding: 0 0 1.5rem;
  padding-left: 0;
  margin-top: 0 !important;
  background-image: url("../images/spry-tms-with-model-sm.png");
  background-repeat: no-repeat;
  background-position: right -4rem top 2.5rem;
  background-size: 140% auto;
}

@media (min-width: 576px) {
  .rtms-page .rtms-hero__wrap.hero-spry-img-wrapper {
    min-height: clamp(360px, 65vw, 500px);
    background-position: right -2rem top 3rem;
    background-size: 125% auto;
  }
}

@media (min-width: 768px) {
  .rtms-page .rtms-hero__wrap.hero-spry-img-wrapper {
    min-height: clamp(420px, 52vw, 540px);
    background-size: 1000px auto;
    background-position: right 0 top 3.5rem;
  }
}

@media (min-width: 992px) {
  .rtms-page .rtms-hero__wrap.hero-spry-img-wrapper {
    min-height: 520px;
    background-position: right 0 top 3rem;
  }
}

/* Title + description — absolute top-left, consistent % from edges */
.rtms-page .rtms-hero__inner {
  position: absolute;
  top: 8%;
  left: 4%;
  width: 88%;
  max-width: 520px;
  margin-top: 0 !important;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

@media (min-width: 576px) {
  .rtms-page .rtms-hero__inner {
    top: 9%;
    left: 3%;
    width: 44%;
  }

  .rtms-page .spry-overlay-text .rtms-hero__overlay-copy {
    max-width: 83.333%;
  }
}

.rtms-page .rtms-hero__title {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: clamp(2rem, 5.2vw, 3.75rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--hero-title);
  transition: color var(--hero-transition);
}

.rtms-page .rtms-hero__desc {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: clamp(0.9375rem, 1.8vw, 1.25rem);
  line-height: 1.4;
  color: var(--hero-desc);
  transition: color var(--hero-transition);
}

/* Overlay box — fixed distance from bottom/left, gradient + shadow */
.rtms-page .spry-overlay-text-wrapper {
  position: absolute;
  bottom: 12%;
  left: 4%;
  width: 88%;
  max-width: 520px;
  padding: 0;
  margin: 0 !important;
}

@media (min-width: 576px) {
  .rtms-page .spry-overlay-text-wrapper {
    bottom: 11%;
    left: 3%;
    width: 44%;
  }
}

.rtms-page .spry-overlay-text {
  margin: 0 !important;
  padding: 1rem 1.25rem;
  border-radius: var(--hero-radius);
  background: linear-gradient(to right,
      var(--hero-overlay-start) 0%,
      var(--hero-overlay-end) 65%,
      rgba(8, 79, 145, 0.92) 100%);
  color: var(--hero-overlay-text);
  box-shadow: var(--hero-overlay-shadow);
  box-sizing: border-box;
  transition: box-shadow var(--hero-transition), transform var(--hero-transition);
}

.rtms-page .spry-overlay-text:hover {
  box-shadow: 0 6px 20px rgba(6, 58, 107, 0.4);
}

.rtms-page .spry-overlay-text .rtms-hero__overlay-copy {
  margin: 0;
  padding-left: 10px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: clamp(0.8125rem, 1.05vw, 1.0625rem);
  line-height: 1.45;
  color: var(--hero-overlay-text);
}


/* ---- Features: CTA spacing ---- */
.rtms-page .rtms-features__cta {
  padding-top: 1rem;
  /* was pt-3 */
  text-align: center;
}

/* ---- Spotlight sections (Exceptional Portability, Rapid Liquid Cooling) — grid/flex, text full line, image half ---- */
.rtms-page .rtms-spotlight {
  --spotlight-bg: #ffffff;
  --spotlight-alt-bg: #f5f8fa;
  --spotlight-title: #1a1a1a;
  --spotlight-text: #444444;
  --spotlight-radius: 12px;
  --spotlight-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  --spotlight-transition: 0.25s ease;
  padding: 2.5rem 0;
  background: var(--spotlight-bg);
}

.rtms-page .rtms-spotlight--alt {
  background: var(--spotlight-alt-bg);
}

.rtms-page .rtms-spotlight__container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

/* Mobile: stack — content (text) full width, then image full width */
.rtms-page .rtms-spotlight__grid {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: start;
}

.rtms-page .rtms-spotlight__content {
  min-width: 0;
  width: 100%;
}

/* Text full line in its column */
.rtms-page .rtms-spotlight__title {
  margin: 0 0 1rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: clamp(1.375rem, 2.5vw, 1.75rem);
  line-height: 1.25;
  color: var(--spotlight-title);
  letter-spacing: -0.01em;
  max-width: 100%;
}

.rtms-page .rtms-spotlight__text {
  margin: 0 0 1rem;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--spotlight-text);
  max-width: 100%;
}

.rtms-page .rtms-spotlight__text:last-child {
  flex: 1;
  margin-bottom: 0;
}

.rtms-page .rtms-spotlight__media {
  min-width: 0;
  width: 100%;
  border-radius: var(--spotlight-radius);
  overflow: hidden;
  box-shadow: var(--spotlight-shadow);
  background: #fff;
  transition: box-shadow var(--spotlight-transition);
}

.rtms-page .rtms-spotlight__media:hover {
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}

.rtms-page .rtms-spotlight__img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* Desktop: 50% image | 50% text (section 1) or 50% text | 50% image (section 2) */
@media (min-width: 768px) {
  .rtms-page .rtms-spotlight {
    padding: 3rem 0;
  }

  .rtms-page .rtms-spotlight__container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .rtms-page .rtms-spotlight__grid {
    flex-direction: row;
    gap: 2.5rem;
    align-items: center;
  }

  .rtms-page .rtms-spotlight__grid--reverse {
    flex-direction: row-reverse;
  }

  .rtms-page .rtms-spotlight__content,
  .rtms-page .rtms-spotlight__media {
    flex: 1 1 48%;
    min-width: 0;
  }

  .rtms-page .rtms-spotlight__content {
    width: 100%;
  }

  .rtms-page .rtms-spotlight__media {
    width: 100%;
  }

  .rtms-page .rtms-spotlight__text {
    font-size: 1.0625rem;
  }
}

@media (min-width: 992px) {
  .rtms-page .rtms-spotlight {
    padding: 3.5rem 0;
  }

  .rtms-page .rtms-spotlight__grid {
    gap: 3rem;
  }
}

/* ---- Coil: same layout as before; coil box width/float (replaces .re-size-adjust.col-sm-7) ---- */
.rtms-page .rtms-coil__container {
  padding-left: 1.5rem;
  /* section inner padding */
  padding-right: 1.5rem;
}

.rtms-page .rtms-section-title {
  padding-block: 0.625rem 0;
  padding-inline: 0;
}

.rtms-page .rtms-coil__row {
  margin-top: 1.5rem;
  /* was mt-4 */
  position: relative;
}

.rtms-page .rtms-coil__row::after {
  content: "";
  display: table;
  clear: both;
}

.rtms-page .rtms-coil__box {
  width: 100%;
  box-sizing: border-box;
}

@media (min-width: 576px) and (max-width: 767px) {
  .rtms-page .rtms-coil__box {
    width: clamp(405px, calc(527px - 122 * (100vw - 576px) / 191), 527px);
    float: right;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .rtms-page .rtms-coil__box {
    width: clamp(405px, calc(405px + 126 * (100vw - 768px) / 223), 531px);
    float: right;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  .rtms-page .rtms-coil__box {
    width: 515px;
    float: right;
  }
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .rtms-page .rtms-coil__box {
    width: 515px;
    float: right;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .rtms-page .rtms-coil__box {
    width: 618px;
    float: right;
  }
}

@media (min-width: 1400px) {
  .rtms-page .rtms-coil__box {
    width: 718px;
    float: right;
  }
}

.rtms-page .rtms-coil__box-inner {
  padding: 1.5rem;
  /* was px-4 py-4 */
  box-sizing: border-box;
}

.rtms-page .rtms-coil__box-p {
  padding-top: 0.5rem;
  margin: 0;
  font-size: 24px;
}

.rtms-page .rtms-coil__img-wrap {
  clear: both;
  padding-bottom: 1.5rem;
  /* was pb-4 */
}

.rtms-page .rtms-coil__img-wrap img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Coil overlay box: keep original from style.css (color, bg, opacity) */
.rtms-page .rtms-coil .coil-set-bg p {
  font-size: 24px;
}

/* ---- Tint sections ---- */
.rtms-page .rtms-section--tint {
  background-color: #B3DBFF;
}

.rtms-page .rtms-section--tint-light {
  background: #dcf3ff;
}

/* ---- Bundle: same spacing as before (py-4 px-5, pt-3, pb-3) ---- */
.rtms-page .rtms-bundle__header.container {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.rtms-page .rtms-bundle__body.container {
  padding-bottom: 1rem;
  /* was pb-3 */
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.rtms-page .rtms-bundle__icons {
  padding-top: 1.5rem;
  /* py-4 */
  padding-bottom: 1.5rem;
  padding-left: 3rem;
  /* px-5 */
  padding-right: 3rem;
}

.rtms-page .rtms-bundle .type-h3 {
  padding-top: 1rem;
  /* pt-3 */
  margin: 0 0 0.25rem;
}

.rtms-page .rtms-bundle__text-p {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 1rem;
  /* pb-3 */
  margin: 0;
}

.rtms-page .rtms-bundle__content {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 1rem;
}

.rtms-page .rtms-bundle__content .rtms-bundle__icons {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 3rem;
  padding-right: 3rem;
}

.rtms-page .rtms-bundle__img-wrap {
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 1rem;
}

.rtms-page .rtms-bundle__img-wrap img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* ---- CTA ---- */
.rtms-page .rtms-cta__container.container {
  padding-left: 1rem;
  /* was px-3 */
  padding-right: 1rem;
}

.rtms-page .rtms-cta .center-btn {
  padding-top: 1rem;
  /* was py-3 */
  padding-bottom: 1rem;
  text-align: center;
}

/* ---- rTMS features section: modern layout + responsive transitions ---- */
.rtms-page .rtms-features-section {
  --rtms-features-ease: cubic-bezier(0.4, 0, 0.2, 1);
  --rtms-features-duration: 0.35s;
  padding: clamp(2rem, 5vw, 3.5rem) 0;
  background: #f8fbfd;
  transition: padding var(--rtms-features-duration) var(--rtms-features-ease);
}

.rtms-page .rtms-features-section__container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--rtms-gutter);
  padding-right: var(--rtms-gutter);
  transition: padding var(--rtms-features-duration) var(--rtms-features-ease);
}

.rtms-page .rtms-features-section__block {
  margin-bottom: clamp(2rem, 5vw, 3rem);
  transition: margin var(--rtms-features-duration) var(--rtms-features-ease);
}

.rtms-page .rtms-features-section__title {
  margin: 0 0 1rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: clamp(1.25rem, 2.2vw, 1.75rem);
  line-height: 1.3;
  color: #1a1a1a;
  letter-spacing: -0.01em;
  transition: font-size var(--rtms-features-duration) var(--rtms-features-ease);
}

.rtms-page .rtms-features-section__text {
  margin: 0 0 1rem;
  font-size: clamp(0.9375rem, 1.2vw, 1.0625rem);
  line-height: 1.65;
  color: #444;
  /* max-width: 72ch; */
  transition: font-size var(--rtms-features-duration) var(--rtms-features-ease);
}

.rtms-page .rtms-features-section__text:last-child {
  margin-bottom: 0;
}

.rtms-page .rtms-features-section__grid {
  display: flex;
  flex-direction: column;
  gap: clamp(1.5rem, 4vw, 2.5rem);
  align-items: stretch;
  transition: gap var(--rtms-features-duration) var(--rtms-features-ease);
}

.rtms-page .rtms-features-section__column {
  display: flex;
  flex-direction: column;
  gap: clamp(1.5rem, 3vw, 2rem);
}

@media (min-width: 768px) {
  .rtms-page .rtms-features-section__grid {
    flex-direction: row;
    align-items: flex-start;
    gap: clamp(2rem, 4vw, 3rem);
  }

  .rtms-page .rtms-features-section__media,
  .rtms-page .rtms-features-section__card,
  .rtms-page .rtms-features-section__column {
    flex: 1 1 0;
    min-width: 0;
  }

  /* Gap above image in first card (Exceptional Portability); scales with viewport, max 111px */
  .rtms-page .rtms-features-section__grid>.rtms-features-section__card:first-child .rtms-features-section__media {
    margin-top: clamp(1.75rem, 8.5vw, 111px);
    margin-top: clamp(1.75rem, 8.5vw, 106px);
  }
}

.rtms-page .rtms-features-section__media {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: box-shadow var(--rtms-features-duration) var(--rtms-features-ease),
    transform var(--rtms-features-duration) var(--rtms-features-ease);
}

.rtms-page .rtms-features-section__media:hover {
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

.rtms-page .rtms-features-section__img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  transition: opacity var(--rtms-features-duration) var(--rtms-features-ease);
}

.rtms-page .rtms-features-section__card {
  background: #fff;
  border-radius: 12px;
  padding: clamp(1.25rem, 3vw, 1.75rem);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: box-shadow var(--rtms-features-duration) var(--rtms-features-ease),
    padding var(--rtms-features-duration) var(--rtms-features-ease);
}

.rtms-page .rtms-features-section__card:hover {
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}

.rtms-page .rtms-features-section__img--top {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 8px;
  overflow: hidden;
}

.rtms-page .rtms-features-section__card .rtms-features-section__title {
  margin-top: 0;
  margin-bottom: 0.75rem;
}

.mar-top-1 {
  margin-top: 1rem !important;
}


/* ---- FAQs (CN-style): two-column, accordion — match width/padding of other sections ---- */
.rtms-page .rtms-faq {
  padding: clamp(2rem, 5vw, 3.5rem) 0;
  background: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Same width and horizontal padding as .rtms-features-section__container (desktop + mobile) */
.rtms-page .rtms-faq__container,
.rtms-page .rtms-faq__container.container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--rtms-gutter);
  padding-right: var(--rtms-gutter);
  box-sizing: border-box;
}

.rtms-page .rtms-faq__grid {
  display: flex;
  flex-direction: column;
  gap: clamp(2rem, 5vw, 3rem);
  align-items: stretch;
}

/* Mobile: aside centered on top of list */
.rtms-page .rtms-faq__aside {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

@media (min-width: 768px) {
  .rtms-page .rtms-faq__grid {
    flex-direction: row;
    align-items: flex-start;
    gap: clamp(2.5rem, 5vw, 4rem);
  }

  .rtms-page .rtms-faq__aside {
    flex: 0 1 38%;
    min-width: 0;
    position: sticky;
    top: 1.5rem;
    top: 5.5rem;
    display: block;
    text-align: left;
  }

  .rtms-page .rtms-faq__list {
    flex: 1 1 60%;
    flex: 1 1 90%;
    min-width: 0;
  }
}

.rtms-page .rtms-faq__title {
  margin: 0 0 0.75rem;
  font-weight: 700;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  line-height: 1.2;
  color: #1a1a1a;
  letter-spacing: -0.02em;
}

/* Match font size and weight to .rtms-faq__cta */
.rtms-page .rtms-faq__intro {
  margin: 0 0 1.5rem;
  margin: 0 0 2.7rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  color: #666;
  color: #282828;
}

.rtms-page .rtms-faq__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  background: #1B4F93;
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  border-radius: 8px;
  transition: background 0.2s ease, color 0.2s ease;
}

.rtms-page .rtms-faq__cta:hover {
  background: #153a6f;
  color: #fff;
}

.rtms-page .rtms-faq__cta-icon {
  font-size: 1em;
  line-height: 1;
}

/* Learn more TMS NeuroNavigation — same shape as Request a Quote (btn-cta), Contact us blue + font */
.rtms-page .btn-cta.choose-tms-cta {
  background: #1B4F93;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(27, 79, 147, 0.35);
}
.rtms-page .btn-cta.choose-tms-cta:hover {
  background: #153a6f;
  box-shadow: 0 4px 12px rgba(27, 79, 147, 0.4);
}

.rtms-page .rtms-faq__list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.rtms-page .rtms-faq__item {
  background: #f0f0f0;
  border-radius: 10px;
  overflow: hidden;
  transition: background 0.2s ease, box-shadow 0.2s ease;
}

.rtms-page .rtms-faq__item:hover {
  background: #e8e8e8;
}

.rtms-page .rtms-faq__item[open] {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.rtms-page .rtms-faq__question {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
  padding: 1rem 1.25rem;
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.4;
  color: #282828;
  text-align: left;
  cursor: pointer;
  list-style: none;
  border: 0;
  background: transparent;
  transition: color 0.2s ease;
}

.rtms-page .rtms-faq__question::-webkit-details-marker,
.rtms-page .rtms-faq__question::marker {
  display: none;
}

.rtms-page .rtms-faq__question::before {
  content: "+";
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1;
  color: #444;
}

.rtms-page .rtms-faq__item[open] .rtms-faq__question::before {
  content: "−";
}

.rtms-page .rtms-faq__answer {
  padding: 0 1.25rem 1.25rem 2.5rem;
}

.rtms-page .rtms-faq__answer p {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #444;
}

/* ---- Video section: video full-width, text right (desktop); video then text (mobile) ---- */
.rtms-video-section {
  --rtms-video-radius: 16px;
  --rtms-video-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
  padding: clamp(3rem, 8vw, 5rem) clamp(1rem, 4vw, 2rem);
  padding: clamp(1rem, 8vw, 2rem) clamp(1rem, 4vw, 2rem);
  background: linear-gradient(180deg, #e8f2fa 0%, #f0f6fc 50%, #fff 100%);
}

@media (max-width: 767.98px) {
  .rtms-video-section {
    /* Let inner content/control handle horizontal gutters so it aligns with other sections */
    padding-left: 0;
    padding-right: 0;
  }
}

.rtms-video-section__container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  background: #fff;
  border-radius: var(--rtms-video-radius);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(0, 0, 0, 0.04);
  overflow: hidden;
}

/* Mobile: single column — video full width on top, text below */
.rtms-video-section__row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: stretch;
}

/* Desktop: video full width (covers left), text on the right */
@media (min-width: 768px) {
  .rtms-video-section__row {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 400px);
    gap: 0;
    align-items: stretch;
    min-height: 0;
  }

  /* Text left, video right */
  .rtms-video-section--text-left .rtms-video-section__row {
    grid-template-columns: minmax(300px, 400px) minmax(0, 1fr);
  }

  .rtms-video-section__row .rtms-video-section__media {
    min-width: 0;
    display: flex;
    flex-direction: column;
  }

  .rtms-video-section__row .rtms-video-section__content {
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(2rem, 4vw, 3rem) clamp(1.5rem, 4vw, 2.5rem);
  }
}

/* First video section: single column (no __grid). Second section (--alt) only uses grid below. */
.rtms-video-section__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.5rem, 4vw, 2.5rem);
  align-items: start;
}

/* Second video section only: two equal partitions on desktop — left video, right text */
@media (min-width: 768px) {
  .rtms-video-section--alt .rtms-video-section__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 2rem 2.5rem;
    align-items: stretch;
  }

  .rtms-video-section--alt .rtms-video-section__media {
    min-width: 0;
  }

  .rtms-video-section--alt .rtms-video-section__content {
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.rtms-video-section__media {
  min-width: 0;
}

/* Mobile: video full width, 16:9; light bg so no black bars with object-fit: contain */
.rtms-video-section__video-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #f0f4f8;
  aspect-ratio: 16 / 9;
}

/* Desktop: 16:9 box so video fits with contain, no black bars */
@media (min-width: 768px) {
  .rtms-video-section__row .rtms-video-section__video-wrap {
    aspect-ratio: 16 / 9;
    width: 100%;
    max-width: 100%;
    border-radius: 0;
  }
}

.rtms-video-section__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}

.rtms-video-section__content {
  min-width: 0;
  padding: clamp(1.5rem, 4vw, 2rem) var(--rtms-gutter, 1rem);
}

.rtms-video-section__title {
  margin: 0 0 1rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(1.35rem, 2.2vw, 1.75rem);
  font-weight: 700;
  line-height: 1.25;
  color: #1a1a1a;
  letter-spacing: -0.02em;
}

.rtms-video-section__text {
  margin: 0 0 1rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(0.9375rem, 1.1vw, 1.0625rem);
  line-height: 1.65;
  color: #444;
}

.rtms-video-section__text:last-child {
  margin-bottom: 0;
}

/* ---- Full-width video section: max 1280px, video full width + full height, text on right no background ---- */
.rtms-video-section-full-width {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* Inner: max 1280px so video fills that width and is seen full height (16:9) */
.rtms-video-section-full-width__inner {
  position: relative;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
}

/* Mobile: video full width on top, text below */
.rtms-video-section-full-width__media {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #0d1b2a;
  background-color: content-box;

}

.rtms-video-section-full-width__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.rtms-video-section-full-width__content {
  padding: clamp(1.5rem, 4vw, 2rem) clamp(1rem, 4vw, 1.5rem);
  background: #fff;
}

/* Desktop: video fills 1280px full width and full height (16:9); text on right, no background */
/* @media (min-width: 768px) { */
@media (min-width: 992px) {
  .rtms-video-section-full-width__inner {
    aspect-ratio: 16 / 9;
    min-height: 360px;
  }

  .rtms-video-section-full-width__media {
    position: absolute;
    inset: 0;
    aspect-ratio: auto;
    width: 100%;
    height: 100%;
    z-index: 0;
  }

  .rtms-video-section-full-width__content {
    position: relative;
    z-index: 1;
    flex: 0 1 auto;
    align-self: center;
    align-self: end;
    margin-left: auto;
    width: 100%;
    /* max-width: min(420px, 38%); */
    max-width: min(250px, 21.73%);
    padding: clamp(2rem, 4vw, 3rem) clamp(2rem, 4vw, 3rem);
    padding: clamp(1rem, 1vw, 1.5rem) clamp(1rem, 1vw, 1.5rem);
    background: transparent;
    backdrop-filter: none;
    box-shadow: none;
    background: #ffffffd7;
    border-radius: 12px;
  }

  .rtms-video-section-full-width__content-left {
    position: relative;
    z-index: 1;
    flex: 0 1 auto;
    align-self: center;
    align-self: end;
    margin-right: auto;
    margin-top: auto;
    width: 100%;
    /* max-width: min(420px, 38%); */
    max-width: min(500px, 50%);
    padding: clamp(2rem, 4vw, 3rem) clamp(2rem, 4vw, 3rem);
    padding: clamp(1rem, 1vw, 1.5rem) clamp(1rem, 1vw, 1.5rem);
    background: transparent;
    backdrop-filter: none;
    box-shadow: none;
    /* background: #ffffffd7; */
    border-radius: 12px;
    margin-left: 2rem;
  }

}


.rtms-video-section-full-width__title {
  margin: 0 0 1rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  font-weight: 700;
  line-height: 1.25;
  color: #fff;
  color: #1e1e1e;
  letter-spacing: -0.02em;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.rtms-video-section-full-width__title {
  color: #1B4F93;
  color: #1e1e1e;
  text-shadow: none;
}

.rtms-video-section-full-width__text {
  color: #282828;
  text-shadow: none;
}

.rtms-video-section-full-width__text {
  margin: 0 0 1rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(0.9375rem, 1.1vw, 1.0625rem);
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.95);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  color: #282828;
  text-shadow: none;
  margin-bottom: 0;
}

.rtms-video-section-full-width__text-left {
  margin: 0 0 1rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(0.9375rem, 1.1vw, 1.0625rem);
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.95);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  color: #282828;
  text-shadow: none;
  margin-bottom: 0;
}




.rtms-video-section-full-width__text:last-child {
  margin-bottom: 0;
}

/* Mobile: keep title/text dark on white content area */
@media (max-width: 767.98px) {
  .rtms-video-section-full-width__title {
    color: #1B4F93;
    color: #1e1e1e;
    text-shadow: none;
  }

  .rtms-video-section-full-width__text {
    color: #282828;
    text-shadow: none;
  }

}

@media (max-width: 991px) {
  .rtms-video-section-full-width__text-left {
    color: #282828;
    text-shadow: none;
    padding: clamp(1.5rem, 4vw, 2rem) clamp(1rem, 4vw, 1.5rem);
    padding-top: 0;
    margin: 0 0 1rem;
  }
}

/* ---- Video cards: two cards side by side, video on top + header + text ---- */
.rtms-page .rtms-video-cards {
  padding: clamp(2rem, 5vw, 3.5rem) 0;
  background: #f8fbfd;
}

.rtms-page .rtms-video-cards__container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(1rem, 4vw, 2rem);
  padding-right: clamp(1rem, 4vw, 2rem);
}

.rtms-page .rtms-video-cards__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.5rem, 4vw, 2.5rem);
}

@media (min-width: 768px) {
  .rtms-page .rtms-video-cards__grid {
    grid-template-columns: 1fr 1fr;
    gap: clamp(2rem, 4vw, 3rem);
  }
}

.rtms-page .rtms-video-cards__card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.25s ease;
  display: flex;
  flex-direction: column;
}

.rtms-page .rtms-video-cards__card:hover {
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}

.rtms-page .rtms-video-cards__media {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #0d1b2a;
  overflow: hidden;
}

.rtms-page .rtms-video-cards__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.rtms-page .rtms-video-cards__title {
  margin: 0;
  padding: clamp(1rem, 3vw, 1.25rem) clamp(1.25rem, 3vw, 1.5rem) 0.5rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: clamp(1.125rem, 1.8vw, 1.5rem);
  line-height: 1.3;
  color: #1a1a1a;
  letter-spacing: -0.01em;
}

.rtms-page .rtms-video-cards__card .rtms-video-cards__text {
  margin: 0;
  padding: 0 clamp(1.25rem, 3vw, 1.5rem) clamp(1.25rem, 3vw, 1.5rem);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(0.9375rem, 1.1vw, 1.0625rem);
  line-height: 1.6;
  color: #444;
}

/* ---- Second video section: modern layout — video fits, no forced 50/50 split ---- */
.rtms-page .rtms-video-two-col {
  padding: 0;
  background: #fff;
}

.rtms-page .rtms-video-two-col .container.clearfix {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.rtms-page .rtms-video-two-col__container {
  max-width: min(100%, 1280px);
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(1rem, 4vw, 2rem);
  padding-right: clamp(1rem, 4vw, 2rem);
}

.rtms-page .rtms-video-two-col__row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: start;
  min-height: 0;
}

@media (min-width: 768px) {
  .rtms-page .rtms-video-two-col__row {
    /* Video column grows smoothly from mobile up to ~800px, then stops */
    grid-template-columns: minmax(0, clamp(320px, 52vw, 800px)) 1fr;
    gap: clamp(2rem, 5vw, 3.5rem);
    align-items: center;
  }
}

/* Video column: aspect-ratio box so video fits, not stretched to half section */
.rtms-page .rtms-video-two-col__media {
  position: relative;
  width: 100%;
  /* Match the grid clamp so video width feels natural, not fixed */
  max-width: clamp(320px, 52vw, 800px);
  margin: 0 auto;
  background: #0d1b2a;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.06);
  aspect-ratio: 16 / 9;
}

/* Mobile: make video truly full-width inside the page padding */
@media (max-width: 767.98px) {
  .rtms-page .rtms-video-two-col__media {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    border-radius: 0;
  }
}

@media (min-width: 768px) {
  .rtms-page .rtms-video-two-col__media {
    margin: 0;
    max-width: 100%;
  }
}

.rtms-page .rtms-video-two-col__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

/* Text column: takes remaining space, no forced height */
.rtms-page .rtms-video-two-col__content {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.25rem, 4vw, 2rem) 0;
  background: #fff;
}

@media (min-width: 768px) {
  .rtms-page .rtms-video-two-col__content {
    padding: clamp(1.25rem, 4vw, 2rem) clamp(0, 2vw, 1.5rem) clamp(1.25rem, 4vw, 2rem) 0;
  }
}

.rtms-page .rtms-video-two-col__title {
  margin: 0 0 1.25rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  line-height: 1.25;
  color: #282828;
  text-align: left;
  letter-spacing: -0.02em;
}

.rtms-page .rtms-video-two-col__text {
  margin: 0 0 1.25rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(0.9375rem, 1.2vw, 1.0625rem);
  line-height: 1.7;
  color: #555;
  text-align: left;
  max-width: 42em;
}

.rtms-page .rtms-video-two-col__text:last-child {
  margin-bottom: 0;
}

/* 510(k) disclaimer after FAQ */
.rtms-page__disclaimer {
  margin-top: 0;
  margin-bottom: var(--rtms-section-pad, 2.5rem);
  padding-left: var(--rtms-gutter);
  padding-right: var(--rtms-gutter);
}

/* Match color to FAQ questions; no yellow background; centered */
.rtms-page__notice {
  margin: 0;
  padding: var(--page-space-sm) 0;
  background: none;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #282828;
  text-align: center;
}