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

html{
  scroll-behavior:smooth;
}

body{
  min-height:100vh;
  background:#07000f;
  color:#fff;
  font-family:Tahoma, Arial, sans-serif;
  overflow-x:hidden;
  line-height:1.9;
}

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

.fs-container{
  width:min(1160px,92%);
  margin:0 auto;
}

.fs-header{
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(9,0,18,.86);
  backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(255,255,255,.08);
}

.fs-nav-wrap{
  min-height:78px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}

.fs-logo{
  display:flex;
  align-items:center;
  gap:12px;
  font-size:30px;
  font-weight:900;
  white-space:nowrap;
}

.fs-logo-icon{
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  border-radius:16px;
  background:linear-gradient(135deg,#ec4899,#8b5cf6,#38bdf8);
  box-shadow:0 18px 45px rgba(139,92,246,.35);
  font-size:20px;
}

.fs-nav{
  display:flex;
  align-items:center;
  gap:28px;
  color:#cbd5e1;
  font-size:15px;
}

.fs-nav a:hover{
  color:#fff;
}

.fs-top-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:132px;
  height:48px;
  padding:0 22px;
  border-radius:15px;
  font-weight:900;
  background:linear-gradient(135deg,#ec4899,#8b5cf6);
  box-shadow:0 18px 45px rgba(236,72,153,.25);
}

.fs-hero{
  position:relative;
  min-height:calc(100vh - 78px);
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  overflow:hidden;
  padding:110px 0 115px;
}

.fs-grid-bg{
  position:absolute;
  inset:0;
  z-index:-3;
  background:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size:80px 80px;
}

.fs-grid-bg:after{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 20% 28%, rgba(167,139,250,.7) 0 1px, transparent 2px),
    radial-gradient(circle at 59% 25%, rgba(167,139,250,.7) 0 1px, transparent 2px),
    radial-gradient(circle at 84% 63%, rgba(167,139,250,.7) 0 1px, transparent 2px);
}

.fs-glow{
  position:absolute;
  width:620px;
  height:620px;
  border-radius:50%;
  filter:blur(130px);
  opacity:.38;
  z-index:-2;
}

.fs-glow-right{
  right:-180px;
  top:70px;
  background:#7c3aed;
}

.fs-glow-left{
  left:-180px;
  bottom:-220px;
  background:#0ea5e9;
}

.fs-hero-inner{
  max-width:920px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  align-items:center;
}

.fs-badge{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:9px 18px;
  border-radius:999px;
  background:rgba(124,58,237,.18);
  border:1px solid rgba(196,132,252,.3);
  color:#d8b4fe;
  font-size:15px;
  font-weight:900;
  margin-bottom:30px;
}

.fs-badge span{
  width:10px;
  height:10px;
  border-radius:50%;
  background:#22c55e;
  box-shadow:0 0 0 8px rgba(34,197,94,.13);
}

.fs-hero h1{
  font-size:clamp(56px,8vw,108px);
  line-height:1.1;
  letter-spacing:-3px;
  margin-bottom:28px;
  background:linear-gradient(135deg,#ffffff 0%,#c4b5fd 45%,#8b5cf6 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

.fs-hero-text{
  max-width:760px;
  margin:0 auto 36px;
  color:#cbd5e1;
  font-size:20px;
  line-height:2;
}

.fs-actions{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:16px;
  flex-wrap:wrap;
  margin-bottom:44px;
}

.fs-primary-btn,
.fs-secondary-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:180px;
  height:56px;
  padding:0 28px;
  border-radius:16px;
  font-weight:900;
  transition:.25s;
}

.fs-primary-btn{
  background:linear-gradient(135deg,#ec4899,#8b5cf6);
  color:#fff;
  box-shadow:0 18px 45px rgba(139,92,246,.35);
}

.fs-secondary-btn{
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.12);
  color:#e2e8f0;
}

.fs-primary-btn:hover,
.fs-secondary-btn:hover{
  transform:translateY(-3px);
}

.fs-stats{
  width:min(720px,100%);
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
  margin:0 auto;
}

.fs-stat-card{
  padding:22px 18px;
  border-radius:22px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.09);
}

.fs-stat-card strong{
  display:block;
  font-size:28px;
  color:#fff;
  margin-bottom:4px;
}

.fs-stat-card span{
  color:#94a3b8;
  font-size:14px;
}

.fs-section{
  padding:105px 0;
}

.fs-section-title{
  text-align:center;
  max-width:760px;
  margin:0 auto 55px;
}

.fs-section-title span,
.fs-seo-box span{
  display:inline-block;
  color:#c084fc;
  font-weight:900;
  margin-bottom:10px;
}

