
:root{
  --bg:#0b0710;
  --bg2:#100914;
  --panel:rgba(26,18,34,.72);
  --panel-2:rgba(16,12,24,.86);
  --line:rgba(255,255,255,.10);
  --text:#f5f3fb;
  --muted:#c6bdd7;
  --pink:#ff33cc;
  --violet:#9f4dff;
  --blue:#2da6ff;
  --green:#25D366;
  --shadow:0 22px 60px rgba(0,0,0,.32);
  --radius:24px;
  --container:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--text);
  background:
    radial-gradient(circle at 18% 20%, rgba(255,51,204,.12), transparent 28rem),
    radial-gradient(circle at 80% 25%, rgba(45,166,255,.10), transparent 32rem),
    radial-gradient(circle at 40% 75%, rgba(159,77,255,.08), transparent 28rem),
    linear-gradient(180deg, #07050b 0%, #0d0813 40%, #07050a 100%);
  font-family:'Inter',system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  line-height:1.55;
  overflow-x:hidden;
}
img{display:block;max-width:100%;width:100%}
a{text-decoration:none;color:inherit;cursor:pointer}
button{font:inherit}
.container{width:min(calc(100% - 32px), var(--container)); margin:auto}
.section{padding:92px 0}
.bg-orb{
  position:fixed;border-radius:999px;filter:blur(120px);pointer-events:none;opacity:.45;z-index:-1;
}
.orb-1{width:340px;height:340px;left:-80px;top:120px;background:#ff31c5}
.orb-2{width:420px;height:420px;right:-100px;top:200px;background:#008cff}
.orb-3{width:300px;height:300px;left:35%;bottom:80px;background:#7c3aed}

.site-header{
  position:sticky;top:0;z-index:60;
  background:rgba(7,5,11,.62);
  backdrop-filter:blur(16px);
  border-bottom:1px solid var(--line);
}
.nav-wrap{
  min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:20px;
}
.brand{display:flex;align-items:center;gap:12px;font-weight:900;font-size:20px}
.brand img{
  width:54px;height:54px;object-fit:contain;border-radius:14px;
  box-shadow:0 0 25px rgba(159,77,255,.18);
}
.main-nav{display:flex;align-items:center;gap:24px;color:var(--muted)}
.main-nav a:hover{color:#fff}
.menu-toggle{display:none;background:none;border:0;color:#fff;font-size:28px}

.glass{
  background:linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02));
  border:1px solid var(--line);
  box-shadow:var(--shadow);
  backdrop-filter:blur(14px);
}
.eyebrow{display:inline-block;color:#d8b9ff;font-size:12px;font-weight:900;letter-spacing:.18em}
.hero{padding-top:74px}
.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:44px;align-items:center}
.hero-copy h1,
.section-heading h2,
.contact-copy h2{
  margin:.28em 0 .32em;
  line-height:1.02;
  letter-spacing:-.045em;
}
.hero-copy h1{font-size:clamp(42px,7vw,78px)}
.hero-copy h1 span{
  background:linear-gradient(90deg,#ffffff,#be94ff 35%, #72c8ff 100%);
  -webkit-background-clip:text;background-clip:text;color:transparent;
}
.hero-copy p{font-size:19px;color:var(--muted);max-width:650px}
.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:28px}
.mini-points{display:flex;flex-wrap:wrap;gap:18px;margin-top:20px;color:#ddd3ea;font-size:14px}

.hero-visual{display:grid;grid-template-columns:.66fr 1fr;gap:18px;align-items:end}
.hero-logo-card,.hero-feature{
  border-radius:28px;overflow:hidden;
}
.hero-logo-card{padding:16px}
.hero-logo-card img{aspect-ratio:1/1;object-fit:contain}
.hero-feature img{aspect-ratio:1/1;object-fit:cover}

.btn{
  display:inline-flex;align-items:center;justify-content:center;
  border-radius:16px;padding:14px 20px;font-weight:800;border:1px solid transparent;transition:.2s ease;
}
.btn:hover{transform:translateY(-2px)}
.btn-primary{
  background:linear-gradient(135deg, var(--pink), var(--violet) 50%, var(--blue));
  color:#fff;
  box-shadow:0 18px 34px rgba(159,77,255,.22);
}
.btn-secondary{
  background:rgba(255,255,255,.045);
  border-color:var(--line);
  color:#fff;
}
.full{width:100%}

.section-heading{max-width:760px;margin-bottom:34px}
.section-heading p{color:var(--muted)}
.section-heading h2{font-size:clamp(34px,5vw,56px)}
.two-col{display:grid;grid-template-columns:1.1fr .9fr;gap:40px;align-items:end;max-width:none}

.category-grid,.feature-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:20px}
.category-card,.feature-card,.step,.contact-logo{
  border-radius:26px;overflow:hidden;
}
.category-card img,.feature-card img{aspect-ratio:1.05/1;object-fit:cover}
.card-body,.feature-content{padding:22px}
.card-body h3,.feature-content h3{margin:0 0 8px;font-size:24px}
.card-body p,.feature-content p{margin:0;color:var(--muted)}
.tag{
  display:inline-block;font-size:11px;font-weight:900;letter-spacing:.14em;color:#d8b9ff;margin-bottom:10px
}
.accent{
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  background:
    radial-gradient(circle at 20% 15%, rgba(255,51,204,.07), transparent 26rem),
    radial-gradient(circle at 80% 80%, rgba(45,166,255,.08), transparent 26rem),
    rgba(255,255,255,.015);
}

.filters{display:flex;gap:10px;flex-wrap:wrap;margin:0 0 24px}
.filter{
  background:rgba(255,255,255,.05);
  color:var(--muted);
  border:1px solid var(--line);
  border-radius:999px;
  padding:10px 14px;
  cursor:pointer;
}
.filter.active,.filter:hover{background:#fff;color:#111}
.gallery{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.gallery-item{
  margin:0;border-radius:22px;overflow:hidden;transition:.2s ease;
}
.gallery-item:hover{transform:translateY(-4px)}
.gallery-item img{aspect-ratio:1/1;object-fit:cover}
.gallery-item figcaption{padding:14px 16px;font-weight:700;color:#ede6f8}
.gallery-item.is-hidden{display:none}

.process-section{
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.step{padding:26px}
.step span{display:inline-block;color:#d8b9ff;font-weight:900;font-size:13px}
.step h3{margin:16px 0 8px;font-size:23px}
.step p{margin:0;color:var(--muted)}

.contact-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:22px;align-items:center}
.contact-copy h2{font-size:clamp(34px,5vw,56px)}
.contact-copy p{color:var(--muted)}
.contact-list{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}
.contact-chip{
  padding:10px 14px;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.04);color:#ece3f8
}
.contact-logo{
  padding:18px;display:grid;place-items:center;min-height:420px;
}
.contact-logo img{max-width:500px;object-fit:contain}

.site-footer{
  border-top:1px solid var(--line);
  padding:28px 0 40px;
  color:var(--muted);
}
.footer-wrap{display:grid;grid-template-columns:1fr auto auto;gap:20px;align-items:center}
.footer-wrap strong{color:#fff}
.footer-links{display:flex;gap:20px}

.floating-wa{
  position:fixed;right:20px;bottom:20px;z-index:80;
  display:flex;align-items:center;gap:10px;
  background:var(--green);color:#082111;font-weight:900;
  border-radius:999px;padding:13px 18px;
  box-shadow:0 18px 48px rgba(0,0,0,.38);
}
.wa-icon{font-size:20px}

@media (max-width: 980px){
  .menu-toggle{display:block}
  .main-nav{
    position:absolute;left:16px;right:16px;top:86px;
    background:rgba(12,8,18,.96);
    border:1px solid var(--line);
    border-radius:20px;
    padding:16px;
    flex-direction:column;align-items:stretch;
    display:none;
  }
  .main-nav.open{display:flex}
  .hero-grid,.two-col,.contact-grid{grid-template-columns:1fr}
  .hero-visual{grid-template-columns:1fr 1fr}
  .category-grid,.feature-grid,.gallery,.steps{grid-template-columns:1fr 1fr}
  .footer-wrap{grid-template-columns:1fr}
}
@media (max-width: 640px){
  .section{padding:70px 0}
  .hero{padding-top:34px}
  .hero-copy h1{font-size:46px}
  .hero-copy p{font-size:18px}
  .hero-actions .btn{width:100%}
  .hero-visual{grid-template-columns:1fr}
  .category-grid,.feature-grid,.gallery,.steps{grid-template-columns:1fr}
  .mini-points{flex-direction:column;gap:8px}
  .floating-wa{width:56px;height:56px;padding:0;justify-content:center}
  .wa-text{display:none}
}
