
:root{--red:#dc1f26;--green:#168238;--stone:#1c1917;--muted:#706b66;--line:#e7e2dc}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:#fafaf9;color:var(--stone)}button,a,input,textarea,select{font:inherit}button{cursor:pointer}a{text-decoration:none;color:inherit}.hidden{display:none!important}.btn:disabled,button:disabled{opacity:.55;cursor:not-allowed}.topbar{position:sticky;top:0;z-index:40;background:rgba(10,10,10,.93);backdrop-filter:blur(10px);color:white;border-bottom:1px solid rgba(255,255,255,.08);display:flex;align-items:center;justify-content:space-between;padding:14px clamp(16px,4vw,58px);gap:24px}.brand{display:flex;align-items:center;gap:12px;color:white;text-decoration:none;cursor:pointer}.brand-icon{width:44px;height:44px;border-radius:16px;background:var(--red);display:grid;place-items:center;font-size:23px}.brand-title{font-size:26px;font-weight:950;letter-spacing:-1px;line-height:1}.brand-title span{color:#ff363d}.brand-subtitle{font-size:10px;letter-spacing:.28em;text-transform:uppercase;color:#d4d4d4;margin-top:4px}.nav{display:flex;gap:32px;font-weight:800;font-size:14px}.nav a:first-child{color:#ff4a50}.top-actions{display:flex;align-items:center;gap:14px}.open-badge{border:1px solid rgba(255,255,255,.15);border-radius:999px;padding:10px 16px;font-weight:800;font-size:14px}.open-badge.ok{background:#116c2e}.open-badge.closed{background:#991b1b}.cart-top{border:0;background:var(--red);color:white;border-radius:14px;padding:10px 18px;display:flex;gap:9px;align-items:center;font-weight:800}.cart-top strong{display:block}.closed-banner{background:#fef2f2;color:#991b1b;text-align:center;padding:10px 12px;font-weight:800}.hero{position:relative;min-height:320px;background:#000;color:white;overflow:hidden}.hero-bg{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.88),rgba(0,0,0,.5),rgba(0,0,0,.12)),url('https://images.unsplash.com/photo-1513104890138-7c749659a591?q=80&w=2000&auto=format&fit=crop');background-size:cover;background-position:center}.hero-content{position:relative;max-width:1220px;margin:auto;padding:70px 24px}.hero-pill{display:inline-flex;background:rgba(255,255,255,.12);border-radius:999px;padding:10px 16px;font-weight:700;margin-bottom:18px}.hero h1{font-size:clamp(46px,8vw,86px);line-height:.88;margin:0;text-transform:uppercase;font-weight:950;letter-spacing:-2px}.hero h2{font-size:clamp(26px,4vw,42px);margin:8px 0 0;color:#facc15;font-family:cursive}.hero p{font-size:19px;max-width:480px;line-height:1.35}.hero-buttons{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}.btn{border:0;border-radius:14px;padding:14px 22px;font-weight:950;display:inline-flex;align-items:center;justify-content:center;gap:8px}.primary{background:var(--red);color:white}.whatsapp,.checkout{background:var(--green);color:white}.page{max-width:1220px;margin:auto;padding:32px 20px;display:grid;grid-template-columns:1fr 330px;gap:32px}.section-title{text-align:center;margin-bottom:26px}.round-icon{width:42px;height:42px;border-radius:50%;background:#fff1f2;color:var(--red);display:grid;place-items:center;margin:0 auto 10px}.section-title h2,.drinks h2{font-size:30px;text-transform:uppercase;font-weight:950;margin:0}.section-title p{color:var(--muted);margin:6px 0 16px}.filters{display:flex;justify-content:center;gap:10px;flex-wrap:wrap}.filter{border:1px solid var(--line);background:white;border-radius:999px;padding:10px 22px;font-weight:700}.filter.active{background:var(--red);color:white;border-color:var(--red)}.pizza-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.pizza-card,.drink-card,.cart-card,.form-card,.info-card,.whatsapp-preview{background:white;border:1px solid var(--line);border-radius:18px;box-shadow:0 8px 24px rgba(28,25,23,.05)}.pizza-card{overflow:hidden;transition:.2s}.pizza-card:hover{transform:translateY(-3px);box-shadow:0 18px 36px rgba(28,25,23,.12)}.pizza-img{height:140px;background-size:cover;background-position:center}.pizza-card-body{padding:16px}.pizza-card h3{font-size:20px;margin:0 0 5px;font-weight:950}.pizza-card p{font-size:14px;color:#49423d;min-height:56px;margin:0}.price-row{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;text-align:center;margin:15px 0;font-size:13px}.price-row b{color:var(--red)}.card-btn{width:100%;border:0;background:var(--red);color:white;border-radius:12px;padding:12px;font-weight:950}.drinks{margin-top:44px}.drinks h2{text-align:center;margin-bottom:16px}.drink-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.drink-card{padding:18px;display:flex;justify-content:space-between;align-items:center;gap:12px}.drink-card h3{margin:0 0 4px;font-size:15px}.drink-card strong{color:var(--red)}.drink-card button{border:1px solid #fecdd3;background:white;color:var(--red);font-weight:900;border-radius:12px;padding:10px 12px}.cart-card{padding:20px;position:sticky;top:98px}.cart-card h3{margin:0 0 14px;font-size:20px}.empty-cart{background:#fafafa;border-radius:16px;padding:30px 18px;text-align:center;color:#706b66;font-size:14px}.cart-items{display:flex;flex-direction:column;gap:10px;max-height:380px;overflow:auto}.cart-item{border:1px solid var(--line);border-radius:14px;padding:12px;background:white}.cart-item-head{display:flex;justify-content:space-between;gap:10px}.cart-item h4{margin:0;font-size:14px}.cart-item p{margin:3px 0;color:var(--muted);font-size:13px}.cart-item .remove{border:0;background:white;color:var(--red);font-size:18px}.cart-item strong{color:var(--red)}.cart-total{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line);margin-top:16px;padding-top:16px;font-size:18px;font-weight:950}.cart-card .checkout{width:100%;margin-top:16px}.info-row{max-width:1220px;margin:0 auto 40px;padding:0 20px;display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.info-card{padding:18px;display:flex;gap:12px;font-size:26px}.info-card div{display:flex;flex-direction:column}.info-card strong{font-size:14px}.info-card span{font-size:13px;color:var(--muted)}.modal{position:fixed;inset:0;z-index:55;display:flex;align-items:center;justify-content:center;padding:16px}.modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.62)}.modal-panel{position:relative;background:white;border-radius:28px;box-shadow:0 24px 70px rgba(0,0,0,.35);width:min(100%,1020px);max-height:94vh;overflow:auto}.pizza-panel{width:min(100%,920px)}.checkout-panel{width:min(100%,1060px)}.modal-header{position:sticky;top:0;z-index:2;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);border-bottom:1px solid var(--line);padding:22px;display:flex;align-items:center;justify-content:space-between;gap:16px}.modal-header h2{margin:0;font-size:29px;font-weight:950}.modal-header p{margin:5px 0 0;color:var(--muted)}.modal-actions{display:flex;gap:10px;align-items:center}.back-btn,.close-btn{border:0;background:#f5f5f4;border-radius:999px;font-weight:950;color:#44403c}.back-btn{padding:12px 18px}.close-btn{width:46px;height:46px;font-size:30px;line-height:1}.pizza-modal-body{display:grid;grid-template-columns:320px 1fr;gap:24px;padding:22px}.modal-pizza-image{height:220px;background-size:cover;background-position:center;border-radius:24px}.pizza-summary h3{font-size:32px;font-weight:950;margin:16px 0 6px}.pizza-summary p{color:var(--muted)}.note-box{background:#fef9c3;color:#854d0e;border-radius:16px;padding:14px;font-size:14px}.pizza-form{display:flex;flex-direction:column;gap:19px}.step h4{margin:0 0 10px}.choice-grid,.size-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.size-grid{grid-template-columns:repeat(3,1fr)}.choice,.size-choice{border:1px solid var(--line);background:white;border-radius:18px;padding:14px;text-align:left}.choice span,.size-choice span{display:block;color:var(--muted);font-size:13px;margin-top:4px}.choice.active,.size-choice.active{border-color:var(--red);background:#fff1f2;box-shadow:0 0 0 2px #ffe4e6}.small-notice{color:var(--muted);font-size:14px;margin:8px 0 0}select,input,textarea{width:100%;border:1px solid #d6d3d1;border-radius:16px;padding:14px 16px;outline:none;background:white}textarea{min-height:90px;resize:vertical}select:focus,input:focus,textarea:focus{border-color:var(--red);box-shadow:0 0 0 2px #ffe4e6}.mt{margin-top:12px}.price-detail{margin-top:12px;background:#fafafa;border-radius:16px;padding:14px;font-size:14px}.price-detail strong,.price-detail .applied{color:var(--red)}.quantity-box{display:flex;align-items:center;justify-content:space-between;gap:14px;background:#fafafa;border-radius:22px;padding:16px}.qty-controls{display:flex;align-items:center;gap:12px;margin-top:8px}.qty-controls button{width:38px;height:38px;border:1px solid var(--line);background:white;border-radius:50%;font-size:22px}.qty-controls span{font-size:20px;font-weight:950}.checkout-body{display:grid;grid-template-columns:1fr 420px;gap:24px;padding:22px}.checkout-left{display:flex;flex-direction:column;gap:18px}.form-card{padding:20px}.form-card h3{margin:0 0 14px;font-size:20px}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.form-grid label,.form-card label{font-weight:850;font-size:14px}.form-grid input,.form-card input{margin-top:6px}.remember-box{margin-top:16px;display:flex!important;gap:12px;background:#fafafa;border-radius:16px;padding:14px;cursor:pointer}.remember-box input{width:auto;margin:3px 0 0;accent-color:var(--red)}.remember-box span{font-weight:400;color:var(--muted)}.remember-box strong{color:var(--stone)}.payment-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.payment{border:1px solid var(--line);background:white;border-radius:16px;padding:14px;text-align:left;font-weight:950}.payment.active{border-color:var(--red);background:#fff1f2;box-shadow:0 0 0 2px #ffe4e6}.pix-box{margin-top:14px;background:#dcfce7;color:#14532d;border-radius:16px;padding:14px;font-size:14px}#trocoBox{margin-top:14px;display:block}.in-checkout{position:static}.whatsapp-preview{background:#111827;color:white;padding:20px}.whatsapp-preview pre{background:rgba(255,255,255,.08);border-radius:16px;padding:14px;white-space:pre-wrap;max-height:300px;overflow:auto;font-size:12px;line-height:1.55}.full{width:100%}.toast{position:fixed;right:22px;top:92px;z-index:70;background:white;border:1px solid #bbf7d0;border-radius:18px;box-shadow:0 20px 50px rgba(0,0,0,.18);padding:14px;display:flex;gap:12px;width:min(390px,calc(100vw - 32px));animation:toastIn .18s ease-out}@keyframes toastIn{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.toast-icon{width:40px;height:40px;border-radius:50%;background:#dcfce7;color:#168238;display:grid;place-items:center;font-weight:950;flex:0 0 auto}.toast-body strong{display:block}.toast-body p{margin:4px 0;color:var(--muted);font-size:14px}.toast-action{border:0;background:white;color:var(--green);font-weight:950;padding:0}@media(max-width:1050px){.pizza-grid{grid-template-columns:repeat(2,1fr)}.drink-grid{grid-template-columns:repeat(2,1fr)}.page{grid-template-columns:1fr}.cart-aside{display:none}.info-row{grid-template-columns:repeat(2,1fr)}.nav,.open-badge{display:none}}@media(max-width:720px){.topbar{padding:10px 12px;gap:10px}.brand-icon{width:38px;height:38px;border-radius:13px}.brand-title{font-size:20px}.brand-subtitle{font-size:8px;letter-spacing:.16em}.cart-top{padding:8px 10px;font-size:12px}.hero-content{padding:44px 18px}.pizza-grid,.drink-grid,.info-row{grid-template-columns:1fr}.page{padding:24px 14px}.modal{align-items:flex-end;padding:0}.modal-panel{border-radius:22px 22px 0 0;max-height:95vh}.modal-header{padding:16px}.modal-header h2{font-size:25px}.modal-actions{gap:6px}.back-btn{padding:10px 13px}.close-btn{width:42px;height:42px}.pizza-modal-body,.checkout-body{grid-template-columns:1fr;padding:16px}.pizza-summary{display:none}.choice-grid,.size-grid,.form-grid,.payment-grid{grid-template-columns:1fr}.quantity-box{align-items:stretch;flex-direction:column}#addPizzaBtn{width:100%}.toast{top:78px;right:12px}}


/* v3 - cards uniformes e rodapé discreto */
.pizza-card{
  display:flex;
  flex-direction:column;
  height:100%;
}
.pizza-card-body{
  display:flex;
  flex-direction:column;
  flex:1;
}
.pizza-card h3{
  min-height:48px;
  display:flex;
  align-items:flex-start;
}
.pizza-card p{
  min-height:64px;
}
.price-row{
  margin-top:auto;
}
.card-btn{
  margin-top:0;
}
.pizza-grid{
  align-items:stretch;
}
.site-footer{
  max-width:1220px;
  margin:10px auto 34px;
  padding:18px 20px;
  display:flex;
  justify-content:center;
  align-items:center;
  gap:10px;
  color:#9a9189;
  font-size:12px;
}
.site-footer a{
  color:#b9afa6;
  text-decoration:none;
  opacity:.55;
  transition:.2s;
}
.site-footer a:hover{
  opacity:1;
  color:#dc1f26;
}
@media(max-width:720px){
  .pizza-card h3{min-height:auto}
  .pizza-card p{min-height:auto}
  .site-footer{
    padding-bottom:28px;
    font-size:11px;
    flex-wrap:wrap;
  }
}


/* v5 - imagem padrão para pizza sem foto */
.pizza-img,
.modal-pizza-image{
  background-color:#e7e5e4;
  background-repeat:no-repeat;
}


/* v6 - placeholder de pizza real */
.pizza-img,
.modal-pizza-image{
  background-color:#f2eee8;
  background-size:cover;
  background-position:center;
}


/* v7 - refinamentos de UX */
.pizza-card p{margin-bottom:18px}.price-row{padding-top:8px}
.selected-pizza-banner{border:1px solid #ffe4e6;background:linear-gradient(180deg,#fff7f7,#fff);border-radius:18px;padding:14px 16px;margin-bottom:2px}
.selected-pizza-banner strong{display:block;font-size:18px}.selected-pizza-banner span{display:block;color:#706b66;font-size:13px;margin-top:3px}
.checkout-title-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.add-more-btn{border:1px solid #bbf7d0;color:#168238;background:#f0fdf4;border-radius:999px;font-size:12px;font-weight:950;padding:8px 10px;white-space:nowrap}
.closed-checkout-notice{margin-top:12px;background:#fff7ed;color:#9a3412;border:1px solid #fed7aa;border-radius:16px;padding:13px;font-size:13px;font-weight:700}
.closed-confirm-modal{position:fixed;inset:0;z-index:95;display:grid;place-items:center;padding:18px}.closed-confirm-modal.hidden{display:none!important}.closed-confirm-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.6)}
.closed-confirm-card{position:relative;width:min(430px,100%);background:#fff;border-radius:24px;padding:26px;box-shadow:0 30px 80px rgba(0,0,0,.35);text-align:center}.closed-confirm-icon{width:48px;height:48px;border-radius:50%;background:#fff7ed;color:#c2410c;display:grid;place-items:center;margin:0 auto 12px;font-weight:950;font-size:24px}
.closed-confirm-card h3{margin:0 0 8px;font-size:23px}.closed-confirm-card p{color:#706b66;line-height:1.45}.closed-confirm-actions{display:flex;gap:10px;justify-content:center;margin-top:18px}.light-btn{background:#f5f5f4;color:#44403c;border:1px solid #e7e2dc}
@media(max-width:720px){.closed-confirm-actions{flex-direction:column}.checkout-title-row{align-items:flex-start;flex-direction:column}}

/* v8 - checkout mobile */
.add-more-btn{min-width:auto;padding:7px 10px}
@media(max-width:720px){.checkout-title-row{flex-direction:row;align-items:center}.checkout-title-row h3{margin-bottom:0}.add-more-btn{font-size:11px;padding:7px 9px}}

/* v9 - refinamentos de navegação e checkout */
.nav{gap:28px}.checkout-title-row{align-items:center}.add-more-btn{padding:8px 12px;font-size:12px}@media(max-width:720px){.checkout-title-row{flex-direction:row;align-items:center;justify-content:space-between;gap:8px}.checkout-title-row h3{margin-bottom:0}.add-more-btn{font-size:10.5px;padding:7px 9px;max-width:150px;white-space:normal;line-height:1.15}}
