*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Noto Sans", "Liberation Sans", sans-serif;
  color:var(--text);
  background: radial-gradient(1200px 600px at 20% 0%, rgba(255,79,216,.18), transparent 55%),
              radial-gradient(900px 500px at 80% 15%, rgba(255,155,63,.16), transparent 55%),
              radial-gradient(1000px 700px at 70% 80%, rgba(247,200,109,.12), transparent 55%),
              linear-gradient(180deg, var(--bg0) 0%, var(--bg1) 45%, var(--bg2) 100%);
  overflow-x:hidden;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}

.noise{
  position:fixed; inset:0;
  pointer-events:none;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='.15'/%3E%3C/svg%3E");
  mix-blend-mode:overlay;
  opacity:.28;
}

.container{width:min(var(--max), calc(100% - 40px)); margin:0 auto}
.kicker{letter-spacing:.18em; font-weight:700; font-size:12px; color:rgba(238,240,255,.75)}
.muted{color:var(--muted)}
.small{font-size:12px}
.h1{font-size:clamp(34px,4.2vw,54px); line-height:1.05; margin:14px 0 14px}
.h2{font-size:clamp(26px,3vw,38px); line-height:1.12; margin:10px 0 10px}
.lead{max-width:56ch; font-size:16px; line-height:1.7; color:rgba(238,240,255,.76)}
.grad{background:var(--accent); -webkit-background-clip:text; background-clip:text; color:transparent}

.pill{
  display:inline-flex; align-items:center; gap:10px;
  padding:10px 14px;
  border:1px solid var(--stroke);
  background:linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.03));
  border-radius:999px;
  box-shadow: 0 10px 30px rgba(0,0,0,.35);
  font-weight:700;
  font-size:13px;
}

.header{
  position:sticky; top:0; z-index:50;
  backdrop-filter: blur(10px);
  background:linear-gradient(180deg, rgba(10,7,25,.85), rgba(10,7,25,.55));
  border-bottom:1px solid rgba(255,255,255,.06);
}
.header__in{display:flex; align-items:center; justify-content:space-between; padding:12px 0}
.brand{display:flex; align-items:center; gap:12px}
.brand__mark{
  width:40px;height:40px;border-radius:14px;
  background:linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.04));
  border:1px solid rgba(255,255,255,.10);
  display:grid;place-items:center;
  box-shadow:0 12px 40px rgba(0,0,0,.45);
}
.brand__icon{background:var(--accent);-webkit-background-clip:text;background-clip:text;color:transparent;font-weight:900}
.brand__name{display:block;font-weight:900;letter-spacing:.04em}
.brand__tag{display:block;font-size:12px;color:rgba(238,240,255,.65)}

.btn{
  display:inline-flex; align-items:center; justify-content:center;
  gap:10px;
  padding:14px 18px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.12);
  background:linear-gradient(180deg, rgba(255,255,255,.09), rgba(255,255,255,.03));
  box-shadow: 0 14px 35px rgba(0,0,0,.45);
  transition: transform .18s ease, border-color .18s ease, filter .18s ease;
  font-weight:800;
}
.btn:hover{transform: translateY(-1px); border-color: rgba(247,200,109,.35); filter:brightness(1.05)}
.btn--small{padding:10px 14px; font-size:13px}
.btn--ghost{background:transparent}
.btn--primary{
  border:0;
  background:var(--accent);
  color:#120a1f;
  box-shadow: 0 16px 45px rgba(255,155,63,.18);
}
.btn--wa{border:0;background:linear-gradient(90deg, #34d399 0%, #22c55e 55%, #10b981 100%); color:#062012}

.hero{position:relative; padding:72px 0 36px; overflow:hidden}
.hero__bg{
  position:absolute; inset:-40px;
  background:
    radial-gradient(900px 500px at 22% 25%, rgba(255,79,216,.22), transparent 60%),
    radial-gradient(700px 450px at 70% 35%, rgba(247,200,109,.20), transparent 60%),
    linear-gradient(180deg, rgba(0,0,0,.35), rgba(0,0,0,.75)),
    url("../images/hero_bg.png");
  background-size: cover;
  background-position:center;
  filter:saturate(1.05) contrast(1.05);
  transform: scale(1.03);
}
.hero__bg::after{
  content:"";
  position:absolute; inset:0;
  background: radial-gradient(1200px 600px at 10% 0%, rgba(0,0,0,.0), rgba(0,0,0,.65) 65%, rgba(0,0,0,.85));
}
.hero__in{position:relative; display:grid; grid-template-columns: 1.15fr .85fr; gap:34px; align-items:center}
.hero__cta{display:flex; gap:12px; flex-wrap:wrap; margin:18px 0 12px}

.counter{
  margin-top:16px;
  padding:14px 16px;
  border-radius:var(--radius);
  border:1px solid rgba(255,255,255,.10);
  background:linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.02));
  width:fit-content;
}
.counter__label{font-size:12px;color:rgba(238,240,255,.75); margin-bottom:10px}
.counter__digits{display:flex; gap:6px}
.counter__digits span{
  width:34px; height:38px;
  display:grid; place-items:center;
  border-radius:12px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.10);
  font-weight:900;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.25);
}

