.profile-site-equipment-section {
    padding: 0 0 48px;
    background: #f4f7fb;
}

.profile-site-equipment {
    display: grid;
    gap: 18px;
    border: 1px solid rgba(91, 126, 178, .14);
    border-radius: 22px;
    background: rgba(255, 255, 255, .92);
    padding: 22px;
    box-shadow: 0 18px 38px rgba(17, 43, 74, .1);
}

.profile-site-equipment__head {
    display: grid;
    gap: 5px;
    padding-bottom: 12px;
    border-bottom: 3px solid transparent;
    border-image: linear-gradient(90deg, #61cff5, #4988f5, #f064bd) 1;
}

.profile-site-equipment__head span {
    width: fit-content;
    border-radius: 999px;
    background: rgba(106, 214, 247, .18);
    color: var(--pp-blue);
    padding: 6px 10px;
    font-size: .78rem;
    font-weight: 920;
}

.profile-site-equipment__head h2 {
    margin: 0;
    color: var(--pp-ink);
    font-size: 1.32rem;
    line-height: 1.16;
}

.profile-site-equipment__head p {
    margin: 0;
    color: var(--pp-muted);
    font-weight: 720;
    line-height: 1.55;
}

.profile-site-equipment__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    align-items: start;
}

.profile-site-equipment-card {
    overflow: hidden;
    border: 1px solid rgba(65, 136, 245, .14);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 14px 28px rgba(17, 43, 74, .1);
}

.profile-site-equipment-card__image {
    display: block;
    background: rgba(106, 214, 247, .12);
}

.profile-site-equipment-card__image img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.profile-site-equipment-card__body {
    display: grid;
    gap: 7px;
    padding: 13px;
}

.profile-site-equipment-card__body span {
    color: var(--pp-blue);
    font-size: .74rem;
    font-weight: 920;
}

.profile-site-equipment-card__body h3 {
    margin: 0;
    font-size: .98rem;
    line-height: 1.25;
}

.profile-site-equipment-card__body h3 a {
    color: var(--pp-ink);
    text-decoration: none;
}

.profile-site-equipment-card__body h3 a:hover {
    color: var(--pp-blue);
}

.profile-site-equipment-card__body strong {
    color: #194c8f;
    font-size: .92rem;
}

.profile-site-equipment-card__body p {
    margin: 0;
    color: var(--pp-muted);
    font-size: .82rem;
    font-weight: 760;
}

.profile-site-share-section {
    padding: 0 0 64px;
    background: #f4f7fb;
}

.profile-site-share {
    position: relative;
    display: grid;
    grid-template-columns: minmax(220px, .72fr) minmax(0, 1.28fr);
    gap: 14px 30px;
    align-items: center;
    overflow: hidden;
    border: 1px solid rgba(91, 126, 178, .14);
    border-radius: 20px;
    background: rgba(255, 255, 255, .96);
    padding: clamp(24px, 3vw, 34px);
    box-shadow: 0 18px 38px rgba(17, 43, 74, .1);
}

.profile-site-share::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 4px;
    background: linear-gradient(90deg, #42b9dc, #8067d1 55%, #e65aae);
    content: "";
}

.profile-site-share header {
    display: grid;
    grid-row: 1 / 3;
    align-content: center;
    align-self: stretch;
    gap: 5px;
    padding-right: 28px;
    border-right: 1px solid #e1e8f0;
}

.profile-site-share header span {
    width: fit-content;
    border-radius: 999px;
    background: rgba(106, 214, 247, .18);
    color: var(--pp-blue);
    padding: 6px 10px;
    font-size: .78rem;
    font-weight: 920;
}

.profile-site-share h2 {
    margin: 0;
    color: var(--pp-ink);
    font-size: 1.32rem;
    line-height: 1.16;
}

.profile-site-share__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: flex-start;
}

.profile-site-share__button {
    display: inline-flex;
    min-width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: #fff;
    padding: 0 15px;
    text-decoration: none;
    box-shadow: 0 12px 24px rgba(18, 43, 86, .13);
    transition: transform .16s ease, box-shadow .16s ease, filter .16s ease;
}

.profile-site-share__button:hover,
.profile-site-share__button:focus-visible {
    box-shadow: 0 16px 30px rgba(18, 43, 86, .18);
    filter: saturate(1.08);
    transform: translateY(-2px);
}

.profile-site-share__button span {
    font-size: .95rem;
    font-weight: 950;
    text-transform: uppercase;
}

.profile-site-share__button em {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}

.profile-site-share__button--facebook { background: #1877f2; }
.profile-site-share__button--x { background: #101820; }
.profile-site-share__button--whatsapp { background: #25d366; }
.profile-site-share__button--linkedin { background: #0a66c2; }
.profile-site-share__button--email { background: linear-gradient(135deg, var(--pp-blue), var(--pp-violet)); }
.profile-site-share__qr {
    display: grid;
    flex: 0 0 96px;
    gap: 5px;
    justify-items: center;
    margin: 0;
}

.profile-site-share__qr-image {
    display: block;
    width: 88px;
    height: 88px;
    border: 1px solid rgba(91, 126, 178, .22);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 12px 24px rgba(18, 43, 86, .13);
}

.profile-site-share__qr figcaption {
    margin: 0;
    color: var(--pp-muted);
    font-size: .72rem;
    font-weight: 850;
    line-height: 1.2;
}

.profile-site-share__copy {
    display: grid;
    grid-column: 2;
    gap: 6px;
    max-width: none;
}

.profile-site-share__copy span {
    color: var(--pp-muted);
    font-size: .8rem;
    font-weight: 850;
}

.profile-site-share__copy input {
    width: 100%;
    border: 1px solid rgba(91, 126, 178, .2);
    border-radius: 10px;
    background: rgba(255, 255, 255, .76);
    color: var(--pp-muted);
    padding: 10px 12px;
    font: inherit;
    font-size: .88rem;
}

@media (max-width: 900px) {
    .profile-site-share {
        grid-template-columns: 1fr;
    }

    .profile-site-share header {
        grid-row: auto;
        padding: 0 0 16px;
        border-right: 0;
        border-bottom: 1px solid #e1e8f0;
    }

    .profile-site-share__copy {
        grid-column: 1;
    }

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

@media (max-width: 560px) {
    .profile-site-equipment__grid {
        grid-template-columns: 1fr;
    }
}
