/* ==========================================================================
   WaterGate — logo-matched design system (navy #001040 + orange #F05000)
   Light-first enterprise SaaS + dark hero/CTA bands

   REVERT: restore files from assets/css/_theme-backup-blue/
   (copy style.css, floating-widget.css, responsive.css, animations.css
   from that folder back over these same filenames)
   ========================================================================== */

:root {
  --brand: #F05000;
  --brand-deep: #B83800;
  --navy: #001040;
  --navy-mid: #001A52;
  --blue-bright: #FF6A1A;
  --accent-rose: #D1345B;
  --ink: #070707;
  --body: #6E7A84;
  --muted: #A3AFB7;
  --surface: #F8FCFC;
  --surface-2: #FAFBFB;
  --white: #FFFFFF;
  --border: #EBEBEB;
  --border-soft: #E6E9EC;

  /* Section typography standard
     Label / eyebrow  → #001040
     Main H2          → #F05000
     Subtitle on dark → #F8FCFC
     Subtitle on light→ muted navy ( #F8FCFC is nearly white / same as --surface ) */
  --section-label: #001040;
  --section-heading: #F05000;
  --section-subtitle: rgba(0, 16, 64, 0.72);
  --section-subtitle-on-dark: #F8FCFC;
  --grad-brand: linear-gradient(147deg, #F05000 0%, #B83800 74%);
  --grad-brand-hover: linear-gradient(147deg, #B83800 0%, #F05000 74%);
  --grad-hero: radial-gradient(ellipse 70% 55% at 75% 25%, rgba(255, 106, 26, 0.28), transparent 55%),
               radial-gradient(ellipse 45% 40% at 10% 85%, rgba(240, 80, 0, 0.22), transparent 50%),
               linear-gradient(165deg, #001040 0%, #070707 100%);
  --grad-cta: linear-gradient(135deg, #001040 0%, #001A52 50%, #B83800 100%);
  --shadow-sm: 0 2px 12px rgba(0, 0, 0, 0.04);
  --shadow-md: 0 8px 30px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 16px 48px rgba(0, 16, 64, 0.12);
  --shadow-card: 0 2px 35px rgba(0, 0, 0, 0.04), 0 0 0 1px rgba(0, 0, 0, 0.02);
  --radius: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --container: 1170px;
  --header-h: 76px;
  --font: 'Inter', system-ui, -apple-system, sans-serif;
  --font-display: 'Inter', system-ui, -apple-system, sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --transition: 0.25s var(--ease);

  /* legacy aliases used across pages */
  --primary: var(--navy);
  --primary-deep: #00081F;
  --secondary: var(--brand-deep);
  --accent: var(--brand);
  --accent-soft: rgba(240, 80, 0, 0.1);
  --accent-glow: rgba(240, 80, 0, 0.35);
  --light: var(--surface);
  --text: var(--ink);
  --muted-2: var(--muted);
  --border-strong: rgba(255, 255, 255, 0.18);
  --glass: rgba(255, 255, 255, 0.06);
  --glass-strong: rgba(255, 255, 255, 0.1);
  --grad-1: var(--grad-cta);
  --grad-2: var(--grad-brand);
  --radius-sm: var(--radius);
  --radius-xl: 24px;
  --shadow-glow: 0 0 40px rgba(240, 80, 0, 0.2);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
  scroll-behavior: smooth;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overflow-x: clip;
}

body {
  font-family: var(--font);
  background: var(--surface);
  color: var(--body);
  line-height: 1.75;
  font-size: 1rem;
  font-weight: 400;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
  position: relative;
}

img, svg { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; transition: color var(--transition), opacity var(--transition), background var(--transition); }
ul { list-style: none; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; border: none; background: none; }

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--brand);
  color: #fff;
  padding: 0.75rem 1.25rem;
  z-index: 9999;
}
.skip-link:focus { left: 1rem; top: 1rem; }

.container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: 1.25rem;
  box-sizing: border-box;
}

main,
.site-header,
.site-footer,
section {
  width: 100%;
  max-width: 100%;
}

/* Typography */
h1, h2, h3, h4, h5 {
  font-family: var(--font-display, var(--font));
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -0.027em;
  color: var(--ink);
}

h1 { font-size: clamp(2.25rem, 5vw, 3.75rem); }
h2 { font-size: clamp(1.4rem, 2.6vw, 2.15rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.5rem); }
h4 { font-size: 1.1rem; font-weight: 600; }

.lead {
  font-size: clamp(1rem, 1.6vw, 1.125rem);
  color: var(--body);
  max-width: 40rem;
  line-height: 1.75;
}

/* Light sections: supporting description uses muted navy (readable on #F8FCFC) */
.section-light .lead,
.section-soft .lead,
.section-header .lead,
.intel-core .lead {
  color: var(--section-subtitle);
}

.section-label {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--section-label);
  margin-bottom: 0.85rem;
}
.section-label i { font-size: 0.75rem; }

.section-header {
  margin-bottom: 2.25rem;
  max-width: 720px;
}
.section-header.center {
  text-align: center;
  margin-inline: auto;
}
.section-header.center .section-label,
.why-premium-head .section-label,
.industries-head .section-label,
.outcomes-head .section-label {
  justify-content: center;
}
.section-header h2 {
  color: var(--section-heading);
}
.section-header p {
  margin-top: 0.85rem;
  color: var(--section-subtitle);
}

.section {
  padding: clamp(3.25rem, 6vw, 5rem) 0;
  position: relative;
}

.section-light { background: var(--white); }
.section-soft { background: var(--surface); }

/* Light section heading rhythm */
.section-light h2,
.section-soft h2,
.why-premium h2,
.industries-premium h2,
.outcomes-premium h2,
.pillars-home h2,
.solpage-pillars h2,
.solpage-outcomes h2 {
  color: var(--section-heading);
}

/* Reduce stacked white-on-white section gaps */
.outcomes-premium + #testimonials {
  padding-top: clamp(2.25rem, 4vw, 3.25rem);
}
.section-soft + .section-soft,
.section-light + .section-light {
  padding-top: clamp(2.5rem, 4.5vw, 3.5rem);
}
.section-dark {
  background: var(--navy);
  color: var(--section-subtitle-on-dark);
}
.section-dark h1,
.section-dark h3,
.section-dark h4 { color: #fff; }
.section-dark h2 { color: var(--section-heading); }
.section-dark .lead,
.section-dark .section-header p,
.section-dark p { color: var(--section-subtitle-on-dark); }
/* Label #001040 is for light sections; on dark use soft surface text */
.section-dark .section-label { color: var(--section-subtitle-on-dark); }

.text-muted { color: var(--body); }
.text-accent { color: var(--brand); }
.gradient-text {
  background: var(--grad-brand);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.9rem 1.6rem;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.9375rem;
  letter-spacing: 0.01em;
  position: relative;
  overflow: hidden;
  transition: transform var(--transition), box-shadow var(--transition), background var(--transition), border-color var(--transition), color var(--transition);
}
.btn:hover { transform: translateY(-2px) scale(1.01); }
.btn:active { transform: translateY(0) scale(1); }

.btn-primary {
  background: var(--brand);
  color: #fff;
  box-shadow: 0 8px 24px rgba(240, 80, 0, 0.28);
}
.btn-primary:hover {
  background: var(--brand-deep);
  box-shadow: 0 12px 28px rgba(184, 56, 0, 0.3);
  color: #fff;
}

.btn-secondary {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.35);
}
.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: #fff;
  color: #fff;
}

.btn-outline {
  background: transparent;
  color: var(--brand);
  border: 1px solid var(--brand);
}
.btn-outline:hover {
  background: var(--brand-deep);
  border-color: var(--brand-deep);
  color: #fff;
}

.btn-sm { padding: 0.65rem 1.2rem; font-size: 0.875rem; }
.btn-lg { padding: 1rem 1.85rem; font-size: 1rem; }

.btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.75rem;
}

.link-more {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--brand);
}
.link-more i { transition: transform 0.25s ease; font-size: 0.75rem; }
.link-more:hover i { transform: translateX(4px); }

