.p203-share-landing[hidden] {
    display: none !important;
}

.p203-share-landing {
    padding: 24px 0;
    border-bottom: 1px solid var(--p203-line);
    background:
        radial-gradient(circle at 92% 12%, rgba(10, 132, 255, .13), transparent 33%),
        linear-gradient(135deg, #f7fbff 0%, #eef6ff 52%, #f9fcff 100%);
}

.p203-share-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 330px);
    gap: 32px;
    align-items: center;
    padding: 28px 30px;
    border: 1px solid rgba(10, 132, 255, .2);
    border-radius: 18px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 18px 44px rgba(27, 62, 103, .1);
}

.p203-share-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    width: fit-content;
    margin-bottom: 12px;
    padding: 7px 11px;
    border: 1px solid #b9ddff;
    border-radius: 999px;
    color: #075ea9;
    background: #e9f5ff;
    font-size: .76rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.p203-share-card h2 {
    max-width: 760px;
    margin: 0 0 10px;
    color: var(--p203-ink);
    font-family: Manrope, Inter, sans-serif;
    font-size: clamp(1.7rem, 3vw, 2.55rem);
    line-height: 1.14;
    letter-spacing: -.025em;
}

.p203-share-description {
    max-width: 820px;
    margin: 0;
    color: var(--p203-muted);
    font-size: .96rem;
    line-height: 1.58;
}

.p203-share-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 0;
}

.p203-share-cta {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    width: 100%;
    padding: 11px 16px;
    border: 1px solid #b8c5d5;
    border-radius: 10px;
    color: var(--p203-ink);
    background: #fff;
    font-size: .9rem;
    font-weight: 800;
    line-height: 1.25;
    text-align: center;
    text-decoration: none;
    transition: transform .18s ease, border-color .18s ease, background-color .18s ease;
}

.p203-share-cta:hover {
    transform: translateY(-1px);
    border-color: #8ea1b9;
}

.p203-share-cta:focus-visible {
    outline: 3px solid rgba(10, 132, 255, .28);
    outline-offset: 2px;
}

.p203-share-cta-web {
    color: #fff;
    border-color: var(--p203-blue);
    background: var(--p203-blue);
}

.p203-share-cta-web:hover {
    color: #fff;
    border-color: var(--p203-blue-dark);
    background: var(--p203-blue-dark);
}

body.p203-share-android .p203-share-cta-rustore {
    order: -1;
    color: #fff;
    border-color: var(--p203-blue);
    background: var(--p203-blue);
}

body.p203-share-android .p203-share-cta-rustore:hover {
    color: #fff;
    border-color: var(--p203-blue-dark);
    background: var(--p203-blue-dark);
}

body.p203-share-android .p203-share-cta-web {
    color: var(--p203-ink);
    border-color: #b8c5d5;
    background: #fff;
}

body.p203-share-android .p203-share-cta-web:hover {
    color: var(--p203-ink);
    border-color: #8ea1b9;
    background: #fff;
}

@media (max-width: 760px) {
    .p203-share-landing {
        padding: 14px 0;
    }

    .p203-share-card {
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 18px;
        border-radius: 14px;
        box-shadow: 0 10px 26px rgba(27, 62, 103, .09);
    }

    .p203-share-badge {
        margin-bottom: 9px;
        padding: 6px 9px;
        font-size: .68rem;
    }

    .p203-share-card h2 {
        margin-bottom: 8px;
        font-size: clamp(1.42rem, 7vw, 1.8rem);
        line-height: 1.12;
    }

    .p203-share-description {
        font-size: .84rem;
        line-height: 1.48;
    }

    .p203-share-actions {
        gap: 8px;
    }

    .p203-share-cta {
        min-height: 46px;
        padding: 9px 12px;
        font-size: .84rem;
    }
}

@media (max-width: 380px) {
    .p203-share-card {
        padding: 16px;
    }

    .p203-share-description {
        font-size: .8rem;
        line-height: 1.44;
    }
}

@media (prefers-reduced-motion: reduce) {
    .p203-share-cta {
        transition: none;
    }
}