.hero__chips{display:flex; gap:10px; flex-wrap:wrap; margin-top:14px}
.chip{
  padding:8px 10px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.05);
  font-size:12px;
  display:inline-flex; align-items:center; gap:8px;
}
.dot{width:8px;height:8px;border-radius:99px;display:inline-block}
.dot--gold{background:var(--gold)}
.dot--gold2{background:var(--gold2)}
.dot--pink{background:var(--pink)}
.dot--blue{background:#60a5fa}

.hero__right{display:flex; justify-content:flex-end}
.hero__art{
  position:relative;
  width:min(420px, 100%);
  aspect-ratio: 1 / 1;
  border-radius: var(--radius2);
  border:1px solid rgba(255,255,255,.14);
  background:
    radial-gradient(700px 300px at 30% 20%, rgba(247,200,109,.22), transparent 60%),
    radial-gradient(520px 280px at 80% 80%, rgba(255,79,216,.20), transparent 55%),
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
  box-shadow: var(--shadow);
  overflow:hidden;
}
.float{
  position:absolute; inset:auto;
  width:180px;height:180px;border-radius:28px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.06);
  box-shadow:0 20px 60px rgba(0,0,0,.55);
  backdrop-filter: blur(6px);
}
.float--1{left:24px; top:28px; background-image:url("../images/hero_obj.png"); background-size:cover; background-position:center; animation: float 6s ease-in-out infinite}
.float--2{right:18px; top:64px; width:160px;height:160px; background-image:url("../images/hero_obj2.png"); background-size:cover; background-position:center; animation: float 7.5s ease-in-out infinite}
.float--3{left:80px; bottom:22px; width:220px;height:140px; border-radius:26px; background:linear-gradient(90deg, rgba(247,200,109,.18), rgba(255,79,216,.10)); animation: float 8.5s ease-in-out infinite}

@keyframes float{
  0%,100%{transform: translateY(0)}
  50%{transform: translateY(-10px)}
}

.section{padding:64px 0}
.section--deep{background:linear-gradient(180deg, rgba(0,0,0,.15), rgba(0,0,0,.35))}
.section__head{margin-bottom:22px}
.section__head.row{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;flex-wrap:wrap}

.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.card{
  border-radius:var(--radius);
  border:1px solid rgba(255,255,255,.12);
  background:linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.03));
  padding:18px;
  box-shadow: 0 18px 50px rgba(0,0,0,.45);
  transition: transform .18s ease, border-color .18s ease;
}
.card:hover{transform: translateY(-2px); border-color: rgba(247,200,109,.26)}
.card h3{margin:10px 0 6px}
.card p{margin:0;color:rgba(238,240,255,.72); line-height:1.6}
.card__icon{
  width:42px;height:42px;border-radius:14px;
  display:grid;place-items:center;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(0,0,0,.22);
  color:var(--gold);
}

.gallery{
  display:grid; grid-template-columns: repeat(4, 1fr); gap:14px;
}
.gcard{
  border-radius:20px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.04);
  box-shadow: 0 20px 60px rgba(0,0,0,.45);
  transition: transform .18s ease, border-color .18s ease;
}
.gcard:hover{transform: translateY(-2px); border-color: rgba(255,155,63,.35)}
.gcard__img{
  height:170px;
  background-size:cover;
  background-position:center;
}
.gcard__meta{padding:14px}
.gcard__title{font-weight:900}
.gcard__text{font-size:12px;color:rgba(238,240,255,.72); margin-top:4px}

.split{display:grid; grid-template-columns: 1fr 1fr; gap:26px; align-items:center}
.split--reverse{grid-template-columns: 1fr 1fr}
.frame{
  position:relative;
  border-radius:24px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.04);
  overflow:hidden;
  box-shadow: var(--shadow);
}
.frame img{width:100%; height:100%; object-fit:cover; aspect-ratio: 4/3}
.frame--wide img{aspect-ratio: 16/10}
.frame__badge{
  position:absolute; left:14px; bottom:14px;
  padding:8px 10px;
  border-radius:999px;
  background:rgba(0,0,0,.45);
  border:1px solid rgba(255,255,255,.14);
  font-size:12px;
}

.steps{margin-top:18px; display:grid; gap:12px}
.step{
  display:flex; gap:14px;
  padding:14px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.04);
  transition: transform .18s ease, border-color .18s ease;
}
.step:hover{transform: translateX(2px); border-color: rgba(247,200,109,.22)}
.step__num{
  width:46px;height:46px;border-radius:16px;
  display:grid;place-items:center;
  background:linear-gradient(180deg, rgba(247,200,109,.18), rgba(255,79,216,.10));
  border:1px solid rgba(255,255,255,.14);
  font-weight:900;
}
.step__title{font-weight:900}
.step__text{font-size:13px;color:rgba(238,240,255,.72); margin-top:4px}