/* ========== HEADER — Intellixaa style (white bar) ========== */
.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 2000;
  height: var(--header-h);
  width: 100%;
  max-width: 100%;
  display: block;
  background: #ffffff !important;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 0 rgba(0, 16, 64, 0.04);
  transition: box-shadow 0.25s ease, border-color 0.25s ease;
  overflow: visible;
}
.site-header .container {
  height: 100%;
  display: flex;
  align-items: center;
}
.site-header.scrolled {
  border-bottom-color: rgba(0, 16, 64, 0.06);
  box-shadow: 0 8px 30px rgba(5, 20, 50, 0.08);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  box-sizing: border-box;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
  min-width: 0;
}
.brand-logo-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  line-height: 0;
  flex-shrink: 0;
}
.brand-logo {
  height: 44px;
  width: auto;
  max-width: 220px;
  object-fit: contain;
  display: block;
}
.brand-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.2;
}
.brand-tagline {
  font-size: 0.7rem;
  font-weight: 500;
  color: #001040;
  opacity: 0.8;
  letter-spacing: 0.01em;
  white-space: nowrap;
  max-width: 11rem;
}
.brand-logo-footer { height: 42px; max-width: 210px; }
.brand-logo-wrap-footer { background: transparent; padding: 0; border: none; border-radius: 0; }

.primary-nav {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-left: auto;
}
.nav-list {
  display: flex;
  align-items: center;
  gap: 0.1rem;
}
.nav-list > li > a.nav-link,
.nav-list .dropdown-toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.55rem 0.8rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #001040;
  border-radius: 0;
  transition: color 0.2s ease;
  background: transparent;
  border: none;
  cursor: pointer;
  font-family: inherit;
  line-height: 1.2;
}
.nav-list > li > a.nav-link::after,
.nav-list .dropdown-toggle::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0.15rem;
  width: 24px;
  height: 2.5px;
  border-radius: 999px;
  background: #F05000;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  opacity: 0;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.nav-list > li > a.nav-link:hover,
.nav-list .dropdown-toggle:hover,
.nav-list .dropdown-toggle[aria-expanded="true"] {
  color: #F05000;
  background: transparent;
}
.nav-list > li > a.nav-link:hover::after,
.nav-list .dropdown-toggle:hover::after,
.nav-list .dropdown-toggle[aria-expanded="true"]::after,
.nav-list > li > a.nav-link.active::after,
.nav-list .dropdown-toggle.active::after,
.has-dropdown.active > .dropdown-toggle::after {
  opacity: 1;
  transform: translateX(-50%) scaleX(1);
}
.nav-list > li > a.nav-link.active,
.nav-list .dropdown-toggle.active,
.has-dropdown.active > .dropdown-toggle {
  color: #F05000;
}
.nav-list > li > a.nav-link:focus-visible,
.nav-list .dropdown-toggle:focus-visible,
.btn-nav-cta:focus-visible {
  outline: 2px solid #F05000;
  outline-offset: 3px;
  border-radius: 4px;
}
.nav-list .dropdown-toggle i {
  font-size: 0.58rem;
  transition: transform 0.2s ease;
  opacity: 0.8;
}
.has-dropdown.open > .dropdown-toggle i,
.nav-list .dropdown-toggle[aria-expanded="true"] i {
  transform: rotate(180deg);
}
.has-dropdown { position: relative; }

/* Premium dropdown panels */
.dropdown-panel {
  position: absolute;
  top: calc(100% + 0.85rem);
  left: 50%;
  min-width: 320px;
  padding: 0;
  background: #ffffff;
  border: 1px solid rgba(10, 50, 120, 0.08);
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(10, 30, 80, 0.12);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(-50%) translateY(-8px) scale(0.98);
  transition: opacity 0.22s ease-out, transform 0.22s ease-out, visibility 0.22s;
  z-index: 30;
  overflow: hidden;
}
.dropdown-panel--solutions {
  min-width: 380px;
  width: min(400px, calc(100vw - 2rem));
}
.dropdown-panel--resources {
  min-width: 300px;
  width: min(320px, calc(100vw - 2rem));
}
.has-dropdown.open > .dropdown-panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0) scale(1);
}
@media (hover: hover) and (pointer: fine) {
  .has-dropdown:hover > .dropdown-panel {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0) scale(1);
  }
  .has-dropdown:hover > .dropdown-toggle {
    color: #F05000;
  }
  .has-dropdown:hover > .dropdown-toggle::after {
    opacity: 1;
    transform: translateX(-50%) scaleX(1);
  }
  .has-dropdown:hover > .dropdown-toggle i {
    transform: rotate(180deg);
  }
}
.dropdown-panel__head {
  padding: 1rem 1.1rem 0.65rem;
}
.dropdown-panel__eyebrow {
  display: block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #F05000;
  margin-bottom: 0.25rem;
}
.dropdown-panel__intro {
  margin: 0;
  font-size: 0.92rem;
  font-weight: 600;
  color: #001040;
}
.dropdown-panel__items {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding: 0.35rem 0.55rem 0.65rem;
}
.dropdown-item {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.75rem;
  padding: 0.7rem 0.65rem;
  border-radius: 12px;
  text-decoration: none;
  color: inherit;
  transition: background 0.18s ease;
}
.dropdown-item:hover,
.dropdown-item:focus-visible,
.dropdown-item.active {
  background: #F5F8FF;
  outline: none;
}
.dropdown-item__icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: rgba(240, 80, 0, 0.08);
  color: #F05000;
  font-size: 0.9rem;
  transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease;
}
.dropdown-item:hover .dropdown-item__icon,
.dropdown-item:focus-visible .dropdown-item__icon {
  transform: scale(1.03) translateX(2px);
  background: rgba(240, 80, 0, 0.14);
}
.dropdown-item__body {
  min-width: 0;
}
.dropdown-item__body strong {
  display: block;
  font-size: 0.9rem;
  font-weight: 700;
  color: #001040;
  margin-bottom: 0.15rem;
}
.dropdown-item__body small {
  display: block;
  font-size: 0.75rem;
  line-height: 1.4;
  color: #6E7A84;
}
.dropdown-item__arrow {
  font-size: 0.7rem;
  color: #94A3B8;
  transition: transform 0.18s ease, color 0.18s ease;
}
.dropdown-item:hover .dropdown-item__arrow,
.dropdown-item:focus-visible .dropdown-item__arrow {
  transform: translateX(3px);
  color: #F05000;
}
.dropdown-panel__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.85rem 1.15rem;
  border-top: 1px solid rgba(10, 50, 120, 0.08);
  font-size: 0.875rem;
  font-weight: 700;
  color: #F05000;
  text-decoration: none;
  background: #FAFBFF;
  transition: background 0.18s ease, color 0.18s ease;
}
.dropdown-panel__footer i {
  font-size: 0.75rem;
  transition: transform 0.18s ease;
}
.dropdown-panel__footer:hover {
  background: #F0F5FF;
  color: #001040;
}
.dropdown-panel__footer:hover i {
  transform: translateX(3px);
}

.btn-nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.72rem 1.25rem;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.9rem;
  background: #001040;
  color: #fff !important;
  white-space: nowrap;
  box-shadow: 0 6px 16px rgba(0, 16, 64, 0.18);
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.btn-nav-cta i {
  font-size: 0.75rem;
  transition: transform 0.2s ease;
}
.btn-nav-cta:hover {
  background: #0A1F5C;
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(0, 16, 64, 0.22);
  color: #fff !important;
}
.btn-nav-cta:hover i {
  transform: translateX(3px);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border-radius: 6px;
  border: 1px solid #e6e9ec;
  background: #fff;
  margin-left: auto;
}
.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  background: #001040;
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

.mobile-nav { display: none; }

/* Glass card (compat) */
.glass-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-card);
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}
.glass-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(240, 80, 0, 0.2);
}

