: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-footer {
  display: none !important;
}

body.home {
  --gms-site-header-height: 88px;
}

body.home .gms-site-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);
}

body.home .gms-header-inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 32px;
  width: min(calc(100% - 80px), 1440px);
  max-width: 1440px;
  min-height: var(--gms-site-header-height);
  margin: 0 auto;
  padding: 0;
}

body.home .gms-site-header .gms-logo-image {
  max-height: 64px;
  width: auto;
}

body.home .gms-primary-nav {
  display: flex;
  align-items: center;
  justify-self: center;
  margin-left: 0;
}

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

body.home .gms-nav-list>.menu-item {
  position: relative;
  display: flex;
  align-items: center;
  min-height: var(--gms-site-header-height);
}

body.home .gms-nav-list>.menu-item-has-children {
  padding-bottom: 16px;
  margin-bottom: -16px;
}

body.home .gms-nav-list>.menu-item>a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: var(--gms-site-header-height);
  padding: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: color 0.3s ease;
}

body.home .gms-nav-list>.menu-item>a::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 22px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(239, 32, 20, 0.2), rgba(239, 32, 20, 0.95), rgba(239, 32, 20, 0.2));
  opacity: 0;
  transform: scaleX(0.35);
  transform-origin: center;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

body.home .gms-nav-list>.menu-item>a:hover,
body.home .gms-nav-list>.menu-item>a:focus-visible,
body.home .gms-nav-list>.current-menu-item>a,
body.home .gms-nav-list>.current-menu-ancestor>a,
body.home .gms-nav-list>.current_page_item>a,
body.home .gms-nav-list>.current-page-ancestor>a {
  color: #ffffff;
}

body.home .gms-nav-list>.menu-item>a:hover::before,
body.home .gms-nav-list>.menu-item>a:focus-visible::before,
body.home .gms-nav-list>.current-menu-item>a::before,
body.home .gms-nav-list>.current-menu-ancestor>a::before,
body.home .gms-nav-list>.current_page_item>a::before,
body.home .gms-nav-list>.current-page-ancestor>a::before {
  opacity: 1;
  transform: scaleX(1);
}

body.home .gms-nav-caret {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
  opacity: 0.75;
}

body.home .gms-nav-submenu {
  position: absolute;
  top: calc(100% - 14px);
  left: 50%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  min-width: 280px;
  margin: 0;
  padding: 14px;
  list-style: none;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  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;
  transform: translateX(-50%) translateY(8px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
  z-index: 1005;
}

body.home .gms-nav-submenu--columns-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-width: 420px;
  column-gap: 12px;
}

body.home .gms-nav-submenu__item {
  list-style: none;
}

body.home .gms-nav-submenu a {
  display: block;
  min-height: 0;
  padding: 10px 12px;
  border-radius: 12px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.84rem;
  line-height: 1.35;
  text-decoration: none;
  white-space: normal;
  transition: background-color 0.18s ease, color 0.18s ease;
}

body.home .gms-nav-submenu a:hover,
body.home .gms-nav-submenu a:focus-visible {
  color: #ffffff;
  background: rgba(219, 0, 0, 0.15);
}

body.home .gms-nav-list>.menu-item-has-children:hover>.gms-nav-submenu,
body.home .gms-nav-list>.menu-item-has-children:focus-within>.gms-nav-submenu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

@media (min-width: 1101px) and (max-width: 1240px) {
  body.home .gms-header-inner {
    gap: 24px;
    width: min(calc(100% - 48px), 1440px);
  }

  body.home .gms-nav-list {
    gap: 22px;
  }

  body.home .gms-nav-list>.menu-item>a {
    font-size: 15px;
    white-space: nowrap;
  }

  body.home .gms-audit-button {
    min-width: 160px;
    padding-right: 38px;
    padding-left: 18px;
    font-size: 15px;
  }
}

body.home .gms-header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

body.home .gms-audit-button {
  position: relative;
  min-width: 168px;
  min-height: 42px;
  padding: 13px 42px 13px 20px;
  color: #fff;
  border-radius: 6px;
  background: linear-gradient(180deg, #f21d15 0%, #df0b05 100%);
  box-shadow: 0 14px 34px rgba(239, 32, 20, 0.35);
  font-size: 16px;
  line-height: 1;
}

body.home .gms-audit-button::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 18px;
  width: 11px;
  height: 1.5px;
  background: currentColor;
  transform: translateY(-50%);
}

body.home .gms-audit-button::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 18px;
  width: 6px;
  height: 6px;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}

body.home .gms-nav-backdrop {
  position: fixed;
  inset: calc(var(--gms-site-header-height) + 12px) 0 0;
  z-index: 998;
  background: rgba(7, 4, 4, 0.7);
  backdrop-filter: blur(8px);
  opacity: 0;
  pointer-events: none !important;
  transition: opacity 0.22s ease;
}

body.home.has-open-nav .gms-nav-backdrop {
  opacity: 1;
  pointer-events: auto !important;
}

