:root {
    --bg-primary: #0A0A0A;
    --bg-secondary: #111111;
    --accent: #FFCC00;
    --accent-hover: #E8A800;
    --text-primary: #FFFFFF;
    --text-secondary: #888888;
    --border: #2A2A2A;
    --font-display: 'Barlow Condensed', sans-serif;
    --font-body: 'Inter', sans-serif;
    --container-width: 1200px;
    --transition: 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* PageSpeed fix: scroll-behavior apenas para quem não prefere redução de movimento */
@media (prefers-reduced-motion: no-preference) {
    html {
        scroll-behavior: smooth;
    }
}

body {
    background-color: var(--bg-primary);
    color: var(--text-primary);
    font-family: var(--font-body);
    line-height: 1.6;
    overflow-x: hidden;
}

h1, h2, h3, .logo {
    font-family: var(--font-display);
    text-transform: uppercase;
    font-weight: 900;
}

a {
    text-decoration: none;
    color: inherit;
    transition: var(--transition);
}

ul {
    list-style: none;
}

img {
    max-width: 100%;
    display: block;
    height: auto;
    aspect-ratio: attr(width) / attr(height);
}

.container {
    width: 90%;
    max-width: var(--container-width);
    margin: 0 auto;
}

.section {
    padding: 100px 0;
}

.bg-secondary {
    background-color: var(--bg-secondary);
}

.text-accent {
    color: var(--accent);
}

.text-muted {
    color: var(--text-secondary);
}

.btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 35px;
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1.1rem;
    text-transform: uppercase;
    cursor: pointer;
    transition: var(--transition);
    border: none;
}

.btn-primary {
    background-color: var(--accent);
    color: var(--bg-primary);
}

.btn-primary:hover {
    background-color: var(--accent-hover);
    transform: translateY(-3px);
}

.btn-outline {
    background-color: transparent;
    border: 2px solid var(--text-primary);
    color: var(--text-primary);
}

.btn-outline:hover {
    background-color: var(--text-primary);
    color: var(--bg-primary);
}

.w-full {
    width: 100%;
    justify-content: center;
}

.mt-1 { margin-top: 1rem; }
.mt-2 { margin-top: 2rem; }

/* Navbar */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 20px 0;
    transition: var(--transition);
    background: transparent;
}

.navbar.scrolled {
    background: rgba(10, 10, 10, 0.95);
    backdrop-filter: blur(10px);
    padding: 15px 0;
    border-bottom: 1px solid var(--border);
}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    display: flex;
    align-items: center;
    opacity: 0;
    animation: fadeIn 0.6s ease-out forwards;
}

.logo-img {
    height: 45px;
    width: 180px;
    aspect-ratio: 180 / 45;
    object-fit: contain;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 30px;
}

.nav-links a:hover {
    color: var(--accent);
}

.mobile-menu-btn {
    display: none;
    flex-direction: column;
    gap: 6px;
    background: none;
    border: none;
    cursor: pointer;
}

.mobile-menu-btn span {
    width: 30px;
    height: 2px;
    background: var(--text-primary);
    transition: var(--transition);
}

/* Hero */
.hero {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.hero-bg .hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 100% center; /* Vídeo totalmente à direita */
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Gradiente ultra-extenso e suave (Soft Easing) */
    background: linear-gradient(90deg, 
        #0A0A0A 0%,
        #0A0A0A 15%,
        rgba(10, 10, 10, 0.98) 35%,
        rgba(10, 10, 10, 0.92) 55%,
        rgba(10, 10, 10, 0.75) 75%,
        rgba(10, 10, 10, 0.3) 90%,
        transparent 100%
    );
}

.sound-toggle {
    position: absolute;
    bottom: 30px;
    left: 5%;
    z-index: 100;
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: var(--text-primary);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: var(--transition);
    backdrop-filter: blur(5px);
}

.sound-toggle:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: var(--accent);
    color: var(--accent);
}

@media (max-width: 768px) {
    .sound-toggle {
        bottom: 20px;
        left: 20px;
        width: 40px;
        height: 40px;
    }
}

.hero-content {
    position: relative;
    z-index: 2;
}

.hero-title {
    font-size: clamp(3.5rem, 9vw, 10vw);
    line-height: 0.9;
    margin-bottom: 20px;
    opacity: 0;
    transform: translate3d(0, 40px, 0);
}

.hero-subtitle {
    font-size: clamp(1.1rem, 2vw, 1.4rem);
    font-family: var(--font-body);
    font-weight: 400;
    text-transform: none; /* Removendo o uppercase */
    max-width: 700px;
    margin-bottom: 55px;
    color: var(--text-primary);
    line-height: 1.6;
    opacity: 0;
    transform: translate3d(0, 40px, 0);
}

