/*
 * DCRA-BOARD · Landing 2026
 * Ajuste específico para reproducir el master aprobado.
 */

.landing-hero {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 360px !important;
    align-items: center;
    gap: 42px;
    min-height: 460px !important;
    padding: 34px 40px !important;
    background:
        linear-gradient(90deg, rgba(2, 14, 27, .98) 0%, rgba(2, 14, 27, .89) 46%, rgba(2, 14, 27, .30) 100%),
        url("dc-fondo.png") center 48% / cover no-repeat !important;
}

.landing-hero-copy {
    max-width: 820px;
}

.landing-hero h1 {
    max-width: 800px !important;
    margin: 0 0 22px !important;
    font-size: clamp(45px, 4vw, 62px) !important;
    line-height: 1.02 !important;
    letter-spacing: -1.8px !important;
}

.landing-hero h1 strong {
    display: block;
    color: var(--gold-light);
}

.landing-lead {
    max-width: 720px !important;
    margin-bottom: 2px !important;
    font-size: 16px !important;
    line-height: 1.48 !important;
}

.landing-lead::after {
    display: none !important;
}

.landing-built {
    margin-top: 0 !important;
    color: var(--gold-light) !important;
    font-weight: 850;
}

.landing-built::after {
    display: none !important;
}

.landing-signals {
    display: flex;
    gap: 34px;
    margin: 22px 0 20px;
}

.landing-signal {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.25;
}

.landing-signal .svgico {
    width: 40px !important;
    height: 40px !important;
    color: #fff !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.landing-signal .svgico svg {
    width: 94% !important;
    height: 94% !important;
    stroke: #fff !important;
}

.landing-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.landing-actions .btn {
    min-width: 204px;
    gap: 10px;
    font-size: 16px !important;
}

.landing-actions .btn .svgico {
    width: 24px !important;
    height: 24px !important;
    color: currentColor !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.landing-actions .btn .svgico svg {
    width: 100% !important;
    height: 100% !important;
    stroke: currentColor !important;
}

.landing-trust {
    display: flex;
    align-items: center;
    width: fit-content;
    max-width: 100%;
    margin-top: 16px;
    overflow: hidden;
    color: rgba(255, 255, 255, .92);
    background: rgba(2, 13, 24, .56);
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 9px;
}

.landing-trust span {
    padding: 10px 17px;
    font-size: 12px;
    white-space: nowrap;
}

.landing-trust span + span {
    border-left: 1px solid rgba(255, 255, 255, .24);
}

.landing-trust b {
    margin-right: 8px;
    color: var(--gold-light);
    font-size: 18px;
}

.sample-case {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 398px;
    padding: 24px 24px 22px;
    color: var(--text);
    background: rgba(255, 255, 255, .96);
    border: 1px solid rgba(255, 255, 255, .8);
    border-radius: 12px;
    box-shadow: 0 16px 42px rgba(0, 0, 0, .28);
	 
	position: relative;
    left: -380px !important;
}

.sample-case-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
    color: var(--red);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.sample-case-top em {
    padding: 4px 9px;
    color: #1d6e38;
    background: #e4f5e8;
    border-radius: 6px;
    font-size: 11px;
    font-style: normal;
    font-weight: 800;
    text-transform: none;
}

.sample-case h2 {
    margin: 0 0 14px !important;
    color: var(--text) !important;
    font-size: 22px !important;
    line-height: 1.18;
}

.sample-meta {
    display: grid;
    gap: 9px;
    margin-bottom: 12px;
}

.sample-meta div {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #22324d;
    font-size: 13px;
}

.sample-meta .svgico {
    width: 22px !important;
    height: 22px !important;
    border-radius: 50% !important;
    box-shadow: none !important;
}

.sample-case p {
    margin: 6px 0 !important;
    color: #27364f !important;
    font-size: 13px !important;
    line-height: 1.43 !important;
    text-shadow: none !important;
}

.sample-case p::after {
    display: none !important;
}

.sample-case .lesson {
    color: #177a38 !important;
}

.sample-case > a {
    margin-top: 10px;
    color: var(--red);
    font-size: 13px;
    font-weight: 900;
}

.landing-content {
    padding: 14px 30px 14px !important;
}

.benefit-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0 0 14px;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 10px;
    box-shadow: var(--shadow);
}

.benefit-item {
    display: grid;
    grid-template-columns: 55px 1fr;
    align-items: center;
    gap: 13px;
    min-height: 92px;
    padding: 13px 18px;
}

.benefit-item + .benefit-item {
    border-left: 1px solid var(--line);
}

.benefit-item .svgico {
    width: 52px !important;
    height: 52px !important;
    color: var(--red) !important;
    background: #fff2f1 !important;
    border-color: #f2dcda !important;
    border-radius: 50% !important;
    box-shadow: none !important;
}

