:root{--blue:#4194e4;--blue-dark:#1365ca;--blue-light:#74bdf3;--green:#6fb81f;--green-dark:#3b8d1b;--yellow:#fdc722;--bg:#f7f9fc;--panel:#ffffff;--border:#e2e6ef;--text:#1f2a37;--muted:#5b677a}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Inter,system-ui,sans-serif;background:var(--bg);color:var(--text);line-height:1.6}a{color:var(--blue);text-decoration:none}.container{max-width:1100px;margin:auto;padding:2rem}.header{background:#fff;border-bottom:1px solid var(--border)}.nav{display:flex;justify-content:space-between;align-items:center}.logo{font-weight:600;letter-spacing:.3px;color:var(--blue-dark)}.logo img{height:64px;width:auto;display:block}nav a{margin-left:1.5rem;font-size:.9rem;color:var(--muted)}nav a:hover{color:var(--blue)}.hero{padding:5rem 0;background:#fff}.hero h1{font-size:2.4rem;max-width:720px}.hero p{margin-top:1rem;max-width:620px;color:var(--muted)}.hero-actions{margin-top:2rem}.hero-support{margin-top:.75rem;max-width:640px}.hero-meta{margin-top:2.5rem;font-size:.85rem;color:#6b7280;letter-spacing:.08em}.section{padding:4rem 0}.section.alt{background:#fbfcff}.section h2{margin-bottom:.5rem}.section h2:after{content:"";width:48px;height:3px;background:var(--green);display:block;margin-top:.5rem}.section-intro{max-width:650px;margin-top:.75rem;color:var(--muted);line-height:1.7}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.8rem;margin-top:2rem}.card{background:var(--panel);padding:1.6rem;border-radius:8px;border:1px solid var(--border)}.card h3{color:var(--blue-dark);margin-bottom:.4rem;margin-top:.75rem}.service-card{text-align:left}.service-icon{width:36px;height:36px;margin-bottom:1rem;color:var(--blue)}.service-icon svg{width:100%;height:100%}.product-card{text-align:center}.product-card p{line-height:1.7}.product-desc{margin-top:.5rem}.product-logo{display:flex;justify-content:center;align-items:center;height:90px;margin-bottom:1.4rem}.product-logo img{max-height:2000px;max-width:200px;width:auto}.btn{display:inline-block;padding:.65rem 1.4rem;border-radius:6px;margin-right:.6rem;border:1px solid var(--blue);color:var(--blue);font-weight:500}.btn.primary{background:var(--blue);color:#fff}.btn.outline{border-color:var(--green);color:var(--green-dark)}.contact-form{max-width:520px;margin-top:2rem;display:grid;gap:1rem}.contact-form input,.contact-form textarea{padding:.7rem;background:#fff;border:1px solid var(--border);color:var(--text);border-radius:5px}.contact-form input:focus,.contact-form textarea:focus{outline:0;border-color:var(--blue)}.news-item{padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.date{font-size:.8rem;color:var(--green-dark);padding-bottom:2rem}.news-item{max-width:760px;padding:1.5rem 0}.news-item h3{margin-bottom:0;line-height:1rem}.news-item .news-date{display:block;margin-bottom:2rem;font-size:.9rem;color:#6b7280}.news-item p{margin-bottom:1.2rem;line-height:1.8}.news-item p:last-child{margin-bottom:0}.footer{background:#fff;border-top:1px solid var(--border);text-align:center}.contact-confirmation{padding:2.25rem 2rem;border:1px solid #e5e7eb;border-radius:8px;background:linear-gradient(to bottom,#fff,#f9fafb);text-align:center;animation:confirmationFade .5s ease forwards}.contact-confirmation h3{margin:0 0 .75rem 0;font-weight:600;letter-spacing:.02em}.contact-confirmation p{margin:0;color:#4b5563}@keyframes confirmationFade{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}