:root{
  --text:#f8fafc;
  --muted:#cbd5e1;
  --stroke:rgba(255,255,255,.16);
  --glass:rgba(8,20,36,.72);
  --glass2:rgba(255,255,255,.10);
  --blue:#0b2239;
  --orange:#f59e0b;
  --green:#10b981;
  --red:#ef4444;
  --radius:22px;
  --shadow:0 18px 42px rgba(0,0,0,.32);
  --max:1120px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}

body{
  margin:0;
  font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  color:var(--text);
  background:#071f3c;
  overflow-x:hidden;
}

a{text-decoration:none;color:inherit}

.bg-fixed{
  position:fixed;
  inset:0;
  z-index:-2;
  background:
    linear-gradient(180deg,rgba(33,89,146,.40),rgba(7,31,60,.92)),
    url("assets/fundo/igreja.png") center/cover no-repeat;
}

.topbar{
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(8,20,36,.86);
  backdrop-filter:blur(12px);
  border-bottom:1px solid var(--stroke);
}

.topbar__row{
  max-width:var(--max);
  margin:auto;
  padding:12px 14px;
  display:flex;
  gap:10px;
  align-items:center;
  justify-content:space-between;
}

.topbar__center{
  text-align:center;
  line-height:1.1;
}

.topbar__center strong{
  display:block;
}

.topbar__center span{
  font-size:11px;
  color:var(--muted);
}

.pilllink{
  height:36px;
  padding:0 13px;
  border-radius:999px;
  background:rgba(18,44,76,.76);
  border:1px solid var(--stroke);
  display:inline-flex;
  align-items:center;
  font-weight:900;
  font-size:13px;
}

.hero__content,
.section,
.footer{
  max-width:var(--max);
  margin:auto;
  padding:18px 16px;
}

.hero h1{
  font-size:clamp(30px,5vw,58px);
  line-height:1;
  margin:8px 0 10px;
  max-width:820px;
}

.hero p{
  max-width:720px;
  margin:0;
  color:var(--muted);
  font-size:17px;
}

.hero__badge{
  display:inline-flex;
  background:#fff7ed;
  color:#9a3412;
  border:1px solid #fed7aa;
  border-radius:999px;
  padding:8px 12px;
  font-weight:1000;
}

/* SEARCH */

.search-panel{
  margin-top:18px;
  background:rgba(255,255,255,.12);
  border:1px solid var(--stroke);
  border-radius:22px;
  padding:14px;
  box-shadow:var(--shadow);
}

.search-panel__title{
  font-weight:1000;
  margin-bottom:10px;
}

.search-line{
  display:flex;
  gap:10px;
  align-items:center;
}

.search-line input{
  flex:1;
  height:48px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:15px;
  background:rgba(0,0,0,.26);
  color:#fff;
  padding:0 14px;
  font-size:16px;
  outline:0;
}

.search-line button{
  height:48px;
  padding:0 18px;
  border:0;
  border-radius:15px;
  background:linear-gradient(135deg,#f59e0b,#f97316);
  color:#111827;
  font-weight:1000;
  cursor:pointer;
  flex-shrink:0;
}

.quick-actions{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  margin-top:10px;
}

.quick-actions button{
  min-height:38px;
  padding:0 12px;
  background:#fff;
  color:#0f172a;
  border:0;
  border-radius:999px;
  font-size:13px;
  font-weight:900;
}

/* CORRIDORES */

.section__head h2{
  margin:0;
  font-size:23px;
}

.section__head p{
  margin:6px 0 0;
  color:var(--muted);
}

.corridor{
  margin-top:16px;
  background:var(--glass2);
  border:1px solid var(--stroke);
  border-radius:var(--radius);
  padding:14px;
}

.corridor__top{
  display:flex;
  justify-content:space-between;
  gap:12px;
  margin-bottom:12px;
}

.corridor__title{
  font-size:20px;
  font-weight:1000;
}

.corridor__sub{
  font-size:13px;
  color:var(--muted);
}

.store-stack{
  display:flex;
  gap:6px;
  flex-wrap:wrap;
}

.store-mini{
  background:#fff;
  color:#111827;
  border-radius:999px;
  padding:6px 9px;
  font-size:11px;
  font-weight:1000;
}

.chips-row{
  display:flex;
  gap:10px;
  overflow-x:auto;
  padding-bottom:12px;
}

.intent-chip{
  min-width:138px;
  min-height:82px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:18px;
  background:rgba(0,0,0,.25);
  color:#fff;
  padding:12px;
}

.intent-chip strong{
  font-size:15px;
}

.intent-chip span{
  font-size:12px;
  color:var(--muted);
}

/* RESULTADOS */

.result-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  margin-top:14px;
}

.result-card{
  background:rgba(255,255,255,.12);
  border:1px solid var(--stroke);
  border-radius:22px;
  overflow:hidden;
}

.store-hero{
  height:92px;
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:14px;
}

.store-hero img{
  max-width:100%;
  max-height:56px;
  object-fit:contain;
}

.result-body{
  padding:13px;
}

.result-body h3{
  margin:0 0 7px;
  font-size:17px;
}

.result-body p{
  margin:0 0 12px;
  color:var(--muted);
  font-size:13px;
}

.open-btn{
  min-height:42px;
  padding:0 14px;
  border:0;
  border-radius:14px;
  background:linear-gradient(135deg,#f59e0b,#f97316);
  font-weight:1000;
}

.open-btn.secondary{
  background:#fff;
  color:#111827;
}

/* CURADORIA */

.curadoria-section{
  margin-top:18px;
}

.curadoria-grid{
  margin-top:10px;
}

.curadoria-card .store-hero{
  height:110px;
}

.curadoria-card .store-hero img{
  max-height:82px;
}

/* FALLBACK */

.fallback{
  margin-top:12px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:18px;
  padding:12px;
  background:rgba(0,0,0,.20);
}

.fallback.quiet{
  opacity:.86;
}

/* FOOTER */

.footer{
  color:var(--muted);
  border-top:1px solid var(--stroke);
  margin-top:20px;
}

.footer__small{
  font-size:12px;
}

.footer__links{
  display:flex;
  gap:6px;
  flex-wrap:wrap;
  font-size:12px;
}

.footer__links a{
  text-decoration:underline;
}

.float-nav{
  position:fixed;
  right:14px;
  bottom:14px;
  z-index:90;
  display:flex;
  flex-direction:column;
  gap:9px;
}

.float-nav button{
  width:50px;
  height:50px;
  border-radius:50%;
  border:0;
  background:linear-gradient(135deg,#f59e0b,#f97316);
}

/* MOBILE */

@media(max-width:760px){

  .search-panel{
    padding:12px;
  }

  .search-line{
    flex-direction:row;
    gap:8px;
  }

  .search-line input{
    height:46px;
    font-size:16px;
  }

  .search-line button{
    height:46px;
    width:auto;
    padding:0 14px;
  }

  .quick-actions button{
    min-height:34px;
    font-size:12px;
    padding:0 10px;
  }

  .result-grid{
    grid-template-columns:1fr;
  }

  .corridor__top{
    flex-direction:column;
  }

  .topbar__row{
    padding:10px;
  }

  .pilllink{
    font-size:12px;
    padding:0 10px;
  }

  .intent-chip{
    min-width:126px;
  }
}

/* VOZ / MICROFONE */
#voiceBtn{
  width:48px;
  height:48px;
  padding:0;
  border:0;
  border-radius:15px;
  background:#ffffff;
  color:#0f172a;
  font-size:20px;
  font-weight:1000;
  cursor:pointer;
  flex-shrink:0;
}

#voiceBtn.is-listening{
  background:#ef4444;
  color:#ffffff;
  animation:kinPulse .85s infinite alternate;
}

