/* Fonts load from a <link> in the document head; no CSS @import (it blocks first paint). */

:root {
  color-scheme: dark;
  --page-bg: #020617;
  --navy: #06153f;
  --blue: #0f6bff;
  --blue-hot: #2291ff;
  --teal: #15ead7;
  --cyan: #38caff;
  --lime: #3df16b;
  --ice: #f7fbff;
  --muted: #b9c8e8;
  --line: rgba(139, 200, 255, 0.22);
  --panel: rgba(5, 18, 55, 0.72);
  --panel-strong: rgba(7, 28, 83, 0.84);
  --green: #3be59a;
  --shadow: 0 28px 90px rgba(0, 65, 255, 0.34);
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --shell: 1160px;
  --header-height: 88px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ice);
  background:
    radial-gradient(circle at 82% 14%, rgba(34, 145, 255, 0.36), transparent 28rem),
    radial-gradient(circle at 48% 72%, rgba(21, 234, 215, 0.16), transparent 24rem),
    radial-gradient(circle at 10% 90%, rgba(11, 85, 255, 0.56), transparent 28rem),
    linear-gradient(125deg, #020617 0%, #03113f 46%, #061b65 76%, #0b55ff 118%);
  font-family: "Manrope", "Inter", "Segoe UI", sans-serif;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

body::before {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.026) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 84px 84px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.86), transparent 72%);
}

body::after {
  z-index: -1;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.11), transparent 22rem),
    linear-gradient(180deg, rgba(2, 6, 23, 0.1), rgba(2, 6, 23, 0.56) 78%, #020617 100%);
}

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

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

p,
ul {
  margin-top: 0;
}

code {
  color: #d8ecff;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 0.92em;
}

::selection {
  background: rgba(34, 145, 255, 0.42);
  color: #fff;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.shell {
  width: min(calc(100% - 2rem), var(--shell));
  margin: 0 auto;
}

.page-shell {
  position: relative;
  z-index: 1;
  min-height: calc(100vh - var(--header-height));
  overflow: hidden;
}

.holding-page {
  position: relative;
  z-index: 1;
  min-height: 100vh;
}

.site-scene {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  opacity: 0.18;
  mix-blend-mode: screen;
}

.site-scene__canvas {
  width: 100%;
  height: 100%;
}

.site-scene__canvas canvas {
  display: block;
  width: 100% !important;
  height: 100% !important;
}

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

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

.stack--lg {
  gap: 1.45rem;
}

.section-heading {
  max-width: 760px;
}

.lead,
.section-heading p,
.surface-card p,
.surface-card li,
.site-footer p,
.site-footer span,
.contact-list span,
.stat-row span {
  color: rgba(232, 241, 255, 0.76);
}

.eyebrow,
.card-label,
.site-brand__eyebrow {
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 900;
  color: var(--teal);
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--ice);
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: 0;
}

h1 {
  max-width: 820px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 5rem;
  line-height: 0.95;
  color: transparent;
  background: linear-gradient(112deg, #2f6fff 4%, #1fb9ff 28%, #15ead7 56%, #3df16b 96%);
  -webkit-background-clip: text;
  background-clip: text;
  text-shadow:
    0 0 20px rgba(47, 111, 255, 0.24),
    0 0 42px rgba(21, 234, 215, 0.16);
}

h2 {
  font-size: 2.9rem;
}

h3 {
  font-size: 1.35rem;
}

.lead {
  font-size: 1.15rem;
  line-height: 1.8;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.2rem;
  padding: 0.82rem 1.25rem;
  border: 1px solid transparent;
  border-radius: 0.8rem;
  background: linear-gradient(135deg, #2291ff, #0b55ff);
  color: #fff;
  font-size: 0.96rem;
  font-weight: 850;
  box-shadow: 0 18px 48px rgba(11, 85, 255, 0.38);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 24px 62px rgba(11, 85, 255, 0.48);
}

.button--ghost {
  background: rgba(7, 22, 63, 0.42);
  color: var(--ice);
  border-color: rgba(139, 200, 255, 0.36);
  box-shadow: none;
  backdrop-filter: blur(16px);
}

.button--ghost:hover,
.button--ghost:focus-visible {
  border-color: rgba(139, 200, 255, 0.72);
  box-shadow: 0 0 38px rgba(34, 145, 255, 0.22);
}

.button--small {
  min-height: 3rem;
  padding-inline: 1.1rem;
}

.surface-card,
.cta-panel,
.site-footer__panel {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(150deg, rgba(9, 32, 91, 0.78), rgba(4, 13, 44, 0.74)),
    rgba(5, 18, 55, 0.64);
  border: 1px solid rgba(139, 200, 255, 0.2);
  border-radius: var(--radius-lg);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(18px);
}

.surface-card::before,
.cta-panel::before,
.site-footer__panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 18% 0%, rgba(34, 145, 255, 0.25), transparent 18rem);
  opacity: 0.8;
  pointer-events: none;
}

.surface-card > *,
.cta-panel > *,
.site-footer__panel > * {
  position: relative;
}

.surface-card {
  padding: 1.55rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(2, 6, 23, 0.74);
  border-bottom: 1px solid rgba(139, 200, 255, 0.14);
  backdrop-filter: blur(20px);
}

.site-header__inner {
  position: relative;
  min-height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.site-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  min-width: 0;
}

