/* 天和硅业 — B端工业风主题 */

:root {
  --ind-brand: #0c0cde;
  --ind-brand-d: #090ab5;
  --ind-red: #d4141a;
  --ind-dark: #0a0c18;
  --ind-dark2: #121528;
  --ind-text: #1a1d2e;
  --ind-gray: #5e6278;
  --ind-muted: #9094a8;
  --ind-line: #dfe2ef;
  --ind-bg: #f2f4f9;
  --ind-white: #fff;
  --ind-navy: #0a0a6e;
  --ind-header: 76px;
  --ind-topbar: 0px;
  --ind-nav-h: var(--ind-header);
  --ind-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --ind-font: 'Outfit', system-ui, sans-serif;
  --ind-body: 'DM Sans', system-ui, sans-serif;
  --ind-radius: 10px;
  --ind-radius-sm: 8px;
  --ind-radius-lg: 16px;
  --ind-radius-pill: 100px;
  --ind-content: 90%;
  --ind-gutter: 20px;
}

html.lenis, html.lenis body { height: auto; }
html { scroll-padding-top: calc(var(--ind-header) + 20px); }
.lenis.lenis-smooth { scroll-behavior: auto !important; }

body {
  font-family: var(--ind-body);
  color: var(--ind-text);
  background: var(--ind-white);
  line-height: 1.65;
}
body.nav-lock { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.pub_case {
  width: var(--ind-content);
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--ind-gutter);
  box-sizing: border-box;
}
.ind-header-inner.pub_case { padding-left: var(--ind-gutter); padding-right: var(--ind-gutter); }

/* 全局圆角 — 边框 / 按钮 / 卡片 */
.ind-header-bar,
.ind-sub, .ind-sub-panel,
.ind-hd-quote, .ind-hd-wx, .ind-menu-btn,
.ind-wx-box, .ind-wx-qr,
[class*="ind-btn"],
.ind-strength-card, .ind-prod-card,
.ind-news-item, .ind-news-row, .ind-news-row .thumb,
.ind-tabs a, .ind-contact-card, .ind-form-box,
.ind-form-box input, .ind-form-box textarea, .ind-form-box button,
.ind-tech-card, .ind-adv-card, .ind-dl-item,
.ind-dl-item .ico, .ind-float-phone, .ind-float-quote,
.ind-split-img img, .ind-factory img, .ind-split-badge,
.ind-prod-detail .main-img img,
.ind-map, .ind-certs img, .ind-news-article .cover,
.ind-swiper-nav button, .ind-nav-mobile-tools .ind-hd-quote,
.th-pagination a {
  border-radius: var(--ind-radius);
}
.ind-prod-thumbs img, .ind-prod-thumb {
  width: 72px; height: 72px; object-fit: cover;
  border: 2px solid var(--ind-line); cursor: pointer;
  border-radius: var(--ind-radius-sm);
}
.ind-prod-card, .ind-strength-card, .ind-news-item, .ind-tech-card,
.ind-adv-card, .ind-dl-item, .ind-contact-card, .ind-form-box, .ind-wx-box {
  overflow: hidden;
}
.ind-header-bar { border-radius: var(--ind-radius-lg); }
.ind-hd-quote, .ind-btn-fill, .ind-btn-outline,
.ind-btn-hero-fill, .ind-btn-hero-line,
.ind-btn-cta-white, .ind-btn-cta-line,
.ind-form-box button, .box-form button[type="submit"],
.ind-float-quote,
.ind-sec-tag, .ind-more-btn {
  border-radius: var(--ind-radius-pill);
}
.ind-tabs a, .ind-swiper-nav button, .ind-hd-wx, .ind-menu-btn,
.ind-float-phone, .ind-dl-item .ico {
  border-radius: var(--ind-radius-sm);
}
.box-form .box, .box-form input {
  border-radius: var(--ind-radius) !important;
}
.box-form .box { border-radius: var(--ind-radius-lg) !important; }

/* scroll bar */
.ind-scroll-bar {
  position: fixed; top: 0; left: 0; height: 2px; width: 0; z-index: 9999;
  background: var(--ind-brand); pointer-events: none;
}

/* ===== HEADER — 悬浮毛玻璃 / 滚动贴顶白底 ===== */
.ind-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 501;
  padding: 0;
  background: var(--ind-white);
  box-shadow: 0 2px 20px rgba(10,12,24,0.08);
  transition: padding .4s var(--ind-ease), background .4s, box-shadow .4s, backdrop-filter .4s;
}
.ind-header-bar {
  background: var(--ind-white);
  border-bottom: 1px solid rgba(10,12,24,0.06);
  transition: margin .4s var(--ind-ease), box-shadow .4s, background .4s, border-color .4s, border-radius .4s, backdrop-filter .4s;
}
.ind-header-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: var(--ind-header); gap: 24px;
}

/* 首页：初始悬浮 Banner — 毛玻璃半透明 */
body:has(.ind-home) .ind-header {
  padding: 16px 0;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: none;
}
body:has(.ind-home) .ind-header .ind-header-bar {
  width: var(--ind-content);
  margin: 0 auto;
  backdrop-filter: blur(20px) saturate(140%);
  -webkit-backdrop-filter: blur(20px) saturate(140%);
  box-shadow: 0 8px 32px rgba(0,0,0,0.2);
  border: 1px solid rgba(255,255,255,0.18);
}
body:has(.ind-home) .ind-header:not(.is-scroll) .ind-header-bar {
  background: rgba(10, 12, 24, 0.38);
}

