/* 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('../images/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.09); border: 1px solid rgba(255,255,255,0.14); padding: 60px; border-radius: 60px; backdrop-filter: blur(10px); color: #fff; }
.testi-quote { font-size: 30px; font-weight: 600; line-height: 1.4; font-style: italic; color: #fff; opacity: 1; }
.testi-nature .opacity-50, .testi-nature .opacity-75, .testi-nature small { color: rgba(255,255,255,.82) !important; opacity: 1 !important; }
.page-header .opacity-50, .page-header .opacity-75 { color: rgba(255,255,255,.88) !important; opacity: 1 !important; }

.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; }
}

/* Unified gradient navigation */
.header-nature {
    position: fixed !important;
    top: 20px !important;
    background: linear-gradient(115deg, #0b3324 0%, #14583a 52%, #168f59 100%) !important;
    border-color: rgba(255,255,255,.16) !important;
    box-shadow: 0 22px 55px rgba(5,37,24,.24) !important;
}
.header-nature .logo {
    display: flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,.94);
}
.header-nature .nav-links a { color: rgba(255,255,255,.88) !important; }
.header-nature .nav-links a:hover { color: #a9f5bd !important; }
.header-nature .nav-links a.active { color: #b9ffc9 !important; }
.header-nature .cta > a {
    background: #fff !important;
    color: #11442f !important;
    box-shadow: 0 10px 25px rgba(0,0,0,.15);
}
.header-nature .mobile-menu-btn { color: #fff !important; }

@media (max-width: 991px) {
    .header-nature { border-radius: 24px; }
    .header-nature .logo { padding: 4px 9px; }
}

/* Shared public-page language */
.site-header .nav-links a.active { color: #b9ffc9 !important; }
.header-whatsapp { align-items: center; padding: 11px 20px; border-radius: 999px; background: #fff; color: #11442f !important; font-weight: 800; text-decoration: none !important; }
.page-header, .hero-page-elite, .ave-hero {
    background: linear-gradient(125deg, #0b3324 0%, var(--primary-color) 55%, #168f59 100%) !important;
    padding: 150px 0 86px !important;
    border-radius: 0 0 72px 72px !important;
    color: #fff;
}
.page-header h1, .hero-page-elite h1, .ave-hero h1 { color: #fff !important; }
.guide-card, .testimonial-card, .sale-card, .info-card { box-shadow: 0 22px 60px rgba(11, 51, 36, .07); }

/* Responsive gallery */
body.gallery-open { overflow: hidden; touch-action: none; }
.gallery-lightbox { display: none; position: fixed; inset: 0; z-index: 999999; align-items: center; justify-content: center; padding: 32px 92px; background: rgba(5, 24, 17, .96) !important; backdrop-filter: blur(18px); }
.gallery-stage { width: min(100%, 980px); height: min(86vh, 820px); margin: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; }
#lightbox-img { width: auto !important; max-width: 100% !important; height: auto; max-height: calc(100% - 132px) !important; object-fit: contain; border: 0; border-radius: 24px; box-shadow: 0 30px 90px rgba(0,0,0,.38); }
#lightbox-caption { position: static; margin: 0; color: #fff !important; font-size: 14px !important; font-weight: 800; text-align: center; }
.gallery-close, .gallery-control { display: grid; place-items: center; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.1); color: #fff !important; cursor: pointer; backdrop-filter: blur(10px); }
.gallery-close { position: absolute; top: 24px; right: 24px; width: 48px; height: 48px; border-radius: 50%; font-size: 20px; z-index: 2; }
.gallery-control { position: absolute; top: 50%; width: 54px; height: 54px; border-radius: 50%; transform: translateY(-50%); font-size: 18px; }
.gallery-control-prev { left: 24px; }
.gallery-control-next { right: 24px; }
.gallery-thumbnails { display: flex; width: min(100%, 720px); gap: 8px; padding: 4px 2px; overflow-x: auto; scrollbar-width: thin; scroll-snap-type: x proximity; }
.gallery-thumbnails button { flex: 0 0 62px; width: 62px; height: 50px; padding: 2px; overflow: hidden; border: 2px solid transparent; border-radius: 12px; background: rgba(255,255,255,.09); opacity: .58; cursor: pointer; scroll-snap-align: center; transition: .2s ease; }
.gallery-thumbnails button.active { border-color: #74df97; opacity: 1; transform: translateY(-2px); }
.gallery-thumbnails img { width: 100%; height: 100%; object-fit: cover; border-radius: 8px; }
.gallery-grid { grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)) !important; }
.gal-item { width: 100%; padding: 0; border: 0; background: #eaf3ed; aspect-ratio: 1 / 1; height: auto !important; }
.gal-item img { width: 100%; height: 100%; object-fit: cover; }
.open-custom-gallery.is-loading { opacity: .65; cursor: wait; }

@media (max-width: 767px) {
    body { font-size: 15px; }
    .header-nature { top: 10px !important; width: calc(100% - 20px) !important; min-height: 68px; padding: 9px 12px !important; border-radius: 20px !important; }
    .header-nature .logo img { width: 58px; height: auto; }
    .mobile-menu-btn span { display: none; }
    .hero-nature { min-height: 720px; height: 100svh; padding: 120px 18px 60px !important; }
    .hero-title { font-size: clamp(44px, 16vw, 64px) !important; line-height: .94; }
    .section-narrative, .testi-nature, .faq-elite { padding: 76px 0 !important; }
    .section-narrative h2, .faq-elite h2 { font-size: 34px !important; }
    .species-img-wrap { height: 300px !important; }
    .species-info { padding: 34px 24px 26px; }
    .species-tag { left: 24px; }
    .testi-nature { border-radius: 42px 42px 0 0; }
    .page-header, .hero-page-elite, .ave-hero { padding: 120px 16px 58px !important; margin-bottom: 46px !important; border-radius: 0 0 40px 40px !important; }
    .page-header h1, .hero-page-elite h1, .ave-hero h1 { font-size: 38px !important; }
    .guide-card, .info-card { padding: 28px !important; border-radius: 26px !important; }
    .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 8px !important; }
    .gallery-lightbox { padding: 74px 12px 82px; }
    .gallery-stage { width: 100%; height: 100%; }
    #lightbox-img { border-radius: 16px; max-height: calc(100% - 116px) !important; }
    .gallery-close { top: 14px; right: 14px; }
    .gallery-control { top: auto; bottom: 16px; transform: none; width: 50px; height: 50px; }
    .gallery-control-prev { left: calc(50% - 60px); }
    .gallery-control-next { right: calc(50% - 60px); }
    .gallery-thumbnails { width: calc(100vw - 24px); }
    .gallery-thumbnails button { flex-basis: 56px; width: 56px; height: 46px; }
    #whatsapp-smart { right: 16px !important; bottom: 16px !important; }
}

/* Navigation refresh */
.header-nature {
    width: min(calc(100% - 40px), 1160px) !important;
    padding: 10px 14px 10px 20px !important;
    border-radius: 28px !important;
    background: linear-gradient(110deg, rgba(8, 48, 32, .96), rgba(18, 105, 67, .96)) !important;
}
.header-nature .logo { padding: 5px 12px; }
.header-nature .logo img { display: block; max-height: 48px; width: auto; }
.header-nature .nav-links { display: flex; align-items: center; gap: 4px; }
.header-nature .nav-links a {
    margin: 0;
    padding: 11px 15px;
    border-radius: 13px;
    font-size: 12px;
    letter-spacing: .04em;
}
.header-nature .nav-links a:hover,
.header-nature .nav-links a.active { background: rgba(255,255,255,.1); }
.header-nature .cta > a { min-height: 44px; padding: 0 20px; align-items: center; border-radius: 15px; }

body.menu-open { overflow: hidden; }
.mobile-menu-drawer {
    left: auto;
    right: -100%;
    background: linear-gradient(145deg, #071f16, #0d5436 70%, #168f59);
    color: #fff;
    padding: max(26px, env(safe-area-inset-top)) 26px 30px;
}
.mobile-menu-drawer.active { left: auto; right: 0; }
.drawer-header img { padding: 7px 12px; border-radius: 18px; background: #fff; }
#close-mobile { width: 48px; height: 48px; border-radius: 50%; background: rgba(255,255,255,.1); color: #fff; }
.drawer-nav { gap: 8px; }
.drawer-nav a { padding: 14px 16px; border-radius: 14px; color: rgba(255,255,255,.9); font-size: clamp(18px, 6vw, 25px); letter-spacing: -.03em; }
.drawer-nav a:hover { background: rgba(255,255,255,.09); color: #fff; }
.drawer-nav a.btn-success { background: #fff; color: #0d5436; border-radius: 16px; }

@media (max-width: 991px) {
    .header-nature { width: calc(100% - 24px) !important; padding: 9px 10px 9px 14px !important; border-radius: 21px !important; }
    .header-nature .nav-links { display: none !important; }
    .header-nature .mobile-menu-btn {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        gap: 8px;
        min-width: 52px;
        min-height: 48px;
        padding: 0 15px;
        border: 1px solid rgba(255,255,255,.18);
        border-radius: 15px;
        background: rgba(255,255,255,.11) !important;
        color: #fff !important;
        font-size: 13px;
    }
    .header-nature .mobile-menu-btn i { font-size: 20px; }
    .header-nature .cta > a { display: none !important; }
}

@media (max-width: 420px) {
    .header-nature .logo img { max-height: 42px; }
    .header-nature .mobile-menu-btn span { display: inline; }
    .mobile-menu-drawer { width: 100%; }
}

.footer-signature { width: fit-content; max-width: 100%; margin: 0 auto; display: flex; align-items: center; justify-content: center; gap: 16px; padding: 14px 18px; color: #587064; background: linear-gradient(135deg, #f8fcf9, #edf7f1); border: 1px solid #dcebe1; border-radius: 24px; box-shadow: 0 14px 38px rgba(26,77,51,.08); }
.footer-signature-mark { flex: 0 0 44px; width: 44px; height: 44px; display: grid; place-items: center; color: #fff; background: linear-gradient(135deg, #45b874, #1e7b4b); border-radius: 14px; box-shadow: 0 9px 20px rgba(35,142,82,.22); }
.footer-signature-copy { display: flex; flex-direction: column; align-items: flex-start; text-align: left; line-height: 1.35; }
.footer-signature-copy strong { color: #214c38; font-size: 12px; font-weight: 800; letter-spacing: .025em; }
.footer-signature-copy span { margin-top: 2px; color: #71877c; font-size: 11px; }
.site-credits { display: inline-flex; align-items: center; justify-content: center; gap: 10px; color: #587064; font-size: 11px; }
.site-credits-badge { padding: 5px 10px; color: #fff; background: linear-gradient(120deg, #35ad6b, #238653); border-radius: 999px; font-size: 10px; font-weight: 900; letter-spacing: .06em; }
.site-credits-divider { flex: 0 0 1px; width: 1px; height: 34px; background: #cfe0d5; }
.site-credits .fa-heart { margin: 0 3px; color: #e63946; }
.site-credits a { color: #1f7549; font-weight: 800; text-decoration: none; }
@media (max-width: 760px) { .footer-signature { width: 100%; flex-wrap: wrap; gap: 12px; padding: 16px; } .footer-signature-copy { flex: 1; } .site-credits { width: 100%; flex-wrap: wrap; padding-top: 12px; border-top: 1px solid #dce9e1; } .site-credits-divider { display: none; } }

/* Header logo and public contrast polish */
.header-nature .logo {
    background: linear-gradient(135deg, #ffffff 0%, #e7f7ed 58%, #bdeaca 100%) !important;
    border: 1px solid rgba(255,255,255,.52);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.85), 0 9px 24px rgba(2,30,18,.16);
}
.header-nature .cta { min-width: 90px; justify-content: flex-end; }
.page-header, .hero-page-elite, .ave-hero { padding-top: 185px !important; }
.page-header h1, .page-header p,
.hero-page-elite h1, .hero-page-elite p,
.ave-hero h1, .ave-hero p { color: #fff !important; }
.form-dep[style*="primary-color"] h1,
.form-dep[style*="primary-color"] h2,
.form-dep[style*="primary-color"] h3,
.form-dep[style*="primary-color"] p,
.section-elite .glass-card[style*="primary-color"] h1,
.section-elite .glass-card[style*="primary-color"] h2,
.section-elite .glass-card[style*="primary-color"] h3,
.section-elite .glass-card[style*="primary-color"] p { color: #fff !important; }
.form-container, .dep-item, .listing-card, .guide-card, .info-card { color: #244b39; }
.form-container h1, .form-container h2, .form-container h3, .form-container h4,
.dep-item h1, .dep-item h2, .dep-item h3, .dep-item h4,
.listing-card h1, .listing-card h2, .listing-card h3, .listing-card h4 { color: #173d2c !important; }
.input-dep { color: #173d2c; }
.input-dep::placeholder { color: #85978f; opacity: 1; }

.star-rating { display: inline-flex; align-items: center; justify-content: center; gap: 5px; }
.star-rating .star-btn { width: 44px; height: 44px; padding: 0; border: 0; border-radius: 12px; background: transparent; color: #d9dedb; font-size: 30px; line-height: 1; cursor: pointer; transition: color .16s ease, transform .16s ease, background .16s ease; }
.star-rating .star-btn.selected { color: #f2bd00; }
.star-rating .star-btn:hover,
.star-rating .star-btn:focus-visible { outline: none; color: #f2bd00; background: #fff8d9; transform: translateY(-2px) scale(1.06); }

@media (max-width: 767px) {
    .page-header, .hero-page-elite, .ave-hero { padding-top: 130px !important; }
    .header-nature .cta { min-width: auto; }
    .form-container { padding: 30px 20px !important; border-radius: 30px !important; }
    .star-rating { gap: 1px; }
    .star-rating .star-btn { width: 42px; height: 44px; font-size: 28px; }
}
