
    .page-globe-postpaid-plan-599-free-phone {
        font-family: 'Arial', sans-serif;
        color: #333;
        line-height: 1.6;
        background-color: #f8f8f8;
    }

    .page-globe-postpaid-plan-599-free-phone__container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 20px;
        box-sizing: border-box;
    }

    /* Hero Section */
    .page-globe-postpaid-plan-599-free-phone__hero-section {
        position: relative;
        background-color: #007bff; /* Globe blue */
        color: #fff;
        padding: 80px 20px;
        text-align: center;
        overflow: hidden;
        margin-bottom: 40px;
        padding-top: 90px; /* Adjusted for header offset, assuming body has padding-top */
    }

    .page-globe-postpaid-plan-599-free-phone__hero-background-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0.3;
        z-index: 0;
    }

    .page-globe-postpaid-plan-599-free-phone__hero-content {
        position: relative;
        z-index: 1;
        max-width: 800px;
        margin: 0 auto;
    }

    .page-globe-postpaid-plan-599-free-phone__hero-title {
        font-size: 3em;
        margin-bottom: 20px;
        line-height: 1.2;
        color: #fff;
    }

    .page-globe-postpaid-plan-599-free-phone__hero-subtitle {
        font-size: 1.5em;
        margin-bottom: 30px;
        color: #e0e0e0;
    }

    .page-globe-postpaid-plan-599-free-phone__button {
        display: inline-block;
        background-color: #ffc107; /* Accent color */
        color: #333;
        padding: 15px 30px;
        border-radius: 5px;
        text-decoration: none;
        font-weight: bold;
        transition: background-color 0.3s ease;
        border: none;
        cursor: pointer;
        font-size: 1.1em;
    }

    .page-globe-postpaid-plan-599-free-phone__button:hover {
        background-color: #e0a800;
    }

    /* Section Styling */
    .page-globe-postpaid-plan-599-free-phone__section {
        background-color: #fff;
        padding: 40px 20px;
        margin-bottom: 30px;
        border-radius: 8px;
        box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    }

    .page-globe-postpaid-plan-599-free-phone__section-title {
        font-size: 2.5em;
        color: #007bff;
        text-align: center;
        margin-bottom: 30px;
        position: relative;
    }

    .page-globe-postpaid-plan-599-free-phone__section-title::after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: -10px;
        transform: translateX(-50%);
        width: 60px;
        height: 4px;
        background-color: #ffc107;
        border-radius: 2px;
    }

    .page-globe-postpaid-plan-599-free-phone__text-content {
        font-size: 1.1em;
        margin-bottom: 20px;
        text-align: justify;
    }

    /* Features Grid */
    .page-globe-postpaid-plan-599-free-phone__features-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 30px;
        margin-top: 30px;
    }

    .page-globe-postpaid-plan-599-free-phone__feature-item {
        background-color: #f0f8ff;
        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;
        box-sizing: border-box; /* Crucial for responsive list items */
    }

    .page-globe-postpaid-plan-599-free-phone__feature-item:hover {
        transform: translateY(-5px);
        box-shadow: 0 6px 15px rgba(0,0,0,0.1);
    }

    .page-globe-postpaid-plan-599-free-phone__feature-icon {
        width: 250px; /* Minimum 200px */
        height: 250px; /* Minimum 200px */
        margin-bottom: 15px;
        object-fit: contain;
        max-width: 100%;
        height: auto;
    }

    .page-globe-postpaid-plan-599-free-phone__feature-title {
        font-size: 1.4em;
        color: #0056b3;
        margin-bottom: 10px;
    }

    .page-globe-postpaid-plan-599-free-phone__feature-description {
        font-size: 1em;
        color: #555;
    }

    /* Phone Gallery */
    .page-globe-postpaid-plan-599-free-phone__phone-gallery {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 30px;
        margin-top: 30px;
    }

    .page-globe-postpaid-plan-599-free-phone__phone-card {
        background-color: #fefefe;
        border: 1px solid #eee;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 2px 8px rgba(0,0,0,0.08);
        text-align: center;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        box-sizing: border-box; /* Crucial for responsive list items */
    }

    .page-globe-postpaid-plan-599-free-phone__phone-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    }

    .page-globe-postpaid-plan-599-free-phone__phone-image {
        width: 100%;
        height: 250px; /* Ensure images are not too small */
        object-fit: cover;
        border-bottom: 1px solid #eee;
        max-width: 100%;
        height: auto;
    }

    .page-globe-postpaid-plan-599-free-phone__phone-details {
        padding: 20px;
    }

    .page-globe-postpaid-plan-599-free-phone__phone-name {
        font-size: 1.5em;
        color: #007bff;
        margin-bottom: 10px;
    }

    .page-globe-postpaid-plan-599-free-phone__phone-price {
        font-size: 1.2em;
        color: #ffc107;
        font-weight: bold;
        margin-bottom: 15px;
    }

    /* Call to Action */
    .page-globe-postpaid-plan-599-free-phone__cta-section {
        text-align: center;
        padding: 50px 20px;
        background-color: #007bff;
        color: #fff;
        border-radius: 8px;
        margin-bottom: 40px;
    }

    .page-globe-postpaid-plan-599-free-phone__cta-title {
        font-size: 2.5em;
        margin-bottom: 20px;
    }

    .page-globe-postpaid-plan-599-free-phone__cta-description {
        font-size: 1.2em;
        margin-bottom: 30px;
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }

    /* FAQ Section */
    .page-globe-postpaid-plan-599-free-phone__faq-section {
        background-color: #fff;
        padding: 40px 20px;
        margin-bottom: 30px;
        border-radius: 8px;
        box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    }

    .page-globe-postpaid-plan-599-free-phone__faq-item {
        border-bottom: 1px solid #eee;
        margin-bottom: 10px;
        box-sizing: border-box; /* For list item responsiveness */
    }

    .page-globe-postpaid-plan-599-free-phone__faq-item:last-child {
        border-bottom: none;
        margin-bottom: 0;
    }

    .page-globe-postpaid-plan-599-free-phone__faq-question {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px;
        background-color: #f0f8ff;
        cursor: pointer;
        user-select: none;
        border-radius: 5px;
        transition: background-color 0.3s ease;
    }

    .page-globe-postpaid-plan-599-free-phone__faq-question:hover {
        background-color: #e6f2ff;
    }

    .page-globe-postpaid-plan-599-free-phone__faq-question h3 {
        margin: 0;
        font-size: 1.2em;
        color: #007bff;
        pointer-events: none; /* Prevent text selection from interfering with click */
    }

    .page-globe-postpaid-plan-599-free-phone__faq-toggle {
        font-size: 1.5em;
        font-weight: bold;
        color: #007bff;
        pointer-events: none; /* Prevent icon from interfering with click */
        transition: transform 0.3s ease;
    }

    .page-globe-postpaid-plan-599-free-phone__faq-item.active .page-globe-postpaid-plan-599-free-phone__faq-toggle {
        transform: rotate(45deg); /* Change + to X or similar, or just rotate */
    }

    .page-globe-postpaid-plan-599-free-phone__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: #555;
        font-size: 1em;
        text-align: justify;
    }

    .page-globe-postpaid-plan-599-free-phone__faq-item.active .page-globe-postpaid-plan-599-free-phone__faq-answer {
        max-height: 2000px !important; /* Sufficiently large */
        padding: 20px 15px !important;
        opacity: 1;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
        .page-globe-postpaid-plan-599-free-phone__hero-section {
            padding: 60px 15px;
            padding-top: 80px; /* Adjusted for header offset */
        }

        .page-globe-postpaid-plan-599-free-phone__hero-title {
            font-size: 2.2em;
        }

        .page-globe-postpaid-plan-599-free-phone__hero-subtitle {
            font-size: 1.2em;
        }

        .page-globe-postpaid-plan-599-free-phone__section-title {
            font-size: 2em;
        }

        .page-globe-postpaid-plan-599-free-phone__text-content {
            font-size: 1em;
        }

        .page-globe-postpaid-plan-599-free-phone__feature-item,
        .page-globe-postpaid-plan-599-free-phone__phone-card,
        .page-globe-postpaid-plan-599-free-phone__faq-item {
            width: 100% !important;
            max-width: 100% !important;
            box-sizing: border-box !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
            word-wrap: break-word !important;
            overflow-wrap: break-word !important;
            word-break: break-word !important;
        }

        .page-globe-postpaid-plan-599-free-phone__features-grid,
        .page-globe-postpaid-plan-599-free-phone__phone-gallery {
            grid-template-columns: 1fr;
            padding: 0 !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
            width: 100% !important;
            max-width: 100% !important;
            box-sizing: border-box !important;
        }

        .page-globe-postpaid-plan-599-free-phone__feature-icon,
        .page-globe-postpaid-plan-599-free-phone__phone-image {
            max-width: 100% !important;
            height: auto !important;
            box-sizing: border-box !important;
            margin-left: auto; /* Center images */
            margin-right: auto; /* Center images */
        }

        .page-globe-postpaid-plan-599-free-phone__cta-title {
            font-size: 2em;
        }

        .page-globe-postpaid-plan-599-free-phone__cta-description {
            font-size: 1em;
        }

        .page-globe-postpaid-plan-599-free-phone__faq-question h3 {
            font-size: 1.1em;
        }
        .page-globe-postpaid-plan-599-free-phone__faq-answer {
            padding: 15px 10px !important;
        }
    }
    @media (max-width: 480px) {
        .page-globe-postpaid-plan-599-free-phone__hero-title {
            font-size: 1.8em;
        }
        .page-globe-postpaid-plan-599-free-phone__hero-subtitle {
            font-size: 1em;
        }
        .page-globe-postpaid-plan-599-free-phone__button {
            padding: 12px 25px;
            font-size: 1em;
        }
        .page-globe-postpaid-plan-599-free-phone__section-title {
            font-size: 1.8em;
        }
        .page-globe-postpaid-plan-599-free-phone__feature-icon {
            width: 200px; /* Enforce minimum size */
            height: 200px;
        }
        .page-globe-postpaid-plan-599-free-phone__phone-image {
            height: 200px; /* Enforce minimum size */
        }
    }
  