/* ========================================= */
/* --- 1. HERO (BANNER) --- */
/* ========================================= */
.full-hero { position: relative; height: 100vh; min-height: 600px; width: 100vw; display: flex; align-items: center; }
.image-slider { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; }
.image-slide { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-size: cover; background-position: center; opacity: 0; transition: opacity 1.5s ease-in-out; }
.image-slide.active { opacity: 1; }

.gradient-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(90deg, rgba(10, 25, 47, 1) 0%, rgba(10, 25, 47, 0.85) 35%, rgba(10, 25, 47, 0) 100%); z-index: 2; }

.hero-container { position: relative; z-index: 10; padding-left: 6%; width: 100%; }
.content-wrapper { position: relative; max-width: 650px; }
.text-slide { position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 100%; opacity: 0; visibility: hidden; pointer-events: none; }
.text-slide.active { opacity: 1; visibility: visible; pointer-events: auto; }
.reveal-wrap { overflow: hidden; margin-bottom: 20px; }
.reveal-wrap:last-child { margin-bottom: 0; margin-top: 40px; }
.subtitle { display: block; color: var(--paultrab-orange); font-family: var(--font-title); font-size: 0.85rem; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; transform: translateY(100%); transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1); }
.title { color: var(--white); font-family: var(--font-title); font-size: 3.8rem; line-height: 1.1; font-weight: 800; transform: translateY(100%); transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.1s; }
.title .highlight { color: var(--paultrab-orange); font-weight: 500; }
.description { color: var(--text-muted); font-size: 1.1rem; line-height: 1.6; max-width: 90%; transform: translateY(100%); transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.2s; margin-bottom: 30px; }

.btn-solid { display: inline-block; background: var(--paultrab-orange); color: var(--navy-dark); text-decoration: none; padding: 18px 40px; font-family: var(--font-title); font-weight: 700; font-size: 0.95rem; text-transform: uppercase; border-radius: 4px; transform: translateY(100%); transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.3s, background 0.3s ease; }
.btn-solid:hover { background: #e09000; }
.text-slide.active .subtitle, .text-slide.active .title, .text-slide.active .description, .text-slide.active .btn-solid { transform: translateY(0); }

.btn-solid-wa { display: inline-flex; align-items: center; gap: 10px; }
.btn-solid-wa i { font-size: 1.3rem; }

.slider-bottom-controls { position: absolute; bottom: 50px; left: 6%; display: flex; align-items: center; gap: 40px; z-index: 20; }
.custom-pagination { display: flex; align-items: center; gap: 15px; color: var(--white); font-family: var(--font-title); font-weight: 700; font-size: 0.95rem; }
.progress-bar { width: 120px; height: 3px; background: rgba(255,255,255,0.15); position: relative; overflow: hidden; }
.progress-fill { position: absolute; top: 0; left: 0; height: 100%; background: var(--paultrab-orange); width: 0%; transition: width 0.3s linear; }
.slider-arrows { display: flex; gap: 15px; }
.slider-arrows button { background: transparent; border: 1px solid rgba(255,255,255,0.3); color: var(--white); width: 45px; height: 45px; border-radius: 50%; cursor: pointer; font-size: 1rem; display: flex; align-items: center; justify-content: center; transition: 0.3s; }
.slider-arrows button:hover { background: var(--paultrab-orange); border-color: var(--paultrab-orange); color: var(--navy-dark); }

/* --- 2. SOBRE NÓS --- */
.about-section { padding: 140px 0; background-color: var(--bg-light); position: relative; overflow: hidden; }
.about-container { display: flex; align-items: center; justify-content: center; position: relative; }
.about-image-wrapper { width: 55%; position: relative; }
.about-img { width: 100%; height: 550px; object-fit: cover; border-radius: 12px; box-shadow: 0 25px 50px rgba(10, 25, 47, 0.15); display: block; position: relative; z-index: 1; }
.experience-badge { position: absolute; bottom: -40px; left: -40px; background-color: var(--paultrab-orange); color: var(--navy-dark); padding: 30px 40px; border-radius: 8px; box-shadow: 0 15px 35px rgba(246, 159, 0, 0.35); text-align: center; display: flex; flex-direction: column; z-index: 999; }
.badge-year { font-family: var(--font-title); font-size: 0.95rem; font-weight: 800; text-transform: uppercase; letter-spacing: 3px; margin-bottom: 5px; }
.badge-number { font-family: var(--font-title); font-size: 4rem; font-weight: 900; line-height: 1; }
.badge-text { font-family: var(--font-body); font-size: 1rem; font-weight: 600; margin-top: 5px; }
.about-content-card { width: 50%; max-width: 550px; background-color: var(--white); padding: 50px 70px; border-radius: 12px; box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08); position: relative; z-index: 10; margin-left: -5%; }
.about-subtitle { color: var(--paultrab-orange); font-family: var(--font-title); font-size: 0.9rem; font-weight: 800; text-transform: uppercase; letter-spacing: 3px; display: block; margin-bottom: 20px; }
.about-title { color: var(--navy-dark); font-family: var(--font-title); font-size: 3.2rem; font-weight: 800; line-height: 1.1; margin-bottom: 30px; }
.about-text { color: var(--text-gray); font-family: var(--font-body); font-size: 1.15rem; line-height: 1.8; margin-bottom: 45px; }
.about-text strong { color: var(--navy-dark); font-weight: 700; }
.about-btn-link { display: inline-flex; align-items: center; gap: 12px; color: var(--navy-dark); font-family: var(--font-title); font-size: 1.05rem; font-weight: 800; text-decoration: none; text-transform: uppercase; letter-spacing: 1px; transition: color 0.3s ease; }
.about-btn-link i { color: var(--paultrab-orange); font-size: 1.3rem; transition: transform 0.3s ease; }
.about-btn-link:hover { color: var(--paultrab-orange); gap: 18px; }

