
    /* Page-specific CSS for pinas77-login-free */
    .page-pinas77-login-free {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f8f8f8;
      padding-top: 10px; /* Small top padding, assuming body handles header offset */
    }

    .page-pinas77-login-free__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
      box-sizing: border-box;
    }

    .page-pinas77-login-free__hero-section {
      text-align: center;
      padding: 60px 20px;
      background: linear-gradient(135deg, #1a2a6c, #b21f1f, #fdbb2d);
      color: #fff;
      border-radius: 10px;
      margin-bottom: 40px;
    }

    .page-pinas77-login-free__hero-title {
      font-size: 2.8em;
      margin-bottom: 15px;
      color: #fff;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    }

    .page-pinas77-login-free__hero-subtitle {
      font-size: 1.3em;
      margin-bottom: 30px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
      color: #eee;
    }

    .page-pinas77-login-free__cta-button {
      display: inline-block;
      background-color: #fdbb2d;
      color: #1a2a6c;
      padding: 15px 30px;
      border-radius: 50px;
      font-size: 1.1em;
      font-weight: bold;
      text-decoration: none;
      transition: background-color 0.3s ease, transform 0.3s ease;
      border: none;
      cursor: pointer;
    }

    .page-pinas77-login-free__cta-button:hover {
      background-color: #e0a426;
      transform: translateY(-3px);
    }

    .page-pinas77-login-free__section-title {
      font-size: 2em;
      color: #1a2a6c;
      text-align: center;
      margin-bottom: 30px;
      position: relative;
      padding-bottom: 10px;
    }

    .page-pinas77-login-free__section-title::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 60px;
      height: 4px;
      background-color: #fdbb2d;
      border-radius: 2px;
    }

    .page-pinas77-login-free__content-section {
      background-color: #fff;
      padding: 40px;
      border-radius: 8px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
      margin-bottom: 40px;
    }

    .page-pinas77-login-free__text-block p {
      margin-bottom: 15px;
      font-size: 1.1em;
      color: #555;
    }

    .page-pinas77-login-free__text-block strong {
      color: #1a2a6c;
    }

    .page-pinas77-login-free__feature-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 30px;
    }

    .page-pinas77-login-free__feature-card {
      background-color: #fefefe;
      padding: 25px;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      border-top: 5px solid #1a2a6c;
      display: flex;
      flex-direction: column;
      align-items: center;
      box-sizing: border-box; /* Crucial for responsive list items */
    }

    .page-pinas77-login-free__feature-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    }

    .page-pinas77-login-free__feature-icon {
      margin-bottom: 20px;
      width: 100px; /* Min size */
      height: 100px; /* Min size */
      object-fit: cover;
      border-radius: 50%;
      border: 3px solid #fdbb2d;
    }

    .page-pinas77-login-free__feature-title {
      font-size: 1.4em;
      color: #1a2a6c;
      margin-bottom: 10px;
    }

    .page-pinas77-login-free__feature-description {
      font-size: 1em;
      color: #666;
      word-wrap: break-word; /* Ensure text wraps */
    }

    .page-pinas77-login-free__image-container {
      text-align: center;
      margin: 40px 0;
      overflow: hidden; /* Ensure image doesn't overflow */
      width: 100%;
      max-width: 100%;
      box-sizing: border-box;
    }

    .page-pinas77-login-free__main-image {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      object-fit: cover;
    }

    .page-pinas77-login-free__promo-banner {
      background: url('[GALLERY:banner:1600x400:promotion,bonus,pinas77]') no-repeat center center/cover;
      color: #fff;
      text-align: center;
      padding: 60px 20px;
      border-radius: 10px;
      margin-bottom: 40px;
      position: relative;
      overflow: hidden;
    }

    .page-pinas77-login-free__promo-overlay {
      background-color: rgba(0, 0, 0, 0.5);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 0;
    }

    .page-pinas77-login-free__promo-content {
      position: relative;
      z-index: 1;
    }

    .page-pinas77-login-free__promo-title {
      font-size: 2.5em;
      margin-bottom: 15px;
      color: #fdbb2d;
    }

    .page-pinas77-login-free__promo-description {
      font-size: 1.2em;
      margin-bottom: 30px;
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-pinas77-login-free__promo-button {
      display: inline-block;
      background-color: #fdbb2d;
      color: #1a2a6c;
      padding: 15px 30px;
      border-radius: 50px;
      font-size: 1.1em;
      font-weight: bold;
      text-decoration: none;
      transition: background-color 0.3s ease, transform 0.3s ease;
      border: none;
      cursor: pointer;
    }

    .page-pinas77-login-free__promo-button:hover {
      background-color: #e0a426;
      transform: translateY(-3px);
    }

    .page-pinas77-login-free__faq-section {
      background-color: #fff;
      padding: 40px;
      border-radius: 8px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
      margin-bottom: 40px;
    }

    .page-pinas77-login-free__faq-item {
      border-bottom: 1px solid #eee;
      margin-bottom: 15px;
      padding-bottom: 15px;
    }

    .page-pinas77-login-free__faq-item:last-child {
      border-bottom: none;
      margin-bottom: 0;
      padding-bottom: 0;
    }

    .page-pinas77-login-free__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
      padding: 15px 0;
      user-select: none;
      font-size: 1.2em;
      color: #1a2a6c;
      font-weight: bold;
      transition: color 0.3s ease;
    }

    .page-pinas77-login-free__faq-question:hover {
      color: #fdbb2d;
    }

    .page-pinas77-login-free__faq-question h3 {
      margin: 0;
      flex-grow: 1;
      pointer-events: none; /* Prevent h3 from intercepting click */
      font-size: 1em; /* Adjust h3 font size to fit parent */
    }

    .page-pinas77-login-free__faq-toggle {
      font-size: 1.5em;
      margin-left: 15px;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle icon from intercepting click */
    }

    .page-pinas77-login-free__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;
      color: #555;
      font-size: 1em;
    }

    .page-pinas77-login-free__faq-item.active .page-pinas77-login-free__faq-answer {
      max-height: 2000px !important; /* Sufficiently large */
      padding: 20px 15px !important;
      opacity: 1;
    }

    .page-pinas77-login-free__faq-item.active .page-pinas77-login-free__faq-toggle {
      transform: rotate(45deg); /* Changes + to x or - */
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-pinas77-login-free__container {
        padding: 15px;
      }

      .page-pinas77-login-free__hero-section {
        padding: 40px 15px;
        margin-bottom: 30px;
      }

      .page-pinas77-login-free__hero-title {
        font-size: 2em;
      }

      .page-pinas77-login-free__hero-subtitle {
        font-size: 1.1em;
      }

      .page-pinas77-login-free__cta-button {
        padding: 12px 25px;
        font-size: 1em;
      }

      .page-pinas77-login-free__section-title {
        font-size: 1.7em;
        margin-bottom: 25px;
      }

      .page-pinas77-login-free__content-section,
      .page-pinas77-login-free__faq-section {
        padding: 25px;
        margin-bottom: 30px;
      }

      .page-pinas77-login-free__text-block p {
        font-size: 1em;
      }

      .page-pinas77-login-free__feature-grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }
      
      /* List item responsiveness */
      .page-pinas77-login-free__feature-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 smaller screens */
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      .page-pinas77-login-free__promo-banner {
        padding: 40px 15px;
        margin-bottom: 30px;
      }

      .page-pinas77-login-free__promo-title {
        font-size: 2em;
      }

      .page-pinas77-login-free__promo-description {
        font-size: 1em;
      }

      .page-pinas77-login-free__promo-button {
        padding: 12px 25px;
        font-size: 1em;
      }

      .page-pinas77-login-free__faq-question {
        font-size: 1.1em;
        padding: 10px 0;
      }

      .page-pinas77-login-free__faq-answer {
        padding: 15px 10px !important;
        font-size: 0.95em;
      }

      /* Image responsiveness */
      .page-pinas77-login-free__image-container {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
      }

      .page-pinas77-login-free__main-image,
      .page-pinas77-login-free__feature-icon {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }
    }
  