:root {
    /* --- PALETA LIGHT THEME LUXURY --- */
    --bg-light: #ffffff;
    --bg-gray: #f5f5f7; 
    --bg-contrast: #1c1c1c; 
    
    --gold-primary: #D4AF37; 
    --gold-light: #F3E5AB;
    --gold-dark: #AA8828;
    --gold-gradient: linear-gradient(135deg, #AA8828 0%, #F3E5AB 50%, #AA8828 100%);
    
    --text-main: #1a1a1a; 
    --text-muted: #555555;
    --text-white: #ffffff;
    
    --font-family: 'Montserrat', sans-serif;
    --whatsapp-color: #25d366;
    --section-padding: 7rem 0;
    --shadow-soft: 0 12px 35px rgba(0,0,0,0.08);
}

::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: var(--bg-gray); }
::-webkit-scrollbar-thumb { background: linear-gradient(#ccc, var(--gold-dark)); border-radius: 5px; }
::-webkit-scrollbar-thumb:hover { background: var(--gold-primary); }

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

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

body.no-scroll { overflow: hidden; height: 100vh; }

img { max-width: 100%; display: block; height: auto; } /* height: auto previne distorção com width/height explícitos */
a { text-decoration: none; color: inherit; transition: 0.3s ease; }
ul { list-style: none; }

h1, h2, h3 {
    font-family: var(--font-family);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

h1 { font-size: 3.5rem; margin-bottom: 1.2rem; color: var(--text-white); } 
h2 { font-size: 2.5rem; margin-bottom: 1rem; color: var(--text-main); }
h3 { font-size: 1.3rem; font-weight: 700; color: var(--gold-dark); margin-bottom: 0.8rem; letter-spacing: 0.05em; }
p { font-size: 1rem; color: var(--text-muted); margin-bottom: 1.5rem; font-weight: 400; }

.lead-text { font-size: 1.15rem; font-weight: 500; line-height: 1.6; color: var(--text-main); }
.hero-lead { font-size: 1.15rem; font-weight: 500; line-height: 1.6; color: var(--text-white); }
.section-subtitle { font-size: 1.1rem; max-width: 600px; margin: 0 auto 3rem auto; }

.text-gradient {
    background: var(--gold-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
}
.text-hero-gradient {
    background: linear-gradient(135deg, #AA8828 0%, #F3E5AB 50%, #AA8828 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.text-center { text-align: center; }

.title-black {
    color: #000000 !important;
    background: none !important;
    -webkit-text-fill-color: initial !important;
}

.vagas-alert {
    background: var(--gold-gradient);
    color: #000;
    font-weight: 800;
    padding: 0.8rem 1.5rem;
    border-radius: 50px;
    display: inline-block;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.4);
    animation: pulse-gold 2s infinite;
    font-size: 1.1rem;
    letter-spacing: 1px;
}

.quality-features {
    text-align: center;
    margin-top: 3rem;
    margin-bottom: 2rem;
}
.quality-topics {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}
.quality-topics li {
    font-size: 1.1rem;
    font-weight: 600;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 8px;
}
.gold-icon { font-size: 1.3rem; }

.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 3rem;
}

.feature-card {
    background: #f9f9f9;
    padding: 2rem;
    border-radius: 16px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid transparent;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(212, 175, 55, 0.15);
    border-color: var(--gold-light);
}

.feature-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    display: inline-block;
}

.feature-card h3 {
    font-size: 1.2rem;
    color: var(--text-main);
    margin-bottom: 0.5rem;
}

.btn {
    display: inline-flex; align-items: center; justify-content: center;
    padding: 1rem 2.2rem; border-radius: 50px;
    font-weight: 700; font-size: 0.9rem; text-transform: uppercase;
    letter-spacing: 0.1em; cursor: pointer; position: relative;
    overflow: hidden; border: none; transition: all 0.3s ease;
}
.btn-primary, .btn-gold {
    background: var(--gold-gradient); color: #000;
    box-shadow: 0 5px 15px rgba(212, 175, 55, 0.2);
    background-size: 200% auto;
}
.btn-primary:hover, .btn-gold:hover {
    background-position: right center; transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.4);
}
.btn-outline { 
    background: transparent; border: 2px solid var(--gold-primary); color: var(--gold-dark); 
}
.btn-outline:hover { 
    background: var(--gold-primary); color: #fff; transform: translateY(-3px); 
}
.btn-outline-hero { 
    background: transparent; border: 2px solid #fff; color: #fff; 
}
.btn-outline-hero:hover { 
    background: #fff; color: #000; transform: translateY(-3px); 
}

/* NOVO ESTILO: BOTÃO BRANCO PREENCHIDO NA HERO */
.btn-filled-white { 
    background: #ffffff; color: #000000; 
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}
.btn-filled-white:hover { 
    background: #f0f0f0; color: #000; transform: translateY(-3px); 
    box-shadow: 0 8px 25px rgba(255,255,255,0.3);
}

.btn-pulse { animation: pulse-gold 2s infinite; }
@keyframes pulse-gold {
    0% { box-shadow: 0 0 0 0 rgba(212, 175, 55, 0.7); }
    70% { box-shadow: 0 0 0 15px rgba(212, 175, 55, 0); }
    100% { box-shadow: 0 0 0 0 rgba(212, 175, 55, 0); }
}
.mt-2 { margin-top: 2rem; }

header {
    position: fixed; top: 0; width: 100%; z-index: 1000;
    padding: 1.2rem 2rem; background: rgba(0,0,0,0.2);
    backdrop-filter: blur(5px);
    transition: all 0.4s ease;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

header.scrolled { 
    background: #000000;
    padding: 0.8rem 2rem; 
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    border-bottom: none;
}
.header-container { display: flex; justify-content: space-between; align-items: center; max-width: 1200px; margin: 0 auto; }
.logo-img { height: 55px; width: auto; transition: 0.3s; }

header.scrolled .logo-img { height: 50px; filter: none; }

.nav-links { display: flex; gap: 2.5rem; align-items: center; }
.nav-links a { font-weight: 600; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.05em; position: relative; color: #fff; }

header.scrolled .nav-links a { color: #fff; } 

.nav-link::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--gold-primary);
    transition: width 0.3s ease;
}

.nav-link:hover::after,
.nav-link.active::after {
    width: 100%;
}

.nav-btn-highlight {
    border: 2px solid var(--gold-primary); padding: 0.6rem 1.4rem; border-radius: 30px;
    color: var(--gold-primary) !important; transition: 0.3s;
}

.nav-btn-highlight:hover { 
    background: var(--gold-primary); color: #000 !important; transform: translateY(-2px); 
}

header.scrolled .nav-btn-highlight {
    background: var(--gold-primary);
    color: #000000 !important;
    border-color: transparent;
    box-shadow: none;
    font-weight: 700;
}

header.scrolled .nav-btn-highlight:hover {
    background: #c49f32;
    color: #000000 !important;
    transform: translateY(-2px);
    box-shadow: none;
}

.mobile-menu-btn { display: none; background: none; border: none; cursor: pointer; flex-direction: column; gap: 6px; z-index: 1002; }
.bar { width: 28px; height: 2px; background: #fff; transition: 0.3s; }
header.scrolled .bar { background: #fff; } 

.mobile-menu-btn.active .bar { background: #000; }
.mobile-menu-btn.active .bar:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.mobile-menu-btn.active .bar:nth-child(2) { opacity: 0; }
.mobile-menu-btn.active .bar:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

.hero-section {
    height: 100vh; min-height: 600px; width: 100%; position: relative;
    display: flex; align-items: center; justify-content: center;
    text-align: center; overflow: hidden; background: transparent; padding-top: 80px;
}
.hero-background { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.hero-bg-img {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    object-fit: cover; object-position: center;
    opacity: 0;
    transition: opacity 2.0s ease-in-out;
}
.hero-bg-img.active { opacity: 1; }
.hero-gradient-overlay {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0.7));
    z-index: 1;
}
.hero-content { position: relative; z-index: 2; max-width: 850px; padding: 0 1.5rem; }
.badge-gold {
    background: rgba(255, 255, 255, 0.15); color: #fff;
    padding: 0.6rem 1.2rem; border-radius: 30px; font-size: 0.85rem;
    text-transform: uppercase; font-weight: 700; margin-bottom: 2rem;
    display: inline-block; border: 1px solid rgba(212, 175, 55, 0.8);
    letter-spacing: 0.1em; backdrop-filter: blur(5px);
}
.cta-group { margin-top: 3rem; display: flex; gap: 1.2rem; justify-content: center; flex-wrap: wrap; }
.scroll-indicator {
    position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%);
    z-index: 2; display: flex; flex-direction: column; align-items: center; gap: 12px; opacity: 0.8; color: #fff; transition: 0.3s;
}
.mouse { width: 24px; height: 36px; border: 2px solid #fff; border-radius: 15px; position: relative; }
.mouse::before {
    content: ''; position: absolute; top: 6px; left: 50%;
    transform: translateX(-50%); width: 4px; height: 4px; background: #fff;
    border-radius: 50%; animation: scrollMouse 2s infinite;
}
@keyframes scrollMouse { 0% { opacity: 1; top: 6px; } 100% { opacity: 0; top: 22px; } }

.container { max-width: 1200px; margin: 0 auto; padding: 0 2rem; }
section { padding: var(--section-padding); position: relative; z-index: 10; }

.section-light { background-color: var(--bg-light); }
.section-gray { background-color: var(--bg-gray); }
.section-advantages { background-color: #ececed; }

.section-contrast { background-color: var(--bg-contrast); color: #fff; }
.section-contrast h2 { color: #fff; }
.section-contrast p { color: #cccccc; }
.section-contrast .lead-text { color: #fff; }
.section-contrast .contact-info h3 { color: #fff; }
.section-contrast .contact-detail strong { color: #fff; }

.section-header { margin-bottom: 4rem; }
.split-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.video-wrapper { 
    border-radius: 15px; overflow: hidden; aspect-ratio: 16/9; 
    box-shadow: var(--shadow-soft); 
}
.video-wrapper iframe { width: 100%; height: 100%; border: none; }
.benefits-list { margin: 2rem 0; }
.benefits-list li { margin-bottom: 1.2rem; display: flex; align-items: center; gap: 12px; font-size: 1.05rem; color: var(--text-main); }
.icon-check { color: var(--gold-primary); font-weight: bold; font-size: 1.2rem; }

.products-grid, .testimonials-wrapper {
    display: grid;
    gap: 4rem;
    align-items: stretch;
}

@media (min-width: 1100px) {
    .products-grid { grid-template-columns: repeat(4, 1fr); }
    .testimonials-wrapper { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 700px) and (max-width: 1099px) {
    .products-grid, .testimonials-wrapper { grid-template-columns: repeat(2, 1fr); }
}

.product-container { display: flex; flex-direction: column; gap: 1.5rem; height: 100%; cursor: pointer; }
.product-image-card {
    height: 360px;
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    display: flex; justify-content: center; align-items: center;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}
.product-image-card:hover {
    transform: translateY(-10px);
    border-color: rgba(212, 175, 55, 0.6);
    box-shadow: 0 20px 40px rgba(212, 175, 55, 0.2);
}
.product-image-card img, .carousel-item { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.product-image-card:hover img { transform: scale(1.03); }

.carousel-wrapper { width: 100%; height: 100%; position: relative; }
.carousel-item { position: absolute; top: 0; left: 0; opacity: 0; transition: opacity 0.8s ease-in-out; }
.carousel-item.active { opacity: 1; }

/* --- FAIXA DIAGONAL "NOVO" (DESIGN REFINADO) --- */
.ribbon-wrapper {
    width: 100px;
    height: 100px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 15;
}

.new-ribbon {
    position: absolute;
    top: 15px; 
    right: -25px;
    width: 120px;
    background: var(--gold-gradient);
    color: #000; /* Texto Preto para Contraste */
    text-align: center;
    font-weight: 800;
    font-size: 0.75rem;
    letter-spacing: 0.05em;
    padding: 5px 0;
    transform: rotate(45deg);
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    border: 1px solid rgba(255,255,255,0.3);
}

.product-info-below { text-align: left; padding: 0 0.5rem; display: flex; flex-direction: column; }
.product-info-below h3 {
    font-size: 1.4rem; margin-bottom: 0.5rem; color: #fff;
    justify-content: flex-start; min-height: auto; position: relative; padding-bottom: 0.5rem;
}
.product-info-below h3::after {
    content: ''; position: absolute; bottom: 0; left: 0; width: 40px; height: 3px; background: var(--gold-primary);
}
.product-info-below p { font-size: 0.95rem; line-height: 1.6; color: #ccc; margin: 0; text-align: left; }
.product-info-below p strong { display: block; text-align: center; margin-bottom: 5px; color: #fff; }

.click-hint { display: none; } 

.catalog-cta { text-align: center; margin-top: 4rem; }
.catalog-cta a { display: inline-flex; align-items: center; gap: 12px; padding: 1rem 2.5rem; }

.advantages-list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    max-width: 900px;
    margin: 0 auto;
}
.advantage-item {
    display: flex;
    align-items: center;
    gap: 3rem;
    padding: 2rem;
    background: #fff;
    border-radius: 20px;
    box-shadow: var(--shadow-soft);
    transition: transform 0.3s ease;
    border: 1px solid #f0f0f0;
}
.advantage-item:hover {
    transform: translateY(-5px);
    border-color: var(--gold-primary);
}
.advantage-item.reverse {
    flex-direction: row-reverse;
    text-align: right;
}
.icon-circle {
    width: 100px;
    height: 100px;
    background: var(--bg-gray);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    border: 2px solid var(--gold-light);
}

.testimonial-card.glass-card {
    background: #ffffff;
    padding: 2.5rem;
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    border: 1px solid #eeeeee;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.4s ease;
}
.testimonial-card.glass-card:hover {
    transform: translateY(-5px);
    border-color: var(--gold-light);
}

.testimonial-text { font-style: italic; font-size: 1.05rem; line-height: 1.7; margin-bottom: 2rem; color: var(--text-muted); }
.author-container { display: flex; align-items: center; gap: 1rem; }
.avatar-img { width: 55px; height: 55px; border-radius: 50%; object-fit: cover; border: 3px solid rgba(212, 175, 55, 0.3); }
.rotate-fix { transform: rotate(90deg); }

.stars {
    display: inline-block;
    font-size: 1.3rem; 
    letter-spacing: 3px; 
    margin-top: 8px;
    color: var(--gold-primary); 
    transition: transform 0.3s ease;
}
.testimonial-card.glass-card:hover .stars {
    transform: scale(1.05);
}

.cta-final-section { position: relative; padding: 8rem 1rem; overflow: hidden; text-align: center; background-color: #000; z-index: 10; color: #fff; }
#particles-js { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; }
.cta-content-centered { position: relative; z-index: 1; max-width: 650px; margin: 0 auto; }
.cta-content-centered h2 { font-size: 3rem; margin-bottom: 1rem; color: #fff; }
.cta-content-centered p { color: #ccc; }

.contact-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}
.pa-details { margin-bottom: 2.5rem; }
.link-gold { color: var(--gold-primary); font-weight: 700; }
.map-wrapper {
    position: relative; overflow: hidden;
    border-radius: 24px; border: 1px solid rgba(255,255,255,0.1);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    padding: 2rem;
}
.pa-photo {
    width: 100%;
    max-width: 320px;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}
.signature-text {
    font-family: 'Pinyon Script', cursive;
    font-size: 2.2rem;
    margin-top: 1.5rem;
    background: linear-gradient(135deg, #AA8828 0%, #F3E5AB 50%, #AA8828 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
}

.social-row { display: flex; gap: 1rem; flex-wrap: wrap; }
.social-row a {
    padding: 0.8rem 1.8rem; border: 1px solid rgba(255,255,255,0.2); border-radius: 30px;
    display: flex; align-items: center; gap: 10px; font-weight: 600; color: #ccc;
}
.social-row a:hover {
    border-color: var(--gold-primary); color: var(--gold-primary); background: rgba(255,255,255,0.05); transform: translateY(-3px);
}

.warning-card {
    background: rgba(255, 255, 255, 0.05);
    border-left: 5px solid #ffcc00;
    padding: 1.5rem;
    margin: 2rem 0;
    border-radius: 8px;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    backdrop-filter: blur(5px);
    border-top: 1px solid rgba(255, 215, 0, 0.2);
    border-right: 1px solid rgba(255, 215, 0, 0.2);
    border-bottom: 1px solid rgba(255, 215, 0, 0.2);
    animation: pulse-border 3s infinite alternate;
}
@keyframes pulse-border {
    from { border-left-color: #AA8828; }
    to { border-left-color: #F3E5AB; }
}

.warning-icon { font-size: 2rem; line-height: 1; filter: drop-shadow(0 0 5px rgba(255,215,0,0.5)); }
.warning-content strong { 
    display: block; 
    color: var(--gold-primary); 
    text-transform: uppercase; 
    margin-bottom: 0.5rem; 
    letter-spacing: 1px; 
    font-size: 0.9rem;
}
.warning-content p { margin: 0; color: #e0e0e0; font-size: 0.95rem; line-height: 1.5; }

.luxury-line {
    width: 100%;
    height: 3px;
    background: linear-gradient(270deg, #AA8828, #F3E5AB, #D4AF37, #F3E5AB, #AA8828);
    background-size: 400% 400%;
    box-shadow: 
        0 0 15px rgba(212, 175, 55, 0.6), 
        0 -2px 10px rgba(255, 255, 255, 0.2);
    position: relative;
    z-index: 20;
    animation: shine-luxury 6s ease infinite;
}

@keyframes shine-luxury {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* --- FOOTER TRÊS COLUNAS (NOVO LAYOUT) --- */
footer { 
    background-color: #000000; 
    color: #fff; 
    padding: 2.5rem 0; 
    border-top: 1px solid rgba(255,255,255,0.05);
    position: relative;
    z-index: 10;
}

.footer-layout {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
}

.footer-col {
    flex: 1; /* Ocupa espaço igual */
}

/* Coluna Esquerda */
.footer-left {
    text-align: left;
}
.copyright-text {
    font-size: 0.85rem;
    color: #e0e0e0;
    margin-bottom: 5px;
    font-weight: 500;
}
.disclaimer-text {
    font-size: 0.75rem;
    color: #777;
    margin: 0;
}

/* Coluna Central (Logo) */
.footer-center {
    display: flex;
    justify-content: center;
    flex: 0 0 auto; /* Não estica a coluna do logo */
}
.footer-logo {
    height: 45px;
    width: auto;
    opacity: 0.9;
}

/* Coluna Direita */
.footer-right {
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.dev-text {
    font-size: 0.8rem;
    color: #888;
    margin: 0 0 3px 0;
}
.dev-text strong {
    color: #aaa;
}
.dev-link-action {
    font-size: 0.85rem;
    color: #fff;
    font-weight: 600;
    transition: 0.3s ease;
}
.dev-link-action span {
    color: var(--gold-primary);
    text-decoration: underline;
}
.dev-link-action:hover span {
    color: var(--gold-light);
}

/* Responsividade do Footer */
@media (max-width: 900px) {
    .footer-layout {
        flex-direction: column;
        text-align: center;
        gap: 1.5rem;
    }
    
    .footer-left, .footer-right {
        text-align: center;
        align-items: center;
    }

    /* Reordena para o logo ficar no topo em Mobile (opcional, ou mantém no meio) */
    .footer-center {
        order: -1; 
        margin-bottom: 0.5rem;
    }
    
    .footer-logo { height: 40px; }
}

@media (max-width: 768px) {
    footer { padding: 2rem 0; }
    
    /* Ajustes específicos para mobile pequeno */
    .copyright-text, .dev-link-action {
        font-size: 0.8rem;
    }
}

.whatsapp-float {
    position: fixed; bottom: 30px; right: 30px; background: var(--whatsapp-color);
    width: 65px; height: 65px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
    box-shadow: 0 5px 25px rgba(37, 211, 102, 0.4); z-index: 9999;
}
.whatsapp-float svg { width: 36px; height: 36px; }

.overlay-full-screen {
    position: fixed; top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(255,255,255,0.95); z-index: 999; opacity: 0; pointer-events: none; transition: 0.4s ease;
}
.overlay-full-screen.active { opacity: 1; pointer-events: auto; }

.modal-backdrop {
    display: none; 
    position: fixed; z-index: 2000;
    left: 0; top: 0; width: 100%; height: 100%;
    background-color: rgba(0,0,0,0.85); 
    justify-content: center; align-items: center;
    backdrop-filter: blur(8px);
}
.modal-content {
    background-color: #fff;
    margin: 5% auto;
    padding: 25px 20px; 
    border: 1px solid var(--gold-primary);
    border-radius: 20px; 
    width: 88%;
    max-width: 400px;
    position: relative;
    box-shadow: 0 15px 40px rgba(0,0,0,0.4);
    animation: slideUp 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
}
@keyframes slideUp { from { transform: translateY(30px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }

.close-modal {
    position: absolute; top: 10px; right: 15px;
    color: #888; font-size: 32px; font-weight: 300; cursor: pointer; border: none; background: none;
    z-index: 10;
}

.modal-body { width: 100%; text-align: center; }

.modal-body h3#modal-title {
    color: var(--text-main);
    margin-bottom: 20px;
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    border-bottom: 2px solid var(--gold-light);
    display: inline-block;
    padding-bottom: 5px;
}

.modal-img-container {
    width: 100%; margin-bottom: 20px;
    display: flex; justify-content: center;
}
#modal-img { 
    max-height: 220px; 
    width: auto; 
    object-fit: contain; 
    border-radius: 16px; 
    box-shadow: 0 8px 20px rgba(0,0,0,0.15); 
}

#modal-desc { 
    color: #555; 
    font-size: 1rem; 
    margin-bottom: 25px; 
    line-height: 1.6; 
}

.btn-full { width: 100%; border-radius: 12px; }

/* --- OVERRIDE DESKTOP: Remove Reveal Effect em Vantagens --- */
@media (min-width: 993px) {
    #vantagens-zyone .reveal-bottom {
        opacity: 1 !important;
        transform: none !important;
        visibility: visible !important;
    }
}

@media (max-width: 992px) {
    .split-layout, .contact-wrapper { grid-template-columns: 1fr; gap: 3rem; }
    .map-wrapper { order: 2; } 
    .contact-info { order: 1; }
    .contact-wrapper { display: flex; flex-direction: column; }
    .features-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
    :root { 
        --section-padding: 3rem 1.5rem; 
    }

    /* --- CORREÇÃO: Scroll para não cortar o topo --- */
    section {
        scroll-margin-top: 100px;
    }

    /* AJUSTE LOGO MOBILE: Mais discreto */
    .logo-img { height: 40px; }

    .hero-section {
        height: 100svh; 
        min-height: auto;
    }
    
    /* --- EFEITO PARALLAX NO MOBILE (FIXED) --- */
    .hero-background {
        position: fixed; 
        height: 100%; width: 100%; top: 0; left: 0; z-index: -1;
    }
    .hero-background img {
        object-fit: cover;
        object-position: center;
    }

    /* --- SCROLL INDICATOR MOBILE ATIVADO --- */
    .scroll-indicator { 
        display: flex !important; /* Força a exibição */
        bottom: 20px; /* Posiciona no rodapé da seção */
        transform: translateX(-50%) scale(0.8); /* Reduz 20% do tamanho */
        gap: 8px; 
        width: 100%;
        pointer-events: none;
    }

    .scroll-indicator span {
        font-size: 0.75rem; 
        letter-spacing: 1px;
        opacity: 0.9;
        text-transform: uppercase;
        font-weight: 600;
        text-shadow: 0 2px 4px rgba(0,0,0,0.8); /* Sombra para leitura */
    }

    /* AJUSTES DE HARMONIA NA HERO */
    .hero-content {
        padding: 0 1.5rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
        padding-top: 80px; 
        /* Espaço extra embaixo para os botões e o scroll indicator */
        padding-bottom: 120px; 
    }

    .badge-gold {
        font-size: 0.75rem;
        padding: 0.4rem 1rem;
        margin-bottom: 1rem;
    }

    h1 { 
        font-size: 2.1rem; 
        line-height: 1.1; 
        margin-bottom: 0.8rem; 
        font-weight: 800; 
    }
    h2.section-title { font-size: 1.75rem; line-height: 1.3; margin-bottom: 0.8rem; }
    
    .hero-lead { 
        font-size: 1.15rem; 
        margin-bottom: 1.5rem; 
        line-height: 1.5; 
        font-weight: 500; 
        max-width: 95%;
        margin-left: auto;
        margin-right: auto;
        text-shadow: 0 2px 4px rgba(0,0,0,0.5);
    }
    p { font-size: 1rem; line-height: 1.7; color: #4a4a4a; }

    /* UX MOBILE: HIERARQUIA DE BOTÕES */
    .cta-group { 
        flex-direction: column; 
        width: 100%; 
        gap: 12px; 
        align-items: center;
        margin-top: 1.5rem; 
    }
    
    .cta-group .btn { 
        width: 100%; 
        max-width: 320px; 
        padding: 0.8rem 0; 
        font-size: 0.8rem; 
        min-height: auto; 
        border-radius: 50px;
    }

    /* Botão Secundário Branco */
    .btn-filled-white { 
        width: 100%; 
        max-width: 320px;
        opacity: 0.95;
    }

    /* Ajuste Botão Cadastre-se Mobile */
    #sobre-zyone .btn {
        display: flex;
        justify-content: center;
        text-align: center;
        width: 100%;
    }

    .products-grid { 
        grid-template-columns: 1fr;
        gap: 2rem; 
        max-width: 400px;
        margin: 0 auto; 
    }
    
    .product-container {
        height: 100%; 
        display: flex; 
        flex-direction: column;
        justify-content: space-between;
    }

    .product-image-card { 
        height: auto; 
        aspect-ratio: 1 / 1;
        border-radius: 16px;
        border: 1px solid #f0f0f0; 
        box-shadow: 0 4px 10px rgba(0,0,0,0.03); 
    } 
    
    .product-info-below h3 { 
        font-size: 1.3rem; 
        margin-bottom: 0.3rem; 
        text-align: center; 
        margin-top: 12px;
        font-weight: 700;
    }
    
    .product-info-below p { display: none; }
    
    .product-info-below p {
        display: block;
        font-size: 0; 
        margin: 0;
        text-align: center;
    }
    .product-info-below p strong {
        font-size: 0.95rem; 
        display: block;
        color: #888;
        font-weight: 500;
        margin-top: 4px;
    }
    .desc-text { display: none !important; } 
    
    .click-hint {
        display: block;
        position: absolute; bottom: 10px; right: 10px;
        background: rgba(255,255,255,0.95); color: var(--gold-dark);
        padding: 6px 12px; border-radius: 20px;
        font-size: 0.75rem; z-index: 5; font-weight: 700;
        box-shadow: 0 2px 6px rgba(0,0,0,0.1);
        pointer-events: none;
    }

    /* BOTÃO MODAL WHATSAPP - Arredondado e Atrativo */
    #modal-whatsapp-btn {
        border-radius: 50px !important;
        background: linear-gradient(45deg, #25d366, #128c7e);
        box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
        color: #fff;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 1px;
        padding: 1rem;
    }

    /* TOPICOS DE QUALIDADE - HARMONIA VISUAL */
    .quality-topics {
        flex-direction: column;
        gap: 1.5rem;
        align-items: center;
        margin-top: 3rem;
    }
    .quality-topics li {
        font-size: 1rem;
        background: rgba(255,255,255,0.1);
        padding: 10px 20px;
        border-radius: 30px;
        width: 100%;
        justify-content: center;
        border: 1px solid rgba(255,255,255,0.2);
    }

    /* --- MOBILE: BOTÃO CATÁLOGO MENOR --- */
    .catalog-cta svg { width: 24px; height: 24px; }
    .catalog-cta a { 
        font-size: 0.95rem; 
        padding: 0.8rem 1.5rem; 
        width: auto;
    }
    
    /* --- MOBILE: MENU BTN LOJA AMARELO/PRETO --- */
    .mobile-menu-btn { display: flex; }
    #main-nav {
        position: fixed; top: 0; right: -100%; width: 85%; max-width: 300px; height: 100vh;
        background: #fff; padding: 6rem 2rem; transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        z-index: 1001; box-shadow: -5px 0 15px rgba(0,0,0,0.1);
    }
    #main-nav.active { right: 0; }
    .nav-links { flex-direction: column; align-items: flex-start; gap: 2rem; }
    .nav-link { font-size: 1.1rem; color: #1a1a1a !important; font-weight: 600; } 

    /* Botão Loja Virtual Mobile (Sólido) */
    #main-nav .nav-btn-highlight {
        background: var(--gold-primary) !important;
        color: #000 !important;
        border: none;
        width: 100%;
        text-align: center;
        justify-content: center;
    }
    
    .testimonials-wrapper { grid-template-columns: 1fr; gap: 2rem; }
    
    /* --- FOTOS REDONDAS NO MOBILE --- */
    .avatar-img {
        width: 60px;
        height: 60px;
        min-width: 60px;
        flex-shrink: 0;
        object-fit: cover;
        border-radius: 50%;
    }

    .testimonial-card.glass-card {
        padding: 2.2rem;
        box-shadow: 0 8px 20px rgba(0,0,0,0.03);
        border: 1px solid #f0f0f0;
    }

    .lead-text { font-size: 1.1rem; line-height: 1.6; }
    .warning-card { flex-direction: column; align-items: center; text-align: center; padding: 2rem 1.5rem; }
    .pa-photo { max-width: 100%; width: auto; border-radius: 12px; }

    /* --- ALINHAMENTO VANTAGENS MOBILE --- */
    .advantages-list { gap: 1.5rem; }

    .advantage-item, .advantage-item.reverse {
        flex-direction: column !important;
        text-align: center;
        gap: 1.5rem;
        padding: 2rem 1.5rem;
        align-items: center;
    }

    .advantage-content p {
        text-align: center;
    }

    /* --- MOBILE: CTA FINAL MENOR --- */
    .cta-content-centered h2 {
        font-size: 1.8rem; /* Reduzido de 3rem */
    }
    .cta-content-centered .btn {
        font-size: 0.9rem;
        padding: 0.8rem 1.5rem;
        width: 100%;
    }

    /* --- CORREÇÃO: Classe para esconder o WhatsApp no Modal --- */
    .whatsapp-float.hide-mobile {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: scale(0.8);
        transition: all 0.3s ease;
    }

    /* --- CORREÇÃO: Esconder WhatsApp ao chegar no Footer (NOVO) --- */
    .whatsapp-float.footer-hidden {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(20px); /* Move levemente para baixo */
        transition: all 0.4s ease;
    }
}

@media (max-width: 480px) {
    h1 { font-size: 1.75rem; }
    .section-title { font-size: 1.6rem; }
    .products-grid { gap: 20px; }
    .whatsapp-float { width: 55px; height: 55px; bottom: 20px; right: 20px; }
}