/* ========== HERO ========== */
.hero {
  min-height: min(100vh, 920px);
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: calc(var(--header-h) + 2.75rem) 0 4.5rem;
  background:
    radial-gradient(ellipse 60% 55% at 78% 40%, rgba(240, 80, 0, 0.28), transparent 58%),
    radial-gradient(ellipse 45% 40% at 15% 70%, rgba(25, 101, 219, 0.16), transparent 55%),
    linear-gradient(165deg, #000614 0%, #001040 48%, #001436 100%);
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 106, 26, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 106, 26, 0.05) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(180deg, transparent 0%, black 55%, black 100%);
  opacity: 0.55;
  pointer-events: none;
}
.hero-map {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(147, 197, 253, 0.35) 1px, transparent 1.5px);
  background-size: 28px 28px;
  opacity: 0.18;
  mask-image: radial-gradient(ellipse at 60% 40%, black 18%, transparent 70%);
  pointer-events: none;
}
.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
  opacity: 0.65;
}
.hero-glow.g1 {
  width: 420px;
  height: 420px;
  background: rgba(240, 80, 0, 0.45);
  top: 8%;
  right: 12%;
  animation: floatY 9s ease-in-out infinite;
}
.hero-glow.g2 {
  width: 260px;
  height: 260px;
  background: rgba(255, 106, 26, 0.28);
  bottom: 18%;
  left: 10%;
  animation: floatYSoft 8s ease-in-out infinite 1s;
}
.hero-shell {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1080px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 2rem 2.25rem;
  align-items: start;
  width: 100%;
  text-align: left;
}
.hero-content {
  max-width: 520px;
  width: 100%;
  margin: 0;
  display: block;
  text-align: left;
  min-width: 0;
}
.hero-content .eyebrow {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem;
  max-width: 100%;
  padding: 0.32rem 0.85rem;
  border-radius: 999px;
  background: rgba(240, 80, 0, 0.15);
  border: 1px solid rgba(255, 106, 26, 0.45);
  color: #93C5FD;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
  box-shadow: 0 0 20px rgba(240, 80, 0, 0.2);
  line-height: 1.35;
}
.hero-content h1 {
  color: #FF6A1A;
  margin: 0 0 1.1rem;
  max-width: 18ch;
  font-size: clamp(2.05rem, 3.8vw, 3.1rem);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.02em;
  text-align: left;
}
.hero-content h1 .tw-word { color: inherit; }
.hero-content h1 .hero-accent,
.hero-content h1 .hero-accent .tw-word {
  color: #fff;
}
.hero-content .lead {
  color: rgba(226, 232, 240, 0.78);
  max-width: 34rem;
  margin: 0 0 1.75rem;
  font-size: 1.02rem;
  text-align: left;
}
.hero-content .btn-group {
  margin-bottom: 0;
  justify-content: flex-start;
}
.hero .btn-outline {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 106, 26, 0.65);
  box-shadow: 0 0 18px rgba(240, 80, 0, 0.15);
}
.hero .btn-outline:hover {
  background: rgba(240, 80, 0, 0.18);
  border-color: #FF6A1A;
  color: #fff;
}
.hero .btn-primary {
  box-shadow: 0 8px 28px rgba(240, 80, 0, 0.45);
}

.hero-visual {
  position: relative;
  width: 100%;
  max-width: 420px;
  min-height: 400px;
  display: grid;
  place-items: center;
  margin: 0 0 0 auto;
  justify-self: end;
  align-self: start;
  margin-top: 0.15rem;
  min-width: 0;
  overflow: visible;
}
.hero-art {
  width: min(100%, 440px);
  max-width: 100%;
  aspect-ratio: 1;
  position: relative;
  display: grid;
  place-items: center;
}
.hero-ring {
  position: absolute;
  inset: 4%;
  border: 1px solid rgba(255, 106, 26, 0.22);
  border-radius: 50%;
  animation: spinSlow 48s linear infinite;
}
.hero-ring.r2 {
  inset: 14%;
  border-color: rgba(255, 106, 26, 0.35);
  box-shadow: 0 0 30px rgba(240, 80, 0, 0.15);
  animation-direction: reverse;
  animation-duration: 34s;
}
.hero-ring.r3 {
  inset: 24%;
  border-style: dashed;
  border-color: rgba(147, 197, 253, 0.25);
  animation-duration: 26s;
}
.hero-core {
  position: relative;
  z-index: 2;
  width: 54%;
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 30%, #FF8A40 0%, #E04800 42%, #001040 100%);
  box-shadow:
    0 0 0 6px rgba(240, 80, 0, 0.18),
    0 0 40px rgba(240, 80, 0, 0.55),
    0 0 72px rgba(255, 106, 26, 0.35),
    inset 0 -20px 40px rgba(0, 16, 64, 0.35);
  display: grid;
  place-items: center;
  overflow: hidden;
  animation: pulseGlow 3.5s ease-in-out infinite;
}
.hero-core-grid {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.35) 1px, transparent 1.5px);
  background-size: 12px 12px;
  opacity: 0.45;
  mask-image: radial-gradient(circle, #000 40%, transparent 75%);
  pointer-events: none;
}
.hero-core-glow {
  position: absolute;
  inset: 12%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.35), transparent 65%);
  pointer-events: none;
}
.hero-core-logo-wrap {
  position: relative;
  z-index: 2;
  width: 68%;
  max-width: 160px;
  filter: brightness(0) invert(1);
  line-height: 0;
}
.hero-core-logo {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}

.float-chip {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  padding: 0.85rem 1.1rem;
  background: rgba(0, 16, 64, 0.72);
  border: 1px solid rgba(255, 106, 26, 0.55);
  border-radius: 14px;
  box-shadow:
    0 0 20px rgba(240, 80, 0, 0.35),
    0 12px 28px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(12px);
  font-size: 0.82rem;
  font-weight: 600;
  color: #fff;
  z-index: 3;
  animation: floatYSoft 5s ease-in-out infinite;
  min-width: 104px;
  text-align: center;
}
.float-chip i {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(240, 80, 0, 0.25);
  border: 1px solid rgba(255, 106, 26, 0.5);
  color: #93C5FD;
  font-size: 0.9rem;
  box-shadow: 0 0 14px rgba(240, 80, 0, 0.4);
}
.float-chip span { line-height: 1.2; }
.float-chip.chip-1 { top: 6%; left: 0; animation-delay: 0s; }
.float-chip.chip-2 { top: 38%; right: 0; left: auto; animation-delay: 0.6s; }
.float-chip.chip-3 { bottom: 12%; left: 4%; animation-delay: 1.1s; }

.hero-stats {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
  margin-top: 0;
  padding: 1.35rem 1.5rem;
  background: rgba(0, 16, 64, 0.55);
  border-radius: 22px;
  border: 1px solid rgba(255, 106, 26, 0.4);
  box-shadow:
    0 0 30px rgba(240, 80, 0, 0.2),
    inset 0 0 40px rgba(240, 80, 0, 0.06);
  backdrop-filter: blur(14px);
  text-align: left;
}
.hero-stat {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.35rem 0.65rem;
}
.hero-stat + .hero-stat {
  border-left: 1px solid rgba(255, 106, 26, 0.2);
}
.hero-stat-icon {
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  flex-shrink: 0;
  background: rgba(240, 80, 0, 0.12);
  border: 1.5px solid rgba(255, 106, 26, 0.7);
  color: #93C5FD;
  box-shadow: 0 0 16px rgba(240, 80, 0, 0.35);
  overflow: hidden;
}
.hero-stat-icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 22px;
  transform: translate(-50%, -50%);
  display: block;
}
.hero-stat strong {
  display: block;
  font-size: 1.45rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.15;
  letter-spacing: -0.02em;
}
.hero-stat span {
  display: block;
  font-size: 0.78rem;
  color: rgba(226, 232, 240, 0.7);
  line-height: 1.35;
  margin-top: 0.15rem;
}

