.ad-slot[data-ad-id="HEADER_BANNER_TOP"]:not(.ad-slot--filled) {
    display: none !important;
    min-height: 0 !important;
}

.hvf-page {
    --hvf-ink: #151124;
    --hvf-muted: #6f687c;
    --hvf-purple: #6d28d9;
    --hvf-pink: #ec4899;
    --hvf-orange: #fb923c;
    --hvf-cyan: #06b6d4;
    --hvf-green: #10b981;
    --hvf-line: rgba(54, 35, 79, .12);
    color: var(--hvf-ink);
}

/*
 * Several HVF components define their own display mode (grid, flex, etc.).
 * Author CSS wins over the browser's built-in `[hidden] { display:none }`
 * rule, so a component such as the report loader can otherwise remain
 * visible after JavaScript sets `hidden = true`.
 */
.hvf-page [hidden],
.hvf-modal[hidden],
.hvf-modal [hidden] {
    display: none !important;
}

.hvf-processing + .rating-card,
.hvf-results + .rating-card {
    display: none !important;
}

.hvf-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    width: 100%;
    max-width: none;
    margin-left: 0;
    color: #fff;
    background:
        radial-gradient(circle at 15% 16%, rgba(34, 211, 238, .24), transparent 28%),
        radial-gradient(circle at 85% 14%, rgba(251, 146, 60, .25), transparent 30%),
        radial-gradient(circle at 65% 90%, rgba(236, 72, 153, .23), transparent 35%),
        linear-gradient(128deg, #241147 0%, #4c1d95 43%, #831843 100%);
    border-bottom: 1px solid rgba(255, 255, 255, .18);
}

.hvf-hero::before,
.hvf-hero::after {
    position: absolute;
    z-index: -1;
    border-radius: 999px;
    content: "";
    filter: blur(2px);
    pointer-events: none;
}

.hvf-hero::before {
    top: 54px;
    left: -75px;
    width: 220px;
    height: 220px;
    border: 46px solid rgba(255, 255, 255, .06);
}

.hvf-hero::after {
    right: -90px;
    bottom: -115px;
    width: 310px;
    height: 310px;
    border: 62px solid rgba(255, 255, 255, .055);
}

.hvf-hero__inner {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
    gap: 32px;
    align-items: center;
    width: min(1160px, calc(100% - 40px));
    margin: 0 auto;
    padding: 32px 0 36px;
}

.hvf-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 32px;
    margin-bottom: 14px;
    padding: 6px 10px;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 999px;
    color: #fdf2f8;
    background: rgba(20, 8, 40, .28);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .055em;
    text-transform: uppercase;
    backdrop-filter: blur(14px);
}

.hvf-hero h1 {
    max-width: 680px;
    margin: 0;
    color: #fff;
    font-size: clamp(38px, 4.3vw, 54px);
    font-weight: 950;
    line-height: .99;
    letter-spacing: -.055em;
    text-wrap: balance;
}

.hvf-hero h1 span {
    display: block;
    color: #fde68a;
}

.hvf-hero__lede {
    max-width: 620px;
    margin: 14px 0 0;
    color: rgba(255, 255, 255, .82);
    font-size: 15px;
    line-height: 1.58;
}

.hvf-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 17px;
}

.hvf-trust-row span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 6px 9px;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 10px;
    color: rgba(255, 255, 255, .88);
    background: rgba(15, 6, 31, .25);
    font-size: 12px;
    font-weight: 800;
}

.hvf-trust-row i {
    color: #67e8f9;
}

.hvf-builder {
    min-width: 0;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 21px;
    color: var(--hvf-ink);
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 32px 90px rgba(15, 6, 31, .34), inset 0 1px 0 #fff;
    backdrop-filter: blur(18px);
}

.hvf-builder__head,
.hvf-quote,
.hvf-results-head,
.hvf-filter-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.hvf-builder__head {
    margin-bottom: 15px;
}

.hvf-builder__title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 950;
}

.hvf-builder__title i {
    display: grid;
    width: 35px;
    height: 35px;
    place-items: center;
    border-radius: 11px;
    color: #fff;
    background: linear-gradient(135deg, var(--hvf-purple), var(--hvf-pink));
    box-shadow: 0 10px 24px rgba(109, 40, 217, .24);
}