@keyframes kinPulse{
  from{transform:scale(1)}
  to{transform:scale(1.06)}
}

@media(max-width:760px){
  #voiceBtn{
    width:46px;
    height:46px;
    min-width:46px;
  }
}


/* TURBO TOGGLE */
.turbo-section{
  padding-top:4px;
  padding-bottom:2px;
}

.turbo-toggle-wrap{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap;
  margin:4px 0 6px;
}

.turbo-toggle{
  display:inline-flex;
  align-items:center;
  gap:10px;
  background:rgba(255,255,255,.11);
  border:1px solid rgba(255,255,255,.18);
  padding:10px 14px;
  border-radius:999px;
  cursor:pointer;
  user-select:none;
  box-shadow:0 12px 28px rgba(0,0,0,.18);
}

.turbo-toggle input{
  position:absolute;
  opacity:0;
  pointer-events:none;
}

.turbo-slider{
  width:44px;
  height:24px;
  border-radius:999px;
  background:#475569;
  position:relative;
  transition:.22s ease;
  flex:0 0 auto;
}

.turbo-slider::after{
  content:"";
  position:absolute;
  top:3px;
  left:3px;
  width:18px;
  height:18px;
  background:#fff;
  border-radius:50%;
  transition:.22s ease;
  box-shadow:0 2px 6px rgba(0,0,0,.25);
}

.turbo-toggle input:checked + .turbo-slider{
  background:#10b981;
}

.turbo-toggle input:checked + .turbo-slider::after{
  transform:translateX(20px);
}

.turbo-label{
  font-weight:1000;
  font-size:14px;
  letter-spacing:.2px;
}

.turbo-label small{
  display:inline-flex;
  margin-left:6px;
  padding:3px 8px;
  border-radius:999px;
  background:#fff;
  color:#0f172a;
  font-size:11px;
  vertical-align:middle;
}

.turbo-help{
  margin:0;
  color:var(--muted);
  font-size:13px;
  line-height:1.3;
}

@media(max-width:760px){
  .turbo-toggle-wrap{
    align-items:flex-start;
    flex-direction:column;
    gap:8px;
  }
  .turbo-help{
    font-size:12px;
  }
}