.hero-ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    opacity: 0;
    transform: translate3d(0, 20px, 0);
}

.hero-ctas .btn {
    padding: 18px 45px;
    font-size: 1.2rem;
}

@media (max-width: 768px) {
    .hero-subtitle {
        max-width: 100%;
    }
    
    .hero-ctas .btn {
        padding: 16px 30px;
        font-size: 1rem;
        width: 100%;
        justify-content: center;
    }
}

.hero-bolt-decor {
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    width: 30vw;
    height: 60vh;
    z-index: 1;
    pointer-events: none;
}

.hero-bolt-decor svg {
    width: 100%;
    height: 100%;
    animation: boltPulse 2s ease-in-out infinite;
}

/* Ticker Bar */
.ticker-bar {
    background: var(--accent);
    color: var(--bg-primary);
    padding: 15px 0;
    overflow: hidden;
    white-space: nowrap;
    font-family: var(--font-display);
    font-weight: 900;
    font-size: 1.2rem;
    text-transform: uppercase;
    min-height: 52px; /* Garante espaço reservado antes da renderização do texto */
    display: flex;
    align-items: center;
}

.ticker-track {
    display: flex;
    width: max-content;
    animation: ticker 40s linear infinite;
}

/* Split Layout */
.split-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.section-title {
    font-size: clamp(2rem, 5vw, 4rem);
    line-height: 1;
    margin-bottom: 30px;
}

.impact-solution {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.solution-item {
    display: flex;
    gap: 20px;
}

.solution-icon {
    font-size: 2rem;
    background: var(--bg-secondary);
    min-width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--accent);
    color: var(--accent);
}

.impact-image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-left: 5px solid var(--accent);
}

/* Services */
.services-list {
    margin-top: 60px;
}

.service-item {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    padding: 40px 0;
    border-bottom: 1px solid var(--border);
    cursor: pointer;
    position: relative;
    transition: var(--transition);
}

.service-num {
    font-family: var(--font-display);
    font-size: 5rem;
    line-height: 1;
    color: var(--accent);
    opacity: 0.15;
    transition: var(--transition);
    min-width: 100px;
}

.service-content h3 {
    font-size: 2rem;
    margin-bottom: 10px;
    transition: var(--transition);
}

.service-desc {
    font-size: 1.1rem;
    color: var(--text-secondary);
}

.service-details {
    max-height: 0;
    overflow: hidden;
    transition: 0.5s ease;
    color: var(--text-secondary);
    margin-top: 0;
}

.service-item:hover {
    padding-left: 20px;
}

.service-item:hover .service-num {
    opacity: 0.8;
    transform: translateX(10px);
}

.service-item:hover .service-content h3 {
    color: var(--accent);
}

.service-item:hover .service-details {
    max-height: 100px;
    margin-top: 15px;
}

/* Gallery */
.grid-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    height: 400px;
}

.gallery-item {
    overflow: hidden;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s ease;
}

.gallery-item:hover img {
    transform: scale(1.1);
}

/* Counters */
.counters-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.counter-item {
    background: var(--bg-secondary);
    padding: 40px;
    text-align: center;
    border-bottom: 4px solid var(--accent);
}

.counter-value {
    display: block;
    font-family: var(--font-display);
    font-size: 4rem;
    color: var(--accent);
    line-height: 1;
}

.counter-label {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.9rem;
    color: var(--text-secondary);
}

/* Testimonials */
.testimonial-header {
    margin-bottom: 50px;
}

.google-badge {
    display: flex;
    align-items: center;
    gap: 15px;
    background: rgba(255, 255, 255, 0.05);
    padding: 10px 20px;
    border-radius: 50px;
    border: 1px solid var(--border);
    margin-bottom: 25px;
    width: fit-content;
    height: 60px; /* Altura reservada */
    animation: fadeIn 0.8s ease-out;
}

