/* style/index-platform-overview.css */
.page-index-platform-overview {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
}

.page-index-platform-overview__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-index-platform-overview__section {
  padding: 60px 0;
  text-align: center;
}

.page-index-platform-overview__section:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.page-index-platform-overview__section-title {
  font-size: 2.8em;
  color: #003366;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-index-platform-overview__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFCC00;
  border-radius: 2px;
}

.page-index-platform-overview__sub-title {
  font-size: 1.8em;
  color: #003366;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-index-platform-overview__text {
  font-size: 1.1em;
  color: #444;
  margin-bottom: 20px;
  text-align: justify;
}

.page-index-platform-overview__text strong {
  color: #003366;
}

/* Hero Section */
.page-index-platform-overview__hero-section {
  background: linear-gradient(135deg, #003366 0%, #001a33 100%);
  color: #fff;
  padding: 100px 0;
  display: flex;
  align-items: center;
  min-height: 600px;
  position: relative;
  overflow: hidden;
}

.page-index-platform-overview__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('data:image/svg+xml;utf8,<svg width="100%" height="100%" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><path fill="%23004d99" fill-opacity="0.1" d="M0 0h100v100H0z"/><path fill="%23FFCC00" fill-opacity="0.05" d="M25 0h25v25H25zM50 25h25v25H50zM75 50h25v25H75zM0 75h25v25H0z"/><path fill="%23003366" fill-opacity="0.03" d="M0 25h25v25H0zM25 50h25v25H25zM50 75h25v25H50zM75 0h25v25H75z"/></svg>');
  background-size: 200px 200px;
  opacity: 0.3;
  z-index: 0;
}

.page-index-platform-overview__hero-content {
  text-align: left;
  flex: 1;
  max-width: 60%;
  z-index: 1;
}

.page-index-platform-overview__hero-image-wrapper {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.page-index-platform-overview__hero-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.page-index-platform-overview__hero-title {
  font-size: 4em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #FFCC00;
}

.page-index-platform-overview__hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  color: #e0e0e0;
}

.page-index-platform-overview__hero-actions {
  display: flex;
  gap: 20px;
}

.page-index-platform-overview__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.page-index-platform-overview__button--primary {
  background-color: #FFCC00;
  color: #003366;
}

.page-index-platform-overview__button--primary:hover {
  background-color: #e6b800;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(255, 204, 0, 0.4);
}

.page-index-platform-overview__button--secondary {
  background-color: transparent;
  color: #FFCC00;
  border-color: #FFCC00;
}

.page-index-platform-overview__button--secondary:hover {
  background-color: #FFCC00;
  color: #003366;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(255, 204, 0, 0.4);
}

.page-index-platform-overview__button--small {
  padding: 10px 20px;
  font-size: 0.9em;
}

.page-index-platform-overview__button--large {
  padding: 18px 40px;
  font-size: 1.2em;
}