/* --- 3. CTA PERÍCIAS --- */
.premium-service-section { background-color: var(--navy-dark); padding: 120px 0; position: relative; overflow: hidden; }
.watermark-text { position: absolute; top: 50%; left: -2%; transform: translateY(-50%); font-size: 22vw; font-family: var(--font-title); font-weight: 900; text-transform: uppercase; color: transparent; -webkit-text-stroke: 2px rgba(255, 255, 255, 0.04); z-index: 1; pointer-events: none; user-select: none; white-space: nowrap; letter-spacing: -5px; line-height: 1; }
.service-container { display: flex; align-items: center; justify-content: center; gap: 30px; position: relative; z-index: 2; }
.service-content { width: 45%; }
.service-accent { color: var(--paultrab-orange); font-family: var(--font-title); font-size: 0.85rem; font-weight: 800; text-transform: uppercase; letter-spacing: 3px; margin-bottom: 25px; display: inline-block; }
.service-title { color: var(--white); font-family: var(--font-title); font-size: 3.5rem; font-weight: 800; line-height: 1.15; margin-bottom: 30px; }
.service-description { color: var(--white); font-family: var(--font-body); font-size: 1.15rem; line-height: 1.6; margin-bottom: 45px; max-width: 95%; }
.service-btn-glow { display: inline-block; background-color: var(--paultrab-orange); color: var(--navy-dark); font-family: var(--font-title); font-size: 0.95rem; font-weight: 800; text-decoration: none; text-transform: uppercase; letter-spacing: 1px; padding: 18px 45px; border-radius: 4px; transition: all 0.3s ease; box-shadow: 0 4px 15px rgba(246, 159, 0, 0.2); }
.service-btn-glow:hover { transform: translateY(-4px); background-color: #ffaa1a; box-shadow: 0 10px 25px rgba(246, 159, 0, 0.4); }
.service-cards-wrapper { width: 50%; display: flex; flex-direction: column; gap: 20px; }
.feature-card { display: flex; align-items: center; gap: 25px; background-color: var(--navy-light); border: 1px solid rgba(255, 255, 255, 0.05); padding: 30px 40px; border-radius: 12px; transition: transform 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease; cursor: default; }
.card-1 { transform: translateX(20px); } .card-2 { transform: translateX(-20px); } .card-3 { transform: translateX(20px); }
.feature-card:hover { transform: translateX(0) translateY(-5px); border-color: rgba(246, 159, 0, 0.3); box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3); background-color: #15294d; }
.card-icon { background-color: rgba(246, 159, 0, 0.1); color: var(--paultrab-orange); width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; border-radius: 50%; font-size: 1.5rem; flex-shrink: 0; transition: all 0.3s ease; }
.feature-card:hover .card-icon { background-color: var(--paultrab-orange); color: var(--navy-dark); }
.card-text h3 { color: var(--white); font-family: var(--font-title); font-size: 1.2rem; font-weight: 700; margin-bottom: 8px; }
.card-text p { color: var(--text-muted); font-family: var(--font-body); font-size: 0.95rem; line-height: 1.5; }

/* --- 4. GRADE DE SERVIÇOS --- */
.services-grid-section { padding: 120px 0; background-color: var(--bg-light); }
.services-header { text-align: center; margin-bottom: 40px; max-width: 800px; margin-left: auto; margin-right: auto; }
.services-accent { color: var(--paultrab-orange); font-family: var(--font-title); font-size: 0.85rem; font-weight: 800; text-transform: uppercase; letter-spacing: 3px; display: inline-block; margin-bottom: 15px; }
.services-title { color: var(--navy-dark); font-family: var(--font-title); font-size: 3rem; font-weight: 800; line-height: 1.2; margin-bottom: 20px; }
.services-subtitle { color: var(--paultrab-orange); font-size: 1.05rem; font-weight: 800; text-transform: uppercase; letter-spacing: 2px; line-height: 1.6; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.boutique-card { background-color: var(--white); border: 1px solid var(--border-light); border-radius: 12px; padding: 50px 40px; transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1); position: relative; overflow: hidden; display: flex; flex-direction: column; align-items: flex-start; }
.boutique-card::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 4px; background-color: var(--paultrab-orange); transform: scaleX(0); transform-origin: left; transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1); }
.boutique-card:hover { transform: translateY(-8px); box-shadow: 0 20px 40px rgba(10, 25, 47, 0.08); border-color: transparent; }
.boutique-card:hover::before { transform: scaleX(1); }
.card-icon-wrapper { width: 65px; height: 65px; border-radius: 12px; background-color: rgba(10, 25, 47, 0.04); color: var(--navy-dark); font-size: 1.8rem; display: flex; align-items: center; justify-content: center; margin-bottom: 30px; transition: all 0.4s ease; }
.boutique-card:hover .card-icon-wrapper { background-color: var(--navy-dark); color: var(--paultrab-orange); }
.boutique-title { font-family: var(--font-title); font-size: 1.3rem; font-weight: 700; color: var(--navy-dark); margin-bottom: 15px; }
.boutique-desc { color: var(--text-muted-blog); font-size: 1rem; line-height: 1.6; margin-bottom: 35px; flex-grow: 1; height: 3.2em; overflow: hidden;}
.boutique-link { font-family: var(--font-title); font-size: 1rem; font-weight: 800; color: var(--navy-dark); text-decoration: none; text-transform: uppercase; letter-spacing: 1px; display: inline-flex; align-items: center; gap: 8px; transition: color 0.3s ease; font-size: 1.05rem;}
.boutique-link i { color: var(--paultrab-orange); transition: transform 0.3s ease; font-size: 1.2rem;}
.boutique-link:hover { color: var(--paultrab-orange); gap: 12px;}

