.news-section-inner{width:100%}.news-section-inner .section-title-row{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:3rem;flex-wrap:wrap;gap:1rem}.news-section-inner .section-badge{display:inline-flex;align-items:center;gap:6px;padding:0.375rem 1rem;border-radius:99px;font-size:0.75rem;font-weight:700;margin-bottom:0.75rem;background:rgba(53,153,204,0.10);color:#3599CC;border:1px solid rgba(53,153,204,0.22)}.news-section-inner .section-h2{color:#3D2817;font-weight:700;font-size:clamp(1.55rem,3vw,2.1rem);margin:0 0 1rem}.news-section-inner .section-underline{display:flex;gap:4px}.news-section-inner .section-underline span:nth-child(1){height:4px;width:56px;border-radius:99px;background:linear-gradient(90deg,#3599CC,transparent)}.news-section-inner .section-underline span:nth-child(2){height:4px;width:20px;border-radius:99px;background:#3599CC}.news-section-inner .section-underline span:nth-child(3){height:4px;width:56px;border-radius:99px;background:linear-gradient(90deg,transparent,#3599CC)}.news-section-inner .section-desc{margin-top:1rem;color:#8B7355;max-width:32rem;line-height:1.7}.news-section-inner .view-all-link{display:flex;align-items:center;gap:6px;font-size:0.875rem;font-weight:700;color:#3599CC;text-decoration:none;margin-bottom:3rem;white-space:nowrap;transition:color 160ms ease}.news-section-inner .view-all-link:hover{color:#2B7BA8;text-decoration:none}.news-container{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width:768px){.news-container{grid-template-columns:repeat(2,1fr)}}.news-card{background:white;border-radius:1.5rem;overflow:hidden;border:1.5px solid rgba(191,169,140,0.12);box-shadow:0 4px 20px rgba(0,0,0,0.04);display:flex;flex-direction:column;transition:transform 200ms ease,box-shadow 200ms ease;cursor:pointer}.news-card:hover{transform:translateY(-6px);box-shadow:0 12px 32px rgba(0,0,0,0.10)}.news-card-meta{display:flex;align-items:center;gap:0.75rem;margin-bottom:1rem}.news-card-icon{width:36px;height:36px;border-radius:0.75rem;display:flex;align-items:center;justify-content:center;background:rgba(53,153,204,0.08);flex-shrink:0;color:#3599CC}.news-date-badge{display:inline-flex;align-items:center;gap:4px;font-size:0.75rem;font-weight:600;padding:0.375rem 0.75rem;border-radius:99px;background:rgba(59,130,246,0.09);color:#2563EB}.news-card-body{padding:1.5rem;display:flex;flex-direction:column;flex:1}.news-card-title{font-weight:700;color:#3D2817;font-size:1.0625rem;line-height:1.5;margin:0 0 1rem;flex:1;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color 160ms ease}.news-card:hover .news-card-title{color:#3599CC}.news-read-more{display:inline-flex;align-items:center;gap:6px;font-size:0.875rem;font-weight:600;color:#3599CC;text-decoration:none}.news-read-more i{transition:transform 200ms ease}.news-card:hover .news-read-more i{transform:translateX(-3px)}[dir="ltr"] .news-card:hover .news-read-more i{transform:translateX(3px)}.news-view-all{text-align:center;margin-top:3rem}.news-view-all .btn-view-all{display:inline-flex;align-items:center;gap:0.5rem;padding:0.875rem 2rem;border-radius:1rem;background:#3599CC;color:white;font-weight:700;font-size:0.9375rem;text-decoration:none;border:none;box-shadow:0 4px 16px rgba(53,153,204,0.30);transition:background 200ms ease,box-shadow 200ms ease,transform 200ms ease}.news-view-all .btn-view-all:hover{background:#2B7BA8;box-shadow:0 8px 24px rgba(53,153,204,0.40);transform:translateY(-2px);color:white;text-decoration:none}