/*
Theme Name: Binho Elite V14 - ATIVO LOCAL
Theme URI: https://binhotransportes.com.br/
Description: Tema Premium Customizado para Binho Transportes - Alta Performance (Sem Builders).
Author: Binho Creative Team
Author URI: https://binho.dev/
Version: 14.2.0
Text Domain: binho-elite
Template: hello-elementor
*/

/* ========================================
   1. CORE DESIGN SYSTEM & VARIABLES
======================================== */

:root {
    --binho-orange:     #ff7900;
    --binho-orange-dk:  #e06800;
    --binho-blue:       #004a8d;
    --binho-blue-dk:    #003570;
    --binho-blue-lt:    #0056a3;
    --binho-dark:       #081a2e;
    --binho-gray:       #f2f7ff;
    --binho-light:      #f9fbff;
    --cube-green:       #8cc63f;
    --cube-yellow:      #fff200;
    --cube-l-blue:      #00aeef;
    --cube-d-blue:      #2e3192;
    --cube-red:         #ed1c24;
    --binho-text:       #2c2c2c;
    --binho-muted:      #6b7280;
    --binho-white:      #ffffff;
    --radius:           16px;
    --radius-sm:        8px;
    --shadow-sm:        0 2px 12px rgba(0,0,0,.08);
    --shadow-md:        0 8px 30px rgba(0,0,0,.12);
    --shadow-lg:        0 20px 60px rgba(0,0,0,.16);
    --shadow-xl:        0 25px 80px rgba(0,0,0,.22);
    --transition:       all .35s cubic-bezier(.4,0,.2,1);
}

/* Map Visibility (Desktop/Mobile) */
.mobile-map-only { display: none !important; }
.desktop-map-only { display: block !important; }

/* Reset basics */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
a { text-decoration: none !important; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { font-family: 'Inter', sans-serif; color: var(--binho-text); background: var(--binho-white); line-height: 1.65; -webkit-font-smoothing: antialiased; overflow-x: hidden; }

/* ── Hello Elementor overrides — full-width layout ── */
#page,
.site,
.site-content,
#content,
#primary,
.content-area,
main.site-main,
.page-content,
.post-content {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    float: none !important;
}
.hello-elementor .site-content > .content-area {
    width: 100% !important;
    max-width: 100% !important;
}

/* Restaurando a marca d'água de cubos no site inteiro (menos no mapa) */
body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('assets/images/cubes.png');
    background-repeat: repeat;
    background-size: 400px;
    opacity: 0.03;
    z-index: -1;
    pointer-events: none;
}
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none !important; color: inherit; transition: var(--transition); }
ul { list-style: none; }
button { cursor: pointer; border: none; background: transparent; }

/* Helpers */
.container-binho { max-width: 1240px; margin: 0 auto; padding: 0 24px; }
section { position: relative; width: 100%; margin-bottom: 60px; }
.section-pad { padding: 180px 0; }
.section-pad-sm { padding: 100px 0; }
.text-center { text-align: center; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }

/* Typography */
.label-eyebrow { display: inline-block; font-family: 'Sora', sans-serif; font-size: .8rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; color: var(--binho-orange); margin-bottom: 16px; }
.section-title-binho { font-family: 'Sora', sans-serif; font-size: clamp(2rem, 4.5vw, 3.25rem); font-weight: 800; line-height: 1.1; color: var(--binho-dark); margin-bottom: 30px; }
.section-title-binho span { color: var(--binho-orange); }
.section-title-white { font-family: 'Sora', sans-serif; font-size: clamp(2rem, 4.5vw, 3.25rem); font-weight: 800; line-height: 1.1; color: var(--binho-white); margin-bottom: 30px; }
.section-subtitle { font-size: 1.2rem; color: var(--binho-muted); max-width: 700px; margin: 30px auto 40px; line-height: 1.7; }
.section-subtitle-white { font-size: 1.1rem; color: rgba(255,255,255,0.7); max-width: 600px; margin-top: 20px; line-height: 1.7; }

/* Buttons - FORÇANDO ESTILO PREMIUM */
.btn-binho { 
    display: inline-flex !important; 
    align-items: center !important; 
    justify-content: center !important; 
    gap: 12px !important; 
    font-family: 'Sora', sans-serif !important; 
    font-weight: 700 !important; 
    font-size: 1rem !important; 
    padding: 18px 40px !important; 
    border-radius: 100px !important; 
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important; 
    min-width: 200px !important; 
    text-align: center !important; 
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

.btn-binho-primary { 
    background: var(--binho-orange) !important; 
    color: #fff !important; 
    box-shadow: 0 10px 30px rgba(255,121,0,0.3) !important; 
    border: none !important;
}
.btn-binho-primary:hover { 
    background: var(--binho-orange-dk) !important; 
    transform: translateY(-5px) !important; 
    box-shadow: 0 20px 40px rgba(255,121,0,0.5) !important; 
}

.btn-binho-outline { 
    border: 2px solid rgba(255,255,255,0.5) !important; 
    color: #fff !important; 
    background: transparent !important;
}
.btn-binho-outline:hover { 
    border-color: #fff !important; 
    background: rgba(255,255,255,0.1) !important; 
    transform: translateY(-5px) !important;
}

.btn-binho-blue { 
    background: var(--binho-blue) !important;
    color: #fff !important;
    box-shadow: 0 10px 30px rgba(0,74,141,0.2) !important;
}
.btn-binho-blue:hover { 
    background: var(--binho-blue-lt) !important; 
    color: #fff !important;
    transform: translateY(-5px) !important;
    box-shadow: 0 15px 35px rgba(0,74,141,0.4) !important;
}

/* Lista Sobre */
.sobre-lista {
    margin: 30px 0 40px;
    padding: 0;
    list-style: none !important;
}
.sobre-lista li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
    font-size: 1.05rem;
    color: var(--binho-muted);
}

