@font-face{font-family:'Pacaembu';src:url(/landing/assets/pacaembu-thin.otf) format('opentype');font-weight:100;font-display:swap;}@font-face{font-family:'Pacaembu';src:url(/landing/assets/pacaembu-extralight.otf) format('opentype');font-weight:200;font-display:swap;}@font-face{font-family:'Pacaembu';src:url(/landing/assets/pacaembu-light.otf) format('opentype');font-weight:300;font-display:swap;}@font-face{font-family:'Pacaembu';src:url(/landing/assets/pacaembu-regular.otf) format('opentype');font-weight:400;font-display:swap;}@font-face{font-family:'Pacaembu';src:url(/landing/assets/pacaembu-semibold.otf) format('opentype');font-weight:600;font-display:swap;}@font-face{font-family:'Pacaembu';src:url(/landing/assets/pacaembu-bold.otf) format('opentype');font-weight:700;font-display:swap;}@font-face{font-family:'Pacaembu';src:url(/landing/assets/pacaembu-extrabold.otf) format('opentype');font-weight:800;font-display:swap;}

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}

:root{
  --ebano:#031C1B;
  --mineral:#092D2B;
  --ouro:#FFAB00;
  --marfim:#FEF5E4;
  --card:#12312F;
}

html,body{min-height:100%;background:var(--ebano);font-family:'Pacaembu',sans-serif;color:var(--marfim);color-scheme:dark;}
body{overflow-x:hidden;overscroll-behavior-y:none;}
button,input{font:inherit;}
button:focus-visible,input:focus-visible,a:focus-visible,label:has(input:focus-visible){outline:2px solid var(--ouro);outline-offset:4px;}
button:disabled{cursor:wait;opacity:.72;transform:none!important;}
a{color:inherit;}

/* ===== SCREEN SYSTEM ===== */
.screen{display:none;min-height:100vh;min-height:100dvh;}
.screen.active{display:block;}

/* ===== PROGRESS ===== */
.progress{position:fixed;top:0;left:0;height:2px;width:0;background:var(--ouro);z-index:999;transition:width .4s ease;}

