
:root{
  --bg:#07010b;
  --bg2:#120018;
  --card:#130817;
  --ink:#fff7ff;
  --muted:#d9c3dc;
  --hot:#ff2aae;
  --hot2:#ff71cf;
  --blue:#42dfff;
  --gold:#ffe75d;
  --line:rgba(255,255,255,.16);
  --shadow:0 24px 80px rgba(255,42,174,.18),0 8px 40px rgba(66,223,255,.10);
  --radius:28px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--bg)}
body{margin:0;font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;color:var(--ink);background:radial-gradient(circle at 15% 0%,rgba(255,42,174,.18),transparent 34rem),radial-gradient(circle at 88% 8%,rgba(66,223,255,.15),transparent 26rem),linear-gradient(180deg,#08000b 0%,#130016 48%,#050107 100%);line-height:1.6}
a{color:inherit}.skip-link{position:absolute;left:-999px;top:auto;width:1px;height:1px;overflow:hidden}.skip-link:focus{left:1rem;top:1rem;width:auto;height:auto;z-index:100;background:#fff;color:#111;padding:.7rem 1rem;border-radius:999px}
.site-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.9rem clamp(1rem,3vw,2.5rem);background:rgba(7,1,11,.68);backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.08)}
.brand-chip{display:inline-flex;align-items:center;gap:.55rem;text-decoration:none;font-weight:800;letter-spacing:.01em;white-space:nowrap}.brand-dot{display:grid;place-items:center;width:2.1rem;height:2.1rem;border:1px solid rgba(255,255,255,.2);border-radius:999px;color:var(--hot);box-shadow:0 0 18px rgba(255,42,174,.45)}
.top-nav{display:flex;align-items:center;justify-content:flex-end;gap:.35rem;flex-wrap:wrap}.top-nav a{font-size:.92rem;text-decoration:none;color:rgba(255,247,255,.86);padding:.55rem .78rem;border-radius:999px;transition:.18s ease}.top-nav a:hover,.top-nav a:focus-visible{background:rgba(255,255,255,.08);color:#fff}.top-nav .nav-cta{background:#fff;color:#150017;font-weight:800;box-shadow:0 0 22px rgba(255,255,255,.16)}
.hero-section{padding:clamp(1rem,3vw,2.2rem) clamp(.65rem,3vw,2rem) 1rem}.hero-shell{max-width:1360px;margin:0 auto;text-align:center}.hero-image{display:block;width:min(100%,1280px);height:auto;margin:0 auto;border-radius:clamp(18px,2.8vw,34px);border:1px solid rgba(255,255,255,.18);box-shadow:var(--shadow);background:#080208}.hero-actions{display:flex;justify-content:center;gap:.8rem;flex-wrap:wrap;margin:1rem auto 0}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:.85rem 1.18rem;border-radius:999px;text-decoration:none;font-weight:850;letter-spacing:.01em}.button-primary{background:linear-gradient(135deg,var(--hot),#ff67cd);color:white;box-shadow:0 14px 38px rgba(255,42,174,.34)}.button-secondary{background:rgba(255,255,255,.08);border:1px solid var(--line);color:#fff}
.section{padding:clamp(2.5rem,6vw,5rem) clamp(1rem,4vw,3rem);max-width:1280px;margin:0 auto}.section-heading{max-width:820px;margin:0 auto 2rem;text-align:center}.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:.75rem;font-weight:900;color:var(--blue);margin:0 0 .55rem}.eyebrow.light{color:rgba(255,255,255,.86)}h1,h2{line-height:1.04;margin:0 0 1rem;letter-spacing:-.045em}h1{font-size:clamp(2.3rem,6vw,5.25rem)}h2{font-size:clamp(2rem,4vw,3.65rem)}p{color:var(--muted);font-size:1.04rem}.section-heading p{font-size:clamp(1.08rem,2vw,1.28rem)}
.image-frame{margin:1.15rem auto;border-radius:var(--radius);overflow:hidden;border:1px solid rgba(255,255,255,.13);background:#020102;box-shadow:0 16px 54px rgba(0,0,0,.32)}.image-frame img,.feature-strip-grid img,.pillar-grid img,.tiles-grid img{display:block;width:100%;height:auto}.image-frame.wide{max-width:1120px}.image-frame.panel{max-width:980px}
.feature-strip-grid{display:grid;gap:1rem;max-width:880px;margin:1.5rem auto}.feature-strip-grid img,.tiles-grid img,.pillar-grid img{border-radius:22px;border:1px solid rgba(255,255,255,.12);background:#030105;box-shadow:0 18px 44px rgba(0,0,0,.26)}.pillar-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin:2rem auto;max-width:1180px}.tiles-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;max-width:980px;margin:2rem auto 0}
.guest-banner{display:flex;align-items:center;gap:1.2rem;max-width:1120px;margin:clamp(1.5rem,4vw,3rem) auto;padding:clamp(1.25rem,3vw,2rem);border-radius:30px;background:linear-gradient(135deg,#ff299f 0%,#ff6aca 58%,#ff98dc 100%);box-shadow:0 28px 90px rgba(255,42,174,.28);color:#fff;border:1px solid rgba(255,255,255,.24)}.guest-banner-icon{width:3.2rem;height:3.2rem;display:grid;place-items:center;border-radius:999px;border:1px solid rgba(255,255,255,.48);font-size:1.45rem;flex:0 0 auto}.guest-banner-content{flex:1}.guest-banner h2{font-size:clamp(2.1rem,5vw,4.2rem);margin:.1rem 0}.guest-banner p{color:white;margin:.25rem 0}.guest-banner a{font-weight:850}.guest-banner-button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:.9rem 1.25rem;border-radius:999px;background:#fff;color:#21001d;text-decoration:none;font-weight:900;white-space:nowrap;box-shadow:0 10px 28px rgba(72,0,60,.18)}
.split-section{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:clamp(1.5rem,5vw,4rem);align-items:start}.copy-card{background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.035));border:1px solid var(--line);border-radius:var(--radius);padding:clamp(1.25rem,3vw,2rem);box-shadow:0 18px 70px rgba(0,0,0,.22)}.copy-card p:first-child{margin-top:0}.copy-card p:last-child{margin-bottom:0}.conduct .eyebrow{color:var(--hot2)}
.site-footer{padding:2.3rem 1rem;background:#030004;border-top:1px solid rgba(255,255,255,.12);margin-top:3rem}.footer-inner{max-width:1100px;margin:0 auto;text-align:center}.footer-brand{color:#fff;font-weight:800}.footer-links{display:flex;justify-content:center;gap:.55rem;flex-wrap:wrap;margin:.75rem 0}.footer-links a{color:#fff;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.22)}.footer-links a:hover{border-color:#fff}.site-footer p{font-size:.92rem;margin:.25rem 0;color:#d8cddc}
.legal-page{background:radial-gradient(circle at 20% 0%,rgba(255,42,174,.16),transparent 28rem),linear-gradient(180deg,#08000b,#110015 55%,#050107)}.legal-wrap{max-width:920px;margin:0 auto;padding:clamp(2rem,6vw,5rem) 1rem}.legal-wrap h1{font-size:clamp(2.6rem,6vw,5rem)}.legal-wrap section{margin:1.5rem 0;padding:1.4rem;border:1px solid rgba(255,255,255,.13);border-radius:22px;background:rgba(255,255,255,.045)}.legal-wrap h2{font-size:clamp(1.3rem,3vw,2rem);letter-spacing:-.02em}.legal-intro{font-size:1.15rem;color:#fff}.back-link{display:inline-block;margin-bottom:1.5rem;color:#fff;text-decoration:none;border:1px solid rgba(255,255,255,.18);padding:.6rem .9rem;border-radius:999px;background:rgba(255,255,255,.06)}
@media (max-width:820px){.site-header{position:relative;align-items:flex-start;flex-direction:column}.top-nav{justify-content:flex-start}.top-nav a{font-size:.88rem}.hero-section{padding-top:.8rem}.pillar-grid,.tiles-grid,.split-section{grid-template-columns:1fr}.guest-banner{flex-direction:column;text-align:left;align-items:flex-start}.guest-banner-button{width:100%}.feature-strip-grid,.tiles-grid{gap:.75rem}.section{padding-left:.75rem;padding-right:.75rem}.hero-image{border-radius:18px}.image-frame,.feature-strip-grid img,.pillar-grid img,.tiles-grid img{border-radius:16px}}
@media (max-width:520px){.brand-chip span:last-child{font-size:.98rem}.top-nav{gap:.2rem}.top-nav a{padding:.48rem .62rem}.hero-actions .button{width:100%}.guest-banner{margin-left:.75rem;margin-right:.75rem}.footer-links{gap:.35rem}.footer-links span{display:none}.footer-links a{margin:.15rem .25rem}.legal-wrap section{padding:1rem}}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important}}
