.top-bar {
  background: linear-gradient(90deg, #0a0a0b, #1a1b1f);
}

.nav-bar,
.nav-bar .navbar {
  background: linear-gradient(90deg, #e74b3c, #ff6f61) !important;
}

.site-logo-text {
  font-size: 36px;
  font-weight: 800;
  color: #111;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.brand {
  margin: 10px 0;
}

body {
  background: radial-gradient(circle at 0% 0%, rgba(231, 75, 60, 0.08), transparent 35%),
              radial-gradient(circle at 100% 10%, rgba(255, 111, 97, 0.08), transparent 30%),
              #f5f7fb;
}

.hero-heading {
  margin-top: 18px;
  margin-bottom: 10px;
}

.hero-heading h1 {
  margin: 6px 0 0;
  font-size: 34px;
  letter-spacing: -0.4px;
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #e74b3c;
  font-weight: 700;
}

.section-kicker::before {
  content: "";
  width: 18px;
  height: 2px;
  background: #e74b3c;
  display: inline-block;
}

.brand .b-search form {
  position: relative;
}

.top-news {
  padding-top: 20px;
}

.top-news .tn-img,
.main-news .mn-img {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
}

.top-news .tn-left,
.top-news .tn-right {
  margin-bottom: 30px;
}

.top-news .tn-left .tn-img {
  height: 350px;
}

.top-news .tn-right .tn-img {
  height: 168px;
}

.top-news .tn-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.top-news .tn-title a {
  line-height: 1.3;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
  font-weight: 600;
}

.top-news .tn-left .tn-title a {
  font-size: 36px;
  line-height: 1.2;
}

.tn-meta,
.mn-meta {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .2px;
}

.top-news .tn-title,
.main-news .mn-title {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.95));
}

.main-news .mn-img {
  height: 223px;
}

.main-news .mn-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.main-news .mn-title a {
  line-height: 1.3;
  font-weight: 600;
  font-size: 19px;
}

.main-news .mn-list {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(231, 75, 60, 0.12);
  border-radius: 12px;
  padding: 20px 18px;
  box-shadow: 0 14px 32px rgba(16, 24, 40, 0.09);
  backdrop-filter: blur(5px);
}

.main-news .mn-list h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

.main-news .mn-list ul li a {
  font-size: 15px;
  color: #1a1f2b;
  font-weight: 500;
}

.footer {
  margin-top: 40px;
}

.footer .footer-widget {
  margin-bottom: 35px;
}

.footer-bottom {
  padding: 18px 0;
}

.pagination .page-link,
.btn-outline-dark,
.btn-dark,
.btn-danger {
  border-radius: 8px !important;
}

.btn-danger {
  background: linear-gradient(90deg, #e74b3c, #ff6f61);
  border-color: #e74b3c;
}

@media (max-width: 767.98px) {
  .site-logo-text {
    font-size: 28px;
  }

  .hero-heading h1 {
    font-size: 24px;
  }

  .top-news .tn-left .tn-title a {
    font-size: 30px;
  }

  .top-news .tn-left .tn-img,
  .top-news .tn-right .tn-img,
  .main-news .mn-img {
    height: 220px;
  }
}
