﻿.edWrap {
    max-width: 980px;
    margin: 18px auto;
    padding: 0 14px
}

/* HERO */
.edHero {
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,.10);
    background: rgb(113 27 178 / 22%);
    backdrop-filter: blur(14px) saturate(1.1);
    -webkit-backdrop-filter: blur(14px) saturate(1.1);
    padding: 18px;
}

.edHeroBadge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.14);
    background: rgba(255,255,255,.06);
    color: rgba(255,255,255,.86);
    font-weight: 950;
    font-size: 12px;
    letter-spacing: .3px
}

.edHeroTitle {
    margin: 10px 0 6px;
    color: #fff;
    font-weight: 950;
    font-size: 26px;
    line-height: 1.15
}

.edHeroSub {
    margin: 0;
    color: rgba(255,255,255,.78);
    font-weight: 750;
    line-height: 1.5
}

/* Video */
.edVideoCard {
    margin-top: 14px;
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,.10);
    background: rgba(0,0,0,.18);
    padding: 14px;
}

.edVideoTitle {
    color: #fff;
    font-weight: 950;
    font-size: 15px;
    margin-bottom: 10px
}

.edVideoPlaceholder {
    height: 220px;
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(255,255,255,.06);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.edVideoIcon {
    width: 54px;
    height: 54px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,.14);
    background: rgba(0,0,0,.25);
    color: #fff;
    font-weight: 950;
    font-size: 18px;
}

.edVideoHint {
    color: rgba(255,255,255,.70);
    font-weight: 800;
    font-size: 12px
}

.edMiniText {
    margin-top: 10px;
    color: rgba(255,255,255,.72);
    font-weight: 750;
    line-height: 1.45
}

/* Section head */
.edSectionHead {
    margin: 16px 0 10px
}

.edSectionTitle {
    margin: 0;
    color: #fff;
    font-weight: 950;
    font-size: 18px
}

.edSectionSub {
    margin: 6px 0 0;
    color: rgba(255,255,255,.70);
    font-weight: 750
}

/* Steps */
.edSteps {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 10px
}

.edStep {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,.10);
    background: rgba(0,0,0,.18);
    padding: 14px;
}

.edStepNo {
    flex: 0 0 auto;
    height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,.14);
    background: rgba(255,255,255,.06);
    color: #fff;
    font-weight: 950;
    font-size: 12px;
}

.edStepBody {
    min-width: 0;
    flex: 1 1 auto
}

.edStepTitle {
    color: #fff;
    font-weight: 950;
    font-size: 16px;
    margin: 0 0 6px
}

.edStepText {
    color: rgba(255,255,255,.78);
    font-weight: 750;
    line-height: 1.5
}

/* Screens */
.edShotRow {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 10px;
    margin-top: 10px;
}

@media(max-width:820px) {
    .edShotRow {
        grid-template-columns: 1fr
    }
}

.edShot {
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,.10);
    background: rgba(255,255,255,.06);
    padding: 10px;
}

.edShotImg {
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,.10);
    background: rgba(0,0,0,.22);
    overflow: hidden;
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .edShotImg img {
        width: 100%;
        height: auto;
        display: block
    }

.edShotCap {
    margin-top: 8px;
    color: rgba(255,255,255,.70);
    font-weight: 800;
    font-size: 12px
}

/* Info box */
.edInfoBox {
    margin-top: 10px;
    border-radius: 14px;
    border: 1px solid rgba(247,198,0,.30);
    background: linear-gradient(180deg, rgba(247,198,0,.12), rgba(0,0,0,.10));
    padding: 12px;
}

.edInfoTitle {
    color: #fff;
    font-weight: 950;
    margin-bottom: 6px
}

.edInfoList {
    margin: 0;
    padding-left: 18px;
    color: rgba(255,255,255,.78);
    font-weight: 750;
    line-height: 1.45
}

    .edInfoList li {
        margin: 6px 0
    }

/* CTA */
.edCta {
    margin-top: 14px;
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,.10);
    background: rgba(0,0,0,.18);
    padding: 16px;
}

.edCtaTitle {
    color: #fff;
    font-weight: 950;
    font-size: 16px;
    margin: 0 0 6px
}

.edCtaSub {
    color: rgba(255,255,255,.75);
    font-weight: 750;
    margin: 0
}

.edCtaBtns {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 12px
}

.edBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.14);
    background: rgb(245, 41, 6);
    color: #fff;
    font-weight: 950;
    text-decoration: none !important;
}

    .edBtn.ghost {
        background: rgba(255,255,255,.06)
    }

    .edBtn:hover {
        filter: brightness(1.06)
    }


.edVideoFrame {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 */
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(0,0,0,.35);
}

    .edVideoFrame iframe {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }