/* ===== GrowXGenZ SEO + GMB Landing ===== */
.gxg2-page *,
.gxg2-page *::before,
.gxg2-page *::after { box-sizing: border-box; margin: 0; padding: 0; }
.gxg2-page {
  --o: #ff6b00;
  --od: #e55f00;
  --os: rgba(255,107,0,.1);
  --d: #1F2147;
  --ds: #2a2d5a;
  --bg: #fff;
  --l: #f8fafc;
  --m: #64748b;
  --b: #e5e7eb;
  --r: 18px;
  --max: 1400px;
  --ease: cubic-bezier(.22,1,.36,1);
  font-family: Inter, system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: var(--d);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-x: clip;
  position: relative;
}
.gxg2-page::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-image:
    radial-gradient(rgba(31,33,71,.03) 1px, transparent 1px);
  background-size: 28px 28px;
  opacity: .45;
  mask-image: linear-gradient(180deg, #000 0%, transparent 85%);
}
.gxg2-page > * { position: relative; z-index: 1; }
.gxg2-page img { max-width: 100%; height: auto; display: block; }
.gxg2-page a { text-decoration: none; color: inherit; }
.gxg2-page ul { list-style: none; }
.gxg2-page button { font-family: inherit; cursor: pointer; border: none; background: none; }
.gxg2-page h1,.gxg2-page h2,.gxg2-page h3,.gxg2-page h4 {
  font-family: Poppins, sans-serif;
  line-height: 1.2;
  font-weight: 700;
  color: var(--d);
}
.gxg2-wrap {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
  box-sizing: border-box;
}
.gxg2-sec {
  width: 100%;
  padding: clamp(72px, 10vw, 120px) 0;
  position: relative;
}
.gxg2-sec--l { background: var(--l); }
.gxg2-sec--d { background: var(--d); color: #fff; }
.gxg2-sec--d h2,.gxg2-sec--d h3 { color: #fff; }
.gxg2-eye {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: Poppins, sans-serif;
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--o);
  margin-bottom: 16px;
}
.gxg2-eye::before {
  content: "";
  width: 24px;
  height: 2px;
  background: linear-gradient(90deg, var(--o), transparent);
  border-radius: 2px;
}
.gxg2-head {
  text-align: center;
  max-width: 700px;
  margin: 0 auto clamp(48px, 7vw, 72px);
}
.gxg2-head h2 {
  font-size: clamp(1.75rem, 3.5vw, 2.75rem);
  letter-spacing: -.03em;
  margin-bottom: 16px;
}
.gxg2-head p { color: var(--m); font-size: 1.0625rem; }
.gxg2-sec--d .gxg2-head p { color: rgba(255,255,255,.7); }

/* Buttons */
.gxg2-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-size: .9375rem;
  padding: 16px 32px;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  transition: transform .3s var(--ease), box-shadow .3s ease, background .25s ease, border-color .25s ease, color .25s ease;
}
.gxg2-btn:hover { transform: translateY(-2px); }
.gxg2-btn--p {
  background: linear-gradient(135deg, #ff7a1a, var(--o) 50%, #e85a00);
  color: #fff;
  box-shadow: 0 10px 28px rgba(255,107,0,.3);
}
.gxg2-btn--p:hover { box-shadow: 0 14px 36px rgba(255,107,0,.4); }
.gxg2-btn--g {
  background: transparent;
  color: var(--d);
  border: 1.5px solid var(--b);
}
.gxg2-btn--g:hover { border-color: var(--o); color: var(--o); }
.gxg2-btn--ow {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255,255,255,.35);
}
.gxg2-btn--ow:hover { border-color: #fff; background: rgba(255,255,255,.08); }
.gxg2-btn--w { background: #fff; color: var(--d); }
.gxg2-btns { display: flex; flex-wrap: wrap; gap: 14px; }

/* Divider */
.gxg2-div { width: 100%; line-height: 0; overflow: hidden; }
.gxg2-div svg { display: block; width: 100%; height: 64px; }
.gxg2-div--flip { transform: scaleY(-1); }

/* Bridge between SEO / GMB */
.gxg2-bridge {
  width: 100%;
  padding: 56px 0;
  background: linear-gradient(180deg, #fff 0%, var(--l) 100%);
  text-align: center;
}
.gxg2-bridge__pill {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-size: .875rem;
  color: var(--d);
  background: #fff;
  border: 1px solid var(--b);
  border-radius: 999px;
  padding: 12px 22px;
  box-shadow: 0 8px 24px rgba(31,33,71,.06);
}
.gxg2-bridge__pill i { color: var(--o); }

/* ===== HERO ===== */
.gxg2-hero {
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  padding: clamp(72px, 10vw, 100px) 0 clamp(56px, 8vw, 80px);
  background:
    radial-gradient(ellipse 70% 50% at 90% 10%, rgba(255,107,0,.12), transparent 55%),
    radial-gradient(ellipse 40% 40% at 5% 80%, rgba(31,33,71,.05), transparent 50%),
    linear-gradient(165deg, #fff, var(--l));
  overflow: hidden;
  position: relative;
}
.gxg2-hero__blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(64px);
  pointer-events: none;
  z-index: 0;
  will-change: transform;
}
.gxg2-hero__blob--1 {
  width: 420px;
  height: 420px;
  top: -8%;
  right: -5%;
  background: rgba(255,107,0,.16);
  animation: gxg2Blob 16s ease-in-out infinite;
}
.gxg2-hero__blob--2 {
  width: 300px;
  height: 300px;
  bottom: 8%;
  left: -4%;
  background: rgba(31,33,71,.08);
  animation: gxg2Blob 20s ease-in-out infinite reverse;
}
@keyframes gxg2Blob {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(18px, -14px); }
}
.gxg2-hero__grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
  position: relative;
  z-index: 1;
}
.gxg2-hero__brand {
  font-family: Poppins, sans-serif;
  font-size: clamp(1rem, 2vw, 1.2rem);
  font-weight: 700;
  color: var(--o);
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.gxg2-hero h1 {
  font-size: clamp(2.25rem, 5vw, 3.75rem);
  font-weight: 800;
  letter-spacing: -.035em;
  line-height: 1.05;
  margin-bottom: 20px;
  max-width: 14ch;
}
.gxg2-hero h1 span { color: var(--o); }
.gxg2-hero__lead {
  font-size: 1.125rem;
  color: var(--m);
  max-width: 46ch;
  margin-bottom: 36px;
  line-height: 1.7;
}
.gxg2-hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid var(--b);
}
.gxg2-hero__trust span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: .8125rem;
  color: var(--m);
  font-weight: 500;
}
.gxg2-hero__trust i {
  color: var(--o);
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: var(--os);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .75rem;
}
.gxg2-hero__visual { position: relative; }
.gxg2-hero__img {
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 4/3;
  box-shadow: 0 28px 60px rgba(31,33,71,.14);
  background: #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gxg2-hero__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.gxg2-float {
  position: absolute;
  z-index: 2;
  background: rgba(255,255,255,.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 14px;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 12px 36px rgba(31,33,71,.1);
}
.gxg2-float i {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: var(--os);
  color: var(--o);
  display: flex;
  align-items: center;
  justify-content: center;
}
.gxg2-float strong {
  display: block;
  font-family: Poppins, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}
.gxg2-float small { color: var(--m); font-size: .75rem; }
.gxg2-float--1 { top: 10%; left: 0; }
.gxg2-float--2 { bottom: 12%; right: 0; }

/* ===== WHY ===== */
.gxg2-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: stretch;
}
.gxg2-feat {
  background: #fff;
  border: 1px solid var(--b);
  border-radius: var(--r);
  padding: 36px 28px;
  height: 100%;
  transition: transform .35s var(--ease), border-color .3s ease, box-shadow .35s ease;
}
.gxg2-feat:hover {
  transform: translateY(-6px);
  border-color: rgba(255,107,0,.35);
  box-shadow: 0 20px 40px rgba(31,33,71,.08);
}
.gxg2-feat__icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: rgba(255,255,255,.7);
  border: 1px solid rgba(255,107,0,.15);
  color: var(--o);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  margin-bottom: 20px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: background .3s ease, color .3s ease, border-color .3s ease;
}
.gxg2-feat:hover .gxg2-feat__icon {
  background: var(--o);
  border-color: var(--o);
  color: #fff;
}
.gxg2-feat h3 { font-size: 1.125rem; margin-bottom: 10px; }
.gxg2-feat p { font-size: .9375rem; color: var(--m); }

