.prose-lite p { margin-top: 1rem; color: #4c5f70; line-height: 1.75; }
.prose-lite ul, .prose-lite ol { margin-top: 1rem; padding-left: 1.25rem; color: #4c5f70; }
.prose-lite li + li { margin-top: .5rem; }
.prose-lite a { color: #0f766e; font-weight: 700; }
.prose-lite a.prose-cta { color: #ffffff; }
[aria-current="page"] { color: #0f766e; }
.card-link::after { content: ""; position: absolute; inset: 0; }
.marketing-phone-status--neutral { color: #64748b !important; font-weight: 400; }
.marketing-phone-status--valid { color: #15803d !important; font-weight: 700; }
.marketing-phone-status--invalid { color: #b91c1c !important; font-weight: 700; }

.home-command-visual {
    position: relative;
    min-height: 520px;
    overflow: hidden;
    border-radius: 24px;
    border: 1px solid #dbe5e8;
    background:
        radial-gradient(circle at 18% 18%, rgba(15, 118, 110, .28), transparent 30%),
        radial-gradient(circle at 82% 78%, rgba(185, 137, 53, .16), transparent 32%),
        linear-gradient(135deg, #f8fafc 0%, #e7f4ef 48%, #ffffff 100%);
    box-shadow: 0 22px 44px rgba(15, 38, 63, .14);
}

.home-command-visual__screen {
    position: absolute;
    left: 7%;
    top: 9%;
    width: 70%;
    height: 68%;
    overflow: hidden;
    border: 12px solid #081727;
    border-radius: 22px;
    background:
        linear-gradient(90deg, rgba(15, 118, 110, .08) 1px, transparent 1px),
        linear-gradient(0deg, rgba(15, 118, 110, .08) 1px, transparent 1px),
        #f8fafc;
    background-size: 36px 36px;
}

.home-command-visual__topbar {
    min-height: 66px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    background: #081727;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.25;
}

.home-command-visual__lane {
    position: absolute;
    left: 22px;
    right: 22px;
    min-height: 58px;
    border-radius: 16px;
    border: 1px solid #dbe5e8;
    background: #fff;
    padding: 11px 14px;
    box-shadow: 0 12px 22px rgba(15, 38, 63, .1);
    opacity: 0;
    animation: homeLane 11s infinite ease-in-out;
}

.home-command-visual__lane span,
.home-command-visual__lane strong {
    display: block;
}

.home-command-visual__lane span {
    color: #0f766e;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.home-command-visual__lane strong {
    margin-top: 2px;
    color: #12202f;
    font-size: 15px;
}

.home-command-visual__lane--one { top: 92px; animation-delay: 0s; }
.home-command-visual__lane--two { top: 164px; animation-delay: .8s; }
.home-command-visual__lane--three { top: 236px; animation-delay: 1.6s; }
.home-command-visual__lane--four { top: 308px; animation-delay: 2.4s; }

.home-command-visual__phone {
    position: absolute;
    right: 8%;
    bottom: 11%;
    width: 220px;
    min-height: 250px;
    border: 10px solid #081727;
    border-radius: 32px;
    background: #f8fafc;
    transform: rotate(-5deg);
    padding: 48px 18px 18px;
    box-shadow: 0 22px 36px rgba(7, 19, 35, .24);
    animation: homePhone 11s infinite ease-in-out;
}

.home-command-visual__phone-line {
    position: absolute;
    left: 50%;
    top: 18px;
    width: 62px;
    height: 7px;
    border-radius: 999px;
    background: #dbe5e8;
    transform: translateX(-50%);
}

.home-command-visual__phone strong,
.home-command-visual__phone span {
    display: block;
}

.home-command-visual__phone strong {
    color: #0f766e;
    font-size: 14px;
    font-weight: 900;
}

.home-command-visual__phone span {
    margin-top: 8px;
    border-radius: 16px;
    background: #dff7ed;
    padding: 13px;
    color: #0c4a43;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.35;
}

.home-command-visual__badge {
    position: absolute;
    left: 9%;
    bottom: 8%;
    max-width: 280px;
    border-radius: 18px;
    background: #081727;
    color: #fff;
    padding: 13px 16px;
    font-size: 13px;
    font-weight: 900;
    box-shadow: 0 14px 24px rgba(7, 19, 35, .2);
}

@keyframes homeLane {
    0%, 14% { opacity: 0; transform: translateY(15px); }
    24%, 78% { opacity: 1; transform: translateY(0); }
    94%, 100% { opacity: 0; transform: translateY(-8px); }
}

@keyframes homePhone {
    0%, 100% { transform: rotate(-5deg) translateY(0); }
    50% { transform: rotate(-3deg) translateY(-8px); }
}

.consultation-video {
    position: relative;
    min-height: 410px;
    overflow: hidden;
    border-radius: 22px;
    background:
        radial-gradient(circle at 74% 24%, rgba(245, 158, 11, .18), transparent 28%),
        linear-gradient(135deg, #f8fafc 0%, #e7f4ef 50%, #ffffff 100%);
}

.consultation-video__desk {
    position: absolute;
    inset: 28px;
    overflow: hidden;
    border-radius: 20px;
    background:
        linear-gradient(90deg, rgba(15, 118, 110, .08) 1px, transparent 1px),
        linear-gradient(0deg, rgba(15, 118, 110, .08) 1px, transparent 1px),
        #ffffff;
    background-size: 38px 38px;
    box-shadow: 0 22px 42px rgba(15, 38, 63, .16);
}

.consultation-video__report {
    position: absolute;
    left: 8%;
    top: 12%;
    width: 58%;
    height: 66%;
    border-radius: 18px;
    border: 1px solid #dbe5e8;
    background: #fff;
    box-shadow: 0 18px 32px rgba(15, 38, 63, .14);
    animation: consultationReportFloat 8s infinite ease-in-out;
}

.consultation-video__bar {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 58px;
    border-radius: 18px 18px 0 0;
    background: #081727;
}

.consultation-video__line {
    position: absolute;
    left: 28px;
    height: 8px;
    border-radius: 999px;
    background: #dbe5e8;
}

.consultation-video__line--one { top: 84px; width: 68%; }
.consultation-video__line--two { top: 112px; width: 52%; }
.consultation-video__line--three { top: 202px; width: 64%; }

.consultation-video__highlight {
    position: absolute;
    left: 24px;
    right: 24px;
    top: 140px;
    border-radius: 16px;
    background: #dff7ed;
    color: #0c4a43;
    padding: 16px;
    font-weight: 900;
    box-shadow: 0 10px 20px rgba(15, 118, 110, .16);
    animation: consultationHighlight 8s infinite ease-in-out;
}

.consultation-video__calendar {
    position: absolute;
    right: 8%;
    top: 15%;
    width: 150px;
    height: 130px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    border: 1px solid #dbe5e8;
    background: #fff7ed;
    color: #12202f;
    box-shadow: 0 18px 28px rgba(15, 38, 63, .14);
    animation: consultationCalendarFloat 8s infinite ease-in-out;
}

.consultation-video__calendar span,
.consultation-video__calendar strong {
    display: block;
    text-align: center;
}

.consultation-video__calendar span {
    align-self: end;
    color: #9a3412;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.consultation-video__calendar strong {
    align-self: start;
    font-size: 28px;
    font-weight: 900;
}

.consultation-video__call {
    position: absolute;
    right: 11%;
    bottom: 17%;
    width: 155px;
    height: 115px;
    border-radius: 26px;
    background: #0f766e;
    box-shadow: 0 18px 30px rgba(15, 118, 110, .28);
}

.consultation-video__call::before {
    content: "";
    position: absolute;
    left: 22px;
    top: 24px;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    background: #dff7ed;
}

.consultation-video__call span {
    position: absolute;
    left: 82px;
    width: 42px;
    height: 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .86);
}

.consultation-video__call span:nth-child(1) { top: 31px; }
.consultation-video__call span:nth-child(2) { top: 53px; width: 34px; }
.consultation-video__call span:nth-child(3) { top: 75px; width: 48px; }

.consultation-video__badge {
    position: absolute;
    left: 10%;
    bottom: 10%;
    max-width: 250px;
    border-radius: 18px;
    background: #081727;
    color: #fff;
    padding: 13px 16px;
    font-size: 13px;
    font-weight: 900;
    box-shadow: 0 14px 24px rgba(7, 19, 35, .2);
}

@keyframes consultationReportFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-7px); }
}

@keyframes consultationCalendarFloat {
    0%, 100% { transform: translateY(0) rotate(3deg); }
    50% { transform: translateY(8px) rotate(-1deg); }
}

@keyframes consultationHighlight {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.035); }
}

.blog-visual {
    --ink: #081727;
    --teal: #0f766e;
    --mint: #dff7ed;
    --gold: #b98935;
    --line: #cfd9df;
    position: relative;
    height: 170px;
    margin-bottom: 18px;
    overflow: hidden;
    border-radius: 18px;
    border: 1px solid #dbe5e8;
    background:
        linear-gradient(90deg, rgba(15, 118, 110, .08) 1px, transparent 1px),
        linear-gradient(0deg, rgba(15, 118, 110, .08) 1px, transparent 1px),
        linear-gradient(135deg, #ffffff 0%, #eaf4f0 100%);
    background-size: 28px 28px, 28px 28px, auto;
}

.blog-visual--large {
    height: 300px;
    margin-bottom: 0;
    box-shadow: 0 22px 42px rgba(15, 38, 63, .14);
}

.blog-visual::before {
    content: attr(data-visual-title);
    position: absolute;
    z-index: 5;
    left: 16px;
    top: 14px;
    max-width: calc(100% - 32px);
    border-radius: 999px;
    background: rgba(8, 23, 39, .94);
    color: #ffffff;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1;
    padding: 9px 12px;
    box-shadow: 0 10px 22px rgba(15, 38, 63, .2);
}

.blog-visual::after {
    content: "";
    position: absolute;
    inset: auto 18px 20px 18px;
    height: 9px;
    border-radius: 999px;
    background: rgba(15, 118, 110, .18);
}

.blog-visual span {
    position: absolute;
    display: block;
    border-radius: 16px;
    box-shadow: 0 12px 24px rgba(15, 38, 63, .14);
}

.blog-visual span:nth-child(1) {
    left: 9%;
    top: 31%;
    width: 40%;
    height: 36%;
    background: var(--ink);
}

.blog-visual span:nth-child(2) {
    right: 9%;
    top: 28%;
    width: 32%;
    height: 48%;
    background: #ffffff;
    border: 1px solid #dbe5e8;
}

.blog-visual span:nth-child(3) {
    left: 15%;
    bottom: 14%;
    width: 36%;
    height: 15%;
    background: var(--teal);
}

.blog-visual span:nth-child(4) {
    right: 18%;
    bottom: 14%;
    width: 18%;
    height: 18%;
    border-radius: 999px;
    background: var(--gold);
}

.blog-visual span::before,
.blog-visual span::after {
    content: "";
    position: absolute;
    display: block;
}

.blog-visual--withdrawal span:nth-child(1),
.blog-visual--account-closure span:nth-child(1),
.blog-visual--kyc span:nth-child(1) {
    background:
        linear-gradient(#24435f 0 0) 18px 18px / 58% 8px no-repeat,
        linear-gradient(#24435f 0 0) 18px 38px / 72% 8px no-repeat,
        linear-gradient(135deg, #081727 0%, #17304d 100%);
}

.blog-visual--withdrawal span:nth-child(2)::before,
.blog-visual--account-closure span:nth-child(2)::before,
.blog-visual--kyc span:nth-child(2)::before,
.blog-visual--sar-export span:nth-child(2)::before,
.blog-visual--evidence-pack span:nth-child(2)::before,
.blog-visual--payment-descriptor span:nth-child(2)::before {
    left: 16px;
    right: 16px;
    top: 18px;
    height: 8px;
    border-radius: 999px;
    background: var(--line);
    box-shadow: 0 20px 0 #dbe5e8, 0 40px 0 #e6eef1;
}

.blog-visual--withdrawal span:nth-child(4),
.blog-visual--account-closure span:nth-child(4) {
    width: 34px;
    height: 34px;
    border: 8px solid var(--teal);
    border-radius: 50% 50% 12px 12px;
    background: transparent;
}

.blog-visual--chargeback span:nth-child(1),
.blog-visual--payment-descriptor span:nth-child(1) {
    height: 42%;
    border-radius: 18px;
    background:
        linear-gradient(#ffffff 0 0) 20px 18px / 50% 8px no-repeat,
        linear-gradient(#17304d 0 0) 20px 44px / 72% 7px no-repeat,
        linear-gradient(135deg, #b98935 0%, #f0d28a 100%);
}

.blog-visual--chargeback span:nth-child(2),
.blog-visual--payment-descriptor span:nth-child(2) {
    transform: rotate(-4deg);
}

.blog-visual--chargeback span:nth-child(3),
.blog-visual--route-fork span:nth-child(3) {
    left: 27%;
    bottom: 23%;
    width: 44%;
    height: 8px;
    background: var(--teal);
}

.blog-visual--evidence-pack span:nth-child(1) {
    left: 13%;
    width: 32%;
    background: #ffffff;
    border: 1px solid #dbe5e8;
}

.blog-visual--evidence-pack span:nth-child(1)::before {
    left: 14px;
    right: -28px;
    top: 18px;
    height: 76%;
    border-radius: 14px;
    border: 1px solid #dbe5e8;
    background: #f8fafc;
    box-shadow: 26px 12px 0 #eaf4f0;
}

.blog-visual--evidence-pack span:nth-child(4),
.blog-visual--settlement span:nth-child(4) {
    background: var(--teal);
}

.blog-visual--sar-export span:nth-child(1) {
    width: 34%;
    background:
        linear-gradient(90deg, #99ddc0 6px, transparent 6px) 16px 18px / 22px 16px repeat,
        #ffffff;
    border: 1px solid #dbe5e8;
}

.blog-visual--sar-export span:nth-child(3) {
    left: 44%;
    bottom: 36%;
    width: 34%;
    height: 10px;
    transform: rotate(-17deg);
}

.blog-visual--timeline span:nth-child(1) {
    left: 11%;
    top: 52%;
    width: 78%;
    height: 8px;
    border-radius: 999px;
    background: var(--teal);
}

.blog-visual--timeline span:nth-child(2),
.blog-visual--timeline span:nth-child(3),
.blog-visual--timeline span:nth-child(4) {
    top: 44%;
    width: 34px;
    height: 34px;
    border: 7px solid #ffffff;
    background: var(--gold);
}

.blog-visual--timeline span:nth-child(2) { left: 18%; }
.blog-visual--timeline span:nth-child(3) { left: 45%; }
.blog-visual--timeline span:nth-child(4) { right: 18%; }

.blog-visual--self-exclusion span:nth-child(1),
.blog-visual--affordability span:nth-child(1) {
    left: 18%;
    top: 28%;
    width: 30%;
    height: 45%;
    border-radius: 48% 48% 20px 20px;
    background: var(--teal);
}

.blog-visual--self-exclusion span:nth-child(1)::before,
.blog-visual--affordability span:nth-child(1)::before {
    left: 50%;
    top: 13%;
    width: 8px;
    height: 70%;
    transform: translateX(-50%);
    border-radius: 999px;
    background: rgba(255, 255, 255, .86);
}

.blog-visual--self-exclusion span:nth-child(1)::after,
.blog-visual--affordability span:nth-child(1)::after {
    left: 23%;
    top: 42%;
    width: 54%;
    height: 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .86);
}

.blog-visual--bonus-terms span:nth-child(1) {
    background:
        radial-gradient(circle at 14px 50%, #eaf4f0 0 11px, transparent 12px),
        radial-gradient(circle at calc(100% - 14px) 50%, #eaf4f0 0 11px, transparent 12px),
        linear-gradient(135deg, #fff7e0 0%, #f7d777 100%);
    border: 1px solid #e4bd63;
}

.blog-visual--bonus-terms span:nth-child(2) {
    background:
        linear-gradient(#c88c24 0 0) 20px 18px / 58% 8px no-repeat,
        linear-gradient(#dbe5e8 0 0) 20px 42px / 72% 8px no-repeat,
        #ffffff;
}

.blog-visual--route-fork span:nth-child(1) {
    left: 16%;
    top: 27%;
    width: 24%;
    height: 50%;
    background: #ffffff;
    border: 1px solid #dbe5e8;
}

.blog-visual--route-fork span:nth-child(2) {
    right: 13%;
    top: 18%;
    width: 34%;
    height: 24%;
    background: var(--mint);
}

.blog-visual--route-fork span:nth-child(4) {
    right: 17%;
    bottom: 18%;
    width: 30%;
    height: 22%;
    border-radius: 16px;
    background: #fff7e0;
}

.blog-visual--settlement span:nth-child(1),
.blog-visual--rejection span:nth-child(1),
.blog-visual--wording span:nth-child(1),
.blog-visual--ai-warning span:nth-child(1) {
    background:
        linear-gradient(#dbe5e8 0 0) 18px 18px / 62% 8px no-repeat,
        linear-gradient(#e6eef1 0 0) 18px 38px / 78% 8px no-repeat,
        linear-gradient(#e6eef1 0 0) 18px 58px / 46% 8px no-repeat,
        #ffffff;
    border: 1px solid #dbe5e8;
}

.blog-visual--settlement span:nth-child(2) {
    background: var(--mint);
    transform: rotate(4deg);
}

.blog-visual--payday span:nth-child(1),
.blog-visual--stayclear span:nth-child(1) {
    border-radius: 24px;
    background:
        linear-gradient(#ffffff 0 0) 18px 18px / 44% 7px no-repeat,
        linear-gradient(90deg, #dff7ed 0 23%, transparent 23% 33%, #dff7ed 33% 56%, transparent 56% 66%, #dff7ed 66% 100%) 18px 44px / 68% 34px no-repeat,
        var(--ink);
}

.blog-visual--payday span:nth-child(2),
.blog-visual--stayclear span:nth-child(2),
.blog-visual--late-night span:nth-child(2),
.blog-visual--sports-risk span:nth-child(2) {
    right: 13%;
    width: 26%;
    border-radius: 24px;
    transform: rotate(-7deg);
    background:
        linear-gradient(#dbe5e8 0 0) center 13px / 38% 6px no-repeat,
        linear-gradient(#dff7ed 0 0) center 55% / 72% 34% no-repeat,
        #ffffff;
}

.blog-visual--sports-risk span:nth-child(1) {
    left: 8%;
    top: 35%;
    width: 48%;
    height: 42%;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, .14) 0 18%, transparent 18% 36%, rgba(255, 255, 255, .14) 36% 54%, transparent 54% 72%, rgba(255, 255, 255, .14) 72% 100%),
        #177245;
}

.blog-visual--sports-risk span:nth-child(1)::before {
    left: 47%;
    top: 0;
    width: 4px;
    height: 100%;
    background: rgba(255, 255, 255, .65);
}

.blog-visual--sports-risk span:nth-child(1)::after {
    left: 39%;
    top: 30%;
    width: 36px;
    height: 36px;
    border: 3px solid rgba(255, 255, 255, .7);
    border-radius: 50%;
}

.blog-visual--late-night {
    background:
        radial-gradient(circle at 78% 20%, #f7d777 0 16px, transparent 17px),
        linear-gradient(135deg, #081727 0%, #17304d 64%, #eaf4f0 100%);
}

.blog-visual--late-night::before {
    background: rgba(255, 255, 255, .92);
    color: var(--ink);
}

.blog-visual--late-night span:nth-child(1) {
    background:
        linear-gradient(#dbe5e8 0 0) center 13px / 38% 6px no-repeat,
        linear-gradient(#dff7ed 0 0) center 55% / 72% 34% no-repeat,
        #ffffff;
    border-radius: 24px;
}

.blog-visual--ai-warning span:nth-child(2) {
    background:
        linear-gradient(#f2b8a8 0 0) 20px 20px / 52% 8px no-repeat,
        linear-gradient(#dbe5e8 0 0) 20px 44px / 72% 8px no-repeat,
        #ffffff;
    transform: rotate(6deg);
}

.blog-visual--ai-warning span:nth-child(3),
.blog-visual--wording span:nth-child(3) {
    width: 46%;
    background: var(--mint);
    border: 1px solid #99ddc0;
}

.blog-visual--adr span:nth-child(1) {
    left: 11%;
    top: 48%;
    width: 78%;
    height: 8px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--teal) 0 30%, var(--gold) 30% 62%, var(--ink) 62% 100%);
}

.blog-visual--adr span:nth-child(2),
.blog-visual--adr span:nth-child(3),
.blog-visual--adr span:nth-child(4) {
    top: 38%;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: #ffffff;
    border: 1px solid #dbe5e8;
}

.blog-visual--adr span:nth-child(2) { left: 17%; }
.blog-visual--adr span:nth-child(3) { left: 45%; background: var(--mint); }
.blog-visual--adr span:nth-child(4) { right: 17%; background: #fff7e0; }

.blog-visual--affordability span:nth-child(2) {
    background:
        linear-gradient(to top, var(--teal) 0 42%, transparent 42%) 20px bottom / 16px 70% no-repeat,
        linear-gradient(to top, var(--gold) 0 72%, transparent 72%) 52px bottom / 16px 70% no-repeat,
        linear-gradient(to top, #17304d 0 54%, transparent 54%) 84px bottom / 16px 70% no-repeat,
        #ffffff;
}

.blog-visual--wording span:nth-child(2) {
    background:
        linear-gradient(#f2b8a8 0 0) 18px 22px / 72% 8px no-repeat,
        linear-gradient(#dbe5e8 0 0) 18px 46px / 54% 8px no-repeat,
        #ffffff;
}

.blog-visual--rejection span:nth-child(2) {
    background:
        linear-gradient(45deg, transparent 46%, #b94a48 46% 54%, transparent 54%),
        linear-gradient(-45deg, transparent 46%, #b94a48 46% 54%, transparent 54%),
        #ffffff;
}

.blog-visual--rejection span:nth-child(3) {
    width: 46%;
    background: #fff7e0;
    border: 1px solid #e4bd63;
}

.report-strategy-video {
    position: relative;
    min-height: 410px;
    overflow: hidden;
    border-radius: 22px;
    background:
        radial-gradient(circle at 18% 18%, rgba(15, 118, 110, .28), transparent 30%),
        linear-gradient(135deg, #f8fafc 0%, #e7f4ef 48%, #f5f7f9 100%);
}

.report-strategy-video__desk {
    position: absolute;
    inset: 28px;
    border-radius: 20px;
    background:
        linear-gradient(160deg, rgba(255, 255, 255, .8), rgba(255, 255, 255, .25)),
        linear-gradient(135deg, #17304d, #0f766e);
    box-shadow: 0 22px 42px rgba(15, 38, 63, .22);
}

.report-strategy-video__screen {
    position: absolute;
    left: 8%;
    top: 10%;
    width: 70%;
    height: 68%;
    border: 10px solid #081727;
    border-radius: 18px;
    background: #f8fafc;
    overflow: hidden;
}

.report-strategy-video__title {
    min-height: 70px;
    padding: 15px 16px;
    background: #081727;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.28;
    text-transform: uppercase;
}

.report-strategy-video__route {
    position: absolute;
    left: 18px;
    right: 18px;
    border-radius: 14px;
    border: 1px solid #dbe5e8;
    background: #fff;
    padding: 12px 14px;
    box-shadow: 0 12px 22px rgba(15, 38, 63, .08);
    opacity: 0;
    transform: translateY(16px);
    animation: reportRoute 9s infinite ease-in-out;
}

.report-strategy-video__route span,
.report-strategy-video__route strong {
    display: block;
}

.report-strategy-video__route span {
    color: #0f766e;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.report-strategy-video__route strong {
    margin-top: 3px;
    color: #12202f;
    font-size: 14px;
}

.report-strategy-video__route--one { top: 82px; animation-delay: 0s; }
.report-strategy-video__route--two { top: 145px; animation-delay: .7s; }
.report-strategy-video__route--three { top: 208px; animation-delay: 1.4s; }
.report-strategy-video__route--four { top: 271px; animation-delay: 2.1s; }

.report-strategy-video__paper {
    position: absolute;
    right: 7%;
    width: 125px;
    height: 160px;
    border-radius: 14px;
    background:
        linear-gradient(#cbd5e1 0 0) 22px 42px / 78px 5px no-repeat,
        linear-gradient(#dbe5e8 0 0) 22px 64px / 68px 5px no-repeat,
        linear-gradient(#dbe5e8 0 0) 22px 86px / 82px 5px no-repeat,
        #fff;
    box-shadow: 0 18px 28px rgba(7, 19, 35, .22);
}

.report-strategy-video__paper--one {
    top: 19%;
    transform: rotate(9deg);
    animation: reportPaperOne 9s infinite ease-in-out;
}

.report-strategy-video__paper--two {
    bottom: 13%;
    transform: rotate(-7deg);
    animation: reportPaperTwo 9s infinite ease-in-out;
}

.report-strategy-video__marker {
    position: absolute;
    right: 17%;
    bottom: 22%;
    width: 95px;
    height: 14px;
    border-radius: 999px;
    background: #0f766e;
    transform: rotate(-24deg);
    box-shadow: 0 10px 18px rgba(7, 19, 35, .2);
}

.report-strategy-video__badge {
    position: absolute;
    z-index: 4;
    left: 10%;
    right: 36%;
    bottom: 6%;
    border-radius: 18px;
    background: #dff7ed;
    color: #0c4a43;
    padding: 10px 14px;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.25;
    box-shadow: 0 12px 20px rgba(15, 118, 110, .18);
}

@keyframes reportRoute {
    0%, 13% { opacity: 0; transform: translateY(16px); }
    24%, 72% { opacity: 1; transform: translateY(0); }
    90%, 100% { opacity: 0; transform: translateY(-8px); }
}

@keyframes reportPaperOne {
    0%, 100% { transform: rotate(9deg) translateY(0); }
    50% { transform: rotate(5deg) translateY(-8px); }
}

@keyframes reportPaperTwo {
    0%, 100% { transform: rotate(-7deg) translateY(0); }
    50% { transform: rotate(-3deg) translateY(8px); }
}

@keyframes reportBadge {
    0%, 45% { opacity: 0; transform: translateY(10px); }
    58%, 90% { opacity: 1; transform: translateY(0); }
    100% { opacity: 0; transform: translateY(10px); }
}

.report-intelligence-flow {
    position: relative;
    min-height: 420px;
    overflow: hidden;
    border-radius: 24px;
    border: 1px solid #dbe5e8;
    background:
        linear-gradient(90deg, rgba(15, 118, 110, .08) 1px, transparent 1px),
        linear-gradient(0deg, rgba(15, 118, 110, .08) 1px, transparent 1px),
        #f8fafc;
    background-size: 42px 42px;
    box-shadow: 0 20px 40px rgba(15, 38, 63, .12);
}

.report-intelligence-flow__node {
    position: absolute;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 150px;
    height: 88px;
    border-radius: 18px;
    border: 1px solid #dbe5e8;
    background: #fff;
    color: #12202f;
    text-align: center;
    font-weight: 900;
    box-shadow: 0 18px 28px rgba(15, 38, 63, .12);
    animation: reportNodePulse 8s infinite ease-in-out;
}

.report-intelligence-flow__node--case { left: 9%; top: 40%; }
.report-intelligence-flow__node--evidence { right: 12%; top: 12%; animation-delay: .5s; }
.report-intelligence-flow__node--operator { right: 12%; bottom: 12%; animation-delay: 1s; }
.report-intelligence-flow__node--strategy {
    left: 50%;
    top: 40%;
    transform: translateX(-50%);
    background: #0f766e;
    color: #fff;
    animation-delay: 1.5s;
}

.report-intelligence-flow__line {
    position: absolute;
    z-index: 1;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(15, 118, 110, .1), #0f766e);
    transform-origin: left center;
    opacity: .8;
}

.report-intelligence-flow__line--one {
    left: 28%;
    top: 51%;
    width: 26%;
}

.report-intelligence-flow__line--two {
    left: 57%;
    top: 37%;
    width: 25%;
    transform: rotate(-28deg);
}

.report-intelligence-flow__line--three {
    left: 57%;
    top: 63%;
    width: 25%;
    transform: rotate(28deg);
}

@keyframes reportNodePulse {
    0%, 100% { box-shadow: 0 18px 28px rgba(15, 38, 63, .12); }
    50% { box-shadow: 0 22px 34px rgba(15, 118, 110, .24); }
}

.report-mistake-visual {
    position: relative;
    min-height: 455px;
    overflow: hidden;
    border: 1px solid #dbe5e8;
    border-radius: 24px;
    background:
        radial-gradient(circle at 50% 50%, rgba(15, 118, 110, .16), transparent 34%),
        linear-gradient(135deg, #fff 0%, #edf7f3 100%);
    box-shadow: 0 20px 40px rgba(15, 38, 63, .12);
}

.report-mistake-visual__column {
    position: absolute;
    top: 46px;
    bottom: 46px;
    width: 38%;
    border-radius: 22px;
    padding: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}

.report-mistake-visual__column span,
.report-mistake-visual__column strong,
.report-mistake-visual__column em {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    border-radius: 14px;
    padding: 10px 14px;
    font-style: normal;
    line-height: 1.2;
    text-align: center;
}

.report-mistake-visual__column span {
    background: rgba(255, 255, 255, .72);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.report-mistake-visual__column strong {
    background: #fff;
    color: #12202f;
    box-shadow: 0 10px 18px rgba(15, 38, 63, .08);
    animation: reportMistakeCard 8s infinite ease-in-out;
}

.report-mistake-visual__column em {
    font-weight: 900;
    min-height: 56px;
}

.report-mistake-visual__column--weak {
    left: 7%;
    background: #fff7ed;
    border: 1px solid #fed7aa;
}

.report-mistake-visual__column--weak em {
    background: #ffedd5;
    color: #9a3412;
}

.report-mistake-visual__column--strong {
    right: 7%;
    background: #e8f7f1;
    border: 1px solid #99ddc0;
}

.report-mistake-visual__column--strong em {
    background: #dff7ed;
    color: #0c4a43;
}

.report-mistake-visual__arrow {
    position: absolute;
    left: 47%;
    top: 50%;
    width: 54px;
    height: 18px;
    border-radius: 999px;
    background: #0f766e;
    transform: translateY(-50%);
    animation: reportArrowMove 8s infinite ease-in-out;
}

.report-mistake-visual__arrow::after {
    content: "";
    position: absolute;
    right: -12px;
    top: 50%;
    border-left: 16px solid #0f766e;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    transform: translateY(-50%);
}

@keyframes reportMistakeCard {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-4px); }
}

@keyframes reportArrowMove {
    0%, 100% { transform: translate(-8px, -50%); opacity: .72; }
    50% { transform: translate(8px, -50%); opacity: 1; }
}

.report-route-visual {
    position: relative;
    min-height: 510px;
    overflow: hidden;
    border: 1px solid #dbe5e8;
    border-radius: 24px;
    background:
        linear-gradient(90deg, rgba(15, 118, 110, .08) 1px, transparent 1px),
        linear-gradient(0deg, rgba(15, 118, 110, .08) 1px, transparent 1px),
        #ffffff;
    background-size: 40px 40px;
    box-shadow: 0 20px 40px rgba(15, 38, 63, .12);
}

.report-route-visual__file,
.report-route-visual__hub,
.report-route-visual__node,
.report-route-visual__review {
    position: absolute;
    display: grid;
    place-items: center;
    text-align: center;
    border-radius: 18px;
    font-weight: 900;
    box-shadow: 0 16px 26px rgba(15, 38, 63, .12);
}

.report-route-visual__file {
    left: 7%;
    top: 8%;
    width: 145px;
    height: 118px;
    background: #fff;
    border: 1px solid #dbe5e8;
    animation: reportRouteFloat 8s infinite ease-in-out;
}

.report-route-visual__file::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 28px;
    height: 28px;
    border-radius: 0 18px 0 10px;
    background: linear-gradient(135deg, #edf7f3 0%, #edf7f3 50%, #dbe5e8 51%, #dbe5e8 100%);
}

.report-route-visual__hub {
    left: 50%;
    top: 40%;
    width: 150px;
    height: 150px;
    transform: translate(-50%, -50%);
    background: #0f766e;
    color: #fff;
}

.report-route-visual__hub::before,
.report-route-visual__hub::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    border: 2px solid rgba(15, 118, 110, .22);
    inset: -30px;
    animation: reportRoutePulse 3.5s infinite ease-out;
}

.report-route-visual__hub::after {
    inset: -56px;
    animation-delay: .7s;
}

.report-route-visual__node {
    width: 130px;
    height: 82px;
    background: #fff;
    border: 1px solid #dbe5e8;
    color: #12202f;
}

.report-route-visual__node--one { right: 9%; top: 9%; animation: reportRouteFloat 8s infinite ease-in-out .3s; }
.report-route-visual__node--two { right: 7%; top: 37%; animation: reportRouteFloat 8s infinite ease-in-out .8s; }
.report-route-visual__node--three { left: 10%; bottom: 19%; animation: reportRouteFloat 8s infinite ease-in-out 1.2s; }
.report-route-visual__node--four { right: 14%; bottom: 15%; animation: reportRouteFloat 8s infinite ease-in-out 1.6s; }

.report-route-visual__review {
    left: 50%;
    bottom: 8%;
    width: 190px;
    height: 62px;
    transform: translateX(-50%);
    background: #dff7ed;
    color: #0c4a43;
    border: 1px solid #99ddc0;
}

@keyframes reportRouteFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-7px); }
}

@keyframes reportRoutePulse {
    0% { transform: scale(.82); opacity: .7; }
    100% { transform: scale(1.15); opacity: 0; }
}

@media (max-width: 640px) {
    .consultation-video {
        min-height: 390px;
    }

    .consultation-video__desk {
        inset: 22px;
    }

    .consultation-video__report {
        left: 6%;
        width: 68%;
    }

    .consultation-video__calendar {
        right: 5%;
        width: 118px;
        height: 108px;
    }

    .consultation-video__calendar strong {
        font-size: 22px;
    }

    .consultation-video__call {
        right: 7%;
        width: 130px;
        height: 100px;
    }

    .consultation-video__badge {
        left: 8%;
        right: 22%;
        bottom: 7%;
        font-size: 12px;
    }

    .report-strategy-video {
        min-height: 410px;
    }

    .report-strategy-video__desk {
        inset: 22px;
    }

    .report-strategy-video__screen {
        left: 7%;
        width: 70%;
    }

    .report-strategy-video__title {
        min-height: 66px;
        font-size: 11px;
        line-height: 1.3;
        padding: 13px 14px;
    }

    .report-strategy-video__paper {
        right: 3%;
        width: 110px;
        height: 145px;
    }

    .report-strategy-video__badge {
        left: 8%;
        right: 24%;
        bottom: 5%;
        font-size: 11px;
    }

    .report-mistake-visual,
    .report-route-visual {
        min-height: 560px;
    }

    .report-mistake-visual__column {
        left: 8%;
        right: 8%;
        width: auto;
        height: 215px;
        bottom: auto;
    }

    .report-mistake-visual__column--strong {
        top: auto;
        bottom: 38px;
    }

    .report-mistake-visual__arrow {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%) rotate(90deg);
    }

    .report-mistake-visual__arrow::after {
        right: -11px;
    }

    .report-route-visual__hub {
        top: 44%;
    }
}

.stayclear-video {
    position: relative;
    min-height: 390px;
    overflow: hidden;
    border: 1px solid #dbe5e8;
    border-radius: 24px;
    background:
        radial-gradient(circle at 18% 16%, rgba(15, 118, 110, .35), transparent 28%),
        linear-gradient(135deg, #071323 0%, #10263f 48%, #071323 100%);
    box-shadow: 0 22px 45px rgba(15, 38, 63, .22);
}

.stayclear-video__tv {
    position: absolute;
    left: 5%;
    top: 8%;
    width: 68%;
    height: 54%;
    z-index: 1;
    overflow: hidden;
    border: 10px solid #0b1728;
    border-radius: 18px;
    background: #0b1728;
    box-shadow: 0 0 42px rgba(78, 161, 255, .25);
}

.stayclear-video__tv-label {
    position: absolute;
    left: 14px;
    top: 12px;
    z-index: 4;
    border-radius: 999px;
    background: rgba(7, 19, 35, .82);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    padding: 7px 10px;
}

.stayclear-video__pitch {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 50% 52%, transparent 0 32px, rgba(255, 255, 255, .36) 33px 34px, transparent 35px),
        linear-gradient(90deg, transparent 49.5%, rgba(255, 255, 255, .46) 50%, transparent 50.5%),
        repeating-linear-gradient(105deg, #2c8b4c 0 34px, #257a42 34px 68px);
}

.stayclear-video__pitch::after {
    content: "";
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(90deg, rgba(255, 255, 255, .12) 0 2px, transparent 2px 58px);
    pointer-events: none;
}

.stayclear-video__player {
    position: absolute;
    z-index: 2;
    width: 7px;
    height: 17px;
    border-radius: 999px 999px 3px 3px;
    box-shadow: 0 5px 9px rgba(0, 0, 0, .24);
}

.stayclear-video__player::before {
    content: "";
    position: absolute;
    left: 2px;
    top: -5px;
    width: 5px;
    height: 5px;
    border-radius: 999px;
    background: #f2c7a1;
}

.stayclear-video__player--red { background: #d84b42; }
.stayclear-video__player--white { background: #f8fafc; }
.stayclear-video__player--p1 { left: 14%; top: 26%; }
.stayclear-video__player--p2 { left: 28%; top: 58%; }
.stayclear-video__player--p3 { left: 39%; top: 35%; }
.stayclear-video__player--p4 { left: 52%; top: 62%; }
.stayclear-video__player--p5 { left: 61%; top: 27%; }
.stayclear-video__player--p6 { left: 70%; top: 54%; }

.stayclear-video__ball {
    position: absolute;
    left: 43%;
    top: 48%;
    z-index: 3;
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: #f8fafc;
    box-shadow: inset -2px -2px 0 rgba(15, 23, 42, .22), 0 4px 8px rgba(0, 0, 0, .25);
    animation: stayclearBall 5.8s infinite ease-in-out;
}

.stayclear-video__viewer {
    position: absolute;
    left: 13%;
    bottom: -8px;
    width: 150px;
    height: 178px;
    z-index: 2;
}

.stayclear-video__head {
    position: absolute;
    left: 52px;
    top: 6px;
    width: 48px;
    height: 48px;
    border-radius: 999px;
    background: #d5b097;
    box-shadow: inset -10px -7px 0 rgba(80, 44, 30, .16);
}

.stayclear-video__body {
    position: absolute;
    left: 38px;
    top: 54px;
    width: 82px;
    height: 150px;
    border-radius: 36px 36px 0 0;
    background: linear-gradient(180deg, #eaf4f0, #a9c8c2);
}

.stayclear-video__arm {
    position: absolute;
    left: 104px;
    top: 86px;
    width: 86px;
    height: 22px;
    border-radius: 999px;
    background: #d5b097;
    transform-origin: left center;
    animation: stayclearReach 9s infinite ease-in-out;
}

.stayclear-video__phone {
    position: absolute;
    right: 7%;
    bottom: 8%;
    width: min(235px, 42vw);
    height: 300px;
    z-index: 5;
    border: 10px solid #071323;
    border-radius: 30px;
    background: #f8fafc;
    box-shadow: 0 22px 38px rgba(0, 0, 0, .32);
    transform: rotate(-4deg);
    animation: stayclearPhone 9s infinite ease-in-out;
}

.stayclear-video__phone-top {
    width: 72px;
    height: 6px;
    margin: 12px auto 0;
    border-radius: 999px;
    background: #cbd5e1;
}

.stayclear-video__bet {
    margin: 20px 16px 0;
    border-radius: 18px;
    background: #eef4f6;
    padding: 14px;
    color: #12202f;
}

.stayclear-video__bet span {
    display: block;
    color: #64748b;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.stayclear-video__bet strong {
    display: block;
    margin-top: 6px;
    font-size: 31px;
    line-height: 1;
}

.stayclear-video__bet button {
    margin-top: 13px;
    width: 100%;
    border: 0;
    border-radius: 10px;
    background: #0f766e;
    color: #fff;
    font-weight: 900;
    padding: 10px 12px;
}

.stayclear-video__sms {
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 16px;
    border-radius: 18px;
    background: #dff7ed;
    border: 1px solid #99ddc0;
    color: #0c4a43;
    padding: 13px 14px;
    box-shadow: 0 12px 22px rgba(15, 118, 110, .18);
    opacity: 0;
    transform: translateY(22px);
    animation: stayclearSms 9s infinite ease-in-out;
}

.stayclear-video__sms strong,
.stayclear-video__sms span {
    display: block;
}

.stayclear-video__sms strong {
    font-size: 13px;
    font-weight: 900;
}

.stayclear-video__sms span {
    margin-top: 4px;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 700;
}

@keyframes stayclearBall {
    0%, 100% { transform: translate(0, 0); }
    35% { transform: translate(26px, -12px); }
    70% { transform: translate(-18px, 8px); }
}

@keyframes stayclearReach {
    0%, 30%, 100% { transform: rotate(-12deg); }
    42%, 88% { transform: rotate(14deg) translateX(8px); }
}

@keyframes stayclearPhone {
    0%, 30%, 100% { transform: rotate(-7deg) translateY(12px) scale(.96); }
    42%, 88% { transform: rotate(-2deg) translateY(0) scale(1); }
}

@keyframes stayclearSms {
    0%, 38% { opacity: 0; transform: translateY(22px); }
    48%, 92% { opacity: 1; transform: translateY(0); }
    100% { opacity: 0; transform: translateY(12px); }
}

.stayclear-activity-reel {
    position: relative;
    min-height: 440px;
    height: 100%;
    overflow: hidden;
    border: 1px solid #dbe5e8;
    border-radius: 24px;
    background:
        radial-gradient(circle at 20% 14%, rgba(15, 118, 110, .28), transparent 30%),
        linear-gradient(135deg, #071323 0%, #10263f 52%, #071323 100%);
    box-shadow: 0 22px 45px rgba(15, 38, 63, .22);
}

.stayclear-activity-reel__screen {
    position: absolute;
    inset: 14px;
    overflow: hidden;
    border-radius: 18px;
    background: #071323;
}

.stayclear-activity-reel__hud {
    position: absolute;
    left: 18px;
    right: 18px;
    top: 16px;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0;
}

.stayclear-activity-reel__hud span,
.stayclear-activity-reel__hud strong {
    border-radius: 999px;
    background: rgba(7, 19, 35, .78);
    padding: 8px 11px;
}

.stayclear-activity-reel__scene {
    position: absolute;
    inset: 0;
    margin: 0;
    opacity: 0;
    animation: stayclearActivityScene 36s infinite ease-in-out;
}

.stayclear-activity-reel__scene--1 { animation-delay: 0s; }
.stayclear-activity-reel__scene--2 { animation-delay: 4s; }
.stayclear-activity-reel__scene--3 { animation-delay: 8s; }
.stayclear-activity-reel__scene--4 { animation-delay: 12s; }
.stayclear-activity-reel__scene--5 { animation-delay: 16s; }
.stayclear-activity-reel__scene--6 { animation-delay: 20s; }
.stayclear-activity-reel__scene--7 { animation-delay: 24s; }
.stayclear-activity-reel__scene--8 { animation-delay: 28s; }
.stayclear-activity-reel__scene--9 { animation-delay: 32s; }

.stayclear-activity-reel__scene::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(7, 19, 35, .2), transparent 34%),
        linear-gradient(0deg, rgba(7, 19, 35, .78), transparent 48%);
}

.stayclear-activity-reel__scene img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.06);
    animation: stayclearActivityImage 4s infinite ease-in-out;
}

.stayclear-activity-reel__scene figcaption {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 22px;
    z-index: 3;
    max-width: 92%;
    border-radius: 18px;
    background: rgba(255, 255, 255, .94);
    color: #12202f;
    padding: 16px 18px;
    box-shadow: 0 18px 30px rgba(0, 0, 0, .22);
}

.stayclear-activity-reel__scene figcaption strong,
.stayclear-activity-reel__scene figcaption em {
    display: block;
}

.stayclear-activity-reel__scene figcaption strong {
    font-size: 28px;
    line-height: 1.05;
}

.stayclear-activity-reel__scene figcaption em {
    margin-top: 8px;
    color: #4c5f70;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.45;
}

.stayclear-activity-reel__progress {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 10px;
    z-index: 4;
    display: grid;
    grid-template-columns: repeat(9, minmax(0, 1fr));
    gap: 5px;
}

.stayclear-activity-reel__progress span {
    height: 4px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .32);
    overflow: hidden;
}

.stayclear-activity-reel__progress span::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: #dff7ed;
    transform: scaleX(0);
    transform-origin: left center;
    animation: stayclearActivityProgress 36s infinite linear;
}

.stayclear-activity-reel__progress-step--1::after { animation-delay: 0s; }
.stayclear-activity-reel__progress-step--2::after { animation-delay: 4s; }
.stayclear-activity-reel__progress-step--3::after { animation-delay: 8s; }
.stayclear-activity-reel__progress-step--4::after { animation-delay: 12s; }
.stayclear-activity-reel__progress-step--5::after { animation-delay: 16s; }
.stayclear-activity-reel__progress-step--6::after { animation-delay: 20s; }
.stayclear-activity-reel__progress-step--7::after { animation-delay: 24s; }
.stayclear-activity-reel__progress-step--8::after { animation-delay: 28s; }
.stayclear-activity-reel__progress-step--9::after { animation-delay: 32s; }

@keyframes stayclearActivityScene {
    0%, 9% { opacity: 1; transform: scale(1); }
    11%, 100% { opacity: 0; transform: scale(1.012); }
}

@keyframes stayclearActivityImage {
    0% { transform: scale(1.06) translateX(0); }
    50% { transform: scale(1.11) translateX(-1.5%); }
    100% { transform: scale(1.06) translateX(0); }
}

@keyframes stayclearActivityProgress {
    0% { transform: scaleX(0); }
    9% { transform: scaleX(1); }
    10%, 100% { transform: scaleX(0); }
}

@media (min-width: 1024px) {
    .stayclear-activity-reel {
        min-height: 0;
    }
}

@media (max-width: 640px) {
    .stayclear-activity-reel__scene figcaption strong {
        font-size: 23px;
    }

    .stayclear-activity-reel__scene figcaption em {
        font-size: 13px;
    }
}

@media (max-width: 640px) {
    .stayclear-video { min-height: 430px; }
    .stayclear-video__tv { left: 5%; width: 90%; height: 45%; }
    .stayclear-video__viewer { left: 5%; transform: scale(.82); transform-origin: bottom left; }
    .stayclear-video__phone { right: 5%; width: 210px; height: 285px; }
}
