:root{
  --bg:#050817;
  --bg2:#07142e;
  --card:rgba(11,18,43,.74);
  --card2:rgba(255,255,255,.08);
  --text:#f7f9ff;
  --muted:#aeb9dc;
  --blue:#119cff;
  --blue2:#68ddff;
  --purple:#7357ff;
  --pink:#c847ff;
  --line:rgba(255,255,255,.14);
  --shadow:0 24px 90px rgba(0,0,0,.42);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  min-height:100vh;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--text);
  background:
    radial-gradient(circle at 10% 10%,rgba(17,156,255,.24),transparent 27%),
    radial-gradient(circle at 85% 25%,rgba(115,87,255,.22),transparent 28%),
    radial-gradient(circle at 50% 95%,rgba(104,221,255,.10),transparent 26%),
    linear-gradient(145deg,#030511 0%,#07142e 46%,#030511 100%);
  overflow-x:hidden;
}

body::before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);
  background-size:52px 52px;
  mask-image:radial-gradient(circle at center,black,transparent 72%);
  z-index:-4;
}

body::after{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(120deg,transparent 0 35%,rgba(104,221,255,.05) 50%,transparent 65%);
  animation:shine 9s ease-in-out infinite;
  z-index:-3;
}

.bg-noise{
  position:fixed;
  inset:0;
  pointer-events:none;
  opacity:.16;
  z-index:-2;
  background-image:
    radial-gradient(circle at 30% 10%,rgba(255,255,255,.08),transparent 14%),
    radial-gradient(circle at 70% 70%,rgba(255,255,255,.06),transparent 15%);
}

.aurora{
  position:fixed;
  width:460px;
  height:460px;
  border-radius:50%;
  filter:blur(90px);
  opacity:.58;
  z-index:-3;
  animation:pulse 8s ease-in-out infinite;
}

.aurora-one{
  top:100px;
  right:-130px;
  background:rgba(17,156,255,.34);
}

.aurora-two{
  bottom:-150px;
  left:-120px;
  background:rgba(115,87,255,.28);
  animation-delay:2s;
}

.particles span{
  position:fixed;
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--blue2);
  box-shadow:0 0 24px var(--blue2);
  opacity:.55;
  z-index:-1;
  animation:float 12s linear infinite;
}

.particles span:nth-child(1){left:8%;top:75%;animation-delay:0s}
.particles span:nth-child(2){left:24%;top:25%;animation-delay:2s}
.particles span:nth-child(3){left:55%;top:82%;animation-delay:4s}
.particles span:nth-child(4){left:78%;top:35%;animation-delay:1s}
.particles span:nth-child(5){left:90%;top:70%;animation-delay:5s}
.particles span:nth-child(6){left:44%;top:12%;animation-delay:3s}
.particles span:nth-child(7){left:14%;top:48%;animation-delay:6s}
.particles span:nth-child(8){left:70%;top:12%;animation-delay:7s}

a{color:inherit;text-decoration:none}
img{max-width:100%}

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

.section-pad{padding:96px 0}

.glass{
  border:1px solid var(--line);
  background:
    linear-gradient(145deg,rgba(255,255,255,.10),rgba(255,255,255,.04));
  backdrop-filter:blur(18px);
  box-shadow:var(--shadow);
}

.header{
  position:fixed;
  top:18px;
  left:0;
  right:0;
  z-index:20;
}

.nav{
  width:min(1160px,calc(100% - 32px));
  margin:auto;
  border-radius:26px;
  padding:12px 14px;
  display:flex;
  align-items:center;
  justify-content:space-between;
}

.brand{
  display:flex;
  align-items:center;
  gap:10px;
  font-weight:1000;
  letter-spacing:.4px;
}

.brand img{
  width:42px;
  height:42px;
  border-radius:50%;
  object-fit:cover;
  box-shadow:0 0 24px rgba(17,156,255,.72);
}

.nav-links{
  display:flex;
  gap:8px;
  align-items:center;
}

.nav-links a{
  padding:10px 14px;
  border-radius:14px;
  color:var(--muted);
  font-weight:800;
  font-size:14px;
  transition:.25s;
}

.nav-links a:hover{
  color:var(--text);
  background:rgba(255,255,255,.08);
}

.nav-toggle{
  display:none;
  border:0;
  background:rgba(255,255,255,.08);
  color:white;
  border-radius:14px;
  padding:10px 12px;
  font-size:18px;
}

.hero{
  position:relative;
  min-height:100vh;
  display:flex;
  align-items:center;
  padding-top:130px;
}

.hero-grid{
  display:grid;
  grid-template-columns:1.03fr .97fr;
  gap:42px;
  align-items:center;
}

