*{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:transparent}
:root{--yellow:#fbbe28;--teal:#16a1ab;--navy:#053453;--gl:#f4f4f4;--gray:#e5e5e5;--white:#fff}
body{font-family:'Inter',sans-serif;background:#f0f0f0;display:flex;justify-content:center;min-height:100vh}
.app{width:100%;max-width:480px;min-height:100vh;background:var(--white);display:flex;flex-direction:column}
.screen{display:none;flex-direction:column}
.screen.active{display:flex;animation:su .2s ease}
@keyframes su{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}

/* HOME */
.hero{background:var(--navy);padding:24px 22px 24px;position:relative;overflow:hidden;flex-shrink:0}
.hero::after{content:'';position:absolute;top:-60px;right:-60px;width:220px;height:220px;background:var(--teal);border-radius:50%;opacity:.12}
.hero-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;position:relative;z-index:1}
.hero-logo{width:68px;height:68px;object-fit:contain;flex-shrink:0}
.badge{display:inline-flex;align-items:center;gap:6px;background:rgba(74,222,128,.15);border:1px solid rgba(74,222,128,.3);border-radius:20px;padding:5px 12px}
.badge::before{content:'';width:7px;height:7px;background:#4ade80;border-radius:50%;animation:blink 1.4s infinite;flex-shrink:0}
@keyframes blink{0%,100%{opacity:1}50%{opacity:.3}}
.badge span{font-size:.68rem;font-weight:700;color:#4ade80;letter-spacing:.04em}
.hero h1{font-size:2.6rem;font-weight:900;line-height:.93;color:var(--white);letter-spacing:-.01em;margin-bottom:12px;position:relative;z-index:1}
.hero h1 em{color:var(--yellow);font-style:normal}
.hero p{font-size:.8rem;color:rgba(255,255,255,.5);line-height:1.5;position:relative;z-index:1}
.lang-bar{background:var(--navy);padding:10px 22px 16px;display:flex;justify-content:center;position:relative;z-index:1;flex-shrink:0}
.lang-pills{display:flex;gap:6px;background:rgba(255,255,255,.08);border-radius:30px;padding:4px}
.lang-btn{display:flex;align-items:center;gap:5px;padding:6px 14px;border-radius:24px;border:none;background:transparent;cursor:pointer;font-size:.72rem;font-weight:700;color:rgba(255,255,255,.55);transition:all .2s;letter-spacing:.02em}
.lang-btn.active{background:var(--white);color:var(--navy)}
.lang-btn img{display:inline-block;vertical-align:middle;flex-shrink:0}
.yellow-bar{background:var(--yellow);height:5px;flex-shrink:0}
.steps{padding:16px 22px 0;flex:1}
.step{display:flex;align-items:flex-start;gap:14px;padding:15px 0;border-bottom:1px solid var(--gray)}
.step:last-child{border-bottom:none;padding-bottom:0}
.step-n{font-size:1rem;font-weight:900;color:#ddd;min-width:24px;line-height:1.3;margin-top:1px}
.step h3{font-size:.87rem;font-weight:700;color:var(--navy);margin-bottom:3px}
.step p{font-size:.74rem;color:#aaa;line-height:1.4}
.home-cta{padding:20px 22px 28px;flex-shrink:0}

/* BUTTONS */
.btn{width:100%;border:none;border-radius:12px;padding:17px;font-family:'Inter',sans-serif;font-size:.92rem;font-weight:800;letter-spacing:.04em;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:transform .15s,filter .15s}
.btn:active{transform:scale(.98);filter:brightness(.88)}
.btn:disabled{opacity:.35;cursor:not-allowed}
.bt{background:var(--teal);color:var(--white)}
.bn{background:var(--navy);color:var(--white)}
.by{background:var(--yellow);color:var(--navy)}

/* INNER HEADER */
.ih{display:flex;align-items:center;padding:13px 18px;gap:10px;background:var(--white);border-bottom:2px solid var(--gray);flex-shrink:0}
.bk{width:34px;height:34px;background:var(--gl);border:none;border-radius:50%;font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--navy);flex-shrink:0;font-weight:700}
.it{font-size:.78rem;font-weight:800;letter-spacing:.08em;color:var(--navy);text-transform:uppercase}
.prog{height:3px;background:var(--gray);flex-shrink:0}
.pf{height:100%;background:var(--teal);transition:width .4s ease}
.sb{flex:1;padding:16px 18px;display:flex;flex-direction:column;gap:12px;overflow-y:auto;-webkit-overflow-scrolling:touch}
.bb{padding:12px 18px 32px;background:var(--white);border-top:1.5px solid var(--gray);flex-shrink:0}

/* LOCKER CARDS */
.lc{border:2px solid var(--gray);border-radius:16px;overflow:hidden;cursor:pointer;transition:border-color .2s,box-shadow .2s;background:var(--white)}
.lc.sel{border-color:var(--teal);box-shadow:0 0 0 3px rgba(22,161,171,.12)}
.lc-img-wrap{background:#f8f8f8;padding:18px 14px 14px;position:relative}
.lc-title{font-size:.88rem;font-weight:800;color:var(--navy);text-align:center;margin-bottom:10px}
.lc-img{width:100%;max-height:1500px;object-fit:contain;display:block}
.lc-price{position:absolute;bottom:12px;right:12px;background:var(--navy);color:var(--yellow);font-size:.88rem;font-weight:900;width:52px;height:52px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;line-height:1.15}
.lc-price small{font-size:.5rem;color:rgba(255,255,255,.55);font-weight:500}
.lc-foot{padding:8px 14px 12px;display:flex;align-items:center}
.av{display:inline-flex;align-items:center;gap:5px;background:#f0fdf4;color:#16a34a;font-size:.68rem;font-weight:700;padding:4px 10px;border-radius:20px}
.av::before{content:'';width:6px;height:6px;background:#16a34a;border-radius:50%}
.hour-panel{display:none;padding:0 14px 14px;border-top:1.5px solid var(--gray)}
.lc.sel .hour-panel{display:block}
.hp-label{font-size:.67rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#bbb;margin:12px 0 8px}
.hg{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:8px}
.hb{background:var(--gl);border:2px solid transparent;border-radius:10px;padding:12px 4px;cursor:pointer;text-align:center;transition:all .15s}
.hb:active{transform:scale(.96)}
.hb.sel{border-color:var(--teal);background:#eaf7f8}
.hb-n{font-size:1.4rem;font-weight:900;color:var(--navy);line-height:1}
.hb-u{font-size:.55rem;font-weight:700;color:#bbb;text-transform:uppercase;letter-spacing:.04em;margin-top:2px}
.hb-diaria{display:flex;align-items:center;justify-content:center;text-align:center;padding:13px 16px;border-radius:10px;cursor:pointer;background:var(--gl);border:2px solid transparent;transition:all .15s}
.hb-diaria:active{transform:scale(.99)}
.hb-diaria.sel{border-color:var(--teal);background:#eaf7f8}
.hb-diaria .dl{font-size:.88rem;font-weight:800;color:var(--navy)}
.hb-diaria .ds{font-size:.62rem;color:#aaa;font-weight:600;margin-top:1px}
.total-bar{background:var(--navy);border-radius:10px;padding:13px 18px;display:flex;align-items:center;justify-content:space-between;margin-top:10px;cursor:pointer;transition:filter .15s}
.total-bar:active{filter:brightness(.85)}
.tb-l{font-size:.73rem;color:rgba(255,255,255,.45);font-weight:500}
.tb-v{font-size:1.3rem;font-weight:900;color:var(--yellow)}

/* PHONE */
.pw{background:var(--gl);border:2px solid var(--gray);border-radius:13px;display:flex;align-items:center;gap:0;transition:border-color .2s;overflow:visible;position:relative}
.pw:focus-within{border-color:var(--teal)}
.country-btn{display:flex;align-items:center;gap:6px;background:transparent;border:none;padding:12px 10px 12px 14px;cursor:pointer;font-size:.82rem;font-weight:700;color:var(--navy);flex-shrink:0;outline:none;white-space:nowrap}
.country-btn img{border-radius:3px;flex-shrink:0}
.country-btn .ccode{font-size:.78rem;font-weight:700;color:#666}
.country-btn .cchev{font-size:.6rem;color:#aaa;margin-left:2px}
.pw-divider{width:1.5px;height:26px;background:var(--gray);flex-shrink:0}
.pw input{border:none;outline:none;font-size:1.05rem;font-weight:600;color:var(--navy);width:100%;background:transparent;font-family:'Inter',sans-serif;padding:12px 14px}
.pw input::placeholder{color:#ccc;font-weight:400}
.country-drop{position:absolute;top:calc(100% + 6px);left:0;width:220px;background:var(--white);border:1.5px solid var(--gray);border-radius:14px;box-shadow:0 8px 24px rgba(0,0,0,.12);z-index:100;overflow:hidden;display:none;animation:fadeIn .15s ease}
.country-drop.open{display:block}
@keyframes fadeIn{from{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}
.country-item{display:flex;align-items:center;gap:10px;padding:11px 14px;cursor:pointer;transition:background .15s;font-size:.82rem}
.country-item:hover{background:var(--gl)}
.country-item.active{background:#eaf7f8;color:var(--teal)}
.country-item .ci-flag{font-size:1.2rem;flex-shrink:0}
.country-item .ci-name{font-weight:500;color:var(--navy);flex:1}
.country-item .ci-code{font-size:.75rem;color:#aaa;font-weight:600}
.ib{background:#fef9ee;border-radius:11px;padding:11px 13px;display:flex;gap:9px;align-items:flex-start}
.ib p{font-size:.72rem;color:#7a6a45;line-height:1.5;font-weight:500}
.tr{display:flex;align-items:flex-start;gap:10px}
.tr input{width:18px;height:18px;accent-color:var(--teal);flex-shrink:0;margin-top:2px}
.tr label{font-size:.72rem;color:#999;line-height:1.5}
.tr a{color:var(--teal);font-weight:600;text-decoration:none}

/* PAGAMENTO */
.section-title-out{font-size:.85rem;font-weight:600;color:#bbb;letter-spacing:.06em;text-transform:uppercase;margin-bottom:8px}
.res{background:var(--navy);border-radius:13px;padding:15px 17px}
.rr{display:flex;justify-content:space-between;padding:7px 0;border-bottom:1px solid rgba(255,255,255,.07);font-size:.77rem}
.rk{color:rgba(255,255,255,.45)}
.rv{font-weight:600;color:var(--white)}
.rtot{display:flex;justify-content:space-between;align-items:center;margin-top:10px;padding-top:10px;border-top:1px solid rgba(255,255,255,.15)}
.rtot .rk{font-size:.78rem;font-weight:700;color:rgba(255,255,255,.5)}
.rtot .rv{font-size:1.55rem;font-weight:900;color:var(--yellow)}
.pg{display:grid;grid-template-columns:1fr 1fr;gap:9px}
.pc{background:#f7f7f7;border:1.5px solid var(--gray);border-radius:11px;padding:14px 10px;cursor:pointer;text-align:center;transition:all .15s;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;min-height:66px}
.pc:active{transform:scale(.97)}
.pc.sel{border-color:var(--teal);background:#eaf7f8;box-shadow:0 0 0 2px rgba(22,161,171,.15)}
.pc-full{grid-column:span 2;flex-direction:row;text-align:left;gap:12px;padding:13px 16px;justify-content:flex-start;min-height:auto}
.pc-icon{font-size:1.2rem;line-height:1}
.pc-label{font-size:.75rem;font-weight:700;color:var(--navy)}
.pc-sub{font-size:.62rem;color:#aaa}
.pix-fast{background:#32BCAD;color:white;font-size:.57rem;font-weight:800;padding:2px 8px;border-radius:6px;letter-spacing:.04em;margin-left:auto;white-space:nowrap}
.pay-logo{height:24px;object-fit:contain;max-width:85%}
.apple-logo{height:24px;object-fit:contain;max-width:85%}
.pix-logo{height:50px;width:50px;object-fit:contain;border-radius:4px}
.sn3{text-align:center;font-size:.63rem;color:#bbb;margin-top:8px;font-weight:500}

/* SUCCESS */
.sw{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px 20px;gap:12px}
.st{width:100%;background:var(--teal);border-radius:16px;padding:20px 18px;text-align:center;position:relative;overflow:hidden}
.st::before{content:'';position:absolute;top:-36px;right:-36px;width:110px;height:110px;background:rgba(255,255,255,.08);border-radius:50%}
.st h2{font-size:1rem;font-weight:900;color:var(--white);margin:7px 0 4px;line-height:1.2}
.st p{font-size:.7rem;color:rgba(255,255,255,.65);line-height:1.4}
.ob{width:100%;background:#f4f4f4;border-radius:16px;padding:20px;text-align:center;border:1.5px solid var(--gray)}
.ol{font-size:.58rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:#aaa;margin-bottom:10px}
.on{font-size:2.6rem;font-weight:900;letter-spacing:.12em;color:#111;line-height:1;font-variant-numeric:tabular-nums}
.oh{font-size:.62rem;color:#bbb;margin-top:7px}
.wb{background:#fff8e1;border-left:4px solid var(--yellow);border-radius:11px;padding:10px 13px;width:100%}
.wb p{font-size:.71rem;color:#7a5c00;line-height:1.5;font-weight:500}
.suc-resumo{width:100%;background:var(--white);border:1.5px solid var(--gray);border-radius:13px;padding:14px 16px}
.suc-resumo-title{font-size:.58rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#bbb;margin-bottom:10px}
.sr-row{display:flex;justify-content:space-between;padding:6px 0;border-bottom:1px solid var(--gray);font-size:.75rem}
.sr-row:last-child{border-bottom:none}
.sr-k{color:#aaa}
.sr-v{font-weight:600;color:var(--navy)}
.btn-whats{background:#25D366;color:var(--white);border-radius:12px;padding:15px;font-size:.88rem;font-weight:700;margin-top:4px;text-decoration:none;width:100%;display:flex;align-items:center;justify-content:center;gap:8px}
.spn{width:17px;height:17px;border:2.5px solid rgba(255,255,255,.3);border-top-color:white;border-radius:50%;animation:spin .7s linear infinite;flex-shrink:0}
@keyframes spin{to{transform:rotate(360deg)}}



/* FIX DEFINITIVO — tela identificação */
#s-phone{scroll-margin-top:0}
#s-phone .sb{padding-top:30px}

/* Impede scroll além do conteúdo */
html{overflow-y:scroll;overscroll-behavior:none}
body{overscroll-behavior:none}
.app{overscroll-behavior:none}