*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Arial, Helvetica, sans-serif;
  color:#fff;
  background:
    radial-gradient(circle at 20% 20%, rgba(64,112,255,.18), transparent 18%),
    radial-gradient(circle at 80% 10%, rgba(255,183,0,.12), transparent 16%),
    radial-gradient(circle at 50% 70%, rgba(90,180,255,.14), transparent 20%),
    linear-gradient(180deg,#030611 0%,#071324 50%,#040914 100%);
  overflow-x:hidden;
}
.container{
  width:min(1200px, calc(100% - 40px));
  margin:auto;
}
.space-glow,.space-line{
  position:fixed;
  pointer-events:none;
  z-index:-1;
}
.space-glow{
  width:520px;height:520px;border-radius:50%;filter:blur(90px);opacity:.18;
}
.glow-1{top:8%;left:-8%;background:#2d69ff;}
.glow-2{bottom:10%;right:-6%;background:#ffb347;}
.space-line{
  left:-10vw;right:-10vw;border-radius:999px;filter:blur(12px);
}
.line-1{
  bottom:16vh;height:10px;
  background:linear-gradient(90deg, transparent 0%, rgba(255,208,99,.9) 25%, rgba(98,230,124,.8) 55%, rgba(94,170,255,.9) 88%, transparent 100%);
  transform:rotate(10deg);
}
.line-2{
  bottom:10vh;height:6px;
  background:linear-gradient(90deg, transparent 0%, rgba(255,132,65,.9) 22%, rgba(255,226,132,.85) 52%, rgba(76,197,255,.95) 90%, transparent 100%);
  transform:rotate(-4deg);
}
.site-header{
  position:sticky;top:0;z-index:20;
  background:rgba(6,12,26,.62);
  backdrop-filter:blur(10px);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.nav{
  display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px 0;
}
.logo-wrapper{
  width:72px;height:72px;border-radius:50%;overflow:hidden;
  border:1px solid rgba(255,223,148,.45);
  box-shadow:0 0 0 3px rgba(255,255,255,.04), 0 0 18px rgba(255,196,76,.12);
}
.logo{width:100%;height:100%;object-fit:cover}
nav{display:flex;gap:32px}
nav a{
  color:#fff;text-decoration:none;font-size:18px;opacity:.92;
}
nav a:hover{opacity:1}
.hero{
  padding:70px 0 40px;
}
.hero-grid{
  display:grid;grid-template-columns:1.02fr .98fr;gap:42px;align-items:center;
}
.hero-left{
  text-align:center;
}
.hero-logo{
  width:min(300px, 70vw);
  aspect-ratio:1/1;
  object-fit:cover;
  border-radius:50%;
  display:block;
  margin:0 auto 26px;
  box-shadow:0 18px 38px rgba(0,0,0,.35), 0 0 24px rgba(255,194,84,.10);
}
.hero-kicker{
  margin:0 0 10px;
  color:#8ec5ff;
  font-size:20px;
}
h1{
  margin:0;
  font-size:64px;
  line-height:1.05;
  font-weight:700;
  color:#f1d7ac;
  text-shadow:0 0 20px rgba(255,194,84,.12);
}
.description{
  max-width:700px;
  margin:22px auto 0;
  font-size:28px;
  line-height:1.45;
  color:#eef4ff;
}
.hero-buttons{
  margin-top:34px;
  display:flex;gap:16px;justify-content:center;flex-wrap:wrap;
}
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  padding:15px 26px;border-radius:999px;text-decoration:none;color:#fff;font-weight:700;
  border:1px solid rgba(255,255,255,.14);
  box-shadow:0 12px 28px rgba(0,0,0,.25);
}
.btn.gold{
  background:linear-gradient(180deg, rgba(255,183,77,.18), rgba(255,183,77,.08));
  box-shadow:0 0 0 1px rgba(255,202,117,.2), 0 0 26px rgba(255,200,92,.18);
}
.btn.dark{
  background:linear-gradient(180deg, rgba(63,122,255,.12), rgba(19,39,87,.16));
  box-shadow:0 0 0 1px rgba(109,169,255,.22), 0 0 26px rgba(102,180,255,.14);
}
.btn.outline{
  background:linear-gradient(180deg, rgba(255,183,77,.14), rgba(56,125,255,.08));
}
.btn.whatsapp{
  background:linear-gradient(180deg, rgba(255,183,77,.18), rgba(50,209,122,.12));
  box-shadow:0 0 0 1px rgba(255,214,139,.22), 0 0 28px rgba(67,224,119,.14);
  width:100%;
}
.hero-right{
  display:flex;justify-content:center;
}
.hero-right img{
  width:min(470px,100%);
  border-radius:26px;
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 24px 50px rgba(0,0,0,.35);
}
.stats{
  padding:10px 0 60px;
}
.stats-grid{
  display:grid;grid-template-columns:repeat(4,1fr);gap:18px;
}
.stat-card{
  text-align:center;
  padding:28px 18px;
  border-radius:18px;
  background:rgba(9,18,36,.55);
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 18px 36px rgba(0,0,0,.18);
}
.stat-card strong{
  display:block;
  font-size:54px;
  color:#f0c57b;
}
.stat-card span{
  display:block;
  margin-top:8px;
  font-size:20px;
  color:#f8f8f8;
}
.services,.about{padding:70px 0}
h2{
  text-align:center;
  font-size:48px;
  margin:0 0 30px;
  color:#f1d7ac;
}
.grid{
  display:grid;grid-template-columns:repeat(4,1fr);gap:20px;
}
.card,.about-box{
  background:rgba(10,20,40,.56);
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 20px 40px rgba(0,0,0,.2);
  backdrop-filter:blur(6px);
}
.card{
  padding:28px;border-radius:20px;text-align:center;
}
.card h3{margin-top:0;font-size:25px;color:#ffd790}
.card p{margin:0;font-size:18px;line-height:1.6}
.about-box{
  border-radius:26px;
  padding:34px;
  display:grid;grid-template-columns:1.1fr .9fr;gap:26px;align-items:center;
}
.about-text p{
  font-size:22px;line-height:1.7;color:#eef4ff;
}
.contact-box{
  padding:26px;border-radius:22px;
  background:rgba(7,15,30,.55);
  border:1px solid rgba(255,255,255,.08);
}
.contact-box h3{
  margin-top:0;
  font-size:38px;
  color:#f1d7ac;
}
.contact-box p{font-size:21px;line-height:1.6}
.contact-list{margin-top:16px;color:#dbe7ff}
.floating-wa{
  position:fixed;right:18px;bottom:18px;z-index:30;
  background:linear-gradient(180deg, rgba(255,183,77,.18), rgba(50,209,122,.18));
  color:#fff;text-decoration:none;font-weight:700;
  padding:14px 18px;border-radius:999px;
  border:1px solid rgba(255,255,255,.16);
  box-shadow:0 0 28px rgba(255,200,100,.16);
}
footer{
  text-align:center;padding:34px 20px;
  background:rgba(4,10,22,.72);
  border-top:1px solid rgba(255,255,255,.08);
  color:#d9e6ff;
}
@media (max-width: 1050px){
  .hero-grid,.about-box{grid-template-columns:1fr}
  .grid,.stats-grid{grid-template-columns:repeat(2,1fr)}
  .hero-right img{max-width:420px}
}
@media (max-width: 760px){
  .nav{flex-wrap:wrap;justify-content:center}
  nav{width:100%;justify-content:center;gap:18px}
  h1{font-size:42px}
  .description{font-size:22px}
  .hero-kicker{font-size:18px}
  .grid,.stats-grid{grid-template-columns:1fr}
  h2{font-size:36px}
  .contact-box h3{font-size:30px}
  .about-text p,.contact-box p{font-size:18px}
  .btn{width:100%}
}
