:root{
  --bg:#0b0b0b;
  --panel:#141414;
  --panel2:#101010;
  --text:#ffffff;
  --muted:rgba(255,255,255,.72);
  --border:rgba(255,255,255,.12);
  --shadow:0 14px 30px rgba(0,0,0,.45);
  --radius:18px;
  --max:1120px;
  --brand:#ff9800;
  --brand2:#ff5722;
}

*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
  font-family: Arial, Helvetica, sans-serif;
  color:var(--text);
  background:
    radial-gradient(1000px 700px at 15% 0%, rgba(255,152,0,.18), transparent 60%),
    radial-gradient(1000px 700px at 85% 10%, rgba(255,87,34,.18), transparent 60%),
    var(--bg);
}

a{color:inherit;text-decoration:none}
.container{max-width:var(--max);margin:0 auto;padding:0 20px}

.header{
  position:sticky;top:0;z-index:50;
  backdrop-filter: blur(10px);
  background: rgba(11,11,11,.7);
  border-bottom:1px solid var(--border);
}

.nav{
  display:flex;align-items:center;justify-content:space-between;
  padding:14px 0; gap:16px;
}

.brand{display:flex;align-items:center;gap:10px;font-weight:900;letter-spacing:.2px}
.brand-mark{
  width:12px;height:12px;border-radius:999px;
  background: linear-gradient(135deg,var(--brand),var(--brand2));
  box-shadow: 0 0 20px rgba(255,152,0,.35);
}
.links{display:flex;gap:18px;color:var(--muted);font-size:14px}
.links a:hover{color:var(--text)}

.nav-cta{display:flex;gap:10px;align-items:center}
.hamburger{
  display:none;
  background:transparent;border:1px solid var(--border);
  border-radius:12px;padding:10px;cursor:pointer;
}
.hamburger span{display:block;width:18px;height:2px;background:rgba(255,255,255,.85);margin:4px 0}

.mobileMenu{
  display:none;
  padding: 10px 0 18px;
  gap:12px;
  border-top:1px solid var(--border);
}
.mobileMenu a{color:var(--muted)}
.mobileMenu a:hover{color:var(--text)}
.w100{width:100%}

@media (max-width: 900px){
  .links, .nav-cta {display:none}
  .hamburger{display:block}
  .mobileMenu{display:grid}
}

.btn{
  border:0; cursor:pointer;
  padding:12px 14px;
  border-radius:14px;
  font-weight:800;
  font-size:14px;
  transition: transform .08s ease, opacity .2s ease;
}
.btn:active{transform:scale(.98)}
.btn-primary{
  background: linear-gradient(135deg,var(--brand),var(--brand2));
  color:#111;
}
.btn-ghost{
  background: rgba(255,255,255,.06);
  border:1px solid var(--border);
  color:var(--text);
}

.hero{padding:44px 0 20px}
.hero-grid{
  display:grid;grid-template-columns: 1.2fr .8fr;
  gap:18px; align-items:stretch;
}
@media (max-width: 900px){ .hero-grid{grid-template-columns:1fr} }

.hero-card, .side-card, .card{
  background: rgba(20,20,20,.9);
  border:1px solid var(--border);
  border-radius:var(--radius);
  box-shadow: var(--shadow);
}

.hero-card{
  padding:26px;
  background:
    linear-gradient(180deg, rgba(255,152,0,.12), rgba(255,87,34,.08)),
    rgba(20,20,20,.88);
}
.pill{
  display:inline-block;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid var(--border);
  color:var(--muted);
  background: rgba(0,0,0,.22);
  font-size:13px;
}

h1{
  margin:14px 0 10px;
  font-size:44px; line-height:1.06;
}
@media (max-width: 520px){ h1{font-size:34px} }

.sub{
  margin:0;
  color:var(--muted);
  line-height:1.55;
  max-width:58ch;
}

.hero-cta{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}

.trust{
  display:flex;gap:14px;flex-wrap:wrap;
  margin-top:16px;color:var(--muted);font-size:13px;
}
.trust-item{display:flex;align-items:center;gap:8px}
.dot{width:8px;height:8px;border-radius:999px;background:rgba(255,255,255,.25)}

