.cax-section,
.cax-section * {
    font-family: 'Inter', Arial, sans-serif !important;
    box-sizing: border-box;


}

.cax-section {
    width: 100%;
    padding: 16px 14px;
    height: auto;
    background:
        radial-gradient(circle at 14% 54%, rgba(146,255,91,0.11), transparent 23%),
        radial-gradient(circle at 80% 88%, rgba(146,255,91,0.09), transparent 18%),
        linear-gradient(180deg, #061005 0%, #030603 100%);
}

.cax-shell {
    max-width: 1400px;
    margin: 0 auto;
    background:
        radial-gradient(circle at 14% 54%, rgba(146,255,91,0.11), transparent 23%),
        radial-gradient(circle at 80% 88%, rgba(146,255,91,0.09), transparent 18%),
        linear-gradient(180deg, #061005 0%, #030603 100%);
    border-radius: 24px;
    padding: 50px 0px;
    box-shadow:
        0 18px 50px rgba(0,0,0,0.22),
        inset 0 1px 0 rgba(255,255,255,0.03);
    color: #fff;
    position: relative;
    overflow: hidden;
}

.cax-shell::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 15% 35%, rgba(146,255,91,0.04), transparent 16%),
        radial-gradient(circle at 72% 82%, rgba(146,255,91,0.05), transparent 16%);
    pointer-events: none;
}

.cax-hero {
    position: relative;
    text-align: center;
    margin-bottom: 14px;
    z-index: 2;
}

.cax-hero h2 {
    font-size: 50px;
    line-height: 1.04;
    font-weight: 800;
    letter-spacing: -1.2px;
    color: #fff;
}

.cax-hero h2 span {
    background: linear-gradient(90deg, #ffb347, #ffcc33);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cax-hero p {
    margin: 0 auto;
    max-width: 680px;
    color: rgba(255,255,255,0.72);
    font-size: 14px;
    line-height: 1.65;
}

.cax-plus {
    position: absolute;
    width: 14px;
    height: 14px;
    background: #92ff5b;
    border-radius: 3px;
    box-shadow: 0 0 14px rgba(146,255,91,0.34);
}

.cax-plus::before,
.cax-plus::after {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    background: #92ff5b;
    border-radius: 3px;
}

.cax-plus::before {
    left: 7px;
    top: 0;
}

.cax-plus::after {
    left: 0;
    top: 7px;
}

.cax-plus-left {
    left: 18%;
    top: 96px;
}

.cax-plus-right {
    right: 18%;
    top: 0;
}

.cax-filters {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 14px;
    position: relative;
    z-index: 2;
}

.cax-filter {
    border: none;
    background: rgba(255,255,255,0.08);
    color: #fff;
    height: 34px;
    padding: 5px 15px;
    border-radius: 999px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    transition: .25s ease;
}

.cax-filter.is-active {
    background: #92ff5b;
    color: #091006;
    font-weight: 800;
}

.cax-slider-area {
	padding : 40px 40px;
    position: relative;
    z-index: 2;
}

.cax-viewport {
    overflow: hidden;
}

.cax-track {
    display: flex;
    gap: 16px;
    transition: transform .8s cubic-bezier(.22,.61,.36,1);
    will-change: transform;
}

.cax-card {
    flex: 0 0 calc((100% - 32px) / 3);
    min-width: 0;
    background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.015));
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 22px;
    padding: 22px 18px 18px;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.03),
        0 8px 24px rgba(0,0,0,0.14);
    transition:
        transform .45s cubic-bezier(.22,.61,.36,1),
        box-shadow .45s cubic-bezier(.22,.61,.36,1),
        border-color .35s ease,
        background .35s ease;
    transform-style: preserve-3d;
    will-change: transform;
    position: relative;
    overflow: hidden;
}

.cax-card::before {
    content: "";
    position: absolute;
    inset: -20%;
    background: radial-gradient(circle at center, rgba(146,255,91,0.08), transparent 45%);
    opacity: 0;
    transition: opacity .45s ease;
    pointer-events: none;
}

.cax-card:hover {
    transform: translateY(-8px) scale(1.01);
    border-color: rgba(146,255,91,0.18);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.04),
        0 18px 38px rgba(0,0,0,0.24),
        0 0 34px rgba(146,255,91,0.08);
}

.cax-card:hover::before {
    opacity: 1;
}

.cax-card.is-hidden {
    display: none;
}

.cax-card-title h3 {
    margin: 0 0 12px;
    max-width: 260px;
    font-size: 16px;
    line-height: 1.28;
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.2px;
    position: relative;
    z-index: 2;
}

.cax-card-title h3 span {
    color: var(--accent);
}

.cax-visual {
    position: relative;
    height: 136px;
    margin-bottom: 12px;
    border-radius: 18px;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(255,255,255,0.035), rgba(255,255,255,0.018));
    border: 1px solid rgba(255,255,255,0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .45s cubic-bezier(.22,.61,.36,1), box-shadow .45s ease;
}