.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:9px;
  margin:0 0 14px;
  color:var(--blue2);
  font-weight:1000;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:13px;
}

h1,h2,h3,p{margin-top:0}

h1{
  font-size:clamp(44px,6.8vw,84px);
  line-height:.94;
  margin-bottom:22px;
  letter-spacing:-.06em;
}

h2{
  font-size:clamp(32px,4vw,56px);
  line-height:1;
  margin-bottom:16px;
  letter-spacing:-.04em;
}

h3{
  font-size:22px;
  margin-bottom:10px;
}

p{
  color:var(--muted);
  line-height:1.72;
}

.hero-text{
  font-size:18px;
  max-width:620px;
}

.hero-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin:28px 0;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:14px 18px;
  border-radius:16px;
  font-weight:1000;
  transition:.25s ease;
  border:1px solid var(--line);
}

.btn.primary{
  background:linear-gradient(135deg,var(--blue),var(--purple));
  box-shadow:0 16px 50px rgba(17,156,255,.28);
}

.btn.secondary{background:rgba(255,255,255,.08)}
.btn:hover{transform:translateY(-3px);filter:brightness(1.08)}

.mini-stats{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  max-width:560px;
}

.mini-stats div{
  padding:16px;
  border-radius:18px;
  background:rgba(255,255,255,.06);
  border:1px solid var(--line);
}

.mini-stats strong{
  display:block;
  font-size:22px;
  color:white;
}

.mini-stats span{
  color:var(--muted);
  font-size:13px;
}

.hero-visual{
  display:grid;
  place-items:center;
  position:relative;
}

.visual-card{
  position:relative;
  width:min(530px,92vw);
  aspect-ratio:1;
  display:grid;
  place-items:center;
  border-radius:44px;
  border:1px solid rgba(255,255,255,.10);
  background:
    radial-gradient(circle at center,rgba(17,156,255,.23),transparent 36%),
    linear-gradient(135deg,rgba(17,156,255,.13),rgba(115,87,255,.12));
  box-shadow:0 30px 100px rgba(0,0,0,.34);
  overflow:hidden;
  transform:rotate(-2deg);
}

.visual-grid{
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);
  background-size:34px 34px;
  opacity:.65;
}

.logo-orbit{
  position:relative;
  width:78%;
  aspect-ratio:1;
  display:grid;
  place-items:center;
  transform:rotate(2deg);
}

.hero-logo{
  width:72%;
  border-radius:50%;
  animation:logoFloat 4.5s ease-in-out infinite;
  filter:drop-shadow(0 0 34px rgba(17,156,255,.74));
  object-fit:cover;
}

.orbit{
  position:absolute;
  inset:5%;
  border-radius:50%;
  border:1px solid rgba(104,221,255,.58);
  animation:spin 18s linear infinite;
}

.orbit-two{
  inset:12%;
  border-style:dashed;
  animation-duration:26s;
  animation-direction:reverse;
  opacity:.55;
}

.orbit-dot{
  position:absolute;
  width:9px;
  height:9px;
  border-radius:50%;
  background:var(--blue2);
  box-shadow:0 0 18px var(--blue2);
}

.dot-one{top:10%;left:50%}
.dot-two{bottom:13%;right:19%}

.split{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:28px;
  align-items:start;
}

.about-card{
  border-radius:30px;
  padding:32px;
}

.about-card p:last-child{margin-bottom:0}

.section-head{
  text-align:center;
  max-width:760px;
  margin:0 auto 36px;
}

.cards-grid,
.goal-grid,
.team-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}

.feature-card,
.goal-card,
.team-card{
  border-radius:28px;
  padding:28px;
  transition:.25s;
  position:relative;
  overflow:hidden;
}

.feature-card::after,
.goal-card::after,
.team-card::after{
  content:"";
  position:absolute;
  inset:auto -30% -45% -30%;
  height:80px;
  background:rgba(104,221,255,.14);
  filter:blur(24px);
}

.feature-card:hover,
.goal-card:hover,
.team-card:hover{
  transform:translateY(-8px);
  border-color:rgba(104,221,255,.45);
}

.feature-card i,
.team-icon i{
  font-size:34px;
  color:var(--blue2);
  margin-bottom:18px;
}

.feature-card p,
.goal-card p,
.team-card p{font-size:15px;margin-bottom:0}

.goals-section{
  background:linear-gradient(180deg,transparent,rgba(17,156,255,.045),transparent);
}

.goal-card span{
  display:grid;
  place-items:center;
  width:54px;
  height:54px;
  border-radius:17px;
  margin-bottom:18px;
  background:linear-gradient(135deg,var(--blue),var(--purple));
  font-weight:1000;
}