@media (max-width: 1100px) {
  body.home {
    --gms-site-header-height: 72px;
  }

  body.home .gms-header-inner {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    width: min(calc(100% - 32px), 1440px);
    min-height: var(--gms-site-header-height);
  }

  body.home .gms-site-header .gms-logo-image {
    max-height: 48px;
  }

  body.home .gms-primary-nav {
    position: fixed;
    top: calc(var(--gms-site-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;
    pointer-events: none;
    transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
  }

  body.home .gms-primary-nav.is-open {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  body.home .gms-nav-list {
    display: grid;
    gap: 18px;
    height: auto;
    justify-content: stretch;
  }

  body.home .gms-nav-list>.menu-item,
  body.home .gms-nav-list>.menu-item-has-children {
    width: 100%;
    min-height: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  body.home .gms-nav-list>.menu-item>a {
    justify-content: space-between;
    width: 100%;
    min-height: 0;
  }

  body.home .gms-nav-list>.menu-item>a::before {
    display: none;
  }

  body.home .gms-nav-submenu,
  body.home .gms-nav-submenu--columns-2 {
    position: static;
    grid-template-columns: 1fr;
    min-width: 0;
    width: 100%;
    margin-top: 10px;
    padding: 10px 0 0 16px;
    border: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
  }

  body.home .gms-nav-submenu a {
    padding: 8px 0 8px 12px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.82rem;
  }

  body.home .gms-header-actions {
    gap: 18px;
  }

  body.home .gms-audit-button {
    display: inline-flex;
    min-width: 154px;
    min-height: 42px;
  }

  body.home .gms-nav-toggle {
    display: inline-flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    width: 24px;
    min-width: 24px;
    height: 24px;
    padding: 0;
    margin-left: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  body.home .gms-nav-toggle span {
    display: block;
    height: 2px;
    margin: 0;
    background: #fff;
    border-radius: 999px;
    transition: transform 0.22s ease, opacity 0.22s ease, width 0.22s ease;
  }

  body.home .gms-nav-toggle span:nth-child(1) {
    width: 24px;
  }

  body.home .gms-nav-toggle span:nth-child(2) {
    width: 18px;
  }

  body.home .gms-nav-toggle span:nth-child(3) {
    width: 12px;
  }

  body.home.has-open-nav .gms-nav-toggle {
    align-items: center;
  }

  body.home.has-open-nav .gms-nav-toggle span:nth-child(1) {
    width: 24px;
    transform: translateY(6px) rotate(45deg);
  }

  body.home.has-open-nav .gms-nav-toggle span:nth-child(2) {
    width: 24px;
    opacity: 0;
  }

  body.home.has-open-nav .gms-nav-toggle span:nth-child(3) {
    width: 24px;
    transform: translateY(-6px) rotate(-45deg);
  }

  body.home .gms-nav-backdrop {
    inset: calc(var(--gms-site-header-height) + 12px) 0 0;
  }
}

@media (min-width: 481px) and (max-width: 1100px) {
  body.home.has-open-nav {
    overflow: hidden;
  }

  body.home .gms-nav-backdrop {
    inset: var(--gms-admin-bar-offset, 0px) 0 0 !important;
    z-index: 999 !important;
    background: rgba(4, 2, 2, 0.72) !important;
  }

  body.home .gms-primary-nav,
  body.home .gms-primary-nav.is-open,
  body.home.has-open-nav .gms-primary-nav {
    position: fixed !important;
    top: var(--gms-admin-bar-offset, 0px) !important;
    right: 0 !important;
    bottom: 0 !important;
    left: auto !important;
    z-index: 1001 !important;
    display: block !important;
    width: min(78vw, 360px) !important;
    max-height: none !important;
    height: 100svh !important;
    margin: 0 !important;
    padding: calc(var(--gms-site-header-height, 72px) + 24px) 22px 32px !important;
    overflow-y: auto !important;
    border: 0 !important;
    border-left: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 0 !important;
    background:
      radial-gradient(circle at top right, rgba(239, 32, 20, 0.24), transparent 34%),
      linear-gradient(180deg, rgba(28, 11, 10, 0.99) 0%, rgba(10, 4, 4, 0.99) 100%) !important;
    box-shadow: -24px 0 60px rgba(0, 0, 0, 0.45) !important;
    opacity: 0;
    visibility: hidden;
    pointer-events: none !important;
    transform: translateX(100%) !important;
    transition: transform 0.24s ease, opacity 0.24s ease, visibility 0.24s ease;
  }

  body.home .gms-primary-nav.is-open,
  body.home.has-open-nav .gms-primary-nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto !important;
    transform: translateX(0) !important;
  }

  body.home .gms-nav-list {
    display: grid !important;
    gap: 10px !important;
    align-items: stretch !important;
  }

  body.home .gms-nav-list>.menu-item,
  body.home .gms-nav-list>.menu-item-has-children {
    position: relative !important;
    width: 100% !important;
    min-height: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    flex-wrap: wrap !important;
    align-items: flex-start !important;
  }

  body.home .gms-nav-list>.menu-item>a {
    width: 100% !important;
    min-height: 46px !important;
    padding: 10px 12px !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 12px !important;
    background: rgba(255, 255, 255, 0.04) !important;
    color: #fff !important;
    font-size: 0.92rem !important;
    text-decoration: none !important;
  }

  body.home .gms-nav-list>.menu-item-has-children>a {
    padding-right: 56px !important;
  }

  body.home .gms-nav-list>.menu-item>a::before,
  body.home .gms-nav-list>.menu-item-has-children>a::after,
  body.home .gms-nav-caret {
    display: none !important;
    content: none !important;
  }

  body.home .gms-mobile-submenu-toggle {
    position: absolute;
    top: 6px;
    right: 10px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    padding: 0;
    border: 1px solid rgba(239, 32, 20, 0.72);
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(239, 32, 20, 0.34), rgba(239, 32, 20, 0.16));
    box-shadow: 0 0 18px rgba(239, 32, 20, 0.18);
  }

  body.home .gms-mobile-submenu-toggle span {
    width: 9px;
    height: 9px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: translateY(-2px) rotate(45deg);
    transition: transform 0.18s ease;
  }

  body.home .gms-nav-list>.menu-item-has-children.is-submenu-open>.gms-mobile-submenu-toggle span {
    transform: translateY(2px) rotate(-135deg);
  }

  body.home .gms-nav-submenu,
  body.home .gms-nav-submenu--columns-2 {
    position: static !important;
    display: none !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 8px 0 10px !important;
    padding: 0 0 0 10px !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
  }

  body.home .gms-nav-list>.menu-item-has-children.is-submenu-open>.gms-nav-submenu {
    display: grid !important;
  }

  body.home .gms-nav-submenu a {
    min-height: 40px !important;
    padding: 9px 10px !important;
    border-left: 2px solid rgba(239, 32, 20, 0.65) !important;
    border-radius: 10px !important;
    background: rgba(255, 255, 255, 0.03) !important;
    color: rgba(255, 255, 255, 0.82) !important;
    font-size: 0.82rem !important;
  }
}

@media (max-width: 480px) {
  body.home .gms-header-inner {
    gap: 10px;
    width: calc(100% - 24px);
    min-width: 0;
  }

  body.home .gms-logo {
    flex: 1 1 auto;
    min-width: 0;
  }

  body.home .gms-site-header .gms-logo-image {
    max-width: 200px;
    max-height: 54px;
  }

  body.home .gms-header-actions {
    flex: 0 0 auto;
    gap: 10px;
    min-width: 0;
  }

  body.home .gms-audit-button {
    min-width: 136px;
    max-width: 136px;
    min-height: 40px;
    padding: 0 28px 0 12px;
    overflow: hidden;
    font-size: 14px;
    white-space: nowrap;
  }

  body.home .gms-nav-toggle {
    display: inline-flex !important;
    flex: 0 0 24px;
  }
}

@media (max-width: 375px) {
  body.home .gms-header-inner {
    gap: 6px;
    width: calc(100% - 18px);
  }

  body.home .gms-site-header .gms-logo-image {
    max-width: 150px;
    max-height: 44px;
  }

  body.home .gms-header-actions {
    gap: 6px;
  }

  body.home .gms-audit-button {
    min-width: 112px;
    max-width: 112px;
    min-height: 36px;
    padding: 0 10px;
    font-size: 12px;
  }

  body.home .gms-audit-button::before {
    display: none !important;
  }

  body.home .gms-audit-button::after {
    display: none !important;
  }

  body.home .gms-nav-toggle {
    flex-basis: 22px;
    min-width: 22px;
    width: 22px;
  }

  body.home .gms-nav-toggle span:nth-child(1) {
    width: 22px;
  }

  body.home .gms-nav-toggle span:nth-child(2) {
    width: 17px;
  }

  body.home .gms-nav-toggle span:nth-child(3) {
    width: 12px;
  }
}

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-content--elementor,
.gms-homepage--elementor-editor {
  position: relative;
  z-index: 1;
}

.gms-homepage-content--elementor .elementor-section.elementor-section-boxed > .elementor-container,
.gms-homepage--elementor-editor .elementor-section.elementor-section-boxed > .elementor-container {
  width: 100% !important;
  max-width: none !important;
}

.gms-homepage-content--elementor .elementor-top-section,
.gms-homepage--elementor-editor .elementor-top-section {
  width: 100% !important;
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.gms-homepage-content--elementor .elementor-column > .elementor-widget-wrap,
.gms-homepage-content--elementor .elementor-column > .elementor-element-populated,
.gms-homepage--elementor-editor .elementor-column > .elementor-widget-wrap,
.gms-homepage--elementor-editor .elementor-column > .elementor-element-populated {
  padding: 0 !important;
}

.gms-homepage-content--elementor .elementor-widget:not(:last-child),
.gms-homepage--elementor-editor .elementor-widget:not(:last-child) {
  margin-bottom: 0 !important;
}

.gms-homepage-content--elementor .elementor-widget-wrap > .elementor-widget,
.gms-homepage--elementor-editor .elementor-widget-wrap > .elementor-widget {
  width: 100%;
}

.gms-homepage-content--elementor .elementor,
.gms-homepage-content--elementor .elementor-section-wrap,
.gms-homepage-content--elementor .elementor-container,
.gms-homepage-content--elementor .elementor-column,
.gms-homepage-content--elementor .elementor-widget-wrap,
.gms-homepage-content--elementor .elementor-widget-container,
.gms-homepage--elementor-editor .elementor,
.gms-homepage--elementor-editor .elementor-section-wrap,
.gms-homepage--elementor-editor .elementor-container,
.gms-homepage--elementor-editor .elementor-column,
.gms-homepage--elementor-editor .elementor-widget-wrap,
.gms-homepage--elementor-editor .elementor-widget-container {
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.gms-homepage-content--elementor .elementor-widget-container > .gms-homepage-section:first-child,
.gms-homepage--elementor-editor .elementor-widget-container > .gms-homepage-section:first-child {
  margin-top: 0 !important;
}

.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-nav__caret {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
  opacity: 0.75;
}

.gms-homepage-dropdown {
  position: absolute;
  top: calc(100% - 14px);
  left: 50%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  min-width: 280px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  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;
  transform: translateX(-50%) translateY(8px);
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  list-style: none;
  margin: 0;
  z-index: 1005;
}

.gms-homepage-dropdown--columns-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-width: 420px;
  column-gap: 12px;
}

.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;
  transform: translateX(-50%) translateY(0);
}

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

.gms-homepage-dropdown a {
  display: block;
  padding: 10px 12px;
  border-radius: 12px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.84rem;
  font-weight: 400;
  line-height: 1.35;
  white-space: normal;
  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: 10px;
  padding: 10px 18px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 87, 87, 0.55);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(140, 10, 10, 0.92) 0%, rgba(255, 43, 43, 0.96) 100%);
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  box-shadow: 0 0 18px rgba(255, 43, 43, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.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;
  opacity: 1;
}

.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 {
  --problem-progress: 0%;
  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.26), rgba(255, 255, 255, 0.08));
}

