.DOR_img {
    width: 250px;
    position: relative;
    left: -27%;
    z-index: 8;
}

#cartDivId {
    display: none !important;
}

.k-button-solid-danger {
    border-color: var(--kendo-color-error, #dc3545); /* Bootstrap's red fallback */
    color: var(--kendo-color-on-error, #fff);
    background-color: var(--kendo-color-error, #dc3545);
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: flex;
}

.carousel-control-next, .carousel-control-prev {
    z-index: 10 !important;
    width: 6% !important;
    opacity: .3;
}

.img-fluid-fit {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

img {
    max-width: 100%;
    height: auto
}

.container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px
}

.k-bg-shop-light {
    background: radial-gradient(1200px 600px at 10% -10%, rgba(110,168,254,.25), transparent 60%), radial-gradient(900px 500px at 110% 0%, rgba(45,145,62,.18), transparent 60%), var(--bg);
}

header {
    position: sticky;
    top: 0;
    backdrop-filter: saturate(180%) blur(10px);
    background: color-mix(in oklab, var(--bg) 92%, transparent);
    border-bottom: 1px solid var(--stroke);
    z-index: 50
}

.lead {
    font-size: .813rem !important
}

.brand {
    display: flex;
    gap: 10px;
    align-items: center;
    font-weight: 700;
    letter-spacing: .3px
}

.brand-badge {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: radial-gradient(120% 120% at 0% 0%, #6ea8fe 0%, #20c997 60%, #6ea8fe 100%);
}


.cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--accent);
    color: #06101a;
    font-weight: 700;
    padding: 12px 16px;
    border-radius: 10px;
    text-decoration: none;
    box-shadow: var(--shadow)
}

    .cta.secondary {
        background: var(--accent-2);
        color: #041013
    }

    .cta.ghost {
        background: transparent;
        border: 1px solid var(--stroke);
        color: var(--text);
        box-shadow: none
    }

.vhero {
    display: grid;
    gap: 26px;
    grid-template-columns: .7fr 1.3fr;
    align-items: center;
    padding: 20px 0 24px
}

    .vhero h1 {
        font-size: clamp(28px, 5vw, 50px);
        line-height: 1.08;
        margin: 0 0 8px
    }

.lead {
    color: var(--muted);
    margin: 0 0 16px
}

.badges {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin: 12px 0 0
}

.badge {
    font-size: 13px;
    color: var(--muted);
    border: 1px dashed var(--stroke);
    padding: 6px 10px;
    border-radius: 999px
}

.card {
    background: var(--card);
    border: 1px solid var(--stroke);
    border-radius: var(--radius);
    box-shadow: var(--shadow)
}

.hero-card {
    padding: 14px
}

.hero-stats {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 10px;
    margin-top: 10px
}

.stat {
    padding: 3px;
    border-radius: 12px;
    background: linear-gradient(180deg, rgba(255,255,255,.04), transparent);
    border: 1px solid var(--stroke);
    text-align: center
}

    .stat strong {
        display: block;
    }

.k-min-h-50 {
    min-height: 50px;
}

.partners {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
    margin: 14px 0
}

.partner {
    padding: 10px 12px;
    border-radius: 10px;
    background: rgba(255,255,255,.04);
    border: 1px solid var(--stroke);
    color: var(--muted);
    font-weight: 600
}

.section {
    padding: 36px 0
}

.grid {
    display: grid;
    gap: 16px
}

.grid-3 {
    grid-template-columns: repeat(3, 1fr)
}

.grid-4 {
    grid-template-columns: repeat(4, 1fr)
}

.feature {
    padding: 16px
}

    .feature h3 {
        margin: 8px 0 6px
    }

.plan {
    padding: 16px;
    position: relative
}

    .plan .tag {
        position: absolute;
        top: 12px;
        right: 12px;
        font-size: 12px;
        background: var(--warning);
        color: #1b1f24;
        padding: 4px 8px;
        border-radius: 999px;
        font-weight: 700
    }

.price {
    font-size: 28px;
    font-weight: 800
}

.save {
    color: #20c997;
    font-weight: 700;
    margin-left: 6px
}

.strike {
    color: var(--muted);
    text-decoration: line-through;
    font-weight: 600;
    margin-right: 6px
}

.list {
    padding-left: 18px;
    margin: 8px 0 0;
    color: var(--muted)
}

.switcher {
    display: flex;
    gap: 10px;
    margin: 8px 0 2px
}

    .switcher button {
        border: 1px solid var(--stroke);
        background: transparent;
        color: var(--text);
        padding: 8px 12px;
        border-radius: 10px;
        cursor: pointer
    }

        .switcher button.active {
            background: var(--accent);
            color: #06101a;
            font-weight: 800
        }

.testimonial {
    padding: 18px
}

.faq details {
    background: var(--card);
    border: 1px solid var(--stroke);
    border-radius: 12px;
    padding: 12px 14px
}

.faq summary {
    cursor: pointer;
    font-weight: 700
}

footer {
    border-top: 1px solid var(--stroke);
    color: var(--muted);
    padding: 28px 0 48px
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0
}

:root {
    --bg: #0b0f13;
    --card: #ffffff;
    --muted: #9aa4b2;
    --text: #eef2f7;
    --accent: #6ea8fe; /* CTA */
    --accent-2: #20c997; /* Secondary CTA */
    --stroke: #1f2833;
    --warning: #ffc107;
    --success: #2ecc71;
    --error: #ff6b6b;
    --radius: 14px;
    --shadow: 0 10px 30px rgba(0,0,0,.35);
}

@media (prefers-color-scheme: light) {
    :root {
        --bg: #f8fafc;
        --card: #ffffff;
        --muted: #556173;
        --text: #0b1220;
        --stroke: #e9eef5;
        --shadow: 0 10px 22px rgba(15,23,42,.08);
    }
}



.cc__category {
    align-items: center;
    display: flex;
    font-size: .875rem;
    font-weight: 600;
    gap: 1.6rem;
}

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong {
    background: linear-gradient(90deg,#3e1a80 22.61%,#1a84be 34.2%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent
}

.eyebrow {
    font-weight: 600;
    text-transform: uppercase
}

.subtitle {
    font-size: 2rem;
    font-weight: 600
}

.subtitle-2 {
    font-size: 1.8rem;
    font-weight: 600
}

.hero {
    padding: 0 2rem;
    position: relative;
    z-index: 1
}

    .hero .content-wrapper {
        position: relative;
        z-index: 2
    }

.hero__bg {
    border-bottom-left-radius: 4rem;
    height: 100%;
    max-height: 50rem;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    z-index: -1
}

@media (max-width: 767px) {
    .hero__bg {
        display: none
    }
}

.hero__accent {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
    z-index: 1
}

    .hero__accent img {
        transform: translate(30%,-44%)
    }

@media (min-width: 768px) {
    .hero__accent img {
        max-width: 70%
    }
}

.hero__content {
    font-weight: 600;
}

.hero.hero__half .hero__content, .hero.hero__half h1 {
    max-width: 48rem
}

.hero.has-accent .hero__content, .hero:not(.no-images) .hero__content {
    flex: 0 1 64.8rem
}

.hero__images {
    position: relative;
    z-index: 2
}

    .hero__images img {
        border-radius: 1.6rem
    }

.hi__tr {
    position: absolute;
    right: -25%;
    top: -9%;
    width: 50%
}

    .hi__tr img {
        filter: drop-shadow(0 104px 42px rgba(18,65,96,.01)) drop-shadow(0 59px 35px rgba(18,65,96,.05)) drop-shadow(0 26px 26px rgba(18,65,96,.09)) drop-shadow(0 7px 14px rgba(18,65,96,.1))
    }

.hi__bl {
    bottom: -11%;
    left: -20%;
    position: absolute;
    width: 71.5%
}

    .hi__bl img {
        filter: drop-shadow(0 104px 42px rgba(18,65,96,.01)) drop-shadow(0 59px 35px rgba(18,65,96,.05)) drop-shadow(0 26px 26px rgba(18,65,96,.09)) drop-shadow(0 7px 14px rgba(18,65,96,.1))
    }

.hero__half .hi__bl {
    bottom: 2rem
}

.hero h1 {
    font-size: 3.4rem;
    font-weight: 800;
}

@media (min-width: 768px) {
    .hero .content-wrapper {
        align-items: center;
        display: flex;
        max-width:1400px;
        margin: 0 auto;
        gap: 1rem
    }

    .hero:not(.no-images) .hero__content {
        flex: 0 1 44.8rem
    }

    .hero__images {
        flex: 0 1 50rem;
        transform: translateY(2.5rem)
    }

    .hero__half .hero__images {
        transform: translateY(8rem)
    }
}

@media (max-width: 767px) {
    .hero__accent img {
        transform: translate(35%,-50%);
        width: 32rem
    }

    .hero__images {
        margin: 0 auto;
        max-width: 50%;
        transform: translateY(4rem)
    }
}

@media (max-width: 599px) {
    .hero__accent img {
        transform: translate(35%,-64%)
    }
}

.gap-xxl {
    gap: 8rem;
}

.banner__images-left {
    aspect-ratio: 340 / 326;
    left: 0;
    width: 40%;
}

.banner__image {
    position: relative;
}

    .banner__image img {
        border-radius: .8rem;
        height: 100% !important;
        object-fit: cover;
        width: 100% !important;
    }
