/* Page-level layout for the landing (hero, bands, registro backdrop). Tokens + components come from /styles.css. */
body{overflow-x:hidden}
.skip{position:absolute;left:12px;top:-60px;z-index:200;padding:10px 14px;border-radius:10px;background:var(--white);color:var(--ink);font-weight:800;text-decoration:none}
.skip:focus{top:12px}
.hero-media{display:none}
.page{position:relative;z-index:1}
.hero{position:relative;padding:4px 0 0;text-align:center;background:linear-gradient(180deg,rgba(8,7,13,.45) 0%,rgba(8,7,13,.55) 45%,rgba(8,7,13,.25) 80%,#08070D 100%),url(../../assets/video/hero-first-frame.jpg) center 70%/cover no-repeat,var(--ink)}
.hero::after{content:"";position:absolute;left:0;right:0;bottom:0;height:140px;background:linear-gradient(180deg,rgba(8,7,13,0),#08070D);pointer-events:none}
.hero__inner{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:22px;padding-top:18px}
.hero .sei-h1{max-width:24ch}
.hero__sub{max-width:40ch;color:#D4D3DE;text-shadow:0 1px 14px rgba(8,7,13,.9)}
.hero .sei-h1,.hero .sei-micro{text-shadow:0 2px 24px rgba(8,7,13,.75)}
.hero__cta{display:flex;flex-direction:column;align-items:center;gap:12px;width:100%;margin-top:6px}
.hero__speaker{margin-top:14px;max-width:380px}
.band{background:var(--ink)}
.band--top{border-top:1px solid var(--hairline)}
.agenda-wrap{max-width:900px;margin:40px auto 0}
.mentor-wrap{max-width:940px;margin-inline:auto}
.proof-grid{margin-top:40px}
.proof-community{margin-top:48px}
.proof-note{margin-top:22px}
.registro{position:relative;overflow:hidden;isolation:isolate;background:var(--ink)}
.registro::before{content:"";position:absolute;inset:0;z-index:-2;background:linear-gradient(180deg,var(--ink) 0%,rgba(8,7,13,.72) 30%,rgba(8,7,13,.78) 100%),url(../../assets/video/hero-last-frame.jpg) center bottom/cover no-repeat}
.registro::after{content:"";position:absolute;inset:0;z-index:-1;background:var(--grad-glow-section)}
.registro__head{max-width:640px;margin:0 auto 34px;text-align:center;display:flex;flex-direction:column;gap:14px}
@media (max-width:767px){.sei-footer{padding-bottom:calc(40px + var(--sticky-bar-h) + var(--safe-bottom))}}
@media (min-width:768px){
 .hero-media{display:block;position:fixed;inset:0;z-index:0;pointer-events:none}
 .hero-media video,.hero-media .hero-seam{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:brightness(1.35) saturate(1.2)}
 .hero-media .hero-seam{background:url(../../assets/video/hero-first-frame.jpg) center/cover no-repeat;opacity:0;transition:opacity var(--dur-crossfade) linear}
 .hero-media .hero-seam.is-on{opacity:1}
 .hero-media .hero-scrim{position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,7,13,.38) 0%,rgba(8,7,13,.52) 40%,rgba(8,7,13,.22) 78%,rgba(8,7,13,.35) 100%)}
 .hero{background:transparent;min-height:calc(100svh - 50px)}
 .hero__inner{gap:24px;padding-top:34px}
 .hero__speaker{max-width:420px;margin-top:10px}
}
