/* GIGZAKAZ 2.18.1R1 — COMPACT FAST PRODUCT UI
   Approved visual reference: compact product layout, photo-led categories,
   strict hierarchy, two surface colours only (turquoise + ivory), fast motion policy. */
:root{
  --gz-product-turquoise:#55D2C7;
  --gz-product-ivory:#F7F2E7;
  --gz-product-ink:#102823;
  --gz-product-muted:#62766f;
  --gz-product-line:#B7CEC7;
  --gz-product-line-strong:#89AEA6;
  --gz-product-radius:12px;
  --gz-product-radius-sm:9px;
  --gz-product-shadow:0 6px 18px rgba(16,40,35,.055);
  --gz-product-max:1440px;
  --gz-space-1:4px;
  --gz-space-2:8px;
  --gz-space-3:12px;
  --gz-space-4:16px;
  --gz-space-5:20px;
  --gz-space-6:24px;
}

html{scroll-behavior:auto!important}
html,body{background:var(--gz-product-ivory)!important;color:var(--gz-product-ink)!important}
body{font-size:14px!important;line-height:1.38!important;letter-spacing:0!important}
body,.section,.hero,.site-header,.site-footer,.cab-body,.cab-shell,.cab-main,.cab-view{
  background-image:none!important;
}
.container{width:min(calc(100% - 40px),var(--gz-product-max))!important;margin-inline:auto!important}
.section{padding:18px 0!important;border-top:1px solid var(--gz-product-line)!important}
.section:first-of-type{border-top:0!important}
.section-title,.cab-h1{
  margin:0!important;
  color:var(--gz-product-ink)!important;
  font-size:26px!important;
  line-height:1.08!important;
  letter-spacing:-.03em!important;
  font-weight:800!important;
}
.docs-sub,.market360-sub,.hero-slogan,.dir-hero-tagline,.cab-muted,.calc-note{
  margin:4px 0 0!important;
  color:var(--gz-product-muted)!important;
  font-size:12.5px!important;
  line-height:1.35!important;
}
h1,h2,h3,h4,p{max-width:100%;overflow-wrap:anywhere}

/* Global controls */
.btn,button,input,select,textarea,.field,.field-dark{font-family:inherit!important}
.btn,.btn-light,.btn-ghost,.btn-cabinet,.btn-login,.lang-trigger,.btn-bell,
.market-notify-btn,.premium-analysis-toggle,.feed-arrow,.market-rail-arrow{
  min-height:36px!important;
  padding:7px 11px!important;
  border-radius:9px!important;
  font-size:12px!important;
  line-height:1.15!important;
  font-weight:800!important;
  box-shadow:none!important;
}
.btn-cta,.market-primary-action,.premium-create-action,.bottom-create{
  background:var(--gz-product-turquoise)!important;
  color:var(--gz-product-ink)!important;
  border-color:var(--gz-product-line-strong)!important;
}
/* Переключатели и флажки — не поля ввода: высоту и отступы полей им не даём.
   :where() не добавляет правилу веса (11.09.2026). */
