:root {
  --ggc-navy: #050b14;
  --ggc-navy-2: #07111f;
  --ggc-panel: #091523;
  --ggc-line: rgba(137, 176, 215, .16);
  --ggc-cyan: #27d7ff;
  --ggc-violet: #7a5cff;
  --ggc-green: #45f2c8;
  --ggc-text: #eef7ff;
  --ggc-muted: #8da2b8;
  --ggc-mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

.ninegg-builder-page #wrapper,
.ninegg-builder-page #main,
.ninegg-builder-page .page-wrapper,
.ninegg-builder-page .page-inner {
  background: var(--ggc-navy);
}

.ninegg-builder-page .page-wrapper,
.ninegg-builder-page .page-inner { padding: 0; }
.ninegg-builder-page .page-inner > p:empty { display: none; }

.ggc-section,
.ggc-section * { box-sizing: border-box; }

.ggc-section {
  position: relative;
  width: min(1240px, calc(100% - 48px));
  margin-inline: auto;
  color: var(--ggc-text);
  font-family: Arial, Helvetica, sans-serif;
}

.ggc-section a { color: inherit; text-decoration: none; }
.ggc-section a:hover { color: var(--ggc-cyan); }
.ggc-section p { margin-top: 0; }
.ggc-section h1,
.ggc-section h2,
.ggc-section h3 { color: var(--ggc-text); font-family: Arial, Helvetica, sans-serif; }

.ggc-hero {
  min-height: 720px;
  display: grid;
  grid-template-columns: 1.04fr .96fr;
  align-items: center;
  gap: 45px;
  isolation: isolate;
  overflow: hidden;
  border-bottom: 1px solid var(--ggc-line);
}

.ggc-grid {
  position: absolute;
  z-index: -3;
  inset: 0 calc((100vw - 100%) / -2);
  opacity: .18;
  background-image: linear-gradient(rgba(76, 125, 169, .22) 1px, transparent 1px), linear-gradient(90deg, rgba(76, 125, 169, .22) 1px, transparent 1px);
  background-size: 52px 52px;
  -webkit-mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 78%, transparent);
  mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 78%, transparent);
}

.ggc-hero::before {
  content: "";
  position: absolute;
  z-index: -2;
  width: 760px;
  height: 760px;
  right: -170px;
  top: -80px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(39, 215, 255, .18), rgba(122, 92, 255, .08) 46%, transparent 70%);
  filter: blur(10px);
}

