.gs-global-footer {
  --gs-footer-bg: #030303;
  --gs-footer-card: rgba(15, 15, 15, 0.96);
  --gs-footer-line: rgba(255, 255, 255, 0.12);
  --gs-footer-text: #ffffff;
  --gs-footer-muted: #b9b9b9;
  --gs-footer-accent: #8dff2f;
  --gs-footer-radius: 24px;
  --gs-footer-max: 1240px;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 0%, rgba(141,255,47,0.12), transparent 24%),
    radial-gradient(circle at 94% 8%, rgba(141,255,47,0.09), transparent 25%),
    linear-gradient(180deg, #070707 0%, #030303 100%);
  color: var(--gs-footer-text);
  border-top: 1px solid rgba(141, 255, 47, 0.18);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  isolation: isolate;
}

.gs-global-footer *,
.gs-global-footer *::before,
.gs-global-footer *::after { box-sizing: border-box; }
.gs-global-footer a { color: inherit; text-decoration: none; }
.gs-global-footer a:hover { color: var(--gs-footer-accent); }
.gs-global-footer img { display: block; max-width: 100%; height: auto; }

.gs-footer-container {
  width: min(var(--gs-footer-max), calc(100% - 32px));
  margin: 0 auto;
  padding: 42px 0 28px;
}

