:root{
  --bg:#0b1220;
  --text:#0f172a;
  --muted:#6b7280;
  --white:#ffffff;
  --line:rgba(15,23,42,0.10);
  --shadow:0 10px 22px rgba(2,6,23,0.10);
  --blue:#2f66ff;
  --blue-dark:#1f4fe0;
  --radius:14px;
  --container:1120px;
}

*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
  font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial;
  background:#0b1220;
  color:var(--text);
}
a{color:inherit;text-decoration:none}

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

.navbar{
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(255,255,255,0.92);
  border-bottom:1px solid rgba(0,0,0,0.06);
  backdrop-filter:blur(8px);
}
.navbar__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:14px 0;
}
.navbar__brand{
  display:flex;
  align-items:center;
  gap:10px;
  font-weight:800;
  letter-spacing:.04em;
}
.brand-logo{
  width:30px;
  height:30px;
  display:grid;
  place-items:center;
  border-radius:8px;
  background:#0b1220;
  color:#fff;
  font-weight:900;
  font-size:14px;
}
.brand-name{font-size:13px}
.navbar__nav{display:flex;gap:18px}
.navbar__link{font-size:13px;color:#374151}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:8px 14px;
  border-radius:999px;
  font-weight:700;
  font-size:13px;
  border:1px solid rgba(15,23,42,.18);
  background:#0b1220;
  color:#fff;
}
.btn--nav{background:#0b1220;border-color:#0b1220}

.hero{
  position:relative;
  padding:26px 0 0;
  background:#0b1220;
}
.hero__bg{
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg,rgba(11,18,32,.55),rgba(11,18,32,.55)),
    url("../img/Slogan.png");
  background-size:cover;
  background-position:center;
}
.hero__inner{
  position:relative;
  padding-bottom:36px;
}
.hero__video{
  width:100%;
  background:#fff;
  border-radius:2px;
  height:min(56vw,540px);
  max-height:560px;
  margin:22px auto 0;
  box-shadow:0 18px 40px rgba(0,0,0,.25);
  overflow:hidden;
}
.video-embed{width:100%;height:100%;background:#fff}
.video-embed iframe{width:100%;height:100%;border:0;display:block}

.section{padding:56px 0;background:#fff}
.section--white{background:#fff}
.section--light{background:#f6f7fb}
.section__title{
  text-align:center;
  margin:0;
  font-size:34px;
  font-weight:800;
  color:#0f172a;
}
.section__subtitle{
  text-align:center;
  margin:10px 0 0;
  color:#6b7280;
  line-height:1.35;
}

.steps{
  display:grid;
  grid-template-columns:1fr 360px 1fr;
  gap:28px;
  align-items:center;
  margin-top:32px;
}
.steps__side{
  display:flex;
  flex-direction:column;
  gap:26px;
}
.step{display:flex;gap:14px;align-items:flex-start}
.step__badge{
  width:28px;
  height:28px;
  border-radius:999px;
  background:#0b1220;
  color:#fff;
  display:grid;
  place-items:center;
  font-weight:800;
  font-size:12px;
  margin-top:3px;
}
.step__content h3{margin:0 0 6px;font-size:15px;font-weight:800}
.step__content p{margin:0;color:#6b7280;font-size:12.5px;line-height:1.35;max-width:280px}

.phone{width:270px;margin:0 auto;position:relative}
.phone__screen{
  width:100%;
  border-radius:38px;
  padding:12px;
  background:#0b1220;
  box-shadow:var(--shadow);
}
.phone__img{
  width:100%;
  aspect-ratio:9/19;
  border-radius:28px;
  background:url("../img/mockup.png");
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
}
.steps__center{position:relative;display:grid;place-items:center}
.steps__center::before{
  content:"";
  position:absolute;
  width:190px;
  height:190px;
  border-radius:999px;
  background:var(--blue);
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  z-index:-1;
  filter:saturate(1.05);
}

.vision__line{
  text-align:center;
  color:#9ca3af;
  margin:10px 0 0;
  font-size:12px;
  letter-spacing:.08em;
}

.benefits{
  display: grid;
  grid-template-columns: repeat(3, 320px);
  justify-content: center;
  gap: 34px;
  margin-top: 46px;
}

.benefit-card{
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid rgba(15,23,42,0.06);
  box-shadow: 0 14px 40px rgba(2,6,23,0.12);

  padding: 32px 24px;
  text-align: center;

  height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.benefit-card__icon{
  width: 52px;
  height: 52px;
  border-radius: 999px;
  background: var(--blue);
  display: grid;
  place-items: center;
  margin: 0 auto 22px;
}

.benefit-card h3{
  margin: 0 0 14px;
  font-size: 14px;
  font-weight: 800;
}

.benefit-card p{
  margin: 0;
  color:#6b7280;
  font-size: 12.5px;
  line-height: 1.5;
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
}

.benefit-card__icon img{
  width:22px;
  height:22px;
  display:block;
  filter:brightness(0) invert(1);
}
.benefit-card h3{margin:0 0 8px;font-size:13px;font-weight:800}
.benefit-card p{margin:0;color:#6b7280;font-size:12px;line-height:1.35}

.pricing-section{
  background:var(--blue);
  padding:70px 0 82px;
}
.pricing-section__title{
  text-align:center;
  color:#fff;
  margin:0;
  font-size:34px;
  font-weight:900;
}
.pricing-section__subtitle{
  text-align:center;
  margin:8px 0 0;
  color:rgba(255,255,255,.88);
  font-size:12px;
}
.pricing{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px;
  margin-top:30px;
}
.pricing-card{
  background:#fff;
  border-radius:6px;
  border:2px solid rgba(15,23,42,.10);
  padding:22px 22px 18px;
  box-shadow:0 14px 26px rgba(0,0,0,.18);
  position:relative;
}
.pricing-card--featured{transform:translateY(-6px)}
.pricing-card__plan{font-size:12px;font-weight:800;color:#0f172a}
.pricing-card__price{font-size:34px;font-weight:900;margin-top:6px}
.pricing-card__per{font-size:11px;font-weight:700;color:#6b7280}
.pricing-card__small{margin-top:2px;font-size:10px;color:#9ca3af}
.pricing-card__bar{width:20px;height:3px;background:#0f172a;margin-top:10px}
.pricing-card__list{margin:16px 0 18px;padding-left:18px;color:#111827;font-size:12px;line-height:1.55}
.btn--choose{
  width:120px;
  padding:10px 12px;
  border-radius:6px;
  background:#0b1220;
  color:#fff;
  border:0;
  display:flex;
  margin:0 auto;
  font-size:11px;
  letter-spacing:.05em;
}

.footer{
  background:#0b1220;
  padding:28px 0;
  color:#fff;
}
.footer__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
}
.footer__links{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  font-size:12px;
  color:rgba(255,255,255,.78);
}
.footer__links a{border-bottom:1px solid rgba(255,255,255,.22)}
.footer__copy{font-size:12px;color:rgba(255,255,255,.72)}

@media (max-width:980px){
  .navbar__nav{display:none}
  .hero__video{height:min(60vw,420px)}
  .steps{grid-template-columns:1fr;gap:22px}
  .steps__center{order:-1}
  .benefits{grid-template-columns:1fr;gap:16px}
  .pricing{grid-template-columns:1fr;gap:16px}
  .footer__inner{flex-direction:column;align-items:flex-start}
  .benefits{
  grid-template-columns: 1fr;
}
}

.phone-mockup{
  width:100%;
  max-width:320px;
  height:auto;
  display:block;
  margin:0 auto;
  filter:drop-shadow(0 30px 60px rgba(0,0,0,.25));
}
