

.sc-block {
    max-width: 960px;
    margin: 0 auto 3.25rem;
}

.sc-block--first {
    margin-top: 1.5rem;
}

.sc-block--final {
    margin-bottom: 2.5rem;
}

.sc-block-inner {
    padding: 2.2rem 2.4rem;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 18px 45px rgba(148, 163, 184, 0.18);
    border: 1px solid #e5e7eb;
}

.sc-block-label {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.15rem 0.8rem;
    border-radius: 999px;
    background: #e0ebff;
    color: #1e3a8a;
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 0.7rem;
}

.sc-block-label::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: #4f8df6;
}

.sc-block-title {
    font-size: 1.6rem;
    letter-spacing: -0.02em;
    margin-bottom: 0.8rem;
}

.sc-block-lead {
    font-size: 1rem;
    color: #4b5563;
    margin-bottom: 0.4rem;
}

.sc-block-text {
    font-size: 0.94rem;
    color: #6b7280;
    line-height: 1.7;
    margin-top: 0.35rem;
}

.sc-block-emphasis {
    margin-top: 0.8rem;
    font-weight: 500;
    color: #374151;
}

/* === LISTS === */

.sc-lines {
    margin-top: 0.9rem;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.sc-lines--columns {
    margin-top: 1rem;
}

.sc-line-item {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    font-size: 0.93rem;
    color: #4b5563;
}

.sc-line-marker {
    margin-top: 0.45rem;
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: linear-gradient(135deg, #4f8df6, #a78bfa);
    flex-shrink: 0;
}

/* === BOXES === */

.sc-flow-vertical {
    display: grid;
    gap: 1.1rem;
    margin-top: 1rem;

    /* Por defecto: apilado vertical */
    grid-template-columns: 1fr;
}

/* === Cajitas suaves === */
.sc-flow-box {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 1.3rem 1.4rem;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.sc-flow-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.06);
}

.sc-flow-box-title {
    font-size: 1.05rem;
    margin-bottom: 0.45rem;
    color: #1f2937;
    font-weight: 600;
}

.sc-flow-box-text {
    font-size: 0.92rem;
    line-height: 1.55;
    color: #4b5563;
}

@media (min-width: 780px) {
    .sc-flow-vertical {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* === TIMELINE === */


.sc-timeline {
    margin-top: 1.1rem;
    border-left: 2px solid #d1d5db;
    padding-left: 1.2rem;
    display: flex;
    flex-direction: column;
    gap: 0.95rem;
}

.sc-timeline-step {
    position: relative;
    padding-left: 0.4rem;
}

.sc-timeline-dot {
    position: absolute;
    left: -1.4rem;
    top: 0.45rem;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #4f8df6;
    box-shadow: 0 0 0 6px #e0ebff;
}

.sc-timeline-content h3 {
    font-size: 0.98rem;
    margin-bottom: 0.25rem;
    color: #111827;
}

.sc-timeline-content p {
    font-size: 0.9rem;
    color: #4b5563;
}

/* === CONTACT === */



.sc-contact-inline {
    margin-top: 1rem;
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
    gap: 1rem;
}

.sc-contact-main {
    padding: 0.95rem 1.1rem;
    border-radius: 18px;
    background: #eff6ff;
    border: 1px solid #bfdbfe;
}

.sc-contact-label {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: #1d4ed8;
    margin-bottom: 0.3rem;
}

.sc-contact-mail {
    font-weight: 600;
    font-size: 0.98rem;
}

.sc-contact-note {
    margin-top: 0.5rem;
    color: #1e40af;
    font-size: 0.85rem;
}

.sc-contact-extra {
    padding: 0.95rem 1.05rem;
    border-radius: 18px;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
}

.sc-contact-extra-text {
    font-size: 0.9rem;
    color: #4b5563;
}

.sc-end-note {
    margin-top: 0.9rem;
    font-size: 0.9rem;
    color: #4b5563;
}
