/*
Theme Name:   Hello Elementor Child
Theme URI:    https://elementor.com/
Description:  Hello Elementor Child Theme
Author:       Your Name
Author URI:   https://yourwebsite.com/
Template:     hello-elementor
Version:      1.0.0
Text Domain:  hello-elementor-child
*/

/* 在下方添加你的自定义 CSS 代码 */

/* Defense against horizontal scroll caused by any rogue element width.
     Use `clip` not `hidden` so position:sticky still works for the contact bar. */
html,
body {
  overflow-x: clip;
}
@supports not (overflow: clip) {
  html,
  body {
    overflow-x: hidden;
  }
}

/* FAZ Cookie Manager — dachua brand hover overrides.
        Plugin default is opacity:0.8 on hover, which barely registers on a red button.
        Replace with a proper color shift to #B3001D (--dachua-accent-hover) for solid buttons
        and a fill-on-hover for outlined buttons. */
.faz-btn:hover {
  opacity: 1;
}
.faz-btn-accept:hover {
  background-color: #b3001d !important;
  border-color: #b3001d !important;
  color: #ffffff !important;
}
.faz-btn-reject:hover,
.faz-btn-customize:hover {
  background-color: #df0024 !important;
  border-color: #df0024 !important;
  color: #ffffff !important;
}
.faz-btn-preferences:hover {
  background-color: #df0024 !important;
  border-color: #df0024 !important;
  color: #ffffff !important;
}

/* FAZ revisit-consent floating icon (bottom-left after banner closed) — dachua red.
        Belt-and-suspenders: override BOTH the CSS variable and the resolved property,
        because FAZ's inline <style> block re-declares --faz-revisit-consent-background-color
        as #0056A7 (blue) on every page load. */
.faz-btn-revisit-wrapper {
  --faz-revisit-consent-background-color: #df0024 !important;
  --faz-revisit-consent-color: #ffffff !important;
  background-color: #df0024 !important;
  background: #df0024 !important;
  color: #ffffff !important;
  transition: background-color 0.2s ease;
}
.faz-btn-revisit-wrapper:hover {
  --faz-revisit-consent-background-color: #b3001d !important;
  background-color: #b3001d !important;
  background: #b3001d !important;
}
.faz-btn-revisit-wrapper .faz-btn-revisit {
  color: #ffffff !important;
}
.faz-btn-revisit-wrapper .faz-btn-revisit svg {
  fill: currentColor !important;
}

:root {
  --dachua-accent: #df0024;
  --dachua-accent-hover: #b3001d;
  --dachua-accent-soft: rgba(223, 0, 36, 0.08);
  --dachua-dark: #101820;
  --dachua-dark-soft: #1e2935;
  --dachua-ink: #1f2937;
  --dachua-text: #445467;
  --dachua-text-soft: #66778a;
  --dachua-steel: #7a8794;
  --dachua-surface: #ffffff;
  --dachua-surface-alt: #f3f6f8;
  --dachua-surface-alt-strong: #e9eef3;
  --dachua-border: #d7dee6;
  --dachua-border-strong: #b8c4d1;
  --dachua-success: #0f6d47;
  --dachua-warning-bg: #fff6e3;
  --dachua-warning-border: #d97706;
  --dachua-warning-text: #8b4a08;
  --dachua-font-body: "Source Sans 3", "Segoe UI", Tahoma, Arial, sans-serif;
  --dachua-font-heading:
    "Barlow Semi Condensed", "Franklin Gothic Medium", "Arial Narrow",
    "Segoe UI", sans-serif;
  --dachua-shell-width: 1280px;
  --dachua-section-space: clamp(72px, 8vw, 112px);
  --dachua-radius-sm: 4px;
  --dachua-radius-md: 8px;
  --dachua-radius-lg: 12px;
  --dachua-shadow-sm: 0 14px 28px -24px rgba(16, 24, 32, 0.46);
  --dachua-shadow-md: 0 28px 52px -34px rgba(16, 24, 32, 0.34);
  /* Legacy aliases — kept defined so older inline `<style>` references still resolve.
          Do NOT use these in new CSS; use --dachua-accent / --dachua-surface-alt directly. */
  --dachua-brand: var(--dachua-accent);
  --dachua-bg-alt: var(--dachua-surface-alt);
}

/* ── Site-wide font defaults (Hello Elementor has no body font; Astra used to set this) ── */
body {
  font-family: var(--dachua-font-body);
  color: var(--dachua-text);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--dachua-font-heading);
  color: var(--dachua-ink);
  font-weight: 800;
  letter-spacing: -0.005em;
}

/* ── Remove the 10px gap between Hello Elementor header location and first content container ── */
body.wp-theme-hello-elementor .page-content > .elementor > .e-con:first-child {
  --padding-top: 0 !important;
  padding-block-start: 0 !important;
}

/* ── Remove Elementor header template container spacing ── */
.elementor-location-header .elementor-section-wrap > .elementor-section,
.elementor-location-header > .elementor-section,
.elementor-location-header > .e-con {
  padding: 0 !important;
  margin: 0 !important;
  gap: 0 !important;
}

.elementor-location-header .elementor-widget-html {
  margin: 0 !important;
  padding: 0 !important;
}

.elementor-location-header .elementor-widget-wrap,
.elementor-location-header .e-con-inner {
  padding: 0 !important;
  gap: 0 !important;
}

.e-con:has(.dachua-page) {
  padding-bottom: 0 !important;
  gap: 0 !important;
}

/* ── Elementor container reset — force full-width for product pages ── */
.dachua-page {
  margin-left: calc(-50vw + 50%) !important;
  margin-right: calc(-50vw + 50%) !important;
  width: 100vw !important;
  max-width: 100vw !important;
  overflow-x: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #f7f9fb 100%);
  color: var(--dachua-text) !important;
  font-family: var(--dachua-font-body) !important;
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.125rem) !important;
  line-height: 1.78 !important;
  font-weight: 400;
  text-align: left !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  z-index: 1;
}

.dachua-page p,
.dachua-page li,
.dachua-page td,
.dachua-page th,
.dachua-page dd {
  font-family: var(--dachua-font-body) !important;
  font-weight: 400;
  line-height: 1.78;
}

.dachua-page h1,
.dachua-page h2,
.dachua-page h3,
.dachua-page h4 {
  font-family: var(--dachua-font-heading) !important;
}

.dachua-page p {
  margin-bottom: 1.1em;
}

.dachua-shell,
.dachua-container {
  max-width: var(--dachua-shell-width);
  margin: 0 auto;
  padding-left: clamp(20px, 3vw, 32px);
  padding-right: clamp(20px, 3vw, 32px);
}

.dachua-section {
  padding: var(--dachua-section-space) 0;
}

.dachua-section-alt {
  background: linear-gradient(180deg, #f4f7f9 0%, #edf2f5 100%);
  border-top: 1px solid var(--dachua-border);
  border-bottom: 1px solid var(--dachua-border);
}

.dachua-section-head {
  max-width: 860px;
  margin: 0 auto 32px;
}

.dachua-section-head.is-left {
  margin-left: 0;
  margin-right: 0;
}

.dachua-hero-grid,
.dachua-two-up {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(28px, 3.5vw, 52px);
  align-items: start;
}

.dachua-three-up {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 2.4vw, 30px);
}

@media (min-width: 992px) {
}

.dachua-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--dachua-text-soft);
  font-family: var(--dachua-font-heading);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.dachua-eyebrow::before {
  content: "";
  width: 34px;
  height: 2px;
  background-color: var(--dachua-accent);
}

.dachua-title-main {
  margin: 0 0 18px;
  color: var(--dachua-dark);
  font-family: var(--dachua-font-heading);
  font-size: clamp(2.7rem, 5vw, 4.9rem);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.03em;
  text-transform: none;
  max-width: 13ch;
}

.dachua-title-sub {
  margin: 0 0 12px;
  color: var(--dachua-dark);
  font-family: var(--dachua-font-heading);
  font-size: clamp(1.3rem, 2vw, 1.6rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.dachua-section-title {
  margin: 0 0 14px;
  color: var(--dachua-dark);
  font-family: var(--dachua-font-heading);
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  text-align: center;
}

.dachua-section-desc {
  max-width: 720px;
  margin: 0 auto 42px;
  color: var(--dachua-text);
  font-family: var(--dachua-font-body);
  font-size: 1.05rem;
  line-height: 1.72;
  text-align: center;
}

.dachua-lead {
  max-width: 58ch;
  margin: 0;
  color: var(--dachua-text);
  font-size: 1.08rem;
  line-height: 1.78;
}

.dachua-machine-card {
  background: linear-gradient(180deg, #ffffff 0%, #fbfcfd 100%);
  border: 1px solid var(--dachua-border);
  border-radius: var(--dachua-radius-lg);
  box-shadow: var(--dachua-shadow-sm);
}

.dachua-machine-card {
  position: relative;
  overflow: hidden;
  padding: 30px;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease,
    border-color 0.24s ease;
}

.dachua-machine-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(
    90deg,
    var(--dachua-dark) 0 70%,
    var(--dachua-accent) 70% 100%
  );
}

.dachua-machine-card:hover {
  transform: translateY(-4px);
  border-color: var(--dachua-border-strong);
  box-shadow: var(--dachua-shadow-md);
}

.dachua-card-footer {
  margin-top: auto;
  padding-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.dachua-btn-primary,
.dachua-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 28px;
  border-radius: var(--dachua-radius-sm);
  border: 1px solid transparent;
  font-family: var(--dachua-font-heading);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  transition:
    transform 0.22s ease,
    background-color 0.22s ease,
    color 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease;
  cursor: pointer;
  box-sizing: border-box;
}

.dachua-btn-primary {
  background: linear-gradient(
    180deg,
    var(--dachua-accent) 0%,
    #be0b23 100%
  ) !important;
  color: #ffffff !important;
  border-color: var(--dachua-accent) !important;
  box-shadow: 0 20px 36px -24px rgba(223, 0, 36, 0.55);
}

.dachua-btn-primary:hover {
  background: linear-gradient(
    180deg,
    var(--dachua-accent-hover) 0%,
    #940018 100%
  ) !important;
  border-color: var(--dachua-accent-hover) !important;
  transform: translateY(-2px);
  box-shadow: 0 24px 44px -26px rgba(179, 0, 29, 0.56);
}

.dachua-btn-secondary {
  background-color: transparent !important;
  color: var(--dachua-dark) !important;
  border-color: var(--dachua-dark) !important;
}

.dachua-btn-secondary:hover,
.dachua-btn-secondary.active {
  background-color: var(--dachua-dark) !important;
  color: #ffffff !important;
  border-color: var(--dachua-dark) !important;
  transform: translateY(-2px);
}

.dachua-feature-list {
  list-style: none;
  padding: 0;
  margin: 24px 0 32px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 22px;
}

.dachua-feature-list li {
  position: relative;
  padding-left: 18px;
  color: var(--dachua-ink);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.65;
}

.dachua-feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8em;
  width: 10px;
  height: 2px;
  background-color: var(--dachua-accent);
  transform: translateY(-50%);
}

.dachua-hero-copy {
  position: relative;
  z-index: 1;
}

.dachua-hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.dachua-gallery-wrapper {
  position: relative;
  width: 100%;
  max-width: 860px;
  margin: 0 auto 14px;
}

.dachua-gallery-main {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border: 1px solid var(--dachua-border);
  border-radius: var(--dachua-radius-lg);
  background: linear-gradient(180deg, #edf2f6 0%, #dde6ec 100%);
  box-shadow: var(--dachua-shadow-sm);
  cursor: pointer;
}

.dachua-gallery-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: opacity 0.24s ease;
}

.dachua-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--dachua-radius-sm);
  background-color: rgba(16, 24, 32, 0.76);
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  user-select: none;
  z-index: 2;
  transition:
    background-color 0.22s ease,
    border-color 0.22s ease,
    transform 0.22s ease;
}

.dachua-arrow:hover {
  background-color: var(--dachua-accent);
  border-color: var(--dachua-accent);
  transform: translateY(-50%) translateX(0);
}

.dachua-arrow-prev {
  left: 16px;
}

.dachua-arrow-next {
  right: 16px;
}

.dachua-gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  justify-items: center;
}

.dachua-gallery-thumb-item {
  overflow: hidden;
  aspect-ratio: 1 / 1;
  border: 1px solid var(--dachua-border);
  border-radius: var(--dachua-radius-sm);
  background-color: #ffffff;
  cursor: pointer;
  opacity: 0.7;
  transition:
    opacity 0.22s ease,
    border-color 0.22s ease,
    transform 0.22s ease;
}

.dachua-gallery-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.dachua-gallery-thumb-item:hover,
.dachua-gallery-thumb-item.active {
  opacity: 1;
  border-color: var(--dachua-accent);
  transform: translateY(-2px);
}

.dachua-gallery-caption {
  margin: 12px 0 0;
  font-size: 0.9rem;
  color: var(--dachua-text-soft);
  line-height: 1.5;
}

.dachua-spec .dachua-container {
  max-width: 1200px;
  margin: 0 auto;
}

.dachua-spec .dachua-section-title,
.dachua-spec .dachua-section-desc {
  text-align: center;
}

.dachua-spec .dachua-section-desc {
  margin-bottom: 0;
}

.dachua-spec .dachua-table-wrapper {
  width: 100%;
  margin: 0 auto 52px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid var(--dachua-border);
  border-radius: var(--dachua-radius-lg);
  background-color: #ffffff;
  box-shadow: var(--dachua-shadow-sm);
}

.dachua-spec .dachua-data-table {
  width: 100%;
  min-width: 620px;
  margin-bottom: 0 !important;
  border-collapse: collapse;
  font-family: var(--dachua-font-body);
  font-size: 0.95rem;
}

.dachua-spec .dachua-data-table th,
.dachua-spec .dachua-data-table td {
  padding: 15px 20px;
  border-bottom: 1px solid var(--dachua-border);
  color: var(--dachua-text);
  text-align: left;
  vertical-align: top;
}

.dachua-spec .dachua-data-table th {
  width: 34%;
  color: var(--dachua-dark);
  background-color: #edf2f6;
  font-family: var(--dachua-font-heading);
  font-weight: 700;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.dachua-spec .dachua-data-table thead th {
  width: auto;
  color: #ffffff;
  background-color: var(--dachua-dark);
}

.dachua-spec .dachua-data-table tr:nth-child(even) {
  background-color: #f8fafc;
}

.dachua-spec .dachua-data-table tr:last-child td,
.dachua-spec .dachua-data-table tr:last-child th {
  border-bottom: none;
}

.dachua-spec .dachua-spec-cta {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

body .elementor-field-group {
  margin-bottom: 22px !important;
}

body .elementor-field-label {
  display: block !important;
  margin-bottom: 8px !important;
  color: var(--dachua-dark) !important;
  font-family: var(--dachua-font-heading) !important;
  font-size: 0.9rem !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.02em;
}

body .elementor-field-textual {
  width: 100% !important;
  min-height: 50px !important;
  padding: 14px 16px !important;
  border: 1px solid var(--dachua-border) !important;
  border-radius: var(--dachua-radius-sm) !important;
  background-color: #ffffff !important;
  color: var(--dachua-text) !important;
  font-family: var(--dachua-font-body) !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
  box-shadow: none !important;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease !important;
}

body .elementor-field-textual:focus {
  border-color: var(--dachua-dark) !important;
  background-color: #ffffff !important;
  color: var(--dachua-dark) !important;
  box-shadow: 0 0 0 4px rgba(16, 24, 32, 0.08) !important;
  outline: none !important;
}

body .elementor-widget-form .elementor-button {
  width: 100% !important;
  justify-content: center !important;
  padding: 16px 32px !important;
  border: 1px solid var(--dachua-accent) !important;
  border-radius: var(--dachua-radius-sm) !important;
  background: linear-gradient(
    180deg,
    var(--dachua-accent) 0%,
    #be0b23 100%
  ) !important;
  color: #ffffff !important;
  font-family: var(--dachua-font-heading) !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  box-shadow: 0 20px 36px -24px rgba(223, 0, 36, 0.55) !important;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    background-color 0.22s ease !important;
}

body .elementor-widget-form .elementor-button:hover {
  transform: translateY(-2px) !important;
  background: linear-gradient(
    180deg,
    var(--dachua-accent-hover) 0%,
    #940018 100%
  ) !important;
  box-shadow: 0 24px 42px -26px rgba(179, 0, 29, 0.56) !important;
}

.dialog-message {
  padding: 10px !important;
  border-radius: 18px;
  background-color: var(--dachua-surface);
}

.dialog-close-button {
  top: 20px !important;
  right: 20px !important;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--dachua-radius-sm);
  background-color: var(--dachua-surface-alt) !important;
  color: var(--dachua-dark) !important;
  transition:
    background-color 0.22s ease,
    color 0.22s ease,
    transform 0.22s ease !important;
  z-index: 9999 !important;
}

.dialog-close-button:hover {
  background-color: var(--dachua-dark) !important;
  color: #ffffff !important;
  transform: translateY(-1px);
}

.dialog-close-button i,
.dialog-close-button svg {
  fill: currentColor !important;
  font-size: 16px !important;
}

html[lang="ar"],
body.rtl {
  width: 100%;
  overflow-x: hidden !important;
}

.dachua-grid-tablet-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

/* ═══════════════════════════════════════════════════════════════
       NEW COMPONENTS — B2B Industrial (2026-03)
       ═══════════════════════════════════════════════════════════════ */

/* ── Breadcrumb ── */

.dachua-breadcrumb {
  margin-bottom: 28px;
  font-size: 0.82rem;
  color: var(--dachua-text-soft);
}

.dachua-breadcrumb a {
  color: var(--dachua-text-soft);
  text-decoration: none;
}

.dachua-breadcrumb a:hover {
  color: var(--dachua-dark);
}

.dachua-breadcrumb .dachua-breadcrumb-sep {
  margin: 0 8px;
  opacity: 0.45;
}

/* ══════════════════════════════════════════
       Hero Clean — product pages (white bg + product image)
       ══════════════════════════════════════════ */

.dachua-hero-clean {
  background: #ffffff;
  border-bottom: 1px solid var(--dachua-border);
  padding: clamp(40px, 5vw, 72px) 0;
}

.dachua-hero-clean .dachua-hero-grid {
  align-items: center;
}

.dachua-hero-clean .dachua-hero-img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.dachua-hero-clean .dachua-hero-img img {
  width: 100%;
  max-width: 560px;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: contain;
  background: var(--dachua-surface-alt);
}

/* ══════════════════════════════════════════
       Hero Banner — category pages (factory photo + dark overlay)
       Background via CSS only, no img tag needed.
       ══════════════════════════════════════════ */

.dachua-hero-banner {
  position: relative;
  background: #1a1a1a
    url("https://www.shengweimachine.com/wp-content/uploads/2023/12/hero-background.webp")
    center/cover no-repeat;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(56px, 7vw, 96px) 0;
}

.dachua-hero-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  z-index: 0;
}