.community-section{
  background:linear-gradient(180deg,transparent,rgba(115,87,255,.07),transparent);
}

.community-grid{
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:46px;
  align-items:center;
}

.phone-card{
  border-radius:38px;
  padding:24px;
  min-height:420px;
  position:relative;
  overflow:hidden;
}

.phone-top{
  height:10px;
  width:90px;
  border-radius:999px;
  background:rgba(255,255,255,.18);
  margin:0 auto 38px;
}

.chat-bubble{
  max-width:82%;
  padding:14px 16px;
  border-radius:18px;
  margin:16px 0;
  font-weight:900;
}

.chat-bubble.left{background:rgba(255,255,255,.10)}
.chat-bubble.right{
  background:linear-gradient(135deg,var(--blue),var(--purple));
  margin-left:auto;
}

.team-card{text-align:left}

.team-icon{
  width:58px;
  height:58px;
  border-radius:18px;
  display:grid;
  place-items:center;
  background:rgba(104,221,255,.10);
  border:1px solid rgba(104,221,255,.22);
  margin-bottom:16px;
}

.team-icon i{margin:0;font-size:26px}

.team-role{
  color:var(--blue2);
  font-weight:1000;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:12px!important;
  margin-bottom:8px!important;
}

.cta{
  border-radius:34px;
  padding:46px;
  text-align:center;
}

.social-buttons{
  display:flex;
  justify-content:center;
  gap:12px;
  flex-wrap:wrap;
  margin-top:26px;
}

.social-buttons a{
  padding:14px 20px;
  border-radius:16px;
  background:rgba(255,255,255,.08);
  border:1px solid var(--line);
  font-weight:1000;
  transition:.25s;
  min-width:150px;
}

.social-buttons a:hover{
  transform:translateY(-3px);
  background:rgba(17,156,255,.18);
}

.footer{
  border-top:1px solid var(--line);
  padding:26px 0;
  background:rgba(0,0,0,.18);
}

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

.footer p{margin:0}
.footer strong{color:white}

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

.reveal.show{
  opacity:1;
  transform:translateY(0);
}

.delay-1{transition-delay:.1s}
.delay-2{transition-delay:.2s}
.delay-3{transition-delay:.3s}

@keyframes float{
  0%,100%{transform:translateY(0) scale(1)}
  50%{transform:translateY(-38px) scale(1.4)}
}

@keyframes pulse{
  0%,100%{transform:scale(1);opacity:.55}
  50%{transform:scale(1.18);opacity:.86}
}

@keyframes spin{to{transform:rotate(360deg)}}

@keyframes logoFloat{
  0%,100%{transform:translateY(0) scale(1)}
  50%{transform:translateY(-14px) scale(1.025)}
}

@keyframes shine{
  0%,100%{transform:translateX(-18%);opacity:.35}
  50%{transform:translateX(18%);opacity:.7}
}

@media (max-width:1020px){
  .cards-grid,
  .goal-grid,
  .team-grid{grid-template-columns:repeat(2,1fr)}
}

@media (max-width:900px){
  .section-pad{padding:76px 0}
  .nav-toggle{display:block}
  .nav-links{
    position:absolute;
    left:16px;
    right:16px;
    top:76px;
    display:none;
    flex-direction:column;
    align-items:stretch;
    padding:14px;
    border-radius:22px;
    background:rgba(7,10,28,.94);
    border:1px solid var(--line);
    backdrop-filter:blur(18px);
  }
  .nav-links.open{display:flex}
  .hero-grid,
  .split,
  .community-grid{grid-template-columns:1fr}
  .hero{padding-top:118px}
  .hero-visual{order:-1;margin-top:30px}
  .visual-card{width:min(460px,92vw)}
  .hero-copy{text-align:left}
  .community-grid{gap:28px}
  .phone-card{min-height:330px}
  .footer-inner{flex-direction:column;text-align:center}
  .mini-stats{grid-template-columns:1fr 1fr 1fr}
}

@media (max-width:560px){
  .container{width:min(100% - 22px,1160px)}
  .section-pad{padding:62px 0}
  h1{font-size:42px}
  h2{font-size:34px}
  .hero-actions,
  .social-buttons{flex-direction:column}
  .btn,
  .social-buttons a{width:100%}
  .mini-stats,
  .cards-grid,
  .goal-grid,
  .team-grid{grid-template-columns:1fr}
  .feature-card,
  .goal-card,
  .team-card,
  .about-card,
  .cta{border-radius:24px;padding:24px}
  .nav{border-radius:20px}
  .brand span{font-size:15px}
  .visual-card{border-radius:30px}
  .logo-orbit{width:86%}
  .hero-logo{width:76%}
}
