/*
Theme Name: Hello Elementor Child
Theme URI: https://wpimobipro.com
Description: Tema filho baseado em Hello Elementor
Author: Navros
Author URI: https://wpimobipro.com
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-background, custom-logo, custom-menu
*/

/* =============================================================================
   ESTILOS PERSONALIZADOS DO TEMA FILHO
   ============================================================================= */

/* --- Base --- */

/* --- Header --- */

/* --- Conteúdo --- */

/* --- Footer --- */

/* --- Responsivo --- */
@media (max-width: 768px) {

}

/* =============================================================================
   FIM DO ARQUIVO
   ============================================================================= */


/* reduz apenas a área branca do menu principal */
.main-navigation,
.site-navigation,
.site-header nav,
header nav {
    min-height: 70px !important;
    height: 70px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    display: flex !important;
    align-items: center !important;
}

.imlp-nav,
.imlp-nav-inner {
    min-height: 74px !important;
    height: 74px !important;
}

/*=============================*/
.imlp-nav-links a[href*="minha-conta"] {
    font-weight: 700;
    transition: all .25s ease;
    padding: 10px 16px;
    border: 1px solid rgba(26,60,94,.35) !important;
    border-radius: 10px;
    background: transparent !important;
    color: #0b1628 !important;
    border-color: #0b1628;
}
.imlp-nav-links a[href*="minha-conta"]:hover {
    background: #f8fbff !important;
    color: #0b1628 !important;
    border-color: #0b1628 !important;
    box-shadow: 0 6px 14px rgba(26,60,94,.08);
}


/*===============================*/
.hero {
    min-height: 680px !important;
    padding-bottom: 80px !important;
    padding-top: 70px !important;
}

.hero-right-card {
    transform: translateY(-8px);
    backdrop-filter: blur(10px);
}
/*=====================*/


.feature-badge,
.exclusive-badge {
    background: rgba(16,185,129,.16);
    color: #10b981;
    font-weight: 800;
}

/*==================*/
.imlp-nav {
    position: sticky;
    top: 0;
    z-index: 9999;
    background: rgba(255,255,255,.92);
    backdrop-filter: blur(12px);
    box-shadow: 0 2px 12px rgba(15,23,42,.35);
}
/*==================*/
.hero .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(224,184,76,.25);
}


/*==================*/
.imlp-nav-links {
    gap: 28px !important;
}

    
.imlp-nav-logo {
    font-weight: 900;
    font-size: 30px !important;
    letter-spacing: -0.6px;
}


.imlp-nav-cta:hover {
    transform: translateY(-1px);
}
/* remove margem abaixo do menu */
.site-header,
header {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}


/* Página Cadastro ImoBI Pro */
body.page-id-cadastro,
body.page-template-default {
    background: #f6f9fc;
}

.imobipro-form-card {
    max-width: 520px;
    margin: 70px auto 90px;
    background: #ffffff;
    border: 1px solid #dbe5f1;
    border-radius: 20px;
    padding: 42px;
    box-shadow: 0 18px 50px rgba(15, 35, 70, 0.10);
}

.imobipro-form-card h2 {
    font-size: 30px;
    font-weight: 900;
    color: #102a4c;
    margin: 0 0 10px;
}

.imobipro-form-card > p {
    font-size: 15px;
    color: #64748b;
    line-height: 1.6;
    margin: 0 0 28px;
}

.imobipro-field {
    margin-bottom: 18px;
}

.imobipro-field label {
    display: block;
    font-size: 14px;
    font-weight: 800;
    color: #15345c;
    margin-bottom: 7px;
}

.imobipro-field input {
    width: 100%;
    height: 50px;
    border: 1px solid #d8e2f0;
    border-radius: 12px;
    padding: 0 15px;
    font-size: 15px;
    color: #0f172a;
    background: #ffffff;
    transition: all .2s ease;
}

.imobipro-field input:focus {
    outline: none;
    border-color: #0b1628;
    box-shadow: 0 0 0 4px rgba(26, 60, 94, 0.10);
}

.imobipro-field .hint {
    font-size: 12px;
    color: #64748b;
    margin-top: 7px;
}

.imobipro-btn-submit {
    width: 100%;
    height: 54px;
    border: none;
    border-radius: 12px;
    background: #0b1628;
    color: #ffffff;
    font-size: 16px;
    font-weight: 900;
    cursor: pointer;
    margin-top: 8px;
    transition: all .25s ease;
}

