:root {
  --gx-ink: #071923;
  --gx-deep: #092332;
  --gx-panel: #102c3b;
  --gx-text: #20323b;
  --gx-muted: #60717a;
  --gx-line: #dce6e4;
  --gx-soft: #eef6f1;
  --gx-white: #ffffff;
  --gx-green: #2fb95d;
  --gx-green-dark: #148745;
  --gx-blue: #2f93d1;
  --gx-lime: #a7e957;
  --gx-shadow: 0 18px 50px rgba(7, 25, 35, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--gx-text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  background: var(--gx-white);
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: var(--gx-green-dark);
  text-decoration: none;
}

a:hover {
  color: var(--gx-green);
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 9999;
  padding: 0.75rem 1rem;
  color: var(--gx-white);
  background: var(--gx-ink);
  border-radius: 0.25rem;
}

.skip-link:focus {
  top: 1rem;
}

.site-header {
  transition: background 0.25s ease, box-shadow 0.25s ease, padding 0.25s ease;
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 36px rgba(7, 25, 35, 0.08);
  backdrop-filter: blur(14px);
}

.navbar {
  padding: 0.9rem 0;
}

.navbar-brand {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  color: var(--gx-white);
}

.site-header.is-scrolled .navbar-brand,
.site-header.is-scrolled .nav-link:not(.active) {
  color: var(--gx-ink);
}

.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 42px;
  aspect-ratio: 1;
  color: var(--gx-green-dark);
  font-weight: 800;
  background: var(--gx-white);
  border: 1px solid rgba(47, 185, 93, 0.28);
  border-radius: 0.35rem;
}

.navbar-brand strong,
.navbar-brand small {
  display: block;
  line-height: 1.1;
}

.navbar-brand small {
  font-size: 0.72rem;
  opacity: 0.74;
}

.nav-link {
  color: rgba(255, 255, 255, 0.88);
  font-weight: 650;
}

.nav-link:hover,
.nav-link.active,
.nav-link:focus {
  color: var(--gx-green) !important;
}

.navbar-toggler {
  display: inline-grid;
  place-items: center;
  width: 44px;
  aspect-ratio: 1;
  padding: 0;
  color: var(--gx-white);
  border-color: rgba(255, 255, 255, 0.35);
  border-radius: 0.3rem;
}

.site-header.is-scrolled .navbar-toggler {
  color: var(--gx-ink);
  border-color: rgba(7, 25, 35, 0.22);
}

.btn {
  min-height: 44px;
  display: inline-flex;
  gap: 0.45rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.35rem;
  font-weight: 750;
  letter-spacing: 0;
}

.btn-sm {
  min-height: 38px;
}

.btn-primary {
  border-color: var(--gx-green);
  background: var(--gx-green);
}

.btn-primary:hover,
.btn-primary:focus {
  border-color: var(--gx-green-dark);
  background: var(--gx-green-dark);
}

.hero-section {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  color: var(--gx-white);
  background: var(--gx-ink);
}

.hero-bg,
.contact-section > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 25, 35, 1) 0%, rgba(7, 25, 35, 0.98) 34%, rgba(7, 25, 35, 0.76) 56%, rgba(7, 25, 35, 0.36) 100%),
    linear-gradient(0deg, rgba(7, 25, 35, 0.72), rgba(7, 25, 35, 0.06));
}

.hero-content {
  position: relative;
  z-index: 1;
  padding-top: 8rem;
  padding-bottom: 3rem;
}

.hero-content .min-vh-100 {
  min-height: calc(100svh - 11rem) !important;
}

.eyebrow,
.section-kicker {
  margin-bottom: 0.8rem;
  color: var(--gx-green);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  color: inherit;
  line-height: 1.05;
  letter-spacing: 0;
}

h1 {
  max-width: 880px;
  font-size: clamp(2.45rem, 6.8vw, 5.05rem);
  font-weight: 850;
}