.fs-section-title h2,
.fs-seo-box h2,
.fs-final-box h2{
  font-size:clamp(32px,4vw,50px);
  line-height:1.35;
  margin-bottom:16px;
}

.fs-section-title p{
  color:#94a3b8;
  font-size:18px;
}

.fs-feature-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}

.fs-feature-card{
  padding:34px;
  border-radius:28px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.09);
  transition:.25s;
}

.fs-feature-card:hover{
  transform:translateY(-8px);
  background:rgba(255,255,255,.09);
}

.fs-icon{
  width:62px;
  height:62px;
  display:grid;
  place-items:center;
  border-radius:22px;
  background:rgba(139,92,246,.18);
  margin-bottom:22px;
  font-size:28px;
}

.fs-feature-card h3{
  font-size:25px;
  margin-bottom:12px;
}

.fs-feature-card p,
.fs-seo-box p,
.fs-faq-list p,
.fs-final-box p{
  color:#cbd5e1;
}

.fs-seo{
  padding:50px 0 105px;
}

.fs-seo-box{
  padding:55px;
  border-radius:34px;
  background:
    linear-gradient(135deg,rgba(139,92,246,.18),rgba(14,165,233,.1)),
    rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.1);
}

.fs-seo-box p{
  font-size:18px;
  margin-top:18px;
}

.fs-faq-list{
  max-width:850px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:16px;
}

.fs-faq-list details{
  padding:24px 28px;
  border-radius:24px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.09);
}

.fs-faq-list summary{
  cursor:pointer;
  font-size:20px;
  font-weight:900;
}

.fs-faq-list p{
  padding-top:14px;
}

.fs-final-cta{
  padding:20px 0 110px;
}

.fs-final-box{
  text-align:center;
  padding:65px 24px;
  border-radius:36px;
  background:
    radial-gradient(circle at 20% 20%,rgba(236,72,153,.24),transparent 35%),
    radial-gradient(circle at 80% 80%,rgba(14,165,233,.22),transparent 35%),
    rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.1);
}

.fs-final-box p{
  font-size:18px;
  margin-bottom:28px;
}

.fs-footer{
  border-top:1px solid rgba(255,255,255,.08);
  background:rgba(9,0,18,.84);
}

.fs-footer-inner{
  min-height:92px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  color:#94a3b8;
}

.fs-footer a{
  margin-right:18px;
  color:#cbd5e1;
}

@media(max-width:900px){
  .fs-nav-wrap{
    flex-direction:column;
    padding:18px 0;
  }

  .fs-nav{
    flex-wrap:wrap;
    justify-content:center;
    gap:14px;
  }

  .fs-feature-grid{
    grid-template-columns:1fr;
  }

  .fs-stats{
    grid-template-columns:1fr;
  }
}

@media(max-width:640px){
  .fs-hero{
    padding:75px 0 90px;
  }

  .fs-hero h1{
    letter-spacing:-1px;
  }

  .fs-actions{
    width:100%;
  }

  .fs-primary-btn,
  .fs-secondary-btn{
    width:100%;
  }

  .fs-seo-box{
    padding:32px;
  }

  .fs-footer-inner{
    flex-direction:column;
    padding:24px 0;
    text-align:center;
  }
}


/* ===== Blog Section ===== */

.af-blog-section{
  padding:20px 0 90px;
}

.af-blog-title{
  text-align:center;
  max-width:760px;
  margin:0 auto 55px;
}

.af-blog-title span{
  display:inline-block;
  color:#c084fc;
  font-weight:900;
  margin-bottom:10px;
}

.af-blog-title h2{
  font-size:clamp(32px,4vw,50px);
  line-height:1.35;
  margin-bottom:16px;
}

.af-blog-title p{
  color:#94a3b8;
  font-size:18px;
  line-height:2;
}

.af-blog-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}

.af-blog-card{
  display:block;
  padding:34px;
  border-radius:28px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.09);
  transition:.25s;
}

.af-blog-card:hover{
  transform:translateY(-8px);
  background:rgba(255,255,255,.09);
}

.af-blog-icon{
  width:62px;
  height:62px;
  display:grid;
  place-items:center;
  border-radius:22px;
  background:linear-gradient(135deg,#ec4899,#8b5cf6,#38bdf8);
  margin-bottom:22px;
  font-size:28px;
}

.af-blog-card h3{
  font-size:25px;
  margin-bottom:12px;
  color:#fff;
}

.af-blog-card p{
  color:#cbd5e1;
  margin-bottom:16px;
}

.af-blog-card strong{
  color:#c084fc;
  font-weight:900;
}

@media(max-width:900px){
  .af-blog-grid{
    grid-template-columns:1fr;
  }
}
