﻿@font-face {
    font-family: montserrat;
    src: url(fuentes/Montserrat-Light.ttf);
    src: local('Montserrat Light'), local('Montserrat Light'),
        url(fuentes/Montserrat-Light.ttf) format('woff2');
    font-display: swap;
}



body {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans', 'Inter', 'Barlow', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    background-color: #f8f9fa;
    /* crisp light gray background */
    color: #333740;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

#myVideo {
    min-width: 100%;
    min-height: 100%;
}

h1,
h2,
h3,
h4,
h5,
.h6 {
    font-family: 'Noto Sans', 'Inter', sans-serif;
}

p {
    font-family: 'Noto Sans', 'Inter', sans-serif;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
}


.cover {
    height: 600px;
    /*background-image: url(media/paco_abanilla\ horizontal_1280.webp);*/
    background-image: url(media/fondo_cover2.jpg);
    background-size: cover;
    background-position: center;
    background-color: rgba(0, 0, 0, 0.3);
    background-blend-mode: darken;
    color: white;
    display: flex;
    min-height: 10rem;

}

.covererror {
    height: 200px;
    background-image: url(media/fondo_cover2.jpg);
    background-size: cover;
    background-position: center;
    background-color: rgba(0, 0, 0, 0.7);
    background-blend-mode: darken;
    color: white;
    display: flex;
    min-height: 10rem;


}

.cover2 {
    background-image: url(media/fondo_cover2.jpg);
    background-size: cover;
    background-position: center;
    background-color: rgba(0, 0, 0, 0.8);
    background-blend-mode: darken;
    color: white;
    display: flex;
    min-height: 10rem;

}

.cover3 {
    background-image: url(media/fondo_cover2.jpg);
    background-size: cover;
    background-position: center;
    background-color: rgba(0, 0, 0, 0.8);
    background-blend-mode: darken;
    color: white;
}

.cover4 {
    background-image: url(media/mavic_3_cine.webp);
    background-size: cover;
    background-position: center;
    background-color: rgba(0, 0, 0, 0.6);
    background-blend-mode: darken;
    color: white;
    display: flex;


}

/*.nav-link {
    color: white !important;
  }*/

.nav-link:hover {
    color: #40CFFF !important;
}

.image-container {
    width: 100%;
    padding-top: 56.25%;
    background-size: cover;
    background-position: center;
    flex-shrink: 0;
}

.navbar {
    z-index: 999;

}

.navbar-nav {
    /* Let Bootstrap 5 handle responsive flex layout natively */
}

/*body {padding-top:2.4em;}  height of fixed header */

.navbar {
    font-size: larger;

}


.navbar-custom {
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(6px);
}

.navbar-nav>li>.dropdown-menu {
    background-color: rgba(104, 165, 211, 1);
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropdown-menu li {
    background-color: #ffffff00;
}



.navbar-custom:hover {
    color: #000 !important;
}

.container {

    padding: 2px;

}

html,
body {
    width: 100%;
    overflow-x: hidden;
}

@media screen and (max-width: 360px) {
    h1 {
        font-size: 35px !important;
        line-height: 80%;
        margin-top: 10px;

    }

    .cover {
        height: 500px;
        /*background-image: url(media/abanilla-video-2.webp);*/
        background-image: url(media/fondo_cover2.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        background-color: rgba(0, 0, 0, 0.6);
        background-blend-mode: darken;
        color: white;
        display: flex;
        min-height: 10rem;

    }

}


@media screen and (max-width: 770px) {
    .cover {
        height: 650px;
        /*background-image: url(media/abanilla-video-2.webp);*/
        background-image: url(media/fondo_cover2.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        background-color: rgba(0, 0, 0, 0.6);
        background-blend-mode: darken;
        color: white;
        display: flex;
        min-height: 10rem;

    }

}

@media screen and (max-width: 770px) {

    .videoWrapper {
        position: relative;
        padding-bottom: 56.25%;
        /* 16:9 */
        padding-top: 25px;
        height: 0;
    }

    .videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}


.imagentexto {
    float: right;
    width: 344px;
    height: 200px;
    margin-left: 75px;
    margin-bottom: 50px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
        0 2px 4px -1px rgba(0, 0, 0, 0.06);


}

.imagentexto2 {
    float: right;
    background-size: contain;
    width: 250px;
    height: 250px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.2),
        0 2px 4px -1px rgba(0, 0, 0, 0.12);


}

.imagentexto4 {
    width: 400px;
    height: 300px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.2),
        0 2px 4px -1px rgba(0, 0, 0, 0.12);
    opacity: 0.5;



}

.imagentexto5 {
    width: 100px;
    height: 100px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.2),
        0 2px 4px -1px rgba(0, 0, 0, 0.12);
    opacity: 0.5;



}

.imagentexto2:hover {
    opacity: 1;

    animation: aumento 1s 1;


}

.imagentexto5:hover {
    opacity: 1;

    animation: aumento 1s 1;



}

@keyframes aumento {

    0% {
        opacity: 0.5;

    }

    100% {
        opacity: 1;


    }
}







.container6 {

    padding: 2px;

}

.container7 {

    padding: 2px;

}

.imagentexto3 {
    float: left;
    width: 300px;
    height: 300px;
    margin-right: 75px;
    margin-bottom: 50px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.2),
        0 2px 4px -1px rgba(0, 0, 0, 0.12);


}

@media (max-width: 770px) {
    .imagentexto {
        float: none;
        margin-left: 0px;
        text-align: center;
    }

    .container6 {
        text-align: center;
    }

    .imagentexto2 {
        float: none;
        margin-left: 0px;
        text-align: center;
    }

    .container7 {
        padding-top: 300px;

    }

    .imagentexto3 {
        float: none;
        margin-right: 0px;
        text-align: center;


    }

}

.overlay-text {
    position: absolute;
}

.sombreado {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.2),
        0 2px 4px -1px rgba(0, 0, 0, 0.12);


}

.sidebar {
    width: 180px;
}

@media (min-width: 768px) {
    .main {
        padding-right: 40px;
        padding-left: 220px;
        /* 180 + 40 */
    }
}

.responsive-video {
    position: relative;
    padding-top: 56.25%;
}

.responsive-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.flex-row {
    display: flex;
}

.wrapper {
    border: 1px solid #24a0ed;
    border-right: 0;
}

canvas#signature-pad {
    background: #fff;
    width: 100%;
    height: 100%;
    cursor: crosshair;
}

button#clear {
    height: 100%;
    background: #24a0ed;
    border: 1px solid transparent;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}

button#clear span {
    transform: rotate(90deg);
    display: block;
}

/*CSS Galeria de imagenes */
body {
    /*background-color:#1d1d1d !important;
  font-family: "Asap", sans-serif;
  color:#989898;
  margin:10px;
  font-size:16px;*/
}

#demo {
    height: 100%;
    position: relative;
    overflow: hidden;
}


.green {
    background-color: #6fb936;
}

.thumb {
    margin-bottom: 30px;
}

.page-top {
    margin-top: 85px;
}


img.zoom {
    width: 100%;
    height: 200px;
    border-radius: 5px;
    object-fit: cover;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}


