.header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);transition:all .3s ease;animation:slideDown .6s ease-out}.header__container{max-width:1800px;margin:0 auto;padding:0 1rem}.header--scrolled{background:#fffffffa;box-shadow:var(--shadow-md)}.header__content{display:flex;align-items:center;justify-content:space-between;padding:1rem 0;min-height:70px}.header__logo{flex-shrink:0;transition:all .3s ease}.header__logo:hover{transform:scale(1.05)}.header__logo:active{transform:scale(1.03)}.logo-container{display:flex;align-items:center;gap:.5rem;text-decoration:none}.logo-icon{display:flex;align-items:center;justify-content:center}.logo-icon svg{width:40px;height:40px}.header__nav{display:flex;align-items:center}.nav-list{display:flex;list-style:none;margin:0;padding:0;background:var(--nav-bg);border-radius:100px;padding:.85rem;gap:0}.nav-item{position:relative;animation:fadeInDown .6s ease-out both}.nav-item--active .nav-link{background:var(--primary-color);color:var(--text-white);border-radius:100px;margin:0;box-shadow:none}.nav-item--active .nav-link:hover{background:var(--primary-dark)}.nav-item--active .nav-link:active{background:var(--primary-darker)}.nav-link{color:var(--text-primary);text-decoration:none;font-size:.875rem;transition:background-color .2s ease,color .2s ease;padding:.55rem 1.2rem;border-radius:100px;display:block;white-space:nowrap}.nav-item:not(.nav-item--active) .nav-link:hover{color:var(--primary-color)}.nav-link:active{background:var(--primary-light)}.header__actions{display:flex;align-items:center;gap:1rem;animation:fadeInScale .6s ease-out .3s both}.action-btn{background:var(--primary-color);border:none;cursor:pointer;border-radius:50%;transition:all .3s ease;display:flex;align-items:center;justify-content:center;width:46px;height:46px;color:var(--text-white)}.action-btn:hover{background:var(--primary-dark);box-shadow:#00c85133 0 4px 20px;transform:scale(1.1)}.action-btn:active{background:var(--primary-darker);transform:scale(1.02)}.action-btn svg{width:24px;height:24px}.action-icon svg{width:100%;height:100%}.header__mobile-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem}.hamburger{display:block;width:24px;height:2px;background:var(--text-primary);position:relative;transition:all .3s ease}.hamburger:before,.hamburger:after{content:"";position:absolute;width:24px;height:2px;background:var(--text-primary);transition:all .3s ease}.hamburger:before{top:-8px}.hamburger:after{bottom:-8px}.hamburger--active{background:transparent}.hamburger--active:before{top:0;transform:rotate(45deg)}.hamburger--active:after{bottom:0;transform:rotate(-45deg)}.header__mobile-menu{background:var(--bg-primary);border-top:1px solid var(--border-light);overflow:hidden;animation:slideDown .3s ease-out}.mobile-nav{padding:1rem}.mobile-nav-list{list-style:none;margin:0;padding:0;margin-bottom:1rem}.mobile-nav-item{border-bottom:1px solid var(--border-light);animation:slideInLeft .3s ease-out both}.mobile-nav-item--active .mobile-nav-link{background:var(--primary-color);color:var(--bg-primary)}.mobile-nav-link{display:block;padding:1rem;color:var(--text-primary);text-decoration:none;transition:background-color .2s ease,color .2s ease}.mobile-nav-link:hover{background:var(--primary-lighter)}.mobile-nav-link:active{background:var(--primary-light)}.mobile-actions{display:flex;flex-direction:column;gap:.5rem}.mobile-action-btn{display:flex;align-items:center;gap:.75rem;background:none;border:none;cursor:pointer;padding:.75rem;border-radius:8px;transition:all .3s ease;color:var(--text-primary)}.mobile-action-btn svg{color:var(--primary-color);width:24px;height:24px}.mobile-action-btn:hover{background:var(--primary-lighter)}.mobile-action-btn:active{background:var(--primary-light)}.action-label{font-size:.875rem;text-transform:capitalize}@media (max-width: 1100px){.header__nav,.header__actions{display:none}.header__mobile-toggle{display:block}.header__content{padding:.75rem 0;min-height:60px}}@media (max-width: 480px){.header__content{padding:.5rem 0;min-height:50px}}@keyframes slideDown{0%{transform:translateY(-100%)}to{transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.card-button{position:absolute;bottom:16px;right:16px;width:45px;height:45px;background:var(--primary-color);border:none;border-radius:15px;display:flex;align-items:center;justify-content:center;color:var(--text-white);cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #10b9814d;z-index:9999}.card-button:hover{background:var(--primary-dark);transform:scale(1.1);box-shadow:0 6px 16px #10b98166}.card-button:active{transform:scale(.95);background:var(--primary-darker)}.card-button:disabled{opacity:.5;cursor:not-allowed;transform:none}.card-button:disabled:hover{background:var(--primary-color);transform:none;box-shadow:0 4px 12px #10b9814d}.card-button svg{width:14px;height:14px}.card-button--small{width:32px;height:32px;bottom:12px;right:12px;border-radius:12px}.card-button--small svg{width:12px;height:12px}.card-button--medium{width:45px;height:45px;bottom:16px;right:16px}.card-button--medium svg{width:14px;height:14px}.card-button--large{width:60px;height:60px;bottom:20px;right:20px}.card-button--large svg{width:20px;height:20px}.hero{position:relative;min-height:100vh;display:flex;align-items:start;padding:120px 0 90px;background:var(--bg-primary);overflow:hidden;opacity:0;transform:translateY(50px);transition:all .8s ease-out}.hero--visible{opacity:1;transform:translateY(0)}.hero__container{max-width:1800px;margin:0 auto;padding:0 1rem}.hero__info-content{position:relative;display:flex;flex-direction:column;gap:.5rem;align-items:center;background:var(--nav-bg);border-radius:30px 30px 0;padding:36px}.hero__info-content:before{content:"";position:absolute;bottom:-19px;right:470px;width:30px;height:25px;background:var(--nav-bg);-webkit-mask:radial-gradient(circle 20px at 0 100%,transparent 99%,black 100%);-webkit-mask-repeat:no-repeat;-webkit-mask-position:0 100%;-webkit-mask-size:20px 20px;-webkit-mask-composite:xor;mask-composite:exclude}.hero__info-content-after{position:absolute;bottom:-89px;right:0;width:480px;height:90px;background:var(--nav-bg);border-radius:0 0 30px 30px;display:flex;align-items:start;justify-content:center;z-index:10}.hero__info-content-after-text{padding:.7rem 2rem;color:var(--text-primary)}.hero__info-content-after-text h3{font-size:1.3rem;font-weight:600;margin:0 0 .3rem;line-height:1.2}.hero__info-content-after-text p{font-size:1.3rem;margin:0;line-height:1.2}.hero__info-content-first,.hero__info-content-second{display:flex;gap:.5rem;width:100%}.hero__info-content-first>*,.hero__info-content-second>*{flex:1;min-width:0}.hero__info{min-height:460px;border-radius:30px;background:var(--bg-primary);padding:1.8rem;display:flex;flex-direction:column;justify-content:space-between;width:100%;opacity:0;transform:translateY(30px);transition:all .6s ease-out}.hero--visible .hero__info{opacity:1;transform:translateY(0);transition-delay:.2s}.hero__info-title{font-size:2.25rem;font-weight:400;line-height:1.1;color:var(--text-primary);display:flex;flex-direction:row;gap:.5rem;align-items:end;opacity:0;transform:translateY(20px);transition:all .6s ease-out}.hero--visible .hero__info-title{opacity:1;transform:translateY(0);transition-delay:.1s}.hero__info-subtitle{font-size:1.3rem;color:var(--text-primary);margin:1rem 0;line-height:100%;opacity:0;transform:translateY(20px);transition:all .6s ease-out}.hero--visible .hero__info-subtitle{opacity:1;transform:translateY(0);transition-delay:.15s}.btn-cta{display:inline-flex;align-items:center;padding:1rem 2rem;font-size:1.25rem;box-shadow:0 4px 20px #00c85133;text-decoration:none;white-space:nowrap;transition:all .3s ease}.btn-cta:hover{transform:scale(1.05);box-shadow:0 10px 30px #00c8514d}.btn-cta:active{transform:scale(1)}.hero__info-bottom{display:flex;align-items:center;justify-content:space-between;gap:2rem;opacity:0;transform:translateY(20px);transition:all .6s ease-out}.hero--visible .hero__info-bottom{opacity:1;transform:translateY(0);transition-delay:.25s}.stats{display:flex;gap:2rem}.stat-item{display:flex;flex-direction:column;align-items:flex-start;gap:.3rem}.stat-value{font-size:2.5rem;font-weight:900;line-height:.6}.stat-label{font-size:1.3rem;line-height:100%}.product-images{display:flex;flex-wrap:nowrap}.product-image{width:71px;height:71px;background:var(--nav-bg);border:2px solid var(--border-white);border-radius:100px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;margin-left:-10px}.product-image img{max-width:90%;max-height:90%;object-fit:contain}.product-image:nth-child(1){z-index:6}.product-image:nth-child(2){z-index:5}.product-image:nth-child(3){z-index:4}.product-image:nth-child(4){z-index:3}.product-image:nth-child(5){z-index:2}.product-image:nth-child(6){z-index:1}.product-image:first-child{margin-left:0}.product-image:hover{border-color:var(--primary-color);transform:translateY(-2px);box-shadow:var(--shadow-md)}.hero__offers{background-size:cover;background-position:center;background-repeat:no-repeat;padding:1.8rem;border-radius:30px;min-height:460px;display:flex;flex-direction:column;justify-content:space-between;width:100%;opacity:0;transform:translateY(30px);transition:all .6s ease-out}.hero--visible .hero__offers{opacity:1;transform:translateY(0);transition-delay:.3s}.hero__offers-title{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.hero__offers-title-text{background:var(--bg-primary);padding:.8rem;border-radius:30px;font-size:1.3rem;font-weight:400;line-height:100%;color:var(--text-primary);text-wrap:nowrap}.hero__offers-logo{width:71px;height:44px;color:var(--bg-primary);display:flex;align-items:center;justify-content:center}.hero__offers-products-list{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,auto);gap:.5rem}.hero__offers-product{background:var(--bg-primary);border-radius:30px;cursor:pointer;padding:1rem;display:flex;align-items:center;gap:.5rem;box-sizing:border-box;border:3px solid transparent;transition:all .3s ease}.hero__offers-product:hover{transform:scale(1.02)}.hero__offers-product:active{transform:scale(1)}.hero__offers-product:hover{border-color:var(--primary-color)}.hero__offers-product-info{flex:1;display:flex;flex-direction:column;justify-content:center;gap:.5rem}.hero__offers-product-image{width:71px;height:76px;object-fit:contain}.hero__offers-product-name{font-size:1rem;line-height:100%}.hero__offers-product-price{font-size:1.3rem;font-weight:900;line-height:100%}.hero__offers-product-arrow{color:var(--text-primary);position:absolute;bottom:1rem;right:1rem}.hero__offers-product-content{display:flex;flex-direction:column;justify-content:space-between;align-items:center;position:relative}.hero__offers-product-inner{display:flex;align-items:center;gap:.5rem;width:100%;justify-content:center}.hero__cards-list{display:flex;flex-direction:row;gap:.5rem}.hero__cards-left,.hero__cards-right{display:flex;flex-direction:row;gap:.5rem;flex:1}.hero__card{position:relative;width:100%;max-width:440px;min-height:460px;height:460px;background:var(--bg-primary);border-radius:30px;padding:1.8rem;display:flex;flex:1;flex-direction:column;justify-content:space-between;box-sizing:border-box;opacity:0;transform:translateY(30px);transition:all .6s ease-out}.hero--visible .hero__card{opacity:1;transform:translateY(0)}.hero--visible .hero__card:nth-child(1){transition-delay:.3s}.hero--visible .hero__card:nth-child(2){transition-delay:.4s}.hero--visible .hero__card:nth-child(3){transition-delay:.5s}.hero--visible .hero__card:nth-child(4){transition-delay:.6s}.hero__first-card,.hero__fourth-card{position:relative;overflow:hidden;padding-bottom:0;background:linear-gradient(157deg,#126f78,#f000 70.71%),linear-gradient(218deg,#229669,#0f00 60.71%),linear-gradient(320deg,#d8dae3,#00f0 70.71%)}.hero__first-card .hero__card-header,.hero__fourth-card .hero__card-header{position:relative;z-index:2}.hero__first-card .hero__card-content,.hero__fourth-card .hero__card-content{position:relative;z-index:2;display:flex;justify-content:center;align-items:flex-end;flex:1;padding-bottom:0;margin-bottom:0}.hero__first-card .hero__card-title,.hero__fourth-card .hero__card-title{color:var(--text-white)}.hero__first-card:before,.hero__fourth-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:var(--card-background);background-size:cover;background-position:center bottom;background-repeat:no-repeat}.hero__card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.hero__card-title{font-size:1.6rem;font-weight:400;line-height:100%;max-width:250px;color:var(--text-primary)}.hero__card-content{flex:1}.hero__card-product{display:flex;align-items:center;gap:.5rem;padding:1rem;background:var(--nav-bg);border-radius:20px}.hero__first-card-product-image,.hero__fourth-card-product-image{object-fit:contain;max-width:100%;max-height:100%;transform:rotate(-15deg) translate(-20px,60px)}.hero__card-product-info{flex:1;display:flex;flex-direction:column;gap:.3rem}.hero__card-product-name{font-size:1rem;line-height:100%;color:var(--text-primary)}.hero__card-product-price{font-size:1rem;font-weight:900;line-height:100%;color:var(--text-primary)}.hero__second-card{background-size:100%;background-position:center;background-repeat:no-repeat}.hero__second-card-bottom{display:flex;flex-direction:row;justify-content:space-between;gap:.5rem}.hero__second-card-bottom-social-links{display:flex;flex-direction:row;justify-content:center;gap:.5rem}.hero__social-link{background:var(--bg-primary);color:var(--primary-color);padding:.6rem;border-radius:50%;display:flex;align-items:center;justify-content:center;height:45px;width:45px;cursor:pointer;transition:all .3s ease}.hero__social-link:hover{background:var(--primary-dark);color:var(--text-white);transform:scale(1.05)}.hero__social-link:active{background:var(--primary-darker);color:var(--text-white);transform:scale(1)}.hero__social-email-link{background:var(--bg-primary);color:var(--primary-color);padding:1rem;border-radius:100px;font-size:1.3rem;font-weight:400;display:flex;align-items:center;justify-content:center;height:45px;cursor:pointer;text-decoration:none;transition:all .3s ease}.hero__social-email-link:hover{background:var(--primary-dark);color:var(--text-white);transform:scale(1.05)}.hero__social-email-link:active{background:var(--primary-darker);color:var(--text-white);transform:scale(1)}.hero__third-card{background:var(--bg-primary);overflow:clip}.hero__offers-title-third-text{background:var(--nav-bg);padding:.8rem;border-radius:30px;font-size:1.3rem;font-weight:400;line-height:100%;color:var(--text-primary);text-wrap:nowrap}.hero__offers-logo-third{color:var(--text-primary);background:var(--nav-bg);padding:.6rem;border-radius:50%;width:45px;height:45px;font-size:1.3rem;font-weight:400;display:flex;align-items:center;justify-content:center}.hero__third-card-bottom-button{display:flex;align-items:end;justify-content:space-between;gap:.5rem}.hero__third-card-bottom-button a{color:var(--text-primary);cursor:pointer;text-decoration:none;font-size:1.3rem;font-weight:400;display:flex;align-items:center;justify-content:start;gap:.5rem;transition:all .3s ease;position:relative}.hero__third-card-bottom-button a:hover{transform:scale(1.05)}.hero__third-card-bottom-button a:hover:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background:var(--text-primary);border-radius:1px}.hero__third-card-bottom-button a:active{transform:scale(.95)}.hero__third-card-product-image{transform:translate(20px,30px);max-width:100%;max-height:100%;object-fit:contain}.hero__fourth-card-product-image{transform:translate(-20px)}@media (max-width: 1640px){.hero__social-email-link{font-size:1.1rem}}@media (max-width: 1024px) and (min-width: 768px){.hero__cards-list,.hero__cards-left,.hero__cards-right{flex-direction:row}}@media (max-width: 1540px){.hero__social-email-link{font-size:1rem}.hero__offers-logo{width:45px;height:45px}}@media (max-width: 1410px){.product-image{width:60px;height:60px}.hero__first-card-product-image{transform:rotate(-15deg) translate(-20px,30px)}}@media (max-width: 1277px){.hero__info-content-first,.hero__info-content-second{flex-direction:column}.hero__info-content-first>*,.hero__info-content-second>*{width:100%}.hero__cards-list{flex-direction:column}.hero__cards-left,.hero__cards-right{flex-direction:row}.hero__first-card-product-image{transform:rotate(-15deg) translate(-20px,10px)}.hero__card{max-width:none}.hero__content{grid-template-columns:1fr;gap:3rem}.hero__title{font-size:2.5rem}}@media (max-width: 768px){.hero{padding:80px 0}.hero__info-content{padding:20px;gap:.5rem}.hero__info-content:after{width:120px;height:40px;bottom:-40px}.hero__info-content:before{width:30px;height:20px;right:350px;bottom:-19px;-webkit-mask-size:20px 20px}.hero__info-content-after{width:360px;height:60px;bottom:-59px}.hero__info-content-after-text{padding:.7rem 1.2rem}.hero__info-content-after-text h3,.hero__info-content-after-text p{font-size:1rem}.hero__info-content-first,.hero__info-content-second{gap:.5rem}.hero__info{padding:1.2rem}.hero__offers{padding:1.2rem;min-height:auto}.hero__info-title{font-size:1.5rem;flex-direction:column;gap:.5rem;margin-bottom:.5rem;align-items:flex-start}.hero__info-subtitle{font-size:1rem}.btn-cta{padding:.8rem 1.5rem;font-size:1rem}.hero__info-bottom{flex-direction:column;gap:1.5rem;align-items:flex-start}.stats{gap:1rem}.stat-value{font-size:1.5rem}.stat-label{font-size:1rem}.product-images{gap:.5rem}.product-image{width:45px;height:45px;margin-left:-5px}.hero__offers-title-text,.hero__offers-title-third-text{font-size:1rem;padding:.6rem}.hero__offers-products-list{grid-template-columns:1fr}.hero__offers-product{padding:.8rem}.hero__offers-product-image{width:50px;height:55px}.hero__offers-product-name,.hero__offers-product-price{font-size:1rem}.hero__card{padding:1.2rem;height:auto}.hero__first-card{padding-bottom:0}.hero__first-card .hero__card-content{padding-bottom:0;margin-bottom:0}.hero__third-card-bottom-button a,.hero__card-title{font-size:1rem}.hero__card-product{padding:.8rem}.hero__card-product-image{width:50px;height:50px}.hero__card-product-name{font-size:.8rem}.hero__card-product-price{font-size:1rem}.hero__cards-left,.hero__cards-right{flex-direction:column}}@media (max-width: 480px){.hero{padding:80px 0}.hero__info-content{padding:20px;gap:.5rem}.hero__info-content:after{width:120px;height:40px;bottom:-40px}.hero__info-content:before{width:30px;height:20px;right:260px;bottom:-19px;-webkit-mask-size:20px 20px}.hero__info-content-after{width:270px;height:60px;bottom:-59px}.hero__info-content-after-text h3{font-size:.8rem}.hero__info-content-after-text p{font-size:.7rem}.hero__info,.hero__offers{padding:1rem}.hero__info-title{font-size:1.3rem}.hero__info-subtitle{font-size:1rem}.btn-cta{padding:.7rem 1.2rem;font-size:1rem}.stats{gap:.8rem}.stat-value{font-size:1.3rem}.stat-label{font-size:1rem}.product-image{width:40px;height:40px;margin-left:-3px}.hero__offers-title-text{font-size:1rem;padding:.5rem}.hero__offers-product{padding:.6rem}.hero__offers-product-image{width:45px;height:50px}.hero__offers-product-name{font-size:.8rem}.hero__offers-product-price{font-size:1rem}.hero__first-card-product-image{transform:rotate(-15deg) translate(-20px,10px)}.hero__card{padding:1rem}.hero__card-title{font-size:1rem}.hero__card-product{padding:.6rem}.hero__card-product-image{width:45px;height:45px}.hero__card-product-name{font-size:.75rem}.hero__card-product-price{font-size:.8rem}.hero__first-card{padding-bottom:0}.hero__first-card .hero__card-content{padding-bottom:0;margin-bottom:0}}@media (max-width: 320px){.hero__first-card-product-image{transform:rotate(-15deg) translate(-20px,5px)}}.product-card{background:var(--nav-bg);border-radius:30px;padding:24px;position:relative;min-height:200px;display:flex;flex-direction:column;justify-content:space-between;flex:1;opacity:1;transform:translateY(0);transition:all .6s ease-out}.popular-products--visible .product-card{opacity:1;transform:translateY(0)}.product-card--area-a,.product-card--area-c,.product-card--area-f,.product-card--area-p{position:relative;overflow:hidden;padding-bottom:0}.product-card--area-a .product-card__header,.product-card--area-c .product-card__header,.product-card--area-f .product-card__header,.product-card--area-p .product-card__header{position:relative;z-index:2}.product-card__header{display:flex;align-items:center;gap:12px;margin-bottom:0;flex-shrink:0}.product-card__icon{height:45px;width:45px;background:var(--bg-primary);color:var(--primary-color);border-radius:50%;padding:.6rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.product-card__icon svg{width:22px;height:22px}.product-card__title{font-size:1.6rem;line-height:1.1;color:var(--text-primary);margin:0}.product-card__description-wrapper{flex-shrink:0;margin-top:auto;padding-left:57px}.product-card__description{font-size:1.3rem;color:var(--text-primary);line-height:1.1;margin:0}.product-card__content{position:relative;z-index:2;display:flex;justify-content:center;align-items:flex-end;flex:1;padding-bottom:0;margin-bottom:0}.product-card__product-image{object-fit:contain;max-width:100%;max-height:390px}.product-card__button-link{position:absolute;bottom:16px;right:16px;text-decoration:none}@media (max-width: 970px){.product-card{padding:20px}.product-card__title{font-size:1.2rem}.product-card__description{font-size:1rem}.product-card__product-image{transform:translateY(60px)}}@media (max-width: 480px){.product-card{padding:16px}.product-card__header{margin-bottom:30px}}.popular-products{padding-bottom:90px;opacity:0;transform:translateY(50px);transition:all .8s ease-out}.popular-products--visible{opacity:1;transform:translateY(0)}.popular-products__title{font-size:2.25rem;font-weight:400;line-height:initial;margin-bottom:30px;color:var(--text-primary);opacity:0;transform:translateY(20px);transition:all .6s ease-out}.popular-products--visible .popular-products__title{opacity:1;transform:translateY(0);transition-delay:.1s}.popular-products__container{max-width:1800px;margin:0 auto;padding:0 3rem}.popular-products__grid{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(4,1fr);grid-template-areas:"A B B C" "A D D C" "F D D P" "F G G P";gap:.5rem;margin:0 auto;min-height:1000px}.product-card--area-a{grid-area:A}.product-card--area-b{grid-area:B}.product-card--area-c{grid-area:C}.popular-products__banner--area-d{grid-area:D}.product-card--area-f{grid-area:F}.product-card--area-g{grid-area:G}.product-card--area-p{grid-area:P}.popular-products__banner{border-radius:30px;display:flex;height:500px;align-items:center;justify-content:center;position:relative;overflow:hidden;opacity:0;transform:scale(.9);transition:all .8s ease-out;background-position:center center;background-size:cover;background-repeat:no-repeat}.popular-products--visible .popular-products__banner{opacity:1;transform:scale(1);transition-delay:.3s}.popular-products__banner-content{position:relative;z-index:2;text-align:center;padding:20px}.popular-products__banner-title{font-size:2.25rem;line-height:1;color:var(--text-white);margin:0;padding:24px;border-radius:30px;background:#ffffff4d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.popular-products--visible .product-card:nth-of-type(1){transition-delay:.1s}.popular-products--visible .product-card:nth-of-type(2){transition-delay:.2s}.popular-products--visible .product-card:nth-of-type(3){transition-delay:.3s}.popular-products--visible .product-card:nth-of-type(5){transition-delay:.5s}.popular-products--visible .product-card:nth-of-type(6){transition-delay:.6s}.popular-products--visible .product-card:nth-of-type(7){transition-delay:.7s}@media (max-width: 1277px){.popular-products{padding:60px 0}.popular-products__title{font-size:2.25rem;margin-bottom:40px}.popular-products__grid{grid-template-columns:1fr;grid-template-rows:repeat(7,auto);grid-template-areas:"A" "B" "C" "D" "F" "G" "P";gap:16px}.popular-products__banner{min-height:120px}}@media (max-width: 480px){.popular-products{padding:40px 0}.popular-products__title{font-size:1.8rem;margin-bottom:30px}.popular-products__banner-title{font-size:1.8rem;padding:16px}}@font-face{font-family:Gilroy-Medium;src:url(/test-cryptoro/fonts/Gilroy-Medium.woff) format("woff"),url(/test-cryptoro/fonts/Gilroy-Medium.ttf) format("truetype"),local("Inter"),local("Arial"),local("sans-serif");font-weight:400;font-style:normal;font-display:swap}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Gilroy-Medium,sans-serif;font-weight:400;line-height:1.6;color:#333;background:#fff;overflow-x:hidden}:root{--primary-color: #17be79;--primary-dark: #14a06a;--primary-darker: #0f8a5a;--primary-light: #e8f8f2;--primary-lighter: #f0fcf7;--secondary-color: #2e7d32;--accent-color: #4caf50;--text-primary: #272b37;--text-secondary: #6c757d;--text-light: #adb5bd;--text-white: #ffffff;--bg-primary: #ffffff;--bg-secondary: #f8f9fa;--bg-card: #ffffff;--border-color: #dee2e6;--border-light: #e9ecef;--border-white: #ffffff;--nav-bg: #e9edf3;--gradient-primary: linear-gradient(135deg, #17be79 0%, #14a06a 100%);--gradient-secondary: linear-gradient(135deg, #e8f8f2 0%, #d4f2e3 100%);--gradient-dark: linear-gradient(135deg, #14a06a 0%, #0f8a5a 100%);--shadow-sm: 0 2px 4px rgba(0, 0, 0, .1);--shadow-md: 0 4px 8px #0000001a;--shadow-lg: 0 8px 16px rgba(0, 0, 0, .1);--shadow-xl: 0 12px 24px rgba(0, 0, 0, .1)}.app{animation:fadeIn .5s ease-out}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border:none;border-radius:30px;text-decoration:none;cursor:pointer;transition:all .3s ease;font-size:1.2rem;gap:.5rem}.btn-primary{background:var(--primary-color);color:#fff}.btn-primary:hover{background:var(--primary-dark);transform:scale(1.05);box-shadow:var(--shadow-lg)}.btn-primary:active{background:var(--primary-darker);transform:scale(1.02)}.btn-secondary{background:transparent;color:var(--text-primary);border:1px solid var(--border-color)}.btn-secondary:hover{background:var(--bg-secondary);border-color:var(--primary-color)}.btn-arrow{padding:.5rem;border-radius:50%;background:var(--primary-color);color:#fff;border:none;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.btn-arrow:hover{background:var(--primary-dark);transform:scale(1.1)}.btn-arrow:active{background:var(--primary-darker);transform:scale(1.02)}.loading-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;background:var(--bg-primary);color:var(--text-primary);animation:fadeIn .5s ease-out}.loading-spinner{width:60px;height:60px;border:6px solid var(--border-color);border-top:6px solid var(--primary-color);border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){.container{padding:0 .75rem}.btn{padding:.625rem 1.25rem;font-size:.8rem}}@media (max-width: 480px){.container{padding:0 .5rem}.btn{padding:.5rem 1rem;font-size:.75rem}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--primary-color)}