.site-brand__mark {
  width: 3.25rem;
  height: 3.25rem;
  display: grid;
  place-items: center;
  border: 1px solid rgba(139, 200, 255, 0.28);
  border-radius: 0.9rem;
  background: rgba(7, 28, 83, 0.72);
  color: var(--teal);
  font-weight: 900;
  box-shadow: 0 0 28px rgba(21, 234, 215, 0.38);
}

.site-brand__text {
  display: grid;
  gap: 0.1rem;
}

.site-brand__name {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1;
}

.site-nav {
  display: inline-flex;
  align-items: center;
  gap: 1.6rem;
  font-size: 0.96rem;
  font-weight: 750;
}

.site-nav a {
  position: relative;
  color: rgba(247, 251, 255, 0.76);
}

.site-nav a:not(.button)::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.7rem;
  width: 1.1rem;
  height: 2px;
  border-radius: 999px;
  background: var(--teal);
  box-shadow: 0 0 16px rgba(21, 234, 215, 0.9);
  transform: translateX(-50%) scaleX(0);
  transition: transform 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: #fff;
}

.site-nav a.is-active {
  color: var(--teal);
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after,
.site-nav a.is-active::after {
  transform: translateX(-50%) scaleX(1);
}

.site-nav .button {
  color: #fff;
}

.site-nav-toggle {
  display: none;
  width: 3rem;
  height: 3rem;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.28rem;
  border: 1px solid var(--line);
  border-radius: 0.8rem;
  background: rgba(5, 18, 55, 0.72);
  color: #fff;
  cursor: pointer;
}

.site-nav-toggle__line {
  width: 1.1rem;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.hero,
.page-hero {
  padding-top: 6.4rem;
}

.hero__grid,
.split-grid {
  display: grid;
  gap: 2rem;
  align-items: start;
}

.hero__grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  align-items: center;
}

.split-grid {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.8fr);
}

.page-hero .section-heading {
  max-width: 860px;
}

.page-hero h1 span,
.hero h1 span {
  font-style: italic;
}

.card-grid,
.stat-row,
.faq-list,
.site-footer__links {
  display: grid;
  gap: 1rem;
}

.card-grid--three,
.stat-row {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.check-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 1.45rem;
}

.check-list li + li {
  margin-top: 0.72rem;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72rem;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: var(--blue-hot);
  box-shadow: 0 0 18px rgba(34, 145, 255, 0.9);
}

.stat-row article {
  padding: 1.35rem;
  border: 1px solid rgba(139, 200, 255, 0.18);
  border-radius: var(--radius-md);
  background: rgba(7, 28, 83, 0.46);
}

.stat-row strong {
  display: block;
  margin-bottom: 0.45rem;
  color: #fff;
}

.contact-list {
  display: grid;
  gap: 0.85rem;
}

.contact-list a,
.contact-list span {
  display: block;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid rgba(139, 200, 255, 0.14);
}

.contact-list a {
  color: #fff;
  font-weight: 800;
}

.contact-list span:last-child {
  border-bottom: 0;
}

.faq-list details {
  padding: 1.4rem 1.5rem;
}

.faq-list summary {
  cursor: pointer;
  color: #fff;
  font-weight: 850;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list p {
  margin: 0.9rem 0 0;
}

.cta-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 2.4rem;
}

.section--soft::before,
.section--accent::before {
  content: "";
  position: absolute;
  inset: 1.25rem;
  border: 1px solid rgba(139, 200, 255, 0.1);
  border-radius: 32px;
  background: rgba(7, 28, 83, 0.12);
  pointer-events: none;
}

.site-footer {
  position: relative;
  z-index: 1;
  padding: 1rem 0 2.5rem;
}

.site-footer__panel {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 2rem;
  padding: 2rem;
}

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

.site-footer__links h3 {
  margin: 0 0 0.9rem;
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.site-footer__links a,
.site-footer__links span {
  display: block;
  margin-bottom: 0.7rem;
}

.site-footer__links a {
  color: rgba(247, 251, 255, 0.86);
  font-weight: 700;
}

.site-footer__meta {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1rem;
  color: rgba(232, 241, 255, 0.62);
  font-size: 0.94rem;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 560ms ease,
    transform 560ms ease;
}

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

@media (max-width: 900px) {
  :root {
    --header-height: 78px;
  }

  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.2rem;
  }

  .section {
    padding: 4.5rem 0;
  }

  .hero__grid,
  .split-grid,
  .card-grid--three,
  .stat-row,
  .faq-list,
  .site-footer__panel,
  .site-footer__links,
  .cta-panel {
    grid-template-columns: 1fr;
  }

  .cta-panel {
    display: grid;
  }

  .site-nav-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 0.75rem);
    right: 1rem;
    left: 1rem;
    display: none;
    padding: 1rem;
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    background: rgba(3, 15, 51, 0.96);
    box-shadow: var(--shadow);
    flex-direction: column;
    align-items: stretch;
    backdrop-filter: blur(18px);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a:not(.button)::after {
    display: none;
  }

  .site-nav .button {
    width: 100%;
  }
}

@media (max-width: 640px) {
  h1 {
    font-size: 2.45rem;
  }

  h2 {
    font-size: 2rem;
  }

  .shell {
    width: min(calc(100% - 1.25rem), var(--shell));
  }

  .site-header__inner {
    gap: 1rem;
  }

  .site-brand__eyebrow {
    font-size: 0.66rem;
  }

  .site-brand__mark {
    width: 2.7rem;
    height: 2.7rem;
  }

  .site-footer__panel,
  .cta-panel,
  .surface-card {
    padding: 1.25rem;
  }

  .site-footer__meta {
    flex-direction: column;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
