:root {
  --gms-home-bg: #0e0505;
  --gms-home-bg-deep: #000000;
  --gms-home-bg-soft: #1a0505;
  --gms-home-header-bg: #111111;
  --gms-home-accent: #db0000;
  --gms-home-text: #ffffff;
  --gms-home-muted: #e4e4e4;
  --gms-home-soft: #d3d3d3;
  --gms-home-border: rgba(255, 255, 255, 0.1);
  --gms-home-border-strong: rgba(255, 255, 255, 0.25);
  --gms-home-glass: rgba(26, 5, 5, 0.8);
  --gms-home-glass-soft: rgba(255, 255, 255, 0.08);
  --gms-home-shadow: 0 24px 50px rgba(0, 0, 0, 0.45);
  --gms-home-shell: 1240px;
  --gms-home-reading: 1030px;
  --gms-home-gutter: 100px;
  --gms-home-header-height: 90px;
  --gms-home-transition: 200ms ease;
}

body.home {
  background: var(--gms-home-bg);
  color: var(--gms-home-text);
  font-family: 'Plus Jakarta Sans', 'Inter', sans-serif;
}

body.home .gms-site-shell,
body.home .gms-site-main {
  background: var(--gms-home-bg);
  padding-top: 0 !important;
  margin-top: 0 !important;
}

body.home .gms-site-header,
body.home .gms-nav-backdrop,
body.home .gms-site-footer {
  display: none !important;
}

body.home.has-homepage-nav-open {
  overflow: hidden;
}

body.home a {
  color: inherit;
  text-decoration: none;
}

body.home img {
  display: block;
  max-width: 100%;
  height: auto;
}

body.home button,
body.home input,
body.home select,
body.home textarea {
  font: inherit;
}

body.home section[id],
body.home footer[id] {
  scroll-margin-top: 110px;
}

body.home.admin-bar .gms-homepage-header {
  top: 32px;
}

.gms-homepage {
  position: relative;
  overflow: clip;
  background: linear-gradient(180deg, #190d0b 0%, #000000 100%);
}

.gms-homepage::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 50% 10%, rgba(219, 0, 0, 0.08), transparent 24%);
}

.gms-homepage-shell {
  position: relative;
  z-index: 1;
  width: min(calc(100% - (var(--gms-home-gutter) * 2)), var(--gms-home-shell));
  margin: 0 auto;
}

.gms-homepage-shell--hero {
  width: min(calc(100% - (var(--gms-home-gutter) * 2)), var(--gms-home-reading));
}

.gms-homepage-notice {
  position: relative;
  z-index: 20;
  padding-top: calc(var(--gms-home-header-height) + 24px);
}

.gms-homepage-notice:empty,
.gms-homepage-notice:not(:has(.gms-container)) {
  display: none;
}

.gms-homepage-notice .gms-container {
  width: min(calc(100% - (var(--gms-home-gutter) * 2)), var(--gms-home-shell));
  max-width: none;
  padding: 0;
}

.gms-homepage-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  background: rgba(17, 17, 17, 0.98);
  backdrop-filter: blur(25px);
  border-bottom: 2px solid rgba(219, 0, 0, 0.45);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.7), 0 0 30px rgba(219, 0, 0, 0.15);
}

.gms-homepage-header .gms-homepage-shell {
  width: min(calc(100% - 80px), 1440px);
}

.gms-homepage-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  min-height: var(--gms-home-header-height);
}

.gms-homepage-wordmark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}

.gms-homepage-brandmark img,
.gms-logo-image {
  height: auto;
  max-height: 64px;
  width: auto;
  transition: transform var(--gms-home-transition);
}

.gms-homepage-wordmark__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: var(--gms-home-accent);
  color: var(--gms-home-text);
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.gms-homepage-wordmark__body {
  display: grid;
  gap: 1px;
}

.gms-homepage-wordmark__line {
  display: block;
  line-height: 1;
}

.gms-homepage-wordmark__line--top,
.gms-homepage-wordmark__line--accent {
  font-size: 12px;
  font-weight: 700;
}

.gms-homepage-wordmark__line--accent {
  color: var(--gms-home-accent);
}

.gms-homepage-wordmark__line--bottom {
  color: #c6c6c6;
  font-size: 7px;
  font-weight: 500;
  letter-spacing: 0.22em;
}

.gms-homepage-nav {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1001;
  height: var(--gms-home-header-height);
  display: flex;
  align-items: center;
}

/* ── Dropdown menus ── */
.gms-homepage-nav__item {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}

.gms-homepage-nav__item>a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  transition: color var(--gms-home-transition);
  cursor: pointer;
}

.gms-homepage-nav__item>a:hover,
.gms-homepage-nav__item>a:focus-visible,
.gms-homepage-nav__item>a[aria-current='page'] {
  color: var(--gms-home-text);
}

.gms-homepage-dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 220px;
  padding: 10px 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  background: rgba(25, 13, 11, 0.98);
  backdrop-filter: blur(18px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 200ms ease, visibility 200ms ease;
  list-style: none;
  margin: 0;
}

.gms-homepage-dropdown::before {
  content: '';
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
  height: 12px;
}

.gms-homepage-nav__item:hover>.gms-homepage-dropdown,
.gms-homepage-nav__item:focus-within>.gms-homepage-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.gms-homepage-dropdown li {
  padding: 0;
}

.gms-homepage-dropdown a {
  display: block;
  padding: 10px 20px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  white-space: nowrap;
  transition: color 150ms ease, background 150ms ease;
}

.gms-homepage-dropdown a:hover,
.gms-homepage-dropdown a:focus-visible {
  color: #ffffff;
  background: rgba(219, 0, 0, 0.15);
}

.gms-homepage-nav__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gms-homepage-nav__list a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  transition: color var(--gms-home-transition);
}

.gms-homepage-nav__list a[aria-current='page'],
.gms-homepage-nav__list a:hover,
.gms-homepage-nav__list a:focus-visible {
  color: var(--gms-home-text);
}

.gms-homepage-nav__chevron {
  display: inline-block;
  transform: translateY(-1px);
  font-size: 10px;
}

.gms-homepage-header__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  flex: 0 0 auto;
}

.gms-homepage-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 13px 20px 13px 16px;
  border: 1px solid transparent;
  border-radius: 6px;
  color: var(--gms-home-text);
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  transition: transform var(--gms-home-transition), background-color var(--gms-home-transition), border-color var(--gms-home-transition), color var(--gms-home-transition);
}

.gms-homepage-button:hover,
.gms-homepage-button:focus-visible {
  transform: translateY(-1px);
}

.gms-homepage-button:focus-visible,
.gms-homepage-nav-toggle:focus-visible,
.gms-homepage-testimonial__dot:focus-visible,
.gms-homepage-service__trigger:focus-visible,
.gms-homepage-faq__question:focus-visible,
.gms-homepage-field input:focus,
.gms-homepage-field select:focus,
.gms-homepage-field textarea:focus {
  outline: 2px solid rgba(255, 255, 255, 0.32);
  outline-offset: 2px;
}

.gms-homepage-button--primary {
  background: var(--gms-home-accent);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 0 12px rgba(255, 255, 255, 0.15), 0 4px 15px rgba(219, 0, 0, 0.3);
  font-weight: 700;
}

.gms-homepage-button--secondary {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.15);
  border-width: 1.5px;
  color: rgba(255, 255, 255, 0.9);
}

.gms-homepage-button--compact {
  min-height: 40px;
  padding: 13px 16px 13px 20px;
  font-size: 16px;
}

.gms-homepage-button--fixed {
  width: 189px;
}

.gms-homepage-button--full {
  width: 100%;
}

.gms-homepage-button--leading {
  padding: 13px 16px 13px 20px;
}

.gms-homepage-button__arrow {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
}

.gms-homepage-button__arrow::before,
.gms-homepage-button__arrow::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  background: currentColor;
  transform-origin: center;
}

.gms-homepage-button__arrow::before {
  width: 11px;
  height: 1.5px;
  transform: translateY(-50%);
}

.gms-homepage-button__arrow::after {
  width: 6px;
  height: 6px;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  background: transparent;
  transform: translateY(-50%) rotate(45deg);
}

.gms-homepage-button__arrow--down {
  transform: rotate(90deg);
}

.gms-homepage-nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--gms-home-text);
  cursor: pointer;
}

.gms-homepage-nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  border-radius: 999px;
  background: currentColor;
  transition: transform var(--gms-home-transition), opacity var(--gms-home-transition);
}

.gms-homepage-nav-toggle[aria-expanded='true'] span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.gms-homepage-nav-toggle[aria-expanded='true'] span:nth-child(2) {
  opacity: 0;
}

.gms-homepage-nav-toggle[aria-expanded='true'] span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.gms-homepage-nav-backdrop {
  position: fixed;
  inset: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.72);
}