/* ===== SEO SERVICES ===== */
.gxg2-svc {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  align-items: stretch;
}
.gxg2-svc__card {
  background: #fff;
  border: 1px solid var(--b);
  border-radius: var(--r);
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform .35s var(--ease), box-shadow .35s ease, border-color .3s ease;
}
.gxg2-svc__card:hover {
  transform: translateY(-6px);
  border-color: rgba(255,107,0,.35);
  box-shadow: 0 20px 44px rgba(31,33,71,.1);
}
.gxg2-svc__media {
  aspect-ratio: 16/10;
  overflow: hidden;
  background: var(--l);
}
.gxg2-svc__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s var(--ease);
}
.gxg2-svc__card:hover .gxg2-svc__media img { transform: scale(1.05); }
.gxg2-svc__media--art {
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 70% 30%, rgba(255,107,0,.2), transparent 50%),
    linear-gradient(145deg, #1F2147, #2a2d5a);
}
.gxg2-svc__media--art i {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.15);
  color: #ff9a4d;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  backdrop-filter: blur(8px);
}
.gxg2-svc__body {
  padding: 28px 26px 32px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.gxg2-svc__body h3 { font-size: 1.2rem; margin-bottom: 12px; letter-spacing: -.02em; }
.gxg2-svc__body p { font-size: .9375rem; color: var(--m); line-height: 1.7; }

/* Alternating SEO highlight rows */
.gxg2-alt {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  margin-top: 72px;
}
.gxg2-alt + .gxg2-alt { margin-top: 64px; }
.gxg2-alt--rev .gxg2-alt__media { order: 2; }
.gxg2-alt--rev .gxg2-alt__copy { order: 1; }
.gxg2-alt__media {
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 16/11;
  box-shadow: 0 20px 48px rgba(31,33,71,.1);
  background: #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.gxg2-alt__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform .55s var(--ease);
}
.gxg2-alt:hover .gxg2-alt__media img { transform: scale(1.02); }
.gxg2-alt__panel {
  border-radius: 20px;
  aspect-ratio: 16/11;
  background:
    radial-gradient(circle at 80% 20%, rgba(255,107,0,.18), transparent 45%),
    linear-gradient(145deg, #1F2147 0%, #2a2d5a 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 48px rgba(31,33,71,.14);
}
.gxg2-alt__panel::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px;
}
.gxg2-alt__panel-inner {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
  padding: 24px;
}
.gxg2-alt__panel-inner i {
  width: 72px;
  height: 72px;
  border-radius: 20px;
  background: rgba(255,107,0,.2);
  border: 1px solid rgba(255,107,0,.35);
  color: #ff9a4d;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  margin-bottom: 16px;
  backdrop-filter: blur(8px);
}
.gxg2-alt__panel-inner strong {
  display: block;
  font-family: Poppins, sans-serif;
  font-size: 1.125rem;
  margin-bottom: 6px;
}
.gxg2-alt__panel-inner span {
  font-size: .875rem;
  color: rgba(255,255,255,.65);
}
.gxg2-alt__copy h3 {
  font-size: clamp(1.4rem, 2.5vw, 1.9rem);
  margin-bottom: 14px;
  letter-spacing: -.02em;
}
.gxg2-alt__copy p { color: var(--m); margin-bottom: 20px; font-size: 1.05rem; }
.gxg2-checks { display: flex; flex-direction: column; gap: 10px; }
.gxg2-checks li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: .9375rem;
  color: var(--ds);
}
.gxg2-checks i { color: var(--o); margin-top: 3px; flex-shrink: 0; }

