/*
Theme Name: Governexis Launch Pro
Theme URI: https://governexis.ai
Author: Governexis LLC
Description: Premium professional launch website for Governexis LLC, a cybersecurity governance, risk, and compliance technology company developing SMART-NIST.
Version: 2.0
License: GPL-2.0-or-later
Text Domain: governexis-launch-pro
Tags: custom-logo, one-column, responsive-layout, block-styles
*/

:root {
  --gx-navy: #06143d;
  --gx-navy-2: #0b1f55;
  --gx-blue: #1769ff;
  --gx-blue-2: #0d47c7;
  --gx-cyan: #00c8c8;
  --gx-violet: #6d5dfc;
  --gx-ink: #152033;
  --gx-muted: #667085;
  --gx-soft: #eef4ff;
  --gx-bg: #f6f8fb;
  --gx-card: #ffffff;
  --gx-line: #e6eaf2;
  --gx-gold: #f5b84b;
  --gx-green: #14b8a6;
  --gx-shadow: 0 22px 55px rgba(6, 20, 61, .10);
  --gx-radius: 30px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--gx-ink);
  background: #ffffff;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

body.admin-bar .gx-topbar { top: 32px; }

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

a {
  color: inherit;
  text-decoration: none;
}

p { margin-top: 0; }

.gx-container {
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
}

.gx-topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(230,234,242,.85);
}

.gx-nav {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
}

.gx-brand {
  display: flex;
  align-items: center;
  gap: 13px;
  color: var(--gx-navy);
  font-weight: 900;
  letter-spacing: -.045em;
  font-size: 1.48rem;
}

.gx-brand-logo {
  width: 48px;
  height: 48px;
  object-fit: contain;
  border-radius: 12px;
}

.gx-mark {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background:
    radial-gradient(circle at 76% 26%, var(--gx-cyan), transparent 18%),
    radial-gradient(circle at 24% 72%, var(--gx-violet), transparent 22%),
    linear-gradient(135deg, var(--gx-navy), var(--gx-blue));
  display: grid;
  place-items: center;
  box-shadow: 0 18px 36px rgba(23,105,255,.25);
}

.gx-mark span {
  width: 25px;
  height: 25px;
  border: 3.5px solid #fff;
  border-radius: 8px;
  transform: rotate(45deg);
}

.gx-menu {
  display: flex;
  align-items: center;
  gap: 26px;
  color: #344054;
  font-size: .97rem;
  font-weight: 750;
}

.gx-menu ul,
.gx-menu li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.gx-menu ul {
  display: flex;
  align-items: center;
  gap: 26px;
}

.gx-menu a {
  transition: color .18s ease, transform .18s ease;
}

.gx-menu a:hover {
  color: var(--gx-blue);
}

.gx-nav-cta,
.gx-cta-small {
  padding: 12px 18px;
  border-radius: 999px;
  background: var(--gx-navy);
  color: #fff !important;
  box-shadow: 0 14px 28px rgba(6,20,61,.18);
}

.gx-hero {
  position: relative;
  overflow: hidden;
  padding: 108px 0 88px;
  background:
    radial-gradient(circle at 9% 12%, rgba(109,93,252,.17), transparent 33%),
    radial-gradient(circle at 88% 18%, rgba(0,200,200,.17), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #f3f7ff 100%);
}

.gx-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(23,105,255,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23,105,255,.06) 1px, transparent 1px);
  background-size: 66px 66px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,.5), transparent 70%);
  pointer-events: none;
}

.gx-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 58px;
  align-items: center;
}

.gx-kicker {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  padding: 9px 13px;
  border: 1px solid rgba(23,105,255,.18);
  background: rgba(255,255,255,.76);
  color: var(--gx-blue);
  border-radius: 999px;
  font-weight: 900;
  font-size: .86rem;
  letter-spacing: .02em;
  margin-bottom: 20px;
  box-shadow: 0 10px 30px rgba(6,20,61,.05);
}

.gx-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gx-blue), var(--gx-cyan));
}

h1, h2, h3, h4 {
  color: var(--gx-navy);
  margin-top: 0;
}

h1 {
  margin-bottom: 24px;
  font-size: clamp(2.65rem, 5.7vw, 5.85rem);
  line-height: .98;
  letter-spacing: -.078em;
}

