*{box-sizing:border-box}body{margin:0;background:#090909;color:#f5f5f5;font-family:Arial,Helvetica,sans-serif;line-height:1.5}a{text-decoration:none;color:inherit}.top{position:sticky;top:0;z-index:20;display:flex;justify-content:space-between;align-items:center;padding:18px 5vw;background:#090909ee;border-bottom:1px solid #2c2c2c}.brand{display:flex;gap:14px;align-items:center;letter-spacing:.18em}.brand b,.brand small{display:block}.brand small{color:#d6aa55;font-size:10px;letter-spacing:.28em}.mark{width:48px;height:48px;border:1px solid #d6aa55;border-radius:50%;display:grid;place-items:center;color:#edc86f;font-weight:800}.top button{background:#111;color:#fff;border:1px solid #444;border-radius:8px;padding:12px 14px;font-weight:700}.hero,.section{max-width:1100px;margin:auto;padding:80px 5vw}.hero{min-height:640px;display:flex;flex-direction:column;justify-content:center;background:radial-gradient(circle at 70% 30%,#2a1e09 0,#090909 45%)}.eyebrow{color:#edc86f;font-weight:800;letter-spacing:.22em;font-size:13px}.hero h1,.section h2{font-size:clamp(40px,7vw,78px);line-height:1;margin:20px 0}.section h2{font-size:clamp(32px,4vw,52px)}.hero p{max-width:820px;color:#d0d0d0;font-size:22px}.actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:25px}.gold,.outline{padding:16px 22px;border-radius:9px;font-weight:800;display:inline-block;border:1px solid transparent}.gold{background:linear-gradient(135deg,#d7a64e,#f0ca70);color:#0a0a0a}.outline{border-color:#555;background:#111}.grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.grid article{background:#141414;border:1px solid #303030;border-radius:16px;padding:24px}.grid p{color:#bbb}form{display:grid;gap:12px;background:#111;border:1px solid #333;padding:24px;border-radius:18px}input,select,textarea{width:100%;background:#090909;color:white;border:1px solid #444;border-radius:8px;padding:14px;font:inherit}textarea{min-height:130px}form button{border:0;font-size:16px}footer{padding:45px 5vw 100px;border-top:1px solid #292929;text-align:center;color:#aaa}footer a,footer small{display:block;margin-top:8px}.mobile{display:none}.launcher{position:fixed;right:20px;bottom:22px;z-index:40;background:#111;color:#f1cf7e;border:1px solid #65512d;border-radius:999px;padding:13px 17px;font-weight:800}.dot{display:inline-block;width:9px;height:9px;background:#6bd67a;border-radius:50%;margin-right:8px}.chat{position:fixed;right:20px;bottom:78px;width:min(390px,calc(100vw - 28px));height:540px;z-index:50;background:#0e0e0e;border:1px solid #5a4828;border-radius:18px;overflow:hidden;box-shadow:0 20px 60px #000c;display:flex;flex-direction:column}.chat[hidden]{display:none}.chat header{display:flex;justify-content:space-between;align-items:center;padding:15px;background:#17130c}.chat header small{display:block;color:#aaa;font-size:11px}.chat header button{background:none;border:0;color:#fff;font-size:28px}.msgs{flex:1;overflow:auto;padding:14px}.msg{max-width:84%;padding:10px 12px;border-radius:12px;margin:8px 0}.bot{background:#1a1a1a}.user{margin-left:auto;background:#675023}.opts{padding:10px;border-top:1px solid #252525;display:flex;flex-wrap:wrap;gap:8px}.opts button{background:#171717;color:#f0c970;border:1px solid #5a4829;border-radius:999px;padding:9px 11px}.free{display:flex;gap:8px;padding:10px;border-top:1px solid #252525}.free input{margin:0}.free button{background:#d8aa52;border:0;border-radius:8px;font-weight:800;padding:0 14px}@media(max-width:700px){.grid{grid-template-columns:1fr}.hero{min-height:600px}.mobile{position:fixed;bottom:0;left:0;right:0;display:grid;grid-template-columns:repeat(3,1fr);background:#090909;border-top:1px solid #333;z-index:30}.mobile a{text-align:center;padding:15px;font-weight:800}.launcher{bottom:72px}.chat{bottom:125px;height:500px}}