/* ==========================================================
   HERO
========================================================== */
#s-hero{
  background-image:
    linear-gradient(90deg,rgba(0,0,0,.72) 0%,rgba(0,0,0,.45) 26%,rgba(0,0,0,.12) 48%,rgba(0,0,0,0) 65%),
    url(/landing/assets/hero.jpg);
  background-size:cover;background-position:center right;
  height:100vh;height:100dvh;
}
.hero-wrap{position:relative;height:100%;padding:max(clamp(32px,5vw,64px),env(safe-area-inset-top)) max(clamp(28px,6vw,80px),env(safe-area-inset-right)) max(clamp(32px,5vw,64px),env(safe-area-inset-bottom)) max(clamp(28px,6vw,80px),env(safe-area-inset-left));display:flex;flex-direction:column;justify-content:space-between;gap:24px;}
.hero-logo{width:clamp(140px,16vw,220px);}
.hero-logo svg{width:100%;height:auto;display:block;}
.hero-mid{max-width:620px;display:flex;flex-direction:column;}
.hero-h1{font-weight:400;font-size:clamp(26px,3.6vw,50px);line-height:1.08;letter-spacing:.015em;color:var(--marfim);text-transform:uppercase;margin-bottom:20px;white-space:nowrap;}
.hero-eyebrow{font-weight:400;font-size:clamp(11px,1.15vw,15px);letter-spacing:.06em;color:var(--ouro);text-transform:uppercase;}
.hero-badge{position:absolute;left:clamp(280px,34%,560px);bottom:clamp(90px,15%,170px);width:clamp(78px,8.5vw,120px);animation:float 4s ease-in-out infinite;z-index:3;}
.hero-badge svg{width:100%;height:auto;display:block;}
@keyframes float{0%,100%{transform:translateY(0) rotate(-3deg);}50%{transform:translateY(-12px) rotate(3deg);}}
.hero-cta{align-self:flex-start;background:var(--marfim);color:var(--ebano);border:none;padding:clamp(16px,1.6vw,20px) clamp(32px,3.5vw,52px);font-family:inherit;font-weight:400;font-size:clamp(12px,1.2vw,15px);letter-spacing:.12em;text-transform:uppercase;cursor:pointer;border-radius:5px;transition:transform .18s,background .18s;}
.hero-cta:hover{transform:translateY(-3px);background:#fff;}

@media(max-width:640px){
  #s-hero{background-image:linear-gradient(rgba(0,0,0,.25) 0%,rgba(0,0,0,.55) 55%,rgba(0,0,0,.85) 100%),url(/landing/assets/hero.jpg);background-position:center top;}
  .hero-wrap{padding:32px max(28px,env(safe-area-inset-right)) max(32px,env(safe-area-inset-bottom)) max(28px,env(safe-area-inset-left));}
  .hero-h1{font-size:26px;white-space:normal;}
  .hero-badge{left:auto;right:24px;bottom:130px;}
  .hero-cta{width:auto;min-height:48px;}
  .dark-bg{background-attachment:scroll;}
  .q-input{font-size:18px;}
}

@media(max-width:380px){
  .hero-h1{font-size:24px;}
  .hero-badge{width:72px;bottom:112px;}
  .hero-eyebrow{font-size:10px;}
}

@media(max-height:700px) and (max-width:640px){
  .hero-wrap{padding-top:22px;gap:14px;}
  .hero-logo{width:128px;}
  .hero-h1{font-size:25px;margin-bottom:12px;}
  .hero-badge{width:68px;bottom:100px;}
  .hero-cta{padding:14px 28px;min-height:48px;}
}

/* ==========================================================
   SHARED — dark textured bg (gate + form + reveal)
========================================================== */
.dark-bg{
  background-image:linear-gradient(rgba(3,28,27,.55),rgba(3,28,27,.55)),url(/landing/assets/texture.jpg);
  background-size:cover;background-position:center;background-attachment:fixed;
}

.pad-wrap{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:max(clamp(32px,6vh,64px),env(safe-area-inset-top)) max(clamp(24px,6vw,60px),env(safe-area-inset-right)) max(clamp(32px,6vh,64px),env(safe-area-inset-bottom)) max(clamp(24px,6vw,60px),env(safe-area-inset-left));text-align:center;}

.mini-logo{width:clamp(120px,14vw,170px);margin-bottom:clamp(28px,4vh,40px);}
.mini-logo svg{width:100%;height:auto;display:block;}

/* ==========================================================
   GATE (porteiro)
========================================================== */
.gate-intro{max-width:520px;}
.gate-intro h2{font-weight:400;font-size:clamp(26px,4vw,42px);text-transform:uppercase;line-height:1.1;letter-spacing:.01em;margin-bottom:24px;}
.gate-intro h2 b{color:var(--ouro);font-weight:600;}
.gate-intro p{font-weight:300;font-size:clamp(14px,1.5vw,18px);line-height:1.6;color:rgba(254,245,228,.7);margin-bottom:40px;}

.btn-primary{width:100%;max-width:420px;padding:clamp(16px,1.9vw,20px);background:var(--ouro);border:none;border-radius:5px;color:var(--ebano);font-family:inherit;font-weight:600;font-size:clamp(13px,1.35vw,16px);letter-spacing:.1em;text-transform:uppercase;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:12px;transition:transform .15s,filter .15s;}
.btn-primary:hover{transform:translateY(-2px);filter:brightness(1.08);}

.btn-ghost{width:100%;max-width:420px;padding:clamp(15px,1.7vw,19px);background:transparent;border:1.5px solid var(--ouro);border-radius:5px;color:var(--ouro);font-family:inherit;font-weight:400;font-size:clamp(13px,1.3vw,16px);letter-spacing:.12em;text-transform:uppercase;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:12px;transition:background .2s,color .2s,transform .15s;}
.btn-ghost:hover{background:var(--ouro);color:var(--ebano);transform:translateY(-2px);}

/* gate questions */
.gate-steps{width:100%;max-width:460px;}
.gstep{display:none;animation:fadeUp .4s ease both;}
.gstep.active{display:block;}
@keyframes fadeUp{from{opacity:0;transform:translateY(16px);}to{opacity:1;transform:translateY(0);}}

.q-label{display:block;text-align:left;font-weight:400;font-size:clamp(13px,1.25vw,16px);letter-spacing:.08em;color:rgba(254,245,228,.5);text-transform:uppercase;margin-bottom:6px;}
.q-input{width:100%;background:transparent;border:none;border-bottom:1px solid rgba(254,245,228,.3);outline:none;color:var(--marfim);font-family:inherit;font-weight:300;font-size:clamp(17px,1.9vw,24px);padding:12px 0 10px;caret-color:var(--ouro);transition:border-color .2s;}
.q-input::placeholder{color:rgba(254,245,228,.18);}
.q-input:focus{border-bottom-color:var(--ouro);}
.q-input.field-invalid{border-bottom-color:#ff8e8e;}
.q-hint{text-align:left;font-weight:300;font-size:clamp(11px,1.1vw,13px);color:rgba(254,245,228,.4);margin-top:10px;line-height:1.4;}
.q-counter{text-align:right;font-weight:300;font-size:clamp(11px,1.1vw,14px);letter-spacing:.14em;color:rgba(254,245,228,.4);margin-top:12px;}
.consent-row{display:flex;align-items:flex-start;gap:11px;margin-top:20px;text-align:left;color:rgba(254,245,228,.72);font-size:12px;font-weight:300;line-height:1.45;cursor:pointer;}
.consent-row input{width:18px;height:18px;flex:0 0 18px;margin-top:1px;accent-color:var(--ouro);}
.consent-row input.field-invalid{outline:2px solid #ff8e8e;outline-offset:3px;}
.consent-row a{text-decoration-color:rgba(255,171,0,.65);text-underline-offset:2px;}
.form-status{width:100%;max-width:460px;min-height:18px;margin:14px auto 0;font-size:12px;font-weight:300;line-height:1.45;text-align:center;color:rgba(254,245,228,.65);}
.form-status.error{color:#ffb7b7;}
.form-status.success{color:#a9e7bd;}
.form-status.pending{color:var(--ouro);}
.is-loading svg{animation:loadingPulse .8s ease-in-out infinite alternate;}
@keyframes loadingPulse{from{opacity:.3;}to{opacity:1;}}

/* approved */
.approved{max-width:480px;animation:fadeUp .5s ease both;}
.check-circle{width:88px;height:88px;border-radius:50%;border:2px solid var(--ouro);display:flex;align-items:center;justify-content:center;margin:0 auto 28px;animation:pop .5s cubic-bezier(.2,1.3,.4,1) both;}
@keyframes pop{from{transform:scale(0);opacity:0;}to{transform:scale(1);opacity:1;}}
.check-circle svg{width:40px;height:40px;}
.approved h2{font-weight:400;font-size:clamp(28px,4.5vw,44px);text-transform:uppercase;color:var(--ouro);margin-bottom:16px;letter-spacing:.01em;}
.approved p{font-weight:300;font-size:clamp(15px,1.6vw,19px);line-height:1.6;color:rgba(254,245,228,.75);margin-bottom:8px;}
.approved .sub{font-size:clamp(13px,1.4vw,16px);color:rgba(254,245,228,.5);margin-bottom:14px;}
.approved .sub2{font-size:clamp(12px,1.3vw,15px);font-weight:300;color:rgba(255,171,0,.8);line-height:1.5;margin-bottom:40px;}

/* ==========================================================
   BUILDER (Ato 2) — preview on top, form below
========================================================== */
#s-build{min-height:100vh;min-height:100dvh;}
.build-layout{max-width:520px;margin:0 auto;padding:max(clamp(16px,3vh,28px),env(safe-area-inset-top)) max(clamp(16px,5vw,28px),env(safe-area-inset-right)) max(40px,env(safe-area-inset-bottom)) max(clamp(16px,5vw,28px),env(safe-area-inset-left));}

/* preview phone */
.preview-phone{
  position:relative;
  width:100%;
  max-width:340px;
  margin:0 auto;
  border-radius:26px;
  overflow:hidden;
  background:#0a1a19;
  box-shadow:0 20px 60px rgba(0,0,0,.5),0 0 0 1px rgba(255,171,0,.12);
  opacity:0;
  transform:scale(.92) translateY(14px);
}
.preview-phone.assembling{
  animation:phonePop .6s cubic-bezier(.2,1.3,.4,1) forwards;
}
@keyframes phonePop{to{opacity:1;transform:scale(1) translateY(0);}}
.pp-hero{position:relative;padding:20px 20px 0;background:linear-gradient(180deg,#1a1512 0%,#0a1a19 100%);min-height:74px;}
.pp-topbar{display:flex;justify-content:space-between;margin-bottom:4px;}
.pp-dot{width:26px;height:26px;border-radius:50%;background:rgba(254,245,228,.9);display:flex;align-items:center;justify-content:center;}
.pp-dot svg{width:12px;height:12px;}

.pp-avatar-wrap{display:flex;justify-content:center;margin-top:-2px;}
.pp-avatar{width:76px;height:76px;border-radius:50%;border:2px solid rgba(254,245,228,.85);background:#22403d;overflow:hidden;display:flex;align-items:center;justify-content:center;position:relative;transition:transform .3s;}
.pp-avatar img{width:100%;height:100%;object-fit:cover;}
.pp-avatar .ph{color:rgba(254,245,228,.3);font-size:26px;}
.pp-avatar.filled{transform:scale(1.02);border-color:var(--ouro);}

.pp-body{padding:12px 18px 16px;text-align:center;}
.pp-name{font-weight:400;font-size:19px;color:var(--marfim);min-height:23px;transition:color .3s;}
.pp-name.empty{color:rgba(254,245,228,.25);}

.pp-stats{display:flex;justify-content:center;gap:0;margin:14px 0 0;font-size:12px;font-weight:300;color:rgba(254,245,228,.6);}
.pp-stats span{padding:0 12px;border-right:1px solid rgba(254,245,228,.15);}
.pp-stats span:last-child{border:none;}
.pp-stats b{color:var(--marfim);font-weight:400;}

/* preview tabs */
.pp-tabs{display:flex;background:rgba(254,245,228,.08);border-radius:14px;padding:4px;margin:14px 12px 0;gap:2px;}
.pp-tab{flex:1;padding:8px 4px;border:none;background:transparent;color:rgba(254,245,228,.55);font-family:inherit;font-size:12px;font-weight:400;border-radius:11px;cursor:pointer;transition:all .2s;}
.pp-tab.on{background:var(--marfim);color:var(--ebano);}

.pp-tabcontent{padding:14px 16px 20px;min-height:120px;}
.pp-pane{display:none;animation:fadeUp .3s ease both;}
.pp-pane.on{display:block;}

/* Sobre pane */
.pp-bio{border:1px solid rgba(254,245,228,.2);border-radius:14px;padding:14px;font-size:12.5px;font-weight:300;line-height:1.5;color:rgba(254,245,228,.85);text-align:left;min-height:56px;transition:border-color .3s;}
.pp-bio.empty{color:rgba(254,245,228,.25);}
.pp-section-label{text-align:left;font-size:11px;font-weight:300;color:rgba(254,245,228,.45);margin:16px 0 8px;}
.pp-music{display:inline-flex;align-items:center;gap:7px;background:rgba(254,245,228,.1);border-radius:20px;padding:7px 13px;font-size:12px;font-weight:300;color:rgba(254,245,228,.85);}
.pp-music.empty{opacity:.35;}
.pp-music svg{width:12px;height:12px;}
.pp-chips{display:flex;flex-wrap:wrap;gap:7px;justify-content:flex-start;}
.pp-empty-hint{font-size:11.5px;font-weight:300;color:rgba(254,245,228,.3);text-align:left;font-style:italic;}

/* Galeria pane */
.pp-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;}
.pp-gcell{aspect-ratio:1;border-radius:10px;background:rgba(254,245,228,.07);overflow:hidden;display:flex;align-items:center;justify-content:center;}
.pp-gcell img{width:100%;height:100%;object-fit:cover;}
.pp-gcell .ph{color:rgba(254,245,228,.15);font-size:18px;}

/* Social pane */
.pp-social-empty{padding:20px 10px;text-align:center;}
.pp-social-empty p{font-size:12px;font-weight:300;color:rgba(254,245,228,.4);line-height:1.5;}
.pp-circle-row{display:flex;align-items:center;gap:10px;padding:10px 0;border-bottom:1px solid rgba(254,245,228,.1);}
.pp-circle-ic{width:40px;height:40px;border-radius:11px;background:rgba(255,171,0,.15);flex-shrink:0;}
.pp-circle-info{text-align:left;}
.pp-circle-info .n{font-size:13px;color:var(--marfim);font-weight:400;}
.pp-circle-info .m{font-size:11px;color:rgba(254,245,228,.5);font-weight:300;}

/* preview mini navbar */
.pp-nav{display:flex;justify-content:space-around;align-items:center;padding:10px 20px 14px;background:rgba(3,28,27,.6);}
.pp-nav svg{width:18px;height:18px;opacity:.6;}
.pp-nav .n-active{width:34px;height:26px;background:var(--marfim);border-radius:14px;display:flex;align-items:center;justify-content:center;}
.pp-nav .n-active svg{opacity:1;}

/* ── builder form ── */
.build-form{width:100%;}
.build-progress-txt{font-size:12px;font-weight:300;color:rgba(254,245,228,.5);letter-spacing:.1em;text-align:center;margin-bottom:18px;text-transform:uppercase;}
.bstep{display:none;animation:fadeUp .4s ease both;}
.bstep.active{display:block;}

.bstep .q-label{font-size:clamp(15px,3.6vw,18px);color:var(--marfim);margin-bottom:14px;text-align:center;letter-spacing:.04em;}
.bstep .q-sublabel{font-size:12px;font-weight:300;color:rgba(254,245,228,.45);text-align:center;margin-bottom:20px;margin-top:-8px;}

/* photo upload */
.photo-drop{width:130px;height:130px;border-radius:50%;border:2px dashed rgba(255,171,0,.4);margin:0 auto 8px;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;overflow:hidden;transition:border-color .2s,transform .2s;background:rgba(254,245,228,.03);}
.photo-drop:hover{border-color:var(--ouro);transform:scale(1.03);}
.photo-drop img{width:100%;height:100%;object-fit:cover;}
.photo-drop svg{width:32px;height:32px;opacity:.5;margin-bottom:6px;}
.photo-drop span{font-size:11px;font-weight:300;color:rgba(254,245,228,.5);}
.photo-drop:focus-within{border-color:var(--ouro);}

/* text inputs in builder centered */
.bstep .q-input{text-align:center;}



/* multi-photo gallery upload */
.gallery-upload{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;max-width:340px;margin:0 auto;}
.gcell-up{aspect-ratio:1;border-radius:12px;border:1.5px dashed rgba(255,171,0,.35);display:flex;align-items:center;justify-content:center;cursor:pointer;overflow:hidden;background:rgba(254,245,228,.03);transition:border-color .2s;}
.gcell-up:hover{border-color:var(--ouro);}
.gcell-up img{width:100%;height:100%;object-fit:cover;}
.gcell-up svg{width:22px;height:22px;opacity:.4;}
.gcell-up:focus-within{border-color:var(--ouro);}

.build-btns{margin-top:32px;display:flex;flex-direction:column;gap:12px;align-items:center;}
.btn-back{background:none;border:none;color:rgba(254,245,228,.5);font-family:inherit;font-size:13px;font-weight:300;cursor:pointer;letter-spacing:.06em;text-transform:uppercase;padding:8px;transition:color .2s;}
.btn-back:hover{color:var(--marfim);}

/* ── profile assembly (reveal do perfil montado) ── */
.profile-reveal-layout{text-align:center;padding-top:clamp(20px,4vh,44px);}
.profile-reveal-title{font-weight:400;font-size:clamp(20px,3vw,28px);color:var(--marfim);text-transform:uppercase;letter-spacing:.02em;margin:10px 0 28px;line-height:1.3;}
.profile-reveal-hint{font-weight:300;font-size:13px;color:rgba(254,245,228,.5);margin-top:22px;}

/* ==========================================================
   REVEAL (Ato 3)
========================================================== */
.reveal-wrap{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:clamp(32px,6vh,60px) clamp(20px,5vw,40px);text-align:center;}
.founder-badge{display:inline-flex;align-items:center;gap:10px;background:rgba(255,171,0,.14);border:1px solid var(--ouro);border-radius:30px;padding:10px 22px;margin-bottom:28px;animation:pop .5s cubic-bezier(.2,1.3,.4,1) both;}
.founder-badge svg{width:18px;height:18px;}
.founder-badge span{font-size:13px;font-weight:400;letter-spacing:.08em;color:var(--ouro);text-transform:uppercase;}
.founder-badge b{color:var(--marfim);font-weight:600;}
.reveal-wrap h2{font-weight:400;font-size:clamp(30px,5vw,52px);text-transform:uppercase;line-height:1.08;margin-bottom:20px;letter-spacing:.01em;}
.reveal-wrap h2 b{color:var(--ouro);font-weight:600;}
.reveal-wrap .rp{font-weight:300;font-size:clamp(15px,1.7vw,20px);line-height:1.6;color:rgba(254,245,228,.75);max-width:480px;margin:0 auto 12px;}
.reveal-btns{display:flex;flex-direction:column;gap:14px;width:100%;max-width:420px;}

.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important;}
.noscript{position:fixed;inset:auto 16px 16px;z-index:1000;padding:14px 18px;border:1px solid var(--ouro);border-radius:5px;background:var(--ebano);color:var(--marfim);text-align:center;font-size:14px;}

@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important;}}