.benefit-item .svgico svg {
    width: 70% !important;
    height: 70% !important;
    stroke: var(--red) !important;
}

.benefit-item h3 {
    margin: 0 0 4px;
    color: var(--text);
    font-size: 15px;
}

.benefit-item p {
    margin: 0;
    color: #2e405d;
    font-size: 12px;
    line-height: 1.35;
}

.landing-dashboard {
    display: grid;
    grid-template-columns: .95fr 1.1fr;
    gap: 14px;
}

.impact-panel,
.recent-panel {
    min-height: 230px;
    padding: 18px 20px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 10px;
    box-shadow: var(--shadow);
}

.landing-panel-title {
    position: relative;
    margin: 0 0 18px;
    padding-bottom: 8px;
    color: var(--text);
    font-size: 18px;
}

.landing-panel-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 36px;
    height: 3px;
    background: var(--gold);
}

.impact-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.impact-item {
    display: grid;
    grid-template-columns: 36px 1fr;
    align-items: center;
    gap: 9px;
    min-height: 106px;
    padding: 10px 14px;
}

.impact-item + .impact-item {
    border-left: 1px solid var(--line);
}

.impact-item .svgico {
    width: 34px !important;
    height: 34px !important;
    color: var(--text) !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.impact-item .svgico svg {
    width: 100% !important;
    height: 100% !important;
    stroke: var(--text) !important;
}

.impact-value {
    color: var(--red);
    font-size: 23px;
    font-weight: 900;
    line-height: 1;
}

.impact-label {
    grid-column: 1 / -1;
    margin-top: -7px;
    color: #243650;
    font-size: 11px;
    text-align: center;
}

.recent-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.recent-head a {
    color: var(--red);
    font-size: 12px;
    font-weight: 900;
}

.recent-list {
    display: grid;
}

.recent-row {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr) 105px 92px;
    align-items: center;
    gap: 9px;
    min-height: 37px;
    color: #263852;
    border-top: 1px solid var(--line);
    font-size: 11px;
}

.recent-row:first-child {
    border-top: 0;
}

.recent-row .svgico {
    width: 25px !important;
    height: 25px !important;
    border-radius: 50% !important;
    box-shadow: none !important;
}

.recent-category,
.recent-date {
    white-space: nowrap;
}

.landing-footer {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr) auto;
    align-items: center;
    gap: 18px;
    min-height: 98px;
    padding: 18px 50px !important;
}

.landing-footer .svgico {
    width: 58px !important;
    height: 58px !important;
    color: var(--gold-light) !important;
    background: transparent !important;
    border: 2px solid var(--gold) !important;
    border-radius: 50% !important;
    box-shadow: none !important;
}

.landing-footer strong {
    display: block;
    font-size: 19px;
}

.landing-footer span {
    color: rgba(255, 255, 255, .9);
    font-size: 12px;
}

.landing-footer .btn {
    min-width: 245px;
    color: #291900 !important;
    background: linear-gradient(180deg, #f1c62c, #dda80f) !important;
    border-color: #f1c62c !important;
    font-size: 16px !important;
}

.top .auth .btn::before {
    content: "♙";
    margin-right: 7px;
    font-size: 20px;
    line-height: 1;
}

.top .auth .btn.primary::before {
    content: "♙+";
    font-size: 17px;
}

.sidebox > b:first-child::before {
    content: "▣";
    margin-right: 9px;
    color: var(--gold-light);
}

@media (max-width: 1250px) {
    .landing-hero {
        grid-template-columns: minmax(0, 1fr) 320px !important;
        gap: 25px;
    }

    .landing-signals {
        gap: 18px;
    }

    .benefit-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .benefit-item:nth-child(3) {
        border-left: 0;
        border-top: 1px solid var(--line);
    }

    .benefit-item:nth-child(4) {
        border-top: 1px solid var(--line);
    }

    .landing-dashboard {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 980px) {
    .landing-hero {
        grid-template-columns: 1fr !important;
    }

    .sample-case {
        display: none;
    }

    .landing-trust {
        flex-wrap: wrap;
    }
}

@media (max-width: 700px) {
    .landing-hero {
        min-height: auto !important;
        padding: 38px 22px !important;
    }

    .landing-signals {
        display: grid;
        gap: 10px;
    }

    .landing-trust {
        display: none;
    }

    .benefit-strip,
    .impact-grid {
        grid-template-columns: 1fr;
    }

    .benefit-item + .benefit-item,
    .impact-item + .impact-item {
        border-top: 1px solid var(--line);
        border-left: 0;
    }

    .recent-row {
        grid-template-columns: 27px minmax(0, 1fr);
    }

    .recent-category,
    .recent-date {
        display: none;
    }

    .landing-footer {
        grid-template-columns: 50px 1fr;
        padding: 18px 22px !important;
    }

    .landing-footer .btn {
        grid-column: 1 / -1;
    }
}