.gms-homepage-problem__list::after {
  content: '';
  position: absolute;
  top: 12px;
  left: 12px;
  width: 2px;
  height: var(--problem-progress);
  background: linear-gradient(180deg, rgba(219, 0, 0, 0.95), rgba(255, 65, 55, 0.42));
  box-shadow: 0 0 18px rgba(219, 0, 0, 0.32);
  transition: height 140ms linear;
}

.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);
  opacity: 0;
  transform: scale(0.64);
  transition: opacity 260ms ease, transform 260ms ease, box-shadow 260ms ease;
}

.gms-homepage-problem__marker::after {
  content: '';
  position: absolute;
  inset: 5px;
  border-radius: 999px;
  background: var(--gms-home-accent);
  opacity: 0;
  transform: scale(0.45);
  transition: opacity 260ms ease, transform 260ms ease;
}

.gms-homepage-problem__item.is-active .gms-homepage-problem__marker {
  opacity: 1;
  transform: scale(1);
  box-shadow: 0 0 0 6px rgba(219, 0, 0, 0.12), 0 0 22px rgba(219, 0, 0, 0.34);
}

.gms-homepage-problem__item.is-active .gms-homepage-problem__marker::after {
  opacity: 1;
  transform: scale(1);
}

.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: clamp(1.75rem, 5vw, 4rem);
  line-height: 1.05;
}

.gms-homepage-section--case-studies .gms-cs-card__link::after {
  content: none !important;
  display: none !important;
}

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

.gms-homepage-section--solution::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 340px;
  background: linear-gradient(
    180deg,
    var(--gms-home-bg-deep) 0%,
    rgba(0, 0, 0, 0.96) 14%,
    rgba(16, 1, 1, 0.82) 32%,
    rgba(52, 5, 5, 0.58) 56%,
    rgba(102, 10, 10, 0.24) 82%,
    rgba(114, 10, 10, 0) 100%
  );
  pointer-events: none;
  z-index: 0;
}

.gms-homepage-section--solution > .gms-homepage-shell {
  position: relative;
  z-index: 1;
}

.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;
  display: inline-block;
  width: max-content;
  max-width: 100%;
  font-size: clamp(24px, 2.05vw, 30px) !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  line-height: 1.14 !important;
  white-space: nowrap;
  border-left: 4px solid var(--gms-home-accent);
  padding: 12px 24px;
  text-align: left;
  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);
}

@media (max-width: 767px) {
  .gms-solution-lead-callout {
    width: 100% !important;
    box-sizing: border-box !important;
    font-size: 1.125rem !important; /* ~18px fallback */
    line-height: 1.4 !important;
    white-space: normal !important;
    padding: 1rem 1.25rem !important;
    text-align: center !important;
    margin: 1.25rem auto 0 !important;
    border-left: 0 !important;
    border-radius: 12px;
    background: linear-gradient(180deg, rgba(219, 0, 0, 0.2) 0%, rgba(219, 0, 0, 0.08) 100%) !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
  }
}

@media (max-width: 375px) {
  #solution.gms-homepage-section--solution .gms-homepage-section-heading h2 {
    font-size: 1.125rem !important; /* ~18px extreme downscale */
    line-height: 1.2 !important;
  }

  .gms-solution-lead-text {
    font-size: 0.8125rem !important; /* ~13px */
    line-height: 1.4 !important;
    opacity: 0.9;
  }

  .gms-solution-lead-emphasis {
    font-size: 0.9375rem !important; /* ~15px */
    letter-spacing: -0.01em;
  }

  .gms-solution-lead-callout {
    font-size: 0.9375rem !important; /* ~15px */
    padding: 0.75rem 0.875rem !important;
  }
}

@media (max-width: 320px) {
  #solution.gms-homepage-section--solution .gms-homepage-section-heading h2 {
    font-size: 1rem !important; /* ~16px for absolute fit */
  }

  .gms-solution-lead-text {
    font-size: 0.75rem !important; /* ~12px */
  }

  .gms-solution-lead-emphasis {
    font-size: 0.875rem !important; /* ~14px */
  }
  
  .gms-solution-lead-callout {
    font-size: 0.875rem !important; /* ~14px */
  }
}

.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);
}

/* Persistent CSS Watermark Branding */
.gms-homepage-solution__media::after {
  content: '';
  position: absolute;
  top: 24px;
  right: 24px;
  width: clamp(140px, 15vw, 180px);
  height: clamp(40px, 5vw, 54px);
  background: url('../images/logo.png') no-repeat center right / contain;
  opacity: 0.92;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.45));
  z-index: 10;
  pointer-events: none;
}

.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);
}

body.home .gms-homepage-section--guarantee .gms-homepage-guarantee__link {
  display: none !important;
}

