.page-jl-gutierrez-pet-store {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f8f8f8;
      padding-top: var(--header-offset, 122px); /* Fallback for body padding */
    }

    .page-jl-gutierrez-pet-store__hero-section {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 500px;
      text-align: center;
      color: #fff;
      overflow: hidden;
      padding: 20px;
      box-sizing: border-box;
      background-color: #5a2d0c; /* Fallback background */
    }

    .page-jl-gutierrez-pet-store__hero-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 0;
    }

    .page-jl-gutierrez-pet-store__hero-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0.7;
    }

    .page-jl-gutierrez-pet-store__hero-content {
      position: relative;
      z-index: 1;
      max-width: 800px;
      padding: 20px;
      background-color: rgba(0, 0, 0, 0.4);
      border-radius: 10px;
    }

    .page-jl-gutierrez-pet-store__hero-content h1 {
      font-size: 2.8em;
      margin-bottom: 15px;
      color: #ffd700; /* Gold */
      text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    }

    .page-jl-gutierrez-pet-store__hero-content p {
      font-size: 1.2em;
      margin-bottom: 30px;
      color: #eee;
    }

    .page-jl-gutierrez-pet-store__cta-button {
      display: inline-block;
      background-color: #ff8c00; /* Darker orange */
      color: #fff;
      padding: 15px 30px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease, transform 0.3s ease;
      font-size: 1.1em;
    }

    .page-jl-gutierrez-pet-store__cta-button:hover {
      background-color: #e67e00;
      transform: translateY(-2px);
    }

    .page-jl-gutierrez-pet-store__about-section,
    .page-jl-gutierrez-pet-store__quick-access-section,
    .page-jl-gutierrez-pet-store__promo-section,
    .page-jl-gutierrez-pet-store__security-section,
    .page-jl-gutierrez-pet-store__faq-section,
    .page-jl-gutierrez-pet-store__blog-section {
      padding: 60px 20px;
      text-align: center;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-jl-gutierrez-pet-store__about-section h2,
    .page-jl-gutierrez-pet-store__quick-access-section h2,
    .page-jl-gutierrez-pet-store__promo-section h2,
    .page-jl-gutierrez-pet-store__security-section h2,
    .page-jl-gutierrez-pet-store__faq-section h2,
    .page-jl-gutierrez-pet-store__blog-section h2 {
      font-size: 2.2em;
      margin-bottom: 40px;
      color: #5a2d0c;
    }

    .page-jl-gutierrez-pet-store__about-content p {
      font-size: 1.1em;
      margin-bottom: 30px;
      color: #555;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-jl-gutierrez-pet-store__learn-more-button,
    .page-jl-gutierrez-pet-store__contact-button,
    .page-jl-gutierrez-pet-store__view-all-button {
      display: inline-block;
      background-color: #5a2d0c; /* Brown */
      color: #fff;
      padding: 12px 25px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease, transform 0.3s ease;
    }

    .page-jl-gutierrez-pet-store__learn-more-button:hover,
    .page-jl-gutierrez-pet-store__contact-button:hover,
    .page-jl-gutierrez-pet-store__view-all-button:hover {
      background-color: #7d441e;
      transform: translateY(-2px);
    }

    .page-jl-gutierrez-pet-store__access-grid,
    .page-jl-gutierrez-pet-store__security-grid,
    .page-jl-gutierrez-pet-store__blog-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-jl-gutierrez-pet-store__access-card,
    .page-jl-gutierrez-pet-store__promo-card,
    .page-jl-gutierrez-pet-store__security-item,
    .page-jl-gutierrez-pet-store__blog-card {
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      padding: 25px;
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      text-decoration: none;
      color: inherit;
      display: flex;
      flex-direction: column;
      align-items: center;
      box-sizing: border-box;
    }

    .page-jl-gutierrez-pet-store__access-card:hover,
    .page-jl-gutierrez-pet-store__promo-card:hover,
    .page-jl-gutierrez-pet-store__security-item:hover,
    .page-jl-gutierrez-pet-store__blog-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    }

    .page-jl-gutierrez-pet-store__access-card img,
    .page-jl-gutierrez-pet-store__promo-card img,
    .page-jl-gutierrez-pet-store__security-item img,
    .page-jl-gutierrez-pet-store__blog-card img {
      max-width: 100%;
      height: 200px;
      object-fit: cover;
      border-radius: 8px;
      margin-bottom: 20px;
      box-sizing: border-box;
    }

    .page-jl-gutierrez-pet-store__access-card h3,
    .page-jl-gutierrez-pet-store__promo-card h3,
    .page-jl-gutierrez-pet-store__security-item h3,
    .page-jl-gutierrez-pet-store__blog-card h3 {
      font-size: 1.4em;
      margin-bottom: 10px;
      color: #5a2d0c;
    }

    .page-jl-gutierrez-pet-store__access-card p,
    .page-jl-gutierrez-pet-store__promo-card p,
    .page-jl-gutierrez-pet-store__security-item p,
    .page-jl-gutierrez-pet-store__blog-card p {
      font-size: 0.95em;
      color: #666;
      flex-grow: 1;
    }

    .page-jl-gutierrez-pet-store__promo-cards {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 30px;
      margin-top: 40px;
    }

    .page-jl-gutierrez-pet-store__promo-card {
      flex: 1 1 45%;
      min-width: 300px;
      max-width: 500px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .page-jl-gutierrez-pet-store__promo-button {
      display: inline-block;
      background-color: #ff8c00;
      color: #fff;
      padding: 10px 20px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      margin-top: 20px;
      transition: background-color 0.3s ease, transform 0.3s ease;
    }

    .page-jl-gutierrez-pet-store__promo-button:hover {
      background-color: #e67e00;
      transform: translateY(-2px);
    }

    .page-jl-gutierrez-pet-store__blog-card a {
        color: #5a2d0c;
        text-decoration: none;
    }

    .page-jl-gutierrez-pet-store__blog-card a:hover {
        text-decoration: underline;
    }

    .page-jl-gutierrez-pet-store__faq-container {
      margin-top: 40px;
      text-align: left;
    }

    .page-jl-gutierrez-pet-store__faq-item {
      background-color: #fff;
      border-radius: 8px;
      margin-bottom: 15px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
      overflow: hidden;
    }

    .page-jl-gutierrez-pet-store__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 18px 25px;
      cursor: pointer;
      background-color: #f0f0f0;
      border-bottom: 1px solid #e0e0e0;
      transition: background-color 0.3s ease;
      user-select: none;
    }

    .page-jl-gutierrez-pet-store__faq-question:hover {
      background-color: #e6e6e6;
    }

    .page-jl-gutierrez-pet-store__faq-question h3 {
      margin: 0;
      font-size: 1.15em;
      color: #5a2d0c;
      pointer-events: none; /* Prevents text selection interference */
    }

    .page-jl-gutierrez-pet-store__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      color: #ff8c00;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevents icon from blocking click */
    }

    .page-jl-gutierrez-pet-store__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
      color: #666;
      font-size: 0.95em;
    }

    .page-jl-gutierrez-pet-store__faq-item.active .page-jl-gutierrez-pet-store__faq-answer {
      max-height: 2000px !important; /* Large enough to contain any content */
      padding: 20px 25px !important;
      opacity: 1;
    }

    .page-jl-gutierrez-pet-store__faq-item.active .page-jl-gutierrez-pet-store__faq-toggle {
      transform: rotate(45deg); /* Changes + to X or a rotated plus */
    }

    /* Responsive Adjustments */
    @media (max-width: 768px) {
      .page-jl-gutierrez-pet-store__hero-section {
        min-height: 400px;
        padding: 15px;
      }
      .page-jl-gutierrez-pet-store__hero-content h1 {
        font-size: 2em;
      }
      .page-jl-gutierrez-pet-store__hero-content p {
        font-size: 1em;
      }
      .page-jl-gutierrez-pet-store__cta-button {
        padding: 12px 25px;
        font-size: 1em;
      }

      .page-jl-gutierrez-pet-store__about-section,
      .page-jl-gutierrez-pet-store__quick-access-section,
      .page-jl-gutierrez-pet-store__promo-section,
      .page-jl-gutierrez-pet-store__security-section,
      .page-jl-gutierrez-pet-store__faq-section,
      .page-jl-gutierrez-pet-store__blog-section {
        padding: 40px 15px;
      }

      .page-jl-gutierrez-pet-store__about-section h2,
      .page-jl-gutierrez-pet-store__quick-access-section h2,
      .page-jl-gutierrez-pet-store__promo-section h2,
      .page-jl-gutierrez-pet-store__security-section h2,
      .page-jl-gutierrez-pet-store__faq-section h2,
      .page-jl-gutierrez-pet-store__blog-section h2 {
        font-size: 1.8em;
        margin-bottom: 30px;
      }

      .page-jl-gutierrez-pet-store__access-grid,
      .page-jl-gutierrez-pet-store__security-grid,
      .page-jl-gutierrez-pet-store__blog-grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      .page-jl-gutierrez-pet-store__promo-card {
        flex: 1 1 100%;
        max-width: 100%;
      }

      .page-jl-gutierrez-pet-store__access-card img,
      .page-jl-gutierrez-pet-store__promo-card img,
      .page-jl-gutierrez-pet-store__security-item img,
      .page-jl-gutierrez-pet-store__blog-card img {
        height: 180px;
      }

      .page-jl-gutierrez-pet-store__faq-question,
      .page-jl-gutierrez-pet-store__faq-answer {
        padding-left: 15px !important;
        padding-right: 15px !important;
      }

      /* Ensure list items are full width and box-sizing */
      .page-jl-gutierrez-pet-store__access-grid > *,
      .page-jl-gutierrez-pet-store__security-grid > *,
      .page-jl-gutierrez-pet-store__blog-grid > *,
      .page-jl-gutierrez-pet-store__promo-cards > * {
          width: 100% !important;
          max-width: 100% !important;
          box-sizing: border-box !important;
          margin-left: 0 !important;
          margin-right: 0 !important;
      }

      /* For list containers themselves */
      .page-jl-gutierrez-pet-store__access-grid,
      .page-jl-gutierrez-pet-store__security-grid,
      .page-jl-gutierrez-pet-store__blog-grid,
      .page-jl-gutierrez-pet-store__promo-cards {
          width: 100% !important;
          max-width: 100% !important;
          box-sizing: border-box !important;
          padding: 0 !important;
          margin-left: 0 !important;
          margin-right: 0 !important;
      }

      .page-jl-gutierrez-pet-store__faq-question h3,
      .page-jl-gutierrez-pet-store__faq-answer p {
          word-wrap: break-word !important;
          overflow-wrap: break-word !important;
          word-break: break-word !important;
      }
    }