:root { 
    --magenta: #D11263; 
    --dark-magenta: #8a0b41; 
    --bg-cinza: #f8f9fa; 
}

body { font-family: 'Inter', sans-serif; color: #333; margin: 0; background-color: #fff; overflow-x: hidden; }

/* Top Bar */
.top-bar { background-color: #1a1a1a; color: #aaa; font-size: 0.8rem; padding: 10px 0; }
.top-bar span i { color: var(--magenta); }

/* Logo */
.logo-iniciais { font-family: 'Playfair Display', serif; font-weight: 800; font-size: 1.8rem; color: var(--magenta); font-style: italic; }
.logo-separador { margin: 0 10px; color: #ccc; font-size: 1.5rem; }
.logo-texto { font-weight: 700; font-size: 1.1rem; letter-spacing: 2px; }

/* Hero */
.hero { background: linear-gradient(rgba(0,0,0,0.75), rgba(0,0,0,0.75)), url('https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?q=80&w=2070&auto=format&fit=crop'); background-size: cover; background-position: center; color: white; padding: 160px 0; }
.btn-magenta-lg { display: inline-block; background: var(--magenta); color: white; padding: 20px 45px; border-radius: 8px; font-weight: 700; text-decoration: none; margin-top: 30px; transition: 0.3s; box-shadow: 0 10px 20px rgba(209, 18, 99, 0.4); }
.btn-magenta-lg:hover { background: white; color: var(--magenta); transform: translateY(-5px); text-decoration: none; }
.text-magenta-light { color: #ff4d94; }

/* Seção Estatísticas */
.stats-section { background-color: #111; padding: 80px 0; border-top: 4px solid var(--magenta); }

/* Clientes */
.client-box { font-weight: 800; font-size: 1.1rem; color: #bbb; text-transform: uppercase; letter-spacing: 1px; transition: 0.3s; }
.client-box:hover { color: #333; transform: scale(1.1); }

/* Cards de Serviço */
.service-card { border: none; border-radius: 12px; padding: 30px; box-shadow: 0 10px 40px rgba(0,0,0,0.06); transition: 0.4s; }
.service-card:hover { transform: translateY(-10px); }
.service-link { color: var(--magenta); text-decoration: none; font-weight: 700; font-size: 0.9rem; margin-top: 15px; display: inline-block; }
.service-link:hover { color: var(--dark-magenta); }

/* Divisores e Textos */
.text-magenta-main { color: var(--magenta) !important; }
.line-divider-magenta { width: 50px; height: 5px; background: var(--magenta); margin: 20px auto; border-radius: 10px; }

/* Depoimentos */
.testimonial-card { transition: 0.3s; border: 1px solid #eee; }
.testimonial-card:hover { transform: translateY(-5px); box-shadow: 0 15px 40px rgba(0,0,0,0.1) !important; }

/* WhatsApp Fixo */
.whatsapp-fixed { position: fixed; bottom: 30px; right: 30px; background: #25d366; width: 60px; height: 60px; border-radius: 50%; display: flex; align-items: center; justify-content: center; z-index: 9999; box-shadow: 0 10px 25px rgba(0,0,0,0.3); transition: 0.3s; }
.whatsapp-fixed:hover { transform: scale(1.1); }

/* Footer */
.contact-item { text-decoration: none; color: #333; display: flex; align-items: center; margin-right: 30px; margin-bottom: 10px; font-weight: 500; }
.contact-item i { margin-right: 10px; }
.accordion-button:not(.collapsed) { background-color: var(--bg-cinza); color: var(--magenta); box-shadow: none; }