*{box-sizing:border-box;margin:0;padding:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body{color:#1d1d1f;background:#f5f5f7;flex-direction:column;min-height:100vh;display:flex}header{z-index:10;background:#fff;border-bottom:1px solid #e5e5e7;position:sticky;top:0}.nav-container{justify-content:space-between;align-items:center;max-width:960px;margin:0 auto;padding:.75rem 1.25rem;display:flex}.logo{letter-spacing:.04em;font-size:1rem;font-weight:600}.tagline{color:#6e6e73;font-size:.9rem}main{flex:1}.hero{padding:4rem 1.25rem 2.5rem}.hero-inner{grid-template-columns:minmax(0,1.7fr) minmax(0,1.3fr);gap:2.5rem;max-width:960px;margin:0 auto;display:grid}@media (max-width:768px){.hero-inner{grid-template-columns:minmax(0,1fr)}}.hero-title{margin-bottom:1rem;font-size:clamp(2rem,3vw,2.6rem);line-height:1.1}.hero-subtitle{color:#424245;margin-bottom:1.5rem;font-size:1rem;line-height:1.5}.hero-note{color:#6e6e73;font-size:.9rem}.card{background:#fff;border:1px solid #e5e5e7;border-radius:1rem;padding:1.5rem 1.5rem 1.25rem;box-shadow:0 8px 20px #0000000a}.section-title{margin-bottom:.75rem;font-size:1.1rem;font-weight:600}.contact-info{margin-bottom:1.5rem}.info-item{color:#424245;margin-bottom:.35rem;font-size:.95rem}.info-item span.label{color:#1d1d1f;min-width:72px;font-weight:500;display:inline-block}a{color:#06c;text-decoration:none}a:hover{text-decoration:underline}form{grid-template-columns:1fr;gap:.75rem;display:grid}.field-group{flex-direction:column;gap:.25rem;display:flex}label{color:#424245;font-size:.85rem;font-weight:500}input,textarea{background:#fbfbfd;border:1px solid #d2d2d7;border-radius:.6rem;padding:.5rem .6rem;font-size:.95rem;transition:border-color .15s,box-shadow .15s}input:focus,textarea:focus{background:#fff;border-color:#0071e3;outline:none;box-shadow:0 0 0 3px #0071e347}textarea{resize:vertical;min-height:120px}.actions{justify-content:flex-end;margin-top:.5rem;display:flex}button{cursor:pointer;color:#fff;background:#0071e3;border:none;border-radius:999px;padding:.5rem 1.25rem;font-size:.95rem;font-weight:500;transition:background .15s,transform .1s,box-shadow .1s}button:hover{background:#005bbf;transform:translateY(-1px);box-shadow:0 6px 14px #0003}button:active{box-shadow:none;transform:translateY(0)}footer{text-align:center;color:#6e6e73;background:#f5f5f7;border-top:1px solid #e5e5e7;padding:1.25rem;font-size:.8rem}#snackbar{visibility:hidden;color:#fff;text-align:center;z-index:100;opacity:0;background-color:#1d1d1f;border-radius:999px;min-width:220px;max-width:90%;padding:.75rem 1.25rem;font-size:.9rem;transition:opacity .25s,transform .25s;position:fixed;bottom:24px;left:50%;transform:translate(-50%)}#snackbar.show{visibility:visible;opacity:1;transform:translate(-50%)}.featured-products-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;display:grid}.product-item{text-align:center;flex-direction:column;align-items:center;padding:1.5rem;display:flex}.product-icon{color:#0071e3;width:120px;height:120px;margin-bottom:1.5rem}.product-links{justify-content:center;width:100%;margin-top:auto;font-size:.8rem;display:flex}.product-links a{color:#6e6e73;padding:0 .5rem;text-decoration:none}.product-links a:hover{color:#0071e3;text-decoration:underline}
