/* ============================================================
   Inicio — Hero Banner & Our Speciality
   (Estilo Heaven X adaptado a Multipagos Cofre)
   ============================================================ */

/* ── BANNER ── */
.banner_part {
    position: relative;
    min-height: 780px;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 160px 0 160px;
}

.banner_bg_slides { position: absolute; inset: 0; z-index: 0; }

.banner_bg {
    position: absolute; inset: 0;
    background-size: cover; background-position: center;
    opacity: 0; transition: opacity .9s ease;
}
.banner_bg.active { opacity: 1; }

/* Gradiente izquierda → derecha (imagen visible en el lado derecho) */
.banner_bg::after {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(to right,
        rgba(15,20,40,0.92) 0%,
        rgba(15,20,40,0.80) 45%,
        rgba(15,20,40,0.25) 70%,
        rgba(15,20,40,0.0) 100%);
}

.banner_part .container { position: relative; z-index: 2; }

/* ── Flechas verticales izquierda ── */
.banner_nav_left {
    position: absolute; left: 24px; top: 50%; transform: translateY(-50%);
    z-index: 5; display: flex; flex-direction: column; gap: 12px;
}
.banner_nav_left button {
    width: 38px; height: 38px; border-radius: 50%;
    background: rgba(255,255,255,0.15); border: 1px solid rgba(255,255,255,0.25);
    color: #fff; font-size: 1rem; cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    transition: all .2s;
}
.banner_nav_left button:hover {
    background: rgba(255,255,255,0.30);
    border-color: rgba(255,255,255,0.5);
}

/* ── Texto del banner ── */
.banner_text { position: relative; min-height: 280px; }
.banner_text_iner { display: none; animation: bannerIn .6s ease; }
.banner_text_iner.active { display: block; }

@keyframes bannerIn {
    from { opacity: 0; transform: translateY(22px); }
    to   { opacity: 1; transform: translateY(0); }
}

.banner_text_iner h5 {
    font-size: 0.78rem; font-weight: 700; letter-spacing: .18em;
    text-transform: uppercase; color: #f97316; margin-bottom: 18px;
}
.banner_text_iner h1 {
    font-size: 3.6rem; font-weight: 900; line-height: 1.05;
    color: #fff; margin-bottom: 22px;
}
.banner_text_iner p {
    font-size: 0.95rem; color: #cbd5e1; line-height: 1.8;
    max-width: 480px; margin-bottom: 36px;
}