/* ========================================
   2. HEADER & NAVIGATION
======================================== */
.main-header { 
    position: fixed; 
    top: 0; 
    left: 0; 
    width: 100%; 
    z-index: 1000; 
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); 
    background: var(--binho-blue-dk);
    padding: 2px 0;
}
.header-scrolled { 
    background: rgba(0, 53, 112, 0.96) !important; 
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 40px rgba(0,0,0,0.3) !important; 
    padding: 0 !important;
    border-bottom: 2px solid var(--binho-orange) !important;
}
.header-scrolled .logo-text,
.header-scrolled a.logo-text,
.header-scrolled span.logo-text { color: #ffffff !important; }
.header-scrolled .main-nav-ul li a { color: rgba(255,255,255,0.9) !important; }
.header-scrolled .main-nav-ul li a:hover { color: var(--binho-orange) !important; }
.nav-flex { display: flex; justify-content: space-between; align-items: center; height: 75px; transition: height 0.3s ease; }
.header-scrolled .nav-flex { height: 60px; }

.logo img { max-height: 65px; width: auto; transition: var(--transition); }
.header-scrolled .logo img { max-height: 45px; }

/* Menu Principal - Corrigindo alinhamento horizontal */
.menu-principal { display: flex; align-items: center; }
.menu-principal .main-nav-ul,
.menu-principal .menu,
.menu-principal ul { 
    display: flex !important; 
    flex-direction: row !important; 
    align-items: center; 
    gap: 12px; 
    list-style: none;
    margin: 0;
    padding: 0;
}
.menu-principal ul li a { color: rgba(255,255,255,.9); font-size: .95rem; font-weight: 600; padding: 10px 18px; border-radius: var(--radius-sm); white-space: nowrap; text-decoration: none !important; }
.menu-principal ul li a:hover { background: rgba(255,255,255,.1); color: var(--binho-white); }

.mobile-menu-toggle { display: none; flex-direction: column; gap: 6px; cursor: pointer; }
.mobile-menu-toggle span { display: block; width: 28px; height: 3px; background: #fff; border-radius: 4px; }

/* ========================================
   3. HERO SECTION
======================================== */
.hero-binho { position: relative; min-height: 100vh; background-color: var(--binho-dark); background-position: center; background-size: cover; display: flex; align-items: center; overflow: hidden; padding-top: 140px; }
.hero-video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(105deg, rgba(0,53,112,0.92) 0%, rgba(0,53,112,0.6) 60%, rgba(0,0,0,0.3) 100%); z-index: 2; }
.content-hero { position: relative; z-index: 10; max-width: 800px; color: #fff; }

/* Suporte para vídeos em containers de mídia */
.drone-container video, 
.fleet-slide video,
.story-visual-side video,
.gallery-item-blog video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.content-hero h1 { font-family: 'Sora', sans-serif; font-size: clamp(2.2rem, 5.5vw, 3.8rem); font-weight: 800; line-height: 1.2; margin-bottom: 30px; letter-spacing: -0.02em; }
.content-hero h1 span { color: var(--binho-orange); }
.content-hero p { font-size: 1.2rem; opacity: .85; margin-bottom: 45px; line-height: 1.8; max-width: 600px; }
.hero-ctas { display: flex; gap: 25px; flex-wrap: wrap; margin: 50px 0 70px; }

.hero-badges { display: flex; gap: 40px; padding-top: 40px; border-top: 1px solid rgba(255,255,255,0.2); flex-wrap: wrap; }
.hero-badge-item { display: flex; flex-direction: column; align-items: flex-start; flex: 1; min-width: 140px; }
.hero-badge-icon { color: var(--binho-orange); margin-bottom: 15px; width: 32px; height: 32px; stroke-width: 2.5; }
.hero-badge-item strong { display: block; font-family: 'Sora', sans-serif; font-size: 2.2rem; color: var(--binho-orange); line-height: 1; margin-bottom: 6px; }
.hero-badge-item span { font-size: .8rem; text-transform: uppercase; letter-spacing: .05em; color: rgba(255,255,255,0.8); font-weight: 500; }

/* ========================================
   4. SECTIONS (SERVICES, ABOUT, ETC)
======================================== */
.cards-section { background: var(--binho-gray); padding: 100px 0; }
.grid-servicos { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.card-log { background: var(--binho-light); padding: 0; border-radius: var(--radius); box-shadow: var(--shadow-sm); transition: var(--transition); border-top: 4px solid transparent; overflow: hidden; display: flex; flex-direction: column; }
.card-log:hover { transform: translateY(-8px); box-shadow: var(--shadow-md); border-color: var(--binho-orange); }
.gallery-media,
.card-log .gallery-media,
.card-log img:first-child { 
    width: 100%; 
    height: 250px !important; 
    object-fit: cover !important; 
    display: block;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.card-log:hover img:first-child {
    transform: scale(1.08);
}
.card-log .card-body-binho { padding: 50px 40px; flex: 1; display: flex; flex-direction: column; }
.card-log .card-body-binho h3 { margin-bottom: 18px; font-family: 'Sora', sans-serif; font-size: 1.5rem; color: var(--binho-dark); }
.card-log .card-body-binho p { flex: 1; margin-bottom: 30px; font-size: 1.05rem; color: var(--binho-muted); line-height: 1.7; }
.card-log .icon-box { margin: 40px 40px 10px; }
.icon-box svg { width: 32px; height: 32px; }

.sobre-img-wrap { position: relative; margin-bottom: 100px; }
.drone-container { overflow: hidden; border-radius: 30px; box-shadow: var(--shadow-xl); height: 580px; }
.drone-container img { width: 100%; height: 100%; object-fit: cover; transition: transform 10s cubic-bezier(0.1, 0, 0, 1); }
.drone-container:hover img { transform: scale(1.25) translate(2% , 2%); }
.sobre-img-badge { position: absolute; bottom: -40px; right: 40px; background: var(--binho-orange); color: #fff; padding: 24px 32px; border-radius: 20px; box-shadow: var(--shadow-lg); text-align: center; z-index: 10; border: 4px solid #fff; }
.sobre-img-badge strong { font-size: 2.5rem; display: block; line-height: 1; }

.vantagens-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 50px; }
.vantagem-item { background: var(--binho-light); padding: 32px; border-radius: 16px; border: 1px solid #e1eaf5; display: flex; gap: 18px; transition: var(--transition); }
.vantagem-item:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); border-color: var(--binho-orange); }
.vantagem-icon { width: 48px; height: 48px; min-width: 48px; background: var(--binho-orange); border-radius: 10px; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 1.2rem; }
.vantagem-icon svg { width: 24px; height: 24px; }

/* SEÇÃO MAPA (NOVA) */
.map-section.section-dark {
    position: relative;
    padding: 120px 0;
    background-color: var(--binho-dark);
    background-image: url('assets/images/map_bg.png'); /* logistics_background_pattern (abstrato) */
    background-size: cover;
    background-position: center;
    background-attachment: fixed; /* Parallax solicitado */
    overflow: hidden;
    z-index: 1;
}
/* Removendo os cubos (do section-dark) apenas desta seção */
.map-section.section-dark::after {
    display: none !important;
}
.map-section.section-dark::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(8, 26, 46, 0.9), rgba(8, 26, 46, 0.6), rgba(8, 26, 46, 0.9));
    z-index: -1;
}
.map-grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 40px;
    align-items: center;
    margin-top: 60px;
}
.map-info {
    color: #fff;
}
.map-info p {
    font-size: 1.1rem;
    line-height: 1.7;
    opacity: 0.9;
    margin-bottom: 30px;
}
.actuation-list {
    display: flex;
    gap: 30px;
}
.actuation-col {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.actuation-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 600;
    font-size: 1rem;
}
.actuation-item svg {
    color: var(--binho-orange);
}

