/**
 * LIDIARE - Custom Styles
 * ========================
 * Estilos personalizados pixel-perfect según el diseño aprobado
 */

/* ==========================================================================
   1. VARIABLES CSS
   ========================================================================== */
:root {
    /* Colores principales */
    --lidiare-red: #da291d;
    --lidiare-red-hover: #b82318;
    --lidiare-dark: #20282c;
    --lidiare-gray-dark: #333333;
    --lidiare-gray: #666666;
    --lidiare-gray-light: #999999;
    --lidiare-gray-lighter: #f5f5f5;
    --lidiare-white: #ffffff;
    --lidiare-black: #000000;

    /* Tipografía */
    --font-primary: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;

    /* Espaciados */
    --section-padding: 80px 0;
    --container-padding: 0 15px;

    /* Transiciones */
    --transition: all 0.3s ease;
}

.lidiare-red {
    color: var(--lidiare-red);
}

/* ==========================================================================
   2. TIPOGRAFÍA - Fuente Inter
   ========================================================================== */
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-VariableFont_opsz,wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Italic-VariableFont_opsz,wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
}

body {
    font-family: var(--font-primary);
    font-size: 16px;
    line-height: 1.6;
    color: var(--lidiare-gray-dark);
    background-color: var(--lidiare-white);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-primary);
    font-weight: 700;
    color: var(--lidiare-dark);
    margin-bottom: 5px;
}

.star-icon .fas {
    color: #FBB002 !important;
}

.color-red {
    color: var(--lidiare-red) !important;
}

.color-whitte {
    color: var(--lidiare-white) !important;
}

.mb-0 {
    margin-bottom: 0;
}

/*personalziacion de style*/
.feature-between-flex {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.css-fontsize12 {
    font-size: 12px;
    line-height: 14px;
}

.single-feature-service-wrapper .icon {
    background: #FFF;
}

.icon {
    width: 50px;
    margin-bottom: 10px
}

.icons img {
    width: 60px;
    height: 60px;
}

.service-style-swiper-wrapper-two .mySwiper-service-1 {
    padding-bottom: 0px;
}

.why-choose-8-wrapper-content {
    max-width: 90%;
}

.mySwiper-blog-one {
    padding-bottom: 100px;
}

.rts-section-gapTop {
    padding-bottom: 90px;
}

@media (min-width: 992px) {
    .rts-section-gapTop {
        padding-top: 100px;
    }
}

.news-section-gapBottom {
    padding-bottom: 90px;
}

.news-section-gapTop {
    padding-top: 90px;
}

.footer-logo-area-left-8 img {
    max-width: 150px;
}

.progress-circle-main-wrapper svg.radial-progress circle.bar--animated {
    stroke: var(--lidiare-red);
}

.google-rating {
    display: flex;
    align-items: center;
    gap: 20px;
}

.banner-inner-service-details-1 .title-area-left {
    position: relative;
    z-index: 1;
    max-width: 760px;
}

.service-details-left-area p.disc {
    margin-bottom: 30px;
}

@media (max-width: 1400px) {
    .single-service-signle-wrapper {
        padding: 30px;
        display: flex;
        align-items: flex-start;
        gap: 20px;
    }
}

/*personalziacion de style*/

/* ==========================================================================
   3. HEADER TOP BAR - CON CORTE DIAGONAL
   ========================================================================== */
.header-top-bar {
    background-color: var(--lidiare-white);
    padding: 0;
    font-size: 12px;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
}

.header-top-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    height: 30px;
    position: relative;
}

.header-top-left {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--lidiare-white);
    background-color: var(--lidiare-dark);
    padding: 0 50px 0 15px;
    position: relative;
    clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 100%, 0 100%);
    z-index: 1;
    margin-left: -9999px;
    padding-left: 9999px;
}

.header-top-left span {
    color: var(--lidiare-white);
}

.header-top-link {
    color: var(--lidiare-whitte);
    font-weight: 600;
    text-decoration: none;
    transition: var(--transition);
}

.header-top-link:hover {
    color: var(--lidiare-white);
    text-decoration: underline;
}

.header-top-right {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 0 15px;
}

.header-top-info {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--lidiare-gray-dark);
}

.header-top-info i {
    color: var(--lidiare-gray);
}

.header-top-social {
    display: flex;
    align-items: center;
    gap: 12px;
}

.social-label {
    color: var(--lidiare-gray);
}

.header-top-social a {
    color: var(--lidiare-gray-dark);
    font-size: 14px;
    transition: var(--transition);
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.header-top-social a:hover {
    color: var(--lidiare-red);
}

/* ==========================================================================
   4. HEADER MAIN
   ========================================================================== */
.header-main {
    background-color: var(--lidiare-white);
    padding: 10px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 1000;
}

.header-main.header--sticky {
    position: sticky;
    top: 0;
}

.header-main-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-logo img {
    height: 28px;
    width: auto;
}

/* Navigation */
.header-nav {
    display: flex;
    align-items: center;
}

.nav-menu {
    display: flex;
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-item {
    position: relative;
}

.nav-link {
    display: flex;
    flex-direction: column;
    gap: 2px;
    text-decoration: none;
    transition: var(--transition);
}

.nav-text-top {
    font-size: 12px;
    font-weight: 400;
    color: var(--lidiare-gray);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1;
}

.nav-text-bottom {
    font-size: 12px;
    font-weight: 700;
    color: var(--lidiare-dark);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1;
}

.nav-link:hover .nav-text-top,
.nav-link:hover .nav-text-bottom {
    color: var(--lidiare-red);
}

/* Header Actions */
.header-actions {
    display: flex;
    align-items: center;
    gap: 20px;
}

/* User Dropdown */
.header-user {
    position: relative;
}

.user-toggle {
    display: flex;
    align-items: center;
    gap: 8px;
    background: none;
    border: none;
    color: var(--lidiare-gray-dark);
    cursor: pointer;
    padding: 8px 12px;
    border-radius: 4px;
    transition: var(--transition);
}

.user-toggle:hover {
    background: var(--lidiare-gray-lighter);
}

.user-toggle svg {
    width: 20px;
    height: 20px;
}

.user-toggle i {
    font-size: 12px;
}

/* Dropdown Menu */
.dropdown-menu {
    min-width: 180px;
    border-radius: 8px;
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
}

.dropdown-header {
    padding: 10px 20px;
    font-size: 11px;
    font-weight: 700;
    color: var(--lidiare-gray);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 1px solid var(--lidiare-gray-lighter);
}

.dropdown-item {
    padding: 10px 20px;
    font-size: 14px;
    color: var(--lidiare-gray-dark);
    transition: var(--transition);
}

.dropdown-item:hover {
    background: var(--lidiare-gray-lighter);
    color: var(--lidiare-red);
}

/* Language Selector */
.header-lang {
    position: relative;
}

.lang-toggle {
    display: flex;
    align-items: center;
    gap: 6px;
    background: none;
    border: none;
    color: var(--lidiare-gray-dark);
    cursor: pointer;
    padding: 8px 12px;
    border-radius: 4px;
    transition: var(--transition);
}

.lang-toggle:hover {
    background: var(--lidiare-gray-lighter);
}

.lang-toggle svg {
    width: 18px;
    height: 18px;
}

.lang-toggle span {
    font-size: 14px;
    font-weight: 600;
}

.lang-toggle i {
    font-size: 10px;
}

.dropdown-item.active {
    color: var(--lidiare-red);
    font-weight: 600;
    background-color: #fff;
}

/* Asistente Button */
.btn-asistente {
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: var(--lidiare-red);
    color: var(--lidiare-white);
    padding: 10px 20px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    transition: var(--transition);
    border: none;
    cursor: pointer;
}

.btn-asistente:hover {
    background-color: var(--lidiare-red-hover);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(218, 41, 29, 0.3);
    color: var(--lidiare-white);
}

.btn-asistente svg {
    width: 18px;
    height: 18px;
}

/* Mobile Menu Toggle */
.menu-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
}

.menu-toggle span {
    width: 25px;
    height: 2px;
    background-color: var(--lidiare-dark);
    transition: var(--transition);
}

#anywhere-home.bgshow {
    z-index: 1100;
}

