@charset "utf-8";

:root { --blue-900: #071f4f; --blue-800: #0a2d6f; --blue-700: #0d47d9; --blue-600: #155dfc; --blue-100: #eaf2ff; --cyan: #12b8c8; --green: #17b978; --orange: #ffb020; --purple: #7b61ff; --text: #10203f; --muted: #5b6b8a; --line: #e5ebf5; --bg: #f6f9ff; --white: #ffffff; --shadow: 0 18px 45px rgba(7, 31, 79, 0.10); --shadow-soft: 0 10px 28px rgba(7, 31, 79, 0.08); --radius: 18px; --radius-sm: 12px; --max: 1180px; }

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body { margin: 0px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "PingFang SC", "Microsoft YaHei", sans-serif; color: var(--text); background: var(--white); line-height: 1.55; }

a { color: inherit; text-decoration: none; }

img, svg { max-width: 100%; display: block; }

button, input, select { font: inherit; }

.page { min-height: 100vh; background: radial-gradient(circle at 15% 5%, rgba(21, 93, 252, 0.08), transparent 26%), linear-gradient(rgb(255, 255, 255) 0%, rgb(248, 251, 255) 43%, rgb(255, 255, 255) 100%); }

.container { width: min(var(--max), calc(100% - 48px)); margin: 0px auto; }

.topbar { height: 76px; background: rgba(255, 255, 255, 0.94); border-bottom: 1px solid var(--line); position: sticky; top: 0px; z-index: 100; backdrop-filter: blur(14px); }

.nav { height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }

.brand { display: flex; align-items: center; gap: 12px; min-width: 236px; }

.brand-mark { width: 72px; height: 46px; flex: 0 0 auto; }

.brand-name { line-height: 1.05; }

.brand-name strong { display: block; letter-spacing: 0.04em; font-size: 23px; color: var(--blue-900); font-weight: 800; }

.brand-name span { display: block; margin-top: 5px; font-size: 10px; color: var(--muted); font-weight: 650; letter-spacing: 0.01em; white-space: nowrap; }

.nav-links { display: flex; align-items: center; gap: 26px; font-size: 14px; color: var(--blue-900); font-weight: 650; white-space: nowrap; }

.nav-links a { opacity: 0.92; transition: 0.2s; position: relative; }

.nav-links a:hover { color: var(--blue-600); opacity: 1; }

.nav-links a.active::after { content: ""; position: absolute; left: 0px; bottom: -26px; width: 100%; height: 3px; border-radius: 999px; background: var(--blue-600); }

.nav-actions { display: flex; align-items: center; gap: 16px; }

.language { color: var(--blue-900); font-size: 14px; font-weight: 650; display: flex; align-items: center; gap: 7px; }

.btn { border: 0px; border-radius: 8px; padding: 13px 24px; font-size: 14px; font-weight: 750; cursor: pointer; transition: 0.2s; display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 44px; }

.btn-primary { background: linear-gradient(135deg, var(--blue-600), #0d47d9); color: var(--white); box-shadow: rgba(21, 93, 252, 0.25) 0px 10px 24px; }

.btn-primary:hover { transform: translateY(-1px); box-shadow: rgba(21, 93, 252, 0.34) 0px 14px 30px; }

.btn-outline { background: rgba(255, 255, 255, 0.82); color: var(--blue-600); border: 1px solid rgba(21, 93, 252, 0.45); }

.btn-outline:hover { background: rgb(244, 248, 255); transform: translateY(-1px); }

.btn-white { background: var(--white); color: var(--blue-600); box-shadow: rgba(5, 20, 50, 0.1) 0px 8px 18px; }

.mobile-toggle { display: none; border: 0px; background: transparent; color: var(--blue-900); }

.hero { position: relative; overflow: hidden; background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.94) 31%, rgba(255, 255, 255, 0.54) 50%, rgba(9, 43, 98, 0.2) 100%), linear-gradient(135deg, rgba(14, 58, 135, 0.08), rgba(21, 93, 252, 0.2)); border-bottom: 1px solid var(--line); }

.hero::before { content: ""; position: absolute; inset: 0px; background-image: linear-gradient(90deg, rgba(11, 50, 110, 0.1) 1px, transparent 1px), linear-gradient(0deg, rgba(11, 50, 110, 0.06) 1px, transparent 1px); background-size: 84px 84px; mask-image: linear-gradient(90deg, transparent 0%, black 42%, black 100%); opacity: 0.42; pointer-events: none; }

.hero-inner { position: relative; display: grid; grid-template-columns: 1.04fr 0.96fr; min-height: 520px; align-items: center; gap: 50px; padding: 68px 0px 88px; }

.eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 7px 12px; border: 1px solid rgba(21, 93, 252, 0.18); border-radius: 999px; color: var(--blue-600); background: rgba(234, 242, 255, 0.72); font-size: 13px; font-weight: 800; letter-spacing: 0.03em; margin-bottom: 18px; }

