:root {
  --deep-navy: #05080f;
  --midnight-blue: #0a101c;
  --graphite: #111827;
  --charcoal: #1a2332;
  --dark-indigo: #15122e;
  --electric-blue: #3B82F6;
  --royal-blue: #6366F1;
  --soft-purple: #8B5CF6;
  --violet-glow: #A78BFA;
  --soft-cyan: #67E8F9;
  --subtle-white: #F8FAFC;
  --text-primary: #FFFFFF;
  --text-secondary: #E2E8F0;
  --text-muted: #B6C2D1;
  --glass-bg: rgba(12, 18, 32, 0.78);
  --glass-border: rgba(148, 163, 184, 0.12);
  --accent: #3B82F6;
  --accent-2: #6366F1;
  --void: var(--deep-navy);
  --bg: var(--deep-navy);
  --bg-elevated: var(--midnight-blue);
  --surface: var(--glass-bg);
  --surface-2: rgba(16, 26, 46, 0.88);
  --surface-3: var(--graphite);
  --border: var(--glass-border);
  --border-gold: rgba(99, 102, 241, 0.28);
  --text: var(--text-primary);
  --text-soft: var(--text-secondary);
  --muted: var(--text-muted);
  --blue: var(--electric-blue);
  --blue-bright: var(--soft-cyan);
  --blue-deep: #1e40af;
  --gold: var(--soft-cyan);
  --gold-bright: var(--soft-cyan);
  --gold-soft: rgba(59, 130, 246, 0.12);
  --glow-core: var(--electric-blue);
  --glow-cyan: var(--soft-cyan);
  --glow-purple: var(--soft-purple);
  --confirm: var(--soft-cyan);
  --confirm-fill: rgba(103, 232, 249, 0.15);
  --success: #10B981;
  --error: #F87171;
  --warning: #FBBF24;
  --grad-btn: linear-gradient(135deg, var(--electric-blue), var(--royal-blue));
  --grad-btn-hover: linear-gradient(135deg, #60A5FA, var(--soft-purple));
  --grad-data: linear-gradient(90deg, #3B82F6 0%, #6366F1 45%, #67E8F9 100%);
  --radius: 16px;
  --radius-lg: 22px;
  --radius-xl: 26px;
  --radius-pill: 9999px;
  --shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
  --shadow-lift: 0 30px 65px rgba(0, 0, 0, 0.38);
  --shadow-glow: 0 18px 40px rgba(0, 0, 0, 0.25), 0 0 40px rgba(99, 102, 241, 0.1);
  --ease: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-spring: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  --dur: 0.35s;
  --dur-slow: 0.5s;
  --font: "Lato", Arial, Helvetica, sans-serif;
  --display: "Cabin", "Lato", Arial, Helvetica, sans-serif;
  --heading-color: #FFFFFF;
  --container: 1200px;
  --header-h: 76px;
  --glass-blur: 24px;
  --section-y: clamp(4.75rem, 9vw, 7.75rem);
  --section-y-sm: clamp(2.75rem, 5vw, 4rem);
  --section-gap: clamp(2rem, 4vw, 3rem);
  --grid-gap: clamp(1rem, 2.2vw, 1.5rem);
  --surface-band: rgba(10, 16, 28, 0.55);
  --surface-band-2: rgba(6, 10, 18, 0.72);
  --divider: linear-gradient(90deg, transparent 0%, rgba(148, 163, 184, 0.14) 18%, rgba(148, 163, 184, 0.18) 50%, rgba(148, 163, 184, 0.14) 82%, transparent 100%);
  --card-bg: rgba(14, 20, 34, 0.55);
  --card-border: rgba(148, 163, 184, 0.1);
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 20px);
  overflow-x: hidden;
  overflow-x: clip;
  max-width: 100%;
}

body {
  font-family: var(--font);
  background: var(--deep-navy);
  color: var(--text-secondary);
  line-height: 1.65;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-weight: 400;
  overflow-x: hidden;
  overflow-x: clip;
  max-width: 100%;
  width: 100%;
  position: relative;
  min-height: 100vh;
}

.background-layers {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.bg-base {
  position: absolute;
  inset: 0;
  background: linear-gradient(165deg, #04060c 0%, #060a14 42%, #080d18 100%);
  z-index: 1;
}

.bg-glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 2;
}

.bg-glow--top {
  width: min(920px, 100%);
  height: min(920px, 100%);
  max-width: 100%;
  top: -28%;
  left: 50%;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(59, 130, 246, 0.16) 0%, rgba(99, 102, 241, 0.1) 28%, rgba(99, 102, 241, 0.04) 48%, transparent 68%);
  filter: blur(8px);
}

.bg-glow--right {
  width: min(640px, 70%);
  height: min(640px, 70vw);
  top: 18%;
  right: -8%;
  background: radial-gradient(circle, rgba(103, 232, 249, 0.09) 0%, rgba(59, 130, 246, 0.05) 40%, transparent 68%);
  filter: blur(12px);
}

.bg-glow--left {
  width: min(520px, 80vw);
  height: min(520px, 80vw);
  bottom: 8%;
  left: -14%;
  background: radial-gradient(circle, rgba(139, 92, 246, 0.08) 0%, rgba(99, 102, 241, 0.04) 42%, transparent 70%);
  filter: blur(14px);
}

body:not(:has(.background-layers))::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(ellipse 90% 60% at 50% -5%, rgba(59, 130, 246, 0.14) 0%, transparent 55%), radial-gradient(ellipse 50% 40% at 90% 30%, rgba(103, 232, 249, 0.06) 0%, transparent 50%), radial-gradient(ellipse 45% 35% at 8% 75%, rgba(139, 92, 246, 0.06) 0%, transparent 50%), linear-gradient(165deg, #04060c 0%, #060a14 45%, #080d18 100%);
}

img {
  max-width: 100%;
  display: block;
  height: auto;
}

a {
  text-decoration: none;
  color: inherit;
  transition: color 0.2s var(--ease);
}

a:hover {
  color: var(--electric-blue);
}

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
  color: inherit;
}

ul {
  list-style: none;
}

::selection {
  background: rgba(59, 130, 246, 0.35);
  color: #fff;
}

.container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: clamp(16px, 4vw, 24px);
  position: relative;
  z-index: 10;
  box-sizing: border-box;
}

main {
  position: relative;
  z-index: 10;
  max-width: 100%;
  overflow-x: clip;
}

.h1, h1 {
  font-family: var(--display);
  font-size: clamp(2.5rem, 5.5vw, 3.85rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: var(--heading-color);
}

.h2, h2 {
  font-family: var(--display);
  font-size: clamp(1.85rem, 3.5vw, 2.5rem);
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: -0.025em;
  color: var(--heading-color);
}

.h3, h3 {
  font-family: var(--display);
  font-size: clamp(1.2rem, 2vw, 1.35rem);
  font-weight: 600;
  line-height: 1.28;
  letter-spacing: -0.02em;
  color: var(--heading-color);
}

h4, h5, h6, .h4, .h5, .h6 {
  font-family: var(--display);
  font-weight: 600;
  letter-spacing: -0.015em;
  color: var(--heading-color);
  line-height: 1.3;
}

h4, .h4 {
  font-size: 1.1rem;
}

h5, .h5 {
  font-size: 1rem;
}

h6, .h6 {
  font-size: 0.92rem;
  letter-spacing: 0.02em;
  text-transform: none;
}

.lead {
  font-family: var(--font);
  font-size: clamp(1.05rem, 1.9vw, 1.22rem);
  font-weight: 400;
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 640px;
}

p, li, label, input, textarea, select, td, th {
  font-family: var(--font);
  color: inherit;
}

.prose, .prose p, .prose li, .card p, .faq-answer, .faq-aside-lead, .approach-card p, .check-list li {
  color: var(--text-secondary);
}

.prose h1, .prose h2, .prose h3, .prose h4, .card h3, .section-head h2 {
  color: var(--heading-color);
}

.text-gold, .text-cyan {
  color: var(--soft-cyan);
}

.text-muted {
  color: var(--text-muted);
}

.text-soft {
  color: var(--text-secondary);
}

.gradient-text {
  background: linear-gradient(115deg, var(--soft-cyan) 0%, #7DD3FC 30%, var(--electric-blue) 62%, var(--royal-blue) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.font-display {
  font-family: var(--display);
}

.font-body {
  font-family: var(--font);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 12px 26px;
  font-family: var(--font);
  font-size: 14.5px;
  font-weight: 700;
  border-radius: 9999px;
  letter-spacing: -0.01em;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease), background 0.3s, border-color 0.3s, color 0.3s;
  white-space: nowrap;
}

.btn::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 55%;
  height: 280%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.32), transparent);
  transform: skewX(-22deg) translateX(-180%);
  z-index: 1;
  pointer-events: none;
}

.btn:hover::before {
  animation: btn-shimmer 0.9s forwards;
}

@keyframes btn-shimmer {
  0% { transform: skewX(-22deg) translateX(-180%); }
  100% { transform: skewX(-22deg) translateX(320%); }
}

.btn-primary {
  background: var(--grad-btn);
  color: #fff !important;
  border: none;
  box-shadow: 0 6px 22px rgba(59, 130, 246, 0.45);
}

.btn-primary:hover {
  transform: translateY(-3px) scale(1.012);
  box-shadow: 0 14px 36px rgba(59, 130, 246, 0.55);
  color: #fff !important;
  background: var(--grad-btn-hover);
}
.btn-primary.is-active {
  box-shadow: 0 14px 36px rgba(59, 130, 246, 0.55);
  background: var(--grad-btn-hover);
  border-color: rgba(103, 232, 249, 0.4);
}

.btn-primary:active {
  transform: translateY(-1px) scale(0.985);
  color: #fff !important;
}

.btn-secondary {
  background: var(--glass-bg);
  color: var(--text-primary);
  border: 1px solid var(--glass-border);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.btn-secondary:hover {
  background: rgba(148, 163, 184, 0.12);
  border-color: rgba(99, 102, 241, 0.35);
  transform: translateY(-2px);
  color: var(--text-primary);
}
.btn-secondary.is-active {
  background: rgba(148, 163, 184, 0.12);
  border-color: rgba(99, 102, 241, 0.35);
  color: var(--text-primary);
}

.btn-blue {
  background: var(--grad-btn);
  color: #fff;
  box-shadow: 0 6px 22px rgba(59, 130, 246, 0.4);
}

.btn-ghost {
  background: rgba(148, 163, 184, 0.06);
  border: 1px solid var(--glass-border);
  color: var(--text-secondary);
}

.btn-ghost:hover {
  background: rgba(148, 163, 184, 0.12);
  color: var(--text-primary);
}

.btn-sm {
  min-height: 40px;
  padding: 8px 18px;
  font-size: 13.5px;
}

.btn-lg {
  min-height: 54px;
  padding: 14px 32px;
  font-size: 15.5px;
}

.btn-block {
  width: 100%;
}

.utility-bar {
  background: rgba(6, 10, 18, 0.85);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--glass-border);
  font-size: 12.5px;
  color: var(--text-muted);
  padding: 8px 0;
  position: relative;
  z-index: 1100;
}

.utility-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.utility-left, .utility-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.utility-bar a:hover {
  color: var(--electric-blue);
}

.nav-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1050;
  background: rgba(4, 7, 14, 0.55);
  backdrop-filter: blur(14px) saturate(1.1);
  -webkit-backdrop-filter: blur(14px) saturate(1.1);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.35s var(--ease), visibility 0.35s;
}