.hero-scroll {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.45rem;
  margin: 2rem auto 0;
  color: rgba(226, 232, 240, 0.65);
  font-size: 0.78rem;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.25s ease;
}
.hero-scroll:hover { color: #93C5FD; }
.hero-scroll-mouse {
  width: 22px;
  height: 34px;
  border: 1.5px solid rgba(147, 197, 253, 0.45);
  border-radius: 12px;
  position: relative;
}
.hero-scroll-mouse::after {
  content: '';
  position: absolute;
  top: 7px;
  left: 50%;
  width: 3px;
  height: 7px;
  border-radius: 2px;
  background: #93C5FD;
  transform: translateX(-50%);
  animation: scrollDot 1.6s ease-in-out infinite;
}
.hero-scroll i {
  font-size: 0.7rem;
  opacity: 0.8;
}
@keyframes scrollDot {
  0%, 100% { opacity: 1; transform: translateX(-50%) translateY(0); }
  50% { opacity: 0.35; transform: translateX(-50%) translateY(6px); }
}

/* Dashboard mock kept for inner pages */
.dashboard-mock {
  position: relative;
  background: linear-gradient(160deg, rgba(10, 41, 88, 0.95), rgba(0, 16, 64, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-lg);
  padding: 1.25rem;
  box-shadow: var(--shadow-lg);
  overflow: hidden;
  width: 100%;
}
.dash-topbar { display: flex; align-items: center; gap: 0.4rem; margin-bottom: 1.25rem; }
.dash-dot { width: 10px; height: 10px; border-radius: 50%; }
.dash-dot.r { background: #F87171; }
.dash-dot.y { background: #FBBF24; }
.dash-dot.g { background: #34D399; }
.dash-title { margin-left: auto; font-size: 0.75rem; font-weight: 600; color: rgba(255,255,255,0.5); }
.dash-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.85rem; }
.dash-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  padding: 1rem;
  color: #fff;
}
.dash-card.wide { grid-column: 1 / -1; }
.dash-card .label { font-size: 0.72rem; color: rgba(255,255,255,0.55); font-weight: 600; margin-bottom: 0.4rem; }
.dash-card .value { font-size: 1.5rem; font-weight: 700; color: #fff; }
.dash-card .trend { font-size: 0.75rem; color: #34D399; margin-top: 0.25rem; }
.dash-bars { display: flex; align-items: flex-end; gap: 0.4rem; height: 72px; margin-top: 0.75rem; }
.dash-bars span {
  flex: 1;
  border-radius: 4px 4px 0 0;
  background: var(--grad-brand);
  opacity: 0.85;
  animation: barPulse 2.4s ease-in-out infinite;
}
.dash-bars span:nth-child(1) { height: 40%; }
.dash-bars span:nth-child(2) { height: 70%; animation-delay: 0.2s; }
.dash-bars span:nth-child(3) { height: 55%; animation-delay: 0.4s; }
.dash-bars span:nth-child(4) { height: 90%; animation-delay: 0.6s; }
.dash-bars span:nth-child(5) { height: 65%; animation-delay: 0.8s; }
.dash-bars span:nth-child(6) { height: 80%; animation-delay: 1s; }

/* Trusted logos — light */
.trusted {
  padding: 2.75rem 0 3rem;
  background: var(--white);
  border-bottom: 1px solid var(--border);
}
.trusted-label {
  text-align: center;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--body);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.logo-marquee {
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.logo-track {
  display: flex;
  gap: 3.5rem;
  width: max-content;
  animation: marquee 32s linear infinite;
}
.logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  height: 48px;
  opacity: 0.55;
  filter: grayscale(1);
  transition: opacity 0.3s ease, filter 0.3s ease;
}
.logo-item:hover { opacity: 0.95; filter: none; }

/* Intelligence core */
.intel-core .stats-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-top: 2.5rem;
}
.stat-card {
  text-align: center;
  padding: 1.75rem 1.25rem;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-card);
  transition: transform var(--transition), box-shadow var(--transition);
}
.stat-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}
.stat-card .stat-value {
  font-size: clamp(2rem, 3.5vw, 2.75rem);
  font-weight: 700;
  color: var(--brand);
  line-height: 1.1;
  margin-bottom: 0.4rem;
}
.stat-card .stat-label {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--body);
}

.intel-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 3.5rem;
  align-items: start;
}
.intel-visual {
  position: relative;
  min-height: 380px;
  border-radius: 0;
  background: transparent;
  border: none;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  padding: 0;
  margin-top: -0.35rem;
  align-self: start;
}
.intel-visual[data-aos].aos-animate {
  transform: none !important;
}
.intel-visual-img {
  width: 100%;
  height: auto;
  min-height: 340px;
  max-height: 520px;
  object-fit: contain;
  object-position: center;
  display: block;
  border-radius: 0;
  animation: intelFloat 5.5s ease-in-out infinite, intelGlow 4s ease-in-out infinite;
  will-change: transform, filter;
}

/* Solutions — Intellixaa-style overlapping cards */
.solutions-section {
  position: relative;
  padding: 0;
  overflow: visible;
}
.solutions-head {
  position: relative;
  background: #001040;
  padding: 4.25rem 0 10rem;
  color: #fff;
  overflow: hidden;
}
.solutions-head::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 85% 10%, rgba(25, 101, 219, 0.45), transparent 55%),
    radial-gradient(ellipse 70% 50% at 10% 90%, rgba(255, 106, 26, 0.22), transparent 50%);
  pointer-events: none;
}
.solutions-head::after {
  content: '';
  position: absolute;
  width: 140%;
  height: 180%;
  left: -20%;
  top: -40%;
  background:
    radial-gradient(ellipse at 30% 40%, transparent 42%, rgba(255, 255, 255, 0.035) 43%, transparent 44%),
    radial-gradient(ellipse at 70% 60%, transparent 48%, rgba(255, 255, 255, 0.03) 49%, transparent 50%);
  opacity: 0.9;
  pointer-events: none;
}
.solutions-head-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) auto;
  gap: 2.5rem;
  align-items: end;
}
.solutions-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.4rem 1rem 0.4rem 0.55rem;
  margin-bottom: 1.1rem;
  border-radius: 999px;
  background: rgba(25, 101, 219, 0.45);
  border: 1px solid rgba(147, 197, 253, 0.25);
  color: #fff;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}
.solutions-eyebrow i {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.18);
  font-size: 0.65rem;
}
.solutions-head h2 {
  color: #fff;
  font-weight: 600;
  font-size: clamp(1.35rem, 2.5vw, 2rem);
  max-width: 17ch;
  line-height: 1.22;
  margin: 0;
}
.solutions-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  background: #E04800;
  color: #fff !important;
  border-radius: 8px;
  padding: 0.95rem 0.85rem 0.95rem 1.5rem;
  font-weight: 600;
  font-size: 1rem;
  white-space: nowrap;
  box-shadow: none;
  border: none;
}
.solutions-cta .cta-arrow {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  display: grid;
  place-items: center;
  font-size: 0.8rem;
  transition: background 0.25s ease, transform 0.25s ease;
}
.solutions-cta:hover {
  background: #1E74F0;
  transform: translateY(-2px);
  color: #fff !important;
}
.solutions-cta:hover .cta-arrow {
  background: rgba(255, 255, 255, 0.32);
  transform: translateX(2px);
}

.solutions-body {
  background: #F7F7F7;
  padding: 0 0 3.5rem;
}
.solutions-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: -8rem;
  position: relative;
  z-index: 2;
}

.sol-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 16px;
  overflow: visible;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 10px 32px rgba(0, 16, 64, 0.1);
  transition: transform 0.35s var(--ease), box-shadow 0.35s ease;
}
.sol-card:hover {
  transform: translateY(-6px);
  color: inherit;
  box-shadow: 0 18px 44px rgba(0, 16, 64, 0.16);
}

.sol-card-media {
  position: relative;
  border-radius: 16px 16px 0 0;
  overflow: visible;
}
.sol-card-img {
  height: 220px;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
  background: #001A52;
}
.sol-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.5s ease;
}
.sol-card:hover .sol-card-img img {
  transform: scale(1.05);
}

.sol-card-icon {
  position: absolute;
  left: 1.15rem;
  bottom: -29px;
  width: 58px;
  height: 58px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: linear-gradient(165deg, #4B9BFF 0%, #E04800 52%, #0F4DB8 100%);
  color: #fff;
  font-size: 1.35rem;
  box-shadow: 0 10px 24px rgba(25, 101, 219, 0.45);
  z-index: 3;
  pointer-events: none;
}

.sol-card-content {
  padding: 2.45rem 1.4rem 1.4rem;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0.65rem;
}
.sol-card-content h3 {
  font-size: 1.28rem;
  font-weight: 700;
  color: #001A52;
  margin: 0;
  line-height: 1.3;
}
.sol-card-content p {
  font-size: 0.92rem;
  color: #6B7280;
  line-height: 1.6;
  margin: 0;
  flex: 1;
}
.sol-know-more {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 0.55rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: #E04800;
  transition: gap 0.25s ease;
}
.sol-card:hover .sol-know-more {
  gap: 0.7rem;
}
.sol-know-more i { font-size: 0.78rem; }

/* legacy solution cards (other pages) */
.solution-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.solution-card {
  position: relative;
  padding: 2rem 1.6rem;
  border-radius: var(--radius-md);
  background: var(--white);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-card);
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.solution-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--grad-brand);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.solution-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(240, 80, 0, 0.25);
}
.solution-card:hover::before { opacity: 1; }
.solution-icon {
  width: 56px; height: 56px;
  display: grid; place-items: center;
  border-radius: 12px;
  background: rgba(240, 80, 0, 0.1);
  color: var(--brand);
  margin-bottom: 1.25rem;
  font-size: 1.35rem;
  transition: background var(--transition), color var(--transition);
}
.solution-card:hover .solution-icon {
  background: var(--grad-brand);
  color: #fff;
}
.solution-card h3 { margin-bottom: 0.7rem; }
.solution-card p {
  color: var(--body);
  font-size: 0.975rem;
  margin-bottom: 1.25rem;
  flex: 1;
}

/* Why / feature tiles */
/* Why WaterGate — Intellixaa-style premium layout */
.why-premium {
  background: #ffffff;
  overflow: hidden;
}
.why-premium-head {
  text-align: center;
  margin-bottom: 2.25rem;
}
.why-premium-head h2 {
  color: var(--section-heading);
  max-width: 18ch;
  margin-inline: auto;
}

