.wp-block-post-content,
.wp-site-blocks > main {
  width: 100%;
}

.wp-block-group.alignfull,
.wp-block-cover.alignfull {
  width: 100%;
}

.gg-v3-hero,
.gg-section,
.gg-final-cta,
.gg-product-story,
.gg-proof-band {
  width: min(var(--gg-max), calc(100% - (var(--gg-page-pad) * 2)));
  margin-right: auto;
  margin-left: auto;
}

.gg-v3-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(520px, 0.78fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
  min-height: min(780px, calc(100vh - 90px));
  padding: clamp(74px, 9vw, 132px) 0 clamp(46px, 6vw, 82px);
}

.gg-v3-hero__copy {
  position: relative;
  z-index: 1;
}

.gg-v3-hero h1 {
  margin-bottom: 0.3em;
}

.gg-v3-hero p {
  max-width: 760px;
  font-size: clamp(18px, 2vw, 23px);
}

.gg-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.gg-product-glimpse {
  position: relative;
  justify-self: end;
  width: min(100%, 680px);
  aspect-ratio: 16 / 10;
  min-height: 420px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--gg-border);
  border-radius: 26px;
  background:
    radial-gradient(circle at 52% 100%, rgba(46, 235, 125, 0.14), transparent 48%),
    linear-gradient(145deg, rgba(255,255,255,0.14), rgba(255,255,255,0.055));
  box-shadow:
    0 30px 90px rgba(0, 0, 0, 0.18),
    0 0 52px rgba(46, 235, 125, 0.12);
}

.gg-product-glimpse::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(8, 13, 27, 0.12), transparent 46%),
    radial-gradient(circle at 50% 100%, rgba(46, 235, 125, 0.10), transparent 46%);
  z-index: 1;
  pointer-events: none;
}

.gg-product-glimpse img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: contain;
  opacity: 1;
  filter: brightness(1.12) contrast(1.07) saturate(1.05);
}

.gg-product-glimpse figcaption {
  position: absolute;
  right: 22px;
  bottom: 20px;
  z-index: 2;
  max-width: 280px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.16);
}

.gg-section {
  padding: var(--gg-section-gap) 0 0;
}

.gg-section > h2,
.gg-section > .wp-block-heading {
  max-width: 920px;
}

.gg-section > p {
  max-width: 840px;
  font-size: 18px;
}

.gg-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}

.gg-split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.gg-final-cta {
  margin-top: var(--gg-section-gap);
  margin-bottom: clamp(56px, 7vw, 96px);
  padding: clamp(34px, 5vw, 62px);
  border: 1px solid var(--gg-border-strong);
  border-radius: var(--gg-radius-lg);
  background: linear-gradient(135deg, rgba(46, 235, 125, 0.16), rgba(129, 87, 255, 0.13));
  box-shadow: var(--gg-shadow);
}
