:root {
    --share-red: #d71920;
    --share-red-dark: #8e0f14;
    --share-blue: #0b4db8;
    --share-blue-bright: #1479ff;
    --share-black: #05070b;
    --share-panel: #0c1018;
    --share-panel-2: #121824;
    --share-line: rgba(255,255,255,.12);
    --share-text: #f7f9fc;
    --share-muted: #aeb8c8;
}

.share-icon-sprite {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}

.share-hero {
    position: relative;
    overflow: hidden;
    padding: 105px 24px 80px;
    background:
        radial-gradient(circle at 14% 20%, rgba(215,25,32,.28), transparent 31%),
        radial-gradient(circle at 88% 30%, rgba(20,121,255,.25), transparent 34%),
        linear-gradient(135deg, #06070a 0%, #0b1018 52%, #06070b 100%);
    color: var(--share-text);
    border-bottom: 1px solid rgba(255,255,255,.08);
}

.share-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .18;
    background-image:
        linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
    background-size: 46px 46px;
    mask-image: linear-gradient(to bottom, #000, transparent);
}

.share-hero-overlay {
    position: absolute;
    inset: auto -10% -110px -10%;
    height: 230px;
    background: linear-gradient(90deg, rgba(215,25,32,.2), rgba(20,121,255,.2));
    filter: blur(75px);
}

.share-hero-content {
    position: relative;
    z-index: 2;
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

.share-kicker,
.share-section-heading > p,
.action-label {
    margin: 0 0 14px;
    font-size: .82rem;
    font-weight: 900;
    letter-spacing: .18em;
    color: #ff4b52;
}

.share-hero h1 {
    max-width: 950px;
    margin: 0 auto;
    font-size: clamp(2.55rem, 6vw, 5.65rem);
    line-height: .98;
    letter-spacing: -.055em;
    text-transform: uppercase;
}

.share-lead {
    max-width: 810px;
    margin: 28px auto 0;
    color: #c9d1dc;
    font-size: clamp(1rem, 1.6vw, 1.22rem);
    line-height: 1.75;
}

.share-hero-actions {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 34px;
}

.share-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    min-height: 52px;
    padding: 0 24px;
    border-radius: 999px;
    border: 1px solid transparent;
    font: inherit;
    font-weight: 900;
    letter-spacing: .02em;
    cursor: pointer;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.share-btn svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.share-btn:hover {
    transform: translateY(-2px);
}

.share-btn-primary {
    color: #fff;
    background: linear-gradient(135deg, var(--share-red), #ff444b);
    box-shadow: 0 16px 35px rgba(215,25,32,.27);
}

.share-btn-outline {
    color: #fff;
    border-color: rgba(255,255,255,.28);
    background: rgba(255,255,255,.06);
    backdrop-filter: blur(10px);
}

.share-impact {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 900px;
    margin: 52px auto 0;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 22px;
    background: rgba(7,10,16,.58);
    backdrop-filter: blur(12px);
    overflow: hidden;
}

.share-impact div {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 18px 22px;
    text-align: left;
}

.share-impact div + div {
    border-left: 1px solid rgba(255,255,255,.1);
}

.share-impact strong {
    color: #fff;
    font-size: 2rem;
    line-height: 1;
}

.share-impact span {
    color: #aeb8c8;
    font-size: .92rem;
    line-height: 1.35;
}

.share-main-section,
.share-action-section,
.share-message-section {
    padding: 85px 24px;
    background: #070a10;
    color: var(--share-text);
}

.share-action-section {
    background:
        linear-gradient(180deg, #080b12 0%, #0b1019 100%);
    border-top: 1px solid rgba(255,255,255,.07);
    border-bottom: 1px solid rgba(255,255,255,.07);
}

.share-section-heading {
    max-width: 800px;
    margin: 0 auto 38px;
    text-align: center;
}

.share-section-heading h2 {
    margin: 0;
    font-size: clamp(2rem, 4vw, 3.8rem);
    letter-spacing: -.04em;
}

.share-section-heading span {
    display: block;
    margin-top: 12px;
    color: var(--share-muted);
    line-height: 1.7;
}

.social-share-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    max-width: 1180px;
    margin: 0 auto;
}

.social-share-card {
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 112px;
    padding: 22px;
    border: 1px solid var(--share-line);
    border-radius: 20px;
    color: #fff;
    background: linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.025));
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
    transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.social-share-card::after {
    content: "";
    position: absolute;
    inset: auto -20% -60% auto;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: currentColor;
    opacity: .08;
    filter: blur(8px);
}

.social-share-card:hover {
    transform: translateY(-5px);
    border-color: currentColor;
    box-shadow: 0 18px 35px rgba(0,0,0,.28);
}

.social-share-card > svg {
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    padding: 10px;
    border-radius: 14px;
    fill: currentColor;
    background: rgba(255,255,255,.09);
}

.social-share-card div {
    position: relative;
    z-index: 2;
}

.social-share-card strong {
    display: block;
    font-size: 1.04rem;
}

.social-share-card span {
    display: block;
    margin-top: 4px;
    color: #aeb8c8;
    font-size: .84rem;
    line-height: 1.4;
}

.facebook { color: #2d88ff; }
.x-social { color: #f5f7fa; }
.linkedin { color: #0a7bdc; }
.reddit { color: #ff5a1f; }
.whatsapp { color: #25d366; }
.telegram { color: #2aabee; }
.email { color: #ff575d; }
.copy-link { color: #7fa8ff; font: inherit; width: 100%; }

.share-action-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    max-width: 1180px;
    margin: 0 auto;
}

.share-action-card {
    position: relative;
    min-height: 330px;
    padding: 30px;
    border: 1px solid var(--share-line);
    border-radius: 24px;
    background: linear-gradient(145deg, #111722, #0b1018);
    overflow: hidden;
}

.share-action-card.featured {
    border-color: rgba(215,25,32,.5);
    background:
        radial-gradient(circle at 100% 0, rgba(215,25,32,.25), transparent 42%),
        linear-gradient(145deg, #151018, #0b1018);
}

.action-icon {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(215,25,32,.24), rgba(20,121,255,.22));
    border: 1px solid rgba(255,255,255,.1);
}

.action-icon svg {
    width: 28px;
    height: 28px;
    fill: #fff;
}

.share-action-card .action-label {
    margin-top: 28px;
    margin-bottom: 9px;
    font-size: .72rem;
}

.share-action-card h3 {
    margin: 0;
    font-size: 1.62rem;
    line-height: 1.15;
}

.share-action-card > p:not(.action-label) {
    margin: 18px 0 28px;
    color: var(--share-muted);
    line-height: 1.7;
}

.share-action-card a {
    position: absolute;
    left: 30px;
    bottom: 28px;
    color: #fff;
    font-weight: 900;
    text-decoration: none;
}

.share-action-card a span {
    color: #ff4b52;
}

.share-message-section {
    padding-top: 70px;
}

.share-message-card {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 30px;
    max-width: 1180px;
    margin: 0 auto;
    padding: 34px;
    border: 1px solid rgba(20,121,255,.3);
    border-radius: 24px;
    background:
        radial-gradient(circle at 100% 0, rgba(20,121,255,.18), transparent 36%),
        linear-gradient(145deg, #101722, #0b1017);
}

.share-message-card h2 {
    margin: 0 0 12px;
    font-size: clamp(1.8rem, 3vw, 2.6rem);
}

.share-message-card > div > p:last-child {
    margin: 0;
    color: var(--share-muted);
    line-height: 1.75;
}

.share-toast {
    position: fixed;
    left: 50%;
    bottom: 28px;
    z-index: 9999;
    transform: translate(-50%, 30px);
    padding: 13px 20px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 999px;
    color: #fff;
    background: #111824;
    box-shadow: 0 18px 45px rgba(0,0,0,.4);
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease, transform .2s ease;
}

.share-toast.show {
    opacity: 1;
    transform: translate(-50%, 0);
}

@media (max-width: 980px) {
    .social-share-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .share-action-grid {
        grid-template-columns: 1fr;
    }

    .share-action-card {
        min-height: 290px;
    }
}

@media (max-width: 700px) {
    .share-hero {
        padding: 82px 18px 58px;
    }

    .share-impact {
        grid-template-columns: 1fr;
    }

    .share-impact div + div {
        border-left: 0;
        border-top: 1px solid rgba(255,255,255,.1);
    }

    .social-share-grid {
        grid-template-columns: 1fr;
    }

    .share-main-section,
    .share-action-section,
    .share-message-section {
        padding: 65px 16px;
    }

    .share-message-card {
        grid-template-columns: 1fr;
    }

    .share-message-card .share-btn {
        width: 100%;
    }
}