/* --- 5. MANIFESTO (EXPERTISE) --- */
.manifesto-section { position: relative; background: linear-gradient(rgba(10, 25, 47, 0.94), rgba(10, 25, 47, 0.94)), url('https://images.unsplash.com/photo-1503387762-592deb58ef4e?q=80&w=2071'); background-size: cover; background-position: center; background-attachment: fixed; padding: 140px 0; overflow: hidden; display: flex; justify-content: center; align-items: center; }
.watermark-footer-manifesto { position: absolute; bottom: 2%; left: 50%; transform: translateX(-50%); font-family: var(--font-title); font-size: 12vw; font-weight: 900; color: transparent; -webkit-text-stroke: 1px rgba(255, 255, 255, 0.03); pointer-events: none; z-index: 1; letter-spacing: 8px; white-space: nowrap; text-transform: uppercase; }
.manifesto-accent { color: var(--paultrab-orange); font-family: var(--font-title); font-size: 0.85rem; font-weight: 800; text-transform: uppercase; letter-spacing: 5px; margin-bottom: 30px; display: inline-block; }
.brand-label { font-family: var(--font-title); font-size: 1.8rem; color: var(--white); font-weight: 400; letter-spacing: 6px; text-transform: uppercase; opacity: 0.7; margin-bottom: 15px; }