/* ==========================================================================
   5. HERO SLIDER
   ========================================================================== */
.hero-slider {
    position: relative;
    overflow: hidden;
}

.hero-slide {
    position: relative;
    height: 600px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-start;
    padding-top: 100px;
}

.hero-slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 70%);
    z-index: 1;
}

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

.hero-subtitle {
    display: block;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--lidiare-white);
    margin-bottom: 0px;
}

.hero-title {
    font-size: 72px;
    font-weight: 800;
    line-height: 1;
    color: var(--lidiare-white);
    margin-bottom: 0px;
    text-transform: uppercase;
}

.hero-text {
    font-size: 18px;
    line-height: 1.6;
    color: var(--lidiare-white);
    margin-bottom: 20px;
    opacity: 0.9;
}

.btn-hero {
    display: inline-block;
    padding: 12px 20px;
    background-color: var(--lidiare-red);
    color: var(--lidiare-white);
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 4px;
    transition: var(--transition);
}

.btn-hero:hover {
    background-color: var(--lidiare-red-hover);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(218, 41, 29, 0.3);
    color: var(--lidiare-white);
}

/* Swiper Pagination */
.hero-swiper .swiper-pagination {
    bottom: 30px;
}

.hero-swiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: var(--lidiare-white);
    opacity: 0.5;
    transition: var(--transition);
}

.hero-swiper .swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--lidiare-red);
    width: 30px;
    border-radius: 6px;
}


.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 470px;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box;
}

.swiper-wrapper.servicios-juridicos {
    height: 340px;
}

.swiper-wrapper.actualidad {
    height: 400px;
}

/* ==========================================================================
   6. SERVICIOS POR TIPO - DISEÑO SIMPLE 2 COLUMNAS
   ========================================================================== */
.section-servicios-tipo {
    padding: 80px 0;
    background-color: var(--lidiare-white);
}

.section-header {
    margin-bottom: 60px;
    text-align: center;
}

.section-title {
    font-size: 14px;
    font-weight: 600;
    color: var(--lidiare-gray);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.section-subtitle {
    font-size: 42px;
    font-weight: 700;
    color: var(--lidiare-dark);
    margin-bottom: 20px;
    line-height: 1.2;
}

.section-desc {
    font-size: 16px;
    color: var(--lidiare-gray);
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
}

.servicios-tipo-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    max-width: 1000px;
    margin: 0 auto;
}

.servicio-tipo-card {
    background: var(--lidiare-white);
    padding: 0;
    text-align: left;
}

.servicio-tipo-icon {
    margin-bottom: 25px;
}

.servicio-tipo-icon img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.servicio-tipo-title {
    font-size: 28px;
    font-weight: 700;
    color: var(--lidiare-dark);
    margin-bottom: 20px;
}

.servicio-tipo-desc {
    font-size: 15px;
    color: var(--lidiare-gray);
    line-height: 1.7;
    margin-bottom: 25px;
}

.servicio-tipo-link {
    display: inline-block;
    color: var(--lidiare-red);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    padding: 10px 20px;
    border: 2px solid var(--lidiare-red);
    border-radius: 4px;
    transition: var(--transition);
}

.servicio-tipo-link:hover {
    background-color: var(--lidiare-red);
    color: var(--lidiare-white);
}


.feature-between-flex .single-feature-service-wrapper-8 {
    align-items: normal;
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 1199px) {
    .nav-menu {
        gap: 25px;
    }

    .header-actions {
        gap: 15px;
    }
}

