/* BULKOMI PHASE 6 / FAZ 2 — LIVE VISUAL QA HOTFIX
   Reuses Faz 1/Faz 2 design language. Presentation-only overrides. */

/* Home sections must size from real content; no legacy min-height may create dead space. */
.b6pc-home [data-b6pc-section-content],
.b6pc-home [data-b6pc-section-content] > div,
#b6pcActive,
#b6pcDemands{min-height:0!important;height:auto!important}

#b6pcActive .b6pc-grid-4{
  grid-template-columns:repeat(auto-fit,minmax(260px,320px));
  justify-content:start;
  align-items:start;
}
#b6pcActive .b6pc-commerce-card{height:auto!important;align-self:start}
#b6pcActive.b6f2vh-single{padding-block:48px}
#b6pcActive.b6f2vh-single .b6pc-section-head{margin-bottom:20px}

/* Demand empty state: compact, readable, truthful. */
#b6pcDemands.b6f2vh-empty{padding-block:44px}
#b6pcDemands.b6f2vh-empty .b6pc-section-head{margin-bottom:16px}
#b6pcDemands.b6f2vh-empty .b6pc-state{padding:20px 24px}

/* Hero: real product visual remains dominant, without fake price/campaign overlays. */
.b6pc-hero-visual.b6f2vh-real-campaign-visual{background:#fff;border-radius:18px}
.b6pc-hero-visual.b6f2vh-real-campaign-visual img{padding:18px;background:#fff}

/* Category shortcuts: consistent semantic Lucide icon tiles instead of repetitive generic thumbnails. */
.b6pc-category-shortcut.b6f2vh-iconized .b6pc-icon-box{
  width:48px;height:48px;border-radius:11px;
  background:var(--b6pc-brand-50);color:var(--b6pc-brand-dark);
  display:grid;place-items:center;border:1px solid #FFEDD5;
}
.b6pc-category-shortcut.b6f2vh-iconized .b6pc-icon-box .b6pc-icon,
.b6pc-category-shortcut.b6f2vh-iconized .b6pc-icon-box svg{width:22px;height:22px;stroke-width:1.8}

/* SEO catalog: balance real taxonomy groups instead of leaving visually empty grid columns. */
.b6pc-seo-columns{display:block!important;columns:4 220px;column-gap:32px}
.b6pc-seo-group{display:block;break-inside:avoid;page-break-inside:avoid;margin:0 0 20px}
.b6pc-seo-group strong{break-after:avoid}

@media(max-width:1199px){
  .b6pc-seo-columns{columns:3 210px}
}

@media(max-width:767px){
  /* Mobile hero is a commerce entry point, not an oversized landing page. */
  .b6pc-hero .b6pc-container{padding-block:28px 32px;gap:20px}
  .b6pc-eyebrow{margin-bottom:10px}
  .b6pc-hero h1{font-size:30px!important;line-height:1.12!important;letter-spacing:-.022em}
  .b6pc-hero p{margin-top:13px;font-size:15px!important;line-height:22px!important}
  .b6pc-hero-actions{margin-top:18px;gap:9px}
  .b6pc-hero-actions .b6pc-btn{min-height:48px}
  .b6pc-trust-line{margin-top:18px;font-size:13px!important;line-height:18px!important;font-weight:500;color:var(--b6pc-muted,#64748B)}
  .b6pc-trust-line .b6pc-icon{width:16px;height:16px;margin-top:1px}
  .b6pc-hero-visual{min-height:210px!important;border-radius:15px}
  .b6pc-hero-visual img{height:210px!important;padding:14px!important}

  #b6pcActive.b6f2vh-single{padding-block:38px}
  #b6pcActive .b6pc-grid-4{grid-template-columns:1fr}
  #b6pcDemands.b6f2vh-empty{padding-block:36px}
  #b6pcDemands.b6f2vh-empty .b6pc-state{padding:18px 16px}

  .b6pc-seo-columns{columns:2 150px;column-gap:24px}

  /* Keep the assistant above the fixed commerce bottom navigation. */
  .b6f2vh-assistant-fab{
    bottom:calc(82px + env(safe-area-inset-bottom))!important;
    right:14px!important;
    margin-bottom:0!important;
    transform:none!important;
  }
}

@media(max-width:430px){
  .b6pc-hero h1{font-size:28px!important;line-height:1.11!important}
  .b6pc-hero p{font-size:14.5px!important;line-height:21px!important}
  .b6pc-trust-line{font-size:12.5px!important;line-height:17px!important}
  .b6pc-category-shortcut{flex-basis:88px}
  .b6pc-seo-columns{columns:1}
}

/* BULKOMI PHASE 6 / FAZ 2 — VISUAL QA HOTFIX 2 START */
/* A single truthful campaign gets an intentional rich desktop layout instead of looking like a broken 4-card grid. */
@media(min-width:1024px){
  #b6pcActive.b6pc-single-result .b6pc-grid-4{
    grid-template-columns:minmax(0,860px)!important;
    max-width:860px;
  }
  #b6pcActive.b6pc-single-result .b6pc-commerce-card{
    display:grid!important;
    grid-template-columns:minmax(300px,42%) minmax(0,1fr);
    min-height:340px;
    width:100%;
    max-width:860px;
  }
  #b6pcActive.b6pc-single-result .b6pc-card-media-wrap{height:100%;min-height:340px}
  #b6pcActive.b6pc-single-result .b6pc-card-media{
    height:100%!important;
    min-height:340px;
    border-bottom:0!important;
    border-right:1px solid var(--b6pc-line);
    padding:24px;
  }
  #b6pcActive.b6pc-single-result .b6pc-card-body{padding:24px;gap:12px}
  #b6pcActive.b6pc-single-result .b6pc-card-title{font-size:20px;line-height:27px}
  #b6pcActive.b6pc-single-result .b6pc-price strong{font-size:30px;line-height:36px}
  #b6pcActive.b6pc-single-result .b6pc-card-action{margin-top:auto}
}

/* The Faz 2 renderer now marks the hero when the visual belongs to a real active campaign. */
.b6pc-hero-visual--active img{object-fit:contain!important;background:#fff}

/* Direct collision guard for the real Bulkomi Yardımcısı launcher. Do not move/resize the assistant panel itself. */
@media(max-width:767px){
  .bai-launcher{
    bottom:calc(94px + env(safe-area-inset-bottom))!important;
    right:14px!important;
    width:58px!important;
    min-width:58px!important;
    max-width:58px!important;
    height:58px!important;
    min-height:58px!important;
    padding:0!important;
    gap:0!important;
    border-radius:999px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
  }
  .bai-launcher .bai-launcher-label{display:none!important}
  .bai-launcher .bai-launcher-icon{margin:0!important;flex:0 0 32px!important}
}
/* BULKOMI PHASE 6 / FAZ 2 — VISUAL QA HOTFIX 2 END */
