/* ========================================
   ESTÂNCIA DOS IPÊS - DARK LUXURY MODERN
   ======================================== */

:root {
    --bg-dark: #0A0F0B;
    --bg-darker: #050805;
    --dourado: #D4AF37;
    --dourado-light: #F4D77E;
    --text: #E8E8E8;
    --text-muted: #8A9A8E;
    --whatsapp: #25D366;
}

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

body {
    font-family: 'Inter', sans-serif;
    background: var(--bg-dark);
    color: var(--text);
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 { 
    font-family: 'Sora', sans-serif; 
    font-weight: 700; 
    letter-spacing: -0.03em; 
    line-height: 1.05; 
}

a { text-decoration: none; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
img { max-width: 100%; display: block; }

.container { max-width: 1300px; margin: 0 auto; padding: 0 30px; }

/* ============ GLOWS DE FUNDO ============ */
.glow-1 {
    position: fixed; top: -300px; left: -300px;
    width: 800px; height: 800px;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.12) 0%, transparent 60%);
    pointer-events: none; z-index: 0; filter: blur(60px);
}
.glow-2 {
    position: fixed; bottom: -400px; right: -300px;
    width: 900px; height: 900px;
    background: radial-gradient(circle, rgba(42, 92, 54, 0.25) 0%, transparent 60%);
    pointer-events: none; z-index: 0; filter: blur(80px);
}

/* ============ BOTÕES ============ */
.btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 12px;
    padding: 20px 42px; border-radius: 100px;
    font-family: 'Sora', sans-serif; font-weight: 600;
    font-size: 0.85rem; text-transform: uppercase; letter-spacing: 1.5px;
    cursor: pointer; border: none; position: relative; overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-primary {
    background: linear-gradient(135deg, var(--dourado) 0%, var(--dourado-light) 100%);
    color: var(--bg-dark);
    box-shadow: 0 0 40px rgba(212, 175, 55, 0.3), inset 0 1px 0 rgba(255,255,255,0.3);
}
.btn-primary:hover { 
    transform: translateY(-3px); 
    box-shadow: 0 0 60px rgba(212, 175, 55, 0.6), inset 0 1px 0 rgba(255,255,255,0.4);
}
.btn-primary::after {
    content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
    transition: left 0.6s;
}
.btn-primary:hover::after { left: 100%; }

.btn-ghost {
    background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.15);
    color: var(--text); backdrop-filter: blur(10px);
}
.btn-ghost:hover { 
    border-color: var(--dourado); color: var(--dourado); 
    background: rgba(212, 175, 55, 0.08); 
}

.btn-sm { padding: 12px 28px; font-size: 0.7rem; }

/* ============ HEADER ============ */
header {
    position: fixed; top: 0; width: 100%; padding: 25px 0; z-index: 1000;
    transition: all 0.5s ease;
}
header.scrolled {
    background: rgba(10, 15, 11, 0.85); backdrop-filter: blur(20px);
    padding: 15px 0; border-bottom: 1px solid rgba(212, 175, 55, 0.1);
}
.header-content { 
    display: flex; justify-content: space-between; align-items: center; 
}
.logo-header { height: 60px; transition: all 0.4s ease; }
header.scrolled .logo-header { height: 50px; }

.nav-links { display: flex; gap: 40px; align-items: center; }
.nav-links a { 
    color: var(--text); font-size: 0.8rem; font-weight: 500; 
    letter-spacing: 1px; text-transform: uppercase; 
}
.nav-links a:hover { color: var(--dourado); }

.menu-toggle {
    display: none; background: none; border: none;
    color: var(--dourado); font-size: 1.5rem; cursor: pointer;
    padding: 5px;
}

/* ============ HERO ============ */
.hero {
    position: relative; min-height: 100vh; display: flex; align-items: center;
    overflow: hidden; padding: 120px 0 80px;
}
.video-bg {
    position: absolute; top: 50%; left: 50%; min-width: 100%; min-height: 100%;
    width: auto; height: auto; transform: translate(-50%, -50%);
    z-index: -2; object-fit: cover;
}
.hero-overlay {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(180deg, rgba(10,15,11,0.85) 0%, rgba(10,15,11,0.5) 40%, var(--bg-dark) 100%);
    z-index: -1;
}
.hero-content { 
    position: relative; z-index: 2; max-width: 900px; 
    animation: fadeUp 1.2s cubic-bezier(0.4, 0, 0.2, 1); 
}