.gms-homepage-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  padding: 5px 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--gms-home-text);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.gms-homepage-chip--hero {
  gap: 8px;
  padding: 7px 12px;
  background: rgba(219, 0, 0, 0.15);
  border-color: rgba(219, 0, 0, 0.4);
  font-size: 13px;
  font-weight: 600;
}

.gms-homepage-chip__icon {
  display: inline-flex;
  width: 15px;
  height: 15px;
  border-radius: 4px;
  background: currentColor;
  opacity: 0.9;
}

.gms-homepage-chip__icon--hero {
  width: 13px;
  height: 13px;
  border-radius: 999px;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.88);
  background: transparent;
}

.gms-homepage-chip__icon--problem,
.gms-homepage-chip__icon--solution,
.gms-homepage-chip__icon--guarantee,
.gms-homepage-chip__icon--serve,
.gms-homepage-chip__icon--services,
.gms-homepage-chip__icon--faq,
.gms-homepage-chip__icon--blogs,
.gms-homepage-chip__icon--contact {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: transparent;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.88);
}

.gms-homepage-inline-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.gms-homepage-inline-icon--check::before {
  content: '\2713';
  color: var(--gms-home-text);
  font-size: 14px;
  line-height: 1;
}

.gms-homepage-section-heading {
  display: grid;
  gap: 20px;
}

.gms-homepage-section-heading--center {
  justify-items: center;
  text-align: center;
}

.gms-homepage-section-heading--center .gms-homepage-chip {
  justify-self: center;
}

.gms-homepage-section-heading--left .gms-homepage-chip {
  justify-self: start;
}

.gms-homepage-section-heading--wide {
  width: min(100%, var(--gms-home-reading));
  margin: 0 auto;
}

.gms-homepage-section-heading h2,
.gms-homepage-faq__intro h2,
.gms-homepage-quote__content h2 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: 0.01em;
}

.gms-homepage-section-heading p,
.gms-homepage-faq__intro p,
.gms-homepage-quote__content>p {
  margin: 0;
  color: var(--gms-home-muted);
  font-size: 16px;
  line-height: 1.5;
}

.gms-homepage-hero {
  position: relative;
  min-height: 894px;
  margin-top: 0;
  padding: 0;
  display: flex;
  background-color: var(--gms-home-bg-deep);
}

.gms-homepage-hero::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1600px;
  height: 600px;
  background: radial-gradient(ellipse at top, rgba(219, 0, 0, 0.18) 0%, transparent 75%);
  pointer-events: none;
  z-index: 0;
}

.gms-hero-swiper {
  width: 100%;
  height: auto;
  min-height: 894px;
}

.gms-hero-swiper .swiper-slide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 235px 0 100px;
}

.gms-homepage-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: -2;
}

.gms-homepage-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(26, 5, 5, 0.2) 50%, rgba(14, 5, 5, 0.98) 100%);
  z-index: -1;
}

.gms-homepage-hero__content {
  display: grid;
  justify-items: center;
  gap: 18px;
  text-align: center;
}

.gms-homepage-hero__content h1,
.gms-homepage-hero__content h2 {
  width: min(100%, 920px);
  margin: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.02;
}

.gms-homepage-hero__content p {
  width: min(100%, 840px);
  margin: 0;
  color: var(--gms-home-muted);
  font-size: 16px;
  line-height: 1.5;
}

.gms-homepage-hero__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 42px;
}

.gms-homepage-hero__trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gms-homepage-hero__trust li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
}

.gms-homepage-hero__scroll {
  position: absolute;
  left: 50%;
  bottom: 120px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  color: var(--gms-home-text);
  font-size: 14px;
  transform: translateX(-50%);
  z-index: 10;
}

/* Swiper navigation and pagination */
.gms-hero-button-prev,
.gms-hero-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(219, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  border: 1.5px solid rgba(219, 0, 0, 0.5);
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 0 20px rgba(219, 0, 0, 0.2);
}

.gms-hero-button-prev:hover,
.gms-hero-button-next:hover {
  background: var(--gms-home-accent);
  box-shadow: 0 0 30px rgba(219, 0, 0, 0.5);
  transform: translateY(-50%) scale(1.1);
}

.gms-hero-button-prev {
  left: 40px;
}

.gms-hero-button-next {
  right: 40px;
}

.gms-hero-button-prev svg,
.gms-hero-button-next svg {
  width: 28px;
  height: 28px;
}

.gms-hero-pagination {
  position: absolute;
  bottom: 80px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 10;
}

.gms-hero-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.3);
  opacity: 1;
  transition: all 0.3s ease;
  margin: 0 6px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.gms-hero-pagination .swiper-pagination-bullet-active {
  background: var(--gms-home-accent);
  transform: scale(1.3);
  box-shadow: 0 0 10px rgba(219, 0, 0, 0.6);
}

@media (max-width: 991px) {
  :root {
    --gms-home-header-height: 72px;
  }

  .gms-homepage-header {
    border-bottom-width: 1px;
  }

  .gms-homepage-brandmark img,
  .gms-logo-image {
    max-height: 48px;
  }

  .gms-homepage-hero {
    min-height: auto;
  }

  .gms-hero-swiper {
    min-height: auto;
  }

  .gms-hero-swiper .swiper-slide {
    padding: 160px 0 80px;
  }

  .gms-homepage-hero__content h1,
  .gms-homepage-hero__content h2 {
    font-size: 36px;
  }

  .gms-hero-button-prev,
  .gms-hero-button-next {
    display: none;
  }
}

.gms-homepage-section--problem {
  padding: 150px 0 250px;
  background: var(--gms-home-bg-deep);
}

.gms-homepage-problem {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: 72px;
}

.gms-homepage-problem__intro {
  max-width: 620px;
}



.gms-homepage-problem__intro h2 {
  font-size: 64px;
  line-height: 1.02;
  letter-spacing: -0.015em;
}

.gms-homepage-problem__copy {
  display: grid;
  gap: 18px;
}

.gms-homepage-problem__copy p,
.gms-homepage-problem__body p {
  margin: 0;
  color: var(--gms-home-muted);
  font-size: 16px;
  line-height: 1.5;
}

.gms-homepage-problem__list {
  position: relative;
  display: grid;
  gap: 72px;
  margin: 0;
  padding: 0 0 0 48px;
  list-style: none;
}

.gms-homepage-problem__list::before {
  content: '';
  position: absolute;
  top: 12px;
  bottom: 12px;
  left: 12px;
  width: 2px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.08));
}

.gms-homepage-problem__item {
  position: relative;
}

.gms-homepage-problem__marker {
  position: absolute;
  top: 0;
  left: -48px;
  width: 24px;
  height: 24px;
  border: 2px solid var(--gms-home-accent);
  border-radius: 999px;
  background: var(--gms-home-bg-deep);
}

.gms-homepage-problem__item:first-child .gms-homepage-problem__marker::after {
  content: '';
  position: absolute;
  inset: 5px;
  border-radius: 999px;
  background: var(--gms-home-accent);
}

.gms-homepage-problem__body {
  display: grid;
  gap: 8px;
}

.gms-homepage-problem__body h3 {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1;
}

.gms-homepage-section--solution .gms-homepage-chip,
.gms-homepage-section--guarantee .gms-homepage-chip,
.gms-homepage-section--serve .gms-homepage-chip,
.gms-homepage-section--services .gms-homepage-chip,
.gms-homepage-section--journal .gms-homepage-chip,
.gms-homepage-section--faq .gms-homepage-chip,
.gms-homepage-section--case-studies .gms-homepage-chip,
.gms-homepage-section--quote .gms-homepage-chip,
.gms-homepage-section--problem .gms-homepage-chip {
  gap: 12px;
  padding: 10px 24px;
  font-size: 22px;
  font-weight: 600;
  border-radius: 12px;
}

.gms-homepage-section--solution .gms-homepage-chip__icon,
.gms-homepage-section--guarantee .gms-homepage-chip__icon,
.gms-homepage-section--serve .gms-homepage-chip__icon,
.gms-homepage-section--services .gms-homepage-chip__icon,
.gms-homepage-section--journal .gms-homepage-chip__icon,
.gms-homepage-section--faq .gms-homepage-chip__icon,
.gms-homepage-section--case-studies .gms-homepage-chip__icon,
.gms-homepage-section--quote .gms-homepage-chip__icon,
.gms-homepage-section--problem .gms-homepage-chip__icon {
  width: 20px;
  height: 20px;
}

.gms-homepage-section--solution .gms-homepage-section-heading h2,
.gms-homepage-section--guarantee .gms-homepage-section-heading h2,
.gms-homepage-section--serve .gms-homepage-section-heading h2,
.gms-homepage-section--services .gms-homepage-section-heading h2,
.gms-homepage-section--journal .gms-homepage-section-heading h2,
.gms-homepage-section--faq .gms-homepage-section-heading h2,
.gms-homepage-section--case-studies .gms-homepage-section-heading h2,
.gms-homepage-section--quote .gms-homepage-section-heading h2 {
  font-size: 64px;
  line-height: 1.05;
}

