/* HEADER & BRAND */

.topbar{
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(10px);
  background: linear-gradient(to bottom, rgba(5,7,19,.9), rgba(5,7,19,.6));
  border-bottom: 1px solid var(--border);
}

.topbar__inner{
  display:flex;
  flex-direction: column;
  align-items:flex-start;
  justify-content:center;
  gap: 8px;
  padding: 10px 0;
}

.brand{
  display:flex;
  align-items:center;
  gap: 10px;
  text-decoration:none;
}

.brand__icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: radial-gradient(circle at 0 0, rgba(110,231,255,.25), transparent 60%),
              radial-gradient(circle at 100% 0, rgba(167,139,250,.22), transparent 55%),
              rgba(8,12,28,.92);
  font-size: 13px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.brand__icon-main{
  font-weight: 800;
}

.brand__icon-symbol{
  margin: 0 2px;
  font-size: 10px;
  transform: translateY(-1px);
  opacity: .9;
}

.brand__text{
  display:flex;
  flex-direction:column;
  gap: 2px;
}

.brand__word{
  font-weight: 700;
  font-size: 15px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.brand__tagline{
  font-size: 11px;
  color: var(--muted);
}

.brand__photo{
  width: 302px;
  height: 332px;
  border-radius: 999px;
  object-fit: cover;
  border: 1px solid var(--border);
}

.topbar__nav{
  display:flex;
  flex-wrap:wrap;
  gap: 10px;
}

.topbar__link{
  font-size: 14px;
  opacity: .9;
  text-decoration:none;
}

/* HERO */

.hero{
  padding: 28px 0 20px;
}

.hero__grid{
  display:flex;
  flex-direction: column;
  gap: 24px;
}

.hero__copy{
  max-width: 100%;
}

.eyebrow{
  display:inline-block;
  margin: 0 0 8px;
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--muted);
}

h1{
  margin: 0 0 12px;
  font-size: 26px;
  line-height: 1.2;
}

@media (min-width: 640px){
  h1{ font-size: 32px; }
}

.lead{
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.5;
  color: var(--muted);
}

/* PILLARS */

.pillars{
  margin: 4px 0 16px;
}

.pillars__title{
  margin: 0 0 8px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: rgba(237,242,255,.8);
}

.pillars__list{
  margin: 0;
  padding-left: 0;
  list-style: none;
  display:flex;
  flex-direction: column;
  gap: 8px;
}

.pillars__list li{
  font-size: 13px;
  color: var(--muted);
}

.pillars__tag{
  display:inline-flex;
  align-items:center;
  gap: 6px;
  padding: 2px 8px;
  margin-right: 3px;
  border-radius: 999px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .14em;
  background: rgba(12,20,39,.9);
  border: 1px solid rgba(237,242,255,.16);
}

/* TRUST */

.trust{
  display:flex;
  align-items:center;
  gap: 10px;
  margin-top: 14px;
}

.trust__img{
  width: 40px;
  height: 40px;
  border-radius: 999px;
  object-fit: cover;
  border: 1px solid var(--border);
}

.trust__text{
  margin: 0;
  font-size: 12.5px;
  color: var(--muted);
}

/* CARD / CTA BUTTON */

.card{
  background: radial-gradient(circle at 0 0, rgba(110,231,255,.12), transparent 50%),
              radial-gradient(circle at 100% 0, rgba(167,139,250,.14), transparent 55%),
              var(--surface-soft);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-lg);
  padding: 18px 16px 16px;
}

.form-card{
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
}

.card__title{
  margin: 0 0 6px;
  font-size: 18px;
}

.card__sub{
  margin: 0 0 14px;
  font-size: 14px;
  color: var(--muted);
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width: 100%;
  border-radius: 999px;
  border: none;
  padding: 12px 16px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
}

.btn--primary{
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  color: #050816;
}

/* MICRO TEXT */

.micro{
  margin: 0;
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.5;
  color: var(--muted);
}

.micro--note{
  margin-top: 6px;
  font-size: 11.5px;
  opacity: .85;
}

/* CLARITY */

.clarity{
  padding: 16px 0 36px;
}

.clarity__grid{
  display:flex;
  flex-direction: column;
  gap: 18px;
}

.clarity__img{
  width: 100%;
  height: 220px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  object-fit: cover;
}

.clarity__copy h2{
  margin: 0 0 10px;
}

.clarity__columns{
  display:flex;
  flex-direction: column;
  gap: 16px;
}