input:where(:not([type="radio"]):not([type="checkbox"])),select,textarea,.field,.field-dark{
  min-height:38px!important;
  padding:8px 10px!important;
  border:1px solid var(--gz-product-line)!important;
  border-radius:9px!important;
  background:var(--gz-product-ivory)!important;
  color:var(--gz-product-ink)!important;
  font-size:13px!important;
  line-height:1.2!important;
  box-shadow:none!important;
}
input::placeholder,textarea::placeholder{color:#74867f!important;opacity:1!important}

/* Header: single compact desktop row */
.site-header{background:var(--gz-product-ivory)!important;border-bottom:1px solid var(--gz-product-line)!important;box-shadow:none!important}
.header-inner{min-height:58px!important;height:auto!important;padding-block:5px!important;gap:18px!important}
.logo{font-size:24px!important;line-height:1!important;letter-spacing:.02em!important}
.header-nav{gap:26px!important}
.header-nav a,.btn-cabinet,.btn-login{font-size:12.5px!important}
.header-actions{gap:9px!important}
.header-search{height:36px!important}

/* Homepage hero — compact command surface */
.home-page .hero{
  min-height:0!important;
  padding:28px 0 20px!important;
  background:var(--gz-product-turquoise)!important;
  border-bottom:1px solid var(--gz-product-line-strong)!important;
}
.home-page .hero-inner{max-width:1320px!important;text-align:center!important}
.home-page .hero-eyebrow,.home-page .premium-legacy-quick,.home-page .premium-legacy-links{display:none!important}
.home-page .hero-title{
  margin:0!important;
  font-size:50px!important;
  line-height:.96!important;
  letter-spacing:-.055em!important;
  color:var(--gz-product-ink)!important;
  text-shadow:none!important;
}
.home-page .hero-slogan{font-size:15px!important;margin-top:6px!important}
.home-page .premium-command-center{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 250px!important;
  gap:10px!important;
  max-width:1180px!important;
  margin:18px auto 0!important;
}
.home-page .premium-command-search{
  min-height:48px!important;
  padding:5px 6px 5px 13px!important;
  border:1px solid var(--gz-product-line-strong)!important;
  border-radius:12px!important;
  background:var(--gz-product-ivory)!important;
  box-shadow:none!important;
}
.home-page .premium-command-search .field{
  border:0!important;
  min-height:36px!important;
  background:transparent!important;
  padding-inline:7px!important;
}
.home-page .premium-command-search .divider{height:24px!important}
.home-page .premium-command-search .btn{min-width:104px!important;height:38px!important}
.home-page .premium-create-action{
  min-height:48px!important;
  padding:7px 12px!important;
  border-radius:12px!important;
  display:flex!important;
  align-items:center!important;
  gap:9px!important;
  text-align:left!important;
}
.home-page .premium-create-action>i{width:30px!important;height:30px!important;font-size:18px!important;border-radius:9px!important}
.home-page .premium-create-action b{font-size:14px!important;line-height:1.1!important}
.home-page .premium-create-action small{font-size:11px!important;line-height:1.2!important}
.home-page .premium-home-pulse{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:10px!important;
  max-width:1180px!important;
  margin:10px auto 0!important;
}
.home-page .premium-pulse-card{
  min-height:62px!important;
  padding:8px 12px!important;
  border:1px solid var(--gz-product-line-strong)!important;
  border-radius:12px!important;
  background:var(--gz-product-ivory)!important;
  display:grid!important;
  grid-template-columns:30px minmax(0,1fr) 16px!important;
  align-items:center!important;
  gap:8px!important;
}
.home-page .premium-pulse-icon{width:30px!important;height:30px!important;border-radius:9px!important}
.home-page .premium-pulse-card b{font-size:15px!important;line-height:1.1!important}
.home-page .premium-pulse-card small{font-size:11px!important;line-height:1.2!important;color:var(--gz-product-muted)!important}

/* Main directions — all 9 cards fit on desktop, photo-first */
.home-page #directions{padding:16px 0 12px!important;background:var(--gz-product-ivory)!important}
.home-page #directions .section-title{text-align:center!important;font-size:23px!important;margin-bottom:10px!important}
.home-page .dir-grid{
  display:grid!important;
  grid-template-columns:repeat(9,minmax(0,1fr))!important;
  gap:7px!important;
  overflow:visible!important;
  padding:0!important;
}
.home-page .dir-card{
  min-width:0!important;
  width:auto!important;
  padding:0!important;
  display:grid!important;
  border:1px solid var(--gz-product-line)!important;
  border-radius:11px!important;
  background:var(--gz-product-ivory)!important;
  box-shadow:none!important;
  transform:none!important;
}
.home-page .dir-card-img{
  background-position:center!important;
  background-size:cover!important;
  background-repeat:no-repeat!important;
  border-radius:0!important;
  filter:none!important;
  transform:none!important;
}
.home-page .dir-card-img::after,.home-page .dir-card-img::before,.home-page .dir-card-img i{display:none!important}
.home-page .dir-card-body{
  min-width:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:var(--gz-product-ivory)!important;
}
.home-page .dir-title{
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
  margin:0!important;
  color:var(--gz-product-ink)!important;
  font-weight:800!important;
  text-align:center!important;
}
.home-page .dir-tagline,.home-page .dir-card-meta{display:none!important}

/* Services — compact chip row, no dead space */
.home-page .services-section{padding:10px 0 14px!important;background:var(--gz-product-ivory)!important}
.home-page .services-section .section-title{text-align:center!important;font-size:22px!important;margin-bottom:8px!important}
.home-page .svc-grid{
  display:grid!important;
  grid-template-columns:repeat(7,minmax(0,1fr))!important;
  gap:7px!important;
  overflow:visible!important;
  padding:0!important;
}
.home-page .svc-card{
  min-width:0!important;
  width:auto!important;
  height:44px!important;
  min-height:44px!important;
  padding:6px 8px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:6px!important;
  border:1px solid var(--gz-product-line)!important;
  border-radius:10px!important;
  background:var(--gz-product-ivory)!important;
}
.home-page .svc-icon{font-size:16px!important;color:#00A879!important}
.home-page .svc-title{font-size:10.5px!important;line-height:1.1!important;font-weight:800!important;text-align:center!important}

/* Market 360 — ivory working surface, compact dashboard */
.home-page .market360-section{
  padding:18px 0!important;
  background:var(--gz-product-ivory)!important;
  border-top:1px solid var(--gz-product-line)!important;
}
.home-page .market360-head,.home-page .unified-market-head{
  display:flex!important;
  align-items:flex-end!important;
  justify-content:space-between!important;
  gap:16px!important;
  margin-bottom:9px!important;
}
.home-page .market360-kicker{font-size:11px!important;line-height:1.15!important;padding:0!important;background:transparent!important}
.home-page .market360-title{font-size:24px!important;line-height:1.06!important;margin:3px 0 0!important}
.home-page .market360-sub{font-size:11.5px!important;margin-top:2px!important}
.home-page .market-primary-action{min-height:40px!important;padding:7px 11px!important;border-radius:10px!important}
.home-page .market-primary-action b{font-size:13px!important}.home-page .market-primary-action small{font-size:11px!important}
.home-page .market360-types,.home-page .market360-views{gap:5px!important;margin:5px 0!important;flex-wrap:wrap!important}
.home-page .market360-type,.home-page .market360-chip,.home-page .market-quick button{min-height:31px!important;padding:5px 8px!important;font-size:11px!important;border-radius:8px!important}
.home-page .market360-toolbar,.home-page .unified-market-toolbar{min-height:44px!important;padding:5px 7px!important;border-radius:10px!important;margin:7px 0!important}
.home-page #market360-search{min-height:34px!important}
.home-page .market-notify-btn{min-height:34px!important}
.home-page .premium-market-intelligence{
  display:grid!important;
  grid-template-columns:180px 180px 180px minmax(300px,1fr)!important;
  gap:0!important;
  border:1px solid var(--gz-product-line)!important;
  border-radius:11px!important;
  overflow:hidden!important;
  margin:8px 0 10px!important;
  background:var(--gz-product-ivory)!important;
}
.home-page .premium-market-metric,.home-page .premium-market-chart{
  min-height:74px!important;
  padding:9px 11px!important;
  border:0!important;
  border-right:1px solid var(--gz-product-line)!important;
  border-radius:0!important;
  background:var(--gz-product-ivory)!important;
}
.home-page .premium-market-chart{border-right:0!important}
.home-page .premium-market-metric small,.home-page .premium-market-chart small{font-size:11px!important}
.home-page .premium-market-metric strong,.home-page .premium-market-chart b{font-size:18px!important;line-height:1!important}
.home-page .premium-market-chart svg{height:38px!important;max-height:38px!important}
.home-page .market360-feed,.home-page .unified-market-feed{gap:9px!important;padding:0 1px 5px!important}
.home-page .market-signal-card{
  padding:0!important;
  border:1px solid var(--gz-product-line)!important;
  border-radius:11px!important;
  background:var(--gz-product-ivory)!important;
  box-shadow:none!important;
}
.home-page .market-signal-photo{
  display:block!important;
  width:100%!important;
  object-fit:cover!important;
  object-position:center!important;
  background:var(--gz-product-ivory)!important;
  border-bottom:1px solid var(--gz-product-line)!important;
}
.home-page .market-signal-top{gap:5px!important;}
.home-page .market-signal-kind,.home-page .market-signal-source,.home-page .market-signal-urgent{font-size:11px!important;line-height:1.15!important}
.home-page .market-signal-main{gap:6px!important}
.home-page .market-signal-visual{display:none!important}
.home-page .market-match-chip{font-size:9px!important;padding:3px 5px!important}
.home-page .market-signal-route{font-size:11px!important;line-height:1.2!important;}
.home-page .market-signal-facts{gap:6px!important}
.home-page .market-signal-facts>span{padding:6px!important;border-radius:8px!important;background:var(--gz-product-ivory)!important;border:1px solid var(--gz-product-line)!important}
.home-page .market-signal-facts small{font-size:8.5px!important}.home-page .market-signal-facts b{font-size:10.5px!important;line-height:1.2!important}
.home-page .market-signal-bottom{gap:5px!important}
.home-page .market-signal-freshness{font-size:9px!important;gap:6px!important}
.home-page .market-signal-actions{gap:5px!important}.home-page .market-signal-actions .btn{padding:5px 7px!important;font-size:9.5px!important}
.home-page .market360-note,.home-page .unified-market-note{margin-top:7px!important;padding:6px 8px!important;font-size:11px!important;line-height:1.25!important}

/* Analytics — compact, no title/subtitle overlap */
.home-page .analytics-section{padding:18px 0!important;background:var(--gz-product-ivory)!important}
.home-page .analytics-section>.container>.section-title{font-size:24px!important;margin:0!important}
.home-page .analytics-section>.container>.docs-sub{display:block!important;position:static!important;margin:3px 0 10px!important}
.home-page .premium-analytics-overview{display:grid!important;grid-template-columns:minmax(250px,.75fr) minmax(0,1.8fr)!important;gap:8px!important}
.home-page .premium-analytics-decision,.home-page .premium-analytics-chart{min-height:112px!important;padding:10px 12px!important;border:1px solid var(--gz-product-line)!important;border-radius:10px!important;background:var(--gz-product-ivory)!important}
.home-page .premium-analytics-decision strong{font-size:16px!important;line-height:1.2!important}.home-page .premium-analytics-decision small{font-size:11px!important}
.home-page .premium-analytics-chart svg{height:62px!important;max-height:62px!important}
.home-page .premium-analysis-toggle{width:100%!important;margin-top:8px!important;min-height:34px!important}
.home-page .premium-analysis-controls{margin-top:7px!important}
.home-page .kpi-grid,.home-page .analytics-row,.home-page #a-chips{display:none!important}

/* FAQ — lower-density help */
.home-page #faq{padding:16px 0 22px!important;background:var(--gz-product-ivory)!important}
.home-page #faq .section-title{text-align:left!important;font-size:23px!important;margin-bottom:8px!important}
.home-page .faq-list{gap:6px!important}.home-page .faq-q{padding:7px 10px!important;font-size:11.5px!important}.home-page .faq-a{font-size:11px!important}

/* Direction pages — no giant coloured hero, compact workflow */
.direction-page{background:var(--gz-product-ivory)!important}
.direction-page .dir-hero,.direction-page .hero-page{
  padding:12px 0 14px!important;
  min-height:0!important;
  background:var(--gz-product-ivory)!important;
  border-bottom:1px solid var(--gz-product-line)!important;
}
.direction-page .dir-hero-photo{display:none!important}
.direction-page .dir-switcher{margin:0 0 10px!important;gap:5px!important;justify-content:flex-start!important;overflow-x:auto!important;scrollbar-width:thin!important}
.direction-page .dir-switcher a,.direction-page .dir-switcher button{min-height:30px!important;padding:5px 8px!important;font-size:10px!important;border-radius:8px!important;white-space:nowrap!important}
.direction-page .dir-hero-head{display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:9px!important;margin:0!important}
.direction-page .dir-hero-icon{width:36px!important;height:36px!important;min-width:36px!important;border-radius:10px!important;font-size:18px!important}
.direction-page .hero-title-page{font-size:30px!important;line-height:1!important;margin:0!important;letter-spacing:-.04em!important}
.direction-page .hero-slogan{font-size:12px!important;margin:2px 0 0!important}
.direction-page .dir-hero-tagline{font-size:11px!important;margin:6px 0 8px!important}
.direction-page .hero-page-quick{
  margin:8px 0 0!important;
  padding:9px!important;
  border:1px solid var(--gz-product-line)!important;
  border-radius:10px!important;
  background:var(--gz-product-ivory)!important;
  color:var(--gz-product-ink)!important;
}
.direction-page .quick-order-label{font-size:10px!important;margin-bottom:6px!important;color:var(--gz-product-muted)!important}
.direction-page .quick-order-grid{gap:6px!important}
.direction-page .quick-order-grid .field-wrap label{font-size:9.5px!important}
.direction-page #orders{padding:14px 0!important;background:var(--gz-product-ivory)!important}
.direction-page #orders .section-title{font-size:24px!important}
.direction-page #orders .docs-sub{margin-bottom:6px!important}
.direction-page .lean-filter-toggle,.direction-page .lean-calc-toggle{min-height:34px!important}
.direction-page .feed-wrap{margin-top:8px!important}
.direction-page .feed .order-card{min-height:0!important}
.direction-page #analytics{padding:14px 0!important;background:var(--gz-product-turquoise)!important}
.direction-page #analytics .card,.direction-page #analytics .kpi,.direction-page #analytics .premium-analytics-decision,.direction-page #analytics .premium-analytics-chart{background:var(--gz-product-ivory)!important}
.direction-page .lean-cabinet-docs,.direction-page .dir-features-section{padding:12px 0!important}
.direction-page .lean-cabinet-docs .section-title,.direction-page .dir-features-section .section-title{font-size:22px!important}
.direction-page .dir-features-grid{gap:7px!important}.direction-page .feat-card{padding:9px!important;min-height:0!important}.direction-page .feat-title{font-size:12px!important}.direction-page .feat-text{font-size:10.5px!important}

/* Service page — compact product catalogue */
.service-page{background:var(--gz-product-ivory)!important}
.service-page .hero-page{padding:18px 0 14px!important;min-height:0!important;background:var(--gz-product-ivory)!important;border-bottom:1px solid var(--gz-product-line)!important}
.service-page .hero-title-page{font-size:30px!important;line-height:1!important;margin:0!important;letter-spacing:-.04em!important}
.service-page .hero-slogan{font-size:12px!important;margin:4px 0 8px!important}
.service-page .hero-page-quick{margin-top:8px!important;padding:8px!important;border:1px solid var(--gz-product-line)!important;border-radius:10px!important;background:var(--gz-product-ivory)!important}
.service-page .quick-order-grid{gap:6px!important}
.service-page .svc-chips-section{padding:10px 0!important}.service-page .svc-chips{gap:6px!important;flex-wrap:wrap!important}.service-page .svc-chip{min-height:32px!important;padding:5px 8px!important;font-size:10.5px!important;border-radius:8px!important}
.service-page #offers{padding:14px 0 20px!important}.service-page #offers .section-title{font-size:24px!important}.service-page #offers .feed-wrap{margin-top:8px!important}.service-page #svc-feed .order-card{min-height:0!important;padding:10px!important}
.service-page .site-footer{margin-top:0!important}

/* Blog — lightweight reading page, no animation-driven hidden content */
.blog-page{padding:22px 0!important;background:var(--gz-product-ivory)!important}
.blog-page .section-title{font-size:28px!important}.blog-page .docs-sub{margin-bottom:12px!important}
.blog-card,.article-card{background:var(--gz-product-ivory)!important;border:1px solid var(--gz-product-line)!important;box-shadow:none!important}

/* Cabinet — compact professional workspace */
.cab-body{background:var(--gz-product-ivory)!important}
.cab-body .cab-shell{grid-template-columns:208px minmax(0,1fr)!important;gap:14px!important;padding-top:12px!important;padding-bottom:36px!important}
.cab-body .cab-nav,.cab-body .cab-sidebar{top:70px!important;padding:9px 7px!important;border-radius:11px!important;background:var(--gz-product-ivory)!important;border:1px solid var(--gz-product-line)!important}
.cab-body .cab-nav-group+.cab-nav-group{margin-top:8px!important;padding-top:8px!important}.cab-body .cab-nav-label{font-size:11px!important;padding:0 8px 5px!important}.cab-body .cab-nav-item{min-height:34px!important;padding:6px 8px!important;font-size:11.5px!important;border-radius:8px!important}
.cab-body .cab-topbar{margin-bottom:10px!important;gap:8px!important}.cab-body .cab-view-head{margin-bottom:8px!important}.cab-body .cab-h1{font-size:25px!important}.cab-body .cab-muted{font-size:11px!important}
.cab-body .cab-card{padding:10px!important;border-radius:10px!important;background:var(--gz-product-ivory)!important;border:1px solid var(--gz-product-line)!important}.cab-body .cab-kpi{min-height:62px!important;padding:8px 10px!important}.cab-body .cab-kpi strong{font-size:17px!important}.cab-body .cab-row{padding-block:6px!important}
.cab-body .modal,.cab-body .gz-review-modal{background:var(--gz-product-ivory)!important}

/* Performance: the product shell is intentionally calm. */
.gz-fast-mode *, .gz-fast-mode *::before,.gz-fast-mode *::after{
  animation-duration:.001ms!important;
  animation-iteration-count:1!important;
  transition-duration:.08s!important;
}
.gz-fast-mode #gz-bg-canvas,.gz-fast-mode .gz-section-canvas{display:none!important}
.gz-fast-mode .reveal,.gz-fast-mode .gz-reveal,.gz-fast-mode .gz-section-stage{opacity:1!important;transform:none!important;filter:none!important;visibility:visible!important}

/* Tablet */
@media(max-width:1180px){
  .container{width:min(calc(100% - 28px),var(--gz-product-max))!important}
  .home-page .dir-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important}
  
  .home-page .svc-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}
  .home-page .premium-market-intelligence{grid-template-columns:repeat(3,minmax(0,1fr))!important}.home-page .premium-market-chart{grid-column:1/-1!important;border-top:1px solid var(--gz-product-line)!important}
  .cab-body .cab-shell{grid-template-columns:190px minmax(0,1fr)!important;gap:10px!important}
}