@media (max-width: 991px) {
    .header-nav {
        display: none;
    }

    .menu-toggle {
        display: flex;
    }

    .hero-slide {
        height: 500px;
    }

    .hero-title {
        font-size: 42px;
    }

    .servicios-tipo-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

@media (max-width: 767px) {
    .section-padding {
        padding: 60px 0;
    }

    .header-top-bar {
        display: none;
    }

    .hero-slide {
        height: 450px;
    }

    .hero-title {
        font-size: 36px;
    }

    .section-title {
        font-size: 32px;
    }

    .header-actions {
        gap: 10px;
    }

    .user-toggle {
        padding: 8px 6px 8px 12px;
    }

    .lang-toggle {
        padding: 8px 6px 8px 0;
    }
}

@media (max-width: 575px) {
    .hero-slide {
        height: 400px;
    }

    .hero-title {
        font-size: 32px;
    }
}

.rts-single-wized {
    background: #20282D;
    border-radius: 15px !important;
    padding: 30px;
}


/* Hover botón Saber más - texto rojo */
.arrow-right-btn:hover {
    color: #da291d !important;
}

.arrow-right-btn:hover i {
    color: #da291d !important;
}


/* === FORMULARIO CONTACTO RÁPIDO === */
.rts-single-wized.contact-form {
    background: #20282D;
    border-radius: 10px;
    padding: 30px;
}

.rts-single-wized .wized-body {
    margin-top: 10px;
}

.rts-single-wized.contact-form .wized-header {
    /*padding: 25px 20px 0;*/
}

.rts-single-wized.contact-form .wized-header .title {
    color: #ffffff;
}

.rts-single-wized.contact-form .wized-body {
    /*padding: 20px;*/
}

.rts-single-wized.contact-form .form-description {
    font-size: 14px;
    color: #a0a0a0;
    margin-bottom: 20px;
    line-height: 1.5;
}

.quick-contact-form .form-group {
    margin-bottom: 15px;
}

.quick-contact-form input,
.quick-contact-form textarea,
.quick-contact-form select {
    width: 100%;
    padding: 14px 15px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    font-size: 14px;
    background-color: #ffffff;
    color: #333;
    transition: border-color 0.3s ease;
}

.quick-contact-form select {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
}

.quick-contact-form input::placeholder,
.quick-contact-form textarea::placeholder {
    color: #999;
}

.quick-contact-form input:focus,
.quick-contact-form textarea:focus,
.quick-contact-form select:focus {
    outline: none;
    border-color: #da291d;
}

.quick-contact-form textarea {
    resize: vertical;
    min-height: 80px;
}

.quick-contact-form .form-check {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

input[type="checkbox"]~label::before,
input[type="radio"]~label::before {
    content: none;
}

input[type="checkbox"]~label::after,
input[type="radio"]~label::after {
    content: none;
}

.quick-contact-form .form-check input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    cursor: pointer;
    accent-color: #da291d;
}

.quick-contact-form .form-check label {
    font-size: 13px;
    color: #a0a0a0;
    line-height: 1.4;
}

input[type="checkbox"]~label,
input[type="radio"]~label {
    padding-left: 0;
}

.quick-contact-form .form-check label a {
    color: #FFF;
    text-decoration: underline;
}

.quick-contact-form .btn-submit {
    width: 100%;
    padding: 15px 20px;
    margin-top: 15px;
    background-color: #da291d;
    border: none;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.quick-contact-form .btn-submit:hover {
    background-color: #b82318;
}

/* === LEIRE ASISTENTE VIRTUAL (WHITE VERSION) === */
.rts-single-wized.leire-assistant {
    background: #ffffff;
    border-radius: 10px;
    border: 1px solid #e8e8e8;
}

.rts-single-wized.leire-assistant .wized-body {
    padding: 30px 20px;
    text-align: center;
}

.leire-icon {
    width: 70px;
    height: 70px;
    background: #f5f5f5;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.leire-icon i {
    font-size: 32px;
    color: #da291d;
}

.rts-single-wized.leire-assistant .title {
    color: #1a1a2e;
    font-size: 22px;
    margin-bottom: 15px;
}

.rts-single-wized.leire-assistant .leire-description {
    color: #666666;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.rts-single-wized.leire-assistant .rts-btn {
    background: #da291d;
    border: none;
    color: #ffffff;
    padding: 12px 30px;
    border-radius: 25px;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.rts-single-wized.leire-assistant .rts-btn:hover {
    background: #b82318;
}

/* === SERVICIOS DESTACADOS - LAYOUT 2 COLUMNAS === */
.single-step-service-details {
    display: flex;
    align-items: flex-start;
    padding: 30px 0;
    border-bottom: 1px solid #e8e8e8;
    gap: 40px;
}

.single-step-service-details:last-child {
    border-bottom: none;
}

.single-step-service-details .thumbnail {
    flex: 0 0 320px;
    width: 320px;
    height: 220px;
    overflow: hidden;
    border-radius: 8px;
}

.single-step-service-details .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-step-service-details .content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.single-step-service-details .content .title-f {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 5px 0;
    line-height: 1.3;
}

.single-step-service-details .feature {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.single-step-service-details .feature .single {
    margin: 0;
    font-size: 15px;
    color: #555;
    line-height: 1.5;
    padding-left: 20px;
    position: relative;
}

.single-step-service-details .feature .single::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #da291d;
    font-weight: bold;
}

.single-step-service-details .btn-info-service {
    align-self: flex-start;
    padding: 10px 25px;
    font-size: 14px;
    margin-top: 10px;
    background-color: #da291d;
    border: none;
    color: #fff;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.single-step-service-details .btn-info-service:hover {
    background-color: #b82318;
}

.left-thumbnail-about-area-two .counter-about-area {
    padding: 33px;
    top: 158px;
}

.left-thumbnail-about-area-two .counter-about-area br {
    display: block !important;
}

.diagonal-background {
    width: 100%;
    min-height: 600px;
    /* Ajusta según necesites */
    padding: 60px 20px;
    background: linear-gradient(120deg,
            #f5f5f5 0%,
            #f5f5f5 32%,
            #FCFBFC 32%,
            #FCFBFC 100%);
}

.db-subtitle {
    font-size: 22px;
}

.dbl-lidiare {
    font-size: 30px;
    font-weight: 700;
    color: #000000;
}

.dbl-bigred {
    font-size: 60px;
    font-weight: 700;
    color: var(--lidiare-red);
    margin-top: 13px;
}

.db-lines ul {
    list-style-type: disc;
    list-style-position: inside;
    margin: 0;
    padding: 0
}

.db-lines ul li {
    margin: 3px 0;
    font-weight: 600;
}

.arrow-right {
    display: block;
    margin-top: 30px;
}

.arrow-right i {
    background-color: #ffffff;
    padding: 10px;
    border-radius: 50%;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    padding: 8px 12px;
    border-radius: 10px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid #999999;
    background: white;
    width: auto;
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    border-color: #333333;
}

.cta-button i {
    font-size: 32px;
    color: var(--lidiare-red);
}

.cta-button span {
    border-left: 1px solid #bbbbbb;
    padding-left: 10px;
}

.discover-wwcd4u {
    display: block;
    background-color: var(--lidiare-red);
    color: #ffffff;
    padding: 6px 12px;
    width: fit-content;
    border-radius: 6px;
    margin-top: 30px;
    transition: background-color 0.3s ease;
}

.discover-wwcd4u:hover {
    color: #ffffff;
    background-color: var(--lidiare-red-hover);
}

.faq-section {
    background-color: #f9f9f9;
}

.our-success-left {
    border-radius: 26px;
    overflow: hidden;
    margin-bottom: 20px;
}

.our-success-right {
    background-color: #363935;
    border-top-left-radius: 26px;
    border-bottom-left-radius: 26px;
    border-top-right-radius: 26px;
    border-bottom-right-radius: 26px;
    padding: 80px 60px 70px 60px;
}

@media (min-width: 768px) {
    .our-success-left {
        border-radius: 0;
        margin-bottom: 0;
    }

    .our-success-right {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
}

.our-success-right img {
    width: 200px;
}

.our-success-right p {
    color: #ffffff;
}

.about-hero {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 560px;
    background: url("../images/about/24.webp") center center no-repeat;
    background-size: cover;
}

@media (max-width: 767px) {
    .about-hero {
        background-position-x: -1300px;
    }
}

.about-hero>.container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-hero-title {
    color: #ffffff;
    font-size: 90px;
    font-weight: 700;
    line-height: 86px;
}

.about-hero-title br {
    display: block !important;
}

@media (min-width: 1200px) {
    .about-hero-title {
        font-size: 120px;
        font-weight: 700;
        line-height: 105px;
    }
}

.about-hero h2 {
    color: #ffffff;
    font-size: 20px;
}

.rts-service-main-wrapper-10 .signle-service-style-10 .content-area-wrapper .icon {
    margin-bottom: 28px;
}

/* Responsive */
@media (max-width: 575px) {
    .single-feature-service-wrapper {
        margin-top: 20px;
    }

    .about-6-thumbnail-left-wrapper .progress-area-wrapper {
        left: -12%;
    }

    .service-details-left-area .service-short-main-wrapper .single-short-service {
        flex-wrap: nowrap;
    }
}

@media (max-width: 768px) {
    .single-step-service-details {
        flex-direction: column;
    }

    .single-step-service-details .thumbnail {
        flex: 0 0 auto;
        width: 100%;
        height: 200px;
    }

    .single-step-service-details .content {
        width: 100%;
    }

    .single-step-service-details .btn-info-service {
        align-self: center;
    }
}

@media (min-width: 768px) {

    .more-30-years {
        margin-bottom: -222px;
    }

}

/* ==========================================================================
   PÁGINA CONTACTO - OPCIONES DE CONTACTO RÁPIDO
   ========================================================================== */
.contact-options-area {
    padding-top: 80px;
    padding-bottom: 0;
}

.contact-option-card {
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 15px;
    padding: 40px 30px;
    text-align: center;
    height: 100%;
    transition: all 0.3s ease;
}

.contact-option-card:hover {
    border-color: #da291d;
    box-shadow: 0 10px 40px rgba(218, 41, 29, 0.1);
    transform: translateY(-5px);
}

.contact-option-card.highlight {
    border-color: #da291d;
    background: linear-gradient(180deg, #fff9f8 0%, #ffffff 100%);
}

.contact-option-card .icon-wrapper {
    width: 80px;
    height: 80px;
    background: #f5f5f5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
}

.contact-option-card .icon-wrapper i {
    font-size: 32px;
    color: #da291d;
}

.contact-option-card .icon-wrapper.whatsapp {
    background: #e8f5e9;
}

.contact-option-card .icon-wrapper.whatsapp i {
    color: #25d366;
}

.contact-option-card .icon-wrapper.callback {
    background: #fff3e0;
}

.contact-option-card .icon-wrapper.callback i {
    color: #ff9800;
}

.contact-option-card .icon-wrapper.leire {
    background: #fef2f2;
}

.contact-option-card .icon-wrapper.leire i {
    color: #da291d;
}

.contact-option-card.leire {
    border-color: #e8e8e8;
    background: #fafafa;
}

.contact-option-card h4 {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 12px;
}

.contact-option-card p {
    font-size: 15px;
    color: #666666;
    line-height: 1.6;
    margin-bottom: 25px;
}

.contact-option-card .rts-btn {
    padding: 12px 30px;
    font-size: 14px;
    border-radius: 8px;
}

.contact-option-card .btn-whatsapp {
    background: #25d366;
}

.contact-option-card .btn-whatsapp:hover {
    background: #1da851;
}

/* Mini formulario Te llamamos */
.callback-mini-form .input-group {
    display: flex;
    gap: 10px;
}

.callback-mini-form input {
    flex: 1;
    padding: 12px 15px;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    font-size: 14px;
}

.callback-mini-form input:focus {
    outline: none;
    border-color: #da291d;
}

.callback-mini-form button {
    white-space: nowrap;
    padding: 12px 20px;
}

/* Trust badges */
.trust-badges-contact {
    display: flex;
    justify-content: center;
    gap: 50px;
    padding: 30px 0;
    border-top: 1px solid #e8e8e8;
    margin-top: 30px;
}

.trust-badges-contact .trust-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #666666;
    font-size: 14px;
}

.trust-badges-contact .trust-item i {
    font-size: 20px;
    color: #da291d;
}

/* ==========================================================================
   WIDGET FLOTANTE DE CONTACTO
   ========================================================================== */
.floating-contact-widget {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #ffffff;
    border-radius: 50px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    padding: 12px 25px;
    z-index: 9999;
    gap: 20px;
}

.floating-contact-widget .widget-option {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.floating-contact-widget .widget-option:hover {
    transform: scale(1.05);
}

.floating-contact-widget .widget-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.floating-contact-widget .widget-option.whatsapp .widget-icon {
    background: #e8f5e9;
    color: #25d366;
}

.floating-contact-widget .widget-option.phone .widget-icon {
    background: #f5f5f5;
    color: #333333;
}

.floating-contact-widget .widget-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.floating-contact-widget .widget-text small {
    font-size: 11px;
    color: #999999;
}

.floating-contact-widget .widget-text strong {
    font-size: 14px;
    color: #1a1a2e;
    font-weight: 600;
}

.floating-contact-widget .widget-divider {
    width: 1px;
    height: 35px;
    background: #e8e8e8;
}

/* Responsive para widget flotante */
@media (max-width: 768px) {
    .floating-contact-widget {
        bottom: 20px;
        right: 20px;
        padding: 10px 20px;
        gap: 15px;
    }

    .floating-contact-widget .widget-text {
        display: none;
    }

    .floating-contact-widget .widget-icon {
        width: 45px;
        height: 45px;
        font-size: 22px;
    }
}

/* Responsive para opciones de contacto */
@media (max-width: 768px) {
    .trust-badges-contact {
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }

    .callback-mini-form .input-group {
        flex-direction: column;
    }

    .callback-mini-form button {
        width: 100%;
    }
}

/* ==========================================================================
   PÁGINA RED LIDIARE - DESPACHOS
   ========================================================================== */

/* Hero Section */
.despachos-hero .despachos-hero-desc {
    font-size: 18px;
    color: #666666;
    margin-top: 20px;
    line-height: 1.7;
}

.despachos-hero .despachos-hero-desc strong {
    color: #da291d;
    font-weight: 700;
}

/* Stats Section */
.despachos-stats-section {
    padding: 40px 0;
    background: #f9f9f9;
    margin-top: -30px;
    position: relative;
    z-index: 10;
}

.despachos-stats-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    background: #ffffff;
    padding: 40px 60px;
    border-radius: 15px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.despachos-stats-wrapper .stat-item {
    text-align: center;
}

.despachos-stats-wrapper .stat-number {
    display: block;
    font-size: 42px;
    font-weight: 800;
    color: #da291d;
    line-height: 1;
}

.despachos-stats-wrapper .stat-label {
    display: block;
    font-size: 14px;
    color: #666666;
    margin-top: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.despachos-stats-wrapper .stat-divider {
    width: 1px;
    height: 50px;
    background: #e8e8e8;
}

/* Filter Section */
.despachos-filter-section {
    padding: 40px 0;
    background: #f9f9f9;
}

.despachos-filter-section .filter-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #ffffff;
    padding: 20px 30px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.despachos-filter-section .filter-wrapper label {
    font-weight: 600;
    color: #1a1a2e;
    white-space: nowrap;
}

.despachos-filter-section .filter-wrapper label i {
    color: #da291d;
    margin-right: 8px;
}

.despachos-filter-section .form-select {
    flex: 1;
    padding: 12px 15px;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    font-size: 15px;
}

.despachos-filter-section .form-select:focus {
    border-color: #da291d;
    box-shadow: 0 0 0 3px rgba(218, 41, 29, 0.1);
}

/* Listado Section */
.despachos-listado-section {
    background: #ffffff;
}

.despachos-container {
    max-width: 1500px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
}

.despachos-columna {
    display: flex;
    flex-direction: column;
}

.provincia-group {
    margin-bottom: 40px;
}

.provincia-group:last-child {
    margin-bottom: 0;
}

.provincia-group .row {
    align-items: stretch;
}

.provincia-group .row>[class*="col-"] {
    display: flex;
}

.provincia-header {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f0f0f0;
}

.provincia-title {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.provincia-title i {
    color: #da291d;
    font-size: 20px;
}

.provincia-title .count {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
}

/* Despacho Card */
.despacho-card {
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    padding: 25px;
    height: 100%;
    min-height: 344px;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
}

.despacho-card:hover {
    border-color: #da291d;
    box-shadow: 0 10px 30px rgba(218, 41, 29, 0.1);
    transform: translateY(-3px);
}

.despacho-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f0f0f0;
}

.despacho-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #da291d 0%, #b82318 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.despacho-icon img {
    width: 28px;
    height: auto;
    filter: brightness(0) invert(1);
}

.despacho-ciudad {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0;
    line-height: 1.3;
}

.despacho-body {
    flex: 1;
}

.despacho-info {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.despacho-info .info-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 14px;
    color: #555555;
    line-height: 1.5;
}

.despacho-info .info-item i {
    color: #da291d;
    font-size: 14px;
    margin-top: 3px;
    width: 16px;
    flex-shrink: 0;
}

.despacho-footer {
    display: flex;
    gap: 10px;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #f0f0f0;
}

.btn-despacho {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 15px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.btn-despacho.btn-maps {
    background: #f5f5f5;
    color: #333333;
}

.btn-despacho.btn-maps i {
    color: #da291d;
}

.btn-despacho.btn-maps:hover {
    background: #e8e8e8;
    color: #1a1a2e;
}

.btn-despacho.btn-contactar {
    background: #da291d;
    color: #ffffff;
}

.btn-despacho.btn-contactar:hover {
    background: #b82318;
}

/* CTA Section */
.despachos-cta-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #1a1a2e 0%, #2d2d44 100%);
}

.despachos-cta-section h2 {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
}

.despachos-cta-section p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 30px;
    line-height: 1.7;
}

.despachos-cta-section .cta-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.despachos-cta-section .btn-secondary {
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: #ffffff;
}

.despachos-cta-section .btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
}

/* Modal Contacto Despacho */
#contactoDespachoModal .modal-content {
    border: none;
    border-radius: 15px;
}

#contactoDespachoModal .modal-header {
    background: linear-gradient(135deg, #1a1a2e 0%, #2d2d44 100%);
    border-radius: 15px 15px 0 0;
    padding: 25px 30px;
    border: none;
}

#contactoDespachoModal .modal-header-content {
    flex: 1;
}

#contactoDespachoModal .modal-title {
    color: #ffffff !important;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
}

#contactoDespachoModal .modal-header .modal-title {
    color: #ffffff !important;
}

