/* Para Você — Passo a passo (Figma 173:4601, 173:4607, 173:4666, 173:4946) */

.lig-passo-page {
    overflow-x: hidden;
}

/* ========== 173:4601 — Hero ========== */
#passo-a-passo {
    scroll-margin-top: 88px;
}

.lig-passo-hero {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: 128px 24px 80px;
    background: linear-gradient(180deg, #007acc 0%, #005a99 100%);
    box-sizing: border-box;
}

.lig-passo-hero__inner {
    max-width: 768px;
    margin: 0 auto;
    text-align: center;
}

.lig-passo-hero__title {
    margin: 0 0 16px;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: clamp(32px, 5vw, 48px);
    font-weight: 700;
    line-height: 1.1;
    color: #fff;
}

.lig-passo-hero__lead {
    margin: 0;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.9);
}

/* ========== 173:4607 — Como solicitar + passos ========== */
.lig-passo-como {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: 64px 24px 80px;
    background: #fff;
    box-sizing: border-box;
}

.lig-passo-como__inner {
    max-width: 960px;
    margin: 0 auto;
}

.lig-passo-como__title {
    margin: 0 0 48px;
    text-align: center;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: clamp(24px, 3vw, 30px);
    font-weight: 700;
    line-height: 36px;
    color: #0a0a0a;
}

.lig-passo-steps {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-bottom: 48px;
}

.lig-passo-step {
    display: flex;
    gap: 24px;
    align-items: flex-start;
    padding: 24px 24px 24px 28px;
    border-left: 4px solid #a70d0c;
    border-radius: 16px;
    background: linear-gradient(171.703deg, #f9fafb 0%, #eff6ff 100%);
    box-sizing: border-box;
}

.lig-passo-step__num {
    flex-shrink: 0;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #a70d0c;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color: #fff;
}

.lig-passo-step__body {
    flex: 1;
    min-width: 0;
}

.lig-passo-step__head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.lig-passo-step__icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    display: block;
}

.lig-passo-step__subtitle {
    margin: 0;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    color: #0a0a0a;
}

.lig-passo-step__text {
    margin: 0;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #364153;
}

.lig-passo-como__cta-wrap {
    display: flex;
    justify-content: center;
}

.lig-passo-btn--primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    padding: 0 32px;
    border-radius: 10px;
    background: #a70d0c;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    color: #fff;
    text-decoration: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.lig-passo-btn--primary:hover,
.lig-passo-btn--primary:focus {
    color: #fff;
    opacity: 0.94;
    text-decoration: none;
}

/* ========== 173:4666 — Modalidades ========== */
.lig-passo-modal {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: 64px 24px 80px;
    background: #f9fafb;
    box-sizing: border-box;
}

.lig-passo-modal__inner {
    max-width: 1216px;
    margin: 0 auto;
}

.lig-passo-modal__title {
    margin: 0 0 16px;
    text-align: center;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: clamp(24px, 3vw, 30px);
    font-weight: 700;
    line-height: 36px;
    color: #0a0a0a;
}

.lig-passo-modal__lead {
    margin: 0 auto 48px;
    max-width: 672px;
    text-align: center;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #4a5565;
}

.lig-passo-modal__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

@media (max-width: 991px) {
    .lig-passo-modal__grid {
        grid-template-columns: 1fr;
    }
}

.lig-passo-mod-card {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 28px 24px 24px;
    background: #fff;
    border-radius: 16px;
    border-top: 4px solid #007acc;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}

.lig-passo-mod-card__head {
    display: flex;
    align-items: center;
    gap: 12px;
}

.lig-passo-mod-card__emoji {
    font-size: 36px;
    line-height: 40px;
}

.lig-passo-mod-card__name {
    margin: 0;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color: #0a0a0a;
}

.lig-passo-mod-card__block {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.lig-passo-mod-card__label {
    margin: 0;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #007acc;
}

.lig-passo-mod-card__text {
    margin: 0;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #364153;
}

.lig-passo-mod-card__btn {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 16px;
    border-radius: 10px;
    background: #a70d0c;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    transition: opacity 0.2s ease;
}

.lig-passo-mod-card__btn:hover,
.lig-passo-mod-card__btn:focus {
    color: #fff;
    opacity: 0.94;
    text-decoration: none;
}

/* ========== 173:4946 — CTA final ========== */
.lig-passo-cta {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: 64px 24px 96px;
    background: linear-gradient(180deg, #007acc 0%, #005a99 100%);
    box-sizing: border-box;
}

.lig-passo-cta__inner {
    max-width: 896px;
    margin: 0 auto;
    text-align: center;
}

.lig-passo-cta__title {
    margin: 0 0 24px;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: clamp(28px, 4vw, 36px);
    font-weight: 700;
    line-height: 40px;
    color: #fff;
}

.lig-passo-cta__lead {
    margin: 0 0 24px;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.9);
}

.lig-passo-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
    align-items: center;
}

.lig-passo-btn--white {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    padding: 0 28px;
    border-radius: 10px;
    background: #fff;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    color: #007acc;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.lig-passo-btn--white:hover,
.lig-passo-btn--white:focus {
    color: #007acc;
    opacity: 0.95;
    text-decoration: none;
}

@media (max-width: 600px) {
    .lig-passo-step {
        flex-direction: column;
    }

    .lig-passo-cta__actions {
        flex-direction: column;
        width: 100%;
    }

    .lig-passo-cta__actions .lig-passo-btn--primary,
    .lig-passo-cta__actions .lig-passo-btn--white {
        width: 100%;
    }
}
