.page-industry-news-regulations-analysis {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f9fa;
}

.page-industry-news-regulations-analysis__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-industry-news-regulations-analysis__hero {
  background: linear-gradient(135deg, #1A2E5B, #3a5c96);
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.page-industry-news-regulations-analysis__hero-content {
  z-index: 10;
  max-width: 800px;
  margin-bottom: 30px;
}

.page-industry-news-regulations-analysis__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFC107; /* Brighter gold for contrast */
}

.page-industry-news-regulations-analysis__hero-subtitle {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #e0e0e0;
}

.page-industry-news-regulations-analysis__hero-button {
  display: inline-block;
  background-color: #FF8C00;
  color: #ffffff;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 1.1em;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-industry-news-regulations-analysis__hero-button:hover {
  background-color: #e57e00;
  transform: translateY(-2px);
}

.page-industry-news-regulations-analysis__hero-image-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40%;
  height: 100%;
  opacity: 0.2;
  z-index: 5;
}

.page-industry-news-regulations-analysis__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-industry-news-regulations-analysis__section {
  padding: 60px 0;
  border-bottom: 1px solid #eee;
}

.page-industry-news-regulations-analysis__section:last-of-type {
  border-bottom: none;
}

.page-industry-news-regulations-analysis__section-title {
  font-size: 2.5em;
  color: #1A2E5B;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 10px;
}

.page-industry-news-regulations-analysis__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FF8C00;
  border-radius: 2px;
}

.page-industry-news-regulations-analysis__subsection-title {
  font-size: 1.8em;
  color: #1A2E5B;
  margin-top: 40px;
  margin-bottom: 20px;
  border-left: 5px solid #FF8C00;
  padding-left: 15px;
}

.page-industry-news-regulations-analysis p {
  font-size: 1.1em;
  margin-bottom: 15px;
  color: #444;
}

.page-industry-news-regulations-analysis__list,
.page-industry-news-regulations-analysis__ordered-list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  padding-left: 0;
}

.page-industry-news-regulations-analysis__ordered-list {
  list-style-type: decimal;
}

.page-industry-news-regulations-analysis__list li,
.page-industry-news-regulations-analysis__ordered-list li {
  font-size: 1.1em;
  margin-bottom: 10px;
  color: #444;
}

.page-industry-news-regulations-analysis__list li strong {
  color: #1A2E5B;
}

.page-industry-news-regulations-analysis__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.page-industry-news-regulations-analysis__image--left {
  float: left;
  margin-right: 30px;
  width: 45%;
}

.page-industry-news-regulations-analysis__image--right {
  float: right;
  margin-left: 30px;
  width: 45%;
}

.page-industry-news-regulations-analysis__section::after {
  content: '';
  display: block;
  clear: both;
}

.page-industry-news-regulations-analysis__button {
  display: inline-block;
  background-color: #1A2E5B;
  color: #ffffff;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 1em;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
  margin-top: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-industry-news-regulations-analysis__button:hover {
  background-color: #2c4a80;
  transform: translateY(-1px);
}

.page-industry-news-regulations-analysis__button--primary {
  background-color: #FF8C00;
}

.page-industry-news-regulations-analysis__button--primary:hover {
  background-color: #e57e00;
}

.page-industry-news-regulations-analysis__button--large {
  padding: 18px 35px;
  font-size: 1.2em;
}

.page-industry-news-regulations-analysis__image-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  margin-top: 50px;
}

.page-industry-news-regulations-analysis__grid-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.page-industry-news-regulations-analysis .highlight {
  color: #FF8C00;
  font-weight: bold;
}

/* Floating Promotion Menu */
.page-industry-news-regulations-analysis__floating-promo {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #FF8C00;
  color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  display: flex;
  align-items: center;
  padding: 10px 15px;
  transition: transform 0.3s ease-in-out;
}

.page-industry-news-regulations-analysis__floating-promo--hidden {
  transform: translateX(calc(100% + 20px));
}