.why-premium-layout {
  display: grid;
  grid-template-columns: 1fr minmax(240px, 320px) 1fr;
  gap: 1.5rem 1.75rem;
  align-items: center;
}

.why-col {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.why-feature {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  padding: 1.15rem 1.2rem;
  background: #F0F6FF;
  border: 1px solid #D6E6FF;
  border-radius: 14px;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}
.why-feature:hover {
  transform: translateY(-4px);
  background: #EAF2FF;
  border-color: rgba(240, 80, 0, 0.35);
  box-shadow: 0 12px 28px rgba(240, 80, 0, 0.1);
}
.why-feature-icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  background: #fff;
  border: 1px solid #D6E6FF;
  color: #F05000;
  font-size: 1.05rem;
}
.why-feature-body h3 {
  font-size: 1.02rem;
  color: #0D47A1;
  margin-bottom: 0.3rem;
  font-weight: 700;
}
.why-feature-body p {
  font-size: 0.9rem;
  color: #6E7A84;
  line-height: 1.55;
  margin: 0;
}

.why-center {
  position: relative;
  width: min(100%, 340px);
  margin-inline: auto;
  display: grid;
  place-items: center;
}
.why-center-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 18px 40px rgba(240, 80, 0, 0.18));
  animation: whyImgFloat 5s ease-in-out infinite;
}

@keyframes whyImgFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

/* legacy why grid kept for other pages */
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.why-card {
  padding: 1.75rem 1.5rem;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-card);
  transition: transform var(--transition), border-color var(--transition), box-shadow var(--transition);
}
.why-card:hover {
  transform: translateY(-5px);
  border-color: rgba(240, 80, 0, 0.25);
  box-shadow: var(--shadow-md);
}
.why-card i {
  font-size: 1.4rem;
  color: var(--brand);
  margin-bottom: 1rem;
  display: block;
}
.why-card h3 { font-size: 1.1rem; margin-bottom: 0.5rem; }
.why-card p { font-size: 0.95rem; color: var(--body); }

/* Industries — premium impact layout */
.industries-premium {
  background: var(--surface);
}
.industries-head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 2rem;
}
.industries-head h2 {
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  font-weight: 700;
  color: var(--section-heading);
  margin: 0 0 0.85rem;
  line-height: 1.2;
}
.industries-head h2 span { color: var(--section-heading); }
.industries-head p {
  margin: 0;
  color: var(--section-subtitle);
  font-size: 1.02rem;
  line-height: 1.6;
}

.industries-layout {
  display: grid;
  grid-template-columns: 1fr minmax(220px, 300px) 1fr;
  gap: 1.35rem 1.5rem;
  align-items: center;
  margin-bottom: 2.5rem;
}
.industries-col {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.industry-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.95rem;
  align-items: flex-start;
  padding: 1.15rem 1.2rem;
  background: #fff;
  border-radius: 14px;
  border: 1px solid rgba(240, 80, 0, 0.08);
  box-shadow: 0 8px 24px rgba(0, 16, 64, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.industry-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(0, 16, 64, 0.1);
}
.industry-card-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #F05000;
  color: #fff;
  font-size: 1.05rem;
  flex-shrink: 0;
}
.industry-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.35rem;
}
.industry-card-body h3 {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
  color: #001040;
}
.industry-num {
  font-size: 0.85rem;
  font-weight: 700;
  color: #7BA3F7;
  line-height: 1;
}
.industry-card-body p {
  margin: 0;
  font-size: 0.88rem;
  color: #6E7A84;
  line-height: 1.55;
}

.industries-visual {
  position: relative;
  width: min(100%, 300px);
  aspect-ratio: 1;
  margin: 0.5rem auto 1.5rem;
  display: grid;
  place-items: center;
}
.ind-orbit {
  position: absolute;
  border-radius: 50%;
  border: 1.5px solid rgba(240, 80, 0, 0.22);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ind-orbit-1 { width: 98%; height: 98%; }
.ind-orbit-2 { width: 82%; height: 82%; border-color: rgba(255, 106, 26, 0.28); animation: spinSlow 30s linear infinite; }
.ind-orbit-3 { width: 66%; height: 66%; border-style: dashed; border-color: rgba(240, 80, 0, 0.2); animation: spinSlow 22s linear infinite reverse; }

.ind-sat {
  position: absolute;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fff;
  color: #F05000;
  display: grid;
  place-items: center;
  font-size: 0.75rem;
  box-shadow: 0 6px 16px rgba(240, 80, 0, 0.2);
  z-index: 4;
  border: 1px solid rgba(240, 80, 0, 0.12);
}
.ind-sat.s1 { top: 4%; left: 46%; }
.ind-sat.s2 { top: 22%; right: 2%; }
.ind-sat.s3 { bottom: 28%; right: 0; }
.ind-sat.s4 { bottom: 6%; left: 44%; }
.ind-sat.s5 { bottom: 26%; left: 2%; }
.ind-sat.s6 { top: 24%; left: 2%; }

.ind-globe {
  position: relative;
  width: 58%;
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 30%, #FF8A40 0%, #E04800 42%, #001040 100%);
  box-shadow:
    0 0 0 6px rgba(240, 80, 0, 0.15),
    0 0 40px rgba(240, 80, 0, 0.45),
    inset 0 -20px 40px rgba(0, 16, 64, 0.35);
  z-index: 2;
  overflow: hidden;
  display: grid;
  place-items: center;
}
.ind-globe-grid {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.35) 1px, transparent 1.5px);
  background-size: 12px 12px;
  opacity: 0.45;
  mask-image: radial-gradient(circle, #000 40%, transparent 75%);
}
.ind-globe-glow {
  position: absolute;
  inset: 12%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.35), transparent 65%);
  pointer-events: none;
}
.ind-globe-logo {
  position: relative;
  z-index: 2;
  width: 68%;
  filter: brightness(0) invert(1);
  line-height: 0;
}
.ind-globe-logo img {
  width: 100%;
  height: auto;
  display: block;
  background: transparent;
  border: none;
  box-shadow: none;
}
.ind-pedestal {
  position: absolute;
  bottom: -4%;
  left: 50%;
  transform: translateX(-50%);
  width: 55%;
  height: 18px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(255, 106, 26, 0.55), transparent 70%);
  box-shadow: 0 0 24px rgba(25, 101, 219, 0.45);
  z-index: 1;
}

.industries-stats {
  display: grid;
  grid-template-columns: 1.15fr 1.35fr;
  gap: 1.5rem;
  align-items: center;
  padding: 1.35rem 1.6rem;
  border-radius: 16px;
  background: linear-gradient(105deg, #001040 0%, #001A52 45%, #F05000 160%);
  color: #fff;
  box-shadow: 0 16px 40px rgba(0, 16, 64, 0.22);
}
.industries-stats-copy {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
}
.industries-stats-star {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  flex-shrink: 0;
}
.industries-stats-copy strong {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
}
.industries-stats-copy p {
  margin: 0;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.5;
}
.industries-stats-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  padding-left: 1.35rem;
}
.ind-metric {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}
.ind-metric-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.12);
  font-size: 0.9rem;
  flex-shrink: 0;
}
.ind-metric strong {
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.1;
}
.ind-metric span {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.3;
}

/* legacy industries chips (unused on home) */
.industries-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.industry-chip {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1.15rem 1.2rem;
  border-radius: var(--radius);
  background: var(--white);
  border: 1px solid var(--border);
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--ink);
  transition: border-color var(--transition), transform var(--transition), box-shadow var(--transition);
}
.industry-chip:hover {
  border-color: rgba(240, 80, 0, 0.35);
  transform: translateY(-3px);
  box-shadow: var(--shadow-sm);
}
.industry-chip i { color: var(--brand); }

/* Keyword marquee — dark band */
.keyword-band {
  padding: 1.75rem 0;
  background: var(--navy);
  overflow: hidden;
  border-top: 1px solid rgba(255,255,255,0.06);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.keyword-track {
  display: flex;
  gap: 3rem;
  width: max-content;
  animation: marquee 28s linear infinite;
}
.keyword-track span {
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  font-weight: 700;
  color: rgba(255, 255, 255, 0.85);
  letter-spacing: -0.02em;
  white-space: nowrap;
}
.keyword-track span::after {
  content: '•';
  margin-left: 3rem;
  color: var(--brand);
}

/* Outcomes — premium card grid */
.outcomes-premium {
  background: #fff;
}
.outcomes-head {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 2rem;
}
.outcomes-head h2 {
  margin: 0 0 1rem;
  color: var(--section-heading);
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  font-weight: 800;
  line-height: 1.2;
}
.outcomes-head h2 span { color: var(--section-heading); }
.outcomes-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  margin: 0 auto 1.1rem;
}
.outcomes-divider::before,
.outcomes-divider::after {
  content: '';
  width: 56px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, transparent, #F05000);
}
.outcomes-divider::after {
  background: linear-gradient(90deg, #F05000, transparent);
}
.outcomes-divider span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #F05000;
  box-shadow: 0 0 0 4px rgba(240, 80, 0, 0.15);
}
.outcomes-head p {
  margin: 0;
  color: var(--section-subtitle);
  font-size: 1.02rem;
  line-height: 1.65;
}

