.elementor-kit-5{--e-global-color-primary:#C6986F;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#FFFFFF;--e-global-color-accent:#C6986F;--e-global-color-315a1fc:#041827;--e-global-typography-primary-font-family:"Oswald";--e-global-typography-primary-font-weight:600;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-primary-line-height:1.2em;--e-global-typography-primary-letter-spacing:0.9px;--e-global-typography-secondary-font-family:"Oswald";--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-secondary-line-height:1.2em;--e-global-typography-secondary-letter-spacing:1px;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-letter-spacing:0.9px;--e-global-typography-accent-font-family:"Oswald";--e-global-typography-accent-font-weight:500;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-line-height:1.2em;--e-global-typography-accent-letter-spacing:1px;background-color:#041827;color:var( --e-global-color-315a1fc );}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{background-color:var( --e-global-color-primary );font-family:"Oswald", Sans-serif;font-size:15px;font-weight:600;text-transform:uppercase;line-height:1.2em;letter-spacing:1.5px;color:var( --e-global-color-315a1fc );padding:15px 30px 15px 30px;}.elementor-kit-5 button:hover,.elementor-kit-5 button:focus,.elementor-kit-5 input[type="button"]:hover,.elementor-kit-5 input[type="button"]:focus,.elementor-kit-5 input[type="submit"]:hover,.elementor-kit-5 input[type="submit"]:focus,.elementor-kit-5 .elementor-button:hover,.elementor-kit-5 .elementor-button:focus{background-color:#B0855F;color:var( --e-global-color-secondary );border-style:none;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a{color:#FFFFFF;}.elementor-kit-5 h1{color:var( --e-global-color-315a1fc );}.elementor-kit-5 h2{color:var( --e-global-color-315a1fc );}.elementor-kit-5 h3{color:var( --e-global-color-315a1fc );}.elementor-kit-5 h4{color:var( --e-global-color-315a1fc );}.elementor-kit-5 h5{color:var( --e-global-color-315a1fc );}.elementor-kit-5 h6{color:var( --e-global-color-315a1fc );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* =========================================
   MENHANCEMENTS MASTER GLOBAL STYLES
   ========================================= */

/* --- 1. GLOBAL COLORS & VISIBILITY --- */
/* Forces specific sections to recognize the Dark Navy background */
.bg-navy {
    background-color: #041827 !important;
}

/* Fix for Light Sections (Forces text dark) */
.skin-light h1, .skin-light h2, .skin-light h3, 
.skin-light h4, .skin-light h5, .skin-light h6 {
    color: #041827 !important;
}
.skin-light p, .skin-light li, .skin-light span, .skin-light div {
    color: #4a5568 !important;
}

/* --- 2. HEADER STYLES (Global) --- */
.nav {
    background-color: #041827 !important;
    padding: 0 20px;
}
.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
}
.nav-logo {
    color: #ffffff !important;
    font-weight: 700; 
    font-size: 1.4rem; 
    letter-spacing: 0.05em;
    text-decoration: none;
}
.nav-links {
    display: flex;
    gap: 2rem;
    list-style: none !important;
    align-items: center;
    margin: 0 !important;
    padding: 0 !important;
}
.nav-links a {
    color: #ffffff !important;
    font-size: 0.9rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-decoration: none;
}

/* --- 3. PREMIUM CARD STYLES --- */
.premium-card {
    background-color: #041827 !important;
    color: #ffffff !important;
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    transition: transform 0.3s ease;
}
.premium-card:hover { transform: translateY(-5px); }
.premium-card h3 { color: #ffffff !important; margin-top: 0; font-size: 1.25rem; }
.premium-card p { color: rgba(255,255,255,0.85) !important; line-height: 1.6; flex-grow: 1; }

.price-tag {
    color: #c6986f !important;
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    display: block;
}

/* --- 4. BUTTONS & BADGES --- */
.btn-bronze {
    background-color: #c6986f !important;
    color: #ffffff !important;
    text-align: center;
    padding: 12px 20px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    display: block;
    margin-top: auto; 
    transition: background 0.3s;
}
.btn-bronze:hover { background-color: #b08d6d !important; }

/* --- 5. FOOTER STYLES (Fixed Grid) --- */
.footer-section {
    background-color: #041827 !important;
    padding: 4rem 0 2rem 0;
    border-top: 1px solid rgba(255,255,255,0.05);
}
.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr; /* 2 parts Brand, 1 part each column */
    gap: 3rem;
    align-items: start;
    max-width: 1200px;
    margin: 0 auto;
}
.footer-column h4 {
    color: #ffffff !important;
    font-size: 1rem;
    margin-bottom: 1.5rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.footer-column ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
.footer-column li {
    margin-bottom: 0.8rem;
}
.footer-column a {
    color: rgba(255,255,255,0.7) !important;
    text-decoration: none;
    transition: color 0.3s;
    font-size: 0.95rem;
}
.footer-column a:hover { color: #c6986f !important; }

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    margin-top: 3rem;
    padding-top: 1.5rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer-bottom p, .footer-bottom a {
    color: rgba(255,255,255,0.4) !important;
    font-size: 0.85rem;
    text-decoration: none;
    margin: 0;
}

/* --- 6. RESPONSIVENESS --- */
@media (max-width: 900px) {
    .nav-container { flex-direction: column; gap: 1rem; }
    .nav-links { flex-direction: column; gap: 1rem; width: 100%; }
    .nav-cta { width: 100%; text-align: center; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
    .grid-3 { grid-template-columns: 1fr !important; }
    .grid-4 { grid-template-columns: 1fr 1fr !important; }
}
@media (max-width: 600px) {
    .footer-grid { grid-template-columns: 1fr; }
    .footer-bottom { flex-direction: column; gap: 1rem; text-align: center; }
}/* End custom CSS */