.page-news-center-tech-innovation {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f8f8;
}

.page-news-center-tech-innovation__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-news-center-tech-innovation__hero-section {
  background: linear-gradient(135deg, #0A246A 0%, #3a5c9f 100%);
  color: #ffffff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-news-center-tech-innovation__hero-section::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at center, rgba(255, 215, 0, 0.1) 0%, transparent 70%);
  animation: page-news-center-tech-innovation__pulse 15s infinite alternate;
  z-index: 0;
}

@keyframes page-news-center-tech-innovation__pulse {
  0% { transform: scale(0.8); opacity: 0.5; }
  100% { transform: scale(1.2); opacity: 0.8; }
}

.page-news-center-tech-innovation__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  position: relative;
  z-index: 1;
  color: #FFD700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-news-center-tech-innovation__hero-subtitle {
  font-size: 1.4em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  color: #e0e0e0;
}

.page-news-center-tech-innovation__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  font-size: 1.1em;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.page-news-center-tech-innovation__btn--primary {
  background-color: #FFD700;
  color: #0A246A;
  border: 2px solid #FFD700;
}

.page-news-center-tech-innovation__btn--primary:hover {
  background-color: #e6c200;
  border-color: #e6c200;
  transform: translateY(-3px);
  box-shadow: 0 4px 10px rgba(255, 215, 0, 0.4);
}

.page-news-center-tech-innovation__content-section {
  padding: 60px 0;
}

.page-news-center-tech-innovation__article {
  background-color: #ffffff;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.page-news-center-tech-innovation__section-title {
  font-size: 2.5em;
  color: #0A246A;
  margin-top: 40px;
  margin-bottom: 25px;
  border-bottom: 3px solid #FFD700;
  padding-bottom: 10px;
  font-weight: bold;
}

.page-news-center-tech-innovation__sub-title {
  font-size: 1.8em;
  color: #0A246A;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-news-center-tech-innovation__article p {
  margin-bottom: 15px;
  font-size: 1.1em;
  color: #444;
}

.page-news-center-tech-innovation__article ul {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
}

.page-news-center-tech-innovation__article li {
  margin-bottom: 8px;
  font-size: 1.05em;
  color: #555;
}

.page-news-center-tech-innovation__image-wrapper {
  text-align: center;
  margin: 30px 0;
}

.page-news-center-tech-innovation__article-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-news-center-tech-innovation__image-caption {
  font-size: 0.9em;
  color: #777;
  margin-top: 10px;
}

.page-news-center-tech-innovation__call-to-action {
  text-align: center;
  background-color: #0A246A;
  color: #ffffff;
  padding: 50px 30px;
  border-radius: 8px;
  margin-top: 60px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.page-news-center-tech-innovation__cta-text {
  font-size: 1.8em;
  margin-bottom: 30px;
  font-weight: 600;
  color: #FFD700;
}

.page-news-center-tech-innovation__btn--secondary {
  background-color: #FFD700;
  color: #0A246A;
  border: 2px solid #FFD700;
  margin: 0 10px;
}

.page-news-center-tech-innovation__btn--secondary:hover {
  background-color: #e6c200;
  border-color: #e6c200;
  transform: translateY(-3px);
  box-shadow: 0 4px 10px rgba(255, 215, 0, 0.4);
}

.page-news-center-tech-innovation__btn--outline {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
  margin: 0 10px;
}

.page-news-center-tech-innovation__btn--outline:hover {
  background-color: #FFD700;
  color: #0A246A;
  transform: translateY(-3px);
  box-shadow: 0 4px 10px rgba(255, 215, 0, 0.4);
}

.page-news-center-tech-innovation .highlight {
  color: #FFD700;
  font-weight: bold;
}

/* Floating promotional element */
.page-news-center-tech-innovation__floating-promo {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #0A246A;
  border: 2px solid #FFD700;
  border-radius: 50px;
  padding: 10px 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-news-center-tech-innovation__floating-promo:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-news-center-tech-innovation__floating-promo a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #FFD700;
  font-weight: bold;
}

.page-news-center-tech-innovation__promo-icon {
  width: 30px;
  height: 30px;
  filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.5));
}

.page-news-center-tech-innovation__promo-text {
  font-size: 1.1em;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-news-center-tech-innovation__hero-title {
    font-size: 2.8em;
  }

  .page-news-center-tech-innovation__hero-subtitle {
    font-size: 1.2em;
  }

  .page-news-center-tech-innovation__section-title {
    font-size: 2em;
  }

  .page-news-center-tech-innovation__sub-title {
    font-size: 1.5em;
  }

  .page-news-center-tech-innovation__article {
    padding: 30px;
  }

  .page-news-center-tech-innovation__cta-text {
    font-size: 1.5em;
  }
}

@media (max-width: 768px) {
  .page-news-center-tech-innovation__hero-section {
    padding: 80px 0;
  }

  .page-news-center-tech-innovation__hero-title {
    font-size: 2.2em;
  }

  .page-news-center-tech-innovation__hero-subtitle {
    font-size: 1em;
  }

  .page-news-center-tech-innovation__btn {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-news-center-tech-innovation__section-title {
    font-size: 1.8em;
  }

  .page-news-center-tech-innovation__sub-title {
    font-size: 1.3em;
  }

  .page-news-center-tech-innovation__article {
    padding: 20px;
  }

  .page-news-center-tech-innovation__cta-text {
    font-size: 1.3em;
  }

  .page-news-center-tech-innovation__call-to-action {
    padding: 40px 20px;
  }

  .page-news-center-tech-innovation__btn--secondary,
  .page-news-center-tech-innovation__btn--outline {
    margin: 10px 0;
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }

  .page-news-center-tech-innovation__floating-promo {
    bottom: 15px;
    right: 15px;
    padding: 8px 15px;
    gap: 8px;
  }

  .page-news-center-tech-innovation__promo-icon {
    width: 25px;
    height: 25px;
  }

  .page-news-center-tech-innovation__promo-text {
    font-size: 0.9em;
  }
}

@media (max-width: 576px) {
  .page-news-center-tech-innovation__hero-title {
    font-size: 1.8em;
  }

  .page-news-center-tech-innovation__hero-subtitle {
    font-size: 0.9em;
  }

  .page-news-center-tech-innovation__section-title {
    font-size: 1.5em;
  }

  .page-news-center-tech-innovation__sub-title {
    font-size: 1.2em;
  }

  .page-news-center-tech-innovation__article p,
  .page-news-center-tech-innovation__article li {
    font-size: 0.95em;
  }

  .page-news-center-tech-innovation__cta-text {
    font-size: 1.1em;
  }
}