/*
Theme Name: BROADYA Child
Description: BROADYA 官网子主题 —— 基于 Hello Elementor，提供站点 Header/Footer 模板、全局设计系统与导航菜单。正文页面用 Elementor 编辑，页头页脚与导航由本主题统一输出。
Author: BROADYA
Template: hello-elementor
Version: 1.0.0
*/

/* ============================================================
   BROADYA — Industrial Double Sided Tape B2B Site
   Design system: 以静态原型为准（navy 蓝 + 深红）
   Navy (#1A2B4A) + Deep red (#8B1A1A) / Fire red CTA (#B22222)
   深色 navy 基底=厚重专业；深红=品牌强调；亮红=CTA 跳出
   ============================================================ */
:root {
  --color-primary: #1A2B4A;        /* navy — nav/footer/big-title dark base */
  --color-primary-light: #2C4A7A;  /* navy light — body headings / scrolled header text */
  --color-primary-dark: #0F1A2E;   /* deeper navy — hero overlay base */
  --color-accent: #8B1A1A;         /* deep red — core titles / keyword highlight */
  --color-accent-bright: #B22222;  /* fire red — CTA buttons / data numbers */
  --color-accent-light: #CD5C5C;   /* indian red — decorative line / small accents */
  --color-accent-hover: #6B1212;   /* deep red hover */
  --color-bg: #F5F7FA;             /* very light gray — gray modules */
  --color-bg-alt: #EEF1F6;         /* alternating light band */
  --color-bg-blue: #E8F1FA;        /* form / contact soft-blue surface */
  --color-surface: #FFFFFF;        /* white — light modules */
  --color-text: #2D3748;           /* body paragraph */
  --color-muted: #6B7A8F;          /* secondary / footer links */
  --color-border: #E2E8F0;         /* border line */
  --color-warning: #B22222;        /* red — industrial warning/CTA */
  --color-hero-text: #FFFFFF;      /* hero main title */
  --color-hero-sub: #D7DCE5;       /* hero subtitle */
  --color-footer-title: #F3F4F6;   /* footer heading */
  --shadow-sm: 0 1px 3px rgba(26, 43, 74, .08);
  --shadow-md: 0 10px 28px rgba(26, 43, 74, .12);
  --shadow-lg: 0 18px 48px rgba(26, 43, 74, .18);
  --radius: 14px;
  --radius-sm: 10px;
  --maxw: 1200px;
  --header-h: 72px;
  --t: .3s ease;                    /* smooth color transition */
}

/* PET #20 mobile cards: one card per row, image above content. */
@media (max-width: 767px) {
  body.page-id-20 .bh-hero-grid,
  body.page-id-20 .bh-struct-grid {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    gap: 24px !important;
  }

  body.page-id-20 .bh-hero-grid > .bh-hero-fig,
  body.page-id-20 .bh-struct-grid > .e-con:first-child {
    order: -1 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  body.page-id-20 .bh-hero-grid > .e-con:not(.bh-hero-fig),
  body.page-id-20 .bh-struct-grid > .e-con:not(:first-child) {
    order: 1 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  body.page-id-20 .bh-hero-fig .elementor-widget-image,
  body.page-id-20 .bh-struct-grid > .e-con:first-child .elementor-widget-image {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
  }

  body.page-id-20 .bh-hero-fig .elementor-widget-image img,
  body.page-id-20 .bh-struct-grid > .e-con:first-child .elementor-widget-image img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 260px !important;
    object-fit: contain !important;
    object-position: center !important;
    margin: 0 auto !important;
  }

  body.page-id-20 .bh-scenarios,
  body.page-id-20 .bh-series-grid,
  body.page-id-20 .bh-formats-grid,
  body.page-id-20 .bh-rel-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-auto-flow: row !important;
    gap: 24px !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
  }

  body.page-id-20 .bh-scenario,
  body.page-id-20 .bh-series-card,
  body.page-id-20 .bh-fmt-card,
  body.page-id-20 .bh-rel-card {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }

  body.page-id-20 .bh-scenario > .elementor-widget-image,
  body.page-id-20 .bh-scenario > .e-con:first-child,
  body.page-id-20 .bh-series-card > .elementor-widget-image,
  body.page-id-20 .bh-fmt-card > .elementor-widget-image,
  body.page-id-20 .bh-rel-card > .elementor-widget-image {
    order: -1 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    flex: 0 0 260px !important;
    margin: 0 !important;
    overflow: hidden !important;
  }

  body.page-id-20 .bh-scenario .elementor-widget-image img,
  body.page-id-20 .bh-series-card .elementor-widget-image img,
  body.page-id-20 .bh-fmt-card .elementor-widget-image img,
  body.page-id-20 .bh-rel-card .elementor-widget-image img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 260px !important;
    object-fit: cover !important;
    object-position: center !important;
    margin: 0 !important;
  }

  body.page-id-20 .bh-scenario > :not(.elementor-widget-image):not(:first-child),
  body.page-id-20 .bh-series-card > :not(.elementor-widget-image),
  body.page-id-20 .bh-fmt-card > :not(.elementor-widget-image),
  body.page-id-20 .bh-rel-card > :not(.elementor-widget-image) {
    order: 1 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }
}
/* PE Foam #17 mobile cards: one card per row, image above content. */
@media (max-width: 767px) {
  body.page-id-17 .bh-hero-grid,
  body.page-id-17 .bh-struct-grid {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    gap: 24px !important;
    padding: 0 20px !important;
    box-sizing: border-box !important;
  }

  body.page-id-17 .bh-hero-grid > .bh-hero-fig,
  body.page-id-17 .bh-struct-grid > .e-con:first-child {
    order: -1 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  body.page-id-17 .bh-hero-grid > .e-con:not(.bh-hero-fig),
  body.page-id-17 .bh-struct-grid > .e-con:not(:first-child) {
    order: 1 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  body.page-id-17 .bh-hero-fig .elementor-widget-image,
  body.page-id-17 .bh-struct-grid > .e-con:first-child .elementor-widget-image {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
  }

  body.page-id-17 .bh-hero-fig .elementor-widget-image img,
  body.page-id-17 .bh-struct-grid > .e-con:first-child .elementor-widget-image img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 260px !important;
    object-fit: contain !important;
    object-position: center !important;
    margin: 0 auto !important;
  }

  body.page-id-17 .bh-scenarios,
  body.page-id-17 .bh-series-grid,
  body.page-id-17 .bh-formats-grid,
  body.page-id-17 .bh-rel-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-auto-flow: row !important;
    gap: 24px !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
  }

  body.page-id-17 .bh-scenario,
  body.page-id-17 .bh-series-card,
  body.page-id-17 .bh-fmt-card,
  body.page-id-17 .bh-rel-card {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }

  body.page-id-17 .bh-scenario > .elementor-widget-image,
  body.page-id-17 .bh-scenario > .e-con:first-child,
  body.page-id-17 .bh-series-card > .elementor-widget-image,
  body.page-id-17 .bh-fmt-card > .elementor-widget-image,
  body.page-id-17 .bh-rel-card > .elementor-widget-image {
    order: -1 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    flex: 0 0 260px !important;
    margin: 0 !important;
    overflow: hidden !important;
  }

  body.page-id-17 .bh-scenario .elementor-widget-image img,
  body.page-id-17 .bh-series-card .elementor-widget-image img,
  body.page-id-17 .bh-fmt-card .elementor-widget-image img,
  body.page-id-17 .bh-rel-card .elementor-widget-image img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 260px !important;
    object-fit: cover !important;
    object-position: center !important;
    margin: 0 !important;
  }

  body.page-id-17 .bh-scenario > :not(.elementor-widget-image):not(:first-child),
  body.page-id-17 .bh-series-card > :not(.elementor-widget-image),
  body.page-id-17 .bh-fmt-card > :not(.elementor-widget-image),
  body.page-id-17 .bh-rel-card > :not(.elementor-widget-image) {
    order: 1 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }
}

/* 正文标题用深灰蓝（参考表 #2C4A7A） */
h1, h2, h3, h4 { color: var(--color-primary-light); }

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: "Inter", "Segoe UI", "PingFang SC", "Microsoft YaHei", system-ui, -apple-system, sans-serif;
  color: var(--color-text);
  background: var(--color-surface);
  line-height: 1.65;
  font-size: 16px;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { line-height: 1.2; margin: 0 0 .5em; color: var(--color-primary); font-weight: 800; letter-spacing: -.01em; }
