@charset "UTF-8";
.page {
    background: linear-gradient(180deg, var(--sfpd-panel-deep) 0%, var(--sfpd-navy-2) 100%);
    min-height: 100vh;
}

.section.bg-default.section-md {
    background: transparent !important;
}

.section-title {
    margin-bottom: 10px !important;
    font-size: 54px !important;
    font-weight: 900 !important;
    line-height: 1.05 !important;
    color: rgba(255, 255, 255, .88) !important;
    letter-spacing: -0.03em;
    text-shadow: none !important;
}

.section-title + h6 {
    margin-top: 0 !important;
    margin-bottom: 26px !important;
    color: rgba(255, 255, 255, .58) !important;
    font-size: 18px !important;
    font-weight: 600 !important;
}

.acor-container {
    margin: 22px 0 10px !important;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.acor-container input {
    display: none;
}

.acor-container label {
    position: relative;
    cursor: pointer;
    display: block;
    width: 100%;
    margin: 0 !important;
    padding: 18px 24px !important;
    border-radius: 18px !important;
    background: linear-gradient(135deg, var(--sfpd-panel) 0%, var(--sfpd-panel-deep) 100%) !important;
    border: 1px solid rgba(255, 255, 255, .10) !important;
    color: rgba(255, 255, 255, .88) !important;
    font-family: inherit !important;
    font-size: 20px !important;
    font-weight: 800 !important;
    box-sizing: border-box;
    z-index: 1;
    transition: transform .22s ease,
    box-shadow .22s ease,
    border-color .22s ease,
    background .22s ease;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .32),
    0 3px 10px rgba(0, 0, 0, .25);
}

.acor-container label::after {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    bottom: 12px;
    width: 4px;
    border-radius: 999px;
    background: linear-gradient(180deg, #00cfff 0%, #2563eb 100%);
    opacity: 0.95;
}

.acor-container label:before {
    content: "";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    float: right;
    color: #4cc9ff;
    font-size: 15px;
    margin-left: 16px;
    transition: transform .25s ease, color .25s ease;
}

.acor-container label:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 255, 255, .14) !important;
    box-shadow: 0 16px 30px rgba(37, 99, 235, 0.10),
    0 4px 14px rgba(0, 0, 0, .25);
}

.acor-container input:checked + label {
    border-radius: 18px 18px 10px 10px !important;
    background: linear-gradient(135deg, var(--sfpd-panel) 0%, var(--sfpd-panel-deep) 100%) !important;
    border-color: rgba(76, 201, 255, .35) !important;
    box-shadow: 0 18px 32px rgba(37, 99, 235, 0.12),
    0 6px 16px rgba(0, 0, 0, .28);
}

.acor-container input:checked + label:before {
    transform: rotate(90deg);
    color: #00b8ff;
}

.acor-container .acor-body {
    max-height: 0;
    overflow: hidden;
    margin-top: -6px;
    color: rgba(31, 49, 71, 0);
    background: linear-gradient(180deg, var(--sfpd-panel) 0%, var(--sfpd-panel-deep) 100%) !important;
    border: 1px solid rgba(255, 255, 255, .10) !important;
    border-top: 0 !important;
    border-radius: 0 0 18px 18px !important;
    line-height: 1.7 !important;
    padding: 0 24px !important;
    box-sizing: border-box;
    transition: max-height 0.45s ease,
    color 0.35s ease,
    padding 0.35s ease;
    font-family: inherit !important;
    font-size: 15px !important;
    box-shadow: 0 14px 26px rgba(0, 0, 0, .30),
    0 4px 10px rgba(0, 0, 0, .25);
}

.acor-container .acor-body p, .acor-container .acor-body li, .acor-container .acor-body ol, .acor-container .acor-body ul {
    color: rgba(255, 255, 255, .82) !important;
}

.acor-container .acor-body ol {
    padding-left: 20px;
    margin-bottom: 0;
}

