:root {
  --navy: #0d172b;
  --navy-2: #15233b;
  --slate: #334258;
  --red: #d93438;
  --red-dark: #ba2227;
  --orange: #f6921e;
  --text: #1f2937;
  --muted: #667085;
  --line: #e5e7eb;
  --soft: #f5f7fa;
  --white: #fff;
  --radius: 14px;
  --shadow: 0 14px 40px rgba(15, 23, 42, .09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: #fff; font-family: "PingFang SC", "Microsoft YaHei", system-ui, -apple-system, sans-serif; line-height: 1.7; -webkit-font-smoothing: antialiased; }
body.admin-bar .site-header { top: 32px; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, h4, p { margin-top: 0; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.narrow { width: min(840px, calc(100% - 48px)); }
.skip-link { position: fixed; left: 10px; top: -60px; z-index: 9999; padding: 10px 16px; background: #fff; color: #111; }
.skip-link:focus { top: 10px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 46px; padding: 11px 24px; border: 1px solid transparent; border-radius: 999px; font-weight: 650; transition: .25s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--red); color: #fff; box-shadow: 0 8px 22px rgba(217,52,56,.25); }
.btn-primary:hover { background: var(--red-dark); }
.btn-dark { background: var(--navy); color: #fff; }
.btn-light { background: #fff; color: var(--red); }
.btn-outline { border-color: rgba(255,255,255,.7); color: #fff; background: transparent; }
.btn-small { min-height: 38px; padding: 7px 19px; font-size: 14px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--red); font-weight: 650; transition: .2s; }
.text-link:hover { gap: 12px; }
.eyebrow { margin-bottom: 8px; color: var(--red); font-size: 12px; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.lead { font-size: 19px; color: #344054; }
.section { padding: 88px 0; }
.muted { background: var(--soft); }
.section-heading { max-width: 650px; margin: 0 auto 44px; text-align: center; }
.section-heading > span { color: var(--red); font-size: 12px; font-weight: 800; letter-spacing: .18em; }
.section-heading h2 { margin: 7px 0 10px; color: #142035; font-size: clamp(29px, 3.1vw, 40px); line-height: 1.25; }
.section-heading p { margin-bottom: 0; color: var(--muted); }
.section-heading.light h2, .section-heading.light p { color: #fff; }

.site-header { position: sticky; top: 0; z-index: 200; background: #fff; box-shadow: 0 1px 0 rgba(15,23,42,.07); }
.topbar { height: 32px; color: #d3d8e2; background: var(--navy); font-size: 12px; }
.topbar-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.topbar-inner > div { display: flex; align-items: center; gap: 18px; }
.topbar-inner b { width: 1px; height: 13px; background: #8992a4; }
.topbar a:hover { color: #fff; }
.head-main { height: 66px; display: grid; grid-template-columns: 210px minmax(240px, 1fr) 260px; align-items: center; gap: 46px; }
.brand { width: 118px; height: 56px; display: flex; align-items: center; overflow: hidden; }
.brand img, .brand .custom-logo { width: 118px; height: 56px; object-fit: contain; }
.brand .custom-logo-link { display: block; }
.header-search { height: 38px; display: flex; align-items: center; gap: 10px; padding: 0 16px; border-radius: 999px; background: #f3f4f6; color: #9aa2af; }
.header-search input { width: 100%; border: 0; outline: 0; background: transparent; color: var(--text); }
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 16px; }
.lang-pill { display: flex; align-items: center; gap: 7px; padding: 6px 13px; border: 1px solid var(--line); border-radius: 999px; font-size: 14px; }
.mobile-toggle { display: none; border: 0; background: transparent; color: var(--navy); font-size: 24px; }
.nav-row { border-top: 1px solid #f2f3f5; }
.nav-inner { display: grid; grid-template-columns: 205px 1fr; min-height: 48px; align-items: stretch; }
.category-menu { position: relative; }
.category-menu > button { width: 100%; height: 100%; padding: 0; border: 0; background: transparent; display: flex; align-items: center; gap: 10px; color: #202938; }
.category-menu > button i:last-child { margin-left: auto; font-size: 11px; }
.category-dropdown { position: absolute; left: 0; top: 100%; width: 230px; padding: 10px; opacity: 0; visibility: hidden; transform: translateY(8px); background: #fff; border-radius: 0 0 10px 10px; box-shadow: var(--shadow); transition: .2s; }
.category-menu:hover .category-dropdown, .category-menu:focus-within .category-dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.category-dropdown a { display: flex; align-items: center; gap: 12px; padding: 10px 12px; border-radius: 7px; color: #475467; }
.category-dropdown a:hover { background: #fff0f0; color: var(--red); }
.primary-nav ul { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 30px; margin: 0; padding: 0; list-style: none; }
.primary-nav a { position: relative; display: flex; align-items: center; height: 48px; font-size: 14px; color: #343e4c; white-space: nowrap; }
.primary-nav a::after { content: ""; position: absolute; left: 50%; right: 50%; bottom: 0; height: 2px; background: var(--red); transition: .2s; }
.primary-nav a:hover, .primary-nav .current-menu-item > a, .primary-nav .current_page_item > a { color: var(--red); }
.primary-nav a:hover::after, .primary-nav .current-menu-item > a::after, .primary-nav .current_page_item > a::after { left: 0; right: 0; }

.hero-slider { position: relative; height: clamp(440px, 50vw, 620px); overflow: hidden; background: var(--slate); }
.hero-slide { position: absolute; inset: 0; display: grid; align-items: center; opacity: 0; visibility: hidden; background-position: center; background-size: cover; transition: opacity .8s ease, visibility .8s; }
.hero-slide.is-active { opacity: 1; visibility: visible; }
.default-hero { background-image: linear-gradient(120deg, #2d3b50 0%, #3c4a60 100%); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,20,38,.82), rgba(10,20,38,.18)); }
.default-hero .hero-overlay { opacity: .25; }
.hero-content { position: relative; z-index: 2; color: #fff; text-align: center; }
.hero-kicker { margin-bottom: 16px; font-size: 13px; letter-spacing: .2em; font-weight: 700; color: #e2e8f0; }
.hero-content h1 { max-width: 1000px; margin: 0 auto 12px; font-size: clamp(36px, 5vw, 58px); line-height: 1.25; letter-spacing: -.03em; }
.hero-content > p:not(.hero-kicker) { font-size: clamp(18px, 2vw, 24px); color: #e5e9ef; }
.hero-actions { display: flex; justify-content: center; gap: 14px; margin-top: 28px; }
.slider-dots { position: absolute; z-index: 5; bottom: 24px; left: 50%; transform: translateX(-50%); display: flex; gap: 9px; }
.slider-dots button { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.5); }
.slider-dots button.is-active { width: 26px; border-radius: 8px; background: #fff; }
.quick-products { background: #fff; }
.quick-grid { min-height: 96px; display: grid; grid-template-columns: repeat(4, 1fr); }
.quick-item { display: flex; align-items: center; justify-content: center; gap: 17px; border-right: 1px solid #eef0f3; transition: .2s; }
.quick-item:first-child { border-left: 1px solid #eef0f3; }
.quick-item:hover { background: #fff7f7; }
.quick-item > span { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 50%; color: var(--red); background: #fff0f0; font-size: 19px; }
.quick-item h3 { margin: 0; font-size: 16px; }
.quick-item p { margin: 1px 0 0; color: var(--muted); font-size: 12px; }

.services-section { background: var(--soft); }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.service-card { padding: 30px 24px; background: #fff; border: 1px solid #eef1f5; border-radius: var(--radius); text-align: center; box-shadow: 0 8px 24px rgba(15,23,42,.04); transition: .25s; }
.service-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.service-card > i { width: 56px; height: 56px; display: grid; place-items: center; margin: 0 auto 18px; border-radius: 50%; color: var(--red); background: #fff0f0; font-size: 23px; }
.service-card h3 { margin-bottom: 7px; }
.service-card p { margin: 0; color: var(--muted); font-size: 14px; }
.split-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 72px; align-items: center; }
.about-visual { position: relative; min-height: 420px; overflow: hidden; border-radius: 16px; box-shadow: var(--shadow); }
.about-visual > img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; }
.experience-badge { position: absolute; right: 22px; bottom: 22px; display: flex; flex-direction: column; padding: 18px 28px; color: #fff; background: var(--red); border-radius: 12px; }
.experience-badge strong { font-size: 32px; line-height: 1; }
.experience-badge span { font-size: 13px; }
.about-copy h2, .about-page-grid h2 { margin-bottom: 18px; font-size: clamp(31px, 3.5vw, 43px); }
.about-copy > p:not(.eyebrow) { color: #596579; }
.mission-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin: 25px 0; }
.mission-grid > div { padding: 18px; border: 1px solid var(--line); border-radius: 10px; }
.mission-grid i { color: var(--red); }
.mission-grid h3 { display: inline; margin-left: 8px; font-size: 16px; }
.mission-grid p { margin: 8px 0 0; color: var(--muted); font-size: 13px; }
.why-section { padding: 84px 0 0; color: #fff; background: radial-gradient(circle at 75% 0%, #263651, var(--navy) 55%); }
.why-section.compact { padding-bottom: 78px; }
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.why-grid > div { text-align: center; }
.why-grid > div > i { width: 62px; height: 62px; display: grid; place-items: center; margin: 0 auto 16px; border-radius: 50%; color: #fb5a5f; background: rgba(217,52,56,.17); font-size: 24px; }
.why-grid h3 { margin-bottom: 4px; font-size: 17px; }
.why-grid p { color: #aeb8c8; font-size: 13px; }
.stats-row { display: grid; grid-template-columns: repeat(4, 1fr); }
.why-section .stats-row { margin-top: 64px; padding: 34px 0; border-top: 1px solid rgba(255,255,255,.1); }
.stats-row > div { display: flex; flex-direction: column; align-items: center; border-right: 1px solid rgba(255,255,255,.14); }
.stats-row > div:last-child { border: 0; }
.stats-row strong { font-size: clamp(28px, 3.5vw, 43px); line-height: 1.15; color: #fff; }
.stats-row span { color: #9da8b9; font-size: 13px; }
.light-stats { margin-bottom: 80px; padding: 36px 0; color: var(--text); background: var(--soft); border-radius: 14px; }
.light-stats > div { border-right-color: #d9dde4; }
.light-stats strong { color: var(--red); }

.card-grid { display: grid; gap: 25px; }
.three-col { grid-template-columns: repeat(3, 1fr); }
.product-card, .case-card, .news-card, .article-card { overflow: hidden; background: #fff; border: 1px solid #e9ecf0; border-radius: var(--radius); box-shadow: 0 8px 25px rgba(15,23,42,.05); transition: .25s; }
.product-card:hover, .case-card:hover, .news-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.card-image { position: relative; display: block; height: 240px; overflow: hidden; background: #e9edf2; }
.card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }
.product-card:hover .card-image img, .case-card:hover .card-image img, .news-card:hover .card-image img { transform: scale(1.05); }
.card-badge { position: absolute; left: 15px; top: 15px; padding: 4px 11px; color: #fff; background: var(--red); border-radius: 999px; font-size: 12px; }
.card-body { padding: 24px; }
.card-body h2, .card-body h3 { margin-bottom: 9px; color: #172033; font-size: 21px; line-height: 1.35; }
.card-body > p:not(.eyebrow):not(.model) { color: var(--muted); font-size: 14px; }
.card-body .model { color: #475467; font-size: 13px; }
.section-action { margin-top: 38px; text-align: center; }
.contact-home { background: var(--soft); }
.contact-panel { display: grid; grid-template-columns: .8fr 1.2fr; overflow: hidden; border-radius: 18px; box-shadow: var(--shadow); }
.contact-info { padding: 45px; color: #fff; background: linear-gradient(150deg, var(--navy-2), #263b5a); }
.contact-info > p { color: #b5bfce; }
.contact-line { display: flex; align-items: flex-start; gap: 14px; margin-top: 25px; }
.contact-line > i { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.09); color: #fb6164; }
.contact-line div { display: flex; flex-direction: column; }
.contact-line strong { font-size: 13px; }
.contact-line span { color: #c4cbd5; font-size: 13px; }
.contact-form-wrap { padding: 43px; background: #fff; }
.contact-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.contact-form label { display: flex; flex-direction: column; gap: 7px; color: #475467; font-size: 13px; }
.contact-form input, .contact-form textarea, .newsletter input { width: 100%; border: 1px solid #dfe3e8; border-radius: 8px; outline: 0; background: #fff; transition: .2s; }
.contact-form input { height: 44px; padding: 0 13px; }
.contact-form textarea { padding: 11px 13px; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus, .newsletter input:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(217,52,56,.1); }
.form-wide { grid-column: 1 / -1; }
.form-notice { grid-column: 1 / -1; margin-bottom: 16px; padding: 12px 15px; border-radius: 8px; }
.form-notice.success { color: #166534; background: #dcfce7; }
.form-notice.error { color: #991b1b; background: #fee2e2; }

.page-hero { padding: 42px 0 46px; color: #fff; background: linear-gradient(105deg, #101a2e 5%, #19253b 45%, #862326 130%); }
.breadcrumbs { display: flex; align-items: center; gap: 9px; margin-bottom: 13px; color: #a8b0bf; font-size: 13px; }
.breadcrumbs a:hover { color: #fff; }
.breadcrumbs i { font-size: 9px; }
.page-hero h1 { margin-bottom: 6px; font-size: 36px; }
.page-hero p { max-width: 760px; margin: 0; color: #c7cdd7; line-height: 1.6; }
.mission-band { padding: 72px 0; color: #fff; background: linear-gradient(130deg, var(--navy), #1d2d49); }
.two-col { display: grid; grid-template-columns: repeat(2, 1fr); gap: 60px; }
.mission-band .two-col > div { position: relative; padding-left: 74px; }
.mission-band i { position: absolute; left: 0; top: 0; width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; background: rgba(217,52,56,.2); color: #ff6367; font-size: 22px; }
.mission-band h2 { margin-bottom: 8px; }
.mission-band p { color: #bbc4d0; }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.values-grid > div { padding: 30px 24px; border: 1px solid var(--line); border-radius: 12px; text-align: center; }
.values-grid i { width: 50px; height: 50px; display: grid; place-items: center; margin: 0 auto 15px; color: var(--red); background: #fff0f0; border-radius: 50%; }
.values-grid h3 { margin-bottom: 4px; }
.values-grid p { margin-bottom: 0; color: var(--muted); font-size: 13px; }
.timeline-section { background: var(--soft); }
.timeline { position: relative; display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; }
.timeline::before { content: ""; position: absolute; left: 8%; right: 8%; top: 12px; height: 2px; background: #d8dde5; }
.timeline > div { position: relative; padding: 36px 20px 20px; text-align: center; }
.timeline > div::before { content: ""; position: absolute; top: 5px; left: calc(50% - 8px); width: 16px; height: 16px; border: 4px solid #fff; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 2px var(--red); }
.timeline span { color: var(--red); font-size: 12px; font-weight: 700; }
.timeline h3 { margin: 7px 0; }
.timeline p { color: var(--muted); font-size: 13px; }

.industry-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.industry-card { padding: 30px; border: 1px solid var(--line); border-radius: 14px; transition: .25s; }
.industry-card:hover { border-color: #f2a4a6; transform: translateY(-5px); box-shadow: var(--shadow); }
.industry-card > i { font-size: 28px; color: var(--red); }
.industry-card h2 { margin: 13px 0 5px; font-size: 21px; }
.industry-card > p { color: var(--muted); font-size: 13px; }
.industry-card ul { margin: 18px 0 0; padding: 16px 0 0; list-style: none; border-top: 1px solid var(--line); }
.industry-card li { margin-top: 6px; color: #475467; font-size: 13px; }
.industry-card li i { margin-right: 8px; color: var(--red); font-size: 10px; }
.cta-band { padding: 70px 0; color: #fff; text-align: center; background: linear-gradient(100deg, #c8282d, #e7474b); }
.cta-band h2 { margin-bottom: 8px; font-size: 32px; }
.cta-band p { margin-bottom: 25px; color: #ffe1e1; }
.cta-band .btn + .btn { margin-left: 10px; }
.partner-feature-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 28px; }
.partner-feature-grid article { position: relative; padding: 38px; border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 10px 32px rgba(15,23,42,.05); }
.partner-feature-grid .card-badge { left: auto; right: 25px; }
.partner-logo { margin-bottom: 22px; color: #17467d; font-size: 34px; font-weight: 800; letter-spacing: -.05em; }
.partner-logo.geze { color: #e91d2d; letter-spacing: .08em; }
.tag-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 20px 0; }
.tag-list span { padding: 5px 10px; border-radius: 5px; background: var(--soft); color: #475467; font-size: 12px; }
.client-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.client-grid > div { min-height: 115px; display: flex; flex-direction: column; align-items: center; justify-content: center; background: #fff; border: 1px solid var(--line); border-radius: 10px; }
.client-grid strong { font-size: 19px; }
.client-grid span { color: var(--muted); font-size: 12px; }

.contact-cards { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.contact-cards > div { padding: 27px 18px; background: #fff; border-radius: 12px; text-align: center; box-shadow: 0 8px 28px rgba(15,23,42,.05); }
.contact-cards i { width: 48px; height: 48px; display: grid; place-items: center; margin: 0 auto 13px; border-radius: 50%; color: var(--red); background: #fff0f0; }
.contact-cards h3 { margin-bottom: 7px; font-size: 15px; }
.contact-cards strong, .contact-cards span { display: block; }
.contact-cards strong { font-size: 15px; }
.contact-cards span { color: var(--muted); font-size: 12px; }
.contact-page-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: start; }
.contact-page-grid h2 { font-size: 34px; }
.direct-contact { margin-top: 34px; }
.direct-contact a { display: flex; align-items: center; gap: 14px; margin-top: 14px; padding: 14px; border: 1px solid var(--line); border-radius: 10px; }
.direct-contact a > i { color: var(--red); }
.direct-contact span { display: flex; flex-direction: column; color: var(--muted); font-size: 12px; }
.direct-contact strong { color: var(--text); font-size: 14px; }
.contact-form-card { padding: 35px; border: 1px solid var(--line); border-radius: 15px; box-shadow: var(--shadow); }
.map-section { padding: 64px 0; background: var(--soft); }
.map-card { display: grid; grid-template-columns: 54px 1fr auto; align-items: center; gap: 18px; margin-top: 24px; padding: 25px; background: #fff; border-radius: 12px; }
.map-card > i { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--red); }
.map-card div { display: flex; flex-direction: column; }
.map-card span { color: var(--muted); font-size: 13px; }

.filter-row { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; }
.filter-row > a { padding: 7px 20px; border-radius: 999px; background: #f2f3f5; color: #475467; font-size: 14px; }
.filter-row > a:hover, .filter-row > a.is-active { color: #fff; background: var(--red); }
.catalog-filter { position: sticky; top: 146px; z-index: 100; padding: 16px 0; background: #fff; box-shadow: 0 3px 12px rgba(15,23,42,.05); }
.product-filter form { flex: 1 1 250px; display: flex; align-items: center; gap: 10px; height: 38px; margin-left: 5px; padding: 0 14px; border: 1px solid #d7dce2; border-radius: 999px; color: #98a2b3; }
.product-filter input { width: 100%; border: 0; outline: 0; background: transparent; }
.catalog-section { min-height: 360px; }
.pagination { margin-top: 38px; text-align: center; }
.pagination .page-numbers { display: inline-grid; place-items: center; min-width: 38px; height: 38px; margin: 3px; padding: 0 12px; border: 1px solid var(--line); border-radius: 7px; }
.pagination .current, .pagination a:hover { border-color: var(--red); color: #fff; background: var(--red); }
.empty-state { grid-column: 1 / -1; padding: 65px 20px; color: var(--muted); text-align: center; }
.empty-state > i { font-size: 40px; color: #c8ced8; }
.service-promises { padding: 62px 0; color: #fff; background: var(--navy); }
.service-promises .why-grid p { margin: 0; }
.image-overlay { position: absolute; inset: 0; display: grid; place-items: center; opacity: 0; color: #fff; background: rgba(13,23,43,.55); font-size: 25px; transition: .25s; }
.case-card:hover .image-overlay { opacity: 1; }
.case-meta { color: var(--muted); font-size: 12px; }
.case-meta i { margin-right: 6px; color: var(--red); }
.case-stats { padding: 33px 0; background: var(--navy); }
.case-stats .stats-row strong { font-size: 30px; }
.newsletter { padding: 62px 0; color: #fff; text-align: center; background: var(--navy); }
.newsletter h2 { margin-bottom: 5px; }
.newsletter p { color: #b5bdca; }
.newsletter form { display: flex; max-width: 460px; margin: 22px auto 0; gap: 10px; }
.newsletter input { height: 46px; padding: 0 15px; }

.detail-breadcrumb { padding: 18px 0 0; }
.detail-breadcrumb .breadcrumbs { color: var(--muted); }
.detail-breadcrumb .breadcrumbs a:hover { color: var(--red); }
.product-detail-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 60px; }
.main-product-image { overflow: hidden; aspect-ratio: 4/3; background: var(--soft); border-radius: 14px; }
.main-product-image img { width: 100%; height: 100%; object-fit: cover; }
.thumb-row { display: flex; gap: 10px; margin-top: 12px; overflow-x: auto; }
.thumb-row button { width: 74px; height: 65px; padding: 3px; border: 2px solid transparent; border-radius: 8px; background: #fff; }
.thumb-row button.is-active { border-color: var(--red); }
.thumb-row img { width: 100%; height: 100%; object-fit: cover; border-radius: 5px; }
.product-summary h1 { margin-bottom: 12px; color: #101828; font-size: clamp(31px,4vw,46px); line-height: 1.25; }
.detail-badge { display: inline-block; margin-bottom: 18px; padding: 5px 12px; border-radius: 999px; color: var(--red); background: #fff0f0; font-size: 12px; }
.model-box { display: flex; align-items: center; justify-content: space-between; margin: 22px 0; padding: 14px 18px; background: var(--soft); border-radius: 8px; }
.model-box span { color: var(--muted); font-size: 13px; }
.feature-list { display: grid; grid-template-columns: repeat(2,1fr); gap: 8px; padding: 0; list-style: none; }
.feature-list i { margin-right: 8px; color: var(--red); }
.detail-actions { display: flex; gap: 10px; margin-top: 28px; }
.detail-promises { display: flex; flex-wrap: wrap; gap: 15px; margin-top: 25px; color: var(--muted); font-size: 12px; }
.detail-promises i { color: var(--red); }
.detail-content-grid { display: grid; grid-template-columns: 1fr 360px; gap: 50px; align-items: start; }
.entry-content { color: #475467; font-size: 16px; }
.entry-content h2, .entry-content h3 { color: #162033; }
.entry-content img { border-radius: 12px; }
.spec-card { padding: 28px; background: #fff; border-radius: 12px; box-shadow: var(--shadow); }
.spec-card h2 { font-size: 21px; }
.spec-card dl { margin: 0; }
.spec-card dl div { display: grid; grid-template-columns: 1fr 1.4fr; gap: 10px; padding: 11px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
.spec-card dt { color: var(--muted); }
.spec-card dd { margin: 0; text-align: right; }
.case-detail-hero { position: relative; min-height: 440px; display: grid; align-items: end; padding: 70px 0; color: #fff; background-position: center; background-size: cover; }
.case-detail-hero .container { position: relative; z-index: 2; }
.case-detail-hero h1 { max-width: 800px; font-size: 45px; }
.case-detail-hero p:last-child { max-width: 650px; color: #dde2e9; }
.case-meta-band { padding: 28px 0; background: #fff; box-shadow: 0 8px 22px rgba(15,23,42,.05); }
.case-meta-band .container { display: grid; grid-template-columns: repeat(4,1fr); }
.case-meta-band .container > div { display: grid; grid-template-columns: 38px 1fr; column-gap: 10px; padding: 0 22px; border-right: 1px solid var(--line); }
.case-meta-band .container > div:last-child { border: 0; }
.case-meta-band i { grid-row: 1 / 3; width: 38px; height: 38px; display: grid; place-items: center; color: var(--red); background: #fff0f0; border-radius: 50%; }
.case-meta-band span { color: var(--muted); font-size: 11px; }
.case-meta-band strong { font-size: 13px; }
.project-gallery { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; margin-top: 35px; }
.project-gallery img { width: 100%; height: 320px; object-fit: cover; border-radius: 12px; }
.article-hero { padding: 65px 0; background: var(--soft); text-align: center; }
.article-hero .breadcrumbs { justify-content: center; }
.article-hero h1 { font-size: clamp(32px,4vw,48px); line-height: 1.3; }
.article-meta { display: flex; justify-content: center; gap: 22px; color: var(--muted); font-size: 13px; }
.article-meta i { margin-right: 6px; }
.article-cover { margin: 0 0 35px; }
.article-cover img { width: 100%; max-height: 520px; object-fit: cover; }
.article-nav { padding: 25px 0 70px; }
.article-nav .nav-links { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
.article-nav a { display: flex; flex-direction: column; padding: 20px; border: 1px solid var(--line); border-radius: 10px; }
.article-nav span { color: var(--muted); font-size: 12px; }
.article-nav .nav-next { text-align: right; }
.error-page { min-height: 60vh; display: grid; place-items: center; text-align: center; }
.error-page strong { font-size: 90px; line-height: 1; color: var(--red); }

.site-footer { color: #aeb8c6; background: #0a1325; }
.footer-grid { display: grid; grid-template-columns: .8fr .8fr 1.5fr 1fr; gap: 55px; padding: 68px 0 50px; }
.site-footer h3 { margin-bottom: 18px; color: #fff; font-size: 16px; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li { margin: 8px 0; font-size: 13px; }
.site-footer a:hover { color: #fff; }
.footer-contact li { display: flex; align-items: flex-start; gap: 10px; }
.footer-contact i { width: 15px; margin-top: 6px; color: #f05659; }
.footer-logo { width: 125px; height: 60px; object-fit: contain; filter: brightness(1.8); }
.footer-brand p { font-size: 13px; }
.social-row { display: flex; gap: 12px; }
.social-row > i, .social-row > span { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.08); color: #fff; }
.qr-trigger { position: relative; }
.qr-trigger img { position: absolute; left: 50%; bottom: 45px; width: 130px; max-width: none; padding: 7px; opacity: 0; visibility: hidden; transform: translate(-50%,8px); background: #fff; border-radius: 8px; transition: .2s; }
.qr-trigger:hover img { opacity: 1; visibility: visible; transform: translate(-50%,0); }
.footer-bottom { padding: 18px 0; border-top: 1px solid rgba(255,255,255,.08); font-size: 12px; }
.footer-bottom .container { display: flex; justify-content: space-between; }
.footer-bottom a { margin-left: 18px; }
.back-to-top { position: fixed; right: 22px; bottom: 25px; z-index: 120; width: 42px; height: 42px; opacity: 0; visibility: hidden; border: 0; border-radius: 50%; color: #fff; background: var(--red); box-shadow: 0 8px 20px rgba(217,52,56,.3); transition: .2s; }
.back-to-top.is-visible { opacity: 1; visibility: visible; }

@media (max-width: 1024px) {
  .head-main { grid-template-columns: 150px 1fr auto; gap: 24px; }
  .nav-inner { grid-template-columns: 180px 1fr; }
  .primary-nav ul { gap: 18px; }
  .services-grid, .why-grid, .values-grid, .contact-cards { grid-template-columns: repeat(2,1fr); }
  .three-col, .industry-grid { grid-template-columns: repeat(2,1fr); }
  .split-grid, .product-detail-grid { gap: 42px; }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
  .catalog-filter { top: 146px; }
}

@media (max-width: 800px) {
  body.admin-bar .site-header { top: 46px; }
  .container, .narrow { width: min(100% - 30px, 1180px); }
  .topbar { display: none; }
  .site-header { top: 0; }
  .head-main { height: 68px; grid-template-columns: 1fr auto; }
  .brand { width: 105px; }
  .brand img, .brand .custom-logo { width: 105px; }
  .header-search, .header-actions { display: none; }
  .mobile-toggle { display: block; }
  .nav-row { display: none; position: absolute; left: 0; right: 0; top: 68px; background: #fff; box-shadow: var(--shadow); }
  .nav-row.is-open { display: block; }
  .nav-inner { display: block; }
  .category-menu { display: none; }
  .primary-nav ul { height: auto; display: block; padding: 10px 0 16px; }
  .primary-nav a { height: 44px; padding: 0 8px; }
  .hero-slider { height: 510px; }
  .hero-content { text-align: left; }
  .hero-content h1 { margin-inline: 0; }
  .hero-actions { justify-content: flex-start; }
  .quick-grid { grid-template-columns: repeat(2,1fr); padding: 8px 0; }
  .quick-item { min-height: 78px; justify-content: flex-start; padding: 8px 14px; border-bottom: 1px solid #eef0f3; }
  .section { padding: 64px 0; }
  .split-grid, .contact-panel, .contact-page-grid, .product-detail-grid, .detail-content-grid { grid-template-columns: 1fr; }
  .split-grid { gap: 35px; }
  .about-visual { min-height: 330px; }
  .about-visual > img { min-height: 330px; }
  .three-col, .industry-grid { grid-template-columns: repeat(2,1fr); }
  .contact-panel { overflow: visible; }
  .catalog-filter { position: static; }
  .case-meta-band .container { grid-template-columns: repeat(2,1fr); gap: 22px; }
  .case-meta-band .container > div { border: 0; }
  .timeline { grid-template-columns: repeat(2,1fr); }
  .timeline::before { display: none; }
  .partner-feature-grid { grid-template-columns: 1fr; }
  .client-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 560px) {
  .hero-content h1 { font-size: 35px; }
  .hero-content > p:not(.hero-kicker) { font-size: 17px; }
  .hero-actions { flex-wrap: wrap; }
  .quick-grid, .services-grid, .why-grid, .values-grid, .three-col, .industry-grid, .contact-cards, .two-col, .timeline { grid-template-columns: 1fr; }
  .quick-item { border-right: 0; }
  .why-grid { gap: 34px; }
  .stats-row { grid-template-columns: repeat(2,1fr); row-gap: 28px; }
  .stats-row > div:nth-child(2) { border-right: 0; }
  .mission-grid { grid-template-columns: 1fr; }
  .contact-info, .contact-form-wrap, .contact-form-card { padding: 28px 22px; }
  .contact-form { grid-template-columns: 1fr; }
  .contact-form label, .form-wide { grid-column: 1; }
  .card-image { height: 220px; }
  .feature-list { grid-template-columns: 1fr; }
  .detail-actions { flex-direction: column; }
  .project-gallery { grid-template-columns: 1fr; }
  .case-meta-band .container { grid-template-columns: 1fr; }
  .map-card { grid-template-columns: 45px 1fr; }
  .map-card .btn { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom .container { flex-direction: column; gap: 8px; }
  .footer-bottom a { margin: 0 14px 0 0; }
  .newsletter form { flex-direction: column; }
}