body.nav-mega-open .nav-backdrop, body.nav-mobile-open .nav-backdrop {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

body.nav-mega-open main, body.nav-mega-open .site-footer, body.nav-mega-open .fab, body.nav-mobile-open main, body.nav-mobile-open .site-footer, body.nav-mobile-open .fab {
  filter: blur(6px);
  transition: filter 0.35s var(--ease);
}

main, .site-footer, .fab {
  transition: filter 0.35s var(--ease);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1200;
  height: auto;
  min-height: var(--header-h);
  display: flex;
  align-items: center;
  padding: 10px 0;
  background: transparent;
  border-bottom: 1px solid transparent;
  overflow: visible;
  transition: background 0.35s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.35s ease, box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1), padding 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.site-header.scrolled, body.nav-mega-open .site-header, body.nav-mobile-open .site-header {
  background: rgba(6, 10, 18, 0.78);
  backdrop-filter: blur(28px) saturate(1.4);
  -webkit-backdrop-filter: blur(28px) saturate(1.4);
  border-bottom-color: rgba(148, 163, 184, 0.1);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.45);
  padding: 8px 0;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  /* Replaced width: 100%; with the line below for responsive side spacing */
  width: calc(100% - clamp(4px, 4vw, 4px)); 
  max-width: calc(var(--container) + 120px);
  margin-inline: auto;
  position: relative;
  z-index: 2;
  padding: 7px clamp(12px, 3vw, 16px);
  border-radius: 999px;
  background: rgba(12, 18, 32, 0.78);
  border: 1px solid rgba(148, 163, 184, 0.14);
  backdrop-filter: blur(28px) saturate(1.4);
  -webkit-backdrop-filter: blur(28px) saturate(1.4);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(99, 102, 241, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transition: background 0.35s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.35s ease, box-shadow 0.4s cubic-bezier(0.22, 1, 0.36, 1), padding 0.3s ease, gap 0.3s ease;
}

.site-header.scrolled .header-inner, body.nav-mega-open .header-inner, body.nav-mobile-open .header-inner {
  background: rgba(10, 15, 28, 0.92);
  border-color: rgba(99, 102, 241, 0.22);
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.45), 0 0 40px rgba(59, 130, 246, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.header-spark {
  position: absolute;
  left: 50%;
  bottom: -1px;
  transform: translateX(-50%);
  width: min(220px, 40%);
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.0), #3B82F6, #67E8F9, #3B82F6, transparent);
  background-size: 200% 100%;
  opacity: 0.55;
  animation: header-spark 4.5s linear infinite;
  pointer-events: none;
  z-index: 4;
  transition: opacity 0.3s ease, width 0.35s ease;
}

.site-header.scrolled .header-spark, body.nav-mega-open .header-spark {
  opacity: 0.85;
  width: min(280px, 48%);
}

@keyframes header-spark {
  0% { background-position: 0% 50%; opacity: 0.35; }
  50% { opacity: 0.85; }
  100% { background-position: 200% 50%; opacity: 0.35; }
}

.header-search-toggle {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 9999px;
  border: 1px solid rgba(148, 163, 184, 0.16);
  background: rgba(6, 10, 20, 0.45);
  color: #94a3b8;
  cursor: pointer;
  transition: color 0.28s cubic-bezier(0.23, 1, 0.32, 1), background 0.28s cubic-bezier(0.23, 1, 0.32, 1), border-color 0.28s ease, transform 0.28s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.28s ease;
}

.header-search-toggle:hover {
  color: #f8fafc;
  background: rgba(148, 163, 184, 0.12);
  border-color: rgba(99, 102, 241, 0.35);
  transform: scale(1.06);
  box-shadow: 0 0 0 1px rgba(99, 102, 241, 0.12);
}

.header-search-toggle svg {
  width: 17px;
  height: 17px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.85;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.search-overlay {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), visibility 0s linear 0.35s;
}

.search-overlay.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), visibility 0s linear 0s;
}

.search-overlay-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 8, 16, 0.62);
  backdrop-filter: blur(10px) saturate(1.1);
  -webkit-backdrop-filter: blur(10px) saturate(1.1);
  cursor: pointer;
}

.search-panel {
  position: relative;
  z-index: 1;
  width: min(640px, 100%);
  max-height: min(72vh, 640px);
  display: flex;
  flex-direction: column;
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(10, 16, 28, 0.96);
  border: 1px solid rgba(148, 163, 184, 0.16);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(99, 102, 241, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(28px) saturate(1.3);
  -webkit-backdrop-filter: blur(28px) saturate(1.3);
  transform: translateY(18px) scale(0.94);
  opacity: 0;
  transition: transform 0.42s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}

.search-overlay.is-open .search-panel {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.search-panel-form {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 6px 8px 6px 18px;
  border-radius: 9999px;
  border: 1px solid rgba(148, 163, 184, 0.14);
  background: rgba(255, 255, 255, 0.03);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.search-panel-form:focus-within {
  border-color: rgba(103, 232, 249, 0.4);
  background: rgba(8, 14, 28, 0.6);
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.14);
}

.search-panel-icon {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  color: #64748b;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.85;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: color 0.2s ease;
}

.search-panel-form:focus-within .search-panel-icon {
  color: #67e8f9;
}

.search-panel-input {
  flex: 1;
  min-width: 0;
  border: none;
  background: transparent;
  color: #f8fafc;
  font-family: var(--font);
  font-size: 16px;
  font-weight: 500;
  outline: none;
  padding: 12px 0;
}

.search-panel-input::placeholder {
  color: #64748b;
  font-weight: 400;
}

.search-panel-close {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: none;
  border-radius: 9999px;
  background: rgba(148, 163, 184, 0.1);
  color: #94a3b8;
  cursor: pointer;
  transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.search-panel-close:hover {
  color: #f8fafc;
  background: rgba(148, 163, 184, 0.2);
  transform: scale(1.05);
}

.search-panel-close svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.search-panel-results {
  margin-top: 14px;
  max-height: min(420px, 50vh);
  overflow: auto;
  padding: 4px;
  border-radius: 16px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  pointer-events: none;
  transition: opacity 0.22s ease, transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), visibility 0s linear 0.22s;
}

.search-panel-results.has-results {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
  transition: opacity 0.22s ease, transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), visibility 0s linear 0s;
}

.header-search-result {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 12px 14px;
  border-radius: 14px;
  text-decoration: none;
  color: inherit;
  transition: background 0.2s ease;
}

.header-search-result:hover, .header-search-result.is-active {
  background: rgba(59, 130, 246, 0.14);
}

.header-search-result strong {
  font-size: 14px;
  font-weight: 650;
  color: #f8fafc;
}

.header-search-result span {
  font-size: 12px;
  color: #94a3b8;
  line-height: 1.4;
}

.header-search-empty {
  padding: 18px 14px;
  font-size: 13.5px;
  color: #94a3b8;
  text-align: center;
}

.mobile-nav-search {
  display: none;
}

body.search-open {
  overflow: hidden;
}

body.search-open main, body.search-open .site-footer, body.search-open .fab, body.search-open .utility-bar {
  filter: blur(6px) brightness(0.88);
  transition: filter 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {
  .site-header, .header-inner, .header-search-toggle, .search-overlay, .search-panel, .search-panel-results, .search-panel-form, .mobile-nav-search-form, body.search-open main, body.search-open .site-footer, body.search-open .fab, body.search-open .utility-bar {
    transition: none !important;
  }
  .search-panel {
    transform: none;
  }
  .header-spark {
    animation: none !important;
  }
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  z-index: 2;
  text-decoration: none;
  color: var(--text-primary);
  line-height: 1;
  transition: opacity 0.25s ease;
}

.logo-img {
  display: block;
  height: 40px;
  width: 40px;
  object-fit: contain;
  flex-shrink: 0;
  transition: transform 0.35s var(--ease), filter 0.35s var(--ease);
  filter: drop-shadow(0 4px 14px rgba(59, 130, 246, 0.28));
}

.logo-text {
  display: inline-block;
  font-family: var(--display);
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: -0.02em;
  color: var(--text-primary);
  white-space: nowrap;
  line-height: 1.1;
}

.logo-text em {
  font-style: normal;
  color: var(--soft-cyan);
  font-weight: 700;
}

.logo:hover .logo-img {
  transform: scale(1.05);
  filter: drop-shadow(0 6px 18px rgba(99, 102, 241, 0.42));
}

.logo:hover .logo-text {
  color: #fff;
}

.logo.is-active .logo-img {
  filter: drop-shadow(0 0 0 2px rgba(103, 232, 249, 0.35)) drop-shadow(0 8px 22px rgba(59, 130, 246, 0.45));
}

.logo-mark {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: var(--grad-btn);
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  font-family: var(--display);
}

.nav {
  display: flex;
  align-items: center;
  gap: 2px;
  flex: 1;
  justify-content: center;
}

.nav-item {
  position: static;
}

.nav > .nav-item > a, .nav > a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 500;
  color: var(--text-secondary);
  border-radius: 9999px;
  transition: color 0.28s cubic-bezier(0.22, 1, 0.36, 1), background 0.28s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s cubic-bezier(0.22, 1, 0.36, 1), transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
  white-space: nowrap;
  position: relative;
  z-index: 2;
}

.nav > .nav-item > a .nav-chevron {
  width: 7px;
  height: 7px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
  opacity: 0.55;
  transition: transform 0.35s cubic-bezier(0.34, 1.4, 0.64, 1), opacity 0.25s;
  flex-shrink: 0;
}

.nav > .nav-item.is-open > a .nav-chevron {
  transform: rotate(225deg) translateY(-1px);
  opacity: 1;
}

.nav > .nav-item > a.is-active, .nav > a.is-active {
  color: #fff;
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.24), rgba(99, 102, 241, 0.18));
  box-shadow: inset 0 0 0 1px rgba(103, 232, 249, 0.25), 0 0 22px rgba(59, 130, 246, 0.2);
}

.nav > .nav-item > a:hover, .nav > a:hover, .nav > .nav-item.is-open > a {
  color: var(--text-primary);
  background: rgba(148, 163, 184, 0.1);
}

.nav > .nav-item > a.is-active:hover, .nav > a.is-active:hover, .nav > .nav-item.is-open > a.is-active {
  color: #fff;
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.3), rgba(99, 102, 241, 0.22));
  box-shadow: inset 0 0 0 1px rgba(103, 232, 249, 0.3), 0 0 26px rgba(59, 130, 246, 0.25);
}

.mega {
  position: fixed;
  top: calc(var(--header-h) - 10px);
  left: 50%;
  width: min(1080px, calc(100% - 40px));
  max-width: calc(100% - 40px);
  max-height: min(78vh, 640px);
  overflow-x: hidden;
  overflow-y: auto;
  transform: translate3d(-50%, -12px, 0);
  transform-origin: top center;
  background: rgba(10, 15, 28, 0.96);
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 24px;
  padding: 34px 36px 32px;
  backdrop-filter: blur(28px) saturate(1.25);
  -webkit-backdrop-filter: blur(28px) saturate(1.25);
  box-shadow: 0 28px 72px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(99, 102, 241, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s cubic-bezier(0.22, 1, 0.36, 1), transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), visibility 0s linear 0.28s;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 28px;
  z-index: 1300;
  scrollbar-width: thin;
  scrollbar-color: rgba(99, 102, 241, 0.35) transparent;
}

.mega::before {
  content: "";
  position: absolute;
  top: 0;
  left: 12%;
  right: 12%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(103, 232, 249, 0.55), transparent);
  opacity: 0;
  transition: opacity 0.22s ease;
  pointer-events: none;
}

.mega.mega-2 {
  grid-template-columns: repeat(2, 1fr);
  width: min(720px, calc(100% - 40px));
  max-width: calc(100% - 40px);
}

.mega.mega-wide {
  grid-template-columns: repeat(3, 1fr);
  width: min(1080px, calc(100% - 40px));
  max-width: calc(100% - 40px);
}

.nav-item.is-open > .mega {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate3d(-50%, 0, 0);
  transition: opacity 0.24s cubic-bezier(0.22, 1, 0.36, 1), transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), visibility 0s linear 0s;
}

.nav-item.is-open > .mega::before {
  opacity: 1;
}

.nav-item.is-open > .mega > .mega-col {
  animation: mega-col-in 0.3s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.nav-item.is-open > .mega > .mega-col:nth-child(1) { animation-delay: 0.02s; }
.nav-item.is-open > .mega > .mega-col:nth-child(2) { animation-delay: 0.05s; }
.nav-item.is-open > .mega > .mega-col:nth-child(3) { animation-delay: 0.08s; }
.nav-item.is-open > .mega > .mega-foot {
  animation: mega-col-in 0.3s cubic-bezier(0.22, 1, 0.36, 1) 0.1s both;
}

@keyframes mega-col-in {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  .mega, .nav-item.is-open > .mega {
    transition: none !important;
    transform: translate3d(-50%, 0, 0) !important;
  }
  .nav-item.is-open > .mega > .mega-col, .nav-item.is-open > .mega > .mega-foot {
    animation: none !important;
  }
}

.mega-col h4 {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--soft-cyan);
  margin-bottom: 14px;
  font-weight: 600;
  padding-left: 4px;
}

.mega-link, .mega-col a {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px;
  margin: 0 0 6px;
  border-radius: 14px;
  color: var(--text-secondary);
  text-decoration: none;
  border: 1px solid transparent;
  background: transparent;
  transition: background 0.28s var(--ease), border-color 0.28s var(--ease), transform 0.28s var(--ease), box-shadow 0.28s var(--ease);
}

.mega-link.is-active, .mega-col a.is-active {
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.18), rgba(99, 102, 241, 0.12));
  border-color: rgba(103, 232, 249, 0.28);
  box-shadow: inset 0 0 0 1px rgba(103, 232, 249, 0.12), 0 0 18px rgba(59, 130, 246, 0.1);
}

.mega-link.is-active .mega-link-title, .mega-col a.is-active .mega-link-title {
  color: #fff;
}

.mega-link.is-active .mega-link-icon, .mega-col a.is-active .mega-link-icon {
  background: rgba(59, 130, 246, 0.22);
  border-color: rgba(103, 232, 249, 0.35);
  color: #a5f3fc;
  box-shadow: 0 0 14px rgba(103, 232, 249, 0.15);
}

.mega-link.is-active .mega-link-go, .mega-col a.is-active .mega-link-go {
  opacity: 1;
  color: #67e8f9;
}

.mega-link:hover, .mega-col a:hover {
  color: var(--text-primary);
  background: rgba(59, 130, 246, 0.1);
  border-color: rgba(103, 232, 249, 0.16);
  transform: translateY(-1px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.2);
}

