@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Geologica&display=swap";html,body,#root{width:100%;min-height:100vh}.header{background-color:#121212;padding:1rem 0;position:fixed;width:100%;z-index:1000;box-shadow:0 2px 8px #0003}@media (max-width: 768px){.header{padding:.5rem 0}}.header__container{display:flex;align-items:center;justify-content:space-between;position:relative}@media (max-width: 768px){.header__container{justify-content:space-between;gap:0;padding:0 16px}}@media (max-width: 576px){.header__container{padding:0 12px}}.header__logo img{height:70px;width:auto;max-width:220px;transition:height .2s}@media (max-width: 768px){.header__logo img{height:48px}}@media (max-width: 576px){.header__logo img{height:32px}}.header__logo--mobile{display:none}@media (max-width: 768px){.header .header__logo{display:none}.header .header__logo--mobile{display:flex;align-items:center;justify-content:flex-start;width:auto}.header .header__logo-img--mobile{height:36px;width:auto;max-width:160px;margin:0;display:block}}.header__menu-btn{display:none;background:none;border:none;cursor:pointer;padding:.25rem;z-index:1200}@media (max-width: 768px){.header__menu-btn{display:block;position:absolute;top:50%;right:12px;transform:translateY(-50%);margin:0;padding-right:0}}@media (max-width: 576px){.header__menu-btn{right:8px}}.header__menu-btn span{display:block;width:24px;height:2px;background-color:#fff;margin:4px 0;transition:all .3s ease}.header__menu-btn--active span:first-child{transform:rotate(45deg) translate(5px,5px)}.header__menu-btn--active span:nth-child(2){opacity:0}.header__menu-btn--active span:last-child{transform:rotate(-45deg) translate(5px,-5px)}@media (max-width: 768px){.header__nav{position:fixed;top:72px;left:0;width:100%;background-color:#1e1e1e;padding:1rem;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease;box-shadow:0 4px 8px #0003}.header__nav--active{transform:translateY(0);opacity:1;visibility:visible}}@media (max-width: 576px){.header__nav{top:45px;padding:.5rem}}.header__nav-list{display:flex;list-style:none;gap:2rem;justify-content:center;align-items:center}@media (max-width: 768px){.header__nav-list{flex-direction:column;gap:1rem}}@media (max-width: 576px){.header__nav-list{gap:.5rem}}.header__nav-link{color:#fff;text-decoration:none;font-weight:500;transition:all .3s ease;font-size:1rem}.header__nav-link:hover{color:gold}@media (max-width: 768px){.header__nav-link{font-size:1.1rem;padding:.5rem 0;display:block}}.header__actions{display:flex;gap:1rem}@media (max-width: 768px){.header__actions{gap:.5rem}}.header__action-btn{display:flex;align-items:center;justify-content:center;background:none;border:none;color:#fff;cursor:pointer;padding:.25rem;transition:all .3s ease;width:40px;height:40px;border-radius:50%;text-decoration:none}.header__action-btn:hover{color:gold;background-color:#ffffff1a}.header__action-btn svg{font-size:1.2rem}.header__action-btn i{font-size:1.5rem}@media (max-width: 576px){.header__action-btn i{font-size:1.25rem}}.header__action-btn--with-text{width:auto;height:auto;padding:.5rem 1rem;border-radius:8px;gap:.25rem;min-width:80px}.header__action-btn--with-text span{font-size:.9rem;font-weight:500;white-space:nowrap}.header__action-btn--with-text svg{font-size:1rem}@media (max-width: 768px){.header__action-btn--with-text{padding:.25rem .5rem;min-width:70px}.header__action-btn--with-text span{font-size:.8rem}}@media (max-width: 576px){.header__action-btn--with-text{padding:.25rem;min-width:60px}.header__action-btn--with-text span{font-size:.75rem}.header__action-btn--with-text svg{font-size:.9rem}}.header__nav-actions{display:none}@media (max-width: 768px){.header__nav-actions{display:flex;flex-direction:row;gap:.5rem;width:100%;margin:1rem 0;justify-content:center}}.header__nav-action-btn{display:none}@media (max-width: 768px){.header__nav-action-btn{display:flex;align-items:center;gap:.25rem;background:none;border:1px solid #ffd700;color:#fff;cursor:pointer;padding:.25rem .5rem;border-radius:4px;transition:all .3s ease;font-size:.9rem;width:auto;justify-content:center;min-width:120px}.header__nav-action-btn:hover{background-color:gold;color:#121212}.header__nav-action-btn svg{font-size:1rem}}.header__nav-social{display:flex;align-items:center;gap:.3rem;margin-left:.5rem}.header__nav-social a{padding:0;margin:0;display:flex;align-items:center;height:32px;width:32px;justify-content:center;color:#fff;transition:color .2s}.header__nav-social a:hover{color:gold;transform:scale(1.1)}.header__nav-social a:hover img{transform:scale(1.1)}.header__nav-social a svg{font-size:1.2rem}.header__nav-social a img{width:20px;height:20px;object-fit:contain;display:block;transition:transform .2s}.header__nav-profile{display:flex;align-items:center}.header__nav-profile .header__nav-link{display:flex;align-items:center;gap:.5rem}.header__nav-profile .header__nav-icon{font-size:1.2rem}@media (max-width: 768px){.header__nav-social{justify-content:center;margin-left:0;margin-top:.5rem;gap:.7rem}.header__nav-social a{width:36px;height:36px}.header__nav-social a img{width:22px;height:22px}}@media (max-width: 576px){.header__nav-social{gap:.5rem}.header__nav-social a{width:32px;height:32px}.header__nav-social a img{width:20px;height:20px}.header .header__nav-profile{display:none}}.header__lang-btn{background-color:transparent;border:1px solid #555;border-radius:6px;padding:.4rem .8rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.header__lang-btn.active{border:1px solid #fff}.header__lang-btn svg{width:28px;height:auto}.language-dropdown{position:relative;display:inline-block}.dropdown-toggle{display:flex;align-items:center;gap:8px;background-color:#fff;border:1px solid #ccc;border-radius:6px;padding:8px 12px;cursor:pointer;font-size:16px}.dropdown-toggle svg{width:28px;height:auto}.dropdown-toggle .arrow-icon{width:14px;color:#000;transition:transform .2s ease-in-out}.dropdown-toggle .arrow-icon.open{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:calc(100% + 5px);right:0;background-color:#fff;border:1px solid #ccc;border-radius:6px;box-shadow:0 4px 8px #0000001a;list-style:none;padding:5px 0;margin:0;z-index:1000;min-width:150px}.dropdown-item{display:flex;align-items:center;gap:10px;padding:10px 15px;cursor:pointer;color:#333}.dropdown-item:hover{background-color:#f5f5f5}.dropdown-item svg{width:28px;height:auto}.dropdown-item span{font-size:14px}.hero-banner{position:relative;width:100vw;min-height:350px;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-banner__bg-img{position:absolute;top:0;left:50%;width:100vw;height:100%;object-fit:cover;object-position:center;transform:translate(-50%);z-index:1;pointer-events:none;background:#181818}.hero-banner__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0000004d;z-index:2}.hero-banner__content{position:relative;z-index:3;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;text-align:center;padding:2.5rem 1rem 2rem;gap:.8rem;max-width:700px;margin:0 auto}.hero-banner__logo{max-width:200px;width:100%;margin-bottom:.2rem}.hero-banner__title{font-size:2.3rem;color:#fff;margin-bottom:.2rem;font-weight:700;text-shadow:0 2px 8px rgba(0,0,0,.6666666667)}.hero-banner__description{font-size:1.15rem;color:#fff;margin-bottom:.2rem;text-shadow:0 2px 8px rgba(0,0,0,.6666666667);max-width:500px}.hero-banner__cta{font-size:1.1rem;padding:.7rem 2rem;border-radius:2rem;background:#ffd600;color:#222;font-weight:700;box-shadow:0 2px 8px #0002;transition:background .2s;text-decoration:none;margin-top:.3rem;align-self:center}.hero-banner__cta:hover{background:#ffe066}@media screen and (max-width: 1345px) and (min-width: 1200px){.hero-banner{min-height:300px}.hero-banner__bg-img{object-fit:cover;height:100%}.hero-banner__logo{max-width:180px}.hero-banner__title{font-size:2.1rem}.hero-banner__description{font-size:1.1rem}}@media screen and (max-width: 1200px){.hero-banner{min-height:266px}.hero-banner__logo{max-width:150px;margin-top:0rem}.hero-banner__title{font-size:2rem}.hero-banner__description{font-size:1.05rem}}@media (max-width: 700px){.hero-banner{min-height:260px;height:260px;max-height:340px;width:100vw;overflow:hidden}.hero-banner__bg-img{position:absolute;top:0;left:50%;width:100vw;height:100%;min-height:260px;max-height:340px;object-fit:cover;object-position:center;transform:translate(-50%);z-index:1;background:#181818}.hero-banner__cta{display:none}.hero-banner__content{padding:2rem .5rem 1.5rem;gap:.7rem;max-width:95vw}.hero-banner__logo{max-width:120px;margin-bottom:.4rem}.hero-banner__title{font-size:1.5rem}.hero-banner__description{font-size:1rem;max-width:90vw}}@media (max-width: 768px){.hero-banner{min-height:220px}}.feature-highlights{padding:4rem 0;background-color:#1e1e1e}@media (max-width: 768px){.feature-highlights{padding:2rem 0}}@media (max-width: 576px){.feature-highlights{padding:1rem 0}}.feature-highlights__title{color:gold;font-size:1.5rem;font-weight:700;text-align:center;margin-bottom:4rem}@media (max-width: 768px){.feature-highlights__title{font-size:1.25rem;margin-bottom:2rem}}@media (max-width: 576px){.feature-highlights__title{font-size:1.1rem;margin-bottom:1rem}}.feature-highlights__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}@media (max-width: 768px){.feature-highlights__grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}}@media (max-width: 576px){.feature-highlights__grid{grid-template-columns:1fr;gap:.5rem}}.feature-highlights .feature-card{background-color:#363636;border-radius:12px;padding:1.25rem 1.5rem;display:flex;flex-direction:column;align-items:center;box-shadow:none;min-height:unset;height:120px;justify-content:center;transition:all .3s ease}.feature-highlights .feature-card:hover{box-shadow:0 4px 16px #0000001a;transform:translateY(-2px)}@media (max-width: 768px){.feature-highlights .feature-card{padding:1rem 1.25rem;height:100px}}@media (max-width: 576px){.feature-highlights .feature-card{padding:.75rem 1rem;height:110px}}.feature-highlights .feature-card__icon{margin-bottom:.5rem;display:flex;align-items:center;justify-content:center;width:100%}.feature-highlights .feature-card__icon img{width:32px;height:32px;object-fit:contain;display:block;margin:0 auto;color:gold}@media (max-width: 576px){.feature-highlights .feature-card__icon img{width:28px;height:28px}}.feature-highlights .feature-card__body{text-align:center}.feature-highlights .feature-card__subtitle{color:gold;font-size:1rem;font-weight:700;margin-bottom:.25rem}@media (max-width: 768px){.feature-highlights .feature-card__subtitle{font-size:.9rem}}@media (max-width: 576px){.feature-highlights .feature-card__subtitle{font-size:.85rem}}.feature-highlights .feature-card__title{display:none}.feature-highlights .feature-card__description{color:#fff;font-size:.95rem;margin-top:.25rem}@media (max-width: 768px){.feature-highlights .feature-card__description{font-size:.85rem}}@media (max-width: 576px){.feature-highlights .feature-card__description{font-size:.8rem}}.testimonials{padding:3rem 0;background:#181818}.testimonials .testimonials__title{text-align:center;color:#ffd600;font-size:2rem;font-weight:700;margin-bottom:2rem}.testimonials .testimonials-carousel-wrapper{width:100%;max-width:900px;margin:0 auto}.testimonials .testimonial-card{background:#222;border-radius:16px;box-shadow:0 4px 16px #0000002e;padding:1.5rem 1rem;display:flex;flex-direction:column;align-items:center;min-height:260px;height:100%;justify-content:center;text-align:center;gap:.7rem}.testimonials .testimonial-card__avatar{width:64px;height:64px;border-radius:50%;object-fit:cover;margin-bottom:.5rem;border:2px solid #ffd600}.testimonials .testimonial-card__body{display:flex;flex-direction:column;align-items:center;gap:.4rem;width:100%}.testimonials .testimonial-card__name{font-weight:600;color:#ffd600;font-size:1.1rem;margin-bottom:.2rem}.testimonials .testimonial-card__text{color:#fff;font-size:1rem;margin-bottom:.3rem;line-height:1.4;min-height:48px;display:flex;align-items:center;justify-content:center}.testimonials .testimonial-card__rating{display:flex;gap:2px;justify-content:center;align-items:center;margin-top:.2rem}.testimonials .testimonial-card__star{color:#ffd600;font-size:1.2rem;line-height:1}@media (max-width: 700px){.testimonials__title{font-size:1.3rem}.testimonial-card{padding:1rem .5rem;min-height:200px}.testimonial-card__avatar{width:48px;height:48px}.testimonial-card__text{font-size:.95rem;min-height:36px}}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ 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);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.mini-blog{padding:3rem 0;background:#181818;overflow-x:hidden;width:100%;max-width:100vw}.mini-blog .container{overflow-x:hidden;max-width:100%}.mini-blog .mini-blog__title{text-align:center;color:#ffd600;font-size:2rem;font-weight:700;margin-bottom:2rem}.mini-blog .mini-blog-carousel-wrapper{width:100%;max-width:1400px;margin:0 auto;overflow:hidden;position:relative}.mini-blog .mini-blog-carousel-wrapper .swiper{width:100%;max-width:100%;overflow:hidden;margin-left:0;margin-right:0}.mini-blog .mini-blog-carousel-wrapper .swiper-wrapper{display:flex;align-items:stretch;box-sizing:border-box;width:100%}.mini-blog .mini-blog-carousel-wrapper .swiper-slide{height:auto;display:flex;box-sizing:border-box;width:auto;flex-shrink:0;max-width:450px}.mini-blog .mini-blog-card{background:#222;border-radius:16px;box-shadow:0 4px 16px #0000002e;overflow:hidden;display:flex;flex-direction:column;min-height:320px;height:100%;width:100%;max-width:450px;text-decoration:none;color:inherit;transition:transform .3s ease,box-shadow .3s ease}.mini-blog .mini-blog-card:hover{transform:translateY(-4px);box-shadow:0 6px 20px #ffd60033}.mini-blog .mini-blog-card__image{width:100%;height:180px;overflow:hidden;background:#333}.mini-blog .mini-blog-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.mini-blog .mini-blog-card:hover .mini-blog .mini-blog-card__image img{transform:scale(1.05)}.mini-blog .mini-blog-card__body{padding:1.25rem 1rem;display:flex;flex-direction:column;gap:.5rem;flex:1}.mini-blog .mini-blog-card__meta{display:flex;gap:.5rem;font-size:.85rem;color:#aaa}.mini-blog .mini-blog-card__date{color:#aaa;font-size:.85rem}.mini-blog .mini-blog-card__title{font-weight:600;color:#ffd600;font-size:1.1rem;line-height:1.3;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.6rem}.mini-blog .mini-blog-card__excerpt{color:#fff;font-size:.95rem;line-height:1.4;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;flex:1;min-height:4.2rem}.mini-blog .mini-blog__footer{text-align:center;margin-top:2rem}.mini-blog .mini-blog__link{display:inline-block;color:#ffd600;font-size:1.1rem;font-weight:600;text-decoration:none;transition:color .3s ease,transform .3s ease}.mini-blog .mini-blog__link:hover{color:#ffed4e;transform:translate(4px)}.mini-blog .mini-blog__loading{text-align:center;color:#fff;padding:2rem 0}.mini-blog .mini-blog__loading p{font-size:1rem;color:#aaa}@media (min-width: 1400px){.mini-blog .mini-blog-carousel-wrapper{max-width:1400px}.mini-blog .mini-blog-carousel-wrapper .swiper-slide,.mini-blog .mini-blog-card{max-width:420px}}@media (max-width: 700px){.mini-blog .mini-blog__title{font-size:1.3rem}.mini-blog .mini-blog-card{min-height:280px;max-width:100%}.mini-blog .mini-blog-card__image{height:150px}.mini-blog .mini-blog-card__body{padding:1rem .75rem}.mini-blog .mini-blog-card__title{font-size:1rem;min-height:2.4rem}.mini-blog .mini-blog-card__excerpt{font-size:.9rem;min-height:3.6rem}.mini-blog .mini-blog-card__date{font-size:.8rem}.mini-blog .mini-blog__link{font-size:1rem}}.partners{padding:4rem 0;background-color:#121212}@media (max-width: 768px){.partners{padding:2rem 0}}@media (max-width: 576px){.partners{padding:1rem 0}}.partners .container{max-width:1440px;margin:0 auto}.partners__title{text-align:center;color:gold;margin-bottom:4rem;font-size:2.5rem}@media (max-width: 768px){.partners__title{font-size:1.75rem;margin-bottom:2rem}}@media (max-width: 576px){.partners__title{font-size:1.5rem;margin-bottom:1rem}}.partners__grid{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:2.5rem;background:none;box-shadow:none;padding:0}.partners .partner-card{background:none;border:none;box-shadow:none;padding:0;margin:0;display:flex;align-items:center;justify-content:center;transition:transform .2s}.partners .partner-card:hover{transform:scale(1.05);box-shadow:none}.partners .partner-card__logo,.partners .partner-card__banner{max-width:220px;max-height:80px;width:auto;height:auto;object-fit:contain;filter:none;opacity:1;background:none}@media (max-width: 768px){.partners .partners__grid{gap:1.5rem}}@media (max-width: 576px){.partners .partners__grid{flex-direction:column;gap:1rem}.partners .partner-card__logo,.partners .partner-card__banner{max-width:250px!important;max-height:50px}}.partner-card-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.7rem}.partner-card__button{margin-top:.2rem;padding:.4rem 1.2rem;background:gold;color:#181818;border:none;border-radius:6px;font-weight:600;font-size:1rem;cursor:pointer;transition:background .2s,color .2s,transform .2s;box-shadow:0 2px 8px #00000014}.partner-card__button:hover{background:gold;color:#000;transform:translateY(-2px) scale(1.04)}.partner-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000d9;z-index:9999;display:flex;align-items:center;justify-content:center;animation:fadeIn .2s}.partner-modal__content{position:relative;max-width:100vw;max-height:100vh;display:flex;align-items:center;justify-content:center;padding:2vw;background:none}.partner-modal__img{width:100vw;height:auto;max-width:100vw;max-height:95vh;border-radius:0;box-shadow:none;background:none;display:block;margin:0 auto}.partner-modal__close{position:fixed;top:32px;right:48px;background:transparent;border:none;color:#fff;font-size:2.5rem;font-weight:700;cursor:pointer;z-index:10000;transition:color .2s}.partner-modal__close:hover{color:gold}@media (max-width: 600px){.partner-modal__close{top:12px;right:16px;font-size:2rem}.partner-modal__content{padding:.5vw}}.footer{background-color:#1e1e1e;padding:4rem 0 2rem;margin-top:4rem}@media (max-width: 768px){.footer{padding:2rem 0 1rem;margin-top:2rem}}@media (max-width: 576px){.footer{padding:1rem 0 .5rem;margin-top:1rem}}.footer .container{max-width:1100px;margin:0 auto}.footer__grid{display:grid;grid-template-columns:1fr 1fr auto;gap:0rem!important;margin-bottom:0rem}@media (max-width: 768px){.footer__grid{grid-template-columns:1fr;gap:2rem;justify-content:center;align-items:center}}@media (max-width: 576px){.footer__grid{gap:1rem}}.footer__grid--two-cols{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-bottom:0rem}@media (max-width: 768px){.footer__grid--two-cols{grid-template-columns:1fr;gap:2rem;justify-content:center;align-items:center}}@media (max-width: 576px){.footer__grid--two-cols{gap:1rem}}.footer__grid--three-cols{display:grid;grid-template-columns:1fr 1fr auto;gap:2rem;margin-bottom:0rem}@media (max-width: 768px){.footer__grid--three-cols{grid-template-columns:1fr;gap:1rem;justify-content:center;align-items:center}}@media (max-width: 576px){.footer__grid--three-cols{gap:.5rem}}.footer__grid--four-cols{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:4rem;margin-bottom:0rem}@media (max-width: 992px){.footer__grid--four-cols{grid-template-columns:1fr 1fr;gap:2rem}}@media (max-width: 768px){.footer__grid--four-cols{grid-template-columns:1fr;gap:1rem;justify-content:center;align-items:center}}.footer__column--logos{display:flex;flex-direction:column;align-items:flex-end;gap:1rem}@media (max-width: 768px){.footer__column--logos{align-items:center}}@media (max-width: 768px){.footer__column:first-child{text-align:center}}@media (max-width: 768px){.footer__column{text-align:center;align-items:center;display:flex;flex-direction:column;justify-content:center}}@media (max-width: 576px){.footer__column{text-align:center;align-items:center;display:flex;flex-direction:column;justify-content:center;margin-bottom:1.2rem}}.footer__logo{max-height:50px;width:auto}@media (max-width: 576px){.footer__logo{max-height:40px}}.footer__title{color:gold;font-size:1.5rem;margin-bottom:1rem}@media (max-width: 768px){.footer__title{font-size:1.25rem;margin-bottom:.5rem}}@media (max-width: 576px){.footer__title{font-size:1.1rem;margin-bottom:.5rem;margin-top:.5rem}}.footer__content{color:#fff;line-height:1.6}@media (max-width: 576px){.footer__content{font-size:.9rem}}.footer__links{list-style:none;padding:0}.footer__link-item{margin-bottom:.5rem}@media (max-width: 576px){.footer__link-item{margin-bottom:.5rem}}.footer__link{color:#fff;text-decoration:none;transition:all .3s ease}@media (max-width: 576px){.footer__link{font-size:.9rem}}.footer__link:hover{color:gold}.footer__contact{display:flex;flex-direction:column;gap:.5rem;align-items:center;margin-bottom:.5rem}@media (max-width: 576px){.footer__contact{gap:.3rem;align-items:center;margin-bottom:.7rem}}.footer__contact-item{line-height:1.4;width:100%;display:block;text-align:left!important}@media (min-width: 900px){.footer__contact-item{text-align:center}}.footer__contact-item a{color:#fff;text-decoration:underline;word-break:break-all;font-weight:600;transition:color .2s}.footer__contact-item a:hover{color:#ffdf33}.footer__bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:2rem;padding-top:2rem;text-align:center}@media (max-width: 768px){.footer__bottom{padding-top:1rem}}@media (max-width: 576px){.footer__bottom{padding-top:.5rem}}.footer__copyright{color:#b3b3b3;font-size:.9rem;text-align:center}@media (max-width: 576px){.footer__copyright{font-size:.8rem}}.footer__social{display:flex;gap:1.2rem;justify-content:flex-end;margin-bottom:1.2rem}@media (max-width: 768px){.footer__social{justify-content:center;margin-bottom:1rem}}@media (max-width: 576px){.footer__social{gap:.8rem;margin-bottom:.7rem}}.footer__social-link{color:#fff!important;font-size:1.35rem;background:transparent;transition:color .2s,transform .2s;display:flex;align-items:center}.footer__social-link:hover{color:gold!important;transform:scale(1.15)}.footer__social--inline{display:flex;flex-direction:row;gap:.7rem;margin-top:.5rem;justify-content:flex-start;align-items:center}.footer__social-link{color:gold;font-size:1.35rem;background:transparent;transition:color .2s,transform .2s;display:flex;align-items:center}.footer__social-link:hover{color:#ffdf33;transform:scale(1.15)}.footer__brand-social{display:flex;flex-direction:column;align-items:flex-end;gap:1.2rem}@media (max-width: 768px){.footer__brand-social{align-items:center}}.footer__logos-group{display:flex;align-items:center;gap:1.1rem;margin-top:.7rem}@media (max-width: 576px){.footer__logos-group{gap:.5rem}}.footer__logo{max-height:44px;width:auto}@media (max-width: 576px){.footer__logo{max-height:32px}}.footer__logo--safe{max-height:32px;margin-left:.2rem}@media (max-width: 576px){.footer__logo--safe{max-height:24px}}.back-to-top{position:fixed;bottom:110px;right:30px;z-index:998}@media (max-width: 576px){.back-to-top{bottom:92px;right:20px}}.back-to-top__button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;padding:0;border:none;outline:none;cursor:pointer;position:relative;background:#ffd700a6;color:#121212b3;border:3px solid rgba(255,255,255,.2);border-radius:50%;width:64px;height:64px;font-size:1.5rem;line-height:1;display:flex;justify-content:center;align-items:center;box-shadow:0 2px 12px #0003,0 1px 6px #00000026;opacity:.65;transition:all .25s cubic-bezier(.4,0,.2,1);box-sizing:border-box;overflow:visible}@media (max-width: 576px){.back-to-top__button{width:56px;height:56px;font-size:1.35rem;border-width:2.5px}}.back-to-top__button:hover{background:gold;border-color:#fff6;opacity:1;transform:scale(1.03);box-shadow:0 4px 16px #00000040,0 2px 8px #ffd70033}.back-to-top__button:active{transform:scale(.98)}.back-to-top__progress-ring{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;pointer-events:none}.back-to-top__progress-bg{transition:opacity .3s ease}.back-to-top__progress-bar{transition:stroke-dashoffset .1s linear,opacity .3s ease}.back-to-top--scrolling .back-to-top__button .back-to-top__progress-bar{opacity:.5!important}.back-to-top__button:hover .back-to-top__progress-bar{opacity:.6!important}.back-to-top__button:hover svg circle:last-child{stroke:#12121266}.alert-section{background-color:#121212;color:#fff;padding:2rem 0;border-top:2px solid #ffd700}.alert-section .container{max-width:1200px;margin:0 auto;padding:0 1rem}.alert-section__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:1rem 0;border-bottom:1px solid #b3b3b3}.alert-section__nav-item{display:flex;flex-direction:column;align-items:center;text-align:center;flex:1;padding:.5rem}.alert-section__nav-item span{font-size:.8rem;font-weight:600;margin-top:.5rem;text-transform:uppercase}.alert-section__nav-item small{font-size:.6rem;opacity:.8;margin-top:.2rem}.alert-section__icon{font-size:1.5rem;margin-bottom:.5rem}.alert-section__main{text-align:center;margin-bottom:2rem}.alert-section__title{color:gold;font-size:1.8rem;font-weight:700;text-transform:uppercase;margin-bottom:1.5rem;line-height:1.3}.alert-section__warning{background-color:#1e1e1e;padding:1.5rem;border-radius:8px;border-left:4px solid #ffd700}.alert-section__attention{font-size:1.1rem;font-weight:600;text-transform:uppercase;margin-bottom:1rem;line-height:1.4}.alert-section__attention strong{color:gold}.alert-section__requirements-list{list-style:none;padding:0;margin:0}.alert-section__requirements-list li{padding:.5rem 0;font-size:1rem;text-transform:uppercase;font-weight:500}.alert-section__requirements-list li:before{content:"•";color:gold;font-weight:700;margin-right:.5rem}.alert-section__requirements{margin-bottom:2rem}.alert-section__requirements-title{color:gold;font-size:1.5rem;font-weight:700;text-transform:uppercase;text-align:center;margin-bottom:1.5rem}.alert-section__requirements-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.alert-section__requirements-column{background-color:#1e1e1e;padding:1.5rem;border-radius:8px}.alert-section__requirements-column h4{color:#fff;font-size:1.1rem;font-weight:700;text-transform:uppercase;margin-bottom:1rem;text-align:center}.alert-section__requirements-column ul{list-style:none;padding:0;margin:0}.alert-section__requirements-column ul li{padding:.5rem 0;font-size:.9rem;text-transform:uppercase;font-weight:500;border-bottom:1px solid #b3b3b3}.alert-section__requirements-column ul li:last-child{border-bottom:none}.alert-section__cta{text-align:center;margin-top:2rem}.alert-section .btn{display:inline-block;padding:1rem 2rem;background-color:gold;color:#121212;text-decoration:none;border-radius:8px;font-weight:700;text-transform:uppercase;font-size:1.1rem;transition:all .3s ease;border:2px solid #ffd700}.alert-section .btn:hover{background-color:transparent;color:gold;transform:translateY(-2px);box-shadow:0 4px 12px #ffd7004d}@media (max-width: 768px){.alert-section__header{flex-direction:column;gap:1rem}.alert-section__nav-item{flex-direction:row;justify-content:center;gap:.5rem;width:100%}.alert-section__nav-item span{margin-top:0}.alert-section__title{font-size:1.4rem}.alert-section__requirements-grid{grid-template-columns:1fr;gap:1rem}.alert-section__requirements-column ul li{font-size:.8rem}}@media (max-width: 576px){.alert-section__nav-item{font-size:.7rem}.alert-section__title{font-size:1.2rem}.alert-section__attention{font-size:1rem}.alert-section__requirements-list li{font-size:.9rem}}.loading{display:flex;align-items:center;justify-content:center;padding:2rem;font-size:1.2rem;color:gold}.loading:before{content:"";width:20px;height:20px;border:2px solid #ffd700;border-top:2px solid transparent;border-radius:50%;animation:spin 1s linear infinite;margin-right:10px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}*{margin:0;padding:0;box-sizing:border-box}html,body,#root,.app{width:100%;min-width:0;overflow-x:hidden}main{padding-top:105px}@media (max-width: 768px){main{padding-top:80px}}main.admin-main{padding-top:0!important}body{font-family:Geologica,sans-serif;background-color:#121212;color:#fff;line-height:1.6;font-size:16px}.container{width:100%;max-width:1440px;margin:0 auto;padding:0 24px}@media (max-width: 768px){.container{padding:0 16px}}@media (max-width: 576px){.container{padding:0 12px}}h1,h2,h3,h4,h5,h6{margin-bottom:1rem;line-height:1.2}h1{font-size:3rem}@media (max-width: 768px){h1{font-size:2rem}}@media (max-width: 576px){h1{font-size:1.75rem}}h2{font-size:2.5rem}@media (max-width: 768px){h2{font-size:2rem}}@media (max-width: 576px){h2{font-size:1.5rem}}h3{font-size:2rem}@media (max-width: 768px){h3{font-size:1.5rem}}@media (max-width: 576px){h3{font-size:1.25rem}}h4{font-size:1.5rem}@media (max-width: 768px){h4{font-size:1.25rem}}@media (max-width: 576px){h4{font-size:1.1rem}}.btn{display:inline-block;padding:.5rem 2rem;background-color:gold;color:#121212;border:none;border-radius:10px;font-weight:600;text-decoration:none;transition:all .3s ease;cursor:pointer}.btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #ffd7004d}@media (max-width: 576px){.btn{padding:.5rem 1rem;font-size:.9rem}}.btn--cta{font-size:1rem;font-weight:600;background:gold;color:#121212;border-radius:8px;box-shadow:0 2px 8px #0003;padding:.75rem 2rem;transition:all .3s ease}.btn--cta:hover{background:#ccac00;color:#121212}@media (max-width: 576px){.btn--cta{padding:.6rem 1.5rem;font-size:.9rem}}.text-center{text-align:center}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:2rem}.mb-4{margin-bottom:4rem}.grid{display:grid;gap:1rem}.grid--2-cols{grid-template-columns:repeat(2,1fr)}@media (max-width: 768px){.grid--2-cols{grid-template-columns:1fr}}.grid--3-cols{grid-template-columns:repeat(3,1fr)}@media (max-width: 992px){.grid--3-cols{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.grid--3-cols{grid-template-columns:1fr}}@media (max-width: 768px){.grid{gap:.5rem}}.patch-info{background-color:#111;color:#fff;padding:40px 20px;text-align:center;max-width:900px;margin:0 auto;font-size:16px;line-height:1.6}@media (max-width: 768px){.patch-info{padding:32px 16px;font-size:15px}}@media (max-width: 576px){.patch-info{padding:24px 12px;font-size:14px}}.patch-info strong{color:gold}.patch-info__button{display:inline-block;margin-top:20px;text-decoration:none;font-weight:700}@media (max-width: 768px){.patch-info__button{margin-top:16px}}@media (max-width: 576px){.patch-info__button{margin-top:12px}}.patch-slider{background:linear-gradient(135deg,#1a1a1a,#2a2a2a);padding:4rem 0;position:relative;overflow:hidden}.patch-slider:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;opacity:.1}.patch-slider .container{position:relative;z-index:2}.patch-slider__header{text-align:center;margin-bottom:3rem}@media (max-width: 768px){.patch-slider__header{margin-bottom:2rem}}.patch-slider__title{color:gold;font-size:2.5rem;font-weight:700;text-transform:uppercase;margin-bottom:1rem;text-shadow:0 2px 4px rgba(0,0,0,.5)}@media (max-width: 768px){.patch-slider__title{font-size:2rem}}@media (max-width: 576px){.patch-slider__title{font-size:1.5rem}}.patch-slider__subtitle{color:#b3b3b3;font-size:1.1rem;font-weight:500}@media (max-width: 576px){.patch-slider__subtitle{font-size:1rem}}.patch-slider__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1200px;margin:0 auto 3rem}@media (max-width: 992px){.patch-slider__grid{gap:1rem}}@media (max-width: 768px){.patch-slider__grid{grid-template-columns:repeat(2,1fr);gap:.75rem}}@media (max-width: 576px){.patch-slider__grid{grid-template-columns:1fr;gap:.5rem}}.patch-slider__item{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 4px 16px #0000004d;transition:transform .3s ease,box-shadow .3s ease;border:2px solid transparent}.patch-slider__item:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0006;border-color:gold}.patch-slider__item:hover .patch-slider__overlay{opacity:5}.patch-slider__item:hover .patch-slider__image{transform:scale(1.05)}.patch-slider__image-container{position:relative;width:100%;height:0;padding-bottom:75%;overflow:hidden}.patch-slider__image{position:absolute;top:0;left:0;width:100%;object-fit:cover;transition:transform .3s ease;cursor:pointer}.patch-slider__overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent 0%,#000000e6);padding:1.5rem 1rem 1rem;color:#fff;transition:opacity .3s ease;transform:translateY(10px);transition:opacity .3s ease,transform .3s ease}@media (max-width: 768px){.patch-slider__overlay{opacity:1;transform:translateY(0);padding:1rem .75rem .75rem}}.patch-slider__item-title{font-size:1.1rem;font-weight:700;text-transform:uppercase;margin-bottom:.5rem;color:gold;text-shadow:0 2px 4px rgba(0,0,0,.8)}@media (max-width: 576px){.patch-slider__item-title{font-size:1rem}}.patch-slider__item-description{font-size:.9rem;opacity:.9;font-weight:500;line-height:1.4}@media (max-width: 576px){.patch-slider__item-description{font-size:.8rem}}.patch-slider__caption{color:#fff;font-family:Geologica,sans-serif;font-size:1.1rem;text-align:center;max-width:700px;margin:2rem auto 0;line-height:1.7;font-weight:500;letter-spacing:.01em;padding:1.2rem;background:transparent}@media (max-width: 768px){.patch-slider__caption{font-size:1rem;max-width:98%;margin:1.2rem auto 0;padding:.7rem .5rem}}.patch-slider__modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000d9;z-index:9999;display:flex;align-items:center;justify-content:center;animation:fadeIn .2s}.patch-slider__modal-content{position:relative;max-width:95vw;max-height:90vh;display:flex;align-items:center;justify-content:center}.patch-slider__modal-img{max-width:100vw;max-height:80vh;width:auto;height:auto;border-radius:12px;box-shadow:0 4px 32px #0006;background:#222;display:block;margin:0 auto}.patch-slider__modal-close{position:absolute;top:10px;right:18px;background:transparent;border:none;color:#fff;font-size:2.2rem;font-weight:700;cursor:pointer;z-index:2;transition:color .2s}.patch-slider__modal-close:hover{color:gold}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.checkout{display:flex;justify-content:center;align-items:center;height:100vh;flex-direction:column;gap:1.5rem;background:#0d0d0d}.checkout__button{background:gold;color:#000;padding:15px 40px;border:none;border-radius:8px;font-size:20px;font-weight:700;cursor:pointer;transition:all .3s ease}.checkout__button:hover{background:#f8d612;transform:scale(1.05);box-shadow:0 0 15px #00ff99b3}.checkout__title{font-size:2.2rem;font-weight:700;text-align:center}.checkout__text{font-size:1.2rem;text-align:center;max-width:500px}.checkout--success{background:#111}.checkout--success .checkout__title{color:#0f9;text-shadow:0 0 10px rgba(0,255,153,.6)}.checkout--success .checkout__text{color:#ccc}.checkout__icon{margin-right:10px;color:#0f9;vertical-align:middle}.cart-button{position:fixed;bottom:30px;right:30px;background:gold;color:#121212;border:3px solid rgba(255,255,255,.2);border-radius:50%;width:64px;height:64px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 16px #0000004d,0 2px 8px #0003;z-index:999;transition:all .25s cubic-bezier(.4,0,.2,1);padding:0}.cart-button .cart-icon{font-size:1.5rem;color:#121212;transition:transform .25s ease;display:block;font-weight:600}.cart-button:hover{background:gold;border-color:#fff6;opacity:1;transform:scale(1.03);box-shadow:0 6px 24px #00000059,0 3px 12px #ffd70040}.cart-button:hover .cart-icon{transform:scale(1.02)}.cart-button:active{transform:scale(.98)}@media (max-width: 576px){.cart-button{width:56px;height:56px;bottom:20px;right:20px;border-width:2.5px}.cart-button .cart-icon{font-size:1.35rem}}.cart-badge{position:absolute;top:-6px;right:-6px;background:#e63946;color:#fff;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;box-shadow:0 2px 6px #e6394666;border:2px solid #121212;transition:transform .2s ease}@media (max-width: 576px){.cart-badge{width:20px;height:20px;font-size:.6rem;top:-5px;right:-5px;border-width:1.5px}}.cart-button:hover .cart-badge{transform:scale(1.1)}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000d9;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;display:flex;justify-content:flex-end;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px)}to{opacity:1;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}}.cart-drawer{background:linear-gradient(180deg,#1a1a1a,#1e1e1e);width:100%;max-width:480px;height:100%;display:flex;flex-direction:column;box-shadow:-8px 0 40px #00000080,-4px 0 20px #ffd7001a;animation:slideIn .4s cubic-bezier(.4,0,.2,1);border-left:1px solid rgba(255,215,0,.1)}@media (max-width: 576px){.cart-drawer{max-width:100%}}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.cart-header{display:flex;justify-content:space-between;align-items:center;padding:2rem 1.5rem;border-bottom:1px solid rgba(255,215,0,.15);background:linear-gradient(180deg,rgba(255,215,0,.05) 0%,transparent 100%)}.cart-header h2{font-family:Geologica,sans-serif;color:#fff;font-size:1.75rem;margin:0;font-weight:600;background:linear-gradient(135deg,#fff,gold);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.cart-header .cart-close{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:50%;color:#fff;font-size:1.25rem;cursor:pointer;padding:.75rem;width:40px;height:40px;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.cart-header .cart-close:hover{background:#ffd70033;color:gold;transform:rotate(90deg) scale(1.1);border-color:#ffd7004d}.cart-content{flex:1;overflow-y:auto;display:flex;flex-direction:column}.cart-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;color:#b3b3b3;text-align:center}.cart-empty .cart-empty-icon-wrapper{width:100px;height:100px;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center;background:#ffd7000d;border-radius:50%;border:2px dashed rgba(255,215,0,.2)}.cart-empty .cart-empty-icon{font-size:3rem;color:#ffd7004d;animation:float 3s ease-in-out infinite}.cart-empty p{font-family:Geologica,sans-serif;font-size:1.2rem;color:#b3b3b3;margin:0}.cart-items{flex:1;padding:1.5rem;display:flex;flex-direction:column;gap:1rem;overflow-y:auto}.cart-items::-webkit-scrollbar{width:6px}.cart-items::-webkit-scrollbar-track{background:#ffffff0d;border-radius:3px}.cart-items::-webkit-scrollbar-thumb{background:#ffd7004d;border-radius:3px}.cart-items::-webkit-scrollbar-thumb:hover{background:#ffd70080}.cart-item{display:flex;gap:1rem;padding:1.25rem;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:16px;transition:all .3s ease;position:relative;overflow:hidden}.cart-item:before{content:"";position:absolute;top:0;left:0;width:3px;height:100%;background:linear-gradient(180deg,#ffd700 0%,transparent 100%);opacity:0;transition:opacity .3s ease}.cart-item:hover{background:#ffffff0f;border-color:#ffd70033;transform:translate(4px);box-shadow:0 4px 12px #0003}.cart-item:hover:before{opacity:1}.cart-item .cart-item-image{width:90px;height:90px;flex-shrink:0;border-radius:8px;overflow:hidden;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);position:relative}.cart-item .cart-item-image img{width:100%;height:100%;object-fit:contain;transition:transform .3s ease}.cart-item .cart-item-image:hover img{transform:scale(1.05)}.cart-item .cart-item-details{flex:1;display:flex;flex-direction:column;gap:.75rem;min-width:0}.cart-item .cart-item-details h3{font-family:Geologica,sans-serif;color:#fff;font-size:1rem;margin:0;line-height:1.4;font-weight:500;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cart-item .cart-item-details .cart-item-price{display:flex;align-items:baseline;gap:.75rem;flex-wrap:wrap}.cart-item .cart-item-details .cart-item-price .old-price{text-decoration:line-through;color:#b3b3b3;font-size:.9rem;opacity:.7}.cart-item .cart-item-details .cart-item-price .price{color:gold;font-weight:700;font-size:1.15rem;font-family:Geologica,sans-serif}.cart-item .cart-item-remove{background:#e639461a;border:1px solid rgba(230,57,70,.2);border-radius:50%;color:#b3b3b3;cursor:pointer;padding:.5rem;width:36px;height:36px;display:flex;align-items:center;justify-content:center;transition:all .3s ease;align-self:flex-start;flex-shrink:0}.cart-item .cart-item-remove:hover{background:#e6394633;border-color:#e6394666;color:#ff4757;transform:scale(1.1) rotate(90deg)}.cart-footer{padding:2rem 1.5rem;border-top:1px solid rgba(255,215,0,.15);background:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.3) 100%)}.cart-total{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding:1.25rem;background:#ffd7000d;border:1px solid rgba(255,215,0,.15);border-radius:8px}.cart-total span:first-child{font-family:Geologica,sans-serif;color:#fff;font-size:1.2rem;font-weight:500}.cart-total .total-price{font-family:Geologica,sans-serif;background:linear-gradient(135deg,gold,#ffed4e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:1.75rem;font-weight:700}.cart-actions{display:flex;gap:1rem;margin-bottom:1rem}.cart-actions button{flex:1;padding:1rem 1.5rem;border:none;border-radius:8px;font-family:Geologica,sans-serif;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;gap:.5rem;position:relative;overflow:hidden}.cart-actions button:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#fff3;transform:translate(-50%,-50%);transition:width .6s,height .6s}.cart-actions button:active:before{width:300px;height:300px}.cart-actions button.btn--primary{background:linear-gradient(135deg,gold,#ffed4e);color:#121212;box-shadow:0 4px 12px #ffd7004d}.cart-actions button.btn--primary:hover{background:linear-gradient(135deg,#ffed4e,gold);transform:translateY(-2px);box-shadow:0 6px 20px #ffd70066}.cart-actions button.btn--primary:active{transform:translateY(0)}.cart-actions button.btn--secondary{background:#ffffff14;color:#fff;border:1px solid rgba(255,255,255,.15)}.cart-actions button.btn--secondary:hover{background:#ffffff1f;border-color:#ffffff40;transform:translateY(-2px)}.cart-actions button.btn--secondary:active{transform:translateY(0)}.cart-note{font-size:.875rem;color:#b3b3b3;text-align:center;margin:0;font-style:italic;padding:.75rem;background:#ffd7000d;border-radius:10px;border:1px solid rgba(255,215,0,.1)}
