:root {
  --bw-bg: #071221;
  --bw-bg-soft: #0c1830;
  --bw-panel: rgba(255,255,255,.06);
  --bw-panel-strong: rgba(255,255,255,.09);
  --bw-line: rgba(255,255,255,.11);
  --bw-text: #f4f8ff;
  --bw-soft: #cad7ee;
  --bw-muted: #8ea4c7;
  --bw-blue: #2791ff;
  --bw-blue-2: #56d2ff;
  --bw-blue-3: #144cc9;
  --bw-glow: 0 25px 70px rgba(16, 78, 200, .26);
  --bw-radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 20% 0%, rgba(42, 130, 255, .18), transparent 34%),
    radial-gradient(circle at 100% 10%, rgba(86, 210, 255, .13), transparent 32%),
    linear-gradient(180deg, #071221 0%, #08162a 35%, #091a31 100%);
  color: var(--bw-text);
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
p { color: var(--bw-soft); }

.site-navbar {
  min-height: 82px;
  padding: .55rem 0;
  transition: background .2s ease, box-shadow .2s ease, border-color .2s ease;
  background: transparent;
  border-bottom: 1px solid transparent;
}
.site-navbar.scrolled,
.site-navbar.nav-open {
  background: rgba(5, 12, 24, .92);
  backdrop-filter: blur(14px);
  border-bottom-color: rgba(255,255,255,.08);
  box-shadow: 0 10px 34px rgba(0,0,0,.22);
}
.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  padding: 0;
  margin: 0;
  line-height: 1;
}
.brand-mark {
  height: 58px;
  width: auto;
  max-width: none;
  object-fit: contain;
  flex: 0 0 auto;
}
.brand-word {
  color: #fff;
  font-size: 1.68rem;
  font-weight: 900;
  letter-spacing: -.055em;
  white-space: nowrap;
}
.brand-word span {
  background: linear-gradient(135deg, #65d7ff 0%, #2298ff 48%, #1760db 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.navbar-toggler {
  border-color: rgba(255,255,255,.2);
  padding: .5rem .72rem;
}
.navbar-toggler:focus { box-shadow: 0 0 0 .2rem rgba(39, 145, 255, .18); }
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255,255,255,0.92)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.nav-link {
  color: rgba(255,255,255,.82);
  font-weight: 600;
  padding: .72rem 1rem !important;
  border-radius: 999px;
}
.site-navbar .navbar-nav .nav-link:hover,
.site-navbar .navbar-nav .nav-link.active,
.site-navbar .navbar-nav .nav-link.active:focus,
.site-navbar .navbar-nav .nav-link.active:hover,
.site-navbar .navbar-nav .nav-link.show {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  background: rgba(255,255,255,.10) !important;
}
.btn-brand,
.btn-outline-brand,
.btn-surface {
  border-radius: 999px;
  font-weight: 700;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
}
.btn-brand {
  color: #fff;
  border: 1px solid transparent;
  background: linear-gradient(135deg, var(--bw-blue) 0%, var(--bw-blue-3) 100%);
  box-shadow: 0 10px 35px rgba(39, 145, 255, .28);
}
.btn-brand:hover { color: #fff; transform: translateY(-1px); }
.btn-outline-brand {
  color: #fff;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.02);
}
.btn-outline-brand:hover,
.btn-surface:hover { color: #fff; transform: translateY(-1px); border-color: rgba(255,255,255,.28); }
.btn-surface {
  color: #fff;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.05);
}

.page-shell { padding-top: 96px; }
.hero {
  position: relative;
  padding: 138px 0 92px;
  overflow: clip;
}
.hero::before {
  content: "";
  position: absolute;
  inset: auto auto -180px -180px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(86,210,255,.32), transparent 65%);
  filter: blur(10px);
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  padding: .55rem .85rem;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.05);
  color: #d6e3fa;
  font-size: .9rem;
  font-weight: 700;
}
.eyebrow-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--bw-blue-2), var(--bw-blue));
  box-shadow: 0 0 0 8px rgba(86,210,255,.12);
}
.hero-title {
  font-size: clamp(2.65rem, 6vw, 5.6rem);
  line-height: .96;
  letter-spacing: -.055em;
  font-weight: 900;
  margin: 1.25rem 0 1.25rem;
}
.text-gradient {
  background: linear-gradient(135deg, #fff 0%, #bde8ff 40%, #67cfff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-copy {
  font-size: 1.08rem;
  line-height: 1.8;
  color: var(--bw-soft);
  max-width: 720px;
}
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; margin: 2rem 0; }
.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}
.trust-box {
  border: 1px solid rgba(255,255,255,.11);
  background: rgba(255,255,255,.045);
  border-radius: 22px;
  padding: 1rem 1.1rem;
}
.trust-box strong { display: block; font-size: 1.5rem; }
.trust-box span { color: var(--bw-muted); font-size: .95rem; }