.gms-homepage-section--solution {
  padding: 178px 0 150px;
  background: linear-gradient(180deg, #720a0a 0%, #190d0b 100%);
}

.gms-homepage-solution__lead {
  max-width: 800px;
  margin: 32px auto 0 !important;
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: center;
}

.gms-solution-lead-text {
  margin: 0 !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  color: rgba(255, 255, 255, 0.85) !important;
  line-height: 1.6 !important;
}

.gms-highlight-anim {
  color: var(--gms-home-accent) !important;
  font-weight: 600;
  position: relative;
  display: inline;
  transition: text-shadow 0.3s ease;
}

.gms-highlight-anim:hover {
  text-shadow: 0 0 12px rgba(219, 0, 0, 0.6);
}

.gms-highlight-anim::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--gms-home-accent);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}

.gms-highlight-anim:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.gms-solution-lead-emphasis {
  margin: 24px 0 0 0 !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  color: var(--gms-home-text) !important;
  line-height: 1.5 !important;
}

.gms-solution-lead-callout {
  margin: 16px auto 0 !important;
  font-size: 32px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  line-height: 1.3 !important;
  border-left: 4px solid var(--gms-home-accent);
  padding: 12px 24px;
  text-align: left;
  max-width: fit-content;
  background: linear-gradient(90deg, rgba(219, 0, 0, 0.1) 0%, transparent 100%);
  border-radius: 0 8px 8px 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.gms-text-white {
  color: #ffffff !important;
  font-weight: 600;
}

@keyframes gmsFadeUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.gms-animate-stagger-1 {
  animation: gmsFadeUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.1s both;
}

.gms-animate-stagger-2 {
  animation: gmsFadeUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.2s both;
}

.gms-animate-stagger-3 {
  animation: gmsFadeUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.4s both;
}

.gms-animate-stagger-4 {
  animation: gmsFadeUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.6s both;
}

.gms-homepage-solution {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 580px));
  justify-content: space-between;
  align-items: center;
  gap: 64px;
  margin-top: 60px;
}

.gms-homepage-solution__media {
  margin: 0;
  position: relative;
  z-index: 1;
}

.gms-homepage-solution__media img {
  width: 100%;
  height: 540px; /* Smaller height as requested */
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px; /* Pronounced border radius */
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.gms-homepage-solution__content {
  display: grid;
  gap: 20px;
  align-content: start;
}

@media (max-width: 991px) {
  .gms-homepage-solution {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .gms-homepage-solution__media img {
    height: 400px;
  }
}

.gms-homepage-solution__content p,
.gms-homepage-solution__list {
  margin: 0;
  color: var(--gms-home-muted);
  font-size: 16px;
  line-height: 1.6;
}

.gms-homepage-solution__content strong {
  font-weight: 600;
  color: var(--gms-home-text);
}

.gms-highlight {
  font-weight: 600;
  color: var(--gms-home-accent);
}

.gms-homepage-solution__question {
  margin: 8px 0;
  padding-left: 16px;
  border-left: 2px solid var(--gms-home-accent);
  color: var(--gms-home-text) !important;
  font-size: 20px !important;
  font-weight: 700;
  line-height: 1.4;
}

.gms-homepage-solution__closing {
  margin-top: 8px;
  color: var(--gms-home-text) !important;
  font-size: 17px !important;
  font-weight: 500;
}

.gms-homepage-solution__list {
  display: grid;
  gap: 12px;
  padding: 0;
  list-style: none;
}

.gms-homepage-solution__list li {
  position: relative;
  padding-left: 18px;
}

.gms-homepage-solution__list li::before {
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--gms-home-text);
}

.gms-homepage-solution__proof {
  display: grid;
  gap: 16px;
  margin: 32px 0 0;
  padding: 32px;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
}

.gms-homepage-solution__proof-heading {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: var(--gms-home-text);
  line-height: 1.2;
}

.gms-homepage-solution__proof-note {
  margin: -8px 0 0;
  font-size: 14px;
  color: var(--gms-home-muted);
}

.gms-homepage-solution__metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.gms-homepage-solution__metric {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 5px 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.1);
  font-size: 14px;
  font-weight: 500;
}

.gms-homepage-section--guarantee {
  padding: 150px 0 145px;
  background: linear-gradient(180deg, #190d0b 0%, #120807 100%);
}

.gms-homepage-guarantee__timeline {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 80px;
  max-width: 900px;
  margin: 100px auto 0;
  padding-left: 120px; /* Space for the line and icons */
  --timeline-progress: 0%;
}

.gms-homepage-guarantee__line-bg,
.gms-homepage-guarantee__progress-line {
  position: absolute;
  left: 60px; /* Centered in the 120px padding area */
  top: 0;
  width: 4px;
  border-radius: 4px;
  transform: translateX(-50%);
}

.gms-homepage-guarantee__line-bg {
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
}

.gms-homepage-guarantee__progress-line {
  height: var(--timeline-progress);
  background: linear-gradient(180deg, #ff2e1f 0%, #db0000 100%);
  box-shadow: 0 0 15px rgba(239, 32, 20, 0.4);
  transition: height 0.1s linear;
  z-index: 2;
}

.gms-homepage-guarantee__step {
  display: flex;
  align-items: center;
  gap: 60px;
  position: relative;
  transition: all 0.5s ease;
}

.gms-homepage-guarantee__node-wrap {
  position: absolute;
  left: -92px; /* Centering 64px icon relative to 120px padding (120 - 92 + 32 = 60) */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}

.gms-homepage-guarantee__node {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #241816;
  border: 4px solid #190d0b;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.4);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.gms-homepage-guarantee__node svg {
  width: 24px;
  height: 24px;
  transition: transform 0.4s ease;
}

/* Active State */
.gms-homepage-guarantee__step.is-active .gms-homepage-guarantee__node {
  background: linear-gradient(135deg, #ff2e1f 0%, #db0000 100%);
  color: #fff;
  transform: scale(1.15);
  box-shadow: 0 0 25px rgba(239, 32, 20, 0.6);
  border-color: rgba(255, 255, 255, 0.2);
}

.gms-homepage-guarantee__step.is-active .gms-homepage-guarantee__node svg {
  transform: rotate(5deg);
}

.gms-homepage-guarantee__body {
  flex: 1;
  opacity: 0.5;
  transform: translateX(20px);
  transition: all 0.6s ease;
}

.gms-homepage-guarantee__step.is-active .gms-homepage-guarantee__body {
  opacity: 1;
  transform: translateX(0);
}

.gms-homepage-guarantee__body h3 {
  margin: 0 0 12px;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
}

.gms-homepage-guarantee__body h3 span {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--gms-home-accent);
  margin-bottom: 8px;
}

.gms-homepage-guarantee__body p {
  margin: 0 0 20px;
  color: var(--gms-home-muted);
  font-size: 17px;
  line-height: 1.6;
}

.gms-homepage-guarantee__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  color: #fff;
  font-size: 15px;
  transition: color 0.3s ease;
}

.gms-homepage-guarantee__link:hover {
  color: var(--gms-home-accent);
}

@media (max-width: 991px) {
  .gms-homepage-guarantee__timeline {
    padding-left: 70px;
    margin-top: 60px;
  }
  
  .gms-homepage-guarantee__line-bg,
  .gms-homepage-guarantee__progress-line {
    left: 35px;
  }
  
  .gms-homepage-guarantee__node-wrap {
    left: -35px;
  }
  
  .gms-homepage-guarantee__node {
    width: 50px;
    height: 50px;
  }
  
  .gms-homepage-guarantee__body h3 {
    font-size: 22px;
  }
}

.gms-homepage-section--testimonials {
  position: relative;
  padding: 175px 0 150px;
  background: linear-gradient(180deg, #190d0b 0%, #120807 100%);
}

.gms-homepage-testimonials__glow {
  position: absolute;
  inset: 130px 0 auto;
  width: 100%;
  height: 577px;
  background: radial-gradient(circle at center, rgba(219, 0, 0, 0.4) 0%, rgba(219, 0, 0, 0.08) 40%, transparent 70%);
  filter: blur(20px);
}

.gms-homepage-testimonials__watermark {
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.35);
  font-size: clamp(80px, 10vw, 150px);
  font-weight: 700;
  line-height: 1;
  text-align: center;
  letter-spacing: 1.58px;
}

.gms-testimonials-swiper {
  width: 100%;
}

.gms-testimonials-swiper .swiper-slide {
  height: auto;
}

.gms-testimonial-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 40px;
  background: rgba(44, 37, 37, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(20px);
}

.gms-testimonial-card__stars {
  display: flex;
  gap: 4px;
  margin-bottom: 24px;
}

.gms-testimonial-card__content {
  flex-grow: 1;
  margin-bottom: 32px;
}

.gms-testimonial-card__content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
  line-height: 1.6;
  font-style: italic;
}

