:root{--surface: #ffffff;--surface-alt: #f6f8fb;--text: #152238;--muted: #5f708a;--brand: #f26000;--brand-dark: #c84f00;--line: #e5eaf2;--radius: 14px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:var(--text);background:var(--surface-alt)}a{color:inherit;text-decoration:none}.site-shell{min-height:100vh}.container{width:min(1120px,92%);margin:0 auto}.btn{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--brand);border-radius:10px;padding:.8rem 1.15rem;font-weight:600;cursor:pointer;transition:.2s ease}.btn-primary{background:var(--brand);color:#fff}.btn-primary:hover{background:var(--brand-dark)}.btn-ghost{color:var(--brand);background:#fff}.btn-ghost:hover{background:#fff5ef}.site-nav{position:sticky;top:0;z-index:50;background:#fffffff7;border-bottom:1px solid var(--line)}.site-nav-inner{height:76px;display:flex;align-items:center;justify-content:space-between}.brand img{height:42px;width:auto}.nav-links{list-style:none;display:flex;gap:1.8rem}.nav-link{font-weight:600;color:var(--muted)}.nav-link.active,.nav-link:hover{color:var(--brand)}.nav-toggle{display:none;border:0;background:transparent;color:var(--brand);font-size:1.4rem}.page-main{padding:3rem 0 4.5rem}.hero{--hero-surface: linear-gradient(135deg, #11284c 0%, #183861 58%, #f26000 100%);display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.9fr);align-items:center;gap:2rem;border-radius:30px;color:#fff;min-height:min(78vh,760px);padding:clamp(2rem,5vw,4rem);background:var(--hero-surface);overflow:hidden;position:relative}.hero:before{content:"";position:absolute;inset:auto auto -90px -70px;width:260px;height:260px;border-radius:50%;background:#ffffff14;filter:blur(4px)}.hero:after{content:"";position:absolute;top:-120px;right:-120px;width:360px;height:360px;border-radius:50%;background:#ffffff17}.hero-copy,.hero-media{position:relative;z-index:1}.hero-copy{max-width:640px}.hero-kicker{display:inline-flex;align-items:center;padding:.45rem .8rem;border-radius:999px;border:1px solid rgba(255,255,255,.22);background:#ffffff14;color:#fbe3d2;font-size:.88rem;letter-spacing:.08em;text-transform:uppercase}.hero h1{font-size:clamp(2rem,4vw,3.25rem);max-width:720px;margin-top:1rem}.hero p{max-width:620px;color:#f7fbff;margin-top:1rem;line-height:1.6}.hero-media{align-self:stretch;display:flex;align-items:flex-end;justify-content:center}.hero-media img{width:min(100%,520px);max-height:100%;object-fit:contain;transform:translateY(2.5rem);filter:drop-shadow(0 28px 48px rgba(8,19,36,.28))}.hero-cta{margin-top:1.4rem;display:flex;gap:.8rem;flex-wrap:wrap}.section{margin-top:3rem}.section h2{font-size:clamp(1.5rem,2vw,2rem)}.section p.section-intro{margin-top:.6rem;color:var(--muted)}.grid{display:grid;gap:1rem}.card{border:1px solid var(--line);background:#fff;border-radius:var(--radius);padding:1rem}.feature-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-top:1rem}.feature-card img{width:44px;height:44px}.feature-card h3{margin-top:.8rem;font-size:1rem}.feature-card p{margin-top:.4rem;color:var(--muted);font-size:.95rem;line-height:1.55}.product-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));margin-top:1rem}.product-card img{width:100%;height:180px;object-fit:cover;border-radius:10px}.product-card h3{margin-top:.8rem}.product-card p{margin-top:.4rem;color:var(--muted);line-height:1.55}.logo-marquee{margin-top:1rem;overflow:hidden;border:1px solid var(--line);border-radius:14px;background:#fff;padding:.85rem 0}.logo-track{display:flex;gap:1rem;width:max-content;animation:logo-scroll 28s linear infinite}.logo-item{border:1px solid var(--line);background:#fff;border-radius:10px;min-height:120px;min-width:200px;display:grid;place-items:center;padding:.9rem}.logo-item img{max-width:150px;max-height:72px;object-fit:contain}@keyframes logo-scroll{0%{transform:translate(0)}to{transform:translate(-33.333%)}}.about-layout,.contact-layout{margin-top:1rem;display:grid;grid-template-columns:1fr 1fr;gap:1rem}.text-stack{display:grid;gap:1rem}.text-block h3{margin-bottom:.45rem}.text-block p{color:var(--muted);line-height:1.6}.image-card img{width:100%;height:100%;min-height:380px;object-fit:cover;border-radius:var(--radius)}.contact-details{display:grid;gap:.7rem}.contact-item{border:1px solid var(--line);border-radius:10px;padding:.8rem;background:#fff}.contact-item strong{display:block;margin-bottom:.22rem}.contact-item span{color:var(--muted)}.contact-form{display:grid;gap:.7rem}.contact-form input,.contact-form textarea{width:100%;border:1px solid #d7dfec;border-radius:10px;padding:.8rem;font:inherit}.contact-form textarea{min-height:125px;resize:vertical}.site-footer{border-top:1px solid var(--line);background:#fff}.site-footer-inner{padding:1.5rem 0;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.footer-brand img{width:120px;margin-bottom:.45rem}.footer-brand p{color:var(--muted);max-width:360px}.footer-links,.footer-contact{display:grid;gap:.4rem}.footer-links a{color:var(--muted)}.footer-links a:hover{color:var(--brand)}.footer-socials{margin-top:.4rem;display:flex;gap:.5rem}.footer-socials a{width:34px;height:34px;border-radius:999px;border:1px solid var(--line);display:grid;place-items:center;color:var(--brand)}.footer-socials a:hover{border-color:var(--brand);background:#fff5ef}.footer-copy{border-top:1px solid var(--line);text-align:center;padding:.85rem;color:var(--muted);font-size:.9rem}.whatsapp-float{position:fixed;right:1.2rem;bottom:1.2rem;z-index:80;width:58px;height:58px;border-radius:999px;display:grid;place-items:center;background:#25d366;color:#fff;box-shadow:0 18px 36px #146d3a4d;font-size:1.9rem;transition:transform .2s ease,box-shadow .2s ease}.whatsapp-float:hover{transform:translateY(-3px);box-shadow:0 22px 42px #146d3a57}@media (max-width: 800px){.nav-toggle{display:inline-flex}.nav-links{position:absolute;left:0;right:0;top:76px;border-bottom:1px solid var(--line);background:#fff;padding:1rem 4%;display:none;flex-direction:column;gap:.9rem}.nav-links.open{display:flex}.about-layout,.contact-layout{grid-template-columns:1fr}.hero{grid-template-columns:1fr;min-height:auto;padding-bottom:0}.hero-media img{width:min(100%,380px);transform:translateY(1.5rem)}}@media (max-width: 520px){.page-main{padding-top:1.75rem}.hero{border-radius:24px;gap:1rem}.hero-kicker{font-size:.78rem}.whatsapp-float{right:.9rem;bottom:.9rem;width:54px;height:54px;font-size:1.75rem}}
