:root {
  --bg: #040814;
  --bg-soft: #091227;
  --panel: rgba(10, 19, 39, 0.76);
  --panel-strong: rgba(8, 16, 34, 0.92);
  --panel-soft: rgba(17, 29, 58, 0.62);
  --panel-border: rgba(104, 223, 170, 0.24);
  --panel-border-strong: rgba(155, 247, 207, 0.5);
  --text: #edf4ff;
  --text-soft: #adc1e4;
  --card-copy: rgba(224, 238, 249, 0.92);
  --muted: #7f97bc;
  --line: rgba(168, 201, 255, 0.12);
  --blue: #1184ff;
  --blue-bright: #4cb6ff;
  --cyan: #6cf0ff;
  --teal: #2ee6c6;
  --violet: #799dff;
  --success: #28d59b;
  --brand-green: #a6f5cb;
  --brand-green-strong: #6de2a8;
  --brand-green-soft: rgba(109, 226, 168, 0.18);
  --button-green-start: #5fe29d;
  --button-green-mid: #88efb8;
  --button-green-end: #b9f9d7;
  --button-green-text: #08261d;
  --button-green-shadow: rgba(49, 181, 120, 0.34);
  --edge-glow: inset 3px 0 0 rgba(124, 236, 188, 0.38);
  --edge-glow-strong: inset 4px 0 0 rgba(168, 249, 215, 0.76);
  --shadow: 0 30px 80px rgba(1, 7, 20, 0.5);
  --shadow-soft: 0 22px 50px rgba(3, 10, 25, 0.28);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 14px;
  --container: 1240px;
  --header-height: 84px;
  --sticky-space: 6.8rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 15% 18%, rgba(17, 132, 255, 0.22), transparent 0 28%),
    radial-gradient(circle at 86% 12%, rgba(108, 240, 255, 0.15), transparent 0 22%),
    radial-gradient(circle at 74% 84%, rgba(46, 230, 198, 0.12), transparent 0 20%),
    linear-gradient(180deg, #030712 0%, #07101f 38%, #091327 100%);
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
}

body::before {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 84px 84px;
  mask-image: radial-gradient(circle at center, black 28%, transparent 78%);
  opacity: 0.45;
}

body::after {
  background:
    radial-gradient(circle at 20% 16%, rgba(17, 132, 255, 0.18), transparent 0 18%),
    radial-gradient(circle at 78% 20%, rgba(108, 240, 255, 0.14), transparent 0 16%),
    radial-gradient(circle at 68% 82%, rgba(46, 230, 198, 0.12), transparent 0 18%);
  filter: blur(38px);
  opacity: 0.9;
}

img {
  display: block;
  max-width: 100%;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

.page-shell {
  position: relative;
  overflow-x: clip;
  overflow-y: visible;
  padding-bottom: calc(var(--sticky-space) + env(safe-area-inset-bottom, 0px));
}

.shell {
  width: 100%;
  margin: 0;
  padding-inline: clamp(1rem, 2.2vw, 2rem);
}

.section {
  position: relative;
  padding: 3.6rem 0;
}

.section-tight {
  padding: 2.25rem 0;
}

main > .section:first-child {
  padding-top: 0.85rem;
  padding-bottom: 2.4rem;
}

.section-header {
  max-width: 44rem;
  margin-bottom: 2rem;
}

.section-tag,
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0 0 1rem;
  padding: 0.5rem 0.85rem;
  border: 1px solid rgba(116, 187, 255, 0.22);
  border-radius: 999px;
  background: rgba(15, 33, 69, 0.58);
  color: var(--cyan);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

h1,
h2,
h3,
h4 {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  line-height: 1.04;
  letter-spacing: -0.04em;
}

h1 {
  font-size: clamp(1.85rem, 3vw, 3rem);
}

h2 {
  font-size: clamp(1.2rem, 1.9vw, 1.7rem);
}

h3 {
  font-size: 1rem;
}

p,
li,
label span,
.lead,
.card-copy,
.footer-note,
.footer-links a {
  color: var(--text-soft);
  line-height: 1.72;
}

p {
  margin: 0;
}

.lead {
  font-size: 1.05rem;
}

.muted {
  color: var(--muted);
}

.gradient-text {
  background: linear-gradient(135deg, #ffffff 0%, #9ed6ff 38%, #53c4ff 70%, #85ffee 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.button-row,
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.35rem;
  padding: 0.9rem 1.35rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease,
    background 0.22s ease,
    color 0.22s ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  color: var(--button-green-text);
  background: linear-gradient(135deg, var(--button-green-start), var(--button-green-mid) 45%, var(--button-green-end));
  box-shadow: 0 16px 38px var(--button-green-shadow);
}

.button-secondary {
  border-color: rgba(155, 247, 207, 0.34);
  background:
    linear-gradient(135deg, rgba(95, 226, 157, 0.18), rgba(185, 249, 215, 0.12)),
    rgba(10, 21, 43, 0.76);
  color: var(--brand-green);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 10px 24px rgba(11, 34, 25, 0.12);
}

.button-ghost {
  color: var(--brand-green);
  background: rgba(95, 226, 157, 0.14);
  border-color: rgba(109, 226, 168, 0.26);
}

.button-full {
  width: 100%;
}

.site-header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 40;
  padding-top: 0;
  background: rgba(4, 8, 20, 0.88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(138, 194, 255, 0.14);
}

.site-header {
  width: 100%;
  min-height: 74px;
  margin: 0;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 1.25rem;
  padding: 0.95rem clamp(1rem, 2.2vw, 2rem);
  border: 0;
  border-radius: 0;
  background:
    linear-gradient(145deg, rgba(8, 17, 35, 0.72), rgba(12, 24, 47, 0.62)),
    linear-gradient(135deg, rgba(17, 132, 255, 0.08), rgba(108, 240, 255, 0.05));
  backdrop-filter: blur(18px);
  box-shadow: none;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.site-header.is-scrolled {
  box-shadow: inset 0 -1px 0 rgba(138, 194, 255, 0.16);
}

.brand-lockup,
.footer-brand {
  display: inline-flex;
  align-items: center;
}

.brand-lockup img {
  width: clamp(10.25rem, 15vw, 13rem);
  height: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  min-width: 0;
  position: relative;
  overflow: visible;
}

.site-nav-item {
  position: relative;
  display: flex;
  align-items: center;
}

.site-nav-link {
  display: inline-flex;
  align-items: center;
  padding: 0.72rem 0.92rem;
  border-radius: 999px;
  color: var(--text-soft);
  font-size: 0.82rem;
  font-weight: 700;
  position: relative;
  white-space: nowrap;
  transition: background 0.22s ease, color 0.22s ease, transform 0.22s ease;
}

.site-nav-item-mega > .site-nav-link {
  padding-right: 1.1rem;
}

.site-nav-item-mega > .site-nav-link::after {
  content: "";
  width: 0.42rem;
  height: 0.42rem;
  margin-left: 0.45rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  opacity: 0.75;
  transform: rotate(45deg) translateY(-1px);
  transition: transform 0.22s ease, opacity 0.22s ease;
}

.site-nav-link:hover,
.site-nav-link:focus-visible,
.site-nav-link.is-active {
  color: var(--brand-green);
  background: rgba(17, 132, 255, 0.16);
}

.site-nav-item-mega:hover > .site-nav-link,
.site-nav-item-mega:focus-within > .site-nav-link {
  color: var(--brand-green);
  background: rgba(17, 132, 255, 0.16);
}

.site-nav-item-mega:hover > .site-nav-link::after,
.site-nav-item-mega:focus-within > .site-nav-link::after {
  opacity: 1;
  transform: rotate(225deg) translateY(1px);
}

.mega-menu {
  position: absolute;
  top: calc(100% + 0.35rem);
  left: 0;
  width: min(58rem, calc(100vw - 2rem));
  padding: 1rem;
  border: 1px solid rgba(133, 197, 255, 0.18);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(9, 20, 39, 0.98), rgba(10, 24, 47, 0.96)),
    linear-gradient(135deg, rgba(17, 132, 255, 0.09), rgba(108, 240, 255, 0.06));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 28px 54px rgba(2, 10, 24, 0.42);
  display: grid;
  grid-template-columns: minmax(14rem, 16rem) minmax(0, 1fr);
  gap: 1rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 0.24s ease, transform 0.24s ease, visibility 0.24s ease;
  z-index: 30;
}

.mega-menu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -0.7rem;
  height: 0.7rem;
}

.mega-menu-services {
  width: min(62rem, calc(100vw - 2rem));
}

.mega-menu-compliance,
.mega-menu-software {
  width: min(50rem, calc(100vw - 2rem));
}

.mega-align-end .mega-menu {
  left: auto;
  right: 0;
}

.site-nav-item-mega:hover > .mega-menu,
.site-nav-item-mega:focus-within > .mega-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.mega-menu-hero,
.mega-menu-group {
  border: 1px solid rgba(133, 197, 255, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.035);
}

.mega-menu-hero {
  display: grid;
  align-content: start;
  gap: 0.85rem;
  padding: 1.15rem;
}

.mega-menu-eyebrow,
.mobile-subnav-eyebrow {
  color: var(--cyan);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.mega-menu-hero strong {
  color: white;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.15rem;
  line-height: 1.15;
}

.mega-menu-hero p {
  color: var(--text-soft);
  font-size: 0.86rem;
}

.mega-menu-cta {
  justify-self: start;
}

.mega-menu-columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr));
  gap: 0.85rem;
  align-content: start;
}

