.how-it-works{background-color:#111827;width:100%;padding:4rem 1rem;position:relative;overflow:hidden}@media (min-width:768px){.how-it-works{padding:6rem 1rem}}.how-it-works__bg{object-fit:cover;opacity:.4;pointer-events:none;z-index:0}.how-it-works__container{z-index:10;max-width:1280px;margin:0 auto;position:relative}.how-it-works__header{text-align:center;max-width:42rem;margin-bottom:3rem}@media (min-width:768px){.how-it-works__header{text-align:left;margin-bottom:4rem}}.how-it-works__header h2{color:#fff;margin-bottom:1rem;font-size:1.875rem;font-weight:700;line-height:1.2}@media (min-width:768px){.how-it-works__header h2{font-size:3rem}}.how-it-works__header p{color:#d1d5db;margin:0;font-size:1.125rem}.bento-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:1024px){.bento-grid{grid-template-columns:repeat(4,1fr)}}.bento-card__bullets{color:#e5e7eb;flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.bento-card__bullets li{align-items:center;gap:.5rem;font-size:.95rem;display:flex}.check{font-weight:700}.check--blue{color:#60a5fa}.check--purple{color:#c084fc}.check--orange{color:#fb923c}.bento-card{background-color:#1f2937;border-radius:1.5rem;flex-direction:column;min-height:400px;display:flex;position:relative;overflow:hidden}.bento-card__img{object-fit:cover;z-index:0;transition:transform .5s}.bento-card:hover .bento-card__img{transform:scale(1.05)}.bento-card__overlay{z-index:10;pointer-events:none;position:absolute;inset:0}.bento-card__overlay--hover{background-color:#0006;transition:background-color .4s}.bento-card:hover .bento-card__overlay--hover{background-color:#0009}.bento-card--large{justify-content:flex-end}@media (min-width:1024px){.bento-card--large{grid-column:span 2}}.bento-card--large .bento-card__overlay{background:linear-gradient(#0000 0%,#0006 50%,#000000e6 100%)}.bento-card--large .bento-card__content{z-index:20;color:#fff;padding:2rem;position:relative}.bento-card--large .bento-card__content h3{color:#fff;margin-bottom:1rem;font-size:1.5rem;font-weight:700}.bento-card--large .bento-card__bullets--visible{opacity:1;max-height:500px}.bento-card--small{justify-content:space-between;padding:1.5rem}@media (min-width:1024px){.bento-card--small{grid-column:span 1}}.bento-card--small .bento-card__img{opacity:.5}.bento-card--small .bento-card__top,.bento-card--small .bento-card__bottom{z-index:20;width:100%;position:relative}.bento-card--small .bento-card__top{justify-content:space-between;align-items:flex-start;display:flex}.bento-card--small .bento-card__bottom{flex-direction:column;justify-content:flex-end;display:flex}.bento-card--small .bento-card__bottom p{color:#fff;margin:0;font-size:1.25rem;font-weight:600;line-height:1.4;transition:transform .4s cubic-bezier(.4,0,.2,1)}.bento-card--small .bento-card__bullets--expandable{opacity:0;max-height:0;margin-top:0;transition:all .4s cubic-bezier(.4,0,.2,1);overflow:hidden}.bento-card--small:hover .bento-card__bottom p{transform:translateY(-8px)}.bento-card--small:hover .bento-card__bullets--expandable{opacity:1;max-height:150px;margin-top:1rem}.badge{color:#fff;border-radius:9999px;margin-bottom:1rem;padding:.375rem 1rem;font-size:.875rem;font-weight:600;display:inline-block}.badge--blue{background-color:#2563eb}.badge--purple{background-color:#9333ea}.badge--orange{background-color:#f97316}.action-btn{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#fff3;border-radius:50%;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;text-decoration:none;transition:all .3s;display:flex}.action-btn:hover{color:#000;background-color:#fff}
.home-tabs{align-items:center;display:flex}.home-tabs .home-tabls-ul{align-items:center;gap:20px;display:flex;overflow-x:auto}.home-tabs .home-tabls-ul .home-tabs-li{text-align:center;color:#651efe;background:#fff;border:1px solid #651efe;border-radius:10px;padding:11px 0;font-size:.88rem;font-weight:700;text-decoration:none;transition:background .2s;display:block;padding:.5rem 1rem!important}.home-tabs .home-tabls-ul .home-tabs-li:hover{background:#f7f5fd}.home-tabs .home-tabls-ul .home-tabs-li:focus{color:#651efe;outline:none;box-shadow:0 0 0 2px #651efe}.home-tabs .home-tabls-ul .home-tabs-li.active{color:#fff;background:#651efe;border-color:#651efe;font-weight:600}