h1 { margin: 0px; color: rgb(7, 26, 68); font-size: clamp(40px, 5.2vw, 68px); line-height: 1.08; letter-spacing: -0.045em; font-weight: 850; }

.hero-copy { margin: 22px 0px 30px; max-width: 590px; color: rgb(35, 54, 95); font-size: 18px; }

.hero-buttons { display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: 26px; }

.trust-row { display: flex; flex-wrap: wrap; gap: 18px 26px; color: var(--blue-900); font-size: 14px; font-weight: 700; }

.trust-item { display: inline-flex; align-items: center; gap: 8px; }

.check-dot { width: 18px; height: 18px; border: 2px solid var(--blue-600); border-radius: 50%; display: inline-grid; place-items: center; color: var(--blue-600); font-size: 12px; line-height: 1; flex: 0 0 auto; }

.hero-visual { min-height: 390px; position: relative; border-radius: 28px; overflow: hidden; box-shadow: var(--shadow); background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0)), linear-gradient(135deg, rgba(13, 45, 100, 0.96), rgba(21, 93, 252, 0.78)); }

.hero-visual::before { content: ""; position: absolute; inset: 0px; background: radial-gradient(circle at 25% 18%, rgba(255, 255, 255, 0.18), transparent 20%), repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0px, rgba(255, 255, 255, 0.08) 2px, transparent 2px, transparent 80px), repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.08) 0px, rgba(255, 255, 255, 0.08) 2px, transparent 2px, transparent 72px); opacity: 0.8; }

.factory-scene { position: absolute; inset: 0px; padding: 22px; }

.factory-floor { position: absolute; left: -5%; right: -5%; bottom: -16%; height: 44%; background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(4, 17, 47, 0.48)); transform: skewY(-6deg); border-top: 1px solid rgba(255, 255, 255, 0.24); }

.machine { position: absolute; width: 116px; height: 78px; border-radius: 9px; background: linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(184, 209, 242, 0.78)); box-shadow: rgba(0, 0, 0, 0.16) 0px 18px 30px; opacity: 0.92; }

.machine::before { content: ""; position: absolute; left: 12px; top: 12px; width: 36px; height: 26px; border-radius: 5px; background: rgba(13, 71, 217, 0.22); }

.machine::after { content: ""; position: absolute; left: 13px; right: 13px; bottom: 13px; height: 8px; border-radius: 999px; background: rgba(7, 31, 79, 0.18); }

.m1 { left: 48px; bottom: 88px; transform: scale(1.15); }

.m2 { left: 220px; bottom: 130px; transform: scale(0.92); opacity: 0.78; }

.m3 { right: 46px; bottom: 92px; transform: scale(1.25); }

.m4 { right: 206px; bottom: 156px; transform: scale(0.82); opacity: 0.7; }

.m5 { left: 110px; top: 74px; transform: scale(0.66); opacity: 0.58; }

.shield-card { position: absolute; left: 50%; top: 43%; transform: translate(-50%, -50%); width: min(310px, 58%); filter: drop-shadow(rgba(0, 0, 0, 0.24) 0px 24px 34px); opacity: 0.98; }

.stats { position: absolute; left: 24px; right: 24px; bottom: 22px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }

.stat { padding: 14px 10px; border-radius: 14px; background: rgba(7, 31, 79, 0.34); border: 1px solid rgba(255, 255, 255, 0.2); color: var(--white); text-align: center; backdrop-filter: blur(10px); }

.stat strong { display: block; font-size: 25px; line-height: 1; }

.stat span { display: block; margin-top: 6px; font-size: 12px; opacity: 0.86; }

.search-wrap { margin-top: -50px; position: relative; z-index: 5; }