.gx-gradient-text {
  background: linear-gradient(135deg, var(--gx-blue), var(--gx-violet), var(--gx-cyan));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.gx-lead {
  font-size: clamp(1.06rem, 1.55vw, 1.31rem);
  color: #445069;
  max-width: 760px;
  margin-bottom: 0;
}

.gx-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.gx-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 900;
  border: 1px solid transparent;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.gx-button:hover {
  transform: translateY(-2px);
}

.gx-button.primary {
  background: linear-gradient(135deg, var(--gx-blue), var(--gx-violet));
  color: #fff;
  box-shadow: 0 18px 38px rgba(23,105,255,.29);
}

.gx-button.secondary {
  background: #fff;
  color: var(--gx-navy);
  border-color: var(--gx-line);
  box-shadow: 0 14px 32px rgba(6,20,61,.06);
}

.gx-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.gx-trust-pill {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.76);
  border: 1px solid rgba(230,234,242,.92);
  color: #475467;
  font-size: .9rem;
  font-weight: 750;
}

.gx-hero-visual {
  position: relative;
  min-height: 540px;
  border-radius: 40px;
  background:
    radial-gradient(circle at 70% 24%, rgba(0,200,200,.38), transparent 22%),
    radial-gradient(circle at 24% 78%, rgba(109,93,252,.35), transparent 22%),
    linear-gradient(160deg, #06143d, #0b47aa 56%, #0ac6c6);
  box-shadow: 0 32px 80px rgba(6,20,61,.28);
  padding: 28px;
  overflow: hidden;
}

.gx-hero-visual:before,
.gx-hero-visual:after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 40px;
}

.gx-hero-visual:before { inset: 42px; }
.gx-hero-visual:after { inset: 82px; transform: rotate(8deg); }

.gx-core {
  position: absolute;
  left: 50%;
  top: 43%;
  transform: translate(-50%, -50%);
  width: 158px;
  height: 158px;
  border-radius: 38px;
  background: rgba(255,255,255,.16);
  border: 1px solid rgba(255,255,255,.38);
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 2.45rem;
  font-weight: 950;
  z-index: 2;
  box-shadow: inset 0 0 50px rgba(255,255,255,.13), 0 24px 60px rgba(0,0,0,.18);
}

.gx-node {
  position: absolute;
  width: 19px;
  height: 19px;
  background: #fff;
  border-radius: 999px;
  box-shadow: 0 0 0 8px rgba(255,255,255,.13);
  z-index: 2;
}

.gx-node.n1 { top: 78px; left: 104px; }
.gx-node.n2 { top: 150px; right: 86px; }
.gx-node.n3 { bottom: 142px; left: 86px; }
.gx-node.n4 { bottom: 100px; right: 118px; }

.gx-mini-panel {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  border-radius: 28px;
  background: rgba(255,255,255,.95);
  padding: 22px;
  color: var(--gx-navy);
  z-index: 4;
  box-shadow: 0 24px 55px rgba(0,0,0,.18);
}

.gx-mini-panel strong {
  font-size: 1.08rem;
}

.gx-panel-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  border-top: 1px solid var(--gx-line);
  margin-top: 16px;
  padding-top: 16px;
  color: #475467;
  font-size: .92rem;
  font-weight: 750;
}

.gx-section {
  padding: 92px 0;
}

.gx-section.compact {
  padding: 64px 0;
}

.gx-section.alt {
  background: var(--gx-bg);
}

.gx-dark {
  background:
    radial-gradient(circle at 86% 12%, rgba(0,200,200,.16), transparent 28%),
    radial-gradient(circle at 10% 80%, rgba(109,93,252,.14), transparent 28%),
    #07133a;
  color: #fff;
}

.gx-section-header {
  max-width: 820px;
  margin-bottom: 40px;
}

.gx-section-header.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.gx-eyebrow {
  color: var(--gx-blue);
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: .78rem;
  margin-bottom: 13px;
}

.gx-dark .gx-eyebrow { color: var(--gx-cyan); }

h2 {
  margin-bottom: 16px;
  font-size: clamp(2.05rem, 3.2vw, 3.45rem);
  line-height: 1.03;
  letter-spacing: -.06em;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.26rem;
  letter-spacing: -.02em;
}

.gx-section-header p {
  color: var(--gx-muted);
  font-size: 1.1rem;
  margin-bottom: 0;
}

.gx-dark h2,
.gx-dark h3 { color: #fff; }

.gx-dark p,
.gx-dark .gx-muted {
  color: rgba(255,255,255,.74);
}

.gx-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.gx-card {
  position: relative;
  background: var(--gx-card);
  border: 1px solid var(--gx-line);
  border-radius: var(--gx-radius);
  padding: 30px;
  box-shadow: var(--gx-shadow);
  overflow: hidden;
}

.gx-card:before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, var(--gx-blue), var(--gx-violet), var(--gx-cyan));
  opacity: .85;
}

.gx-card p {
  color: var(--gx-muted);
  margin-bottom: 0;
}