.mega-menu-group {
  display: grid;
  gap: 0.7rem;
  padding: 1rem;
}

.mega-menu-group-title {
  color: white;
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.mega-menu-links {
  display: grid;
  gap: 0.18rem;
}

.mega-menu-link {
  display: block;
  padding: 0.5rem 0.7rem;
  border-radius: 14px;
  color: var(--text-soft);
  font-size: 0.82rem;
  font-weight: 700;
  transition: background 0.22s ease, color 0.22s ease, transform 0.22s ease;
}

.mega-menu-link:hover,
.mega-menu-link:focus-visible {
  color: var(--brand-green);
  background: rgba(17, 132, 255, 0.14);
  transform: translateX(2px);
}

.header-cta {
  white-space: nowrap;
}

.nav-toggle {
  display: none;
  width: 3rem;
  height: 3rem;
  padding: 0;
  border: 1px solid rgba(138, 194, 255, 0.18);
  border-radius: 50%;
  background: rgba(12, 23, 45, 0.82);
  color: white;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 1rem;
  height: 2px;
  margin: 0 auto 0.2rem;
  border-radius: 999px;
  background: currentColor;
  transition: transform 0.22s ease, opacity 0.22s ease;
}

.nav-toggle span:last-child {
  margin-bottom: 0;
}

.nav-toggle.is-open span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.nav-toggle.is-open span:nth-child(2) {
  opacity: 0;
}

.nav-toggle.is-open span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.mobile-nav {
  display: none;
  width: 100%;
  max-height: calc(100vh - 74px);
  max-height: calc(100dvh - 74px);
  margin: 0;
  padding: 0 1rem calc(1rem + env(safe-area-inset-bottom, 0px));
  border: 0;
  border-radius: 0;
  background:
    linear-gradient(145deg, rgba(8, 17, 35, 0.95), rgba(12, 24, 47, 0.88)),
    linear-gradient(135deg, rgba(17, 132, 255, 0.08), rgba(108, 240, 255, 0.05));
  box-shadow: inset 0 -1px 0 rgba(138, 194, 255, 0.1);
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

.mobile-nav.is-open {
  display: grid;
  gap: 0.35rem;
}

.mobile-nav-group {
  display: grid;
  gap: 0.35rem;
}

.mobile-nav-primary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.5rem;
  align-items: center;
}

.mobile-nav-link {
  width: 100%;
}

.mobile-nav a {
  padding: 0.9rem 1rem;
  border-radius: 18px;
  color: var(--text-soft);
  font-weight: 700;
}

.mobile-nav a:hover,
.mobile-nav a:focus-visible,
.mobile-nav a.is-active {
  background: rgba(17, 132, 255, 0.16);
  color: var(--brand-green);
}

.mobile-nav-expand {
  width: 3rem;
  height: 3rem;
  padding: 0;
  border: 1px solid rgba(138, 194, 255, 0.18);
  border-radius: 16px;
  background: rgba(10, 21, 43, 0.66);
  color: var(--text-soft);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.22s ease, color 0.22s ease, border-color 0.22s ease;
}

.mobile-nav-expand span {
  width: 0.8rem;
  height: 0.8rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  transition: transform 0.22s ease;
}

.mobile-nav-group.is-open .mobile-nav-expand {
  color: var(--brand-green);
  background: rgba(17, 132, 255, 0.16);
  border-color: rgba(132, 240, 192, 0.34);
}

.mobile-nav-group.is-open .mobile-nav-expand span {
  transform: rotate(-135deg) translate(1px, -1px);
}

.mobile-subnav {
  display: grid;
  gap: 0.75rem;
  padding: 0.15rem 0 0.35rem 0.75rem;
}

.mobile-subnav-overview,
.mobile-subnav-group {
  border: 1px solid rgba(133, 197, 255, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
}

.mobile-subnav-overview {
  display: grid;
  gap: 0.55rem;
  padding: 0.9rem 1rem;
}

.mobile-subnav-overview p {
  color: var(--text-soft);
  font-size: 0.82rem;
}

.mobile-subnav-group {
  display: grid;
  gap: 0.3rem;
  padding: 0.85rem 0.95rem;
}

.mobile-subnav-title {
  color: white;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.mobile-subnav a {
  padding: 0.7rem 0.8rem;
  border-radius: 14px;
  font-size: 0.82rem;
  background: rgba(255, 255, 255, 0);
}

.mobile-subnav a:hover,
.mobile-subnav a:focus-visible {
  background: rgba(17, 132, 255, 0.14);
  color: var(--brand-green);
}

.mobile-subnav-cta {
  margin-top: 0.1rem;
}

.mobile-nav-cta {
  margin-top: 0.35rem;
  color: #081a35;
  text-shadow: none;
}

.hero {
  padding: calc(1.1rem + var(--header-height)) 0 2.8rem;
}

.hero-grid,
.split-layout,
.contact-layout,
.cta-panel,
.page-hero-grid,
.feature-split {
  display: grid;
  gap: 2rem;
}

.hero-grid,
.page-hero-grid {
  gap: 1.5rem;
  align-items: start;
}

.hero-grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(22rem, 1.1fr);
}

.page-hero-grid {
  grid-template-columns: minmax(0, 0.86fr) minmax(20rem, 1.14fr);
}

.hero-copy h1 {
  max-width: 8ch;
}

.hero-copy p {
  max-width: 34rem;
  margin-top: 0.95rem;
}

.hero-home-copy h1 {
  max-width: none;
  white-space: nowrap;
}

.hero-badges,
.tag-list,
.service-tags,
.coverage-list,
.info-strip,
.mini-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.hero-badges,
.tag-list,
.coverage-list {
  margin-top: 1rem;
}

.mini-chip,
.tag,
.coverage-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.56rem 0.86rem;
  border: 1px solid rgba(139, 192, 255, 0.18);
  border-radius: 999px;
  background: rgba(10, 21, 43, 0.65);
  color: var(--text-soft);
  font-size: 0.78rem;
  font-weight: 700;
}

.glass-panel,
.glass-card,
.page-hero-card,
.form-panel,
.dashboard-window,
.featured-slider,
.newsletter-panel,
.contact-highlight,
.cta-panel,
.faq-card,
.resource-card,
.service-card,
.industry-card,
.feature-card,
.value-card,
.stats-card,
.detail-card {
  position: relative;
  border: 1px solid var(--panel-border);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(145deg, rgba(11, 22, 43, 0.92), rgba(8, 16, 32, 0.8)),
    linear-gradient(135deg, rgba(17, 132, 255, 0.08), rgba(108, 240, 255, 0.05));
  backdrop-filter: blur(20px);
  box-shadow: var(--shadow-soft), var(--edge-glow);
  overflow: hidden;
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.glass-panel::before,
.glass-card::before,
.page-hero-card::before,
.form-panel::before,
.dashboard-window::before,
.featured-slider::before,
.newsletter-panel::before,
.contact-highlight::before,
.cta-panel::before,
.faq-card::before,
.resource-card::before,
.service-card::before,
.industry-card::before,
.feature-card::before,
.value-card::before,
.stats-card::before,
.detail-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 8% 12%, rgba(17, 132, 255, 0.16), transparent 0 22%),
    radial-gradient(circle at 88% 10%, rgba(108, 240, 255, 0.1), transparent 0 20%);
  pointer-events: none;
}

