* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.banner-logos-wrapper {
  position: relative;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #e6e6e6;
  height: 48px;
  display: flex;
  justify-content: center;
}

.banner-logos {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  height: 100%;
  padding: 0 16px;
  overflow-x: auto;
  white-space: nowrap;
  gap: 20px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.banner-logos::-webkit-scrollbar {
  display: none;
}

.fade-overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 110px;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
  pointer-events: none;
  z-index: 2;
  transition: opacity 0.3s ease;
}

.logo-item {
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.3px;
  line-height: 1;
  margin-top: 1px;
}

.blue {
  color: #0669de;
}

.red-dark {
  color: #c4170c;
}

.green {
  color: #009c3b;
}

.orange {
  color: #f78320;
}

.pink {
  color: #fb0459;
}

.red {
  color: #e42313;
}

.blue-dark {
  color: #004a80;
}

.teal {
  color: #00827b;
}

.main-header {
  background-color: #c4170c;
  height: 56px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.header-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1240px;
  height: 100%;
  padding: 0 16px;
}

.header-left {
  display: flex;
  align-items: center;
}

.menu-btn {
  background: none;
  border: none;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin-right: 4px;
}

.menu-btn svg {
  width: 24px;
  height: 24px;
}

.g1-logo {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
}

.g1-logo svg {
  width: 100%;
  height: 100%;
}

.section-title {
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  white-space: nowrap;
  pointer-events: none;
}

.header-right {
  display: flex;
  align-items: center;
}

.search-btn {
  background: none;
  border: none;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  transition: background-color 0.2s;
}

.search-btn svg {
  width: 24px;
  height: 24px;
}

.menu-icon-mob,
.search-icon-mob {
  display: none;
}

.main-content {
  max-width: 1240px;
  margin: 0 auto;
  padding: 32px 16px;
  display: flex;
  justify-content: center;
}

.news-article {
  max-width: 800px;
  width: 100%;
}

.article-title {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.1;
  color: #1A1A1A;
  margin-bottom: 12px;
  letter-spacing: -0.5px;
}

.article-subtitle {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
  color: #555;
  margin-bottom: 20px;
}

.article-meta {
  font-size: 14px;
  color: #555;
  margin-bottom: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
}

.author-label {
  color: #333;
  font-weight: 400;
}

.author-name {
  font-weight: 700;
  color: #c4170c;
  margin-right: 8px;
}

.share-container {
  display: flex;
  gap: 12px;
  margin-bottom: 24px;
  width: 100%;
}

.share-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  height: 48px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.2s ease;
  background-color: #f7f7f7;
  border: none;
  cursor: pointer;
}

.share-btn svg path {
  transition: fill 0.2s ease;
}

.share-btn.facebook svg path {
  fill: #1877F2;
}

.share-btn.facebook:hover {
  background-color: #1877F2;
}

.share-btn.facebook:hover svg path {
  fill: #fff;
}

.share-btn.whatsapp svg path {
  fill: #25D366;
}

.share-btn.whatsapp:hover {
  background-color: #25D366;
}

.share-btn.whatsapp:hover svg path {
  fill: #fff;
}

.share-btn.share-generic svg path {
  fill: #555;
}

.share-btn.share-generic:hover {
  background-color: #555;
}

.share-btn.share-generic:hover svg path {
  fill: #fff;
}

.article-divider {
  border: 0;
  height: 1px;
  background-color: #e6e6e6;
  margin-bottom: 24px;
}

.video-container {
  position: relative;
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
  background: #000;
  margin-bottom: 16px;
  aspect-ratio: 16 / 9;
}

.video-placeholder {
  display: none;
  width: 100%;
  aspect-ratio: 16 / 9;
  background-color: #000;
  border-radius: 6px;
  margin-bottom: 16px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
}

.video-container.pip-active {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 320px;
  height: auto;
  aspect-ratio: 16 / 9;
  z-index: 999;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  overflow: visible;
}