h2 {
  font-size: clamp(2rem, 5vw, 3.75rem);
  font-weight: 820;
}

h3 {
  font-size: 1.15rem;
  font-weight: 800;
}

.hero-copy {
  max-width: 650px;
  margin: 1.25rem 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.05rem, 2.4vw, 1.35rem);
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.75rem;
}

.section {
  padding: clamp(4.5rem, 9vw, 7rem) 0;
}

.animate-ready [data-aos] {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.animate-ready [data-aos="fade-left"] {
  transform: translate3d(22px, 0, 0);
}

.animate-ready [data-aos="fade-right"] {
  transform: translate3d(-22px, 0, 0);
}

.animate-ready [data-aos].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.page-hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 58vh;
  padding: 9rem 0 4.5rem;
  color: var(--gx-white);
  background:
    linear-gradient(135deg, rgba(7, 25, 35, 0.96), rgba(9, 35, 50, 0.88)),
    url("../img/greenx-hero.jpg") center / cover no-repeat;
}

.page-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 7px;
  background: linear-gradient(90deg, var(--gx-green), var(--gx-blue), var(--gx-lime));
}

.page-hero .container {
  position: relative;
  z-index: 1;
}

.section-light {
  background: #f6faf8;
}

.section-dark {
  color: var(--gx-white);
  background: var(--gx-ink);
}

.lead {
  color: var(--gx-muted);
  font-size: clamp(1.08rem, 2vw, 1.3rem);
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: 1.5rem;
}

.proof-grid div,
.service-card,
.market-slide,
.founder-card {
  border: 1px solid var(--gx-line);
  border-radius: 0.5rem;
  background: var(--gx-white);
}

.proof-grid div {
  padding: 1rem;
}

.proof-grid strong,
.proof-grid span {
  display: block;
}

.proof-grid strong {
  color: var(--gx-ink);
}

.proof-grid span {
  margin-top: 0.25rem;
  color: var(--gx-muted);
  font-size: 0.94rem;
}

.insight-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 2rem;
}

.insight-card,
.advantage-card,
.compare-card,
.bundle-panel,
.problem-chip,
.gate-output,
.risk-tile,
.market-priority,
.leadership-card,
.enquiry-chip {
  border: 1px solid var(--gx-line);
  border-radius: 0.5rem;
  background: var(--gx-white);
}

.insight-card {
  position: relative;
  min-height: 210px;
  padding: 1.25rem;
  overflow: hidden;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.insight-card::after {
  content: "";
  position: absolute;
  right: -38px;
  bottom: -42px;
  width: 118px;
  aspect-ratio: 1;
  border: 20px solid rgba(47, 185, 93, 0.12);
  border-radius: 50%;
}

.insight-card:hover {
  box-shadow: var(--gx-shadow);
  transform: translateY(-4px);
}

.insight-value {
  display: flex;
  align-items: baseline;
  gap: 0.2rem;
  color: var(--gx-ink);
  font-size: clamp(2rem, 5vw, 3.4rem);
  font-weight: 850;
  line-height: 1;
}

.insight-suffix {
  color: var(--gx-green-dark);
  font-size: 1.15rem;
}

.insight-card h3,
.advantage-card h3,
.compare-card h3,
.bundle-panel h3,
.gate-output h3,
.risk-tile h3,
.market-priority h3,
.leadership-card h3 {
  color: var(--gx-ink);
}

.insight-card p,
.advantage-card p,
.compare-card p,
.bundle-panel p,
.risk-tile p,
.market-priority p,
.leadership-card p {
  color: var(--gx-muted);
}

.advantage-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
  margin-top: 2rem;
}

.advantage-card {
  position: relative;
  min-height: 100%;
  padding: 1.15rem;
  transition: border-color 0.22s ease, background 0.22s ease;
}

.advantage-card:hover {
  border-color: rgba(47, 185, 93, 0.48);
  background: #fbfefd;
}