.gms-testimonial-card__author {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.gms-testimonial-card__name {
  margin: 0;
  color: var(--gms-home-text);
  font-size: 18px;
  font-weight: 700;
}

.gms-testimonial-card__role {
  margin: 0;
  color: var(--gms-home-accent) !important;
  font-size: 14px;
  font-weight: 500;
}

.gms-testimonials-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 48px;
}

.gms-testimonials-button-prev,
.gms-testimonials-button-next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  background: transparent;
  color: white;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s;
  padding: 0;
}

.gms-testimonials-button-prev:hover,
.gms-testimonials-button-next:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}

.gms-testimonials-swiper-pagination {
  position: static !important;
  width: auto !important;
  display: flex;
  align-items: center;
  gap: 8px;
}

.gms-testimonials-swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.2);
  opacity: 1;
  margin: 0 !important;
  transition: background 0.2s, width 0.2s;
}

.gms-testimonials-swiper-pagination .swiper-pagination-bullet-active {
  background: var(--gms-home-accent);
  width: 24px;
  border-radius: 8px;
}

.gms-homepage-section--services,
.gms-homepage-section--faq,
.gms-homepage-section--journal,
.gms-homepage-section--quote,
.gms-homepage-footer {
  background: var(--gms-home-bg-deep);
}

.gms-homepage-section--serve {
  padding: 150px 0;
  background: linear-gradient(180deg, var(--gms-home-bg-deep) 0%, rgba(66, 7, 7, 0.8) 50%, var(--gms-home-bg-deep) 100%);
  position: relative;
  overflow: hidden;
}

.gms-homepage-section--serve::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at center, rgba(219, 0, 0, 0.08) 0%, transparent 60%);
  pointer-events: none;
}

.gms-homepage-serve__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  width: min(100%, 1000px);
  margin: 60px auto 0;
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .gms-homepage-serve__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.gms-homepage-serve__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  text-align: center;
  padding: 40px 24px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  backdrop-filter: blur(10px);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

.gms-homepage-serve__item:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(219, 0, 0, 0.4);
  box-shadow: 0 12px 32px rgba(219, 0, 0, 0.15), inset 0 0 20px rgba(219, 0, 0, 0.05);
}

.gms-homepage-serve__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(219, 0, 0, 0.1) 0%, rgba(219, 0, 0, 0.02) 100%);
  border: 1px solid rgba(219, 0, 0, 0.2);
  color: var(--gms-home-accent) !important;
  fill: var(--gms-home-accent) !important;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.gms-homepage-serve__item:hover .gms-homepage-serve__icon {
  transform: scale(1.1);
  background: linear-gradient(135deg, rgba(219, 0, 0, 0.2) 0%, rgba(219, 0, 0, 0.05) 100%);
  box-shadow: 0 0 16px rgba(219, 0, 0, 0.3);
}

.gms-homepage-serve__icon svg {
  width: 36px !important;
  height: 36px !important;
}

.gms-homepage-serve__item h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--gms-home-text);
  transition: color 0.3s ease;
}

.gms-homepage-serve__footer {
  display: grid;
  justify-items: center;
  gap: 30px;
  margin-top: 60px;
  position: relative;
  z-index: 1;
}

.gms-homepage-serve__footer p {
  margin: 0;
  color: var(--gms-home-text);
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.gms-homepage-section--services {
  padding: 100px 0 150px;
}

.gms-homepage-services {
  display: grid;
  grid-template-columns: minmax(0, 612px) minmax(0, 523px);
  justify-content: space-between;
  gap: 105px;
  margin-top: 100px;
}

.gms-homepage-services__list {
  display: grid;
  gap: 0;
}

.gms-homepage-service {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.gms-homepage-service__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  padding: 0 0 18px;
  border: 0;
  background: transparent;
  color: var(--gms-home-text);
  font-size: 40px;
  font-weight: 700;
  line-height: 1.15;
  text-align: left;
  cursor: pointer;
}

.gms-homepage-service+.gms-homepage-service .gms-homepage-service__trigger {
  padding-top: 20px;
}

.gms-homepage-service__symbol {
  position: relative;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
}

.gms-homepage-service__symbol::before,
.gms-homepage-service__symbol::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background: currentColor;
  transform: translate(-50%, -50%);
}

.gms-homepage-service__symbol::before {
  width: 23px;
  height: 2px;
}

.gms-homepage-service__symbol::after {
  width: 2px;
  height: 23px;
}

.gms-homepage-service.is-open .gms-homepage-service__symbol::after {
  display: none;
}

.gms-homepage-service__panel {
  display: grid;
  gap: 20px;
  padding: 0 0 20px;
}

.gms-homepage-service__panel p {
  margin: 0;
  color: var(--gms-home-muted);
  font-size: 16px;
  line-height: 1.5;
}

.gms-homepage-service__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}

.gms-homepage-service__tag {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.1);
  font-size: 14px;
  font-weight: 500;
}

.gms-homepage-service__tag.is-solid {
  background: rgba(255, 255, 255, 0.3);
}

.gms-homepage-services__media img {
  width: 100%;
  height: 591px;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}

