:root {
    --dark: #211e26;
    --dark-alt: #1a171f;
    --gold: #D4AF37;
    --gold-hover: #E9C46A;
    --silver: #A0A0A0;
}

.font-playfair {
    font-family: 'Playfair Display', serif;
}

.text-glow-gold {
    text-shadow: 0 0 20px rgba(212, 175, 55, 0.3);
}

.bg-glass {
    background: rgba(33, 30, 38, 0.7);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.btn-green {
    background: linear-gradient(135deg, #059669 0%, #10b981 100%) !important;
    color: #ffffff !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-weight: 300 !important;
    text-transform: none !important;
    letter-spacing: normal !important;
}

.btn-green:hover {
    filter: brightness(1.1);
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(5, 150, 105, 0.3);
}

.profile-option {
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    cursor: pointer;
}

.profile-option:hover {
    border-color: var(--gold);
    background: rgba(212, 175, 55, 0.05);
}

/* News Section CSS (Commenale Style) */
.news-carousel {
    display: flex;
    transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}

.news-dot {
    height: 4px;
    background: rgba(212, 175, 55, 0.2);
    border-radius: 9999px;
    transition: all 0.4s ease;
    cursor: pointer;
}

.news-dot.active {
    background: var(--gold);
    width: 2rem;
}

.news-prev,
.news-next {
    transition: all 0.3s ease;
}

.news-prev:hover,
.news-next:hover {
    background: var(--gold);
    color: #1a171f;
}

.reveal-on-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: all 1s cubic-bezier(0.2, 1, 0.3, 1);
}

.reveal-on-scroll.active {
    opacity: 1;
    transform: translateY(0);
}

input[type="radio"]:checked+.profile-option {
    border-color: var(--gold);
    background: rgba(212, 175, 55, 0.1);
}

.step-number {
    font-family: 'Playfair Display', serif;
    font-size: 4rem;
    line-height: 1;
    opacity: 0.3;
    color: var(--gold) !important;
    transition: all 0.3s ease;
}

.step-card:hover .step-number {
    opacity: 1 !important;
    transform: scale(1.1);
}

.text-gold-500,
.group-open\:text-gold-500[open] summary span {
    color: var(--gold) !important;
}

.bg-gold-500 {
    background-color: var(--gold) !important;
}

.border-gold-500 {
    border-color: var(--gold) !important;
}

iconify-icon {
    color: inherit;
}

.text-gold-500 iconify-icon,
iconify-icon.text-gold-500 {
    color: var(--gold) !important;
}

.aquino-almeida-page section {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

/* Force images to adapt to their wrappers, protecting against WP/Elementor overrides */
.aquino-almeida-page img {
    max-width: 100% !important;
    height: auto;
    display: block;
}

.aquino-almeida-page img.object-cover {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover !important;
}

.aquino-almeida-page img.object-contain {
    object-fit: contain !important;
}

/* Ajuste estrutural básico do Trustindex */
.ti-widget {
    width: 100%;
    display: block;
    overflow: hidden;
    text-align: left;
}
