﻿/* Responsive navigation corrections.
 * Keeps the contact bar and primary header in normal document flow, then
 * switches to one accessible mobile navigation model at 1199px.
 */

html {
  scroll-behavior: smooth;
}

/* Keep one document scrollbar. Using hidden on one overflow axis makes the
 * other axis compute to auto, which turned both html and body into scrollers. */
html,
body {
  overflow-x: clip !important;
}

/* Never let the decorative loader block access to the page for over 3 seconds. */
body:not(.loaded) #preloader-wrapper {
  animation: trm-preloader-timeout 0.35s ease 2.65s forwards;
}

@keyframes trm-preloader-timeout {
  to {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}

body.boxed {
  width: 100%;
  left: auto;
  margin: 0;
}

#home,
#about,
#director,
#domains,
#services,
#process,
#contact,
#insights {
  scroll-margin-top: 96px;
}

#header {
  position: relative;
  z-index: 1000;
}

#home {
  margin-top: 0 !important;
}

#home-legacy[hidden] {
  display: none !important;
}

/* Research-first homepage hero. The artwork stays decorative so the headline
 * and actions remain selectable, accessible, and responsive. */
.trm-research-hero {
  position: relative;
  isolation: isolate;
  display: flex;
  width: 100%;
  min-height: clamp(520px, 39vw, 620px);
  overflow: hidden;
  background: #031125;
}

.trm-research-hero__media,
.trm-research-hero__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.trm-research-hero__media {
  z-index: -2;
  display: block;
  object-fit: cover;
  object-position: 54% center;
  filter: saturate(0.88) contrast(1.03);
  transform: scale(1.01);
}

.trm-research-hero__shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(2, 13, 31, 0.9) 0%, rgba(2, 13, 31, 0.77) 34%, rgba(2, 13, 31, 0.26) 60%, rgba(2, 13, 31, 0.05) 100%),
    linear-gradient(0deg, rgba(1, 9, 23, 0.45), transparent 48%);
}

.trm-research-hero__inner {
  display: flex;
  align-items: center;
  width: min(100% - 72px, 1320px);
  min-height: inherit;
  margin-inline: auto;
  padding-block: clamp(48px, 5vw, 78px);
}

.trm-research-hero__content {
  width: min(48%, 625px);
}

.trm-research-hero__eyebrow,
body:not(.dark-mode-on) .main-content .trm-research-hero .trm-research-hero__eyebrow,
body.dark-mode-on .main-content .trm-research-hero .trm-research-hero__eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 17px;
  color: rgba(222, 234, 252, 0.86) !important;
  font-size: 0.71rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1.4;
  text-transform: uppercase;
}

.trm-research-hero__eyebrow span {
  width: 24px;
  height: 2px;
  flex: 0 0 auto;
  border-radius: 99px;
  background: #5ba1ff;
}

.trm-research-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(2.8rem, 4.45vw, 4.8rem);
  font-weight: 750;
  letter-spacing: -0.045em;
  line-height: 0.99;
  text-wrap: balance;
}

.trm-research-hero h1 span,
.trm-research-hero h1 strong {
  display: block;
}

.trm-research-hero h1 strong {
  color: #65a7ff;
  font: inherit;
}

.trm-research-hero__rule {
  display: block;
  width: 58px;
  height: 2px;
  margin: 23px 0 20px;
  border-radius: 99px;
  background: linear-gradient(90deg, #65a7ff, rgba(101, 167, 255, 0.2));
}

.trm-research-hero p,
body:not(.dark-mode-on) .main-content .trm-research-hero p,
body.dark-mode-on .main-content .trm-research-hero p {
  max-width: 570px;
  margin: 0;
  color: rgba(240, 246, 255, 0.88) !important;
  font-size: clamp(0.94rem, 1.05vw, 1.08rem);
  line-height: 1.7;
}

.trm-research-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.trm-research-hero__button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border: 1px solid transparent;
  border-radius: 10px;
  color: #fff !important;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  text-decoration: none !important;
  transition: transform 0.24s ease, background-color 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.trm-research-hero__button--primary {
  background: linear-gradient(135deg, #2f68e6, #2454ca);
  box-shadow: 0 12px 30px rgba(25, 75, 183, 0.32);
}

.trm-research-hero__button--secondary {
  border-color: rgba(214, 228, 255, 0.58);
  background: rgba(4, 20, 46, 0.3);
  backdrop-filter: blur(8px);
}

.trm-research-hero__button:hover,
.trm-research-hero__button:focus-visible {
  transform: translateY(-2px);
}

.trm-research-hero__button--primary:hover,
.trm-research-hero__button--primary:focus-visible {
  background: #224fd8;
  box-shadow: 0 14px 34px rgba(49, 95, 233, 0.42);
}

.trm-research-hero__button--secondary:hover,
.trm-research-hero__button--secondary:focus-visible {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.11);
}

.trm-research-hero__proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 25px;
  color: rgba(225, 235, 249, 0.78);
  font-size: 0.77rem;
  font-weight: 650;
  line-height: 1.4;
}

.trm-research-hero__proof span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.trm-research-hero__proof b {
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border: 1px solid rgba(101, 167, 255, 0.45);
  border-radius: 50%;
  color: #82b7ff;
  font-size: 0.66rem;
}

.trm-research-hero__button:focus-visible {
  outline: 3px solid #d21611;
  outline-offset: 4px;
}

@media (max-width: 991px) {
  .trm-research-hero {
    min-height: 560px;
  }

  .trm-research-hero__media {
    object-position: 64% center;
  }

  .trm-research-hero__shade {
    background: linear-gradient(90deg, rgba(2, 13, 31, 0.95) 0%, rgba(2, 13, 31, 0.88) 52%, rgba(2, 13, 31, 0.42) 100%);
  }

  .trm-research-hero__content {
    width: min(66%, 590px);
  }
}

@media (max-width: 767px) {
  .trm-research-hero {
    min-height: 600px;
  }

  .trm-research-hero__media {
    object-position: 70% center;
  }

  .trm-research-hero__shade {
    background:
      linear-gradient(90deg, rgba(2, 13, 31, 0.96) 0%, rgba(2, 13, 31, 0.9) 74%, rgba(2, 13, 31, 0.68) 100%),
      linear-gradient(0deg, rgba(2, 13, 31, 0.8), transparent 62%);
  }

  .trm-research-hero__inner {
    width: min(100% - 36px, 720px);
    align-items: center;
    padding-block: 54px;
  }

  .trm-research-hero__content {
    width: 100%;
    max-width: 560px;
  }

  .trm-research-hero h1 {
    font-size: clamp(2.4rem, 11.2vw, 3.8rem);
  }

  .trm-research-hero p {
    max-width: 510px;
    font-size: 0.95rem;
    line-height: 1.62;
  }
}

@media (max-width: 520px) {
  .trm-research-hero {
    min-height: 630px;
  }

  .trm-research-hero__actions {
    flex-direction: column;
  }

  .trm-research-hero__button {
    width: 100%;
  }

  .trm-research-hero__proof {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 12px;
  }

  .trm-research-hero__proof span:last-child {
    grid-column: 1 / -1;
  }
}

#about-legacy[hidden],
#about-links-legacy[hidden] {
  display: none !important;
}

.trm-support-section {
  position: relative;
  padding: clamp(48px, 5.5vw, 76px) 36px;
  background:
    radial-gradient(circle at 50% 0%, rgba(49, 95, 233, 0.07), transparent 38%),
    #f7f9fc;
}

.trm-support-section__inner {
  width: min(100%, 1320px);
  margin-inline: auto;
}

.trm-support-section__heading {
  max-width: 720px;
  margin: 0 auto 30px;
  text-align: center;
}

.trm-support-section__heading p,
body:not(.dark-mode-on) .main-content .trm-support-section__heading p,
body.dark-mode-on .main-content .trm-support-section__heading p {
  margin: 0 0 8px;
  color: #315fe9 !important;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  line-height: 1.4;
  text-transform: uppercase;
}

.trm-support-section__heading h2 {
  margin: 0;
  color: #101828;
  font-size: clamp(1.9rem, 3vw, 2.65rem);
  font-weight: 750;
  letter-spacing: -0.035em;
  line-height: 1.12;
}

.trm-support-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.trm-support-card {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 18px;
  min-height: 272px;
  padding: 24px 24px 22px;
  border: 1px solid #e4e9f2;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 24px rgba(28, 45, 76, 0.07);
  transition: transform 0.26s ease, border-color 0.26s ease, box-shadow 0.26s ease;
}

.trm-support-card:hover,
.trm-support-card:focus-within {
  transform: translateY(-5px);
  border-color: rgba(49, 95, 233, 0.28);
  box-shadow: 0 18px 42px rgba(28, 45, 76, 0.13);
}

.trm-support-card__icon {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  box-shadow: 0 10px 25px rgba(49, 95, 233, 0.22);
  transition: transform 0.26s ease;
}

.trm-support-card:hover .trm-support-card__icon,
.trm-support-card:focus-within .trm-support-card__icon {
  transform: translateY(-2px) rotate(-3deg) scale(1.04);
}

.trm-support-card__icon svg {
  width: 29px;
  height: 29px;
}