.hero-badge {
    display: inline-flex; align-items: center; gap: 10px;
    padding: 8px 18px; border-radius: 100px;
    background: rgba(212, 175, 55, 0.1); border: 1px solid rgba(212, 175, 55, 0.3);
    font-size: 0.7rem; font-weight: 600; letter-spacing: 3px;
    text-transform: uppercase; color: var(--dourado); margin-bottom: 35px;
}
.hero-badge .dot {
    width: 6px; height: 6px; border-radius: 50%; background: var(--dourado);
    box-shadow: 0 0 10px var(--dourado); animation: pulse-dot 2s infinite;
}

.hero h1 { 
    font-size: clamp(2.8rem, 6vw, 5.5rem); 
    color: #fff; margin-bottom: 30px; font-weight: 800; 
}
.hero h1 .gradient-text {
    background: linear-gradient(135deg, var(--dourado) 0%, var(--dourado-light) 50%, #fff 100%);
    -webkit-background-clip: text; background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: italic; font-weight: 300;
}
.hero p { 
    font-size: 1.15rem; color: var(--text-muted); max-width: 600px;
    margin-bottom: 45px; font-weight: 300; line-height: 1.7; 
}

.hero-buttons { display: flex; gap: 15px; flex-wrap: wrap; }

.hero-metrics {
    display: flex; gap: 60px; margin-top: 70px; padding-top: 40px;
    border-top: 1px solid rgba(255,255,255,0.08);
}
.metric .num {
    font-family: 'Sora', sans-serif; font-size: 2.5rem; font-weight: 700;
    color: var(--dourado); line-height: 1; margin-bottom: 8px;
}
.metric .lbl { 
    font-size: 0.75rem; text-transform: uppercase; 
    letter-spacing: 2px; color: var(--text-muted); 
}

/* ============ SEÇÕES COMUNS ============ */
.section-label {
    display: inline-flex; align-items: center; gap: 12px;
    font-size: 0.75rem; letter-spacing: 4px; text-transform: uppercase;
    color: var(--dourado); font-weight: 600; margin-bottom: 20px;
}
.section-label::before { 
    content: ''; width: 40px; height: 1px; background: var(--dourado); 
}

.section-title {
    font-size: clamp(2rem, 4vw, 3.5rem);
    color: #fff; margin-bottom: 20px; font-weight: 700;
}
.section-title em {
    font-style: italic; font-weight: 300;
    background: linear-gradient(135deg, var(--dourado), var(--dourado-light));
    -webkit-background-clip: text; background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* ============ SEÇÃO OFERTA ============ */
.oferta { padding: 140px 0; position: relative; z-index: 1; }

.oferta-grid { 
    display: grid; grid-template-columns: 1.3fr 1fr 1fr; 
    gap: 25px; margin-top: 70px; 
}

.card-oferta {
    position: relative; padding: 55px 40px; border-radius: 24px;
    background: linear-gradient(145deg, rgba(255,255,255,0.04), rgba(255,255,255,0.01));
    border: 1px solid rgba(255,255,255,0.08);
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.card-oferta::before {
    content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 2px;
    background: linear-gradient(90deg, transparent, var(--dourado), transparent);
    opacity: 0; transition: opacity 0.5s;
}
.card-oferta:hover { 
    transform: translateY(-8px); 
    border-color: rgba(212, 175, 55, 0.4);
    box-shadow: 0 30px 60px rgba(0,0,0,0.5), 0 0 40px rgba(212, 175, 55, 0.15);
}
.card-oferta:hover::before { opacity: 1; }

.card-oferta .icon-box {
    width: 55px; height: 55px; border-radius: 14px;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.2), rgba(212, 175, 55, 0.05));
    border: 1px solid rgba(212, 175, 55, 0.3);
    display: flex; align-items: center; justify-content: center;
    color: var(--dourado); font-size: 1.3rem; margin-bottom: 30px;
}

.card-oferta .label {
    font-size: 0.7rem; text-transform: uppercase; letter-spacing: 3px;
    color: var(--text-muted); font-weight: 600; margin-bottom: 15px; display: block;
}

.card-oferta .numero-gigante {
    font-family: 'Sora', sans-serif; font-weight: 800;
    font-size: clamp(3rem, 5vw, 4.5rem); line-height: 0.95;
    background: linear-gradient(135deg, #fff 0%, var(--dourado) 100%);
    -webkit-background-clip: text; background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 15px;
}
.card-oferta .numero-gigante small { 
    font-size: 1.2rem; font-weight: 400; 
    -webkit-text-fill-color: var(--text-muted);
    color: var(--text-muted); margin-left: 5px;
}

.card-oferta ul { list-style: none; margin-top: 25px; }
.card-oferta ul li {
    display: flex; align-items: center; gap: 12px;
    font-size: 0.9rem; color: var(--text-muted); margin-bottom: 12px;
}
.card-oferta ul li i { color: var(--dourado); font-size: 0.75rem; }

.card-oferta.destaque {
    background: linear-gradient(145deg, rgba(212, 175, 55, 0.1), rgba(212, 175, 55, 0.02));
    border-color: rgba(212, 175, 55, 0.25);
}

.oferta-cta { text-align: center; margin-top: 60px; }

/* ============ SEÇÃO FEATURES ============ */
.features { padding: 140px 0; position: relative; z-index: 1; }
.features-head { max-width: 700px; }
.features-head p { 
    color: var(--text-muted); margin-top: 20px; font-size: 1.05rem; 
}

.features-grid { 
    display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1px; background: rgba(255,255,255,0.06);
    border-radius: 24px; overflow: hidden; margin-top: 70px;
    border: 1px solid rgba(255,255,255,0.08);
}
.feature-item { 
    background: var(--bg-dark); padding: 50px 35px; 
    transition: all 0.4s ease; 
}
.feature-item:hover { background: rgba(255,255,255,0.02); }
.feature-item i { 
    font-size: 1.8rem; color: var(--dourado); 
    margin-bottom: 25px; display: block; 
}
.feature-item h3 { 
    font-size: 1rem; color: #fff; margin-bottom: 12px; 
    font-weight: 600; font-family: 'Sora', sans-serif; 
}
.feature-item p { font-size: 0.85rem; color: var(--text-muted); line-height: 1.6; }

/* ============ SEÇÃO GALERIA ============ */
.galeria { padding: 140px 0; position: relative; z-index: 1; }

.galeria-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-top: 70px;
}

.galeria-item {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    cursor: pointer;
    border: 1px solid rgba(255,255,255,0.08);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.galeria-item:hover {
    transform: translateY(-5px);
    border-color: rgba(212, 175, 55, 0.4);
    box-shadow: 0 20px 50px rgba(0,0,0,0.5), 0 0 40px rgba(212, 175, 55, 0.15);
}
.galeria-item img {
    width: 100%; height: 100%; object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.galeria-item:hover img { transform: scale(1.1); }

.galeria-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(10,15,11,0.9));
    display: flex; align-items: center; justify-content: center;
    opacity: 0;
    transition: opacity 0.4s ease;
}
.galeria-item:hover .galeria-overlay { opacity: 1; }
.galeria-overlay i {
    font-size: 2rem; color: var(--dourado);
    background: rgba(212, 175, 55, 0.15);
    border: 1px solid rgba(212, 175, 55, 0.4);
    width: 60px; height: 60px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    backdrop-filter: blur(10px);
}

/* ============ LIGHTBOX ============ */
.lightbox {
    position: fixed;
    inset: 0;
    background: rgba(5, 8, 5, 0.95);
    backdrop-filter: blur(20px);
    z-index: 10000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 40px;
    animation: fadeUp 0.4s ease;
}
.lightbox.active { display: flex; }
.lightbox img {
    max-width: 95%; max-height: 90vh;
    border-radius: 12px;
    box-shadow: 0 30px 80px rgba(0,0,0,0.8), 0 0 60px rgba(212, 175, 55, 0.3);
    border: 1px solid rgba(212, 175, 55, 0.3);
}
.lightbox-close {
    position: absolute;
    top: 30px; right: 30px;
    background: rgba(212, 175, 55, 0.15);
    border: 1px solid rgba(212, 175, 55, 0.4);
    color: var(--dourado);
    width: 55px; height: 55px;
    border-radius: 50%;
    font-size: 1.3rem;
    cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    transition: all 0.3s ease;
}
.lightbox-close:hover {
    background: var(--dourado); color: var(--bg-dark);
    transform: rotate(90deg);
}

/* ============ SEÇÃO PLANTA ============ */
.planta { padding: 140px 0; position: relative; z-index: 1; }
.planta-grid { 
    display: grid; grid-template-columns: 1fr 1.3fr; 
    gap: 80px; align-items: center; 
}
.planta-text h2 { margin-bottom: 25px; }
.planta-text p { color: var(--text-muted); margin-bottom: 35px; font-size: 1.05rem; }

.planta-list { list-style: none; }
.planta-list li {
    display: flex; align-items: center; gap: 18px;
    padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,0.06);
    font-size: 0.95rem; color: var(--text); font-weight: 500;
}
.planta-list li:last-child { border-bottom: none; }
.planta-list li i {
    width: 32px; height: 32px; border-radius: 50%;
    background: rgba(212, 175, 55, 0.1); 
    border: 1px solid rgba(212, 175, 55, 0.3);
    display: flex; align-items: center; justify-content: center;
    color: var(--dourado); font-size: 0.7rem; flex-shrink: 0;
}