.ggc-hero-copy { position: relative; z-index: 3; padding: 75px 0 90px; }
.ggc-eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 24px; color: var(--ggc-cyan); font: 700 11px/1.2 var(--ggc-mono); letter-spacing: .16em; }
.ggc-eyebrow i { display: block; width: 25px; height: 1px; background: var(--ggc-cyan); box-shadow: 0 0 8px var(--ggc-cyan); }
.ggc-hero h1 { margin: 0; font-size: clamp(58px, 6.5vw, 102px); font-weight: 800; line-height: .88; letter-spacing: -.075em; }
.ggc-hero h1 span { color: transparent; background: linear-gradient(105deg, var(--ggc-cyan), #63bfff 44%, #a68cff); -webkit-background-clip: text; background-clip: text; }
.ggc-lede { max-width: 620px; margin: 30px 0 0; color: #a9bbcc; font-size: 17px; line-height: 1.75; }

.ggc-principles { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 560px; margin-top: 42px; padding-top: 18px; border-top: 1px solid var(--ggc-line); }
.ggc-principles div { display: flex; align-items: center; gap: 11px; }
.ggc-principles b { color: var(--ggc-cyan); font: 700 19px/1 var(--ggc-mono); }
.ggc-principles span { color: #647a90; font: 600 9px/1.45 var(--ggc-mono); letter-spacing: .08em; }
.ggc-principles strong { color: #dceaff; font-weight: 700; }
.ggc-actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.ggc-button { display: inline-flex; align-items: center; justify-content: center; gap: 28px; padding: 15px 20px; border: 0; font: 750 11px/1 var(--ggc-mono); letter-spacing: .07em; transition: transform .2s ease, color .2s ease, background .2s ease; }
.ggc-button:hover { transform: translateY(-2px); }
.ggc-button-primary { color: var(--ggc-navy) !important; background: linear-gradient(90deg, var(--ggc-cyan), #7ae8ff); box-shadow: 0 16px 45px rgba(39, 215, 255, .16); }
.ggc-text-link { display: inline-flex; align-items: center; gap: 12px; color: #e5f7ff; font: 700 11px/1 var(--ggc-mono); letter-spacing: .06em; }
.ggc-text-link span { color: var(--ggc-cyan); }

.ggc-portrait { align-self: stretch; position: relative; z-index: 2; min-height: 690px; display: flex; justify-content: center; align-items: end; }
.ggc-portrait img { position: relative; z-index: 2; display: block; width: min(100%, 610px); height: 100%; max-height: 690px; object-fit: contain; object-position: center bottom; filter: drop-shadow(0 30px 70px rgba(0,0,0,.52)); }
.ggc-halo { position: absolute; border-radius: 50%; border: 1px solid rgba(39, 215, 255, .17); }
.ggc-halo-a { width: 560px; height: 560px; right: -25px; top: 68px; box-shadow: 0 0 70px rgba(39, 215, 255, .08), inset 0 0 80px rgba(122, 92, 255, .06); }
.ggc-halo-b { width: 390px; height: 390px; right: 60px; top: 150px; border-color: rgba(122, 92, 255, .2); }
.ggc-scan { position: absolute; z-index: 3; inset: 8% 4% 0; pointer-events: none; background: repeating-linear-gradient(to bottom, transparent 0, transparent 5px, rgba(39, 215, 255, .035) 6px); -webkit-mask-image: linear-gradient(transparent, #000 24%, #000 82%, transparent); mask-image: linear-gradient(transparent, #000 24%, #000 82%, transparent); }
.ggc-node { position: absolute; z-index: 4; width: 9px; height: 9px; border: 1px solid var(--ggc-cyan); transform: rotate(45deg); box-shadow: 0 0 16px var(--ggc-cyan); }
.ggc-node-a { top: 28%; right: 7%; }
.ggc-node-b { top: 48%; left: 7%; border-color: var(--ggc-violet); box-shadow: 0 0 16px var(--ggc-violet); }
.ggc-portrait-caption { position: absolute; z-index: 5; right: 5px; bottom: 42px; display: grid; justify-items: end; padding: 10px 13px; border-right: 2px solid var(--ggc-cyan); background: rgba(5, 11, 20, .68); backdrop-filter: blur(10px); }
.ggc-portrait-caption strong { font: 800 12px/1.2 var(--ggc-mono); letter-spacing: .08em; }
.ggc-portrait-caption span { color: #768ca2; font: 600 7px/1.5 var(--ggc-mono); letter-spacing: .12em; }
.ggc-status { position: absolute; z-index: 5; right: 0; top: 28px; display: flex; align-items: center; gap: 16px; color: #61778c; font: 650 8px/1 var(--ggc-mono); letter-spacing: .1em; }
.ggc-status b { display: flex; align-items: center; gap: 7px; color: var(--ggc-green); font-weight: 700; }
.ggc-status i { width: 5px; height: 5px; border-radius: 50%; background: currentColor; box-shadow: 0 0 8px currentColor; }

.ggc-featured,
.ggc-paths { padding-block: 105px; }
.ggc-section-bar { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 38px; padding-bottom: 18px; border-bottom: 1px solid var(--ggc-line); }
.ggc-section-bar p { margin: 0 0 9px; color: var(--ggc-cyan); font: 700 8px/1 var(--ggc-mono); letter-spacing: .15em; }
.ggc-section-bar h2 { margin: 0; font-size: clamp(27px, 3vw, 43px); line-height: 1; letter-spacing: -.045em; }
.ggc-section-bar > a,
.ggc-section-bar > span { color: #8094a8; font: 650 9px/1 var(--ggc-mono); letter-spacing: .08em; }
.ggc-section-bar > a span { margin-left: 10px; color: var(--ggc-cyan); }
.ggc-report-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.ggc-report-card { min-width: 0; border: 1px solid var(--ggc-line); background: var(--ggc-panel); overflow: hidden; transition: transform .25s ease, border-color .25s ease; }
.ggc-report-card:hover { transform: translateY(-5px); border-color: rgba(39, 215, 255, .35); }
.ggc-report-visual { position: relative; height: 230px; display: grid; place-items: center; overflow: hidden; background-color: #08182a; background-position: center; background-size: cover; background-image: linear-gradient(rgba(62, 111, 150, .12) 1px, transparent 1px), linear-gradient(90deg, rgba(62, 111, 150, .12) 1px, transparent 1px); background-size: 28px 28px; }
.ggc-report-visual.has-image { background-size: cover; }
.ggc-report-visual.has-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(5,11,20,.72), transparent 60%); }
.ggc-report-visual > span { position: absolute; z-index: 2; top: 15px; right: 17px; color: #5a7188; font: 650 9px/1 var(--ggc-mono); }
.ggc-core { width: 112px; height: 72px; position: relative; display: grid; place-items: center; border: 1px solid rgba(39, 215, 255, .45); color: var(--ggc-cyan); background: rgba(5, 16, 29, .85); font: 800 18px/1 var(--ggc-mono); letter-spacing: .12em; box-shadow: 0 0 34px rgba(39, 215, 255, .12); }
.ggc-core i { position: absolute; width: 150px; height: 150px; border: 1px solid rgba(122, 92, 255, .18); transform: rotate(45deg); }
.ggc-report-copy { padding: 25px; }
.ggc-report-copy > p { margin: 0; color: var(--ggc-cyan); font: 700 8px/1 var(--ggc-mono); letter-spacing: .12em; }
.ggc-report-copy h3 { min-height: 56px; margin: 15px 0 10px; font-size: 20px; line-height: 1.3; letter-spacing: -.025em; }
.ggc-report-copy > span { min-height: 58px; display: block; color: var(--ggc-muted); font-size: 12px; line-height: 1.65; }
.ggc-report-copy > a { margin-top: 18px; padding-top: 17px; border-top: 1px solid var(--ggc-line); display: flex; justify-content: space-between; color: #dcecff; font: 700 9px/1 var(--ggc-mono); letter-spacing: .07em; }
.ggc-report-copy > a b { color: var(--ggc-cyan); }

.ggc-lab { display: grid; grid-template-columns: 1.03fr .97fr; gap: 18px; padding-bottom: 105px; }
.ggc-readiness,
.ggc-method { border: 1px solid var(--ggc-line); background: linear-gradient(145deg, rgba(10, 29, 46, .96), rgba(7, 15, 27, .98)); }
.ggc-compact { min-height: 65px; margin: 0; padding: 0 23px; align-items: center; }
.ggc-compact h2 { font-size: 15px; letter-spacing: .02em; }
.ggc-readiness-body { min-height: 285px; padding: 35px 30px; display: grid; grid-template-columns: 150px 1fr; align-items: center; gap: 30px; }
.ggc-score { width: 138px; height: 138px; border-radius: 50%; display: flex; align-items: baseline; justify-content: center; padding-top: 47px; border: 1px solid rgba(39, 215, 255, .32); background: radial-gradient(circle, rgba(39, 215, 255, .1), transparent 68%); box-shadow: inset 0 0 40px rgba(39, 215, 255, .06), 0 0 40px rgba(39, 215, 255, .06); }
.ggc-score strong { font: 750 40px/1 var(--ggc-mono); }
.ggc-score small { color: #5f7489; font: 650 10px/1 var(--ggc-mono); }
.ggc-sliders { display: grid; gap: 24px; }
.ggc-tool-intro h3 { margin: 0 0 7px; font-size: 17px; letter-spacing: -.025em; }
.ggc-tool-intro p { margin: 0; color: var(--ggc-muted); font-size: 11px; line-height: 1.55; }
.ggc-sliders label { display: grid; gap: 10px; }
.ggc-sliders label > span { display: flex; justify-content: space-between; color: #859aaf; font: 650 9px/1 var(--ggc-mono); letter-spacing: .08em; }
.ggc-sliders label b { color: #dcecff; }
.ggc-sliders input { width: 100%; height: 3px; appearance: none; border: 0; background: linear-gradient(90deg, var(--ggc-cyan), var(--ggc-violet)); cursor: pointer; }
.ggc-sliders input::-webkit-slider-thumb { width: 14px; height: 14px; appearance: none; border: 2px solid var(--ggc-navy); border-radius: 50%; background: var(--ggc-cyan); box-shadow: 0 0 0 1px var(--ggc-cyan), 0 0 12px rgba(39, 215, 255, .65); }
.ggc-sliders input::-moz-range-thumb { width: 12px; height: 12px; border: 2px solid var(--ggc-navy); border-radius: 50%; background: var(--ggc-cyan); }
.ggc-result { min-height: 80px; padding: 17px 22px; display: flex; align-items: center; justify-content: space-between; gap: 25px; border-top: 1px solid var(--ggc-line); background: rgba(5, 11, 20, .45); }
.ggc-result div { display: grid; gap: 7px; }
.ggc-result div b { color: #a6b8ca; font: 750 10px/1 var(--ggc-mono); letter-spacing: .07em; }
.ggc-result div span { color: #657b90; font-size: 11px; }
.ggc-result button { flex: 0 0 auto; min-height: 42px; padding: 0 15px; border: 1px solid var(--ggc-cyan); color: var(--ggc-cyan); background: rgba(39, 215, 255, .06); font: 700 9px/1 var(--ggc-mono); letter-spacing: .06em; cursor: pointer; }
.ggc-result button:hover { color: var(--ggc-navy); background: var(--ggc-cyan); }
.ggc-method-grid { display: grid; grid-template-columns: 1fr 1fr; }
.ggc-method-grid > div { min-height: 182px; position: relative; padding: 25px; border-right: 1px solid var(--ggc-line); border-bottom: 1px solid var(--ggc-line); }
.ggc-method-grid > div:nth-child(2n) { border-right: 0; }
.ggc-method-grid > div:nth-last-child(-n+2) { border-bottom: 0; }
.ggc-method-grid span { position: absolute; right: 15px; top: 15px; color: #50667b; font: 650 8px/1 var(--ggc-mono); }
.ggc-method-grid b { color: var(--ggc-cyan); font: 500 25px/1 var(--ggc-mono); }
.ggc-method-grid h3 { margin: 18px 0 9px; font-size: 13px; letter-spacing: .06em; }
.ggc-method-grid p { margin: 0; color: var(--ggc-muted); font-size: 11px; line-height: 1.6; }

.ggc-path-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.ggc-path-card { min-height: 320px; position: relative; padding: 28px; display: flex; flex-direction: column; border: 1px solid var(--ggc-line); background: #081321; overflow: hidden; transition: transform .25s ease, border-color .25s ease; }
.ggc-path-card::before { content: ""; position: absolute; width: 180px; height: 180px; right: -70px; top: -70px; border-radius: 50%; background: radial-gradient(circle, rgba(39, 215, 255, .12), transparent 70%); }
.ggc-path-card:hover { transform: translateY(-5px); border-color: rgba(39, 215, 255, .36); }
.ggc-path-card > span { align-self: end; color: #52687d; font: 650 9px/1 var(--ggc-mono); }
.ggc-path-card > b { margin: 32px 0 25px; color: var(--ggc-cyan); font: 500 42px/1 var(--ggc-mono); text-shadow: 0 0 28px rgba(39, 215, 255, .45); }
.ggc-path-card h3 { margin: 0; font-size: 25px; letter-spacing: -.035em; }
.ggc-path-card p { color: var(--ggc-muted); font-size: 13px; line-height: 1.7; }
.ggc-path-card i { margin-top: auto; padding-top: 17px; display: flex; justify-content: space-between; border-top: 1px solid var(--ggc-line); color: #dcecff; font: normal 700 9px/1 var(--ggc-mono); letter-spacing: .08em; }
.ggc-path-card i strong { color: var(--ggc-cyan); }

.ggc-cta { min-height: 225px; margin-bottom: 105px; padding: 45px 50px; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 45px; overflow: hidden; color: var(--ggc-navy); background: linear-gradient(105deg, var(--ggc-cyan), #73ddff 55%, #a78cff); }
.ggc-cta > div:first-child { position: relative; z-index: 2; }
.ggc-cta p { margin: 0 0 10px; color: #16314a; font: 750 9px/1 var(--ggc-mono); letter-spacing: .12em; }
.ggc-cta h2 { margin: 0 0 9px; color: var(--ggc-navy); font-size: clamp(29px, 3vw, 45px); letter-spacing: -.055em; }
.ggc-cta > div > span { color: rgba(5, 11, 20, .68); font-size: 13px; }
.ggc-orb { width: 96px; height: 96px; position: relative; display: grid; place-items: center; }
.ggc-orb i { position: absolute; inset: 8px; border: 1px solid rgba(5,11,20,.3); transform: rotate(45deg); }
.ggc-orb i:nth-child(2) { inset: 21px; transform: rotate(20deg); }
.ggc-orb b { position: relative; font: 800 35px/1 var(--ggc-mono); }
.ggc-button-dark { position: relative; z-index: 2; color: #fff !important; background: var(--ggc-navy); white-space: nowrap; }

@media (max-width: 980px) {
  .ggc-hero { min-height: 650px; grid-template-columns: 1fr 1fr; gap: 15px; }
  .ggc-hero h1 { font-size: 61px; }
  .ggc-portrait { min-height: 610px; }
  .ggc-report-visual { height: 190px; }
  .ggc-lab { grid-template-columns: 1fr; }
  .ggc-cta { grid-template-columns: 1fr auto; }
  .ggc-orb { display: none; }
}

@media (max-width: 760px) {
  .ggc-section { width: calc(100% - 30px); }
  .ggc-hero { min-height: auto; grid-template-columns: 1fr; overflow: visible; }
  .ggc-hero-copy { padding: 70px 0 10px; }
  .ggc-hero h1 { font-size: clamp(48px, 15vw, 69px); }
  .ggc-lede { font-size: 15px; }
  .ggc-principles { gap: 8px; }
  .ggc-principles div { display: grid; gap: 8px; }
  .ggc-principles span { font-size: 8px; }
  .ggc-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .ggc-portrait { min-height: 480px; }
  .ggc-portrait img { max-height: 500px; }
  .ggc-halo-a { width: 430px; height: 430px; right: 50%; transform: translateX(50%); }
  .ggc-halo-b { width: 290px; height: 290px; right: 50%; transform: translateX(50%); }
  .ggc-status { top: 20px; }
  .ggc-featured, .ggc-paths { padding-block: 75px; }
  .ggc-section-bar { align-items: flex-start; flex-direction: column; gap: 16px; }
  .ggc-compact { min-height: 60px; padding: 14px 18px; }
  .ggc-report-grid, .ggc-path-grid { grid-template-columns: 1fr; }
  .ggc-report-copy h3, .ggc-report-copy > span { min-height: auto; }
  .ggc-readiness-body { grid-template-columns: 1fr; justify-items: center; }
  .ggc-sliders { width: 100%; }
  .ggc-result { align-items: stretch; flex-direction: column; }
  .ggc-result button { width: 100%; }
  .ggc-cta { min-height: 300px; margin-bottom: 75px; padding: 35px 28px; grid-template-columns: 1fr; align-content: center; gap: 28px; }
  .ggc-button-dark { justify-self: start; }
}

@media (prefers-reduced-motion: reduce) {
  .ggc-section *, .ggc-section *::before, .ggc-section *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