.trm-support-card--phd .trm-support-card__icon {
  background: linear-gradient(135deg, #2459dc, #438dff);
}

.trm-support-card--mtech .trm-support-card__icon {
  background: linear-gradient(135deg, #359d83, #64bea7);
}

.trm-support-card--industry .trm-support-card__icon {
  background: linear-gradient(135deg, #6b3fbd, #9464d8);
}

.trm-support-card__body {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.trm-support-card h3 {
  margin: 3px 0 10px;
  font-size: 1.08rem;
  font-weight: 750;
  line-height: 1.25;
}

.trm-support-card h3 a {
  color: #111827;
  text-decoration: none;
}

.trm-support-card ul {
  margin: 0 0 17px;
  padding-left: 17px;
  color: #3f4b5d;
  font-size: 0.82rem;
  line-height: 1.55;
}

.trm-support-card li::marker {
  color: #315fe9;
}

.trm-support-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-top: auto;
  color: #315fe9 !important;
  font-size: 0.82rem;
  font-weight: 750;
  line-height: 1.35;
  text-decoration: none !important;
}

.trm-support-card__link span {
  font-size: 1.05rem;
  transition: transform 0.2s ease;
}

.trm-support-card__link:hover span,
.trm-support-card__link:focus-visible span {
  transform: translateX(4px);
}

.trm-support-card h3 a:focus-visible,
.trm-support-card__link:focus-visible {
  outline: 3px solid #d21611;
  outline-offset: 3px;
  border-radius: 2px;
}

body.dark-mode-on .trm-support-section {
  background:
    radial-gradient(circle at 50% 0%, rgba(78, 105, 255, 0.15), transparent 40%),
    #0a1220;
}

body.dark-mode-on .trm-support-section__heading h2 {
  color: #f5f7ff;
}

body.dark-mode-on .trm-support-card {
  border-color: rgba(255, 255, 255, 0.11);
  background: #111c2e;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.24);
}

body.dark-mode-on .trm-support-card:hover,
body.dark-mode-on .trm-support-card:focus-within {
  border-color: rgba(104, 134, 255, 0.45);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.34);
}

body.dark-mode-on .trm-support-card h3 a {
  color: #f5f7ff;
}

body.dark-mode-on .trm-support-card ul {
  color: #c1c8d4;
}

@media (max-width: 1024px) {
  .trm-support-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trm-support-card--industry {
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) {
  .trm-support-section {
    padding: 44px 18px 50px;
  }

  .trm-support-section__heading {
    margin-bottom: 24px;
  }

  .trm-support-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .trm-support-card,
  .trm-support-card--industry {
    grid-column: auto;
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 15px;
    min-height: 0;
    padding: 21px 18px;
  }

  .trm-support-card__icon {
    width: 50px;
    height: 50px;
  }

  .trm-support-card__icon svg {
    width: 25px;
    height: 25px;
  }
}

.trm-impact-strip {
  padding: 0 36px 36px;
  background: #f7f9fc;
}

#services-legacy[hidden],
#services-compact-legacy[hidden],
#legacy-dark-showcase-removed[hidden],
#contact-home-removed[hidden] {
  display: none !important;
}

.trm-footer-cta {
  position: relative;
  overflow: hidden;
  padding: 0 36px;
  border-top: 1px solid rgba(113, 163, 255, 0.24);
  border-bottom: 1px solid rgba(113, 163, 255, 0.2);
  background:
    radial-gradient(circle at 18% 50%, rgba(49, 95, 233, 0.2), transparent 36%),
    linear-gradient(100deg, #06142a 0%, #081a37 54%, #07152c 100%);
  color: #fff;
}

.trm-footer-cta::after {
  position: absolute;
  top: -90px;
  right: 5%;
  width: 240px;
  height: 240px;
  border: 1px solid rgba(113, 163, 255, 0.12);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.trm-footer-cta__inner {
  position: relative;
  z-index: 1;
  display: flex;
width: min(calc(100% - 48px), var(--container-max));
  min-height: 128px;
  align-items: center;
  justify-content: space-between;
  gap: 42px;
  margin-inline: auto;
  padding: 24px 0;
}

.trm-footer-cta__message {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 20px;
}

.trm-footer-cta__icon {
  display: grid;
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  place-items: center;
  border: 1px solid rgba(113, 163, 255, 0.32);
  border-radius: 15px;
  background: rgba(49, 95, 233, 0.16);
  color: #72a3ff;
  box-shadow: inset 0 0 22px rgba(49, 95, 233, 0.08);
}

.trm-footer-cta__icon svg {
  width: 31px;
  height: 31px;
}

.trm-footer-cta h2,
body:not(.dark-mode-on) .trm-footer-cta h2,
body.dark-mode-on .trm-footer-cta h2 {
  margin: 0 0 7px;
  color: #fff !important;
  font-size: clamp(1.25rem, 2vw, 1.6rem);
  font-weight: 750;
  letter-spacing: -0.025em;
  line-height: 1.2;
}

.trm-footer-cta p,
body:not(.dark-mode-on) .trm-footer-cta p,
body.dark-mode-on .trm-footer-cta p {
  margin: 0;
  color: #b7c5d9 !important;
  font-size: 0.94rem;
  line-height: 1.55;
}

.trm-footer-cta__button,
.trm-footer-cta__button:visited {
  display: inline-flex;
  min-width: 228px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 15px 22px;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.035);
  color: #fff !important;
  font-size: 0.9rem;
  font-weight: 750;
  text-decoration: none !important;
  transition: border-color 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.trm-footer-cta__button svg {
  width: 18px;
  height: 18px;
  transition: transform 0.25s ease;
}

.trm-footer-cta__button:hover,
.trm-footer-cta__button:focus-visible {
  border-color: #72a3ff;
  background: #315fe9;
  box-shadow: 0 12px 28px rgba(49, 95, 233, 0.28);
  transform: translateY(-2px);
}

.trm-footer-cta__button:hover svg,
.trm-footer-cta__button:focus-visible svg {
  transform: translateX(3px);
}

.trm-footer-cta__button:focus-visible {
  outline: 3px solid #d21611;
  outline-offset: 4px;
}

@media (max-width: 760px) {
  .trm-footer-cta {
    padding: 0 18px;
  }

  .trm-footer-cta__inner {
    min-height: 0;
    align-items: stretch;
    flex-direction: column;
    gap: 22px;
    padding: 30px 0;
  }

  .trm-footer-cta__message {
    align-items: flex-start;
    gap: 15px;
  }

  .trm-footer-cta__icon {
    width: 50px;
    height: 50px;
    flex-basis: 50px;
    border-radius: 13px;
  }

  .trm-footer-cta__icon svg {
    width: 27px;
    height: 27px;
  }

  .trm-footer-cta__button {
    width: 100%;
    min-width: 0;
  }
}

.trm-service-gallery {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(64px, 6vw, 94px) 36px clamp(72px, 7vw, 108px);
  background: #050b18;
  color: #fff;
}

.trm-service-gallery__inner {
  width: min(100%, 1320px);
  margin-inline: auto;
}

.trm-service-gallery__header {
  display: grid;
  grid-template-columns: minmax(0, 780px) auto;
  gap: 40px;
  align-items: end;
  margin-bottom: 42px;
}

.trm-service-gallery__eyebrow,
body:not(.dark-mode-on) .main-content .trm-service-gallery__eyebrow,
body.dark-mode-on .main-content .trm-service-gallery__eyebrow {
  margin: 0 0 13px;
  color: #72a3ff !important;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-transform: uppercase;
}

.trm-service-gallery__intro h2,
body:not(.dark-mode-on) .main-content .trm-service-gallery__intro h2,
body.dark-mode-on .main-content .trm-service-gallery__intro h2 {
  max-width: 740px;
  margin: 0;
  color: #fff !important;
  font-size: clamp(2.15rem, 4vw, 4rem);
  font-weight: 750;
  letter-spacing: -0.055em;
  line-height: 1.02;
}

.trm-service-gallery__summary,
body:not(.dark-mode-on) .main-content .trm-service-gallery__summary,
body.dark-mode-on .main-content .trm-service-gallery__summary {
  max-width: 690px;
  margin: 22px 0 0;
  color: #afbdd3 !important;
  font-size: 1rem;
  line-height: 1.65;
}

.trm-service-gallery__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
}

.trm-service-gallery__all,
.trm-service-gallery__all:visited {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 13px 19px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  color: #fff !important;
  font-size: 0.79rem;
  font-weight: 750;
  letter-spacing: 0.06em;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: border-color 0.25s ease, background-color 0.25s ease, transform 0.25s ease;
}

.trm-service-gallery__all:hover,
.trm-service-gallery__all:focus-visible {
  border-color: #5d8cff;
  background: #315fe9;
  transform: translateY(-2px);
}

.trm-service-gallery__controls {
  display: flex;
  gap: 9px;
}

.trm-service-gallery__controls button {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  font: inherit;
  font-size: 1.2rem;
  line-height: 1;
  cursor: pointer;
  transition: border-color 0.25s ease, background-color 0.25s ease, opacity 0.25s ease, transform 0.25s ease;
}

.trm-service-gallery__controls button:hover:not(:disabled),
.trm-service-gallery__controls button:focus-visible {
  border-color: #5d8cff;
  background: #315fe9;
  transform: translateY(-2px);
}

.trm-service-gallery__controls button:disabled {
  opacity: 0.32;
  cursor: default;
}

.trm-service-gallery__all:focus-visible,
.trm-service-gallery__controls button:focus-visible,
.trm-service-image-card:focus-visible {
  outline: 3px solid #d21611;
  outline-offset: 4px;
}

.trm-service-gallery__viewport {
  overflow-x: auto;
  padding: 5px 3px 18px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  overscroll-behavior-inline: contain;
}

.trm-service-gallery__viewport::-webkit-scrollbar {
  display: none;
}

.trm-service-gallery__track {
  display: flex;
  gap: 18px;
}

.trm-service-image-card {
  position: relative;
  display: block;
  overflow: hidden;
  flex: 0 0 calc((100% - 54px) / 4);
  min-width: 0;
  height: clamp(350px, 34vw, 440px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px 28px 10px 10px;
  background: #111a2a;
  color: #fff !important;
  scroll-snap-align: start;
  text-decoration: none !important;
  transform: translateZ(0);
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.trm-service-image-card:nth-child(even) {
  margin-top: 24px;
}

.trm-service-image-card:hover,
.trm-service-image-card:focus-visible {
  border-color: rgba(114, 163, 255, 0.6);
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.38);
  transform: translateY(-6px);
}

.trm-service-image-card>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.88) contrast(1.03);
  transition: filter 0.5s ease, transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.trm-service-image-card:hover>img,
.trm-service-image-card:focus-visible>img {
  filter: saturate(1.07) contrast(1.04);
  transform: scale(1.055);
}

.trm-service-image-card::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(3, 8, 18, 0.02) 28%, rgba(3, 8, 18, 0.46) 60%, rgba(3, 8, 18, 0.96) 100%);
  content: "";
  pointer-events: none;
}

.trm-service-image-card__content {
  position: absolute;
  z-index: 1;
  right: 24px;
  bottom: 23px;
  left: 24px;
  display: grid;
  gap: 8px;
}

.trm-service-image-card__content small {
  color: #77a7ff;
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.trm-service-image-card__content strong {
  color: #fff;
  font-size: clamp(1.05rem, 1.45vw, 1.35rem);
  font-weight: 750;
  letter-spacing: -0.025em;
  line-height: 1.2;
}

.trm-service-image-card__content>span {
  max-height: 0;
  overflow: hidden;
  color: #c7d1e2;
  font-size: 0.82rem;
  line-height: 1.5;
  opacity: 0;
  transform: translateY(8px);
  transition: max-height 0.35s ease, opacity 0.3s ease, transform 0.3s ease;
}

.trm-service-image-card:hover .trm-service-image-card__content>span,
.trm-service-image-card:focus-visible .trm-service-image-card__content>span {
  max-height: 5em;
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1100px) {
  .trm-service-gallery__header {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .trm-service-gallery__actions {
    justify-content: space-between;
  }

  .trm-service-image-card {
    flex-basis: calc((100% - 36px) / 3);
  }
}

@media (max-width: 780px) {
  .trm-service-gallery {
    padding: 56px 18px 70px;
  }

  .trm-service-gallery__header {
    margin-bottom: 30px;
  }

  .trm-service-image-card {
    flex-basis: calc((100% - 18px) / 2);
  }
}

@media (max-width: 540px) {
  .trm-service-gallery__actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .trm-service-gallery__all {
    padding: 12px 16px;
  }

  .trm-service-image-card {
    flex-basis: 84%;
    height: 390px;
  }

  .trm-service-image-card:nth-child(even) {
    margin-top: 16px;
  }

  .trm-service-image-card__content>span {
    max-height: 5em;
    opacity: 1;
    transform: none;
  }
}

.trm-service-showcase {
  padding: clamp(42px, 4vw, 56px) 36px clamp(58px, 5.5vw, 80px);
  background: #fff;
}

.trm-service-showcase__inner {
  width: min(100%, 1320px);
  margin-inline: auto;
}

.trm-service-showcase__heading {
  max-width: 1000px;
  margin: 0 auto 30px;
  text-align: center;
}

.trm-service-showcase__heading p,
body:not(.dark-mode-on) .main-content .trm-service-showcase__heading p,
body.dark-mode-on .main-content .trm-service-showcase__heading p {
  margin: 0 0 8px;
  color: #315fe9 !important;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  line-height: 1.4;
  text-transform: uppercase;
}

.trm-service-showcase__heading h2 {
  margin: 0;
  color: #101828;
  font-size: clamp(1.9rem, 2.5vw, 2.25rem);
  font-weight: 750;
  letter-spacing: -0.035em;
  line-height: 1.15;
}

.trm-service-showcase__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.trm-service-tile {
  display: flex;
  min-width: 0;
  min-height: 232px;
  align-items: center;
  flex-direction: column;
  padding: 20px 15px;
  border: 1px solid #e6eaf1;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 7px 20px rgba(30, 53, 86, 0.06);
  color: #101828;
  text-align: center;
  text-decoration: none !important;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.trm-service-tile:hover,
.trm-service-tile:focus-visible {
  transform: translateY(-5px);
  border-color: rgba(49, 95, 233, 0.34);
  box-shadow: 0 16px 34px rgba(30, 53, 86, 0.13);
}

.trm-service-tile:focus-visible {
  outline: 3px solid #d21611;
  outline-offset: 3px;
}

.trm-service-tile__icon {
  display: grid;
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  place-items: center;
  margin-bottom: 14px;
  border-radius: 10px;
  background: #eaf1ff;
  color: #438dff;
  box-shadow: inset 0 0 0 1px rgba(67, 141, 255, 0.08);
  transition: transform 0.25s ease, background-color 0.25s ease;
}

.trm-service-tile:hover .trm-service-tile__icon,
.trm-service-tile:focus-visible .trm-service-tile__icon {
  transform: translateY(-2px) scale(1.05);
  background: #dce9ff;
}

.trm-service-tile__icon svg {
  width: 28px;
  height: 28px;
}

.trm-service-tile h3 {
  margin: 0 0 10px;
  color: inherit;
  font-size: 0.98rem;
  font-weight: 750;
  line-height: 1.25;
}

.trm-service-tile p,
body:not(.dark-mode-on) .main-content .trm-service-tile p,
body.dark-mode-on .main-content .trm-service-tile p {
  margin: 0;
  color: #536176 !important;
  font-size: 0.8rem;
  line-height: 1.5;
}

body.dark-mode-on .trm-service-showcase {
  background: #0a1220;
}

body.dark-mode-on .trm-service-showcase__heading h2 {
  color: #f5f7ff;
}

body.dark-mode-on .trm-service-tile {
  border-color: rgba(255, 255, 255, 0.11);
  background: #111c2e;
  color: #f5f7ff;
  box-shadow: 0 9px 24px rgba(0, 0, 0, 0.23);
}

body.dark-mode-on .main-content .trm-service-tile p {
  color: #c1c8d4 !important;
}

body.dark-mode-on .trm-service-tile__icon {
  background: rgba(67, 141, 255, 0.13);
  color: #7fb2ff;
}

@media (max-width: 1180px) {
  .trm-service-showcase__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }
}

@media (max-width: 760px) {
  .trm-service-showcase {
    padding: 42px 18px 56px;
  }

  .trm-service-showcase__heading {
    margin-bottom: 25px;
  }

  .trm-service-showcase__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trm-service-tile {
    min-height: 225px;
    padding: 19px 13px;
  }
}

@media (max-width: 480px) {
  .trm-service-showcase__grid {
    grid-template-columns: 1fr;
  }

  .trm-service-tile {
    min-height: 0;
    padding: 22px 20px;
  }
}

#process-legacy[hidden] {
  display: none !important;
}

.trm-process-flow {
  padding: 32px 36px 54px;
  background: #f7f9fc;
}

.trm-process-flow__inner {
  width: min(100%, 1320px);
  margin-inline: auto;
}

.trm-process-flow__heading {
  margin: 0 0 20px;
  text-align: center;
}

.trm-process-flow__heading h2 {
  margin: 0;
  color: #315fe9;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-transform: uppercase;
}

.trm-process-flow__steps {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 20px;
}

.trm-process-step {
  --step-color: #315fe9;
  --step-bg: #e8f1ff;
  position: relative;
  display: grid;
  min-width: 0;
  grid-template-columns: 66px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  color: #111827;
  text-decoration: none !important;
}

.trm-process-step__icon {
  display: grid;
  width: 66px;
  height: 66px;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--step-color) 18%, transparent);
  border-radius: 50%;
  background: var(--step-bg);
  color: var(--step-color);
  box-shadow: 0 7px 18px color-mix(in srgb, var(--step-color) 12%, transparent);
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.trm-process-step__icon svg {
  width: 29px;
  height: 29px;
}

.trm-process-step__copy {
  display: block;
  min-width: 0;
}

.trm-process-step__copy strong {
  display: block;
  margin-bottom: 4px;
  color: var(--step-color);
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1;
}

.trm-process-step__copy>span {
  display: block;
  color: #172033;
  font-size: 0.74rem;
  font-weight: 700;
  line-height: 1.32;
  overflow-wrap: break-word;
  word-break: break-word;
}

.trm-process-step:hover .trm-process-step__icon,
.trm-process-step:focus-visible .trm-process-step__icon {
  transform: translateY(-4px) scale(1.04);
  box-shadow: 0 13px 25px color-mix(in srgb, var(--step-color) 21%, transparent);
}

.trm-process-step:focus-visible {
  outline: 3px solid #d21611;
  outline-offset: 7px;
  border-radius: 5px;
}

.trm-process-step--two {
  --step-color: #3b9b79;
  --step-bg: #e5f5ef;
}

.trm-process-step--three {
  --step-color: #e6a51b;
  --step-bg: #fff3d8;
}

.trm-process-step--four {
  --step-color: #7253c5;
  --step-bg: #eeebff;
}

.trm-process-step--five {
  --step-color: #d04e9c;
  --step-bg: #fdeaf5;
}

.trm-process-step--six {
  --step-color: #2765d5;
  --step-bg: #e7f0ff;
}

body.dark-mode-on .trm-process-flow {
  background: #0a1220;
}

body.dark-mode-on .trm-process-step__copy>span {
  color: #e2e8f2;
}

body.dark-mode-on .trm-process-step__icon {
  border-color: color-mix(in srgb, var(--step-color) 34%, transparent);
  background: color-mix(in srgb, var(--step-color) 16%, #101a2c);
}

@media (max-width: 1180px) {
  .trm-process-flow__steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 32px;
  }
}

@media (max-width: 680px) {
  .trm-process-flow {
    padding: 38px 18px 48px;
  }

  .trm-process-flow__heading {
    margin-bottom: 22px;
  }

  .trm-process-flow__steps {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .trm-process-step {
    min-height: 92px;
    padding: 12px 16px;
    border: 1px solid #e5eaf2;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 7px 20px rgba(30, 53, 86, 0.06);
  }

  body.dark-mode-on .trm-process-step {
    border-color: rgba(255, 255, 255, 0.11);
    background: #111c2e;
    box-shadow: 0 9px 24px rgba(0, 0, 0, 0.23);
  }
}

#domains-legacy[hidden] {
  display: none !important;
}

/* Homepage sections intentionally removed or temporarily paused. */
#research-impact-overview-removed[hidden],
#impact-counters-removed[hidden],
#publication-platforms-removed[hidden],
#success-stories-removed[hidden],
#resources-removed[hidden],
#insights-temporarily-hidden[hidden],
.elementor-element-b2ff202[hidden],
.trm-insight-categories[hidden],
.elementor-element-62b8726[hidden] {
  display: none !important;
}

.trm-domain-showcase {
  padding: 36px 36px 58px;
  background: #fff;
}

.trm-domain-showcase__inner {
  width: min(100%, 1320px);
  margin-inline: auto;
}

.trm-domain-showcase__heading {
  margin: 0 0 18px;
  text-align: center;
}

.trm-domain-showcase__heading h2 {
  margin: 0;
  color: #315fe9;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-transform: uppercase;
}

.trm-domain-showcase__grid {
  display: grid;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  gap: 6px;
}

.trm-domain-tile {
  display: flex;
  min-width: 0;
  min-height: 142px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
  padding: 15px 8px;
  border: 1px solid #e5eaf1;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 6px 17px rgba(30, 53, 86, 0.055);
  color: #1f5ab8;
  text-align: center;
  text-decoration: none !important;
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease, background-color 0.24s ease;
}

.trm-domain-tile:hover,
.trm-domain-tile:focus-visible {
  transform: translateY(-5px);
  border-color: rgba(49, 95, 233, 0.35);
  background: #fafdff;
  box-shadow: 0 15px 30px rgba(30, 53, 86, 0.13);
}

.trm-domain-tile:focus-visible {
  outline: 3px solid #d21611;
  outline-offset: 3px;
}

.trm-domain-tile__icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  transition: transform 0.24s ease;
}

.trm-domain-tile:hover .trm-domain-tile__icon,
.trm-domain-tile:focus-visible .trm-domain-tile__icon {
  transform: scale(1.08) rotate(-2deg);
}

.trm-domain-tile__icon svg {
  width: 34px;
  height: 34px;
}

.trm-domain-tile strong {
  color: #14213b;
  font-size: 0.75rem;
  font-weight: 750;
  line-height: 1.3;
}

.trm-domain-showcase__all {
  display: flex;
  width: fit-content;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 9px 20px;
  border-radius: 0 0 5px 5px;
  background: #2156ac;
  box-shadow: 0 7px 16px rgba(33, 86, 172, 0.22);
  color: #fff !important;
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none !important;
  transition: background-color 0.22s ease, box-shadow 0.22s ease;
}

.trm-domain-showcase__all:hover,
.trm-domain-showcase__all:focus-visible {
  background: #174789;
  box-shadow: 0 10px 22px rgba(33, 86, 172, 0.32);
}

.trm-domain-showcase__all:focus-visible {
  outline: 3px solid #d21611;
  outline-offset: 3px;
}

body.dark-mode-on .trm-domain-showcase {
  background: #0a1220;
}

body.dark-mode-on .trm-domain-tile {
  border-color: rgba(255, 255, 255, 0.11);
  background: #111c2e;
  color: #7fb2ff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.23);
}

body.dark-mode-on .trm-domain-tile:hover,
body.dark-mode-on .trm-domain-tile:focus-visible {
  border-color: rgba(93, 144, 255, 0.42);
  background: #14233a;
}

body.dark-mode-on .trm-domain-tile strong {
  color: #f0f4fb;
}

@media (max-width: 1180px) {
  .trm-domain-showcase__grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
  }
}

@media (max-width: 700px) {
  .trm-domain-showcase {
    padding: 38px 18px 50px;
  }

  .trm-domain-showcase__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .trm-domain-tile {
    min-height: 134px;
  }
}

.trm-impact-strip__inner {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  width: min(100%, 1320px);
  margin-inline: auto;
  overflow: hidden;
  border: 1px solid rgba(95, 148, 255, 0.22);
  border-radius: 8px;
  background: linear-gradient(110deg, #061838 0%, #0a234e 52%, #071a3c 100%);
  box-shadow: 0 14px 34px rgba(8, 28, 65, 0.16);
}

.trm-impact-stat {
  position: relative;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 13px;
  min-height: 112px;
  align-items: center;
  padding: 20px 22px;
  color: #fff;
}

.trm-impact-stat:not(:last-child)::after {
  position: absolute;
  top: 20%;
  right: 0;
  width: 1px;
  height: 60%;
  background: rgba(153, 186, 240, 0.23);
  content: "";
}

.trm-impact-stat__icon {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: #75a9ff;
}

.trm-impact-stat__icon svg {
  width: 32px;
  height: 32px;
}

.trm-impact-stat strong {
  display: block;
  margin-bottom: 3px;
  color: #fff;
  font-size: clamp(1.2rem, 1.65vw, 1.55rem);
  font-weight: 750;
  letter-spacing: -0.025em;
  line-height: 1;
}

.trm-impact-stat p,
body:not(.dark-mode-on) .main-content .trm-impact-stat p,
body.dark-mode-on .main-content .trm-impact-stat p {
  margin: 0;
  color: rgba(231, 240, 255, 0.82) !important;
  font-size: 0.72rem;
  line-height: 1.42;
}

.trm-impact-stat__prefix {
  display: block;
  margin-bottom: 4px;
  color: rgba(231, 240, 255, 0.82);
  font-size: 0.69rem;
  line-height: 1;
}

body.dark-mode-on .trm-impact-strip {
  background: #0a1220;
}

body.dark-mode-on .trm-impact-strip__inner {
  border-color: rgba(112, 151, 229, 0.28);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.3);
}

@media (max-width: 1050px) {
  .trm-impact-strip__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trm-impact-stat:nth-child(2n)::after {
    display: none;
  }

  .trm-impact-stat:nth-child(-n + 4) {
    border-bottom: 1px solid rgba(153, 186, 240, 0.18);
  }

  .trm-impact-stat--countries {
    grid-column: 1 / -1;
  }
}

@media (max-width: 600px) {
  .trm-impact-strip {
    padding: 0 18px 36px;
  }

  .trm-impact-strip__inner {
    grid-template-columns: 1fr;
  }

  .trm-impact-stat,
  .trm-impact-stat--countries {
    grid-column: auto;
    min-height: 94px;
    padding: 17px 22px;
  }

  .trm-impact-stat:not(:last-child) {
    border-bottom: 1px solid rgba(153, 186, 240, 0.18);
  }

  .trm-impact-stat::after {
    display: none;
  }
}

#mo_header.mo-header-v2,
.boxed #mo_header.mo-header-v2 {
  position: relative;
  top: auto;
  left: auto;
  width: 100%;
  height: 90px;
  z-index: 1000;
}

#mo_header .mo-header-menu {
  position: relative;
  border-bottom: 1px solid #e8ebf5;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 8px 24px rgba(7, 26, 58, 0.06);
}

#mo_header .container-menu {
  display: flex;
  align-items: center;
}

#mo_header .mo-col-logo {
  flex: 0 0 180px;
  width: 180px;
  max-width: 180px;
}

#mo_header .mo-logo,
#mo_header .mo-logo a {
  display: flex;
  height: 100%;
  align-items: center;
}

#mo_header .mo-col-logo img {
  height: 60px !important;
  width: auto !important;
  max-width: none !important;
  object-fit: contain;
}

#mo_header .mo-col-menu {
  flex: 1 1 auto;
  min-width: 0;
  height: 100%;
}

.trm-responsive-topbar {
  display: block;
  position: relative;
  width: 100%;
  min-height: 52px;
  padding: 0;
  border-bottom: 1px solid #dde3f2;
  background: linear-gradient(90deg, #f7f8ff 0%, #eef2ff 100%);
  color: #181b35;
  z-index: 1001;
}

.trm-topbar-container {
  display: flex;
  width: 100%;
  max-width: 1320px;
  min-height: 52px;
  margin: 0 auto;
  padding: 0 28px;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 18px;
  text-align: left;
}

.trm-topbar-left {
  display: flex;
  align-items: center;
  width: auto;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 18px;
}

.trm-topbar-item {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #252945 !important;
  text-decoration: none !important;
  font-size: 13.5px;
  font-weight: 600;
  white-space: nowrap;
}

.trm-topbar-item svg {
  color: #d21611;
  flex-shrink: 0;
}

.trm-topbar-youtube svg {
  color: #e62117;
}

.trm-topbar-item:hover {
  color: #4b4de7 !important;
}

.trm-topbar-right {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  margin-left: auto;
}

.trm-topbar-cta {
  width: auto;
  max-width: none;
  min-height: 40px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid rgba(188, 122, 0, 0.2);
  border-radius: 25px;
  color: var(--trm-text) !important;
  background: linear-gradient(135deg, #d21611, #ba110d);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none !important;
  white-space: nowrap;
  box-shadow: 0 7px 18px rgba(243, 156, 18, 0.22);
}

#mo_header .menu_other_v2 {
  display: block !important;
  position: absolute;
  top: 0;
  right: 24px;
  width: 40px;
  height: 90px;
  margin: 0;
  z-index: 5;
}

#mo_header .menu_other_v2 .color-switcher {
  top: 25px;
  right: auto;
  float: none;
}

body.dark-mode-on #header .trm-responsive-topbar {
  border-bottom-color: rgba(255, 255, 255, 0.1);
  background: linear-gradient(90deg, #11152f 0%, #1b2147 100%);
}

body.dark-mode-on #header .trm-topbar-item {
  color: #fff !important;
}

body.dark-mode-on #mo_header .mo-header-menu {
  border-bottom-color: rgba(255, 255, 255, 0.1);
  background: var(--trm-navy);
}

#mo_header .menu_other_v2 .call-us,
#open-consultation-modal {
  display: none !important;
}

.trm-primary-nav {
  width: 100%;
  height: 100%;
}

.trm-menu-cta {
  display: none;
}

.mo-header-icon {
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  padding: 0;
  font: inherit;
  cursor: pointer;
}

#menu-close {
  border: 0;
  background: transparent;
  cursor: pointer;
}