.gs-footer-cta {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  min-height: 156px;
  padding: 28px 34px;
  margin-bottom: 44px;
  border-radius: 28px;
  border: 1px solid rgba(141,255,47,0.35);
  background:
    radial-gradient(circle at 0% 50%, rgba(141,255,47,0.13), transparent 28%),
    radial-gradient(circle at 100% 60%, rgba(141,255,47,0.13), transparent 28%),
    linear-gradient(135deg, rgba(10, 24, 7, 0.95), rgba(9, 9, 9, 0.98) 44%, rgba(12, 31, 8, 0.95));
  box-shadow: 0 24px 80px rgba(0,0,0,0.45), inset 0 1px 0 rgba(255,255,255,0.04);
  position: relative;
  overflow: hidden;
}
.gs-footer-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, transparent 0 70%, rgba(141,255,47,0.12) 71%, transparent 72%),
    linear-gradient(25deg, transparent 0 76%, rgba(141,255,47,0.10) 77%, transparent 78%);
  opacity: .35;
  pointer-events: none;
}
.gs-footer-cta > * { position: relative; z-index: 1; }
.gs-footer-cta-icon {
  width: 92px; height: 92px;
  display: grid; place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(141,255,47,0.38);
  background: rgba(141,255,47,0.04);
  box-shadow: 0 0 34px rgba(141,255,47,0.18);
}
.gs-footer-cta-icon svg { width: 48px; height: 48px; fill: none; stroke: var(--gs-footer-accent); stroke-width: 1.8; }
.gs-footer-cta-copy h2 {
  margin: 0 0 10px !important;
  color: #fff;
  font-size: clamp(28px, 3.8vw, 42px);
  line-height: 1.05;
  letter-spacing: -0.04em;
}
.gs-footer-cta-copy p { margin: 0 !important; max-width: 650px; color: #d6d6d6; font-size: 17px; line-height: 1.6; }
.gs-footer-cta-actions { display: flex; align-items: center; justify-content: flex-end; gap: 16px; }
.gs-footer-btn {
  min-height: 54px;
  display: inline-flex; align-items: center; justify-content: center; gap: 12px;
  border-radius: 16px;
  padding: 15px 24px;
  font-size: 15px; font-weight: 900; line-height: 1; white-space: nowrap;
  transition: .22s ease;
}
.gs-footer-btn svg { width: 20px; height: 20px; fill: currentColor; }
.gs-footer-btn-primary { background: var(--gs-footer-accent); color: #071000 !important; border: 1px solid var(--gs-footer-accent); box-shadow: 0 12px 30px rgba(141,255,47,0.16); }
.gs-footer-btn-secondary { background: rgba(255,255,255,0.03); color: #fff !important; border: 1px solid rgba(255,255,255,0.20); }
.gs-footer-btn:hover { transform: translateY(-1px); }

.gs-footer-main-grid {
  display: grid;
  grid-template-columns: minmax(300px, .86fr) minmax(280px, .78fr) minmax(420px, 1.25fr);
  gap: 34px;
  align-items: stretch;
  margin-bottom: 28px;
}
.gs-footer-brand-col,
.gs-footer-menu-board,
.gs-footer-map-card { min-width: 0; }
.gs-footer-brand-col,
.gs-footer-menu-board { position: relative; }
.gs-footer-brand-col::after,
.gs-footer-menu-board::after {
  content: "";
  position: absolute;
  top: 0; right: -17px; bottom: 0;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(255,255,255,0.16), transparent);
}

.gs-footer-brand { display: flex; align-items: center; gap: 16px; margin-bottom: 20px; }
.gs-footer-mark {
  width: 76px; height: 76px; flex: 0 0 76px;
  display: grid; place-items: center;
  border-radius: 18px;
  overflow: hidden;
  background: transparent;
  color: var(--gs-footer-accent);
  font-weight: 1000;
  font-size: 20px;
  letter-spacing: -0.08em;
}
.gs-footer-mark img { width: 100%; height: 100%; object-fit: contain; }
.gs-footer-brand strong { display: block; color: #fff; font-size: clamp(24px, 2vw, 32px); line-height: 1; letter-spacing: -0.04em; }
.gs-footer-brand span { display: block; margin-top: 10px; color: #dedede; font-size: 12px; letter-spacing: .24em; text-transform: uppercase; }
.gs-footer-desc { margin: 0 0 20px !important; color: #bdbdbd; font-size: 16px; line-height: 1.75; max-width: 430px; }

.gs-footer-contact-list { display: grid; gap: 10px; max-width: 430px; }
.gs-footer-info-card {
  min-height: 78px;
  display: grid;
  grid-template-columns: 58px 1fr;
  align-items: center;
  gap: 14px;
  padding: 14px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.14);
  background: linear-gradient(180deg, rgba(18,18,18,0.82), rgba(8,8,8,0.88));
}
.gs-footer-info-icon {
  width: 46px; height: 46px;
  display: grid; place-items: center;
  border-radius: 14px;
  border: 1px solid rgba(141,255,47,0.35);
  background: rgba(141,255,47,0.08);
  overflow: hidden;
}
.gs-footer-info-icon svg { width: 25px; height: 25px; fill: var(--gs-footer-accent); }
.gs-footer-custom-icon { width: 28px !important; height: 28px !important; object-fit: contain !important; }
.gs-footer-info-card span { display: block; margin-bottom: 4px; color: #fff; font-size: 13px; font-weight: 800; }
.gs-footer-info-card strong,
.gs-footer-info-card a { display: block; color: #d4d4d4; font-size: 13px; line-height: 1.45; font-weight: 600; }

.gs-footer-social-icons { display: flex; align-items: center; justify-content: center; gap: 18px; max-width: 430px; margin-top: 16px; }
.gs-footer-social-icons a {
  width: 46px; height: 46px;
  display: grid; place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.02);
  color: var(--gs-footer-accent);
  transition: .22s ease;
  overflow: hidden;
}
.gs-footer-social-icons a:hover { border-color: rgba(141,255,47,0.55); background: rgba(141,255,47,0.08); transform: translateY(-1px); }
.gs-footer-social-icons svg { width: 24px; height: 24px; fill: currentColor; }
.gs-footer-social-img { width: 24px !important; height: 24px !important; object-fit: contain !important; }

.gs-footer-menu-board {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
  gap: 20px;
  align-content: start;
  padding: 18px 6px 0;
}
.gs-footer-menu-column { min-width: 0; }
.gs-footer-menu-column h3 {
  margin: 0 0 20px !important;
  color: #fff;
  font-size: 18px;
  line-height: 1.15;
  letter-spacing: -0.03em;
  position: relative;
}
.gs-footer-menu-column h3::after {
  content: "";
  position: absolute;
  left: 0; bottom: -10px;
  width: 44px; height: 2px;
  border-radius: 999px;
  background: var(--gs-footer-accent);
}
.gs-footer-menu-column ul { display: grid; gap: 9px; list-style: none !important; margin: 0 !important; padding: 0 !important; }
.gs-footer-menu-column a {
  min-height: 40px;
  display: flex; align-items: center; gap: 10px;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(255,255,255,0.035);
  border: 1px solid transparent;
  color: #efefef;
  font-size: 14px;
  font-weight: 650;
  transition: .22s ease;
}
.gs-footer-menu-column a span { color: var(--gs-footer-accent); font-size: 22px; line-height: 1; transform: translateY(-1px); }
.gs-footer-menu-column a:hover { background: rgba(141,255,47,0.08); border-color: rgba(141,255,47,0.15); }

.gs-footer-map-card {
  min-height: 430px;
  padding: 12px;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,0.14);
  background: linear-gradient(180deg, rgba(18,18,18,0.92), rgba(7,7,7,0.94));
  box-shadow: 0 24px 70px rgba(0,0,0,0.34);
  overflow: hidden;
}
.gs-footer-map-card iframe {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 406px !important;
  border: 0 !important;
  border-radius: 16px !important;
  filter: saturate(.92) contrast(1.02);
}

.gs-footer-payment-strip {
  width: fit-content;
  max-width: 100%;
  margin: 0 auto 34px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 4px 0;
  padding: 10px 12px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.13);
  background: linear-gradient(180deg, rgba(12,12,12,0.92), rgba(5,5,5,0.94));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.04), 0 20px 60px rgba(0,0,0,0.25);
}
.gs-payment-logo {
  min-height: 28px;
  display: inline-flex; align-items: center; justify-content: center;
  padding: 3px 10px;
  border-right: 1px solid rgba(255,255,255,0.18);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}
.gs-payment-logo:last-child { border-right: 0; }
.gs-payment-logo img { width: auto; max-width: 76px; max-height: 23px; object-fit: contain; }
.gs-payment-logo span { display: inline-flex; align-items: center; color: #fff; }

.gs-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid rgba(255,255,255,0.10);
  padding-top: 24px;
}
.gs-footer-bottom p { margin: 0 !important; color: #b8b8b8; font-size: 13px; line-height: 1.5; }
.gs-footer-bottom span { color: var(--gs-footer-accent); font-size: 26px; line-height: 0; margin-left: 8px; }

@media (max-width: 1120px) {
  .gs-footer-cta { grid-template-columns: 86px 1fr; }
  .gs-footer-cta-actions { grid-column: 1 / -1; justify-content: flex-start; }
  .gs-footer-main-grid { grid-template-columns: 1fr minmax(260px, .65fr); }
  .gs-footer-map-card { grid-column: 1 / -1; }
  .gs-footer-menu-board::after { display: none; }
}

@media (max-width: 760px) {
  .gs-footer-container { width: min(var(--gs-footer-max), calc(100% - 20px)); padding: 30px 0 24px; }
  .gs-footer-cta { grid-template-columns: 1fr; text-align: left; gap: 18px; padding: 22px; margin-bottom: 32px; }
  .gs-footer-cta-icon { width: 70px; height: 70px; }
  .gs-footer-cta-icon svg { width: 36px; height: 36px; }
  .gs-footer-cta-actions { flex-direction: column; align-items: stretch; }
  .gs-footer-btn { width: 100%; }
  .gs-footer-main-grid { grid-template-columns: 1fr; gap: 28px; }
  .gs-footer-brand-col::after,
  .gs-footer-menu-board::after { display: none; }
  .gs-footer-mark { width: 58px; height: 58px; flex-basis: 58px; }
  .gs-footer-brand strong { font-size: 24px; }
  .gs-footer-desc,
  .gs-footer-contact-list,
  .gs-footer-social-icons { max-width: none; }
  .gs-footer-info-card { grid-template-columns: 52px 1fr; }
  .gs-footer-menu-board { padding: 0; grid-template-columns: 1fr; }
  .gs-footer-map-card { min-height: 280px; padding: 8px; }
  .gs-footer-map-card iframe { min-height: 270px !important; }
  .gs-footer-payment-strip { padding: 10px; gap: 6px; width: fit-content; max-width: 100%; }
  .gs-payment-logo { border-right: 0; min-height: 30px; padding: 5px 9px; font-size: 13px; border-radius: 8px; background: rgba(255,255,255,0.04); }
  .gs-payment-logo img { max-width: 74px; max-height: 23px; }
  .gs-footer-bottom { flex-direction: column; align-items: center; justify-content: center; text-align: center; gap: 8px; }
  .gs-footer-bottom p { width: 100%; }
  .gs-footer-bottom span { display: inline-flex; margin-left: 6px; vertical-align: middle; }
}

/* v2.2 refinements: compact auto-fit payment strip and better mobile bottom alignment */
.gs-footer-payment-strip {
  width: fit-content !important;
  max-width: min(100%, 1120px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 12px 16px !important;
  gap: 0 !important;
}

.gs-payment-logo {
  flex: 0 0 auto !important;
  min-width: 0 !important;
  padding: 6px 12px !important;
}

.gs-payment-logo img {
  max-width: 74px !important;
  max-height: 24px !important;
}

@media (max-width: 760px) {
  .gs-footer-payment-strip {
    width: calc(100% - 20px) !important;
    gap: 8px !important;
    padding: 14px 12px !important;
  }
  .gs-payment-logo {
    border-right: 0 !important;
    background: rgba(255,255,255,0.04) !important;
    border-radius: 9px !important;
    padding: 7px 10px !important;
  }
  .gs-footer-bottom {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    gap: 8px !important;
  }
  .gs-footer-bottom p {
    width: 100% !important;
    text-align: center !important;
  }
}
