:root {
  --primary: #003f93;
  --primary-dark: #003477;
  --primary-deep: #002f70;
  --ink: #17243a;
  --muted: #4d5d72;
  --line: #d7e3f3;
  --soft: #f6faff;
  --pale: #eef5ff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #fff; color: var(--ink); font-family: Arial, Helvetica, sans-serif; overflow-x: hidden; }
body.is-locked { overflow: hidden; }
a { color: inherit; text-decoration: none; transition: color .18s ease, background .18s ease, border-color .18s ease, transform .18s ease; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
.honeypot { display: none !important; position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; pointer-events: none !important; }
.icon,
.inline-icon,
.chevron,
.drawer-chevron,
.drawer-close-icon,
.menu-icon,
.social-icon,
.footer-contact-icon,
.quote-contact-icon,
.quote-detail-icon,
.floating-icon,
.stat-icon,
.process-svg,
.list-icon,
.link-arrow,
.card-arrow,
.faq-icon,
.button-icon,
.icon-card-svg { display: inline-block; flex-shrink: 0; vertical-align: middle; }
.inline-icon { width: 14px; height: 14px; }
.chevron { width: 14px; height: 14px; }
.menu-icon { width: 24px; height: 24px; }
.drawer-close-icon { width: 20px; height: 20px; }
.drawer-chevron { width: 16px; height: 16px; color: var(--primary); }
.social-icon { width: 20px; height: 20px; }
.footer-contact-icon { width: 16px; height: 16px; margin-top: 4px; }
.quote-contact-icon { width: 20px; height: 20px; }
.quote-detail-icon { width: 16px; height: 16px; margin-top: 2px; color: var(--primary); }
.quote-support-icon { width: 20px; height: 20px; color: var(--primary); }
.floating-icon { width: 20px; height: 20px; }
.stat-icon { width: 36px; height: 36px; color: #fff; }
.process-svg { width: 28px; height: 28px; color: #fff; }
.top-icon { transform: rotate(-90deg); }
.list-icon { width: 16px; height: 16px; margin-right: 8px; color: var(--primary); }
.link-arrow { width: 16px; height: 16px; margin-left: 6px; }
.card-arrow { width: 18px; height: 18px; margin-top: 8px; color: var(--primary); }
.faq-icon { width: 17px; height: 17px; margin-left: 12px; color: var(--primary); }
.button-icon { width: 16px; height: 16px; }
.icon-card-svg { width: 32px; height: 32px; color: var(--primary); }
h1, h2, h3, p { margin: 0; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.container { width: min(1280px, calc(100% - 40px)); margin: 0 auto; }
.mobile-only { display: none; }

.site-header { position: sticky; top: 0; z-index: 40; background: #fff; box-shadow: 0 2px 12px rgba(0,24,64,.08); }
body.is-menu-open .site-header { z-index: 70; }
.site-header .container { width: min(1280px, 100%); padding-right: 32px; padding-left: 32px; }
.topbar { background: var(--primary-dark); color: #fff; }
.topbar-inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 10px 16px; min-height: 34px; padding-top: 6px; padding-bottom: 6px; font-size: 12px; font-weight: 700; }
.topline { min-width: 0; flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.top-contact { display: flex; flex-wrap: wrap; gap: 16px; color: rgba(255,255,255,.95); }
.top-contact a,
.drawer-contact a { display: inline-flex; min-width: 0; align-items: center; gap: 6px; }
.language-switcher { position: relative; font-size: 11px; }
.language-switcher summary { display: inline-flex; cursor: pointer; list-style: none; align-items: center; gap: 5px; border: 1px solid rgba(255,255,255,.28); border-radius: 4px; padding: 3px 8px; color: #fff; }
.language-switcher summary::-webkit-details-marker { display: none; }
.language-icon { width: 14px; height: 14px; }
.language-menu { position: absolute; right: 0; top: calc(100% + 8px); z-index: 80; min-width: 150px; border: 1px solid #d7e3f3; border-radius: 6px; background: #fff; padding: 5px; box-shadow: 0 12px 26px rgba(0,31,74,.18); }
.language-menu a { display: block; border-radius: 4px; padding: 8px 10px; color: #003477; font-weight: 800; text-decoration: none; }
.language-menu a:hover,
.language-menu a.active { background: #eef6ff; color: #002f70; }
.nav-row { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 82px; }
.logo { display: flex; min-width: 0; align-items: center; gap: 12px; }
.logo img { width: auto; height: 48px; object-fit: contain; }
.desktop-nav { display: flex; align-items: center; gap: 30px; color: #002d68; font-size: 14px; font-weight: 800; }
.desktop-nav > a, .nav-dropdown > a { display: inline-flex; align-items: center; gap: 5px; min-height: 78px; border-bottom: 2px solid transparent; }
.desktop-nav a:hover, .nav-dropdown:hover > a { border-color: var(--primary); color: var(--primary); }
.nav-dropdown { position: relative; }
.nav-menu { position: absolute; left: 0; top: 100%; z-index: 50; width: 320px; padding: 8px; border: 1px solid #dbe5f2; border-radius: 6px; background: #fff; box-shadow: 0 14px 30px rgba(0,31,74,.16); opacity: 0; pointer-events: none; transform: translateY(8px); transition: opacity .18s ease, transform .18s ease; }
.nav-dropdown:hover .nav-menu, .nav-dropdown:focus-within .nav-menu { opacity: 1; pointer-events: auto; transform: translateY(0); }
.nav-menu a { display: block; padding: 12px 14px; border-radius: 4px; color: #16385f; font-size: 14px; font-weight: 800; }
.nav-menu a:hover { background: #eef6ff; color: var(--primary); }
.quote-button, .btn-primary, .btn-outline { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; border-radius: 5px; font-size: 14px; font-weight: 800; text-transform: uppercase; }
.quote-button, .btn-primary { border: 0; background: var(--primary); color: #fff; padding: 0 32px; box-shadow: 0 1px 2px rgba(0,0,0,.06); }
.quote-button:hover, .btn-primary:hover { background: var(--primary-deep); }
.desktop-quote { min-height: 48px; border-radius: 4px; padding: 0 24px; font-size: 12px; font-weight: 500; line-height: 16px; box-shadow: 0 1px 3px rgba(0,0,0,.1), 0 1px 2px -1px rgba(0,0,0,.1); }
.btn-outline { border: 1px solid var(--primary); background: #fff; color: var(--primary); padding: 0 28px; }
.menu-button { display: none; height: 44px; width: 44px; border: 1px solid var(--line); border-radius: 5px; background: #fff; color: var(--primary-dark); font-size: 12px; font-weight: 900; }

.mobile-menu-panel { display: none; }
.mobile-menu-panel.is-open { display: block; position: fixed; inset: 0; z-index: 80; }
.mobile-menu-backdrop { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: rgba(0,27,63,.55); backdrop-filter: blur(2px); }
.mobile-drawer { position: absolute; right: 0; top: 0; display: flex; flex-direction: column; width: min(390px, 86vw); height: 100%; background: #fff; box-shadow: -18px 0 42px rgba(0,22,58,.22); }
.drawer-head { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); padding: 16px 20px; }
.drawer-head p { margin-bottom: 4px; color: var(--primary); font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.drawer-head strong { color: #173966; font-size: 14px; }
.drawer-head button { width: 40px; height: 40px; border: 0; border-radius: 50%; background: #eef6ff; color: var(--primary-dark); font-weight: 900; }
.drawer-body { flex: 1; overflow-y: auto; padding: 20px; }
.drawer-language { display: flex; flex-direction: column; align-items: stretch; gap: 10px; margin-bottom: 20px; border: 1px solid var(--line); border-radius: 8px; background: #f6f9fe; padding: 14px; color: #173966; font-size: 14px; font-weight: 800; }
.drawer-language div { display: flex; flex-wrap: nowrap; align-items: center; justify-content: flex-start; gap: 6px; width: 100%; }
.drawer-language a { min-width: 0; border-radius: 4px; background: #fff; padding: 4px 8px; color: #003477; font-size: 12px; line-height: 16px; text-align: center; text-decoration: none; white-space: nowrap; }
.drawer-language a.active { background: #003f93; color: #fff; }
.drawer-nav { display: grid; gap: 6px; color: #173966; font-size: 15px; font-weight: 900; }
.drawer-nav > a, .drawer-nav summary { display: block; border: 1px solid var(--line); border-radius: 8px; background: #fff; padding: 13px 16px; }
.drawer-nav details { border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.drawer-nav summary { display: flex; justify-content: space-between; border: 0; cursor: pointer; list-style: none; }
.drawer-nav details div { border-top: 1px solid #edf2f9; background: #f8fbff; padding: 8px; }
.drawer-nav details a { display: block; border-radius: 6px; padding: 9px 12px; color: #405673; font-size: 14px; }
.drawer-contact { display: grid; gap: 12px; margin-top: 24px; border-radius: 8px; background: var(--primary-dark); padding: 16px; color: #fff; font-size: 14px; font-weight: 800; }
.drawer-foot { border-top: 1px solid var(--line); background: #fff; padding: 16px 20px calc(24px + env(safe-area-inset-bottom)); }
.drawer-foot .quote-button { width: 100%; }

.page-hero { position: relative; overflow: hidden; background: #eff7ff; }
.page-hero.direct-hero { background-position: center, right center; background-repeat: no-repeat; background-size: cover, 67% auto; }
.page-hero::before { content: ""; position: absolute; top: 0; right: 0; bottom: 0; z-index: 1; width: 67%; background-image: var(--hero-url); background-position: center; background-size: cover; background-repeat: no-repeat; }
.original-hero { min-height: 420px; }
.hero-bg { position: absolute; top: 0; right: 0; bottom: 0; z-index: 1; width: 67%; display: none; }
.hero-bg.single { width: 67%; }
.hero-bg img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: 1; }
.hero-bg img:not(:first-child) { display: none; }
@keyframes heroFade { 0%, 30% { opacity: 1; } 36%, 94% { opacity: 0; } 100% { opacity: 1; } }
.home-hero .hero-bg { display: block; }
.home-hero .hero-bg img { display: block; object-position: var(--hero-desktop-position, center center); opacity: 0; transition: opacity 1000ms ease; }
.home-hero .hero-bg img.is-active { opacity: 1; }
.hero-overlay { position: absolute; inset: 0; z-index: 2; background: linear-gradient(90deg,#f7fbff 0%,#f7fbff 36%,rgba(247,251,255,.88) 48%,rgba(247,251,255,.38) 62%,rgba(247,251,255,0) 80%); }
.hero-inner { position: relative; z-index: 3; min-height: 420px; padding: 84px 0 66px; }
.hero-inner h1 { max-width: 560px; margin-bottom: 24px; color: #063477; font-size: 56px; font-weight: 800; line-height: 1.08; overflow-wrap: anywhere; }
.hero-inner p { max-width: 520px; color: #233551; font-size: 16px; font-weight: 500; line-height: 2; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 30px; }
.home-hero .hero-actions .btn-primary,
.product-hero .hero-actions .btn-primary { min-width: 195px; }
.eyebrow { color: var(--primary); font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.breadcrumbs { margin-bottom: 24px; color: #47617f; font-size: 12px; font-weight: 800; line-height: 1.7; overflow-wrap: anywhere; }
.breadcrumbs span { margin: 0 8px; }
.breadcrumbs.light { color: rgba(23,57,102,.85); }

.section { padding: 48px 0; }
.home-categories { padding: 40px 0; }
.product-categories-section { padding: 40px 0; }
.product-featured-section { padding: 40px 0; }
.product-comparison-section { padding: 32px 0; }
.section.alt { background: var(--soft); }
.compact-section { padding-top: 32px; }
.section-title { max-width: 768px; margin: 0 auto 32px; text-align: center; }
.section-title.left { text-align: left; }
.section-title h2 { margin: 0; color: var(--primary); font-size: 30px; font-weight: 800; line-height: 1.25; text-transform: uppercase; }
.section-title::after { content: ""; display: block; width: 48px; height: 3px; margin: 8px auto 0; background: var(--primary); }
.section-title.left { margin-left: 0; }
.section-title.left h2::after { margin-left: 0; }
.section-title.left::after { margin-left: 0; }
.section-title p { max-width: 720px; margin: 16px auto 0; color: #4a5b73; line-height: 1.7; }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 28px; }
.section-head .section-title { margin-bottom: 0; }
.section-head > a { color: var(--primary); font-size: 12px; font-weight: 900; text-transform: uppercase; }

.category-grid, .product-grid, .project-grid, .mini-card-grid, .application-grid, .icon-card-grid, .info-card-grid, .related-grid { display: grid; gap: 20px; }
.category-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.product-categories-section .category-grid { gap: 32px; }
.product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.product-grid.five { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.product-grid.six, .mini-card-grid.six { grid-template-columns: repeat(6, minmax(0, 1fr)); }
.category-card, .product-tile, .project-card, .mini-card, .application-card, .icon-card, .info-card, .related-card, .panel, .article-panel, .side-panel { overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 8px 22px rgba(0,38,91,.05); }
.media-box, .product-image, .project-card > img, .mini-card > img { display: block; overflow: hidden; background: var(--pale); }
.category-card img { width: 100%; height: 240px; object-fit: cover; transition: transform .28s ease; }
.category-card:hover img, .product-tile:hover img, .project-card:hover img, .mini-card:hover img { transform: scale(1.04); }
.category-card > div:last-child { padding: 20px 20px 16px; }
.category-card h3 { color: #102c55; font-size: 17px; font-weight: 900; line-height: 1.3; }
.category-card p { min-height: 72px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.category-card span { display: inline-flex; width: 28px; height: 28px; align-items: center; justify-content: center; border-radius: 50%; background: var(--primary); color: #fff; font-size: 12px; font-weight: 900; }
.product-category > div:last-child { display: flex; align-items: center; gap: 16px; padding: 24px 28px; }
.product-category h3 { color: var(--primary-dark); font-size: 24px; font-weight: 800; line-height: 1.25; }
.product-categories-section .category-card { box-shadow: 0 10px 24px rgba(0,38,91,.08); }
.product-categories-section .category-card img { height: 220px; }
.product-category .product-category-icon { display: flex; width: 56px; height: 56px; flex: 0 0 auto; align-items: center; justify-content: center; border: 2px solid var(--primary); border-radius: 50%; background: #fff; color: var(--primary); }
.product-category-svg { width: 28px; height: 28px; }

.product-tile { display: block; }
.product-image { position: relative; height: 145px; }
.product-image img { width: 100%; height: 100%; object-fit: cover; background: var(--pale); transition: transform .28s ease; }
.product-body { display: block; padding: 16px; }
.product-title { display: -webkit-box; height: 40px; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; color: var(--primary-dark); font-size: 13px; font-weight: 800; line-height: 1.5; }
.product-title:hover { color: #0b5ec9; }
.product-body ul { margin: 12px 0 0; padding: 0; list-style: none; color: var(--muted); font-size: 12px; line-height: 20px; }
.product-body li:not(:last-child) { margin-bottom: 4px; }
.tile-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 16px; padding-top: 0; }
.tile-actions a, .tile-actions button { display: block; border-radius: 4px; padding: 8px; font-size: 11px; font-weight: 700; line-height: 1.5; text-align: center; }
.tile-actions a { border: 1px solid var(--primary); color: var(--primary); }
.tile-actions button { border: 0; background: var(--primary); color: #fff; }
.home-featured-products .tile-actions { grid-template-columns: 1fr; gap: 8px; }
.home-featured-products .tile-actions a,
.home-featured-products .tile-actions button { width: 100%; min-height: 38px; padding: 7px 10px; }

.stat-section { padding: 12px 0 32px; }
.stat-strip { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; overflow: hidden; border-radius: 8px; background: var(--primary); color: #fff; padding: 20px 16px; box-shadow: 0 10px 24px rgba(0,63,147,.18); }
.stat-strip > div { display: flex; align-items: center; justify-content: center; gap: 16px; border-right: 1px solid rgba(255,255,255,.15); padding: 8px 20px; }
.stat-strip > div:last-child { border-right: 0; }
.stat-copy { min-width: max-content; }
.stat-strip strong { display: block; font-size: 28px; font-weight: 800; line-height: 1; white-space: nowrap; }
.stat-strip span { display: block; margin-top: 4px; color: rgba(255,255,255,.9); font-size: 12px; font-weight: 600; line-height: 16px; white-space: nowrap; }

.factory-grid, .why-grid, .intro-grid, .global-grid, .contact-grid, .detail-layout { display: grid; gap: 40px; align-items: center; }
.factory-grid { grid-template-columns: .72fr 1.28fr; }
.why-grid, .intro-grid, .global-grid, .contact-grid, .detail-layout { grid-template-columns: .9fr 1.1fr; }
.factory-grid h3, .intro-grid h3 { color: var(--primary-dark); font-size: 24px; font-weight: 900; text-transform: uppercase; }
.intro-grid h3 { line-height: 1.35; }
.factory-grid p, .intro-grid p, .why-grid p, .global-grid li { color: var(--muted); font-size: 15px; line-height: 1.8; }
.intro-grid h3 + p { margin-top: 10px; }
.feature-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 26px 0; }
.feature-list div { display: flex; align-items: center; gap: 10px; color: #173966; font-size: 14px; font-weight: 800; }
.feature-list span { color: var(--primary); font-size: 22px; font-weight: 900; }
.factory-gallery { display: grid; gap: 8px; }
.factory-gallery img { width: 100%; height: 112px; border-radius: 6px; object-fit: cover; }
.factory-gallery .large { height: 255px; }
.home-factory-gallery .large { height: 350px; }
.factory-gallery div { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.factory-gallery.small .large { min-height: 300px; }
.product-why-panel { grid-template-columns: .75fr 1.25fr; align-items: stretch; gap: 28px; border: 1px solid var(--line); border-radius: 8px; background: #fff; padding: 24px; }
.product-why-panel .icon-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 28px; }
.product-why-panel .section-title::after { margin-top: 12px; }
.product-why-panel > div:first-child > p { color: var(--muted); font-size: 14px; line-height: 28px; }
.product-why-panel .icon-card { padding: 24px; text-align: center; box-shadow: 0 8px 22px rgba(0,38,91,.06); }
.product-why-panel .icon-card .icon-card-svg { width: 64px; height: 64px; padding: 16px; }
.product-why-panel .icon-card h3 { margin-top: 20px; color: var(--primary-dark); font-size: 16px; font-weight: 800; line-height: 24px; }
.product-why-panel .icon-card p { margin-top: 12px; color: #516174; font-size: 14px; line-height: 24px; }
.product-why-panel .factory-gallery { grid-template-rows: 1fr 105px; height: 100%; }
.product-why-panel .factory-gallery .large { height: 100%; min-height: 300px; }
.product-why-panel .factory-gallery img:not(.large) { height: 105px; }

.process-row { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 20px; text-align: center; }
.process-row > div { position: relative; display: flex; flex-direction: column; align-items: center; }
.process-row > div > span,
.process-icon { position: relative; z-index: 2; display: flex; width: 64px; height: 64px; align-items: center; justify-content: center; border: 4px solid #d8e8fb; border-radius: 50%; background: var(--primary); color: #fff; font-size: 13px; font-weight: 900; }
.process-row > div > strong { margin-top: 8px; color: #173966; font-size: 14px; line-height: 1.35; }
.process-line { position: absolute; left: 58%; top: 32px; z-index: 1; display: block; width: 84%; border-top: 1px dashed rgba(11,76,160,.55); }
.process-number { margin-top: 12px; color: var(--primary-dark); font-size: 14px; font-weight: 800; line-height: 20px; }
.process-title-text { margin-top: 4px; color: #173966; font-size: 14px; font-weight: 700; line-height: 20px; }

.home-projects-section { padding: 40px 0; }
.mini-card { border-radius: 6px; box-shadow: none; }
.mini-card img { width: 100%; height: 130px; object-fit: cover; background: var(--pale); }
.mini-card-body { padding: 12px; }
.mini-card h3 { display: -webkit-box; height: 36px; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; color: #173966; font-size: 13px; font-weight: 800; line-height: 18px; }
.mini-card p { margin-top: 8px; color: var(--muted); font-size: 12px; line-height: 20px; }
.two-panel-grid, .news-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
.news-layout { grid-template-columns: 1fr 340px; }
.faq-news-grid .two-panel-grid { align-items: stretch; }
.faq-news-grid .two-panel-grid > div { display: flex; min-width: 0; flex-direction: column; }
.faq-news-grid .section-title,
.faq-news-grid .section-head { flex-shrink: 0; }
.faq-news-grid .faq-list,
.faq-news-grid .news-list.compact { flex: 1; }
.faq-news-grid .news-list.compact { align-content: stretch; grid-template-rows: repeat(3, minmax(0, 1fr)); }
.faq-news-grid .news-list.compact a { align-items: center; }
.faq-list { overflow: hidden; border: 1px solid var(--line); border-radius: 6px; background: #fff; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 0; }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 14px 16px; cursor: pointer; color: #173966; font-size: 14px; font-weight: 800; list-style: none; }
.faq-list summary .faq-icon { display: flex; width: 24px; height: 24px; align-items: center; justify-content: center; border-radius: 50%; background: var(--primary); color: #fff; padding: 5px; }
.faq-list p { margin: 0; padding: 0 16px 16px; color: var(--muted); font-size: 14px; line-height: 1.8; }
.news-list { display: grid; gap: 18px; }
.news-list.compact a { display: grid; grid-template-columns: 74px 1fr; gap: 16px; border-bottom: 1px solid var(--line); padding-bottom: 16px; }
.news-list a { display: grid; grid-template-columns: 220px 1fr; gap: 20px; border-bottom: 1px solid var(--line); padding-bottom: 20px; }
.news-list img { width: 100%; height: 140px; object-fit: cover; border-radius: 6px; background: var(--pale); }
.news-list h3 { color: #173966; font-size: 16px; font-weight: 900; line-height: 1.4; }
.news-list p { color: var(--muted); font-size: 13px; line-height: 1.6; }
.date-chip { border-radius: 4px; background: #eef5ff; padding: 12px 8px; text-align: center; color: var(--primary); }
.date-chip span { display: block; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.date-chip strong { font-size: 28px; }

.filter-form { display: grid; grid-template-columns: 260px 1fr auto auto; gap: 12px; margin-bottom: 28px; border: 1px solid var(--line); border-radius: 8px; background: #fff; padding: 16px; }
.filter-form select, .filter-form input, .filter-form button, .filter-form a { min-height: 44px; border-radius: 5px; }
.filter-form select, .filter-form input { border: 1px solid #d6e0ec; background: #fff !important; padding: 0 12px; color: #1e2f48; box-shadow: none; }
.filter-form select:-webkit-autofill,
.filter-form input:-webkit-autofill { -webkit-box-shadow: 0 0 0 1000px #fff inset !important; -webkit-text-fill-color: #1e2f48 !important; caret-color: #1e2f48; }
.filter-form button { border: 0; background: var(--primary); color: #fff; padding: 0 24px; font-weight: 900; text-transform: uppercase; }
.filter-form a { display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--primary); color: var(--primary); padding: 0 24px; font-weight: 900; }
.category-type-section,
.category-model-section,
.category-structure-section,
.category-advantage-section,
.category-applications-section,
.category-parameter-section,
.category-investment-section,
.category-more-section,
.category-trusted-section,
.category-partner-section,
.category-faq-section { padding: 32px 0; }
.category-type-grid,
.category-model-grid,
.category-structure-grid,
.category-application-grid,
.category-more-grid,
.category-trusted-grid { display: grid; gap: 20px; }
.category-type-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.category-type-grid.four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.category-type-card { overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 8px 22px rgba(0,38,91,.04); }
.category-type-image { display: block; overflow: hidden; height: 210px; background: var(--pale); }
.category-type-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .28s ease; }
.category-type-card:hover .category-type-image img { transform: scale(1.04); }
.category-type-body { padding: 20px; }
.category-type-body h3 { color: #173966; font-size: 16px; font-weight: 900; line-height: 22px; }
.category-type-body ul { display: grid; gap: 8px; margin: 12px 0 0; padding: 0; list-style: none; color: #516174; font-size: 12px; line-height: 20px; }
.category-type-body div { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 20px; }
.category-type-body a,
.category-type-body button { display: inline-flex; min-height: 40px; align-items: center; justify-content: center; border-radius: 4px; padding: 0 20px; font-size: 12px; font-weight: 900; text-transform: uppercase; }
.category-type-body a { border: 1px solid var(--primary); color: var(--primary); }
.category-type-body button { border: 0; background: var(--primary); color: #fff; }
.category-model-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.category-model-grid.four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.category-model-grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.category-model-card { overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 8px 22px rgba(0,38,91,.04); transition: border-color .18s ease, transform .18s ease; }
a.category-model-card:hover { border-color: var(--primary); transform: translateY(-2px); }
.category-model-card > div { overflow: hidden; height: 150px; background: var(--pale); }
.category-model-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .28s ease; }
a.category-model-card:hover img { transform: scale(1.04); }
.category-model-card section { padding: 16px; }
.category-model-card h3 { color: var(--primary); font-size: 21px; font-weight: 900; line-height: 26px; }
.category-model-card p { display: -webkit-box; min-height: 40px; margin-top: 12px; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; color: #516174; font-size: 12px; line-height: 20px; }
.category-model-card .model-capacity { display: block; min-height: 0; margin-top: 8px; color: var(--primary); font-size: 12px; font-weight: 900; line-height: 16px; text-transform: uppercase; }
.category-model-controls { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 24px; border: 1px solid var(--line); border-radius: 8px; background: #fff; padding: 12px 16px; color: #516174; font-size: 14px; }
.category-model-controls div { display: flex; align-items: center; gap: 8px; }
.category-model-controls button { min-height: 40px; border: 1px solid var(--primary); border-radius: 4px; background: #fff; color: var(--primary); padding: 0 20px; font-size: 12px; font-weight: 900; text-transform: uppercase; }
.category-model-controls button:last-child { border-color: var(--primary); background: var(--primary); color: #fff; }
.category-model-controls button:disabled { cursor: not-allowed; border-color: #aac0dd; background: #fff; color: #8fa6c8; }
.category-model-controls span { color: #173966; font-size: 12px; font-weight: 900; }
.category-structure-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.category-structure-card,
.category-application-card,
.category-more-card,
.category-trusted-card { overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: #fff; text-align: center; }
.category-structure-card { box-shadow: 0 8px 22px rgba(0,38,91,.04); }
.category-structure-card > div { height: 130px; background: var(--pale); }
.category-structure-card img,
.category-application-card img,
.category-more-card img,
.category-trusted-card img { width: 100%; height: 100%; object-fit: cover; }
.category-structure-card section { padding: 20px; }
.category-structure-icon { width: 32px; height: 32px; color: var(--primary); }
.category-structure-card h3 { margin-top: 12px; color: #173966; font-size: 14px; font-weight: 900; line-height: 20px; }
.category-structure-card p { margin-top: 8px; color: #516174; font-size: 12px; line-height: 20px; }
.category-application-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }
.category-trusted-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.category-application-card > div,
.category-trusted-card > div { height: 120px; background: var(--pale); }
.category-application-card p { padding: 12px; color: #173966; font-size: 12px; font-weight: 900; line-height: 18px; }
.category-parameter-table table { min-width: 760px; text-align: center; }
.category-parameter-table .heading-row { background: var(--primary); color: #fff; }
.category-parameter-table .heading-row td { color: #fff; }
.table-note.center { text-align: center; }
.category-investment-panel { grid-template-columns: 1.15fr .85fr; padding: 28px; }
.category-investment-panel h2 { margin-top: 8px; color: #173966; font-size: 26px; font-weight: 900; line-height: 34px; }
.category-investment-panel button { margin-top: 24px; }
.category-more-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.category-more-card > div { height: 150px; background: var(--pale); }
.category-more-card h3 { display: -webkit-box; min-height: 48px; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; padding: 16px; color: #173966; font-size: 14px; font-weight: 900; line-height: 20px; }
.category-trusted-card section { padding: 12px; text-align: left; }
.category-trusted-card h3 { color: #173966; font-size: 12px; font-weight: 900; line-height: 18px; }
.category-trusted-card p { display: -webkit-box; margin-top: 4px; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 1; color: #516174; font-size: 12px; line-height: 18px; }

.contact-card-section { padding: 40px 0; }
.contact-card-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.contact-card { display: flex; gap: 20px; border: 1px solid var(--line); border-radius: 8px; background: #fff; padding: 24px; box-shadow: 0 8px 22px rgba(0,38,91,.05); }
.contact-card-icon { display: flex; width: 64px; height: 64px; flex: 0 0 auto; align-items: center; justify-content: center; border-radius: 50%; background: var(--primary); color: #fff; }
.contact-card-svg { width: 32px; height: 32px; }
.contact-card h2 { color: var(--primary-dark); font-size: 18px; font-weight: 800; line-height: 28px; }
.contact-card p { margin-top: 8px; color: #516174; font-size: 14px; line-height: 24px; overflow-wrap: anywhere; }
.contact-card a:hover { color: var(--primary); }

.contact-inquiry-section { padding: 0 0 40px; }
.contact-form-panel { border: 1px solid var(--line); border-radius: 8px; background: #fff; padding: 28px; box-shadow: 0 10px 28px rgba(0,38,91,.06); }
.contact-form-head { margin-bottom: 28px; text-align: center; }
.contact-form-head h2 { color: var(--primary); font-size: 26px; font-weight: 800; line-height: 32px; text-transform: uppercase; }
.contact-form-head div { width: 48px; height: 3px; margin: 8px auto 0; background: var(--primary); }
.contact-form-head p { margin-top: 12px; color: #516174; font-size: 14px; line-height: 20px; }
.contact-page-form { display: block; }
.contact-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.contact-form-grid { margin-bottom: 24px; }
.contact-page-form label { display: block; color: #173966; font-size: 14px; font-weight: 500; line-height: 20px; }
.contact-page-form label span { color: #dc2626; }
.contact-page-form input,
.contact-page-form textarea { width: 100%; border: 1px solid #dfe4ea; border-radius: 6px; background: #fff; color: #1e2f48; font-size: 14px; outline: none; box-shadow: 0 1px 2px rgba(0,0,0,.05); }
.contact-page-form input,
.contact-page-form textarea { margin-top: 8px; }
.contact-page-form input { height: 40px; padding: 0 12px; }
.contact-page-form textarea { min-height: 144px; padding: 8px 12px; resize: vertical; }
.contact-page-form input::placeholder,
.contact-page-form textarea::placeholder { color: #8a98aa; opacity: 1; }
.contact-page-form input:focus,
.contact-page-form textarea:focus { border-color: var(--primary); box-shadow: 0 0 0 2px rgba(0,63,147,.16); }
.contact-page-form input:-webkit-autofill,
.contact-page-form textarea:-webkit-autofill { -webkit-box-shadow: 0 0 0 1000px #fff inset !important; -webkit-text-fill-color: #1e2f48 !important; caret-color: #1e2f48; }
.contact-message-field { margin-bottom: 24px; }
.contact-page-form button { display: inline-flex; width: auto; height: 44px; align-items: center; justify-content: center; border: 0; border-radius: 6px; background: var(--primary); color: #fff; padding: 0 32px; font-size: 14px; font-weight: 500; text-transform: none; }
.contact-page-form button:hover { background: var(--primary-deep); }
.contact-form-error { margin: 0; }

.contact-location-section { padding: 32px 0; }
.contact-location-panel { display: grid; grid-template-columns: .45fr 1fr; gap: 24px; align-items: start; border: 1px solid var(--line); border-radius: 8px; background: #fff; padding: 28px; }
.contact-eyebrow { color: var(--primary); font-size: 14px; font-weight: 800; line-height: 20px; text-transform: uppercase; }
.contact-location-panel h2 { margin-top: 12px; color: var(--primary-dark); font-size: 28px; font-weight: 800; line-height: 36px; }
.contact-title-line { width: 48px; height: 3px; margin-top: 12px; background: var(--primary); }
.contact-location-panel p:not(.contact-eyebrow) { margin-top: 20px; color: #516174; font-size: 14px; line-height: 28px; }
.contact-location-panel a { display: inline-flex; margin-top: 28px; border-radius: 4px; background: var(--primary); color: #fff; padding: 12px 28px; font-size: 12px; font-weight: 800; line-height: 16px; text-transform: uppercase; }
.contact-map { position: relative; height: 320px; min-height: 320px; overflow: hidden; border-radius: 8px; background: var(--pale); }
.contact-map img { width: 100%; height: 100%; object-fit: cover; }

.contact-support-section { padding: 32px 0; }
.contact-support-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.contact-support-card { border: 1px solid var(--line); border-radius: 8px; background: #fff; padding: 28px; }
.contact-support-svg { width: 48px; height: 48px; color: var(--primary); }
.contact-support-card h2 { margin-top: 20px; color: var(--primary-dark); font-size: 18px; font-weight: 800; line-height: 28px; text-transform: uppercase; }
.contact-support-card p { margin-top: 12px; color: #516174; font-size: 14px; line-height: 28px; }

.contact-chat-section { padding: 0 0 48px; }
.contact-chat-panel { display: grid; grid-template-columns: .8fr 1fr auto; gap: 32px; align-items: center; border: 1px solid var(--line); border-radius: 8px; background: #f8fbff; padding: 32px; }
.contact-chat-icon { width: 96px; height: 96px; color: #19b957; }
.contact-chat-panel h2 { color: var(--primary-dark); font-size: 24px; font-weight: 800; line-height: 32px; }
.contact-chat-panel p { margin-top: 12px; color: #516174; font-size: 14px; line-height: 24px; }
.contact-chat-panel a { display: inline-flex; border-radius: 4px; background: var(--primary); color: #fff; padding: 12px 32px; font-size: 12px; font-weight: 800; line-height: 16px; text-transform: uppercase; }

.project-grid { grid-template-columns: repeat(3, 1fr); }
.project-card img { width: 100%; height: 220px; object-fit: cover; transition: transform .28s ease; }
.project-card div { padding: 18px; }
.project-card p { color: var(--primary); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.project-card h3 { color: #173966; font-size: 18px; font-weight: 900; line-height: 1.35; }
.project-card span, .related-card span { color: var(--primary); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.project-stat-section { padding: 32px 0 24px; }
.project-list-section,
.project-featured-section,
.project-global-section { padding: 32px 0; }
.project-filter-tabs { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 28px; border: 1px solid var(--line); border-radius: 8px; background: #fff; padding: 12px; }
.project-filter-tabs a { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; border-radius: 4px; color: var(--primary-dark); padding: 0 28px; font-size: 14px; font-weight: 800; line-height: 20px; }
.project-filter-tabs a.active,
.project-filter-tabs a:hover { background: var(--primary); color: #fff; }
.project-page-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.project-page-card { overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 8px 22px rgba(0,38,91,.05); }
.project-page-media { overflow: hidden; height: 210px; background: var(--pale); }
.project-page-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .28s ease; }
.project-page-card:hover img { transform: scale(1.04); }
.project-page-card-body { padding: 20px; }
.project-country { color: var(--primary); font-size: 14px; font-weight: 900; line-height: 20px; }
.project-page-card h2 { display: -webkit-box; min-height: 44px; margin-top: 12px; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; color: #173966; font-size: 16px; font-weight: 900; line-height: 22px; }
.project-application { display: -webkit-box; margin-top: 12px; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; color: #516174; font-size: 14px; line-height: 24px; }
.project-pager { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 32px; border: 1px solid var(--line); border-radius: 8px; background: #fff; padding: 16px; color: #173966; font-size: 14px; font-weight: 800; line-height: 22px; }
.project-pager div { display: flex; align-items: center; gap: 12px; }
.project-pager button { min-height: 40px; border: 1px solid #c9d9ee; border-radius: 4px; background: #fff; color: var(--primary); padding: 0 20px; font-size: 12px; font-weight: 900; }
.project-pager button:hover:not(:disabled) { background: #eef6ff; }
.project-pager button:disabled { cursor: not-allowed; color: #8fa6c8; }
.project-pager div span { border-radius: 4px; background: #eef6ff; color: var(--primary-dark); padding: 9px 16px; }
.project-featured-panel { display: grid; grid-template-columns: .65fr 1.35fr; gap: 28px; align-items: stretch; border: 1px solid var(--line); border-radius: 8px; background: #fff; padding: 24px; }
.project-featured-copy > span { display: inline-flex; border-radius: 4px; background: var(--primary); color: #fff; padding: 4px 12px; font-size: 12px; font-weight: 800; line-height: 18px; text-transform: uppercase; }
.project-featured-copy h2 { margin-top: 16px; color: var(--primary); font-size: 28px; font-weight: 900; line-height: 1.18; }
.project-featured-copy div { display: grid; gap: 12px; margin-top: 20px; color: #516174; font-size: 14px; line-height: 22px; }
.project-featured-copy strong { color: #17243a; }
.project-featured-copy a { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; margin-top: 28px; border-radius: 4px; background: var(--primary); color: #fff; padding: 0 28px; font-size: 12px; font-weight: 900; text-transform: uppercase; }
.project-featured-media { overflow: hidden; min-height: 320px; border-radius: 8px; background: var(--pale); }
.project-featured-media img { width: 100%; height: 100%; object-fit: cover; }
.project-global-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 32px; align-items: center; }
.project-global-map { overflow: hidden; height: 330px; border-radius: 8px; background: var(--pale); }
.project-global-map img { width: 100%; height: 100%; object-fit: cover; }
.project-global-list { display: grid; gap: 16px; color: #173966; font-size: 14px; font-weight: 800; line-height: 22px; }
.project-global-list p { display: flex; align-items: center; gap: 12px; }
.project-detail-hero .hero-actions { margin-top: 28px; }
.project-detail-hero .btn-primary { gap: 8px; }
.project-detail-top-section { padding: 56px 0; }
.project-detail-top-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 40px; align-items: center; }
.project-detail-main-media { overflow: hidden; aspect-ratio: 16 / 11; border: 1px solid var(--line); border-radius: 8px; background: var(--pale); }
.project-detail-main-media img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.project-detail-summary { min-width: 0; }
.project-detail-eyebrow { color: var(--primary); font-size: 13px; font-weight: 900; line-height: 20px; text-transform: uppercase; }
.project-detail-summary h2 { margin-top: 12px; color: #17243a; font-size: 38px; font-weight: 900; line-height: 1.14; }
.project-detail-spec-grid,
.project-config-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.project-detail-spec-grid { margin-top: 28px; }
.project-detail-spec { min-height: 82px; border: 1px solid #dfe6f0; border-radius: 5px; background: #f8fbff; padding: 14px 16px; }
.project-detail-spec span { display: block; color: #7a8798; font-size: 10px; font-weight: 900; line-height: 14px; text-transform: uppercase; }
.project-detail-spec strong { display: block; margin-top: 6px; color: #173966; font-size: 13px; font-weight: 700; line-height: 18px; }
.project-detail-actions { display: flex; gap: 12px; margin-top: 28px; }
.project-detail-actions .btn-primary,
.project-detail-actions .btn-outline,
.project-detail-inquiry-card .btn-primary { min-height: 44px; align-items: center; justify-content: center; padding: 0 24px; font-size: 12px; }
.project-detail-content-section { background: #f6f9fd; padding: 56px 0; }
.project-detail-content-grid { display: grid; grid-template-columns: 1fr 360px; gap: 32px; align-items: start; }
.project-detail-card-stack { display: grid; gap: 22px; }
.project-content-card { border: 1px solid #dfe6f0; border-radius: 7px; background: #fff; padding: 24px; box-shadow: 0 6px 18px rgba(0,38,91,.04); }
.project-content-card h2 { margin-bottom: 16px; color: #17243a; font-size: 22px; font-weight: 900; line-height: 30px; }
.project-content-card p { color: #516174; font-size: 14px; line-height: 26px; }
.project-content-card p + p { margin-top: 14px; }
.project-detail-image-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.project-detail-image-grid div { overflow: hidden; height: 224px; border: 1px solid var(--line); border-radius: 6px; background: var(--pale); }
.project-detail-image-grid img { display: block; width: 100%; height: 100%; object-fit: cover; }
.project-detail-sidebar { position: sticky; top: 112px; z-index: 2; align-self: start; }
.project-detail-inquiry-card { border: 1px solid #dfe6f0; border-radius: 7px; background: #fff; padding: 24px; box-shadow: 0 6px 18px rgba(0,38,91,.04); }
.project-detail-inquiry-card h2 { color: #17243a; font-size: 20px; font-weight: 900; line-height: 28px; }
.project-detail-inquiry-card p { margin-top: 12px; color: #516174; font-size: 13px; line-height: 22px; }
.project-detail-inquiry-card .btn-primary { width: 100%; margin-top: 20px; }
.global-grid img, .intro-grid img { width: 100%; max-height: 420px; border-radius: 8px; object-fit: cover; background: var(--pale); }
.plain-list { color: var(--muted); line-height: 1.9; }
.plain-list li { display: flex; align-items: flex-start; gap: 2px; }

.detail-grid { display: grid; gap: 28px; align-items: start; grid-template-columns: .9fr 1.15fr .78fr; }
.original-detail { align-items: stretch; }
.panel { padding: 22px; }
.original-detail > .panel { height: 100%; }
.detail-copy { display: flex; flex-direction: column; }
.detail-copy h1 { color: var(--primary-dark); font-size: 38px; font-weight: 900; line-height: 1.12; overflow-wrap: anywhere; }
.detail-copy p { margin-top: 14px; color: #3c4f68; font-size: 15px; line-height: 1.8; }
.detail-copy .hero-actions { margin-top: auto; padding-top: 28px; }
.gallery { display: flex; flex-direction: column; justify-content: center; padding: 12px; }
.gallery-main-wrap { position: relative; overflow: hidden; border-radius: 8px; background: var(--pale); }
.gallery-main { display: block; width: 100%; height: 365px; object-fit: cover; }
.gallery-main-video { border: 0; background: #082d63; }
.gallery-video-placeholder { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; background: #082d63; color: #fff; font-size: 14px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.gallery-play-icon { width: 56px; height: 56px; }
.thumb-row { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; margin-top: 16px; }
.thumb-row button { position: relative; overflow: hidden; height: 80px; border: 1px solid var(--line); border-radius: 6px; background: var(--pale); padding: 0; cursor: pointer; }
.thumb-row button.is-active { border-color: var(--primary); box-shadow: 0 0 0 2px rgba(0,63,147,.18); }
.thumb-row img, .thumb-row video { width: 100%; height: 100%; object-fit: cover; }
.thumb-play { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; background: rgba(0,27,63,.25); color: #fff; }
.thumb-play-icon { width: 34px; height: 34px; filter: drop-shadow(0 2px 4px rgba(0,0,0,.32)); }
.thumb-video-placeholder { display: flex; width: 100%; height: 100%; flex-direction: column; align-items: center; justify-content: center; gap: 4px; background: #082d63; color: #fff; }
.thumb-video-placeholder small { font-size: 10px; font-weight: 900; line-height: 1; text-transform: uppercase; }
.spec-panel { display: grid; align-content: center; padding: 20px; }
.spec-panel div { display: grid; grid-template-columns: 24px 1fr; gap: 12px; border-bottom: 1px solid var(--line); padding: 14px 0; }
.spec-panel div:last-child { border-bottom: 0; }
.spec-icon { width: 20px; height: 20px; margin-top: 2px; color: var(--primary); }
.spec-panel span { display: block; color: #516174; font-size: 12px; font-weight: 800; }
.spec-panel strong { display: block; margin-top: 4px; color: #173966; font-size: 14px; line-height: 1.45; }
.icon-card-grid { grid-template-columns: repeat(4, 1fr); }
.icon-card-grid.six { grid-template-columns: repeat(6, 1fr); }
.icon-card { padding: 24px 18px; text-align: center; }
.icon-card span { display: inline-flex; width: 56px; height: 56px; align-items: center; justify-content: center; border-radius: 50%; background: #edf5ff; color: var(--primary); font-size: 28px; font-weight: 900; }
.icon-card .icon-card-svg { display: inline-flex; width: 56px; height: 56px; margin: 0 auto; align-items: center; justify-content: center; border-radius: 50%; background: #edf5ff; padding: 12px; }
.icon-card h3 { margin-top: 16px; color: var(--primary-dark); font-size: 15px; font-weight: 900; }
.icon-card p { color: #516174; font-size: 13px; line-height: 1.65; }
.application-grid { grid-template-columns: repeat(4, 1fr); }
.application-card { text-align: center; }
.application-card img { width: 100%; height: 170px; object-fit: cover; background: var(--pale); }
.application-card h3 { margin: 18px 16px 8px; color: var(--primary-dark); font-size: 16px; font-weight: 900; }
.application-card p { margin: 0 20px 20px; color: #516174; font-size: 14px; line-height: 1.7; }
.about-profile-section { padding: 48px 0; }
.about-profile-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 36px; align-items: center; }
.about-profile-copy > p { color: #516174; font-size: 14px; line-height: 28px; }
.about-profile-copy > p + p { margin-top: 16px; }
.about-stat-box { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 28px; border: 1px solid var(--line); border-radius: 8px; padding: 16px; text-align: center; }
.about-stat-box strong { display: block; color: var(--primary); font-size: 24px; font-weight: 900; line-height: 32px; }
.about-stat-box span { display: block; color: #516174; font-size: 12px; font-weight: 700; line-height: 18px; }
.about-view-more { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; margin-top: 28px; border-radius: 4px; background: var(--primary); color: #fff; padding: 0 28px; font-size: 12px; font-weight: 900; text-transform: uppercase; }
.about-view-more:hover { background: var(--primary-deep); }
.about-factory-gallery { display: grid; gap: 8px; }
.about-factory-main,
.about-factory-thumbs div { overflow: hidden; border-radius: 8px; background: var(--pale); }
.about-factory-main { height: 315px; }
.about-factory-thumbs { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
.about-factory-thumbs div { height: 118px; border-radius: 6px; }
.about-factory-gallery img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.about-mission-section,
.about-milestones-section,
.about-quality-section,
.about-team-section { padding: 32px 0; }
.about-mission-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.about-milestone-grid { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 16px; }
.about-milestone-grid div { border-top: 2px solid var(--line); padding-top: 20px; text-align: center; }
.about-milestone-grid span { display: block; width: 20px; height: 20px; margin: 0 auto; border: 4px solid var(--line); border-radius: 50%; background: var(--primary); }
.about-milestone-grid strong { display: block; margin-top: 16px; color: var(--primary-dark); font-size: 18px; font-weight: 900; line-height: 24px; }
.about-milestone-grid p { margin-top: 8px; color: #516174; font-size: 12px; line-height: 20px; }
.about-quality-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.about-quality-card { overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.about-quality-card > div { height: 180px; background: var(--pale); }
.about-quality-card img { width: 100%; height: 100%; object-fit: cover; }
.about-quality-card section { padding: 20px; }
.about-quality-card h3 { color: var(--primary-dark); font-size: 16px; font-weight: 900; line-height: 22px; }
.about-quality-card p { margin-top: 8px; color: #516174; font-size: 14px; line-height: 24px; }
.about-team-grid { display: grid; grid-template-columns: .55fr 1.45fr; gap: 28px; align-items: center; }
.about-team-bullets { display: grid; gap: 12px; }
.about-team-bullets p { display: flex; align-items: center; gap: 8px; color: #173966; font-size: 14px; font-weight: 700; line-height: 22px; }
.about-team-cards { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.about-team-cards > div { text-align: center; }
.about-team-cards > div > div { overflow: hidden; height: 200px; border-radius: 6px; background: var(--pale); }
.about-team-cards img { width: 100%; height: 100%; object-fit: cover; }
.about-team-cards p { margin-top: 12px; color: var(--primary-dark); font-size: 14px; font-weight: 900; line-height: 20px; }
.service-pillars-section { padding: 48px 0; }
.service-pillars-grid { gap: 20px; }
.service-pillars-grid .icon-card { min-height: 210px; }
.service-process-section { padding: 32px 0; }
.service-process-row { margin-top: 12px; }
.service-installation-section { padding: 40px 0; }
.service-installation-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 32px; align-items: center; }
.service-installation-copy > p { color: #516174; font-size: 14px; line-height: 28px; }
.service-bullet-list { display: grid; gap: 12px; margin-top: 24px; }
.service-bullet-list.compact { margin-top: 0; }
.service-bullet-list p { display: flex; align-items: center; gap: 8px; color: #173966; font-size: 14px; font-weight: 700; line-height: 22px; }
.service-bullet-icon { width: 20px; height: 20px; flex-shrink: 0; color: var(--primary); }
.service-installation-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.service-image-card { text-align: center; }
.service-image-wrap { overflow: hidden; height: 210px; border-radius: 8px; background: var(--pale); }
.service-image-wrap img { width: 100%; height: 100%; object-fit: cover; }
.service-image-card p { margin-top: 12px; color: var(--primary-dark); font-size: 14px; font-weight: 900; line-height: 20px; }
.service-spare-section { padding: 32px 0; }
.service-spare-panel { display: grid; grid-template-columns: .9fr 1fr .55fr; gap: 32px; align-items: center; border: 1px solid var(--line); border-radius: 8px; background: #fff; padding: 28px; }
.service-spare-image { overflow: hidden; height: 230px; border-radius: 8px; background: var(--pale); }
.service-spare-image img { width: 100%; height: 100%; object-fit: cover; }
.service-spare-cta { border-radius: 8px; background: #eef5ff; padding: 24px; text-align: center; }
.service-spare-cta-icon { width: 48px; height: 48px; color: var(--primary); }
.service-spare-cta h3 { margin-top: 16px; color: var(--primary-dark); font-size: 18px; font-weight: 900; line-height: 24px; }
.service-spare-cta p { margin-top: 12px; color: #516174; font-size: 14px; line-height: 24px; }
.service-spare-cta button { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; margin-top: 20px; border: 0; border-radius: 4px; background: var(--primary); color: #fff; padding: 0 24px; font-size: 12px; font-weight: 900; text-transform: uppercase; }
.service-spare-cta button:hover { background: var(--primary-deep); }
.service-faq-section { padding: 32px 0; }
.strength-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; border: 1px solid var(--line); border-radius: 8px; background: #fff; padding: 16px; }
.strength-grid div { display: flex; align-items: center; color: #173966; font-size: 14px; font-weight: 800; }
.detail-strength-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; border: 0; background: transparent; padding: 0; }
.detail-strength-grid .detail-strength-card { display: block; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 10px 24px rgba(0,38,91,.06); }
.detail-strength-card img { display: block; width: 100%; aspect-ratio: 32 / 21; height: auto; object-fit: cover; background: var(--pale); }
.detail-strength-card section { padding: 18px 20px 20px; }
.detail-strength-card h3 { color: var(--primary-dark); font-size: 17px; font-weight: 900; line-height: 24px; }
.detail-strength-card p { margin-top: 8px; color: #516174; font-size: 14px; font-weight: 500; line-height: 24px; }
.related-grid { grid-template-columns: repeat(4, 1fr); }
.related-card { display: flex; min-height: 265px; flex-direction: column; padding: 0; }
.related-card img { width: 100%; height: 150px; object-fit: cover; background: var(--pale); }
.related-card > div { display: flex; min-width: 0; flex: 1; flex-direction: column; align-items: flex-start; padding: 16px; }
.related-card h3 { display: -webkit-box; min-height: 40px; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; color: var(--primary-dark); font-size: 14px; font-weight: 900; line-height: 20px; }
.related-card .related-detail-button { display: inline-flex; width: 100%; min-height: 34px; align-items: center; justify-content: center; gap: 6px; margin-top: auto; border: 1px solid var(--primary); border-radius: 4px; background: #fff; padding: 0 12px; color: var(--primary); line-height: 16px; }
.related-card:hover .related-detail-button { background: var(--primary); color: #fff; }
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 8px; }
table { width: 100%; min-width: 760px; border-collapse: collapse; font-size: 14px; }
.center-table { min-width: 1120px; }
th, td { border: 1px solid var(--line); padding: 14px 16px; }
th { background: #f1f7ff; color: var(--primary-dark); text-align: left; }
td { color: #42536a; }
.center-table th, .center-table td { text-align: center; }
.grouped-parameter-row th,
.grouped-parameter-row td { vertical-align: top; }
.parameter-value-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px 18px; margin: 0; padding: 0; list-style: none; text-align: left; }
.parameter-value-list li { position: relative; padding-left: 14px; color: #173966; font-size: 13px; font-weight: 600; line-height: 20px; }
.parameter-value-list li::before { content: ""; position: absolute; left: 0; top: 8px; width: 5px; height: 5px; border-radius: 50%; background: var(--primary); }
.table-note { margin-top: 12px; color: #6a7890; font-size: 12px; line-height: 24px; }

.info-card-grid { grid-template-columns: repeat(3, 1fr); }
.info-card img { width: 100%; height: 210px; object-fit: cover; background: var(--pale); }
.info-card div { padding: 20px; }
.info-card h3 { color: #173966; font-size: 16px; font-weight: 900; }
.info-card p { color: #516174; font-size: 14px; line-height: 1.7; }
.info-card button { min-height: 40px; border: 0; border-radius: 4px; background: var(--primary); color: #fff; padding: 0 20px; font-size: 12px; font-weight: 900; text-transform: uppercase; }
.investment-panel { display: grid; grid-template-columns: 1.15fr .85fr; gap: 28px; border: 1px solid var(--line); border-radius: 8px; background: #fff; padding: 28px; }
.investment-panel h2 { color: #173966; font-size: 28px; }
.investment-panel p { color: #516174; line-height: 1.8; }
.benefit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.benefit-grid div { display: flex; align-items: center; min-height: 76px; border-radius: 8px; background: #f1f7ff; padding: 20px; color: #173966; font-weight: 900; }

.news-section { padding: 48px 0; }
.news-section.is-loading { pointer-events: none; opacity: .68; transition: opacity .16s ease; }
.news-layout { display: grid; grid-template-columns: 1fr 330px; gap: 32px; align-items: start; }
.news-featured-card { display: grid; grid-template-columns: .95fr 1fr; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 8px 22px rgba(0,38,91,.05); }
.news-featured-media { min-height: 320px; background: var(--pale); }
.news-featured-media img { width: 100%; height: 100%; min-height: 320px; object-fit: cover; }
.news-featured-copy { padding: 28px; }
.news-eyebrow { color: var(--primary); font-size: 14px; font-weight: 900; line-height: 20px; text-transform: uppercase; }
.news-featured-copy h2 { margin-top: 16px; color: #173966; font-size: 24px; font-weight: 900; line-height: 1.25; }
.news-date { margin-top: 16px; color: #516174; font-size: 14px; line-height: 22px; }
.news-summary { margin-top: 20px; color: #516174; font-size: 14px; line-height: 28px; }
.clamp-5,
.news-list-summary,
.news-recent-list h3 { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; }
.clamp-5 { -webkit-line-clamp: 5; }
.news-read-full { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; margin-top: 28px; border-radius: 4px; background: var(--primary); color: #fff; padding: 0 28px; font-size: 12px; font-weight: 900; text-transform: uppercase; }
.news-all-block { margin-top: 36px; }
.news-list-original { display: grid; gap: 24px; }
.news-list-original > a { display: grid; grid-template-columns: 220px 1fr; gap: 20px; border-bottom: 1px solid var(--line); padding-bottom: 24px; }
.news-list-media { overflow: hidden; height: 150px; border-radius: 6px; background: var(--pale); }
.news-list-media img { width: 100%; height: 100%; object-fit: cover; }
.news-list-original h2 { color: #173966; font-size: 18px; font-weight: 900; line-height: 25px; }
.news-list-meta { margin-top: 8px; color: #516174; font-size: 14px; line-height: 22px; }
.news-list-summary { margin-top: 12px; color: #516174; font-size: 14px; line-height: 24px; -webkit-line-clamp: 2; }
.news-list-original span { display: inline-flex; margin-top: 16px; color: var(--primary); font-size: 12px; font-weight: 900; line-height: 18px; text-transform: uppercase; }
.news-sidebar { position: sticky; top: 120px; z-index: 2; display: grid; max-height: calc(100vh - 140px); gap: 24px; align-self: start; overflow-y: auto; padding-right: 2px; }
.news-sidebar::-webkit-scrollbar { width: 4px; }
.news-sidebar::-webkit-scrollbar-thumb { border-radius: 999px; background: #c9d9ee; }
.news-sidebar-box { border: 1px solid var(--line); border-radius: 8px; background: #fff; padding: 24px; }
.news-sidebar-box h2 { color: var(--primary-dark); font-size: 16px; font-weight: 900; line-height: 22px; text-transform: uppercase; }
.news-sidebar-box > div { margin-top: 16px; }
.news-sidebar-box > div > a:not(.news-topic-list a),
.news-recent-list a { border-bottom: 1px solid #e3edf8; }
.news-sidebar-box > div > a:not(.news-topic-list a) { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 0; color: #173966; font-size: 14px; font-weight: 800; line-height: 20px; }
.news-sidebar-box > div > a:last-child,
.news-recent-list a:last-child { border-bottom: 0; }
.news-sidebar-box a.active,
.news-sidebar-box a:hover { color: var(--primary); }
.news-sidebar-box em { border-radius: 999px; background: #edf5ff; color: var(--primary); padding: 4px 8px; font-size: 12px; font-style: normal; font-weight: 900; line-height: 16px; }
.news-recent-list { display: grid; }
.news-recent-list a { display: grid; grid-template-columns: 76px 1fr; gap: 12px; padding: 12px 0; }
.news-recent-list a > div { overflow: hidden; height: 58px; border-radius: 4px; background: var(--pale); }
.news-recent-list img { width: 100%; height: 100%; object-fit: cover; }
.news-recent-list h3 { color: #173966; font-size: 12px; font-weight: 900; line-height: 20px; -webkit-line-clamp: 2; }
.news-recent-list p { margin-top: 4px; color: #6b7b90; font-size: 12px; line-height: 18px; }
.news-topic-list { display: flex; flex-wrap: wrap; gap: 8px; }
.news-topic-list a { border-radius: 4px; background: #edf5ff; color: var(--primary); padding: 8px 12px; font-size: 12px; font-weight: 800; line-height: 16px; }
.news-topic-list a:hover { background: var(--primary); color: #fff; }
.news-pagination { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 32px; border: 1px solid var(--line); border-radius: 8px; background: #fff; padding: 12px 16px; color: #516174; font-size: 14px; line-height: 22px; }
.news-pagination div { display: flex; align-items: center; gap: 8px; }
.news-pagination a { display: inline-flex; align-items: center; justify-content: center; height: 40px; border: 1px solid var(--primary); border-radius: 4px; color: var(--primary); padding: 0 20px; font-size: 12px; font-weight: 900; text-transform: uppercase; }
.news-pagination a.next { border-color: var(--primary); background: var(--primary); color: #fff; }
.news-pagination a.disabled { pointer-events: none; border-color: #aac0dd; background: #fff; color: #8fa6c8; }
.featured-news { display: grid; grid-template-columns: .95fr 1fr; gap: 0; overflow: hidden; margin-bottom: 28px; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 8px 22px rgba(0,38,91,.05); }
.featured-news img { width: 100%; height: 280px; object-fit: cover; background: var(--pale); }
.featured-news div { padding: 26px; }
.featured-news h2 { color: #173966; font-size: 28px; font-weight: 900; line-height: 1.2; }
.side-panel { padding: 22px; }
.side-panel h3 { color: #173966; font-size: 16px; font-weight: 900; text-transform: uppercase; }
.side-panel p, .side-panel a { display: block; border-bottom: 1px solid var(--line); padding: 12px 0; color: #516174; font-size: 14px; line-height: 1.6; }
.side-panel span { display: block; color: var(--primary); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.side-search { display: grid; gap: 8px; margin-bottom: 22px; }
.side-search input { height: 42px; border: 1px solid var(--line); border-radius: 4px; padding: 0 12px; }
.side-search button, .contact-form button, .quote-band form button { height: 44px; border: 0; border-radius: 4px; background: var(--primary); color: #fff; font-weight: 900; text-transform: uppercase; }
.category-link { display: flex !important; justify-content: space-between; }
.article-panel { padding: 28px; }
.article-panel h2 { margin-top: 26px; color: #173966; font-size: 24px; font-weight: 900; }
.article-panel h3 { margin-top: 20px; color: var(--primary); font-size: 18px; font-weight: 900; }
.article-panel p { color: #42536a; font-size: 15px; line-height: 1.9; }
.article-meta { color: var(--primary) !important; font-size: 13px !important; font-weight: 900; }
.news-article-image { overflow: hidden; height: 360px; margin: -28px -28px 24px; border-bottom: 1px solid var(--line); background: var(--pale); }
.news-article-image img { width: 100%; height: 100%; object-fit: cover; }
.news-article-content p + p { margin-top: 12px; }
.article-inline-image { margin: 24px 0; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 8px 22px rgba(0,38,91,.05); }
.article-inline-image img { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.article-inline-image figcaption { padding: 10px 14px; color: #54708f; font-size: 12px; line-height: 1.5; background: #f5f9ff; }
.news-detail-cta { margin-top: 28px; border-top: 1px solid var(--line); padding-top: 24px; }
.news-detail-cta button,
.news-mini-inquiry button { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; border: 0; border-radius: 4px; background: var(--primary); color: #fff; padding: 0 24px; font-size: 12px; font-weight: 900; text-transform: uppercase; }
.news-detail-cta button { gap: 8px; }
.news-detail-cta button:hover,
.news-mini-inquiry button:hover { background: var(--primary-deep); }
.news-detail-sidebar .news-sidebar-box > p { margin-top: 12px; color: #516174; font-size: 13px; line-height: 22px; }
.news-mini-inquiry form { display: grid; gap: 10px; margin-top: 16px; }
.news-mini-inquiry input,
.news-mini-inquiry textarea { width: 100%; border: 1px solid #d6e0ec; border-radius: 5px; background: #fff; color: #1e2f48; font-size: 13px; outline: none; }
.news-mini-inquiry input { height: 40px; padding: 0 12px; }
.news-mini-inquiry textarea { min-height: 96px; padding: 10px 12px; resize: vertical; }
.news-mini-inquiry input:focus,
.news-mini-inquiry textarea:focus { border-color: var(--primary); box-shadow: 0 0 0 2px rgba(0,63,147,.12); }
.news-mini-inquiry button { width: 100%; }
.policy-panel { max-width: 920px; }
.project-gallery { margin-bottom: 24px; }
.contact-form { border: 1px solid var(--line); border-radius: 8px; background: #fff; padding: 28px; box-shadow: 0 8px 22px rgba(0,38,91,.05); }
.contact-form h2 { color: #17243a; font-size: 28px; font-weight: 900; }
.contact-form input, .contact-form textarea, .quote-form input, .quote-form textarea { width: 100%; border: 1px solid #dfe4ea; border-radius: 6px; padding: 12px 14px; color: #1e2f48; outline: none; }
.contact-form textarea, .quote-form textarea { min-height: 140px; resize: vertical; }
.contact-form { display: grid; gap: 14px; }
.contact-form label { display: grid; gap: 8px; }
.contact-form label span,
.quote-form label span,
.form-error { color: #b91c1c; font-size: 12px; font-weight: 800; }
.form-error { margin: 0; border: 1px solid #fecaca; border-radius: 6px; background: #fef2f2; padding: 10px 12px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-note { margin: 0; color: #6a7890; font-size: 12px; }

.quote-band-section { padding: 32px 0; }
.quote-band { display: grid; grid-template-columns: .95fr 1.65fr 300px; overflow: hidden; border-radius: 10px; background: var(--primary); color: #fff; box-shadow: 0 14px 28px rgba(0,39,91,.18); }
.quote-band > div:first-child { padding: 40px; }
.quote-band h2 { color: #fff; font-size: 28px; font-weight: 800; line-height: 1.25; }
.quote-band p { margin-top: 16px; color: rgba(255,255,255,.85); font-size: 14px; line-height: 24px; }
.quote-band ul { display: grid; gap: 8px; margin: 20px 0 0; padding: 0; list-style: none; color: rgba(255,255,255,.95); font-size: 14px; }
.quote-band li { display: flex; align-items: center; gap: 8px; line-height: 20px; }
.quote-benefit-icon { width: 16px; height: 16px; flex-shrink: 0; }
.quote-band form { z-index: 10; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin: 32px 0; border-radius: 8px; padding: 24px; background: rgba(255,255,255,.95); color: #1e2f48; }
.quote-band input, .quote-band textarea { width: 100%; border: 1px solid #d6e0ec; border-radius: 4px; background: transparent !important; color: #1e2f48; font-size: 14px; font-weight: 400; outline: none; }
.quote-band input { height: 40px; padding: 0 12px; }
.quote-band textarea { min-height: 96px; grid-column: 1 / -1; padding: 8px 12px; resize: vertical; }
.quote-band input::placeholder, .quote-band textarea::placeholder { color: #8a98aa; opacity: 1; }
.quote-band input:-webkit-autofill,
.quote-band textarea:-webkit-autofill { -webkit-box-shadow: 0 0 0 1000px rgba(255,255,255,.95) inset !important; -webkit-text-fill-color: #1e2f48 !important; caret-color: #1e2f48; }
.quote-band form button { grid-column: 1 / -1; padding: 0; font-size: 14px; font-weight: 700; }
.quote-band-image { position: relative; overflow: hidden; }
.quote-band-image { min-height: 290px; background: var(--primary); }
.quote-band-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 64% 30%; }

.site-footer { background: var(--primary-dark); color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .8fr .8fr 1.2fr .85fr; gap: 32px; padding: 44px 32px; }
.footer-logo { width: 210px; height: 54px; object-fit: contain; object-position: left center; }
.site-footer h3 { color: #fff; font-size: 14px; font-weight: 800; line-height: 20px; text-transform: uppercase; }
.footer-brand p { max-width: 280px; margin-top: 16px; color: rgba(255,255,255,.82); font-size: 14px; line-height: 24px; }
.footer-link-list { display: grid; gap: 8px; margin-top: 16px; }
.footer-link-list a,
.footer-contact-link,
.footer-quote p { color: rgba(255,255,255,.82); font-size: 14px; line-height: 24px; }
.site-footer a:hover { color: #fff; }
.social-row { display: flex; gap: 12px; margin-top: 20px; }
.social-row a { display: flex; width: 36px; height: 36px; align-items: center; justify-content: center; border-radius: 4px; background: #0c5bc1; color: #fff; transition: color .18s ease, background .18s ease; }
.social-row a:hover { background: #fff; color: var(--primary-dark); }
.footer-contact-list { display: grid; gap: 12px; margin-top: 16px; }
.footer-contact-link { display: flex; gap: 8px; margin: 0; }
.footer-contact-link span { display: block; }
.footer-quote p { margin-top: 16px; }
.qr-box { display: flex; width: 116px; height: 116px; align-items: center; justify-content: center; border-radius: 4px; background: #fff; padding: 8px; }
.qr-box img { width: 100%; height: 100%; object-fit: contain; }
.footer-quote .qr-box { margin-top: 16px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); background: var(--primary-deep); }
.footer-bottom-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 16px 32px; color: rgba(255,255,255,.75); font-size: 12px; }
.footer-bottom p { margin: 0; color: rgba(255,255,255,.75); font-size: 12px; }
.footer-bottom-links { display: flex; gap: 24px; }
.footer-bottom a { color: rgba(255,255,255,.75); font-size: 12px; }

.quote-modal { display: none; position: fixed; inset: 0; z-index: 90; align-items: center; justify-content: center; padding: 24px 16px; background: rgba(0,0,0,.5); }
.quote-modal.is-open { display: flex; }
.quote-modal-backdrop { position: absolute; inset: 0; border: 0; background: transparent; }
.quote-modal-card { position: relative; width: min(1080px, 100%); max-height: 92vh; overflow-y: auto; border-radius: 10px; background: #fff; box-shadow: 0 24px 80px rgba(0,0,0,.28); }
.quote-close { position: absolute; right: 16px; top: 16px; z-index: 10; display: flex; width: 36px; height: 36px; align-items: center; justify-content: center; border: 0; border-radius: 50%; background: rgba(255,255,255,.9); color: #173966; font-weight: 900; box-shadow: 0 6px 18px rgba(0,38,91,.08); }
.quote-modal-grid { display: grid; grid-template-columns: .78fr 1.22fr; }
.quote-modal-info { position: relative; overflow: hidden; background: var(--primary); color: #fff; padding: 40px; }
.quote-modal-info::before { content: ""; position: absolute; right: -48px; top: -48px; width: 176px; height: 176px; border-radius: 50%; background: rgba(255,255,255,.1); }
.quote-modal-info::after { content: ""; position: absolute; right: 32px; bottom: 32px; width: 112px; height: 112px; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; }
.quote-modal-info > * { position: relative; z-index: 1; }
.quote-modal-info h2 { margin-top: 16px; color: #fff; font-size: 36px; font-weight: 800; line-height: 1.15; }
.quote-modal-info > p:not(.quote-eyebrow) { margin-top: 20px; color: rgba(255,255,255,.86); font-size: 15px; font-weight: 500; line-height: 28px; }
.quote-modal-info a { color: rgba(255,255,255,.96); line-height: 1.4; }
.quote-eyebrow { color: rgba(255,255,255,.75) !important; font-size: 12px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.quote-contact-list { display: grid; gap: 12px; margin-top: 28px; }
.quote-contact-list a { display: flex; align-items: center; gap: 12px; border-radius: 6px; background: rgba(255,255,255,.1); padding: 12px 16px; }
.quote-contact-list a:hover { background: rgba(255,255,255,.16); }
.quote-contact-list span { min-width: 0; color: rgba(255,255,255,.96); font-size: 14px; font-weight: 700; }
.quote-contact-list strong { white-space: nowrap; }
.quote-contact-list span::first-line { color: rgba(255,255,255,.62); font-size: 12px; font-weight: 400; text-transform: uppercase; }
.quote-details { margin-top: 32px; border-radius: 8px; background: #fff; padding: 20px; color: #173966; }
.quote-details h3 { color: var(--primary); font-size: 14px; font-weight: 900; text-transform: uppercase; }
.quote-details p { display: flex; gap: 8px; margin-top: 12px; color: #516174; font-size: 14px; line-height: 24px; }
.quote-form { display: flex; min-height: 100%; flex-direction: column; padding: 40px; }
.quote-form-head { padding-right: 40px; }
.quote-form .quote-eyebrow { color: var(--primary) !important; }
.quote-form h3 { margin-top: 8px; color: #17243a; font-size: 24px; font-weight: 800; line-height: 1.2; }
.quote-form-head > p:not(.quote-eyebrow) { margin-top: 8px; color: #607080; font-size: 14px; line-height: 24px; }
.quote-fields { display: grid; gap: 16px; margin-top: 16px; }
.quote-form .form-grid { gap: 16px; }
.quote-form label { display: block; color: #173966; font-size: 14px; font-weight: 800; line-height: 20px; }
.quote-form input,
.quote-form textarea { margin-top: 8px; width: 100%; border: 1px solid #dfe4ea; border-radius: 6px; background: #fff !important; padding: 0 16px; color: #1e2f48; font-size: 14px; font-weight: 400; outline: none; box-shadow: none; }
.quote-form input { height: 48px; }
.quote-form textarea { min-height: 138px; padding-top: 12px; padding-bottom: 12px; resize: vertical; }
.quote-form input::placeholder,
.quote-form textarea::placeholder { color: #8a98aa; font-weight: 400; opacity: 1; }
.quote-form input:focus,
.quote-form textarea:focus { border-color: var(--primary); }
.quote-form input:-webkit-autofill,
.quote-form textarea:-webkit-autofill { -webkit-box-shadow: 0 0 0 1000px #fff inset !important; -webkit-text-fill-color: #1e2f48 !important; caret-color: #1e2f48; }
.quote-form .quote-button { width: 100%; height: 48px; min-height: 48px; border-radius: 6px; font-size: 15px; font-weight: 800; }
.quote-support-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: auto; border: 1px solid var(--line); border-radius: 8px; background: #f5f9ff; padding: 14px; color: #173966; }
.quote-support-card { border-radius: 6px; background: #fff; padding: 12px; box-shadow: 0 6px 18px rgba(0,38,91,.05); }
.quote-support-card p { margin-top: 8px; color: var(--primary-dark); font-size: 12px; font-weight: 900; line-height: 16px; text-transform: uppercase; }
.quote-support-card span { display: block; margin-top: 4px; color: #607080; font-size: 12px; line-height: 20px; }

.floating-contact { position: fixed; right: 16px; top: 270px; z-index: 30; overflow: hidden; border-radius: 8px; background: #fff; box-shadow: 0 8px 24px rgba(0,31,74,.18); }
.floating-contact a, .floating-contact button { display: flex; width: 78px; min-height: 58px; flex-direction: column; align-items: center; justify-content: center; gap: 4px; border: 0; border-bottom: 1px solid #e6edf6; background: #fff; color: #14345f; padding: 8px; text-align: center; font-size: 12px; font-weight: 800; }
.floating-contact a:hover, .floating-contact button:hover { background: #f0f6ff; color: var(--primary); }
.mobile-floating { display: none; }
.empty-box { border: 1px dashed #cbd9ea; border-radius: 8px; background: #fff; padding: 32px; color: #526579; text-align: center; }

@media (max-width: 1180px) {
  .desktop-nav, .desktop-quote, .desktop-floating { display: none; }
  .menu-button { display: inline-flex; align-items: center; justify-content: center; }
  .hero-bg, .hero-bg.single { width: 100%; }
  .home-hero .hero-bg img { object-position: var(--hero-mobile-position, 62% center); }
  .hero-overlay { background: linear-gradient(90deg,#f7fbff 0%,rgba(247,251,255,.9) 58%,rgba(247,251,255,.42) 100%); }
  .category-grid, .project-grid, .info-card-grid, .category-type-grid, .category-type-grid.four, .category-model-grid, .category-model-grid.four, .category-model-grid.three, .category-structure-grid, .category-application-grid, .category-more-grid, .category-trusted-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-card-grid { grid-template-columns: repeat(2, 1fr); }
  .product-grid, .product-grid.five, .product-grid.six, .mini-card-grid.six, .icon-card-grid.six, .application-grid, .related-grid, .project-page-grid { grid-template-columns: repeat(2, 1fr); }
  .detail-grid, .factory-grid, .why-grid, .intro-grid, .global-grid, .contact-grid, .detail-layout, .two-panel-grid, .news-layout, .investment-panel, .quote-band, .contact-location-panel, .contact-chat-panel, .service-installation-grid, .service-spare-panel, .about-profile-grid, .about-team-grid, .news-featured-card, .project-featured-panel, .project-global-grid, .project-detail-top-grid, .project-detail-content-grid, .category-investment-panel { grid-template-columns: 1fr; }
  .about-milestone-grid,
  .about-quality-grid,
  .about-team-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .process-row, .stat-strip, .strength-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .quote-band-image { display: none; }
  .project-detail-sidebar { position: static; }
  .mobile-floating { position: fixed; right: 0; bottom: 0; left: 0; z-index: 50; display: grid; width: 100vw; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid #dbe6f4; background: #fff; padding-bottom: env(safe-area-inset-bottom); box-shadow: 0 -10px 24px rgba(0,31,74,.16); }
  .mobile-floating a, .mobile-floating button { display: flex; width: 100%; min-width: 0; min-height: 58px; flex-direction: column; align-items: center; justify-content: center; gap: 4px; border: 0; border-right: 1px solid #e6edf6; background: #fff; color: var(--primary); font-size: 11px; font-weight: 900; text-align: center; text-transform: uppercase; }
  .mobile-floating a:last-child, .mobile-floating button:last-child { border-right: 0; }
  .site-footer .footer-bottom-inner { flex-direction: column; align-items: center; justify-content: center; gap: 8px; padding-top: 10px; padding-bottom: calc(4.6rem + env(safe-area-inset-bottom)); text-align: center; }
  .footer-bottom p { width: 100%; font-size: 11px; line-height: 16px; }
  .footer-bottom-links { display: flex; width: 100%; align-items: center; justify-content: center; gap: 22px; }
  .footer-bottom-links a { display: inline-flex; min-height: 22px; align-items: center; justify-content: center; padding: 0; font-size: 11px; line-height: 14px; text-align: center; white-space: nowrap; }
}

@media (max-width: 1023px) {
  .quote-modal-grid { grid-template-columns: 1fr; }
  .quote-form { order: 1; }
  .quote-modal-info { order: 2; }
  .footer-grid { padding-right: 20px; padding-left: 20px; }
  .footer-bottom-inner { padding-right: 20px; padding-left: 20px; }
}

@media (min-width: 721px) {
  .nav-row,
  .hero-inner {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 720px) {
  .container { width: min(calc(100% - 40px), 420px); }
  .desktop-only { display: none; }
  .mobile-only { display: inline; }
  .site-header { top: -52px; }
  .topbar-inner { align-items: flex-start; flex-direction: column; }
  .top-contact { width: 100%; flex-wrap: nowrap; justify-content: space-between; gap: 8px; font-size: 11px; line-height: 16px; }
  .top-contact a { min-width: 0; overflow: visible; white-space: nowrap; }
  .top-contact a:first-child { flex: 1 1 auto; }
  .top-contact a:last-child { flex: 0 0 auto; }
  .language-switcher { display: none; }
  .topbar-inner { min-height: 52px; gap: 4px; padding-top: 6px; padding-bottom: 6px; }
  .nav-row { min-height: 64px; }
  .logo img { height: 42px; }
  .hero-inner { min-height: 420px; padding: 82px 0 64px; }
  .product-hero.direct-hero { background-image: none !important; background: #f7fbff; }
  .product-hero .hero-bg.single { display: block; inset: 0; width: 100%; height: 100%; }
  .product-hero .hero-bg img { object-fit: cover; object-position: 70% center; transform: scale(1.18); transform-origin: 70% center; }
  .product-hero .hero-overlay { background: linear-gradient(90deg,#f7fbff 0%,rgba(247,251,255,.96) 43%,rgba(247,251,255,.7) 68%,rgba(247,251,255,.25) 100%); }
  .product-hero .hero-inner { min-height: 420px; padding: 82px 0 64px; }
  .product-hero .hero-actions { margin-top: 32px; }
  .category-hero.direct-hero { background-image: none !important; background: #f7fbff; }
  .category-hero .hero-bg.single { display: block; inset: 0; width: 100%; height: 100%; }
  .category-hero .hero-bg img { object-fit: cover; object-position: var(--category-hero-mobile-position, 68% center); transform: scale(1.18); transform-origin: var(--category-hero-mobile-position, 68% center); }
  .category-hero .hero-overlay { background: linear-gradient(90deg,#f7fbff 0%,rgba(247,251,255,.96) 43%,rgba(247,251,255,.72) 68%,rgba(247,251,255,.28) 100%); }
  .category-hero .hero-inner { min-height: 420px; padding: 82px 0 64px; }
  .hero-inner h1 { max-width: 100%; font-size: 40px; font-weight: 800; line-height: 1.08; }
  .hero-inner p { font-size: 16px; font-weight: 500; line-height: 2; }
  .home-hero .hero-actions .btn-primary,
  .product-hero .hero-actions .btn-primary { min-width: 195px; }
  .section { padding: 40px 0; }
  .section-title h2 { max-width: 100%; font-size: 26px; font-weight: 800; overflow-wrap: break-word; }
  .faq-news-grid .section-head { align-items: flex-start; flex-direction: column; justify-content: flex-start; gap: 10px; max-width: 100%; }
  .faq-news-grid .section-head .section-title { width: 100%; min-width: 0; }
  .faq-news-grid .section-head > a { max-width: 100%; overflow-wrap: anywhere; line-height: 1.35; }
  .category-card img { height: 190px; }
  .category-card > div:last-child { padding-bottom: 16px; }
  .product-categories-section .category-card > div:last-child { padding: 24px 28px; }
  .product-categories-section .category-card img { height: 220px; }
  .product-why-panel .icon-card-grid { grid-template-columns: 1fr; }
  .product-why-panel .factory-gallery div { grid-template-columns: 1fr; }
  .product-why-panel .factory-gallery { grid-template-rows: 300px auto; }
  .product-why-section { padding: 48px 0; }
  .factory-grid > *,
  .factory-gallery { min-width: 0; }
  .factory-grid h3,
  .factory-grid p,
  .feature-list div { overflow-wrap: anywhere; }
  .feature-list { grid-template-columns: 1fr; }
  .product-comparison-section { padding: 32px 0; }
  .quote-band form { grid-template-columns: 1fr; margin: 0; border-radius: 0; }
  .category-grid, .project-grid, .project-page-grid, .info-card-grid, .product-grid, .product-grid.five, .product-grid.six, .mini-card-grid.six, .icon-card-grid, .icon-card-grid.six, .application-grid, .related-grid, .footer-grid, .process-row, .stat-strip, .strength-grid, .form-grid, .benefit-grid, .contact-card-grid, .contact-form-grid, .contact-support-grid, .service-installation-cards, .about-mission-grid, .about-quality-grid, .about-team-cards, .category-type-grid, .category-type-grid.four, .category-model-grid, .category-model-grid.four, .category-model-grid.three, .category-structure-grid, .category-application-grid, .category-more-grid, .category-trusted-grid { grid-template-columns: 1fr; }
  .category-type-section,
  .category-model-section,
  .category-structure-section,
  .category-advantage-section,
  .category-applications-section,
  .category-parameter-section,
  .category-investment-section,
  .category-more-section,
  .category-trusted-section,
  .category-partner-section,
  .category-faq-section { padding: 28px 0; }
  .category-type-image { height: 205px; }
  .category-model-card > div,
  .category-more-card > div { height: 180px; }
  .category-structure-card > div,
  .category-application-card > div,
  .category-trusted-card > div { height: 170px; }
  .category-model-controls { align-items: stretch; flex-direction: column; }
  .category-model-controls div { justify-content: space-between; }
  .category-model-controls button { flex: 1; padding: 0 12px; }
  .stat-strip { padding: 22px 28px; }
  .stat-strip > div { justify-content: flex-start; border-right: 0; padding: 8px 0; }
  .project-stat-section { padding: 24px 0 20px; }
  .project-list-section,
  .project-featured-section,
  .project-global-section { padding: 28px 0; }
  .project-filter-tabs { gap: 8px; padding: 10px; }
  .project-filter-tabs a { width: 100%; min-height: 44px; padding: 0 14px; }
  .project-page-media { height: 220px; }
  .project-pager { align-items: stretch; flex-direction: column; }
  .project-pager div { width: 100%; justify-content: space-between; }
  .project-pager button { flex: 1; padding: 0 12px; }
  .project-featured-panel { padding: 20px; }
  .project-featured-copy h2 { font-size: 24px; }
  .project-featured-media,
  .project-global-map { min-height: 240px; height: 240px; }
  .project-detail-top-section,
  .project-detail-content-section { padding: 36px 0; }
  .project-detail-top-grid { gap: 24px; }
  .project-detail-main-media { aspect-ratio: 16 / 10; }
  .project-detail-summary h2 { font-size: 28px; line-height: 1.18; }
  .project-detail-spec-grid,
  .project-config-grid,
  .project-detail-image-grid { grid-template-columns: 1fr; }
  .project-detail-actions { flex-direction: column; }
  .project-detail-actions .btn-primary,
  .project-detail-actions .btn-outline { width: 100%; }
  .project-content-card,
  .project-detail-inquiry-card { padding: 20px; }
  .project-detail-image-grid div { height: 210px; }
  .about-milestone-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .about-factory-thumbs { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .filter-form { grid-template-columns: minmax(0, 1fr); padding: 14px; }
  .filter-form select,
  .filter-form input,
  .filter-form button,
  .filter-form a { width: 100%; min-width: 0; max-width: 100%; font-size: 13px; line-height: 18px; }
  .filter-form select { overflow: hidden; padding-right: 34px; text-overflow: ellipsis; white-space: nowrap; }
  html[lang="ru"] .filter-form select,
  html[lang="ru"] .filter-form input,
  html[lang="ru"] .filter-form button,
  html[lang="ru"] .filter-form a { font-size: 12px; }
  .factory-gallery div { grid-template-columns: repeat(2, 1fr); }
  .news-list a, .featured-news, .news-list-original > a { grid-template-columns: 1fr; }
  .news-list.compact a { grid-template-columns: 74px 1fr; }
  .detail-copy h1 { font-size: 30px; }
  .gallery { justify-content: flex-start; }
  .spec-panel { align-content: start; }
  .gallery-main { height: 280px; }
  .thumb-row button { height: 64px; }
  .product-parameter-table { min-width: 0; table-layout: fixed; }
  .product-parameter-table th,
  .product-parameter-table td { padding: 11px 10px; font-size: 12px; line-height: 18px; }
  .product-parameter-table th { width: 42%; }
  .product-parameter-table td { width: 58%; }
  .product-parameter-table .parameter-value-list li { font-size: 12px; line-height: 18px; }
  .related-card { min-height: 0; }
  .related-card img { width: 100%; height: 190px; }
  .quote-modal-info, .quote-form, .quote-band > div:first-child, .quote-band form { padding: 24px; }
  .quote-band > div:first-child { padding: 32px; }
  .quote-modal-info h2 { font-size: 30px; }
  .contact-card-section { padding: 40px 0; }
  .contact-card { padding: 20px; }
  .contact-form-panel,
  .contact-location-panel,
  .contact-support-card,
  .contact-chat-panel { padding: 24px; }
  .contact-form-head h2 { font-size: 24px; line-height: 30px; }
  .contact-location-panel h2 { font-size: 24px; line-height: 32px; }
  .contact-map { height: auto; min-height: 0; aspect-ratio: 16 / 9; background: #f7fbff; }
  .contact-map img { object-fit: contain; object-position: center; }
  .contact-chat-icon { width: 72px; height: 72px; }
  .contact-chat-panel { gap: 20px; }
  .contact-chat-panel a { justify-self: start; }
  .news-section { padding: 40px 0; }
  .news-featured-copy,
  .news-sidebar-box { padding: 24px; }
  .news-sidebar { position: static; max-height: none; overflow: visible; padding-right: 0; }
  .news-featured-media,
  .news-featured-media img { min-height: 240px; }
  .news-pagination { align-items: flex-start; flex-direction: column; }
  .news-pagination div { width: 100%; justify-content: space-between; }
  .footer-bottom-links { flex-wrap: wrap; gap: 8px 16px; }
  .footer-bottom-links a { max-width: 100%; white-space: normal; overflow-wrap: anywhere; }
  .about-profile-section { padding: 40px 0; }
  .about-mission-section,
  .about-milestones-section,
  .about-quality-section,
  .about-team-section { padding: 32px 0; }
  .about-factory-main { height: 260px; }
  .about-factory-thumbs div,
  .about-team-cards > div > div { height: 145px; }
  .about-quality-card > div { height: 190px; }
  .service-pillars-section { padding: 40px 0; }
  .service-installation-section,
  .service-spare-section,
  .service-faq-section { padding: 32px 0; }
  .service-spare-panel { padding: 24px; }
  .service-image-wrap,
  .service-spare-image { height: 220px; }
}

@media (max-width: 1180px) {
  .process-row { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px 20px; }
  .process-line { display: none; }
  .parameter-value-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
  .process-row { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 16px; }
  .process-icon,
  .process-row > div > span { width: 56px; height: 56px; }
  .process-svg { width: 24px; height: 24px; }
  .process-number { margin-top: 8px; font-size: 12px; line-height: 18px; }
  .process-title-text { font-size: 13px; line-height: 20px; }
  .parameter-value-list { grid-template-columns: 1fr; }
}