.mo-header-icon:focus-visible,
.mb-dropdown-icon:focus-visible,
.trm-topbar-item:focus-visible,
.trm-topbar-cta:focus-visible,
#mo_header .menu_other_v2 .color-switcher a:focus-visible,
.mo-menu-list a:focus-visible {
  outline: 3px solid #d21611;
  outline-offset: 3px;
}

@media (min-width: 1200px) {
  .bg-header-icon {
    display: none !important;
  }

  .mo-header-v2 .mo-menu-list>ul>li.trm-menu-cta {
    display: none !important;
  }

  .mo-header-v2 .mo-menu-list {
    display: block !important;
  }

  .mo-header-v2 .trm-primary-nav>ul {
    padding-right: 66px;
  }

  /* Nine top-level destinations stay clear of both the logo and the theme
   * switcher while preserving readable labels at common laptop widths. */
  .mo-header-v2 .trm-primary-nav>ul>li {
    margin-left: clamp(1px, 0.22vw, 3px) !important;
    margin-right: clamp(1px, 0.22vw, 3px) !important;
  }

  .mo-header-v2 .trm-primary-nav>ul>li>a {
    margin-right: clamp(2px, 0.25vw, 4px) !important;
    margin-left: clamp(2px, 0.25vw, 4px) !important;
    font-size: 14px !important;
    letter-spacing: -0.012em;
  }

  body.mo-stick-active #mo_header.mo-header-v2.mo-header-stick .mo-header-menu {
    position: fixed;
    top: 0;
    left: 0 !important;
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    height: 80px;
    z-index: 1100;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 10px 32px rgba(7, 26, 58, 0.12);
  }

  body.mo-stick-active #mo_header.mo-header-v2.mo-header-stick .container-menu,
  body.mo-stick-active #mo_header.mo-header-v2.mo-header-stick .mo-col-logo {
    height: 80px;
  }

  body.mo-stick-active #mo_header.mo-header-v2.mo-header-stick .menu_other_v2 {
    height: 80px;
  }

  body.mo-stick-active #mo_header.mo-header-v2.mo-header-stick .menu_other_v2 .color-switcher {
    top: 20px;
  }

  body.dark-mode-on.mo-stick-active #mo_header.mo-header-v2.mo-header-stick .mo-header-menu {
    background: rgba(7, 26, 58, 0.97);
  }
}

@media (max-width: 1199px) {

  #mo_header.mo-header-v2,
  .boxed #mo_header.mo-header-v2,
  #mo_header .mo-header-menu,
  #mo_header .container-menu,
  #mo_header .mo-col-logo {
    height: 70px;
  }

  .trm-responsive-topbar,
  .trm-topbar-container {
    min-height: 48px;
  }

  #mo_header .container-menu {
    position: relative !important;
    display: flex !important;
    align-items: center;
    padding: 0 16px !important;
  }

  #mo_header .mo-col-logo {
    flex: 0 0 auto;
    width: auto !important;
    max-width: 150px;
    padding: 0 !important;
  }

  #mo_header .mo-logo,
  #mo_header .mo-logo a {
    display: flex;
    height: 100%;
    align-items: center;
  }

  #mo_header .mo-col-logo img {
    height: 46px !important;
    width: auto !important;
    max-width: none !important;
    object-fit: contain;
  }

  .trm-topbar-container {
    padding: 0 16px;
  }

  .trm-topbar-right {
    display: none;
  }

  .trm-topbar-cta {
    display: none;
  }

  #mo_header .menu_other_v2 {
    top: 0;
    right: 74px;
    width: 40px;
    height: 70px;
    padding: 0 !important;
  }

  #mo_header .menu_other_v2 .color-switcher {
    top: 15px;
    right: auto !important;
    margin: 0 !important;
  }

  .bg-header-icon {
    display: block !important;
    position: absolute !important;
    top: 0 !important;
    right: 16px !important;
    float: none !important;
    width: 45px !important;
    height: 70px !important;
    margin: 0 !important;
    border-radius: 0 !important;
    overflow: visible !important;
    z-index: 8;
  }

  /* The theme stylesheet paints the entire wrapper purple. The actual
   * hamburger already owns its 45px circular background, so that inherited
   * layer created the tall pill visible on small screens. */
  .bg-header-icon::after {
    content: none !important;
    display: none !important;
  }

  #mo-header-icon.mo-header-icon {
    display: block !important;
    position: absolute;
    top: 50%;
    right: 0;
    width: 45px;
    height: 45px;
    margin: 0;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 50%;
    background: #4b4de7;
    box-shadow: 0 8px 18px rgba(75, 77, 231, 0.25);
    transform: translateY(-50%);
  }

  #mo-header-icon.mo-header-icon span,
  #mo-header-icon.mo-header-icon::before,
  #mo-header-icon.mo-header-icon::after {
    content: "";
    position: absolute;
    left: 12px;
    width: 21px;
    height: 2px;
    margin: 0;
    border: 0 !important;
    border-radius: 0 !important;
    background: #fff !important;
    box-shadow: none !important;
    bottom: auto !important;
    transform-origin: center center !important;
    transition: transform 0.2s ease, opacity 0.2s ease, top 0.2s ease;
  }

  #mo-header-icon.mo-header-icon span {
    top: 21px;
  }

  #mo-header-icon.mo-header-icon::before {
    top: 15px;
  }

  #mo-header-icon.mo-header-icon::after {
    top: 27px;
  }

  #mo-header-icon.mo-header-icon.active span {
    opacity: 0;
  }

  #mo-header-icon.mo-header-icon.active::before,
  #mo-header-icon.mo-header-icon.active::after {
    top: 21px;
  }

  #mo-header-icon.mo-header-icon.active::before {
    transform: rotate(45deg);
  }

  #mo-header-icon.mo-header-icon.active::after {
    transform: rotate(-45deg);
  }

  .mo-header-v2 .mo-menu-list {
    display: none !important;
    min-width: 0;
    width: 100%;
    max-height: calc(100vh - 70px);
    overflow-x: hidden;
    overflow-y: auto;
    top: 70px;
    right: 0;
    animation: none;
  }

  .mo-header-v2 .mo-menu-list.trm-menu-open {
    display: block !important;
    animation: trmMenuIn 0.24s ease both;
  }

  .mo-header-v2 .mo-menu-list>ul {
    height: auto !important;
    min-height: 0;
    padding: 12px 0 18px;
  }

  .mo-header-v2 .mo-menu-list>ul>li {
    padding: 4px 24px;
  }

  .mo-header-v2 .mo-menu-list>ul>li.menu-item-has-children>ul {
    display: none !important;
    margin: 4px 0 4px 10px;
  }

  .mo-header-v2 .mo-menu-list>ul>li.menu-item-has-children>ul.trm-submenu-open {
    display: block !important;
    animation: trmSubmenuIn 0.2s ease both;
  }

  .mo-header-menu .mo-menu-list>ul>li.menu-item-has-children>ul>li,
  .mo-header-menu .mo-menu-list>ul>li.menu-item-has-children>ul>li>a {
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .mb-dropdown-icon {
    appearance: none;
    -webkit-appearance: none;
    border: 0;
    background: transparent;
    cursor: pointer;
  }

  .mo-header-v2 .mo-menu-list>ul>li.trm-menu-cta {
    display: block !important;
    margin: 10px 24px 4px;
    padding: 0 !important;
  }

  .trm-menu-cta>a {
    display: block !important;
    border-radius: 24px;
    padding: 10px 18px !important;
    text-align: center;
    line-height: 24px !important;
    color: var(--trm-text) !important;
    background: linear-gradient(135deg, #d21611, #ba110d);
  }

  body.mo-stick-active #mo_header.mo-header-v2.mo-header-stick .mo-header-menu {
    height: 70px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 8px 28px rgba(7, 26, 58, 0.12);
  }
}

@media (max-width: 480px) {
  .trm-topbar-container {
    padding: 0 10px;
    gap: 8px;
  }

  .trm-topbar-left {
    width: auto;
    justify-content: center;
    gap: 8px;
  }

  .trm-topbar-item {
    font-size: 11px;
    gap: 5px;
  }

  .trm-topbar-item svg {
    width: 14px;
    height: 14px;
  }

}

@keyframes trmMenuIn {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes trmSubmenuIn {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .mo-header-v2 .mo-menu-list.trm-menu-open,
  .mo-header-v2 .mo-menu-list>ul>li.menu-item-has-children>ul.trm-submenu-open {
    animation: none;
  }
}

/* 2026 homepage polish: consistent rhythm, progress, and restrained interaction. */
.trm-page-progress {
  --trm-scroll-progress: 0%;
  position: fixed;
  z-index: 1000000;
  inset: 0 0 auto;
  height: 3px;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.trm-page-progress.trm-is-active {
  opacity: 1;
}

.trm-page-progress>span {
  display: block;
  width: var(--trm-scroll-progress);
  height: 100%;
  border-radius: 0 4px 4px 0;
  background: linear-gradient(90deg, #2f65d5, #62a5ff);
  box-shadow: 0 0 12px rgba(66, 130, 235, 0.55);
  transition: width 0.08s linear;
}

body.home :is(.trm-support-section__inner,
  .trm-service-gallery__inner,
  .trm-process-flow__inner,
  .trm-domain-showcase__inner,
  #why-choose-us > .elementor-container,
  #testimonials > .elementor-container,
  #youtube-videos .trm-youtube-section__inner,
  #faq > .elementor-container) {
  width: min(calc(100% - 64px), 1200px);
  margin-inline: auto;
}

.trm-interactive-surface {
  --trm-pointer-x: 50%;
  --trm-pointer-y: 50%;
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.trm-interactive-surface::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(240px circle at var(--trm-pointer-x) var(--trm-pointer-y),
      rgba(67, 126, 232, 0.13),
      transparent 68%);
  transition: opacity 0.25s ease;
}

.trm-interactive-surface:hover::before,
.trm-interactive-surface:focus-within::before {
  opacity: 1;
}

body.home .trm-research-hero__content {
  animation: trm-hero-content-in 0.82s cubic-bezier(0.2, 0.72, 0.2, 1) both;
}

body.home .trm-research-hero__media {
  animation: trm-hero-media-in 1.2s ease-out both;
}

@keyframes trm-hero-content-in {
  from {
    opacity: 0;
    transform: translate3d(0, 22px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes trm-hero-media-in {
  from {
    opacity: 0.72;
    transform: scale(1.025);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

body.home .trm-support-card__icon,
body.home .trm-domain-tile__icon,
body.home #why-choose-us .icon-wrap {
  transition: transform 0.32s var(--trm-motion-ease), color 0.25s ease, background-color 0.25s ease;
}

body.home .trm-support-card:hover .trm-support-card__icon,
body.home .trm-support-card:focus-within .trm-support-card__icon,
body.home .trm-domain-tile:hover .trm-domain-tile__icon,
body.home .trm-domain-tile:focus-visible .trm-domain-tile__icon,
body.home #why-choose-us .iconbox:hover .icon-wrap,
body.home #why-choose-us .iconbox:focus-within .icon-wrap {
  transform: translateY(-4px) scale(1.04);
}

body.home .trm-support-card__link span,
body.home .trm-domain-showcase__all span {
  display: inline-block;
  transition: transform 0.24s var(--trm-motion-ease);
}

body.home .trm-support-card__link:hover span,
body.home .trm-support-card__link:focus-visible span,
body.home .trm-domain-showcase__all:hover span,
body.home .trm-domain-showcase__all:focus-visible span {
  transform: translateX(4px);
}

body.home .trm-service-image-card {
  outline: 1px solid transparent;
  outline-offset: -1px;
  transition: transform 0.35s var(--trm-motion-ease), outline-color 0.3s ease, box-shadow 0.35s ease;
}

body.home .trm-service-image-card.trm-is-current,
body.home .trm-service-image-card:hover,
body.home .trm-service-image-card:focus-visible {
  outline-color: rgba(111, 167, 255, 0.55);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.28);
}

body.home .trm-service-image-card img {
  transition: transform 0.7s var(--trm-motion-ease), filter 0.35s ease;
}

body.home .trm-service-image-card:hover img,
body.home .trm-service-image-card:focus-visible img {
  transform: scale(1.045);
  filter: saturate(1.06) contrast(1.02);
}

body.home .trm-process-flow {
  padding-block: 68px 72px;
  background:
    radial-gradient(circle at 8% 16%, rgba(57, 120, 226, 0.09), transparent 24%),
    linear-gradient(180deg, #f8faff 0%, #f3f7fc 100%);
}

body.home .trm-process-flow__heading {
  margin-bottom: 34px;
  text-align: center;
}

body.home .trm-process-flow__heading h2 {
  margin: 0;
  color: #0c2449;
  font-size: clamp(1.65rem, 2.5vw, 2.3rem);
  letter-spacing: -0.035em;
}

body.home .trm-process-flow__heading h2::before {
  content: "Structured from question to evidence";
  display: block;
  margin-bottom: 10px;
  color: #3268c7;
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.home .trm-process-flow__steps {
  position: relative;
  z-index: 0;
  align-items: stretch;
  gap: 16px;
}

body.home .trm-process-step {
  min-width: 0;
  min-height: 138px;
  padding: 20px 15px;
  border: 1px solid rgba(42, 82, 145, 0.14);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 26px rgba(27, 58, 101, 0.07);
  transition: transform 0.3s var(--trm-motion-ease), border-color 0.3s ease, box-shadow 0.3s ease;
}

body.home .trm-process-step:hover,
body.home .trm-process-step:focus-visible {
  z-index: 2;
  transform: translateY(-7px);
  border-color: rgba(49, 105, 201, 0.38);
  box-shadow: 0 20px 40px rgba(24, 58, 110, 0.14);
}

body.home .trm-process-step__icon {
  box-shadow: 0 9px 22px rgba(48, 105, 205, 0.14);
  transition: transform 0.3s var(--trm-motion-ease), box-shadow 0.3s ease;
}

body.home .trm-process-step:hover .trm-process-step__icon,
body.home .trm-process-step:focus-visible .trm-process-step__icon {
  transform: rotate(-5deg) scale(1.06);
  box-shadow: 0 13px 28px rgba(48, 105, 205, 0.22);
}

body.home .trm-process-step__copy strong {
  font-variant-numeric: tabular-nums;
}

@media (prefers-reduced-motion: no-preference) {
  body.home .trm-process-flow.trm-process-active .trm-process-step {
    animation: trm-process-step-in 0.62s var(--trm-motion-ease) both;
  }

  body.home .trm-process-flow.trm-process-active .trm-process-step:nth-child(2) {
    animation-delay: 80ms;
  }

  body.home .trm-process-flow.trm-process-active .trm-process-step:nth-child(3) {
    animation-delay: 160ms;
  }

  body.home .trm-process-flow.trm-process-active .trm-process-step:nth-child(4) {
    animation-delay: 240ms;
  }

  body.home .trm-process-flow.trm-process-active .trm-process-step:nth-child(5) {
    animation-delay: 320ms;
  }

  body.home .trm-process-flow.trm-process-active .trm-process-step:nth-child(6) {
    animation-delay: 400ms;
  }

  @keyframes trm-process-step-in {
    from {
      opacity: 0;
      transform: translateY(18px);
    }

    to {
      opacity: 1;
      transform: none;
    }
  }
}

body.home .trm-domain-tile {
  min-height: 148px;
  border-radius: 15px;
}

body.home .trm-domain-tile::after {
  content: "\2197";
  position: absolute;
  top: 11px;
  right: 13px;
  color: #2f68c7;
  font-size: 0.9rem;
  opacity: 0;
  transform: translate(-5px, 5px);
  transition: opacity 0.24s ease, transform 0.24s var(--trm-motion-ease);
}

body.home .trm-domain-tile:hover::after,
body.home .trm-domain-tile:focus-visible::after {
  opacity: 1;
  transform: none;
}

body.home #faq .accordionjs>li {
  overflow: hidden;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s var(--trm-motion-ease);
}

body.home #faq .accordionjs>li:hover,
body.home #faq .accordionjs>li:focus-within {
  transform: translateY(-2px);
  border-color: rgba(64, 112, 202, 0.26);
  box-shadow: 0 14px 30px rgba(28, 56, 95, 0.08);
}

body.dark-mode-on .trm-interactive-surface::before {
  background: radial-gradient(240px circle at var(--trm-pointer-x) var(--trm-pointer-y),
      rgba(101, 161, 255, 0.15),
      transparent 68%);
}

body.dark-mode-on.home .trm-process-flow {
  background:
    radial-gradient(circle at 8% 16%, rgba(79, 138, 234, 0.13), transparent 25%),
    linear-gradient(180deg, #0d1727 0%, #101b2d 100%);
}

body.dark-mode-on.home .trm-process-flow__heading h2 {
  color: #f2f6fc;
}

body.dark-mode-on.home .trm-process-flow__heading h2::before {
  color: #82b0ff;
}

body.dark-mode-on.home .trm-process-step {
  border-color: rgba(150, 184, 235, 0.14);
  background: rgba(18, 31, 50, 0.9);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
}

body.dark-mode-on.home .trm-process-step:hover,
body.dark-mode-on.home .trm-process-step:focus-visible {
  border-color: rgba(132, 177, 250, 0.36);
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.32);
}

@media (max-width: 1180px) {
  body.home .trm-process-flow__steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

}

@media (max-width: 767px) {

  body.home :is(.trm-support-section__inner,
    .trm-service-gallery__inner,
    .trm-process-flow__inner,
    .trm-domain-showcase__inner,
    #why-choose-us > .elementor-container,
    #testimonials > .elementor-container,
    #youtube-videos .trm-youtube-section__inner,
    #faq > .elementor-container) {
    width: min(calc(100% - 32px), 1200px);
  }

  body.home .trm-process-flow {
    padding-block: 54px 58px;
  }

  body.home .trm-process-flow__steps {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  body.home .trm-process-step {
    min-height: 104px;
    padding: 17px 18px;
  }

  body.home .trm-domain-tile {
    min-height: 132px;
  }
}

@media (prefers-reduced-motion: reduce) {

  .trm-page-progress>span,
  .trm-interactive-surface::before,
  body.home .trm-research-hero__content,
  body.home .trm-research-hero__media,
  body.home .trm-service-image-card,
  body.home .trm-service-image-card img,
  body.home .trm-process-step,
  body.home .trm-process-step__icon,
  body.home .trm-domain-tile::after {
    animation: none !important;
    transition: none !important;
  }
}

/* Theme readability and contrast corrections. */
:root {
  --trm-readable-muted: var(--trm-text-muted);
  --trm-dark-muted: #c1c8d4;
  --trm-dark-accent: #a8adff;
}

body:not(.dark-mode-on) {
  color: var(--trm-readable-muted);
}

body:not(.dark-mode-on) #mo_header .mo-menu-list>ul>li>a {
  color: #46576e;
}

body:not(.dark-mode-on) .main-content :is(p, address, .content, .title-desc, .elementor-widget-text-editor):not(.dark-mode-on *):not(section[data-section-bgcolor="dark"] *) {
  color: var(--trm-readable-muted);
}

.mo-text-circle {
  color: #fff !important;
}

body:not(.dark-mode-on) .mo-element-mo-marquee .mo-marquee-container.tpl2 .marquee-title {
  color: var(--trm-readable-muted) !important;
  opacity: 1;
}

body:not(.dark-mode-on) .trm-info-card :is(h6, p) {
  color: #fff !important;
}

body:not(.dark-mode-on) .main-content :is(#contact, section.elementor-element-2f709f6, section[data-section-bgcolor="dark"]) :is(p, address, .title-desc) {
  color: var(--trm-dark-muted) !important;
}

body:not(.dark-mode-on) .main-content :is(#contact, section.elementor-element-2f709f6, section[data-section-bgcolor="dark"]) .sub-title {
  color: var(--trm-dark-accent) !important;
}

body:not(.dark-mode-on) #impact .counter-number.style4 :is(.counter, .symbol, h6) {
  color: #1f1f1f !important;
}

body.dark-mode-on {
  color: var(--trm-dark-muted);
}

body.dark-mode-on .main-content :is(p, address, .content, .title-desc, .elementor-widget-text-editor) {
  color: var(--trm-dark-muted) !important;
}

body.dark-mode-on :is(.sub-title, .mo-accordion .acc_head h6, .accordion .acc_head h6) {
  color: var(--trm-dark-accent) !important;
}

body.dark-mode-on .mo-testimonial h4 {
  color: #f5f7ff !important;
}

body.dark-mode-on .marquee-title,
body.dark-mode-on .mo-element-mo-marquee .mo-marquee-container.tpl2 .marquee-title {
  color: rgba(255, 255, 255, 0.55) !important;
}

body.dark-mode-on .main-content a[href^="tel:"],
body:not(.dark-mode-on) .main-content .dark-mode-on a[href^="tel:"] {
  color: #fff !important;
}

.footer,
.footer :is(p, address, .elementor-widget-text-editor) {
  color: #aeb7c5;
}

.footer a {
  color: #c7ced9;
}

.footer a:hover,
.footer a:focus {
  color: #fff;
}

.main-content #contact :is(input, textarea)::placeholder {
  color: #aeb7c5;
  opacity: 1;
}

body.dark-mode-on #consultation-modal .nori-login-form-content,
body.dark-mode-on #consultation-modal .nori-login-form-content :is(h1, h2, h3, h4, h5, h6) {
  color: var(--trm-text) !important;
}

#consultation-modal #consultation-modal-intro {
  color: var(--trm-readable-muted) !important;
}

#consultation-modal select:invalid,
#consultation-modal select option[disabled] {
  color: var(--trm-readable-muted);
}

