/* =========================================================
   RECUPERATION DASHBOARD
========================================================= */

.recuperation-dashboard {

    background: #020817;

    padding: 0 2rem 2rem;

}

/* =========================================================
   GRID
========================================================= */

.recuperation-dashboard__grid {

    display: grid;

    grid-template-columns: 1fr 320px;

    gap: 14px;

    align-items: start;

}

/* =========================================================
   PANELS
========================================================= */

.recuperation-dashboard__panel {

    border: 1px solid rgba(255,255,255,0.05);

    border-radius: 18px;

    background:
        linear-gradient(
            180deg,
            rgba(255,255,255,0.015),
            rgba(255,255,255,0.005)
        );

    padding: 18px;

}

/* =========================================================
   TITLES
========================================================= */

.recuperation-dashboard__title {

    font-size: 16px;

    line-height: 1.3;

    font-weight: 800;

    color: #ffffff;

    margin-bottom: 16px;

}

/* =========================================================
   SUPPORTS
========================================================= */

.recuperation-dashboard__supports {

    display: grid;

    grid-template-columns: repeat(6, 1fr);

    gap: 10px;

}

.recuperation-dashboard__support {

    border: 1px solid rgba(255,255,255,0.05);

    border-radius: 14px;

    padding: 14px 12px;

    background:
        linear-gradient(
            180deg,
            rgba(255,255,255,0.012),
            rgba(255,255,255,0.003)
        );

    min-height: 160px;

}

.recuperation-dashboard__icon {

    width: 42px;
    height: 42px;

    border-radius: 12px;

    background:
        radial-gradient(
            circle at center,
            rgba(37,99,235,0.16),
            transparent 70%
        );

    border: 1px solid rgba(37,99,235,0.18);

    display: flex;

    align-items: center;

    justify-content: center;

    margin-bottom: 14px;

}

.recuperation-dashboard__icon svg {

    width: 20px;
    height: 20px;

    stroke: #3b82f6;

    stroke-width: 2;

}

.recuperation-dashboard__support h3 {

    font-size: 12px;

    line-height: 1.45;

    font-weight: 700;

    color: #ffffff;

    margin-bottom: 10px;

}

.recuperation-dashboard__support p {

    font-size: 10px;

    line-height: 1.8;

    color: rgba(255,255,255,0.68);

}

/* =========================================================
   BOTTOM
========================================================= */

.recuperation-dashboard__bottom {

    display: grid;

    grid-template-columns: 1.1fr 0.9fr;

    gap: 14px;

    margin-top: 14px;

}

/* =========================================================
   PANEL HEADER
========================================================= */

.recuperation-dashboard__panel-header {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 10px;

    margin-bottom: 18px;

}

.recuperation-dashboard__panel-header a {

    font-size: 12px;

    color: #3b82f6;

    font-weight: 600;

}

/* =========================================================
   STEPS
========================================================= */

.recuperation-dashboard__steps {

    display: grid;

    grid-template-columns: repeat(5, 1fr);

    gap: 10px;

}

.recuperation-dashboard__step {

    text-align: center;

}

.recuperation-dashboard__step-icon {

    width: 54px;
    height: 54px;

    margin: 0 auto 12px;

    border-radius: 50%;

    background:
        linear-gradient(
            180deg,
            #2563eb,
            #1d4ed8
        );

    display: flex;

    align-items: center;

    justify-content: center;

    box-shadow:
        0 10px 24px rgba(37,99,235,0.20);

}

.recuperation-dashboard__step-icon svg {

    width: 24px;
    height: 24px;

    stroke: #ffffff;

}

.recuperation-dashboard__step h3 {

    font-size: 12px;

    font-weight: 700;

    color: #ffffff;

    margin-bottom: 8px;

}

.recuperation-dashboard__step p {

    font-size: 10px;

    line-height: 1.7;

    color: rgba(255,255,255,0.68);

}

/* =========================================================
   CASES
========================================================= */

.recuperation-dashboard__cases {

    display: flex;

    flex-direction: column;

    gap: 14px;

}

.recuperation-dashboard__case {

    display: flex;

    align-items: flex-start;

    gap: 10px;

}

.recuperation-dashboard__case svg {

    width: 18px;
    height: 18px;

    stroke: #4ade80;

    margin-top: 2px;

    flex-shrink: 0;

}

.recuperation-dashboard__case strong {

    display: block;

    font-size: 12px;

    font-weight: 700;

    color: #ffffff;

    margin-bottom: 4px;

}

.recuperation-dashboard__case span {

    font-size: 10px;

    line-height: 1.7;

    color: rgba(255,255,255,0.68);

}