.outcomes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.outcome-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1.45rem 1.35rem 1.5rem;
  background: #fff;
  border: 1px solid #E8EEF5;
  border-radius: 14px;
  box-shadow: 0 8px 28px rgba(0, 16, 64, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  overflow: hidden;
}
.outcome-card:hover {
  transform: translateY(-4px);
  border-color: rgba(240, 80, 0, 0.22);
  box-shadow: 0 14px 36px rgba(0, 16, 64, 0.1);
}
.outcome-card-top {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}
.outcome-card-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  background: rgba(240, 80, 0, 0.1);
  color: #F05000;
  font-size: 1.05rem;
}
.outcome-card h3 {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
  color: #001040;
  line-height: 1.3;
}
.outcome-card p {
  margin: 0;
  font-size: 0.92rem;
  color: #6E7A84;
  line-height: 1.55;
}
.outcome-card-accent {
  display: block;
  width: 36px;
  height: 3px;
  margin-top: 0.35rem;
  border-radius: 3px;
  background: #F05000;
}

/* legacy outcomes list (unused) */
.outcome-item {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  padding: 1.1rem 1.15rem;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  font-weight: 600;
  color: var(--ink);
}
.outcome-item i { color: var(--brand); margin-top: 0.15rem; }

/* Capability / feature split (inner pages) */
.capability {
  background: var(--grad-cta);
  overflow: hidden;
  color: rgba(255,255,255,0.78);
}
.capability h2, .capability h3 { color: #fff; }
.capability .lead, .capability p { color: rgba(255,255,255,0.72); }
.capability .section-label { color: var(--section-subtitle-on-dark); }
.capability-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.5rem;
  align-items: center;
}
.capability-visual {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  min-height: 380px;
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 106, 26, 0.35), transparent 50%),
    rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.12);
}
.capability-visual .viz-layer {
  position: absolute;
  inset: 10%;
  border: 1px solid rgba(255, 106, 26, 0.25);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.03);
}
.capability-visual .viz-layer:nth-child(2) {
  inset: 18% 18% 22% 22%;
  border-color: rgba(255, 106, 26, 0.4);
}
.capability-visual .viz-center {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 120px; height: 120px;
  border-radius: 50%;
  background: var(--grad-brand);
  display: grid; place-items: center;
  font-weight: 700;
  font-size: 0.85rem;
  text-align: center;
  color: #fff;
  line-height: 1.3;
  box-shadow: var(--shadow-glow);
}
.capability-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
  margin-top: 2rem;
}
.capability-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.9rem 1rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.95rem;
  font-weight: 600;
  color: #fff;
  transition: border-color var(--transition), background var(--transition);
}
.capability-item:hover {
  border-color: rgba(255, 106, 26, 0.45);
  background: rgba(240, 80, 0, 0.2);
}
.capability-item i { color: #93C5FD; }

/* Services grid */
.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.15rem;
}
.service-card {
  padding: 1.5rem 1.25rem;
  border-radius: var(--radius-md);
  background: var(--white);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-card);
  transition: transform var(--transition), border-color var(--transition), box-shadow var(--transition);
  height: 100%;
}
.service-card:hover {
  transform: translateY(-5px);
  border-color: rgba(240, 80, 0, 0.3);
  box-shadow: var(--shadow-md);
}
.service-card i {
  font-size: 1.4rem;
  color: var(--brand);
  margin-bottom: 0.9rem;
  display: block;
}
.service-card h3 { font-size: 1.05rem; margin-bottom: 0.45rem; }
.service-card p { font-size: 0.9rem; color: var(--body); line-height: 1.55; }

/* Process */
.process-track {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
  position: relative;
  margin-top: 1rem;
}
.process-track::before {
  content: '';
  position: absolute;
  top: 36px;
  left: 8%;
  right: 8%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(240, 80, 0, 0.35), transparent);
  z-index: 0;
}
.process-step {
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 0 0.4rem;
}
.process-num {
  width: 72px; height: 72px;
  margin: 0 auto 1.15rem;
  border-radius: 50%;
  display: grid; place-items: center;
  font-weight: 700;
  font-size: 1.2rem;
  background: var(--white);
  color: var(--brand);
  border: 2px solid rgba(240, 80, 0, 0.35);
  box-shadow: 0 0 0 8px rgba(240, 80, 0, 0.06), var(--shadow-sm);
  transition: transform var(--transition), background var(--transition), color var(--transition), box-shadow var(--transition);
}
.process-step:hover .process-num {
  transform: scale(1.06);
  background: var(--grad-brand);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 0 0 10px rgba(240, 80, 0, 0.1), var(--shadow-glow);
}
.process-step h3 { font-size: 1.1rem; margin-bottom: 0.45rem; }
.process-step p { font-size: 0.9rem; color: var(--body); }

/* Metrics */
.metrics-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.15rem;
}
.metric-card {
  text-align: center;
  padding: 2rem 1.35rem;
  border-radius: var(--radius-md);
  background: var(--white);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-card);
}
.metric-card .metric-value {
  font-size: clamp(2rem, 3.5vw, 2.75rem);
  font-weight: 700;
  color: var(--brand);
  line-height: 1.1;
  margin-bottom: 0.45rem;
}
.metric-card .metric-label {
  font-size: 0.95rem;
  color: var(--body);
  font-weight: 600;
}
.section-dark .metric-card {
  background: rgba(255,255,255,0.06);
  border-color: rgba(255,255,255,0.1);
}
.section-dark .metric-card .metric-value { color: #93C5FD; }
.section-dark .metric-card .metric-label { color: rgba(255,255,255,0.7); }

/* Testimonials */
.testimonial-card {
  padding: 1.85rem;
  border-radius: var(--radius-md);
  background: var(--white);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-card);
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform var(--transition), box-shadow var(--transition);
}
.testimonial-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}
.testimonial-card .quote-icon {
  color: var(--brand);
  font-size: 1.35rem;
  margin-bottom: 0.85rem;
  opacity: 0.85;
}
.testimonial-stars {
  color: #FBBF24;
  font-size: 0.8rem;
  margin-bottom: 0.75rem;
  letter-spacing: 0.1em;
}
.testimonial-card blockquote {
  font-size: 1rem;
  color: var(--body);
  line-height: 1.7;
  flex: 1;
  margin-bottom: 1.35rem;
}
.testimonial-author {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}
.author-avatar {
  width: 48px; height: 48px;
  border-radius: 50%;
  background: var(--grad-brand);
  display: grid; place-items: center;
  font-weight: 700;
  font-size: 0.85rem;
  color: #fff;
}
.author-info strong { display: block; font-size: 0.95rem; color: var(--ink); }
.author-info span { font-size: 0.8rem; color: var(--muted); }
.swiper-testimonials { padding-bottom: 2rem !important; }
.swiper-testimonials .swiper-pagination-bullet {
  background: var(--muted);
  opacity: 0.5;
}
.swiper-testimonials .swiper-pagination-bullet-active {
  background: var(--brand);
  opacity: 1;
}

/* FAQ */
.faq-list {
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.faq-item {
  border-radius: var(--radius);
  background: var(--white);
  border: 1px solid var(--border);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: border-color var(--transition), box-shadow var(--transition);
}
.faq-item.active {
  border-color: rgba(240, 80, 0, 0.35);
  box-shadow: var(--shadow-card);
}
.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.2rem 1.4rem;
  text-align: left;
  font-weight: 600;
  font-size: 1.02rem;
  color: var(--ink);
}
.faq-question i {
  color: var(--brand);
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
.faq-item.active .faq-question i { transform: rotate(45deg); }
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s var(--ease);
}
.faq-answer-inner {
  padding: 0 1.4rem 1.25rem;
  color: var(--body);
  font-size: 0.975rem;
}