@media (min-width: 769px) {
  #consultation-modal .main-login-content {
    height: 90vh;
    max-height: 720px;
    overflow: hidden;
  }

  #consultation-modal .main-login-content>.row {
    height: calc(100% - 60px);
  }

  #consultation-modal .nori-login-form-content {
    max-height: 100% !important;
  }
}

.trm-skip-link:focus {
  color: var(--trm-text) !important;
  background: #fff !important;
}

@media (max-width: 767px) {
  #success-stories .elementor-widget-container {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  #success-stories .mo-event-style-3 .inner {
    width: 100% !important;
  }
}

/* Homepage visual-system polish: consistent rhythm, surfaces, and interaction. */
body.home {
  --trm-home-shell: 1200px;
  --trm-home-x: 36px;
  --trm-home-y: clamp(64px, 6vw, 84px);
  --trm-home-border: #e3e9f2;
  --trm-home-surface: #ffffff;
  --trm-home-soft: #f7f9fc;
  --trm-home-radius: 16px;
  --trm-home-shadow: 0 12px 34px rgba(24, 45, 78, 0.08);
}

body.home .main-content {
  overflow: clip;
}

body.home .main-content section[id],
body.home .trm-footer-cta {
  scroll-margin-top: 112px;
}

#research-excellence-marquee-removed[hidden] {
  display: none !important;
}

body.home .trm-research-hero {
  border-bottom: 1px solid rgba(110, 157, 232, 0.18);
}

body.home .trm-research-hero__media {
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
}

body.home .trm-research-hero__inner,
body.home :is(.trm-support-section__inner, .trm-impact-strip__inner, .trm-service-gallery__inner, .trm-process-flow__inner, .trm-domain-showcase__inner) {
  max-width: var(--trm-home-shell);
}

body.home .trm-research-hero__button {
  border-radius: 10px;
}

body.home .trm-support-section {
  padding: var(--trm-home-y) var(--trm-home-x);
}

body.home .trm-support-section__heading {
  margin-bottom: 36px;
}

body.home .trm-support-grid {
  gap: 22px;
}

body.home .trm-support-card {
  min-height: 260px;
  border-radius: var(--trm-home-radius);
  box-shadow: var(--trm-home-shadow);
}

body.home .trm-support-card:hover,
body.home .trm-support-card:focus-within {
  transform: translateY(-6px);
  box-shadow: 0 20px 46px rgba(24, 45, 78, 0.14);
}

body.home .trm-impact-strip {
  padding: 0 var(--trm-home-x) 44px;
}

body.home .trm-impact-strip__inner {
  border-radius: 14px;
}

body.home .trm-service-gallery {
  padding: 72px var(--trm-home-x) 74px;
}

body.home .trm-service-gallery__header {
  margin-bottom: 36px;
}

body.home .trm-service-gallery__intro h2 {
  max-width: 680px;
  font-size: clamp(2.35rem, 3.6vw, 3.45rem);
}

body.home .trm-service-image-card {
  height: 380px;
  border-radius: 22px 22px 10px 10px;
}

body.home .trm-process-flow {
  padding: 48px var(--trm-home-x) 58px;
}

body.home .trm-process-flow__heading {
  margin-bottom: 26px;
}

body.home .trm-domain-showcase {
  padding: 50px var(--trm-home-x) 70px;
}

body.home .trm-domain-showcase__heading {
  margin-bottom: 24px;
}

body.home .trm-domain-showcase__grid {
  gap: 10px;
}

body.home .trm-domain-tile {
  min-height: 132px;
  border-radius: 12px;
}

body.home .trm-domain-showcase__all {
  min-height: 44px;
  margin-top: 22px;
  border-radius: 8px;
  padding-inline: 23px;
}

body.home :is(#why-choose-us, #testimonials, #faq) {
  padding: var(--trm-home-y) var(--trm-home-x) !important;
}

body.home :is(#why-choose-us, #testimonials, #faq)>.elementor-container {
  width: min(100%, var(--trm-home-shell)) !important;
  max-width: var(--trm-home-shell) !important;
  margin-inline: auto !important;
}

body.home :is(#why-choose-us, #testimonials, #faq) .mo-title-box {
  width: min(100%, 860px);
  height: auto !important;
  margin: 0 auto 38px !important;
  padding: 0 !important;
}

body.home :is(#why-choose-us, #testimonials, #faq) .mo-title-box .sub-title {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 0 0 14px !important;
}

body.home :is(#why-choose-us, #testimonials, #faq) .mo-title-box h3.title {
  margin: 0 !important;
  color: #111827;
  font-size: clamp(2.15rem, 3.8vw, 3.35rem) !important;
  font-weight: 750;
  letter-spacing: -0.045em;
  line-height: 1.08 !important;
  text-wrap: balance;
}

body.home :is(#why-choose-us, #testimonials, #faq) .mo-title-box .title-desc {
  width: min(100%, 760px);
  margin: 16px auto 0 !important;
  font-size: 1rem;
  line-height: 1.65;
}

body.home #why-choose-us,
body.home #faq {
  background: var(--trm-home-soft);
}

body.home #testimonials {
  background: var(--trm-home-surface);
}

body.home #why-choose-us .elementor-inner-section+.elementor-inner-section {
  margin-top: 20px;
}

body.home #why-choose-us .elementor-inner-section>.elementor-container {
  width: 100%;
}

body.home #why-choose-us .iconbox {
  min-height: 210px;
  margin: 0 !important;
  padding: 27px 26px !important;
  border: 1px solid var(--trm-home-border);
  border-radius: var(--trm-home-radius);
  background: var(--trm-home-surface);
  box-shadow: var(--trm-home-shadow);
  opacity: 1 !important;
  transform: none !important;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease !important;
}

body.home #why-choose-us .iconbox:hover,
body.home #why-choose-us .iconbox:focus-within {
  border-color: rgba(49, 95, 233, 0.32);
  box-shadow: 0 19px 42px rgba(24, 45, 78, 0.13);
  transform: translateY(-5px) !important;
}

body.home #why-choose-us .iconbox .icon {
  transition: color 0.25s ease, transform 0.25s ease;
}

body.home #why-choose-us .iconbox .content-inner {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

body.home #why-choose-us .iconbox .icon-wrap {
  margin: 0;
}

body.home #why-choose-us .iconbox .title-wrap {
  min-width: 0;
}

body.home #why-choose-us .iconbox h6 {
  margin: 0 0 10px;
  line-height: 1.3;
}

body.home #why-choose-us .iconbox .content {
  font-size: 0.9rem;
  line-height: 1.6;
}

body.home #why-choose-us .iconbox:hover .icon,
body.home #why-choose-us .iconbox:focus-within .icon {
  color: #315fe9;
  transform: translateY(-2px) scale(1.06);
}

body.home #testimonials [data-id="a2f783c"] {
  display: none !important;
}

body.home #testimonials .testimonial-item {
  padding-inline: 10px;
}

body.home #testimonials .testimonial-meta {
  width: 100%;
  min-height: 300px;
  margin: 0 !important;
  padding: 30px 28px;
  border: 1px solid #e1e6f4;
  border-radius: 18px;
  background: linear-gradient(145deg, #f7f8ff 0%, #eef1ff 100%);
  box-shadow: 0 12px 30px rgba(49, 70, 126, 0.08);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

body.home #testimonials .testimonial-content .content {
  width: 100%;
  min-height: 0;
  margin: 0 !important;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.home #testimonials .testimonial-item:hover .testimonial-meta,
body.home #testimonials .testimonial-item:focus-within .testimonial-meta {
  border-color: rgba(78, 93, 237, 0.28);
  box-shadow: 0 19px 40px rgba(49, 70, 126, 0.14);
  transform: translateY(-4px);
}

body.home #testimonials .testimonial-content h4 {
  margin: 13px 0 16px;
  color: #3547c7;
  font-size: 1.18rem;
  line-height: 1.35;
}

body.home #testimonials .testimonial-content p {
  margin: 0;
  line-height: 1.7;
}

body.home #testimonials .testimonial-title {
  min-height: 104px;
  padding-top: 24px;
}

body.home #testimonials .testimonial-title .testimonial-avatar img {
  width: 54px;
  height: 54px;
  object-fit: cover;
}

body.home #testimonials .trm-authentic-review {
  padding: 12px clamp(8px, 3vw, 34px) 24px;
}

body.home #testimonials .trm-authentic-review .testimonial-details {
  width: min(100%, 980px);
  margin-inline: auto;
}

body.home #testimonials .trm-testimonial-proof {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 0 auto 24px;
}

body.home #testimonials .trm-testimonial-proof span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 14px;
  border: 1px solid rgba(49, 95, 233, 0.14);
  border-radius: 999px;
  color: #52637e;
  background: rgba(255, 255, 255, 0.76);
  font-size: 0.78rem;
  font-weight: 650;
  letter-spacing: 0.02em;
}

body.home #testimonials .trm-testimonial-proof strong {
  margin-right: 5px;
  color: #315fe9;
}

body.home #testimonials .trm-review-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 0 0 12px;
  padding-inline: clamp(8px, 2vw, 18px);
  color: #5c6c85;
  font-size: 0.74rem;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.home #testimonials .trm-review-card-head strong {
  color: #315fe9;
  font-size: 0.78rem;
}

body.home #testimonials .trm-testimonial-showcase {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
  width: min(100%, 1160px);
  margin-inline: auto;
  gap: 24px;
  align-items: start;
}

body.home #testimonials .trm-testimonial-aside {
  position: relative;
  overflow: hidden;
  padding: clamp(30px, 4vw, 46px);
  border: 1px solid rgba(117, 154, 255, 0.2);
  border-radius: 24px;
  color: #ffffff;
  background:
    radial-gradient(circle at 95% 5%, rgba(91, 109, 255, 0.32), transparent 34%),
    linear-gradient(145deg, #071a3c 0%, #0d2858 100%);
  box-shadow: 0 22px 58px rgba(13, 40, 88, 0.2);
}

body.home #testimonials .trm-testimonial-aside::after {
  position: absolute;
  right: -72px;
  bottom: -72px;
  width: 190px;
  height: 190px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  content: "";
}

body.home #testimonials .trm-testimonial-quote {
  display: block;
  height: 74px;
  margin-bottom: 12px;
  color: #7da8ff;
  font: 700 7rem/0.82 Georgia, serif;
}

body.home #testimonials .trm-testimonial-aside>div {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
}

body.home #testimonials .trm-testimonial-aside>div strong {
  color: #ffffff;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: clamp(2.7rem, 4.4vw, 4.25rem);
  letter-spacing: -0.06em;
  line-height: 0.9;
}

body.home #testimonials .trm-testimonial-aside>div span {
  color: #c7d7f5;
  font-size: 0.83rem;
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase;
}

body.home #testimonials .trm-testimonial-aside p {
  margin: 0 0 26px;
  color: rgba(232, 240, 255, 0.82);
  font-size: 0.93rem;
  line-height: 1.7;
}

body.home #testimonials .trm-testimonial-aside ul {
  display: grid;
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  gap: 13px;
  list-style: none;
}

body.home #testimonials .trm-testimonial-aside li {
  position: relative;
  padding-left: 22px;
  color: #eaf1ff;
  font-size: 0.82rem;
  line-height: 1.4;
}

body.home #testimonials .trm-testimonial-aside li::before {
  position: absolute;
  top: 0.46em;
  left: 2px;
  width: 8px;
  height: 8px;
  border: 2px solid #8ab2ff;
  border-radius: 50%;
  content: "";
}

body.home #testimonials .trm-testimonial-slider-shell {
  min-width: 0;
  padding: 22px;
  border: 1px solid #e1e6f4;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 50px rgba(49, 70, 126, 0.09);
}

body.home #testimonials .trm-testimonial-slider-shell .trm-authentic-review {
  padding: 0;
}

body.home #testimonials .trm-testimonial-slider-shell .owl-carousel {
  margin-bottom: 0 !important;
}

body.home #testimonials .trm-testimonial-slider-shell .owl-stage-outer {
  transition: height 0.35s ease;
}

body.home #testimonials .trm-testimonial-slider-shell .testimonial-meta {
  border-radius: 17px;
  box-shadow: none;
}

body.home #testimonials .trm-testimonial-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-top: 18px;
  padding: 16px 4px 0;
  border-top: 1px solid #e3e8f2;
}

body.home #testimonials .trm-testimonial-progress {
  display: grid;
  grid-template-columns: auto minmax(100px, 200px) auto;
  align-items: center;
  gap: 11px;
  color: #617089;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

body.home #testimonials .trm-testimonial-progress i {
  display: block;
  position: relative;
  overflow: hidden;
  height: 3px;
  border-radius: 999px;
  background: #dde4f1;
}

body.home #testimonials .trm-testimonial-progress b {
  display: block;
  width: 12.5%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #315fe9, #6d75ff);
  transition: width 0.4s ease;
}

body.home #testimonials .trm-testimonial-actions {
  display: flex;
  align-items: center;
  gap: 9px;
}

body.home #testimonials .trm-testimonial-actions>span {
  margin-right: 4px;
  color: #7b879b;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body.home #testimonials .trm-testimonial-actions button {
  display: grid;
  width: 42px;
  height: 42px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(49, 95, 233, 0.2);
  border-radius: 50%;
  color: #315fe9;
  background: #ffffff;
  cursor: pointer;
  transition: color 0.22s ease, background-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

body.home #testimonials .trm-testimonial-actions button:hover,
body.home #testimonials .trm-testimonial-actions button:focus-visible {
  color: #ffffff;
  background: #315fe9;
  box-shadow: 0 10px 24px rgba(49, 95, 233, 0.24);
  transform: translateY(-2px);
}

body.home #testimonials .trm-authentic-review .testimonial-meta {
  position: relative;
  min-height: 360px;
  padding: clamp(34px, 5vw, 64px) clamp(26px, 6vw, 76px);
  overflow: hidden;
  display: flex;
  align-items: center;
}

body.home #testimonials .trm-authentic-review .testimonial-meta::before {
  content: "â€œ";
  position: absolute;
  top: 10px;
  left: clamp(18px, 4vw, 46px);
  color: rgba(49, 95, 233, 0.14);
  font: 700 clamp(5rem, 10vw, 9rem)/1 Georgia, serif;
  pointer-events: none;
}

body.home #testimonials .trm-authentic-review .content {
  position: relative;
  z-index: 1;
}

body.home #testimonials .trm-authentic-review .content p {
  margin: 0 0 1.15em;
  color: #263750;
  font-size: clamp(1.04rem, 1.45vw, 1.28rem);
  line-height: 1.72;
}

body.home #testimonials .trm-authentic-review .content p:last-child {
  margin-bottom: 0;
}

body.home #testimonials .owl-dots {
  margin-top: 20px;
  text-align: center;
}

body.home #testimonials .owl-nav {
  display: flex !important;
  position: static !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
}

body.home #testimonials .owl-nav button {
  display: grid !important;
  position: static !important;
  width: 42px;
  height: 42px;
  margin: 0 !important;
  padding: 0 !important;
  place-items: center;
  border: 1px solid rgba(49, 95, 233, 0.2) !important;
  border-radius: 50% !important;
  color: #315fe9 !important;
  background: #ffffff !important;
  opacity: 1 !important;
  transform: none !important;
  transition: color 0.22s ease, background-color 0.22s ease, transform 0.22s ease !important;
}

body.home #testimonials .owl-nav button:hover,
body.home #testimonials .owl-nav button:focus-visible {
  color: #ffffff !important;
  background: #315fe9 !important;
  transform: translateY(-2px) !important;
}

body.home .trm-youtube-section {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 8vw, 118px) 24px;
  color: #1b2940;
  background:
    radial-gradient(circle at 88% 12%, rgba(78, 93, 237, 0.12), transparent 28%),
    linear-gradient(180deg, #f4f7ff 0%, #ffffff 100%);
}

body.home .trm-youtube-section::before {
  position: absolute;
  width: 260px;
  height: 260px;
  right: -120px;
  bottom: -120px;
  border: 1px solid rgba(78, 93, 237, 0.13);
  border-radius: 50%;
  content: "";
}

body.home .trm-youtube-inner {
  position: relative;
  z-index: 1;
  width: min(100%, 1180px);
  margin-inline: auto;
}

body.home .trm-youtube-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  align-items: end;
  gap: clamp(28px, 5vw, 80px);
  margin-bottom: clamp(34px, 5vw, 58px);
}

body.home .trm-youtube-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  color: #315fe9;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.home .trm-youtube-eyebrow svg {
  width: 20px;
  height: 20px;
}

body.home .trm-youtube-heading h2 {
  max-width: 760px;
  margin: 0;
  color: #0b1730;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: clamp(2.25rem, 4.7vw, 4.3rem);
  line-height: 1.02;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

body.home .trm-youtube-heading>p {
  margin: 0;
  color: #5b6c85;
  font-size: 1.02rem;
  line-height: 1.75;
}

body.home .trm-youtube-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(300px, 0.65fr);
  gap: 24px;
  align-items: stretch;
}

body.home .trm-youtube-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

body.home .trm-youtube-slider-toolbar {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 22px;
}

body.home .trm-youtube-slider-toolbar>div:first-child {
  display: grid;
  margin-right: auto;
  gap: 3px;
}

body.home .trm-youtube-slider-toolbar>div:first-child span {
  color: #315fe9;
  font-size: 0.66rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.home .trm-youtube-slider-toolbar>div:first-child strong {
  color: #1d2b43;
  font-size: 1rem;
}

body.home .trm-youtube-slider-status {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #617089;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

body.home .trm-youtube-slider-status i {
  color: #b1bbca;
  font-style: normal;
}

body.home .trm-youtube-slider-actions {
  display: flex;
  gap: 9px;
}

body.home .trm-youtube-slider-actions button {
  display: grid;
  width: 44px;
  height: 44px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(49, 95, 233, 0.2);
  border-radius: 50%;
  color: #315fe9;
  background: #ffffff;
  cursor: pointer;
  transition: color 0.22s ease, background-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease, opacity 0.22s ease;
}

body.home .trm-youtube-slider-actions button:hover:not(:disabled),
body.home .trm-youtube-slider-actions button:focus-visible:not(:disabled) {
  color: #ffffff;
  background: #315fe9;
  box-shadow: 0 10px 24px rgba(49, 95, 233, 0.24);
  transform: translateY(-2px);
}

body.home .trm-youtube-slider-actions button:disabled {
  cursor: default;
  opacity: 0.38;
}

body.home .trm-youtube-slider {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 24px) / 2);
  gap: 24px;
  overflow-x: auto;
  padding: 6px 3px 24px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  overscroll-behavior-inline: contain;
}

