/* =========================================
   1. IMPORTS & TYPOGRAPHY
   ========================================= */
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,400i,500,500i,600,700,700i'); 
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');

body {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    background-color: #fff;
}

.incidencia-font {
    font-family: 'Inter', sans-serif;
}

a, a:hover, a:focus, a:active {
    outline: none;
    text-decoration: none;
}

/* =========================================
   2. NAVBAR & HEADER
   ========================================= */
.navbar-brand {
    font-weight: 800;
    font-size: 24px;
}

.navbar-brand .badge {
    font-size: 12px;
    vertical-align: middle;
}

.navbar-expand-md .navbar-nav .nav-item, 
.navbar-expand-md .navbar-nav .nav-item .dropdown-menu a, 
.navbar-expand-md .navbar-nav .nav-item a.btn {
    font-size: 15px;
    font-weight: 600;
}

.navbar-toggler {
    padding: 0;
    font-size: 1.25rem;
    border: 0px solid transparent;
    border-radius: 0;
    outline: none;
}

.navbar-toggler:hover, .navbar-toggler:focus {
    outline: none;
    cursor: pointer;
}

/* =========================================
   3. HERO SECTION
   ========================================= */
.hero {
    position: relative;
    width: 100%;
    min-height: 600px;
    background-image: url('banner.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    padding: 60px 100px;
    color: white;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(12, 23, 43, 0.9) 0%, rgba(12, 23, 43, 0.7) 100%);
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
}

/* =========================================
   4. FEATURES SECTION
   ========================================= */
.features {
    padding: 60px 50px;
    text-align: center;
}

.features-grid {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.feature-item {
    flex: 1;
    min-width: 200px;
    max-width: 280px;
    text-align: center;
}

.feature-icon {
    font-size: 40px;
    color: #0044ff;
    margin-bottom: 20px;
}

.feature-item h3 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #333;
}

.feature-item p {
    font-size: 13px;
    line-height: 1.5;
    color: #555;
}

/* =========================================
   5. COMPENSATION & PRICING
   ========================================= */
#compensation .pricing-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 30px 15px;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.02);
}

#compensation .pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border-color: #c0c0c0;
    z-index: 10;
}

#compensation .pricing-title {
    color: #436cf0;
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

#compensation .pricing-value {
    font-size: 2.5rem;
    font-weight: 800;
    color: #212529;
    margin: 10px 0 20px 0;
    line-height: 1;
}

#compensation .pricing-sub {
    font-size: 0.9rem;
    color: #888;
    font-weight: normal;
}

#compensation .pricing-features {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    font-size: 0.9rem;
    color: #555;
    line-height: 2.2;
}

#compensation .pricing-features li {
    border-bottom: 1px solid #f8f9fa;
}

#compensation .pricing-features li:last-child {
    border-bottom: none;
}

/* =========================================
   6. BUTTONS (FORCE OVERRIDES)
   ========================================= */
/* Usamos !important para asegurar que Tailwind no ponga el fondo transparente */
.btn-create, .btn-buy, .btn-alert {
    border-radius: 4px !important;
    padding: 10px 25px !important;
    font-weight: 600 !important;
    border: none !important;
    display: inline-block !important;
    color: white !important; 
    text-decoration: none !important;
    transition: opacity 0.3s ease !important;
    opacity: 1; /* Asegurar visibilidad */
}

.btn-create { background-color: #007bff !important; }
.btn-buy    { background-color: #28a745 !important; }
.btn-alert  { background-color: #dc3545 !important; }

.btn-create:hover, .btn-buy:hover, .btn-alert:hover {
    opacity: 0.9 !important;
    color: white !important;
}

.btn-create.disabled, .btn-buy.disabled, .btn-alert.disabled {
    opacity: 0.6 !important;
    cursor: not-allowed !important;
    pointer-events: none !important;
}

/* =========================================
   7. FOOTER & EXTRAS
   ========================================= */
footer .widget-title {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

footer .region, footer .dropdown-toggle, footer .dropdown-menu, footer .copyright, footer ul li a {
    font-size: 13px;
}

footer ul li a, footer .copyright a {
    color: #999e99;
}

footer ul li a:hover, footer ul li a:focus{
    color: #cccccc;
}

footer hr {
    border-color: #999e99;
}

.img-centered-opacity {
    align-content: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.8;
}

.schema-product-wrapper {
    padding: 5px;
    max-width: 100%;
    height: 25px;
    background-color: transparent;
    margin: 30px 0;
    text-align: center;
    color: #777;
}