:root {
    --cf-hp-navy: #17213f;
    --cf-hp-navy-2: #243b76;
    --cf-hp-violet: #6d32e5;
    --cf-hp-green: #0b6b4b;
    --cf-hp-green-2: #0f7a52;
    --cf-hp-blue: #1565c0;
    --cf-hp-ink: #14213d;
    --cf-hp-muted: #52627b;
    --cf-hp-line: #d8e2f0;
}

body.cf-homepage-ui-preview {
    background: #f6f8fc;
}

body.cf-homepage-ui-preview .apply-process-area .single-process .process-cap .cf-hp-step-title {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 20px;
}

body.cf-homepage-ui-preview .title-card .cf-hp-sample-title {
    color: #0e0703;
    font-size: 22px;
    font-weight: 700;
    line-height: 27px;
}

body.cf-homepage-ui-preview #zvp-topbar {
    display: none !important;
}

body.cf-homepage-ui-preview #cf-app-banner {
    background: linear-gradient(100deg, var(--cf-hp-green) 0%, var(--cf-hp-green-2) 100%) !important;
    color: #fff !important;
    padding: 5px 20px !important;
    position: relative;
    z-index: 50;
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
}

.cf-hp-app-inner {
    align-items: center;
    display: flex;
    gap: 24px;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1240px;
    min-height: 48px;
    box-sizing: border-box;
    padding-inline: 4px;
    width: 100%;
}

.cf-hp-app-copy {
    align-items: center;
    display: flex;
    font-size: 15px;
    gap: 10px;
    line-height: 1.45;
    text-align: left;
    min-width: 0;
}

.cf-hp-app-copy strong {
    color: #fff;
    font-weight: 850;
}

.cf-hp-app-mark {
    align-items: center;
    background: rgba(255, 255, 255, .16);
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 12px;
    display: inline-flex;
    flex: 0 0 38px;
    height: 38px;
    justify-content: center;
    transform: rotate(-12deg);
}

.cf-hp-play-link {
    border-radius: 8px;
    display: inline-flex;
    flex: 0 0 auto;
    line-height: 0;
    outline-offset: 3px;
    transition: transform .18s ease, box-shadow .18s ease;
}

.cf-hp-play-link:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, .2);
    transform: translateY(-1px);
}

.cf-hp-play-link:focus-visible {
    outline: 3px solid #fff;
}

.cf-hp-play-link img {
    display: block;
    height: 44px;
    width: auto;
}

body.cf-homepage-ui-preview .cf-support-strip {
    background: #fff !important;
    border-bottom: 1px solid var(--cf-hp-line) !important;
    box-shadow: 0 5px 18px rgba(21, 35, 67, .07) !important;
    padding: 0 !important;
    position: relative;
    z-index: 40;
}

body.cf-homepage-ui-preview .cf-support-inner {
    align-items: center !important;
    display: flex !important;
    gap: 28px !important;
    justify-content: space-between !important;
    min-height: 68px !important;
    box-sizing: border-box;
    margin-inline: auto !important;
    max-width: 1240px !important;
    padding-inline: 20px !important;
    width: 100% !important;
}

body.cf-homepage-ui-preview .cf-support-logo {
    align-items: center;
    display: inline-flex !important;
    font-size: 23px !important;
    font-weight: 850 !important;
    gap: 5px;
    letter-spacing: -.02em;
    margin: 0 !important;
    text-decoration: none !important;
}

body.cf-homepage-ui-preview .cf-support-message,
body.cf-homepage-ui-preview .cf-mobile-zvp-strip {
    display: none !important;
}

.cf-hp-header-note {
    align-items: center;
    color: var(--cf-hp-muted);
    display: flex;
    font-size: 14px;
    font-weight: 650;
    gap: 8px;
    margin-left: auto;
    min-width: 0;
    text-align: right;
}

@media (max-width: 1050px) {
    .cf-hp-app-inner {
        gap: 14px;
    }

    .cf-hp-app-copy {
        font-size: 14px;
    }

    body.cf-homepage-ui-preview .cf-support-inner {
        gap: 16px !important;
    }

    .cf-hp-header-note {
        font-size: 13px;
    }
}

.cf-hp-header-note span {
    align-items: center;
    background: #e9f8f0;
    border-radius: 50%;
    color: var(--cf-hp-green);
    display: inline-flex;
    font-size: 12px;
    height: 26px;
    justify-content: center;
    width: 26px;
}