#contactoDespachoModal .modal-subtitle {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    margin: 0;
}

#contactoDespachoModal .btn-close {
    filter: invert(1);
    opacity: 0.7;
}

#contactoDespachoModal .btn-close:hover {
    opacity: 1;
}

#contactoDespachoModal .modal-body {
    padding: 30px;
}

.modal-phone-banner {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 25px;
}

.modal-phone-banner .phone-icon {
    width: 50px;
    height: 50px;
    background: #da291d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-phone-banner .phone-icon i {
    color: #ffffff;
    font-size: 20px;
}

.modal-phone-banner .phone-info {
    display: flex;
    flex-direction: column;
}

.modal-phone-banner .phone-label {
    font-size: 12px;
    color: #999999;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.modal-phone-banner .phone-number {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a2e;
    text-decoration: none;
}

.modal-phone-banner .phone-number:hover {
    color: #da291d;
}

.despacho-contact-form .form-label {
    font-size: 13px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 6px;
}

.despacho-contact-form .form-control,
.despacho-contact-form .form-select {
    padding: 12px 15px;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    font-size: 14px;
}

.despacho-contact-form .form-control:focus,
.despacho-contact-form .form-select:focus {
    border-color: #da291d;
    box-shadow: 0 0 0 3px rgba(218, 41, 29, 0.1);
}

