/* Página de inicio — hero imagen + paneles */
.ft-home-hero {
    position: relative;
    overflow: hidden;
    min-height: min(380px, 52vh);
    display: flex;
    align-items: center;
    padding: 3.25rem 0 2.75rem;
    color: #fff;
}

.ft-home-hero__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ft-home-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.38);
    pointer-events: none;
}

.ft-home-hero__content {
    position: relative;
    z-index: 2;
    max-width: 1140px;
    padding: 2rem 1.5rem;
    border-radius: 1.25rem;
    text-align: center;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.55);
}

.ft-home-hero__content .ft-hero__badge {
    margin-left: auto;
    margin-right: auto;
    border-color: rgba(255, 255, 255, 0.35);
    background: rgba(114, 28, 55, 0.92);
    color: #fde8ef;
    font-size: 0.82rem;
    text-shadow: none;
}

.ft-home-hero__title {
    margin-bottom: 1rem;
    color: #fff;
    font-size: clamp(2rem, 5vw, 3.25rem);
    font-weight: 900;
    line-height: 1.12;
    letter-spacing: -0.02em;
}

.ft-home-hero__subtitle {
    max-width: 46rem;
    margin: 0 auto 1.75rem;
    color: rgba(255, 255, 255, 0.88);
    font-size: clamp(1rem, 2vw, 1.15rem);
    line-height: 1.65;
}

.ft-home-hero__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.25rem;
    padding: 0.95rem 1.85rem;
    border: none;
    border-radius: 0.65rem;
    background: linear-gradient(135deg, #9f1239, #7f1d3a) !important;
    color: #fff !important;
    font-weight: 800;
    font-size: 1rem;
    letter-spacing: 0.01em;
    box-shadow: 0 6px 24px rgba(127, 29, 58, 0.5);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ft-home-hero__cta:hover,
.ft-home-hero__cta:focus {
    transform: translateY(-2px);
    box-shadow: 0 10px 32px rgba(127, 29, 58, 0.62);
    color: #fff !important;
}

.ft-home-hero__panels {
    margin-top: 0;
    padding: 2.5rem 0 2rem;
    position: relative;
    z-index: 3;
    background: #fff;
}

.ft-home-hero__panel {
    border-color: rgba(255, 255, 255, 0.12);
    background: linear-gradient(145deg, #0f172a 0%, #1e3a5f 55%, #1e40af 100%);
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.22);
}

.ft-home-ventajas {
    padding: 0 0 3rem;
    background: #fff;
}

.ft-home-ventajas__card {
    padding: 1.75rem 1.5rem;
    border-radius: 1rem;
    background: #fff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.1);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ft-home-ventajas__card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.14);
}

.ft-home-ventajas__icon {
    margin-bottom: 0.85rem;
    font-size: 2rem;
    line-height: 1;
}

.ft-home-ventajas__title {
    margin-bottom: 0.65rem;
    font-size: 1.05rem;
    font-weight: 800;
    color: #0f172a;
}

.ft-home-ventajas__text {
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.6;
    color: #64748b;
}

.ft-home-featured {
    padding: 1rem 0 4rem;
    background: #fff;
}

.ft-home-featured__card {
    display: block;
    height: 100%;
    border-radius: 1.25rem;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background: #fff;
    box-shadow: 0 4px 24px rgba(15, 23, 42, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ft-home-featured__card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.14);
    color: inherit;
    text-decoration: none;
}

.ft-home-featured__img {
    height: 220px;
    width: 100%;
    object-fit: cover;
}

.ft-home-featured__body {
    padding: 1.5rem 1.75rem 1.75rem;
}

.ft-home-featured__tag {
    display: inline-block;
    margin-bottom: 0.65rem;
    padding: 0.2rem 0.65rem;
    border-radius: 50px;
    background: #eff6ff;
    color: #1d4ed8;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.ft-home-featured__tag--teal {
    background: #ecfdf5;
    color: #0f766e;
}

.ft-home-featured__title {
    margin-bottom: 0.5rem;
    font-size: 1.35rem;
    font-weight: 800;
    color: #0f172a;
}

.ft-home-featured__text {
    margin-bottom: 1rem;
    font-size: 0.95rem;
    color: #64748b;
    line-height: 1.55;
}

.ft-home-featured__link {
    font-weight: 700;
    color: #1e40af;
}

.ft-home-catalog {
    padding: 0 0 4rem;
    background: #f8fafc;
}

.ft-home-catalog__card {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ft-home-catalog__card:hover {
    transform: translateY(-5px);
    box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.12) !important;
}

.ft-home-catalog__img {
    height: 200px;
    object-fit: cover;
}

.ft-home-team {
    padding: 3.5rem 0;
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
}

.ft-home-team__photo {
    width: 130px;
    height: 130px;
    margin: 0 auto 1rem;
    border: 3px solid #fff;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.1);
}

.ft-home-team__name {
    margin-bottom: 0.25rem;
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
}

.ft-home-team__role {
    margin: 0;
    font-size: 0.88rem;
    color: #64748b;
}

.ft-home-trust {
    padding: 2.5rem 0;
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
    color: #0f172a;
}

.ft-home-trust__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1.5rem 2.5rem;
    text-align: left;
}

.ft-home-trust__sepe {
    flex-shrink: 0;
    max-height: 72px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.ft-home-trust__text {
    max-width: 40rem;
    margin: 0;
    font-size: 0.95rem;
    color: #475569;
    line-height: 1.6;
}

.ft-home-cta-final {
    padding: 3rem 0;
    background: linear-gradient(135deg, #059669, #10b981);
    color: #fff;
    text-align: center;
}

@media (max-width: 991px) {
    .ft-home-hero__cta {
        width: 100%;
        justify-content: center;
    }

    .ft-home-hero__panels {
        padding-top: 2rem;
    }
}

@media (max-width: 576px) {
    .ft-home-hero {
        min-height: auto;
        padding: 3.5rem 0 2.5rem;
    }

    .ft-home-featured__img {
        height: 180px;
    }
}
