
    /* Base styles for the page */
    .page-long-expiry-599-dito {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f8f9fa;
      padding-top: 10px; /* Small decorative padding, relying on body padding for header offset */
    }

    .page-long-expiry-599-dito__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 15px;
      box-sizing: border-box;
    }

    .page-long-expiry-599-dito__section {
      padding: 40px 0;
      margin-bottom: 20px;
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    .page-long-expiry-599-dito__section--dark {
      background-color: #2c3e50;
      color: #ecf0f1;
      box-shadow: none;
    }

    .page-long-expiry-599-dito__section-title {
      font-size: 2.5em;
      color: #2980b9;
      text-align: center;
      margin-bottom: 30px;
      font-weight: bold;
    }

    .page-long-expiry-599-dito__section--dark .page-long-expiry-599-dito__section-title {
      color: #f39c12;
    }

    .page-long-expiry-599-dito__hero-section {
      background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('[GALLERY:hero:1920x1080:dito,network,philippines,connectivity]') center/cover no-repeat;
      color: #fff;
      text-align: center;
      padding: 100px 15px;
      border-radius: 0;
      box-shadow: none;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      min-height: 400px;
    }

    .page-long-expiry-599-dito__hero-title {
      font-size: 3.5em;
      margin-bottom: 20px;
      color: #f39c12;
      line-height: 1.2;
    }

    .page-long-expiry-599-dito__hero-subtitle {
      font-size: 1.5em;
      margin-bottom: 30px;
      max-width: 800px;
      opacity: 0.9;
    }

    .page-long-expiry-599-dito__button {
      display: inline-block;
      background-color: #f39c12;
      color: #fff;
      padding: 15px 30px;
      border-radius: 5px;
      text-decoration: none;
      font-size: 1.1em;
      font-weight: bold;
      transition: background-color 0.3s ease, transform 0.3s ease;
      border: none;
      cursor: pointer;
    }

    .page-long-expiry-599-dito__button:hover {
      background-color: #e67e22;
      transform: translateY(-2px);
    }

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

    .page-long-expiry-599-dito__feature-card {
      background-color: #f1f1f1;
      padding: 25px;
      border-radius: 8px;
      text-align: center;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .page-long-expiry-599-dito__feature-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }

    .page-long-expiry-599-dito__feature-icon {
      width: 200px; /* Min size 200x200 */
      height: 200px; /* Min size 200x200 */
      margin-bottom: 20px;
      object-fit: contain;
    }

    .page-long-expiry-599-dito__feature-title {
      font-size: 1.5em;
      color: #2980b9;
      margin-bottom: 10px;
    }

    .page-long-expiry-599-dito__feature-description {
      font-size: 1em;
      color: #555;
    }

    .page-long-expiry-599-dito__image-content {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      margin-top: 40px;
    }

    .page-long-expiry-599-dito__content-image {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
      margin-bottom: 25px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    }

    .page-long-expiry-599-dito__image-caption {
      font-style: italic;
      color: #777;
      font-size: 0.9em;
    }

    .page-long-expiry-599-dito__text-block {
      margin-bottom: 20px;
      font-size: 1.1em;
    }

    .page-long-expiry-599-dito__list {
      list-style: none;
      padding: 0;
      margin: 20px 0;
    }

    .page-long-expiry-599-dito__list-item {
      background-color: #e9ecef;
      margin-bottom: 10px;
      padding: 15px 20px;
      border-left: 5px solid #2980b9;
      border-radius: 5px;
      display: flex;
      align-items: center;
      box-sizing: border-box; /* Required for list items */
    }

    .page-long-expiry-599-dito__list-item::before {
      content: '✓';
      color: #2980b9;
      font-weight: bold;
      margin-right: 10px;
      font-size: 1.2em;
    }

    /* FAQ Section Styles */
    .page-long-expiry-599-dito__faq-section {
      padding: 60px 0;
      background-color: #f0f4f8;
    }

    .page-long-expiry-599-dito__faq-item {
      background-color: #fff;
      border-radius: 8px;
      margin-bottom: 15px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
      overflow: hidden;
    }

    .page-long-expiry-599-dito__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      background-color: #eaf1f7;
      color: #2c3e50;
      cursor: pointer;
      font-size: 1.2em;
      font-weight: bold;
      transition: background-color 0.3s ease;
      user-select: none;
    }

    .page-long-expiry-599-dito__faq-question:hover {
      background-color: #dde8f2;
    }

    .page-long-expiry-599-dito__faq-question h3 {
      margin: 0;
      font-size: 1.2em; /* Ensure h3 is readable */
      color: #2c3e50;
      pointer-events: none; /* Prevent h3 from blocking click event on parent */
    }

    .page-long-expiry-599-dito__faq-toggle {
      font-size: 1.8em;
      line-height: 1;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle from blocking click event on parent */
    }

    .page-long-expiry-599-dito__faq-item.active .page-long-expiry-599-dito__faq-toggle {
      transform: rotate(45deg);
    }

    .page-long-expiry-599-dito__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;
      color: #555;
    }

    .page-long-expiry-599-dito__faq-item.active .page-long-expiry-599-dito__faq-answer {
      max-height: 2000px !important; /* Sufficiently large to contain content */
      padding: 20px 25px !important;
      opacity: 1;
    }

    /* Responsive Styles */
    @media (max-width: 992px) {
      .page-long-expiry-599-dito__hero-title {
        font-size: 3em;
      }
      .page-long-expiry-599-dito__hero-subtitle {
        font-size: 1.3em;
      }
      .page-long-expiry-599-dito__section-title {
        font-size: 2em;
      }
    }

    @media (max-width: 768px) {
      .page-long-expiry-599-dito__hero-section {
        padding: 80px 15px;
      }
      .page-long-expiry-599-dito__hero-title {
        font-size: 2.5em;
      }
      .page-long-expiry-599-dito__hero-subtitle {
        font-size: 1.1em;
      }
      .page-long-expiry-599-dito__section {
        padding: 30px 0;
      }
      .page-long-expiry-599-dito__section-title {
        font-size: 1.8em;
      }
      .page-long-expiry-599-dito__features-grid {
        grid-template-columns: 1fr;
      }
      .page-long-expiry-599-dito__feature-card {
        padding: 20px;
      }
      .page-long-expiry-599-dito__feature-title {
        font-size: 1.3em;
      }
      .page-long-expiry-599-dito__list-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 12px 15px !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
      }
      .page-long-expiry-599-dito__list {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 15px !important; /* Adjust padding for list container */
        margin-left: 0 !important;
        margin-right: 0 !important;
      }
      .page-long-expiry-599-dito__content-image {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
        padding: 0 10px; /* Add some padding to prevent image from touching edges */
      }
      .page-long-expiry-599-dito__faq-question,
      .page-long-expiry-599-dito__faq-question h3 {
        font-size: 1.1em;
        padding: 15px 20px;
      }
      .page-long-expiry-599-dito__faq-answer {
        padding: 0 20px;
      }
      .page-long-expiry-599-dito__faq-item.active .page-long-expiry-599-dito__faq-answer {
        padding: 15px 20px !important;
      }
    }

    @media (max-width: 480px) {
      .page-long-expiry-599-dito__hero-title {
        font-size: 2em;
      }
      .page-long-expiry-599-dito__hero-subtitle {
        font-size: 1em;
      }
      .page-long-expiry-599-dito__section-title {
        font-size: 1.5em;
      }
      .page-long-expiry-599-dito__button {
        padding: 12px 25px;
        font-size: 1em;
      }
    }
  