.page-blog-what-is-subet-code {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light background */
  background-color: #f8f8f8;
}

.page-blog-what-is-subet-code__dark-bg {
  background-color: #08160F;
  color: #F2FFF6;
}

.page-blog-what-is-subet-code__light-bg {
  background-color: #f8f8f8;
  color: #333333;
}

.page-blog-what-is-subet-code__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding, body handles header offset */
  overflow: hidden;
}

.page-blog-what-is-subet-code__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.page-blog-what-is-subet-code__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.5); /* Darken image for text readability */
}

.page-blog-what-is-subet-code__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
  color: #F2FFF6;
}

.page-blog-what-is-subet-code__main-title {
  font-size: clamp(2.2em, 5vw, 3.5em);
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #F2FFF6;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-blog-what-is-subet-code__description {
  font-size: clamp(1em, 2vw, 1.3em);
  margin-bottom: 30px;
  color: #A7D9B8;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.page-blog-what-is-subet-code__cta-button {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #F2FFF6;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-what-is-subet-code__cta-button:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-what-is-subet-code__cta-button--inline {
  margin-top: 30px;
}

.page-blog-what-is-subet-code__cta-button--large {
  font-size: 1.2em;
  padding: 18px 35px;
  margin-top: 40px;
}

.page-blog-what-is-subet-code__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #f8f8f8;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.page-blog-what-is-subet-code__container {
  padding: 20px;
}

.page-blog-what-is-subet-code__section-title {
  font-size: 2.2em;
  color: #11A84E;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #22C768;
  padding-bottom: 10px;
  font-weight: 600;
}

.page-blog-what-is-subet-code__sub-section-title {
  font-size: 1.6em;
  color: #0A4B2C;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-what-is-subet-code__text-block {
  margin-bottom: 15px;
  color: #333333;
}

.page-blog-what-is-subet-code__text-block strong {
  color: #11A84E;
}

.page-blog-what-is-subet-code__text-block em {
  font-style: italic;
  color: #0A4B2C;
}

.page-blog-what-is-subet-code__image-content {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 30px 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  display: block;
  min-width: 200px;
  min-height: 200px;
}

.page-blog-what-is-subet-code__ordered-list,
.page-blog-what-is-subet-code__unordered-list {
  margin-left: 20px;
  margin-bottom: 20px;
  color: #333333;
}

.page-blog-what-is-subet-code__ordered-list li,
.page-blog-what-is-subet-code__unordered-list li {
  margin-bottom: 10px;
  color: #333333;
}

.page-blog-what-is-subet-code__faq-list {
  margin-top: 40px;
}

.page-blog-what-is-subet-code__faq-item {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.page-blog-what-is-subet-code__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.15em;
  font-weight: 600;
  color: #0A4B2C;
  cursor: pointer;
  background-color: #F2FFF6;
  border-bottom: 1px solid #e0e0e0;
  list-style: none;
  transition: background-color 0.3s ease;
}

.page-blog-what-is-subet-code__faq-question:hover {
  background-color: #e6f7ed;
}

.page-blog-what-is-subet-code__faq-item[open] .page-blog-what-is-subet-code__faq-question {
  background-color: #e6f7ed;
  border-bottom: 1px solid #22C768;
}

.page-blog-what-is-subet-code__faq-qtext {
  flex-grow: 1;
}

.page-blog-what-is-subet-code__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  color: #11A84E;
}

.page-blog-what-is-subet-code__faq-answer {
  padding: 20px 25px;
  font-size: 1em;
  color: #333333;
  background-color: #ffffff;
}

.page-blog-what-is-subet-code__faq-answer p {
  margin-bottom: 10px;
}

.page-blog-what-is-subet-code__faq-item summary::-webkit-details-marker {
  display: none;
}

/* Responsive styles */
@media (max-width: 768px) {
  .page-blog-what-is-subet-code__hero-section {
    padding: 40px 15px;
    padding-top: 10px !important; /* Ensure small top padding on mobile */
  }

  .page-blog-what-is-subet-code__main-title {
    font-size: 2em;
  }

  .page-blog-what-is-subet-code__description {
    font-size: 0.95em;
  }

  .page-blog-what-is-subet-code__cta-button {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding: 12px 20px;
  }

  .page-blog-what-is-subet-code__cta-button--large {
    font-size: 1em;
    padding: 15px 25px;
  }

  .page-blog-what-is-subet-code__content-area,
  .page-blog-what-is-subet-code__container {
    padding: 20px 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-what-is-subet-code__section-title {
    font-size: 1.8em;
    margin-top: 30px;
  }

  .page-blog-what-is-subet-code__sub-section-title {
    font-size: 1.4em;
    margin-top: 25px;
  }

  .page-blog-what-is-subet-code__image-content {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    min-width: 200px;
    min-height: 200px;
  }

  .page-blog-what-is-subet-code img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-what-is-subet-code__faq-question {
    padding: 15px 20px;
    font-size: 1em;
  }

  .page-blog-what-is-subet-code__faq-answer {
    padding: 15px 20px;
  }
}

@media (max-width: 480px) {
  .page-blog-what-is-subet-code__main-title {
    font-size: 1.8em;
  }

  .page-blog-what-is-subet-code__description {
    font-size: 0.9em;
  }

  .page-blog-what-is-subet-code__section-title {
    font-size: 1.6em;
  }

  .page-blog-what-is-subet-code__sub-section-title {
    font-size: 1.2em;
  }
}