:root{--navy:#06263d;--navy2:#031827;--red:#e9252b;--orange:#f57c00;--text:#102b43;--muted:#617386;--light:#f5f7f9;--white:#fff;--green:#22c55e;--radius:14px;--shadow:0 10px 30px rgba(3,24,39,.10)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--text);background:#fff;line-height:1.55}a{color:inherit;text-decoration:none}.vp-container{width:min(1180px,calc(100% - 48px));margin:auto}.vp-topbar{background:var(--navy);color:#fff;font-size:13px}.vp-topbar-inner{height:34px;display:flex;gap:22px;align-items:center}.vp-top-slogan{margin-left:auto}.vp-header{background:#fff;border-bottom:1px solid #e7edf2;position:relative;z-index:10}.vp-header-inner{min-height:78px;display:flex;align-items:center;justify-content:space-between}.vp-brand{display:flex;align-items:center;gap:10px}.vp-logo-mark{font-size:32px;font-weight:900;color:var(--red);letter-spacing:-2px}.vp-logo-text{font-size:22px;font-weight:900;color:var(--navy)}.vp-logo-text small{display:block;font-size:8px;letter-spacing:1.2px;color:#738397}.vp-nav{display:flex;align-items:center;gap:26px;font-weight:700;font-size:14px}.vp-nav ul{display:flex;gap:24px;list-style:none;margin:0;padding:0}.vp-nav li a:hover{color:var(--red)}.vp-search{font-size:26px}.vp-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:7px;padding:13px 22px;font-weight:800;font-size:14px;transition:.2s;cursor:pointer}.vp-btn:hover{transform:translateY(-1px)}.vp-btn-red{background:var(--red);color:#fff}.vp-btn-outline{border:1px solid #fff;color:#fff}.vp-btn-outline-red{border:1px solid var(--red);color:var(--red)}.vp-btn-green{background:var(--green);color:#fff}.vp-btn-white{background:#fff;color:var(--navy)}.vp-menu-toggle{display:none;background:none;border:0;font-size:28px}.vp-hero{min-height:560px;position:relative;display:flex;align-items:center;overflow:hidden;background:var(--navy2);color:#fff}.vp-hero-bg{position:absolute;inset:0;background:transparent;pointer-events:none}.vp-hero-content{position:relative;padding:72px 0}.vp-eyebrow{font-size:13px;font-weight:900;letter-spacing:1.5px;color:var(--orange);text-transform:uppercase;margin-bottom:10px}.vp-hero h1{font-size:58px;line-height:1.02;letter-spacing:-2px;max-width:700px;margin:0 0 18px}.vp-hero h1 strong,.vp-section-head h2 strong,.vp-about h2 strong,.vp-quote h2 strong{color:var(--red)}.vp-hero p{font-size:20px;max-width:650px;margin:0 0 26px;color:#edf4f8}.vp-actions{display:flex;gap:12px;flex-wrap:wrap}.vp-hero-points{display:flex;gap:35px;margin-top:40px;font-size:14px;font-weight:700}.vp-hero-points span{display:flex;gap:8px;align-items:center}.vp-section{padding:68px 0}.vp-section-head{text-align:center;margin-bottom:28px}.vp-section-head h2{font-size:34px;margin:0 0 2px;line-height:1.15}.vp-section-head p{margin:0;color:var(--muted)}.vp-cat-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:15px}.vp-cat-card{border-radius:12px;overflow:hidden;background:#fff;box-shadow:var(--shadow);border:1px solid #e8edf1;position:relative}.vp-cat-card img{width:100%;height:145px;object-fit:cover;display:block}.vp-cat-card span{display:block;font-weight:850;padding:13px 40px 15px 14px;min-height:62px}.vp-cat-card b{position:absolute;right:12px;bottom:13px;background:var(--navy);color:#fff;width:28px;height:28px;border-radius:50%;display:grid;place-items:center}.vp-products{background:var(--light)}.vp-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.vp-product-card{background:#fff;border:1px solid #e5e9ed;border-radius:12px;overflow:hidden;box-shadow:0 5px 18px rgba(3,24,39,.07)}.vp-product-img{height:210px;background:#f2f5f7;display:grid;place-items:center;overflow:hidden}.vp-product-img img{width:100%;height:100%;object-fit:cover}.vp-product-info{padding:18px}.vp-product-info h2,.vp-product-info h3{font-size:18px;margin:0 0 6px}.vp-product-info p{font-size:13px;color:var(--muted);margin:0 0 13px}.vp-product-info a{font-size:12px;font-weight:900;color:var(--red)}.vp-why{background:var(--navy);color:#fff;padding:45px 0}.vp-why-grid{display:grid;grid-template-columns:1fr 1.3fr;align-items:center;gap:50px}.vp-why h2{font-size:34px;line-height:1.1;margin:0 0 10px}.vp-why p{color:#d7e3ea}.vp-why-items{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.vp-why-items div{text-align:center}.vp-why-items i{display:grid;place-items:center;width:68px;height:68px;border:1px solid #b7c9d4;border-radius:50%;margin:0 auto 10px;font-size:27px;font-style:normal}.vp-why-items b{font-size:13px}.vp-about-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:40px;align-items:center}.vp-about-image{border-radius:14px;overflow:hidden}.vp-about-image img{display:block;width:100%;height:auto}.vp-about h2{font-size:36px;margin:0 0 14px}.vp-about p{color:var(--muted)}.vp-quote{background:linear-gradient(100deg,#eaf2f7,#fff);padding:44px 0}.vp-quote-inner{display:flex;align-items:center;justify-content:space-between;gap:30px}.vp-quote h2{font-size:34px;margin:0}.vp-quote p{margin:0;color:var(--muted)}.vp-footer{background:var(--navy2);color:#dbe6ec;padding:50px 0 0}.vp-footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1.3fr 1.2fr;gap:35px}.vp-footer h4{color:#fff;margin:0 0 14px}.vp-footer a,.vp-footer span{display:block;margin:7px 0;font-size:14px}.vp-footer-brand{font-size:28px;font-weight:900;color:#fff}.vp-footer-brand span{display:inline;font-size:18px}.vp-footer p{font-size:14px;color:#a9bdc9}.vp-socials{font-size:20px}.vp-copyright{border-top:1px solid rgba(255,255,255,.13);padding:17px 0;margin-top:40px;font-size:12px;color:#9db0bc}.vp-wa-float{position:fixed;right:24px;bottom:22px;width:58px;height:58px;border-radius:50%;background:#20c55a;color:#fff;display:grid;place-items:center;font-size:25px;box-shadow:0 8px 25px rgba(0,0,0,.25);z-index:99}.vp-inner{min-height:50vh}.vp-breadcrumb{padding:22px 0;font-size:13px;color:var(--muted)}.vp-single-product{display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:center}.vp-single-product>div:first-child{background:#f4f6f8;border-radius:14px;overflow:hidden}.vp-single-product img{width:100%;display:block}.vp-single-product h1,.vp-content h1{font-size:45px;line-height:1.05;margin:0 0 18px}.vp-content{max-width:900px}.vp-content p{color:var(--muted)}
@media(max-width:980px){.vp-nav{display:none}.vp-menu-toggle{display:block}.vp-nav.open{display:flex;position:absolute;top:78px;left:0;right:0;background:#fff;padding:20px 24px;flex-direction:column;align-items:stretch;box-shadow:var(--shadow)}.vp-nav ul{flex-direction:column}.vp-cat-grid{grid-template-columns:repeat(3,1fr)}.vp-product-grid{grid-template-columns:repeat(2,1fr)}.vp-why-grid,.vp-about-grid,.vp-single-product{grid-template-columns:1fr}.vp-why-items{grid-template-columns:repeat(2,1fr)}.vp-footer-grid{grid-template-columns:repeat(2,1fr)}.vp-hero h1{font-size:46px}}
@media(max-width:640px){.vp-container{width:min(100% - 30px,1180px)}.vp-topbar-inner{height:auto;padding:7px 0;gap:10px;flex-wrap:wrap;font-size:11px}.vp-top-slogan{display:none}.vp-header-inner{min-height:70px}.vp-logo-text{font-size:17px}.vp-hero{min-height:680px}.vp-hero-content{padding:50px 0}.vp-hero h1{font-size:39px}.vp-hero p{font-size:17px}.vp-hero-points{display:grid;grid-template-columns:1fr 1fr;gap:15px}.vp-cat-grid,.vp-product-grid{grid-template-columns:1fr}.vp-why-items{grid-template-columns:1fr 1fr}.vp-quote-inner{flex-direction:column;align-items:flex-start}.vp-footer-grid{grid-template-columns:1fr}.vp-section{padding:48px 0}}

.vp-why-icon{width:68px;height:68px;object-fit:contain;display:block;margin:0 auto 10px}.vp-footer-logo{max-width:230px;max-height:75px;object-fit:contain}.vp-social-links{display:flex;gap:18px;flex-wrap:wrap;border-top:1px solid rgba(255,255,255,.1);padding-top:18px;margin-top:30px}.vp-social-links a{display:inline-block!important;margin:0!important}.vp-quote-person img{max-height:150px;max-width:180px;object-fit:contain;display:block}.vp-quote-inner{position:relative}
