/*
 * FACTURI-SPV
 * SPV DOWNLOAD LANDING v1
 */

.spv-landing {
    overflow: hidden;
}

.spv-download-hero {
    align-items: center;
}

.spv-lead {
    max-width: 760px;
}

.spv-independent-note {
    margin-top: 18px;
    max-width: 720px;
    font-size: 13px;
    line-height: 1.6;
    opacity: .72;
}

.spv-document-preview {
    min-width: 0;
}

.spv-preview-body {
    padding: 24px;
}

.spv-preview-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 22px;
}

.spv-preview-heading div {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.spv-preview-heading small,
.spv-preview-row small {
    opacity: .62;
    font-size: 12px;
}

.spv-preview-heading strong {
    font-size: 19px;
}

.spv-sync-badge {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 7px 11px;
    background: rgba(34, 197, 94, .11);
    color: #15803d;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}

.spv-preview-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 14px;
}

.spv-preview-row > div {
    padding: 14px;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 14px;
    background: rgba(248, 250, 252, .85);
}

.spv-preview-row strong {
    display: block;
    margin-top: 5px;
    font-size: 13px;
}

.spv-document-actions {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 14px;
}

.spv-document-actions span {
    padding: 11px;
    border-radius: 12px;
    text-align: center;
    font-size: 12px;
    font-weight: 900;
    background: rgba(249, 115, 22, .10);
    color: #c2410c;
}

.spv-preview-status {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 17px;
    padding-top: 15px;
    border-top: 1px solid rgba(15, 23, 42, .08);
    font-size: 12px;
    opacity: .72;
}

.spv-preview-status span {
    width: 8px;
    height: 8px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: #22c55e;
}

.spv-step-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.spv-step-card {
    position: relative;
    min-width: 0;
}

.spv-step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin-bottom: 18px;
    border-radius: 12px;
    font-weight: 900;
    background: rgba(249, 115, 22, .11);
    color: #c2410c;
}

.spv-step-card h3 {
    margin-top: 0;
}

.spv-step-card p {
    margin-bottom: 0;
    line-height: 1.7;
    opacity: .74;
}

.spv-doc-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.spv-doc-card {
    padding: 26px;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(15, 23, 42, .06);
}

.spv-doc-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 58px;
    min-height: 48px;
    margin-bottom: 18px;
    padding: 0 12px;
    border-radius: 14px;
    background: rgba(249, 115, 22, .11);
    color: #c2410c;
    font-weight: 950;
    letter-spacing: .04em;
}

.spv-doc-card h3 {
    margin: 0 0 10px;
}

.spv-doc-card > p {
    line-height: 1.7;
    opacity: .75;
}

.spv-doc-card ul {
    margin: 18px 0 0;
    padding-left: 20px;
    line-height: 1.9;
}

.spv-two-column {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, .8fr);
    gap: 36px;
    align-items: center;
}

.spv-check-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 26px;
}

.spv-check-list > div {
    padding: 14px 16px;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 14px;
    background: #fff;
    font-weight: 700;
}

.spv-highlight-panel {
    padding: 30px;
    border-radius: 24px;
    background:
        linear-gradient(
            145deg,
            rgba(249, 115, 22, .10),
            rgba(255, 255, 255, .94)
        );
    border: 1px solid rgba(249, 115, 22, .16);
}

.spv-highlight-panel h3 {
    margin: 10px 0 18px;
    font-size: clamp(24px, 3vw, 34px);
    line-height: 1.15;
}

.spv-highlight-panel p {
    line-height: 1.7;
}

.spv-flow-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 22px 0;
}

.spv-flow-list span {
    padding: 9px 11px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, .08);
    font-size: 12px;
    font-weight: 800;
}

.spv-flow-list b {
    opacity: .35;
}

.spv-audience {
    margin-top: 24px;
}

.spv-faq {
    width: min(900px, 100%);
    margin: 34px auto 0;
}

.spv-faq details {
    margin-bottom: 12px;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 16px;
    background: #fff;
    overflow: hidden;
}

.spv-faq summary {
    position: relative;
    padding: 19px 52px 19px 20px;
    cursor: pointer;
    list-style: none;
    font-weight: 800;
}

.spv-faq summary::-webkit-details-marker {
    display: none;
}

.spv-faq summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    font-size: 24px;
    line-height: 1;
    opacity: .55;
}

.spv-faq details[open] summary::after {
    content: "−";
}

.spv-faq details p {
    margin: 0;
    padding: 0 20px 20px;
    line-height: 1.75;
    opacity: .75;
}

.spv-final-cta {
    position: relative;
}

@media (max-width: 1050px) {

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

    .spv-two-column {
        grid-template-columns: 1fr;
    }

}

@media (max-width: 780px) {

    .spv-doc-grid {
        grid-template-columns: 1fr;
    }

    .spv-check-list {
        grid-template-columns: 1fr;
    }

    .spv-preview-row {
        grid-template-columns: 1fr;
    }

}

@media (max-width: 620px) {

    .spv-step-grid {
        grid-template-columns: 1fr;
    }

    .spv-preview-body {
        padding: 18px;
    }

    .spv-preview-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .spv-document-actions {
        gap: 7px;
    }

    .spv-highlight-panel,
    .spv-doc-card {
        padding: 20px;
    }

}
