.btn-install {
    background: #7f54b3;
    color: #ffffff;
    font-weight: 600;
    border-radius: 8px;
    padding: 8px 16px;
    transition: filter 200ms ease, transform 200ms ease, background-color 200ms ease, color 200ms ease;
}
.btn-install:hover {
    color: #ffffff;
    filter: brightness(1.1);
    transform: scale(0.98);
}
.btn-install:active {
    transform: scale(0.95);
}
.btn-surface {
    background: #0e0e11;
    color: #ffffff;
    font-weight: 500;
    border-radius: 8px;
    padding: 8px 16px;
    border: 1px solid #222222;
    transition: background-color 200ms ease, border-color 200ms ease, color 200ms ease;
}
.btn-surface:hover {
    color: #ffffff;
    background: #222222;
}
.lk-cartlane a,
.lk-cartlane a:visited {
    text-decoration: none;
}

.lk-cartlane a:hover,
.lk-cartlane a:focus,
.lk-cartlane button:hover,
.lk-cartlane button:focus {
    color: inherit;
}

.lk-cartlane .btn-install,
.lk-cartlane .btn-install:visited,
.lk-cartlane .btn-install:hover,
.lk-cartlane .btn-install:focus {
    color: #ffffff !important;
}

.lk-cartlane .btn-install.bg-white,
.lk-cartlane .btn-install.bg-white:visited,
.lk-cartlane .btn-install.bg-white:hover,
.lk-cartlane .btn-install.bg-white:focus {
    color: #000000 !important;
}

.lk-cartlane .btn-surface,
.lk-cartlane .btn-surface:visited,
.lk-cartlane .btn-surface:hover,
.lk-cartlane .btn-surface:focus {
    color: #ffffff !important;
}
.kbd-key {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 24px;
    height: 24px;
    padding: 0 6px;
    background: #0e0e11;
    border: 1px solid #222222;
    border-radius: 2px;
    color: #888888;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 12px;
    line-height: 1;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
}

.lk-cartlane .kbd-key.bg-transparent {
    background: rgba(255, 255, 255, 0.045) !important;
    border: 1px solid rgba(255, 255, 255, 0.09) !important;
    color: rgba(255, 255, 255, 0.58);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.lk-cartlane .cmd-palette .kbd-key.bg-transparent {
    background: rgba(255, 255, 255, 0.055) !important;
}
.cl-input {
    width: 100%;
    min-height: auto;
    background: transparent;
    color: #ffffff;
    border: 1px solid transparent;
    border-radius: 10px;
    font-size: 18px;
    padding: 0;
    appearance: none;
    -webkit-appearance: none;
}
.cl-input::placeholder {
    color: #888899;
}
input[type="text"].cl-input,
input[type="text"].cl-input:focus,
input[type="text"].cl-input:focus-visible {
    background: transparent !important;
    border-color: transparent !important;
    outline: 0 !important;
    box-shadow: none !important;
}
.cmd-palette .flex.items-center:has(> .cl-input) {
    transition: background-color 160ms ease, border-color 160ms ease;
}
.cmd-palette .flex.items-center:has(> .cl-input:focus) {
    background: rgba(127, 84, 179, 0.06);
}
.lk-cartlane h1 {
    line-height: 1.04 !important;
    overflow: visible;
}

.lk-cartlane h1 > span {
    display: inline-block;
    padding-bottom: 0.035em;
    overflow: visible;
}

.lk-cartlane h1 > span:first-child {
    margin-bottom: -0.08em;
}
#coupon-input {
    min-height: 40px;
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    color: #ffffff;
    transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

#coupon-input::placeholder {
    color: rgba(136, 136, 153, 0.72);
}

#coupon-input:focus,
#coupon-input:focus-visible {
    background: rgba(127, 84, 179, 0.08) !important;
    border-color: rgba(127, 84, 179, 0.45) !important;
    outline: 0 !important;
    box-shadow: 0 0 0 3px rgba(127, 84, 179, 0.16) !important;
}

#apply-coupon-btn {
    min-height: 40px;
    border-radius: 12px;
    transition: filter 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

#apply-coupon-btn:focus,
#apply-coupon-btn:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 3px rgba(127, 84, 179, 0.22);
}