.dachua-hero-banner .dachua-shell {
  position: relative;
  z-index: 1;
}

.dachua-hero-banner .dachua-hero-copy {
  max-width: 720px;
}

.dachua-hero-banner .dachua-title-main {
  color: #ffffff !important;
}

.dachua-hero-banner .dachua-lead {
  color: rgba(255, 255, 255, 0.92) !important;
}

.dachua-hero-banner .dachua-eyebrow {
  color: var(--dachua-accent);
}

.dachua-hero-banner .dachua-btn-secondary {
  background-color: transparent !important;
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.55) !important;
}

.dachua-hero-banner .dachua-btn-secondary:hover {
  background-color: #fff !important;
  color: var(--dachua-dark) !important;
  border-color: #fff !important;
}

.dachua-hero-banner .dachua-breadcrumb a,
.dachua-hero-banner .dachua-breadcrumb-sep {
  color: rgba(255, 255, 255, 0.5);
}

.dachua-hero-banner .dachua-breadcrumb span:last-child {
  color: rgba(255, 255, 255, 0.7);
}

/* ── Selector Table (compact product selector with thumbnails) ── */

.dachua-selector-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.92rem;
}

.dachua-selector-table thead th {
  background: var(--dachua-dark);
  color: #fff;
  padding: 12px 16px;
  text-align: left;
  font-family: var(--dachua-font-heading);
  font-weight: 700;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.dachua-selector-table tbody tr {
  border-bottom: 1px solid var(--dachua-border);
  transition: background 0.15s;
}

.dachua-selector-table tbody tr:hover {
  background: var(--dachua-surface-alt);
}

.dachua-selector-table td,
.dachua-selector-table tbody th {
  padding: 14px 16px;
  vertical-align: middle;
}

.dachua-selector-table .dachua-sel-thumb {
  width: 120px;
  height: 120px;
  object-fit: contain;
  border-radius: var(--dachua-radius-sm);
  background: var(--dachua-surface-alt);
  flex-shrink: 0;
}

.dachua-selector-table .dachua-sel-machine {
  display: flex;
  align-items: center;
  gap: 14px;
}

.dachua-selector-table .dachua-sel-name {
  font-family: var(--dachua-font-heading);
  font-weight: 700;
  font-size: 0.95rem;
  line-height: 1.3;
}

.dachua-selector-table .dachua-sel-model {
  font-size: 0.82rem;
  color: var(--dachua-text-soft);
  margin-top: 2px;
}

.dachua-selector-table .dachua-sel-cta {
  font-weight: 700;
  color: var(--dachua-accent);
  text-decoration: none;
  white-space: nowrap;
}

.dachua-selector-table .dachua-sel-cta:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .dachua-selector-table,
  .dachua-selector-table thead,
  .dachua-selector-table tbody,
  .dachua-selector-table tr,
  .dachua-selector-table td,
  .dachua-selector-table tbody th {
    display: block;
  }
  .dachua-selector-table thead {
    display: none;
  }
  .dachua-selector-table tbody tr {
    padding: 16px;
    border-bottom: 1px solid var(--dachua-border);
  }
  .dachua-selector-table td,
  .dachua-selector-table tbody th {
    padding: 4px 0;
    text-align: left;
  }
  .dachua-selector-table td::before {
    content: attr(data-label);
    display: block;
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--dachua-text-soft);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 2px;
  }
  .dachua-selector-table .dachua-sel-machine {
    margin-bottom: 8px;
  }
}

/* ── Category Rich Card Grid (CAT-3 style: photo + title + mini spec table) ── */

.dachua-cat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

@media (max-width: 1024px) {
  .dachua-cat-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 640px) {
  .dachua-cat-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

.dachua-cat-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--dachua-border);
  border-radius: var(--dachua-radius-lg);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition:
    border-color 0.2s,
    box-shadow 0.2s,
    transform 0.2s;
}

.dachua-cat-card:hover {
  border-color: var(--dachua-border-strong);
  box-shadow: var(--dachua-shadow-md);
  transform: translateY(-2px);
}

.dachua-cat-card__img {
  aspect-ratio: 4/3;
  background: var(--dachua-surface-alt);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px;
  border-bottom: 1px solid var(--dachua-border);
}

.dachua-cat-card__img img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.dachua-cat-card__body {
  padding: 20px 22px 4px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.dachua-cat-card__title {
  font-family: var(--dachua-font-heading);
  font-weight: 700;
  font-size: 1.08rem;
  line-height: 1.3;
  color: var(--dachua-text);
  margin: 0;
}

.dachua-cat-card__model {
  font-family: var(--dachua-font-heading);
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  color: var(--dachua-accent);
  margin: 0;
  text-transform: uppercase;
}

.dachua-cat-card__desc {
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--dachua-text);
  margin: 0 0 6px;
}

.dachua-cat-card__specs {
  border-top: 1px solid var(--dachua-border);
  padding-top: 14px;
  margin: auto 0 0;
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.dachua-cat-card__spec-row {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 12px;
  align-items: baseline;
  margin: 0;
}

.dachua-cat-card__spec-label {
  font-family: var(--dachua-font-heading);
  font-weight: 700;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--dachua-text-soft);
  margin: 0;
}

.dachua-cat-card__spec-value {
  font-size: 0.86rem;
  color: var(--dachua-text);
  line-height: 1.45;
  margin: 0;
}

.dachua-cat-card__footer {
  padding: 14px 22px 18px;
  border-top: 1px solid var(--dachua-border);
  background: var(--dachua-surface-alt);
  margin-top: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dachua-cat-card__view {
  font-family: var(--dachua-font-heading);
  font-weight: 700;
  font-size: 0.88rem;
  color: var(--dachua-accent);
  letter-spacing: 0.02em;
}

.dachua-cat-card:hover .dachua-cat-card__view {
  text-decoration: underline;
}

/* ── Trust Strip ── */

.dachua-trust-strip-wrap {
  background: linear-gradient(180deg, var(--dachua-dark) 0%, #141e28 100%);
  position: relative;
}

.dachua-trust-strip-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(
    90deg,
    var(--dachua-accent) 0% 18%,
    rgba(255, 255, 255, 0.12) 18% 100%
  );
}

.dachua-trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
}

.dachua-trust-item {
  padding: 30px 36px;
  border-right: 1px solid rgba(255, 255, 255, 0.07);
  position: relative;
  transition: background 0.25s ease;
}
.dachua-trust-item:last-child {
  border-right: none;
}
.dachua-trust-item:hover {
  background: rgba(255, 255, 255, 0.1);
}

.dachua-trust-item:hover .dachua-trust-label {
  color: rgba(255, 255, 255, 0.55);
}

.dachua-trust-item:hover .dachua-trust-value {
  color: var(--dachua-accent);
}

.dachua-trust-label {
  margin: 0 0 10px;
  font-family: var(--dachua-font-heading);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  transition: color 0.25s ease;
}

.dachua-trust-value {
  margin: 0;
  font-family: var(--dachua-font-heading);
  font-size: 1.08rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #ffffff;
  transition: color 0.25s ease;
}

/* ── Stat Stack ── */

.dachua-stat-stack {
  display: flex;
  flex-direction: column;
  gap: 1px;
  background: var(--dachua-border);
}

.dachua-stat-block {
  background: #ffffff;
  padding: 26px 30px;
}

.dachua-stat-label {
  margin: 0 0 4px;
  font-family: var(--dachua-font-heading);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--dachua-text-soft);
}

.dachua-stat-number {
  margin: 0;
  font-family: var(--dachua-font-heading);
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 1;
  color: var(--dachua-dark);
}

.dachua-stat-number .dachua-stat-unit {
  font-size: 1rem;
  font-weight: 600;
  color: var(--dachua-text-soft);
}

.dachua-stat-number.is-accent {
  color: var(--dachua-accent);
}

/* ── Capability Grid ── */

.dachua-capability-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--dachua-border);
  border: 1px solid var(--dachua-border);
}

.dachua-capability-col {
  background: #ffffff;
  padding: 34px 30px;
}

.dachua-capability-num {
  margin: 0 0 6px;
  font-family: var(--dachua-font-heading);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--dachua-accent);
}

/* ── Process Step Icons (vacuum machine 7-step visual) ── */

.dachua-process-strip {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 48px;
  padding: 32px 24px;
  background: var(--dachua-dark);
  border-radius: var(--dachua-radius-lg);
  overflow-x: auto;
}

.dachua-process-step-icon {
  flex: 0 0 auto;
  text-align: center;
  min-width: 100px;
  max-width: 140px;
}

.dachua-process-step-icon img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto 8px;
  max-width: 100px;
  background: #ffffff;
  border-radius: var(--dachua-radius-md);
  padding: 10px;
}

.dachua-process-step-icon p {
  margin: 0;
  font-family: var(--dachua-font-body);
  font-size: 0.82rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.3;
}

@media (max-width: 768px) {
  .dachua-process-strip {
    gap: 8px;
    padding: 20px 16px;
  }
  .dachua-process-step-icon {
    min-width: 80px;
    max-width: 110px;
  }
  .dachua-process-step-icon img {
    max-width: 72px;
  }
  .dachua-process-step-icon p {
    font-size: 0.72rem;
  }
}

/* ── Process Strip large variant — 4-step photo strips (dachua-1000A §6)；7 步图标条勿用 ── */

.dachua-process-strip-lg {
  gap: 28px;
}

.dachua-process-strip-lg .dachua-process-step-icon {
  min-width: 150px;
  max-width: 220px;
}

.dachua-process-strip-lg .dachua-process-step-icon img {
  max-width: 180px;
}

.dachua-process-strip-lg .dachua-process-step-icon p {
  font-size: 0.92rem;
}

@media (max-width: 768px) {
  .dachua-process-strip-lg {
    gap: 12px;
  }
  .dachua-process-strip-lg .dachua-process-step-icon {
    min-width: 110px;
    max-width: 150px;
  }
  .dachua-process-strip-lg .dachua-process-step-icon img {
    max-width: 120px;
  }
  .dachua-process-strip-lg .dachua-process-step-icon p {
    font-size: 0.78rem;
  }
}

/* ── Workflow Grid ── */

.dachua-workflow-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--dachua-border);
  border: 1px solid var(--dachua-border);
}

.dachua-workflow-step {
  background: #ffffff;
  padding: 26px 22px;
}

.dachua-workflow-step img {
  display: block;
  width: 100%;
  max-width: 120px;
  height: auto;
  margin: 0 0 12px;
  border-radius: var(--dachua-radius-sm);
}

.dachua-workflow-step:last-child {
  background: var(--dachua-surface-alt);
}

.dachua-workflow-num {
  margin: 0 0 10px;
  font-family: var(--dachua-font-heading);
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1;
  color: var(--dachua-border);
}

.dachua-workflow-step:last-child .dachua-workflow-num {
  color: var(--dachua-accent);
}

.dachua-workflow-title {
  margin: 0 0 8px;
  font-family: var(--dachua-font-heading);
  font-size: 1rem;
  font-weight: 700;
  color: var(--dachua-dark);
}

.dachua-workflow-text {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.68;
  color: var(--dachua-text-soft);
}

/* ── Accordion (FAQ) ── */

.dachua-accordion {
  max-width: 820px;
  border-top: 1px solid var(--dachua-border);
}

.dachua-accordion details {
  border-bottom: 1px solid var(--dachua-border);
}

.dachua-accordion summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  cursor: pointer;
  list-style: none;
  -webkit-list-style: none;
}

.dachua-accordion summary::-webkit-details-marker {
  display: none;
}

.dachua-accordion summary h3 {
  margin: 0;
  font-family: var(--dachua-font-heading);
  font-size: 1.02rem;
  font-weight: 700;
  color: var(--dachua-dark);
}

.dachua-accordion summary:hover h3 {
  color: var(--dachua-accent);
}

.dachua-acc-icon {
  font-family: var(--dachua-font-heading);
  font-size: 1.3rem;
  font-weight: 300;
  color: var(--dachua-text-soft);
  flex-shrink: 0;
  margin-left: 20px;
  line-height: 1;
  transition: transform 0.2s ease;
}

.dachua-acc-icon::before {
  content: "+";
  display: inline-block;
}

details[open] .dachua-acc-icon::before {
  content: "\2212";
}

.dachua-accordion .dachua-acc-body {
  padding: 0 0 24px;
  font-size: 0.97rem;
  line-height: 1.8;
  color: var(--dachua-text);
}

/* ── Industry Grid ── */

.dachua-industry-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--dachua-border);
  border: 1px solid var(--dachua-border);
}

.dachua-industry-link {
  display: block;
  background: #ffffff;
  padding: 28px 22px;
  text-decoration: none;
  transition: background 0.15s ease;
}

.dachua-industry-link:hover {
  background: var(--dachua-surface-alt);
}

.dachua-industry-link h3 {
  margin: 0 0 8px;
  font-family: var(--dachua-font-heading);
  font-size: 1.02rem;
  font-weight: 700;
  color: var(--dachua-dark);
}

.dachua-industry-link p {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.65;
  color: var(--dachua-text-soft);
}

/* ── Comparison Grid ── */

.dachua-comparison-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--dachua-border);
  border: 1px solid var(--dachua-border);
}

.dachua-comparison-grid--3col {
  grid-template-columns: repeat(3, 1fr);
}

.dachua-comparison-col {
  background: #ffffff;
  padding: 30px 28px;
}

.dachua-comparison-col.is-highlight {
  background: var(--dachua-accent-soft);
}

/* General table wrapper — horizontal scroll on narrow viewports.
        Page-scoped .dachua-spec rules still apply on top via specificity. */
.dachua-table-wrapper {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.dachua-table-wrapper .dachua-data-table {
  min-width: 620px;
}

/* Workflow grid — photo variant: images fill the card width
        (vs the default icon-style 120px cap used by CAT-2 / collar). */
.dachua-workflow-grid--photo .dachua-workflow-step img {
  max-width: 100%;
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  margin: 0 0 16px;
  border-radius: var(--dachua-radius-sm);
}

/* Dark-section theme for comparison grid (white-on-dark).
        Used by dachua-CCS6 §9 spout-vs-alternatives. */
.dachua-section-dark .dachua-section-head-left .dachua-eyebrow {
  color: var(--dachua-accent);
}
.dachua-section-dark .dachua-section-head-left .dachua-section-title,
.dachua-section-dark .dachua-section-head-left h2 {
  color: #ffffff;
}
.dachua-section-dark .dachua-section-head-left p {
  color: #c4ccd4;
}
.dachua-section-dark .dachua-section-head-left a {
  color: #ff5e6c;
}
.dachua-section-dark .dachua-comparison-grid {
  background: #3a4754;
  border-color: #3a4754;
}
.dachua-section-dark .dachua-comparison-col {
  background: #1a242f;
  color: #dde2e7;
}
.dachua-section-dark .dachua-comparison-col.is-highlight {
  background: #262f3b;
}
.dachua-section-dark .dachua-comparison-col h3,
.dachua-section-dark .dachua-comparison-col .dachua-title-sub {
  color: #ffffff;
}
.dachua-section-dark .dachua-comparison-col .dachua-feature-list li {
  color: #dde2e7;
}
.dachua-section-dark .dachua-comparison-col img {
  filter: brightness(0) invert(1);
  opacity: 0.95;
}
.dachua-section-dark .dachua-comparison-col a {
  color: #ff5e6c;
}

/* ── Expert Guides ── */

.dachua-expert-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(18px, 2vw, 26px);
}

.dachua-expert-card {
  display: block;
  padding: 24px 22px;
  border: 1px solid var(--dachua-border);
  border-radius: var(--dachua-radius-sm);
  background: #fff;
  color: inherit;
  text-decoration: none;
  transition:
    border-color 0.2s ease,
    transform 0.22s ease,
    box-shadow 0.22s ease;
}

.dachua-expert-card:hover {
  border-color: var(--dachua-border-strong);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px -12px rgba(15, 23, 42, 0.18);
}

.dachua-expert-card h3 {
  margin: 0 0 8px;
  font-family: var(--dachua-font-heading);
  font-size: 1rem;
  font-weight: 700;
  color: var(--dachua-dark);
}

.dachua-expert-card p {
  margin: 0 0 14px;
  font-size: 0.88rem;
  line-height: 1.65;
  color: var(--dachua-text-soft);
}

.dachua-expert-card .dachua-expert-link,
.dachua-expert-card a {
  display: inline-block;
  font-family: var(--dachua-font-heading);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--dachua-accent);
  text-decoration: none;
}

.dachua-expert-card:hover .dachua-expert-link,
.dachua-expert-card a:hover {
  color: var(--dachua-accent-hover);
}

/* ── Testimonials ── */

.dachua-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--dachua-border);
  border: 1px solid var(--dachua-border);
}

.dachua-testimonial {
  background: #ffffff;
  padding: 30px 28px;
}

.dachua-testimonial-quote {
  margin: 0 0 18px;
  font-size: 1rem;
  line-height: 1.78;
  color: var(--dachua-text);
  font-style: italic;
}

