
    /* Base styles for the page */
    .page-easy-surf-599-tm {
      font-family: 'Arial', sans-serif;
      line-height: 1.6;
      color: #333;
      background-color: #f4f7f6;
      padding-bottom: 40px; /* Ensure space above footer */
    }

    /* Fixed navigation bar offset for the first section */
    .page-easy-surf-599-tm__hero-section {
      padding-top: 10px; /* Small decorative top padding */
    }
    .page-easy-surf-599-tm__content-wrapper {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 20px;
      box-sizing: border-box;
    }

    .page-easy-surf-599-tm__section {
      background-color: #ffffff;
      margin-bottom: 30px;
      padding: 40px 20px;
      border-radius: 8px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
      text-align: center;
    }

    .page-easy-surf-599-tm__section-title {
      font-size: 2.5em;
      color: #007bff;
      margin-bottom: 25px;
      font-weight: bold;
      text-align: center;
      line-height: 1.2;
    }

    .page-easy-surf-599-tm__section-subtitle {
      font-size: 1.2em;
      color: #555;
      margin-bottom: 30px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-easy-surf-599-tm__hero-section {
      position: relative;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #ffffff;
      text-align: center;
      padding: 100px 20px;
      min-height: 450px;
      background-color: #333; /* Fallback */
    }

    .page-easy-surf-599-tm__hero-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 1;
      filter: brightness(0.6); /* Darken image for text readability */
    }

    .page-easy-surf-599-tm__hero-content {
      position: relative;
      z-index: 2;
      max-width: 900px;
    }

    .page-easy-surf-599-tm__hero-title {
      font-size: 3.5em;
      margin-bottom: 20px;
      line-height: 1.1;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

    .page-easy-surf-599-tm__hero-description {
      font-size: 1.4em;
      margin-bottom: 30px;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
    }

    .page-easy-surf-599-tm__cta-button {
      display: inline-block;
      background-color: #007bff;
      color: #ffffff;
      padding: 15px 30px;
      border-radius: 5px;
      text-decoration: none;
      font-size: 1.1em;
      font-weight: bold;
      transition: background-color 0.3s ease, transform 0.2s ease;
      border: none;
      cursor: pointer;
    }

    .page-easy-surf-599-tm__cta-button:hover {
      background-color: #0056b3;
      transform: translateY(-2px);
    }

    .page-easy-surf-599-tm__features-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-easy-surf-599-tm__feature-card {
      background-color: #f9f9f9;
      padding: 30px;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
      min-height: 280px;
      box-sizing: border-box;
    }

    .page-easy-surf-599-tm__feature-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
    }

    .page-easy-surf-599-tm__feature-icon {
      width: 150px; /* Min size for images */
      height: 150px;
      object-fit: contain;
      margin-bottom: 20px;
      max-width: 100%;
      height: auto;
    }

    .page-easy-surf-599-tm__feature-title {
      font-size: 1.5em;
      color: #007bff;
      margin-bottom: 15px;
      font-weight: bold;
    }

    .page-easy-surf-599-tm__feature-description {
      font-size: 1em;
      color: #666;
      flex-grow: 1;
    }

    .page-easy-surf-599-tm__games-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 25px;
      margin-top: 40px;
    }

    .page-easy-surf-599-tm__game-card {
      background-color: #f9f9f9;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      box-sizing: border-box;
    }

    .page-easy-surf-599-tm__game-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
    }

    .page-easy-surf-599-tm__game-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      display: block;
      max-width: 100%;
      height: auto;
    }

    .page-easy-surf-599-tm__game-info {
      padding: 20px;
      text-align: left;
    }

    .page-easy-surf-599-tm__game-title {
      font-size: 1.3em;
      color: #007bff;
      margin-bottom: 10px;
      font-weight: bold;
    }

    .page-easy-surf-599-tm__game-description {
      font-size: 0.9em;
      color: #666;
    }

    .page-easy-surf-599-tm__promotion-card {
      background-color: #e6f2ff;
      border: 1px solid #b3d9ff;
      padding: 30px;
      border-radius: 8px;
      margin-bottom: 20px;
      text-align: left;
      transition: background-color 0.3s ease;
      box-sizing: border-box;
    }

    .page-easy-surf-599-tm__promotion-card:hover {
      background-color: #d9ecff;
    }

    .page-easy-surf-599-tm__promotion-title {
      font-size: 1.8em;
      color: #0056b3;
      margin-bottom: 15px;
      font-weight: bold;
    }

    .page-easy-surf-599-tm__promotion-description {
      font-size: 1.1em;
      color: #333;
      margin-bottom: 20px;
    }

    .page-easy-surf-599-tm__promotion-button {
      display: inline-block;
      background-color: #28a745;
      color: #ffffff;
      padding: 12px 25px;
      border-radius: 5px;
      text-decoration: none;
      font-size: 1em;
      font-weight: bold;
      transition: background-color 0.3s ease;
      border: none;
      cursor: pointer;
    }

    .page-easy-surf-599-tm__promotion-button:hover {
      background-color: #218838;
    }

    .page-easy-surf-599-tm__why-choose-list {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 20px;
      list-style: none;
      padding: 0;
      margin-top: 40px;
    }

    .page-easy-surf-599-tm__why-choose-item {
      background-color: #f0f8ff;
      padding: 25px;
      border-left: 5px solid #007bff;
      border-radius: 5px;
      text-align: left;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
      box-sizing: border-box;
    }

    .page-easy-surf-599-tm__why-choose-item-title {
      font-size: 1.4em;
      color: #007bff;
      margin-bottom: 10px;
      font-weight: bold;
    }

    .page-easy-surf-599-tm__why-choose-item-description {
      font-size: 0.95em;
      color: #555;
    }

    .page-easy-surf-599-tm__faq-section {
      text-align: left;
    }

    .page-easy-surf-599-tm__faq-item {
      background-color: #f9f9f9;
      border: 1px solid #eee;
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      box-sizing: border-box;
    }

    .page-easy-surf-599-tm__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px;
      cursor: pointer;
      background-color: #ffffff;
      border-bottom: 1px solid #eee;
      transition: background-color 0.3s ease;
      user-select: none;
      box-sizing: border-box;
    }

    .page-easy-surf-599-tm__faq-question:hover {
      background-color: #f0f0f0;
    }

    .page-easy-surf-599-tm__faq-question h3 {
      margin: 0;
      font-size: 1.2em;
      color: #333;
      flex-grow: 1;
      pointer-events: none; /* Prevent h3 from blocking click */
    }

    .page-easy-surf-599-tm__faq-toggle {
      font-size: 1.8em;
      font-weight: bold;
      color: #007bff;
      margin-left: 15px;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle from blocking click */
    }

    .page-easy-surf-599-tm__faq-item.active .page-easy-surf-599-tm__faq-toggle {
      transform: rotate(45deg); /* Rotates the plus sign to an 'x' or '-' */
    }

    .page-easy-599-tm__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      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;
      text-align: left;
      box-sizing: border-box;
    }

    .page-easy-surf-599-tm__faq-item.active .page-easy-599-tm__faq-answer {
      max-height: 2000px !important; /* Sufficiently large */
      padding: 20px !important;
      opacity: 1;
    }

    /* Responsive Design */
    @media (max-width: 768px) {
      .page-easy-surf-599-tm__hero-title {
        font-size: 2.5em;
      }

      .page-easy-surf-599-tm__hero-description {
        font-size: 1.1em;
      }

      .page-easy-surf-599-tm__section-title {
        font-size: 2em;
      }

      .page-easy-surf-599-tm__section-subtitle {
        font-size: 1em;
      }

      .page-easy-surf-599-tm__features-grid,
      .page-easy-surf-599-tm__games-grid,
      .page-easy-surf-599-tm__why-choose-list {
        grid-template-columns: 1fr;
      }

      .page-easy-surf-599-tm__feature-card,
      .page-easy-surf-599-tm__game-card,
      .page-easy-surf-599-tm__promotion-card,
      .page-easy-surf-599-tm__why-choose-item,
      .page-easy-surf-599-tm__faq-item {
        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 */
      }

      .page-easy-surf-599-tm__why-choose-list,
      .page-easy-surf-599-tm__faq-section {
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
      }

      .page-easy-surf-599-tm__faq-question {
        padding: 15px !important;
      }

      .page-easy-surf-599-tm__faq-question h3 {
        font-size: 1.1em;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      .page-easy-599-tm__faq-answer {
        padding: 15px !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      /* Image responsiveness */
      .page-easy-surf-599-tm__hero-image,
      .page-easy-surf-599-tm__feature-icon,
      .page-easy-surf-599-tm__game-image {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }
    }

    @media (max-width: 480px) {
      .page-easy-surf-599-tm__hero-title {
        font-size: 2em;
      }

      .page-easy-surf-599-tm__hero-description {
        font-size: 1em;
      }

      .page-easy-surf-599-tm__section-title {
        font-size: 1.8em;
      }
    }
  