#apply-coupon-btn:active {
    transform: translateY(1px) scale(0.98);
}
body { 
    background-color: #000000; 
    color: #FFFFFF; 
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

.lk-landingkit.lk-cartlane {
    box-sizing: border-box;
    display: block;
    width: 100%;
    max-width: none;
    overflow-x: hidden;
}

.lk-cartlane *,
.lk-cartlane *::before,
.lk-cartlane *::after {
    box-sizing: border-box;
}

.cmd-palette {
    background: rgba(26, 26, 46, 0.85);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}
.mesh-bg {
    position: absolute;
    inset: 0;
    background-image: 
        linear-gradient(to right, rgba(255,255,255,0.02) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255,255,255,0.02) 1px, transparent 1px);
    background-size: 32px 32px;
    mask-image: radial-gradient(circle at center, black 30%, transparent 80%);
    -webkit-mask-image: radial-gradient(circle at center, black 30%, transparent 80%);
    z-index: 0;
    pointer-events: none;
}

.custom-scroll::-webkit-scrollbar { width: 8px; }
.custom-scroll::-webkit-scrollbar-track { background: transparent; }
.custom-scroll::-webkit-scrollbar-thumb { background: #33334A; border-radius: 10px; }

/* Showcase Design */
.mask-image-fade-bottom {
    -webkit-mask-image: linear-gradient(to bottom, black 30%, transparent 100%);
    mask-image: linear-gradient(to bottom, black 30%, transparent 100%);
}
.no-scrollbar {
    scrollbar-width: none;
}
.no-scrollbar::-webkit-scrollbar {
    display: none;
}
.cl-feature-card {
    width: 320px;
    flex-shrink: 0;
    height: 460px;
    border-radius: 20px;
    padding: 24px;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.05);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    background: #0b0b0e;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.4);
}

/* Fixed gradient light spotlight from top-right corner */
#card-checkout-editor {
    background: radial-gradient(circle at 100% 0%, rgba(168, 85, 247, 0.08) 0%, #0b0b0e 65%);
}
#card-order-bumps {
    background: radial-gradient(circle at 100% 0%, rgba(66, 133, 244, 0.08) 0%, #0b0b0e 65%);
}
#card-cart-recovery {
    background: radial-gradient(circle at 100% 0%, rgba(29, 185, 84, 0.08) 0%, #0b0b0e 65%);
}
#card-deep-analytics {
    background: radial-gradient(circle at 100% 0%, rgba(255, 81, 81, 0.06) 0%, #0b0b0e 65%);
}

/* Dotted background pattern */
.cl-feature-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 16px 16px;
    opacity: 0.8;
    pointer-events: none;
    z-index: 1;
    border-radius: inherit;
}

/* Mouse tracking radial spotlight inside the card on hover */
.cl-feature-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(280px circle at var(--mouse-x, 0px) var(--mouse-y, 0px), rgba(255, 255, 255, 0.03), transparent 80%);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    z-index: 2;
    border-radius: inherit;
}
.cl-feature-card:hover::after {
    opacity: 1;
}

#card-checkout-editor:hover { box-shadow: 0 0 40px rgba(168, 85, 247, 0.06); border-color: rgba(168, 85, 247, 0.2); }
#card-order-bumps:hover { box-shadow: 0 0 40px rgba(66, 133, 244, 0.06); border-color: rgba(66, 133, 244, 0.2); }
#card-cart-recovery:hover { box-shadow: 0 0 40px rgba(29, 185, 84, 0.06); border-color: rgba(29, 185, 84, 0.2); }
#card-deep-analytics:hover { box-shadow: 0 0 40px rgba(255, 81, 81, 0.04); border-color: rgba(255, 81, 81, 0.15); }

/* Modern UI Micro-Animations & Glow Effects */
@keyframes dash {
    to {
        stroke-dashoffset: -20;
    }
}
.animate-dash {
    animation: dash 1.2s linear infinite;
}
@keyframes pulse-subtle {
    0%, 100% { border-color: rgba(251, 191, 36, 0.15); box-shadow: 0 0 0 rgba(251, 191, 36, 0); }
    50% { border-color: rgba(251, 191, 36, 0.5); box-shadow: 0 0 12px rgba(251, 191, 36, 0.15); }
}
.animate-pulse-subtle {
    animation: pulse-subtle 2s infinite ease-in-out;
}
#mock-form-container > div {
    transition: max-height 350ms cubic-bezier(0.4, 0, 0.2, 1), opacity 350ms cubic-bezier(0.4, 0, 0.2, 1), margin 350ms cubic-bezier(0.4, 0, 0.2, 1), padding 350ms cubic-bezier(0.4, 0, 0.2, 1), border-width 350ms cubic-bezier(0.4, 0, 0.2, 1);
    max-height: 40px;
}

