.itunes-hero {
    min-height: 560px;
}

.itunes-hero .text-area {
    max-width: 560px;
}

.itunes-hero h1 {
    max-width: 520px;
}

.itunes-hero .hero {
    max-width: 520px;
}

.itunes-hero .hero img {
    width: 100%;
    display: block;
}

.itunes-section,
.itunes-steps {
    padding-top: 90px;
    padding-bottom: 90px;
}

.itunes-section h2,
.itunes-how h2,
.itunes-steps h2,
.support-block h2 {
    max-width: 760px;
    margin: 0 auto 60px;
    text-align: center;
    font-size: 36px;
    line-height: 1.25;
    color: #111827;
}

.itunes-feature {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 74px;
    margin-bottom: 86px;
}

.itunes-feature:last-child {
    margin-bottom: 0;
}

.itunes-feature--reverse {
    flex-direction: row-reverse;
}

.itunes-feature__media {
    flex: 0 0 48%;
    text-align: center;
}

.itunes-feature__media img {
    width: 100%;
    max-width: 520px;
    height: auto;
    display: inline-block;
}

.itunes-feature__copy {
    flex: 1;
    max-width: 560px;
}

.itunes-feature__copy h3 {
    margin: 0 0 18px;
    font-size: 26px;
    line-height: 1.28;
    color: #111827;
}

.itunes-feature__copy p {
    margin: 0 0 14px;
    font-size: 16px;
    line-height: 1.7;
    color: #4b5563;
}

.itunes-how {
    padding: 90px 0;
    background: #eef8ff;
}

.itunes-how .itunes-feature {
    margin-bottom: 76px;
}

.support-block {
    padding-top: 48px;
}

.support-block h2 {
    max-width: 660px;
    margin-bottom: 44px;
}

.support-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 36px;
}

.support-card {
    min-height: 260px;
    padding: 42px 34px 36px;
    border-radius: 6px;
    background: #ffffff;
    box-shadow: 0 14px 38px rgba(18, 65, 112, 0.08);
    text-align: center;
}

.support-card img {
    width: 68px;
    height: 68px;
    object-fit: contain;
    margin-bottom: 24px;
}

.support-card h3 {
    margin: 0 0 12px;
    font-size: 20px;
    line-height: 1.3;
    color: #111827;
    text-align: center;
}

.support-card p {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: #586174;
}

.itunes-steps .steps-container {
    align-items: center;
    gap: 72px;
    padding-bottom: 0;
}

.itunes-steps .steps-container .steps {
    gap: 48px;
}

.itunes-steps .steps-container .step-content h3 {
    font-size: 20px;
    font-weight: 700;
}

.itunes-steps .steps-container .step-content p {
    max-width: 430px;
    font-size: 15px;
}

.itunes-steps .steps-container .images img {
    width: 620px;
    max-width: 52vw;
    border-radius: 8px;
    box-shadow: 0 16px 42px rgba(28, 85, 136, 0.14);
}

.itunes-faqs {
    padding: 86px 0 90px;
    background: #eef8ff;
}

.itunes-faqs .faq-title {
    margin-top: 0;
}

.itunes-faqs .faq-list {
    max-width: 1000px;
    margin: 0 auto 2rem;
}

.itunes-faqs .faq-item {
    border: 1px solid #e4eef7;
}

.itunes-faqs .faq-answer a {
    color: #1B89FE;
    text-decoration: underline;
}

.itunes-faqs .faq-item.active .faq-answer {
    max-height: 600px;
}

.itunes-footer {
    background: #3999ff;
}

@media (max-width: 1024px) {
    .itunes-hero {
        min-height: auto;
    }

    .itunes-hero .text-area,
    .itunes-hero h1 {
        margin-left: auto;
        margin-right: auto;
    }

    .itunes-hero .hero {
        margin: 30px auto 0;
    }

    .itunes-section,
    .itunes-steps,
    .itunes-how {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .itunes-steps {
        padding-bottom: 40px;
    }

    .itunes-faqs {
        padding: 48px 0 70px;
    }

    .itunes-section h2,
    .itunes-how h2,
    .itunes-steps h2,
    .support-block h2 {
        margin-bottom: 34px;
        font-size: 28px;
    }

    .itunes-feature,
    .itunes-feature--reverse,
    .itunes-how .itunes-feature {
        flex-direction: column;
        gap: 30px;
        margin-bottom: 52px;
    }

    .itunes-feature__copy {
        max-width: 760px;
        text-align: center;
    }

    .itunes-feature__media {
        width: 100%;
        flex-basis: auto;
    }

    .support-block {
        padding-top: 8px;
    }

    .itunes-steps .steps-container {
        gap: 24px;
    }

    .support-grid {
        gap: 22px;
    }

    .support-card {
        padding: 34px 24px 30px;
    }

    .itunes-steps .steps-container .images img {
        max-width: 90vw;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .itunes-steps {
        padding-bottom: 40px;
    }

    .itunes-faqs {
        padding: 48px 0 70px;
    }
}

@media (max-width: 767px) {
    .itunes-section,
    .itunes-steps,
    .itunes-how,
    .itunes-faqs {
        padding-top: 52px;
        padding-bottom: 52px;
    }

    .itunes-section h2,
    .itunes-how h2,
    .itunes-steps h2,
    .support-block h2 {
        margin-bottom: 30px;
        font-size: 22px;
    }

    .itunes-section h2,
    .itunes-how h2,
    .itunes-steps h2,
    .itunes-faqs .faq-title,
    .support-block h2 {
        text-align: left;
        margin-left: 0;
        margin-right: 0;
    }

    .itunes-feature,
    .itunes-how .itunes-feature {
        margin-bottom: 28px;
    }

    .itunes-feature__copy {
        text-align: left;
    }

    .itunes-feature__copy h3 {
        font-size: 18px;
    }

    .itunes-feature__copy p {
        font-size: 15px;
    }

    .support-block {
        padding-top: 0;
    }

    .support-grid {
        grid-template-columns: 1fr;
    }

    .support-card {
        min-height: 0;
    }

    .itunes-steps .steps-container {
        gap: 22px;
    }

    .itunes-steps .steps-container .steps {
        width: 100%;
    }

    .itunes-steps .steps-container .step {
        max-width: 280px;
    }

    .itunes-steps .steps-container .step-content h3 {
        font-size: 18px;
    }

    .itunes-steps .steps-container .step-content p {
        font-size: 14px;
    }
}