/* Final CTA */
.final-cta {
  padding: clamp(4.5rem, 10vw, 7rem) 0;
  background: var(--grad-cta);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.final-cta::before {
  content: '';
  position: absolute;
  width: 480px; height: 480px;
  border-radius: 50%;
  background: rgba(240, 80, 0, 0.25);
  filter: blur(80px);
  top: -40%;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}
.final-cta .container { position: relative; z-index: 1; }
.final-cta h2 { color: var(--section-heading); margin-bottom: 0.85rem; }
.final-cta .section-label {
  justify-content: center;
  color: var(--section-subtitle-on-dark);
}
.final-cta .lead {
  margin-inline: auto;
  color: var(--section-subtitle-on-dark);
}
.final-cta .btn-group { justify-content: center; }

/* Page hero (inner) */
.page-hero {
  padding: calc(var(--header-h) + 3.5rem) 0 3.5rem;
  background: var(--grad-hero);
  position: relative;
  overflow: hidden;
  border-bottom: none;
}
.page-hero .container { position: relative; z-index: 1; max-width: 800px; }
.page-hero h1 { color: #fff; margin-bottom: 0.9rem; }
.page-hero .lead { color: var(--section-subtitle-on-dark); }
.page-hero .section-label { color: var(--section-subtitle-on-dark); }
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 1.35rem;
}
.breadcrumb a:hover { color: #93C5FD; }
.breadcrumb span { color: rgba(255, 255, 255, 0.75); }

/* About / story */
.story-grid,
.feature-split,
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}
.feature-split.reverse .feature-content { order: 2; }
.feature-split.reverse .feature-media { order: 1; }
.feature-media {
  min-height: 300px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  background:
    radial-gradient(circle at 40% 40%, rgba(240, 80, 0, 0.2), transparent 55%),
    linear-gradient(145deg, #F4F7FF, #EEF3FF);
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-card);
}
.feature-media .media-icon {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3.5rem;
  color: var(--brand);
  opacity: 0.85;
}
.check-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 1.5rem;
}
.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  color: var(--body);
  font-size: 1rem;
}
.check-list i { color: var(--brand); margin-top: 0.2rem; }

.mission-vision {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
.mv-card {
  padding: 2rem;
  border-radius: var(--radius-md);
  background: var(--white);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-card);
  height: 100%;
}
.mv-card i { font-size: 1.6rem; color: var(--brand); margin-bottom: 1rem; }
.mv-card h3 { margin-bottom: 0.7rem; }
.mv-card p { color: var(--body); font-size: 0.975rem; }

.timeline {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  padding-left: 2rem;
}
.timeline::before {
  content: '';
  position: absolute;
  left: 7px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, var(--brand), transparent);
}
.timeline-item {
  position: relative;
  padding: 0 0 2.5rem 2rem;
}
.timeline-item::before {
  content: '';
  position: absolute;
  left: -2rem;
  top: 0.35rem;
  width: 16px; height: 16px;
  border-radius: 50%;
  background: var(--grad-brand);
  box-shadow: 0 0 0 6px rgba(240, 80, 0, 0.15);
}
.timeline-year {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--brand);
  margin-bottom: 0.45rem;
}
.timeline-item h3 { margin-bottom: 0.45rem; }
.timeline-item p { color: var(--body); }

.leadership-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.leader-card {
  text-align: center;
  padding: 2rem 1.5rem;
  border-radius: var(--radius-md);
  background: var(--white);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-card);
  transition: transform var(--transition), box-shadow var(--transition);
}
.leader-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}
.leader-avatar {
  width: 96px; height: 96px;
  margin: 0 auto 1.15rem;
  border-radius: 50%;
  background: var(--grad-brand);
  display: grid; place-items: center;
  font-size: 1.85rem;
  font-weight: 700;
  color: #fff;
  box-shadow: 0 10px 28px rgba(240, 80, 0, 0.3);
}
.leader-card h3 { font-size: 1.1rem; margin-bottom: 0.2rem; }
.leader-card .role { color: var(--brand); font-size: 0.85rem; font-weight: 600; margin-bottom: 0.75rem; }
.leader-card p { color: var(--body); font-size: 0.9rem; }

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.15rem;
}
.value-card {
  padding: 1.65rem;
  border-radius: var(--radius-md);
  background: var(--white);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-card);
}
.value-card i { color: var(--brand); font-size: 1.35rem; margin-bottom: 0.9rem; }
.value-card h3 { font-size: 1.05rem; margin-bottom: 0.45rem; }
.value-card p { color: var(--body); font-size: 0.95rem; }

/* Contact */
.contact-info-card,
.contact-form {
  padding: 2rem;
  border-radius: var(--radius-md);
  background: var(--white);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-card);
}
.contact-info-list {
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
  margin-top: 1.35rem;
}
.contact-info-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}
.contact-info-item .icon {
  width: 44px; height: 44px;
  border-radius: 10px;
  background: var(--grad-brand);
  color: #fff;
  display: grid; place-items: center;
  flex-shrink: 0;
}
.contact-info-item strong { display: block; font-size: 0.9rem; color: var(--ink); margin-bottom: 0.15rem; }
.contact-info-item span,
.contact-info-item a { color: var(--body); font-size: 0.95rem; line-height: 1.5; }
.contact-info-item a:hover { color: var(--brand); }

.map-embed {
  margin-top: 1.5rem;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border);
  aspect-ratio: 16 / 10;
  background: #EEF3FF;
}
.map-embed iframe { width: 100%; height: 100%; border: 0; }

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.form-group { margin-bottom: 1.1rem; }
.form-group label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 0.4rem;
  color: var(--ink);
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 0.85rem 1rem;
  border-radius: 8px;
  background: var(--surface);
  border: 1px solid var(--border);
  color: var(--ink);
  outline: none;
  transition: border-color var(--transition), box-shadow var(--transition);
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 3px rgba(240, 80, 0, 0.15);
}
.form-group textarea { min-height: 130px; resize: vertical; }
.form-group select option { background: #fff; }
.hp-field { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }
.form-status {
  margin-top: 1rem;
  padding: 0.85rem 1rem;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 600;
  display: none;
}
.form-status.success { display: block; background: rgba(34, 197, 94, 0.12); color: #15803D; border: 1px solid rgba(34, 197, 94, 0.25); }
.form-status.error { display: block; background: rgba(239, 68, 68, 0.1); color: #B91C1C; border: 1px solid rgba(239, 68, 68, 0.25); }

/* Insights */
.insights-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.insight-card {
  border-radius: var(--radius-md);
  background: var(--white);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-card);
  overflow: hidden;
  transition: transform var(--transition), box-shadow var(--transition);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.insight-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}
.insight-thumb {
  height: 150px;
  background: var(--grad-brand);
  display: grid;
  place-items: center;
  font-size: 2.25rem;
  color: #fff;
}
.insight-body { padding: 1.4rem; flex: 1; display: flex; flex-direction: column; }
.insight-meta {
  font-size: 0.75rem;
  color: var(--muted);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 0.65rem;
}
.insight-body h3 { font-size: 1.1rem; margin-bottom: 0.55rem; }
.insight-body p { color: var(--body); font-size: 0.95rem; flex: 1; }
.insight-body .link-more { margin-top: 1.1rem; }

/* Pre-footer CTA */
.footer-cta {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse 55% 80% at 88% 40%, rgba(240, 80, 0, 0.28), transparent 60%),
    radial-gradient(ellipse 40% 60% at 10% 100%, rgba(255, 106, 26, 0.12), transparent 55%),
    linear-gradient(120deg, #050b24 0%, #001040 48%, #000614 100%);
  padding: clamp(2.5rem, 5vw, 3.75rem) 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.footer-cta__glow {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, transparent 40%, rgba(240, 80, 0, 0.08) 70%, transparent 100%);
  pointer-events: none;
}
.footer-cta__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.75rem 2.5rem;
  flex-wrap: wrap;
}
.footer-cta__copy {
  max-width: 38rem;
}
.footer-cta__copy h2 {
  margin: 0 0 0.55rem;
  color: #fff;
  font-size: clamp(1.45rem, 2.8vw, 2.1rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.2;
}
.footer-cta__copy p {
  margin: 0;
  color: rgba(248, 252, 252, 0.72);
  font-size: 1rem;
  line-height: 1.6;
}
.footer-cta__btn {
  flex-shrink: 0;
  white-space: nowrap;
}

/* Footer */
.site-footer {
  background: #050505;
  border-top: none;
  padding: clamp(3.25rem, 6vw, 4.5rem) 0 0;
  position: relative;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.62);
}
.footer-top {
  display: grid;
  grid-template-columns: minmax(220px, 1.35fr) repeat(3, minmax(120px, 0.85fr)) minmax(200px, 1.15fr);
  gap: 2rem 1.75rem;
  padding-bottom: 2.75rem;
  position: relative;
  z-index: 1;
}
.footer-tagline {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.92rem;
  margin: 1.1rem 0 1.35rem;
  max-width: 300px;
  line-height: 1.65;
}
.social-links { display: flex; gap: 0.55rem; }
.social-links a {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.85rem;
  transition: background var(--transition), color var(--transition), border-color var(--transition);
}
.social-links a:hover {
  background: var(--brand);
  color: #fff;
  border-color: var(--brand);
}
.footer-col h4 {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0 0 1.15rem;
  color: #fff;
  position: relative;
  padding-bottom: 0.65rem;
}
.footer-col h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 28px;
  height: 2px;
  border-radius: 2px;
  background: var(--brand);
}
.footer-col ul { display: flex; flex-direction: column; gap: 0.7rem; }
.footer-col a {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.9rem;
  transition: color var(--transition);
}
.footer-col a:hover { color: #fff; }
.footer-col--contact {
  min-width: 0;
}
.footer-contact li {
  display: flex;
  gap: 0.7rem;
  align-items: flex-start;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.86rem;
  line-height: 1.55;
}
.footer-contact li + li {
  margin-top: 0.85rem;
}
.footer-contact i {
  color: var(--brand);
  margin-top: 0.2rem;
  width: 14px;
  flex-shrink: 0;
}
.footer-contact a {
  color: rgba(255, 255, 255, 0.55);
  font-size: inherit;
}
.footer-contact a:hover { color: #fff; }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  padding: 1.35rem 0 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
  z-index: 1;
}
.footer-bottom p {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.42);
  margin: 0;
}
.footer-legal {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.65rem 0.85rem;
}
.footer-legal a {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.42);
}
.footer-legal a:hover { color: #fff; }
.footer-legal__sep {
  width: 1px;
  height: 12px;
  background: rgba(255, 255, 255, 0.22);
  display: inline-block;
}

.whatsapp-float {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  width: 56px; height: 56px;
  border-radius: 50%;
  background: #25D366;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 1.75rem;
  box-shadow: 0 8px 28px rgba(37, 211, 102, 0.4);
  z-index: 999;
  transition: transform var(--transition), box-shadow var(--transition);
}
.whatsapp-float:hover {
  transform: scale(1.08);
  box-shadow: 0 12px 36px rgba(37, 211, 102, 0.5);
  color: #fff;
}

/* Compat helpers for older page class names */
.bg-deep { background: var(--surface); }
.bg-primary { background: var(--white); }
.core-solutions { background: var(--surface); }
.why-watergate { background: var(--surface); }
.testimonials { background: var(--white); }
.faq { background: var(--surface); }
.services { background: var(--white); }
.process { background: var(--surface); }

/* ==========================================================================
   WaterGate Solutions — original pillar architecture
   ========================================================================== */
.solpage-kicker {
  display: inline-block;
  margin: 0 0 0.85rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--section-subtitle-on-dark);
}
.solpage-kicker.dark { color: var(--section-label); }