.google-info {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.rating {
    font-weight: 900;
    color: var(--accent);
    font-size: 1.1rem;
    font-family: var(--font-display);
}

.reviews-count {
    font-size: 0.75rem;
    color: var(--text-secondary);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.card-header .stars {
    margin-bottom: 0;
}

.marquee-testimonials {
    padding: 40px 0;
    background: var(--bg-secondary);
    min-height: 300px; /* Evita colapso do layout */
}

.marquee-track {
    display: flex;
    gap: 30px;
    animation: marquee 30s linear infinite;
}

.marquee-testimonials:hover .marquee-track {
    animation-play-state: paused;
}

.testimonial-card {
    min-width: 350px;
    background: var(--bg-primary);
    padding: 30px;
    border: 1px solid var(--border);
}

.stars {
    color: var(--accent);
    margin-bottom: 15px;
}

.testimonial-card p {
    font-style: italic;
    margin-bottom: 20px;
    font-size: 0.95rem;
}

.author {
    font-weight: 700;
    text-transform: uppercase;
    font-family: var(--font-display);
    color: var(--accent);
}

/* FAQ */
.faq-grid {
    max-width: 800px;
    margin: 40px auto 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    content-visibility: auto;
    contain-intrinsic-size: 1px 500px;
}

.faq-item {
    background: var(--bg-secondary);
    border: 1px solid var(--border);
}

.faq-item summary {
    padding: 20px;
    font-weight: 700;
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-item summary::after {
    content: '+';
    color: var(--accent);
    font-size: 1.5rem;
}

.faq-item[open] summary::after {
    content: '-';
}

.faq-item p {
    padding: 0 20px 20px;
    color: var(--text-secondary);
}

/* Social Mention (About Section) */
.social-mention {
    border-left: 2px solid var(--accent);
    padding-left: 20px;
}

.mention-label {
    display: block;
    font-size: 0.9rem;
    color: var(--text-secondary);
    text-transform: uppercase;
    font-weight: 600;
}

.mention-handle {
    font-family: var(--font-display);
    font-size: 1.8rem;
    color: var(--accent);
    font-weight: 700;
}

.social-links-minimal {
    display: flex;
    align-items: center;
    gap: 15px;
}

.social-link-text {
    font-size: 0.95rem;
    font-weight: 500;
    transition: var(--transition);
}

.social-link-text:hover {
    color: var(--accent);
}

.separator {
    color: var(--border);
    font-weight: bold;
}

/* Localização */
.info-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 30px;
}

.info-item {
    display: flex;
    gap: 15px;
}

.info-icon {
    color: var(--accent);
    min-width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.location-map {
    height: 450px;
    filter: grayscale(1) invert(0.9);
    content-visibility: auto;
    contain-intrinsic-size: 1px 450px;
}

/* Contact Form */
/* Contact Form Modernizado */
.contact-form {
    background: var(--bg-secondary);
    padding: 50px;
    border-top: 4px solid var(--accent);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    position: relative;
}

.contact-form::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, transparent 50%, rgba(255, 204, 0, 0.1) 50%);
    pointer-events: none;
}

.grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

@media (max-width: 600px) {
    .grid-2 {
        grid-template-columns: 1fr;
    }
}

.form-group {
    margin-bottom: 25px;
}

.form-group label {
    display: block;
    margin-bottom: 10px;
    font-size: 0.85rem;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--text-secondary);
    letter-spacing: 1px;
}

.form-group input, 
.form-group textarea,
.form-group select {
    width: 100%;
    padding: 15px;
    background-color: var(--bg-primary);
    border: 1px solid var(--border);
    color: var(--text-primary);
    font-family: var(--font-body);
    font-size: 1rem;
    transition: var(--transition);
    border-radius: 0;
}

/* Estilo específico para o Select */
.form-group select {
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23FFCC00' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 20px;
    padding-right: 45px;
    color-scheme: dark; /* Força o dropdown do navegador a ser dark */
}

.form-group select option {
    background-color: var(--bg-secondary);
    color: var(--text-primary);
}

.form-group input:focus, 
.form-group textarea:focus,
.form-group select:focus {
    outline: none;
    border-color: var(--accent);
    background: rgba(255, 204, 0, 0.02);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: rgba(255,255,255,0.2);
}

.contact-form button[type="submit"] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding: 20px;
    font-size: 1.2rem;
    letter-spacing: 1px;
    margin-top: 10px;
}

.contact-form button[type="submit"] svg {
    transition: transform 0.3s ease;
}

.contact-form button[type="submit"]:hover svg {
    transform: rotate(15deg) scale(1.2);
}

.social-links {
    display: flex;
    gap: 20px;
    margin-top: 30px;
}

.social-icon {
    font-weight: 700;
    text-transform: uppercase;
    font-family: var(--font-display);
    border-bottom: 2px solid var(--accent);
}

/* Footer */
.footer {
    padding: 80px 0 40px;
    border-top: 1px solid var(--border);
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1.5fr;
    gap: 60px;
    margin-bottom: 60px;
}

