:root {
  --bg: #07131f;
  --bg-2: #0d1827;
  --panel: #101d2d;
  --panel-2: #142235;
  --graphite: #1e293b;
  --line: rgba(255, 255, 255, .10);
  --text: #eaf2fb;
  --muted: #a8b5c7;
  --soft: #c7d2df;
  --cyan: #00cfe8;
  --cyan-2: #63e9f7;
  --white: #ffffff;
  --paper: #f6f8fb;
  --ink: #07131f;
  --shadow: 0 24px 80px rgba(0, 0, 0, .28);
  --radius: 28px;
  --font: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --title: 'Plus Jakarta Sans', 'Inter', sans-serif;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

html {
  scroll-behavior: smooth
}

body {
  font-family: var(--font);
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  overflow-x: hidden
}

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

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

.container {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto
}

.site-header{
    position:fixed;
    top:0;
    left:0;
    right:0;

    z-index:1000;

    display:flex;
    align-items:center;
    justify-content:space-between;

    padding:22px 40px;

    background:rgba(6,17,29,.55);

    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);

    border-bottom:1px solid rgba(255,255,255,.08);

    box-shadow:
        0 0 30px rgba(0,207,232,.12),
        0 0 60px rgba(0,207,232,.08),
        inset 0 -1px 0 rgba(255,255,255,.05);

    transition:.3s ease;
}

.site-header.scrolled {
  height: 70px;
  background: rgba(7, 19, 31, .94)
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px
}

.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 13px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #eafcff, #00cfe8 55%, #1e6570);
  color: #06101b;
  font-family: var(--title);
  font-weight: 800;
  box-shadow: 0 12px 35px rgba(0, 207, 232, .22)
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
  letter-spacing: .08em;
  font-size: .85rem
}

.brand-text small {
  font-size: .68rem;
  color: var(--muted);
  font-weight: 700;
  letter-spacing: .18em;
  margin-top: 4px
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  color: #d8e3ef;
  font-weight: 700;
  font-size: .88rem
}

.main-nav a {
  position: relative;
  opacity: .78;
  transition: .2s ease
}

.main-nav a:hover,
.main-nav a.active {
  opacity: 1;
  color: #fff
}

.main-nav a.active:after,
.main-nav a:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 2px;
  background: var(--cyan);
  border-radius: 5px
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, .14);
  background: rgba(255, 255, 255, .04);
  border-radius: 14px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer
}

.nav-toggle span {
  width: 20px;
  height: 2px;
  background: #fff;
  border-radius: 4px;
  transition: .2s ease
}

.section {
  padding: 112px 0
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: .18em;
  color: var(--cyan);
  font-size: .75rem;
  font-weight: 800;
  margin-bottom: 18px
}

h1,
h2,
h3 {
  font-family: var(--title);
  line-height: 1.05;
  letter-spacing: -.045em
}

h1 {
  font-size: clamp(2.7rem, 6vw, 6.4rem)
}

h2 {
  font-size: clamp(2.1rem, 4vw, 4.2rem)
}

h3 {
  font-size: 1.35rem
}

p {
  color: var(--muted)
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 800;
  font-size: .92rem;
  transition: .22s ease;
  border: 1px solid transparent
}

.btn-primary {
  background: var(--cyan);
  color: #05101a;
  box-shadow: 0 18px 45px rgba(0, 207, 232, .20)
}

.btn-primary:hover {
  transform: translateY(-2px);
  background: var(--cyan-2)
}

.btn-secondary {
  border-color: rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .04);
  color: #fff
}

.btn-secondary:hover {
  border-color: rgba(0, 207, 232, .55);
  background: rgba(0, 207, 232, .08)
}

.text-link {
  display: inline-flex;
  margin-top: 24px;
  color: #fff;
  font-weight: 800;
  border-bottom: 2px solid var(--cyan);
  padding-bottom: 5px
}

.section-heading {
  max-width: 780px;
  margin-bottom: 54px
}

.page-hero {
  padding: 170px 0 105px;
  background: radial-gradient(circle at 72% 10%, rgba(0, 207, 232, .13), transparent 34%), linear-gradient(180deg, #07131f, #0b1725)
}

.page-hero-grid {
  display: grid;
  grid-template-columns: 1fr .82fr;
  gap: 70px;
  align-items: end
}

.page-lead {
  font-size: 1.12rem;
  color: #c3cfdd;
  max-width: 560px
}

.cta-band {
  padding: 92px 0;
  background: linear-gradient(135deg, #0a1624, #111f31);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line)
}

.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 38px
}

.cta-inner h2 {
  font-size: clamp(2rem, 3vw, 3.2rem);
  max-width: 720px
}

.cta-inner p {
  max-width: 430px
}

.site-footer {
  border-top: 1px solid var(--line);
  padding: 38px 0;
  background: #06101a;
  color: #fff
}

.footer-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px
}

.footer-grid strong {
  font-family: var(--title);
  letter-spacing: .05em
}

.footer-grid p {
  font-size: .9rem;
  margin-top: 5px
}

.footer-grid nav {
  display: flex;
  gap: 20px;
  color: var(--muted);
  font-weight: 700;
  font-size: .9rem
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .7s ease, transform .7s ease
}

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

.delay-1 {
  transition-delay: .12s
}

.delay-2 {
  transition-delay: .22s
}

.site-header.scrolled{
    background:rgba(3,10,24,.88);
    backdrop-filter:blur(14px);
    border-bottom:1px solid rgba(255,255,255,.08);
}
@media(max-width:900px) {

  .container{
    width:min(100% - 28px,1180px);
  }

  .site-header{
    height:72px;
    padding:0 16px;
  }

  .nav-toggle{
    display:flex;
    position:relative;
    z-index:100001;
  }

  .main-nav{
    position:fixed;

    top:0;
    right:-100%;

    width:100%;
    height:100dvh;

    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;

    gap:18px;

    background:#07131f;

    transition:right .35s ease;

    z-index:100000;
  }

  .main-nav.active{
    right:0;
  }

  .main-nav a{
    width:260px;
    text-align:center;
    padding:16px 24px;
    font-size:1.05rem;
  }

  .main-nav a:after{
    display:none !important;
  }

  .page-hero{
    padding:135px 0 74px;
  }

  .page-hero-grid{
    grid-template-columns:1fr;
    gap:30px;
  }

  .section{
    padding:76px 0;
  }

  .cta-inner{
    flex-direction:column;
    align-items:flex-start;
  }

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

  .footer-grid nav{
    flex-wrap:wrap;
  }
}