.solpage-hero {
  padding: calc(var(--header-h) + 3.5rem) 0 4rem;
  background:
    radial-gradient(ellipse 50% 60% at 90% 20%, rgba(240, 80, 0, 0.28), transparent 55%),
    linear-gradient(160deg, #000614 0%, #001040 55%, #0A1F5C 100%);
  color: #fff;
}
.solpage-hero-inner { max-width: 760px; }
.solpage-crumb { color: rgba(226, 232, 240, 0.7); }
.solpage-crumb a { color: #93C5FD; }
.solpage-hero h1 {
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.1rem);
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 1rem;
  max-width: 16ch;
}
.solpage-lead {
  color: rgba(226, 232, 240, 0.8);
  font-size: 1.08rem;
  line-height: 1.7;
  max-width: 42rem;
  margin: 0 0 1.75rem;
}
.solpage-hero .btn-outline,
.solpage-btn-alt {
  background: transparent;
  color: #fff !important;
  border: 1px solid rgba(147, 197, 253, 0.55);
}
.solpage-hero .btn-outline:hover,
.solpage-btn-alt:hover {
  background: rgba(240, 80, 0, 0.25);
  border-color: #FF6A1A;
  color: #fff !important;
}

.solpage-intro {
  max-width: 680px;
  margin: 0 auto 3rem;
  text-align: center;
}
.solpage-intro h2 { margin-bottom: 0.75rem; color: var(--section-heading); }
.solpage-intro p { color: var(--section-subtitle); margin: 0; }

.pillar-block {
  padding: 2.25rem;
  margin-bottom: 2rem;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(240, 80, 0, 0.1);
  box-shadow: 0 12px 36px rgba(0, 16, 64, 0.06);
}
.pillar-block-alt { background: #F7F9FC; }
.pillar-block-head {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.5rem;
  margin-bottom: 1.75rem;
  align-items: start;
}
.pillar-index {
  font-size: 2.5rem;
  font-weight: 800;
  color: #F05000;
  line-height: 1;
  letter-spacing: -0.04em;
}
.pillar-label {
  margin: 0 0 0.4rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--section-label);
}
.pillar-block-head h2 {
  margin: 0 0 0.85rem;
  font-size: clamp(1.45rem, 2.4vw, 1.9rem);
  color: var(--section-heading);
}
.pillar-block-head p { color: var(--section-subtitle); margin: 0 0 1rem; max-width: 58rem; }
.pillar-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-weight: 600;
  color: #F05000;
  text-decoration: none;
}
.pillar-link:hover { gap: 0.7rem; }

.pillar-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.pillar-feature {
  padding: 1.25rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(240, 80, 0, 0.08);
}
.pillar-block-alt .pillar-feature { background: #fff; }
.pillar-feature-icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: rgba(240, 80, 0, 0.1);
  color: #F05000;
  margin-bottom: 0.85rem;
  font-size: 1.05rem;
}
.pillar-feature h3 {
  margin: 0 0 0.45rem;
  font-size: 1.02rem;
  color: #001040;
}
.pillar-feature p {
  margin: 0;
  font-size: 0.9rem;
  color: #6E7A84;
  line-height: 1.55;
}

.solpage-outcomes { background: #F7F9FC; }
.outcome-board {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.outcome-tile {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  padding: 1.2rem 1.15rem;
  background: #fff;
  border-radius: 14px;
  border: 1px solid rgba(240, 80, 0, 0.08);
  box-shadow: 0 8px 22px rgba(0, 16, 64, 0.04);
}
.outcome-num {
  font-size: 0.85rem;
  font-weight: 800;
  color: #F05000;
  line-height: 1.4;
}
.outcome-tile p {
  margin: 0;
  font-weight: 600;
  color: #001040;
  font-size: 0.95rem;
  line-height: 1.4;
}

.pillars-home { background: #F8FBFF; }
.pillars-home-head {
  max-width: 720px;
  margin: 0 auto 2.5rem;
  text-align: center;
}
.pillars-home-head h2 { margin-bottom: 0.75rem; color: var(--section-heading); }
.pillars-home-head p { color: var(--section-subtitle); margin: 0; }
.pillars-home-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.pillar-home-card {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  padding: 1.75rem 1.5rem;
  background: #fff;
  border-radius: 18px;
  border-top: 4px solid #F05000;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 12px 32px rgba(0, 16, 64, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  min-height: 100%;
}
.pillar-home-card:nth-child(2) { border-top-color: #E04800; }
.pillar-home-card:nth-child(3) { border-top-color: #001A52; }
.pillar-home-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0, 16, 64, 0.12);
  color: inherit;
}
.pillar-home-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}
.pillar-home-num {
  font-size: 1.5rem;
  font-weight: 800;
  color: #F05000;
  letter-spacing: -0.03em;
}
.pillar-home-tag {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #6E7A84;
  background: #F0F4FA;
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
}
.pillar-home-card h3 {
  margin: 0;
  font-size: 1.2rem;
  color: #001040;
}
.pillar-home-card p {
  margin: 0;
  color: #6E7A84;
  font-size: 0.95rem;
  line-height: 1.6;
  flex: 1;
}
.pillar-home-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 0.35rem;
  font-weight: 600;
  color: #F05000;
  font-size: 0.92rem;
}
.pillar-home-card:hover .pillar-home-cta { gap: 0.7rem; }
.pillars-home-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.85rem;
  margin-top: 2rem;
}
.pillars-home-actions .btn-outline {
  background: #fff;
  color: #001040;
  border: 1px solid #D8DEE8;
}
.pillars-home-actions .btn-outline:hover {
  border-color: #F05000;
  color: #F05000;
}

.mt-2 { margin-top: 2rem; }
.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
