

#index26 {
    padding: 50px 0;
    background-image: url("/assets/pages/index/img/index26_bg.webp");
    background-image: -webkit-image-set(
            url("/assets/pages/index/img/index26_bg.webp") 1x,
            url("/assets/pages/index/img/index26_bg@2x.webp") 2x
    );
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

#index26 ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1400px;
    text-align: center;
    margin: 0 auto;
}

#index26 ul li {
    width: 30%;
}

#index26 > * {
    box-sizing: border-box;
    padding-left: var(--container-pad);
    padding-right: var(--container-pad);
}



#index26.i26-redesign {
    --i26-ink: #231f1d;
    --i26-muted: #6f655f;
    --i26-line: rgba(70, 51, 40, .12);
    --i26-paper: #fff;
    display: block;
    margin: 0;
    color: var(--i26-ink);
    background: linear-gradient(180deg, #fff 0%, #f5f1ec 100%);
    text-align: left;
}

#index26 .i26-shell {
    max-width: 1120px;
    margin: 0 auto;
}

#index26 h2 {
    margin: 0;
    color: var(--i26-ink);
    font-size: 28px;
    line-height: 1.16;
    font-weight: 900;
    text-align: left;
}

#index26 .i26-head > p:last-child {
    max-width: 36em;
    margin: 0;
    color: var(--i26-muted);
    font-size: var(--font-size-16);
    line-height: 1.62;
}

#index26 .i26-layout {
    display: grid;
    gap: 12px;
}

#index26 figure {
    margin: 0;
}

#index26 .i26-feature {
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
    position: relative;
}

#index26 .i26-feature-viewport {
    overflow: hidden;
}

#index26 .i26-feature-track {
    display: flex;
}

#index26 .i26-feature-slide {
    flex: 0 0 100%;
    min-width: 0;
}

#index26 .i26-feature img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

#index26 .i26-feature figcaption {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    display: grid;
    gap: 5px;
    padding: 11px 12px;
    color: #fff;
    background: rgba(35, 31, 29, .76);
    border-radius: 10px;
    backdrop-filter: blur(8px);
}

#index26 .i26-feature span {
    width: fit-content;
    padding: 4px 8px;
    border-radius: 999px;
    font-size: var(--font-size-14);
    font-weight: 800;
    line-height: 1.2;
    color: #ffe0d2;
    background: rgba(255, 255, 255, .13);
}

#index26 .i26-feature strong {
    color: #fff;
    font-size: var(--font-size-18);
    line-height: 1.28;
}

#index26 .i26-points {
    display: grid;
    gap: 8px;
}

#index26 .i26-mobile-cue {
    width: fit-content;
    margin: 0;
    padding: 5px 9px;
    color: var(--clr-primary);
    background: rgba(var(--clr-primary-rgb), .08);
    border: 1px solid rgba(var(--clr-primary-rgb), .14);
    border-radius: 999px;
    font-size: var(--font-size-14);
    font-weight: 800;
    line-height: 1.25;
}

#index26 .i26-points button {
    background: var(--i26-paper);
    border: 1px solid var(--i26-line);
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .04);
    position: relative;
    overflow: hidden;
    display: grid;
    gap: 5px;
    padding: 13px;
    color: inherit;
    font: inherit;
    text-align: left;
    cursor: pointer;
    appearance: none;
    transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease, background .22s ease;
}

#index26 .i26-points button::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(var(--clr-primary-rgb), .08), rgba(255, 107, 53, .04));
    opacity: 0;
    transform: translateX(-12px);
    transition: opacity .22s ease, transform .22s ease;
    pointer-events: none;
}

#index26 .i26-points button b,
#index26 .i26-points button span {
    position: relative;
    z-index: 1;
}

#index26 .i26-points button:focus-visible {
    outline: 2px solid rgba(var(--clr-primary-rgb), .45);
    outline-offset: 2px;
}

#index26 .i26-points button.is-active {
    border-color: rgba(var(--clr-primary-rgb), .38);
    box-shadow: 0 8px 22px rgba(var(--clr-primary-rgb), .12);
    transform: translateY(-1px);
}

#index26 .i26-points button.is-active::before {
    opacity: 1;
    transform: translateX(0);
}

#index26 .i26-points button.is-active b {
    color: var(--clr-primary);
}

#index26 .i26-points button.is-active::after {
    content: none;
}

@keyframes i26ControlPop {
    0% { transform: translateY(0) scale(.985); }
    100% { transform: translateY(-1px) scale(1); }
}

@media (prefers-reduced-motion: reduce) {
    #index26 .i26-points button,
    #index26 .i26-points button::before {
        transition: none;
    }

}

#index26 .i26-points b {
    color: var(--i26-ink);
    font-size: var(--font-size-16);
    line-height: 1.3;
}

#index26 .i26-points span {
    color: var(--i26-muted);
    font-size: var(--font-size-14);
    line-height: 1.45;
}

#index26 h3 {
    margin: 0;
    color: var(--i26-ink);
    font-size: var(--font-size-22);
    line-height: 1.28;
    font-weight: 900;
}

@media (min-width: 720px) {
    #index26.i26-redesign {
        padding: 58px 24px;
    }

    #index26 h2 {
        font-size: 38px;
    }

    #index26 .i26-layout {
        grid-template-columns: 1.1fr .9fr;
        align-items: stretch;
    }

    #index26 .i26-points {
        align-content: stretch;
    }

    

    #index26 .i26-points button.is-active::after {
        content: "";
        position: relative;
        z-index: 1;
        width: 54px;
        height: 3px;
        margin-top: 2px;
        background: linear-gradient(90deg, var(--clr-primary), var(--clr-secondary));
        border-radius: 999px;
        transform-origin: left center;
    }

}

@keyframes i26ControlTimer {
    0% { transform: scaleX(.18); opacity: .72; }
    100% { transform: scaleX(1); opacity: 1; }
}
