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

    /* Hero Section */
    .page-dito-long-expiry-599__hero-section {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        background-color: #e0f7fa; /* Light blue background */
        padding: 60px 20px;
        position: relative;
        overflow: hidden;
    }

    .page-dito-long-expiry-599__hero-content {
        max-width: 800px;
        margin-bottom: 30px;
        z-index: 1;
    }

    .page-dito-long-expiry-599__hero-title {
        font-size: 2.8em;
        color: #00796b; /* Dark teal */
        margin-bottom: 20px;
        line-height: 1.2;
    }

    .page-dito-long-expiry-599__hero-description {
        font-size: 1.2em;
        color: #444;
        margin-bottom: 30px;
    }

    .page-dito-long-expiry-599__call-to-action {
        margin-top: 20px;
    }

    .page-dito-long-expiry-599__button {
        display: inline-block;
        background-color: #00796b; /* Dark teal */
        color: #fff;
        padding: 15px 30px;
        border-radius: 8px;
        text-decoration: none;
        font-weight: bold;
        font-size: 1.1em;
        transition: background-color 0.3s ease;
        border: none;
        cursor: pointer;
    }

    .page-dito-long-expiry-599__button:hover {
        background-color: #004d40; /* Even darker teal */
    }

    .page-dito-long-expiry-599__hero-image-container {
        width: 100%;
        max-width: 1200px;
        margin-top: 40px;
        box-sizing: border-box;
        overflow: hidden;
    }

    .page-dito-long-expiry-599__hero-image {
        max-width: 100%;
        height: auto;
        display: block;
        border-radius: 12px;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    }

    /* Section common styles */
    .page-dito-long-expiry-599__section-title {
        font-size: 2.2em;
        color: #00796b;
        text-align: center;
        margin-bottom: 50px;
        padding-top: 60px;
    }

    /* Features Section */
    .page-dito-long-expiry-599__features-section {
        padding: 0 20px 80px;
        background-color: #fff;
    }

    .page-dito-long-expiry-599__features-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 30px;
        max-width: 1200px;
        margin: 0 auto;
    }

    .page-dito-long-expiry-599__feature-item {
        background-color: #f9f9f9;
        padding: 30px;
        border-radius: 12px;
        text-align: center;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        box-sizing: border-box; /* Important for responsive lists */
    }

    .page-dito-long-expiry-599__feature-item:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    }

    .page-dito-long-expiry-599__feature-icon {
        width: 250px; /* Minimum 200px */
        height: 250px; /* Minimum 200px */
        object-fit: contain;
        margin-bottom: 20px;
        max-width: 100%;
        height: auto;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .page-dito-long-expiry-599__feature-title {
        font-size: 1.5em;
        color: #00796b;
        margin-bottom: 15px;
    }

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

    /* Benefits Section */
    .page-dito-long-expiry-599__benefits-section {
        padding: 0 20px 80px;
        background-color: #e0f7fa;
    }

    .page-dito-long-expiry-599__benefits-content {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 40px;
        max-width: 1200px;
        margin: 0 auto;
    }

    .page-dito-long-expiry-599__benefits-text {
        flex: 1;
    }

    .page-dito-long-expiry-599__benefits-text p {
        margin-bottom: 15px;
        font-size: 1.1em;
        color: #444;
    }

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

    .page-dito-long-expiry-599__benefit-list-item {
        background-color: #fff;
        margin-bottom: 10px;
        padding: 15px 20px;
        border-radius: 8px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
        display: flex;
        align-items: center;
        font-size: 1.05em;
        color: #333;
        box-sizing: border-box; /* Important for responsive lists */
        word-wrap: break-word; /* Ensure text wraps */
        overflow-wrap: break-word;
    }

    .page-dito-long-expiry-599__benefit-list-item strong {
        color: #00796b;
        margin-right: 8px;
    }

    .page-dito-long-expiry-599__benefits-image-container {
        flex: 1;
        min-width: 300px;
        box-sizing: border-box;
        overflow: hidden;
    }

    .page-dito-long-expiry-599__benefits-image {
        max-width: 100%;
        height: auto;
        display: block;
        border-radius: 12px;
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    }

    /* How to Avail Section */
    .page-dito-long-expiry-599__how-to-avail-section {
        padding: 0 20px 80px;
        background-color: #fff;
    }

    .page-dito-long-expiry-599__steps-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 30px;
        max-width: 1200px;
        margin: 0 auto 50px;
    }

    .page-dito-long-expiry-599__step-item {
        background-color: #f9f9f9;
        padding: 30px;
        border-radius: 12px;
        text-align: center;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
        position: relative;
        box-sizing: border-box; /* Important for responsive lists */
    }

    .page-dito-long-expiry-599__step-number {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 60px;
        height: 60px;
        background-color: #00796b;
        color: #fff;
        border-radius: 50%;
        font-size: 2em;
        font-weight: bold;
        margin-bottom: 20px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }

    .page-dito-long-expiry-599__step-title {
        font-size: 1.6em;
        color: #00796b;
        margin-bottom: 15px;
    }

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

    .page-dito-long-expiry-599__call-to-action-bottom {
        text-align: center;
        margin-top: 40px;
    }

    /* FAQ Section */
    .page-dito-long-expiry-599__faq-section {
        padding: 0 20px 80px;
        background-color: #e0f7fa;
    }

    .page-dito-long-expiry-599__faq-container {
        max-width: 900px;
        margin: 0 auto;
    }

    .page-dito-long-expiry-599__faq-item {
        background-color: #fff;
        margin-bottom: 15px;
        border-radius: 10px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.07);
        overflow: hidden;
    }

    .page-dito-long-expiry-599__faq-question {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 25px;
        font-size: 1.2em;
        font-weight: bold;
        color: #00796b;
        cursor: pointer;
        background-color: #f1f8e9; /* Light green */
        transition: background-color 0.3s ease;
    }

    .page-dito-long-expiry-599__faq-question:hover {
        background-color: #c8e6c9; /* Slightly darker green */
    }

    .page-dito-long-expiry-599__faq-question-text {
        margin: 0;
        pointer-events: none; /* Crucial for click event on parent */
        flex-grow: 1;
        color: #004d40;
    }

    .page-dito-long-expiry-599__faq-toggle {
        font-size: 1.8em;
        line-height: 1;
        margin-left: 15px;
        transition: transform 0.3s ease;
        pointer-events: none; /* Crucial for click event on parent */
        color: #004d40;
    }

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

    .page-dito-long-expiry-599__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;
        background-color: #fff;
        color: #555;
        font-size: 1.05em;
        box-sizing: border-box; /* Ensure padding is included */
    }

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

    .page-dito-long-expiry-599__faq-answer p {
        margin: 0;
        word-wrap: break-word; /* Ensure text wraps */
        overflow-wrap: break-word;
    }


    /* Responsive Design */
    @media (max-width: 1024px) {
        .page-dito-long-expiry-599__hero-title {
            font-size: 2.4em;
        }

        .page-dito-long-expiry-599__hero-description {
            font-size: 1.1em;
        }

        .page-dito-long-expiry-599__section-title {
            font-size: 2em;
        }

        .page-dito-long-expiry-599__benefits-content {
            flex-direction: column;
            text-align: center;
        }

        .page-dito-long-expiry-599__benefits-image-container {
            margin-top: 30px;
        }
    }

    @media (max-width: 768px) {
        .page-dito-long-expiry-599__hero-section {
            padding: 40px 15px;
        }

        .page-dito-long-expiry-599__hero-title {
            font-size: 2em;
        }

        .page-dito-long-expiry-599__hero-description {
            font-size: 1em;
        }

        .page-dito-long-expiry-599__section-title {
            font-size: 1.8em;
            margin-bottom: 30px;
            padding-top: 40px;
        }

        .page-dito-long-expiry-599__button {
            padding: 12px 25px;
            font-size: 1em;
        }

        .page-dito-long-expiry-599__features-section,
        .page-dito-long-expiry-599__benefits-section,
        .page-dito-long-expiry-599__how-to-avail-section,
        .page-dito-long-expiry-599__faq-section {
            padding-left: 15px;
            padding-right: 15px;
            padding-bottom: 60px;
        }

        /* List item responsiveness */
        .page-dito-long-expiry-599__features-grid,
        .page-dito-long-expiry-599__steps-grid {
            grid-template-columns: 1fr;
        }

        .page-dito-long-expiry-599__feature-item,
        .page-dito-long-expiry-599__step-item {
            width: 100% !important;
            max-width: 100% !important;
            box-sizing: border-box !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
            padding: 25px; /* Adjust padding for smaller screens */
        }

        .page-dito-long-expiry-599__benefit-list {
            width: 100% !important;
            max-width: 100% !important;
            box-sizing: border-box !important;
            padding: 0 !important; /* Remove padding from list container */
            margin-left: 0 !important;
            margin-right: 0 !important;
        }

        .page-dito-long-expiry-599__benefit-list-item {
            width: 100% !important;
            max-width: 100% !important;
            box-sizing: border-box !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
            padding: 15px; /* Adjust padding for smaller screens */
            word-wrap: break-word !important;
            overflow-wrap: break-word !important;
            word-break: break-word !important;
        }

        .page-dito-long-expiry-599__feature-icon {
            width: 200px; /* Adjust image width for mobile, still >= 200px */
            height: auto;
        }

        /* Image responsiveness */
        .page-dito-long-expiry-599__hero-image-container,
        .page-dito-long-expiry-599__benefits-image-container {
            width: 100% !important;
            max-width: 100% !important;
            overflow: hidden !important;
            box-sizing: border-box !important;
        }

        .page-dito-long-expiry-599__hero-image,
        .page-dito-long-expiry-599__benefits-image {
            max-width: 100% !important;
            height: auto !important;
            display: block !important;
        }

        .page-dito-long-expiry-599__faq-question {
            font-size: 1.1em;
            padding: 15px 20px;
        }

        .page-dito-long-expiry-599__faq-answer {
            padding: 0 20px;
        }

        .page-dito-long-expiry-599__faq-item.active .page-dito-long-expiry-599__faq-answer {
            padding: 15px 20px !important;
        }
    }

    @media (max-width: 480px) {
        .page-dito-long-expiry-599__hero-title {
            font-size: 1.8em;
        }
        .page-dito-long-expiry-599__section-title {
            font-size: 1.6em;
        }
        .page-dito-long-expiry-599__faq-question {
            font-size: 1em;
        }
        .page-dito-long-expiry-599__faq-answer p {
            font-size: 0.95em;
        }
    }
  