.planta-img-wrap {
    position: relative; border-radius: 24px; overflow: hidden;
    box-shadow: 0 40px 100px rgba(0,0,0,0.6), 0 0 60px rgba(212, 175, 55, 0.1);
    border: 1px solid rgba(212, 175, 55, 0.2);
}
.planta-img-wrap img { width: 100%; display: block; transition: transform 0.6s ease; }
.planta-img-wrap:hover img { transform: scale(1.05); }

/* ============ SEÇÃO LOCALIZAÇÃO ============ */
.localizacao { padding: 140px 0; position: relative; z-index: 1; }
.localizacao-grid { 
    display: grid; grid-template-columns: 1fr 1.3fr; 
    gap: 80px; align-items: center; 
}
.localizacao-text h2 { margin-bottom: 25px; }
.localizacao-text p { color: var(--text-muted); margin-bottom: 40px; font-size: 1.05rem; }

.endereco-card {
    padding: 35px; border-radius: 20px;
    background: linear-gradient(145deg, rgba(212, 175, 55, 0.08), rgba(212, 175, 55, 0.02));
    border: 1px solid rgba(212, 175, 55, 0.25);
    position: relative; overflow: hidden;
    margin-bottom: 25px;
}
.endereco-card::before {
    content: ''; position: absolute; top: 0; left: 0; width: 3px; height: 100%;
    background: linear-gradient(180deg, var(--dourado), transparent);
}
.endereco-card .pin { 
    display: flex; align-items: center; gap: 15px; margin-bottom: 15px; 
}
.endereco-card .pin i {
    width: 45px; height: 45px; border-radius: 12px;
    background: rgba(212, 175, 55, 0.15);
    display: flex; align-items: center; justify-content: center;
    color: var(--dourado); font-size: 1.2rem;
}
.endereco-card .pin strong { 
    font-family: 'Sora', sans-serif; font-size: 1.3rem; 
    color: #fff; font-weight: 600; 
}
.endereco-card .sub { 
    font-size: 0.85rem; color: var(--text-muted); padding-left: 60px; 
}

