.blog-home{border-top:1px solid var(--line);background:linear-gradient(180deg,#fff 0,#f8fbff 100%)}.blog-heading,.blog-category-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.blog-heading{margin-bottom:30px}.blog-heading h2,.blog-category-heading h2{margin-bottom:4px}.blog-heading p{margin:0;color:var(--muted)}.blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.blog-card{min-width:0;overflow:hidden;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:0 14px 40px #102a560c;display:flex;flex-direction:column;transition:transform .2s ease,box-shadow .2s ease}.blog-card:hover{transform:translateY(-4px);box-shadow:0 20px 48px #102a5618}.blog-card-image{display:block;aspect-ratio:16/9;overflow:hidden;background:#eaf2ff}.blog-card-image img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .35s ease}.blog-card:hover .blog-card-image img{transform:scale(1.035)}.blog-card-body{display:flex;flex:1;flex-direction:column;padding:19px 21px 22px}.blog-meta{min-height:27px;display:flex;flex-wrap:wrap;gap:8px 14px;color:#667085;font-size:13px}.blog-card h3{font-size:20px;line-height:1.65;margin:8px 0}.blog-card h3 a{color:var(--ink)}.blog-card p{margin:0 0 18px;color:var(--muted);font-size:14px;line-height:1.85}.blog-read{margin-top:auto;font-weight:800}.blog-category-section{margin-top:66px;padding-top:54px;border-top:1px solid var(--line)}.blog-category-heading{margin-bottom:24px}.blog-category-heading h2{font-size:30px}.blog-category-heading a{font-weight:750}@media(max-width:900px){.blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.blog-heading{align-items:stretch;flex-direction:column}.blog-heading .btn{width:100%}.blog-grid{grid-template-columns:1fr}.blog-category-section{margin-top:48px;padding-top:40px}.blog-category-heading{align-items:center}.blog-category-heading h2{font-size:25px}.blog-card-body{padding:17px 18px 20px}}
