.author-bio{background:var(--surface,#f9fafb);border:1px solid #11182714;border-radius:18px;flex-direction:column;gap:1.75rem;padding:2.25rem;display:flex;box-shadow:0 12px 30px -24px #0f172a99}.author-bio__profile{align-items:flex-start;gap:1.5rem;display:flex}.author-bio__avatar{aspect-ratio:9/16;background:#f3eefc;border-radius:16px;flex-shrink:0;width:140px;overflow:hidden;box-shadow:0 12px 24px -16px #0f172a73}.author-bio__photo{object-fit:cover;width:100%;height:100%;display:block}.author-bio__eyebrow{letter-spacing:.12em;text-transform:uppercase;color:#6366f1;margin:0;font-size:.85rem;font-weight:600}.author-bio__summary{color:#0f172ad1;margin:.6rem 0 0;line-height:1.75}.author-bio__links{flex-wrap:wrap;align-items:center;gap:.75rem;margin-top:1rem;display:flex}.author-bio__links a{color:#4338ca;font-weight:600}.author-bio__links span{color:#0f172a52}.author-bio__highlights{color:#0f172abf;gap:.75rem;margin:0;padding-left:1.25rem;display:grid}.author-bio__highlights li{line-height:1.6}@media (max-width:720px){.author-bio{padding:1.75rem}.author-bio__profile{flex-direction:column;align-items:flex-start}.author-bio__avatar{aspect-ratio:9/16;width:110px}}
.blog-layout{color:#333;flex-direction:column;gap:3rem;width:min(980px,100%);margin:0 auto;padding:0 1.5rem 4rem;display:flex}.blog-hero.blog-hero--feature{color:#3b2f4a;background:linear-gradient(135deg,#f3eefc,#fff1fb);border-radius:24px;padding:2.75rem 2.5rem;position:relative;overflow:hidden;box-shadow:0 18px 40px #7041ff1f}.blog-hero.blog-hero--feature:after{content:"";pointer-events:none;background:radial-gradient(circle at 0 0,#ffffffa6,#0000 55%);position:absolute;inset:0}.blog-hero__inner{z-index:1;flex-direction:column;gap:2rem;display:flex;position:relative}.blog-hero__content header{gap:1rem;margin:0;display:grid}.blog-hero__content header .eyebrow{text-transform:uppercase;letter-spacing:.18em;color:#6b5b95;font-size:.8rem;font-weight:600}.blog-hero__content header h1{background:linear-gradient(90deg,#7041ff,#e441a2);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text;margin:0}.blog-hero__content header .lead{color:#5d556f;font-size:1.05rem;line-height:1.65}.blog-hero__image{background:#fff;border:1px solid #ffffffbf;border-radius:20px;align-self:center;width:min(380px,100%);overflow:hidden;box-shadow:0 18px 35px #00000029}.blog-hero__image span,.blog-hero__image img{width:100%;height:auto;display:block}.blog-hero__image img{object-fit:cover}.blog-layout__article{background:#fff;border:1px solid #eee7f6;border-radius:20px;gap:1.75rem;padding:2.5rem 2.25rem;display:grid;box-shadow:0 12px 30px #00000014}.blog-layout__article>:first-child{margin-top:0}.blog-layout__article .blog-content h1,.blog-layout__article .blog-content h2,.blog-layout__article .blog-content h3,.blog-layout__article .blog-content h4,.blog-layout__article .blog-content h5,.blog-layout__article .blog-content h6{color:var(--heading-color);margin:1.75rem 0 1rem;line-height:1.25}.blog-layout__article .blog-content p{color:#5d556f;margin:0 0 1.1rem;line-height:1.8}.blog-layout__article .blog-content p:last-child{margin-bottom:0}.blog-layout__article .blog-content ul,.blog-layout__article .blog-content ol{color:#5d556f;margin:0 0 1.25rem;padding-left:1.5rem;line-height:1.8}.blog-layout__article .blog-content li{margin-bottom:.5rem}.blog-layout__article .blog-content li:last-child{margin-bottom:0}.blog-share{background:#f7f2ff;border:1px solid #eee7f6;border-radius:16px;flex-wrap:wrap;align-items:center;gap:.75rem 1.25rem;margin-top:2.5rem;padding:1.35rem 1.5rem;display:flex}.blog-share__label{color:#3b2f4a;letter-spacing:.02em;font-weight:600}.blog-share__buttons{align-items:center;gap:.75rem;display:flex}.blog-share__button{color:#7041ff;background:#fff;border:1px solid #e3d7fb;border-radius:999px;justify-content:center;align-items:center;width:2.75rem;height:2.75rem;transition:background .2s,color .2s,transform .2s,border-color .2s;display:inline-flex}.blog-share__button svg{fill:currentColor;width:1.25rem;height:1.25rem}.blog-share__button:hover,.blog-share__button:focus-visible{color:#fff;background:#7041ff;border-color:#7041ff;outline:none;transform:translateY(-1px)}.blog-share__button[aria-disabled=true]{opacity:.5;pointer-events:none}.pillars-grid{gap:1.5rem;display:grid}@media (min-width:720px){.pillars-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.pillars-grid article{background:#f7f2ff;border:1px solid #eee7f6;border-radius:1.25rem;gap:.75rem;padding:1.6rem;display:grid}.pillars-grid article h3{color:#3b2f4a;letter-spacing:.01em;background:#7041ff1f;border-radius:999px;align-items:center;gap:.5rem;margin:0;padding:.35rem .85rem;font-size:1rem;font-weight:700;display:inline-flex}.pillars-grid article p{color:#5d556f;margin:0}.blog-layout__nav{flex-wrap:wrap;gap:1rem;margin-top:2.5rem;display:flex}.blog-layout__nav-placeholder{flex:260px}.blog-layout__nav-link{color:#3b2f4a;background:#fff;border:1px solid #eee7f6;border-radius:16px;flex:260px;align-items:center;gap:1rem;padding:1.25rem 1.5rem;text-decoration:none;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex}.blog-layout__nav-link:hover,.blog-layout__nav-link:focus-visible{border-color:#e3d7fb;outline:none;transform:translateY(-2px);box-shadow:0 16px 30px #0000001f}.blog-layout__nav-link--next{text-align:right;flex-direction:row-reverse}.blog-layout__nav-icon{color:#7041ff;background:#f7f2ff;border:1px solid #e3d7fb;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:2.75rem;height:2.75rem;display:inline-flex}.blog-layout__nav-icon svg{fill:currentColor;width:1.25rem;height:1.25rem}.blog-layout__nav-text{flex-direction:column;gap:.35rem;display:flex}.blog-layout__nav-label{letter-spacing:.12em;text-transform:uppercase;color:#6b5b95;font-size:.75rem}.blog-layout__nav-title{font-size:1rem;font-weight:700;line-height:1.4}.blog-layout__related{margin-top:4rem}.blog-layout__related .blog-list{margin-bottom:0}.blog-layout__article ul,.blog-layout__article ol{margin:.5rem 0 1.5rem;padding-left:1.5rem;line-height:1.7}.blog-layout__article li{margin-bottom:.75rem}@media (min-width:960px){.blog-hero__inner{flex-direction:row;justify-content:space-between;align-items:center}.blog-hero__content{max-width:520px}}.blog-layout__related .post-card{text-decoration:none}.blog-layout__related .post-card h3{font-size:1.2rem}.blog-layout__related .post-card p{font-size:.98rem}@media (max-width:600px){.blog-hero.blog-hero--feature,.blog-layout__article{padding:2rem 1.5rem}.blog-share{padding:1.15rem}.blog-layout__nav-link,.blog-layout__nav-placeholder{flex:100%}.blog-layout__nav-link--next{text-align:left;flex-direction:row}}