.mapa-wrap {
    border-radius: 24px; overflow: hidden; height: 450px;
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 40px 80px rgba(0,0,0,0.5);
}
.mapa-wrap iframe {
    width: 100%;
    height: 100%;
    border: 0;
    filter: invert(0.9) hue-rotate(180deg) saturate(0.7);
    transition: filter 0.4s ease;
}
.mapa-wrap:hover iframe { 
    filter: invert(0) hue-rotate(0deg) saturate(1); 
}

.btn-route { margin-top: 5px; }

/* ============ SEÇÃO DEPOIMENTOS ============ */
.depoimentos { padding: 140px 0; position: relative; z-index: 1; }

.depoimentos-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 70px;
}

.card-depoimento {
    padding: 45px 35px;
    border-radius: 20px;
    background: linear-gradient(145deg, rgba(255,255,255,0.04), rgba(255,255,255,0.01));
    border: 1px solid rgba(255,255,255,0.08);
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
}
.card-depoimento::before {
    content: '"';
    position: absolute;
    top: 10px; right: 25px;
    font-size: 6rem;
    font-family: 'Sora', serif;
    color: rgba(212, 175, 55, 0.08);
    line-height: 1;
    font-weight: 800;
}
.card-depoimento:hover {
    transform: translateY(-5px);
    border-color: rgba(212, 175, 55, 0.3);
    box-shadow: 0 20px 50px rgba(0,0,0,0.4);
}