.transition {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.modal-header {

    border-bottom: none;
}

.modal-title {
    color: #000;
}

.modal-footer {
    display: none;
}

.containerimagenes {
    color: white;
}

/* Bottom left text */
.bottom-left {
    position: absolute;
    bottom: 8px;
    left: 16px;
}

/* Top left text */
.top-left {
    position: absolute;
    top: 8px;
    left: 16px;
}

/* Top right text */
.top-right {
    position: absolute;
    top: 8px;
    right: 16px;
}

/* Bottom right text */
.bottom-right {
    position: absolute;
    bottom: 8px;
    right: 16px;
}

/* Centered text */
.centered {
    position: relative;
    color: white;
}

.texto-imagen {
    position: absolute;
    top: 50%;
    left: 50%;
    right: 50%;
    bottom: 50%;

}

.text_over_image {
    text-align: center;
    line-height: 200px;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.float:hover {
    text-decoration: none;
    color: #25d366;
    background-color: #fff;
}

.my-float {
    margin-top: 16px;
}

.boton-redondo {
    border-radius: 50%;
    /* Hace que el botÃ³n sea redondo */
    max-width: 150px;
    /* TamaÃ±o mÃ¡ximo de 50 pÃ­xeles */
    background-color: transparent !important;
    /* Fondo transparente */
    border: 1px solid #007bff;
    /* Bordes azules (puedes ajustar el color segÃºn tus preferencias) */
    color: #007bff;
    /* Color del texto (puedes ajustar el color segÃºn tus preferencias) */
}

.boton-redondo:hover {
    background-color: #007bff;
    /* Cambia el fondo al pasar el mouse (puedes ajustar el color segÃºn tus preferencias) */
    color: #fff;
    /* Cambia el color del texto al pasar el mouse (puedes ajustar el color segÃºn tus preferencias) */
}

.foto-persona {
    max-width: 75%;
    /* Hace que la foto sea responsiva */
    height: auto;
    /* Mantiene la proporciÃ³n de aspecto */
}

.btn-misma-altura {
    height: 80px;
    /* Puedes ajustar la altura segÃºn tus necesidades */
}

.vl {
    border-left: 6px solid green;
    height: 500px;
    position: absolute;
    left: 50%;
    margin-left: -3px;
    top: 0;
}

/* --- MODERN UI WEBAPP STYLES --- */
:root {
    --glass-bg: rgba(255, 255, 255, 0.95);
    --glass-border: rgba(255, 255, 255, 0.8);
    --glass-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    --app-primary: #011d5a;
    --app-secondary: #00A9E0;
    --jc-light-bg: #F2F2F2;
    --jc-text-dark: #333740;
}

.glass-card {
    background: var(--glass-bg);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid var(--glass-border);
    box-shadow: var(--glass-shadow);
    border-radius: 20px;
    overflow: hidden;
}

.modern-input {
    background: rgba(255, 255, 255, 0.9) !important;
    border: 2px solid rgba(0, 0, 0, 0.05) !important;
    border-radius: 12px !important;
    padding: 12px 16px !important;
    transition: all 0.3s ease !important;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.02) !important;
    font-family: 'Inter', sans-serif;
}

.modern-input:focus {
    background: #fff !important;
    border-color: var(--app-secondary) !important;
    box-shadow: 0 0 0 4px rgba(0, 168, 255, 0.15) !important;
    outline: none !important;
}

.btn-modern {
    background: linear-gradient(135deg, var(--app-primary), var(--app-secondary));
    color: white !important;
    border: none;
    border-radius: 12px;
    padding: 14px 24px;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 102, 204, 0.3);
    font-family: 'Inter', sans-serif;
}

.btn-modern:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 102, 204, 0.4);
}

.modern-font {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
}

