
    .page-1win-app-ios {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        color: #f0f0f0;
        background-color: #1a1a2e; /* Dark background */
        line-height: 1.6;
    }

    .page-1win-app-ios__hero-section {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 10px 20px 60px; /* Small top padding, more bottom padding for content */
        background: linear-gradient(135deg, #1a1a2e 0%, #0f0f1a 100%);
        overflow: hidden;
        min-height: 500px;
    }

    .page-1win-app-ios__hero-content {
        z-index: 10;
        max-width: 900px;
        margin-bottom: 40px;
    }

    .page-1win-app-ios__hero-title {
        font-size: 2.8em;
        color: #ffcc00; /* Gold accent for title */
        margin-bottom: 20px;
        line-height: 1.2;
    }

    .page-1win-app-ios__hero-title strong {
        color: #ffcc00;
    }

    .page-1win-app-ios__hero-description {
        font-size: 1.2em;
        margin-bottom: 30px;
        color: #ccc;
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
    }

    .page-1win-app-ios__hero-button {
        display: inline-block;
        background-color: #007bff; /* Blue for CTA */
        color: #fff;
        padding: 15px 30px;
        border-radius: 8px;
        text-decoration: none;
        font-weight: bold;
        font-size: 1.1em;
        transition: background-color 0.3s ease, transform 0.2s ease;
        box-shadow: 0 4px 15px rgba(0, 123, 255, 0.4);
    }

    .page-1win-app-ios__hero-button:hover {
        background-color: #0056b3;
        transform: translateY(-2px);
    }

    .page-1win-app-ios__hero-image-wrapper {
        width: 100%;
        max-width: 600px; /* Limit image width */
        margin-top: 30px;
        box-sizing: border-box;
        overflow: hidden;
    }

    .page-1win-app-ios__hero-image {
        max-width: 100%;
        height: auto;
        display: block;
        border-radius: 15px;
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
    }

    .page-1win-app-ios__section-title {
        font-size: 2.2em;
        color: #ffcc00;
        text-align: center;
        margin: 60px 20px 40px;
        position: relative;
        padding-bottom: 10px;
    }

    .page-1win-app-ios__section-title::after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        width: 80px;
        height: 4px;
        background-color: #007bff;
        border-radius: 2px;
    }

    .page-1win-app-ios__section-intro {
        text-align: center;
        max-width: 800px;
        margin: -20px auto 50px;
        font-size: 1.1em;
        color: #ccc;
    }

    /* Advantages Section */
    .page-1win-app-ios__advantages-section {
        padding: 40px 20px;
        background-color: #1a1a2e;
    }

    .page-1win-app-ios__advantages-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 30px;
        max-width: 1200px;
        margin: 0 auto;
    }

    .page-1win-app-ios__advantage-item {
        background-color: #282844;
        padding: 30px;
        border-radius: 12px;
        text-align: center;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .page-1win-app-ios__advantage-item:hover {
        transform: translateY(-8px);
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
    }

    .page-1win-app-ios__advantage-icon {
        width: 250px; /* Min width 200px, so 250px is fine */
        height: auto;
        margin-bottom: 20px;
        max-width: 100%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .page-1win-app-ios__advantage-title {
        font-size: 1.5em;
        color: #ffcc00;
        margin-bottom: 15px;
    }

    .page-1win-app-ios__advantage-description {
        font-size: 1em;
        color: #ccc;
    }

    /* Download Guide Section */
    .page-1win-app-ios__download-guide {
        padding: 40px 20px;
        background-color: #0f0f1a;
    }

    .page-1win-app-ios__guide-steps {
        display: grid;
        grid-template-columns: 1fr; /* Single column on mobile */
        gap: 40px;
        max-width: 900px;
        margin: 0 auto;
    }

    .page-1win-app-ios__step-item {
        background-color: #282844;
        padding: 30px;
        border-radius: 12px;
        text-align: center;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    }

    .page-1win-app-ios__step-number {
        font-size: 2.5em;
        font-weight: bold;
        color: #007bff;
        margin-bottom: 15px;
    }

    .page-1win-app-ios__step-title {
        font-size: 1.6em;
        color: #ffcc00;
        margin-bottom: 15px;
    }

    .page-1win-app-ios__step-description {
        font-size: 1em;
        color: #ccc;
        margin-bottom: 20px;
    }

    .page-1win-app-ios__step-image {
        max-width: 100%;
        height: auto;
        border-radius: 8px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .page-1win-app-ios__cta-bottom {
        text-align: center;
        margin-top: 60px;
    }

    /* Games Section */
    .page-1win-app-ios__games-section {
        padding: 40px 20px;
        background-color: #1a1a2e;
    }

    .page-1win-app-ios__games-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 30px;
        max-width: 1200px;
        margin: 0 auto;
    }

    .page-1win-app-ios__game-card {
        background-color: #282844;
        padding: 20px;
        border-radius: 12px;
        text-align: center;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .page-1win-app-ios__game-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
    }

    .page-1win-app-ios__game-image {
        width: 300px; /* Min width 200px, so 300px is fine */
        height: auto;
        max-width: 100%;
        border-radius: 8px;
        margin-bottom: 15px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .page-1win-app-ios__game-title {
        font-size: 1.4em;
        color: #ffcc00;
        margin-bottom: 10px;
    }

    .page-1win-app-ios__game-description {
        font-size: 0.95em;
        color: #ccc;
    }

    /* Providers Section */
    .page-1win-app-ios__providers-section {
        padding: 40px 20px;
        background-color: #0f0f1a;
    }

    .page-1win-app-ios__provider-logos {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
        max-width: 1200px;
        margin: 0 auto;
    }

    .page-1win-app-ios__provider-link {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #282844;
        padding: 15px 20px;
        border-radius: 8px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        min-width: 200px; /* Ensure minimum size for link container */
        max-width: 280px; /* Max width for individual logo */
        box-sizing: border-box;
    }

    .page-1win-app-ios__provider-link:hover {
        transform: translateY(-5px);
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
    }

    .page-1win-app-ios__provider-logo {
        max-width: 100%;
        height: auto;
        display: block;
    }

    /* FAQ Section */
    .page-1win-app-ios__faq-section {
        padding: 40px 20px 80px;
        background-color: #1a1a2e;
    }

    .page-1win-app-ios__faq-container {
        max-width: 900px;
        margin: 0 auto;
    }

    .page-1win-app-ios__faq-item {
        background-color: #282844;
        margin-bottom: 15px;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    }

    .page-1win-app-ios__faq-question {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 25px;
        cursor: pointer;
        background-color: #3a3a5e; /* Slightly lighter than item background */
        color: #fff;
        font-size: 1.15em;
        font-weight: bold;
        user-select: none;
        transition: background-color 0.3s ease;
    }

    .page-1win-app-ios__faq-question:hover {
        background-color: #4a4a6e;
    }

    .page-1win-app-ios__faq-question-text {
        margin: 0;
        color: #ffcc00; /* Gold for question text */
        pointer-events: none; /* Prevent h3 from blocking click on parent */
        flex-grow: 1;
        text-align: left;
    }

    .page-1win-app-ios__faq-toggle {
        font-size: 1.5em;
        margin-left: 20px;
        transition: transform 0.3s ease;
        pointer-events: none; /* Prevent span from blocking click on parent */
        color: #007bff;
        font-weight: normal;
    }

    .page-1win-app-ios__faq-item.active .page-1win-app-ios__faq-toggle {
        transform: rotate(45deg); /* Change + to X or - */
        color: #ffcc00;
    }

    .page-1win-app-ios__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: #ccc;
        font-size: 1em;
    }

    .page-1win-app-ios__faq-item.active .page-1win-app-ios__faq-answer {
        max-height: 2000px !important; /* Sufficiently large */
        padding: 20px 25px !important; /* Expanded padding */
        opacity: 1;
    }

    /* Responsive adjustments */
    @media (max-width: 1024px) {
        .page-1win-app-ios__hero-title {
            font-size: 2.4em;
        }
        .page-1win-app-ios__section-title {
            font-size: 2em;
        }
    }

    @media (max-width: 768px) {
        .page-1win-app-ios__hero-section {
            padding: 10px 15px 40px;
            min-height: auto;
        }
        .page-1win-app-ios__hero-title {
            font-size: 2em;
        }
        .page-1win-app-ios__hero-description {
            font-size: 1em;
        }
        .page-1win-app-ios__hero-button {
            padding: 12px 25px;
            font-size: 1em;
        }

        .page-1win-app-ios__section-title {
            font-size: 1.8em;
            margin: 40px 15px 30px;
        }
        .page-1win-app-ios__section-intro {
            margin: -10px auto 30px;
            font-size: 1em;
        }

        /* List item responsive requirements */
        .page-1win-app-ios__advantages-grid,
        .page-1win-app-ios__games-grid,
        .page-1win-app-ios__guide-steps {
            grid-template-columns: 1fr;
            gap: 20px;
        }

        .page-1win-app-ios__advantage-item,
        .page-1win-app-ios__step-item,
        .page-1win-app-ios__game-card {
            padding: 25px;
            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-1win-app-ios__advantage-icon,
        .page-1win-app-ios__step-image,
        .page-1win-app-ios__game-image {
            max-width: 100% !important;
            height: auto !important;
            box-sizing: border-box !important;
            word-wrap: break-word !important;
            overflow-wrap: break-word !important;
            word-break: break-word !important;
        }

        .page-1win-app-ios__advantage-title,
        .page-1win-app-ios__step-title,
        .page-1win-app-ios__game-title {
            font-size: 1.3em;
        }

        .page-1win-app-ios__provider-logos {
            flex-direction: column;
            align-items: center;
        }
        .page-1win-app-ios__provider-link {
            width: 90% !important;
            max-width: 90% !important;
            box-sizing: border-box !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
            padding: 10px 15px;
        }
        .page-1win-app-ios__provider-logo {
            max-width: 100%;
            height: auto;
        }

        .page-1win-app-ios__faq-question {
            font-size: 1em;
            padding: 15px 20px;
        }
        .page-1win-app-ios__faq-question-text {
            font-size: 1em;
        }
        .page-1win-app-ios__faq-toggle {
            font-size: 1.3em;
        }
        .page-1win-app-ios__faq-answer {
            padding: 0 20px;
        }
        .page-1win-app-ios__faq-item.active .page-1win-app-ios__faq-answer {
            padding: 15px 20px !important;
        }
    }

    @media (max-width: 480px) {
        .page-1win-app-ios__hero-title {
            font-size: 1.8em;
        }
        .page-1win-app-ios__section-title {
            font-size: 1.6em;
        }
        .page-1win-app-ios__faq-question {
            padding: 12px 15px;
        }
        .page-1win-app-ios__faq-answer {
            padding: 0 15px;
        }
        .page-1win-app-ios__faq-item.active .page-1win-app-ios__faq-answer {
            padding: 12px 15px !important;
        }
    }
  