.hero-stage {
  position: relative;
  min-height: 650px;
}
.hero-stage::before {
  content: "";
  position: absolute;
  inset: 10% 10% auto auto;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(39,145,255,.24), transparent 66%);
  filter: blur(18px);
}
.hero-panel {
  position: absolute;
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.1);
  box-shadow: var(--bw-glow), 0 25px 60px rgba(0,0,0,.28);
  background: rgba(8, 18, 36, .9);
}
.hero-panel.main { width: min(86%, 560px); right: 0; top: 24px; transform: rotate(-2deg); }
.hero-panel.secondary { width: min(50%, 340px); left: 10px; top: 220px; transform: rotate(-8deg); }
.hero-panel.tertiary { width: min(52%, 360px); right: 14px; bottom: 18px; transform: rotate(4deg); }
.hero-panel img { width: 100%; display: block; }
.badge-float {
  position: absolute;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  padding: .85rem 1rem;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(7,18,33,.86);
  box-shadow: 0 18px 45px rgba(0,0,0,.26);
  backdrop-filter: blur(14px);
  color: #fff;
  font-weight: 700;
}
.badge-float.one { left: 0; top: 110px; }
.badge-float.two { right: 18px; top: 180px; }
.badge-float.three { left: 32px; bottom: 130px; }
.icon-spark {
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, #fff, var(--bw-blue-2));
  box-shadow: 0 0 0 8px rgba(255,255,255,.06);
}
.section { padding: 88px 0; }
.section-alt { background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.015)); }
.section-kicker {
  color: #9fddff;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: .76rem;
  font-weight: 800;
  margin-bottom: .7rem;
}
.section-title {
  font-size: clamp(2rem, 4.7vw, 3.6rem);
  line-height: 1.02;
  letter-spacing: -.045em;
  font-weight: 900;
  margin-bottom: 1rem;
}
.section-copy { color: var(--bw-soft); max-width: 780px; }

.glass-card,
.feature-card,
.legal-card,
.contact-panel,
.reference-card,
.process-card,
.tier-card,
.value-card,
.cta-card {
  height: 100%;
  border: 1px solid rgba(255,255,255,.11);
  background: rgba(255,255,255,.05);
  border-radius: var(--bw-radius);
  box-shadow: 0 18px 50px rgba(0,0,0,.14);
}
.feature-card,
.process-card,
.value-card,
.tier-card,
.reference-card { padding: 1.6rem; }
.icon-pill {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(39,145,255,.22), rgba(86,210,255,.12));
  border: 1px solid rgba(86,210,255,.25);
  margin-bottom: 1rem;
  font-size: 1.4rem;
  color: #dff4ff;
}
.feature-card h3,
.process-card h3,
.value-card h3,
.tier-card h3,
.reference-card h3 { font-size: 1.24rem; font-weight: 800; }
.feature-card p,
.process-card p,
.value-card p,
.tier-card p,
.reference-card p,
.legal-card p,
.legal-card li,
.contact-panel p { color: var(--bw-soft); }

.split-panel {
  border: 1px solid rgba(255,255,255,.12);
  background: linear-gradient(135deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  border-radius: 34px;
  padding: 2rem;
}
.info-list { list-style: none; padding: 0; margin: 0; }
.info-list li {
  position: relative;
  padding-left: 1.8rem;
  margin-bottom: .9rem;
  color: var(--bw-soft);
}
.info-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .5rem;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--bw-blue-2), var(--bw-blue));
}
.inline-metric {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}
.inline-metric .metric {
  padding: 1rem;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(0,0,0,.12);
}
.inline-metric strong { display: block; font-size: 1.4rem; }
.inline-metric span { color: var(--bw-muted); font-size: .92rem; }

.reference-card img {
  width: 100%;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,.08);
  margin-bottom: 1.2rem;
}
.reference-tag {
  display: inline-block;
  margin-top: .35rem;
  padding: .4rem .7rem;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.09);
  color: #cce6ff;
  font-size: .84rem;
}
.cta-card {
  padding: 2rem;
  background:
    radial-gradient(circle at 100% 0%, rgba(86,210,255,.18), transparent 35%),
    linear-gradient(135deg, rgba(16,76,200,.28), rgba(255,255,255,.06));
}
.cta-card p { max-width: 700px; }

