/* Shared lean styles for SEO service landing pages */
.ax-seo-page{background:#030712;color:#e8e8ed;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.65;margin:0}
.ax-seo-page a{color:#60a5fa;text-decoration:none}
.ax-seo-page a:hover{text-decoration:underline}
.ax-seo-wrap{width:min(920px,calc(100% - 2rem));margin:0 auto;padding:5.5rem 0 4rem}
.ax-seo-crumb{font-size:.85rem;color:#94a3b8;margin:0 0 1.25rem}
.ax-seo-crumb a{color:#94a3b8}
.ax-seo-page h1{font-size:clamp(1.85rem,4vw,2.75rem);line-height:1.15;letter-spacing:-.03em;margin:0 0 1rem;max-width:18ch}
.ax-seo-lead{font-size:1.1rem;color:#cbd5e1;margin:0 0 1.5rem;max-width:42rem}
.ax-seo-page h2{font-size:1.35rem;margin:2rem 0 .75rem;letter-spacing:-.02em}
.ax-seo-page h3{font-size:1.1rem;margin:1.35rem 0 .5rem}
.ax-seo-page p,.ax-seo-page li{color:#cbd5e1}
.ax-seo-page ul{padding-left:1.2rem}
.ax-seo-cta{display:flex;flex-wrap:wrap;gap:.75rem;margin:1.75rem 0}
.ax-seo-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:.75rem 1.25rem;border-radius:999px;font-weight:600;color:#fff!important;background:linear-gradient(135deg,#2563eb,#1d4ed8);text-decoration:none!important}
.ax-seo-btn--ghost{background:transparent;border:1px solid rgba(148,163,184,.4);color:#e2e8f0!important}
.ax-seo-related{display:grid;gap:.65rem;margin:1.25rem 0 0;padding:0;list-style:none}
.ax-seo-related a{display:block;padding:.85rem 1rem;border:1px solid rgba(148,163,184,.2);border-radius:12px;color:#e2e8f0}
.ax-seo-faq details{border-top:1px solid rgba(148,163,184,.18);padding:.9rem 0}
.ax-seo-faq summary{cursor:pointer;font-weight:600;color:#f8fafc}
.navbar{position:sticky;top:0;z-index:50;background:rgba(3,7,18,.9);border-bottom:1px solid rgba(148,163,184,.12);backdrop-filter:blur(10px)}
.nav-container{width:min(1120px,calc(100% - 2rem));margin:0 auto;min-height:64px;display:flex;align-items:center;justify-content:space-between}
.nav-logo{font-weight:700;color:#fff;text-decoration:none}
.logo-dot,.logo-co{color:#3b82f6}
.nav-links{display:none;list-style:none;gap:1rem;margin:0;padding:0}
@media(min-width:900px){.nav-links{display:flex;align-items:center}.nav-links a{color:#cbd5e1;text-decoration:none;font-size:.92rem}.nav-cta{color:#fff!important;background:#2563eb;padding:.45rem .9rem;border-radius:999px}}
