:root{color-scheme:light;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f8fafc;color:#111827;--color-primary: #1d4ed8;--color-success: #198754;--color-bg-soft: #ecfeff;--color-bg-green-soft: #f0fdf4;--color-bg-light: #f8fafc;--color-text: #111827;--color-text-secondary: #334155;--color-text-muted: #64748b;--shadow-card: 0 .5rem 1.5rem rgba(0,0,0,.08);--shadow-lg: 0 16px 50px rgba(15, 23, 42, .08);--radius-sm: .5rem;--radius-md: 1rem;--radius-lg: 1.5rem}*{box-sizing:border-box}body{margin:0;min-height:100vh;line-height:1.6;background:#f8fafc}a{color:var(--color-primary);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;max-height:55vh;height:auto;display:block;margin:0 auto;object-fit:contain}.page-shell{max-width:1080px;margin:0 auto;padding:0 1.5rem 3rem}.site-header{display:flex;justify-content:space-between;align-items:center;padding:2rem 0 1rem;gap:1rem}.brand-link{font-size:1.25rem;font-weight:700;color:#111827}.site-nav a{margin-left:1rem;color:#475569}.hero,.blog-hero{padding:3rem 0}.eyebrow{text-transform:uppercase;letter-spacing:.2em;color:#2563eb;font-size:.8rem;margin-bottom:.75rem}h1,h2,h3{margin:0}h1{font-size:clamp(2.5rem,4vw,4rem);line-height:1.05}p{margin:1rem 0;color:var(--color-text-secondary)}.button{display:inline-flex;align-items:center;justify-content:center;padding:.85rem 1.4rem;background:var(--color-primary);color:#fff;border-radius:9999px;margin-top:1.25rem}.posts-grid,.posts-list{display:grid;gap:1.25rem}.posts-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.post-card{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;padding:1.5rem;box-shadow:var(--shadow-lg)}.post-card h2,.post-card h3{margin-top:0}.post-meta{margin-top:1rem;font-size:.95rem;color:var(--color-text-muted)}.blog-post{padding:2rem 0}.post-body{margin-top:2rem}.post-body p,.post-body ul,.post-body ol,.post-body blockquote{max-width:42rem}.post-body h2,.post-body h3,.post-body h4{margin-top:2rem}.post-body ul,.post-body ol{padding-left:1.25rem}.site-footer{margin-top:4rem;padding-top:2rem;border-top:1px solid #e2e8f0;color:var(--color-text-muted)}.back-link{display:inline-block;margin-top:2rem}.bg-soft{background-color:var(--color-bg-soft)}.bg-green-soft{background-color:var(--color-bg-green-soft)}.bg-white{background-color:#fff}.bg-light{background-color:var(--color-bg-light)}.text-success{color:var(--color-success)}.text-primary{color:var(--color-primary)}.text-dark{color:var(--color-text)}.text-muted{color:var(--color-text-muted)}.text-secondary{color:var(--color-text-secondary)}.fw-bold{font-weight:700}.fw-semibold{font-weight:600}.rounded-4{border-radius:var(--radius-md)}.rounded-4xl{border-radius:var(--radius-lg)}.shadow-lg{box-shadow:var(--shadow-lg)}.shadow-sm{box-shadow:0 1px 3px #00000014}.border-0{border:0}.overflow-hidden{overflow:hidden}.text-center{text-align:center}.lead{font-size:1.25rem;font-weight:300}.mb-3{margin-bottom:1rem}.mb-4{margin-bottom:1.5rem}.mb-5{margin-bottom:3rem}.display-6{font-size:clamp(2rem,3.5vw,3rem);font-weight:700;line-height:1.05}.section-hero{padding:3rem 0}.section-hero .container{max-width:1200px;margin:0 auto;padding:0 1rem}.card-rounded{border:0;border-radius:var(--radius-md);box-shadow:var(--shadow-card);overflow:hidden;background:#fff}.card-rounded-lg{border:0;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);overflow:hidden;background:#fff}.cta-section{padding:3rem 2rem;border-radius:var(--radius-lg);text-align:center;color:#fff}.cta-section.bg-primary{background:var(--color-primary)}.cta-section.bg-success{background:var(--color-success)}.cta-section h2{font-weight:700;margin-bottom:1rem}.cta-section p{color:#ffffffe6}.cta-section .btn-light{background:#fff;color:var(--color-text);border-radius:9999px;padding:.75rem 2.5rem;font-weight:600}.feature-grid{display:grid;gap:1.5rem}.feature-grid-3{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.feature-card{padding:1.5rem;border-radius:var(--radius-md);background:#fff;box-shadow:var(--shadow-card);text-align:center;height:100%}.feature-card h3{font-weight:700;margin-bottom:.5rem}.feature-card p{color:var(--color-text-muted);margin:0}.product-card{border:0;border-radius:var(--radius-md);box-shadow:var(--shadow-card);overflow:hidden;height:100%;background:#fff}.product-card .card-body{padding:1.5rem}.product-card .card-footer{background:transparent;border-top:0;padding:0 1.5rem 1.5rem}.hero-badge{display:inline-block;padding:.35rem .75rem;border-radius:9999px;font-size:.875rem;font-weight:600;margin-bottom:.75rem}.hero-badge.primary{background:#1d4ed81a;color:var(--color-primary)}@media (max-width: 720px){.site-header{flex-direction:column;align-items:flex-start}.site-nav a{margin-left:0;margin-right:1rem}}