.advantage-card span {
  display: inline-grid;
  place-items: center;
  width: 34px;
  aspect-ratio: 1;
  margin-bottom: 0.85rem;
  color: var(--gx-white);
  font-weight: 850;
  background: linear-gradient(135deg, var(--gx-green), var(--gx-blue));
  border-radius: 0.35rem;
}

.compare-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  margin-top: 2rem;
}

.compare-card {
  min-height: 100%;
  padding: 1.25rem;
}

.compare-card small {
  display: inline-block;
  margin-bottom: 0.65rem;
  color: var(--gx-green-dark);
  font-weight: 850;
  text-transform: uppercase;
}

.solution-switcher {
  display: grid;
  grid-template-columns: minmax(220px, 0.85fr) minmax(0, 1.15fr);
  gap: 1rem;
  margin-top: 2rem;
}

.solution-tabs {
  display: grid;
  gap: 0.5rem;
}

.solution-tab,
.market-tab {
  display: flex;
  gap: 0.7rem;
  align-items: center;
  width: 100%;
  padding: 0.85rem 1rem;
  color: var(--gx-ink);
  font-weight: 800;
  text-align: left;
  background: var(--gx-white);
  border: 1px solid var(--gx-line);
  border-radius: 0.4rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.solution-tab svg,
.market-tab svg {
  flex: 0 0 21px;
  width: 21px;
  height: 21px;
  color: var(--gx-green);
}

.solution-tab:hover,
.solution-tab.is-active,
.market-tab:hover,
.market-tab.is-active {
  border-color: rgba(47, 185, 93, 0.56);
  box-shadow: 0 10px 28px rgba(7, 25, 35, 0.08);
  transform: translateX(3px);
}

.bundle-panel {
  display: none;
  min-height: 100%;
  padding: 1.5rem;
  box-shadow: var(--gx-shadow);
}

.bundle-panel.is-active {
  display: block;
}

.bundle-panel ul,
.gate-output ul {
  display: grid;
  gap: 0.65rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.bundle-panel li,
.gate-output li {
  position: relative;
  padding-left: 1.25rem;
  color: var(--gx-muted);
}

.bundle-panel li::before,
.gate-output li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.68em;
  width: 7px;
  aspect-ratio: 1;
  background: var(--gx-green);
  border-radius: 50%;
}

.problem-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.5rem;
}

.problem-chip,
.enquiry-chip {
  display: inline-flex;
  gap: 0.55rem;
  align-items: center;
  padding: 0.7rem 0.85rem;
  color: var(--gx-ink);
  font-weight: 750;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.problem-chip:hover,
.enquiry-chip:hover {
  border-color: rgba(47, 185, 93, 0.55);
  transform: translateY(-3px);
}

.problem-chip svg,
.enquiry-chip svg {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  color: var(--gx-green);
}

.gate-outputs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 2rem;
}

.gate-output {
  padding: 1rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.gate-output:hover {
  box-shadow: var(--gx-shadow);
  transform: translateY(-4px);
}

.risk-board {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: 2rem;
}

.risk-tile {
  position: relative;
  min-height: 160px;
  padding: 1.1rem;
  overflow: hidden;
}

.risk-meter {
  position: absolute;
  left: 1.1rem;
  right: 1.1rem;
  bottom: 1rem;
  height: 6px;
  overflow: hidden;
  background: #e4eeeb;
  border-radius: 999px;
}

.risk-meter span {
  display: block;
  height: 100%;
  width: var(--risk, 65%);
  background: linear-gradient(90deg, var(--gx-green), var(--gx-blue));
  border-radius: inherit;
}

.market-tabs {
  display: grid;
  grid-template-columns: minmax(210px, 0.8fr) minmax(0, 1.2fr);
  gap: 1rem;
  margin-top: 2rem;
}

.market-tab-list {
  display: grid;
  gap: 0.5rem;
}

.market-priority {
  display: none;
  min-height: 100%;
  padding: 1.5rem;
  box-shadow: var(--gx-shadow);
}

.market-priority.is-active {
  display: block;
}

.role-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1rem;
}

