:root{--primary:#6b2e1f;--secondary:#c9925b;--cream:#fff9f2;--text:#2f2521;--muted:#766b65;--white:#fff;--border:#eadfd6;--shadow:0 18px 45px rgba(55,32,20,.10)}
*{box-sizing:border-box}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--text);background:#fff}a{text-decoration:none;color:inherit}.container{width:min(1180px,92%);margin:auto}.topbar{background:var(--primary);color:#fff;text-align:center;padding:9px;font-size:14px}.header{position:sticky;top:0;z-index:30;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.header .row{display:flex;align-items:center;justify-content:space-between;padding:17px 0;gap:20px}.brand{font-size:26px;font-weight:900;color:var(--primary)}.brand span{color:var(--secondary)}nav{display:flex;gap:24px;font-weight:700}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:14px;padding:14px 20px;background:var(--primary);color:#fff;font-weight:800;cursor:pointer}.btn-outline{background:#fff;color:var(--primary);border:1px solid var(--primary)}.hero{background:linear-gradient(110deg,#fff8f0 0%,#f7e6d4 50%,#e9c49e 100%);padding:74px 0}.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:45px}.eyebrow{display:inline-block;background:#fff;color:var(--primary);font-weight:800;border-radius:999px;padding:8px 14px;box-shadow:var(--shadow)}h1{font-size:clamp(42px,6vw,72px);line-height:1.02;margin:18px 0}.hero p{font-size:19px;line-height:1.65;color:var(--muted);max-width:650px}.hero-card{background:#fff;padding:26px;border-radius:26px;box-shadow:var(--shadow)}.hero-card img{width:100%;height:390px;object-fit:cover;border-radius:20px;background:#f1e4d8}.section{padding:72px 0}.section-title{text-align:center;margin-bottom:36px}.section-title h2{font-size:38px;margin:0 0 10px}.section-title p{color:var(--muted)}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.card{background:#fff;border:1px solid var(--border);border-radius:22px;overflow:hidden;box-shadow:0 12px 30px rgba(55,32,20,.06);transition:.2s}.card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.card img{width:100%;height:250px;object-fit:cover;background:#f4ede7}.card-body{padding:22px}.badge{display:inline-block;padding:7px 10px;background:var(--cream);color:var(--primary);font-size:12px;font-weight:800;border-radius:999px}.price{font-size:22px;font-weight:900;color:var(--primary);margin:12px 0}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:42px;padding:50px 0}.product-main{width:100%;height:520px;object-fit:cover;border-radius:24px;background:#f3ebe4}.details{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:22px 0}.detail{padding:14px;background:var(--cream);border-radius:14px}.quote-box{background:#fffaf6;border:1px solid var(--border);border-radius:24px;padding:26px;margin:35px 0}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field{display:flex;flex-direction:column;gap:7px}.field.full{grid-column:1/-1}.field label{font-weight:800;font-size:14px}.field input,.field select,.field textarea{width:100%;padding:14px;border:1px solid #dbcfc6;border-radius:12px;font:inherit;background:#fff}.field textarea{min-height:110px;resize:vertical}.footer{background:#251c18;color:#fff;padding:46px 0;margin-top:50px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:30px}.notice{padding:16px;border-radius:12px;background:#eaf8ee;color:#176b32;margin:15px 0}.searchbar{display:flex;gap:10px;margin:28px auto;max-width:700px}.searchbar input{flex:1;padding:15px;border:1px solid var(--border);border-radius:14px}.whatsapp-float{position:fixed;right:22px;bottom:22px;width:60px;height:60px;border-radius:50%;background:#25D366;color:#fff;display:grid;place-items:center;font-size:27px;box-shadow:var(--shadow);z-index:50}.admin-shell{display:grid;grid-template-columns:250px 1fr;min-height:100vh}.sidebar{background:#241a16;color:#fff;padding:28px 18px}.sidebar a{display:block;padding:12px 14px;border-radius:10px;margin:5px 0}.sidebar a:hover{background:#49352c}.admin-main{padding:34px;background:#f7f4f1}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.stat{background:#fff;border-radius:16px;padding:20px;border:1px solid var(--border)}table{width:100%;border-collapse:collapse;background:#fff;border-radius:15px;overflow:hidden}th,td{text-align:left;padding:13px;border-bottom:1px solid var(--border)}.login-wrap{min-height:100vh;display:grid;place-items:center;background:linear-gradient(135deg,#6b2e1f,#c9925b)}.login-box{background:#fff;padding:34px;border-radius:24px;width:min(430px,92%);box-shadow:var(--shadow)}
@media(max-width:850px){nav{display:none}.hero-grid,.product-layout,.footer-grid{grid-template-columns:1fr}.grid{grid-template-columns:1fr 1fr}.hero{padding:50px 0}.hero-card img{height:300px}.product-main{height:380px}.admin-shell{grid-template-columns:1fr}.sidebar{position:relative}.stats{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.grid,.form-grid,.details,.stats{grid-template-columns:1fr}h1{font-size:43px}.section{padding:52px 0}.card img{height:220px}.header .btn{padding:11px 13px;font-size:13px}}
/* Embapel Hub V2 */
:root{--primary:#ef1b1b;--primary-dark:#c90d0d;--secondary:#ffbd2e;--blue:#28aee4;--pink:#e72d8b;--green:#78c84b;--cream:#fff8f3;--text:#241b1b;--muted:#736767;--border:#f0dfdf;--shadow:0 22px 60px rgba(97,22,22,.13)}
.hub-page{background:#fff8f5;min-height:100vh}.hub-bg{position:fixed;inset:0;pointer-events:none;background:radial-gradient(circle at 15% 8%,rgba(255,189,46,.18),transparent 25%),radial-gradient(circle at 88% 18%,rgba(40,174,228,.14),transparent 22%),radial-gradient(circle at 76% 78%,rgba(231,45,139,.10),transparent 24%),linear-gradient(#fff,#fff8f4);z-index:-1}.hub-wrap{width:min(820px,92%);margin:auto;padding:38px 0}.hub-profile{text-align:center}.logo-card{width:220px;height:132px;margin:0 auto 18px;background:#fff;border-radius:28px;padding:15px;box-shadow:var(--shadow);display:grid;place-items:center;border:1px solid rgba(239,27,27,.08)}.logo-card img{max-width:100%;max-height:100%;object-fit:contain}.online-dot{display:inline-flex;align-items:center;gap:7px;background:#effbed;color:#277a22;padding:8px 13px;border-radius:999px;font-size:12px;font-weight:800}.online-dot:before{content:"";width:8px;height:8px;border-radius:50%;background:#41b43a;box-shadow:0 0 0 4px rgba(65,180,58,.13)}.hub-profile h1{font-size:clamp(34px,7vw,58px);line-height:1.04;margin:18px auto 10px;max-width:700px}.hub-profile p{max-width:650px;margin:0 auto;color:var(--muted);font-size:17px;line-height:1.65}.hub-links{display:grid;gap:13px;margin:34px 0}.hub-link{display:grid;grid-template-columns:58px 1fr 28px;align-items:center;gap:14px;background:#fff;border-radius:20px;padding:14px 17px;border:1px solid rgba(70,20,20,.07);box-shadow:0 10px 28px rgba(75,22,22,.07);transition:.2s;position:relative;overflow:hidden}.hub-link:before{content:"";position:absolute;left:0;top:0;bottom:0;width:5px;background:var(--link-color)}.hub-link:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.hub-icon{width:52px;height:52px;border-radius:16px;display:grid;place-items:center;background:color-mix(in srgb,var(--link-color) 14%,white);font-size:25px}.hub-copy{display:flex;flex-direction:column;gap:4px}.hub-copy strong{font-size:17px}.hub-copy small{color:var(--muted);line-height:1.35}.hub-arrow{font-size:32px;color:#b9aaaa}.hub-feature{display:grid;grid-template-columns:1.35fr .65fr;gap:25px;align-items:center;background:linear-gradient(135deg,#e91414,#ff4d42);color:#fff;padding:34px;border-radius:30px;box-shadow:0 22px 65px rgba(210,19,19,.25);margin:42px 0}.hub-feature h2{font-size:36px;line-height:1.08;margin:8px 0 12px}.hub-feature p{line-height:1.65;color:rgba(255,255,255,.88)}.section-kicker{font-size:12px;font-weight:900;letter-spacing:.16em;color:var(--secondary)}.btn-yellow{background:#ffcb3d;color:#4b3000}.balloon-art{display:grid;grid-template-columns:1fr 1fr;place-items:center;font-size:68px;min-height:200px}.balloon-art span:nth-child(3){grid-column:1/-1}.mini-products{margin:50px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:22px}.section-head h2{margin:6px 0 0;font-size:32px}.section-head>a{font-weight:800;color:var(--primary)}.text-link{font-weight:900;color:var(--primary)}.about-strip{text-align:center;background:#fff;border:1px solid var(--border);border-radius:28px;padding:35px;box-shadow:0 12px 35px rgba(60,20,20,.05)}.about-strip h2{font-size:32px;margin:0 0 10px}.about-strip p{color:var(--muted);line-height:1.65}.trust-row{display:flex;justify-content:center;gap:22px;flex-wrap:wrap;margin-top:18px;font-weight:800}.hub-footer{text-align:center;padding:42px 0 12px;color:var(--muted)}.hub-footer img{width:130px;height:70px;object-fit:contain}.hub-footer a{font-size:12px;color:#aaa}.brand-img img{width:135px;height:54px;object-fit:contain}.catalog-hero{padding:76px 0 62px;background:linear-gradient(120deg,#fff6f1,#ffe0d3)}.catalog-hero h1{margin:15px 0 8px}.catalog-hero p{font-size:18px;color:var(--muted);max-width:690px}.category-pills{display:flex;gap:10px;overflow:auto;padding:4px 0 26px}.category-pills a{white-space:nowrap;border:1px solid var(--border);padding:11px 15px;border-radius:999px;font-weight:800;background:#fff}.category-pills a.active{background:var(--primary);color:#fff;border-color:var(--primary)}.image-wrap{position:relative}.card-chip{position:absolute;top:14px;right:14px;background:#fff;color:var(--primary);padding:7px 10px;border-radius:999px;font-size:11px;font-weight:900;box-shadow:0 8px 20px rgba(0,0,0,.12)}.full-btn{width:100%}.empty{text-align:center;padding:50px;background:#fff;border-radius:20px}.admin-badge{display:inline-flex;padding:5px 9px;border-radius:999px;background:#ffe9e9;color:#b60e0e;font-size:12px;font-weight:800}.admin-actions{display:flex;gap:8px;flex-wrap:wrap}.admin-actions a,.admin-actions button{padding:8px 10px;border-radius:8px;border:0;cursor:pointer}.panel{background:#fff;border:1px solid var(--border);border-radius:18px;padding:22px;margin-bottom:22px}.panel h2{margin-top:0}.color-input{height:46px;padding:3px!important}
@media(max-width:700px){.hub-wrap{padding-top:22px}.logo-card{width:185px;height:112px}.hub-link{grid-template-columns:50px 1fr 22px;padding:12px}.hub-icon{width:46px;height:46px}.hub-feature{grid-template-columns:1fr;padding:25px}.balloon-art{display:none}.hub-feature h2{font-size:30px}.section-head{align-items:flex-start;flex-direction:column}.trust-row{align-items:flex-start;flex-direction:column}.brand-img img{width:110px}.catalog-hero{padding:50px 0}.header .row{gap:8px}}
/* Embapel Identidade Premium V3 */
:root{--primary:#ed1717;--primary-dark:#be0909;--secondary:#ffd333;--blue:#27afe3;--pink:#e92b8b;--green:#85cf55;--cream:#fff7f5;--text:#201b1b;--muted:#746969;--border:#f1dddd;--shadow:0 22px 60px rgba(174,20,20,.12)}
body.hub-page{background:#fff;color:var(--text);overflow-x:hidden}.hub-bg{display:none}.hub-wrap{width:min(920px,92%);padding:30px 0 10px;position:relative;z-index:2}.hub-profile{padding:18px 20px 10px}.logo-card{width:min(500px,90%);height:230px;padding:10px;border:0;border-radius:0;box-shadow:none;background:transparent}.logo-card img{width:100%;height:100%;object-fit:contain}.online-dot{background:#eefbea;color:#2c7b25}.hub-profile h1{font-size:clamp(35px,6vw,60px);max-width:790px;margin-top:22px;letter-spacing:-.04em}.hub-profile h1:after{content:"";display:block;width:90px;height:7px;border-radius:99px;background:linear-gradient(90deg,var(--secondary),var(--blue),var(--pink),var(--green));margin:18px auto 0}.hub-profile p{font-size:18px;max-width:720px}.quick-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:28px 0}.quick-card{position:relative;min-height:170px;padding:24px;border-radius:28px;color:#fff;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;overflow:hidden;box-shadow:0 18px 44px rgba(0,0,0,.13);transition:.22s}.quick-card:before{content:"";position:absolute;width:180px;height:180px;border-radius:50%;right:-60px;top:-70px;background:rgba(255,255,255,.18)}.quick-card:hover{transform:translateY(-5px) scale(1.01)}.quick-red{background:linear-gradient(135deg,#f51919,#c90000)}.quick-blue{background:linear-gradient(135deg,#32b8ed,#087eb7)}.quick-emoji{font-size:40px;position:absolute;top:22px;left:24px}.quick-card strong{font-size:25px;position:relative}.quick-card small{font-size:14px;opacity:.9;margin-top:5px;position:relative}.quick-arrow{position:absolute;right:24px;bottom:25px;font-size:30px}.hub-links-title{text-align:center;margin:48px 0 18px}.hub-links-title span,.section-kicker{font-weight:900;letter-spacing:.14em;color:var(--pink);font-size:12px}.hub-links-title h2{font-size:34px;margin:7px 0}.hub-links{grid-template-columns:1fr 1fr;gap:14px}.hub-link{min-height:86px;border-radius:22px;padding:15px 17px}.hub-link:before{width:7px}.hub-icon{font-size:27px}.hub-copy strong{font-size:18px}.hub-feature{grid-template-columns:1.25fr .75fr;background:linear-gradient(135deg,#f31b1b,#d90000 62%,#a90000);padding:42px;border-radius:34px;position:relative;overflow:hidden}.hub-feature:before{content:"";position:absolute;inset:auto -110px -160px auto;width:340px;height:340px;border:50px solid rgba(255,255,255,.08);border-radius:50%}.feature-copy{position:relative;z-index:2}.hub-feature h2{font-size:42px}.feature-actions{display:flex;align-items:center;gap:18px;flex-wrap:wrap}.feature-link{color:#fff;font-weight:800}.balloons{position:relative;min-height:260px}.balloon{position:absolute;width:95px;height:125px;border-radius:50% 50% 47% 47%;box-shadow:inset -12px -9px 0 rgba(0,0,0,.08),inset 16px 12px 0 rgba(255,255,255,.22)}.balloon:after{content:"";position:absolute;width:2px;height:105px;background:rgba(255,255,255,.7);left:50%;top:122px;transform-origin:top;transform:rotate(8deg)}.balloon.yellow{background:#ffd437;left:5px;top:45px}.balloon.blue{background:#2db1e7;left:82px;top:3px}.balloon.pink{background:#e72a8b;left:145px;top:60px}.balloons span{position:absolute;font-size:43px;right:15px;bottom:10px}.red-kicker{color:var(--primary)}.section-head p{color:var(--muted);margin:8px 0 0}.product-grid{grid-template-columns:repeat(3,1fr)}.product-card{border-radius:25px}.product-card img{height:260px}.product-card h3{font-size:21px;margin-bottom:8px}.about-strip{display:grid;grid-template-columns:240px 1fr;gap:30px;align-items:center;text-align:left;padding:38px}.about-logo img{width:100%;height:auto}.about-strip h2{font-size:34px}.trust-row{justify-content:flex-start}.trust-row span:nth-child(1){color:var(--primary)}.trust-row span:nth-child(2){color:#1688b9}.trust-row span:nth-child(3){color:#4b9d2f}.confetti{position:fixed;border-radius:50%;z-index:0;filter:blur(.2px)}.confetti-a{width:280px;height:280px;background:rgba(255,211,51,.16);left:-120px;top:80px}.confetti-b{width:220px;height:220px;background:rgba(39,175,227,.12);right:-80px;top:180px}.confetti-c{width:260px;height:260px;background:rgba(233,43,139,.09);right:15%;bottom:-130px}.header{border-bottom:3px solid transparent;border-image:linear-gradient(90deg,var(--primary),var(--secondary),var(--blue),var(--pink),var(--green)) 1}.brand-img img{width:170px;height:68px}.btn{background:linear-gradient(135deg,var(--primary),var(--primary-dark));box-shadow:0 9px 24px rgba(237,23,23,.18)}.badge{background:#fff1f1;color:var(--primary)}.catalog-hero{background:radial-gradient(circle at 12% 20%,rgba(255,211,51,.24),transparent 25%),radial-gradient(circle at 88% 10%,rgba(39,175,227,.17),transparent 24%),linear-gradient(135deg,#fff,#fff1ef)}
.sidebar{background:linear-gradient(180deg,#ed1717,#a80000)}.sidebar a:hover{background:rgba(255,255,255,.14)}.admin-main{background:#fff7f7}.login-wrap{background:radial-gradient(circle at 15% 15%,rgba(255,211,51,.35),transparent 25%),radial-gradient(circle at 85% 20%,rgba(39,175,227,.30),transparent 24%),linear-gradient(135deg,#ed1717,#bc0000)}
@media(max-width:760px){.logo-card{height:165px}.quick-grid,.hub-links{grid-template-columns:1fr}.quick-card{min-height:150px}.hub-feature{grid-template-columns:1fr;padding:30px}.balloons{display:none}.hub-feature h2{font-size:34px}.product-grid{grid-template-columns:1fr 1fr}.about-strip{grid-template-columns:1fr;text-align:center}.about-logo img{width:210px}.trust-row{justify-content:center}.hub-profile{padding-left:0;padding-right:0}}
@media(max-width:520px){.hub-wrap{width:min(94%,920px)}.logo-card{height:140px;width:100%}.hub-profile h1{font-size:36px}.hub-profile p{font-size:16px}.product-grid{grid-template-columns:1fr}.quick-card strong{font-size:22px}.hub-links-title h2{font-size:29px}.about-strip{padding:26px}.hub-feature{border-radius:27px}}

/* Embapel V4 — Linktree premium e catálogo com fechamento */
.linktree-page{min-height:100vh;background:radial-gradient(circle at 10% 0,rgba(247,210,62,.18),transparent 24%),radial-gradient(circle at 100% 12%,rgba(39,169,225,.14),transparent 24%),#f8f8fa}.linktree-shell{width:min(680px,92%);margin:auto;padding:34px 0 24px}.linktree-profile{text-align:center}.linktree-profile img{width:min(380px,82%);height:150px;object-fit:contain}.linktree-profile h1{font-size:30px;margin:10px 0 7px;letter-spacing:-.035em}.linktree-profile p{margin:0 auto 26px;color:#6e6e75;font-size:15px}.primary-links,.compact-links{display:grid;gap:12px}.premium-link,.compact-link{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;background:#fff;border:1px solid #ececf0;border-radius:22px;box-shadow:0 12px 34px rgba(32,33,38,.08);transition:.2s}.premium-link{padding:19px 20px;color:#fff;border:0}.premium-link:hover,.compact-link:hover{transform:translateY(-3px);box-shadow:0 17px 40px rgba(32,33,38,.13)}.catalog-main{background:linear-gradient(135deg,#ed1717,#ba0000)}.store-main{background:linear-gradient(135deg,#202126,#3d3f46)}.premium-icon{width:48px;height:48px;border-radius:15px;background:rgba(255,255,255,.18);display:grid;place-items:center;font-size:24px}.premium-link strong,.compact-link strong{display:block;font-size:17px}.premium-link small,.compact-link small{display:block;margin-top:4px;opacity:.82;font-size:13px}.premium-link b,.compact-link b{font-size:27px}.contact-title{text-align:center;margin:27px 0 12px}.contact-title span,.home-catalog-head span,.order-flow-head>span{font-size:11px;letter-spacing:.16em;font-weight:900;color:#e30613}.compact-link{padding:14px 16px;border-left:5px solid var(--accent)}.compact-icon{width:42px;height:42px;border-radius:14px;background:#f5f5f7;display:grid;place-items:center;font-size:21px}.compact-link small{color:#777;opacity:1}.home-catalog{margin-top:34px}.home-catalog-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:13px}.home-catalog-head h2{margin:4px 0 0;font-size:24px}.home-catalog-head a{font-weight:800;color:#e30613;font-size:13px}.home-products{display:grid;grid-template-columns:1fr 1fr;gap:12px}.home-product{background:#fff;border:1px solid #ececf0;border-radius:19px;overflow:hidden}.home-product img{width:100%;height:150px;object-fit:cover;background:#f4f4f4}.home-product div{padding:13px}.home-product small,.home-product strong,.home-product span{display:block}.home-product small{color:#888;font-size:11px}.home-product strong{font-size:15px;margin:4px 0 9px}.home-product span{font-size:12px;color:#e30613;font-weight:900}.mini-footer{display:flex;justify-content:space-between;color:#999;font-size:12px;padding:28px 4px 10px}
.premium-product h1{font-size:clamp(38px,5vw,58px);margin:14px 0}.product-description{font-size:18px;color:var(--muted);line-height:1.65}.order-flow{margin:15px 0 65px}.order-flow-head{text-align:center;max-width:760px;margin:0 auto 28px}.order-flow-head h2{font-size:36px;margin:8px 0}.order-flow-head p{color:#707078}.flow-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:20px}.flow-steps b{background:#fff;border:1px solid #e8e8ed;border-radius:999px;padding:10px;font-size:12px}.checkout-form{display:grid;gap:18px}.checkout-form fieldset{border:1px solid #e8e8ed;background:#fff;border-radius:24px;padding:23px;box-shadow:0 10px 30px rgba(20,20,30,.05)}.checkout-form legend{padding:0 10px;font-size:18px;font-weight:900;color:#e30613}.delivery-options{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:19px}.delivery-options label{cursor:pointer}.delivery-options input{position:absolute;opacity:0}.delivery-options span{display:flex;flex-direction:column;padding:17px;border:2px solid #ececf0;border-radius:17px;font-size:22px}.delivery-options strong{font-size:15px;margin-top:5px}.delivery-options small{font-size:12px;color:#777;margin-top:4px}.delivery-options input:checked+span{border-color:#e30613;background:#fff4f4}.checkout-summary{position:sticky;bottom:10px;display:flex;align-items:center;justify-content:space-between;gap:20px;background:#202126;color:#fff;border-radius:24px;padding:20px 22px;box-shadow:0 18px 50px rgba(0,0,0,.25)}.checkout-summary small,.checkout-summary strong{display:block}.checkout-summary strong{font-size:20px;margin:4px 0}.checkout-summary p{margin:0;color:#c7c7ca;font-size:12px}.whatsapp-submit{background:#25d366;min-width:310px}.catalog-hero{text-align:center}.catalog-hero h1{font-size:clamp(42px,7vw,72px)}
@media(max-width:650px){.linktree-shell{padding-top:18px}.linktree-profile img{height:118px}.linktree-profile h1{font-size:25px}.home-products{grid-template-columns:1fr 1fr}.home-product img{height:125px}.flow-steps{grid-template-columns:1fr 1fr}.delivery-options{grid-template-columns:1fr}.checkout-summary{position:static;display:block}.whatsapp-submit{width:100%;min-width:0;margin-top:14px}.checkout-form fieldset{padding:18px}.premium-product h1{font-size:38px}}
/* Embapel V5 - Link Hub + Catalogo estilo app */
:root{--emb-red:#ed1c24;--emb-red-dark:#c90f17;--emb-blue:#29abe2;--emb-yellow:#f6cc32;--emb-pink:#ed3b8f;--emb-green:#7cc043;--ink:#201a1b;--soft:#f7f7f8;--line:#ece7e8}
.hub-v5{min-height:100vh;background:linear-gradient(180deg,#fff 0%,#fff7f7 100%);color:var(--ink)}.link-hub{width:min(620px,92%);margin:auto;padding:36px 0 28px}.hub-brand{text-align:center;margin-bottom:24px}.hub-brand img{width:190px;height:112px;object-fit:contain;background:#fff;border-radius:26px;padding:10px;box-shadow:0 18px 48px rgba(237,28,36,.10)}.hub-brand h1{font-size:27px;margin:16px 0 5px}.hub-brand p{margin:0;color:#756a6d}.hub-stack{display:grid;gap:12px}.hub-card{display:grid;grid-template-columns:52px 1fr 22px;align-items:center;gap:14px;background:#fff;border:1px solid var(--line);border-radius:20px;padding:14px 16px;box-shadow:0 10px 28px rgba(40,20,22,.06);transition:.2s}.hub-card:hover{transform:translateY(-2px);box-shadow:0 16px 36px rgba(40,20,22,.10)}.hub-card-icon{width:48px;height:48px;border-radius:15px;display:grid;place-items:center;font-size:22px;background:#f7f3f4}.hub-card span:nth-child(2){display:flex;flex-direction:column;gap:3px}.hub-card strong{font-size:16px}.hub-card small{color:#7c7174;font-size:13px}.hub-card b{font-size:26px;color:#b7abad}.hub-card-main{background:linear-gradient(135deg,var(--emb-red),#ff4c54);color:#fff;border:0;padding:18px}.hub-card-main .hub-card-icon{background:rgba(255,255,255,.18)}.hub-card-main small,.hub-card-main b{color:rgba(255,255,255,.86)}.hub-card-store{border:2px solid var(--emb-red)}.hub-card-store .hub-card-icon{background:#fff0f1}.hub-card-contact{border-left:5px solid var(--card-accent)}.hub-card-small{border-left:5px solid var(--card-accent)}.hub-separator{display:flex;align-items:center;gap:12px;color:#9b9093;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.12em;margin:8px 0 0}.hub-separator:before,.hub-separator:after{content:"";height:1px;background:var(--line);flex:1}.hub-mini-footer{text-align:center;color:#998f91;font-size:12px;padding:26px 0}.hub-mini-footer a{text-decoration:underline}
.shop-v5{background:#fff;color:var(--ink)}.shop-container{width:min(1180px,92%);margin:auto}.shop-header{position:sticky;top:0;z-index:60;background:rgba(255,255,255,.97);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.shop-header-inner{width:min(1180px,92%);margin:auto;min-height:76px;display:flex;align-items:center;gap:28px}.shop-logo img{width:122px;height:52px;object-fit:contain}.desktop-nav{display:flex;gap:24px;margin-right:auto}.desktop-nav a{font-weight:800;color:#655b5e}.desktop-nav a.active,.desktop-nav a:hover{color:var(--emb-red)}.cart-button{margin-left:auto;background:var(--emb-red);color:#fff;border-radius:999px;padding:12px 17px;font-weight:900}.cart-button span{background:#fff;color:var(--emb-red);border-radius:999px;padding:3px 8px;margin-left:6px}.menu-toggle{display:none;border:0;background:#fff;font-size:25px}.mobile-drawer{display:none}.shop-intro{background:linear-gradient(120deg,#fff3f4,#fff 55%,#f3fbff);padding:46px 0 34px}.shop-intro .shop-container{display:grid;grid-template-columns:1fr 430px;align-items:end;gap:35px}.shop-intro span,.order-title>span{font-size:12px;font-weight:950;letter-spacing:.16em;color:var(--emb-red)}.shop-intro h1,.order-title h1{font-size:clamp(34px,5vw,58px);margin:10px 0 8px;line-height:1.02}.shop-intro p,.order-title p{color:#72686b;font-size:17px}.shop-search{display:flex;background:#fff;border:1px solid var(--line);padding:7px;border-radius:18px;box-shadow:0 14px 36px rgba(50,20,22,.08)}.shop-search input{flex:1;border:0;padding:13px;font-size:15px;outline:none}.shop-search button{border:0;background:var(--emb-red);color:#fff;border-radius:12px;padding:0 18px;font-weight:900}.shop-content{padding:28px 0 70px}.category-scroll{display:flex;gap:10px;overflow:auto;padding:4px 0 24px}.category-scroll a{white-space:nowrap;border:1px solid var(--line);border-radius:999px;padding:11px 16px;font-weight:850;background:#fff}.category-scroll a.active{background:var(--ink);color:#fff;border-color:var(--ink)}.shop-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.shop-product{border:1px solid var(--line);border-radius:22px;overflow:hidden;background:#fff;transition:.2s;box-shadow:0 8px 24px rgba(40,20,22,.04)}.shop-product:hover{transform:translateY(-4px);box-shadow:0 18px 38px rgba(40,20,22,.10)}.shop-product-image{height:270px;position:relative;background:#f4f4f5}.shop-product-image img{width:100%;height:100%;object-fit:cover}.shop-product-image span{position:absolute;top:13px;left:13px;background:var(--emb-yellow);color:#473400;padding:7px 10px;border-radius:999px;font-size:11px;font-weight:950}.shop-product-info{padding:18px}.shop-product-info small{color:var(--emb-red);font-weight:900}.shop-product-info h2{font-size:21px;margin:7px 0}.shop-product-info p{color:#796f72;min-height:42px}.shop-product-bottom{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:16px}.shop-product-bottom strong{font-size:17px}.shop-product-bottom em{font-style:normal;color:var(--emb-red);font-weight:950}.shop-empty,.order-empty{text-align:center;padding:60px 20px;border:1px dashed #d9cfd1;border-radius:24px;background:#fafafa}.product-v5{padding:28px 0 70px}.back-link{display:inline-block;margin-bottom:24px;font-weight:850;color:#6e6467}.product-v5-grid{display:grid;grid-template-columns:1fr 1fr;gap:42px}.product-v5-main{width:100%;height:560px;object-fit:cover;border-radius:24px;background:#f4f4f4}.thumbs{display:flex;gap:10px;overflow:auto;margin-top:12px}.thumbs button{border:1px solid var(--line);border-radius:12px;padding:0;overflow:hidden;background:#fff}.thumbs img{width:76px;height:76px;object-fit:cover}.product-buy>small{color:var(--emb-red);font-weight:900}.product-buy h1{font-size:44px;margin:8px 0 14px}.product-buy>p{color:#71676a;line-height:1.65}.product-price{font-size:25px;font-weight:950;margin:20px 0;color:var(--emb-red)}.product-facts{display:grid;grid-template-columns:1fr 1fr;gap:10px}.product-facts div{background:#faf7f8;border:1px solid var(--line);padding:13px;border-radius:14px}.product-facts b,.product-facts span{display:block}.product-facts span{font-size:13px;color:#776d70;margin-top:4px}.customizer{margin-top:28px;border-top:1px solid var(--line);padding-top:26px}.customizer h2{font-size:25px}.customizer-grid,.checkout-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.customizer label,.checkout-v5-form label{display:flex;flex-direction:column;gap:7px;font-size:13px;font-weight:900}.customizer input,.customizer textarea,.checkout-v5-form input,.checkout-v5-form textarea{border:1px solid #ddd4d6;border-radius:13px;padding:13px;font:inherit;background:#fff}.customizer textarea,.checkout-v5-form textarea{min-height:95px;resize:vertical}.wide{grid-column:1/-1}.add-order-button,.finish-order-button,.generate-order{width:100%;display:flex;justify-content:center;border:0;border-radius:15px;padding:16px;background:var(--emb-red);color:#fff;font-size:16px;font-weight:950;margin-top:18px;cursor:pointer}.order-page,.checkout-v5{padding:44px 0 70px}.order-title{margin-bottom:30px}.order-layout{display:grid;grid-template-columns:1fr 330px;gap:28px;align-items:start}.order-items{display:grid;gap:14px}.order-item{display:grid;grid-template-columns:120px 1fr auto;gap:18px;border:1px solid var(--line);border-radius:20px;padding:16px}.order-item>img{width:120px;height:120px;object-fit:cover;border-radius:14px;background:#f4f4f4}.order-item h2{margin:0 0 10px}.order-item dl{display:grid;grid-template-columns:1fr 1fr;gap:6px 16px;margin:0}.order-item dl div{display:flex;gap:6px}.order-item dt{font-weight:900}.order-item dd{margin:0;color:#746a6d}.remove-item{border:0;background:#fff0f1;color:var(--emb-red);font-weight:900;border-radius:10px;padding:9px 11px;cursor:pointer}.file-tags{display:flex;gap:6px;flex-wrap:wrap;margin-top:10px}.file-tags span{background:#eff9ec;color:#3f7d29;padding:5px 8px;border-radius:999px;font-size:11px;font-weight:900}.order-summary{position:sticky;top:98px;border:1px solid var(--line);border-radius:22px;padding:22px;background:#fff;box-shadow:0 14px 35px rgba(40,20,22,.07)}.order-summary small{color:var(--emb-red);font-weight:900}.order-summary h2{font-size:28px;margin:7px 0}.order-summary p{color:#756b6e;line-height:1.55}.secondary-order{display:flex;justify-content:center;margin-top:10px;border:1px solid var(--line);border-radius:14px;padding:14px;font-weight:900}.order-empty a{display:inline-flex;background:var(--emb-red);color:#fff;padding:13px 18px;border-radius:13px;font-weight:900}.checkout-v5-form{display:grid;gap:18px;max-width:820px}.checkout-v5-form section{border:1px solid var(--line);border-radius:22px;padding:22px}.checkout-v5-form h2{margin:0 0 18px}.delivery-choice{display:grid;grid-template-columns:1fr 1fr;gap:12px}.delivery-choice label{display:block}.delivery-choice input{display:none}.delivery-choice span{display:flex;flex-direction:column;border:2px solid var(--line);border-radius:16px;padding:15px;cursor:pointer}.delivery-choice input:checked+span{border-color:var(--emb-red);background:#fff5f5}.delivery-choice small{color:#766c6f;margin-top:4px}.location-button{border:0;background:#eef8ff;color:#1675a5;border-radius:13px;padding:13px 16px;font-weight:900;margin:16px 0 5px;cursor:pointer}.location-status{font-size:13px;color:#6f6668}.checkout-v5-form section>label{margin-top:13px}
@media(max-width:900px){.desktop-nav{display:none}.menu-toggle{display:block}.mobile-drawer{position:absolute;left:0;right:0;top:76px;background:#fff;border-bottom:1px solid var(--line);padding:12px 4%;box-shadow:0 18px 30px rgba(0,0,0,.08)}.mobile-drawer.open{display:grid}.mobile-drawer a{padding:13px;border-bottom:1px solid var(--line);font-weight:850}.shop-intro .shop-container,.product-v5-grid,.order-layout{grid-template-columns:1fr}.shop-grid{grid-template-columns:repeat(2,1fr)}.product-v5-main{height:450px}.order-summary{position:static}.shop-search{margin-top:10px}}
@media(max-width:600px){.link-hub{padding-top:22px}.hub-brand img{width:160px;height:96px}.hub-card{grid-template-columns:48px 1fr 18px}.shop-header-inner{min-height:66px}.shop-logo img{width:104px}.cart-button{font-size:12px;padding:10px 12px}.shop-intro{padding:30px 0 24px}.shop-intro h1,.order-title h1{font-size:36px}.shop-grid{grid-template-columns:1fr 1fr;gap:12px}.shop-product-image{height:170px}.shop-product-info{padding:13px}.shop-product-info h2{font-size:16px}.shop-product-info p{display:none}.shop-product-bottom{display:block}.shop-product-bottom strong,.shop-product-bottom em{display:block;font-size:13px}.shop-product-bottom em{margin-top:6px}.product-v5-grid{gap:24px}.product-v5-main{height:360px}.product-buy h1{font-size:34px}.product-facts,.customizer-grid,.checkout-grid,.delivery-choice{grid-template-columns:1fr}.wide{grid-column:auto}.order-item{grid-template-columns:86px 1fr}.order-item>img{width:86px;height:86px}.order-item>form{grid-column:2}.order-item dl{grid-template-columns:1fr}.order-title{margin-bottom:20px}}

/* V7 — cabeçalho de e-commerce */
.ecom-header{position:sticky;top:0;z-index:100;background:#fff;border-bottom:1px solid #eee4e5;box-shadow:0 3px 16px rgba(36,20,22,.04)}
.ecom-topbar{height:34px;display:flex;align-items:center;justify-content:center;background:var(--emb-red);color:#fff;font-size:12px;font-weight:850}
.ecom-main{height:98px;display:grid;grid-template-columns:190px minmax(320px,1fr) auto;align-items:center;gap:34px}
.ecom-logo img{width:155px;height:70px;object-fit:contain}
.ecom-search{height:48px;display:flex;border:1px solid #e5dfe0;border-radius:999px;background:#fff;overflow:hidden;transition:.2s}
.ecom-search:focus-within{border-color:var(--emb-red);box-shadow:0 0 0 3px rgba(239,31,39,.09)}
.ecom-search input{flex:1;border:0;outline:0;padding:0 20px;font:inherit;min-width:0}
.ecom-search button{width:58px;border:0;background:#fff;color:var(--emb-red);font-size:30px;font-weight:900;cursor:pointer}
.ecom-actions{display:flex;align-items:center;gap:26px}.ecom-action{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:850;white-space:nowrap}.ecom-action span{font-size:22px;color:var(--emb-red)}
.ecom-cart{position:relative;display:grid;place-items:center;width:48px;height:48px;border-radius:50%;background:#fff1f2;color:var(--emb-red);font-size:21px}.ecom-cart i{position:absolute;right:-3px;top:-5px;min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:var(--emb-red);color:#fff;display:grid;place-items:center;font-style:normal;font-size:11px;font-weight:950}
.ecom-categories{position:relative;border-top:1px solid #f1ebec}.ecom-categories-inner{height:74px;display:flex;align-items:center;justify-content:center;gap:30px;overflow:hidden}.ecom-categories-inner>a{height:100%;display:flex;align-items:center;white-space:nowrap;font-size:14px;font-weight:850;border-bottom:3px solid transparent}.ecom-categories-inner>a:hover,.ecom-categories-inner>a.active{color:var(--emb-red);border-bottom-color:var(--emb-red)}
.all-categories-button{display:flex;align-items:center;gap:10px;padding:13px 22px;border:0;border-radius:13px;background:var(--emb-red);color:#fff;font-weight:900;cursor:pointer}.all-categories-button span{font-size:18px}
.mega-categories{display:none;position:absolute;left:50%;transform:translateX(-50%);top:74px;padding:26px;background:#fff;border:1px solid #eee4e5;border-radius:0 0 20px 20px;box-shadow:0 24px 50px rgba(30,15,18,.14);grid-template-columns:240px 1fr;gap:30px}.mega-categories.open{display:grid}.mega-categories strong{font-size:18px}.mega-categories p{color:#776c6f;line-height:1.5}.mega-category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px 18px}.mega-category-grid a{padding:10px 12px;border-radius:10px;font-weight:800}.mega-category-grid a:hover{background:#fff1f2;color:var(--emb-red)}
.ecom-menu-toggle{display:none;border:0;background:transparent;font-size:25px}.ecom-drawer,.drawer-overlay{display:none}
.catalog-compact-banner{padding:30px 0;background:linear-gradient(105deg,#fff5f5,#fff 60%,#effaff);border-bottom:1px solid #f2e8e9}.catalog-compact-banner>.shop-container{display:flex;align-items:center;justify-content:space-between;gap:35px}.catalog-compact-banner span,.catalog-results-head small{font-size:11px;letter-spacing:.16em;color:var(--emb-red);font-weight:950}.catalog-compact-banner h1{font-size:34px;margin:6px 0}.catalog-compact-banner p{margin:0;color:#72686b}.catalog-benefits{display:grid;gap:8px;font-size:13px}.catalog-benefits b{background:#fff;padding:10px 13px;border-radius:999px;border:1px solid #eee5e6}.catalog-results-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:22px}.catalog-results-head h2{margin:4px 0 0;font-size:25px}.catalog-results-head a{color:var(--emb-red);font-weight:900}
@media(max-width:1000px){.ecom-main{grid-template-columns:auto 1fr auto;height:76px;gap:14px}.ecom-menu-toggle{display:block}.ecom-logo img{width:110px;height:54px}.ecom-search{grid-column:1/-1;grid-row:2;margin-bottom:13px}.ecom-main{height:auto;padding-top:10px;padding-bottom:10px}.ecom-actions .ecom-action{display:none}.ecom-categories{display:none}.ecom-drawer{display:block;position:fixed;left:0;top:0;bottom:0;width:min(360px,88vw);background:#fff;z-index:130;transform:translateX(-105%);transition:.25s;overflow:auto;padding:18px}.ecom-drawer.open{transform:translateX(0)}.drawer-overlay{position:fixed;inset:0;background:rgba(20,12,14,.45);z-index:120}.drawer-overlay.open{display:block}.drawer-head{display:flex;justify-content:space-between;align-items:center;padding:10px 4px 18px}.drawer-head strong{font-size:22px}.drawer-close{border:0;background:#f6eff0;width:38px;height:38px;border-radius:50%;font-size:26px}.ecom-drawer>a{display:flex;justify-content:space-between;padding:14px 10px;border-bottom:1px solid #f0eaeb;font-weight:850}.drawer-title{padding:22px 10px 8px;color:var(--emb-red);font-size:12px;font-weight:950;letter-spacing:.14em}.catalog-compact-banner>.shop-container{align-items:flex-start}.catalog-benefits{display:none}}
@media(max-width:600px){.ecom-topbar{font-size:10px;height:28px}.ecom-main{grid-template-columns:42px 1fr 48px}.ecom-logo{text-align:center}.ecom-logo img{width:102px}.ecom-actions{gap:0}.ecom-search{height:44px}.catalog-compact-banner{padding:22px 0}.catalog-compact-banner h1{font-size:27px}.catalog-compact-banner p{font-size:14px}.catalog-results-head h2{font-size:20px}}

/* V9 — cliente inteligente */
.saved-customer-box{display:flex;align-items:center;gap:14px;flex-wrap:wrap;background:#fff;border:1px solid #e8ecef;border-radius:18px;padding:16px 18px;margin:0 0 18px;box-shadow:0 8px 28px rgba(20,25,30,.06)}
.saved-customer-box strong{font-size:1.05rem}.saved-customer-box span{color:#667085;flex:1}.saved-customer-box button,.btn-forget{border:0;background:#f4f5f7;border-radius:12px;padding:10px 14px;font-weight:700;cursor:pointer}
.remember-customer{display:flex!important;align-items:flex-start;gap:12px;margin-top:16px;padding:15px;border-radius:15px;background:#f8fafb}.remember-customer input{width:20px;height:20px}.remember-customer span{display:grid;gap:3px}.remember-customer small{color:#667085}
.success-order{min-height:100vh;max-width:620px;margin:auto;padding:70px 24px;display:flex;flex-direction:column;text-align:center;align-items:center;justify-content:center;gap:14px}.success-icon{width:78px;height:78px;border-radius:50%;display:grid;place-items:center;background:#e8f8ed;color:#15803d;font-size:42px;font-weight:900}.success-order h1{margin:0}.success-order .finish-order-button,.success-order .secondary-order{width:min(100%,390px);text-decoration:none;text-align:center}
.account-page{padding-bottom:70px}.account-profile{display:flex;justify-content:space-between;align-items:center;gap:18px;background:#fff;border:1px solid #eceff2;border-radius:20px;padding:24px;margin-bottom:24px}.account-profile h2{margin:5px 0}.account-profile p{margin:0;color:#667085}.account-orders{background:#fff;border:1px solid #eceff2;border-radius:20px;padding:24px}.account-orders article{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 0;border-bottom:1px solid #eef0f2}.account-orders article:last-child{border-bottom:0}.account-orders article div{display:grid;gap:5px}.account-orders article span{color:#667085;font-size:.92rem}.account-orders button{border:0;background:#e30613;color:#fff;border-radius:12px;padding:11px 14px;font-weight:800;cursor:pointer}
@media(max-width:720px){.account-profile,.account-orders article{align-items:flex-start;flex-direction:column}.account-orders article form,.account-orders button{width:100%}}
/* Central Embapel - ícones oficiais em SVG */
.hub-card-icon svg{width:25px;height:25px;display:block}.hub-icon-whatsapp{color:#25d366;background:#effcf4}.hub-icon-instagram{color:#e1306c;background:#fff0f6}.hub-icon-location{color:#5c9f32;background:#f1f9ec}.hub-icon-store{color:var(--emb-red);background:#fff0f1}.hub-card-small small{line-height:1.35}