.mega-link-icon {
  width: 40px;
  height: 40px;
  border-radius: 11px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  background: rgba(59, 130, 246, 0.12);
  border: 1px solid rgba(103, 232, 249, 0.18);
  color: #67E8F9;
  transition: background 0.28s, border-color 0.28s, box-shadow 0.28s, transform 0.28s var(--ease);
}

.mega-link:hover .mega-link-icon, .mega-col a:hover .mega-link-icon {
  background: rgba(99, 102, 241, 0.2);
  border-color: rgba(103, 232, 249, 0.35);
  box-shadow: 0 0 18px rgba(59, 130, 246, 0.25);
  transform: scale(1.05);
}

.mega-link-icon svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mega-link-body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.mega-link-title {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.01em;
  line-height: 1.3;
}

.mega-link-desc, .mega-col a small {
  display: block;
  font-size: 12.5px;
  color: var(--text-muted);
  font-weight: 400;
  line-height: 1.45;
  margin: 0;
}

.mega-link-go {
  flex-shrink: 0;
  align-self: center;
  font-size: 12px;
  font-weight: 600;
  color: #67E8F9;
  opacity: 0;
  transform: translateX(-6px);
  transition: opacity 0.25s, transform 0.28s var(--ease);
  white-space: nowrap;
}

.mega-link:hover .mega-link-go {
  opacity: 1;
  transform: translateX(0);
}

.mega-intro {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  padding: 16px 18px;
  margin-bottom: 8px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.14), rgba(99, 102, 241, 0.08));
  border: 1px solid rgba(103, 232, 249, 0.16);
}

.mega-intro-copy h3 {
  font-size: 1.05rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 4px;
  font-family: var(--display);
}

.mega-intro-copy p {
  font-size: 13px;
  color: var(--text-muted);
  margin: 0;
  max-width: 520px;
  line-height: 1.5;
}

.mega-foot {
  grid-column: 1 / -1;
  padding-top: 18px;
  margin-top: 8px;
  border-top: 1px solid var(--glass-border);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.mega-foot-text {
  font-size: 13px;
  color: var(--text-muted);
  max-width: 420px;
  line-height: 1.5;
}

.mega-foot-text strong {
  color: #e2e8f0;
  font-weight: 600;
}

.header-ctas {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  z-index: 2;
  transition: gap 0.3s ease;
}

.mobile-nav-cta {
  display: none;
}

.header-ctas .btn {
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s ease, background 0.28s ease, border-color 0.28s ease, color 0.28s ease;
}

@media (max-width: 1200px) and (min-width: 981px) {
  .header-ctas {
    gap: 8px;
  }
}

.menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  width: 44px;
  height: 44px;
  padding: 10px;
  border-radius: 12px;
  border: 1px solid transparent;
  z-index: 2;
  transition: background 0.25s, border-color 0.25s;
}

.menu-toggle:hover {
  background: rgba(148, 163, 184, 0.08);
  border-color: var(--glass-border);
}

.menu-toggle span {
  display: block;
  height: 2px;
  width: 100%;
  background: var(--text-primary);
  border-radius: 2px;
  transition: 0.35s var(--ease);
  transform-origin: center;
}

.menu-toggle.active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.menu-toggle.active span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.menu-toggle.active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.hero {
  position: relative;
  padding: 64px 0 80px;
  overflow-x: clip;
  overflow-y: visible;
  max-width: 100%;
  min-height: calc(100vh - var(--header-h) - 40px);
  display: flex;
  align-items: center;
}

.hero .container {
  overflow-x: clip;
  overflow-y: visible;
  max-width: var(--container);
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}

.hero-proof span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 9999px;
  background: rgba(12, 18, 32, 0.65);
  border: 1px solid rgba(148, 163, 184, 0.12);
  font-size: 12.5px;
  color: var(--text-secondary);
  font-weight: 500;
}

.hero-proof span svg {
  width: 14px;
  height: 14px;
  color: #67E8F9;
  flex-shrink: 0;
}

.hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  max-width: 100%;
}

.hero-grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(148, 163, 184, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(148, 163, 184, 0.04) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse at 50% 40%, black 10%, transparent 70%);
  opacity: 0.6;
}

.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
}

.hero-orb-1 {
  width: min(520px, 70vw);
  height: min(520px, 70vw);
  background: rgba(59, 130, 246, 0.22);
  top: -15%;
  right: 0;
  opacity: 0.55;
}

.hero-orb-2 {
  width: min(400px, 60vw);
  height: min(400px, 60vw);
  background: rgba(99, 102, 241, 0.16);
  bottom: -10%;
  left: 0;
  opacity: 0.5;
}

.hero-with-visual {
  --hero-eyebrow-h: 52px;
  --hero-visual-offset: 50px;
  position: relative;
  display: block;
  width: 100%;
  min-height: max(100%, 480px);
  overflow-x: clip;
  overflow-y: visible;
  max-width: 100%;
  isolation: isolate;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: 50%;
  min-width: 50%;
  max-width: min(680px, 54%);
  margin: 0;
  padding: 0 24px 0 0;
  box-sizing: border-box;
  text-shadow: 0 2px 18px rgba(5, 8, 15, 0.45);
}

.hero-content .lead, .hero-content .trust-line, .hero-content .eyebrow {
  text-shadow: 0 1px 12px rgba(5, 8, 15, 0.4);
}

.hero h1, .hero-content h1 {
  color: var(--subtle-white, #F8FAFC);
  text-shadow: 0 2px 20px rgba(5, 8, 15, 0.5);
}

.hero h1 .gradient-text, .hero-content h1 .gradient-text {
  background: linear-gradient(115deg, var(--soft-cyan) 0%, #7DD3FC 28%, var(--electric-blue) 58%, var(--royal-blue) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: none;
  filter: drop-shadow(0 0 18px rgba(103, 232, 249, 0.22));
}

.hero .lead, .hero-content .lead {
  color: var(--text-secondary);
  font-weight: 400;
}

.hero .eyebrow, .hero-content .eyebrow {
  color: var(--soft-cyan);
  border-color: rgba(103, 232, 249, 0.28);
  background: rgba(12, 18, 32, 0.72);
  box-shadow: 0 0 0 1px rgba(59, 130, 246, 0.08), 0 8px 24px rgba(0, 0, 0, 0.2);
}

.hero .eyebrow .eyebrow-dot {
  background: var(--soft-cyan);
  box-shadow: 0 0 0 3px rgba(103, 232, 249, 0.22);
}

.hero .trust-line, .hero-content .trust-line {
  color: var(--text-muted);
}

.hero .trust-line strong, .hero-content .trust-line strong {
  color: var(--soft-cyan);
  font-weight: 600;
}

@media (min-width: 1101px) {
  .hero-with-visual > .visual-stage--hero {
    position: absolute;
    z-index: 1;
    top: var(--hero-graph-top, 12rem);
    right: 20px;
    left: auto;
    bottom: auto;
    width: min(620px, 52%);
    max-width: min(620px, 100%);
    min-width: 0;
    margin: 0;
    padding: 0;
    transform: none !important;
    translate: none;
    overflow-x: clip;
    overflow-y: visible;
    pointer-events: auto;
    -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 8%, rgba(0, 0, 0, 0.72) 22%, rgba(0, 0, 0, 0.9) 36%, #000 50%);
    mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 8%, rgba(0, 0, 0, 0.72) 22%, rgba(0, 0, 0, 0.9) 36%, #000 50%);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .hero-with-visual > .visual-stage--hero::before {
    display: none;
  }
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 18px;
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  border-radius: 9999px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.25;
  color: var(--text-secondary);
  margin-bottom: 24px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.eyebrow-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--electric-blue);
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.25);
  animation: statusPulse 2s ease-in-out infinite;
}

@keyframes statusPulse {
  0%, 100% { box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.25); }
  50% { box-shadow: 0 0 0 6px rgba(59, 130, 246, 0.1); }
}

.hero h1 {
  margin-bottom: 22px;
  max-width: none;
  font-size: clamp(2.35rem, 4.6vw, 3.65rem);
  line-height: 1.08;
  color: var(--subtle-white, #F8FAFC);
}

@media (min-width: 1400px) {
  .hero-content {
    width: 50%;
    min-width: 50%;
    max-width: min(720px, 52%);
  }
  .hero-with-visual > .visual-stage--hero {
    width: min(680px, 50%);
    max-width: 680px;
    right: 20px;
  }
}

@media (min-width: 1101px) and (max-width: 1399px) {
  .hero-content {
    width: 50%;
    min-width: 48%;
    max-width: min(560px, 52%);
  }
  .hero-with-visual > .visual-stage--hero {
    width: min(540px, 50%);
    max-width: 540px;
    right: 20px;
  }
}

.hero .lead {
  margin-bottom: 34px;
  max-width: 34rem;
  color: var(--text-secondary);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-bottom: 36px;
}

.hero-actions .btn {
  white-space: normal;
  text-align: center;
  line-height: 1.25;
  max-width: 100%;
}

.trust-line {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  font-size: 13px;
  color: var(--text-muted);
  font-weight: 500;
}

.trust-line span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.trust-line span::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--electric-blue);
}

.trust-line span:first-child::before {
  display: none;
}

.section {
  padding: var(--section-y) 0;
  position: relative;
  z-index: 10;
  max-width: 100%;
  overflow-x: clip;
}

main > .section:not(.section-surface):not(.section-dark) + .section:not(.section-surface):not(.section-dark)::before,
main > .hero + .section:not(.section-surface):not(.section-dark)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(100% - 48px, var(--container));
  max-width: calc(100% - clamp(32px, 8vw, 48px));
  height: 1px;
  background: var(--divider);
  pointer-events: none;
  opacity: 0.9;
  z-index: 1;
}

.section-sm {
  padding: var(--section-y-sm) 0;
}

.section-surface {
  background: linear-gradient(180deg, rgba(12, 20, 36, 0.5) 0%, rgba(8, 12, 22, 0.28) 100%);
  border-block: 1px solid rgba(148, 163, 184, 0.06);
}

.section-dark {
  background: linear-gradient(180deg, rgba(4, 8, 16, 0.65) 0%, rgba(6, 10, 18, 0.4) 100%);
  border-block: 1px solid rgba(148, 163, 184, 0.05);
}

.section-head {
  margin-bottom: var(--section-gap);
  max-width: 40rem;
}

.section-head.center {
  text-align: center;
  margin-inline: auto;
  max-width: 44rem;
}

.section-head.center .lead {
  margin-inline: auto;
  max-width: 38rem;
}

.section-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #7dd3fc;
  margin-bottom: 16px;
}

.section-label::before {
  content: "";
  width: 18px;
  height: 1px;
  background: linear-gradient(90deg, #67e8f9, transparent);
  opacity: 0.85;
}

.section-head.center .section-label {
  justify-content: center;
}

.section-head.center .section-label::before {
  display: none;
}

.section-head h2 {
  margin-bottom: 14px;
  letter-spacing: -0.025em;
}

.section-head .lead {
  color: #E8EEF6;
  max-width: 46rem;
  line-height: 1.7;
}

.glass, .form-card, .fab-menu, .split-visual {
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.card-grid {
  display: grid;
  gap: var(--grid-gap);
}

.card-grid-2 {
  grid-template-columns: repeat(2, 1fr);
}

.card-grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.card-grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

.card {
  --card-blob: calc(4.5rem + 5.5vw);
  --card-origin-x: 100%;
  --card-origin-y: 100%;
  border-radius: 18px;
  padding: 28px 26px;
  position: relative;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  isolation: isolate;
  background: linear-gradient(165deg, rgba(18, 28, 48, 0.72) 0%, rgba(10, 16, 28, 0.62) 100%);
  border: 1px solid rgba(148, 163, 184, 0.14);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transform: translateZ(0);
  transition: transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.5s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.4s ease, background 0.4s ease;
  background-clip: padding-box;
}

.card::before, .card::after {
  content: none;
  display: none;
}

a.card::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(120% 90% at var(--card-origin-x) var(--card-origin-y), rgba(103, 232, 249, 0.2) 0%, rgba(59, 130, 246, 0.16) 35%, rgba(99, 102, 241, 0.12) 60%, transparent 78%), linear-gradient(145deg, rgba(59, 130, 246, 0.18) 0%, rgba(99, 102, 241, 0.14) 50%, rgba(14, 165, 233, 0.12) 100%);
  clip-path: circle(var(--card-blob) at var(--card-origin-x) var(--card-origin-y));
  transition: clip-path 0.85s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.45s ease;
  opacity: 0.9;
}

a.card::after {
  content: "";
  display: block;
  position: absolute;
  top: -40%;
  left: -60%;
  width: 55%;
  height: 180%;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(105deg, transparent 0%, rgba(255, 255, 255, 0.03) 40%, rgba(103, 232, 249, 0.1) 50%, rgba(255, 255, 255, 0.03) 60%, transparent 100%);
  transform: translateX(-120%) skewX(-18deg);
  transition: transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
  opacity: 0;
}

.card-grid > a.card:nth-child(4n+1) { --card-origin-x: 100%; --card-origin-y: 100%; }
.card-grid > a.card:nth-child(4n+2) { --card-origin-x: 0%; --card-origin-y: 100%; }
.card-grid > a.card:nth-child(4n+3) { --card-origin-x: 100%; --card-origin-y: 0%; }
.card-grid > a.card:nth-child(4n+4) { --card-origin-x: 0%; --card-origin-y: 0%; }

a.card:hover::before {
  clip-path: circle(160% at var(--card-origin-x) var(--card-origin-y));
  opacity: 1;
}

a.card:hover::after {
  opacity: 1;
  transform: translateX(280%) skewX(-18deg);
}

a.card:focus-visible {
  outline: 2px solid rgba(103, 232, 249, 0.5);
  outline-offset: 3px;
}

a.card:focus-visible::before {
  clip-path: circle(160% at var(--card-origin-x) var(--card-origin-y));
  opacity: 1;
}

a.card:focus-visible::after {
  opacity: 1;
  transform: translateX(280%) skewX(-18deg);
}

.card:not(a) {
  --ripple-time: 0.75s;
  cursor: default;
}

.card:not(a) .card-ripple {
  position: absolute;
  z-index: 0;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  pointer-events: none;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle at center, rgba(103, 232, 249, 0.22) 0%, rgba(59, 130, 246, 0.16) 42%, rgba(99, 102, 241, 0.1) 70%, transparent 100%);
  transition: width var(--ripple-time) cubic-bezier(0.22, 1, 0.36, 1), height var(--ripple-time) cubic-bezier(0.22, 1, 0.36, 1), opacity 0.35s ease;
  opacity: 0.95;
  will-change: width, height, left, top;
}