.map-puzzle-container {
    width: 100%;
    position: relative;
    overflow: visible;
}
.puzzle-map-canvas {
    position: relative;
    width: 100%;
    margin: 0 auto;
    display: block;
}
.full-map-img {
    width: 100%;
    height: auto;
    display: block;
    opacity: 0;
    transition: opacity 0.5s ease, transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform-origin: center right; /* Ajuda a não invadir o texto na esquerda ao dar zoom no hover */
}
.full-map-img.chroma-applied {
    opacity: 1;
    filter: brightness(1.1) contrast(1.1) drop-shadow(0 30px 40px rgba(0, 0, 0, 0.5));
    transform: scale(1); /* Tamanho original, respeitando a grade */
}
.puzzle-map-canvas:hover .full-map-img {
    transform: scale(1.04) translateY(-5px);
}

.map-labels-overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 10;
}
.map-state-label {
    position: absolute;
    transform: translate(-50%, -50%);
    text-align: center;
    pointer-events: auto;
    transition: all 0.3s ease;
    cursor: default;
}
.map-state-label strong {
    display: block;
    color: #fff;
    font-size: 1rem;
    font-weight: 800;
    text-shadow: 0 2px 4px rgba(0,0,0,0.8), 0 0 10px rgba(0, 174, 239, 0.6);
    letter-spacing: 0.5px;
    font-family: 'Sora', sans-serif;
}
.map-state-label span {
    display: block;
    color: var(--binho-orange);
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 0 1px 3px rgba(0,0,0,0.8);
    opacity: 0;
    transform: translateY(5px);
    transition: all 0.3s ease;
}
.map-state-label:hover {
    transform: translate(-50%, -60%) scale(1.1);
    z-index: 20;
}
.map-state-label:hover span {
    opacity: 1;
    transform: translateY(0);
}

.actuation-list { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 40px; }
.actuation-item { display: flex; align-items: center; gap: 14px; font-weight: 700; color: #fff; font-size: 1.05rem; }
.actuation-item svg { color: var(--binho-orange); filter: drop-shadow(0 2px 4px rgba(255,121,0,0.3)); flex-shrink: 0; }
.actuation-item:hover { transform: translateX(5px); color: var(--binho-orange); transition: var(--transition); }

.timeline-v2 { padding: 140px 0; background: var(--binho-gray); position: relative; }
.timeline-vertical { position: relative; max-width: 900px; margin: 80px auto 0; padding: 40px 0; }
.timeline-vertical::before { 
    content: ''; 
    position: absolute; 
    left: 17px; 
    top: 0; 
    width: 4px; 
    height: 100%; 
    background: linear-gradient(to bottom, var(--binho-blue), var(--binho-orange)); 
    z-index: 1 !important; 
    opacity: 0.2;
}
.timeline-v2-item { 
    position: relative; 
    padding-left: 70px; 
    margin-bottom: 70px; 
    width: 100% !important; 
    left: 0 !important; 
    text-align: left !important;
    z-index: 10 !important; 
}
.timeline-v2-item::before { 
    content: '★' !important; 
    position: absolute; 
    left: 0px !important; 
    top: 40px !important; 
    width: 38px !important; 
    height: 38px !important; 
    background: var(--binho-orange) !important; 
    border: 4px solid #fff !important;
    border-radius: 50% !important; 
    z-index: 100 !important; 
    display: flex !important; 
    align-items: center !important; 
    justify-content: center !important; 
    color: #fff !important; 
    font-size: 14px !important;
    box-shadow: 0 0 0 6px rgba(255, 121, 0, 0.15), 0 4px 10px rgba(0,0,0,0.1) !important;
}
.timeline-v2-card {
    background: #fff;
    padding: 35px 40px;
    border-radius: 16px;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    border-left: 4px solid transparent;
}
.timeline-v2-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-md);
    border-color: var(--binho-orange);
}
.timeline-v2-card .timeline-v2-year { 
    display: block; 
    font-family: 'Sora', sans-serif; 
    font-size: 2.4rem; 
    font-weight: 800; 
    color: var(--binho-orange); 
    line-height: 1;
    margin-bottom: 12px; 
}
.timeline-v2-card p {
    font-size: 1.05rem;
    color: var(--binho-muted);
    line-height: 1.7;
    margin: 0;
}
@media screen and (max-width: 768px) {
    .timeline-vertical::after { left: 31px; }
    .timeline-v2-item { width: 100%; padding-left: 80px; padding-right: 25px; text-align: left !important; }
    .timeline-v2-item::after { left: 11px; }
    .timeline-v2-item.right { left: 0%; }
}