.search-panel { background: rgba(255, 255, 255, 0.96); border: 1px solid var(--line); border-radius: 16px; padding: 20px; box-shadow: var(--shadow); display: grid; grid-template-columns: 1.32fr 1fr 1fr 1fr 0.95fr 0.85fr auto; gap: 14px; align-items: end; backdrop-filter: blur(12px); }

.field label { display: block; font-size: 12px; color: var(--blue-900); margin-bottom: 8px; font-weight: 800; }

.control { width: 100%; height: 44px; border: 1px solid rgb(220, 229, 242); border-radius: 8px; padding: 0px 12px; color: rgb(90, 107, 138); background: rgb(255, 255, 255); outline: none; transition: 0.2s; font-size: 14px; }

.control:focus { border-color: rgba(21, 93, 252, 0.6); box-shadow: rgba(21, 93, 252, 0.1) 0px 0px 0px 4px; }

.input-with-icon { position: relative; }

.input-with-icon svg { position: absolute; right: 12px; top: 50%; transform: translateY(-50%); width: 18px; color: rgb(124, 139, 166); }

section { padding: 72px 0px; }

.section-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 28px; }

.section-kicker { color: var(--blue-600); text-transform: uppercase; letter-spacing: 0.1em; font-size: 12px; font-weight: 900; margin-bottom: 8px; }

h2 { margin: 0px; color: var(--blue-900); font-size: clamp(28px, 3vw, 40px); letter-spacing: -0.035em; line-height: 1.16; }

.section-subtitle { margin: 10px 0px 0px; color: var(--muted); max-width: 720px; }

.link-more { color: var(--blue-600); font-weight: 850; display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; }

.feature-strip { padding: 42px 0px 30px; }

.features { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0px; border-bottom: 1px solid var(--line); padding-bottom: 28px; }

.feature { display: grid; grid-template-columns: 66px 1fr; gap: 16px; padding: 0px 22px; border-right: 1px solid var(--line); }

.feature:first-child { padding-left: 0px; }

.feature:last-child { border-right: 0px; padding-right: 0px; }

.feature-icon { width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center; color: white; box-shadow: rgba(7, 31, 79, 0.13) 0px 13px 24px; }

.feature h3 { margin: 0px 0px 6px; color: var(--blue-900); font-size: 17px; }

.feature p { margin: 0px; color: var(--muted); font-size: 14px; line-height: 1.48; }

.icon-blue { background: linear-gradient(135deg, rgb(62, 123, 255), rgb(21, 93, 252)); }

.icon-green { background: linear-gradient(135deg, rgb(86, 211, 154), rgb(23, 169, 118)); }

.icon-orange { background: linear-gradient(135deg, rgb(255, 194, 71), rgb(255, 159, 10)); }

.icon-purple { background: linear-gradient(135deg, rgb(154, 132, 255), rgb(114, 86, 230)); }

.cards-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }

.factory-card { overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: rgb(255, 255, 255); box-shadow: var(--shadow-soft); transition: 0.24s; }

.factory-card[href] { display: block; color: inherit; text-decoration: none; }

.factory-card:hover { transform: translateY(-4px); box-shadow: rgba(7, 31, 79, 0.14) 0px 18px 44px; }

.factory-img { height: 142px; position: relative; overflow: hidden; background: linear-gradient(135deg, rgb(219, 232, 248), rgb(169, 195, 230)); }

.favorite { position: absolute; top: 10px; right: 10px; width: 28px; height: 28px; border-radius: 50%; background: rgba(7, 31, 79, 0.44); color: white; display: grid; place-items: center; font-size: 14px; }

.factory-body { padding: 15px; }

.factory-body h3 { margin: 0px 0px 9px; font-size: 16px; color: var(--blue-900); line-height: 1.28; }

.factory-location { display: flex; gap: 6px; align-items: center; color: var(--muted); font-size: 13px; margin-bottom: 9px; }

.category { color: var(--blue-600); font-size: 13px; font-weight: 850; margin-bottom: 12px; display: block; }

.tag-row { display: flex; flex-wrap: wrap; gap: 6px; justify-content: space-between; align-items: center; }

.tags { display: flex; flex-wrap: wrap; gap: 6px; }

.tag { padding: 5px 8px; border-radius: 999px; background: rgb(238, 244, 252); color: rgb(64, 84, 116); font-size: 11px; font-weight: 700; }

.years { color: rgb(102, 120, 148); font-size: 12px; white-space: nowrap; }