.split__cta{display:flex; gap:12px; flex-wrap:wrap; margin-top:18px}

.marquee{
  border-top:1px solid rgba(255,255,255,.06);
  border-bottom:1px solid rgba(255,255,255,.06);
  background:rgba(0,0,0,.22);
  overflow:hidden;
}
.marquee__track{
  display:flex; gap:22px;
  padding:14px 0;
  width:max-content;
  animation: mar 18s linear infinite;
}
.marquee__item{
  display:flex; align-items:center; gap:10px;
  padding:10px 14px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.04);
  white-space:nowrap;
  font-weight:800;
  color:rgba(238,240,255,.88);
}
.mini-ico{width:18px;height:18px;color:var(--gold)}
@keyframes mar{from{transform:translateX(0)}to{transform:translateX(-50%)}}

.list{display:grid; gap:12px; margin:16px 0 18px}
.list__item{
  display:flex; gap:12px; align-items:flex-start;
  padding:14px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.04);
}
.list__ico{width:22px;height:22px; color:var(--gold)}
.list__title{font-weight:900}
.list__text{font-size:13px;color:rgba(238,240,255,.72); margin-top:3px}

.form{
  margin-top:14px;
  border-radius:24px;
  border:1px solid rgba(255,255,255,.12);
  background:linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.03));
  padding:16px;
  box-shadow: 0 18px 50px rgba(0,0,0,.45);
}
.form__row{display:grid; gap:8px; margin-bottom:12px}
label{font-size:12px;color:rgba(238,240,255,.72); font-weight:800; letter-spacing:.08em; text-transform:uppercase}
input, textarea{
  width:100%;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(0,0,0,.22);
  color:var(--text);
  padding:12px 12px;
  outline:none;
}
input:focus, textarea:focus{border-color: rgba(247,200,109,.35)}
.form__actions{display:flex; gap:12px; align-items:center; flex-wrap:wrap}

.faq details{
  border-radius:18px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.04);
  padding:12px 14px;
  margin-bottom:12px;
}
.faq summary{cursor:pointer; font-weight:900}
.faq p{color:rgba(238,240,255,.72); line-height:1.6; margin:10px 0 0}

.reviews{position:relative; padding:72px 0}
.reviews__bg{
  position:absolute; inset:0;
  background:
    linear-gradient(180deg, rgba(0,0,0,.75), rgba(0,0,0,.55)),
    url("../images/reviews_bg.png");
  background-size:cover;
  background-position:center;
  filter:saturate(1.05) contrast(1.05);
}
.reviews .container{position:relative}
.card--review p{min-height:66px}
.rating{color:var(--gold); font-weight:900; letter-spacing:.1em}
.who{margin-top:12px; display:flex; align-items:center; gap:10px; color:rgba(238,240,255,.75); font-size:13px}
.badge-ico{width:18px;height:18px;color:var(--gold)}

.footer{
  border-top:1px solid rgba(255,255,255,.06);
  padding:20px 0;
  background:rgba(0,0,0,.28);
}
.footer__in{display:flex; align-items:center; justify-content:space-between; gap:14px; flex-wrap:wrap}
.foot__brand{font-weight:900; letter-spacing:.04em}
.foot__actions{display:flex; gap:10px; flex-wrap:wrap}

.floatwa{
  position:fixed;
  right:18px;
  bottom:18px;
  z-index:60;
  display:flex; align-items:center; gap:10px;
  padding:12px 14px;
  border-radius:999px;
  background:linear-gradient(90deg, rgba(34,197,94,.95), rgba(16,185,129,.95));
  color:#052012;
  box-shadow:0 18px 50px rgba(0,0,0,.45);
  border:1px solid rgba(255,255,255,.18);
  transform: translateY(0);
  transition: transform .18s ease, filter .18s ease;
}
.floatwa:hover{transform: translateY(-2px); filter:brightness(1.05)}
.floatwa__ico{
  width:34px;height:34px;border-radius:999px;
  display:grid;place-items:center;
  background:rgba(0,0,0,.18);
  border:1px solid rgba(255,255,255,.18);
  font-weight:900;
}
.floatwa__txt{font-weight:900}

@media (max-width: 980px){
  .hero__in{grid-template-columns:1fr; gap:22px}
  .hero__right{justify-content:flex-start}
  .gallery{grid-template-columns:repeat(2,1fr)}
  .split{grid-template-columns:1fr; gap:18px}
  .grid3{grid-template-columns:1fr}
  .frame img{aspect-ratio: 16/10}
}
@media (max-width: 520px){
  .container{width:calc(100% - 28px)}
  .counter__digits span{width:30px;height:36px}
  .gallery{grid-template-columns:1fr}
  .floatwa__txt{display:none}
}