
:root{--green:#18a957;--green2:#0f8d47;--dark:#111827;--muted:#667085;--bg:#f5f7f9;--card:#fff;--line:#e5e7eb;--blue:#2463eb;--danger:#dc2626;--shadow:0 12px 30px rgba(15,23,42,.08)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--dark);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif}button,input,select,textarea{font:inherit}button{cursor:pointer}a{text-decoration:none;color:inherit}.topbar{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid var(--line)}.nav{max-width:1180px;margin:auto;padding:7px 20px;display:flex;justify-content:space-between;align-items:center;gap:20px}.brand{font-size:23px;font-weight:900;letter-spacing:-.8px}.brand span{color:var(--green)}.navlinks{display:flex;gap:7px;align-items:center}.navlinks a{padding:9px 12px;border-radius:10px;font-weight:750}.navlinks a:hover{background:#f2f4f7}.container,.admin-wrap{max-width:1180px;margin:auto;padding:28px 20px}.hero{background:linear-gradient(135deg,#0d1620,#182b24);color:#fff}.hero-inner{max-width:1180px;margin:auto;padding:60px 20px;display:grid;grid-template-columns:1.1fr .9fr;gap:35px;align-items:center}.hero h1{font-size:clamp(38px,5vw,64px);line-height:1.02;margin:14px 0}.hero p{font-size:18px;line-height:1.6;color:#d8dee6;max-width:650px}.hero-food{width:100%;height:360px;object-fit:cover;border-radius:24px;box-shadow:0 25px 60px rgba(0,0,0,.28)}.badge{display:inline-flex;align-items:center;background:#eaf8ef;color:#12753b;border-radius:999px;padding:6px 10px;font-size:11px;font-weight:900;letter-spacing:.04em}.hero .badge{background:rgba(255,255,255,.12);color:#b9f5ce}.green-btn,.btn{border:0;border-radius:10px;padding:11px 15px;font-weight:850}.green-btn{background:var(--green);color:#fff}.green-btn:hover{background:var(--green2)}.section-title{display:flex;justify-content:space-between;gap:15px;align-items:center;margin-bottom:18px}.section-title h2,.section-title h3{margin:0 0 5px}.muted{color:var(--muted)}.features{max-width:1180px;margin:auto;padding:30px 20px;display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.feature,.panel,.product{background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow)}.feature{padding:20px}.feature strong{display:block;margin-bottom:7px}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.product{padding:12px;overflow:hidden}.product-image{width:100%;height:190px;object-fit:cover;border-radius:12px;display:block;background:#eef1f4}.product-top{display:flex;justify-content:space-between;gap:10px;align-items:start;margin-top:10px}.product h3{font-size:17px;margin:0}.price{font-weight:900;white-space:nowrap}.desc{color:var(--muted);font-size:13px;line-height:1.45;margin:8px 0 12px;min-height:38px}.add{width:100%;border:0;border-radius:10px;background:var(--dark);color:#fff;padding:10px;font-weight:850}.add:hover{background:#263244}.add.disabled{opacity:.5;cursor:not-allowed}.tabs{position:sticky;top:58px;z-index:45;display:flex;gap:8px;overflow-x:auto;overflow-y:hidden;padding:12px 0 14px;background:var(--bg);border-bottom:1px solid var(--line);scrollbar-width:none;-webkit-overflow-scrolling:touch;touch-action:pan-x;cursor:grab;scroll-behavior:smooth;box-shadow:0 6px 14px rgba(15,23,42,.04)}.tabs.dragging{cursor:grabbing;scroll-behavior:auto}.tabs::-webkit-scrollbar{display:none}.tabs button{flex:0 0 auto;white-space:nowrap;border:1px solid var(--line);background:#fff;color:var(--dark);border-radius:999px;padding:10px 16px;font-weight:850;cursor:pointer;transition:.15s}.tabs button:hover{border-color:var(--green);color:var(--green)}.tabs button.active{background:var(--green);border-color:var(--green);color:#fff}.cart-fab{position:fixed;right:24px;bottom:24px;z-index:60;border:0;border-radius:999px;background:var(--dark);color:#fff;width:58px;height:58px;box-shadow:0 15px 35px rgba(0,0,0,.25);font-size:23px}.count{position:absolute;right:-4px;top:-5px;background:#ef4444;border:2px solid #fff;border-radius:999px;min-width:22px;height:22px;font-size:11px;display:grid;place-items:center;font-weight:900}.overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.52);z-index:100;padding:18px;align-items:flex-end;justify-content:center}.overlay.open{display:flex}.sheet{width:min(720px,100%);max-height:92vh;overflow:auto;background:#fff;border-radius:20px;padding:20px;box-shadow:0 25px 70px rgba(0,0,0,.3)}.sheet-head{display:flex;justify-content:space-between;gap:15px;align-items:start}.close{border:0;background:#f1f3f5;width:36px;height:36px;border-radius:50%;font-size:22px}.cart-item{border-bottom:1px solid var(--line);padding:14px 0}.cart-item-head{display:flex;justify-content:space-between;gap:12px}.qty{display:flex;gap:7px;align-items:center;margin-top:8px}.qty button{border:1px solid var(--line);background:#fff;border-radius:7px;width:30px;height:30px}
.qty .btn.red{width:auto;height:auto;padding:7px 10px;line-height:1.2;white-space:nowrap;margin-left:4px}.additional-btn{margin-top:9px;border:1px solid #b7e8c9;background:#f0fff5;color:#12753b;border-radius:8px;padding:7px 10px;font-size:12px;font-weight:850}.additional-box{margin-top:9px;padding:10px;border:1px solid var(--line);border-radius:10px;background:#fafafa}.option-row{display:flex;align-items:center;gap:8px;padding:7px 0}.option-row span:last-child{margin-left:auto;font-weight:800}.total{display:flex;justify-content:space-between;padding:10px 0;font-weight:850}.total.grand{font-size:20px;border-top:1px solid var(--line);margin-top:6px}.checkout{display:grid;gap:11px;margin-top:12px}.checkout label,.field{display:grid;gap:6px;font-size:13px;font-weight:800}.checkout input,.checkout select,.checkout textarea,.field input,.field select,.field textarea{width:100%;border:1px solid #d8dde5;border-radius:9px;padding:10px;background:#fff}.modes{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.mode{border:1px solid var(--line);background:#fff;border-radius:10px;padding:10px;font-weight:800}.mode.active{border-color:var(--green);background:#edfff3;color:#14773d}.notice{background:#f7f8fa;border:1px solid var(--line);padding:10px;border-radius:9px;font-size:12px;color:var(--muted)}.footer{margin-top:45px;background:#101418;color:#fff}.footer-inner{max-width:1180px;margin:auto;padding:25px 20px;display:flex;justify-content:space-between;gap:20px}.powered{font-size:12px;color:#aeb6c0}.admin-layout{display:grid;grid-template-columns:220px 1fr;gap:18px}.admin-menu{display:grid;gap:6px}.admin-menu button{border:0;background:transparent;text-align:left;padding:11px;border-radius:9px;font-weight:800}.admin-menu button.active,.admin-menu button:hover{background:#eef9f2;color:#13783c}.panel{padding:18px}.admin-section{display:none}.admin-section.active{display:block}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.stat{background:#fff;border:1px solid var(--line);border-radius:14px;padding:16px}.stat strong{font-size:27px;display:block}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:13px}.full{grid-column:1/-1}.actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}.btn{background:#eef1f4;color:#111}.btn.primary{background:var(--green);color:#fff}.btn.red{background:#fee2e2;color:#991b1b}.btn.blue{background:#eaf0ff;color:#244cb8}.table-wrap{overflow:auto}.table{width:100%;border-collapse:collapse}.table th,.table td{text-align:left;padding:10px;border-bottom:1px solid var(--line);white-space:nowrap}.switch{display:flex;gap:8px;align-items:center;font-size:13px;font-weight:800}.order-card{border:1px solid var(--line);border-radius:12px;padding:14px;margin-top:10px;background:#fff}.order-head{display:flex;justify-content:space-between;gap:12px}.status{padding:5px 8px;border-radius:999px;background:#eef1f4;font-size:11px;font-weight:900}.empty{padding:30px;text-align:center;color:var(--muted);border:1px dashed #ccd2da;border-radius:12px}.demo-note{padding:10px 12px;border-radius:10px;background:#fff8e6;border:1px solid #f5d78e;color:#765800;font-size:12px}.link-row{display:flex;gap:8px;flex-wrap:wrap}.small{font-size:12px}
@media(max-width:900px){.hero-inner{grid-template-columns:1fr}.features{grid-template-columns:repeat(2,1fr)}.grid{grid-template-columns:repeat(2,1fr)}.admin-layout{grid-template-columns:1fr}.stats{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.navlinks a:nth-child(2){display:none}.hero-inner{padding:40px 18px}.hero-food{height:250px}.container,.admin-wrap{padding:22px 14px}.features,.grid{grid-template-columns:1fr}.features{padding:20px 14px}.form-grid{grid-template-columns:1fr}.full{grid-column:auto}.modes{grid-template-columns:1fr}.footer-inner{flex-direction:column}.product-image{height:210px}}

.home-link{display:inline-block;margin-top:12px;color:var(--green2);font-weight:850;font-size:13px}
.hero-whatsapp{display:inline-flex;align-items:center;background:#fff;color:#111;padding:11px 15px;border-radius:10px;font-weight:850}
.info-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:20px}
.info-grid div{background:#f7f8fa;border:1px solid var(--line);border-radius:12px;padding:14px}
.info-grid strong,.info-grid span{display:block}
.info-grid span{color:var(--muted);font-size:13px;margin-top:5px}
@media(max-width:900px){.info-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.info-grid{grid-template-columns:1fr}}

/* HOME PREMIUM */
.premium-hero{position:relative;overflow:hidden;background:#101512;color:#fff}
.premium-hero-glow{position:absolute;width:650px;height:650px;border-radius:50%;right:-180px;top:-260px;background:radial-gradient(circle,rgba(24,169,87,.28),transparent 68%);pointer-events:none}
.premium-hero-inner{max-width:1180px;margin:auto;padding:82px 20px 72px;display:grid;grid-template-columns:1.02fr .98fr;gap:65px;align-items:center;position:relative}
.premium-copy{position:relative;z-index:2}.premium-eyebrow{font-size:11px;letter-spacing:.18em;font-weight:900;color:#8ff0b5;display:flex;align-items:center;gap:9px}.premium-eyebrow span{width:26px;height:2px;background:#18a957;display:block}
.premium-copy h1{font-size:clamp(45px,6vw,76px);line-height:.98;letter-spacing:-3px;margin:20px 0 22px;max-width:700px}
.premium-copy p{font-size:18px;line-height:1.65;color:#b8c4bd;max-width:570px;margin:0 0 28px}
.premium-actions{display:flex;gap:10px;flex-wrap:wrap}.premium-primary,.premium-secondary{display:inline-flex;align-items:center;gap:16px;padding:14px 18px;border-radius:11px;font-weight:900}.premium-primary{background:#18a957;color:#fff;box-shadow:0 10px 25px rgba(24,169,87,.25)}.premium-primary b{font-size:18px}.premium-secondary{border:1px solid rgba(255,255,255,.18);color:#fff;background:rgba(255,255,255,.06)}
.premium-trust{display:flex;align-items:center;gap:8px;margin-top:25px;color:#9ca9a2;font-size:11px}.premium-trust span{color:#73e9a0}.premium-trust i{width:4px;height:4px;background:#53615a;border-radius:50%;margin:0 6px}
.premium-hero-media{position:relative}.premium-image-wrap{padding:10px;border:1px solid rgba(255,255,255,.13);border-radius:28px;background:rgba(255,255,255,.05);transform:rotate(1.5deg)}.premium-image-wrap img{display:block;width:100%;height:480px;object-fit:cover;border-radius:20px}.premium-float-card{position:absolute;left:-24px;bottom:25px;background:#fff;color:#151a17;border-radius:14px;padding:13px 15px;display:flex;gap:10px;align-items:center;box-shadow:0 20px 45px rgba(0,0,0,.28)}.premium-float-card>span{font-size:24px}.premium-float-card strong,.premium-float-card small{display:block}.premium-float-card small{color:#66736c;font-size:11px;margin-top:3px}
.premium-strip{max-width:1120px;margin:-28px auto 0;position:relative;z-index:4;background:#fff;border:1px solid #e4e8e5;border-radius:16px;box-shadow:0 15px 45px rgba(16,24,20,.1);display:grid;grid-template-columns:repeat(4,1fr);padding:0}.premium-strip div{padding:20px;border-right:1px solid #edf0ee}.premium-strip div:last-child{border-right:0}.premium-strip span{font-size:20px;float:left;margin-right:10px}.premium-strip strong,.premium-strip small{display:block}.premium-strip strong{font-size:13px}.premium-strip small{color:#768078;font-size:11px;margin-top:3px}
.premium-section{max-width:1180px;margin:85px auto;padding:0 20px}.premium-section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:25px}.premium-label{font-size:10px;letter-spacing:.16em;font-weight:900;color:#15904a}.premium-section h2{font-size:36px;letter-spacing:-1.5px;margin:8px 0 5px}.premium-section-head p{margin:0;color:#7a847e}.premium-link{font-size:13px;font-weight:900;color:#158a48}
.premium-products{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.premium-product{background:#fff;border:1px solid #e5e9e6;border-radius:16px;overflow:hidden;box-shadow:0 8px 25px rgba(16,24,20,.05);transition:transform .18s,box-shadow .18s}.premium-product:hover{transform:translateY(-4px);box-shadow:0 18px 35px rgba(16,24,20,.1)}.premium-product img{width:100%;height:190px;object-fit:cover;display:block}.premium-product div{padding:14px}.premium-product span{font-size:10px;color:#758078;font-weight:850;text-transform:uppercase}.premium-product h3{font-size:16px;margin:7px 0}.premium-product strong{font-size:14px}
.premium-info{max-width:1180px;margin:0 auto 80px;padding:0 20px;display:grid;grid-template-columns:1.2fr .8fr;gap:16px}.premium-info-main,.premium-links-card{border-radius:20px;padding:32px;background:#fff;border:1px solid #e3e8e4}.premium-info-main{background:#f0f6f2}.premium-info h2{font-size:38px;letter-spacing:-1.5px;margin:8px 0}.premium-info-main>p{color:#647069;line-height:1.6;max-width:650px}.premium-info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:28px}.premium-info-grid div{background:#fff;border:1px solid #e1e8e3;border-radius:12px;padding:13px}.premium-info-grid b,.premium-info-grid strong,.premium-info-grid span{display:block}.premium-info-grid strong{font-size:12px;margin-top:8px}.premium-info-grid span{font-size:11px;color:#758078;margin-top:3px}.premium-links-card{background:#121714;color:#fff}.premium-links-card h3{font-size:27px;letter-spacing:-.8px;margin:8px 0 22px}.premium-socials{display:grid;gap:8px}.premium-socials a{display:flex;justify-content:space-between;border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:11px 13px;color:#e5ebe7;font-size:12px;font-weight:800}.premium-socials a:hover{background:rgba(255,255,255,.06)}
.premium-review{max-width:1180px;margin:0 auto 80px;padding:55px 20px;text-align:center;border-radius:24px;background:#eaf6ee}.premium-review-stars{color:#18a957;letter-spacing:4px}.premium-review h2{font-size:38px;letter-spacing:-1.5px;margin:12px 0}.premium-review p{color:#69756e;margin-bottom:25px}
@media(max-width:900px){.premium-hero-inner{grid-template-columns:1fr;gap:35px;padding-top:60px}.premium-image-wrap img{height:380px}.premium-strip{margin:15px 20px 0;grid-template-columns:repeat(2,1fr)}.premium-strip div:nth-child(2){border-right:0}.premium-products{grid-template-columns:repeat(2,1fr)}.premium-info{grid-template-columns:1fr}.premium-info-grid{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.premium-copy h1{font-size:45px;letter-spacing:-2px}.premium-hero-inner{padding:50px 18px}.premium-image-wrap img{height:300px}.premium-float-card{left:10px}.premium-strip{margin:0 14px;grid-template-columns:1fr}.premium-strip div{border-right:0;border-bottom:1px solid #edf0ee}.premium-strip div:last-child{border-bottom:0}.premium-section{margin:60px auto;padding:0 14px}.premium-section-head{display:block}.premium-link{display:block;margin-top:14px}.premium-products{grid-template-columns:1fr 1fr;gap:10px}.premium-product img{height:145px}.premium-info{padding:0 14px;margin-bottom:55px}.premium-info-grid{grid-template-columns:1fr}.premium-review{margin:0 14px 55px;padding:42px 16px}.premium-review h2{font-size:30px}}

.navlinks .nav-cta{background:#18a957;color:#fff;padding:9px 14px}.navlinks .nav-cta:hover{background:#0f8d47}
\n/* QR CODE DE PEDIDOS */\n.qr-preview{margin-top:22px;min-height:430px;border:1px dashed #cfd6d1;border-radius:16px;background:#f7faf8;display:flex;justify-content:center;align-items:center;padding:24px}.qr-empty{color:#758078;text-align:center;font-size:13px}.qr-sheet{width:390px;min-height:500px;background:#fff;border:1px solid #e2e7e3;border-radius:18px;padding:28px;text-align:center;box-shadow:0 12px 35px rgba(0,0,0,.08)}.qr-brand{height:58px;display:flex;align-items:center;justify-content:center;margin-bottom:8px}.qr-brand img{display:block;max-height:58px;max-width:245px;width:auto;height:auto;object-fit:contain}.qr-brand span{color:#18a957}.qr-sheet h2{font-size:29px;margin:25px 0 7px}.qr-sheet p{color:#68736d;margin:0 0 18px;font-size:13px}.qr-sheet img{width:300px;height:300px;max-width:100%;display:block;margin:auto}.qr-sheet strong{display:block;margin-top:18px;font-size:15px}.qr-sheet small{display:block;color:#8a938e;font-size:9px;margin-top:10px;word-break:break-all}.qr-tip{margin-top:18px;padding:15px;border-radius:12px;background:#f0f6f2;color:#52605a;font-size:12px;line-height:1.6}\n@media print{body{background:#fff!important}.topbar,.admin-wrap> .section-title,.admin-layout>aside,.admin-section:not(#qrcode),.footer{display:none!important}.admin-layout{display:block!important}.qr-panel{border:0!important;box-shadow:none!important}.qr-panel>.section-title,.qr-panel>.form-grid,.qr-panel>.actions,.qr-tip{display:none!important}.qr-preview{border:0!important;background:#fff!important;min-height:100vh;padding:0!important}.qr-sheet{border:0!important;box-shadow:none!important;width:520px;min-height:0;padding:30px;margin:auto}.qr-sheet img{width:430px;height:430px}}\n
@media(max-width:600px){.tabs{top:57px;padding:10px 0 12px}}

.admin-products-status-active{color:#13783c;font-weight:800}.admin-products-status-inactive{color:#991b1b;font-weight:800}

.category-tab{flex:0 0 auto!important;cursor:pointer!important;pointer-events:auto!important}.category-tab.active{background:var(--green,#18a957)!important;color:#fff!important;border-color:var(--green,#18a957)!important}

/* CATEGORIAS HORIZONTAIS */
#tabs{
  display:flex !important;
  flex-wrap:nowrap !important;
  overflow-x:auto !important;
  overflow-y:hidden !important;
  width:100% !important;
  max-width:100% !important;
  min-width:0 !important;
  white-space:nowrap !important;
  gap:8px !important;
  padding:10px 4px !important;
  scrollbar-width:none !important;
  -webkit-overflow-scrolling:touch !important;
  touch-action:pan-x !important;
  overscroll-behavior-x:contain !important;
}
#tabs::-webkit-scrollbar{display:none!important}
#tabs .category-tab,
#tabs button{
  flex:0 0 auto !important;
  width:auto !important;
  min-width:max-content !important;
  white-space:nowrap !important;
}

/* HISTÓRIA / QUEM SOMOS */
.premium-story{max-width:1180px;margin:0 auto 85px;padding:0 20px;display:grid;grid-template-columns:.9fr 1.1fr;gap:55px;align-items:center}
.story-photo{position:relative;padding:9px;border:1px solid #e3e8e4;border-radius:24px;background:#fff;box-shadow:0 18px 45px rgba(16,24,20,.09)}
.story-photo img{width:100%;height:470px;object-fit:cover;display:block;border-radius:17px}
.story-badge{position:absolute;right:-18px;bottom:25px;background:#18a957;color:#fff;width:88px;height:88px;border-radius:50%;display:flex;flex-direction:column;justify-content:center;align-items:center;box-shadow:0 12px 30px rgba(24,169,87,.3);transform:rotate(7deg)}
.story-badge strong{font-size:22px;line-height:1}.story-badge span{font-size:8px;letter-spacing:.12em;margin-top:4px}
.story-copy h2{font-size:43px;line-height:1.03;letter-spacing:-1.8px;margin:9px 0 22px}
.story-copy h2 em{font-style:normal;color:#15904a}
.story-copy p{color:#68746d;line-height:1.7;font-size:15px;max-width:650px}
.story-values{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:27px}
.story-values div{border-top:2px solid #18a957;padding-top:12px}
.story-values b{font-size:10px;color:#18a957;display:block;margin-bottom:7px}
.story-values strong{font-size:13px;display:block}
.story-values span{font-size:10px;line-height:1.4;color:#78827c;display:block;margin-top:4px}
@media(max-width:900px){.premium-story{grid-template-columns:1fr;gap:30px}.story-photo img{height:380px}}
@media(max-width:600px){.premium-story{padding:0 14px;margin-bottom:60px}.story-photo img{height:300px}.story-badge{right:8px}.story-copy h2{font-size:34px}.story-values{grid-template-columns:1fr}}

/* MAPS + GOOGLE REVIEW DESTAQUE */
.premium-local-review{max-width:1180px;margin:0 auto 70px;padding:0 20px;display:grid;grid-template-columns:1.05fr .95fr;gap:16px}
.local-review-map{min-height:330px;border-radius:22px;padding:30px;position:relative;overflow:hidden;background:linear-gradient(145deg,#edf6ef,#dfece3);border:1px solid #d8e5db;display:flex;flex-direction:column;justify-content:flex-end}
.local-review-map:before,.local-review-map:after{content:"";position:absolute;inset:0;background:linear-gradient(25deg,transparent 45%,rgba(255,255,255,.7) 46%,rgba(255,255,255,.7) 49%,transparent 50%),linear-gradient(155deg,transparent 45%,rgba(255,255,255,.65) 46%,rgba(255,255,255,.65) 49%,transparent 50%);opacity:.65}
.map-pin{position:absolute;z-index:2;top:76px;left:50%;transform:translateX(-50%);font-size:52px;filter:drop-shadow(0 7px 8px rgba(0,0,0,.18))}
.local-review-map span,.local-review-map strong,.local-review-map a{position:relative;z-index:3}.local-review-map span{font-size:10px;letter-spacing:.16em;font-weight:900;color:#148948}.local-review-map strong{font-size:20px;margin:7px 0 13px}.local-review-map a{color:#128a47;font-size:12px;font-weight:900}
.local-review-copy{border-radius:22px;padding:36px;background:#111613;color:#fff;display:flex;flex-direction:column;justify-content:center}.big-stars{font-size:30px;letter-spacing:6px;color:#ffd34d;margin:13px 0 8px}.local-review-copy h2{font-size:36px;letter-spacing:-1.3px;margin:0 0 10px}.local-review-copy p{color:#aeb9b2;line-height:1.6;font-size:14px;margin:0 0 24px;max-width:470px}
.google-review-button{display:flex;align-items:center;gap:12px;background:#fff;color:#151a17;border-radius:13px;padding:13px 15px;max-width:330px;box-shadow:0 12px 30px rgba(0,0,0,.2)}.google-review-button .google-g{font-size:25px;font-weight:900}.google-review-button strong,.google-review-button small{display:block}.google-review-button strong{font-size:12px}.google-review-button small{font-size:10px;color:#69736e;margin-top:2px}.google-review-button>b{margin-left:auto;font-size:20px;color:#148948}
@media(max-width:900px){.premium-local-review{grid-template-columns:1fr;padding:0 14px}.local-review-map{min-height:280px}}
@media(max-width:600px){.local-review-copy{padding:28px}.local-review-copy h2{font-size:30px}.big-stars{font-size:25px}}

/* LOGO HORIZONTAL TOP LANCHES */
.brand-logo{display:flex!important;align-items:center;height:68px;min-width:230px}
.brand-logo img{display:block;width:230px;height:68px;object-fit:contain;object-position:left center}
@media(max-width:600px){.nav{padding:5px 14px}.brand-logo{height:56px;min-width:170px}.brand-logo img{width:170px;height:56px}}

/* LOGO OFICIAL EM TODAS AS PAGINAS */
.brand-logo{display:flex!important;align-items:center;justify-content:flex-start;height:68px;min-width:250px;overflow:hidden}
.brand-logo img{display:block;width:250px;height:64px;object-fit:contain;object-position:left center}
@media(max-width:600px){.brand-logo{height:56px;min-width:185px}.brand-logo img{width:185px;height:54px}}

/* DASHBOARD DE PEDIDOS */
.dashboard-orders-panel{overflow:hidden}
.dashboard-order{border:1px solid var(--line);border-radius:14px;padding:16px;margin-top:12px;background:#fff}
.dashboard-order:first-child{border-color:#bfe7ce;box-shadow:0 8px 24px rgba(24,169,87,.08)}
.dashboard-order-head{display:flex;justify-content:space-between;gap:14px;align-items:flex-start}
.dashboard-order-items{margin-top:12px;border-top:1px solid var(--line)}
.dashboard-order-item{display:flex;justify-content:space-between;gap:15px;padding:9px 0;border-bottom:1px solid #eef0f2;font-size:13px}
.dashboard-order-item small{display:block;color:var(--muted);font-size:10px;margin-top:3px}
.dashboard-order-total{display:flex;justify-content:space-between;padding-top:12px;font-size:14px}
@media(max-width:600px){.dashboard-order-head{display:block}.dashboard-order-head .status{display:inline-block;margin-top:8px}.dashboard-order-item{font-size:12px}}

/* Carrinho premium */
.cart-button,
.cart-icon-button,
[data-cart],
button[aria-label*="arrinho"],
button[title*="arrinho"]{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
}
.cart-button .cart-svg,
.cart-icon-button .cart-svg,
[data-cart] .cart-svg{
  width:24px;
  height:24px;
  stroke:currentColor;
  stroke-width:2;
  fill:none;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.cart-badge{
  position:absolute;
  top:-7px;
  right:-8px;
  min-width:19px;
  height:19px;
  padding:0 5px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#e53935;
  color:#fff;
  font-size:10px;
  line-height:1;
  font-weight:900;
  border:2px solid #fff;
  box-shadow:0 3px 9px rgba(0,0,0,.18);
}
.cart-button:hover .cart-svg,
.cart-icon-button:hover .cart-svg{
  transform:translateY(-1px);
}
.cart-svg{transition:transform .18s ease}

/* Feedback visual ao adicionar produto */
.product-add-button,
.add-product,
.add-to-cart,
[data-add-product]{
  position:relative;
  overflow:hidden;
  transition:transform .16s ease, box-shadow .16s ease, background-color .16s ease;
}
.product-add-button:active,
.add-product:active,
.add-to-cart:active,
[data-add-product]:active{
  transform:scale(.94);
}
.product-add-button.product-added,
.add-product.product-added,
.add-to-cart.product-added,
[data-add-product].product-added{
  animation:topLanchesAdded .42s ease;
}
.product-add-button.product-added::after,
.add-product.product-added::after,
.add-to-cart.product-added::after,
[data-add-product].product-added::after{
  content:"✓ Adicionado";
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  background:inherit;
  color:inherit;
  font-weight:900;
  animation:topLanchesAddedLabel 1.05s ease forwards;
}
.cart-icon-wrap.cart-bump{
  animation:topLanchesCartBump .42s cubic-bezier(.2,.8,.2,1);
}
@keyframes topLanchesAdded{
  0%{transform:scale(.94)}
  55%{transform:scale(1.045)}
  100%{transform:scale(1)}
}
@keyframes topLanchesAddedLabel{
  0%{opacity:0;transform:scale(.8)}
  25%{opacity:1;transform:scale(1)}
  72%{opacity:1}
  100%{opacity:0}
}
@keyframes topLanchesCartBump{
  0%{transform:scale(1)}
  35%{transform:scale(1.22) rotate(-4deg)}
  65%{transform:scale(.94) rotate(3deg)}
  100%{transform:scale(1) rotate(0)}
}

/* Feedback do botão Adicionar real do cardápio */
button.add.product-added{animation:topLanchesAdded .42s ease;}
button.add.product-added{position:relative;overflow:hidden;}
button.add.product-added::after{content:"✓ Adicionado";position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:inherit;color:inherit;font-weight:900;animation:topLanchesAddedLabel 1.05s ease forwards;pointer-events:none;}
#cartFab.cart-bump{animation:topLanchesCartBump .42s cubic-bezier(.2,.8,.2,1);}

/* Carrinho flutuante sempre visível */
.floating-cart-button{
  position:fixed;
  right:18px;
  bottom:18px;
  z-index:99999;
  min-width:64px;
  height:58px;
  padding:0 15px;
  border-radius:18px;
  background:#111;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  cursor:pointer;
  box-shadow:0 10px 30px rgba(0,0,0,.22);
  font:800 13px/1 system-ui,sans-serif;
  user-select:none;
  transition:transform .18s ease,box-shadow .18s ease;
}
.floating-cart-button:hover{transform:translateY(-2px);box-shadow:0 14px 34px rgba(0,0,0,.28)}
.floating-cart-icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.floating-cart-icon circle{fill:currentColor;stroke:none}
.floating-cart-count{
  min-width:20px;height:20px;padding:0 5px;border-radius:999px;
  background:#e53935;color:#fff;display:flex;align-items:center;justify-content:center;
  font-size:10px;font-weight:900;
}
.floating-cart-label{display:inline}
.floating-cart-button.has-items{animation:cartFloatPulse .45s ease}
@keyframes cartFloatPulse{0%{transform:scale(1)}45%{transform:scale(1.08)}100%{transform:scale(1)}}
@media(max-width:600px){
  .floating-cart-button{right:14px;bottom:14px;width:58px;height:58px;min-width:58px;padding:0;border-radius:50%}
  .floating-cart-label{display:none}
}

/* Carrinho fixo acima da barra inferior */
.floating-cart-button{
  right:18px !important;
  bottom:78px !important;
  z-index:100000 !important;
}
@media(max-width:600px){
  .floating-cart-button{
    right:14px !important;
    bottom:70px !important;
  }
}

/* Cores dos atalhos inferiores */
.whatsapp-button,
.whatsapp,
[data-whatsapp],
a[href*="wa.me"],
a[href*="whatsapp"]{
  background:#25D366 !important;
  color:#fff !important;
}

/* Carrinho vermelho */
.floating-cart-button{
  background:#e53935 !important;
  color:#fff !important;
}
.floating-cart-count{
  background:#fff !important;
  color:#e53935 !important;
  border:2px solid #e53935 !important;
}

/* Carrinho do cardápio: sempre flutuando no canto inferior direito */
#cartFab.cart-fab{
  position:fixed !important;
  left:auto !important;
  right:24px !important;
  bottom:86px !important;
  top:auto !important;
  margin:0 !important;
  z-index:100001 !important;
  width:60px !important;
  height:60px !important;
  border-radius:50% !important;
  background:#e53935 !important;
  color:#fff !important;
  display:grid !important;
  place-items:center !important;
  box-shadow:0 12px 30px rgba(0,0,0,.28) !important;
}
#cartFab.cart-fab .count{
  background:#fff !important;
  color:#e53935 !important;
  border:2px solid #e53935 !important;
}
@media(max-width:600px){
  #cartFab.cart-fab{
    right:14px !important;
    bottom:72px !important;
    width:58px !important;
    height:58px !important;
  }
}

/* Bolinha do carrinho em verde */
#cartFab.cart-fab{
  background:#25D366 !important;
}
#cartFab.cart-fab .count{
  color:#25D366 !important;
  border-color:#25D366 !important;
}

/* Ajuste final do carrinho */
#cartFab.cart-fab{
  width:72px !important;
  height:72px !important;
  right:24px !important;
  bottom:86px !important;
  opacity:0 !important;
  visibility:hidden !important;
  pointer-events:none !important;
  transform:scale(.82) !important;
  transition:opacity .2s ease, visibility .2s ease, transform .2s ease !important;
  background:#25D366 !important;
  font-size:30px !important;
}
#cartFab.cart-fab.cart-visible{
  opacity:1 !important;
  visibility:visible !important;
  pointer-events:auto !important;
  transform:scale(1) !important;
}
#cartFab.cart-fab .count{
  color:#25D366 !important;
  border-color:#25D366 !important;
}
/* Botões principais do cardápio e pedido */
.product .add,
button.add{
  background:#e53935 !important;
  color:#fff !important;
}
.product .add:hover,
button.add:hover{background:#c62828 !important}
.checkout .green-btn{
  background:#e53935 !important;
  color:#fff !important;
}
.checkout .green-btn:hover{background:#c62828 !important}
.mode.active{
  border-color:#e53935 !important;
  background:#fff0f0 !important;
  color:#c62828 !important;
}
@media(max-width:600px){
  #cartFab.cart-fab{right:14px !important;bottom:72px !important;width:66px !important;height:66px !important}
}

/* Refinamento premium da home */
.premium-actions .premium-primary,
.premium-actions .premium-secondary{
  background:#e53935 !important;
  color:#fff !important;
  border:1px solid #e53935 !important;
  box-shadow:0 10px 24px rgba(229,57,53,.22);
}
.premium-actions .premium-primary:hover,
.premium-actions .premium-secondary:hover{
  background:#c62828 !important;
  border-color:#c62828 !important;
  transform:translateY(-1px);
}
.modern-icon{
  width:46px;height:46px;border-radius:14px;display:grid;place-items:center;
  background:#fff0f0;color:#e53935;flex:0 0 46px;
}
.modern-icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.premium-strip div{align-items:center}
.premium-strip div strong,.premium-strip div small{display:block}
.premium-strip div .modern-icon + strong{margin-top:8px}
.navlinks .nav-cta{background:#e53935 !important;color:#fff !important;padding:10px 16px;border-radius:11px}
.navlinks .nav-cta:hover{background:#c62828 !important}
body{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;letter-spacing:-.01em}
.premium-copy h1,.premium-section h2,.story-copy h2,.premium-info h2,.local-review-copy h2,.premium-review h2{font-weight:900;letter-spacing:-.035em}

/* Google original */
.google-review-button{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:9px !important;
}
.google-g{
  width:22px !important;
  height:22px !important;
  flex:0 0 22px !important;
  display:block !important;
}

/* Selo de avaliação no Google no estilo enviado */
.google-review-button{display:block!important;max-width:800px!important;padding:0!important;background:transparent!important;box-shadow:none!important;border-radius:12px!important;overflow:hidden!important}
.google-review-badge{display:block;width:100%;max-width:800px;height:auto;border-radius:12px!important}
@media(max-width:600px){.google-review-button{width:100%!important}.google-review-badge{width:100%!important}}

/* Identidade visual Top Lanches */
:root{
  --top-yellow:#FFC400;
  --top-orange:#FF8A00;
  --top-red:#E21B23;
  --top-red-dark:#B90F18;
  --top-black:#151515;
}

/* Botão Ver Cardápio da barra */
.nav-cardapio,
a.nav-cardapio,
button.nav-cardapio{
  border:2px solid var(--top-red) !important;
  color:var(--top-red) !important;
  background:#fff !important;
  border-radius:999px !important;
  padding:8px 16px !important;
  font-weight:800 !important;
  box-shadow:0 2px 8px rgba(226,27,35,.16) !important;
}
.nav-cardapio:hover,
a.nav-cardapio:hover,
button.nav-cardapio:hover{
  background:var(--top-red) !important;
  color:#fff !important;
}

/* Botões principais seguindo a marca */
.btn-primary,
.primary,
.cta,
button.primary,
a.primary{
  background:var(--top-red) !important;
  border-color:var(--top-red) !important;
}

/* Ajustes finais da Home */
.home-whatsapp,
a.home-whatsapp,
button.home-whatsapp{
  background:#25D366 !important;
  border:2px solid #25D366 !important;
  color:#fff !important;
  border-radius:12px !important;
  font-weight:800 !important;
  box-shadow:0 5px 14px rgba(37,211,102,.25) !important;
}
.home-whatsapp:hover,
a.home-whatsapp:hover,
button.home-whatsapp:hover{
  background:#1ebe5d !important;
  border-color:#1ebe5d !important;
  color:#fff !important;
}

/* Moldura vermelha real no Ver Cardápio da barra */
.nav-cardapio,
a.nav-cardapio,
button.nav-cardapio{
  border:2px solid #E21B23 !important;
  outline:2px solid rgba(226,27,35,.12) !important;
  outline-offset:2px !important;
  color:#E21B23 !important;
  background:#fff !important;
  border-radius:999px !important;
  padding:8px 17px !important;
  font-weight:800 !important;
}
.nav-cardapio:hover,
a.nav-cardapio:hover,
button.nav-cardapio:hover{
  background:#E21B23 !important;
  color:#fff !important;
}
.wa-icon{width:20px;height:20px;display:inline-block;vertical-align:middle;flex:0 0 20px}
.home-whatsapp{display:inline-flex!important;align-items:center;justify-content:center;gap:8px}

/* Botão WhatsApp: verde oficial */
.home-whatsapp,
a.home-whatsapp,
button.home-whatsapp{
  background:#25D366 !important;
  border-color:#25D366 !important;
  color:#ffffff !important;
}
.home-whatsapp:hover,
a.home-whatsapp:hover,
button.home-whatsapp:hover{
  background:#1ebe5d !important;
  border-color:#1ebe5d !important;
  color:#ffffff !important;
}

/* Hero: WhatsApp sempre verde */
.hero .home-whatsapp,
.hero a.home-whatsapp,
.hero button.home-whatsapp,
.hero .whatsapp-button,
.hero a[href*="wa.me"],
.hero a[href*="whatsapp"]{
  background:#25D366 !important;
  border-color:#25D366 !important;
  color:#fff !important;
}
.hero .home-whatsapp:hover,
.hero a.home-whatsapp:hover,
.hero button.home-whatsapp:hover,
.hero .whatsapp-button:hover,
.hero a[href*="wa.me"]:hover,
.hero a[href*="whatsapp"]:hover{
  background:#1ebe5d !important;
  border-color:#1ebe5d !important;
  color:#fff !important;
}

/* ===== HOME PREMIUM FINAL ===== */
.home-premium-sections{font-family:inherit;color:#171717}
.premium-container{width:min(1120px,calc(100% - 36px));margin:0 auto}
.premium-two-col{display:grid;grid-template-columns:1.25fr .75fr;gap:55px;align-items:center}
.premium-story{padding:88px 0;background:#fff}
.premium-kicker{display:block;color:#e21b23;font-size:12px;letter-spacing:.16em;font-weight:900;margin-bottom:12px}
.premium-story h2,.premium-section-head h2,.premium-location h2,.premium-review h2,.premium-social h2{font-size:clamp(30px,4vw,48px);line-height:1.06;margin:0 0 18px;font-weight:950;letter-spacing:-.035em}
.premium-story p,.premium-location p,.premium-review p,.premium-social p{font-size:17px;line-height:1.7;color:#626262;max-width:680px}
.premium-red-btn,.google-review-cta,.premium-whatsapp-btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-weight:900;border-radius:13px;padding:14px 20px;margin-top:14px}
.premium-red-btn{background:#e21b23;color:#fff;box-shadow:0 8px 20px rgba(226,27,35,.2)}
.premium-red-btn:hover{background:#b90f18}
.premium-story-card{min-height:330px;border-radius:30px;background:linear-gradient(145deg,#151515,#292929);color:#fff;padding:42px;display:flex;flex-direction:column;justify-content:flex-end;box-shadow:0 25px 55px rgba(0,0,0,.15)}
.premium-story-icon{font-size:90px;margin-bottom:auto}
.premium-story-card strong{font-size:26px}.premium-story-card span{color:#ddd;line-height:1.6;margin-top:8px}
.premium-benefits{padding:90px 0;background:#faf7f1}
.premium-section-head{text-align:center;max-width:760px;margin:0 auto 42px}.premium-section-head h2{font-size:38px}
.premium-benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.premium-benefit-grid article{background:#fff;border-radius:22px;padding:28px;box-shadow:0 8px 30px rgba(0,0,0,.05)}
.premium-benefit-grid span{font-size:32px}.premium-benefit-grid h3{margin:17px 0 8px;font-size:20px}.premium-benefit-grid p{margin:0;color:#6b6b6b;line-height:1.55}
.premium-location{padding:90px 0;background:#fff}.premium-location-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}
.premium-hours{display:flex;flex-direction:column;gap:5px;padding:18px 0;color:#444}.premium-hours span{color:#777}
.premium-map-card{min-height:330px;border-radius:28px;background:linear-gradient(135deg,#f2f2f2,#fff);border:1px solid #e5e5e5;padding:40px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;box-shadow:0 15px 45px rgba(0,0,0,.07)}
.premium-map-icon{font-size:58px;margin-bottom:15px}.premium-map-card strong{font-size:25px}.premium-map-card span{color:#777;margin:7px 0 20px}.premium-map-card a{color:#e21b23;font-weight:900;text-decoration:none}
.premium-review{padding:28px 0 80px}.premium-review-box{background:#151515;color:#fff;border-radius:28px;padding:38px 42px;display:flex;align-items:center;gap:22px}
.premium-review h2{font-size:31px;margin-bottom:5px}.premium-review p{margin:0;color:#ccc}.google-mark{width:54px;height:54px;border-radius:50%;background:#fff;color:#4285f4;display:grid;place-items:center;font-size:34px;font-weight:950}
.google-review-cta{margin-left:auto;background:#fff;color:#171717}.google-review-cta:hover{background:#f2f2f2}
.premium-social{text-align:center;padding:80px 0;background:#faf7f1}.premium-social p{margin:0 auto}.premium-social-links{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:24px}.premium-social-links a{padding:13px 19px;border-radius:999px;background:#fff;border:1px solid #ddd;color:#222;text-decoration:none;font-weight:800}.premium-social-links .premium-whatsapp-btn{background:#25d366;border-color:#25d366;color:#fff}
@media(max-width:800px){
 .premium-two-col,.premium-location-grid{grid-template-columns:1fr}
 .premium-benefit-grid{grid-template-columns:1fr 1fr}
 .premium-story,.premium-benefits,.premium-location{padding:62px 0}
 .premium-review-box{flex-wrap:wrap;padding:30px}
 .google-review-cta{margin-left:0;width:100%}
}
@media(max-width:520px){
 .premium-benefit-grid{grid-template-columns:1fr}
 .premium-container{width:min(100% - 26px,1120px)}
 .premium-story-card{min-height:280px;padding:28px}
}

/* =========================================================
   TOP LANCHES | HOME FINAL SURPRESA
   ========================================================= */
:root{
  --tl-red:#e51b23;
  --tl-red-dark:#b90f18;
  --tl-yellow:#ffc400;
  --tl-orange:#ff7a00;
  --tl-black:#151515;
}
body{background:#fff;color:#151515}
.topbar{background:rgba(255,255,255,.96)!important;border-bottom:1px solid #eee!important;backdrop-filter:blur(12px)}
.nav{max-width:1240px!important;padding:9px 20px!important}
.brand-logo img{height:48px!important;width:auto!important;display:block!important}
.navlinks a{border:2px solid var(--tl-red)!important;color:var(--tl-red)!important;border-radius:999px!important;padding:9px 18px!important;background:#fff!important;font-weight:900!important}
.navlinks a:hover{background:var(--tl-red)!important;color:#fff!important}

/* HERO */
.premium-hero{background:
 radial-gradient(circle at 82% 18%,rgba(255,196,0,.28),transparent 24%),
 radial-gradient(circle at 10% 95%,rgba(229,27,35,.22),transparent 28%),
 linear-gradient(135deg,#151515 0%,#1c1c1c 52%,#281111 100%)!important;
 min-height:650px;
}
.premium-hero-glow{background:radial-gradient(circle,rgba(255,196,0,.25),transparent 68%)!important}
.premium-hero-inner{max-width:1240px!important;padding:74px 20px 92px!important;gap:55px!important}
.hero-brand-logo{width:min(390px,75%);height:auto;display:block;margin-bottom:22px;filter:drop-shadow(0 12px 28px rgba(0,0,0,.35))}
.premium-eyebrow{color:var(--tl-yellow)!important}
.premium-eyebrow span{background:var(--tl-red)!important}
.premium-copy h1{font-size:clamp(48px,6.5vw,82px)!important;letter-spacing:-4px!important;max-width:720px!important}
.premium-copy h1::after{content:"";display:block;width:72px;height:6px;background:var(--tl-red);border-radius:99px;margin-top:22px}
.premium-copy p{color:#ddd!important}
.premium-primary{background:var(--tl-red)!important;box-shadow:0 12px 30px rgba(229,27,35,.3)!important;border:2px solid var(--tl-red)!important}
.premium-primary:hover{background:var(--tl-red-dark)!important}
.premium-secondary.home-whatsapp{background:#25D366!important;border:2px solid #25D366!important;color:#fff!important;box-shadow:0 12px 28px rgba(37,211,102,.22)!important}
.premium-secondary.home-whatsapp:hover{background:#1ebe5d!important;border-color:#1ebe5d!important}
.premium-trust span{color:var(--tl-yellow)!important}
.premium-image-wrap{border:2px solid rgba(255,196,0,.38)!important;background:linear-gradient(135deg,rgba(229,27,35,.18),rgba(255,196,0,.08))!important;box-shadow:0 25px 70px rgba(0,0,0,.4)}
.premium-image-wrap img{height:510px!important;border-radius:20px!important}
.premium-float-card{border:2px solid rgba(255,196,0,.35)!important;background:#fff!important;color:#151515!important;box-shadow:0 18px 40px rgba(0,0,0,.3)!important}
.premium-float-card span{color:var(--tl-red)!important}

/* faixa */
.premium-strip{max-width:1160px!important;margin:-34px auto 0!important;border-radius:22px!important}
.premium-strip .modern-icon{color:var(--tl-red)!important}
.premium-strip div:hover .modern-icon{color:var(--tl-orange)!important}

/* seções */
.premium-section{max-width:1240px!important;margin:100px auto!important}
.premium-label{color:var(--tl-red)!important}
.premium-link{color:var(--tl-red)!important;border:2px solid var(--tl-red);padding:10px 15px;border-radius:999px}
.premium-products{gap:20px!important}
.premium-product{border-radius:22px!important;box-shadow:0 12px 35px rgba(0,0,0,.07)!important}
.premium-product:hover{transform:translateY(-7px)!important;box-shadow:0 20px 42px rgba(229,27,35,.13)!important}
.premium-product img{height:220px!important}
.premium-product strong{color:var(--tl-red)!important}

/* história */
.story-photo{border-color:#eee!important}
.story-badge{background:var(--tl-red)!important;box-shadow:0 12px 30px rgba(229,27,35,.3)!important}
.story-values div{border-color:var(--tl-red)!important}
.story-values b,.story-copy h2 em{color:var(--tl-red)!important}

/* info */
.premium-info-main{background:#fff8e3!important;border-color:#f1dfaa!important}
.premium-links-card{background:var(--tl-black)!important}
.premium-socials a:hover{border-color:var(--tl-yellow)!important;color:#fff!important}

/* mapa/google */
.local-review-map{background:linear-gradient(145deg,#fff8df,#fff)!important;border-color:#f0dfad!important}
.map-pin{filter:drop-shadow(0 7px 8px rgba(229,27,35,.22))!important}
.local-review-map span{color:var(--tl-red)!important}
.local-review-map a{color:var(--tl-red)!important}
.local-review-copy{background:linear-gradient(145deg,#151515,#241010)!important}
.big-stars{color:var(--tl-yellow)!important}
.google-review-button{border:2px solid #eee!important}
.premium-review{background:linear-gradient(135deg,#fff5d1,#fff)!important}
.premium-review-stars{color:var(--tl-red)!important}

/* CTA final */
.premium-review .premium-primary{display:inline-flex!important}

/* rodapé */
.footer{background:#111!important;color:#fff!important;border-top:4px solid var(--tl-red)!important}
.footer .powered{color:#aaa!important}

/* micro interações */
.premium-primary,.premium-secondary,.premium-link,.google-review-button,.premium-socials a{transition:transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease}
.premium-primary:hover,.premium-secondary:hover,.premium-link:hover,.google-review-button:hover{transform:translateY(-2px)}

/* mobile */
@media(max-width:700px){
 .brand-logo img{height:40px!important}
 .premium-hero-inner{padding:50px 18px 72px!important}
 .hero-brand-logo{width:260px;max-width:90%}
 .premium-copy h1{font-size:48px!important;letter-spacing:-2.5px!important}
 .premium-image-wrap img{height:330px!important}
 .premium-section{margin:68px auto!important;padding:0 16px}
 .premium-section-head{align-items:flex-start;flex-direction:column}
 .premium-link{margin-top:5px}
 .premium-products{grid-template-columns:1fr 1fr!important}
 .premium-product img{height:150px!important}
}
@media(max-width:480px){
 .premium-products{grid-template-columns:1fr!important}
 .premium-product img{height:210px!important}
 .premium-strip{margin:12px 14px 0!important}
}

body.home-page .top-nav{display:none!important;}

body.home-page .navbar{display:none!important;}

body.home-page .nav-bar{display:none!important;}

body.home-page .site-nav{display:none!important;}

body.home-page .main-nav{display:none!important;}

body.home-page .navigation-bar{display:none!important;}

body.home-page .header-nav{display:none!important;}

body.home-page .bottom-nav{display:none!important;}

body.home-page .mobile-nav{display:none!important;}

/* Home sem barra de navegação */
body.home-page header nav,
body.home-page .navigation,
body.home-page .navigation-menu,
body.home-page .menu-bar,
body.home-page .header-menu{
  display:none !important;
}
body.home-page header{
  border-bottom:0 !important;
}

/* Voltar ao topo: discreto e somente quando necessário */
.back-to-top{
  position:fixed;
  right:18px;
  bottom:18px;
  width:46px;
  height:46px;
  border:0;
  border-radius:50%;
  background:#e21b23;
  color:#fff;
  display:grid;
  place-items:center;
  cursor:pointer;
  z-index:99999;
  opacity:0;
  visibility:hidden;
  transform:translateY(10px);
  transition:opacity .2s ease,transform .2s ease,visibility .2s ease;
  box-shadow:0 8px 22px rgba(0,0,0,.2);
}
.back-to-top.visible{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
}
.back-to-top svg{
  width:22px;
  height:22px;
  fill:none;
  stroke:currentColor;
  stroke-width:2.5;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.back-to-top:hover{background:#b90f18}
@media(max-width:600px){
  .back-to-top{right:14px;bottom:14px;width:44px;height:44px}
}
