:root{--blue:#559bb8;--blue-soft:#e8f6fb;--blue-dark:#0b4866;--navy:#061e34;--text:#132033;--muted:#617286;--line:#e3ebf1;--bg:#f4f8fb;--white:#fff;--shadow:0 20px 60px rgba(6,30,52,.13);--radius:24px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--text);background:#fff;padding-bottom:0}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}.container{width:min(1180px,92%);margin:auto}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.topbar{background:var(--navy);color:#dbeaf2;font-size:.86rem}.topbar-inner{min-height:38px;display:flex;align-items:center;gap:18px;justify-content:space-between}.top-link{font-weight:900;color:#fff}.social-mini{display:flex;gap:14px;font-weight:800}.header-inner{height:82px;display:flex;align-items:center;gap:26px}.brand img{width:230px;height:auto}.nav{display:flex;align-items:center;gap:22px;margin-left:auto;font-weight:800;font-size:.95rem;color:#334a5d}.nav a{padding:8px 0}.nav a:hover{color:var(--blue-dark)}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:14px 20px;border-radius:999px;font-weight:900;transition:.2s;line-height:1;text-align:center;border:0}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--blue-dark);color:#fff;box-shadow:0 12px 30px rgba(7,57,95,.22)}.btn-secondary,.btn-outline{background:#fff;color:var(--blue-dark);border:1px solid var(--line)}.btn-outline:hover,.btn-secondary:hover{border-color:#b8d8e5}.menu-toggle{display:none;background:#fff;border:1px solid var(--line);border-radius:14px;width:46px;height:46px;align-items:center;justify-content:center;gap:4px;flex-direction:column}.menu-toggle span{width:20px;height:2px;background:var(--navy);border-radius:4px}.hero{position:relative;overflow:hidden;background:linear-gradient(180deg,#dff0f6 0%,#fff 84%);padding:42px 0 46px}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 8% 12%,rgba(85,155,184,.4),transparent 34%),radial-gradient(circle at 92% 8%,rgba(7,57,95,.16),transparent 30%)}.hero-grid{position:relative;display:grid;grid-template-columns:1fr .88fr;gap:44px;align-items:center}.eyebrow{display:inline-flex;margin-bottom:12px;color:var(--blue-dark);font-weight:900;text-transform:uppercase;letter-spacing:.12em;font-size:.74rem}.hero h1,.section h2,.contact h2{margin:0;color:var(--navy);letter-spacing:-.06em;line-height:.96}.hero h1{font-size:clamp(2.55rem,4.3vw,4.25rem);max-width:720px}.hero p{font-size:1.05rem;line-height:1.55;color:#405368;max-width:620px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:22px 0 20px}.hero-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;max-width:760px}.hero-cards article{background:#fff;border:1px solid var(--line);border-radius:20px;padding:16px;box-shadow:0 12px 35px rgba(6,30,52,.06)}.hero-cards strong{display:block;color:var(--navy);font-size:1rem;margin-bottom:8px}.hero-cards span{display:block;color:var(--muted);font-size:.9rem;line-height:1.45}.hero-cards article:before{display:grid;place-items:center;width:36px;height:36px;border-radius:12px;background:var(--blue-soft);color:var(--blue-dark);font-weight:900;margin-bottom:12px}.hero-cards article:nth-child(1):before{content:"🏭"}.hero-cards article:nth-child(2):before{content:"📦"}.hero-cards article:nth-child(3):before{content:"🚚"}.hero-showcase{min-height:405px;position:relative}.hero-product{background:#fff;border:1px solid var(--line);border-radius:34px;box-shadow:var(--shadow);display:grid;place-items:center}.hero-product img{width:100%;height:100%;object-fit:contain}.hero-product.main{height:350px;padding:16px}.hero-product.small{position:absolute;width:174px;height:136px;padding:10px}.hero-product.one{left:-14px;bottom:-4px}.hero-product.two{right:12px;bottom:18px}.section{padding:68px 0}.section-head{max-width:800px;margin-bottom:34px}.section h2{font-size:clamp(2rem,4vw,3.45rem)}.section-head-row{max-width:none;display:flex;justify-content:space-between;gap:30px;align-items:end}.section-head-row p{max-width:480px;color:var(--muted);line-height:1.6}.products-section{background:var(--bg)}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;align-items:stretch}.product-card,.feature-card,.contact-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 10px 35px rgba(6,30,52,.06)}.product-card{overflow:hidden;display:flex;flex-direction:column;min-height:100%}.product-img{background:linear-gradient(180deg,#e9f4f8,#fff);padding:14px;height:230px;display:grid;place-items:center}.product-img img{height:100%;width:100%;object-fit:contain;border-radius:18px}.product-body{padding:20px;display:flex;flex-direction:column;gap:11px;flex:1}.tag{align-self:flex-start;background:#e7f3f8;color:var(--blue-dark);font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;font-weight:900;border-radius:999px;padding:8px 10px}.product-body h3{margin:0;color:var(--navy);font-size:1.18rem;letter-spacing:-.03em}.product-body p,.about-text p,.factory-copy p,.contact-card p,.footer p{color:var(--muted);line-height:1.58}.product-body p{margin:0}.product-body ul{margin:0 0 4px;padding-left:18px;color:#405267;font-weight:750;line-height:1.65;font-size:.94rem}.product-body .btn{margin-top:auto;width:100%;font-size:.92rem}.factory{background:#fff}.factory-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:34px;align-items:center}.factory-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.video-thumb{position:relative;border-radius:30px;overflow:hidden;box-shadow:var(--shadow);background:var(--navy);aspect-ratio:16/9;display:block;color:#fff}.video-thumb img{width:100%;height:100%;object-fit:cover;opacity:.78}.play-button{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:74px;height:74px;border-radius:50%;display:grid;place-items:center;background:#fff;color:var(--blue-dark);font-size:30px;box-shadow:0 14px 45px rgba(0,0,0,.25)}.video-thumb strong{position:absolute;left:24px;bottom:22px;font-size:1.15rem}.factory-photos{display:grid;grid-template-columns:1.2fr .8fr;gap:18px;margin-top:24px}.factory-photos img{width:100%;height:300px;object-fit:cover;border-radius:28px;box-shadow:0 10px 35px rgba(6,30,52,.08);border:1px solid var(--line)}.features{background:#fff}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.feature-card{padding:26px}.feature-card span{font-size:1.8rem}.feature-card h3{margin:16px 0 8px;color:var(--navy);letter-spacing:-.03em}.feature-card p{color:var(--muted);line-height:1.55;margin:0}.about{background:var(--bg)}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:start}.contact{background:linear-gradient(180deg,#fff,var(--blue-soft));padding-top:80px}.contact-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:22px;align-items:stretch}.contact-card{padding:34px}.main-contact{background:var(--navy);color:#fff}.main-contact h2,.main-contact .eyebrow{color:#fff}.main-contact p{color:#d9e9ef}.contact-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}.info-card h3{margin-top:0;color:var(--navy);font-size:1.45rem}.info-card a{color:var(--blue-dark);font-weight:900}.maps-link{display:inline-flex;margin-top:12px}.footer{padding:42px 0 24px;background:#061a31;color:#fff}.footer-grid{display:grid;grid-template-columns:2fr 1.2fr 1fr;gap:30px}.footer .brand img{max-width:240px;filter:brightness(0) invert(1)}.footer a{color:#dbe7ee;margin:8px 0}.footer p{color:#b9c8d5}.footer h3{margin-top:0}.footer-brand{display:inline-block;margin-bottom:12px}.copyright{border-top:1px solid rgba(255,255,255,.12);margin-top:28px;padding-top:20px;color:#9eb1c0;font-size:.9rem}.whatsapp-float{position:fixed;right:22px;bottom:22px;z-index:40;background:#22c55e;color:#fff;border-radius:999px;padding:15px 20px;font-weight:900;box-shadow:0 14px 35px rgba(34,197,94,.35)}.mobile-contact-bar{display:none}
@media(max-width:1100px){.header-cta{display:none}.menu-toggle{display:flex;margin-left:auto}.nav{position:absolute;top:112px;left:0;right:0;background:#fff;border-bottom:1px solid var(--line);padding:18px 4%;display:none;flex-direction:column;align-items:flex-start;box-shadow:0 20px 50px rgba(6,30,52,.08)}.nav.open{display:flex}.hero-grid,.factory-grid,.about-grid,.contact-grid{grid-template-columns:1fr}.hero-showcase{min-height:auto}.hero-product.main{height:330px}.hero-product.small{display:none}.features-grid,.product-grid{grid-template-columns:repeat(2,1fr)}.section-head-row{display:block}.hero-cards{grid-template-columns:repeat(3,1fr)}.factory-photos{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}}
@media(max-width:760px){body{padding-bottom:74px}.topbar{display:none}.header-inner{height:70px}.brand img{width:170px}.nav{top:70px}.hero{padding:32px 0 42px}.hero-grid{gap:24px}.hero h1{font-size:2.05rem;line-height:1.02;letter-spacing:-.045em}.hero p{font-size:1rem;line-height:1.55}.hero-actions{margin:22px 0}.hero-actions .btn,.factory-actions .btn,.contact-actions .btn{width:100%;min-height:52px}.hero-cards{grid-template-columns:1fr;gap:10px}.hero-cards article{display:grid;grid-template-columns:auto 1fr;gap:4px 12px;padding:14px 16px}.hero-cards article:before{content:"✓"!important;grid-row:1/3;width:26px;height:26px;border-radius:50%;background:var(--blue-soft);color:var(--blue-dark);display:grid;place-items:center;font-weight:900}.hero-cards strong{margin:0}.hero-showcase{display:none}.section{padding:48px 0}.section h2,.contact h2{font-size:2rem;letter-spacing:-.045em}.section-head{margin-bottom:24px}.product-grid{grid-template-columns:1fr 1fr;gap:12px}.product-card{border-radius:18px}.product-img{height:150px;padding:8px}.product-body{padding:14px;gap:8px}.tag{font-size:.6rem;padding:6px 8px}.product-body h3{font-size:1rem}.product-body p{font-size:.86rem;line-height:1.42}.product-body ul{font-size:.82rem;line-height:1.45;padding-left:15px}.product-body .btn{font-size:.78rem;min-height:42px;padding:10px}.video-thumb{border-radius:22px}.play-button{width:58px;height:58px;font-size:24px}.video-thumb strong{left:16px;bottom:14px;font-size:.95rem}.factory-photos{gap:12px}.factory-photos img{height:205px;border-radius:20px}.features-grid{grid-template-columns:1fr;gap:12px}.feature-card{padding:20px;border-radius:18px}.contact-card{padding:22px;border-radius:20px}.footer{padding-bottom:92px}.whatsapp-float{display:none}.mobile-contact-bar{position:fixed;left:0;right:0;bottom:0;z-index:60;background:#fff;border-top:1px solid var(--line);box-shadow:0 -12px 30px rgba(6,30,52,.12);display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:10px 14px}.mobile-contact-bar a{min-height:50px;border-radius:999px;display:flex;align-items:center;justify-content:center;font-weight:900}.mobile-contact-bar a:first-child{background:#eef5f8;color:var(--blue-dark)}.mobile-contact-bar a:last-child{background:#22c55e;color:#fff}}
@media(max-width:390px){.brand img{width:158px}.hero h1{font-size:1.95rem}.product-grid{gap:10px}.product-img{height:132px}.product-body{padding:12px}.product-body p{display:none}.product-body ul{font-size:.78rem}.btn{padding-left:14px;padding-right:14px}}