/* ── Botón Heaven X: texto blanco + caja naranja ── */
.btn_1 {
    display: inline-flex; align-items: center; gap: 0;
    color: #fff; font-size: 0.82rem; font-weight: 700;
    text-transform: uppercase; letter-spacing: .1em;
    text-decoration: none; transition: all .2s;
}
.btn_1 span {
    width: 40px; height: 40px; background: #f97316;
    display: inline-flex; align-items: center; justify-content: center;
    margin-left: 14px; border-radius: 4px; font-size: 1rem;
    transition: background .2s;
}
.btn_1:hover { color: #f97316; }
.btn_1:hover span { background: #ea6c00; }

/* ── Dots ── */
.banner_dots { display: flex; gap: 10px; margin-top: 40px; }
.bdot {
    width: 28px; height: 4px; border-radius: 2px;
    background: rgba(255,255,255,0.3); cursor: pointer; transition: all .3s;
}
.bdot.active { background: #f97316; width: 44px; }

/* ── OUR SPECIALITY ── */
.our_speciality {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 8px 40px rgba(0,0,0,0.10);
    position: relative;
    z-index: 10;
    margin-top: -80px;
    margin-bottom: 0;
}

.single_special_part {
    display: flex; align-items: flex-start; gap: 22px;
    padding: 40px 36px;
}
.single_special_part.border_left { border-right: 1px solid #ececec; }

.single_special_part .sp_icon {
    font-size: 2.2rem; color: #f97316;
    flex-shrink: 0; margin-top: 4px;
}
.single_special_text h3 {
    font-size: 1.1rem; font-weight: 700; color: #1f2937; margin: 0 0 8px;
}
.single_special_text p {
    font-size: 0.88rem; color: #6b7280; margin: 0; line-height: 1.6;
}

/* ── Responsive ── */
@media (max-width: 992px) {
    .banner_text_iner h1 { font-size: 2.4rem; }
    .banner_nav_left { display: none; }
    .our_speciality { margin-top: 0; }
    .single_special_part.border_left { border-right: none; border-bottom: 1px solid #ececec; }
}
@media (max-width: 576px) {
    .banner_part { min-height: 500px; padding: 120px 0 120px; }
    .banner_text_iner h1 { font-size: 2rem; }
}


/* ============================================================
   Secciones: About · Services · Aliados
   ============================================================ */

/* ── Utilidades comunes ── */
.ix-section-tag {
    font-size: 0.78rem; font-weight: 700; letter-spacing: .18em;
    text-transform: uppercase; color: #f97316; margin-bottom: 12px;
    display: block;
}
.ix-section-title {
    font-size: 2.6rem; font-weight: 900; color: #1f2937;
    line-height: 1.1; margin-bottom: 16px;
}
.ix-section-title span { color: #f97316; }
.ix-sec-sub {
    font-size: 1rem; color: #6b7280; max-width: 600px; margin: 0 auto;
}
.ix-sec-header { margin-bottom: 52px; }

/* ── ABOUT ── */
.ix-about-section {
    padding: 100px 0;
    background: #fff;
}
.ix-about-img-wrap {
    position: relative; display: inline-block; width: 100%;
}
.ix-about-img {
    width: 100%; border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.12);
    object-fit: cover; max-height: 520px;
}
.ix-about-badge {
    position: absolute; bottom: -24px; right: -24px;
    background: linear-gradient(135deg, #1a2744, #2e3d6d);
    color: #fff; border-radius: 14px;
    padding: 20px 24px; text-align: center;
    box-shadow: 0 8px 30px rgba(26,39,68,0.35);
}
.ix-ab-num {
    display: block; font-size: 2.4rem; font-weight: 900;
    color: #f97316; line-height: 1;
}
.ix-ab-txt {
    font-size: 0.78rem; font-weight: 600; color: #cbd5e1;
    text-transform: uppercase; letter-spacing: .08em; line-height: 1.4;
    display: block; margin-top: 4px;
}
.ix-about-desc {
    font-size: 0.97rem; color: #4b5563; line-height: 1.85;
    margin-bottom: 28px;
}
.ix-about-items { display: flex; flex-direction: column; gap: 14px; }
.ix-about-item {
    display: flex; align-items: flex-start; gap: 12px;
    font-size: 0.92rem; color: #374151;
}
.ix-ai-icon { color: #f97316; font-size: 1.1rem; flex-shrink: 0; margin-top: 2px; }

/* ── SERVICES ── */
.ix-services-section {
    padding: 100px 0;
    background: #f8f9fb;
}
.ix-srv-card {
    display: block; text-decoration: none;
    background: #fff; border-radius: 16px;
    overflow: hidden; height: 100%;
    box-shadow: 0 4px 20px rgba(0,0,0,0.07);
    transition: transform .3s, box-shadow .3s;
}
.ix-srv-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 40px rgba(0,0,0,0.12);
}
.ix-srv-img {
    height: 210px; overflow: hidden; position: relative;
}
.ix-srv-img img {
    width: 100%; height: 100%; object-fit: cover;
    transition: transform .4s;
}
.ix-srv-card:hover .ix-srv-img img { transform: scale(1.05); }
.ix-srv-img-icon {
    display: flex; align-items: center; justify-content: center;
}
.ix-srv-img-icon i { font-size: 5rem; color: rgba(255,255,255,0.9); }
.ix-srv-tag {
    position: absolute; top: 14px; right: 14px;
    padding: 5px 14px; border-radius: 20px;
    font-size: 0.78rem; font-weight: 700; color: #fff;
}
.ix-srv-tag.purple { background: linear-gradient(135deg,#7c3aed,#a855f7); }
.ix-srv-tag.green  { background: linear-gradient(135deg,#10b981,#14b8a6); }
.ix-srv-body { padding: 24px; }
.ix-srv-icon {
    width: 48px; height: 48px; border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.5rem; color: #fff; margin-bottom: 14px;
}
.ix-srv-body h3 {
    font-size: 1.15rem; font-weight: 700; color: #1f2937;
    margin: 0 0 10px;
}
.ix-srv-body p {
    font-size: 0.88rem; color: #6b7280; line-height: 1.7; margin: 0 0 16px;
}
.ix-srv-link {
    font-size: 0.8rem; font-weight: 700; color: #f97316;
    text-transform: uppercase; letter-spacing: .08em;
    display: inline-flex; align-items: center; gap: 6px;
}

/* ── ALIADOS / LOGO TRACK ── */
.ix-aliados-section {
    padding: 80px 0 0;
    background: #fff;
    overflow: hidden;
}
.ix-logo-track-wrap {
    margin-top: 0;
    overflow: hidden;
    padding: 36px 0 48px;
    background: #f8f9fb;
}
.ix-logo-track {
    display: flex; align-items: center; gap: 56px;
    width: max-content;
    animation: logoScroll 30s linear infinite;
}
.ix-logo-track img {
    height: 70px; width: auto;
    object-fit: contain; filter: grayscale(1); opacity: .65;
    transition: all .3s;
    flex-shrink: 0;
}
.ix-logo-track img:hover { filter: grayscale(0); opacity: 1; }
@keyframes logoScroll {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}

/* ── Responsive ── */
@media (max-width: 992px) {
    .ix-about-badge { bottom: -16px; right: -10px; padding: 14px 18px; }
    .ix-ab-num { font-size: 1.8rem; }
    .ix-section-title { font-size: 2rem; }
}
@media (max-width: 768px) {
    .ix-about-section,
    .ix-services-section,
    .ix-aliados-section { padding: 60px 0; }
    .ix-about-badge { position: static; margin-top: 16px; display: inline-block; }
}