.role-strip span {
  padding: 0.42rem 0.65rem;
  color: var(--gx-ink);
  font-size: 0.9rem;
  font-weight: 750;
  background: var(--gx-soft);
  border-radius: 0.3rem;
}

.leadership-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 2rem;
}

.leadership-card {
  padding: 1rem;
}

.leadership-card svg {
  width: 28px;
  height: 28px;
  margin-bottom: 0.8rem;
  color: var(--gx-green);
}

.enquiry-panel {
  padding: 1.35rem;
  color: var(--gx-white);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0.5rem;
  backdrop-filter: blur(12px);
}

.enquiry-panel h3 {
  color: var(--gx-white);
}

.enquiry-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1rem;
}

.enquiry-chip {
  color: var(--gx-white);
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(255, 255, 255, 0.16);
}

.breadcrumb-mini {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  align-items: center;
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
}

.breadcrumb-mini a {
  color: rgba(255, 255, 255, 0.88);
  font-weight: 750;
}

.breadcrumb-mini span {
  color: var(--gx-lime);
}

.detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  margin-top: 2rem;
}

.detail-card,
.faq-card,
.checklist-card,
.local-proof,
.form-panel {
  border: 1px solid var(--gx-line);
  border-radius: 0.5rem;
  background: var(--gx-white);
}

.detail-card,
.faq-card,
.checklist-card,
.local-proof {
  padding: 1.2rem;
}

.detail-card svg,
.checklist-card svg {
  width: 28px;
  height: 28px;
  margin-bottom: 0.85rem;
  color: var(--gx-green);
}

.detail-card h3,
.faq-card h3,
.checklist-card h3,
.local-proof h3,
.form-panel h2 {
  color: var(--gx-ink);
}

.detail-card p,
.faq-card p,
.checklist-card p,
.local-proof p {
  color: var(--gx-muted);
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  margin-top: 2rem;
}

.checklist-grid,
.local-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  margin-top: 1.5rem;
}

.service-nav-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.service-nav-grid a {
  display: flex;
  gap: 0.65rem;
  align-items: center;
  min-height: 62px;
  padding: 0.85rem;
  color: var(--gx-ink);
  font-weight: 800;
  background: var(--gx-white);
  border: 1px solid var(--gx-line);
  border-radius: 0.45rem;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.service-nav-grid a:hover {
  border-color: rgba(47, 185, 93, 0.55);
  transform: translateY(-3px);
}

.service-nav-grid svg {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  color: var(--gx-green);
}

.form-panel {
  padding: 1.3rem;
  box-shadow: var(--gx-shadow);
}

.lead-form {
  display: grid;
  gap: 0.85rem;
  margin-top: 1rem;
}

.lead-form label {
  display: grid;
  gap: 0.35rem;
  color: var(--gx-ink);
  font-weight: 750;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  min-height: 44px;
  padding: 0.72rem 0.8rem;
  color: var(--gx-ink);
  border: 1px solid var(--gx-line);
  border-radius: 0.35rem;
  background: #fbfefd;
}

.lead-form textarea {
  min-height: 124px;
  resize: vertical;
}

.service-card a {
  color: inherit;
}

.promise-band {
  color: var(--gx-white);
  background: linear-gradient(135deg, var(--gx-deep), #123a36);
}

.pillar {
  min-height: 100%;
  padding: 1.4rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.06);
}

.pillar svg,
.service-card svg,
.market-slide svg {
  width: 30px;
  height: 30px;
  margin-bottom: 1rem;
  color: var(--gx-green);
}

.pillar p,
.service-card p,
.market-slide p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
}

.section-heading {
  max-width: 780px;
  margin-bottom: 2rem;
}