@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;
  }
}

@media (max-width: 767px) {
  .gms-homepage-guarantee__timeline {
    padding-left: 0;
    align-items: center;
    gap: 3.5rem;
  }

  .gms-homepage-guarantee__line-bg,
  .gms-homepage-guarantee__progress-line {
    display: none;
  }

  .gms-homepage-guarantee__step {
    flex-direction: column;
    text-align: center;
    gap: 1.5rem;
  }

  .gms-homepage-guarantee__node-wrap {
    position: static;
    left: auto;
    transform: none;
  }

  .gms-homepage-guarantee__body {
    transform: none;
    padding: 0 1rem;
  }

  .gms-homepage-guarantee__body h3 {
    font-size: 1.375rem; /* ~22px */
  }

  .gms-homepage-guarantee__body h3 span {
    font-size: 0.75rem;
    margin-bottom: 0.5rem;
  }

  .gms-homepage-guarantee__body p {
    font-size: 1rem;
    margin-bottom: 1.25rem;
  }
}

@media (max-width: 375px) {
  .gms-homepage-guarantee__timeline {
    gap: 2.5rem;
  }

  .gms-homepage-guarantee__body h3 {
    font-size: 1.25rem; /* ~20px */
  }
  
  .gms-homepage-guarantee__node {
    width: 3.5rem; /* ~56px */
    height: 3.5rem;
  }
}

@media (max-width: 320px) {
  .gms-homepage-guarantee__body h3 {
    font-size: 1.125rem; /* ~18px */
  }

  .gms-homepage-guarantee__body p {
    font-size: 0.9375rem; /* ~15px */
  }
}

.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;
  padding: 18px 16px 26px;
  box-sizing: border-box;
}

.gms-testimonial-card {
  position: relative;
  isolation: isolate;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 22px;
  padding: 34px 30px 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0) 36%),
    linear-gradient(180deg, #10344a 0%, #092535 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 32px;
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  overflow: visible;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.gms-testimonial-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 34px 72px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.gms-testimonial-card__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 62px;
}

.gms-testimonial-card__logo-image {
  width: min(100%, 220px);
  max-width: 220px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.18));
}

.gms-testimonial-card__stars {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 14px 18px 14px 16px;
  background: #f4e7d7;
  border-radius: 18px 0 0 18px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
  flex-shrink: 0;
}

.gms-testimonial-card__stars::after {
  content: '';
  position: absolute;
  top: 0;
  right: -18px;
  width: 18px;
  height: 100%;
  background: #f4e7d7;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.gms-testimonial-card__stars svg {
  position: relative;
  z-index: 1;
  width: 18px;
  height: 18px;
  display: block;
}

.gms-testimonial-card__content {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gms-testimonial-card__content p {
  margin: 0;
  width: 100%;
  max-width: none;
  color: rgba(255, 255, 255, 0.95);
  font-size: clamp(15px, 1.1vw, 18px);
  line-height: 1.58;
  font-style: italic;
  text-align: justify;
  text-justify: inter-word;
  letter-spacing: 0;
  hyphens: auto;
}

.gms-testimonial-card__footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-top: auto;
}

.gms-testimonial-card__author {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
  flex: 1 1 120px;
  min-width: 0;
  max-width: 42%;
  text-align: right;
}

.gms-testimonial-card__name {
  margin: 0;
  color: var(--gms-home-text);
  font-size: clamp(16px, 1.1vw, 20px);
  font-weight: 800;
  line-height: 1.15;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.gms-testimonial-card__role {
  margin: 0;
  color: rgba(255, 255, 255, 0.84) !important;
  font-size: 15px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.3;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.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;
  color: inherit;
  text-decoration: none;
  transition: transform 220ms ease;
  will-change: transform;
}

.gms-homepage-journal__card img {
  width: 100%;
  height: 432px;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  transition: border-color 220ms ease, box-shadow 220ms ease, filter 220ms ease;
}

.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;
  transition: background 220ms ease, border-color 220ms ease, color 220ms ease;
}

.gms-homepage-journal__card h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  transition: color 220ms ease, text-shadow 220ms ease;
}

.gms-homepage-journal__card:hover a,
.gms-homepage-journal__card:focus-within a {
  transform: translateY(-6px);
}

.gms-homepage-journal__card:hover img,
.gms-homepage-journal__card:focus-within img {
  border-color: rgba(239, 32, 20, 0.45);
  box-shadow: 0 18px 38px rgba(239, 32, 20, 0.16);
  filter: brightness(1.06) contrast(1.04);
}

.gms-homepage-journal__card:hover .gms-homepage-journal__meta,
.gms-homepage-journal__card:focus-within .gms-homepage-journal__meta {
  border-color: rgba(239, 32, 20, 0.42);
  background: rgba(239, 32, 20, 0.14);
  color: #fff;
}

.gms-homepage-journal__card:hover h3,
.gms-homepage-journal__card:focus-within h3 {
  color: #ff3b32;
  text-shadow: 0 0 18px rgba(239, 32, 20, 0.22);
}

.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__detail h3 a {
  color: inherit;
  text-decoration: none;
}

.gms-homepage-quote__detail h3 a:hover {
  text-decoration: underline;
}

.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,
.gms-homepage-quote__form-card .gms-homepage-quote__form-wrapper {
  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: 1.2fr 120px 259px 222px 103px;
  justify-content: space-between;
  gap: 80px;
}

.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__brand p {
  max-width: 430px;
  text-align: left;
  text-align-last: left;
}

.gms-homepage-footer__column a {
  transition: color 0.24s ease, opacity 0.24s ease;
}

.gms-homepage-footer__column a:hover,
.gms-homepage-footer__column a:focus-visible {
  color: var(--gms-home-accent);
  opacity: 1;
}

.gms-homepage-footer__panel a:hover,
.gms-homepage-footer__panel a:focus-visible,
.gms-homepage-footer__subgroup a:hover,
.gms-homepage-footer__subgroup a:focus-visible {
  color: var(--gms-home-accent) !important;
  opacity: 1 !important;
}

.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: 10px;
}

.gms-homepage-problem__title-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  color: var(--gms-home-accent);
  transform: translateY(1px);
}

.gms-homepage-problem__title-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.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: 280px 110px 180px 220px minmax(0, 1.25fr) 110px;
  gap: 28px;
}

@media (min-width: 1500px) {
  .gms-homepage-footer > .gms-homepage-shell {
    --gms-home-gutter: clamp(36px, 4vw, 72px);
    --gms-home-shell: 1560px;
  }

  .gms-homepage-footer__grid {
    --gms-homepage-footer-columns: 340px 110px 190px 240px 260px 110px;
    --gms-homepage-footer-gap: 20px;
    --gms-homepage-footer-brand-max: 340px;
  }

  .gms-homepage-footer__brand p {
    max-width: 340px;
  }
}

@media (min-width: 1700px) {
  .gms-homepage-footer__grid {
    --gms-homepage-footer-columns: 420px 120px 220px 270px 280px 110px;
    --gms-homepage-footer-gap: 20px;
    --gms-homepage-footer-brand-max: 430px;
  }

  .gms-homepage-footer__brand p {
    max-width: 430px;
  }
}