/* New Footer Structure - Based on AG5 Standard (Luanda Reference) */
.footer {
    background-color: var(--bg-primary);
    border-top: 1px solid rgba(255, 204, 0, 0.1);
    color: var(--text-secondary);
    padding: 80px 0 40px;
    position: relative;
    overflow: hidden;
}

.footer-decoration {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(255, 204, 0, 0.4), transparent);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
    gap: 40px;
    margin-bottom: 60px;
}

.footer-col h4 {
    color: var(--text-primary);
    font-family: var(--font-display);
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-col h4::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 30px;
    height: 2px;
    background: var(--accent);
}

.footer-col ul {
    list-style: none;
    padding: 0;
}

.footer-col ul li {
    margin-bottom: 15px;
}

.footer-col ul li a {
    color: var(--text-secondary);
    text-decoration: none;
    font-size: 0.95rem;
    transition: var(--transition);
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-col ul li a span.bullet {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(255, 204, 0, 0.3);
    transition: var(--transition);
}

.footer-col ul li a:hover {
    color: var(--accent);
    transform: translateX(5px);
}

.footer-col ul li a:hover span.bullet {
    background: var(--accent);
    box-shadow: 0 0 8px var(--accent);
}

.social-links {
    display: flex;
    gap: 15px;
    margin-top: 25px;
}

.social-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-secondary);
    transition: var(--transition);
    text-decoration: none;
}

.social-icon:hover {
    background: var(--accent);
    color: var(--bg-primary);
    border-color: var(--accent);
    transform: translateY(-3px);
}

.footer-contact-item {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    text-decoration: none;
    color: inherit;
    transition: var(--transition);
}

.footer-contact-item:hover {
    color: var(--text-primary);
}

.footer-contact-icon {
    width: 36px;
    height: 36px;
    background: rgba(255, 204, 0, 0.1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent);
    flex-shrink: 0;
    transition: var(--transition);
}

.footer-contact-item:hover .footer-contact-icon {
    background: var(--accent);
    color: var(--bg-primary);
}