/* ========================================
   5. CTA & FOOTER
======================================== */
.cta-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; padding: 0 0 140px; }
.cta-card { padding: 60px; border-radius: 30px; color: #fff; position: relative; overflow: hidden; display: flex; flex-direction: column; min-height: 440px; box-shadow: var(--shadow-md); }
.cta-card-armazenagem { background: linear-gradient(135deg, var(--cube-d-blue), var(--binho-blue)) !important; }
.cta-card-transporte { background: linear-gradient(135deg, #0d213a, #001f3d) !important; }
.cta-card h3 { font-size: 2.2rem; margin-bottom: 20px; font-family: 'Sora', sans-serif; }
.cta-card p { opacity: .85; flex: 1; margin-bottom: 40px; font-size: 1.1rem; }
.cta-card .btn-binho-primary { align-self: flex-start; }

.footer-binho { background: #081a2e !important; color: rgba(255,255,255,.6) !important; padding: 120px 0 60px; position: relative; }
.footer-binho::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 4px; background: linear-gradient(90deg, var(--binho-orange), var(--cube-yellow)); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.2fr; gap: 60px; padding-bottom: 80px; border-bottom: 1px solid rgba(255,255,255,0.08); }
.footer-col h4 { color: #fff; font-family: 'Sora', sans-serif; font-size: 1.1rem; margin-bottom: 30px; text-transform: uppercase; letter-spacing: 1.5px; position: relative; padding-bottom: 10px; }
.footer-col h4::after { content: ''; position: absolute; bottom: 0; left: 0; width: 30px; height: 2px; background: var(--binho-orange); }
.footer-col ul li { margin-bottom: 16px; transition: var(--transition); }
.footer-col ul li a { display: block; transition: var(--transition); }
.footer-col ul li a:hover { color: var(--binho-orange); transform: translateX(8px); }

.footer-socials .social-link { 
    width: 44px; 
    height: 44px; 
    border-radius: 50%; 
    background: rgba(255,255,255,0.05); 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    color: #fff; 
    transition: var(--transition); 
    border: 1px solid rgba(255,255,255,0.1);
}
.footer-socials .social-link:hover { background: var(--binho-orange); border-color: var(--binho-orange); transform: translateY(-5px); color: #fff; box-shadow: 0 10px 20px rgba(255,121,0,0.3); }

.footer-contact-list li { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 20px !important; }
.footer-contact-list li svg { color: var(--binho-orange); margin-top: 4px; }
.footer-contact-list li span { font-size: 1rem; color: #fff; }

.footer-bottom { padding-top: 40px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 20px; font-size: 0.9rem; }
.footer-bottom-links { display: flex; gap: 30px; }
.footer-bottom-links a:hover { color: var(--binho-orange); }

/* ========================================
   ANIMATIONS & RESPONSIVE (DESATIVADAS PARA DIAGNÓSTICO)
======================================== */
.aos-fade-up { 
    opacity: 1 !important; 
    transform: none !important;
    transition: none !important;
    animation: none !important;
}

.aos-fade-up.visible { 
    opacity: 1 !important; 
    transform: none !important; 
}

/* AOS Animation Delays */
.aos-delay-1 { transition-delay: 0.1s; }
.aos-delay-2 { transition-delay: 0.2s; }
.aos-delay-3 { transition-delay: 0.3s; }
.aos-delay-4 { transition-delay: 0.4s; }
.aos-delay-5 { transition-delay: 0.5s; }

.video-embed {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: var(--radius-sm);
}
.video-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.menu-mobile-btn { display: none; }

@media (max-width: 1024px) {
    /* Footer Responsive */
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
    .footer-brand { grid-column: span 2; margin-bottom: 20px; }
    .footer-col:last-child { grid-column: span 2; margin-top: 20px; }
}


/* ========================================
   6. VIRTUAL ASSISTANT (MASCOT)
 ======================================== */
 .assistant-wrap {
     position: fixed;
     bottom: 30px;
     right: 30px;
     z-index: 9999;
     cursor: pointer;
     display: flex;
     align-items: center;
     flex-direction: row-reverse;
     gap: 15px;
     perspective: 1000px;
 }
 
 .assistant-bubble {
     width: 250px;
     height: 250px;
     background: transparent;
     border-radius: 0;
     border: none;
     overflow: visible;
     position: relative;
     transition: transform 0.2s ease-out;
     animation: float 4s ease-in-out infinite;
 }
 
 #mascot-canvas {
     width: 100%;
     height: 100%;
     object-fit: contain;
    filter: drop-shadow(0 10px 30px rgba(0,0,0,0.5)) !important;
    background: transparent !important;
    background-color: rgba(0,0,0,0) !important;
    box-shadow: none !important;
    outline: none !important;
    border: none !important;
}

.assistant-bubble {
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
    border: none !important;
    mask-image: none !important;
    -webkit-mask-image: none !important;
}

.menu-close-sidebar { display: none; }
 
 .assistant-tooltip {
     background: #fff;
     color: var(--binho-dark);
     padding: 10px 20px;
     border-radius: 12px;
     font-size: 0.9rem;
     font-weight: 700;
     box-shadow: var(--shadow-md);
     opacity: 0;
     transform: translateX(20px);
     transition: all 0.3s ease;
     pointer-events: none;
     white-space: nowrap;
 }
 
 .assistant-wrap:hover .assistant-tooltip {
     opacity: 1;
     transform: translateX(0);
 }
 .assistant-wrap, #mascot-canvas { -webkit-tap-highlight-color: transparent !important; outline: none !important; }
 
 .assistant-wrap:hover #mascot-canvas {
     filter: drop-shadow(0 12px 35px rgba(0,0,0,0.3));
 }
 
 .assistant-wrap.jumping {
     animation: mascotJump 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
 }
 
 @keyframes mascotJump {
     0% { transform: scale(1) translateY(0); }
     30% { transform: scale(1.2, 0.8) translateY(0); }
     50% { transform: scale(0.8, 1.2) translateY(-40px); }
     100% { transform: scale(1) translateY(0); }
 }

@media (max-width: 768px) {
    .grid-servicos, .vantagens-grid, .vantagens-grid-elite, .grid-2, .cta-grid, .map-grid { grid-template-columns: 1fr !important; }
    
    .mobile-map-only { display: block !important; margin: 30px 0; }
    .desktop-map-only { display: none !important; }
    
    .footer-grid { grid-template-columns: 1fr 1fr !important; gap: 20px !important; }
    .footer-brand { grid-column: span 2 !important; text-align: center; }
    .footer-brand .logo { justify-content: center; }
    .footer-socials { justify-content: center; }
    .footer-col h4 { font-size: 1.1rem; }
    .footer-col:last-child { grid-column: span 2 !important; border-top: 1px solid rgba(255,255,255,0.05); padding-top: 20px; }
    
    /* Hero Centering */
    .hero-binho { text-align: center; }
    .content-hero { text-align: center; margin: 0 auto; display: flex; flex-direction: column; align-items: center; }
    .hero-ctas { justify-content: center; }
    .hero-badges { justify-content: center; display: grid; grid-template-columns: 1fr 1fr; gap: 30px; border-top: 1px solid rgba(255,255,255,0.1); padding-top: 30px; }
    .hero-badge-item { align-items: center; text-align: center; }
    .hero-badge-icon { margin-bottom: 10px; }
    .hero-badge-item strong { font-size: 1.8rem; }
    .hero-badge-item span { font-size: 0.75rem; }
    
    /* Mobile Header/Menu */
    .main-header { transition: none !important; height: 70px !important; }
    .header-scrolled { padding: 5px 0 !important; }
    .container-binho.nav-flex { padding: 10px 15px; min-height: 50px; }
    .logo img { max-height: 40px !important; width: auto; }

    /* SIDEBAR MENU (Sliding from Right) */
    .menu-close-sidebar {
        display: block !important;
        position: absolute;
        top: 25px;
        right: 25px;
        background: transparent;
        border: none;
        color: #fff;
        font-size: 2.2rem;
        cursor: pointer;
        z-index: 10003;
        line-height: 1;
    }
    .menu-principal { 
        display: block !important;
        position: fixed; 
        top: 0; right: -320px; /* Initially hidden */
        width: 280px; 
        height: 100vh; 
        background: #001a33; 
        z-index: 10001; 
        padding-top: 100px;
        flex-direction: column;
        justify-content: flex-start;
        text-align: left;
        transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        box-shadow: -10px 0 30px rgba(0,0,0,0.5);
    }
    .menu-principal.mobile-open { right: 0; }
    .menu-principal .main-nav-ul,
    .menu-principal ul { 
        display: flex !important;
        flex-direction: column !important; 
        gap: 0 !important; 
        width: 100% !important; 
        padding: 0 !important; 
        margin-top: 20px !important; 
    }
    .menu-principal ul li { width: 100%; margin: 0; border-bottom: 1px solid rgba(255,255,255,0.05); }
    .menu-principal ul li a { font-size: 1.1rem; color: #fff; padding: 18px 25px; display: block; width: 100%; }
    .menu-principal ul li a:hover { color: var(--binho-orange); }

    /* Ajuste do Botão de Orçamento no Mobile */
    #form-cotacao button[type="submit"] {
        font-size: 0.95rem !important; /* Reduzindo levemente para caber melhor */
        height: auto !important;
        min-height: 65px !important;
        padding: 12px 20px !important;
        white-space: normal !important; /* Força o texto a quebrar se for muito longo */
        line-height: 1.2 !important;
        text-align: center !important;
    }
    .menu-mobile-btn {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 4px;
        width: 44px;
        height: 44px;
        background: rgba(255,255,255,0.12);
        backdrop-filter: blur(5px);
        border: 1px solid rgba(255,255,255,0.2);
        border-radius: 12px;
        cursor: pointer;
        z-index: 10000;
        position: relative;
    }
    .menu-mobile-btn span {
        width: 22px;
        height: 3px;
        background: #fff;
        border-radius: 2px;
        transition: all 0.3s ease;
    }

    .menu-mobile-btn.active {
        background: #ff7900 !important;
        border-color: #ff7900 !important;
    }
    .menu-mobile-btn.active span { background: #fff !important; }
    .menu-mobile-btn.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .menu-mobile-btn.active span:nth-child(2) { opacity: 0; }
    .menu-mobile-btn.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

    /* Mobile Mascot — Fixed ratio (sem achatamento) */
    .assistant-wrap { bottom: 15px; right: 15px; }
    .assistant-bubble {
        width: 175px;
        height: 155px;
        overflow: visible;
        border-radius: 0;
        background: transparent !important;
        box-shadow: none !important;
        border: none !important;
        /* Crop bottom fade — shows head/torso only */
        mask-image: linear-gradient(to bottom, black 82%, transparent 100%);
        -webkit-mask-image: linear-gradient(to bottom, black 82%, transparent 100%);
    }
    #mascot-canvas {
        width: 175px;   /* explicit = match bubble width */
        height: 175px;  /* same as width => 1:1 ratio, sem achatamento */
        transform: translateY(-20px);
        background: transparent !important;
        box-shadow: none !important;
        border: none !important;
        -webkit-tap-highlight-color: transparent !important;
    }

} /* fecha @media (max-width: 768px) */

/* ========================================
   NOVAS CLASSES - Limpeza de Inline Styles
======================================== */

/* Footer Styles */
.logo-footer {
    margin-bottom: 25px;
}

.footer-text {
    font-size: 0.95rem;
    line-height: 1.8;
    margin-bottom: 30px;
}
.footer-socials {
    display: flex;
    gap: 15px;
}

/* Hero Badge Icon */
.hero-badge-icon {
    color: var(--binho-orange);
    margin-bottom: 10px;
}

/* Float Animation Speed Fix */
@keyframes float {
    0%, 100% { transform: translateY(0) rotate(0); }
    50% { transform: translateY(-15px) rotate(1deg); }
}

/* ========================================
   WHATSAPP FLOAT BUTTON
======================================== */
.whatsapp-float {
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 9997;
    display: flex;
    align-items: center;
    gap: 12px;
    background: #25d366;
    color: #fff;
    padding: 14px 22px;
    border-radius: 50px;
    box-shadow: 0 8px 30px rgba(37,211,102,0.4);
    font-family: 'Sora', sans-serif;
    font-weight: 700;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    text-decoration: none;
    line-height: 1.2;
}
.whatsapp-float:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(37,211,102,0.55);
    background: #1db954;
    color: #fff;
}
.whatsapp-float .wfloat-label { display: flex; flex-direction: column; }
.whatsapp-float .wfloat-sub { font-size: 0.72rem; font-weight: 400; opacity: 0.85; }
@media (max-width: 768px) {
    .whatsapp-float {
        bottom: 18px;
        left: 14px;
        padding: 15px;
        border-radius: 50%;
        width: 54px;
        height: 54px;
        justify-content: center;
        align-items: center;
        gap: 0;
        font-size: 0;   /* esconde qualquer texto residual */
    }
    .whatsapp-float .wfloat-label { display: none; }
    .whatsapp-float svg { width: 26px; height: 26px; flex-shrink: 0; }
}

/* ========================================
   DEPOIMENTOS SECTION
======================================== */
.depoimentos-section {
    padding: 140px 0;
    background: var(--binho-blue-dk);
    position: relative;
    overflow: hidden;
    color: #fff;
}
.depoimentos-section::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url('assets/images/cubes.png');
    background-size: 400px;
    opacity: 0.05;
    pointer-events: none;
}
.depoimentos-section::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--binho-orange), var(--cube-yellow), var(--binho-orange));
}
.depoimentos-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-top: 60px;
}
.depoimento-card {
    background: #fff;
    border: 1px solid #e1eaf5;
    border-radius: 24px;
    padding: 38px;
    position: relative;
    transition: var(--transition);
    box-shadow: var(--shadow-sm);
}
.depoimento-card:hover {
    background: #fff;
    border-color: var(--binho-orange);
    transform: translateY(-8px);
    box-shadow: var(--shadow-md);
}
.depoimento-quote {
    font-size: 3.5rem;
    color: var(--binho-orange);
    line-height: 0.8;
    font-family: Georgia, serif;
    margin-bottom: 18px;
    display: block;
    opacity: 0.55;
}
.depoimento-text {
    font-size: 1.02rem;
    color: var(--binho-muted);
    line-height: 1.8;
    margin-bottom: 28px;
    font-style: italic;
}
.depoimento-stars { color: var(--cube-yellow); font-size: 0.95rem; margin-bottom: 18px; letter-spacing: 2px; }
.depoimento-author { display: flex; align-items: center; gap: 14px; }
.depoimento-avatar {
    width: 48px; height: 48px;
    border-radius: 50%;
    background: var(--binho-orange);
    display: flex; align-items: center; justify-content: center;
    font-family: 'Sora', sans-serif;
    font-weight: 800; font-size: 1.1rem; color: #fff;
    flex-shrink: 0;
}
.depoimento-name { font-family: 'Sora', sans-serif; font-weight: 700; color: var(--binho-dark); font-size: 0.95rem; }
.depoimento-role { font-size: 0.8rem; color: var(--binho-muted); margin-top: 3px; }
@media (max-width: 1024px) { .depoimentos-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 768px)  { .depoimentos-grid { grid-template-columns: 1fr; } }

