/* ==================================================================
   components.css — reusable blocks: hero, cards, sections, CTA
   ================================================================== */

.gs-hero { position: relative; padding: clamp(48px, 7vw, 96px) 0 clamp(56px, 8vw, 104px); overflow: hidden; }
.gs-hero-glow { position: absolute; inset: 0; background:
  radial-gradient(680px 380px at 78% 8%, rgba(11,107,75,.10), transparent 62%),
  radial-gradient(560px 340px at 10% 20%, rgba(220,252,231,.55), transparent 60%);
  pointer-events: none; }
.gs-hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(32px, 5vw, 64px); align-items: center; position: relative; }
.gs-hero-title { font-size: clamp(2.5rem, 5.6vw, 4.1rem); font-weight: 800; margin: 20px 0 20px; max-width: 15ch; }
.gs-hero-sub { font-size: clamp(1.05rem, 1.5vw, 1.22rem); color: var(--muted); max-width: 52ch; }
.gs-hero-framework { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin: 28px 0 28px; }
.gs-framework-word { font-family: 'Plus Jakarta Sans'; font-weight: 700; font-size: clamp(1.05rem, 1.8vw, 1.35rem); color: var(--green-dark); }
.gs-framework-sep { width: 22px; height: 2px; background: linear-gradient(90deg, var(--green), rgba(11,107,75,.25)); border-radius: 2px; }
.gs-hero-cta { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 14px; }
.gs-hero-trust { display: flex; gap: 12px; align-items: flex-start; margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--border); max-width: 52ch; }
.gs-hero-trust svg { color: var(--green); flex-shrink: 0; margin-top: 20px; }
.gs-hero-trust p { font-size: 14.5px; color: var(--muted); }