.section-heading p:last-child {
  color: var(--gx-muted);
  font-size: 1.08rem;
}

.service-card {
  min-height: 100%;
  padding: 1.25rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.service-card:hover {
  border-color: rgba(47, 185, 93, 0.5);
  box-shadow: var(--gx-shadow);
  transform: translateY(-4px);
}

.service-card h3,
.service-card h2,
.market-slide h3 {
  color: var(--gx-ink);
}

.service-card h2,
.stage h2 {
  font-size: 1.15rem;
  font-weight: 800;
}

.service-card p,
.market-slide p {
  color: var(--gx-muted);
}

.section-split {
  background: linear-gradient(180deg, #ffffff 0%, #edf7f3 100%);
}

.gallery-link {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 0.5rem;
  box-shadow: var(--gx-shadow);
}

.gallery-link img {
  display: block;
  width: 100%;
}

.gallery-link span {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  display: grid;
  place-items: center;
  width: 44px;
  aspect-ratio: 1;
  color: var(--gx-white);
  background: rgba(7, 25, 35, 0.78);
  border-radius: 0.35rem;
}

.check-list {
  display: grid;
  gap: 0.75rem;
  margin: 1.4rem 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
}

.check-list svg {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  margin-top: 0.1rem;
  color: var(--gx-green);
}

.stage-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.85rem;
}

.stage {
  min-height: 180px;
  padding: 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.06);
}

.stage span {
  display: inline-grid;
  place-items: center;
  width: 34px;
  aspect-ratio: 1;
  margin-bottom: 1rem;
  color: var(--gx-ink);
  font-size: 0.8rem;
  font-weight: 850;
  background: var(--gx-lime);
  border-radius: 50%;
}

.stage p {
  color: rgba(255, 255, 255, 0.7);
}

.market-swiper {
  padding: 0.25rem 0 2.4rem;
}

.market-slide {
  min-height: 230px;
  padding: 1.4rem;
}

.swiper-pagination-bullet-active {
  background: var(--gx-green);
}

.founder-card {
  padding: 2rem;
  text-align: center;
  box-shadow: var(--gx-shadow);
}

.founder-inline {
  margin-top: clamp(2rem, 5vw, 3.5rem);
  padding-top: clamp(2rem, 5vw, 3.5rem);
  border-top: 1px solid var(--gx-line);
}

.founder-inline img,
.founder-photo {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 50% 18%;
  border-radius: 0.5rem;
  box-shadow: var(--gx-shadow);
}

.founder-inline h3 {
  color: var(--gx-ink);
  font-size: clamp(1.6rem, 4vw, 2.35rem);
}

.founder-inline p {
  color: var(--gx-muted);
}

.founder-inline a {
  display: inline-flex;
  gap: 0.45rem;
  align-items: center;
  font-weight: 800;
}

.founder-inline a svg {
  width: 18px;
  height: 18px;
}

.founder-avatar {
  display: grid;
  place-items: center;
  width: 116px;
  aspect-ratio: 1;
  margin: 0 auto 1.25rem;
  color: var(--gx-green-dark);
  font-size: 2.4rem;
  font-weight: 850;
  background: var(--gx-soft);
  border-radius: 50%;
}

.founder-photo {
  max-width: 180px;
  margin: 0 auto 1.25rem;
  border: 4px solid var(--gx-white);
  border-radius: 50%;
}

.founder-card-hero .founder-photo {
  display: block;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 4 / 5;
  margin: 0 0 1rem;
  border: 0;
  border-radius: 0.45rem;
}

.founder-card-hero {
  max-width: 330px;
  margin-inline: auto;
  padding: 1.1rem;
  text-align: left;
}

.founder-card-hero h1 {
  margin-bottom: 0.25rem;
  color: var(--gx-ink);
  font-size: clamp(1.55rem, 3vw, 2rem);
}