/* ===== SEO RESULTS ===== */
.gxg2-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-bottom: 48px;
}
.gxg2-stat {
  background: #fff;
  border: 1px solid var(--b);
  border-radius: 16px;
  padding: 28px 20px;
  text-align: center;
  transition: transform .3s var(--ease), border-color .3s ease;
}
.gxg2-stat:hover {
  transform: translateY(-4px);
  border-color: rgba(255,107,0,.4);
}
.gxg2-stat__num {
  font-family: Poppins, sans-serif;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 800;
  color: var(--o);
  letter-spacing: -.03em;
  line-height: 1;
  margin-bottom: 8px;
}
.gxg2-stat__label {
  font-size: .8125rem;
  color: var(--m);
  font-weight: 500;
}
.gxg2-results {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  align-items: stretch;
}
.gxg2-shot {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  min-height: 280px;
  height: 100%;
  background: #fff;
  border: 1px solid var(--b);
  cursor: pointer;
  box-shadow: 0 10px 28px rgba(31,33,71,.07);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 16px 18px;
  transition: transform .35s var(--ease), box-shadow .35s ease, border-color .3s ease;
}
.gxg2-shot:hover {
  transform: translateY(-5px);
  border-color: rgba(255,107,0,.45);
  box-shadow: 0 16px 36px rgba(31,33,71,.1);
}
.gxg2-shot img {
  width: 100%;
  height: 100%;
  max-height: 300px;
  object-fit: contain;
  object-position: center;
  border-radius: 10px;
  background: #f8fafc;
  transition: transform .4s var(--ease);
}
.gxg2-shot:hover img { transform: scale(1.02); }
.gxg2-shot__zoom {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(255,255,255,.96);
  color: var(--d);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .8rem;
  box-shadow: 0 4px 14px rgba(31,33,71,.12);
  border: 1px solid var(--b);
  opacity: 0;
  transform: translateY(4px);
  transition: opacity .3s ease, transform .3s var(--ease);
  pointer-events: none;
}
.gxg2-shot:hover .gxg2-shot__zoom {
  opacity: 1;
  transform: translateY(0);
}
.gxg2-seo-stats-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-top: 24px;
}
.gxg2-seo-stats-row .gxg2-shot {
  min-height: 240px;
  cursor: default;
  padding: 18px;
  border-radius: 16px;
}
.gxg2-seo-stats-row .gxg2-shot img { max-height: 260px; border-radius: 10px; }

