.page-helpslotwin-today-philippines {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f8f8f8;
      padding-top: 10px; /* Small padding, relying on body padding from shared.css */
    }

    .page-helpslotwin-today-philippines__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 15px;
    }

    .page-helpslotwin-today-philippines__section-title {
      font-size: 2.5em;
      color: #222;
      text-align: center;
      margin-bottom: 20px;
      font-weight: bold;
    }

    .page-helpslotwin-today-philippines__section-description {
      font-size: 1.1em;
      text-align: center;
      max-width: 800px;
      margin: 0 auto 40px auto;
      color: #555;
    }

    .page-helpslotwin-today-philippines__button {
      display: inline-block;
      padding: 12px 25px;
      border-radius: 8px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1em;
      transition: background-color 0.3s ease, transform 0.3s ease;
      text-align: center;
      cursor: pointer;
    }

    .page-helpslotwin-today-philippines__button--primary {
      background-color: #ff4500; /* Orange-red for primary action */
      color: #fff;
      border: 2px solid #ff4500;
    }

    .page-helpslotwin-today-philippines__button--primary:hover {
      background-color: #e03e00;
      transform: translateY(-2px);
    }

    .page-helpslotwin-today-philippines__button--secondary {
      background-color: transparent;
      color: #ff4500;
      border: 2px solid #ff4500;
      margin-left: 15px;
    }

    .page-helpslotwin-today-philippines__button--secondary:hover {
      background-color: #ff4500;
      color: #fff;
      transform: translateY(-2px);
    }

    /* Hero Section */
    .page-helpslotwin-today-philippines__hero-section {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      background: linear-gradient(135deg, #001f3f, #003366); /* Dark blue gradient */
      color: #fff;
      padding: 80px 15px;
      position: relative;
      overflow: hidden;
      margin-bottom: 60px;
      border-radius: 15px;
    }

    .page-helpslotwin-today-philippines__hero-content {
      z-index: 1;
      max-width: 900px;
    }

    .page-helpslotwin-today-philippines__hero-title {
      font-size: 3.5em;
      margin-bottom: 20px;
      line-height: 1.2;
      font-weight: bold;
      color: #ffd700; /* Gold color for emphasis */
    }

    .page-helpslotwin-today-philippines__hero-description {
      font-size: 1.3em;
      margin-bottom: 40px;
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-helpslotwin-today-philippines__hero-buttons {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 15px;
    }

    .page-helpslotwin-today-philippines__hero-image-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0.2;
      z-index: 0;
    }

    .page-helpslotwin-today-philippines__hero-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      filter: grayscale(50%); /* Subtle filter, not color change */
    }

    /* About Section */
    .page-helpslotwin-today-philippines__about-section {
      padding: 60px 0;
      background-color: #fff;
      margin-bottom: 60px;
      border-radius: 15px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    }

    .page-helpslotwin-today-philippines__features-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-helpslotwin-today-philippines__feature-item {
      text-align: center;
      padding: 30px;
      background-color: #fdfdfd;
      border-radius: 10px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .page-helpslotwin-today-philippines__feature-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    }

    .page-helpslotwin-today-philippines__feature-icon {
      width: 200px; /* Min size 200x200 */
      height: 200px;
      object-fit: contain;
      margin-bottom: 20px;
    }

    .page-helpslotwin-today-philippines__feature-title {
      font-size: 1.5em;
      color: #003366;
      margin-bottom: 10px;
      font-weight: bold;
    }

    .page-helpslotwin-today-philippines__feature-text {
      font-size: 1em;
      color: #666;
    }

    /* Games Section */
    .page-helpslotwin-today-philippines__games-section {
      padding: 60px 0;
      background-color: #eef2f6;
      margin-bottom: 60px;
      border-radius: 15px;
    }

    .page-helpslotwin-today-philippines__game-categories {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-helpslotwin-today-philippines__game-category-card {
      background-color: #fff;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      text-align: center;
    }

    .page-helpslotwin-today-philippines__game-category-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    }

    .page-helpslotwin-today-philippines__category-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
    }

    .page-helpslotwin-today-philippines__category-title {
      font-size: 1.3em;
      color: #003366;
      margin: 15px 10px 5px 10px;
      font-weight: bold;
    }

    .page-helpslotwin-today-philippines__category-text {
      font-size: 0.95em;
      color: #666;
      padding: 0 15px 20px 15px;
    }

    .page-helpslotwin-today-philippines__providers-showcase {
      margin-top: 60px;
      text-align: center;
    }

    .page-helpslotwin-today-philippines__providers-title {
      font-size: 1.8em;
      color: #003366;
      margin-bottom: 30px;
    }

    .page-helpslotwin-today-philippines__provider-logos {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 25px;
    }

    .page-helpslotwin-today-philippines__provider-logo {
      height: 80px; /* gamelogo type, height controlled by CSS */
      width: auto;
      object-fit: contain;
      filter: grayscale(100%);
      opacity: 0.7;
      transition: filter 0.3s ease, opacity 0.3s ease;
    }

    .page-helpslotwin-today-philippines__provider-logo:hover {
      filter: grayscale(0%);
      opacity: 1;
    }

    /* Promo Section */
    .page-helpslotwin-today-philippines__promo-section {
      padding: 60px 0;
      background-color: #fff;
      margin-bottom: 60px;
      border-radius: 15px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    }

    .page-helpslotwin-today-philippines__promo-cards {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-helpslotwin-today-philippines__promo-card {
      background-color: #fdfdfd;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
      text-align: center;
      padding-bottom: 20px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .page-helpslotwin-today-philippines__promo-image {
      width: 100%;
      height: 250px;
      object-fit: cover;
      margin-bottom: 20px;
    }

    .page-helpslotwin-today-philippines__promo-title {
      font-size: 1.6em;
      color: #003366;
      margin-bottom: 10px;
      padding: 0 15px;
      font-weight: bold;
    }

    .page-helpslotwin-today-philippines__promo-text {
      font-size: 1em;
      color: #666;
      padding: 0 15px 20px 15px;
      flex-grow: 1;
    }

    /* FAQ Section */
    .page-helpslotwin-today-philippines__faq-section {
      padding: 60px 0;
      background-color: #eef2f6;
      margin-bottom: 60px;
      border-radius: 15px;
    }

    .page-helpslotwin-today-philippines__faq-list {
      margin-top: 40px;
    }

    .page-helpslotwin-today-philippines__faq-item {
      background-color: #fff;
      border-radius: 8px;
      margin-bottom: 15px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
      overflow: hidden;
    }

    .page-helpslotwin-today-philippines__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      cursor: pointer;
      background-color: #f0f0f0;
      border-bottom: 1px solid #eee;
      transition: background-color 0.3s ease;
      user-select: none;
    }

    .page-helpslotwin-today-philippines__faq-question:hover {
      background-color: #e5e5e5;
    }

    .page-helpslotwin-today-philippines__faq-item.active .page-helpslotwin-today-philippines__faq-question {
      background-color: #e5e5e5;
    }

    .page-helpslotwin-today-philippines__faq-title {
      font-size: 1.2em;
      color: #003366;
      margin: 0;
      pointer-events: none; /* Prevent click on h3 from interfering */
      flex-grow: 1;
    }

    .page-helpslotwin-today-philippines__faq-toggle {
      font-size: 1.8em;
      color: #ff4500;
      font-weight: bold;
      margin-left: 20px;
      pointer-events: none; /* Prevent click on span from interfering */
      transition: transform 0.3s ease;
    }

    .page-helpslotwin-today-philippines__faq-item.active .page-helpslotwin-today-philippines__faq-toggle {
      transform: rotate(45deg); /* Plus to X/minus */
    }

    .page-helpslotwin-today-philippines__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      opacity: 0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
    }

    .page-helpslotwin-today-philippines__faq-item.active .page-helpslotwin-today-philippines__faq-answer {
      max-height: 2000px !important; /* Sufficiently large */
      padding: 20px 25px !important;
      opacity: 1;
    }

    .page-helpslotwin-today-philippines__faq-text {
      font-size: 1em;
      color: #555;
      margin-bottom: 0;
    }

    /* Call to Action Section */
    .page-helpslotwin-today-philippines__cta-section {
      background: linear-gradient(90deg, #003366, #001f3f);
      color: #fff;
      text-align: center;
      padding: 80px 15px;
      border-radius: 15px;
      margin-bottom: 60px;
    }

    .page-helpslotwin-today-philippines__cta-section .page-helpslotwin-today-philippines__section-title {
      color: #ffd700;
    }

    .page-helpslotwin-today-philippines__cta-section .page-helpslotwin-today-philippines__section-description {
      color: #eee;
      margin-bottom: 40px;
    }

    /* Responsive Design */
    @media (max-width: 1024px) {
      .page-helpslotwin-today-philippines__hero-title {
        font-size: 3em;
      }
      .page-helpslotwin-today-philippines__section-title {
        font-size: 2em;
      }
    }

    @media (max-width: 768px) {
      .page-helpslotwin-today-philippines__hero-section {
        padding: 60px 15px;
      }
      .page-helpslotwin-today-philippines__hero-title {
        font-size: 2.5em;
      }
      .page-helpslotwin-today-philippines__hero-description {
        font-size: 1.1em;
      }
      .page-helpslotwin-today-philippines__hero-buttons {
        flex-direction: column;
        gap: 10px;
      }
      .page-helpslotwin-today-philippines__button--secondary {
        margin-left: 0;
      }
      .page-helpslotwin-today-philippines__section-title {
        font-size: 1.8em;
      }
      .page-helpslotwin-today-philippines__section-description {
        font-size: 1em;
      }

      /* Mobile List Responsive Requirements for features-grid */
      .page-helpslotwin-today-philippines__features-grid {
        grid-template-columns: 1fr;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 10px !important; /* Adjust padding for smaller screens */
        margin-left: 0 !important;
        margin-right: 0 !important;
      }
      .page-helpslotwin-today-philippines__feature-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 20px !important;
      }

      /* Mobile List Responsive Requirements for game-categories */
      .page-helpslotwin-today-philippines__game-categories {
        grid-template-columns: 1fr;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 10px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }
      .page-helpslotwin-today-philippines__game-category-card {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      /* Mobile List Responsive Requirements for promo-cards */
      .page-helpslotwin-today-philippines__promo-cards {
        grid-template-columns: 1fr;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 10px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }
      .page-helpslotwin-today-philippines__promo-card {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      /* Mobile List Responsive Requirements for faq-list */
      .page-helpslotwin-today-philippines__faq-list {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 10px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }
      .page-helpslotwin-today-philippines__faq-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }
      .page-helpslotwin-today-philippines__faq-question {
        padding: 15px 20px;
      }
      .page-helpslotwin-today-philippines__faq-title {
        font-size: 1.1em;
      }
      .page-helpslotwin-today-philippines__faq-toggle {
        font-size: 1.5em;
      }
      .page-helpslotwin-today-philippines__faq-answer {
        padding: 0 20px;
      }
      .page-helpslotwin-today-philippines__faq-item.active .page-helpslotwin-today-philippines__faq-answer {
        padding: 15px 20px !important;
      }

      .page-helpslotwin-today-philippines__container {
        padding: 0 10px;
      }
      .page-helpslotwin-today-philippines__provider-logos {
        gap: 15px;
      }
      .page-helpslotwin-today-philippines__provider-logo {
        height: 60px;
      }
    }

    @media (max-width: 480px) {
      .page-helpslotwin-today-philippines__hero-title {
        font-size: 2em;
      }
      .page-helpslotwin-today-philippines__hero-description {
        font-size: 1em;
      }
      .page-helpslotwin-today-philippines__section-title {
        font-size: 1.5em;
      }
      .page-helpslotwin-today-philippines__button {
        width: 100%;
        margin-left: 0;
      }
      .page-helpslotwin-today-philippines__promo-title {
        font-size: 1.4em;
      }
    }

    /* General image responsive and text wrap */
    .page-helpslotwin-today-philippines img {
      max-width: 100%;
      height: auto;
      box-sizing: border-box;
    }

    .page-helpslotwin-today-philippines__hero-image-wrapper,
    .page-helpslotwin-today-philippines__feature-item,
    .page-helpslotwin-today-philippines__game-category-card,
    .page-helpslotwin-today-philippines__promo-card {
      overflow: hidden;
      box-sizing: border-box;
    }

    .page-helpslotwin-today-philippines__feature-text,
    .page-helpslotwin-today-philippines__category-text,
    .page-helpslotwin-today-philippines__promo-text,
    .page-helpslotwin-today-philippines__faq-text {
      word-wrap: break-word !important;
      overflow-wrap: break-word !important;
      word-break: break-word !important;
    }