/* ===== FUNIL GUIADO V1 ===== */
.funnel-master{padding:14px;}
.funnel-block{margin-bottom:18px;}
.funnel-block:last-child{margin-bottom:0;}
.funnel-brand-grid,.funnel-model-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;}
.funnel-card,.funnel-model{border:1px solid rgba(255,255,255,.16);border-radius:18px;background:rgba(0,0,0,.25);color:#fff;min-height:86px;padding:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;cursor:pointer;text-align:center;}
.funnel-card strong,.funnel-model strong{font-size:14px;line-height:1.15;}
.funnel-logo{width:42px;height:42px;border-radius:14px;background:#fff;color:#0f172a;display:flex;align-items:center;justify-content:center;font-weight:1000;font-size:13px;letter-spacing:-.5px;box-shadow:0 8px 18px rgba(0,0,0,.16);}
.funnel-logo.small-logo{width:36px;height:36px;border-radius:12px;font-size:12px;}
.funnel-stage-head{display:flex;align-items:center;gap:12px;margin-bottom:14px;}
.funnel-stage-head h3{margin:0;font-size:22px;}
.funnel-stage-head p{margin:4px 0 0;color:var(--muted);font-size:13px;}
.funnel-parts-row .intent-chip{min-height:68px;}
@media(max-width:760px){.funnel-brand-grid,.funnel-model-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.funnel-card,.funnel-model{min-height:78px}.funnel-stage-head{align-items:flex-start}.funnel-stage-head .open-btn{min-height:38px;font-size:13px;padding:0 10px}.funnel-stage-head h3{font-size:19px}}

/* ===== FUNIL FINAL: logos e cards mais limpos ===== */
.funnel-logo img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
  padding:5px;
}
.funnel-card,.funnel-model{
  transition:transform .15s ease, border-color .15s ease, background .15s ease;
}
.funnel-card:hover,.funnel-model:hover{
  transform:translateY(-1px);
  border-color:rgba(245,158,11,.65);
  background:rgba(245,158,11,.13);
}
.funnel-parts-row .intent-chip strong{
  line-height:1.18;
}
@media(max-width:760px){
  .funnel-brand-grid,.funnel-model-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .funnel-logo{width:46px;height:46px;}
}

/* ===== AJUSTE 2026-06-19: FUNIL EM SCROLL LATERAL COM 2 LINHAS ===== */
.funnel-brand-grid,
.funnel-model-grid{
  display:grid !important;
  grid-auto-flow:column !important;
  grid-template-rows:repeat(2, minmax(82px, auto)) !important;
  grid-auto-columns:minmax(132px, 150px) !important;
  grid-template-columns:none !important;
  gap:10px !important;
  overflow-x:auto !important;
  overflow-y:hidden !important;
  padding:2px 2px 12px !important;
  scroll-snap-type:x proximity;
  scrollbar-width:thin;
}
.funnel-card,
.funnel-model{
  width:100% !important;
  min-height:82px !important;
  scroll-snap-align:start;
}
.funnel-parts-row{
  display:grid !important;
  grid-auto-flow:column !important;
  grid-template-rows:repeat(2, 68px) !important;
  grid-auto-columns:minmax(130px, 150px) !important;
  gap:10px !important;
  overflow-x:auto !important;
  overflow-y:hidden !important;
  padding:2px 2px 12px !important;
  scroll-snap-type:x proximity;
}
.funnel-parts-row .intent-chip{
  width:100% !important;
  min-width:0 !important;
  min-height:68px !important;
  justify-content:center !important;
}
@media(max-width:760px){
  .funnel-brand-grid,
  .funnel-model-grid{
    grid-template-rows:repeat(2, minmax(76px, auto)) !important;
    grid-auto-columns:minmax(122px, 136px) !important;
  }
  .funnel-card,
  .funnel-model{
    min-height:76px !important;
  }
  .funnel-parts-row{
    grid-template-rows:repeat(2, 64px) !important;
    grid-auto-columns:minmax(118px, 134px) !important;
  }
  .funnel-parts-row .intent-chip{
    min-height:64px !important;
  }
}

/* ===== AJUSTE FINAL: placeholders estáveis + ícones de peças ===== */
.funnel-logo{
  background:linear-gradient(135deg,#fff7ed,#fed7aa) !important;
  color:#111827 !important;
  border:1px solid rgba(245,158,11,.35);
}
.funnel-logo span{
  display:flex;
  width:100%;
  height:100%;
  align-items:center;
  justify-content:center;
  line-height:1;
}
.part-chip{
  align-items:center !important;
  justify-content:center !important;
  gap:6px !important;
}
.part-logo{
  width:32px !important;
  height:32px !important;
  border-radius:12px !important;
  font-size:18px !important;
  box-shadow:none !important;
}
.funnel-parts-row .intent-chip.more{
  align-items:center !important;
  justify-content:center !important;
  gap:6px !important;
}

/* ===== AJUSTE: ícones coloridos por categoria no funil ===== */
.funnel-logo.brand-icon{
  background:linear-gradient(135deg,#fff7ed,#fed7aa) !important;
  border:1px solid rgba(245,158,11,.55) !important;
  font-size:24px !important;
  letter-spacing:0 !important;
}
.funnel-logo.brand-icon.veiculos{background:linear-gradient(135deg,#e0f2fe,#fed7aa) !important;}
.funnel-logo.brand-icon.motos{background:linear-gradient(135deg,#fee2e2,#fed7aa) !important;}
.funnel-logo.brand-icon.bikes{background:linear-gradient(135deg,#dcfce7,#fed7aa) !important;}
.funnel-logo.brand-icon.small-logo{font-size:21px !important;}

/* INSTALAÇÃO PWA */
#installAppBtn[hidden]{display:none !important;}
#installAppBtn{background:linear-gradient(135deg,#10b981,#059669);color:#fff;font-size:20px;cursor:pointer;}


/* ===== COMO USAR O K-IN: PRIMEIRA ABERTURA ===== */
body.kin-help-open{overflow:hidden;}
.kin-help-modal[hidden]{display:none !important;}
.kin-help-modal{position:fixed;inset:0;z-index:9999;display:grid;place-items:center;padding:16px;}
.kin-help-backdrop{position:absolute;inset:0;background:rgba(2,8,23,.78);backdrop-filter:blur(7px);}
.kin-help-card{position:relative;width:min(560px,100%);max-height:min(88vh,760px);overflow:auto;background:linear-gradient(180deg,#102b49,#081b31);border:1px solid rgba(255,255,255,.18);border-radius:24px;padding:22px;box-shadow:0 28px 80px rgba(0,0,0,.55);}
.kin-help-close{position:absolute;top:10px;right:12px;width:38px;height:38px;border:0;border-radius:50%;background:rgba(255,255,255,.12);color:#fff;font-size:26px;line-height:1;cursor:pointer;}
.kin-help-kicker{display:inline-flex;padding:7px 10px;border-radius:999px;background:#fff7ed;color:#9a3412;font-weight:1000;font-size:13px;}
.kin-help-card h2{margin:12px 44px 4px 0;font-size:28px;}
.kin-help-lead{margin:0 0 14px;color:var(--muted);}
.kin-help-example{display:grid;gap:6px;margin-top:10px;padding:12px;border:1px solid rgba(255,255,255,.12);border-radius:16px;background:rgba(255,255,255,.07);}
.kin-help-example strong{font-size:15px;}
.kin-help-example span{font-size:13px;color:var(--muted);}
.kin-help-example code{display:block;padding:8px 10px;border-radius:10px;background:rgba(0,0,0,.28);color:#fff;font-family:inherit;font-weight:800;}
.kin-help-tip{margin:14px 0 10px;color:#fff;}
.kin-help-check{display:flex;align-items:center;gap:9px;margin:8px 0 14px;color:var(--muted);font-size:14px;cursor:pointer;}
.kin-help-check input{width:18px;height:18px;accent-color:#10b981;}
.kin-help-ok{width:100%;min-height:50px;border:0;border-radius:15px;background:linear-gradient(135deg,#f59e0b,#f97316);color:#111827;font-weight:1000;font-size:16px;cursor:pointer;}
@media(max-width:560px){.kin-help-card{padding:18px;border-radius:20px}.kin-help-card h2{font-size:24px}.kin-help-example{padding:10px}.kin-help-example code{font-size:13px}}


/* ===== OFERTAS RÁPIDAS / VITRINE HORIZONTAL ===== */
.quick-actions a{
  min-height:38px;
  padding:0 12px;
  background:#fff;
  color:#0f172a;
  border:0;
  border-radius:999px;
  font-size:13px;
  font-weight:900;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}

.quick-offers-section{
  padding-top:4px;
  padding-bottom:6px;
}

.quick-offers-head h2{
  margin:0;
  font-size:22px;
}

.quick-offers-head h2 span{
  font-size:.8em;
}

.quick-offers-head p{
  margin:5px 0 0;
  color:var(--muted);
  font-size:13px;
}

.quick-offers-rail{
  display:flex;
  gap:10px;
  overflow-x:auto;
  overflow-y:hidden;
  padding:12px 2px 10px;
  scroll-snap-type:x proximity;
  scrollbar-width:thin;
}

.quick-store-card{
  flex:0 0 112px;
  min-height:126px;
  padding:10px 8px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:18px;
  background:rgba(255,255,255,.10);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:6px;
  text-align:center;
  scroll-snap-align:start;
  box-shadow:0 10px 24px rgba(0,0,0,.18);
}

.quick-store-card img,
.quick-store-fallback{
  width:62px;
  height:46px;
  border-radius:12px;
  background:#fff;
  object-fit:contain;
  padding:7px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.quick-store-fallback{
  color:#0f172a;
  font-size:11px;
  font-weight:1000;
}

.quick-store-card strong{
  font-size:13px;
  line-height:1.1;
}

.quick-store-card span{
  font-size:11px;
  color:var(--muted);
}

.quick-store-card:active{
  transform:scale(.98);
}

@media(max-width:760px){
  .quick-actions a{
    min-height:34px;
    font-size:12px;
    padding:0 10px;
  }

  .quick-store-card{
    flex-basis:102px;
    min-height:118px;
  }

  .quick-store-card img,
  .quick-store-fallback{
    width:58px;
    height:42px;
  }
}


/* ===== COMPRAR VEÍCULO ===== */
.vehicle-buy-box{margin:4px 0 16px;padding:13px;border:1px solid rgba(255,255,255,.16);border-radius:18px;background:linear-gradient(135deg,rgba(16,185,129,.13),rgba(245,158,11,.10))}
.vehicle-buy-head{margin-bottom:10px}.vehicle-buy-head strong{display:block;font-size:16px}.vehicle-buy-head span{display:block;margin-top:3px;color:var(--muted);font-size:12px}
.vehicle-buy-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
.vehicle-buy-link{min-height:62px;padding:9px 11px;border-radius:15px;background:#fff;color:#0f172a;display:flex;align-items:center;gap:10px}
.vehicle-buy-logo{width:40px;height:40px;flex:0 0 40px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:1000}
.vehicle-buy-link.webmotors .vehicle-buy-logo{background:#ef4444;color:#fff}.vehicle-buy-link.olx .vehicle-buy-logo{background:linear-gradient(135deg,#6d28d9,#f97316);color:#fff}
.vehicle-buy-link strong{display:block;font-size:14px}.vehicle-buy-link small{display:block;margin-top:2px;color:#64748b;font-size:11px}.funnel-parts-title{margin:4px 0 9px;font-size:14px;font-weight:1000}

/* ===== HUBS DO TOPO ===== */
.intent-hub-head h2{margin:0;font-size:24px}.intent-hub-head p{margin:6px 0 0;color:var(--muted)}
.intent-hub-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:14px}
.intent-hub-card{min-height:92px;padding:12px;border:1px solid rgba(255,255,255,.16);border-radius:18px;background:rgba(255,255,255,.10);display:flex;align-items:center;gap:10px}
.intent-hub-icon{width:44px;height:44px;flex:0 0 44px;border-radius:14px;display:flex;align-items:center;justify-content:center;background:#fff7ed;color:#111827;font-size:23px}
.intent-hub-copy strong{display:block;font-size:14px;line-height:1.15}.intent-hub-copy small{display:block;margin-top:4px;color:var(--muted);font-size:11px;line-height:1.2}
.intent-hub-more-title{margin-top:16px;font-size:14px;font-weight:1000}.intent-hub-chips{display:flex;gap:8px;overflow-x:auto;padding:9px 0 4px}
.intent-hub-chips button{min-height:38px;padding:0 12px;border:0;border-radius:999px;background:#fff;color:#0f172a;font-weight:900;white-space:nowrap}
@media(max-width:760px){.intent-hub-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.intent-hub-card{min-height:86px;padding:10px}.intent-hub-icon{width:40px;height:40px;flex-basis:40px;font-size:21px}}


/* ===== VEÍCULO: ANO E VERSÃO ===== */
.vehicle-detail-box{
  margin:4px 0 16px;
  padding:14px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:18px;
  background:rgba(255,255,255,.08);
  display:grid;
  grid-template-columns:1fr 1fr auto;
  gap:10px;
  align-items:end;
}
.vehicle-detail-box label{
  display:grid;
  gap:6px;
}
.vehicle-detail-box label span{
  color:var(--muted);
  font-size:12px;
  font-weight:800;
}
.vehicle-detail-box select,
.vehicle-detail-box input{
  width:100%;
  height:44px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:13px;
  background:rgba(0,0,0,.26);
  color:#fff;
  padding:0 12px;
  font-size:14px;
  outline:0;
}
.vehicle-detail-box option{
  color:#111827;
}
.vehicle-detail-confirm{
  min-height:44px;
  padding:0 18px;
  border:0;
  border-radius:13px;
  background:linear-gradient(135deg,#f59e0b,#f97316);
  color:#111827;
  font-weight:1000;
  cursor:pointer;
}
@media(max-width:760px){
  .vehicle-detail-box{
    grid-template-columns:1fr;
  }
  .vehicle-detail-confirm{
    width:100%;
  }
}


/* ===== V17: COMPRAR CARRO, MOTO E BIKE + LOJAS DE PEÇAS ===== */
.bike-buy-actions{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:9px;
}
.vehicle-buy-link.amazon .vehicle-buy-logo{background:#111827;color:#fff}
.vehicle-buy-link.aliexpress .vehicle-buy-logo{background:#ef4444;color:#fff}
.vehicle-buy-link.shopee .vehicle-buy-logo{background:#f97316;color:#fff}
.vehicle-buy-link.mercadolivre .vehicle-buy-logo{background:#fde047;color:#111827}

.parts-priority-note{
  margin:-3px 0 10px;
  color:var(--muted);
  font-size:12px;
  font-weight:800;
}
.parts-store-results{
  padding:4px 0;
}
.parts-store-head h3{
  margin:0;
  font-size:22px;
}
.parts-store-head p{
  margin:5px 0 0;
  color:var(--muted);
}
.parts-store-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
  margin-top:14px;
}
.parts-store-card{
  position:relative;
  min-height:105px;
  padding:15px 12px 12px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:17px;
  background:rgba(255,255,255,.10);
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.parts-store-card strong{
  display:block;
  font-size:15px;
}
.parts-store-card small{
  display:block;
  margin-top:5px;
  color:var(--muted);
  font-size:11px;
}
.parts-store-badge{
  position:absolute;
  top:8px;
  right:9px;
  width:23px;
  height:23px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#fff;
  color:#111827;
  font-size:11px;
  font-weight:1000;
}
@media(max-width:760px){
  .bike-buy-actions{grid-template-columns:repeat(2,minmax(0,1fr))}
  .parts-store-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}


/* ===== V21: ACHADINHOS DO K-IN ===== */
.topbar__actions{
  display:flex;
  align-items:center;
  gap:8px;
}
.pilllink--offers{
  background:linear-gradient(135deg,#f59e0b,#f97316);
  color:#111827;
  border-color:rgba(255,255,255,.20);
}

.kin-finds-section{
  padding-top:4px;
  padding-bottom:8px;
}
.kin-finds-card{
  display:grid;
  grid-template-columns:minmax(210px,330px) 1fr;
  gap:18px;
  align-items:center;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.18);
  border-radius:24px;
  background:
    radial-gradient(circle at 85% 20%,rgba(245,158,11,.22),transparent 28%),
    linear-gradient(135deg,rgba(255,255,255,.12),rgba(0,0,0,.24));
  box-shadow:0 18px 42px rgba(0,0,0,.28);
  padding:14px;
}
.kin-finds-media{
  min-height:220px;
  border-radius:18px;
  overflow:hidden;
  background:#fff;
}
.kin-finds-media img{
  width:100%;
  height:100%;
  min-height:220px;
  object-fit:cover;
  display:block;
}
.kin-finds-copy{
  padding:8px 10px 8px 0;
}
.kin-finds-kicker{
  display:inline-flex;
  padding:7px 10px;
  border-radius:999px;
  background:#fff7ed;
  color:#9a3412;
  font-size:12px;
  font-weight:1000;
}
.kin-finds-copy h2{
  margin:12px 0 8px;
  font-size:clamp(28px,4vw,44px);
  line-height:1;
}
.kin-finds-copy p{
  margin:0;
  max-width:620px;
  color:var(--muted);
  font-size:16px;
  line-height:1.5;
}
.kin-finds-button{
  display:inline-flex;
  min-height:46px;
  margin-top:16px;
  padding:0 18px;
  align-items:center;
  justify-content:center;
  border-radius:14px;
  background:linear-gradient(135deg,#f59e0b,#f97316);
  color:#111827;
  font-weight:1000;
}
.quick-store-card--kin{
  border-color:rgba(245,158,11,.65);
  background:linear-gradient(180deg,rgba(245,158,11,.20),rgba(255,255,255,.10));
}
.quick-store-card--kin img{
  object-fit:cover;
}

@media(max-width:760px){
  .topbar__actions{
    gap:5px;
  }
  .pilllink--offers{
    font-size:0;
    width:38px;
    padding:0;
    justify-content:center;
  }
  .pilllink--offers::after{
    content:"🔥";
    font-size:16px;
  }
  .kin-finds-card{
    grid-template-columns:118px 1fr;
    gap:12px;
    padding:10px;
    border-radius:20px;
  }
  .kin-finds-media,
  .kin-finds-media img{
    min-height:154px;
  }
  .kin-finds-copy{
    padding:2px 2px 2px 0;
  }
  .kin-finds-kicker{
    font-size:10px;
    padding:5px 7px;
  }
  .kin-finds-copy h2{
    margin:8px 0 6px;
    font-size:24px;
  }
  .kin-finds-copy p{
    font-size:12px;
    line-height:1.35;
  }
  .kin-finds-button{
    min-height:38px;
    margin-top:10px;
    padding:0 12px;
    font-size:12px;
  }
}

/* ===== V22: K-IN DOG + PETZ ===== */
.quick-store-card--petz{
  border-color:rgba(250,190,35,.78);
  background:linear-gradient(180deg,rgba(23,101,173,.30),rgba(245,158,11,.14));
}
.quick-store-card--petz img{
  object-fit:cover;
  padding:0;
  background:#fff;
}
.quick-store-card--petz span{
  color:#fcd34d;
  font-weight:900;
}

.corridor--petz{
  background:
    radial-gradient(circle at 92% 8%,rgba(245,158,11,.18),transparent 27%),
    linear-gradient(145deg,rgba(23,101,173,.20),rgba(255,255,255,.09));
  border-color:rgba(250,190,35,.36);
}
.petz-corridor-head{
  align-items:center;
}
.petz-coupon-pill{
  flex:0 0 auto;
  min-width:108px;
  padding:9px 12px;
  border-radius:16px;
  background:#fff;
  color:#0f172a;
  text-align:center;
  box-shadow:0 8px 20px rgba(0,0,0,.18);
}
.petz-coupon-pill b{
  display:block;
  color:#1765ad;
  font-size:15px;
}
.petz-coupon-pill span{
  display:block;
  margin-top:2px;
  color:#9a3412;
  font-size:12px;
  font-weight:1000;
}
.pet-photo-rail{
  display:flex;
  gap:10px;
  overflow-x:auto;
  overflow-y:hidden;
  padding:2px 2px 12px;
  scroll-snap-type:x proximity;
  scrollbar-width:thin;
}
.pet-photo-card{
  position:relative;
  flex:0 0 178px;
  height:168px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.18);
  border-radius:19px;
  background:#0f2741;
  box-shadow:0 12px 25px rgba(0,0,0,.22);
  scroll-snap-align:start;
}
.pet-photo-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .2s ease;
}
.pet-photo-card:hover img{
  transform:scale(1.035);
}
.pet-photo-card__shade{
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 35%,rgba(2,12,25,.92) 100%);
}
.pet-photo-card strong,
.pet-photo-card small{
  position:absolute;
  left:12px;
  right:10px;
  z-index:2;
}
.pet-photo-card strong{
  bottom:31px;
  color:#fff;
  font-size:16px;
  line-height:1.08;
}
.pet-photo-card small{
  bottom:11px;
  color:#fcd34d;
  font-size:11px;
  font-weight:900;
}
.pet-photo-card--brand{
  border:2px solid rgba(250,190,35,.85);
}
.pet-photo-card--shopee{
  background:linear-gradient(145deg,#ee4d2d,#ff7d49);
  border-color:rgba(255,255,255,.28);
}
.pet-photo-card--shopee img{
  object-fit:contain;
  padding:34px 28px 58px;
  background:#fff;
}
.pet-photo-card--shopee .pet-photo-card__shade{
  background:linear-gradient(180deg,transparent 32%,rgba(145,35,14,.96) 100%);
}

@media(max-width:760px){
  .petz-corridor-head{
    flex-direction:row;
    align-items:flex-start;
  }
  .petz-coupon-pill{
    min-width:92px;
    padding:8px 9px;
  }
  .pet-photo-card{
    flex-basis:154px;
    height:154px;
  }
  .pet-photo-card strong{
    font-size:15px;
  }
}


/* ===== V25: MINIATURA LIMPA DENTRO DO CARD ===== */
.visual-chips-row{align-items:stretch;}
.intent-chip.visual-chip{
  min-width:138px;
  width:138px;
  min-height:116px;
  padding:10px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:8px;
  text-align:center;
  overflow:hidden;
  background:rgba(0,0,0,.24);
  border:1px solid rgba(255,255,255,.16);
  box-shadow:none;
}
.intent-chip.visual-chip img{
  position:static;
  width:58px;
  height:58px;
  border-radius:15px;
  object-fit:cover;
  display:block;
  flex:0 0 auto;
}
.intent-chip.visual-chip::after{display:none;}
.intent-chip.visual-chip strong{
  position:static;
  z-index:auto;
  display:block;
  padding:0;
  color:#fff;
  font-size:14px;
  line-height:1.12;
  text-shadow:none;
  width:100%;
  overflow:hidden;
  text-overflow:ellipsis;
}
.intent-chip.visual-chip:hover{
  transform:translateY(-1px);
  border-color:rgba(245,158,11,.65);
  background:rgba(245,158,11,.12);
}
@media(max-width:760px){
  .intent-chip.visual-chip{
    min-width:126px;
    width:126px;
    min-height:108px;
    padding:9px;
  }
  .intent-chip.visual-chip img{width:54px;height:54px;}
  .intent-chip.visual-chip strong{font-size:13px;}
}

/* ===== V26 ===== */
.quick-offers-head{display:flex;align-items:flex-end;justify-content:space-between;gap:12px}.finds-all-link{flex:0 0 auto;min-height:38px;padding:0 13px;border-radius:999px;display:inline-flex;align-items:center;background:linear-gradient(135deg,#f59e0b,#f97316);color:#111827;font-size:12px;font-weight:1000}.find-card{border-color:rgba(245,158,11,.58);background:linear-gradient(180deg,rgba(245,158,11,.18),rgba(255,255,255,.10))}.find-card span{color:#fcd34d;font-weight:900}.explore-section{padding-top:4px;padding-bottom:5px}.explore-card{font-family:inherit;color:#fff;cursor:pointer}.partner-links-section{padding-top:4px}.bike-curadoria-card{text-decoration:none}.bike-curadoria-card small{color:#fcd34d;font-size:10px;font-weight:900;text-align:center;line-height:1.15}.pet-animal-rail{display:flex;gap:10px;overflow-x:auto;overflow-y:hidden;padding:2px 2px 12px;scroll-snap-type:x proximity;scrollbar-width:thin}.pet-animal-card{flex:0 0 190px;min-height:190px;padding:14px;border:1px solid rgba(255,255,255,.18);border-radius:19px;background:radial-gradient(circle at 80% 10%,rgba(245,158,11,.18),transparent 26%),rgba(0,0,0,.24);display:flex;flex-direction:column;align-items:center;text-align:center;scroll-snap-align:start}.pet-animal-visual{width:64px;height:64px;border-radius:20px;display:flex;align-items:center;justify-content:center;background:#fff7ed;font-size:36px;box-shadow:0 10px 20px rgba(0,0,0,.18)}.pet-animal-card strong{margin-top:9px;font-size:16px}.pet-animal-card small{margin-top:3px;color:var(--muted);font-size:11px}.pet-animal-actions{width:100%;display:grid;gap:6px;margin-top:auto;padding-top:11px}.pet-animal-actions a{min-height:32px;border-radius:10px;background:#fff;color:#0f172a;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:1000}.pet-animal-card--store{border-color:rgba(250,190,35,.65)}@media(max-width:760px){.quick-offers-head{align-items:flex-start}.finds-all-link{min-height:34px;padding:0 10px}.pet-animal-card{flex-basis:166px;min-height:182px;padding:12px}.pet-animal-visual{width:58px;height:58px;font-size:32px}}


/* ===== V27: CLIQUE DIRETO / PLANILHA REAL ===== */
.find-card img,
.explore-card img{
  object-fit:cover;
  padding:0;
}
.explore-card{
  font-family:inherit;
}
.pet-animal-card--direct{
  color:#fff;
  text-decoration:none;
}
.pet-direct-cta{
  width:100%;
  min-height:34px;
  margin-top:auto;
  border-radius:11px;
  background:linear-gradient(135deg,#f59e0b,#f97316);
  color:#111827;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:11px;
  font-weight:1000;
}
.pet-animal-card--direct small,
.pet-animal-card--store small{
  margin-bottom:10px;
}


/* ===== V29: PETZ/SHOPEE PRIMEIRO + LOGOS ===== */
.pet-animal-visual--logo{
  overflow:hidden;
  background:#fff;
}
.pet-animal-visual--logo img{
  width:100%;
  height:100%;
  object-fit:contain;
  padding:8px;
  display:block;
}
.pet-store-logo{
  border-color:rgba(245,158,11,.70);
}


/* ===== V35: BELEZA & FEMININO / VIOLET IMPORTS ===== */
.funnel-block--beauty{
  background:
    radial-gradient(circle at 85% 15%, rgba(236,72,153,.18), transparent 34%),
    linear-gradient(145deg, rgba(88,28,135,.22), rgba(30,64,175,.08));
  border-color:rgba(216,180,254,.28);
}
.beauty-curadoria-card{
  border-color:rgba(216,180,254,.35);
  background:
    radial-gradient(circle at 50% 10%, rgba(244,114,182,.18), transparent 42%),
    rgba(15,23,42,.58);
}
.beauty-curadoria-card:hover{
  border-color:rgba(244,114,182,.85);
  transform:translateY(-2px);
}
.beauty-curadoria-card small{
  color:#f9a8d4;
}
.beauty-logo{
  background:linear-gradient(145deg,#fff7ed,#fdf2f8);
  border-color:rgba(244,114,182,.45);
}
.beauty-logo span{
  font-size:27px;
  line-height:1;
}

/* V39 */
.search-tools-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:12px;flex-wrap:wrap}.turbo-inline{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.install-inline-btn{min-height:44px;padding:0 16px;border:1px solid rgba(255,255,255,.22);border-radius:14px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;font-size:14px;font-weight:1000;cursor:pointer}#installAppBtn[hidden]{display:none!important}.coupon-section{padding-top:6px;padding-bottom:8px}.coupon-rail{display:flex;gap:10px;overflow-x:auto;padding:12px 2px 10px;scroll-snap-type:x proximity}.coupon-card{flex:0 0 190px;min-height:190px;padding:14px;border:1px solid rgba(255,255,255,.17);border-radius:20px;background:rgba(255,255,255,.09);display:flex;flex-direction:column}.coupon-card--featured{border-color:rgba(245,158,11,.68);background:linear-gradient(180deg,rgba(245,158,11,.15),rgba(255,255,255,.08))}.coupon-card--promo{border-color:rgba(96,165,250,.5)}.coupon-store{color:#fcd34d;font-size:13px;font-weight:1000;text-transform:uppercase}.coupon-card strong{margin-top:10px;font-size:24px}.coupon-card>span{margin-top:7px;color:var(--muted);font-size:12px}.coupon-copy,.coupon-no-code{width:100%;min-height:40px;margin-top:auto;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:1000}.coupon-copy{border:0;background:linear-gradient(135deg,#f59e0b,#f97316);color:#111827}.coupon-copy.is-copied{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.coupon-no-code{background:rgba(255,255,255,.1);border:1px dashed rgba(255,255,255,.18)}.coupon-disclaimer{font-size:11px;color:var(--muted)}.parts-store-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.parts-store-card--manual{border-style:dashed}@media(max-width:760px){.search-tools-row,.turbo-inline{align-items:stretch;flex-direction:column}.install-inline-btn{width:100%}.coupon-card{flex-basis:170px}.parts-store-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}


/* ===== V40: LINKS DAS LOJAS NOS CUPONS ===== */
.coupon-store-link{
  width:100%;
  min-height:38px;
  margin-top:7px;
  padding:0 10px;
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#fff;
  color:#0f172a;
  font-size:11px;
  font-weight:1000;
  text-decoration:none;
}
.coupon-store-link:hover{filter:brightness(.95)}
.coupon-link-pending{
  width:100%;
  min-height:34px;
  margin-top:7px;
  padding:0 10px;
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px dashed rgba(255,255,255,.24);
  color:var(--muted);
  font-size:10px;
  font-weight:800;
  text-align:center;
}


/* ===== CUPONS: UM BOTÃO COPIA E ABRE A LOJA ===== */
.coupon-code{
  margin-top:10px;
  padding:8px 10px;
  border-radius:11px;
  background:rgba(255,255,255,.10);
  border:1px dashed rgba(255,255,255,.22);
  color:#fff;
  font-size:12px;
  text-align:center;
}
.coupon-code b{color:#fcd34d}
.coupon-go{
  width:100%;
  min-height:42px;
  margin-top:auto;
  padding:0 11px;
  border:0;
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,#f59e0b,#f97316);
  color:#111827;
  font-size:11px;
  font-weight:1000;
  text-align:center;
  cursor:pointer;
  text-decoration:none;
}
.coupon-go.is-copied{
  background:linear-gradient(135deg,#10b981,#059669);
  color:#fff;
}


/* ===== V40.3: LOGOS PEQUENAS NOS CARDS DE CUPOM ===== */
.coupon-brand{
  width:62px;
  height:44px;
  margin:0 0 10px;
  border-radius:12px;
  background:#fff;
  border:1px solid rgba(255,255,255,.35);
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  box-shadow:0 7px 16px rgba(0,0,0,.16);
}
.coupon-brand img{
  width:100%;
  height:100%;
  object-fit:contain;
  padding:5px;
  display:block;
}
.coupon-brand span{
  display:none;
  color:#0f172a;
  font-weight:1000;
  font-size:13px;
}
.coupon-brand.no-image{
  background:linear-gradient(135deg,#ffffff,#e2e8f0);
}
.coupon-brand.no-image span{
  display:block;
}
.coupon-card{
  min-height:236px;
}
@media(max-width:760px){
  .coupon-brand{
    width:56px;
    height:40px;
    margin-bottom:8px;
  }
  .coupon-card{
    min-height:226px;
  }
}


/* ===== V40.4: AJUSTE VISUAL DOS CUPONS ATÉ INTRA SPORTS ===== */
.coupon-card{
  flex:0 0 176px;
  min-height:214px !important;
  padding:12px;
  border-radius:18px;
}
.coupon-brand{
  width:72px;
  height:50px;
  margin-bottom:8px;
}
.coupon-brand img{
  padding:4px;
}
.coupon-store{
  font-size:12px;
  line-height:1.15;
}
.coupon-card strong{
  margin-top:7px;
  font-size:22px;
  line-height:1;
}
.coupon-card>span{
  margin-top:5px;
  font-size:11px;
  line-height:1.25;
}
.coupon-code{
  margin-top:8px;
  padding:6px 8px;
  font-size:11px;
}
.coupon-go{
  min-height:39px;
  font-size:10px;
}
@media(max-width:760px){
  .coupon-card{
    flex-basis:164px;
    min-height:204px !important;
  }
  .coupon-brand{
    width:66px;
    height:46px;
  }
}


/* ===== V40.5: DESTAQUE SUA BELEZA ===== */
.beauty-highlight-section{
  padding-top:6px;
  padding-bottom:8px;
}
.beauty-highlight-rail,
.beauty-existing-rail{
  display:flex;
  gap:11px;
  overflow-x:auto;
  overflow-y:hidden;
  padding:12px 2px 10px;
  scroll-snap-type:x proximity;
  scrollbar-width:thin;
}
.beauty-offer-card{
  flex:0 0 218px;
  min-height:350px;
  border:1px solid rgba(244,114,182,.38);
  border-radius:20px;
  overflow:hidden;
  background:linear-gradient(180deg,rgba(88,28,135,.24),rgba(15,23,42,.92));
  display:flex;
  flex-direction:column;
  scroll-snap-align:start;
  box-shadow:0 14px 30px rgba(0,0,0,.24);
}
.beauty-offer-media{
  height:188px;
  background:#fff;
  display:block;
}
.beauty-offer-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.beauty-offer-copy{
  flex:1;
  padding:12px;
  display:flex;
  flex-direction:column;
}
.beauty-offer-badge{
  align-self:flex-start;
  padding:5px 8px;
  border-radius:999px;
  background:#fdf2f8;
  color:#9d174d;
  font-size:10px;
  font-weight:1000;
}
.beauty-offer-copy>strong{
  margin-top:8px;
  font-size:14px;
  line-height:1.18;
}
.beauty-offer-price{
  display:flex;
  align-items:baseline;
  gap:7px;
  margin-top:9px;
}
.beauty-offer-price del{color:var(--muted);font-size:11px}
.beauty-offer-price b{color:#f9a8d4;font-size:19px}
.beauty-offer-warning{margin-top:7px;color:#fca5a5;font-weight:900}
.beauty-offer-action{
  width:100%;
  min-height:40px;
  margin-top:auto;
  padding:0 10px;
  border:0;
  border-radius:12px;
  background:linear-gradient(135deg,#ec4899,#a855f7);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  font-size:11px;
  font-weight:1000;
  cursor:pointer;
}
.beauty-offer-action.coupon-go{font-size:10px}
.beauty-curation-divider{
  display:flex;
  align-items:center;
  gap:10px;
  margin-top:5px;
  color:#f9a8d4;
  font-size:12px;
  font-weight:1000;
}
.beauty-curation-divider::before,
.beauty-curation-divider::after{content:"";height:1px;flex:1;background:rgba(244,114,182,.25)}
.beauty-existing-card{
  flex:0 0 128px;
  min-height:132px;
  padding:11px 9px;
  border:1px solid rgba(216,180,254,.32);
  border-radius:18px;
  background:rgba(88,28,135,.18);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  scroll-snap-align:start;
}
.beauty-existing-card strong{margin-top:7px;font-size:12px;line-height:1.15}
.beauty-existing-card span{margin-top:4px;color:#f9a8d4;font-size:10px;font-weight:900}
.beauty-expiry-note{margin:2px 0 0;color:var(--muted);font-size:10px}
.coupon-card--amobeleza{border-color:rgba(180,52,25,.55)}
.coupon-brand--amo{background:#aa341d;color:#fff}
.coupon-brand--amo span{display:block;color:#fff;font-size:14px;letter-spacing:-.5px}
@media(max-width:760px){
  .beauty-offer-card{flex-basis:190px;min-height:326px}
  .beauty-offer-media{height:164px}
  .beauty-existing-card{flex-basis:116px;min-height:124px}
}


/* ===== V40.6: FOTOS LIMPAS + LOGO AMOBELEZA ===== */
.coupon-brand--amo{background:#fff!important;}
.coupon-brand--amo img{width:100%;height:100%;object-fit:contain;padding:3px;display:block;}
.beauty-offer-media{height:188px;background:#fff;overflow:hidden;}
.beauty-offer-media img{width:100%;height:100%;object-fit:contain!important;padding:10px;background:#fff;display:block;}
.beauty-offer-copy{min-height:154px;}
.beauty-offer-copy>strong{min-height:34px;}
.beauty-offer-price{margin-top:8px;}
@media(max-width:760px){
  .beauty-offer-media{height:164px;}
  .beauty-offer-media img{padding:8px;}
}


/* ===== V40.8: FOTOS REAIS, SEM PRINTS E SEM TEXTO REPETIDO ===== */
.beauty-offer-media{height:188px;background:#fff;overflow:hidden;}
.beauty-offer-media img{width:100%;height:100%;object-fit:contain!important;object-position:center;padding:10px;background:#fff;display:block;}
.beauty-offer-copy>strong{min-height:48px;}
@media(max-width:760px){.beauty-offer-media{height:164px}.beauty-offer-media img{padding:8px}.beauty-offer-copy>strong{min-height:46px}}

/* ===== V40.11: CUPONS DINÂMICOS DA PLANILHA ===== */
.coupon-card--csv{
  border-color:rgba(96,165,250,.58);
  background:linear-gradient(180deg,rgba(37,99,235,.18),rgba(255,255,255,.08));
}
.coupon-csv-media{
  position:relative;
  width:100%;
  height:92px;
  margin-bottom:8px;
  border-radius:14px;
  overflow:hidden;
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
}
.coupon-csv-media .coupon-product-image{
  width:100%;
  height:100%;
  object-fit:contain;
  padding:5px;
  display:block;
}
.coupon-csv-media .coupon-store-logo{
  position:absolute;
  right:6px;
  bottom:6px;
  width:38px;
  height:30px;
  padding:3px;
  border-radius:8px;
  object-fit:contain;
  background:#fff;
  box-shadow:0 4px 12px rgba(0,0,0,.22);
}
.coupon-csv-media>span{
  display:none;
  color:#0f172a;
  font-size:22px;
  font-weight:1000;
}
.coupon-csv-media.no-image>span{display:block}
.coupon-card--csv .coupon-store{
  min-height:28px;
  display:flex;
  align-items:flex-start;
}
.coupon-card--csv>strong{
  font-size:19px;
  line-height:1.08;
}
.coupon-card--csv>span{
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
@media(max-width:760px){
  .coupon-csv-media{height:84px}
}

/* === K-IN v42: Turbo visual mínimo, sem mexer na lógica dos atalhos === */
.result-grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}
.result-card{
  border-radius:18px;
  min-width:0;
  background:linear-gradient(180deg,rgba(255,255,255,.14),rgba(255,255,255,.08));
}
.store-hero{
  height:74px;
  padding:10px;
}
.store-hero img{
  max-height:46px;
}
.result-body{
  padding:10px;
}
.result-body h3{
  font-size:13px;
  line-height:1.2;
  margin-bottom:5px;
}
.result-body p{
  font-size:11px;
  line-height:1.25;
  margin-bottom:9px;
}
.open-btn{
  min-height:34px;
  border-radius:11px;
  font-size:11px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
}
.curadoria-card .store-hero{
  height:74px;
}
.curadoria-card .store-hero img{
  max-height:50px;
  max-width:100%;
  object-fit:contain;
}
@media(max-width:760px){
  .result-grid{grid-template-columns:repeat(2,minmax(0,1fr)); gap:9px;}
  .store-hero{height:68px;}
  .store-hero img{max-height:42px;}
  .result-body{padding:9px;}
  .result-body h3{font-size:12px;}
  .result-body p{font-size:10.5px;}
  .open-btn{min-height:32px;font-size:10.5px;padding:0 8px;}
}

.show-more-curadoria{
  width:100%;
  min-height:42px;
  margin:10px 0 4px;
  border:1px solid rgba(245,158,11,.45);
  border-radius:14px;
  background:rgba(245,158,11,.14);
  color:#fcd34d;
  font-weight:1000;
  cursor:pointer;
}
.curadoria-extra[hidden]{display:none!important;}

/* === K-IN v44: vendável sem API — badges, recomendação e foto da planilha === */
.result-summary{
  margin:10px 0 12px;
  padding:12px 13px;
  border:1px solid rgba(245,158,11,.35);
  border-radius:16px;
  background:linear-gradient(135deg,rgba(245,158,11,.18),rgba(255,255,255,.07));
  display:flex;
  flex-direction:column;
  gap:3px;
}
.result-summary strong{font-size:14px;color:#fff;}
.result-summary span{font-size:12px;color:var(--muted);line-height:1.25;}
.store-result-grid .result-card.primary{
  border-color:rgba(245,158,11,.55);
  box-shadow:0 10px 28px rgba(245,158,11,.12);
}
.store-hero{position:relative;}
.card-badge{
  position:absolute;
  top:7px;
  left:7px;
  right:7px;
  z-index:2;
  padding:4px 6px;
  border-radius:999px;
  background:rgba(15,23,42,.82);
  color:#fef3c7;
  font-size:9.5px;
  font-weight:1000;
  line-height:1;
  text-align:center;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.store-card .store-hero img,
.curadoria-card .store-hero img{
  margin-top:12px;
}
.result-card.recommended .card-badge{
  background:linear-gradient(135deg,#f59e0b,#f97316);
  color:#111827;
}
.curadoria-card.has-real-photo .store-hero{
  background:linear-gradient(180deg,#ffffff,#f8fafc);
}
.curadoria-card.has-real-photo .store-hero img{
  max-height:58px;
  max-width:94%;
  object-fit:contain;
}
.price-pill{
  display:inline-flex;
  align-items:center;
  max-width:100%;
  margin:-2px 0 8px;
  padding:4px 7px;
  border-radius:999px;
  background:rgba(34,197,94,.14);
  border:1px solid rgba(34,197,94,.28);
  color:#bbf7d0;
  font-size:10.5px;
  font-weight:900;
}
@media(max-width:760px){
  .result-summary{padding:10px 11px;margin-bottom:10px;}
  .result-summary strong{font-size:12.5px;}
  .result-summary span{font-size:10.5px;}
  .card-badge{font-size:8.5px;padding:3.5px 5px;top:6px;left:6px;right:6px;}
  .store-card .store-hero img,.curadoria-card .store-hero img{margin-top:11px;}
  .curadoria-card.has-real-photo .store-hero img{max-height:50px;}
  .price-pill{font-size:9.5px;padding:3px 6px;}
}


/* ===== V41: EMPREENDER / IMPORTAÇÃO ===== */
.corridor--business{
  background:radial-gradient(circle at 90% 12%,rgba(16,185,129,.20),transparent 32%),linear-gradient(145deg,rgba(245,158,11,.16),rgba(15,23,42,.72));
  border-color:rgba(16,185,129,.36);
}
.business-chip-row .business-chip{
  min-width:154px;
  min-height:92px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:7px;
  border-color:rgba(16,185,129,.34);
  background:rgba(0,0,0,.26);
}
.business-chip span{font-size:24px;color:#fff;}
.business-chip strong{text-transform:capitalize;text-align:center;line-height:1.15;}
.business-chip:hover{border-color:rgba(245,158,11,.72);background:rgba(245,158,11,.13);}
