:root{--blue:#0756d8;--blue2:#0b63ef;--navy:#061f4f;--ink:#111827;--muted:#687386;--line:#e6ebf2;--soft:#f5f7fb;--white:#fff;--green:#168f4f;--radius:18px;--shadow:0 16px 44px rgba(12,31,66,.10)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Segoe UI,Arial,sans-serif;color:var(--ink);background:#fff}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button{cursor:pointer}.topbar{min-height:34px;background:#041b45;color:#fff;display:flex;align-items:center;justify-content:center;gap:36px;padding:7px 18px;font-size:12px}.site-header{max-width:1220px;margin:auto;padding:14px 20px;display:grid;grid-template-columns:180px minmax(280px,1fr) auto;align-items:center;gap:20px}.logo img{display:block;width:170px;height:58px;object-fit:contain}.search{position:relative;display:flex;min-height:50px;border:1px solid #d7dfe9;border-radius:14px;background:#fff;box-shadow:0 5px 18px rgba(0,0,0,.04)}.search:focus-within{border-color:#9cbcf3;box-shadow:0 0 0 4px rgba(7,86,216,.09)}.search input{width:100%;border:0;outline:0;padding:14px 16px;background:transparent}.search button{width:54px;border:0;border-radius:0 14px 14px 0;background:var(--blue);color:#fff;font-size:20px}.suggestions{position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:40;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow);overflow:hidden}.suggestions a{display:flex;align-items:center;gap:11px;padding:10px 13px;border-bottom:1px solid var(--line)}.suggestions a:hover{background:var(--soft)}.suggestions img{width:46px;height:46px;object-fit:contain}.header-actions{display:flex;align-items:center;gap:4px}.header-action{border:0;background:transparent;padding:10px 8px;color:var(--ink);white-space:nowrap}.header-action b{display:inline-grid;place-items:center;min-width:21px;height:21px;padding:0 6px;border-radius:20px;background:var(--blue);color:#fff;font-size:11px}.main-nav{border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;justify-content:center;gap:27px;overflow-x:auto;padding:12px 18px;white-space:nowrap;font-size:14px;scrollbar-width:none}.main-nav::-webkit-scrollbar{display:none}.main-nav a{transition:.2s}.main-nav a:hover,.main-nav .service{color:var(--blue)}main{min-height:62vh}.hero{max-width:1220px;margin:18px auto 0;padding:0 20px}.hero-card{position:relative;min-height:380px;border-radius:24px;overflow:hidden;background:linear-gradient(110deg,#020b19 0%,#04152c 52%,#082b65 100%)}.hero-visual{position:absolute;inset:0 0 0 43%;overflow:hidden}.hero-visual:before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,#031126 0%,rgba(3,17,38,.16) 36%,rgba(3,17,38,0) 100%)}.hero-visual img{width:100%;height:100%;object-fit:cover;object-position:right center}.hero-copy{position:relative;z-index:2;max-width:570px;padding:64px 52px;color:#fff}.hero-copy h1{font-size:44px;line-height:1.04;margin:0 0 14px;letter-spacing:-1.2px}.hero-copy h1 span{color:#1f70ff}.hero-copy p{font-size:16px;line-height:1.55;margin:0 0 25px;max-width:430px;color:#e6eefb}.trust-row{display:flex;gap:22px;flex-wrap:wrap;margin:0 0 26px}.trust-item{font-size:12px;display:flex;gap:8px;align-items:center}.hero-actions{display:flex;gap:10px;flex-wrap:wrap}.section{max-width:1220px;margin:0 auto;padding:35px 20px}.section.compact{padding-top:22px;padding-bottom:22px}.title-row{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:17px}.title-row h2,.section>h2{margin:0;font-size:25px;letter-spacing:-.4px}.title-row a{color:var(--blue);font-size:14px}.category-grid{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:12px}.category-card{border:1px solid var(--line);border-radius:16px;background:#fff;padding:11px 8px;text-align:center;transition:.22s}.category-card:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:#c8d8f3}.category-card img{width:100%;aspect-ratio:1/1;object-fit:contain;border-radius:12px}.category-card b{display:block;font-size:13px;margin-top:7px}.category-card small{display:block;color:var(--muted);font-size:10px;margin-top:3px;min-height:22px}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.product-card{position:relative;border:1px solid var(--line);border-radius:18px;background:#fff;overflow:hidden;transition:.22s}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.product-media{display:block;background:var(--soft);padding:17px}.product-media img{display:block;width:100%;aspect-ratio:1/1;object-fit:contain;transition:.25s}.product-card:hover .product-media img{transform:scale(1.025)}.product-card .info{padding:15px}.product-card h3{font-size:15px;line-height:1.34;margin:0 0 7px;min-height:40px}.product-card .brand{font-size:11px;color:var(--muted);margin-bottom:6px}.product-card .desc{font-size:12px;color:var(--muted);min-height:32px;margin-bottom:9px}.price{font-size:21px;font-weight:800;color:var(--blue);margin:7px 0 12px}.old-price{font-size:12px;color:#8a94a6;text-decoration:line-through;margin-left:7px;font-weight:500}.status{font-size:11px;color:var(--green)}.badges{position:absolute;left:12px;top:12px;display:flex;gap:6px;flex-wrap:wrap;z-index:2}.badge{display:inline-flex;padding:5px 8px;border-radius:999px;font-size:10px;font-weight:800;background:var(--blue);color:#fff}.badge.offer{background:#dc2626}.badge.best{background:#ad7b00}.badge.online{background:#101828}.badge.used{background:#168f4f}.favorite-card{position:absolute;right:12px;top:12px;z-index:3;width:35px;height:35px;border:1px solid var(--line);border-radius:50%;background:rgba(255,255,255,.94);color:#4b5563;font-size:20px}.favorite-card.active{color:#e11d48;background:#fff0f4}.btn-row{display:flex;gap:8px;flex-wrap:wrap}.btn{border:0;border-radius:11px;padding:10px 13px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;transition:.2s}.btn:hover{filter:brightness(.97);transform:translateY(-1px)}.btn.primary{background:var(--blue);color:#fff}.btn.secondary{background:#eaf1ff;color:var(--blue)}.btn.dark{background:#111c2c;color:#fff}.btn.white{background:#fff;color:var(--blue)}.promo-banner,.mixtudo-shell{display:block;border-radius:22px;overflow:hidden}.promo-banner img{display:block;width:100%;max-height:370px;object-fit:cover}.triptych{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.triptych a{border-radius:18px;overflow:hidden;background:var(--soft);min-height:205px}.triptych img{display:block;width:100%;height:100%;min-height:205px;object-fit:cover}.mixtudo-shell{position:relative;background:#041b45;color:#fff;min-height:245px}.mixtudo-slide{position:absolute;inset:0;display:grid;grid-template-columns:1.35fr 1fr;opacity:0;pointer-events:none;transition:opacity .4s}.mixtudo-slide.active{opacity:1;pointer-events:auto}.mixtudo-slide img{width:100%;height:100%;object-fit:cover}.mixtudo-copy{display:flex;flex-direction:column;justify-content:center;padding:34px;background:linear-gradient(135deg,#061f4f,#09377d)}.mixtudo-copy h2{margin:0 0 9px;font-size:26px}.mixtudo-copy p{margin:0 0 20px;color:#dbe8ff}.slider-dots{position:absolute;left:50%;bottom:13px;display:flex;gap:7px;z-index:5}.slider-dots button{width:9px;height:9px;padding:0;border:0;border-radius:50%;background:#91a5c7}.slider-dots button.active{background:#fff}.page-head{background:var(--soft);padding:28px max(20px,calc((100% - 1180px)/2))}.page-head h1{margin:8px 0 0;font-size:31px}.crumb{font-size:12px;color:var(--muted)}.filter-tabs{display:flex;gap:9px;overflow-x:auto;padding-bottom:4px;margin-bottom:22px;scrollbar-width:none}.filter-tabs::-webkit-scrollbar{display:none}.filter-tabs a{border:1px solid var(--line);border-radius:99px;padding:9px 14px;white-space:nowrap}.filter-tabs a.active{background:var(--blue);color:#fff;border-color:var(--blue)}.category-tools{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:18px}.category-tools select{border:1px solid var(--line);border-radius:11px;padding:9px 12px;background:#fff}.product-page{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(330px,.95fr);gap:44px;align-items:start}.gallery-main{background:var(--soft);border-radius:22px;overflow:hidden;position:relative}.gallery-main img{display:block;width:100%;aspect-ratio:1/1;object-fit:contain;padding:22px;cursor:zoom-in}.gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border:1px solid var(--line);border-radius:50%;background:#fff}.gallery-arrow.prev{left:14px}.gallery-arrow.next{right:14px}.thumbs{display:flex;gap:10px;margin-top:12px;overflow-x:auto}.thumbs button{width:76px;height:76px;border:2px solid transparent;border-radius:12px;background:var(--soft);padding:4px}.thumbs button.active{border-color:var(--blue)}.thumbs img{width:100%;height:100%;object-fit:contain}.product-data h1{font-size:31px;line-height:1.15;margin:10px 0 12px}.product-data>p{color:var(--muted);line-height:1.6}.product-data ul{padding-left:20px;line-height:1.8}.delivery-box{margin:17px 0;padding:15px;border-radius:14px;background:#edf4ff;border:1px solid #d2e1fb}.delivery-box p{margin:7px 0 0;color:#41526c;line-height:1.5}.qty{display:flex;align-items:center;gap:16px;margin:18px 0}.qty button{width:38px;height:38px;border:1px solid var(--line);border-radius:10px;background:#fff}.sub-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.sub-card{border:1px solid var(--line);border-radius:18px;padding:20px;background:#fff}.recent-strip{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.recent-card{border:1px solid var(--line);border-radius:14px;padding:10px;background:#fff}.recent-card img{width:100%;aspect-ratio:1/1;object-fit:contain}.recent-card b{font-size:12px}.empty{padding:25px;border:1px dashed #cbd5e1;border-radius:14px;color:var(--muted)}footer{margin-top:44px;background:#061529;color:#fff;display:grid;grid-template-columns:1.2fr repeat(3,1fr);gap:34px;padding:36px max(20px,calc((100% - 1180px)/2));font-size:12px}footer img{width:155px;height:55px;object-fit:contain;background:#fff;border-radius:7px}footer p{color:#d6dfec;line-height:1.55}.floating-whats{position:fixed;right:18px;bottom:18px;width:55px;height:55px;border:0;border-radius:50%;background:#16a75c;color:#fff;font-size:23px;box-shadow:0 12px 30px rgba(0,0,0,.2);z-index:30}.toast{position:fixed;left:50%;bottom:24px;transform:translate(-50%,25px);background:#101828;color:#fff;padding:11px 17px;border-radius:99px;opacity:0;pointer-events:none;transition:.25s;z-index:80}.toast.show{opacity:1;transform:translate(-50%,0)}.backdrop{position:fixed;inset:0;background:rgba(3,12,28,.48);opacity:0;visibility:hidden;transition:.2s;z-index:55}.backdrop.open{opacity:1;visibility:visible}#cartDrawer,#favoritesDrawer{position:fixed;right:0;top:0;bottom:0;width:min(430px,94vw);background:#fff;z-index:60;transform:translateX(105%);transition:.25s;padding:20px;overflow:auto;box-shadow:-20px 0 60px rgba(0,0,0,.15)}#cartDrawer.open,#favoritesDrawer.open{transform:translateX(0)}.drawer-head{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);margin-bottom:14px}.drawer-head button{border:0;background:transparent;font-size:30px}.cart-item,.favorite-item{display:grid;grid-template-columns:65px 1fr auto;gap:11px;align-items:center;padding:12px 0;border-bottom:1px solid var(--line);font-size:12px}.cart-item img,.favorite-item img{width:65px;height:65px;object-fit:contain;background:var(--soft);border-radius:10px}.cart-actions button{border:0;background:#edf3ff;color:var(--blue);border-radius:7px;padding:5px 8px;margin-top:7px}.cart-total{display:flex;justify-content:space-between;align-items:center;padding:18px 0;font-size:18px}#cartDrawer select{width:100%;padding:11px;border:1px solid var(--line);border-radius:10px;margin:7px 0 10px}#cartDrawer small{display:block;color:var(--muted);line-height:1.5}.whatsapp{width:100%;border:0;border-radius:12px;background:#16a75c;color:#fff;padding:13px;font-weight:800;margin-top:15px}.image-modal{position:fixed;inset:0;z-index:100;background:rgba(0,0,0,.88);display:none;align-items:center;justify-content:center;padding:25px}.image-modal.open{display:flex}.image-modal img{max-width:92vw;max-height:88vh;object-fit:contain;background:#fff;border-radius:12px}.image-modal button{position:absolute;right:22px;top:15px;background:transparent;border:0;color:#fff;font-size:36px}
@media(max-width:1000px){.category-grid{grid-template-columns:repeat(4,1fr)}.product-grid{grid-template-columns:repeat(3,1fr)}.site-header{grid-template-columns:150px 1fr auto}.logo img{width:145px}.header-action span{display:none}.hero-copy{padding:53px 38px}.hero-copy h1{font-size:38px}.triptych a,.triptych img{min-height:170px}.recent-strip{grid-template-columns:repeat(4,1fr)}}
@media(max-width:720px){.topbar{justify-content:flex-start;overflow-x:auto;white-space:nowrap;gap:20px}.site-header{padding:11px 14px;grid-template-columns:112px 1fr auto;gap:9px}.logo img{width:108px;height:45px}.search{min-height:44px}.search input{padding:11px;font-size:13px}.search button{width:44px}.header-actions{gap:0}.header-action{font-size:0;padding:7px 3px}.header-action:first-letter{font-size:18px}.header-action b{font-size:10px;vertical-align:top}.main-nav{justify-content:flex-start;padding:11px 14px;gap:21px}.hero{padding:0 12px;margin-top:12px}.hero-card{min-height:430px;border-radius:19px}.hero-visual{inset:47% 0 0 0}.hero-visual:before{background:linear-gradient(180deg,#031126 0%,rgba(3,17,38,.15) 40%,rgba(3,17,38,0) 100%)}.hero-copy{padding:31px 25px;max-width:none}.hero-copy h1{font-size:34px}.hero-copy p{font-size:14px}.trust-row{gap:12px;margin-bottom:20px}.trust-item{font-size:10px}.section{padding:27px 13px}.section.compact{padding:18px 13px}.title-row h2,.section>h2{font-size:21px}.category-grid{display:flex;overflow-x:auto;gap:10px;padding-bottom:7px;scroll-snap-type:x mandatory;scrollbar-width:none}.category-grid::-webkit-scrollbar{display:none}.category-card{flex:0 0 116px;scroll-snap-align:start}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.product-media{padding:10px}.product-card .info{padding:11px}.product-card h3{font-size:13px;min-height:36px}.product-card .desc,.product-card .brand{display:none}.price{font-size:17px}.btn{padding:9px 10px;font-size:12px}.btn-row .btn{flex:1}.triptych{display:flex;overflow-x:auto;gap:10px;scroll-snap-type:x mandatory}.triptych a{flex:0 0 85%;scroll-snap-align:start;min-height:170px}.triptych img{min-height:170px}.promo-banner img{min-height:155px;object-fit:cover}.mixtudo-shell{min-height:350px}.mixtudo-slide{grid-template-columns:1fr;grid-template-rows:1.1fr .9fr}.mixtudo-copy{padding:23px}.product-page{grid-template-columns:1fr;gap:25px}.product-data h1{font-size:26px}.sub-grid{grid-template-columns:1fr}.recent-strip{display:flex;overflow-x:auto}.recent-card{flex:0 0 135px}.category-tools{align-items:flex-start;flex-direction:column}.category-tools select{width:100%}footer{grid-template-columns:1fr 1fr;gap:22px;padding:30px 18px}.floating-whats{width:50px;height:50px}.badges{left:7px;top:7px}.badge{font-size:8px;padding:4px 6px}.favorite-card{right:7px;top:7px;width:31px;height:31px}}
@media(max-width:400px){.site-header{grid-template-columns:92px 1fr auto}.logo img{width:90px}.product-grid{grid-template-columns:1fr 1fr}.product-card h3{font-size:12px}footer{grid-template-columns:1fr}}

/* CENTER DIGITAL PLATFORM — Alpha 0.3 mobile-first refinement */
.brand-row{display:contents}.header-action i{font-style:normal;font-size:22px;line-height:1}.outline-light{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.72)}.whatsapp-outline{background:#fff;color:#159455;border:1px solid #20aa65}.quick-actions{display:none}.feature-cards{display:grid;grid-template-columns:1fr 1fr;gap:16px}.feature-card{position:relative;min-height:245px;border:1px solid var(--line);border-radius:22px;overflow:hidden;background:#fff;padding:30px;display:flex;align-items:center}.feature-card>div{position:relative;z-index:2;width:58%}.feature-card img{position:absolute;right:0;top:0;width:52%;height:100%;object-fit:cover;object-position:center}.feature-card:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#fff 38%,rgba(255,255,255,.9) 58%,rgba(255,255,255,0) 78%)}.feature-card h3{position:relative;z-index:2;margin:0 0 8px;font-size:25px;color:var(--blue)}.feature-card.assistance h3{color:#13934f}.feature-card p,.feature-card ul,.feature-card .btn{position:relative;z-index:2}.feature-card ul{padding-left:18px;line-height:1.65;font-size:13px}.mixtudo-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,11,25,.98) 0%,rgba(3,19,43,.84) 43%,rgba(3,19,43,.05) 78%)}.play-ring{position:absolute;right:18%;top:50%;transform:translate(50%,-50%);width:74px;height:74px;border:4px solid #fff;border-radius:50%;display:grid;place-items:center;font-size:28px;color:#fff;z-index:4;padding-left:5px}

@media(max-width:720px){
  body{padding-bottom:env(safe-area-inset-bottom)}
  .topbar{min-height:38px;padding:8px 16px;font-size:11px;gap:24px}
  .topbar span:nth-child(3){display:none}
  .site-header{padding:12px 16px 10px;display:flex;flex-direction:column;align-items:stretch;gap:11px;border-bottom:1px solid var(--line);background:#fff}
  .brand-row{display:flex;align-items:center;justify-content:space-between;gap:16px}
  .logo img{width:145px;height:52px}
  .header-actions{margin-left:auto;gap:12px}
  .header-action{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:42px;padding:3px;color:#162033;font-size:10px}
  .header-action i{font-size:24px}
  .header-action span{display:none}
  .header-action b{position:absolute;right:-1px;top:-3px;min-width:19px;height:19px;padding:0 5px;font-size:10px}
  .search{width:100%;min-height:49px;border-radius:25px;box-shadow:none}
  .search input{font-size:14px;padding:13px 17px}
  .search button{width:54px;border-radius:0 25px 25px 0;font-size:22px}
  .main-nav{justify-content:flex-start;gap:8px;padding:10px 14px 12px;border-top:0;background:#fff;scroll-snap-type:x mandatory}
  .main-nav a{flex:0 0 76px;height:72px;border:1px solid var(--line);border-radius:14px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;font-size:10px;scroll-snap-align:start;background:#fff}
  .main-nav a:first-child{background:#f2f6ff;color:var(--blue);border-color:#d5e2fb}
  .main-nav a i{font-style:normal;font-size:22px;line-height:1}
  .main-nav .service{color:var(--ink)}
  .hero{padding:0 14px;margin-top:12px}
  .hero-card{min-height:485px;border-radius:22px;background:#020b19}
  .hero-visual{inset:0;left:34%;opacity:.93}
  .hero-visual:before{background:linear-gradient(90deg,#020b19 0%,rgba(2,11,25,.94) 38%,rgba(2,11,25,.22) 74%,rgba(2,11,25,.1) 100%)}
  .hero-visual img{object-position:64% center}
  .hero-copy{padding:32px 23px 24px;max-width:78%;height:100%;display:flex;flex-direction:column}
  .hero-copy h1{font-size:32px;line-height:1.08;letter-spacing:-.8px;margin-bottom:13px}
  .hero-copy p{font-size:14px;line-height:1.52;max-width:280px;margin-bottom:20px}
  .hero-actions{gap:9px;margin-bottom:22px}
  .hero-actions .btn{min-height:44px;padding:11px 15px;font-size:12px}
  .trust-row{margin-top:auto;margin-bottom:0;gap:14px;flex-wrap:nowrap;width:135%}
  .trust-item{font-size:9px;line-height:1.22;gap:6px;align-items:flex-start;flex:1}
  .trust-item b{width:20px;height:20px;flex:0 0 20px;border:1px solid rgba(255,255,255,.7);border-radius:50%;display:grid;place-items:center}
  .quick-actions{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;padding:12px 14px 0}
  .quick-actions a{min-height:82px;border:1px solid var(--line);border-radius:15px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;text-align:center;font-size:10px;font-weight:700;background:#fff}
  .quick-actions b{width:35px;height:35px;border-radius:50%;background:#eff5ff;color:var(--blue);display:grid;place-items:center;font-size:18px}
  .quick-actions a:nth-child(2) b,.quick-actions a:nth-child(4) b{background:#eaf9f0;color:#159455}
  .section{padding:27px 14px}.section.compact{padding:18px 14px}
  .title-row{margin-bottom:14px}.title-row h2,.section>h2{font-size:22px}.title-row a{font-size:13px}
  .category-card{flex-basis:124px;border-radius:17px;padding:10px}.category-card img{border-radius:13px}.category-card b{font-size:13px}.category-card small{font-size:10px}
  .product-card{border-radius:17px}.product-card .info{padding:10px}.product-card h3{font-size:12px}.price{font-size:16px;margin-bottom:10px}.btn-row{gap:6px}.btn-row .btn{font-size:11px;padding:9px 5px}
  .promo-banner{border-radius:19px}.promo-banner img{min-height:135px;max-height:170px;object-position:center}
  .feature-cards{grid-template-columns:1fr;gap:12px}
  .feature-card{min-height:190px;border-radius:19px;padding:22px}
  .feature-card>div{width:62%}.feature-card img{width:54%}.feature-card:after{background:linear-gradient(90deg,#fff 41%,rgba(255,255,255,.94) 61%,rgba(255,255,255,.1) 88%)}
  .feature-card h3{font-size:21px}.feature-card p{font-size:13px}.feature-card ul{font-size:11px;margin:8px 0}.feature-card .btn{font-size:11px;padding:9px 11px}
  .mixtudo-shell{min-height:280px;border-radius:22px}
  .mixtudo-slide{display:block;grid-template-columns:none;grid-template-rows:none}
  .mixtudo-slide img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}
  .mixtudo-overlay{background:linear-gradient(90deg,rgba(2,11,25,.98) 0%,rgba(3,19,43,.88) 47%,rgba(3,19,43,.1) 100%)}
  .mixtudo-copy{position:absolute;inset:0;width:67%;padding:29px 22px;background:transparent;z-index:3;display:flex;justify-content:center}
  .mixtudo-copy small{font-size:10px;color:#2b7cff;font-weight:800}.mixtudo-copy h2{font-size:22px;line-height:1.08;margin:7px 0 10px}.mixtudo-copy p{font-size:12px;line-height:1.45;margin-bottom:15px}.mixtudo-copy .btn{font-size:11px;max-width:190px}
  .play-ring{right:19%;width:58px;height:58px;font-size:21px;border-width:3px}
  .slider-dots{left:50%;transform:translateX(-50%);bottom:12px}
  .recent-strip{gap:9px}.recent-card{flex:0 0 118px;padding:8px}.recent-card b{font-size:10px}.recent-card .price{font-size:13px!important;margin-bottom:2px}
  footer{grid-template-columns:1fr;gap:13px;margin-top:30px}
  .floating-whats{right:14px;bottom:18px;z-index:45}
}

@media(max-width:390px){
  .hero-card{min-height:465px}.hero-copy{max-width:82%;padding-left:20px}.hero-copy h1{font-size:29px}.trust-row{width:128%;gap:9px}.quick-actions a{min-height:76px}.main-nav a{flex-basis:70px}.logo img{width:132px}
}

/* CENTER DIGITAL PLATFORM — Alpha 0.3 / Sprint 1: Header */
.site-header{
  position:sticky;
  top:0;
  z-index:50;
  max-width:none;
  margin:0;
  padding:0;
  display:block;
  background:rgba(255,255,255,.96);
  border-bottom:1px solid rgba(230,235,242,.9);
  box-shadow:0 5px 22px rgba(6,31,79,.06);
  -webkit-backdrop-filter:blur(14px);
  backdrop-filter:blur(14px);
}
.header-main{
  width:min(1220px,100%);
  min-height:88px;
  margin:0 auto;
  padding:14px 20px;
  display:grid;
  grid-template-columns:190px minmax(320px,1fr) auto;
  align-items:center;
  gap:26px;
}
.logo{
  display:flex;
  align-items:center;
  min-width:0;
  border:0;
  background:transparent;
}
.logo img{
  display:block;
  width:180px;
  height:60px;
  object-fit:contain;
  object-position:left center;
  background:transparent;
  border:0;
}
.search{
  position:relative;
  display:flex;
  width:100%;
  min-height:50px;
  border:1px solid #d7dfe9;
  border-radius:15px;
  background:#fff;
  box-shadow:0 5px 18px rgba(6,31,79,.045);
  overflow:visible;
  transition:border-color .2s,box-shadow .2s;
}
.search:focus-within{
  border-color:#8fb4f4;
  box-shadow:0 0 0 4px rgba(7,86,216,.09),0 7px 22px rgba(6,31,79,.06);
}
.search input{
  width:100%;
  min-width:0;
  border:0;
  outline:0;
  padding:13px 17px;
  background:transparent;
  color:var(--ink);
  font-size:16px;
  line-height:1.25;
  -webkit-appearance:none;
  appearance:none;
}
.search input::-webkit-search-cancel-button{-webkit-appearance:none}
.search input::placeholder{color:#8590a3;opacity:1}
.search button{
  flex:0 0 54px;
  width:54px;
  min-height:48px;
  border:0;
  border-radius:0 14px 14px 0;
  display:grid;
  place-items:center;
  background:var(--blue);
  color:#fff;
  transition:background .2s,transform .2s;
}
.search button:hover{background:var(--blue2)}
.search button:active{transform:scale(.97)}
.search button svg{
  width:21px;
  height:21px;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.header-actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:8px;
}
.header-action{
  position:relative;
  min-width:86px;
  min-height:52px;
  border:1px solid transparent;
  border-radius:13px;
  background:transparent;
  padding:7px 9px;
  display:grid;
  grid-template-columns:25px auto;
  grid-template-rows:auto auto;
  column-gap:7px;
  align-items:center;
  color:#162033;
  white-space:nowrap;
  transition:background .2s,border-color .2s,transform .2s;
}
.header-action:hover{
  background:#f4f7fc;
  border-color:#e4eaf3;
  transform:translateY(-1px);
}
.action-icon{
  grid-row:1 / 3;
  display:grid;
  place-items:center;
}
.action-icon svg{
  width:24px;
  height:24px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.action-label{
  align-self:end;
  font-size:12px;
  font-weight:700;
  line-height:1.1;
}
.header-action b{
  justify-self:start;
  align-self:start;
  min-width:19px;
  height:19px;
  padding:0 5px;
  border-radius:999px;
  display:inline-grid;
  place-items:center;
  background:var(--blue);
  color:#fff;
  font-size:10px;
  line-height:1;
}
.main-nav{display:none!important}
.suggestions{z-index:70}

@media(max-width:1000px){
  .header-main{grid-template-columns:160px minmax(240px,1fr) auto;gap:16px}
  .logo img{width:155px;height:54px}
  .header-action{min-width:48px;grid-template-columns:1fr;padding:7px}
  .action-icon{grid-row:auto}
  .action-label{display:none}
  .header-action b{position:absolute;right:3px;top:2px}
}

@media(max-width:720px){
  .site-header{
    top:0;
    box-shadow:0 4px 16px rgba(6,31,79,.07);
  }
  .header-main{
    min-height:0;
    padding:10px 14px 12px;
    grid-template-columns:minmax(0,1fr) auto;
    grid-template-areas:
      "logo actions"
      "search search";
    gap:9px 12px;
  }
  .logo{grid-area:logo}
  .logo img{
    width:152px;
    height:48px;
    object-position:left center;
  }
  .header-actions{
    grid-area:actions;
    gap:5px;
  }
  .header-action{
    width:42px;
    min-width:42px;
    min-height:42px;
    padding:5px;
    border-radius:11px;
    display:grid;
    place-items:center;
  }
  .action-icon svg{width:23px;height:23px}
  .header-action b{
    right:-1px;
    top:-2px;
    min-width:18px;
    height:18px;
    font-size:9px;
    border:2px solid #fff;
  }
  .search{
    grid-area:search;
    min-height:48px;
    border-radius:24px;
    box-shadow:none;
  }
  .search input{
    font-size:16px;
    padding:12px 16px;
  }
  .search button{
    flex-basis:52px;
    width:52px;
    min-height:46px;
    border-radius:0 23px 23px 0;
  }
  .hero{margin-top:12px}
}

@media(max-width:390px){
  .header-main{padding-left:12px;padding-right:12px}
  .logo img{width:138px;height:45px}
  .header-actions{gap:3px}
  .header-action{width:39px;min-width:39px}
}

/* Sprint 1.1 — correções de navegação no iPhone */
@media(max-width:720px){
  .header-main{
    grid-template-columns:minmax(130px,1fr) auto;
    gap:9px 10px;
  }
  .header-actions{
    align-items:flex-start;
    gap:4px;
  }
  .header-action{
    width:58px;
    min-width:58px;
    min-height:50px;
    padding:4px 2px 2px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:2px;
    overflow:visible;
  }
  .header-action .action-icon{
    display:grid;
    flex:0 0 auto;
  }
  .header-action .action-label{
    display:block;
    font-size:9px;
    line-height:1;
    font-weight:700;
    color:#263247;
  }
  .header-action b{
    right:1px;
    top:-1px;
  }
  .suggestions[hidden]{display:none!important}
}

@media(max-width:390px){
  .logo img{width:132px;height:44px}
  .header-action{width:54px;min-width:54px}
  .header-action .action-label{font-size:8.5px}
}

/* =========================================================
   Sprint 2 — Hero principal
   Escopo isolado: somente o primeiro banner da página inicial.
   ========================================================= */
.hero{max-width:1220px;margin:18px auto 0;padding:0 20px}
.hero-slider{position:relative;height:326px;border-radius:16px;overflow:hidden;background:#031535;box-shadow:0 22px 55px rgba(3,25,66,.18)}
.hero-slide{position:absolute;inset:0;display:grid;grid-template-columns:minmax(0,52%) minmax(360px,48%);align-items:center;opacity:0;visibility:hidden;transform:scale(1.012);transition:opacity .65s ease,transform .8s ease,visibility .65s;isolation:isolate;overflow:hidden}
.hero-slide.active{opacity:1;visibility:visible;transform:scale(1);z-index:2}
.hero-slide:before{content:"";position:absolute;inset:0;z-index:-3;background:linear-gradient(112deg,#031331 0%,#062d73 56%,#0874e8 100%)}
.hero-service:before{background:linear-gradient(112deg,#04152f 0%,#083a7e 56%,#0b63d8 100%)}
.hero-slide:after{content:"";position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,rgba(1,12,31,.28) 0%,transparent 62%),radial-gradient(circle at 82% 35%,rgba(106,196,255,.26),transparent 34%)}
.hero-ambient{position:absolute;inset:0;z-index:-1;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:44px 44px;mask-image:linear-gradient(90deg,transparent 25%,#000 72%);-webkit-mask-image:linear-gradient(90deg,transparent 25%,#000 72%)}
.hero-ambient:before,.hero-ambient:after{content:"";position:absolute;border-radius:50%;filter:blur(2px)}
.hero-ambient:before{width:310px;height:310px;right:-100px;top:-140px;border:1px solid rgba(255,255,255,.16)}
.hero-ambient:after{width:185px;height:185px;right:19%;bottom:-130px;border:1px solid rgba(255,255,255,.13)}
.hero-copy{position:relative;z-index:4;max-width:620px;padding:42px 48px;color:#fff}
.hero-eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:13px;font-size:10px;font-weight:800;letter-spacing:2.2px;color:#a9d8ff}
.hero-eyebrow:before{content:"";width:26px;height:2px;border-radius:2px;background:#52b6ff;box-shadow:0 0 14px #52b6ff}
.hero-copy h1{max-width:550px;margin:0 0 12px;font-size:clamp(32px,3.25vw,45px);line-height:1.02;letter-spacing:-1.5px;text-wrap:balance}
.hero-copy h1 span{color:#64bcff}
.hero-copy p{max-width:415px;margin:0 0 23px;color:#dcecff;font-size:15px;line-height:1.45}
.hero-copy-service h1{max-width:520px;margin-bottom:27px}
.hero-actions{display:flex;gap:10px;flex-wrap:wrap}
.btn.hero-primary,.btn.hero-secondary{min-height:45px;padding:0 18px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-size:13px;font-weight:800;transition:transform .2s,box-shadow .2s,background .2s,border-color .2s}
.btn.hero-primary{border:1px solid #fff;background:#fff;color:#0756d8;box-shadow:0 10px 24px rgba(0,0,0,.18)}
.btn.hero-primary:hover{transform:translateY(-2px);box-shadow:0 14px 28px rgba(0,0,0,.23)}
.btn.hero-secondary{border:1px solid rgba(255,255,255,.46);background:rgba(255,255,255,.08);color:#fff;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}
.btn.hero-secondary:hover{transform:translateY(-2px);background:rgba(255,255,255,.15);border-color:rgba(255,255,255,.75)}
.hero-product-art,.hero-repair-art{position:relative;z-index:3;width:100%;height:100%;min-width:0;filter:drop-shadow(0 26px 28px rgba(0,0,0,.28))}
.hero-glow{position:absolute;width:370px;height:245px;left:50%;top:50%;transform:translate(-43%,-48%);border-radius:50%;background:radial-gradient(circle,rgba(111,205,255,.42),rgba(19,104,230,.13) 42%,transparent 70%);filter:blur(6px)}
.device-phone{position:absolute;width:154px;height:284px;left:45%;top:50%;transform:translate(-50%,-47%) rotate(-8deg);border:3px solid rgba(211,233,255,.95);border-radius:31px;background:linear-gradient(150deg,#d6e9fa 0%,#55799c 20%,#102641 62%,#06101e 100%);box-shadow:inset 0 0 0 2px rgba(0,0,0,.38),0 30px 55px rgba(0,0,0,.38)}
.phone-screen{position:absolute;inset:7px;border-radius:24px;overflow:hidden;background:radial-gradient(circle at 65% 72%,#58bfff 0 8%,#125ee0 21%,#071b55 45%,#020714 74%)}
.phone-screen:before,.phone-screen:after{content:"";position:absolute;border:1px solid rgba(106,201,255,.7);border-radius:50%;transform:rotate(-25deg)}
.phone-screen:before{width:230px;height:112px;left:-88px;bottom:26px;box-shadow:0 0 20px rgba(70,170,255,.35)}
.phone-screen:after{width:180px;height:78px;left:-58px;bottom:64px}
.phone-screen span{position:absolute;top:7px;left:50%;width:43px;height:12px;transform:translateX(-50%);border-radius:0 0 12px 12px;background:#02050a}
.phone-cameras{position:absolute;z-index:4;width:68px;height:68px;left:10px;top:10px;border-radius:18px;background:linear-gradient(145deg,#47617d,#14263d);box-shadow:0 4px 10px rgba(0,0,0,.4)}
.phone-cameras i{position:absolute;width:23px;height:23px;border-radius:50%;background:radial-gradient(circle at 40% 35%,#5483af 0 7%,#03080f 25% 54%,#274967 58%,#050a10 72%);border:2px solid #728da7}
.phone-cameras i:nth-child(1){left:7px;top:7px}.phone-cameras i:nth-child(2){right:7px;top:7px}.phone-cameras i:nth-child(3){left:7px;bottom:7px}
.device-watch{position:absolute;width:83px;height:102px;left:19%;top:48%;transform:translate(-50%,-50%) rotate(-12deg);border:5px solid #b9c7d6;border-radius:24px;background:#070d16;box-shadow:0 20px 34px rgba(0,0,0,.33)}
.device-watch:before,.device-watch:after{content:"";position:absolute;left:18px;width:38px;height:82px;z-index:-1;border-radius:17px;background:linear-gradient(#0c1828,#536980)}
.device-watch:before{bottom:74px}.device-watch:after{top:74px}
.watch-crown{position:absolute;right:-9px;top:27px;width:6px;height:19px;border-radius:4px;background:#b9c7d6}
.watch-screen{position:absolute;inset:5px;border-radius:15px;display:grid;place-content:center;text-align:center;background:radial-gradient(circle at 60% 30%,#176ceb,#05152c 58%);color:#fff}
.watch-screen b{font-size:26px;line-height:.8}.watch-screen small{font-size:12px;color:#65c5ff}
.device-earbuds{position:absolute;width:105px;height:82px;right:8%;top:34%;border:2px solid rgba(255,255,255,.8);border-radius:20px 20px 29px 29px;background:linear-gradient(145deg,#fff,#bcd6ea);box-shadow:0 18px 34px rgba(0,0,0,.3)}
.device-earbuds:before{content:"";position:absolute;left:8px;right:8px;top:27px;height:1px;background:rgba(13,62,104,.25)}
.earbud{position:absolute;top:10px;width:16px;height:31px;border-radius:10px 10px 8px 8px;background:linear-gradient(145deg,#fff,#aac8df);box-shadow:inset -2px -2px 3px rgba(0,0,0,.12)}
.earbud:after{content:"";position:absolute;width:6px;height:24px;top:22px;border-radius:5px;background:inherit}
.earbud.e1{left:31px;transform:rotate(-7deg)}.earbud.e1:after{left:7px}.earbud.e2{right:31px;transform:rotate(7deg)}.earbud.e2:after{right:7px}
.device-magsafe{position:absolute;width:83px;height:83px;right:15%;bottom:14%;border-radius:50%;background:linear-gradient(145deg,#ecf6ff,#8babc5);box-shadow:0 18px 35px rgba(0,0,0,.32),inset 0 0 0 4px rgba(255,255,255,.72)}
.device-magsafe:before{content:"";position:absolute;width:72px;height:11px;right:-52px;top:36px;border-radius:10px;background:linear-gradient(90deg,#b9ccdc,#f4fbff)}
.device-magsafe span{position:absolute;inset:12px;border:1px solid rgba(42,88,124,.22);border-radius:50%}
.hero-repair-art .hero-glow{transform:translate(-46%,-48%)}
.repair-phone{position:absolute;width:146px;height:273px;left:43%;top:51%;transform:translate(-50%,-50%) rotate(-7deg);border:3px solid #bcd7ea;border-radius:30px;background:linear-gradient(150deg,#4e779e,#102944 55%,#06101d);box-shadow:0 30px 54px rgba(0,0,0,.4)}
.repair-screen{position:absolute;inset:7px;border-radius:23px;background:radial-gradient(circle at 72% 30%,#2489ff,#08265b 42%,#030a16 78%)}
.repair-screen:after{content:"";position:absolute;left:50%;top:7px;width:42px;height:11px;transform:translateX(-50%);border-radius:0 0 11px 11px;background:#02050a}
.repair-camera{position:absolute;z-index:3;left:10px;top:10px;width:58px;height:58px;border-radius:17px;background:#1c3856}.repair-camera i{position:absolute;width:23px;height:23px;border-radius:50%;background:radial-gradient(circle,#315e83,#020609 58%);border:2px solid #7291aa}.repair-camera i:first-child{left:6px;top:6px}.repair-camera i:last-child{right:6px;bottom:6px}
.repair-glass{position:absolute;width:139px;height:264px;left:57%;top:47%;transform:translate(-50%,-50%) rotate(8deg);border:2px solid rgba(199,233,255,.82);border-radius:28px;background:linear-gradient(135deg,rgba(255,255,255,.2),rgba(76,167,238,.03));box-shadow:inset 0 0 25px rgba(131,213,255,.14),0 22px 40px rgba(0,0,0,.23);backdrop-filter:blur(1px)}
.repair-glass:before{content:"";position:absolute;left:50%;top:5px;width:42px;height:10px;transform:translateX(-50%);border-radius:0 0 10px 10px;background:rgba(2,10,21,.72)}
.repair-glass div{position:absolute;width:34px;height:70px;right:-20px;top:108px;border-radius:0 13px 13px 0;background:linear-gradient(90deg,#b5d7ed,#4d8bb5);opacity:.65}
.repair-board{position:absolute;width:93px;height:145px;right:9%;top:47%;transform:translateY(-50%) rotate(9deg);border-radius:15px;background:linear-gradient(145deg,#1a896d,#06483c);border:2px solid #68b59d;box-shadow:0 20px 35px rgba(0,0,0,.3)}
.repair-board:before,.repair-board:after{content:"";position:absolute;background:#d6b25e;border-radius:3px}.repair-board:before{width:41px;height:35px;left:12px;top:17px}.repair-board:after{width:29px;height:42px;right:10px;bottom:18px}
.repair-board i{position:absolute;width:13px;height:13px;background:#101820;border:2px solid #87999f}.repair-board i:nth-child(1){right:11px;top:14px}.repair-board i:nth-child(2){left:12px;top:68px}.repair-board i:nth-child(3){right:13px;top:64px}.repair-board i:nth-child(4){left:18px;bottom:14px}.repair-board span{position:absolute;inset:6px;border:1px dashed rgba(211,240,225,.34);border-radius:10px}
.repair-battery{position:absolute;width:67px;height:109px;left:15%;bottom:15%;transform:rotate(-12deg);border:3px solid #c8e3f2;border-radius:10px;background:linear-gradient(180deg,#102e4d,#071321);box-shadow:0 18px 32px rgba(0,0,0,.32);display:flex;align-items:center;justify-content:center;flex-direction:column;color:#fff}
.repair-battery:before{content:"";position:absolute;top:-9px;width:24px;height:7px;border-radius:4px 4px 0 0;background:#c8e3f2}.repair-battery span{width:27px;height:48px;border:2px solid #72d7a5;border-radius:5px;position:relative}.repair-battery span:after{content:"";position:absolute;left:3px;right:3px;bottom:3px;height:32px;border-radius:2px;background:#38c57f}.repair-battery b{font-size:9px;margin-top:7px;color:#80e6b3}
.repair-badge{position:absolute;right:8%;bottom:12%;display:flex;align-items:center;gap:8px;padding:8px 11px;border:1px solid rgba(255,255,255,.28);border-radius:12px;background:rgba(2,24,61,.55);color:#fff;backdrop-filter:blur(9px);box-shadow:0 12px 26px rgba(0,0,0,.18)}
.repair-badge span{width:26px;height:26px;display:grid;place-items:center;border-radius:50%;background:#fff;color:#0872dd;font-weight:900}.repair-badge small{font-size:9px;line-height:1.25;font-weight:700}
.hero-controls{position:absolute;z-index:8;left:50%;bottom:15px;transform:translateX(-50%);display:flex;gap:7px;padding:6px 8px;border-radius:999px;background:rgba(1,14,36,.32);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}
.hero-controls button{width:7px;height:7px;padding:0;border:0;border-radius:20px;background:rgba(255,255,255,.45);transition:width .25s,background .25s}
.hero-controls button.active{width:24px;background:#fff}

@media(max-width:900px){
  .hero-slider{height:318px}
  .hero-slide{grid-template-columns:minmax(0,55%) minmax(300px,45%)}
  .hero-copy{padding:36px 34px}
  .hero-copy h1{font-size:36px}
  .hero-product-art,.hero-repair-art{transform:scale(.88);transform-origin:center}
}

@media(max-width:720px){
  .hero{margin-top:12px;padding:0 12px}
  .hero-slider{height:385px;border-radius:13px}
  .hero-slide{display:block}
  .hero-slide:after{background:linear-gradient(180deg,rgba(1,12,31,.1) 0%,rgba(1,12,31,.36) 70%,rgba(1,12,31,.55) 100%),radial-gradient(circle at 73% 33%,rgba(106,196,255,.25),transparent 36%)}
  .hero-copy{position:absolute;left:0;right:0;bottom:0;padding:20px 20px 35px;background:linear-gradient(180deg,transparent,rgba(2,15,38,.82) 26%,rgba(2,15,38,.96));text-align:left}
  .hero-eyebrow{margin-bottom:7px;font-size:8px}
  .hero-copy h1{max-width:390px;margin-bottom:7px;font-size:29px;line-height:1.02;letter-spacing:-.8px}
  .hero-copy p{margin-bottom:14px;font-size:12px}
  .hero-copy-service h1{max-width:330px;margin-bottom:15px}
  .hero-actions{gap:7px;flex-wrap:nowrap}
  .btn.hero-primary,.btn.hero-secondary{min-height:40px;padding:0 12px;border-radius:9px;font-size:11px;white-space:nowrap}
  .hero-products .hero-product-art,.hero-service .hero-repair-art{position:absolute;left:50%;top:-25px;width:420px;height:260px;transform:translateX(-50%) scale(.73);transform-origin:center top}
  .hero-controls{bottom:10px;left:auto;right:16px;transform:none;background:transparent;padding:0}
  .hero-controls button{height:6px;width:6px}.hero-controls button.active{width:20px}
}

@media(max-width:390px){
  .hero-slider{height:372px}
  .hero-copy{padding-left:16px;padding-right:16px}
  .hero-copy h1{font-size:27px}
  .btn.hero-primary,.btn.hero-secondary{padding:0 10px;font-size:10px}
  .hero-service .btn.hero-primary{font-size:9.5px}
}

@media(prefers-reduced-motion:reduce){
  .hero-slide,.hero-controls button,.btn.hero-primary,.btn.hero-secondary{transition:none}
}

/* Sprint 2.1 — imagens realistas do Hero */
.hero-photo-art{position:relative;z-index:3;width:100%;height:100%;min-width:0;overflow:hidden;filter:none}
.hero-photo-art::before{content:"";position:absolute;z-index:2;inset:0;background:linear-gradient(90deg,rgba(2,15,38,.92) 0%,rgba(2,15,38,.42) 21%,transparent 52%),linear-gradient(180deg,transparent 70%,rgba(2,15,38,.2));pointer-events:none}
.hero-photo-art img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;filter:saturate(1.04) contrast(1.04)}
.hero-service .hero-photo-art img{object-position:68% center}
@media(max-width:900px){
  .hero-product-art.hero-photo-art,.hero-repair-art.hero-photo-art{transform:none}
}
@media(max-width:720px){
  .hero-products .hero-product-art.hero-photo-art,.hero-service .hero-repair-art.hero-photo-art{position:absolute;left:0;top:0;width:100%;height:64%;transform:none}
  .hero-photo-art::before{background:linear-gradient(180deg,rgba(2,15,38,.05),rgba(2,15,38,.1) 55%,rgba(2,15,38,.88) 100%)}
  .hero-photo-art img{object-position:center 45%}
  .hero-service .hero-photo-art img{object-position:76% 45%}
}


/* =========================================================
   Sprint 2.2 — direção de arte premium do Hero
   Mantém textos, botões, slider e demais seções intactos.
   ========================================================= */
.hero-slider{background:#031535;box-shadow:0 24px 60px rgba(3,25,66,.22)}
.hero-slide{grid-template-columns:minmax(0,47%) minmax(420px,53%)}
.hero-slide:before{background:linear-gradient(112deg,#021127 0%,#052a65 51%,#0871df 100%)}
.hero-service:before{background:linear-gradient(112deg,#021127 0%,#06316f 52%,#0a65c8 100%)}
.hero-slide:after{z-index:2;background:linear-gradient(90deg,#03132f 0%,rgba(3,19,47,.97) 32%,rgba(3,19,47,.72) 45%,rgba(3,19,47,.08) 69%,transparent 100%),linear-gradient(180deg,rgba(1,11,29,.02) 55%,rgba(1,11,29,.32) 100%)}
.hero-copy{z-index:5;padding:42px 48px}
.hero-photo-art{position:absolute;z-index:1;inset:0 0 0 39%;width:auto;height:100%;overflow:hidden}
.hero-photo-art::before{z-index:2;background:linear-gradient(90deg,rgba(3,19,47,.92) 0%,rgba(3,19,47,.52) 18%,rgba(3,19,47,.06) 44%,transparent 68%),linear-gradient(180deg,transparent 66%,rgba(2,13,34,.2) 100%)}
.hero-photo-art img{width:100%;height:100%;object-fit:cover;object-position:center 55%;filter:saturate(1.06) contrast(1.06) brightness(.98);transform:scale(1.02)}
.hero-products .hero-photo-art img{object-position:center 58%}
.hero-service .hero-photo-art img{object-position:center 54%}
.hero-ambient{z-index:3;opacity:.55}

@media(max-width:900px){
  .hero-slide{grid-template-columns:minmax(0,52%) minmax(320px,48%)}
  .hero-photo-art{inset:0 0 0 43%}
  .hero-copy{padding:36px 34px}
}

@media(max-width:720px){
  .hero-slide:after{background:linear-gradient(180deg,rgba(2,14,36,.04) 0%,rgba(2,14,36,.08) 39%,rgba(2,14,36,.78) 70%,rgba(2,14,36,.98) 100%)}
  .hero-products .hero-product-art.hero-photo-art,.hero-service .hero-repair-art.hero-photo-art{inset:0;width:100%;height:69%;transform:none}
  .hero-photo-art::before{background:linear-gradient(180deg,rgba(2,14,36,.02) 0%,rgba(2,14,36,.04) 53%,rgba(2,14,36,.72) 100%)}
  .hero-photo-art img{object-position:center 52%;transform:scale(1.01)}
  .hero-products .hero-photo-art img{object-position:center 58%}
  .hero-service .hero-photo-art img{object-position:center 52%}
  .hero-copy{z-index:5}
}

/* Sprint 2.3 — reconstrução completa do Banner 1 */
.hero-products .hero-photo-art{inset:0 0 0 34%}
.hero-products .hero-photo-art::before{background:linear-gradient(90deg,#021028 0%,rgba(2,16,40,.98) 14%,rgba(2,16,40,.58) 31%,rgba(2,16,40,.08) 52%,transparent 70%)}
.hero-products .hero-photo-art img{object-fit:cover;object-position:58% 50%;transform:scale(1);filter:saturate(1.04) contrast(1.04) brightness(1.02)}
.hero-products .hero-copy{max-width:560px}
@media(max-width:900px){
  .hero-products .hero-photo-art{inset:0 0 0 38%}
  .hero-products .hero-photo-art img{object-position:62% 50%}
}
@media(max-width:680px){
  .hero-products .hero-product-art.hero-photo-art{inset:0;width:100%;height:70%}
  .hero-products .hero-photo-art::before{background:linear-gradient(180deg,rgba(2,16,40,.02) 0%,rgba(2,16,40,.08) 49%,rgba(2,16,40,.83) 83%,#021028 100%)}
  .hero-products .hero-photo-art img{object-position:62% 46%;transform:scale(1.02)}
}

/* =========================================================
   Sprint 2.4 — proporção compacta do Hero no celular
   Escopo isolado: altura, enquadramento e escala do Hero mobile.
   Desktop permanece exatamente como aprovado na Sprint 2.3.
   ========================================================= */
@media (max-width:720px){
  .hero{
    margin-top:10px;
    padding-inline:10px;
  }

  .hero-slider{
    height:258px;
    min-height:0;
    border-radius:12px;
  }

  .hero-slide{
    min-height:0;
  }

  .hero-products .hero-product-art.hero-photo-art,
  .hero-service .hero-repair-art.hero-photo-art{
    inset:0;
    width:100%;
    height:100%;
  }

  .hero-photo-art img{
    width:100%;
    height:100%;
    object-fit:cover;
    transform:none;
  }

  .hero-products .hero-photo-art img{
    object-position:64% 48%;
    transform:scale(1.01);
  }

  .hero-service .hero-photo-art img{
    object-position:72% 48%;
    transform:scale(1.01);
  }

  .hero-products .hero-photo-art::before,
  .hero-service .hero-photo-art::before{
    background:linear-gradient(90deg,rgba(2,16,40,.94) 0%,rgba(2,16,40,.76) 39%,rgba(2,16,40,.15) 70%,transparent 100%),linear-gradient(180deg,rgba(2,14,36,.03),rgba(2,14,36,.12) 62%,rgba(2,14,36,.42) 100%);
  }

  .hero-slide:after{
    background:linear-gradient(90deg,rgba(2,14,36,.55) 0%,rgba(2,14,36,.16) 66%,transparent 100%);
  }

  .hero-copy{
    position:relative;
    left:auto;
    right:auto;
    bottom:auto;
    width:62%;
    max-width:255px;
    height:100%;
    padding:23px 0 28px 18px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    background:none;
    text-align:left;
  }

  .hero-eyebrow{
    margin-bottom:6px;
    font-size:7px;
    letter-spacing:1.4px;
  }

  .hero-eyebrow:before{
    width:18px;
  }

  .hero-copy h1{
    max-width:235px;
    margin:0 0 12px;
    font-size:24px;
    line-height:1.02;
    letter-spacing:-.65px;
  }

  .hero-copy p{
    display:none;
  }

  .hero-copy-service h1{
    max-width:235px;
    margin-bottom:14px;
  }

  .hero-actions{
    width:205px;
    gap:7px;
    flex-wrap:wrap;
  }

  .btn.hero-primary,
  .btn.hero-secondary{
    min-height:35px;
    padding:0 11px;
    border-radius:8px;
    font-size:9.5px;
    line-height:1;
  }

  .hero-products .hero-actions .btn{
    min-width:122px;
  }

  .hero-service .hero-actions{
    width:215px;
  }

  .hero-service .btn.hero-primary,
  .hero-service .btn.hero-secondary{
    width:max-content;
    max-width:215px;
  }

  .hero-controls{
    left:50%;
    right:auto;
    bottom:7px;
    transform:translateX(-50%);
    gap:5px;
  }
}

@media (max-width:390px){
  .hero-slider{
    height:238px;
  }

  .hero-copy{
    width:64%;
    max-width:230px;
    padding:18px 0 23px 15px;
  }

  .hero-copy h1{
    max-width:210px;
    margin-bottom:10px;
    font-size:21px;
  }

  .hero-actions{
    width:190px;
    gap:6px;
  }

  .btn.hero-primary,
  .btn.hero-secondary{
    min-height:32px;
    padding:0 9px;
    font-size:8.6px;
  }

  .hero-service .hero-actions{
    width:200px;
  }

  .hero-products .hero-photo-art img{
    object-position:66% 48%;
  }

  .hero-service .hero-photo-art img{
    object-position:74% 48%;
  }
}

/* =========================================================
   Sprint 2.5 — Hero mobile mais compacto e uniforme
   Escopo isolado: apenas o Hero em telas de celular.
   Desktop e demais seções permanecem inalterados.
   ========================================================= */
@media (max-width:720px){
  .hero{
    margin-top:10px;
    padding-inline:10px;
  }

  .hero-slider{
    height:212px;
    border-radius:12px;
  }

  .hero-slide{
    min-height:0;
  }

  .hero-products .hero-product-art.hero-photo-art,
  .hero-service .hero-repair-art.hero-photo-art{
    inset:0;
    width:100%;
    height:100%;
    background:#021028;
  }

  .hero-photo-art img,
  .hero-products .hero-photo-art img,
  .hero-service .hero-photo-art img{
    width:100%;
    height:100%;
    object-fit:cover;
    transform:scale(.93);
    transform-origin:center;
  }

  .hero-products .hero-photo-art img{
    object-position:65% 50%;
  }

  .hero-service .hero-photo-art img{
    object-position:72% 50%;
  }

  .hero-products .hero-photo-art::before,
  .hero-service .hero-photo-art::before{
    background:
      linear-gradient(90deg,rgba(2,16,40,.96) 0%,rgba(2,16,40,.81) 38%,rgba(2,16,40,.25) 68%,transparent 100%),
      linear-gradient(180deg,rgba(2,14,36,.03),rgba(2,14,36,.10) 65%,rgba(2,14,36,.28) 100%);
  }

  .hero-slide:after{
    background:linear-gradient(90deg,rgba(2,14,36,.48) 0%,rgba(2,14,36,.10) 68%,transparent 100%);
  }

  .hero-copy{
    width:62%;
    max-width:245px;
    height:100%;
    padding:14px 0 20px 17px;
  }

  .hero-eyebrow{
    margin-bottom:4px;
    font-size:6.5px;
    letter-spacing:1.25px;
  }

  .hero-eyebrow:before{
    width:17px;
  }

  .hero-copy h1{
    max-width:225px;
    margin:0 0 9px;
    font-size:21px;
    line-height:1.01;
    letter-spacing:-.55px;
  }

  .hero-copy-service h1{
    max-width:225px;
    margin-bottom:10px;
  }

  .hero-actions,
  .hero-service .hero-actions{
    width:205px;
    gap:5px;
  }

  .btn.hero-primary,
  .btn.hero-secondary{
    min-height:31px;
    padding:0 9px;
    border-radius:7px;
    font-size:8.7px;
  }

  .hero-products .hero-actions .btn{
    min-width:112px;
  }

  .hero-controls{
    bottom:6px;
  }
}

/* iPhone Pro Max e celulares largos */
@media (min-width:430px) and (max-width:720px){
  .hero-slider{height:228px}
  .hero-copy{padding-left:19px}
  .hero-copy h1{font-size:22px;max-width:235px}
  .btn.hero-primary,.btn.hero-secondary{min-height:32px;font-size:9px}
}

/* Celulares padrão */
@media (min-width:390px) and (max-width:429px){
  .hero-slider{height:212px}
}

/* Celulares estreitos */
@media (max-width:389px){
  .hero-slider{height:198px}
  .hero-copy{
    width:64%;
    max-width:220px;
    padding:11px 0 17px 14px;
  }
  .hero-copy h1{
    max-width:205px;
    margin-bottom:7px;
    font-size:19px;
  }
  .hero-copy-service h1{max-width:205px;margin-bottom:8px}
  .hero-actions,.hero-service .hero-actions{width:190px;gap:4px}
  .btn.hero-primary,.btn.hero-secondary{
    min-height:29px;
    padding:0 8px;
    font-size:8px;
  }
  .hero-service .btn.hero-primary{font-size:7.8px}
  .hero-photo-art img,
  .hero-products .hero-photo-art img,
  .hero-service .hero-photo-art img{
    transform:scale(.92);
  }
}


/* Sprint 2.6 Hero Premium */
@media (max-width:768px){
.hero-slide{padding:22px 22px 18px!important;}
.hero-content{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:18px;}
.hero-text{flex:0 0 46%!important;padding-top:10px!important;}
.hero-text .eyebrow{margin-bottom:6px!important;}
.hero-text h1,.hero-text h2{line-height:1.08!important;margin-bottom:10px!important;}
.hero-actions{display:flex!important;flex-direction:column!important;gap:10px!important;margin-top:8px!important;}
.hero-actions .btn{min-width:190px!important;padding:13px 18px!important;}
.hero-image{flex:0 0 50%!important;display:flex;align-items:center;justify-content:center;}
.hero-image img{max-width:92%!important;transform:translateX(-10px) scale(1.06)!important;}
.hero-slide.assistance .hero-image img{max-width:88%!important;transform:translateX(-18px) scale(1.08)!important;}
.hero-indicators{bottom:10px!important;}
}


/* =========================================================
   ALPHA 0.3 — SPRINT 3.0
   Hero reconstruído para mobile-first, inspirado na clareza
   visual de grandes varejistas, sem alterar as demais seções.
   ========================================================= */
.hero-sprint-3{margin-top:14px;padding-inline:16px}
.hero-sprint-3 .hero-slider-v3{height:330px;border-radius:18px;overflow:hidden;background:#04142f;box-shadow:0 12px 30px rgba(2,16,40,.14)}
.hero-sprint-3 .hero-v3-slide{position:absolute;inset:0;display:block!important;padding:0!important;overflow:hidden;background:#04142f}
.hero-sprint-3 .hero-v3-media{position:absolute;inset:0;z-index:0;overflow:hidden}
.hero-sprint-3 .hero-v3-media img{width:100%;height:100%;display:block;object-fit:cover;transform:none!important;max-width:none!important}
.hero-sprint-3 .hero-products .hero-v3-media img{object-position:67% 50%}
.hero-sprint-3 .hero-service .hero-v3-media img{object-position:71% 58%}
.hero-sprint-3 .hero-v3-shade{position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(2,15,37,.98) 0%,rgba(2,15,37,.91) 35%,rgba(2,15,37,.47) 58%,rgba(2,15,37,.08) 78%,transparent 100%)}
.hero-sprint-3 .hero-service .hero-v3-shade{background:linear-gradient(90deg,rgba(2,15,37,.99) 0%,rgba(2,15,37,.94) 39%,rgba(2,15,37,.54) 61%,rgba(2,15,37,.12) 82%,transparent 100%)}
.hero-sprint-3 .hero-v3-copy{position:relative;z-index:2;width:47%;max-width:470px;height:100%;padding:48px 0 42px 48px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;color:#fff}
.hero-sprint-3 .hero-eyebrow{display:flex;align-items:center;gap:10px;margin:0 0 12px;font-size:11px;font-weight:800;letter-spacing:2.1px;color:#d8e9ff}
.hero-sprint-3 .hero-eyebrow:before{content:"";width:28px;height:3px;border-radius:999px;background:#42a5ff}
.hero-sprint-3 .hero-v3-copy h1{max-width:410px;margin:0 0 12px;font-size:42px;line-height:1.02;letter-spacing:-1.45px;color:#fff}
.hero-sprint-3 .hero-v3-copy p{display:block!important;max-width:390px;margin:0 0 22px;font-size:16px;line-height:1.45;color:rgba(255,255,255,.82)}
.hero-sprint-3 .hero-v3-actions{display:flex!important;flex-direction:row!important;align-items:center;gap:18px!important;width:auto!important;margin:0!important}
.hero-sprint-3 .hero-v3-actions .btn{min-width:0!important;min-height:44px!important;width:auto!important;padding:0 20px!important;border-radius:10px!important;font-size:14px!important;font-weight:800!important}
.hero-sprint-3 .hero-v3-actions .hero-primary{background:#fff!important;color:#0759c7!important;border:1px solid #fff!important;box-shadow:0 8px 22px rgba(0,0,0,.14)}
.hero-sprint-3 .hero-v3-actions .hero-link{display:inline-flex;align-items:center;justify-content:center;padding:0!important;background:transparent!important;color:#fff!important;border:0!important;box-shadow:none!important;text-decoration:none}
.hero-sprint-3 .hero-v3-controls{left:50%!important;right:auto!important;bottom:14px!important;transform:translateX(-50%)!important;z-index:4!important;gap:7px!important}
.hero-sprint-3 .hero-v3-controls button{width:8px;height:8px;border-radius:999px;background:rgba(255,255,255,.52)}
.hero-sprint-3 .hero-v3-controls button.active{width:28px;background:#fff}

@media (max-width:720px){
  .hero-sprint-3{margin-top:10px;padding-inline:16px}
  .hero-sprint-3 .hero-slider-v3{height:228px!important;border-radius:15px!important;box-shadow:0 9px 22px rgba(2,16,40,.12)}
  .hero-sprint-3 .hero-products .hero-v3-media img{object-position:69% 50%;transform:scale(.98)!important}
  .hero-sprint-3 .hero-service .hero-v3-media img{object-position:74% 57%;transform:scale(1.02)!important}
  .hero-sprint-3 .hero-v3-shade{background:linear-gradient(90deg,rgba(2,15,37,.99) 0%,rgba(2,15,37,.94) 43%,rgba(2,15,37,.55) 66%,rgba(2,15,37,.08) 100%)}
  .hero-sprint-3 .hero-service .hero-v3-shade{background:linear-gradient(90deg,rgba(2,15,37,.99) 0%,rgba(2,15,37,.96) 47%,rgba(2,15,37,.59) 69%,rgba(2,15,37,.10) 100%)}
  .hero-sprint-3 .hero-v3-copy{width:58%!important;max-width:none!important;height:100%!important;padding:22px 0 24px 24px!important;justify-content:center!important}
  .hero-sprint-3 .hero-eyebrow{margin-bottom:7px!important;gap:7px!important;font-size:7.5px!important;letter-spacing:1.25px!important}
  .hero-sprint-3 .hero-eyebrow:before{width:20px;height:2px}
  .hero-sprint-3 .hero-v3-copy h1{max-width:235px!important;margin:0 0 7px!important;font-size:24px!important;line-height:1.02!important;letter-spacing:-.7px!important}
  .hero-sprint-3 .hero-v3-copy p{max-width:215px!important;margin:0 0 13px!important;font-size:10.5px!important;line-height:1.3!important;color:rgba(255,255,255,.8)!important}
  .hero-sprint-3 .hero-v3-actions{display:flex!important;flex-direction:row!important;align-items:center!important;gap:12px!important;width:auto!important;margin:0!important}
  .hero-sprint-3 .hero-v3-actions .btn{min-height:34px!important;padding:0 13px!important;border-radius:8px!important;font-size:9.5px!important;white-space:nowrap!important}
  .hero-sprint-3 .hero-v3-actions .hero-link{min-height:auto!important;padding:0!important;font-size:9px!important}
  .hero-sprint-3 .hero-v3-controls{bottom:7px!important}
  .hero-sprint-3 .hero-v3-controls button{width:6px;height:6px}
  .hero-sprint-3 .hero-v3-controls button.active{width:24px}
}

@media (min-width:390px) and (max-width:429px){
  .hero-sprint-3 .hero-slider-v3{height:212px!important}
  .hero-sprint-3 .hero-v3-copy{padding-left:21px!important}
  .hero-sprint-3 .hero-v3-copy h1{max-width:215px!important;font-size:22px!important}
  .hero-sprint-3 .hero-v3-copy p{max-width:200px!important;font-size:10px!important;margin-bottom:11px!important}
  .hero-sprint-3 .hero-v3-actions{gap:10px!important}
  .hero-sprint-3 .hero-v3-actions .btn{min-height:32px!important;padding-inline:12px!important;font-size:9px!important}
}

@media (max-width:389px){
  .hero-sprint-3{padding-inline:12px}
  .hero-sprint-3 .hero-slider-v3{height:198px!important;border-radius:14px!important}
  .hero-sprint-3 .hero-v3-copy{width:61%!important;padding:18px 0 21px 18px!important}
  .hero-sprint-3 .hero-v3-copy h1{max-width:190px!important;font-size:20px!important;margin-bottom:6px!important}
  .hero-sprint-3 .hero-v3-copy p{max-width:180px!important;font-size:9px!important;margin-bottom:10px!important}
  .hero-sprint-3 .hero-v3-actions{gap:8px!important}
  .hero-sprint-3 .hero-v3-actions .btn{min-height:30px!important;padding-inline:10px!important;font-size:8.4px!important}
  .hero-sprint-3 .hero-v3-actions .hero-link{font-size:8px!important}
  .hero-sprint-3 .hero-products .hero-v3-media img{object-position:72% 50%}
  .hero-sprint-3 .hero-service .hero-v3-media img{object-position:77% 58%}
}

/* =========================================================
   ALPHA 0.3 — SPRINT 3.1
   Hero corrigido: textos e CTAs preservados e visíveis.
   Regras isoladas para evitar colisões com sprints anteriores.
   ========================================================= */
.hero-sprint-31{
  margin-top:14px;
  padding-inline:16px;
}
.hero-sprint-31 .hero-slider-31{
  position:relative;
  height:330px;
  overflow:hidden;
  border-radius:18px;
  background:#03132f;
  box-shadow:0 12px 30px rgba(2,16,40,.14);
}
.hero-sprint-31 .hero-card-31{
  position:absolute!important;
  inset:0!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  padding:0!important;
  overflow:hidden!important;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .45s ease,visibility .45s ease;
}
.hero-sprint-31 .hero-card-31.active{
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
  z-index:2;
}
.hero-sprint-31 .hero-media-31{
  position:absolute;
  inset:0;
  z-index:0;
  overflow:hidden;
}
.hero-sprint-31 .hero-media-31 img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  object-fit:cover!important;
  transform:none!important;
}
.hero-sprint-31 .hero-products-31 .hero-media-31 img{object-position:68% 50%!important}
.hero-sprint-31 .hero-service-31 .hero-media-31 img{object-position:72% 57%!important}
.hero-sprint-31 .hero-overlay-31{
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(90deg,rgba(2,14,34,.98) 0%,rgba(2,14,34,.94) 38%,rgba(2,14,34,.60) 58%,rgba(2,14,34,.14) 82%,transparent 100%);
}
.hero-sprint-31 .hero-service-31 .hero-overlay-31{
  background:linear-gradient(90deg,rgba(2,14,34,.99) 0%,rgba(2,14,34,.96) 41%,rgba(2,14,34,.64) 62%,rgba(2,14,34,.16) 84%,transparent 100%);
}
.hero-sprint-31 .hero-copy-31{
  position:relative!important;
  z-index:3!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:center!important;
  box-sizing:border-box!important;
  width:50%!important;
  height:100%!important;
  padding:42px 0 42px 48px!important;
  color:#fff!important;
  opacity:1!important;
  visibility:visible!important;
}
.hero-sprint-31 .hero-kicker-31{
  display:flex!important;
  align-items:center!important;
  gap:9px!important;
  margin:0 0 10px!important;
  color:#dcecff!important;
  font-size:11px!important;
  font-weight:800!important;
  letter-spacing:2px!important;
  line-height:1!important;
}
.hero-sprint-31 .hero-kicker-31:before{
  content:"";
  width:28px;
  height:3px;
  border-radius:99px;
  background:#42a5ff;
}
.hero-sprint-31 .hero-copy-31 h1{
  display:block!important;
  max-width:410px!important;
  margin:0 0 10px!important;
  color:#fff!important;
  font-size:42px!important;
  font-weight:800!important;
  line-height:1.02!important;
  letter-spacing:-1.35px!important;
  opacity:1!important;
  visibility:visible!important;
}
.hero-sprint-31 .hero-copy-31 p{
  display:block!important;
  max-width:370px!important;
  margin:0 0 20px!important;
  color:rgba(255,255,255,.82)!important;
  font-size:16px!important;
  line-height:1.4!important;
  opacity:1!important;
  visibility:visible!important;
}
.hero-sprint-31 .hero-actions-31{
  display:flex!important;
  flex-direction:row!important;
  align-items:center!important;
  gap:12px!important;
  width:auto!important;
  margin:0!important;
  opacity:1!important;
  visibility:visible!important;
}
.hero-sprint-31 .hero-btn-31{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  box-sizing:border-box!important;
  min-height:44px!important;
  padding:0 19px!important;
  border-radius:10px!important;
  font-size:14px!important;
  font-weight:800!important;
  line-height:1!important;
  text-decoration:none!important;
  white-space:nowrap!important;
  opacity:1!important;
  visibility:visible!important;
}
.hero-sprint-31 .hero-btn-primary-31{
  color:#0759c7!important;
  background:#fff!important;
  border:1px solid #fff!important;
  box-shadow:0 8px 22px rgba(0,0,0,.16)!important;
}
.hero-sprint-31 .hero-btn-secondary-31{
  color:#fff!important;
  background:rgba(4,22,51,.42)!important;
  border:1px solid rgba(255,255,255,.52)!important;
  backdrop-filter:blur(4px);
}
.hero-sprint-31 .hero-controls-31{
  position:absolute!important;
  left:50%!important;
  right:auto!important;
  bottom:12px!important;
  z-index:5!important;
  display:flex!important;
  gap:7px!important;
  transform:translateX(-50%)!important;
}
.hero-sprint-31 .hero-controls-31 button{
  width:7px!important;
  height:7px!important;
  padding:0!important;
  border:0!important;
  border-radius:99px!important;
  background:rgba(255,255,255,.5)!important;
}
.hero-sprint-31 .hero-controls-31 button.active{width:26px!important;background:#fff!important}

@media (max-width:720px){
  .hero-sprint-31{margin-top:10px;padding-inline:16px}
  .hero-sprint-31 .hero-slider-31{height:228px!important;border-radius:15px!important;box-shadow:0 9px 22px rgba(2,16,40,.12)}
  .hero-sprint-31 .hero-products-31 .hero-media-31 img{object-position:70% 50%!important;transform:scale(.98)!important}
  .hero-sprint-31 .hero-service-31 .hero-media-31 img{object-position:75% 57%!important;transform:scale(1.01)!important}
  .hero-sprint-31 .hero-overlay-31{background:linear-gradient(90deg,rgba(2,14,34,.99) 0%,rgba(2,14,34,.96) 47%,rgba(2,14,34,.69) 63%,rgba(2,14,34,.12) 100%)}
  .hero-sprint-31 .hero-service-31 .hero-overlay-31{background:linear-gradient(90deg,rgba(2,14,34,.99) 0%,rgba(2,14,34,.97) 50%,rgba(2,14,34,.72) 67%,rgba(2,14,34,.14) 100%)}
  .hero-sprint-31 .hero-copy-31{width:60%!important;padding:20px 0 23px 22px!important;justify-content:center!important}
  .hero-sprint-31 .hero-kicker-31{gap:7px!important;margin-bottom:6px!important;font-size:7px!important;letter-spacing:1.2px!important}
  .hero-sprint-31 .hero-kicker-31:before{width:19px;height:2px}
  .hero-sprint-31 .hero-copy-31 h1{max-width:230px!important;margin-bottom:7px!important;font-size:23px!important;line-height:1.03!important;letter-spacing:-.65px!important}
  .hero-sprint-31 .hero-copy-31 p{max-width:215px!important;margin-bottom:11px!important;font-size:9.7px!important;line-height:1.28!important}
  .hero-sprint-31 .hero-actions-31{flex-direction:column!important;align-items:stretch!important;gap:6px!important;width:188px!important}
  .hero-sprint-31 .hero-btn-31{width:100%!important;min-height:31px!important;padding:0 10px!important;border-radius:7px!important;font-size:8.8px!important}
  .hero-sprint-31 .hero-controls-31{bottom:6px!important}
  .hero-sprint-31 .hero-controls-31 button{width:6px!important;height:6px!important}
  .hero-sprint-31 .hero-controls-31 button.active{width:23px!important}
}
@media (min-width:390px) and (max-width:429px){
  .hero-sprint-31 .hero-slider-31{height:212px!important}
  .hero-sprint-31 .hero-copy-31{padding-left:20px!important}
  .hero-sprint-31 .hero-copy-31 h1{max-width:210px!important;font-size:21px!important}
  .hero-sprint-31 .hero-copy-31 p{max-width:195px!important;font-size:9px!important;margin-bottom:9px!important}
  .hero-sprint-31 .hero-actions-31{width:176px!important;gap:5px!important}
  .hero-sprint-31 .hero-btn-31{min-height:29px!important;font-size:8.2px!important}
}
@media (max-width:389px){
  .hero-sprint-31{padding-inline:12px}
  .hero-sprint-31 .hero-slider-31{height:198px!important;border-radius:14px!important}
  .hero-sprint-31 .hero-copy-31{width:62%!important;padding:16px 0 20px 17px!important}
  .hero-sprint-31 .hero-copy-31 h1{max-width:190px!important;font-size:19px!important;margin-bottom:5px!important}
  .hero-sprint-31 .hero-copy-31 p{max-width:178px!important;font-size:8.4px!important;margin-bottom:8px!important}
  .hero-sprint-31 .hero-actions-31{width:164px!important;gap:4px!important}
  .hero-sprint-31 .hero-btn-31{min-height:27px!important;padding-inline:8px!important;font-size:7.6px!important}
  .hero-sprint-31 .hero-products-31 .hero-media-31 img{object-position:73% 50%!important}
  .hero-sprint-31 .hero-service-31 .hero-media-31 img{object-position:78% 58%!important}
}

/* Alpha 0.5.3 — vitrines, favoritos e rodapé */
.novelty-section{background:linear-gradient(180deg,#f7faff 0%,#fff 100%)}
.site-footer{display:block!important;margin-top:56px;padding:0!important;background:linear-gradient(180deg,#ffffff 0%,#edf5ff 16%,#cfe2ff 32%,#1769d8 62%,#07459f 100%)!important;color:#fff!important}
.footer-main{max-width:1180px;margin:auto;display:grid;grid-template-columns:1.25fr 1fr 1fr 1fr;gap:40px;padding:110px 24px 42px}
.footer-main>div{min-width:0}.footer-main b{display:block;margin-bottom:14px;font-size:15px}.footer-main p{margin:7px 0;line-height:1.65;color:rgba(255,255,255,.92)}
.footer-brand img{width:190px;height:auto;object-fit:contain;display:block;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;filter:drop-shadow(0 3px 8px rgba(0,0,0,.14))}
.footer-main a{color:#fff;text-decoration:none;font-weight:750}.footer-main a:hover{text-decoration:underline}
.footer-bottom{max-width:1180px;margin:auto;padding:18px 24px 25px;border-top:1px solid rgba(255,255,255,.24);display:flex;justify-content:space-between;gap:20px;font-size:12px;color:rgba(255,255,255,.85)}
#productFavoritesDrawer{position:fixed;right:0;top:0;bottom:0;width:min(430px,94vw);background:#fff;z-index:60;transform:translateX(105%);transition:.25s;padding:20px;overflow:auto;box-shadow:-20px 0 60px rgba(0,0,0,.15)}
#productFavoritesDrawer.open{transform:translateX(0)}
.favorite-actions{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.favorite-actions a,.favorite-actions button{border:0;background:#edf3ff;color:#0756d8;border-radius:7px;padding:6px 8px;font-size:11px;font-weight:700;text-decoration:none;cursor:pointer}.favorite-actions button:last-child{background:#fff0f0;color:#c62828}
.product-actions-premium .favorite-main{background:#fff;color:#0756d8;border:2px solid #0756d8}.product-actions-premium .favorite-main.active{background:#edf4ff;color:#0756d8}
@media(max-width:720px){.footer-main{grid-template-columns:1fr 1fr;gap:24px;padding:85px 18px 30px}.footer-brand{grid-column:1/-1}.footer-bottom{padding:16px 18px 22px;flex-direction:column;gap:5px}.product-actions-premium .favorite-main{width:100%}}
@media(max-width:440px){.footer-main{grid-template-columns:1fr}.footer-brand{grid-column:auto}}


/* Alpha 0.5.4 — separador compacto entre vitrines */
.store-benefits{
  width:100%;
  margin:2px 0;
  padding:12px max(20px,calc((100% - 1180px)/2));
  background:linear-gradient(90deg,#f8fafc 0%,#eef3f9 50%,#f8fafc 100%);
  border-top:1px solid #e1e7ef;
  border-bottom:1px solid #e1e7ef;
}
.store-benefits-inner{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  align-items:center;
  gap:8px;
}
.store-benefit{
  min-width:0;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:7px 10px;
  color:#102445;
  text-align:center;
}
.store-benefit+ .store-benefit{border-left:1px solid #d8e0ea}
.store-benefit span{
  flex:0 0 28px;
  width:28px;
  height:28px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#e8f0ff;
  color:#0756d8;
  font-size:14px;
  line-height:1;
}
.store-benefit strong{font-size:12px;line-height:1.2;font-weight:800}
@media(max-width:720px){
  .store-benefits{padding:9px 14px;margin:0}
  .store-benefits-inner{grid-template-columns:repeat(2,minmax(0,1fr));gap:0}
  .store-benefit{justify-content:flex-start;padding:7px 6px;text-align:left}
  .store-benefit+ .store-benefit{border-left:0}
  .store-benefit:nth-child(even){border-left:1px solid #d8e0ea}
  .store-benefit:nth-child(n+3){border-top:1px solid #d8e0ea}
  .store-benefit span{flex-basis:25px;width:25px;height:25px;font-size:12px}
  .store-benefit strong{font-size:10.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
}
@media(max-width:380px){
  .store-benefit{gap:5px;padding-inline:4px}
  .store-benefit strong{font-size:9.5px}
}

/* Alpha 0.5.5 — rodapé sólido e identidade visual consistente */
.site-footer{
  margin-top:56px;
  background:#0756d8!important;
  color:#fff!important;
}
.footer-main{
  padding-top:48px;
  padding-bottom:38px;
}
.footer-brand img{
  width:220px;
  max-width:100%;
  height:auto;
  object-fit:contain;
  object-position:left center;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  filter:none!important;
  image-rendering:auto;
}
.footer-main b{
  color:#fff;
  font-weight:800;
  letter-spacing:.01em;
}
.footer-main p{
  color:rgba(255,255,255,.88);
}
.footer-main a{
  color:#fff;
}
.footer-bottom{
  border-top:1px solid rgba(255,255,255,.22);
  color:rgba(255,255,255,.82);
}
@media(max-width:720px){
  .footer-main{padding-top:38px;padding-bottom:28px}
  .footer-brand img{width:205px}
}

/* Alpha 0.5.6 — logo limpa e faixa móvel removida */
.footer-brand img{
  width:190px;
  max-width:100%;
  height:auto;
}
@media(max-width:720px){
  .quick-actions{display:none!important}
  .footer-brand img{width:175px}
}

/* Alpha 0.6.0 — revisão final de responsividade, consistência e acabamento */
:root{
  --focus-ring:0 0 0 4px rgba(7,86,216,.18);
  --card-shadow:0 14px 34px rgba(12,31,66,.10);
}

/* Navegação por teclado e áreas de toque */
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible{
  outline:2px solid var(--blue);
  outline-offset:3px;
}
.header-action,.favorite-card,.gallery-nav,.drawer-head button{min-width:44px;min-height:44px}

/* Vitrines alinhadas e sem saltos entre cards */
.product-grid{align-items:stretch}
.product-card{display:flex;flex-direction:column;min-width:0;isolation:isolate}
.product-card .product-media{flex:0 0 auto;overflow:hidden}
.product-card .info{display:flex;flex:1;flex-direction:column;min-width:0}
.product-card .status{margin-top:auto}
.product-card .btn-row{margin-top:0}
.product-card h3 a{display:block}
.product-card img{background:transparent}

/* Transições somente onde agregam valor */
.product-card,.category-card,.feature-card,.recent-card{
  will-change:transform;
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
}
@media(hover:hover) and (pointer:fine){
  .product-card:hover{transform:translateY(-4px);box-shadow:var(--card-shadow);border-color:#d6e1f1}
  .category-card:hover,.feature-card:hover,.recent-card:hover{transform:translateY(-3px);box-shadow:var(--card-shadow)}
}

/* Títulos e seções com hierarquia estável */
.title-row h2{line-height:1.15}
.novelty-section{background:#f5f8fd}
.store-benefits{background:#f1f4f8}

/* Banner e imagens abaixo da dobra */
.promo-banner img,.feature-card img,.recent-card img,.category-card img,.product-media img{
  content-visibility:auto;
}

/* Rodapé final: compacto, bem alinhado e legível */
.site-footer{margin-top:52px!important;background:#0756d8!important}
.footer-main{align-items:start;gap:34px;padding:44px 24px 34px}
.footer-brand img{display:block;width:190px;max-width:100%;height:auto}
.footer-brand p{max-width:285px}
.footer-main b{text-transform:uppercase;font-size:13px;letter-spacing:.055em}
.footer-main p{font-size:13px;line-height:1.62}
.footer-bottom{padding-top:17px;padding-bottom:21px}

/* Tablet */
@media(max-width:1024px){
  .header-main{grid-template-columns:170px minmax(240px,1fr) auto;gap:18px}
  .logo img{width:165px}
  .category-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
  .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .footer-main{grid-template-columns:1.25fr 1fr 1fr;gap:30px}
  .footer-main>div:last-child{grid-column:2/4}
}

/* Celular e tablets estreitos */
@media(max-width:720px){
  .section{padding:25px 14px}
  .section.compact{padding:17px 14px}
  .title-row{align-items:center;gap:12px}
  .title-row a{white-space:nowrap}
  .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}
  .product-card .info{padding:11px}
  .product-card h3{line-height:1.32}
  .product-card .status{font-size:10px}
  .product-card .price{min-height:24px}
  .btn-row{display:grid;grid-template-columns:1fr;gap:6px}
  .btn-row .btn{width:100%;min-height:38px}
  .store-benefits{padding-top:8px;padding-bottom:8px}
  .store-benefit{min-height:42px}
  .site-footer{margin-top:40px!important}
  .footer-main{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 18px;padding:34px 18px 27px}
  .footer-main>div:last-child{grid-column:auto}
  .footer-brand{grid-column:1/-1}
  .footer-brand img{width:175px}
  .footer-brand p{max-width:320px}
  .footer-main b{margin-bottom:10px;font-size:12px}
  .footer-main p{font-size:12px}
}

/* Celulares compactos */
@media(max-width:430px){
  .topbar{justify-content:flex-start;overflow:hidden;white-space:nowrap}
  .topbar span:nth-child(2){display:none}
  .title-row h2,.section>h2{font-size:20px}
  .title-row a{font-size:12px}
  .product-grid{gap:9px}
  .product-media{padding:9px}
  .product-card .info{padding:9px}
  .product-card h3{font-size:12px;min-height:32px}
  .product-card .price{font-size:15px}
  .product-card .btn{font-size:10.5px;min-height:36px;padding:8px 5px}
  .footer-main{grid-template-columns:1fr;padding-inline:18px}
  .footer-brand{grid-column:auto}
  .footer-bottom{padding-inline:18px}
}

/* Respeita usuários que preferem menos animação */
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}
}


/* Alpha 0.7.0 — ajustes finais de identidade e categorias */
.topbar{background:#0756d8!important;color:#fff!important}

/* A página "Ver todas" mostra a grade completa, sem rolagem horizontal. */
.all-categories-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  overflow:visible!important;
  gap:18px!important;
  padding-bottom:0!important;
}
.all-categories-grid .category-card{width:auto!important;min-width:0!important;flex:auto!important}

@media(max-width:720px){
  .all-categories-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:9px!important;
  }
  .all-categories-grid .category-card{
    padding:9px 6px!important;
    border-radius:13px!important;
  }
  .all-categories-grid .category-card img{
    width:58px!important;
    height:58px!important;
  }
  .all-categories-grid .category-card b{font-size:11px!important}
  .all-categories-grid .category-card small{font-size:9px!important}
}
@media(max-width:360px){
  .all-categories-grid{gap:7px!important}
  .all-categories-grid .category-card img{width:50px!important;height:50px!important}
}

/* Alpha 1.0 — refinamentos finais de navegação e header mobile */
/* A Home exibe no máximo três linhas em cada vitrine. */
.home-showcase .product-grid .product-card:nth-child(n+13){display:none}

@media(max-width:1000px){
  .home-showcase .product-grid .product-card:nth-child(n+10){display:none}
}

@media(max-width:720px){
  /* Mantém logo à esquerda e cria uma pequena área de segurança à direita. */
  .header-main{padding-left:14px;padding-right:22px}
  .home-showcase .product-grid .product-card:nth-child(n+7){display:none}
}

@media(max-width:390px){
  .header-main{padding-left:12px;padding-right:18px}
}

/* =========================================================
   ALPHA 1.0.2 — estabilidade e alinhamento mobile
   Escopo: impedir deslocamento horizontal da página e criar
   respiro uniforme para busca, favoritos e carrinho no celular.
   ========================================================= */
html,
body{
  width:100%;
  max-width:100%;
  overflow-x:hidden;
  overscroll-behavior-x:none;
}

@supports (overflow:clip){
  html,
  body{overflow-x:clip}
}

body{
  position:relative;
}

img,
svg,
video,
canvas{
  max-width:100%;
}

.site-header,
main,
footer{
  max-width:100%;
}

@media(max-width:720px){
  .header-main{
    width:100%;
    max-width:100%;
    padding-left:max(16px,env(safe-area-inset-left));
    padding-right:max(30px,calc(env(safe-area-inset-right) + 20px));
  }

  .header-actions{
    margin-right:0;
    justify-self:end;
  }

  .search{
    width:100%;
    max-width:100%;
    min-width:0;
  }
}

@media(max-width:390px){
  .header-main{
    padding-left:max(14px,env(safe-area-inset-left));
    padding-right:max(24px,calc(env(safe-area-inset-right) + 16px));
  }
}

/* =========================================================
   ALPHA 1.0.3 — respiro final dos controles à direita no mobile
   Escopo restrito: carrinho e botão de pesquisa.
   ========================================================= */
@media(max-width:720px){
  #cartButton{
    margin-right:10px;
  }

  .search{
    width:calc(100% - 10px);
    justify-self:start;
  }
}

@media(max-width:390px){
  #cartButton{
    margin-right:8px;
  }

  .search{
    width:calc(100% - 8px);
  }
}

/* =========================================================
   ALPHA 1.0.4 — proporção final dos atalhos no header mobile
   Escopo restrito: igualar Favoritos e Carrinho visualmente.
   ========================================================= */
@media(max-width:720px){
  .header-actions{
    align-items:flex-start;
  }

  #favoritesButton,
  #cartButton{
    width:58px;
    min-width:58px;
    height:52px;
    min-height:52px;
    padding:4px 2px 3px;
    gap:3px;
    flex:0 0 58px;
  }

  #favoritesButton .action-icon,
  #cartButton .action-icon{
    width:24px;
    height:24px;
    min-width:24px;
    min-height:24px;
    display:grid;
    place-items:center;
    line-height:0;
  }

  #favoritesButton .action-icon svg,
  #cartButton .action-icon svg{
    display:block;
    width:23px;
    height:23px;
    min-width:23px;
    min-height:23px;
    stroke-width:1.8;
  }

  #favoritesButton .action-label,
  #cartButton .action-label{
    display:block;
    width:100%;
    margin:0;
    font-size:9px;
    font-weight:700;
    line-height:10px;
    letter-spacing:0;
    text-align:center;
    white-space:nowrap;
  }

  #favoritesButton b,
  #cartButton b{
    right:1px;
    top:-1px;
    min-width:18px;
    width:auto;
    height:18px;
    padding:0 4px;
    font-size:9px;
    line-height:1;
  }
}

@media(max-width:390px){
  #favoritesButton,
  #cartButton{
    width:54px;
    min-width:54px;
    flex-basis:54px;
  }

  #favoritesButton .action-label,
  #cartButton .action-label{
    font-size:8.5px;
  }
}

/* =========================================================
   ALPHA 1.0.5 — correção final de proporção e respiro do carrinho
   Escopo restrito ao cabeçalho mobile da Home e páginas internas.
   ========================================================= */
@media(max-width:720px){
  /* Mesma caixa e alinhamento para os dois atalhos, em todas as páginas. */
  #favoritesButton,
  #cartButton,
  #productFavoritesButton,
  #productCartButton{
    width:58px;
    min-width:58px;
    height:52px;
    min-height:52px;
    padding:4px 2px 3px;
    gap:3px;
    flex:0 0 58px;
    align-items:center;
    justify-content:center;
    box-sizing:border-box;
  }

  #favoritesButton .action-icon,
  #cartButton .action-icon,
  #productFavoritesButton .action-icon,
  #productCartButton .action-icon{
    display:grid;
    place-items:center;
    width:26px;
    height:26px;
    min-width:26px;
    min-height:26px;
    line-height:0;
  }

  /* O desenho do carrinho ocupa menos área interna do viewBox.
     Uma escala ligeiramente maior iguala o peso visual ao coração. */
  #favoritesButton .action-icon svg,
  #productFavoritesButton .action-icon svg{
    width:24px;
    height:24px;
    min-width:24px;
    min-height:24px;
    stroke-width:1.8;
  }

  #cartButton .action-icon svg,
  #productCartButton .action-icon svg{
    width:27px;
    height:27px;
    min-width:27px;
    min-height:27px;
    stroke-width:1.9;
  }

  #favoritesButton .action-label,
  #cartButton .action-label,
  #productFavoritesButton .action-label,
  #productCartButton .action-label{
    width:100%;
    margin:0;
    font-size:9px;
    font-weight:700;
    line-height:10px;
    letter-spacing:0;
    text-align:center;
    white-space:nowrap;
  }

  #favoritesButton b,
  #cartButton b,
  #productFavoritesButton b,
  #productCartButton b{
    right:1px;
    top:-1px;
    min-width:18px;
    width:auto;
    height:18px;
    padding:0 4px;
    font-size:9px;
    line-height:1;
  }

  /* Respiro uniforme da borda direita na Home e nas páginas de produto. */
  #cartButton,
  #productCartButton{
    margin-right:14px;
  }
}

@media(max-width:390px){
  #favoritesButton,
  #cartButton,
  #productFavoritesButton,
  #productCartButton{
    width:54px;
    min-width:54px;
    flex-basis:54px;
  }

  #cartButton,
  #productCartButton{
    margin-right:10px;
  }
}

/* =========================================================
   ALPHA 1.0.6 — galeria mobile e atualização imediata
   Mantém todas as miniaturas acessíveis e evita corte visual.
   ========================================================= */
@media(max-width:720px){
  .product-thumbnails,
  .thumbs{
    display:flex!important;
    width:100%;
    max-width:100%;
    overflow-x:auto!important;
    overflow-y:hidden;
    flex-wrap:nowrap!important;
    gap:10px;
    padding:4px 2px 10px;
    scroll-snap-type:x proximity;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
  }
  .product-thumbnails::-webkit-scrollbar,
  .thumbs::-webkit-scrollbar{display:none}
  .product-thumb,
  .thumbs button{
    display:block!important;
    flex:0 0 76px!important;
    width:76px!important;
    min-width:76px!important;
    height:76px!important;
    scroll-snap-align:start;
  }
}