/* Lightbox */
.gxg2-lb {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: rgba(15,16,30,.88);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.gxg2-lb.is-on { display: flex; }
.gxg2-lb img {
  max-width: min(1100px, 94vw);
  max-height: 88vh;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 12px;
  box-shadow: 0 24px 64px rgba(0,0,0,.4);
  background: #fff;
  padding: 8px;
}
.gxg2-lb__close {
  position: absolute;
  top: 20px;
  right: 24px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  color: var(--d);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}

/* ===== GMB ===== */
.gxg2-gmb-intro {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 48px;
  align-items: center;
  margin-bottom: 64px;
}
.gxg2-gmb-intro__media {
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 16/11;
  box-shadow: 0 24px 52px rgba(31,33,71,.12);
}
.gxg2-gmb-intro__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gxg2-gmb-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.gxg2-gmb-card {
  background: #fff;
  border: 1px solid var(--b);
  border-radius: 16px;
  padding: 28px 22px;
  transition: transform .3s var(--ease), border-color .3s ease, box-shadow .3s ease;
}
.gxg2-gmb-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255,107,0,.4);
  box-shadow: 0 16px 36px rgba(31,33,71,.08);
}
.gxg2-gmb-card i {
  width: 44px;
  height: 44px;
  border-radius: 11px;
  background: var(--os);
  color: var(--o);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  font-size: 1.05rem;
}
.gxg2-gmb-card h3 { font-size: 1.05rem; margin-bottom: 8px; }
.gxg2-gmb-card p { font-size: .875rem; color: var(--m); line-height: 1.55; }

