/* =========================================
   ServiceSectionFullNetifly · Servicios Full Styles
   Prefijo: ssfn- para evitar conflictos WP
   ========================================= */

.ssfn-break,
.ssfn-section {
}

/* ---- BREAK HEADER ---- */
.ssfn-break {
    padding: 64px 48px;
    text-align: center;
    border-bottom: 1px solid var(--line);
    box-sizing: border-box;
}

.ssfn-break-label {
    font-family: var(--mont);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--blue);
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.ssfn-break-label::before,
.ssfn-break-label::after {
    content: '';
    width: 24px;
    height: 1px;
    background: var(--blue);
    flex-shrink: 0;
}

.ssfn-break-title {
    font-family: var(--mont);
    font-size: clamp(28px, 4vw, 54px);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -1px;
    line-height: 0.97;
    max-width: 760px;
    margin: 0 auto;
    color: var(--text);
}

.ssfn-break-title em {
    font-style: normal;
    color: var(--blue);
}

.ssfn-break-sub {
    font-family: var(--mont);
    font-size: 15px;
    font-weight: 300;
    color: var(--soft);
    max-width: 520px;
    margin: 18px auto 0;
    line-height: 1.85;
}

/* ---- SECTION ---- */
.ssfn-section {
    border-bottom: 1px solid var(--line);
    box-sizing: border-box;
}

/* ---- CARD ---- */
.ssfn-card {
    display: grid;
    grid-template-columns: 48px 1fr 1fr;
    border-bottom: 1px solid var(--line);
    box-sizing: border-box;
}

.ssfn-card:last-child {
    border-bottom: none;
}

/* ---- LATERAL ---- */
.ssfn-lateral {
    background: var(--blue);
    display: flex;
    align-items: center;
    justify-content: center;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-family: var(--mont);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #fff;
    padding: 16px 0;
    flex-shrink: 0;
}

/* ---- LEFT ---- */
.ssfn-left {
    padding: 44px 40px;
    border-right: 1px solid var(--line);
    box-sizing: border-box;
}

.ssfn-num {
    font-family: var(--corm);
    font-size: 80px;
    font-weight: 400;
    color: rgba(0, 160, 210, 0.12);
    line-height: 0.9;
    margin-bottom: 8px;
    letter-spacing: -2px;
}

.ssfn-titulo {
    font-family: var(--mont);
    font-size: clamp(20px, 2.2vw, 30px);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    line-height: 1.0;
    margin-bottom: 8px;
    color: var(--text);
}

.ssfn-titulo em {
    font-style: normal;
    color: var(--blue);
}

.ssfn-para {
    font-family: var(--mont);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--line);
}

.ssfn-desc {
    font-family: var(--mont);
    font-size: 14px;
    font-weight: 400;
    color: var(--soft);
    line-height: 1.85;
    margin-bottom: 24px;
}

.ssfn-btn {
    padding: 12px 28px;
    background: var(--blue);
    color: #fff;
    font-family: var(--mont);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    transition: background 0.2s;
    display: inline-block;
    box-sizing: border-box;
}

.ssfn-btn:hover {
    background: var(--blue-lt);
    color: #fff;
}

/* ---- RIGHT ---- */
.ssfn-right {
    padding: 44px 40px;
    background: var(--bg2);
    box-sizing: border-box;
}

.ssfn-incluye {
    font-family: var(--mont);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--blue);
    margin-bottom: 12px;
}

.ssfn-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ssfn-list li {
    padding: 9px 0;
    border-bottom: 1px solid var(--line);
    font-family: var(--mont);
    font-size: 13px;
    font-weight: 400;
    color: var(--soft);
    display: flex;
    align-items: flex-start;
    gap: 10px;
    line-height: 1.5;
}

.ssfn-list li:last-child {
    border-bottom: none;
}

.ssfn-list li::before {
    content: '';
    width: 4px;
    height: 4px;
    background: var(--blue);
    flex-shrink: 0;
    margin-top: 6px;
    border-radius: 50%;
}

.ssfn-resultado {
    border: 1px solid var(--lineb);
    padding: 20px;
    margin-top: 20px;
    background: rgba(0, 160, 210, 0.04);
    box-sizing: border-box;
}

.ssfn-resultado-tag {
    font-family: var(--mont);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--blue);
    margin-bottom: 8px;
}

.ssfn-resultado p {
    font-family: var(--mont);
    font-size: 13px;
    font-weight: 400;
    color: var(--soft);
    line-height: 1.75;
    margin: 0;
}

.ssfn-resultado strong {
    color: var(--text);
    font-weight: 700;
}

/* ---- RESPONSIVE ---- */
@media (max-width: 991px) {
    .ssfn-break {
        padding: 44px 24px;
    }

    .ssfn-card {
        grid-template-columns: 48px 1fr;
        grid-template-rows: auto auto;
    }

    .ssfn-lateral {
        grid-row: 1 / 3;
    }

    .ssfn-left {
        padding: 32px 24px;
        border-right: none;
        border-bottom: 1px solid var(--line);
    }

    .ssfn-right {
        padding: 32px 24px;
    }
}

@media (max-width: 600px) {
    .ssfn-card {
        grid-template-columns: 1fr;
    }

    .ssfn-lateral {
        grid-row: auto;
        writing-mode: horizontal-tb;
        transform: none;
        padding: 10px 20px;
        text-align: left;
        justify-content: flex-start;
    }

    .ssfn-left,
    .ssfn-right {
        padding: 28px 20px;
    }

    .ssfn-btn {
        display: block;
        text-align: center;
    }
}