.stars {
    display: flex;
    gap: 5px;
    margin-bottom: 25px;
}
.stars i { color: var(--dourado); font-size: 0.85rem; }

.card-depoimento p {
    color: var(--text);
    font-size: 0.95rem;
    line-height: 1.7;
    margin-bottom: 30px;
    font-style: italic;
    font-weight: 300;
}

.autor {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-top: 25px;
    border-top: 1px solid rgba(255,255,255,0.06);
}
.avatar {
    width: 50px; height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--dourado), var(--dourado-light));
    display: flex; align-items: center; justify-content: center;
    font-family: 'Sora', sans-serif;
    font-weight: 700;
    color: var(--bg-dark);
    font-size: 0.9rem;
    flex-shrink: 0;
}
.autor strong {
    display: block;
    color: #fff;
    font-family: 'Sora', sans-serif;
    font-size: 0.95rem;
    margin-bottom: 3px;
    font-weight: 600;
}
.autor span {
    font-size: 0.8rem;
    color: var(--text-muted);
}

/* ============ CTA FINAL / FORMULÁRIO ============ */
.cta-final { 
    padding: 140px 0; position: relative; z-index: 1;
    background: linear-gradient(180deg, transparent, rgba(212, 175, 55, 0.03)); 
}
.cta-box {
    max-width: 750px; margin: 0 auto; text-align: center;
    padding: 70px 60px; border-radius: 32px;
    background: linear-gradient(145deg, rgba(255,255,255,0.04), rgba(255,255,255,0.01));
    border: 1px solid rgba(255,255,255,0.08);
    backdrop-filter: blur(20px);
    position: relative; overflow: hidden;
}
.cta-box::before {
    content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%;
    background: radial-gradient(circle at center, rgba(212, 175, 55, 0.08), transparent 50%);
    animation: rotate-slow 20s linear infinite;
    pointer-events: none;
}
.cta-box .section-label { justify-content: center; }
.cta-box h2 { color: #fff; margin-bottom: 20px; position: relative; }
.cta-box h2 em {
    font-style: italic; font-weight: 300;
    background: linear-gradient(135deg, var(--dourado), var(--dourado-light));
    -webkit-background-clip: text; background-clip: text;
    -webkit-text-fill-color: transparent;
}
.cta-box p { color: var(--text-muted); margin-bottom: 45px; position: relative; }

.form-grid { 
    display: grid; grid-template-columns: 1fr 1fr; 
    gap: 20px; margin-bottom: 25px; position: relative; 
}
.form-field { text-align: left; }
.form-field.full { grid-column: 1 / -1; }
.form-field label {
    display: block; margin-bottom: 10px; font-size: 0.7rem; font-weight: 600;
    color: var(--dourado); text-transform: uppercase; letter-spacing: 2px;
}
.form-field input, .form-field select {
    width: 100%; padding: 18px 22px; border-radius: 12px;
    background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1);
    color: var(--text); font-family: 'Inter', sans-serif; font-size: 0.95rem;
    transition: all 0.3s ease;
}
.form-field input::placeholder { color: rgba(255,255,255,0.3); }
.form-field input:focus, .form-field select:focus {
    outline: none; border-color: var(--dourado);
    background: rgba(212, 175, 55, 0.05);
    box-shadow: 0 0 0 4px rgba(212, 175, 55, 0.1);
}
.form-field select option { background: var(--bg-dark); color: var(--text); }
.cta-box .btn { width: 100%; position: relative; }

