/*
Theme Name: AAD Rust Hosting (Customizable)
Theme URI: https://example.com
Author: AAD-Gaming.ONLINE
Description: Landing page theme with full customization via WordPress Customizer (no plugins required).
Version: 2.0
Text Domain: adg-rust-hosting-customizable
*/

:root {
  --bg0:#07131f;
  --bg1:#0c1f31;
  --card: rgba(255,255,255,0.06);
  --card2: rgba(255,255,255,0.04);
  --stroke: rgba(255,255,255,0.12);
  --text:#e9eef5;
  --muted:#b8c2cf;
  --accent:#f5b301;
  --accent2:#ffcf3f;
  --shadow: 0 20px 60px rgba(0,0,0,0.45);
  --radius: 18px;
}

*{box-sizing:border-box}
body{
  margin:0;
  font-family: system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
  color:var(--text);
  background:
    radial-gradient(1200px 600px at 25% 0%, rgba(20,80,120,0.55), transparent 60%),
    radial-gradient(900px 500px at 75% 15%, rgba(10,50,90,0.45), transparent 60%),
    linear-gradient(180deg, var(--bg1), var(--bg0));
  background-attachment: fixed;
}
a{ color:inherit; text-decoration:none; }
img{ max-width:100%; height:auto; display:block; }

.wrap{ max-width:1200px; margin:0 auto; padding:28px 22px 70px; }
.topbar{ display:flex; align-items:center; justify-content:space-between; gap:20px; }
.brand{ display:flex; align-items:center; gap:14px; min-width: 240px; }
.brand img{ width:105px; height:auto; filter: drop-shadow(0 10px 20px rgba(0,0,0,.45)); }
.brand .title{ font-weight:900; letter-spacing:.5px; line-height:1.05; font-size: 28px; }
.nav{ display:flex; align-items:center; gap:26px; color:rgba(233,238,245,0.85); }
.nav a{ opacity:.9; }
.nav a:hover{ opacity:1; text-decoration:underline; text-underline-offset:6px; }

.actions{ display:flex; gap:10px; }
.pill{
  display:inline-flex; align-items:center; justify-content:center;
  padding:10px 14px; border-radius:10px;
  border:1px solid var(--stroke);
  background:rgba(255,255,255,0.05);
  font-weight:800; font-size:12px; letter-spacing:.6px;
}
.pill.primary{ background:linear-gradient(180deg,var(--accent2),var(--accent)); color:#111; border-color: rgba(0,0,0,0.1); }

.hero{ display:grid; grid-template-columns: 1.35fr .85fr; gap:28px; margin-top:42px; }
.headline h1{ font-size: clamp(36px, 4vw, 56px); margin: 0 0 14px; line-height:1.03; letter-spacing:-.5px; }
.headline p{ margin:0 0 22px; color:var(--muted); max-width: 56ch; }
.cta-row{ display:flex; flex-wrap:wrap; gap:12px; margin-top: 18px; }
.btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:12px 18px; border-radius:12px;
  border:1px solid var(--stroke);
  background: rgba(255,255,255,0.05);
  color: var(--text);
  font-weight:900; letter-spacing:.8px; font-size:12px;
}
.btn.accent{ background:linear-gradient(180deg,var(--accent2),var(--accent)); color:#111; border-color: rgba(0,0,0,0.12); }
.btn.block{ width:100%; }

.features{ display:flex; gap:18px; flex-wrap:wrap; margin-top: 26px; }
.feat{ display:flex; align-items:center; gap:10px; color: rgba(233,238,245,0.85); font-weight:800; font-size: 13px; }
.feat .icon{ width:22px; height:22px; color: var(--accent); }

.card{
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255,255,255,0.07), rgba(255,255,255,0.03));
  border: 1px solid var(--stroke);
  box-shadow: var(--shadow);
  overflow:hidden;
}

.order{ padding:26px; }
.order h3{ margin:0 0 14px; letter-spacing:.8px; }
.field{ margin:14px 0; }
.label{ font-weight:900; font-size:12px; letter-spacing:.8px; opacity:.9; }
.select{
  margin-top:8px;
  width:100%;
  padding:12px 14px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,0.12);
  background: rgba(0,0,0,0.18);
  color: var(--text);
  outline:none;
}

.banner{ margin-top: 26px; border-radius: var(--radius); overflow:hidden; border:1px solid var(--stroke); box-shadow: var(--shadow); }
.banner img{ width:100%; }

.pricing{ display:grid; grid-template-columns: repeat(3, 1fr); gap:18px; margin-top: 26px; }
.plan{ padding:22px; }
.plan h4{ margin:0; font-size: 22px; letter-spacing:.5px; color: var(--accent2); }
.price{ font-size: 48px; font-weight: 950; margin: 10px 0 10px; letter-spacing:-1px; }
.sub{ color: var(--muted); margin: 0 0 14px; }
.spec{ padding:12px 0; border-top:1px solid rgba(255,255,255,0.10); color: rgba(233,238,245,0.9); font-weight:800; }

.discord{ display:grid; grid-template-columns: 1fr 1fr; gap:18px; margin-top: 26px; align-items:stretch; }
.discord .left{ padding:26px; }
.discord h2{ margin:0 0 8px; font-size: 52px; letter-spacing:-1px; }
.discord p{ margin:0 0 16px; color: var(--muted); }
.embed{ padding:0; min-height:220px; overflow:hidden; }
.embed .pad{ padding:26px; }
.embed iframe{ width:100%; height:320px; border:0; }
.embed .fallback{ padding:26px; text-align:center; color: rgba(233,238,245,0.7); }
.embed img{ width:100%; height:auto; }

footer{ margin-top: 30px; padding-top: 24px; border-top:1px solid rgba(255,255,255,0.10); color: rgba(233,238,245,0.65); }

@media (max-width: 980px){
  .hero{ grid-template-columns: 1fr; }
  .pricing{ grid-template-columns: 1fr; }
  .discord{ grid-template-columns: 1fr; }
  .nav{ display:none; }
}