.card:not(a):hover .card-ripple, .card:not(a).is-rippling .card-ripple {
  width: var(--ripple-d, 120%);
  height: var(--ripple-d, 120%);
}

.card:not(a):hover, .card:not(a).is-rippling, a.card:hover {
  transform: scale(1.025) translateY(-8px);
  border-color: rgba(103, 232, 249, 0.28);
  background: linear-gradient(165deg, rgba(20, 32, 54, 0.82) 0%, rgba(12, 20, 36, 0.78) 100%);
  box-shadow: 0 24px 48px -12px rgba(0, 0, 0, 0.4), 0 0 40px -8px rgba(59, 130, 246, 0.22), 0 0 0 1px rgba(103, 232, 249, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  color: inherit;
}

.card-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(103, 232, 249, 0.1) 0%, rgba(59, 130, 246, 0.08) 100%);
  border: 1px solid rgba(103, 232, 249, 0.24);
  margin-bottom: 18px;
  color: #67e8f9;
  transition: transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1), background 0.4s ease, border-color 0.4s ease, box-shadow 0.45s ease, color 0.35s ease;
  position: relative;
  z-index: 2;
  flex-shrink: 0;
}

.card-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
  display: block;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.card:hover .card-icon, .card:focus-visible .card-icon {
  transform: scale(1.1) rotate(6deg);
  background: linear-gradient(145deg, rgba(103, 232, 249, 0.16) 0%, rgba(59, 130, 246, 0.14) 100%);
  border-color: rgba(103, 232, 249, 0.42);
  color: #a5f3fc;
  box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.08), 0 0 22px rgba(103, 232, 249, 0.2);
}

.card:hover .card-icon svg, .card:focus-visible .card-icon svg {
  transform: scale(1.05);
}

.card--highlight {
  border-color: rgba(103, 232, 249, 0.26) !important;
  background: linear-gradient(165deg, rgba(16, 28, 48, 0.8) 0%, rgba(12, 36, 52, 0.55) 100%) !important;
}

a.card.card--highlight::before {
  background: radial-gradient(120% 90% at var(--card-origin-x) var(--card-origin-y), rgba(103, 232, 249, 0.22) 0%, rgba(59, 130, 246, 0.16) 40%, transparent 75%), linear-gradient(145deg, rgba(14, 165, 233, 0.16) 0%, rgba(59, 130, 246, 0.14) 50%, rgba(99, 102, 241, 0.12) 100%);
}

.card:not(a).card--highlight .card-ripple {
  background: radial-gradient(circle at center, rgba(103, 232, 249, 0.24) 0%, rgba(59, 130, 246, 0.16) 45%, rgba(99, 102, 241, 0.1) 72%, transparent 100%);
}

.card h3 {
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.3;
  font-family: var(--display);
  color: #f8fafc;
  position: relative;
  z-index: 2;
  transition: color 0.35s ease, letter-spacing 0.35s ease;
}

.card:hover h3, .card:focus-visible h3 {
  color: #fff;
  letter-spacing: -0.01em;
}

.card p {
  color: #cbd5e1;
  font-size: 0.95rem;
  line-height: 1.65;
  flex: 1;
  position: relative;
  z-index: 2;
  transition: color 0.4s ease;
}

.card:hover p, .card:focus-visible p {
  color: #e8eef6;
}

.card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  font-size: 14px;
  font-weight: 600;
  color: #67e8f9;
  transition: gap 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), color 0.35s ease;
  position: relative;
  z-index: 2;
}

.card-link::after {
  content: "→";
  display: inline-block;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.card:hover .card-link, .card:focus-visible .card-link {
  gap: 12px;
  color: #a5f3fc;
}

.card:hover .card-link::after, .card:focus-visible .card-link::after {
  transform: translateX(4px);
}

.card .section-label {
  position: relative;
  z-index: 2;
  transition: color 0.35s ease;
}

.card:hover .section-label, .card:focus-visible .section-label {
  color: #a5b4c8;
}

.card > * {
  position: relative;
  z-index: 2;
}

a.card {
  text-decoration: none;
  color: inherit;
}

.card-grid-4 .card {
  --card-blob: calc(3.5rem + 4vw);
  padding: 22px 20px;
  border-radius: 16px;
}

.card-grid-4 .card-icon {
  width: 42px;
  height: 42px;
  margin-bottom: 14px;
  border-radius: 10px;
}

.card-grid-4 .card-icon svg {
  width: 18px;
  height: 18px;
}

.card-grid-4 .card h3 {
  font-size: 1.02rem;
  margin-bottom: 8px;
}

.card-grid-4 .card p {
  font-size: 0.88rem;
  line-height: 1.55;
}

.card-grid-2 .card {
  --card-blob: calc(5.25rem + 6vw);
  padding: 32px 30px;
  border-radius: 20px;
}

.card-grid-2 .card h3 {
  font-size: 1.15rem;
}

@media (prefers-reduced-motion: reduce) {
  .card, a.card::before, a.card::after, .card:not(a) .card-ripple, .card-icon, .card-icon svg, .card p, .card h3, .card-link, .card-link::after {
    transition: none !important;
  }
  .card:hover, .card:focus-visible, a.card:hover {
    transform: none;
  }
  .card:hover .card-icon, .card:focus-visible .card-icon {
    transform: none;
  }
  .card:hover .card-icon svg, .card:focus-visible .card-icon svg {
    transform: none;
  }
  a.card:hover::before, a.card:focus-visible::before {
    clip-path: circle(var(--card-blob) at var(--card-origin-x) var(--card-origin-y));
  }
  a.card:hover::after, a.card:focus-visible::after {
    transform: none;
    opacity: 0;
  }
  .card:not(a):hover .card-ripple, .card:not(a).is-rippling .card-ripple {
    width: 0;
    height: 0;
  }
  .card:hover .card-link::after, .card:focus-visible .card-link::after {
    transform: none;
  }
}

@media (hover: none) {
  .card:hover, a.card:hover {
    transform: none;
  }
  a.card:hover::before {
    clip-path: circle(var(--card-blob) at var(--card-origin-x) var(--card-origin-y));
  }
  a.card:hover::after {
    opacity: 0;
    transform: translateX(-120%) skewX(-18deg);
  }
  .card:not(a):hover .card-ripple {
    width: 0;
    height: 0;
  }
  a.card:focus-visible {
    transform: scale(1.02) translateY(-4px);
  }
  a.card:focus-visible::before {
    clip-path: circle(160% at var(--card-origin-x) var(--card-origin-y));
  }
  a.card:focus-visible::after {
    opacity: 1;
    transform: translateX(280%) skewX(-18deg);
  }
}

.stats-section {
  position: relative;
  overflow: hidden;
  padding-top: clamp(3.25rem, 6vw, 5rem);
  padding-bottom: clamp(3.25rem, 6vw, 5rem);
  background: radial-gradient(ellipse 70% 80% at 10% 20%, rgba(59, 130, 246, 0.1), transparent 55%), radial-gradient(ellipse 50% 60% at 90% 80%, rgba(99, 102, 241, 0.08), transparent 50%), linear-gradient(180deg, rgba(8, 12, 22, 0.4), rgba(5, 8, 15, 0.2));
}

.stats-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(148, 163, 184, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(148, 163, 184, 0.03) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent 90%);
  pointer-events: none;
}

.stats-section .container {
  position: relative;
  z-index: 1;
}

.stats-header {
  text-align: center;
  max-width: 36rem;
  margin: 0 auto clamp(2rem, 4vw, 2.75rem);
}

.stats-title {
  margin: 0;
  font-size: clamp(1.35rem, 2.8vw, 1.85rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.25;
  color: #fff;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.stat-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 24px 22px 22px;
  border-radius: 18px;
  background: linear-gradient(165deg, rgba(16, 24, 42, 0.92) 0%, rgba(8, 12, 22, 0.88) 100%);
  border: 1px solid rgba(148, 163, 184, 0.12);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.22);
  overflow: hidden;
  transition: transform 0.35s var(--ease), border-color 0.35s ease, box-shadow 0.35s ease;
}

.stat-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(103, 232, 249, 0.35), transparent);
  opacity: 0.8;
}

.stat-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #3b82f6, #6366f1, #67e8f9);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.45s var(--ease-out);
}

.stat-card:hover {
  transform: translateY(-4px);
  border-color: rgba(99, 102, 241, 0.35);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.32), 0 0 40px rgba(59, 130, 246, 0.08);
}

.stat-card:hover::after {
  transform: scaleX(1);
}

.stat-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 18px;
}

.stat-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: #67e8f9;
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.2), rgba(99, 102, 241, 0.12));
  border: 1px solid rgba(103, 232, 249, 0.18);
  box-shadow: 0 0 20px rgba(59, 130, 246, 0.12);
}

.stat-icon svg {
  width: 20px;
  height: 20px;
}

.stat-tag {
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(148, 163, 184, 0.1);
}

.stat-num {
  position: relative;
  z-index: 1;
  font-family: var(--display);
  font-size: clamp(2.4rem, 4vw, 3rem);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1;
  margin-bottom: 8px;
  font-variant-numeric: tabular-nums;
  background: linear-gradient(135deg, #ffffff 10%, #67e8f9 55%, #60a5fa 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.stat-heading {
  position: relative;
  z-index: 1;
  margin: 0 0 8px;
  font-family: var(--display);
  font-size: 1.05rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.01em;
}

.stat-desc {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.5;
  color: var(--text-muted);
  font-weight: 500;
  flex: 1;
}

.stats-row {
  display: contents;
}

.stat {
  display: contents;
}

.stat-label {
  display: none;
}

.process {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--grid-gap);
  counter-reset: step;
}

.process-step {
  position: relative;
  padding: 28px 22px;
  border-radius: 16px;
  counter-increment: step;
  background: transparent;
  border: 1px solid rgba(148, 163, 184, 0.1);
  box-shadow: none;
  backdrop-filter: none;
  transition: border-color 0.35s ease, background 0.35s ease, transform 0.4s var(--ease);
}

.process-step:hover {
  transform: translateY(-4px);
  border-color: rgba(103, 232, 249, 0.22);
  background: rgba(14, 22, 38, 0.4);
  box-shadow: none;
}

.process-step::before {
  content: counter(step, decimal-leading-zero);
  font-family: var(--display);
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: -0.04em;
  background: linear-gradient(135deg, var(--electric-blue), var(--soft-cyan));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: block;
  margin-bottom: 16px;
  line-height: 1;
}

.process-step h3 {
  margin-bottom: 10px;
  font-size: 1.05rem;
}

.process-step p {
  color: var(--text-muted);
  font-size: 0.92rem;
}

.progress-track {
  height: 5px;
  border-radius: 99px;
  background: rgba(148, 163, 184, 0.12);
  overflow: hidden;
  margin-top: 14px;
}

.progress-fill {
  height: 100%;
  border-radius: 99px;
  background: var(--grad-data);
  width: 0;
  transition: width 1.4s var(--ease-out);
  box-shadow: 0 0 12px rgba(59, 130, 246, 0.45);
}

.progress-fill.animate {
  width: var(--w, 70%);
}

.stats-section {
  position: relative;
}

.stats-section .container {
  position: relative;
  z-index: 1;
}

.faq-section {
  overflow: hidden;
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.92fr) minmax(0, 1.18fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}

.faq-aside {
  position: sticky;
  top: calc(var(--header-h) + 24px);
}