.factory-building { position: absolute; inset: 0px; }

.sun { position: absolute; right: 24px; top: 22px; width: 40px; height: 40px; border-radius: 50%; background: rgba(255, 255, 255, 0.55); }

.building { position: absolute; left: 24px; right: 22px; bottom: 20px; height: 72px; background: linear-gradient(rgb(255, 255, 255), rgb(217, 229, 244)); border-radius: 5px 5px 0px 0px; border: 1px solid rgba(63, 86, 126, 0.15); box-shadow: rgba(4, 24, 60, 0.13) 0px 14px 18px; }

.building::before { content: ""; position: absolute; left: 15px; right: 15px; top: 14px; height: 12px; background: repeating-linear-gradient(90deg, rgba(21, 93, 252, 0.32) 0px, rgba(21, 93, 252, 0.32) 18px, transparent 18px, transparent 27px); }

.road { position: absolute; left: -10%; right: -10%; bottom: -25px; height: 45px; background: rgba(34, 57, 92, 0.2); transform: skewY(-4deg); }

.steps-section { background: linear-gradient(rgb(255, 255, 255), rgb(248, 251, 255)); }

.center-head { text-align: center; max-width: 760px; margin: 0px auto 34px; }

.center-head .section-subtitle { margin-left: auto; margin-right: auto; }

.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 54px; position: relative; }

.steps::before { content: ""; position: absolute; left: 12%; right: 12%; top: 38px; height: 2px; background: linear-gradient(90deg, transparent, rgba(21, 93, 252, 0.22), transparent); }

.step { position: relative; background: rgb(255, 255, 255); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 24px 22px; min-height: 166px; box-shadow: var(--shadow-soft); }

.step-number { position: absolute; right: -33px; top: 28px; width: 24px; height: 24px; background: var(--blue-600); color: rgb(255, 255, 255); border-radius: 50%; display: grid; place-items: center; font-size: 12px; font-weight: 850; z-index: 1; }

.step:last-child .step-number { display: none; }

.step-icon { width: 54px; height: 54px; border-radius: 50%; background: linear-gradient(135deg, rgb(62, 123, 255), rgb(21, 93, 252)); color: rgb(255, 255, 255); display: grid; place-items: center; margin-bottom: 15px; }

.step h3 { margin: 0px 0px 7px; color: var(--blue-900); font-size: 17px; }

.step p { margin: 0px; color: var(--muted); font-size: 13px; }

.industry-grid { display: grid; grid-template-columns: repeat(8, 1fr); gap: 16px; }

.industry { border: 1px solid var(--line); background: rgb(255, 255, 255); border-radius: 14px; min-height: 112px; padding: 17px 10px 15px; display: grid; place-items: center; text-align: center; gap: 10px; box-shadow: rgba(7, 31, 79, 0.04) 0px 8px 22px; transition: 0.2s; color: var(--blue-900); font-weight: 800; font-size: 13px; }

.industry:hover { border-color: rgba(21, 93, 252, 0.32); transform: translateY(-3px); color: var(--blue-600); }

.industry svg { width: 40px; height: 40px; color: var(--blue-600); }

.content-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }

.articles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }

.article-card { border: 1px solid var(--line); border-radius: 14px; overflow: hidden; background: rgb(255, 255, 255); box-shadow: var(--shadow-soft); }

.article-image { height: 118px; background: linear-gradient(135deg, rgb(207, 224, 245), rgb(243, 247, 255)); position: relative; overflow: hidden; }

.article-body { padding: 14px; }

.article-body h3 { margin: 0px 0px 8px; font-size: 14px; color: var(--blue-900); line-height: 1.35; }

.article-body p { margin: 0px 0px 12px; font-size: 12px; color: var(--muted); }

.read-more { color: var(--blue-600); font-size: 12px; font-weight: 850; }

.map-card { border: 1px solid var(--line); border-radius: 20px; background: rgb(255, 255, 255); box-shadow: var(--shadow-soft); padding: 24px; min-height: 384px; position: relative; overflow: hidden; }

.map-card::after { content: ""; position: absolute; right: -80px; bottom: -80px; width: 250px; height: 250px; border-radius: 50%; background: rgba(21, 93, 252, 0.08); }

.map-title-row { display: flex; justify-content: space-between; align-items: start; gap: 20px; margin-bottom: 16px; }

.map-visual { height: 250px; position: relative; }