/* --- PUBLIC COMPONENTS UI --- */
.service-card {
    background: white;
    border-radius: 8px;
    padding: 2.5rem 2rem;
    text-align: center;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid #E5E7EB;
    position: relative;
    z-index: 1;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    border-color: var(--app-secondary, #00A9E0);
}

.service-card h3 {
    font-family: 'Noto Sans', 'Inter', sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--app-primary, #011d5a);
    margin-bottom: 1rem;
}

.service-card p {
    color: var(--jc-text-dark, #333740);
    line-height: 1.6;
}

.service-icon {
    width: 70px;
    height: 70px;
    background: var(--jc-light-bg, #F2F2F2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 1.8rem;
    color: var(--app-secondary, #00A9E0);
    transition: background 0.3s ease, color 0.3s ease;
}

.service-card:hover .service-icon {
    background: var(--app-primary, #011d5a);
    color: white;
}

.contact-card {
    background: white;
    border-radius: 8px;
    padding: 2.5rem;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.04);
    border: 1px solid #E5E7EB;
    color: var(--jc-text-dark, #333740);
    transition: all 0.3s ease;
}

.contact-card:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.contact-card h4 {
    font-family: 'Noto Sans', 'Inter', sans-serif;
    color: var(--app-primary, #011d5a);
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.contact-card p {
    color: var(--jc-text-dark, #333740);
    font-size: 1rem;
    line-height: 1.6;
}

.contact-card label {
    color: var(--jc-text-dark, #333740);
    font-weight: 600;
    margin-bottom: 0.5rem;
    display: block;
}

.hero-services {
    background: linear-gradient(135deg, #0032A0 0%, #0066CC 100%), url('media/oficina.jpg');
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
    padding: 100px 0;
    color: white;
    min-height: 50vh;
    display: flex;
    align-items: center;
}

/* --- GLOBAL HEADER (nav_header.php) --- */
.jc-header {
    position: relative;
    width: 100%;
    z-index: 1000;
    background: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.jc-top-bar {
    background-color: var(--jc-light-bg, #F2F2F2);
    height: 40px;
    display: flex;
    align-items: center;
    font-family: 'Noto Sans', 'Inter', sans-serif;
}

.jc-top-menu {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
}

.jc-top-menu li {
    margin-left: 20px;
    display: inline-block !important;
}

.jc-top-menu a {
    color: var(--jc-text-dark, #333740);
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 500;
    transition: color 0.3s ease;
}

@media (max-width: 768px) {
    .jc-top-bar {
        height: auto;
        padding: 5px 0;
    }

    .jc-top-menu {
        flex-wrap: wrap !important;
        justify-content: center !important;
        gap: 10px;
    }

    .jc-top-menu li {
        margin-left: 0 !important;
        margin: 2px 8px !important;
    }
}

.jc-top-menu a:hover {
    color: var(--app-secondary, #00A9E0);
}

.language-selector a {
    color: var(--app-primary, #011d5a);
    font-weight: 600;
}

.jc-main-nav {
    background: white;
    padding: 1rem 0;
}

.jc-logo-img {
    max-height: 45px !important;
    width: auto !important;
    display: block;
}

.jc-main-nav .nav-link {
    font-family: 'Noto Sans', 'Inter', sans-serif;
    font-weight: 600;
    color: var(--jc-text-dark, #333740) !important;
    margin: 0 1rem;
    padding: 0.5rem 0 !important;
    transition: color 0.3s ease;
    position: relative;
    text-transform: capitalize;
    font-size: 0.95rem;
    letter-spacing: 0.2px;
}

.jc-main-nav .nav-link:hover,
.jc-main-nav .nav-link.active {
    color: var(--app-secondary, #00A9E0) !important;
    background: transparent;
}

.jc-main-nav .nav-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 3px;
    bottom: -5px;
    left: 0;
    background: var(--app-secondary, #00A9E0);
    transition: width 0.3s ease;
}

.jc-main-nav .nav-link:hover::after,
.jc-main-nav .nav-link.active::after {
    width: 100%;
}

.hero-careers {
    background: linear-gradient(135deg, rgba(0, 50, 160, 0.8) 0%, rgba(0, 102, 204, 0.8) 100%), url('media/oficina.jpg');
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
    padding: 120px 0;
    color: white;
    min-height: 50vh;
    display: flex;
    align-items: center;
    text-align: center;
}

.hero-careers .col-lg-8 {
    margin: 0 auto;
}

/* --- GLOBAL FOOTER (footer.php) --- */
.footer {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d3748 100%);
    color: white;
    padding: 60px 0 30px;
    position: relative;
    margin-top: auto;
}

.footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(10px);
    z-index: 0;
}

.footer>.container {
    position: relative;
    z-index: 1;
}

.footer h5 {
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.footer a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer a:hover {
    color: white;
}

@keyframes heroBackgroundSwap {

    0%,
    45% {
        background-image: linear-gradient(135deg, rgba(1, 29, 90, 0.9) 0%, rgba(0, 169, 224, 0.85) 100%), url('media/imagen_oso_polar.png');
    }

    50%,
    95% {
        background-image: linear-gradient(135deg, rgba(1, 29, 90, 0.9) 0%, rgba(0, 169, 224, 0.85) 100%), url('media/fondo_cover2.jpg');
    }

    100% {
        background-image: linear-gradient(135deg, rgba(1, 29, 90, 0.9) 0%, rgba(0, 169, 224, 0.85) 100%), url('media/imagen_oso_polar.png');
    }
}

/* Quienes Somos Page Styles */
.hero-about {
    background: linear-gradient(135deg, rgba(1, 29, 90, 0.9) 0%, rgba(0, 169, 224, 0.85) 100%), url('media/imagen_oso_polar.png');
    background-size: cover;
    animation: heroBackgroundSwap 16s ease-in-out infinite;
    background-position: center;
    background-blend-mode: overlay;
    padding: 100px 0;
    color: white;
    min-height: 40vh;
    display: flex;
    align-items: center;
}

.hero-about h1 {
    font-weight: 700;
    font-size: 3rem;
    margin-bottom: 1rem;
}

.value-card {
    background: white;
    border-radius: 8px;
    border: 1px solid #E5E7EB;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.value-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.team-card {
    background: white;
    border-radius: 8px;
    border: 1px solid #E5E7EB;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.team-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.team-image img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-bottom: 4px solid var(--app-secondary, #00A9E0);
}

/* Extracted global JC styling */

:root {
    --primary-color: #0032A0;
    --secondary-color: #0066CC;
    --accent-color: #00A8FF;
    --success-color: #28a745;
    --warning-color: #ffc107;
    --danger-color: #dc3545;
    --info-color: #17a2b8;
    --dark-color: #212529;
    --light-color: #f8f9fa;
    --white: #ffffff;
    --text-dark: #212529;
    --text-light: #6c757d;
    --text-muted: #adb5bd;
    --gray-50: #f8f9fa;
    --gray-100: #e9ecef;
    --gray-200: #dee2e6;
    --gray-300: #ced4da;
    --gray-400: #adb5bd;
    --gray-500: #6c757d;
    --gray-600: #495057;
    --gray-700: #343a40;
    --gray-800: #212529;
    --gray-900: #1a1a1a;
    --gradient-primary: linear-gradient(135deg, #0032A0 0%, #0066CC 100%);
    --gradient-secondary: linear-gradient(135deg, #00A8FF 0%, #0066CC 100%);
    --gradient-light: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    --glass-bg: rgba(255, 255, 255, 0.85);
    --glass-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.15);
    --glass-border: rgba(255, 255, 255, 0.4);
    --shadow-soft: 0 2px 4px rgba(0, 0, 0, 0.1);
    --shadow-medium: 0 4px 8px rgba(0, 0, 0, 0.12);
    --shadow-strong: 0 8px 16px rgba(0, 0, 0, 0.15);
    --border-radius: 6px;
    --border-radius-lg: 10px;
    --transition: all 0.3s ease;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Barlow', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
    color: var(--text-dark);
    overflow-x: hidden;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    max-width: 100vw;
    margin: 0;
    padding: 0;
    background-color: var(--gray-50);
}

html {
    overflow-x: hidden;
    width: 100%;
    max-width: 100vw;
    margin: 0;
    padding: 0;
}

/* Optimización de rendimiento */
img {
    max-width: 100%;
    height: auto;
    loading: lazy;
}

/* Mejoras de accesibilidad */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Focus visible para accesibilidad */
*:focus {
    outline: 2px solid var(--primary-color);
    outline-offset: 2px;
}

/* Skip link para navegación por teclado */
.skip-link {
    position: absolute;
    top: -40px;
    left: 6px;
    background: var(--primary-color);
    color: white;
    padding: 8px;
    text-decoration: none;
    z-index: 1000;
    border-radius: 4px;
}

.skip-link:focus {
    top: 6px;
}

/* Header Principal - Estilo M&H Industrias */
.main-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: var(--glass-bg);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-bottom: 1px solid var(--glass-border);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

/* Navbar - Estilo M&H Industrias */
.navbar {
    background: transparent;
    transition: all 0.3s ease;
    padding: 1rem 0;
    border-bottom: none;
}

.navbar.scrolled {
    background: transparent;
    box-shadow: none;
    padding: 0.75rem 0;
}

.navbar-brand {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 1.5rem;
    color: var(--text-dark) !important;
    text-decoration: none;
    transition: var(--transition);
}

.navbar-brand:hover {
    color: var(--primary-color) !important;
    opacity: 0.8;
}

.navbar-brand img {
    height: 12px;
    width: auto;
    margin-right: 12px;
    transition: all 0.3s ease;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    display: block;
    flex-shrink: 0;
}

.navbar-brand:hover img {
    transform: scale(1.05);
}

.brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.brand-name {
    font-size: 1.4rem;
    font-weight: 800;
    color: var(--text-dark);
    letter-spacing: 0.5px;
}

.brand-subtitle {
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--text-light);
    letter-spacing: 1px;
    opacity: 0.8;
}

.navbar-brand:hover .brand-name {
    color: var(--primary-color);
    opacity: 0.8;
}

.navbar-brand:hover .brand-subtitle {
    color: var(--primary-color);
    opacity: 1;
}

.navbar-toggler {
    border: none;
    padding: 0.5rem;
    background: transparent;
    transition: all 0.3s ease;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    width: 1.5em;
    height: 1.5em;
}

.nav-link {
    font-weight: 600;
    color: var(--text-dark) !important;
    margin: 0 1rem;
    padding: 0.5rem 0 !important;
    border-radius: var(--border-radius);
    transition: var(--transition);
    position: relative;
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
}

.nav-link:hover {
    color: var(--primary-color) !important;
    background: transparent;
    opacity: 0.8;
}

.nav-link.active {
    color: var(--primary-color) !important;
    background: transparent;
    font-weight: 700;
}

.nav-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 50%;
    background: var(--primary-color);
    transition: all 0.3s ease;
}

.nav-link:hover::after,
.nav-link.active::after {
    width: 100%;
    left: 0;
}

/* Barra de Contacto - Estilo M&H Industrias */
.contact-bar {
    background: var(--primary-color);
    padding: 0.5rem 0;
    display: flex;
    align-items: center;
    min-height: 40px;
}

.contact-bar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    min-height: 40px;
}

.contact-info {
    display: flex;
    align-items: center;
    height: 100%;
    min-height: 40px;
}

.contact-icon-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.contact-icon-list-item {
    display: flex;
    align-items: center;
}

.contact-icon-list-icon {
    margin-right: 0.5rem;
    display: flex;
    align-items: center;
}

.contact-icon-list-icon i {
    color: var(--white);
    font-size: 1rem;
}

.contact-icon-list-text {
    display: flex;
    align-items: center;
}

.tel-link {
    color: var(--white) !important;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: var(--transition);
}

.tel-link:hover {
    color: var(--white) !important;
    opacity: 0.8;
}

.contact-logo {
    display: flex;
    align-items: center;
}

.contact-logo-img {
    height: 30px;
    width: auto;
    filter: brightness(0) invert(1);
}

/* Responsive navbar */
@media (max-width: 991.98px) {
    .navbar-brand {
        font-size: 1.2rem;
    }

    .brand-name {
        font-size: 1.2rem;
    }

    .brand-subtitle {
        font-size: 0.7rem;
    }

    .navbar-brand img {
        height: 10px;
        margin-right: 8px;
    }

    .navbar-collapse {
        background: var(--white);
        border-radius: 12px;
        margin-top: 1rem;
        padding: 1rem;
        box-shadow: var(--shadow-medium);
        border: 1px solid var(--gray-200);
    }

    .navbar-collapse .nav-link {
        color: var(--text-dark) !important;
    }

    .navbar-collapse .nav-link:hover {
        color: var(--primary-color) !important;
        background: var(--gray-50);
    }

    .nav-link {
        margin: 0.2rem 0;
        padding: 0.8rem 1rem !important;
        border-radius: 8px;
        text-align: center;
        font-size: 0.85rem;
        color: var(--text-dark) !important;
    }

    .nav-link:hover {
        background: var(--gray-50);
        color: var(--primary-color) !important;
        transform: translateX(5px);
    }

    .contact-bar {
        padding: 0.3rem 0;
    }

    .tel-link {
        font-size: 0.8rem;
    }

    .contact-icon-list-icon i {
        font-size: 0.9rem;
    }

    .contact-logo {
        align-items: center;
    }

    .contact-logo-img {
        height: 25px;
    }
}

@media (max-width: 768px) {
    .navbar {
        background: var(--primary-color) !important;
    }

    .navbar.scrolled {
        background: var(--primary-color) !important;
    }

    .navbar-brand {
        color: var(--white) !important;
    }

    .navbar-brand:hover {
        color: var(--white) !important;
        opacity: 0.8;
    }

    .brand-text {
        display: none;
    }

    .navbar-brand img {
        height: 20px;
        margin-right: 0;
    }

    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

    .nav-link {
        color: var(--text-dark) !important;
    }

    .nav-link:hover {
        color: var(--primary-color) !important;
        background: var(--gray-50);
    }

    .contact-bar {
        padding: 0.25rem 0;
    }

    .tel-link {
        font-size: 0.75rem;
    }

    .contact-icon-list-icon i {
        font-size: 0.8rem;
    }

    .contact-logo {
        align-items: center;
    }

    .contact-logo-img {
        height: 20px;
    }
}

@media (max-width: 576px) {
    .navbar-brand {
        font-size: 1rem;
    }

    .navbar-brand img {
        height: 18px;
        margin-right: 0;
    }

    .navbar {
        padding: 0.6rem 0;
    }

    .navbar.scrolled {
        padding: 0.4rem 0;
    }

    .contact-bar {
        padding: 0.2rem 0;
    }

    .tel-link {
        font-size: 0.7rem;
    }

    .contact-icon-list-icon i {
        font-size: 0.75rem;
    }

    .contact-logo {
        align-items: center;
    }

    .contact-logo-img {
        height: 18px;
    }
}

/* Hero Section - Estilo M&H Industrias */
.hero {
    background: linear-gradient(135deg, rgba(1, 29, 90, 0.7) 0%, rgba(0, 169, 224, 0.5) 100%),
        url('media/central_frigorifica.png');
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    min-height: 70vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding-top: 60px;
    padding-bottom: 60px;
}


.hero-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.hero-slide.active {
    opacity: 1;
}

.hero-slide:nth-child(1) {
    background-image: url('media/imagen_oso_polar.png');
}

.hero-slide:nth-child(2) {
    background-image: url('media/fondo_cover2.jpg');
}

.hero-slide:nth-child(3) {
    background-image: url('media/abstract-background-under-ice-frozen-600nw-2262877259.webp');
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.1) 50%, transparent 70%);
    animation: shimmer 3s infinite;
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

.hero-content {
    position: relative;
    z-index: 2;
    color: white;
    text-align: center;
}

.hero h1 {
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    line-height: 1.2;
    color: var(--white);
}

.hero .lead {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    font-weight: 400;
    opacity: 0.95;
    color: var(--white);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.hero .btn {
    padding: 12px 32px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: var(--border-radius);
    transition: var(--transition);
    box-shadow: var(--shadow-soft);
}

.btn-primary {
    background: var(--primary-color);
    border: none;
    color: var(--white);
    font-weight: 600;
    padding: 12px 32px;
    border-radius: var(--border-radius);
    transition: var(--transition);
}

.btn-primary:hover {
    background: var(--secondary-color);
    transform: translateY(-2px);
    box-shadow: var(--shadow-medium);
    color: var(--white);
}

.btn-outline-light {
    border: 2px solid var(--white);
    color: var(--white);
    background: transparent;
    font-weight: 600;
    padding: 12px 32px;
    border-radius: var(--border-radius);
    transition: var(--transition);
}

.btn-outline-light:hover {
    background: var(--white);
    color: var(--primary-color);
    transform: translateY(-2px);
    box-shadow: var(--shadow-medium);
}

.btn-outline-primary {
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
    background: transparent;
    font-weight: 600;
    padding: 12px 32px;
    border-radius: var(--border-radius);
    transition: var(--transition);
}

.btn-outline-primary:hover {
    background: var(--primary-color);
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: var(--shadow-medium);
}

/* Stats Section - Estilo M&H Industrias */
.stats-section {
    background: var(--gray-50);
    padding: 100px 0;
}


.stats-content h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 1rem;
    line-height: 1.2;
}

.stats-content p {
    font-size: 1.2rem;
    color: var(--text-light);
    margin-bottom: 2rem;
}

.stats-image img {
    border-radius: 15px;
    box-shadow: var(--shadow-medium);
}

/* Services Section - Estilo M&H Industrias */
.services-section {
    background: var(--white);
    padding: 100px 0;
    margin: 0 20px;
    border-radius: 15px;
    box-shadow: var(--shadow-soft);
}


.section-title {
    text-align: center;
    margin-bottom: 80px;
}

.section-title h2 {
    font-size: 2.8rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 1rem;
}

.section-title p {
    font-size: 1.2rem;
    color: var(--text-light);
    max-width: 600px;
    margin: 0 auto;
}

.service-card {
    background: var(--glass-bg);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 20px;
    padding: 2.5rem 2rem;
    text-align: center;
    box-shadow: var(--glass-shadow);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
    border: 1px solid var(--glass-border);
    position: relative;
    z-index: 1;
}

.service-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 15px 35px rgba(0, 50, 160, 0.15);
    border-color: rgba(0, 168, 255, 0.3);
}

/* Optimización de animaciones */
@media (prefers-reduced-motion: reduce) {

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

.service-icon {
    width: 80px;
    height: 80px;
    background: var(--gradient-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 2rem;
    font-size: 2rem;
    color: white;
    box-shadow: var(--shadow-medium);
}

.service-card h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 1rem;
}

.service-card p {
    color: var(--text-light);
    line-height: 1.8;
}

/* Features Section - Estilo M&H Industrias */
.features-section {
    background: var(--gray-50);
    padding: 100px 0;
}


.features-content h2 {
    font-size: 3rem;
    font-weight: 800;
    color: var(--primary-color);
    margin-bottom: 1rem;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.features-content h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 2rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.features-content p {
    font-size: 1.1rem;
    color: var(--text-light);
    margin-bottom: 1.5rem;
    line-height: 1.7;
}

.features-image img {
    border-radius: 15px;
    box-shadow: var(--shadow-medium);
}

/* CTA Section - Estilo M&H Industrias */
.cta-section {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    padding: 100px 0;
    text-align: center;
    color: var(--white);
    position: relative;
    overflow: hidden;
}


.cta-section h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cta-section p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    opacity: 0.9;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.cta-phone {
    background: var(--primary-color) !important;
    border: 2px solid var(--primary-color) !important;
    color: var(--white) !important;
    font-weight: 700 !important;
    text-shadow: none !important;
    box-shadow: 0 8px 25px rgba(0, 50, 160, 0.3) !important;
    transition: all 0.3s ease !important;
}

.cta-phone:hover {
    background: var(--secondary-color) !important;
    border-color: var(--secondary-color) !important;
    transform: translateY(-3px) scale(1.05) !important;
    box-shadow: 0 12px 35px rgba(0, 102, 204, 0.4) !important;
    color: var(--white) !important;
}

.cta-subtext {
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) !important;
}

/* Botón de llamada flotante para móviles */
.floating-phone {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    animation: pulse 2s infinite;
}

.floating-phone .btn {
    border-radius: 50px;
    padding: 15px 25px;
    font-weight: 700;
    box-shadow: 0 8px 25px rgba(40, 167, 69, 0.4);
    border: none;
}

.floating-phone .btn:hover {
    transform: scale(1.05);
    box-shadow: 0 12px 35px rgba(40, 167, 69, 0.6);
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

/* Gallery Section - Estilo M&H Industrias */
.gallery-section {
    background: var(--white);
    padding: 100px 0;
    margin: 0 20px;
    border-radius: 15px;
    box-shadow: var(--shadow-soft);
}


.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: var(--shadow-soft);
    transition: all 0.3s ease;
    margin-bottom: 30px;
}

.gallery-item:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-strong);
}

.gallery-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: all 0.3s ease;
}

.gallery-item:hover img {
    transform: scale(1.1);
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(0, 102, 204, 0.8), rgba(0, 168, 255, 0.6));
    opacity: 0;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 600;
    font-size: 1.1rem;
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

/* Sectores Section - Estilo M&H Industrias */
.sectores-section {
    background: var(--white);
    padding: 100px 0;
    margin: 0 20px;
    border-radius: 15px;
    box-shadow: var(--shadow-soft);
}


.sector-item {
    margin-bottom: 2rem;
}

.sector-image {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: var(--shadow-soft);
    transition: var(--transition);
}

.sector-image:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-medium);
}

.sector-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: var(--transition);
}

.sector-image:hover img {
    transform: scale(1.1);
}

.sector-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    color: white;
    padding: 2rem 1rem 1rem;
    transform: translateY(100%);
    transition: var(--transition);
}

.sector-image:hover .sector-overlay {
    transform: translateY(0);
}

.sector-overlay h3 {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0;
}

/* Características Técnicas Section - Estilo M&H Industrias */
.caracteristicas-section {
    background: var(--gray-50);
    padding: 80px 0;
}


.caracteristica-item {
    text-align: center;
    padding: 2rem 1rem;
}

.caracteristica-icon {
    width: 80px;
    height: 80px;
    background: var(--gradient-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 2rem;
    color: white;
}

.caracteristica-item h4 {
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-dark);
    line-height: 1.5;
    margin: 0;
}

/* Contenido adicional */
.services-additional-content,
.sectores-additional-content {
    background: var(--glass-bg);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: 3rem;
    border-radius: 20px;
    box-shadow: var(--glass-shadow);
    border: 1px solid var(--glass-border);
    margin-top: 2rem;
}

.services-additional-content h3,
.sectores-additional-content h3 {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 1.5rem;
    text-align: center;
}

.services-additional-content p,
.sectores-additional-content p {
    font-size: 1.1rem;
    color: var(--text-light);
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.services-additional-content a,
.sectores-additional-content a {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
    transition: var(--transition);
}

.services-additional-content a:hover,
.sectores-additional-content a:hover {
    color: var(--secondary-color);
    text-decoration: underline;
}

/* Social links */
.social-links a {
    font-size: 1.2rem;
    transition: var(--transition);
}

.social-links a:hover {
    transform: translateY(-2px);
    color: var(--secondary-color) !important;
}

/* Contact Section - Estilo M&H Industrias */
.contact-section {
    background: var(--gray-50);
    padding: 100px 0;
}


.contact-card {
    background: var(--glass-bg);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: var(--glass-shadow);
    border: 1px solid var(--glass-border);
    color: var(--text-dark);
    transition: all 0.4s ease;
}

.contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 50, 160, 0.1);
}


.contact-info {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.contact-info.row {
    margin: 0;
    padding: 0;
}

.contact-info.row>* {
    padding-left: 0;
    padding-right: 0;
}

.contact-info h4 {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 1rem;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
    padding: 0.5rem 0;
}

.contact-item i {
    width: 45px;
    height: 45px;
    background: var(--gradient-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    color: white;
    font-size: 1.1rem;
    flex-shrink: 0;
    box-shadow: var(--shadow-soft);
}

.contact-item div {
    flex: 1;
    line-height: 1.8;
    min-width: 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
}

.contact-item div br {
    line-height: 1.8;
    margin-bottom: 0.2rem;
}

.contact-item div>* {
    margin-bottom: 0.3rem;
}

.contact-item div>*:last-child {
    margin-bottom: 0;
}

.contact-item p {
    margin: 0.5rem 0;
    line-height: 1.6;
    color: var(--text-dark);
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
    max-width: 100%;
}

.contact-item p:first-child {
    margin-top: 0;
}

.contact-item p:last-child {
    margin-bottom: 0;
}

.contact-item a {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
    transition: var(--transition);
    word-wrap: break-word;
    overflow-wrap: break-word;
    display: inline-block;
    max-width: 100%;
}

.contact-item strong {
    color: var(--text-dark);
    font-weight: 600;
    font-size: 1rem;
    display: block;
    margin-bottom: 0.5rem;
}

.contact-item a {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
    transition: var(--transition);
}

.contact-item a:hover {
    color: var(--secondary-color);
    text-decoration: underline;
}

.contact-item small {
    color: var(--text-light);
    font-size: 0.85rem;
    display: block;
    margin-top: 0.5rem;
    line-height: 1.4;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
    max-width: 100%;
}

.form-control {
    border: 2px solid var(--gray-200);
    border-radius: 10px;
    padding: 15px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: var(--white);
    color: var(--text-dark) !important;
    font-weight: 400;
}

.form-control:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.2rem rgba(0, 50, 160, 0.25);
    outline: none;
    background: var(--white);
    color: var(--text-dark) !important;
}

.form-control::placeholder {
    color: var(--text-light) !important;
    opacity: 1;
    font-weight: 400;
}

.form-control:hover {
    border-color: var(--gray-300);
    background: var(--white);
    color: var(--text-dark) !important;
}

.btn {
    padding: 12px 30px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 10px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: var(--white) !important;
}

.btn:focus {
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(0, 50, 160, 0.25);
}

.btn-primary {
    background: var(--primary-color) !important;
    color: var(--white) !important;
    border: 2px solid var(--primary-color) !important;
}

.btn-primary:hover {
    background: var(--secondary-color) !important;
    color: var(--white) !important;
    border-color: var(--secondary-color) !important;
    transform: translateY(-2px);
    box-shadow: var(--shadow-medium);
}

.btn-lg {
    padding: 15px 40px;
    font-size: 1.1rem;
    font-weight: 700;
}

/* Mejoras de legibilidad para el formulario */
.contact-card h4 {
    color: var(--text-dark) !important;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.contact-card p {
    color: var(--text-light) !important;
    font-size: 1rem;
    line-height: 1.6;
}

.contact-card .text-muted {
    color: var(--text-light) !important;
    font-size: 0.95rem;
}

.contact-card label {
    color: var(--text-dark) !important;
    font-weight: 600;
    margin-bottom: 0.5rem;
    display: block;
}

.contact-card .mb-4 {
    margin-bottom: 1.5rem !important;
}

.contact-card .mb-3 {
    margin-bottom: 1rem !important;
}

/* Footer */
.footer {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d3748 100%);
    color: white;
    padding: 60px 0 30px;
    position: relative;
}

.footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(10px);
    z-index: 0;
}

.footer>.container {
    position: relative;
    z-index: 1;
}


.footer h5 {
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.footer a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer a:hover {
    color: white;
}

/* Responsive Design - Mobile First */

/* Large Tablets and Small Desktops */
@media (max-width: 1199.98px) {
    .hero h1 {
        font-size: 3rem;
    }

    .section-title h2 {
        font-size: 2.5rem;
    }

    .stats-content h2,
    .features-content h2 {
        font-size: 2.2rem;
    }
}

/* Tablets */
@media (max-width: 991.98px) {
    .hero {
        padding: 120px 0 80px;
        background-attachment: scroll;
    }

    .hero h1 {
        font-size: 2.8rem;
    }

    .hero .lead {
        font-size: 1.2rem;
    }

    .hero-buttons {
        flex-direction: column;
        gap: 1rem;
    }

    .hero .btn {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }

    .section-title h2 {
        font-size: 2.3rem;
    }

    .stats-section,
    .services-section,
    .features-section,
    .sectores-section,
    .caracteristicas-section,
    .gallery-section,
    .contact-section {
        padding: 60px 0;
    }

    .stats-content h2,
    .features-content h2 {
        font-size: 2rem;
    }

    .cta-section {
        padding: 60px 0;
        background-attachment: scroll;
    }

    .cta-section h2 {
        font-size: 2.2rem;
    }

    .gallery-item img {
        height: 200px;
    }
}

/* Mobile Landscape */
@media (max-width: 768px) {
    .hero {
        padding: 100px 0 60px;
    }

    .services-section,
    .gallery-section,
    .sectores-section {
        margin: 0;
        border-radius: 0;
    }

    .hero h1 {
        font-size: 2.2rem;
        margin-bottom: 1rem;
    }

    .hero .lead {
        font-size: 1.1rem;
        margin-bottom: 1.5rem;
    }

    .hero-buttons {
        flex-direction: column;
        gap: 0.8rem;
    }

    .hero .btn {
        padding: 12px 30px;
        font-size: 1rem;
    }

    .section-title {
        margin-bottom: 50px;
    }

    .section-title h2 {
        font-size: 2rem;
    }

    .section-title p {
        font-size: 1.1rem;
    }

    .stats-section,
    .services-section,
    .features-section,
    .sectores-section,
    .caracteristicas-section,
    .gallery-section,
    .contact-section {
        padding: 50px 0;
    }

    .stats-content h2,
    .features-content h2 {
        font-size: 1.8rem;
    }

    .stats-content p,
    .features-content p {
        font-size: 1rem;
    }

    .service-card {
        margin-bottom: 2rem;
    }

    .service-card h3 {
        font-size: 1.3rem;
    }

    .service-card p {
        font-size: 0.95rem;
    }

    .cta-section {
        padding: 50px 0;
    }

    .cta-section h2 {
        font-size: 1.8rem;
    }

    .cta-section p {
        font-size: 1rem;
    }

    .cta-phone {
        padding: 15px 30px !important;
        font-size: 1.1rem !important;
    }

    .gallery-item img {
        height: 180px;
    }

    .sector-item {
        margin-bottom: 1.5rem;
    }

    .caracteristica-item {
        margin-bottom: 2rem;
    }

    .caracteristica-item h3 {
        font-size: 1.2rem;
    }

    .contact-card {
        padding: 2rem;
    }

    .contact-info h4 {
        font-size: 1.1rem;
    }
}

/* Mobile Portrait */
@media (max-width: 576px) {
    .hero {
        padding: 80px 0 50px;
    }

    .services-section,
    .gallery-section,
    .sectores-section {
        margin: 0;
        border-radius: 0;
    }

    .hero h1 {
        font-size: 1.8rem;
        line-height: 1.3;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .hero .lead {
        font-size: 1rem;
        margin-bottom: 1.2rem;
    }

    .hero .btn {
        padding: 12px 25px;
        font-size: 0.9rem;
        font-weight: 600;
    }

    .section-title h2 {
        font-size: 1.7rem;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .section-title p {
        font-size: 1rem;
    }

    .stats-section,
    .services-section,
    .features-section,
    .sectores-section,
    .caracteristicas-section,
    .gallery-section,
    .contact-section {
        padding: 40px 0;
    }

    .stats-content h2,
    .features-content h2 {
        font-size: 1.6rem;
    }

    .stats-content p,
    .features-content p {
        font-size: 0.95rem;
    }

    .service-card {
        padding: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .service-card h3 {
        font-size: 1.2rem;
    }

    .service-card p {
        font-size: 0.9rem;
    }

    .cta-section {
        padding: 40px 0;
    }

    .cta-section h2 {
        font-size: 1.6rem;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .cta-section p {
        font-size: 0.95rem;
    }

    .cta-phone {
        padding: 12px 25px !important;
        font-size: 1rem !important;
        font-weight: 700 !important;
    }

    .gallery-item img {
        height: 150px;
    }

    .sector-item {
        margin-bottom: 1rem;
    }

    .sector-overlay h3 {
        font-size: 1rem;
    }

    .caracteristica-item {
        margin-bottom: 1.5rem;
    }

    .caracteristica-item h3 {
        font-size: 1.1rem;
    }

    .caracteristica-item p {
        font-size: 0.9rem;
    }

    .contact-card {
        padding: 1.5rem;
    }

    .contact-info h4 {
        font-size: 1rem;
    }

    .contact-info p {
        font-size: 0.9rem;
    }

    .contact-item {
        margin-bottom: 1.2rem;
        flex-direction: column;
        align-items: flex-start;
    }

    .contact-item i {
        width: 40px;
        height: 40px;
        font-size: 1rem;
        margin-bottom: 0.5rem;
        margin-right: 0;
    }

    .contact-item div {
        width: 100%;
        max-width: 100%;
    }

    .contact-item strong {
        font-size: 0.9rem;
    }

    .contact-item small {
        font-size: 0.8rem;
    }

    .contact-item p {
        font-size: 0.9rem;
    }

    .form-control {
        padding: 12px;
        font-size: 0.9rem;
    }

    .btn {
        padding: 10px 25px;
        font-size: 0.9rem;
        width: 100%;
    }

    .form-control {
        font-size: 0.9rem;
    }

    .btn {
        font-size: 0.9rem;
    }
}

/* Extra Small Mobile */
@media (max-width: 375px) {
    .hero h1 {
        font-size: 1.6rem;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .hero .lead {
        font-size: 0.95rem;
    }

    .section-title h2 {
        font-size: 1.5rem;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .stats-content h2,
    .features-content h2 {
        font-size: 1.4rem;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .cta-section h2 {
        font-size: 1.4rem;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .service-card {
        padding: 1.2rem;
    }

    .contact-card {
        padding: 1.2rem;
    }
}

/* Bootstrap Grid Responsive Optimizations */

/* Mobile First - Force single column on small screens */
@media (max-width: 767.98px) {

    .col-lg-3,
    .col-lg-4,
    .col-lg-6,
    .col-lg-8,
    .col-lg-10,
    .col-md-4,
    .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    /* Hero section mobile optimization */
    .hero .col-lg-10 {
        padding: 0 15px;
    }

    /* Stats section mobile layout */
    .stats-section .col-lg-6 {
        margin-bottom: 2rem;
    }

    .stats-section .col-lg-6:last-child {
        margin-bottom: 0;
    }

    /* Services section mobile layout */
    .services-section .col-lg-4 {
        margin-bottom: 2rem;
    }

    .services-section .col-lg-4:last-child {
        margin-bottom: 0;
    }

    /* Features section mobile layout */
    .features-section .col-lg-6 {
        margin-bottom: 2rem;
    }

    .features-section .col-lg-6:last-child {
        margin-bottom: 0;
    }

    /* Sectores section mobile layout */
    .sectores-section .col-lg-3 {
        margin-bottom: 1.5rem;
    }

    /* Características section mobile layout */
    .caracteristicas-section .col-lg-3 {
        margin-bottom: 2rem;
    }

    /* Gallery section mobile layout */
    .gallery-section .col-lg-4 {
        margin-bottom: 1.5rem;
    }

    /* Contact section mobile layout */
    .contact-section .col-lg-4,
    .contact-section .col-lg-8 {
        margin-bottom: 2rem;
    }

    .contact-section .col-lg-4:last-child,
    .contact-section .col-lg-8:last-child {
        margin-bottom: 0;
    }

    /* Form mobile optimization */
    .contact-section .col-md-6 {
        margin-bottom: 1rem;
    }
}

/* Tablet landscape optimization */
@media (min-width: 768px) and (max-width: 991.98px) {
    .col-lg-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-lg-8 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* Mobile specific spacing adjustments */
@media (max-width: 576px) {
    .row {
        margin-left: -10px;
        margin-right: -10px;
    }

    .col-lg-3,
    .col-lg-4,
    .col-lg-6,
    .col-lg-8,
    .col-lg-10,
    .col-md-4,
    .col-md-6 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* Image responsive optimization */
@media (max-width: 768px) {
    .img-fluid {
        max-width: 100%;
        height: auto;
    }

    .stats-image img,
    .features-image img {
        border-radius: 10px;
    }

    .gallery-item img {
        border-radius: 8px;
    }
}

/* Button responsive optimization */
@media (max-width: 576px) {
    .hero-buttons .btn {
        display: block;
        width: 100%;
        margin-bottom: 0.5rem;
    }

    .hero-buttons .btn:last-child {
        margin-bottom: 0;
    }

    .cta-section .btn {
        display: block;
        width: 100%;
        max-width: 280px;
        margin: 0 auto;
    }
}

/* Sectores Grid Responsive Optimization */
@media (max-width: 991.98px) {
    .sectores-section .col-lg-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 576px) {
    .sectores-section .col-lg-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* Características Grid Responsive Optimization */
@media (max-width: 991.98px) {
    .caracteristicas-section .col-lg-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 576px) {
    .caracteristicas-section .col-lg-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* Gallery Grid Responsive Optimization */
@media (max-width: 991.98px) {
    .gallery-section .col-lg-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 576px) {
    .gallery-section .col-lg-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* Services Grid Responsive Optimization */
@media (max-width: 991.98px) {
    .services-section .col-lg-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 576px) {
    .services-section .col-lg-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* Mobile-specific section spacing */
@media (max-width: 768px) {

    .sectores-section .row,
    .caracteristicas-section .row,
    .gallery-section .row {
        margin-left: -10px;
        margin-right: -10px;
    }

    .sectores-section .col-lg-3,
    .caracteristicas-section .col-lg-3,
    .gallery-section .col-lg-4 {
        padding-left: 10px;
        padding-right: 10px;
    }
}

/* Mobile text alignment */
@media (max-width: 768px) {

    .stats-content,
    .features-content {
        text-align: center;
    }

    .stats-image,
    .features-image {
        text-align: center;
        margin-top: 2rem;
    }
}

/* Mobile form optimization */
@media (max-width: 576px) {
    .contact-section .row .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .contact-section .form-control {
        margin-bottom: 1rem;
    }

    .contact-section .btn {
        width: 100%;
    }
}

/* Text wrapping and overflow optimization */
* {
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2;
}

p,
.lead,
.section-title p {
    line-height: 1.6;
}

.navbar-brand,
.brand-text {
    white-space: nowrap;
}

/* Mobile text optimization */
@media (max-width: 768px) {
    h1 {
        font-size: clamp(1.5rem, 4vw, 2.5rem);
        line-height: 1.1;
    }

    h2 {
        font-size: clamp(1.3rem, 3.5vw, 2.2rem);
        line-height: 1.2;
    }

    h3 {
        font-size: clamp(1.1rem, 3vw, 1.8rem);
        line-height: 1.3;
    }

    .lead {
        font-size: clamp(1rem, 2.5vw, 1.3rem);
        line-height: 1.5;
    }

    p {
        font-size: clamp(0.9rem, 2vw, 1.1rem);
        line-height: 1.6;
    }
}

/* Logo display fix */
.navbar-brand img {
    display: block !important;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

@media (max-width: 768px) {
    .navbar-brand img {
        height: 20px !important;
        width: auto !important;
        max-width: none !important;
        display: block !important;
    }
}

@media (max-width: 576px) {
    .navbar-brand img {
        height: 18px !important;
        width: auto !important;
        display: block !important;
    }
}

/* Ensure logo visibility */
.logo-img {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Container width optimization - Estilo M&H Industrias */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
        padding-left: 60px;
        padding-right: 60px;
    }
}

/* Text container optimization */
.hero-content,
.stats-content,
.features-content,
.section-title {
    max-width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/* Mobile specific text adjustments */
@media (max-width: 576px) {
    .hero h1 {
        padding: 0 10px;
        word-break: break-word;
        hyphens: auto;
        overflow-wrap: break-word;
    }

    .hero .lead {
        padding: 0 10px;
        word-break: break-word;
        hyphens: auto;
        overflow-wrap: break-word;
    }

    .section-title h2 {
        padding: 0 10px;
        word-break: break-word;
        hyphens: auto;
        overflow-wrap: break-word;
    }

    .section-title p {
        padding: 0 10px;
        word-break: break-word;
        hyphens: auto;
        overflow-wrap: break-word;
    }

    .stats-content h2,
    .features-content h2 {
        padding: 0 10px;
        word-break: break-word;
        hyphens: auto;
        overflow-wrap: break-word;
    }

    .stats-content p,
    .features-content p {
        padding: 0 10px;
        word-break: break-word;
        hyphens: auto;
        overflow-wrap: break-word;
    }
}

/* Additional text wrapping for all screen sizes */
.service-card h3,
.caracteristica-item h3,
.sector-overlay h3,
.service-card p,
.caracteristica-item p {
    /* Inherits word-wrap from * selector */
}

/* Ensure proper text flow */
.row {
    margin-left: 0;
    margin-right: 0;
}

.col-lg-3,
.col-lg-4,
.col-lg-6,
.col-lg-8,
.col-lg-10,
.col-md-4,
.col-md-6 {
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width: 576px) {

    .col-lg-3,
    .col-lg-4,
    .col-lg-6,
    .col-lg-8,
    .col-lg-10,
    .col-md-4,
    .col-md-6 {
        padding-left: 10px;
        padding-right: 10px;
    }
}

/* Fix horizontal overflow issues */
.container-fluid {
    max-width: 100%;
    overflow-x: hidden;
    padding-left: 0;
    padding-right: 0;
}

.container {
    overflow-x: hidden;
}

/* Remove any white dividers */
.navbar {
    border-bottom: none !important;
    border-top: none !important;
}

.main-header {
    border-bottom: none !important;
    border-top: none !important;
}

/* Ensure no horizontal scroll */
main,
section {
    overflow-x: hidden;
    max-width: 100%;
}

/*====================================================================
 * SUBPAGES UNIFIED CORPORATE THEME (Johnson Controls Style)
 *====================================================================*/

/* Universal Corporate Hero Headers */
.hero-solutions,
.hero-services,
.hero-contact,
.hero-careers {
    background: linear-gradient(135deg, rgba(1, 29, 90, 0.9) 0%, rgba(0, 169, 224, 0.85) 100%), url('media/imagen_oso_polar.png');
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
    padding: 100px 0;
    color: white;
    min-height: 40vh;
    display: flex;
    align-items: center;
}

.hero-solutions h1,
.hero-services h1,
.hero-contact h1,
.hero-careers h1 {
    font-weight: 700;
    font-size: 3rem;
    margin-bottom: 1rem;
}

/* Universal Corporate Data Cards */
.solution-card,
.type-card,
.service-card,
.contact-card,
.info-card,
.benefit-card {
    background: white;
    border-radius: 8px;
    border: 1px solid #E5E7EB;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    padding: 2rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}

.solution-card h3,
.type-card h3,
.service-card h3,
.contact-card h3,
.info-card h3,
.benefit-card h3,
.solution-card h4,
.type-card h4,
.service-card h4,
.contact-card h4,
.info-card h4,
.benefit-card h4 {
    color: var(--jc-text-dark, #011d5a);
    font-weight: 600;
    margin-bottom: 1rem;
}

.solution-card:hover,
.type-card:hover,
.service-card:hover,
.contact-card:hover,
.info-card:hover,
.benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 169, 224, 0.15);
}

/* Universal Corporate Icons */
.solution-icon,
.service-icon,
.contact-icon,
.info-icon,
.benefit-icon {
    font-size: 2.5rem;
    color: var(--app-secondary, #00A9E0);
    margin-bottom: 1.5rem;
}

/* Universal Corporate Feature Lists */
.solution-features,
.service-features,
.benefit-features {
    list-style-type: none;
    padding-left: 0;
    margin-top: 1.5rem;
}

.solution-features li,
.service-features li,
.benefit-features li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
    color: #4a5568;
    font-size: 0.95rem;
}

.solution-features li:before,
.service-features li:before,
.benefit-features li:before {
    content: '\2713';
    position: absolute;
    left: 0;
    color: var(--app-primary, #0032A0);
    font-weight: bold;
}

/* Mobile Navbar Transparency Fix */
@media (max-width: 991.98px) {

    .navbar-custom,
    .navbar,
    .jc-main-nav {
        background-color: rgba(1, 29, 90, 0.85) !important;
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
    }
}

/* Premium Solution Cards */
.solution-card-premium {
    background: #ffffff;
    border-radius: 16px;
    padding: 2.5rem;
    border: 1px solid rgba(229, 231, 235, 0.5);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    overflow: hidden;
    height: 100%;
    z-index: 1;
}

.solution-card-premium::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, var(--app-primary) 0%, var(--app-secondary) 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
    z-index: -1;
}

.solution-card-premium:hover::before {
    transform: scaleX(1);
}

.solution-card-premium:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 169, 224, 0.1);
}

.solution-icon-wrapper {
    width: 70px;
    height: 70px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(1, 29, 90, 0.05) 0%, rgba(0, 169, 224, 0.1) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    color: var(--app-primary);
    font-size: 2rem;
    transition: all 0.3s ease;
}

.solution-card-premium:hover .solution-icon-wrapper {
    background: linear-gradient(135deg, var(--app-primary) 0%, var(--app-secondary) 100%);
    color: white;
    transform: scale(1.05) rotate(-5deg);
}

.solution-card-premium h3 {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--app-primary);
    margin-bottom: 1rem;
}

.solution-card-premium p.text-muted {
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
}

.solution-features {
    list-style: none;
    padding-left: 0;
    margin-top: 1.5rem;
}

.solution-features li {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 0.8rem;
    font-size: 0.9rem;
    color: #4B5563;
    line-height: 1.4;
}

.solution-features li::before {
    content: '—';
    position: absolute;
    left: 0;
    color: var(--primary-color, #011d5a);
    font-size: 0.9rem;
    font-weight: 700;
    top: 0px;
}

.feature-badge {
    background: rgba(0, 169, 224, 0.08);
    color: var(--app-primary);
    padding: 0.25rem 0.6rem;
    border-radius: 5px;
    font-size: 0.8rem;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 0.5rem;
    border: 1px solid rgba(0, 169, 224, 0.2);
}

.feature-group {
    margin-bottom: 1.25rem;
}

.feature-group-title {
    font-size: 0.95rem;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 0.5rem;
    display: block;
}

.feature-group-title i {
    color: var(--app-secondary);
    margin-right: 0.4rem;
}