*{box-sizing:border-box;margin:0;padding:0}
body{font-family:'Inter',sans-serif;background:hsl(260,87%,3%);color:hsl(40,6%,95%);-webkit-font-smoothing:antialiased;overflow-x:hidden;min-height:100vh}
.xp-banner{position:fixed;top:0;left:0;right:0;z-index:200;background:rgba(0,0,0,0.7);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,0.1);padding:8px 16px;text-align:center;font-size:11px;color:rgba(255,255,255,0.8);letter-spacing:0.05em}
.xp-page{position:relative;min-height:100vh;overflow:hidden;padding-top:32px;display:flex;flex-direction:column}
.xp-video{position:absolute;inset:32px 0 0;width:100%;height:calc(100% - 32px);object-fit:cover;z-index:0}
.xp-blur-overlay{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:1100px;max-width:100%;height:600px;background:#0a0a0f;filter:blur(82px);opacity:0.85;z-index:1;pointer-events:none}
.xp-nav{position:relative;z-index:50;display:flex;align-items:center;justify-content:space-between;padding:20px 32px}
.xp-logo{color:#fff;text-decoration:none;font-size:28px;font-weight:600;letter-spacing:-0.04em}
.xp-links{display:none;list-style:none;gap:32px}
@media(min-width:768px){.xp-links{display:flex}}
.xp-links a{color:rgba(245,243,235,0.85);text-decoration:none;font-size:14px;font-weight:500;cursor:pointer;transition:opacity .2s}
.xp-links a:hover{opacity:0.7}
.xp-cta{color:#fff;text-decoration:none;font-size:14px;font-weight:500;padding:8px 16px;border-radius:9999px;cursor:pointer;background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.1)}
.xp-hero{position:relative;z-index:10;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:48px 16px;gap:24px}
.xp-h1{font-size:clamp(80px,18vw,220px);font-weight:400;line-height:1;letter-spacing:-0.024em;color:#fff}
.xp-em{background:linear-gradient(to right,#fcd34d 0%,#a855f7 50%,#6366f1 100%);-webkit-background-clip:text;background-clip:text;color:transparent;font-style:italic}
.xp-sub{color:rgba(245,243,235,0.82);font-size:18px;line-height:1.5;max-width:480px}
.xp-btn{color:#fff;text-decoration:none;font-size:14px;font-weight:500;padding:14px 28px;border-radius:9999px;cursor:pointer;background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.15);transition:background .2s}
.xp-btn:hover{background:rgba(255,255,255,0.1)}
.xp-meta{position:relative;z-index:10;display:flex;justify-content:space-between;padding:32px;font-size:12px;color:rgba(245,243,235,0.5);font-family:monospace;letter-spacing:0.1em;text-transform:uppercase}
