.block-blog-section{padding:120px 0;background:radial-gradient(circle at top,#0f1c2f 0%,#050b17 100%);color:#fff;}.block-blog-section .blog-section__heading{text-align:center;max-width:720px;margin:0 auto 80px;}.block-blog-section .blog-section__heading .blog-section__title{font-size:22px;font-weight:700;margin-bottom:20px;}.block-blog-section .blog-section__heading .blog-section__title span{color:#2dd4bf;}.block-blog-section .blog-section__heading .blog-section__title h1{font-size:14px;letter-spacing:0.12em;text-transform:uppercase;color:#3cc8ff;margin-bottom:14px;font-weight:600;}.block-blog-section .blog-section__posts{display:flex;flex-direction:column;gap:60px;}.block-blog-section .blog-card{background:rgba(255,255,255,0.03);border:1px solid rgba(255,255,255,0.06);border-radius:20px;overflow:hidden;transition:0.3s ease;}.block-blog-section .blog-card__image img{width:100%;height:220px;object-fit:cover;}.block-blog-section .blog-card__content{padding:28px;}.block-blog-section .blog-card__category{display:inline-block;font-size:12px;padding:6px 12px;border-radius:50px;background:rgba(45,212,191,0.15);color:#22d3ee;font-weight:700;margin-bottom:16px;}.block-blog-section .blog-card__title{font-size:18px;font-weight:600;margin-bottom:16px;}.block-blog-section .blog-card__title a{color:#fff;text-decoration:none;}.block-blog-section .blog-card__excerpt{opacity:0.7;font-size:15px;margin-bottom:10px;}.block-blog-section .blog-card__bottom{display:flex;gap:20px;font-size:13px;margin-bottom:10px;opacity:0.6;}.block-blog-section .blog-card__readmore{display:inline-block;margin-top:10px;color:#22d3ee;font-weight:700;text-decoration:none;}.block-blog-section .blog-card--featured{display:grid;grid-template-columns:1.1fr 1fr;}.block-blog-section .blog-card--featured .blog-card__image img{height:100%;min-height:420px;}.block-blog-section .blog-card--featured .blog-card__title{font-size:32px;}.block-blog-section .blog-card--featured .blog-card__excerpt{font-size:16px;}.block-blog-section .blog-section__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;}@media (max-width:1024px){.block-blog-section .blog-section__grid{grid-template-columns:repeat(2,1fr);}.block-blog-section .blog-card--featured{grid-template-columns:1fr;}}@media (max-width:640px){.block-blog-section .blog-section__grid{grid-template-columns:1fr;}.block-blog-section .blog-section__heading{margin:0 auto 30px;}.block-blog-section .blog-section__posts{gap:30px;}.block-blog-section .blog-card__title{font-size:18px !important;}.block-blog-section .blog-card__image img{height:100%;min-height:220px !important;}}