.page-is-nature-spring-ph9-safe-for-pregnant {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f8f8f8;
    }

    .page-is-nature-spring-ph9-safe-for-pregnant__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
    }

    .page-is-nature-spring-ph9-safe-for-pregnant__hero-section {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 500px;
      color: #fff;
      text-align: center;
      overflow: hidden;
      padding-top: 10px; /* To accommodate fixed header, if any */
    }

    .page-is-nature-spring-ph9-safe-for-pregnant__hero-image-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 0;
    }

    .page-is-nature-spring-ph9-safe-for-pregnant__hero-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      filter: brightness(0.6);
      max-width: 100%;
    }

    .page-is-nature-spring-ph9-safe-for-pregnant__hero-content {
      position: relative;
      z-index: 1;
      max-width: 800px;
      padding: 20px;
      background-color: rgba(0, 0, 0, 0.4);
      border-radius: 8px;
    }

    .page-is-nature-spring-ph9-safe-for-pregnant__hero-title {
      font-size: 3em;
      margin-bottom: 15px;
      color: #fff;
      line-height: 1.2;
    }

    .page-is-nature-spring-ph9-safe-for-pregnant__hero-subtitle {
      font-size: 1.5em;
      margin-bottom: 30px;
      color: #eee;
    }

    .page-is-nature-spring-ph9-safe-for-pregnant__hero-cta {
      display: inline-block;
      background-color: #007bff;
      color: #fff;
      padding: 15px 30px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease;
      min-width: 200px;
      box-sizing: border-box;
    }

    .page-is-nature-spring-ph9-safe-for-pregnant__hero-cta:hover {
      background-color: #0056b3;
    }

    .page-is-nature-spring-ph9-safe-for-pregnant__introduction-section,
    .page-is-nature-spring-ph9-safe-for-pregnant__detailed-analysis-section,
    .page-is-nature-spring-ph9-safe-for-pregnant__quick-access-section,
    .page-is-nature-spring-ph9-safe-for-pregnant__core-offerings-section,
    .page-is-nature-spring-ph9-safe-for-pregnant__promotions-section,
    .page-is-nature-spring-ph9-safe-for-pregnant__security-section,
    .page-is-nature-spring-ph9-safe-for-pregnant__faq-section,
    .page-is-nature-spring-ph9-safe-for-pregnant__blog-section {
      padding: 60px 0;
      text-align: center;
    }

    .page-is-nature-spring-ph9-safe-for-pregnant__section-title {
      font-size: 2.5em;
      color: #2c3e50;
      margin-bottom: 40px;
      position: relative;
      padding-bottom: 10px;
    }

    .page-is-nature-spring-ph9-safe-for-pregnant__section-title::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 80px;
      height: 4px;
      background-color: #007bff;
      border-radius: 2px;
    }

    .page-is-nature-spring-ph9-safe-for-pregnant__text-content {
      font-size: 1.1em;
      margin-bottom: 20px;
      max-width: 900px;
      margin-left: auto;
      margin-right: auto;
      text-align: left;
    }

    .page-is-nature-spring-ph9-safe-for-pregnant__cta-button {
      display: inline-block;
      background-color: #28a745;
      color: #fff;
      padding: 12px 25px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease;
      margin-top: 20px;
      min-width: 180px;
      box-sizing: border-box;
    }

    .page-is-nature-spring-ph9-safe-for-pregnant__cta-button:hover {
      background-color: #218838;
    }

    .page-is-nature-spring-ph9-safe-for-pregnant__content-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-top: 40px;
      text-align: left;
    }

    .page-is-nature-spring-ph9-safe-for-pregnant__grid-item {
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      display: flex;
      flex-direction: column;
      height: 100%;
    }

    .page-is-nature-spring-ph9-safe-for-pregnant__grid-image {
      width: 100%;
      height: 250px;
      object-fit: cover;
      max-width: 100%;
    }

    .page-is-nature-spring-ph9-safe-for-pregnant__grid-title {
      font-size: 1.5em;
      color: #007bff;
      margin: 20px 20px 10px;
    }

    .page-is-nature-spring-ph9-safe-for-pregnant__grid-text {
      padding: 0 20px 20px;
      flex-grow: 1;
    }

    .page-is-nature-spring-ph9-safe-for-pregnant__access-links {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      margin-top: 40px;
    }

    .page-is-nature-spring-ph9-safe-for-pregnant__access-button {
      background-color: #ffc107;
      color: #333;
      padding: 12px 25px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease;
      min-width: 160px;
      box-sizing: border-box;
    }

    .page-is-nature-spring-ph9-safe-for-pregnant__access-button:hover {
      background-color: #e0a800;
    }

    .page-is-nature-spring-ph9-safe-for-pregnant__offerings-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-is-nature-spring-ph9-safe-for-pregnant__offering-card {
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      text-align: center;
      display: flex;
      flex-direction: column;
      height: 100%;
    }

    .page-is-nature-spring-ph9-safe-for-pregnant__offering-image {
      width: 100%;
      height: 220px;
      object-fit: cover;
      max-width: 100%;
    }

    .page-is-nature-spring-ph9-safe-for-pregnant__offering-title {
      font-size: 1.6em;
      color: #2c3e50;
      margin: 20px 15px 10px;
    }

    .page-is-nature-spring-ph9-safe-for-pregnant__offering-description {
      padding: 0 15px;
      flex-grow: 1;
    }

    .page-is-nature-spring-ph9-safe-for-pregnant__offering-cta {
      display: inline-block;
      background-color: #6c757d;
      color: #fff;
      padding: 10px 20px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease;
      margin: 20px auto;
      min-width: 120px;
      box-sizing: border-box;
    }

    .page-is-nature-spring-ph9-safe-for-pregnant__offering-cta:hover {
      background-color: #5a6268;
    }

    .page-is-nature-spring-ph9-safe-for-pregnant__promo-cards {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-is-nature-spring-ph9-safe-for-pregnant__promo-card {
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      text-align: center;
      display: flex;
      flex-direction: column;
      height: 100%;
    }

    .page-is-nature-spring-ph9-safe-for-pregnant__promo-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      max-width: 100%;
    }

    .page-is-nature-spring-ph9-safe-for-pregnant__promo-title {
      font-size: 1.6em;
      color: #dc3545;
      margin: 20px 15px 10px;
    }

    .page-is-nature-spring-ph9-safe-for-pregnant__promo-description {
      padding: 0 15px;
      flex-grow: 1;
    }

    .page-is-nature-spring-ph9-safe-for-pregnant__promo-cta {
      display: inline-block;
      background-color: #dc3545;
      color: #fff;
      padding: 10px 20px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease;
      margin: 20px auto;
      min-width: 120px;
      box-sizing: border-box;
    }

    .page-is-nature-spring-ph9-safe-for-pregnant__promo-cta:hover {
      background-color: #c82333;
    }

    .page-is-nature-spring-ph9-safe-for-pregnant__security-features {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-is-nature-spring-ph9-safe-for-pregnant__feature-item {
      background-color: #e9ecef;
      border-radius: 8px;
      padding: 30px 20px;
      text-align: center;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
      display: flex;
      flex-direction: column;
      align-items: center;
      height: 100%;
    }

    .page-is-nature-spring-ph9-safe-for-pregnant__feature-icon {
      width: 100px;
      height: 100px;
      margin-bottom: 20px;
      max-width: 100%;
      object-fit: contain;
    }

    .page-is-nature-spring-ph9-safe-for-pregnant__feature-title {
      font-size: 1.4em;
      color: #2c3e50;
      margin-bottom: 10px;
    }

    .page-is-nature-spring-ph9-safe-for-pregnant__feature-text {
      font-size: 1em;
      color: #555;
    }

    .page-is-nature-spring-ph9-safe-for-pregnant__faq-list {
      margin-top: 40px;
      text-align: left;
    }

    .page-is-nature-spring-ph9-safe-for-pregnant__faq-item {
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      transition: all 0.4s ease;
    }

    .page-is-nature-spring-ph9-safe-for-pregnant__faq-item.active {
      border-color: #007bff;
    }

    .page-is-nature-spring-ph9-safe-for-pregnant__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      font-size: 1.2em;
      font-weight: bold;
      color: #2c3e50;
      cursor: pointer;
      user-select: none;
      background-color: #f0f0f0;
      transition: background-color 0.3s ease;
    }

    .page-is-nature-spring-ph9-safe-for-pregnant__faq-question:hover {
      background-color: #e2e6ea;
    }

    .page-is-nature-spring-ph9-safe-for-pregnant__faq-question-text {
      margin: 0;
      flex-grow: 1;
      pointer-events: none; /* Prevent text from blocking click event */
    }

    .page-is-nature-spring-ph9-safe-for-pregnant__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      margin-left: 15px;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent icon from blocking click event */
    }

    .page-is-nature-spring-ph9-safe-for-pregnant__faq-item.active .page-is-nature-spring-ph9-safe-for-pregnant__faq-toggle {
      transform: rotate(45deg);
    }

    .page-is-nature-spring-ph9-safe-for-pregnant__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 15px;
      opacity: 0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      background-color: #fdfdfd;
      color: #555;
    }

    .page-is-nature-spring-ph9-safe-for-pregnant__faq-item.active .page-is-nature-spring-ph9-safe-for-pregnant__faq-answer {
      max-height: 2000px !important; /* Sufficiently large to contain content */
      padding: 20px 15px !important;
      opacity: 1;
    }

    .page-is-nature-spring-ph9-safe-for-pregnant__blog-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-is-nature-spring-ph9-safe-for-pregnant__blog-card {
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      text-align: left;
      display: flex;
      flex-direction: column;
      height: 100%;
    }

    .page-is-nature-spring-ph9-safe-for-pregnant__blog-image {
      width: 100%;
      height: 220px;
      object-fit: cover;
      max-width: 100%;
    }

    .page-is-nature-spring-ph9-safe-for-pregnant__blog-content {
      padding: 20px;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
    }

    .page-is-nature-spring-ph9-safe-for-pregnant__blog-title {
      font-size: 1.4em;
      color: #2c3e50;
      margin-bottom: 10px;
    }

    .page-is-nature-spring-ph9-safe-for-pregnant__blog-title a {
      color: #2c3e50;
      text-decoration: none;
      transition: color 0.3s ease;
    }

    .page-is-nature-spring-ph9-safe-for-pregnant__blog-title a:hover {
      color: #007bff;
    }

    .page-is-nature-spring-ph9-safe-for-pregnant__blog-excerpt {
      font-size: 0.95em;
      color: #666;
      line-height: 1.5;
      flex-grow: 1;
    }

    /* Responsive Styles */
    @media (max-width: 768px) {
      .page-is-nature-spring-ph9-safe-for-pregnant__hero-title {
        font-size: 2.2em;
      }

      .page-is-nature-spring-ph9-safe-for-pregnant__hero-subtitle {
        font-size: 1.2em;
      }

      .page-is-nature-spring-ph9-safe-for-pregnant__section-title {
        font-size: 2em;
      }

      .page-is-nature-spring-ph9-safe-for-pregnant__text-content {
        font-size: 1em;
        text-align: center;
      }

      .page-is-nature-spring-ph9-safe-for-pregnant__introduction-section,
      .page-is-nature-spring-ph9-safe-for-pregnant__detailed-analysis-section,
      .page-is-nature-spring-ph9-safe-for-pregnant__quick-access-section,
      .page-is-nature-spring-ph9-safe-for-pregnant__core-offerings-section,
      .page-is-nature-spring-ph9-safe-for-pregnant__promotions-section,
      .page-is-nature-spring-ph9-safe-for-pregnant__security-section,
      .page-is-nature-spring-ph9-safe-for-pregnant__faq-section,
      .page-is-nature-spring-ph9-safe-for-pregnant__blog-section {
        padding: 40px 0;
      }

      .page-is-nature-spring-ph9-safe-for-pregnant__hero-cta,
      .page-is-nature-spring-ph9-safe-for-pregnant__cta-button,
      .page-is-nature-spring-ph9-safe-for-pregnant__access-button,
      .page-is-nature-spring-ph9-safe-for-pregnant__offering-cta,
      .page-is-nature-spring-ph9-safe-for-pregnant__promo-cta {
        padding: 10px 20px;
        font-size: 0.9em;
        min-width: unset;
      }

      .page-is-nature-spring-ph9-safe-for-pregnant__content-grid,
      .page-is-nature-spring-ph9-safe-for-pregnant__offerings-grid,
      .page-is-nature-spring-ph9-safe-for-pregnant__promo-cards,
      .page-is-nature-spring-ph9-safe-for-pregnant__security-features,
      .page-is-nature-spring-ph9-safe-for-pregnant__blog-grid {
        grid-template-columns: 1fr;
      }

      .page-is-nature-spring-ph9-safe-for-pregnant__grid-item,
      .page-is-nature-spring-ph9-safe-for-pregnant__offering-card,
      .page-is-nature-spring-ph9-safe-for-pregnant__promo-card,
      .page-is-nature-spring-ph9-safe-for-pregnant__feature-item,
      .page-is-nature-spring-ph9-safe-for-pregnant__blog-card {
        margin: 0 auto;
        max-width: 400px;
        width: 100% !important;
        box-sizing: border-box !important;
      }

      .page-is-nature-spring-ph9-safe-for-pregnant__grid-image,
      .page-is-nature-spring-ph9-safe-for-pregnant__offering-image,
      .page-is-nature-spring-ph9-safe-for-pregnant__promo-image,
      .page-is-nature-spring-ph9-safe-for-pregnant__feature-icon,
      .page-is-nature-spring-ph9-safe-for-pregnant__blog-image {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      .page-is-nature-spring-ph9-safe-for-pregnant__faq-item,
      .page-is-nature-spring-ph9-safe-for-pregnant__faq-list {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
      }

      .page-is-nature-spring-ph9-safe-for-pregnant__faq-question {
        font-size: 1.1em;
        padding: 12px 15px;
      }

      .page-is-nature-spring-ph9-safe-for-pregnant__faq-answer {
        padding: 15px !important;
      }

      .page-is-nature-spring-ph9-safe-for-pregnant__blog-title {
        font-size: 1.2em;
      }
      .page-is-nature-spring-ph9-safe-for-pregnant__blog-excerpt {
        font-size: 0.9em;
      }
      .page-is-nature-spring-ph9-safe-for-pregnant__access-links {
        flex-direction: column;
        align-items: center;
      }
      .page-is-nature-spring-ph9-safe-for-pregnant__access-button {
        width: 100%;
        max-width: 250px;
      }
    }

    @media (max-width: 480px) {
      .page-is-nature-spring-ph9-safe-for-pregnant__hero-title {
        font-size: 1.8em;
      }

      .page-is-nature-spring-ph9-safe-for-pregnant__hero-subtitle {
        font-size: 1em;
      }

      .page-is-nature-spring-ph9-safe-for-pregnant__section-title {
        font-size: 1.8em;
      }

      .page-is-nature-spring-ph9-safe-for-pregnant__hero-content {
        padding: 15px;
      }

      .page-is-nature-spring-ph9-safe-for-pregnant__container {
        padding: 15px;
      }

      .page-is-nature-spring-ph9-safe-for-pregnant__faq-question {
        font-size: 1em;
      }
      .page-is-nature-spring-ph9-safe-for-pregnant__faq-answer p {
        font-size: 0.9em;
      }
    }