.gms-homepage-services__footer,
.gms-homepage-journal__actions {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.gms-homepage-section--faq,
.gms-homepage-section--journal,
.gms-homepage-section--quote {
  padding: 150px 0;
}

.gms-homepage-faq {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  align-items: start;
  gap: 48px;
}

/* ── Left Side: Intro Card ── */
.gms-homepage-faq__intro {
  position: sticky;
  top: 120px;
}

.gms-homepage-faq__intro-card {
  position: relative;
  display: grid;
  gap: 24px;
  padding: 40px 36px;
  background: linear-gradient(165deg, rgba(30, 14, 12, 0.95) 0%, rgba(45, 10, 8, 0.8) 50%, rgba(25, 12, 10, 0.95) 100%);
  border: 1px solid rgba(219, 0, 0, 0.2);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

/* Subtle glow behind the card */
.gms-homepage-faq__intro-card::before {
  content: '';
  position: absolute;
  top: -40%;
  left: -30%;
  width: 160%;
  height: 160%;
  background: radial-gradient(ellipse at 30% 20%, rgba(219, 0, 0, 0.08) 0%, transparent 60%);
  pointer-events: none;
}

/* Corner accent line */
.gms-homepage-faq__intro-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--gms-home-accent, #db0000) 0%, rgba(219, 0, 0, 0.3) 60%, transparent 100%);
}

.gms-homepage-faq__intro-card .gms-homepage-chip {
  position: relative;
}

/* Heading - large and dominant */
.gms-homepage-faq__intro h2 {
  position: relative;
  margin: 0;
  font-size: 52px !important;
  font-weight: 800 !important;
  line-height: 1.08 !important;
  letter-spacing: -0.01em;
}

.gms-faq-heading-accent {
  color: var(--gms-home-accent, #db0000);
  display: inline;
}

/* Description paragraphs */
.gms-homepage-faq__desc {
  position: relative;
  display: grid;
  gap: 16px;
}

.gms-homepage-faq__desc p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
  line-height: 1.65;
}

.gms-homepage-faq__desc strong {
  color: #fff;
  font-weight: 700;
}

/* Highlighted keywords */
.gms-faq-highlight {
  color: #fff;
  font-weight: 600;
  position: relative;
  padding-bottom: 1px;
  background-image: linear-gradient(to right, rgba(219, 0, 0, 0.5), rgba(219, 0, 0, 0.15));
  background-position: bottom left;
  background-size: 100% 2px;
  background-repeat: no-repeat;
}

/* Trust stats strip */
.gms-homepage-faq__trust-strip {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  padding: 20px 0;
  margin: 8px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.gms-homepage-faq__trust-stat {
  display: grid;
  gap: 4px;
  text-align: center;
}

.gms-homepage-faq__trust-stat:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.gms-homepage-faq__trust-number {
  font-family: var(--gms-home-heading-font, 'Space Grotesk', sans-serif);
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
  color: var(--gms-home-accent, #db0000);
  letter-spacing: -0.02em;
}

.gms-homepage-faq__trust-label {
  font-size: 12px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* CTA Buttons */
.gms-homepage-faq__actions {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 4px;
}

.gms-homepage-button--faq-cta {
  min-height: 54px !important;
  padding: 14px 28px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  background: linear-gradient(135deg, #db0000 0%, #a00000 100%) !important;
  border: 0 !important;
  box-shadow: 0 6px 24px rgba(219, 0, 0, 0.35), 0 2px 8px rgba(219, 0, 0, 0.2) !important;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.gms-homepage-button--faq-cta:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 10px 36px rgba(219, 0, 0, 0.45), 0 4px 12px rgba(219, 0, 0, 0.3) !important;
  background: linear-gradient(135deg, #e81010 0%, #b80000 100%) !important;
}

/* ── Right Side: Accordion ── */
.gms-homepage-faq__accordion {
  display: grid;
  gap: 0;
}

.gms-homepage-faq__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: background 0.3s ease;
}

.gms-homepage-faq__item:hover {
  background: rgba(255, 255, 255, 0.02);
}

.gms-homepage-faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 23px;
  width: 100%;
  padding: 24px 0;
  border: 0;
  background: transparent;
  color: var(--gms-home-text);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  text-align: left;
  cursor: pointer;
  transition: color 0.3s ease;
}

.gms-homepage-faq__question:hover {
  color: var(--gms-home-accent, #db0000);
}

.gms-homepage-faq__icon {
  position: relative;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  transition: all 0.3s ease;
}

.gms-homepage-faq__item:hover .gms-homepage-faq__icon {
  border-color: rgba(219, 0, 0, 0.4);
}

.gms-homepage-faq__item.is-open .gms-homepage-faq__icon {
  background: rgba(219, 0, 0, 0.15);
  border-color: rgba(219, 0, 0, 0.5);
}

.gms-homepage-faq__icon::before,
.gms-homepage-faq__icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background: currentColor;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}

.gms-homepage-faq__icon::before {
  width: 12px;
  height: 2px;
}

.gms-homepage-faq__icon::after {
  width: 2px;
  height: 12px;
}

.gms-homepage-faq__item.is-open .gms-homepage-faq__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}

.gms-homepage-faq__answer {
  padding: 0 0 20px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.gms-homepage-faq__answer p {
  width: min(100%, 540px);
  margin: 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 15px;
  line-height: 1.65;
}

.gms-homepage-faq__prompt {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.gms-homepage-faq__prompt p,
.gms-homepage-faq__prompt a {
  margin: 0;
  font-size: 14px;
}

.gms-homepage-faq__prompt p {
  color: rgba(255, 255, 255, 0.55);
}

.gms-homepage-faq__prompt a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  color: var(--gms-home-accent, #db0000);
  transition: color 0.3s ease;
}

.gms-homepage-faq__prompt a:hover {
  color: #ff3333;
}

/* ── FAQ Responsive ── */
@media (max-width: 991px) {
  .gms-homepage-faq {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .gms-homepage-faq__intro {
    position: static;
  }
  .gms-homepage-faq__intro h2 {
    font-size: 42px !important;
  }
  .gms-homepage-faq__trust-number {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .gms-homepage-faq__intro-card {
    padding: 28px 24px;
    border-radius: 16px;
  }
  .gms-homepage-faq__intro h2 {
    font-size: 36px !important;
  }
  .gms-homepage-faq__desc p {
    font-size: 15px;
  }
  .gms-homepage-faq__trust-strip {
    grid-template-columns: repeat(3, 1fr);
  }
  .gms-homepage-faq__trust-number {
    font-size: 24px;
  }
  .gms-homepage-faq__trust-label {
    font-size: 10px;
  }
  .gms-homepage-faq__actions {
    display: grid;
    gap: 12px;
  }
  .gms-homepage-button--faq-cta {
    width: 100%;
    justify-content: center;
  }
  .gms-homepage-faq__question {
    font-size: 18px;
    padding: 20px 0;
  }
}

@media (max-width: 480px) {
  .gms-homepage-faq__intro-card {
    padding: 22px 18px;
    gap: 20px;
  }
  .gms-homepage-faq__intro h2 {
    font-size: 30px !important;
  }
  .gms-homepage-faq__trust-number {
    font-size: 22px;
  }
}

.gms-homepage-journal__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 44px;
}

.gms-homepage-journal__card a {
  display: grid;
  gap: 10px;
}

.gms-homepage-journal__card img {
  width: 100%;
  height: 432px;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}

.gms-homepage-journal__meta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  width: fit-content;
  padding: 5px 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.1);
  font-size: 14px;
  font-weight: 500;
}

.gms-homepage-journal__card h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}

.gms-homepage-quote {
  display: grid;
  grid-template-columns: minmax(0, 619px) minmax(0, 491px);
  justify-content: space-between;
  gap: 78px;
}

.gms-homepage-quote__content {
  display: grid;
  gap: 15px;
}

.gms-homepage-quote__services {
  display: grid;
  gap: 15px;
  margin-top: 25px;
}

.gms-homepage-quote__services h3,
.gms-homepage-quote__form-card h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}

.gms-homepage-quote__services ul {
  display: grid;
  gap: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gms-homepage-quote__services li,
.gms-homepage-quote__reassurance span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.gms-homepage-quote__services li {
  font-size: 14px;
  font-weight: 500;
}

.gms-homepage-quote__details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px 0;
  margin-top: 72px;
}

.gms-homepage-quote__detail {
  display: flex;
  align-items: center;
  gap: 15px;
}

.gms-homepage-quote__detail-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 47px;
  height: 47px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--gms-home-text);
  font-size: 18px;
  font-weight: 700;
}

.gms-homepage-quote__detail p,
.gms-homepage-quote__detail h3 {
  margin: 0;
}

.gms-homepage-quote__detail p {
  color: var(--gms-home-text);
  font-size: 20px;
  font-weight: 600;
}

.gms-homepage-quote__detail h3 {
  color: #dbdbdb;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}

.gms-homepage-quote__form-card {
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(40px);
}

.gms-homepage-quote__form-card form {
  display: grid;
  gap: 20px;
  margin-top: 20px;
}

.gms-homepage-field {
  display: grid;
  gap: 5px;
}

.gms-homepage-field span {
  font-size: 14px;
  font-weight: 500;
}

.gms-homepage-field input,
.gms-homepage-field select,
.gms-homepage-field textarea {
  width: 100%;
  min-width: 0;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--gms-home-text);
}

.gms-homepage-field--active input {
  border-color: var(--gms-home-text);
}

.gms-homepage-field input::placeholder,
.gms-homepage-field textarea::placeholder,
.gms-homepage-field select,
.gms-homepage-phone-field__prefix {
  color: #dbdbdb;
}

.gms-homepage-phone-field {
  display: flex;
  align-items: center;
  min-height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
}

.gms-homepage-phone-field__prefix {
  padding: 0 0 0 16px;
}

.gms-homepage-phone-field input {
  border: 0;
  background: transparent;
}

.gms-homepage-select-wrap {
  position: relative;
  display: block;
}

.gms-homepage-select-wrap::after {
  content: '\25BE';
  position: absolute;
  top: 50%;
  right: 16px;
  color: var(--gms-home-text);
  font-size: 14px;
  transform: translateY(-50%);
  pointer-events: none;
}

.gms-homepage-field select {
  appearance: none;
  color-scheme: dark;
}

.gms-homepage-field select option {
  color: #1a1211;
  background: #fff7f4;
}

.gms-homepage-field select option[value=""] {
  color: #6b5753;
}

.gms-homepage-field textarea {
  min-height: 98px;
  resize: vertical;
}

.gms-homepage-quote__reassurance {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 20px;
  color: var(--gms-home-text);
  font-size: 12px;
}

.gms-homepage-footer {
  padding: 50px 0;
}

.gms-homepage-footer__grid {
  display: grid;
  grid-template-columns: 298px 120px 259px 222px 103px;
  justify-content: space-between;
  gap: 20px;
}

.gms-homepage-footer__brand {
  display: grid;
  gap: 18px;
}

.gms-homepage-wordmark--footer .gms-homepage-wordmark__badge {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  font-size: 24px;
}

.gms-homepage-wordmark--footer {
  gap: 12px;
}

.gms-homepage-wordmark--footer .gms-homepage-wordmark__line--top,
.gms-homepage-wordmark--footer .gms-homepage-wordmark__line--accent {
  font-size: 18px;
}

.gms-homepage-wordmark--footer .gms-homepage-wordmark__line--bottom {
  font-size: 10px;
}

.gms-homepage-footer__brand p,
.gms-homepage-footer__column a,
.gms-homepage-footer__bottom {
  color: #d3d3d3;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  line-height: 1.45;
}

.gms-homepage-footer__socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.gms-homepage-footer__socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--gms-home-text);
  font-size: 11px;
  font-weight: 700;
}

.gms-homepage-footer__column h3 {
  margin: 0 0 20px;
  color: var(--gms-home-accent);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}