body.home .trm-youtube-slider::-webkit-scrollbar {
  display: none;
}

body.home .trm-youtube-slider .trm-youtube-inline-card {
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

body.home .trm-youtube-slider-progress {
  width: 100%;
  height: 3px;
  overflow: hidden;
  border-radius: 999px;
  background: #dce3ef;
}

body.home .trm-youtube-slider-progress span {
  display: block;
  width: 8.333%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #315fe9, #6f76ff);
  transition: width 0.35s ease;
}

body.home .trm-youtube-inline-card {
  overflow: hidden;
  min-width: 0;
  border: 1px solid #dfe5f2;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 50px rgba(23, 43, 84, 0.1);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

body.home .trm-youtube-inline-card:hover,
body.home .trm-youtube-inline-card:focus-within {
  border-color: rgba(49, 95, 233, 0.3);
  box-shadow: 0 26px 62px rgba(23, 43, 84, 0.16);
  transform: translateY(-5px);
}

body.home .trm-youtube-inline-frame {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #070d18;
  aspect-ratio: 16 / 9;
}

body.home .trm-youtube-inline-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

body.home .trm-youtube-inline-meta {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  min-height: 92px;
  padding: 18px 20px;
}

body.home .trm-youtube-inline-meta>span {
  color: #315fe9;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.1em;
}

body.home .trm-youtube-inline-meta h3 {
  margin: 0;
  color: #1d2b43;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: clamp(0.94rem, 1.25vw, 1.08rem);
  line-height: 1.35;
}

body.home .trm-youtube-inline-meta a {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(49, 95, 233, 0.18);
  border-radius: 50%;
  color: #315fe9;
  background: #f5f7ff;
  transition: color 0.22s ease, background-color 0.22s ease, transform 0.22s ease;
}

body.home .trm-youtube-inline-meta a:hover,
body.home .trm-youtube-inline-meta a:focus-visible {
  color: #ffffff;
  background: #315fe9;
  transform: translateX(2px);
}

body.home .trm-youtube-section-action {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

body.home .trm-youtube-player {
  position: relative;
  overflow: hidden;
  min-width: 0;
  border: 1px solid rgba(49, 95, 233, 0.14);
  border-radius: 24px;
  background: #071020;
  box-shadow: 0 24px 65px rgba(23, 43, 84, 0.18);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

body.home .trm-youtube-player:hover,
body.home .trm-youtube-player:focus-within {
  box-shadow: 0 30px 75px rgba(23, 43, 84, 0.24);
  transform: translateY(-4px);
}

body.home .trm-youtube-player iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 430px;
  border: 0;
  aspect-ratio: 16 / 9;
}

body.home .trm-youtube-cover {
  display: block;
  position: relative;
  width: 100%;
  min-height: 430px;
  overflow: hidden;
  padding: 0;
  border: 0;
  color: #ffffff;
  background: #071020;
  cursor: pointer;
  aspect-ratio: 16 / 9;
}

body.home .trm-youtube-cover img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  transform: scale(1.01);
  transition: filter 0.35s ease, transform 0.5s ease;
}

body.home .trm-youtube-cover-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(2, 8, 20, 0.05), rgba(2, 8, 20, 0.42));
  transition: background 0.3s ease;
}

body.home .trm-youtube-cover-play {
  display: grid;
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(64px, 8vw, 84px);
  height: clamp(64px, 8vw, 84px);
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  color: #ffffff;
  background: rgba(49, 95, 233, 0.94);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.34);
  transform: translate(-50%, -50%);
  transition: background-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

body.home .trm-youtube-cover-play svg {
  width: 34px;
  height: 34px;
}

body.home .trm-youtube-cover-label {
  position: absolute;
  bottom: 24px;
  left: 50%;
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  background: rgba(4, 13, 30, 0.72);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  transform: translateX(-50%);
  backdrop-filter: blur(8px);
}

body.home .trm-youtube-cover:hover img,
body.home .trm-youtube-cover:focus-visible img {
  filter: brightness(0.86);
  transform: scale(1.045);
}

body.home .trm-youtube-cover:hover .trm-youtube-cover-play,
body.home .trm-youtube-cover:focus-visible .trm-youtube-cover-play {
  background: #244bc6;
  box-shadow: 0 22px 48px rgba(49, 95, 233, 0.42);
  transform: translate(-50%, -50%) scale(1.08);
}

body.home .trm-youtube-featured {
  min-width: 0;
}

body.home .trm-youtube-now-playing {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  padding: 18px 8px 0;
}

body.home .trm-youtube-now-playing span {
  color: #315fe9;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

body.home .trm-youtube-now-playing strong {
  overflow: hidden;
  color: #1d2b43;
  font-size: 0.98rem;
  line-height: 1.4;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.home .trm-youtube-now-playing a {
  color: #315fe9;
  font-size: 0.76rem;
  font-weight: 750;
  white-space: nowrap;
  text-decoration: underline;
  text-underline-offset: 3px;
}

body.home .trm-youtube-now-playing a:hover,
body.home .trm-youtube-now-playing a:focus-visible {
  color: #244bc6;
}

body.home .trm-youtube-playlist-panel {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 24px;
  border: 1px solid #e0e6f3;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 50px rgba(23, 43, 84, 0.09);
}

body.home .trm-youtube-playlist-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e5e9f3;
}

body.home .trm-youtube-playlist-head>span {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  place-items: center;
  border-radius: 12px;
  color: #ffffff;
  background: #315fe9;
}

body.home .trm-youtube-playlist-head small,
body.home .trm-youtube-playlist-head strong {
  display: block;
}

body.home .trm-youtube-playlist-head small {
  margin-bottom: 3px;
  color: #738098;
  font-size: 0.65rem;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body.home .trm-youtube-playlist-head strong {
  color: #192841;
  font-size: 0.96rem;
}

body.home .trm-youtube-video-list {
  display: grid;
  gap: 10px;
  margin-bottom: 20px;
}

body.home .trm-youtube-video {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  align-items: center;
  width: 100%;
  gap: 12px;
  padding: 8px;
  border: 1px solid transparent;
  border-radius: 13px;
  color: inherit;
  background: transparent;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.22s ease, background-color 0.22s ease, transform 0.22s ease;
}

body.home .trm-youtube-video:hover,
body.home .trm-youtube-video:focus-visible,
body.home .trm-youtube-video.is-active {
  border-color: rgba(49, 95, 233, 0.18);
  background: rgba(49, 95, 233, 0.07);
  transform: translateX(3px);
}

body.home .trm-youtube-thumbnail {
  position: relative;
  overflow: hidden;
  border-radius: 9px;
  background: #071020;
  aspect-ratio: 16 / 9;
}

body.home .trm-youtube-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.88;
  transition: opacity 0.22s ease, transform 0.3s ease;
}

body.home .trm-youtube-video:hover img,
body.home .trm-youtube-video.is-active img {
  opacity: 1;
  transform: scale(1.04);
}

body.home .trm-youtube-thumbnail i {
  display: grid;
  position: absolute;
  inset: 50% auto auto 50%;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  background: rgba(49, 95, 233, 0.9);
  transform: translate(-50%, -50%);
}

body.home .trm-youtube-thumbnail i svg {
  width: 14px;
  height: 14px;
}

body.home .trm-youtube-video>span:last-child {
  min-width: 0;
}

body.home .trm-youtube-video small,
body.home .trm-youtube-video strong {
  display: block;
}

body.home .trm-youtube-video small {
  margin-bottom: 4px;
  color: #315fe9;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

body.home .trm-youtube-video strong {
  display: -webkit-box;
  overflow: hidden;
  color: #263750;
  font-size: 0.78rem;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body.home .trm-youtube-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(28px, 4vw, 42px);
  border: 1px solid #e0e6f3;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 50px rgba(23, 43, 84, 0.09);
}

body.home .trm-youtube-icon {
  display: grid;
  width: 54px;
  height: 54px;
  margin-bottom: 25px;
  place-items: center;
  border-radius: 16px;
  color: #ffffff;
  background: #315fe9;
  box-shadow: 0 12px 28px rgba(49, 95, 233, 0.25);
  transition: transform 0.25s ease;
}

body.home .trm-youtube-content:hover .trm-youtube-icon {
  transform: translateY(-3px) rotate(-4deg) scale(1.05);
}

body.home .trm-youtube-content h3 {
  margin: 0 0 15px;
  color: #14213b;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: clamp(1.45rem, 2vw, 1.85rem);
  line-height: 1.18;
}

body.home .trm-youtube-content p {
  margin: 0 0 22px;
  color: #5b6c85;
  line-height: 1.7;
}

body.home .trm-youtube-content ul {
  display: grid;
  margin: 0 0 28px;
  padding: 0;
  gap: 12px;
  list-style: none;
}

body.home .trm-youtube-content li {
  position: relative;
  padding-left: 24px;
  color: #33445e;
  line-height: 1.45;
}

body.home .trm-youtube-content li::before {
  position: absolute;
  top: 0.48em;
  left: 2px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #315fe9;
  box-shadow: 0 0 0 5px rgba(49, 95, 233, 0.1);
  content: "";
}

body.home .trm-youtube-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: auto;
  padding: 14px 20px;
  border-radius: 12px;
  color: #ffffff;
  background: #315fe9;
  font-weight: 700;
  line-height: 1;
  transition: background-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

body.home .trm-youtube-button:hover,
body.home .trm-youtube-button:focus-visible {
  color: #ffffff;
  background: #244bc6;
  box-shadow: 0 12px 28px rgba(49, 95, 233, 0.24);
  transform: translateY(-2px);
}

body.home .trm-youtube-button svg {
  transition: transform 0.25s ease;
}

body.home .trm-youtube-button:hover svg,
body.home .trm-youtube-button:focus-visible svg {
  transform: translateX(3px);
}

body.home #faq>.elementor-container {
  max-width: 1040px !important;
}

body.home #faq .accordionjs {
  margin: 0;
}

body.home #faq .accordionjs>li {
  overflow: hidden;
  margin: 0 0 12px !important;
  border: 0 !important;
  border-radius: 12px;
  background: var(--trm-home-surface);
  box-shadow: 0 7px 22px rgba(24, 45, 78, 0.07);
  transition: box-shadow 0.25s ease, translate 0.25s ease, background-color 0.25s ease;
}

body.home #faq .accordionjs>li.acc_active {
  background: color-mix(in srgb, var(--trm-home-surface) 94%, #315fe9 6%);
  box-shadow: 0 15px 34px rgba(24, 45, 78, 0.11);
}

body.home #faq .accordionjs>li:hover,
body.home #faq .accordionjs>li:focus-within {
  box-shadow: 0 14px 32px rgba(24, 45, 78, 0.1);
  translate: 0 -2px;
}

body.home #faq .acc_head {
  position: relative;
  min-height: 64px;
  padding: 18px 58px 18px 22px !important;
  cursor: pointer;
}

body.home #faq .acc_head h6 {
  margin: 0 !important;
  color: #172033;
  font-size: 1rem;
  font-weight: 750;
  line-height: 1.45;
}

body.home #faq .accordion-icon::before {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  top: 50% !important;
  right: 18px;
  left: auto !important;
  border-radius: 50%;
  background: rgba(49, 95, 233, 0.09);
  color: #315fe9;
  font-size: 11px !important;
  line-height: 1;
  transform: translateY(-50%) !important;
  transition: background-color 0.22s ease, color 0.22s ease, transform 0.22s ease !important;
}

body.home #faq .accordionjs>li.acc_active .accordion-icon::before {
  background: #315fe9;
  color: #fff;
  transform: translateY(-50%) rotate(180deg) !important;
}

body.home #faq .acc_content {
  padding: 0 58px 22px 22px !important;
}

body.home #faq .acc_content p {
  margin: 0;
  line-height: 1.7;
}

body.home .footer .logo-footer img {
  width: auto;
  max-width: 220px;
  height: auto;
}

body.home .footer [data-id="trm-footer-summary"] {
  max-width: 275px;
  line-height: 1.65;
}

body.home #back-to-top {
  width: 48px !important;
  height: 48px !important;
  right: 18px !important;
  bottom: 18px !important;
  display: grid;
  place-items: center;
}

body.home #back-to-top .arrow-top {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
}

body.home #back-to-top .arrow-top svg.progress-icon {
  top: 50% !important;
  left: 50% !important;
  width: 22px;
  height: 22px;
  margin: 0;
  transform: translate(-50%, -50%) !important;
  transform-origin: center;
}

body.home #back-to-top .arrow-top svg.progress-icon.back {
  transform: translate(-50%, calc(-50% + 11px)) !important;
}

body.home #back-to-top:hover .arrow-top svg.progress-icon.front {
  transform: translate(-50%, calc(-50% - 12px)) !important;
}

body.home #back-to-top:hover .arrow-top svg.progress-icon.back {
  transform: translate(-50%, -50%) !important;
}

body.home #back-to-top svg.progress-circle {
  position: absolute;
  inset: 1px;
  display: block;
  width: calc(100% - 2px) !important;
  height: calc(100% - 2px) !important;
}

body.dark-mode-on.home {
  --trm-home-border: rgba(255, 255, 255, 0.11);
  --trm-home-surface: #111c2e;
  --trm-home-soft: #0a1220;
  --trm-home-shadow: 0 13px 34px rgba(0, 0, 0, 0.24);
}

body.dark-mode-on.home :is(#why-choose-us, #testimonials, #faq) .mo-title-box h3.title,
body.dark-mode-on.home #faq .acc_head h6 {
  color: #f5f7ff !important;
}

body.dark-mode-on.home #testimonials {
  background: #08101d;
}

body.dark-mode-on.home #testimonials .testimonial-meta {
  border-color: rgba(255, 255, 255, 0.1);
  background: linear-gradient(145deg, #121d31 0%, #17213d 100%);
  box-shadow: 0 13px 34px rgba(0, 0, 0, 0.25);
}

body.dark-mode-on.home #testimonials .testimonial-content h4 {
  color: #aeb9ff !important;
}

body.dark-mode-on.home #testimonials .trm-authentic-review .content p {
  color: #edf1ff;
}

body.dark-mode-on.home #testimonials .trm-authentic-review .testimonial-meta::before {
  color: rgba(143, 160, 255, 0.17);
}

body.dark-mode-on.home #testimonials .trm-testimonial-proof span,
body.dark-mode-on.home #testimonials .owl-nav button {
  border-color: rgba(143, 160, 255, 0.18) !important;
  color: #c8d1e5 !important;
  background: #111c2e !important;
}

body.dark-mode-on.home #testimonials .trm-review-card-head {
  color: #9eacc3;
}

body.dark-mode-on.home #testimonials .trm-testimonial-slider-shell {
  border-color: rgba(255, 255, 255, 0.09);
  background: rgba(13, 24, 42, 0.9);
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.28);
}

body.dark-mode-on.home #testimonials .trm-testimonial-controls {
  border-color: rgba(255, 255, 255, 0.1);
}

body.dark-mode-on.home #testimonials .trm-testimonial-progress,
body.dark-mode-on.home #testimonials .trm-testimonial-actions>span {
  color: #9daac0;
}

body.dark-mode-on.home #testimonials .trm-testimonial-progress i {
  background: rgba(255, 255, 255, 0.12);
}

body.dark-mode-on.home #testimonials .trm-testimonial-actions button {
  border-color: rgba(143, 160, 255, 0.22);
  color: #afbbff;
  background: #142039;
}

body.dark-mode-on.home .trm-youtube-section {
  color: #edf1ff;
  background:
    radial-gradient(circle at 88% 12%, rgba(80, 96, 230, 0.15), transparent 30%),
    linear-gradient(180deg, #08101d 0%, #0b1423 100%);
}

body.dark-mode-on.home .trm-youtube-heading h2,
body.dark-mode-on.home .trm-youtube-content h3 {
  color: #f5f7ff;
}

body.dark-mode-on.home .trm-youtube-heading>p,
body.dark-mode-on.home .trm-youtube-content p,
body.dark-mode-on.home .trm-youtube-content li {
  color: #b9c4d8;
}

body.dark-mode-on.home .trm-youtube-content {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(17, 28, 46, 0.92);
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.25);
}

body.dark-mode-on.home .trm-youtube-inline-card {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(17, 28, 46, 0.95);
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.24);
}

body.dark-mode-on.home .trm-youtube-slider-toolbar>div:first-child strong {
  color: #edf1ff;
}

body.dark-mode-on.home .trm-youtube-slider-status {
  color: #a8b4c8;
}

body.dark-mode-on.home .trm-youtube-slider-actions button {
  border-color: rgba(143, 160, 255, 0.22);
  color: #afbbff;
  background: #142039;
}

body.dark-mode-on.home .trm-youtube-slider-progress {
  background: rgba(255, 255, 255, 0.12);
}

body.dark-mode-on.home .trm-youtube-inline-meta h3 {
  color: #edf1ff;
}

body.dark-mode-on.home .trm-youtube-inline-meta a {
  border-color: rgba(143, 160, 255, 0.22);
  color: #afbbff;
  background: #142039;
}

body.dark-mode-on.home .trm-youtube-now-playing strong,
body.dark-mode-on.home .trm-youtube-playlist-head strong,
body.dark-mode-on.home .trm-youtube-video strong {
  color: #edf1ff;
}

body.dark-mode-on.home .trm-youtube-now-playing a {
  color: #9eb0ff;
}

body.dark-mode-on.home .trm-youtube-playlist-panel {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(17, 28, 46, 0.94);
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.25);
}

body.dark-mode-on.home .trm-youtube-playlist-head {
  border-color: rgba(255, 255, 255, 0.09);
}

body.dark-mode-on.home .trm-youtube-video:hover,
body.dark-mode-on.home .trm-youtube-video:focus-visible,
body.dark-mode-on.home .trm-youtube-video.is-active {
  border-color: rgba(143, 160, 255, 0.22);
  background: rgba(80, 96, 230, 0.13);
}