.glass-card,
.feature-card,
.value-card,
.service-card,
.industry-card,
.faq-card,
.resource-card,
.detail-card,
.stats-card {
  padding: 1.6rem;
}

.glass-panel,
.page-hero-card,
.form-panel,
.featured-slider,
.newsletter-panel,
.contact-highlight,
.cta-panel,
.dashboard-window {
  padding: 1.5rem;
}

.section-surface {
  padding: 2.2rem;
}

.glass-panel:hover,
.glass-card:hover,
.page-hero-card:hover,
.form-panel:hover,
.dashboard-window:hover,
.newsletter-panel:hover,
.contact-highlight:hover,
.cta-panel:hover,
.faq-card:hover,
.resource-card:hover,
.service-card:hover,
.industry-card:hover,
.feature-card:hover,
.value-card:hover,
.stats-card:hover,
.detail-card:hover {
  border-color: var(--panel-border-strong);
  transform: translateY(-4px);
  box-shadow: var(--shadow), var(--edge-glow-strong);
}

.dashboard-window {
  min-height: 0;
}

.dashboard-window.dashboard-hero {
  padding: 1.1rem;
}

.dashboard-shell {
  position: relative;
  display: grid;
  gap: 1rem;
  z-index: 1;
}

.dashboard-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.status-dots {
  display: inline-flex;
  gap: 0.45rem;
}

.status-dots span {
  width: 0.72rem;
  height: 0.72rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
}

.status-dots span:nth-child(1) {
  background: #ff6f7d;
}

.status-dots span:nth-child(2) {
  background: #ffc46c;
}

.status-dots span:nth-child(3) {
  background: #39d992;
}

.dashboard-topbar strong,
.hero-floating-card strong,
.metric-tile strong,
.service-card strong,
.detail-card strong,
.footer-group strong {
  position: relative;
  z-index: 1;
  color: white;
}

.dashboard-topbar p,
.hero-floating-card p,
.metric-tile p,
.service-card p,
.detail-card p {
  margin-top: 0.35rem;
}

.dashboard-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.9rem;
}

.metric-tile,
.chart-tile,
.list-tile,
.data-table,
.signal-stack {
  position: relative;
  border: 1px solid rgba(126, 232, 185, 0.2);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.04);
  padding: 1rem;
  z-index: 1;
}

.metric-tile {
  grid-column: span 2;
}

.chart-tile {
  grid-column: span 4;
  min-height: 12rem;
}

.list-tile,
.data-table {
  grid-column: span 3;
}

.signal-stack {
  display: grid;
  grid-column: span 3;
  gap: 0.8rem;
}

.signal-row {
  display: grid;
  gap: 0.55rem;
  align-items: start;
  color: var(--text-soft);
  font-size: 0.86rem;
}

.signal-row > span:first-child {
  font-weight: 700;
  color: rgba(223, 237, 255, 0.9);
}