/* Controla a altura e margem do texto rotativo */
.switcher-box { position: relative; height: 60px; display: flex; justify-content: center; align-items: center; margin-bottom: 15px; }

.word { position: absolute; font-family: var(--font-title); font-size: 3.5rem; font-weight: 900; color: var(--paultrab-orange); white-space: nowrap; opacity: 0; filter: blur(10px); animation: revealEffect 6s infinite; }
.word:nth-child(2) { animation-delay: 3s; }
@keyframes revealEffect { 0% { opacity: 0; filter: blur(10px); transform: scale(0.95); } 5%, 45% { opacity: 1; filter: blur(0); transform: scale(1); } 50%, 100% { opacity: 0; filter: blur(10px); transform: scale(1.05); } }
.manifesto-description { font-family: var(--font-body); color: var(--white); font-size: 1.2rem; line-height: 1.8; margin: 0 auto 50px; max-width: 800px; }
.manifesto-description strong { color: var(--white); }

/* Estilo para o CTA Solicitar Orçamento no Manifesto */
.manifesto-btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; background-color: var(--paultrab-orange); color: var(--navy-dark); font-family: var(--font-title); font-size: 0.95rem; font-weight: 800; text-decoration: none; text-transform: uppercase; letter-spacing: 1px; padding: 20px 55px; border-radius: 4px; transition: all 0.3s ease; box-shadow: 0 5px 20px rgba(246, 159, 0, 0.2); }
.manifesto-btn i { font-size: 1.3rem; }
.manifesto-btn:hover { transform: translateY(-5px); background-color: #ffaa1a; }

/* ========================================= */
/* --- 6. CONTATO MODERNO (BOUTIQUE) --- */
/* ========================================= */
.contact-boutique { padding: 140px 0; background-color: var(--white); position: relative; overflow: hidden; font-family: var(--font-body); }
.contact-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 80px; align-items: start; position: relative; z-index: 10; }

.contact-info { padding-right: 20px; }
.contact-accent { color: var(--paultrab-orange); font-family: var(--font-title); font-size: 0.85rem; font-weight: 800; text-transform: uppercase; letter-spacing: 4px; display: block; margin-bottom: 20px; }
.contact-title { font-family: var(--font-title); font-size: 2.8rem; color: var(--navy-dark); font-weight: 900; line-height: 1.1; margin-bottom: 25px; }
.contact-desc { color: var(--text-dark); font-size: 1.15rem; line-height: 1.7; margin-bottom: 40px; }

.info-list { display: flex; flex-direction: column; gap: 20px; margin-bottom: 40px; }
.info-item { display: flex; gap: 20px; align-items: center; }

.icon-circle { 
    width: 60px; height: 60px; border-radius: 14px; background-color: var(--bg-light); color: var(--navy-dark); 
    display: flex; align-items: center; justify-content: center; font-size: 1.4rem; 
    transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); flex-shrink: 0; box-shadow: 0 10px 20px rgba(0,0,0,0.03);
}
.info-item:hover .icon-circle { background-color: var(--navy-dark); color: var(--paultrab-orange); transform: scale(1.1) rotate(-5deg); }
.info-content span { display: block; font-size: 0.75rem; text-transform: uppercase; color: var(--text-muted-blog); font-weight: 700; margin-bottom: 4px; }
.info-content strong { color: var(--navy-dark); font-size: 1.1rem; }

/* FIX TELEFONE AZUL */
.info-content strong a { color: var(--navy-dark) !important; text-decoration: none !important; transition: color 0.3s ease !important; }
.info-content strong a:hover { color: var(--paultrab-orange) !important; }

