.page-phmacao-777-download {
        font-family: 'Arial', sans-serif;
        color: #333;
        background-color: #f8f8f8;
        line-height: 1.6;
    }

    .page-phmacao-777-download__hero-section {
        position: relative;
        padding: 60px 20px;
        background: linear-gradient(135deg, #0056b3, #007bff);
        color: #fff;
        text-align: center;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-height: 500px;
    }

    .page-phmacao-777-download__hero-content {
        max-width: 800px;
        z-index: 1;
        margin-bottom: 30px;
    }

    .page-phmacao-777-download__hero-title {
        font-size: 3.2em;
        margin-bottom: 20px;
        font-weight: 700;
        color: #fff;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    }

    .page-phmacao-777-download__hero-subtitle {
        font-size: 1.3em;
        margin-bottom: 30px;
        color: #e0e0e0;
    }

    .page-phmacao-777-download__hero-buttons {
        display: flex;
        gap: 15px;
        justify-content: center;
        flex-wrap: wrap;
    }

    .page-phmacao-777-download__button {
        display: inline-block;
        padding: 15px 30px;
        border-radius: 8px;
        text-decoration: none;
        font-weight: bold;
        transition: background-color 0.3s ease, transform 0.3s ease;
        white-space: nowrap;
        font-size: 1.1em;
    }

    .page-phmacao-777-download__button--primary {
        background-color: #ffc107;
        color: #333;
        border: 2px solid #ffc107;
    }

    .page-phmacao-777-download__button--primary:hover {
        background-color: #e0a800;
        border-color: #e0a800;
        transform: translateY(-2px);
    }

    .page-phmacao-777-download__button--secondary {
        background-color: transparent;
        color: #fff;
        border: 2px solid #fff;
    }

    .page-phmacao-777-download__button--secondary:hover {
        background-color: rgba(255, 255, 255, 0.2);
        transform: translateY(-2px);
    }

    .page-phmacao-777-download__hero-image-wrapper {
        position: relative;
        margin-top: 40px;
        z-index: 0;
        max-width: 100%;
        overflow: hidden;
        border-radius: 15px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    }

    .page-phmacao-777-download__hero-image {
        max-width: 100%;
        height: auto;
        display: block;
    }

    .page-phmacao-777-download__section-title {
        font-size: 2.5em;
        color: #0056b3;
        text-align: center;
        margin-bottom: 20px;
        font-weight: 700;
    }

    .page-phmacao-777-download__section-description {
        font-size: 1.1em;
        color: #555;
        text-align: center;
        max-width: 900px;
        margin: 0 auto 40px;
    }

    .page-phmacao-777-download__features-section,
    .page-phmacao-777-download__download-guide-section,
    .page-phmacao-777-download__game-showcase-section,
    .page-phmacao-777-download__faq-section,
    .page-phmacao-777-download__cta-section {
        padding: 60px 20px;
        max-width: 1200px;
        margin: 0 auto;
    }

    .page-phmacao-777-download__features-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 30px;
    }

    .page-phmacao-777-download__feature-item {
        background-color: #fff;
        padding: 30px;
        border-radius: 12px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        text-align: center;
        transition: transform 0.3s ease;
        box-sizing: border-box;
    }

    .page-phmacao-777-download__feature-item:hover {
        transform: translateY(-5px);
    }

    .page-phmacao-777-download__feature-icon {
        width: 200px; /* Minimum 200px as per requirement */
        height: auto;
        margin-bottom: 20px;
        display: inline-block;
        max-width: 100%;
    }

    .page-phmacao-777-download__feature-title {
        font-size: 1.5em;
        color: #0056b3;
        margin-bottom: 15px;
    }

    .page-phmacao-777-download__feature-text {
        font-size: 1em;
        color: #666;
    }

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

    .page-phmacao-777-download__step-item {
        background-color: #fff;
        padding: 30px;
        border-radius: 12px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
        text-align: center;
        box-sizing: border-box;
        border-top: 5px solid #007bff;
    }

    .page-phmacao-777-download__step-number {
        font-size: 2.5em;
        font-weight: bold;
        color: #007bff;
        margin-bottom: 15px;
        background-color: #e7f0ff;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 20px;
    }

    .page-phmacao-777-download__step-title {
        font-size: 1.4em;
        color: #0056b3;
        margin-bottom: 10px;
    }

    .page-phmacao-777-download__step-text {
        font-size: 1em;
        color: #666;
    }

    .page-phmacao-777-download__download-cta {
        text-align: center;
        margin-top: 50px;
    }

    .page-phmacao-777-download__button--large {
        padding: 18px 40px;
        font-size: 1.2em;
        background-color: #28a745;
        color: #fff;
        border: 2px solid #28a745;
    }

    .page-phmacao-777-download__button--large:hover {
        background-color: #218838;
        border-color: #218838;
        transform: translateY(-2px);
    }

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

    .page-phmacao-777-download__game-card {
        background-color: #fff;
        border-radius: 12px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
        overflow: hidden;
        text-align: center;
        transition: transform 0.3s ease;
        box-sizing: border-box;
    }

    .page-phmacao-777-download__game-card:hover {
        transform: translateY(-5px);
    }

    .page-phmacao-777-download__game-image {
        width: 100%;
        height: 200px;
        object-fit: cover;
        display: block;
        max-width: 100%;
    }

    .page-phmacao-777-download__game-title {
        font-size: 1.4em;
        color: #0056b3;
        margin: 20px 15px 10px;
    }

    .page-phmacao-777-download__game-text {
        font-size: 0.95em;
        color: #666;
        padding: 0 15px 20px;
    }

    .page-phmacao-777-download__faq-container {
        margin-top: 40px;
    }

    .page-phmacao-777-download__faq-item {
        background-color: #fff;
        border-radius: 12px;
        margin-bottom: 15px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
        overflow: hidden;
        box-sizing: border-box;
    }

    .page-phmacao-777-download__faq-question {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 25px;
        cursor: pointer;
        background-color: #e7f0ff;
        color: #0056b3;
        font-weight: bold;
        user-select: none;
        border-bottom: 1px solid #d0e0f0;
        transition: background-color 0.3s ease;
    }

    .page-phmacao-777-download__faq-question:hover {
        background-color: #d0e0f0;
    }

    .page-phmacao-777-download__faq-title {
        font-size: 1.2em;
        margin: 0;
        pointer-events: none;
        flex-grow: 1;
    }

    .page-phmacao-777-download__faq-toggle {
        font-size: 1.8em;
        line-height: 1;
        margin-left: 15px;
        pointer-events: none;
        transition: transform 0.3s ease;
    }

    .page-phmacao-777-download__faq-item.active .page-phmacao-777-download__faq-toggle {
        transform: rotate(45deg);
    }

    .page-phmacao-777-download__faq-answer {
        max-height: 0;
        overflow: hidden;
        padding: 0 25px;
        background-color: #fcfdff;
        color: #555;
        transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
        opacity: 0;
    }

    .page-phmacao-777-download__faq-item.active .page-phmacao-777-download__faq-answer {
        max-height: 2000px !important;
        padding: 20px 25px !important;
        opacity: 1;
    }

    .page-phmacao-777-download__faq-answer p {
        margin: 0;
    }

    .page-phmacao-777-download__cta-section {
        background-color: #0056b3;
        color: #fff;
        text-align: center;
        padding: 80px 20px;
        border-radius: 15px;
        margin-top: 50px;
    }

    .page-phmacao-777-download__cta-section .page-phmacao-777-download__section-title {
        color: #fff;
        margin-bottom: 25px;
    }

    .page-phmacao-777-download__cta-section .page-phmacao-777-download__section-description {
        color: #e0e0e0;
        margin-bottom: 40px;
    }

    .page-phmacao-777-download__button--final-cta {
        background-color: #ffc107;
        color: #333;
        border: 2px solid #ffc107;
        padding: 18px 40px;
        font-size: 1.3em;
    }

    .page-phmacao-777-download__button--final-cta:hover {
        background-color: #e0a800;
        border-color: #e0a800;
        transform: translateY(-3px);
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
        .page-phmacao-777-download__hero-title {
            font-size: 2.5em;
        }

        .page-phmacao-777-download__hero-subtitle {
            font-size: 1.1em;
        }

        .page-phmacao-777-download__hero-buttons {
            flex-direction: column;
            gap: 10px;
        }

        .page-phmacao-777-download__button {
            width: 100%;
            max-width: 300px;
            margin: 0 auto;
            box-sizing: border-box;
        }

        .page-phmacao-777-download__section-title {
            font-size: 2em;
        }

        .page-phmacao-777-download__section-description {
            font-size: 1em;
            margin-bottom: 30px;
        }

        .page-phmacao-777-download__features-section,
        .page-phmacao-777-download__download-guide-section,
        .page-phmacao-777-download__game-showcase-section,
        .page-phmacao-777-download__faq-section,
        .page-phmacao-777-download__cta-section {
            padding: 40px 15px;
        }

        .page-phmacao-777-download__features-grid,
        .page-phmacao-777-download__guide-steps,
        .page-phmacao-777-download__game-grid {
            grid-template-columns: 1fr;
            gap: 20px;
            width: 100% !important;
            max-width: 100% !important;
            box-sizing: border-box !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
        }

        .page-phmacao-777-download__features-grid > .page-phmacao-777-download__feature-item,
        .page-phmacao-777-download__guide-steps > .page-phmacao-777-download__step-item,
        .page-phmacao-777-download__game-grid > .page-phmacao-777-download__game-card {
            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;
        }

        .page-phmacao-777-download__faq-question {
            padding: 15px 20px;
        }

        .page-phmacao-777-download__faq-answer {
            padding: 0 20px;
        }

        .page-phmacao-777-download__faq-item.active .page-phmacao-777-download__faq-answer {
            padding: 15px 20px !important;
        }

        .page-phmacao-777-download__button--final-cta {
            width: 100%;
            max-width: 300px;
            margin: 0 auto;
            box-sizing: border-box;
        }

        .page-phmacao-777-download__hero-image,
        .page-phmacao-777-download__feature-icon,
        .page-phmacao-777-download__game-image {
            max-width: 100% !important;
            height: auto !important;
            box-sizing: border-box !important;
        }
        .page-phmacao-777-download__hero-image-wrapper,
        .page-phmacao-777-download__feature-item,
        .page-phmacao-777-download__game-card {
            width: 100% !important;
            max-width: 100% !important;
            overflow: hidden !important;
            box-sizing: border-box !important;
        }
    }

    @media (max-width: 480px) {
        .page-phmacao-777-download__hero-title {
            font-size: 2em;
        }

        .page-phmacao-777-download__section-title {
            font-size: 1.8em;
        }

        .page-phmacao-777-download__faq-title {
            font-size: 1.1em;
        }
    }