/* Bulkomi V11 — Phase 06 UX Reconciliation
   Design source of truth: Bulkomi Master Public UX / Design / Content System Report.
   This layer reconciles the existing stack; it does not replace the application architecture. */

:root{
  --bk-brand:#ff6b00;
  --bk-action:#c94f00;
  --bk-action-hover:#a83e00;
  --bk-surface:#fff;
  --bk-page:#f7f8fa;
  --bk-text-strong:#101828;
  --bk-text:#344054;
  --bk-muted:#667085;
  --bk-border:#eaecf0;
  --bk-success:#067647;
  --bk-success-bg:#ecfdf3;
  --bk-warning:#b54708;
  --bk-warning-bg:#fffaeb;
  --bk-error:#b42318;
  --bk-error-bg:#fef3f2;
  --bk-info:#175cd3;
  --bk-info-bg:#eff8ff;
  --bk-radius:16px;
  --bk-radius-action:12px;
  --bk-shadow-sm:0 1px 2px rgba(16,24,40,.05);
  --bk-shadow-md:0 8px 24px rgba(16,24,40,.08);
}

body.phase06-ux{background:var(--bk-page);color:var(--bk-text);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
body.phase06-ux *,body.phase06-ux *::before,body.phase06-ux *::after{box-sizing:border-box}
body.phase06-ux .container{width:min(1280px,calc(100% - 48px));max-width:1280px!important;margin-inline:auto}
body.phase06-ux a:focus-visible,body.phase06-ux button:focus-visible,body.phase06-ux input:focus-visible,body.phase06-ux summary:focus-visible{outline:3px solid rgba(23,92,211,.35);outline-offset:3px}
body.phase06-ux .btn{min-height:44px;border-radius:var(--bk-radius-action);font-size:14px;font-weight:750;line-height:1.2}
body.phase06-ux .btn-primary{background:var(--bk-action)!important;border-color:var(--bk-action)!important;color:#fff!important;box-shadow:none!important}
body.phase06-ux .btn-primary:hover{background:var(--bk-action-hover)!important;border-color:var(--bk-action-hover)!important}
body.phase06-ux .btn-soft,body.phase06-ux .btn-ghost{background:#fff!important;border:1px solid #d0d5dd!important;color:var(--bk-text)!important;box-shadow:none!important}
body.phase06-ux .btn-soft:hover,body.phase06-ux .btn-ghost:hover{background:#f9fafb!important;border-color:#98a2b3!important}

/* HEADER */
body.phase06-ux .site-header{position:relative!important;top:auto!important;inset:auto!important;z-index:60;background:#fff!important;border-bottom:1px solid var(--bk-border)!important;box-shadow:none!important;overflow:visible!important}
body.phase06-ux .market-header-main,body.phase06-ux .v2424-mainbar{position:relative!important;top:auto!important;inset:auto!important;display:grid!important;grid-template-columns:188px minmax(320px,1fr) auto!important;gap:20px!important;align-items:center!important;min-height:72px!important;padding:12px 0!important;background:#fff!important;border:0!important;box-shadow:none!important}
body.phase06-ux .site-header .brand,body.phase06-ux .market-header .brand,body.phase06-ux .v2424-mainbar .brand{display:flex!important;width:188px!important;min-width:0!important;flex:0 0 auto!important;align-items:center!important;overflow:visible!important}
body.phase06-ux .site-header .brand img,body.phase06-ux .market-header .brand img,body.phase06-ux .v2424-mainbar .brand img{display:block!important;width:184px!important;min-width:0!important;max-width:184px!important;height:auto!important;max-height:28px!important;object-fit:contain!important;object-position:left center!important}
body.phase06-ux .market-header-search,body.phase06-ux .v2424-searchbar{position:relative!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:10px!important;align-items:center!important;top:auto!important;inset:auto!important}
body.phase06-ux .header-search{min-height:48px!important;border:1px solid #d0d5dd!important;border-radius:12px!important;background:#fff!important;box-shadow:var(--bk-shadow-sm)!important}
body.phase06-ux .header-search input{height:46px!important;font-size:15px!important;color:var(--bk-text-strong)!important}
body.phase06-ux #openFilterPanel,body.phase06-ux .header-filter-btn{position:relative!important;top:auto!important;inset:auto!important;min-height:48px!important;padding-inline:16px!important;border:1px solid #d0d5dd!important;border-radius:12px!important;background:#fff!important;color:var(--bk-text)!important;font-size:14px!important;font-weight:700!important}
body.phase06-ux .nav-actions{justify-self:end}
body.phase06-ux .site-header:not(.market-header) .nav{display:grid!important;grid-template-columns:188px minmax(0,1fr) auto!important;min-height:72px!important;gap:24px!important;align-items:center!important;padding:12px 0!important}
body.phase06-ux .nav-links{display:flex!important;justify-content:center!important;gap:22px!important;align-items:center!important}
body.phase06-ux .nav-links a{font-size:14px!important;color:var(--bk-text)!important;font-weight:650!important}

/* HERO — independent landing section, never sticky */
body.phase06-ux .buyer-hero{position:relative!important;isolation:isolate;min-height:340px;display:flex;align-items:center;overflow:hidden;background:#172033}
body.phase06-ux .buyer-hero-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-3}
body.phase06-ux .buyer-hero-overlay{position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,rgba(9,18,33,.80) 0%,rgba(9,18,33,.67) 50%,rgba(9,18,33,.34) 100%)}
body.phase06-ux .buyer-hero-inner{padding:48px 0 52px}
body.phase06-ux .buyer-hero-copy{max-width:680px;padding:0!important;gap:12px!important}
body.phase06-ux .buyer-hero-kicker{font-size:12px!important;line-height:16px!important;font-weight:800!important;letter-spacing:.09em!important;color:#fff!important}
body.phase06-ux .buyer-hero-title{max-width:660px!important;font-size:48px!important;line-height:52px!important;font-weight:800!important;letter-spacing:-.035em!important;color:#fff!important;text-shadow:none!important}
body.phase06-ux .buyer-hero-desc{max-width:640px!important;margin:0!important;font-size:16px!important;line-height:24px!important;font-weight:500!important;color:rgba(255,255,255,.92)!important}
body.phase06-ux .buyer-hero-actions{gap:12px!important;margin-top:8px!important}
body.phase06-ux .buyer-hero-actions .btn{min-height:48px!important;padding:0 20px!important;font-size:14px!important;font-weight:750!important}
body.phase06-ux .buyer-hero-primary{background:var(--bk-action)!important;border-color:var(--bk-action)!important;color:#fff!important;box-shadow:0 8px 24px rgba(0,0,0,.16)!important}
body.phase06-ux .buyer-hero-primary:hover{background:var(--bk-action-hover)!important;border-color:var(--bk-action-hover)!important}
body.phase06-ux .buyer-hero-secondary{background:rgba(255,255,255,.10)!important;border:1px solid rgba(255,255,255,.72)!important;color:#fff!important;backdrop-filter:blur(6px)}

/* HOME PROCESS */
body.phase06-ux .home-process-section{padding:40px 0 8px!important;background:var(--bk-page)!important}
body.phase06-ux .home-process-card{border:1px solid var(--bk-border)!important;border-radius:var(--bk-radius)!important;box-shadow:var(--bk-shadow-sm)!important;background:#fff!important;overflow:hidden!important}
body.phase06-ux .home-process-steps{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:0!important;padding:24px!important}
body.phase06-ux .home-process-step{display:grid!important;grid-template-columns:64px minmax(0,1fr)!important;gap:14px!important;padding:10px 22px!important;border-right:1px solid var(--bk-border)!important}
body.phase06-ux .home-process-step:last-child{border-right:0!important}
body.phase06-ux .home-process-visual{width:60px!important;height:60px!important;border:1px solid #fed7aa!important;background:#fff7ed!important;box-shadow:none!important;color:#101828!important}
body.phase06-ux .home-process-visual svg{width:38px!important;height:38px!important}
body.phase06-ux .home-process-copy{padding-left:0!important}
body.phase06-ux .home-process-number{position:static!important;width:auto!important;height:auto!important;display:block!important;margin-bottom:5px!important;background:none!important;color:var(--bk-brand)!important;font-size:12px!important;line-height:16px!important;font-weight:800!important}
body.phase06-ux .home-process-copy h3{font-size:16px!important;line-height:22px!important;font-weight:700!important;color:var(--bk-text-strong)!important}
body.phase06-ux .home-process-copy p{margin:4px 0 0;font-size:13px;line-height:19px;color:var(--bk-muted)}
body.phase06-ux .home-process-arrow{display:none!important}
body.phase06-ux .home-process-highlight{min-height:52px!important;justify-content:flex-start!important;gap:10px!important;padding:14px 24px!important;background:#f9fafb!important;border-top:1px solid var(--bk-border)!important;color:var(--bk-muted)!important;font-size:13px!important;line-height:19px!important}
body.phase06-ux .home-process-highlight strong{font-size:13px!important;color:var(--bk-text)!important}
body.phase06-ux .home-process-highlight .home-process-divider{display:none!important}

/* SECTION RHYTHM */
body.phase06-ux .section{padding-block:40px!important}
body.phase06-ux .buyer-discovery{padding-top:32px!important;padding-bottom:0!important}
body.phase06-ux .buyer-data-section{padding:32px 0 0!important;border:0!important}
body.phase06-ux .section-head{margin-bottom:18px!important;align-items:flex-end!important}
body.phase06-ux .section-head h2,body.phase06-ux .buyer-data-section .section-head h2{margin:0 0 6px!important;font-size:24px!important;line-height:30px!important;font-weight:750!important;letter-spacing:-.02em!important;color:var(--bk-text-strong)!important}
body.phase06-ux .section-head p,body.phase06-ux .buyer-data-section .section-head p{max-width:720px;margin:0!important;font-size:14px!important;line-height:20px!important;color:var(--bk-muted)!important;font-weight:450!important}
body.phase06-ux .buyer-discovery-state{margin:0;padding:14px 16px;border:1px solid var(--bk-border);border-radius:12px;background:#fff;color:var(--bk-muted);font-size:14px;line-height:20px;font-weight:500}
body.phase06-ux .buyer-discovery-state.is-error{border-color:#fecdca;background:var(--bk-error-bg);color:var(--bk-error)}
body.phase06-ux .product-grid,body.phase06-ux .buyer-section-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:24px!important}

/* PRODUCT CARD */
body.phase06-ux .product-card,body.phase06-ux .product-card-reference,body.phase06-ux .buyer-section-grid .product-card-reference{display:flex!important;min-width:0!important;min-height:0!important;max-height:none!important;height:auto!important;flex-direction:column!important;overflow:hidden!important;border:1px solid var(--bk-border)!important;border-radius:var(--bk-radius)!important;background:#fff!important;box-shadow:var(--bk-shadow-sm)!important;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease!important}
body.phase06-ux .product-card:hover{transform:translateY(-2px)!important;border-color:#d0d5dd!important;box-shadow:var(--bk-shadow-md)!important}
body.phase06-ux .reference-card-link{display:flex!important;min-width:0!important;flex:1 1 auto!important;flex-direction:column!important;color:inherit!important;text-decoration:none!important}
body.phase06-ux .card-gallery,body.phase06-ux .buyer-section-grid .card-gallery{position:relative!important;flex:0 0 auto!important;width:100%!important;height:auto!important;min-height:0!important;aspect-ratio:1/1!important;overflow:hidden!important;border-bottom:1px solid #f2f4f7!important;background:#fff!important}
body.phase06-ux .card-gallery-slide{position:absolute!important;inset:0!important;display:block!important}
body.phase06-ux .card-gallery-slide.is-hidden{display:none!important}
body.phase06-ux .card-gallery .product-img,body.phase06-ux .buyer-section-grid .product-img{position:relative!important;display:grid!important;width:100%!important;height:100%!important;min-height:0!important;max-height:none!important;place-items:center!important;padding:11%!important;border:0!important;background:#fff!important}
body.phase06-ux .card-gallery .product-img img,body.phase06-ux .buyer-section-grid .product-img img{position:static!important;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;object-position:center!important}
body.phase06-ux .favorite-chip{position:absolute!important;z-index:5!important;top:12px!important;right:12px!important;display:grid!important;width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;place-items:center!important;border:1px solid #d0d5dd!important;border-radius:50%!important;background:rgba(255,255,255,.96)!important;color:#667085!important;font-size:20px!important;box-shadow:0 2px 8px rgba(16,24,40,.06)!important}
body.phase06-ux .favorite-chip.active{color:var(--bk-action)!important;border-color:#fdba74!important}
body.phase06-ux .reference-card-body,body.phase06-ux .buyer-section-grid .reference-card-body{display:flex!important;min-width:0!important;flex:1 1 auto!important;flex-direction:column!important;gap:10px!important;padding:16px!important}
body.phase06-ux .reference-card-brand,body.phase06-ux .buyer-section-grid .reference-card-brand{overflow:hidden!important;color:var(--bk-muted)!important;font-size:12px!important;line-height:16px!important;font-weight:700!important;text-overflow:ellipsis!important;white-space:nowrap!important;text-transform:none!important;letter-spacing:0!important}
body.phase06-ux .reference-card-title,body.phase06-ux .buyer-section-grid .reference-card-title{display:-webkit-box!important;min-height:40px!important;max-height:40px!important;margin:0!important;overflow:hidden!important;color:var(--bk-text-strong)!important;font-size:15px!important;line-height:20px!important;font-weight:700!important;letter-spacing:-.01em!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important}
body.phase06-ux .reference-card-market{padding:0!important;border:0!important}
body.phase06-ux .reference-card-market small{font-size:12px!important;line-height:16px!important;color:var(--bk-muted)!important;font-weight:500!important}
body.phase06-ux .reference-card-market b{font-size:13px!important;line-height:18px!important;color:#475467!important;font-weight:650!important}
body.phase06-ux .buyer-card-decision{display:flex!important;min-height:0!important;flex-direction:column!important;align-items:flex-start!important;gap:4px!important;padding:12px 0 0!important;border-top:1px solid var(--bk-border)!important}
body.phase06-ux .buyer-card-decision small{font-size:12px!important;line-height:16px!important;color:var(--bk-muted)!important;font-weight:650!important;text-transform:none!important;letter-spacing:0!important}
body.phase06-ux .buyer-card-decision b{max-width:100%!important;font-size:22px!important;line-height:27px!important;color:var(--bk-action)!important;font-weight:800!important;text-align:left!important;white-space:normal!important;font-variant-numeric:tabular-nums!important}
body.phase06-ux .buyer-state-demand .buyer-card-decision b{font-size:18px!important;line-height:24px!important;color:var(--bk-text-strong)!important}
body.phase06-ux .buyer-state-error .buyer-card-decision b{font-size:17px!important;color:var(--bk-error)!important}
body.phase06-ux .buyer-card-decision em{display:block!important;min-height:0!important;margin:0!important;color:var(--bk-text)!important;font-size:13px!important;line-height:18px!important;font-style:normal!important;font-weight:550!important}
body.phase06-ux .buyer-card-signals{display:flex;flex-wrap:wrap;gap:6px;margin-top:2px}
body.phase06-ux .buyer-signal{display:inline-flex;min-height:26px;align-items:center;gap:5px;padding:4px 8px;border:1px solid var(--bk-border);border-radius:999px;background:#f9fafb;color:#475467;font-size:12px;line-height:16px;font-weight:650}
body.phase06-ux .buyer-signal.is-success{border-color:#abefc6;background:var(--bk-success-bg);color:var(--bk-success)}
body.phase06-ux .buyer-signal.is-info{border-color:#b2ddff;background:var(--bk-info-bg);color:var(--bk-info)}
body.phase06-ux .buyer-seller-row{display:flex;min-width:0;align-items:center;gap:9px;margin-top:2px;padding-top:10px;border-top:1px solid #f2f4f7}
body.phase06-ux .buyer-seller-avatar,body.phase06-ux .seller-avatar{display:grid;flex:0 0 auto;width:32px;height:32px;place-items:center;border:1px solid #d0d5dd;border-radius:9px;background:#f2f4f7;color:#344054;font-size:12px;font-weight:800;text-transform:uppercase}
body.phase06-ux .buyer-seller-copy{min-width:0;display:flex;flex-direction:column;gap:1px}
body.phase06-ux .buyer-seller-copy b{overflow:hidden;color:var(--bk-text)!important;font-size:13px!important;line-height:18px!important;font-weight:700!important;text-overflow:ellipsis;white-space:nowrap}
body.phase06-ux .buyer-seller-copy small{color:var(--bk-info)!important;font-size:12px!important;line-height:16px!important;font-weight:650!important}
body.phase06-ux .reference-card-stats,body.phase06-ux .reference-card-stats-rotating{display:none!important}
body.phase06-ux .buyer-card-actions{margin-top:auto!important;padding:0 16px 16px!important}
body.phase06-ux .buyer-card-actions .btn{display:flex!important;width:100%!important;height:48px!important;align-items:center!important;justify-content:center!important;border-radius:12px!important;font-size:14px!important;font-weight:750!important;box-shadow:none!important}

/* FILTER DRAWER */
body.phase06-ux .filter-panel{border-radius:18px 0 0 18px!important}
body.phase06-ux .filter-panel-head h3{font-size:22px!important;line-height:28px!important}
body.phase06-ux .filter-panel-section>b{font-size:14px!important;line-height:20px!important}
body.phase06-ux .filter-panel-section p,body.phase06-ux .filter-help{font-size:13px!important;line-height:19px!important;color:var(--bk-muted)!important}
body.phase06-ux .filter-btn,body.phase06-ux .filter-suggestion-grid button{min-height:44px!important;font-size:13px!important}

/* PRODUCT DETAIL */
body.phase06-ux.buyer-detail .product-detail-page{background:var(--bk-page)!important;padding-bottom:88px}
body.phase06-ux.buyer-detail .product-detail-container{padding-top:18px!important}
body.phase06-ux .product-breadcrumb{font-size:13px!important;line-height:18px!important;color:var(--bk-muted)!important;margin-bottom:18px!important}
body.phase06-ux .product-hero{display:grid!important;grid-template-columns:minmax(0,500px) minmax(250px,300px) minmax(360px,400px)!important;gap:24px!important;align-items:start!important}
body.phase06-ux .product-gallery-stage{aspect-ratio:1/1!important;height:auto!important;min-height:0!important;border:1px solid var(--bk-border)!important;border-radius:18px!important;background:#fff!important;box-shadow:var(--bk-shadow-sm)!important}
body.phase06-ux .product-gallery-stage>img{padding:7%!important;object-fit:contain!important}
body.phase06-ux .product-gallery-arrow{width:44px!important;height:44px!important}
body.phase06-ux .product-gallery-thumbs button,body.phase06-ux .product-gallery-thumbs .thumb{min-width:64px!important;width:64px!important;height:64px!important;border-radius:10px!important}
body.phase06-ux .product-info-panel{min-width:0!important;padding:2px 0!important}
body.phase06-ux .product-meta-row{gap:10px!important;margin-bottom:12px!important}
body.phase06-ux .product-tag{min-height:26px!important;padding:4px 9px!important;border-radius:999px!important;font-size:12px!important;line-height:16px!important;font-weight:650!important}
body.phase06-ux .product-status{font-size:12px!important;color:var(--bk-success)!important;font-weight:650!important}
body.phase06-ux #detailTitle{margin:0 0 16px!important;color:var(--bk-text-strong)!important;font-size:32px!important;line-height:38px!important;font-weight:750!important;letter-spacing:-.03em!important}
body.phase06-ux .product-proof-row{display:flex!important;flex-wrap:wrap!important;gap:8px!important;margin:0 0 18px!important}
body.phase06-ux .product-proof-row>span{display:inline-flex!important;min-height:34px!important;align-items:center!important;gap:5px!important;padding:7px 10px!important;border:1px solid var(--bk-border)!important;border-radius:999px!important;background:#fff!important;color:var(--bk-text)!important}
body.phase06-ux .product-proof-row .product-proof-icon{display:none!important}
body.phase06-ux .product-proof-row b{font-size:13px!important;line-height:18px!important;font-weight:750!important;color:var(--bk-text-strong)!important}
body.phase06-ux .product-proof-row small{font-size:12px!important;line-height:16px!important;color:var(--bk-muted)!important}
body.phase06-ux .product-pricing{margin:0!important;padding:14px 0!important;border-block:1px solid var(--bk-border)!important}
body.phase06-ux .product-market-price{display:flex!important;flex-direction:column!important;gap:3px!important}
body.phase06-ux .product-market-price span{font-size:12px!important;line-height:16px!important;color:var(--bk-muted)!important;font-weight:550!important}
body.phase06-ux .product-market-price b{font-size:14px!important;line-height:20px!important;color:#475467!important;font-weight:650!important}
body.phase06-ux .buyer-price-summary{display:none!important}
body.phase06-ux .demand-pool-summary{display:flex!important;gap:5px!important;margin-top:16px!important;padding:14px!important;border:1px solid var(--bk-border)!important;border-radius:12px!important;background:#fff!important}
body.phase06-ux .demand-pool-summary strong{font-size:12px!important;line-height:16px!important;color:var(--bk-muted)!important;text-transform:none!important;letter-spacing:0!important;font-weight:650!important}
body.phase06-ux .demand-pool-summary b{font-size:15px!important;line-height:20px!important;color:var(--bk-text-strong)!important;font-weight:750!important}
body.phase06-ux .demand-pool-summary small{font-size:13px!important;line-height:19px!important;color:var(--bk-muted)!important}

/* DECISION PANEL */
body.phase06-ux .product-decision-panel{min-width:0!important;overflow:hidden!important;border:1px solid var(--bk-border)!important;border-radius:20px!important;background:#fff!important;box-shadow:var(--bk-shadow-md)!important}
body.phase06-ux .buyer-decision-heading{padding:20px 20px 16px!important;border-bottom:1px solid var(--bk-border)!important;background:#fff!important}
body.phase06-ux .buyer-decision-heading>span{display:block!important;margin-bottom:5px!important;color:var(--bk-action)!important;font-size:12px!important;line-height:16px!important;font-weight:800!important;letter-spacing:.08em!important}
body.phase06-ux .buyer-decision-heading h2{margin:0!important;color:var(--bk-text-strong)!important;font-size:22px!important;line-height:28px!important;font-weight:750!important;letter-spacing:-.02em!important}
body.phase06-ux .buyer-decision-heading p{margin:6px 0 0!important;color:var(--bk-muted)!important;font-size:14px!important;line-height:20px!important;font-weight:450!important}
body.phase06-ux .campaign-participation-panel{margin:0!important;border:0!important;border-radius:0!important;background:#fff!important}
body.phase06-ux .campaign-participation-state{padding:20px!important;font-size:14px!important;line-height:20px!important;color:var(--bk-muted)!important}
body.phase06-ux .campaign-participation-state.is-error{margin:16px!important;padding:14px!important;border:1px solid #fecdca!important;border-radius:12px!important;background:var(--bk-error-bg)!important;color:var(--bk-error)!important}
body.phase06-ux .campaign-participation-list{display:grid!important;gap:14px!important;padding:16px 16px 0!important}
body.phase06-ux .campaign-card,body.phase06-ux .decision-campaign{padding:18px!important;border:1px solid var(--bk-border)!important;border-radius:16px!important;background:#fff!important;box-shadow:none!important}
body.phase06-ux .campaign-card-primary,body.phase06-ux .decision-campaign.is-primary{border-color:#fdba74!important;box-shadow:0 0 0 3px rgba(201,79,0,.06)!important}
body.phase06-ux .campaign-primary-label{display:inline-flex!important;min-height:24px!important;align-items:center!important;margin:0 0 10px!important;padding:4px 8px!important;border-radius:999px!important;background:#fff7ed!important;color:var(--bk-action)!important;font-size:12px!important;line-height:16px!important;font-weight:750!important;letter-spacing:0!important}
body.phase06-ux .campaign-card-top{display:flex!important;gap:12px!important;align-items:flex-start!important;justify-content:space-between!important}
body.phase06-ux .seller-identity{display:flex;min-width:0;align-items:center;gap:10px}
body.phase06-ux .seller-identity .seller-avatar{width:40px;height:40px;border-radius:11px;font-size:13px}
body.phase06-ux .seller-identity-copy{min-width:0;display:flex;flex-direction:column;gap:1px}
body.phase06-ux .seller-identity-copy strong{overflow:hidden!important;color:var(--bk-text-strong)!important;font-size:14px!important;line-height:20px!important;font-weight:750!important;text-overflow:ellipsis!important;white-space:nowrap!important}
body.phase06-ux .seller-identity-copy span{color:var(--bk-info);font-size:12px;line-height:16px;font-weight:650}
body.phase06-ux .seller-info-button{min-height:44px;padding:0 10px;border:1px solid #d0d5dd;border-radius:10px;background:#fff;color:var(--bk-text);font-size:12px;font-weight:650;cursor:pointer}
body.phase06-ux .campaign-seller-action{margin-top:12px}
body.phase06-ux .campaign-card-state{display:inline-flex!important;min-height:26px!important;align-items:center!important;padding:4px 8px!important;border-radius:999px!important;border:1px solid var(--bk-border)!important;background:#f9fafb!important;color:#475467!important;font-size:12px!important;line-height:16px!important;font-weight:700!important}
body.phase06-ux .campaign-card-state.active{border-color:#abefc6!important;background:var(--bk-success-bg)!important;color:var(--bk-success)!important}
body.phase06-ux .campaign-price-line{display:flex!important;flex-direction:column!important;gap:2px!important;margin-top:16px!important}
body.phase06-ux .campaign-price-line span{font-size:12px!important;line-height:16px!important;color:var(--bk-muted)!important;font-weight:650!important}
body.phase06-ux .campaign-price-line b{font-size:28px!important;line-height:32px!important;color:var(--bk-action)!important;font-weight:800!important;letter-spacing:-.02em!important;font-variant-numeric:tabular-nums!important}
body.phase06-ux .campaign-next{margin:12px 0 0!important;padding:10px 12px!important;border-radius:10px!important;background:#fff7ed!important;color:#7c2d12!important;font-size:13px!important;line-height:19px!important}
body.phase06-ux .campaign-next b{font-weight:750!important;color:var(--bk-action)!important}
body.phase06-ux .campaign-public-facts{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;margin-top:12px!important}
body.phase06-ux .campaign-public-facts span{min-width:0!important;padding:10px!important;border:1px solid var(--bk-border)!important;border-radius:10px!important;background:#f9fafb!important;text-align:left!important}
body.phase06-ux .campaign-public-facts small{display:block!important;font-size:12px!important;line-height:16px!important;color:var(--bk-muted)!important}
body.phase06-ux .campaign-public-facts b{display:block!important;margin-top:2px!important;font-size:13px!important;line-height:18px!important;color:var(--bk-text)!important;font-weight:700!important}
body.phase06-ux .campaign-join-row{display:grid!important;grid-template-columns:112px minmax(0,1fr)!important;gap:10px!important;margin-top:14px!important;align-items:end!important}
body.phase06-ux .campaign-join-row label{display:grid!important;gap:5px!important;font-size:12px!important;line-height:16px!important;color:var(--bk-muted)!important;font-weight:650!important}
body.phase06-ux .campaign-join-row input{width:100%!important;height:48px!important;border:1px solid #d0d5dd!important;border-radius:10px!important;padding:0 12px!important;font-size:16px!important;color:var(--bk-text-strong)!important}
body.phase06-ux .campaign-join-row .btn{min-height:48px!important}
body.phase06-ux .campaign-join-feedback{margin:10px 0 0!important;font-size:13px!important;line-height:19px!important;color:var(--bk-muted)!important}
body.phase06-ux .campaign-join-feedback.is-success{padding:10px 12px;border:1px solid #abefc6;border-radius:10px;background:var(--bk-success-bg);color:var(--bk-success)!important;font-weight:650}
body.phase06-ux .campaign-join-feedback.is-error{padding:10px 12px;border:1px solid #fecdca;border-radius:10px;background:var(--bk-error-bg);color:var(--bk-error)!important;font-weight:650}

/* ALTERNATIVE SELLERS */
body.phase06-ux .alternative-campaigns{margin:4px 0 0!important;border:1px solid var(--bk-border)!important;border-radius:14px!important;overflow:hidden!important;background:#fff!important}
body.phase06-ux .alternative-campaigns>summary{min-height:48px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;padding:12px 14px!important;color:var(--bk-text)!important;font-size:14px!important;line-height:20px!important;font-weight:700!important;cursor:pointer!important;list-style:none!important}
body.phase06-ux .alternative-campaigns>summary::-webkit-details-marker{display:none}
body.phase06-ux .alternative-campaigns>summary::after{content:'+';font-size:20px;color:var(--bk-muted)}
body.phase06-ux .alternative-campaigns[open]>summary::after{content:'−'}
body.phase06-ux .alternative-campaign-list{display:grid!important;gap:0!important;padding:0!important;border-top:1px solid var(--bk-border)!important}
body.phase06-ux .alternative-campaign-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px 12px;align-items:center;padding:14px;border-bottom:1px solid var(--bk-border)}
body.phase06-ux .alternative-campaign-row:last-child{border-bottom:0}
body.phase06-ux .alternative-progress{grid-column:1/-1}
body.phase06-ux .alternative-campaign-row>div:last-child{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;gap:8px}
body.phase06-ux .alternative-campaign-row>div:last-child .seller-info-button{margin-top:0!important;width:100%!important}
body.phase06-ux .alternative-seller{display:flex;min-width:0;align-items:center;gap:9px}
body.phase06-ux .alternative-seller .seller-avatar{width:32px;height:32px}
body.phase06-ux .alternative-seller div{min-width:0}
body.phase06-ux .alternative-seller b{display:block;overflow:hidden;font-size:13px;line-height:18px;color:var(--bk-text-strong);text-overflow:ellipsis;white-space:nowrap}
body.phase06-ux .alternative-seller small{font-size:12px;line-height:16px;color:var(--bk-info)}
body.phase06-ux .alternative-price small,body.phase06-ux .alternative-progress small{display:block;font-size:12px;line-height:16px;color:var(--bk-muted)}
body.phase06-ux .alternative-price b{display:block;margin-top:2px;font-size:15px;line-height:20px;color:var(--bk-action);font-weight:750}
body.phase06-ux .alternative-progress b{display:block;margin-top:2px;font-size:13px;line-height:18px;color:var(--bk-text);font-weight:650}
body.phase06-ux .alternative-campaign-row .btn{min-height:44px!important;padding:0 12px!important;font-size:12px!important}

/* DEMAND SECONDARY */
body.phase06-ux .better-offer-demand{margin:16px!important;padding:16px!important;border:1px solid var(--bk-border)!important;border-radius:14px!important;background:#f9fafb!important}
body.phase06-ux .better-offer-demand h3{margin:0 0 5px!important;color:var(--bk-text-strong)!important;font-size:15px!important;line-height:20px!important;font-weight:700!important}
body.phase06-ux .better-offer-demand p{margin:0 0 12px!important;color:var(--bk-muted)!important;font-size:13px!important;line-height:19px!important}
body.phase06-ux .better-offer-demand .product-primary-cta{display:flex!important;width:100%!important;min-height:44px!important;align-items:center!important;justify-content:center!important}
body.phase06-ux .better-offer-demand .product-action-note{display:flex!important;flex-wrap:wrap!important;gap:5px!important;margin-top:9px!important;color:var(--bk-muted)!important;font-size:12px!important;line-height:17px!important}
body.phase06-ux .better-offer-demand .product-action-note b{color:var(--bk-text)!important}

/* SELLER DRAWER */
body.phase06-ux .seller-drawer{position:fixed;inset:0;z-index:9999;display:none}
body.phase06-ux .seller-drawer.open{display:block}
body.phase06-ux .seller-drawer-backdrop{position:absolute;inset:0;background:rgba(16,24,40,.48)}
body.phase06-ux .seller-drawer-panel{position:absolute;top:0;right:0;width:min(480px,calc(100% - 28px));height:100%;overflow:auto;background:#fff;box-shadow:-20px 0 48px rgba(16,24,40,.18);padding:24px}
body.phase06-ux .seller-drawer-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding-bottom:18px;border-bottom:1px solid var(--bk-border)}
body.phase06-ux .seller-drawer-identity{display:flex;min-width:0;align-items:center;gap:12px}
body.phase06-ux .seller-drawer-identity .seller-avatar{width:56px;height:56px;border-radius:14px;font-size:18px}
body.phase06-ux .seller-drawer-identity h2{margin:0;font-size:22px;line-height:28px;color:var(--bk-text-strong);font-weight:750}
body.phase06-ux .seller-drawer-identity p{margin:3px 0 0;font-size:13px;line-height:18px;color:var(--bk-info);font-weight:650}
body.phase06-ux .seller-drawer-close{display:grid;width:44px;height:44px;place-items:center;border:1px solid #d0d5dd;border-radius:12px;background:#fff;color:#475467;font-size:22px;cursor:pointer}
body.phase06-ux .seller-drawer-section{padding:18px 0;border-bottom:1px solid var(--bk-border)}
body.phase06-ux .seller-drawer-section:last-child{border-bottom:0}
body.phase06-ux .seller-drawer-section h3{margin:0 0 8px;font-size:15px;line-height:20px;color:var(--bk-text-strong);font-weight:700}
body.phase06-ux .seller-drawer-section p{margin:0;font-size:14px;line-height:21px;color:var(--bk-muted)}
body.phase06-ux .seller-fact-list{display:grid;gap:8px;margin:0;padding:0;list-style:none}
body.phase06-ux .seller-fact-list li{display:flex;gap:10px;align-items:flex-start;font-size:13px;line-height:19px;color:var(--bk-text)}
body.phase06-ux .seller-fact-list li::before{content:'✓';flex:0 0 auto;color:var(--bk-success);font-weight:800}
body.phase06-ux .seller-unknown-list li::before{content:'—';color:var(--bk-muted)}

/* ALERT / TOAST */
body.phase06-ux .buyer-alert{display:flex;gap:10px;padding:12px 14px;border:1px solid var(--bk-border);border-radius:12px;background:#f9fafb;color:var(--bk-text);font-size:13px;line-height:19px}
body.phase06-ux .buyer-alert.is-info{border-color:#b2ddff;background:var(--bk-info-bg);color:#1849a9}
body.phase06-ux .buyer-alert.is-success{border-color:#abefc6;background:var(--bk-success-bg);color:var(--bk-success)}
body.phase06-ux .buyer-alert.is-warning{border-color:#fedf89;background:var(--bk-warning-bg);color:var(--bk-warning)}
body.phase06-ux .buyer-alert.is-error{border-color:#fecdca;background:var(--bk-error-bg);color:var(--bk-error)}
body.phase06-ux .buyer-toast-region{position:fixed;z-index:10020;right:20px;bottom:20px;display:grid;gap:8px;width:min(360px,calc(100% - 32px));pointer-events:none}
body.phase06-ux .buyer-toast{padding:12px 14px;border-radius:12px;background:#101828;color:#fff;font-size:13px;line-height:19px;box-shadow:0 12px 32px rgba(16,24,40,.22);opacity:0;transform:translateY(8px);animation:bkToastIn .18s ease forwards}
body.phase06-ux .buyer-toast.is-success{background:#054f31}
body.phase06-ux .buyer-toast.is-error{background:#912018}
@keyframes bkToastIn{to{opacity:1;transform:translateY(0)}}

/* INFORMATION / TABS / SIMILAR */
body.phase06-ux .product-information{margin-top:40px!important;border:1px solid var(--bk-border)!important;border-radius:18px!important;background:#fff!important;box-shadow:var(--bk-shadow-sm)!important;overflow:hidden!important}
body.phase06-ux .product-tabs{display:flex!important;gap:0!important;overflow:auto!important;border-bottom:1px solid var(--bk-border)!important;background:#fff!important}
body.phase06-ux .product-tabs button{min-height:48px!important;flex:0 0 auto!important;padding:0 16px!important;border:0!important;border-bottom:2px solid transparent!important;background:#fff!important;color:var(--bk-muted)!important;font-size:13px!important;font-weight:650!important}
body.phase06-ux .product-tabs button.active{border-bottom-color:var(--bk-action)!important;color:var(--bk-action)!important}
body.phase06-ux .product-tab-panels{padding:24px!important}
body.phase06-ux .product-tab-panel h2{font-size:20px!important;line-height:26px!important;color:var(--bk-text-strong)!important}
body.phase06-ux .product-tab-panel p,body.phase06-ux .product-trust-list,body.phase06-ux .product-process-list{font-size:14px!important;line-height:21px!important;color:var(--bk-text)!important}
body.phase06-ux .product-similar{margin-top:40px!important}
body.phase06-ux .product-similar-heading span{font-size:12px!important;color:var(--bk-action)!important;font-weight:750!important}
body.phase06-ux .product-similar-heading h2{font-size:24px!important;line-height:30px!important;color:var(--bk-text-strong)!important}

/* MOBILE BOTTOM CTA */
body.phase06-ux .product-mobile-cta{z-index:900!important;min-height:68px!important;padding:10px 16px calc(10px + env(safe-area-inset-bottom))!important;border-top:1px solid var(--bk-border)!important;background:rgba(255,255,255,.98)!important;box-shadow:0 -8px 24px rgba(16,24,40,.08)!important}
body.phase06-ux .product-mobile-cta small{font-size:12px!important;line-height:16px!important;color:var(--bk-muted)!important}
body.phase06-ux .product-mobile-cta strong{font-size:15px!important;line-height:20px!important;color:var(--bk-text-strong)!important;font-variant-numeric:tabular-nums!important}
body.phase06-ux .product-mobile-cta .btn{min-height:48px!important}

/* FOOTER */
body.phase06-ux .footer{margin-top:48px!important;padding:48px 0 32px!important;background:#fff!important;border-top:1px solid var(--bk-border)!important}
body.phase06-ux .footer-grid{display:grid!important;grid-template-columns:1.35fr repeat(3,minmax(150px,.7fr))!important;gap:32px!important}
body.phase06-ux .footer-brand img{width:174px!important;min-width:0!important;max-width:174px!important;height:auto!important;max-height:27px!important;padding:0!important;border-radius:0!important;background:transparent!important}
body.phase06-ux .footer-brand p{max-width:420px!important;margin:14px 0!important;font-size:14px!important;line-height:21px!important;color:var(--bk-muted)!important}
body.phase06-ux .footer-brand small{font-size:12px!important;color:#98a2b3!important}
body.phase06-ux .footer-col{display:flex!important;flex-direction:column!important;gap:9px!important}
body.phase06-ux .footer-col b{margin-bottom:4px!important;font-size:14px!important;line-height:20px!important;color:var(--bk-text-strong)!important}
body.phase06-ux .footer-col a,body.phase06-ux .footer-note{font-size:13px!important;line-height:19px!important;color:var(--bk-muted)!important}
body.phase06-ux .footer-col a:hover{color:var(--bk-action)!important}

/* RESPONSIVE */
@media(max-width:1180px){
  body.phase06-ux .product-grid,body.phase06-ux .buyer-section-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  body.phase06-ux .product-hero{grid-template-columns:minmax(0,1.05fr) minmax(310px,.78fr)!important}
  body.phase06-ux .product-info-panel{grid-column:2!important}
  body.phase06-ux .product-decision-panel{grid-column:1/-1!important;display:grid!important;grid-template-columns:minmax(260px,.7fr) minmax(0,1.3fr)!important}
  body.phase06-ux .buyer-decision-heading{border-right:1px solid var(--bk-border)!important;border-bottom:0!important}
  body.phase06-ux .better-offer-demand{grid-column:2!important}
}
@media(max-width:900px){
  body.phase06-ux .container{width:min(100% - 40px,1280px)}
  body.phase06-ux .market-header-main,body.phase06-ux .v2424-mainbar{grid-template-columns:168px minmax(0,1fr) auto!important;gap:12px!important}
  body.phase06-ux .site-header .brand,body.phase06-ux .market-header .brand,body.phase06-ux .v2424-mainbar .brand{width:168px!important}
  body.phase06-ux .site-header .brand img,body.phase06-ux .market-header .brand img,body.phase06-ux .v2424-mainbar .brand img{width:166px!important;max-width:166px!important}
  body.phase06-ux .buyer-hero-title{font-size:40px!important;line-height:44px!important}
  body.phase06-ux .home-process-steps{grid-template-columns:1fr!important;padding:12px 20px!important}
  body.phase06-ux .home-process-step{grid-template-columns:56px minmax(0,1fr)!important;padding:14px 0!important;border-right:0!important;border-bottom:1px solid var(--bk-border)!important}
  body.phase06-ux .home-process-step:last-child{border-bottom:0!important}
  body.phase06-ux .home-process-visual{width:52px!important;height:52px!important}
  body.phase06-ux .home-process-visual svg{width:32px!important;height:32px!important}
  body.phase06-ux .product-grid,body.phase06-ux .buyer-section-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px!important}
  body.phase06-ux .product-hero{grid-template-columns:1fr!important;gap:20px!important}
  body.phase06-ux .product-info-panel,body.phase06-ux .product-decision-panel{grid-column:auto!important}
  body.phase06-ux .product-decision-panel{display:block!important}
  body.phase06-ux .buyer-decision-heading{border-right:0!important;border-bottom:1px solid var(--bk-border)!important}
  body.phase06-ux .better-offer-demand{grid-column:auto!important}
  body.phase06-ux .footer-grid{grid-template-columns:1.2fr repeat(2,1fr)!important}
  body.phase06-ux .footer-brand{grid-column:1/-1}
}
@media(max-width:700px){
  body.phase06-ux .container{width:calc(100% - 32px)!important}
  body.phase06-ux .market-header-main,body.phase06-ux .v2424-mainbar{grid-template-columns:1fr auto!important;min-height:64px!important;padding:10px 0!important}
  body.phase06-ux .site-header .brand,body.phase06-ux .market-header .brand,body.phase06-ux .v2424-mainbar .brand{width:156px!important}
  body.phase06-ux .site-header .brand img,body.phase06-ux .market-header .brand img,body.phase06-ux .v2424-mainbar .brand img{width:154px!important;max-width:154px!important;max-height:23px!important}
  body.phase06-ux .market-header-search,body.phase06-ux .v2424-searchbar{grid-column:1/-1!important;grid-row:2!important;width:100%!important;margin-top:2px!important}
  body.phase06-ux .nav-actions{grid-column:2!important;grid-row:1!important}
  body.phase06-ux .site-header:not(.market-header) .nav{grid-template-columns:156px auto!important;min-height:64px!important;padding:10px 0!important}
  body.phase06-ux .site-header:not(.market-header) .nav-links{display:none!important}
  body.phase06-ux .buyer-hero{min-height:300px!important}
  body.phase06-ux .buyer-hero-inner{padding:36px 0 40px!important}
  body.phase06-ux .buyer-hero-title{font-size:34px!important;line-height:38px!important}
  body.phase06-ux .buyer-hero-desc{font-size:15px!important;line-height:22px!important}
  body.phase06-ux .buyer-hero-actions{width:100%!important}
  body.phase06-ux .buyer-hero-actions .btn{flex:1 1 100%!important;width:100%!important}
  body.phase06-ux .section{padding-block:32px!important}
  body.phase06-ux .section-head h2,body.phase06-ux .buyer-data-section .section-head h2{font-size:22px!important;line-height:28px!important}
  body.phase06-ux .product-grid,body.phase06-ux .buyer-section-grid{grid-template-columns:1fr!important;gap:16px!important}
  body.phase06-ux .product-card{display:grid!important;grid-template-columns:138px minmax(0,1fr)!important;grid-template-rows:auto auto!important}
  body.phase06-ux .product-card .reference-card-link{display:contents!important}
  body.phase06-ux .product-card .card-gallery{grid-column:1!important;grid-row:1/3!important;aspect-ratio:auto!important;height:100%!important;min-height:232px!important;border-right:1px solid #f2f4f7!important;border-bottom:0!important}
  body.phase06-ux .product-card .reference-card-body{grid-column:2!important;grid-row:1!important;padding:14px!important}
  body.phase06-ux .product-card .buyer-card-actions{grid-column:2!important;grid-row:2!important;padding:0 14px 14px!important}
  body.phase06-ux .product-card .favorite-chip{width:38px!important;height:38px!important;top:9px!important;right:auto!important;left:91px!important}
  body.phase06-ux .reference-card-title{min-height:40px!important}
  body.phase06-ux .buyer-card-decision b{font-size:20px!important;line-height:25px!important}
  body.phase06-ux #detailTitle{font-size:24px!important;line-height:30px!important}
  body.phase06-ux .product-proof-row{gap:6px!important}
  body.phase06-ux .campaign-participation-list{padding:14px 14px 0!important}
  body.phase06-ux .campaign-card{padding:16px!important}
  body.phase06-ux .campaign-join-row{grid-template-columns:1fr!important}
  body.phase06-ux .alternative-campaign-row{grid-template-columns:1fr!important;gap:9px!important;align-items:start!important}
  body.phase06-ux .alternative-campaign-row .btn{width:100%!important}
  body.phase06-ux .alternative-campaign-row>div:last-child{grid-template-columns:1fr!important}
  body.phase06-ux .seller-drawer-panel{top:auto;right:0;bottom:0;width:100%;height:min(82vh,720px);border-radius:18px 18px 0 0;padding:20px 16px calc(20px + env(safe-area-inset-bottom))}
  body.phase06-ux .product-tab-panels{padding:18px!important}
  body.phase06-ux .footer{padding:40px 0 28px!important}
  body.phase06-ux .footer-grid{grid-template-columns:1fr!important;gap:24px!important}
  body.phase06-ux .footer-brand{grid-column:auto}
}
@media(max-width:420px){
  body.phase06-ux .container{width:calc(100% - 32px)!important}
  body.phase06-ux .market-header-search,body.phase06-ux .v2424-searchbar{grid-template-columns:minmax(0,1fr) 48px!important}
  body.phase06-ux #openFilterPanel,body.phase06-ux .header-filter-btn{width:48px!important;min-width:48px!important;padding:0!important}
  body.phase06-ux .header-filter-btn>span:not(.filter-icon),body.phase06-ux .header-filter-btn em{display:none!important}
  body.phase06-ux .product-card{grid-template-columns:120px minmax(0,1fr)!important}
  body.phase06-ux .product-card .card-gallery{min-height:220px!important}
  body.phase06-ux .product-card .favorite-chip{left:73px!important}
  body.phase06-ux .reference-card-body{gap:8px!important}
  body.phase06-ux .buyer-card-decision{padding-top:9px!important}
  body.phase06-ux .buyer-card-decision b{font-size:18px!important;line-height:23px!important}
  body.phase06-ux .buyer-seller-row{gap:7px!important}
  body.phase06-ux .buyer-card-actions .btn{height:44px!important;font-size:13px!important}
}
@media(max-width:340px){
  body.phase06-ux .container{width:calc(100% - 24px)!important}
  body.phase06-ux .campaign-card-top{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:8px!important;align-items:start!important}
  body.phase06-ux .campaign-card-state{justify-self:start!important}
  body.phase06-ux .seller-identity,body.phase06-ux .seller-identity-copy{min-width:0!important}
  body.phase06-ux .site-header .brand,body.phase06-ux .market-header .brand,body.phase06-ux .v2424-mainbar .brand{width:146px!important}
  body.phase06-ux .site-header .brand img,body.phase06-ux .market-header .brand img,body.phase06-ux .v2424-mainbar .brand img{width:146px!important;max-width:146px!important}
  body.phase06-ux .product-card{grid-template-columns:1fr!important}
  body.phase06-ux .product-card .card-gallery{grid-column:1!important;grid-row:auto!important;aspect-ratio:1/1!important;min-height:0!important;border-right:0!important;border-bottom:1px solid #f2f4f7!important}
  body.phase06-ux .product-card .reference-card-body,body.phase06-ux .product-card .buyer-card-actions{grid-column:1!important;grid-row:auto!important}
  body.phase06-ux .product-card .favorite-chip{left:auto!important;right:10px!important}
}

@media(prefers-reduced-motion:reduce){
  body.phase06-ux *,body.phase06-ux *::before,body.phase06-ux *::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
  body.phase06-ux .buyer-hero-video{display:none!important}
  body.phase06-ux .buyer-hero{background:linear-gradient(135deg,#172033,#344054)!important}
}