@media (max-width: 767px) {
  body.home #testimonials .trm-authentic-review {
    padding-inline: 0;
  }

  body.home #testimonials .trm-authentic-review .testimonial-meta {
    min-height: 0;
    padding: 42px 24px 30px;
  }

  body.home .trm-youtube-section {
    padding: 66px 18px;
  }

  body.home .trm-youtube-heading,
  body.home .trm-youtube-layout,
  body.home .trm-youtube-grid {
    grid-template-columns: 1fr;
  }

  body.home .trm-youtube-heading {
    gap: 18px;
  }

  body.home .trm-youtube-player,
  body.home .trm-youtube-content,
  body.home .trm-youtube-playlist-panel {
    border-radius: 18px;
  }

  body.home .trm-youtube-player iframe {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  body.home .trm-youtube-cover {
    min-height: 0;
  }

  body.home .trm-youtube-cover-play {
    width: 60px;
    height: 60px;
  }

  body.home .trm-youtube-cover-play svg {
    width: 27px;
    height: 27px;
  }

  body.home .trm-youtube-cover-label {
    bottom: 16px;
  }

  body.home .trm-youtube-now-playing {
    grid-template-columns: 1fr;
    gap: 6px;
    padding-inline: 2px;
  }

  body.home .trm-youtube-now-playing strong {
    white-space: normal;
  }

  body.home .trm-youtube-playlist-panel {
    padding: 18px;
  }

  body.home .trm-youtube-grid {
    gap: 18px;
  }

  body.home .trm-youtube-slider-toolbar {
    flex-wrap: wrap;
    gap: 12px;
  }

  body.home .trm-youtube-slider-toolbar>div:first-child {
    flex: 1 1 calc(100% - 126px);
  }

  body.home .trm-youtube-slider {
    grid-auto-columns: 92%;
    gap: 16px;
    margin-right: -18px;
  }

  body.home .trm-youtube-slider-actions button {
    width: 40px;
    height: 40px;
  }

  body.home .trm-youtube-inline-card {
    border-radius: 17px;
  }

  body.home .trm-youtube-inline-meta {
    min-height: 80px;
    padding: 15px 16px;
  }

  body.home #testimonials .trm-testimonial-proof {
    gap: 7px;
  }

  body.home #testimonials .trm-testimonial-proof span {
    min-height: 32px;
    padding: 6px 10px;
    font-size: 0.7rem;
  }

  body.home #testimonials .owl-nav {
    display: none !important;
  }

  body.home #testimonials .trm-testimonial-showcase {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  body.home #testimonials .trm-testimonial-aside {
    padding: 28px 24px;
    border-radius: 18px;
  }

  body.home #testimonials .trm-testimonial-quote {
    position: absolute;
    top: 24px;
    right: 24px;
    height: auto;
    margin: 0;
    font-size: 5rem;
    opacity: 0.5;
  }

  body.home #testimonials .trm-testimonial-aside>div {
    width: min(100%, 240px);
    margin-bottom: 16px;
  }

  body.home #testimonials .trm-testimonial-aside p {
    margin-bottom: 18px;
  }

  body.home #testimonials .trm-testimonial-aside ul {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  body.home #testimonials .trm-testimonial-slider-shell {
    padding: 14px;
    border-radius: 18px;
  }

  body.home #testimonials .trm-testimonial-controls {
    align-items: flex-end;
    gap: 14px;
  }

  body.home #testimonials .trm-testimonial-progress {
    grid-template-columns: auto minmax(60px, 1fr) auto;
    flex: 1;
  }

  body.home #testimonials .trm-testimonial-actions>span {
    display: none;
  }

  body.home #testimonials .trm-testimonial-actions button {
    width: 40px;
    height: 40px;
  }
}

body.dark-mode-on.home #faq .accordionjs>li {
  border: 0 !important;
  background: #111c2e;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

body.dark-mode-on.home #faq .accordionjs>li.acc_active {
  background: #15243b;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.3);
}

body.dark-mode-on.home #faq .accordion-icon::before {
  background: rgba(141, 184, 255, 0.13);
  color: #8db8ff;
}

body.dark-mode-on.home #faq .accordionjs>li.acc_active .accordion-icon::before {
  background: #5272f2;
  color: #fff;
}

body.dark-mode-on.home #mo_header,
body.dark-mode-on.home #mo_header .mo-header-menu,
body.dark-mode-on.home #mo_header .mo-header-menu .trm-header-main,
body.dark-mode-on.home.mo-stick-active #mo_header.mo-header-v2.mo-header-stick .mo-header-menu {
  border-color: rgba(255, 255, 255, 0.1) !important;
  background: rgba(8, 16, 29, 0.98) !important;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.28) !important;
}

body.dark-mode-on.home #mo_header .mo-menu-list>ul>li>a {
  color: #e6ebf5 !important;
  opacity: 1;
}

body.dark-mode-on.home #mo_header .mo-menu-list>ul>li>a:hover,
body.dark-mode-on.home #mo_header .mo-menu-list>ul>li.current-menu-item>a,
body.dark-mode-on.home #mo_header .mo-menu-list>ul>li>a:focus-visible {
  color: #8db8ff !important;
}

body.dark-mode-on.home #mo_header .mo-menu-list>ul>li>ul {
  border-color: rgba(255, 255, 255, 0.1);
  background: #111c2e;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.34);
}

body.dark-mode-on.home #mo_header .mo-menu-list>ul>li>ul a {
  color: #dbe3f0 !important;
}

body.dark-mode-on.home #mo_header .color-switcher {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.05);
}

@media (max-width: 991px) {
  body.dark-mode-on.home #mo_header .mo-menu-list {
    background: #0b1525 !important;
  }
}

@media (max-width: 760px) {
  body.home {
    --trm-home-x: 18px;
    --trm-home-y: 58px;
  }

  body.home .trm-research-hero__button {
    min-height: 50px;
  }

  body.home .trm-support-section {
    padding-block: 54px 58px;
  }

  body.home .trm-support-section__heading {
    margin-bottom: 28px;
  }

  body.home .trm-support-card,
  body.home .trm-support-card--industry {
    min-height: 0;
    border-radius: 14px;
  }

  body.home .trm-impact-strip {
    padding: 0 var(--trm-home-x) 44px;
  }

  body.home .trm-impact-strip__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.home .trm-impact-stat,
  body.home .trm-impact-stat--countries {
    grid-column: auto;
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 9px;
    min-height: 104px;
    padding: 14px 13px;
    border-right: 0;
  }

  body.home .trm-impact-stat::after {
    display: none !important;
  }

  body.home .trm-impact-stat:nth-child(odd):not(:last-child) {
    border-right: 1px solid rgba(153, 186, 240, 0.18);
  }

  body.home .trm-impact-stat--countries {
    grid-column: 1 / -1;
    justify-content: center;
  }

  body.home .trm-impact-stat__icon {
    width: 32px;
    height: 32px;
  }

  body.home .trm-impact-stat__icon svg {
    width: 28px;
    height: 28px;
  }

  body.home .trm-impact-stat p {
    font-size: 0.66rem !important;
  }

  body.home .trm-service-gallery {
    padding: 56px var(--trm-home-x) 62px;
  }

  body.home .trm-service-gallery__intro h2 {
    font-size: 2.15rem;
    line-height: 1.05;
  }

  body.home .trm-service-gallery__summary {
    margin-top: 18px;
  }

  body.home .trm-service-image-card {
    height: 340px;
  }

  body.home .trm-process-flow {
    padding: 50px var(--trm-home-x) 58px;
  }

  body.home .trm-process-flow__steps {
    gap: 22px;
  }

  body.home .trm-process-step {
    min-height: 82px;
    grid-template-columns: 58px minmax(0, 1fr);
    padding: 10px 14px;
    border-radius: 12px;
  }

  body.home .trm-process-step__icon {
    width: 58px;
    height: 58px;
  }

  body.home .trm-domain-showcase {
    padding: 50px var(--trm-home-x) 60px;
  }

  body.home .trm-domain-tile {
    min-height: 118px;
    border-radius: 12px;
  }

  body.home :is(#why-choose-us, #testimonials, #faq) .mo-title-box {
    margin-bottom: 30px !important;
  }

  body.home :is(#why-choose-us, #testimonials, #faq) .mo-title-box h3.title {
    font-size: 2rem !important;
    line-height: 1.12 !important;
  }

  body.home :is(#why-choose-us, #testimonials, #faq) .mo-title-box .title-desc {
    margin-top: 13px !important;
    font-size: 0.93rem;
    line-height: 1.6;
  }

  body.home #why-choose-us .elementor-inner-section+.elementor-inner-section {
    margin-top: 0;
  }

  body.home #why-choose-us {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  body.home #why-choose-us .elementor-inner-column {
    margin-bottom: 14px !important;
  }

  body.home #why-choose-us .iconbox {
    min-height: 0;
    padding: 19px 18px !important;
    border-radius: 14px;
  }

  body.home #why-choose-us .iconbox .content-inner {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 13px;
  }

  body.home #why-choose-us .iconbox h6 {
    margin-bottom: 8px;
    font-size: 0.98rem;
  }

  body.home #why-choose-us .iconbox .content {
    font-size: 0.86rem;
    line-height: 1.52;
  }

  body.home #testimonials .testimonial-item {
    padding-inline: 0;
  }

  body.home #testimonials .testimonial-meta {
    min-height: 0;
    padding: 26px 23px;
    border-radius: 16px;
  }

  body.home #testimonials .testimonial-title {
    min-height: 100px;
    padding-top: 22px;
  }

  body.home #faq .acc_head {
    min-height: 60px;
    padding: 16px 48px 16px 18px !important;
  }

  body.home #faq .acc_head h6 {
    font-size: 0.96rem;
    line-height: 1.45;
  }

  body.home #faq .acc_content {
    padding: 0 20px 19px 18px !important;
  }

  body.home .footer .logo-footer img {
    max-width: 205px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.home :is(.trm-support-card, .trm-service-image-card, .trm-domain-tile, #why-choose-us .iconbox, #testimonials .testimonial-meta) {
    transition: none !important;
  }
}

/* Interactive research-domain showcase */
body.home .trm-domain-showcase {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 72px var(--trm-home-x) 68px;
  background:
    radial-gradient(circle at 8% 14%, rgba(47, 104, 230, 0.1), transparent 27%),
    radial-gradient(circle at 92% 82%, rgba(90, 77, 222, 0.08), transparent 25%),
    #f8faff;
}

body.home .trm-domain-showcase::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image: radial-gradient(rgba(39, 93, 190, 0.13) 0.8px, transparent 0.8px);
  background-size: 22px 22px;
  content: "";
  opacity: 0.32;
  pointer-events: none;
}

body.home .trm-domain-showcase__inner {
  width: min(100%, 1180px);
}

body.home .trm-domain-showcase__heading {
  width: min(100%, 700px);
  margin: 0 auto 38px;
  text-align: center;
}

body.home .trm-domain-showcase__eyebrow {
  margin: 0 0 10px;
  color: #2b60c3;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
}

body.home .trm-domain-showcase__heading h2 {
  margin: 0;
  color: #101d36;
  font-size: clamp(2rem, 3.2vw, 3rem);
  font-weight: 760;
  letter-spacing: -0.035em;
  line-height: 1.08;
  text-transform: none;
}

body.home .trm-domain-showcase__summary {
  max-width: 620px;
  margin: 16px auto 0;
  color: #5c6980;
  font-size: 1rem;
  line-height: 1.7;
}

body.home .trm-domain-showcase__grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

body.home .trm-domain-tile {
  --trm-domain-accent: #2563c7;
  --trm-domain-soft: #eaf2ff;
  position: relative;
  min-height: 166px;
  justify-content: center;
  gap: 17px;
  overflow: hidden;
  padding: 24px 18px 21px;
  border: 1px solid rgba(73, 101, 151, 0.16);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 7px 22px rgba(29, 58, 111, 0.055);
  color: #15233d;
  transform: translateY(0);
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease, background-color 220ms ease;
}

body.home .trm-domain-tile:nth-child(2) {
  --trm-domain-accent: #7657d9;
  --trm-domain-soft: #f0ebff;
}

body.home .trm-domain-tile:nth-child(3) {
  --trm-domain-accent: #1c8bb9;
  --trm-domain-soft: #e5f8ff;
}

body.home .trm-domain-tile:nth-child(4) {
  --trm-domain-accent: #3569d4;
  --trm-domain-soft: #eaf0ff;
}

body.home .trm-domain-tile:nth-child(5) {
  --trm-domain-accent: #18866f;
  --trm-domain-soft: #e4f7f1;
}

body.home .trm-domain-tile:nth-child(6) {
  --trm-domain-accent: #b9780d;
  --trm-domain-soft: #fff4da;
}

body.home .trm-domain-tile:nth-child(7) {
  --trm-domain-accent: #6750c7;
  --trm-domain-soft: #efecff;
}

body.home .trm-domain-tile:nth-child(8) {
  --trm-domain-accent: #234d94;
  --trm-domain-soft: #e9f0fc;
}

body.home .trm-domain-tile:nth-child(9) {
  --trm-domain-accent: #c44769;
  --trm-domain-soft: #ffebf1;
}

body.home .trm-domain-tile:nth-child(10) {
  --trm-domain-accent: #168a8f;
  --trm-domain-soft: #e5f8f8;
}

body.home .trm-domain-tile::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, transparent 42%, color-mix(in srgb, var(--trm-domain-soft) 74%, transparent));
  content: "";
  opacity: 0;
  transition: opacity 220ms ease;
}

body.home .trm-domain-tile::after {
  position: absolute;
  top: 13px;
  right: 15px;
  color: var(--trm-domain-accent);
  content: "\2197";
  font-size: 1.05rem;
  font-weight: 800;
  opacity: 0;
  transform: translate(-5px, 5px);
  transition: opacity 200ms ease, transform 220ms ease;
}

body.home .trm-domain-tile__icon {
  position: relative;
  z-index: 1;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--trm-domain-accent) 18%, transparent);
  border-radius: 16px;
  background: var(--trm-domain-soft);
  color: var(--trm-domain-accent);
  transition: border-radius 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

body.home .trm-domain-tile__icon svg {
  width: 30px;
  height: 30px;
  transition: transform 260ms ease;
}

body.home .trm-domain-tile strong {
  position: relative;
  z-index: 1;
  color: inherit;
  font-size: 0.9rem;
  font-weight: 750;
  line-height: 1.35;
  transition: color 220ms ease, transform 220ms ease;
}

body.home .trm-domain-tile:is(:hover, :focus-visible) {
  border-color: color-mix(in srgb, var(--trm-domain-accent) 43%, transparent);
  background: #fff;
  box-shadow: 0 18px 38px rgba(28, 58, 110, 0.14);
  color: var(--trm-domain-accent);
  transform: translateY(-7px);
}

body.home .trm-domain-tile:is(:hover, :focus-visible)::before,
body.home .trm-domain-tile:is(:hover, :focus-visible)::after {
  opacity: 1;
}

body.home .trm-domain-tile:is(:hover, :focus-visible)::after {
  transform: translate(0, 0);
}

body.home .trm-domain-tile:is(:hover, :focus-visible) .trm-domain-tile__icon {
  border-radius: 50%;
  box-shadow: 0 9px 20px color-mix(in srgb, var(--trm-domain-accent) 20%, transparent);
  transform: translateY(-3px) rotate(-3deg);
}

body.home .trm-domain-tile:is(:hover, :focus-visible) .trm-domain-tile__icon svg {
  transform: scale(1.1);
}

body.home .trm-domain-tile:focus-visible {
  outline: 3px solid #f2bd3e;
  outline-offset: 3px;
}

body.home .trm-domain-showcase__all {
  gap: 9px;
  min-height: 48px;
  margin-top: 30px;
  padding-inline: 25px;
  border-radius: 10px;
  box-shadow: 0 9px 22px rgba(37, 91, 181, 0.2);
}

body.home .trm-domain-showcase__all span {
  font-size: 1.12em;
  transition: transform 200ms ease;
}

body.home .trm-domain-showcase__all:is(:hover, :focus-visible) span {
  transform: translateX(4px);
}

body.dark-mode-on.home .trm-domain-showcase {
  background:
    radial-gradient(circle at 8% 14%, rgba(71, 125, 235, 0.13), transparent 27%),
    radial-gradient(circle at 92% 82%, rgba(118, 87, 217, 0.12), transparent 25%),
    #08101d;
}

body.dark-mode-on.home .trm-domain-showcase::before {
  background-image: radial-gradient(rgba(141, 184, 255, 0.16) 0.8px, transparent 0.8px);
}

body.dark-mode-on.home .trm-domain-showcase__heading h2 {
  color: #f5f7ff;
}

body.dark-mode-on.home .trm-domain-showcase__summary {
  color: #aeb9ca;
}

body.dark-mode-on.home .trm-domain-tile {
  border-color: rgba(255, 255, 255, 0.11);
  background: rgba(16, 28, 47, 0.92);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.18);
  color: #edf2fb;
}