/* 首页毛玻璃态：浅色文字，适配深色 Banner */
body:has(.ind-home) .ind-header:not(.is-scroll) .ind-nav-list > li > a { color: rgba(255,255,255,0.92); }
body:has(.ind-home) .ind-header:not(.is-scroll) .ind-nav-list > li > a.on,
body:has(.ind-home) .ind-header:not(.is-scroll) .ind-nav-list > li > a:hover { color: #fff; }
body:has(.ind-home) .ind-header:not(.is-scroll) .ind-hd-phone { color: rgba(255,255,255,0.82); }
body:has(.ind-home) .ind-header:not(.is-scroll) .ind-hd-phone svg { color: rgba(255,255,255,0.95); }
body:has(.ind-home) .ind-header:not(.is-scroll) .ind-hd-lang button { color: rgba(255,255,255,0.55); }
body:has(.ind-home) .ind-header:not(.is-scroll) .ind-hd-lang button.on,
body:has(.ind-home) .ind-header:not(.is-scroll) .ind-hd-lang button:hover { color: #fff; }
body:has(.ind-home) .ind-header:not(.is-scroll) .ind-hd-lang i { background: rgba(255,255,255,0.28); }
body:has(.ind-home) .ind-header:not(.is-scroll) .ind-menu-btn { border-color: rgba(255,255,255,0.35); }
body:has(.ind-home) .ind-header:not(.is-scroll) .ind-menu-btn span { background: #fff; }

/* 首页：滚动贴顶 — 纯白实底 */
body:has(.ind-home) .ind-header.is-scroll {
  padding: 0;
  background: var(--ind-white);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: 0 2px 20px rgba(10,12,24,0.08);
}
body:has(.ind-home) .ind-header.is-scroll .ind-header-bar {
  width: 100%;
  margin: 0;
  background: var(--ind-white);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: none;
  border-color: transparent;
  border-bottom-color: rgba(10,12,24,0.06);
}
.ind-logo {
  flex-shrink: 0; display: flex; align-items: center;
  padding-right: 8px;
}
.ind-logo img { height: 42px; width: auto; }

/* nav links */
.ind-nav { flex: 1; display: flex; justify-content: center; min-width: 0; }
.ind-nav-list {
  display: flex; align-items: center; gap: 6px;
  list-style: none; margin: 0; padding: 0;
}
.ind-nav-list > li { position: relative; }
.ind-nav-list > li > a {
  display: inline-flex; align-items: center; gap: 0;
  padding: 10px 18px; font-size: 15px; font-weight: 500;
  color: var(--ind-text); transition: color .25s;
  white-space: nowrap;
}
.ind-nav-mark {
  display: none; width: 7px; height: 2px;
  background: var(--ind-brand); transform: rotate(-45deg);
  margin-right: 8px; flex-shrink: 0;
}
.ind-nav-list > li > a.on .ind-nav-mark { display: block; }
.ind-nav-list > li > a.on,
.ind-nav-list > li > a:hover { color: var(--ind-brand); }

/* dropdown */
.ind-sub {
  position: absolute; top: calc(100% + 8px); left: 50%; transform: translateX(-50%) translateY(6px);
  min-width: 160px; padding: 6px;
  background: var(--ind-white); border: 1px solid var(--ind-line);
  box-shadow: 0 12px 32px rgba(10,12,24,0.1);
  opacity: 0; visibility: hidden;
  transition: all .25s var(--ind-ease); z-index: 60;
}
.ind-nav li.has-sub:hover .ind-sub {
  opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0);
}
.ind-sub a {
  display: block; padding: 10px 16px; font-size: 14px; color: var(--ind-gray);
  transition: all .2s; border-left: 2px solid transparent;
}
.ind-sub a:hover {
  color: var(--ind-brand); background: var(--ind-bg); border-left-color: var(--ind-brand);
}

/* header right tools */
.ind-header-right {
  display: flex; align-items: center; gap: 16px; flex-shrink: 0;
}
.ind-hd-phone {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 18px; font-weight: 500; color: var(--ind-gray);
  transition: color .2s; white-space: nowrap;
}
.ind-hd-phone svg { color: var(--ind-brand); flex-shrink: 0; }
.ind-hd-phone:hover { color: var(--ind-brand); }

.ind-hd-wx {
  display: flex; align-items: center; justify-content: center;
  width: 36px; height: 36px; border: none; background: none;
  color: #07c160; cursor: pointer; transition: transform .2s, opacity .2s;
  padding: 0;
}
.ind-hd-wx:hover { transform: scale(1.08); opacity: 0.85; }

.ind-hd-lang {
  display: flex; align-items: center; gap: 0;
  font-size: 12px; font-weight: 600; letter-spacing: 0.04em;
}
.ind-hd-lang button {
  border: none; background: none; padding: 4px 6px;
  color: var(--ind-muted); cursor: pointer; font-size: 12px; font-weight: 600;
  transition: color .2s;
}
.ind-hd-lang button.on { color: var(--ind-brand); }
.ind-hd-lang button:hover { color: var(--ind-brand); }
.ind-hd-lang i {
  width: 1px; height: 12px; background: var(--ind-line);
  display: block;
}

.ind-hd-quote {
  display: inline-flex; align-items: center; justify-content: center;
  height: 42px; padding: 0 26px;
  background: var(--ind-navy); color: #fff;
  font-size: 14px; font-weight: 600;
  transition: background .25s, transform .25s;
  white-space: nowrap;
}
.ind-hd-quote:hover {
  background: var(--ind-brand); transform: translateY(-1px);
}

/* mobile menu btn */
.ind-menu-btn {
  display: none; flex-direction: column; align-items: center; justify-content: center;
  gap: 5px; width: 40px; height: 40px;
  border: 1px solid var(--ind-line); background: none; cursor: pointer; padding: 0;
}
.ind-menu-btn span {
  display: block; width: 18px; height: 2px; background: var(--ind-text);
  transition: all .3s;
}
.ind-menu-btn.is-open span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.ind-menu-btn.is-open span:nth-child(2) { opacity: 0; }
.ind-menu-btn.is-open span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

.ind-nav-mobile-tools, .ind-nav-overlay { display: none; }

/* wechat popup */
.ind-wx-pop {
  position: fixed; inset: 0; z-index: 600;
  background: rgba(10,12,24,0.5); backdrop-filter: blur(4px);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; visibility: hidden; transition: all .3s;
}
.ind-wx-pop.on { opacity: 1; visibility: visible; }
.ind-wx-box {
  background: var(--ind-white); padding: 36px 32px;
  text-align: center; position: relative; max-width: 320px; width: 90%;
  border: 1px solid var(--ind-line);
  box-shadow: 0 20px 48px rgba(0,0,0,0.15);
}
.ind-wx-close {
  position: absolute; top: 12px; right: 14px;
  border: none; background: none; font-size: 18px;
  color: var(--ind-muted); cursor: pointer;
}
.ind-wx-ico { color: #07c160; margin-bottom: 12px; }
.ind-wx-box h3 { font-family: var(--ind-font); font-size: 18px; margin: 0 0 8px; }
.ind-wx-box p { font-size: 13px; color: var(--ind-gray); margin: 0 0 20px; }
.ind-wx-qr {
  width: 160px; height: 160px; margin: 0 auto 16px;
  background: var(--ind-bg); border: 1px dashed var(--ind-line);
  display: flex; align-items: center; justify-content: center;
  font-size: 12px; color: var(--ind-muted); line-height: 1.6;
}
.ind-wx-tel {
  display: inline-block; font-size: 15px; font-weight: 600; color: var(--ind-brand);
}

/* legacy buttons */
.ind-btn-outline {
  padding: 9px 18px; font-size: 13px; font-weight: 600;
  border: 1.5px solid var(--ind-line); color: var(--ind-text);
  transition: all .25s;
}
.ind-btn-outline:hover { border-color: var(--ind-brand); color: var(--ind-brand); }
.ind-btn-fill {
  padding: 9px 20px; font-size: 13px; font-weight: 600;
  background: var(--ind-brand); color: #fff;
  transition: background .25s;
}
.ind-btn-fill:hover { background: var(--ind-brand-d); }

/* tags & typography — 板块标题体系 */
.ind-tag {
  display: inline-block; font-family: var(--ind-font); font-size: 11px; font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--ind-brand); margin-bottom: 14px;
}
.ind-tag.light { color: rgba(255,255,255,0.6); }
.ind-h2 {
  font-family: var(--ind-font); font-size: clamp(28px, 3.5vw, 44px); font-weight: 700;
  line-height: 1.2; letter-spacing: -0.02em; margin: 0 0 20px;
}
.ind-h2.light { color: #fff; }
.ind-lead { font-size: 16px; line-height: 1.8; color: var(--ind-gray); max-width: 640px; }
.ind-more {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 14px; font-weight: 600; color: var(--ind-brand);
}
.ind-more::after { content: '→'; transition: transform .25s; }
.ind-more:hover::after { transform: translateX(4px); }
.ind-num { font-family: var(--ind-font); font-size: 12px; font-weight: 700; color: var(--ind-brand); letter-spacing: 0.12em; margin-bottom: 12px; display: block; }

/* 新版板块标题 */
.ind-sec-title {
  position: relative;
  max-width: 560px;
  padding-bottom: 4px;
}
.ind-sec-title.is-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.ind-sec-num {
  position: absolute;
  top: -28px;
  left: -4px;
  font-family: var(--ind-font);
  font-size: clamp(88px, 11vw, 128px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.05em;
  color: rgba(12,12,222,0.07);
  pointer-events: none;
  user-select: none;
  z-index: 0;
}
.ind-sec-title.is-center .ind-sec-num {
  left: 50%;
  transform: translateX(-50%);
}
.ind-sec-title.is-light .ind-sec-num { color: rgba(255,255,255,0.06); }
.ind-sec-tag {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 16px 7px 12px;
  margin-bottom: 18px;
  font-family: var(--ind-font);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ind-brand);
  background: rgba(12,12,222,0.06);
  border: 1px solid rgba(12,12,222,0.14);
  border-radius: var(--ind-radius-pill);
}
.ind-sec-tag::before {
  content: '';
  width: 6px; height: 6px;
  background: var(--ind-brand);
  border-radius: 50%;
  flex-shrink: 0;
}
.ind-sec-title.is-light .ind-sec-tag {
  color: rgba(255,255,255,0.9);
  background: rgba(255,255,255,0.1);
  border-color: rgba(255,255,255,0.22);
}
.ind-sec-title.is-light .ind-sec-tag::before { background: #fff; }
.ind-sec-h2 {
  position: relative;
  z-index: 1;
  font-family: var(--ind-font);
  font-size: clamp(30px, 3.6vw, 46px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.035em;
  margin: 0;
  color: var(--ind-text);
  white-space: nowrap;
}
.ind-sec-h2 em { margin-left: 0.12em; }
.ind-sec-h2 em {
  font-style: normal;
  background: linear-gradient(135deg, var(--ind-brand) 0%, #3d3ef7 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ind-sec-title.is-light .ind-sec-h2 { color: #fff; }
.ind-sec-title.is-light .ind-sec-h2 em {
  background: linear-gradient(135deg, #fff 0%, rgba(255,255,255,0.75) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ind-sec-desc {
  position: relative;
  z-index: 1;
  margin: 16px 0 0;
  max-width: 480px;
  font-size: 15px;
  line-height: 1.7;
  color: var(--ind-gray);
}
.ind-sec-title.is-center .ind-sec-desc { margin-left: auto; margin-right: auto; }
.ind-sec-title.is-light .ind-sec-desc { color: rgba(255,255,255,0.72); }
.ind-sec-title + .ind-lead { margin-top: 28px; }

.ind-sec-head { margin-bottom: 56px; }
.ind-sec-head.between {
  display: flex; justify-content: space-between; align-items: flex-end;
  flex-wrap: wrap; gap: 24px;
}
.ind-sec-head.center { text-align: center; }
.ind-more-btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 12px 24px;
  font-size: 14px; font-weight: 600; color: var(--ind-text);
  background: var(--ind-white);
  border: 1px solid var(--ind-line);
  border-radius: var(--ind-radius-pill);
  transition: all .3s var(--ind-ease);
  flex-shrink: 0;
}
.ind-more-btn::after {
  content: '→';
  color: var(--ind-brand);
  transition: transform .25s;
}
.ind-more-btn:hover {
  border-color: var(--ind-brand);
  color: var(--ind-brand);
  box-shadow: 0 8px 24px rgba(12,12,222,0.12);
  transform: translateY(-2px);
}
.ind-more-btn:hover::after { transform: translateX(4px); }

/* GSAP init */
[data-gsap], [data-gsap-stagger] > * { opacity: 0; transform: translateY(40px); }

/* ===== HOME HERO SWIPER ===== */
.ind-home { padding-top: 0; }
.ind-hero { position: relative; height: 100vh; min-height: 600px; }
.ind-hero .swiper { width: 100%; height: 100%; }
.ind-hero-slide {
  position: relative; display: flex; align-items: center; overflow: hidden;
}
.ind-hero-bg {
  position: absolute; inset: 0; background-size: cover; background-position: center;
  transform: scale(1.14);
  will-change: transform;
}
.ind-hero-mask {
  position: absolute; inset: 0;
  background: linear-gradient(105deg, rgba(10,12,24,0.42) 0%, rgba(10,12,24,0.18) 50%, rgba(12,12,222,0.08) 100%);
}
.ind-hero-grid {
  position: absolute; inset: 0; pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
  background-size: 48px 48px;
  opacity: 0.6;
}
/* 文字区与导航 Logo 同轨对齐 */
.ind-hero-inner {
  position: relative; z-index: 2;
  width: var(--ind-content);
  margin: 0 auto;
  display: flex; align-items: center;
  box-sizing: border-box;
}
.ind-hero .pub_case.ind-hero-body {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: calc(var(--ind-header) + 56px) var(--ind-gutter) 60px;
  text-align: left;
}
.ind-hero-body { max-width: 680px; }
.ind-hero-en { font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,255,255,0.65); margin-bottom: 16px; }
.ind-hero-h1 {
  font-family: var(--ind-font); font-size: clamp(34px, 5vw, 58px); font-weight: 700;
  line-height: 1.18; color: #fff; margin: 0 0 24px; letter-spacing: -0.02em;
  text-shadow: 0 2px 24px rgba(0,0,0,0.25);
}
.ind-hero-h1 em { font-style: normal; color: rgba(255,255,255,0.88); display: inline; }
.ind-hero-desc { font-size: 16px; line-height: 1.75; color: rgba(255,255,255,0.82); margin: 0 0 32px; max-width: 520px; clear: both; }
.ind-hero-btns { display: flex; flex-wrap: wrap; gap: 12px; }
.ind-btn-hero-fill {
  padding: 14px 28px; background: var(--ind-brand); color: #fff;
  font-size: 14px; font-weight: 600;
  transition: all .3s;
}
.ind-btn-hero-fill:hover { background: #3a3bf5; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(12,12,222,0.4); }
.ind-btn-hero-line {
  padding: 14px 28px; border: 1px solid rgba(255,255,255,0.35); color: #fff;
  font-size: 14px; font-weight: 600; transition: all .3s;
}
.ind-btn-hero-line:hover { border-color: #fff; background: rgba(255,255,255,0.08); }
.ind-hero-pagination {
  position: absolute; bottom: 40px; z-index: 10;
  left: calc((100vw - var(--ind-content)) / 2 + var(--ind-gutter));
  display: flex; gap: 8px; transform: none;
}
.ind-hero-pagination .swiper-pagination-bullet {
  width: 40px; height: 3px; border-radius: var(--ind-radius-pill); background: rgba(255,255,255,0.3); opacity: 1; margin: 0 !important;
  transition: all .3s;
}
.ind-hero-pagination .swiper-pagination-bullet-active { background: #fff; width: 56px; }
.ind-hero-fraction {
  position: absolute; bottom: 40px; right: calc((100vw - var(--ind-content)) / 2 + var(--ind-gutter)); z-index: 10;
  font-family: var(--ind-font); font-size: 13px; color: rgba(255,255,255,0.45);
}
.ind-hero-fraction .cur { color: #fff; font-size: 20px; font-weight: 600; }
.ind-hero-anim { opacity: 0; transform: translateY(50px); }

/* stats — 悬浮数据条 */
.ind-stats {
  position: relative;
  z-index: 5;
  margin-top: -72px;
  padding-bottom: 0;
  background: transparent;
  border: none;
}
.ind-stats .pub_case {
  position: relative;
  background: var(--ind-white);
  border-radius: var(--ind-radius-lg);
  border: 1px solid var(--ind-line);
  box-shadow: 0 16px 48px rgba(10,12,24,0.08);
  overflow: hidden;
}
.ind-stats .pub_case::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--ind-brand), rgba(12,12,222,0.3));
}
.ind-stats-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  position: relative;
}
.ind-stat-item {
  padding: 44px 24px; text-align: center;
  border-right: 1px solid var(--ind-line);
  transition: background .3s;
  position: relative;
}
.ind-stat-item:last-child { border-right: none; }
.ind-stat-item:hover { background: rgba(12,12,222,0.04); }
.ind-stat-ico {
  font-size: 8px;
  color: var(--ind-brand);
  margin-bottom: 14px;
  opacity: 0.9;
}
.ind-stat-item h4 {
  font-size: 11px; font-weight: 600; letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ind-muted); margin: 0 0 14px;
}
.ind-stat-item .val {
  font-family: var(--ind-font); font-size: clamp(36px, 4vw, 52px); font-weight: 600;
  line-height: 1; color: var(--ind-brand); letter-spacing: -0.03em;
}
.ind-stat-item .val em { font-size: 0.35em; font-style: normal; font-weight: 500; color: var(--ind-gray); }

/* sections */
.ind-sec {
  padding: 110px 0;
  position: relative;
  overflow: hidden;
}
.ind-sec.gray {
  background-color: var(--ind-bg);
  background-image:
    radial-gradient(ellipse 80% 60% at 0% 0%, rgba(12,12,222,0.05) 0%, transparent 60%),
    radial-gradient(ellipse 60% 50% at 100% 100%, rgba(12,12,222,0.04) 0%, transparent 55%),
    linear-gradient(rgba(12,12,222,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(12,12,222,0.025) 1px, transparent 1px);
  background-size: auto, auto, 72px 72px, 72px 72px;
}
.ind-sec.dark {
  background: var(--ind-dark);
  color: #fff;
  background-image:
    radial-gradient(ellipse 70% 50% at 80% 20%, rgba(12,12,222,0.22) 0%, transparent 60%),
    radial-gradient(ellipse 50% 40% at 10% 80%, rgba(12,12,222,0.12) 0%, transparent 55%);
}
.ind-sec.dark::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(12,12,222,0.5), transparent);
}
.ind-home > .ind-sec:first-of-type { padding-top: 120px; }

/* about split */
.ind-split { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.ind-split-img { position: relative; }
.ind-split-img::before {
  content: '';
  position: absolute;
  top: -16px; left: -16px;
  width: 120px; height: 120px;
  border: 2px solid rgba(12,12,222,0.15);
  border-radius: var(--ind-radius);
  pointer-events: none;
}
.ind-split-img img {
  width: 100%; aspect-ratio: 4/3; object-fit: cover;
  box-shadow: 0 24px 48px rgba(10,12,24,0.12);
}
.ind-split-badge {
  position: absolute; bottom: -20px; right: -20px;
  background: linear-gradient(135deg, var(--ind-brand) 0%, var(--ind-brand-d) 100%);
  color: #fff; padding: 22px 28px;
  box-shadow: 0 12px 32px rgba(12,12,222,0.35);
}
.ind-split-badge strong { display: block; font-family: var(--ind-font); font-size: 28px; font-weight: 700; }
.ind-split-badge span { font-size: 11px; opacity: 0.8; }

/* strength swiper */
.ind-strength-wrap { position: relative; padding-bottom: 20px; }
.ind-strength-swiper { overflow: visible; }
.ind-strength-swiper .swiper-slide { height: auto; }
.ind-strength-card {
  background: var(--ind-white); border: 1px solid var(--ind-line);
  padding: 40px 32px; height: 100%; min-height: 280px;
  transition: border-color .3s, transform .3s, box-shadow .3s;
  position: relative; overflow: hidden;
}
.ind-strength-card::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--ind-brand), rgba(12,12,222,0.2));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .45s var(--ind-ease);
}
.ind-strength-card::before {
  content: ''; position: absolute; top: 0; left: 0; width: 3px; height: 0;
  background: var(--ind-brand); transition: height .4s var(--ind-ease);
}
.ind-strength-card:hover {
  border-color: rgba(12,12,222,0.3);
  transform: translateY(-8px);
  box-shadow: 0 20px 48px rgba(12,12,222,0.12);
}
.ind-strength-card:hover::before { height: 100%; }
.ind-strength-card:hover::after { transform: scaleX(1); }
.ind-strength-card .idx {
  font-family: var(--ind-font); font-size: 48px; font-weight: 800;
  line-height: 1; letter-spacing: -0.04em;
  color: rgba(12,12,222,0.08);
  margin-bottom: 20px;
}
.ind-strength-card h3 { font-family: var(--ind-font); font-size: 22px; font-weight: 700; margin: 0 0 14px; }
.ind-strength-card p { font-size: 14px; color: var(--ind-gray); line-height: 1.7; margin: 0; }
.ind-swiper-nav {
  display: flex; gap: 10px; margin-top: 32px;
}
.ind-swiper-nav button {
  width: 48px; height: 48px; border: 1px solid var(--ind-line); background: var(--ind-white);
  cursor: pointer; font-size: 16px; color: var(--ind-text);
  transition: all .25s;
}
.ind-swiper-nav button:hover { background: var(--ind-brand); border-color: var(--ind-brand); color: #fff; }
.ind-swiper-nav.light button { border-color: rgba(255,255,255,0.2); background: transparent; color: #fff; }
.ind-swiper-nav.light button:hover { background: #fff; color: var(--ind-brand); }

/* product swiper */
.ind-prod-swiper { padding-bottom: 8px; overflow: visible; }
.ind-prod-card {
  display: block; background: var(--ind-white); border: 1px solid var(--ind-line);
  overflow: hidden; transition: all .35s var(--ind-ease);
  box-shadow: 0 4px 16px rgba(10,12,24,0.04);
}
.ind-prod-card:hover {
  border-color: rgba(12,12,222,0.35);
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(12,12,222,0.14);
}
.ind-prod-card .pic { aspect-ratio: 4/3; overflow: hidden; background: var(--ind-bg); position: relative; }
.ind-prod-card .pic::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(10,12,24,0.15) 100%);
  opacity: 0;
  transition: opacity .35s;
}
.ind-prod-card:hover .pic::after { opacity: 1; }
.ind-prod-card .pic img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.ind-prod-card:hover .pic img { transform: scale(1.06); }
.ind-prod-card .meta { padding: 22px 24px; }
.ind-prod-card .cat {
  display: inline-block;
  font-size: 10px; font-weight: 700; color: var(--ind-brand);
  letter-spacing: 0.12em; text-transform: uppercase;
  padding: 4px 10px;
  background: rgba(12,12,222,0.06);
  border-radius: var(--ind-radius-pill);
}
.ind-prod-card h3 { font-family: var(--ind-font); font-size: 17px; font-weight: 600; margin: 12px 0 0; }

/* industries */
.ind-ind-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.ind-ind-cell {
  position: relative; aspect-ratio: 3/4; overflow: hidden;
  border-radius: var(--ind-radius); background: rgba(10,12,24,0.5);
  transition: transform .35s, box-shadow .35s;
}
.ind-ind-cell:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(12,12,222,0.25); }
.ind-ind-cell > img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; transition: transform .55s;
}
.ind-ind-cell:hover > img { transform: scale(1.06); }
.ind-ind-meta {
  position: absolute; inset: 0; z-index: 1;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 24px 16px; text-align: center;
  background: linear-gradient(180deg, rgba(6,8,18,0.05) 35%, rgba(6,8,18,0.82) 100%);
  transition: background .35s;
}
.ind-ind-cell:hover .ind-ind-meta {
  background: linear-gradient(180deg, rgba(12,12,222,0.08) 20%, rgba(6,8,18,0.9) 100%);
}
.ind-ind-meta span { display: block; font-size: 11px; font-weight: 700; color: var(--ind-brand); margin-bottom: 8px; }
.ind-ind-meta strong { font-family: var(--ind-font); font-size: 15px; font-weight: 600; color: #fff; }

/* factory */
.ind-factory { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 72px; align-items: center; }
.ind-factory > div:first-child img {
  width: 100%; aspect-ratio: 5/4; object-fit: cover;
  box-shadow: 0 24px 48px rgba(10,12,24,0.1);
}
.ind-factory img { width: 100%; aspect-ratio: 5/4; object-fit: cover; }
.ind-check { list-style: none; margin: 24px 0 32px; padding: 0; }
.ind-check li {
  padding: 12px 0 12px 24px; border-bottom: 1px solid var(--ind-line);
  font-size: 15px; position: relative;
}
.ind-check li::before {
  content: ''; position: absolute; left: 0; top: 18px;
  width: 8px; height: 8px; background: var(--ind-brand);
}

/* news */
.ind-news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.ind-news-item {
  display: flex; flex-direction: column;
  border: 1px solid var(--ind-line); background: var(--ind-white);
  overflow: hidden;
  transition: all .35s var(--ind-ease);
  box-shadow: 0 4px 16px rgba(10,12,24,0.04);
}
.ind-news-item:hover {
  border-color: rgba(12,12,222,0.3);
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(12,12,222,0.1);
}
.ind-news-item .pic {
  aspect-ratio: 16/10; overflow: hidden; background: var(--ind-bg);
}
.ind-news-item .pic img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .5s;
}
.ind-news-item:hover .pic img { transform: scale(1.05); }
.ind-news-item .body { padding: 24px 26px 28px; flex: 1; display: flex; flex-direction: column; }
.ind-news-item .cat {
  font-size: 10px; font-weight: 700; color: var(--ind-brand);
  letter-spacing: 0.12em; text-transform: uppercase;
}
.ind-news-item h3 {
  font-family: var(--ind-font); font-size: 17px; font-weight: 600;
  margin: 10px 0 16px; line-height: 1.45; flex: 1;
}
.ind-news-item time { font-size: 13px; color: var(--ind-muted); margin-top: auto; }
.ind-news-tabs { display: flex; gap: 24px; margin-bottom: 36px; border-bottom: 1px solid var(--ind-line); }
.ind-news-tabs a {
  padding-bottom: 14px; margin-bottom: -1px; font-size: 14px; color: var(--ind-gray);
  border-bottom: 2px solid transparent; transition: all .25s;
}
.ind-news-tabs a.on, .ind-news-tabs a:hover { color: var(--ind-brand); border-bottom-color: var(--ind-brand); }

/* CTA lead */
.ind-cta {
  background: linear-gradient(135deg, var(--ind-dark) 0%, #0d0d5a 40%, var(--ind-brand-d) 100%);
  padding: 100px 0; position: relative; overflow: hidden;
}
.ind-cta::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 60% 80% at 90% 50%, rgba(12,12,222,0.35) 0%, transparent 60%),
    url("data:image/svg+xml,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h60v1H0zm0 0v60h1V0z' fill='rgba(255,255,255,0.04)'/%3E%3C/svg%3E");
}
.ind-cta-inner {
  position: relative; z-index: 1;
  display: flex; justify-content: space-between; align-items: center; gap: 48px; flex-wrap: wrap;
}
.ind-cta .ind-sec-title { max-width: 520px; }
.ind-cta h2 { font-family: var(--ind-font); font-size: clamp(26px, 3vw, 38px); font-weight: 700; color: #fff; margin: 0 0 12px; }
.ind-cta p { color: rgba(255,255,255,0.75); margin: 0; max-width: 480px; }
.ind-cta-btns { display: flex; gap: 12px; flex-wrap: wrap; }
.ind-btn-cta-white { padding: 14px 28px; background: #fff; color: var(--ind-brand); font-weight: 700; font-size: 14px; }
.ind-btn-cta-line { padding: 14px 28px; border: 1px solid rgba(255,255,255,0.4); color: #fff; font-weight: 600; font-size: 14px; }

/* ===== INNER PAGES ===== */
body.ind-inner, .ind-inner-page { padding-top: calc(var(--ind-header) + 24px); }
body:has(.ue-inner) .ind-inner-page,
.ue-inner.ind-inner-page { padding-top: 0; }
.ind-page-hero {
  position: relative; min-height: 320px; display: flex; align-items: flex-end;
  padding-bottom: 56px; background: var(--ind-dark); overflow: hidden;
}
.ind-page-hero .bg { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0.35; }
.ind-page-hero .mask {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(10,12,24,0.3), rgba(10,12,24,0.92));
}
.ind-page-hero .pub_case { position: relative; z-index: 2; width: var(--ind-content); margin: 0 auto; }
.ind-page-hero h1 {
  font-family: var(--ind-font); font-size: clamp(32px, 4vw, 48px); font-weight: 700;
  color: #fff; margin: 8px 0 0;
}
.ind-page-body { padding: 80px 0; }
.ind-page-body.gray { background: var(--ind-bg); }

/* product list */
.ind-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 36px; padding-bottom: 20px; border-bottom: 1px solid var(--ind-line); }
.ind-tabs a {
  padding: 8px 18px; font-size: 13px; border: 1px solid var(--ind-line);
  color: var(--ind-gray); transition: all .25s;
}
.ind-tabs a.on, .ind-tabs a:hover { background: var(--ind-brand); color: #fff; border-color: var(--ind-brand); }
.ind-prod-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-bottom: 48px; }

/* product detail */
.ind-prod-detail { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
.ind-prod-detail .main-img img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.ind-prod-detail h2 { font-family: var(--ind-font); font-size: 28px; font-weight: 700; margin: 0 0 16px; }
.ind-prod-table { width: 100%; border-collapse: collapse; margin: 20px 0; }
.ind-prod-table td { padding: 12px 0; border-bottom: 1px solid var(--ind-line); font-size: 14px; }
.ind-prod-table td:first-child { color: var(--ind-muted); width: 35%; }
.ind-prod-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 24px; }
.ind-content-block { margin-top: 64px; padding-top: 48px; border-top: 1px solid var(--ind-line); }

/* contact */
.ind-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
.ind-contact-card { padding: 32px; background: var(--ind-bg); border: 1px solid var(--ind-line); }
.ind-contact-card h4 { font-size: 12px; letter-spacing: 0.1em; color: var(--ind-muted); margin: 0 0 6px; }
.ind-contact-card p { margin: 0 0 20px; font-size: 15px; }
.ind-form-box { padding: 36px; background: var(--ind-white); border: 1px solid var(--ind-line); box-shadow: 0 8px 32px rgba(0,0,0,0.04); }
.ind-form-box input, .ind-form-box textarea {
  width: 100%; padding: 12px 14px; margin-bottom: 12px;
  border: 1px solid var(--ind-line); font-size: 14px; font-family: var(--ind-body);
}
.ind-form-box textarea { min-height: 120px; resize: vertical; }
.ind-form-box button {
  width: 100%; padding: 14px; background: var(--ind-brand); color: #fff; border: none;
  font-weight: 700; font-size: 14px; cursor: pointer;
}
.ind-map { height: 400px; margin-top: 48px; border: 1px solid var(--ind-line); overflow: hidden; }
.ind-map iframe { width: 100%; height: 100%; border: 0; }

/* news list */
.ind-news-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-bottom: 48px; }
.ind-news-row {
  display: flex; gap: 20px; padding: 20px; border: 1px solid var(--ind-line); background: var(--ind-white);
  transition: all .3s;
}
.ind-news-row:hover { border-color: var(--ind-brand); }
.ind-news-row .thumb { width: 140px; flex-shrink: 0; aspect-ratio: 4/3; overflow: hidden; background: var(--ind-bg); }
.ind-news-row .thumb img { width: 100%; height: 100%; object-fit: cover; }
.ind-news-row .body { flex: 1; }
.ind-news-article { max-width: 800px; margin: 0 auto; }
.ind-news-article .cover { margin-bottom: 32px; overflow: hidden; }
.ind-news-meta { display: flex; gap: 16px; font-size: 13px; color: var(--ind-muted); margin-bottom: 32px; padding-bottom: 24px; border-bottom: 1px solid var(--ind-line); }

