:root {
    --primary-cs: #00B31C;
    --dark-cs: #0b0b0b;
    --grey-cs: #f4f4f4;
    --transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* ==========================================================================
   FONTES E TIPOGRAFIA GLOBAL (ESTILO NIKE / FUTURA)
   ========================================================================== */
body, p, span, a, div, li, input, select, textarea {
    font-family: 'Futura BT', 'Futura', 'Jost', sans-serif !important;
}

h1, h2, h3, h4, h5, h6, .navbar-brand, .footer-title, .fw-800, .btn, .badge-featured, .badge-status, .section-title-large {
    font-family: 'Futura BT', 'Futura', 'Oswald', sans-serif !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

body {
    color: #333;
    background: #fff;
    overflow-x: hidden;
}

.text-cs-green { color: var(--primary-cs); }
.py-80 { padding: 80px 0; }
.py-100 { padding: 100px 0; }
.bg-black { background-color: #000 !important; }

.fw-800 { font-weight: 800; }

/* ==========================================================================
   MENU NAVBAR E BOTÕES
   ========================================================================== */
.navbar {
    padding: 15px 0;
    transition: var(--transition);
    background: transparent;
}
.navbar.scrolled {
    background: rgba(0,0,0,0.98);
    padding: 8px 0;
    border-bottom: 2px solid var(--primary-cs);
}
.logo-main { max-height: 45px; transition: var(--transition); }

/* Impedir quebra de linha nas palavras do menu */
.nav-link {
    color: #fff !important;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 0.5px;
    margin: 0 8px;
    transition: var(--transition);
    white-space: nowrap; 
}
.nav-link:hover, .nav-link.active { color: var(--primary-cs) !important; }

/* Impedir quebra de linha nos botões */
.btn-cs-primary {
    background: var(--primary-cs);
    color: #000;
    font-weight: 800;
    border: none;
    border-radius: 4px;
    text-transform: uppercase;
    padding: 10px 20px;
    font-size: 0.85rem;
    transition: var(--transition);
    white-space: nowrap; 
}
.btn-cs-primary:hover { background: #fff; color: var(--primary-cs); transform: translateY(-2px); box-shadow: 0 5px 15px rgba(0,179,28,0.3); }

/* ==========================================================================
   HERO SLIDER DA HOME
   ========================================================================== */
.hero-slider .swiper { height: 100vh; width: 100%; } 
.hero-slider .swiper-slide { background-size: cover; background-position: center; display: flex; align-items: center; }

/* Título principal do Banner reduzido */
.hero-content h2 { 
    font-size: clamp(2.2rem, 4vw, 3.5rem); 
    color: #fff; 
    font-weight: 700 !important; 
    line-height: 1.1; 
    margin-bottom: 15px;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.6);
}
.hero-content h2 span { color: var(--primary-cs); }
.hero-content p { font-size: 1.1rem; text-shadow: 1px 1px 5px rgba(0,0,0,0.8); }

.swiper-button-next, .swiper-button-prev {
    color: var(--primary-cs) !important;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.8);
    transition: 0.3s;
}
.swiper-button-next:hover, .swiper-button-prev:hover { color: #fff !important; transform: scale(1.1); }
.swiper-pagination-bullet-active { background-color: var(--primary-cs) !important; }

/* ==========================================================================
   BUSCA (OVERLAY) E SELECTS
   ========================================================================== */
.search-overlay {
    background: #fff;
    border-top: 5px solid var(--primary-cs);
    padding: 25px;
    margin-top: -60px;
    position: relative;
    z-index: 99;
    border-radius: 8px;
}
.cs-select-light {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    color: #495057;
    border-radius: 4px;
    height: 45px;
}

/* ==========================================================================
   PROJETOS EM DESTAQUE DA HOME
   ========================================================================== */
.badge-featured {
    display: inline-block;
    padding: 5px 15px;
    border: 1px solid var(--primary-cs);
    color: var(--primary-cs);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 10px;
    border-radius: 2px;
}
.tracking-wider { letter-spacing: 2px; }

.featured-list li {
    font-weight: 500;
    color: #555;
    margin-bottom: 12px;
    font-size: 1.1rem;
    display: flex;
    align-items: center; 
}
.featured-list i {
    font-size: 1.2rem;
    margin-right: 10px !important;
}

.featured-project-img {
    position: relative;
    padding: 10px;
}
.featured-project-img::before {
    content: '';
    position: absolute;
    top: -15px;
    left: -15px;
    width: 100px;
    height: 100px;
    border-top: 5px solid var(--primary-cs);
    border-left: 5px solid var(--primary-cs);
    z-index: -1;
}
.shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

/* ==========================================================================
   ESTILOS GERAIS DA HOME
   ========================================================================== */
.stats-icon { font-size: 2.5rem; color: #ccc; margin-bottom: 10px; transition: 0.3s; }
.stats-section:hover .stats-icon { color: var(--primary-cs); transform: scale(1.1); }
.stats-section h3 { font-size: 3rem; color: var(--dark-cs); margin-bottom: 0; }

.versicle-divider {
    background-color: var(--dark-cs);
    border-top: 2px solid var(--primary-cs);
    border-bottom: 2px solid var(--primary-cs);
    padding: 50px 0;
    color: #fff;
}
.versicle-divider .quote-icon { font-size: 2rem; color: var(--primary-cs); opacity: 0.5; margin-bottom: 15px; }
.versicle-divider blockquote { font-family: 'Playfair Display', serif; font-size: 1.6rem; font-style: italic; line-height: 1.4; margin-bottom: 10px; }
.versicle-divider cite { font-family: 'Futura BT', 'Jost', sans-serif; font-weight: 800; color: var(--primary-cs); text-transform: uppercase; font-size: 0.9rem; letter-spacing: 2px; }

/* Títulos das Seções (Ex: Destaques Atuais) reduzidos */
.section-title-large { font-size: clamp(1.8rem, 3vw, 2.5rem); font-weight: 800; color: var(--dark-cs); line-height: 1.1; }
.section-title-large span { color: var(--primary-cs); }

.experience-img-stack { position: relative; padding-bottom: 40px; }
.img-main { width: 85%; border-radius: 10px; z-index: 1; position: relative; }
.img-sub { position: absolute; bottom: 0; right: 0; width: 55%; border: 8px solid #fff; border-radius: 10px; z-index: 2; }
.experience-badge {
    position: absolute; top: 10%; right: 5%;
    background: var(--primary-cs); padding: 15px 20px;
    border-radius: 50%; color: #000;
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2); z-index: 3;
}
.experience-badge .fs-1 { line-height: 0.8; margin-bottom: 5px; }

.lifestyle-parallax {
    background: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url('../img/parallax.jpg');
    background-attachment: fixed; background-size: cover; background-position: center;
}
.lifestyle-list li { font-size: 1.1rem; margin-bottom: 15px; font-weight: 600; }
.lifestyle-list i { width: 30px; text-align: center; }

.card-lancamento {
    position: relative; overflow: hidden; background: #fff; border: 1px solid #eee; border-radius: 8px; transition: var(--transition);
}
.card-lancamento:hover { box-shadow: 0 15px 30px rgba(0,0,0,0.1) !important; transform: translateY(-5px); }
.img-wrapper { height: 250px; overflow: hidden; }
.img-wrapper img { width: 100%; height: 100%; object-fit: cover; transition: var(--transition); }
.card-lancamento:hover .img-wrapper img { transform: scale(1.05); }
.badge-status {
    position: absolute; top: 15px; left: 15px; background: var(--primary-cs); color: #000;
    padding: 4px 12px; font-weight: 800; text-transform: uppercase; font-size: 0.75rem; z-index: 2; border-radius: 4px;
}

.step-icon {
    width: 60px; height: 60px; background: var(--primary-cs); color: #000;
    border-radius: 50%; display: flex; align-items: center; justify-content: center;
    font-size: 1.5rem; font-weight: 800; margin: 0 auto;
}

/* ==========================================================================
   CARROSSEL DO GOOGLE REVIEWS
   ========================================================================== */
.border-dashed { border-style: dashed !important; border-width: 2px !important; border-color: #ccc !important; }

.reviewsSwiper {
    overflow: hidden;
    padding-bottom: 50px !important; 
}
.reviewsSwiper .swiper-wrapper {
    align-items: stretch; 
}
.reviewsSwiper .swiper-slide {
    height: auto !important; 
    display: flex; 
}
.reviewsSwiper .card {
    width: 100%;
    height: 100%; 
    display: flex;
    flex-direction: column;
}
.reviews-pagination {
    bottom: 0 !important;
}

/* ==========================================================================
   RODAPÉ (FOOTER)
   ========================================================================== */
.cs-footer { background: var(--dark-cs); color: #fff; padding-top: 80px; }
.footer-logo { max-height: 50px; }
.footer-title { color: #fff; font-size: 1.3rem; margin-bottom: 25px; position: relative; padding-bottom: 10px; }
.footer-title::after { content: ''; position: absolute; left: 0; bottom: 0; width: 40px; height: 3px; background: var(--primary-cs); }
.footer-menu { list-style: none; padding: 0; }
.footer-menu li { margin-bottom: 12px; }
.footer-menu a { color: #aaa; text-decoration: none; transition: 0.3s; font-size: 0.9rem; }
.footer-menu a:hover { color: #fff; transform: translateX(5px); display: inline-block; }

.social-links a {
    display: inline-flex; width: 35px; height: 35px; background: rgba(255,255,255,0.05);
    align-items: center; justify-content: center; border-radius: 50%; color: #fff; margin-right: 8px; transition: 0.3s;
}
.social-links a:hover { background: var(--primary-cs); color: #000; transform: translateY(-3px); }

/* ==========================================================================
   PÁGINAS INTERNAS (QUEM SOMOS, CONTATO, ETC)
   ========================================================================== */
.hero-internal {
    height: 60vh;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}
.hero-internal::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 1;
}
.hero-internal .container {
    position: relative;
    z-index: 2;
    padding-top: 80px; 
}

.pillar-card {
    border-top: 4px solid var(--primary-cs) !important;
    transition: var(--transition);
}
.pillar-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.1) !important;
}

.text-justify { text-align: justify; }

.contact-icon-box {
    width: 50px;
    height: 50px;
    background-color: #f8f9fa;
    border: 1px solid #eee;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-cs);
    font-size: 1.2rem;
    flex-shrink: 0;
    transition: var(--transition);
}
.d-flex:hover .contact-icon-box {
    background-color: var(--primary-cs);
    color: #000;
    transform: scale(1.05);
}

.contact-form-card { border-top: 5px solid var(--primary-cs) !important; }

.cs-input-form {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    color: #495057;
    border-radius: 4px;
    padding: 12px 15px;
    font-size: 0.9rem;
    transition: var(--transition);
}
.cs-input-form:focus {
    background-color: #fff;
    border-color: var(--primary-cs);
    box-shadow: 0 0 0 0.25rem rgba(0, 179, 28, 0.15);
    outline: 0;
}
select.cs-input-form { height: 50px; }

.card-depoimento {
    transition: var(--transition);
    border-left: 4px solid var(--primary-cs);
}
.card-depoimento:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0,0,0,0.1); }

.video-depoimento {
    width: 100%;
    aspect-ratio: 16 / 9; 
    max-height: 400px;    
    object-fit: cover;    
    border-radius: 8px;
}

/* ==========================================================================
   PÁGINA DE EMPREENDIMENTOS
   ========================================================================== */
.portfolio-filter {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    background: #fff;
    padding: 10px;
    border-radius: 50px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}
.filter-btn {
    border: none;
    background: transparent;
    padding: 8px 20px;
    font-weight: 600;
    font-size: 0.9rem;
    color: #666;
    border-radius: 30px;
    transition: var(--transition);
    text-transform: uppercase;
}
.filter-btn:hover { color: var(--dark-cs); background: #f8f9fa; }
.filter-btn.active { background: var(--primary-cs); color: #000; }

.custom-pagination .page-link {
    color: var(--dark-cs);
    border: none;
    margin: 0 5px;
    border-radius: 5px;
    font-weight: bold;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
}
.custom-pagination .page-item.active .page-link {
    background-color: var(--primary-cs);
    color: #000;
    box-shadow: 0 5px 10px rgba(0, 179, 28, 0.3);
}
.custom-pagination .page-link:hover { background-color: #eee; color: var(--dark-cs); }

.portfolio-item.entregue .img-wrapper img { filter: grayscale(30%); }

/* ==========================================================================
   PÁGINA DO IMÓVEL INDIVIDUAL
   ========================================================================== */
.property-hero { height: 75vh; }

.quick-stats-wrapper {
    margin-top: -60px;
    position: relative;
    z-index: 10;
}
.quick-stat-item i {
    font-size: 2.2rem;
    color: var(--primary-cs);
    margin-bottom: 15px;
    display: inline-block;
}

.amenities-list li {
    font-size: 1.05rem;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}
.amenities-list i {
    width: 30px;
    font-size: 1.2rem;
    color: var(--primary-cs);
}

.propertyGallerySwiper .swiper-slide img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.propertyGallerySwiper .swiper-button-next,
.propertyGallerySwiper .swiper-button-prev {
    background-color: rgba(255,255,255,0.8);
    width: 45px; height: 45px;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.propertyGallerySwiper .swiper-button-next:after,
.propertyGallerySwiper .swiper-button-prev:after {
    font-size: 1.2rem;
    font-weight: bold;
}

/* ==========================================================================
   REDES SOCIAIS NA NAVBAR (TAMANHO DINÂMICO REDUZIDO)
   ========================================================================== */
.nav-social-icon {
    transition: var(--transition);
    opacity: 0.85;
    font-size: 1.5rem !important; /* Tamanho para o celular */
}

.nav-social-icon:hover {
    color: var(--primary-cs) !important;
    opacity: 1;
    transform: translateY(-2px);
}

.navbar.scrolled .border-secondary {
    border-color: rgba(255, 255, 255, 0.15) !important;
}

/* ==========================================================================
   MEDIA QUERIES E AJUSTES RESPONSIVOS (CELULAR / TABLET / PC)
   ========================================================================== */
@media (max-width: 768px) {
    .navbar-collapse { background: rgba(0,0,0,0.95); padding: 20px; border-radius: 8px; margin-top: 10px; }
    .search-overlay { margin-top: -30px; }
    .hero-content h2 { font-size: 2.5rem; }
    .experience-img-stack { padding-bottom: 20px; }
    .img-main { width: 100%; }
}

@media (min-width: 992px) {
    /* Tamanho PEQUENO e delicado apenas para redes sociais na barra do computador */
    .nav-social-icon {
        font-size: 0.95rem !important; 
    }
}

.featured-pagination {
    bottom: 0 !important;
    padding-top: 30px;
}
.featured-pagination .swiper-pagination-bullet {
    background-color: #ccc;
    width: 12px;
    height: 12px;
    opacity: 1;
}
.featured-pagination .swiper-pagination-bullet-active {
    background-color: var(--primary-cs) !important;
    transform: scale(1.3);
}