/* Кабинет на планшете до 1100 px: боковое меню там выезжающее (cabinet.css),
   колонка под него не нужна. Без этого правила рабочая область попадала
   в колонку 190 px из блока выше, а остальной экран оставался пустым. */
@media(max-width:1100px){
  .cab-body .cab-shell{grid-template-columns:minmax(0,1fr)!important}
}

/* Smartphone */
@media(max-width:760px){
  body{font-size:13.5px!important;padding-bottom:64px!important}
  .container{width:calc(100% - 20px)!important}
  .site-header .header-inner{min-height:50px!important;padding-block:4px!important}.logo{font-size:19px!important}
  .home-page .hero{padding:18px 0 14px!important}.home-page .hero-title{font-size:36px!important}.home-page .hero-slogan{font-size:13px!important}
  .home-page .premium-command-center{grid-template-columns:1fr!important;margin-top:12px!important;gap:7px!important}.home-page .premium-create-action{min-height:44px!important}
  .home-page .premium-command-search{min-height:44px!important;display:grid!important;grid-template-columns:22px minmax(0,1fr) 82px!important}.home-page .premium-command-search .divider,.home-page .premium-command-search select{display:none!important}.home-page .premium-command-search .btn{min-width:0!important;width:82px!important;height:34px!important}
  .home-page .premium-home-pulse{grid-template-columns:1fr!important;gap:6px!important;margin-top:7px!important}.home-page .premium-pulse-card{min-height:48px!important;grid-template-columns:28px minmax(0,1fr) 14px!important;padding:6px 9px!important}.home-page .premium-pulse-icon{width:28px!important;height:28px!important}.home-page .premium-pulse-card b{font-size:13px!important}
  .home-page #directions{padding:12px 0 10px!important}.home-page #directions .section-title{font-size:20px!important}.home-page .dir-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:6px!important}
  .home-page .services-section{padding:8px 0 12px!important}.home-page .services-section .section-title{font-size:19px!important}.home-page .svc-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px!important}.home-page .svc-card{height:40px!important;min-height:40px!important}.home-page .svc-title{font-size:10px!important}
  .home-page .market360-section{padding:12px 0!important}.home-page .market360-head{align-items:flex-start!important}.home-page .market-primary-action{display:none!important}.home-page .market360-title{font-size:21px!important}.home-page .market360-toolbar{display:grid!important;grid-template-columns:1fr!important}.home-page .premium-market-intelligence{grid-template-columns:1fr 1fr!important}.home-page .premium-market-chart{grid-column:1/-1!important}
  .home-page .premium-analytics-overview{grid-template-columns:1fr!important}.home-page .premium-analytics-decision,.home-page .premium-analytics-chart{min-height:96px!important}.home-page .analytics-section>.container>.section-title{font-size:21px!important}
  .direction-page .dir-switcher{margin-bottom:7px!important}.direction-page .hero-title-page,.service-page .hero-title-page{font-size:24px!important}.direction-page .dir-hero-head{gap:7px!important}.direction-page .dir-hero-icon{width:32px!important;height:32px!important;min-width:32px!important}.direction-page .quick-order-grid,.service-page .quick-order-grid{grid-template-columns:1fr!important}.direction-page .hero-page-quick,.service-page .hero-page-quick{padding:7px!important}
  .cab-body .cab-shell{display:block!important;padding:8px!important}.cab-body .cab-nav,.cab-body .cab-sidebar{position:static!important;width:auto!important;min-width:0!important}.cab-body .cab-h1{font-size:21px!important}
}

