:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,SF Pro Text,sans-serif}*{box-sizing:border-box}body{margin:0;padding:0;background:#f9fafb;color:#111827}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}.brand-mark{font-weight:600;letter-spacing:.08em;text-transform:uppercase;font-size:.9rem}.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:#111827;color:#f9fafb;transform:translateY(-1px)}body.theme-dark .btn{background:#111827;color:#f9fafb;border-color:#4b5563}body.theme-dark .btn-primary:hover{background:#f9fafb;color:#111827}.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)}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}@media (max-width:768px){.page{padding-inline:1.25rem}.hero-ctas{flex-direction:column;align-items:flex-start}}