:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,SF Pro Text,sans-serif;--accent:#4f46e5;--accent-hover:#4338ca}*{box-sizing:border-box}body{margin:0;padding:0;background:#f9fafb;color:#111827;scroll-behavior:smooth}body.theme-dark{background:#05070a;color:#f9fafb}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline}.page{max-width:1120px;margin:0 auto;padding:3.5rem 1.75rem 5rem}.page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:3rem;flex-wrap:wrap;gap:.75rem}.brand-mark{font-weight:600;letter-spacing:.08em;text-transform:uppercase;font-size:.9rem;text-decoration:none;color:inherit}.brand-mark:hover{text-decoration:none;opacity:.8}.header-nav{display:flex;align-items:center;gap:1.25rem;flex:1 1}.header-nav-link{font-size:.85rem;color:#6b7280;text-decoration:none;transition:color .15s ease}.header-nav-link:hover{color:#111827;text-decoration:none}.header-nav-link.active{color:#111827;font-weight:500}body.theme-dark .header-nav-link{color:#9ca3af}body.theme-dark .header-nav-link.active,body.theme-dark .header-nav-link:hover{color:#f9fafb}.theme-toggle{border-radius:999px;border:1px solid #e5e7eb;background:#fff;color:#111827;padding:.45rem .9rem;font-size:.8rem;cursor:pointer}body.theme-dark .theme-toggle{background:#111827;border-color:#374151;color:#f9fafb}.section{margin-top:4rem}.hero{padding-top:1rem}.eyebrow{font-size:.85rem;letter-spacing:.14em;text-transform:uppercase;color:#9ca3af;margin-bottom:.75rem}.hero h1{font-size:clamp(2.8rem,4vw,3.6rem);line-height:1.1;margin:0 0 1.4rem}.hero-sub{max-width:34rem;color:#4b5563;font-size:1rem}body.theme-dark .hero-sub{color:#d1d5db}.hero-ctas{display:flex;flex-wrap:wrap;gap:.9rem;margin:2rem 0 1.25rem}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;font-size:.93rem;padding:.7rem 1.4rem;border:1px solid transparent;cursor:pointer;background:#fff;color:#111827;transition:background .15s ease,border-color .15s ease,transform .1s ease}.btn-primary{border-color:#111827}.btn-primary:hover{background:var(--accent);border-color:var(--accent);color:#f9fafb;transform:translateY(-1px)}body.theme-dark .btn{background:#111827;color:#f9fafb;border-color:#4b5563}body.theme-dark .btn-primary:hover{background:var(--accent);border-color:var(--accent);color:#f9fafb}.btn-ghost{border-color:#e5e7eb}body.theme-dark .btn-ghost{border-color:#4b5563}.hero-bullets{list-style:none;padding:0;margin:1.75rem 0 0;display:flex;flex-wrap:wrap;gap:.75rem 1.25rem;font-size:.9rem;color:#6b7280}body.theme-dark .hero-bullets{color:#9ca3af}.hero-bullets li:before{content:"•";color:#111827;margin-right:.4rem}body.theme-dark .hero-bullets li:before{color:#9ca3af}.section h2{font-size:1.6rem;margin-bottom:.5rem}.section-sub{max-width:34rem;font-size:.95rem;color:#6b7280}body.theme-dark .section-sub{color:#9ca3af}.grid{display:grid;grid-gap:1.4rem;gap:1.4rem;margin-top:1.8rem}.grid.two{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.grid.three{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.card{background:#fff;border-radius:1rem;padding:1.4rem 1.5rem;border:1px solid #e5e7eb}body.theme-dark .card{background:#020617;border-color:#1f2937}.card h3{margin-top:0;margin-bottom:.3rem;font-size:1.02rem}.card p{margin:0;font-size:.9rem;color:#4b5563}body.theme-dark .card p{color:#d1d5db}.card.service header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.4rem .8rem;margin-bottom:.75rem}.tag{font-size:.82rem;font-weight:500}.pill{display:inline-flex;align-items:center;border-radius:999px;padding:.15rem .7rem;font-size:.7rem;text-transform:uppercase;letter-spacing:.12em;background:#f3f4f6;color:#4b5563}body.theme-dark .pill{background:#111827;color:#e5e7eb}.pill.soft{background:#eff6ff;color:#1d4ed8}body.theme-dark .pill.soft{background:#1e293b;color:#bfdbfe}.card.service ul{list-style:none;margin:.9rem 0;padding:0}.card.service li{position:relative;padding-left:1.1rem;font-size:.88rem;color:#4b5563}body.theme-dark .card.service li{color:#e5e7eb}.card.service li+li{margin-top:.45rem}.card.service li:before{content:"";position:absolute;left:0;top:.55rem;width:.35rem;height:.35rem;border-radius:999px;background:#111827}body.theme-dark .card.service li:before{background:#f9fafb}.text-link{font-size:.86rem;color:#111827}body.theme-dark .text-link{color:#e5e7eb}.text-link.as-button{border:0;background:transparent;padding:0;cursor:pointer}.text-link:hover{text-decoration:underline}.steps{list-style:none;padding:0;margin:1.4rem 0 0;display:grid;grid-gap:1.2rem;gap:1.2rem;counter-reset:step}.steps li{position:relative;padding-left:2.1rem}.steps li:before{content:counter(step);counter-increment:step;position:absolute;left:0;top:.35rem;width:1.4rem;height:1.4rem;border-radius:999px;display:flex;align-items:center;justify-content:center;background:#111827;color:#f9fafb;font-size:.8rem}body.theme-dark .steps li:before{background:#f9fafb;color:#111827}.steps h3{margin:0 0 .25rem;font-size:.98rem}.steps p{margin:0;font-size:.9rem;color:#6b7280}body.theme-dark .steps p{color:#9ca3af}.card.mini{padding-block:1rem}.contact{margin-top:1.4rem}.muted{color:#9ca3af;font-size:.85rem;margin-top:.7rem}.modal-backdrop{position:fixed;inset:0;background:rgba(15,23,42,.45);display:flex;align-items:center;justify-content:center;padding:1.5rem;z-index:40}.modal{max-width:480px;width:100%;background:#fff;border-radius:1rem;padding:1.5rem 1.5rem 1.3rem;box-shadow:0 20px 55px rgba(15,23,42,.35);transform:translateY(8px) scale(.98);opacity:0;animation:modal-in .18s ease-out forwards}@keyframes modal-in{0%{transform:translateY(16px) scale(.96);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}body.theme-dark .modal{background:#020617}.modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.modal-close{border:none;background:transparent;font-size:1.3rem;cursor:pointer;padding:0}.modal-form{display:grid;grid-gap:.9rem;gap:.9rem}.field label{display:block;font-size:.8rem;text-transform:uppercase;letter-spacing:.09em;color:#6b7280;margin-bottom:.3rem}.field input,.field textarea{width:100%;border-radius:.6rem;border:1px solid #e5e7eb;padding:.55rem .7rem;font:inherit;background:#f9fafb;color:inherit}body.theme-dark .field input,body.theme-dark .field textarea{background:#020617;border-color:#1f2937}.field textarea{resize:vertical;min-height:120px}.field-error{margin:.3rem 0 0;font-size:.78rem;color:#b91c1c}.full-width{width:100%;justify-content:center}.submit-success{margin:.7rem 0 0;font-size:.82rem;color:#166534}.blog-header{padding:2.5rem 0 2rem;border-bottom:1px solid #e5e7eb;margin-bottom:2.5rem}body.theme-dark .blog-header{border-color:#1f2937}.blog-header .eyebrow{margin-bottom:.5rem}.blog-header h1{font-size:clamp(2rem,3.5vw,2.8rem);margin:0 0 .6rem;line-height:1.15}.blog-header p{max-width:28rem;color:#6b7280;font-size:.95rem;margin:0}body.theme-dark .blog-header p{color:#9ca3af}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:1.5rem;gap:1.5rem}.blog-card{background:#fff;border:1px solid #e5e7eb;border-radius:1rem;overflow:hidden;display:flex;flex-direction:column;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.blog-card:hover{transform:translateY(-3px);box-shadow:0 12px 30px rgba(0,0,0,.08);border-color:#d1d5db;text-decoration:none}body.theme-dark .blog-card{background:#020617;border-color:#1f2937}body.theme-dark .blog-card:hover{border-color:#374151;box-shadow:0 12px 30px rgba(0,0,0,.3)}.blog-card-img{width:100%;height:160px;object-fit:cover;background:#f3f4f6}body.theme-dark .blog-card-img{background:#111827}.blog-card-body{padding:1.1rem 1.2rem 1.3rem;flex:1 1;display:flex;flex-direction:column}.blog-card-meta{display:flex;align-items:center;gap:.6rem;margin-bottom:.6rem;flex-wrap:wrap}.blog-card-date{font-size:.78rem;color:#9ca3af}.blog-card-categories{display:flex;gap:.4rem;flex-wrap:wrap}.blog-card-cat{font-size:.7rem;padding:.15rem .55rem;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-weight:500;text-transform:uppercase;letter-spacing:.06em}body.theme-dark .blog-card-cat{background:#1e293b;color:#bfdbfe}.blog-card h2{font-size:1rem;font-weight:600;margin:0 0 .5rem;line-height:1.4;color:#111827}body.theme-dark .blog-card h2{color:#f9fafb}.blog-card-excerpt{font-size:.85rem;color:#6b7280;line-height:1.55;margin:0;flex:1 1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}body.theme-dark .blog-card-excerpt{color:#9ca3af}.blog-card-cta{margin-top:1rem;font-size:.82rem;color:var(--accent);font-weight:500}.article-back{display:inline-flex;align-items:center;gap:.4rem;font-size:.85rem;color:#6b7280;text-decoration:none;margin-bottom:2rem;transition:color .15s ease}.article-back:hover{color:var(--accent);text-decoration:none}body.theme-dark .article-back{color:#9ca3af}body.theme-dark .article-back:hover{color:var(--accent)}.article-header{max-width:680px;margin:0 auto 2.5rem}.article-header-cats{display:flex;gap:.4rem;margin-bottom:.8rem;flex-wrap:wrap}.article-cat{font-size:.72rem;padding:.2rem .65rem;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-weight:500;text-transform:uppercase;letter-spacing:.08em}body.theme-dark .article-cat{background:#1e293b;color:#bfdbfe}.article-title{font-size:clamp(1.8rem,3.5vw,2.4rem);line-height:1.2;margin:0 0 .8rem;color:#111827}body.theme-dark .article-title{color:#f9fafb}.article-meta{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;font-size:.82rem;color:#9ca3af}.article-meta-dot{width:3px;height:3px;border-radius:999px;background:#d1d5db;display:inline-block}.article-featured-img{width:100%;max-height:400px;object-fit:cover;border-radius:.75rem;margin-bottom:2.5rem;background:#f3f4f6}body.theme-dark .article-featured-img{background:#111827}.article-body{max-width:680px;margin:0 auto}.article-body h1,.article-body h2,.article-body h3,.article-body h4{color:#111827;margin-top:2rem;margin-bottom:.75rem;line-height:1.3}body.theme-dark .article-body h1,body.theme-dark .article-body h2,body.theme-dark .article-body h3,body.theme-dark .article-body h4{color:#f9fafb}.article-body h2{font-size:1.5rem}.article-body h3{font-size:1.2rem}.article-body p{color:#374151;line-height:1.75;margin-bottom:1.2rem;font-size:1rem}body.theme-dark .article-body p{color:#d1d5db}.article-body strong{color:#111827;font-weight:600}body.theme-dark .article-body strong{color:#f9fafb}.article-body ol,.article-body ul{color:#374151;padding-left:1.4rem;margin-bottom:1.2rem;line-height:1.75}body.theme-dark .article-body ol,body.theme-dark .article-body ul{color:#d1d5db}.article-body li{margin-bottom:.4rem}.article-body blockquote{border-left:3px solid var(--accent);padding:.75rem 1.25rem;margin:1.5rem 0;background:#f9fafb;border-radius:0 .5rem .5rem 0;font-style:italic;color:#4b5563}body.theme-dark .article-body blockquote{background:#0f172a;color:#9ca3af}.article-body a{color:var(--accent);text-decoration:underline;text-underline-offset:2px}.article-body code{background:#f3f4f6;padding:.15rem .4rem;border-radius:.3rem;font-size:.88em;color:#1f2937}body.theme-dark .article-body code{background:#1f2937;color:#e5e7eb}.article-body pre{background:#1f2937;color:#f9fafb;padding:1.2rem;border-radius:.75rem;overflow-x:auto;margin:1.5rem 0}body.theme-dark .article-body pre{background:#020617;border:1px solid #1f2937}.article-body pre code{background:none;padding:0;color:inherit;font-size:.88rem}.article-body hr{border:none;border-top:1px solid #e5e7eb;margin:2rem 0}body.theme-dark .article-body hr{border-color:#1f2937}.article-footer{max-width:680px;margin:3rem auto 0;padding-top:2rem;border-top:1px solid #e5e7eb}body.theme-dark .article-footer{border-color:#1f2937}.article-tags{display:flex;gap:.4rem;flex-wrap:wrap;margin-bottom:1.5rem}.article-tag{font-size:.72rem;padding:.2rem .65rem;border-radius:999px;background:#f3f4f6;color:#4b5563;text-transform:uppercase;letter-spacing:.06em}body.theme-dark .article-tag{background:#111827;color:#9ca3af}.article-nav{display:flex;gap:1rem;flex-wrap:wrap}.article-nav a{flex:1 1;min-width:200px;background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:.9rem 1.1rem;text-decoration:none;transition:border-color .15s ease,transform .15s ease}body.theme-dark .article-nav a{background:#020617;border-color:#1f2937}.article-nav a:hover{border-color:var(--accent);transform:translateY(-2px);text-decoration:none}.article-nav-label{font-size:.72rem;text-transform:uppercase;letter-spacing:.1em;color:#9ca3af;margin-bottom:.25rem}.article-nav-title{font-size:.9rem;font-weight:500;color:#111827;line-height:1.4}body.theme-dark .article-nav-title{color:#f9fafb}@media (max-width:768px){.page{padding-inline:1.25rem}.hero-ctas{flex-direction:column;align-items:flex-start}.blog-grid{grid-template-columns:1fr}}