/* Card WhatsApp */
.whatsapp-boutique-card {
    display: flex; align-items: center; gap: 20px; background: var(--white); padding: 20px 25px;
    border-radius: 16px; text-decoration: none; border: 1px solid var(--border-light);
    box-shadow: 0 15px 35px rgba(37, 211, 102, 0.08); transition: 0.4s; position: relative; overflow: hidden;
}
.whatsapp-boutique-card::before { content: ''; position: absolute; top: 0; left: 0; width: 4px; height: 100%; background: #25D366; }
.whatsapp-boutique-card:hover { transform: translateY(-5px); border-color: #25D366; box-shadow: 0 20px 45px rgba(37, 211, 102, 0.15); }
.wa-icon-circle { width: 50px; height: 50px; border-radius: 12px; background: rgba(37, 211, 102, 0.1); color: #25D366; display: flex; align-items: center; justify-content: center; font-size: 1.8rem; flex-shrink: 0;}
.wa-text h4 { font-family: var(--font-title); font-size: 1.2rem; color: var(--navy-dark); margin-bottom: 4px; font-weight: 800;}
.wa-text span { font-size: 0.9rem; color: var(--text-dark); }
.wa-arrow { margin-left: auto; color: #25D366; font-size: 1.2rem; opacity: 0; transform: translateX(-10px); transition: 0.3s; }
.whatsapp-boutique-card:hover .wa-arrow { opacity: 1; transform: translateX(0); }

/* Formulário Moderno */
.form-container { background: var(--white); padding: 50px; border-radius: 16px; border: 1px solid var(--border-light); box-shadow: 0 25px 60px rgba(10, 25, 47, 0.04); }
.boutique-form { display: flex; flex-direction: column; }
.input-wrapper { position: relative; margin-bottom: 35px; }
.input-row { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }

.input-wrapper input, .input-wrapper textarea { 
    width: 100%; padding: 12px 0; border: none; border-bottom: 2px solid var(--border-light); 
    font-family: var(--font-body); font-size: 1rem; color: var(--navy-dark); outline: none; background: transparent; transition: 0.3s; resize: none; display: block; margin: 0;
}
.input-wrapper label { position: absolute; left: 0; top: 12px; color: var(--text-muted-blog); transition: 0.3s ease; pointer-events: none; font-weight: 500; }

/* Correção linha dupla focus */
.input-wrapper input:focus, .input-wrapper input:not(:placeholder-shown),
.input-wrapper textarea:focus, .input-wrapper textarea:not(:placeholder-shown) { border-bottom-color: transparent; }

.input-wrapper input:focus ~ label, .input-wrapper input:valid ~ label, 
.input-wrapper textarea:focus ~ label, .input-wrapper textarea:valid ~ label { 
    top: -18px; font-size: 0.75rem; font-weight: 800; color: var(--paultrab-orange); text-transform: uppercase; letter-spacing: 1px;
}

.focus-line { position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background: var(--paultrab-orange); transition: 0.4s; }
.input-wrapper input:focus ~ .focus-line, .input-wrapper textarea:focus ~ .focus-line { width: 100%; }

.form-footer { margin-top: 20px; display: flex; flex-direction: column; gap: 25px; }
.privacy-check { display: flex; align-items: center; gap: 8px; cursor: pointer; }
.privacy-check input { margin: 0; accent-color: var(--paultrab-orange); width: 16px; height: 16px; flex-shrink: 0; cursor: pointer;}
.privacy-text { color: var(--text-dark); font-size: 0.9rem; line-height: 1.2; }
.privacy-text a { color: var(--paultrab-orange); text-decoration: none; font-weight: 700; white-space: nowrap; }

.contact-btn-glow { 
    background-color: var(--navy-dark); color: var(--white); padding: 20px 45px; border: none; border-radius: 6px; 
    font-family: var(--font-title); font-size: 1rem; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; cursor: pointer; 
    transition: all 0.3s; width: 100%; text-align: center;
}
.contact-btn-glow:hover { background-color: var(--paultrab-orange); color: var(--navy-dark); transform: translateY(-3px); box-shadow: 0 15px 30px rgba(246, 159, 0, 0.2); }

/* ========================================= */
/* --- 7. BLOG / INSIGHT HUB --- */
/* ========================================= */
.insight-hub { padding: 120px 0; background-color: var(--bg-ice); font-family: 'Inter', sans-serif; border-top: 1px solid var(--border-light); }
.blog-header { margin-bottom: 60px; text-align: center; }
.blog-accent { color: var(--paultrab-orange); font-family: var(--font-title); font-weight: 800; text-transform: uppercase; letter-spacing: 4px; font-size: 0.85rem; display: inline-block; margin-bottom: 15px;}
.blog-title { font-family: var(--font-title); font-size: 3rem; color: var(--navy-dark); font-weight: 800; margin-bottom: 20px; line-height: 1.2; }
.blog-desc { color: var(--text-dark); font-size: 1.15rem; max-width: 650px; margin: 0 auto; line-height: 1.6; }
.insight-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; margin-bottom: 60px; }
.insight-card { background: #fff; border-radius: 12px; overflow: hidden; transition: 0.4s; border: 1px solid #e2e8f0; box-shadow: 0 10px 20px rgba(0,0,0,0.02); }
.insight-card:hover { transform: translateY(-10px); box-shadow: 0 20px 40px rgba(10, 25, 47, 0.08); }
.card-thumb { height: 240px; overflow: hidden; position: relative; }
.card-thumb img { width: 100%; height: 100%; object-fit: cover; transition: 0.6s ease; }
.insight-card:hover .card-thumb img { transform: scale(1.1); }
.badge { position: absolute; top: 15px; left: 15px; z-index: 5; background: var(--paultrab-orange); color: var(--navy-dark); padding: 5px 12px; font-size: 0.75rem; font-weight: 800; text-transform: uppercase; border-radius: 4px; letter-spacing: 1px;}
.card-body { padding: 35px; }
.card-body h3 { font-family: var(--font-title); font-size: 1.25rem; color: var(--navy-dark); font-weight: 700; margin-bottom: 15px; line-height: 1.4; height: 3.5em; overflow: hidden; transition: color 0.3s; }
.card-body p { color: var(--text-muted-blog); font-size: 0.95rem; line-height: 1.6; margin-bottom: 25px; height: 4.8em; overflow: hidden; }
.blog-btn-text { color: var(--navy-dark); text-decoration: none; font-weight: 700; font-size: 0.9rem; text-transform: uppercase; letter-spacing: 1px; display: inline-flex; align-items: center; gap: 8px; transition: 0.3s; }
.blog-btn-text i { color: var(--paultrab-orange); font-size: 1.1rem; transition: 0.3s;}
.blog-btn-text:hover { color: var(--paultrab-orange); gap: 12px;}
.blog-footer-cta { display: flex; justify-content: center; width: 100%; }
.btn-glow-navy { display: inline-block; background: var(--navy-dark); color: #fff; padding: 18px 45px; border-radius: 4px; font-family: var(--font-title); font-weight: 800; text-transform: uppercase; text-decoration: none; letter-spacing: 1px; transition: 0.3s; }
.btn-glow-navy:hover { background: var(--paultrab-orange); color: var(--navy-dark); transform: translateY(-3px); }

/* ========================================= */
/* --- 8. RESPONSIVIDADE HOME (MOBILE/TABLET) --- */
/* ========================================= */

@media (max-width: 1024px) {
    .hero-container { padding-left: 5%; padding-right: 5%; text-align: center; }
    .content-wrapper { margin: 0 auto; margin-top: 0; }
    .description { max-width: 100%; margin: 0 auto; }
    .slider-bottom-controls { left: 50%; transform: translateX(-50%); bottom: 30px; flex-direction: column; gap: 20px; align-items: center; width: 100%; }
    
    .about-content-card { padding: 60px 40px; width: 90%; margin-left: 0; max-width: none; }
    .experience-badge { left: -20px; padding: 20px 30px; }

    .service-container { flex-direction: column; gap: 60px; }
    .service-content, .service-cards-wrapper { width: 100%; }
    .service-content { text-align: center;}
    .service-description { margin: 0 auto 40px; }
    .card-1, .card-2, .card-3 { transform: translateX(0); }
    
    .contact-grid { gap: 50px; grid-template-columns: 1fr; }
    .contact-info { padding-right: 0; text-align: center;}
    .info-list { align-items: center; }
    .info-item { justify-content: center; text-align: left; }
    .input-row { grid-template-columns: 1fr; gap: 0; }
}

@media (max-width: 768px) {
    /* Banner Mobile com Altura Reduzida */
    .full-hero { 
        height: auto !important; 
        min-height: 85vh !important; /* Aqui controlamos a altura. 80vh = 80% da tela */
        padding-top: 120px; 
        padding-bottom: 100px; 
        display: flex; 
        align-items: center; 
    }
    .content-wrapper { height: 400px; display: flex; align-items: center; }
    .text-slide { top: 50%; transform: translateY(-50%); } 
    .slider-bottom-controls { bottom: 25px; }
    .gradient-overlay { background: linear-gradient(to top, rgba(10, 25, 47, 1) 0%, rgba(10, 25, 47, 0.9) 30%, rgba(10, 25, 47, 0.4) 100%); }

    .title { font-size: 2.5rem; }
    .about-title, .contact-title, .services-title, .blog-title { font-size: 2.2rem; margin-bottom: 10px;}
    .service-title { font-size: 2.2rem; word-wrap: break-word; hyphens: auto; line-height: 1.2; }

    .about-section { padding: 80px 0; }
    .about-container { flex-direction: column; }
    .about-image-wrapper { width: 100%; margin-bottom: 0; }
    .about-img { height: 350px; }
    .experience-badge { bottom: 10px; right: 10px; left: auto; padding: 15px 25px; z-index: 999; }
    .badge-number { font-size: 2.5rem; }
    .about-content-card { width: 95%; margin: -40px auto 0 auto; padding: 40px 25px; text-align: left; max-width: none; }
    .about-text { font-size: 1rem; line-height: 1.6; }

    .premium-service-section { padding: 80px 0; }
    .watermark-text { font-size: 10vw; top: 8%; left: 50%; transform: translate(-50%, 0); -webkit-text-stroke: 1px rgba(255, 255, 255, 0.05); letter-spacing: -1px; }
    .feature-card { flex-direction: row; text-align: left; padding: 20px; gap: 15px; align-items: flex-start; }
    .card-icon { width: 50px; height: 50px; font-size: 1.2rem; }
    
    .services-grid-section { padding: 80px 0; }
    .services-grid { grid-template-columns: 1fr; gap: 20px; padding: 0; }
    .boutique-card { padding: 30px 20px; align-items: center; text-align: center;}
    .card-icon-wrapper { width: 55px; height: 55px; font-size: 1.5rem; margin-bottom: 15px;}
    .boutique-title { font-size: 1.15rem; margin-bottom: 10px; }
    .boutique-desc { font-size: 0.95rem; margin-bottom: 25px; height: auto; }

    .manifesto-section { padding: 80px 5%; }
    .brand-label { font-size: 1.2rem; letter-spacing: 4px; }
    .switcher-box { height: 90px; } 
    .switcher-box .word { font-size: 1.5rem !important; white-space: normal !important; text-align: center; width: 100%; left: 0; line-height: 1.3; padding: 0 10px;}
    .manifesto-description { font-size: 1.1rem; line-height: 1.6; }
    .manifesto-btn { width: 100%; padding: 18px; justify-content: center; }
    
    /* Contato Mobile: Alinhado à Esquerda e Espaços Reduzidos */
    .contact-boutique { padding: 60px 0; }
    .contact-info { text-align: left !important; }
    .contact-desc { font-size: 1rem; line-height: 1.6; margin-bottom: 25px; text-align: left !important; }
    
    .contact-grid { gap: 20px !important; } /* Reduz o espaço geral entre o bloco de cima e o de baixo */
    .form-container { padding: 30px 20px; border-radius: 12px; margin-top: 0 !important; } /* Tira a margem extra do topo do formulário */
    
    .info-list { align-items: flex-start !important; gap: 10px; margin-bottom: 20px; }
    .info-item { flex-direction: row; justify-content: flex-start !important; text-align: left !important; gap: 15px; margin-bottom: 0; width: 100%; }
    .icon-circle { margin-bottom: 0; width: 45px; height: 45px; font-size: 1.1rem; flex-shrink: 0; }
    
    .location-item { display: none !important; }

    /* Card WhatsApp Mobile: Forçado na Mesma Linha */
    .whatsapp-boutique-card { flex-direction: row; align-items: center; text-align: left; padding: 15px 12px; gap: 10px;}
    .wa-icon-circle { width: 40px; height: 40px; font-size: 1.4rem; flex-shrink: 0; }
    .wa-text { flex: 1; min-width: 0; overflow: hidden; }
    .wa-text h4 { font-size: 1.05rem; white-space: nowrap; margin-bottom: 2px; }
    .wa-text span { font-size: 0.8rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: block; }
    .wa-arrow { transform: translateX(0); margin-left: auto; margin-top: 0; font-size: 1rem; flex-shrink: 0;}
    .whatsapp-boutique-card:hover .wa-arrow { transform: translateX(5px); }

    .insight-hub { display: none; }
}
