.clk-hero {
    background: linear-gradient(
        180deg,
        #f6f5f4 28.4%,
        rgba(246, 245, 244, 0) 69.08%
    );
    border-bottom: 1px solid #efefef;
}

.clk-hero-blur {
    opacity: 0.5;
    background: var(--project-orange-primary-normal, #f46a25);
    filter: blur(250px);
    height: 156px;
    width: 100%;
    position: absolute;
    bottom: -50%;
    left: 0;
    pointer-events: none;
}

.clk-logo {
    max-width: 220px;
    width: 100%;
}

.clk-icon {
    width: 26px;
    height: 26px;
}

.clk-solution-image-wrap {
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(244, 106, 37, 0.25);
    background: #fff1ea;
    aspect-ratio: 16 / 9;
}

.clk-solution-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.clk-placeholder-box {
    min-height: 260px;
    border: 1px dashed rgba(244, 106, 37, 0.4);
    border-radius: 18px;
    background: linear-gradient(
        180deg,
        rgba(244, 106, 37, 0.08),
        rgba(244, 106, 37, 0.02)
    );
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 24px;
}

.clk-placeholder-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    display: block;
}

.clk-placeholder-icon {
    width: 44px;
    height: 44px;
    opacity: 0.8;
}

.clk-compare-table th,
.clk-compare-table td {
    border-color: #e8e8e8;
    padding: 10px 12px;
    vertical-align: middle;
}

.clk-compare-table .feature-col {
    min-width: 280px;
}

.clk-compare-table .section-row td {
    font-weight: 700;
    color: #1f1f1f;
    background: #fff;
    border-bottom: 1px solid #dcdcdc;
    padding-top: 16px;
}

.clk-compare-table .highlight-col {
    background: rgba(244, 106, 37, 0.12);
}

.cl-plan-slider-wrap {
    width: min(100%, 460px);
}

.cl-plan-range {
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    height: 24px;
    background: transparent;
    outline: none;
    cursor: pointer;
}

.cl-plan-range::-webkit-slider-runnable-track {
    height: 8px;
    border-radius: 999px;
    background: linear-gradient(90deg, #f46a25, #f79f79) !important;
}

.cl-plan-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #f46a25 !important;
    border: 3px solid #fff !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.22), 0 0 0 3px rgba(244, 106, 37, 0.2) !important;
    cursor: pointer;
    margin-top: -8px;
}

.cl-plan-range::-moz-range-thumb {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #f46a25 !important;
    border: 3px solid #fff !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.22), 0 0 0 3px rgba(244, 106, 37, 0.2) !important;
    cursor: pointer;
}

.cl-plan-range::-moz-range-track {
    height: 8px;
    border-radius: 999px;
    background: linear-gradient(90deg, #f46a25, #f79f79) !important;
}

.cl-plan-range::-moz-focus-outer {
    border: 0;
}

.cl-plan-range:focus-visible::-webkit-slider-thumb {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.22), 0 0 0 4px rgba(244, 106, 37, 0.3);
}

.cl-plan-range:focus-visible::-moz-range-thumb {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.22), 0 0 0 4px rgba(244, 106, 37, 0.3);
}

.cl-plan-range:focus::-webkit-slider-thumb {
    background: #f46a25 !important;
    border: 3px solid #fff !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.22), 0 0 0 4px rgba(244, 106, 37, 0.3) !important;
}

.cl-plan-range:focus::-moz-range-thumb {
    background: #f46a25 !important;
    border: 3px solid #fff !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.22), 0 0 0 4px rgba(244, 106, 37, 0.3) !important;
}

@media (max-width: 991.98px) {
    .cl-plan-slider-wrap {
        width: 100%;
    }
}

@media (max-width: 991.98px) {
    .clk-compare-table .feature-col {
        min-width: 220px;
    }
}

@media (max-width: 767.98px) {
    .clk-logo {
        max-width: 180px;
    }

    .clk-compare-table th,
    .clk-compare-table td {
        font-size: 0.9rem;
        padding: 9px 10px;
    }

    .clk-placeholder-box {
        min-height: 200px;
    }

}
