.alkento-flow-v2{
    max-width:1200px;
    margin:0 auto;
}
.alk-card-shell{
    display:grid;
    gap:20px;
}
.alk-step-card,
.alk-panel{
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:22px;
    padding:24px;
    box-shadow:0 8px 30px rgba(17,24,39,.04);
}
.alk-step-card.is-hidden{
    display:none;
}
.alk-step-card h3{
    font-size:22px;
    line-height:1.2;
    margin:0 0 14px;
    color:#111827;
    text-align:center;
}
.alk-chip-group{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
}
.alk-chip-group--centered{
    justify-content:center;
}
.alk-chip{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    border:1px solid #d1d5db;
    background:#fff;
    color:#111827;
    padding:12px 16px;
    border-radius:999px;
    cursor:pointer;
    transition:.2s ease;
    text-transform:uppercase;
    font-weight:900;
    text-align:center;
}
.alk-chip:hover,
.alk-chip.is-active{
    background-color:#4AAA35 !important;
    border-color:#4AAA35 !important;
    color:#FFFFFF !important;
    box-shadow:0 0 0 3px rgba(74,170,53,.18);
}
.alk-chip.is-active{
    transform:translateY(-1px);
}
.alk-chip--big{
    padding:16px 22px;
    font-size:15px;
    min-height:52px;
}
.alk-chip--small{
    padding:10px 14px;
    font-size:12px;
    font-weight:700;
    min-height:42px;
}
.alk-chip__icon,
.alkento-spec__icon,
.alk-card__pill-icon{
    display:inline-block;
    flex:0 0 auto;
    background-color:currentColor;
    mask-image:var(--alk-icon-url);
    -webkit-mask-image:var(--alk-icon-url);
    mask-repeat:no-repeat;
    -webkit-mask-repeat:no-repeat;
    mask-position:center;
    -webkit-mask-position:center;
    mask-size:contain;
    -webkit-mask-size:contain;
}
.alk-chip__icon{
    width:20px;
    height:20px;
}
.alk-chip--big .alk-chip__icon{
    width:22px;
    height:22px;
}
.alk-chip--small .alk-chip__icon{
    width:18px;
    height:18px;
}
.alkento-spec__icon{
    width:18px;
    height:18px;
}
.alk-card__pill-icon{
    width:15px;
    height:15px;
    color:#111827;
}
.alk-chip__text,
.alkento-spec__text{
    display:inline-block;
}
.alk-toolbar{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    align-items:center;
}
.alk-search{
    flex:1;
    min-width:260px;
    min-height:50px;
    border:1px solid #d1d5db;
    border-radius:14px;
    padding:0 16px;
    background:#fff;
}
.alk-toggle-filters,
.alk-reset,
.alk-load-more{
    min-height:50px;
    border:0;
    border-radius:14px;
    padding:0 16px;
    cursor:pointer;
    font-weight:600;
}
.alk-toggle-filters{
    background:#eef2ff;
    color:#3730a3;
}
.alk-reset{
    background:#111827;
    color:#fff;
}
.alk-active{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin:18px 0 0;
}
.alk-tag{
    background:#4AAA35;
    color:#FFFFFF;
    border:1px solid #4AAA35;
    border-radius:999px;
    padding:8px 12px;
    font-size:13px;
    font-weight:700;
}
.alk-refine{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:0;
    margin-top:18px;
    padding-top:18px;
    border-top:1px solid #e5e7eb;
}
.alk-refine.is-hidden{
    display:none;
}
.alk-refine__group{
    padding:0 16px;
}
.alk-refine__group + .alk-refine__group{
    border-left:1px solid #e5e7eb;
}
.alk-refine__group label{
    display:block;
    font-size:13px;
    font-weight:700;
    color:#4aaa35;
    margin-bottom:10px;
    text-align:center;
}
.alk-refine__group.is-hidden{
    display:none;
}
.alk-results-meta{
    margin:22px 0 14px;
}
.alk-count{
    font-weight:700;
    color:#111827;
}
.alk-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:20px;
}
.alk-card{
    border:1px solid #e5e7eb;
    border-radius:20px;
    overflow:hidden;
    background:#fff;
    box-shadow:0 8px 24px rgba(17,24,39,.04);
}
.alk-card__image{
    display:block;
    aspect-ratio:4/3;
    background:#f9fafb;
}
.alk-card__image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}
.alk-card__image--placeholder{
    display:flex;
    align-items:center;
    justify-content:center;
    background:linear-gradient(180deg,#f8fafc 0%, #eef2f7 100%);
    border-bottom:1px solid #e5e7eb;
}
.alk-card__placeholder-inner{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:12px;
    padding:24px;
    text-align:center;
}
.alk-card__placeholder-icon{
    width:64px;
    height:64px;
    border-radius:18px;
    background:#ffffff;
    border:1px solid #dbe3ea;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 8px 24px rgba(17,24,39,.06);
}
.alk-card__placeholder-icon svg{
    width:30px;
    height:30px;
    stroke:#94a3b8;
    stroke-width:1.7;
}
.alk-card__placeholder-label{
    font-size:13px;
    font-weight:700;
    color:#64748b;
    text-transform:uppercase;
    letter-spacing:.04em;
}
.alk-card__body{
    padding:18px;
}
.alk-card__sku{
    font-size:12px;
    color:#6b7280;
    margin-bottom:8px;
    text-transform:uppercase;
    letter-spacing:.06em;
}
.alk-card__title{
    font-size:20px;
    line-height:1.25;
    margin:0 0 10px;
}
.alk-card__title a{
    text-decoration:none;
    color:#111827;
}
.alk-card__excerpt{
    font-size:14px;
    line-height:1.55;
    color:#4b5563;
    margin-bottom:14px;
}
.alk-card__pills{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin-bottom:16px;
}
.alk-card__pill{
    display:inline-flex;
    align-items:center;
    gap:4px;
    font-size:11px;
    line-height:1.35;
    color:#374151;
    background:#f3f4f6;
    border:1px solid #e5e7eb;
    border-radius:999px;
    padding:6px 10px;
}
.alk-card__pill strong{
    color:#111827;
}
.alk-card__cta{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    padding:11px 20px;
    border-radius:50px;
    background:#4aaa35;
    color:#fff;
    font-weight:900;
    text-transform:uppercase;
    font-size:16px;
}
.alk-no-results{
    padding:16px 0;
    color:#6b7280;
}
.alk-load-more-wrap{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;
    margin-top:22px;
}
.alk-load-more{
    background:#111827;
    color:#fff;
}
.alk-load-more.is-hidden{
    display:none;
}
.alk-load-sentinel{
    width:100%;
    height:1px;
}
.alk-loading .alk-load-more{
    opacity:.65;
    pointer-events:none;
}
.alkento-specs{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    align-items:stretch;
    gap:16px;
    margin:24px auto;
    width:100%;
}
.alkento-spec{
    box-sizing:border-box;
    flex:0 1 calc(33.333% - 16px);
    max-width:calc(33.333% - 16px);
    min-width:240px;
    border:1px solid #e5e7eb;
    border-radius:18px;
    padding:18px;
    background:#fff;
    text-align:center;
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
}
.alkento-spec__label{
    font-size:12px;
    font-weight:900;
    text-transform:uppercase;
    color:#4AAA35;
    margin-bottom:12px;
    letter-spacing:.06em;
}
.alkento-spec__value{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:8px;
}
.alkento-spec__pill{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    padding:7px 12px;
    border-radius:999px;
    background:#f3f4f6;
    border:1px solid #e5e7eb;
    color:#111827;
    font-size:13px;
    line-height:1.3;
    font-weight:700;
    white-space:normal;
    text-align:center;
}
.alkento-spec__docs{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:10px;
    margin-top:14px;
}
.alkento-spec__doc-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:42px;
    padding:10px 14px;
    border-radius:999px;
    background:#4AAA35;
    border:1px solid #4AAA35;
    color:#ffffff;
    text-decoration:none;
    font-size:13px;
    line-height:1.2;
    font-weight:800;
    text-align:center;
    transition:.2s ease;
}
.alkento-spec__doc-btn:hover{
    background:#3f922d;
    border-color:#3f922d;
    color:#ffffff;
}
@media(max-width:980px){
    .alk-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
    .alk-refine{
        grid-template-columns:1fr;
        gap:16px;
    }
    .alk-refine__group{
        padding:0;
    }
    .alk-refine__group + .alk-refine__group{
        border-left:0;
        border-top:1px solid #e5e7eb;
        padding-top:16px;
    }
    .alkento-spec{
        flex:0 1 calc(50% - 16px);
        max-width:calc(50% - 16px);
    }
}
@media(max-width:640px){
    .alk-grid{
        grid-template-columns:1fr;
    }
    .alk-step-card,
    .alk-panel{
        padding:18px;
    }
    .alk-toolbar{
        flex-direction:column;
        align-items:stretch;
    }
    .alk-search{
        min-width:0;
        width:100%;
    }
    .alk-chip{
        width:100%;
    }
    .alk-chip-group{
        gap:10px;
    }
    .alkento-spec{
        flex:0 1 100%;
        max-width:100%;
        min-width:0;
    }
}

.alk-active-chip{
    display:inline-flex;
    align-items:center;
    gap:8px;
    background:#4AAA35;
    color:#fff;
    border:1px solid #4AAA35;
    border-radius:999px;
    padding:8px 12px;
    font-size:13px;
    font-weight:700;
    cursor:default;
}
.alk-active-chip__remove{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:18px;
    height:18px;
    border-radius:999px;
    background:rgba(255,255,255,.18);
    font-size:14px;
    line-height:1;
    cursor:pointer;
}
.alk-no-results{
    margin:0;
}