/* =========================================================
   BENEFITS
========================================================= */

.recuperation-dashboard__benefits {

    display: flex;

    flex-direction: column;

    gap: 16px;

}

.recuperation-dashboard__benefit {

    display: flex;

    align-items: flex-start;

    gap: 12px;

}

.recuperation-dashboard__benefit svg {

    width: 18px;
    height: 18px;

    stroke: #3b82f6;

    margin-top: 2px;

    flex-shrink: 0;

}

.recuperation-dashboard__benefit strong {

    display: block;

    font-size: 12px;

    color: #ffffff;

    margin-bottom: 4px;

}

.recuperation-dashboard__benefit span {

    font-size: 10px;

    line-height: 1.7;

    color: rgba(255,255,255,0.68);

}

/* =========================================================
   COMPATIBLES
========================================================= */

.recuperation-dashboard__compatibles {

    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 10px;

}

.recuperation-dashboard__compatible {

    display: flex;

    align-items: center;

    gap: 10px;

    padding: 10px;

    border-radius: 12px;

    background:
        linear-gradient(
            180deg,
            rgba(255,255,255,0.015),
            rgba(255,255,255,0.004)
        );

}

.recuperation-dashboard__compatible svg {

    width: 18px;
    height: 18px;

    stroke: #3b82f6;

}

.recuperation-dashboard__compatible span {

    font-size: 11px;

    color: rgba(255,255,255,0.82);

}

/* =========================================================
   CTA
========================================================= */

.recuperation-dashboard__cta {

    margin-top: 14px;

    border: 1px solid rgba(255,255,255,0.05);

    border-radius: 18px;

    padding: 18px;

    background:
        linear-gradient(
            180deg,
            rgba(255,255,255,0.015),
            rgba(255,255,255,0.005)
        );

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 20px;

}

.recuperation-dashboard__cta-left {

    display: flex;

    align-items: center;

    gap: 14px;

}

.recuperation-dashboard__cta-icon {

    width: 52px;
    height: 52px;

    border-radius: 50%;

    background:
        linear-gradient(
            180deg,
            #2563eb,
            #1d4ed8
        );

    display: flex;

    align-items: center;

    justify-content: center;

    flex-shrink: 0;

}

.recuperation-dashboard__cta-icon svg {

    width: 24px;
    height: 24px;

    stroke: #ffffff;

}

.recuperation-dashboard__cta h3 {

    font-size: 14px;

    color: #ffffff;

    margin-bottom: 6px;

}

.recuperation-dashboard__cta p {

    font-size: 11px;

    color: rgba(255,255,255,0.70);

}

.recuperation-dashboard__button {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 10px;

    min-width: 220px;

    padding: 14px 20px;

    border-radius: 12px;

    background:
        linear-gradient(
            135deg,
            #2563eb,
            #1d4ed8
        );

    color: #ffffff;

    font-size: 13px;

    font-weight: 600;

}

.recuperation-dashboard__button svg {

    width: 18px;
    height: 18px;

}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1200px) {

    .recuperation-dashboard__grid {

        grid-template-columns: 1fr;

    }

}

@media (max-width: 992px) {

    .recuperation-dashboard__supports {

        grid-template-columns: repeat(3, 1fr);

    }

    .recuperation-dashboard__bottom {

        grid-template-columns: 1fr;

    }

    .recuperation-dashboard__steps {

        grid-template-columns: repeat(2, 1fr);

    }

}

@media (max-width: 768px) {

    .recuperation-dashboard {

        padding: 0 1rem 1.5rem;

    }

    .recuperation-dashboard__supports {

        grid-template-columns: 1fr;

    }

    .recuperation-dashboard__steps {

        grid-template-columns: 1fr;

    }

    .recuperation-dashboard__compatibles {

        grid-template-columns: 1fr;

    }

    .recuperation-dashboard__cta {

        flex-direction: column;

        align-items: stretch;

    }

    .recuperation-dashboard__button {

        width: 100%;

    }

}


.recuperation-dashboard__warning{
    display:flex;
    align-items:flex-start;
    gap:12px;
    margin-top:25px;
    padding:18px;
    border-radius:18px;
    background:rgba(255,255,255,.05);
    border:1px solid rgba(255,255,255,.08);
}

.recuperation-dashboard__warning svg{
    width:22px;
    height:22px;
    color:#f59e0b;
    flex-shrink:0;
    margin-top:2px;
}

.recuperation-dashboard__warning p{
    color:#bbb;
    line-height:1.6;
    font-size:14px;
    margin:0;
}