.purchase-hero {
    padding: 72px 0 48px;
    background:
        radial-gradient(circle at top left, rgba(32, 201, 151, 0.18), transparent 34%),
        radial-gradient(circle at bottom right, rgba(13, 110, 253, 0.14), transparent 32%),
        linear-gradient(180deg, #f6fbff 0%, #ffffff 100%);
}

.purchase-launch {
    padding: 76px 0 96px;
    background:
        radial-gradient(circle at top center, rgba(13, 110, 253, 0.14), transparent 30%),
        linear-gradient(180deg, #f5faff 0%, #ffffff 100%);
}

.launch-shell {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}

.launch-status-card {
    margin-top: 28px;
    padding: 34px 28px;
    border: 1px solid rgba(13, 27, 62, 0.08);
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 20px 50px rgba(16, 32, 62, 0.08);
}

.launch-status-card p {
    margin: 18px 0 0;
    color: #53637a;
    font-size: 1.04rem;
}

.launch-spinner {
    width: 58px;
    height: 58px;
    margin: 0 auto;
    border: 4px solid rgba(13, 110, 253, 0.14);
    border-top-color: #0d6efd;
    border-radius: 50%;
    animation: purchase-spin 0.9s linear infinite;
}

.launch-retry {
    margin-top: 22px;
}

.install-fallback {
    margin-top: 24px;
    padding: 28px;
    border: 1px solid rgba(13, 27, 62, 0.08);
    border-radius: 24px;
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: 0 20px 50px rgba(16, 32, 62, 0.08);
}

.install-fallback h2 {
    margin-bottom: 12px;
    font-size: 1.55rem;
}

.install-fallback p {
    margin-bottom: 18px;
    color: #55667c;
}

.install-fallback-visible {
    display: block;
}

.purchase-hero-simple {
    max-width: 860px;
    margin: 0 auto;
    text-align: center;
}

.eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(13, 110, 253, 0.09);
    color: #0d6efd;
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.purchase-copy h1 {
    margin-bottom: 18px;
    font-size: clamp(2.2rem, 4vw, 3.6rem);
    line-height: 1.06;
}

.purchase-copy .lead {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
    font-size: 1.16rem;
    color: #4d5c73;
}

.value-points {
    margin: 0 auto 28px;
    max-width: 560px;
    padding: 0;
    list-style: none;
}

.value-points li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
    color: #243447;
    font-size: 1rem;
}

.value-points i,
.benefit-icon i {
    color: #0d6efd;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 16px;
    justify-content: center;
}

.hero-actions .btn {
    min-width: 170px;
    padding: 14px 24px;
    border-radius: 999px;
    font-weight: 700;
}

.hero-actions .btn-primary {
    border-color: #0d6efd;
    background: linear-gradient(135deg, #0d6efd, #17a2b8);
    box-shadow: 0 14px 30px rgba(13, 110, 253, 0.22);
}

.hero-actions .btn-primary:hover,
.hero-actions .btn-primary:focus {
    border-color: #0b5ed7;
    background: linear-gradient(135deg, #0b5ed7, #148ea1);
}

.hero-actions-single .btn-primary {
    min-width: 240px;
    padding: 16px 34px;
    font-size: 1.05rem;
}

.hero-actions .btn-outline {
    border: 2px solid rgba(13, 110, 253, 0.22);
    background: #ffffff;
    color: #0d6efd;
}

.hero-actions .btn-outline:hover,
.hero-actions .btn-outline:focus {
    border-color: #0d6efd;
    background: rgba(13, 110, 253, 0.05);
    color: #0b5ed7;
}

.cta-note {
    margin: 0;
    color: #66758b;
    font-size: 0.97rem;
}

.benefit-card,
.license-card,
.purchase-faq details {
    border: 1px solid rgba(13, 27, 62, 0.08);
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 20px 50px rgba(16, 32, 62, 0.08);
}

.purchase-benefits,
.purchase-licenses,
.purchase-faq {
    padding: 34px 0 64px;
}

.section-header {
    max-width: 820px;
    margin: 0 auto 28px;
    text-align: center;
}

.section-summary {
    color: #5a6a80;
    font-size: 1.05rem;
}

.benefits-grid,
.license-grid {
    display: grid;
    gap: 22px;
}

.benefits-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.benefit-card {
    padding: 28px;
}

.benefit-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    margin-bottom: 18px;
    border-radius: 16px;
    background: rgba(13, 110, 253, 0.08);
    font-size: 1.2rem;
}

.benefit-card h3 {
    margin-bottom: 12px;
    font-size: 1.24rem;
}

.benefit-card p {
    margin: 0;
    color: #58677c;
}

.license-intro {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
    color: #55667d;
    text-align: center;
}

.license-intro p:last-child,
.license-footnotes p:last-child {
    margin-bottom: 0;
}

.license-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.license-card {
    padding: 24px;
}

.license-card h3 {
    margin-bottom: 14px;
    font-size: 1.22rem;
}

.license-card ul {
    margin: 0;
    padding-left: 20px;
    color: #506178;
}

.license-card li {
    margin-bottom: 10px;
}

.license-tag {
    display: inline-block;
    margin-bottom: 14px;
    padding: 7px 12px;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.license-free .license-tag {
    background: rgba(108, 117, 125, 0.12);
    color: #56616d;
}

.license-pro .license-tag {
    background: rgba(51, 181, 229, 0.14);
    color: #1486b1;
}

.license-addon .license-tag {
    background: rgba(126, 47, 219, 0.13);
    color: #6c2bc6;
}

.license-sync .license-tag {
    background: rgba(47, 219, 63, 0.12);
    color: #1e9d34;
}

.license-apps .license-tag,
.license-games .license-tag {
    background: rgba(255, 193, 7, 0.16);
    color: #a87700;
}

.license-footnotes {
    margin-top: 24px;
    padding: 18px 20px;
    border-radius: 18px;
    background: #f5f9ff;
    color: #4f6077;
}

.faq-list {
    display: grid;
    gap: 16px;
    max-width: 900px;
    margin: 0 auto;
}

.purchase-faq details {
    padding: 20px 22px;
}

.purchase-faq summary {
    cursor: pointer;
    font-weight: 700;
}

.purchase-faq p {
    margin: 14px 0 0;
    color: #58687d;
}

@keyframes purchase-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 991px) {
    .benefits-grid,
    .license-grid {
        grid-template-columns: 1fr;
    }

    .purchase-hero {
        padding-top: 54px;
    }
}

@media (max-width: 767px) {
    .purchase-copy h1 {
        font-size: 2rem;
    }

    .purchase-launch {
        padding-top: 58px;
    }

    .hero-actions {
        flex-direction: column;
    }

    .hero-actions .btn {
        width: 100%;
    }

    .benefit-card,
    .license-card,
    .purchase-faq details {
        padding-left: 20px;
        padding-right: 20px;
    }
}