@media(max-width:390px){
  .home-page .dir-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .home-page .dir-title{font-size:9px!important}
  .home-page .market-signal-card{flex-basis:86vw!important;width:86vw!important;min-width:86vw!important}
}

@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}
}

/* Final consistency guards */
.direction-page .dir-pill{background:var(--gz-product-ivory)!important;color:var(--gz-product-ink)!important;border:1px solid var(--gz-product-line)!important;box-shadow:none!important}
.direction-page .dir-pill.active{background:var(--gz-product-turquoise)!important;border-color:var(--gz-product-line-strong)!important;color:var(--gz-product-ink)!important}
.service-page .svc-chip{background:var(--gz-product-ivory)!important;color:var(--gz-product-ink)!important;border:1px solid var(--gz-product-line)!important;box-shadow:none!important}
.service-page .svc-chip.active{background:var(--gz-product-turquoise)!important;border-color:var(--gz-product-line-strong)!important;color:var(--gz-product-ink)!important}
.market-signal-card,.order-card,.listing-card,.feat-card,.doc-card,.faq-item,.kpi,.analytics-card,.filter-panel,.calc-form,.calc-result,.premium-market-metric,.premium-market-chart,.premium-analytics-decision,.premium-analytics-chart{background:var(--gz-product-ivory)!important}
.section>.container>h2.section-title + p,.section>.container>h1.section-title + p{position:static!important;transform:none!important}
.hero::before,.hero::after,.dir-hero::before,.dir-hero::after,.service-page .hero-page::before,.service-page .hero-page::after{display:none!important;content:none!important;background:none!important}

