:root{font-family:Inter,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.55;font-weight:400;color:#1f2937;background:#f8fafc;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;background:linear-gradient(180deg,#fff,#f8fafc 45%,#f3f6fb);color:#1f2937}#app{max-width:1100px;margin:0 auto;padding:1.2rem 1.25rem 1.5rem}.site-shell{display:flex;flex-direction:column;gap:1.25rem}.top-nav{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.5rem .2rem 1rem;border-bottom:1px solid #e6ebf2}.brand{display:flex;align-items:center;gap:.65rem;font-weight:700;letter-spacing:.2px;color:#0f172a;text-decoration:none}.brand-logo{width:42px;height:42px;object-fit:contain;border-radius:0;box-shadow:none}nav{display:flex;gap:.4rem}.nav-link{border:0;background:transparent;color:#4b5563;font-size:.94rem;font-weight:600;padding:.35rem .25rem;border-radius:0;border-bottom:2px solid transparent;cursor:pointer;transition:.2s ease}.nav-link:hover{color:#111827}.nav-link.active{color:#0f172a;border-bottom-color:#2563eb}.nav-link-external{text-decoration:none;color:#2563eb}.nav-link-external:hover{color:#1d4ed8}.card{border:1px solid #e7edf4;border-radius:16px;background:#fff;box-shadow:0 6px 22px #0f172a0d}.hero{padding:1.8rem;display:grid;grid-template-columns:1.7fr 1fr;gap:1.4rem;align-items:center}.eyebrow{text-transform:uppercase;letter-spacing:2px;color:#2563eb;font-size:.76rem;margin:0 0 .5rem}h1{margin:0;font-size:clamp(1.6rem,4.8vw,2.8rem);line-height:1.12;color:#0f172a}h2{margin:0;font-size:clamp(1.45rem,3.2vw,2rem);color:#0f172a}h3{margin:0;font-size:1.22rem;color:#111827}p{color:#4b5563}.hero-text p{margin-bottom:.85rem}.hero-visual{display:flex;align-items:center;justify-content:center}.hero-graphic-wrap{position:relative;display:inline-block;width:100%;max-width:380px;overflow:hidden;border-radius:14px}.hero-graphic-wrap:after{content:"";position:absolute;inset:-28% -42%;background:linear-gradient(110deg,#fff0 28%,#ffffff1f 45%,#ffffff6b,#ffffff1f 55%,#fff0 72%);transform:translate(-58%) rotate(-9deg);animation:hero-shine 4.8s ease-in-out infinite;pointer-events:none}.hero-graphic{width:100%;max-width:100%;height:auto;display:block}@keyframes hero-shine{0%{transform:translate(-58%) rotate(-9deg)}55%{transform:translate(62%) rotate(-9deg)}to{transform:translate(62%) rotate(-9deg)}}.hero-logo-wrap{position:relative;display:flex;justify-content:center}.hero-logo{width:min(280px,100%);border-radius:16px;border:1px solid #e5e7eb;position:relative;z-index:2}.logo-glow{position:absolute;width:78%;height:78%;border-radius:999px;background:radial-gradient(circle,#2563eb2e,#2563eb00 72%);filter:blur(10px)}.section-head{margin:.4rem 0 1rem}.section-head p{margin-top:.45rem}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(270px,1fr));gap:1rem}.products-vertical{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:1.25rem}.product-card-vertical{padding:1.55rem;display:flex;flex-direction:column;gap:.85rem}.product-header{display:flex;align-items:center;gap:.85rem;margin-bottom:.35rem}.product-logo{width:66px;height:66px;object-fit:contain;border-radius:10px}.product-icon-placeholder{width:56px;height:56px;flex-shrink:0}.product-tagline{font-size:.9rem;color:#2563eb;font-weight:600;margin:0}.product-features{list-style:none;padding:0;margin:.65rem 0 0;display:grid;gap:.45rem}.product-features li{padding-left:1.35rem;position:relative;font-size:.92rem;color:#64748b}.product-features li:before{content:"✓";position:absolute;left:0;color:#2563eb;font-weight:700}.product-card,.post-card{padding:1.35rem}.button{display:inline-block;margin-top:.75rem;text-decoration:none;padding:.58rem 1.15rem;border-radius:8px;font-weight:600;font-size:.92rem;background:#2563eb;color:#fff;transition:.2s ease}.button:hover{background:#1d4ed8;transform:translateY(-1px)}.blog-list{display:grid;gap:1rem}.post-date{margin:0 0 .45rem;font-size:.82rem;color:#6b7280;letter-spacing:.4px}.post-excerpt{color:#1d4ed8;margin-top:.5rem}.footer{margin-top:.3rem;padding:.95rem .25rem;display:flex;justify-content:space-between;align-items:center;color:#64748b;font-size:.92rem;border-top:1px solid #e6ebf2}.footer a{color:#2563eb;text-decoration:none;font-weight:600}.footer a:hover{text-decoration:underline}@media(max-width:800px){.hero{grid-template-columns:1fr}.hero-logo-wrap{order:-1}.top-nav{flex-direction:column;align-items:flex-start;gap:.5rem}.footer{flex-direction:column;align-items:flex-start;gap:.4rem}}
