:root{--ink:#0b0d10;--muted:#66717d;--line:#e6e9ed;--soft:#f6f8fa;--blue:#627a95;--blue2:#8ea4ba;--green:#18b86a;--max:1240px;--radius:22px;--shadow:0 18px 55px rgba(17,25,35,.08)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;line-height:1.65;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}.container{max-width:var(--max);margin:auto;padding:0 28px}
.topbar{background:#171a1e;color:#fff;font-size:12px;letter-spacing:.02em}.topbar .container{height:34px;display:flex;align-items:center;justify-content:space-between}.topbar .right{display:flex;gap:20px;color:#dce1e6}
header{position:sticky;top:0;z-index:40;background:rgba(255,255,255,.92);backdrop-filter:blur(18px);border-bottom:1px solid rgba(20,25,30,.08)}.nav{height:78px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:flex;align-items:center;min-width:205px}.brand img{width:178px;height:66px;object-fit:contain;object-position:center}.links{display:flex;align-items:center;gap:28px;font-size:14px;font-weight:600}.links a{color:#222a32;position:relative}.links a:not(.nav-cta):after{content:"";position:absolute;left:0;right:100%;bottom:-9px;height:2px;background:#111;transition:.25s}.links a:hover:not(.nav-cta):after{right:0}.nav-cta{background:#0b0d10;color:#fff!important;border-radius:12px;padding:12px 17px;display:inline-flex;align-items:center;gap:8px;box-shadow:0 8px 22px rgba(0,0,0,.14)}.menu-toggle{display:none;border:1px solid var(--line);background:#fff;border-radius:10px;padding:9px 11px;font-size:20px}
main{overflow:hidden}.breadcrumb{font-size:12px;color:#78838e;padding:22px 0 0}.breadcrumb a{color:#536a81}.hero{padding:64px 0 48px;position:relative}.hero .eyebrow,.eyebrow{font-size:11px;font-weight:800;letter-spacing:.19em;text-transform:uppercase;color:#5f7893}.hero h1{font-size:clamp(42px,6.2vw,78px);line-height:.98;letter-spacing:-.055em;margin:15px 0 22px;max-width:900px}.hero h1 em{font-style:normal;color:#7d8a98}.hero>p{max-width:720px;font-size:18px;color:#56616d;margin:0}.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:13px 19px;border-radius:12px;font-weight:800;border:1px solid #d8dde2;transition:.2s}.btn.primary{background:#0b0d10;color:#fff;border-color:#0b0d10;box-shadow:0 10px 25px rgba(0,0,0,.12)}.btn.secondary{background:#fff}.btn:hover{transform:translateY(-1px);box-shadow:0 12px 28px rgba(0,0,0,.1)}
.home-hero{padding-top:50px}.hero-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:46px;align-items:center}.hero-media{position:relative;min-height:470px;border-radius:30px;overflow:hidden;background:linear-gradient(145deg,#eef2f5,#fff);box-shadow:var(--shadow)}.hero-media:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.86),rgba(255,255,255,.12) 52%,rgba(255,255,255,.08));z-index:1}.hero-media img{width:100%;height:100%;object-fit:cover;filter:grayscale(.12) saturate(.82);transform:scale(1.03)}.hero-label{position:absolute;z-index:2;top:22px;right:22px;border:1px solid rgba(255,255,255,.7);background:rgba(255,255,255,.8);backdrop-filter:blur(12px);padding:10px 13px;border-radius:12px;font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.hero-play{position:absolute;z-index:3;right:22px;bottom:22px;background:rgba(255,255,255,.9);border:1px solid #e3e7ea;border-radius:15px;padding:14px 18px;font-weight:800}.hero-features{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:34px}.hero-feature{display:flex;gap:10px;align-items:center;padding-right:12px;border-right:1px solid #e6e9ed;font-size:13px}.hero-feature:last-child{border-right:0}.feature-icon{width:32px;height:32px;border:1px solid #cfd5db;border-radius:50%;display:grid;place-items:center;font-size:14px}.stats-bar{position:relative;margin:-20px 0 15px;z-index:5;background:rgba(255,255,255,.94);border:1px solid #e3e7eb;border-radius:20px;box-shadow:0 18px 45px rgba(20,28,38,.08);display:grid;grid-template-columns:repeat(4,1fr) 1.7fr;align-items:center;padding:19px 26px}.stat{padding:4px 22px;border-right:1px solid #e0e4e8;text-align:center}.stat:last-child{border:0;text-align:left}.stat b{font-size:26px;display:block;letter-spacing:-.04em}.stat span{font-size:11px;color:#72808e;text-transform:uppercase;letter-spacing:.11em}.stat-copy{font-size:13px;color:#5e6974}
.section{padding:62px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:25px;margin-bottom:22px}.section h2{font-size:clamp(30px,4vw,48px);line-height:1.03;letter-spacing:-.045em;margin:0 0 12px}.section .intro{max-width:650px;color:#65707c}.text-muted{color:#66717d}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.grid.two{grid-template-columns:repeat(2,1fr)}.card{background:#fff;border:1px solid #e4e8eb;border-radius:18px;padding:22px;box-shadow:0 8px 30px rgba(20,28,38,.035);transition:.2s}.card:hover{transform:translateY(-3px);box-shadow:0 16px 35px rgba(20,28,38,.08);border-color:#d2d9df}.card h3{margin:0 0 7px;font-size:18px;letter-spacing:-.02em}.card p{margin:0;color:#68737e;font-size:14px}.product-card{padding:0;overflow:hidden}.product-card .product-img{height:155px;background:#f5f7f9;display:flex;align-items:center;justify-content:center;overflow:hidden}.product-card img{width:100%;height:100%;object-fit:cover;filter:saturate(.78)}.product-card .product-body{padding:18px}.product-card .arrow{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:50%;border:1px solid #dfe4e8;float:right;margin-top:-38px;background:#fff}.quick{border:1px solid #dfe4e8;background:#f8fafb;border-radius:18px;padding:20px 22px;color:#47525e}.quick strong{display:block;color:#101419;margin-bottom:4px}.chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.chip{border:1px solid #dfe4e8;background:#fff;padding:8px 11px;border-radius:999px;color:#4e5d6b;font-size:13px}.industry-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.industry{border:1px solid #e3e7eb;border-radius:15px;padding:18px 12px;text-align:center;background:#fff;color:#44515e;font-size:13px}.industry strong{display:block;color:#111;margin-bottom:4px}.cta{background:#0c0f12;color:#fff;border-radius:24px;padding:38px}.cta h2{color:#fff}.cta .lead{color:#c0c7ce}.cta .btn.secondary{background:#fff;border-color:#fff;color:#0b0d10}.faq{border-top:1px solid #e3e7eb}.faq details{border-bottom:1px solid #e3e7eb;padding:18px 0}.faq summary{cursor:pointer;font-weight:800}.faq details p{color:#68737e;margin:10px 0 0}.table-wrap{overflow:auto;border:1px solid #e2e6ea;border-radius:16px}.table{width:100%;border-collapse:collapse;min-width:650px}.table th,.table td{text-align:left;padding:13px 15px;border-bottom:1px solid #e8ebee}.table th{background:#f7f9fa}.note{font-size:13px;color:#7a858f}
footer{border-top:1px solid #e3e7eb;margin-top:45px;background:#fafbfc;padding:46px 0 25px;color:#6a7580}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:35px}.footer-title{color:#111;font-weight:850;margin-bottom:9px}.footer-grid a:hover{color:#111}.footer-bottom{border-top:1px solid #e4e8eb;margin-top:28px;padding-top:18px;font-size:12px;display:flex;justify-content:space-between;gap:15px}
.wa{position:fixed;right:22px;bottom:22px;z-index:100}.wa button{width:60px;height:60px;border:0;border-radius:50%;background:#19b86b;color:#fff;box-shadow:0 12px 32px rgba(25,184,107,.28);cursor:pointer;font-size:24px}.wa-panel{position:absolute;right:0;bottom:72px;width:285px;background:#fff;border:1px solid #e1e5e9;border-radius:18px;padding:17px;box-shadow:0 18px 55px rgba(20,28,38,.16);display:none}.wa.open .wa-panel{display:block}.wa-panel strong{display:block;color:#111}.wa-panel p{font-size:13px;color:#6b7681;margin:5px 0 12px}.wa-panel a{display:block;text-align:center;background:#19b86b;color:#fff;border-radius:10px;padding:10px;font-weight:800}.search-dot{width:42px;height:42px;border:1px solid #e0e4e8;border-radius:50%;display:grid;place-items:center}
@media(max-width:980px){.links{gap:16px}.links a:nth-child(3),.links a:nth-child(4){display:none}.hero-grid{grid-template-columns:1fr}.hero-media{min-height:390px}.stats-bar{grid-template-columns:repeat(2,1fr)}.stat{border-bottom:1px solid #e0e4e8}.stat:last-child{grid-column:1/-1}.industry-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){.topbar{display:none}.container{padding:0 17px}.nav{height:70px}.brand{min-width:0}.brand img{width:145px;height:58px}.links{display:none}.menu-toggle{display:block}.hero{padding:48px 0 35px}.hero-grid{gap:25px}.hero h1{font-size:44px}.hero>p{font-size:16px}.hero-media{min-height:300px}.hero-features{grid-template-columns:1fr}.hero-feature{border-right:0;border-bottom:1px solid #e6e9ed;padding:10px 0}.stats-bar{grid-template-columns:1fr 1fr;padding:14px}.stat{padding:10px 8px}.stat:last-child{grid-column:1/-1;text-align:center}.grid,.grid.two,.industry-grid,.footer-grid{grid-template-columns:1fr}.section{padding:45px 0}.section-head{display:block}.cta{padding:28px}.footer-bottom{display:block}.footer-bottom span{display:block;margin-top:7px}}

.mobile-nav{display:none}.mobile-nav a{display:block;padding:12px 17px;border-top:1px solid #e8ebee;font-weight:700;color:#222}.mobile-nav.open{display:block;background:#fff}.menu-toggle{color:#111}
@media(max-width:700px){.mobile-nav{display:none}.mobile-nav.open{display:block}}

.footer-sitemap{padding:10px 24px 0;font-size:.72rem;color:#8a97a6}.footer-sitemap a{color:inherit;text-decoration:none}.footer-sitemap a:hover{text-decoration:underline}