h1 { font-size: clamp(28px, 4vw, 46px); }
h2 { font-size: clamp(24px, 3vw, 36px); }
h3 { font-size: 20px; }
p { margin: 0 0 1em; }
.container { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.muted { color: var(--color-muted); }
.center { text-align: center; }
.eyebrow {
  display: inline-block; font-size: 13px; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; color: var(--color-accent); margin-bottom: 12px;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 13px 26px; border-radius: 999px; font-weight: 700; font-size: 15px;
  border: 1.5px solid transparent; cursor: pointer; transition: var(--t); white-space: nowrap;
}
.btn-primary { background: var(--color-accent-bright); color: #fff; box-shadow: 0 6px 18px rgba(178, 34, 34, .32); }
.btn-primary:hover { background: var(--color-accent-hover); transform: translateY(-2px); }
.btn-ghost { background: transparent; color: #fff; border-color: rgba(255, 255, 255, .5); }
.btn-ghost:hover { background: rgba(255, 255, 255, .12); }
.btn-outline { background: #fff; color: var(--color-primary); border-color: var(--color-border); }
.btn-outline:hover { border-color: var(--color-accent-bright); color: var(--color-accent-bright); }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50; height: var(--header-h);
  background: var(--color-primary);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}
.nav { display: flex; align-items: center; justify-content: space-between; height: var(--header-h); }
.brand { display: flex; align-items: center; gap: 10px; color: #fff; font-weight: 800; font-size: 18px; }
.brand .logo {
  width: 34px; height: 34px; border-radius: 8px; background: linear-gradient(135deg, var(--color-accent), var(--color-accent-bright));
  display: grid; place-items: center; font-weight: 900; color: #fff; font-size: 17px; box-shadow: var(--shadow-sm);
}
.brand .logo-img { height: 34px; width: auto; display: block; border-radius: 4px; }
.brand small { display: block; font-size: 11px; font-weight: 500; color: #6B7A8F; letter-spacing: .04em; }
.brand .tape { color: var(--color-accent-bright); }
.nav-links { display: flex; gap: 6px; align-items: center; }
.nav-links a {
  color: #D7DCE5; padding: 9px 14px; border-radius: 8px; font-size: 15px; font-weight: 600;
  transition: var(--t); position: relative;
}
.nav-links a:hover, .nav-links a.active { color: #fff; }
.nav-links a.active::after {
  content: ''; position: absolute; left: 14px; right: 14px; bottom: 4px; height: 2px;
  background: var(--color-accent-bright); border-radius: 2px;
}
.nav-cta { margin-left: 8px; }
.nav-toggle { display: none; background: none; border: 0; color: #fff; font-size: 26px; cursor: pointer; }

/* ---------- Nav dropdown (Products mega menu) ---------- */
.has-dropdown { position: relative; display: inline-flex; align-items: center; }
.has-dropdown > a .caret { display: inline-block; margin-left: 5px; font-size: .7em; transform: translateY(1px); opacity: .8; transition: transform .2s ease; }
.has-dropdown:hover > a .caret { transform: translateY(1px) rotate(180deg); }
.nav-dropdown {
  position: absolute; top: calc(100% + 8px); left: 0;
  background: var(--color-primary); border: 1px solid rgba(255, 255, 255, .12); border-radius: var(--radius);
  box-shadow: 0 18px 40px rgba(10, 20, 30, .45); padding: 16px 0;
  opacity: 0; visibility: hidden; transform: translateY(8px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s;
  z-index: 60; min-width: 230px;
}
.has-dropdown:hover > .nav-dropdown,
.has-dropdown.open > .nav-dropdown { opacity: 1; visibility: visible; transform: none; }
.nav-dropdown.mega { display: flex; gap: 8px 28px; padding: 18px 22px; min-width: 660px; }
.nav-dropdown.mega .dd-col { display: flex; flex-direction: column; min-width: 185px; }
.dd-group { padding: 0 16px 7px; font-size: 11px; letter-spacing: .06em; text-transform: uppercase; color: var(--color-accent-light); font-weight: 700; }
.nav-dropdown a {
  display: block; padding: 8px 16px; color: #D7DCE5; font-size: 14px; font-weight: 600;
  white-space: nowrap; border-radius: 7px; transition: background .15s ease, color .15s ease;
}
.nav-dropdown a:hover { background: rgba(255, 255, 255, .10); color: #fff; }

/* ---------- Hero ---------- */
/* ============================================================
   DARK SECTIONS — 所有深色背景区块统一强制浅色文字
   覆盖 Elementor --e-global-color-text:#2D3748
   包含: .hero / .page-hero / .bh-hero / .bh-cta-band / .cta-band
   ============================================================ */
.hero, .page-hero, .bh-hero {
  position: relative; color: #fff !important; overflow: hidden;
  min-height: calc(100vh - var(--header-h));
  display: flex; align-items: center; justify-content: center;
  background:
    radial-gradient(900px 500px at 85% -10%, rgba(178, 34, 34, .18), transparent 60%),
    radial-gradient(800px 500px at 10% 110%, rgba(44, 74, 122, .45), transparent 60%),
    linear-gradient(135deg, var(--color-primary), var(--color-primary-dark));
}
.hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.hero::after, .page-hero::after, .bh-hero::after { content: ''; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(to top, rgba(10, 20, 30, 0.75), rgba(10, 20, 30, 0.30)); }
.hero .container, .page-hero .container, .bh-hero .container { position: relative; z-index: 2; width: 100%; padding: 86px 24px 92px; text-align: center; }
.hero h1, .page-hero h1, .bh-hero h1 { color: #fff !important; max-width: 900px; margin-left: auto; margin-right: auto; }

/* --- 非首页 hero：左文右图（page-hero + bh-hero-grid） ---
   用 .page-hero.bh-hero-grid 提高特异性，覆盖 .page-hero 的 flex/全高/居中，
   保证两栏网格 + 左对齐文字稳定生效（不受 CSS 加载顺序影响）。 */
.page-hero.bh-hero-grid {
  display: grid !important;
  grid-template-columns: 1.05fr .95fr;
  gap: 56px;
  align-items: center;
  justify-content: initial;
  text-align: left;
  min-height: auto !important;
  padding: 72px 24px;
}
.page-hero.bh-hero-grid .container { text-align: left; padding: 0; }
.page-hero.bh-hero-grid .bh-hero-text { max-width: 620px; text-align: left; }
.page-hero.bh-hero-grid .bh-hero-text > .elementor-element:first-child {
  color: #FBBF24 !important;
  font-size: 12px !important; font-weight: 700 !important;
  letter-spacing: .18em !important; text-transform: uppercase !important;
  margin-bottom: 14px !important;
}
.page-hero.bh-hero-grid h1 { margin-left: 0; max-width: 760px; }
.page-hero.bh-hero-grid .bh-hero-fig {
  margin: 0; position: relative; border-radius: 16px;
  background: #fff; padding: 14px;
  box-shadow: 0 30px 60px -22px rgba(0, 0, 0, .55);
}
.page-hero.bh-hero-grid .bh-hero-fig img {
  display: block; width: 100%; height: auto; border-radius: 10px;
}
/* --- 1. 所有深色区块内文字默认白色（通配强制，覆盖 Elementor 任意层级） --- */
.hero, .page-hero, .bh-hero, .bh-cta-band, .cta-band,
.hero *, .page-hero *, .bh-hero *, .bh-cta-band *, .cta-band * {
  color: #fff !important;
}
/* --- 2. 标题：白色 + 红色点缀（关键词由 .h-accent / .title-accent 渲染为火红） --- */
.hero h1, .hero h2, .hero h3,
.page-hero h1, .page-hero h2, .page-hero h3,
.bh-hero h1, .bh-hero h2, .bh-hero h3,
.bh-cta-band h2, .bh-cta-band h3, .cta-band h2, .cta-band h3,
.hero .elementor-heading-title,
.page-hero .elementor-heading-title,
.bh-hero .elementor-heading-title,
.bh-cta-band .elementor-heading-title,
.cta-band .elementor-heading-title {
  color: #fff !important; font-weight: 700 !important; letter-spacing: -.01em;
}
/* 标题中的红色强调词 */
.hero .h-accent, .page-hero .h-accent, .bh-hero .h-accent,
.hero .title-accent, .page-hero .title-accent, .bh-hero .title-accent,
.bh-cta-band .h-accent, .bh-cta-band .title-accent,
.cta-band .h-accent, .cta-band .title-accent {
  color: var(--color-accent-bright) !important; font-weight: 800;
}
/* --- 3. 段落/正文：纯白（含无 p 包裹的直接文本节点） --- */
.hero p, .page-hero p, .bh-hero p,
.bh-cta-band p, .cta-band p,
.hero .elementor-text-editor, .page-hero .elementor-text-editor, .bh-hero .elementor-text-editor,
.bh-cta-band .elementor-text-editor, .cta-band .elementor-text-editor,
.hero .elementor-text-editor p, .page-hero .elementor-text-editor p, .bh-hero .elementor-text-editor p,
.bh-cta-band .elementor-text-editor p, .cta-band .elementor-text-editor p,
.hero li, .page-hero li, .bh-hero li,
.bh-cta-band li, .cta-band li {
  color: #fff !important;
}
/* eyebrow 用 amber 区分层级 */
.hero .eyebrow, .page-hero .eyebrow, .bh-hero .eyebrow,
.bh-cta-band .eyebrow, .cta-band .eyebrow,
.hero [class*="eyebrow"], .page-hero [class*="eyebrow"], .bh-hero [class*="eyebrow"],
.bh-cta-band [class*="eyebrow"], .cta-band [class*="eyebrow"] {
  color: #FBBF24 !important;
}
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; }

/* ---------- Hero stats & badges ---------- */
/* ---------- Sections ---------- */
section { padding: 84px 0; }
.section-head { max-width: 720px; margin: 0 auto 48px; text-align: center; }
.section-head p { color: var(--color-muted); font-size: 17px; }
.alt { background: var(--color-bg-alt); }

/* ---------- Product grid ---------- */
.grid { display: grid; gap: 24px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.card {
  background: var(--color-surface); border: 1px solid var(--color-border); border-radius: var(--radius);
  padding: 28px; transition: var(--t); box-shadow: var(--shadow-sm);
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--color-accent-bright); }
.card .ico {
  width: 52px; height: 52px; border-radius: 12px; display: grid; place-items: center;
  background: rgba(26, 43, 74, .07); color: var(--color-primary); margin-bottom: 16px; font-size: 24px;
}
.card h3 { font-size: 18px; margin-bottom: 8px; position: relative; }
.card h3::after {
  content: ''; display: block; width: 38px; height: 3px;
  background: var(--color-accent-bright); border-radius: 2px; margin-top: 8px;
}
.card p { color: var(--color-muted); font-size: 14.5px; margin-bottom: 14px; }
/* 能力卡片（Custom Tape Converting）图片：统一 4:3 等高裁剪（Elementor 4.2.3 不渲染 widget css_classes，改用结构选择器） */
.capabilities-grid .card .elementor-widget-image {
  width: 100%; aspect-ratio: 4 / 3; overflow: hidden; border-radius: var(--radius-sm);
  margin-bottom: 16px; background: var(--color-bg); border: 1px solid var(--color-border);
}
.capabilities-grid .card .elementor-widget-image img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.card .tag { font-size: 12px; font-weight: 700; color: var(--color-accent); }
.card-link { color: var(--color-accent-bright); font-weight: 700; font-size: 14px; transition: var(--t); }
.card-link:hover { color: var(--color-accent-hover); }

/* ---------- Customers We Serve: zigzag 左右交替 ---------- */
.grid.customer-rows { display: grid; grid-template-columns: 1fr; gap: 32px; }
.customer-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: center;
  padding: 0;
  overflow: hidden;
}
.customer-card .elementor-widget-image {
  width: 100%; height: 100%; aspect-ratio: auto; margin-bottom: 0;
  border-radius: 0; border: 0; background: var(--color-bg);
}
.customer-card .elementor-widget-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
/* 奇数卡片：图左文右 */
.customer-card > .elementor-widget-image { grid-column: 1; grid-row: 1 / span 2; }
.customer-card > .elementor-widget-heading { grid-column: 2; grid-row: 1; padding: 2rem 2rem 0 2rem; }
.customer-card > .elementor-widget-text-editor { grid-column: 2; grid-row: 2; padding: .6rem 2rem 2rem 2rem; }
/* 偶数卡片：图右文左 */
.customer-card:nth-child(even) > .elementor-widget-image { grid-column: 2; grid-row: 1 / span 2; }
.customer-card:nth-child(even) > .elementor-widget-heading { grid-column: 1; grid-row: 1; padding: 2rem 2rem 0 2rem; }
.customer-card:nth-child(even) > .elementor-widget-text-editor { grid-column: 1; grid-row: 2; padding: .6rem 2rem 2rem 2rem; }
.customer-card h3 { font-size: 22px; margin-bottom: 10px; }
.customer-card p { font-size: 15px; line-height: 1.7; }
@media (max-width: 820px) {
  .customer-card { grid-template-columns: 1fr; }
  .customer-card > .elementor-widget-image,
  .customer-card:nth-child(even) > .elementor-widget-image { grid-column: 1; grid-row: auto; }
  .customer-card > .elementor-widget-heading,
  .customer-card > .elementor-widget-text-editor,
  .customer-card:nth-child(even) > .elementor-widget-heading,
  .customer-card:nth-child(even) > .elementor-widget-text-editor { grid-column: 1; grid-row: auto; padding: 1.4rem; }
}

/* ---------- Features ---------- */
.feature { display: flex; gap: 16px; align-items: flex-start; }
.feature .ico {
  flex: 0 0 auto; width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center;
  background: var(--color-primary); color: #fff; font-size: 20px;
}
.feature h3 { font-size: 17px; margin-bottom: 6px; }
.feature p { color: var(--color-muted); font-size: 14.5px; margin: 0; }

/* ---------- Stats band ---------- */
.statband {
  position: relative;
  background:
    linear-gradient(rgba(8, 14, 26, .88), rgba(8, 14, 26, .9)),
    url('https://bisque-zebra-931346.hostingersite.com/wp-content/uploads/broadya/assets/img/capabilities/01-laminating.webp') center / cover no-repeat;
  color: #fff;
}
.statband .grid { gap: 20px; }
/* 四张认证卡片：上方重点 + 下方描述（垂直） */
.statband .grid.grid-4 { display: flex; flex-wrap: wrap; justify-content: center; gap: 18px 28px; }
.statband .card {
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .16);
  padding: 18px 28px;
  border-radius: 12px;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  text-align: center;
  width: auto;
  flex: 0 0 auto;
  min-width: 180px;
}
.statband .card:hover { transform: none; border-color: var(--color-accent-bright); }
.statband .num, .statband .lbl { display: flex !important; align-items: center; justify-content: center; flex-direction: column; margin: 0 !important; background: none; padding: 0; }
.statband .num { font-size: 30px !important; font-weight: 900 !important; color: #B22222 !important; letter-spacing: .01em; white-space: nowrap; line-height: 1.2; }
.statband .lbl { color: rgba(255, 255, 255, .8); font-size: 13px; font-weight: 500; }
.statband .num .elementor-widget-container p { margin: 0; line-height: 1.25; color: #B22222 !important; }
.statband .lbl .elementor-widget-container p { margin: 0; line-height: 1.35; color: rgba(255, 255, 255, .88) !important; }
.statband .card h3::after { display: none; }
/* 认证证书横排（真实证书 webp） */
.statband .cert-gallery { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; margin: 0 auto 36px; }
.statband .cert-gallery .elementor-widget-image { flex: 0 0 auto; width: 180px; margin: 0; }
.statband .cert-gallery .elementor-widget-image img {
  width: 100%; height: 248px; object-fit: contain; object-position: center;
  border-radius: 8px;
  border: 3px solid rgba(255, 255, 255, .2);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .45);
  background: #fff;
  display: block;
}
/* Homepage trust section: show the actual certification and test-report scans
   instead of the previous text-only metric cards. */
.statband .grid.grid-4 { display: none !important; }
@media (max-width: 767px) {
  .statband .cert-gallery { gap: 12px; }
  .statband .cert-gallery .elementor-widget-image { width: min(100%, 220px); }
  .statband .cert-gallery .elementor-widget-image img { height: 286px; }
}

/* ---------- CTA band ---------- */
.cta-band {
  background: linear-gradient(135deg, var(--color-primary), var(--color-primary-dark));
  border-radius: 20px; padding: 54px 48px; color: #fff; text-align: center;
  box-shadow: var(--shadow-lg);
}
.cta-band h2 { color: #fff; }
.cta-band p { color: rgba(255, 255, 255, .9); font-size: 17px; }
.cta-band .btn-light { background: #fff; color: var(--color-accent); }
.cta-band .btn-light:hover { background: #FBEAEA; }

/* ---------- CTA section (every page) ----------
   White card style that matches contact.html's .form-card.
   Re-uses .form-grid / .field / .form-card / .btn-primary,
   so the embedded form looks identical to the main contact form. */
.cta-section { padding: 24px 0; }
.cta-section .cta-head { text-align: center; margin: 0 auto 24px; max-width: 720px; }
.cta-section .cta-head h2 { color: var(--color-primary); }
.cta-section .cta-head p  { color: var(--color-muted); font-size: 17px; }

.cta-form .form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.cta-form .field { display: flex; flex-direction: column; gap: 7px; }
.cta-form .field-full { grid-column: 1 / -1; }
.cta-form label { font-size: 14px; font-weight: 700; color: var(--color-primary); }
.cta-form label .req { color: var(--color-accent-bright); }
.cta-form input, .cta-form select, .cta-form textarea {
  font: inherit; font-size: 15px; color: var(--color-primary-light);
  background: #fff; border: 1px solid var(--color-border); border-radius: 8px;
  padding: 11px 12px; outline: none;
  transition: border-color .15s, box-shadow .15s;
}
.cta-form select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--color-muted) 50%), linear-gradient(135deg, var(--color-muted) 50%, transparent 50%); background-position: calc(100% - 18px) 50%, calc(100% - 13px) 50%; background-size: 5px 5px, 5px 5px; background-repeat: no-repeat; padding-right: 36px; }
.cta-form textarea { resize: vertical; min-height: 120px; line-height: 1.5; }
.cta-form input:focus, .cta-form select:focus, .cta-form textarea:focus {
  border-color: var(--color-accent-bright);
  box-shadow: 0 0 0 3px rgba(178,34,34,.18);
}
.cta-form input::placeholder, .cta-form textarea::placeholder { color: #8a94a6; }
.cta-form .btn-submit {
  background: var(--color-accent-bright); color: #fff; border: 0; cursor: pointer;
  font: inherit; font-weight: 700; font-size: 16px;
  padding: 14px 22px; border-radius: 999px; width: 100%;
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  transition: background .15s, transform .1s, box-shadow .15s;
}
.cta-form .btn-submit:hover { background: var(--color-accent-hover); box-shadow: 0 4px 14px rgba(226,84,27,.35); }
.cta-form .btn-submit:active { transform: translateY(1px); }
.cta-form .btn-submit[disabled] { opacity: .6; cursor: not-allowed; }
.cta-form .form-note { font-size: 13px; color: var(--color-muted); margin: 14px 0 0; }
.cta-form .form-status {
  display: block; font-size: 14px; min-height: 18px; margin-top: 10px;
}
.cta-form .form-status.ok  { color: #15703A; }
.cta-form .form-status.err { color: #DC2626; }
.cf7-inquiry-form .wpcf7 form { margin: 0; }
.cta-form .wpcf7-form-control-wrap { display: block; margin-top: 6px; }
.cta-form .wpcf7-not-valid-tip { color: #b91c1c; font-size: 13px; margin-top: 5px; }
.cta-form .wpcf7-response-output { margin: 16px 0 0 !important; padding: 10px 12px !important; border-width: 1px !important; font-size: 14px; }
.cf7-inquiry-form .cta-form .form-grid { gap: 14px 18px; }
.cf7-inquiry-form .cta-form .field { gap: 7px; padding-top: 9px; border-top: 1px solid #E7ECF3; }
.cf7-inquiry-form .cta-form .field > label { display: inline-flex; align-items: center; gap: 4px; margin: 0; line-height: 1.2; }
.cf7-inquiry-form .cta-form .field > label br { display: none; }
.cf7-inquiry-form .cta-form .field > label .req { display: inline; line-height: 1; }
.cf7-inquiry-form .cta-form .wpcf7-form-control-wrap { margin-top: 0; }
.cf7-inquiry-form .cta-form textarea { min-height: 104px; }
.cf7-inquiry-form .cta-form input,
.cf7-inquiry-form .cta-form select,
.cf7-inquiry-form .cta-form textarea { border-color: #D9E2EE; }
.cf7-inquiry-form .cta-form .field:focus-within { border-top-color: var(--color-accent-bright); }
/* CF7 wraps each field in a paragraph: reset that wrapper so labels and required marks align compactly. */
.cf7-inquiry-form .cta-form .field > p { margin: 0 !important; }
.cf7-inquiry-form .cta-form .field label { display: flex; flex-wrap: wrap; align-items: center; gap: 4px; margin: 0; line-height: 1.2; }
.cf7-inquiry-form .cta-form .field label br { display: none; }
.cf7-inquiry-form .cta-form .field label .req { display: inline; line-height: 1; }
.cf7-inquiry-form .cta-form .field label .wpcf7-form-control-wrap { flex: 0 0 100%; width: 100%; margin-top: 7px; }
.cf7-inquiry-form .cta-form .field > p > .wpcf7-form-control { width: 100%; }
.cf7-inquiry-form .cta-form .field { gap: 0; padding-top: 8px; }
/* Elementor does not emit the shortcode widget's custom class, so target the rendered layout itself. */
.contact-layout .cta-form .form-grid { gap: 12px 18px; }
.contact-layout .cta-form .field { gap: 0; padding-top: 8px; border-top: 1px solid #E7ECF3; }
.contact-layout .cta-form .field > p { margin: 0 !important; }
.contact-layout .cta-form .field label { display: flex; flex-wrap: wrap; align-items: center; gap: 4px; margin: 0; line-height: 1.2; }
.contact-layout .cta-form .field label br { display: none; }
.contact-layout .cta-form .field label .req { display: inline; line-height: 1; }
.contact-layout .cta-form .field label .wpcf7-form-control-wrap { flex: 0 0 100%; width: 100%; margin-top: 7px; }
.contact-layout .cta-form .field > p > .wpcf7-form-control { width: 100%; }
.contact-layout .cta-form .wpcf7-submit.btn-submit { background: var(--color-accent-bright) !important; color: #fff !important; border: 0 !important; border-radius: 999px !important; padding: 14px 22px !important; font-weight: 700 !important; }
.contact-layout .cta-form textarea { min-height: 104px; }
.contact-layout .cta-form .field label { display: flex !important; flex-direction: row !important; flex-wrap: wrap !important; align-items: center !important; justify-content: flex-start !important; text-align: left !important; }
.contact-layout .cta-form .field label::before { content: '*'; color: var(--color-accent-bright); font-weight: 800; line-height: 1; flex: 0 0 auto; }
.contact-layout .cta-form .field label .wpcf7-form-control-wrap { order: 2; }
.contact-layout .cta-form .field label.optional::before { content: none; }
/* Blog cards: every visible article entry point is a real link. */
.article-card .thumb-link { display: block; }
.article-card .card-link { color: var(--color-accent-bright); font-weight: 700; text-decoration: none; }
.article-card .card-link:hover, .article-card h3 a:hover { text-decoration: underline; }
.article-card.article-card-link { cursor: pointer; }
/* Blog comments are intentionally disabled site-wide. */
#comments, .comments-area, .comment-respond { display: none !important; }
/* Equal-sized visual headers for the six industry cards. */
.industry-image { width: 100%; margin: 0 0 18px; overflow: hidden; border-radius: 10px; background: #EEF3F8; }
.industry-image .elementor-widget-image img { display: block; width: 100%; height: 156px; object-fit: cover; object-position: center; border-radius: 10px; }
@media (max-width: 720px) { .industry-image .elementor-widget-image img { height: 140px; } }
@media (max-width: 640px) {
  .cta-form .form-grid { grid-template-columns: 1fr; }
}

/* ---------- Logo / cert strip ---------- */
.certstrip { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; }
.cert {
  border: 1px solid var(--color-border); border-radius: 10px; background: #fff; padding: 12px 18px;
  font-weight: 800; color: var(--color-accent); font-size: 14px; letter-spacing: .04em; box-shadow: var(--shadow-sm);
}

/* ---------- Page hero (inner pages) ---------- */
.page-hero {
  background: linear-gradient(135deg, var(--color-primary), var(--color-primary-dark)); color: #fff; padding: 70px 0 64px;
}
.page-hero h1 { color: #fff; }
.page-hero p { color: #D7DCE5; max-width: 60ch; }

/* ---------- Tables / specs ---------- */
.table-wrap { overflow-x: auto; border: 1px solid var(--color-border); border-radius: var(--radius); background: #fff; }
table.specs { width: 100%; border-collapse: collapse; min-width: 640px; }
table.specs th, table.specs td { padding: 13px 16px; text-align: left; border-bottom: 1px solid var(--color-border); font-size: 14.5px; vertical-align: top; }
table.specs th { background: var(--color-bg); color: var(--color-accent); font-weight: 700; }
table.specs tr:last-child td { border-bottom: 0; }
table.specs td b { color: var(--color-accent); }

/* ---------- Product detail ---------- */
.prod-hero .back-link { display: block; margin-bottom: 10px; font-size: 13px; font-weight: 700; color: var(--color-primary); width: max-content; }
.prod-hero .back-link:hover { color: var(--color-accent-bright); }
.prod-hero .eyebrow { margin-top: 4px; }
.prod-hero-banner {
  background:
    linear-gradient(180deg, #E8F1FA 0%, #F5F9FD 70%, #ffffff 100%);
  padding: 36px 0 56px;
  position: relative;
  overflow: hidden;
}
.prod-hero-banner::before {
  content: ""; position: absolute; inset: 0 0 auto 0; height: 4px;
  background: linear-gradient(90deg, var(--color-accent), var(--color-accent-bright));
}
.prod-hero { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; padding: 28px 0 8px; }
.prod-visual {
  background: #ffffff;
  border-radius: 18px;
  border: 1px solid var(--color-border);
  box-shadow: 0 24px 56px -20px rgba(12,68,124,.22), 0 6px 14px -8px rgba(12,68,124,.10);
  overflow: hidden;
  aspect-ratio: 4/3;
  display: flex; align-items: center; justify-content: center;
}
.prod-visual-img { width: 100%; height: 100%; object-fit: contain; padding: 18px; }
.prod-hero h1 { font-size: clamp(28px, 3.6vw, 44px); margin: 6px 0 12px; }
.back-link { font-size: 13px; font-weight: 700; color: var(--color-accent); text-decoration: none; display: inline-block; margin-bottom: 10px; }
.back-link:hover { color: var(--color-primary); }

@media (max-width: 860px) {
  .prod-hero { grid-template-columns: 1fr; gap: 28px; padding: 12px 0; }
  .prod-visual { aspect-ratio: 16/10; }
}
.prod-hero { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.prod-visual {
  aspect-ratio: 4/3; border-radius: var(--radius); display: grid; place-items: center;
  background: linear-gradient(135deg, #EEF1F6, #F5F7FA); color: var(--color-primary); font-size: 72px;
}
.prod-visual-img {
  width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--radius);
  box-shadow: var(--shadow-md); background: var(--color-bg);
}
.prod-hero h1 { font-size: clamp(26px, 3.4vw, 40px); }
.prod-cn { color: var(--color-muted); font-size: 15px; font-weight: 600; margin-bottom: 14px; }
.chips { display: flex; gap: 8px; flex-wrap: wrap; margin: 10px 0 16px; }
.chip { font-size: 12px; font-weight: 700; background: rgba(139, 26, 26, .08); color: var(--color-accent); padding: 5px 11px; border-radius: 999px; }

/* ---------- Product catalog (seeded Products page) ---------- */
.cat-title {
  color: var(--color-primary);
  font-size: clamp(22px, 2.6vw, 30px);
  margin: 40px 0 6px;
  padding-bottom: 10px;
  border-bottom: 3px solid var(--color-accent-bright);
  display: inline-block;
}
.cat-title:first-of-type { margin-top: 8px; }
.prod {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 20px;
  align-items: start;
  padding: 22px 0;
  border-bottom: 1px solid var(--color-border);
}
.prod:last-child { border-bottom: 0; }
.prod .visual {
  width: 64px; height: 64px;
  display: flex; align-items: center; justify-content: center;
  font-size: 30px;
  background: var(--color-bg);
  border-radius: var(--radius-sm);
}
.prod h3 { margin: 0 0 8px; }
.prod h3 a { color: var(--color-primary); transition: var(--t); }
.prod h3 a:hover { color: var(--color-accent-bright); }
.prod .muted { margin-bottom: 10px; }

/* ---------- Forms (inquiry) ---------- */
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: 14px; font-weight: 700; color: var(--color-primary); }
.field label .req { color: var(--color-accent-bright); }
.field input, .field select, .field textarea {
  font: inherit; padding: 12px 14px; border: 1.5px solid var(--color-border); border-radius: var(--radius-sm);
  background: #fff; color: var(--color-text); transition: var(--t);
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--color-accent-bright); box-shadow: 0 0 0 3px rgba(178, 34, 34, .14);
}
.field textarea { resize: vertical; min-height: 120px; }
.form-card { background: #fff; border: 1px solid var(--color-border); border-radius: var(--radius); padding: 34px; box-shadow: var(--shadow-md); }
.form-card h3 { color: var(--color-primary); margin-bottom: 14px; }
.form-note { font-size: 13px; color: var(--color-muted); }
.form-ok { display: none; background: #EAF7EE; border: 1px solid #BBE6C8; color: #15703A; padding: 14px 16px; border-radius: var(--radius-sm); font-weight: 600; margin-bottom: 18px; }

/* contact layout */
.contact-wrap { background: var(--color-bg-blue); padding: 56px 0; }
.contact-layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: 36px; align-items: start; }
.info-list { list-style: none; padding: 0; margin: 0; }
.info-list li { display: flex; gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--color-border); }
.info-list li:last-child { border-bottom: 0; padding-bottom: 0; }
.info-list .ico { color: var(--color-accent-bright); font-size: 20px; }
.info-list .k { font-size: 13px; color: var(--color-muted); }
.info-list .v { font-weight: 700; color: var(--color-primary); }

/* ---------- Footer ---------- */
/* 强制页脚背景全宽（覆盖 Elementor/hello 对 footer 的宽度限制） */
.site-footer {
  background: var(--color-primary); color: #D7DCE5; padding: 56px 0 28px;
  max-width: 100% !important;
  width: 100% !important;
  left: 0 !important;
  right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 32px; }
.site-footer h4 { color: #fff; font-size: 15px; margin-bottom: 16px; }
.site-footer a { color: #6B7A8F; display: block; padding: 5px 0; font-size: 14.5px; transition: var(--t); }
.site-footer a:hover { color: #fff; }
.footer-brand { color: #fff; font-weight: 800; font-size: 18px; display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.footer-brand .tape { color: var(--color-accent-bright); }
.footer-brand .logo { width: 32px; height: 32px; border-radius: 8px; background: linear-gradient(135deg, var(--color-accent), var(--color-accent-bright)); display: grid; place-items: center; color: #fff; }
.footer-brand .logo-img { height: 40px; width: auto; display: block; border-radius: 6px; }
.footer-bottom { border-top: 1px solid rgba(255, 255, 255, .1); margin-top: 36px; padding-top: 20px; font-size: 13px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; color: #6B7A8F; }

/* ---------- Article cards (resources) ---------- */
.article-card { background: #fff; border: 1px solid var(--color-border); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; transition: var(--t); }
.article-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--color-accent-bright); }
.article-card .thumb { aspect-ratio: 16/9; background: #EEF1F6; overflow: hidden; }
.article-card .thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.article-card .body { padding: 18px 20px 22px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.article-card .cat { font-size: 12px; font-weight: 700; color: var(--color-accent); letter-spacing: .04em; text-transform: uppercase; }
.article-card h3 { font-size: 17px; margin: 0; line-height: 1.35; }
.article-card .meta { font-size: 12.5px; color: var(--color-muted); }
.article-card .excerpt { font-size: 14px; color: var(--color-muted); margin: 0; }
.article-card .card-link { margin-top: auto; padding-top: 4px; }
.filter-tabs { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; margin-bottom: 36px; }
.filter-tabs a, .filter-tabs > .elementor-element { font-size: 13.5px; font-weight: 700; padding: 8px 16px; border-radius: 999px; border: 1px solid var(--color-border); color: var(--color-muted); transition: var(--t); cursor: pointer; }
.filter-tabs a.active, .filter-tabs a:hover, .filter-tabs > .elementor-element.active, .filter-tabs > .elementor-element:hover { background: var(--color-accent); color: #fff; border-color: var(--color-accent); }
.filter-tabs > .elementor-element:focus-visible { outline: 3px solid rgba(178, 34, 34, .3); outline-offset: 2px; }
.product-filter { display: flex; align-items: center; justify-content: center; gap: 10px; margin: -14px 0 36px; }
.product-filter .elementor-widget-container { display: flex; align-items: center; gap: 10px; }
.product-filter-label { color: var(--color-primary); font-size: 14px; font-weight: 700; }
.product-filter select { min-width: 232px; padding: 10px 38px 10px 14px; border: 1px solid var(--color-border); border-radius: 8px; background: #fff; color: var(--color-primary); font: inherit; font-size: 14px; font-weight: 600; cursor: pointer; }
.product-filter select:focus-visible { outline: 3px solid rgba(178, 34, 34, .25); outline-offset: 2px; border-color: var(--color-accent); }
@media (max-width: 767px) {
  .product-filter, .product-filter .elementor-widget-container { width: 100%; flex-direction: column; align-items: stretch; }
  .product-filter { margin-top: -12px; }
  .product-filter-label { text-align: left; }
  .product-filter select { width: 100%; min-width: 0; }
}

/* ---------- Blog post detail ---------- */
.post { padding: 56px 0 80px; }
.post-back { display: inline-block; margin-bottom: 22px; color: var(--color-accent); font-weight: 700; font-size: 14px; }
.post-hero { max-width: 820px; margin: 0 auto 28px; text-align: center; }
.post-hero .cat { font-size: 12px; font-weight: 700; color: var(--color-accent); letter-spacing: .06em; text-transform: uppercase; }
.post-hero h1 { font-size: 34px; margin: 10px 0 12px; line-height: 1.2; }
.post-hero .meta { color: var(--color-muted); font-size: 14px; }
.post-cover { max-width: 920px; margin: 0 auto 40px; border-radius: var(--radius); overflow: hidden; }
.post-cover img { width: 100%; display: block; }
.post-body { max-width: 760px; margin: 0 auto; }
.post-body .lead { font-size: 19px; line-height: 1.7; color: var(--color-primary); margin: 0 0 24px; }
.post-body h2 { margin: 38px 0 12px; font-size: 24px; }
.post-body p { font-size: 16px; line-height: 1.8; color: #2b3346; margin: 0 0 16px; }
.post-list { margin: 0 0 20px; padding-left: 20px; }
.post-list li { font-size: 16px; line-height: 1.7; margin-bottom: 10px; }
.post-cta { margin-top: 40px; padding: 28px; background: var(--color-bg); border: 1px solid var(--color-border); border-radius: var(--radius); text-align: center; }
.post-cta h3 { margin: 0 0 8px; }
.post-cta p { color: var(--color-muted); margin: 0 0 16px; }

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ---------- Product detail: hero selling points ---------- */
.prod-desc { font-size: 16px; color: var(--color-muted); line-height: 1.6; margin: 6px 0 14px; }
.sell-points { list-style: none; padding: 0; margin: 0 0 4px; display: grid; gap: 10px; }
.sell-points li { display: flex; gap: 10px; align-items: flex-start; font-size: 15px; color: var(--color-primary); font-weight: 600; line-height: 1.4; }
.sell-ico { color: var(--color-accent-bright); font-weight: 700; flex: 0 0 auto; }

/* ---------- Product structure diagram ---------- */
.struct-block { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; align-items: center; }
.struct-svg { width: 100%; height: auto; }
.struct-analysis p { font-size: 15px; color: var(--color-muted); line-height: 1.6; }
.struct-list { margin: 14px 0 0; padding-left: 18px; display: grid; gap: 8px; }
.struct-list li { font-size: 14px; color: var(--color-primary); }

/* ---------- Supply formats (buyer types) ---------- */
.format-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.format-card { background: #fff; border: 1px solid var(--color-border); border-radius: 14px; padding: 0 0 22px; box-shadow: var(--shadow-md); overflow: hidden; display: flex; flex-direction: column; }
.format-card .scene-svg { width: 100%; height: auto; display: block; aspect-ratio: 16/9; }
.format-card > .format-tag,
.format-card > .format-sub,
.format-card > .format-spec,
.format-card > .format-buyer,
.format-card > .btn { padding-left: 22px; padding-right: 22px; }
.format-card > .format-sub { padding-top: 0; }
.format-card > .format-tag { padding-top: 18px; }
.format-card .btn { margin-top: auto; align-self: flex-start; }
.format-tag { font-size: 17px; font-weight: 800; color: var(--color-primary); letter-spacing: -.01em; }
.format-sub { font-size: 13.5px; color: var(--color-muted); margin: 4px 0 14px; }
.format-spec { list-style: none; padding: 0 0 14px; margin: 0 0 12px; display: grid; gap: 7px; }
.format-spec li { font-size: 14px; color: var(--color-primary); padding-left: 16px; position: relative; }
.format-spec li::before { content: ""; position: absolute; left: 2px; top: 8px; width: 6px; height: 6px; border-radius: 50%; background: var(--color-accent-bright); }
.format-buyer { font-size: 13px; font-weight: 700; color: var(--color-accent); background: rgba(139, 26, 26, .07); padding: 8px 12px; border-radius: 8px; display: inline-block; align-self: flex-start; }
.btn-sm { font-size: 14px; padding: 10px 18px; border-radius: 10px; }

/* ---------- Application grid (16:9 scene cards) ---------- */
.app-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.app-card {
  position: relative; display: block; overflow: hidden;
  border-radius: 14px; border: 1px solid var(--color-border); background: #fff;
  box-shadow: var(--shadow-sm); text-decoration: none; color: inherit;
  transition: transform .15s ease, box-shadow .15s ease;
}
.app-card:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.app-card .scene-svg { display: block; width: 100%; height: auto; aspect-ratio: 16/9; }
.app-label {
  display: block; font-size: 14.5px; font-weight: 700; color: var(--color-primary);
  padding: 14px 16px 18px; line-height: 1.45;
}
.app-dot { display: none; }
@media (max-width: 860px) { .app-grid { grid-template-columns: 1fr 1fr; gap: 12px; } }
@media (max-width: 560px) { .app-grid { grid-template-columns: 1fr; } }

/* ---------- Substrate grid (16:9 scene cards) ---------- */
.sub-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.sub-card {
  position: relative; overflow: hidden;
  border-radius: 14px; border: 1px solid var(--color-border); background: #fff;
  box-shadow: var(--shadow-sm); transition: transform .15s ease, box-shadow .15s ease;
}
.sub-card:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.sub-card .scene-svg { display: block; width: 100%; height: auto; aspect-ratio: 16/9; }
.sub-label {
  display: block; font-size: 14.5px; font-weight: 700; color: var(--color-primary);
  padding: 14px 16px 18px; line-height: 1.45;
}
@media (max-width: 860px) { .sub-grid { grid-template-columns: 1fr 1fr; gap: 12px; } }
@media (max-width: 560px) { .sub-grid { grid-template-columns: 1fr; } }
.substrate-chips { display: none; }   /* legacy chip layout hidden — replaced by sub-grid */

@media (max-width: 860px) {
  .prod-hero, .struct-block, .format-grid { grid-template-columns: 1fr; }
  .app-grid { grid-template-columns: 1fr 1fr; }
}

@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; } }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .grid-3, .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .contact-layout { grid-template-columns: 1fr; }
  .prod-hero { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .nav-links { display: none; }
  .nav-toggle { display: block; }
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .hero .container { padding: 64px 24px 72px; }
  section { padding: 60px 0; }
  .cta-band { padding: 40px 24px; }

  /* dropdown becomes an inline expanding block inside the mobile menu */
  .nav-dropdown, .nav-dropdown.mega {
    position: static; opacity: 1; visibility: visible; transform: none;
    box-shadow: none; border: none; padding: 0; min-width: 0; display: none; background: transparent;
  }
  .nav-dropdown.mega { flex-direction: column; gap: 0; }
  .has-dropdown.open > .nav-dropdown { display: block; }
  .nav-dropdown a, .nav-dropdown.mega a { color: #D7DCE5; padding: 8px 14px 8px 30px; white-space: normal; border-radius: 0; }
  .nav-dropdown a:hover { background: rgba(255, 255, 255, .08); color: #fff; }
  .dd-group { color: var(--color-accent-light); padding: 10px 14px 4px 30px; }
  .has-dropdown.open > a .caret { transform: rotate(180deg); }
}

/* ============================================================
   Elementor 编辑器兼容（预览 iframe）
   ------------------------------------------------------------
   问题：正文区块大量使用 .reveal 滚动渐显（默认 opacity:0，
         靠 main.js 的 IntersectionObserver 添加 .in 才显示）。
         在 Elementor 编辑器预览 iframe 中滚动动画不触发，
         导致内容全部透明隐藏、只剩空容器（"只有容器、不见内容"）。
   修复：编辑器环境（body 含 elementor-editor-active）强制直接显示，
         前台（无该 class）不受影响，保留原有滚动渐显动画。
   ============================================================ */
body.elementor-editor-active .reveal,
.elementor-editor-active .reveal {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

/* 编辑器内页眉/页脚/导航基础兜底：导航项由 text-editor 渲染为 div 而非 <a>，
   .nav-links a 选择器不生效；此处给编辑器预览补上同款样式，避免"页眉乱"。 */
body.elementor-editor-active .nav-links .elementor-widget,
body.elementor-editor-active .nav-links .elementor-text-editor {
  color: #D7DCE5;
  padding: 9px 14px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
  border-radius: 8px;
}
body.elementor-editor-active .nav-links .elementor-widget:hover,
body.elementor-editor-active .nav-links .elementor-text-editor:hover {
  color: #fff;
}
body.elementor-editor-active .nav-links .elementor-widget.active,
body.elementor-editor-active .nav-links .elementor-text-editor.active {
  color: #fff;
}

/* ============================================================
   Elementor 容器布局修复（前台 + 编辑器）
   ------------------------------------------------------------
   问题：Elementor 4.x 用 CSS 变量 --display 控制容器布局，
         数据里容器的 "display":"grid" / "grid_template_columns"
         不是 Elementor 识别的标准设置，被忽略后全部回退为 flex，
         导致 .grid-2/3/4 / .footer-grid 网格全部挤成一行，排版错乱。
   修复：用 !important 强制恢复网格布局（覆盖 Elementor 的
         .e-con { display: var(--display) }），并保持原响应式断点。
   ============================================================ */
.grid { display: grid !important; gap: 24px !important; }
.grid-3 { grid-template-columns: repeat(3, 1fr) !important; }
.grid-2 { grid-template-columns: repeat(2, 1fr) !important; }
.grid-4 { grid-template-columns: repeat(4, 1fr) !important; }
.footer-grid { display: grid !important; grid-template-columns: 1.4fr 1fr 1fr 1fr !important; gap: 32px !important; }
.card .ico, .feature .ico { display: grid !important; }
/* 产品页 bh-* 网格兜底（beautify-v1.css 定义，同样被 Elementor flex 覆盖） */
.bh-hero-grid { display: grid !important; grid-template-columns: 1.05fr .95fr !important; gap: 56px !important; align-items: center !important; }
.bh-scenarios { display: grid !important; grid-template-columns: repeat(3, 1fr) !important; gap: 26px !important; }
.bh-struct-grid { display: grid !important; grid-template-columns: 1.2fr 1fr !important; gap: 48px !important; align-items: center !important; }
.bh-struct-points { display: grid !important; gap: 16px !important; }
.bh-series-grid { display: grid !important; grid-template-columns: repeat(3, 1fr) !important; gap: 24px !important; }
.bh-series-grid--2 { grid-template-columns: repeat(2, 1fr) !important; }
.bh-formats-grid { display: grid !important; grid-template-columns: repeat(3, 1fr) !important; gap: 28px !important; }
.bh-fmt-list { display: grid !important; gap: 8px !important; }
.bh-stats { display: grid !important; grid-template-columns: repeat(4, 1fr) !important; gap: 16px !important; }
.bh-rel-grid { display: grid !important; grid-template-columns: repeat(4, 1fr) !important; gap: 18px !important; }
.form-row { display: grid !important; grid-template-columns: 1fr 1fr !important; gap: 16px !important; }

@media (max-width: 980px) {
  .grid-3, .grid-4 { grid-template-columns: repeat(2, 1fr) !important; }
  .footer-grid { grid-template-columns: 1fr 1fr !important; }
}
@media (max-width: 720px) {
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr !important; }
  .footer-grid { grid-template-columns: 1fr !important; }
}


/* ============================================================
   WP 原生菜单适配（子主题 header 模板输出）
   ------------------------------------------------------------
   header.php 用 wp_nav_menu 输出 <ul class="main-menu">，
   这里把 ul/li 结构接入 BROADYA 的 .nav-links 设计。
   ============================================================ */

/* 紧凑化：header 更矮、内容更宽、导航项更紧凑 */
:root {
  --header-h: 64px;
  --maxw: 1320px;
}
/* 强制导航背景全宽（覆盖 Elementor/hello 对 header 的居中宽度限制） */
.site-header {
  height: var(--header-h);
  max-width: 100% !important;
  width: 100% !important;
  left: 0 !important;
  right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  /* 修正垂直居中：Elementor/hello 默认 header 有 16px 上下 padding，
     会把 nav 内容下推 16px 并溢出到 hero。这里归零并垂直居中。 */
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  align-items: center !important;
  position: sticky; top: 0; z-index: 50;
  /* 顶部状态：半透明毛玻璃（参考表 rgba(255,255,255,.08) + blur） */
  background: rgba(10, 20, 30, 0.55);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
  color: #fff;
  transition: background .3s ease, color .3s ease, border-color .3s ease, box-shadow .3s ease;
}
/* 滚动后：纯白清爽 + 深色文字 */
body.scrolled .site-header {
  background: #FFFFFF;
  color: var(--color-primary-light);
  border-bottom: 1px solid #E2E8F0;
  box-shadow: 0 1px 10px rgba(26, 43, 74, .08);
}
.site-header .nav,
.site-header .container {
  max-width: var(--maxw);
}
.nav { height: var(--header-h); }
.nav-links { display: flex; align-items: center; gap: 2px; }
.nav-links .main-menu { display: flex; align-items: center; gap: 2px; list-style: none; margin: 0; padding: 0; }
.nav-links .main-menu > li { list-style: none; position: relative; }
.nav-links .main-menu > li > a {
  display: inline-block; color: #D7DCE5; padding: 8px 12px; border-radius: 8px;
  font-size: 14px; font-weight: 600; transition: var(--t); position: relative; line-height: 1.4;
}
.nav-links .main-menu > li > a:hover,
.nav-links .main-menu > li.current-menu-item > a,
.nav-links .main-menu > li.current_page_item > a { color: #fff; }
.nav-links .main-menu > li.current-menu-item > a::after,
.nav-links .main-menu > li.current_page_item > a::after {
  content: ''; position: absolute; left: 12px; right: 12px; bottom: 4px; height: 2px;
  background: var(--color-accent-bright); border-radius: 2px;
}
/* 滚动后 header 文字变深色 */
body.scrolled .site-header .brand,
body.scrolled .site-header .brand .brand-name,
body.scrolled .site-header .brand small,
body.scrolled .site-header .brand .tape { color: var(--color-primary-light); }
body.scrolled .site-header .brand .logo { background: linear-gradient(135deg, var(--color-accent), var(--color-accent-bright)); color: #fff; }
body.scrolled .nav-links .main-menu > li > a { color: var(--color-primary-light); }
body.scrolled .nav-links .main-menu > li > a:hover,
body.scrolled .nav-links .main-menu > li.current-menu-item > a,
body.scrolled .nav-links .main-menu > li.current_page_item > a { color: var(--color-accent); }
body.scrolled .nav-toggle { color: var(--color-primary-light); }
/* Products 父项 caret */
.nav-links .main-menu > li.menu-item-has-children > a::after {
  content: '\25BE'; display: inline-block; margin-left: 5px; font-size: .7em; opacity: .8;
  transform: translateY(1px); transition: transform .2s ease;
}
.nav-links .main-menu > li.menu-item-has-children:hover > a::after { transform: rotate(180deg); }
/* 下拉 sub-menu（默认单列） */
.nav-links .sub-menu {
  position: absolute; top: 100%; left: 0; z-index: 60;
  background: var(--color-primary); border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius); box-shadow: 0 18px 40px rgba(15,26,46,.45);
  padding: 10px 0; margin: 0; list-style: none; min-width: 230px;
  opacity: 0; visibility: hidden; transform: translateY(8px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s;
}
.nav-links .main-menu > li:hover > .sub-menu,
.nav-links .main-menu > li.focus > .sub-menu,
.nav-links .main-menu > li.open > .sub-menu { opacity: 1; visibility: visible; transform: none; }
.nav-links .sub-menu li { list-style: none; }
.nav-links .sub-menu li a {
  display: block; color: #D7DCE5; padding: 8px 18px; font-size: 14px; font-weight: 500; white-space: nowrap; line-height: 1.4;
}
.nav-links .sub-menu li a:hover { color: #fff; background: rgba(255,255,255,.06); }
/* Products mega 下拉：3 列 = 三大类（Double-Sided Tape / Foam Tape / Specialty Tape） */
.nav-links .main-menu > li.mega > .sub-menu {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px 24px; min-width: 780px; padding: 14px 6px;
}
.nav-links .main-menu > li.mega > .sub-menu li a { white-space: normal; }
/* 分组标题（三级菜单第一级 = 大类标题） */
.nav-links .main-menu > li.mega > .sub-menu > li > a {
  color: var(--color-accent-light); font-size: 12px; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; padding: 4px 18px 6px; cursor: pointer; pointer-events: auto; white-space: normal;
}
/* 分组下产品二级菜单：静态展示（不 hover 弹出） */
.nav-links .main-menu > li.mega > .sub-menu > li > .sub-menu {
  position: static; opacity: 1; visibility: visible; transform: none;
  box-shadow: none; border: none; background: transparent; padding: 0; min-width: 0;
}
.nav-links .main-menu > li.mega > .sub-menu > li > .sub-menu li a {
  display: block; color: #D7DCE5; padding: 7px 18px; font-size: 14px; font-weight: 500; white-space: normal; line-height: 1.4; border-radius: 6px;
}
.nav-links .main-menu > li.mega > .sub-menu > li > .sub-menu li a:hover { color: #fff; background: rgba(255,255,255,.06); }

/* Get a Quote 按钮紧凑化 */
.nav-cta { padding: 10px 18px; font-size: 14px; }

/* ---------- 移动端导航 ---------- */
@media (max-width: 980px) {
  .nav-cta { display: none; }
}
@media (max-width: 720px) {
  .nav-links { position: fixed; top: var(--header-h); left: 0; right: 0; background: var(--color-primary); }
  .nav-links, .nav-links .main-menu { flex-direction: column; align-items: stretch; display: none; }
  .nav-links.open, .nav-links.open .main-menu { display: flex; }
  .nav-links .main-menu { padding: 8px 0 16px; gap: 0; }
  .nav-links .main-menu > li > a { display: block; padding: 12px 20px; border-radius: 0; }
  .nav-links .sub-menu {
    position: static; opacity: 1; visibility: visible; transform: none;
    box-shadow: none; border: none; padding: 0 0 6px; background: transparent; display: none;
  }
  .nav-links .main-menu > li.mega > .sub-menu { grid-template-columns: 1fr; min-width: 0; }
  .nav-links .main-menu > li.open > .sub-menu { display: block; }
  /* 移动端：分组标题可点击展开其产品 */
  .nav-links .main-menu > li.mega > .sub-menu > li > a { pointer-events: auto; cursor: pointer; }
  .nav-links .main-menu > li.mega > .sub-menu > li > .sub-menu { display: none; }
  .nav-links .main-menu > li.mega > .sub-menu > li.open > .sub-menu { display: block; }
  .nav-toggle { display: block; }
}

/* ---------- 子主题 footer 适配 ---------- */
.footer-col { display: flex; flex-direction: column; }
.footer-col .footer-title { color: #F3F4F6; font-size: 15px; margin: 0 0 16px; font-weight: 700; }
.footer-col .footer-links { list-style: none; margin: 0; padding: 0; }
.footer-col .footer-links li { list-style: none; }
.footer-col .footer-links a { color: #6B7A8F; display: block; padding: 5px 0; font-size: 14.5px; transition: var(--t); }
.footer-col .footer-links a:hover { color: #fff; }
.footer-desc { color: #6B7A8F; font-size: 14px; line-height: 1.6; margin-top: 14px; }
.footer-bottom-inner { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; width: 100%; }
@media (max-width: 980px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
  .footer-brand { grid-column: span 2; }
}
@media (max-width: 720px) {
  .footer-grid { grid-template-columns: 1fr; gap: 24px; }
  .footer-brand { grid-column: span 1; }
}

/* 子主题正文排版（Elementor 页面容器） */
.site-content { min-height: 60vh; }
.elementor-page .elementor-section-wrap,
.elementor-page > .elementor { }
body:not(.elementor-editor-active) .elementor-widget-container > *:first-child { margin-top: 0; }

/* ---------- Elementor global module system ---------- */
:root {
  --broadya-button: #B22222;
  --broadya-button-hover: #8B1A1A;
  --broadya-link: #E8751A;
  --broadya-section-gray: #F5F7FA;
}
.site-content a:not(.btn):not(.elementor-button):not(.nav-cta) {
  color: var(--broadya-link);
  text-decoration: none;
}
.site-content a:not(.btn):not(.elementor-button):not(.nav-cta):hover { color: var(--broadya-button); }
.site-content .btn-primary,
.site-content .elementor-button,
.site-header .nav-cta {
  background-color: var(--broadya-button);
  border-color: var(--broadya-button);
  color: #fff;
}
.site-content .btn-primary:hover,
.site-content .elementor-button:hover,
.site-header .nav-cta:hover { background-color: var(--broadya-button-hover); border-color: var(--broadya-button-hover); }
.section-alt { background: var(--broadya-section-gray); }
.media-text-module { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(28px, 5vw, 72px); align-items: center; }
@media (max-width: 767px) { .media-text-module { grid-template-columns: 1fr; gap: 24px; } }

/* ---------- Homepage visual corrections ---------- */
.statband .grid.grid-4 > .card { height: 178px; min-width: 208px; }
.elementor-element-64dcada .card .elementor-widget-image,
.elementor-element-64dcada .card .elementor-widget-image img { height: 186px !important; aspect-ratio: auto; object-fit: cover; }
/* Converting Capabilities: every image uses one identical 16:9 frame. */
.elementor-element-64dcada > .card > .elementor-widget-image {
  width: 100% !important; height: 190px !important; margin: 0 0 18px !important;
  overflow: hidden; border-radius: var(--radius-sm);
}
.elementor-element-64dcada > .card > .elementor-widget-image img {
  display: block !important; width: 100% !important; height: 100% !important;
  max-width: none !important; object-fit: cover !important; object-position: center !important;
}
@media (max-width: 767px) {
  .elementor-element-64dcada > .card > .elementor-widget-image { height: auto !important; aspect-ratio: 16 / 9; }
}
.elementor-element-14c80d0 { grid-template-columns: 1fr !important; gap: 32px !important; }
.elementor-element-14c80d0 > .card {
  display: grid !important; grid-template-columns: 1fr 1fr !important; grid-template-rows: auto 1fr;
  padding: 0; overflow: hidden; min-height: 310px; align-items: stretch;
}

/* ---------- Elementor global header / footer ---------- */
#ultihefo-header { position: sticky; top: 0; z-index: 100; background: #fff; box-shadow: 0 1px 10px rgba(15, 23, 42, .08); }
#ultihefo-header .global-elementor-header { width: 100%; }
#ultihefo-header .global-header-inner { min-height: 74px; margin: 0 auto; padding: 10px 24px; gap: 28px; }
#ultihefo-header .global-brand-logo img { width: 174px; height: auto; max-height: 50px; object-fit: contain; object-position: left center; }
#ultihefo-header .elementor-element-32dad13 { flex: 0 0 174px; width: 174px; max-width: 174px; }
#ultihefo-header .elementor-element-32dad13 img { display: block; width: 174px !important; max-width: 100% !important; height: 50px !important; object-fit: contain; object-position: left center; }
#ultihefo-header .global-nav-menu { margin-left: auto; }
#ultihefo-header .global-nav-menu ul { display: flex; align-items: center; justify-content: flex-end; gap: 4px; margin: 0; padding: 0; list-style: none; }
#ultihefo-header .global-nav-menu li { position: relative; list-style: none; }
#ultihefo-header .global-nav-menu a { display: block; padding: 10px 12px; color: #173A70; font-size: 15px; font-weight: 600; text-decoration: none; }
#ultihefo-header .global-nav-menu a:hover, #ultihefo-header .global-nav-menu .current-menu-item > a { color: var(--broadya-button); }
#ultihefo-header .global-nav-menu .sub-menu { display: none; position: absolute; top: 100%; left: 0; min-width: 210px; padding: 8px; background: #fff; box-shadow: 0 12px 28px rgba(15,23,42,.14); border-radius: 8px; }
#ultihefo-header .global-nav-menu li:hover > .sub-menu { display: block; }
#ultihefo-header .global-nav-menu .sub-menu a { padding: 9px 10px; white-space: nowrap; }
#ultihefo-header .elementor-widget-button { margin-left: auto; flex: 0 0 auto; }
#ultihefo-header .elementor-widget-button .elementor-button { background: var(--broadya-button); color: #fff; border-radius: 999px; padding: 12px 21px; font-weight: 700; text-decoration: none; }
#ultihefo-header .elementor-widget-button .elementor-button:hover { background: var(--broadya-button-hover); }
#ultihefo-header .global-header-cta .elementor-button { background: var(--broadya-button); border-radius: 999px; padding: 12px 21px; font-weight: 700; }
#ultihefo-header .global-header-cta .elementor-button:hover { background: var(--broadya-button-hover); }
#ultihefo-footer-template { background: #0B1A30; color: #D7DEEA; margin: 0; }
#ultihefo-footer-template .global-elementor-footer { padding: 60px 24px 28px; }
#ultihefo-footer-template .global-footer-grid { display: grid !important; grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr) minmax(0, 1fr); gap: 32px; max-width: 1180px; margin: 0 auto; }
#ultihefo-footer-template .global-footer-grid > .e-con { width: auto !important; min-width: 0; }
#ultihefo-footer-template h3, #ultihefo-footer-template h4 { color: #fff; margin-top: 0; }
#ultihefo-footer-template a { color: #F59E0B; text-decoration: none; }
#ultihefo-footer-template a:hover { color: #FBBF24; text-decoration: underline; }
#ultihefo-footer-template p { color: #D7DEEA; }
@media (max-width: 767px) {
  #ultihefo-header .global-header-inner { min-height: 64px; padding: 8px 16px; gap: 12px; flex-wrap: wrap; }
  #ultihefo-header .global-brand-logo img { width: 142px; }
  #ultihefo-header .elementor-element-32dad13 { flex-basis: 142px; width: 142px; max-width: 142px; }
  #ultihefo-header .elementor-element-32dad13 img { width: 142px !important; height: 42px !important; }
  #ultihefo-header .global-nav-menu { display: block; order: 3; width: 100%; margin: 0; border-top: 1px solid #E5E7EB; }
  #ultihefo-header .global-nav-menu ul { justify-content: flex-start; overflow-x: auto; }
  #ultihefo-header .global-nav-menu a { padding: 10px 9px; font-size: 13px; white-space: nowrap; }
  #ultihefo-header .global-nav-menu .sub-menu { display: none !important; }
  #ultihefo-header .elementor-widget-button { margin-left: auto; }
  #ultihefo-header .global-header-cta .elementor-button { padding: 10px 14px; font-size: 13px; }
  #ultihefo-footer-template .global-elementor-footer { padding: 42px 20px 24px; }
  #ultihefo-footer-template .global-footer-grid { grid-template-columns: 1fr; gap: 24px; }
}

/* ---------- Reusable product-detail CTA behaviour ---------- */
.beauty-v1 .bh-hero-cta .elementor-button {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 46px; padding: 12px 22px; border-radius: 999px;
  background: var(--broadya-button); border: 1px solid var(--broadya-button);
  color: #fff; font-weight: 700; text-decoration: none;
}
.beauty-v1 .bh-hero-cta .elementor-button:hover { background: var(--broadya-button-hover); border-color: var(--broadya-button-hover); color: #fff; }
.beauty-v1 .bh-hero-cta > .elementor-element:nth-child(2) .elementor-button { background: transparent; border-color: rgba(255,255,255,.75); color: #fff; }
.beauty-v1 .bh-hero-cta > .elementor-element:nth-child(2) .elementor-button:hover { background: #fff; border-color: #fff; color: #173A70; }
.beauty-v1 .bh-scenario-tag--ph { display: none; }
.beauty-v1 .bh-rel-card .elementor-heading-title a { color: #173A70; text-decoration: none; }
.beauty-v1 .bh-rel-card .elementor-heading-title a:hover { color: var(--broadya-link); }

/* ---------- Product-page CTA color lock ----------
   Legacy Elementor per-widget green accent (#61ce70) has higher generated
   specificity on older product pages. All visitor-facing CTA states must use
   the Broadya dark-red action color, not a green default that changes on hover. */
body .elementor-button,
body a.elementor-button,
body .btn.btn-primary,
body input.wpcf7-submit,
body button.wpcf7-submit {
  background-color: #B22222 !important;
  border-color: #B22222 !important;
  color: #FFFFFF !important;
}
body .elementor-button:hover,
body .elementor-button:focus,
body .elementor-button:active,
body .btn.btn-primary:hover,
body .btn.btn-primary:focus,
body .btn.btn-primary:active,
body input.wpcf7-submit:hover,
body input.wpcf7-submit:focus,
body button.wpcf7-submit:hover,
body button.wpcf7-submit:focus {
  background-color: #8B1A1A !important;
  border-color: #8B1A1A !important;
  color: #FFFFFF !important;
}

/* ---------- Top-level page heroes (Elementor editable backgrounds) ---------- */
body.page-id-12 .page-hero,
body.page-id-13 .page-hero,
body.page-id-14 .page-hero,
body.page-id-15 .page-hero,
body.page-id-16 .page-hero {
  height: 50vh !important; min-height: 0 !important; padding: 0 !important;
  display: flex !important; align-items: center !important; justify-content: center !important;
  background-position: center !important; background-size: cover !important;
}
body.page-id-12 .page-hero::after,
body.page-id-13 .page-hero::after,
body.page-id-14 .page-hero::after,
body.page-id-15 .page-hero::after,
body.page-id-16 .page-hero::after { background: rgba(7, 18, 34, .5) !important; }
body.page-id-12 .page-hero .container,
body.page-id-13 .page-hero .container,
body.page-id-14 .page-hero .container,
body.page-id-15 .page-hero .container,
body.page-id-16 .page-hero .container { padding: 30px 24px !important; text-align: center !important; }
.page-hero .hero-keyword { color: var(--broadya-button) !important; }
/* Product category pages use the same half-screen, image-led hero composition. */
.product-category-hero {
  height: 50vh !important; min-height: 0 !important; padding: 0 !important;
  display: flex !important; align-items: center !important; justify-content: center !important;
  background-position: center !important; background-size: cover !important;
}
.product-category-hero::after { background: rgba(7, 18, 34, .30) !important; }
.product-category-hero .container { padding: 30px 24px !important; text-align: center !important; }
@media (max-width: 767px) { .product-category-hero { height: auto !important; min-height: 360px !important; } }
@media (max-width: 767px) {
  body.page-id-12 .page-hero, body.page-id-13 .page-hero, body.page-id-14 .page-hero,
  body.page-id-15 .page-hero, body.page-id-16 .page-hero { height: auto !important; min-height: 360px !important; }
}

.site-header .brand small { color: #F3F4F6 !important; opacity: 1 !important; }

/* Desktop Products menu: JavaScript keeps it open while its whole container is hovered. */
@media (min-width: 721px) {
  .nav-links .has-dropdown > .nav-dropdown,
  .nav-links .main-menu > li > .sub-menu {
    opacity: 0 !important; visibility: hidden !important; transform: none !important; pointer-events: none;
  }
  .nav-links .has-dropdown.open > .nav-dropdown,
  .nav-links .has-dropdown:hover > .nav-dropdown,
  .nav-links .main-menu > li.open > .sub-menu,
  .nav-links .main-menu > li:hover > .sub-menu {
    opacity: 1 !important; visibility: visible !important; transform: none !important; pointer-events: auto;
  }
}

/* Restore high-contrast typography in the homepage quality / certification band. */
.statband .section-head h2, .statband .section-head h3,
.statband .elementor-heading-title { color: #fff !important; }
.statband .section-head > .elementor-widget-text-editor,
.statband .section-head > .elementor-widget-text-editor *,
.statband .lbl, .statband .lbl *,
.statband .card .elementor-widget-text-editor { color: rgba(255, 255, 255, .9) !important; }
.statband .section-head .eyebrow, .statband [class*="eyebrow"] { color: #FBBF24 !important; }
.statband .num, .statband .num * { color: #D92D2D !important; }
.statband .num { font-weight: 900 !important; }

/* Homepage quality band: explicit contrast against the factory image. */
.statband { background-image: linear-gradient(rgba(7, 18, 34, .94), rgba(7, 18, 34, .94)), url('https://bisque-zebra-931346.hostingersite.com/wp-content/uploads/broadya/assets/img/capabilities/01-laminating.webp') !important; }
.statband .elementor-widget-text-editor,
.statband .elementor-widget-text-editor *,
.statband .elementor-widget-heading,
.statband .elementor-widget-heading * { color: #FFFFFF !important; opacity: 1 !important; }
.statband .statband-eyebrow { color: #F59E0B !important; font-weight: 800 !important; letter-spacing: .16em; }
.statband .statband-keyword { color: #D92D2D !important; font-weight: 800 !important; }
.statband .num, .statband .num * { color: #E53935 !important; }
.statband .lbl, .statband .lbl * { color: #FFFFFF !important; }
.statband .section-head { text-shadow: 0 2px 16px rgba(0, 0, 0, .65); }
.elementor-element-14c80d0 > .card > .elementor-widget-image { grid-column: 1; grid-row: 1 / span 2; margin: 0; min-height: 310px; }
.elementor-element-14c80d0 > .card > .elementor-widget-image img { width: 100%; height: 100%; object-fit: cover; }
.elementor-element-14c80d0 > .card > .elementor-widget-heading { grid-column: 2; grid-row: 1; padding: 34px 40px 0; align-self: end; }
.elementor-element-14c80d0 > .card > .elementor-widget-text-editor { grid-column: 2; grid-row: 2; padding: 12px 40px 34px; }
.elementor-element-14c80d0 > .card:nth-child(even) > .elementor-widget-image { grid-column: 2; }
.elementor-element-14c80d0 > .card:nth-child(even) > .elementor-widget-heading { grid-column: 1; }
.elementor-element-14c80d0 > .card:nth-child(even) > .elementor-widget-text-editor { grid-column: 1; }
.hero-actions .elementor-button { background: var(--broadya-button) !important; border-color: var(--broadya-button) !important; color: #fff !important; padding: 13px 26px !important; border-radius: 999px !important; text-decoration: none !important; }
.hero-actions .elementor-button:hover { background: var(--broadya-button-hover) !important; border-color: var(--broadya-button-hover) !important; }

/* Remove decorative section kickers from page body; retain the section heading and copy. */
main .eyebrow,
main [class*="eyebrow"],
main .section-head > .elementor-widget-text-editor:first-child {
  display: none !important;
}

/* Solutions hero: match the centered, compact composition of other top-level pages. */
body.page-id-13 .page-hero .container {
  max-width: 1080px !important;
  margin: 0 auto !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
}
body.page-id-13 .page-hero h1 {
  max-width: 860px !important;
  margin: 0 auto 18px !important;
  font-size: clamp(36px, 4.1vw, 52px) !important;
  line-height: 1.12 !important;
}
body.page-id-13 .page-hero .elementor-element-6751c83 {
  max-width: 820px !important;
  margin: 0 auto !important;
  font-size: 17px !important;
  line-height: 1.65 !important;
}
body.page-id-13 .page-hero .elementor-element-dcf59ae {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  width: min(100%, 840px) !important;
  gap: 12px 24px !important;
  margin: 28px auto 0 !important;
}
body.page-id-13 .page-hero .elementor-element-dcf59ae > .elementor-element {
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  font-size: 15px !important;
  line-height: 1.45 !important;
  text-align: center !important;
}
body.page-id-13 .page-hero .elementor-element-dcf59ae > .elementor-widget {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
body.page-id-13 .page-hero .elementor-element-dcf59ae .elementor-widget-container,
body.page-id-13 .page-hero .elementor-element-dcf59ae p { margin: 0 !important; }
/* The third benefit is composed of two Elementor text widgets; remove their
   default container gap so its two lines align with the other benefit copy. */
body.page-id-13 .page-hero .elementor-element-a8f150d1 {
  align-items: center !important;
  justify-content: center !important;
  gap: 0 !important;
}
body.page-id-13 .page-hero .elementor-element-67be26e {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 14px !important;
  width: auto !important;
  margin: 30px auto 0 !important;
}
body.page-id-13 .page-hero .elementor-element-67be26e > .elementor-element { width: auto !important; margin: 0 !important; }
body.page-id-13 .page-hero .elementor-button { min-width: 190px !important; }
@media (max-width: 767px) {
  body.page-id-13 .page-hero .container { padding: 54px 22px !important; }
  body.page-id-13 .page-hero h1 { font-size: 34px !important; }
  body.page-id-13 .page-hero .elementor-element-dcf59ae { grid-template-columns: 1fr !important; gap: 10px !important; margin-top: 22px !important; }
  body.page-id-13 .page-hero .elementor-element-67be26e { flex-direction: column !important; width: 100% !important; margin-top: 24px !important; }
  body.page-id-13 .page-hero .elementor-element-67be26e > .elementor-element,
  body.page-id-13 .page-hero .elementor-button { width: 100% !important; }
}
@media (max-width: 767px) {
  .statband .grid.grid-4 > .card { min-width: min(100%, 260px); height: 158px; }
  .elementor-element-14c80d0 > .card { grid-template-columns: 1fr !important; min-height: 0; }
  .elementor-element-14c80d0 > .card > .elementor-widget-image,
  .elementor-element-14c80d0 > .card:nth-child(even) > .elementor-widget-image { grid-column: 1; grid-row: 1; min-height: 220px; }
  .elementor-element-14c80d0 > .card > .elementor-widget-heading,
  .elementor-element-14c80d0 > .card:nth-child(even) > .elementor-widget-heading { grid-column: 1; grid-row: 2; padding: 26px 26px 0; }
  .elementor-element-14c80d0 > .card > .elementor-widget-text-editor,
  .elementor-element-14c80d0 > .card:nth-child(even) > .elementor-widget-text-editor { grid-column: 1; grid-row: 3; padding: 10px 26px 26px; }
}

@media (max-width: 767px) {
  body.page-id-18 .bh-hero-grid,
  body.page-id-18 .bh-struct-grid {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    gap: 24px !important;
    padding: 0 20px !important;
    box-sizing: border-box !important;
  }

  body.page-id-18 .bh-hero-grid > .bh-hero-fig,
  body.page-id-18 .bh-struct-grid > .e-con:first-child {
    order: -1 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  body.page-id-18 .bh-hero-grid > .e-con:not(.bh-hero-fig),
  body.page-id-18 .bh-struct-grid > .e-con:not(:first-child) {
    order: 1 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  body.page-id-18 .bh-hero-fig .elementor-widget-image,
  body.page-id-18 .bh-struct-grid > .e-con:first-child .elementor-widget-image {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
  }

  body.page-id-18 .bh-hero-fig .elementor-widget-image img,
  body.page-id-18 .bh-struct-grid > .e-con:first-child .elementor-widget-image img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 260px !important;
    object-fit: contain !important;
    object-position: center !important;
    margin: 0 auto !important;
  }

  body.page-id-18 .bh-scenarios,
  body.page-id-18 .bh-series-grid,
  body.page-id-18 .bh-formats-grid,
  body.page-id-18 .bh-rel-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-auto-flow: row !important;
    gap: 24px !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
  }

  body.page-id-18 .bh-scenario,
  body.page-id-18 .bh-series-card,
  body.page-id-18 .bh-fmt-card,
  body.page-id-18 .bh-rel-card {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }

  body.page-id-18 .bh-scenario > .elementor-widget-image,
  body.page-id-18 .bh-scenario > .e-con:first-child,
  body.page-id-18 .bh-series-card > .elementor-widget-image,
  body.page-id-18 .bh-fmt-card > .elementor-widget-image,
  body.page-id-18 .bh-rel-card > .elementor-widget-image {
    order: -1 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    flex: 0 0 260px !important;
    margin: 0 !important;
    overflow: hidden !important;
  }

  body.page-id-18 .bh-scenario .elementor-widget-image img,
  body.page-id-18 .bh-series-card .elementor-widget-image img,
  body.page-id-18 .bh-fmt-card .elementor-widget-image img,
  body.page-id-18 .bh-rel-card .elementor-widget-image img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 260px !important;
    object-fit: cover !important;
    object-position: center !important;
    margin: 0 !important;
  }

  body.page-id-18 .bh-scenario > :not(.elementor-widget-image):not(:first-child),
  body.page-id-18 .bh-series-card > :not(.elementor-widget-image),
  body.page-id-18 .bh-fmt-card > :not(.elementor-widget-image),
  body.page-id-18 .bh-rel-card > :not(.elementor-widget-image) {
    order: 1 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }
}
@media (max-width: 767px) {
  body.page-id-19 .bh-hero-grid,
  body.page-id-19 .bh-struct-grid {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    gap: 24px !important;
    padding: 0 20px !important;
    box-sizing: border-box !important;
  }

  body.page-id-19 .bh-hero-grid > .bh-hero-fig,
  body.page-id-19 .bh-struct-grid > .e-con:first-child {
    order: -1 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  body.page-id-19 .bh-hero-grid > .e-con:not(.bh-hero-fig),
  body.page-id-19 .bh-struct-grid > .e-con:not(:first-child) {
    order: 1 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  body.page-id-19 .bh-hero-fig .elementor-widget-image,
  body.page-id-19 .bh-struct-grid > .e-con:first-child .elementor-widget-image {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
  }

  body.page-id-19 .bh-hero-fig .elementor-widget-image img,
  body.page-id-19 .bh-struct-grid > .e-con:first-child .elementor-widget-image img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 260px !important;
    object-fit: contain !important;
    object-position: center !important;
    margin: 0 auto !important;
  }

  body.page-id-19 .bh-scenarios,
  body.page-id-19 .bh-series-grid,
  body.page-id-19 .bh-formats-grid,
  body.page-id-19 .bh-rel-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-auto-flow: row !important;
    gap: 24px !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
  }

  body.page-id-19 .bh-scenario,
  body.page-id-19 .bh-series-card,
  body.page-id-19 .bh-fmt-card,
  body.page-id-19 .bh-rel-card {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }

  body.page-id-19 .bh-scenario > .elementor-widget-image,
  body.page-id-19 .bh-scenario > .e-con:first-child,
  body.page-id-19 .bh-series-card > .elementor-widget-image,
  body.page-id-19 .bh-fmt-card > .elementor-widget-image,
  body.page-id-19 .bh-rel-card > .elementor-widget-image {
    order: -1 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    flex: 0 0 260px !important;
    margin: 0 !important;
    overflow: hidden !important;
  }

  body.page-id-19 .bh-scenario .elementor-widget-image img,
  body.page-id-19 .bh-series-card .elementor-widget-image img,
  body.page-id-19 .bh-fmt-card .elementor-widget-image img,
  body.page-id-19 .bh-rel-card .elementor-widget-image img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 260px !important;
    object-fit: cover !important;
    object-position: center !important;
    margin: 0 !important;
  }

  body.page-id-19 .bh-scenario > :not(.elementor-widget-image):not(:first-child),
  body.page-id-19 .bh-series-card > :not(.elementor-widget-image),
  body.page-id-19 .bh-fmt-card > :not(.elementor-widget-image),
  body.page-id-19 .bh-rel-card > :not(.elementor-widget-image) {
    order: 1 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }
}
@media (max-width: 767px) {
  body.page-id-20 .bh-hero-grid,
  body.page-id-20 .bh-struct-grid {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    gap: 24px !important;
    padding: 0 20px !important;
    box-sizing: border-box !important;
  }

  body.page-id-20 .bh-hero-grid > .bh-hero-fig,
  body.page-id-20 .bh-struct-grid > .e-con:first-child {
    order: -1 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  body.page-id-20 .bh-hero-grid > .e-con:not(.bh-hero-fig),
  body.page-id-20 .bh-struct-grid > .e-con:not(:first-child) {
    order: 1 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  body.page-id-20 .bh-hero-fig .elementor-widget-image,
  body.page-id-20 .bh-struct-grid > .e-con:first-child .elementor-widget-image {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
  }

  body.page-id-20 .bh-hero-fig .elementor-widget-image img,
  body.page-id-20 .bh-struct-grid > .e-con:first-child .elementor-widget-image img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 260px !important;
    object-fit: contain !important;
    object-position: center !important;
    margin: 0 auto !important;
  }

  body.page-id-20 .bh-scenarios,
  body.page-id-20 .bh-series-grid,
  body.page-id-20 .bh-formats-grid,
  body.page-id-20 .bh-rel-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-auto-flow: row !important;
    gap: 24px !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
  }

  body.page-id-20 .bh-scenario,
  body.page-id-20 .bh-series-card,
  body.page-id-20 .bh-fmt-card,
  body.page-id-20 .bh-rel-card {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }

  body.page-id-20 .bh-scenario > .elementor-widget-image,
  body.page-id-20 .bh-scenario > .e-con:first-child,
  body.page-id-20 .bh-series-card > .elementor-widget-image,
  body.page-id-20 .bh-fmt-card > .elementor-widget-image,
  body.page-id-20 .bh-rel-card > .elementor-widget-image {
    order: -1 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    flex: 0 0 260px !important;
    margin: 0 !important;
    overflow: hidden !important;
  }

  body.page-id-20 .bh-scenario .elementor-widget-image img,
  body.page-id-20 .bh-series-card .elementor-widget-image img,
  body.page-id-20 .bh-fmt-card .elementor-widget-image img,
  body.page-id-20 .bh-rel-card .elementor-widget-image img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 260px !important;
    object-fit: cover !important;
    object-position: center !important;
    margin: 0 !important;
  }

  body.page-id-20 .bh-scenario > :not(.elementor-widget-image):not(:first-child),
  body.page-id-20 .bh-series-card > :not(.elementor-widget-image),
  body.page-id-20 .bh-fmt-card > :not(.elementor-widget-image),
  body.page-id-20 .bh-rel-card > :not(.elementor-widget-image) {
    order: 1 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }
}
@media (max-width: 767px) {
  body.page-id-21 .bh-hero-grid,
  body.page-id-21 .bh-struct-grid {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    gap: 24px !important;
    padding: 0 20px !important;
    box-sizing: border-box !important;
  }

  body.page-id-21 .bh-hero-grid > .bh-hero-fig,
  body.page-id-21 .bh-struct-grid > .e-con:first-child {
    order: -1 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  body.page-id-21 .bh-hero-grid > .e-con:not(.bh-hero-fig),
  body.page-id-21 .bh-struct-grid > .e-con:not(:first-child) {
    order: 1 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  body.page-id-21 .bh-hero-fig .elementor-widget-image,
  body.page-id-21 .bh-struct-grid > .e-con:first-child .elementor-widget-image {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
  }

  body.page-id-21 .bh-hero-fig .elementor-widget-image img,
  body.page-id-21 .bh-struct-grid > .e-con:first-child .elementor-widget-image img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 260px !important;
    object-fit: contain !important;
    object-position: center !important;
    margin: 0 auto !important;
  }

  body.page-id-21 .bh-scenarios,
  body.page-id-21 .bh-series-grid,
  body.page-id-21 .bh-formats-grid,
  body.page-id-21 .bh-rel-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-auto-flow: row !important;
    gap: 24px !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
  }

  body.page-id-21 .bh-scenario,
  body.page-id-21 .bh-series-card,
  body.page-id-21 .bh-fmt-card,
  body.page-id-21 .bh-rel-card {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }

  body.page-id-21 .bh-scenario > .elementor-widget-image,
  body.page-id-21 .bh-scenario > .e-con:first-child,
  body.page-id-21 .bh-series-card > .elementor-widget-image,
  body.page-id-21 .bh-fmt-card > .elementor-widget-image,
  body.page-id-21 .bh-rel-card > .elementor-widget-image {
    order: -1 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    flex: 0 0 260px !important;
    margin: 0 !important;
    overflow: hidden !important;
  }

  body.page-id-21 .bh-scenario .elementor-widget-image img,
  body.page-id-21 .bh-series-card .elementor-widget-image img,
  body.page-id-21 .bh-fmt-card .elementor-widget-image img,
  body.page-id-21 .bh-rel-card .elementor-widget-image img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 260px !important;
    object-fit: cover !important;
    object-position: center !important;
    margin: 0 !important;
  }

  body.page-id-21 .bh-scenario > :not(.elementor-widget-image):not(:first-child),
  body.page-id-21 .bh-series-card > :not(.elementor-widget-image),
  body.page-id-21 .bh-fmt-card > :not(.elementor-widget-image),
  body.page-id-21 .bh-rel-card > :not(.elementor-widget-image) {
    order: 1 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }
}
@media (max-width: 767px) {
  body.page-id-22 .bh-hero-grid,
  body.page-id-22 .bh-struct-grid {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    gap: 24px !important;
    padding: 0 20px !important;
    box-sizing: border-box !important;
  }

  body.page-id-22 .bh-hero-grid > .bh-hero-fig,
  body.page-id-22 .bh-struct-grid > .e-con:first-child {
    order: -1 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  body.page-id-22 .bh-hero-grid > .e-con:not(.bh-hero-fig),
  body.page-id-22 .bh-struct-grid > .e-con:not(:first-child) {
    order: 1 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  body.page-id-22 .bh-hero-fig .elementor-widget-image,
  body.page-id-22 .bh-struct-grid > .e-con:first-child .elementor-widget-image {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
  }

  body.page-id-22 .bh-hero-fig .elementor-widget-image img,
  body.page-id-22 .bh-struct-grid > .e-con:first-child .elementor-widget-image img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 260px !important;
    object-fit: contain !important;
    object-position: center !important;
    margin: 0 auto !important;
  }

  body.page-id-22 .bh-scenarios,
  body.page-id-22 .bh-series-grid,
  body.page-id-22 .bh-formats-grid,
  body.page-id-22 .bh-rel-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-auto-flow: row !important;
    gap: 24px !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
  }

  body.page-id-22 .bh-scenario,
  body.page-id-22 .bh-series-card,
  body.page-id-22 .bh-fmt-card,
  body.page-id-22 .bh-rel-card {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }

  body.page-id-22 .bh-scenario > .elementor-widget-image,
  body.page-id-22 .bh-scenario > .e-con:first-child,
  body.page-id-22 .bh-series-card > .elementor-widget-image,
  body.page-id-22 .bh-fmt-card > .elementor-widget-image,
  body.page-id-22 .bh-rel-card > .elementor-widget-image {
    order: -1 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    flex: 0 0 260px !important;
    margin: 0 !important;
    overflow: hidden !important;
  }

  body.page-id-22 .bh-scenario .elementor-widget-image img,
  body.page-id-22 .bh-series-card .elementor-widget-image img,
  body.page-id-22 .bh-fmt-card .elementor-widget-image img,
  body.page-id-22 .bh-rel-card .elementor-widget-image img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 260px !important;
    object-fit: cover !important;
    object-position: center !important;
    margin: 0 !important;
  }

  body.page-id-22 .bh-scenario > :not(.elementor-widget-image):not(:first-child),
  body.page-id-22 .bh-series-card > :not(.elementor-widget-image),
  body.page-id-22 .bh-fmt-card > :not(.elementor-widget-image),
  body.page-id-22 .bh-rel-card > :not(.elementor-widget-image) {
    order: 1 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }
}
@media (max-width: 767px) {
  body.page-id-23 .bh-hero-grid,
  body.page-id-23 .bh-struct-grid {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    gap: 24px !important;
    padding: 0 20px !important;
    box-sizing: border-box !important;
  }

  body.page-id-23 .bh-hero-grid > .bh-hero-fig,
  body.page-id-23 .bh-struct-grid > .e-con:first-child {
    order: -1 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  body.page-id-23 .bh-hero-grid > .e-con:not(.bh-hero-fig),
  body.page-id-23 .bh-struct-grid > .e-con:not(:first-child) {
    order: 1 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  body.page-id-23 .bh-hero-fig .elementor-widget-image,
  body.page-id-23 .bh-struct-grid > .e-con:first-child .elementor-widget-image {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
  }

  body.page-id-23 .bh-hero-fig .elementor-widget-image img,
  body.page-id-23 .bh-struct-grid > .e-con:first-child .elementor-widget-image img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 260px !important;
    object-fit: contain !important;
    object-position: center !important;
    margin: 0 auto !important;
  }

  body.page-id-23 .bh-scenarios,
  body.page-id-23 .bh-series-grid,
  body.page-id-23 .bh-formats-grid,
  body.page-id-23 .bh-rel-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-auto-flow: row !important;
    gap: 24px !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
  }

  body.page-id-23 .bh-scenario,
  body.page-id-23 .bh-series-card,
  body.page-id-23 .bh-fmt-card,
  body.page-id-23 .bh-rel-card {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }

  body.page-id-23 .bh-scenario > .elementor-widget-image,
  body.page-id-23 .bh-scenario > .e-con:first-child,
  body.page-id-23 .bh-series-card > .elementor-widget-image,
  body.page-id-23 .bh-fmt-card > .elementor-widget-image,
  body.page-id-23 .bh-rel-card > .elementor-widget-image {
    order: -1 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    flex: 0 0 260px !important;
    margin: 0 !important;
    overflow: hidden !important;
  }

  body.page-id-23 .bh-scenario .elementor-widget-image img,
  body.page-id-23 .bh-series-card .elementor-widget-image img,
  body.page-id-23 .bh-fmt-card .elementor-widget-image img,
  body.page-id-23 .bh-rel-card .elementor-widget-image img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 260px !important;
    object-fit: cover !important;
    object-position: center !important;
    margin: 0 !important;
  }

  body.page-id-23 .bh-scenario > :not(.elementor-widget-image):not(:first-child),
  body.page-id-23 .bh-series-card > :not(.elementor-widget-image),
  body.page-id-23 .bh-fmt-card > :not(.elementor-widget-image),
  body.page-id-23 .bh-rel-card > :not(.elementor-widget-image) {
    order: 1 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }
}
@media (max-width: 767px) {
  body.page-id-24 .bh-hero-grid,
  body.page-id-24 .bh-struct-grid {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    gap: 24px !important;
    padding: 0 20px !important;
    box-sizing: border-box !important;
  }

  body.page-id-24 .bh-hero-grid > .bh-hero-fig,
  body.page-id-24 .bh-struct-grid > .e-con:first-child {
    order: -1 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  body.page-id-24 .bh-hero-grid > .e-con:not(.bh-hero-fig),
  body.page-id-24 .bh-struct-grid > .e-con:not(:first-child) {
    order: 1 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  body.page-id-24 .bh-hero-fig .elementor-widget-image,
  body.page-id-24 .bh-struct-grid > .e-con:first-child .elementor-widget-image {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
  }

  body.page-id-24 .bh-hero-fig .elementor-widget-image img,
  body.page-id-24 .bh-struct-grid > .e-con:first-child .elementor-widget-image img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 260px !important;
    object-fit: contain !important;
    object-position: center !important;
    margin: 0 auto !important;
  }

  body.page-id-24 .bh-scenarios,
  body.page-id-24 .bh-series-grid,
  body.page-id-24 .bh-formats-grid,
  body.page-id-24 .bh-rel-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-auto-flow: row !important;
    gap: 24px !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
  }

  body.page-id-24 .bh-scenario,
  body.page-id-24 .bh-series-card,
  body.page-id-24 .bh-fmt-card,
  body.page-id-24 .bh-rel-card {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }

  body.page-id-24 .bh-scenario > .elementor-widget-image,
  body.page-id-24 .bh-scenario > .e-con:first-child,
  body.page-id-24 .bh-series-card > .elementor-widget-image,
  body.page-id-24 .bh-fmt-card > .elementor-widget-image,
  body.page-id-24 .bh-rel-card > .elementor-widget-image {
    order: -1 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    flex: 0 0 260px !important;
    margin: 0 !important;
    overflow: hidden !important;
  }

  body.page-id-24 .bh-scenario .elementor-widget-image img,
  body.page-id-24 .bh-series-card .elementor-widget-image img,
  body.page-id-24 .bh-fmt-card .elementor-widget-image img,
  body.page-id-24 .bh-rel-card .elementor-widget-image img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 260px !important;
    object-fit: cover !important;
    object-position: center !important;
    margin: 0 !important;
  }

  body.page-id-24 .bh-scenario > :not(.elementor-widget-image):not(:first-child),
  body.page-id-24 .bh-series-card > :not(.elementor-widget-image),
  body.page-id-24 .bh-fmt-card > :not(.elementor-widget-image),
  body.page-id-24 .bh-rel-card > :not(.elementor-widget-image) {
    order: 1 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }
}
@media (max-width: 767px) {
  body.page-id-25 .bh-hero-grid,
  body.page-id-25 .bh-struct-grid {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    gap: 24px !important;
    padding: 0 20px !important;
    box-sizing: border-box !important;
  }

  body.page-id-25 .bh-hero-grid > .bh-hero-fig,
  body.page-id-25 .bh-struct-grid > .e-con:first-child {
    order: -1 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  body.page-id-25 .bh-hero-grid > .e-con:not(.bh-hero-fig),
  body.page-id-25 .bh-struct-grid > .e-con:not(:first-child) {
    order: 1 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  body.page-id-25 .bh-hero-fig .elementor-widget-image,
  body.page-id-25 .bh-struct-grid > .e-con:first-child .elementor-widget-image {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
  }

  body.page-id-25 .bh-hero-fig .elementor-widget-image img,
  body.page-id-25 .bh-struct-grid > .e-con:first-child .elementor-widget-image img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 260px !important;
    object-fit: contain !important;
    object-position: center !important;
    margin: 0 auto !important;
  }

  body.page-id-25 .bh-scenarios,
  body.page-id-25 .bh-series-grid,
  body.page-id-25 .bh-formats-grid,
  body.page-id-25 .bh-rel-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-auto-flow: row !important;
    gap: 24px !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
  }

  body.page-id-25 .bh-scenario,
  body.page-id-25 .bh-series-card,
  body.page-id-25 .bh-fmt-card,
  body.page-id-25 .bh-rel-card {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }

  body.page-id-25 .bh-scenario > .elementor-widget-image,
  body.page-id-25 .bh-scenario > .e-con:first-child,
  body.page-id-25 .bh-series-card > .elementor-widget-image,
  body.page-id-25 .bh-fmt-card > .elementor-widget-image,
  body.page-id-25 .bh-rel-card > .elementor-widget-image {
    order: -1 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    flex: 0 0 260px !important;
    margin: 0 !important;
    overflow: hidden !important;
  }

  body.page-id-25 .bh-scenario .elementor-widget-image img,
  body.page-id-25 .bh-series-card .elementor-widget-image img,
  body.page-id-25 .bh-fmt-card .elementor-widget-image img,
  body.page-id-25 .bh-rel-card .elementor-widget-image img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 260px !important;
    object-fit: cover !important;
    object-position: center !important;
    margin: 0 !important;
  }

  body.page-id-25 .bh-scenario > :not(.elementor-widget-image):not(:first-child),
  body.page-id-25 .bh-series-card > :not(.elementor-widget-image),
  body.page-id-25 .bh-fmt-card > :not(.elementor-widget-image),
  body.page-id-25 .bh-rel-card > :not(.elementor-widget-image) {
    order: 1 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }
}
@media (max-width: 767px) {
  body.page-id-26 .bh-hero-grid,
  body.page-id-26 .bh-struct-grid {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    gap: 24px !important;
    padding: 0 20px !important;
    box-sizing: border-box !important;
  }

  body.page-id-26 .bh-hero-grid > .bh-hero-fig,
  body.page-id-26 .bh-struct-grid > .e-con:first-child {
    order: -1 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  body.page-id-26 .bh-hero-grid > .e-con:not(.bh-hero-fig),
  body.page-id-26 .bh-struct-grid > .e-con:not(:first-child) {
    order: 1 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  body.page-id-26 .bh-hero-fig .elementor-widget-image,
  body.page-id-26 .bh-struct-grid > .e-con:first-child .elementor-widget-image {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
  }

  body.page-id-26 .bh-hero-fig .elementor-widget-image img,
  body.page-id-26 .bh-struct-grid > .e-con:first-child .elementor-widget-image img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 260px !important;
    object-fit: contain !important;
    object-position: center !important;
    margin: 0 auto !important;
  }

  body.page-id-26 .bh-scenarios,
  body.page-id-26 .bh-series-grid,
  body.page-id-26 .bh-formats-grid,
  body.page-id-26 .bh-rel-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-auto-flow: row !important;
    gap: 24px !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
  }

  body.page-id-26 .bh-scenario,
  body.page-id-26 .bh-series-card,
  body.page-id-26 .bh-fmt-card,
  body.page-id-26 .bh-rel-card {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }

  body.page-id-26 .bh-scenario > .elementor-widget-image,
  body.page-id-26 .bh-scenario > .e-con:first-child,
  body.page-id-26 .bh-series-card > .elementor-widget-image,
  body.page-id-26 .bh-fmt-card > .elementor-widget-image,
  body.page-id-26 .bh-rel-card > .elementor-widget-image {
    order: -1 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    flex: 0 0 260px !important;
    margin: 0 !important;
    overflow: hidden !important;
  }

  body.page-id-26 .bh-scenario .elementor-widget-image img,
  body.page-id-26 .bh-series-card .elementor-widget-image img,
  body.page-id-26 .bh-fmt-card .elementor-widget-image img,
  body.page-id-26 .bh-rel-card .elementor-widget-image img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 260px !important;
    object-fit: cover !important;
    object-position: center !important;
    margin: 0 !important;
  }

  body.page-id-26 .bh-scenario > :not(.elementor-widget-image):not(:first-child),
  body.page-id-26 .bh-series-card > :not(.elementor-widget-image),
  body.page-id-26 .bh-fmt-card > :not(.elementor-widget-image),
  body.page-id-26 .bh-rel-card > :not(.elementor-widget-image) {
    order: 1 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }
}
@media (max-width: 767px) {
  body.page-id-27 .bh-hero-grid,
  body.page-id-27 .bh-struct-grid {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    gap: 24px !important;
    padding: 0 20px !important;
    box-sizing: border-box !important;
  }

  body.page-id-27 .bh-hero-grid > .bh-hero-fig,
  body.page-id-27 .bh-struct-grid > .e-con:first-child {
    order: -1 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  body.page-id-27 .bh-hero-grid > .e-con:not(.bh-hero-fig),
  body.page-id-27 .bh-struct-grid > .e-con:not(:first-child) {
    order: 1 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  body.page-id-27 .bh-hero-fig .elementor-widget-image,
  body.page-id-27 .bh-struct-grid > .e-con:first-child .elementor-widget-image {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
  }

  body.page-id-27 .bh-hero-fig .elementor-widget-image img,
  body.page-id-27 .bh-struct-grid > .e-con:first-child .elementor-widget-image img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 260px !important;
    object-fit: contain !important;
    object-position: center !important;
    margin: 0 auto !important;
  }

  body.page-id-27 .bh-scenarios,
  body.page-id-27 .bh-series-grid,
  body.page-id-27 .bh-formats-grid,
  body.page-id-27 .bh-rel-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-auto-flow: row !important;
    gap: 24px !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
  }

  body.page-id-27 .bh-scenario,
  body.page-id-27 .bh-series-card,
  body.page-id-27 .bh-fmt-card,
  body.page-id-27 .bh-rel-card {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }

  body.page-id-27 .bh-scenario > .elementor-widget-image,
  body.page-id-27 .bh-scenario > .e-con:first-child,
  body.page-id-27 .bh-series-card > .elementor-widget-image,
  body.page-id-27 .bh-fmt-card > .elementor-widget-image,
  body.page-id-27 .bh-rel-card > .elementor-widget-image {
    order: -1 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    flex: 0 0 260px !important;
    margin: 0 !important;
    overflow: hidden !important;
  }

  body.page-id-27 .bh-scenario .elementor-widget-image img,
  body.page-id-27 .bh-series-card .elementor-widget-image img,
  body.page-id-27 .bh-fmt-card .elementor-widget-image img,
  body.page-id-27 .bh-rel-card .elementor-widget-image img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 260px !important;
    object-fit: cover !important;
    object-position: center !important;
    margin: 0 !important;
  }

  body.page-id-27 .bh-scenario > :not(.elementor-widget-image):not(:first-child),
  body.page-id-27 .bh-series-card > :not(.elementor-widget-image),
  body.page-id-27 .bh-fmt-card > :not(.elementor-widget-image),
  body.page-id-27 .bh-rel-card > :not(.elementor-widget-image) {
    order: 1 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }
}
/* ============================================================
   一级页面正文标题配色修正
   Elementor 默认全局色 Primary(#6EC1E4 天蓝) 与主题深蓝主色不符，
   统一改为主题深蓝主色 #1A2B4A；深色背景区(hero/statband/cta)保持白字。
   hero 标题不改动。
   ============================================================ */
body:is(.page-id-11,.page-id-12,.page-id-13,.page-id-14,.page-id-15,.page-id-16,.page-id-28,.page-id-327,.page-id-328,.page-id-329) .elementor-heading-title {
  color: var(--color-primary, #1A2B4A);
}
body:is(.page-id-11,.page-id-12,.page-id-13,.page-id-14,.page-id-15,.page-id-16,.page-id-28,.page-id-327,.page-id-328,.page-id-329) :is(.bh-hero,.statband,.cta-band,.cta-section) .elementor-heading-title {
  color: #fff !important;
}