.dachua-testimonial-quote::before {
  content: "\201C";
  font-family: Georgia, serif;
  font-size: 1.6rem;
  color: var(--dachua-accent);
  margin-right: 4px;
  vertical-align: -0.15em;
}

.dachua-testimonial-name {
  margin: 0 0 2px;
  font-family: var(--dachua-font-heading);
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--dachua-dark);
}

.dachua-testimonial-role {
  margin: 0;
  font-size: 0.82rem;
  color: var(--dachua-text-soft);
}

/* ── Why Choose (4-item grid) ── */

.dachua-why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--dachua-border);
  border: 1px solid var(--dachua-border);
}

.dachua-why-item {
  background: #ffffff;
  padding: 28px 24px;
}

.dachua-why-item h3 {
  margin: 0 0 10px;
  font-family: var(--dachua-font-heading);
  font-size: 1rem;
  font-weight: 700;
  color: var(--dachua-dark);
}

.dachua-why-item p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.68;
  color: var(--dachua-text-soft);
}

/* ── Suitable Packaging Bag Types ── */

.dachua-bag-samples {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.dachua-bag-sample-item {
  text-align: center;
}

.dachua-bag-sample-item img {
  width: 100%;
  height: auto;
  border-radius: var(--dachua-radius-md);
  border: 1px solid var(--dachua-border);
}

.dachua-bag-sample-item p {
  margin: 10px 0 0;
  font-family: var(--dachua-font-heading);
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--dachua-ink);
  letter-spacing: 0.02em;
}

/* ── Bag Types (Dark Section with Line Drawings) ── */

.dachua-section-dark {
  background: var(--dachua-dark);
  padding: var(--dachua-section-space) 0;
}

.dachua-bag-types-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}

.dachua-bag-type-item {
  text-align: center;
}

.dachua-bag-type-item img {
  width: 100%;
  height: auto;
  max-width: 160px;
}

.dachua-bag-type-item p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.85rem;
  margin-top: 10px;
}

/* ── Gallery Grid ── */

/* ── Machine Card Image ── */

.dachua-card-img {
  width: 100%;
  aspect-ratio: 4/3;
  margin-bottom: 22px;
  border-radius: var(--dachua-radius-md);
  overflow: hidden;
  background: var(--dachua-surface-alt);
}

.dachua-card-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.dachua-machine-card .dachua-card-img {
  background: #f4f6f8;
}

.dachua-card-model {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 4px 10px;
  font-family: var(--dachua-font-heading);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  background: rgba(0, 0, 0, 0.72);
  border-radius: var(--dachua-radius-sm);
  z-index: 1;
}

.dachua-card-tag {
  display: inline-block;
  margin-bottom: 6px;
  padding: 2px 8px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--dachua-text-soft);
  background: var(--dachua-bg-alt);
  border-radius: var(--dachua-radius-sm);
  border: 1px solid var(--dachua-border);
}

.dachua-related-cta {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

/* ── Video Section ── */

.dachua-video-wrapper {
  position: relative;
  width: 100%;
  max-width: 860px;
  margin: 48px auto 0;
  border-radius: var(--dachua-radius-lg);
  overflow: hidden;
}

.dachua-video-wrapper iframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}

/* ── CTA Dark Section ── */

.dachua-cta-dark {
  background: var(--dachua-dark);
  padding: clamp(72px, 8vw, 112px) 0;
}

.dachua-cta-dark .dachua-cta-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: clamp(24px, 4vw, 64px);
  align-items: center;
}

.dachua-cta-dark .dachua-cta-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex-shrink: 0;
}

.dachua-cta-dark .dachua-btn-secondary {
  background-color: transparent !important;
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.4) !important;
}

.dachua-cta-dark .dachua-btn-secondary:hover {
  background-color: #ffffff !important;
  color: var(--dachua-dark) !important;
  border-color: #ffffff !important;
}

.dachua-cta-dark .dachua-section-title {
  color: #fff !important;
}

.dachua-cta-dark .dachua-title-main {
  color: #fff !important;
}

.dachua-cta-dark .dachua-eyebrow {
  color: rgba(255, 255, 255, 0.65) !important;
}

.dachua-cta-dark .dachua-lead {
  color: rgba(255, 255, 255, 0.72) !important;
}

.dachua-cta-dark .dachua-workflow-text {
  color: rgba(255, 255, 255, 0.55) !important;
}

/* ── Options List ── */

.dachua-options-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dachua-options-list li {
  display: flex;
  align-items: baseline;
  gap: 10px;
  font-size: 0.95rem;
  color: var(--dachua-text);
}

.dachua-options-list li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--dachua-accent);
  flex-shrink: 0;
}

/* ── Internal Link List ── */

/* ── Section Header (left-aligned variant) ── */

.dachua-section-head-left {
  margin-bottom: 44px;
}

.dachua-section-head-left .dachua-section-title {
  text-align: left;
}

.dachua-section-head-left .dachua-section-desc {
  text-align: left;
  margin-left: 0;
}

/* ── Model Visual Grid (bag width diagrams) ── */

.dachua-model-visual-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 3vw, 40px);
}

.dachua-model-visual-item {
  text-align: center;
  padding: 28px 20px;
  border: 1px solid var(--dachua-border);
  border-radius: var(--dachua-radius-lg);
  background: #ffffff;
  transition:
    border-color 0.22s ease,
    transform 0.22s ease,
    box-shadow 0.22s ease;
}

.dachua-model-visual-item:hover {
  border-color: var(--dachua-border-strong);
  transform: translateY(-4px);
  box-shadow: var(--dachua-shadow-md);
}

.dachua-model-visual-item img {
  width: 100%;
  max-width: 280px;
  height: auto;
  margin: 0 auto 18px;
  display: block;
}

.dachua-model-visual-caption {
  margin: 0;
  font-family: var(--dachua-font-heading);
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--dachua-text);
  line-height: 1.55;
}

/* ── Equipment Grid (line component photos) ── */

.dachua-equipment-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(16px, 2vw, 24px);
}

.dachua-equipment-item {
  text-align: center;
  padding: 20px;
  border: 1px solid var(--dachua-border);
  border-radius: var(--dachua-radius-lg);
  background: #ffffff;
  transition:
    border-color 0.22s ease,
    transform 0.22s ease,
    box-shadow 0.22s ease;
}

.dachua-equipment-item:hover {
  border-color: var(--dachua-border-strong);
  transform: translateY(-4px);
  box-shadow: var(--dachua-shadow-md);
}

.dachua-equipment-item img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: contain;
  margin-bottom: 16px;
  border-radius: var(--dachua-radius-sm);
  background: var(--dachua-surface-alt);
}

.dachua-equipment-name {
  margin: 0 0 6px;
  font-family: var(--dachua-font-heading);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--dachua-dark);
}

.dachua-equipment-desc {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.6;
  color: var(--dachua-text-soft);
}

/* ── Scenario Cards (application-specific configurations) ── */

.dachua-scenario-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--dachua-border);
  border: 1px solid var(--dachua-border);
}

.dachua-scenario-card {
  background: #ffffff;
  padding: 30px 28px;
}

.dachua-scenario-card h3 {
  margin: 0 0 2px;
  font-family: var(--dachua-font-heading);
  font-size: 1.08rem;
  font-weight: 700;
  color: var(--dachua-dark);
}

.dachua-scenario-subtitle {
  margin: 0 0 20px;
  font-size: 0.86rem;
  color: var(--dachua-text-soft);
  font-style: italic;
}

.dachua-scenario-config {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px 16px;
  margin: 0;
}

.dachua-scenario-config dt {
  font-family: var(--dachua-font-heading);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--dachua-text-soft);
  padding-top: 2px;
}

.dachua-scenario-config dd {
  margin: 0;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--dachua-dark);
}

/* ═══════════════════════════════════════════════════════════════
       END NEW COMPONENTS
       ═══════════════════════════════════════════════════════════════ */

@media (max-width: 992px) {
  .dachua-three-up {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dachua-two-up,
  .dachua-hero-grid {
    grid-template-columns: 1fr;
  }

  .dachua-hero-clean .dachua-hero-grid {
    grid-template-columns: 1fr;
  }

  .dachua-title-main {
    max-width: 100%;
  }

  .dachua-grid-tablet-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  /* New components — tablet */
  .dachua-trust-strip {
    grid-template-columns: 1fr 1fr;
  }

  .dachua-hero-clean .dachua-hero-img {
    order: 2;
    max-width: 100%;
    margin: 0 auto;
  }

  .dachua-capability-grid {
    grid-template-columns: 1fr;
  }

  .dachua-workflow-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .dachua-industry-grid {
    grid-template-columns: 1fr 1fr;
  }

  .dachua-why-grid {
    grid-template-columns: 1fr 1fr;
  }

  .dachua-testimonial-grid {
    grid-template-columns: 1fr;
  }

  .dachua-expert-grid {
    grid-template-columns: 1fr;
  }

  .dachua-comparison-grid,
  .dachua-comparison-grid--3col {
    grid-template-columns: 1fr;
  }

  .dachua-cta-dark .dachua-cta-grid {
    grid-template-columns: 1fr;
  }

  .dachua-options-list {
    grid-template-columns: 1fr;
  }

  .dachua-bag-samples {
    grid-template-columns: repeat(2, 1fr);
  }

  .dachua-bag-types-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .dachua-equipment-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .dachua-scenario-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .dachua-section,
  .dachua-section-alt,
  .dachua-section-dark {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .dachua-title-main {
    font-size: clamp(2.3rem, 10vw, 3rem);
    max-width: 100%;
  }

  .dachua-three-up,
  .dachua-grid-tablet-3,
  .dachua-feature-list {
    grid-template-columns: 1fr;
  }

  .dachua-gallery-thumbs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .dachua-bag-samples {
    grid-template-columns: repeat(2, 1fr);
  }

  .dachua-bag-types-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .dachua-btn-primary,
  .dachua-btn-secondary {
    width: 100%;
  }

  .dachua-spec .dachua-data-table th,
  .dachua-spec .dachua-data-table td {
    padding: 11px 12px;
    font-size: 0.85rem;
  }

  .dachua-spec .dachua-data-table th {
    width: auto;
    white-space: normal;
  }

  .dachua-spec .dachua-table-wrapper::after {
    content: "Scroll ->";
    display: block;
    padding: 6px 10px;
    color: var(--dachua-text-soft);
    font-size: 11px;
    font-style: italic;
    text-align: right;
  }

  /* New components — mobile */
  .dachua-trust-strip {
    grid-template-columns: 1fr;
  }

  .dachua-workflow-grid {
    grid-template-columns: 1fr;
  }

  .dachua-industry-grid {
    grid-template-columns: 1fr;
  }

  .dachua-why-grid {
    grid-template-columns: 1fr;
  }

  .dachua-hero-clean {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .dachua-hero-cta {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .dachua-hero-clean .dachua-hero-img {
    max-width: 100%;
  }

  .dachua-stat-number {
    font-size: 2rem;
  }

  .dachua-model-visual-grid {
    grid-template-columns: 1fr;
  }

  .dachua-equipment-grid {
    grid-template-columns: 1fr 1fr;
  }

  .dachua-scenario-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .dachua-machine-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .dachua-gallery-thumbs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .dachua-bag-samples {
    grid-template-columns: 1fr 1fr;
  }

  .dachua-bag-types-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .dachua-equipment-grid {
    grid-template-columns: 1fr;
  }
}

/* ═══════════════════════════════════════════════
       KEY COMPONENTS GRID  (3-col, compact, lightbox-ready)
       ═══════════════════════════════════════════════ */
.dachua-components-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2vw, 24px);
  margin-top: 32px;
}

.dachua-component-card {
  border: 1px solid var(--dachua-border);
  border-radius: var(--dachua-radius-md);
  background: #ffffff;
  overflow: hidden;
  cursor: zoom-in;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
}

.dachua-component-card:hover {
  border-color: var(--dachua-border-strong);
  box-shadow: 0 6px 20px -8px rgba(16, 24, 32, 0.18);
}

.dachua-component-card__img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: contain;
  background: var(--dachua-surface-alt);
  padding: 16px;
  display: block;
}

.dachua-component-card__body {
  padding: 14px 16px 18px;
}

.dachua-component-card__name {
  margin: 0 0 4px;
  font-family: var(--dachua-font-heading);
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--dachua-dark);
}

.dachua-component-card__desc {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.55;
  color: var(--dachua-text-soft);
}

/* ── Lightbox ── */
.dachua-lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(10, 15, 20, 0.88);
  z-index: 1000001;
  align-items: center;
  justify-content: center;
  cursor: zoom-out;
}

.dachua-lightbox.is-open {
  display: flex;
}

/* 灯箱 / 手机菜单开启时隐藏 sticky 联系栏，避免遮挡 + 误触 */
body:has(.dachua-lightbox.is-open) .dachua-sticky-bar,
body:has(.dachua-mobile-menu.is-open) .dachua-sticky-bar {
  display: none !important;
}

.dachua-lightbox__img {
  max-width: 95vw;
  max-height: 92vh;
  min-width: min(480px, 70vw);
  min-height: min(360px, 55vh);
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: var(--dachua-radius-md);
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.5);
}

.dachua-lightbox__close {
  position: fixed;
  top: 20px;
  right: 28px;
  color: #ffffff;
  font-size: 36px;
  line-height: 1;
  cursor: pointer;
  opacity: 0.8;
  transition: opacity 0.15s;
}

.dachua-lightbox__close:hover {
  opacity: 1;
}

.dachua-lightbox__caption {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.82rem;
  text-align: center;
  pointer-events: none;
}

@media (max-width: 768px) {
  .dachua-components-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .dachua-components-grid {
    grid-template-columns: 1fr;
  }
}

header.elementor-3082 {
  position: sticky;
  top: 0;
  z-index: 9999;
  pointer-events: none;
}
header.elementor-3082 .dachua-hd {
  pointer-events: auto;
}
.dachua-hd {
  position: relative;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  z-index: 9999;
}
.dachua-hd-bar {
  background: #ffffff;
  transition: box-shadow 0.3s ease;
}
.dachua-hd--compact .dachua-hd-bar {
  box-shadow: 0 2px 16px rgba(16, 24, 32, 0.08);
}
.dachua-hd-inner {
  max-width: var(--dachua-shell-width);
  margin: 0 auto;
  padding: 0 clamp(20px, 3vw, 32px);
  display: flex;
  align-items: center;
  height: 72px;
  transition: height 0.25s ease;
}
.dachua-hd--compact .dachua-hd-inner {
  height: 60px;
}
.dachua-hd-logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-right: auto;
}
.dachua-hd-logo img {
  height: 28px;
  width: auto;
  display: block;
  transition: height 0.25s ease;
}
.dachua-hd--compact .dachua-hd-logo img {
  height: 24px;
}
.dachua-hd-logo-icon {
  height: 36px !important;
  width: 36px !important;
  object-fit: contain;
}
.dachua-hd--compact .dachua-hd-logo-icon {
  height: 32px !important;
  width: 32px !important;
}
.dachua-hd-nav {
  display: flex;
  align-items: center;
  align-self: stretch;
  gap: clamp(28px, 3vw, 44px);
}
.dachua-hd-nav-link {
  font-family: var(--dachua-font-heading);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: var(--dachua-ink);
  text-decoration: none;
  padding: 8px 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  position: relative;
  transition: color 0.2s ease;
  line-height: 1;
  white-space: nowrap;
}
.dachua-hd-nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: var(--dachua-accent);
  transition:
    width 0.25s ease,
    left 0.25s ease;
}
.dachua-hd-nav-link:hover,
.dachua-hd-nav-link.is-active {
  color: var(--dachua-accent);
}
.dachua-hd-nav-link:hover::after,
.dachua-hd-nav-link.is-active::after {
  width: 100%;
  left: 0;
}
.dachua-hd-chevron {
  transition: transform 0.25s ease;
}
.dachua-hd-nav-link.is-active .dachua-hd-chevron {
  transform: rotate(180deg);
}
.dachua-hd-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-left: auto;
}
.dachua-hd-cta {
  display: inline-flex;
  align-items: center;
  padding: 10px 24px;
  background: var(--dachua-accent);
  color: #ffffff !important;
  font-family: var(--dachua-font-heading);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: var(--dachua-radius-sm);
  transition:
    background 0.2s ease,
    transform 0.15s ease,
    box-shadow 0.2s ease;
  white-space: nowrap;
}
.dachua-hd-cta:hover {
  background: var(--dachua-accent-hover);
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(223, 0, 36, 0.3);
}
.dachua-hd-burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 36px;
  height: 36px;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  outline: none;
  cursor: pointer;
  padding: 6px;
  margin-left: 12px;
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
}
.dachua-hd-burger span {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--dachua-ink);
  border-radius: 2px;
  transition:
    transform 0.25s ease,
    opacity 0.2s ease;
}

