: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;}
}

/* ===== V42: CUPONS COM GALERIA VIVA (PLANILHA) ===== */
.coupon-card--csv .coupon-csv-media{
  position:relative;
  height:118px;
  border-radius:18px;
  overflow:hidden;
  background:#fff;
  display:block;
  margin-bottom:10px;
}
.coupon-card--csv .coupon-csv-media.no-image{
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,#ffffff,#e2e8f0);
}
.coupon-card--csv .coupon-csv-media>span{
  display:none;
  color:#0f172a;
  font-weight:1000;
}
.coupon-card--csv .coupon-csv-media.no-image>span{display:block;}
.coupon-card--csv .coupon-product-image{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.coupon-image-carousel{
  width:100%;
  height:100%;
  display:flex;
  animation:kinCouponCarousel calc(var(--slides, 1) * 2.4s) steps(var(--slides, 1)) infinite;
}
.coupon-image-carousel .coupon-product-image{
  flex:0 0 100%;
}
.coupon-card--csv .coupon-store-logo{
  position:absolute;
  right:8px;
  bottom:8px;
  width:46px;
  height:34px;
  object-fit:contain;
  background:#fff;
  border-radius:10px;
  padding:4px;
  box-shadow:0 8px 18px rgba(0,0,0,.22);
  border:1px solid rgba(15,23,42,.10);
}
.coupon-card--carousel .coupon-csv-media::after{
  content:"";
  position:absolute;
  left:10px;
  bottom:10px;
  width:38px;
  height:5px;
  border-radius:999px;
  background:rgba(255,255,255,.75);
  box-shadow:0 0 0 1px rgba(0,0,0,.08);
}
@keyframes kinCouponCarousel{
  to{transform:translateX(calc(-100% * var(--slides, 1)));}
}
@media(max-width:760px){
  .coupon-card--csv .coupon-csv-media{height:110px;border-radius:16px;}
  .coupon-card--csv .coupon-store-logo{width:42px;height:31px;}
}

/* ===== K-IN HOME SIMPLES v50 ===== */
.hero{padding-top:38px}
.hero__content{max-width:980px}
.hero__install{border:0;cursor:pointer;display:inline-flex;align-items:center;gap:8px}
.hero__install span{font-weight:800;opacity:.82;font-size:.82em}
.hero h1{max-width:760px;font-size:clamp(2rem,6vw,4.2rem);line-height:1.03;letter-spacing:-.045em;margin:18px 0 12px}
.hero__short{max-width:680px;font-size:clamp(1rem,2.4vw,1.22rem);opacity:.86;margin:0 0 24px}
.search-panel--simple{padding:18px;border-radius:24px;background:rgba(5,22,42,.88);box-shadow:0 18px 55px rgba(0,0,0,.22)}
.search-line--simple{display:grid;grid-template-columns:minmax(0,1fr) 54px auto;gap:10px;align-items:stretch}
.search-line--simple input{min-height:60px;border-radius:16px;font-size:1.05rem;padding:0 18px}
.search-line--simple #voiceBtn{order:2;width:54px;border-radius:50%;font-size:1.25rem;background:#fff;color:#17436a;border:0}
.search-line--simple #searchBtn{order:3;min-height:60px;border-radius:16px;padding:0 24px;font-size:1rem;font-weight:900}
.store-picker{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:16px}
.store-choice{position:relative;display:flex;align-items:center;justify-content:center;gap:8px;min-height:52px;padding:9px 12px;border:1px solid rgba(255,255,255,.2);border-radius:16px;background:rgba(255,255,255,.08);font-weight:800;cursor:pointer;user-select:none;text-align:center;overflow:hidden}
.store-choice input{position:absolute;opacity:0;pointer-events:none}
.store-choice .store-check{display:none;position:absolute;top:5px;right:7px;width:18px;height:18px;border-radius:50%;background:#0b6bdc;color:#fff;font-size:12px;line-height:18px;text-align:center}
.store-choice img{width:26px;height:26px;object-fit:contain;flex:0 0 26px;border-radius:6px;background:#fff;padding:2px}
.store-choice strong{font-size:.86rem;line-height:1.05}
.store-choice:has(input:checked){background:#fff;color:#123756;border-color:#fff;box-shadow:0 6px 18px rgba(0,0,0,.16)}
.store-choice:has(input:checked) .store-check{display:block}
.store-choice.is-main:has(input:checked){background:#ffd44d;color:#2a2300;border-color:#ffd44d}
.store-picker-note{margin:9px 2px 0;color:rgba(255,255,255,.84);font-size:.82rem;text-align:center}
.quick-actions--compact{margin-top:14px;gap:8px}
.quick-actions--compact a{padding:8px 12px;font-size:.84rem;opacity:.9}
@media(max-width:720px){
  .topbar__center span,.pilllink--offers{display:none}
  .hero{padding-top:22px}
  .hero h1{font-size:2.35rem}
  .hero__short{font-size:.98rem}
  .search-panel--simple{padding:14px;border-radius:20px}
  .search-line--simple{grid-template-columns:minmax(0,1fr) 52px}
  .search-line--simple #searchBtn{grid-column:1/-1;order:4;width:100%;min-height:54px}
  .search-line--simple input{min-height:56px}
  .store-picker{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  .store-choice{min-height:50px;padding:8px 9px}
  .store-choice img{width:24px;height:24px;flex-basis:24px}
  .store-choice strong{font-size:.8rem}
  .store-picker-note{font-size:.76rem}
}

/* K-IN v51 — busca simples por fora, cérebro completo por dentro */
.pilllink--curadoria{font-weight:800;white-space:nowrap}
.result-section--immediate{margin-top:14px;scroll-margin-top:82px}
.result-section--immediate .section__head{margin-bottom:12px}
.google-mic{position:relative;display:grid!important;place-items:center;width:48px!important;min-width:48px!important;height:48px!important;padding:0!important;border-radius:50%!important;background:#fff!important;border:1px solid rgba(20,40,80,.14)!important;box-shadow:0 3px 12px rgba(0,0,0,.12)!important}
.google-mic svg{width:25px;height:25px;display:block}
.google-mic .mic-blue{fill:#4285f4}.google-mic .mic-red{fill:#ea4335}.google-mic .mic-yellow{fill:#fbbc05}.google-mic .mic-green{fill:#34a853}
.mic-listening-dot{display:none;position:absolute;right:2px;top:2px;width:10px;height:10px;border-radius:50%;background:#ea4335;border:2px solid #fff}
.google-mic.is-listening{animation:kinMicPulse 1s infinite;background:#fff7f7!important}
.google-mic.is-listening .mic-listening-dot{display:block}
@keyframes kinMicPulse{0%,100%{box-shadow:0 0 0 0 rgba(234,67,53,.25)}50%{box-shadow:0 0 0 9px rgba(234,67,53,0)}}
@media(max-width:640px){
  .topbar__center span{display:none}
  .topbar__actions .pilllink{padding:8px 10px;font-size:12px}
  .result-section--immediate{margin-top:10px}
  .result-section--immediate .section__head h2{font-size:1.15rem}
  .result-section--immediate .section__head p{font-size:.88rem}
}


/* K-IN v52 — acesso direto opcional e discreto */
.turbo-toggle-wrap--compact{margin:12px 0 0;justify-content:flex-start}
.turbo-toggle-wrap--compact .turbo-toggle{padding:8px 12px;box-shadow:none;background:rgba(255,255,255,.08)}
.turbo-toggle-wrap--compact .turbo-label{font-size:13px}
.turbo-toggle-wrap--compact .turbo-label small{min-width:64px;justify-content:center}
@media(max-width:760px){.turbo-toggle-wrap--compact{flex-direction:row;align-items:center}.turbo-toggle-wrap--compact .turbo-toggle{width:auto}}


/* ===== V57: PET PRIMEIRO + FOTOS REAIS + MERCADO LIVRE ===== */
.pet-animal-visual--photo{
  overflow:hidden;
  background:#fff;
}
.pet-animal-visual--photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}


/* ===== V58: CUPONS FIXOS IMEDIATOS + BELEZA SEM PREÇO FIXO ===== */
.coupon-card--fixed{border-color:rgba(251,191,36,.5)}
.coupon-card--fixed .coupon-csv-media{height:96px}
.beauty-offer-card--stable{min-height:330px}
.beauty-offer-card--stable .beauty-offer-copy>strong{min-height:52px}
.beauty-offer-stable-copy{margin:9px 0 12px;color:var(--muted);font-size:11px;line-height:1.35}
.beauty-logo--photo{overflow:hidden;background:#fff!important;padding:0!important}
.beauty-logo--photo img{width:100%;height:100%;object-fit:cover;display:block}
.beauty-existing-card .beauty-logo{width:58px;height:58px;border-radius:15px}
@media(max-width:760px){
  .beauty-offer-card--stable{min-height:310px}
  .beauty-existing-card .beauty-logo{width:54px;height:54px}
}

/* ===== V60: CORREÇÃO FOTOS PET NO CELULAR ===== */
.pet-animal-card .pet-animal-visual.pet-animal-visual--photo{
  width:100%;
  height:112px;
  flex:0 0 112px;
  max-width:100%;
  overflow:hidden;
  border-radius:16px;
  background:#fff;
  box-shadow:0 8px 18px rgba(0,0,0,.18);
}
.pet-animal-card .pet-animal-visual.pet-animal-visual--photo img{
  width:100% !important;
  height:100% !important;
  max-width:100% !important;
  max-height:100% !important;
  object-fit:cover !important;
  object-position:center;
  display:block;
  flex:none;
}
.pet-animal-card--direct{
  overflow:hidden;
}
@media(max-width:760px){
  .pet-animal-card{
    flex:0 0 166px;
    width:166px;
    min-width:166px;
    min-height:230px;
    padding:10px;
    overflow:hidden;
  }
  .pet-animal-card .pet-animal-visual.pet-animal-visual--photo{
    width:100%;
    height:105px;
    flex-basis:105px;
  }
  .pet-animal-card strong{
    margin-top:8px;
    font-size:15px;
  }
  .pet-animal-card small{
    font-size:10px;
    line-height:1.2;
  }
}


/* v61 - vitrines com fotos reais */
.feature-showcase-section{padding-top:8px;padding-bottom:8px}
.feature-showcase-head{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-bottom:12px}
.feature-showcase-head h2{margin:0;font-size:clamp(21px,3vw,30px);line-height:1.08}
.feature-showcase-head h2 span{font-size:.52em;color:#fbcfe8;white-space:nowrap}
.feature-showcase-head p{margin:5px 0 0;color:var(--muted);font-size:13px}
.feature-product-rail{display:flex;gap:12px;overflow-x:auto;overflow-y:hidden;padding:2px 2px 13px;scroll-snap-type:x proximity;scrollbar-width:thin}
.feature-product-card{flex:0 0 190px;min-width:190px;padding:12px;border:1px solid rgba(255,255,255,.18);border-radius:20px;background:linear-gradient(180deg,rgba(255,255,255,.12),rgba(0,0,0,.24));display:flex;flex-direction:column;text-align:left;scroll-snap-align:start;color:#fff;text-decoration:none;overflow:hidden}
.feature-product-photo{width:100%;height:150px;border-radius:15px;overflow:hidden;background:#fff;display:flex;align-items:center;justify-content:center}
.feature-product-photo img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}
.feature-product-card strong{font-size:16px;line-height:1.12;margin-top:10px}
.feature-product-card small{font-size:11px;color:var(--muted);line-height:1.25;margin-top:4px;min-height:28px}
.feature-product-card span{margin-top:10px;min-height:36px;padding:0 10px;border-radius:12px;background:linear-gradient(135deg,#f59e0b,#f97316);color:#111827;display:flex;align-items:center;justify-content:center;text-align:center;font-size:11px;font-weight:1000}
#petFeatureSection .corridor{margin:0}
@media(max-width:760px){
  .feature-product-card{flex-basis:158px;min-width:158px;padding:10px;border-radius:18px}
  .feature-product-photo{height:126px;border-radius:13px}
  .feature-product-card strong{font-size:15px}
  .feature-showcase-head h2{font-size:24px}
}

/* ===== K-IN v67: MODO LIGHT + STREAMING ===== */
.search-mode-tools{
  position:relative;
  display:flex;
  align-items:center;
  gap:9px;
  flex-wrap:wrap;
  margin-top:10px;
}
.search-mode-tools .turbo-toggle-wrap{margin:0;}
.streaming-menu{position:relative;}
.streaming-trigger{
  min-height:42px;
  padding:0 15px;
  border:1px solid rgba(255,255,255,.22);
  border-radius:999px;
  background:rgba(255,255,255,.11);
  color:#fff;
  font:inherit;
  font-size:13px;
  font-weight:1000;
  cursor:pointer;
  box-shadow:0 12px 28px rgba(0,0,0,.18);
}
.streaming-trigger[aria-expanded="true"]{border-color:rgba(245,158,11,.7);background:rgba(245,158,11,.16);}
.streaming-list{
  position:absolute;
  left:0;
  top:calc(100% + 7px);
  z-index:120;
  min-width:168px;
  padding:7px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:15px;
  background:#0b2239;
  box-shadow:0 20px 46px rgba(0,0,0,.46);
}
.streaming-list[hidden]{display:none!important;}
.streaming-list a{
  display:block;
  padding:9px 11px;
  border-radius:10px;
  color:#fff;
  font-size:13px;
  font-weight:800;
}
.streaming-list a:hover,.streaming-list a:focus{background:rgba(255,255,255,.11);outline:0;}
.light-toggle{
  display:inline-flex;
  align-items:center;
  gap:9px;
  min-height:42px;
  padding:8px 12px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:999px;
  background:rgba(255,255,255,.11);
  cursor:pointer;
  user-select:none;
  box-shadow:0 12px 28px rgba(0,0,0,.18);
}
.light-toggle input{position:absolute;opacity:0;pointer-events:none;}
.light-slider{width:38px;height:22px;border-radius:999px;background:#475569;position:relative;transition:.22s ease;}
.light-slider::after{content:"";position:absolute;top:3px;left:3px;width:16px;height:16px;border-radius:50%;background:#fff;transition:.22s ease;box-shadow:0 2px 6px rgba(0,0,0,.25);}
.light-toggle input:checked + .light-slider{background:#38bdf8;}
.light-toggle input:checked + .light-slider::after{transform:translateX(16px);}
.light-label{font-size:13px;font-weight:1000;}
.light-label small{display:inline-flex;margin-left:5px;padding:3px 7px;border-radius:999px;background:#fff;color:#0f172a;font-size:10px;}
body.kin-light-mode main > .section:not(.result-section){display:none!important;}
body.kin-light-mode .kin-seo-section{display:none!important;}
body.kin-light-mode .hero h1,body.kin-light-mode .hero__short{display:none;}
body.kin-light-mode .hero__content{padding-top:10px;padding-bottom:8px;}
body.kin-light-mode .search-panel{margin-top:10px;}
@media(max-width:760px){
  .search-mode-tools{gap:7px;align-items:center;}
  .streaming-trigger,.light-toggle{min-height:40px;padding-left:11px;padding-right:11px;}
  .streaming-list{left:auto;right:0;}
  .light-label small{display:none;}
}

/* ===== K-IN v68: LIGHT PADRÃO | FULL + STREAMING ===== */
.display-mode-toggle{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:42px;
  padding:7px 11px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:999px;
  background:rgba(255,255,255,.11);
  box-shadow:0 12px 28px rgba(0,0,0,.18);
  cursor:pointer;
  user-select:none;
}
.display-mode-toggle input{position:absolute;opacity:0;pointer-events:none;}
.display-mode-slider{
  width:42px;
  height:24px;
  border-radius:999px;
  background:#38bdf8;
  position:relative;
  transition:.22s ease;
  flex:0 0 auto;
}
.display-mode-slider::after{
  content:"";
  position:absolute;
  top:3px;
  left:3px;
  width:18px;
  height:18px;
  border-radius:50%;
  background:#fff;
  box-shadow:0 2px 6px rgba(0,0,0,.25);
  transition:.22s ease;
}
.display-mode-toggle input:checked + .display-mode-slider{background:#10b981;}
.display-mode-toggle input:checked + .display-mode-slider::after{transform:translateX(18px);}
.display-mode-name{
  color:var(--muted);
  font-size:13px;
  font-weight:900;
  transition:.2s ease;
}
.display-mode-name.is-active{color:#fff;}
body.kin-light-mode #lightModeName{color:#7dd3fc;}
body:not(.kin-light-mode) #fullModeName{color:#6ee7b7;}
@media(max-width:760px){
  .search-mode-tools{flex-wrap:nowrap;justify-content:flex-start;}
  .display-mode-toggle{min-height:40px;padding:7px 9px;gap:6px;}
  .display-mode-name{font-size:12px;}
  .display-mode-slider{width:38px;height:22px;}
  .display-mode-slider::after{width:16px;height:16px;}
  .display-mode-toggle input:checked + .display-mode-slider::after{transform:translateX(16px);}
  .streaming-trigger{white-space:nowrap;}
}


/* ===== K-IN v69: seletor visível K-IN LIGHT | K-IN FULL ===== */
.display-mode-toggle{
  display:inline-flex !important;
  align-items:center !important;
  gap:8px !important;
  min-height:42px !important;
  padding:7px 12px !important;
  border:1px solid rgba(255,255,255,.22) !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.11) !important;
}
.display-mode-toggle input{
  position:absolute !important;
  opacity:0 !important;
  width:1px !important;
  height:1px !important;
  pointer-events:none !important;
}
.display-mode-name{
  font-size:12px !important;
  font-weight:1000 !important;
  white-space:nowrap !important;
}
.display-mode-slider{
  display:block !important;
  width:42px !important;
  height:24px !important;
  flex:0 0 42px !important;
}
body.kin-light-mode main > section.section:not(.result-section){display:none !important;}
body.kin-light-mode > section.kin-seo-section{display:none !important;}
@media(max-width:560px){
  .search-mode-tools{gap:7px !important;}
  .display-mode-toggle{padding:7px 9px !important;gap:6px !important;}
  .display-mode-name{font-size:11px !important;}
  .display-mode-slider{width:38px !important;flex-basis:38px !important;}
}


/* ===== K-IN v71: Eventos + Ajuda + Serviços ===== */
.pilllink--events{white-space:nowrap;}
.pilllink--help{
  background:rgba(14,116,144,.34);
  border-color:rgba(125,211,252,.34);
  white-space:nowrap;
}
.services-trigger[aria-expanded="true"]{
  border-color:rgba(16,185,129,.72);
  background:rgba(16,185,129,.17);
}
.services-list{left:auto;right:0;min-width:176px;}
.service-shopping-link{
  margin-top:5px;
  border-top:1px solid rgba(255,255,255,.13);
  background:rgba(245,158,11,.13);
  color:#fcd34d !important;
}
@media(max-width:760px){
  .topbar__row{gap:6px;padding-left:9px;padding-right:9px;}
  .topbar__center{min-width:42px;}
  .topbar__actions{gap:4px;}
  .pilllink--events,.pilllink--help,.pilllink--curadoria{height:34px;padding:0 9px;font-size:11px;}
  .services-list{right:0;left:auto;}
}
@media(max-width:480px){
  .topbar__center span{display:none;}
  .topbar__center strong{font-size:13px;}
  .pilllink--events{font-size:0;width:40px;justify-content:center;padding:0;}
  .pilllink--events::after{content:"🎟️";font-size:16px;}
  .pilllink--curadoria{font-size:0;width:42px;justify-content:center;padding:0;}
  .pilllink--curadoria::after{content:"🐶";font-size:16px;}
  .pilllink--help{font-size:0;width:42px;justify-content:center;padding:0;}
  .pilllink--help::after{content:"🎧";font-size:16px;}
  .search-mode-tools{overflow:visible;}
  .streaming-trigger{padding-left:10px;padding-right:10px;font-size:12px;}
}


/* ===== K-IN v75: CORREÇÃO DEFINITIVA DO TOPO NO CELULAR ===== */
@media (max-width: 640px){

  .topbar__row{
    width:100% !important;
    max-width:none !important;
    display:grid !important;
    grid-template-columns:auto minmax(0,1fr) 40px !important;
    align-items:center !important;
    gap:8px !important;
    padding:10px 12px !important;
  }

  .topbar__center{
    display:none !important;
  }

  .topbar__actions{
    display:contents !important;
  }

  .pilllink--events{
    grid-column:1 !important;
    justify-self:start !important;
    width:auto !important;
    min-width:0 !important;
    height:36px !important;
    padding:0 12px !important;
    font-size:12px !important;
    white-space:nowrap !important;
  }

  .pilllink--events::after{
    content:none !important;
    display:none !important;
  }

  .pilllink--curadoria{
    grid-column:2 !important;
    justify-self:end !important;
    width:auto !important;
    min-width:0 !important;
    max-width:100% !important;
    height:36px !important;
    padding:0 10px !important;
    font-size:12px !important;
    white-space:nowrap !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
  }

  .pilllink--curadoria::after{
    content:none !important;
    display:none !important;
  }

  .pilllink--help{
    grid-column:3 !important;
    justify-self:end !important;
    width:40px !important;
    min-width:40px !important;
    height:36px !important;
    padding:0 !important;
    font-size:0 !important;
    justify-content:center !important;
  }

  .pilllink--help::after{
    content:"🎧" !important;
    display:block !important;
    font-size:17px !important;
    line-height:1 !important;
  }
}
\n\n/* ===== K-IN v77: BANNERS OFICIAIS PAGUE MENOS NO LIGHT ===== */
.partner-banner-section{
  width:min(100% - 24px,920px);
  margin:14px auto 8px;
  overflow:hidden;
}
.partner-banner-track{position:relative;aspect-ratio:1240/270;border-radius:20px;overflow:hidden;background:#0b1e39;box-shadow:0 12px 32px rgba(0,0,0,.2);touch-action:pan-y;}
.partner-banner-slide{position:absolute;inset:0;display:block;opacity:0;transform:translateX(10px);pointer-events:none;transition:opacity .45s ease,transform .45s ease;}
.partner-banner-slide.is-active{opacity:1;transform:translateX(0);pointer-events:auto;}
.partner-banner-slide img{display:block;width:100%;height:100%;object-fit:cover;}
.partner-banner-slide--contain{background:#0b1e39;}
.partner-banner-slide--contain img{object-fit:contain;background:#0b1e39;}
.partner-banner-dots{display:flex;justify-content:center;gap:8px;padding:10px 0 2px;}
.partner-banner-dots button{width:8px;height:8px;border:0;border-radius:999px;background:rgba(255,255,255,.34);padding:0;transition:width .25s ease,background .25s ease;}
.partner-banner-dots button.is-active{width:24px;background:#ff8a00;}
body:not(.kin-light-mode) .partner-banner-section{display:none!important;}
body.kin-light-mode main > .partner-banner-section{display:block!important;}
@media(max-width:640px){
  .partner-banner-section{width:calc(100% - 20px);margin-top:10px;}
  .partner-banner-track{border-radius:16px;}
}


/* ===== K-IN v78: menus Streaming e Serviços no celular ===== */
@media (max-width: 640px){
  .search-mode-tools{
    position:relative;
    overflow:visible !important;
  }
  .streaming-menu{
    position:relative;
  }
  .streaming-list{
    top:calc(100% + 8px);
    left:50% !important;
    right:auto !important;
    transform:translateX(-50%);
    width:min(240px, calc(100vw - 32px));
    min-width:0;
    max-height:min(52vh, 360px);
    overflow-y:auto;
    overscroll-behavior:contain;
    -webkit-overflow-scrolling:touch;
    z-index:1000;
  }
  .streaming-list a{
    padding:11px 12px;
    font-size:14px;
  }
}


/* ===== K-IN v80: banner alinhado no desktop ===== */
@media (min-width: 641px){
  .partner-banner-section{
    width: calc(100% - 24px) !important;
    max-width: 856px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media (max-width: 640px){
  .partner-banner-section{
    width: calc(100% - 20px) !important;
    max-width: none !important;
  }
}


/* ===== K-IN v81: atalhos Pague Menos + Viagogo no Light ===== */
.quick-partner-cards{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  margin:10px 0 12px;
}
.quick-partner-card{
  min-width:0;
  min-height:64px;
  display:flex;
  align-items:center;
  gap:11px;
  padding:10px 14px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:18px;
  text-decoration:none;
  color:#fff;
  background:linear-gradient(135deg,rgba(255,255,255,.11),rgba(255,255,255,.04));
  box-shadow:0 8px 20px rgba(0,0,0,.14);
  transition:transform .18s ease,border-color .18s ease,filter .18s ease;
}
.quick-partner-card:hover{
  transform:translateY(-1px);
  border-color:rgba(255,255,255,.32);
  filter:brightness(1.05);
}
.quick-partner-card img{
  width:44px;
  height:44px;
  flex:0 0 44px;
  object-fit:contain;
  border-radius:12px;
  background:#fff;
  padding:5px;
}
.quick-partner-card span{min-width:0;display:flex;flex-direction:column;line-height:1.12;}
.quick-partner-card strong{font-size:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.quick-partner-card small{margin-top:5px;font-size:12px;color:rgba(255,255,255,.78);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.quick-partner-card--pharmacy{border-color:rgba(255,65,92,.45);background:linear-gradient(135deg,rgba(237,28,62,.22),rgba(255,255,255,.04));}
.quick-partner-card--tickets{border-color:rgba(134,88,255,.48);background:linear-gradient(135deg,rgba(102,66,196,.24),rgba(255,255,255,.04));}
body:not(.kin-light-mode) .quick-partner-cards{display:none!important;}
@media(max-width:640px){
  .quick-partner-cards{gap:8px;margin:8px 0 10px;}
  .quick-partner-card{min-height:58px;padding:8px 10px;border-radius:16px;gap:8px;}
  .quick-partner-card img{width:38px;height:38px;flex-basis:38px;border-radius:10px;padding:4px;}
  .quick-partner-card strong{font-size:14px;}
  .quick-partner-card small{font-size:10.5px;margin-top:4px;}
}


/* ===== K-IN v86: Explore o K-IN + Mercado Livre principal ===== */
.kin-explore-head h2{
  display:flex;
  align-items:center;
  gap:8px;
}
.kin-explore-head h2::before{
  content:"✦";
  color:#f59e0b;
  font-size:.9em;
}
.kin-mode-invite{
  display:flex;
  flex-direction:column;
  gap:5px;
  padding:15px 16px;
  border:1px solid rgba(245,158,11,.34);
  border-radius:17px;
  background:linear-gradient(135deg,rgba(245,158,11,.16),rgba(255,255,255,.07));
}
.kin-mode-invite strong{
  color:#fff;
  font-size:14px;
}
.kin-mode-invite span{
  color:var(--muted);
  font-size:12px;
  line-height:1.35;
}
@media(max-width:640px){
  .kin-mode-invite{padding:13px 14px;}
  .kin-mode-invite strong{font-size:13px;}
  .kin-mode-invite span{font-size:11px;}
}


/* ===== K-IN v91: cabeçalho compacto + ofertas inteligentes ===== */
@media (min-width:721px){
  .hero{padding-top:18px}
  .hero__content{max-width:920px}
  .hero h1{max-width:none;font-size:clamp(1.65rem,3vw,2.55rem);line-height:1.06;letter-spacing:-.035em;margin:8px 0 5px}
  .hero__short{font-size:1rem;margin:0 0 12px}
  .search-panel--simple{padding:15px}
}
.coupon-carousel-shell{position:relative;}
.coupon-rail{scroll-behavior:smooth;scroll-snap-type:x mandatory;padding-inline:44px;}
.coupon-card{scroll-snap-align:start;}
.coupon-card--visual{flex:0 0 min(310px,78vw);padding:0;overflow:hidden;background:#111;border-color:rgba(255,255,255,.2);min-height:0;}
.coupon-visual-link{display:block;width:100%;height:100%;}
.coupon-visual-link img{display:block;width:100%;height:auto;aspect-ratio:auto;object-fit:contain;object-position:center;background:#111;}
.coupon-nav{position:absolute;top:50%;z-index:6;width:38px;height:38px;border:0;border-radius:50%;transform:translateY(-50%);background:rgba(5,22,42,.9);color:#fff;font-size:28px;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 6px 18px rgba(0,0,0,.3)}
.coupon-nav--prev{left:2px}.coupon-nav--next{right:2px}
@media(max-width:760px){
  .coupon-rail{padding-inline:12px;scroll-padding-inline:12px;}
  .coupon-card--visual{flex-basis:82vw;}
  .coupon-nav{display:none;}
}


/* ===== K-IN v93: artes completas, sem cortar preço ou cupom ===== */
.coupon-card--visual{align-self:flex-start;}
.coupon-visual-link{height:auto;}
.coupon-visual-link img{max-height:none!important;object-fit:contain!important;}


/* ===== V94: intenção de curadoria + Mercado Livre nos funis ===== */
.kin-curation-notice{margin:0 0 14px;padding:14px 16px;border:1px solid rgba(56,189,248,.38);border-radius:17px;background:linear-gradient(135deg,rgba(14,165,233,.18),rgba(255,255,255,.07));display:flex;flex-direction:column;gap:5px}.kin-curation-notice strong{font-size:14px;color:#fff}.kin-curation-notice span{font-size:12px;line-height:1.4;color:var(--muted)}
@media(max-width:640px){.kin-curation-notice{padding:12px 13px}.kin-curation-notice strong{font-size:13px}.kin-curation-notice span{font-size:11px}}

/* ===== K-IN v97: acesso ao Desafio K-IN ===== */
.service-game-link{margin-bottom:5px;border-bottom:1px solid rgba(255,255,255,.13);background:rgba(245,158,11,.16);color:#fde68a !important;font-weight:900}
.challenge-float{position:fixed;right:18px;bottom:174px;z-index:42;width:78px;text-decoration:none;text-align:center;filter:drop-shadow(0 10px 16px rgba(0,0,0,.4));animation:kinChallengeBounce 2.2s ease-in-out infinite}
.challenge-float img{display:block;width:72px;height:72px;object-fit:cover;border-radius:50%;border:3px solid rgba(255,207,51,.95);background:#07111c}
.challenge-float span{display:inline-block;margin-top:3px;padding:3px 9px;border-radius:999px;background:#ffcf33;color:#10263f;font-size:11px;font-weight:1000}
.challenge-float:hover,.challenge-float:focus-visible{animation-play-state:paused;transform:scale(1.05)}
@keyframes kinChallengeBounce{0%,100%{transform:translateY(0)}45%{transform:translateY(-10px)}60%{transform:translateY(-4px)}}
#corredores-kin{scroll-margin-top:92px}
@media(max-width:640px){.challenge-float{right:13px;bottom:166px;width:64px}.challenge-float img{width:58px;height:58px}.challenge-float span{font-size:10px;padding:2px 7px}}
@media(prefers-reduced-motion:reduce){.challenge-float{animation:none}}


/* ===== V144: primeira dobra mobile realmente compacta ===== */
.topbar-install{
  width:40px;
  height:40px;
  min-width:40px;
  padding:0;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.22);
  background:linear-gradient(180deg,#2f91ff 0%,#1569d6 100%);
  color:#fff;
  display:inline-grid;
  place-items:center;
  font-size:19px;
  font-weight:1000;
  cursor:pointer;
  box-shadow:0 4px 12px rgba(0,0,0,.18);
}

@media(max-width:640px){

  /* topo */
  .topbar{min-height:auto!important;}
  .topbar__row{
    min-height:58px!important;
    padding-top:7px!important;
    padding-bottom:7px!important;
    gap:7px!important;
  }
  .topbar__actions{gap:6px!important;}
  .topbar-install{
    width:38px!important;
    height:38px!important;
    min-width:38px!important;
    font-size:18px!important;
  }

  /* remove de verdade a seção redundante e todo o espaço dela */

  /* hero sobe porque o CTA grande não existe mais */
  .hero{
    padding-top:10px!important;
    padding-bottom:5px!important;
  }
  .hero__content{
    padding-top:0!important;
  }
  .hero h1{
    font-size:2.12rem!important;
    margin:3px 0 5px!important;
    line-height:1.01!important;
  }
  .hero__short{
    margin:0 0 9px!important;
    font-size:.92rem!important;
    line-height:1.2!important;
  }

  /* painel de busca mais baixo */
  .search-panel--simple{
    padding:10px!important;
    border-radius:18px!important;
    margin-top:0!important;
    margin-bottom:0!important;
  }
  .search-line--simple{
    grid-template-columns:minmax(0,1fr) 44px!important;
    gap:8px!important;
  }
  .search-line--simple input{
    min-height:48px!important;
    height:48px!important;
    padding:0 14px!important;
    border-radius:14px!important;
    font-size:.98rem!important;
  }
  .search-line--simple #voiceBtn,
  .google-mic{
    width:44px!important;
    min-width:44px!important;
    height:44px!important;
  }
  .google-mic svg{
    width:22px!important;
    height:22px!important;
  }
  .search-line--simple #searchBtn{
    min-height:48px!important;
    height:48px!important;
    border-radius:14px!important;
    font-size:.96rem!important;
  }

  /* lojas mais enxutas, mantendo toque confortável */
  .store-picker{
    gap:7px!important;
    margin-top:10px!important;
  }
  .store-choice{
    min-height:44px!important;
    padding:6px 8px!important;
    border-radius:14px!important;
  }
  .store-choice img{
    width:23px!important;
    height:23px!important;
    flex-basis:23px!important;
  }
  .store-choice strong{
    font-size:.78rem!important;
  }

  /* controles abaixo das lojas */
  .turbo-toggle-wrap--compact{
    margin-top:8px!important;
  }
  .quick-actions--compact{
    margin-top:8px!important;
    gap:6px!important;
  }
  .quick-actions--compact a{
    padding:7px 9px!important;
    font-size:.78rem!important;
  }

  /* aproxima ofertas e elimina texto auxiliar no mobile */
  .coupon-section{
    padding-top:4px!important;
    margin-top:4px!important;
  }
  .quick-offers-head{
    margin-bottom:2px!important;
  }
  .quick-offers-head h2{
    margin-bottom:2px!important;
    font-size:1.35rem!important;
    line-height:1.08!important;
  }
  .offers-helper-copy{
    display:none!important;
  }
  .coupon-rail{
    padding-top:7px!important;
  }
}

/* ===== V144: cabeçalho em uma linha + ofertas mais compactas ===== */
@media(max-width:640px){

  .topbar__row{
    display:grid!important;
    grid-template-columns:auto 1fr!important;
    align-items:center!important;
    gap:8px!important;
    min-height:54px!important;
    padding:6px 10px!important;
  }

  .topbar__left{
    min-width:0!important;
  }

  .topbar__actions{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    flex-wrap:nowrap!important;
    gap:6px!important;
    min-width:0!important;
  }

  .topbar__actions > *{
    flex:0 0 auto!important;
  }

  .topbar__actions .btn,
  .topbar__actions a,
  .topbar__actions button{
    margin:0!important;
  }

  .topbar__actions .curadoria-link,
  .topbar__actions [href*="curadoria"],
  .topbar__actions .topbar-curadoria{
    white-space:nowrap!important;
    padding-left:10px!important;
    padding-right:10px!important;
    font-size:.78rem!important;
    min-height:38px!important;
  }

  /* botão baixar com o mesmo "peso visual" do fone */
  .topbar-install{
    width:38px!important;
    height:38px!important;
    min-width:38px!important;
    min-height:38px!important;
    border-radius:50%!important;
    background:rgba(255,255,255,.06)!important;
    border:1px solid rgba(255,255,255,.22)!important;
    box-shadow:none!important;
    color:rgba(255,255,255,.82)!important;
    font-size:0!important;
    position:relative!important;
  }

  .topbar-install::after{
    content:"↓";
    display:block;
    font-size:24px!important;
    font-weight:900!important;
    line-height:1!important;
    transform:translateY(-1px);
  }

  /* tenta manter o botão de ajuda com mesma medida */
  .topbar__actions .help-btn,
  .topbar__actions [aria-label*="Ajuda"],
  .topbar__actions [title*="Ajuda"]{
    width:38px!important;
    height:38px!important;
    min-width:38px!important;
    min-height:38px!important;
    padding:0!important;
    border-radius:50%!important;
  }

  /* Ofertas: título em uma linha e mais colado ao rail */
  .quick-offers-head{
    margin-top:0!important;
    margin-bottom:0!important;
    padding-top:0!important;
    padding-bottom:0!important;
  }

  .quick-offers-head h2{
    margin:0!important;
    font-size:1.28rem!important;
    line-height:1.05!important;
    white-space:nowrap!important;
  }

  .coupon-section{
    padding-top:0!important;
    margin-top:0!important;
  }

  .coupon-rail{
    margin-top:4px!important;
    padding-top:4px!important;
  }
}

/* ===== V144 — vitrines segmentadas ===== */
.market-shelves-section{padding-top:14px}
.market-shelves-head,.market-shelf-title{display:flex;align-items:center;justify-content:space-between;gap:10px}
.market-shelves-head h2{margin:2px 0 0}
.market-shelves-head>span,.market-shelf-title>span{font-size:.76rem;opacity:.7;white-space:nowrap}
.market-shelf{margin-top:16px}
.market-shelf-title{margin-bottom:8px}
.market-shelf-title strong{display:flex;align-items:center;gap:8px}
.market-logo{width:28px;height:28px;border-radius:8px;display:grid;place-items:center;background:#fff;color:#111;font-size:.72rem;font-weight:1000}
.market-logo--mercadolivre{background:#ffe600}
.market-logo--shopee{background:#ee4d2d;color:#fff}
.market-logo--magalu{background:#1689f5;color:#fff}
.market-shelf-wrap{position:relative}
.market-shelf-rail{display:flex;gap:10px;overflow-x:auto;scroll-snap-type:x proximity;padding:2px 42px 9px 2px;scrollbar-width:none}
.market-shelf-rail::-webkit-scrollbar{display:none}
.market-product-card{flex:0 0 290px;min-height:112px;display:grid;grid-template-columns:108px 1fr;align-items:center;gap:11px;padding:8px;border:1px solid rgba(255,255,255,.14);border-radius:16px;background:rgba(255,255,255,.045);color:inherit;text-decoration:none;scroll-snap-align:start}
.market-product-image{width:108px;height:96px;border-radius:12px;overflow:hidden;background:#fff;display:grid;place-items:center}
.market-product-image img{width:100%;height:100%;object-fit:contain;display:block}
.market-product-copy{min-width:0}
.market-product-copy strong{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;line-height:1.15;font-size:.9rem}
.market-product-copy span{display:block;margin-top:9px;font-size:.76rem;font-weight:800;opacity:.76}
.market-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:34px;height:34px;border-radius:50%;border:1px solid rgba(255,255,255,.15);background:#132d48;color:#fff;font-size:26px;line-height:1;display:grid;place-items:center;cursor:pointer}
.market-arrow--left{left:-5px}
.market-arrow--right{right:-5px}
@media(max-width:640px){
  .market-shelves-section{padding-top:8px!important}
  .market-shelf{margin-top:12px}
  .market-product-card{flex-basis:250px;grid-template-columns:92px 1fr;min-height:100px}
  .market-product-image{width:92px;height:84px}
  .market-arrow{display:none}
  .market-shelf-rail{padding-right:2px}
}


/* V144 — lojas compactas em uma linha no celular */
@media (max-width: 640px){

  .store-picker{
    display:grid !important;
    grid-template-columns:repeat(6, minmax(0,1fr)) !important;
    gap:6px !important;
    margin-top:8px !important;
  }

  .store-choice{
    min-width:0 !important;
    width:100% !important;
    min-height:48px !important;
    height:48px !important;
    padding:4px !important;
    border-radius:13px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    position:relative !important;
    overflow:visible !important;
  }

  .store-choice img{
    width:28px !important;
    height:28px !important;
    flex:0 0 28px !important;
    object-fit:contain !important;
    margin:0 !important;
  }

  .store-choice strong,
  .store-choice .store-name,
  .store-name-mobile-hide{
    display:none !important;
  }

  /* check continua visível, mas pequeno */
  .store-choice .check,
  .store-choice .selected-check,
  .store-choice [class*="check"]{
    position:absolute !important;
    top:-5px !important;
    right:-4px !important;
    transform:scale(.75) !important;
    transform-origin:center !important;
  }
}


/* V150 — correção definitiva da curadoria no modo celular */
@media (max-width:640px){
  #resultadoSection{
    display:block !important;
    visibility:visible !important;
    height:auto !important;
    max-height:none !important;
    overflow:visible !important;
    margin:0 !important;
    padding:0 14px 6px !important;
  }

  /* Antes da busca, economiza espaço sem apagar a seção. */
  #resultadoSection .kin-explore-head{
    display:none !important;
  }

  #results.kin-mode-invite,
  #results.results-empty{
    display:none !important;
  }

  /* Quando o JS remove essas classes e injeta curadoria, tudo aparece. */
  #results:not(.kin-mode-invite):not(.results-empty){
    display:block !important;
    visibility:visible !important;
    height:auto !important;
    max-height:none !important;
    overflow:visible !important;
    margin-top:4px !important;
  }
}

/* ===== K-IN v151 — cards visuais: imagem protagonista ===== */
.kin-image-card{
  position:relative;
  overflow:hidden;
  padding:0 !important;
  display:block !important;
  background:#071c31;
  border:1px solid rgba(255,255,255,.20);
  text-decoration:none;
  color:#fff;
  isolation:isolate;
  box-shadow:0 12px 28px rgba(0,0,0,.22);
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}
.kin-image-card:hover,
.kin-image-card:focus-visible{
  transform:translateY(-2px);
  border-color:rgba(245,158,11,.72);
  box-shadow:0 16px 32px rgba(0,0,0,.30);
}
.kin-image-card__media{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  min-width:0 !important;
  min-height:0 !important;
  border-radius:0 !important;
  overflow:hidden;
  background:#fff;
  display:block !important;
}
.kin-image-card__media img{
  width:100% !important;
  height:100% !important;
  display:block;
  object-fit:cover !important;
  object-position:center !important;
  padding:0 !important;
}
.kin-image-card::before{
  content:"";
  position:absolute;
  inset:36% 0 0;
  z-index:2;
  pointer-events:none;
  background:linear-gradient(180deg,transparent 0%,rgba(2,12,24,.30) 28%,rgba(2,12,24,.92) 100%);
}
.kin-image-card::after{
  content:"↗";
  position:absolute;
  right:10px;
  top:10px;
  z-index:4;
  width:28px;
  height:28px;
  border-radius:999px;
  display:grid;
  place-items:center;
  background:rgba(3,18,34,.72);
  border:1px solid rgba(255,255,255,.28);
  color:#fff;
  font-size:13px;
  font-weight:1000;
  backdrop-filter:blur(7px);
  -webkit-backdrop-filter:blur(7px);
}
.kin-image-card__overlay{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  z-index:3;
  padding:14px 13px 13px;
  text-align:left;
  pointer-events:none;
}
.kin-image-card__overlay strong{
  display:block;
  margin:0 !important;
  color:#fff;
  font-size:16px !important;
  line-height:1.12;
  font-weight:1000;
  text-shadow:0 2px 8px rgba(0,0,0,.75);
}
.kin-image-card__overlay small{
  display:block;
  margin:5px 0 0 !important;
  min-height:0 !important;
  color:rgba(255,255,255,.82) !important;
  font-size:11px !important;
  line-height:1.2;
  text-shadow:0 2px 7px rgba(0,0,0,.8);
}

/* Pet: remove o botão grande e transforma o card todo em ação */
.pet-animal-card.kin-image-card{
  flex:0 0 190px;
  width:190px;
  height:240px;
  min-height:240px;
  border-radius:20px;
  scroll-snap-align:start;
}
.pet-animal-card.kin-image-card .pet-direct-cta{display:none !important;}
.pet-animal-card.kin-image-card.pet-store-logo .kin-image-card__media img{
  object-fit:contain !important;
  padding:24px !important;
  background:#fff;
}

/* Esporte/celulares: mesma pegada visual dos cards de ofertas */
.feature-product-card.kin-image-card{
  flex:0 0 190px;
  min-width:190px;
  width:190px;
  height:240px;
  min-height:240px;
  border-radius:20px;
  scroll-snap-align:start;
}
.feature-product-card.kin-image-card > span{display:none !important;}

@media(max-width:760px){
  .pet-animal-card.kin-image-card,
  .feature-product-card.kin-image-card{
    flex-basis:158px;
    min-width:158px;
    width:158px;
    height:220px;
    min-height:220px;
    border-radius:18px;
  }
  .kin-image-card__overlay{padding:13px 11px 12px;}
  .kin-image-card__overlay strong{font-size:15px !important;}
  .kin-image-card__overlay small{font-size:10.5px !important;}
  .kin-image-card::after{width:26px;height:26px;right:8px;top:8px;font-size:12px;}
}

/* ===== K-IN V152 — visual commerce cards em todo o portal ===== */
/* Produtos em alta: foto protagonista, título sobre a própria foto */
.market-shelf-rail{gap:12px;}
.market-product-card{
  position:relative;
  flex:0 0 190px;
  min-width:190px;
  width:190px;
  height:240px;
  min-height:240px;
  display:block;
  padding:0;
  overflow:hidden;
  border-radius:20px;
  background:#071d32;
  scroll-snap-align:start;
  border:1px solid rgba(255,255,255,.18);
}
.market-product-image{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border-radius:0;
  background:#fff;
}
.market-product-image img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
  padding:10px;
  background:#fff;
}
.market-product-copy{
  position:absolute;
  left:0;right:0;bottom:0;
  z-index:2;
  padding:38px 12px 12px;
  background:linear-gradient(180deg,transparent,rgba(2,13,25,.92) 52%,rgba(2,13,25,.98));
  color:#fff;
}
.market-product-copy strong{font-size:14px;line-height:1.15;-webkit-line-clamp:2;text-shadow:0 2px 8px rgba(0,0,0,.8);}
.market-product-copy span{margin-top:4px;font-size:10.5px;color:rgba(255,255,255,.78);}

/* Beleza: vira card inteiro clicável, sem botão grande */
.beauty-highlight-rail{gap:12px;}
.beauty-offer-card.kin-commerce-image-card{
  position:relative;
  flex:0 0 190px;
  min-width:190px;
  width:190px;
  height:240px;
  min-height:240px;
  padding:0;
  overflow:hidden;
  border-radius:20px;
  text-decoration:none;
  color:#fff;
  background:#071d32;
  border:1px solid rgba(255,255,255,.18);
}
.beauty-offer-card.kin-commerce-image-card .beauty-offer-media{
  position:absolute;inset:0;width:100%;height:100%;background:#fff;
}
.beauty-offer-card.kin-commerce-image-card .beauty-offer-media img{
  width:100%;height:100%;object-fit:contain!important;object-position:center;padding:10px;background:#fff;
}
.beauty-offer-card.kin-commerce-image-card .beauty-offer-copy{
  position:absolute;left:0;right:0;bottom:0;z-index:2;
  min-height:0!important;padding:42px 11px 11px;
  background:linear-gradient(180deg,transparent,rgba(29,7,31,.88) 42%,rgba(23,5,26,.98));
}
.beauty-offer-card.kin-commerce-image-card .beauty-offer-badge{font-size:8px;padding:3px 6px;margin:0 0 5px;display:inline-flex;}
.beauty-offer-card.kin-commerce-image-card .beauty-offer-copy>strong{display:block;min-height:0;font-size:13px;line-height:1.15;text-shadow:0 2px 7px rgba(0,0,0,.8);}
.beauty-offer-card.kin-commerce-image-card .beauty-offer-stable-copy{margin:4px 0 0;font-size:10px;line-height:1.2;color:rgba(255,255,255,.8);}

/* Explore por categoria: mantém compacto, mas a imagem passa a dominar o card */
.explore-rail{gap:10px;}
.explore-card{
  position:relative;
  flex:0 0 138px;
  min-width:138px;
  width:138px;
  height:174px;
  min-height:174px;
  padding:0!important;
  overflow:hidden;
  border-radius:18px;
  background:#071d32;
  border:1px solid rgba(255,255,255,.18);
  display:block!important;
}
.explore-card img{
  position:absolute;inset:0;width:100%!important;height:100%!important;max-width:none!important;
  object-fit:contain!important;object-position:center;background:#fff;padding:8px;border-radius:0!important;
}
.explore-card strong,.explore-card span{
  position:absolute;left:0;right:0;z-index:2;padding-left:10px;padding-right:10px;color:#fff;text-align:left;
  text-shadow:0 2px 7px rgba(0,0,0,.85);
}
.explore-card strong{bottom:24px;font-size:12px;line-height:1.08;padding-top:36px;background:linear-gradient(180deg,transparent,rgba(2,13,25,.9));}
.explore-card span{bottom:8px;font-size:9px;color:rgba(255,255,255,.78);}

/* Lojas e parceiros: logo grande, nome no rodapé; card inteiro continua clicável */
.partner-links-section .quick-offers-rail{gap:10px;}
.partner-links-section .quick-store-card{
  position:relative;
  flex:0 0 138px;
  min-width:138px;
  width:138px;
  height:174px;
  min-height:174px;
  padding:0!important;
  overflow:hidden;
  border-radius:18px;
  background:#071d32;
  border:1px solid rgba(255,255,255,.18);
  display:block!important;
}
.partner-links-section .quick-store-card img{
  position:absolute;inset:0;width:100%!important;height:100%!important;max-width:none!important;
  object-fit:contain!important;object-position:center;background:#fff;padding:18px;border-radius:0!important;
}
.partner-links-section .quick-store-card strong,.partner-links-section .quick-store-card span{
  position:absolute;left:0;right:0;z-index:2;padding-left:10px;padding-right:10px;color:#fff;text-align:left;
  text-shadow:0 2px 7px rgba(0,0,0,.85);
}
.partner-links-section .quick-store-card strong{bottom:24px;font-size:12px;line-height:1.08;padding-top:36px;background:linear-gradient(180deg,transparent,rgba(2,13,25,.92));}
.partner-links-section .quick-store-card span{bottom:8px;font-size:9px;color:rgba(255,255,255,.78);}

@media(max-width:760px){
  .market-product-card,
  .beauty-offer-card.kin-commerce-image-card{
    flex-basis:158px;min-width:158px;width:158px;height:220px;min-height:220px;border-radius:18px;
  }
  .market-product-image img,
  .beauty-offer-card.kin-commerce-image-card .beauty-offer-media img{padding:8px;}
  .explore-card,
  .partner-links-section .quick-store-card{
    flex-basis:124px;min-width:124px;width:124px;height:158px;min-height:158px;border-radius:16px;
  }
  .partner-links-section .quick-store-card img{padding:15px;}
  .market-product-copy strong{font-size:13px;}
}


/* ===== K-IN CARD VISUAL V3: OFERTAS E CUPONS — OPÇÃO B VENDEDORA ===== */
#cupons .coupon-rail{
  gap:14px;
  align-items:flex-start;
}
#cupons .coupon-card{
  flex:0 0 260px;
  min-height:0 !important;
  border-radius:22px;
  overflow:hidden;
  scroll-snap-align:start;
  box-shadow:0 14px 32px rgba(0,0,0,.28);
}
#cupons .coupon-card--sales{
  position:relative;
  padding:0;
  background:#071a2d;
  border:1px solid rgba(245,158,11,.48);
}
#cupons .coupon-card--sales .coupon-visual-link{
  position:relative;
  display:block;
  width:100%;
  min-height:340px;
  overflow:hidden;
  background:#071a2d;
}
#cupons .coupon-card--sales .coupon-visual-link img{
  width:100%;
  height:340px;
  object-fit:contain!important;
  object-position:center;
  background:#f7f7f7;
  display:block;
}
#cupons .coupon-sales-badge{
  position:absolute;
  top:12px;
  left:12px;
  z-index:2;
  padding:6px 9px;
  border-radius:999px;
  background:linear-gradient(135deg,#f59e0b,#f97316);
  color:#111827;
  font-size:9px;
  line-height:1;
  font-weight:1000;
  letter-spacing:.25px;
  box-shadow:0 7px 18px rgba(0,0,0,.24);
}
#cupons .coupon-sales-overlay{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  z-index:2;
  padding:48px 14px 14px;
  background:linear-gradient(180deg,transparent 0%,rgba(3,14,26,.58) 34%,rgba(3,14,26,.97) 100%);
  display:flex;
  flex-direction:column;
  gap:5px;
}
#cupons .coupon-sales-overlay strong{
  margin:0;
  color:#fff;
  font-size:14px;
  line-height:1.18;
  text-shadow:0 2px 8px rgba(0,0,0,.65);
}
#cupons .coupon-sales-overlay b{
  color:#fcd34d;
  font-size:11px;
  line-height:1.1;
}

/* Cupons dinâmicos: foto maior + informação comercial compacta */
#cupons .coupon-card--csv{
  flex:0 0 240px;
  padding:0;
  background:linear-gradient(180deg,#0a2036,#081827);
  border-color:rgba(96,165,250,.42);
}
#cupons .coupon-card--csv .coupon-csv-media{
  height:240px;
  margin:0;
  border-radius:0;
  background:#fff;
}
#cupons .coupon-card--csv .coupon-product-image{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
  padding:6px;
  background:#fff;
}
#cupons .coupon-card--csv .coupon-store-logo{
  right:10px;
  bottom:10px;
  width:46px;
  height:34px;
}
#cupons .coupon-card--csv>.coupon-store,
#cupons .coupon-card--csv>strong,
#cupons .coupon-card--csv>span,
#cupons .coupon-card--csv>.coupon-code,
#cupons .coupon-card--csv>.coupon-go{
  margin-left:12px;
  margin-right:12px;
}
#cupons .coupon-card--csv>.coupon-store{
  margin-top:11px;
  min-height:auto;
  color:#fff;
  font-size:13px;
  line-height:1.18;
  text-transform:none;
}
#cupons .coupon-card--csv>strong{
  margin-top:6px;
  color:#fcd34d;
  font-size:20px;
}
#cupons .coupon-card--csv>span{
  margin-top:5px;
  color:var(--muted);
  font-size:10.5px;
  -webkit-line-clamp:2;
}
#cupons .coupon-card--csv>.coupon-code{
  margin-top:8px;
}
#cupons .coupon-card--csv>.coupon-go{
  width:auto;
  margin-top:10px;
  margin-bottom:12px;
  min-height:38px;
}

@media(max-width:760px){
  #cupons .coupon-rail{gap:11px;padding-inline:12px;}
  #cupons .coupon-card{flex-basis:78vw;max-width:310px;}
  #cupons .coupon-card--sales .coupon-visual-link{min-height:390px;}
  #cupons .coupon-card--sales .coupon-visual-link img{height:390px;}
  #cupons .coupon-card--csv{flex-basis:78vw;max-width:310px;}
  #cupons .coupon-card--csv .coupon-csv-media{height:300px;}
  #cupons .coupon-sales-overlay strong{font-size:15px;}
}

/* ===== K-IN CARD VISUAL V4 — logos das lojas ocupam melhor o botão ===== */
.store-choice img{
  width:36px !important;
  height:36px !important;
  flex:0 0 36px !important;
  padding:0 !important;
  object-fit:contain !important;
  border-radius:8px !important;
}

@media (max-width:640px){
  .store-choice{
    padding:3px !important;
  }
  .store-choice img{
    width:40px !important;
    height:40px !important;
    flex:0 0 40px !important;
    max-width:calc(100% - 4px) !important;
    max-height:40px !important;
    padding:0 !important;
    object-fit:contain !important;
    border-radius:9px !important;
  }
}

/* ===== V156 Aventura, Bike & Off-road ===== */
.adventure-highlight-section{padding-top:6px;padding-bottom:8px}
.adventure-offer-card{appearance:none;-webkit-appearance:none;padding:0;color:#fff;text-align:left;cursor:pointer;font:inherit}
.adventure-offer-card .beauty-offer-media img{object-fit:contain!important;object-position:center;background:#fff;padding:10px}
.adventure-offer-card .beauty-offer-badge{background:#fff7ed;color:#9a3412}
.adventure-offer-card:focus-visible{outline:2px solid #fbbf24;outline-offset:3px}
@media(max-width:760px){.adventure-offer-card .beauty-offer-media img{padding:8px}}

/* V158 — Pedra & Lama dentro de Aventura */
.adventure-offer-card--pedra{text-decoration:none}
.adventure-offer-card--pedra .beauty-offer-media img{object-fit:cover!important;padding:0!important}
