*{box-sizing:border-box}body{font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;background:#f6f7fb;color:#1f2937}.announcement{text-align:center;padding:.55rem 1rem;font-size:.9rem;font-weight:700}.store-header{background:var(--header-bg);color:var(--header-text);box-shadow:0 5px 25px rgba(15,23,42,.07);z-index:1020}.brand{display:flex;align-items:center;gap:.7rem;color:var(--header-text);font-size:1.35rem}.brand-mark{display:grid;place-items:center;width:40px;height:40px;border-radius:13px;background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff}.search-box{display:flex;background:#f1f5f9;border:2px solid transparent;border-radius:999px;overflow:hidden;transition:.2s}.search-box:focus-within{border-color:var(--primary);background:#fff}.search-box input{border:0;outline:0;background:transparent;padding:.8rem 1rem;width:100%}.search-box button{border:0;background:var(--primary);color:#fff;width:52px}.header-action{display:inline-flex;align-items:center;gap:.4rem;padding:.7rem;color:var(--header-text);text-decoration:none;font-weight:600;font-size:.92rem}.header-action i{font-size:1.3rem}.cart-action{position:relative}.cart-count{position:absolute;right:1px;top:1px;min-width:19px;height:19px;border-radius:999px;background:var(--secondary);color:#fff;font-size:.7rem;display:grid;place-items:center}.category-nav{border-top:1px solid #eef2f7}.nav-pill{white-space:nowrap;text-decoration:none;color:var(--header-text);font-size:.9rem;font-weight:650;padding:.4rem .75rem;border-radius:999px}.nav-pill:hover{background:color-mix(in srgb,var(--primary) 10%,transparent);color:var(--primary)}.hero-card{min-height:360px;border-radius:28px;overflow:hidden;position:relative;background:linear-gradient(120deg,#111827,#4c1d95);color:#fff;display:flex;align-items:center;padding:clamp(2rem,5vw,5rem);background-size:cover;background-position:center}.hero-card:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,15,30,.82),rgba(8,15,30,.1))}.hero-content{position:relative;z-index:1;max-width:620px}.hero-content h1{font-size:clamp(2rem,5vw,4rem);font-weight:900;letter-spacing:-.04em}.hero-content p{font-size:1.1rem;opacity:.9}.section-title{font-weight:850;letter-spacing:-.025em}.product-card{background:#fff;border-radius:20px;overflow:hidden;border:1px solid #edf0f5;box-shadow:0 8px 25px rgba(15,23,42,.05);transition:.25s}.product-card:hover{transform:translateY(-5px);box-shadow:0 16px 38px rgba(15,23,42,.11)}.product-image-wrap{height:260px;display:block;position:relative;background:#f8fafc;overflow:hidden}.product-image-wrap img{width:100%;height:100%;object-fit:cover;transition:.35s}.product-card:hover img{transform:scale(1.045)}.placeholder-product{height:100%;display:grid;place-items:center;font-size:3rem;color:#cbd5e1}.discount-tag,.digital-tag{position:absolute;top:12px;padding:.35rem .65rem;border-radius:999px;font-size:.72rem;font-weight:800;color:#fff}.discount-tag{left:12px;background:var(--secondary)}.digital-tag{right:12px;background:var(--primary)}.product-name{color:#1f2937;text-decoration:none;font-weight:700;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:43px}.old-price{text-decoration:line-through;color:#94a3b8;font-size:.86rem}.current-price{font-weight:900;font-size:1.42rem;color:#111827}.pix-line{font-size:.74rem;color:#64748b}.btn{border-radius:var(--radius);font-weight:700}.btn-primary{background:var(--primary);border-color:var(--primary)}.btn-buy{background:linear-gradient(135deg,var(--success),#22c55e);color:#fff;border:0;padding:.7rem}.btn-buy:hover{color:#fff;filter:brightness(.95)}.feature-strip{background:#fff;border-radius:20px;border:1px solid #edf0f5}.feature-item{display:flex;gap:.75rem;align-items:center;padding:1.1rem}.feature-item i{font-size:1.8rem;color:var(--primary)}.category-card{display:block;text-align:center;background:#fff;border-radius:20px;padding:1rem;text-decoration:none;color:#1f2937;border:1px solid #edf0f5;transition:.2s}.category-card:hover{color:var(--primary);transform:translateY(-3px)}.category-card img{width:88px;height:88px;object-fit:cover;border-radius:50%;margin-bottom:.7rem}.gallery-main{background:#fff;border-radius:24px;overflow:hidden;min-height:460px;display:grid;place-items:center}.gallery-main img{width:100%;height:100%;max-height:620px;object-fit:contain}.gallery-thumb{width:78px;height:78px;border-radius:13px;border:2px solid transparent;object-fit:cover;cursor:pointer;background:#fff}.gallery-thumb.active{border-color:var(--primary)}.product-info-panel{background:#fff;padding:2rem;border-radius:24px}.price-big{font-size:2.25rem;font-weight:900}.qty-control{display:flex;border:1px solid #dbe2ea;border-radius:var(--radius);overflow:hidden;width:130px}.qty-control button,.qty-control input{border:0;background:#fff;text-align:center;width:42px;height:44px}.upsell-box{border:2px dashed color-mix(in srgb,var(--secondary) 45%,#ddd);border-radius:18px;background:color-mix(in srgb,var(--secondary) 6%,#fff)}.checkout-shell{background:#fff;border-radius:24px;padding:clamp(1rem,3vw,2rem);box-shadow:0 12px 40px rgba(15,23,42,.07)}.checkout-steps{display:flex;gap:.5rem;overflow:auto}.checkout-step-dot{flex:1;min-width:145px;border-radius:14px;background:#f1f5f9;padding:.8rem;font-weight:700;font-size:.88rem}.checkout-step-dot.active{background:var(--primary);color:#fff}.checkout-pane{display:none}.checkout-pane.active{display:block}.summary-card{background:#f8fafc;border-radius:18px;padding:1rem;position:sticky;top:150px}.shipping-option{border:2px solid #e5e7eb;border-radius:14px;padding:1rem;cursor:pointer}.shipping-option:has(input:checked){border-color:var(--primary);background:color-mix(in srgb,var(--primary) 5%,#fff)}.store-footer{background:#111827;color:#cbd5e1}.store-footer h4,.store-footer h6{color:#fff}.store-footer a,.store-footer span{display:block;color:#cbd5e1;text-decoration:none;margin:.45rem 0}.secure-badge{display:inline-flex;gap:.5rem;align-items:center;padding:.6rem .9rem;border-radius:999px;background:rgba(255,255,255,.08)}.promo-modal{border-radius:26px;border:0}.promo-icon{display:grid;place-items:center;margin:-25px auto 1rem;width:70px;height:70px;border-radius:50%;background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;font-size:2rem}.flash-clock{display:inline-flex;gap:.4rem;background:#111827;color:#fff;border-radius:999px;padding:.45rem .8rem;font-variant-numeric:tabular-nums}.badge-soft{background:color-mix(in srgb,var(--primary) 10%,#fff);color:var(--primary);border-radius:999px;padding:.35rem .65rem}.empty-state{background:#fff;border-radius:24px;text-align:center;padding:4rem 1rem}.empty-state i{font-size:4rem;color:#cbd5e1}@media(max-width:767px){.product-image-wrap{height:210px}.hero-card{min-height:300px;border-radius:20px}.gallery-main{min-height:350px}.product-info-panel{padding:1.2rem}.checkout-step-dot{min-width:125px}.header-action{padding:.45rem}.feature-item{padding:.8rem}.current-price{font-size:1.2rem}}

.header-logo_center .brand{margin:auto}.header-compact .container.py-3{padding-top:.45rem!important;padding-bottom:.45rem!important}.header-compact .category-nav{display:none}.gallery-left-layout .gallery-thumb{width:100%;height:88px}.gallery-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.8rem}.gallery-grid a{display:block;background:#fff;border-radius:18px;overflow:hidden;min-height:210px}.gallery-grid .gallery-grid-main{grid-column:1/-1;min-height:420px}.gallery-grid img{width:100%;height:100%;object-fit:cover}.gallery-carousel .carousel-control-prev-icon,.gallery-carousel .carousel-control-next-icon{background-color:rgba(17,24,39,.7);border-radius:50%;background-size:55%;width:45px;height:45px}@media(max-width:767px){.gallery-grid .gallery-grid-main{min-height:300px}.gallery-grid a{min-height:150px}.gallery-left-layout .gallery-thumb{height:64px}}

/* Conteúdo formatado da descrição do produto — v0.1.3 */
.product-description{line-height:1.7;overflow-wrap:anywhere}
.product-description h2{font-size:clamp(1.65rem,3vw,2.15rem);font-weight:850;margin:1.4rem 0 .75rem}
.product-description h3{font-size:clamp(1.35rem,2.5vw,1.75rem);font-weight:800;margin:1.25rem 0 .65rem}
.product-description h4{font-size:1.2rem;font-weight:750;margin:1.1rem 0 .55rem}
.product-description p{margin:0 0 1rem}.product-description ul,.product-description ol{padding-left:1.4rem;margin-bottom:1rem}.product-description li+li{margin-top:.3rem}
.product-description blockquote{border-left:4px solid var(--primary);background:color-mix(in srgb,var(--primary) 6%,#fff);padding:1rem 1.2rem;margin:1.2rem 0;border-radius:0 14px 14px 0}
.product-description a{color:var(--primary);font-weight:700;text-decoration:underline;text-underline-offset:3px}.product-description a:hover{filter:brightness(.82)}
.product-description img{display:block;max-width:100%;height:auto;margin:1rem auto;border-radius:16px}.product-description hr{border:0;border-top:1px solid #dce3ec;margin:1.5rem 0}
.product-description table{width:100%;border-collapse:collapse;margin:1rem 0}.product-description th,.product-description td{border:1px solid #dce3ec;padding:.7rem;text-align:left}.product-description th{background:#f8fafc}
.product-description font[size="1"]{font-size:.75rem}.product-description font[size="2"]{font-size:.875rem}.product-description font[size="3"]{font-size:1rem}.product-description font[size="4"]{font-size:1.2rem}.product-description font[size="5"]{font-size:1.5rem}.product-description font[size="6"]{font-size:2rem}.product-description font[size="7"]{font-size:2.5rem}

/* Premium Seller — área do cliente e licenças */
.license-price-notice{display:flex;gap:14px;align-items:flex-start;padding:16px;margin:14px 0;border:1px solid color-mix(in srgb,var(--primary) 26%,#fff);border-radius:18px;background:linear-gradient(135deg,color-mix(in srgb,var(--primary) 9%,#fff),#fff)}
.license-price-notice p{font-size:.94rem;color:#475569;margin-top:2px}.license-price-notice small{display:block;color:#64748b;margin-top:5px}.license-price-icon{width:44px;height:44px;flex:0 0 44px;display:grid;place-items:center;border-radius:14px;background:var(--primary);color:#fff;font-size:1.25rem}
.account-icon{display:grid;place-items:center;width:68px;height:68px;margin:auto;border-radius:22px;background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;font-size:2rem}
.account-header{display:flex;align-items:center;justify-content:space-between;gap:20px;background:linear-gradient(135deg,var(--primary),color-mix(in srgb,var(--primary) 65%,var(--secondary)));color:#fff}
.account-menu{display:grid;gap:7px;background:#fff;padding:12px;border-radius:20px}.account-menu a{display:flex;align-items:center;gap:10px;padding:12px 14px;border-radius:13px;text-decoration:none;color:#334155;font-weight:650}.account-menu a:hover,.account-menu a.active{background:color-mix(in srgb,var(--primary) 11%,#fff);color:var(--primary)}
.metric-card-shop{height:100%;padding:18px;border-radius:18px;background:#fff;border:1px solid #e9edf4}.metric-card-shop small{display:block;color:#64748b}.metric-card-shop strong{display:block;font-size:1.8rem;margin-top:4px}
.license-result{background:linear-gradient(135deg,#15803d,#22c55e);color:#fff}.license-result textarea{background:rgba(255,255,255,.97)}
@media(max-width:575.98px){.account-header{align-items:flex-start;flex-direction:column}.license-price-notice{padding:13px}.account-menu{margin-bottom:10px}}
/* Banner principal em modo somente imagem (Premium Seller 0.2.1) */
.hero-image-only{width:100%;border-radius:28px;overflow:hidden;background:#fff;line-height:0}
.hero-image-link,.hero-image-static{display:block;width:100%}
.hero-image-only img{display:block;width:100%;height:auto;max-width:100%;object-fit:contain;filter:none;opacity:1}
.hero-image-link{transition:opacity .2s ease}
.hero-image-link:hover{opacity:.97}
.hero-image-link:focus-visible{outline:4px solid var(--primary);outline-offset:4px;border-radius:28px}
@media(max-width:767px){.hero-image-only{border-radius:20px}}

/* Carrossel do banner principal — Premium Seller 0.2.3 */
.hero-carousel{position:relative;width:100%}
.hero-carousel .carousel-inner{border-radius:28px;overflow:hidden;background:#fff}
.hero-carousel .carousel-item{transition:transform .65s ease-in-out}
.hero-carousel .hero-card,.hero-carousel .hero-image-only{border-radius:0;margin:0}
.hero-carousel .carousel-control-prev,.hero-carousel .carousel-control-next{width:8%;min-width:52px;opacity:1;z-index:4}
.hero-carousel .carousel-control-prev-icon,.hero-carousel .carousel-control-next-icon{width:46px;height:46px;border-radius:50%;background-color:rgba(15,23,42,.72);background-size:52%;box-shadow:0 8px 24px rgba(15,23,42,.25);transition:transform .2s ease,background-color .2s ease}
.hero-carousel .carousel-control-prev:hover .carousel-control-prev-icon,.hero-carousel .carousel-control-next:hover .carousel-control-next-icon{transform:scale(1.08);background-color:rgba(15,23,42,.9)}
.hero-carousel .carousel-indicators{z-index:5;margin-bottom:.8rem;gap:.35rem}
.hero-carousel .carousel-indicators [data-bs-target]{width:10px;height:10px;margin:0;border:2px solid rgba(255,255,255,.95);border-radius:50%;background:#64748b;opacity:.8;box-shadow:0 2px 8px rgba(15,23,42,.35)}
.hero-carousel .carousel-indicators .active{width:30px;border-radius:999px;background:var(--primary);opacity:1}
.hero-carousel:focus-within{outline:3px solid color-mix(in srgb,var(--primary) 45%,transparent);outline-offset:3px;border-radius:28px}
@media(max-width:767px){.hero-carousel .carousel-inner,.hero-carousel:focus-within{border-radius:20px}.hero-carousel .carousel-control-prev,.hero-carousel .carousel-control-next{width:13%;min-width:42px}.hero-carousel .carousel-control-prev-icon,.hero-carousel .carousel-control-next-icon{width:38px;height:38px}.hero-carousel .carousel-indicators{margin-bottom:.45rem}}