/* ========================================
   COTAÇÃO FORM SECTION
======================================== */
.cotacao-section-full {
    padding: 120px 0;
    background: var(--binho-gray);
}
.cotacao-wrapper {
    display: grid;
    grid-template-columns: 1fr 1.45fr;
    gap: 80px;
    align-items: start;
}
.cotacao-section-full .section-title-binho { font-size: clamp(1.7rem, 3vw, 2.4rem); }
.cotacao-contact-cards { display: flex; flex-direction: column; gap: 14px; margin: 28px 0 36px; }
.cotacao-contact-card {
    display: flex; align-items: center; gap: 16px;
    background: #fff;
    padding: 17px 20px;
    border-radius: 14px;
    box-shadow: var(--shadow-sm);
    border-left: 4px solid var(--binho-orange);
    transition: var(--transition);
    text-decoration: none;
}
.cotacao-contact-card:hover { transform: translateX(6px); box-shadow: var(--shadow-md); }
.cotacao-contact-card-icon {
    width: 42px; height: 42px;
    background: var(--binho-orange);
    border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    color: #fff; flex-shrink: 0;
}
.cotacao-contact-card-label { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--binho-muted); font-weight: 700; margin-bottom: 3px; }
.cotacao-contact-card-value { font-family: 'Sora', sans-serif; font-weight: 700; font-size: 1rem; color: var(--binho-dark); }
.cotacao-contact-card-value a,
.cotacao-contact-card-value span { color: var(--binho-dark); text-decoration: none; display: block; font-size: 0.9rem; }
.cotacao-contact-card-value a:hover { color: var(--binho-orange); }
.cotacao-whatsapp-btn {
    display: inline-flex; align-items: center; gap: 12px;
    background: #25d366; color: #fff;
    padding: 16px 28px; border-radius: 50px;
    font-family: 'Sora', sans-serif; font-weight: 700; font-size: 1rem;
    text-decoration: none; transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(37,211,102,0.3);
}
.cotacao-whatsapp-btn:hover { background: #1db954; transform: translateY(-3px); box-shadow: 0 14px 35px rgba(37,211,102,0.4); color: #fff; }
.cotacao-form-card {
    background: #fff;
    border-radius: 28px;
    padding: 50px;
    box-shadow: var(--shadow-lg);
    border: 1px solid #e1eaf5;
}
.cotacao-form-card h3 { font-family: 'Sora', sans-serif; font-size: 1.55rem; font-weight: 800; color: var(--binho-dark); margin-bottom: 6px; }
.cotacao-form-card .form-subtitle { color: var(--binho-muted); margin-bottom: 28px; font-size: 0.95rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.form-group { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.form-group label { font-size: 0.78rem; font-weight: 700; color: var(--binho-dark); text-transform: uppercase; letter-spacing: 0.06em; }
.form-group input,
.form-group select,
.form-group textarea {
    padding: 13px 16px;
    border: 2px solid #e1eaf5;
    border-radius: 10px;
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    color: var(--binho-text);
    background: var(--binho-light);
    transition: var(--transition);
    outline: none;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: var(--binho-orange);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(255,121,0,0.1);
}
.form-group textarea { resize: vertical; min-height: 95px; }
.form-submit-btn {
    width: 100%; padding: 17px;
    background: #25d366; color: #fff;
    border: none; border-radius: 12px;
    font-family: 'Sora', sans-serif; font-weight: 700; font-size: 1.05rem;
    cursor: pointer;
    display: flex; align-items: center; justify-content: center; gap: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(37,211,102,0.3);
    margin-top: 6px;
}
.form-submit-btn:hover { background: #1db954; transform: translateY(-3px); box-shadow: 0 14px 35px rgba(37,211,102,0.4); }
.form-success-msg { display: none; text-align: center; padding: 20px; background: #f0fff4; border-radius: 12px; color: #1db954; font-weight: 700; margin-top: 16px; }
@media (max-width: 1024px) { .cotacao-wrapper { grid-template-columns: 1fr; gap: 50px; } }
@media (max-width: 768px)  { .form-row { grid-template-columns: 1fr; } .cotacao-form-card { padding: 28px 20px; } }

/* ========================================
   MELHORIAS DE ANIMAÇÃO E UI (FASE 1)
======================================== */

/* ── Scroll Reveal ── */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .6s ease,
              transform .6s cubic-bezier(.22, 1, .36, 1);
}
.reveal.visible        { opacity: 1; transform: translateY(0); }
.reveal-delay-1        { transition-delay: .12s; }
.reveal-delay-2        { transition-delay: .24s; }
.reveal-delay-3        { transition-delay: .36s; }
 
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* ── Card hover ── */
.card-log {
  border: 1px solid transparent;
  transition: transform .25s cubic-bezier(.22, 1, .36, 1),
              box-shadow .25s,
              border-color .25s;
}
.card-log:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 48px rgba(0, 0, 0, .10);
  border-color: var(--binho-orange);
}
 
/* Ícone: gira levemente e muda de cor */
.icon-box {
  transition: background .25s, transform .25s;
}
.card-log:hover .icon-box {
  background: var(--binho-orange);
  transform: scale(1.08) rotate(-3deg);
}
 
/* Seta do link desliza para direita */
.card-link { display: inline-flex; align-items: center; gap: 4px; }
.card-link::after {
  content: '\2192';
  display: inline-block;
  transition: transform .2s;
}
.card-log:hover .card-link::after { transform: translateX(5px); }

/* ── Ripple ── */
@keyframes ripple {
  from { transform: scale(0); opacity: 1; }
  to   { transform: scale(4); opacity: 0; }
}
.btn-ripple {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, .3);
  pointer-events: none;
  animation: ripple .55s linear forwards;
}
 
/* Elevação no hover */
.btn-binho-primary {
  transition: transform .15s, filter .2s;
}
.btn-binho-primary:hover  { transform: translateY(-2px); filter: brightness(1.06); }
.btn-binho-primary:active { transform: scale(.97); }
 

 
/* WhatsApp: ícone rotaciona no hover */
.cotacao-whatsapp-btn svg {
  transition: transform .3s;
}
.cotacao-whatsapp-btn:hover svg { transform: rotate(15deg) scale(1.1); }

/* ── Timeline Horizontal ── */
.timeline-horizontal-section {
    padding: 120px 0;
    position: relative;
    background: var(--binho-gray);
    overflow: hidden;
}
.timeline-header-h {
    text-align: center;
    margin-bottom: 60px;
}
.timeline-h-scroll-area {
    width: 100%;
    height: 400px; /* Reduzido pois agora estão na mesma linha */
    position: relative;
    display: flex;
    align-items: center;
}
.timeline-h-track {
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    will-change: transform;
    animation: timeline-marquee 60s linear infinite;
}
.timeline-h-track:hover {
    animation-play-state: paused;
}
.timeline-h-item {
    width: 480px; /* Largura fixa */
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 20px;
    flex-shrink: 0;
}
.timeline-h-card {
    background: #fff;
    padding: 40px;
    border-radius: 24px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.06);
    width: 100%;
    height: 280px; /* Altura fixa */
    position: relative;
    border-left: 6px solid var(--binho-orange);
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}
.timeline-h-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 25px 60px rgba(0,0,0,0.1);
}
.timeline-h-year {
    font-family: 'Sora', sans-serif;
    font-size: 2.8rem;
    font-weight: 800;
    color: var(--binho-orange);
    display: block;
}
.timeline-h-line {
    width: 50px;
    height: 5px;
    background: var(--binho-orange);
    margin: 15px 0;
    border-radius: 5px;
}
.timeline-h-item p {
    font-size: 1.05rem;
    color: #4b5563;
    line-height: 1.7;
    margin: 0;
}
@keyframes timeline-marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-33.33%); }
}