.acor-container .acor-body li {
    margin-bottom: 8px;
}

.acor-container input:checked + label + .acor-body {
    max-height: 700px !important;
    color: rgba(255, 255, 255, .82) !important;
    padding: 18px 24px 16px !important;
}

.acor-container .acor-body a {
    color: #4cc9ff !important;
    font-weight: 800 !important;
    text-decoration: none !important;
    border-bottom: 1px dashed rgba(37, 99, 235, 0.35);
    transition: .2s ease;
}

.acor-container .acor-body a:hover {
    color: #00aeea !important;
    border-bottom-color: rgba(0, 174, 234, 0.7);
}

.faq-resources-section {
    padding-top: 6px !important;
}

.faq-resources-shell {
    padding: 24px;
    border-radius: 28px;
    background: linear-gradient(180deg, var(--sfpd-panel) 0%, var(--sfpd-panel-deep) 100%);
    border: 1px solid rgba(255, 255, 255, .10);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .32),
    0 4px 12px rgba(0, 0, 0, .25);
}

.faq-resources-head {
    margin-bottom: 22px;
}

.faq-resources-title {
    margin: 0 0 8px;
    color: rgba(255, 255, 255, .88);
    font-size: 30px;
    font-weight: 900;
    letter-spacing: -0.02em;
}

.faq-resources-subtitle {
    margin: 0;
    color: rgba(255, 255, 255, .58);
    font-size: 15px;
    font-weight: 600;
}

.faq-card-grid {
    row-gap: 8px;
}

.faq-card {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 360px;
    padding: 22px 20px 18px;
    border-radius: 26px;
    text-decoration: none !important;
    color: rgba(255, 255, 255, .88) !important;
    overflow: hidden;

    background: radial-gradient(circle at top right, rgba(0, 210, 255, 0.05), transparent 24%),
    radial-gradient(circle at bottom left, rgba(37, 99, 235, 0.04), transparent 28%),
    linear-gradient(180deg, var(--sfpd-panel) 0%, var(--sfpd-panel-deep) 100%);

    border: 1px solid rgba(255, 255, 255, .10);
    box-shadow: 0 14px 32px rgba(0, 0, 0, .32),
    0 4px 12px rgba(0, 0, 0, .25),
    inset 0 1px 0 rgba(255, 255, 255, .06);

    transition: transform .26s ease,
    box-shadow .26s ease,
    border-color .26s ease;
}

.faq-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0, 210, 255, 0.03), transparent 42%);
    pointer-events: none;
}

.faq-card:hover {
    transform: translateY(-8px);
    border-color: rgba(255, 255, 255, .14);
    box-shadow: 0 24px 44px rgba(37, 99, 235, 0.10),
    0 8px 18px rgba(0, 0, 0, .28);
    color: rgba(255, 255, 255, .90) !important;
}

.faq-card-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .02em;
    color: rgba(255, 255, 255, .70);
    background: rgba(16, 30, 48, .92);
    border: 1px solid rgba(255, 255, 255, .10);
    z-index: 3;
    box-shadow: 0 4px 10px rgba(37, 99, 235, 0.05);
}

.faq-card-topicon {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 46px;
    height: 46px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.10), rgba(0, 210, 255, 0.10));
    border: 1px solid rgba(255, 255, 255, .10);
    color: #4cc9ff;
    font-size: 18px;
    z-index: 3;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06),
    0 6px 12px rgba(37, 99, 235, 0.05);
}

.faq-card-image-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 165px;
    margin-top: 36px;
    margin-bottom: 16px;
}

.faq-card-image {
    max-width: 68%;
    max-height: 140px;
    object-fit: contain;
    filter: drop-shadow(0 10px 16px rgba(0, 0, 0, .35));
    transition: transform .26s ease, filter .26s ease;
}

.faq-card:hover .faq-card-image {
    transform: scale(1.05);
    filter: drop-shadow(0 16px 22px rgba(37, 99, 235, 0.12));
}

