/* Hero */
.hero{position:relative; min-height:100vh; overflow:hidden;}
.hero__bg{
  position:absolute; inset:0;
  background:
    radial-gradient(1200px 600px at 20% 20%, rgba(0,194,168,.25), transparent 60%),
    radial-gradient(900px 500px at 80% 10%, rgba(249,115,22,.20), transparent 55%),
    linear-gradient(to bottom, rgba(0,0,0,.15), rgba(0,0,0,.85)),
    url("assets/hero.jpg") center/cover no-repeat;
  filter:saturate(1.05) contrast(1.05);
  transform: scale(1.02);
}
.hero__content{position:relative; padding-top:80px; padding-bottom:50px;}

.hero__badge{
  display:inline-flex; align-items:center; gap:10px;
  padding:10px 12px;
  border-radius:999px;
  border:1px solid var(--line);
  background:rgba(0,0,0,.35);
  font-weight:900;
  font-size:13px;
}
.dot{width:10px;height:10px;border-radius:50%; background:var(--brand); box-shadow:0 0 0 6px rgba(0,194,168,.18)}

.hero__title{
  margin:18px 0 0 0;
  font-weight:950;
  line-height:1.03;
  font-size:clamp(34px, 6vw, 70px);
  letter-spacing:-.6px;
}
.grad{
  background: linear-gradient(135deg, #37f0d6, var(--brand), #ffb07a);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.hero__lead{
  margin-top:14px;
  max-width:640px;
  color:rgba(255,255,255,.78);
  font-size:16px;
  line-height:1.5;
}

.hero__cta{display:flex; gap:12px; flex-wrap:wrap; margin-top:22px}

.hero__stats{
  margin-top:26px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  max-width:760px;
}
@media (max-width:820px){ .hero__stats{grid-template-columns:1fr} }
.stat{
  border:1px solid var(--line);
  background:rgba(0,0,0,.35);
  border-radius:16px;
  padding:14px;
}
.stat__k{color:rgba(255,255,255,.7); font-size:12px; font-weight:900}
.stat__v{margin-top:6px; font-size:14px; font-weight:950}

.floating-cta{
  position:fixed;
  right:16px; bottom:16px;
  z-index:60;
  text-decoration:none;
  padding:12px 14px;
  border-radius:999px;
  background:linear-gradient(135deg, var(--brand), #37f0d6);
  color:#001b17;
  font-weight:950;
  box-shadow: 0 18px 46px rgba(0,194,168,.24);
  display:flex; gap:10px; align-items:center;
  transform: translateY(0);
  transition: transform .18s ease;
}
.floating-cta:hover{transform: translateY(-2px)}
.floating-cta span{font-weight:950}

/* Section header */
.section__head{display:flex; align-items:flex-end; justify-content:space-between; gap:16px; margin-bottom:14px}
.section__head p{margin:0}
@media (max-width:720px){ .section__head{flex-direction:column; align-items:flex-start} }

/* Why cards */
.cards3{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
@media (max-width:920px){ .cards3{grid-template-columns:1fr} }
.glassCard{
  border:1px solid var(--line);
  background:rgba(255,255,255,.04);
  border-radius:22px;
  padding:16px;
  box-shadow: 0 16px 46px rgba(0,0,0,.28);
}
.glassCard h3{margin:10px 0 6px 0; font-size:15px; font-weight:950}
.glassCard p{margin:0; color:rgba(255,255,255,.72); line-height:1.45}
.ico{font-size:22px}

/* Signature grid */
.sigGrid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}
@media (max-width:980px){ .sigGrid{grid-template-columns:repeat(2,1fr)} }
@media (max-width:640px){ .sigGrid{grid-template-columns:1fr} }

.sigCard{
  text-decoration:none; color:inherit;
  border:1px solid var(--line);
  background:rgba(255,255,255,.04);
  border-radius:24px;
  overflow:hidden;
  box-shadow: 0 18px 50px rgba(0,0,0,.35);
  transform: translateY(0);
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.sigCard:hover{transform: translateY(-4px); box-shadow: 0 26px 70px rgba(0,0,0,.45); background:rgba(255,255,255,.06)}
.sigCard__img{width:100%; height:180px; object-fit:cover; display:block}
.sigCard__body{padding:14px}
.sigCard__top{display:flex; align-items:center; justify-content:space-between; gap:10px}
.sigCard__name{font-weight:950}
.sigCard__desc{margin-top:8px; color:rgba(255,255,255,.72); font-size:13px; min-height:34px}
.sigCard__bottom{display:flex; align-items:center; justify-content:space-between; margin-top:12px}
.price{font-weight:950; color:#b8fff1}
.miniBtn{
  border:1px solid var(--line);
  padding:8px 10px;
  border-radius:999px;
  font-weight:950;
  background:rgba(0,0,0,.25);
}

/* Badges */
.chip2{
  font-size:11px;
  font-weight:950;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid var(--line);
  background:rgba(0,0,0,.25);
}
.chip2--hot{background:rgba(225,29,72,.18); border-color:rgba(225,29,72,.35)}
.chip2--new{background:rgba(14,165,233,.18); border-color:rgba(14,165,233,.35)}

/* Steps */
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
@media (max-width:860px){ .steps{grid-template-columns:1fr} }
.step{
  border:1px solid var(--line);
  background:rgba(255,255,255,.04);
  border-radius:22px;
  padding:16px;
}
.step__n{
  width:38px;height:38px;border-radius:14px;
  display:flex;align-items:center;justify-content:center;
  background:rgba(0,194,168,.14);
  border:1px solid rgba(0,194,168,.25);
  font-weight:950;
}
.step__t{margin-top:10px;font-weight:950}
.step__d{margin-top:6px;color:rgba(255,255,255,.72)}

/* Reviews */
.reviews{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
@media (max-width:920px){ .reviews{grid-template-columns:1fr} }
.review{
  border:1px solid var(--line);
  background:rgba(255,255,255,.04);
  border-radius:22px;
  padding:16px;
}
.review__top{display:flex;gap:10px;align-items:center}
.avatar{
  width:42px;height:42px;border-radius:14px;
  display:flex;align-items:center;justify-content:center;
  background:rgba(255,255,255,.06);
  border:1px solid var(--line);
  font-weight:950;
}
.review__name{font-weight:950}
.review__stars{color:#ffd27d; font-weight:950; font-size:12px}
.review p{margin:10px 0 0 0;color:rgba(255,255,255,.78); line-height:1.45}

/* Footer */
.footer{
  border-top:1px solid var(--line);
  padding:26px 0;
  background:rgba(0,0,0,.25);
}
.footer__grid{
  display:grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap:14px;
  align-items:start;
}
@media (max-width:860px){ .footer__grid{grid-template-columns:1fr} }
.footer__h{font-weight:950; margin-bottom:8px}
.footer__a{display:block; color:rgba(255,255,255,.78); text-decoration:none; margin:8px 0}
.footer__a:hover{color:#fff}

/* Reveal animations */
.reveal{
  opacity:0;
  transform: translateY(14px);
  transition: opacity .6s ease, transform .6s ease;
}
.reveal.is-in{
  opacity:1;
  transform: translateY(0);
}
