/* =============================================
   SabeSistemas - Custom Modern CSS
   Theme: Pursuit Child
   Updated: 2026-03-19
   ============================================= */

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

/* --- Base Typography --- */
body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
    font-size: 16px;
    line-height: 1.7;
    color: #333;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6,
.widget-title,
.navbar .navbar-nav > li > a {
    font-family: 'Inter', sans-serif !important;
    font-weight: 600;
}

h1 { font-size: 2.2em; }
h2 { font-size: 1.8em; letter-spacing: -0.5px; }
h3 { font-size: 1.4em; }

p { margin-bottom: 1.2em; }

/* --- Modern Color Palette --- */
a { color: #2563eb; }
a:hover { color: #1d4ed8; }

.accent,
.navbar .navbar-nav .dropdown-menu li a:hover,
.navbar .navbar-nav .dropdown-menu li.active a {
    color: #2563eb !important;
}

.footer .widget-title:after,
.navbar .navbar-nav > li.active > a:after,
.navbar .navbar-nav > li > a:hover:after {
    background-color: #2563eb !important;
}

.btn-standard,
.btn-ghost:hover,
.circle-lrg-icon i,
.circle-lrg-icon span {
    background-color: #2563eb !important;
    border-color: #2563eb !important;
}

.btn-ghost {
    color: #2563eb !important;
    border-color: #2563eb !important;
}

/* --- Navbar Modern --- */
.navbar {
    transition: all 0.3s ease;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}

.navbar .navbar-nav > li > a {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.3px;
    text-transform: none;
    padding: 15px 14px;
    transition: color 0.2s ease;
}

.navbar .dropdown-menu {
    border: none;
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
    border-radius: 8px;
    padding: 8px 0;
}

.navbar .dropdown-menu li a {
    padding: 8px 20px;
    font-size: 14px;
    transition: background-color 0.2s ease;
}

.navbar .dropdown-menu li a:hover {
    background-color: #f0f7ff;
}

/* --- Sticky header --- */
.headhesive--clone {
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

/* --- Buttons Modern --- */
.btn-standard,
.btn-ghost,
.btn-cta {
    border-radius: 6px !important;
    padding: 12px 28px !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    letter-spacing: 0.3px;
    transition: all 0.3s ease !important;
    text-transform: none !important;
}

.btn-standard:hover,
.btn-cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(37,99,235,0.3);
}

/* --- Cards & Feature Boxes --- */
.circle-lrg-icon i,
.circle-lrg-icon span {
    transition: all 0.3s ease;
}

.circle-lrg-icon i:hover,
.circle-lrg-icon span:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(37,99,235,0.3);
}

/* --- Content Sections --- */
.wpb_row {
    padding-top: 10px;
    padding-bottom: 10px;
}

.wpb_text_column p {
    color: #4b5563;
    line-height: 1.8;
}

/* --- Lists Modern --- */
.standard-arrow ul li,
.wpb_text_column ul li {
    padding: 6px 0;
    line-height: 1.6;
}

/* --- Tables Modern --- */
table {
    border-collapse: separate !important;
    border-spacing: 0 !important;
    border-radius: 8px !important;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

table td {
    padding: 12px 16px !important;
    border-color: #e5e7eb !important;
}

table tr:first-child td {
    background-color: #f8fafc;
    font-weight: 600;
}

/* --- Footer Modern --- */
.footer {
    background-color: #1e293b !important;
}

.footer .widget-title {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.footer .widget-title:after {
    height: 2px;
    width: 40px;
}

.footer .textwidget p,
.footer .textwidget address {
    font-size: 14px;
    line-height: 1.8;
    opacity: 0.85;
}

.footer-btm-bar {
    background-color: #0f172a !important;
    padding: 15px 0;
}

.footer-btm-bar p {
    font-size: 13px;
    opacity: 0.7;
}

/* --- Preloader smoother --- */
.page-title {
    padding: 40px 0;
}

.page-title h1 {
    font-weight: 700;
    letter-spacing: -0.5px;
}

/* --- Widget styling --- */
.widget {
    margin-bottom: 30px;
}

/* --- Scrollbar modern (webkit) --- */
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* --- Images --- */
.wpb_wrapper img {
    border-radius: 4px;
}

/* --- Separator --- */
.vc_separator .vc_sep_holder .vc_sep_line {
    border-color: #e5e7eb !important;
}

/* --- Form styling (global) --- */
input[type=text],
input[type=email],
input[type=tel],
input[type=password],
textarea,
select {
    border: 1px solid #d1d5db !important;
    border-radius: 6px !important;
    padding: 10px 14px !important;
    font-size: 15px !important;
    font-family: 'Inter', sans-serif !important;
    transition: border-color 0.2s ease !important;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus,
select:focus {
    border-color: #2563eb !important;
    box-shadow: 0 0 0 3px rgba(37,99,235,0.1) !important;
    outline: none !important;
}

input[type=submit],
.frm_submit .frm_button_submit {
    background-color: #2563eb !important;
    color: #fff !important;
    border: none !important;
    border-radius: 6px !important;
    padding: 12px 32px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    font-family: 'Inter', sans-serif !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

input[type=submit]:hover,
.frm_submit .frm_button_submit:hover {
    background-color: #1d4ed8 !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(37,99,235,0.3) !important;
}

/* --- Mobile improvements --- */
@media (max-width: 768px) {
    h1 { font-size: 1.8em; }
    h2 { font-size: 1.5em; }
    
    .navbar .navbar-nav > li > a {
        padding: 12px 15px;
    }
    
    .wpb_row {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

/* --- Animations --- */
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.wpb_animate_when_almost_visible.wpb_start_animation {
    animation: fadeInUp 0.6s ease-out;
}

/* --- Form on Sobre nós (keep existing fixes) --- */
#frm_field_12_container, #frm_field_13_container { width: 49% !important; max-width: 49% !important; display: inline-block !important; vertical-align: top !important; box-sizing: border-box !important; }
#frm_field_12_container { margin-right: 1% !important; }
#frm_field_13_container { margin-left: 0 !important; }
#frm_field_12_container input, #frm_field_13_container input { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; }
#frm_field_13_container > label { display: block !important; visibility: visible !important; clip: auto !important; height: auto !important; width: auto !important; position: static !important; overflow: visible !important; }
#frm_field_12_container .frm_description, #frm_field_13_container .frm_description { display: none !important; }
#frm_field_12_container > label { font-size: 0 !important; line-height: 0 !important; }
#frm_field_12_container > label::before { content: "Primeiro nome" !important; font-size: 14px !important; line-height: normal !important; }
#frm_field_12_container > label .frm_required { font-size: 14px !important; }
#frm_field_20_container { width: 100% !important; max-width: 100% !important; clear: both !important; }
#frm_field_20_container input[type=tel] { width: 100% !important; max-width: 100% !important; }
#frm_field_20_container .frm_description { text-align: left !important; font-size: 12px !important; color: #999 !important; }