.dachua-mega {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #ffffff;
  border-top: 3px solid var(--dachua-accent);
  box-shadow: 0 24px 64px -12px rgba(16, 24, 32, 0.18);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition:
    opacity 0.25s ease,
    transform 0.25s ease,
    visibility 0.25s ease;
  z-index: 9998;
}
.dachua-mega.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.dachua-mega-wrap {
  max-width: 1600px;
  margin: 0 auto;
  padding: 40px clamp(32px, 4vw, 60px) 32px;
  display: grid;
  grid-template-columns: 1fr 1fr 1.4fr 1.4fr;
  gap: 0;
}
.dachua-mega-col {
  padding: 0 clamp(24px, 3vw, 40px);
  border-right: 1px solid var(--dachua-border);
}
.dachua-mega-col:first-child {
  padding-left: 0;
}
.dachua-mega-col:last-child {
  border-right: none;
  padding-right: 0;
}
.dachua-mega-heading {
  display: inline-block;
  font-family: var(--dachua-font-heading);
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: var(--dachua-ink);
  text-decoration: none;
  margin-bottom: 8px;
  padding-bottom: 6px;
  border-bottom: 2px solid var(--dachua-accent);
  transition: color 0.2s;
}
.dachua-mega-heading:hover {
  color: var(--dachua-accent);
}
.dachua-mega-desc {
  font-size: 13.5px;
  color: var(--dachua-text-soft);
  margin: 0 0 18px;
  line-height: 1.5;
}
.dachua-mega-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.dachua-mega-list li {
  margin-bottom: 2px;
}
.dachua-mega-list a {
  display: block;
  padding: 9px 12px;
  text-decoration: none;
  border-radius: var(--dachua-radius-sm);
  transition: background 0.15s ease;
}
.dachua-mega-list a:hover {
  background: var(--dachua-accent-soft);
}
.dachua-mega-list a strong {
  display: block;
  font-family: var(--dachua-font-body);
  font-size: 15px;
  font-weight: 600;
  color: var(--dachua-ink);
  line-height: 1.4;
  transition: color 0.15s;
}
.dachua-mega-list a:hover strong {
  color: var(--dachua-accent);
}
.dachua-mega-list a span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: var(--dachua-text-soft);
  margin-top: 2px;
  line-height: 1.3;
}
.dachua-mega-2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 16px;
}
.dachua-mega-foot {
  display: inline-block;
  margin-top: 18px;
  font-family: var(--dachua-font-body);
  font-size: 14px;
  font-weight: 600;
  color: var(--dachua-accent);
  text-decoration: none;
  transition: letter-spacing 0.2s;
}
.dachua-mega-foot:hover {
  letter-spacing: 0.3px;
}

.dachua-hd-drop {
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: center;
  contain: layout;
}
.dachua-hd-drop-panel {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-6px);
  min-width: 260px;
  background: #fff;
  border-top: 3px solid var(--dachua-accent);
  box-shadow: 0 24px 64px -12px rgba(16, 24, 32, 0.18);
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.25s ease,
    transform 0.25s ease,
    visibility 0.25s ease;
  z-index: 9998;
  padding: 8px 0;
}
.dachua-hd-drop-panel.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.dachua-hd-drop-panel a {
  display: block;
  padding: 12px 22px;
  font-family: var(--dachua-font-heading);
  font-size: 15px;
  font-weight: 700;
  color: var(--dachua-ink);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  transition:
    background 0.15s,
    color 0.15s;
  white-space: nowrap;
  border-left: 3px solid transparent;
}
.dachua-hd-drop-panel a:hover {
  background: var(--dachua-accent);
  color: #fff;
  border-left-color: var(--dachua-dark);
}
.dachua-hd-drop-panel .dachua-hd-drop-divider {
  height: 1px;
  background: var(--dachua-border);
  margin: 6px 22px;
}

.dachua-mobile-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80vh;
  height: 80dvh;
  background: #ffffff;
  z-index: 99999;
  transform: translateY(100%);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  overflow-y: auto;
  overscroll-behavior: contain;
  box-shadow: 0 -8px 30px rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
  border-radius: 20px 20px 0 0;
  touch-action: pan-y;
}
.dachua-mobile-menu.is-open {
  transform: translateY(0);
}
.dachua-mobile-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border-bottom: 1px solid var(--dachua-border);
  flex-shrink: 0;
  position: relative;
}
.dachua-mobile-top::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 36px;
  height: 4px;
  border-radius: 2px;
  background: var(--dachua-border-strong);
}
.dachua-mobile-top .dachua-hd-logo img {
  height: 36px;
  width: 36px;
  object-fit: contain;
}
.dachua-mobile-top .dachua-modal-close-btn {
  position: static;
  flex-shrink: 0;
}
.dachua-mobile-nav {
  flex: 1;
  padding: 12px 0;
  display: flex;
  flex-direction: column;
}
.dachua-mobile-cat {
  margin: 0;
  border-bottom: 1px solid var(--dachua-border);
}
.dachua-mobile-cat summary {
  padding: 16px 20px;
  font-family: var(--dachua-font-heading);
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--dachua-dark);
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
.dachua-mobile-cat summary::-webkit-details-marker {
  display: none;
}
.dachua-mobile-count {
  font-size: 11px;
  font-weight: 600;
  color: var(--dachua-text-soft);
  background: var(--dachua-surface-alt);
  padding: 2px 8px;
  border-radius: 10px;
}
.dachua-mobile-cat summary::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--dachua-text-soft);
  border-bottom: 2px solid var(--dachua-text-soft);
  transform: rotate(45deg);
  margin-left: auto;
  flex-shrink: 0;
  transition: transform 0.25s ease;
}
.dachua-mobile-cat[open] summary::after {
  transform: rotate(-135deg);
}
.dachua-mobile-cat[open] summary {
  color: var(--dachua-accent);
}
.dachua-mobile-cat ul {
  list-style: none;
  margin: 0;
  padding: 8px 0;
}
.dachua-mobile-cat ul li a {
  display: block;
  padding: 9px 16px;
  font-size: 14px;
  color: var(--dachua-text);
  text-decoration: none;
  transition:
    color 0.15s,
    background 0.15s;
}
.dachua-mobile-cat ul li a .dachua-mobile-model {
  display: block;
  font-size: 11px;
  font-weight: 700;
  color: var(--dachua-text-soft);
  font-family: var(--dachua-font-heading);
  letter-spacing: 0.5px;
  margin-bottom: 1px;
}
.dachua-mobile-cat ul li a:hover {
  color: var(--dachua-accent);
  background: var(--dachua-accent-soft);
}
.dachua-mobile-viewall {
  display: block;
  padding: 10px 20px 16px;
  font-size: 13px;
  font-weight: 700;
  color: var(--dachua-accent);
  text-decoration: none;
}
.dachua-mobile-link {
  display: block;
  padding: 16px 20px;
  font-family: var(--dachua-font-heading);
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--dachua-ink);
  text-decoration: none;
  border-bottom: 1px solid var(--dachua-border);
  transition: color 0.15s;
}
.dachua-mobile-link:hover {
  color: var(--dachua-accent);
}
.dachua-mobile-bottom {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px;
  margin-top: auto;
  border-top: 1px solid var(--dachua-border);
}
.dachua-mobile-bottom .dachua-hd-cta {
  flex: 1;
  justify-content: center;
}
.dachua-mobile-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 99998;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}
.dachua-mobile-backdrop.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

@media (max-width: 1024px) {
  .dachua-hd-nav {
    display: none !important;
  }
  .dachua-hd-actions .dachua-hd-cta {
    display: none !important;
  }
  .dachua-hd-burger {
    display: flex !important;
  }
  .dachua-mega {
    display: none !important;
  }
  .dachua-hd-logo .dachua-hd-logo-full {
    display: block;
    height: 22px;
  }
  .dachua-hd-logo .dachua-hd-logo-icon {
    display: none;
  }
  .dachua-hd--compact .dachua-hd-logo .dachua-hd-logo-full {
    height: 20px;
  }
}
@media (min-width: 1025px) {
  .dachua-hd-logo .dachua-hd-logo-icon {
    display: none;
  }
}
@media (max-width: 480px) {
  .dachua-mobile-menu {
    height: 85dvh;
  }
}

.dachua-ft {
  background: #0a0a0a;
  color: #cbd5e1;
  font-family: var(--dachua-font-body);
}
.dachua-ft a {
  color: #cbd5e1;
  text-decoration: none;
  transition: color 0.15s;
}
.dachua-ft a:hover {
  color: #ffffff;
}

.dachua-ft-main {
  padding: clamp(48px, 6vw, 80px) 0;
}
.dachua-ft-inner {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 clamp(32px, 5vw, 80px);
}
.dachua-ft-main .dachua-ft-inner {
  display: grid;
  grid-template-columns: 1.5fr 1fr 0.7fr 1.3fr;
  gap: clamp(40px, 5vw, 80px);
}
.dachua-ft-logo {
  display: inline-block;
  margin-bottom: 24px;
}
.dachua-ft-logo img {
  height: 30px;
  width: auto;
  filter: brightness(0) invert(1);
  transition: opacity 0.2s;
}
.dachua-ft-logo:hover img {
  opacity: 0.8;
}
.dachua-ft-desc {
  font-size: 15.5px;
  line-height: 1.75;
  color: #8896a7;
  margin: 0 0 28px;
}
.dachua-ft-social {
  display: flex;
  gap: 14px;
}
.dachua-ft-social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #8896a7;
  transition:
    background 0.2s,
    color 0.2s;
}
.dachua-ft-social-link:hover {
  background: var(--dachua-accent);
  color: #ffffff;
}
.dachua-ft-heading {
  font-family: var(--dachua-font-heading);
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff;
  margin: 0 0 24px;
  padding-bottom: 14px;
  border-bottom: 2px solid var(--dachua-accent);
}
.dachua-ft-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.dachua-ft-list li {
  margin-bottom: 12px;
}
.dachua-ft-list a {
  font-size: 15.5px;
  line-height: 1.5;
  display: inline-block;
  padding: 2px 0;
}
.dachua-ft-list a:hover {
  color: #ffffff;
  padding-left: 4px;
}
.dachua-ft-contact {
  list-style: none;
  margin: 0;
  padding: 0;
}
.dachua-ft-contact li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 16px;
  font-size: 15px;
  line-height: 1.6;
}
.dachua-ft-contact svg {
  flex-shrink: 0;
  margin-top: 3px;
  color: #8896a7;
}
.dachua-ft-contact a:hover {
  color: #ffffff;
}
.dachua-ft-address span {
  color: #8896a7;
}
.dachua-ft-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 20px 0;
}
footer.dachua-ft .dachua-ft-bottom .dachua-ft-inner {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px 24px;
}
footer.dachua-ft .dachua-ft-bottom .dachua-ft-copy,
footer.dachua-ft .dachua-ft-bottom .dachua-ft-legal,
footer.dachua-ft .dachua-ft-bottom .dachua-ft-legal a,
footer.dachua-ft .dachua-ft-bottom .dachua-ft-sep {
  font-family: inherit;
  font-size: 13px;
  line-height: 1.5;
  color: #5a6a7a;
}
footer.dachua-ft .dachua-ft-bottom .dachua-ft-copy {
  margin: 0;
}
footer.dachua-ft .dachua-ft-bottom .dachua-ft-legal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
footer.dachua-ft .dachua-ft-bottom .dachua-ft-legal a {
  text-decoration: none;
  transition: color 0.2s;
}
footer.dachua-ft .dachua-ft-bottom .dachua-ft-legal a:hover {
  color: #ffffff;
}
footer.dachua-ft .dachua-ft-bottom .dachua-ft-sep {
  margin: 0 10px;
  user-select: none;
}
.elementor-location-footer .elementor-section-wrap > .elementor-section,
.elementor-location-footer > .elementor-section,
.elementor-location-footer > .e-con {
  padding: 0 !important;
  margin: 0 !important;
  gap: 0 !important;
}
.elementor-location-footer .elementor-widget-html {
  margin: 0 !important;
  padding: 0 !important;
}
.elementor-location-footer .elementor-widget-wrap,
.elementor-location-footer .e-con-inner {
  padding: 0 !important;
  gap: 0 !important;
}
@media (max-width: 1024px) {
  .dachua-ft-main .dachua-ft-inner {
    grid-template-columns: 1fr 1fr;
    gap: 40px 32px;
  }
}
@media (max-width: 600px) {
  .dachua-ft-main .dachua-ft-inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .dachua-ft-brand {
    text-align: center;
  }
  .dachua-ft-social {
    justify-content: center;
  }
  .dachua-ft-bottom .dachua-ft-inner {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
  .dachua-ft-legal {
    justify-content: center;
  }
}

/* ══════════════════════════════════════════
        Contact Page
        ══════════════════════════════════════════ */

.dachua-btn-wa {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #ffffff !important;
  border: 1px solid var(--dachua-dark) !important;
  color: var(--dachua-dark) !important;
  transition:
    background 0.15s ease,
    border-color 0.15s ease,
    color 0.15s ease;
}
.dachua-btn-wa svg {
  flex-shrink: 0;
  color: #25d366;
  transition: color 0.15s ease;
}
.dachua-btn-wa:hover {
  background: #25d366 !important;
  border-color: #25d366 !important;
  color: #ffffff !important;
}
.dachua-btn-wa:hover svg {
  color: #ffffff;
}

.dachua-contact-methods {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 2.4vw, 30px);
  margin-top: 8px;
}
.dachua-contact-card {
  background: #ffffff;
  border: 1px solid var(--dachua-border);
  border-radius: var(--dachua-radius-lg);
  padding: 36px 28px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition:
    box-shadow 0.2s ease,
    transform 0.2s ease;
}
.dachua-contact-card:hover {
  box-shadow: 0 6px 24px rgba(15, 30, 45, 0.08);
  transform: translateY(-2px);
}
.dachua-contact-card h3 {
  margin: 0 0 6px;
  font-family: var(--dachua-font-heading);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--dachua-dark);
}
.dachua-contact-card-detail {
  margin: 0 0 12px;
  font-family: var(--dachua-font-body);
  font-size: 1rem;
  font-weight: 600;
  color: var(--dachua-dark);
}
.dachua-contact-card-desc {
  margin: 0 0 20px;
  font-family: var(--dachua-font-body);
  font-size: 0.93rem;
  color: var(--dachua-text-soft);
  line-height: 1.6;
  flex: 1;
}

.dachua-contact-form-note {
  margin: 18px 0 0;
  font-family: var(--dachua-font-body);
  font-size: 0.85rem;
  color: var(--dachua-text-soft);
  text-align: center;
}
.dachua-contact-address-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: clamp(28px, 4vw, 52px);
  align-items: stretch;
}
.dachua-contact-address-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.dachua-contact-address-text {
  margin: 0 0 22px;
  font-family: var(--dachua-font-body);
  font-size: 1rem;
  color: var(--dachua-text);
  line-height: 1.7;
}
.dachua-contact-address-detail {
  font-style: normal;
  margin: 0 0 24px;
}
.dachua-contact-address-line {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-family: var(--dachua-font-body);
  font-size: 0.98rem;
  color: var(--dachua-dark);
  line-height: 1.6;
}
.dachua-contact-address-line svg {
  flex-shrink: 0;
  margin-top: 3px;
}
.dachua-contact-address-links {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.dachua-contact-map {
  width: 100%;
  aspect-ratio: 16/10;
  border: 1px solid var(--dachua-border);
  border-radius: var(--dachua-radius-lg);
  overflow: hidden;
  background: #f5f5f5;
}
.dachua-contact-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/* Hero rep card — Hellena */

/* Mini rep card for footer/CTA signature */
.dachua-rep-mini {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 14px 20px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--dachua-radius-lg);
  margin-top: 18px;
}
.dachua-rep-mini-photo {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid var(--dachua-accent);
  flex-shrink: 0;
}
.dachua-rep-mini-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.dachua-rep-mini-text {
  font-family: var(--dachua-font-body);
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.4;
}
.dachua-rep-mini-text strong {
  color: #ffffff;
  font-weight: 700;
}

/* Form tips callout */

/* Contact card icon — flat industrial (no SaaS circle) */
.dachua-contact-card-icon-flat {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--dachua-accent);
  margin-bottom: 14px;
}

/* ── B2B Industrial overrides for contact ── */

/* Asymmetric hero grid: copy left, form right */
.dachua-contact-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  gap: clamp(28px, 3.5vw, 52px);
  align-items: start;
}

.dachua-contact-hero-copy {
  padding-top: 8px;
}
.dachua-contact-hero-copy .dachua-lead {
  margin-bottom: 24px;
}

/* Inline contact strip below hero copy */
.dachua-contact-hero-meta {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 24px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid var(--dachua-border);
}
.dachua-contact-hero-meta-row {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--dachua-font-body);
  font-size: 0.95rem;
  color: var(--dachua-dark);
}
.dachua-contact-hero-meta-row svg {
  flex-shrink: 0;
  color: var(--dachua-accent);
}
.dachua-contact-hero-meta-row strong {
  font-weight: 600;
}
.dachua-contact-hero-meta-row a {
  color: var(--dachua-dark);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.15s ease;
}
.dachua-contact-hero-meta-row a:hover {
  border-bottom-color: var(--dachua-accent);
}

/* Hero form card (industrial: thin border, no soft shadow, 4px radius) */
.dachua-contact-hero-form {
  background: #ffffff;
  border: 1px solid var(--dachua-border-strong);
  border-top: 3px solid var(--dachua-accent);
  border-radius: 4px;
  padding: clamp(24px, 2.6vw, 36px) clamp(22px, 2.4vw, 32px)
    clamp(20px, 2vw, 28px);
  position: relative;
}
.dachua-contact-hero-form-header {
  margin-bottom: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--dachua-border);
}
.dachua-contact-hero-form-eyebrow {
  margin: 0 0 8px;
  font-family: var(--dachua-font-heading);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--dachua-accent);
}
.dachua-contact-hero-form-title {
  margin: 0 0 6px;
  font-family: var(--dachua-font-heading);
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  font-weight: 800;
  color: var(--dachua-dark);
  line-height: 1.2;
  letter-spacing: -0.01em;
}
.dachua-contact-hero-form-sub {
  margin: 0;
  font-family: var(--dachua-font-body);
  font-size: 0.92rem;
  color: var(--dachua-text-soft);
  line-height: 1.55;
}

