.blog-page{--brand-blue:#579aff;--brand-dark-blue:#0066ff;--brand-text-light:#ffffff;--blog-nav-offset:60px;width:100%;background:#fff;margin-bottom:100px;font-family:Inter,sans-serif}@media screen and (min-width:1024px){.blog-page{--blog-nav-offset:92px}}.blog__featured{background-image:linear-gradient(0deg,var(--brand-blue),var(--brand-dark-blue));width:100%;overflow:hidden}.blog__featured,.blog__featuredInner{min-height:calc(100dvh - var(--blog-nav-offset))}.blog__featuredInner{display:flex;align-items:center;height:100%;max-width:var(--marketing-max);margin:0 auto;padding:40px var(--marketing-gutter);gap:40px;box-sizing:border-box}.blog__featuredCopy{flex:1;min-width:0}.blog__featuredCopy h1{color:#fff;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700;margin:1rem 0;line-height:1.2}.blog__featuredCopy p{color:#fff;margin:0 0 1.5rem;font-size:1rem;line-height:1.5}.blog__featuredimageCol{flex:1;min-width:0;display:flex;align-items:center;justify-content:center}.blog__featuredimage{width:100%;aspect-ratio:16/10;max-height:420px;display:block;background-size:cover;background-repeat:no-repeat;background-position:50%;border-radius:8px}.blog__readBtn{display:inline-flex;align-items:center;justify-content:center;min-width:140px;padding:.75rem 1.75rem;border-radius:8px;background:#fff;color:var(--brand-dark-blue);font-weight:600;font-size:.95rem;text-decoration:none;border:none;cursor:pointer;transition:opacity .2s}.blog__readBtn:hover{opacity:.92}.blog__meta{display:flex;align-items:center;justify-content:space-between;width:100%;font-size:12px;letter-spacing:.1px}.blog__meta--white{color:var(--brand-text-light);width:65%;justify-content:flex-start;gap:0}.dot-seperator{width:4px;height:4px;border-radius:50%;background:currentColor;margin:0 .65rem;flex-shrink:0}.dot-seperator--white{background:#fff}.blog__filters{margin:3rem 0}.blog__filters ul{display:flex;overflow-x:auto;list-style:none;align-items:center;justify-content:center;width:100%;max-width:var(--marketing-max);margin:0 auto;padding:0 var(--marketing-gutter);gap:0}.blog__filtersitem{white-space:nowrap;color:var(--brand-dark-blue);font-family:Inter,sans-serif;font-size:1rem;font-weight:400;background:none;border:none;padding:.25rem 0;cursor:pointer}.blog__filtersitem:not(:last-child){margin-right:2rem}.blog__filtersitem.active,.blog__filtersitem:hover{text-decoration:underline}.blog__cardsWrap{max-width:var(--marketing-max);margin:0 auto 3rem;padding:0 var(--marketing-gutter)}.blog__cards{display:grid;grid-template-rows:auto;grid-template-columns:repeat(3,1fr);row-gap:30px}.blog__card{display:flex;flex-direction:column;margin:0 15px;overflow:hidden;height:100%;text-decoration:none;color:inherit;background:#fff;border-radius:4px;transition:box-shadow .3s;cursor:pointer}.blog__card:hover{box-shadow:0 1px 3px rgba(0,0,0,.15)}.blog__thumbnail{width:100%;aspect-ratio:16/10;object-fit:cover;transition:transform .8s}.blog__card:hover .blog__thumbnail{transform:scale(1.05)}.blog__cardBody{padding:1rem .25rem 1.25rem}.blog__cardBody h4{margin:.5rem 0 .75rem;font-size:1.1rem;font-weight:600;line-height:1.35;color:#1a1a1a}.blog__cardAuthor{font-size:11px;color:#666}.blog__cardAuthor a{color:var(--brand-dark-blue);text-decoration:underline}.blog__empty{text-align:center;padding:2rem 1rem;color:#333;background:#ebf2ff;border-radius:8px}.blog__empty h2{font-size:1.25rem;margin:0 0 .75rem}.blog__empty p{margin:0;line-height:1.5}.blog__newsletter{margin:0 auto 4rem;position:relative;z-index:22;max-width:var(--marketing-max);padding:0 var(--marketing-gutter)}.blog__newsletterInner{box-shadow:0 1px 3px rgba(0,0,0,.15);border-radius:8px;background:#fff;padding:4.5rem;text-align:center}.blog__newsletterInner h2{font-size:1.75rem;font-weight:700;margin:0 0 .75rem;color:#1a1a1a}.blog__newsletterInner>p{margin:0 0 1.5rem;color:#666}@media (max-width:992px){.blog__featuredInner{flex-direction:column;padding-top:2rem;padding-bottom:2rem;min-height:auto}.blog__featured{min-height:auto}.blog__featuredimage{max-height:280px}.blog__card{margin:auto}.blog__cards{grid-template-columns:1fr;gap:24px}.blog__newsletterInner{padding:2rem}}@media (max-width:576px){.blog__meta--white{width:100%;flex-wrap:wrap}.blog__cards{grid-template-columns:1fr}}@media (min-width:576px) and (max-width:786px){.blog__meta{width:60%}.blog__cards{grid-template-columns:1fr}}@media (min-width:787px) and (max-width:992px){.blog__cards{grid-template-columns:repeat(2,1fr)}}