﻿:root{
  --bg:#f4f5f7;
  --panel:#ffffff;
  --ink:#15171a;
  --muted:#646b76;
  --line:#e1e5ea;
  --soft:#f7f7f8;
  --dark:#111418;
  --accent:#d62828;
  --radius:18px;
  --shadow:0 22px 60px rgba(18,24,31,.10);
}

/* v109 homepage eight-module comfort pass */
:root{
  --v109-blue:#18324a;
  --v109-blue-2:#244761;
  --v109-bg:#f4f6f8;
  --v109-text:#26313c;
  --v109-muted:#6f7b87;
  --v109-card:#ffffff;
  --v109-line:#dfe5eb;
  --v109-soft-shadow:0 10px 24px rgba(24,50,74,.08);
}
.site-topbar{
  background:rgba(255,255,255,.97);
}
.top-contact-bar{
  background:#eef3f7;
  color:var(--v109-muted);
  font-size:12px;
  gap:18px;
}
.top-contact-bar a{
  color:var(--v109-blue);
}
.topbar-wa,.catalog-cta,.central-rfq-button,.side-submit-purchase-list{
  background:var(--v109-blue) !important;
  border-color:var(--v109-blue) !important;
  color:#fff !important;
}
.topbar-wa:hover,.catalog-cta:hover,.central-rfq-button:hover,.side-submit-purchase-list:hover{
  background:var(--v109-blue-2) !important;
  transform:translateY(-1px);
}
.trust-carousel{
  min-height:230px !important;
  max-height:280px;
  background:#101820;
}
.hero-card{
  min-height:230px !important;
  grid-template-columns:minmax(320px,44%) 1fr !important;
  gap:24px !important;
  padding:18px 92px 18px 20px !important;
}
.hero-visual{
  min-height:160px !important;
  max-height:210px !important;
  border-radius:18px !important;
}
.hero-visual img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.hero-copy h1,.hero-copy h2{
  max-width:760px;
  font-size:clamp(26px,3vw,42px) !important;
  line-height:1.08 !important;
  letter-spacing:-.04em;
}
.hero-copy p{
  max-width:720px;
  font-size:15px !important;
  line-height:1.55 !important;
}
.main-workspace{
  background:var(--v109-bg);
}
.preview-panel{
  background:var(--v109-bg) !important;
  padding:22px !important;
}
.preview-head,
.company-intro-strip,
.catalog-workbench,
.sample-hub,
.home-service-panel,
.central-rfq-panel,
.home-trust-panel,
.listing-compliance-panel,
.faq-panel,
.insight-panel,
.seo-knowledge,
.market-intelligence{
  background:var(--v109-card) !important;
  border:1px solid var(--v109-line) !important;
  border-radius:18px !important;
  box-shadow:var(--v109-soft-shadow) !important;
  margin-bottom:22px !important;
}
.preview-head{
  padding:20px 22px !important;
}
.preview-head h2{
  font-size:28px !important;
  color:var(--v109-text) !important;
}
.preview-head p,
.company-intro-copy p,
.sample-head p,
.home-section-head p,
.central-rfq-panel p{
  color:var(--v109-muted) !important;
  line-height:1.6 !important;
}
.company-intro-strip{
  display:block !important;
  padding:24px !important;
}
.industry-entry-grid{
  display:grid !important;
  grid-template-columns:repeat(6,minmax(0,1fr)) !important;
  gap:14px !important;
  margin-top:18px;
}
.industry-entry-grid article{
  min-height:190px;
  padding:12px !important;
  border-radius:16px !important;
  background:#f9fbfd !important;
}
.industry-entry-grid img{
  width:100% !important;
  aspect-ratio:1/1 !important;
  height:auto !important;
  object-fit:contain !important;
  background:#fff;
  border-radius:12px;
  border:1px solid var(--v109-line);
}
.industry-entry-grid small{
  display:block;
  color:var(--v109-muted);
  font-size:12px;
  line-height:1.35;
  margin-top:4px;
}
.home-sample-zone{
  padding:24px !important;
}
.industry-sample-groups{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
  margin-top:16px;
}
.sample-group{
  border:1px solid var(--v109-line);
  border-radius:18px;
  background:#fbfcfd;
  padding:14px;
}
.sample-group header{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
  margin-bottom:12px;
}
.sample-group b{
  color:var(--v109-text);
  font-size:15px;
}
.sample-group small{
  color:var(--v109-muted);
  font-size:12px;
  text-align:right;
}
.sample-mini-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
}
.sample-mini-grid button{
  appearance:none;
  border:1px solid var(--v109-line);
  background:#fff;
  border-radius:14px;
  padding:8px;
  cursor:pointer;
  text-align:left;
  transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease;
}
.sample-mini-grid button:hover{
  transform:translateY(-2px);
  border-color:#b8c7d6;
  box-shadow:0 8px 18px rgba(24,50,74,.10);
}
.sample-mini-grid img{
  width:100%;
  aspect-ratio:1/1;
  object-fit:contain;
  background:#fff;
  border-radius:10px;
}
.sample-mini-grid span{
  display:block;
  margin-top:6px;
  color:var(--v109-text);
  font-size:12px;
  font-weight:800;
  line-height:1.25;
}
.home-service-panel,
.home-trust-panel{
  padding:24px !important;
}
.home-section-head span,
.sample-head span,
.company-intro-copy span{
  display:inline-flex;
  padding:5px 10px;
  border-radius:999px;
  background:#e9f0f6;
  color:var(--v109-blue);
  font-size:12px;
  font-weight:800;
}
.home-section-head h3,
.sample-head h3,
.company-intro-copy h3{
  margin:10px 0 6px;
  color:var(--v109-text);
  font-size:24px;
  line-height:1.2;
}
.service-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
  margin-top:16px;
}
.service-grid article,
.trust-proof-grid article{
  border:1px solid var(--v109-line);
  border-radius:16px;
  background:#fbfcfd;
  padding:14px;
}
.service-grid img{
  width:100%;
  aspect-ratio:16/10;
  object-fit:cover;
  border-radius:12px;
  background:#fff;
  border:1px solid var(--v109-line);
  margin-bottom:10px;
}
.service-grid b,
.trust-proof-grid b{
  display:block;
  color:var(--v109-text);
  margin-bottom:6px;
  font-size:14px;
}
.service-grid span,
.trust-proof-grid span{
  display:block;
  color:var(--v109-muted);
  font-size:12px;
  line-height:1.45;
}
.central-rfq-panel{
  padding:26px !important;
  border:2px solid #c9d7e4 !important;
}
.central-rfq-form input,
.central-rfq-form select,
.central-rfq-form textarea,
.catalog-controls input,
.catalog-controls select{
  border-radius:12px !important;
  border:1px solid #d6dee7 !important;
  background:#fff !important;
}
.trust-proof-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
  margin-top:16px;
}
.catalog-grid{
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:14px !important;
}
.inline-product-card,
.product-card{
  border-radius:16px !important;
  box-shadow:0 8px 18px rgba(24,50,74,.08) !important;
}
.inline-product-card figure,
.product-card figure{
  aspect-ratio:1/1 !important;
  background:#fff !important;
}
.inline-product-card img,
.product-card img{
  width:100%;
  height:100%;
  object-fit:contain !important;
}
.seo-footer{
  background:#101820 !important;
}