/* WPForms styling inside Hero form card */
.dachua-contact-hero-form .wpforms-form input[type="text"],
.dachua-contact-hero-form .wpforms-form input[type="email"],
.dachua-contact-hero-form .wpforms-form input[type="tel"],
.dachua-contact-hero-form .wpforms-form input[type="url"],
.dachua-contact-hero-form .wpforms-form input[type="number"],
.dachua-contact-hero-form .wpforms-form textarea,
.dachua-contact-hero-form .wpforms-form select {
  font-family: var(--dachua-font-body) !important;
  font-size: 0.95rem !important;
  border-radius: 4px !important;
  border: 1px solid var(--dachua-border) !important;
  padding: 10px 12px !important;
  background: #fafbfc !important;
}
.dachua-contact-hero-form .wpforms-form input:focus,
.dachua-contact-hero-form .wpforms-form textarea:focus,
.dachua-contact-hero-form .wpforms-form select:focus {
  border-color: var(--dachua-accent) !important;
  background: #ffffff !important;
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(223, 0, 36, 0.08) !important;
}
.dachua-contact-hero-form .wpforms-form label.wpforms-field-label {
  font-family: var(--dachua-font-body) !important;
  font-size: 0.82rem !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.04em !important;
  color: var(--dachua-dark) !important;
  margin-bottom: 6px !important;
}
.dachua-contact-hero-form .wpforms-form .wpforms-required-label {
  color: var(--dachua-accent) !important;
}
.dachua-contact-hero-form .wpforms-form .wpforms-field {
  padding: 0 0 14px !important;
}
/* WPForms Smart Phone (intl-tel-input): the library sets the input's
        padding-left inline (~51px) to clear the flag dropdown; the blanket
        !important padding above was flattening it to 12px → flag overlapped the
        text. Also size the .iti wrapper like a medium field (60%) so the flag
        button hugs the input instead of floating at the far left of the row. */
.dachua-contact-hero-form .wpforms-form .iti {
  width: 60%;
  max-width: 100%;
}
.dachua-contact-hero-form .wpforms-form .iti input[type="tel"] {
  width: 100% !important;
  padding-left: 52px !important;
}
@media (max-width: 600px) {
  .dachua-contact-hero-form .wpforms-form .iti {
    width: 100%;
  }
  /* WPForms' own mobile rule widens .wpforms-field-medium inputs to 100%,
          but misses the tel input once intl-tel-input wraps it in .iti — without
          this the phone box stays at 60% (180px) while siblings go full width. */
  .dachua-contact-hero-form .wpforms-form .iti input[type="tel"] {
    max-width: 100% !important;
  }
}
.dachua-contact-hero-form .wpforms-form .wpforms-submit-container {
  margin-top: 6px !important;
  padding-top: 6px !important;
}
.dachua-contact-hero-form .wpforms-form button[type="submit"],
.dachua-contact-hero-form .wpforms-form input[type="submit"] {
  background: var(--dachua-accent) !important;
  border: 1px solid var(--dachua-accent) !important;
  color: #ffffff !important;
  font-family: var(--dachua-font-heading) !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  padding: 14px 32px !important;
  border-radius: 4px !important;
  cursor: pointer !important;
  width: 100%;
  transition:
    background 0.15s ease,
    border-color 0.15s ease;
}
.dachua-contact-hero-form .wpforms-form button[type="submit"]:hover,
.dachua-contact-hero-form .wpforms-form input[type="submit"]:hover {
  background: #b30020 !important;
  border-color: #b30020 !important;
}
.dachua-contact-hero-form .wpforms-form .wpforms-field-description {
  font-size: 0.82rem !important;
  color: var(--dachua-text-soft) !important;
  margin-top: 4px !important;
}

/* Hero stats — flat industrial spec-sheet style, no outer box */
.dachua-contact-hero-stats {
  display: flex;
  gap: 0;
  margin: 28px 0 0;
  padding: 0;
  border: none;
  border-radius: 0;
}
.dachua-contact-hero-stat {
  flex: 1;
  padding: 0 22px;
  text-align: left;
  background: transparent;
  border-right: 1px solid var(--dachua-border);
  position: relative;
}
.dachua-contact-hero-stat:first-child {
  padding-left: 0;
}
.dachua-contact-hero-stat:last-child {
  border-right: none;
  padding-right: 0;
}
.dachua-contact-hero-stat-value {
  margin: 0 0 6px;
  padding-left: 10px;
  border-left: 3px solid var(--dachua-accent);
  font-family: var(--dachua-font-heading);
  font-size: 1.55rem;
  font-weight: 800;
  color: var(--dachua-dark);
  line-height: 1;
  letter-spacing: -0.02em;
}
.dachua-contact-hero-stat-label {
  margin: 0;
  padding-left: 13px;
  font-family: var(--dachua-font-heading);
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--dachua-text-soft);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1.3;
}

/* Inline tips strip inside form (compact) */
.dachua-form-tips-inline {
  margin: 0 0 18px;
  padding: 14px 16px;
  background: var(--dachua-surface-alt);
  border-left: 3px solid var(--dachua-accent);
  font-family: var(--dachua-font-body);
  font-size: 0.88rem;
  color: var(--dachua-text);
  line-height: 1.55;
}
.dachua-form-tips-inline strong {
  display: block;
  margin-bottom: 4px;
  font-family: var(--dachua-font-heading);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--dachua-accent);
}

/* Hellena spotlight section (own band, alt bg) */
.dachua-rep-spotlight {
  display: grid;
  grid-template-columns: minmax(220px, 260px) minmax(0, 1fr);
  gap: clamp(28px, 3.5vw, 48px);
  align-items: center;
  background: #ffffff;
  border: 1px solid var(--dachua-border-strong);
  border-radius: 4px;
  padding: clamp(24px, 3vw, 40px);
  max-width: 1040px;
  margin: 0 auto;
}
.dachua-rep-spotlight-photo {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 4px;
  overflow: hidden;
  background: #f5f5f5;
  border: 1px solid var(--dachua-border);
}
.dachua-rep-spotlight-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.dachua-rep-spotlight-eyebrow {
  margin: 0 0 8px;
  font-family: var(--dachua-font-heading);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--dachua-text-soft);
}
.dachua-rep-spotlight-name {
  margin: 0 0 4px;
  font-family: var(--dachua-font-heading);
  font-size: clamp(1.6rem, 2.4vw, 2.1rem);
  font-weight: 800;
  color: var(--dachua-dark);
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.dachua-rep-spotlight-title {
  margin: 0 0 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--dachua-border);
  font-family: var(--dachua-font-body);
  font-size: 1rem;
  font-weight: 600;
  color: var(--dachua-accent);
}
.dachua-rep-spotlight-bio {
  margin: 0 0 22px;
  font-family: var(--dachua-font-body);
  font-size: 1rem;
  color: var(--dachua-text);
  line-height: 1.65;
}
.dachua-rep-spotlight-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

/* Tighten generic contact cards toward industrial */
.dachua-contact-card {
  border-radius: 4px;
  box-shadow: none;
}
.dachua-contact-card:hover {
  box-shadow: none;
  transform: none;
  border-color: var(--dachua-accent);
}
.dachua-contact-map {
  border-radius: 4px;
}
.dachua-rep-mini {
  border-radius: 4px;
}
.dachua-rep-mini-photo {
  border-radius: 4px;
}

@media (max-width: 1024px) {
  .dachua-contact-hero-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

@media (max-width: 600px) {
  .dachua-contact-hero-stats {
    flex-direction: column;
    gap: 16px;
  }
  .dachua-contact-hero-stat {
    padding: 0 0 14px;
    border-right: none;
    border-bottom: 1px solid var(--dachua-border);
  }
  .dachua-contact-hero-stat:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
}

@media (max-width: 900px) {
  .dachua-contact-methods {
    grid-template-columns: 1fr;
  }
  .dachua-contact-address-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .dachua-rep-spotlight {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .dachua-rep-spotlight-photo {
    max-width: 200px;
    margin: 0 auto;
  }
  .dachua-rep-spotlight-title {
    padding-bottom: 12px;
  }
  .dachua-rep-spotlight-actions {
    justify-content: center;
  }
}

/* ══════════════════════════════════════════════════════════════
        BAG-TYPE LANDING PAGES  (dachua-bt-*)
        Phase 2.5 — used by BT-1/4/5/6/9/10
        Visual: contemporary industrial editorial (Anduril/Hadrian-grade)
        ══════════════════════════════════════════════════════════════ */

.dachua-page.dachua-bt-page {
  --bt-canvas: #ffffff;
  --bt-canvas-alt: #f5f7f9;
  --bt-canvas-deep: #101820;
  --bt-ink: #0f1620;
  --bt-ink-soft: #2a3645;
  --bt-text: #48586b;
  --bt-muted: #7d8a99;
  --bt-line: #dde3eb;
  --bt-line-strong: #c4cdd7;
  --bt-shadow: 0 22px 48px -32px rgba(15, 22, 32, 0.2);
  background: linear-gradient(180deg, #ffffff 0%, #fbfcfd 100%);
}

/* Section rhythm */
.dachua-page.dachua-bt-page .dachua-bt-section {
  padding: clamp(72px, 9vw, 120px) 0;
}
.dachua-page.dachua-bt-page .dachua-bt-section--alt {
  background: var(--bt-canvas-alt);
  border-top: 1px solid var(--bt-line);
  border-bottom: 1px solid var(--bt-line);
}

/* ── EYEBROW (red dash + uppercase) ── */
.dachua-page.dachua-bt-page .dachua-bt-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  color: var(--dachua-accent);
  font-family: var(--dachua-font-heading);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-transform: uppercase;
}
.dachua-page.dachua-bt-page .dachua-bt-eyebrow::before {
  content: "";
  width: 34px;
  height: 2px;
  background: currentColor;
  flex: 0 0 auto;
}
.dachua-page.dachua-bt-page .dachua-bt-eyebrow--dark {
  color: #ff4761;
}

/* ── EDITORIAL SECTION HEAD (200px eyebrow col + body col) ── */
.dachua-page.dachua-bt-page .dachua-bt-head {
  display: grid;
  grid-template-columns: 200px minmax(0, 1fr);
  gap: 48px;
  align-items: start;
  margin: 0 0 64px;
}
.dachua-page.dachua-bt-page .dachua-bt-head .dachua-bt-eyebrow {
  margin-top: 6px;
}

.dachua-page.dachua-bt-page .dachua-bt-h2 {
  margin: 0 0 18px;
  color: var(--bt-ink);
  font-family: var(--dachua-font-heading);
  font-size: clamp(28px, 3.4vw, 44px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.012em;
}
.dachua-page.dachua-bt-page .dachua-bt-h2--dark {
  color: #ffffff;
}
.dachua-page.dachua-bt-page .dachua-bt-h2--small {
  font-size: clamp(24px, 2.4vw, 32px);
}

.dachua-page.dachua-bt-page .dachua-bt-intro {
  margin: 0;
  max-width: 760px;
  color: var(--bt-text);
  font-size: 17px;
  line-height: 1.75;
}
.dachua-page.dachua-bt-page .dachua-bt-intro a {
  color: var(--dachua-accent);
  text-decoration: none;
  border-bottom: 1px solid rgba(223, 0, 36, 0.3);
}
.dachua-page.dachua-bt-page .dachua-bt-intro a:hover {
  border-bottom-color: var(--dachua-accent);
}

/* ══════════════════════════════════════════════════════════════
        §1  HERO
        ══════════════════════════════════════════════════════════════ */
.dachua-page.dachua-bt-page .dachua-bt-hero {
  padding: 48px 0 88px;
  background: linear-gradient(180deg, #ffffff 0%, #f7f9fb 100%);
}

.dachua-page.dachua-bt-page .dachua-bt-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 36px;
  color: var(--bt-muted);
  font-size: 14px;
  letter-spacing: 0.01em;
}
.dachua-page.dachua-bt-page .dachua-bt-breadcrumb a {
  color: var(--bt-muted);
  text-decoration: none;
  transition: color 0.2s ease;
}
.dachua-page.dachua-bt-page .dachua-bt-breadcrumb a:hover {
  color: var(--dachua-accent);
}
.dachua-page.dachua-bt-page .dachua-bt-breadcrumb .sep {
  color: var(--bt-line-strong);
}

.dachua-page.dachua-bt-page .dachua-bt-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 56px;
  align-items: center;
}

.dachua-page.dachua-bt-page .dachua-bt-hero__copy .dachua-bt-eyebrow {
  margin-bottom: 24px;
}

.dachua-page.dachua-bt-page .dachua-bt-hero__title {
  margin: 0 0 22px;
  color: var(--bt-ink);
  font-family: var(--dachua-font-heading);
  font-size: clamp(36px, 4.4vw, 60px);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -0.018em;
}

.dachua-page.dachua-bt-page .dachua-bt-hero__lead {
  margin: 0 0 32px;
  max-width: 560px;
  color: var(--bt-text);
  font-size: 17px;
  line-height: 1.72;
}
.dachua-page.dachua-bt-page .dachua-bt-hero__lead a {
  color: var(--bt-ink);
  text-decoration: none;
  border-bottom: 1px solid var(--dachua-accent);
  padding-bottom: 1px;
}

/* KPI row */
.dachua-page.dachua-bt-page .dachua-bt-hero__kpis {
  list-style: none;
  margin: 0 0 32px;
  padding: 0;
  display: flex;
  gap: 36px;
  flex-wrap: wrap;
}
.dachua-page.dachua-bt-page .dachua-bt-hero__kpis li {
  display: flex;
  align-items: center;
  gap: 12px;
}
.dachua-page.dachua-bt-page .dachua-bt-hero__kpis svg {
  width: 28px;
  height: 28px;
  color: var(--bt-ink-soft);
  flex: 0 0 auto;
}
.dachua-page.dachua-bt-page .dachua-bt-hero__kpis div {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}
.dachua-page.dachua-bt-page .dachua-bt-hero__kpis strong {
  font-family: var(--dachua-font-heading);
  font-size: 18px;
  font-weight: 800;
  color: var(--bt-ink);
  letter-spacing: -0.005em;
}
.dachua-page.dachua-bt-page .dachua-bt-hero__kpis span {
  margin-top: 4px;
  font-size: 12px;
  color: var(--bt-muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.dachua-page.dachua-bt-page .dachua-bt-hero__cta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

/* Hero visual — pouch on light bg */
.dachua-page.dachua-bt-page .dachua-bt-hero__visual {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dachua-page.dachua-bt-page .dachua-bt-hero__pouch {
  width: 100%;
  max-width: 520px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 30px 60px rgba(15, 22, 32, 0.18));
}

/* ══════════════════════════════════════════════════════════════
        §3  PRODUCT FIT  (4-up cards)
        ══════════════════════════════════════════════════════════════ */
.dachua-page.dachua-bt-page .dachua-bt-products__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}
.dachua-page.dachua-bt-page .dachua-bt-product {
  background: #ffffff;
  border: 1px solid var(--bt-line);
  border-radius: 2px;
  overflow: hidden;
  transition:
    border-color 0.2s ease,
    transform 0.2s ease;
}
.dachua-page.dachua-bt-page .dachua-bt-product:hover {
  border-color: var(--bt-line-strong);
  transform: translateY(-2px);
}
.dachua-page.dachua-bt-page .dachua-bt-product__visual {
  background: #f5f7f9;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  border-bottom: 1px solid var(--bt-line);
}
.dachua-page.dachua-bt-page .dachua-bt-product__visual img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}
.dachua-page.dachua-bt-page .dachua-bt-product__body {
  padding: 22px 22px 24px;
}
.dachua-page.dachua-bt-page .dachua-bt-product__title {
  margin: 0 0 8px;
  color: var(--bt-ink);
  font-family: var(--dachua-font-heading);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.005em;
}
.dachua-page.dachua-bt-page .dachua-bt-product__desc {
  margin: 0;
  color: var(--bt-text);
  font-size: 14.5px;
  line-height: 1.65;
}

/* ══════════════════════════════════════════════════════════════
        §5  MACHINE LINEUP  (4-up cards with model eyebrow + capacity)
        ══════════════════════════════════════════════════════════════ */
.dachua-page.dachua-bt-page .dachua-bt-machines__group {
  margin-bottom: 48px;
}
.dachua-page.dachua-bt-page .dachua-bt-machines__group:last-child {
  margin-bottom: 0;
}
.dachua-page.dachua-bt-page .dachua-bt-machines__subhead {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin: 0 0 24px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--bt-line);
  color: var(--bt-ink);
  font-family: var(--dachua-font-heading);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.005em;
}
.dachua-page.dachua-bt-page .dachua-bt-machines__subhead-count {
  color: var(--bt-muted);
  font-family: var(--dachua-font-heading);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.dachua-page.dachua-bt-page .dachua-bt-machines__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}
.dachua-page.dachua-bt-page .dachua-bt-machines__grid--3col {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
@media (max-width: 1100px) {
  .dachua-page.dachua-bt-page .dachua-bt-machines__grid--3col {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .dachua-page.dachua-bt-page .dachua-bt-machines__grid--3col {
    grid-template-columns: 1fr;
  }
}

/* Solo machine layout (single-machine BT pages) */
.dachua-page.dachua-bt-page .dachua-bt-machines__solo {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 32px;
  align-items: stretch;
}
@media (max-width: 900px) {
  .dachua-page.dachua-bt-page .dachua-bt-machines__solo {
    grid-template-columns: 1fr;
  }
}
.dachua-page.dachua-bt-page .dachua-bt-solo-features {
  background: var(--bt-canvas-alt);
  border: 1px solid var(--bt-line);
  border-radius: 2px;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
}
.dachua-page.dachua-bt-page .dachua-bt-solo-features__eyebrow {
  color: var(--dachua-accent);
  font-family: var(--dachua-font-heading);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 0 0 14px;
}
.dachua-page.dachua-bt-page .dachua-bt-solo-features__title {
  margin: 0 0 18px;
  color: var(--bt-ink);
  font-family: var(--dachua-font-heading);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.005em;
}
.dachua-page.dachua-bt-page .dachua-bt-solo-features__list {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  flex: 1;
}
.dachua-page.dachua-bt-page .dachua-bt-solo-features__list li {
  position: relative;
  padding: 8px 0 8px 22px;
  color: var(--bt-text);
  font-size: 14.5px;
  line-height: 1.55;
  border-bottom: 1px solid var(--bt-line);
}
.dachua-page.dachua-bt-page .dachua-bt-solo-features__list li:last-child {
  border-bottom: none;
}
.dachua-page.dachua-bt-page .dachua-bt-solo-features__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  width: 11px;
  height: 11px;
  border: 1.5px solid var(--dachua-accent);
  border-radius: 50%;
  background: transparent;
}
.dachua-page.dachua-bt-page .dachua-bt-machine {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid var(--bt-line);
  border-radius: 2px;
  padding: 20px 20px 24px;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}
.dachua-page.dachua-bt-page .dachua-bt-machine:hover {
  border-color: var(--bt-line-strong);
  box-shadow: var(--bt-shadow);
}
.dachua-page.dachua-bt-page .dachua-bt-machine__model {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  color: var(--dachua-accent);
  font-family: var(--dachua-font-heading);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.dachua-page.dachua-bt-page .dachua-bt-machine__model::before {
  content: "";
  width: 24px;
  height: 2px;
  background: currentColor;
  flex: 0 0 auto;
}
.dachua-page.dachua-bt-page .dachua-bt-machine__visual {
  background: #f5f7f9;
  aspect-ratio: 4/3;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
  border: 1px solid var(--bt-line);
  border-radius: 2px;
  margin: 0 0 18px;
}
.dachua-page.dachua-bt-page .dachua-bt-machine__visual img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.dachua-page.dachua-bt-page .dachua-bt-machine__body {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.dachua-page.dachua-bt-page .dachua-bt-machine__title {
  margin: 0 0 8px;
  color: var(--bt-ink);
  font-family: var(--dachua-font-heading);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.25;
}
.dachua-page.dachua-bt-page .dachua-bt-machine__desc {
  margin: 0 0 14px;
  color: var(--bt-text);
  font-size: 14px;
  line-height: 1.6;
  flex: 1;
}
.dachua-page.dachua-bt-page .dachua-bt-machine__meta {
  display: grid;
  grid-template-columns: max-content 1fr;
  column-gap: 14px;
  row-gap: 8px;
  margin: 0 0 16px;
  padding: 12px 0;
  border-top: 1px solid var(--bt-line);
  border-bottom: 1px solid var(--bt-line);
}
.dachua-page.dachua-bt-page .dachua-bt-machine__meta dt {
  margin: 0;
  color: var(--bt-muted);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  align-self: center;
  line-height: 1.2;
}
.dachua-page.dachua-bt-page .dachua-bt-machine__meta dd {
  margin: 0;
  color: var(--bt-ink);
  font-family: var(--dachua-font-heading);
  font-size: 14.5px;
  font-weight: 700;
  letter-spacing: -0.005em;
  line-height: 1.3;
}
.dachua-page.dachua-bt-page .dachua-bt-machine__cta {
  color: var(--dachua-accent);
  font-family: var(--dachua-font-heading);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  transition: color 0.2s ease;
}
.dachua-page.dachua-bt-page .dachua-bt-machine__cta:hover {
  color: var(--dachua-accent-hover);
}

/* ══════════════════════════════════════════════════════════════
        §6  SPECS  (light band — datasheet on white)
        ══════════════════════════════════════════════════════════════ */
.dachua-page.dachua-bt-page .dachua-bt-specs {
  padding: clamp(72px, 9vw, 108px) 0;
  background: #ffffff;
  color: var(--bt-text);
  border-top: 1px solid var(--bt-line);
  border-bottom: 1px solid var(--bt-line);
}
.dachua-page.dachua-bt-page .dachua-bt-specs__head {
  display: grid;
  grid-template-columns: 200px minmax(0, 1fr);
  gap: 48px;
  align-items: end;
  margin: 0 0 48px;
}
.dachua-page.dachua-bt-page .dachua-bt-specs__head .dachua-bt-h2 {
  margin: 0;
}
.dachua-page.dachua-bt-page .dachua-bt-specs__table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.dachua-page.dachua-bt-page .dachua-bt-specs__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14.5px;
  color: var(--bt-text);
}
.dachua-page.dachua-bt-page .dachua-bt-specs__table thead th {
  padding: 14px 18px;
  text-align: left;
  font-family: var(--dachua-font-heading);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--bt-muted);
  border-bottom: 1px solid var(--bt-line-strong);
}
.dachua-page.dachua-bt-page .dachua-bt-specs__table tbody th {
  padding: 14px 18px;
  text-align: left;
  font-family: var(--dachua-font-body);
  font-size: 14px;
  font-weight: 600;
  color: var(--bt-muted);
  border-top: 1px solid var(--bt-line);
  background: transparent;
}
.dachua-page.dachua-bt-page .dachua-bt-specs__table tbody td {
  padding: 14px 18px;
  border-top: 1px solid var(--bt-line);
  color: var(--bt-ink);
  font-weight: 500;
}
.dachua-page.dachua-bt-page .dachua-bt-specs__table tbody tr:hover td,
.dachua-page.dachua-bt-page .dachua-bt-specs__table tbody tr:hover th {
  background: rgba(15, 22, 32, 0.025);
}

/* ══════════════════════════════════════════════════════════════
        §7  TRADE-OFFS  (3-column comparison — dark, continues from §5)
        ══════════════════════════════════════════════════════════════ */
.dachua-page.dachua-bt-page .dachua-bt-tradeoffs {
  background: #0d141d;
  color: #cdd6e0;
  border-top: 1px solid #1c2733;
}

/* Override section head colors for dark variant */
.dachua-page.dachua-bt-page .dachua-bt-tradeoffs .dachua-bt-h2 {
  color: #ffffff;
}
.dachua-page.dachua-bt-page .dachua-bt-tradeoffs .dachua-bt-eyebrow {
  color: #ff4761;
}
.dachua-page.dachua-bt-page .dachua-bt-tradeoffs .dachua-bt-intro {
  color: #9aa6b3;
}

.dachua-page.dachua-bt-page .dachua-bt-tradeoffs__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.dachua-page.dachua-bt-page .dachua-bt-tradeoff {
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid #1c2733;
  border-radius: 2px;
  padding: 32px 28px 28px;
}
.dachua-page.dachua-bt-page .dachua-bt-tradeoff--primary {
  background: rgba(255, 255, 255, 0.045);
  border-color: var(--dachua-accent);
  border-top: 3px solid var(--dachua-accent);
  padding-top: 30px;
}
.dachua-page.dachua-bt-page .dachua-bt-tradeoff__visual {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140px;
  margin: 0 0 22px;
  padding: 8px;
}
.dachua-page.dachua-bt-page .dachua-bt-tradeoff__visual img {
  max-height: 120px;
  width: auto;
  object-fit: contain;
}
.dachua-page.dachua-bt-page .dachua-bt-tradeoff__title {
  margin: 0 0 18px;
  padding: 0 0 14px;
  border-bottom: 1px solid #1c2733;
  color: #ffffff;
  font-family: var(--dachua-font-heading);
  font-size: 19px;
  font-weight: 800;
  letter-spacing: -0.005em;
  text-align: center;
}
.dachua-page.dachua-bt-page .dachua-bt-tradeoff__list {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
  flex: 1;
}
.dachua-page.dachua-bt-page .dachua-bt-tradeoff__list li {
  position: relative;
  padding: 6px 0 6px 22px;
  color: #9aa6b3;
  font-size: 14.5px;
  line-height: 1.55;
}
.dachua-page.dachua-bt-page .dachua-bt-tradeoff__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 11px;
  height: 11px;
  border: 1.5px solid var(--dachua-accent);
  border-radius: 50%;
  background: transparent;
}
.dachua-page.dachua-bt-page .dachua-bt-tradeoff__link {
  display: inline-block;
  margin-top: auto;
  color: #ff4761;
  font-family: var(--dachua-font-heading);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  transition: color 0.2s ease;
}
.dachua-page.dachua-bt-page .dachua-bt-tradeoff__link:hover {
  color: #ffffff;
}
.dachua-page.dachua-bt-page .dachua-bt-tradeoff__note {
  margin: auto 0 0;
  padding-top: 6px;
  color: #7e8a98;
  font-size: 13px;
  font-style: italic;
}

/* ══════════════════════════════════════════════════════════════
        §8  FAQ  (side-label + accordion)
        ══════════════════════════════════════════════════════════════ */
.dachua-page.dachua-bt-page .dachua-bt-faq__layout {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 56px;
  align-items: start;
}
.dachua-page.dachua-bt-page .dachua-bt-faq__head {
  position: sticky;
  top: 24px;
}
.dachua-page.dachua-bt-page .dachua-bt-faq__head .dachua-bt-eyebrow {
  margin-bottom: 14px;
}

.dachua-page.dachua-bt-page .dachua-bt-faq__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 32px;
}
.dachua-page.dachua-bt-page .dachua-bt-faq__item {
  border-bottom: 1px solid var(--bt-line);
  padding: 0;
}
.dachua-page.dachua-bt-page .dachua-bt-faq__item summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 36px 18px 0;
  position: relative;
  color: var(--bt-ink);
  font-family: var(--dachua-font-heading);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.003em;
  transition: color 0.2s ease;
}
.dachua-page.dachua-bt-page
  .dachua-bt-faq__item
  summary::-webkit-details-marker {
  display: none;
}
.dachua-page.dachua-bt-page .dachua-bt-faq__item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bt-muted);
  font-size: 22px;
  font-weight: 300;
  line-height: 1;
  transition:
    transform 0.2s ease,
    color 0.2s ease;
}
.dachua-page.dachua-bt-page .dachua-bt-faq__item[open] summary::after {
  content: "\2212";
  color: var(--dachua-accent);
}
.dachua-page.dachua-bt-page .dachua-bt-faq__item summary:hover {
  color: var(--dachua-accent);
}
.dachua-page.dachua-bt-page .dachua-bt-faq__andachuaer {
  padding: 0 0 22px;
  color: var(--bt-text);
  font-size: 15px;
  line-height: 1.7;
}
.dachua-page.dachua-bt-page .dachua-bt-faq__andachuaer p {
  margin: 0;
}
.dachua-page.dachua-bt-page .dachua-bt-faq__andachuaer a {
  color: var(--dachua-accent);
  text-decoration: none;
  border-bottom: 1px solid rgba(223, 0, 36, 0.3);
}
.dachua-page.dachua-bt-page .dachua-bt-faq__andachuaer a:hover {
  border-bottom-color: var(--dachua-accent);
}

