/* ===== GrowXGenZ Paid Ads Landing — Scoped (.gxg3-) ===== */
.gxg3-page *,
.gxg3-page *::before,
.gxg3-page *::after { box-sizing: border-box; margin: 0; padding: 0; }
.gxg3-page {
  --o: #ff6b00;
  --od: #e55f00;
  --os: rgba(255,107,0,.12);
  --d: #1F2147;
  --ds: #2a2d5a;
  --bg: #fff;
  --l: #f8fafc;
  --m: #64748b;
  --b: #e5e7eb;
  --r: 16px;
  --max: 1200px;
  --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;
}
.gxg3-page img { max-width: 100%; height: auto; display: block; }
.gxg3-page a { text-decoration: none; color: inherit; }
.gxg3-page ul { list-style: none; }
.gxg3-page button { border: 0; background: none; font: inherit; }
.gxg3-wrap {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding-left: clamp(20px, 4vw, 48px);
  padding-right: clamp(20px, 4vw, 48px);
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.gxg3-sec {
  padding: clamp(72px, 10vw, 110px) 0;
  position: relative;
}
.gxg3-sec--l { background: var(--l); }
.gxg3-sec--d {
  background: var(--d);
  color: #fff;
}
.gxg3-sec--d h2,
.gxg3-sec--d h3 { color: #fff; }

.gxg3-head {
  max-width: 680px;
  margin: 0 auto 48px;
  text-align: center;
}
.gxg3-head--left {
  margin-left: 0;
  text-align: left;
}
.gxg3-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: Poppins, sans-serif;
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--o);
  margin-bottom: 14px;
}
.gxg3-kicker::before {
  content: "";
  width: 18px;
  height: 2px;
  background: var(--o);
  border-radius: 2px;
}
.gxg3-head h2 {
  font-family: Poppins, sans-serif;
  font-weight: 700;
  font-size: clamp(1.75rem, 3.4vw, 2.5rem);
  line-height: 1.2;
  letter-spacing: -.03em;
  color: var(--d);
  margin-bottom: 14px;
}
.gxg3-head p {
  color: var(--m);
  font-size: 1.0625rem;
  line-height: 1.7;
}
.gxg3-sec--d .gxg3-head p { color: rgba(255,255,255,.72); }

/* Buttons */
.gxg3-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 26px;
  border-radius: 999px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-size: .9375rem;
  transition: transform .25s var(--ease), box-shadow .25s ease, background .25s ease, color .25s ease, border-color .25s ease;
  cursor: pointer;
  white-space: nowrap;
}
.gxg3-btn:hover { transform: translateY(-2px); }
.gxg3-btn--p {
  background: linear-gradient(135deg, #ff7a1a, var(--o) 55%, #e85a00);
  color: #fff;
  box-shadow: 0 10px 28px rgba(255,107,0,.35);
}
.gxg3-btn--p:hover { box-shadow: 0 14px 34px rgba(255,107,0,.45); }
.gxg3-btn--g {
  background: #fff;
  color: var(--d);
  border: 1.5px solid var(--b);
}
.gxg3-btn--g:hover {
  border-color: var(--o);
  color: var(--o);
}
.gxg3-btn--ow {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255,255,255,.35);
}
.gxg3-btn--ow:hover {
  background: rgba(255,255,255,.08);
  border-color: #fff;
}
.gxg3-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* Divider — unique dashed metric rail */
.gxg3-rail {
  height: 1px;
  width: 100%;
  background: repeating-linear-gradient(90deg, var(--b) 0 12px, transparent 12px 22px);
  position: relative;
  margin: 0;
  border: 0;
}
.gxg3-rail::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--o);
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 6px var(--os);
}