@media (max-width:1180px){
  .industry-entry-grid{grid-template-columns:repeat(3,minmax(0,1fr)) !important}
  .catalog-grid{grid-template-columns:repeat(3,minmax(0,1fr)) !important}
  .service-grid,.trust-proof-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .industry-sample-groups{grid-template-columns:1fr}
}
@media (max-width:760px){
  .trust-carousel{max-height:none;min-height:360px !important}
  .hero-card{grid-template-columns:1fr !important;padding:16px 56px 18px 16px !important}
  .hero-visual{max-height:170px !important}
  .industry-entry-grid,.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important}
  .sample-mini-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .service-grid,.trust-proof-grid{grid-template-columns:1fr}
  .preview-panel{padding:14px !important}
}
*{box-sizing:border-box}
html,body{min-height:100%}
body{
  margin:0;
  color:var(--ink);
  font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  background:linear-gradient(135deg,#fbfbfc,var(--bg));
  overflow:hidden;
}
button,input{font:inherit}
button{cursor:pointer}
a{color:inherit;text-decoration:none}
.seo-anchor{
  position:absolute;
  display:block;
  width:1px;
  height:1px;
  margin-top:-1px;
  opacity:0;
  pointer-events:none;
}
.station{
  width:100%;
  max-width:none;
  height:100dvh;
  min-height:680px;
  margin:0;
  display:grid;
  grid-template-rows:auto clamp(170px,20dvh,230px) minmax(0,1fr) 52px;
  overflow:hidden;
  border:0;
  border-radius:0;
  background:#fff;
  box-shadow:var(--shadow);
}
.site-topbar{
  position:sticky;
  top:0;
  z-index:80;
  margin:0;
  border-radius:0;
  border:0;
  border-bottom:1px solid rgba(22,27,34,.14);
  background:rgba(255,255,255,.92);
  backdrop-filter:saturate(120%) blur(6px);
  box-shadow:0 8px 24px rgba(17,20,24,.06);
  transition:all .2s ease;
}
.site-topbar.scrolled{
  background:#111418;
  color:#fff;
  box-shadow:0 10px 24px rgba(17,20,24,.22);
}
.topbar-inner{
  min-height:56px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:10px 14px;
}
.topbar-brand{
  display:flex;
  align-items:center;
  gap:10px;
  font-weight:950;
  letter-spacing:-.03em;
  flex:0 0 auto;
}
.topbar-mark{
  width:30px;
  height:30px;
  border-radius:10px;
  display:inline-grid;
  place-items:center;
  background:#050505 url("./assets/brand/vobom-ai-avatar.webp") center/82% auto no-repeat;
  color:transparent;
  font-size:16px;
  font-weight:950;
  border:1px solid rgba(46,200,216,.38);
  box-shadow:0 3px 10px rgba(18,20,23,.16), 0 0 0 2px rgba(46,200,216,.06);
  overflow:hidden;
}
.topbar-nav{
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
}
.topbar-nav a{
  text-decoration:none;
  color:inherit;
  font-size:12px;
  font-weight:900;
  padding:7px 10px;
  border-radius:999px;
  white-space:nowrap;
}
.site-topbar.scrolled .topbar-nav a{
  color:#f7f8f9;
}
.topbar-nav a:hover{
  background:rgba(214,40,40,.13);
}
.site-topbar.scrolled .topbar-nav a:hover{
  background:rgba(255,255,255,.14);
}
.global-lang-switch{
  display:flex;
  align-items:center;
  gap:5px;
  flex:0 0 auto;
  padding:4px;
  border:1px solid rgba(17,20,24,.10);
  border-radius:999px;
  background:rgba(247,248,249,.80);
}
.site-topbar.scrolled .global-lang-switch{
  border-color:rgba(255,255,255,.16);
  background:rgba(255,255,255,.10);
}
.global-lang-switch button{
  min-height:28px;
  min-width:34px;
  border:0;
  border-radius:999px;
  background:transparent;
  color:#15171a;
  font-size:12px;
  font-weight:900;
}
.site-topbar.scrolled .global-lang-switch button{
  color:#f7f8f9;
}
.global-lang-switch button.active{
  background:#d62828;
  color:#fff;
}
.topbar-spacer{
  display:none;
}
.trust-carousel{
  position:relative;
  min-height:0;
  height:100%;
  border-bottom:1px solid var(--line);
  background:#101317;
  overflow:hidden;
}
.hero-card{
  position:absolute;
  inset:0;
  display:grid;
  grid-template-columns:minmax(300px,.9fr) minmax(0,1.1fr);
  gap:24px;
  padding:14px 52px 14px 18px;
  opacity:0;
  pointer-events:none;
  transition:opacity .28s ease;
}
.hero-card.active{opacity:1;pointer-events:auto}
.hero-visual{
  position:relative;
  margin:0;
  min-height:0;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.18);
  background-size:cover;
  background-position:center;
  overflow:hidden;
}
.media-clean img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center;
  transform:scale(1.035);
  filter:saturate(1.04) contrast(1.04);
}
.hero-visual::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(135deg,rgba(17,20,24,.16),rgba(214,40,40,.10));
  pointer-events:none;
}
.clean-top-left::after{
  content:"";
  position:absolute;
  z-index:2;
  left:0;
  top:0;
  width:84px;
  height:34px;
  background:linear-gradient(135deg,rgba(232,233,231,.96),rgba(200,205,210,.82));
  border-bottom-right-radius:12px;
  filter:blur(.2px);
}
.hero-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-width:0;
  color:#fff;
}
.hero-copy span{
  width:max-content;
  max-width:100%;
  padding:5px 9px;
  border-radius:999px;
  background:rgba(255,255,255,.12);
  color:#f7c8c8;
  font-size:11px;
  font-weight:900;
  letter-spacing:.07em;
  text-transform:uppercase;
}
.hero-copy h1,.hero-copy h2{
  margin:8px 0 6px;
  max-width:760px;
  font-size:clamp(22px,2.7vw,34px);
  line-height:1.02;
  letter-spacing:-.055em;
}
.hero-copy p{
  max-width:720px;
  margin:0 0 10px;
  color:#d6dbe2;
  font-size:13px;
  line-height:1.38;
}
.catalog-cta{
  width:max-content;
  min-height:38px;
  padding:0 14px;
  border:0;
  border-radius:999px;
  background:var(--accent);
  color:#fff;
  font-weight:900;
}
.carousel-controls{
  position:absolute;
  right:16px;
  bottom:14px;
  display:flex;
  align-items:center;
  gap:8px;
  padding:7px;
  border-radius:999px;
  background:rgba(255,255,255,.10);
  backdrop-filter:blur(12px);
}
.carousel-controls button{
  width:30px;
  height:30px;
  border:0;
  border-radius:50%;
  background:#fff;
  color:#111418;
  font-size:20px;
  line-height:1;
}
.dots{display:flex;gap:5px}
.dots button{
  width:7px;
  height:7px;
  padding:0;
  background:rgba(255,255,255,.45);
}
.dots button.active{background:#fff}
.main-workspace{
  min-height:0;
  display:grid;
  grid-template-columns:clamp(168px,12vw,190px) minmax(640px,1fr) clamp(360px,28vw,560px);
  overflow:hidden;
}
.left-nav{
  min-height:0;
  display:flex;
  flex-direction:column;
  padding:8px;
  border-right:1px solid var(--line);
  background:#f7f7f8;
}
.nav-brand{
  min-height:58px;
  display:flex;
  align-items:center;
  gap:9px;
  padding:8px;
  border-radius:14px;
}
.mark{
  width:32px;
  height:32px;
  flex:0 0 32px;
  display:grid;
  place-items:center;
  border-radius:12px;
  background:#050505 url("./assets/brand/vobom-ai-avatar.webp") center/82% auto no-repeat;
  color:transparent;
  font-weight:950;
  border:1px solid rgba(46,200,216,.42);
  box-shadow:0 5px 14px rgba(18,20,23,.18), 0 0 0 3px rgba(46,200,216,.08);
  overflow:hidden;
}
.nav-brand b,.nav-brand small{display:block}
.nav-brand b{font-size:14px;letter-spacing:-.04em;line-height:1.05}
.nav-brand small{margin-top:2px;color:#747b86;font-size:11px}
.nav-items{
  display:grid;
  gap:3px;
  margin-top:6px;
  overflow:auto;
  padding-right:2px;
}
.nav-items button,
.nav-items a{
  min-height:34px;
  width:100%;
  display:grid;
  align-content:center;
  gap:0;
  padding:6px 8px;
  border:1px solid transparent;
  border-radius:10px;
  background:transparent;
  text-align:left;
  color:var(--ink);
  text-decoration:none;
  cursor:pointer;
}
.nav-items button:hover,
.nav-items button.active,
.nav-items a:hover,
.nav-items a.active{background:#eceef1}
.nav-items b{font-size:12px;line-height:1.12;letter-spacing:-.025em;white-space:normal;overflow-wrap:anywhere}
.nav-items small{display:none}
.nav-links a::after{
  content:'›';
  justify-self:end;
  grid-row:1 / span 2;
  grid-column:2;
  align-self:center;
  color:var(--accent);
  font-size:15px;
  line-height:1;
}
.nav-links a{
  grid-template-columns:minmax(0,1fr) auto;
}
.preview-panel{
  min-height:0;
  overflow:auto;
  padding:12px 14px;
  border-right:1px solid var(--line);
  background:#fff;
}

.company-intro-strip{
  margin-top:10px;
  padding:14px;
  border:1px solid var(--line);
  border-radius:18px;
  background:linear-gradient(180deg,#fff,#f8f9fb);
  box-shadow:0 10px 28px rgba(18,20,23,.06);
}
.company-intro-copy{
  display:grid;
  gap:5px;
  max-width:820px;
}
.company-intro-copy span{
  width:max-content;
  border-radius:999px;
  background:#111418;
  color:#fff;
  font-size:11px;
  font-weight:900;
  padding:5px 9px;
}
.company-intro-copy h3{
  margin:0;
  color:var(--ink);
  font-size:20px;
  line-height:1.12;
  letter-spacing:-.045em;
}
.company-intro-copy p{
  margin:0;
  color:#515a66;
  font-size:13px;
  line-height:1.5;
}
.company-module-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:8px;
  margin-top:12px;
}
.company-module-grid article{
  min-width:0;
  padding:8px;
  border:1px solid var(--line);
  border-radius:14px;
  background:#fff;
  box-shadow:0 5px 15px rgba(18,20,23,.045);
}
.company-module-grid img{
  width:100%;
  aspect-ratio:1 / 1;
  display:block;
  object-fit:contain;
  border-radius:11px;
  background:#f4f6f8;
  padding:7px;
}
.company-module-grid b{
  display:block;
  margin-top:8px;
  color:var(--ink);
  font-size:12px;
  line-height:1.15;
}
.company-module-grid small{
  display:block;
  margin-top:3px;
  color:#66707b;
  font-size:10.5px;
  line-height:1.32;
}
.preview-panel.is-loading{
  display:grid;
  place-items:center;
}
.panel-loader{
  width:min(360px,100%);
  display:grid;
  justify-items:center;
  gap:10px;
  padding:28px;
  border:1px solid var(--line);
  border-radius:18px;
  background:linear-gradient(145deg,#fff,#f4f6f8);
  box-shadow:0 10px 24px rgba(17,20,24,.08);
  text-align:center;
}
.panel-loader span{
  width:34px;
  height:34px;
  border:3px solid rgba(214,40,40,.18);
  border-top-color:var(--accent);
  border-radius:999px;
  animation:vobomSpin .8s linear infinite;
}
.panel-loader b{font-size:15px}
.panel-loader small{color:var(--muted);font-weight:750}
@keyframes vobomSpin{to{transform:rotate(360deg)}}
.panel-loaded-page{
  display:grid;
  gap:16px;
  animation:panelFade .18s ease both;
}
@keyframes panelFade{from{opacity:.55;transform:translateY(6px)}to{opacity:1;transform:none}}
.panel-route-bar{
  position:sticky;
  top:-12px;
  z-index:3;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:10px 12px;
  margin:-12px -14px 4px;
  border-bottom:1px solid var(--line);
  background:rgba(255,255,255,.92);
  backdrop-filter:blur(10px);
}
.panel-route-bar span{
  color:var(--muted);
  font-size:12px;
  font-weight:850;
  letter-spacing:.02em;
}
.panel-route-bar a{
  display:inline-flex;
  align-items:center;
  min-height:32px;
  padding:6px 10px;
  border-radius:999px;
  background:#121417;
  color:#fff;
  text-decoration:none;
  font-size:12px;
  font-weight:900;
}
.panel-loaded-page h2{
  margin:2px 0 0;
  font-size:clamp(22px,2.4vw,34px);
  line-height:1.05;
  letter-spacing:-.045em;
}
.panel-loaded-content{
  display:grid;
  gap:16px;
  color:var(--ink);
}
.panel-loaded-content > *{
  max-width:100%;
}
.panel-loaded-content h1{display:none}
.panel-loaded-content h2,
.panel-loaded-content h3{
  margin:10px 0 4px;
  letter-spacing:-.025em;
}
.panel-loaded-content p,
.panel-loaded-content li{
  color:#3c424a;
  line-height:1.62;
}
.panel-loaded-content a{
  color:var(--accent);
  font-weight:850;
}
.panel-loaded-content .wp-block-columns{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}
.panel-loaded-content .wp-block-column{
  padding:16px;
  border:1px solid var(--line);
  border-radius:16px;
  background:#f8f9fb;
}
.panel-loaded-content .wp-block-buttons{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.panel-loaded-content .wp-block-button__link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:10px 14px;
  border-radius:999px;
  background:var(--accent);
  color:#fff;
  text-decoration:none;
}
.visual-landing-window{
  display:grid;
  gap:16px;
}
.visual-landing-hero{
  display:grid;
  gap:8px;
  padding:18px;
  border:1px solid rgba(17,20,24,.08);
  border-radius:22px;
  background:
    radial-gradient(circle at 82% 20%, rgba(214,40,40,.14), transparent 32%),
    linear-gradient(135deg,#121417 0%,#242932 58%,#f5f6f8 58.2%,#fff 100%);
  color:#fff;
  overflow:hidden;
}
.visual-landing-hero span{
  width:max-content;
  padding:5px 9px;
  border-radius:999px;
  background:rgba(255,255,255,.14);
  color:#fff;
  font-size:12px;
  font-weight:950;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.visual-landing-hero h2{
  max-width:720px;
  margin:0;
  color:#fff;
  font-size:clamp(24px,3vw,42px);
  line-height:.98;
  letter-spacing:-.06em;
}
.visual-landing-hero p{
  max-width:620px;
  margin:0;
  color:rgba(255,255,255,.78);
  font-size:15px;
  line-height:1.48;
}
.visual-chip-row{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:4px;
}
.visual-chip-row span{
  width:auto;
  background:#fff;
  color:#121417;
  border:1px solid rgba(255,255,255,.2);
  box-shadow:0 8px 18px rgba(0,0,0,.16);
}
.visual-landing-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}
.visual-landing-card{
  display:grid;
  grid-template-rows:auto 1fr;
  border:1px solid var(--line);
  border-radius:20px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 10px 24px rgba(17,20,24,.07);
}
.visual-landing-card figure{
  margin:0;
  aspect-ratio:1 / 1;
  background:#eef1f4;
  overflow:hidden;
}
.image-zoom-trigger{
  width:100%;
  height:100%;
  display:block;
  border:0;
  padding:0;
  margin:0;
  background:transparent;
  cursor:zoom-in;
}
.visual-landing-card img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  transition:transform .25s ease, filter .25s ease;
}
.visual-landing-card:hover img,
.catalog-card:hover .catalog-art img{
  transform:scale(1.045);
  filter:contrast(1.04) saturate(1.03);
}
.visual-landing-card div{
  display:grid;
  gap:6px;
  padding:13px 14px 15px;
}
.visual-landing-card h3{
  margin:0;
  font-size:16px;
  line-height:1.08;
  letter-spacing:-.025em;
}
.visual-landing-card p{
  margin:0;
  color:var(--muted);
  font-size:13px;
  line-height:1.45;
}
.visual-landing-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.visual-landing-actions a,
.visual-landing-actions button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:10px 16px;
  border:0;
  border-radius:999px;
  background:var(--accent);
  color:#fff;
  text-decoration:none;
  font-size:13px;
  font-family:inherit;
  font-weight:950;
  cursor:pointer;
  transition:transform .18s ease, filter .18s ease;
}
.visual-landing-actions a + a,
.visual-landing-actions button + a{
  background:#121417;
}
.visual-landing-actions a:hover,
.visual-landing-actions button:hover{
  transform:translateY(-1px);
  filter:brightness(1.04);
}
.inline-product-catalog{
  margin-top:16px;
  padding:14px;
  border:1px solid rgba(18,20,23,.08);
  border-radius:18px;
  background:#fff;
}
.inline-catalog-head{
  display:grid;
  gap:5px;
  margin-bottom:12px;
}
.inline-catalog-head span{
  width:max-content;
  border-radius:999px;
  padding:5px 9px;
  background:#eef2f6;
  color:#2b333d;
  font-size:11px;
  font-weight:900;
}
.inline-catalog-head h3{
  margin:0;
  font-size:18px;
  line-height:1.1;
  letter-spacing:-.04em;
}
.inline-catalog-head p{
  max-width:720px;
  margin:0;
  color:#5b6470;
  font-size:12px;
  line-height:1.45;
}
.inline-product-group{
  margin-top:14px;
}
.inline-product-group h3{
  margin:0 0 8px;
  font-size:14px;
  letter-spacing:-.02em;
}
.inline-product-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
}
.inline-product-card{
  border:1px solid rgba(18,20,23,.08);
  border-radius:16px;
  overflow:hidden;
  background:linear-gradient(180deg,#fff,#f8f9fb);
  box-shadow:0 8px 18px rgba(18,20,23,.05);
}
.inline-product-card figure{
  margin:0;
  aspect-ratio:1/1;
  background:#f4f5f6;
}
.inline-product-card img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}
.inline-product-card div{
  padding:9px 10px 10px;
}
.inline-product-card h4{
  margin:0 0 3px;
  font-size:13px;
  line-height:1.08;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.inline-product-card p,
.inline-product-card small{
  display:block;
  margin:0;
  color:#5b6470;
  font-size:11px;
  line-height:1.35;
}
.inline-product-card button[data-action="panel-product-rfq"]{
  width:100%;
  margin-top:8px;
  border:0;
  border-radius:999px;
  min-height:32px;
  background:#d62828;
  color:#fff;
  font-size:12px;
  font-weight:900;
  cursor:pointer;
}
.inline-product-card button[data-action="panel-product-rfq"]:hover{
  filter:brightness(1.05);
}
.preview-head span{
  color:var(--accent);
  font-size:12px;
  font-weight:950;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.preview-head h2{
  margin:6px 0 4px;
  max-width:780px;
  font-size:clamp(20px,2vw,30px);
  line-height:1.02;
  letter-spacing:-.055em;
}
.preview-head p{
  margin:0;
  max-width:780px;
  color:var(--muted);
  font-size:12px;
  line-height:1.35;
}
.visual-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  margin-top:12px;
}
.info-card{
  min-height:0;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:18px;
  background:#f2f4f7;
}
.info-card .art{
  position:relative;
  margin:0;
  aspect-ratio:1/1;
  min-height:0;
  height:auto;
  overflow:hidden;
  background:#eef1f4;
}
.info-card .art img{
  width:100%;
  height:100%;
  min-height:0;
  display:block;
  object-fit:cover;
  object-position:center;
  transform:scale(1.02);
  filter:saturate(1.03) contrast(1.035);
  transition:transform .28s ease,filter .28s ease;
}
.info-card:hover .art img{
  transform:scale(1.06);
  filter:saturate(1.08) contrast(1.06);
}
.info-card .art::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(180deg,rgba(255,255,255,0),rgba(17,20,24,.08));
  pointer-events:none;
}
.info-card .art.clean-top-left::after,
.info-card .art.clean-light-left::after{content:none}
.info-card .art.crop-top-text img{
  transform:scale(1.14) translateY(14px);
}
.info-card:hover .art.crop-top-text img{
  transform:scale(1.19) translateY(14px);
}
.info-card .art.crop-product-label img{
  object-position:center bottom;
  transform:scale(1.18) translateY(6px);
}
.info-card:hover .art.crop-product-label img{
  transform:scale(1.22) translateY(6px);
}
.info-card .art.crop-bottom-caption img{
  transform:scale(1.13) translateY(-4px);
}
.info-card:hover .art.crop-bottom-caption img{
  transform:scale(1.18) translateY(-4px);
}
.info-card div:not(.art){padding:8px 9px 9px}
.info-card b{
  display:block;
  font-size:13px;
  line-height:1.08;
  letter-spacing:-.02em;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.info-card p{
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
  margin:4px 0 0;
  color:var(--muted);
  font-size:11px;
  line-height:1.25;
}
.evidence-list{
  display:grid;
  gap:3px;
  margin:6px 0 0;
  padding:0;
  list-style:none;
}
.evidence-list li{
  position:relative;
  padding-left:10px;
  color:#4f5865;
  font-size:10px;
  line-height:1.22;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.evidence-list li::before{
  content:"";
  position:absolute;
  left:0;
  top:.55em;
  width:5px;
  height:5px;
  border-radius:50%;
  background:var(--accent);
}
.faq-panel{
  margin-top:10px;
  padding:10px;
  border:1px solid var(--line);
  border-radius:18px;
  background:#fbfbfc;
}
.faq-panel h3{
  margin:0 0 10px;
  font-size:16px;
  letter-spacing:-.03em;
}
.faq-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}
.faq-grid p{
  margin:0;
  padding:9px;
  border-radius:14px;
  background:#fff;
  color:var(--muted);
  font-size:12px;
  line-height:1.32;
}
.faq-grid b{color:var(--ink)}
.insight-panel{
  margin-top:10px;
  padding:10px;
  border:1px solid var(--line);
  border-radius:18px;
  background:linear-gradient(135deg,#ffffff,#f5f6f8);
}
.insight-copy h3{
  margin:0 0 8px;
  font-size:17px;
  letter-spacing:-.035em;
}
.insight-copy p{
  margin:0;
  color:var(--muted);
  font-size:12px;
  line-height:1.35;
}
.seo-knowledge,
.market-intelligence,
.faq-static{
  margin-top:10px;
  padding:10px;
  border:1px solid var(--line);
  border-radius:18px;
  background:linear-gradient(135deg,#fbfbfc,#f5f6f8);
}
.seo-knowledge h3,
.market-intelligence h3,
.faq-static h3{
  margin:0 0 8px;
  letter-spacing:-.035em;
  font-size:16px;
}
.seo-grid,
.market-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;
}
.seo-grid article,
.market-grid article{
  min-height:80px;
  padding:9px;
  border:1px solid var(--line);
  border-radius:14px;
  background:#fff;
}
.seo-grid b,
.market-grid b{
  display:block;
  margin-bottom:5px;
  font-size:12px;
}
.seo-grid p{
  margin:0;
  color:var(--muted);
  font-size:11px;
  line-height:1.4;
}
.market-grid ul{
  margin:6px 0 0;
  padding-left:18px;
  color:var(--muted);
  font-size:11px;
  line-height:1.45;
}
.market-grid li{
  margin-bottom:4px;
}
.market-grid p{margin:0;color:var(--muted);font-size:11px;line-height:1.4}
.faq-list{
  display:grid;
  gap:8px;
}
.faq-list details{
  background:#fff;
  border:1px solid var(--line);
  border-radius:12px;
  padding:9px 11px;
}
.faq-list summary{
  color:var(--ink);
  font-weight:900;
  font-size:12px;
  cursor:pointer;
}
.faq-list p{
  margin:7px 0 0;
  color:var(--muted);
  font-size:12px;
  line-height:1.4;
}
.insight-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;
  margin-top:10px;
}
.insight-grid article{
  min-height:74px;
  padding:9px;
  border:1px solid var(--line);
  border-radius:14px;
  background:#fff;
}
.insight-grid b{
  display:block;
  margin-bottom:5px;
  font-size:12px;
}
.insight-grid span{
  display:block;
  color:var(--muted);
  font-size:11px;
  line-height:1.25;
}
.ai-panel{
  min-height:0;
  display:grid;
  grid-template-rows:48px minmax(180px,1fr) auto auto auto auto;
  overflow:hidden;
  background:#eef0f3;
}
.dialog-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  min-height:48px;
  padding:6px 10px;
  border-bottom:1px solid #dfe3e8;
  background:#f7f8fa;
}
.bot{display:flex;align-items:center;gap:10px}
.bot-face{
  position:relative;
  width:32px;
  height:32px;
  flex:0 0 auto;
  border-radius:12px;
  background:#050505 url("./assets/brand/vobom-ai-avatar.webp") center/82% auto no-repeat;
  border:1px solid rgba(46,200,216,.42);
  box-shadow:0 6px 16px rgba(18,20,23,.18), 0 0 0 3px rgba(46,200,216,.08);
  overflow:hidden;
}
.bot-face .eye,
.bot-face .mouth{display:none}
.eye{
  position:absolute;
  top:15px;
  width:6px;
  height:6px;
  border-radius:50%;
  background:var(--accent);
}
.eye.left{left:12px}
.eye.right{right:12px}
.mouth{
  position:absolute;
  left:13px;
  bottom:10px;
  width:12px;
  height:4px;
  border-radius:999px;
  background:#fff;
}
.bot b,.bot small{display:block}
.bot b{font-size:13px}
.bot small{margin-top:1px;color:var(--muted);font-size:10px}
.lang-switch{
  display:flex;
  gap:4px;
  padding:4px;
  border:1px solid var(--line);
  border-radius:999px;
  background:#f7f7f8;
}
.lang-switch button{
  min-width:32px;
  height:24px;
  border:0;
  border-radius:999px;
  background:transparent;
  color:#5d6570;
  font-size:11px;
  font-weight:950;
}
.lang-switch button.active{
  background:#111418;
  color:#fff;
}
.messages{
  min-height:0;
  max-height:none;
  overflow:auto;
  padding:12px 12px 8px;
  background:#eef0f3;
}
.msg{margin:0 0 8px;animation:rise .2s ease both}
.msg.user{margin-left:auto;max-width:86%}
.bubble{
  padding:8px 10px;
  border-radius:14px;
  line-height:1.38;
  font-size:12px;
}
.msg.ai .bubble{
  background:#fff;
  color:#222831;
  border:1px solid rgba(18,20,23,.06);
  border-bottom-left-radius:5px;
  box-shadow:0 1px 2px rgba(18,20,23,.04);
}
.msg.user .bubble{
  background:#95ec69;
  color:#102014;
  border-bottom-right-radius:5px;
}
.ai-support-strip{
  display:none;
}
.ai-support-strip article{
  min-height:48px;
  padding:8px;
  border:1px solid var(--line);
  border-radius:14px;
  background:linear-gradient(135deg,#ffffff,#f6f7f9);
}
.ai-support-strip b{
  display:block;
  margin-bottom:4px;
  font-size:12px;
  letter-spacing:-.01em;
}
.ai-support-strip span{
  display:block;
  color:#66707c;
  font-size:11px;
  line-height:1.35;
}
.lead-privacy-note{
  margin:0;
  padding:4px 10px;
  border:0;
  border-top:1px solid #dfe3e8;
  border-radius:0;
  background:#f7f8fa;
  color:#66707c;
  font-size:10px;
  line-height:1.2;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.quick-replies{
  display:flex;
  flex-wrap:nowrap;
  gap:6px;
  padding:6px 10px;
  border-top:1px solid #dfe3e8;
  background:#f7f8fa;
  overflow-x:auto;
  scrollbar-width:thin;
}
.quick-replies button{
  flex:0 0 auto;
  min-height:28px;
  padding:0 9px;
  border:1px solid var(--line);
  border-radius:999px;
  background:#fff;
  color:#252b33;
  font-size:11px;
  font-weight:850;
}
.input-zone{
  display:flex;
  align-items:center;
  gap:7px;
  padding:6px 10px;
  border-top:1px solid #dfe3e8;
  background:#f7f8fa;
}
.lead-file-input{
  position:absolute;
  width:1px;
  height:1px;
  opacity:0;
  pointer-events:none;
}
.attach-btn{
  flex:0 0 auto;
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border:1px solid var(--line);
  border-radius:12px;
  background:#fff;
  color:#20262d;
  cursor:pointer;
  font-size:18px;
  transition:transform .16s ease, border-color .16s ease, box-shadow .16s ease;
}
.attach-btn:hover{
  transform:translateY(-1px);
  border-color:rgba(216,40,40,.32);
  box-shadow:0 8px 18px rgba(18,20,23,.08);
}
.attach-btn:active{transform:translateY(0) scale(.98)}
.input-zone input{
  flex:1;
  min-width:0;
  height:38px;
  padding:0 12px;
  border:1px solid var(--line);
  border-radius:12px;
  outline:none;
  background:#f7f7f8;
}
.input-zone input:focus{
  border-color:rgba(214,40,40,.56);
  box-shadow:0 0 0 4px rgba(214,40,40,.10);
}
.input-zone button{
  height:38px;
  min-width:62px;
  border:0;
  border-radius:12px;
  background:#1aad19;
  color:#fff;
  font-weight:950;
}

/* v101 sourcing desk comfort patch: keep more room for products and reduce chat input chrome */
@media (min-width:1100px){
  .main-workspace{
    grid-template-columns:clamp(150px,10vw,172px) minmax(720px,1fr) clamp(330px,25vw,500px);
  }
  .left-nav{padding:7px}
  .nav-brand{min-height:50px;padding:6px}
  .nav-items{gap:2px}
  .nav-items a,.nav-items button{min-height:31px;padding:5px 7px;border-radius:9px}
  .nav-items b{font-size:11.5px}
}
.attach-btn{
  width:34px;
  height:34px;
  border-radius:11px;
  font-size:0;
}
.attach-btn svg{
  width:17px;
  height:17px;
}
.attach-btn::after{
  content:'';
  width:17px;
  height:17px;
  background:currentColor;
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21.44 11.05 12.25 20.24a6 6 0 0 1-8.49-8.49l9.19-9.19a4 4 0 0 1 5.66 5.66l-9.2 9.19a2 2 0 1 1-2.83-2.83l8.49-8.48'/%3E%3C/svg%3E") center/contain no-repeat;
  mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21.44 11.05 12.25 20.24a6 6 0 0 1-8.49-8.49l9.19-9.19a4 4 0 0 1 5.66 5.66l-9.2 9.19a2 2 0 1 1-2.83-2.83l8.49-8.48'/%3E%3C/svg%3E") center/contain no-repeat;
}
.input-zone{
  gap:6px;
  padding:5px 8px;
}
.input-zone input{
  height:34px;
  font-size:13px;
  border-radius:11px;
}
.input-zone button{
  height:34px;
  min-width:48px;
  padding:0 12px;
  border-radius:11px;
  font-size:13px;
}
.footer-quick-actions a{
  min-height:34px;
  padding:7px 10px;
}
.footer-links{
  gap:6px;
}
.footer-links a{
  padding:5px 8px;
  font-size:12px;
}
.file-chips{
  display:flex;
  gap:6px;
  flex-wrap:nowrap;
  min-height:0;
  max-height:30px;
  padding:0 10px 6px;
  background:#f7f8fa;
  overflow-x:auto;
}
.file-chip{
  display:inline-flex;
  align-items:center;
  gap:6px;
  max-width:100%;
  border:1px solid rgba(18,20,23,.1);
  border-radius:999px;
  background:#f6f7f8;
  color:#303740;
  font-size:11px;
  font-weight:800;
  padding:5px 8px;
}
.file-chip small{
  color:#727b86;
  font-weight:800;
}
.file-chip button{
  border:0;
  background:transparent;
  color:#9b1c1c;
  font-weight:950;
  cursor:pointer;
  padding:0 2px;
}
.seo-footer{
  display:grid;
  grid-template-columns:minmax(190px,1fr) auto minmax(260px,.5fr);
  gap:10px;
  align-items:center;
  min-height:52px;
  max-height:52px;
  overflow:visible;
  padding:6px 16px;
  background:#111418;
  color:#fff;
}
.seo-footer p,.seo-footer small{margin:0;color:#c8cdd4;line-height:1.22}
.seo-footer p{
  display:block;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  font-size:12px;
}
.seo-footer small{
  display:none;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  font-size:10px;
}
.footer-actions{display:flex;gap:7px;align-items:center}
.footer-actions a{
  min-height:30px;
  display:grid;
  place-items:center;
  padding:0 11px;
  border-radius:999px;
  background:#fff;
  color:#111418;
  font-size:11px;
  font-weight:900;
  white-space:nowrap;
}
.footer-actions a:first-child{background:var(--accent);color:#fff}
.footer-actions a:hover{
  filter:brightness(1.06);
}
.footer-actions a .footer-icon{
  transition:transform .2s ease,color .2s ease;
}
.footer-wa:hover .footer-icon{
  transform:translateY(-1px);
  color:#25d366;
}
.footer-wa .footer-icon{
  font-size:15px;
  font-weight:950;
}
.footer-links{
  display:flex;
  flex-wrap:nowrap;
  gap:6px;
  overflow-x:auto;
  scrollbar-width:none;
}
.footer-links::-webkit-scrollbar{
  display:none;
}
.footer-links a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:28px;
  border:1px solid rgba(248,249,250,.24);
  border-radius:999px;
  padding:0 9px;
  font-size:11px;
  color:#fff;
  white-space:nowrap;
}
.footer-links a:hover{
  border-color:rgba(214,40,40,.7);
  background:rgba(214,40,40,.2);
}
.floating-rail{
  position:fixed;
  right:0;
  top:50%;
  bottom:auto;
  transform:translate(28px,-50%);
  padding-bottom:4px;
  z-index:120;
  display:flex;
  flex-direction:column;
  gap:8px;
  max-width:180px;
  transition:transform .2s ease;
}
.floating-rail:hover,
.floating-rail:focus-within{
  transform:translate(0,-50%);
}
.floating-wa-hint{
  position:absolute;
  right:58px;
  bottom:58px;
  max-width:250px;
  border-radius:12px;
  padding:8px 10px;
  background:#101318;
  color:#f2f5f8;
  font-size:12px;
  line-height:1.32;
  font-weight:900;
  box-shadow:0 8px 24px rgba(16,19,24,.25);
  z-index:121;
  opacity:0;
  visibility:hidden;
  transform:translateY(6px) scale(.98);
  transition:opacity .2s ease, transform .2s ease;
  pointer-events:none;
}
.floating-wa-hint.show{
  opacity:1;
  visibility:visible;
  transform:translateY(0) scale(1);
}
.rail-btn{
  border:0;
  border-radius:14px 0 0 14px;
  padding:0;
  font-weight:900;
  font-size:0;
  width:48px;
  min-height:44px;
  text-align:center;
  display:grid;
  place-items:center;
  color:#fff;
  text-decoration:none;
  box-shadow:0 10px 26px rgba(18,24,31,.24);
}
.rail-btn::before{
  font-size:13px;
  line-height:1;
}
.rail-btn.whatsapp::before{content:"WA"}
.rail-btn.mail::before{content:"✉"}
.rail-btn.ghost::before{content:"AI"}
.rail-btn.whatsapp{background:#25d366;color:#0e2014}
.rail-btn.mail{background:#111418}
.rail-btn.ghost{
  background:#d62828;
  color:#fff;
}
.floating-rail .rail-btn:hover{
  width:128px;
  font-size:13px;
  transform:translateX(-2px);
}
.floating-rail .rail-btn{
  transition:transform .2s ease, filter .2s ease, box-shadow .2s ease, background .2s ease;
}
.floating-rail .rail-btn.whatsapp{
  background:linear-gradient(135deg,#29c95e,#1ab14f);
}
.floating-rail .rail-btn.whatsapp:hover{
  transform:translateX(-2px) scale(1.04);
  filter:brightness(1.08);
  box-shadow:0 12px 30px rgba(24,170,77,.28);
}
.floating-rail .rail-btn.whatsapp:active,
.floating-rail .rail-btn:active{
  transform:translateX(0) scale(.98);
}
.catalog-workbench{
  margin-top:8px;
}
.catalog-workbench h3{
  margin:0 0 8px;
  letter-spacing:-.035em;
}
.catalog-filter{
  display:grid;
  gap:8px;
  grid-template-columns:repeat(4,minmax(0,1fr));
}
.catalog-filter select,
.catalog-reset{
  min-height:40px;
  border:1px solid var(--line);
  border-radius:12px;
  background:#fff;
  font-size:12px;
  padding:0 12px;
}
.catalog-filter select{width:100%}
.catalog-controls{
  display:grid;
  gap:6px;
  grid-template-columns:repeat(6,minmax(0,1fr));
  align-items:center;
}
.catalog-search-wrap{
  position:relative;
  grid-column:1 / -1;
}
.catalog-search-wrap input{
  width:100%;
  min-height:34px;
  border:1px solid var(--line);
  border-radius:12px;
  background:#fff;
  color:var(--ink);
  font-size:12px;
  padding:0 11px;
  outline:none;
}
.catalog-search-wrap input:focus{
  border-color:rgba(216,40,40,.45);
  box-shadow:0 0 0 4px rgba(216,40,40,.08);
}
.hint-list{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  margin-top:5px;
}
.hint-list button{
  border:1px solid var(--line);
  border-radius:999px;
  background:#f6f7f8;
  color:#333b45;
  min-height:28px;
  padding:5px 9px;
  font-size:11px;
  font-weight:850;
  cursor:pointer;
}
.hint-list button:hover{
  border-color:rgba(216,40,40,.32);
  background:#fff1f1;
  color:#a91515;
}
.catalog-reset{
  background:#111418;
  color:#fff;
  font-weight:900;
}
.catalog-controls > select,
.catalog-controls > .catalog-reset{
  width:100%;
  min-width:0;
  min-height:30px;
  border:1px solid var(--line);
  border-radius:10px;
  background:#fff;
  color:#242a31;
  font-size:11px;
  font-weight:800;
  padding:0 9px;
}
.catalog-controls > select:focus{
  outline:none;
  border-color:rgba(216,40,40,.42);
  box-shadow:0 0 0 3px rgba(216,40,40,.08);
}
.catalog-controls > .catalog-reset{
  background:#111418;
  color:#fff;
  border-color:#111418;
}
.catalog-grid{
  margin-top:8px;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:8px;
}
.sample-hub{
  margin-top:14px;
  padding:14px;
  border:1px solid var(--line);
  border-radius:18px;
  background:linear-gradient(180deg,#fff,#f8f9fb);
  box-shadow:0 10px 28px rgba(18,20,23,.07);
}
.sample-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:16px;
  margin-bottom:12px;
}
.sample-head span{
  display:inline-flex;
  width:max-content;
  border-radius:999px;
  background:#111418;
  color:#fff;
  font-size:11px;
  font-weight:900;
  padding:6px 10px;
}
.sample-head h3{
  margin:6px 0 0;
  font-size:18px;
  line-height:1.08;
  letter-spacing:-.04em;
}
.sample-head p{
  max-width:360px;
  margin:0;
  color:#5b6470;
  font-size:12px;
  line-height:1.45;
}
.trial-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
}
.trial-card{
  min-width:0;
  border:1px solid rgba(18,20,23,.09);
  border-radius:16px;
  background:#fff;
  overflow:hidden;
  box-shadow:0 8px 18px rgba(18,20,23,.05);
}
.trial-card img{
  width:100%;
  aspect-ratio:1/1;
  object-fit:cover;
  display:block;
  background:#f4f5f6;
}
.trial-card h4{
  margin:9px 10px 2px;
  font-size:13px;
  letter-spacing:-.02em;
}
.trial-card p{
  min-height:34px;
  margin:0 10px 9px;
  color:#5c6672;
  font-size:11px;
  line-height:1.35;
}
.trial-card button{
  width:calc(100% - 20px);
  margin:0 10px 10px;
  border:0;
  border-radius:999px;
  background:var(--red);
  color:#fff;
  min-height:34px;
  font-size:12px;
  font-weight:900;
  cursor:pointer;
  box-shadow:0 8px 18px rgba(216,40,40,.22);
}
.trial-card:hover{
  transform:translateY(-1px);
  box-shadow:0 12px 26px rgba(18,20,23,.09);
}
.catalog-card{
  border:1px solid var(--line);
  border-radius:16px;
  overflow:hidden;
  background:#fff;
  display:grid;
  min-height:0;
}
.catalog-art{
  margin:0;
  aspect-ratio:1/1;
  min-height:0;
  background:#f8f9fb;
}
.catalog-art img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .25s ease, filter .25s ease;
}
.catalog-content{
  padding:8px 9px 10px;
}
.catalog-content h4{
  margin:0 0 4px;
  font-size:12px;
  line-height:1.04;
  letter-spacing:-.02em;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.catalog-title-row{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:8px;
}
.catalog-title-row h4{
  min-width:0;
  margin-right:auto;
}
.stock-badge{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  min-height:20px;
  padding:3px 6px;
  border-radius:999px;
  border:1px solid rgba(17,20,24,.12);
  background:#eef7f1;
  color:#176534;
  font-size:10px;
  font-weight:950;
  white-space:nowrap;
}
.stock-badge.mixed{
  background:#eef4ff;
  color:#184ea3;
}
.stock-badge.made{
  background:#fff3e6;
  color:#934b00;
}
.catalog-content p{
  margin:0;
  color:var(--muted);
  font-size:10.5px;
  line-height:1.28;
  display:-webkit-box;
  -webkit-line-clamp:1;
  -webkit-box-orient:vertical;
  overflow:hidden;
}

.image-lightbox{
  position:fixed;
  inset:0;
  z-index:9999;
  display:none;
  place-items:center;
  padding:clamp(16px,3vw,42px);
  background:rgba(8,10,13,.82);
  backdrop-filter:blur(10px);
}
.image-lightbox.active{display:grid}
.lightbox-open{overflow:hidden}
.image-lightbox figure{
  width:min(92vw,1100px);
  max-height:92vh;
  margin:0;
  display:grid;
  gap:12px;
}
.image-lightbox img{
  width:100%;
  max-height:82vh;
  object-fit:contain;
  border-radius:22px;
  background:#fff;
  box-shadow:0 28px 90px rgba(0,0,0,.44);
}
.image-lightbox figcaption{
  color:#fff;
  text-align:center;
  font-size:14px;
}
.image-lightbox-close{
  position:fixed;
  top:18px;
  right:18px;
  width:46px;
  height:46px;
  border:1px solid rgba(255,255,255,.2);
  border-radius:50%;
  background:rgba(255,255,255,.92);
  color:#111418;
  font-size:28px;
  line-height:1;
  cursor:pointer;
}
.catalog-meta{
  margin-top:6px;
  display:grid;
  gap:4px;
  margin:6px 0;
  color:#5d6772;
  font-size:10.5px;
}
.catalog-meta span:nth-child(n+4){
  display:none;
}
.catalog-fitments{
  margin:4px 0 2px;
  font-size:10.5px;
  color:#3a424c;
  line-height:1.4;
}
.catalog-fitments span{
  font-weight:900;
  color:#111418;
  margin-right:4px;
}
.catalog-colors{
  display:flex;
  align-items:center;
  gap:4px;
  margin:4px 0 2px;
  font-size:10.5px;
  color:#3a424c;
}
.catalog-colors span{
  font-weight:900;
  color:#111418;
  margin-right:4px;
}
.catalog-colors .swatch{
  width:13px;
  height:13px;
  border-radius:50%;
  border:1px solid rgba(0,0,0,.25);
  display:inline-block;
  cursor:default;
}
.catalog-actions{
  display:flex;
  gap:5px;
  align-items:center;
  flex-wrap:wrap;
}
.catalog-actions button,
.catalog-actions a{
  border:1px solid var(--line);
  border-radius:999px;
  padding:6px 8px;
  min-height:28px;
  font-size:10.5px;
  font-weight:900;
  text-decoration:none;
  background:#fff;
}
.catalog-subtle{color:#636a74}
.catalog-actions button{
  background:#111418;
  color:#fff;
  border-color:#111418;
}
.catalog-wa-btn{
  border-color:#1fae58;
  color:#0f2010;
  background:#1db954;
  opacity:0;
  overflow:hidden;
  max-height:0;
  transform:translateY(6px);
  margin-top:0;
  pointer-events:none;
  transition:opacity .25s ease, max-height .25s ease, transform .25s ease;
}
.catalog-card:hover .catalog-wa-btn,
.catalog-card:focus-within .catalog-wa-btn{
  opacity:1;
  max-height:34px;
  transform:translateY(0);
  margin-top:4px;
  pointer-events:auto;
}
.policy-grid{
  display:grid;
  gap:8px;
  margin-top:8px;
  grid-template-columns:repeat(2,minmax(0,1fr));
}
.policy-card{
  border:1px solid var(--line);
  border-radius:14px;
  padding:9px;
  background:linear-gradient(135deg,#fff,#f7f8fa);
}
.policy-card.warning{
  background:linear-gradient(135deg,#fff8f0,#f9f3e9);
}
.policy-card b{
  font-size:12px;
  letter-spacing:-.01em;
  display:block;
  margin-bottom:4px;
}
.policy-card p{
  margin:0;
  color:var(--muted);
  font-size:11px;
  line-height:1.35;
}
.listing-compliance-panel{
  margin-top:14px;
  padding:16px;
}
.compliance-flow{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  margin-top:12px;
}
.compliance-flow article{
  border:1px solid #dce3ea;
  border-radius:14px;
  background:#f8fafc;
  padding:12px;
}
.compliance-flow b{
  display:block;
  color:#10243f;
  font-size:13px;
  margin-bottom:5px;
}
.compliance-flow p{
  margin:0;
  color:#667587;
  font-size:12px;
  line-height:1.55;
}
.industry-doc-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
  margin-top:10px;
}
.industry-doc-grid p{
  margin:0;
  border:1px solid #e3e9f0;
  border-radius:12px;
  padding:10px;
  background:#fff;
  font-size:12px;
  line-height:1.45;
}
.industry-doc-grid b{
  display:block;
  color:#1f3a5f;
  margin-bottom:3px;
}
.industry-doc-grid span{
  color:#667587;
}
#pauseCarousel{
  border-radius:999px;
  padding:0 10px;
  min-width:70px;
  min-height:30px;
  font-size:11px;
  border:1px solid rgba(255,255,255,.4);
  background:#fff;
}
.contact-shell{
  width:min(980px,calc(100% - 24px));
  margin:12px auto;
  border:1px solid rgba(21,23,26,.14);
  background:#fff;
  border-radius:20px;
  padding:12px 12px 22px;
  box-shadow:var(--shadow);
}
.content-card{
  border:1px solid var(--line);
  border-radius:16px;
  padding:12px;
  margin-top:8px;
  background:#fafbfd;
}
.content-card h1,.content-card h2,.content-card h3{margin:0 0 8px}
.content-card p,.content-card li{color:#4f5964;line-height:1.6}
.content-card ul,.content-card ol{padding-left:18px}
.content-card a{color:#111418;text-decoration:underline}
@keyframes rise{
  from{opacity:0;transform:translateY(8px)}
  to{opacity:1;transform:translateY(0)}
}
@media (prefers-reduced-motion:reduce){
  *{animation:none!important;transition:none!important}
}
@media (max-width:980px){
  body{overflow:auto}
  .station{
    width:calc(100% - 16px);
    height:auto;
    min-height:100dvh;
    grid-template-rows:auto auto auto;
    overflow:visible;
  }
  .trust-carousel{min-height:320px;height:auto}
  .hero-card{grid-template-columns:1fr;padding:16px 48px 18px 16px}
  .hero-visual{min-height:130px}
  .main-workspace{grid-template-columns:1fr;overflow:visible}
  .left-nav{border-right:0;border-bottom:1px solid var(--line)}
  .nav-items{grid-template-columns:repeat(2,minmax(0,1fr))}
  .preview-panel{border-right:0;border-bottom:1px solid var(--line);overflow:visible}
  .catalog-filter{grid-template-columns:repeat(2,minmax(0,1fr))}
  .catalog-controls{grid-template-columns:repeat(2,minmax(0,1fr))}
  .catalog-search-wrap{grid-column:1 / -1}
  .catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .company-module-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .sample-head{display:block}
  .sample-head p{margin-top:8px}
  .trial-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .inline-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .policy-grid,.compliance-flow,.industry-doc-grid{grid-template-columns:1fr}
  .visual-grid{grid-template-columns:1fr}
  .visual-landing-grid{grid-template-columns:1fr}
  .visual-landing-hero{
    background:linear-gradient(145deg,#121417,#252a32);
  }
  .faq-grid{grid-template-columns:1fr}
  .seo-grid,
  .market-grid{grid-template-columns:1fr}
  .seo-knowledge h3,
  .market-intelligence h3,
  .faq-static h3{font-size:15px}
  .ai-panel{
    min-height:560px;
    grid-template-rows:48px minmax(260px,1fr) auto auto auto auto;
  }
  .ai-support-strip{display:none}
  .seo-footer{
    grid-template-columns:1fr;
    max-height:none;
    overflow:visible;
    padding-bottom:88px;
  }
  .footer-actions{flex-wrap:wrap}
  .footer-actions a{min-height:48px}
  .site-topbar{
    margin:0;
    border-radius:0;
    border-left:0;
    border-right:0;
  }
  .topbar-inner{
    padding:8px 12px;
    min-height:52px;
    align-items:flex-start;
  }
  .topbar-nav{
    justify-content:flex-end;
  }
  .global-lang-switch{
    order:3;
    width:100%;
    justify-content:flex-end;
  }
  .topbar-mark{display:none}
  .topbar-brand span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .floating-rail{
    right:10px;
    top:auto;
    bottom:12px;
    transform:none;
  }
  .floating-rail:hover,
  .floating-rail:focus-within{
    transform:none;
  }
  .rail-btn{
    width:46px;
    min-height:42px;
    border-radius:999px;
  }
  .floating-rail .rail-btn:hover{
    width:46px;
    font-size:0;
    transform:translateY(-1px);
  }
  .floating-wa-hint{
    right:44px;
    max-width:200px;
    font-size:11px;
  }
}
@media (max-width:560px){
  .station{width:100%;margin:0;border-radius:0}
  .trust-carousel{min-height:360px;height:auto}
  .hero-copy h1,.hero-copy h2{font-size:26px}
  .catalog-controls{grid-template-columns:1fr}
  .catalog-grid{grid-template-columns:1fr}
  .company-module-grid{grid-template-columns:1fr}
  .trial-grid{grid-template-columns:1fr}
  .inline-product-grid{grid-template-columns:1fr}
  .nav-items{grid-template-columns:1fr}
  .dialog-head{padding:6px 8px}
  .bot small{display:none}
  .lang-switch button{min-width:28px}
  .messages{padding:10px 8px 8px}
  .bubble{font-size:12px}
  .quick-replies{padding:5px 8px}
  .quick-replies button{min-height:28px;font-size:11px}
  .lead-privacy-note{display:none}
  .input-zone{
    flex-direction:row;
    gap:6px;
    padding:6px 8px;
  }
  .attach-btn{width:38px;height:38px}
  .input-zone input{
    width:auto;
    min-height:38px;
    height:38px;
    padding:0 10px;
  }
  .input-zone button{
    width:auto;
    min-width:56px;
    min-height:38px;
    height:38px;
    padding:0 10px;
  }
  .file-chips{padding:0 8px 6px}
}

/* v91 hotfix: product images visible in zoom-button based cards */
.catalog-art .image-zoom-trigger,
.inline-product-card figure .image-zoom-trigger,
.trial-card .image-zoom-trigger,
.visual-landing-card figure .image-zoom-trigger{
  width:100%;
  height:100%;
  min-height:0;
  display:block;
  border:0;
  padding:0;
  margin:0;
  background:transparent;
  cursor:zoom-in;
}
.catalog-art img,
.inline-product-card img,
.trial-card img{
  width:100%;
  height:100%;
  display:block;
  object-fit:contain;
  object-position:center;
  padding:10px;
  box-sizing:border-box;
  background:#f4f5f6;
}
.trial-card img{
  height:auto;
  aspect-ratio:1/1;
}
.catalog-art,
.inline-product-card figure{
  background:#f4f5f6;
}
/* v103 category navigation, breadcrumb and cache-busted clean image layout */
.desk-breadcrumb {
  position: sticky;
  top: var(--topbar-height, 64px);
  z-index: 30;
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 7px clamp(14px, 2vw, 24px);
  border-bottom: 1px solid rgba(17, 20, 24, 0.08);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: #68717b;
  font-size: 12px;
  line-height: 1.2;
}

.desk-breadcrumb a {
  color: #111418;
  text-decoration: none;
  font-weight: 700;
}

.desk-breadcrumb strong {
  color: #d62828;
  font-weight: 800;
}

.topbar-nav {
  gap: clamp(10px, 1.2vw, 18px);
  font-size: clamp(11px, .86vw, 13px);
}

.left-nav {
  width: clamp(176px, 13vw, 210px);
}

.nav-items {
  padding-bottom: 72px;
}

.nav-items a {
  min-height: 44px;
}

.nav-items a b {
  font-size: 13px;
  line-height: 1.15;
}

.nav-items a small {
  font-size: 10px;
  line-height: 1.2;
  max-width: 148px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.side-submit-purchase-list {
  position: sticky;
  bottom: 60px;
  z-index: 4;
  width: calc(100% - 18px);
  margin: 10px 9px 8px;
  border: 0;
  border-radius: 999px;
  background: #d62828;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  padding: 12px 10px;
  box-shadow: 0 8px 24px rgba(214, 40, 40, .22);
  cursor: pointer;
}

.side-submit-purchase-list:hover {
  background: #b91f1f;
  transform: translateY(-1px);
}

.visual-sample-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  margin: 10px 0 4px;
}

.visual-sample-strip img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  padding: 4px;
  border-radius: 10px;
  border: 1px solid rgba(17, 20, 24, .08);
  background: #f5f7f9;
}

.visual-landing-window::before {
  content: "Filters: MOQ · neutral packaging · material · stock / custom";
  display: block;
  width: fit-content;
  max-width: 100%;
  margin: 0 0 12px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(214, 40, 40, .08);
  color: #9f1f1f;
  font-size: 12px;
  font-weight: 800;
}

@media (max-width: 980px) {
  .desk-breadcrumb {
    top: 56px;
    overflow-x: auto;
  }
  .left-nav {
    width: 100%;
  }
  .side-submit-purchase-list {
    position: relative;
    bottom: auto;
    width: calc(100% - 20px);
  }
}

/* v104 emergency layout stability: breadcrumb must not become an extra station grid row */
.station{
  grid-template-rows:auto clamp(132px,16dvh,180px) minmax(420px,1fr) 52px !important;
}
.desk-breadcrumb{
  display:none !important;
}
.site-topbar{
  min-height:56px;
}
.topbar-inner{
  min-height:56px !important;
  max-height:70px;
  align-items:center !important;
  gap:14px;
  overflow:hidden;
}
.topbar-brand{
  flex:0 0 auto;
  min-width:190px;
}
.topbar-nav{
  flex:1 1 auto;
  min-width:0;
  display:flex;
  flex-wrap:nowrap !important;
  overflow-x:auto;
  overflow-y:hidden;
  scrollbar-width:none;
  gap:8px !important;
  white-space:nowrap;
  justify-content:flex-start !important;
}
.topbar-nav::-webkit-scrollbar{display:none}
.topbar-nav a{
  flex:0 0 auto;
  white-space:nowrap;
  padding:8px 7px;
  font-size:12px;
}
.global-lang-switch{
  flex:0 0 auto;
}
.trust-carousel{
  height:100% !important;
  min-height:132px !important;
}
.hero-card{
  padding:12px 18px !important;
  grid-template-columns:minmax(260px,42%) minmax(360px,1fr) !important;
  gap:22px !important;
}
.hero-visual{
  min-height:120px !important;
  max-height:156px;
}
.hero-copy h1,.hero-copy h2{
  font-size:clamp(24px,2.8vw,38px) !important;
  line-height:1.04 !important;
  margin-bottom:6px !important;
}
.hero-copy p{
  max-width:760px;
  line-height:1.35 !important;
  margin:0 0 10px !important;
}
.main-workspace{
  min-height:420px !important;
  height:auto !important;
}
.preview-panel,.ai-panel,.left-nav{
  min-height:0 !important;
}
@media (max-width:980px){
  body{overflow:auto}
  .station{height:auto;min-height:100dvh;grid-template-rows:auto auto auto auto !important;overflow:visible}
  .topbar-inner{max-height:none;overflow:visible;flex-wrap:wrap}
  .topbar-nav{order:3;width:100%}
  .trust-carousel{min-height:310px !important;height:auto !important}
  .hero-card{grid-template-columns:1fr !important}
  .hero-visual{max-height:none}
  .main-workspace{min-height:0 !important}
}

/* v104.1 hero text containment */
.hero-copy{
  min-width:0;
  overflow:hidden;
}
.hero-copy h1,.hero-copy h2{
  max-width:860px;
  font-size:clamp(22px,2.35vw,32px) !important;
  line-height:1.05 !important;
  letter-spacing:-.035em;
  overflow-wrap:break-word;
}
.hero-copy p{
  max-width:760px;
  font-size:13px;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.carousel-controls{
  right:16px;
  bottom:10px;
}

/* v105 business sourcing layout: calm B2B visual system */
:root{
  --bg:#f3f6fa;
  --panel:#ffffff;
  --ink:#1f2933;
  --muted:#667587;
  --line:#dce3ea;
  --soft:#f7f9fc;
  --dark:#10243f;
  --accent:#1f3a5f;
  --red:#1f3a5f;
  --radius:14px;
  --shadow:0 14px 34px rgba(31,58,95,.10);
}
body{
  background:#f3f6fa !important;
  color:var(--ink);
}
.station{
  background:#f3f6fa;
  grid-template-rows:auto clamp(150px,17dvh,190px) minmax(440px,1fr) 50px !important;
}
.site-topbar{
  background:rgba(255,255,255,.96) !important;
  color:var(--ink) !important;
  border-bottom:1px solid rgba(31,58,95,.12);
  box-shadow:0 8px 24px rgba(31,58,95,.06);
}
.site-topbar.scrolled{
  background:rgba(255,255,255,.98) !important;
  color:var(--ink) !important;
}
.top-contact-bar{
  min-height:28px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  padding:5px 14px;
  border-bottom:1px solid rgba(31,58,95,.10);
  background:#10243f;
  color:#e8eef6;
  font-size:11px;
  font-weight:800;
  white-space:nowrap;
  overflow-x:auto;
  scrollbar-width:none;
}
.top-contact-bar::-webkit-scrollbar{display:none}
.top-contact-bar a,.top-contact-bar span{flex:0 0 auto}
.top-contact-bar a:hover{text-decoration:underline}
.topbar-inner{
  min-height:52px !important;
  padding:8px 14px;
}
.topbar-brand span:last-child{
  color:#10243f;
}
.topbar-mark,.mark{
  border-radius:12px;
  box-shadow:0 4px 14px rgba(16,36,63,.14);
}
.topbar-nav a{
  color:#25384d !important;
  border-radius:10px;
}
.topbar-nav a:hover{
  background:#edf3f9;
  color:#10243f !important;
}
.global-lang-switch button.active{
  background:#1f3a5f;
}
.floating-rail .rail-btn.mail,
.floating-rail #openRfqWizard{
  display:none !important;
}
.floating-rail{
  right:18px;
  bottom:82px;
}
.floating-rail .rail-btn.whatsapp{
  width:54px;
  height:54px;
  border-radius:999px;
  display:grid;
  place-items:center;
  padding:0;
  font-size:0;
  background:#21b455;
  box-shadow:0 12px 28px rgba(33,180,85,.24);
}
.floating-rail .rail-btn.whatsapp::before{
  content:"WA";
  font-size:13px;
  font-weight:950;
  color:#fff;
}
.trust-carousel{
  background:#10243f !important;
  border-bottom:1px solid rgba(31,58,95,.18);
}
.hero-card{
  grid-template-columns:minmax(260px,38%) minmax(360px,1fr) !important;
  gap:20px !important;
  padding:10px 20px !important;
}
.hero-visual{
  border-radius:16px;
  border-color:rgba(255,255,255,.16);
  max-height:146px;
}
.hero-visual::before{
  background:linear-gradient(135deg,rgba(16,36,63,.10),rgba(255,255,255,.05));
}
.hero-copy span{
  background:rgba(255,255,255,.12);
  color:#dbe8f6;
  letter-spacing:.04em;
}
.hero-copy{
  overflow:visible !important;
  padding-top:2px;
}
.hero-copy h1,.hero-copy h2{
  max-width:780px;
  font-size:clamp(22px,2.1vw,30px) !important;
  letter-spacing:-.035em;
}
.hero-copy p{
  color:#d5dfeb;
  font-size:13px;
}
.catalog-cta,.central-rfq-button,.side-submit-purchase-list{
  background:#1f3a5f !important;
  color:#fff !important;
  box-shadow:0 10px 24px rgba(31,58,95,.20) !important;
}
.catalog-cta{
  min-height:34px;
  padding:0 14px;
}
.catalog-cta:hover,.central-rfq-button:hover,.side-submit-purchase-list:hover{
  background:#10243f !important;
}
.carousel-controls{
  background:rgba(255,255,255,.14);
}
.carousel-controls button{
  background:#fff;
  color:#10243f;
}
.main-workspace{
  grid-template-columns:clamp(148px,10vw,176px) minmax(700px,1fr) clamp(330px,27vw,500px);
  background:#f3f6fa;
}
.left-nav{
  background:#f7f9fc;
  border-right:1px solid #dce3ea;
  padding:8px 6px;
}
.nav-brand{
  min-height:48px;
  padding:6px;
}
.nav-brand b{font-size:13px}
.nav-brand small{font-size:10px}
.nav-items a{
  min-height:34px;
  padding:6px 7px;
  border-radius:9px;
}
.nav-items a.active,.nav-items a:hover{
  background:#e9eff6;
}
.nav-items a b{
  font-size:11.5px;
}
.nav-items a small{
  display:none !important;
}
.side-submit-purchase-list{
  width:calc(100% - 12px);
  margin:8px 6px;
  border-radius:11px;
  font-size:11px;
}
.preview-panel{
  padding:14px 18px;
  background:#fff;
}
.preview-head{
  margin-bottom:12px;
}
.preview-head h2{
  font-size:clamp(22px,2.1vw,30px);
  line-height:1.12;
  color:#10243f;
}
.preview-head p{
  max-width:880px;
  color:#667587;
  line-height:1.65;
}
.company-intro-strip,.sample-hub,.catalog-workbench,.central-rfq-panel,.listing-compliance-panel,.faq-panel,.insight-panel,.seo-knowledge,.market-intelligence{
  border-radius:16px !important;
  border:1px solid #dce3ea !important;
  background:#fff !important;
  box-shadow:0 10px 28px rgba(31,58,95,.07) !important;
}
.company-intro-copy span,.sample-head span,.central-rfq-panel span{
  background:#e9eff6 !important;
  color:#1f3a5f !important;
}
.company-intro-copy h3,.sample-head h3,.central-rfq-panel h3,.bench-head h3,.listing-compliance-panel h3,.faq-panel h3,.seo-knowledge h3,.market-intelligence h3{
  color:#10243f !important;
}
.company-intro-copy p,.sample-head p,.central-rfq-panel p{
  color:#667587;
  line-height:1.6;
}
.industry-entry-grid{
  grid-template-columns:repeat(6,minmax(0,1fr)) !important;
}
.company-module-grid article,.trial-card{
  border-radius:14px;
  border-color:#dce3ea;
  box-shadow:0 6px 18px rgba(31,58,95,.06);
}
.company-module-grid img,.trial-card img{
  aspect-ratio:1/1;
  object-fit:contain !important;
  padding:8px;
  background:#f7f9fc;
}
.industry-trial-grid{
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
}
.industry-trial-card p{
  min-height:0;
}
.central-rfq-panel{
  margin-top:14px;
  padding:16px;
  display:grid;
  grid-template-columns:minmax(220px,.75fr) minmax(420px,1.25fr);
  gap:18px;
  align-items:start;
}
.central-rfq-panel h3{
  margin:6px 0 4px;
  font-size:20px;
  letter-spacing:-.035em;
}
.central-rfq-panel p{
  margin:0;
  max-width:760px;
  font-size:13px;
}
.central-rfq-button{
  min-height:42px;
  border:0;
  border-radius:12px;
  padding:0 18px;
  font-size:13px;
  font-weight:900;
  white-space:nowrap;
}
.central-rfq-form{
  display:grid;
  gap:10px;
  min-width:0;
}
.rfq-form-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
}
.central-rfq-form label{
  display:grid;
  gap:5px;
  font-size:11px;
  font-weight:800;
  color:#334155;
}
.central-rfq-form input,
.central-rfq-form select,
.central-rfq-form textarea{
  width:100%;
  border:1px solid #d9e1ea;
  border-radius:10px;
  background:#f8fafc;
  color:#10243f;
  font:inherit;
  font-size:12px;
  padding:9px 10px;
  outline:none;
  min-height:38px;
}
.central-rfq-form textarea{
  resize:vertical;
  min-height:84px;
  line-height:1.45;
}
.central-rfq-form input:focus,
.central-rfq-form select:focus,
.central-rfq-form textarea:focus{
  border-color:#1f3a5f;
  box-shadow:0 0 0 3px rgba(31,58,95,.11);
  background:#fff;
}
.rfq-full,
.rfq-upload{
  grid-column:1/-1;
}
.rfq-upload small{
  color:#738196;
  font-weight:600;
  line-height:1.45;
}
.rfq-form-actions{
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
}
.central-rfq-status{
  margin:0 !important;
  font-size:12px !important;
  color:#64748b !important;
  line-height:1.45 !important;
}
.central-rfq-status[data-tone="success"]{
  color:#047857 !important;
}
.central-rfq-status[data-tone="error"]{
  color:#b91c1c !important;
}
.central-rfq-button:disabled{
  opacity:.62;
  cursor:wait;
}
.catalog-controls{
  display:grid;
  grid-template-columns:minmax(220px,1.6fr) repeat(5,minmax(94px,.8fr)) auto;
  gap:8px;
}
.catalog-grid{
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:12px;
}
.catalog-card{
  border-color:#dce3ea;
  border-radius:14px;
  box-shadow:0 6px 18px rgba(31,58,95,.055);
}
.catalog-art{
  background:#f7f9fc;
}
.catalog-art img{
  object-fit:contain !important;
  padding:10px;
  background:#f7f9fc;
}
.catalog-content{
  padding:9px 10px 11px;
}
.catalog-content h4{
  color:#10243f;
  font-size:13px;
  line-height:1.2;
}
.catalog-content p{
  color:#667587;
  font-size:11px;
  line-height:1.35;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.catalog-meta{
  margin-top:6px;
  display:flex;
  flex-wrap:wrap;
  gap:5px;
}
.catalog-meta span:nth-child(n+3),
.catalog-colors{
  display:none !important;
}
.catalog-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:6px;
}
.catalog-actions button,.catalog-actions a{
  border-radius:10px !important;
  min-height:30px;
  font-size:11px !important;
  font-weight:900 !important;
}
.catalog-actions button:first-child{
  background:#10243f !important;
}
.catalog-wa-btn{
  background:#fff !important;
  color:#10243f !important;
  border:1px solid #dce3ea !important;
}
.ai-panel{
  background:#f7f9fc;
  border-left:1px solid #dce3ea;
}
.dialog-head{
  background:#fff;
  border-bottom:1px solid #dce3ea;
}
.messages{
  gap:8px;
  padding:12px;
}
.message .bubble{
  border-radius:16px;
  line-height:1.55;
}
.ai-support-strip{
  display:none !important;
}
.lead-privacy-note{
  padding:6px 12px;
  font-size:10px;
  color:#7a8796;
}
.quick-replies{
  padding:8px 10px;
  gap:6px;
}
.quick-replies button{
  min-height:30px;
  border-radius:999px;
  font-size:11px;
  background:#fff;
}
.input-zone{
  margin:8px 10px 10px;
  padding:6px;
  border:1px solid #dce3ea;
  border-radius:16px;
  background:#fff;
  display:grid;
  grid-template-columns:34px minmax(0,1fr) 58px;
  gap:6px;
}
.attach-btn{
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border-radius:11px;
  background:#f1f5f9;
  font-size:0;
}
.attach-btn span[aria-hidden="true"]{
  font-size:16px;
}
.input-zone input{
  min-height:34px;
  font-size:13px;
}
.input-zone button{
  min-height:34px;
  border-radius:11px;
  background:#1f3a5f;
  font-size:12px;
}
.seo-footer{
  height:50px;
  background:#10243f !important;
}
.footer-actions a:first-child{
  background:#1f3a5f !important;
}
.footer-actions a{
  min-height:30px;
}
@media (max-width:1200px){
  .main-workspace{
    grid-template-columns:clamp(136px,12vw,164px) minmax(520px,1fr) clamp(300px,28vw,420px);
  }
  .industry-entry-grid{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  }
  .catalog-grid{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  }
}
@media (max-width:980px){
  .top-contact-bar{
    justify-content:flex-start;
  }
  .main-workspace{
    display:block;
  }
  .left-nav{
    position:sticky;
    top:0;
    z-index:20;
    width:100%;
    max-height:190px;
    overflow:auto;
    border-right:0;
    border-bottom:1px solid #dce3ea;
  }
  .nav-brand::after{
    content:"Menu";
    margin-left:auto;
    padding:5px 9px;
    border-radius:999px;
    background:#e9eff6;
    color:#1f3a5f;
    font-size:11px;
    font-weight:900;
  }
  .nav-items{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    padding-bottom:8px;
  }
  .preview-panel,.ai-panel{
    border-right:0;
    border-left:0;
  }
  .central-rfq-panel{
    grid-template-columns:1fr;
  }
  .rfq-form-grid{
    grid-template-columns:1fr;
  }
  .catalog-controls{
    grid-template-columns:1fr 1fr;
  }
  .catalog-search-wrap{
    grid-column:1 / -1;
  }
  .industry-entry-grid,.industry-trial-grid,.catalog-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
}
@media (max-width:640px){
  .hero-card{
    padding:12px !important;
  }
  .hero-copy h1,.hero-copy h2{
    font-size:24px !important;
  }
  .industry-entry-grid,.industry-trial-grid,.catalog-grid{
    grid-template-columns:1fr !important;
  }
  .catalog-controls{
    grid-template-columns:1fr;
  }
  .input-zone{
    grid-template-columns:38px minmax(0,1fr) 64px;
  }
}
/* v108 global navigation and left accordion category system */
:root{
  --v108-blue:#1f3a5f;
  --v108-blue-dark:#15273f;
  --v108-page:#f4f6f8;
  --v108-text:#242a31;
  --v108-muted:#6b7280;
  --v108-line:#dce2e8;
  --v108-red:#D62828;
}
.sr-only{
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}
.topbar-inner{
  gap:12px;
  min-height:58px;
}
.topbar-brand{
  flex:0 0 auto;
  min-width:190px;
}
.topbar-brand span:last-child{
  color:var(--v108-blue-dark);
  letter-spacing:-.03em;
}
.mobile-menu-toggle{
  display:none;
  border:1px solid var(--v108-line);
  border-radius:999px;
  background:#fff;
  color:var(--v108-blue-dark);
  font-size:12px;
  font-weight:800;
  padding:8px 12px;
}
.topbar-nav{
  flex:1 1 auto;
  min-width:0;
  justify-content:center;
  gap:4px;
}
.topbar-nav a,
.topbar-policy-menu summary{
  min-height:34px;
  display:inline-flex;
  align-items:center;
  padding:8px 10px;
  border-radius:999px;
  color:var(--v108-text);
  font-size:12px;
  font-weight:800;
  text-decoration:none;
  white-space:nowrap;
  cursor:pointer;
}
.topbar-nav a:hover,
.topbar-policy-menu[open] summary,
.topbar-policy-menu summary:hover{
  background:#eef2f7;
  color:var(--v108-blue);
}
.topbar-policy-menu{
  position:relative;
}
.topbar-policy-menu summary{
  list-style:none;
}
.topbar-policy-menu summary::-webkit-details-marker{display:none}
.topbar-policy-menu div{
  position:absolute;
  top:42px;
  left:0;
  z-index:30;
  min-width:180px;
  padding:8px;
  border:1px solid var(--v108-line);
  border-radius:14px;
  background:#fff;
  box-shadow:0 14px 36px rgba(20,32,48,.14);
}
.topbar-policy-menu div a{
  width:100%;
  justify-content:flex-start;
  border-radius:10px;
}
.topbar-search{
  flex:0 1 260px;
  min-width:180px;
}
.topbar-search input{
  width:100%;
  height:36px;
  border:1px solid var(--v108-line);
  border-radius:999px;
  background:#fff;
  color:var(--v108-text);
  padding:0 14px;
  font-size:12px;
  outline:none;
}
.topbar-search input:focus{
  border-color:var(--v108-blue);
  box-shadow:0 0 0 3px rgba(31,58,95,.12);
}
.topbar-wa{
  flex:0 0 auto;
  min-height:36px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:#1fb655;
  color:#fff;
  padding:8px 14px;
  font-size:12px;
  font-weight:900;
  text-decoration:none;
  box-shadow:0 8px 18px rgba(31,182,85,.22);
}
.topbar-wa:hover{
  filter:brightness(1.05);
  transform:translateY(-1px);
}
.accordion-nav{
  display:flex;
  flex-direction:column;
  gap:6px;
}
.side-accordion-item{
  border:1px solid transparent;
  border-radius:14px;
  background:#fff;
}
.side-accordion-item[open]{
  border-color:var(--v108-line);
  box-shadow:0 8px 22px rgba(20,32,48,.08);
}
.side-accordion-item summary{
  min-height:42px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:2px;
  padding:9px 10px;
  cursor:pointer;
  list-style:none;
}
.side-accordion-item summary::-webkit-details-marker{display:none}
.side-accordion-item summary span{
  color:var(--v108-text);
  font-size:12px;
  font-weight:900;
  line-height:1.15;
}
.side-accordion-item summary small{
  color:var(--v108-muted);
  font-size:10px;
  line-height:1.15;
}
.side-sub-links{
  display:grid;
  gap:3px;
  padding:0 8px 8px;
}
.side-sub-links a{
  min-height:28px;
  display:flex;
  align-items:center;
  border-radius:9px;
  padding:6px 8px;
  color:#374151;
  font-size:11px;
  font-weight:750;
  text-decoration:none;
}
.side-sub-links a:hover,
.side-sub-links a.active{
  background:#edf2f8;
  color:var(--v108-blue);
}
.side-sample-strip{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:5px;
  padding:0 8px 10px;
}
.side-sample-strip img{
  width:100%;
  aspect-ratio:1;
  object-fit:cover;
  border:1px solid var(--v108-line);
  border-radius:8px;
  background:#f7f8fa;
}
.side-submit-purchase-list{
  position:sticky;
  bottom:8px;
  z-index:4;
}
@media (max-width:1180px){
  .topbar-search{display:none}
  .topbar-nav a,.topbar-policy-menu summary{padding:8px 8px;font-size:11px}
}
@media (max-width:860px){
  .topbar-inner{
    flex-wrap:wrap;
  }
  .mobile-menu-toggle{
    display:inline-flex;
    margin-left:auto;
  }
  .topbar-nav,
  .topbar-wa,
  .global-lang-switch{
    display:none;
  }
  .site-topbar.mobile-open .topbar-nav{
    order:4;
    display:flex;
    width:100%;
    overflow-x:auto;
    justify-content:flex-start;
    padding:6px 0;
  }
  .site-topbar.mobile-open .topbar-wa,
  .site-topbar.mobile-open .global-lang-switch{
    display:flex;
  }
  .site-topbar.mobile-open .topbar-search{
    order:3;
    display:block;
    flex:1 0 100%;
  }
  .left-nav{
    max-height:42vh;
    overflow:auto;
  }
  .side-accordion-item summary{
    min-height:38px;
  }
  .side-sample-strip{
    display:none;
  }
}

/* v109 final override: keep homepage calm and spacious after legacy rules */
.trust-carousel{min-height:230px !important;max-height:280px !important;background:#101820 !important}
.hero-card{min-height:230px !important;grid-template-columns:minmax(320px,44%) 1fr !important;gap:24px !important;padding:18px 92px 18px 20px !important}
.hero-visual{min-height:160px !important;max-height:210px !important;border-radius:18px !important}
.hero-visual img{width:100% !important;height:100% !important;object-fit:cover !important}
.hero-copy h1,.hero-copy h2{font-size:clamp(26px,3vw,42px) !important;line-height:1.08 !important;letter-spacing:-.04em !important}
.hero-copy p{font-size:15px !important;line-height:1.55 !important;max-width:720px !important}
.preview-panel{background:#f4f6f8 !important;padding:22px !important}
.preview-head,.company-intro-strip,.catalog-workbench,.sample-hub,.home-service-panel,.central-rfq-panel,.home-trust-panel,.listing-compliance-panel,.faq-panel,.insight-panel,.seo-knowledge,.market-intelligence{background:#fff !important;border:1px solid #dfe5eb !important;border-radius:18px !important;box-shadow:0 10px 24px rgba(24,50,74,.08) !important;margin-bottom:22px !important}
.industry-entry-grid{display:grid !important;grid-template-columns:repeat(6,minmax(0,1fr)) !important;gap:14px !important}
.industry-entry-grid img,.sample-mini-grid img,.inline-product-card img,.product-card img{object-fit:contain !important}
.industry-entry-grid img,.sample-mini-grid img{aspect-ratio:1/1 !important;width:100% !important;height:auto !important;background:#fff !important;border-radius:12px !important}
.industry-sample-groups{display:grid !important;grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:16px !important;margin-top:16px !important}
.sample-group{border:1px solid #dfe5eb !important;border-radius:18px !important;background:#fbfcfd !important;padding:14px !important}
.sample-mini-grid{display:grid !important;grid-template-columns:repeat(4,minmax(0,1fr)) !important;gap:10px !important}
.sample-mini-grid button{border:1px solid #dfe5eb !important;background:#fff !important;border-radius:14px !important;padding:8px !important;cursor:pointer !important;text-align:left !important}
.sample-mini-grid span{display:block !important;margin-top:6px !important;color:#26313c !important;font-size:12px !important;font-weight:800 !important;line-height:1.25 !important}
.home-service-panel,.home-trust-panel,.home-sample-zone{padding:24px !important}
.service-grid,.trust-proof-grid{display:grid !important;grid-template-columns:repeat(4,minmax(0,1fr)) !important;gap:14px !important;margin-top:16px !important}
.service-grid article,.trust-proof-grid article{border:1px solid #dfe5eb !important;border-radius:16px !important;background:#fbfcfd !important;padding:14px !important}
.service-grid img{width:100% !important;aspect-ratio:16/10 !important;object-fit:cover !important;border-radius:12px !important;background:#fff !important;border:1px solid #dfe5eb !important;margin-bottom:10px !important}
.topbar-wa,.catalog-cta,.central-rfq-button,.side-submit-purchase-list{background:#18324a !important;border-color:#18324a !important;color:#fff !important}
.catalog-grid{grid-template-columns:repeat(4,minmax(0,1fr)) !important;gap:14px !important}
@media (max-width:1180px){.industry-entry-grid,.catalog-grid{grid-template-columns:repeat(3,minmax(0,1fr)) !important}.industry-sample-groups,.service-grid,.trust-proof-grid{grid-template-columns:1fr 1fr !important}}
@media (max-width:760px){.trust-carousel{max-height:none !important;min-height:360px !important}.hero-card{grid-template-columns:1fr !important;padding:16px 56px 18px 16px !important}.hero-visual{max-height:170px !important}.industry-entry-grid,.catalog-grid,.service-grid,.trust-proof-grid{grid-template-columns:1fr 1fr !important}.industry-sample-groups{grid-template-columns:1fr !important}.sample-mini-grid{grid-template-columns:1fr 1fr !important}.preview-panel{padding:14px !important}}