/* About 188V Section */
.page-index-platform-overview__about-188v .page-index-platform-overview__text {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-index-platform-overview__image-text-layout {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.page-index-platform-overview__image-text-item {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-index-platform-overview__image-text-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.page-index-platform-overview__image-text-image {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  object-fit: contain;
}

.page-index-platform-overview__image-text-title {
  font-size: 1.5em;
  color: #003366;
  margin-bottom: 15px;
}

.page-index-platform-overview__image-text-description {
  font-size: 1em;
  color: #555;
}

/* Key Features Section */
.page-index-platform-overview__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.page-index-platform-overview__feature-card {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.page-index-platform-overview__feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.page-index-platform-overview__feature-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  object-fit: contain;
  background-color: #FFCC00;
  padding: 10px;
  border-radius: 50%;
}

.page-index-platform-overview__feature-title {
  font-size: 1.6em;
  color: #003366;
  margin-bottom: 15px;
}

.page-index-platform-overview__feature-description {
  font-size: 1em;
  color: #555;
  text-align: justify;
}

/* Technology Section */
.page-index-platform-overview__technology {
  background-color: #003366;
  color: #fff;
}

.page-index-platform-overview__technology .page-index-platform-overview__section-title {
  color: #FFCC00;
}

.page-index-platform-overview__technology .page-index-platform-overview__section-title::after {
  background-color: #fff;
}

.page-index-platform-overview__technology-content {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 50px;
}

.page-index-platform-overview__technology-image {
  flex: 1;
  max-width: 500px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.page-index-platform-overview__technology-text {
  flex: 1;
  text-align: left;
}

.page-index-platform-overview__technology-text .page-index-platform-overview__text {
  color: #e0e0e0;
}

.page-index-platform-overview__technology-text .page-index-platform-overview__sub-title {
  color: #FFCC00;
}

/* Promotions Section */
.page-index-platform-overview__promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.page-index-platform-overview__promo-card {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-index-platform-overview__promo-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.page-index-platform-overview__promo-image {
  width: 100%;
  max-height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-index-platform-overview__promo-title {
  font-size: 1.6em;
  color: #003366;
  margin-bottom: 15px;
}

.page-index-platform-overview__promo-description {
  font-size: 1em;
  color: #555;
}

.page-index-platform-overview__center-button {
  margin-top: 50px;
  text-align: center;
}

/* Responsible Gambling Section */
.page-index-platform-overview__responsible-gambling .page-index-platform-overview__text {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/* Get Started Section */
.page-index-platform-overview__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.page-index-platform-overview__step-card {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  padding-top: 60px;
}

.page-index-platform-overview__step-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.page-index-platform-overview__step-number {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #FFCC00;
  color: #003366;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8em;
  font-weight: bold;
  border: 3px solid #003366;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-index-platform-overview__step-title {
  font-size: 1.6em;
  color: #003366;
  margin-bottom: 15px;
}

.page-index-platform-overview__step-description {
  font-size: 1em;
  color: #555;
  margin-bottom: 25px;
}

.page-index-platform-overview__mt-40 {
  margin-top: 40px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-index-platform-overview__hero-section {
    padding: 80px 0;
    min-height: auto;
  }

  .page-index-platform-overview__hero-content {
    max-width: 100%;
    text-align: center;
  }

  .page-index-platform-overview__hero-image-wrapper {
    display: none; /* Hide image on smaller screens for better focus on text */
  }

  .page-index-platform-overview__hero-title {
    font-size: 3em;
  }

  .page-index-platform-overview__hero-subtitle {
    font-size: 1.3em;
  }

  .page-index-platform-overview__hero-actions {
    justify-content: center;
  }

  .page-index-platform-overview__section-title {
    font-size: 2.2em;
  }

  .page-index-platform-overview__technology-content {
    flex-direction: column;
  }

  .page-index-platform-overview__technology-image {
    max-width: 100%;
  }

  .page-index-platform-overview__technology-text {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .page-index-platform-overview__hero-title {
    font-size: 2.5em;
  }

  .page-index-platform-overview__hero-subtitle {
    font-size: 1.1em;
  }

  .page-index-platform-overview__hero-actions {
    flex-direction: column;
    gap: 15px;
  }

  .page-index-platform-overview__button {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }

  .page-index-platform-overview__section {
    padding: 40px 0;
  }

  .page-index-platform-overview__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  .page-index-platform-overview__sub-title {
    font-size: 1.5em;
  }

  .page-index-platform-overview__image-text-layout,
  .page-index-platform-overview__features-grid,
  .page-index-platform-overview__promo-grid,
  .page-index-platform-overview__steps-grid {
    grid-template-columns: 1fr;
  }

  .page-index-platform-overview__image-text-item,
  .page-index-platform-overview__feature-card,
  .page-index-platform-overview__promo-card,
  .page-index-platform-overview__step-card {
    padding: 25px;
  }

  .page-index-platform-overview__feature-card {
    align-items: center;
    text-align: center;
  }

  .page-index-platform-overview__feature-description {
    text-align: center;
  }

  .page-index-platform-overview__step-number {
    top: -20px;
    width: 40px;
    height: 40px;
    font-size: 1.5em;
  }

  .page-index-platform-overview__step-card {
    padding-top: 50px;
  }
}

@media (max-width: 480px) {
  .page-index-platform-overview__hero-title {
    font-size: 2em;
  }

  .page-index-platform-overview__hero-subtitle {
    font-size: 1em;
  }

  .page-index-platform-overview__section-title {
    font-size: 1.6em;
  }

  .page-index-platform-overview__button {
    font-size: 1em;
    padding: 12px 25px;
  }
}