*,:after,:before{box-sizing:border-box;margin:0;padding:0}body,html{height:100%}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;color:#111827;background-color:#f3f4f6}img{max-width:100%;display:block}a{text-decoration:none}code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.container{width:100%;max-width:1100px;margin:0 auto;padding:0 1.5rem}.site-header{background-color:#fff;border-bottom:1px solid #e5e7eb;position:-webkit-sticky;position:sticky;top:0;z-index:10}.nav-container{justify-content:space-between;padding:.75rem 1.5rem}.logo-wrapper,.nav-container{display:flex;align-items:center}.logo-link{display:inline-flex;align-items:center;gap:.5rem}.logo{height:40px}.site-title{font-weight:700;font-size:1.1rem}.main-nav{display:flex;gap:1rem;align-items:center}.main-nav a{font-size:.95rem;color:#4b5563;padding:.25rem .5rem;border-radius:999px;transition:background-color .2s,color .2s}.main-nav a:hover{background-color:#e5f0ff;color:#1d4ed8}.nav-highlight{border:1px solid #2563eb}.hero{background:linear-gradient(135deg,#e0ecff,#f9fafb);padding:3.5rem 0 3rem}.hero-content{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1.4fr);grid-gap:2rem;gap:2rem;align-items:center}.hero h1{font-size:2.2rem;line-height:1.2;margin-bottom:1rem}.hero p{font-size:1rem;color:#4b5563;margin-bottom:1.5rem}.hero-buttons{display:flex;flex-wrap:wrap;gap:.75rem}.hero-highlight{background-color:#fff;padding:1.5rem;border-radius:1rem;box-shadow:0 10px 25px rgba(15,23,42,.08)}.hero-highlight h2{font-size:1.2rem;margin-bottom:.5rem}.hero-highlight p{margin-bottom:.75rem}.hero-highlight ul{list-style:none}.hero-highlight li{font-size:.95rem;margin-bottom:.25rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.6rem 1.3rem;border-radius:999px;font-size:.95rem;font-weight:600;border:1px solid transparent;cursor:pointer;transition:background-color .15s,color .15s,border-color .15s,transform .05s}.btn-primary{background-color:#2563eb;color:#fff}.btn-primary:hover{background-color:#1d4ed8;transform:translateY(-1px)}.btn-secondary{background-color:#fff;color:#1f2937;border-color:#d1d5db}.btn-secondary:hover{border-color:#2563eb;color:#1d4ed8}.section{padding:3rem 0}.section-alt{background-color:#fff}.section h2{font-size:1.6rem;margin-bottom:1rem}.section-intro{margin-bottom:1.5rem;color:#4b5563}.muted{font-size:.85rem;color:#6b7280;margin-top:.5rem}.category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-top:1.5rem}.card{background-color:#f9fafb;border-radius:.9rem;padding:1rem 1.1rem;border:1px solid #e5e7eb}.card h3{font-size:1.1rem;margin-bottom:.5rem}.card p{font-size:.95rem;color:#4b5563;margin-bottom:.75rem}.card-link{font-size:.9rem;font-weight:500;color:#2563eb}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-top:1.5rem}.product-card{background-color:#fff;border-radius:1rem;padding:1.25rem 1.25rem 1.5rem;border:1px solid #e5e7eb;box-shadow:0 6px 18px rgba(15,23,42,.05);position:relative}.product-tag{position:absolute;top:.9rem;right:1rem;font-size:.7rem;text-transform:uppercase;letter-spacing:.05em;background-color:#eff6ff;color:#1d4ed8;padding:.2rem .6rem;border-radius:999px}.product-card h3{font-size:1.1rem;margin-bottom:.4rem;padding-right:4rem}.product-desc{font-size:.95rem;color:#4b5563;margin-bottom:.75rem}.product-bullets{list-style:none;font-size:.9rem;color:#4b5563;margin-bottom:1rem}.product-bullets li:before{content:"• ";color:#2563eb}.product-btn{width:100%;text-align:center}.product-actions{display:flex;flex-direction:column;gap:.5rem}.product-details-link{font-size:.9rem;text-align:center;color:#2563eb}.blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-top:1.5rem}.card-link.disabled{color:#9ca3af;cursor:default}.contact-form{margin-top:1.5rem;max-width:500px}.form-row{display:flex;flex-direction:column;margin-bottom:1rem}.form-row label{font-size:.9rem;margin-bottom:.3rem}.form-row input,.form-row textarea{font:inherit;padding:.55rem .7rem;border-radius:.5rem;border:1px solid #d1d5db;background-color:#f9fafb}.form-row input:focus,.form-row textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 1px #2563eb33}.site-footer{background-color:#111827;color:#e5e7eb;padding:1.5rem 0;margin-top:2rem}.footer-content{text-align:center;font-size:.9rem}.footer-content .muted{color:#9ca3af}.product-detail{max-width:650px}@media (max-width:768px){.hero-content{grid-template-columns:1fr}.nav-container{flex-direction:column;align-items:flex-start;gap:.5rem}.main-nav{flex-wrap:wrap}}