/* modern.css - Nature Elite Edition (The Ultimate Masterpiece) */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;600;700;800&family=Outfit:wght@500;700;900&display=swap');

/* :root {
    --forest: #1b4332;
    --leaf: #4caf50;
    --emerald: #2d6a4f;
    --lime: #95d5b2;
    --bg-nature: #f8faf8;
    --text-main: #1a1a1a;
    --radius-xl: 40px;
    --ease-nature: cubic-bezier(0.2, 0, 0, 1);

    --primary-color: #1b4332;
    --secondary-color: #4caf50;
    --accent-color: #74c69d;
    --bg-color: #f8faf8;
    --text-color: #1a1a1a;
    --header-bg: #ffffff;
    --footer-bg: #080a09;
} */
:root { --radius-xl: 40px; --ease-nature: cubic-bezier(0.2, 0, 0, 1); }

body { font-family: 'Plus Jakarta Sans', sans-serif; background: var(--bg-color); color: var(--text-color); overflow-x: hidden; }
h1, h2, h3, h4 { font-family: 'Outfit', sans-serif; font-weight: 900; color: var(--text-color); }
.testi-nature h1, .testi-nature h2, .testi-nature h3, .testi-nature h4 { color: #fff !important; }

/* Scroll Progress Nature */
#scroll-progress { position: fixed; top: 0; left: 0; height: 6px; background: linear-gradient(90deg, var(--primary-color), var(--secondary-color), var(--accent-color)); z-index: 10000; width: 0%; }

/* Header Nature */
.header-nature { position: fixed; top: 20px; left: 50%; transform: translateX(-50%); width: 90%; max-width: 1200px; background: var(--header-bg); backdrop-filter: blur(20px); border-radius: 100px; padding: 15px 40px; display: flex; justify-content: space-between; align-items: center; z-index: 9999; border: 1px solid rgba(0,0,0,0.05); box-shadow: 0 20px 40px rgba(0,0,0,0.05); }
.nav-links a { margin: 0 20px; font-weight: 800; font-size: 13px; text-transform: uppercase; color: var(--primary-color); text-decoration: none !important; transition: 0.3s; }
.nav-links a:hover { color: var(--nav-hover); }
/* Sobe a coluna da logo acima do overlay */
.hero-logo-col {
    position: relative;
    z-index: 2;
}

/* Logo com contraste correto */
.hero-logo {
    width: 100%;
    max-width: 480px;
}
/* Hero Immersive */
.hero-nature { height: 100vh; display: flex; align-items: center; position: relative; background: url('https://avespetjk.com.br/img/banner/banner.png') center/cover no-repeat; overflow: hidden; padding-top: 100px; color: #fff; }
.hero-nature::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(90deg, var(--primary-color), transparent); opacity: 0.8; z-index: 1; }
.hero-content { z-index: 2; position: relative; }
.hero-title { font-size: clamp(60px, 10vw, 120px); line-height: 0.9; margin-bottom: 30px; letter-spacing: -5px; color: #fff; }
.hero-title span { color: var(--secondary-color); display: block; font-size: 0.4em; letter-spacing: 5px; font-weight: 500; margin-top: 10px; }
.hero-nature .text-muted { color: rgba(255,255,255,0.8) !important; }
.btn-nature { background: var(--secondary-color); color: #fff !important; z-index: 2; position: relative; }
.btn-nature:hover { background: #fff; color: var(--primary-color) !important; }

.parallax-bird { display: none; } /* Hidden as it's now in the background */

/* Buttons Nature */
.btn-nature { background: var(--primary-color); color: #fff !important; padding: 22px 50px; border-radius: 100px; font-weight: 800; font-size: 15px; letter-spacing: 2px; text-transform: uppercase; border: none; box-shadow: 0 20px 40px rgba(0,0,0,0.1); transition: 0.5s var(--ease-nature); }
.btn-nature:hover { transform: translateY(-10px) scale(1.05); background: var(--button-hover); box-shadow: 0 30px 60px rgba(0,0,0,0.2); }

/* Species Narrative Sections */
.section-narrative { padding: 150px 0; position: relative; }
.species-card-elite { background: #fff; border-radius: var(--radius-xl); overflow: hidden; position: relative; transition: 0.7s var(--ease-nature); border: 1px solid #eee; display: flex; flex-direction: column; }
.species-card-elite:hover { transform: scale(1.02); box-shadow: 0 50px 100px rgba(0,0,0,0.1); }
.species-img-wrap { height: 500px; overflow: hidden; }
.species-img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: 1s var(--ease-nature); }
.species-card-elite:hover .species-img-wrap img { transform: scale(1.1); }

.species-info { padding: 50px; position: relative; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; }
.species-tag { position: absolute; top: -25px; left: 50px; background: var(--accent-color); color: #fff; padding: 10px 30px; border-radius: 50px; font-weight: 800; font-size: 12px; }

/* Testimonials Nature Lux */
.testi-nature { background: var(--primary-color); color: #fff; padding: 150px 0; border-radius: 100px 100px 0 0; position: relative; }
.testi-bubble { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.05); padding: 60px; border-radius: 60px; backdrop-filter: blur(10px); }
.testi-quote { font-size: 30px; font-weight: 600; line-height: 1.4; font-style: italic; opacity: 0.9; }

.testimonial-carousel .owl-nav { position: absolute; top: 50%; transform: translateY(-50%); width: 100%; display: flex; justify-content: space-between; pointer-events: none; }
.testimonial-carousel .owl-nav button { pointer-events: auto; background: rgba(255,255,255,0.1) !important; color: #fff !important; width: 60px; height: 60px; border-radius: 50%; transition: 0.3s; font-size: 20px !important; }
.testimonial-carousel .owl-nav button:hover { background: var(--secondary-color); transform: scale(1.1); }
.testimonial-carousel .owl-nav button.owl-prev { margin-left: -80px; }
.testimonial-carousel .owl-nav button.owl-next { margin-right: -80px; }

@media (max-width: 1200px) {
    .testimonial-carousel .owl-nav button.owl-prev { margin-left: -20px; }
    .testimonial-carousel .owl-nav button.owl-next { margin-right: -20px; }
}
@media (max-width: 768px) {
    .testimonial-carousel .owl-nav { display: none; }
}

/* FAQ Elite */
.faq-elite { background: #fff; padding: 150px 0; }
.faq-item-hq { background: var(--bg-color); border-radius: 30px; padding: 30px; margin-bottom: 20px; transition: 0.4s; cursor: pointer; border: 1px solid #eee; }
.faq-item-hq:hover { border-color: var(--secondary-color); background: #fff; transform: translateX(10px); }

/* Footer Nature Elite */
.footer-nature { background: var(--footer-bg); color: #fff; padding: 120px 0 60px; border-top: 1px solid rgba(255,255,255,0.05); }
.footer-nature h5 { font-weight: 800; text-transform: uppercase; letter-spacing: 2px; font-size: 14px; color: var(--secondary-color); margin-bottom: 30px; }
.footer-nature p { color: rgba(255,255,255,0.6); font-size: 14px; line-height: 1.8; }
.footer-link { color: rgba(255,255,255,0.6); text-decoration: none !important; display: block; margin-bottom: 12px; transition: 0.3s; }
.footer-link:hover { color: #fff; transform: translateX(5px); }
.footer-logo { filter: brightness(0) invert(1); opacity: 0.9; margin-bottom: 30px; }
.footer-social-btn { width: 45px; height: 45px; border-radius: 50%; background: rgba(255,255,255,0.05); display: inline-flex; align-items: center; justify-content: center; color: #fff; margin-right: 10px; transition: 0.3s; }
.footer-social-btn:hover { background: var(--secondary-color); transform: translateY(-5px); color: #fff; }

/* Custom Lightbox Nature */
#custom-lightbox { background: rgba(255,255,255,0.98) !important; backdrop-filter: blur(30px); }
#lightbox-img { border: 10px solid #fff; box-shadow: 0 50px 100px rgba(0,0,0,0.1); max-width: 600px !important; max-height: 70vh !important; width: 90% !important; object-fit: contain; }
#lightbox-caption { color: var(--primary-color) !important; font-size: 20px !important; margin-top: 20px; }
#close-lightbox { color: var(--primary-color) !important; z-index: 10; }
.light-btn { color: var(--primary-color) !important; z-index: 10; }

@media (max-width: 991px) {
    .header-nature { padding: 10px 20px; width: 95%; top: 10px; }
    .nav-links { display: none; }
    .hero-title { font-size: 45px; letter-spacing: -2px; }
    .parallax-bird { width: 100%; right: -10%; bottom: 0; }
    
    /* Mobile Menu Toggle Styling */
    .mobile-menu-btn { display: block !important; background: var(--primary-color); color: #fff; border: none; padding: 10px 15px; border-radius: 50px; font-weight: 800; font-size: 12px; }

    .testi-quote { font-size: 18px !important; }
    .testi-bubble { padding: 30px !important; border-radius: 30px !important; }
}

/* Mobile Menu Drawer */
.mobile-menu-drawer { position: fixed; top: 0; left: -100%; width: 100%; height: 100%; background: #fff; z-index: 10000; transition: 0.5s cubic-bezier(0.85, 0, 0.15, 1); padding: 40px; display: flex; flex-direction: column; }
.mobile-menu-drawer.active { left: 0; }
.drawer-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 50px; }
#close-mobile { background: none; border: none; font-size: 30px; color: var(--primary-color); }
.drawer-nav { display: flex; flex-direction: column; gap: 25px; }
.drawer-nav a { font-size: 24px; font-weight: 800; color: var(--primary-color); text-decoration: none; text-transform: uppercase; letter-spacing: -1px; }
.drawer-nav a.btn-success { background: var(--secondary-color); color: #fff; padding: 15px; border-radius: 15px; text-align: center; font-size: 18px; margin-top: 20px; }

/* Sticky Header Adjustments */
#sticky-header { transition: 0.3s; }
#sticky-header.sticky { background: rgba(255,255,255,0.95) !important; backdrop-filter: blur(10px); box-shadow: 0 10px 30px rgba(0,0,0,0.05); padding: 10px 0 !important; }

@media (max-width: 991px) {
    .hero-title { font-size: 50px !important; }
    .hero-nature { padding: 100px 0 50px !important; text-align: center; }
    .mobile-menu-btn { display: flex !important; background: none; border: none; font-weight: 800; color: var(--primary-color); align-items: center; gap: 8px; }
}

@media (max-width: 768px) {
    .testi-quote { font-size: 16px !important; }
}