.faq-aside h2 {
  margin-bottom: 14px;
  max-width: 16ch;
  letter-spacing: -0.025em;
}

.faq-aside-lead {
  color: var(--text-secondary);
  font-size: 1.05rem;
  line-height: 1.7;
  margin: 0 0 28px;
  max-width: 34ch;
}

.faq-aside-card {
  padding: 24px 22px;
  border-radius: 18px;
  border: 1px solid rgba(103, 232, 249, 0.18);
  background: linear-gradient(160deg, rgba(16, 28, 48, 0.85) 0%, rgba(10, 16, 28, 0.9) 100%);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
}

.faq-aside-card h3 {
  font-family: var(--display);
  font-size: 1.15rem;
  font-weight: 600;
  color: #f8fafc;
  margin: 0 0 10px;
}

.faq-aside-card p {
  color: #E2E8F0;
  font-size: 0.92rem;
  line-height: 1.65;
  margin: 0 0 18px;
}

.faq-aside-card .btn {
  width: 100%;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: none;
  border: 1px solid rgba(148, 163, 184, 0.12);
  border-radius: 20px;
  overflow: hidden;
  background: rgba(10, 16, 28, 0.45);
}

.faq-item {
  border-radius: 0;
  overflow: hidden;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(148, 163, 184, 0.09);
  box-shadow: none;
  backdrop-filter: none;
  transition: background 0.3s ease;
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-item[open] {
  background: rgba(14, 24, 42, 0.55);
}

.faq-item summary {
  padding: 20px 22px;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  user-select: none;
  color: #FFFFFF;
  transition: color 0.25s ease;
}

.faq-item summary:hover {
  color: #67e8f9;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-q {
  flex: 1;
  min-width: 0;
  line-height: 1.4;
  font-family: var(--display);
  font-weight: 600;
  letter-spacing: -0.01em;
}

.faq-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(59, 130, 246, 0.1);
  border: 1px solid rgba(103, 232, 249, 0.2);
  position: relative;
  flex-shrink: 0;
  transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.faq-icon::before, .faq-icon::after {
  content: "";
  position: absolute;
  background: #67e8f9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 1px;
}

.faq-icon::before {
  width: 12px;
  height: 2px;
}

.faq-icon::after {
  width: 2px;
  height: 12px;
  transition: opacity 0.2s ease, transform 0.25s ease;
}

.faq-item[open] .faq-icon {
  background: rgba(103, 232, 249, 0.14);
  border-color: rgba(103, 232, 249, 0.4);
}

.faq-item[open] .faq-icon::after {
  opacity: 0;
  transform: translate(-50%, -50%) scaleY(0);
}

.faq-body {
  padding: 4px 22px 22px;
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.7;
}

.faq-answer {
  margin: 0;
  min-height: 1.5em;
  color: #E8EEF6;
  white-space: pre-wrap;
  line-height: 1.7;
}

.faq-item > .faq-answer {
  display: block;
  padding: 4px 22px 22px;
  color: #E8EEF6;
  font-size: 0.95rem;
  line-height: 1.7;
}

.faq-answer.is-typing::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 1em;
  margin-left: 2px;
  vertical-align: text-bottom;
  background: #67e8f9;
  animation: faqCaret 0.7s steps(1) infinite;
}

@keyframes faqCaret {
  0%, 45% { opacity: 1; }
  50%, 100% { opacity: 0; }
}

@media (max-width: 980px) {
  .faq-layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .faq-aside {
    position: static;
  }
  .faq-aside h2 {
    max-width: none;
  }
  .faq-aside-lead {
    max-width: 40rem;
  }
  .faq-aside-card {
    max-width: 28rem;
  }
}

@media (max-width: 600px) {
  .faq-item summary {
    padding: 16px 16px;
    font-size: 0.95rem;
    align-items: flex-start;
  }
  .faq-body {
    padding: 4px 16px 18px;
    font-size: 0.9rem;
  }
  .faq-item > .faq-answer {
    padding: 4px 16px 18px;
    font-size: 0.9rem;
  }
  .faq-aside-card .btn {
    font-size: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .faq-answer.is-typing::after {
    animation: none;
    opacity: 0;
  }
}

.form-card {
  border-radius: 22px;
  padding: 36px;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.35);
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-group.full {
  grid-column: 1 / -1;
}

.form-group label {
  font-size: 13px;
  font-weight: 500;
  color: var(--text-secondary);
}

.form-group input, .form-group select, .form-group textarea {
  background: rgba(10, 15, 30, 0.65);
  border: 1px solid var(--glass-border);
  border-radius: 12px;
  padding: 13px 14px;
  color: var(--text-primary);
  font-size: 15px;
  font-family: inherit;
  transition: border-color 0.3s, box-shadow 0.3s;
  min-height: 48px;
}

.form-group textarea {
  min-height: 120px;
  resize: vertical;
}

.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
  outline: none;
  border-color: rgba(99, 102, 241, 0.45);
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
}

.form-group select option {
  background: var(--midnight-blue);
}

.form-hint {
  font-size: 12px;
  color: var(--text-muted);
}

.form-error {
  font-size: 12px;
  color: var(--error);
  display: none;
}

.form-group.has-error input, .form-group.has-error select, .form-group.has-error textarea {
  border-color: var(--error);
}

.form-group.has-error .form-error {
  display: block;
}

.form-success {
  display: none;
  text-align: center;
  padding: 40px 20px;
}

.form-success.show {
  display: block;
  animation: fadeUp 0.5s var(--ease);
}

.form-success h3 {
  color: var(--success);
  margin-bottom: 12px;
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: none; }
}

.cbs-testimonials {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.cbs-tmo-glow {
  pointer-events: none;
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 0;
}

.cbs-tmo-glow::before {
  content: "";
  width: min(70vw, 880px);
  height: min(70vw, 880px);
  border-radius: 50%;
  background: rgba(59, 130, 246, 0.1);
  filter: blur(90px);
}

.cbs-testimonials > .container {
  position: relative;
  z-index: 1;
}

.cbs-tmo-carousel {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 8px;
}

.cbs-tmo-track {
  position: relative;
  height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 1200px;
}

@media (min-width: 768px) {
  .cbs-tmo-track {
    height: 360px;
  }
}

.cbs-tmo-card {
  position: absolute;
  width: min(340px, 86vw);
  border-radius: 18px;
  border: 1px solid rgba(148, 163, 184, 0.16);
  background: linear-gradient(165deg, rgba(16, 26, 46, 0.92) 0%, rgba(8, 12, 22, 0.94) 100%);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  padding: 1.5rem;
  transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1), filter 0.7s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.5s ease, box-shadow 0.5s ease;
  z-index: 0;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
  will-change: transform, opacity, filter;
}

@media (min-width: 768px) {
  .cbs-tmo-card {
    width: 480px;
    padding: 2rem;
  }
}

@media (min-width: 1024px) {
  .cbs-tmo-card {
    width: 560px;
  }
}

.cbs-tmo-card[data-position="active"], .cbs-tmo-card.is-active {
  z-index: 20;
  transform: scale(1) translate3d(0, 0, 0);
  opacity: 1;
  filter: blur(0);
  border-color: rgba(103, 232, 249, 0.35);
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.4), 0 0 40px rgba(59, 130, 246, 0.12);
}

.cbs-tmo-card[data-position="left"] {
  z-index: 10;
  transform: scale(0.9) translate3d(-85%, 0, 0);
  opacity: 0.4;
  filter: blur(0.6px);
  pointer-events: none;
}

@media (min-width: 768px) {
  .cbs-tmo-card[data-position="left"] {
    transform: scale(0.9) translate3d(-90%, 0, 0);
  }
}

.cbs-tmo-card[data-position="right"] {
  z-index: 10;
  transform: scale(0.9) translate3d(85%, 0, 0);
  opacity: 0.4;
  filter: blur(1px);
  pointer-events: none;
}

@media (min-width: 768px) {
  .cbs-tmo-card[data-position="right"] {
    transform: scale(0.9) translate3d(90%, 0, 0);
  }
}

.cbs-tmo-card[data-position="hidden"] {
  z-index: 0;
  transform: scale(0.75) translate3d(0, 0, 0);
  opacity: 0;
  pointer-events: none;
  filter: blur(2px);
}

.cbs-tmo-quote {
  color: #E2E8F0;
  font-size: 0.95rem;
  line-height: 1.75;
  margin: 0 0 1.5rem;
  font-weight: 400;
}

@media (min-width: 768px) {
  .cbs-tmo-quote {
    font-size: 1.05rem;
  }
}

.cbs-tmo-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.cbs-tmo-author {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  min-width: 0;
}

.cbs-tmo-avatar-wrap {
  position: relative;
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}

