
      :root {
        --primary-color: #2F6BFF;
        --secondary-color: #6FA3FF;
        --glow-color: #A5C4FF;
        --border-color: #D6E2FF;
        --button-gradient: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
        --card-bg: #FFFFFF;
        --text-main: #1F2D3D;
        --background-color: #F4F7FB;
      }

      .page-resources-vip79-customer-service {
        font-family: 'Arial', sans-serif;
        color: var(--text-main);
        background-color: var(--background-color);
        line-height: 1.6;
        padding-bottom: 60px;
      }

      .page-resources-vip79-customer-service__hero-section {
        background: var(--button-gradient);
        color: #ffffff;
        padding: 10px 20px 60px;
        text-align: center;
        position: relative;
        overflow: hidden;
      }

      .page-resources-vip79-customer-service__hero-image {
        width: 100%;
        height: auto;
        max-width: 1200px;
        margin: 20px auto 0;
        border-radius: 12px;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
        display: block;
      }

      .page-resources-vip79-customer-service__hero-content {
        max-width: 900px;
        margin: 0 auto;
        position: relative;
        z-index: 1;
      }

      .page-resources-vip79-customer-service__hero-title {
        font-size: clamp(2.2rem, 5vw, 3.5rem);
        font-weight: 700;
        margin-bottom: 15px;
        line-height: 1.2;
        color: #ffffff;
      }

      .page-resources-vip79-customer-service__hero-description {
        font-size: clamp(1rem, 2.5vw, 1.25rem);
        margin-bottom: 30px;
        opacity: 0.9;
      }

      .page-resources-vip79-customer-service__btn-primary {
        background: var(--button-gradient);
        color: #ffffff;
        padding: 14px 30px;
        border-radius: 8px;
        text-decoration: none;
        font-weight: 600;
        font-size: 1.1rem;
        transition: all 0.3s ease;
        display: inline-block;
        border: none;
        cursor: pointer;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
      }

      .page-resources-vip79-customer-service__btn-primary:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
      }

      .page-resources-vip79-customer-service__section {
        max-width: 1200px;
        margin: 40px auto;
        padding: 20px;
        background-color: var(--card-bg);
        border-radius: 12px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
      }

      .page-resources-vip79-customer-service__section-title {
        font-size: 2.2rem;
        color: var(--primary-color);
        text-align: center;
        margin-bottom: 30px;
        font-weight: 700;
      }

      .page-resources-vip79-customer-service__subsection-title {
        font-size: 1.6rem;
        color: var(--text-main);
        margin-top: 30px;
        margin-bottom: 15px;
        font-weight: 600;
      }

      .page-resources-vip79-customer-service__content-text {
        font-size: 1rem;
        line-height: 1.7;
        margin-bottom: 15px;
        color: #333333;
      }

      .page-resources-vip79-customer-service__list {
        list-style: none;
        padding: 0;
        margin-bottom: 20px;
      }

      .page-resources-vip79-customer-service__list-item {
        display: flex;
        align-items: flex-start;
        margin-bottom: 10px;
        font-size: 1rem;
        color: #333333;
      }

      .page-resources-vip79-customer-service__list-item::before {
        content: '✓';
        color: var(--primary-color);
        font-weight: bold;
        margin-right: 10px;
        font-size: 1.2rem;
        line-height: 1;
      }

      .page-resources-vip79-customer-service__image-container {
        text-align: center;
        margin: 30px 0;
      }

      .page-resources-vip79-customer-service__image {
        width: 100%;
        height: auto;
        max-width: 800px;
        border-radius: 12px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        display: block;
        margin: 0 auto;
      }

      .page-resources-vip79-customer-service__cta-section {
        text-align: center;
        padding: 50px 20px;
        background-color: var(--secondary-color);
        color: #ffffff;
        border-radius: 12px;
        max-width: 1200px;
        margin: 40px auto;
      }

      .page-resources-vip79-customer-service__cta-title {
        font-size: 2.5rem;
        margin-bottom: 20px;
        font-weight: 700;
      }

      .page-resources-vip79-customer-service__cta-text {
        font-size: 1.15rem;
        margin-bottom: 30px;
        opacity: 0.9;
      }

      .page-resources-vip79-customer-service__faq-section {
        max-width: 1000px;
        margin: 40px auto;
        padding: 20px;
        background-color: var(--card-bg);
        border-radius: 12px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
      }

      .page-resources-vip79-customer-service__faq-item {
        margin-bottom: 15px;
        border-bottom: 1px solid var(--border-color);
      }

      .page-resources-vip79-customer-service__faq-question {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 0;
        font-size: 1.15rem;
        font-weight: 600;
        color: var(--text-main);
        cursor: pointer;
        user-select: none;
        transition: color 0.3s ease;
      }

      .page-resources-vip79-customer-service__faq-question:hover {
        color: var(--primary-color);
      }

      .page-resources-vip79-customer-service__faq-question h3 {
        margin: 0;
        font-size: 1.15rem;
        font-weight: 600;
        pointer-events: none; /* Prevent h3 from intercepting click */
      }

      .page-resources-vip79-customer-service__faq-toggle {
        font-size: 1.5rem;
        line-height: 1;
        margin-left: 15px;
        pointer-events: none; /* Prevent toggle from intercepting click */
        transition: transform 0.3s ease;
      }

      .page-resources-vip79-customer-service__faq-item.active .page-resources-vip79-customer-service__faq-toggle {
        transform: rotate(45deg);
      }

      .page-resources-vip79-customer-service__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: #333333;
      }

      .page-resources-vip79-customer-service__faq-item.active .page-resources-vip79-customer-service__faq-answer {
        max-height: 2000px !important; /* Sufficiently large value */
        padding: 20px 15px !important;
        opacity: 1;
      }

      .page-resources-vip79-customer-service__link {
        color: var(--primary-color);
        text-decoration: none;
        font-weight: 600;
      }

      .page-resources-vip79-customer-service__link:hover {
        text-decoration: underline;
      }

      .page-resources-vip79-customer-service__article-meta {
        font-size: 0.9rem;
        color: #666;
        text-align: center;
        margin-bottom: 20px;
      }

      .page-resources-vip79-customer-service__table-container {
        overflow-x: auto;
        margin-top: 20px;
        margin-bottom: 20px;
      }

      .page-resources-vip79-customer-service__table {
        width: 100%;
        border-collapse: collapse;
        min-width: 600px;
      }

      .page-resources-vip79-customer-service__table th,
      .page-resources-vip79-customer-service__table td {
        border: 1px solid var(--border-color);
        padding: 12px 15px;
        text-align: left;
        font-size: 0.95rem;
        color: #333333;
      }

      .page-resources-vip79-customer-service__table th {
        background-color: var(--primary-color);
        color: #ffffff;
        font-weight: 600;
      }

      .page-resources-vip79-customer-service__table tr:nth-child(even) {
        background-color: #f9f9f9;
      }

      .page-resources-vip79-customer-service__table tr:hover {
        background-color: #f0f0f0;
      }

      /* General image responsiveness */
      .page-resources-vip79-customer-service img {
        max-width: 100%;
        height: auto;
        display: block;
      }

      /* Button general styling */
      .page-resources-vip79-customer-service a[class*="btn"],
      .page-resources-vip79-customer-service button[class*="btn"] {
        max-width: 100%;
        box-sizing: border-box;
        white-space: normal;
        word-wrap: break-word;
        text-align: center;
      }

      /* Button container general styling */
      .page-resources-vip79-customer-service__cta-buttons,
      .page-resources-vip79-customer-service__button-group {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        overflow: hidden;
        display: flex;
        justify-content: center;
        gap: 20px;
        flex-wrap: wrap;
      }

      /* Mobile responsiveness */
      @media (max-width: 768px) {
        .page-resources-vip79-customer-service {
          font-size: 16px;
          line-height: 1.6;
        }

        .page-resources-vip79-customer-service__hero-section {
          padding-top: 10px !important;
          padding-left: 15px;
          padding-right: 15px;
        }

        .page-resources-vip79-customer-service__hero-title {
          font-size: 2rem;
        }

        .page-resources-vip79-customer-service__hero-description {
          font-size: 1rem;
        }

        .page-resources-vip79-customer-service__btn-primary {
          width: 100% !important;
          max-width: 100% !important;
          padding: 12px 15px;
          font-size: 1rem;
        }

        .page-resources-vip79-customer-service__section,
        .page-resources-vip79-customer-service__cta-section,
        .page-resources-vip79-customer-service__faq-section {
          margin: 20px auto;
          padding: 15px;
          border-radius: 8px;
          box-sizing: border-box !important;
          width: 100% !important;
          max-width: 100% !important;
        }

        .page-resources-vip79-customer-service__section-title {
          font-size: 1.8rem;
          margin-bottom: 20px;
        }

        .page-resources-vip79-customer-service__subsection-title {
          font-size: 1.4rem;
          margin-top: 25px;
          margin-bottom: 10px;
        }

        .page-resources-vip79-customer-service__content-text,
        .page-resources-vip79-customer-service__list-item {
          font-size: 0.95rem;
        }

        .page-resources-vip79-customer-service__list-item {
          box-sizing: border-box !important;
          width: 100% !important;
          max-width: 100% !important;
          margin-left: 0 !important;
          margin-right: 0 !important;
          padding-left: 0;
          word-wrap: break-word !important;
          overflow-wrap: break-word !important;
        }

        .page-resources-vip79-customer-service__list {
          padding: 0 !important;
          margin-left: 0 !important;
          margin-right: 0 !important;
          width: 100% !important;
          max-width: 100% !important;
          box-sizing: border-box !important;
        }

        .page-resources-vip79-customer-service__image-container {
          margin: 20px 0;
        }

        .page-resources-vip79-customer-service__image,
        .page-resources-vip79-customer-service__hero-image {
          max-width: 100% !important;
          width: 100% !important;
          height: auto !important;
          box-sizing: border-box !important;
        }

        .page-resources-vip79-customer-service__cta-title {
          font-size: 2rem;
        }

        .page-resources-vip79-customer-service__cta-text {
          font-size: 1rem;
        }

        .page-resources-vip79-customer-service__cta-buttons {
          flex-direction: column !important;
          gap: 15px;
          padding-left: 15px;
          padding-right: 15px;
        }

        .page-resources-vip79-customer-service__faq-question {
          font-size: 1rem;
          padding: 12px 0;
        }

        .page-resources-vip79-customer-service__faq-question h3 {
          font-size: 1rem;
        }

        .page-resources-vip79-customer-service__faq-answer {
          padding: 15px 10px !important;
        }

        .page-resources-vip79-customer-service__table-container {
          margin-left: -15px;
          margin-right: -15px;
          width: calc(100% + 30px);
        }
      }
    