/* ===== HERO — asymmetric command layout ===== */
.gxg3-hero {
  position: relative;
  padding: clamp(64px, 9vw, 100px) 0 clamp(56px, 8vw, 88px);
  background:
    radial-gradient(ellipse 55% 70% at 88% 18%, rgba(255,107,0,.18), transparent 55%),
    radial-gradient(ellipse 40% 50% at 8% 80%, rgba(31,33,71,.08), transparent 50%),
    linear-gradient(180deg, #f4f6fb 0%, #fff 55%, #fff 100%);
  overflow: hidden;
}
.gxg3-hero__mesh {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .45;
  background-image:
    linear-gradient(rgba(31,33,71,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(31,33,71,.04) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 40%, #000 20%, transparent 75%);
}
.gxg3-hero__grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(36px, 5vw, 64px);
  align-items: center;
}
.gxg3-hero__copy { position: relative; z-index: 2; }
.gxg3-hero__badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}
.gxg3-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--b);
  font-size: .8125rem;
  font-weight: 600;
  color: var(--d);
  box-shadow: 0 4px 14px rgba(31,33,71,.05);
}
.gxg3-pill i { color: var(--o); font-size: .9rem; }
.gxg3-hero h1 {
  font-family: Poppins, sans-serif;
  font-weight: 800;
  font-size: clamp(2.15rem, 4.6vw, 3.4rem);
  line-height: 1.12;
  letter-spacing: -.035em;
  color: var(--d);
  margin-bottom: 18px;
  max-width: 14ch;
}
.gxg3-hero h1 em {
  font-style: normal;
  color: var(--o);
}
.gxg3-hero__lead {
  color: var(--m);
  font-size: clamp(1rem, 1.5vw, 1.125rem);
  line-height: 1.75;
  max-width: 38ch;
  margin-bottom: 28px;
}
.gxg3-hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 28px;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid var(--b);
  font-size: .875rem;
  color: var(--m);
}
.gxg3-hero__trust strong {
  display: block;
  color: var(--d);
  font-family: Poppins, sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
}
.gxg3-hero__visual {
  position: relative;
  z-index: 2;
  perspective: 900px;
}
.gxg3-hero__stage {
  position: relative;
  border-radius: 24px;
  padding: 14px;
  background: linear-gradient(145deg, rgba(255,255,255,.9), rgba(248,250,252,.7));
  border: 1px solid rgba(255,255,255,.8);
  box-shadow:
    0 30px 60px rgba(31,33,71,.12),
    0 0 0 1px rgba(31,33,71,.04);
}
.gxg3-hero__stage img {
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
  aspect-ratio: 4 / 3;
}
.gxg3-float {
  position: absolute;
  z-index: 3;
  background: #fff;
  border: 1px solid var(--b);
  border-radius: 14px;
  padding: 12px 14px;
  box-shadow: 0 16px 40px rgba(31,33,71,.12);
  min-width: 148px;
  will-change: transform;
}
.gxg3-float--1 { top: 8%; left: -8%; }
.gxg3-float--2 { bottom: 14%; right: -6%; }
.gxg3-float--3 { top: 42%; right: -10%; }
.gxg3-float__label {
  font-size: .7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: var(--m);
  margin-bottom: 4px;
}
.gxg3-float__val {
  font-family: Poppins, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: var(--d);
}
.gxg3-float__val span { color: #16a34a; font-size: .85rem; font-weight: 600; margin-left: 6px; }
.gxg3-float__bar {
  margin-top: 8px;
  height: 4px;
  border-radius: 4px;
  background: #eef2f7;
  overflow: hidden;
}
.gxg3-float__bar i {
  display: block;
  height: 100%;
  width: 72%;
  border-radius: 4px;
  background: linear-gradient(90deg, var(--o), #ff9a4d);
  font-style: normal;
}

/* ===== WHY ===== */
.gxg3-why {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.gxg3-why__card {
  position: relative;
  background: #fff;
  border: 1px solid var(--b);
  border-radius: 20px;
  padding: 28px 24px 26px;
  overflow: hidden;
  transition: transform .35s var(--ease), box-shadow .35s ease, border-color .3s ease;
}
.gxg3-why__card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--o), transparent);
  opacity: 0;
  transition: opacity .3s ease;
}
.gxg3-why__card:hover {
  transform: translateY(-6px);
  border-color: rgba(255,107,0,.35);
  box-shadow: 0 20px 44px rgba(31,33,71,.08);
}
.gxg3-why__card:hover::before { opacity: 1; }
.gxg3-why__ico {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--os);
  color: var(--o);
  font-size: 1.15rem;
  margin-bottom: 18px;
}
.gxg3-why__card h3 {
  font-family: Poppins, sans-serif;
  font-size: 1.05rem;
  font-weight: 650;
  margin-bottom: 8px;
  letter-spacing: -.01em;
}
.gxg3-why__card p {
  font-size: .9rem;
  color: var(--m);
  line-height: 1.6;
}