.despacho-contact-form .form-check-label {
    font-size: 13px;
    color: #666666;
}

.despacho-contact-form .form-check-label a {
    color: #da291d;
}

#contactoDespachoModal .modal-footer {
    padding: 20px 30px;
    border-top: 1px solid #e8e8e8;
}

/* Responsive Despachos */
@media (max-width: 991px) {
    .despachos-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .despachos-stats-wrapper {
        flex-wrap: wrap;
        gap: 30px;
        padding: 30px;
    }

    .despachos-stats-wrapper .stat-divider {
        display: none;
    }

    .despachos-stats-wrapper .stat-item {
        flex: 0 0 calc(50% - 15px);
    }
}

@media (max-width: 768px) {
    .despachos-filter-section .filter-wrapper {
        flex-direction: column;
        align-items: stretch;
    }

    .despachos-filter-section .filter-wrapper label {
        text-align: center;
    }

    .despachos-cta-section .cta-buttons .rts-btn {
        width: 100%;
    }

    .despacho-footer {
        flex-direction: column;
    }

    .modal-phone-banner {
        flex-direction: column;
        text-align: center;
    }
}

/* ==========================================================================
   LIDIARE ILIMITY - LANDING PAGE STYLES
   ========================================================================== */

/* === Variables específicas ILIMITY === */
.ilimity-page {
    --ilimity-gradient: linear-gradient(135deg, #da291d 0%, #b82318 100%);
}

/* === Hero Section Fullscreen === */
.ilimity-hero-fullscreen {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.ilimity-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(26, 26, 46, 0.85) 0%, rgba(45, 45, 68, 0.75) 100%);
    z-index: 1;
}

.ilimity-hero-fullscreen .container {
    position: relative;
    z-index: 2;
}

.min-vh-80 {
    min-height: 80vh;
}

.ilimity-hero-content {
    position: relative;
    z-index: 2;
    max-width: 650px;
    padding: 40px 0;
}

.ilimity-badge {
    display: inline-block;
    background: rgba(218, 41, 29, 0.2);
    color: #da291d;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 15px;
    border-radius: 20px;
    margin-bottom: 25px;
    letter-spacing: 1px;
}

.ilimity-brand {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

.ilimity-brand .brand-lidiare {
    font-size: 28px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1;
}

.ilimity-brand .brand-ilimity {
    font-size: 72px;
    font-weight: 800;
    color: #da291d;
    line-height: 1;
    letter-spacing: -2px;
}

.ilimity-hero-title {
    font-size: 48px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
    line-height: 1.2;
}

.ilimity-hero-title .text-highlight {
    color: #da291d;
}

.ilimity-hero-subtitle {
    font-size: 22px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 25px;
    font-style: italic;
}

.ilimity-hero-text {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
    margin-bottom: 35px;
    max-width: 500px;
}

.ilimity-hero-ctas {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.btn-ilimity-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 30px;
    background: #da291d;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.btn-ilimity-primary:hover {
    background: #b82318;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(218, 41, 29, 0.3);
}

.btn-ilimity-primary.btn-lg {
    padding: 18px 40px;
    font-size: 16px;
}

.btn-ilimity-secondary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 30px;
    background: transparent;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-ilimity-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
    color: #ffffff;
}

.btn-ilimity-white {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 30px;
    background: #ffffff;
    color: #1a1a2e;
    font-size: 15px;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-ilimity-white:hover {
    background: #f5f5f5;
    color: #da291d;
    transform: translateY(-2px);
}

/* Hero image styles removed - using fullscreen background */

/* === Section Common Styles === */
.section-padding {
    padding: 80px 0;
}

.section-badge {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    color: #da291d;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.section-badge.badge-light {
    color: rgba(255, 255, 255, 0.7);
}

.section-title {
    font-size: 38px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 15px;
    line-height: 1.3;
}

.section-title .text-red {
    color: #da291d;
}

.section-subtitle {
    font-size: 18px;
    color: #666666;
    max-width: 600px;
    margin: 0 auto;
}

.bg-light {
    background: #f9f9f9 !important;
}

.bg-dark {
    background: linear-gradient(135deg, #1a1a2e 0%, #2d2d44 100%) !important;
}

/* === About Section === */
.ilimity-about-content .lead-text {
    font-size: 18px;
    color: #333333;
    line-height: 1.7;
    margin-bottom: 20px;
}

.ilimity-stats-row {
    display: flex;
    gap: 40px;
    margin-top: 35px;
    padding-top: 35px;
    border-top: 1px solid #e8e8e8;
}

.ilimity-stat {
    text-align: center;
}

.ilimity-stat .stat-number {
    display: block;
    font-size: 36px;
    font-weight: 800;
    color: #da291d;
    line-height: 1;
}

.ilimity-stat .stat-label {
    display: block;
    font-size: 13px;
    color: #666666;
    margin-top: 5px;
}

.ilimity-about-image {
    position: relative;
}

.ilimity-about-image img {
    width: 100%;
    border-radius: 20px;
}

.ilimity-about-image .about-image-accent {
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 200px;
    height: 200px;
    background: linear-gradient(135deg, rgba(218, 41, 29, 0.1) 0%, rgba(218, 41, 29, 0.05) 100%);
    border-radius: 20px;
    z-index: -1;
}

/* === Target Section === */
.target-card {
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 15px;
    padding: 35px 30px;
    text-align: center;
    height: 100%;
    transition: all 0.3s ease;
}

.target-card:hover {
    border-color: #da291d;
    box-shadow: 0 15px 40px rgba(218, 41, 29, 0.1);
    transform: translateY(-5px);
}

.target-card .target-icon {
    width: 70px;
    height: 70px;
    background: #f5f5f5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    transition: all 0.3s ease;
}

.target-card:hover .target-icon {
    background: linear-gradient(135deg, #da291d 0%, #b82318 100%);
}

.target-card .target-icon i {
    font-size: 28px;
    color: #da291d;
    transition: all 0.3s ease;
}

.target-card:hover .target-icon i {
    color: #ffffff;
}

.target-card h4 {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 12px;
}

.target-card p {
    font-size: 14px;
    color: #666666;
    line-height: 1.6;
    margin: 0;
}

/* === Benefits Section === */
.benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.benefit-item {
    display: flex;
    gap: 20px;
    padding: 25px;
    background: #f9f9f9;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.benefit-item:hover {
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.benefit-item .benefit-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #da291d 0%, #b82318 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.benefit-item .benefit-icon i {
    color: #ffffff;
    font-size: 20px;
}

.benefit-item .benefit-content h5 {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 8px;
}

.benefit-item .benefit-content p {
    font-size: 14px;
    color: #666666;
    line-height: 1.5;
    margin: 0;
}

/* === Process Section === */
.process-timeline {
    margin-top: 30px;
}

.process-step {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 35px 25px;
    text-align: center;
    height: 100%;
    position: relative;
    transition: all 0.3s ease;
}

.process-step:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-5px);
}

.process-step .step-number {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: #da291d;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    padding: 5px 15px;
    border-radius: 20px;
}

.process-step .step-icon {
    width: 70px;
    height: 70px;
    background: rgba(218, 41, 29, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto 20px;
}

.process-step .step-icon i {
    font-size: 28px;
    color: #da291d;
}

.process-step h4 {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 12px;
}

.process-step p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    margin: 0;
}

/* === Services Check Cards === */
.service-check-card {
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 15px;
    padding: 30px;
    height: 100%;
    transition: all 0.3s ease;
}

.service-check-card:hover {
    border-color: #da291d;
    box-shadow: 0 15px 40px rgba(218, 41, 29, 0.1);
}

.service-check-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f0f0f0;
}

