:root{--rae-bg:#05070a;--rae-panel:#0c1017;--rae-text:#f4f6f8;--rae-muted:#9ca6b6;--rae-red:#e51d2a;--rae-blue:#1687ff;--rae-line:#252b36}
*{box-sizing:border-box}.rae-landing{margin:0;background:radial-gradient(circle at 80% 10%,rgba(22,135,255,.12),transparent 30%),radial-gradient(circle at 10% 40%,rgba(229,29,42,.09),transparent 35%),var(--rae-bg);color:var(--rae-text);font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;min-height:100vh}
.rae-noise{position:fixed;inset:0;pointer-events:none;opacity:.05;background-image:linear-gradient(115deg,transparent 45%,rgba(255,255,255,.2) 50%,transparent 55%);background-size:13px 13px;z-index:0}
.rae-wrap{position:relative;z-index:1;width:min(1180px,calc(100% - 32px));margin:auto}
.rae-topbar{height:82px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--rae-line)}
.rae-logo{text-decoration:none;color:#fff;font-weight:1000;font-size:24px;letter-spacing:-1px}.rae-logo strong{color:var(--rae-red)}.rae-topnote{font-size:11px;letter-spacing:3px;color:#778194}
.rae-hero{min-height:680px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:48px;padding:60px 0}
.rae-eyebrow{font-size:12px;letter-spacing:3px;color:#b7c1d0;margin-bottom:18px}.rae-badge{display:inline-flex;padding:7px 10px;border:1px solid rgba(229,29,42,.6);background:rgba(229,29,42,.08);border-radius:999px;color:#ff5d67;font-size:11px;font-weight:900;letter-spacing:1.5px}
.rae-hero h1{font-size:clamp(44px,7vw,92px);line-height:.95;letter-spacing:-4px;margin:18px 0 22px;max-width:900px}.rae-sub{font-size:clamp(17px,2vw,22px);line-height:1.55;color:var(--rae-muted);max-width:650px}
.rae-actions{display:flex;gap:12px;flex-wrap:wrap;margin:30px 0}.rae-btn{display:inline-flex;align-items:center;justify-content:center;padding:15px 22px;border-radius:10px;text-decoration:none;font-weight:900;letter-spacing:.6px;transition:.25s transform,.25s box-shadow}
.rae-btn:hover{transform:translateY(-2px)}.rae-btn-primary{background:linear-gradient(135deg,#ff2635,#b70c17);color:#fff;box-shadow:0 10px 35px rgba(229,29,42,.22)}.rae-btn-primary:hover{box-shadow:0 14px 42px rgba(229,29,42,.38)}
.rae-btn-ghost{border:1px solid #333b49;color:#fff;background:rgba(255,255,255,.025)}.rae-proof{color:#a6afbc;font-size:13px;display:flex;align-items:center;gap:8px}.rae-proof i{width:8px;height:8px;background:#39d98a;border-radius:50%;box-shadow:0 0 14px #39d98a}
.rae-visual{position:relative;min-height:480px;display:flex;align-items:center;justify-content:center;perspective:1000px}.rae-visual img{width:min(100%,560px);max-height:560px;object-fit:cover;border-radius:24px;border:1px solid #2f3540;box-shadow:0 30px 80px rgba(0,0,0,.6);transform:rotateY(-6deg) rotateX(2deg)}
.rae-orbit{position:absolute;width:390px;height:390px;border-radius:50%;border:1px solid rgba(22,135,255,.25);box-shadow:0 0 90px rgba(22,135,255,.15),inset 0 0 90px rgba(229,29,42,.08);animation:raePulse 4s ease-in-out infinite}.rae-rz{font-size:120px;font-weight:1000;letter-spacing:-12px;text-shadow:0 0 50px rgba(229,29,42,.45)}
@keyframes raePulse{50%{transform:scale(1.05);opacity:.7}}
.rae-countdown{display:flex;gap:10px;margin:28px 0}.rae-countdown div{min-width:76px;background:#0b0f15;border:1px solid #252c37;border-radius:12px;padding:13px;text-align:center}.rae-countdown b{display:block;font-size:26px}.rae-countdown span{font-size:10px;text-transform:uppercase;color:#8993a3;letter-spacing:1px}
.rae-engagement{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;padding:30px 0 80px}.rae-module{background:linear-gradient(180deg,#0f141c,#090c11);border:1px solid #252b35;border-radius:20px;padding:30px;box-shadow:0 24px 60px rgba(0,0,0,.25)}.rae-module-kicker{color:#ff4b57;font-size:11px;letter-spacing:3px;font-weight:900}.rae-module h2{font-size:34px;margin:10px 0}.rae-module p{color:#9da7b6;line-height:1.6}.rae-module-body{margin-top:20px}.rae-integration-placeholder{padding:18px;border:1px dashed #3a4352;color:#97a1b1;border-radius:10px}
.rae-custom{padding:30px 0 70px}.rae-footer{border-top:1px solid var(--rae-line);padding:30px 0 50px;display:flex;justify-content:space-between;gap:20px;color:#8c95a3}.rae-footer span{font-weight:900;color:#fff}.rae-footer small{letter-spacing:1px}
.rae-mobile-sticky{display:none}
.rae-style-arena .rae-hero h1{text-transform:uppercase}.rae-style-editorial .rae-hero{grid-template-columns:1fr}.rae-style-editorial .rae-visual{min-height:360px}.rae-style-minimal .rae-orbit,.rae-style-minimal .rae-noise{display:none}
@media(max-width:820px){.rae-wrap{width:min(100% - 22px,680px)}.rae-topbar{height:66px}.rae-hero{grid-template-columns:1fr;min-height:auto;padding:48px 0 30px;gap:28px}.rae-hero h1{letter-spacing:-2.5px}.rae-visual{min-height:300px}.rae-orbit{width:250px;height:250px}.rae-visual img{max-height:380px;transform:none}.rae-engagement{grid-template-columns:1fr;padding-bottom:100px}.rae-mobile-sticky{display:block;position:fixed;left:12px;right:12px;bottom:12px;z-index:50;background:#e51d2a;color:#fff;text-decoration:none;text-align:center;font-weight:900;padding:15px;border-radius:12px;box-shadow:0 12px 35px rgba(0,0,0,.45)}.rae-countdown div{min-width:0;flex:1}.rae-footer{flex-direction:column}}