.signal-bar {
  width: 100%;
  height: 0.5rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.signal-bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(135deg, #0c6fff, #59dbff, #37e0c1);
}

.chart-bars {
  display: flex;
  align-items: end;
  gap: 0.55rem;
  height: 8rem;
  margin-top: 1rem;
}

.chart-bars span {
  flex: 1 1 0;
  border-radius: 14px 14px 6px 6px;
  background: linear-gradient(180deg, rgba(108, 240, 255, 0.95), rgba(17, 132, 255, 0.3));
  box-shadow: 0 10px 22px rgba(17, 132, 255, 0.2);
}

.hero-dashboard-grid {
  align-items: stretch;
}

.hero-dashboard-grid > .metric-tile {
  grid-column: span 3;
}

.hero-chart-tile {
  grid-column: 1 / -1;
  min-height: 13rem;
  padding: 1.2rem;
  background:
    linear-gradient(180deg, rgba(18, 32, 58, 0.98), rgba(9, 18, 35, 0.96)),
    linear-gradient(135deg, rgba(17, 132, 255, 0.14), rgba(108, 240, 255, 0.08));
  box-shadow:
    inset 0 1px 0 rgba(194, 232, 255, 0.12),
    inset 0 -18px 40px rgba(17, 132, 255, 0.14),
    0 24px 44px rgba(3, 12, 28, 0.34);
  isolation: isolate;
}

.hero-chart-tile::before {
  content: "";
  position: absolute;
  inset: 0.65rem;
  border-radius: 1.35rem;
  border: 1px solid rgba(135, 197, 255, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0) 22%),
    linear-gradient(180deg, rgba(13, 24, 45, 0), rgba(17, 132, 255, 0.08));
  pointer-events: none;
}

.hero-chart-tile > * {
  position: relative;
  z-index: 1;
}

.hero-chart-tile strong {
  display: block;
  max-width: 30rem;
}

.hero-chart-tile .chart-bars {
  position: relative;
  width: 100%;
  min-height: 9.2rem;
  margin-top: 1.05rem;
  padding: 1.15rem 1rem 0.8rem;
  gap: 0.7rem;
  border-radius: 1.4rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0) 32%),
    linear-gradient(180deg, rgba(10, 18, 35, 0.66), rgba(8, 15, 28, 0.24));
  box-shadow: inset 0 0 0 1px rgba(137, 193, 255, 0.08);
}

.hero-chart-tile .chart-bars::before {
  content: "";
  position: absolute;
  inset: 1.15rem 1rem 0.8rem;
  border-radius: 1rem;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: calc(100% / 6) 100%, 100% calc(100% / 3);
  opacity: 0.45;
  pointer-events: none;
}

.hero-chart-tile .chart-bars::after {
  content: "";
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 0.8rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(108, 240, 255, 0), rgba(108, 240, 255, 0.75), rgba(108, 240, 255, 0));
  opacity: 0.75;
  pointer-events: none;
}

.hero-chart-tile .chart-bars span {
  position: relative;
  z-index: 1;
  border-radius: 16px 16px 8px 8px;
  background: linear-gradient(180deg, #6fe9ff 0%, #49b4e7 42%, #1f66c6 100%);
  box-shadow: 0 14px 28px rgba(15, 104, 222, 0.22);
}

.hero-data-table {
  grid-column: span 4;
}

.hero-data-table .data-row {
  min-height: 4rem;
  padding: 0.9rem 0.95rem;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03)),
    rgba(7, 16, 31, 0.8);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.hero-signal-stack {
  grid-column: span 2;
  align-content: stretch;
  padding: 0.95rem;
}

.hero-signal-stack .signal-row {
  display: grid;
  gap: 0.65rem;
  align-items: start;
  padding: 0.7rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.035);
}

.hero-signal-stack .signal-row > span:first-child {
  font-weight: 700;
  color: rgba(223, 237, 255, 0.9);
}

.hero-signal-stack .signal-bar {
  width: 100%;
  height: 0.55rem;
}

.hero-signal-stack .signal-bar span {
  background: linear-gradient(90deg, #5fdcff, #1e7fff, #37e0c1);
}

.list-tile ul,
.service-list,
.check-list,
.bullet-list,
.info-list,
.footer-links,
.footer-contact-list,
.faq-list {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.list-tile li,
.service-list li,
.check-list li,
.bullet-list li,
.info-list li,
.faq-list li {
  position: relative;
  margin-bottom: 0.8rem;
  padding-left: 1.3rem;
  color: var(--text-soft);
}

.list-tile li::before,
.service-list li::before,
.check-list li::before,
.bullet-list li::before,
.info-list li::before,
.faq-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8rem;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue-bright), var(--teal));
  transform: translateY(-50%);
}

.data-table {
  display: grid;
  gap: 0.7rem;
}

.data-row {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr) auto;
  gap: 0.7rem;
  align-items: center;
  padding: 0.75rem 0.85rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.035);
  color: var(--text-soft);
  font-size: 0.84rem;
}

.data-row strong {
  font-size: 0.92rem;
}

.pill-status {
  display: inline-flex;
  align-items: center;
  padding: 0.32rem 0.6rem;
  border-radius: 999px;
  background: rgba(40, 213, 155, 0.12);
  color: #7dffc2;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-floating-card {
  display: none;
}

.hero-floating-card.top-right {
  top: 1.8rem;
  right: -0.75rem;
}

.hero-floating-card.bottom-left {
  left: -0.75rem;
  bottom: 1.35rem;
  animation-delay: 0.6s;
}

.hero-orbit {
  display: none;
}

.hero-orbit::before,
.hero-orbit::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.hero-orbit::before {
  inset: 1.8rem;
  border: 1px solid rgba(17, 132, 255, 0.22);
}

.hero-orbit::after {
  width: 1rem;
  height: 1rem;
  top: 0.8rem;
  left: 50%;
  background: linear-gradient(135deg, var(--blue-bright), var(--cyan));
  box-shadow: 0 0 18px rgba(76, 182, 255, 0.72);
}

.split-layout,
.feature-split,
.contact-layout {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: start;
}

.stats-grid,
.card-grid,
.feature-grid,
.service-grid,
.industry-grid,
.value-grid,
.faq-grid,
.resource-grid,
.quick-links-grid,
.detail-grid,
.metrics-row,
.timeline-grid {
  display: grid;
  gap: 1.2rem;
}

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

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

.card-grid.grid-3,
.feature-grid,
.service-grid,
.industry-grid,
.value-grid,
.resource-grid,
.detail-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card-grid.grid-4,
.metrics-row,
.faq-grid,
.timeline-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

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

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

.vision-mission-grid {
  align-items: start;
}

.vision-panel {
  display: grid;
  gap: 1rem;
}

.vision-card-copy {
  display: grid;
  gap: 1rem;
}