.legal-page,
.simple-page { padding-top: 128px; padding-bottom: 82px; }
.legal-card,
.contact-panel { padding: 2rem; }
.legal-card h1,
.contact-panel h1 { font-size: clamp(2.1rem, 4.5vw, 3.25rem); font-weight: 900; letter-spacing: -.04em; }
.legal-card h2 { font-size: 1.3rem; font-weight: 800; margin-top: 1.8rem; }
.legal-card ul { padding-left: 1.2rem; }
.contact-line {
  display: flex;
  align-items: start;
  gap: .9rem;
  padding: 1rem 0;
  border-top: 1px solid rgba(255,255,255,.08);
}
.contact-line:first-child { border-top: 0; }
.contact-icon {
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(39,145,255,.22), rgba(86,210,255,.12));
  border: 1px solid rgba(86,210,255,.25);
}
.helper-note {
  padding: 1rem 1.1rem;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(0,0,0,.12);
}

.site-footer {
  padding: 72px 0 36px;
  border-top: 1px solid rgba(255,255,255,.07);
  background: rgba(4, 10, 20, .7);
}
.footer-logo { width: min(210px, 74%); }
.footer-heading {
  color: #fff;
  font-size: .95rem;
  text-transform: uppercase;
  letter-spacing: .15em;
  margin-bottom: 1rem;
}
.site-footer p,
.site-footer a { color: var(--bw-soft); margin-bottom: .55rem; }
.site-footer a:hover { color: #fff; }
.footer-bottom {
  margin-top: 2rem;
  padding-top: 1.4rem;
  border-top: 1px solid rgba(255,255,255,.08);
  display: flex;
  flex-wrap: wrap;
  gap: .7rem 1.4rem;
  justify-content: space-between;
  color: var(--bw-muted);
  font-size: .95rem;
}

.cookie-consent {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 1090;
  width: min(480px, calc(100vw - 28px));
  padding: 1.2rem;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 24px;
  background: rgba(6, 13, 24, .95);
  box-shadow: 0 25px 80px rgba(0,0,0,.32);
  backdrop-filter: blur(16px);
}
.cookie-settings-button {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 1080;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  background: rgba(6,13,24,.93);
  color: #fff;
  padding: .8rem 1rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  box-shadow: 0 18px 55px rgba(0,0,0,.28);
}
.cookie-current-status {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  font-size: .88rem;
  color: var(--bw-soft);
}
.cookie-status-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #c2cde0;
}
.is-accepted .cookie-status-dot { background: #57d498; box-shadow: 0 0 0 8px rgba(87,212,152,.12); }
.is-declined .cookie-status-dot { background: #ff7f7f; box-shadow: 0 0 0 8px rgba(255,127,127,.12); }

.error-shell {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 120px 0 40px;
}
.error-card {
  max-width: 760px;
  text-align: center;
  padding: 3rem;
}
.error-code {
  font-size: clamp(4rem, 10vw, 8rem);
  line-height: .9;
  font-weight: 900;
  margin-bottom: .8rem;
}

@media (max-width: 1199.98px) {
  .hero-stage { min-height: 560px; }
}
@media (max-width: 991.98px) {
  .site-navbar { min-height: 72px; padding: .45rem 0; }
  .brand-mark {
    height: 52px;
    width: auto;
    max-width: none;
    flex: 0 0 auto;
  }
  .brand-word { font-size: 1.48rem; }
  .page-shell { padding-top: 72px; }
  .hero { padding: 128px 0 70px; }
  .hero-stage { margin-top: 2rem; min-height: 500px; }
  .trust-strip,
  .inline-metric { grid-template-columns: 1fr; }
  .site-navbar.nav-open .navbar-collapse,
  .site-navbar .navbar-collapse.show {
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 22px;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.07);
  }
}
@media (max-width: 767.98px) {
  .brand-lockup { gap: .5rem; }
  .brand-mark {
    height: 46px;
    width: auto;
    max-width: none;
    flex: 0 0 auto;
  }
  .brand-word { font-size: 1.32rem; }
  .hero-panel.main { position: relative; width: 100%; right: auto; top: auto; transform: none; }
  .hero-panel.secondary { width: 62%; left: 0; top: 190px; }
  .hero-panel.tertiary { width: 64%; right: 0; bottom: 20px; }
  .hero-stage { min-height: 420px; }
  .badge-float { font-size: .9rem; padding: .75rem .9rem; }
  .badge-float.one { top: 90px; }
  .badge-float.two { top: 145px; right: 0; }
  .badge-float.three { left: 10px; bottom: 95px; }
  .section { padding-top: 72px; padding-bottom: 72px; }
  .legal-page, .simple-page { padding-top: 102px; padding-bottom: 72px; }
  .split-panel, .legal-card, .contact-panel, .cta-card { padding: 1.4rem; }
}
