.floating-whatsapp {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 999;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 58px;
    height: 58px;
    padding: 0 18px;
    border-radius: 999px;
    background: #25d366;
    color: #ffffff;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
    font-weight: 700;
    letter-spacing: 0.02em;
    transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.floating-whatsapp:hover {
    transform: translateY(-2px);
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.34);
    opacity: 0.96;
}

.floating-whatsapp span {
    white-space: nowrap;
}

.brand-mark {
    display: inline-flex;
    align-items: center;
    gap: 14px;
}

.brand-mark-logo {
    width: 72px;
    height: 72px;
    object-fit: contain;
    flex: 0 0 auto;
    filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.22));
}

.brand-mark small {
    display: block;
}

.brand-library-media img,
.visual-montage-primary img,
.visual-montage-tile img,
.contact-visual-logo img,
.brand-chip img {
    object-fit: cover;
}

.brand-doc-list,
.contact-inline-links,
.inline-actions {
    flex-wrap: wrap;
}

.document-card .detail-pill,
.brand-doc-list .detail-pill {
    max-width: 100%;
}

.home-trust-shell {
    padding-top: 0;
}

.home-trust-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    padding: 18px 20px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.14);
}

.home-trust-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 40px;
    padding: 0 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #f2efe8;
    font-size: 0.94rem;
    line-height: 1.5;
}

.home-trust-pill::before {
    content: "✓";
    color: #c8a46a;
    font-weight: 800;
}

@media (max-width: 767px) {
    .floating-whatsapp {
        right: 14px;
        bottom: 14px;
        min-width: 52px;
        height: 52px;
        padding: 0 14px;
        font-size: 0.92rem;
    }

    .brand-mark {
        gap: 10px;
    }

    .brand-mark-logo {
        width: 56px;
        height: 56px;
    }

    .home-trust-bar {
        padding: 14px;
        gap: 10px;
    }

    .home-trust-pill {
        width: 100%;
        justify-content: flex-start;
        min-height: 42px;
    }
}