.stats-card strong {
  display: block;
  font-family: "Space Grotesk", sans-serif;
  font-size: 2.3rem;
  line-height: 1;
  color: white;
}

.service-kicker {
  display: inline-flex;
  margin-bottom: 0.85rem;
  color: var(--cyan);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.stats-card span,
.service-card .service-kicker,
.feature-card .service-kicker,
.value-card .service-kicker,
.industry-card .service-kicker,
.resource-card .service-kicker,
.detail-card .service-kicker {
  display: inline-flex;
  margin-bottom: 0.85rem;
  color: var(--cyan);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.service-card p,
.service-card li,
.feature-card p,
.feature-card li,
.value-card p,
.value-card li,
.industry-card p,
.industry-card li,
.faq-card p,
.resource-card p,
.detail-card p,
.detail-card li,
.stats-card p,
.glass-card p,
.glass-card li,
.contact-link span,
.info-item p,
.info-item li,
.timeline-step p {
  color: var(--card-copy);
}

.icon-chip,
.service-icon,
.feature-icon,
.value-icon,
.industry-icon,
.software-icon,
.resource-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  margin-bottom: 1rem;
  border: 1px solid rgba(133, 240, 193, 0.28);
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(16, 42, 86, 0.88), rgba(12, 28, 58, 0.72));
  color: var(--brand-green);
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.88rem;
  font-weight: 800;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 12px 24px rgba(6, 18, 35, 0.18);
  transition: border-color 0.24s ease, color 0.24s ease, transform 0.24s ease, box-shadow 0.24s ease;
}

.icon-chip svg,
.service-icon svg,
.feature-icon svg,
.value-icon svg,
.industry-icon svg,
.software-icon svg,
.resource-icon svg {
  width: 1.45rem;
  height: 1.45rem;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.service-card:hover .service-icon,
.feature-card:hover .feature-icon,
.value-card:hover .value-icon,
.industry-card:hover .industry-icon,
.resource-card:hover .resource-icon,
.detail-card:hover .icon-chip {
  color: #d7ffeb;
  border-color: rgba(171, 248, 215, 0.42);
  transform: translateY(-2px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 18px 28px rgba(9, 30, 46, 0.24);
}

.service-card h3,
.feature-card h3,
.value-card h3,
.industry-card h3,
.faq-card h3,
.resource-card h3,
.detail-card h3 {
  margin-bottom: 0.65rem;
}

.service-card .button,
.resource-card .button,
.detail-card .button {
  margin-top: 1.2rem;
}

.section-accent-line {
  width: 100%;
  max-width: 9rem;
  height: 2px;
  margin-top: 1.15rem;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(17, 132, 255, 0), rgba(92, 182, 255, 0.76), rgba(92, 223, 174, 0.9), rgba(166, 245, 203, 0.86));
}

.title-with-icon {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 0.9rem;
  margin-bottom: 0.4rem;
}

.section-header .title-with-icon {
  margin-bottom: 0;
}

.title-text {
  min-width: 0;
}

.title-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.1rem;
  height: 3.1rem;
  border: 1px solid rgba(133, 240, 193, 0.28);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(16, 42, 86, 0.88), rgba(12, 28, 58, 0.72)),
    linear-gradient(135deg, rgba(17, 132, 255, 0.08), rgba(108, 240, 255, 0.05));
  color: var(--brand-green);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 16px 28px rgba(4, 16, 31, 0.22);
}

.title-icon-page {
  width: 3.45rem;
  height: 3.45rem;
  border-radius: 20px;
}

.title-icon svg {
  width: 1.55rem;
  height: 1.55rem;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.cta-panel {
  grid-template-columns: minmax(0, 1.15fr) minmax(17rem, 0.85fr);
  align-items: center;
}

.cta-panel .button-row {
  margin-top: 1.4rem;
}

.hero-card-visual {
  position: relative;
  min-height: 100%;
  padding: 0.45rem;
  border: 1px solid rgba(104, 184, 255, 0.18);
  border-radius: 36px;
  background:
    linear-gradient(145deg, rgba(9, 20, 40, 0.78), rgba(7, 16, 32, 0.54)),
    linear-gradient(135deg, rgba(17, 132, 255, 0.08), rgba(108, 240, 255, 0.04));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 20px 44px rgba(2, 10, 24, 0.2);
  overflow: hidden;
}

.home-hero-slider {
  position: relative;
  width: 100%;
  gap: 1rem;
  min-height: 0;
  padding: 1.1rem;
  box-sizing: border-box;
  border-color: rgba(118, 196, 255, 0.26);
  border-radius: 30px;
  background:
    radial-gradient(circle at 86% 18%, rgba(91, 137, 255, 0.16), transparent 0 22%),
    radial-gradient(circle at 16% 76%, rgba(76, 218, 255, 0.12), transparent 0 24%),
    linear-gradient(145deg, rgba(8, 18, 37, 0.96), rgba(11, 24, 46, 0.94));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 18px 42px rgba(3, 12, 28, 0.3);
}

.home-hero-slider::before {
  background:
    radial-gradient(circle at 14% 20%, rgba(17, 132, 255, 0.12), transparent 0 24%),
    radial-gradient(circle at 86% 14%, rgba(108, 240, 255, 0.08), transparent 0 22%);
}

.home-hero-slider-head {
  align-items: flex-start;
}

.home-hero-slider-head .eyebrow {
  margin-bottom: 0.65rem;
}

.home-hero-slider-head h2 {
  max-width: 20rem;
  font-size: clamp(1.1rem, 1.5vw, 1.35rem);
}

.home-hero-slide {
  grid-template-columns: minmax(0, 0.72fr) minmax(18rem, 1.28fr);
  align-items: center;
  gap: 0.9rem;
}

.home-hero-slide-copy {
  display: grid;
  align-content: center;
  gap: 0.75rem;
  padding: 0.3rem 0.25rem 0.3rem 0;
}

.home-hero-slide-copy h3 {
  color: white;
  font-size: clamp(1.2rem, 1.8vw, 1.7rem);
}

.home-hero-slide-copy p {
  max-width: 27rem;
  color: rgba(215, 229, 245, 0.84);
}

.home-hero-slide-copy .button {
  justify-self: start;
  min-height: 2.9rem;
  padding-inline: 1.1rem;
}

.home-featured-banner {
  min-height: 15.8rem;
  padding: 0;
  border-radius: 28px;
  background:
    radial-gradient(circle at 18% 18%, rgba(70, 223, 255, 0.12), transparent 0 24%),
    radial-gradient(circle at 84% 24%, rgba(119, 140, 255, 0.14), transparent 0 24%),
    linear-gradient(145deg, rgba(12, 26, 49, 0.96), rgba(9, 18, 35, 0.94));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 18px 36px rgba(2, 10, 24, 0.22);
}

.home-featured-banner::before,
.home-featured-banner::after {
  content: none;
}

.home-featured-banner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand-stack {
  display: grid;
  gap: 1rem;
}

.brand-mark-card {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 1rem;
  align-items: center;
}

.brand-mark-card img {
  width: min(20rem, 100%);
}

.brand-data {
  display: grid;
  gap: 0.7rem;
}

.brand-data .mini-chip {
  justify-content: center;
}

.timeline-step {
  padding: 1.55rem;
}

.timeline-step .step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  margin-bottom: 1rem;
  border-radius: 50%;
  background: rgba(17, 132, 255, 0.16);
  color: white;
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.86rem;
  font-weight: 800;
}

