
.techesteel-home-announcements{background:linear-gradient(180deg,#fff,#f2f8fe);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.techesteel-home-announcement-grid,.techesteel-announcement-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}
.techesteel-home-announcement-card,.techesteel-announcement-card{overflow:hidden;border:1px solid var(--border);border-radius:24px;background:#fff;box-shadow:0 16px 40px rgba(25,88,145,.09);transition:.3s}
.techesteel-home-announcement-card:hover,.techesteel-announcement-card:hover{transform:translateY(-7px);border-color:#abd3f5;box-shadow:0 26px 56px rgba(25,88,145,.15)}
.techesteel-home-announcement-image,.techesteel-announcement-image{display:block;aspect-ratio:16/9;overflow:hidden;background:#eaf5ff}
.techesteel-home-announcement-image img,.techesteel-announcement-image img{width:100%;height:100%;object-fit:cover}
.techesteel-home-announcement-content,.techesteel-announcement-content{padding:28px}
.techesteel-home-announcement-meta,.techesteel-announcement-meta{display:flex;justify-content:space-between;gap:12px;margin-bottom:14px;color:var(--blue2);font:700 11px var(--mono);text-transform:uppercase}
.techesteel-home-announcement-content h3,.techesteel-announcement-card h2{margin:0;font-size:24px;line-height:1.35}
.techesteel-home-announcement-content p,.techesteel-announcement-content p{color:var(--muted);line-height:1.7}
.techesteel-announcement-read-more{display:inline-flex;gap:8px;color:var(--blue2);font-weight:700}
.techesteel-announcement-view-all{text-align:center;margin-top:42px}
.techesteel-announcements-page{padding:95px 0 110px;background:#f7fbff}
.techesteel-announcements-page-header{max-width:760px;margin-bottom:38px}.techesteel-announcements-page-header h1{font-size:clamp(48px,5vw,72px);margin:14px 0}.techesteel-announcements-page-header p{color:var(--muted);font-size:18px;line-height:1.7}
.techesteel-announcement-placeholder{height:100%;display:grid;place-items:center;background:linear-gradient(135deg,#4da7f4,#1267c8);color:#fff;font-weight:700}
.techesteel-announcement-pagination ul{display:flex;justify-content:center;gap:9px;list-style:none;margin-top:48px}.techesteel-announcement-pagination a,.techesteel-announcement-pagination span{display:grid;place-items:center;min-width:44px;height:44px;border:1px solid var(--border);border-radius:9px;background:#fff}
.techesteel-single-announcement-hero{padding:90px 0;background:#f3f9ff;border-bottom:1px solid var(--border)}.techesteel-single-announcement-hero h1{font-size:clamp(46px,6vw,76px)}.techesteel-single-announcement-featured{margin-top:50px}.techesteel-single-announcement-featured img{width:100%;border-radius:24px}.techesteel-single-announcement-content{padding-top:70px;padding-bottom:100px;font-size:18px;line-height:1.8}
@media(max-width:900px){.techesteel-home-announcement-grid,.techesteel-announcement-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:650px){.techesteel-home-announcement-grid,.techesteel-announcement-grid{grid-template-columns:1fr}}