/* ============ FOOTER ============ */
footer {
    background: var(--bg-darker); padding: 70px 0 30px;
    border-top: 1px solid rgba(255,255,255,0.05);
    position: relative; z-index: 1;
}
.footer-grid { 
    display: grid; grid-template-columns: 1fr 1fr 1fr; 
    gap: 50px; margin-bottom: 50px; 
}
.footer-col h4 {
    font-size: 0.75rem; text-transform: uppercase; letter-spacing: 3px;
    color: var(--dourado); margin-bottom: 20px; font-weight: 600;
}
.footer-col p, .footer-col a {
    color: var(--text-muted); font-size: 0.9rem; 
    margin-bottom: 10px; display: block;
}
.footer-col a:hover { color: var(--dourado); }
.footer-col i { margin-right: 8px; color: var(--dourado); }
.footer-logo { height: 55px; margin-bottom: 20px; }
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.05); padding-top: 30px;
    text-align: center; font-size: 0.8rem; color: var(--text-muted);
}

/* ============ WHATSAPP FLUTUANTE ============ */
.whatsapp-float {
    position: fixed; bottom: 35px; right: 35px;
    width: 65px; height: 65px; border-radius: 50%;
    background: var(--whatsapp); color: #fff;
    display: flex; align-items: center; justify-content: center;
    font-size: 30px; z-index: 999;
    box-shadow: 0 10px 40px rgba(37, 211, 102, 0.5);
    animation: pulse-wa 2.5s infinite;
}
.whatsapp-float:hover { transform: scale(1.1); color: #fff; }

/* ============ ANIMAÇÕES ============ */
@keyframes fadeUp {
    from { opacity: 0; transform: translateY(50px); }
    to { opacity: 1; transform: translateY(0); }
}
@keyframes pulse-dot {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.5); }
}
@keyframes pulse-wa {
    0% { box-shadow: 0 10px 40px rgba(37, 211, 102, 0.5), 0 0 0 0 rgba(37, 211, 102, 0.4); }
    70% { box-shadow: 0 10px 40px rgba(37, 211, 102, 0.5), 0 0 0 20px rgba(37, 211, 102, 0); }
    100% { box-shadow: 0 10px 40px rgba(37, 211, 102, 0.5), 0 0 0 0 rgba(37, 211, 102, 0); }
}
@keyframes rotate-slow {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.reveal { 
    opacity: 0; transform: translateY(50px); 
    transition: all 1s cubic-bezier(0.4, 0, 0.2, 1); 
}
.reveal.active { opacity: 1; transform: translateY(0); }

/* ============ RESPONSIVIDADE ============ */
@media (max-width: 992px) {
    .oferta-grid { grid-template-columns: 1fr; }
    .planta-grid, .localizacao-grid { grid-template-columns: 1fr; gap: 50px; }
    .footer-grid { grid-template-columns: 1fr; gap: 30px; }
    .hero-metrics { gap: 30px; flex-wrap: wrap; }
    .mapa-wrap { height: 350px; }
    .nav-links { gap: 25px; }
}

@media (max-width: 768px) {
    .nav-links { 
        position: fixed; top: 80px; left: 0; width: 100%;
        background: rgba(10, 15, 11, 0.98); backdrop-filter: blur(20px);
        flex-direction: column; padding: 30px; gap: 25px;
        transform: translateX(-100%); transition: transform 0.4s ease;
        border-bottom: 1px solid rgba(212, 175, 55, 0.2);
        height: calc(100vh - 80px);
        justify-content: flex-start;
        align-items: center;
    }
    .nav-links.active { transform: translateX(0); }
    .menu-toggle { display: block; }
    
    .hero-metrics { gap: 25px; }
    .metric .num { font-size: 1.8rem; }
    .hero h1 { font-size: 2.5rem; }
    
    .cta-box { padding: 45px 25px; }
    .form-grid { grid-template-columns: 1fr; }
    .card-oferta { padding: 40px 25px; }
    .oferta, .features, .planta, .localizacao, .cta-final, .galeria, .depoimentos { 
        padding: 80px 0; 
    }
    
    .galeria-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
    .lightbox { padding: 20px; }
    .lightbox-close { top: 15px; right: 15px; width: 45px; height: 45px; }
    
    .whatsapp-float { 
        bottom: 20px; right: 20px; 
        width: 55px; height: 55px; font-size: 26px; 
    }
    
    .section-title { font-size: 1.9rem; }
}