.founder-card-hero p {
  margin-bottom: 0.75rem;
}

.founder-card h2 {
  font-size: 1.65rem;
}

.founder-card p {
  color: var(--gx-muted);
}

.founder-card a {
  display: inline-flex;
  gap: 0.35rem;
  align-items: center;
  font-weight: 800;
}

.credential-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1.25rem;
}

.credential-strip span {
  padding: 0.65rem 0.85rem;
  color: var(--gx-ink);
  font-weight: 750;
  background: var(--gx-white);
  border: 1px solid var(--gx-line);
  border-radius: 0.35rem;
}

.contact-section {
  position: relative;
  overflow: hidden;
  color: var(--gx-white);
  background: var(--gx-ink);
}

.contact-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 25, 35, 0.94), rgba(7, 25, 35, 0.78) 45%, rgba(7, 25, 35, 0.38));
}

.contact-section .container {
  position: relative;
  z-index: 1;
}

.contact-section p {
  color: rgba(255, 255, 255, 0.76);
}

.engagements {
  display: grid;
  gap: 0.7rem;
  margin-top: 1.5rem;
}

.engagement-list {
  display: grid;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.engagement-list div {
  padding: 1rem;
  border: 1px solid var(--gx-line);
  border-radius: 0.45rem;
  background: var(--gx-white);
}

.engagement-list strong,
.engagement-list span {
  display: block;
}

.engagement-list strong {
  color: var(--gx-ink);
}

.engagement-list span {
  margin-top: 0.25rem;
  color: var(--gx-muted);
}

.engagements div {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  padding: 0.8rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.35rem;
}

.engagements strong {
  min-width: 86px;
  color: var(--gx-lime);
}

.contact-location {
  margin-top: 1rem;
  margin-bottom: 0;
}

.page-contact {
  min-height: auto;
}

.contact-card {
  display: grid;
  gap: 1rem;
  padding: 1.5rem;
  color: var(--gx-white);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0.5rem;
  backdrop-filter: blur(12px);
}

.contact-card h2 {
  font-size: 1.45rem;
}

.contact-card a,
.contact-card p {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  margin: 0;
  color: var(--gx-white);
  overflow-wrap: anywhere;
}

.contact-card svg {
  flex: 0 0 21px;
  width: 21px;
  height: 21px;
  color: var(--gx-lime);
}

.site-footer {
  padding: 2rem 0;
  color: rgba(255, 255, 255, 0.78);
  background: #06131b;
}

.site-footer strong {
  color: var(--gx-white);
}

.site-footer p {
  margin: 0.3rem 0 0;
}

.site-footer a {
  color: var(--gx-white);
}

@media (max-width: 991.98px) {
  .site-header,
  .site-header .navbar-collapse {
    background: rgba(255, 255, 255, 0.98);
  }

  .navbar-brand,
  .nav-link,
  .navbar-toggler {
    color: var(--gx-ink);
  }

  .navbar-collapse {
    margin-top: 0.75rem;
    padding: 1rem;
    border-radius: 0.5rem;
    box-shadow: var(--gx-shadow);
  }

  .stage-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .insight-grid,
  .advantage-flow,
  .gate-outputs,
  .risk-board,
  .leadership-grid,
  .detail-grid,
  .checklist-grid,
  .local-proof-grid,
  .service-nav-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .solution-switcher,
  .market-tabs {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .hero-content {
    padding-bottom: 2rem;
  }

  .proof-grid,
  .stage-grid,
  .insight-grid,
  .advantage-flow,
  .compare-grid,
  .gate-outputs,
  .risk-board,
  .leadership-grid,
  .detail-grid,
  .faq-grid,
  .checklist-grid,
  .local-proof-grid,
  .service-nav-grid {
    grid-template-columns: 1fr;
  }

  .hero-actions .btn,
  .contact-actions .btn {
    width: 100%;
  }

  .section {
    padding: 4rem 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