.service-check-header i {
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #da291d 0%, #b82318 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 20px;
}

.service-check-header h5 {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0;
}

.service-check-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-check-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    font-size: 14px;
    color: #555555;
    border-bottom: 1px solid #f5f5f5;
}

.service-check-list li:last-child {
    border-bottom: none;
}

.service-check-list li i {
    color: #25d366;
    font-size: 14px;
}

/* === Checklist Section === */
.checklist-image-wrapper {
    position: relative;
}

.checklist-image {
    width: 100%;
    border-radius: 20px;
}

.checklist-badge {
    position: absolute;
    bottom: 30px;
    right: -30px;
    background: linear-gradient(135deg, #da291d 0%, #b82318 100%);
    color: #ffffff;
    padding: 20px 25px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 15px 40px rgba(218, 41, 29, 0.3);
}

.checklist-badge i {
    font-size: 32px;
}

.checklist-badge span {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
}

.checklist-items {
    margin-top: 30px;
}

.checklist-item {
    display: flex;
    gap: 20px;
    padding: 20px 0;
    border-bottom: 1px solid #e8e8e8;
}

.checklist-item:last-child {
    border-bottom: none;
}

.checklist-item .check-icon {
    flex-shrink: 0;
}

.checklist-item .check-icon i {
    font-size: 28px;
    color: #25d366;
}

.checklist-item .check-content h5 {
    font-size: 17px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 5px;
}

.checklist-item .check-content p {
    font-size: 14px;
    color: #666666;
    line-height: 1.5;
    margin: 0;
}

/* === Testimonials ILIMITY === */
.testimonial-card-ilimity {
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 15px;
    padding: 30px;
    height: 100%;
}

.testimonial-card-ilimity .testimonial-stars {
    margin-bottom: 15px;
}

.testimonial-card-ilimity .testimonial-stars i {
    color: #FBB002;
    font-size: 16px;
}

.testimonial-card-ilimity .testimonial-text {
    font-size: 15px;
    color: #555555;
    line-height: 1.7;
    margin-bottom: 25px;
    font-style: italic;
}

.testimonial-card-ilimity .testimonial-author {
    display: flex;
    align-items: center;
    gap: 15px;
}

.testimonial-card-ilimity .author-avatar {
    width: 50px;
    height: 50px;
    background: #f5f5f5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-card-ilimity .author-avatar i {
    font-size: 20px;
    color: #999999;
}

.testimonial-card-ilimity .author-info strong {
    display: block;
    font-size: 15px;
    color: #1a1a2e;
}

.testimonial-card-ilimity .author-info span {
    font-size: 13px;
    color: #999999;
}

/* === CTA Banner === */
.ilimity-cta-banner {
    background: linear-gradient(135deg, #da291d 0%, #b82318 100%);
    padding: 60px 0;
}

.ilimity-cta-banner .cta-banner-content {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 40px 50px;
}

.ilimity-cta-banner h3 {
    font-size: 28px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
}

.ilimity-cta-banner p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
}

/* === Contact Section === */
.contact-info-ilimity {
    padding-right: 30px;
}

.contact-methods {
    margin-top: 30px;
}

.contact-method {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px 0;
    border-bottom: 1px solid #e8e8e8;
}

.contact-method:last-child {
    border-bottom: none;
}

.contact-method .method-icon {
    width: 50px;
    height: 50px;
    background: #f5f5f5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-method .method-icon i {
    font-size: 20px;
    color: #da291d;
}

.contact-method .method-info span {
    display: block;
    font-size: 12px;
    color: #999999;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.contact-method .method-info a {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a2e;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-method .method-info a:hover {
    color: #da291d;
}

.contact-guarantee {
    display: flex;
    gap: 15px;
    background: #f9f9f9;
    padding: 20px;
    border-radius: 12px;
    margin-top: 30px;
}

.contact-guarantee i {
    font-size: 24px;
    color: #25d366;
    flex-shrink: 0;
}

.contact-guarantee p {
    font-size: 14px;
    color: #666666;
    line-height: 1.5;
    margin: 0;
}

/* === Contact Form === */
.contact-form-ilimity {
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
}

.ilimity-form .form-group {
    margin-bottom: 5px;
}

.ilimity-form .form-group label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 8px;
}

.ilimity-form .form-control,
.ilimity-form .form-select {
    padding: 14px 16px;
    border: none;
    border-radius: 25px;
    font-size: 14px;
    background-color: #f5f5f5;
    transition: all 0.3s ease;
}

.ilimity-form .form-control:focus,
.ilimity-form .form-select:focus {
    background-color: #eeeeee;
    box-shadow: 0 0 0 3px rgba(218, 41, 29, 0.1);
    outline: none;
}

.ilimity-form textarea.form-control {
    border-radius: 16px;
    min-height: 120px;
}

.ilimity-form .form-check {
    margin-top: 15px;
}

.ilimity-form .form-check-input {
    width: 18px;
    height: 18px;
    accent-color: #da291d;
}

.ilimity-form .form-check-label {
    font-size: 13px;
    color: #666666;
    margin-left: 5px;
}

.ilimity-form .form-check-label a {
    color: #da291d;
    text-decoration: underline;
}

/* === FAQ ILIMITY === */
.ilimity-accordion .accordion-item {
    border: 1px solid #e8e8e8;
    border-radius: 12px !important;
    margin-bottom: 15px;
    overflow: hidden;
}

.ilimity-accordion .accordion-button {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a2e;
    padding: 20px 25px;
    background: #ffffff;
}

.ilimity-accordion .accordion-button:not(.collapsed) {
    background: #f9f9f9;
    color: #da291d;
    box-shadow: none;
}

.ilimity-accordion .accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}

.ilimity-accordion .accordion-button::after {
    background-size: 16px;
}

.ilimity-accordion .accordion-body {
    padding: 0 25px 25px;
    font-size: 15px;
    color: #666666;
    line-height: 1.7;
}

/* === Responsive ILIMITY === */
@media (max-width: 991px) {
    .ilimity-hero-fullscreen {
        min-height: 90vh;
    }

    .ilimity-brand .brand-ilimity {
        font-size: 56px;
    }

    .ilimity-hero-title {
        font-size: 38px;
    }

    .section-title {
        font-size: 32px;
    }

    .benefits-grid {
        grid-template-columns: 1fr;
    }

    .ilimity-stats-row {
        flex-wrap: wrap;
        gap: 25px;
    }

    .ilimity-stat {
        flex: 0 0 calc(33.33% - 20px);
    }

    .contact-info-ilimity {
        padding-right: 0;
        margin-bottom: 40px;
    }

    .checklist-badge {
        right: 20px;
        bottom: 20px;
    }
}