.feature-list-panel,
.contact-highlight {
  display: grid;
  gap: 1.2rem;
}

.info-grid {
  display: grid;
  gap: 1rem;
}

.info-item {
  padding: 1rem 1.1rem;
  border: 1px solid rgba(124, 230, 183, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
}

.info-item strong {
  display: block;
  margin-bottom: 0.35rem;
}

.page-hero-card {
  margin-top: calc(0.8rem + var(--header-height));
}

.page-hero-card h1 {
  max-width: 8ch;
}

body.gracesol-page {
  font-family: "Inter", sans-serif;
}

body.gracesol-page .page-shell {
  padding-bottom: 0;
}

body.gracesol-page h1,
body.gracesol-page h2,
body.gracesol-page h3,
body.gracesol-page h4,
body.gracesol-page .dashboard-topbar strong,
body.gracesol-page .metric-tile strong,
body.gracesol-page .list-tile strong,
body.gracesol-page .data-row strong,
body.gracesol-page .footer-group strong {
  font-family: "Inter", sans-serif;
  letter-spacing: -0.035em;
}

body.gracesol-page .page-hero-card h1 {
  max-width: 13ch;
  font-size: clamp(2.2rem, 4.2vw, 4.1rem);
  text-wrap: balance;
}

body.gracesol-page .page-hero-grid {
  align-items: start;
}

body.gracesol-page .gracesol-hero-copy,
body.gracesol-page .gracesol-overview-panel {
  display: grid;
  gap: 1rem;
  align-content: center;
}

body.gracesol-page .gracesol-hero-copy .lead,
body.gracesol-page .gracesol-section-header p,
body.gracesol-page .gracesol-overview-panel .lead,
body.gracesol-page .gracesol-cta .lead {
  max-width: 44rem;
}

body.gracesol-page .gracesol-overview-dashboard {
  min-height: 100%;
}

body.gracesol-page .gracesol-hero-panel {
  align-self: start;
  min-height: auto;
}

body.gracesol-page .gracesol-hero-panel .dashboard-topbar {
  align-items: flex-start;
}

body.gracesol-page .gracesol-hero-panel .dashboard-topbar strong {
  display: block;
  max-width: 14rem;
  line-height: 1.18;
}

body.gracesol-page .gracesol-resource-thumb {
  aspect-ratio: 16 / 10;
  margin-bottom: 0.2rem;
}

body.gracesol-page .gracesol-resource-thumb img {
  object-position: center;
}

body.gracesol-page .gracesol-dashboard-grid {
  align-items: stretch;
}

body.gracesol-page .gracesol-signal-stack {
  padding: 1rem;
}

body.gracesol-page .gracesol-signal-stack .signal-row {
  padding: 0.8rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.035);
}

body.gracesol-page .gracesol-feature-card,
body.gracesol-page .gracesol-why-card {
  height: 100%;
}

body.gracesol-page .gracesol-section-header p {
  margin-top: 1rem;
}

body.gracesol-page .gracesol-cta {
  grid-template-columns: minmax(0, 1.08fr) minmax(18rem, 0.92fr);
}

body.gracesol-page .gracesol-cta .button-row {
  margin-top: 0;
}

body.gracesol-page .sticky-bottom-cta-wrap {
  display: none;
}

.service-anchor {
  scroll-margin-top: calc(var(--header-height) + 1.5rem);
}

.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.6rem;
}

.filter-button {
  padding: 0.78rem 1rem;
  border: 1px solid rgba(155, 247, 207, 0.22);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(95, 226, 157, 0.12), rgba(185, 249, 215, 0.06)),
    rgba(10, 21, 43, 0.56);
  color: var(--text-soft);
  font-size: 0.8rem;
  font-weight: 800;
  cursor: pointer;
  transition: background 0.22s ease, color 0.22s ease, border-color 0.22s ease;
}

.filter-button.is-active,
.filter-button:hover,
.filter-button:focus-visible {
  color: var(--button-green-text);
  background: linear-gradient(135deg, var(--button-green-start), var(--button-green-mid) 45%, var(--button-green-end));
  border-color: rgba(185, 249, 215, 0.48);
}

.resource-thumb {
  position: relative;
  aspect-ratio: 16 / 10;
  margin-bottom: 1rem;
  border: 1px solid rgba(140, 194, 255, 0.16);
  border-radius: 20px;
  background:
    linear-gradient(145deg, rgba(17, 132, 255, 0.12), rgba(108, 240, 255, 0.06)),
    linear-gradient(160deg, rgba(14, 27, 53, 0.96), rgba(8, 16, 33, 0.94));
  overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.resource-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.28s ease;
}

.resource-card:hover .resource-thumb img {
  transform: scale(1.04);
}

.resource-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0 12%, rgba(255, 255, 255, 0) 32%),
    linear-gradient(180deg, rgba(7, 16, 33, 0.04), rgba(7, 16, 33, 0.28) 72%, rgba(7, 16, 33, 0.5));
  pointer-events: none;
}

.resource-card .resource-thumb {
  margin-bottom: 1.15rem;
}


.featured-slider {
  display: grid;
  gap: 1.35rem;
}

.featured-slider-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.featured-slider-controls {
  display: inline-flex;
  gap: 0.7rem;
}

.featured-slider-controls button {
  width: 2.9rem;
  height: 2.9rem;
  border: 1px solid rgba(155, 247, 207, 0.24);
  border-radius: 50%;
  background:
    linear-gradient(135deg, rgba(95, 226, 157, 0.16), rgba(185, 249, 215, 0.08)),
    rgba(10, 21, 43, 0.64);
  color: var(--brand-green);
  font-size: 1rem;
  cursor: pointer;
}

.featured-slides {
  position: relative;
  min-height: 0;
}

.featured-slide {
  position: relative;
  inset: auto;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(20rem, 1.08fr);
  gap: 1rem;
  opacity: 1;
  pointer-events: none;
  transform: none;
  transition: opacity 0.24s ease;
  display: none;
}