/* tech cards */
.ind-tech-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.ind-tech-card {
  padding: 28px; background: var(--ind-white); border: 1px solid var(--ind-line);
  border-left: 3px solid var(--ind-brand);
}
.ind-tech-card h3 { font-family: var(--ind-font); font-size: 17px; font-weight: 700; margin: 0 0 10px; }
.ind-tech-card p { font-size: 14px; color: var(--ind-gray); line-height: 1.7; margin: 0; }

/* adv cards */
.ind-adv-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.ind-adv-card { padding: 32px 24px; text-align: center; background: var(--ind-white); border: 1px solid var(--ind-line); }
.ind-adv-card .num { font-family: var(--ind-font); font-size: 36px; font-weight: 700; color: var(--ind-brand); }
.ind-adv-card h3 { font-size: 15px; font-weight: 600; margin: 12px 0 6px; }
.ind-adv-card p { font-size: 13px; color: var(--ind-muted); margin: 0; }

/* certs */
.ind-certs { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; align-items: stretch; }
.ind-certs img,
.ind-cert-img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  object-position: center;
  background: linear-gradient(160deg, #fff 0%, #f7f8fc 100%);
  border: 1px solid var(--ind-line);
  cursor: pointer;
  transition: transform .3s, box-shadow .3s;
  display: block;
}
.ind-certs img:hover,
.ind-cert-img:hover { transform: scale(1.03); }