/* ══════════════════════════════════════════════════════════════
        RESPONSIVE  (dachua-bt-*)
        ══════════════════════════════════════════════════════════════ */
@media (max-width: 1100px) {
  .dachua-page.dachua-bt-page .dachua-bt-products__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .dachua-page.dachua-bt-page .dachua-bt-machines__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .dachua-page.dachua-bt-page .dachua-bt-faq__list {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

@media (max-width: 980px) {
  .dachua-page.dachua-bt-page .dachua-bt-hero__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .dachua-page.dachua-bt-page .dachua-bt-hero__visual {
    min-height: auto;
  }
  .dachua-page.dachua-bt-page .dachua-bt-spec-readout {
    position: static;
    width: 100%;
    max-width: 340px;
    margin: 18px auto 0;
  }
  .dachua-page.dachua-bt-page .dachua-bt-head {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 48px;
  }
  .dachua-page.dachua-bt-page .dachua-bt-specs__head {
    grid-template-columns: 1fr;
    gap: 14px;
    align-items: start;
  }
  .dachua-page.dachua-bt-page .dachua-bt-tradeoffs__grid {
    grid-template-columns: 1fr;
  }
  .dachua-page.dachua-bt-page .dachua-bt-faq__layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .dachua-page.dachua-bt-page .dachua-bt-faq__head {
    position: static;
  }
}

@media (max-width: 640px) {
  .dachua-page.dachua-bt-page .dachua-bt-products__grid {
    grid-template-columns: 1fr;
  }
  .dachua-page.dachua-bt-page .dachua-bt-machines__grid {
    grid-template-columns: 1fr;
  }
  .dachua-page.dachua-bt-page .dachua-bt-hero__kpis {
    gap: 18px;
    flex-direction: column;
    align-items: flex-start;
  }
  .dachua-page.dachua-bt-page .dachua-bt-specs__table {
    font-size: 13px;
  }
  .dachua-page.dachua-bt-page .dachua-bt-specs__table thead th,
  .dachua-page.dachua-bt-page .dachua-bt-specs__table tbody th,
  .dachua-page.dachua-bt-page .dachua-bt-specs__table tbody td {
    padding: 10px 12px;
  }
}

/* ── §8.5 Components grid — 4-col modifier for 7-card layouts (4+3) ── */

@media (min-width: 769px) {
  .dachua-components-grid--4col {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* ── Component-card dark plate — white line-art images need a dark ground ── */

.dachua-component-card__img--dark {
  background: var(--dachua-dark);
}

/* ── §8 production-line right-column aside (sticky on desktop) ── */

.dachua-page .dachua-line-aside {
  position: sticky;
  top: 96px;
  align-self: start;
  margin: 0;
}

@media (max-width: 980px) {
  .dachua-page .dachua-line-aside {
    position: static;
  }
}

/* ── §8 Production line vertical step list (used on machine pages) ── */

.dachua-page .dachua-line-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: none;
  display: grid;
  gap: 14px;
}

.dachua-page .dachua-line-steps > li {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 22px;
  align-items: start;
  padding: 22px 24px;
  background: #fff;
  border: 1px solid var(--dachua-border);
  border-left: 3px solid var(--dachua-accent);
  border-radius: var(--dachua-radius-sm);
}

.dachua-page .dachua-line-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background: var(--dachua-dark);
  color: #fff;
  font-family: var(--dachua-font-heading);
  font-weight: 800;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
}

.dachua-page .dachua-line-body {
  min-width: 0;
}

.dachua-page .dachua-line-title {
  margin: 6px 0 6px;
  font-family: var(--dachua-font-heading);
  font-size: 1.08rem;
  font-weight: 700;
  color: var(--dachua-dark);
}

.dachua-page .dachua-line-body p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.72;
  color: var(--dachua-text);
}

.dachua-page .dachua-line-body p a {
  color: var(--dachua-accent);
  text-decoration: underline;
}
.dachua-page .dachua-line-body p a:hover {
  color: var(--dachua-accent-hover);
}

@media (max-width: 640px) {
  .dachua-page .dachua-line-steps > li {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 18px 20px;
  }
  .dachua-page .dachua-line-num {
    width: 40px;
    height: 40px;
    font-size: 0.88rem;
  }
}

/* ══════════════════════════════════════════
        404 + Search Results — black/white/red industrial
        Inspired by rockwellautomation.com/404
        ══════════════════════════════════════════ */

.dachua-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ---------- Hero (black background + red accent bar + white text) ---------- */
.dachua-404-hero,
.dachua-search-hero {
  background: #0a0a0a;
  color: #fff;
  padding: clamp(80px, 11vw, 140px) 0;
  position: relative;
  overflow: hidden;
}
.dachua-404-hero::before,
.dachua-search-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 28%, rgba(223, 0, 36, 0.1), transparent 50%),
    radial-gradient(circle at 88% 72%, rgba(223, 0, 36, 0.05), transparent 45%);
  pointer-events: none;
}

.dachua-404-hero__inner,
.dachua-search-hero__inner {
  position: relative;
  max-width: 860px;
}
.dachua-404-bar,
.dachua-search-bar {
  display: block;
  width: 56px;
  height: 4px;
  background: var(--dachua-accent);
  margin: 0 0 30px;
}
.dachua-404-eyebrow,
.dachua-search-eyebrow {
  font-family: var(--dachua-font-heading);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--dachua-accent);
  margin: 0 0 18px;
}
.dachua-404-title,
.dachua-search-title {
  font-family: var(--dachua-font-heading);
  font-size: clamp(34px, 5.5vw, 64px);
  line-height: 1.08;
  font-weight: 800;
  color: #fff;
  margin: 0 0 22px;
  letter-spacing: -0.025em;
  max-width: 780px;
}
.dachua-search-term {
  color: var(--dachua-accent);
}
.dachua-404-lead,
.dachua-search-lead {
  font-size: clamp(16px, 1.6vw, 19px);
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.72);
  max-width: 620px;
  margin: 0;
}

/* Search hero — re-search bar */
.dachua-search-form--hero {
  display: flex;
  flex-wrap: wrap;
  max-width: 560px;
  margin: 36px 0 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.04);
  transition: border-color 0.2s ease;
}
.dachua-search-form--hero:focus-within {
  border-color: var(--dachua-accent);
}
.dachua-search-input {
  flex: 1;
  min-width: 240px;
  padding: 15px 18px;
  font-family: var(--dachua-font-body);
  font-size: 15px;
  color: #fff;
  background: transparent;
  border: 0;
  outline: none;
}
.dachua-search-input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.dachua-search-btn {
  padding: 15px 28px;
  font-family: var(--dachua-font-heading);
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  background: var(--dachua-accent);
  border: 0;
  cursor: pointer;
  transition: background 0.2s ease;
}
.dachua-search-btn:hover {
  background: var(--dachua-accent-hover);
}

/* ---------- Categories grid (white, gridlines, red top-border on hover) ---------- */
.dachua-404-categories,
.dachua-search-browse {
  background: #fff;
  padding: clamp(64px, 9vw, 108px) 0;
}

.dachua-404-section-head,
.dachua-search-section-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 44px;
}
.dachua-404-section-tick,
.dachua-search-section-tick {
  display: block;
  width: 36px;
  height: 2px;
  background: var(--dachua-accent);
  flex-shrink: 0;
}
.dachua-404-section-label,
.dachua-search-section-label {
  font-family: var(--dachua-font-heading);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--dachua-dark);
  margin: 0;
}

.dachua-404-grid,
.dachua-search-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid #e8ebef;
  border-left: 1px solid #e8ebef;
}

.dachua-404-cat-card,
.dachua-search-cat-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 36px 32px 30px;
  background: #fff;
  border-right: 1px solid #e8ebef;
  border-bottom: 1px solid #e8ebef;
  border-top: 3px solid transparent;
  text-decoration: none;
  color: inherit;
  transition:
    border-top-color 0.2s ease,
    background 0.2s ease;
  position: relative;
  min-height: 240px;
}
.dachua-404-cat-card:hover,
.dachua-search-cat-card:hover {
  border-top-color: var(--dachua-accent);
  background: #fafafa;
}
.dachua-404-cat-card:hover .dachua-404-cat-link,
.dachua-search-cat-card:hover .dachua-search-cat-link {
  color: var(--dachua-accent);
}
.dachua-404-cat-card:hover .dachua-404-cat-num,
.dachua-search-cat-card:hover .dachua-search-cat-num {
  color: var(--dachua-accent);
}