.gx-card ul {
  color: var(--gx-muted);
  padding-left: 20px;
}

.gx-icon {
  width: 54px;
  height: 54px;
  border-radius: 19px;
  background: linear-gradient(135deg, rgba(23,105,255,.13), rgba(0,200,200,.13));
  display: grid;
  place-items: center;
  color: var(--gx-blue);
  font-weight: 950;
  margin-bottom: 18px;
}

.gx-dark .gx-card {
  background: rgba(255,255,255,.07);
  border-color: rgba(255,255,255,.13);
  box-shadow: none;
}

.gx-split {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 48px;
  align-items: center;
}

.gx-list {
  display: grid;
  gap: 15px;
}

.gx-list-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 18px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid var(--gx-line);
  box-shadow: 0 12px 32px rgba(6,20,61,.045);
}

.gx-check {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(0,200,200,.15);
  color: #008b8b;
  font-weight: 950;
}

.gx-metric-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.gx-metric {
  border-radius: 26px;
  padding: 24px;
  background: #fff;
  border: 1px solid var(--gx-line);
  box-shadow: 0 14px 34px rgba(6,20,61,.06);
}

.gx-metric strong {
  display: block;
  color: var(--gx-navy);
  font-size: 1.55rem;
  line-height: 1;
  letter-spacing: -.04em;
  margin-bottom: 9px;
}

.gx-metric span {
  color: var(--gx-muted);
  font-weight: 700;
  font-size: .94rem;
}

.gx-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.gx-pill {
  border-radius: 999px;
  padding: 10px 15px;
  background: rgba(23,105,255,.08);
  color: var(--gx-navy);
  font-weight: 850;
  border: 1px solid rgba(23,105,255,.14);
}

.gx-dark .gx-pill {
  background: rgba(255,255,255,.08);
  color: #fff;
  border-color: rgba(255,255,255,.13);
}

.gx-roadmap {
  display: grid;
  gap: 16px;
}

.gx-roadmap-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  padding: 20px;
  border-radius: 24px;
  border: 1px solid var(--gx-line);
  background: #fff;
}

.gx-step-num {
  width: 38px;
  height: 38px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: var(--gx-navy);
  color: #fff;
  font-weight: 950;
}

.gx-contact-panel {
  border-radius: 36px;
  padding: 48px;
  background:
    radial-gradient(circle at 88% 16%, rgba(0,200,200,.20), transparent 34%),
    linear-gradient(135deg, var(--gx-navy), #0c2c77);
  color: #fff;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  align-items: center;
  box-shadow: 0 30px 70px rgba(6,20,61,.22);
}

.gx-contact-panel h2 { color: #fff; }
.gx-contact-panel p { color: rgba(255,255,255,.76); max-width: 760px; margin-bottom: 0; }

.gx-page-hero {
  padding: 78px 0 58px;
  background:
    radial-gradient(circle at 10% 12%, rgba(109,93,252,.14), transparent 30%),
    radial-gradient(circle at 90% 10%, rgba(0,200,200,.12), transparent 30%),
    linear-gradient(180deg, #fff, #f5f8ff);
  border-bottom: 1px solid var(--gx-line);
}

.gx-page-hero h1 {
  max-width: 920px;
  font-size: clamp(2.3rem, 4vw, 4.6rem);
  margin-bottom: 18px;
}

.gx-page-hero p {
  max-width: 820px;
  color: #445069;
  font-size: 1.15rem;
}

.gx-content {
  max-width: 900px;
  font-size: 1.05rem;
}

.gx-content h2,
.gx-content h3 {
  margin-top: 1.6em;
}

.gx-footer {
  padding: 42px 0;
  background: #050d26;
  color: rgba(255,255,255,.72);
}

.gx-footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.gx-footer strong { color: #fff; }

@media (max-width: 1020px) {
  .gx-hero-grid,
  .gx-split,
  .gx-contact-panel {
    grid-template-columns: 1fr;
  }

  .gx-hero-visual {
    min-height: 430px;
  }

  .gx-cards,
  .gx-metric-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  body.admin-bar .gx-topbar { top: 46px; }

  .gx-container {
    width: min(100% - 28px, 1240px);
  }

  .gx-hero {
    padding: 76px 0 62px;
  }

  .gx-section {
    padding: 68px 0;
  }

  .gx-menu {
    display: none;
  }

  .gx-cards,
  .gx-metric-grid {
    grid-template-columns: 1fr;
  }

  .gx-mini-panel {
    left: 18px;
    right: 18px;
    bottom: 18px;
  }

  .gx-panel-row {
    grid-template-columns: 1fr;
  }

  .gx-contact-panel {
    padding: 30px;
  }
}
