.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:#1d2939;background:linear-gradient(135deg,#e6f0ff,#ecf3ff);border-radius:24px;padding:2.75rem 2.5rem;position:relative;overflow:hidden;box-shadow:0 18px 40px #0f4ac42e}.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__inner>*{min-width:0}.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,#1d4ed8,#0f4ac4);-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{word-break:break-word;overflow-wrap:break-word;background:#fff;border:1px solid #eee7f6;border-radius:20px;gap:1.75rem;width:min(980px,100%);margin-inline:auto;padding:2.5rem 2.25rem;display:grid;box-shadow:0 12px 30px #00000014}.blog-layout__article>*{min-width:0}.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,.blog-layout__article .blog-content *{max-width:100%}.blog-layout__article .blog-content a,.blog-layout__article .blog-content p,.blog-layout__article .blog-content li,.blog-layout__article .blog-content blockquote,.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{overflow-wrap:anywhere;word-break:break-word}.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-layout__article .blog-content img,.blog-layout__article .blog-content iframe,.blog-layout__article .blog-content video,.blog-layout__article .blog-content table{max-width:100%;display:block}.blog-layout__article .blog-content table{width:100%;overflow-x:auto}.blog-layout__article .blog-content th,.blog-layout__article .blog-content td{overflow-wrap:anywhere;word-break:break-word}.blog-layout__article .blog-content pre{white-space:pre-wrap;word-break:break-word;max-width:100%;overflow-x:auto}.blog-layout__article .blog-content code{overflow-wrap:anywhere;word-break:break-word}.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:#0f125e;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:#0f125e;border-color:#0f125e;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:#0f125e;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}}
.insights-links{text-align:center;background:#f8fafc;padding:3rem 0 5rem}.insights-links .container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.insights-links h2{color:#0a2540;margin-bottom:.75rem;font-size:2.3rem;font-weight:800}.insights-links p{color:#4a5568;max-width:800px;margin:0 auto 3rem;font-size:1.1rem;line-height:1.7}.blog-list{grid-template-columns:repeat(3,1fr);gap:2.5rem;margin-bottom:3rem;display:grid}.post-card{text-align:left;background:#fff;border-radius:1.5rem;flex-direction:column;text-decoration:none;transition:all .3s;display:flex;overflow:hidden;box-shadow:0 12px 35px #0a254014,0 0 0 1px #0a254008}.post-card:hover{transform:translateY(-6px);box-shadow:0 20px 45px #0a25401f,0 0 0 1px #0a25400d}.post-card img{object-fit:cover;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;width:100%;height:240px}.post-card h3{color:#0a2540;margin:1.5rem 1.5rem .75rem;font-size:1.25rem;font-weight:800;line-height:1.4}.post-card p{color:#5f6c7b;margin:0 1.5rem 1.75rem;font-size:1rem;line-height:1.6}.insights-links .hero-actions{justify-content:center;margin-top:2rem;display:flex}.insights-links .btn.btn-primary{color:#fff;background:#ff6b5c;border-radius:2rem;padding:1rem 2.2rem;font-size:1.05rem;font-weight:700;text-decoration:none;transition:background .3s,transform .2s}.insights-links .btn.btn-primary:hover{background:#f54;transform:translateY(-3px)}@media (max-width:1024px){.blog-list{grid-template-columns:repeat(2,1fr)}.post-card img{height:220px}}@media (max-width:700px){.blog-list{grid-template-columns:1fr;gap:2rem}.post-card img{height:200px}.insights-links h2{font-size:2rem}.insights-links p{font-size:1rem}.post-card h3{margin:1.25rem 1.25rem .5rem}.post-card p{margin:0 1.25rem 1.5rem}}