.gms-homepage-footer__column ul {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gms-homepage-footer__bottom {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

[data-service-panel][hidden],
[data-faq-panel][hidden],
[data-testimonial-slide][hidden] {
  display: none !important;
}

/* Homepage refinement overrides */
.gms-homepage-brandmark {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.gms-homepage-brandmark .gms-logo-image {
  display: block;
  width: 188px;
  height: auto;
}

.gms-homepage-nav__list a {
  position: relative;
  padding: 2px 0;
}

.gms-homepage-nav__list a::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -17px;
  height: 1px;
  background: transparent;
}

.gms-homepage-nav__list a[aria-current='page']::after {
  background: rgba(255, 255, 255, 0.45);
}

.gms-homepage-button__play {
  position: relative;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
}

.gms-homepage-button__play::before {
  content: '';
  position: absolute;
  left: 6px;
  top: 4px;
  border-left: 5px solid currentColor;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}

.gms-homepage-hero__scroll .gms-homepage-button__arrow {
  width: 22px;
  height: 22px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
}

.gms-homepage-hero__scroll .gms-homepage-button__arrow::before {
  width: 8px;
  right: 6px;
}

.gms-homepage-hero__scroll .gms-homepage-button__arrow::after {
  right: 6px;
}

.gms-homepage-problem__title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.gms-homepage-problem__title-icon {
  position: relative;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}

.gms-homepage-problem__title-icon::before {
  content: '';
  position: absolute;
  inset: 1px;
  border: 2px solid var(--gms-home-accent);
  border-radius: 999px;
}

.gms-homepage-problem__title-icon::after {
  content: '';
  position: absolute;
  left: 1px;
  right: 1px;
  top: 7px;
  height: 2px;
  background: var(--gms-home-accent);
  transform: rotate(45deg);
}

.gms-homepage-testimonial__author-icon {
  position: relative;
  font-size: 0;
}

.gms-homepage-testimonial__author-icon::before {
  content: '';
  position: absolute;
  top: 11px;
  width: 10px;
  height: 10px;
  border: 1.5px solid rgba(255, 255, 255, 0.7);
  border-radius: 999px;
}

.gms-homepage-testimonial__author-icon::after {
  content: '';
  position: absolute;
  bottom: 12px;
  width: 16px;
  height: 8px;
  border: 1.5px solid rgba(255, 255, 255, 0.7);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: 0;
}

.gms-homepage-quote__detail-icon svg,
.gms-homepage-footer__socials svg {
  width: 18px;
  height: 18px;
}

.gms-homepage-footer__grid {
  grid-template-columns: 298px minmax(0, 1fr) minmax(0, 1.25fr) minmax(0, 1.45fr) minmax(0, 0.9fr);
  gap: 40px;
}

.gms-homepage-brandmark--footer .gms-logo-image {
  width: 190px;
}

.gms-homepage-footer__brand {
  gap: 18px;
}

.gms-homepage-footer__socials a {
  width: 30px;
  height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 0;
}

.gms-homepage-footer__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--gms-home-accent);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
  cursor: default;
}

.gms-homepage-footer__chevron {
  display: none;
  position: relative;
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
}

.gms-homepage-footer__chevron::before,
.gms-homepage-footer__chevron::after {
  content: '';
  position: absolute;
  top: 6px;
  width: 8px;
  height: 1.5px;
  background: currentColor;
}

.gms-homepage-footer__chevron::before {
  left: 0;
  transform: rotate(45deg);
}

.gms-homepage-footer__chevron::after {
  right: 0;
  transform: rotate(-45deg);
}

.gms-homepage-footer__column.is-open .gms-homepage-footer__chevron::before {
  transform: rotate(-45deg);
}

.gms-homepage-footer__column.is-open .gms-homepage-footer__chevron::after {
  transform: rotate(45deg);
}

.gms-homepage-footer__panel {
  display: grid;
  gap: 16px;
  margin-top: 20px;
}

.gms-homepage-footer__panel ul,
.gms-homepage-footer__subgroup ul {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gms-homepage-footer__subgroup {
  display: grid;
  gap: 20px;
  margin-top: 28px;
}

.gms-homepage-footer__subgroup h4 {
  margin: 0;
  color: var(--gms-home-accent);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}

.gms-homepage-footer__bottom p {
  margin: 0;
}

[data-footer-panel][hidden] {
  display: none !important;
}

@media (max-width: 1240px) {
  :root {
    --gms-home-gutter: 48px;
  }

  .gms-homepage-problem,
  .gms-homepage-services,
  .gms-homepage-faq,
  .gms-homepage-quote {
    gap: 60px;
  }

  .gms-homepage-footer__grid {
    grid-template-columns: 280px repeat(4, minmax(0, 1fr));
    gap: 28px;
  }
}

@media (max-width: 1024px) {
  :root {
    --gms-home-gutter: 32px;
  }

  .gms-homepage-problem,
  .gms-homepage-solution,
  .gms-homepage-services,
  .gms-homepage-faq,
  .gms-homepage-quote {
    grid-template-columns: minmax(0, 1fr);
    gap: 48px;
  }

  .gms-homepage-services__media,
  .gms-homepage-quote__form-card {
    max-width: 620px;
  }

  .gms-homepage-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gms-homepage-footer__brand {
    grid-column: 1 / -1;
  }

  .gms-homepage-guarantee__timeline::before {
    left: 35px;
    transform: none;
  }

  .gms-homepage-guarantee__step {
    grid-template-columns: 70px minmax(0, 1fr);
    gap: 24px;
    min-height: 0;
    padding-bottom: 36px;
    margin-top: 0 !important;
  }

  .gms-homepage-guarantee__step--right .gms-homepage-guarantee__body,
  .gms-homepage-guarantee__step--left .gms-homepage-guarantee__body {
    grid-column: 2;
    justify-self: start;
    width: min(100%, 520px);
  }
}

@media (max-width: 991px) {
  .gms-homepage-nav-toggle {
    display: block;
  }

  .gms-homepage-nav {
    position: fixed;
    top: calc(var(--gms-home-header-height) + 12px);
    right: 16px;
    left: auto;
    z-index: 999;
    width: min(calc(100vw - 32px), 360px);
    height: auto;
    display: block;
    margin-left: 0;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 16px;
    background: rgba(25, 13, 11, 0.98);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
    transform: translateY(-12px);
    opacity: 0;
    visibility: hidden;
    transition: transform var(--gms-home-transition), opacity var(--gms-home-transition), visibility var(--gms-home-transition);
  }

  .gms-homepage-nav.is-open {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .gms-homepage-nav__list {
    display: grid;
    gap: 18px;
    height: auto;
  }

  .gms-homepage-nav__item {
    height: auto;
    flex-wrap: wrap;
  }

  .gms-homepage-nav__list a::after {
    display: none;
  }

  .gms-homepage-dropdown {
    position: static;
    transform: none;
    min-width: 0;
    padding: 10px 0 0 16px;
    border: 0;
    background: transparent;
    box-shadow: none;
    width: 100%;
  }

  .gms-homepage-hero {
    min-height: 760px;
    padding-top: 180px;
  }

  .gms-homepage-hero__content h1 {
    font-size: 48px;
  }

  .gms-homepage-section--problem,
  .gms-homepage-section--solution,
  .gms-homepage-section--guarantee,
  .gms-homepage-section--testimonials,
  .gms-homepage-section--serve,
  .gms-homepage-section--services,
  .gms-homepage-section--faq,
  .gms-homepage-section--journal,
  .gms-homepage-section--quote {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}

@media (max-width: 767px) {
  :root {
    --gms-home-gutter: 16px;
  }

  body.home.admin-bar .gms-homepage-header {
    top: 46px;
  }

  .gms-homepage-header__inner {
    gap: 16px;
  }

  .gms-homepage-brandmark .gms-logo-image {
    width: 135px;
  }

  .gms-homepage-button--compact {
    min-height: 36px;
    padding: 6px 12px 6px 16px;
    font-size: 12px;
    gap: 6px;
  }

  .gms-homepage-chip {
    font-size: 12px;
  }

  .gms-homepage-section-heading h2,
  .gms-homepage-quote__content h2 {
    font-size: 32px;
  }

  .gms-homepage-hero {
    min-height: auto;
    padding: 132px 0 72px;
  }

  .gms-homepage-hero__content h1 {
    width: 100%;
    font-size: 32px;
  }

  .gms-homepage-hero__content p {
    width: 100%;
  }

  .gms-homepage-hero__actions {
    display: grid;
    width: 100%;
  }

  .gms-homepage-hero__actions .gms-homepage-button {
    width: 100%;
  }

  .gms-homepage-hero__trust {
    display: grid;
    justify-items: center;
    gap: 12px;
  }

  .gms-homepage-hero__scroll {
    position: static;
    margin-top: 28px;
    transform: none;
  }

  .gms-homepage-problem,
  .gms-homepage-solution,
  .gms-homepage-services,
  .gms-homepage-faq,
  .gms-homepage-quote {
    gap: 40px;
  }

  .gms-homepage-problem__body h3,
  .gms-homepage-guarantee__body h3 {
    font-size: 24px;
  }

  .gms-homepage-solution__media img,
  .gms-homepage-services__media img {
    height: auto;
    aspect-ratio: 408 / 478;
  }

  .gms-homepage-solution__metrics {
    display: grid;
    justify-items: start;
  }

  .gms-homepage-guarantee__timeline {
    margin-top: 60px;
  }

  .gms-homepage-guarantee__timeline::before {
    left: 27px;
    width: 2px;
  }

  .gms-homepage-guarantee__step {
    grid-template-columns: 55px minmax(0, 1fr);
    gap: 18px;
    padding-bottom: 28px;
  }

  .gms-homepage-guarantee__node {
    width: 55px;
    height: 55px;
  }

  .gms-homepage-testimonials__watermark {
    margin-bottom: 40px;
    font-size: clamp(20px, 11vw, 50px);
  }

  .gms-homepage-testimonial {
    min-height: 0;
    padding: 40px 16px 24px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.11);
  }

  .gms-homepage-testimonial__quote p {
    font-size: 16px;
    line-height: 1.36;
  }

  .gms-homepage-testimonial__footer {
    margin-top: 30px;
    gap: 30px;
  }

  .gms-homepage-serve__grid,
  .gms-homepage-journal__grid,
  .gms-homepage-footer__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .gms-homepage-services {
    margin-top: 60px;
  }

  .gms-homepage-service__trigger {
    font-size: 32px;
  }



  .gms-homepage-quote__details {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
    margin-top: 40px;
  }

  .gms-homepage-quote__form-card {
    padding: 20px;
  }

  .gms-homepage-quote__reassurance {
    display: grid;
    justify-items: start;
    gap: 8px;
  }

  .gms-homepage-footer__brand {
    order: 10;
    grid-column: auto;
  }

  .gms-homepage-brandmark--footer .gms-logo-image {
    width: 135px;
  }

  .gms-homepage-footer__toggle {
    cursor: pointer;
  }

  .gms-homepage-footer__chevron {
    display: block;
  }
}

@media (max-width: 359px) {
  .gms-homepage-button {
    min-height: 42px;
    font-size: 14px;
  }

  .gms-homepage-service__trigger {
    font-size: 28px;
  }

  .gms-homepage-hero__content h1,
  .gms-homepage-section-heading h2,
  .gms-homepage-quote__content h2 {
    font-size: 28px;
  }
}

[data-home-hero-slide][hidden] {
  display: none !important;
}

.gms-homepage-mobile-hero {
  display: none;
}

.gms-homepage-chip--mobile {
  gap: 5px;
  min-height: 24px;
  padding: 6px 10px;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.12);
  font-size: 9px;
  font-weight: 500;
}

.gms-homepage-chip__icon--code {
  position: relative;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: transparent;
  box-shadow: inset 0 0 0 1.5px rgba(255, 255, 255, 0.88);
}

.gms-homepage-chip__icon--code::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 2.5px;
  width: 1.5px;
  height: 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  transform: translateX(-50%) rotate(24deg);
}