.clarity__columns h3{
  margin: 0 0 4px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.clarity__columns ul{
  margin: 0;
  padding-left: 18px;
  font-size: 13px;
  color: var(--muted);
}

.clarity__columns li{
  margin: 4px 0;
}

/* FOOTER */

.footer{
  border-top: 1px solid var(--border);
  padding: 14px 0 18px;
  color: var(--muted);
  font-size: 12px;
}

.footer__inner{
  display:flex;
  flex-direction: column;
  align-items:flex-start;
  gap: 6px;
}

.footer__brand{
  margin: 0;
}

.footer__links{
  margin: 0;
  display:flex;
  align-items:center;
  gap: 8px;
}

.footer__micro{
  margin: 0;
}

/* ENHANCEMENTS FOR BIGGER SCREENS */

@media (min-width: 768px){
  .topbar__inner{
    flex-direction: row;
    align-items:center;
    justify-content:space-between;
  }

  .hero__grid{
    flex-direction: row;
    align-items:flex-start;
  }

  .hero__copy{
    max-width: 640px;
  }

  .clarity__grid{
    flex-direction: row;
    align-items:center;
  }

  .clarity__img{
    height: 280px;
  }

  .footer__inner{
    flex-direction: row;
    align-items:center;
    justify-content:space-between;
  }
}
.reason{
  padding: 10px 0 24px;
}

.reason__inner h2{
  margin: 0 0 8px;
  font-size: 16px;
}

.reason__inner p{
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: var(--muted);
}
.social-proof{
  padding: 8px 0 20px;
}

.social-proof__inner{
  border-radius: 14px;
  border: 1px dashed var(--border);
  padding: 10px 12px;
  background: rgba(8,12,28,.7);
}

.social-proof__label{
  margin: 0 0 6px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: var(--muted);
}

.social-proof__faces{
  display:flex;
  flex-wrap:wrap;
  gap: 6px;
}

.social-proof__pill{
  font-size: 11.5px;
  padding: 4px 8px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: rgba(5,7,19,.95);
}

.social-proof__note{
  margin: 6px 0 0;
  font-size: 12px;
  color: var(--muted);
}
.stories{
  padding: 16px 0 26px;
}

.stories__inner h2{
  margin: 0 0 12px;
  font-size: 16px;
}

.stories__grid{
  display:flex;
  flex-direction: column;
  gap: 12px;
}

.story{
  border-radius: 14px;
  border: 1px solid var(--border);
  background: rgba(8,12,28,.85);
  padding: 10px 12px;
}

.story h3{
  margin: 0 0 6px;
  font-size: 14px;
}

.story__before,
.story__after{
  margin: 4px 0;
  font-size: 13px;
  color: var(--muted);
}

.stories__note{
  margin: 10px 0 0;
  font-size: 11.5px;
  color: var(--muted);
}
.brand__icon{
  background: radial-gradient(circle at 0 0, rgba(34,211,238,.35), transparent 60%),
              radial-gradient(circle at 100% 0, rgba(168,85,247,.32), transparent 55%),
              rgba(7,11,31,.96);
  border-color: rgba(244,244,255,.35);
}

.brand__word{
  color: var(--accent-soft);
}

.eyebrow{
  color: var(--accent-soft);
}

.pillars__tag{
  background: radial-gradient(circle at 0 0, rgba(34,211,238,.18), transparent 60%),
              radial-gradient(circle at 100% 0, rgba(251,113,133,.18), transparent 55%),
              rgba(7,11,31,.95);
  border-color: rgba(148,163,255,.6);
}
.card{
  background:
    radial-gradient(circle at 0 0, rgba(34,211,238,.20), transparent 55%),
    radial-gradient(circle at 100% 0, rgba(168,85,247,.22), transparent 55%),
    radial-gradient(circle at 50% 120%, rgba(251,113,133,.24), transparent 60%),
    var(--surface-soft);
  border-color: rgba(148,163,255,.6);
}
.btn--primary{
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  box-shadow: 0 14px 30px rgba(37,99,235,.55);
  color: #020617;
}

.btn--primary:hover{
  filter: brightness(1.05);
}
.social-proof__inner{
  background: linear-gradient(135deg, rgba(34,211,238,.12), rgba(168,85,247,.10));
  border-color: rgba(148,163,255,.7);
}

.social-proof__pill{
  background: rgba(7,11,31,.95);
  border-color: rgba(148,163,255,.8);
}

.story{
  background: linear-gradient(135deg, rgba(34,211,238,.08), rgba(251,113,133,.08));
  border-color: rgba(148,163,255,.7);
}
:root{
  --bg: #050816;
  --surface: #070b1f;
  --surface-soft: #0b1028;

  --text: #fdfcff;
  --muted: rgba(225,232,255,.82);
  --border: rgba(148,163,255,.35);

  --brand: #22d3ee;
  --brand-2: #a855f7;

  --accent-warm: #fb7185;
  --accent-soft: #fef3c7;

  --radius-lg: 20px;
  --radius-md: 14px;
  --shadow-lg: 0 22px 60px rgba(15,23,42,.8);

  --font: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --max: 1160px;
}

body{
  margin: 0;
  font-family: var(--font);
  color: var(--text);
  background:
    radial-gradient(1100px 700px at 10% 0%, rgba(34,211,238,.18), transparent 60%),
    radial-gradient(900px 650px at 80% 0%, rgba(168,85,247,.22), transparent 60%),
    radial-gradient(800px 500px at 50% 100%, rgba(251,113,133,.18), transparent 60%),
    var(--bg);
}