.cax-card:hover .cax-visual {
    transform: translateY(-2px);
    box-shadow: inset 0 0 0 1px rgba(146,255,91,0.04);
}

.cax-visual-overlay {
    position: absolute;
    inset: auto auto 12px 12px;
    width: 94px;
    height: 46px;
    background: radial-gradient(circle, rgba(146,255,91,0.14), transparent 70%);
    filter: blur(16px);
    pointer-events: none;
}

.cax-visual img {
    width: 72%;
    max-height: 82%;
    object-fit: contain;
    position: relative;
    z-index: 2;
    filter: drop-shadow(0 10px 12px rgba(0,0,0,0.24));
    transition: transform .45s cubic-bezier(.22,.61,.36,1);
    transform: translateZ(16px);
}

.cax-card:hover .cax-visual img {
    transform: translateZ(22px) scale(1.03);
}

.cax-placeholder {
    text-align: center;
    position: relative;
    z-index: 2;
}

.cax-placeholder-box {
    width: 128px;
    height: 72px;
    border-radius: 14px;
    margin: 0 auto 8px;
    background: linear-gradient(145deg, rgba(255,255,255,0.10), rgba(255,255,255,0.03));
    border: 1px solid rgba(255,255,255,0.08);
}

.cax-placeholder p {
    font-size: 12px;
    color: rgba(255,255,255,0.68);
}

.cax-stat {
    position: absolute;
    left: 12px;
    bottom: 12px;
    z-index: 3;
    min-width: 86px;
    padding: 9px 10px;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 14px;
    backdrop-filter: blur(8px);
    transition: transform .45s cubic-bezier(.22,.61,.36,1), box-shadow .45s ease;
    transform: translateZ(20px);
}

.cax-card:hover .cax-stat {
    transform: translateZ(28px) translateY(-2px);
    box-shadow: 0 10px 24px rgba(0,0,0,0.16);
}

.cax-stat-value {
    font-size: 20px;
    line-height: 1;
    font-weight: 800;
    color: var(--accent);
    margin-bottom: 4px;
}

.cax-stat-label {
    font-size: 10px;
    line-height: 1.35;
    color: rgba(255,255,255,0.72);
}

.cax-copy p {
    margin: 0 0 14px;
    min-height: 54px;
    color: rgba(255,255,255,0.82);
    font-size: 12px;
    line-height: 1.55;
    font-weight: 400;
    position: relative;
    z-index: 2;
}

.cax-footer {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,0.09);
    background: rgba(255,255,255,0.03);
    transition: transform .35s ease, border-color .35s ease, background .35s ease;
    position: relative;
    z-index: 2;
}

.cax-card:hover .cax-footer {
    border-color: rgba(146,255,91,0.12);
    background: rgba(255,255,255,0.04);
}

.cax-more-btn {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 800;
}

.cax-footer-text {
    flex: 1;
    text-align: center;
    color: rgba(255,255,255,0.34);
    font-size: 12px;
}

.cax-footer-arrow {
    font-size: 16px;
    font-weight: 800;
    color: #fff;
}

.cax-bottom {
    margin-top: 12px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 16px;
}

.cax-bottom-left,
.cax-bottom-right {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cax-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
}

.cax-dot {
    width: 5px;
    height: 5px;
    border-radius: 999px;
    border: none;
    background: rgba(255,255,255,0.18);
    cursor: pointer;
    transition: .25s ease;
}

.cax-dot.is-active {
    width: 8px;
    height: 8px;
    background: #92ff5b;
    box-shadow: 0 0 8px rgba(146,255,91,0.36);
}

.cax-btn {
    min-width: 96px;
    height: 38px;
    padding: 0 14px;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.10);
    background: rgba(255,255,255,0.04);
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .25s ease;
}

.cax-btn:hover {
    background: rgba(146,255,91,0.08);
    border-color: rgba(146,255,91,0.18);
}

.cax-explore {
    min-width: 138px;
}

@media (max-width: 1100px) {
    .cax-hero h2 {
        font-size: 40px;
    }

    .cax-card {
        flex: 0 0 calc((100% - 16px) / 2);
    }
}

@media (max-width: 768px) {
    .cax-section {
        padding: 10px 8px;
    }

    .cax-shell {
        padding:50px 0px;
        border-radius: 18px;
    }

    .cax-hero {
        margin-bottom: 14px;
    }

    .cax-hero h2 {
        font-size: 30px;
        line-height: 1.08;
    }

    .cax-hero p {
        font-size: 13px;
    }

    .cax-card {
        flex: 0 0 100%;
        border-radius: 18px;
        padding: 14px 12px;
    }

    .cax-card-title h3 {
        font-size: 16px;
    }

    .cax-visual {
        height: 148px;
    }

    .cax-copy p {
        min-height: auto;
        font-size: 12px;
    }

    .cax-footer-text {
        font-size: 11px;
    }

    .cax-bottom {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .cax-bottom-left,
    .cax-bottom-right,
    .cax-dots {
        width: 100%;
        justify-content: center;
    }

    .cax-plus {
        display: none;
    }
}