/*
 * Ja Achei v26 — front-end futurista e minimalista.
 * Camada isolada: só atua quando o BODY possui a classe future-ui-v26.
 * Não utiliza degradês e não altera o painel administrativo.
 */

body.future-ui-v26{
  --future-bg:#f4f7fb;
  --future-surface:rgba(255,255,255,.92);
  --future-surface-solid:#ffffff;
  --future-surface-soft:#eef3f8;
  --future-ink:#09111f;
  --future-muted:#647084;
  --future-line:#dce4ee;
  --future-line-accent:color-mix(in srgb,var(--primary) 24%,#dce4ee);
  --future-primary-soft:color-mix(in srgb,var(--primary) 9%,#ffffff);
  --future-primary-medium:color-mix(in srgb,var(--primary) 18%,#ffffff);
  --future-cta-soft:color-mix(in srgb,var(--cta) 10%,#ffffff);
  --future-shadow:0 18px 48px rgba(9,17,31,.08);
  --future-shadow-hover:0 24px 58px rgba(9,17,31,.13);
  --future-radius:18px;
  --future-radius-sm:13px;
  margin:0;
  color:var(--future-ink);
  background:var(--future-bg);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;
  letter-spacing:-.006em;
}

body.future-ui-v26 :is(h1,h2,h3,h4,h5,h6){
  font-family:Sora,Inter,ui-sans-serif,system-ui,sans-serif;
  color:var(--future-ink);
  letter-spacing:-.035em;
}

body.future-ui-v26 :is(a,button,input,select,textarea,summary){
  -webkit-tap-highlight-color:transparent;
}

body.future-ui-v26 :is(a,button,input,select,textarea,summary):focus-visible{
  outline:3px solid color-mix(in srgb,var(--primary) 28%,transparent);
  outline-offset:3px;
}

body.future-ui-v26 .container,
body.future-ui-v26 .ja-public-container{
  width:min(1240px,calc(100% - 40px));
}

body.future-ui-v26 .public-main,
body.future-ui-v26 .ja-public-main{
  min-height:58vh;
  overflow:clip;
}

/* Cabeçalho */
body.future-ui-v26 .ja-site-header{
  position:sticky;
  top:0;
  z-index:120;
  background:rgba(255,255,255,.9);
  border-bottom:1px solid rgba(220,228,238,.95);
  box-shadow:0 8px 28px rgba(9,17,31,.045);
  backdrop-filter:blur(18px) saturate(135%);
}

body.future-ui-v26 .ja-top-strip{
  background:#09111f;
  color:#c9d3df;
  border-bottom:1px solid rgba(255,255,255,.07);
}

body.future-ui-v26 .ja-top-strip-inner{
  min-height:31px;
  justify-content:center;
  gap:34px;
  font-size:.69rem;
  font-weight:700;
  letter-spacing:.035em;
}

body.future-ui-v26 .ja-top-strip i{color:color-mix(in srgb,var(--primary) 74%,#ffffff)}

body.future-ui-v26 .ja-header-main{
  min-height:74px;
  padding:9px 0;
  gap:24px;
}

body.future-ui-v26 .ja-logo-v22,
body.future-ui-v26 .ja-public-brand{
  flex:0 0 auto;
}

body.future-ui-v26 .ja-header-search{
  height:48px;
  background:rgba(247,249,252,.92);
  border:1px solid var(--future-line);
  border-radius:14px;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 7px 22px rgba(9,17,31,.04);
  transition:border-color .18s ease,box-shadow .18s ease,background .18s ease;
}

body.future-ui-v26 .ja-header-search:focus-within{
  background:#fff;
  border-color:var(--future-line-accent);
  box-shadow:0 0 0 4px color-mix(in srgb,var(--primary) 8%,transparent),0 12px 28px rgba(9,17,31,.07);
}

body.future-ui-v26 .ja-header-search>i{
  color:#8793a4;
  font-size:.92rem;
}

body.future-ui-v26 .ja-header-search input{
  color:var(--future-ink);
  font-size:.88rem;
  font-weight:550;
  background:transparent;
}

body.future-ui-v26 .ja-header-search input::placeholder{color:#99a4b3}

body.future-ui-v26 .ja-header-search button{
  width:42px;
  height:40px;
  margin-right:4px;
  border-radius:11px;
  background:var(--primary);
  box-shadow:0 8px 18px color-mix(in srgb,var(--primary) 22%,transparent);
  transition:transform .17s ease,box-shadow .17s ease,filter .17s ease;
}

body.future-ui-v26 .ja-header-search button:hover{
  transform:translateY(-1px);
  box-shadow:0 11px 23px color-mix(in srgb,var(--primary) 28%,transparent);
}

body.future-ui-v26 .ja-header-icon,
body.future-ui-v26 .ja-mobile-menu-toggle{
  border:1px solid var(--future-line);
  background:#fff;
  color:#536174;
  border-radius:12px;
  box-shadow:0 6px 18px rgba(9,17,31,.04);
}

body.future-ui-v26 .ja-header-icon:hover,
body.future-ui-v26 .ja-mobile-menu-toggle:hover{
  color:var(--primary);
  border-color:var(--future-line-accent);
  background:var(--future-primary-soft);
}

body.future-ui-v26 .ja-desktop-navigation{
  border-top:1px solid rgba(220,228,238,.75);
  background:rgba(255,255,255,.82);
}

body.future-ui-v26 .ja-desktop-nav-inner{
  min-height:48px;
  gap:5px;
}

body.future-ui-v26 .ja-nav-link,
body.future-ui-v26 .ja-nav-dropdown>summary{
  min-height:36px;
  padding:0 12px;
  border:1px solid transparent;
  border-radius:10px;
  color:#4f5c70;
  font-size:.77rem;
  font-weight:780;
  transition:background .16s ease,color .16s ease,border-color .16s ease;
}

body.future-ui-v26 .ja-nav-link:hover,
body.future-ui-v26 .ja-nav-dropdown>summary:hover,
body.future-ui-v26 .ja-nav-dropdown[open]>summary{
  color:var(--primary);
  background:var(--future-primary-soft);
  border-color:var(--future-line-accent);
}

body.future-ui-v26 .ja-nav-panel{
  margin-top:9px;
  border:1px solid var(--future-line);
  border-radius:16px;
  background:rgba(255,255,255,.98);
  box-shadow:0 22px 54px rgba(9,17,31,.13);
  backdrop-filter:blur(18px);
}

body.future-ui-v26 .ja-category-title{
  font-family:Sora,Inter,sans-serif;
  letter-spacing:-.025em;
}

body.future-ui-v26 .ja-nav-list a,
body.future-ui-v26 .ja-category-children a,
body.future-ui-v26 .ja-category-all{
  border-radius:9px;
}

body.future-ui-v26 .ja-nav-list a:hover,
body.future-ui-v26 .ja-category-children a:hover,
body.future-ui-v26 .ja-category-all:hover{
  background:var(--future-primary-soft);
}

/* Componentes globais */
body.future-ui-v26 .eyebrow,
body.future-ui-v26 :is(.ja-home-v23-kicker,.ja-category-v25-section-heading>div>span,.verdict-label,.offer-kicker,.commerce-category,.ja-category-v25-subcategory-label,.ja-category-v25-content-type,.ja-home-v23-content-type){
  display:inline-flex;
  align-items:center;
  width:max-content;
  min-height:25px;
  padding:5px 9px;
  border:1px solid var(--future-line-accent);
  border-radius:8px;
  background:var(--future-primary-soft);
  color:var(--primary);
  font-size:.65rem;
  font-weight:850;
  line-height:1;
  letter-spacing:.08em;
  text-transform:uppercase;
}

body.future-ui-v26 .breadcrumbs{
  color:#788497;
  font-size:.73rem;
  font-weight:650;
}

body.future-ui-v26 .breadcrumbs a{
  color:#526075;
}

body.future-ui-v26 .breadcrumbs a:hover{color:var(--primary)}

body.future-ui-v26 :is(.card,.content-card,.sidebar-card,.ja-home-v23-category,.ja-home-v23-product-card,.ja-home-v23-content-card,.ja-category-v25-hero-card,.ja-category-v25-subcategory-card,.ja-category-v25-product-card,.ja-category-v25-content-card,.offer,.commercial-store-card,.commercial-offer-box,.commercial-verdict,.product-gallery-panel,.commerce-decision-panel){
  border:1px solid var(--future-line);
  background:var(--future-surface);
  box-shadow:var(--future-shadow);
  backdrop-filter:blur(12px);
}

body.future-ui-v26 :is(.card,.ja-home-v23-category,.ja-home-v23-product-card,.ja-home-v23-content-card,.ja-category-v25-subcategory-card,.ja-category-v25-product-card,.ja-category-v25-content-card,.offer,.commercial-store-card){
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease,background .2s ease;
}

body.future-ui-v26 :is(.card,.ja-home-v23-category,.ja-home-v23-product-card,.ja-home-v23-content-card,.ja-category-v25-subcategory-card,.ja-category-v25-product-card,.ja-category-v25-content-card,.offer,.commercial-store-card):hover{
  transform:translateY(-3px);
  border-color:var(--future-line-accent);
  box-shadow:var(--future-shadow-hover);
  background:#fff;
}

body.future-ui-v26 :is(.btn,.inline-offer-button,.coupon-button,.ja-home-v23-view-all,.ja-category-v25-card-action){
  border-radius:11px;
  font-weight:820;
  letter-spacing:-.01em;
}

body.future-ui-v26 :is(.btn,.inline-offer-button,.coupon-button){
  background:var(--cta);
  color:#fff;
  box-shadow:0 10px 23px color-mix(in srgb,var(--cta) 22%,transparent);
}

body.future-ui-v26 :is(.btn,.inline-offer-button,.coupon-button):hover{
  transform:translateY(-1px);
  filter:brightness(.97);
  box-shadow:0 14px 28px color-mix(in srgb,var(--cta) 28%,transparent);
}

body.future-ui-v26 .rating{
  color:#8b5b00;
  background:#fff8e7;
  border:1px solid #f2d89b;
  border-radius:8px;
  padding:5px 8px;
  font-size:.7rem;
}

body.future-ui-v26 .price{
  color:var(--future-ink);
  font-family:Sora,Inter,sans-serif;
  font-size:1rem;
}

body.future-ui-v26 .empty{
  border:1px dashed #bdc8d6;
  border-radius:16px;
  background:rgba(255,255,255,.7);
  color:var(--future-muted);
}

body.future-ui-v26 .chip{
  border:1px solid var(--future-line);
  border-radius:9px;
  background:#fff;
  color:#4b596c;
  font-weight:720;
  transition:border-color .17s ease,color .17s ease,background .17s ease;
}

body.future-ui-v26 .chip:hover{
  color:var(--primary);
  border-color:var(--future-line-accent);
  background:var(--future-primary-soft);
}

body.future-ui-v26 .pagination a,
body.future-ui-v26 .pagination span{
  border-radius:9px;
  border-color:var(--future-line);
}

/* Home */
body.future-ui-v26 .ja-home-v23-discovery{
  position:relative;
  padding:58px 0 48px;
  background:#f4f7fb;
  border-bottom:1px solid var(--future-line);
}

body.future-ui-v26 .ja-home-v23-heading{
  max-width:820px;
  margin-bottom:30px;
}

body.future-ui-v26 .ja-home-v23-heading h1{
  margin:13px 0 12px;
  font-size:clamp(2.25rem,5vw,4.7rem);
  line-height:1.01;
  letter-spacing:-.058em;
  text-wrap:balance;
}

body.future-ui-v26 .ja-home-v23-heading p{
  max-width:710px;
  color:var(--future-muted);
  font-size:1rem;
  line-height:1.72;
}

body.future-ui-v26 .ja-home-v23-category-grid{
  gap:14px;
}

body.future-ui-v26 .ja-home-v23-category{
  position:relative;
  border-radius:16px!important;
  overflow:hidden;
  box-shadow:0 12px 32px rgba(9,17,31,.055);
}

body.future-ui-v26 .ja-home-v23-category::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:2px;
  background:transparent;
  transition:background .18s ease;
}

body.future-ui-v26 .ja-home-v23-category:hover::after{background:var(--primary)}

body.future-ui-v26 .ja-home-v23-category-media{
  background:var(--future-surface-soft)!important;
  border-bottom:1px solid var(--future-line);
}

body.future-ui-v26 .ja-home-v23-category-image{
  transition:transform .28s ease,filter .28s ease;
  filter:saturate(.92) contrast(1.02);
}

body.future-ui-v26 .ja-home-v23-category:hover .ja-home-v23-category-image{
  transform:scale(1.025);
  filter:saturate(1) contrast(1.03);
}

body.future-ui-v26 .ja-home-v23-category-letter{
  color:var(--primary);
  font-family:Sora,Inter,sans-serif;
  font-weight:850;
}

body.future-ui-v26 .ja-home-v23-category-copy{
  padding:15px 16px 14px!important;
}

body.future-ui-v26 .ja-home-v23-category-copy strong{
  font-family:Sora,Inter,sans-serif;
  font-size:.95rem!important;
}

body.future-ui-v26 .ja-home-v23-category-copy small{
  color:var(--primary)!important;
  font-size:.64rem!important;
  letter-spacing:.035em;
  text-transform:uppercase;
}

body.future-ui-v26 .ja-home-v23-section{
  padding:66px 0;
}

body.future-ui-v26 .ja-home-v23-products{
  background:#fff;
  border-bottom:1px solid var(--future-line);
}

body.future-ui-v26 .ja-home-v23-content-section{background:#eef3f8}

body.future-ui-v26 .ja-home-v23-section-heading{
  align-items:end;
  margin-bottom:26px;
}

body.future-ui-v26 .ja-home-v23-section-heading h2{
  margin:8px 0 5px;
  font-size:clamp(1.8rem,3vw,2.65rem);
}

body.future-ui-v26 .ja-home-v23-section-heading p{
  color:var(--future-muted);
}

body.future-ui-v26 .ja-home-v23-view-all{
  min-height:38px;
  padding:0 13px;
  border:1px solid var(--future-line-accent);
  background:var(--future-primary-soft);
  color:var(--primary);
  font-size:.73rem;
  text-transform:uppercase;
  letter-spacing:.045em;
}

body.future-ui-v26 .ja-home-v23-view-all:hover{
  background:var(--primary);
  color:#fff;
}

body.future-ui-v26 .product-highlight-card,
body.future-ui-v26 .ja-home-v23-product-card{
  border-radius:17px;
  box-shadow:0 13px 34px rgba(9,17,31,.065);
}

body.future-ui-v26 .product-highlight-media{
  background:#f1f5f9;
  border-color:var(--future-line);
}

body.future-ui-v26 .product-highlight-image{padding:18px!important}

body.future-ui-v26 .ja-home-v23-product-card .card-body{
  padding:18px;
}

body.future-ui-v26 .ja-home-v23-product-card h3{
  font-size:1rem;
  line-height:1.38;
}

body.future-ui-v26 .ja-home-v23-product-card p{
  font-size:.79rem;
  line-height:1.6;
}

body.future-ui-v26 .ja-home-v23-content-card{
  border-radius:17px;
  overflow:hidden;
}

body.future-ui-v26 .ja-home-v23-content-media{background:#e9eff5}
body.future-ui-v26 .ja-home-v23-content-copy{padding:18px}
body.future-ui-v26 .ja-home-v23-content-copy h3{font-size:1.04rem;line-height:1.38}
body.future-ui-v26 .ja-home-v23-content-copy p{color:var(--future-muted);font-size:.8rem}

/* Página de categoria */
body.future-ui-v26 .ja-category-v25-page{background:var(--future-bg)}

body.future-ui-v26 .ja-category-v25-hero{
  padding:34px 0 18px;
}

body.future-ui-v26 .ja-category-v25-hero-card{
  overflow:hidden;
  border-radius:20px;
  box-shadow:0 20px 52px rgba(9,17,31,.08);
}

body.future-ui-v26 .ja-category-v25-hero-copy{
  padding:42px;
}

body.future-ui-v26 .ja-category-v25-hero-copy h1{
  font-size:clamp(2.15rem,4.7vw,4.35rem);
  line-height:1.03;
  text-wrap:balance;
}

body.future-ui-v26 .ja-category-v25-hero-copy>p{
  color:var(--future-muted);
  max-width:720px;
}

body.future-ui-v26 .ja-category-v25-hero-media{
  background:#eaf0f6;
  border-left:1px solid var(--future-line);
}

body.future-ui-v26 .ja-category-v25-metrics>span{
  border:1px solid var(--future-line);
  border-radius:9px;
  background:#fff;
  color:#526075;
  box-shadow:none;
}

body.future-ui-v26 .ja-category-v25-section{
  padding:52px 0;
}

body.future-ui-v26 .ja-category-v25-subcategories{
  background:#fff;
  border-block:1px solid var(--future-line);
}

body.future-ui-v26 .ja-category-v25-section-heading h2{
  font-size:clamp(1.65rem,3vw,2.4rem);
}

body.future-ui-v26 .ja-category-v25-section-heading p{color:var(--future-muted)}

body.future-ui-v26 .ja-category-v25-subcategory-card{
  border-radius:16px;
  overflow:hidden;
}

body.future-ui-v26 .ja-category-v25-subcategory-media{
  background:#eaf0f6;
  border-right:1px solid var(--future-line);
}

body.future-ui-v26 .ja-category-v25-subcategory-copy{
  padding:18px;
}

body.future-ui-v26 .ja-category-v25-subcategory-copy>strong{
  font-family:Sora,Inter,sans-serif;
  font-size:1rem;
}

body.future-ui-v26 .ja-category-v25-subcategory-copy>small{
  color:var(--future-muted);
}

body.future-ui-v26 .ja-category-v25-subcategory-footer{
  color:var(--primary);
  font-size:.68rem;
  font-weight:800;
}

body.future-ui-v26 .ja-category-v25-products{background:var(--future-bg)}
body.future-ui-v26 .ja-category-v25-content-section{background:#eef3f8;border-top:1px solid var(--future-line)}

body.future-ui-v26 .ja-category-v25-product-card,
body.future-ui-v26 .ja-category-v25-content-card{
  border-radius:16px;
  overflow:hidden;
  box-shadow:0 12px 32px rgba(9,17,31,.06);
}

body.future-ui-v26 .ja-category-v25-product-media{
  background:#f0f4f8;
  border-color:var(--future-line);
}

body.future-ui-v26 .ja-category-v25-product-category{
  border-color:var(--future-line);
  background:rgba(255,255,255,.94);
  color:#526075;
  box-shadow:none;
}

body.future-ui-v26 .ja-category-v25-product-copy,
body.future-ui-v26 .ja-category-v25-content-copy{
  padding:18px;
}

body.future-ui-v26 .ja-category-v25-product-copy>strong,
body.future-ui-v26 .ja-category-v25-content-copy>strong{
  font-family:Sora,Inter,sans-serif;
  font-size:1rem;
}

body.future-ui-v26 .ja-category-v25-product-copy>small,
body.future-ui-v26 .ja-category-v25-content-copy>small{
  color:var(--future-muted);
}

body.future-ui-v26 .ja-category-v25-card-action{
  color:var(--primary);
  border-top:1px solid var(--future-line);
  padding-top:13px;
  font-size:.68rem;
  letter-spacing:.045em;
  text-transform:uppercase;
}

/* Busca, listagens e páginas institucionais */
body.future-ui-v26 .page-head{
  padding:48px 0 25px;
  background:#eef3f8;
  border-bottom:1px solid var(--future-line);
}

body.future-ui-v26 .page-head h1{
  font-size:clamp(2rem,4.2vw,4rem);
  line-height:1.04;
}

body.future-ui-v26 .page-head .lead{color:var(--future-muted)}

body.future-ui-v26 .page-head .search{
  max-width:760px;
  border:1px solid var(--future-line);
  border-radius:13px;
  box-shadow:0 10px 27px rgba(9,17,31,.06);
}

body.future-ui-v26 .page-head .search button{
  width:44px;
  min-width:44px;
  padding:0;
  border-radius:10px;
  margin:4px;
}

body.future-ui-v26 .page-head+.section{background:var(--future-bg)}

body.future-ui-v26 .page-head+.section .card{
  border-radius:16px;
}

body.future-ui-v26 .page-head+.section .card-image{
  background:#edf2f7;
}

body.future-ui-v26 .page-head+.section h2{
  margin:32px 0 18px;
  font-size:1.55rem;
}

body.future-ui-v26 .content-card.content-body{
  border-radius:19px;
  box-shadow:0 18px 46px rgba(9,17,31,.07);
}

/* Produto */
body.future-ui-v26 .product-commerce-hero{
  padding:32px 0 42px;
  background:#eef3f8;
  border-bottom:1px solid var(--future-line);
}

body.future-ui-v26 .commerce-hero-grid{
  gap:26px;
}

body.future-ui-v26 .commerce-copy-head,
body.future-ui-v26 .product-gallery-panel,
body.future-ui-v26 .commerce-decision-panel{
  border-radius:19px;
}

body.future-ui-v26 .commerce-copy-head{
  padding:27px 29px;
  background:rgba(255,255,255,.86);
  border:1px solid var(--future-line);
  box-shadow:0 18px 48px rgba(9,17,31,.065);
}

body.future-ui-v26 .commerce-copy-head h1{
  font-size:clamp(2.15rem,4.5vw,4.4rem);
  line-height:1.02;
  text-wrap:balance;
}

body.future-ui-v26 .commerce-lead{color:var(--future-muted)}

body.future-ui-v26 .commerce-meta{
  color:#627084;
}

body.future-ui-v26 .product-gallery-panel{
  padding:18px;
  background:rgba(255,255,255,.9);
}

body.future-ui-v26 .product-image-stage{
  border-radius:15px;
  background:#f0f4f8;
  border:1px solid var(--future-line);
}

body.future-ui-v26 .gallery-badge,
body.future-ui-v26 .best-choice-ribbon{
  border-radius:8px;
  background:#09111f;
  letter-spacing:.055em;
}

body.future-ui-v26 .gallery-proof-row span,
body.future-ui-v26 .store-shortcuts a{
  border:1px solid var(--future-line);
  border-radius:9px;
  background:#fff;
  color:#536174;
}

body.future-ui-v26 .commerce-decision-panel{
  padding:22px;
}

body.future-ui-v26 .commercial-verdict{
  border-radius:15px;
  box-shadow:none;
}

body.future-ui-v26 .verdict-score{
  border-radius:13px;
  background:#09111f;
  color:#fff;
}

body.future-ui-v26 .commercial-assurance{
  color:#647084;
  border-top:1px solid var(--future-line);
}

body.future-ui-v26 .commercial-offer-box{
  border-radius:15px;
  box-shadow:none;
}

body.future-ui-v26 .commercial-price-head{
  border-bottom:1px solid var(--future-line);
}

body.future-ui-v26 .commercial-store-card{
  border-radius:14px;
  box-shadow:none;
}

body.future-ui-v26 .commercial-store-card.featured{
  border-color:color-mix(in srgb,var(--cta) 34%,var(--future-line));
  box-shadow:0 14px 34px color-mix(in srgb,var(--cta) 9%,transparent);
}

body.future-ui-v26 .store-logo-letter{
  border-radius:11px;
  background:#09111f;
  color:#fff;
}

body.future-ui-v26 .article-layout{
  gap:24px;
  padding:36px 0 58px;
}

body.future-ui-v26 .content-card,
body.future-ui-v26 .sidebar-card{
  border-radius:18px;
  box-shadow:0 16px 42px rgba(9,17,31,.065);
}

body.future-ui-v26 .article-intro-strip,
body.future-ui-v26 .reading-jump-nav{
  border:1px solid var(--future-line);
  border-radius:13px;
  background:#f2f6fa;
}

body.future-ui-v26 .reading-jump-links a{
  border:1px solid var(--future-line);
  border-radius:8px;
  background:#fff;
  color:#536174;
}

body.future-ui-v26 .reading-jump-links a:hover{
  color:var(--primary);
  border-color:var(--future-line-accent);
  background:var(--future-primary-soft);
}

body.future-ui-v26 .reading-section{
  scroll-margin-top:155px;
}

body.future-ui-v26 .editorial-section-heading{
  padding-bottom:12px;
  border-bottom:1px solid var(--future-line);
}

body.future-ui-v26 .premium-pros-cons>div{
  border-radius:14px;
  box-shadow:none;
}

body.future-ui-v26 .premium-pros-cons .pros{
  background:#edf9f3;
  border-color:#bae4cc;
}

body.future-ui-v26 .premium-pros-cons .cons{
  background:#fbf5ed;
  border-color:#ead2b3;
}

body.future-ui-v26 .specs{
  border:1px solid var(--future-line);
  border-radius:14px;
  overflow:hidden;
}

body.future-ui-v26 .specs>div{
  border-color:var(--future-line);
}

body.future-ui-v26 .related-sidebar-card,
body.future-ui-v26 .article-context-card{
  background:rgba(255,255,255,.9);
}

body.future-ui-v26 .sidebar-heading{
  font-family:Sora,Inter,sans-serif;
}

body.future-ui-v26 .sidebar-product,
body.future-ui-v26 .article-sidebar-item{
  border-radius:11px;
  border:1px solid transparent;
  transition:background .16s ease,border-color .16s ease;
}

body.future-ui-v26 .sidebar-product:hover,
body.future-ui-v26 .article-sidebar-item:hover{
  background:var(--future-primary-soft);
  border-color:var(--future-line-accent);
}

body.future-ui-v26 .notice,
body.future-ui-v26 .disclosure{
  border-radius:13px;
  border:1px solid var(--future-line);
  background:#f2f6fa;
}

body.future-ui-v26 .mobile-cta{
  border:1px solid rgba(255,255,255,.14);
  border-radius:14px;
  background:rgba(9,17,31,.96);
  box-shadow:0 18px 42px rgba(9,17,31,.28);
  backdrop-filter:blur(16px);
}

/* Artigos */
body.future-ui-v26 .editorial-page-header{
  padding:39px 0 27px;
  background:#eef3f8;
  border-bottom:1px solid var(--future-line);
}

body.future-ui-v26 .editorial-page-header h1{
  font-size:clamp(2.2rem,4.8vw,4.65rem);
  line-height:1.03;
  text-wrap:balance;
}

body.future-ui-v26 .editorial-page-header .lead{color:var(--future-muted)}

body.future-ui-v26 .article-cover{
  border-radius:16px;
  border:1px solid var(--future-line);
  overflow:hidden;
  box-shadow:0 16px 38px rgba(9,17,31,.065);
}

body.future-ui-v26 .blog-content{
  color:#263244;
  font-size:1rem;
  line-height:1.82;
}

body.future-ui-v26 .blog-content :is(h2,h3,h4){
  color:var(--future-ink);
}

body.future-ui-v26 .blog-content h2{
  margin-top:2.2em;
  padding-top:.25em;
  font-size:1.65rem;
}

body.future-ui-v26 .blog-content blockquote{
  margin:1.7rem 0;
  padding:18px 20px;
  border-left:3px solid var(--primary);
  border-radius:0 12px 12px 0;
  background:var(--future-primary-soft);
  color:#344157;
}

body.future-ui-v26 .blog-content :is(table,pre){
  border-radius:12px;
  border:1px solid var(--future-line);
}

body.future-ui-v26 .blog-content img{
  border-radius:14px;
}

body.future-ui-v26 .article-offer-grid .offer{
  border-radius:14px;
}

/* Compartilhamento */
body.future-ui-v26 .share-panel-icons{
  border:1px solid var(--future-line);
  border-radius:13px;
  background:#f2f6fa;
}

body.future-ui-v26 .share-btn{
  border:1px solid var(--future-line);
  background:#fff;
  color:#536174;
  border-radius:10px;
}

body.future-ui-v26 .share-btn:hover{
  color:var(--primary);
  border-color:var(--future-line-accent);
  background:var(--future-primary-soft);
}

/* Rodapé */
body.future-ui-v26 .site-footer{
  background:#09111f;
  color:#b8c4d2;
  border-top:1px solid rgba(255,255,255,.08);
}

body.future-ui-v26 .footer-grid{
  gap:48px;
}

body.future-ui-v26 .site-footer h3{
  color:#f7f9fc;
  font-size:.82rem;
  letter-spacing:.055em;
  text-transform:uppercase;
}

body.future-ui-v26 .site-footer a:hover{color:#fff}

body.future-ui-v26 .footer-about p,
body.future-ui-v26 .site-footer p{color:#9ba8b8}

body.future-ui-v26 .footer-trust span{
  border:1px solid rgba(255,255,255,.12);
  border-radius:8px;
  background:rgba(255,255,255,.04);
  color:#c7d1dd;
}

body.future-ui-v26 .copyright{
  border-top:1px solid rgba(255,255,255,.09);
  color:#8290a2;
}

/* Motion reduzido */
@media(prefers-reduced-motion:reduce){
  body.future-ui-v26 *,
  body.future-ui-v26 *::before,
  body.future-ui-v26 *::after{
    scroll-behavior:auto!important;
    transition-duration:.01ms!important;
    animation-duration:.01ms!important;
    animation-iteration-count:1!important;
  }
}

/* Tablet */
@media(max-width:1000px){
  body.future-ui-v26 .ja-header-main{gap:12px}
  body.future-ui-v26 .ja-mobile-menu{
    background:rgba(255,255,255,.98);
    border-top:1px solid var(--future-line);
    box-shadow:0 20px 45px rgba(9,17,31,.12);
  }
  body.future-ui-v26 .ja-mobile-primary-links a,
  body.future-ui-v26 .ja-mobile-group{
    border-color:var(--future-line);
  }
  body.future-ui-v26 .ja-mobile-primary-links a{
    background:#f2f6fa;
    border-radius:10px;
  }
  body.future-ui-v26 .ja-category-v25-hero-copy{padding:32px}
  body.future-ui-v26 .article-layout{grid-template-columns:minmax(0,1fr)}
  body.future-ui-v26 .sidebar{position:static}
}

/* Celular */
@media(max-width:720px){
  body.future-ui-v26 .container,
  body.future-ui-v26 .ja-public-container{
    width:calc(100% - 24px);
    max-width:calc(100% - 24px);
  }

  body.future-ui-v26 .ja-header-main{
    padding:8px 0 9px;
  }

  body.future-ui-v26 .ja-header-search{
    height:43px;
    border-radius:12px;
  }

  body.future-ui-v26 .ja-header-search button{
    width:38px;
    height:35px;
    border-radius:9px;
  }

  body.future-ui-v26 .ja-home-v23-discovery{
    padding:38px 0 34px;
  }

  body.future-ui-v26 .ja-home-v23-heading{
    margin-bottom:22px;
  }

  body.future-ui-v26 .ja-home-v23-heading h1{
    font-size:clamp(2rem,10.5vw,3.15rem);
    line-height:1.02;
  }

  body.future-ui-v26 .ja-home-v23-heading p{
    font-size:.9rem;
    line-height:1.65;
  }

  body.future-ui-v26 .ja-home-v23-section{
    padding:46px 0;
  }

  body.future-ui-v26 .ja-home-v23-section-heading{
    display:block;
    margin-bottom:20px;
  }

  body.future-ui-v26 .ja-home-v23-view-all{
    margin-top:14px;
  }

  body.future-ui-v26 .ja-home-v23-category-grid{
    gap:10px;
  }

  body.future-ui-v26 .ja-home-v23-category-copy{
    padding:12px!important;
  }

  body.future-ui-v26 .ja-home-v23-category-copy strong{
    font-size:.83rem!important;
  }

  body.future-ui-v26 .ja-home-v23-category-copy small{
    font-size:.56rem!important;
  }

  body.future-ui-v26 .product-highlight-image{padding:12px!important}

  body.future-ui-v26 .ja-category-v25-hero{
    padding:20px 0 8px;
  }

  body.future-ui-v26 .ja-category-v25-hero-card{
    border-radius:16px;
  }

  body.future-ui-v26 .ja-category-v25-hero-copy{
    padding:24px 20px;
  }

  body.future-ui-v26 .ja-category-v25-hero-copy h1{
    font-size:clamp(2rem,10vw,3.1rem);
  }

  body.future-ui-v26 .ja-category-v25-section{
    padding:39px 0;
  }

  body.future-ui-v26 .ja-category-v25-subcategory-card,
  body.future-ui-v26 .ja-category-v25-product-card,
  body.future-ui-v26 .ja-category-v25-content-card{
    border-radius:14px;
  }

  body.future-ui-v26 .product-commerce-hero{
    padding:20px 0 28px;
  }

  body.future-ui-v26 .commerce-copy-head,
  body.future-ui-v26 .product-gallery-panel,
  body.future-ui-v26 .commerce-decision-panel{
    border-radius:15px;
  }

  body.future-ui-v26 .commerce-copy-head{
    padding:22px 18px;
  }

  body.future-ui-v26 .commerce-copy-head h1,
  body.future-ui-v26 .editorial-page-header h1{
    font-size:clamp(1.95rem,10vw,3.05rem);
  }

  body.future-ui-v26 .commerce-decision-panel{
    padding:16px;
  }

  body.future-ui-v26 .article-layout{
    width:calc(100% - 20px)!important;
    max-width:calc(100% - 20px)!important;
    padding:20px 0 44px;
  }

  body.future-ui-v26 .content-card,
  body.future-ui-v26 .sidebar-card{
    border-radius:15px;
    padding:18px;
  }

  body.future-ui-v26 .blog-content{
    font-size:.94rem;
    line-height:1.75;
  }

  body.future-ui-v26 .blog-content h2{
    font-size:1.42rem;
  }

  body.future-ui-v26 .page-head{
    padding:34px 0 20px;
  }

  body.future-ui-v26 .page-head h1{
    font-size:clamp(1.9rem,10vw,3rem);
  }

  body.future-ui-v26 .footer-grid{
    gap:30px;
  }
}

@media(max-width:420px){
  body.future-ui-v26 .ja-home-v23-category-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }

  body.future-ui-v26 .ja-home-v23-category-media{
    aspect-ratio:1.3/1!important;
  }

  body.future-ui-v26 .ja-home-v23-category-copy small i{display:none}

  body.future-ui-v26 .commercial-verdict{
    grid-template-columns:68px minmax(0,1fr)!important;
  }

  body.future-ui-v26 .verdict-score{
    min-width:68px;
  }
}

/* =========================================================
 * Ja Achei v29 — carrosséis da home e mídia estável na busca.
 * Camada final isolada no front-end público.
 * ========================================================= */
body.future-ui-v26 .ja-home-v29-discovery{
  padding:38px 0 42px!important;
}

body.future-ui-v26 .ja-home-v29-heading{
  max-width:720px;
  margin-bottom:24px!important;
}

body.future-ui-v26 .ja-home-v29-heading h1{
  margin:10px 0 9px!important;
  max-width:700px;
  font-size:clamp(1.72rem,3.2vw,2.8rem)!important;
  line-height:1.08!important;
  letter-spacing:-.045em!important;
}

body.future-ui-v26 .ja-home-v29-heading p{
  max-width:650px;
  margin:0;
  font-size:.9rem!important;
  line-height:1.62!important;
}

body.future-ui-v26 .ja-carousel-block{
  min-width:0;
  width:100%;
}

body.future-ui-v26 .ja-carousel-heading{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:18px;
  margin-bottom:17px;
}

body.future-ui-v26 .ja-carousel-heading h2{
  margin:5px 0 0;
  font-size:clamp(1.3rem,2.3vw,1.9rem)!important;
  line-height:1.15;
}

body.future-ui-v26 .ja-carousel-heading-actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:12px;
  flex-wrap:wrap;
}

body.future-ui-v26 .ja-carousel-controls{
  display:flex;
  align-items:center;
  gap:7px;
  flex:0 0 auto;
}

body.future-ui-v26 .ja-carousel-button{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  padding:0;
  border:1px solid color-mix(in srgb,#0B88A6 23%,#dce4ee);
  border-radius:11px;
  background:#fff;
  color:#0B88A6;
  box-shadow:0 7px 18px rgba(9,17,31,.055);
  cursor:pointer;
  transition:transform .17s ease,background .17s ease,color .17s ease,border-color .17s ease,opacity .17s ease;
}

body.future-ui-v26 .ja-carousel-button:hover:not(:disabled){
  transform:translateY(-1px);
  background:#0B88A6;
  border-color:#0B88A6;
  color:#fff;
}

body.future-ui-v26 .ja-carousel-button:disabled{
  opacity:.34;
  cursor:default;
  box-shadow:none;
}

body.future-ui-v26 .ja-carousel-viewport{
  width:100%;
  min-width:0;
  overflow-x:auto;
  overflow-y:hidden;
  padding:2px 2px 18px;
  scroll-snap-type:x mandatory;
  scroll-behavior:smooth;
  scrollbar-width:none;
  overscroll-behavior-inline:contain;
  -webkit-overflow-scrolling:touch;
}

body.future-ui-v26 .ja-carousel-viewport::-webkit-scrollbar{display:none}

body.future-ui-v26 .ja-carousel-viewport:focus-visible{
  outline:3px solid color-mix(in srgb,#0B88A6 26%,transparent);
  outline-offset:4px;
  border-radius:15px;
}

body.future-ui-v26 .ja-carousel-track{
  display:grid;
  grid-auto-flow:column;
  align-items:stretch;
  width:100%;
  min-width:100%;
}

body.future-ui-v26 .ja-category-carousel-track{
  grid-auto-columns:calc(25% - 10.5px);
  gap:14px;
}

body.future-ui-v26 .ja-product-carousel-track{
  grid-auto-columns:calc(25% - 13.5px);
  gap:18px;
}

body.future-ui-v26 .ja-carousel-item{
  min-width:0;
  height:100%;
  scroll-snap-align:start;
  scroll-snap-stop:normal;
}

body.future-ui-v26 .ja-category-carousel .ja-home-v23-category{
  display:grid!important;
  grid-template-rows:auto 1fr;
}

body.future-ui-v26 .ja-category-carousel .ja-home-v23-category-media{
  width:100%;
  aspect-ratio:1.45/1!important;
  overflow:hidden;
}

body.future-ui-v26 .ja-category-carousel .ja-home-v23-category-image{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
}

body.future-ui-v26 .ja-product-carousel .ja-home-v23-product-card{
  display:grid;
  grid-template-rows:auto 1fr;
}

body.future-ui-v26 .ja-product-carousel .card-body{
  display:flex;
  flex-direction:column;
  min-width:0;
}

body.future-ui-v26 .ja-product-carousel .ja-home-v23-product-meta{
  margin-top:auto;
  padding-top:14px;
}

body.future-ui-v26 .ja-home-v29-products{
  padding-top:54px!important;
}

/* Resultados de busca: mídia com proporção própria e independente do arquivo. */
body.future-ui-v26 .ja-search-results-section{
  min-width:0;
}

body.future-ui-v26 .ja-search-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
  min-width:0;
}

body.future-ui-v26 .ja-search-product-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
}

body.future-ui-v26 .ja-search-card{
  display:grid;
  grid-template-rows:auto 1fr;
  min-width:0;
  overflow:hidden;
  border-radius:17px;
}

body.future-ui-v26 .ja-search-card-media{
  position:relative;
  width:100%;
  display:grid;
  place-items:center;
  overflow:hidden;
  background:#eef3f8;
  border-bottom:1px solid var(--future-line);
}

body.future-ui-v26 .ja-search-product-media{
  aspect-ratio:1/1!important;
}

body.future-ui-v26 .ja-search-content-media{
  aspect-ratio:16/10!important;
}

body.future-ui-v26 .ja-search-product-image,
body.future-ui-v26 .ja-search-content-image{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  height:100%!important;
  max-height:none!important;
  margin:0!important;
  aspect-ratio:auto!important;
}

body.future-ui-v26 .ja-search-product-image{
  object-fit:contain!important;
  padding:18px!important;
  background:#fff;
}

body.future-ui-v26 .ja-search-content-image{
  object-fit:cover!important;
  padding:0!important;
}

body.future-ui-v26 .ja-search-media-placeholder{
  width:100%;
  height:100%;
  display:grid;
  place-items:center;
  color:#8b99aa;
  font-size:2rem;
}

body.future-ui-v26 .ja-search-card-body{
  display:flex;
  flex-direction:column;
  min-width:0;
  padding:18px;
}

body.future-ui-v26 .ja-search-card-body h3{
  margin:6px 0 8px;
  font-size:1rem;
  line-height:1.37;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}

body.future-ui-v26 .ja-search-card-body p{
  font-size:.8rem;
  line-height:1.58;
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
}

body.future-ui-v26 .ja-search-card-meta{
  margin-top:auto!important;
  padding-top:14px;
}

body.future-ui-v26 .ja-search-card-meta .price{
  font-size:.95rem;
}

@media(max-width:1000px){
  body.future-ui-v26 .ja-category-carousel-track{
    grid-auto-columns:calc(33.333% - 9.34px);
  }

  body.future-ui-v26 .ja-product-carousel-track{
    grid-auto-columns:calc(50% - 9px);
  }

  body.future-ui-v26 .ja-search-product-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}

@media(max-width:760px){
  body.future-ui-v26 .ja-home-v29-discovery{
    padding:28px 0 34px!important;
  }

  body.future-ui-v26 .ja-home-v29-heading{
    margin-bottom:20px!important;
  }

  body.future-ui-v26 .ja-home-v29-heading h1{
    font-size:clamp(1.55rem,7.8vw,2.15rem)!important;
  }

  body.future-ui-v26 .ja-home-v29-heading p{
    font-size:.84rem!important;
  }

  body.future-ui-v26 .ja-carousel-heading{
    align-items:center;
  }

  body.future-ui-v26 .ja-carousel-heading p{
    display:none;
  }

  body.future-ui-v26 .ja-carousel-heading-actions .ja-home-v23-view-all{
    display:none;
  }

  body.future-ui-v26 .ja-category-carousel-track{
    grid-auto-columns:72vw;
    gap:12px;
  }

  body.future-ui-v26 .ja-product-carousel-track{
    grid-auto-columns:82vw;
    gap:14px;
  }

  body.future-ui-v26 .ja-home-v29-products{
    padding-top:42px!important;
  }

  body.future-ui-v26 .ja-search-grid,
  body.future-ui-v26 .ja-search-product-grid{
    grid-template-columns:1fr;
    gap:14px;
  }

  body.future-ui-v26 .ja-search-product-card,
  body.future-ui-v26 .ja-search-content-card{
    grid-template-columns:112px minmax(0,1fr);
    grid-template-rows:1fr;
    min-height:132px;
  }

  body.future-ui-v26 .ja-search-product-media,
  body.future-ui-v26 .ja-search-content-media{
    width:112px;
    min-width:112px;
    height:100%;
    aspect-ratio:auto!important;
    border-bottom:0;
    border-right:1px solid var(--future-line);
  }

  body.future-ui-v26 .ja-search-product-image{
    padding:10px!important;
  }

  body.future-ui-v26 .ja-search-card-body{
    padding:14px;
  }

  body.future-ui-v26 .ja-search-card-body h3{
    font-size:.92rem;
  }

  body.future-ui-v26 .ja-search-card-body p{
    font-size:.74rem;
    -webkit-line-clamp:2;
  }

  body.future-ui-v26 .ja-search-card-meta{
    padding-top:8px;
  }
}

@media(max-width:420px){
  body.future-ui-v26 .ja-category-carousel-track{
    grid-auto-columns:78vw;
  }

  body.future-ui-v26 .ja-product-carousel-track{
    grid-auto-columns:86vw;
  }

  body.future-ui-v26 .ja-carousel-button{
    width:35px;
    height:35px;
  }

  body.future-ui-v26 .ja-search-product-card,
  body.future-ui-v26 .ja-search-content-card{
    grid-template-columns:96px minmax(0,1fr);
  }

  body.future-ui-v26 .ja-search-product-media,
  body.future-ui-v26 .ja-search-content-media{
    width:96px;
    min-width:96px;
  }
}

@media(prefers-reduced-motion:reduce){
  body.future-ui-v26 .ja-carousel-viewport{scroll-behavior:auto}
}
body.future-ui-v26 .ja-carousel-button[hidden]{display:none!important}
body.future-ui-v26 .ja-carousel-block.is-static .ja-carousel-controls{display:none}