/* =========================================================
   GIGZAKAZ 2.18.1R2 — CONTENT INTEGRITY + NAVIGATION FIX
   No text clipping, real direction photos, fully clickable market cards.
   ========================================================= */

/* Direction cards: use real <img>, not CSS backgrounds suppressed by old layers. */
.home-page .dir-grid{align-items:stretch!important}
.home-page .dir-card{
  height:106px!important;
  min-height:106px!important;
  grid-template-rows:64px minmax(42px,auto)!important;
  overflow:hidden!important;
}
.home-page .dir-card-img{
  position:relative!important;
  display:block!important;
  width:100%!important;
  height:64px!important;
  min-height:64px!important;
  padding:0!important;
  overflow:hidden!important;
  background:var(--gz-product-ivory)!important;
}
.home-page .dir-card-photo{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
  opacity:1!important;
  visibility:visible!important;
  filter:none!important;
  transform:none!important;
}
.home-page .dir-card-img>i{display:none!important}
.home-page .dir-card-body{
  min-height:42px!important;
  padding:5px 6px!important;
  overflow:visible!important;
}
.home-page .dir-title{
  display:block!important;
  max-height:none!important;
  overflow:visible!important;
  white-space:normal!important;
  text-overflow:clip!important;
  overflow-wrap:normal!important;
  word-break:normal!important;
  hyphens:auto!important;
  font-size:11px!important;
  line-height:1.15!important;
}

