:root{--yellow:#F5C518;--yellow-600:#e0b400;--yellow-700:#a98400;--ink:#15171c;--ink-2:#23272e;--muted:#5b6470;--line:#e6e8ec;--bg:#ffffff;--bg-soft:#f6f7f9;--white:#fff;--radius:12px;--shadow:0 14px 40px rgba(20,22,26,.10)}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);font-family:Arial,Helvetica,sans-serif;line-height:1.65;background:#fff}
img{max-width:100%;height:auto;display:block}
a{color:var(--ink);text-decoration:none}
a:hover{color:var(--yellow-700)}
.wrap{width:min(1160px,calc(100% - 40px));margin:auto}
.topbar{background:var(--ink);color:#cdd9e5;font-size:13px}
.topbar .wrap{display:flex;justify-content:space-between;padding:7px 0}
.topbar a{color:#fff}
.site-header{position:sticky;top:0;z-index:20;background:#fff;border-bottom:1px solid var(--line)}
.navrow{height:76px;display:flex;align-items:center;gap:28px}
.brand{display:flex;align-items:center;font-weight:900;font-size:24px;color:var(--ink);letter-spacing:-1px}
.brand img{height:34px;width:auto;display:block}
.brand span{color:var(--yellow-700)}
.menu{margin-left:auto;display:flex;list-style:none;gap:25px;padding:0}
.menu a{font-weight:700;color:var(--ink);font-size:14px}
.menu a:hover{color:var(--yellow-700)}
.btn{display:inline-flex;align-items:center;justify-content:center;background:var(--yellow);color:var(--ink)!important;padding:12px 20px;border-radius:6px;font-weight:800;border:0;cursor:pointer;box-shadow:0 8px 22px rgba(245,197,24,.22)}
.btn:hover{background:var(--yellow-600);transform:translateY(-1px)}
.btn-outline{background:transparent;border:1px solid #fff;box-shadow:none}
.btn-outline:hover{background:rgba(255,255,255,.12)}
.hero{background:linear-gradient(90deg,#0e1014 0%,#1c2026 58%,#2a2f37 100%);color:#fff;padding:78px 0 66px;overflow:hidden}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:44px}
.eyebrow{color:var(--yellow-700);font-weight:800;text-transform:uppercase;letter-spacing:2px;font-size:13px}
.hero h1{font-size:clamp(38px,5.5vw,68px);line-height:1.03;margin:14px 0 20px;letter-spacing:-2px}
.hero p{font-size:18px;color:#d6e5f3;max-width:620px}
.hero-actions{display:flex;gap:12px;margin-top:30px}
.hero img{border-radius:12px;box-shadow:0 28px 70px rgba(0,0,0,.35)}
.metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#c9d8e6}
.metric{background:#fff;padding:25px;text-align:center}
.metric strong{display:block;color:var(--ink);font-size:28px}
.section{padding:84px 0}
.section.alt{background:var(--bg-soft)}
.section-head{max-width:720px;margin-bottom:38px}
.section h2{font-size:clamp(30px,4vw,44px);line-height:1.12;margin:8px 0 14px}
.section-head p,.muted{color:var(--muted)}
.grid{display:grid;gap:24px}
.products{grid-template-columns:repeat(3,1fr)}
.cat-nav{display:flex;flex-wrap:wrap;gap:10px;margin:26px 0 6px}
.cat-nav a{display:inline-block;padding:9px 16px;border:1px solid var(--line);border-radius:999px;font-weight:700;font-size:13px;color:var(--ink);background:#fff}
.cat-nav a:hover{border-color:var(--yellow);background:var(--accent-soft);color:var(--yellow-700)}
.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:0 5px 20px rgba(20,22,26,.05)}
.card-media{aspect-ratio:4/3;object-fit:cover;width:100%;background:var(--bg-soft)}
.card-body{padding:24px}
.card h3{margin:0 0 8px;font-size:22px}
.specs{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:18px 0}
.specs span{background:#fff6da;padding:8px;border-radius:5px;font-size:13px}
.apps{grid-template-columns:repeat(3,1fr)}
.app{position:relative;min-height:280px;color:#fff;border-radius:10px;overflow:hidden}
.app img{position:absolute;width:100%;height:100%;object-fit:cover}
.app:after{content:'';position:absolute;inset:0;background:linear-gradient(transparent,rgba(15,17,20,.9))}
.app h3{position:absolute;z-index:2;bottom:12px;left:20px}
.why{grid-template-columns:repeat(4,1fr)}
.why-item{border-top:4px solid var(--yellow);background:#fff;padding:26px;box-shadow:var(--shadow)}
.feature-banner{border-radius:12px}
.about-grid,.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:center}
.about-grid img{border-radius:10px}
.faq details{border-bottom:1px solid var(--line);padding:18px 0}
.faq summary{font-weight:800;cursor:pointer}
.news{grid-template-columns:repeat(3,1fr)}
.cta{background:var(--ink);color:#fff;padding:54px 0}
.cta .wrap{display:flex;align-items:center;justify-content:space-between;gap:30px}
.cta h2{margin:0;font-size:34px}
.site-footer{background:var(--ink);color:#b9c8d6;padding:58px 0 22px}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1.5fr;gap:40px}
.site-footer h3{color:#fff}
.site-footer a{color:#d9e8f5}
.copyright{border-top:1px solid #2a2f37;margin-top:40px;padding-top:20px;font-size:13px}
.page-hero{background:var(--ink);color:#fff;padding:64px 0}
.content{max-width:820px;margin:auto}
.content h2{margin-top:40px}
.single-product .product-top{display:grid;grid-template-columns:1fr 1fr;gap:48px}
.spec-table{width:100%;border-collapse:collapse}
.spec-table td{padding:12px;border-bottom:1px solid var(--line)}
.spec-table td:first-child{font-weight:700;width:48%}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.contact-form input,.contact-form textarea{width:100%;padding:13px;border:1px solid #c5d2de;border-radius:5px;margin-bottom:14px;font:inherit}
.menu-toggle{display:none}
.screen-reader-text{position:absolute;clip:rect(1px,1px,1px,1px)}
@media(max-width:900px){.menu-toggle{display:block;margin-left:auto}.menu{display:none;position:absolute;top:76px;left:0;right:0;background:#fff;padding:20px;flex-direction:column}.menu.open{display:flex}.hero-grid,.about-grid,.contact-grid,.single-product .product-top{grid-template-columns:1fr}.products,.apps,.news{grid-template-columns:repeat(2,1fr)}.why{grid-template-columns:1fr 1fr}.hero{padding-top:50px}.hero-image{order:-1}}
@media(max-width:600px){.products,.apps,.news,.why,.footer-grid,.form-row{grid-template-columns:1fr}.topbar .wrap{display:block}.navrow .btn{display:none}.metrics{grid-template-columns:1fr}.cta .wrap{display:block}.hero-actions{flex-direction:column}.section{padding:58px 0}}
.site-header{box-shadow:0 4px 22px rgba(20,22,26,.06)}
.hero-v2{position:relative;min-height:660px;padding:0;display:flex;align-items:center;background:var(--ink)}
.hero-bg,.hero-shade{position:absolute;inset:0;width:100%;height:100%}
.hero-bg{object-fit:cover;border-radius:0!important;box-shadow:none!important}
.hero-shade{background:linear-gradient(90deg,rgba(12,14,18,.96) 0%,rgba(18,22,28,.82) 37%,rgba(18,22,28,.18) 68%,rgba(18,22,28,.04) 100%)}
.hero-content{position:relative;z-index:2}
.hero-copy{max-width:650px}
.hero-v2 h1{font-size:clamp(44px,5vw,72px);max-width:760px}
.hero-v2 p{font-size:20px;max-width:610px}
.hero-benefits{display:flex;flex-wrap:wrap;gap:10px 24px;padding:0;margin:26px 0 0;list-style:none;color:#fff;font-weight:700}
.hero-benefits li:before{content:'✓';color:var(--yellow);margin-right:8px}
.eyebrow.light{color:#ffd23f}
.btn-light{background:#fff;color:var(--ink)!important}
.trust-strip{position:relative;margin-top:-36px;z-index:4}
.trust-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));background:#fff;border-radius:12px;box-shadow:0 22px 55px rgba(20,22,26,.16);overflow:hidden}
.trust-item{min-width:0;padding:28px 34px;display:flex;align-items:center;gap:18px;border-right:1px solid var(--line)}
.trust-item:last-child{border-right:0}
.trust-item strong{font-size:38px;line-height:1;color:var(--yellow-700)}
.trust-item span{font-weight:800;color:#435369}
.product-card{transition:transform .25s,box-shadow .25s}
.product-card:hover{transform:translateY(-6px);box-shadow:0 20px 50px rgba(20,22,26,.15)}
.product-image-link{display:block;overflow:hidden}
.product-image-link img{transition:transform .45s}
.product-card:hover .product-image-link img{transform:scale(1.035)}
.product-card h3 a{color:var(--ink)}
.text-link{font-weight:800;color:var(--yellow-700)}
.why-number{display:block;font-size:13px;color:var(--yellow-700);font-weight:900;letter-spacing:2px;margin-bottom:22px}
.news-card .card-media{aspect-ratio:16/10}
.faq details{background:#fff;border:1px solid #d9e4ed;border-radius:8px;padding:0;margin:12px 0}
.faq summary{padding:20px 24px;list-style:none;position:relative}
.faq summary:after{content:'+';position:absolute;right:24px;color:var(--yellow-700);font-size:22px}
.faq details[open] summary:after{content:'−'}
.faq details p{padding:0 24px 22px;margin:0;color:#5e6c7c}
.social-links{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}
.social-links a{border:1px solid #3a3f47;border-radius:5px;padding:8px 12px;font-weight:700;color:#d9e8f5}
.social-links a:hover{border-color:var(--yellow);color:var(--yellow)}
.footer-brand{color:#fff}
.cta{background:var(--ink)}
.cta p{color:#dceeff;max-width:720px}
.article-hero{width:100%;max-height:520px;object-fit:cover;border-radius:12px;margin-bottom:38px}
.article-cta{background:#fff6da;border-left:5px solid var(--yellow);padding:28px;margin-top:44px}
.factory-second{margin-top:18px}
.page-about{align-items:start}
.topbar{display:none}
@media(max-width:900px){.hero-v2{min-height:600px;padding-top:0}.hero-shade{background:linear-gradient(90deg,rgba(12,14,18,.95),rgba(12,14,18,.64))}.trust-strip{margin-top:0}.trust-grid{width:100%;border-radius:0}.trust-item{padding:22px 16px;display:block;text-align:center}.trust-item strong{display:block;margin-bottom:7px}.trust-item span{font-size:13px}.header-quote{display:none}}
@media(max-width:600px){.hero-v2{min-height:620px}.hero-bg{object-position:64% center}.hero-shade{background:linear-gradient(90deg,rgba(12,14,18,.96),rgba(12,14,18,.72))}.hero-v2 h1{font-size:41px}.hero-v2 p{font-size:17px}.hero-benefits{display:block}.hero-benefits li{margin:9px 0}.trust-grid{grid-template-columns:1fr}.trust-item{display:flex;text-align:left;justify-content:center;border-right:0;border-bottom:1px solid var(--line);padding:18px}.trust-item:last-child{border-bottom:0}.trust-item strong{min-width:78px;font-size:32px}.trust-item span{font-size:14px}.section-head{margin-bottom:28px}}
:root{--accent:#F5C518;--accent-soft:#fff6da}
.section-head{position:relative;padding-left:22px;max-width:790px}
.section-head:before{content:'';position:absolute;left:0;top:2px;width:5px;height:58px;border-radius:5px;background:linear-gradient(var(--yellow),var(--yellow-600))}
.section-head h2{letter-spacing:-.8px}
.section-head p{font-size:17px}
.eyebrow,.section-kicker{color:var(--yellow-700);font-weight:900;text-transform:uppercase;letter-spacing:2px;font-size:12px}
.section-kicker{display:inline-block;padding:7px 11px;background:var(--accent-soft);border-radius:4px;margin-bottom:10px}
.btn{box-shadow:0 8px 22px rgba(245,197,24,.22)}
.btn:hover{transform:translateY(-1px)}
.header-quote{background:var(--yellow);color:var(--ink)!important}
.header-quote:hover{background:var(--yellow-600)}
.text-link{color:var(--yellow-700)}
.why-item{position:relative;border-top:0;border-radius:10px;overflow:hidden}
.why-item:after{content:'';position:absolute;left:0;top:0;width:100%;height:4px;background:linear-gradient(90deg,var(--yellow),var(--yellow-600))}
.why-number{width:48px;height:48px;border-radius:12px;background:var(--accent-soft);color:var(--yellow-700);display:flex;align-items:center;justify-content:center;font-size:22px;letter-spacing:0}
.app{min-height:0;background:#fff;color:var(--ink);border:1px solid var(--line);box-shadow:0 12px 30px rgba(20,22,26,.08);display:flex;flex-direction:column}
.app img{position:relative;height:245px;object-fit:cover;flex:none}
.app:after{display:none}
.app h3{position:static;color:var(--ink);margin:0;padding:17px 20px 19px;background:#fff;border-top:3px solid var(--yellow);line-height:1.2}
.app-page-grid{margin-top:32px}
.page-hero-rich{position:relative;overflow:hidden;background:linear-gradient(115deg,#15171c,#2a2f37)}
.page-hero-rich:after{content:'';position:absolute;width:320px;height:320px;border:70px solid rgba(255,255,255,.05);border-radius:50%;right:8%;top:-150px}
.page-hero-rich .wrap{position:relative;z-index:2}
.page-hero-rich p{color:#d5e9fb;font-size:18px;max-width:650px}
.wide-content{max-width:1160px}
.lead{font-size:19px;color:#5e6c7c;max-width:780px}
.factory-stack{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.factory-stack img{height:100%;min-height:330px;object-fit:cover}
.inner-stats{display:grid;grid-template-columns:repeat(3,1fr);margin:65px 0;background:var(--ink);color:#fff;border-radius:12px;overflow:hidden}
.inner-stats div{padding:30px;text-align:center;border-right:1px solid #2a2f37}
.inner-stats div:last-child{border:0}
.inner-stats strong{display:block;font-size:36px;color:var(--yellow)}
.inner-stats span{color:#cbd9e6}
.inner-section{margin-top:70px}
.audience-grid{grid-template-columns:repeat(3,1fr);margin-top:28px}
.mini-card{padding:28px;border:1px solid var(--line);border-radius:10px;background:#fff;box-shadow:0 8px 28px rgba(20,22,26,.06)}
.mini-card span{color:var(--yellow-700);font-weight:900}
.contact-intro{display:flex;justify-content:space-between;gap:40px;align-items:flex-end;margin-bottom:35px}
.contact-chips{display:flex;gap:12px}
.contact-chips a{display:flex;flex-direction:column;padding:15px 18px;background:var(--accent-soft);border-radius:8px;min-width:205px}
.contact-chips span{font-size:13px}
.enhanced-contact{align-items:stretch}
.inquiry-guide{background:var(--ink);color:#fff;padding:36px;border-radius:12px}
.inquiry-guide h3{font-size:25px}
.inquiry-guide li{margin:12px 0;color:#d9e6f2}
.contact-note{margin-top:30px;padding-top:22px;border-top:1px solid #3a3f47}
.contact-note p{color:#cbd9e6}
.inquiry-form{padding:34px;border:1px solid var(--line);border-radius:12px;box-shadow:0 14px 40px rgba(20,22,26,.08)}
.inquiry-form input,.inquiry-form textarea{background:#f8fafc}
.form-privacy{font-size:12px;color:#7b8794}
.form-success{padding:16px 20px;margin-bottom:25px;border-left:5px solid #2b9c68;background:#e9f7f0;color:#176640}
.contact-process{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:34px}
.contact-process div{display:flex;align-items:center;gap:14px;padding:18px;background:var(--bg-soft);border-radius:8px}
.contact-process span{display:flex;width:34px;height:34px;border-radius:50%;align-items:center;justify-content:center;background:var(--yellow);color:var(--ink);font-weight:900}
@media(max-width:900px){.factory-stack,.audience-grid{grid-template-columns:1fr}.factory-stack img{min-height:240px}.contact-intro{display:block}.contact-chips{margin-top:25px}.inner-stats{margin:45px 0}.app img{height:220px}}
@media(max-width:600px){.section-head{padding-left:16px}.section-head:before{height:48px}.inner-stats,.contact-process{grid-template-columns:1fr}.inner-stats div{border-right:0;border-bottom:1px solid #2a2f37}.contact-chips{display:block}.contact-chips a{margin:10px 0}.app img{height:230px}}
.hero-v2{min-height:610px}
.hero-bg{object-position:center}
.hero-shade{background:linear-gradient(90deg,rgba(12,14,18,.96) 0%,rgba(18,22,28,.87) 34%,rgba(18,22,28,.38) 57%,rgba(18,22,28,.04) 82%)}
.hero-copy{max-width:620px}
.news-card,.product-card{display:flex;flex-direction:column;height:100%}
.news-card .card-body,.product-card .card-body{display:flex;flex-direction:column;flex:1}
.news-card h2,.news-card h3{font-size:23px!important;line-height:1.25!important;margin:10px 0 14px!important;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;min-height:86px}
.news-card .card-body>p{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;min-height:78px;margin:0 0 18px}
.news-card .text-link{margin-top:auto}
.product-card h2,.product-card h3{font-size:21px!important;line-height:1.3!important;margin:8px 0 12px!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:55px}
.product-card .card-body>p{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;min-height:76px}
.product-card .specs{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:auto}
.product-card .specs span{display:flex;flex-direction:column;min-width:0;padding:10px 11px;line-height:1.3}
.product-card .specs span:nth-child(1),.product-card .specs span:nth-child(3){background:var(--accent-soft);border-left:3px solid var(--yellow);font-weight:800}
.product-card .specs b{font-size:10px;text-transform:uppercase;letter-spacing:.5px;color:#617286;margin-bottom:3px}
.product-card .text-link{margin-top:8px}
.news,.products{align-items:stretch}
.card-media{content-visibility:auto}
.hero-bg{content-visibility:auto}
@media(max-width:600px){.news-card h2,.news-card h3,.product-card h2,.product-card h3{min-height:0}.news-card .card-body>p,.product-card .card-body>p{min-height:0}.hero-v2{min-height:600px}.hero-bg{object-position:67% center}}
.news-card h2,.news-card h3{font-size:21px!important;line-height:1.3!important;min-height:55px;-webkit-line-clamp:2;margin:8px 0 10px!important}
.news-card .card-body>p{min-height:48px;-webkit-line-clamp:2;margin:0 0 12px}
.news-card .card-body{padding:21px 22px}
.news-card .eyebrow{font-size:11px}
.news-card .text-link{margin-top:auto}
@media(max-width:600px){.news-card h2,.news-card h3,.news-card .card-body>p{min-height:0}}
.page-about{grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);align-items:center}
.factory-stack{grid-template-columns:1fr;gap:14px}
.factory-stack img{width:100%;height:245px;min-height:0;object-fit:cover}
.single-post .content>p{font-size:17px;line-height:1.85;margin:0 0 22px}
.single-post .content>h2{font-size:30px;line-height:1.25;margin:44px 0 16px;padding-left:16px;border-left:4px solid var(--yellow)}
.single-post .content>h3{margin-top:32px}
.hero-v2 .hero-bg{object-position:center}
.hero-v2 .hero-shade{background:linear-gradient(90deg,rgba(12,14,18,.96) 0%,rgba(18,22,28,.83) 30%,rgba(18,22,28,.25) 53%,rgba(18,22,28,.02) 75%)}
@media(max-width:900px){.page-about{grid-template-columns:1fr}.factory-stack{grid-template-columns:1fr 1fr}.factory-stack img{height:220px}}
@media(max-width:600px){.factory-stack{grid-template-columns:1fr}.single-post .content>h2{font-size:25px}.hero-v2 .hero-bg{object-position:65% center}}
.trust-strip{margin-top:-42px}
.trust-grid{background:transparent;box-shadow:none;gap:16px;overflow:visible}
.trust-item{position:relative;border:0!important;border-radius:12px;padding:25px 28px;color:#fff;box-shadow:0 16px 36px rgba(20,22,26,.18);overflow:hidden}
.trust-item:nth-child(1){background:linear-gradient(135deg,var(--yellow),var(--yellow-600))}
.trust-item:nth-child(2){background:linear-gradient(135deg,#2a2f37,#15171c)}
.trust-item:nth-child(3){background:linear-gradient(135deg,#3a3f47,#15171c)}
.trust-item:after{content:'';position:absolute;width:100px;height:100px;border:22px solid rgba(255,255,255,.10);border-radius:50%;right:-30px;top:-34px}
.trust-icon{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;width:48px;height:48px;flex:0 0 48px;border-radius:12px;background:rgba(255,255,255,.20);font-size:23px;color:#fff}
.trust-copy{position:relative;z-index:2;display:flex;flex-direction:column}
.trust-item strong{color:#fff;font-size:34px}
.trust-item span:not(.trust-icon){color:#fff;font-size:13px;letter-spacing:.3px}
.hero-v2 .hero-bg{object-position:center}
.hero-v2 .hero-shade{background:linear-gradient(90deg,rgba(12,14,18,.97) 0%,rgba(18,22,28,.86) 29%,rgba(18,22,28,.22) 51%,rgba(18,22,28,0) 69%)}
@media(max-width:900px){.trust-strip{margin-top:0}.trust-grid{gap:0}.trust-item{border-radius:0}.hero-v2 .hero-bg{object-position:58% center}}
@media(max-width:600px){.trust-grid{grid-template-columns:1fr;gap:10px;padding:10px 0}.trust-item{border-radius:10px;justify-content:flex-start}.hero-v2 .hero-bg{object-position:70% center}.hero-v2 .hero-shade{background:linear-gradient(90deg,rgba(12,14,18,.97),rgba(12,14,18,.64))}}
.hero-v3{position:relative;min-height:600px;padding:0;display:flex;align-items:center;background:var(--ink);overflow:hidden}
.hero-v3 .hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border-radius:0!important;box-shadow:none!important}
.hero-v3 .hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(12,14,18,.94) 0%,rgba(18,22,28,.80) 40%,rgba(18,22,28,.28) 64%,rgba(18,22,28,.04) 100%)}
.hero-v3 .hero-content{position:relative;z-index:2;width:100%}
.hero-split{display:grid;grid-template-columns:1.08fr .92fr;align-items:center;gap:48px}
.hero-copy{max-width:none}
.hero-product{position:relative}
.hero-product img{width:100%;height:auto;border-radius:14px;box-shadow:0 30px 70px rgba(0,0,0,.45);border:3px solid var(--yellow)}
.hero-v3 h1{font-size:clamp(40px,4.6vw,62px);max-width:660px;line-height:1.05}
.hero-v3 p{font-size:19px;max-width:560px}
.hero-v3 .hero-benefits{margin-top:22px}
@media(max-width:900px){.hero-v3{min-height:auto;padding:54px 0}.hero-split{grid-template-columns:1fr;gap:30px}.hero-product{order:-1;max-width:460px;margin:0 auto}.hero-v3 h1{font-size:34px}.hero-v3 p{font-size:17px}}