#news-video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 8px;
}

.video-overlay {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 10;
  transition: opacity 0.3s;
}

.video-container.pip-active .video-overlay {
  display: none !important;
}

.unmute-btn {
  background: #fff;
  border: none;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: transform 0.1s;
}

.unmute-btn:active {
  transform: scale(0.95);
}

.unmute-btn svg {
  width: 18px;
  height: 18px;
}

.video-controls-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 5;
  border-radius: 8px;
}

.video-container.pip-active .video-controls-layer {
  background: transparent;
}

.play-icon-overlay,
.pause-icon-overlay {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(2px);
}

.video-container.pip-active .play-icon-overlay,
.video-container.pip-active .pause-icon-overlay {
  display: none !important;
}

.pip-close-btn {
  position: absolute;
  top: -12px;
  right: -12px;
  background: #000;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1001;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.pip-close-btn svg {
  width: 14px;
  height: 14px;
}

.video-container.pip-active .pip-close-btn {
  display: flex;
}

.video-progress-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, 0.3);
  z-index: 15;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  overflow: hidden;
}

.video-progress-bar {
  height: 100%;
  background: #c4170c;
  width: 0%;
  transition: width 0.2s linear;
}

.video-caption {
  font-size: 14px;
  color: #666;
  line-height: 1.4;
  margin-bottom: 32px;
}

.article-body p {
  font-size: 18px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 24px;
}

.text-red {
  color: #c4170c;
  font-weight: 700;
}

.text-highlight {
  background-color: #f8e1e1;
  color: #000;
  font-weight: 700;
  padding: 2px 4px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.article-list {
  list-style: none;
  margin-bottom: 24px;
  padding-left: 20px;
}

.article-list li {
  font-size: 18px;
  line-height: 1.6;
  color: #333;
  position: relative;
  padding-left: 16px;
  margin-bottom: 12px;
}

.article-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #333;
  font-weight: bold;
}

.cta-container {
  margin: 30px 0;
  display: flex;
  justify-content: center;
}

.cta-button {
  background-color: #fff;
  color: #c4170c;
  font-size: 18px;
  font-weight: 777;
  text-decoration: none;
  padding: 14px 24px;
  border-radius: 6px;
  text-align: center;
  display: inline-block;
  border: solid 1px #c4170c;
  transition: all 0.2s;
  width: 100%;
  max-width: 320px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
}

.cta-button:hover {
  background-color: #a3140a;
  color: #fff;
}

.copy-notification {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 14px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 1000;
}

.copy-notification.show {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 1024px) {
  .search-btn {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    height: 36px;
    padding: 0 12px;
    gap: 8px;
    width: 180px;
    justify-content: flex-start;
  }

  .search-btn svg {
    width: 18px;
    height: 18px;
  }

  .article-body p,
  .article-list li {
    font-size: 20px;
  }
}

@media (max-width: 1023px) {

  .menu-btn span,
  .search-btn span {
    display: none;
  }

  .menu-btn svg,
  .search-btn svg {
    width: 24px;
    height: 24px;
  }

  .menu-icon-desk,
  .search-icon-desk {
    display: none;
  }

  .menu-icon-mob,
  .search-icon-mob {
    display: block;
  }

  .article-title {
    font-size: 28px;
  }

  .article-subtitle {
    font-size: 16px;
  }

  .video-overlay {
    top: 12px;
    left: 12px;
  }

  .video-container.pip-active {
    width: 180px;
    bottom: 15px;
    right: 15px;
  }
}

@media (max-width: 1272px) {
  .banner-logos {
    padding: 0 13px;
  }

  .header-content {
    padding: 0 17px;
  }
}

.main-footer {
  background-color: #b01308;
  color: #ffffff;
  padding: 32px 16px;
}

.footer-inner {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}

.footer-copyright {
  font-size: 12px;
  color: #ffffff;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
}

.footer-links a:hover {
  text-decoration: underline;
}