.footer-bottom {
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footer-credits-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.footer-copyright p {
    font-size: 0.8rem;
    opacity: 0.5;
}

.footer-legal-links {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
}

.footer-legal-link {
    font-size: 0.75rem;
    color: var(--text-secondary);
    text-decoration: none;
    opacity: 0.5;
    transition: var(--transition);
}

.footer-legal-link:hover {
    opacity: 1;
    color: var(--accent);
}

/* Animations */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes boltPulse {
    0% { transform: translateY(-50%) scale(1); opacity: 0.05; }
    50% { transform: translateY(-50%) scale(1.08); opacity: 0.1; }
    100% { transform: translateY(-50%) scale(1); opacity: 0.05; }
}

@keyframes ticker {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

@keyframes marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

.reveal {
    opacity: 0;
    transform: translate3d(0, 30px, 0); /* Aceleração por hardware */
    transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: transform, opacity;
}

.reveal.active {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.animate-on-load.active {
    opacity: 1;
    transform: translateY(0);
    transition: 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.overflow-hidden { overflow: hidden; }

/* Branded Carousel Section */
.carousel-track-wrapper {
    position: relative;
    padding: 20px 0;
    mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
    /* For safari compatibility */
    -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}

.carousel-track {
    display: flex;
    gap: 30px;
    animation: marqueeBrands 40s linear infinite;
    width: max-content;
}

.carousel-track:hover {
    animation-play-state: paused;
}

.battery-card {
    background: var(--bg-secondary);
    padding: 40px;
    border: 1px solid var(--border);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 320px;
    height: 240px;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

.battery-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 204, 0, 0.05) 0%, transparent 70%);
    opacity: 0;
    transition: var(--transition);
}

.battery-card:hover::before {
    opacity: 1;
}

.battery-card img {
    max-width: 180px;
    height: auto;
    object-fit: contain;
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 2;
}

.battery-card:hover img {
    transform: scale(1.1) rotate(2deg);
}

.battery-name {
    margin-top: 20px;
    font-family: var(--font-display);
    font-weight: 700;
    text-transform: uppercase;
    color: var(--text-secondary);
    font-size: 0.9rem;
    letter-spacing: 2px;
    z-index: 2;
}

.battery-card:hover .battery-name {
    color: var(--accent);
}

@keyframes marqueeBrands {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

/* Mobile */
@media (max-width: 992px) {
    .split-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }
    
    .grid-gallery {
        grid-template-columns: 1fr 1fr;
        height: auto;
    }
}

@media (max-width: 768px) {
    .navbar {
        background: transparent !important;
        padding: 15px 0;
    }
    
    .navbar.scrolled {
        background: rgba(10, 10, 10, 0.98) !important;
        backdrop-filter: blur(10px);
        border-bottom: 1px solid var(--border);
    }
    
    .nav-links {
        display: none;
    }
    
    .mobile-menu-btn {
        display: flex;
    }
    
    .hero-title {
        font-size: 4.2rem;
        text-align: center;
    }

    .hero-subtitle {
        text-align: center;
        margin: 0 auto 30px;
        font-weight: 700;
        font-size: 1rem;
        line-height: 1.5;
        max-width: 320px; /* Mantém o texto agrupado no centro */
    }

    .hero-ctas {
        justify-content: center;
        flex-direction: column;
        width: 100%;
    }

    .hero-ctas .btn {
        width: 100%;
        justify-content: center;
    }

    .hero-bg .hero-video {
        object-position: center;
    }
    
    .hero-overlay {
        background: radial-gradient(circle, rgba(10, 10, 10, 0.6) 0%, rgba(10, 10, 10, 0.95) 100%);
    }

    .hero-bolt-decor {
        display: none;
    }
    
    .section {
        padding: 60px 0;
    }
    
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    
    .footer-credits-row {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    .footer-legal-links {
        justify-content: center;
    }
    
    .service-item {
        flex-direction: column;
        gap: 10px;
    }
    
    .service-num {
        font-size: 3rem;
    }
}

/* ========================================
   WHATSAPP FLUTUANTE (Premium Animated)
   ======================================== */
.btn-flutuante-whatsapp {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 60px;
    height: 60px;
    background-color: #25D366;
    color: #FFF;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    transition: transform 0.3s ease;
    animation: pulse-whatsapp 2s infinite;
}

.btn-flutuante-whatsapp:hover {
    transform: scale(1.1);
    color: #FFF;
}

.btn-flutuante-whatsapp .badge {
    position: absolute;
    top: 2px;
    right: 2px;
    background: #ff0000;
    color: white;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: bold;
    border: 2px solid #25D366;
}

/* Drawer Mobile Premium (AG5 Pattern) */
.nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9); /* Mais escuro para isolar o menu */
    backdrop-filter: blur(10px);
    z-index: 9998; /* Maior que qualquer outro elemento */
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
}

.nav-overlay.active {
    opacity: 1;
    visibility: visible;
}

.nav-drawer {
    position: fixed;
    top: 0;
    right: -100%;
    width: 85%;
    max-width: 400px;
    height: 100%;
    background: #0A0A0A; /* Cor sólida garantida */
    z-index: 9999; /* Máxima prioridade */
    padding: 30px;
    display: flex;
    flex-direction: column;
    transition: 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: -15px 0 40px rgba(0, 0, 0, 0.8);
    border-left: 1px solid var(--border);
}

.nav-drawer.active {
    right: 0;
}

.drawer-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.drawer-close {
    background: none;
    border: none;
    color: var(--text-primary);
    font-size: 2.5rem;
    cursor: pointer;
    line-height: 1;
    transition: var(--transition);
}

.drawer-close:hover {
    color: var(--accent);
    transform: rotate(90deg);
}

.drawer-nav ul {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.drawer-nav ul li a {
    font-family: var(--font-display);
    font-size: 1.8rem;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    opacity: 0.7;
    transition: var(--transition);
}

.drawer-nav ul li a:hover {
    opacity: 1;
    color: var(--accent);
    transform: translateX(10px);
}

.drawer-footer {
    margin-top: auto;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.drawer-footer p {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
    color: var(--text-secondary);
}

.drawer-social {
    display: flex;
    gap: 15px;
    font-size: 0.9rem;
    font-weight: 600;
}

.drawer-social a:hover {
    color: var(--accent);
}

/* Scroll Lock */
body.drawer-open {
    overflow: hidden;
}

@media (max-width: 768px) {
    .nav-links {
        display: none !important;
    }
}

/* Animations */
@keyframes pulse-whatsapp {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
    }
    70% {
        box-shadow: 0 0 0 20px rgba(37, 211, 102, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

/* PageSpeed/Accessibility fix: respeitar preferência do usuário por menos movimento */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }

    .ticker-track,
    .carousel-track,
    .marquee-track {
        animation: none !important;
    }

    .logo {
        opacity: 1 !important;
        animation: none !important;
    }

    .animate-on-load {
        opacity: 1 !important;
        transform: none !important;
    }

    .reveal {
        opacity: 1 !important;
        transform: none !important;
    }
}
