/**
 * GeoGuard Ecosystem Hub — front page + product placeholders.
 */

.geoguard-hub {
  --gg-hub-blue: #0f7ead;
  --gg-hub-blue-dark: #0c6a8f;
  --gg-hub-navy: #1a2b3c;
  --gg-hub-muted: #667788;
  --gg-hub-bg: linear-gradient(180deg, #f4f9fc 0%, #ffffff 42%);
  box-sizing: border-box;
  width: 100%;
  padding: 20px 20px 32px;
  background: var(--gg-hub-bg);
  border-bottom: 1px solid rgba(15, 126, 173, 0.12);
}

body.geoguard-hub-landing {
  --gg-hub-blue: #0f7ead;
  --gg-hub-blue-dark: #0c6a8f;
  --gg-hub-navy: #1a2b3c;
  --gg-hub-muted: #667788;
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  background: linear-gradient(180deg, #f4f9fc 0%, #ffffff 55%);
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

.geoguard-hub-topbar {
  position: relative;
  z-index: 90;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px 88px 12px;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(15, 126, 173, 0.1);
  box-shadow: 0 4px 18px rgba(15, 30, 50, 0.04);
}

.geoguard-hub-home-tab {
  flex-shrink: 0;
  position: sticky;
  top: 0;
  z-index: 10050;
  display: flex;
  align-items: center;
  padding: 8px 16px;
  background: #fff;
  border-bottom: 1px solid rgba(15, 126, 173, 0.14);
  box-shadow: 0 1px 0 rgba(15, 30, 50, 0.04);
}

.geoguard-hub-home-tab-link,
.geoguard-hub-home-tab-link span,
.geoguard-hub-home-tab-link:hover,
.geoguard-hub-home-tab-link:hover span {
  color: #fff !important;
  font-weight: 800;
}

.geoguard-hub-home-tab-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 999px;
  background: #0f7ead;
  border: 1px solid #0f7ead;
  font-size: 13px;
  line-height: 1.2;
  text-decoration: none;
  box-shadow: 0 2px 10px rgba(15, 126, 173, 0.22);
  transition: background 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.geoguard-hub-home-tab-link:hover {
  background: #0c6a8f;
  border-color: #0c6a8f;
  box-shadow: 0 3px 12px rgba(15, 126, 173, 0.28);
}

.geoguard-hub-home-tab-link.is-current {
  background: #fff;
  border-color: rgba(15, 126, 173, 0.35);
  box-shadow: none;
}

.geoguard-hub-home-tab-link.is-current,
.geoguard-hub-home-tab-link.is-current span {
  color: #0f7ead !important;
}

.geoguard-hub-home-tab-arrow {
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
}

.geoguard-hub-topbar .geoguard-hub-langswitch {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.geoguard-hub-site-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.geoguard-hub-site-logo img {
  display: block;
  width: auto;
  height: clamp(34px, 5vw, 46px);
  max-width: min(220px, 52vw);
  object-fit: contain;
}

.geoguard-hub--landing {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: none;
  padding: 24px 16px 64px;
  background: linear-gradient(180deg, #eef6fb 0%, #ffffff 50%, #f8fbfd 100%);
}

.geoguard-hub-footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 80;
  margin: 0;
  padding: 14px 16px 18px;
  text-align: center;
  pointer-events: none;
}

.geoguard-hub-footer p {
  margin: 0;
  color: #667788;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0.01em;
}

.geoguard-hub--landing .geoguard-hub-inner {
  width: 100%;
  max-width: 1080px;
}

.geoguard-hub--landing .geoguard-hub-grid {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  gap: clamp(12px, 2.5vw, 22px);
}

.geoguard-hub--landing .geoguard-hub-card {
  flex: 1 1 0;
  min-width: 0;
  max-width: 250px;
  padding: 22px 16px 20px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(15, 126, 173, 0.14);
  box-shadow: 0 8px 24px rgba(15, 30, 50, 0.07);
}

.geoguard-hub--landing .geoguard-hub-card:hover,
.geoguard-hub--landing .geoguard-hub-card:focus-visible {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 14px 32px rgba(15, 126, 173, 0.18);
}

.geoguard-hub--landing .geoguard-hub-card-badge,
.geoguard-hub--landing .geoguard-hub-card-cta {
  display: none;
}

.geoguard-hub--landing .geoguard-hub-card-title {
  margin: 14px 0 0;
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.25;
  color: var(--gg-hub-navy);
}

.geoguard-hub--landing .geoguard-hub-card-text {
  display: block;
  margin: 8px 0 0;
  font-size: 0.74rem;
  line-height: 1.4;
  color: var(--gg-hub-muted);
}

.geoguard-hub--landing .geoguard-hub-card-icon-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 96px;
  margin: 0 auto;
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(145deg, #0f7ead 0%, #0065e3 100%);
  box-shadow: 0 8px 22px rgba(15, 126, 173, 0.28);
}

.geoguard-hub--landing #geoguard-hub-smart .geoguard-hub-card-icon-wrap {
  background: linear-gradient(145deg, #0f7ead 0%, #0065e3 100%);
}

.geoguard-hub--landing #geoguard-hub-pbx .geoguard-hub-card-icon-wrap {
  background: linear-gradient(145deg, #1a6b8a 0%, #0f7ead 100%);
}

.geoguard-hub--landing #geoguard-hub-parking .geoguard-hub-card-icon-wrap {
  background: linear-gradient(145deg, #0065e3 0%, #0050b8 100%);
}

.geoguard-hub--landing #geoguard-hub-vision .geoguard-hub-card-icon-wrap {
  background: linear-gradient(145deg, #0b3a5c 0%, #0065e3 100%);
}

.geoguard-hub--landing .geoguard-hub-card-icon-wrap::after {
  content: "";
  position: absolute;
  inset: -40%;
  background: linear-gradient(
    105deg,
    transparent 38%,
    rgba(255, 255, 255, 0.65) 50%,
    transparent 62%
  );
  animation: gg-hub-shine 3.2s ease-in-out infinite;
  pointer-events: none;
}

.geoguard-hub--landing .geoguard-hub-card:nth-child(1) .geoguard-hub-card-icon-wrap::after { animation-delay: 0s; }
.geoguard-hub--landing .geoguard-hub-card:nth-child(2) .geoguard-hub-card-icon-wrap::after { animation-delay: 0.8s; }
.geoguard-hub--landing .geoguard-hub-card:nth-child(3) .geoguard-hub-card-icon-wrap::after { animation-delay: 1.6s; }
.geoguard-hub--landing .geoguard-hub-card:nth-child(4) .geoguard-hub-card-icon-wrap::after { animation-delay: 2.4s; }

.geoguard-hub--landing .geoguard-hub-card-icon {
  width: 72px;
  height: 72px;
  margin-bottom: 0;
  border-radius: 0;
  box-shadow: none;
  object-fit: contain;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.12));
}

.geoguard-hub--landing .geoguard-hub-card.is-ready .geoguard-hub-card-icon-wrap {
  box-shadow: 0 0 0 3px rgba(15, 126, 173, 0.22), 0 10px 26px rgba(15, 126, 173, 0.28);
}

.geoguard-hub--landing .geoguard-hub-card:hover .geoguard-hub-card-icon-wrap,
.geoguard-hub--landing .geoguard-hub-card:focus-visible .geoguard-hub-card-icon-wrap {
  animation: gg-hub-pulse 2.4s ease-in-out infinite;
}

.geoguard-hub-langswitch {
  position: static;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin: 0;
  padding: 4px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 4px 18px rgba(15, 30, 50, 0.12);
  border: 1px solid rgba(15, 126, 173, 0.22);
}

.geoguard-hub-langswitch a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 34px;
  padding: 0 10px;
  border-radius: 999px;
  border: none;
  background: transparent;
  color: #1a2b3c;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease;
}

.geoguard-hub-langswitch a:hover {
  background: rgba(15, 126, 173, 0.1);
  color: #0f7ead;
}

.geoguard-hub-langswitch a.is-active {
  background: #0f7ead;
  color: #fff;
  box-shadow: 0 2px 8px rgba(15, 126, 173, 0.35);
}

@keyframes gg-hub-pulse {
  0%, 100% {
    filter: brightness(1);
    box-shadow: 0 4px 14px rgba(15, 126, 173, 0.15);
  }
  50% {
    filter: brightness(1.08);
    box-shadow: 0 6px 22px rgba(15, 126, 173, 0.32), 0 0 16px rgba(15, 126, 173, 0.15);
  }
}

@keyframes gg-hub-shine {
  0%, 100% {
    transform: translateX(-120%) rotate(12deg);
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  50% {
    transform: translateX(120%) rotate(12deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
}

@media (max-width: 900px) {
  .geoguard-hub--landing {
    align-items: flex-start;
    padding: 24px 16px 80px;
  }

  .geoguard-hub--landing .geoguard-hub-inner {
    overflow: visible;
    max-width: 640px;
    margin: 0 auto;
  }

  .geoguard-hub--landing .geoguard-hub-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    min-width: 0;
    padding: 0;
  }

  .geoguard-hub--landing .geoguard-hub-card {
    flex: none;
    max-width: none;
    width: 100%;
    padding: 20px 14px 18px;
  }

  .geoguard-hub--landing .geoguard-hub-card-title {
    font-size: 0.92rem;
  }

  .geoguard-hub--landing .geoguard-hub-card-text {
    font-size: 0.78rem;
  }
}

@media (max-width: 640px) {
  .geoguard-hub-topbar {
    flex-direction: column;
    gap: 12px;
    padding: 12px 14px;
  }

  .geoguard-hub-topbar .geoguard-hub-langswitch {
    position: static;
    transform: none;
  }

  .geoguard-hub-site-logo img {
    height: 36px;
    max-width: min(240px, 82vw);
  }

  .geoguard-hub-langswitch {
    gap: 2px;
    padding: 3px;
  }

  .geoguard-hub-langswitch a {
    min-width: 36px;
    min-height: 30px;
    font-size: 11px;
    padding: 0 8px;
  }

  .geoguard-hub--landing {
    padding: 20px 14px 76px;
  }

  .geoguard-hub-footer {
    padding: 12px 12px 16px;
  }

  .geoguard-hub-footer p {
    font-size: 12px;
  }

  .geoguard-hub--landing .geoguard-hub-inner {
    max-width: 420px;
  }

  .geoguard-hub--landing .geoguard-hub-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .geoguard-hub--landing .geoguard-hub-card {
    padding: 22px 18px 20px;
  }

  .geoguard-hub--landing .geoguard-hub-card-icon-wrap {
    width: 88px;
    height: 88px;
    border-radius: 22px;
  }

  .geoguard-hub--landing .geoguard-hub-card-icon {
    width: 64px;
    height: 64px;
  }

  .geoguard-hub--landing .geoguard-hub-card-title {
    font-size: 1rem;
  }

  .geoguard-hub--landing .geoguard-hub-card-text {
    font-size: 0.84rem;
  }
}

.geoguard-hub-brand {
  display: block;
  width: 56px;
  margin: 0 auto 28px;
}

.geoguard-hub-brand img {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  box-shadow: 0 8px 22px rgba(11, 58, 92, 0.14);
}

.geoguard-hub-lang {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 28px;
}

.geoguard-hub-lang a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 34px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(15, 126, 173, 0.25);
  color: var(--gg-hub-blue);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.geoguard-hub-lang a.is-active {
  background: var(--gg-hub-blue);
  border-color: var(--gg-hub-blue);
  color: #fff;
}

.geoguard-hub *,
.geoguard-hub *::before,
.geoguard-hub *::after {
  box-sizing: border-box;
}

.geoguard-hub-inner {
  max-width: 1120px;
  margin: 0 auto;
}

.geoguard-hub-hero {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 36px;
}

.geoguard-hub-logo {
  width: 72px;
  height: 72px;
  object-fit: contain;
  border-radius: 18px;
  margin: 0 auto 16px;
  display: block;
  box-shadow: 0 8px 24px rgba(11, 58, 92, 0.15);
}

.geoguard-hub-title {
  margin: 0 0 10px;
  font-size: clamp(1.65rem, 4vw, 2.25rem);
  line-height: 1.15;
  font-weight: 800;
  color: var(--gg-hub-navy);
  letter-spacing: -0.02em;
}

.geoguard-hub-subtitle {
  margin: 0;
  font-size: clamp(1rem, 2.2vw, 1.125rem);
  line-height: 1.5;
  color: var(--gg-hub-muted);
}

.geoguard-hub-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

@media (max-width: 767px) {
  .geoguard-hub {
    padding-top: 16px;
    padding-bottom: 40px;
  }

  .geoguard-hub-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

.geoguard-hub-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 28px 22px 24px;
  background: #fff;
  border-radius: 24px;
  border: 1px solid rgba(15, 126, 173, 0.14);
  box-shadow: 0 10px 28px rgba(15, 30, 50, 0.07);
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.geoguard-hub-card:hover,
.geoguard-hub-card:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(15, 126, 173, 0.16);
  border-color: rgba(15, 126, 173, 0.35);
  outline: none;
}

.geoguard-hub-card.is-ready {
  border-color: rgba(15, 126, 173, 0.28);
}

.geoguard-hub-card.is-soon {
  opacity: 0.96;
}

.geoguard-hub-card-icon {
  width: 112px;
  height: 112px;
  object-fit: contain;
  border-radius: 26px;
  margin-bottom: 18px;
  box-shadow: 0 8px 22px rgba(11, 58, 92, 0.14);
}

@media (max-width: 767px) {
  .geoguard-hub-card-icon {
    width: 92px;
    height: 92px;
    border-radius: 22px;
  }
}

.geoguard-hub-card-badge {
  display: inline-block;
  margin-bottom: 10px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.geoguard-hub-card-badge.is-live {
  background: rgba(15, 126, 173, 0.12);
  color: var(--gg-hub-blue);
}

.geoguard-hub-card-badge.is-soon {
  background: rgba(102, 119, 136, 0.12);
  color: var(--gg-hub-muted);
}

.geoguard-hub-card-title {
  margin: 0 0 8px;
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--gg-hub-navy);
  line-height: 1.25;
}

.geoguard-hub-card-text {
  margin: 0 0 18px;
  font-size: 0.92rem;
  line-height: 1.45;
  color: var(--gg-hub-muted);
  flex: 1;
}

.geoguard-hub-card-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--gg-hub-blue);
  color: #fff !important;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s ease;
}

.geoguard-hub-card:hover .geoguard-hub-card-cta,
.geoguard-hub-card:focus-visible .geoguard-hub-card-cta {
  background: var(--gg-hub-blue-dark);
}

.geoguard-hub-card.is-soon .geoguard-hub-card-cta {
  background: #eef3f7;
  color: var(--gg-hub-navy) !important;
}

.geoguard-hub-scroll {
  margin-top: 22px;
  text-align: center;
}

.geoguard-hub-scroll a {
  color: var(--gg-hub-blue);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.geoguard-hub-scroll a:hover {
  text-decoration: underline;
}

#gg-smart-home {
  scroll-margin-top: 96px;
}

/* Placeholder pages (/pbx/, /parking/, /vision/) */
.geoguard-hub-page {
  min-height: 60vh;
  padding: 48px 20px 72px;
  background: var(--gg-hub-bg);
}

.geoguard-hub-page-inner {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.geoguard-hub-page-back {
  display: inline-flex;
  margin-bottom: 24px;
  color: var(--gg-hub-blue);
  font-weight: 600;
  text-decoration: none;
  font-size: 14px;
}

.geoguard-hub-page-back:hover {
  text-decoration: underline;
}

.geoguard-hub-page-icon {
  width: 120px;
  height: 120px;
  border-radius: 28px;
  margin: 0 auto 20px;
  box-shadow: 0 8px 22px rgba(11, 58, 92, 0.14);
}

.geoguard-hub-page h1 {
  margin: 0 0 12px;
  font-size: clamp(1.6rem, 4vw, 2rem);
  color: var(--gg-hub-navy);
}

.geoguard-hub-page p {
  margin: 0 0 24px;
  color: var(--gg-hub-muted);
  line-height: 1.55;
  font-size: 1.05rem;
}

.geoguard-hub-page-contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 999px;
  background: var(--gg-hub-blue);
  color: #fff !important;
  font-weight: 700;
  text-decoration: none;
}

.geoguard-hub-page-contact:hover {
  background: var(--gg-hub-blue-dark);
}

/* PBX & service pages */
.geoguard-hub-service-body {
  background: linear-gradient(180deg, #eef6fb 0%, #ffffff 40%, #f8fbfd 100%);
}

.geoguard-hub-service {
  padding: 88px 16px 80px;
}

.geoguard-hub-service-hero {
  max-width: 820px;
  margin: 0 auto 48px;
  text-align: center;
}

.geoguard-hub-service-badge {
  display: inline-block;
  margin-bottom: 16px;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(15, 126, 173, 0.12);
  color: #0f7ead;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.geoguard-hub-service-hero-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 96px;
  margin: 0 auto 20px;
  border-radius: 24px;
  background: linear-gradient(145deg, #1a6b8a 0%, #0f7ead 100%);
  box-shadow: 0 10px 28px rgba(15, 126, 173, 0.28);
}

.geoguard-hub-service-hero-icon {
  width: 56px;
  height: 56px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.geoguard-hub-service-hero h1 {
  margin: 0 0 14px;
  font-size: clamp(1.75rem, 4vw, 2.35rem);
  font-weight: 800;
  color: #1a2b3c;
  line-height: 1.15;
}

.geoguard-hub-service-lead {
  margin: 0 auto 24px;
  max-width: 640px;
  font-size: 1.05rem;
  line-height: 1.55;
  color: #667788;
}

.geoguard-hub-service-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.geoguard-hub-service-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 999px;
  background: #0f7ead;
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(15, 126, 173, 0.25);
}

.geoguard-hub-service-btn:hover {
  background: #0c6a8f;
}

.geoguard-hub-service-btn--ghost {
  background: #fff;
  color: #0f7ead !important;
  border: 1px solid rgba(15, 126, 173, 0.25);
  box-shadow: none;
}

.geoguard-hub-service-section {
  max-width: 1080px;
  margin: 0 auto 40px;
  padding: 0 8px;
}

.geoguard-hub-service-section--muted {
  padding: 32px 20px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(15, 126, 173, 0.1);
}

.geoguard-hub-service-section h2 {
  margin: 0 0 22px;
  text-align: center;
  font-size: clamp(1.35rem, 3vw, 1.65rem);
  font-weight: 800;
  color: #1a2b3c;
}

.geoguard-hub-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.geoguard-hub-service-grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.geoguard-hub-service-card {
  padding: 22px 18px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(15, 126, 173, 0.12);
  box-shadow: 0 6px 18px rgba(15, 30, 50, 0.05);
}

.geoguard-hub-service-card h3 {
  margin: 0 0 8px;
  font-size: 1rem;
  font-weight: 800;
  color: #1a2b3c;
}

.geoguard-hub-service-card p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.45;
  color: #667788;
}

.geoguard-hub-service-stack {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  font-size: 1.05rem;
  line-height: 1.55;
  color: #667788;
}

.geoguard-hub-service-contact {
  max-width: 640px;
  margin: 0 auto;
  padding: 36px 24px;
  text-align: center;
  border-radius: 24px;
  background: linear-gradient(145deg, #0f7ead 0%, #0065e3 100%);
  color: #fff;
}

.geoguard-hub-service-contact h2 {
  margin: 0 0 10px;
  color: #fff;
}

.geoguard-hub-service-contact p {
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.5;
}

.geoguard-hub-service-contact-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

.geoguard-hub-service-contact-links a {
  color: #fff !important;
  font-size: 1.05rem;
  font-weight: 700;
  text-decoration: none;
}

.geoguard-hub-service-contact-links a:hover {
  text-decoration: underline;
}

@media (max-width: 900px) {
  .geoguard-hub-service-grid,
  .geoguard-hub-service-grid--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .geoguard-hub-service {
    padding: 78px 12px 72px;
  }

  .geoguard-hub-service-grid,
  .geoguard-hub-service-grid--4 {
    grid-template-columns: 1fr;
  }

  .geoguard-hub-service-section--muted {
    padding: 24px 16px;
  }
}

/* GeoGuard PBX / Parking service pages — Breakdance header clone */
.geoguard-pbx-page,
.geoguard-parking-page,
.geoguard-vision-page {
  margin: 0;
  font-family: Roboto, system-ui, -apple-system, sans-serif;
  background: #fff;
  color: #1a2b3c;
}

.geoguard-pbx-shell,
.geoguard-parking-shell,
.geoguard-vision-shell {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.geoguard-pbx-shell,
.geoguard-parking-shell,
.geoguard-vision-shell {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.geoguard-pbx-shell > .geoguard-hub-home-tab,
.geoguard-parking-shell > .geoguard-hub-home-tab,
.geoguard-vision-shell > .geoguard-hub-home-tab {
  flex-shrink: 0;
}

.geoguard-pbx-shell > .bde-header-builder-51-100,
.geoguard-parking-shell > .bde-header-builder-51-100,
.geoguard-vision-shell > .bde-header-builder-51-100 {
  flex-shrink: 0;
}

.geoguard-pbx-shell .geoguard-app-dd {
  display: none !important;
}

.geoguard-parking-shell .geoguard-app-dd,
.geoguard-vision-shell .geoguard-app-dd {
  display: none !important;
}

.geoguard-pbx-shell .bde-button-51-130,
.geoguard-parking-shell .bde-button-51-130,
.geoguard-vision-shell .bde-button-51-130 {
  display: inline-flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 8px !important;
}

.geoguard-pbx-shell .geoguard-pbx-login-btn.button-atom,
.geoguard-pbx-shell .geoguard-pbx-register-btn.button-atom,
.geoguard-parking-shell .geoguard-pbx-login-btn.button-atom,
.geoguard-parking-shell .geoguard-pbx-register-btn.button-atom,
.geoguard-vision-shell .geoguard-pbx-login-btn.button-atom,
.geoguard-vision-shell .geoguard-pbx-register-btn.button-atom {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 42px !important;
  padding: 10px 18px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  white-space: nowrap !important;
  border-radius: 9999px !important;
  text-decoration: none !important;
  box-sizing: border-box !important;
}

.geoguard-pbx-shell .geoguard-pbx-login-btn .button-atom__text,
.geoguard-pbx-shell .geoguard-pbx-register-btn .button-atom__text,
.geoguard-parking-shell .geoguard-pbx-login-btn .button-atom__text,
.geoguard-parking-shell .geoguard-pbx-register-btn .button-atom__text,
.geoguard-vision-shell .geoguard-pbx-login-btn .button-atom__text,
.geoguard-vision-shell .geoguard-pbx-register-btn .button-atom__text {
  font-size: 14px !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
  color: inherit !important;
}

.geoguard-pbx-shell .geoguard-pbx-login-btn.button-atom,
.geoguard-parking-shell .geoguard-pbx-login-btn.button-atom,
.geoguard-vision-shell .geoguard-pbx-login-btn.button-atom {
  background: #0f7ead !important;
  background-color: #0f7ead !important;
  border: 1px solid #0f7ead !important;
  color: #fff !important;
}

.geoguard-pbx-shell .geoguard-pbx-login-btn.button-atom:hover,
.geoguard-parking-shell .geoguard-pbx-login-btn.button-atom:hover,
.geoguard-vision-shell .geoguard-pbx-login-btn.button-atom:hover {
  background: #0c6a8f !important;
  background-color: #0c6a8f !important;
  border-color: #0c6a8f !important;
  color: #fff !important;
}

.geoguard-pbx-shell .geoguard-pbx-login-btn .button-atom__text,
.geoguard-parking-shell .geoguard-pbx-login-btn .button-atom__text,
.geoguard-vision-shell .geoguard-pbx-login-btn .button-atom__text {
  color: #fff !important;
}

.geoguard-pbx-shell .geoguard-pbx-register-btn.button-atom,
.geoguard-parking-shell .geoguard-pbx-register-btn.button-atom,
.geoguard-vision-shell .geoguard-pbx-register-btn.button-atom {
  background: #fff !important;
  background-color: #fff !important;
  border: 1px solid #0f7ead !important;
  color: #0f7ead !important;
}

.geoguard-pbx-shell .geoguard-pbx-register-btn.button-atom:hover,
.geoguard-parking-shell .geoguard-pbx-register-btn.button-atom:hover,
.geoguard-vision-shell .geoguard-pbx-register-btn.button-atom:hover {
  background: #f4f9fc !important;
  background-color: #f4f9fc !important;
  color: #0c6a8f !important;
  border-color: #0c6a8f !important;
}

.geoguard-pbx-shell .geoguard-pbx-login-btn.button-atom::after,
.geoguard-pbx-shell .geoguard-pbx-register-btn.button-atom::after,
.geoguard-pbx-shell .geoguard-pbx-login-btn.button-atom *::after,
.geoguard-pbx-shell .geoguard-pbx-register-btn.button-atom *::after,
.geoguard-parking-shell .geoguard-pbx-login-btn.button-atom::after,
.geoguard-parking-shell .geoguard-pbx-register-btn.button-atom::after,
.geoguard-parking-shell .geoguard-pbx-login-btn.button-atom *::after,
.geoguard-parking-shell .geoguard-pbx-register-btn.button-atom *::after,
.geoguard-vision-shell .geoguard-pbx-login-btn.button-atom::after,
.geoguard-vision-shell .geoguard-pbx-register-btn.button-atom::after,
.geoguard-vision-shell .geoguard-pbx-login-btn.button-atom *::after,
.geoguard-vision-shell .geoguard-pbx-register-btn.button-atom *::after {
  content: none !important;
  display: none !important;
}

@media (max-width: 767px) {
  .geoguard-pbx-shell .bde-button-51-130,
  .geoguard-parking-shell .bde-button-51-130,
.geoguard-vision-shell .bde-button-51-130 {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    width: 100% !important;
    gap: 8px !important;
  }

  .geoguard-pbx-shell .geoguard-pbx-login-btn.button-atom,
  .geoguard-pbx-shell .geoguard-pbx-register-btn.button-atom,
  .geoguard-parking-shell .geoguard-pbx-login-btn.button-atom,
  .geoguard-parking-shell .geoguard-pbx-register-btn.button-atom {
    width: 100% !important;
    min-width: 0 !important;
    white-space: normal !important;
    padding: 8px 12px !important;
    font-size: 12px !important;
  }

  .geoguard-pbx-shell .geoguard-pbx-login-btn .button-atom__text,
  .geoguard-pbx-shell .geoguard-pbx-register-btn .button-atom__text,
  .geoguard-parking-shell .geoguard-pbx-login-btn .button-atom__text,
  .geoguard-parking-shell .geoguard-pbx-register-btn .button-atom__text {
    font-size: 12px !important;
  }
}

.geoguard-pbx-main {
  flex: 1 0 auto;
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 28px 20px 40px;
  box-sizing: border-box;
}

.geoguard-pbx-hero {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 36px;
}

.geoguard-pbx-hero h1 {
  margin: 0 0 12px;
  font-size: clamp(1.65rem, 4.2vw, 2.5rem);
  font-weight: 800;
  line-height: 1.2;
  color: #1a2b3c;
}

.geoguard-pbx-hero p {
  margin: 0;
  font-size: clamp(1rem, 2.2vw, 1.2rem);
  color: #667788;
  line-height: 1.5;
}

.geoguard-pbx-scheme {
  margin-bottom: 48px;
}

.geoguard-pbx-scheme h2,
.geoguard-pbx-features h2,
.geoguard-pbx-pricing h2,
.geoguard-pbx-contact h2 {
  text-align: center;
  margin: 0 0 20px;
  font-size: clamp(1.3rem, 3vw, 1.75rem);
  font-weight: 800;
  color: #1a2b3c;
}

.geoguard-pbx-scheme-figure {
  position: relative;
  margin: 0;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(15, 126, 173, 0.12);
  border: 1px solid rgba(15, 126, 173, 0.1);
  background: #fff;
}

.geoguard-pbx-scheme-figure--photo img,
.geoguard-pbx-scheme-figure--diagram img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.geoguard-pbx-scheme-brand {
  position: absolute;
  left: 50%;
  top: 34%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 14px 28px 16px;
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(15, 126, 173, 0.92) 0%, rgba(0, 101, 227, 0.9) 100%);
  box-shadow: 0 10px 32px rgba(15, 30, 50, 0.22);
  border: 2px solid rgba(255, 255, 255, 0.35);
  pointer-events: none;
  text-align: center;
  min-width: min(280px, 52vw);
}

.geoguard-pbx-scheme-brand-name {
  display: inline-flex;
  align-items: baseline;
  font-family: Roboto, system-ui, sans-serif;
  font-size: clamp(1.5rem, 4vw, 2.2rem);
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1;
}

.geoguard-pbx-scheme-brand-geo {
  color: #fff;
}

.geoguard-pbx-scheme-brand-guard {
  color: #7ec8ea;
}

.geoguard-pbx-scheme-brand-sub {
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(0.85rem, 2vw, 1rem);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.geoguard-pbx-scheme-figure img {
  display: block;
  width: 100%;
  height: auto;
}

.geoguard-pbx-scheme-caption {
  margin: 16px auto 0;
  max-width: 820px;
  text-align: center;
  color: #667788;
  line-height: 1.55;
  font-size: 0.98rem;
}

.geoguard-pbx-features {
  margin-bottom: 48px;
}

.geoguard-pbx-features-lead {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 28px;
  color: #667788;
  line-height: 1.55;
  font-size: 1rem;
}

.geoguard-pbx-features-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.geoguard-pbx-feature-card {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 24px 22px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(15, 126, 173, 0.12);
  box-shadow: 0 8px 24px rgba(15, 30, 50, 0.04);
}

.geoguard-pbx-feature-icon {
  flex: 0 0 88px;
  width: 88px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(15, 126, 173, 0.22) 0%, rgba(0, 101, 227, 0.12) 100%);
  border: 1px solid rgba(15, 126, 173, 0.16);
  color: #0a6d94;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.geoguard-pbx-shell .geoguard-pbx-feature-icon .geoguard-pbx-feature-svg,
.geoguard-pbx-feature-svg {
  width: 52px !important;
  height: 52px !important;
  min-width: 52px !important;
  min-height: 52px !important;
  max-width: none !important;
  max-height: none !important;
  display: block;
  flex-shrink: 0;
}

.geoguard-pbx-feature-body {
  min-width: 0;
}

.geoguard-pbx-feature-card h3 {
  margin: 0 0 8px;
  font-size: 1.02rem;
  font-weight: 800;
  color: #1a2b3c;
}

.geoguard-pbx-feature-card p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.5;
  color: #667788;
}

.geoguard-pbx-pricing {
  margin-bottom: 40px;
  padding: 36px 24px;
  border-radius: 24px;
  background: linear-gradient(180deg, #f4f9fc 0%, #fff 100%);
  border: 1px solid rgba(15, 126, 173, 0.12);
}

.geoguard-pbx-pricing-lead {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 28px;
  color: #667788;
  line-height: 1.5;
}

.geoguard-pbx-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  max-width: 980px;
  margin: 0 auto;
}

.geoguard-pbx-pricing-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 28px 20px 24px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(15, 126, 173, 0.14);
  box-shadow: 0 8px 24px rgba(15, 30, 50, 0.05);
  text-align: center;
}

.geoguard-pbx-pricing-card--popular {
  border-color: rgba(15, 126, 173, 0.35);
  box-shadow: 0 14px 36px rgba(15, 126, 173, 0.14);
  transform: translateY(-4px);
}

.geoguard-pbx-pricing-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(15, 126, 173, 0.12);
  color: #0f7ead;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.geoguard-pbx-pricing-numbers {
  margin: 8px 0 12px;
  font-size: clamp(1.2rem, 2.5vw, 1.45rem);
  font-weight: 800;
  color: #1a2b3c;
}

.geoguard-pbx-pricing-price {
  margin: 0 0 20px;
  line-height: 1.1;
}

.geoguard-pbx-pricing-amount {
  font-size: clamp(2rem, 5vw, 2.6rem);
  font-weight: 800;
  color: #0f7ead;
}

.geoguard-pbx-pricing-currency {
  margin-left: 2px;
  font-size: 1.35rem;
  font-weight: 800;
  color: #0f7ead;
}

.geoguard-pbx-pricing-period {
  display: block;
  margin-top: 6px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #667788;
}

.geoguard-pbx-auth {
  margin-bottom: 40px;
  padding: 36px 24px;
  border-radius: 24px;
  background: linear-gradient(180deg, #f4f9fc 0%, #fff 100%);
  border: 1px solid rgba(15, 126, 173, 0.12);
}

.geoguard-pbx-auth-lead {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 8px;
  color: #667788;
  line-height: 1.5;
}

.geoguard-pbx-auth-soon {
  text-align: center;
  margin: 0 auto 24px;
  padding: 8px 14px;
  max-width: 640px;
  border-radius: 12px;
  background: rgba(15, 126, 173, 0.08);
  color: #0f7ead;
  font-size: 0.9rem;
  font-weight: 600;
}

.geoguard-pbx-auth-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  max-width: 880px;
  margin: 0 auto;
}

.geoguard-pbx-form {
  padding: 24px 20px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(15, 126, 173, 0.14);
  box-shadow: 0 8px 24px rgba(15, 30, 50, 0.05);
}

.geoguard-pbx-form h3 {
  margin: 0 0 16px;
  font-size: 1.1rem;
  font-weight: 800;
  color: #1a2b3c;
}

.geoguard-pbx-form label {
  display: block;
  margin-bottom: 12px;
}

.geoguard-pbx-form label span {
  display: block;
  margin-bottom: 6px;
  font-size: 0.82rem;
  font-weight: 600;
  color: #667788;
}

.geoguard-pbx-form input {
  width: 100%;
  min-height: 42px;
  padding: 0 12px;
  border-radius: 10px;
  border: 1px solid rgba(15, 126, 173, 0.2);
  background: #f8fbfd;
  font: inherit;
  color: #1a2b3c;
}

.geoguard-pbx-form input:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.geoguard-pbx-payment {
  margin-bottom: 40px;
}

.geoguard-pbx-payment-inner {
  max-width: 720px;
  margin: 0 auto;
  padding: 28px 24px;
  text-align: center;
  border-radius: 20px;
  background: linear-gradient(145deg, #0f7ead 0%, #0065e3 100%);
  color: #fff;
}

.geoguard-pbx-payment-inner h2 {
  color: #fff;
  margin-bottom: 10px;
}

.geoguard-pbx-payment-inner p {
  margin: 0;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.92);
}

.geoguard-pbx-contact {
  text-align: center;
  padding-bottom: 24px;
}

.geoguard-pbx-contact-email {
  display: inline-block;
  margin-top: 12px;
  color: #0f7ead;
  font-weight: 700;
  text-decoration: none;
}

.geoguard-pbx-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 18px;
  border-radius: 999px;
  background: #0f7ead;
  color: #fff !important;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  white-space: nowrap;
}

.geoguard-pbx-pill:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.geoguard-pbx-pill--wide {
  width: 100%;
  margin-top: 4px;
}

.geoguard-pbx-site-footer {
  flex-shrink: 0;
  background: linear-gradient(180deg, #f4f9fc 0%, #eef6fb 100%);
  border-top: 1px solid rgba(15, 126, 173, 0.12);
  padding: 36px 20px 28px;
}

.geoguard-pbx-site-footer-inner {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}

.geoguard-pbx-site-footer-title {
  margin: 0 0 12px;
  font-size: clamp(1.2rem, 3vw, 1.6rem);
  font-weight: 800;
  color: #1a2b3c;
}

.geoguard-pbx-site-footer-contacts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 28px;
  margin-bottom: 16px;
}

.geoguard-pbx-site-footer-phone {
  color: #0f7ead;
  font-size: clamp(1.1rem, 2.5vw, 1.5rem);
  font-weight: 800;
  text-decoration: none;
}

.geoguard-pbx-site-footer-phone:hover {
  text-decoration: underline;
}

.geoguard-pbx-site-footer-email {
  color: #0f7ead;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
}

.geoguard-pbx-site-footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 20px;
  margin-bottom: 14px;
}

.geoguard-pbx-site-footer-links a {
  color: #667788;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.geoguard-pbx-site-footer-links a:hover {
  color: #0f7ead;
}

.geoguard-pbx-site-footer-copy {
  margin: 0;
  color: #667788;
  font-size: 13px;
}

@media (max-width: 960px) {
  .geoguard-pbx-features-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .geoguard-pbx-pricing-grid {
    grid-template-columns: 1fr;
    max-width: 420px;
  }

  .geoguard-pbx-pricing-card--popular {
    transform: none;
  }

  .geoguard-pbx-auth-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .geoguard-pbx-scheme-brand {
    top: 28%;
    padding: 10px 18px 12px;
    min-width: min(220px, 70vw);
  }

  .geoguard-pbx-features-grid {
    grid-template-columns: 1fr;
  }

  .geoguard-pbx-site-footer-contacts {
    flex-direction: column;
    gap: 8px;
  }
}