.dachua-404-cat-num,
.dachua-search-cat-num {
  font-family: var(--dachua-font-heading);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #a8b0b8;
  margin: 0 0 18px;
  transition: color 0.2s ease;
}

.dachua-404-cat-title,
.dachua-search-cat-title {
  font-family: var(--dachua-font-heading);
  font-size: 22px;
  line-height: 1.25;
  font-weight: 800;
  color: var(--dachua-dark);
  margin: 0 0 12px;
  letter-spacing: -0.01em;
}
.dachua-404-cat-desc,
.dachua-search-cat-desc {
  flex: 1;
  font-size: 15px;
  line-height: 1.65;
  color: var(--dachua-text);
  margin: 0 0 20px;
}
.dachua-404-cat-link,
.dachua-search-cat-link {
  font-family: var(--dachua-font-heading);
  font-size: 12.5px;
  font-weight: 700;
  color: var(--dachua-dark);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  transition: color 0.2s ease;
}

/* Hub card — inverted dark cell for visual differentiation */
.dachua-404-cat-card--hub,
.dachua-search-cat-card--hub {
  background: #0a0a0a;
  color: #fff;
}
.dachua-404-cat-card--hub:hover,
.dachua-search-cat-card--hub:hover {
  background: #000;
  border-top-color: var(--dachua-accent);
}
.dachua-404-cat-card--hub .dachua-404-cat-num,
.dachua-search-cat-card--hub .dachua-search-cat-num {
  color: rgba(255, 255, 255, 0.35);
}
.dachua-404-cat-card--hub .dachua-404-cat-title,
.dachua-search-cat-card--hub .dachua-search-cat-title {
  color: #fff;
}
.dachua-404-cat-card--hub .dachua-404-cat-desc,
.dachua-search-cat-card--hub .dachua-search-cat-desc {
  color: rgba(255, 255, 255, 0.72);
}
.dachua-404-cat-card--hub .dachua-404-cat-link,
.dachua-search-cat-card--hub .dachua-search-cat-link {
  color: #fff;
}
.dachua-404-cat-card--hub:hover .dachua-404-cat-link,
.dachua-search-cat-card--hub:hover .dachua-search-cat-link {
  color: var(--dachua-accent);
}
.dachua-404-cat-card--hub:hover .dachua-404-cat-num,
.dachua-search-cat-card--hub:hover .dachua-search-cat-num {
  color: rgba(255, 255, 255, 0.55);
}

/* ---------- Help band (black + red CTA + white ghost buttons) ---------- */
.dachua-404-help,
.dachua-search-help {
  background: #0a0a0a;
  color: #fff;
  padding: clamp(72px, 10vw, 120px) 0;
  position: relative;
}
.dachua-404-help__inner,
.dachua-search-help__inner {
  max-width: 760px;
}
.dachua-404-eyebrow--dark,
.dachua-search-eyebrow--dark {
  color: var(--dachua-accent);
}
.dachua-404-help-title,
.dachua-search-help-title {
  font-family: var(--dachua-font-heading);
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.12;
  font-weight: 800;
  color: #fff;
  margin: 0 0 18px;
  letter-spacing: -0.015em;
}
.dachua-404-help-lead,
.dachua-search-help-lead {
  font-size: 17px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.72);
  margin: 0 0 36px;
  max-width: 620px;
}

.dachua-404-cta,
.dachua-search-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.dachua-404-btn,
.dachua-search-btn--primary,
.dachua-search-btn--ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  font-family: var(--dachua-font-heading);
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid transparent;
  transition:
    background 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease;
  line-height: 1.2;
}
.dachua-404-btn--primary,
.dachua-search-btn--primary {
  background: var(--dachua-accent);
  color: #fff;
  border-color: var(--dachua-accent);
}
.dachua-404-btn--primary:hover,
.dachua-search-btn--primary:hover {
  background: var(--dachua-accent-hover);
  border-color: var(--dachua-accent-hover);
}
.dachua-404-btn--ghost,
.dachua-search-btn--ghost {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.28);
}
.dachua-404-btn--ghost:hover,
.dachua-search-btn--ghost:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.05);
}

/* ---------- Elementor Posts widget — match cell-style grid ---------- */
body.search .elementor-posts-container,
.elementor-location-archive .elementor-posts-container,
.elementor-location-search-results .elementor-posts-container {
  gap: 0;
}

body.search .elementor-posts .elementor-post,
.elementor-location-archive .elementor-posts .elementor-post,
.elementor-location-search-results .elementor-posts .elementor-post {
  background: #fff;
  border: 1px solid #e8ebef;
  border-top: 3px solid transparent;
  overflow: hidden;
  transition:
    border-top-color 0.2s ease,
    background 0.2s ease;
}
body.search .elementor-posts .elementor-post:hover,
.elementor-location-archive .elementor-posts .elementor-post:hover,
.elementor-location-search-results .elementor-posts .elementor-post:hover {
  border-top-color: var(--dachua-accent);
  background: #fafafa;
}

body.search .elementor-posts .elementor-post__title,
.elementor-location-archive .elementor-posts .elementor-post__title,
.elementor-location-search-results .elementor-posts .elementor-post__title {
  font-family: var(--dachua-font-heading);
  font-size: 19px;
  line-height: 1.3;
  font-weight: 800;
  margin: 0 0 10px;
  letter-spacing: -0.01em;
}
body.search .elementor-posts .elementor-post__title a,
.elementor-location-archive .elementor-posts .elementor-post__title a,
.elementor-location-search-results .elementor-posts .elementor-post__title a {
  color: var(--dachua-dark);
  text-decoration: none;
  transition: color 0.2s ease;
}
body.search .elementor-posts .elementor-post__title a:hover,
.elementor-location-archive .elementor-posts .elementor-post__title a:hover,
.elementor-location-search-results
  .elementor-posts
  .elementor-post__title
  a:hover {
  color: var(--dachua-accent);
}

body.search .elementor-posts .elementor-post__excerpt,
.elementor-location-archive .elementor-posts .elementor-post__excerpt,
.elementor-location-search-results .elementor-posts .elementor-post__excerpt {
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--dachua-text);
  margin: 0 0 14px;
}

body.search .elementor-posts .elementor-post__read-more,
.elementor-location-archive .elementor-posts .elementor-post__read-more,
.elementor-location-search-results .elementor-posts .elementor-post__read-more {
  font-family: var(--dachua-font-heading);
  font-size: 12.5px;
  font-weight: 700;
  color: var(--dachua-dark);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
}
body.search .elementor-posts .elementor-post:hover .elementor-post__read-more,
.elementor-location-archive
  .elementor-posts
  .elementor-post:hover
  .elementor-post__read-more,
.elementor-location-search-results
  .elementor-posts
  .elementor-post:hover
  .elementor-post__read-more {
  color: var(--dachua-accent);
}

body.search .elementor-posts .elementor-post__thumbnail,
.elementor-location-archive .elementor-posts .elementor-post__thumbnail,
.elementor-location-search-results .elementor-posts .elementor-post__thumbnail {
  overflow: hidden;
  background: #f3f6f8;
}
body.search .elementor-posts .elementor-post__thumbnail img,
.elementor-location-archive .elementor-posts .elementor-post__thumbnail img,
.elementor-location-search-results
  .elementor-posts
  .elementor-post__thumbnail
  img {
  transition: transform 0.35s ease;
}
body.search
  .elementor-posts
  .elementor-post:hover
  .elementor-post__thumbnail
  img,
.elementor-location-archive
  .elementor-posts
  .elementor-post:hover
  .elementor-post__thumbnail
  img,
.elementor-location-search-results
  .elementor-posts
  .elementor-post:hover
  .elementor-post__thumbnail
  img {
  transform: scale(1.04);
}

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .dachua-404-grid,
  .dachua-search-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .dachua-404-grid,
  .dachua-search-grid {
    grid-template-columns: 1fr;
  }
  .dachua-404-cat-card,
  .dachua-search-cat-card {
    min-height: auto;
  }
  .dachua-404-cta,
  .dachua-search-cta {
    flex-direction: column;
    align-items: stretch;
  }
  .dachua-404-btn,
  .dachua-search-btn--primary,
  .dachua-search-btn--ghost {
    width: 100%;
  }
  .dachua-search-form--hero {
    flex-direction: column;
    border: 0;
    background: transparent;
  }
  .dachua-search-form--hero .dachua-search-input {
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.04);
    margin-bottom: 8px;
  }
  .dachua-search-form--hero .dachua-search-btn {
    width: 100%;
  }
}

/* ========== Sales signature (Hellena Ji) — used in §14 CTA / About / Factory ========== */
.dachua-sales-signature {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
  padding: 16px 20px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--dachua-radius-md);
}
.dachua-sales-signature img {
  flex: 0 0 80px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}
.dachua-sales-signature div {
  font-size: 0.92rem;
  line-height: 1.55;
  color: #ffffff;
}
.dachua-sales-signature strong {
  font-weight: 700;
  color: #ffffff;
}
.dachua-sales-signature a {
  color: #ffffff;
  text-decoration: underline;
}
.dachua-sales-signature a:hover {
  color: #ffffff;
  opacity: 0.85;
}
/* Light-section variant (when used outside dachua-cta-dark) */
.dachua-section:not(.dachua-section-dark):not(.dachua-cta-dark)
  .dachua-sales-signature {
  background: #fff;
  border: 1px solid var(--dachua-border);
}
.dachua-section:not(.dachua-section-dark):not(.dachua-cta-dark)
  .dachua-sales-signature
  div,
.dachua-section:not(.dachua-section-dark):not(.dachua-cta-dark)
  .dachua-sales-signature
  strong,
.dachua-section:not(.dachua-section-dark):not(.dachua-cta-dark)
  .dachua-sales-signature
  a {
  color: var(--dachua-text);
}
@media (max-width: 600px) {
  .dachua-sales-signature {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
}

/* ═══════════════════════════════════════════════════════════
        BG/SG content-page utilities (added 2026-06-01 for BG-1)
        Reusable for all future Buying Guides + Solution Guides.
        ═══════════════════════════════════════════════════════════ */

.dachua-card {
  background: #fff;
  border: 1px solid var(--dachua-border);
  border-radius: 6px;
  padding: clamp(20px, 2.4vw, 28px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.dachua-card h3 {
  margin: 0 0 12px;
  color: var(--dachua-text);
  font-size: 1.15rem;
}

.dachua-card ul {
  margin: 0;
  padding-left: 1.2em;
}

.dachua-card li {
  margin-bottom: 8px;
  line-height: 1.55;
}

.dachua-hero-lede {
  font-size: clamp(1rem, 1.6vw, 1.18rem);
  line-height: 1.65;
  color: var(--dachua-text);
  margin: 24px 0 16px;
  max-width: 900px;
}

.dachua-hero-author {
  font-size: 0.95rem;
  color: var(--dachua-text-soft);
  margin: 0 0 28px;
}

.dachua-pitfall-list {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
}

.dachua-pitfall-list > li {
  padding: 24px 0;
  border-bottom: 1px solid var(--dachua-border);
}

.dachua-pitfall-list > li:last-child {
  border-bottom: 0;
}

.dachua-pitfall-list h3 {
  color: var(--dachua-brand);
  margin: 0 0 8px;
  font-size: 1.1rem;
}

.dachua-pitfall-list p {
  margin: 6px 0;
}

.dachua-quote-block blockquote {
  border-left: 4px solid var(--dachua-brand);
  padding: 18px 24px;
  margin: 24px 0;
  background: #fafafa;
  font-style: italic;
}

.dachua-quote-block blockquote p {
  margin: 0 0 10px;
  line-height: 1.6;
}

.dachua-quote-block blockquote footer {
  font-style: normal;
  font-weight: 600;
  color: var(--dachua-text);
  font-size: 0.95rem;
}

/* Quote block with single author header at top (used in Hellena section) */
.dachua-quote-block-author {
  margin-top: 24px;
}

.dachua-quote-author {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 0 24px;
  border-bottom: 2px solid var(--dachua-brand);
  margin-bottom: 8px;
}

.dachua-quote-author img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.dachua-quote-author div {
  font-size: 0.95rem;
  line-height: 1.5;
  color: var(--dachua-text);
}

.dachua-quote-author strong {
  font-size: 1.05rem;
  font-weight: 700;
}

.dachua-quote-author a {
  color: var(--dachua-brand);
  text-decoration: none;
}

.dachua-quote-author a:hover {
  text-decoration: underline;
}

.dachua-quote-block-author blockquote {
  border-left: 4px solid var(--dachua-brand);
  padding: 16px 22px;
  margin: 14px 0;
  background: #fff;
  font-style: italic;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.03);
}

/* Review card (Alibaba real reviews) */
.dachua-review-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--dachua-border);
  border-radius: 8px;
  padding: 24px;
  position: relative;
  overflow: hidden;
}

.dachua-review-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--dachua-brand);
}

.dachua-review-stars {
  color: #f5b400;
  font-size: 1.1rem;
  letter-spacing: 2px;
  margin-bottom: 12px;
  line-height: 1;
}

.dachua-review-text {
  flex: 1;
  font-size: 0.96rem;
  line-height: 1.6;
  color: var(--dachua-text);
  margin: 0 0 16px;
  font-style: italic;
}

.dachua-review-meta {
  font-size: 0.85rem;
  color: var(--dachua-text-soft);
  margin: 0;
  padding-top: 12px;
  border-top: 1px solid var(--dachua-border);
}

.dachua-review-meta strong {
  color: var(--dachua-text);
  font-weight: 600;
  font-family: var(--dachua-font-heading);
  letter-spacing: 0.04em;
}

@media (max-width: 680px) {
  .dachua-quote-author {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
}

/* Buyer-uploaded photo strip (BG-1) */
.dachua-buyer-photos {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid var(--dachua-border);
}

.dachua-buyer-photos-caption {
  font-size: 0.9rem;
  color: var(--dachua-text-soft);
  margin: 0 0 14px;
  font-style: italic;
}

.dachua-buyer-photos-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  max-width: 560px;
}

.dachua-buyer-photo {
  display: block;
  border: 1px solid var(--dachua-border);
  border-radius: 4px;
  overflow: hidden;
  cursor: zoom-in;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.dachua-buyer-photo:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.dachua-buyer-photos-strip img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
}

@media (max-width: 480px) {
  .dachua-buyer-photos-strip {
    max-width: 100%;
  }
}

/* ============================================================
        Knowledge-base hero v2 (BG/SG content pages, NOT machine pages)
        Two-column hero: copy left + hero visual right.
        TOC moved OUT of hero → standalone .dachua-toc-bar after Trust Strip.
        Updated 2026-06-04 per BG-3 visual QA (Copilot review).
        ============================================================ */

.dachua-hero-kb {
  padding: 72px 0 56px;
  background: linear-gradient(180deg, #f7f8fa 0%, #fff 100%);
  border-bottom: 1px solid var(--dachua-border);
}

.dachua-hero-kb-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.95fr);
  gap: 56px;
  align-items: center;
}

.dachua-hero-kb-copy {
  min-width: 0;
}

.dachua-hero-kb-visual {
  margin: 0;
}
.dachua-hero-kb-visual img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  border: 1px solid var(--dachua-border);
  box-shadow: 0 22px 44px -34px rgba(16, 24, 32, 0.55);
}

/* Breadcrumb */
.dachua-breadcrumb {
  font-size: 0.875rem;
  color: var(--dachua-text-soft);
  margin-bottom: 12px;
}
.dachua-breadcrumb a {
  color: var(--dachua-text-soft);
  text-decoration: none;
}
.dachua-breadcrumb a:hover {
  color: var(--dachua-accent);
}
.dachua-breadcrumb-sep {
  margin: 0 6px;
  opacity: 0.5;
}

/* Article meta */
.dachua-article-meta {
  font-size: 0.875rem;
  color: var(--dachua-text-soft);
  margin-bottom: 14px;
  letter-spacing: 0.01em;
}
.dachua-meta-author strong {
  color: var(--dachua-text);
  font-weight: 700;
}
.dachua-meta-sep {
  margin: 0 10px;
  opacity: 0.6;
}

/* H1 + subtitle — full hero scale */
.dachua-hero-kb-title {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 800;
  font-size: clamp(2.25rem, 4.2vw, 4.25rem);
  line-height: 0.98;
  margin: 0 0 24px;
  max-width: 780px;
  color: var(--dachua-text);
}
.dachua-hero-kb-subtitle {
  display: block;
  margin-top: 12px;
  font-weight: 700;
  font-size: clamp(1.15rem, 1.7vw, 1.55rem);
  line-height: 1.25;
  color: var(--dachua-text-soft);
  letter-spacing: 0.01em;
}

/* TL;DR — refined: white bg + soft shadow + accent left bar */
.dachua-tldr {
  background: #fff;
  border: 1px solid var(--dachua-border);
  border-left: 4px solid var(--dachua-accent);
  border-radius: 8px;
  padding: 22px 26px;
  box-shadow: 0 16px 38px -30px rgba(16, 24, 32, 0.45);
  margin: 0;
}
.dachua-tldr-label {
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  font-weight: 800;
  color: var(--dachua-accent);
  margin-bottom: 10px;
}
.dachua-tldr p {
  margin: 0 0 14px;
  line-height: 1.7;
  font-size: 1rem;
  color: var(--dachua-text);
}
.dachua-tldr-cta {
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--dachua-accent);
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: 1px;
  cursor: pointer;
}
.dachua-tldr-cta:hover {
  opacity: 0.7;
}

