:root { --content-width: 1600px; --brand-main: #bb0000; --brand-dark: #111; --main-red: #bb0000; --page-text: #000; --muted-text: #444; --card-shadow: 0 18px 40px rgba(0, 0, 0, 0.08); }
.home-page { background: #fff;}
.home-page .swiper-container { position: relative; overflow: hidden; }
.home-page .swiper-wrapper { position: relative; display: flex; width: 100%; height: 100%; box-sizing: content-box; }
.home-page .swiper-slide { flex-shrink: 0; width: 100%; height: 100%; }
.hero { position: relative; overflow: hidden; padding-top: 100px; }
.hero-slider, .hero-view, .hero-track, .hero-item { width: 100%; max-height: 700px; }
.hero-link { position: relative; display: block; width: 100%; height: 100%; color: #fff; text-decoration: none; }
/* .hero-link::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(4, 10, 28, 0.54) 0%, rgba(4, 10, 28, 0.16) 22%, rgba(4, 10, 28, 0.18) 100%); pointer-events: none; } */
.hero-link img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero-copy { position: absolute; inset: 50% auto auto 50%; z-index: 2; transform: translate(-100%, -44%); width: min(100%, 760px);  }
.hero-eyebrow { margin: 0 0 12px; color: rgba(255, 255, 255, 0.84); font-size: 24px; font-weight: bold; line-height: 1.4; letter-spacing: 4px; text-transform: uppercase;}
.hero-title { margin: 0; color: #fff; font-size: 64px; line-height: 1.2; font-weight: 700; text-shadow: 0 8px 22px rgba(0, 0, 0, 0.25); }
.hero-summary { margin: 18px 0 0; color: rgba(255, 255, 255, 0.9); font-size: 22px; line-height: 1.8; }
.hero-btn { display: inline-flex; align-items: center; gap: 10px; margin-top: 30px; padding: 0 34px; min-height: 54px; border: 1px solid rgba(255, 255, 255, 0.72); border-radius: 27px; color: #fff; font-size: 15px; line-height: 1; text-decoration: none; transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease; }
.hero-btn:hover { background: var(--main-red); border-color: var(--main-red); transform: translateY(-2px); }
.hero-nav { position: absolute; top: calc((100vh - 77px) / 2); left: 3%; z-index: 5; display: flex; justify-content: space-between; width: 94%; pointer-events: none; }
.hero-prev, .hero-next { position: relative; width: 50px; height: 50px; border: 1px dashed rgba(255, 255, 255, 0.8); border-radius: 50%; color: #fff; background: transparent; opacity: 0; visibility: hidden; pointer-events: auto; cursor: pointer; transition: all 0.3s ease; }
.hero-prev::before, .hero-next::before { content: ""; position: absolute; top: 50%; left: 50%; width: 10px; height: 10px; border-top: 2px solid currentColor; border-right: 2px solid currentColor; transform-origin: center; }
.hero-prev { transform: translateX(50px); }
.hero-prev::before { transform: translate(-30%, -50%) rotate(-135deg); }
.hero-next { transform: translateX(-50px); }
.hero-next::before { transform: translate(-70%, -50%) rotate(45deg); }
.hero:hover .hero-prev, .hero:hover .hero-next { opacity: 1; visibility: visible; transform: translateX(0); }
.hero-prev:hover, .hero-next:hover { background: #bb0000; border-color: #bb0000; }
.hero-dots { position: absolute; left: 50%; bottom: 22px; z-index: 5; display: flex; align-items: center; justify-content: center; transform: translateX(-50%); }
.hero-dots .swiper-pagination-bullet { width: 10px; height: 10px; margin: 0 7px !important; background: rgba(255, 255, 255, 0.55); opacity: 1; transition: width 0.25s ease, border-radius 0.25s ease, background 0.25s ease; }
.hero-dots .swiper-pagination-bullet-active { width: 34px; border-radius: 999px; background: #fff; }
.products { padding: 70px 0 92px; background: #fff url("../image/pro_bg.jpg") center top / cover no-repeat; background-attachment: fixed; }
.products { position: relative; isolation: isolate; }
.products::before { content: ""; position: absolute; inset: 0; pointer-events: none; z-index: 0; }
.products-inner, .cases-inner, .news-inner { width: min(100%, 1600px); margin: 0 auto; }
.products-inner, .product-grid, .products-more { position: relative; z-index: 1; }
.section-head { text-align: center; }
.section-title { margin: 0; color: var(--page-text); font-size: 64px; line-height: 1.15; font-weight: 700; }
.section-subtitle { margin: 22px 0 0; color: #909090; font-size: 22px; line-height: 1.7; }
.products .section-title { font-size: 52px; }
.products .section-title span{ color: var(--main-red); }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px 22px; width: min(100%, 1600px); margin: 58px auto 0; }
.product-card { min-width: 0; }
.product-link { position: relative; display: flex; flex-direction: column; height: 100%; min-height: 300px; padding: 15px; background: #fff; border-radius: 14px; box-shadow: 0 20px 40px rgba(17, 17, 17, 0.1); color: var(--page-text); text-decoration: none; overflow: hidden; transition: box-shadow 0.5s ease; }
.product-link::before { content: ""; position: absolute; inset: 0; border-radius: 14px; background: rgba(0, 0, 0, 0.05); transform: scale(0); transition: transform 0.5s ease; z-index: 2; }
.product-link:hover { box-shadow: 0 20px 40px rgba(17, 17, 17, 0.1); }
.product-link:hover::before { transform: scale(1); }
.product-media { position: relative; z-index: 1; display: flex; align-items: center; justify-content: center; height: 300px; overflow: hidden; }
.product-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.product-link:hover .product-media img { transform: scale(1.1); }
.product-title { position: relative; z-index: 3; margin: auto 0 0; color: #000; padding: 20px; font-size: 20px; line-height: 1.5; font-weight: 400; text-align: center; transition: color 0.5s ease; }
.product-link:hover .product-title { color: #fff;  background: var(--main-red);}
.product-action { position: absolute; left: 50%; top: 50%; display: flex; align-items: center; justify-content: center; width: 46px; height: 46px; border-radius: 50%; background: rgba(85, 85, 85, 0.8); color: #fff; opacity: 0; z-index: 3; transform: translate(-50%, -50%) scale(0.86); transition: opacity 0.2s ease, transform 0.2s ease, color 0.2s ease; }
.product-action svg { width: 22px; height: 22px; fill: currentColor; }
.product-link:hover .product-action { opacity: 1; transform: translate(-50%, -50%) scale(1); color: #fff; }
.products-more { display: flex; justify-content: center; margin-top: 52px; }
.products-btn, .adv-btn { display: inline-flex; align-items: center; justify-content: center; min-width: 204px; min-height: 56px; padding: 0 24px; border-radius: 6px; color: #fff; font-size: 16px; font-weight: 400; line-height: 1; text-decoration: none; transition: transform 0.25s ease, box-shadow 0.25s ease; }
.products-btn { background: #bb0000; }
.products-btn:hover, .adv-btn:hover, .clients-btn:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(187, 0, 0, 0.2); }
.about { color: #fff; background: #050b2c url("../image/abot_bg.jpg") center center / cover no-repeat; background-attachment: fixed;}
.about { position: relative; isolation: isolate; }
.about::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgb(117 117 117 / 54%) 0%, rgb(20 19 20 / 48%) 100%); pointer-events: none; z-index: 0; }
.about > * { position: relative; z-index: 1; }
.about-intro { padding: 78px 0 34px; }
.about-inner { width: min(100%, 1600px); margin: 0 auto; text-align: center; }
.about-title { margin: 0; font-size: 52px; line-height: 1.2; font-weight: 700; }
.about-subtitle { margin: 10px 0 0; font-size: 24px; line-height: 1.5; font-weight: 700; color: rgba(255, 255, 255, 0.85); }
.about-summary { width: min(100%, 1380px); margin: 40px auto 0; color: rgba(255, 255, 255, 0.88); font-size: 16px; line-height: 2.25; }
.about-summary p { margin: 0 0 18px; }
.about-btn { display: inline-flex; align-items: center; justify-content: center; min-width: 186px; min-height: 46px; margin-top: 24px; padding: 0 24px; border: 1px solid rgba(255, 255, 255, 0.7); border-radius: 24px; color: #fff; font-size: 15px; text-decoration: none; transition: background 0.25s ease, border-color 0.25s ease; background: var(--main-red); border-color: var(--main-red);  }
.about-btn:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(200, 21, 51, 0.24); }
.about-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid rgba(255, 255, 255, 0.12); }
.about-card { position: relative; min-width: 0; border-right: 1px solid rgba(255, 255, 255, 0.12); overflow: hidden; transition: all 0.6s cubic-bezier(0.42, 0, 1, 1); }
.about-card:last-child { border-right: 0; }
.about-card::before { content: none; }
.about-card:hover { background: rgba(238, 34, 35, 0.7); }
.about-card-link { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 214px; padding: 30px 20px; color: #fff; text-decoration: none; }
.about-card-icon { display: inline-flex; align-items: center; justify-content: center; width: 72px; height: 72px; margin-bottom: 18px; color: rgba(255, 255, 255, 0.86); }
.about-card-icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.about-card-title { margin: 0; font-size: 24px; line-height: 1; font-weight: 700; transition: color 0.3s ease; }
.about-card-subtitle { margin: 18px 0 0; font-size: 16px; line-height: 1; color: rgba(255, 255, 255, 0.6); transition: color 0.3s ease, opacity 0.3s ease; }
.about-card:hover .about-card-subtitle { color: rgba(255, 255, 255, 0.88); opacity: 1; }
.cases { padding: 86px 0 96px; background: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%); }
.cases .section-title { font-size: 64px; }
.section-divider { display: block; width: 62px; height: 4px; margin: 22px auto 0; background: var(--main-red); }
.case-slider { margin-top: 52px; }
.case-track { overflow: visible; width: 100%; height: 100%; padding: 30px 0 50px; }
.case-item { display: block; text-align: center; font-size: 18px; transition: 300ms; transform: scale(0.8); }
.case-card { width: 100%; max-width: none; }
.case-link { position: relative; display: block; padding: 10px; background: #fff; border-radius: 15px; box-shadow: 0 23px 40px -5px rgba(0, 0, 0, 0.17); color: var(--page-text); text-decoration: none; overflow: hidden; }
.case-badge { position: absolute; top: 0; left: 0; z-index: 1; width: auto; height: auto; padding: 2px 5px; background: rgba(187, 0, 0, 0); border-top-left-radius: 10px; border-bottom-right-radius: 10px; }
.case-badge img { width: 100%; height: 100%; object-fit: contain; }
.case-media { position: relative; overflow: hidden; width: 100%; height: auto; padding-bottom: 100%; }
.case-media img { position: absolute; top: 50%; left: 50%; width: 100%; height: 100%; object-fit: cover; transform: translate(-50%, -50%) scale(0.95); transition: all 0.5s ease; }
.case-title { margin: 0; padding: 15px 5px; font-size: 20px; line-height: 1.5; font-weight: 700; text-align: center; transition: color 0.5s ease; }
.case-track .swiper-slide-active, .case-track .swiper-slide-duplicate-active { transform: scale(1); z-index: 2; }
.case-track .swiper-slide-active .case-link:hover .case-media img, .case-track .swiper-slide-duplicate-active .case-link:hover .case-media img { transform: translate(-50%, -50%) scale(1.1); }
.case-track .swiper-slide-active .case-link:hover .case-title, .case-track .swiper-slide-duplicate-active .case-link:hover .case-title { color: #bb0000; }
.case-dots { display: flex; justify-content: center; margin-top: 0; }
.case-dots .swiper-pagination-bullet { width: 8px; height: 8px; margin: 0 3px !important; border: 2px solid #474747; border-radius: 50%; background: #474747; opacity: 0.5; }
.case-dots .swiper-pagination-bullet-active { border-color: #bb0000; background: #bb0000; opacity: 1; }
.advantages { padding: 86px 0 86px; background: radial-gradient(circle at 78% 18%, rgba(255,255,255,0.14), transparent 28%), linear-gradient(135deg, #151515 0%, #242424 42%, #bb0000 100%); color: #fff; }
.advantages { position: relative; isolation: isolate; }
.advantages::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(122, 10, 28, 0.52) 0%, rgba(122, 10, 28, 0.32) 100%); pointer-events: none; z-index: 0; }
.adv-inner { width: min(100%, 1600px); margin: 0 auto; }
.adv-inner { position: relative; z-index: 1; }
.adv-header { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; }
.adv-eyebrow { margin: 0 0 18px; font-size: 32px; line-height: 1.5; color: rgba(255, 255, 255, 0.8); }
.adv-title { margin: 0; font-size: 64px; line-height: 1.15; font-weight: 700; }
.adv-btn { background: #bb0000; }
.adv-divider { height: 1px; margin: 54px 0 56px; background: rgba(255, 255, 255, 0.22); }
.adv-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 34px; }
.adv-card { position: relative; text-align: center; padding-bottom: 18px; }
.adv-card::after { content: ""; position: absolute; left: 50%; bottom: 0; width: 0; height: 2px; background: #bb0000; transform: translateX(-50%); transition: width 0.6s ease; }
.adv-card:hover::after { width: 80%; }
.adv-card-icon { position: relative; display: flex; align-items: center; justify-content: center; width: 156px; height: 156px; margin: 0 auto 28px; border-radius: 50%; color: #bb0000; background: rgba(255, 255, 255, 0.96); box-shadow: inset 0 0 0 9px rgba(255, 255, 255, 0.06), 0 0 0 2px rgba(255, 255, 255, 0.09); overflow: visible; isolation: isolate; transition: color 0.6s ease; }
.adv-card-icon::before { content: ""; position: absolute; inset: -20px; border: 2px dashed rgba(187, 0, 0, 0.36); border-radius: 50%; opacity: 0.2; transition: opacity 0.3s ease; }
.adv-card-icon::after { content: ""; position: absolute; inset: 0; border-radius: 50%; background: #bb0000; opacity: 0; transform: scale(0.5); transition: all 0.25s ease-in-out; z-index: 0; }
.adv-card-icon svg { position: relative; z-index: 1; width: 66px; height: 66px; fill: currentColor; }
.adv-card-title, .adv-card-summary, .adv-card-link { margin: 0; }
.adv-card-title a { color: #fff; font-size: 24px; line-height: 1.5; font-weight: 700; text-decoration: none; transition: color 0.6s ease; }
.adv-card-summary a { color: rgba(255, 255, 255, 0.85); font-size: 16px; line-height: 1.75; text-decoration: none; transition: color 0.6s ease; }
.adv-card-link { margin-top: 26px; }
.adv-card-link a { color: rgba(255, 255, 255, 0.82); font-size: 14px; line-height: 1.4; text-decoration: none; transition: color 0.6s ease; }
.adv-card:hover .adv-card-icon { color: #fff; }
.adv-card:hover .adv-card-icon::before { opacity: 1; animation: adv-spin 10s linear infinite; }
.adv-card:hover .adv-card-icon::after { opacity: 1; transform: scale(1); }
.adv-card:hover .adv-card-title a { color: #fff; }
.news { padding: 92px 0 74px; background: linear-gradient(180deg, #fff 0%, #f3f5f7 100%); }
.news { position: relative; isolation: isolate; }
.news::before { content: ""; position: absolute; inset: 0; background: rgba(230, 26, 35, 0.05); pointer-events: none; z-index: 0; }
.news-layout { display: grid; grid-template-columns: 600px minmax(0, 1fr); gap: 34px; margin-top: 48px; }
.news-inner { position: relative; z-index: 1; }
.news-feature { position: relative; min-height: 370px; }
.news-feature-link { position: relative; display: block; height: 100%; color: #fff; text-decoration: none; }
.news-feature-media { position: absolute; left: 0; right: 0; bottom: 44px; height: 365px; overflow: hidden; box-shadow: var(--card-shadow); background: #eef3f7; }
.news-feature-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.news-feature-title { position: absolute; left: 0; right: 0; bottom: 0; min-height: 58px; display: flex; align-items: center; justify-content: center; padding: 14px 24px; background: rgba(42, 42, 42, 0.9); color: #fff; font-size: 18px; line-height: 1.5; font-weight: 700; text-align: center; transition: background 0.35s ease; }
.news-feature-link:hover .news-feature-media img { transform: scale(1.1); }
.news-feature-link:hover .news-feature-title { background: rgba(215, 12, 24, 0.92); }
.news-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.news-card-link { display: flex; flex-direction: column; height: 100%; background: rgba(255, 255, 255, 0.9); box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05); color: var(--page-text); text-decoration: none; overflow: hidden; transition: transform 0.35s ease, box-shadow 0.35s ease; }
.news-card-body { padding: 32px 28px 0; }
.news-card-title { margin: 0; font-size: 16px; line-height: 1.75; font-weight: 700; transition: color 0.35s ease;  overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2;-webkit-box-orient: vertical;text-overflow: ellipsis; word-break: break-word;}
.news-card-summary { margin: 12px 0 0; color: #7d8791; font-size: 14px; line-height: 1.8; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2;-webkit-box-orient: vertical;text-overflow: ellipsis; word-break: break-word;}
.news-card-meta { display: flex; align-items: center; gap: 8px; margin-top: 20px; color: #969696; font-size: 14px; line-height: 1.5; }
.news-card-meta img { width: 16px; height: 16px; object-fit: contain; }
.news-card-thumb { padding-top: 30px; height: 248px; overflow: hidden; }
.news-card-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.news-card-link:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(0, 0, 0, 0.12); }
.news-card-link:hover .news-card-title { color: #bb0000; }
.news-card-link:hover .news-card-thumb img { transform: scale(1.1); }
.clients { display: grid; grid-template-columns: 45% 55%; }
.clients-cta-panel { min-height: 520px; background: radial-gradient(circle at 76% 12%, rgba(255,255,255,0.14), transparent 26%), linear-gradient(135deg, #101010 0%, #1a1a1a 52%, #bb0000 100%); }
.clients-cta-panel { position: relative; isolation: isolate; }
.clients-cta-panel::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(88, 8, 20, 0.68) 0%, rgba(110, 12, 27, 0.48) 100%); pointer-events: none; z-index: 0; }
.clients-cta-inner { width: min(100%, 640px); padding: 112px 92px 76px 128px; }
.clients-cta-inner { position: relative; z-index: 1; }
.clients-title { margin: 0; color: #fff; font-size: 64px; line-height: 1.28; font-weight: 700; }
.clients-btn { display: inline-flex; align-items: center; justify-content: center; min-width: 178px; min-height: 46px; margin-top: 42px; border: 1px solid rgba(255, 255, 255, 0.72); color: #fff; font-size: 15px; line-height: 1; text-decoration: none; }
.clients-logos-panel { background: radial-gradient(circle at 84% 30%, rgba(255,255,255,0.16), transparent 28%), linear-gradient(135deg, #bb0000 0%, #1d1d1d 46%, #252525 100%); }
.clients-logos-panel { position: relative; isolation: isolate; }
.clients-logos-panel::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(128, 14, 34, 0.44) 0%, rgba(128, 14, 34, 0.22) 100%); pointer-events: none; z-index: 0; }
.clients-logos-inner { width: min(100%, 980px); padding: 88px 104px 84px 76px; }
.clients-logos-inner { position: relative; z-index: 1; }
.clients-logos-title { margin: 0 0 34px; color: #fff; font-size: 64px; line-height: 1.2; font-weight: 700; }
.client-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin: 0; padding: 0; list-style: none; }
.client-logo { display: flex; align-items: center; justify-content: center; min-height: 76px; padding: 10px 18px; background: rgba(255, 255, 255, 0.97); transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease; }
.client-logo img { width: 100%; height: 56px; object-fit: contain; transition: transform 0.25s ease; }
.client-logo:hover { transform: translateY(-3px); box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12); background: #fff; }
.client-logo:hover img { transform: scale(1.05); }

@keyframes adv-spin { from { transform: rotate(0deg); } to { transform: rotate(359deg); } }
@media (max-width: 1600px) { .products-inner, .cases-inner, .news-inner, .about-inner, .adv-inner { width: calc(100% - 80px); } .product-grid { width: calc(100% - 80px); } .clients-cta-inner { padding-left: 72px; padding-right: 72px; } .clients-logos-inner { padding-right: 72px; } }
@media (max-width: 1280px) { .hero-slider, .hero-view, .hero-track, .hero-item { height: 480px; } .hero-title, .section-title, .adv-title, .clients-title, .clients-logos-title { font-size: 48px; } .product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); } .about-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .news-layout { grid-template-columns: 1fr; } .news-list { grid-template-columns: repeat(2, minmax(0, 1fr)); } .clients { grid-template-columns: 1fr; } .clients-cta-panel, .clients-logos-panel { min-height: auto; } .clients-cta-inner, .clients-logos-inner { width: auto; padding: 64px 48px; } }
@media (max-width: 1024px) {.hero{ padding-top: 82px;} .hero-slider, .hero-view, .hero-track, .hero-item { height: 360px; } .hero-copy { width: calc(100% - 40px); } .hero-title, .section-title, .products .section-title, .about-title, .cases .section-title, .adv-title, .clients-title, .clients-logos-title { font-size: 40px; } .products, .cases, .advantages, .news { padding-top: 70px; padding-bottom: 70px; } .products-inner, .cases-inner, .news-inner, .about-inner, .adv-inner, .product-grid { width: calc(100% - 40px); } .product-grid, .adv-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .case-track { overflow: hidden; } .news-list { grid-template-columns: 1fr; } .client-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 768px) {.hero{ padding-top: 72px;} .hero-slider, .hero-view, .hero-track, .hero-item { height: 160px; } .hero-copy { transform: translate(-50%, -40%); } .hero-eyebrow { font-size: 13px; letter-spacing: 2px; } .hero-title, .section-title, .products .section-title, .about-title, .cases .section-title, .adv-title, .clients-title, .clients-logos-title { font-size: 30px; } .hero-summary, .section-subtitle, .about-subtitle { font-size: 16px; } .hero-nav { display: none; } .products-inner, .cases-inner, .news-inner, .about-inner, .adv-inner, .product-grid { width: calc(100% - 24px); } .product-grid, .adv-grid, .about-grid, .client-grid { grid-template-columns: 1fr; } .product-link { min-height: 330px; } .case-title { font-size: 14px; } .about-summary { font-size: 14px; line-height: 1.9; } .news-feature { min-height: 420px; } .news-feature-pattern { left: 16px; top: 52px; width: 180px; height: 180px; } .news-feature-media { bottom: 40px; height: 240px; } .news-card-body { min-height: auto; padding: 22px 20px 0; } .clients-cta-inner, .clients-logos-inner { padding: 48px 20px; } }
@media (max-width: 1024px) {
    .products, .news { background-attachment: scroll; }
    .products-inner, .cases-inner, .news-inner, .about-inner, .adv-inner, .product-grid { width: calc(100% - 32px); }
    .section-subtitle { margin-top: 14px; line-height: 1.6; }
    .product-grid { gap: 20px; margin-top: 36px; }
    .product-link { min-height: auto; padding: 12px; border-radius: 10px; }
    .product-link::before { border-radius: 10px; }
    .product-media { height: auto; aspect-ratio: 4 / 3; }
    .product-title { padding: 16px 10px 8px; font-size: 18px; }
    .about-intro { padding: 62px 0 30px; }
    .about-summary { width: 100%; margin-top: 28px; }
    .about-card-link { min-height: 172px; }
    .case-slider { margin-top: 34px; }
    .case-track { padding: 18px 0 38px; }
    .adv-header { align-items: flex-start; flex-direction: column; gap: 24px; }
    .adv-divider { margin: 34px 0 38px; }
    .adv-card-icon { width: 128px; height: 128px; margin-bottom: 22px; }
    .adv-card-icon svg { width: 54px; height: 54px; }
    .news-layout { gap: 24px; margin-top: 34px; }
    .news-feature { min-height: 0; }
    .news-feature-link { height: auto; }
    .news-feature-media { position: relative; bottom: auto; height: auto; aspect-ratio: 16 / 9; }
    .news-feature-title { position: relative; min-height: 54px; }
    .news-card-thumb { height: auto; aspect-ratio: 16 / 9; padding-top: 0; }
}
@media (max-width: 768px) {
    .products, .cases, .advantages, .news { padding-top: 46px; padding-bottom: 50px; }
    .hero-slider, .hero-view, .hero-track, .hero-item { height: auto; min-height: 180px; aspect-ratio: 16 / 7; }
    .hero-link img { min-height: 180px; }
    .hero-dots { bottom: 10px; }
    .hero-dots .swiper-pagination-bullet { width: 7px; height: 7px; margin: 0 4px !important; }
    .hero-dots .swiper-pagination-bullet-active { width: 22px; }
    .section-title, .products .section-title, .about-title, .cases .section-title, .adv-title { font-size: 28px; line-height: 1.25; }
    .section-subtitle, .about-subtitle, .adv-eyebrow { font-size: 15px; line-height: 1.6; }
    .product-grid { gap: 16px; margin-top: 28px; }
    .product-media { aspect-ratio: 1 / 0.72; }
    .product-title { font-size: 16px; line-height: 1.45; }
    .products-more { margin-top: 30px; }
    .products-btn, .adv-btn { min-width: 168px; min-height: 46px; }
    .about-intro { padding: 46px 0 26px; }
    .about-summary { margin-top: 22px; }
    .about-card-link { min-height: 150px; padding: 24px 16px; }
    .about-card-icon { width: 54px; height: 54px; margin-bottom: 14px; }
    .about-card-title { font-size: 20px; }
    .about-card-subtitle { margin-top: 12px; font-size: 14px; }
    .case-item { transform: scale(0.92); }
    .case-link { padding: 8px; border-radius: 10px; }
    .case-title { padding: 12px 4px; font-size: 16px; }
    .adv-grid { gap: 28px; }
    .adv-card-title a { font-size: 20px; }
    .adv-card-summary a { font-size: 14px; }
    .news-list { gap: 18px; }
    .news-feature-title { padding: 12px 14px; font-size: 16px; }
    .news-card-body { padding: 18px 16px 16px; }
    .news-card-meta { margin-top: 14px; }
}
@media (max-width: 480px) {
    .hero-slider, .hero-view, .hero-track, .hero-item { min-height: 170px; aspect-ratio: 1.9 / 1; }
    .hero-link img { min-height: 170px; }
    .section-title, .products .section-title, .about-title, .cases .section-title, .adv-title { font-size: 24px; }
    .products-inner, .cases-inner, .news-inner, .about-inner, .adv-inner, .product-grid { width: calc(100% - 20px); }
    .product-media { aspect-ratio: 1 / 0.78; }
    .product-title { padding: 14px 6px 6px; }
    .adv-eyebrow { margin-bottom: 8px; }
    .adv-card-icon { width: 108px; height: 108px; }
    .adv-card-icon::before { inset: -12px; }
    .adv-card-icon svg { width: 46px; height: 46px; }
}
@media (max-width: 768px) {
    .product-grid, .about-grid, .adv-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .product-grid { gap: 12px; }
    .product-link { padding: 8px; border-radius: 8px; }
    .product-media { aspect-ratio: 1 / 0.82; }
    .product-title { padding: 10px 2px 2px; font-size: 14px; line-height: 1.35; }
    .about-card { border-right: 1px solid rgba(255, 255, 255, 0.12); border-bottom: 1px solid rgba(255, 255, 255, 0.12); }
    .about-card:nth-child(2n) { border-right: 0; }
    .about-card-link { min-height: 132px; padding: 18px 8px; }
    .about-card-icon { width: 42px; height: 42px; margin-bottom: 12px; }
    .about-card-title { font-size: 17px; line-height: 1.25; }
    .about-card-subtitle { margin-top: 8px; font-size: 12px; line-height: 1.25; }
    .adv-grid { gap: 22px 14px; }
    .adv-card { padding-bottom: 14px; }
    .adv-card-icon { width: 96px; height: 96px; margin-bottom: 18px; }
    .adv-card-icon::before { inset: -10px; }
    .adv-card-icon svg { width: 42px; height: 42px; }
    .adv-card-title a { font-size: 17px; line-height: 1.35; }
    .adv-card-summary a { font-size: 13px; line-height: 1.55; }
    .adv-card-link { margin-top: 14px; }
}
@media (max-width: 480px) {
    .product-grid, .about-grid, .adv-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .product-grid { gap: 10px; }
    .product-media { aspect-ratio: 1 / 0.86; }
    .product-title { font-size: 13px; }
    .about-card-link { min-height: 122px; }
    .adv-card-icon { width: 86px; height: 86px; }
    .adv-card-icon svg { width: 38px; height: 38px; }
    .adv-card-title a { font-size: 16px; }
}
@media (max-width: 768px) {
    .hero-slider, .hero-view, .hero-track, .hero-item { height: auto; min-height: 0; aspect-ratio: 1920 / 705; max-height: none; }
    .hero-link img { height: 100%; min-height: 0; object-fit: cover; }
    .hero-dots { bottom: 8px; }
}
@media (max-width: 480px) {
    .hero-slider, .hero-view, .hero-track, .hero-item { aspect-ratio: 1920 / 705; min-height: 0; }
    .hero-link img { min-height: 0; }
}