.hvf-counter {
    padding: 6px 9px;
    border-radius: 9px;
    color: #6d28d9;
    background: #f3e8ff;
    font-size: 12px;
    font-weight: 900;
}

.hvf-inputs {
    display: grid;
    gap: 9px;
    max-height: 205px;
    padding-right: 3px;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-gutter: stable;
    scroll-padding: 6px;
}

.hvf-input-row {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) 38px;
    align-items: center;
    min-height: 52px;
    overflow: hidden;
    border: 1px solid #ded7e8;
    border-radius: 14px;
    background: #fff;
    transition: border-color .18s, box-shadow .18s, transform .18s;
}

.hvf-input-row:focus-within {
    border-color: #a855f7;
    box-shadow: 0 0 0 4px rgba(168, 85, 247, .12);
    transform: translateY(-1px);
}

.hvf-input-row[data-invalid="true"] {
    border-color: #f43f5e;
    box-shadow: 0 0 0 4px rgba(244, 63, 94, .1);
}

.hvf-input-prefix {
    display: grid;
    height: 100%;
    place-items: center;
    color: #8b5cf6;
    background: #faf7ff;
    font-size: 18px;
    font-weight: 950;
}

.hvf-input-row input {
    min-width: 0;
    height: 50px;
    padding: 0 13px;
    border: 0;
    outline: 0;
    color: #21182b;
    background: transparent;
    font: inherit;
    font-size: 15px;
    font-weight: 750;
}

.hvf-input-row input::placeholder {
    color: #a69cac;
    font-weight: 600;
}

.hvf-remove {
    display: grid;
    width: 32px;
    height: 32px;
    place-items: center;
    border: 0;
    border-radius: 9px;
    color: #8f8498;
    background: transparent;
    cursor: pointer;
}

.hvf-remove:hover,
.hvf-remove:focus-visible {
    color: #be123c;
    background: #fff1f2;
}

.hvf-add {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
    padding: 9px 12px;
    border: 1px dashed #c4b5fd;
    border-radius: 11px;
    color: #6d28d9;
    background: #faf7ff;
    font: inherit;
    font-size: 12px;
    font-weight: 900;
    cursor: pointer;
}

.hvf-add:hover,
.hvf-add:focus-visible {
    border-style: solid;
    background: #f3e8ff;
}

.hvf-add[disabled] {
    opacity: .55;
    cursor: not-allowed;
}

.hvf-field-message {
    min-height: 22px;
    padding-top: 5px;
    color: #9f1239;
    font-size: 12px;
    font-weight: 750;
}