.side-card{padding:22px}
.side-card h3{margin:0 0 10px}
.side-card ul{margin:0;padding-left:18px;color:var(--muted);line-height:1.6}
.callout{
  margin-top:14px;
  padding:12px 12px;
  border-radius:14px;
  border:1px solid rgba(255,152,0,.25);
  background: rgba(255,152,0,.07);
  color: rgba(255,255,255,.85);
  font-size:13px;
  line-height:1.5;
}

.section{padding:34px 0}
.section-head h2{margin:0 0 8px;font-size:28px}
.section-head p{margin:0 0 18px;color:var(--muted)}

.pricing-grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:14px;
}
@media (max-width: 900px){ .pricing-grid{grid-template-columns:1fr} }

.card{padding:18px; position:relative}
.featured{border-color: rgba(255,152,0,.35); background: rgba(20,20,20,.92)}
.badge{
  position:absolute; top:14px; right:14px;
  font-size:12px; font-weight:900;
  padding:6px 10px; border-radius:999px;
  background: rgba(255,152,0,.12);
  border:1px solid rgba(255,152,0,.25);
  color: rgba(255,255,255,.9);
}
.price{font-size:32px;font-weight:900;margin:10px 0 12px}
.price span{font-size:14px;color:var(--muted);font-weight:700}

.list{margin:0;padding-left:18px;color:var(--muted);line-height:1.6}
.fineprint{color:var(--muted);font-size:13px;margin-top:14px}

.steps{
  display:grid; grid-template-columns: repeat(3,1fr);
  gap:14px;
}
@media (max-width: 900px){ .steps{grid-template-columns:1fr} }
.step{
  padding:18px;
  border:1px solid var(--border);
  border-radius:var(--radius);
  background: rgba(255,255,255,.03);
}
.step-num{
  width:34px;height:34px;border-radius:12px;
  display:flex;align-items:center;justify-content:center;
  font-weight:900;
  background: rgba(255,152,0,.10);
  border:1px solid rgba(255,152,0,.22);
  margin-bottom:10px;
}
.step h3{margin:0 0 6px}
.step p{margin:0;color:var(--muted);line-height:1.5}

.faq details{
  background: rgba(255,255,255,.04);
  border:1px solid var(--border);
  border-radius:14px;
  padding:12px 14px;
}
.faq details + details{margin-top:10px}
.faq summary{cursor:pointer;font-weight:900}
.faq p{margin:10px 0 0;color:var(--muted);line-height:1.5}

.support-grid{
  display:grid;grid-template-columns:1fr 1fr;gap:14px;
}
@media (max-width: 900px){ .support-grid{grid-template-columns:1fr} }
.big{font-size:18px;font-weight:900;margin:6px 0 0}
.muted{color:var(--muted)}

.footer{
  border-top:1px solid var(--border);
  padding:26px 0 36px;
  color:var(--muted);
}
.footer-row{
  display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap
}

/* Modal */
.modal{position:fixed;inset:0;display:grid;place-items:center;z-index:100}
.modal-backdrop{position:absolute;inset:0;background: rgba(0,0,0,.65)}
.modal-card{
  position:relative;
  width:min(560px, calc(100% - 24px));
  border-radius:20px;
  border:1px solid var(--border);
  background: rgba(20,20,20,.96);
  box-shadow: var(--shadow);
  padding:16px;
}
.modal-head{display:flex;justify-content:space-between;align-items:center;padding:8px 8px 10px}
.modal-head h3{margin:0}
.icon-btn{
  border:1px solid var(--border);
  background: rgba(255,255,255,.06);
  color:var(--text);
  border-radius:12px;
  width:38px;height:38px;
  cursor:pointer;
  font-size:20px;
  line-height:0;
}
.form{display:grid;gap:12px;padding:0 8px 8px}
label{display:grid;gap:6px;font-weight:800;font-size:13px}
input, select, textarea{
  width:100%;
  padding:12px 12px;
  border-radius:14px;
  border:1px solid var(--border);
  background: rgba(255,255,255,.04);
  color: var(--text);
  outline:none;
}
textarea{resize:vertical}
.form-result{
  margin:10px 8px 8px;
  padding:12px 12px;
  border-radius:14px;
  border:1px solid rgba(255,152,0,.25);
  background: rgba(255,152,0,.07);
  color: rgba(255,255,255,.9);
  line-height:1.5;
}
/* Force-hide anything with the hidden attribute */
[hidden] { display: none !important; }