/* ===== SERVICES ===== */
.gxg3-svc-stack { display: flex; flex-direction: column; gap: 56px; }
.gxg3-svc {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 4vw, 48px);
  align-items: center;
  background: #fff;
  border: 1px solid var(--b);
  border-radius: 28px;
  padding: clamp(20px, 3vw, 28px);
  box-shadow: 0 8px 28px rgba(31,33,71,.04);
}
.gxg3-svc--rev .gxg3-svc__media { order: 2; }
.gxg3-svc--rev .gxg3-svc__body { order: 1; }
.gxg3-svc__media {
  border-radius: 20px;
  overflow: hidden;
  background: var(--l);
  min-height: 260px;
  position: relative;
}
.gxg3-svc__media img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
}
.gxg3-svc__panel {
  min-height: 280px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 32px 28px;
  background:
    radial-gradient(circle at 85% 20%, rgba(255,107,0,.2), transparent 45%),
    linear-gradient(160deg, #1F2147, #2f3260);
  color: #fff;
}
.gxg3-svc__panel h4 {
  font-family: Poppins, sans-serif;
  font-size: 1.15rem;
  margin: 14px 0 8px;
}
.gxg3-svc__panel p { color: rgba(255,255,255,.72); font-size: .9rem; line-height: 1.6; }
.gxg3-svc__panel .gxg3-chip-row { margin-top: 18px; display: flex; flex-wrap: wrap; gap: 8px; }
.gxg3-chip {
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.16);
  font-size: .75rem;
  font-weight: 600;
  color: #fff;
}
.gxg3-svc__body h3 {
  font-family: Poppins, sans-serif;
  font-size: clamp(1.25rem, 2.2vw, 1.6rem);
  font-weight: 700;
  letter-spacing: -.02em;
  margin-bottom: 12px;
}
.gxg3-svc__body p {
  color: var(--m);
  margin-bottom: 18px;
  font-size: .975rem;
}
.gxg3-svc__list { display: flex; flex-direction: column; gap: 10px; margin-bottom: 22px; }
.gxg3-svc__list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: .925rem;
  color: var(--d);
}
.gxg3-svc__list i {
  color: var(--o);
  margin-top: 3px;
  flex-shrink: 0;
}

/* ===== PERFORMANCE ===== */
.gxg3-perf {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 28px;
  align-items: stretch;
}
.gxg3-perf__dash {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 24px;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gxg3-perf__dash img {
  width: 100%;
  border-radius: 16px;
  object-fit: contain;
  max-height: 420px;
  background: #0f1228;
}
.gxg3-perf__stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.gxg3-stat {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 18px;
  padding: 22px 18px;
  transition: background .3s ease, border-color .3s ease, transform .3s var(--ease);
}
.gxg3-stat:hover {
  background: rgba(255,107,0,.12);
  border-color: rgba(255,107,0,.35);
  transform: translateY(-3px);
}
.gxg3-stat:last-child { grid-column: 1 / -1; }
.gxg3-stat__n {
  font-family: Poppins, sans-serif;
  font-weight: 800;
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  letter-spacing: -.03em;
  color: #fff;
  line-height: 1.1;
}
.gxg3-stat__n span { color: var(--o); }
.gxg3-stat__l {
  margin-top: 6px;
  font-size: .875rem;
  color: rgba(255,255,255,.65);
}
.gxg3-bars {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  height: 56px;
  margin-top: 14px;
}
.gxg3-bars span {
  flex: 1;
  border-radius: 6px 6px 2px 2px;
  background: linear-gradient(180deg, var(--o), rgba(255,107,0,.25));
  opacity: .85;
}

/* ===== PLATFORMS ===== */
.gxg3-plats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.gxg3-plat {
  background: #fff;
  border: 1px solid var(--b);
  border-radius: 18px;
  padding: 26px 20px;
  text-align: center;
  transition: transform .3s var(--ease), box-shadow .3s ease, border-color .3s ease;
}
.gxg3-plat:hover {
  transform: translateY(-5px);
  border-color: rgba(255,107,0,.4);
  box-shadow: 0 16px 36px rgba(31,33,71,.08);
}
.gxg3-plat__ico {
  width: 52px;
  height: 52px;
  margin: 0 auto 14px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  background: var(--l);
  color: var(--d);
  transition: background .3s ease, color .3s ease;
}
.gxg3-plat:hover .gxg3-plat__ico {
  background: var(--os);
  color: var(--o);
}
.gxg3-plat h3 {
  font-family: Poppins, sans-serif;
  font-size: .95rem;
  font-weight: 600;
  margin-bottom: 6px;
}
.gxg3-plat p {
  font-size: .8rem;
  color: var(--m);
  line-height: 1.5;
}

/* ===== PROCESS ===== */
.gxg3-process {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
  position: relative;
}
.gxg3-process::before {
  content: "";
  position: absolute;
  top: 28px;
  left: 6%;
  right: 6%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--b) 10%, var(--b) 90%, transparent);
  z-index: 0;
}
.gxg3-step {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 0 6px;
}
.gxg3-step__n {
  width: 56px;
  height: 56px;
  margin: 0 auto 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  font-size: .95rem;
  color: var(--d);
  background: #fff;
  border: 2px solid var(--b);
  box-shadow: 0 8px 20px rgba(31,33,71,.06);
  transition: border-color .3s ease, color .3s ease, background .3s ease, transform .3s var(--ease);
}
.gxg3-step:hover .gxg3-step__n {
  border-color: var(--o);
  color: #fff;
  background: var(--o);
  transform: scale(1.06);
}
.gxg3-step h3 {
  font-family: Poppins, sans-serif;
  font-size: .9rem;
  font-weight: 600;
  margin-bottom: 6px;
}
.gxg3-step p {
  font-size: .8rem;
  color: var(--m);
  line-height: 1.5;
}