.featured-slide.is-active {
  display: grid;
  opacity: 1;
  pointer-events: auto;
}

.featured-banner {
  min-height: 12.25rem;
  border: 1px solid rgba(138, 194, 255, 0.16);
  border-radius: 24px;
  background:
    radial-gradient(circle at 18% 18%, rgba(108, 240, 255, 0.12), transparent 0 22%),
    radial-gradient(circle at 76% 22%, rgba(17, 132, 255, 0.16), transparent 0 20%),
    linear-gradient(145deg, rgba(12, 25, 48, 0.92), rgba(8, 17, 34, 0.92));
  position: relative;
  overflow: hidden;
}

.featured-banner.banner-marketing {
  background:
    radial-gradient(circle at 18% 18%, rgba(108, 240, 255, 0.14), transparent 0 22%),
    radial-gradient(circle at 76% 22%, rgba(17, 132, 255, 0.18), transparent 0 22%),
    linear-gradient(145deg, rgba(10, 32, 61, 0.94), rgba(7, 18, 37, 0.92));
}

.featured-banner.banner-voip {
  background:
    radial-gradient(circle at 18% 18%, rgba(46, 230, 198, 0.14), transparent 0 22%),
    radial-gradient(circle at 76% 22%, rgba(121, 157, 255, 0.16), transparent 0 22%),
    linear-gradient(145deg, rgba(11, 28, 58, 0.94), rgba(7, 17, 37, 0.92));
}

.featured-banner.banner-automation {
  background:
    radial-gradient(circle at 18% 18%, rgba(121, 157, 255, 0.14), transparent 0 22%),
    radial-gradient(circle at 76% 22%, rgba(108, 240, 255, 0.16), transparent 0 22%),
    linear-gradient(145deg, rgba(13, 24, 55, 0.94), rgba(7, 16, 33, 0.92));
}

.featured-banner {
  padding: 1.6rem;
}

.featured-banner::before {
  content: "";
  position: absolute;
  left: 1.35rem;
  right: 1.35rem;
  bottom: 1.35rem;
  height: 4.5rem;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0 20%, transparent 20% 100%),
    linear-gradient(90deg, rgba(17, 132, 255, 0.42), rgba(108, 240, 255, 0.24));
}

.featured-banner::after {
  content: "Inter Lap Insights";
  position: absolute;
  left: 1.35rem;
  top: 1.35rem;
  color: rgba(255, 255, 255, 0.9);
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.featured-summary {
  display: grid;
  gap: 0.9rem;
  align-content: start;
  padding-block: 0.35rem;
}

.newsletter-panel form,
.form-panel form {
  display: grid;
  gap: 1rem;
  position: relative;
  z-index: 1;
}

.field-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

label {
  display: block;
}

label span {
  display: block;
  margin-bottom: 0.55rem;
  font-size: 0.84rem;
  font-weight: 700;
}

input,
select,
textarea {
  width: 100%;
  padding: 1rem 1rem;
  border: 1px solid rgba(138, 194, 255, 0.18);
  border-radius: 18px;
  background: rgba(6, 16, 31, 0.82);
  color: white;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

input::placeholder,
textarea::placeholder {
  color: rgba(173, 193, 220, 0.62);
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgba(96, 184, 255, 0.52);
  box-shadow: 0 0 0 4px rgba(17, 132, 255, 0.12);
  background: rgba(8, 19, 38, 0.92);
}

textarea {
  min-height: 10.5rem;
  resize: vertical;
}

.contact-links {
  display: grid;
  gap: 0.9rem;
}

.contact-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.05rem;
  border: 1px solid rgba(128, 234, 186, 0.2);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
}

.contact-link span:first-child,
.footer-contact-label {
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) repeat(3, minmax(0, 0.7fr));
  gap: 1.4rem;
  padding: 2rem clamp(1rem, 2.2vw, 2rem);
  border-top: 1px solid var(--panel-border);
  border-bottom: 1px solid var(--panel-border);
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  background:
    linear-gradient(145deg, rgba(8, 17, 35, 0.94), rgba(11, 23, 44, 0.88)),
    linear-gradient(135deg, rgba(17, 132, 255, 0.08), rgba(108, 240, 255, 0.05));
  box-shadow: none;
}

.site-footer {
  padding: 1.4rem 0 0.9rem;
}

.site-footer .shell {
  padding-inline: 0;
}

.footer-brand img {
  width: min(14rem, 100%);
}

.footer-brand-block {
  display: grid;
  gap: 1rem;
}

.footer-domain {
  color: var(--cyan);
  font-weight: 800;
}

.footer-links li,
.footer-contact-list li {
  margin-bottom: 0.65rem;
}

.footer-links a,
.footer-contact-row {
  color: var(--text-soft);
  transition: color 0.22s ease;
}

.footer-domain:hover,
.footer-domain:focus-visible,
.footer-links a:hover,
.footer-contact-row:hover,
.footer-contact-row:focus-visible {
  color: var(--brand-green);
}

.footer-contact-row {
  display: grid;
  gap: 0.25rem;
}

.footer-contact-row-static {
  cursor: default;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 0.9rem;
  padding: 0.78rem clamp(1rem, 2.2vw, 2rem);
  border: 1px solid rgba(85, 191, 255, 0.16);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(10, 63, 90, 0.82), rgba(5, 35, 57, 0.92)),
    linear-gradient(90deg, rgba(79, 230, 207, 0.1), rgba(17, 132, 255, 0.08));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 14px 28px rgba(2, 13, 27, 0.22);
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.45;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.72s ease, transform 0.78s cubic-bezier(0.21, 1, 0.21, 1);
  will-change: opacity, transform;
}