@media (max-width: 768px) {
    .ilimity-hero-fullscreen {
        min-height: 100vh;
        padding: 100px 0 60px;
    }

    .ilimity-hero-content {
        max-width: 100%;
    }

    .ilimity-brand .brand-ilimity {
        font-size: 48px;
    }

    .ilimity-hero-title {
        font-size: 32px;
    }

    .ilimity-hero-ctas {
        flex-direction: column;
    }

    .ilimity-hero-ctas .btn-ilimity-primary,
    .ilimity-hero-ctas .btn-ilimity-secondary {
        width: 100%;
        justify-content: center;
    }

    .section-padding {
        padding: 60px 0;
    }

    .section-title {
        font-size: 28px;
    }

    .ilimity-stats-row {
        align-items: center;
        text-align: center;
    }

    .ilimity-stat {
        flex: none;
    }

    .ilimity-cta-banner .cta-banner-content {
        padding: 30px;
        text-align: center;
    }

    .ilimity-cta-banner .btn-ilimity-white {
        margin-top: 20px;
    }

    .contact-form-ilimity {
        padding: 25px;
    }

    .checklist-badge {
        position: relative;
        right: auto;
        bottom: auto;
        margin-top: 20px;
        display: inline-flex;
    }
}


/* =============================================
   LIDIARE CONECTIA - Landing Page Styles
   Paleta coherente: negros, grises, blancos, rojo
   ============================================= */

/* Hero Fullscreen CONECTIA */
.conectia-hero-fullscreen {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.conectia-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(26, 26, 46, 0.85) 0%, rgba(45, 45, 68, 0.75) 100%);
    z-index: 1;
}

.conectia-hero-fullscreen .container {
    position: relative;
    z-index: 2;
}

.conectia-hero-content {
    max-width: 700px;
    padding-top: 100px;
}

.conectia-badge {
    display: inline-block;
    background: var(--lidiare-red);
    color: #fff;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 25px;
    animation: fadeInUp 0.6s ease-out;
}

.conectia-brand {
    display: flex;
    align-items: baseline;
    gap: 15px;
    margin-bottom: 20px;
    animation: fadeInUp 0.6s ease-out 0.1s backwards;
}

.conectia-brand .brand-lidiare {
    font-size: 24px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.8);
    letter-spacing: 3px;
}

.conectia-brand .brand-conectia {
    font-size: 64px;
    font-weight: 800;
    color: var(--lidiare-red);
    letter-spacing: -1px;
}

.conectia-hero-title {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
    line-height: 1.1;
    animation: fadeInUp 0.6s ease-out 0.2s backwards;
}

.conectia-hero-title .text-highlight {
    color: var(--lidiare-red);
}

.conectia-hero-subtitle {
    font-size: 24px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 20px;
    animation: fadeInUp 0.6s ease-out 0.3s backwards;
}

.conectia-hero-text {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.7;
    margin-bottom: 35px;
    animation: fadeInUp 0.6s ease-out 0.4s backwards;
}

.conectia-hero-ctas {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    animation: fadeInUp 0.6s ease-out 0.5s backwards;
}

.btn-conectia-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--lidiare-red);
    color: #fff;
    padding: 16px 32px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(220, 38, 38, 0.4);
}

.btn-conectia-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(220, 38, 38, 0.5);
    background: #c41e3a;
    color: #fff;
}

.btn-conectia-secondary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: transparent;
    color: #fff;
    padding: 16px 32px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    border: 2px solid rgba(255, 255, 255, 0.4);
    transition: all 0.3s ease;
}

.btn-conectia-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #fff;
    color: #fff;
}

