/* ==========================================================================
   MODERNIZAÇÃO VISUAL — Abrigo Solidariza
   Este arquivo só adiciona/sobrescreve estilos visuais.
   Nada de tracking, pixel, IDs ou estrutura funcional foi tocado.
   ========================================================================== */

:root {
    --primary-orange: #FF7A1A;
    --primary-orange-dark: #E8620A;
    --primary-green: #43A047;
    --dark-green: #245C34;
    --cream: #FFF6EA;
    --shadow: rgba(20, 20, 20, 0.08);
    --shadow-strong: rgba(20, 20, 20, 0.18);
    --radius-lg: 22px;
    --radius-md: 14px;
    --radius-sm: 8px;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: #FFFDF9;
}

/* ---------- Header moderno ---------- */
.main-header {
    position: sticky;
    top: 0;
    background: rgba(255, 255, 255, 0.92) !important;
    backdrop-filter: saturate(180%) blur(10px);
    -webkit-backdrop-filter: saturate(180%) blur(10px);
    box-shadow: 0 2px 16px var(--shadow) !important;
    padding: 10px 0 !important;
}

.header-logo-img {
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.15));
    transition: transform 0.25s ease;
}

.header-logo-img:hover {
    transform: scale(1.04);
}

/* ---------- Banner de urgência (topo) ---------- */
.urgent-banner {
    background: linear-gradient(135deg, #FFF3E4 0%, #FFE7CF 100%);
    padding: 22px 16px;
    text-align: center;
    border-radius: 0;
    border-bottom: 1px solid rgba(255, 122, 26, 0.2);
}

.urgent-banner h1 {
    font-family: var(--font-family);
    font-weight: 700;
    color: #1f3d2b;
    margin: 0;
    line-height: 1.35;
    font-size: clamp(1.2rem, 4vw, 1.6rem);
}

.urgent-banner h1 span {
    color: #D63A2E;
    display: block;
    margin-top: 6px;
}

.urgent-banner p {
    font-family: var(--font-family);
    color: var(--gray-text);
    margin-top: 12px;
    line-height: 1.6;
    font-size: 0.98rem;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}

/* ---------- Botões modernos ---------- */
.video-cta-btn,
.cta-btn,
.transformation-cta-btn {
    background: linear-gradient(135deg, var(--primary-orange) 0%, var(--primary-orange-dark) 100%) !important;
    border: none !important;
    border-radius: 50px !important;
    box-shadow: 0 10px 25px rgba(255, 122, 26, 0.35) !important;
    letter-spacing: 0.2px;
    transition: transform 0.25s ease, box-shadow 0.25s ease !important;
}

.video-cta-btn:hover,
.cta-btn:hover,
.transformation-cta-btn:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 14px 32px rgba(255, 122, 26, 0.45) !important;
}

.copy-btn {
    background: linear-gradient(135deg, var(--primary-green) 0%, var(--dark-green) 100%) !important;
    border-radius: 50px !important;
    box-shadow: 0 8px 22px rgba(67, 160, 71, 0.35) !important;
    transition: transform 0.25s ease, box-shadow 0.25s ease !important;
}

.copy-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(67, 160, 71, 0.45) !important;
}

/* ---------- Seções e títulos ---------- */
.section-title {
    letter-spacing: 0.2px;
}

.section-title::after {
    background: linear-gradient(90deg, var(--primary-orange), var(--primary-green)) !important;
    border-radius: 4px;
}

section {
    scroll-margin-top: 90px;
}

/* ---------- Cards com toque moderno (stats, pix, cards) ---------- */
.stat-item,
.pix-container,
.pix-key-container,
.impact-item,
.testimonial-card,
.transformation-card {
    border-radius: var(--radius-lg) !important;
    box-shadow: 0 8px 24px var(--shadow) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.stat-item:hover,
.impact-item:hover,
.testimonial-card:hover,
.transformation-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 34px var(--shadow-strong) !important;
}

.banner-image,
.banner2-image {
    border-radius: 0;
}

.pix-key {
    border-radius: var(--radius-md) !important;
}

/* ---------- Seção Transparência / CNPJ (acordeon) ---------- */
.transparency-section {
    background: linear-gradient(135deg, #F3FAF3 0%, #FFF8ED 100%);
    padding: 40px 0;
}

.transparency-subtitle {
    text-align: center;
    color: var(--gray-text);
    max-width: 620px;
    margin: 0 auto 20px;
    font-size: 0.95rem;
    line-height: 1.5;
}

.transparency-accordion {
    max-width: 560px;
    margin: 0 auto;
    background: var(--white);
    border-radius: var(--radius-lg);
    box-shadow: 0 8px 24px var(--shadow);
    border: 1px solid rgba(67, 160, 71, 0.15);
    overflow: hidden;
}

.transparency-summary {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 20px;
    cursor: pointer;
    user-select: none;
}

.transparency-summary::-webkit-details-marker {
    display: none;
}

.transparency-seal {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary-green), var(--dark-green));
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 1.2rem;
}