/* ===== PRICING ===== */
.gxg3-pricing {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  align-items: stretch;
}
.gxg3-plan {
  position: relative;
  background: #fff;
  border: 1px solid var(--b);
  border-radius: 22px;
  padding: 28px 22px 24px;
  display: flex;
  flex-direction: column;
  transition: transform .35s var(--ease), box-shadow .35s ease, border-color .3s ease;
}
.gxg3-plan:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 48px rgba(31,33,71,.1);
}
.gxg3-plan--pop {
  border-color: rgba(255,107,0,.45);
  box-shadow: 0 18px 44px rgba(255,107,0,.12);
  background: linear-gradient(180deg, #fffaf5 0%, #fff 40%);
}
.gxg3-plan--val {
  border-color: rgba(31,33,71,.25);
  background: linear-gradient(180deg, #f7f8fc 0%, #fff 42%);
}
.gxg3-plan__tag {
  position: absolute;
  top: 14px;
  right: 14px;
  padding: 6px 12px;
  border-radius: 999px;
  font-family: Poppins, sans-serif;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  background: var(--o);
  color: #fff;
}
.gxg3-plan__tag--d { background: var(--d); }
.gxg3-plan__pkg {
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--m);
  margin-bottom: 8px;
}
.gxg3-plan h3 {
  font-family: Poppins, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: -.02em;
}
.gxg3-plan__desc {
  font-size: .875rem;
  color: var(--m);
  margin-bottom: 18px;
  line-height: 1.55;
  min-height: 2.8em;
}
.gxg3-plan__list {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin-bottom: 22px;
  flex: 1;
}
.gxg3-plan__list li {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  font-size: .875rem;
  color: var(--d);
}
.gxg3-plan__list i {
  color: var(--o);
  margin-top: 3px;
  width: 14px;
  flex-shrink: 0;
}
.gxg3-plan .gxg3-btn { width: 100%; margin-top: auto; }

/* ===== FAQ (matches SEO premium accordion) ===== */
.gxg3-faq {
  max-width: 820px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.gxg3-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;
}
.gxg3-faq__item:hover {
  border-color: var(--o);
  border-left-color: var(--o);
  box-shadow: 0 8px 24px rgba(31,33,71,.07);
}
.gxg3-faq__item.is-open {
  border-color: #E5E7EB;
  border-left-color: var(--o);
  box-shadow: 0 12px 32px rgba(31,33,71,.09);
}
.gxg3-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;
}
.gxg3-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;
}
.gxg3-faq__icon i { transition: transform .3s ease; font-size: .8rem; }
.gxg3-faq__item.is-open .gxg3-faq__icon {
  border-color: var(--o);
  color: var(--o);
  background: #fff7f0;
}
.gxg3-faq__item.is-open .gxg3-faq__icon i { transform: rotate(180deg); }
.gxg3-faq__a {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height .4s ease, opacity .3s ease;
}
.gxg3-faq__a-inner {
  padding: 0 26px 22px;
  color: #6B7280;
  font-size: 1rem;
  line-height: 1.8;
}

