.hero-section{color:#fff;background-color:#0b0519;align-items:center;min-height:88dvh;padding:100px 0 60px;display:flex;overflow:hidden}@media (max-width:991px){.hero-section{padding:80px 0 40px}}.hero-section .hero-bg-lines{object-fit:cover;z-index:0;opacity:.6;pointer-events:none;width:50%;height:100%;position:absolute;left:50%}.hero-section .hero-badge{background:#ffffff08;border:1px solid #ffffff1a;border-radius:50px;align-items:center;margin-bottom:30px;padding:8px 16px;font-size:14px;display:inline-flex}.hero-section .hero-badge svg{color:#9150ff;margin-right:8px}.hero-section .hero-title-main{color:#fff;margin-bottom:24px;font-size:clamp(3rem,5vw,4.5rem);font-weight:700;line-height:1.2}.hero-section .hero-title-main .gradient-text{background:linear-gradient(90deg,#9150ff,#39ff9d);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;display:inline-block}.hero-section .hero-title-main .word{margin-right:15px;display:inline-block}.hero-section .hero-subtitle{color:#b3b3b3;max-width:90%;margin-bottom:40px;font-size:1.125rem;line-height:1.6}.hero-section .hero-actions{flex-wrap:wrap;align-items:center;gap:20px;display:flex}.hero-section .hero-actions .btn-green{color:#0b0519;background-color:#39ff9d;border:none;border-radius:50px;align-items:center;gap:10px;padding:14px 28px;font-weight:600;transition:all .3s;display:flex}.hero-section .hero-actions .btn-green:hover{transform:translateY(-2px);box-shadow:0 10px 20px #39ff9d33}.hero-section .hero-actions .btn-outline-dark{color:#fff;background:0 0;border:1px solid #fff3;border-radius:50px;align-items:center;gap:10px;padding:14px 28px;font-weight:500;transition:all .3s;display:flex}.hero-section .hero-actions .btn-outline-dark:hover{background:#ffffff0d;border-color:#fff6}.hero-section .hero-actions .btn-outline-dark svg{fill:none;stroke:currentColor}.hero-section .hero-images-grid{width:100%;height:100%;display:block;position:relative}.hero-section .hero-images-grid .swiper{padding-top:40px;padding-bottom:40px;overflow:visible!important}@media (max-width:991px){.hero-section .hero-images-grid{justify-content:center;margin-top:50px}}.hero-section .hero-images-grid .hero-img-card{transform-origin:50%;opacity:.4;border-radius:20px;height:320px;transition:transform .8s cubic-bezier(.25,1,.5,1),opacity .8s,box-shadow .8s;position:relative;overflow:hidden;box-shadow:0 20px 40px #0006;width:220px!important}.hero-section .hero-images-grid .hero-img-card.swiper-slide-prev{opacity:.8;z-index:1;transform:translateY(-20px)scale(.9)}.hero-section .hero-images-grid .hero-img-card.swiper-slide-active{z-index:2;opacity:1;border:1px solid #9150ff4d;transform:translateY(20px)scale(1.15);box-shadow:0 0 30px #9150ff26}.hero-section .hero-images-grid .hero-img-card.swiper-slide-next{opacity:.8;z-index:1;transform:translateY(10px)scale(.9)}.hero-section .hero-images-grid .hero-img-card:not(.swiper-slide-visible){transform:scale(.8);opacity:0!important}.hero-section .hero-images-grid .hero-img-card img{object-fit:cover;width:100%;height:100%}.hero-section .hero-images-grid .hero-img-card .card-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:linear-gradient(#0000 0%,#0b051999 40%,#0b0519f2 100%);width:100%;padding:20px 15px;position:absolute;bottom:0;left:0}.hero-section .hero-images-grid .hero-img-card .card-overlay .icon-box{border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;margin-bottom:10px;display:flex}.hero-section .hero-images-grid .hero-img-card .card-overlay .icon-box svg{fill:#fff;width:18px;height:18px}.hero-section .hero-images-grid .hero-img-card .card-overlay .c-title{color:#fff;margin-bottom:4px;font-size:15px;font-weight:600}.hero-section .hero-images-grid .hero-img-card .card-overlay .c-desc{color:#a0a0a0;margin:0;font-size:12px;line-height:1.4}.hero-section .hero-features-bar{-webkit-backdrop-filter:blur(21px);backdrop-filter:blur(21px);z-index:2;background:#ffffff0a;border:1px solid #ffffff14;border-color:#ffffff26 #ffffff14 #ffffff14 #ffffff26;border-radius:20px;justify-content:space-between;align-items:center;margin-top:60px;padding:30px;display:flex;position:relative;box-shadow:0 8px 32px #0000005e}@media (max-width:991px){.hero-section .hero-features-bar{flex-direction:column;align-items:flex-start;gap:30px}}.hero-section .hero-features-bar .feature-item{border-right:1px solid #ffffff14;flex:1;align-items:center;gap:15px;padding:0 15px;display:flex}.hero-section .hero-features-bar .feature-item:last-child{border-right:none}@media (max-width:991px){.hero-section .hero-features-bar .feature-item{border-right:none;width:100%}}.hero-section .hero-features-bar .feature-item .f-icon{background:#ffffff05;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;display:flex}.hero-section .hero-features-bar .feature-item .f-icon svg{color:#39ff9d;width:20px;height:20px}.hero-section .hero-features-bar .feature-item .f-content .f-title{color:#fff;margin-bottom:3px;font-size:15px;font-weight:600}.hero-section .hero-features-bar .feature-item .f-content .f-desc{color:#8c8c8c;margin:0;font-size:12px;line-height:1.4}