.manifesto-wrapper-16d60422 {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0A0A0A;
}

.manifesto-content-16d60422 {
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.manifesto-subtitle-16d60422 {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.3em;
    color: #C49A55;
    text-transform: uppercase;
}

.manifesto-quote-16d60422 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 38px;
    font-style: italic;
    line-height: 1.45;
    font-weight: 400;
    color: #E5E5E5;
    word-break: break-word;
}

/* Light / responsive adjustments */
@media (max-width: 767px) {
    .manifesto-quote-16d60422 {
        font-size: 26px;
    }
}

.accent-gold-16d60422 {
    color: #C49A55;
    font-weight: 600;
    font-style: italic;
}

.manifesto-line-16d60422 {
    width: 80px;
    height: 1px;
    background-color: rgba(196, 154, 85, 0.4);
    margin-top: 20px;
}

/* Floating WhatsApp Concierge Button */
.manifesto-wa-float-16d60422 {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    z-index: 9999;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.manifesto-wa-float-16d60422:hover {
    transform: translateY(-4px);
}

.manifesto-wa-label-16d60422 {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 600;
    color: #FFFFFF;
    background-color: rgba(0, 0, 0, 0.85);
    padding: 8px 16px;
    border-radius: 4px;
    white-space: nowrap;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
    pointer-events: none;
}

.manifesto-wa-icon-circle-16d60422 {
    width: 56px;
    height: 56px;
    background-color: #25D366;
    color: #FFFFFF;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
}