.service-card.reveal,
.industry-card.reveal,
.feature-card.reveal,
.value-card.reveal,
.stats-card.reveal,
.faq-card.reveal,
.resource-card.reveal,
.detail-card.reveal,
.glass-card.reveal,
.timeline-step.reveal {
  transform: translateY(26px) scale(0.965);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.service-card.reveal.is-visible,
.industry-card.reveal.is-visible,
.feature-card.reveal.is-visible,
.value-card.reveal.is-visible,
.stats-card.reveal.is-visible,
.faq-card.reveal.is-visible,
.resource-card.reveal.is-visible,
.detail-card.reveal.is-visible,
.glass-card.reveal.is-visible,
.timeline-step.reveal.is-visible {
  animation: card-arrive 0.86s cubic-bezier(0.18, 0.88, 0.24, 1.12) 1;
}

@keyframes card-arrive {
  0% {
    opacity: 0;
    transform: translateY(28px) scale(0.95);
    filter: saturate(0.84);
  }

  58% {
    opacity: 1;
    transform: translateY(-2px) scale(1.02);
    filter: saturate(1.08);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: saturate(1);
  }
}

.sticky-bottom-cta-wrap {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  display: flex;
  justify-content: center;
  padding: 0;
  pointer-events: none;
}

.sticky-bottom-cta {
  pointer-events: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding:
    0.85rem
    max(1rem, calc((100vw - var(--container)) / 2 + 1rem))
    calc(0.85rem + env(safe-area-inset-bottom, 0px))
    max(1rem, calc((100vw - var(--container)) / 2 + 1rem));
  border-top: 1px solid rgba(139, 194, 255, 0.18);
  border-radius: 1.5rem 1.5rem 0 0;
  background:
    linear-gradient(145deg, rgba(8, 17, 35, 0.95), rgba(11, 22, 42, 0.92)),
    linear-gradient(135deg, rgba(17, 132, 255, 0.12), rgba(108, 240, 255, 0.08));
  backdrop-filter: blur(18px);
  box-shadow: 0 -16px 40px rgba(1, 7, 20, 0.28);
}

.sticky-bottom-cta-copy {
  margin: 0;
  color: white;
  font-size: 0.92rem;
  font-weight: 800;
}

.sticky-bottom-cta-actions {
  display: inline-flex;
  gap: 0.7rem;
}

.sticky-bottom-cta-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 3rem;
  padding: 0.8rem 1.1rem;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.sticky-bottom-cta-link:hover,
.sticky-bottom-cta-link:focus-visible {
  transform: translateY(-2px);
}

.sticky-bottom-cta-link-primary {
  color: var(--button-green-text);
  background: linear-gradient(135deg, var(--button-green-start), var(--button-green-mid) 45%, var(--button-green-end));
  box-shadow: 0 14px 28px var(--button-green-shadow);
}

.sticky-bottom-cta-link-secondary {
  color: var(--button-green-text);
  background: linear-gradient(135deg, #38c885, #62e4a3 45%, #93f0c0);
  box-shadow: 0 14px 28px rgba(33, 151, 96, 0.28);
}

.sticky-bottom-cta-link-icon {
  display: inline-flex;
  width: 1rem;
  height: 1rem;
}

.sticky-bottom-cta-link-icon svg {
  width: 100%;
  height: 100%;
}

[hidden] {
  display: none !important;
}

@keyframes floatY {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

@media (max-width: 1180px) {
  .site-header,
  .page-hero-grid,
  .hero-grid,
  .split-layout,
  .feature-split,
  .contact-layout,
  .cta-panel,
  .footer-panel {
    grid-template-columns: 1fr;
  }

  .stats-grid,
  .card-grid.grid-4,
  .metrics-row,
  .timeline-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .card-grid.grid-3,
  .card-grid.grid-2,
  .service-grid,
  .feature-grid,
  .industry-grid,
  .value-grid,
  .resource-grid,
  .detail-grid,
  .quick-links-grid,
  .faq-grid,
  .field-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-nav {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .mega-menu,
  .mega-menu-services,
  .mega-menu-compliance,
  .mega-menu-software {
    width: min(44rem, calc(100vw - 2rem));
    grid-template-columns: 1fr;
  }

  .featured-slide {
    grid-template-columns: 1fr;
  }

  .home-hero-slide {
    gap: 0.8rem;
  }

  .home-featured-banner {
    min-height: 14rem;
  }
}

@media (max-width: 920px) {
  .site-nav,
  .header-cta {
    display: none;
  }

  .site-header {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .nav-toggle {
    display: inline-grid;
    align-content: center;
    justify-content: center;
  }

  .stats-grid,
  .card-grid.grid-4,
  .card-grid.grid-3,
  .card-grid.grid-2,
  .service-grid,
  .feature-grid,
  .industry-grid,
  .value-grid,
  .resource-grid,
  .detail-grid,
  .quick-links-grid,
  .faq-grid,
  .timeline-grid,
  .metrics-row,
  .field-row {
    grid-template-columns: 1fr;
  }

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

  .metric-tile,
  .chart-tile,
  .list-tile,
  .data-table,
  .signal-stack {
    grid-column: span 2;
  }

  .hero-dashboard-grid > .metric-tile,
  .hero-data-table,
  .hero-signal-stack {
    grid-column: span 2;
  }

  .hero {
    padding-top: calc(3.4rem + var(--header-height));
  }

  .hero-floating-card {
    position: relative;
    max-width: none;
    inset: auto;
    animation: none;
  }
}

@media (max-width: 640px) {
  .shell,
  .site-header,
  .mobile-nav {
    width: 100%;
  }

  .site-header {
    padding: 0.9rem 1rem;
  }

  .section {
    padding: 4.5rem 0;
  }

  .home-hero-slider {
    padding: 0.95rem;
  }

  .hero-card-visual {
    padding: 0.35rem;
    border-radius: 30px;
  }

  .hero-home-copy h1 {
    max-width: 9ch;
    white-space: normal;
  }

  .home-hero-slider-head {
    align-items: flex-start;
  }

  .home-hero-slider-head h2 {
    max-width: 14rem;
  }

  .home-hero-slide-copy h3 {
    font-size: 1.15rem;
  }

  .home-featured-banner {
    min-height: 11.75rem;
  }

  .hero-chart-tile {
    padding: 1rem;
  }

  .hero-chart-tile .chart-bars {
    min-height: 8.2rem;
    padding: 1rem 0.8rem 0.7rem;
  }

  .hero-actions,
  .button-row,
  .sticky-bottom-cta-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .button,
  .sticky-bottom-cta-link {
    width: 100%;
  }

  .sticky-bottom-cta {
    padding:
      0.65rem
      0.7rem
      calc(0.65rem + env(safe-area-inset-bottom, 0px));
    border-radius: 1.15rem 1.15rem 0 0;
  }

  .sticky-bottom-cta-copy {
    display: none;
  }

   .sticky-bottom-cta-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
    width: 100%;
    flex-direction: row;
  }

  .sticky-bottom-cta-link {
    width: auto;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .featured-slides {
    min-height: 29rem;
  }

  .brand-mark-card {
    grid-template-columns: 1fr;
  }

  .title-with-icon {
    gap: 0.75rem;
  }

  .title-icon,
  .title-icon-page {
    width: 2.85rem;
    height: 2.85rem;
    border-radius: 18px;
  }

  .title-icon svg {
    width: 1.35rem;
    height: 1.35rem;
  }

  body.gracesol-page .page-hero-card h1 {
    max-width: none;
    font-size: clamp(1.95rem, 10vw, 2.7rem);
    text-wrap: pretty;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
