
*{box-sizing:border-box;margin:0;padding:0}
body{
  font-family:Arial,Helvetica,sans-serif;
  background:
    radial-gradient(circle at top left, rgba(255,208,0,.22), transparent 22%),
    radial-gradient(circle at top right, rgba(255,82,82,.18), transparent 24%),
    radial-gradient(circle at bottom, rgba(255,140,0,.14), transparent 30%),
    #12001f;
  color:#fff;line-height:1.6
}
a{text-decoration:none;color:inherit}
button{cursor:pointer;border:0}
.container{width:min(1200px,92%);margin:0 auto}
.topbar{
  position:sticky;top:0;z-index:1000;
  background:rgba(32,0,51,.88);backdrop-filter:blur(10px);
  border-bottom:1px solid rgba(255,255,255,.1)
}
.topbar-inner{
  display:flex;justify-content:space-between;align-items:center;
  gap:16px;padding:16px 0;flex-wrap:wrap
}
.brand{display:flex;align-items:center;gap:12px}
.brand-badge{
  width:48px;height:48px;border-radius:16px;display:flex;align-items:center;justify-content:center;
  font-weight:900;color:#000;background:linear-gradient(135deg,#ffe066,#ff8c00);
  box-shadow:0 8px 22px rgba(255,165,0,.28)
}
.brand h1{font-size:20px;font-weight:900}
.brand p{font-size:12px;color:rgba(255,255,255,.65)}
.nav{display:flex;gap:8px;flex-wrap:wrap}
.nav a{
  padding:10px 16px;border-radius:14px;background:rgba(255,255,255,.06);
  color:rgba(255,255,255,.88);font-weight:700
}
.nav a.active,.cta-btn,.gradient-btn{
  background:linear-gradient(90deg,#ffe066,#ff9f1c,#ff595e);
  color:#000;font-weight:900
}
.section{padding:56px 0}
.hero{
  display:grid;grid-template-columns:1.1fr .9fr;gap:32px;align-items:center;
  padding:60px 0 36px
}
.pill{
  display:inline-flex;align-items:center;gap:8px;padding:10px 16px;border-radius:999px;
  background:rgba(255,224,102,.15);border:1px solid rgba(255,224,102,.35);
  color:#ffe8a3;font-size:14px;font-weight:700;margin-bottom:18px
}
.dot{width:10px;height:10px;border-radius:50%;background:#ffe066}
.hero h2{font-size:54px;line-height:1.08;font-weight:900}
.hero .subhi{display:block;color:#ffe8a3;font-size:30px;margin-top:12px}
.hero p{margin-top:18px;color:rgba(255,255,255,.78);font-size:17px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}
.cta-btn,.ghost-btn,.gradient-btn{padding:14px 22px;border-radius:16px;font-size:14px;display:inline-block}
.ghost-btn{
  background:rgba(255,255,255,.06);color:#fff;border:1px solid rgba(255,255,255,.12);font-weight:800
}
.stat-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:28px;max-width:460px}
.stat-card,.card{
  border-radius:28px;border:1px solid rgba(255,255,255,.1);padding:22px;background:rgba(255,255,255,.06)
}
.stat-card strong{font-size:32px;display:block;font-weight:900}
.stat-card span{font-size:14px;color:rgba(255,255,255,.72)}
.phone-wrap{
  border-radius:34px;padding:16px;background:rgba(255,255,255,.08);
  border:1px solid rgba(255,224,102,.2);box-shadow:0 18px 38px rgba(255,140,0,.24);
  max-width:420px;margin-left:auto
}
.phone{border-radius:28px;padding:22px;background:#2a0a42;border:1px solid rgba(255,255,255,.1)}
.mini-tag{
  display:inline-block;font-size:12px;font-weight:900;color:#000;
  background:linear-gradient(90deg,#ffe066,#ff9f1c);padding:6px 10px;border-radius:12px
}
.feature-grid,.grid-4,.grid-3,.grid-2{display:grid;gap:18px}
.feature-grid,.grid-4{grid-template-columns:repeat(4,1fr)}
.grid-3{grid-template-columns:repeat(3,1fr)}
.grid-2{grid-template-columns:repeat(2,1fr)}
.section-title small{
  display:block;color:#ffe8a3;text-transform:uppercase;letter-spacing:.2em;font-weight:800;margin-bottom:10px
}
.section-title h3{font-size:42px;font-weight:900;line-height:1.12}
.section-title p{margin-top:14px;color:rgba(255,255,255,.76)}
.mix-yellow{background:linear-gradient(135deg,rgba(255,224,102,.14),rgba(255,140,0,.10));border-color:rgba(255,224,102,.18)}
.mix-pink{background:linear-gradient(135deg,rgba(255,105,180,.12),rgba(255,89,94,.10));border-color:rgba(255,105,180,.16)}
.feature-card h4,.card h4{font-size:22px;font-weight:900}
.feature-card .hi,.card .hi{color:#ffe8a3;font-size:14px;font-weight:700;margin-top:4px}
.feature-card p,.card p,.card li{color:rgba(255,255,255,.75);font-size:14px;margin-top:10px}
.soft-section{
  background:rgba(255,255,255,.04);
  border-top:1px solid rgba(255,255,255,.08);
  border-bottom:1px solid rgba(255,255,255,.08)
}
.steps .step{
  display:flex;gap:14px;align-items:flex-start;border-radius:20px;padding:16px;
  background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.09);margin-bottom:12px
}
.step-num{
  width:40px;height:40px;border-radius:12px;background:linear-gradient(90deg,#ffe066,#ff9f1c);
  color:#000;display:flex;align-items:center;justify-content:center;font-weight:900;flex:0 0 auto
}
.form-control,.form-select,.form-textarea{
  width:100%;margin-top:14px;padding:14px 16px;border-radius:16px;border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.06);color:#fff;font-size:15px
}
.form-select option{color:#000}
.footer{margin-top:20px;border-top:1px solid rgba(255,255,255,.09);background:rgba(24,0,40,.9)}
.footer-inner{display:grid;grid-template-columns:1.1fr .9fr .9fr;gap:24px;padding:36px 0}
.footer h5{font-size:20px;font-weight:900}
.footer p,.footer a{color:rgba(255,255,255,.62);font-size:14px}
.footer-links{display:flex;flex-direction:column;gap:8px;margin-top:14px}
@media (max-width:980px){
  .hero,.grid-2,.footer-inner{grid-template-columns:1fr}
  .feature-grid,.grid-4,.grid-3{grid-template-columns:repeat(2,1fr)}
  .hero h2{font-size:40px}
  .hero .subhi{font-size:24px}
  .section-title h3{font-size:32px}
  .phone-wrap{margin:0 auto}
}
@media (max-width:640px){
  .feature-grid,.grid-4,.grid-3,.stat-grid{grid-template-columns:1fr}
  .hero h2{font-size:32px}
  .hero .subhi{font-size:20px}
  .section-title h3{font-size:26px}
}
