/* 
  EURO Consultoria Contábil Modern Theme
  Overrides generic C2TI platform styles with modern conventions.
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Outfit:wght@300;400;500;600;700;800&display=swap');

:root {
    --cor-principal: #1f6fd8 !important; /* Deeper, vibrant blue */
    --cor-secundaria: #0d47a1 !important;
    --texto-escuro: #1e293b !important;
    --texto-claro: #64748b !important;
    --bg-light: #f8fafc !important;
    --card-shadow: 0 10px 40px -10px rgba(0,0,0,0.08) !important;
    --card-hover-shadow: 0 20px 40px -10px rgba(0,0,0,0.12) !important;
}

/* Global Typography */
body, *, p, span, div, a, li {
    font-family: 'Inter', sans-serif;
}

h1, h2, h3, h4, h5, h6, .navbar-brand, strong, b, .count-title {
    font-family: 'Outfit', sans-serif !important;
    letter-spacing: -0.02em;
}

/* Base button styles to remove annoying pulse and add gloss */
.btn,
.btn-primary,
.btn-danger,
.btn-info,
body > nav.navbar.navbar-expand-lg.fixed-top.d-none.d-md-block.d-lg-block > div > div.areaBotaoBandeira > a,
.btn_cta_topo {
    animation: none !important;
    -webkit-animation-name: none !important;
    animation-name: none !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    font-family: 'Inter', sans-serif !important;
    text-transform: none !important;
    letter-spacing: 0px !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1) !important;
    background: var(--cor-principal) !important;
    color: #fff !important;
    border: none !important;
}

.btn:hover,
.btn-primary:hover,
.btn-danger:hover,
.btn-info:hover,
body > nav.navbar.navbar-expand-lg.fixed-top.d-none.d-md-block.d-lg-block > div > div.areaBotaoBandeira > a:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 10px 15px -3px rgba(31, 111, 216, 0.4), 0 4px 6px -4px rgba(31, 111, 216, 0.4) !important;
    background: linear-gradient(135deg, var(--cor-principal) 0%, var(--cor-secundaria) 100%) !important;
    color: #ffffff !important;
    border: none !important;
}


/* Navbar Modernization - Glassmorphism */
.navbar {
    background: rgba(255, 255, 255, 0.85) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05) !important;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    transition: all 0.3s ease !important;
}

/* Espaçamento equidistante para grades de serviços/cards */
.btgrid .row {
    row-gap: 30px !important;
}

.btgrid .col-md-4, .btgrid .col-md-6, .btgrid .col-md-3 {
    margin-bottom: 0px !important; /* Reset standard spacing to keep it uniform */
}



.navbar-nav li > :first-child:not(i), .nav-link, .menuTranslate {
    font-family: 'Inter', sans-serif !important;
    font-weight: 500 !important;
    color: var(--texto-escuro) !important;
    transition: color 0.2s ease !important;
    font-size: 15px !important;
}

.navbar-nav li > :first-child:not(i):hover, .nav-link:hover, .menuTranslate:hover {
    color: var(--cor-principal) !important;
}

/* Update section layout styles (Glassy modern cards) */
.btgrid .col-md-4 .content,
.btgrid .col-md-6 .content,
.campRigth {
    background: #ffffff !important;
    border-radius: 16px !important;
    padding: 30px 20px !important;
    box-shadow: var(--card-shadow);
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    height: 100% !important;
    border: 1px solid rgba(0,0,0,0.03) !important;
}

.btgrid .col-md-4 .content:hover,
.btgrid .col-md-6 .content:hover {
    transform: translateY(-5px) !important;
    box-shadow: var(--card-hover-shadow);
}

/* Fix some specific containers that shouldn't be cards */
.container_conteudo_informativo > .btgrid > .row > .col-12 > .content {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    padding: 0 !important;
}
.container_conteudo_informativo > .btgrid > .row > .col-12 > .content:hover {
    transform: none !important;
    box-shadow: none !important;
}
#containerEditavel-99636 .col-md-6 .content {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
}
#containerEditavel-99636 .col-md-6 .content:hover {
    transform: none !important;
}

#containerEditavel-99638 .col-md-6 .content,
#containerEditavel-99638 .col-md-5 .content,
#containerEditavel-99643 .col-md-6 .content,
#containerEditavel-99641 .col-md-6 .content,
#containerEditavel-99641 .col-md-3 .content {
     background: transparent !important;
     box-shadow: none !important;
     border: none !important;
}
#containerEditavel-99638 .col-md-6 .content:hover,
#containerEditavel-99638 .col-md-5 .content:hover,
#containerEditavel-99643 .col-md-6 .content:hover,
#containerEditavel-99641 .col-md-6 .content:hover,
#containerEditavel-99641 .col-md-3 .content:hover {
    transform: none !important;
}

/* Make text colors modern */
.descricaoConteudoEditavel p, 
.descricaoConteudoEditavel span, 
.descricaoConteudoEditavel div {
    line-height: 1.6 !important;
}

/* Sections backgrounds */
#containerEditavel-99637 {
    background: var(--bg-light) !important;
}

#containerEditavel-99638,
#containerEditavel-99643 {
    background: linear-gradient(135deg, var(--cor-principal) 0%, var(--cor-secundaria) 100%) !important;
}
#containerEditavel-99638 p, #containerEditavel-99638 span,
#containerEditavel-99643 p, #containerEditavel-99643 span,
#containerEditavel-99639 p, #containerEditavel-99639 span {
    color: #fff !important;
}