/* Hero visual */
.gs-hero-visual-wrap { position: relative; }
.gs-hero-visual { position: relative; width: 100%; max-width: 480px; margin-left: auto; aspect-ratio: 1 / 1.02; }
.gs-hv-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow-lg); }
.gs-hv-main { position: absolute; inset: 6% 4% 6% 4%; padding: 22px; display: flex; flex-direction: column; gap: 16px; }
.gs-hv-head { display: flex; align-items: flex-start; justify-content: space-between; }
.gs-hv-kicker { display: block; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); font-weight: 600; }
.gs-hv-title { font-family: 'Plus Jakarta Sans'; font-size: 17px; color: var(--ink); }
.gs-hv-live { display: inline-flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 600; color: var(--green); background: var(--mint); padding: 5px 10px; border-radius: 999px; }
.gs-hv-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); animation: gs-pulse 2.4s var(--ease) infinite; }
@keyframes gs-pulse { 0%,100% { opacity: 1; } 50% { opacity: .35; } }
.gs-hv-assets { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.gs-hv-asset { background: var(--bg); border: 1px solid var(--border); border-radius: 12px; padding: 10px; }
.gs-hv-asset-k { display: block; font-size: 11px; color: var(--muted); font-weight: 500; }
.gs-hv-asset-v { display: block; font-family: 'Plus Jakarta Sans'; font-weight: 700; font-size: 17px; color: var(--ink); margin: 2px 0 7px; }
.gs-hv-bar { display: block; height: 5px; background: var(--border); border-radius: 4px; overflow: hidden; }
.gs-hv-bar span { display: block; height: 100%; background: linear-gradient(90deg, var(--green), #33a97e); border-radius: 4px; }
.gs-hv-flow { display: flex; align-items: center; justify-content: space-between; background: var(--green-deep); border-radius: 14px; padding: 12px 10px; }
.gs-hv-node { display: flex; flex-direction: column; align-items: center; gap: 6px; color: #fff; font-size: 10.5px; font-weight: 600; }
.gs-hv-node-icon { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 9px; background: rgba(255,255,255,.12); color: #b9f0d6; }
.gs-hv-arrow { color: rgba(255,255,255,.5); font-size: 16px; }
.gs-hv-ranked { display: flex; flex-direction: column; gap: 8px; }
.gs-hv-rank-row { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 10px; padding: 9px 12px; background: var(--bg); border: 1px solid var(--border); border-radius: 11px; }
.gs-hv-rank-no { width: 20px; height: 20px; display: grid; place-items: center; font-size: 11px; font-weight: 700; color: var(--green); background: var(--mint); border-radius: 6px; }
.gs-hv-rank-name { font-size: 12.5px; font-weight: 500; color: var(--ink); }
.gs-hv-score { font-family: 'Plus Jakarta Sans'; font-weight: 700; font-size: 13px; padding: 2px 8px; border-radius: 6px; }
.gs-tone-high { color: var(--green); background: var(--green-light); }
.gs-tone-mid { color: var(--muted); background: var(--border); }
.gs-hv-donut-card { position: absolute; right: -2%; bottom: 6%; width: 116px; height: 116px; display: grid; place-items: center; z-index: 3; }
.gs-hv-donut { width: 84px; height: 84px; border-radius: 50%; display: grid; place-items: center; }
.gs-hv-donut-hole { width: 54px; height: 54px; border-radius: 50%; background: #fff; display: grid; place-items: center; text-align: center; }
.gs-hv-donut-hole span { font-size: 8px; color: var(--muted); text-transform: uppercase; letter-spacing: .05em; }
.gs-hv-donut-hole strong { font-family: 'Plus Jakarta Sans'; font-size: 13px; color: var(--ink); }
.gs-hv-toast { position: absolute; left: -3%; top: 2%; display: flex; align-items: center; gap: 10px; padding: 11px 14px; z-index: 3; border-radius: 14px; }
.gs-hv-toast-icon { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 9px; background: var(--mint); color: var(--green); }
.gs-hv-toast strong { display: block; font-family: 'Plus Jakarta Sans'; font-size: 12.5px; color: var(--ink); }
.gs-hv-toast span { font-size: 11px; color: var(--muted); }
.gs-hv-stat { position: absolute; left: -4%; bottom: 20%; padding: 10px 14px; border-radius: 13px; z-index: 3; }
.gs-hv-stat-label { display: block; font-size: 10px; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); }
.gs-hv-stat-value { font-family: 'Plus Jakarta Sans'; font-size: 15px; color: var(--green-dark); }

/* Problem */
.gs-problem-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 64px); align-items: center; }
.gs-problem-lead .gs-eyebrow { margin-bottom: 18px; }
.gs-problem-lead .gs-h2 { margin-bottom: 18px; }
.gs-problem-close { margin-top: 22px; font-size: 1.05rem; font-weight: 600; color: var(--green-dark); }
.gs-problem-questions { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: clamp(22px, 3vw, 32px); box-shadow: var(--shadow-md); position: relative; }
.gs-noise-label { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); margin-bottom: 18px; }
.gs-noise-dot { width: 8px; height: 8px; border-radius: 50%; background: #c9b23a; }
.gs-problem-questions ul { display: flex; flex-direction: column; gap: 12px; }
.gs-problem-questions li { display: flex; align-items: center; gap: 14px; padding: 14px 16px; background: var(--bg); border: 1px solid var(--border); border-radius: var(--radius-sm); font-size: 15px; color: var(--ink); font-weight: 500; transition: transform .25s var(--ease), border-color .25s var(--ease); }
.gs-problem-questions li:hover { transform: translateX(4px); border-color: var(--green); }
.gs-q-index { font-family: 'Plus Jakarta Sans'; font-size: 12px; font-weight: 700; color: var(--green); width: 22px; flex-shrink: 0; }
.gs-system-tag { display: inline-flex; align-items: center; gap: 10px; margin-top: 20px; padding: 12px 18px; background: var(--green-deep); color: #fff; border-radius: 999px; font-size: 14px; font-weight: 600; }
.gs-system-tag svg { color: #8fe6bd; }

/* Philosophy */
.gs-philosophy-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.gs-phil-card { position: relative; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 26px 22px; box-shadow: var(--shadow-sm); transition: transform .28s var(--ease), box-shadow .28s var(--ease), border-color .28s var(--ease); }
.gs-phil-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: rgba(11,107,75,.3); }
.gs-phil-step { font-family: 'Plus Jakarta Sans'; font-size: 13px; font-weight: 700; color: rgba(11,107,75,.4); }
.gs-phil-icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 14px; background: var(--mint); color: var(--green); margin: 14px 0 16px; }
.gs-phil-card h3 { font-size: 1.2rem; margin-bottom: 10px; }
.gs-phil-card p { font-size: 14.5px; color: var(--muted); }
.gs-phil-connector { position: absolute; right: -18px; top: 54px; z-index: 2; display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; background: #fff; border: 1px solid var(--border); color: var(--green); box-shadow: var(--shadow-sm); }
.gs-phil-note { max-width: 70ch; margin: 40px auto 0; text-align: center; font-size: 1.05rem; color: var(--muted); }

/* Ecosystem */
.gs-eco-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.gs-eco-card { position: relative; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow-sm); overflow: hidden; transition: transform .28s var(--ease), box-shadow .28s var(--ease), border-color .28s var(--ease); }
.gs-eco-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: rgba(11,107,75,.3); }
.gs-eco-icon { display: grid; place-items: center; width: 54px; height: 54px; border-radius: 16px; background: linear-gradient(135deg, var(--green), var(--green-dark)); color: #fff; margin-bottom: 18px; box-shadow: 0 8px 18px rgba(11,107,75,.22); }
.gs-eco-card h3 { font-size: 1.35rem; margin-bottom: 10px; }
.gs-eco-card p { font-size: 15px; color: var(--muted); max-width: 46ch; }
.gs-eco-line { position: absolute; left: 0; bottom: 0; height: 3px; width: 0; background: linear-gradient(90deg, var(--green), #33a97e); transition: width .4s var(--ease); }
.gs-eco-card:hover .gs-eco-line { width: 100%; }

/* Scanner */
.gs-scanner { background: linear-gradient(160deg, var(--green-deep), var(--green-dark) 70%); overflow: hidden; }
.gs-scanner-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: clamp(32px, 5vw, 60px); align-items: center; }
.gs-scanner .gs-eyebrow { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.16); color: #a7ebca; }
.gs-scanner-copy .gs-eyebrow { margin-bottom: 18px; }
.gs-scanner-lead { color: rgba(255,255,255,.82); font-size: clamp(1rem,1.4vw,1.12rem); margin: 18px 0 26px; max-width: 52ch; }
.gs-scanner-features { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 20px; margin-bottom: 30px; }
.gs-scanner-features li { display: flex; align-items: flex-start; gap: 10px; font-size: 14.5px; color: rgba(255,255,255,.9); }
.gs-feature-check { flex-shrink: 0; display: grid; place-items: center; width: 22px; height: 22px; border-radius: 7px; background: rgba(255,255,255,.14); color: #8fe6bd; margin-top: 1px; }
.gs-scanner-note { color: rgba(255,255,255,.62); font-size: 14px; max-width: 48ch; margin-top: 22px; font-style: italic; }

.gs-scanner-mock { background: #fff; border-radius: var(--radius); box-shadow: var(--shadow-lg); overflow: hidden; }
.gs-sm-top { display: flex; align-items: center; justify-content: space-between; padding: 16px 20px; border-bottom: 1px solid var(--border); background: var(--bg); gap: 12px; flex-wrap: wrap; }
.gs-sm-brand { display: inline-flex; align-items: center; gap: 9px; font-family: 'Plus Jakarta Sans'; font-weight: 700; font-size: 15px; color: var(--ink); }
.gs-sm-mark { display: grid; place-items: center; width: 26px; height: 26px; border-radius: 8px; background: var(--green); color: #fff; font-weight: 800; font-size: 14px; }
.gs-sm-tabs { display: flex; gap: 6px; }
.gs-sm-tabs span { font-size: 12px; font-weight: 600; color: var(--muted); padding: 6px 12px; border-radius: 999px; }
.gs-sm-tabs span.is-active { background: var(--green); color: #fff; }
.gs-sm-body { padding: 20px; display: grid; gap: 16px; }
.gs-sm-summary { display: grid; grid-template-columns: auto 1fr; gap: 16px; }
.gs-sm-score { background: var(--green-deep); color: #fff; border-radius: 16px; padding: 16px 18px; display: flex; flex-direction: column; justify-content: center; min-width: 110px; }
.gs-sm-score span { font-size: 11px; color: rgba(255,255,255,.7); }
.gs-sm-score strong { font-family: 'Plus Jakarta Sans'; font-size: 34px; line-height: 1; margin: 4px 0; }
.gs-sm-score em { font-size: 11px; color: #8fe6bd; font-style: normal; }
.gs-sm-perf { background: var(--bg); border: 1px solid var(--border); border-radius: 16px; padding: 14px 16px; }
.gs-sm-perf-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; gap: 10px; }
.gs-sm-perf-head span:first-child { font-size: 12px; font-weight: 600; color: var(--ink); }
.gs-sm-perf-tag { font-size: 10.5px; color: var(--green); background: var(--mint); padding: 3px 8px; border-radius: 999px; white-space: nowrap; }
.gs-sm-bars { display: flex; align-items: flex-end; gap: 6px; height: 66px; }
.gs-sm-bars span { flex: 1; background: linear-gradient(180deg, #33a97e, var(--green)); border-radius: 5px 5px 3px 3px; min-height: 8px; }
.gs-sm-ranked { background: var(--bg); border: 1px solid var(--border); border-radius: 16px; padding: 14px 16px; }
.gs-sm-ranked-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.gs-sm-ranked-head > span:first-child { font-size: 12px; font-weight: 600; color: var(--ink); }
.gs-sm-rebalance { display: inline-flex; align-items: center; gap: 5px; font-size: 10.5px; font-weight: 600; color: var(--green); background: var(--green-light); padding: 4px 9px; border-radius: 999px; }
.gs-sm-row { display: grid; grid-template-columns: auto 1.4fr 2fr auto; align-items: center; gap: 12px; padding: 8px 0; border-top: 1px solid var(--border); }
.gs-sm-row:first-of-type { border-top: none; }
.gs-sm-rank { width: 20px; height: 20px; display: grid; place-items: center; font-size: 11px; font-weight: 700; color: var(--green); background: var(--mint); border-radius: 6px; }
.gs-sm-name { font-size: 12.5px; font-weight: 500; color: var(--ink); }
.gs-sm-track { height: 6px; background: var(--border); border-radius: 4px; overflow: hidden; }
.gs-sm-track span { display: block; height: 100%; background: linear-gradient(90deg, var(--green), #33a97e); border-radius: 4px; }
.gs-sm-val { font-family: 'Plus Jakarta Sans'; font-weight: 700; font-size: 13px; color: var(--green-dark); }

/* Flow */
.gs-flow { display: grid; grid-template-columns: repeat(6, 1fr); gap: 0; position: relative; }
.gs-flow-step { position: relative; padding: 26px 16px; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 12px; }
.gs-flow-index { font-family: 'Plus Jakarta Sans'; font-size: 12px; font-weight: 700; color: rgba(11,107,75,.42); }
.gs-flow-icon { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 15px; background: var(--surface); border: 1px solid var(--border); color: var(--green); box-shadow: var(--shadow-sm); transition: transform .25s var(--ease), background .25s var(--ease), color .25s var(--ease); }
.gs-flow-step:hover .gs-flow-icon { background: var(--green); color: #fff; transform: translateY(-3px); }
.gs-flow-title { font-size: 13.5px; font-weight: 600; color: var(--ink); max-width: 14ch; }
.gs-flow-connector { position: absolute; top: 51px; right: -0px; width: 100%; height: 2px; background: linear-gradient(90deg, transparent 0 52%, var(--border) 52% 100%); transform: translateX(50%); z-index: -1; }
.gs-flow-note { max-width: 60ch; margin: 36px auto 0; text-align: center; color: var(--muted); font-size: 1.05rem; }

/* Benefits / shifts */
.gs-shift-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.gs-shift-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow-sm); transition: transform .28s var(--ease), box-shadow .28s var(--ease), border-color .28s var(--ease); }
.gs-shift-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: rgba(11,107,75,.3); }
.gs-shift-head { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; flex-wrap: wrap; }
.gs-shift-from { font-size: 14px; font-weight: 600; color: var(--muted); text-decoration: line-through; text-decoration-color: rgba(95,107,102,.45); }
.gs-shift-arrow { color: var(--green); flex-shrink: 0; }
.gs-shift-to { font-family: 'Plus Jakarta Sans'; font-size: 1.15rem; font-weight: 700; color: var(--green-dark); }
.gs-shift-card p { font-size: 14.5px; color: var(--muted); }

/* Audience */
.gs-audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.gs-aud-card { display: flex; gap: 16px; align-items: flex-start; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow-sm); transition: transform .28s var(--ease), border-color .28s var(--ease); }
.gs-aud-card:hover { transform: translateY(-3px); border-color: rgba(11,107,75,.3); }
.gs-aud-icon { flex-shrink: 0; display: grid; place-items: center; width: 46px; height: 46px; border-radius: 13px; background: var(--mint); color: var(--green); }
.gs-aud-card p { font-size: 15px; color: var(--ink); font-weight: 500; }

/* Vision */
.gs-vision { background: var(--green-deep); color: #fff; overflow: hidden; position: relative; }
.gs-vision-bg { position: absolute; inset: 0; opacity: .5; background:
  radial-gradient(600px 400px at 85% 15%, rgba(51,169,126,.22), transparent 60%),
  radial-gradient(500px 400px at 0% 90%, rgba(11,107,75,.35), transparent 60%);
  background-image:
  radial-gradient(600px 400px at 85% 15%, rgba(51,169,126,.22), transparent 60%),
  radial-gradient(circle at center, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: auto, 34px 34px; }
.gs-vision-grid { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 64px); }
.gs-vision .gs-eyebrow { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.16); color: #a7ebca; margin-bottom: 18px; }
.gs-vision .gs-h2 { color: #fff; margin-bottom: 18px; }
.gs-vision .gs-lead { color: rgba(255,255,255,.82); }
.gs-vision-intro { font-size: 1.05rem; color: rgba(255,255,255,.82); margin-bottom: 18px; }
.gs-vision-points { display: flex; flex-direction: column; gap: 12px; margin-bottom: 26px; }
.gs-vision-points li { display: flex; align-items: center; gap: 12px; font-size: 1.08rem; font-weight: 500; font-family: 'Plus Jakarta Sans'; }
.gs-vision-bullet { display: grid; place-items: center; width: 26px; height: 26px; border-radius: 8px; background: rgba(143,230,189,.16); color: #8fe6bd; flex-shrink: 0; }
.gs-vision-close { color: rgba(255,255,255,.78); font-size: 15px; max-width: 52ch; border-top: 1px solid rgba(255,255,255,.14); padding-top: 22px; }

/* CTA */
.gs-cta-section { padding: clamp(48px,7vw,90px) 0 clamp(64px,9vw,110px); }
.gs-cta-card { position: relative; overflow: hidden; text-align: center; background: linear-gradient(150deg, var(--green), var(--green-dark)); border-radius: 32px; padding: clamp(44px, 6vw, 80px) clamp(24px, 4vw, 60px); box-shadow: var(--shadow-lg); }
.gs-cta-mark { position: absolute; right: -20px; bottom: -60px; font-family: 'Plus Jakarta Sans'; font-weight: 800; font-size: 320px; line-height: 1; color: rgba(255,255,255,.06); pointer-events: none; }
.gs-cta-title { position: relative; color: #fff; font-size: clamp(1.7rem, 3.6vw, 2.75rem); max-width: 20ch; margin: 0 auto 16px; }
.gs-cta-sub { position: relative; color: rgba(255,255,255,.85); font-size: 1.1rem; margin-bottom: 30px; }
.gs-cta-actions { position: relative; display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }

/* ---------------------- Hero ecosystem visual ------------------ */
.gs-hero-eco { position: relative; width: 100%; max-width: 500px; margin-left: auto; display: flex; flex-direction: column; gap: 16px; }
.gs-eco-assets { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.gs-eco-asset { display: flex; align-items: center; gap: 8px; justify-content: center; background: var(--surface); border: 1px solid var(--border); border-radius: 14px; padding: 12px 10px; box-shadow: var(--shadow-sm); font-size: 13px; font-weight: 600; color: var(--ink); }
.gs-eco-asset svg { color: var(--green); }
.gs-eco-core { position: relative; background: linear-gradient(135deg, var(--green), var(--green-dark)); color: #fff; border-radius: var(--radius); padding: 22px 24px; box-shadow: var(--shadow-lg); display: flex; align-items: center; gap: 16px; }
.gs-eco-core-mark { display: grid; place-items: center; width: 54px; height: 54px; border-radius: 16px; background: rgba(255,255,255,.16); font-family: 'Plus Jakarta Sans'; font-weight: 800; font-size: 26px; flex-shrink: 0; }
.gs-eco-core-kicker { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: rgb(255, 255, 255); font-weight: 600; }
.gs-eco-core-title { font-family: 'Plus Jakarta Sans'; font-weight: 700; font-size: 25px; }
.gs-eco-core-sub { font-size: 12.5px; color: rgba(255,255,255,.8); margin-top: 2px; }
.gs-eco-caps { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.gs-eco-cap { background: var(--surface); border: 1px solid var(--border); border-radius: 16px; padding: 16px; box-shadow: var(--shadow-sm); transition: transform .25s var(--ease), border-color .25s var(--ease); }
.gs-eco-cap:hover { transform: translateY(-3px); border-color: rgba(11,107,75,.3); }
.gs-eco-cap-icon { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 11px; background: var(--mint); color: var(--green); margin-bottom: 10px; }
.gs-eco-cap-title { font-family: 'Plus Jakarta Sans'; font-weight: 700; font-size: 14px; color: var(--ink); }
.gs-eco-cap-sub { font-size: 12px; color: var(--muted); margin-top: 3px; }
.gs-srer { display: flex; align-items: center; justify-content: space-between; background: #151616; border-radius: 16px; padding: 12px 50px; }
.gs-srer-node { display: flex; flex-direction: column; align-items: center; gap: 6px; color: #fff; font-size: 10.5px; font-weight: 600; }
.gs-srer-node-ic { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 9px; background: rgba(255,255,255,.12); color: #b9f0d6; }
.gs-srer-arrow { color: rgba(255,255,255,.5); font-size: 16px; }

/* ------------------------ Featured In -------------------------- */
.gs-featured { padding: clamp(36px, 5vw, 56px) 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: var(--surface); }
.gs-featured-head { text-align: center; font-size: 12.5px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-bottom: 26px; }
.gs-featured-strip { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 14px 18px; }
.gs-featured-item { display: inline-flex; align-items: center; gap: 8px; color: var(--muted); font-family: 'Plus Jakarta Sans'; font-weight: 700; font-size: clamp(15px, 2vw, 19px); letter-spacing: -.01em; padding: 10px 18px; border: 1px solid var(--border); border-radius: 12px; background: var(--bg); filter: grayscale(1); opacity: .8; transition: opacity .2s var(--ease), color .2s var(--ease), border-color .2s var(--ease); }
a.gs-featured-item:hover { opacity: 1; color: var(--green); border-color: var(--green); }
.gs-featured-item img { height: 26px; width: auto; display: block; }
.gs-featured-note { text-align: center; font-size: 12px; color: var(--muted); margin-top: 20px; opacity: .8; }

/* --------------------------- About ----------------------------- */
.gs-about-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(32px, 5vw, 64px); align-items: start; }
.gs-about-copy p + p { margin-top: 16px; }
.gs-about-principles { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 30px; }
.gs-principle { display: flex; align-items: center; gap: 12px; background: var(--surface); border: 1px solid var(--border); border-radius: 14px; padding: 14px 16px; box-shadow: var(--shadow-sm); }
.gs-principle svg { color: var(--green); flex-shrink: 0; }
.gs-principle span { font-size: 14px; font-weight: 600; color: var(--ink); }
.gs-about-visual { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow-md); }
.gs-about-visual-head { font-family: 'Plus Jakarta Sans'; font-weight: 700; font-size: 15px; margin-bottom: 18px; display: flex; align-items: center; gap: 10px; }
.gs-about-visual-head .gs-eco-core-mark { width: 34px; height: 34px; font-size: 17px; border-radius: 10px; background: var(--green); }
.gs-about-layers { display: flex; flex-direction: column; gap: 10px; }
.gs-about-layer { display: flex; align-items: center; gap: 12px; padding: 12px 14px; background: var(--bg); border: 1px solid var(--border); border-radius: 13px; }
.gs-about-layer-ic { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; background: var(--mint); color: var(--green); flex-shrink: 0; }
.gs-about-layer strong { display: block; font-size: 13.5px; color: var(--ink); font-family: 'Plus Jakarta Sans'; }
.gs-about-layer span { font-size: 12px; color: var(--muted); }
.gs-about-connect { text-align: center; color: var(--green); font-size: 16px; line-height: .5; }

/* ----------------------- Mission & Vision ---------------------- */
.gs-mv-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.gs-mv-card { position: relative; overflow: hidden; border-radius: var(--radius); padding: clamp(28px, 3.5vw, 40px); border: 1px solid var(--border); box-shadow: var(--shadow-sm); }
.gs-mv-mission { background: var(--surface); }
.gs-mv-vision { background: linear-gradient(150deg, var(--green-deep), var(--green-dark)); color: #fff; border-color: transparent; }
.gs-mv-label { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 16px; }
.gs-mv-mission .gs-mv-label { color: var(--green); }
.gs-mv-vision .gs-mv-label { color: #8fe6bd; }
.gs-mv-card h3 { font-size: clamp(1.4rem, 2.4vw, 1.9rem); margin-bottom: 14px; }
.gs-mv-vision h3 { color: #fff; }
.gs-mv-card p { font-size: 1.02rem; color: var(--muted); }
.gs-mv-vision p { color: rgba(255,255,255,.85); }
.gs-mv-ic { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 13px; margin-bottom: 18px; }
.gs-mv-mission .gs-mv-ic { background: var(--mint); color: var(--green); }
.gs-mv-vision .gs-mv-ic { background: rgba(255,255,255,.14); color: #8fe6bd; }
.gs-mv-statement { text-align: center; max-width: 68ch; margin: 34px auto 0; font-family: 'Plus Jakarta Sans'; font-weight: 600; font-size: clamp(1.05rem, 1.8vw, 1.3rem); color: var(--green-dark); }

/* -------------------- What We Build (capability) --------------- */
.gs-cap-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.gs-cap-card { position: relative; overflow: hidden; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow-sm); transition: transform .28s var(--ease), box-shadow .28s var(--ease), border-color .28s var(--ease); }
.gs-cap-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: rgba(11,107,75,.3); }
.gs-cap-ic { display: grid; place-items: center; width: 54px; height: 54px; border-radius: 16px; background: linear-gradient(135deg, var(--green), var(--green-dark)); color: #fff; margin-bottom: 18px; box-shadow: 0 8px 18px rgba(11,107,75,.22); }
.gs-cap-card h3 { font-size: 1.3rem; margin-bottom: 10px; }
.gs-cap-card p { font-size: 15px; color: var(--muted); max-width: 48ch; }

/* ---------------------- Flagship (compact) --------------------- */
.gs-flagship { background: linear-gradient(160deg, var(--green-deep), var(--green-dark) 70%); border-radius: 32px; overflow: hidden; }
.gs-flagship-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 4vw, 56px); align-items: center; padding: clamp(36px, 5vw, 64px); }
.gs-flagship .gs-eyebrow { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.16); color: #a7ebca; margin-bottom: 16px; }
.gs-flagship h2 { color: #fff; margin-bottom: 16px; }
.gs-flagship-lead { color: rgba(255,255,255,.82); font-size: clamp(1rem, 1.4vw, 1.1rem); margin-bottom: 22px; max-width: 48ch; }
.gs-flagship-points { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 28px; }
.gs-flagship-points li { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: rgba(255,255,255,.9); }
.gs-flagship-points .gs-feature-check { flex-shrink: 0; display: grid; place-items: center; width: 22px; height: 22px; border-radius: 7px; background: rgba(255,255,255,.14); color: #8fe6bd; margin-top: 1px; }
.gs-flagship-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.gs-flagship-learn { color: #8fe6bd; font-weight: 600; font-size: 14px; display: inline-flex; align-items: center; gap: 6px; }
.gs-flagship-learn:hover { color: #fff; }
/* compact preview card */
.gs-fp-preview { background: #fff; border-radius: 20px; box-shadow: var(--shadow-lg); overflow: hidden; }
.gs-fp-top { display: flex; align-items: center; justify-content: space-between; padding: 14px 18px; border-bottom: 1px solid var(--border); background: var(--bg); }
.gs-fp-brand { display: inline-flex; align-items: center; gap: 9px; font-family: 'Plus Jakarta Sans'; font-weight: 700; font-size: 14px; }
.gs-fp-tag { font-size: 10.5px; font-weight: 600; color: var(--green); background: var(--mint); padding: 4px 10px; border-radius: 999px; }
.gs-fp-body { padding: 18px; display: flex; flex-direction: column; gap: 10px; }
.gs-fp-row { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; padding: 10px 12px; background: var(--bg); border: 1px solid var(--border); border-radius: 12px; }
.gs-fp-rank { width: 20px; height: 20px; display: grid; place-items: center; font-size: 11px; font-weight: 700; color: var(--green); background: var(--mint); border-radius: 6px; }
.gs-fp-name { font-size: 12.5px; font-weight: 500; color: var(--ink); }
.gs-fp-score { font-family: 'Plus Jakarta Sans'; font-weight: 700; font-size: 13px; color: var(--green-dark); }
.gs-fp-bar { grid-column: 1 / -1; height: 5px; background: var(--border); border-radius: 4px; overflow: hidden; }
.gs-fp-bar span { display: block; height: 100%; background: linear-gradient(90deg, var(--green), #33a97e); border-radius: 4px; }


/* --------------------------- Journey --------------------------- */
.gs-journey { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; }
.gs-journey-step { position: relative; padding: 24px 14px 0; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 12px; }
.gs-journey-dot { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: var(--surface); border: 2px solid var(--green); color: var(--green); font-family: 'Plus Jakarta Sans'; font-weight: 700; font-size: 15px; z-index: 2; }
.gs-journey-step p { font-size: 13.5px; color: var(--ink); font-weight: 500; max-width: 20ch; }
.gs-journey-line { position: absolute; top: 46px; left: 50%; width: 100%; height: 2px; background: var(--border); z-index: 1; }
.gs-journey-step:last-child .gs-journey-line { display: none; }

/* --------------------------- Culture --------------------------- */
.gs-culture-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.gs-culture-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow-sm); transition: transform .28s var(--ease), box-shadow .28s var(--ease), border-color .28s var(--ease); }
.gs-culture-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: rgba(11,107,75,.3); }
.gs-culture-ic { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 13px; background: var(--mint); color: var(--green); margin-bottom: 16px; }
.gs-culture-card h3 { font-size: 1.15rem; margin-bottom: 8px; }
.gs-culture-card p { font-size: 14px; color: var(--muted); }

/* --------------------------- Careers --------------------------- */
.gs-careers { background: var(--tint); }
.gs-careers-head { display: grid; grid-template-columns: 1.1fr .9fr; gap: 32px; align-items: end; margin-bottom: clamp(36px, 4vw, 52px); }
.gs-careers-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.gs-career-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow-sm); transition: transform .28s var(--ease), border-color .28s var(--ease); }
.gs-career-card:hover { transform: translateY(-3px); border-color: rgba(11,107,75,.3); }
.gs-career-ic { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; background: var(--green); color: #fff; margin-bottom: 14px; }
.gs-career-card h3 { font-size: 1.1rem; margin-bottom: 8px; }
.gs-career-card p { font-size: 14px; color: var(--muted); }
.gs-careers-cta { display: flex; justify-content: center; margin-top: 36px; }

/* --------------------- Team environment ------------------------ */
.gs-team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.gs-team-card { display: flex; flex-direction: column; gap: 12px; background: var(--surface); border: 1px solid var(--border); border-radius: 18px; padding: 22px; box-shadow: var(--shadow-sm); }
.gs-team-ic { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 12px; background: var(--mint); color: var(--green); }
.gs-team-card p { font-size: 14px; font-weight: 600; color: var(--ink); }

/* --------------------------- Insights -------------------------- */
.gs-insights-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.gs-article-card { display: flex; flex-direction: column; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); transition: transform .28s var(--ease), box-shadow .28s var(--ease), border-color .28s var(--ease); height: 100%; }
.gs-article-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: rgba(11,107,75,.3); }
.gs-article-thumb { height: 118px; background: linear-gradient(135deg, var(--green), var(--green-dark)); position: relative; overflow: hidden; }
.gs-article-thumb::after { content: "Σ"; position: absolute; right: -10px; bottom: -30px; font-family: 'Plus Jakarta Sans'; font-weight: 800; font-size: 130px; color: rgba(255,255,255,.1); }
.gs-article-thumb.alt2 { background: linear-gradient(135deg, #212524, var(--green-deep)); }
.gs-article-thumb.alt3 { background: linear-gradient(135deg, var(--green-dark), #0a3f2f); }
.gs-article-body { display: flex; flex-direction: column; gap: 10px; padding: 22px; flex: 1; }
.gs-article-cat { font-size: 11.5px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--green); }
.gs-article-card h3 { font-size: 1.18rem; line-height: 1.25; }
.gs-article-card .gs-article-ex { font-size: 14px; color: var(--muted); flex: 1; }
.gs-article-meta { display: flex; align-items: center; gap: 10px; font-size: 12.5px; color: var(--muted); margin-top: 4px; }
.gs-article-meta .dot { width: 3px; height: 3px; border-radius: 50%; background: var(--border); }
.gs-article-more { display: inline-flex; align-items: center; gap: 6px; font-weight: 600; color: var(--green); font-size: 14px; margin-top: 6px; }
.gs-article-card:hover .gs-article-more svg { transform: translateX(3px); }
.gs-article-more svg { transition: transform .2s var(--ease); }
.gs-insights-cta { display: flex; justify-content: center; margin-top: 40px; }

/* ==================================================================
   Score-bar values for the Sigma Scanner preview
   Were inline width styles on the static preview rows.
   ================================================================== */

.gs-fp-body .gs-fp-row:nth-child(1) .gs-fp-bar span { width: 92%; }
.gs-fp-body .gs-fp-row:nth-child(2) .gs-fp-bar span { width: 84%; }
.gs-fp-body .gs-fp-row:nth-child(3) .gs-fp-bar span { width: 77%; }

/* Article cards stretch to equal height inside the grid */
.gs-insights-grid > .gs-reveal { height: 100%; }