body.dark-mode-on.home .trm-domain-tile__icon {
  background: color-mix(in srgb, var(--trm-domain-accent) 18%, #111c2e);
}

body.dark-mode-on.home .trm-domain-tile:is(:hover, :focus-visible) {
  border-color: color-mix(in srgb, var(--trm-domain-accent) 62%, #ffffff 10%);
  background: #131f34;
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.32);
  color: #fff;
}

@media (max-width: 980px) {
  body.home .trm-domain-showcase__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  body.home .trm-domain-showcase {
    padding: 56px var(--trm-home-x) 58px;
  }

  body.home .trm-domain-showcase__heading {
    margin-bottom: 30px;
  }

  body.home .trm-domain-showcase__heading h2 {
    font-size: clamp(1.85rem, 9vw, 2.35rem);
  }

  body.home .trm-domain-showcase__summary {
    font-size: 0.92rem;
    line-height: 1.6;
  }

  body.home .trm-domain-showcase__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  body.home .trm-domain-tile {
    min-height: 146px;
    gap: 13px;
    padding: 19px 10px 16px;
    border-radius: 14px;
  }

  body.home .trm-domain-tile__icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
  }

  body.home .trm-domain-tile__icon svg {
    width: 27px;
    height: 27px;
  }

  body.home .trm-domain-tile strong {
    font-size: 0.82rem;
  }

  body.home .trm-domain-tile::after {
    top: 9px;
    right: 11px;
    opacity: 0.5;
    transform: none;
  }

  body.home .trm-domain-showcase__all {
    width: 100%;
    max-width: 310px;
    margin-top: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {

  body.home .trm-domain-tile,
  body.home .trm-domain-tile::before,
  body.home .trm-domain-tile::after,
  body.home .trm-domain-tile__icon,
  body.home .trm-domain-tile__icon svg,
  body.home .trm-domain-showcase__all span {
    transition: none !important;
  }
}

/* Compact quick-contact popup. Homepage placement clears the back-to-top control. */
.trm-contact-widget {
  position: fixed;
  z-index: 998;
  right: 18px;
  bottom: 18px;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  opacity: 0;
  pointer-events: none;
  transform: translateY(24px) scale(0.88);
  transform-origin: right bottom;
  visibility: hidden;
  transition: opacity 260ms ease, transform 320ms cubic-bezier(0.2, 0.8, 0.2, 1), visibility 260ms ease;
}

.trm-contact-widget.is-scroll-ready {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
  visibility: visible;
}

.trm-contact-widget--above-backtop {
  bottom: 92px;
}

.trm-contact-widget__toggle {
  display: inline-flex;
  min-width: 132px;
  height: 52px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 19px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: linear-gradient(135deg, #315fe9, #244fcf);
  box-shadow: 0 13px 30px rgba(30, 75, 186, 0.3);
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 0.86rem;
  font-weight: 750;
  line-height: 1;
  transition: box-shadow 200ms ease, transform 200ms ease;
}

.trm-contact-widget__toggle:hover,
.trm-contact-widget__toggle:focus-visible,
.trm-contact-widget.is-open .trm-contact-widget__toggle {
  box-shadow: 0 16px 36px rgba(30, 75, 186, 0.42);
  transform: translateY(-2px);
}

.trm-contact-widget__toggle:focus-visible,
.trm-contact-widget__option:focus-visible {
  outline: 3px solid #d21611;
  outline-offset: 3px;
}

.trm-contact-widget__toggle-icon {
  position: relative;
  display: grid;
  width: 23px;
  height: 23px;
  place-items: center;
}

.trm-contact-widget__toggle-icon svg {
  position: absolute;
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: opacity 180ms ease, transform 220ms ease;
}

.trm-contact-widget__close {
  opacity: 0;
  transform: rotate(-70deg) scale(0.72);
}

.trm-contact-widget.is-open .trm-contact-widget__chat {
  opacity: 0;
  transform: rotate(70deg) scale(0.72);
}

.trm-contact-widget.is-open .trm-contact-widget__close {
  opacity: 1;
  transform: rotate(0) scale(1);
}

.trm-contact-widget__panel {
  position: absolute;
  right: 0;
  bottom: calc(100% + 12px);
  width: min(310px, calc(100vw - 36px));
  overflow: hidden;
  padding: 9px;
  border: 1px solid rgba(45, 73, 120, 0.14);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 22px 54px rgba(17, 35, 69, 0.21);
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px) scale(0.96);
  transform-origin: right bottom;
  visibility: hidden;
  transition: opacity 180ms ease, transform 220ms ease, visibility 180ms ease;
}

.trm-contact-widget.is-open .trm-contact-widget__panel {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
  visibility: visible;
}

.trm-contact-widget__heading {
  display: grid;
  gap: 4px;
  padding: 12px 13px 13px;
  border-bottom: 1px solid rgba(45, 73, 120, 0.1);
}

.trm-contact-widget__heading strong {
  color: #15233d;
  font-size: 0.92rem;
  line-height: 1.35;
}

.trm-contact-widget__heading span {
  color: #6b778b;
  font-size: 0.76rem;
  line-height: 1.45;
}

.trm-contact-widget__option {
  display: grid;
  min-height: 60px;
  grid-template-columns: 40px minmax(0, 1fr) auto;
  align-items: center;
  gap: 11px;
  padding: 9px 11px;
  border-radius: 11px;
  color: #17243c !important;
  text-decoration: none !important;
  transition: background-color 180ms ease, transform 180ms ease;
}

.trm-contact-widget__option:hover {
  background: #f0f5ff;
  transform: translateX(2px);
}

.trm-contact-widget__option>span:nth-child(2) {
  display: grid;
  gap: 3px;
}

.trm-contact-widget__option strong {
  font-size: 0.83rem;
  line-height: 1.25;
}

.trm-contact-widget__option small {
  color: #6b778b;
  font-size: 0.74rem;
  line-height: 1.25;
}

.trm-contact-widget__option>b {
  color: #315fe9;
  font-size: 1rem;
  transition: transform 180ms ease;
}

.trm-contact-widget__option:hover>b {
  transform: translateX(3px);
}

.trm-contact-widget__option-icon {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 11px;
  background: #eaf1ff;
  color: #315fe9;
}

.trm-contact-widget__option-icon svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.dark-mode-on .trm-contact-widget__panel,
html[data-theme="dark"] .trm-contact-widget__panel {
  border-color: rgba(255, 255, 255, 0.11);
  background: rgba(15, 27, 46, 0.98);
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.4);
}

body.dark-mode-on .trm-contact-widget__heading,
html[data-theme="dark"] .trm-contact-widget__heading {
  border-color: rgba(255, 255, 255, 0.1);
}

body.dark-mode-on .trm-contact-widget__heading strong,
body.dark-mode-on .trm-contact-widget__option,
html[data-theme="dark"] .trm-contact-widget__heading strong,
html[data-theme="dark"] .trm-contact-widget__option {
  color: #f4f7fc !important;
}

body.dark-mode-on .trm-contact-widget__heading span,
body.dark-mode-on .trm-contact-widget__option small,
html[data-theme="dark"] .trm-contact-widget__heading span,
html[data-theme="dark"] .trm-contact-widget__option small {
  color: #aeb9ca;
}

body.dark-mode-on .trm-contact-widget__option:hover,
html[data-theme="dark"] .trm-contact-widget__option:hover {
  background: rgba(112, 154, 236, 0.12);
}

body.dark-mode-on .trm-contact-widget__option-icon,
html[data-theme="dark"] .trm-contact-widget__option-icon {
  background: rgba(73, 124, 225, 0.17);
  color: #8db8ff;
}

@media (max-width: 700px) {
  .trm-contact-widget {
    right: 14px;
    bottom: 14px;
  }

  .trm-contact-widget--above-backtop {
    bottom: 92px;
  }

  .trm-contact-widget__toggle {
    width: 52px;
    min-width: 52px;
    padding: 0;
  }

  .trm-contact-widget__label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }

  .trm-contact-widget__panel {
    width: min(306px, calc(100vw - 28px));
  }
}

@media (prefers-reduced-motion: reduce) {

  .trm-contact-widget *,
  .trm-contact-widget *::before,
  .trm-contact-widget *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}

/* Friendly availability cue around the quick-contact button. */
.trm-contact-widget__toggle {
  width: 58px;
  min-width: 58px;
  height: 58px;
  padding: 0;
}

.trm-contact-widget__label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.trm-contact-widget__signal {
  position: absolute;
  right: -27px;
  bottom: 31px;
  width: 120px;
  height: 72px;
  pointer-events: none;
  transform-origin: 75% 80%;
  transition: opacity 180ms ease, transform 220ms ease;
}

.trm-contact-widget__signal svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.trm-contact-widget__signal path {
  fill: none;
}

.trm-contact-widget__signal text {
  fill: #315fe9;
  stroke: rgba(255, 255, 255, 0.96);
  stroke-width: 3px;
  paint-order: stroke fill;
  font-family: inherit;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.025em;
}

.trm-contact-widget__wave {
  position: absolute;
  top: 39px;
  left: 2px;
  display: block;
  font-size: 1.2rem;
  line-height: 1;
  transform: rotate(-13deg);
  transform-origin: 70% 80%;
  animation: trm-contact-wave 2.8s ease-in-out infinite;
}

.trm-contact-widget:hover .trm-contact-widget__signal {
  transform: translateY(-2px);
}

.trm-contact-widget.is-open .trm-contact-widget__signal {
  opacity: 0;
  transform: translateY(6px) scale(0.92);
}

body.dark-mode-on .trm-contact-widget__signal text,
html[data-theme="dark"] .trm-contact-widget__signal text {
  fill: #8db8ff;
  stroke: rgba(8, 16, 29, 0.98);
}

@keyframes trm-contact-wave {

  0%,
  70%,
  100% {
    transform: rotate(-13deg);
  }

  76% {
    transform: rotate(8deg);
  }

  82% {
    transform: rotate(-18deg);
  }

  88% {
    transform: rotate(5deg);
  }

  94% {
    transform: rotate(-13deg);
  }
}

@media (max-width: 700px) {
  .trm-contact-widget__toggle {
    width: 52px;
    min-width: 52px;
    height: 52px;
  }

  .trm-contact-widget__signal {
    right: -25px;
    bottom: 27px;
    transform: scale(0.92);
  }

  .trm-contact-widget:hover .trm-contact-widget__signal {
    transform: translateY(-2px) scale(0.92);
  }
}

@media (prefers-reduced-motion: reduce) {
  .trm-contact-widget__wave {
    animation: none !important;
  }
}

/* Shared site chrome: one header and one professionally spaced footer. */
body .footer {
  width: 100%;
  margin: 0;
  overflow: hidden;
  border-radius: 25px 25px 0 0;
  background: var(--trm-navy);
  color: #aeb7c5;
}

body .footer .elementor-48 .elementor-element.elementor-element-962531c {
  padding: 70px 0 24px !important;
}

body .footer .elementor-element-bb90ca8>.elementor-container {
  display: grid !important;
  width: min(calc(100% - 72px), 1200px) !important;
  max-width: 1200px !important;
  grid-template-columns: minmax(205px, 1.15fr) minmax(120px, 0.66fr) minmax(140px, 0.75fr) minmax(160px, 0.92fr) minmax(250px, 1.32fr);
  align-items: start !important;
  gap: clamp(24px, 2.7vw, 42px);
  margin-inline: auto;
}

body .footer [data-id^="trm-footer-"].elementor-column {
  width: auto !important;
  padding: 0 !important;
  margin: 0 !important;
}

body .footer [data-id^="trm-footer-"] .elementor-widget-wrap {
  align-content: start;
}

body .footer [data-id^="trm-footer-"] .elementor-heading-title {
  margin: 0 0 17px !important;
  color: #fff;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 0.98rem;
  font-weight: 750;
  line-height: 1.35;
}

body .footer [data-id$="-heading"] {
  margin-bottom: 0 !important;
}

body .footer [data-id$="-menu-nav"],
body .footer [data-id="trm-footer-summary"],
body .footer [data-id="trm-footer-contact-details"] {
  margin-bottom: 0 !important;
}

body .footer [data-id="trm-footer-brand-heading"] {
  display: none;
}

body .footer [data-id="trm-footer-logo"] {
  margin: 0 0 18px !important;
}

body .footer .logo-footer img {
  width: auto !important;
  max-width: 196px !important;
  height: 74px !important;
  object-fit: contain;
}

body .footer [data-id="trm-footer-summary"] {
  max-width: 255px !important;
}

body .footer :is(p, address, .elementor-widget-text-editor) {
  color: #aeb7c5;
  font-family: "DM Sans", sans-serif;
  font-size: 0.87rem;
  line-height: 1.65;
}

body .footer address {
  margin: 0 0 15px;
  font-style: normal;
}

body .footer .trm-footer-contact p {
  margin: 0 0 15px;
}

body .footer ul.footer-menu {
  display: grid;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

body .footer ul.footer-menu li,
body .footer ul.footer-menu li+li {
  padding: 0;
  margin: 0;
  font-family: "DM Sans", sans-serif;
  font-size: 0.87rem;
  line-height: 1.65;
}

body .footer a {
  color: #c7ced9;
}

body .footer a:hover,
body .footer a:focus-visible {
  color: #fff;
}

body .footer .trm-footer-contact a {
  overflow-wrap: anywhere;
}

body .footer .trm-footer-contact .button {
  min-height: 42px;
  margin-top: 3px;
  padding: 10px 18px;
  color: #fff;
  text-align: center;
}

body .footer .elementor-element-82c0c98>.elementor-container {
  width: min(calc(100% - 72px), 1200px) !important;
  max-width: 1200px !important;
  margin-inline: auto;
}

body .footer .elementor-element-82c0c98 {
  margin-top: 38px;
}

body .footer .elementor-element-728ddac {
  margin-bottom: 20px;
}

body .footer .elementor-element-82b418c {
  color: #aeb7c5;
  font-family: "DM Sans", sans-serif;
  font-size: 0.82rem;
}

body.dark-mode-on #mo_header,
body.dark-mode-on #mo_header .mo-header-menu,
body.dark-mode-on #mo_header .mo-header-menu .trm-header-main,
body.dark-mode-on.mo-stick-active #mo_header.mo-header-v2.mo-header-stick .mo-header-menu {
  border-color: rgba(255, 255, 255, 0.1) !important;
  background: rgba(8, 16, 29, 0.98) !important;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.28) !important;
}

body.dark-mode-on #mo_header .mo-menu-list>ul>li>a {
  color: #e6ebf5 !important;
  opacity: 1;
}

body.dark-mode-on #mo_header .mo-menu-list>ul>li>a:hover,
body.dark-mode-on #mo_header .mo-menu-list>ul>li.current-menu-item>a,
body.dark-mode-on #mo_header .mo-menu-list>ul>li>a:focus-visible {
  color: #8db8ff !important;
}

body.dark-mode-on #mo_header .mo-menu-list>ul>li>ul {
  border-color: rgba(255, 255, 255, 0.1);
  background: #111c2e;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.34);
}

body.dark-mode-on #mo_header .mo-menu-list>ul>li>ul a {
  color: #dbe3f0 !important;
}

body.dark-mode-on #mo_header .color-switcher {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.05);
}

@media (max-width: 1100px) {
  body .footer .elementor-element-bb90ca8>.elementor-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body .footer [data-id="trm-footer-brand"] {
    grid-column: 1 / -1;
  }
}

@media (max-width: 700px) {
  body .footer .elementor-48 .elementor-element.elementor-element-962531c {
    padding: 54px 0 22px !important;
  }

  body .footer .elementor-element-bb90ca8>.elementor-container,
  body .footer .elementor-element-82c0c98>.elementor-container {
    width: min(calc(100% - 36px), 1200px) !important;
  }

  body .footer .elementor-element-bb90ca8>.elementor-container {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  body .footer [data-id="trm-footer-brand"] {
    grid-column: auto;
  }

  body .footer [data-id^="trm-footer-"] .elementor-heading-title {
    margin-bottom: 13px !important;
  }

  body .footer .logo-footer img {
    max-width: 185px !important;
    height: 68px !important;
  }

  body .footer [data-id="trm-footer-summary"] {
    max-width: 100% !important;
  }

  body .footer .trm-footer-contact .button {
    width: 100%;
  }

  body .footer .elementor-element-82c0c98 {
    margin-top: 34px;
  }
}

/* Shared motion language: quiet reveals and tactile component feedback. */
:root {
  --trm-motion-ease: cubic-bezier(0.22, 0.72, 0.25, 1);
}

@media (prefers-reduced-motion: no-preference) {
  html.trm-motion-ready [data-trm-reveal] {
    opacity: 0;
    translate: 0 24px;
    filter: blur(2px);
    transition:
      opacity 0.62s var(--trm-motion-ease),
      translate 0.7s var(--trm-motion-ease),
      filter 0.55s ease;
    transition-delay: var(--trm-reveal-delay, 0ms);
    will-change: opacity, translate;
  }

  html.trm-motion-ready [data-trm-reveal="card"] {
    translate: 0 18px;
    transition-duration: 0.52s, 0.62s, 0.48s;
  }

  html.trm-motion-ready [data-trm-reveal].trm-is-visible {
    opacity: 1;
    translate: 0 0;
    filter: none;
    will-change: auto;
  }
}

body.inner-page :is(.detail-card,
  .related-card,
  .outcome-list article,
  .faq-page-list details,
  .insight-page-card,
  .resource-card,
  .profile-panel) {
  transition:
    translate 0.25s var(--trm-motion-ease),
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    background-color 0.25s ease;
}

body.inner-page :is(.detail-card,
  .related-card,
  .outcome-list article,
  .faq-page-list details,
  .insight-page-card,
  .resource-card,
  .profile-panel):hover,
body.inner-page :is(.detail-card,
  .related-card,
  .outcome-list article,
  .faq-page-list details,
  .insight-page-card,
  .resource-card,
  .profile-panel):focus-within {
  translate: 0 -4px;
  border-color: rgba(49, 95, 233, 0.28);
  box-shadow: 0 18px 38px rgba(24, 45, 78, 0.12);
}

body :is(.button, .trm-footer-cta__button, .trm-domain-showcase__all) {
  transition:
    translate 0.22s var(--trm-motion-ease),
    box-shadow 0.22s ease,
    border-color 0.22s ease,
    background-color 0.22s ease !important;
}

body :is(.button, .trm-footer-cta__button, .trm-domain-showcase__all):hover,
body :is(.button, .trm-footer-cta__button, .trm-domain-showcase__all):focus-visible {
  translate: 0 -2px;
  box-shadow: 0 12px 27px rgba(32, 70, 163, 0.2);
}

body :is(.button, .trm-footer-cta__button, .trm-domain-showcase__all):active {
  translate: 0 0;
}

body :is(.button, .trm-footer-cta__button, .related-card) svg {
  transition: translate 0.22s var(--trm-motion-ease), transform 0.22s var(--trm-motion-ease);
}

body :is(.button, .trm-footer-cta__button, .related-card):hover svg,
body :is(.button, .trm-footer-cta__button, .related-card):focus-visible svg {
  translate: 3px 0;
}

body.dark-mode-on.inner-page :is(.detail-card,
  .related-card,
  .outcome-list article,
  .faq-page-list details,
  .insight-page-card,
  .resource-card,
  .profile-panel):hover,
body.dark-mode-on.inner-page :is(.detail-card,
  .related-card,
  .outcome-list article,
  .faq-page-list details,
  .insight-page-card,
  .resource-card,
  .profile-panel):focus-within {
  border-color: rgba(141, 184, 255, 0.26);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.28);
}

@media (prefers-reduced-motion: reduce) {
  html [data-trm-reveal] {
    opacity: 1 !important;
    translate: none !important;
    filter: none !important;
    transition: none !important;
  }

  body :is(.button,
    .trm-footer-cta__button,
    .trm-domain-showcase__all,
    .detail-card,
    .related-card,
    .outcome-list article,
    .faq-page-list details,
    .insight-page-card,
    .resource-card,
    .profile-panel) {
    transition: none !important;
  }
}