/* Market: card content determines height. No legacy fixed tracks or clipped words. */
.home-page .market360-feed,.home-page .unified-market-feed{
  align-items:stretch!important;
  scroll-padding-inline:2px!important;
}
.home-page .market-signal-card{
  flex:0 0 300px!important;
  width:300px!important;
  min-width:300px!important;
  height:auto!important;
  min-height:318px!important;
  max-height:none!important;
  display:flex!important;
  flex-direction:column!important;
  overflow:hidden!important;
  cursor:pointer!important;
}
.home-page .market-signal-card:focus-visible{
  outline:2px solid var(--gz-product-ink)!important;
  outline-offset:2px!important;
}
.home-page .market-signal-photo{height:94px!important;min-height:94px!important;flex:0 0 94px!important}
.home-page .market-signal-top{
  min-height:0!important;height:auto!important;max-height:none!important;
  padding:7px 9px 0!important;overflow:visible!important;flex-wrap:wrap!important;
}
.home-page .market-signal-main{
  display:block!important;height:auto!important;min-height:0!important;max-height:none!important;
  overflow:visible!important;padding:6px 9px 0!important;
}
.home-page .market-card-title-wrap{min-width:0!important}
.home-page .market-card-title-wrap h3,.home-page .market-signal-card h3{
  display:block!important;
  height:auto!important;min-height:0!important;max-height:none!important;
  margin:0!important;
  overflow:visible!important;
  white-space:normal!important;
  text-overflow:clip!important;
  -webkit-line-clamp:unset!important;
  -webkit-box-orient:initial!important;
  overflow-wrap:anywhere!important;
  font-size:14px!important;line-height:1.22!important;
}
.home-page .market-signal-route{
  display:flex!important;
  height:auto!important;min-height:0!important;max-height:none!important;
  padding:7px 9px 0!important;
  overflow:visible!important;
  white-space:normal!important;
}
.home-page .market-signal-route span{
  display:block!important;
  height:auto!important;max-height:none!important;
  overflow:visible!important;
  -webkit-line-clamp:unset!important;
  -webkit-box-orient:initial!important;
  overflow-wrap:anywhere!important;
}
.home-page .market-signal-facts{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  height:auto!important;min-height:0!important;max-height:none!important;
  margin:8px 9px 0!important;
  align-items:stretch!important;
}
.home-page .market-signal-facts.is-single{grid-template-columns:1fr!important}
.home-page .market-signal-facts>span{
  height:auto!important;min-height:48px!important;max-height:none!important;
  overflow:visible!important;
}
.home-page .market-signal-facts b{
  display:block!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important;
  overflow-wrap:anywhere!important;
}
.home-page .market-signal-bottom{
  height:auto!important;min-height:0!important;max-height:none!important;
  margin-top:auto!important;padding:8px 9px 9px!important;
  display:grid!important;gap:7px!important;overflow:visible!important;
}
.home-page .market-signal-freshness{display:flex!important;flex-wrap:wrap!important;gap:5px 9px!important}
.home-page .market-signal-actions{display:grid!important;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr)!important;gap:6px!important}
.home-page .market-signal-actions .btn{
  min-width:0!important;height:auto!important;min-height:34px!important;
  white-space:normal!important;overflow:visible!important;text-overflow:clip!important;line-height:1.15!important;
}