.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: 260px repeat(5, 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(3, 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%;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .gms-homepage-dropdown--columns-2 {
    grid-template-columns: 1fr;
    min-width: 0;
  }

  .gms-homepage-nav__item:hover>.gms-homepage-dropdown,
  .gms-homepage-nav__item:focus-within>.gms-homepage-dropdown {
    transform: none;
  }

  .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;
  }

  .gms-testimonials-swiper .swiper-slide {
    padding: 16px 14px 22px;
  }

  .gms-testimonial-card {
    gap: 24px;
    padding: 30px 24px 26px;
    border-radius: 28px;
  }

  .gms-testimonial-card__content p {
    font-size: 16px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  body.home .gms-homepage-hero__scroll {
    display: none;
  }
}

@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-chip--hero {
    gap: 8px;
    padding: 8px 14px;
    font-size: 12px;
    letter-spacing: 0.03em;
  }

  .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: 3.75rem;
  }

  .gms-homepage-guarantee__timeline::before {
    display: none;
  }

  .gms-homepage-guarantee__step {
    display: flex; /* Override grid if any exists */
    flex-direction: column;
    align-items: center;
    gap: 1.125rem;
    padding-bottom: 1.75rem;
  }

  .gms-homepage-guarantee__node {
    width: 3.4375rem;
    height: 3.4375rem;
  }

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

  .gms-testimonials-swiper .swiper-slide {
    padding: 12px 8px 18px;
  }

  .gms-testimonial-card {
    gap: 22px;
    padding: 24px 20px 22px;
    border-radius: 24px;
  }

  .gms-testimonial-card__logo-image {
    max-width: 180px;
  }

  .gms-testimonial-card__content p {
    font-size: 15px;
    line-height: 1.5;
  }

  .gms-testimonial-card__footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }

  .gms-testimonial-card__author {
    align-items: flex-start;
    max-width: none;
    width: 100%;
    text-align: left;
  }

  .gms-testimonial-card__stars {
    padding: 14px 18px 14px 16px;
  }

  .gms-testimonial-card__stars::after {
    right: -18px;
    width: 18px;
  }

  .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: 480px) {
  .gms-homepage-shell {
    --gms-home-gutter: 1.25rem; /* ~20px */
  }

  .gms-homepage-section-heading h2 {
    font-size: 2rem; /* ~32px */
  }
}

@media (max-width: 375px) {
  .gms-homepage-section-heading h2 {
    font-size: 1.5rem; /* ~24px general fallback */
  }

  .gms-homepage-footer__grid {
    --gms-homepage-footer-display: flex;
    --gms-homepage-footer-direction: column;
    --gms-homepage-footer-align: stretch;
    --gms-homepage-footer-columns: minmax(0, 1fr);
    --gms-homepage-footer-gap: 24px;
    --gms-homepage-footer-justify: stretch;
  }

  .gms-homepage-footer__brand,
  .gms-homepage-footer__column {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .gms-homepage-footer__brand {
    --gms-homepage-footer-brand-max: 100%;
    padding-right: 0;
    max-width: 100% !important;
  }

  .gms-homepage-footer__toggle,
  .gms-homepage-footer__panel,
  .gms-homepage-footer__panel ul,
  .gms-homepage-footer__subgroup ul {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .gms-homepage-footer__toggle {
    gap: 12px !important;
    padding-right: 0 !important;
  }

  .gms-homepage-footer__column a {
    display: block;
    width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
  }
}

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

  body.home .gms-homepage-section--quote .gms-homepage-shell {
    width: calc(100% - 20px);
  }

  body.home .gms-homepage-section--quote .gms-homepage-quote,
  body.home .gms-homepage-section--quote .gms-homepage-quote__form-card,
  body.home .gms-homepage-section--quote .gms-homepage-quote__form-card form,
  body.home .gms-homepage-section--quote .gms-homepage-field,
  body.home .gms-homepage-section--quote .gms-homepage-select-wrap {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
  }

  body.home .gms-homepage-section--quote .gms-homepage-quote {
    grid-template-columns: minmax(0, 1fr);
    justify-content: stretch;
    gap: 32px;
  }

  body.home .gms-homepage-section--quote .gms-homepage-quote__form-card {
    overflow: hidden;
    padding: 18px 16px;
    border-radius: 18px;
  }

  body.home .gms-homepage-section--quote .gms-homepage-quote__form-card h3 {
    font-size: 1.45rem;
    line-height: 1.28;
  }

  body.home .gms-homepage-section--quote .gms-homepage-quote__form-card form {
    gap: 16px;
  }

  body.home .gms-homepage-section--quote .gms-homepage-field input,
  body.home .gms-homepage-section--quote .gms-homepage-field select,
  body.home .gms-homepage-section--quote .gms-homepage-field textarea,
  body.home .gms-homepage-section--quote .gms-homepage-button--full {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
  }

  body.home .gms-homepage-section--quote .gms-homepage-field input,
  body.home .gms-homepage-section--quote .gms-homepage-field select,
  body.home .gms-homepage-section--quote .gms-homepage-field textarea {
    padding: 14px;
    font-size: 1rem;
    line-height: 1.35;
  }

  body.home .gms-homepage-section--quote .gms-homepage-field textarea {
    min-height: 118px;
  }

  body.home .gms-homepage-section--quote .gms-turnstile-field {
    width: 122%;
    min-height: 54px;
    margin: 2px 0 -4px;
    transform: scale(0.82);
    transform-origin: left top;
  }

  body.home .gms-homepage-section--quote .gms-homepage-button--full {
    min-height: 54px;
    padding: 13px 14px;
    white-space: normal;
  }

  .gms-homepage-section--faq .gms-homepage-faq__actions {
    width: 100%;
    min-width: 0;
  }

  .gms-homepage-section--faq .gms-homepage-faq__actions .gms-homepage-button {
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    min-height: 3rem;
    padding: 0.75rem 0.875rem !important;
    gap: 0.5rem;
    white-space: normal;
    text-align: center;
    line-height: 1.2;
  }

  .gms-homepage-section--faq .gms-homepage-faq__actions .gms-homepage-button > span:first-child {
    min-width: 0;
  }

  .gms-homepage-section--faq .gms-homepage-faq__actions .gms-homepage-button__arrow {
    width: 0.75rem;
    height: 0.75rem;
    flex-basis: 0.75rem;
  }

  .gms-homepage-service__trigger {
    font-size: 1.75rem;
  }

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

[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: var(--gms-home-header-height) 0 40px; /* Aligned with 90px header */
    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: var(--gms-home-header-height); /* Aligned with 90px header */
  }

  .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 {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
}

.gms-footer-contact {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 24px;
}

.gms-footer-contact a {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.92rem;
  font-weight: 500;
  transition: color 0.3s ease;
  text-decoration: none;
}

.gms-footer-contact a:hover {
  color: #fff;
}

.gms-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: 24px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.gms-badge-group {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  align-items: center;
}

.gms-badge-group .gms-badge {
  margin-top: 0;
}

.gms-badge--logo {
  flex: 0 0 auto;
}

.gms-badge__image {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  border-radius: 16px;
}

.gms-badge__image--veteran-owned {
  width: min(190px, 100%);
}

.gms-badge__image--sdvosb {
  width: min(118px, 100%);
}

.gms-homepage-footer__brand .gms-badge-group {
  display: inline-grid !important;
  grid-template-columns: 165px 98px !important;
  column-gap: 6px !important;
  row-gap: 0 !important;
  align-items: center !important;
  justify-content: start !important;
  justify-items: start !important;
  width: 269px !important;
  max-width: 100% !important;
}

.gms-homepage-footer__brand .gms-badge {
  width: auto !important;
  margin-top: 0 !important;
}

.gms-homepage-footer__brand .gms-badge__image--veteran-owned {
  width: 165px !important;
}

.gms-homepage-footer__brand .gms-badge__image--sdvosb {
  width: 98px !important;
}

.gms-homepage-footer__brand {
  padding-right: 0;
}

.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: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 13px;
  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;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  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.28s ease, border-color 0.28s ease, box-shadow 0.28s ease, background-color 0.28s 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: 74%;
  height: 74%;
  right: -14%;
  bottom: -18%;
  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(7px);
  opacity: 0.74;
}

.gms-homepage-footer__socials .gms-homepage-footer__social:hover,
.gms-homepage-footer__socials .gms-homepage-footer__social:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(var(--gms-home-social-rgb), 0.52);
  box-shadow:
    0 18px 30px rgba(0, 0, 0, 0.38),
    0 10px 24px rgba(var(--gms-home-social-rgb), 0.18),
    0 0 0 1px rgba(var(--gms-home-social-rgb), 0.28);
}