/* timeline */
.ind-timeline { padding-left: 28px; position: relative; max-width: 600px; margin: 0 auto; }
.ind-timeline::before { content: ''; position: absolute; left: 4px; top: 0; bottom: 0; width: 2px; background: var(--ind-line); }
.ind-timeline .item { position: relative; padding-bottom: 32px; }
.ind-timeline .item::before {
  content: ''; position: absolute; left: -28px; top: 6px;
  width: 10px; height: 10px; background: var(--ind-brand);
}
.ind-timeline .year { font-family: var(--ind-font); font-size: 13px; font-weight: 700; color: var(--ind-brand); margin-bottom: 6px; }

/* download */
.ind-dl-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.ind-dl-item {
  display: flex; gap: 14px; align-items: center; padding: 20px;
  border: 1px solid var(--ind-line); background: var(--ind-white); transition: all .3s;
  text-decoration: none; color: inherit;
}
.ind-dl-item:hover { border-color: var(--ind-brand); }
.ind-dl-item .ico {
  width: 44px; height: 44px; background: var(--ind-brand); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 11px; font-weight: 700; flex-shrink: 0;
}
.ind-dl-body { flex: 1; min-width: 0; }
.ind-dl-body strong { display: block; font-size: 15px; color: var(--ind-text); }
.ind-dl-desc { font-size: 13px; color: var(--ind-muted); margin: 4px 0 0; line-height: 1.5; }
.ind-dl-action {
  width: 36px; height: 36px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--ind-brand); background: rgba(12,12,222,.06);
  flex-shrink: 0; transition: background .25s, color .25s;
}
.ind-dl-item:hover .ind-dl-action { background: var(--ind-brand); color: #fff; }

/* pagination override */
.th-pagination a.on, .th-pagination a:hover { background: var(--ind-brand) !important; border-color: var(--ind-brand) !important; }

/* form modal */
.box-form-head h2 { font-family: var(--ind-font) !important; }
.box-form button[type="submit"] { background: var(--ind-brand) !important; }
.ind-tag { display: block; }

/* float */
.ind-float { display: none !important; }

/* footer */
.ind-footer { background: var(--ind-dark); color: rgba(255,255,255,0.65); padding: 72px 0 32px; }
.ind-footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }
.ind-footer-brand img { height: 48px; margin-bottom: 20px; }
.ind-footer-brand p { font-size: 14px; line-height: 1.75; margin-bottom: 24px; max-width: 320px; }
.ind-footer h4 { font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.4); margin: 0 0 20px; }
.ind-footer ul { list-style: none; margin: 0; padding: 0; }
.ind-footer ul a { display: block; padding: 6px 0; font-size: 14px; transition: color .2s; }
.ind-footer ul a:hover { color: #fff; }
.ind-footer-copy {
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px;
  padding-top: 28px; border-top: 1px solid rgba(255,255,255,0.08); font-size: 12px;
}

/* hide legacy float */
.th-float-bar { display: none !important; }

/* responsive */
@media (max-width: 1024px) {
  .ind-sec-h2 { white-space: normal; }
}
@media (max-width: 1200px) {
  .ind-nav-list > li > a { padding: 10px 12px; font-size: 14px; }
  .ind-hd-phone .ind-hd-phone-num { display: none; }
  .ind-header-right { gap: 10px; }
}
@media (max-width: 1100px) {
  .ind-stats-grid { grid-template-columns: repeat(2, 1fr); }
  .ind-stat-item:nth-child(2) { border-right: none; }
  .ind-stat-item:nth-child(1),
  .ind-stat-item:nth-child(2) { border-bottom: 1px solid var(--ind-line); }
  .ind-sec-head.between { align-items: flex-start; }
  .ind-split, .ind-factory, .ind-prod-detail, .ind-contact-grid { grid-template-columns: 1fr; }
  .ind-ind-grid { grid-template-columns: repeat(3, 1fr); }
  .ind-news-grid, .ind-prod-grid { grid-template-columns: repeat(2, 1fr); }
  .ue-prod-grid { grid-template-columns: repeat(2, 1fr); }
  .ind-adv-grid, .ind-tech-grid { grid-template-columns: repeat(2, 1fr); }
  .ind-footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  body:has(.ind-home) .ind-header { padding: 12px 0; }
  body:has(.ind-home) .ind-header .ind-header-bar { width: var(--ind-content); margin: 0 auto; }
  body:has(.ind-home) .ind-header.is-scroll { padding: 0; }
  body:has(.ind-home) .ind-header.is-scroll .ind-header-bar { width: 100%; margin: 0; }
  .ind-hero-inner { width: var(--ind-content); margin: 0 auto; }
  .ind-hero-pagination {
    left: calc((100vw - var(--ind-content)) / 2 + var(--ind-gutter));
  }
  .ind-hero-fraction {
    right: calc((100vw - var(--ind-content)) / 2 + var(--ind-gutter));
  }
  .pub_case { padding: 0 16px; }
  .ind-header { padding: 0; }
  .ind-header-inner { gap: 12px; }
  .ind-menu-btn { display: flex; }
  .ind-hd-phone, .ind-hd-wx, .ind-header-right .ind-hd-quote { display: none; }
  .ind-hd-lang-wrap,
  .ind-hd-lang { display: flex; }

  .ind-nav-overlay {
    display: block; position: fixed; inset: 0; z-index: 500;
    background: rgba(10,12,24,0.4); backdrop-filter: blur(2px);
    opacity: 0; visibility: hidden; transition: all .35s;
  }
  .ind-nav-overlay.on { opacity: 1; visibility: visible; }

  .ind-nav {
    position: fixed; top: 0; right: 0; z-index: 502;
    width: min(320px, 86vw); height: 100vh;
    background: var(--ind-white); padding: 80px 24px 32px;
    transform: translateX(100%); transition: transform .35s var(--ind-ease);
    box-shadow: -8px 0 40px rgba(0,0,0,0.12);
    overflow-y: auto; flex-direction: column; justify-content: flex-start;
    border-radius: var(--ind-radius-lg) 0 0 var(--ind-radius-lg);
  }
  .ind-nav.open { transform: translateX(0); }
  .ind-nav-list { flex-direction: column; align-items: stretch; gap: 0; width: 100%; }
  .ind-nav-list > li > a {
    padding: 14px 0; font-size: 16px;
    border-bottom: 1px solid var(--ind-line); width: 100%;
  }
  .ind-sub {
    position: static; transform: none; opacity: 1; visibility: visible;
    box-shadow: none; border: none; padding: 0 0 8px 16px; min-width: 0;
  }
  .ind-nav-mobile-tools {
    display: flex; flex-direction: column; gap: 12px;
    margin-top: 32px; padding-top: 24px; border-top: 1px solid var(--ind-line);
  }
  .ind-m-tool {
    display: inline-flex; align-items: center; gap: 10px;
    font-size: 14px; color: var(--ind-gray); border: none; background: none;
    padding: 0; cursor: pointer;
  }
  .ind-nav-mobile-tools .ind-hd-quote {
    display: flex; width: 100%; margin-top: 8px;
  }
  .ind-hero-h1 { font-size: 30px; }
  .ind-stats { margin-top: -48px; }
  .ind-sec { padding: 80px 0; }
  .ind-home > .ind-sec:first-of-type { padding-top: 88px; }
  .ind-sec-num { font-size: 72px; top: -18px; }
  .ind-sec-h2 { font-size: 26px; white-space: normal; }
  .ind-sec-head { margin-bottom: 40px; }
  .ind-more-btn { width: 100%; justify-content: center; }
  .ind-ind-grid { grid-template-columns: repeat(2, 1fr); }
  .ind-news-grid, .ind-prod-grid, .ind-news-list { grid-template-columns: 1fr; }
  .ind-adv-grid, .ind-tech-grid, .ind-certs { grid-template-columns: repeat(2, 1fr); }
  .ind-footer-grid { grid-template-columns: 1fr; }
  .ind-cta-inner { flex-direction: column; align-items: flex-start; }
  .ind-news-row { flex-direction: column; }
  .ind-news-row .thumb { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .lenis.lenis-smooth { scroll-behavior: auto !important; }
}
