/* style/blog-5com-platform-advantages-deep-dive.css */
.page-blog-5com-platform-advantages-deep-dive {
  background-color: #08160F; /* Background */
  color: #F2FFF6; /* Text Main */
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-blog-5com-platform-advantages-deep-dive__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 20px 60px;
  background-color: #08160F;
  overflow: hidden;
}

.page-blog-5com-platform-advantages-deep-dive__hero-image-wrapper {
  width: 100%;
  max-width: 1200px;
  margin-bottom: 30px;
}

.page-blog-5com-platform-advantages-deep-dive__hero-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-5com-platform-advantages-deep-dive__hero-content {
  max-width: 900px;
  text-align: center;
  padding: 0 20px;
}

.page-blog-5com-platform-advantages-deep-dive__main-title {
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 700;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-blog-5com-platform-advantages-deep-dive__subtitle {
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
}

.page-blog-5com-platform-advantages-deep-dive__btn-primary {
  display: inline-block;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button */
  color: #F2FFF6; /* Text Main */
  padding: 14px 30px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-blog-5com-platform-advantages-deep-dive__btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(42, 209, 111, 0.4);
}

.page-blog-5com-platform-advantages-deep-dive__content-area,
.page-blog-5com-platform-advantages-deep-dive__conclusion-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  background-color: #08160F; /* Background */
  color: #F2FFF6; /* Text Main */
}

.page-blog-5com-platform-advantages-deep-dive__section-wrapper {
  background-color: #11271B; /* Card BG */
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  border: 1px solid #2E7A4E; /* Border */
}

.page-blog-5com-platform-advantages-deep-dive__section-title {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  color: #57E38D; /* Glow */
  margin-bottom: 30px;
  text-align: center;
  font-weight: 600;
  border-bottom: 2px solid #1E3A2A; /* Divider */
  padding-bottom: 15px;
}

.page-blog-5com-platform-advantages-deep-dive__sub-title {
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  color: #F2C14E; /* Gold */
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 500;
}

.page-blog-5com-platform-advantages-deep-dive__paragraph {
  font-size: 1rem;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 15px;
  line-height: 1.7;
}

.page-blog-5com-platform-advantages-deep-dive__content-image {
  width: 100%;
  max-width: 1000px;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.page-blog-5com-platform-advantages-deep-dive__inline-link {
  color: #57E38D; /* Glow */
  text-decoration: underline;
  font-weight: bold;
}

.page-blog-5com-platform-advantages-deep-dive__inline-link:hover {
  color: #F2C14E; /* Gold */
}

.page-blog-5com-platform-advantages-deep-dive__cta-bottom {
  margin-top: 50px;
  width: fit-content;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-5com-platform-advantages-deep-dive__conclusion-section .page-blog-5com-platform-advantages-deep-dive__section-title {
  color: #57E38D;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-blog-5com-platform-advantages-deep-dive {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-5com-platform-advantages-deep-dive__hero-section {
    padding: 10px 15px 40px;
  }

  .page-blog-5com-platform-advantages-deep-dive__hero-content {
    padding: 0 15px;
  }

  .page-blog-5com-platform-advantages-deep-dive__main-title {
    font-size: 2rem;
  }

  .page-blog-5com-platform-advantages-deep-dive__subtitle {
    font-size: 1rem;
  }

  .page-blog-5com-platform-advantages-deep-dive__btn-primary {
    padding: 12px 25px;
    font-size: 1rem;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-5com-platform-advantages-deep-dive__content-area,
  .page-blog-5com-platform-advantages-deep-dive__conclusion-section {
    padding: 40px 15px;
  }

  .page-blog-5com-platform-advantages-deep-dive__section-wrapper {
    padding: 25px;
  }

  .page-blog-5com-platform-advantages-deep-dive__section-title {
    font-size: 1.8rem;
  }

  .page-blog-5com-platform-advantages-deep-dive__sub-title {
    font-size: 1.4rem;
  }

  .page-blog-5com-platform-advantages-deep-dive__paragraph {
    font-size: 0.95rem;
  }

  .page-blog-5com-platform-advantages-deep-dive__hero-image,
  .page-blog-5com-platform-advantages-deep-dive__content-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-5com-platform-advantages-deep-dive__hero-image-wrapper,
  .page-blog-5com-platform-advantages-deep-dive__section-wrapper,
  .page-blog-5com-platform-advantages-deep-dive__content-area,
  .page-blog-5com-platform-advantages-deep-dive__conclusion-section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }
  
  .page-blog-5com-platform-advantages-deep-dive__hero-section {
    padding-top: 10px !important; /* body handles --header-offset */
  }
}