/* GMB Results dashboard */
.gxg2-dash {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
  align-items: stretch;
}
.gxg2-dash__main {
  grid-column: span 6;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--b);
  background: #f8fafc;
  box-shadow: 0 12px 36px rgba(31,33,71,.07);
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.gxg2-dash__main img {
  width: 100%;
  height: auto;
  max-height: 420px;
  object-fit: contain;
  object-position: center;
}
.gxg2-dash__side {
  display: contents;
}
.gxg2-dash__tile {
  grid-column: span 3;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--b);
  background: #fff;
  position: relative;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 28px 20px 48px;
  transition: transform .3s var(--ease), box-shadow .3s ease, border-color .3s ease;
}
.gxg2-dash__tile:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(31,33,71,.1);
  border-color: rgba(255,107,0,.35);
}
.gxg2-dash__tile img {
  width: 100%;
  height: 100%;
  max-height: 220px;
  object-fit: contain;
  object-position: center;
}
.gxg2-dash__label {
  position: absolute;
  left: 50%;
  bottom: 14px;
  transform: translateX(-50%);
  font-family: Poppins, sans-serif;
  font-size: .75rem;
  font-weight: 600;
  color: var(--d);
  background: rgba(255,255,255,.96);
  border: 1px solid var(--b);
  padding: 6px 14px;
  border-radius: 8px;
  white-space: nowrap;
}

/* ===== PROCESS ===== */
.gxg2-process {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  position: relative;
}
.gxg2-process__step {
  text-align: center;
  padding: 0 8px;
  position: relative;
  z-index: 1;
}
.gxg2-process__num {
  width: 64px;
  height: 64px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--o);
  color: var(--o);
  font-family: Poppins, sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(255,107,0,.15);
}
.gxg2-process__step h3 { font-size: 1rem; margin-bottom: 8px; }
.gxg2-process__step p {
  font-size: .8125rem;
  color: var(--m);
  max-width: 180px;
  margin: 0 auto;
}
.gxg2-process__line {
  position: absolute;
  top: 32px;
  left: 10%;
  width: 80%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(255,107,0,.4), transparent);
  z-index: 0;
}