.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;
  display: block;
  width: 16px;
  height: 16px;
  flex: none;
  transform: translateZ(0);
  transform-origin: center;
  filter: none;
}

.gms-homepage-footer__socials .gms-homepage-footer__social svg path {
  shape-rendering: geometricPrecision;
}

.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;
}

.gms-homepage-footer__social--tiktok {
  --gms-home-social-rgb: 255, 0, 80;
}


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

  .gms-homepage-footer__socials .gms-homepage-footer__social {
    width: 40px;
    height: 40px;
    border-radius: 13px;
  }

  .gms-homepage-footer__socials .gms-homepage-footer__social svg {
    width: 16px;
    height: 16px;
  }
}


@media (max-width: 480px) {
  body.home .gms-nav-list > .menu-item-has-children {
    position: relative !important;
  }

  body.home .gms-nav-list > .menu-item-has-children > a {
    padding-right: 54px !important;
  }

  body.home .gms-nav-list > .menu-item-has-children > a::after,
  body.home .gms-nav-list > .menu-item-has-children.is-submenu-open > a::after {
    content: none !important;
    display: none !important;
  }

  body.home .gms-mobile-submenu-toggle {
    position: absolute;
    top: 9px;
    right: 10px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    padding: 0;
    border: 1px solid rgba(239, 32, 20, 0.72);
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(239, 32, 20, 0.34), rgba(239, 32, 20, 0.16));
    box-shadow: 0 0 18px rgba(239, 32, 20, 0.18);
  }

  body.home .gms-mobile-submenu-toggle span {
    width: 9px;
    height: 9px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: translateY(-2px) rotate(45deg);
    transition: transform 0.18s ease;
  }

  body.home .gms-nav-list > .menu-item-has-children.is-submenu-open > .gms-mobile-submenu-toggle span {
    transform: translateY(2px) rotate(-135deg);
  }

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

  body.home .gms-nav-backdrop {
    inset: var(--gms-admin-bar-offset, 0px) 0 0 !important;
    background: rgba(4, 2, 2, 0.72);
  }

  body.home .gms-primary-nav,
  body.home .gms-primary-nav.is-open,
  body.home.has-open-nav .gms-primary-nav {
    position: fixed !important;
    top: var(--gms-admin-bar-offset, 0px) !important;
    right: 0 !important;
    bottom: 0 !important;
    left: auto !important;
    width: min(86vw, 320px) !important;
    height: 100svh !important;
    max-height: none !important;
    padding: calc(var(--gms-site-header-height, 72px) + 22px) 18px 28px !important;
    overflow-y: auto !important;
    border: 0 !important;
    border-left: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 0 !important;
    background:
      radial-gradient(circle at top right, rgba(239, 32, 20, 0.24), transparent 34%),
      linear-gradient(180deg, rgba(28, 11, 10, 0.99) 0%, rgba(10, 4, 4, 0.99) 100%) !important;
    box-shadow: -24px 0 60px rgba(0, 0, 0, 0.45) !important;
    opacity: 0;
    visibility: hidden;
    pointer-events: none !important;
    transform: translateX(100%);
  }

  body.home .gms-primary-nav.is-open,
  body.home.has-open-nav .gms-primary-nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto !important;
    transform: translateX(0);
  }

  body.home .gms-nav-list {
    display: grid !important;
    gap: 10px !important;
  }

  body.home .gms-nav-list a {
    min-height: 46px !important;
    padding: 10px 12px !important;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.04);
    color: #fff !important;
    font-size: 0.92rem !important;
    text-decoration: none;
  }

  body.home .gms-nav-caret {
    display: none !important;
  }

  body.home .gms-nav-submenu,
  body.home .gms-nav-submenu--columns-2 {
    position: static !important;
    display: none !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 8px 0 10px !important;
    padding: 0 0 0 10px !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
  }

  body.home .gms-nav-list > .menu-item-has-children.is-submenu-open > .gms-nav-submenu {
    display: grid !important;
  }

  body.home .gms-nav-submenu a {
    min-height: 40px !important;
    padding: 9px 10px !important;
    border-left: 2px solid rgba(239, 32, 20, 0.65) !important;
    border-radius: 10px !important;
    background: rgba(255, 255, 255, 0.03) !important;
    color: rgba(255, 255, 255, 0.82) !important;
    font-size: 0.82rem !important;
  }
}

@media (min-width: 768px) and (max-width: 1240px) {
  body.home .gms-homepage-footer__grid {
    --gms-homepage-footer-columns: 1.7fr 0.75fr 1.15fr 1.2fr 1.55fr 0.8fr;
    --gms-homepage-footer-gap: 24px;
    align-items: start !important;
  }

  body.home .gms-homepage-footer__toggle {
    margin-bottom: 16px !important;
  }

  body.home .gms-homepage-footer__panel,
  body.home .gms-homepage-footer__panel ul,
  body.home .gms-homepage-footer__subgroup ul {
    gap: 10px !important;
  }
}

