@import "https://fonts.googleapis.com/css2?family=Poppins:wght@500;600;700&family=Inter:wght@400;500;600&display=swap";.logo{align-items:center;display:inline-flex}.logo__img{width:auto;height:56px;display:block}.logo--light{background:#fff;border-radius:8px;padding:.5rem .85rem}.logo--light .logo__img{height:48px}.navbar{z-index:100;background:#fff;position:sticky;top:0;box-shadow:0 1px 8px #0000000f}.navbar__inner{justify-content:space-between;align-items:center;height:88px;display:flex}.navbar__brand{align-items:center;display:flex}.navbar__nav{align-items:center;gap:1.75rem;display:flex}.navbar__nav a{color:#22303c;font-weight:500;transition:color .2s}.navbar__nav a:hover{color:#1d6f94}.navbar__cta{background:#1d6f94;border-radius:12px;padding:.55rem 1.1rem;font-weight:600;color:#fff!important}.navbar__cta:hover{background:#154f6b}.navbar__toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:6px;display:none}.navbar__toggle span{background:#22303c;border-radius:2px;width:26px;height:3px}@media (width<=768px){.navbar__toggle{display:flex}.navbar__nav{background:#fff;flex-direction:column;align-items:flex-start;gap:1rem;padding:1.5rem;transition:transform .3s;position:absolute;top:88px;left:0;right:0;transform:translateY(-150%);box-shadow:0 8px 12px #00000014}.navbar__nav.is-open{transform:translateY(0)}}.hero{background:url(/assets/hero-bg-m4gHcNQW.svg) 50%/cover no-repeat;padding:7rem 0}.hero__inner{text-align:center;max-width:800px}.hero__tag{color:#c9e7f5;letter-spacing:.04em;text-transform:uppercase;background:#ffffff1f;border-radius:999px;margin-bottom:1.25rem;padding:.4rem .9rem;font-size:.85rem;font-weight:600;display:inline-block}.hero__title{color:#fff;margin-bottom:1.25rem;font-size:clamp(2rem,5vw,3.25rem)}.hero__subtitle{color:#fffc;margin-bottom:2.25rem;font-size:clamp(.95rem,2vw,1.15rem)}@media (width>=768px){.hero__subtitle{white-space:nowrap}}.hero__brands{background:#ffffffeb;border-radius:999px;width:auto;height:72px;margin:0 auto 2.25rem;padding:.9rem 1.75rem;display:block}.hero__contact{color:#ffffffbf;flex-wrap:wrap;justify-content:center;align-items:center;gap:.6rem;margin-bottom:2rem;font-size:.9rem;display:flex}.hero__contact-sep{color:#ffffff59}.hero__actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.hero__btn{border-radius:12px;padding:.8rem 1.6rem;font-weight:600;transition:all .2s}.hero__btn--primary{color:#fff;background:#1d6f94}.hero__btn--primary:hover{background:#154f6b}.hero__btn--ghost{color:#fff;background:0 0;border:2px solid #fff9}.hero__btn--ghost:hover{color:#22303c;background:#fff;border-color:#fff}@media (width<=768px){.hero{padding:5rem 0}}.products{background:#f5f8fa;padding:5rem 0}.products__head{text-align:center;margin-bottom:3rem}.products__head h2{margin-bottom:.75rem;font-size:clamp(1.75rem,4vw,2.5rem)}.products__head p{color:#5b6b7a;font-size:1.1rem}.products__grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;display:grid}.product-card{background:#fff;border-radius:12px;padding:2rem 1.75rem;transition:transform .2s,box-shadow .2s;position:relative;overflow:hidden}.product-card__bar{background:#1d6f94;width:100%;height:5px;position:absolute;top:0;left:0}.product-card h3{color:#22303c;margin-bottom:.6rem;font-size:1.2rem}.product-card p{color:#5b6b7a}.product-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #00000014}.about{background:#fff;padding:5rem 0}.about__inner{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;display:grid}.about__text h2{margin-bottom:1.25rem;font-size:clamp(1.75rem,4vw,2.5rem)}.about__text p{color:#5b6b7a;margin-bottom:1rem;font-size:1.05rem}.about__grid{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.about__card{background:#f5f8fa;border-left:4px solid #1d6f94;border-radius:12px;padding:1.5rem}.about__card h3{color:#1d6f94;margin-bottom:.5rem;font-size:1.2rem}.about__card p{color:#5b6b7a;font-size:.95rem}@media (width<=768px){.about__inner{grid-template-columns:1fr;gap:2rem}}.contact{background:#f5f8fa;padding:5rem 0}.contact__inner{grid-template-columns:1fr 1fr;align-items:start;gap:3rem;display:grid}.contact__msg{font-size:.95rem}.contact__msg--ok{color:#1d6f94}.contact__msg--err{color:#d9534f}.contact__info h2{margin-bottom:1rem;font-size:clamp(1.75rem,4vw,2.5rem)}.contact__info p{color:#5b6b7a;margin-bottom:1.5rem;font-size:1.05rem}.contact__info ul{list-style:none}.contact__info li{color:#22303c;margin-bottom:.75rem}.contact__info strong{color:#1d6f94;margin-right:.4rem}.contact__form{flex-direction:column;gap:1rem;display:flex}.contact__form input,.contact__form textarea{resize:vertical;background:#fff;border:1px solid #d9e1e8;border-radius:12px;padding:.85rem 1rem;font-family:Inter,sans-serif;font-size:1rem}.contact__form input:focus,.contact__form textarea:focus{border-color:#1d6f94;outline:none}.contact__btn{color:#fff;cursor:pointer;background:#1d6f94;border:none;border-radius:12px;padding:.9rem;font-size:1rem;font-weight:600;transition:background .2s}.contact__btn:hover{background:#154f6b}@media (width<=768px){.contact__inner{grid-template-columns:1fr;gap:2rem}}.footer{color:#fff;background:#22303c;padding-top:3.5rem}.footer__inner{grid-template-columns:2fr 1fr 1fr;gap:2.5rem;padding-bottom:2.5rem;display:grid}.footer__brand p{color:#ffffffb3;max-width:320px;margin-top:.9rem;font-size:.95rem}.footer__col h4{color:#6fb8d9;margin-bottom:1rem;font-size:1.05rem}.footer__col ul{list-style:none}.footer__col li{color:#ffffffbf;margin-bottom:.6rem;font-size:.95rem}.footer__col a{transition:color .2s}.footer__col a:hover{color:#6fb8d9}.footer__bottom{text-align:center;border-top:1px solid #ffffff1f;padding:1.25rem 0}.footer__bottom p{color:#fff9;font-size:.9rem}@media (width<=768px){.footer__inner{grid-template-columns:1fr;gap:2rem}}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:#22303c;background:#f5f8fa;font-family:Inter,sans-serif;line-height:1.6}h1,h2,h3,h4{font-family:Poppins,sans-serif;line-height:1.2}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.25rem}