/* ===== PRICING ===== */
.gxg2-pricing {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  align-items: stretch;
}
.gxg2-plan {
  background: #fff;
  border: 1px solid var(--b);
  border-radius: 20px;
  padding: 36px 26px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  transition: transform .35s var(--ease), box-shadow .35s ease, border-color .3s ease;
}
.gxg2-plan:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 48px rgba(31,33,71,.1);
  border-color: rgba(255,107,0,.35);
}
.gxg2-plan--pop {
  border-color: var(--o);
  background: linear-gradient(180deg, rgba(255,107,0,.04), #fff 28%);
  box-shadow: 0 20px 52px rgba(255,107,0,.14);
  z-index: 1;
}
.gxg2-plan--value {
  border-color: var(--d);
  background: linear-gradient(180deg, rgba(31,33,71,.04), #fff 28%);
}
.gxg2-plan__tag {
  position: absolute;
  top: 16px;
  right: 16px;
  font-family: Poppins, sans-serif;
  font-size: .6875rem;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  background: var(--o);
  color: #fff;
  padding: 5px 12px;
  border-radius: 20px;
}
.gxg2-plan__tag--d { background: var(--d); }
.gxg2-plan__name {
  font-family: Poppins, sans-serif;
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--m);
  margin-bottom: 10px;
}
.gxg2-plan__title {
  font-size: 1.35rem;
  margin-bottom: 8px;
  letter-spacing: -.02em;
}
.gxg2-plan__desc {
  font-size: .875rem;
  color: var(--m);
  margin-bottom: 22px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--b);
  min-height: 3.2em;
}
.gxg2-plan__list {
  display: flex;
  flex-direction: column;
  gap: 11px;
  flex: 1;
  margin-bottom: 26px;
}
.gxg2-plan__list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: .875rem;
}
.gxg2-plan__list .fa-check {
  color: #16a34a;
  margin-top: 3px;
  flex-shrink: 0;
}
.gxg2-plan__list .is-off {
  color: #94a3b8;
}
.gxg2-plan__list .is-off .fa-xmark { color: #cbd5e1; margin-top: 3px; }
.gxg2-plan .gxg2-btn { width: 100%; margin-top: auto; }

/* ===== FAQ ===== */
.gxg2-faq {
  max-width: 820px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.gxg2-faq__item {
  background: #fff;
  border: 1px solid #E5E7EB;
  border-left: 4px solid #E5E7EB;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(31,33,71,.04);
  transition: border-color .3s ease, box-shadow .3s ease, border-left-color .3s ease;
}
.gxg2-faq__item:hover {
  border-color: var(--o);
  border-left-color: var(--o);
  box-shadow: 0 8px 24px rgba(31,33,71,.07);
}
.gxg2-faq__item.is-open {
  border-color: #E5E7EB;
  border-left-color: var(--o);
  box-shadow: 0 12px 32px rgba(31,33,71,.09);
}
.gxg2-faq__q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 26px;
  text-align: left;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-size: clamp(1rem, 2vw, 1.125rem);
  color: var(--d);
  cursor: pointer;
}
.gxg2-faq__icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #E5E7EB;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--d);
  flex-shrink: 0;
  transition: border-color .3s ease, color .3s ease, background .3s ease;
}
.gxg2-faq__icon i { transition: transform .3s ease; font-size: .8rem; }
.gxg2-faq__item.is-open .gxg2-faq__icon {
  border-color: var(--o);
  color: var(--o);
  background: #fff7f0;
}
.gxg2-faq__item.is-open .gxg2-faq__icon i { transform: rotate(180deg); }
.gxg2-faq__a {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height .4s ease, opacity .3s ease;
}
.gxg2-faq__a-inner {
  padding: 0 26px 22px;
  color: #6B7280;
  font-size: 1rem;
  line-height: 1.8;
}