/* Final cascade layer for the homepage process and mobile rhythm. */
body.home .trm-process-flow {
  padding: 68px var(--trm-home-x) 72px;
  background:
    radial-gradient(circle at 8% 16%, rgba(57, 120, 226, 0.09), transparent 24%),
    linear-gradient(180deg, #f8faff 0%, #f3f7fc 100%);
}

body.home .trm-process-flow__heading {
  margin-bottom: 34px;
}

body.home .trm-process-flow__steps {
  gap: 16px;
}

body.home .trm-process-step {
  min-height: 138px;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 8px;
  padding: 20px 10px;
  border: 1px solid rgba(42, 82, 145, 0.14);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 26px rgba(27, 58, 101, 0.07);
}

body.home .trm-process-step__icon {
  width: 58px;
  height: 58px;
}

body.dark-mode-on.home .trm-process-flow {
  background:
    radial-gradient(circle at 8% 16%, rgba(79, 138, 234, 0.13), transparent 25%),
    linear-gradient(180deg, #0d1727 0%, #101b2d 100%);
}

body.dark-mode-on.home .trm-process-step {
  border-color: rgba(150, 184, 235, 0.14);
  background: rgba(18, 31, 50, 0.9);
}

@media (max-width: 1180px) {
  body.home .trm-process-flow__steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

}

@media (max-width: 767px) {
  body.home .trm-process-flow {
    padding: 54px 16px 58px;
  }

  body.home .trm-process-flow__steps {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  body.home .trm-process-step {
    min-height: 104px;
    padding: 17px 18px;
  }
}

/* â”€â”€ Moved from inline <style id="consultation-modal-css"> â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
#consultation-modal .main-login-content {
  max-width: 920px;
  width: 92%;
  max-height: 90vh;
  height: auto;
}

#consultation-modal .main-login-content>.bg-login {
  flex: 0 0 40%;
}

#consultation-modal .main-login-content>.nori-login-form-content {
  flex: 1 1 60%;
  overflow-y: auto;
}

body.login-is-opened #consultation-modal .main-login-content {
  top: 5%;
}

.trm-form-row {
  display: flex;
  gap: 12px;
}

.trm-form-row .nori-login-item {
  flex: 1;
}

#consultation-modal select,
#consultation-modal textarea {
  width: 100%;
  height: 50px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 0 15px;
  font-size: 14px;
  font-family: inherit;
  color: #333;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  margin-bottom: 15px;
  outline: none;
}

#consultation-modal select {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23888' stroke-width='2.5'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 12px;
  padding-right: 36px;
}

#consultation-modal select:invalid,
#consultation-modal select option[disabled] {
  color: #999;
}

#consultation-modal select option {
  color: #333;
}

#consultation-modal textarea {
  height: auto;
  min-height: 80px;
  padding: 12px 15px;
  resize: vertical;
  line-height: 1.5;
}

#consultation-modal select:focus,
#consultation-modal textarea:focus,
#consultation-modal input:focus {
  border-color: #d21611;
  box-shadow: 0 0 0 3px rgba(255, 182, 6, 0.15);
}

#consultation-modal input[type="tel"] {
  width: 100%;
  margin-bottom: 15px;
}

.trm-success-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, #18a98f, #0d8a72);
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: trmSuccessPulse 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes trmSuccessPulse {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  60% {
    transform: scale(1.15);
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

#consultation-success {
  animation: trmFadeInUp 0.5s ease forwards;
}

@keyframes trmFadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  #consultation-modal .bg-login {
    display: none !important;
  }

  #consultation-modal .nori-login-form-content {
    padding: 20px 18px !important;
    max-height: 90vh;
    flex: 1 1 100% !important;
  }

  #consultation-modal .main-login-content {
    top: 2% !important;
    width: 96%;
    height: auto !important;
    min-height: auto !important;
  }

  .trm-form-row {
    flex-direction: column !important;
    gap: 15px !important;
  }
}

/* Responsive Topbar */
.trm-responsive-topbar {
  display: none;
  background: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  color: var(--trm-text);
  padding: 10px 0;
  font-family: inherit;
  z-index: 99999;
  position: relative;
}

@media only screen and (max-width: 1470px) {
  .trm-responsive-topbar {
    display: block;
  }
}

.trm-topbar-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.trm-topbar-left {
  display: flex;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
}

.trm-topbar-item {
  color: var(--trm-text) !important;
  text-decoration: none !important;
  font-size: 13.5px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 7px;
  transition: opacity 0.3s ease, color 0.3s ease;
}

.trm-topbar-item:hover {
  color: #d21611 !important;
  opacity: 0.9;
}

.trm-topbar-item svg {
  width: 16px;
  height: 16px;
  color: #d21611;
  flex-shrink: 0;
}

.trm-topbar-right {
  display: flex;
  align-items: center;
}

.trm-topbar-cta {
  background: linear-gradient(135deg, #d21611, #ba110d);
  color: #ffffff !important;
  padding: 7px 18px;
  border-radius: 25px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none !important;
  display: inline-block;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(255, 182, 6, 0.25);
  white-space: nowrap;
}

.trm-topbar-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(255, 182, 6, 0.45);
  color: #000 !important;
}

@media (max-width: 640px) {
  .trm-topbar-container {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 10px;
    padding: 10px 15px;
  }

  .trm-topbar-left {
    justify-content: center;
    gap: 18px;
    width: 100%;
  }

  .trm-topbar-right {
    width: 100%;
    justify-content: center;
  }

  .trm-topbar-cta {
    width: 100%;
    max-width: 280px;
    text-align: center;
    padding: 8px 16px;
  }
}

/* â”€â”€ Moved from inline <style id="trm-homepage-refresh-css"> â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.trm-cta-actions .button {
  margin: 0;
  text-align: center;
}

.trm-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.trm-insight-categories {
  text-align: center;
  margin: -10px 0 35px;
}

.trm-insight-categories span {
  display: inline-block;
  padding: 6px 18px;
  margin: 4px;
  border: 1px solid currentColor;
  border-radius: 25px;
  font-size: 13px;
  font-weight: 500;
}

.trm-skip-link:focus {
  clip: auto !important;
  clip-path: none !important;
  height: auto !important;
  width: auto !important;
  overflow: visible !important;
  position: fixed !important;
  top: 8px;
  left: 8px;
  z-index: 10000;
  padding: 10px 16px;
}

.main-login-close {
  border: 0;
  padding: 0;
  background: transparent;
}

.mo-event-style-3 .event-meta p {
  margin: 5px 0;
}

@media (max-width: 767px) {
  .trm-cta-actions {
    align-items: stretch;
    flex-direction: column;
  }
}

/* â”€â”€ Moved from inline <style id="trm-contact-footer-css"> â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.trm-footer-contact address {
  font-style: normal;
  margin: 0 0 16px;
}

.trm-footer-contact p {
  margin: 0 0 16px;
}

.trm-footer-contact a {
  overflow-wrap: anywhere;
}

.trm-footer-contact .button {
  margin-top: 2px;
  text-align: center;
}

.trm-contact-details address,
.sidepanel address {
  font-style: normal;
  margin: 0 0 14px;
}

.trm-contact-details a {
  color: inherit;
}

@media (max-width: 767px) {
  .trm-footer-contact .button {
    width: 100%;
  }
}

/* â”€â”€ Native FAQ <details>/<summary> styles â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€
   Replaces jQuery accordionjs. Visually matches the former .accordionjs style.
   â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.trm-faq-list {
  max-width: 860px;
  margin: 0 auto;
}

.trm-faq-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.trm-faq-item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.trm-faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 0;
  cursor: pointer;
  list-style: none;
  user-select: none;
}

.trm-faq-item summary::-webkit-details-marker {
  display: none;
}

.trm-faq-item summary h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--trm-text);
  flex: 1;
}

/* Chevron icon */
.trm-faq-item summary::after {
  content: "";
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23888' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.25s ease;
}

.trm-faq-item[open] summary::after {
  transform: rotate(180deg);
}

.trm-faq-item[open] summary h3 {
  color: var(--gold, #d21611);
}

.trm-faq-answer {
  padding: 0 0 20px;
}

.trm-faq-answer p {
  margin: 0;
  color: #6a7c92;
  font-size: 15px;
  line-height: 1.7;
}

.trm-faq-item summary:focus-visible {
  outline: 2px solid var(--gold, #d21611);
  outline-offset: 2px;
  border-radius: 2px;
}

/* Dark mode FAQ */
body.dark-mode-on .trm-faq-item {
  border-color: rgba(255, 255, 255, 0.1);
}

body.dark-mode-on .trm-faq-item summary h3 {
  color: #e8eaf4;
}

body.dark-mode-on .trm-faq-item[open] summary h3 {
  color: var(--gold, #d21611);
}

body.dark-mode-on .trm-faq-item summary::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23aaa' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
}

body.dark-mode-on .trm-faq-answer p {
  color: #a0aec0;
}

/* ==========================================================================
   Sticky Left Sidebar CTAs
   ========================================================================== */
.trm-sticky-sidebar {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 8px;
  z-index: 9999;
  padding: 12px 10px 12px 0;
}

.trm-sticky-sidebar .trm-topbar-item {
  position: relative;
  display: flex;
  align-items: center;
  color: #fff !important;
  text-decoration: none;
  border-radius: 0 25px 25px 0;
  padding: 12px;
  width: 44px;
  height: 44px;
  overflow: hidden;
  box-shadow: 2px 4px 12px rgba(0,0,0,0.15);
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.2s;
  white-space: nowrap;
}

/* Base states for icons and text */
.trm-sticky-sidebar .trm-topbar-item svg {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-right: 12px;
  stroke: #fff;
  fill: #fff;
}

/* For icons that use stroke only, we can rely on currentColor but let's be safe */
.trm-sticky-sidebar .trm-topbar-item svg path {
  fill: inherit;
  stroke: inherit;
}

.trm-sticky-sidebar .trm-topbar-item span {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  opacity: 0;
  transition: opacity 0.2s 0.1s;
}

.trm-sticky-sidebar .trm-topbar-item:hover,
.trm-sticky-sidebar .trm-topbar-item:focus {
  width: 190px;
  color: #fff !important;
}

.trm-sticky-sidebar .trm-topbar-item:hover span,
.trm-sticky-sidebar .trm-topbar-item:focus span {
  opacity: 1;
}

/* Call Button - Black */
.trm-sticky-sidebar a[href^="tel"] {
  background: #000000;
}
.trm-sticky-sidebar a[href^="tel"]:hover,
.trm-sticky-sidebar a[href^="tel"]:focus {
  background: #1a1a1a;
}
.trm-sticky-sidebar a[href^="tel"] svg {
  fill: none; /* The phone icon uses stroke */
  stroke: #fff;
}
.trm-sticky-sidebar a[href^="tel"] svg path {
  fill: none;
  stroke: #fff;
}

/* WhatsApp Button - Official Green */
.trm-sticky-sidebar a[href^="https://wa.me"] {
  background: #25d366;
}
.trm-sticky-sidebar a[href^="https://wa.me"]:hover,
.trm-sticky-sidebar a[href^="https://wa.me"]:focus {
  background: #128c7e;
}
.trm-sticky-sidebar a[href^="https://wa.me"] svg {
  fill: #fff; /* WhatsApp icon uses fill */
  stroke: none;
}
.trm-sticky-sidebar a[href^="https://wa.me"] svg path {
  fill: #fff;
  stroke: none;
}

/* YouTube Button - Red */
.trm-sticky-sidebar .trm-topbar-youtube {
  background: #ff0000;
}
.trm-sticky-sidebar .trm-topbar-youtube:hover,
.trm-sticky-sidebar .trm-topbar-youtube:focus {
  background: #d90000;
}
.trm-sticky-sidebar .trm-topbar-youtube svg {
  fill: #fff; /* YouTube icon uses fill */
  stroke: none;
}
.trm-sticky-sidebar .trm-topbar-youtube svg path {
  fill: #fff;
  stroke: none;
}

/* ==========================================================================
   Main Menu CTA Button
   ========================================================================== */
.trm-menu-cta {
  margin-left: 10px !important;
  display: block !important;
  float: left !important;
}

.mo-menu-list ul li.trm-menu-cta a.trm-topbar-cta {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 8px 16px !important;
  background: var(--primary, #1e4bd2) !important;
  color: #fff !important;
  font-weight: 700;
  font-size: 13px !important;
  border-radius: 25px;
  box-shadow: 0 4px 12px rgba(30, 75, 210, 0.25);
  transition: transform 0.2s, box-shadow 0.2s, background-color 0.2s;
  line-height: 1 !important;
  height: auto !important;
  visibility: visible !important;
  opacity: 1 !important;
  white-space: nowrap !important;
  margin-top: 23px !important;
}

.mo-menu-list ul li.trm-menu-cta a.trm-topbar-cta:hover {
  background: var(--primary-dark, #16369c) !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(30, 75, 210, 0.35);
}

.trm-menu-cta .trm-topbar-cta span {
  display: inline-block;
}

body.dark-mode-on .trm-menu-cta .trm-topbar-cta {
}

/* ==========================================================================
   HOMEPAGE CONSISTENCY NORMALIZATION (2026-08-20)
   --------------------------------------------------------------------------
   Aligns homepage sections with the global design-system tokens:
   - section rhythm:     96 / 72 / 56 (design-system tokens)
   - container gutters:  24 / 28 / 20 / 16
   - section headers:    H2 token scale, 12px / 700 / 0.14em eyebrows,
                         header gap 48 / 40 / 32
   - cards:              design-system radius (16px) and paddings
   - Research Process + Research Domains cards are plain, non-clickable
     containers (no <a>, no pointer cursor, no hover interactivity cues)
   - Phase 8:            pure-white text on all dark sections
   - headings:           Inter everywhere (site.css forces Bricolage
                         !important on h1-h6; inner pages load no site.css
                         and render Inter, so the homepage is aligned to
                         the same heading font)
   The FAQ section already uses design-system classes and is untouched.
   body.home rules affect only the homepage; the trailing global rules
   apply the Phase 8 white-text policy to shared dark sections on every
   page.
   ========================================================================== */

/* --- Homepage headings: Inter (overrides site.css Bricolage !important) -- */
body.home h1,
body.home h2,
body.home h3,
body.home h4 {
  font-family: var(--font-primary) !important;
}

/* --- Homepage section-rhythm tokens -------------------------------- */
body.home {
  --trm-home-y: var(--section-space-desktop);
  --trm-home-x: var(--container-px-desktop);
  --trm-home-shell: var(--container-max);
}

@media (max-width: 1024px) {
  body.home {
    --trm-home-y: var(--section-space-tablet);
    --trm-home-x: var(--container-px-tablet);
  }
}

@media (max-width: 768px) {
  body.home {
    --trm-home-y: var(--section-space-mobile);
    --trm-home-x: var(--container-px-mobile);
  }
}

@media (max-width: 374px) {
  body.home {
    --trm-home-x: 16px;
  }
}

/* --- Section paddings = rhythm tokens ------------------------------ */
body.home .trm-support-section,
body.home .trm-process-flow,
body.home .trm-domain-showcase,
body.home .trm-youtube-section {
  padding: var(--trm-home-y) var(--trm-home-x);
}

body.home .trm-impact-strip {
  padding: 0 var(--trm-home-x) var(--section-space-compact-desktop);
}

@media (max-width: 1024px) {
  body.home .trm-impact-strip {
    padding: 0 var(--trm-home-x) var(--section-space-compact-tablet);
  }
}

@media (max-width: 768px) {
  body.home .trm-impact-strip {
    padding: 0 var(--trm-home-x) var(--section-space-compact-mobile);
  }
}

body.home .trm-youtube-inner {
  width: min(100%, var(--trm-home-shell));
}

/* --- Section headers: spacing + typography ------------------------- */
body.home .trm-support-section__heading,
body.home .trm-process-flow__heading,
body.home .trm-domain-showcase__heading,
body.home .trm-youtube-heading {
  margin-bottom: var(--space-xl);
}

@media (max-width: 1024px) {
  body.home .trm-support-section__heading,
  body.home .trm-process-flow__heading,
  body.home .trm-domain-showcase__heading,
  body.home .trm-youtube-heading {
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  body.home .trm-support-section__heading,
  body.home .trm-process-flow__heading,
  body.home .trm-domain-showcase__heading,
  body.home .trm-youtube-heading {
    margin-bottom: 32px;
  }
}

body.home .trm-support-section__heading h2,
body.home .trm-process-flow__heading h2,
body.home .trm-domain-showcase__heading h2,
body.home .trm-youtube-heading h2 {
  margin: 0;
  color: var(--trm-navy);
  font-family: var(--font-primary);
  font-size: var(--text-h2-desktop);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.12;
  text-transform: none;
  text-wrap: balance;
}

@media (max-width: 1024px) {
  body.home .trm-support-section__heading h2,
  body.home .trm-process-flow__heading h2,
  body.home .trm-domain-showcase__heading h2,
  body.home .trm-youtube-heading h2 {
    font-size: var(--text-h2-tablet);
  }
}

@media (max-width: 768px) {
  body.home .trm-support-section__heading h2,
  body.home .trm-process-flow__heading h2,
  body.home .trm-domain-showcase__heading h2,
  body.home .trm-youtube-heading h2 {
    font-size: var(--text-h2-mobile);
  }
}

body.dark-mode-on.home .trm-support-section__heading h2,
body.dark-mode-on.home .trm-process-flow__heading h2,
body.dark-mode-on.home .trm-domain-showcase__heading h2,
body.dark-mode-on.home .trm-youtube-heading h2 {
  color: #f2f6fc;
}

body.home .trm-support-section__heading p,
body.home .trm-domain-showcase__eyebrow,
body.home .trm-youtube-eyebrow {
  margin: 0 0 16px;
  font-size: var(--text-eyebrow);
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
}

body.home .trm-domain-showcase__summary,
body.home .trm-youtube-heading > p {
  margin: 0;
  color: var(--trm-text-muted);
  font-size: var(--text-body-desktop);
  line-height: 1.7;
}

body.home .trm-domain-showcase__summary {
  max-width: 620px;
  margin: 16px auto 0;
}

/* --- Cards: radius + padding tokens -------------------------------- */
body.home .trm-support-grid {
  gap: var(--space-md);
}

body.home .trm-support-card {
  padding: var(--space-md) 28px;
  border-radius: var(--radius-card);
}

body.home .trm-support-card h3 {
  margin: 3px 0 10px;
  color: var(--trm-navy);
  font-size: var(--text-card-title-desktop);
  font-weight: 600;
  line-height: 1.3;
}

body.home .trm-support-card ul {
  font-size: var(--text-small);
}

body.home .trm-process-step {
  padding: var(--space-md) 12px;
  cursor: pointer;
}

body.home .trm-process-step:hover {
  transform: none;
}

body.home .trm-process-step:hover .trm-process-step__icon {
  transform: none;
  box-shadow: none;
}

body.dark-mode-on.home .trm-process-step:hover {
  transform: none;
}

body.home .trm-process-step__desc {
  grid-column: 1 / -1;
  margin: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  color: #5a6b85 !important;
  font-size: 0.82rem;
  font-weight: 500;
  line-height: 1.55;
  transform: translateY(5px);
  transition: max-height 0.32s var(--trm-motion-ease), opacity 0.28s ease,
    transform 0.28s var(--trm-motion-ease), margin 0.28s ease;
}

body.home .trm-process-step.is-open .trm-process-step__desc {
  max-height: 160px;
  opacity: 1;
  transform: none;
  margin-top: 10px;
}

body.home .trm-process-step.is-open {
  border-color: rgba(49, 105, 201, 0.42);
  box-shadow: 0 18px 40px rgba(24, 58, 110, 0.14);
}

body.home .trm-process-step.is-open .trm-process-step__icon {
  box-shadow: 0 8px 18px rgba(36, 91, 186, 0.28);
}

body.dark-mode-on.home .trm-process-step__desc {
  color: #b7c3d8 !important;
}

body.dark-mode-on.home .trm-process-step.is-open {
  border-color: rgba(132, 177, 250, 0.38);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.34);
}

body.home .trm-domain-tile {
  cursor: default;
  padding: 24px 28px;
  border-radius: var(--radius-card);
}

body.home .trm-domain-tile:is(:hover, :focus-visible) {
  border-color: rgba(73, 101, 151, 0.16);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 7px 22px rgba(29, 58, 111, 0.055);
  color: #15233d;
  transform: none;
}

body.home .trm-domain-tile:is(:hover, :focus-visible)::before,
body.home .trm-domain-tile:is(:hover, :focus-visible)::after {
  opacity: 0;
}

body.home .trm-domain-tile:is(:hover, :focus-visible) .trm-domain-tile__icon {
  border-radius: 16px;
  box-shadow: none;
  transform: none;
}

body.home .trm-domain-tile:is(:hover, :focus-visible) .trm-domain-tile__icon svg {
  transform: none;
}

body.home .trm-domain-tile::after {
  content: none;
}

/* --- Hero: H1 token scale ------------------------------------------ */
body.home .trm-research-hero h1 {
  font-size: var(--text-h1-desktop);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.05;
}

@media (max-width: 1024px) {
  body.home .trm-research-hero h1 {
    font-size: var(--text-h1-tablet);
  }
}

@media (max-width: 768px) {
  body.home .trm-research-hero h1 {
    font-size: var(--text-h1-mobile);
  }
}

/* --- Phase 8: pure-white text on homepage dark sections ------------- */
body:not(.dark-mode-on) .main-content .trm-research-hero .trm-research-hero__eyebrow,
body.dark-mode-on .main-content .trm-research-hero .trm-research-hero__eyebrow {
  color: #fff !important;
}

body:not(.dark-mode-on) .main-content .trm-research-hero p,
body.dark-mode-on .main-content .trm-research-hero p {
  color: #fff !important;
}

body.home .trm-research-hero__proof {
  color: #fff;
}

body:not(.dark-mode-on) .main-content .trm-impact-stat p,
body.dark-mode-on .main-content .trm-impact-stat p {
  color: #fff !important;
}

body.home .trm-impact-stat__prefix {
  color: #fff;
}

body.home .trm-impact-strip__inner {
  border-radius: var(--radius-card);
}

body:not(.dark-mode-on) .trm-footer-cta p,
body.dark-mode-on .trm-footer-cta p {
  color: #fff !important;
}

/* --- Phase 8: pure-white text on shared dark sections (all pages) --- */
.page-hero .hero-lead,
.page-hero .article-meta,
.detail-hero .hero-lead {
  color: #fff !important;
}

body.dark-mode-on .page-hero .hero-lead,
body.dark-mode-on .page-hero .article-meta,
body.dark-mode-on .detail-hero .hero-lead {
  color: #fff !important;
}

body .cta-band p {
  color: #fff !important;
}

.phd-final-cta p,
.mtech-final-cta p {
  color: #fff !important;
}

.stat-strip span {
  color: #fff !important;
}

.footer,
.footer :is(p, address, .elementor-widget-text-editor) {
  color: #fff !important;
}

.footer a {
  color: #fff !important;
}

.trm-footer-v2,
.trm-footer-v2__tagline,
.trm-footer-v2__bottom,
.trm-footer-v2__links a,
.trm-footer-v2__contact-item a {
  color: #fff !important;
}