@media (max-width: 767px) {
  .gms-homepage-hero {
    min-height: auto;
    padding: 112px 0 40px;
    background: linear-gradient(180deg, rgba(18, 8, 7, 0.96) 0%, rgba(16, 8, 7, 1) 100%);
  }

  .gms-homepage-hero__content--desktop,
  .gms-homepage-hero__scroll {
    display: none;
  }

  .gms-homepage-mobile-hero {
    position: relative;
    display: block;
  }

  .gms-homepage-mobile-hero__slide {
    display: block;
  }

  .gms-homepage-mobile-hero__frame {
    position: relative;
    min-height: 438px;
    padding: 22px 18px 62px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 22px;
    overflow: hidden;
    background: #160909;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 28px 60px rgba(0, 0, 0, 0.4);
  }

  .gms-homepage-mobile-hero__frame::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -26px;
    width: 172px;
    height: 172px;
    transform: translateX(-50%);
    background: radial-gradient(circle, rgba(219, 0, 0, 0.9) 0%, rgba(219, 0, 0, 0.35) 36%, rgba(219, 0, 0, 0) 72%);
    filter: blur(10px);
    pointer-events: none;
  }

  .gms-homepage-mobile-hero__bg,
  .gms-homepage-mobile-hero__overlay {
    position: absolute;
    inset: 0;
  }

  .gms-homepage-mobile-hero__bg {
    background-position: var(--gms-home-mobile-hero-position, center center);
    background-size: cover;
    background-repeat: no-repeat;
    transform: scale(1.02);
  }

  .gms-homepage-mobile-hero__overlay {
    background: linear-gradient(180deg, rgba(19, 9, 8, 0.38) 0%, rgba(18, 9, 8, 0.56) 28%, rgba(17, 8, 8, 0.8) 58%, rgba(16, 8, 7, 0.97) 100%), radial-gradient(circle at 50% 96%, rgba(219, 0, 0, 0.92) 0%, rgba(219, 0, 0, 0.34) 28%, rgba(219, 0, 0, 0) 62%);
  }

  .gms-homepage-mobile-hero__copy {
    position: relative;
    z-index: 1;
    display: grid;
    justify-items: center;
    gap: 12px;
    text-align: center;
  }

  .gms-homepage-mobile-hero__copy h2 {
    width: min(100%, 300px);
    margin: 0;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: 0;
  }

  .gms-homepage-mobile-hero__copy p {
    width: min(100%, 284px);
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 12px;
    line-height: 1.45;
  }

  .gms-homepage-mobile-hero__actions {
    display: grid;
    justify-items: center;
    gap: 10px;
    width: 100%;
    margin-top: 6px;
  }

  .gms-homepage-mobile-hero__actions .gms-homepage-button {
    min-height: 32px;
    padding: 8px 12px 8px 10px;
    border-radius: 6px;
    font-size: 10px;
    gap: 7px;
  }

  .gms-homepage-mobile-hero__actions .gms-homepage-button--primary {
    min-width: 126px;
  }

  .gms-homepage-mobile-hero__actions .gms-homepage-button--secondary {
    min-width: 154px;
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.12);
  }

  .gms-homepage-mobile-hero__actions .gms-homepage-button__arrow {
    width: 12px;
    height: 12px;
    flex-basis: 12px;
  }

  .gms-homepage-mobile-hero__actions .gms-homepage-button__arrow::before {
    width: 8px;
    height: 1.25px;
  }

  .gms-homepage-mobile-hero__actions .gms-homepage-button__arrow::after {
    width: 5px;
    height: 5px;
    border-top-width: 1.25px;
    border-right-width: 1.25px;
  }

  .gms-homepage-mobile-hero__actions .gms-homepage-button__play {
    width: 14px;
    height: 14px;
    flex-basis: 14px;
  }

  .gms-homepage-mobile-hero__actions .gms-homepage-button__play::before {
    left: 5px;
    top: 3px;
    border-left-width: 4px;
    border-top-width: 3px;
    border-bottom-width: 3px;
  }

  .gms-homepage-mobile-hero__pager {
    position: absolute;
    left: 50%;
    bottom: 14px;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 4px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    background: rgba(20, 10, 8, 0.82);
    transform: translateX(-50%);
    backdrop-filter: blur(10px);
  }

  .gms-homepage-mobile-hero__dot {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    padding: 0;
    border: 0;
    border-radius: 7px;
    background: transparent;
    color: rgba(255, 255, 255, 0.45);
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
  }

  .gms-homepage-mobile-hero__dot.is-active {
    background: var(--gms-home-accent);
    color: #fff;
  }
}

@media (max-width: 480px) {
  .gms-homepage-brandmark svg {
    max-width: 110px !important;
    height: auto;
  }

  .gms-homepage-header .gms-homepage-shell {
    width: 100% !important;
  }

  .gms-homepage-header__inner {
    padding: 0 10px !important;
    gap: 6px !important;
  }

  .gms-homepage-header__actions {
    gap: 6px !important;
  }

  .gms-homepage-header__actions .gms-homepage-button--compact {
    padding: 6px 10px !important;
    font-size: 12px !important;
  }

  .gms-homepage-nav-toggle {
    margin-left: 0 !important;
    transform: scale(0.85);
  }
}

@media (max-width: 359px) {
  .gms-homepage-hero {
    padding-top: 104px;
  }

  .gms-homepage-mobile-hero__frame {
    min-height: 408px;
    padding: 18px 14px 56px;
    border-radius: 18px;
  }

  .gms-homepage-mobile-hero__copy h2 {
    width: 100%;
    font-size: 28px;
  }

  .gms-homepage-mobile-hero__copy p {
    width: min(100%, 240px);
    font-size: 11px;
  }

  .gms-homepage-mobile-hero__actions .gms-homepage-button--secondary {
    min-width: 140px;
  }

  .gms-homepage-mobile-hero__pager {
    bottom: 12px;
  }
}

/* ── Interactive Services Tabs ── */
.gms-services-tabs {
  display: flex;
  gap: 40px;
  margin-top: 60px;
  min-height: 600px;
}

.gms-services-tabs__nav {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 0 0 320px;
}