.imobipro-btn-submit:hover {
    background: #14304d;
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(26, 60, 94, 0.22);
}

.imobipro-divider {
    text-align: center;
    margin-top: 24px;
    font-size: 14px;
    color: #64748b;
}

.imobipro-divider a {
    color: #0b1628 !important;
    font-weight: 800 !important;
    text-decoration: none;
}

.imobipro-divider a:hover {
    text-decoration: underline;
}

.imobipro-msg {
    margin-bottom: 18px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
}

@media (max-width: 768px) {
    .imobipro-form-card {
        margin: 30px 16px 60px;
        padding: 28px;
    }

    .imobipro-form-card h2 {
        font-size: 26px;
    }
}
/*------------LOGIN -------------------------------------*/

.imobipro-login-wrap {
    min-height: calc(100vh - 120px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 70px 20px;
    background:
        radial-gradient(circle at top left, rgba(224,184,76,.16), transparent 32%),
        linear-gradient(135deg, #f6f9fc 0%, #eef4fb 100%);
}

.imobipro-login-card {
    width: 100%;
    max-width: 460px;
    background: #ffffff;
    border: 1px solid #dbe5f1;
    border-radius: 22px;
    padding: 42px;
    box-shadow: 0 22px 60px rgba(15, 35, 70, 0.13);
}

.imobipro-login-logo {
    display: inline-block;
    font-size: 24px;
    font-weight: 900;
    color: #102a4c;
    text-decoration: none;
    margin-bottom: 24px;
}

.imobipro-login-logo span {
    color: #e0b84c;
}

.imobipro-login-card h2 {
    font-size: 30px;
    font-weight: 900;
    color: #102a4c;
    margin: 0 0 10px;
}

.imobipro-login-card > p {
    color: #64748b;
    font-size: 15px;
    line-height: 1.6;
    margin: 0 0 28px;
}

.imobipro-login-card label {
    display: block;
    font-size: 14px;
    font-weight: 800;
    color: #15345c;
    margin-bottom: 7px;
}

.imobipro-login-card input[type="text"],
.imobipro-login-card input[type="password"] {
    width: 100%;
    height: 50px;
    border: 1px solid #d8e2f0;
    border-radius: 12px;
    padding: 0 15px;
    font-size: 15px;
    background: #fff;
}

.imobipro-login-card input:focus {
    outline: none;
    border-color: #0b1628;
    box-shadow: 0 0 0 4px rgba(26, 60, 94, 0.10);
}

.imobipro-login-card .login-remember {
    margin: 16px 0;
    color: #64748b;
    font-size: 14px;
}

.imobipro-login-card .button-primary {
    width: 100%;
    height: 54px;
    border: none;
    border-radius: 12px;
    background: #0b1628;
    color: #ffffff;
    font-size: 16px;
    font-weight: 900;
    cursor: pointer;
    transition: all .25s ease;
}

.imobipro-login-card .button-primary:hover {
    background: #14304d;
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(26, 60, 94, 0.22);
}

.imobipro-login-links {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 22px;
    font-size: 14px;
    color: #64748b;
}

.imobipro-login-links a {
    color: #0b1628;
    font-weight: 800;
    text-decoration: none;
}

.imobipro-login-links a:hover {
    text-decoration: underline;
}
/*=============OCULTAR NOME DA PAGINA CADASTRO =======*/
.page-id-87 .page-header,
.page-id-87 .entry-title {
    display: none !important;
}

/*==================colocar header cadastro====*/

/* FUNDO GERAL */
body.page-id-87 {
    background: linear-gradient(180deg,#f8fbff 0%,#eef4fb 100%) !important;
}

/* HEADER LIMPO */
.page-id-87 .imobipro-auth-nav {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto 40px auto;
    padding: 22px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-id-87 .imobipro-auth-logo {
    font-size: 34px;
    font-weight: 900;
    color: #0b1628;
    text-decoration: none;
}

.page-id-87 .imobipro-auth-logo span {
    color: #d4a853;
}

.page-id-87 .imobipro-auth-links {
    display: flex;
    gap: 18px;
    align-items: center;
}

.page-id-87 .imobipro-auth-links a {
    color: #0b1628;
    text-decoration: none;
    font-weight: 600;
    padding: 10px 18px;
    border-radius: 10px;
    transition: .25s ease;
}

.page-id-87 .imobipro-auth-links a:hover {
    background: #0b1628;
    color: #fff;
}

/* ÁREA PRINCIPAL */
.page-id-87 .site-main,
.page-id-87 #content {
    min-height: calc(100vh - 160px);
    padding: 20px;
}

/* CARD */
.page-id-87 .imobipro-form-card {
    box-shadow: 0 20px 50px rgba(26,60,94,.10) !important;
    border-radius: 22px !important;
}

/* FOOTER */
.page-id-87 .imobipro-auth-footer {
    text-align: center;
    padding: 30px 20px;
    color: #6b7280;
    font-size: 14px;
    border-top: 1px solid rgba(26,60,94,.08);
    margin-top: 50px;
}

/*==============llogo ================*/

.imobipro-auth-top {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto 55px;
    padding: 26px 24px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.imobipro-auth-logo {
    font-size: 30px;
    font-weight: 900;
    color: #0b1628 !important;
    text-decoration: none !important;
    letter-spacing: -0.5px;
}

.imobipro-auth-logo span {
    color: #d4a853;
}

.imobipro-auth-menu {
    display: flex;
    gap: 22px;
}

.imobipro-auth-menu a {
    color: #0b1628;
    text-decoration: none;
    font-weight: 700;
}

.imobipro-auth-menu a:hover {
    color: #d4a853;
}


/*===================esconder menu cadastro=========*/

/* Esconde o header/menu padrão só no cadastro */
.page-id-87 #site-header,
.page-id-87 .site-header {
    display: none !important;
}

/* Ajusta o topo customizado */
.page-id-87 .imobipro-auth-top {
    margin-top: 0 !important;
    padding-top: 34px !important;
}

/*============================*/

/* =========================================================
   LOGIN PAGE (/login/) — mesmo topo da página de cadastro
   ========================================================= */

/* Esconde header padrão do tema */
.page-id-88 #site-header,
.page-id-88 .site-header,
.page-id-88 .entry-header,
.page-id-88 .page-header,
.page-id-88 .ct-page-title {
    display: none !important;
}

/* Remove título padrão */
.page-id-88 h1.entry-title,
.page-id-88 .page-title,
.page-id-88 .entry-title {
    display: none !important;
}

/* Barra superior branca */
.page-id-88 .site-main::before {
    content: "";
    display: block;
    width: 100%;
    height: 86px;
    background: #ffffff;
    border-bottom: 1px solid #e6edf5;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}

/* Container principal */
.page-id-88 .site-main {
    position: relative;
    padding-top: 120px !important;
}

/* Logo + menu custom */
.page-id-88 .site-main::after {
    content: "ImoBIPro";
    position: absolute;
    top: 28px;
    left: 80px;
    font-size: 28px;
    font-weight: 800;
    color: #0b1628;
    letter-spacing: -.5px;
    z-index: 20;
}

/* "Pro" dourado fake */
.page-id-88 .imobipro-login-wrap::before {
    content: "Home   Cadastro   Minha Conta";
    position: absolute;
    top: -92px;
    right: 70px;
    color: #0b1628;
    font-size: 15px;
    font-weight: 600;
    word-spacing: 22px;
    z-index: 20;
}

/* Fundo geral */
.page-id-88 body,
.page-id-88 {
    background: #f3f7fc !important;
}

/* Card central */
.page-id-88 .imobipro-login-card {
    box-shadow: 0 20px 60px rgba(26,60,94,.12) !important;
    border-radius: 24px !important;
    border: 1px solid #dbe7f3 !important;
}

/* Responsivo */
@media (max-width: 768px) {
    .page-id-88 .site-main::after {
        left: 24px;
        font-size: 24px;
    }

    .page-id-88 .imobipro-login-wrap::before {
        right: 24px;
        font-size: 13px;
        word-spacing: 10px;
    }
}

/*===============ocultar menu login ========*/
/* LOGIN (page-id-130) — mata COMPLETAMENTE header original do Hello Elementor */
.page-id-130 #site-header,
.page-id-130 header#site-header,
.page-id-130 .site-header,
.page-id-130 .header-inner,
.page-id-130 .site-branding,
.page-id-130 .site-navigation,
.page-id-130 .site-navigation-toggle-holder,
.page-id-130 .site-navigation-dropdown,
.page-id-130 #menu-principal,
.page-id-130 #menu-principal-1,
.page-id-130 .menu,
.page-id-130 .menu-item,
.page-id-130 .skip-link {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
}

/* Remove faixa branca superior inteira */
.page-id-130 #site-header {
    position: absolute !important;
    width: 0 !important;
}

/* Remove espaço empurrado pelo tema */
.page-id-130 .site-main,
.page-id-130 #content,
.page-id-130 .page-content {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Seu topo customizado vira o único header real */
.page-id-130 .imobipro-auth-top {
    margin-top: 0 !important;
    padding-top: 32px !important;
}




















/*=================================================================*/
/* FUNDO LIMPO E PROFISSIONAL */
.page-id-130,
.page-id-127,
.page-id-130 body,
.page-id-127 body {
    background:
        radial-gradient(circle at 50% 40%, rgba(26,60,94,0.06) 0%, rgba(26,60,94,0.02) 22%, transparent 48%),
        radial-gradient(circle at 15% 85%, rgba(212,175,55,0.04) 0%, transparent 28%),
        radial-gradient(circle at 85% 15%, rgba(26,60,94,0.05) 0%, transparent 30%),
        linear-gradient(135deg, #eef4fb 0%, #e4edf8 50%, #f4f8fc 100%) !important;
}

/* REMOVE BLOCO ESTRANHO LATERAL */
.page-id-130 .imobipro-login-wrap::before,
.page-id-127 .imobipro-register-wrap::before,
.page-id-130 .imobipro-login-wrap::after,
.page-id-127 .imobipro-register-wrap::after {
    display: none !important;
    content: none !important;
    background: none !important;
}

/* ÁREA PRINCIPAL */
.page-id-130 .imobipro-login-wrap,
.page-id-127 .imobipro-register-wrap {
    background: transparent !important;
    position: relative;
}

/* CARD MAIS DESTACADO */
.page-id-130 .imobipro-login-card,
.page-id-127 .imobipro-register-card {
    background: rgba(255,255,255,0.92) !important;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(26,60,94,0.08) !important;
    box-shadow:
        0 18px 50px rgba(26,60,94,0.10),
        0 4px 14px rgba(26,60,94,0.05) !important;
}

/* TOPO */
.page-id-130 .imobipro-auth-top,
.page-id-127 .imobipro-auth-top {
    background: transparent !important;
}


/*==============================FOOTER ==================================*/

footer {
    background: #122a43;
    color: rgba(255,255,255,0.7);
    padding: 60px 24px 32px;
}

.footer-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 48px;
}

.footer-logo {
    font-size: 24px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 12px;
}

.footer-logo span {
    color: #d4a853;
}

.footer-desc {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 20px;
    max-width: 420px;
}

.footer-col h4 {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 16px;
}

.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-col ul li {
    margin-bottom: 10px;
}

.footer-col ul li a {
    color: rgba(255,255,255,0.6);
    text-decoration: none;
    font-size: 14px;
}

.footer-col ul li a:hover {
    color: #d4a853;
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-bottom p {
    font-size: 13px;
    margin: 0;
}

@media (max-width: 900px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 12px;
        text-align: center;
    }
}

@media (max-width: 600px) {
    .footer-grid {
        grid-template-columns: 1fr;
    }
}

/* FOOTER FULL WIDTH NO ELEMENTOR */
.footer-1 {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    background: #122a43 !important;
    padding: 60px 24px 32px !important;
}

/* CONTEÚDO INTERNO CENTRALIZADO */
.footer-1 .footer-inner {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 60px 24px 32px !important;
}

/* REMOVE LIMITES DO ELEMENTOR */
.footer-1 .elementor-widget-container,
.footer-1 .elementor-html5,
.footer-1 .e-con-inner {
    max-width: 100% !important;
    width: 100% !important;
}

/* EVITA SOBRA BRANCA */
.footer-1 footer {
    margin: 0 !important;
}

/* MUDAR LOCAL DO BOTAO LOGOUT   */
#wpadminbar #wp-admin-bar-imobipro-logout{
    margin-left:auto!important;
}