/* FAQ: answers expand by content, never by arbitrary max-height. */
.home-page #faq{overflow:visible!important}
.home-page .faq-list,.home-page .faq-item{overflow:visible!important}
.home-page .faq-item{min-height:0!important}
.home-page .faq-q{
  height:auto!important;min-height:40px!important;
  white-space:normal!important;overflow:visible!important;
  text-align:left!important;line-height:1.3!important;
}
.home-page .faq-q>i{flex:0 0 auto!important}
.home-page .faq-a{
  box-sizing:border-box!important;
  max-height:0!important;
  padding:0 10px!important;
  overflow:hidden!important;
  text-align:left!important;
  white-space:normal!important;
  overflow-wrap:anywhere!important;
  transition:none!important;
}
.home-page .faq-item.open .faq-a{
  max-height:none!important;
  height:auto!important;
  padding:2px 10px 11px!important;
  overflow:visible!important;
}

/* Service/blog navigation surfaces must never intercept the header. */
.service-page .site-header,.blog-page-shell .site-header{position:relative!important;z-index:30!important;pointer-events:auto!important}
.service-page .header-nav a,.service-page .header-actions a,.blog-page-shell .header-nav a,.blog-page-shell .header-actions a{pointer-events:auto!important}
.service-page .hero-page,.service-page #offers,.blog-page{contain:layout style!important}

/* Tablet/mobile: keep all text readable, no forced fixed card heights. */
@media(max-width:1180px){
  .home-page .dir-card{height:110px!important;min-height:110px!important;grid-template-rows:66px minmax(44px,auto)!important}
  .home-page .dir-card-img{height:66px!important;min-height:66px!important}
}
@media(max-width:760px){
  .home-page .dir-card{height:100px!important;min-height:100px!important;grid-template-rows:60px minmax(40px,auto)!important}
  .home-page .dir-card-img{height:60px!important;min-height:60px!important}
  .home-page .dir-title{font-size:9.5px!important;line-height:1.16!important}
  .home-page .market-signal-card{
    flex-basis:86vw!important;width:86vw!important;min-width:86vw!important;
    height:auto!important;min-height:0!important;max-height:none!important;
  }
  .home-page .market-signal-photo{height:88px!important;min-height:88px!important;flex-basis:88px!important}
  .home-page .market-signal-actions{grid-template-columns:1fr!important}
  .home-page .faq-q{font-size:12px!important;padding:9px 10px!important}
  .home-page .faq-a{font-size:11.5px!important;line-height:1.45!important}
}
