.news-modern { background: var(--hm-black); }
.news-hero {
  min-height: 620px;
  background: linear-gradient(90deg, rgba(11, 13, 14, .98) 0%, rgba(17, 19, 21, .86) 42%, rgba(17, 19, 21, .22) 100%), url("../images/desmonte/19-1024x768.jpg") center center / cover no-repeat;
  color: #fff;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(67,176,42,.35);
}
.news-hero-grid { display: grid; grid-template-columns: minmax(0, 690px) 1fr; }
.news-hero-copy { padding: 80px 0; }
.news-hero-copy > span {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--hm-green);
  font-family: var(--hm-font-title);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.news-hero-copy > span:before { content: ""; width: 48px; height: 3px; background: var(--hm-green); }
.news-hero h1 {
  margin-top: 20px;
  color: #fff;
  font-family: var(--hm-font-title);
  font-size: clamp(56px, 7.1vw, 104px);
  font-weight: 700;
  line-height: .88;
  text-transform: uppercase;
}
.news-hero h1 strong { display: block; color: var(--hm-yellow); font-weight: 700; }
.news-hero h2 {
  max-width: 560px;
  margin-top: 24px;
  color: #fff;
  font-family: var(--hm-font-title);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.18;
  text-transform: uppercase;
}
.news-hero p { max-width: 600px; margin-top: 18px; color: rgba(255,255,255,.84); font-size: 16px; line-height: 1.7; }
.news-metrics { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 34px; }
.news-metrics article { display: grid; grid-template-columns: 34px 1fr; align-items: center; gap: 10px; }
.news-metrics i { grid-row: span 2; color: var(--hm-green); font-size: 30px; }
.news-metrics b { color: #fff; font-family: var(--hm-font-title); font-size: 15px; line-height: 1; text-transform: uppercase; }
.news-metrics small { color: rgba(255,255,255,.72); font-size: 12px; }
.news-actions { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 42px; }
.news-section, .news-gallery { padding: 54px 0; background: var(--hm-dark); color: #fff; }
.news-title { display: grid; grid-template-columns: 1fr auto 1fr; gap: 24px; align-items: center; margin-bottom: 34px; text-align: center; }
.news-title span { height: 2px; background: linear-gradient(90deg, transparent, var(--hm-green)); }
.news-title span:last-child { background: linear-gradient(90deg, var(--hm-green), transparent); }
.news-title h2 { color: #fff; font-family: var(--hm-font-title); font-size: 32px; font-weight: 700; line-height: 1; text-transform: uppercase; }
.news-app-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.news-app-grid article { min-height: 382px; position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.09); background: #101415; box-shadow: 0 18px 38px rgba(0,0,0,.28); }
.news-app-grid img { width: 100%; height: 158px; display: block; object-fit: cover; opacity: .82; }
.news-app-grid i { position: absolute; top: 0; left: 0; width: 52px; height: 52px; display: inline-flex; align-items: center; justify-content: center; background: var(--hm-green); color: #fff; font-size: 28px; }
.news-app-grid h3 { padding: 24px 20px 0; color: #fff; font-family: var(--hm-font-title); font-size: 21px; font-weight: 700; text-transform: uppercase; }
.news-app-grid ul, .news-checks, .news-pins, .news-cta ul { margin: 16px 0 0; padding: 0; list-style: none; }
.news-app-grid li { margin-top: 8px; padding: 0 20px 0 34px; color: rgba(255,255,255,.8); font-size: 13px; line-height: 1.35; position: relative; }
.news-app-grid li:before { content: ""; position: absolute; left: 20px; top: 7px; width: 5px; height: 5px; border-radius: 50%; background: var(--hm-green); }
.news-dark-band { background: var(--hm-black); border-top: 1px solid rgba(67,176,42,.2); border-bottom: 1px solid rgba(67,176,42,.2); }
.news-diff-grid { display: grid; grid-template-columns: repeat(6, 1fr); }
.news-diff-grid article { min-height: 190px; padding: 12px 22px; text-align: center; border-right: 1px solid rgba(67,176,42,.5); }
.news-diff-grid article:last-child { border-right: 0; }
.news-diff-grid i { color: var(--hm-green); font-size: 48px; }
.news-diff-grid h3 { margin-top: 20px; color: #fff; font-family: var(--hm-font-title); font-size: 18px; font-weight: 700; line-height: 1.18; text-transform: uppercase; }
.news-diff-grid p { margin-top: 12px; color: rgba(255,255,255,.72); font-size: 13px; line-height: 1.55; }
.news-split { padding: 46px 0; background: linear-gradient(rgba(8, 10, 11, .96), rgba(8, 10, 11, .96)), url("../images/footer.jpg") center center / cover no-repeat; color: #fff; }
.news-split-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 54px; }
.news-split h2 { color: #fff; font-family: var(--hm-font-title); font-size: 28px; font-weight: 700; line-height: 1.1; text-transform: uppercase; }
.news-checks, .news-pins { columns: 2; column-gap: 34px; }
.news-checks li, .news-pins li { break-inside: avoid; margin-top: 14px; color: rgba(255,255,255,.82); font-size: 14px; line-height: 1.45; }
.news-checks li:before { content: "\f058"; font-family: FontAwesome; color: var(--hm-green); margin-right: 9px; }
.news-pins li:before { content: "\f041"; font-family: FontAwesome; color: var(--hm-green); margin-right: 10px; }
.news-process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.news-process-grid article { min-height: 210px; padding: 28px 24px; position: relative; border: 1px solid rgba(255,255,255,.14); border-radius: 8px; background: linear-gradient(135deg, #111618, #090b0c); }
.news-process-grid strong { color: var(--hm-green); font-family: var(--hm-font-title); font-size: 44px; font-weight: 700; line-height: 1; }
.news-process-grid i { position: absolute; top: 26px; right: 24px; color: rgba(255,255,255,.86); font-size: 42px; }
.news-process-grid h3 { margin-top: 26px; color: #fff; font-family: var(--hm-font-title); font-size: 19px; font-weight: 700; line-height: 1.2; text-transform: uppercase; }
.news-process-grid p { margin-top: 12px; color: rgba(255,255,255,.74); font-size: 13px; line-height: 1.55; }
.news-gallery { padding-top: 20px; }
.news-gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.news-gallery-grid img { width: 100%; height: 190px; display: block; object-fit: cover; filter: saturate(.78) contrast(1.08); }
.news-green-strip { display: grid; grid-template-columns: repeat(4, 1fr); background: linear-gradient(90deg, var(--hm-green), var(--hm-green-dark)); }
.news-green-strip span { min-height: 78px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; color: #fff; font-family: var(--hm-font-title); font-size: 17px; font-weight: 700; text-transform: uppercase; }
.news-green-strip i { font-size: 30px; }
.news-cta { padding: 70px 0; background: linear-gradient(90deg, rgba(5, 7, 8, .98), rgba(5, 7, 8, .92)), url("../images/desmontederocha.jpg") center center / cover no-repeat; color: #fff; border-top: 1px solid rgba(67,176,42,.42); }
.news-cta-grid { display: grid; grid-template-columns: 1fr .72fr .88fr; gap: 48px; align-items: center; }
.news-cta h2 { color: #fff; font-family: var(--hm-font-title); font-size: 37px; font-weight: 700; line-height: 1.12; text-transform: uppercase; }
.news-cta h2 strong { color: var(--hm-yellow); }
.news-cta p { max-width: 560px; margin-top: 20px; color: rgba(255,255,255,.8); font-size: 16px; line-height: 1.7; }
.news-cta li { margin-top: 16px; color: #fff; font-family: var(--hm-font-title); font-size: 17px; font-weight: 700; line-height: 1.2; text-transform: uppercase; }
.news-cta li i { width: 32px; color: var(--hm-green); font-size: 24px; }
.news-cta-card { padding: 30px; border: 1px solid rgba(67,176,42,.72); background: rgba(0,0,0,.18); }
.news-cta-card h3 { color: #fff; font-family: var(--hm-font-title); font-size: 22px; font-weight: 700; line-height: 1.25; text-align: center; text-transform: uppercase; }
.news-cta-card .hm-btn { width: 100%; margin-top: 18px; }

@media (max-width: 1120px) {
  .news-app-grid, .news-process-grid, .news-gallery-grid, .news-green-strip { grid-template-columns: repeat(2, 1fr); }
  .news-diff-grid { grid-template-columns: repeat(3, 1fr); }
  .news-diff-grid article:nth-child(3) { border-right: 0; }
  .news-cta-grid { grid-template-columns: 1fr; gap: 32px; }
}
@media (max-width: 760px) {
  .news-hero { min-height: 680px; background-position: 62% center; }
  .news-hero-grid, .news-metrics, .news-app-grid, .news-diff-grid, .news-split-grid, .news-process-grid, .news-gallery-grid, .news-green-strip { grid-template-columns: 1fr; }
  .news-title { grid-template-columns: 1fr; gap: 14px; }
  .news-title span { display: none; }
  .news-hero h1 { font-size: 54px; }
  .news-hero h2 { font-size: 24px; }
  .news-actions .hm-btn { width: 100%; }
  .news-checks, .news-pins { columns: 1; }
  .news-diff-grid article, .news-diff-grid article:nth-child(3) { border-right: 0; border-bottom: 1px solid rgba(67,176,42,.35); }
  .news-diff-grid article:last-child { border-bottom: 0; }
  .news-green-strip span { min-height: 66px; justify-content: flex-start; padding: 0 20px; }
  .news-cta h2 { font-size: 31px; }
}