body.cf-homepage-ui-preview .slider-area {
    background: linear-gradient(135deg, #17213f 0%, #2f477f 58%, #3f68a8 100%) !important;
}

body.cf-homepage-ui-preview .hero-title-row {
    margin-bottom: 14px !important;
    padding-top: 24px;
}

body.cf-homepage-ui-preview .hero-title-row h1 {
    color: #fff !important;
    font-size: clamp(1.85rem, 3vw, 2.55rem) !important;
    letter-spacing: -.035em;
    margin-bottom: 9px !important;
    text-shadow: 0 2px 12px rgba(4, 11, 31, .28) !important;
}

body.cf-homepage-ui-preview .hero-title-row .cf-hp-hero-subtitle {
    color: rgba(255, 255, 255, .92) !important;
    font-size: clamp(1rem, 1.4vw, 1.12rem) !important;
    font-weight: 400;
    line-height: 1.55 !important;
    margin: 0 auto 15px !important;
    max-width: 930px;
    text-shadow: none !important;
}

body.cf-homepage-ui-preview .slider-area .search-box,
body.cf-homepage-ui-preview .slider-area .search-form,
body.cf-homepage-ui-preview .slider-area .search-main {
    position: relative;
}

body.cf-homepage-ui-preview #search {
    background: linear-gradient(100deg, var(--cf-hp-blue) 0%, #3158c7 48%, var(--cf-hp-violet) 100%) !important;
    border: 0 !important;
    border-radius: 15px !important;
    box-shadow: 0 10px 24px rgba(31, 42, 91, .24) !important;
    color: #fff !important;
    min-height: 62px;
    outline-offset: 4px;
    transition: transform .18s ease, box-shadow .18s ease !important;
}

body.cf-homepage-ui-preview #search:hover {
    box-shadow: 0 13px 28px rgba(31, 42, 91, .3) !important;
    transform: translateY(-1px);
}

body.cf-homepage-ui-preview #search:focus-visible {
    outline: 3px solid #9dc3ff !important;
}

.cf-hp-trust {
    align-items: center;
    color: var(--cf-hp-muted);
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    font-weight: 700;
    gap: 10px 22px;
    justify-content: center;
    margin: 14px 0 0;
}

.cf-hp-trust span {
    align-items: center;
    display: inline-flex;
    gap: 7px;
    white-space: nowrap;
}

.cf-hp-trust b {
    align-items: center;
    background: #e9f8f0;
    border: 1px solid #b8e5cb;
    border-radius: 50%;
    color: var(--cf-hp-green);
    display: inline-flex;
    font-size: 10px;
    height: 20px;
    justify-content: center;
    width: 20px;
}

.cf-hp-planning-notice {
    align-items: center;
    color: #52627b;
    display: flex;
    font-size: 12.5px;
    font-weight: 600;
    gap: 7px;
    justify-content: center;
    line-height: 1.45;
    margin: 9px auto 0;
    text-align: center;
}

.cf-hp-planning-notice > span:first-child {
    color: var(--cf-hp-blue);
    flex: 0 0 auto;
    font-size: 15px;
}

body.cf-homepage-ui-preview .zvisapro-ad-section {
    border-top: 1px solid #e5eaf3;
    margin-top: 0 !important;
}

.cf-hp-preview-label {
    background: rgba(20, 33, 61, .93);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 999px;
    bottom: 18px;
    box-shadow: 0 8px 28px rgba(10, 18, 40, .28);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    padding: 9px 13px;
    pointer-events: none;
    position: fixed;
    right: 18px;
    z-index: 99999;
}

@media (max-width: 767px) {
    body.cf-homepage-ui-preview #cf-app-banner {
        padding: 6px 14px 7px !important;
    }

    .cf-hp-app-inner {
        flex-direction: column;
        gap: 3px;
    }

    .cf-hp-app-copy {
        flex: 0 1 auto;
        font-size: 12.5px;
        justify-content: center;
        line-height: 1.45;
        text-align: center;
    }

    .cf-hp-app-mark {
        display: none;
    }

    .cf-hp-app-extra {
        display: none;
    }

    .cf-hp-play-link img {
        height: 36px;
    }

    body.cf-homepage-ui-preview .cf-support-inner {
        justify-content: center !important;
        min-height: 60px !important;
    }

    .cf-hp-header-note {
        display: none;
    }

    body.cf-homepage-ui-preview .cf-mobile-identity {
        display: none !important;
    }

    body.cf-homepage-ui-preview .hero-title-row {
        order: initial !important;
        padding-top: 18px;
    }

    body.cf-homepage-ui-preview .main-search {
        order: initial !important;
    }

    body.cf-homepage-ui-preview .hero-title-row h1 {
        font-size: 1.7rem !important;
        line-height: 1.2 !important;
        margin: 0 0 8px !important;
        text-align: center !important;
    }

    body.cf-homepage-ui-preview .hero-title-row .cf-hp-hero-subtitle {
        font-size: .96rem !important;
        padding: 0 8px;
    }

    .cf-hp-planning-notice {
        align-items: flex-start;
        font-size: 11.5px;
        max-width: 310px;
        padding: 0 8px;
        text-align: left;
    }

    .cf-hp-trust {
        gap: 8px 12px;
        margin-top: 12px;
    }

    .cf-hp-trust span {
        font-size: 11.5px;
    }

    .cf-hp-preview-label {
        bottom: 10px;
        font-size: 9px;
        right: 10px;
    }
}

@media (max-width: 430px) {
    .cf-hp-trust {
        align-items: stretch;
        display: grid;
        grid-template-columns: 1fr;
        justify-items: start;
        margin-left: auto;
        margin-right: auto;
        max-width: 220px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .cf-hp-play-link,
    body.cf-homepage-ui-preview #search {
        transition: none !important;
    }
}