.btn-conectia-white {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    color: var(--lidiare-red);
    padding: 16px 32px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-conectia-white:hover {
    background: rgba(255, 255, 255, 0.9);
    transform: translateY(-2px);
    color: #c41e3a;
}

/* About Section CONECTIA */
.conectia-about-content .section-title {
    margin-bottom: 25px;
}

.conectia-about-content .lead-text {
    font-size: 18px;
    color: #444;
    line-height: 1.7;
    margin-bottom: 20px;
}

.conectia-stats-row {
    display: flex;
    gap: 30px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.conectia-stat {
    flex: 1;
    min-width: 120px;
}

.conectia-stat .stat-number {
    display: block;
    font-size: 36px;
    font-weight: 800;
    color: var(--lidiare-red);
    line-height: 1;
    margin-bottom: 5px;
}

.conectia-stat .stat-label {
    font-size: 14px;
    color: #666;
}

.conectia-about-image {
    position: relative;
}

.conectia-about-image img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.about-image-accent.conectia-accent {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 3px solid var(--lidiare-red);
    border-radius: 12px;
    top: 20px;
    left: -20px;
    z-index: -1;
}

/* Profile Cards CONECTIA */
.conectia-profile-card {
    background: #fff;
    border-radius: 16px;
    padding: 40px;
    height: 100%;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.conectia-profile-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.conectia-profile-card.vendedor {
    border-color: var(--lidiare-red);
}

.conectia-profile-card.vendedor .profile-icon {
    background: linear-gradient(135deg, var(--lidiare-red) 0%, #c41e3a 100%);
}

.conectia-profile-card.comprador {
    border-color: #1a1a2e;
}

.conectia-profile-card.comprador .profile-icon {
    background: linear-gradient(135deg, #1a1a2e 0%, #2d2d44 100%);
}

.profile-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.profile-icon {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-icon i {
    font-size: 26px;
    color: #fff;
}

.profile-header h3 {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0;
}

.profile-intro {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 25px;
}

.profile-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.profile-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    color: #444;
    font-size: 15px;
}

.profile-list li:last-child {
    border-bottom: none;
}

.conectia-profile-card.vendedor .profile-list li i {
    color: var(--lidiare-red);
}

.conectia-profile-card.comprador .profile-list li i {
    color: #1a1a2e;
}

.btn-profile {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 15px 25px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.conectia-profile-card.vendedor .btn-profile {
    background: var(--lidiare-red);
    color: #fff;
}

.conectia-profile-card.vendedor .btn-profile:hover {
    background: #c41e3a;
    color: #fff;
}

.conectia-profile-card.comprador .btn-profile {
    background: #1a1a2e;
    color: #fff;
}

.conectia-profile-card.comprador .btn-profile:hover {
    background: #2d2d44;
    color: #fff;
}

/* Benefits CONECTIA */
.conectia-benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.conectia-benefit .benefit-icon {
    background: var(--lidiare-red);
}

.conectia-benefit .benefit-icon i {
    color: #fff;
}

/* Process CONECTIA */
.conectia-timeline .conectia-step {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.conectia-timeline .conectia-step:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: var(--lidiare-red);
}

.conectia-timeline .step-icon {
    background: var(--lidiare-red);
}

.conectia-timeline .step-icon i {
    color: #fff;
}

/* Operation Cards */
.operation-card {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid #eee;
}

.operation-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    border-color: var(--lidiare-red);
}

.operation-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: rgba(220, 38, 38, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.operation-icon i {
    font-size: 28px;
    color: var(--lidiare-red);
}

.operation-card h5 {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 12px;
}

.operation-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
}

.operation-tag {
    display: inline-block;
    background: var(--lidiare-red);
    color: #fff;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

/* Checklist CONECTIA */
.conectia-image-wrapper .checklist-image {
    border-radius: 12px;
}

.checklist-badge.conectia-badge-alt {
    background: var(--lidiare-red);
}

.conectia-checklist-items .conectia-check .check-icon i {
    color: var(--lidiare-red);
}

/* Testimonials CONECTIA */
.testimonial-card-conectia {
    background: #fff;
    border-radius: 16px;
    padding: 35px;
    height: 100%;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    position: relative;
    border: 1px solid #eee;
    transition: all 0.3s ease;
}

.testimonial-card-conectia:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.testimonial-tag {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #1a1a2e;
    color: #fff;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}

.testimonial-card-conectia .testimonial-stars {
    margin-bottom: 20px;
}

.testimonial-card-conectia .testimonial-stars i {
    color: #fbbf24;
    font-size: 14px;
}

.testimonial-card-conectia .testimonial-text {
    font-size: 15px;
    line-height: 1.7;
    color: #444;
    font-style: italic;
    margin-bottom: 25px;
}

.testimonial-card-conectia .testimonial-author {
    display: flex;
    align-items: center;
    gap: 15px;
}

.testimonial-card-conectia .author-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(220, 38, 38, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-card-conectia .author-avatar i {
    color: var(--lidiare-red);
    font-size: 20px;
}

.testimonial-card-conectia .author-info strong {
    display: block;
    color: #1a1a2e;
    font-weight: 600;
}

.testimonial-card-conectia .author-info span {
    font-size: 13px;
    color: #888;
}

/* CTA Banner CONECTIA */
.conectia-cta-banner {
    background: #1a1a2e;
    padding: 60px 0;
}

.cta-banner-content.conectia-cta {
    background: transparent;
    box-shadow: none;
    padding: 0;
}

.conectia-cta-banner h3 {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.conectia-cta-banner p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    margin: 0;
}

/* Contact CONECTIA */
.contact-info-conectia .section-title {
    margin-bottom: 20px;
}

.conectia-methods .method-icon {
    background: var(--lidiare-red);
}

.conectia-methods .method-icon i {
    color: #fff;
}

.contact-guarantee.conectia-guarantee {
    background: rgba(220, 38, 38, 0.08);
    border-left-color: var(--lidiare-red);
}

.contact-guarantee.conectia-guarantee i {
    color: var(--lidiare-red);
}

/* Destacado Red de Despachos */
.despachos-highlight {
    margin-top: 30px;
    background: #fff;
    border-radius: 12px;
    border: 2px solid #1a1a2e;
    overflow: hidden;
    transition: all 0.3s ease;
}

.despachos-highlight:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.despachos-highlight-content {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 25px;
}

.despachos-highlight .highlight-icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    border-radius: 12px;
    background: #1a1a2e;
    display: flex;
    align-items: center;
    justify-content: center;
}

.despachos-highlight .highlight-icon i {
    font-size: 24px;
    color: #fff;
}

.despachos-highlight .highlight-text h5 {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 5px 0;
}

.despachos-highlight .highlight-text p {
    font-size: 14px;
    color: #666;
    margin: 0 0 10px 0;
    line-height: 1.5;
}

.despachos-highlight .highlight-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--lidiare-red);
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.despachos-highlight .highlight-link:hover {
    gap: 12px;
}

.despachos-highlight .highlight-link i {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.despachos-highlight .highlight-link:hover i {
    transform: translateX(3px);
}

@media (max-width: 575px) {
    .despachos-highlight-content {
        flex-direction: column;
        text-align: center;
    }
}

.contact-form-conectia {
    background: #fff;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
}

.conectia-form .form-group {
    margin-bottom: 5px;
}

.conectia-form .form-group label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 8px;
}

.conectia-form .form-control,
.conectia-form .form-select {
    padding: 14px 16px;
    border: none;
    border-radius: 25px;
    font-size: 14px;
    background-color: #f5f5f5;
    transition: all 0.3s ease;
}

.conectia-form .form-control:focus,
.conectia-form .form-select:focus {
    background-color: #eeeeee;
    box-shadow: 0 0 0 3px rgba(218, 41, 29, 0.1);
    outline: none;
}

.conectia-form textarea.form-control {
    border-radius: 16px;
    min-height: 120px;
}

.conectia-form .form-check {
    margin-top: 15px;
}

.conectia-form .form-check-input {
    width: 18px;
    height: 18px;
    accent-color: #da291d;
}

.conectia-form .form-check-label {
    font-size: 13px;
    color: #666666;
    margin-left: 5px;
}

.conectia-form .form-check-label a {
    color: #da291d;
    text-decoration: underline;
}

/* Radio Group CONECTIA */
.form-radio-group {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.form-radio {
    flex: 1;
    min-width: 200px;
    cursor: pointer;
}

.form-radio input {
    display: none;
}

.radio-label {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 20px;
    border: none;
    border-radius: 25px;
    background-color: #f5f5f5;
    transition: all 0.3s ease;
    font-weight: 500;
}

.radio-label i {
    font-size: 18px;
    color: #888;
}

.form-radio input:checked+.radio-label {
    background: rgba(220, 38, 38, 0.1);
    box-shadow: 0 0 0 2px var(--lidiare-red);
}

.form-radio input:checked+.radio-label i {
    color: var(--lidiare-red);
}

/* FAQ CONECTIA - Mismo estilo que ILIMITY */
.conectia-accordion .accordion-item {
    border: 1px solid #e8e8e8;
    border-radius: 12px !important;
    margin-bottom: 15px;
    overflow: hidden;
}

.conectia-accordion .accordion-button {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a2e;
    padding: 20px 25px;
    background: #ffffff;
}

.conectia-accordion .accordion-button:not(.collapsed) {
    background: #f9f9f9;
    color: #da291d;
    box-shadow: none;
}

.conectia-accordion .accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}

.conectia-accordion .accordion-button::after {
    background-size: 16px;
}

.conectia-accordion .accordion-body {
    padding: 0 25px 25px;
    font-size: 15px;
    color: #666666;
    line-height: 1.7;
}

.newsletter-title {
    position: relative;
    width: fit-content;
}

.newsletter-title img {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 32px;
}

/*rts-breadcrumb-area {
    height: 700px !important;
}*/

.rts-breadcrumb-area .categoria-badge {
    font-size: 28px;
    font-weight: 500;
}

.post-excerpt,
.blog-content-area {
    font-size: 16px !important;
}

@media (min-width: 992px) {
    .newsletter-title img {
        right: -40px;
        width: initial;
    }

    .mb--lg--150 {
        margin-bottom: 150px;
    }
}

/* Responsive CONECTIA */
@media (max-width: 991px) {
    .conectia-brand .brand-conectia {
        font-size: 48px;
    }

    .conectia-hero-title {
        font-size: 36px;
    }

    .conectia-benefits-grid {
        grid-template-columns: 1fr;
    }

    .conectia-profile-card {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .conectia-hero-content {
        max-width: 100%;
    }

    .conectia-brand .brand-conectia {
        font-size: 42px;
    }

    .conectia-hero-title {
        font-size: 28px;
    }

    .conectia-hero-ctas {
        flex-direction: column;
    }

    .conectia-hero-ctas .btn-conectia-primary,
    .conectia-hero-ctas .btn-conectia-secondary {
        width: 100%;
        justify-content: center;
    }

    .conectia-stats-row,
    .ilimity-stats-row {
        align-items: center;
        text-align: center;
        margin-bottom: 30px;
    }

    .conectia-stat,
    .ilimity-stat {
        flex: none;
        min-width: initial;
        width: 90px;
    }

    .conectia-stat .stat-number,
    .ilimity-stat .stat-number {
        font-size: 24px;
    }

    .conectia-stat .stat-label,
    .ilimity-stat .stat-label {
        display: block;
        line-height: 16px;
    }

    .conectia-cta-banner .cta-banner-content {
        text-align: center;
    }

    .conectia-cta-banner .btn-conectia-white {
        margin-top: 20px;
    }

    .contact-form-conectia {
        padding: 25px;
    }

    .form-radio-group {
        flex-direction: column;
    }

    .form-radio {
        min-width: 100%;
    }

    .profile-header {
        flex-direction: column;
        text-align: center;
    }
}