.cbs-tmo-avatar-glow {
  position: absolute;
  inset: -2px;
  border-radius: 50%;
  background: linear-gradient(135deg, #67e8f9, #3b82f6);
  filter: blur(10px);
  opacity: 0;
  transition: opacity 0.45s ease;
}

.cbs-tmo-card[data-position="active"] .cbs-tmo-avatar-glow {
  opacity: 0.55;
}

.cbs-tmo-avatar {
  position: relative;
  z-index: 1;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: var(--display);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #0a0f1e;
  background: linear-gradient(135deg, #67e8f9, #3b82f6);
  border: 2px solid rgba(248, 250, 252, 0.15);
}

.cbs-tmo-meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.cbs-tmo-meta strong {
  font-family: var(--display);
  font-size: 0.98rem;
  font-weight: 600;
  color: #f8fafc;
  line-height: 1.25;
}

.cbs-tmo-meta span {
  font-size: 0.8rem;
  color: #94a3b8;
  line-height: 1.3;
}

.cbs-tmo-stars {
  display: flex;
  gap: 2px;
  color: #67e8f9;
  flex-shrink: 0;
}

.cbs-tmo-stars svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.cbs-tmo-controls {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 2.25rem;
}

.cbs-tmo-nav {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(103, 232, 249, 0.28);
  background: rgba(12, 18, 32, 0.65);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #a5f3fc;
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: border-color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.cbs-tmo-nav svg {
  width: 22px;
  height: 22px;
}

.cbs-tmo-nav:hover {
  border-color: rgba(103, 232, 249, 0.55);
  background: rgba(20, 32, 52, 0.85);
  color: #67e8f9;
  box-shadow: 0 0 22px rgba(59, 130, 246, 0.25);
  transform: translateY(-2px);
}

.cbs-tmo-nav:focus-visible {
  outline: 2px solid rgba(103, 232, 249, 0.55);
  outline-offset: 3px;
}

@media (max-width: 640px) {
  .cbs-tmo-track {
    height: 460px;
  }
  .cbs-tmo-card[data-position="left"] {
    transform: scale(0.88) translate3d(-42%, 0, 0);
  }
  .cbs-tmo-card[data-position="right"] {
    transform: scale(0.88) translate3d(42%, 0, 0);
  }
  .cbs-tmo-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cbs-tmo-card {
    transition: opacity 0.2s ease, border-color 0.2s ease;
  }
  .cbs-tmo-card[data-position="left"], .cbs-tmo-card[data-position="right"] {
    filter: none;
  }
}

.page-hero {
  padding: clamp(3.5rem, 7vw, 5rem) 0 clamp(3rem, 6vw, 4.25rem);
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(148, 163, 184, 0.08);
  z-index: 10;
  background: linear-gradient(180deg, rgba(10, 16, 28, 0.4) 0%, transparent 100%);
}

.page-hero::before {
  content: "";
  position: absolute;
  width: min(480px, 70vw);
  height: min(480px, 70vw);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(99, 102, 241, 0.14), transparent 65%);
  top: -40%;
  right: 0;
  filter: blur(40px);
  pointer-events: none;
}

.page-hero .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 13px;
  color: var(--text-muted);
  margin-bottom: 24px;
}

.page-hero .breadcrumb a {
  color: var(--text-secondary);
}

.page-hero .breadcrumb a:hover {
  color: var(--soft-cyan);
}

.page-hero .breadcrumb span {
  opacity: 0.7;
  color: var(--text-muted);
}

.page-hero .breadcrumb strong {
  color: var(--soft-cyan);
  font-weight: 600;
}

.page-hero h1 {
  margin-bottom: 16px;
  max-width: 820px;
  color: var(--subtle-white, #F8FAFC);
  text-shadow: 0 2px 18px rgba(5, 8, 15, 0.45);
}

.page-hero h1 .gradient-text {
  background: linear-gradient(115deg, var(--soft-cyan) 0%, #7DD3FC 28%, var(--electric-blue) 58%, var(--royal-blue) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: none;
  filter: drop-shadow(0 0 16px rgba(103, 232, 249, 0.2));
}

.page-hero .lead {
  margin-bottom: 28px;
  color: var(--text-secondary);
  max-width: 46rem;
}

.page-hero p.lead {
  color: var(--text-secondary);
}

.page-hero .section-label, .page-hero .eyebrow {
  color: var(--soft-cyan);
}

.cta-banner {
  position: relative;
  padding: 72px 0 96px;
  overflow: visible;
  z-index: 10;
  border: none;
}

.cta-banner::before {
  display: none;
}

.cta-banner > .container, .cta-banner .cta-box {
  position: relative;
  z-index: 1;
}

.cta-banner .cta-inner, .cta-box {
  display: grid;
  grid-template-columns: 1.35fr 0.9fr;
  gap: 40px 48px;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: clamp(36px, 5vw, 56px) clamp(28px, 4vw, 52px);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(16, 26, 48, 0.92) 0%, rgba(10, 15, 28, 0.88) 55%, rgba(12, 20, 40, 0.94) 100%);
  border: 1px solid rgba(148, 163, 184, 0.16);
  backdrop-filter: blur(28px) saturate(1.35);
  -webkit-backdrop-filter: blur(28px) saturate(1.35);
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(99, 102, 241, 0.08), 0 0 80px rgba(59, 130, 246, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.cta-banner .cta-inner::before, .cta-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10%;
  right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(103, 232, 249, 0.65), rgba(59, 130, 246, 0.5), transparent);
  z-index: 2;
}

.cta-banner .cta-inner::after, .cta-box::after {
  content: "";
  position: absolute;
  width: min(480px, 70%);
  height: min(480px, 90%);
  right: -8%;
  top: 50%;
  transform: translateY(-50%);
  background: radial-gradient(circle, rgba(59, 130, 246, 0.28) 0%, rgba(99, 102, 241, 0.12) 40%, transparent 68%);
  pointer-events: none;
  z-index: 0;
  filter: blur(4px);
}

.cta-inner > *, .cta-box > * {
  position: relative;
  z-index: 1;
}

.cta-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 14px;
  border-radius: 9999px;
  background: rgba(59, 130, 246, 0.12);
  border: 1px solid rgba(103, 232, 249, 0.22);
  color: #67E8F9;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.cta-kicker::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #67E8F9;
  box-shadow: 0 0 0 3px rgba(103, 232, 249, 0.2), 0 0 12px #67E8F9;
}

.cta-inner h2, .cta-box h2 {
  margin-bottom: 14px;
  max-width: 560px;
  font-size: clamp(1.75rem, 3.2vw, 2.45rem);
  letter-spacing: -0.03em;
  background: linear-gradient(135deg, #fff 0%, #e2e8f0 40%, #67e8f9 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.cta-inner p, .cta-box p {
  color: var(--text-secondary);
  max-width: 520px;
  margin-bottom: 0;
  font-size: 1.05rem;
  line-height: 1.7;
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.cta-side {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 24px;
  border-radius: 20px;
  background: rgba(6, 10, 18, 0.45);
  border: 1px solid rgba(148, 163, 184, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.cta-side-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.92rem;
  color: var(--text-secondary);
  line-height: 1.45;
}

.cta-side-item strong {
  display: block;
  color: #fff;
  font-weight: 600;
  margin-bottom: 2px;
  font-size: 0.95rem;
}

.cta-side-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  background: rgba(59, 130, 246, 0.14);
  border: 1px solid rgba(103, 232, 249, 0.2);
  color: #67E8F9;
}

.cta-side-icon svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cta-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 22px;
  font-size: 12.5px;
  color: var(--text-muted);
}

.cta-meta span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.cta-meta span::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #67E8F9;
  box-shadow: 0 0 8px rgba(103, 232, 249, 0.7);
}

.cta-banner .cta-inner:not(:has(.cta-side)) {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
}

.cta-banner .cta-inner:not(:has(.cta-side)) .cta-actions {
  margin-top: 0;
}

@media (max-width: 900px) {
  .cta-banner .cta-inner, .cta-box {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .cta-banner .cta-inner::after, .cta-box::after {
    width: 100%;
    height: 60%;
    right: 0;
    top: auto;
    bottom: -20%;
    transform: none;
    opacity: 0.7;
  }
}

@media (max-width: 600px) {
  .cta-banner {
    padding: 48px 0 64px;
  }
  .cta-banner .cta-inner, .cta-box {
    border-radius: 22px;
    padding: 28px 20px;
  }
  .cta-actions {
    flex-direction: column;
  }
  .cta-actions .btn {
    width: 100%;
  }
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}

.split > .reveal-left h2, .split > div:first-child h2 {
  margin-bottom: 0;
  max-width: 22ch;
}

.split-content h2 {
  margin-bottom: 16px;
}

.split-content p {
  color: var(--text-secondary);
  margin-bottom: 16px;
}

.split-visual {
  border-radius: 20px;
  padding: 36px;
  min-height: 300px;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.1);
  background: rgba(12, 18, 30, 0.45);
}

.split-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 40% 40%, rgba(59, 130, 246, 0.22), transparent 52%), radial-gradient(circle at 70% 60%, rgba(99, 102, 241, 0.14), transparent 48%);
}

.site-footer {
  position: relative;
  z-index: 10;
  margin-top: 24px;
  padding: 0 0 0;
  background: linear-gradient(180deg, rgba(6, 10, 18, 0.2) 0%, rgba(4, 7, 14, 0.95) 18%, #04070e 100%);
  border-top: 1px solid transparent;
  overflow: hidden;
  max-width: 100%;
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.45), rgba(103, 232, 249, 0.35), transparent);
  z-index: 2;
}

.site-footer::after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  right: -8%;
  top: 10%;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.12) 0%, transparent 68%);
  pointer-events: none;
  z-index: 0;
}

.site-footer > .container {
  position: relative;
  z-index: 1;
}

.footer-top {
  display: grid;
  grid-template-columns: 1.4fr auto;
  gap: 28px;
  align-items: center;
  padding: 40px 0 36px;
  border-bottom: 1px solid rgba(148, 163, 184, 0.1);
}

.footer-top-copy h3 {
  font-family: var(--display);
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: 8px;
}

.footer-top-copy p {
  color: var(--text-muted);
  font-size: 0.95rem;
  max-width: 480px;
  line-height: 1.6;
  margin: 0;
}

.footer-top-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr repeat(4, 1fr);
  gap: 36px 28px;
  padding: 48px 0 40px;
}

.footer-brand {
  padding-right: 12px;
}

.footer-brand .logo {
  margin-bottom: 8px;
}

.footer-brand .logo-img {
  height: 44px;
  width: 44px;
}

.footer-brand .logo-text {
  font-size: 1.12rem;
}

.footer-brand-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 14px 0 12px;
  padding: 6px 12px;
  border-radius: 9999px;
  background: rgba(59, 130, 246, 0.1);
  border: 1px solid rgba(103, 232, 249, 0.18);
  color: #67E8F9;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.footer-brand-tag::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #67E8F9;
  box-shadow: 0 0 8px #67E8F9;
}

.footer-brand p {
  color: var(--text-muted);
  font-size: 0.92rem;
  margin-top: 0;
  max-width: 300px;
  line-height: 1.7;
}

.footer-social {
  display: flex;
  gap: 10px;
  margin-top: 22px;
}

.footer-social a {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(148, 163, 184, 0.06);
  border: 1px solid rgba(148, 163, 184, 0.12);
  color: var(--text-secondary);
  transition: all 0.28s var(--ease);
}

.footer-social a:hover {
  color: #fff;
  background: rgba(59, 130, 246, 0.16);
  border-color: rgba(103, 232, 249, 0.3);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(59, 130, 246, 0.2);
}

.footer-social a svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-col h4 {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #67E8F9;
  margin-bottom: 16px;
  font-weight: 600;
}

.footer-col a {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.9rem;
  color: var(--text-muted);
  margin-bottom: 11px;
  transition: color 0.25s, transform 0.25s var(--ease), padding-left 0.25s;
  line-height: 1.4;
}

.footer-col a:hover {
  color: #fff;
  transform: translateX(3px);
  padding-left: 2px;
}

.footer-trust {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding: 8px 0 36px;
  border-bottom: 1px solid rgba(148, 163, 184, 0.1);
}

.footer-trust-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px 18px;
  border-radius: 16px;
  background: rgba(12, 18, 32, 0.55);
  border: 1px solid rgba(148, 163, 184, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s var(--ease);
}

.footer-trust-card:hover {
  border-color: rgba(99, 102, 241, 0.28);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25), 0 0 24px rgba(59, 130, 246, 0.08);
  transform: translateY(-2px);
}

.footer-trust-icon {
  width: 40px;
  height: 40px;
  border-radius: 11px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  background: rgba(59, 130, 246, 0.12);
  border: 1px solid rgba(103, 232, 249, 0.18);
  color: #67E8F9;
}

.footer-trust-icon svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-trust-card strong {
  display: block;
  color: #fff;
  font-size: 0.92rem;
  font-weight: 600;
  margin-bottom: 3px;
}

.footer-trust-card span {
  display: block;
  font-size: 0.82rem;
  color: var(--text-muted);
  line-height: 1.45;
}

.footer-bottom {
  padding: 22px 0 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 0.84rem;
  color: var(--text-muted);
}

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 4px;
  align-items: center;
}

.footer-legal a {
  color: var(--text-muted);
  padding: 4px 10px;
  border-radius: 9999px;
  transition: color 0.25s, background 0.25s;
}

.footer-legal a:hover {
  color: #67E8F9;
  background: rgba(59, 130, 246, 0.1);
}

.footer-powered {
  position: relative;
  margin-top: 4px;
  padding: 16px 0 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-top: 1px solid rgba(148, 163, 184, 0.08);
}

.footer-powered::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  width: min(280px, 70%);
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent 0%, rgba(59, 130, 246, 0.15) 20%, rgba(103, 232, 249, 0.75) 50%, rgba(99, 102, 241, 0.35) 80%, transparent 100%);
  background-size: 200% 100%;
  animation: footerPoweredLine 4.5s ease-in-out infinite;
  pointer-events: none;
}

.footer-powered-inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.35em 0.5em;
  margin: 0;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--text-muted);
  line-height: 1.4;
}

.footer-powered-label {
  opacity: 0.85;
  transition: opacity 0.3s ease, color 0.3s ease;
}

.footer-powered-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
  border-radius: 8px;
  padding: 2px 2px;
  outline: none;
  transition: transform 0.4s var(--ease), filter 0.35s ease;
}

.footer-powered-name {
  position: relative;
  display: inline-block;
  font-family: var(--display);
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.01em;
  background: linear-gradient(120deg, #93c5fd 0%, #67e8f9 25%, #a5b4fc 50%, #67e8f9 75%, #60a5fa 100%);
  background-size: 220% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: footerPoweredShimmer 5s linear infinite;
  transition: filter 0.35s ease, letter-spacing 0.35s ease;
}

.footer-powered-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 1.5px;
  border-radius: 99px;
  background: linear-gradient(90deg, transparent, #3b82f6, #67e8f9, #6366f1, transparent);
  background-size: 200% 100%;
  opacity: 0.55;
  transform: scaleX(0.85);
  transform-origin: center;
  animation: footerPoweredUnderline 3.2s ease-in-out infinite;
  transition: opacity 0.3s ease, transform 0.35s var(--ease);
}

.footer-powered:hover .footer-powered-label, .footer-powered:focus-within .footer-powered-label {
  opacity: 1;
  color: var(--text-secondary);
}

.footer-powered-link:hover, .footer-powered-link:focus-visible {
  transform: translateY(-2px);
  filter: drop-shadow(0 0 12px rgba(103, 232, 249, 0.35));
}

.footer-powered-link:hover .footer-powered-name, .footer-powered-link:focus-visible .footer-powered-name {
  animation-duration: 2.2s;
  filter: brightness(1.15);
  letter-spacing: 0.03em;
}

.footer-powered-link:hover::after, .footer-powered-link:focus-visible::after {
  opacity: 1;
  transform: scaleX(1);
  animation-duration: 1.6s;
}

.footer-powered-link:focus-visible {
  box-shadow: 0 0 0 2px rgba(103, 232, 249, 0.35);
}

@keyframes footerPoweredShimmer {
  0% { background-position: 0% center; }
  100% { background-position: 220% center; }
}

@keyframes footerPoweredUnderline {
  0%, 100% { background-position: 0% 50%; opacity: 0.4; }
  50% { background-position: 100% 50%; opacity: 0.85; }
}

@keyframes footerPoweredLine {
  0%, 100% { background-position: 0% 50%; opacity: 0.65; }
  50% { background-position: 100% 50%; opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
  .footer-powered::before, .footer-powered-name, .footer-powered-link::after {
    animation: none !important;
  }
  .footer-powered-link:hover, .footer-powered-link:focus-visible {
    transform: none;
  }
}

.footer-locations {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-top: 16px;
}

@media (max-width: 1100px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .footer-brand {
    grid-column: 1 / -1;
    max-width: 520px;
  }
}

@media (max-width: 900px) {
  .footer-top {
    grid-template-columns: 1fr;
    text-align: left;
  }
  .footer-top-actions {
    justify-content: flex-start;
  }
  .footer-trust {
    grid-template-columns: 1fr;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px 20px;
  }
}

@media (max-width: 600px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .footer-top-actions {
    flex-direction: column;
  }
  .footer-top-actions .btn {
    width: 100%;
  }
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .footer-legal {
    gap: 4px;
  }
  .footer-powered {
    padding: 14px 0 6px;
  }
  .footer-powered-inner {
    font-size: 0.78rem;
  }
  .footer-powered-name {
    font-size: 0.9rem;
  }
}

.fab {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 999;
}

.fab-btn {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--grad-btn);
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  box-shadow: 0 8px 28px rgba(59, 130, 246, 0.5);
  display: grid;
  place-items: center;
  transition: transform 0.35s var(--ease), box-shadow 0.35s;
}

.fab-btn:hover {
  transform: scale(1.08);
  box-shadow: 0 12px 36px rgba(99, 102, 241, 0.55);
}

.fab-menu {
  position: absolute;
  bottom: 72px;
  right: 0;
  border-radius: 18px;
  padding: 12px;
  min-width: 230px;
  background: rgba(8, 13, 24, 0.92);
  border: 1px solid rgba(148, 163, 184, 0.14);
  backdrop-filter: blur(28px);
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.45);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px) scale(0.96);
  transition: 0.35s var(--ease);
}

