
    .download-hero {
        max-width: 1280px;
        margin: 3rem auto 2rem;
        padding: 2rem 5% 1rem;
        text-align: center;
    }

    .download-hero h2 {
        font-size: 2rem;
        font-weight: 800;
        background: linear-gradient(115deg, #6e2b8f, #cc5ceb, #e3a0ff);
        background-clip: text;
        -webkit-background-clip: text;
        color: transparent;
        margin-bottom: 1rem;
    }

    .download-hero p {
        color: #5a4e74;
        font-size: 1.2rem;
        max-width: 700px;
        margin: 0 auto 2rem auto;
    }

    .download-platforms {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 1.5rem;
        margin-top: 1rem;
    }

    .platform-card {
        background: white;
        border-radius: 32px;
        padding: 1.5rem 2rem;
        min-width: 180px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 12px;
        text-decoration: none;
        transition: all 0.3s ease;
        border: 1px solid #f0e4fa;
        box-shadow: 0 8px 20px rgba(0,0,0,0.03);
    }

    .platform-card:hover {
        transform: translateY(-6px);
        border-color: #cc5ceb;
        box-shadow: 0 20px 30px -12px rgba(204,92,235,0.25);
    }

    .platform-icon {
        font-size: 3.2rem;
    }

    .platform-name {
        font-size: 1.2rem;
        font-weight: 700;
        color: #2d2a3e;
    }

    .platform-desc {
        font-size: 0.8rem;
        color: #9b8cb0;
    }

    .tutorial-section {
        max-width: 1280px;
        margin: 3rem auto 2rem;
        padding: 0 5%;
    }

    .tutorial-header {
        text-align: center;
        margin-bottom: 3rem;
    }

    .tutorial-header h2 {
        font-size: 1.9rem;
        font-weight: 800;
        background: linear-gradient(125deg, #6e2b8f, #cc5ceb);
        background-clip: text;
        -webkit-background-clip: text;
        color: transparent;
        margin-bottom: 0.75rem;
    }

    .tutorial-header p {
        color: #5a4e74;
        font-size: 1.1rem;
    }

    .steps-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 2rem;
    }

    .step-card {
        background: white;
        border-radius: 32px;
        padding: 2rem 1.8rem;
        flex: 1;
        min-width: 220px;
        text-align: center;
        transition: all 0.3s ease;
        border: 1px solid #f0e4fa;
        box-shadow: 0 8px 20px rgba(0,0,0,0.03);
        position: relative;
    }

    .step-card:hover {
        transform: translateY(-5px);
        border-color: #cc5ceb;
        box-shadow: 0 20px 30px -12px rgba(204,92,235,0.2);
    }

    .step-number {
        width: 48px;
        height: 48px;
        background: linear-gradient(135deg, #cc5ceb, #b03ad4);
        color: white;
        font-size: 1.6rem;
        font-weight: 800;
        border-radius: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 1.2rem;
        box-shadow: 0 6px 14px rgba(204,92,235,0.3);
    }

    .step-card h3 {
        font-size: 1.5rem;
        font-weight: 700;
        margin-bottom: 1rem;
        color: #2c273f;
    }

    .step-card p {
        color: #5a4e74;
        font-size: 0.95rem;
        line-height: 1.6;
    }

    .down-main .pricing-section {
        max-width: 1280px;
        margin: 3rem auto 2rem;
        padding: 0 5%;
    }

    .down-main .pricing-header {
        text-align: center;
        margin-bottom: 2.5rem;
    }

    .down-main .pricing-header h2 {
        font-size: 2rem;
        font-weight: 800;
        background: linear-gradient(125deg, #6e2b8f, #cc5ceb);
        background-clip: text;
        -webkit-background-clip: text;
        color: transparent;
        margin-bottom: 0.75rem;
    }

    .pricing-header p {
        color: #5a4e74;
        font-size: 1.05rem;
        max-width: 750px;
        margin: 0 auto;
    }

    .plan-card {
        background: white;
        border-radius: 48px;
        padding: 2rem;
        border: 1px solid #f0e4fa;
        box-shadow: 0 20px 35px -12px rgba(0,0,0,0.05);
        margin-bottom: 2rem;
    }

    .plan-card.platinum {
        background: linear-gradient(135deg, #ffffff 0%, #faf3ff 100%);
        border: 1px solid rgba(204,92,235,0.4);
    }

    .plan-title {
        font-size: 1.4rem;
        font-weight: 800;
        color: #2c273f;
        margin-bottom: 0.5rem;
        display: flex;
        align-items: center;
        gap: 12px;
        flex-wrap: wrap;
    }

    .plan-badge {
        background: linear-gradient(135deg, #cc5ceb20, #b03ad420);
        color: #b03ad4;
        padding: 0.2rem 1rem;
        border-radius: 40px;
        font-size: 0.8rem;
        font-weight: 600;
    }

    .plan-badge.platinum {
        background: linear-gradient(135deg, #e6c8ff, #d4a5f5);
        color: #7b2c9e;
    }

    .plan-sub {
        color: #9b8cb0;
        margin-bottom: 1.5rem;
        font-size: 0.9rem;
    }

    .pricing-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 1.5rem;
        margin: 1.5rem 0;
    }

    .price-item {
        background: #fbf5ff;
        border-radius: 28px;
        padding: 1.2rem;
        text-align: center;
        transition: 0.2s;
        border: 1px solid #f0e4fa;
    }

    .price-item:hover {
        border-color: #cc5ceb;
        transform: translateY(-3px);
    }

    .duration {
        font-size: 1rem;
        font-weight: 600;
        color: #5a4e74;
        margin-bottom: 0.5rem;
    }

    .price {
        font-size: 2rem;
        font-weight: 800;
        color: #2c273f;
        margin-bottom: 0.5rem;
    }

    .price small {
        font-size: 0.9rem;
        font-weight: 500;
        color: #9b8cb0;
    }

    .gift {
        font-size: 0.75rem;
        color: #cc5ceb;
        background: #f0e4fc;
        display: inline-block;
        padding: 0.2rem 0.8rem;
        border-radius: 30px;
        margin-top: 0.3rem;
    }

    .feature-note {
        background: #fefbff;
        border-radius: 24px;
        padding: 1.5rem;
        margin-top: 1rem;
        border-left: 4px solid #cc5ceb;
    }

    .feature-note h4 {
        font-size: 1.1rem;
        font-weight: 700;
        margin-bottom: 0.5rem;
        color: #2c273f;
    }

    .feature-note p {
        color: #5a4e74;
        font-size: 0.9rem;
        line-height: 1.5;
    }

    .scenario-box {
        background: white;
        border-radius: 24px;
        padding: 1.2rem 1.5rem;
        margin-top: 1rem;
        border: 1px solid #f0e4fa;
    }

    .scenario-box p {
        color: #5a4e74;
        font-size: 0.9rem;
    }

    @media (max-width: 800px) {
        .download-hero h1 {
            font-size: 2.2rem;
        }
        .platform-card {
            min-width: 150px;
            padding: 1.2rem 1rem;
        }
        .tutorial-header h2 {
            font-size: 1.8rem;
        }
        .step-card {
            min-width: 260px;
        }
        .pricing-header h2 {
            font-size: 1.8rem;
        }
        .plan-title {
            font-size: 1.5rem;
        }
        .price {
            font-size: 1.6rem;
        }
    }

    @media (max-width: 480px) {
        .download-hero {
            padding: 1.5rem 4% 1rem;
        }
        .download-hero h1 {
            font-size: 1.7rem;
        }
        .download-hero p {
            font-size: 0.95rem;
        }
        .download-platforms {
            gap: 1rem;
        }
        .platform-card {
            min-width: 140px;
            padding: 1rem 0.8rem;
            border-radius: 24px;
        }
        .platform-icon {
            font-size: 2.4rem;
        }
        .platform-name {
            font-size: 1rem;
        }
        .platform-desc {
            font-size: 0.7rem;
        }
        .tutorial-section {
            padding: 0 4%;
        }
        .tutorial-header h2 {
            font-size: 1.4rem;
        }
        .tutorial-header p {
            font-size: 0.9rem;
        }
        .step-card {
            min-width: 100%;
            padding: 1.5rem 1rem;
        }
        .step-number {
            width: 40px;
            height: 40px;
            font-size: 1.3rem;
        }
        .step-card h3 {
            font-size: 1.1rem;
        }
        .step-card p {
            font-size: 0.9rem;
        }
        .down-main .pricing-section {
            padding: 0 4%;
        }
        .down-main .pricing-header h2 {
            font-size: 1.4rem;
        }
        .pricing-header p {
            font-size: 0.9rem;
        }
        .plan-card {
            padding: 1.5rem 1rem;
            border-radius: 32px;
        }
        .plan-title {
            font-size: 1.2rem;
        }
        .pricing-grid {
            grid-template-columns: repeat(2, 1fr);
            gap: 1rem;
        }
        .price-item {
            padding: 1rem;
            border-radius: 20px;
        }
        .duration {
            font-size: 0.85rem;
        }
        .price {
            font-size: 1.4rem;
        }
        .price small {
            font-size: 0.75rem;
        }
        .feature-note {
            padding: 1rem;
            border-radius: 16px;
        }
        .feature-note h4 {
            font-size: 0.9rem;
        }
        .feature-note p {
            font-size: 0.85rem;
        }
        .scenario-box {
            padding: 1rem;
            border-radius: 16px;
        }
        .scenario-box p {
            font-size: 0.9rem;
        }
    }