.section-post-grid{padding:80px 0;background:#fff;position:relative}.section-post-grid .container{max-width:1240px;margin:0 auto;padding:0;width:100%}.section-header,.section-post-grid .post-grid-section-header{text-align:center;margin-bottom:3.5rem}.section-post-grid .post-grid-section-title,.section-title{font-size:clamp(2.5rem, 5vw, 3.5rem);font-weight:700;line-height:1.2;margin:0 0 1rem;color:var(--text-color,#333);position:relative;display:inline-block;padding-bottom:1rem}.section-post-grid .post-grid-section-title::after,.section-title::after{content:'';position:absolute;left:50%;bottom:0;transform:translateX(-50%);width:60px;height:3px;background:linear-gradient(90deg,#53b1dc,#101518);border-radius:2px}.section-subtitle{font-size:1.125rem;line-height:1.6;color:#666;margin-top:1rem}.post-grid-minimal{display:grid;gap:2rem;max-width:1240px;margin:0 auto;grid-template-columns:repeat(2,1fr)}.post-grid-minimal[data-columns="1"]{grid-template-columns:repeat(1,1fr);max-width:700px}.post-grid-minimal[data-columns="2"]{grid-template-columns:repeat(2,1fr)}.post-grid-minimal[data-columns="3"]{grid-template-columns:repeat(3,1fr)}.post-grid-minimal[data-columns="4"]{grid-template-columns:repeat(4,1fr)}.post-card-minimal{background:#f8f9fa;border-left:4px solid #53b1dc;padding:2rem;transition:.3s;position:relative;overflow:hidden}.post-card-minimal::before{content:'';position:absolute;top:0;left:0;width:4px;height:0;background:#101518;transition:height .3s}.post-card-minimal::after{content:'';position:absolute;bottom:-20px;right:-20px;width:80px;height:80px;background:linear-gradient(135deg,rgba(83,177,220,.05),rgba(0,4,85,.05));border-radius:50%;transition:.3s;z-index:0}.post-card-minimal:hover{background:#fff;box-shadow:0 8px 24px rgba(0,4,85,.08);transform:translateY(-4px)}.post-card-minimal:hover::before{height:100%}.post-card-minimal:hover::after{width:120px;height:120px;background:linear-gradient(135deg,rgba(83,177,220,.1),rgba(0,4,85,.1))}.post-card-content{display:flex;flex-direction:column;gap:1rem;position:relative;z-index:1}.section-post-grid .post-grid-date{font-size:.75rem;color:#53b1dc;text-transform:uppercase;letter-spacing:1px;font-weight:600}.section-post-grid .post-card-minimal .post-title{font-size:1.5rem;font-weight:600;line-height:1.4;margin:0;color:#101518}.section-post-grid .post-card-minimal .post-title a{color:inherit;text-decoration:none;transition:color .2s;font-size:2rem}.section-post-grid .post-card-minimal .post-title a:hover,.section-post-grid .post-grid-read-more:hover{color:#53b1dc}.section-post-grid .post-grid-category{margin:8px 0 12px;display:flex;flex-wrap:wrap;gap:8px}.section-post-grid .category-tag{display:inline-block;padding:6px 12px;background:rgba(83,177,220,.1);color:#53b1dc;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;transition:.2s;border:1px solid rgba(83,177,220,.2)}.section-post-grid .category-tag:hover{background:#53b1dc;color:#fff;transform:translateY(-2px);box-shadow:0 4px 8px rgba(83,177,220,.3)}.section-post-grid .post-grid-read-more{font-size:.875rem;color:#101518;text-decoration:none;font-weight:600;align-self:flex-start;padding:10px 0;background:0 0;border:none;display:inline-flex;align-items:center;gap:8px;transition:.3s}.section-post-grid .post-grid-read-more::after{content:'→';font-size:1.2rem;transition:transform .3s}.section-post-grid .post-grid-read-more:hover::after{transform:translateX(4px)}.post-grid-more-wrapper{margin-top:2rem;text-align:center;width:100%}.post-grid-more-btn,.post-grid-more-btn:visited,.section-post-grid .post-grid-more-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:.85rem 1.75rem;background:var(--primary-color,#101518);color:#fff;text-decoration:none;font-weight:700;border:2px solid var(--primary-color,#101518);border-radius:4px;letter-spacing:.3px;transition:.3s}.post-grid-more-btn:hover,.section-post-grid .post-grid-more-btn:hover{background:#54b1dc;border-color:#54b1dc;color:#fff;transform:translateY(-2px);box-shadow:0 6px 18px rgba(0,0,0,.12)}@media (max-width:992px){.post-grid-minimal[data-columns="3"],.post-grid-minimal[data-columns="4"]{grid-template-columns:repeat(2,1fr)}.post-grid-minimal{gap:1.5rem}}@media (max-width:768px){.section-post-grid{padding:60px 0}.section-post-grid .container{padding:0 1.5rem}.post-grid-minimal[data-columns="1"],.post-grid-minimal[data-columns="2"],.post-grid-minimal[data-columns="3"],.post-grid-minimal[data-columns="4"]{grid-template-columns:1fr;max-width:100%}.post-grid-minimal{gap:1.5rem}.post-card-minimal{padding:1.5rem}}@media (max-width:480px){.post-card-minimal{padding:1.25rem}.section-post-grid .post-card-minimal .post-title{font-size:1.25rem}}