/* ===== FINAL CTA — unique glass panel ===== */
.gxg3-cta {
  position: relative;
  padding: clamp(80px, 11vw, 120px) 0;
  background:
    radial-gradient(ellipse 50% 70% at 20% 50%, rgba(255,107,0,.35), transparent 55%),
    radial-gradient(ellipse 45% 60% at 90% 30%, rgba(255,107,0,.18), transparent 50%),
    linear-gradient(135deg, #15172e 0%, #1F2147 45%, #25285a 100%);
  overflow: hidden;
}
.gxg3-cta__glow {
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,107,0,.25), transparent 65%);
  top: -120px;
  right: -80px;
  pointer-events: none;
  animation: gxg3-pulse 8s ease-in-out infinite;
}
@keyframes gxg3-pulse {
  0%, 100% { transform: scale(1); opacity: .7; }
  50% { transform: scale(1.12); opacity: 1; }
}
.gxg3-cta__panel {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  padding: clamp(36px, 5vw, 52px) clamp(24px, 4vw, 40px);
  border-radius: 28px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.14);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 30px 60px rgba(0,0,0,.25);
}
.gxg3-cta__panel h2 {
  font-family: Poppins, sans-serif;
  font-weight: 750;
  font-size: clamp(1.75rem, 3.5vw, 2.6rem);
  letter-spacing: -.03em;
  color: #fff;
  margin-bottom: 14px;
}
.gxg3-cta__panel p {
  color: rgba(255,255,255,.72);
  font-size: 1.0625rem;
  line-height: 1.7;
  margin-bottom: 28px;
  max-width: 42ch;
  margin-left: auto;
  margin-right: auto;
}
.gxg3-cta__panel .gxg3-btns { justify-content: center; }

/* Responsive */
@media (max-width: 1100px) {
  .gxg3-pricing { grid-template-columns: repeat(2, 1fr); }
  .gxg3-process { grid-template-columns: repeat(3, 1fr); gap: 28px 12px; }
  .gxg3-process::before { display: none; }
  .gxg3-plats { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 900px) {
  .gxg3-hero__grid,
  .gxg3-svc,
  .gxg3-perf { grid-template-columns: 1fr; }
  .gxg3-svc--rev .gxg3-svc__media,
  .gxg3-svc--rev .gxg3-svc__body { order: unset; }
  .gxg3-hero h1 { max-width: none; }
  .gxg3-float--1 { left: 4%; top: 4%; }
  .gxg3-float--2 { right: 4%; bottom: 8%; }
  .gxg3-float--3 { display: none; }
  .gxg3-why { grid-template-columns: repeat(2, 1fr); }
  .gxg3-plats { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .gxg3-wrap { padding-left: clamp(16px, 4vw, 28px); padding-right: clamp(16px, 4vw, 28px); }
  .gxg3-why,
  .gxg3-pricing,
  .gxg3-process,
  .gxg3-perf__stats { grid-template-columns: 1fr; }
  .gxg3-stat:last-child { grid-column: auto; }
  .gxg3-btns { flex-direction: column; width: 100%; }
  .gxg3-btn { width: 100%; }
  .gxg3-hero__trust { flex-direction: column; gap: 12px; }
  .gxg3-faq__q { padding: 18px 18px; font-size: 1rem; }
  .gxg3-faq__a-inner { padding: 0 18px 18px; font-size: .9375rem; }
  .gxg3-float { min-width: 130px; padding: 10px 12px; }
  .gxg3-float__val { font-size: 1.05rem; }
  .gxg3-plats { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 400px) {
  .gxg3-plats { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  .gxg3-page *,
  .gxg3-page *::before,
  .gxg3-page *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
  .gxg3-cta__glow { animation: none; }
}