/* TOC bar — thin horizontal anchor nav, lives between Trust Strip and §2 */
.dachua-toc-bar {
  padding: 18px 0;
  background: #fff;
  border-bottom: 1px solid var(--dachua-border);
}
.dachua-toc-bar-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 18px;
}
.dachua-toc-bar-label {
  text-transform: uppercase;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  font-weight: 800;
  color: var(--dachua-text-soft);
  margin-right: 6px;
}
.dachua-toc-bar-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.dachua-toc-bar-list li {
  font-size: 0.875rem;
}
.dachua-toc-bar-list a {
  color: var(--dachua-text);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
  transition: color 0.15s ease;
}
.dachua-toc-bar-list a:hover {
  color: var(--dachua-accent);
  border-bottom-color: currentColor;
}

/* Mobile breakpoints */
@media (max-width: 900px) {
  .dachua-hero-kb {
    padding: 48px 0 36px;
  }
  .dachua-hero-kb-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .dachua-hero-kb-title {
    font-size: clamp(1.9rem, 5.5vw, 2.6rem);
  }
  .dachua-hero-kb-visual {
    order: 2;
  }
}
@media (max-width: 600px) {
  .dachua-meta-sep {
    display: none;
  }
  .dachua-article-meta > * {
    display: block;
    margin-bottom: 4px;
  }
  .dachua-toc-bar-label {
    flex-basis: 100%;
    margin-bottom: 6px;
    margin-right: 0;
  }
}

/* Content-page inline illustrations (BG-3 onward) */
.dachua-content-figure {
  margin: 32px 0;
  text-align: center;
}
.dachua-content-figure img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  border: 1px solid var(--dachua-border);
  border-radius: 8px;
}
.dachua-content-figure figcaption {
  margin-top: 12px;
  font-size: 0.875rem;
  color: var(--dachua-text-soft);
  font-style: italic;
  line-height: 1.5;
}

/* dachua first-person callout (peer-engineer voice, used in BG-3 Step 3) */
.dachua-firstperson {
  margin: 32px 0;
  padding: 20px 24px;
  background: #fafafa;
  border-left: 3px solid var(--dachua-text-soft);
  border-radius: 0 6px 6px 0;
}
.dachua-firstperson-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: var(--dachua-text-soft);
  margin-bottom: 10px;
}
.dachua-firstperson p {
  margin: 0;
  line-height: 1.7;
  font-size: 0.95rem;
}

/* ════════════════════════════════════════════════════════════
        BG/SG ARTICLE READING SYSTEM v1 — 2026-06-04
        P1 figure-zoom · P2 decision-table · P3 guide-nav
        P4 mobile-hero · P5 prose · P6 trust-mobile
        Reuses existing .dachua-lightbox global overlay (DO NOT redefine).
        ════════════════════════════════════════════════════════════ */

/* ── P1: Figure-zoom trigger (uses existing .dachua-lightbox) ── */
.dachua-figure-zoom {
  position: relative;
  cursor: zoom-in;
}
.dachua-figure-zoom > img {
  cursor: zoom-in;
}
.dachua-figure-zoom-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 0;
  background: rgba(16, 24, 32, 0.74);
  color: #fff;
  cursor: zoom-in;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition:
    opacity 0.15s ease,
    transform 0.15s ease;
  pointer-events: none;
}
.dachua-figure-zoom-badge svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
.dachua-figure-zoom:hover .dachua-figure-zoom-badge,
.dachua-figure-zoom:focus-within .dachua-figure-zoom-badge {
  opacity: 1;
  transform: scale(1.04);
}
@media (hover: none) {
  .dachua-figure-zoom-badge {
    opacity: 0.85;
  }
}

/* ── P2: Decision table (BG/SG comparison/decision tables) ── */
.dachua-decision-table-wrap {
  margin: 32px 0;
  border: 1px solid var(--dachua-border);
  border-radius: var(--dachua-radius-md);
  background: #fff;
  overflow: hidden;
}
.dachua-decision-table-caption {
  padding: 14px 20px;
  background: var(--dachua-surface-alt);
  border-bottom: 1px solid var(--dachua-border);
  font-size: 0.85rem;
  color: var(--dachua-text-soft);
  font-weight: 600;
}
.dachua-decision-table {
  width: 100%;
  border-collapse: collapse;
}
.dachua-decision-table thead th {
  text-align: left;
  padding: 14px 18px;
  font-family: var(--dachua-font-heading);
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--dachua-text-soft);
  background: #fafbfc;
  border-bottom: 2px solid var(--dachua-border);
}
.dachua-decision-table tbody td {
  padding: 14px 18px;
  vertical-align: top;
  border-bottom: 1px solid var(--dachua-border);
  font-size: 0.94rem;
  line-height: 1.55;
  color: var(--dachua-text);
}
.dachua-decision-table tbody tr:last-child td {
  border-bottom: 0;
}
.dachua-decision-table tbody tr:hover td {
  background: rgba(223, 0, 36, 0.025);
}
.dachua-decision-table tbody td:first-child {
  font-weight: 600;
  color: var(--dachua-ink);
}

@media (max-width: 768px) {
  .dachua-decision-table-wrap {
    border: 0;
    background: transparent;
    margin: 24px 0;
    overflow: visible;
  }
  .dachua-decision-table-caption {
    background: transparent;
    border: 0;
    padding: 0 0 12px;
    color: var(--dachua-text-soft);
  }
  .dachua-decision-table,
  .dachua-decision-table thead,
  .dachua-decision-table tbody,
  .dachua-decision-table tr,
  .dachua-decision-table td {
    display: block;
    width: 100%;
  }
  .dachua-decision-table thead {
    display: none;
  }
  .dachua-decision-table tbody tr {
    border: 1px solid var(--dachua-border);
    border-radius: var(--dachua-radius-md);
    background: #fff;
    margin-bottom: 14px;
    overflow: hidden;
  }
  .dachua-decision-table tbody tr:hover td {
    background: transparent;
  }
  .dachua-decision-table tbody td {
    border-bottom: 1px solid var(--dachua-border);
    padding: 12px 16px;
  }
  .dachua-decision-table tbody td:last-child {
    border-bottom: 0;
  }
  .dachua-decision-table tbody td:first-child {
    background: var(--dachua-surface-alt);
    font-weight: 700;
  }
  .dachua-decision-table tbody td:first-child::before {
    color: var(--dachua-text);
  }
  .dachua-decision-table tbody td::before {
    content: attr(data-label);
    display: block;
    font-size: 0.66rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--dachua-text-soft);
    margin-bottom: 6px;
  }
}

/* ── P3: Guide nav (replaces dachua-toc-bar — horizontal scroll chips) ── */
.dachua-guide-nav {
  padding: 16px 0;
  background: #fff;
  border-bottom: 1px solid var(--dachua-border);
}
.dachua-guide-nav-inner {
  display: flex;
  align-items: center;
  gap: 18px;
}
.dachua-guide-nav-label {
  flex: 0 0 auto;
  font-family: var(--dachua-font-heading);
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--dachua-text-soft);
}
.dachua-guide-nav-scroll {
  flex: 1 1 auto;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: var(--dachua-border) transparent;
}
.dachua-guide-nav-scroll::-webkit-scrollbar {
  height: 4px;
}
.dachua-guide-nav-scroll::-webkit-scrollbar-thumb {
  background: var(--dachua-border);
  border-radius: 2px;
}
.dachua-guide-nav-list {
  display: inline-flex;
  flex-wrap: nowrap;
  gap: 6px;
  margin: 0;
  padding: 2px 4px;
  list-style: none;
  white-space: nowrap;
}
.dachua-guide-nav-link {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 6px 12px;
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--dachua-text);
  background: transparent;
  border: 1px solid transparent;
  border-radius: 999px;
  text-decoration: none;
  transition:
    color 0.15s ease,
    background 0.15s ease,
    border-color 0.15s ease;
}
.dachua-guide-nav-link:hover {
  background: #fff;
  border-color: var(--dachua-border);
  color: var(--dachua-accent);
}
@media (max-width: 768px) {
  .dachua-guide-nav-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .dachua-guide-nav-label {
    padding-left: 4px;
  }
  .dachua-guide-nav-list {
    padding: 2px 0;
  }
  .dachua-guide-nav-link {
    min-height: 44px;
    padding: 8px 14px;
    background: var(--dachua-surface-alt);
    border-color: var(--dachua-border);
  }
}

@media (max-width: 768px) {
  .dachua-hero-kb .dachua-breadcrumb {
    display: none;
  }
  .dachua-article-meta {
    font-size: 0.8rem;
    margin-bottom: 10px;
  }
  .dachua-article-meta .dachua-meta-date {
    display: none;
  }
  .dachua-article-meta .dachua-meta-sep + .dachua-meta-date + .dachua-meta-sep {
    display: none;
  }
  .dachua-tldr {
    padding: 16px 18px;
  }
  .dachua-tldr p {
    font-size: 0.92rem;
    line-height: 1.6;
    margin-bottom: 10px;
  }
  .dachua-tldr-label {
    margin-bottom: 8px;
  }
  .dachua-hero-kb-title {
    line-height: 1.06;
  }
}

.dachua-prose > p,
.dachua-prose > ul,
.dachua-prose > ol,
.dachua-prose > h3 {
  max-width: 860px;
}
.dachua-prose > .dachua-decision-table-wrap,
.dachua-prose > .dachua-content-figure,
.dachua-prose > .dachua-firstperson {
  max-width: none;
}

.dachua-page.dachua-post-page {
  overflow-x: clip;
  overflow-y: visible;
}
.dachua-shell--wide {
  max-width: 1560px;
}
.dachua-post-crumb {
  padding-top: 18px;
}

.dachua-post-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 48px;
  align-items: start;
  padding-top: 22px;
  padding-bottom: 64px;
}
@media (max-width: 999px) {
  .dachua-post-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 44px;
  }
}
.dachua-post-page [id] {
  scroll-margin-top: 84px;
}
body:has(.dachua-page.dachua-post-page) .dachua-hd--compact .dachua-hd-bar {
  border-bottom: 1px solid var(--dachua-dark);
}

.dachua-post-outline {
  display: none;
  font-size: 0.875rem;
}
.dachua-post-outline ol {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
  border-left: 1px solid var(--dachua-border);
}
.dachua-post-outline li {
  margin: 0;
}
.dachua-post-outline li a {
  display: block;
  padding: 5px 0 5px 14px;
  margin-left: -1px;
  color: var(--dachua-text-soft);
  line-height: 1.45;
  text-decoration: none;
  border-left: 2px solid transparent;
}
.dachua-post-outline li a:hover {
  color: var(--dachua-accent);
}
.dachua-post-outline li a.is-active {
  color: var(--dachua-text);
  font-weight: 600;
  border-left-color: var(--dachua-accent);
}
@media (min-width: 1440px) {
  .dachua-post-layout {
    grid-template-columns: 232px minmax(0, 1fr) 320px;
  }
  .dachua-post-outline {
    display: block;
    position: sticky;
    top: 84px;
  }
  .dachua-post-toc {
    display: none;
  }
}

.dachua-post-main {
  min-width: 0;
}
.dachua-post-page .dachua-hero-kb {
  padding: 0;
  margin: 0 0 26px;
  background: none;
  border-bottom: 0;
}
.dachua-post-page .dachua-hero-kb-title {
  font-size: clamp(1.85rem, 3vw, 2.5rem);
  line-height: 1.15;
  margin: 4px 0 18px;
  max-width: none;
}
.dachua-post-hero {
  margin: 0 0 30px;
  border: 1px solid var(--dachua-border);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}
.dachua-post-hero img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
  display: block;
}

.dachua-post-body {
  font-size: 20px;
}
.dachua-post-body > h2 {
  font-size: clamp(1.5rem, 2.2vw, 1.875rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: var(--dachua-dark);
  margin: 52px 0 16px;
}
.dachua-post-body > h3 {
  font-size: clamp(1.15rem, 1.6vw, 1.3125rem);
  font-weight: 700;
  line-height: 1.3;
  color: var(--dachua-dark);
  margin: 34px 0 10px;
}
.dachua-post-body > ul,
.dachua-post-body > ol {
  margin: 14px 0 14px 22px;
}
.dachua-post-body > ul li,
.dachua-post-body > ol li {
  margin: 7px 0;
}
.dachua-post-body > p a,
.dachua-post-body > ul a,
.dachua-post-body > ol a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.dachua-post-defbox {
  border: 1px solid var(--dachua-border);
  border-left: 4px solid var(--dachua-dark);
  background: var(--dachua-surface-alt);
  border-radius: 0 8px 8px 0;
  padding: 20px 26px;
  margin: 24px 0;
}
.dachua-post-defbox p {
  margin: 0;
}
.dachua-post-takeaways {
  border: 1px solid var(--dachua-border);
  border-radius: 8px;
  background: #fff;
  padding: 22px 28px 16px;
  margin: 24px 0;
}
.dachua-post-takeaways .dachua-eyebrow {
  margin-bottom: 6px;
}
.dachua-post-takeaways ul {
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
}
.dachua-post-takeaways li {
  position: relative;
  padding: 7px 0 7px 20px;
  margin: 0;
}
.dachua-post-takeaways li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.05em;
  width: 9px;
  height: 2px;
  background: var(--dachua-dark);
}

.dachua-post-toc {
  border: 1px solid var(--dachua-border);
  border-radius: 8px;
  background: #fff;
  padding: 22px 28px;
  margin: 28px 0;
}
.dachua-post-toc .dachua-eyebrow {
  margin-bottom: 4px;
}
.dachua-post-toc ol {
  columns: 2;
  column-gap: 40px;
  margin: 8px 0 0;
  padding-left: 18px;
}
.dachua-post-toc li {
  margin: 5px 0;
  break-inside: avoid;
  font-size: 0.9375rem;
}
.dachua-post-toc a {
  text-decoration: none;
  color: var(--dachua-text-soft);
}
.dachua-post-toc a:hover {
  color: var(--dachua-accent);
}
@media (max-width: 640px) {
  .dachua-post-toc ol {
    columns: 1;
  }
}

.dachua-side {
  display: flex;
  flex-direction: column;
  gap: 22px;
  align-self: stretch;
  min-width: 0;
}
.dachua-side-card {
  border: 1px solid var(--dachua-border);
  border-radius: 8px;
  background: #fff;
  padding: 22px 24px;
}
.dachua-side-card .dachua-eyebrow {
  margin-bottom: 8px;
  font-size: 0.72rem;
}
.dachua-side-card .dachua-eyebrow::before {
  width: 22px;
}
.dachua-side-card h3 {
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1.25;
  color: var(--dachua-dark);
  margin: 0 0 8px;
}
.dachua-side-card p {
  font-size: 0.875rem;
  line-height: 1.6;
  margin: 0 0 6px;
}
.dachua-side-card img {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid var(--dachua-border);
  border-radius: 6px;
  margin-bottom: 14px;
}
.dachua-side-card ul {
  list-style: none;
  margin: 6px 0 0;
  padding: 0;
}
.dachua-side-card ul li {
  padding: 7px 0;
  border-bottom: 1px dashed var(--dachua-border);
  font-size: 0.875rem;
  margin: 0;
}
.dachua-side-card ul li:last-child {
  border-bottom: 0;
}
.dachua-side-card ul a {
  text-decoration: none;
}
.dachua-side-card ul a:hover {
  color: var(--dachua-accent);
}
.dachua-side-card ol {
  list-style: none;
  counter-reset: dachua-rfq;
  margin: 8px 0 0;
  padding: 0;
}
.dachua-side-card ol li {
  position: relative;
  counter-increment: dachua-rfq;
  padding: 6px 0 6px 28px;
  font-size: 0.875rem;
  line-height: 1.5;
  margin: 0;
}
.dachua-side-card ol li::before {
  content: counter(dachua-rfq);
  position: absolute;
  left: 0;
  top: 9px;
  width: 18px;
  height: 18px;
  background: var(--dachua-dark);
  color: #fff;
  font-size: 0.6875rem;
  font-weight: 700;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dachua-side-card .dachua-btn-primary,
.dachua-side-card .dachua-btn-secondary {
  width: 100%;
  margin-top: 14px;
  justify-content: center;
  text-align: center;
}
.dachua-side-fill {
  flex: 1 1 auto;
  min-height: 0;
}
.dachua-side-card--cta {
  position: sticky;
  top: 84px;
  background: var(--dachua-dark);
  border-color: var(--dachua-dark);
  color: rgba(255, 255, 255, 0.85);
}
.dachua-side-card--cta h3 {
  color: #fff;
}
.dachua-side-card--cta p {
  color: rgba(255, 255, 255, 0.8);
}
.dachua-side-card--cta .dachua-eyebrow {
  color: rgba(255, 255, 255, 0.65);
}

.dachua-post-page .dachua-cta-dark {
  padding: 32px 34px;
  margin: 48px 0 8px;
  border-radius: 10px;
}
.dachua-post-page .dachua-cta-dark .dachua-section-title {
  font-size: clamp(1.45rem, 2vw, 1.8rem);
  line-height: 1.15;
  text-align: left;
  margin: 6px 0 14px;
}
.dachua-post-page .dachua-cta-dark .dachua-lead {
  font-size: 0.9688rem;
  max-width: none;
}
.dachua-post-page .dachua-cta-buttons {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .dachua-post-body {
    font-size: 17.5px;
  }
  .dachua-post-page .dachua-cta-dark {
    padding: 24px 20px;
  }
  .dachua-post-hero {
    margin-bottom: 22px;
  }
  .dachua-post-body > h2 {
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
  .dachua-trust-strip {
    grid-template-columns: 1fr 1fr;
  }
  .dachua-trust-item {
    padding: 18px 18px;
    border-right: 1px solid rgba(255, 255, 255, 0.07);
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  }
  .dachua-trust-item:nth-child(2n) {
    border-right: none;
  }
  .dachua-trust-item:nth-last-child(-n + 2) {
    border-bottom: none;
  }
  .dachua-trust-label {
    font-size: 0.58rem;
    margin-bottom: 6px;
  }
  .dachua-trust-value {
    font-size: 0.92rem;
  }
}