.fab.open .fab-menu {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.fab-menu a {
  display: block;
  padding: 12px 14px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 10px;
  color: var(--text-secondary);
  transition: all 0.25s;
}

.fab-menu a:hover {
  background: rgba(59, 130, 246, 0.12);
  color: var(--electric-blue);
  transform: translateX(4px);
}

.reveal {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 0.85s var(--ease-out), transform 0.85s var(--ease-out);
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }

.reveal-left {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.85s var(--ease-out), transform 0.85s var(--ease-out);
}

.reveal-left.visible {
  opacity: 1;
  transform: none;
}

.reveal-right {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 0.85s var(--ease-out), transform 0.85s var(--ease-out);
}

.reveal-right.visible {
  opacity: 1;
  transform: none;
}

.reveal-scale {
  opacity: 0;
  transform: scale(0.92);
  transition: opacity 0.85s var(--ease-out), transform 0.85s var(--ease-out);
}

.reveal-scale.visible {
  opacity: 1;
  transform: none;
}

.stagger > * {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.65s var(--ease-out), transform 0.65s var(--ease-out);
}

.stagger.visible > *:nth-child(1) { transition-delay: 0.05s; opacity: 1; transform: none; }
.stagger.visible > *:nth-child(2) { transition-delay: 0.12s; opacity: 1; transform: none; }
.stagger.visible > *:nth-child(3) { transition-delay: 0.19s; opacity: 1; transform: none; }
.stagger.visible > *:nth-child(4) { transition-delay: 0.26s; opacity: 1; transform: none; }
.stagger.visible > *:nth-child(5) { transition-delay: 0.33s; opacity: 1; transform: none; }
.stagger.visible > *:nth-child(6) { transition-delay: 0.4s; opacity: 1; transform: none; }
.stagger.visible > *:nth-child(7) { transition-delay: 0.47s; opacity: 1; transform: none; }
.stagger.visible > *:nth-child(8) { transition-delay: 0.54s; opacity: 1; transform: none; }
.stagger.visible > *:nth-child(9) { transition-delay: 0.61s; opacity: 1; transform: none; }

.marquee-wrap {
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  padding: 20px 0;
  position: relative;
  z-index: 10;
}

.marquee-track {
  display: flex;
  gap: 48px;
  width: max-content;
  animation: marquee 40s linear infinite;
}

.marquee-item {
  font-size: 13px;
  font-weight: 600;
  color: var(--text-muted);
  white-space: nowrap;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0.8;
}

@keyframes marquee {
  to { transform: translateX(-50%); }
}

.prose {
  max-width: 720px;
}

.prose p {
  color: var(--text-secondary);
  margin-bottom: 18px;
  line-height: 1.75;
}

.prose h2 {
  margin: 48px 0 16px;
  letter-spacing: -0.02em;
}

.prose h3 {
  margin: 32px 0 12px;
}

.prose ul {
  margin: 0 0 20px 20px;
  list-style: disc;
  color: var(--text-secondary);
}

.prose li {
  margin-bottom: 8px;
}

.prose strong {
  color: var(--text-primary);
}

.prose a {
  color: var(--electric-blue);
}

.prose a.btn, .prose .btn, .split a.btn, .split .btn {
  text-decoration: none;
}

.prose a.btn-primary, .prose a.btn-primary:hover, .prose a.btn-primary:focus, .prose a.btn-primary:active, .split a.btn-primary, .split a.btn-primary:hover, .split a.btn-primary:focus, .split a.btn-primary:active, .hero-actions a.btn-primary, .hero-actions a.btn-primary:hover {
  color: #fff !important;
  background: var(--grad-btn);
  border: none;
}

.prose a.btn-primary:hover, .split a.btn-primary:hover, .hero-actions a.btn-primary:hover {
  background: var(--grad-btn-hover);
  color: #fff !important;
}

.prose a.btn-secondary, .prose a.btn-secondary:hover, .split a.btn-secondary, .split a.btn-secondary:hover {
  color: var(--text-primary) !important;
}

.section .prose + .card-grid, .section .split + .card-grid, .section .section-head + .card-grid {
  margin-top: 0;
}

.section .card-grid + .section-head, .section .prose + .section-head {
  margin-top: var(--section-gap);
}

.check-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.check-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: var(--text-secondary);
  font-size: 0.95rem;
}

.check-list li::before {
  content: "✓";
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(59, 130, 246, 0.15);
  border: 1px solid rgba(59, 130, 246, 0.35);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  display: grid;
  place-items: center;
  margin-top: 1px;
}

.visual-stage {
  position: relative;
  width: 100%;
  min-height: 420px;
  border-radius: 22px;
  overflow: hidden;
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  backdrop-filter: blur(20px);
}

.visual-stage--tall {
  min-height: 560px;
}

.visual-stage--hero {
  min-height: 0 !important;
  height: auto;
  background: transparent;
  border: none;
  backdrop-filter: none;
  overflow-x: clip;
  overflow-y: visible;
  max-width: 100%;
  perspective: 1400px;
  border-radius: 0;
}

@media (max-width: 1100px) {
  .nav > .nav-item > a, .nav > a {
    padding: 9px 11px;
    font-size: 13.5px;
  }
  .header-ctas .btn-secondary {
    display: none;
  }
  .card-grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
  .process {
    grid-template-columns: repeat(2, 1fr);
  }
  .hero-with-visual {
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-height: 0;
    overflow: visible;
  }
  .hero-content {
    max-width: 100%;
    width: 100%;
    min-width: 0;
    padding: 0;
    text-shadow: none;
    order: 1;
  }
  .hero-content .lead, .hero-content .trust-line, .hero-content .eyebrow {
    text-shadow: none;
  }
  .hero-with-visual > .visual-stage--hero {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    transform: none !important;
    translate: none;
    width: 100%;
    max-width: 100%;
    order: 2;
    margin: 0;
    -webkit-mask-image: none;
    mask-image: none;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
  }
  .hero-with-visual > .visual-stage--hero::before {
    display: none;
  }
  .hero h1 {
    font-size: clamp(2rem, 7vw, 2.75rem);
  }
}

@media (max-width: 980px) {
  .menu-toggle {
    display: flex;
  }
  .header-inner {
    border-radius: 20px;
    padding: 8px 10px 8px 12px;
    gap: 8px;
    flex-wrap: wrap;
  }
  .header-search-toggle {
    display: none !important;
  }
  .search-overlay {
    display: none !important;
  }
  .header-ctas .btn-primary {
    display: none !important;
  }
  .header-ctas .btn-secondary {
    display: none !important;
  }
  .mobile-nav-search {
    display: block;
    order: -1;
    flex-shrink: 0;
    margin: 0 0 14px;
    padding: 0 0 14px;
    border-bottom: 1px solid rgba(148, 163, 184, 0.12);
  }
  .mobile-nav-search-form {
    display: flex;
    align-items: center;
    gap: 10px;
    height: 46px;
    padding: 0 8px 0 14px;
    border-radius: 14px;
    border: 1px solid rgba(148, 163, 184, 0.16);
    background: rgba(6, 10, 20, 0.55);
    transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
  }
  .mobile-nav-search-form:focus-within {
    border-color: rgba(103, 232, 249, 0.4);
    background: rgba(8, 14, 28, 0.75);
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.12);
  }
  .mobile-nav-search-form svg {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    stroke: #64748b;
    fill: none;
    stroke-width: 1.85;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  .mobile-nav-search-form:focus-within svg {
    stroke: #67e8f9;
  }
  .mobile-nav-search-input {
    flex: 1;
    min-width: 0;
    border: none;
    background: transparent;
    color: #f8fafc;
    font-family: var(--font);
    font-size: 15px;
    font-weight: 500;
    outline: none;
    padding: 0;
  }
  .mobile-nav-search-input::placeholder {
    color: #64748b;
    font-weight: 400;
  }
  .mobile-nav-search-results {
    margin-top: 10px;
    max-height: min(280px, 40vh);
    overflow: auto;
    overscroll-behavior: contain;
    border-radius: 14px;
    background: rgba(12, 18, 32, 0.6);
    border: 1px solid rgba(148, 163, 184, 0.1);
    display: none;
  }
  .mobile-nav-search-results.has-results {
    display: block;
    padding: 6px;
  }
  .header-ctas {
    margin-left: auto;
  }
  .header-spark {
    display: none;
  }
  body.nav-mobile-open .site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1300;
  }
  .nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: min(400px, 92vw);
    height: 100%;
    height: 100dvh;
    max-height: 100dvh;
    background: rgba(8, 12, 22, 0.98);
    backdrop-filter: blur(32px);
    -webkit-backdrop-filter: blur(32px);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    padding: calc(var(--header-h) + 28px) 18px 28px;
    gap: 4px;
    transform: translate3d(105%, 0, 0);
    transition: transform 0.4s var(--ease);
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
    overflow-anchor: none;
    z-index: 1250;
    border-left: 1px solid var(--glass-border);
    box-shadow: -24px 0 60px rgba(0, 0, 0, 0.45);
    overscroll-behavior-y: contain;
  }
  .nav.open {
    transform: translate3d(0, 0, 0);
  }
  .mobile-nav-cta {
    display: block;
    flex-shrink: 0;
    margin-top: auto;
    padding-top: 18px;
    position: sticky;
    bottom: 0;
    background: linear-gradient(180deg, rgba(8, 12, 22, 0) 0%, rgba(8, 12, 22, 0.92) 28%, rgba(8, 12, 22, 0.98) 100%);
    padding-bottom: max(4px, env(safe-area-inset-bottom, 0px));
  }
  .mobile-nav-cta-btn {
    width: 100%;
    justify-content: center;
    min-height: 48px;
    font-size: 15px;
    padding: 12px 18px;
  }
  .nav > .nav-item > a, .nav > a {
    width: 100%;
    justify-content: space-between;
    padding: 14px 14px;
    border-radius: 14px;
    font-size: 15px;
  }
  .nav > .nav-item > a::after {
    margin-left: auto;
  }
  .nav-item.is-open > a {
    background: rgba(59, 130, 246, 0.12);
    color: #fff;
  }
  .nav a.is-active {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.24), rgba(99, 102, 241, 0.18));
    color: #fff;
    box-shadow: inset 0 0 0 1px rgba(103, 232, 249, 0.25);
  }
  .mega, .mega.mega-2, .mega.mega-wide {
    position: static;
    left: auto;
    top: auto;
    width: 100%;
    max-height: none;
    transform: none !important;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    display: none;
    grid-template-columns: 1fr;
    padding: 8px 8px 14px;
    margin: 0 0 8px;
    border-radius: 16px;
    background: rgba(16, 24, 40, 0.75);
    border: 1px solid rgba(148, 163, 184, 0.1);
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    will-change: auto;
    contain: none;
  }
  .mega::after {
    display: none;
  }
  .nav-item.is-open > .mega {
    display: grid;
  }
  .mega-foot {
    flex-direction: column;
    align-items: stretch;
  }
  .mega-foot .btn {
    width: 100%;
  }
  .mega-intro {
    flex-direction: column;
    align-items: stretch;
  }
  .mega-intro .btn {
    width: 100%;
  }
  .mega-link-go {
    display: none;
  }
  .mega-link {
    padding: 12px 10px;
  }
  .card-grid-3, .split, .cta-inner {
    grid-template-columns: 1fr;
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
  .utility-bar {
    display: none;
  }
  .visual-stage, .visual-stage--tall {
    min-height: 360px;
  }
  .visual-stage--hero {
    min-height: 0;
  }
  body.nav-mega-open main, body.nav-mega-open .site-footer {
    filter: none;
  }
}

@media (max-width: 600px) {
  .card-grid-2, .card-grid-3, .card-grid-4, .stats-grid, .process, .footer-grid {
    grid-template-columns: 1fr;
  }
  .stat-card {
    padding: 20px 18px;
  }
  .stats-header {
    text-align: left;
    margin-bottom: 1.5rem;
  }
  .hero {
    padding: 40px 0 56px;
    min-height: auto;
    overflow: visible;
  }
  .hero .container {
    overflow: visible;
  }
  .section {
    padding: 64px 0;
  }
  .hero-actions {
    flex-direction: column;
  }
  .hero-actions .btn {
    width: 100%;
  }
  .card {
    padding: 28px 22px;
  }
  .visual-stage, .visual-stage--tall {
    min-height: 300px;
  }
  .logo-img {
    height: 34px;
    width: 34px;
  }
  .logo-text {
    font-size: 0.95rem;
  }
  .logo {
    gap: 8px;
  }
}

