:root {
  --gm-strawberry: #e66f81;
  --gm-orange: #f2a85c;
  --gm-banana: #f5dc78;
  --gm-apple: #aecf60;
  --gm-sky: #75b5ea;
  --gm-currant: #9a76b3;
  --gm-ink: #17212a;
  --gm-muted: #64727d;
  --gm-border: #e5e9ed;
  --gm-bg: #f7f8fa;
  --gm-soft: #fbfcfd;
  --gm-radius: 20px;
  --gm-navbar-height: 0px;
  --bs-body-font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial,
    sans-serif;
  --bs-body-color: var(--gm-ink);
  --bs-body-bg: #fff;
}
html {
  scroll-behavior: smooth;
}
body {
  min-width: 320px;
  font-size: 16px;
  line-height: 1.55;
}
.container {
  --bs-gutter-x: 2rem;
}
.icon-16 {
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
}
.btn svg {
  vertical-align: -3px;
  width: 18px;
  height: 18px;
}
.gm-topbar svg {
  width: 16px;
  height: 16px;
}
.gm-topbar {
  border-bottom: 1px solid var(--gm-border);
  color: #40505c;
  background: #fff;
  font-size: 0.86rem;
}
.gm-topbar .gm-top-link {
  color: inherit;
  text-decoration: none;
}
.gm-topbar .gm-top-link:hover {
  color: #111;
}
.gm-navbar {
  border-bottom: 1px solid var(--gm-border);
  backdrop-filter: saturate(160%) blur(14px);
  z-index: 1030;
  background: #fffffff7;
}
.gm-navbar-toggler-icon {
  color: #28343e;
  border-top: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  width: 1.5rem;
  height: 1.125rem;
  display: block;
  position: relative;
}
.gm-navbar-toggler-icon::before {
  content: "";
  border-top: 2px solid currentColor;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.gm-logo {
  width: 218px;
  height: auto;
}
.gm-navbar .nav-link {
  color: #28343e;
  font-weight: 650;
  padding: 0.8rem 0.7rem !important;
}
.gm-navbar .nav-link:hover,
.gm-navbar .nav-link:focus {
  color: #000;
}
.gm-btn-primary {
  --bs-btn-bg: #ef3659;
  --bs-btn-border-color: #ef3659;
  --bs-btn-hover-bg: #d9274a;
  --bs-btn-hover-border-color: #d9274a;
  --bs-btn-active-bg: #c82242;
  --bs-btn-active-border-color: #c82242;
  color: #fff;
  border-radius: 12px;
  padding: 0.78rem 1.25rem;
  font-weight: 750;
}
.gm-page-themed .gm-btn-primary {
  --gm-action-color: var(--action-accent, #ef3659);
  --bs-btn-color: #111;
  --bs-btn-bg: var(--gm-action-color);
  --bs-btn-border-color: var(--gm-action-color);
  --bs-btn-hover-color: #111;
  --bs-btn-hover-bg: color-mix(in srgb, var(--gm-action-color) 84%, white);
  --bs-btn-hover-border-color: color-mix(in srgb, var(--gm-action-color) 84%, white);
  --bs-btn-active-color: #111;
  --bs-btn-active-bg: var(--gm-action-color);
  --bs-btn-active-border-color: var(--gm-action-color);
  --bs-btn-disabled-color: #111;
  --bs-btn-disabled-bg: var(--gm-action-color);
  --bs-btn-disabled-border-color: var(--gm-action-color);
  color: #111;
}
.gm-page-themed .gm-btn-primary:focus-visible {
  box-shadow: 0 0 0 0.25rem color-mix(in srgb, var(--gm-action-color) 35%, transparent);
}
.gm-btn-outline {
  color: #27333d;
  background: #fff;
  border: 1px solid #cfd6dc;
  border-radius: 12px;
  padding: 0.78rem 1.25rem;
  font-weight: 700;
}
.gm-btn-outline:hover {
  color: #111;
  background: #f7f9fa;
  border-color: #9ba7b0;
}
.gm-btn-apple {
  --bs-btn-color: var(--gm-ink);
  --bs-btn-bg: var(--gm-apple);
  --bs-btn-border-color: var(--gm-apple);
  --bs-btn-hover-color: var(--gm-ink);
  --bs-btn-hover-bg: color-mix(in srgb, var(--gm-apple) 84%, #000);
  --bs-btn-hover-border-color: color-mix(in srgb, var(--gm-apple) 84%, #000);
  --bs-btn-active-color: var(--gm-ink);
  --bs-btn-active-bg: color-mix(in srgb, var(--gm-apple) 74%, #000);
  --bs-btn-active-border-color: color-mix(in srgb, var(--gm-apple) 74%, #000);
  border-radius: 12px;
  padding: 0.78rem 1.25rem;
  font-weight: 750;
}
.gm-section {
  padding: 52px 0;
}
.gm-section-sm {
  padding: 40px 0;
}
.gm-page-sections > section {
  padding: clamp(32px, 4vw, 48px) 0;
}
.gm-page-sections > section:nth-of-type(odd) {
  background: var(--bs-body-bg);
}
.gm-page-sections > section:nth-of-type(even) {
  background: var(--bs-tertiary-bg);
}
.gm-anchor-section {
  scroll-margin-top: var(--gm-navbar-height);
}
.gm-section-title {
  letter-spacing: -0.035em;
  margin-bottom: 0.6rem;
  font-size: clamp(1.7rem, 2.3vw, 2.55rem);
  font-weight: 850;
}
.gm-section-subtitle {
  color: var(--gm-muted);
  max-width: 760px;
}
.gm-eyebrow {
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #53616c;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.85rem;
  font-weight: 750;
  display: inline-flex;
}
.gm-eyebrow:before {
  content: "";
  background: var(--section-accent, #ef3659);
  border-radius: 99px;
  width: 28px;
  height: 4px;
}
.gm-hero {
  border-bottom: 1px solid var(--gm-border);
  background: linear-gradient(115deg, #fff 0% 44%, #f6f9fb 100%);
  padding: clamp(24px, 4vh, 38px) 0;
  position: relative;
  overflow: hidden;
}
.gm-hero-row {
  position: relative;
}
.gm-hero-copy {
  z-index: 2;
  position: relative;
}
.gm-hero-media {
  align-items: center;
  justify-content: center;
  display: flex;
}
.gm-hero h1 {
  letter-spacing: -0.045em;
  max-width: 760px;
  font-size: clamp(2.2rem, 4vw, 4rem);
  font-weight: 900;
  line-height: 1.08;
}
.gm-hero .lead {
  color: #50606c;
  max-width: 650px;
  font-size: clamp(1rem, 1.25vw, 1.16rem);
  line-height: 1.45;
}
.gm-hero-img {
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 24px 32px #2b3c4a14);
  width: 100%;
  height: auto;
  max-height: min(520px, 100vh - 220px);
  transform: none;
}
.gm-mini-proofs {
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 0.75rem;
  display: grid;
}
.gm-mini-proof {
  color: #4e5e69;
  align-items: flex-start;
  min-width: 0;
  gap: 0.375rem;
  font-size: 0.84rem;
  text-decoration: none;
  display: flex;
}
.gm-mini-proof:hover,
.gm-mini-proof:focus-visible {
  color: var(--gm-ink);
}
.gm-mini-proof span {
  min-width: 0;
  overflow-wrap: break-word;
}
.gm-mini-proof-icon {
  object-fit: contain;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
}
.gm-card {
  border: 1px solid var(--gm-border);
  border-radius: var(--gm-radius);
  background: #fff;
  transition: all 0.2s;
  position: relative;
  overflow: hidden;
}
.gm-card:hover {
  border-color: #d6dce1;
  transform: translateY(-3px);
  box-shadow: 0 16px 42px #16212a1a;
}
.gm-link-card {
  color: inherit;
  height: 100%;
  text-decoration: none;
  display: block;
}
.gm-card-accent {
  position: relative;
}
.gm-card-accent:before {
  content: "";
  background: var(--card-accent, #9aa5ad);
  width: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.gm-solution-card {
  padding: 22px 20px;
}
.gm-solution-photo {
  object-fit: cover;
  width: calc(100% + 40px);
  height: 160px;
  margin: -22px -20px 18px;
  display: block;
}
.gm-solution-card h3 {
  margin: 0;
  font-size: 1.02rem;
  font-weight: 800;
  line-height: 1.22;
}
.gm-solution-card small {
  color: var(--gm-muted);
}
.gm-catalog-card {
  isolation: isolate;
  grid-template-rows: 220px minmax(0, 1fr);
  min-height: 400px;
  height: 100%;
  padding: 0;
  position: relative;
  display: grid;
}
.gm-catalog-card:before {
  z-index: 2;
}
.gm-catalog-card-body {
  padding: 28px;
}
.gm-catalog-card .gm-num {
  color: var(--card-accent);
  font-size: 1rem;
  font-weight: 900;
}
.gm-catalog-card h3 {
  letter-spacing: -0.025em;
  max-width: 100%;
  font-size: 1.35rem;
  font-weight: 850;
  line-height: 1.12;
}
.gm-catalog-card ul {
  color: #576772;
  max-width: 100%;
  margin: 18px 0 0;
  padding: 0;
  font-size: 0.9rem;
  list-style: none;
}
.gm-catalog-card li {
  padding-left: 1.25rem;
  position: relative;
  line-height: 1.45;
}
.gm-catalog-card li + li {
  margin-top: 0.3rem;
}
.gm-catalog-card li:before {
  content: "→";
  color: var(--card-accent);
  width: 0.8rem;
  height: 1.45em;
  position: absolute;
  top: -2px;
  left: 0;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-weight: 900;
  display: inline-flex;
}
.gm-catalog-visual {
  background-color: #f2f4f5;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.gm-catalog-photo {
  object-fit: cover;
  display: block;
}
.gm-category-card-photo,
.gm-category-card-placeholder {
  width: calc(100% + 44px);
  height: 145px;
  margin: -22px -22px 18px;
}
.gm-category-card-photo {
  object-fit: cover;
  display: block;
}
.gm-category-card-placeholder {
  color: var(--gm-muted);
  background: #f2f4f5;
  place-items: center;
  padding: 12px;
  font-size: 0.85rem;
  font-weight: 700;
  text-align: center;
  display: grid;
}
.gm-catalog-visual:before,
.gm-catalog-visual:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.theme-strawberry .gm-catalog-visual {
  background:
    repeating-linear-gradient(90deg, #49525a 0 9px, #dfe3e6 9px 13px),
    repeating-linear-gradient(0deg, #0000 0 18px, #171d22 18px 23px);
}
.theme-orange .gm-catalog-visual {
  background-color: #34393d;
  background-image: radial-gradient(circle, #161a1d 0 8px, #0000 9px);
  background-size: 28px 28px;
}
.theme-banana .gm-catalog-visual {
  background: repeating-linear-gradient(
    90deg,
    #5e5148 0 3px,
    #85766c 3px 6px,
    #a28f82 6px 8px
  );
}
.theme-apple .gm-catalog-visual {
  background-color: #1e2325;
  background-image: radial-gradient(circle, #353c3f 0 9px, #0000 10px);
  background-size: 30px 30px;
}
.theme-sky .gm-catalog-visual {
  background: linear-gradient(135deg, #7ec4ef, #d8f0ff);
}
.theme-sky .gm-catalog-visual:after {
  background: repeating-radial-gradient(
    circle at 20% 20%,
    #ffffffb3 0 5px,
    #0000 6px 20px
  );
}
.theme-currant .gm-catalog-visual {
  background:
    repeating-linear-gradient(90deg, #73797e 0 7px, #d6d9dc 7px 10px),
    repeating-linear-gradient(0deg, #0000 0 14px, #585f65 14px 19px);
}
.gm-steps {
  gap: 16px;
  display: grid;
}
.gm-step {
  border: 1px solid var(--gm-border);
  border-left: 6px solid var(--step-accent);
  background: #fff;
  border-radius: 18px;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  gap: 20px;
  padding: 22px 24px;
  display: grid;
}
.gm-step-num {
  color: #202a31;
  background: var(--step-accent);
  border-radius: 50%;
  place-items: center;
  width: 42px;
  height: 42px;
  font-weight: 900;
  display: grid;
}
.gm-step h3 {
  margin: 0 0 4px;
  font-size: 1.12rem;
  font-weight: 850;
}
.gm-step p {
  color: var(--gm-muted);
  margin-bottom: 0;
}
.gm-calculator {
  border: 1px solid var(--gm-border);
  background: linear-gradient(120deg, #f9fbfc, #f1f4f8);
  border-radius: 28px;
  overflow: hidden;
}
.gm-calculator-img {
  filter: drop-shadow(0 24px 26px #4e4e7829);
  width: 100%;
  max-width: 390px;
  height: auto;
}
.form-select,
.form-control {
  border-color: #dbe1e5;
  border-radius: 12px;
  min-height: 48px;
}
.form-control::-webkit-file-upload-button {
  min-height: calc(48px - 2 * var(--bs-border-width));
}
.form-control::file-selector-button {
  min-height: calc(48px - 2 * var(--bs-border-width));
}
.form-label {
  font-size: 0.9rem;
  font-weight: 700;
}
.gm-trust-item {
  align-items: center;
  gap: 15px;
  padding: 18px 0;
  display: flex;
}
.gm-trust-item img {
  object-fit: contain;
  width: 48px;
  height: 48px;
}
.gm-trust-item strong {
  font-size: 0.98rem;
  display: block;
}
.gm-trust-item span {
  color: var(--gm-muted);
  font-size: 0.84rem;
  display: block;
}
.gm-object-card img {
  object-fit: cover;
  width: 100%;
  height: 175px;
}
.gm-object-placeholder {
  width: 100%;
  height: 175px;
}
.gm-object-card .p-3 {
  min-height: 105px;
}
.gm-object-card h3 {
  font-size: 1rem;
  font-weight: 800;
}
.gm-object-card p {
  color: var(--gm-muted);
  margin: 0;
  font-size: 0.88rem;
}
.gm-process {
  position: relative;
}
.gm-process:before {
  content: "";
  background: #dfe4e8;
  height: 2px;
  position: absolute;
  top: calc(var(--bs-gutter-y) + 31px);
  left: 5%;
  right: 5%;
}
.gm-process-item {
  text-align: center;
  position: relative;
}
.gm-process-num {
  background: var(--step-accent);
  border: 5px solid #fff;
  border-radius: 50%;
  place-items: center;
  width: 62px;
  height: 62px;
  margin: 0 auto 13px;
  font-weight: 900;
  display: grid;
  box-shadow: 0 0 0 1px #dfe4e8;
}
.gm-process-item h3 {
  font-size: 0.92rem;
  font-weight: 800;
}
.gm-process-item p {
  color: var(--gm-muted);
  font-size: 0.78rem;
}
.gm-article-card .thumb {
  aspect-ratio: 16 / 9;
  background: #e9edf0;
  overflow: hidden;
}
.gm-article-card .thumb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
.gm-article-card h3 {
  font-size: 1rem;
  font-weight: 800;
}
.gm-article-card a {
  color: #e42f53;
  font-size: 0.86rem;
  font-weight: 750;
  text-decoration: none;
}
.gm-cta {
  color: #fff;
  background: linear-gradient(135deg, #f22e57, #dc2350);
  border-radius: 28px;
  overflow: hidden;
}
.gm-page-themed .gm-cta {
  color: #111;
  border: 1px solid color-mix(in srgb, var(--action-accent, #ef3659) 45%, transparent);
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--action-accent, #ef3659) 88%, white),
    color-mix(in srgb, var(--action-accent, #ef3659) 68%, white)
  );
}
.gm-cta h2 {
  letter-spacing: -0.04em;
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 900;
}
.gm-cta .btn-light {
  border-radius: 12px;
  padding: 0.8rem 1.3rem;
  font-weight: 800;
}
.gm-cta-contact {
  color: inherit;
}
.gm-cta-contact:hover,
.gm-cta-contact:focus {
  color: inherit;
}
footer {
  border-top: 1px solid var(--gm-border);
  color: #4e5d68;
  background: #f5f7f8;
}
.gm-footer-logo {
  width: 190px;
}
.gm-footer-title {
  color: #26343e;
  font-size: 0.92rem;
  font-weight: 800;
}
.gm-footer-link {
  color: #566570;
  padding: 0.18rem 0;
  font-size: 0.86rem;
  text-decoration: none;
  display: block;
}
.gm-footer-link:hover {
  color: #111;
}
.gm-footer-solutions {
  display: grid;
}
.gm-breadcrumb {
  --bs-breadcrumb-divider: "›";
  font-size: 0.86rem;
}
.gm-breadcrumb a {
  color: #687681;
  text-decoration: none;
}
.gm-page-hero {
  border-bottom: 1px solid var(--gm-border);
  background: linear-gradient(#fff, #fafbfd);
  padding: 52px 0 44px;
}
.gm-page-hero h1 {
  letter-spacing: -0.05em;
  font-size: clamp(2.15rem, 4vw, 4rem);
  font-weight: 900;
  line-height: 1.02;
}
.gm-page-cover {
  object-fit: cover;
  border-radius: 24px;
  width: 100%;
  max-width: 380px;
  height: 240px;
  display: block;
  box-shadow: 0 18px 42px #1e2d3721;
}
.gm-page-lead {
  color: #596873;
  max-width: 850px;
  font-size: 1.1rem;
}
.gm-page-type {
  background: color-mix(in srgb, var(--section-accent, #808b93) 15%, white);
  color: #35424b;
  border-radius: 100px;
  margin-bottom: 14px;
  padding: 0.4rem 0.75rem;
  font-size: 0.78rem;
  font-weight: 850;
  display: inline-block;
}
.gm-subcat {
  min-height: 155px;
  padding: 22px;
}
.gm-subcat h3 {
  font-size: 1.02rem;
  font-weight: 850;
  line-height: 1.2;
}
.gm-product-card {
  flex-direction: column;
  height: 100%;
  padding: 18px;
  display: flex;
}
.gm-product-card h3 {
  font-size: 1rem;
  font-weight: 850;
}
.gm-product-card p {
  color: var(--gm-muted);
  font-size: 0.85rem;
}
.gm-related-chip {
  border: 1px solid var(--gm-border);
  color: #46545e;
  background: #fff;
  border-radius: 999px;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 0.85rem;
  font-size: 0.86rem;
  font-weight: 650;
  text-decoration: none;
  display: inline-flex;
}
.gm-related-chip:hover {
  color: #111;
  border-color: #aeb7be;
}
.gm-related-chip .dot {
  background: var(--chip-accent, #7b8790);
  border-radius: 50%;
  width: 9px;
  height: 9px;
}
.gm-scheme-card {
  --badge-accent: var(--gm-apple);
  border: 1px solid var(--gm-border);
  background: #fff;
  border-radius: 18px;
  height: 100%;
  padding: 24px;
}
.gm-scheme-card .badge-round {
  color: var(--gm-ink);
  background: var(--badge-accent);
  border-radius: 50%;
  place-items: center;
  width: 44px;
  height: 44px;
  font-weight: 900;
  display: grid;
  box-shadow: 0 0 0 5px color-mix(in srgb, var(--badge-accent) 20%, transparent);
}
.gm-scheme-card h3 {
  margin: 14px 0 7px;
  font-size: 1.06rem;
  font-weight: 850;
}
.gm-scheme-card p {
  color: var(--gm-muted);
  margin: 0;
  font-size: 0.9rem;
}
.gm-landing-stage {
  flex-direction: column;
  height: 100%;
  display: flex;
}
.gm-landing-stage h3 {
  margin: 0 0 14px;
  font-size: 1.08rem;
  font-weight: 850;
}
.gm-landing-stage-links {
  flex: 1;
  gap: 16px;
  display: grid;
}
.gm-table {
  border: 1px solid var(--gm-border);
  border-radius: 18px;
  overflow: hidden;
}
.gm-table table {
  margin: 0;
}
.gm-table th {
  background: #f6f8f9;
  font-size: 0.86rem;
}
.gm-table td {
  vertical-align: middle;
  font-size: 0.88rem;
}
.gm-table th:first-child,
.gm-table td:first-child {
  padding-left: 1rem;
}
.gm-mobile-cta {
  display: none;
}
@media (min-width: 576px) and (max-width: 1199.98px) {
  .container {
    max-width: calc(100% - clamp(24px, 4vw, 48px));
  }
}
@media (min-width: 1400px) {
  .gm-hero-media {
    align-items: flex-start;
  }
  .gm-hero-img {
    transform: translateY(-20px);
  }
}
@media (min-width: 1200px) {
  .gm-footer-solutions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 1.25rem;
  }
}
@media (max-width: 1199.98px) {
  .gm-logo {
    width: 190px;
  }
  .gm-navbar .nav-link {
    font-size: 0.91rem;
    padding: 0.75rem 0.45rem !important;
  }
}
@media (max-width: 991.98px) {
  .gm-topbar .hide-lg {
    display: none !important;
  }
  .gm-topbar .phone-only {
    margin-left: auto;
  }
  .gm-hero {
    padding: 28px 0;
  }
  .gm-hero h1 {
    max-width: 680px;
    font-size: clamp(2.15rem, 6vw, 3.5rem);
  }
  .gm-hero-row {
    isolation: isolate;
  }
  .gm-hero-media {
    z-index: 0;
    pointer-events: none;
    display: block;
    position: absolute;
    inset: 0;
    overflow: hidden;
    padding: 0;
  }
  .gm-hero-media:after {
    content: "";
    z-index: 1;
    background: linear-gradient(90deg, #fffffff7 0%, #ffffffe6 48%, #ffffff80 100%);
    position: absolute;
    inset: 0;
  }
  .gm-hero-img {
    object-fit: contain;
    object-position: right center;
    filter: none;
    opacity: 0.38;
    width: auto;
    max-width: none;
    height: 100%;
    max-height: none;
    margin: 0;
    position: absolute;
    top: 0;
    right: -10%;
  }
  .gm-section {
    padding: 44px 0;
  }
  .gm-process:before {
    display: none;
  }
  .gm-process-item {
    text-align: left;
    grid-template-columns: 58px 1fr;
    column-gap: 12px;
    display: grid;
  }
  .gm-process-num {
    grid-row: 1/3;
    width: 52px;
    height: 52px;
  }
  .gm-object-card img {
    height: 155px;
  }
}
@media (max-width: 767.98px) {
  .container {
    --bs-gutter-x: 1.5rem;
  }
  .gm-topbar {
    font-size: 0.77rem;
  }
  .gm-logo {
    width: 176px;
  }
  .gm-section,
  .gm-section-sm {
    padding: 32px 0;
  }
  .gm-hero {
    padding: 22px 0;
  }
  .gm-hero h1 {
    font-size: clamp(2rem, 10vw, 3rem);
  }
  .gm-hero .lead {
    font-size: 1rem;
  }
  .gm-hero-img {
    right: -18%;
  }
  .gm-mini-proof {
    font-size: 0.8rem;
  }
  .gm-catalog-card {
    min-height: 400px;
  }
  .gm-catalog-card-body {
    padding: 23px;
  }
  .gm-catalog-card h3 {
    max-width: 100%;
    font-size: 1.2rem;
  }
  .gm-catalog-card ul {
    max-width: 100%;
    font-size: 0.84rem;
  }
  .gm-calculator {
    border-radius: 22px;
  }
  .gm-calculator-img {
    max-width: 280px;
  }
  .gm-mobile-cta {
    z-index: 1045;
    background: #fff;
    border: 1px solid #dfe4e8;
    border-radius: 16px;
    gap: 8px;
    padding: 8px;
    display: flex;
    position: fixed;
    bottom: calc(10px + env(safe-area-inset-bottom));
    left: 10px;
    right: 10px;
    box-shadow: 0 12px 35px #101b232e;
  }
  .gm-mobile-cta .btn {
    border-radius: 10px;
    flex: 1;
    font-weight: 800;
  }
  .gm-page-hero {
    padding: 36px 0 32px;
  }
  .gm-page-hero h1 {
    font-size: clamp(2rem, 10vw, 3rem);
  }
  footer.py-5 {
    padding-bottom: calc(94px + env(safe-area-inset-bottom)) !important;
  }
}
@media (max-width: 575.98px) {
  .gm-mini-proofs {
    grid-template-columns: 1fr;
  }
  .gm-catalog-card {
    min-height: 400px;
  }
  .gm-catalog-card h3 {
    max-width: 100%;
  }
  .gm-catalog-card ul {
    max-width: 100%;
  }
  .gm-solution-card {
    padding: 18px 16px;
  }
  .gm-solution-photo {
    width: calc(100% + 32px);
    height: 132px;
    margin: -18px -16px 14px;
  }
  .gm-object-card img {
    height: 145px;
  }
  .gm-object-placeholder {
    height: 145px;
  }
  .gm-cta {
    border-radius: 20px;
  }
  .gm-trust-item {
    padding: 11px 0;
  }
  .gm-step {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
    padding: 18px 16px;
  }
  .gm-step-num {
    width: 38px;
    height: 38px;
  }
  .gm-table {
    overflow: auto;
  }
  .gm-table table {
    min-width: 680px;
  }
}
@media (min-width: 992px) and (max-width: 1099.98px) {
  .gm-mini-proofs {
    grid-template-columns: minmax(0, 1.25fr) minmax(0, 1.15fr) minmax(0, 0.85fr);
    gap: 0.5rem;
  }
  .gm-mini-proof {
    gap: 0.375rem;
    font-size: 0.8rem;
  }
  .gm-mini-proof-icon {
    flex-basis: 36px;
    width: 36px;
    height: 36px;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
.gm-nav-dot {
  background: #7b8790;
  width: 9px;
  height: 9px;
}
.gm-dropdown-catalog {
  min-width: 360px;
}
.gm-dropdown-solutions {
  min-width: 390px;
}
.gm-honeypot {
  width: 1px !important;
  height: 1px !important;
  position: absolute !important;
  left: -10000px !important;
  overflow: hidden !important;
}
.gm-product-card-body {
  flex: 1;
}
.gm-product-image {
  object-fit: contain;
  background: #f5f6f7;
  border-radius: 16px;
  width: 100%;
  height: 210px;
  display: block;
}
.gm-product-summary {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.gm-product-gallery-main {
  object-fit: contain;
  border: 1px solid var(--gm-border);
  background: #f7f8f9;
  border-radius: 24px;
  width: 100%;
  height: min(560px, 62vw);
  display: block;
}
.gm-media-gallery-open {
  cursor: zoom-in;
  border: 0;
  background: transparent;
  width: 100%;
  padding: 0;
  display: block;
}
.gm-product-placeholder {
  background: linear-gradient(135deg, #f1f3f4, #fafbfc);
  color: var(--gm-muted);
  place-items: center;
  padding: 16px;
  font-size: 0.85rem;
  line-height: 1.3;
  text-align: center;
  display: grid;
}
.gm-product-thumbs {
  scrollbar-color: color-mix(in srgb, var(--section-accent) 65%, #7b8790) #e5e9ed;
  scrollbar-width: thin;
  gap: 10px;
  justify-content: safe center;
  padding-bottom: 8px;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
}
.gm-product-thumbs::-webkit-scrollbar {
  height: 8px;
}
.gm-product-thumbs::-webkit-scrollbar-track {
  background: #e5e9ed;
  border-radius: 999px;
}
.gm-product-thumbs::-webkit-scrollbar-thumb {
  background: color-mix(in srgb, var(--section-accent) 65%, #7b8790);
  border-radius: 999px;
}
.gm-product-thumb {
  border: 1px solid var(--gm-border);
  background: #fff;
  border-radius: 12px;
  flex: 0 0 82px;
  width: 82px;
  height: 82px;
  padding: 4px;
}
.gm-product-thumb:hover,
.gm-product-thumb:focus,
.gm-product-thumb.is-active {
  border-color: var(--section-accent);
}
.gm-product-thumb.is-active {
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--section-accent) 28%, transparent);
}
.gm-product-thumb img {
  object-fit: contain;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}
.gm-media-modal .modal-content {
  color: #fff;
  background: #11171b;
}
.gm-media-modal .btn-close {
  filter: invert(1) grayscale(100%);
}
.gm-media-modal-image {
  object-fit: contain;
  width: 100%;
  height: min(78vh, 900px);
  display: block;
}
.gm-media-modal-caption {
  color: #d9dee2;
  min-height: 1.5em;
  padding: 0.75rem 1rem 0;
  font-size: 0.9rem;
  text-align: center;
}
.gm-media-modal .carousel-control-prev,
.gm-media-modal .carousel-control-next {
  width: 10%;
}
.gm-product-detail h1 {
  letter-spacing: -0.045em;
  font-size: clamp(2rem, 4vw, 3.7rem);
  font-weight: 900;
  line-height: 1.04;
}
.gm-content h2,
.gm-content h3 {
  letter-spacing: -0.025em;
  font-weight: 850;
}
.gm-content img {
  max-width: 100%;
  height: auto;
}
.gm-content > :first-child,
.gm-content > section:first-child > :first-child {
  margin-top: 0;
}
.gm-content > :last-child,
.gm-content > section:last-child > :last-child {
  margin-bottom: 0;
}
.gm-empty-state {
  text-align: center;
  background: #fafbfc;
  border: 1px dashed #cfd6dc;
  border-radius: 20px;
  padding: 24px;
}
.gm-error-page {
  align-items: center;
  min-height: 58vh;
  display: grid;
}
.gm-error-code {
  color: color-mix(in srgb, var(--section-accent, #7b8790) 24%, white);
  font-size: clamp(5rem, 17vw, 11rem);
  font-weight: 950;
  line-height: 0.8;
}
.pagination {
  --bs-pagination-color: #394750;
  --bs-pagination-active-bg: #ef3659;
  --bs-pagination-active-border-color: #ef3659;
}
.modal-content {
  border-radius: 22px;
}
.gm-captcha {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.gm-captcha button {
  background: #fff;
  border: 1px solid var(--gm-border);
  border-radius: 8px;
  cursor: pointer;
  padding: 0;
}
.gm-captcha button:disabled {
  cursor: wait;
  opacity: .65;
}
.gm-captcha button:focus-visible {
  outline: 2px solid #ef3659;
  outline-offset: 2px;
}
.gm-captcha img {
  display: block;
  height: 50px;
  width: 120px;
}
.gm-captcha .form-control {
  flex: 1 1 120px;
  max-width: 190px;
  min-width: 0;
}
.alert[data-gm-lead-result]:not(.d-none) {
  display: block !important;
}
@media (max-width: 991.98px) {
  .gm-navbar {
    backdrop-filter: none;
  }
  .gm-dropdown-catalog,
  .gm-dropdown-solutions {
    min-width: 0;
  }
  .offcanvas .dropdown-menu {
    box-shadow: none !important;
    border: 1px solid var(--gm-border) !important;
    width: 100%;
    max-width: 100%;
  }
  .offcanvas .dropdown-item {
    white-space: normal;
    overflow-wrap: anywhere;
  }
  .gm-product-gallery-main {
    height: min(620px, 85vw);
  }
}
@media (max-width: 575.98px) {
  .gm-product-image {
    height: 190px;
  }
  .gm-product-gallery-main {
    border-radius: 18px;
    height: 92vw;
  }
  .gm-product-thumb {
    flex-basis: 68px;
    width: 68px;
    height: 68px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .gm-navbar .container {
    --bs-gutter-x: 1rem;
  }
  .gm-navbar .gm-logo {
    width: 175px;
  }
  .gm-navbar .nav-link {
    font-size: 0.84rem;
    padding: 0.65rem 0.35rem !important;
  }
  .gm-navbar .gm-btn-primary {
    white-space: nowrap;
    padding: 0.7rem 0.9rem;
    font-size: 0.88rem;
  }
}