.china-outline { position: absolute; left: 50%; top: 49%; transform: translate(-50%, -50%); width: 80%; height: 82%; background: rgb(232, 240, 251); clip-path: polygon(18% 36%, 30% 20%, 48% 18%, 62% 25%, 75% 34%, 85% 47%, 78% 61%, 68% 58%, 61% 73%, 45% 78%, 30% 71%, 20% 58%, 10% 51%); border: 1px solid rgb(199, 214, 238); }

.guangdong { position: absolute; left: 54%; bottom: 51px; width: 78px; height: 36px; background: var(--blue-600); opacity: 0.88; clip-path: polygon(10% 44%, 30% 18%, 72% 28%, 96% 55%, 72% 83%, 30% 76%); z-index: 2; }

.pin { position: absolute; z-index: 3; display: flex; align-items: center; gap: 6px; color: var(--blue-600); font-size: 12px; font-weight: 850; white-space: nowrap; }

.pin i { width: 12px; height: 12px; background: var(--blue-600); border-radius: 50%; box-shadow: rgba(21, 93, 252, 0.12) 0px 0px 0px 4px; }

.p1 { left: 44%; bottom: 56px; }

.p2 { left: 62%; bottom: 72px; }

.p3 { left: 65%; bottom: 42px; }

.p4 { left: 75%; bottom: 96px; }

.testimonials { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }

.testimonial { border: 1px solid var(--line); border-radius: 16px; background: rgb(255, 255, 255); box-shadow: var(--shadow-soft); padding: 20px; display: grid; grid-template-columns: 56px 1fr; gap: 14px; }

.avatar { width: 54px; height: 54px; border-radius: 50%; background: linear-gradient(135deg, rgb(185, 208, 238), rgb(245, 200, 167)); overflow: hidden; position: relative; }

.avatar::before { content: ""; position: absolute; left: 15px; top: 10px; width: 24px; height: 24px; border-radius: 50%; background: rgb(255, 242, 231); }

.avatar::after { content: ""; position: absolute; left: 9px; right: 9px; bottom: 5px; height: 24px; border-radius: 16px 16px 8px 8px; background: rgba(7, 31, 79, 0.4); }

.testimonial p { margin: 0px 0px 12px; color: rgb(70, 89, 119); font-size: 14px; }

.testimonial strong { display: block; color: var(--blue-900); font-size: 14px; }

.testimonial span { display: block; color: var(--muted); font-size: 12px; }

.stars { color: rgb(255, 176, 32); letter-spacing: 2px; margin-top: 10px; font-size: 13px; }

.cta { padding: 0px 0px 72px; }