.cl-dotted-bg-lg {
    background-image: radial-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px);
    background-size: 24px 24px;
}
.cl-dotted-bg-sm {
    background-image: radial-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px);
    background-size: 16px 16px;
}
.cl-benefit-recovery-bg {
    background: radial-gradient(circle at 0% 0%, rgba(34, 197, 94, 0.06) 0%, #0b0b0e 60%);
}
.cl-benefit-aov-bg {
    background: radial-gradient(circle at 50% 0%, rgba(168, 85, 247, 0.06) 0%, #0b0b0e 60%);
}
.cl-benefit-compat-bg {
    background: radial-gradient(circle at 100% 0%, rgba(99, 154, 255, 0.06) 0%, #0b0b0e 60%);
}
.cl-chart-bar-25 { height: 25%; }
.cl-chart-bar-35 { height: 35%; }
.cl-chart-bar-40 { height: 40%; }
.cl-chart-bar-45 { height: 45%; }
.cl-chart-bar-55 { height: 55%; }
.cl-chart-bar-65 { height: 65%; }
.cl-chart-bar-75 { height: 75%; }
.cl-chart-bar-85 { height: 85%; }
.cl-chart-bar-95 { height: 95%; }
.cl-chart-bar-100 { height: 100%; }
#shipping-progress-bar { width: 69%; }

.cl-pro-step-card {
    transition: transform 180ms cubic-bezier(.22, 1, .36, 1), border-color 160ms ease, box-shadow 160ms ease;
}

.cl-pro-step-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 28px 90px rgba(0, 0, 0, 0.32);
}

@media (min-width: 1024px) {
    #pro-growth-suite {
        overflow: visible;
    }

    .cl-pro-step-card {
        position: sticky;
        top: 128px;
        z-index: 1;
    }

    .cl-pro-step-card:nth-child(2) {
        top: 144px;
        z-index: 2;
    }

    .cl-pro-step-card:nth-child(3) {
        top: 160px;
        z-index: 3;
    }

    .cl-pro-step-card:nth-child(4) {
        top: 176px;
        z-index: 4;
    }

    .cl-pro-step-card:nth-child(5) {
        top: 192px;
        z-index: 5;
    }

    .cl-pro-step-card:nth-child(6) {
        top: 208px;
        z-index: 6;
    }
}

@media (max-width: 1023px) {
    #pro-growth-suite {
        overflow: hidden;
    }

    #pro-growth-suite > .pointer-events-none {
        max-width: 120vw;
    }

    #pro-growth-suite .cl-pro-step-card {
        max-width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .cl-pro-step-card,
    .cl-pro-step-card:hover {
        transition: none;
        transform: none;
    }
}


body.admin-bar .lk-cartlane nav.fixed.top-0 {
    top: 32px !important;
}

body.admin-bar.lk-cartlane nav.fixed.top-0 {
    top: 32px !important;
}

body.admin-bar .lk-cartlane #drawer-overlay {
    top: 32px;
}

body.admin-bar.lk-cartlane #drawer-overlay {
    top: 32px;
}

body.admin-bar .lk-cartlane #side-cart-drawer {
    top: 32px;
    height: calc(100vh - 32px);
}

body.admin-bar.lk-cartlane #side-cart-drawer {
    top: 32px;
    height: calc(100vh - 32px);
}

@media (max-width: 782px) {
    body.admin-bar .lk-cartlane nav.fixed.top-0 {
        top: 46px !important;
    }

    body.admin-bar.lk-cartlane nav.fixed.top-0 {
        top: 46px !important;
    }

    body.admin-bar .lk-cartlane #drawer-overlay {
        top: 46px;
    }

    body.admin-bar.lk-cartlane #drawer-overlay {
        top: 46px;
    }

    body.admin-bar .lk-cartlane #side-cart-drawer {
        top: 46px;
        height: calc(100vh - 46px);
    }

    body.admin-bar.lk-cartlane #side-cart-drawer {
        top: 46px;
        height: calc(100vh - 46px);
    }
}

.brand-logo svg {
    width: 180px;
    height: auto;
}

@media (max-width: 480px) {
    .lk-cartlane nav .brand-logo svg {
        width: 150px;
    }

    .lk-cartlane nav .btn-install {
        padding: 7px 12px;
        font-size: 12px;
        white-space: nowrap;
    }

    .lk-cartlane nav .btn-install svg,
    .lk-cartlane nav .btn-install i {
        width: 14px;
        height: 14px;
        margin-right: 2px;
    }
}

@media (max-width: 374px) {
    .lk-cartlane nav .brand-logo svg {
        width: 132px;
    }

    .lk-cartlane nav .btn-install {
        padding: 6px 10px;
        font-size: 11px;
    }
}