/* Removidas as variações de posição para manter alinhado horizontalmente */

/* ── Divisor diagonal ── */
.section-divider {
  margin-top: -2px;
  line-height: 0;
  overflow: hidden;
}
.section-divider svg { display: block; width: 100%; }

/* Seções com fundo escuro (hero, fleet, depoimentos) */
.section-dark { 
    background: var(--binho-blue-dk); 
    color: #fff; 
    position: relative;
    overflow: hidden;
}
.section-dark::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url('assets/images/cubes.png');
    background-size: 400px;
    opacity: 0.05;
    pointer-events: none;
}
.section-dark .section-title-binho,
.section-dark .label-eyebrow { color: #fff; }
.section-dark .label-eyebrow { opacity: .7; }
.section-dark .section-subtitle-white { color: rgba(255,255,255,0.7) !important; max-width: 800px; margin: 30px auto 50px; font-size: 1.15rem; line-height: 1.8; }

 
/* Seções com fundo neutro (serviços, vantagens) */
.section-neutral { background: var(--binho-gray, #F5F5F3); }

/* Correções de Hover e Cores (Fase 1.1) */
.card-log:hover .btn-binho-secondary { background: #fff; color: var(--binho-blue-dk); }
.section-dark .actuation-item { color: #fff; }





/* ========================================
   GLOBAL CONTENT STYLING (WYSIWYG)
   ======================================== */
.entry-content {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 30px; /* Recuo mínimo de segurança */
}
.entry-content p {
    margin-bottom: 25px;
    font-size: 1.1rem;
    line-height: 1.8;
    font-family: 'Inter', sans-serif;
}

.entry-content h1, .entry-content h2, .entry-content h3, 
.entry-content h4, .entry-content h5, .entry-content h6 {
    font-family: 'Sora', sans-serif;
    color: var(--binho-blue-dk);
    margin: 40px 0 20px;
    font-weight: 700;
}

.entry-content h1 { font-size: 2.8rem; }
.entry-content h2 { font-size: 2.2rem; }
.entry-content h3 { font-size: 1.8rem; }
.entry-content h4 { font-size: 1.4rem; }

.entry-content ul, .entry-content ol {
    margin-bottom: 30px;
    padding-left: 20px;
}

.entry-content li {
    margin-bottom: 12px;
}

.entry-content blockquote {
    border-left: 5px solid var(--binho-orange);
    padding: 20px 30px;
    background: #f8f9fa;
    margin: 40px 0;
    font-style: italic;
    font-size: 1.2rem;
    color: var(--binho-muted);
}

.entry-content img {
    max-width: 100%;
    height: auto;
    border-radius: var(--radius-sm);
    margin: 20px 0;
}

.entry-content .aligncenter {
    display: block;
    margin: 30px auto;
}

.entry-content .alignleft {
    float: left;
    margin: 0 30px 30px 0;
}

.entry-content .alignright {
    float: right;
    margin: 0 0 30px 30px;
}

.entry-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
}

.entry-content th, .entry-content td {
    padding: 15px;
    border: 1px solid #eee;
    text-align: left;
}

.entry-content th {
    background: #f8f9fa;
    font-weight: 700;
}

/* ── Blog / Archive ── */
.archive-main {
    padding: 140px 0 100px;
    background: transparent; /* Permitir ver os cubos do body */
}
.archive-main .container-binho {
    max-width: 1440px; /* Mais largo para os cards respirarem */
}
.archive-header { margin-bottom: 60px; }
.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(480px, 1fr));
    gap: 40px;
    margin-bottom: 60px;
}
.blog-card {
    background: #fff;
    border-radius: var(--radius, 12px);
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,.07);
    transition: transform 0.3s, box-shadow 0.3s;
    border: 1px solid #eee;
    display: flex;
    flex-direction: column;
}
.blog-card:hover { transform: translateY(-8px); box-shadow: 0 16px 40px rgba(0,0,0,.12); }
.blog-card-img { height: 240px; overflow: hidden; } /* Altura reduzida para ser mais horizontal */
.blog-card-img img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; transition: transform 0.6s; }
.blog-card:hover .blog-card-img img { transform: scale(1.08); }
.blog-card-body { padding: 28px 30px; }
.blog-meta { margin-bottom: 12px; font-size: 0.78rem; color: var(--binho-orange, #f97316); font-weight: 700; text-transform: uppercase; letter-spacing: 1px; }
.blog-card-body h2,
.blog-card-body h3 { margin-bottom: 12px; font-size: 1.3rem; line-height: 1.3; font-family: 'Sora', sans-serif; font-weight: 700; }
.blog-card-body h2 a,
.blog-card-body h3 a { color: var(--binho-blue-dk, #002d5c); text-decoration: none; transition: color 0.3s; }
.blog-card-body h2 a:hover,
.blog-card-body h3 a:hover { color: var(--binho-orange, #f97316); }
.blog-card-body p { color: #64748b; font-size: 0.95rem; line-height: 1.65; margin-bottom: 22px; }
.read-more { display: inline-block; color: var(--binho-blue, #004a8d); font-weight: 800; text-decoration: none; font-size: 0.82rem; text-transform: uppercase; letter-spacing: .1em; position: relative; padding-bottom: 4px; }
.read-more::after { content: ''; position: absolute; bottom: 0; left: 0; width: 28px; height: 2px; background: var(--binho-orange, #f97316); transition: width 0.3s; }
.blog-card:hover .read-more::after { width: 100%; }
.pagination { text-align: center; margin-top: 40px; }
.pagination .page-numbers { display: inline-block; padding: 8px 16px; margin: 0 4px; background: #fff; border: 1px solid #ddd; color: var(--binho-blue, #004a8d); text-decoration: none; border-radius: 4px; font-weight: 600; transition: all 0.3s; }
.pagination .page-numbers.current { background: var(--binho-blue, #004a8d); color: #fff; border-color: var(--binho-blue, #004a8d); }
.pagination .page-numbers:hover:not(.current) { background: var(--binho-orange, #f97316); color: #fff; border-color: var(--binho-orange, #f97316); }
@media (max-width: 768px) {
    .blog-grid { grid-template-columns: 1fr; }
    .archive-main { padding: 100px 0 60px; }
}

/* ========================================
   COMPONENTS: TESTIMONIALS & ADVANTAGES
======================================== */

/* Testimonials Carousel Elite */
.testimonials-container {
    position: relative;
    width: 100%;
    min-height: 400px;
}
.testimonials-track {
    position: relative;
    width: 100%;
    height: 100%;
}
.depoimento-card-elite {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255,255,255,0.03);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
    padding: 50px;
    border-radius: 30px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(50px);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 20px 50px rgba(0,0,0,0.2);
}
.depoimento-card-elite.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    position: relative;
}
.depoimento-card-elite.exit {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50px);
}
.depoimento-quote {
    position: absolute;
    top: 20px;
    right: 40px;
    font-size: 8rem;
    color: var(--binho-orange);
    opacity: 0.15;
    font-family: 'Sora', serif;
    line-height: 1;
}
.depoimento-text-elite {
    font-size: 1.2rem;
    color: #fff;
    line-height: 1.8;
    margin-bottom: 30px;
    font-style: italic;
}
.depoimento-text-elite.text-truncated {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.depoimento-text-elite.expanded {
    display: block;
    -webkit-line-clamp: initial;
    line-clamp: initial;
}
.btn-read-more {
    background: none;
    border: none;
    color: var(--binho-orange);
    font-weight: 700;
    cursor: pointer;
    padding: 0;
    margin-top: -20px;
    margin-bottom: 30px;
    display: block;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.depoimento-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 30px;
}
.depoimento-author-elite {
    display: flex;
    align-items: center;
    gap: 15px;
}
.depoimento-avatar-elite {
    width: 50px;
    height: 50px;
    background: var(--binho-orange);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1rem;
}
.depoimento-name-elite {
    color: #fff;
    font-weight: 700;
    font-size: 1.1rem;
}
.depoimento-role-elite {
    color: var(--binho-muted);
    font-size: 0.9rem;
}
.depoimento-stars-elite {
    color: var(--binho-orange);
    font-size: 1.2rem;
    letter-spacing: 2px;
}

.carousel-nav-dots {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}
.carousel-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255,255,255,0.2);
    cursor: pointer;
    transition: all 0.3s ease;
}
.carousel-dot.active {
    background: var(--binho-orange);
    width: 30px;
    border-radius: 10px;
}

/* Advantages Grid Elite */
.vantagens-grid-elite {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 50px;
    min-height: 200px;
}
.vantagem-item-elite {
    background: var(--binho-light);
    padding: 32px;
    border-radius: 16px;
    border: 1px solid #e1eaf5;
    display: flex;
    gap: 18px;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: var(--shadow-sm);
}
.vantagem-item-elite:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
    border-color: var(--binho-orange);
}
.vantagem-item-elite.fade-in {
    opacity: 0;
    transform: scale(0.9) translateY(20px);
}
.vantagem-item-elite.visible {
    opacity: 1;
    transform: scale(1) translateY(0);
}
.vantagem-item-elite.fade-out {
    opacity: 0;
    transform: scale(0.9) translateY(-20px);
}
/* ========================================
   COMPONENTS: FLEET (FROTA)
======================================== */

/* ── Limpeza de Layout do Tema (Específico para a página Frota) ── */
.is-frota-page #page, .is-frota-page .site, .is-frota-page #primary, .is-frota-page #content, .is-frota-page .site-content, .is-frota-page .content-area, .is-frota-page .site-main, .is-frota-page article, .is-frota-page .entry-content, .is-frota-page .post-inner, .is-frota-page .entry-body, .is-frota-page main {
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
    border: none !important;
    box-shadow: none !important;
}
.is-frota-page .page-hero { display: none !important; }
.is-frota-page .page-main-content { padding: 0 !important; background: transparent !important; }

.binho-frota-section {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    background: transparent;
    padding: 60px 0 100px;
    position: relative;
    overflow: hidden;
}
.binho-frota-inner {
    max-width: 1600px; /* Aumentado para dar mais amplitude */
    margin: 0 auto;
    position: relative;
    z-index: 10;
}
.frota-header {
    text-align: center;
    max-width: 1000px; /* Container centralizado e limitado */
    margin: 40px auto 120px;
    background: rgba(255, 255, 255, 0.6); /* Efeito de vidro transparente */
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    padding: 80px 60px;
    border-radius: 40px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 30px 60px rgba(0,0,0,0.05);
    position: relative;
    z-index: 20;
}
.frota-header-eyebrow {
    color: var(--binho-orange);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 0.85rem;
    margin-bottom: 15px;
    display: block;
}
.frota-header h2 {
    font-family: 'Sora', sans-serif;
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 800;
    color: var(--binho-blue-dk);
    margin-bottom: 25px;
    letter-spacing: -1px;
}
.frota-header h2 em { color: var(--binho-orange); font-style: normal; }
.frota-header p {
    max-width: 700px;
    margin: 0 auto;
    color: #64748b;
    font-size: 1.1rem;
    line-height: 1.6;
}

.frota-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Forçado 2 colunas para o layout "de dois em dois" */
    gap: 50px;
    padding: 0 24px;
    max-width: 1400px; /* Centraliza o par de cards no meio da tela */
    margin: 0 auto;
}
.frota-card {
    perspective: 1400px;
    height: 420px;
}
.frota-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
    transform-style: preserve-3d;
}
.frota-card:hover .frota-card-inner { transform: rotateY(180deg); }

.frota-front, .frota-back {
    position: absolute;
    inset: 0;
    backface-visibility: hidden;
    border-radius: 30px;
    overflow: hidden;
}

/* FRENTE */
.frota-front {
    background: linear-gradient(135deg, #001f3f 0%, #003366 100%);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border: 1px solid rgba(255,255,255,0.05);
}
.frota-front-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0,20,40,0.95) 20%, rgba(0,40,80,0.6) 50%, transparent 100%);
    z-index: 2;
}
.frota-front img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 85%;
    height: 85%;
    object-fit: contain;
    object-position: bottom right;
    z-index: 3;
    filter: drop-shadow(-20px 10px 30px rgba(0,0,0,0.5));
    transition: transform 0.6s ease;
}
.frota-card:hover .frota-front img {
    transform: scale(1.05) translateX(-10px);
}
.frota-front-info {
    position: relative;
    z-index: 10;
    padding: 50px;
    max-width: 55%;
}
.frota-front-cat {
    font-size: 11px;
    font-weight: 800;
    color: var(--binho-orange) !important;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    margin-bottom: 12px;
}
.frota-front-name {
    font-family: 'Sora', sans-serif;
    font-size: 2.6rem !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    line-height: 1.1;
    margin: 0 !important;
    text-shadow: 0 4px 15px rgba(0,0,0,0.4);
}

/* VERSO */
.frota-back {
    background: var(--binho-dark);
    transform: rotateY(180deg);
    padding: 25px; /* Reduzido de 40px para 25px */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.frota-back-title {
    color: var(--binho-orange);
    font-size: 1.1rem;
    font-weight: 800;
    margin-bottom: 12px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding-bottom: 8px;
}
.frota-specs { margin-bottom: 10px; }
.frota-spec-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 7px 0; /* Reduzido de 10px para 7px */
    border-bottom: 1px solid rgba(255,255,255,0.05);
    gap: 15px;
}
.frota-spec-label { 
    color: rgba(255,255,255,0.6); 
    font-size: 0.8rem; 
    flex-shrink: 0;
    padding-top: 2px;
}
.frota-spec-value { 
    color: #fff; 
    font-weight: 700; 
    text-align: right;
    font-size: 0.9rem;
    line-height: 1.2;
}

.frota-cta-btn {
    background: var(--binho-orange);
    color: #fff !important;
    text-align: center;
    padding: 12px; /* Reduzido de 15px para 12px */
    border-radius: 12px;
    font-weight: 700;
    transition: all 0.3s ease;
}
.frota-cta-btn:hover { background: var(--binho-orange-dk); transform: translateY(-3px); }

@media (max-width: 992px) {
    .frota-grid { grid-template-columns: 1fr; }
    .frota-card { height: 440px; }
    .frota-front-name { font-size: 2.2rem !important; }
    .frota-front-info { max-width: 100%; padding: 30px; }
    .frota-front img { opacity: 0.3; right: -50px; }
}
