@import "https://fonts.googleapis.com/css2?family=Poppins:wght@500;600;700&family=Inter:wght@400;500;600&display=swap";.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:72px;display:flex}.navbar__brand{color:#1a1a1a;align-items:center;gap:.6rem;font-family:Poppins,sans-serif;font-weight:700;display:flex}.navbar__brand img{width:auto;height:44px}.navbar__brand span{font-size:1.1rem}.navbar__nav{align-items:center;gap:1.75rem;display:flex}.navbar__nav a{color:#1a1a1a;font-weight:500;transition:color .2s}.navbar__nav a:hover{color:#1ca3ec}.navbar__cta{background:#1ca3ec;border-radius:12px;padding:.55rem 1.1rem;font-weight:600;color:#fff!important}.navbar__cta:hover{opacity:.9}.navbar__toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:6px;display:none}.navbar__toggle span{background:#1a1a1a;border-radius:2px;width:26px;height:3px}@media (width<=768px){.navbar__toggle{display:flex}.navbar__nav{background:#fff;flex-direction:column;gap:1rem;padding:1.5rem;transition:transform .3s;position:absolute;top:72px;left:0;right:0;transform:translateY(-150%);box-shadow:0 8px 12px #00000014}.navbar__nav.is-open{transform:translateY(0)}}.hero{background:linear-gradient(135deg,#fff 0%,#d6effb 100%);padding:6rem 0}.hero__inner{text-align:center;max-width:780px}.hero__title{color:#1a1a1a;margin-bottom:1.25rem;font-size:clamp(2rem,5vw,3.25rem)}.hero__subtitle{color:#5b6b7a;margin-bottom:2.25rem;font-size:1.15rem}.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:#1ca3ec}.hero__btn--primary:hover{opacity:.9}.hero__btn--ghost{color:#1a1a1a;background:0 0;border:2px solid #1ca3ec}.hero__btn--ghost:hover{color:#fff;background:#1ca3ec}@media (width<=768px){.hero{padding:4rem 0}}.products{background:#fff;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:#f7fafc;border-radius:12px;padding:2rem 1.75rem;transition:transform .2s,box-shadow .2s;position:relative;overflow:hidden}.product-card__bar{background:#1ca3ec;width:100%;height:5px;position:absolute;top:0;left:0}.product-card h3{color:#1a1a1a;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:#f7fafc;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:#fff;border-left:4px solid #1ca3ec;border-radius:12px;padding:1.5rem}.about__card h3{color:#1ca3ec;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:#fff;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:#1ca3ec}.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:#1a1a1a;margin-bottom:.75rem}.contact__info strong{color:#1ca3ec;margin-right:.4rem}.contact__form{flex-direction:column;gap:1rem;display:flex}.contact__form input,.contact__form textarea{resize:vertical;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:#1ca3ec;outline:none}.contact__btn{color:#fff;cursor:pointer;background:#1ca3ec;border:none;border-radius:12px;padding:.9rem;font-size:1rem;font-weight:600;transition:opacity .2s}.contact__btn:hover{opacity:.9}@media (width<=768px){.contact__inner{grid-template-columns:1fr;gap:2rem}}.footer{color:#fff;background:#1a1a1a;padding-top:3.5rem}.footer__inner{grid-template-columns:2fr 1fr 1fr;gap:2.5rem;padding-bottom:2.5rem;display:grid}.footer__brand img{border-radius:6px;height:48px;margin-bottom:.75rem}.footer__brand span{margin-bottom:.6rem;font-family:Poppins,sans-serif;font-size:1.2rem;font-weight:700;display:block}.footer__brand p{color:#ffffffb3;max-width:320px;font-size:.95rem}.footer__col h4{color:#1ca3ec;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:#1ca3ec}.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:#1a1a1a;background:#f7fafc;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}