/* ===== CTA ===== */
.gxg2-cta {
  width: 100%;
  padding: clamp(80px, 12vw, 120px) 0;
  background:
    radial-gradient(ellipse 50% 60% at 85% 40%, rgba(255,107,0,.28), transparent 60%),
    linear-gradient(135deg, #1F2147, #2a2d5a);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.gxg2-cta::after {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(255,107,0,.2);
  filter: blur(40px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: gxg2CtaGlow 5s ease-in-out infinite;
  pointer-events: none;
}
@keyframes gxg2CtaGlow {
  0%, 100% { opacity: .45; transform: translate(-50%, -50%) scale(1); }
  50% { opacity: .75; transform: translate(-50%, -50%) scale(1.15); }
}
.gxg2-cta__inner {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 0 auto;
}
.gxg2-cta h2 {
  color: #fff;
  font-size: clamp(1.875rem, 4vw, 3rem);
  letter-spacing: -.03em;
  margin-bottom: 18px;
}
.gxg2-cta p {
  color: rgba(255,255,255,.72);
  font-size: 1.125rem;
  margin-bottom: 36px;
  line-height: 1.7;
}
.gxg2-cta .gxg2-btns { justify-content: center; }
.gxg2-cta .gxg2-eye { color: #ff9a4d; }
.gxg2-cta .gxg2-eye::before { background: linear-gradient(90deg, #ff9a4d, transparent); }

/* ===== RESPONSIVE ===== */
@media (max-width: 1366px) {
  .gxg2-hero h1 { font-size: clamp(2.1rem, 4.2vw, 3.25rem); }
  .gxg2-shot { min-height: 250px; }
  .gxg2-shot img { max-height: 280px; }
}
@media (max-width: 1100px) {
  .gxg2-pricing { grid-template-columns: repeat(2, 1fr); }
  .gxg2-process { grid-template-columns: repeat(3, 1fr); gap: 28px 12px; }
  .gxg2-process__line { display: none; }
  .gxg2-stats { grid-template-columns: repeat(2, 1fr); }
  .gxg2-svc { grid-template-columns: repeat(2, 1fr); gap: 22px; }
  .gxg2-gmb-grid { grid-template-columns: repeat(2, 1fr); }
  .gxg2-dash__tile { grid-column: span 3; }
}
@media (max-width: 1024px) {
  .gxg2-results { grid-template-columns: repeat(2, 1fr); }
  .gxg2-dash__main { min-height: 280px; padding: 18px; }
}
@media (max-width: 900px) {
  .gxg2-hero { min-height: auto; }
  .gxg2-hero__grid { grid-template-columns: 1fr; gap: 40px; }
  .gxg2-hero h1 { max-width: none; }
  .gxg2-float { display: none; }
  .gxg2-hero__blob { opacity: .5; }
  .gxg2-features { grid-template-columns: repeat(2, 1fr); }
  .gxg2-alt, .gxg2-alt--rev, .gxg2-gmb-intro { grid-template-columns: 1fr; gap: 28px; }
  .gxg2-alt--rev .gxg2-alt__media,
  .gxg2-alt--rev .gxg2-alt__copy { order: unset; }
  .gxg2-results { grid-template-columns: repeat(2, 1fr); }
  .gxg2-dash__tile { grid-column: span 6; min-height: 240px; }
}
@media (max-width: 768px) {
  .gxg2-pricing { grid-template-columns: 1fr; max-width: 440px; margin: 0 auto; }
  .gxg2-process { grid-template-columns: repeat(2, 1fr); }
  .gxg2-seo-stats-row { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .gxg2-features,
  .gxg2-svc,
  .gxg2-gmb-grid,
  .gxg2-stats,
  .gxg2-process { grid-template-columns: 1fr; }
  .gxg2-results {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 4px 2px 16px;
    scrollbar-width: none;
  }
  .gxg2-results::-webkit-scrollbar { display: none; }
  .gxg2-results .gxg2-shot {
    flex: 0 0 min(88vw, 340px);
    width: min(88vw, 340px);
    min-height: 240px;
    scroll-snap-align: center;
    border-radius: 16px;
  }
  .gxg2-dash__side {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 8px;
    scrollbar-width: none;
  }
  .gxg2-dash__side::-webkit-scrollbar { display: none; }
  .gxg2-dash {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .gxg2-dash__main {
    grid-column: auto;
    width: 100%;
    border-radius: 16px;
  }
  .gxg2-dash__tile {
    grid-column: auto;
    flex: 0 0 min(86vw, 320px);
    width: min(86vw, 320px);
    scroll-snap-align: center;
    min-height: 240px;
    border-radius: 16px;
  }
  .gxg2-btn { width: 100%; padding: 12px 18px; }
  .gxg2-btns { flex-direction: column; width: 100%; }
  .gxg2-hero__trust { flex-direction: column; align-items: flex-start; }
  .gxg2-faq__q { padding: 18px 18px; font-size: 1rem; }
  .gxg2-faq__a-inner { padding: 0 18px 18px; font-size: .9375rem; }
  .gxg2-div svg { height: 40px; }
  .gxg2-shot { min-height: 220px; padding: 14px; border-radius: 16px; }
  .gxg2-shot img { max-height: 220px; border-radius: 10px; }
  .gxg2-dash__main { min-height: 220px; padding: 12px; }
  .gxg2-dash__main img { max-height: 280px; }
  .gxg2-page::before { display: none; }
  .gxg2-wrap { padding-left: 16px; padding-right: 16px; }
}
@media (max-width: 400px) {
  .gxg2-hero h1 { font-size: 1.85rem; }
  .gxg2-dash__tile { min-height: 200px; padding: 16px 12px 44px; }
}
@media (prefers-reduced-motion: reduce) {
  .gxg2-page *,
  .gxg2-page *::before,
  .gxg2-page *::after {
    animation-duration: .01ms !important;
    transition-duration: .01ms !important;
  }
}