#containerEditavel-99639 {
    background: #0f172a !important; /* Dark mode for numbers */
}
#containerEditavel-99639 .count-title {
    color: #fff !important;
    font-size: 56px !important;
    font-weight: 700 !important;
}
#containerEditavel-99639 .count-text {
    color: #94a3b8 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
}

/* Form Inputs */
.form-control, .verificationInput {
    border-radius: 8px !important;
    border: 1px solid #e2e8f0 !important;
    padding: 12px 16px !important;
    font-family: 'Inter', sans-serif !important;
    color: #334155 !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    transition: all 0.2s ease !important;
    background: rgba(255, 255, 255, 0.9) !important;
}
.form-control:focus, .verificationInput:focus {
    border-color: var(--cor-principal) !important;
    box-shadow: 0 0 0 3px rgba(31, 111, 216, 0.2) !important;
    outline: none !important;
}

.campRigth {
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(10px) !important;
    border-radius: 16px !important;
    padding: 30px !important;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    border: 1px solid rgba(255,255,255,0.2) !important;
}
.campRigth label, .form-importer label {
    font-family: 'Inter', sans-serif !important;
    font-weight: 500 !important;
    color: #334155 !important;
    margin-bottom: 6px !important;
}
.campRigth h1, .campRigth h2, .campRigth h3, .campRigth span {
    color: #0f172a !important;
}

/* Cinematic Footer - GEMINI Preset B inspired */
footer {
    background: #09090b !important; /* Deeper obsidian */
    padding-top: 80px !important;
    padding-bottom: 40px !important;
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    left: 0 !important;
}

footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 50% -20%, rgba(31, 111, 216, 0.15), transparent 70%);
    pointer-events: none;
}

footer, footer p, footer span, footer div {
    color: #94a3b8 !important;
    font-family: 'Inter', sans-serif !important;
    line-height: 1.7 !important;
}

footer a {
    color: #94a3b8 !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    text-decoration: none !important;
    display: inline-block;
    position: relative;
}

footer a:hover {
    color: #fff !important;
    transform: translateX(4px);
}

.footer-title {
    color: #fff !important;
    font-family: 'Outfit', sans-serif !important;
    font-weight: 700 !important;
    font-size: 1.1rem !important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase !important;
    margin-bottom: 25px !important;
    position: relative;
}

.footer-title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 30px;
    height: 2px;
    background: var(--cor-principal);
}

.logo_rodape {
    max-width: 180px !important;
    margin-bottom: 20px !important;
    filter: brightness(0) invert(1); /* Ensure logo is white if it's dark */
}

/* Social Icons Glassmorphism */
footer .redeSocial {
    display: flex !important;
    gap: 15px !important;
    margin-top: 25px !important;
}

footer .itenSocial a {
    width: 42px !important;
    height: 42px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: rgba(255, 255, 255, 0.03) !important;
    backdrop-filter: blur(8px) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 12px !important;
    color: #fff !important;
    font-size: 1.2rem !important;
}

footer .itenSocial a:hover {
    background: var(--cor-principal) !important;
    border-color: var(--cor-principal) !important;
    transform: translateY(-5px) !important;
    box-shadow: 0 10px 20px rgba(31, 111, 216, 0.3) !important;
}

/* Footer Bottom Bar */
.footer-bottom {
    margin-top: 60px !important;
    padding-top: 30px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
}

.copyright {
    font-size: 0.9rem !important;
    opacity: 0.7;
}

.copyright a.access {
    margin: 0 10px !important;
    opacity: 0.5;
}

.copyright a.access:hover {
    opacity: 1;
    color: var(--cor-principal) !important;
    transform: none !important;
}

/* Removes bullet points and default padding from footer lists */
footer ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

footer ul li {
    margin-bottom: 12px !important;
}

footer .cta-footer {
    padding: 12px 24px !important;
    font-size: 0.9rem !important;
    margin-top: 15px !important;
    width: auto !important;
    display: inline-block !important;
}

/* Depoimentos */
.depdep .content {
    background: #ffffff !important;
    border-radius: 16px !important;
    box-shadow: var(--card-shadow) !important;
    color: var(--texto-escuro) !important;
    border: 1px solid rgba(0,0,0,0.03) !important;
}
.depdep:hover .content {
    background: #ffffff !important;
    box-shadow: var(--card-hover-shadow) !important;
    transform: translateY(-5px) !important;
}
.depdep .content p, .depdep .content span {
    color: var(--texto-escuro) !important;
}
.depdep .content strong span {
    color: var(--cor-principal) !important;
}

/* FAQ */
#listaEstados1 h3 {
    background: #ffffff !important;
    color: var(--texto-escuro) !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05) !important;
    transition: all 0.3s ease !important;
    margin-bottom: 12px !important;
}
#listaEstados1 h3:hover {
    background: var(--cor-principal) !important;
    color: #ffffff !important;
    transform: translateX(5px) !important;
}
#listaEstados1 h3 span {
    color: inherit !important;
}
#listaEstados1>li>div.conteudo-item1 {
    background: var(--bg-light) !important;
    color: var(--texto-escuro) !important;
    border-radius: 12px !important;
    margin-bottom: 20px !important;
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.02) !important;
}
#listaEstados1>li>div.conteudo-item1 p {
    color: var(--texto-escuro) !important;
}

/* Retangulo effect */
.retangulo {
    background: linear-gradient(135deg, rgba(31,111,216,0.1) 0%, rgba(13,71,161,0.05) 100%) !important;
    backdrop-filter: blur(5px) !important;
    border: 1px solid rgba(255,255,255,0.1) !important;
}
