:root {
      --page-does-nature-spring-ph9-good-for-acid-reflux__primary-color: #4CAF50; /* Green */
      --page-does-nature-spring-ph9-good-for-acid-reflux__secondary-color: #66BB6A; /* Lighter Green */
      --page-does-nature-spring-ph9-good-for-acid-reflux__accent-color: #FFC107; /* Amber */
      --page-does-nature-spring-ph9-good-for-acid-reflux__text-color-dark: #333333;
      --page-does-nature-spring-ph9-good-for-acid-reflux__text-color-light: #FFFFFF;
      --page-does-nature-spring-ph9-good-for-acid-reflux__background-light: #F9F9F9;
      --page-does-nature-spring-ph9-good-for-acid-reflux__background-dark: #2C3E50; /* Dark Blue */
      --page-does-nature-spring-ph9-good-for-acid-reflux__border-color: #E0E0E0;
    }

    .page-does-nature-spring-ph9-good-for-acid-reflux {
      font-family: 'Arial', sans-serif;
      line-height: 1.6;
      color: var(--page-does-nature-spring-ph9-good-for-acid-reflux__text-color-dark);
      background-color: var(--page-does-nature-spring-ph9-good-for-acid-reflux__background-light);
    }

    .page-does-nature-spring-ph9-good-for-acid-reflux__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
    }

    .page-does-nature-spring-ph9-good-for-acid-reflux__section-title {
      font-size: 2.5em;
      color: var(--page-does-nature-spring-ph9-good-for-acid-reflux__primary-color);
      text-align: center;
      margin-bottom: 40px;
      position: relative;
      padding-bottom: 10px;
    }

    .page-does-nature-spring-ph9-good-for-acid-reflux__section-title::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 80px;
      height: 4px;
      background-color: var(--page-does-nature-spring-ph9-good-for-acid-reflux__accent-color);
      border-radius: 2px;
    }

    /* Hero Section */
    .page-does-nature-spring-ph9-good-for-acid-reflux__hero-section {
      position: relative;
      width: 100%;
      height: 600px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: var(--page-does-nature-spring-ph9-good-for-acid-reflux__text-color-light);
      overflow: hidden;
      padding-top: 10px; /* Small decorative padding, body handles main offset */
      box-sizing: border-box;
    }

    .page-does-nature-spring-ph9-good-for-acid-reflux__hero-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: -2;
    }

    .page-does-nature-spring-ph9-good-for-acid-reflux__hero-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.6);
      z-index: -1;
    }

    .page-does-nature-spring-ph9-good-for-acid-reflux__hero-content {
      z-index: 1;
      max-width: 800px;
      padding: 20px;
    }

    .page-does-nature-spring-ph9-good-for-acid-reflux__hero-title {
      font-size: 3.5em;
      margin-bottom: 20px;
      color: var(--page-does-nature-spring-ph9-good-for-acid-reflux__text-color-light);
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

    .page-does-nature-spring-ph9-good-for-acid-reflux__hero-subtitle {
      font-size: 1.3em;
      margin-bottom: 30px;
      color: var(--page-does-nature-spring-ph9-good-for-acid-reflux__text-color-light);
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    }

    .page-does-nature-spring-ph9-good-for-acid-reflux__hero-cta,
    .page-does-nature-spring-ph9-good-for-acid-reflux__primary-button {
      display: inline-block;
      background-color: var(--page-does-nature-spring-ph9-good-for-acid-reflux__accent-color);
      color: var(--page-does-nature-spring-ph9-good-for-acid-reflux__text-color-dark);
      padding: 15px 30px;
      border-radius: 8px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, transform 0.3s ease;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

    .page-does-nature-spring-ph9-good-for-acid-reflux__hero-cta:hover,
    .page-does-nature-spring-ph9-good-for-acid-reflux__primary-button:hover {
      background-color: #FFD740;
      transform: translateY(-3px);
    }

    /* Introduction Section */
    .page-does-nature-spring-ph9-good-for-acid-reflux__introduction-section {
      padding: 60px 0;
      background-color: var(--page-does-nature-spring-ph9-good-for-acid-reflux__background-light);
    }

    .page-does-nature-spring-ph9-good-for-acid-reflux__text-content {
      font-size: 1.1em;
      margin-bottom: 20px;
      text-align: justify;
    }

    /* Quick Access Section */
    .page-does-nature-spring-ph9-good-for-acid-reflux__quick-access-section {
      padding: 60px 0;
      background-color: var(--page-does-nature-spring-ph9-good-for-acid-reflux__background-dark);
      color: var(--page-does-nature-spring-ph9-good-for-acid-reflux__text-color-light);
    }

    .page-does-nature-spring-ph9-good-for-acid-reflux__quick-access-section .page-does-nature-spring-ph9-good-for-acid-reflux__section-title {
      color: var(--page-does-nature-spring-ph9-good-for-acid-reflux__text-color-light);
    }

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

    .page-does-nature-spring-ph9-good-for-acid-reflux__access-item {
      background-color: rgba(255, 255, 255, 0.1);
      padding: 30px;
      border-radius: 10px;
      text-align: center;
      text-decoration: none;
      color: var(--page-does-nature-spring-ph9-good-for-acid-reflux__text-color-light);
      transition: background-color 0.3s ease, transform 0.3s ease;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    }

    .page-does-nature-spring-ph9-good-for-acid-reflux__access-item:hover {
      background-color: rgba(255, 255, 255, 0.2);
      transform: translateY(-5px);
    }

    .page-does-nature-spring-ph9-good-for-acid-reflux__access-icon {
      width: 100%; /* Ensure image is responsive */
      max-width: 200px; /* Min size constraint */
      height: auto;
      margin-bottom: 20px;
      border-radius: 8px;
    }

    .page-does-nature-spring-ph9-good-for-acid-reflux__access-title {
      font-size: 1.5em;
      margin-bottom: 10px;
      color: var(--page-does-nature-spring-ph9-good-for-acid-reflux__accent-color);
    }

    .page-does-nature-spring-ph9-good-for-acid-reflux__access-description {
      font-size: 0.95em;
      opacity: 0.8;
    }

    /* Benefits Section */
    .page-does-nature-spring-ph9-good-for-acid-reflux__benefits-section {
      padding: 60px 0;
      background-color: var(--page-does-nature-spring-ph9-good-for-acid-reflux__background-light);
    }

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

    .page-does-nature-spring-ph9-good-for-acid-reflux__benefit-card {
      background-color: var(--page-does-nature-spring-ph9-good-for-acid-reflux__text-color-light);
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      transition: transform 0.3s ease;
      padding-bottom: 20px;
    }

    .page-does-nature-spring-ph9-good-for-acid-reflux__benefit-card:hover {
      transform: translateY(-5px);
    }

    .page-does-nature-spring-ph9-good-for-acid-reflux__benefit-image {
      width: 100%;
      height: 250px;
      object-fit: cover;
      border-bottom: 3px solid var(--page-does-nature-spring-ph9-good-for-acid-reflux__primary-color);
    }

    .page-does-nature-spring-ph9-good-for-acid-reflux__card-title {
      font-size: 1.6em;
      color: var(--page-does-nature-spring-ph9-good-for-acid-reflux__primary-color);
      margin: 20px 20px 10px;
    }

    .page-does-nature-spring-ph9-good-for-acid-reflux__card-description {
      font-size: 1em;
      color: var(--page-does-nature-spring-ph9-good-for-acid-reflux__text-color-dark);
      padding: 0 20px;
      text-align: justify;
    }

    /* Testimonials Section */
    .page-does-nature-spring-ph9-good-for-acid-reflux__testimonials-section {
      padding: 60px 0;
      background-color: var(--page-does-nature-spring-ph9-good-for-acid-reflux__secondary-color);
      color: var(--page-does-nature-spring-ph9-good-for-acid-reflux__text-color-light);
    }

    .page-does-nature-spring-ph9-good-for-acid-reflux__testimonials-section .page-does-nature-spring-ph9-good-for-acid-reflux__section-title {
      color: var(--page-does-nature-spring-ph9-good-for-acid-reflux__text-color-light);
    }

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

    .page-does-nature-spring-ph9-good-for-acid-reflux__testimonial-card {
      background-color: rgba(255, 255, 255, 0.9);
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      color: var(--page-does-nature-spring-ph9-good-for-acid-reflux__text-color-dark);
      position: relative;
    }

    .page-does-nature-spring-ph9-good-for-acid-reflux__testimonial-card::before {
      content: '“';
      font-size: 4em;
      color: var(--page-does-nature-spring-ph9-good-for-acid-reflux__accent-color);
      position: absolute;
      top: 10px;
      left: 10px;
      opacity: 0.3;
    }

    .page-does-nature-spring-ph9-good-for-acid-reflux__testimonial-text {
      font-style: italic;
      margin-bottom: 15px;
      font-size: 1.1em;
    }

    .page-does-nature-spring-ph9-good-for-acid-reflux__testimonial-author {
      font-weight: bold;
      text-align: right;
      display: block;
    }

    /* Security Section */
    .page-does-nature-spring-ph9-good-for-acid-reflux__security-section {
      padding: 60px 0;
      background-color: var(--page-does-nature-spring-ph9-good-for-acid-reflux__background-light);
    }

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

    .page-does-nature-spring-ph9-good-for-acid-reflux__info-item {
      background-color: var(--page-does-nature-spring-ph9-good-for-acid-reflux__text-color-light);
      padding: 30px;
      border-radius: 10px;
      text-align: center;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease;
    }

    .page-does-nature-spring-ph9-good-for-acid-reflux__info-item:hover {
      transform: translateY(-5px);
    }

    .page-does-nature-spring-ph9-good-for-acid-reflux__info-icon {
      width: 100%; /* Ensure image is responsive */
      max-width: 200px; /* Min size constraint */
      height: auto;
      margin-bottom: 20px;
      border-radius: 8px;
    }

    .page-does-nature-spring-ph9-good-for-acid-reflux__info-title {
      font-size: 1.5em;
      color: var(--page-does-nature-spring-ph9-good-for-acid-reflux__primary-color);
      margin-bottom: 10px;
    }

    .page-does-nature-spring-ph9-good-for-acid-reflux__info-description {
      font-size: 0.95em;
      color: var(--page-does-nature-spring-ph9-good-for-acid-reflux__text-color-dark);
    }

    /* FAQ Section */
    .page-does-nature-spring-ph9-good-for-acid-reflux__faq-section {
      padding: 60px 0;
      background-color: var(--page-does-nature-spring-ph9-good-for-acid-reflux__background-dark);
      color: var(--page-does-nature-spring-ph9-good-for-acid-reflux__text-color-light);
    }

    .page-does-nature-spring-ph9-good-for-acid-reflux__faq-section .page-does-nature-spring-ph9-good-for-acid-reflux__section-title {
      color: var(--page-does-nature-spring-ph9-good-for-acid-reflux__text-color-light);
    }

    .page-does-nature-spring-ph9-good-for-acid-reflux__faq-list {
      margin-top: 40px;
      max-width: 900px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-does-nature-spring-ph9-good-for-acid-reflux__faq-item {
      background-color: rgba(255, 255, 255, 0.1);
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    }

    .page-does-nature-spring-ph9-good-for-acid-reflux__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      cursor: pointer;
      user-select: none;
      background-color: var(--page-does-nature-spring-ph9-good-for-acid-reflux__primary-color);
      color: var(--page-does-nature-spring-ph9-good-for-acid-reflux__text-color-light);
      transition: background-color 0.3s ease;
    }

    .page-does-nature-spring-ph9-good-for-acid-reflux__faq-question:hover {
      background-color: var(--page-does-nature-spring-ph9-good-for-acid-reflux__secondary-color);
    }

    .page-does-nature-spring-ph9-good-for-acid-reflux__faq-title {
      font-size: 1.2em;
      margin: 0;
      pointer-events: none; /* Prevent h3 from blocking click event */
    }

    .page-does-nature-spring-ph9-good-for-acid-reflux__faq-toggle {
      font-size: 1.8em;
      font-weight: bold;
      pointer-events: none; /* Prevent span from blocking click event */
      transition: transform 0.3s ease;
    }

    .page-does-nature-spring-ph9-good-for-acid-reflux__faq-item.active .page-does-nature-spring-ph9-good-for-acid-reflux__faq-toggle {
      transform: rotate(45deg); /* + to X, or just change to - */
    }

    .page-does-nature-spring-ph9-good-for-acid-reflux__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      background-color: rgba(255, 255, 255, 0.05);
      color: var(--page-does-nature-spring-ph9-good-for-acid-reflux__text-color-light);
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
    }

    .page-does-nature-spring-ph9-good-for-acid-reflux__faq-item.active .page-does-nature-spring-ph9-good-for-acid-reflux__faq-answer {
      max-height: 2000px !important; /* Sufficiently large */
      padding: 20px 25px !important;
      opacity: 1;
    }

    .page-does-nature-spring-ph9-good-for-acid-reflux__faq-answer p {
      margin: 0;
      font-size: 1em;
    }

    /* Blog Section */
    .page-does-nature-spring-ph9-good-for-acid-reflux__blog-section {
      padding: 60px 0;
      background-color: var(--page-does-nature-spring-ph9-good-for-acid-reflux__background-light);
    }

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

    .page-does-nature-spring-ph9-good-for-acid-reflux__blog-card {
      background-color: var(--page-does-nature-spring-ph9-good-for-acid-reflux__text-color-light);
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      text-decoration: none;
      color: var(--page-does-nature-spring-ph9-good-for-acid-reflux__text-color-dark);
      transition: transform 0.3s ease;
    }

    .page-does-nature-spring-ph9-good-for-acid-reflux__blog-card:hover {
      transform: translateY(-5px);
    }

    .page-does-nature-spring-ph9-good-for-acid-reflux__blog-image {
      width: 100%;
      height: 220px;
      object-fit: cover;
      border-bottom: 3px solid var(--page-does-nature-spring-ph9-good-for-acid-reflux__accent-color);
    }

    .page-does-nature-spring-ph9-good-for-acid-reflux__blog-content {
      padding: 20px;
    }

    .page-does-nature-spring-ph9-good-for-acid-reflux__blog-title {
      font-size: 1.4em;
      color: var(--page-does-nature-spring-ph9-good-for-acid-reflux__primary-color);
      margin-bottom: 10px;
      line-height: 1.3;
    }

    .page-does-nature-spring-ph9-good-for-acid-reflux__blog-excerpt {
      font-size: 0.95em;
      color: var(--page-does-nature-spring-ph9-good-for-acid-reflux__text-color-dark);
      margin-bottom: 15px;
    }

    .page-does-nature-spring-ph9-good-for-acid-reflux__read-more {
      display: inline-block;
      color: var(--page-does-nature-spring-ph9-good-for-acid-reflux__primary-color);
      font-weight: bold;
      text-decoration: underline;
    }

    /* Responsive Design */
    @media (max-width: 1024px) {
      .page-does-nature-spring-ph9-good-for-acid-reflux__hero-title {
        font-size: 2.8em;
      }
      .page-does-nature-spring-ph9-good-for-acid-reflux__hero-subtitle {
        font-size: 1.1em;
      }
      .page-does-nature-spring-ph9-good-for-acid-reflux__section-title {
        font-size: 2em;
      }
    }

    @media (max-width: 768px) {
      .page-does-nature-spring-ph9-good-for-acid-reflux__hero-section {
        height: 450px;
      }
      .page-does-nature-spring-ph9-good-for-acid-reflux__hero-title {
        font-size: 2.2em;
      }
      .page-does-nature-spring-ph9-good-for-acid-reflux__hero-subtitle {
        font-size: 1em;
      }
      .page-does-nature-spring-ph9-good-for-acid-reflux__hero-cta,
      .page-does-nature-spring-ph9-good-for-acid-reflux__primary-button {
        padding: 12px 25px;
        font-size: 1em;
      }
      .page-does-nature-spring-ph9-good-for-acid-reflux__section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
      }
      .page-does-nature-spring-ph9-good-for-acid-reflux__container {
        padding: 15px;
      }

      /* List items responsiveness for access-grid, content-grid, info-grid, blog-grid */
      .page-does-nature-spring-ph9-good-for-acid-reflux__access-grid,
      .page-does-nature-spring-ph9-good-for-acid-reflux__content-grid,
      .page-does-nature-spring-ph9-good-for-acid-reflux__info-grid,
      .page-does-nature-spring-ph9-good-for-acid-reflux__blog-grid {
        grid-template-columns: 1fr; /* Stack items vertically */
        gap: 20px;
      }

      .page-does-nature-spring-ph9-good-for-acid-reflux__access-item,
      .page-does-nature-spring-ph9-good-for-acid-reflux__benefit-card,
      .page-does-nature-spring-ph9-good-for-acid-reflux__testimonial-card,
      .page-does-nature-spring-ph9-good-for-acid-reflux__info-item,
      .page-does-nature-spring-ph9-good-for-acid-reflux__blog-card {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 20px !important; /* Adjust padding for mobile */
      }

      .page-does-nature-spring-ph9-good-for-acid-reflux__access-icon,
      .page-does-nature-spring-ph9-good-for-acid-reflux__benefit-image,
      .page-does-nature-spring-ph9-good-for-acid-reflux__info-icon,
      .page-does-nature-spring-ph9-good-for-acid-reflux__blog-image {
        max-width: 100% !important;
        height: auto !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      .page-does-nature-spring-ph9-good-for-acid-reflux__faq-question {
        padding: 15px 20px;
      }
      .page-does-nature-spring-ph9-good-for-acid-reflux__faq-title {
        font-size: 1.1em;
      }
      .page-does-nature-spring-ph9-good-for-acid-reflux__faq-answer {
        padding: 0 20px;
      }
      .page-does-nature-spring-ph9-good-for-acid-reflux__faq-item.active .page-does-nature-spring-ph9-good-for-acid-reflux__faq-answer {
        padding: 15px 20px !important;
      }
    }

    @media (max-width: 480px) {
      .page-does-nature-spring-ph9-good-for-acid-reflux__hero-section {
        height: 350px;
      }
      .page-does-nature-spring-ph9-good-for-acid-reflux__hero-title {
        font-size: 1.8em;
      }
      .page-does-nature-spring-ph9-good-for-acid-reflux__hero-subtitle {
        font-size: 0.9em;
      }
      .page-does-nature-spring-ph9-good-for-acid-reflux__hero-cta,
      .page-does-nature-spring-ph9-good-for-acid-reflux__primary-button {
        padding: 10px 20px;
        font-size: 0.9em;
      }
      .page-does-nature-spring-ph9-good-for-acid-reflux__section-title {
        font-size: 1.5em;
      }
      .page-does-nature-spring-ph9-good-for-acid-reflux__card-title,
      .page-does-nature-spring-ph9-good-for-acid-reflux__access-title,
      .page-does-nature-spring-ph9-good-for-acid-reflux__info-title {
        font-size: 1.3em;
      }
      .page-does-nature-spring-ph9-good-for-acid-reflux__blog-title {
        font-size: 1.2em;
      }
      .page-does-nature-spring-ph9-good-for-acid-reflux__testimonial-text,
      .page-does-nature-spring-ph9-good-for-acid-reflux__text-content,
      .page-does-nature-spring-ph9-good-for-acid-reflux__card-description,
      .page-does-nature-spring-ph9-good-for-acid-reflux__access-description,
      .page-does-nature-spring-ph9-good-for-acid-reflux__info-description,
      .page-does-nature-spring-ph9-good-for-acid-reflux__blog-excerpt,
      .page-does-nature-spring-ph9-good-for-acid-reflux__faq-answer p {
        font-size: 0.9em;
      }
    }