
    .page-duri5sao {
      font-family: 'Arial', sans-serif;
      color: #e0e0e0;
      background-color: #1a1a2e;
      line-height: 1.6;
      padding-top: 10px; /* Adjust for fixed header */
    }

    .page-duri5sao__section {
      padding: 40px 20px;
      max-width: 1200px;
      margin: 0 auto;
      text-align: center;
    }

    .page-duri5sao__section--dark {
      background-color: #16213e;
    }

    .page-duri5sao__section-title {
      font-size: 2.5em;
      color: #e94560;
      margin-bottom: 20px;
      text-transform: uppercase;
      font-weight: bold;
    }

    .page-duri5sao__section-subtitle {
      font-size: 1.2em;
      color: #b0b0b0;
      margin-bottom: 40px;
    }

    .page-duri5sao__hero-section {
      background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('[GALLERY:hero:1920x1080:duri5sao,gaming,banner]') no-repeat center center/cover;
      padding: 80px 20px;
      color: #fff;
      text-align: center;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      min-height: 500px;
      position: relative;
    }

    .page-duri5sao__hero-title {
      font-size: 3.5em;
      margin-bottom: 15px;
      color: #0f3460;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
      font-weight: 900;
      text-transform: uppercase;
    }
    @media (max-width: 768px) {
      .page-duri5sao__hero-title {
        font-size: 2.5em;
      }
    }

    .page-duri5sao__hero-subtitle {
      font-size: 1.5em;
      margin-bottom: 30px;
      color: #e94560;
      font-weight: 600;
    }
    @media (max-width: 768px) {
      .page-duri5sao__hero-subtitle {
        font-size: 1.2em;
      }
    }

    .page-duri5sao__cta-button {
      background-color: #e94560;
      color: #fff;
      padding: 15px 30px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease;
      display: inline-block;
      margin-top: 20px;
    }

    .page-duri5sao__cta-button:hover {
      background-color: #ff6a80;
    }

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

    .page-duri5sao__feature-item {
      background-color: #0f3460;
      padding: 30px;
      border-radius: 10px;
      text-align: center;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .page-duri5sao__feature-item:hover {
      transform: translateY(-10px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
    }

    .page-duri5sao__feature-icon {
      width: 250px;
      height: auto;
      margin-bottom: 20px;
      border-radius: 8px;
      max-width: 100%;
      height: auto;
      object-fit: cover;
    }

    .page-duri5sao__feature-title {
      font-size: 1.5em;
      color: #e94560;
      margin-bottom: 15px;
    }

    .page-duri5sao__feature-description {
      font-size: 1em;
      color: #b0b0b0;
    }

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

    .page-duri5sao__product-card {
      background-color: #0f3460;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .page-duri5sao__product-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
    }

    .page-duri5sao__product-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      max-width: 100%;
      height: auto;
    }

    .page-duri5sao__product-content {
      padding: 20px;
    }

    .page-duri5sao__product-title {
      font-size: 1.3em;
      color: #e94560;
      margin-bottom: 10px;
    }

    .page-duri5sao__product-description {
      font-size: 0.9em;
      color: #b0b0b0;
    }

    .page-duri5sao__floating-buttons {
      position: fixed;
      bottom: 20px;
      right: 20px;
      display: flex;
      flex-direction: column;
      gap: 10px;
      z-index: 1000;
    }
    @media (max-width: 768px) {
      .page-duri5sao__floating-buttons {
        bottom: 15px;
        right: 15px;
        flex-direction: row;
        width: calc(100% - 30px);
        justify-content: space-around;
      }
    }

    .page-duri5sao__floating-button {
      background-color: #e94560;
      color: #fff;
      padding: 12px 20px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1em;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
      transition: background-color 0.3s ease, transform 0.2s ease;
      white-space: nowrap;
      text-align: center;
    }

    .page-duri5sao__floating-button:hover {
      background-color: #ff6a80;
      transform: translateY(-2px);
    }
    @media (max-width: 768px) {
      .page-duri5sao__floating-button {
        flex: 1;
        padding: 10px 15px;
        font-size: 0.9em;
      }
    }

    .page-duri5sao__promo-banner {
      background-color: #0f3460;
      padding: 30px 20px;
      margin-top: 40px;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    }

    .page-duri5sao__promo-banner h3 {
      font-size: 2em;
      color: #e94560;
      margin-bottom: 15px;
    }

    .page-duri5sao__promo-banner p {
      font-size: 1.1em;
      color: #b0b0b0;
      margin-bottom: 20px;
    }

    /* FAQ Section Styles */
    .page-duri5sao__faq-section {
      padding: 40px 20px;
      max-width: 900px;
      margin: 0 auto;
    }

    .page-duri5sao__faq-item {
      background-color: #0f3460;
      margin-bottom: 15px;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    }

    .page-duri5sao__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      background-color: #16213e;
      color: #e94560;
      cursor: pointer;
      user-select: none;
      font-size: 1.1em;
      font-weight: bold;
      transition: background-color 0.3s ease;
    }

    .page-duri5sao__faq-question:hover {
      background-color: #0f3460;
    }

    .page-duri5sao__faq-question h3 {
      margin: 0;
      color: inherit;
      pointer-events: none; /* Prevent h3 from blocking click event */
      flex-grow: 1;
      text-align: left;
    }

    .page-duri5sao__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      margin-left: 15px;
      pointer-events: none; /* Prevent toggle from blocking click event */
      transition: transform 0.3s ease;
    }

    .page-duri5sao__faq-item.active .page-duri5sao__faq-toggle {
      transform: rotate(45deg); /* Plus to Minus */
    }

    .page-duri5sao__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: #b0b0b0;
      text-align: left;
    }

    .page-duri5sao__faq-item.active .page-duri5sao__faq-answer {
      max-height: 2000px !important;
      padding: 20px 15px !important;
      opacity: 1;
    }

    .page-duri5sao__faq-answer p {
      margin: 0;
    }

    /* Mobile Responsiveness for lists and images */
    @media (max-width: 768px) {
      .page-duri5sao__features-grid,
      .page-duri5sao__product-grid {
        grid-template-columns: 1fr;
      }

      .page-duri5sao__feature-item,
      .page-duri5sao__product-card {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 20px !important;
      }

      .page-duri5sao__product-image,
      .page-duri5sao__feature-icon {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
      }

      .page-duri5sao__section {
        padding: 20px 15px;
      }

      .page-duri5sao__section-title {
        font-size: 2em;
      }

      .page-duri5sao__section-subtitle {
        font-size: 1em;
      }

      .page-duri5sao__hero-section {
        padding: 60px 15px;
        min-height: 400px;
      }

      .page-duri5sao__hero-title {
        font-size: 2.5em;
      }

      .page-duri5sao__hero-subtitle {
        font-size: 1.2em;
      }

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

      .page-duri5sao__promo-banner h3 {
        font-size: 1.5em;
      }

      .page-duri5sao__promo-banner p {
        font-size: 0.9em;
      }

      .page-duri5sao__faq-question {
        padding: 12px 15px;
        font-size: 1em;
      }

      .page-duri5sao__faq-answer {
        padding: 0 10px;
      }

      .page-duri5sao__faq-item.active .page-duri5sao__faq-answer {
        padding: 15px 10px !important;
      }
    }
  