.transparency-summary-text {
    flex: 1;
    min-width: 0;
}

.transparency-summary-text strong {
    display: block;
    font-size: 0.98rem;
    color: var(--dark-text);
}

.transparency-summary-text small {
    display: block;
    color: var(--gray-text);
    font-size: 0.8rem;
    margin-top: 2px;
}

.transparency-chevron {
    flex-shrink: 0;
    font-size: 0.85rem;
    color: var(--primary-green);
    border: 1px solid rgba(67, 160, 71, 0.35);
    border-radius: 50px;
    padding: 4px 10px;
    transition: transform 0.25s ease;
}

.transparency-accordion[open] .transparency-chevron {
    transform: rotate(180deg);
}

.transparency-accordion[open] .transparency-summary {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}

.transparency-details {
    padding: 18px 20px 22px;
    text-align: center;
    animation: transparencyFade 0.25s ease;
}

@keyframes transparencyFade {
    from { opacity: 0; transform: translateY(-6px); }
    to { opacity: 1; transform: translateY(0); }
}

.transparency-card-img {
    max-width: 100%;
    width: 100%;
    border-radius: var(--radius-md);
    box-shadow: 0 6px 18px var(--shadow);
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.transparency-footer {
    text-align: center;
    color: var(--gray-text);
    font-size: 0.82rem;
    margin-top: 18px;
}

@media (max-width: 480px) {
    .transparency-summary-text small {
        font-size: 0.72rem;
    }
}

/* ---------- Compactar "Quem Somos" ---------- */
.about-section {
    padding-top: 36px !important;
    padding-bottom: 28px !important;
}

.about-content {
    margin-bottom: 24px !important;
    text-align: left;
}

.about-content p {
    font-size: 0.92rem;
    line-height: 1.5;
    margin-bottom: 12px;
}

@media (min-width: 700px) {
    .about-content {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 22px;
        text-align: left;
    }

    .about-content p {
        margin-bottom: 0;
    }
}

/* ---------- Compactar "Impacto da sua doação" ---------- */
.impact-section {
    margin-top: 16px !important;
    padding: 12px !important;
}

.impact-section h3 {
    margin-bottom: 10px !important;
    font-size: 0.95rem !important;
}

.impact-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 6px !important;
}

.impact-item {
    padding: 6px 8px !important;
    gap: 6px !important;
    align-items: center !important;
}

.impact-value {
    padding: 3px 8px !important;
    font-size: 0.7rem !important;
    min-width: 46px !important;
    border-radius: 14px !important;
}

.impact-description {
    font-size: 0.65rem !important;
    line-height: 1.2 !important;
}

@media (min-width: 700px) {
    .impact-grid {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 10px !important;
    }

    .impact-description {
        font-size: 0.72rem !important;
    }
}

/* ---------- Compactar "Histórias de Transformação" ---------- */
.transformation-section {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.transformation-subtitle {
    margin-bottom: 12px !important;
    font-size: 0.82rem !important;
    line-height: 1.4 !important;
}

.transformation-card {
    padding: 12px !important;
    border-radius: var(--radius-md) !important;
}

.before-after {
    gap: 6px !important;
}

.image-container {
    aspect-ratio: 4 / 3 !important;
}

.image-label {
    padding: 3px 8px !important;
    font-size: 0.68rem !important;
}

.transformation-images {
    margin-bottom: 8px !important;
}

.transformation-content h3 {
    font-size: 1rem !important;
    margin-bottom: 4px !important;
}

.transformation-content p {
    font-size: 0.78rem !important;
    line-height: 1.35 !important;
}

.transformation-message {
    padding: 6px 0 !important;
}

.transformation-message p {
    margin-bottom: 8px !important;
    font-size: 0.85rem !important;
}

.transformation-controls {
    margin: 8px 0 !important;
    gap: 10px !important;
}

.transformation-indicators {
    gap: 5px !important;
}

.transformation-controls .transformation-btn {
    width: 32px !important;
    height: 32px !important;
    font-size: 1rem !important;
}

.transformation-indicator {
    width: 8px !important;
    height: 8px !important;
    min-width: 8px !important;
    min-height: 8px !important;
}

/* ---------- WhatsApp flutuante — leve refresh ---------- */
.whatsapp-float {
    filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.2));
}

.whatsapp-btn {
    border-radius: 50px !important;
}

/* ---------- Footer ---------- */
.footer {
    background: linear-gradient(160deg, #1c2b20 0%, #16211a 100%) !important;
}

/* ---------- Pequenas melhorias de espaçamento geral ---------- */
.about-section,
.save-shelter-section,
.donation-section,
.transformation-section,
.testimonials-section {
    padding-top: 56px;
    padding-bottom: 56px;
}