@media (min-width: 768px) and (max-width: 980px) {
  body.home .gms-homepage-footer {
    margin-top: max(28px, var(--gms-space-3, 24px)) !important;
    padding: 0 0 18px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.06) !important;
    overflow: visible !important;
  }

  body.home .gms-homepage-footer__grid {
    --gms-homepage-footer-display: flex;
    --gms-homepage-footer-direction: column;
    --gms-homepage-footer-align: stretch;
    --gms-homepage-footer-columns: minmax(0, 1fr);
    --gms-homepage-footer-gap: 0;
    --gms-homepage-footer-justify: stretch;
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    align-items: stretch !important;
    justify-content: stretch !important;
    width: 100% !important;
    padding: 24px 0 0 !important;
  }

  body.home .gms-homepage-footer__column,
  body.home .gms-homepage-footer__brand {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  body.home .gms-homepage-footer__column {
    order: 1;
    padding: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  }

  body.home .gms-homepage-footer__toggle {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    min-height: 50px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: var(--gms-home-accent) !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    text-align: left !important;
  }

  body.home .gms-homepage-footer__chevron {
    display: block !important;
  }

  body.home .gms-homepage-footer__column.is-open .gms-homepage-footer__chevron {
    transform: rotate(-135deg);
  }

  body.home .gms-homepage-footer__panel {
    display: block !important;
    padding: 0 0 16px !important;
  }

  body.home .gms-homepage-footer__panel[hidden] {
    display: none !important;
  }

  body.home .gms-homepage-footer__panel ul,
  body.home .gms-homepage-footer__subgroup ul {
    display: grid !important;
    gap: 8px !important;
  }

  body.home .gms-homepage-footer__column a {
    font-size: 0.84rem !important;
    line-height: 1.5 !important;
  }

  body.home .gms-homepage-footer__subgroup {
    margin-top: 18px !important;
    gap: 10px !important;
  }

  body.home .gms-homepage-footer__subgroup h4 {
    color: var(--gms-home-accent) !important;
    font-size: 0.95rem !important;
  }

  body.home .gms-homepage-footer__brand {
    --gms-homepage-footer-brand-max: 100%;
    order: 2;
    margin-top: 28px !important;
    padding-top: 28px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
  }

  body.home .gms-homepage-footer__brand p {
    display: block !important;
    max-width: none !important;
    font-size: 0.82rem !important;
    line-height: 1.55 !important;
  }

  body.home .gms-homepage-footer .gms-footer-contact {
    display: none !important;
  }

  body.home .gms-homepage-footer__brand .gms-badge-group {
    grid-template-columns: 190px 118px !important;
    column-gap: 4px !important;
    width: 312px !important;
    margin-top: 18px !important;
  }

  body.home .gms-homepage-footer__brand .gms-badge__image--veteran-owned {
    width: 190px !important;
  }

  body.home .gms-homepage-footer__brand .gms-badge__image--sdvosb {
    width: 118px !important;
  }

  body.home .gms-homepage-footer__socials {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 8px !important;
  }

  body.home .gms-homepage-footer__socials .gms-homepage-footer__social {
    width: 40px !important;
    height: 40px !important;
    border-radius: 14px !important;
  }

  body.home .gms-homepage-footer__bottom {
    display: block !important;
    margin-top: 40px !important;
    padding-top: 40px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
  }

  body.home .gms-homepage-footer__bottom p {
    font-size: 0.74rem !important;
    line-height: 1.5 !important;
  }
}

@media (min-width: 768px) and (max-width: 1100px) {
  body.home .gms-homepage-hero,
  body.home .gms-hero-swiper {
    min-height: clamp(620px, 72vw, 700px) !important;
  }

  body.home .gms-homepage-hero {
    padding-top: 0 !important;
  }

  body.home .gms-hero-swiper .swiper-slide {
    min-height: clamp(620px, 72vw, 700px) !important;
    padding-top: clamp(72px, 8vw, 96px) !important;
    padding-bottom: 54px !important;
  }

  body.home .gms-homepage-hero__bg {
    top: -64px;
    height: calc(100% + 64px);
    background-position: center top;
  }

  body.home .gms-homepage-section--guarantee .gms-homepage-guarantee__timeline {
    max-width: min(100%, 900px);
    padding-left: 0 !important;
    gap: 58px;
  }

  body.home .gms-homepage-section--guarantee .gms-homepage-guarantee__line-bg,
  body.home .gms-homepage-section--guarantee .gms-homepage-guarantee__progress-line {
    left: 35px !important;
  }

  body.home .gms-homepage-section--guarantee .gms-homepage-guarantee__step {
    display: grid !important;
    grid-template-columns: 70px minmax(0, 1fr) !important;
    align-items: center;
    gap: 28px !important;
    padding-bottom: 0 !important;
  }

  body.home .gms-homepage-section--guarantee .gms-homepage-guarantee__node-wrap {
    position: relative !important;
    left: auto !important;
    grid-column: 1;
    justify-self: center;
  }

  body.home .gms-homepage-section--guarantee .gms-homepage-guarantee__body,
  body.home .gms-homepage-section--guarantee .gms-homepage-guarantee__step.is-active .gms-homepage-guarantee__body {
    grid-column: 2;
    width: 100%;
    transform: none !important;
  }
}