.team-section {
  position: relative;
}

.team-section .section-head {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 28px;
}

.team-section .section-head .lead {
  margin-left: auto;
  margin-right: auto;
}

.team-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 0 0 36px;
}

.team-filter {
  appearance: none;
  border: 1px solid rgba(148, 163, 184, 0.16);
  background: rgba(12, 18, 32, 0.55);
  color: var(--text-secondary);
  font-family: var(--font);
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 9px 16px;
  border-radius: var(--radius-pill);
  cursor: pointer;
  transition: border-color 0.25s var(--ease), background 0.25s var(--ease), color 0.25s var(--ease), box-shadow 0.25s var(--ease);
}

.team-filter:hover {
  border-color: rgba(103, 232, 249, 0.35);
  color: var(--text-primary);
}

.team-filter.is-active, .team-filter[aria-selected="true"] {
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.3), rgba(99, 102, 241, 0.24));
  border-color: rgba(99, 102, 241, 0.55);
  color: #fff;
  box-shadow: 0 8px 22px rgba(59, 130, 246, 0.14);
}

.team-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 22px;
  align-items: stretch;
}

.team-grid > .team-card {
  flex: 1 1 280px;
  max-width: 320px;
  min-width: min(100%, 260px);
}

.team-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-radius: 22px;
  padding: 28px 22px 24px;
  background: linear-gradient(165deg, rgba(18, 28, 48, 0.78) 0%, rgba(10, 16, 28, 0.68) 100%);
  border: 1px solid rgba(148, 163, 184, 0.13);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transition: transform 0.4s var(--ease), border-color 0.35s ease, box-shadow 0.4s var(--ease);
}

.team-card:hover {
  transform: translateY(-5px);
  border-color: rgba(103, 232, 249, 0.28);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(99, 102, 241, 0.12), 0 0 36px rgba(59, 130, 246, 0.1);
}

.team-card.is-hidden {
  display: none;
}

.team-card-media {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 18px;
}

.team-avatar-ring {
  width: 132px;
  height: 132px;
  border-radius: 50%;
  padding: 3px;
  background: linear-gradient(145deg, rgba(148, 163, 184, 0.45), rgba(59, 130, 246, 0.35) 45%, rgba(99, 102, 241, 0.5));
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28), 0 0 0 1px rgba(148, 163, 184, 0.08);
  transition: background 0.55s var(--ease), box-shadow 0.55s var(--ease), transform 0.45s var(--ease);
}

.team-card:hover .team-avatar-ring {
  background: linear-gradient(145deg, rgba(103, 232, 249, 0.75), rgba(59, 130, 246, 0.85) 50%, rgba(99, 102, 241, 0.9));
  box-shadow: 0 14px 32px rgba(59, 130, 246, 0.28), 0 0 0 1px rgba(103, 232, 249, 0.2);
  transform: scale(1.03);
}

.team-avatar {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  background: #0a101c;
  position: relative;
}

.team-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  display: block;
  filter: grayscale(1) contrast(1.05) brightness(0.97);
  transform: scale(1.02);
  transition: filter 0.6s cubic-bezier(0.22, 1, 0.36, 1), transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.team-card:hover .team-avatar img {
  filter: grayscale(0) contrast(1.03) brightness(1.02) saturate(1.06);
  transform: scale(1.08);
}

.team-badge {
  margin-top: 14px;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--soft-cyan);
  padding: 5px 11px;
  border-radius: var(--radius-pill);
  background: rgba(103, 232, 249, 0.08);
  border: 1px solid rgba(103, 232, 249, 0.2);
}

.team-card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
  flex: 1;
}

.team-name {
  margin: 0;
  font-family: var(--display);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.25;
}

.team-role {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 700;
  color: #93C5FD;
  line-height: 1.35;
  max-width: 22ch;
}

.team-bio {
  margin: 6px 0 0;
  font-size: 0.84rem;
  line-height: 1.5;
  color: var(--text-muted);
  max-width: 28ch;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex: 1;
}

.team-links {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.team-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: var(--text-secondary);
  text-decoration: none;
  border-radius: 12px;
  border: 1px solid rgba(148, 163, 184, 0.16);
  background: rgba(255, 255, 255, 0.03);
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.team-link:hover {
  color: #fff;
  border-color: rgba(59, 130, 246, 0.5);
  background: rgba(59, 130, 246, 0.16);
  transform: translateY(-2px);
}

.team-link--web:hover {
  border-color: rgba(103, 232, 249, 0.45);
  background: rgba(103, 232, 249, 0.12);
}

.team-extra {
  margin-top: 40px;
  padding: 24px 22px;
  border-radius: 18px;
  border: 1px solid rgba(148, 163, 184, 0.12);
  background: rgba(12, 18, 32, 0.45);
}

.team-extra-head {
  margin-bottom: 16px;
  text-align: center;
}

.team-extra-head h3 {
  margin: 6px 0 0;
  font-family: var(--display);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--text-primary);
}

.team-chip-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.team-chip {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(148, 163, 184, 0.12);
  background: rgba(8, 12, 22, 0.55);
  transition: border-color 0.25s ease, background 0.25s ease;
}

.team-chip:hover {
  border-color: rgba(99, 102, 241, 0.3);
  background: rgba(59, 130, 246, 0.08);
}

.team-chip.is-hidden {
  display: none;
}

.team-chip-ini {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: var(--display);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #e2e8f0;
  background: linear-gradient(145deg, rgba(59, 130, 246, 0.35), rgba(99, 102, 241, 0.4));
  border: 1px solid rgba(148, 163, 184, 0.18);
}

.team-chip-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
  text-align: left;
}

.team-chip-text strong {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.25;
}

.team-chip-text span {
  font-size: 0.78rem;
  color: var(--text-muted);
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 1024px) {
  .team-chip-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .team-grid > .team-card {
    flex: 1 1 100%;
    max-width: 360px;
  }
  .team-chip-list {
    grid-template-columns: 1fr;
  }
  .team-avatar-ring {
    width: 120px;
    height: 120px;
  }
  .team-card {
    padding: 24px 18px 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
  .reveal, .reveal-left, .reveal-right, .reveal-scale, .stagger > * {
    opacity: 1;
    transform: none;
  }
  .hero-orb {
    animation: none;
  }
  .team-card:hover, .team-card:hover .team-avatar-ring, .team-link:hover {
    transform: none;
  }
  .team-card:hover .team-avatar img {
    transform: none;
    filter: grayscale(0);
  }
}

a.is-tap-feedback {
  color: var(--electric-blue);
}

.btn.is-tap-feedback::before {
  animation: btn-shimmer 0.9s forwards;
}

.btn-primary.is-tap-feedback {
  transform: translateY(-3px) scale(1.012);
  box-shadow: 0 14px 36px rgba(59, 130, 246, 0.55);
  color: #fff !important;
  background: var(--grad-btn-hover);
}

.btn-secondary.is-tap-feedback {
  background: rgba(148, 163, 184, 0.12);
  border-color: rgba(99, 102, 241, 0.35);
  transform: translateY(-2px);
  color: var(--text-primary);
}

.btn-ghost.is-tap-feedback {
  background: rgba(148, 163, 184, 0.12);
  color: var(--text-primary);
}

.logo.is-tap-feedback .logo-img {
  transform: scale(1.05);
  filter: drop-shadow(0 6px 18px rgba(99, 102, 241, 0.42));
}

.logo.is-tap-feedback .logo-text {
  color: #fff;
}

.nav > .nav-item > a.is-tap-feedback, .nav > a.is-tap-feedback {
  color: var(--text-primary);
  background: rgba(148, 163, 184, 0.1);
}

.nav > .nav-item > a.is-active.is-tap-feedback, .nav > a.is-active.is-tap-feedback {
  color: #fff;
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.3), rgba(99, 102, 241, 0.22));
  box-shadow: inset 0 0 0 1px rgba(103, 232, 249, 0.3), 0 0 26px rgba(59, 130, 246, 0.25);
}

.mega-link.is-tap-feedback, .mega-col a.is-tap-feedback {
  color: var(--text-primary);
  background: rgba(59, 130, 246, 0.1);
  border-color: rgba(103, 232, 249, 0.16);
  transform: translateY(-1px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.2);
}

.mega-link.is-tap-feedback .mega-link-icon, .mega-col a.is-tap-feedback .mega-link-icon {
  background: rgba(99, 102, 241, 0.2);
  border-color: rgba(103, 232, 249, 0.35);
  box-shadow: 0 0 18px rgba(59, 130, 246, 0.25);
  transform: scale(1.05);
}

.mega-link.is-tap-feedback .mega-link-go {
  opacity: 1;
  transform: translateX(0);
}

.header-search-result.is-tap-feedback {
  background: rgba(59, 130, 246, 0.14);
}

a.card.is-tap-feedback::before {
  clip-path: circle(160% at var(--card-origin-x) var(--card-origin-y));
  opacity: 1;
}

a.card.is-tap-feedback::after {
  opacity: 1;
  transform: translateX(280%) skewX(-18deg);
}

a.card.is-tap-feedback {
  transform: scale(1.025) translateY(-8px);
  border-color: rgba(103, 232, 249, 0.28);
  background: linear-gradient(165deg, rgba(20, 32, 54, 0.82) 0%, rgba(12, 20, 36, 0.78) 100%);
  box-shadow: 0 24px 48px -12px rgba(0, 0, 0, 0.4), 0 0 40px -8px rgba(59, 130, 246, 0.22), 0 0 0 1px rgba(103, 232, 249, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  color: inherit;
}

a.card.is-tap-feedback .card-icon {
  transform: scale(1.1) rotate(6deg);
  background: linear-gradient(145deg, rgba(103, 232, 249, 0.16) 0%, rgba(59, 130, 246, 0.14) 100%);
  border-color: rgba(103, 232, 249, 0.42);
  color: #a5f3fc;
  box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.08), 0 0 22px rgba(103, 232, 249, 0.2);
}

a.card.is-tap-feedback .card-icon svg {
  transform: scale(1.05);
}

a.card.is-tap-feedback h3 {
  color: #fff;
  letter-spacing: -0.01em;
}

a.card.is-tap-feedback p {
  color: #e8eef6;
}

a.card.is-tap-feedback .card-link {
  gap: 12px;
  color: #a5f3fc;
}

a.card.is-tap-feedback .card-link::after {
  transform: translateX(4px);
}

a.card.is-tap-feedback .section-label {
  color: #a5b4c8;
}

.footer-col a.is-tap-feedback, .footer-legal a.is-tap-feedback {
  color: var(--electric-blue);
}

.footer-social a.is-tap-feedback {
  color: #fff;
  border-color: rgba(103, 232, 249, 0.35);
  background: rgba(59, 130, 246, 0.15);
}

.footer-trust-card.is-tap-feedback {
  transform: translateY(-2px);
  border-color: rgba(103, 232, 249, 0.28);
}

.team-link.is-tap-feedback {
  color: #a5f3fc;
}

.page-hero .breadcrumb a.is-tap-feedback {
  color: var(--soft-cyan);
}

.fab-menu a.is-tap-feedback {
  background: rgba(59, 130, 246, 0.16);
  color: #fff;
}

.mobile-nav-cta-btn.is-tap-feedback {
  transform: translateY(-2px) scale(1.01);
  box-shadow: 0 14px 36px rgba(59, 130, 246, 0.55);
}

@media (prefers-reduced-motion: reduce) {
  a.is-tap-feedback, a.card.is-tap-feedback, .btn-primary.is-tap-feedback, .btn-secondary.is-tap-feedback, .mega-link.is-tap-feedback {
    transition: none !important;
    animation: none !important;
    transform: none !important;
  }
}

#hero .hero-content .reveal,
#hero .hero-content .reveal-left,
#hero .hero-content .reveal-right,
#hero .hero-content .reveal-scale,
#hero .hero-content [class*="reveal-delay"],
#hero .hero-content h1,
#hero .hero-content .lead,
#hero .hero-content .hero-actions,
#hero .hero-content .eyebrow,
.page-hero .reveal,
.page-hero .reveal-left,
.page-hero .reveal-right,
.page-hero .reveal-scale,
.page-hero [class*="reveal-delay"],
.page-hero h1,
.page-hero .lead,
.page-hero .hero-actions,
.page-hero .breadcrumb,
.hero-svc-content .reveal,
.hero-svc-content [class*="reveal-delay"],
.hero-sol-content .reveal,
.hero-sol-content [class*="reveal-delay"],
.hero-gnet-content .reveal,
.hero-gnet-content [class*="reveal-delay"] {
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
  filter: none !important;
  transition: none !important;
  animation: none !important;
  transition-delay: 0s !important;
}