.blog-page{min-height:100vh;background:#fff;color:var(--primary)}.blog-shell{width:min(100%,1420px);margin:0 auto;padding:0 64px}.blog-header{background:var(--secondary);border-bottom:1px solid rgba(23,42,145,.35)}.blog-header-inner{display:flex;min-height:88px;align-items:center;justify-content:space-between;gap:24px}.blog-logo img{width:160px;height:auto}.blog-nav{display:flex;align-items:center;gap:46px;font-size:1.12rem;font-weight:700}.blog-nav a:hover{color:#172a91ad}.blog-hero{padding:48px 0 52px;background:#fff}.blog-eyebrow{display:flex;align-items:center;gap:12px;margin-bottom:14px;font-size:.78rem;font-weight:700;line-height:1;text-transform:uppercase;letter-spacing:.06em;color:#1e212a80}.blog-eyebrow i{width:48px;height:1px;background:#1e212a4d}.blog-hero h1{max-width:640px;font-size:clamp(1.8rem,3vw,2.6rem);font-weight:900;letter-spacing:-.02em;line-height:1.15;color:#1e212a}.blog-featured{padding:52px 0 64px;background:var(--secondary)}.featured-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(340px,.72fr);gap:clamp(28px,4vw,64px);align-items:start}.blog-featured h2{margin-bottom:20px;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#1e212a80}.featured-post{max-width:100%}.featured-image,.post-row-image{display:block;overflow:hidden;background:#f8f7f1}.featured-image{border-radius:8px}.featured-image img{width:100%;height:auto;object-fit:contain;display:block}.image-fallback{display:grid;min-height:180px;place-items:center;padding:24px;background:var(--primary);color:#fff;font-weight:800;text-align:center}.featured-post h3{margin-top:20px;color:#1e212a;font-size:clamp(1.2rem,2vw,1.6rem);font-weight:800;line-height:1.25;letter-spacing:-.01em}.featured-post h3 a{color:inherit;text-decoration:none;transition:color .2s}.featured-post h3 a:hover{color:#1683f7}.featured-post p{margin-top:12px;max-width:600px;color:#1e212aa6;font-size:.98rem;line-height:1.7}.newsletter-box{position:sticky;top:24px;margin-top:0;width:100%;max-width:420px;padding:clamp(28px,3vw,40px);background:#1e212a;color:#fff;border-radius:8px}.newsletter-box h2{margin:0 0 14px;color:#fff;font-size:clamp(1.35rem,2vw,1.7rem);line-height:1.3;letter-spacing:-.01em;font-weight:800}.newsletter-box p{color:#ffffffa6;font-size:1rem;line-height:1.6}.newsletter-box form{display:grid;gap:14px;margin-top:28px}.newsletter-box input{width:100%;min-height:52px;border:0;border-radius:6px;background:#ffffff1a;padding:0 18px;color:#fff;font:inherit;font-size:1rem}.newsletter-box input::placeholder{color:#fff6}.newsletter-box button{min-height:52px;border:0;border-radius:6px;background:#1683f7;color:#fff;font:inherit;font-size:1rem;font-weight:700;cursor:pointer;transition:background .2s}.newsletter-box button:hover{background:#0f6fd4}.newsletter-box button:disabled{cursor:wait;opacity:.78}.newsletter-box .newsletter-status{min-height:20px;margin:0;color:#ffffffb8;font-size:.82rem;line-height:1.4}.blog-list-section{padding:56px 0 80px;background:#fff}.post-row{display:grid;grid-template-columns:300px 1fr;gap:40px;align-items:center;padding:36px 0;border-bottom:1px solid rgba(30,33,42,.15)}.post-row:first-child{border-top:1px solid rgba(30,33,42,.15)}.post-row-image{display:block;overflow:hidden;border-radius:8px;background:#f8f7f1;flex-shrink:0}.post-row-image img{width:100%;aspect-ratio:16 / 10;object-fit:cover;display:block;transition:transform .35s ease}.post-row:hover .post-row-image img{transform:scale(1.03)}.post-meta{display:flex;align-items:center;gap:12px;margin-bottom:10px;flex-wrap:wrap}.post-date{color:#1e212a80;font-size:.88rem;font-weight:500}.post-row-copy{min-width:0}.post-row-copy h2{color:#1e212a;font-size:clamp(1.1rem,1.6vw,1.45rem);font-weight:800;line-height:1.3;letter-spacing:-.01em}.post-row-copy h2 a{color:inherit;text-decoration:none;transition:color .2s}.post-row-copy h2 a:hover{color:#1683f7}.post-row-copy p{display:-webkit-box;margin-top:10px;overflow:hidden;color:#1e212a99;font-size:clamp(.88rem,1.2vw,.98rem);line-height:1.7;-webkit-box-orient:vertical;-webkit-line-clamp:2}.post-read-more{display:inline-block;margin-top:16px;color:#1683f7;font-size:.9rem;font-weight:700;text-decoration:none}.post-read-more:hover{text-decoration:underline}.blog-pagination{display:flex;justify-content:flex-end;gap:24px;padding-top:38px}.blog-pagination button{border:0;background:transparent;color:var(--primary);font:inherit;font-size:1.35rem;font-weight:700;text-decoration:underline;cursor:pointer}.blog-pagination button:disabled{cursor:default;opacity:.35}.blog-footer{background:var(--primary);color:#fff;padding:70px 0 62px}.blog-footer p,.blog-footer a{color:#fff}.blog-footer-inner{display:flex;align-items:flex-end;justify-content:space-between;gap:32px}.blog-footer nav{display:flex;flex-wrap:wrap;gap:14px;font-weight:700}.post-placeholder{padding:32px;background:#fff6;color:var(--primary);font-size:1.1rem;font-weight:700}@media(max-width:1024px){.blog-shell{padding:0 34px}.featured-grid{grid-template-columns:1fr;gap:36px}.newsletter-box{max-width:none}}@media(max-width:767px){.blog-shell{padding:0 22px}.blog-header-inner,.blog-footer-inner{align-items:flex-start;flex-direction:column}.blog-nav{flex-wrap:wrap;gap:18px;padding-bottom:18px}.blog-hero{padding:36px 0 40px}.blog-featured{padding:40px 0 52px}.newsletter-box{padding:28px 24px 32px}.post-row{grid-template-columns:1fr;gap:16px;padding:28px 0}.post-row-image{border-radius:6px}.blog-pagination{justify-content:space-between}}