.gms-services-tabs__control {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  color: rgba(255, 255, 255, 0.6);
  text-align: left;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

.gms-services-tabs__control::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(219, 0, 0, 0.15) 0%, transparent 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.gms-services-tabs__control-index {
  font-family: 'Space Mono', monospace;
  font-size: 14px;
  font-weight: 700;
  color: var(--gms-home-accent);
  opacity: 0.5;
  transition: opacity 0.4s ease;
}

.gms-services-tabs__control-label {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.gms-services-tabs__control:hover {
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  transform: translateX(5px);
}

.gms-services-tabs__control.is-active {
  background: rgba(219, 0, 0, 0.08);
  border-color: rgba(219, 0, 0, 0.5);
  color: #fff;
  box-shadow: 0 0 30px rgba(219, 0, 0, 0.15), inset 0 0 15px rgba(219, 0, 0, 0.1);
}

.gms-services-tabs__control.is-active::before {
  opacity: 1;
}

.gms-services-tabs__control.is-active .gms-services-tabs__control-index {
  opacity: 1;
}

.gms-services-tabs__display {
  flex: 1;
  position: relative;
}

.gms-services-tabs__panel {
  display: none;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.gms-services-tabs__panel.is-active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.gms-services-tabs__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
  padding: 40px;
  background: rgba(25, 13, 11, 0.4);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  box-shadow: var(--gms-home-shadow);
}

.gms-services-tabs__subtitle {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--gms-home-accent);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.gms-services-tabs__header h3 {
  margin: 0 0 20px;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.1;
}

.gms-services-tabs__summary {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 1.6;
  color: var(--gms-home-muted);
}

.gms-services-tabs__benefits {
  margin-bottom: 40px;
}

.gms-services-tabs__benefits h4 {
  margin: 0 0 20px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  opacity: 0.9;
}

.gms-services-tabs__benefits ul {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gms-services-tabs__benefits li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  color: var(--gms-home-muted);
}

.gms-services-tabs__benefit-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23db0000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
}

/* ── Image Container: Fixed aspect ratio, proper fitting ── */
.gms-services-tabs__media {
  position: relative;
  width: 100%;
  height: 300px;
  border-radius: 16px;
  overflow: hidden;
  flex-shrink: 0;
  align-self: start;
}

.gms-services-tabs__image-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 16px;
}

.gms-services-tabs__image-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 16px;
  transform: scale(1);
  transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Hover zoom effect */
.gms-services-tabs__media:hover .gms-services-tabs__image-wrap img {
  transform: scale(1.05);
}

/* Active panel image enters with subtle zoom */
.gms-services-tabs__panel.is-active .gms-services-tabs__image-wrap img {
  transform: scale(1);
}

/* Bottom-to-top gradient overlay for depth */
.gms-services-tabs__image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.1) 40%, transparent 100%);
  border-radius: 16px;
  pointer-events: none;
  z-index: 1;
}

/* Subtle red accent glow on the image edge */
.gms-services-tabs__media::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, var(--gms-home-accent, #db0000) 50%, transparent 100%);
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 2;
}

.gms-services-tabs__panel.is-active .gms-services-tabs__media::after {
  opacity: 0.7;
}

/* ── Desktop Large (1200px+) ── */
@media (min-width: 1200px) {
  .gms-services-tabs__grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .gms-services-tabs__media {
    height: 100%;
    min-height: 400px;
    max-height: 520px;
  }
}

/* ── Tablet / Smaller Desktop (992px - 1199px) ── */
@media (max-width: 1199px) {
  .gms-services-tabs__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .gms-services-tabs__media {
    height: 280px;
    order: -1;
  }
}

/* ── Tablet (max 991px) ── */
@media (max-width: 991px) {
  .gms-services-tabs {
    flex-direction: column;
  }
  .gms-services-tabs__nav {
    flex: 0 0 auto;
    flex-direction: row;
    overflow-x: auto;
    padding-bottom: 10px;
    scrollbar-width: none;
  }
  .gms-services-tabs__nav::-webkit-scrollbar {
    display: none;
  }
  .gms-services-tabs__control {
    flex: 0 0 240px;
  }
  .gms-services-tabs__media {
    height: 260px;
  }
}

/* ── Mobile (max 767px) ── */
@media (max-width: 767px) {
  .gms-services-tabs__grid {
    padding: 24px;
    gap: 24px;
  }
  .gms-services-tabs__header h3 {
    font-size: 32px;
  }
  .gms-services-tabs__summary {
    font-size: 16px;
    margin-bottom: 24px;
  }
  .gms-services-tabs__media {
    height: 220px;
    border-radius: 12px;
  }
  .gms-services-tabs__image-wrap,
  .gms-services-tabs__image-wrap img,
  .gms-services-tabs__image-overlay {
    border-radius: 12px;
  }
  .gms-services-tabs__benefits {
    margin-bottom: 24px;
  }
}

/* ── Small Mobile (max 480px) ── */
@media (max-width: 480px) {
  .gms-services-tabs__grid {
    padding: 16px;
    gap: 20px;
  }
  .gms-services-tabs__header h3 {
    font-size: 26px;
  }
  .gms-services-tabs__media {
    height: 180px;
    border-radius: 10px;
  }
  .gms-services-tabs__image-wrap,
  .gms-services-tabs__image-wrap img,
  .gms-services-tabs__image-overlay {
    border-radius: 10px;
  }
  .gms-services-tabs__control {
    flex: 0 0 200px;
    padding: 16px;
  }
  .gms-services-tabs__control-label {
    font-size: 15px;
  }
}
/* Homepage footer dramatic social icons */
.gms-homepage-footer__socials {
  align-items: center;
  gap: 12px;
}

.gms-homepage-footer__socials .gms-homepage-footer__social {
  --gms-home-social-rgb: 239, 32, 20;
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.03)),
    linear-gradient(145deg, rgba(24, 18, 20, 0.98), rgba(10, 8, 12, 0.98));
  color: #ffffff;
  box-shadow:
    0 16px 30px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 0 0 1px rgba(var(--gms-home-social-rgb), 0.16);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease;
}

.gms-homepage-footer__socials .gms-homepage-footer__social::before,
.gms-homepage-footer__socials .gms-homepage-footer__social::after {
  content: '';
  position: absolute;
  pointer-events: none;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.gms-homepage-footer__socials .gms-homepage-footer__social::before {
  inset: 0;
  background: linear-gradient(135deg, rgba(var(--gms-home-social-rgb), 0.24) 0%, rgba(var(--gms-home-social-rgb), 0.08) 28%, rgba(var(--gms-home-social-rgb), 0) 58%);
  opacity: 0.9;
}

.gms-homepage-footer__socials .gms-homepage-footer__social::after {
  width: 82%;
  height: 82%;
  right: -22%;
  bottom: -28%;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(var(--gms-home-social-rgb), 0.62) 0%, rgba(var(--gms-home-social-rgb), 0) 74%);
  filter: blur(6px);
  opacity: 0.82;
}

.gms-homepage-footer__socials .gms-homepage-footer__social:hover,
.gms-homepage-footer__socials .gms-homepage-footer__social:focus-visible {
  transform: translateY(-4px) scale(1.04);
  border-color: rgba(var(--gms-home-social-rgb), 0.56);
  box-shadow:
    0 22px 36px rgba(0, 0, 0, 0.42),
    0 14px 32px rgba(var(--gms-home-social-rgb), 0.2),
    0 0 0 1px rgba(var(--gms-home-social-rgb), 0.34);
  filter: saturate(1.12);
}

.gms-homepage-footer__socials .gms-homepage-footer__social:hover::before,
.gms-homepage-footer__socials .gms-homepage-footer__social:focus-visible::before {
  transform: scale(1.03);
}

.gms-homepage-footer__socials .gms-homepage-footer__social:hover::after,
.gms-homepage-footer__socials .gms-homepage-footer__social:focus-visible::after {
  opacity: 1;
  transform: scale(1.12);
}

.gms-homepage-footer__socials .gms-homepage-footer__social svg {
  position: relative;
  z-index: 1;
  width: 20px;
  height: 20px;
  filter: drop-shadow(0 0 12px rgba(var(--gms-home-social-rgb), 0.34));
}

.gms-homepage-footer__social--facebook {
  --gms-home-social-rgb: 24, 119, 242;
}

.gms-homepage-footer__social--instagram {
  --gms-home-social-rgb: 225, 48, 108;
}

.gms-homepage-footer__social--linkedin {
  --gms-home-social-rgb: 10, 102, 194;
}

.gms-homepage-footer__social--x {
  --gms-home-social-rgb: 238, 238, 238;
}

.gms-homepage-footer__social--youtube {
  --gms-home-social-rgb: 255, 34, 34;
}


@media (max-width: 767px) {
  .gms-homepage-footer__socials {
    gap: 10px;
  }

  .gms-homepage-footer__socials .gms-homepage-footer__social {
    width: 42px;
    height: 42px;
    border-radius: 14px;
  }

  .gms-homepage-footer__socials .gms-homepage-footer__social svg {
    width: 18px;
    height: 18px;
  }
}