.page-industry-news-regulations-analysis__floating-promo-button {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.1em;
}

.page-industry-news-regulations-analysis__floating-promo-icon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  filter: brightness(0) invert(1); /* Makes icon white */
}

.page-industry-news-regulations-analysis__floating-promo-button span {
  white-space: nowrap;
}

.page-industry-news-regulations-analysis__floating-promo-close {
  background: none;
  border: none;
  color: #ffffff;
  font-size: 1.8em;
  cursor: pointer;
  margin-left: 10px;
  line-height: 1;
  padding: 0;
  transition: transform 0.2s ease;
}

.page-industry-news-regulations-analysis__floating-promo-close:hover {
  transform: rotate(90deg);
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-industry-news-regulations-analysis__hero-title {
    font-size: 2.5em;
  }
  .page-industry-news-regulations-analysis__hero-subtitle {
    font-size: 1.1em;
  }
  .page-industry-news-regulations-analysis__section-title {
    font-size: 2em;
  }
  .page-industry-news-regulations-analysis__subsection-title {
    font-size: 1.5em;
  }
  .page-industry-news-regulations-analysis__image--left,
  .page-industry-news-regulations-analysis__image--right {
    float: none;
    margin: 0 auto 30px auto;
    width: 80%;
    display: block;
  }
  .page-industry-news-regulations-analysis__hero-image-wrapper {
    width: 60%;
    right: -10%;
  }
}

@media (max-width: 768px) {
  .page-industry-news-regulations-analysis__hero {
    padding: 60px 0;
  }
  .page-industry-news-regulations-analysis__hero-title {
    font-size: 2em;
  }
  .page-industry-news-regulations-analysis__hero-subtitle {
    font-size: 1em;
  }
  .page-industry-news-regulations-analysis__hero-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-industry-news-regulations-analysis__section {
    padding: 40px 0;
  }
  .page-industry-news-regulations-analysis__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-industry-news-regulations-analysis__subsection-title {
    font-size: 1.3em;
  }
  .page-industry-news-regulations-analysis p,
  .page-industry-news-regulations-analysis__list li,
  .page-industry-news-regulations-analysis__ordered-list li {
    font-size: 1em;
  }
  .page-industry-news-regulations-analysis__image--left,
  .page-industry-news-regulations-analysis__image--right {
    width: 90%;
  }
  .page-industry-news-regulations-analysis__floating-promo {
    bottom: 15px;
    right: 15px;
    padding: 8px 12px;
  }
  .page-industry-news-regulations-analysis__floating-promo-button {
    font-size: 0.9em;
  }
  .page-industry-news-regulations-analysis__floating-promo-icon {
    width: 25px;
    height: 25px;
  }
  .page-industry-news-regulations-analysis__floating-promo-close {
    font-size: 1.5em;
  }
  .page-industry-news-regulations-analysis__hero-image-wrapper {
    display: none; /* Hide image on smaller screens */
  }
}

@media (max-width: 480px) {
  .page-industry-news-regulations-analysis__hero-title {
    font-size: 1.8em;
  }
  .page-industry-news-regulations-analysis__section-title {
    font-size: 1.5em;
  }
  .page-industry-news-regulations-analysis__subsection-title {
    font-size: 1.2em;
  }
  .page-industry-news-regulations-analysis__button--large {
    padding: 15px 25px;
    font-size: 1em;
  }
  .page-industry-news-regulations-analysis__floating-promo {
    bottom: 10px;
    right: 10px;
    padding: 6px 10px;
  }
  .page-industry-news-regulations-analysis__floating-promo-button {
    font-size: 0.8em;
  }
  .page-industry-news-regulations-analysis__floating-promo-icon {
    width: 20px;
    height: 20px;
  }
  .page-industry-news-regulations-analysis__floating-promo-close {
    font-size: 1.2em;
  }
}