.cta-card { border-radius: 18px; background: radial-gradient(circle at 12% 20%, rgba(255,255,255,0.26), transparent 22%),
        linear-gradient(135deg, var(--blue-600), #0b37a2); color: rgb(255, 255, 255); padding: 28px 34px; box-shadow: rgba(21, 93, 252, 0.26) 0px 22px 45px; display: grid; grid-template-columns: 96px 1fr auto; gap: 24px; align-items: center; overflow: hidden; position: relative; }

.cta-card::after { content: ""; position: absolute; inset: 0px; background-image: radial-gradient(rgba(255, 255, 255, 0.18) 1px, transparent 1px); background-size: 18px 18px; opacity: 0.3; pointer-events: none; }

.cta-icon { width: 78px; height: 78px; border-radius: 22px; background: rgba(255, 255, 255, 0.14); border: 1px solid rgba(255, 255, 255, 0.24); display: grid; place-items: center; position: relative; z-index: 1; }

.cta h2 { color: rgb(255, 255, 255); font-size: 32px; margin: 0px 0px 6px; }

.cta p { margin: 0px; opacity: 0.88; }

.cta-actions { display: flex; gap: 14px; position: relative; z-index: 1; }

.cta .content { position: relative; z-index: 1; }

footer { background: rgb(255, 255, 255); border-top: 1px solid var(--line); padding: 44px 0px 22px; }

.footer-grid { display: grid; grid-template-columns: 1.55fr 0.8fr 0.9fr 1.1fr 1.1fr; gap: 34px; padding-bottom: 34px; border-bottom: 1px solid var(--line); }

.footer-logo { margin-bottom: 16px; }

.footer-text { color: var(--muted); font-size: 14px; max-width: 310px; }

.socials { display: flex; gap: 10px; margin-top: 18px; }

.socials a { width: 30px; height: 30px; border-radius: 8px; background: rgb(234, 242, 255); color: var(--blue-600); display: grid; place-items: center; font-weight: 900; font-size: 12px; }

.footer-col h3 { margin: 0px 0px 14px; color: var(--blue-900); font-size: 14px; }

.footer-col a, .footer-col p { display: block; color: var(--muted); font-size: 13px; margin: 0px 0px 8px; }

.newsletter { display: flex; flex-direction: column; gap: 10px; }

.newsletter input { height: 42px; border: 1px solid rgb(220, 229, 242); border-radius: 8px; padding: 0px 12px; }

.copyright { padding-top: 18px; display: flex; justify-content: space-between; gap: 20px; color: var(--muted); font-size: 12px; }

.legal { display: flex; gap: 22px; }

.mini-logo .brand-mark { width: 62px; height: 40px; }

.mini-logo .brand-name strong { font-size: 20px; }

.mini-logo .brand-name span { font-size: 9px; }

.brand-logo-image { display: block; width: 252px; height: auto; max-height: 58px; object-fit: contain; }

.footer-logo-image { display: block; width: 270px; height: auto; max-height: 62px; object-fit: contain; }

.footer-brand-logo-wrap { display: inline-flex; align-items: center; margin-bottom: 16px; }

.hero-keyword { color: var(--blue-600); font-weight: 900; }

@media (max-width: 1120px) {
  .brand-logo-image { width: 232px; max-height: 54px; }
}

@media (max-width: 860px) {
  .brand-logo-image { width: 214px; max-height: 50px; }
  .footer-logo-image { width: 238px; }
}

@media (max-width: 520px) {
  .brand-logo-image { width: 188px; max-height: 44px; }
}

@media (max-width: 1120px) {
  .nav-links { display: none; }
  .nav-links.open { display: flex; position: absolute; top: 72px; left: 20px; right: 20px; padding: 18px; flex-direction: column; align-items: flex-start; gap: 14px; background: rgb(255, 255, 255); border: 1px solid var(--line); border-radius: 14px; box-shadow: rgba(7, 31, 79, 0.14) 0px 18px 45px; }
  .nav-links.open a.active::after { display: none; }
  .mobile-toggle { display: block; }
  .search-panel { grid-template-columns: repeat(3, 1fr); }
  .search-panel .btn { grid-column: span 3; }
  .features { grid-template-columns: repeat(2, 1fr); gap: 22px 0px; }
  .feature:nth-child(2) { border-right: 0px; }
  .feature:nth-child(3) { padding-left: 0px; }
  .cards-grid { grid-template-columns: repeat(2, 1fr); }
  .industry-grid { grid-template-columns: repeat(4, 1fr); }
  .content-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 860px) {
  .container { width: min(100% - 32px, var(--max)); }
  .hero-inner { grid-template-columns: 1fr; padding: 44px 0px 82px; gap: 32px; }
  .hero-visual { min-height: 360px; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .search-wrap { margin-top: -42px; }
  .search-panel { grid-template-columns: 1fr; }
  .search-panel .btn { grid-column: auto; }
  .features { grid-template-columns: 1fr; }
  .feature { border-right: 0px; padding: 0px; }
  .steps { grid-template-columns: 1fr; gap: 18px; }
  .steps::before, .step-number { display: none; }
  .industry-grid { grid-template-columns: repeat(2, 1fr); }
  .articles { grid-template-columns: 1fr; }
  .testimonials { grid-template-columns: 1fr; }
  .cta-card { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .cta-actions { flex-wrap: wrap; justify-content: center; }
  .footer-grid { grid-template-columns: 1fr; }
  .copyright { flex-direction: column; }
  .brand { min-width: auto; }
  .brand-name strong { font-size: 19px; }
  .brand-name span { display: none; }
  .nav-actions .language { display: none; }
}

@media (max-width: 520px) {
  .topbar, .nav { height: 68px; }
  .brand-mark { width: 58px; height: 38px; }
  h1 { font-size: 38px; }
  .hero-copy { font-size: 16px; }
  .hero-buttons .btn { width: 100%; }
  .cards-grid { grid-template-columns: 1fr; }
  .section-head { display: block; }
  .section-head .link-more { margin-top: 12px; }
  .nav-actions .btn { display: none; }
}