.faq-card-content {
    margin-top: auto;
    position: relative;
    z-index: 2;
}

.faq-card-title {
    margin: 0 0 10px;
    font-size: 28px;
    line-height: 1.08;
    font-weight: 900;
    color: rgba(255, 255, 255, .88);
    letter-spacing: -0.02em;
}

.faq-card-title span {
    display: block;
}

.faq-card-desc {
    margin: 0;
    color: rgba(255, 255, 255, .58);
    font-size: 14px;
    line-height: 1.55;
    font-weight: 600;
}

.faq-card-doc .faq-card-topicon {
    color: #0ea5e9;
}

.faq-card-code .faq-card-topicon {
    color: var(--sfpd-warning);
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.08), rgba(251, 191, 36, 0.05));
    border-color: rgba(251, 191, 36, .35);
}

.faq-card-video .faq-card-topicon {
    color: #2dd4bf;
    background: linear-gradient(135deg, rgba(20, 184, 166, 0.08), rgba(45, 212, 191, 0.05));
    border-color: rgba(45, 212, 191, .35);
}

@media (max-width: 991px) {
    .section-title {
        font-size: 42px !important;
    }

    .faq-card {
        min-height: 330px;
    }

    .faq-card-title {
        font-size: 24px;
    }

}

@media (max-width: 767px) {
    .section-title {
        font-size: 30px !important;
    }

    .section-title + h6 {
        font-size: 15px !important;
    }

    .acor-container label {
        font-size: 16px !important;
        padding: 16px 18px !important;
        border-radius: 16px !important;
    }

    .acor-container input:checked + label {
        border-radius: 16px 16px 10px 10px !important;
    }

    .acor-container .acor-body {
        border-radius: 0 0 16px 16px !important;
        font-size: 14px !important;
    }

    .faq-resources-shell {
        padding: 16px;
        border-radius: 20px;
    }

    .faq-resources-title {
        font-size: 24px;
    }

    .faq-card {
        min-height: 300px;
        border-radius: 20px;
        padding: 18px 16px 16px;
    }

    .faq-card-badge {
        font-size: 11px;
        padding: 6px 10px;
    }

    .faq-card-topicon {
        width: 40px;
        height: 40px;
        border-radius: 14px;
        font-size: 16px;
    }

    .faq-card-image-wrap {
        min-height: 135px;
        margin-top: 30px;
    }

    .faq-card-image {
        max-width: 58%;
        max-height: 110px;
    }

    .faq-card-title {
        font-size: 22px;
    }

    .faq-card-desc {
        font-size: 13px;
    }

}

.faq-card-video .faq-card-badge {
    color: #2dd4bf;
    background: rgba(16, 185, 129, .18);
    border-color: rgba(45, 212, 191, .35);
}

.faq-card-video .faq-card-topicon {
    color: #2dd4bf;
    background: linear-gradient(135deg, rgba(20, 184, 166, 0.08), rgba(45, 212, 191, 0.05));
    border-color: rgba(45, 212, 191, .35);
}

.faq-video-frame {
    display: block;
    width: 100%;
    height: 72vh;
    min-height: 420px;
    max-height: 780px;
    border: 0;
    background: #000;
}

@media (max-width: 1199px) {
    .faq-video-frame {
        height: 68vh;
        min-height: 360px;
    }

}

@media (max-width: 767px) {
    .faq-video-frame {
        height: 52vh;
        min-height: 220px;
    }

}

.faq-card-image {
    filter: brightness(0) invert(1) opacity(.92);
}

.faq-card:hover .faq-card-image {
    filter: brightness(0) invert(1) opacity(1) drop-shadow(0 0 14px rgba(76, 201, 255, .35));
}

body.modal-open .acor-container label,
body.modal-open .acor-container .acor-body,
body.modal-open .faq-card,
body.modal-open .faq-card-badge,
body.modal-open .faq-card-topicon {
    z-index: auto;
}
