.blog-page{padding-block:2.5rem 4rem}.blog-page__hero{margin-bottom:2.5rem;max-width:42rem}.blog-page__eyebrow{margin:0 0 .5rem;font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--brand-purple,#4f46e5)}.blog-page__title{margin:0;font-family:var(--font-display),system-ui,sans-serif;font-size:clamp(1.875rem,4vw,2.5rem);font-weight:700;line-height:1.15;color:var(--text-primary,#0f172a)}.blog-page__lead{margin:.75rem 0 0;font-size:1.05rem;line-height:1.65;color:var(--text-secondary,#475569)}.blog-grid{display:grid;gap:1.5rem;width:100%;min-width:0}@media (min-width:768px){.blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1100px){.blog-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.blog-grid__empty{padding:3rem 1.5rem;border:1px dashed var(--border,#e2e8f0);border-radius:1rem;text-align:center;color:var(--text-muted,#64748b)}.blog-card{min-width:0;height:100%}.blog-card__link{display:flex;flex-direction:column;height:100%;overflow:hidden;border-radius:1rem;border:1px solid var(--border,#e2e8f0);background:#fff;text-decoration:none;box-shadow:var(--shadow-card,0 1px 3px rgba(15,23,42,.08));transition:box-shadow .2s ease,transform .2s ease}.blog-card__link:hover{box-shadow:var(--shadow-hover,0 12px 32px rgba(15,23,42,.12));transform:translateY(-2px)}.blog-card__media{position:relative;aspect-ratio:16/9;overflow:hidden;background:var(--bg-subtle,#f8fafc)}.blog-card__media-fallback{display:flex;height:100%;align-items:center;justify-content:center;font-size:2rem}.blog-card__body{display:flex;flex:1;flex-direction:column;gap:.65rem;min-width:0;padding:1.15rem 1.25rem 1.25rem}.blog-card__category{display:inline-flex;align-self:flex-start;max-width:100%;padding:.2rem .55rem;border-radius:999px;background:#eef2ff;color:#4338ca;font-size:.6875rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.blog-card__title{margin:0;font-family:var(--font-display),system-ui,sans-serif;font-size:1.05rem;font-weight:700;line-height:1.45;color:var(--text-primary,#0f172a);display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.blog-card__link:hover .blog-card__title{color:var(--brand-purple,#4f46e5)}.blog-card__excerpt{margin:0;flex:1;font-size:.9rem;line-height:1.6;color:var(--text-muted,#64748b);display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.blog-card__author{display:inline-flex;align-items:center;gap:.35rem;font-size:.78rem;color:var(--text-secondary,#475569)}.blog-card--carousel{height:100%}.featured-carousel--blogs .featured-carousel-item{width:min(100%,300px)}.featured-carousel--blogs.featured-carousel--mockup{overflow:hidden;padding-inline:0}.featured-carousel--blogs .featured-carousel-track{min-width:0}.featured-carousel--blogs .blog-card__excerpt{-webkit-line-clamp:2;line-clamp:2}.blog-card__meta{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem .5rem;margin-top:.35rem;font-size:.78rem;color:var(--text-muted,#64748b)}.blog-card__meta time{white-space:nowrap}.blog-card__meta-divider{color:#cbd5e1}.blog-card__cta,.blog-card__read-time{display:inline-flex;align-items:center;gap:.25rem;white-space:nowrap}.blog-card__cta{margin-left:auto;font-size:.78rem;font-weight:600;color:var(--brand-purple,#4f46e5)}@media (max-width:480px){.blog-card__cta{margin-left:0;width:100%;padding-top:.25rem}}