@media (max-width: 359px) {
  body.home .gms-homepage-section--quote {
    overflow-x: hidden !important;
  }

  body.home .gms-homepage-section--quote,
  body.home .gms-homepage-section--quote * {
    box-sizing: border-box !important;
  }

  body.home .gms-homepage-section--quote > .gms-homepage-shell {
    width: calc(100% - 40px) !important;
    max-width: 320px !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  body.home .gms-homepage-section--quote .gms-homepage-quote {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    gap: 28px !important;
  }

  body.home .gms-homepage-section--quote .gms-homepage-quote__content,
  body.home .gms-homepage-section--quote .gms-homepage-quote__form-card,
  body.home .gms-homepage-section--quote .gms-homepage-quote__form-card form,
  body.home .gms-homepage-section--quote .gms-homepage-quote__form-wrapper,
  body.home .gms-homepage-section--quote .gms-homepage-field,
  body.home .gms-homepage-section--quote .gms-homepage-select-wrap,
  body.home .gms-homepage-section--quote .gms-homepage-phone-field {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  body.home .gms-homepage-section--quote .gms-homepage-quote__form-card {
    padding: 18px 12px !important;
    overflow: hidden !important;
  }

  body.home .gms-homepage-section--quote .gms-homepage-field input,
  body.home .gms-homepage-section--quote .gms-homepage-field select,
  body.home .gms-homepage-section--quote .gms-homepage-field textarea {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding: 13px 10px !important;
    font-size: 0.88rem !important;
    line-height: 1.45 !important;
  }

  body.home .gms-homepage-section--quote .gms-homepage-field select {
    padding-right: 28px !important;
  }

  body.home .gms-homepage-section--quote .gms-homepage-field input::placeholder,
  body.home .gms-homepage-section--quote .gms-homepage-field textarea::placeholder {
    font-size: 0.88rem !important;
    line-height: 1.45 !important;
  }

  body.home .gms-homepage-section--quote .gms-homepage-field textarea {
    min-height: 120px !important;
    overflow-wrap: break-word !important;
  }

  body.home .gms-homepage-section--quote .gms-turnstile-field {
    width: 300px !important;
    max-width: none !important;
    height: 65px !important;
    min-height: 65px !important;
    margin: 0 0 -10px !important;
    overflow: visible !important;
    background: transparent !important;
    border: 0 !important;
    transform: scale(0.68) !important;
    transform-origin: left top !important;
  }

  body.home .gms-homepage-section--quote .gms-turnstile-field iframe {
    width: 300px !important;
    min-width: 300px !important;
    height: 65px !important;
    max-width: none !important;
    background: transparent !important;
    border: 0 !important;
    transform: none !important;
  }

  body.home .gms-homepage-section--quote .gms-homepage-button--full {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    min-height: 54px !important;
    padding: 13px 12px !important;
    white-space: normal !important;
  }
}

@media (max-width: 430px) {
  .gms-homepage-section--quote {
    overflow-x: hidden !important;
  }

  .gms-homepage-section--quote .gms-homepage-shell {
    width: calc(100% - 32px) !important;
    max-width: calc(100vw - 32px) !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .gms-homepage-section--quote .gms-homepage-quote,
  .gms-homepage-section--quote .gms-homepage-quote__content,
  .gms-homepage-section--quote .gms-homepage-quote__form-card,
  .gms-homepage-section--quote .gms-homepage-quote__form-card form,
  .gms-homepage-section--quote .gms-homepage-field,
  .gms-homepage-section--quote .gms-homepage-select-wrap,
  .gms-homepage-section--quote .gms-homepage-phone-field {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  .gms-homepage-section--quote .gms-homepage-quote {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 28px !important;
  }

  .gms-homepage-section--quote .gms-homepage-quote__form-card {
    padding: 18px 12px !important;
    overflow: hidden !important;
  }

  .gms-homepage-section--quote .gms-homepage-field input,
  .gms-homepage-section--quote .gms-homepage-field select,
  .gms-homepage-section--quote .gms-homepage-field textarea,
  .gms-homepage-section--quote .gms-homepage-button--full {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  .gms-homepage-section--quote .gms-homepage-field input,
  .gms-homepage-section--quote .gms-homepage-field select,
  .gms-homepage-section--quote .gms-homepage-field textarea {
    padding: 12px 10px !important;
    font-size: 14px !important;
    line-height: 1.45 !important;
  }

  .gms-homepage-section--quote .gms-homepage-field select {
    padding-right: 30px !important;
  }

  .gms-homepage-section--quote .gms-homepage-field input::placeholder,
  .gms-homepage-section--quote .gms-homepage-field textarea::placeholder {
    font-size: 14px !important;
    line-height: 1.45 !important;
  }

  .gms-homepage-section--quote .gms-homepage-field textarea {
    min-height: 118px !important;
  }

  .gms-homepage-section--quote .gms-turnstile-field {
    width: 300px !important;
    max-width: none !important;
    height: 65px !important;
    min-height: 65px !important;
    margin: 0 0 -10px !important;
    overflow: visible !important;
    background: transparent !important;
    border: 0 !important;
    transform: scale(0.68) !important;
    transform-origin: left top !important;
  }

  .gms-homepage-section--quote .gms-turnstile-field iframe {
    width: 300px !important;
    min-width: 300px !important;
    height: 65px !important;
    max-width: none !important;
    background: transparent !important;
    border: 0 !important;
    transform: none !important;
  }

  .gms-homepage-section--quote .gms-homepage-button--full {
    display: flex !important;
    min-height: 54px !important;
    padding: 13px 10px !important;
    gap: 8px !important;
    justify-content: center !important;
    font-size: 15px !important;
    white-space: normal !important;
  }

  .gms-homepage-section--quote .gms-homepage-button--full > span:first-child {
    min-width: 0 !important;
    white-space: normal !important;
  }
}

@media (max-width: 480px) {
  body.home {
    --gms-site-header-height: 72px !important;
  }

  body.home .gms-site-header .gms-header-inner {
    width: calc(100% - 20px) !important;
    max-width: calc(100% - 20px) !important;
    min-height: var(--gms-site-header-height) !important;
    gap: 6px !important;
  }

  body.home .gms-site-header .gms-logo {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    max-width: 130px !important;
  }

  body.home .gms-site-header .gms-logo-image {
    width: 130px !important;
    max-width: 130px !important;
    max-height: 44px !important;
  }

  body.home .gms-site-header .gms-header-actions {
    flex: 0 0 auto !important;
    gap: 6px !important;
    min-width: 0 !important;
  }

  body.home .gms-site-header .gms-audit-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 128px !important;
    width: 128px !important;
    min-width: 128px !important;
    max-width: 128px !important;
    min-height: 36px !important;
    padding: 0 24px 0 10px !important;
    overflow: hidden !important;
    font-size: 12px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }

  body.home .gms-site-header .gms-audit-button::before,
  body.home .gms-site-header .gms-audit-button::after {
    display: block !important;
    content: '' !important;
  }

  body.home .gms-site-header .gms-audit-button::before {
    right: 11px !important;
    width: 9px !important;
    height: 1.5px !important;
  }

  body.home .gms-site-header .gms-audit-button::after {
    right: 11px !important;
    width: 5px !important;
    height: 5px !important;
    border-top-width: 1.5px !important;
    border-right-width: 1.5px !important;
  }

  body.home .gms-site-header .gms-nav-toggle {
    flex: 0 0 22px !important;
    width: 22px !important;
    min-width: 22px !important;
    transform: none !important;
  }

  body.home .gms-site-header .gms-nav-toggle span:nth-child(1) {
    width: 22px !important;
  }

  body.home .gms-site-header .gms-nav-toggle span:nth-child(2) {
    width: 17px !important;
  }

  body.home .gms-site-header .gms-nav-toggle span:nth-child(3) {
    width: 12px !important;
  }
}

@media (min-width: 360px) and (max-width: 430px) {
  .gms-homepage-section--quote .gms-homepage-field input,
  .gms-homepage-section--quote .gms-homepage-field select,
  .gms-homepage-section--quote .gms-homepage-field textarea,
  .gms-homepage-section--quote .gms-homepage-button--full {
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .gms-homepage-section--quote .gms-homepage-field select {
    padding-right: 32px !important;
  }

  .gms-homepage-section--quote .gms-homepage-button--full {
    min-height: 56px !important;
  }

  body.home .gms-homepage-footer {
    overflow-x: hidden !important;
  }

  body.home .gms-homepage-footer > .gms-homepage-shell {
    width: calc(100% - 40px) !important;
    max-width: calc(100% - 40px) !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  body.home .gms-homepage-footer__grid {
    --gms-homepage-footer-display: flex !important;
    --gms-homepage-footer-direction: column !important;
    --gms-homepage-footer-align: stretch !important;
    --gms-homepage-footer-columns: minmax(0, 1fr) !important;
    --gms-homepage-footer-gap: 24px !important;
    --gms-homepage-footer-justify: stretch !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: stretch !important;
    gap: 24px !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }

  body.home .gms-homepage-footer__brand,
  body.home .gms-homepage-footer__column {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    grid-column: 1 / -1 !important;
    box-sizing: border-box !important;
  }

  body.home .gms-homepage-footer__column {
    padding: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  }

  body.home .gms-homepage-footer__toggle {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    min-height: 50px !important;
    padding: 0 !important;
    margin: 0 !important;
    color: var(--gms-home-accent) !important;
    font-size: 1rem !important;
    text-align: left !important;
  }

  body.home .gms-homepage-footer__chevron {
    display: block !important;
  }

  body.home .gms-homepage-footer__panel {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    padding: 0 0 16px !important;
  }

  body.home .gms-homepage-footer__panel[hidden] {
    display: none !important;
  }

  body.home .gms-homepage-footer__panel ul,
  body.home .gms-homepage-footer__subgroup ul {
    display: grid !important;
    gap: 8px !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }

  body.home .gms-homepage-footer__column a {
    display: block !important;
    width: 100% !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
    font-size: 0.84rem !important;
    line-height: 1.5 !important;
  }
}