.hvf-quote {
    margin-top: 10px;
    padding: 14px;
    border: 1px solid #eee7f3;
    border-radius: 15px;
    background: linear-gradient(135deg, #faf7ff, #fff7ed);
}

.hvf-quote__label {
    display: block;
    color: #766b7f;
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.hvf-quote__cost {
    display: flex;
    align-items: baseline;
    gap: 6px;
    margin-top: 2px;
    color: #3b176c;
}

.hvf-quote__cost strong {
    font-size: 26px;
    font-weight: 950;
    line-height: 1;
}

.hvf-quote__cost span {
    font-size: 12px;
    font-weight: 900;
}

.hvf-balance {
    color: #6f6579;
    font-size: 12px;
    font-weight: 750;
    text-align: right;
}

.hvf-balance strong {
    display: block;
    color: #272032;
    font-size: 15px;
}

.hvf-balance[data-insufficient="true"] strong {
    color: #be123c;
}

.hvf-submit,
.hvf-primary,
.hvf-download {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 50px;
    border: 0;
    border-radius: 14px;
    color: #fff;
    background: linear-gradient(110deg, #6d28d9, #db2777 62%, #f97316);
    box-shadow: 0 14px 30px rgba(190, 24, 93, .25);
    font: inherit;
    font-size: 14px;
    font-weight: 950;
    cursor: pointer;
    transition: transform .18s, box-shadow .18s, opacity .18s;
}

.hvf-submit {
    width: 100%;
    margin-top: 12px;
}

.hvf-submit:hover:not(:disabled),
.hvf-submit:focus-visible,
.hvf-primary:hover,
.hvf-primary:focus-visible,
.hvf-download:hover,
.hvf-download:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 18px 38px rgba(190, 24, 93, .32);
}

.hvf-submit:disabled {
    opacity: .55;
    cursor: not-allowed;
    box-shadow: none;
}

.hvf-form-note,
.hvf-status-note {
    margin-top: 10px;
    color: #796f82;
    font-size: 11px;
    line-height: 1.55;
    text-align: center;
}

.hvf-form-note i {
    margin-right: 4px;
    color: #10b981;
}

.hvf-alert {
    margin-top: 12px;
    padding: 11px 12px;
    border: 1px solid #fecdd3;
    border-radius: 11px;
    color: #9f1239;
    background: #fff1f2;
    font-size: 12px;
    font-weight: 750;
}

.hvf-alert a {
    color: inherit;
    text-decoration: underline;
}

.hvf-section {
    margin: 26px 0 0;
    padding: 34px;
    border: 1px solid var(--hvf-line);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 16px 45px rgba(39, 24, 59, .065);
}

.hvf-hero + .main {
    padding-top: 20px;
}

.hvf-page > .hvf-section:first-child {
    margin-top: 0;
}

.hvf-section-ad {
    width: 100%;
    min-width: 0;
    min-height: 90px;
    margin: 26px 0 0;
    overflow: hidden;
    border-radius: 18px;
}

.hvf-section-ad.ad-slot--filled {
    min-height: 90px;
}

.hvf-section__head {
    max-width: 700px;
    margin-bottom: 24px;
}

.hvf-section__kicker {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 9px;
    color: #be185d;
    font-size: 11px;
    font-weight: 950;
    letter-spacing: .075em;
    text-transform: uppercase;
}

.hvf-section h2 {
    margin: 0;
    color: #21172a;
    font-size: clamp(26px, 3vw, 36px);
    font-weight: 950;
    line-height: 1.12;
    letter-spacing: -.035em;
    text-wrap: balance;
}

.hvf-section__head p {
    margin-top: 10px;
    color: var(--hvf-muted);
    font-size: 14px;
}

.hvf-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    list-style: none;
    counter-reset: hvf-step;
}

.hvf-step {
    position: relative;
    min-width: 0;
    padding: 20px;
    overflow: hidden;
    border: 1px solid #eee8f2;
    border-radius: 18px;
    background: linear-gradient(150deg, #fff, #fbf8ff);
    counter-increment: hvf-step;
}

.hvf-step::after {
    position: absolute;
    right: -8px;
    bottom: -22px;
    color: rgba(109, 40, 217, .055);
    content: "0" counter(hvf-step);
    font-size: 88px;
    font-weight: 950;
    line-height: 1;
}

.hvf-step__icon {
    display: grid;
    width: 44px;
    height: 44px;
    margin-bottom: 15px;
    place-items: center;
    border-radius: 13px;
    color: #fff;
    background: linear-gradient(135deg, #7c3aed, #ec4899);
    box-shadow: 0 11px 26px rgba(109, 40, 217, .2);
}

.hvf-step:nth-child(2) .hvf-step__icon {
    background: linear-gradient(135deg, #0891b2, #22c55e);
}

.hvf-step:nth-child(3) .hvf-step__icon {
    background: linear-gradient(135deg, #ea580c, #ec4899);
}

.hvf-step h3 {
    position: relative;
    z-index: 1;
    margin: 0 0 6px;
    color: #2d2037;
    font-size: 16px;
    font-weight: 950;
}

.hvf-step p {
    position: relative;
    z-index: 1;
    margin: 0;
    color: #746b7d;
    font-size: 13px;
    line-height: 1.6;
}

.hvf-pricing {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(125px, 1fr));
    gap: 9px;
}

.hvf-price {
    padding: 14px;
    border: 1px solid #ece5f1;
    border-radius: 14px;
    background: #fcfaff;
    text-align: center;
}

.hvf-price strong {
    display: block;
    color: #5720a3;
    font-size: 21px;
    font-weight: 950;
}

.hvf-price span {
    color: #756c7d;
    font-size: 11px;
    font-weight: 800;
}

.hvf-faq {
    display: grid;
    gap: 10px;
}

.hvf-faq details {
    border: 1px solid #ebe5ef;
    border-radius: 14px;
    background: #fff;
}

.hvf-faq summary {
    position: relative;
    padding: 16px 48px 16px 17px;
    color: #30233a;
    font-size: 14px;
    font-weight: 900;
    cursor: pointer;
    list-style: none;
}

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

.hvf-faq summary::after {
    position: absolute;
    top: 50%;
    right: 17px;
    color: #7c3aed;
    content: "+";
    font-size: 20px;
    transform: translateY(-50%);
}

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

.hvf-faq p {
    padding: 0 17px 17px;
    color: #746b7d;
    font-size: 13px;
    line-height: 1.65;
}

/* Processing */
.hvf-processing {
    width: min(900px, 100%);
    margin: 8px auto 38px;
}

.hvf-processing__card {
    padding: 38px;
    border: 1px solid var(--hvf-line);
    border-radius: 26px;
    background:
        radial-gradient(circle at 90% 10%, rgba(236, 72, 153, .1), transparent 28%),
        radial-gradient(circle at 8% 90%, rgba(6, 182, 212, .1), transparent 28%),
        #fff;
    box-shadow: 0 24px 70px rgba(39, 24, 59, .11);
}

.hvf-processing__top {
    display: grid;
    grid-template-columns: 130px minmax(0, 1fr);
    gap: 28px;
    align-items: center;
}

.hvf-scanner {
    position: relative;
    display: grid;
    width: 130px;
    height: 130px;
    place-items: center;
}

.hvf-scanner__ring {
    position: absolute;
    inset: 0;
    border: 2px solid rgba(109, 40, 217, .14);
    border-top-color: #7c3aed;
    border-right-color: #ec4899;
    border-radius: 50%;
    animation: hvf-spin 2.1s linear infinite;
}

.hvf-scanner__ring:nth-child(2) {
    inset: 15px;
    border-bottom-color: #06b6d4;
    border-left-color: #f97316;
    animation-direction: reverse;
    animation-duration: 2.8s;
}

.hvf-scanner__core {
    display: grid;
    width: 66px;
    height: 66px;
    place-items: center;
    border-radius: 20px;
    color: #fff;
    background: linear-gradient(135deg, #6d28d9, #ec4899);
    box-shadow: 0 15px 35px rgba(109, 40, 217, .28);
    font-size: 25px;
}

.hvf-processing h1 {
    margin: 7px 0 8px;
    color: #25192f;
    font-size: clamp(30px, 4.5vw, 44px);
    font-weight: 950;
    line-height: 1.05;
    letter-spacing: -.045em;
}

.hvf-processing__copy {
    color: #756b7d;
    font-size: 14px;
}

.hvf-progress {
    height: 11px;
    margin-top: 27px;
    overflow: hidden;
    border-radius: 999px;
    background: #efeaf2;
}

.hvf-progress span {
    display: block;
    width: 0;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #6d28d9, #ec4899, #f97316, #06b6d4);
    transition: width .4s ease;
}

.hvf-progress[data-indeterminate="true"] span {
    width: 32%;
    animation: hvf-indeterminate 1.6s ease-in-out infinite;
}

.hvf-processing__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 8px;
    color: #7c7284;
    font-size: 12px;
    font-weight: 750;
}

.hvf-processing__meta strong {
    color: #6d28d9;
}

.hvf-tag-progress {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 24px;
}

.hvf-tag-status {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
    min-width: 0;
    padding: 11px;
    border: 1px solid #ece6f0;
    border-radius: 14px;
    background: rgba(255, 255, 255, .8);
}

.hvf-tag-status__icon {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 11px;
    color: #7c3aed;
    background: #f3e8ff;
}

.hvf-tag-status[data-status="ready"] .hvf-tag-status__icon,
.hvf-tag-status[data-status="complete"] .hvf-tag-status__icon {
    color: #047857;
    background: #d1fae5;
}

.hvf-tag-status[data-status="empty"] .hvf-tag-status__icon,
.hvf-tag-status[data-status="failed"] .hvf-tag-status__icon,
.hvf-tag-status[data-status="provider_error"] .hvf-tag-status__icon {
    color: #be123c;
    background: #ffe4e6;
}

.hvf-tag-status b,
.hvf-tag-status small {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hvf-tag-status b {
    color: #302339;
    font-size: 13px;
}

.hvf-tag-status small {
    color: #807586;
    font-size: 11px;
}

.hvf-tag-status__count {
    color: #6d28d9;
    font-size: 11px;
    font-weight: 900;
}

/* Results */
.hvf-results {
    width: 100%;
}

.hvf-results-head {
    align-items: flex-start;
    margin-bottom: 20px;
    padding: 24px;
    border: 1px solid var(--hvf-line);
    border-radius: 22px;
    color: #fff;
    background:
        radial-gradient(circle at 90% 10%, rgba(251, 146, 60, .24), transparent 30%),
        linear-gradient(120deg, #271247, #5b21b6 55%, #9d174d);
    box-shadow: 0 18px 48px rgba(76, 29, 149, .18);
}

.hvf-results-head h1 {
    margin: 5px 0 8px;
    color: #fff;
    font-size: clamp(29px, 4vw, 42px);
    font-weight: 950;
    line-height: 1.05;
    letter-spacing: -.04em;
}

.hvf-results-head p {
    color: rgba(255, 255, 255, .76);
    font-size: 13px;
}

.hvf-results-head__stats {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
}

.hvf-results-head__stats span {
    min-width: 88px;
    padding: 10px 12px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 12px;
    background: rgba(12, 5, 25, .24);
    font-size: 11px;
    font-weight: 800;
    text-align: center;
}

.hvf-results-head__stats strong {
    display: block;
    color: #fde68a;
    font-size: 18px;
    font-weight: 950;
}

.hvf-filter-bar {
    position: sticky;
    z-index: 15;
    top: 8px;
    margin-bottom: 18px;
    padding: 11px;
    border: 1px solid var(--hvf-line);
    border-radius: 16px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 12px 32px rgba(39, 24, 59, .09);
    backdrop-filter: blur(16px);
}

.hvf-tabs {
    display: flex;
    min-width: 0;
    gap: 7px;
    overflow: hidden;
}

.hvf-tab {
    display: inline-flex;
    flex: 0 1 auto;
    align-items: center;
    gap: 7px;
    min-width: 0;
    padding: 10px 12px;
    border: 1px solid #e5deeb;
    border-radius: 11px;
    color: #61566b;
    background: #fff;
    font: inherit;
    font-size: 12px;
    font-weight: 900;
    cursor: pointer;
}

.hvf-tab span:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hvf-tab__count {
    padding: 2px 6px;
    border-radius: 7px;
    color: #7c3aed;
    background: #f3e8ff;
    font-size: 10px;
}

.hvf-tab[aria-selected="true"] {
    border-color: transparent;
    color: #fff;
    background: linear-gradient(115deg, #6d28d9, #db2777);
    box-shadow: 0 9px 22px rgba(109, 40, 217, .2);
}

.hvf-tab[aria-selected="true"] .hvf-tab__count {
    color: #3b176c;
    background: #fff;
}

.hvf-select-wrap {
    position: relative;
    flex: 1 1 auto;
}

.hvf-select-wrap i {
    position: absolute;
    top: 50%;
    left: 13px;
    color: #7c3aed;
    transform: translateY(-50%);
    pointer-events: none;
}

.hvf-select {
    width: 100%;
    min-height: 44px;
    padding: 0 36px;
    border: 1px solid #dfd7e6;
    border-radius: 11px;
    outline: 0;
    color: #302339;
    background: #fff;
    font: inherit;
    font-size: 13px;
    font-weight: 850;
}

.hvf-save {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 42px;
    padding: 9px 12px;
    border: 1px solid #e5ddea;
    border-radius: 11px;
    color: #6f6378;
    background: #fff;
    font: inherit;
    font-size: 12px;
    font-weight: 900;
    cursor: pointer;
}

.hvf-save:hover,
.hvf-save:focus-visible,
.hvf-save[aria-pressed="true"] {
    border-color: #f9a8d4;
    color: #be185d;
    background: #fdf2f8;
}

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

.hvf-video-card {
    position: relative;
    min-width: 0;
    overflow: hidden;
    border: 1px solid #e9e2ed;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(35, 23, 50, .07);
    cursor: pointer;
    transition: transform .2s, box-shadow .2s, border-color .2s;
}

.hvf-video-card:hover,
.hvf-video-card:focus-visible {
    border-color: #c4b5fd;
    outline: 0;
    box-shadow: 0 18px 42px rgba(76, 29, 149, .14);
    transform: translateY(-4px);
}

.hvf-video-card__cover {
    position: relative;
    aspect-ratio: 9 / 13;
    overflow: hidden;
    background: linear-gradient(145deg, #24113e, #831843);
}

.hvf-video-card__cover img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .35s ease;
}

.hvf-video-card:hover .hvf-video-card__cover img {
    transform: scale(1.035);
}

.hvf-video-card__play {
    position: absolute;
    top: 50%;
    left: 50%;
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .55);
    border-radius: 50%;
    color: #fff;
    background: rgba(17, 7, 31, .57);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .24);
    transform: translate(-50%, -50%);
    backdrop-filter: blur(10px);
}

.hvf-video-card__duration {
    position: absolute;
    right: 9px;
    bottom: 9px;
    padding: 4px 7px;
    border-radius: 7px;
    color: #fff;
    background: rgba(10, 5, 18, .72);
    font-size: 10px;
    font-weight: 900;
}

.hvf-video-card__body {
    padding: 12px;
}

.hvf-video-card__author {
    display: flex;
    align-items: center;
    gap: 7px;
    min-width: 0;
    margin-bottom: 8px;
    color: #55485f;
    font-size: 11px;
    font-weight: 850;
}

.hvf-video-card__author img {
    width: 25px;
    height: 25px;
    flex: 0 0 auto;
    border-radius: 50%;
    object-fit: cover;
    background: #eee7f3;
}

.hvf-video-card__author span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hvf-video-card__title {
    display: -webkit-box;
    min-height: 38px;
    overflow: hidden;
    color: #302339;
    font-size: 12px;
    font-weight: 750;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.hvf-video-card__stats {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 9px;
    margin-top: 10px;
    color: #7b7083;
    font-size: 10px;
    font-weight: 850;
}

.hvf-video-card__stats span {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.hvf-empty,
.hvf-results-loading {
    display: grid;
    min-height: 310px;
    place-items: center;
    padding: 35px;
    border: 1px dashed #d8cce1;
    border-radius: 20px;
    color: #74697d;
    background: #fff;
    text-align: center;
}

.hvf-empty i,
.hvf-results-loading i {
    display: block;
    margin-bottom: 12px;
    color: #9b74dd;
    font-size: 34px;
}

.hvf-results-loading i {
    animation: hvf-spin 1.15s linear infinite;
}

/* Accessible modal */
.hvf-modal[hidden] {
    display: none !important;
}

.hvf-modal {
    position: fixed;
    z-index: 9999;
    inset: 0;
    display: grid;
    padding: 22px;
    overflow: auto;
    place-items: center;
    background: rgba(12, 6, 20, .78);
    backdrop-filter: blur(12px);
}

.hvf-modal__dialog {
    position: relative;
    display: grid;
    grid-template-columns: minmax(280px, .82fr) minmax(300px, 1.18fr);
    width: min(920px, 100%);
    max-height: calc(100vh - 44px);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 23px;
    color: #fff;
    background: #171020;
    box-shadow: 0 35px 110px rgba(0, 0, 0, .5);
}

.hvf-modal__media {
    display: grid;
    min-height: 520px;
    max-height: calc(100vh - 44px);
    place-items: center;
    background: #07040b;
}

.hvf-modal__media video {
    width: 100%;
    height: 100%;
    max-height: calc(100vh - 44px);
    object-fit: contain;
    background: #000;
}

.hvf-modal__body {
    padding: 32px;
    overflow: auto;
}

.hvf-modal__close {
    position: absolute;
    z-index: 2;
    top: 12px;
    right: 12px;
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 12px;
    color: #fff;
    background: rgba(0, 0, 0, .45);
    cursor: pointer;
}

.hvf-modal__author {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    color: #d8cfe0;
    font-size: 13px;
    font-weight: 850;
}

.hvf-modal__author img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    object-fit: cover;
    background: #31283a;
}

.hvf-modal__body h2 {
    margin: 0;
    color: #fff;
    font-size: 22px;
    line-height: 1.3;
}

.hvf-modal__stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin: 20px 0;
}

.hvf-modal__stats span {
    padding: 11px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 11px;
    color: #cfc5d8;
    background: rgba(255, 255, 255, .045);
    font-size: 11px;
}

.hvf-modal__stats strong {
    display: block;
    color: #fde68a;
    font-size: 16px;
}

.hvf-modal__actions {
    display: grid;
    gap: 9px;
}

.hvf-download {
    text-align: center;
}

.hvf-origin-note {
    color: #b9aebf;
    font-size: 11px;
    line-height: 1.55;
}

html.hvf-modal-open {
    overflow: hidden;
}

.hvf-visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

@keyframes hvf-spin {
    to { transform: rotate(360deg); }
}

@keyframes hvf-indeterminate {
    from { transform: translateX(-110%); }
    to { transform: translateX(330%); }
}

@media (max-width: 900px) {
    .hvf-hero__inner {
        grid-template-columns: 1fr;
        gap: 22px;
        width: min(720px, calc(100% - 32px));
        padding: 30px 0 34px;
    }

    .hvf-hero__copy {
        text-align: center;
    }

    .hvf-hero__lede {
        margin-right: auto;
        margin-left: auto;
    }

    .hvf-trust-row {
        justify-content: center;
    }

    .hvf-builder {
        width: min(620px, 100%);
        margin: 0 auto;
    }

    .hvf-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .main {
        padding-top: 20px;
    }

    .hvf-section {
        padding: 24px 18px;
        border-radius: 19px;
    }

    .hvf-steps {
        grid-template-columns: 1fr;
    }

    .hvf-processing__card {
        padding: 28px 20px;
    }

    .hvf-processing__top {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .hvf-scanner {
        width: 110px;
        height: 110px;
        margin: 0 auto;
    }

    .hvf-tag-progress {
        grid-template-columns: 1fr;
    }

    .hvf-results-head {
        flex-direction: column;
    }

    .hvf-results-head__stats {
        justify-content: flex-start;
    }

    .hvf-tabs {
        display: none !important;
    }

    .hvf-select-wrap {
        display: block !important;
    }

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

    .hvf-modal {
        padding: 0;
        place-items: stretch;
    }

    .hvf-modal__dialog {
        grid-template-columns: 1fr;
        width: 100%;
        max-height: none;
        min-height: 100%;
        border: 0;
        border-radius: 0;
    }

    .hvf-modal__media {
        min-height: 54vh;
        max-height: 65vh;
    }

    .hvf-modal__media video {
        max-height: 65vh;
    }

    .hvf-modal__body {
        padding: 24px 20px 36px;
    }
}

@media (max-width: 520px) {
    .hvf-hero__inner {
        width: min(100% - 24px, 720px);
        padding: 24px 0 28px;
    }

    .hvf-hero h1 {
        font-size: clamp(31px, 9vw, 38px);
    }

    .hvf-builder {
        padding: 16px;
        border-radius: 20px;
    }

    .hvf-builder__head,
    .hvf-quote {
        align-items: flex-start;
    }

    .hvf-quote {
        flex-direction: column;
    }

    .hvf-balance {
        text-align: left;
    }

    .hvf-filter-bar {
        align-items: stretch;
        flex-direction: column;
    }

    .hvf-save {
        width: 100%;
    }

    .hvf-grid {
        gap: 10px;
    }

    .hvf-video-card {
        border-radius: 14px;
    }

    .hvf-video-card__body {
        padding: 10px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hvf-scanner__ring,
    .hvf-progress[data-indeterminate="true"] span,
    .hvf-results-loading i {
        animation: none;
    }

    .hvf-progress span,
    .hvf-video-card,
    .hvf-video-card__cover img,
    .hvf-submit,
    .hvf-primary,
    .hvf-download,
    .hvf-input-row {
        transition: none;
    }
}
