
:root{
 --bg:#0d0a10;--bg2:#17121d;--panel:#1d1726;--line:#4a3a5c;
 --plum:#b36cff;--rose:#ef6bb5;--amber:#efbf70;--cream:#fff8eb;
 --text:#fbf8ff;--muted:#c4b7cb;--max:1180px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}
body{margin:0;background:linear-gradient(180deg,#0d0a10,#15101a 55%,#0d0a10);color:var(--text);font-family:Inter,Arial,sans-serif}
a{text-decoration:none;color:inherit}img{display:block;max-width:100%}.wrap{width:min(var(--max),92%);margin:auto}
.top{background:#050406;color:#d0c7d6;font-size:12px;padding:7px 0}
.top .wrap,.head,.nav,.hero{display:flex;align-items:center;justify-content:space-between;gap:18px}
header{position:sticky;top:0;z-index:50;background:#0d0a10f2;border-bottom:1px solid #382c45;backdrop-filter:blur(10px)}
.head{padding:14px 0}.brand img{height:44px}.actions{display:flex;gap:10px}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 20px;border-radius:10px;background:linear-gradient(90deg,var(--plum),var(--rose));color:#fff;font-weight:900}
.btn.amber{background:linear-gradient(90deg,var(--amber),#d9984f);color:#1a0f09}
.nav{padding:10px 0;border-top:1px solid #2d2337;justify-content:center;flex-wrap:wrap;font-size:13px;font-weight:800}
.nav a:hover,.active{color:var(--amber)}
.hero{padding:48px 0;align-items:stretch}.hero-copy{flex:.92;display:flex;flex-direction:column;justify-content:center}
.hero-art{flex:1.08;border:1px solid #57436a;border-radius:22px;overflow:hidden;box-shadow:0 24px 70px #0009}
.hero-art img{width:100%;height:100%;object-fit:cover}
.eyebrow{color:var(--amber);letter-spacing:2px;font-size:12px;font-weight:900}
.hero h1{font-size:58px;line-height:.98;margin:12px 0;color:var(--cream)}.hero h1 span{color:var(--plum)}
.hero h2{font-size:28px;margin:0 0 14px}.hero p,.card p,.content p,.content li{color:var(--muted);line-height:1.75}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:20px}
.quick{background:#141018;border-block:1px solid #41324f}.quick .wrap{display:grid;grid-template-columns:repeat(3,1fr)}
.quick div{padding:16px;border-right:1px solid #41324f}.quick div:last-child{border-right:0}.quick b{display:block;color:var(--amber)}.quick small{color:var(--muted)}
section{padding:36px 0}.section-title{font-size:32px;margin:0 0 20px}
.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:17px}.grid2{display:grid;grid-template-columns:repeat(2,1fr);gap:17px}
.card{background:linear-gradient(180deg,#1d1726,#15101b);border:1px solid #4a3a5c;border-radius:16px;overflow:hidden}
.card-body{padding:19px}.card h3{margin:8px 0}.visual{height:145px;display:grid;place-items:center;font-size:52px;background:radial-gradient(circle at 50% 20%,#3a2750,#15101b 70%)}
.tag{display:inline-block;padding:6px 10px;border-radius:999px;background:#342543;color:#deb6ff;font-size:11px;font-weight:900}
.pagehero{padding:58px 0;background:linear-gradient(115deg,#1a1221,#2b1a38 58%,#4b301c)}
.pagehero h1{font-size:46px;margin:0 0 10px;color:var(--cream)}.pagehero p{max-width:820px;color:var(--muted);line-height:1.7}
.content{max-width:930px}.faq details{background:#18111f;border:1px solid #4a3a5c;border-radius:12px;padding:16px 18px}
.faq summary{cursor:pointer;font-weight:900;color:var(--cream)}
footer{margin-top:30px;background:#050406;border-top:1px solid #382c45;padding:34px 0 18px}
.footer-grid{display:grid;grid-template-columns:1.8fr repeat(4,1fr);gap:22px}.footer-grid p{color:#a99eaf;font-size:12px;line-height:1.6}.footer-grid a{display:block;font-size:12px;margin:8px 0}
.copy{border-top:1px solid #2b2134;margin-top:24px;padding-top:15px;color:#857b8d;font-size:11px}
@media(max-width:900px){.hero{flex-direction:column}.grid3{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.top{display:none}.head{flex-wrap:wrap}.nav{justify-content:flex-start;overflow:auto;flex-wrap:nowrap}.hero h1{font-size:40px}.grid3,.grid2,.footer-grid,.quick .wrap{grid-template-columns:1fr}.quick div{border-right:0;border-bottom:1px solid #41324f}}
