:root{--success:#10b981;--primary:#e91e63;--primary-dark:#c2185b;--secondary:#00bcd4;--dark:#1a1a2e;--gray:#6b7280;--light-gray:#f3f4f6;--white:#fff;--gradient:linear-gradient(135deg,#e91e63 0%,#ff5722 100%);--shadow:0 4px 6px -1px rgb(0 0 0 / 0.1);--shadow-lg:0 10px 15px -3px rgb(0 0 0 / 0.1);--radius:12px;--radius-lg:20px}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;overflow-x:hidden}body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,sans-serif;line-height:1.6;color:var(--dark);background:var(--white);overflow-x:hidden}img,video{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit}ul,ol{list-style:none}button{cursor:pointer;border:none;background:none;font:inherit}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 20px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.top-bar{background:#fff;color:var(--dark);padding:10px 0;border-bottom:1px solid #e5e7eb}.top-bar__inner{display:flex;align-items:center;justify-content:space-between;max-width:1320px;margin:0 auto;padding:0 24px}.top-bar__text{font-size:.9rem;font-weight:500}.top-bar__btn{display:flex;align-items:center;gap:6px;background:var(--primary);padding:8px 20px;border-radius:50px;font-size:.85rem;font-weight:600;color:#fff;transition:all .3s ease}.top-bar__btn:hover{background:var(--primary-dark)}.secondary-bar{background:#fff;border-bottom:1px solid #f3f4f6;padding:8px 0}.secondary-bar__inner{display:flex;align-items:center;justify-content:space-between;max-width:1320px;margin:0 auto;padding:0 24px}.secondary-bar__left{display:flex;align-items:center;gap:16px}.secondary-bar__contact{display:flex;align-items:center;gap:6px;font-size:.85rem;color:var(--gray)}.secondary-bar__contact svg{width:16px;height:16px}.secondary-bar__right{display:flex;align-items:center;gap:20px}.secondary-bar__link{font-size:.85rem;color:var(--gray);font-weight:500;transition:color .2s}.secondary-bar__link:hover{color:var(--primary)}.secondary-bar__link--highlight{color:var(--primary)}.header{position:sticky;top:0;z-index:1000;background:#fff;border-bottom:1px solid #e5e7eb}.header__inner{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;max-width:1320px;margin:0 auto;gap:24px}.logo{display:flex;align-items:center;gap:4px;font-size:1.8rem;font-weight:800;color:var(--dark);text-decoration:none}.logo__icon{width:44px;height:44px}.logo__text{color:var(--dark)}.logo__text span{color:var(--primary)}.search-box{display:flex;align-items:center;background:#f8f9fa;border:1px solid #e5e7eb;border-radius:12px;padding:0 4px 0 20px;gap:12px;max-width:400px;flex:1;height:48px}.search-box:focus-within{border-color:var(--primary)}.search-box__icon{display:none}.search-box__input{border:none;background:transparent;outline:none;width:100%;font-size:.9rem;color:var(--dark)}.search-box__input::placeholder{color:#9ca3af}.search-box__btn{background:var(--primary);color:var(--white);width:40px;height:40px;border-radius:10px;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;flex-shrink:0}.search-box__btn:hover{background:#d81b60}.search-box__btn svg{width:18px;height:18px}.header__actions{display:flex;align-items:center;gap:12px;padding:8px 16px;background:linear-gradient(135deg,rgba(255,255,255,.9),rgba(253,242,248,.6));backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:20px;border:1px solid rgba(233,30,99,.1)}.header__action-btn{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:14px;background:#fff;border:1px solid #f0f0f0;box-shadow:0 2px 8px rgba(0,0,0,.04);transition:all .3s ease;position:relative;cursor:pointer;color:var(--dark)}.header__action-btn:hover{border-color:var(--primary);box-shadow:0 4px 20px rgba(233,30,99,.2);transform:translateY(-2px)}.header__action-btn:hover .header__icon{color:var(--primary)}.header__icon{width:20px;height:20px;transition:all .3s ease}.badge{position:absolute;top:-4px;right:-4px;min-width:20px;height:20px;padding:0 6px;background:var(--primary);color:#fff;font-size:.7rem;font-weight:700;border-radius:10px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px rgba(233,30,99,.4)}.main-nav{background:#fff;padding:0;border-bottom:1px solid #e5e7eb}.main-nav__inner{display:flex;align-items:center;justify-content:flex-start;gap:0;max-width:1320px;margin:0 auto;padding:0 24px}.nav__link{font-size:.95rem;font-weight:500;color:var(--gray);padding:20px 32px;transition:all .3s ease;display:flex;align-items:center;gap:10px;position:relative;overflow:hidden}.nav__link::before{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%) scaleX(0);width:40px;height:3px;background:var(--primary);border-radius:3px 3px 0 0;transition:transform .3s ease}.nav__link:hover{color:var(--primary)}.nav__link:hover::before{transform:translateX(-50%) scaleX(1)}.nav__link--active{color:var(--primary)}.nav__link--active::before{transform:translateX(-50%) scaleX(1);width:100%;background:linear-gradient(90deg,transparent,var(--primary),transparent)}.nav__link svg{width:20px;height:20px;transition:transform .3s ease}.nav__link:hover svg{transform:scale(1.1)}.nav__dropdown{position:relative}.nav__dropdown-toggle{font-size:.95rem;font-weight:500;color:var(--gray);padding:20px 32px;transition:all .3s ease;display:flex;align-items:center;gap:10px;position:relative;cursor:pointer;background:none;border:none}.nav__dropdown-toggle svg{width:20px;height:20px;transition:transform .3s ease}.nav__dropdown-toggle .dropdown-arrow{width:14px;height:14px;transition:transform .3s ease}.nav__dropdown:hover .nav__dropdown-toggle,.nav__dropdown.active .nav__dropdown-toggle{color:var(--primary)}.nav__dropdown:hover .dropdown-arrow,.nav__dropdown.active .dropdown-arrow{transform:rotate(180deg)}.nav__dropdown-menu{position:absolute;top:100%;left:0;min-width:220px;background:#fff;border-radius:12px;box-shadow:0 10px 40px rgba(0,0,0,.15);opacity:0;visibility:hidden;transform:translateY(10px);transition:all .3s ease;z-index:1000;padding:8px 0}.nav__dropdown:hover .nav__dropdown-menu,.nav__dropdown.active .nav__dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.nav__dropdown-item{display:flex;align-items:center;gap:12px;padding:12px 20px;color:var(--dark);font-size:.9rem;font-weight:500;transition:all .2s ease;cursor:pointer}.nav__dropdown-item svg{width:20px;height:20px;pointer-events:none}.nav__dropdown-item:hover{background:rgba(233,30,99,.08);color:var(--primary)}.nav__dropdown-item--instagram svg,.nav__dropdown-item--tiktok svg,.nav__dropdown-item--youtube svg,.nav__dropdown-item--twitter svg,.nav__dropdown-item--twitter-x- svg,.nav__dropdown-item--telegram svg,.nav__dropdown-item--spotify svg,.nav__dropdown-item--facebook svg,.nav__dropdown-item--twitch svg,.nav__dropdown-item--kick svg{fill:currentColor}.nav__dropdown-item--instagram svg{color:#e4405f}.nav__dropdown-item--tiktok svg{color:#000}.nav__dropdown-item--youtube svg{color:red}.nav__dropdown-item--twitter svg{color:#000}.nav__dropdown-item--twitter-x- svg{color:#000}.nav__dropdown-item--telegram svg{color:#08c}.nav__dropdown-item--spotify svg{color:#1db954}.nav__dropdown-item--facebook svg{color:#1877f2}.nav__dropdown-item--twitch svg{color:#9146ff}.nav__dropdown-item--kick svg{color:#53fc18}.nav__dropdown-item--info svg,.nav__dropdown-item--info svg path,.nav__dropdown-item--info svg circle,.nav__dropdown-item--info svg rect,.nav__dropdown-item--info svg polyline,.nav__dropdown-item--info svg line{stroke:#e91e63!important;color:#e91e63!important}.header__divider{width:1px;height:28px;background:linear-gradient(180deg,transparent,#e5e7eb,transparent);margin:0 8px}.header__user-btn{display:flex;align-items:center;gap:10px;padding:8px 16px 8px 8px;background:var(--gradient);border-radius:14px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px rgba(233,30,99,.3)}.header__user-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(233,30,99,.4)}.header__user-avatar{width:32px;height:32px;border-radius:10px;background:rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center}.header__user-avatar svg{width:18px;height:18px;color:var(--white)}.header__user-text{color:var(--white);font-size:.85rem;font-weight:600}.hero{padding:40px 0 60px;background:linear-gradient(135deg,#fff 0%,#fdf2f8 50%,#fce7f3 100%);position:relative;overflow:hidden}.hero::before{content:'';position:absolute;top:-50%;right:-20%;width:800px;height:800px;background:radial-gradient(circle,rgba(233,30,99,.08) 0%,transparent 70%);border-radius:50%;pointer-events:none}.hero::after{content:'';position:absolute;bottom:-30%;left:-10%;width:600px;height:600px;background:radial-gradient(circle,rgba(255,87,34,.06) 0%,transparent 70%);border-radius:50%;pointer-events:none}.hero__inner{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:1}.hero__content{position:relative}.hero__badge{display:inline-flex;align-items:center;margin-bottom:26px}.hero__badge-icon{display:inline-flex;align-items:center;padding:12px 20px;background:linear-gradient(135deg,#fff 0%,#fdf2f8 100%);border:2px dashed rgba(233,30,99,.4);border-radius:50px;font-size:.9rem;font-weight:600;color:var(--primary);position:relative;box-shadow:0 2px 8px rgba(233,30,99,.1)}.hero__badge-icon::before{content:'';position:absolute;inset:-4px;border:1px solid rgba(233,30,99,.15);border-radius:54px;pointer-events:none}.hero__badge-text{letter-spacing:.5px;background:linear-gradient(135deg,var(--primary) 0%,#c2185b 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.mobile-fixed-badge{display:none}.hero__title{font-size:3.5rem;font-weight:800;line-height:1.15;margin-bottom:28px;color:var(--dark);letter-spacing:-.03em;font-family:'Inter',system-ui,-apple-system,sans-serif}.hero__title span{position:relative;color:var(--primary);font-weight:800}.hero__title span::after{content:'';position:absolute;left:0;bottom:4px;width:100%;height:10px;background:rgba(233,30,99,.15);border-radius:2px;z-index:-1}.hero__title strong{font-weight:800}.hero__desc{font-size:1.2rem;color:var(--gray);margin-bottom:36px;max-width:520px;line-height:1.7}.hero__cta-row{display:flex;align-items:center;gap:20px}.hero__rating-box{display:inline-flex;align-items:center;gap:10px;padding:14px 24px;background:linear-gradient(135deg,#fef9c3 0%,#fef08a 100%);border-radius:50px;border:1px solid rgba(250,204,21,.4);transition:all .3s ease}.hero__rating-box:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(250,204,21,.3)}.hero__stars{display:flex;gap:3px}.hero__star{width:22px;height:22px;color:#f59e0b}.hero__rating-score{display:flex;align-items:center;gap:6px;padding-left:10px;border-left:1px solid rgba(245,158,11,.3)}.hero__rating-number{font-size:1.25rem;font-weight:800;color:#92400e;line-height:1}.hero__rating-label{font-size:.9rem;font-weight:600;color:#a16207}.hero__video-btn{display:flex;align-items:center;gap:12px;padding:10px 24px 10px 10px;background:transparent;border:none;cursor:pointer;transition:all .3s ease}.hero__video-btn:hover{transform:translateX(5px)}.hero__video-btn-icon{width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#e91e63 0%,#9c27b0 100%);border-radius:50%;position:relative;transition:all .4s ease;box-shadow:0 4px 20px rgba(233,30,99,.4)}.hero__video-btn-icon::before{content:'';position:absolute;inset:-4px;border-radius:50%;border:2px solid rgba(233,30,99,.3);animation:pulse-ring 2s ease-out infinite}.hero__video-btn-icon::after{content:'';position:absolute;inset:-10px;border-radius:50%;border:1px solid rgba(233,30,99,.15);animation:pulse-ring 2s ease-out infinite .5s}@keyframes pulse-ring{0%{transform:scale(1);opacity:1}100%{transform:scale(1.3);opacity:0}}.hero__video-btn:hover .hero__video-btn-icon{transform:scale(1.1);box-shadow:0 8px 30px rgba(233,30,99,.5)}.hero__video-btn-icon svg{width:18px;height:18px;color:#fff;margin-left:3px;position:relative;z-index:1;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}.hero__video-btn-text{font-size:.95rem;font-weight:600;color:var(--dark);transition:color .3s ease}.hero__video-btn:hover .hero__video-btn-text{color:var(--primary)}.hero__media{position:relative;display:flex;align-items:center;justify-content:center}.hero__image{position:relative;width:100%;max-width:320px}.hero__image-poster{width:100%;height:auto;display:block}.platforms{padding:80px 0;background:#fff;overflow:hidden;max-width:100%}.section__header{display:flex;align-items:center;gap:10px;margin-bottom:28px;padding-bottom:12px;border-bottom:none;position:relative}.section__icon{width:24px;height:24px;color:var(--primary)}.section__title{font-size:1.25rem;font-weight:700;color:var(--dark);margin:0}.platforms__grid{display:grid;grid-template-columns:repeat(8,1fr);gap:20px;margin-bottom:24px}.platform-card{display:flex;flex-direction:column;align-items:center;gap:16px;padding:32px 20px;border-radius:24px;background:linear-gradient(145deg,#fff 0%,#fafafa 100%);border:1px solid rgba(0,0,0,.04);transition:all .4s cubic-bezier(.175,.885,.32,1.275);cursor:pointer;position:relative}.platform-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 20px 40px -10px var(--platform-shadow)}.platform-card--instagram{--platform-bg:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);--platform-shadow:rgba(225,48,108,.4)}.platform-card--tiktok{--platform-bg:linear-gradient(135deg,#25f4ee,#fe2c55,#000);--platform-shadow:rgba(0,0,0,.3)}.platform-card--twitter{--platform-bg:#000;--platform-shadow:rgba(0,0,0,.3)}.platform-card--youtube{--platform-bg:linear-gradient(135deg,red,#c00);--platform-shadow:rgba(255,0,0,.35)}.platform-card--threads{--platform-bg:#000;--platform-shadow:rgba(0,0,0,.3)}.platform-card--facebook{--platform-bg:linear-gradient(135deg,#1877f2,#0c5dc7);--platform-shadow:rgba(24,119,242,.4)}.platform-card--spotify{--platform-bg:linear-gradient(135deg,#1db954,#169c46);--platform-shadow:rgba(29,185,84,.4)}.platform-card--twitch{--platform-bg:linear-gradient(135deg,#9146ff,#772ce8);--platform-shadow:rgba(145,70,255,.4)}.platform-card__icon{width:64px;height:64px;padding:16px;border-radius:18px;background:var(--platform-bg);color:var(--white);transition:all .4s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 8px 20px -6px var(--platform-shadow)}.platform-card:hover .platform-card__icon{transform:scale(1.15) rotate(-5deg);box-shadow:0 15px 30px -8px var(--platform-shadow)}.platform-card__name{font-size:.85rem;font-weight:700;color:var(--dark);overflow:visible;white-space:normal;text-overflow:unset}.platforms__cta{text-align:center}.btn{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;border-radius:50px;font-weight:600;font-size:.9rem;transition:all .3s ease}.btn--outline{border:2px solid var(--light-gray);color:var(--gray)}.btn--outline:hover{border-color:var(--primary);color:var(--primary)}.btn--primary{background:var(--gradient);color:var(--white)}.btn--primary:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.why-section{padding:100px 0;background:#fdf2f8}.why-section__inner{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.why-section__badge{display:inline-flex;align-items:center;gap:8px;background:#fff;padding:8px 16px;border-radius:50px;font-size:.85rem;font-weight:600;color:var(--primary);margin-bottom:20px;box-shadow:0 2px 12px rgba(233,30,99,.15)}.why-section__badge svg{width:16px;height:16px}.why-section__title{font-size:2.5rem;font-weight:800;color:var(--dark);margin-bottom:20px;line-height:1.2}.why-section__desc{color:var(--gray);margin-bottom:32px;line-height:1.8;font-size:1.05rem}.why-section__features{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:32px}.feature-tag{display:flex;align-items:center;gap:10px;font-size:.95rem;color:var(--dark);font-weight:500;background:#fff;padding:14px 18px;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.04)}.feature-tag__icon{width:20px;height:20px;color:var(--primary)}.why-section__image{position:relative}.why-section__image img{border-radius:24px;box-shadow:0 25px 50px -12px rgba(0,0,0,.15)}.best-sellers{padding:100px 0;background:#fff}.best-sellers__header{text-align:center;margin-bottom:50px}.best-sellers__badge{display:inline-flex;align-items:center;gap:10px;background:linear-gradient(135deg,#fdf2f8,#fce7f3);padding:14px 28px;border-radius:50px;font-size:1.5rem;font-weight:700;color:var(--primary)}.best-sellers__title{font-size:2.5rem;font-weight:800;color:var(--dark)}.tabs{display:flex;justify-content:center;gap:16px;margin-bottom:50px;flex-wrap:wrap}.tab{display:flex;align-items:center;gap:10px;padding:16px 28px;border-radius:50px;background:linear-gradient(145deg,#fff 0%,#fafafa 100%);color:var(--gray);font-size:.95rem;font-weight:600;transition:all .4s cubic-bezier(.175,.885,.32,1.275);border:1px solid rgba(0,0,0,.04);box-shadow:0 4px 15px rgba(0,0,0,.04)}.tab:hover{transform:translateY(-3px);box-shadow:0 8px 25px rgba(0,0,0,.1)}.tab--active{background:var(--dark);color:#fff;border-color:var(--dark);box-shadow:0 8px 25px rgba(0,0,0,.2)}.tab--active:hover{background:var(--primary);border-color:var(--primary);box-shadow:0 8px 25px rgba(233,30,99,.3)}.tab__icon{width:24px;height:24px}.products__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.product-card{background:#fff;border-radius:24px;padding:20px;display:flex;flex-direction:column;gap:16px;border:2px solid #f3f4f6;transition:all .3s ease;position:relative;overflow:hidden}.product-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--primary),#ff6b9d);opacity:0;transition:opacity .3s ease}.product-card:hover{border-color:var(--primary);box-shadow:0 15px 40px -10px rgba(233,30,99,.25)}.product-card:hover::before{opacity:1}.product-card__info{display:flex;align-items:center;gap:14px}.product-card__icon{width:48px;height:48px;padding:12px;border-radius:12px;background:#000;color:#fff}.product-card__icon--tiktok{background:#000}.product-card__icon--instagram{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888)}.product-card__icon--youtube{background:red}.product-card__icon--twitter{background:#000}.product-card__details{display:flex;flex-direction:column;gap:2px}.product-card__platform{font-size:.7rem;font-weight:700;color:var(--primary);text-transform:uppercase;letter-spacing:1px}.product-card__amount{font-size:1.1rem;font-weight:700;color:var(--dark)}.product-card__action{display:flex;align-items:center;justify-content:space-between;padding-top:16px;border-top:1px solid #f3f4f6}.product-card__price{font-size:1.5rem;font-weight:800;color:var(--dark)}.product-card__price small{font-size:.8rem;font-weight:500;color:var(--gray)}.product-card__btn{background:linear-gradient(135deg,var(--primary),#ff6b9d);color:var(--white);padding:14px 28px;border-radius:50px;font-size:.85rem;font-weight:700;transition:all .3s ease;box-shadow:0 4px 15px rgba(233,30,99,.3)}.product-card__btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(233,30,99,.4)}.stats{background:#fdf2f8;padding:80px 0;overflow:visible}.stats__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;padding-top:10px}.stat-item{text-align:center;background:#fff;border-radius:24px;padding:36px 24px;border:2px solid #eee;transition:all .3s ease;position:relative;overflow:visible}.stat-item:hover{border-color:var(--primary);transform:translateY(-5px);box-shadow:0 0 0 4px rgba(233,30,99,.1) , 0 20px 40px -15px rgba(233,30,99,.2)}.stat-item__icon{width:64px;height:64px;padding:16px;background:linear-gradient(135deg,var(--primary),#ff6b9d);border-radius:50%;color:#fff;margin:0 auto 20px;box-shadow:0 10px 25px -5px rgba(233,30,99,.4)}.stat-item__content{display:flex;flex-direction:column;gap:4px}.stat-item__value{font-size:2.25rem;font-weight:800;color:var(--dark);line-height:1}.stat-item__label{font-size:.9rem;color:var(--gray);font-weight:500}.testimonials{padding:100px 0;background:#fff;overflow:hidden}.testimonials__header{text-align:center;margin-bottom:50px}.testimonials__badge{display:inline-flex;align-items:center;gap:8px;background:#fdf2f8;padding:10px 20px;border-radius:50px;font-size:.9rem;font-weight:600;color:var(--primary);margin-bottom:16px;box-shadow:0 4px 15px rgba(233,30,99,.1)}.testimonials__badge svg{width:18px;height:18px}.testimonials__title{font-size:2.25rem;font-weight:800;color:var(--dark)}.testimonials__slider{display:flex;gap:24px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;padding:10px 0 20px}.testimonials__slider::-webkit-scrollbar{display:none}.testimonial-card{flex:0 0 calc(33.333% - 16px);scroll-snap-align:start;background:#fdf2f8;border-radius:24px;padding:32px;min-width:320px;transition:all .3s ease;border:2px solid transparent;position:relative}.testimonial-card:hover{transform:translateY(-5px);border-color:var(--primary);box-shadow:0 20px 40px -15px rgba(233,30,99,.2)}.testimonial-card__quote{width:48px;height:48px;background:linear-gradient(135deg,var(--primary),#ff6b9d);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;color:#fff}.testimonial-card__quote svg{width:24px;height:24px}.testimonial-card__stars{display:flex;gap:4px;margin-bottom:16px}.testimonial-card__stars svg{width:18px;height:18px;fill:#fbbf24}.testimonial-card__text{color:var(--dark);font-size:1rem;line-height:1.8;margin-bottom:24px}.testimonial-card__footer{display:flex;align-items:center;gap:12px;padding-top:20px;border-top:1px solid #f3f4f6}.testimonial-card__avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,var(--primary),#ff6b9d);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.1rem}.testimonial-card__info{display:flex;flex-direction:column}.testimonial-card__name{font-weight:700;color:var(--dark);font-size:1rem}.testimonial-card__badge{font-size:.75rem;color:var(--primary);font-weight:600;display:flex;align-items:center;gap:4px}.testimonial-card__badge svg{width:14px;height:14px}.testimonials__dots{display:none;justify-content:center;align-items:center;gap:8px;margin-top:20px}.testimonials__dot{width:8px;height:8px;border-radius:50%;background:#ddd;transition:all .3s ease}.testimonials__dot--active{width:24px;border-radius:4px;background:var(--primary)}.faq{padding:100px 0;background:#fdf2f8}.faq__header{text-align:center;margin-bottom:50px}.faq__badge{display:inline-flex;align-items:center;gap:8px;background:#fff;padding:10px 20px;border-radius:50px;font-size:.9rem;font-weight:600;color:var(--primary);margin-bottom:16px;box-shadow:0 4px 15px rgba(233,30,99,.1)}.faq__badge svg{width:18px;height:18px}.faq__title{font-size:2.25rem;font-weight:800;color:var(--dark)}.faq__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;max-width:1000px;margin:0 auto;align-items:start}.faq-item{background:#fff;border-radius:20px;overflow:hidden;border:2px solid transparent;transition:all .3s ease}.faq-item:hover{border-color:var(--primary);box-shadow:0 15px 35px -10px rgba(233,30,99,.15);transform:translateY(-3px)}.faq-item summary{padding:24px 28px;display:flex;align-items:center;gap:16px;cursor:pointer;list-style:none}.faq-item summary::-webkit-details-marker{display:none}.faq-item__icon-box{width:44px;height:44px;background:linear-gradient(135deg,var(--primary),#ff6b9d);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 8px 20px -5px rgba(233,30,99,.3)}.faq-item__icon{width:22px;height:22px;color:#fff;flex-shrink:0}.faq-item__question{font-size:1rem;font-weight:600;color:var(--dark);flex:1}.faq-item__arrow{width:20px;height:20px;color:var(--primary);transition:transform .3s ease}.faq-item[open] .faq-item__arrow{transform:rotate(180deg)}.faq-item__answer{padding:16px 28px 24px 28px;margin:0 28px 24px 28px;color:var(--gray);line-height:1.7;font-size:.95rem;text-align:left;border-top:1px solid #f3e8ec}.seo-content{padding:60px 0}.seo-content__box{background:var(--white);border:1px solid var(--light-gray);border-radius:var(--radius-lg);padding:40px}.seo-content__title{font-size:1.25rem;font-weight:700;color:var(--dark);margin-bottom:16px}.seo-content__text{color:var(--gray);line-height:1.8;margin-bottom:16px}.seo-content__text a{color:var(--primary);text-decoration:underline}.seo-content__wrapper{max-height:150px;overflow:hidden;position:relative;transition:max-height .4s ease}.seo-content__wrapper::after{content:'';position:absolute;bottom:0;left:0;right:0;height:60px;background:linear-gradient(transparent,var(--white));pointer-events:none;transition:opacity .3s ease}.seo-content__wrapper.expanded{max-height:2000px}.seo-content__wrapper.expanded::after{opacity:0}.seo-content__toggle{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:20px;padding:12px 24px;background:transparent;border:2px solid var(--primary);border-radius:50px;color:var(--primary);font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;width:100%;max-width:200px;margin-left:auto;margin-right:auto}.seo-content__toggle:hover{background:var(--primary);color:#fff}.seo-content__toggle svg{width:18px;height:18px;transition:transform .3s ease}.seo-content__toggle.active svg{transform:rotate(180deg)}.cta-section{padding:60px 0}.cta-box{background:linear-gradient(135deg,var(--primary) 0%,#ff6b9d 50%,#9c27b0 100%);border-radius:32px;padding:50px 60px;display:flex;align-items:center;justify-content:space-between;position:relative;overflow:hidden}.cta-box::before{content:'';position:absolute;top:-50%;right:-20%;width:400px;height:400px;background:rgba(255,255,255,.1);border-radius:50%}.cta-box::after{content:'';position:absolute;bottom:-30%;left:10%;width:200px;height:200px;background:rgba(255,255,255,.05);border-radius:50%}.cta-box__content{position:relative;z-index:1}.cta-box__badge{display:inline-flex;align-items:center;gap:6px;background:rgba(255,255,255,.2);padding:8px 16px;border-radius:50px;font-size:.8rem;color:#fff;margin-bottom:16px;backdrop-filter:blur(10px)}.cta-box__badge svg{width:16px;height:16px}.cta-box__content h2{font-size:2rem;font-weight:800;color:var(--white);margin-bottom:8px}.cta-box__content p{color:rgba(255,255,255,.9);font-size:1rem}.cta-box__actions{display:flex;gap:16px;position:relative;z-index:1}.cta-box__btn{display:flex;align-items:center;gap:10px;padding:16px 28px;border-radius:16px;font-weight:600;font-size:.95rem;transition:all .3s ease}.cta-box__btn:hover{transform:translateY(-3px)}.cta-box__btn--email{background:var(--white);color:var(--dark);box-shadow:0 10px 30px rgba(0,0,0,.2)}.cta-box__btn--whatsapp{background:#25d366;color:var(--white);box-shadow:0 10px 30px rgba(37,211,102,.4)}.footer{overflow:hidden;max-width:100%;background:linear-gradient(180deg,#1a1a2e 0%,#0f0f1a 100%);color:var(--white);padding:80px 0 30px}.footer__top{display:flex;align-items:center;justify-content:space-between;padding-bottom:40px;border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:40px}.footer__logo{display:flex;align-items:center;gap:12px}.footer__logo-icon{width:48px;height:48px;background:linear-gradient(135deg,var(--primary),#ff6b9d);border-radius:14px;display:flex;align-items:center;justify-content:center;color:#fff}.footer__logo-icon svg{width:28px;height:28px}.footer__logo-text{font-size:1.5rem;font-weight:800;color:#fff}.footer__social{display:flex;gap:12px}.footer__social-link{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:12px;transition:all .3s ease}.footer__social-link:hover{background:var(--primary);border-color:var(--primary);transform:translateY(-3px)}.footer__social-icon{width:20px;height:20px}.footer__desc{color:rgba(255,255,255,.6);font-size:.95rem;max-width:500px;margin-bottom:50px;line-height:1.8}.footer__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px;margin-bottom:50px}.footer__column h4{font-size:.85rem;font-weight:700;margin-bottom:24px;color:var(--primary);letter-spacing:1px}.footer__links{display:flex;flex-direction:column;gap:14px}.footer__link{color:rgba(255,255,255,.6);font-size:.9rem;transition:all .2s ease}.footer__link:hover{color:#fff;padding-left:8px}.footer__bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:30px;display:flex;justify-content:space-between;align-items:center}.footer__copyright{font-size:.85rem;color:rgba(255,255,255,.5)}.footer__payments{display:flex;gap:16px;align-items:center}.footer__payment-badge{padding:6px 12px;background:rgba(255,255,255,.1);border-radius:6px;font-size:.75rem;font-weight:600;color:rgba(255,255,255,.7);transition:all .2s}.footer__payment-badge:hover{background:rgba(255,255,255,.2);color:#fff}.header__mobile-actions{display:none;align-items:center;gap:10px}.header__mobile-notification,.hero__video-btn{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#f8f9fa;border-radius:12px;color:var(--dark);position:relative}.header__mobile-notification,.hero__video-btn svg{width:22px;height:22px}.header__mobile-notification,.hero__video-btn .badge{position:absolute;top:-2px;right:-2px;min-width:18px;height:18px;padding:0 5px;background:var(--primary);color:#fff;font-size:.65rem;font-weight:700;border-radius:10px;display:flex;align-items:center;justify-content:center}.header__mobile-actions .mobile-menu-btn{display:flex}.mobile-menu-btn{display:none;flex-direction:column;justify-content:center;align-items:center;width:48px;height:48px;padding:12px;background:var(--primary);border-radius:14px;cursor:pointer;transition:all .3s ease;gap:6px;box-shadow:0 4px 16px rgba(233,30,99,.3)}.mobile-menu-btn:hover{background:var(--primary-dark);box-shadow:0 6px 20px rgba(233,30,99,.4);transform:translateY(-2px)}.mobile-menu-btn span{width:22px;height:2.5px;background:#fff;border-radius:3px;transition:all .3s ease}.mobile-menu-btn.active span:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.mobile-menu-btn.active span:nth-child(2){opacity:0}.mobile-menu-btn.active span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.mobile-nav{position:fixed;top:0;right:-100%;width:100%;max-width:320px;height:100vh;background:#fff;z-index:2000;transition:right .3s ease;box-shadow:-4px 0 20px rgba(0,0,0,.1);display:flex;flex-direction:column}.mobile-nav.active{right:0}.mobile-nav__header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #f0f0f0}.mobile-nav__logo{font-size:1.3rem;font-weight:800;color:var(--dark)}.mobile-nav__logo span{color:var(--primary)}.mobile-nav__close{width:40px;height:40px;background:#f8f9fa;border:none;border-radius:10px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.mobile-nav__close:hover{background:#fce4ec}.mobile-nav__close svg{width:20px;height:20px;color:var(--dark)}.mobile-nav__links{flex:1;padding:20px;display:flex;flex-direction:column;gap:8px;overflow-y:auto}.mobile-nav__link{display:flex;align-items:center;gap:12px;padding:14px 16px;background:#f8f9fa;border-radius:12px;font-size:.95rem;font-weight:500;color:var(--dark);transition:all .2s ease}.mobile-nav__link:hover,.mobile-nav__link--active{background:#fce4ec;color:var(--primary)}.mobile-nav__link svg{width:22px;height:22px;stroke:var(--gray)}.mobile-nav__link:hover svg,.mobile-nav__link--active svg{stroke:var(--primary)}.mobile-nav__section{margin-top:8px}.mobile-nav__title{font-size:.8rem;font-weight:600;color:var(--gray);text-transform:uppercase;letter-spacing:.5px;padding:8px 16px 4px}.mobile-nav__link--sub{padding-left:16px;font-size:.9rem;background:transparent}.mobile-nav__link--sub svg{width:18px;height:18px;flex-shrink:0;stroke:var(--primary)}.mobile-nav__accordion{border-bottom:1px solid #f0f0f0}.mobile-nav__accordion-btn{display:flex;align-items:center;gap:12px;width:100%;padding:14px 16px;background:none;border:none;font-size:1rem;font-weight:500;color:#333;cursor:pointer;text-align:left}.mobile-nav__accordion-btn>svg:first-child{width:22px;height:22px;flex-shrink:0;stroke:var(--gray)}.mobile-nav__accordion.is-open .mobile-nav__accordion-btn>svg:first-child{stroke:var(--primary)}.mobile-nav__accordion-arrow{width:18px!important;height:18px!important;margin-left:auto;transition:transform .3s ease;stroke:#999!important}.mobile-nav__accordion.is-open .mobile-nav__accordion-arrow{transform:rotate(180deg)}.mobile-nav__accordion-content{max-height:0;overflow:hidden;transition:max-height .3s ease;background:#fafafa}.mobile-nav__accordion.is-open .mobile-nav__accordion-content{max-height:500px}.mobile-nav__sublink{display:flex;align-items:center;gap:12px;padding:12px 16px 12px 20px;color:#555;font-size:.95rem;text-decoration:none;transition:background .2s ease;border-bottom:1px solid #f0f0f0}.mobile-nav__sublink:last-child{border-bottom:none}.mobile-nav__sublink:hover{background:#f5f5f5;color:var(--primary)}.mobile-nav__sublink svg{width:20px;height:20px;flex-shrink:0}.mobile-nav__footer{padding:20px;border-top:1px solid #f0f0f0}.mobile-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:1999;opacity:0;visibility:hidden;transition:all .3s ease}.mobile-overlay.active{opacity:1;visibility:visible}.logo__text{font-size:1.5rem;font-weight:800;color:var(--dark)}.logo__text span{background:var(--gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (max-width:1200px){.header__inner{padding:14px 20px}.search-box{max-width:320px;margin:0 16px}.nav__link{padding:8px 12px;font-size:.85rem}}@media (max-width:1024px){.platforms__grid{grid-template-columns:repeat(4,1fr)}.products__grid{grid-template-columns:repeat(2,1fr)}.nav{display:none}.search-box{max-width:400px;flex:1}.hero__title{font-size:2.5rem}}@media (max-width:768px){.top-bar{padding:8px 0}.top-bar__inner{padding:0 16px;flex-direction:column;gap:8px;text-align:center}.top-bar__text{font-size:.8rem}.top-bar__btn{padding:6px 16px;font-size:.75rem}.secondary-bar{display:none}.main-nav{display:none}.header__actions{display:none}.header__mobile-actions{display:flex}.nav,.search-box{display:none}.header__inner{padding:12px 16px}.header__user-btn{display:none}.header__divider{display:none}.logo__text{font-size:1.3rem}.logo__icon{width:36px;height:36px}.hero{padding:60px 0 0;overflow:visible}.hero__inner{grid-template-columns:1fr;gap:0;position:relative;overflow:visible}.why-section__inner{grid-template-columns:1fr;gap:40px}.why-section__title{font-size:1.75rem}.why-section__features{grid-template-columns:1fr}.hero__media{display:flex;justify-content:center;margin-top:8px}.hero__image{max-width:280px;margin:0 auto}.hero__content{position:absolute;left:0;right:0;bottom:30px;display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 15px;z-index:1}.hero__badge--desktop{display:none}.mobile-fixed-badge{display:block!important;position:absolute!important;top:105px!important;left:50%!important;transform:translateX(-50%)!important;z-index:10!important;pointer-events:none}.mobile-fixed-badge .hero__badge-icon{padding:8px 16px;white-space:nowrap}.mobile-fixed-badge .hero__badge-text{font-size:.8rem}.hero__title{margin-bottom:12px;font-size:1.5rem;text-shadow:0 0 10px #fff , 0 0 20px #fff , 0 0 30px #fff , 0 0 40px #fff}.hero__title span::after{display:none}.hero__title{font-size:1.75rem}.hero__rating-box{padding:10px 14px;gap:6px}.hero__star{width:14px;height:14px}.hero__rating-score{padding-left:8px;gap:4px}.hero__rating-number{font-size:.95rem}.hero__rating-label{font-size:.7rem}.hero__cta-row{gap:8px}.hero__video-btn-icon{width:42px;height:42px}.hero__video-btn-icon::before{inset:-3px}.hero__video-btn-icon::after{inset:-8px}.hero__video-btn-icon svg{width:14px;height:14px}.hero__desc{display:none}.hero__video-btn-text{display:none}.platforms__grid{grid-template-columns:repeat(4,1fr)}.stats{padding:60px 0}.stats__grid{grid-template-columns:repeat(2,1fr);gap:16px}.stat-item{padding:28px 16px;border-radius:20px}.stat-item__icon{width:52px;height:52px;padding:13px;margin-bottom:14px}.stat-item__value{font-size:1.75rem}.stat-item__label{font-size:.8rem}.products__grid,.faq__grid{grid-template-columns:1fr}.faq{padding:60px 0}.faq__title{font-size:1.75rem}.faq-item summary{padding:18px 20px;gap:12px}.faq-item__icon-box{width:38px;height:38px;border-radius:10px}.faq-item__icon{width:18px;height:18px}.faq-item__question{font-size:.9rem}.faq-item__answer{padding:14px 20px 18px 20px;margin:0 20px 18px 20px;font-size:.85rem}.testimonials{padding:60px 0}.testimonials__title{font-size:1.5rem}.testimonials__header{margin-bottom:30px}.testimonial-card{flex:0 0 75%;min-width:260px;padding:20px;border-radius:16px}.testimonial-card__quote{width:36px;height:36px;border-radius:10px;margin-bottom:14px}.testimonial-card__quote svg{width:18px;height:18px}.testimonial-card__stars svg{width:14px;height:14px}.testimonial-card__text{font-size:.85rem;margin-bottom:16px;line-height:1.6}.testimonial-card__footer{padding-top:14px}.testimonial-card__avatar{width:38px;height:38px;font-size:.9rem}.testimonial-card__name{font-size:.85rem}.testimonial-card__badge{font-size:.7rem}.testimonials__dots{display:flex}.cta-box{flex-direction:column;text-align:center;gap:24px;padding:40px 24px;border-radius:24px}.cta-box__content h2{font-size:1.5rem}.cta-box__actions{flex-direction:column;width:100%}.cta-box__btn{justify-content:center}.footer__top{flex-direction:column;gap:24px}.footer__grid{grid-template-columns:1fr}.footer__bottom{flex-direction:column;gap:16px;text-align:center}}@media (max-width:480px){.platforms__grid{grid-template-columns:repeat(2,1fr)}.tabs{flex-wrap:nowrap;overflow-x:auto;justify-content:flex-start;padding:0 16px 10px;gap:10px;-webkit-overflow-scrolling:touch}.tab{padding:12px 18px;font-size:.85rem;white-space:nowrap;flex-shrink:0}.tab__icon{width:20px;height:20px}.header__action-btn{width:40px;height:40px}.cta-box__actions{flex-direction:column;width:100%}.cta-box__btn{justify-content:center}}.purchase-modal{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all .3s ease}.purchase-modal.active{opacity:1;visibility:visible}.purchase-modal__overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(15,15,26,.95),rgba(26,26,46,.95));backdrop-filter:blur(10px)}.purchase-modal__content{position:relative;width:100%;max-width:500px;margin:20px;transform:translateY(30px) scale(.95);transition:transform .3s ease}.purchase-modal.active .purchase-modal__content{transform:translateY(0) scale(1)}.purchase-modal__top-row{display:flex;flex-direction:column-reverse}.purchase-modal__back{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:50px;color:#fff;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .3s ease;margin-bottom:30px;align-self:flex-start}.purchase-modal__back:hover{background:rgba(255,255,255,.15)}.purchase-modal__back svg{width:18px;height:18px}.purchase-modal__header{display:flex;align-items:center;gap:16px;margin-bottom:30px}.purchase-modal__icon{width:56px;height:56px;border-radius:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.purchase-modal__icon--instagram{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888)}.purchase-modal__icon--tiktok{background:#000}.purchase-modal__icon--youtube{background:red}.purchase-modal__icon--twitter{background:#000}.purchase-modal__icon svg{width:28px;height:28px;color:#fff}.purchase-modal__info h3{font-size:.9rem;font-weight:600;color:var(--primary);margin-bottom:4px}.purchase-modal__info h2{font-size:1.5rem;font-weight:700;color:#fff}.purchase-modal__form{position:relative;margin-bottom:20px}.purchase-modal__input-wrapper{display:flex;align-items:center;background:rgba(255,255,255,.05);border:2px solid rgba(255,255,255,.1);border-radius:16px;padding:6px;transition:all .3s ease}.purchase-modal__input-wrapper:focus-within{border-color:var(--primary);background:rgba(255,255,255,.08)}.purchase-modal__input{flex:1;background:transparent;border:none;outline:none;padding:16px 20px;font-size:1rem;color:#fff}.purchase-modal__input::placeholder{color:rgba(255,255,255,.5)}.purchase-modal__check-btn{padding:16px 28px;background:var(--primary);color:#fff;border:none;border-radius:12px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;flex-shrink:0}.purchase-modal__check-btn:hover:not(:disabled){background:var(--primary-dark)}.purchase-modal__check-btn:disabled{background:rgba(255,255,255,.2);color:rgba(255,255,255,.5);cursor:not-allowed}.purchase-modal__success{display:flex;align-items:center;justify-content:center;gap:10px;padding:16px;background:rgba(76,175,80,.15);border:1px solid rgba(76,175,80,.3);border-radius:12px;margin-bottom:16px;color:#4caf50;font-weight:600}.purchase-modal__notice{background:linear-gradient(135deg,rgba(233,30,99,.15),rgba(156,39,176,.15));border:1px solid rgba(233,30,99,.3);border-radius:16px;padding:20px 24px;text-align:center}.purchase-modal__notice p{color:#fff;font-size:.95rem;font-weight:500;margin-bottom:4px}.purchase-modal__notice span{color:rgba(255,255,255,.6);font-size:.9rem}@media (max-width:768px){.purchase-modal{padding:0;align-items:flex-end;justify-content:flex-end}.purchase-modal__content{margin:0;max-width:100%;width:100%;position:fixed;bottom:0;left:0;right:0;border-radius:24px 24px 0 0}.purchase-modal__top-row{display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin-bottom:30px}.purchase-modal__back{order:2;margin-bottom:0;padding:10px 20px;font-size:.9rem;align-self:center}.purchase-modal__header{order:1;margin-bottom:0;gap:12px}.purchase-modal__icon{width:48px;height:48px}.purchase-modal__info h3{font-size:.85rem}.purchase-modal__info h2{font-size:1.1rem}.purchase-modal__form{width:100%}.purchase-modal__input-wrapper{flex-direction:column;padding:0;background:transparent;border:none}.purchase-modal__input-wrapper:focus-within{border:none;background:transparent}.purchase-modal__input{width:100%;padding:18px 20px;background:rgba(255,255,255,.08);border:2px solid rgba(255,255,255,.15);border-radius:12px;margin-bottom:16px}.purchase-modal__input:focus{border-color:var(--primary)}.purchase-modal__check-btn{width:100%;padding:18px;border-radius:12px;font-size:1rem}.purchase-modal__notice{width:100%;margin-top:20px}}.category-hero{background:linear-gradient(180deg,#fdf2f8 0%,#fce7f3 50%,#fbcfe8 100%);padding:50px 24px 80px;position:relative;overflow:hidden}.category-hero::after{content:'';position:absolute;bottom:0;left:0;right:0;height:60px;background:url(data:image/svg+xml,%3Csvg\ xmlns=\'http://www.w3.org/2000/svg\'\ viewBox=\'0\ 0\ 1440\ 120\'\ preserveAspectRatio=\'none\'%3E%3Cpath\ d=\'M0,64\ C360,120\ 720,0\ 1080,64\ C1260,96\ 1380,80\ 1440,64\ L1440,120\ L0,120\ Z\'\ fill=\'%23ffffff\'/%3E%3C/svg%3E) no-repeat;background-size:cover}.category-hero__inner{max-width:1200px;margin:0 auto;display:flex;align-items:flex-start;gap:24px}.category-hero__icon{width:64px;height:64px;background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);border-radius:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 8px 24px rgba(225,48,108,.3)}.category-hero__icon svg{width:36px;height:36px;color:#fff}.category-hero__content{flex:1}.category-hero__title{font-size:1.75rem;font-weight:700;color:var(--primary);margin-bottom:8px}.category-hero__desc{color:var(--gray);font-size:.95rem;max-width:800px;margin-bottom:16px;line-height:1.6}.category-hero__badge{display:inline-block;background:var(--primary);color:#fff;padding:8px 20px;border-radius:50px;font-weight:600;font-size:.85rem}.subcategories{max-width:1200px;margin:0 auto;padding:40px 24px 80px}.subcategories__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.subcat-card{display:flex;align-items:center;gap:16px;background:#fff;border:1px solid #f0f0f0;border-radius:14px;padding:16px 20px;text-decoration:none;position:relative;overflow:hidden}.subcat-card::before{content:'';position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(180deg,var(--primary) 0%,#9c27b0 100%);border-radius:4px 0 0 4px}.subcat-card__icon{width:44px;height:44px;background:linear-gradient(135deg,#fce4ec 0%,#f8bbd9 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.subcat-card__icon svg{width:22px;height:22px;color:var(--primary)}.subcat-card__content{flex:1}.subcat-card__title{font-size:.9rem;font-weight:600;color:var(--dark)}.subcat-card__arrow{width:28px;height:28px;border-radius:50%;border:1px solid #eee;display:flex;align-items:center;justify-content:center}.subcat-card__arrow svg{width:14px;height:14px;color:#ccc}.footer{background:linear-gradient(180deg,#1a1a2e 0%,#0f0f1a 100%);color:var(--white);padding:80px 0 30px}.footer__top{display:flex;align-items:center;justify-content:space-between;padding-bottom:40px;border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:40px}.footer__logo{display:flex;align-items:center;gap:12px}.footer__logo-icon{width:48px;height:48px;background:linear-gradient(135deg,var(--primary),#ff6b9d);border-radius:14px;display:flex;align-items:center;justify-content:center;color:#fff}.footer__logo-icon svg{width:28px;height:28px}.footer__logo-text{font-size:1.5rem;font-weight:800;color:#fff}.footer__social{display:flex;gap:12px}.footer__social-link{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:12px;transition:all .3s ease}.footer__social-link:hover{background:var(--primary);border-color:var(--primary);transform:translateY(-3px)}.footer__social-icon{width:20px;height:20px}.footer__desc{color:rgba(255,255,255,.6);font-size:.95rem;max-width:500px;margin-bottom:50px;line-height:1.8}.footer__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px;margin-bottom:50px}.footer__column h4{font-size:.85rem;font-weight:700;margin-bottom:24px;color:var(--primary);letter-spacing:1px}.footer__links{display:flex;flex-direction:column;gap:14px}.footer__link{color:rgba(255,255,255,.6);font-size:.9rem;transition:all .2s ease}.footer__link:hover{color:#fff;padding-left:8px}.footer__bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:30px;display:flex;justify-content:space-between;align-items:center}.footer__copyright{font-size:.85rem;color:rgba(255,255,255,.5)}.footer__payments{display:flex;gap:16px;align-items:center}.footer__payment-badge{padding:6px 12px;background:rgba(255,255,255,.1);border-radius:6px;font-size:.75rem;font-weight:600;color:rgba(255,255,255,.7);transition:all .2s}.footer__payment-badge:hover{background:rgba(255,255,255,.2);color:#fff}.mobile-nav{position:fixed;top:0;right:-100%;width:100%;max-width:320px;height:100vh;background:#fff;z-index:2000;transition:right .3s ease;box-shadow:-4px 0 20px rgba(0,0,0,.1);display:flex;flex-direction:column}.mobile-nav.active{right:0}.mobile-nav__header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #f0f0f0}.mobile-nav__logo{font-size:1.3rem;font-weight:800;color:var(--dark)}.mobile-nav__logo span{color:var(--primary)}.mobile-nav__close{width:40px;height:40px;background:#f8f9fa;border:none;border-radius:10px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.mobile-nav__close:hover{background:#fce4ec}.mobile-nav__close svg{width:20px;height:20px;color:var(--dark)}.mobile-nav__links{flex:1;padding:20px;display:flex;flex-direction:column;gap:8px;overflow-y:auto}.mobile-nav__link{display:flex;align-items:center;gap:12px;padding:14px 16px;background:#f8f9fa;border-radius:12px;font-size:.95rem;font-weight:500;color:var(--dark);transition:all .2s ease}.mobile-nav__link:hover,.mobile-nav__link--active{background:#fce4ec;color:var(--primary)}.mobile-nav__link svg{width:20px;height:20px}.mobile-nav__section{margin-top:8px}.mobile-nav__title{font-size:.8rem;font-weight:600;color:var(--gray);text-transform:uppercase;letter-spacing:.5px;padding:8px 16px 4px}.mobile-nav__link--sub{padding-left:16px;font-size:.9rem;background:transparent}.mobile-nav__link--sub svg{width:18px;height:18px;flex-shrink:0;stroke:var(--primary)}.mobile-nav__footer{padding:20px;border-top:1px solid #f0f0f0}.mobile-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:1999;opacity:0;visibility:hidden;transition:all .3s ease}.mobile-overlay.active{opacity:1;visibility:visible}@media (max-width:1200px){.header__inner{padding:14px 20px}.search-box{max-width:320px;margin:0 16px}.nav__link{padding:8px 12px;font-size:.85rem}}@media (max-width:1024px){.subcategories__grid{grid-template-columns:repeat(2,1fr)}.search-box{max-width:400px;flex:1}}@media (max-width:768px){.main-nav{display:none}.header__actions{display:none}.header__mobile-actions{display:flex}.nav,.search-box{display:none}.header__inner{padding:12px 16px}.logo__text{font-size:1.3rem}.logo__icon{width:36px;height:36px}.category-hero{padding:24px 16px 60px}.category-hero__inner{flex-direction:column;gap:16px}.category-hero__icon{width:48px;height:48px;border-radius:12px}.category-hero__icon svg{width:26px;height:26px}.category-hero__title{font-size:1.3rem}.category-hero__desc{font-size:.85rem}.subcategories__grid{grid-template-columns:1fr;gap:12px}.subcat-card{padding:14px 16px}.subcat-card__icon{width:42px;height:42px}.subcat-card__icon svg{width:20px;height:20px}.subcat-card__title{font-size:.9rem}.footer__top{flex-direction:column;gap:24px}.footer__grid{grid-template-columns:1fr}.footer__bottom{flex-direction:column;gap:16px;text-align:center}}.page-hero{background:linear-gradient(135deg,#0f0f1a 0%,#1a1a2e 50%,#16213e 100%);padding:60px 0;position:relative;overflow:hidden}.page-hero::before{content:'';position:absolute;top:-100%;right:-50%;width:150%;height:300%;background:radial-gradient(circle,rgba(233,30,99,.15) 0%,transparent 40%);animation:pulse-glow 8s ease-in-out infinite}.page-hero::after{content:'';position:absolute;bottom:-50%;left:-30%;width:100%;height:200%;background:radial-gradient(circle,rgba(156,39,176,.1) 0%,transparent 40%);animation:pulse-glow 10s ease-in-out infinite 2s}@keyframes pulse-glow{0%, 100%{opacity:0.5;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}.page-hero__decoration{position:absolute;width:250px;height:250px;border:1px solid rgba(233,30,99,.2);border-radius:50%;top:50%;right:10%;transform:translateY(-50%)}.page-hero__decoration::before{content:'';position:absolute;width:150px;height:150px;border:1px solid rgba(233,30,99,.15);border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%)}.page-hero__decoration::after{content:'';position:absolute;width:80px;height:80px;background:linear-gradient(135deg,rgba(233,30,99,.3),rgba(156,39,176,.3));border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%);filter:blur(15px)}.page-hero__inner{max-width:1280px;margin:0 auto;padding:0 24px;position:relative;z-index:1;text-align:center}.page-hero__badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:rgba(233,30,99,.15);border:1px solid rgba(233,30,99,.3);border-radius:50px;margin-bottom:20px;backdrop-filter:blur(10px)}.page-hero__badge-icon{width:20px;height:20px;color:#e91e63}.page-hero__badge-text{font-size:.8rem;font-weight:600;color:#f8bbd9;letter-spacing:.5px}.page-hero__title{font-size:2.5rem;font-weight:800;color:#fff;margin-bottom:12px;letter-spacing:-.02em}.page-hero__title span{background:linear-gradient(135deg,var(--primary),#ff6b9d,#9c27b0);background-size:200% 200%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.page-hero__desc{font-size:1rem;color:rgba(255,255,255,.7);max-width:500px;margin:0 auto;line-height:1.6}.page-hero--tiktok::before{background:radial-gradient(circle,rgba(0,242,234,.15) 0%,transparent 40%)}.page-hero--tiktok::after{background:radial-gradient(circle,rgba(255,0,80,.1) 0%,transparent 40%)}.page-hero--tiktok .page-hero__decoration{border-color:rgba(0,242,234,.2)}.page-hero--tiktok .page-hero__decoration::before{border-color:rgba(0,242,234,.15)}.page-hero--tiktok .page-hero__decoration::after{background:linear-gradient(135deg,rgba(0,242,234,.3),rgba(255,0,80,.3))}.page-hero--tiktok .page-hero__badge{background:rgba(0,242,234,.15);border-color:rgba(0,242,234,.3)}.page-hero--tiktok .page-hero__badge-icon{color:#00f2ea}.page-hero--tiktok .page-hero__badge-text{color:#b2fcf9}.page-hero--youtube::before{background:radial-gradient(circle,rgba(255,0,0,.15) 0%,transparent 40%)}.page-hero--youtube::after{background:radial-gradient(circle,rgba(255,0,0,.1) 0%,transparent 40%)}.page-hero--youtube .page-hero__decoration{border-color:rgba(255,0,0,.2)}.page-hero--youtube .page-hero__decoration::before{border-color:rgba(255,0,0,.15)}.page-hero--youtube .page-hero__decoration::after{background:linear-gradient(135deg,rgba(255,0,0,.3),rgba(200,0,0,.3))}.page-hero--youtube .page-hero__badge{background:rgba(255,0,0,.15);border-color:rgba(255,0,0,.3)}.page-hero--youtube .page-hero__badge-icon{color:red}.page-hero--youtube .page-hero__badge-text{color:#ffb3b3}.page-hero--twitter::before{background:radial-gradient(circle,rgba(29,161,242,.15) 0%,transparent 40%)}.page-hero--twitter::after{background:radial-gradient(circle,rgba(29,161,242,.1) 0%,transparent 40%)}.page-hero--twitter .page-hero__decoration{border-color:rgba(29,161,242,.2)}.page-hero--twitter .page-hero__decoration::before{border-color:rgba(29,161,242,.15)}.page-hero--twitter .page-hero__decoration::after{background:linear-gradient(135deg,rgba(29,161,242,.3),rgba(29,161,242,.3))}.page-hero--twitter .page-hero__badge{background:rgba(29,161,242,.15);border-color:rgba(29,161,242,.3)}.page-hero--twitter .page-hero__badge-icon{color:#1da1f2}.page-hero--twitter .page-hero__badge-text{color:#b3dcfc}.page-hero--twitch::before{background:radial-gradient(circle,rgba(145,70,255,.15) 0%,transparent 40%)}.page-hero--twitch::after{background:radial-gradient(circle,rgba(145,70,255,.1) 0%,transparent 40%)}.page-hero--twitch .page-hero__decoration{border-color:rgba(145,70,255,.2)}.page-hero--twitch .page-hero__decoration::before{border-color:rgba(145,70,255,.15)}.page-hero--twitch .page-hero__decoration::after{background:linear-gradient(135deg,rgba(145,70,255,.3),rgba(145,70,255,.3))}.page-hero--twitch .page-hero__badge{background:rgba(145,70,255,.15);border-color:rgba(145,70,255,.3)}.page-hero--twitch .page-hero__badge-icon{color:#9146ff}.page-hero--twitch .page-hero__badge-text{color:#d4b8ff}.page-hero--facebook::before{background:radial-gradient(circle,rgba(24,119,242,.15) 0%,transparent 40%)}.page-hero--facebook::after{background:radial-gradient(circle,rgba(24,119,242,.1) 0%,transparent 40%)}.page-hero--facebook .page-hero__decoration{border-color:rgba(24,119,242,.2)}.page-hero--facebook .page-hero__decoration::before{border-color:rgba(24,119,242,.15)}.page-hero--facebook .page-hero__decoration::after{background:linear-gradient(135deg,rgba(24,119,242,.3),rgba(24,119,242,.3))}.page-hero--facebook .page-hero__badge{background:rgba(24,119,242,.15);border-color:rgba(24,119,242,.3)}.page-hero--facebook .page-hero__badge-icon{color:#1877f2}.page-hero--facebook .page-hero__badge-text{color:#b3d4fc}.page-hero--kick::before{background:radial-gradient(circle,rgba(83,252,24,.15) 0%,transparent 40%)}.page-hero--kick::after{background:radial-gradient(circle,rgba(83,252,24,.1) 0%,transparent 40%)}.page-hero--kick .page-hero__decoration{border-color:rgba(83,252,24,.2)}.page-hero--kick .page-hero__decoration::before{border-color:rgba(83,252,24,.15)}.page-hero--kick .page-hero__decoration::after{background:linear-gradient(135deg,rgba(83,252,24,.3),rgba(83,252,24,.3))}.page-hero--kick .page-hero__badge{background:rgba(83,252,24,.15);border-color:rgba(83,252,24,.3)}.page-hero--kick .page-hero__badge-icon{color:#53fc18}.page-hero--kick .page-hero__badge-text{color:#c8feb3}.product-hero{padding:30px 0 70px;background:#fff}.product-hero__inner{max-width:1100px;margin:0 auto;padding:0 40px;display:grid;grid-template-columns:320px 1fr;gap:40px;align-items:start}.product-left{display:flex;flex-direction:column;gap:20px;position:sticky;top:100px}.product-image{position:relative;background:linear-gradient(145deg,#667eea 0%,#e91e63 50%,#f093fb 100%);border-radius:28px;padding:24px;display:flex;flex-direction:column;align-items:center;box-shadow:0 20px 60px rgba(233,30,99,.25);overflow:hidden}.product-image::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 60%);animation:shimmer 3s infinite}@keyframes shimmer{0%, 100%{transform:rotate(0deg)}50%{transform:rotate(180deg)}}.product-image__visual{position:relative;width:100%;height:200px;background:rgba(255,255,255,.15);backdrop-filter:blur(10px);border-radius:20px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;border:1px solid rgba(255,255,255,.2)}.product-image__visual svg{width:90px;height:90px;color:#fff;filter:drop-shadow(0 4px 12px rgba(0,0,0,.2))}.product-image__live{display:flex;align-items:center;gap:10px;background:rgba(255,255,255,.95);padding:14px 20px;border-radius:16px;box-shadow:0 8px 32px rgba(0,0,0,.12);position:relative;z-index:1}.product-image__live-dot{width:10px;height:10px;background:#10b981;border-radius:50%;animation:pulse 1.5s infinite;box-shadow:0 0 0 3px rgba(16,185,129,.2)}@keyframes pulse{0%, 100%{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:0.7}}.product-image__live-text{font-size:.9rem;color:var(--dark);font-weight:500}.product-image__live-text strong{color:var(--primary);font-weight:700}.product-image__badge{position:absolute;bottom:20px;right:20px;background:rgba(255,255,255,.9);backdrop-filter:blur(8px);border-radius:12px;padding:10px 12px;box-shadow:0 4px 16px rgba(0,0,0,.1)}.product-image__badge svg{width:22px;height:22px;color:var(--primary)}.features-list{display:flex;flex-direction:column;gap:10px}.feature-item{display:flex;align-items:center;gap:14px;padding:16px 18px;background:#fff;border:1px solid #eef2f7;border-radius:16px;cursor:default}.feature-item:hover{}.feature-item__icon{width:42px;height:42px;background:linear-gradient(135deg,#fce4ec 0%,#f8bbd9 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.feature-item:hover .feature-item__icon{}.feature-item__icon svg{width:20px;height:20px;color:var(--primary);transition:color .3s ease}.feature-item:hover .feature-item__icon svg{}.feature-item__text{font-size:.92rem;font-weight:600;color:var(--dark)}.product-right{display:flex;flex-direction:column;gap:28px}.product-header-wrapper{background:linear-gradient(180deg,#fdf2f8 0%,#fce7f3 50%,#fbcfe8 100%);padding:40px 0 70px;position:relative;margin-bottom:0}.product-header-wrapper::after{content:'';position:absolute;bottom:0;left:0;right:0;height:50px;background:url(data:image/svg+xml,%3Csvg\ xmlns=\'http://www.w3.org/2000/svg\'\ viewBox=\'0\ 0\ 1440\ 120\'\ preserveAspectRatio=\'none\'%3E%3Cpath\ d=\'M0,64\ C360,120\ 720,0\ 1080,64\ C1260,96\ 1380,80\ 1440,64\ L1440,120\ L0,120\ Z\'\ fill=\'%23ffffff\'/%3E%3C/svg%3E) no-repeat;background-size:cover}.product-header-wrapper .container{max-width:1280px;margin:0 auto;padding:0 20px}.product-header{display:flex;justify-content:space-between;align-items:center;gap:24px;position:relative}.product-header__content{flex:1}.product-header__badge{display:inline-flex;align-items:center;gap:6px;background:rgba(255,255,255,.8);backdrop-filter:blur(10px);padding:8px 16px;border-radius:20px;font-size:.8rem;font-weight:600;color:var(--primary);margin-bottom:16px;box-shadow:0 4px 15px rgba(233,30,99,.15)}.product-header__badge svg{width:16px;height:16px}.product-header__title{font-size:2.2rem;font-weight:800;color:var(--dark);margin-bottom:16px;line-height:1.2}.product-header__desc{font-size:1rem;color:var(--gray);line-height:1.8;max-width:600px}.product-header__icon{width:72px;height:72px;background:var(--gradient);border-radius:22px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 15px 35px rgba(233,30,99,.35);transition:all .3s ease}.product-header__icon:hover{transform:translateY(-5px) scale(1.05);box-shadow:0 20px 45px rgba(233,30,99,.4)}.product-header__icon svg{width:36px;height:36px;color:#fff}.package-selection{background:linear-gradient(135deg,#fff 0%,#fefefe 100%);border-radius:24px;padding:28px;position:relative;border:1px solid rgba(233,30,99,.1);box-shadow:0 4px 24px rgba(233,30,99,.08) , 0 1px 3px rgba(0,0,0,.04)}.package-selection__header{margin-bottom:24px;text-align:center}.package-selection__title{font-size:1.25rem;font-weight:700;color:#1a1a1a;margin-bottom:6px}.package-selection__subtitle{font-size:.85rem;color:#888}.package-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:20px 0}.package-item{padding:20px 12px;background:linear-gradient(145deg,#fafafa 0%,#f5f5f5 100%);border:2px solid #eee;border-radius:16px;text-align:center;cursor:pointer;transition:all .25s ease;position:relative}.package-item:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,0,0,.1)}.package-item--active{background:linear-gradient(135deg,#e91e63 0%,#d81557 100%);border-color:transparent;box-shadow:0 8px 24px rgba(233,30,99,.35);transform:translateY(-2px)}.package-item__amount{font-size:1.6rem;font-weight:800;color:#1a1a1a;margin-bottom:4px;line-height:1.1}.package-item--active .package-item__amount{color:#fff}.package-item__label{font-size:.65rem;color:#999;margin-bottom:10px;text-transform:uppercase;letter-spacing:.5px;font-weight:600}.package-item--active .package-item__label{color:rgba(255,255,255,.85)}.package-item__price{font-size:.9rem;font-weight:700;color:#e91e63}.package-item--active .package-item__price{color:#fff}.custom-quantity{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:linear-gradient(145deg,#fafafa 0%,#f5f5f5 100%);border:1px solid #eee;border-radius:16px;margin-top:16px}.custom-quantity__label{font-size:.9rem;font-weight:600;color:#555}.custom-quantity__controls{display:flex;align-items:center;gap:12px}.custom-quantity__btn{width:40px;height:40px;background:#fff;border:1px solid #e0e0e0;border-radius:12px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;font-size:1.3rem;font-weight:600;color:#666}.custom-quantity__btn:hover{border-color:#e91e63;color:#e91e63;background:rgba(233,30,99,.05);transform:scale(1.05)}.custom-quantity__input{width:90px;height:40px;text-align:center;border:1px solid #e0e0e0;border-radius:12px;font-size:1rem;font-weight:700;color:#1a1a1a;background:#fff}.custom-quantity__input:focus{outline:none;border-color:#e91e63;box-shadow:0 0 0 4px rgba(233,30,99,.1)}.purchase-bar{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;background:linear-gradient(145deg,#fafafa 0%,#f5f5f5 100%);border:1px solid #eee;border-radius:16px;gap:16px;margin-top:16px}.purchase-bar__info{display:flex;align-items:center;gap:12px}.purchase-bar__icon{display:none}.purchase-bar__details{display:flex;flex-direction:column}.purchase-bar__amount{font-size:.8rem;font-weight:500;color:#888}.purchase-bar__price{font-size:1.35rem;font-weight:800;color:#1a1a1a}.purchase-bar__price span{font-size:.85rem;font-weight:500;color:#bbb;text-decoration:line-through;margin-left:8px}.purchase-bar__btn{display:flex;align-items:center;gap:8px;padding:12px 24px;background:#e91e63;color:#fff;border:none;border-radius:10px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease}.purchase-bar__btn:hover{background:#d81b60}.purchase-bar__btn svg{width:18px;height:18px}.tabs-section{background:#f8f9fa;padding:60px 0}.tabs-section__inner{max-width:1200px;margin:0 auto;padding:0 24px}.tabs-nav{display:flex;gap:8px;margin-bottom:32px}.tab-btn{padding:12px 24px;background:#fff;border:1px solid #e5e7eb;border-radius:50px;font-size:.9rem;font-weight:500;color:var(--gray);cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:8px}.tab-btn:hover{border-color:var(--primary-light)}.tab-btn--active{background:var(--primary);border-color:var(--primary);color:#fff}.tab-btn svg{width:16px;height:16px}.tab-content{display:none}.tab-content--active{display:block}.how-to-buy{display:grid;grid-template-columns:400px 1fr;gap:40px;background:#fff;border-radius:20px;padding:32px;box-shadow:0 4px 24px rgba(0,0,0,.06)}.how-to-buy__image{background:linear-gradient(180deg,#1a1a2e 0%,#16213e 100%);border-radius:16px;padding:32px;display:flex;flex-direction:column;justify-content:flex-end;position:relative;overflow:hidden;min-height:400px}.how-to-buy__image::before{content:'';position:absolute;top:20px;right:20px;width:200px;height:200px;background:linear-gradient(135deg,#f8bbd9 0%,#f48fb1 100%);border-radius:50%;opacity:.3}.how-to-buy__visual{width:160px;height:160px;background:linear-gradient(135deg,#f48fb1 0%,#e91e63 100%);border-radius:50%;margin:0 auto 32px;display:flex;align-items:center;justify-content:center;position:relative;z-index:1}.how-to-buy__visual svg{width:64px;height:64px;color:#fff}.how-to-buy__brand{text-align:center;position:relative;z-index:1}.how-to-buy__brand-icon{width:48px;height:48px;background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);border-radius:12px;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.how-to-buy__brand-icon svg{width:28px;height:28px;color:#fff}.how-to-buy__brand-title{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:4px}.how-to-buy__brand-subtitle{font-size:.9rem;color:rgba(255,255,255,.7)}.how-to-buy__content{display:flex;flex-direction:column}.how-to-buy__header{margin-bottom:24px}.how-to-buy__title{font-size:1.5rem;font-weight:700;color:var(--dark);margin-bottom:8px}.how-to-buy__desc{font-size:.9rem;color:var(--gray);line-height:1.6}.steps-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.step-card{padding:20px;background:#fdf2f8;border-radius:14px;display:flex;gap:14px}.step-card__icon{width:48px;height:48px;background:var(--gradient);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;position:relative}.step-card__icon svg{width:22px;height:22px;color:#fff}.step-card__number{position:absolute;bottom:-4px;right:-4px;width:20px;height:20px;background:#fff;border-radius:50%;font-size:.7rem;font-weight:700;color:var(--primary);display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px rgba(0,0,0,.1)}.step-card__content{flex:1}.step-card__title{font-size:.95rem;font-weight:600;color:var(--dark);margin-bottom:4px}.step-card__desc{font-size:.8rem;color:var(--gray);line-height:1.5}.stats-bar{background:linear-gradient(135deg,#1a1a2e 0%,#16213e 50%,#0f0f1a 100%);padding:50px 0;position:relative;overflow:hidden}.stats-bar::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(233,30,99,.08) 0%,transparent 50%);animation:pulse 15s ease-in-out infinite}@keyframes pulse{0%, 100%{transform:translate(0, 0)}50%{transform:translate(30%, 30%)}}.stats-bar__inner{max-width:1100px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:repeat(4,1fr);gap:20px;position:relative;z-index:1}.stat-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px;padding:28px 20px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);border-radius:20px;backdrop-filter:blur(10px);transition:all .3s ease}.stat-item:hover{background:rgba(255,255,255,.06);border-color:rgba(233,30,99,.3);transform:translateY(-4px)}.stat-item__icon{width:60px;height:60px;background:linear-gradient(135deg,#e91e63 0%,#ff6b9d 100%);border-radius:16px;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 30px -10px rgba(233,30,99,.5)}.stat-item__icon svg{width:28px;height:28px;color:#fff}.stat-item__content{display:flex;flex-direction:column;gap:4px}.stat-item__value{font-size:1.8rem;font-weight:800;color:#fff;letter-spacing:-.5px}.stat-item__label{font-size:.85rem;color:rgba(255,255,255,.6);font-weight:500}.seo-content{padding:60px 0;background:#fff}.seo-content__inner{max-width:900px;margin:0 auto;padding:0 24px}.seo-content__box{background:#fff;border:1px solid #eee;border-radius:24px;padding:40px}.seo-content__title{font-size:1.25rem;font-weight:700;color:var(--dark);margin-bottom:16px}.seo-content__text{font-size:.95rem;color:var(--gray);line-height:1.8;margin-bottom:16px}.seo-content__text a{color:var(--primary);text-decoration:underline}.seo-content__subtitle{font-size:1.1rem;font-weight:600;color:var(--dark);margin:24px 0 12px}.seo-content__collapsed{max-height:150px;overflow:hidden;position:relative;transition:max-height .4s ease}.seo-content__collapsed::after{content:'';position:absolute;bottom:0;left:0;right:0;height:60px;background:linear-gradient(transparent,#fff);pointer-events:none;transition:opacity .3s ease}.seo-content__collapsed.expanded{max-height:2000px}.seo-content__collapsed.expanded::after{opacity:0}.seo-content__toggle{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:20px;padding:12px 24px;background:transparent;border:2px solid var(--primary);border-radius:50px;color:var(--primary);font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;width:100%;max-width:200px;margin-left:auto;margin-right:auto}.seo-content__toggle:hover{background:var(--primary);color:#fff}.seo-content__toggle svg{width:18px;height:18px;transition:transform .3s ease}.seo-content__toggle.active svg{transform:rotate(180deg)}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;padding:10px 0}.testimonial-card{background:#fdf2f8;border-radius:20px;padding:24px;transition:all .3s ease;border:2px solid transparent}.testimonial-card:hover{transform:translateY(-4px);border-color:var(--primary);box-shadow:0 15px 30px -10px rgba(233,30,99,.2)}.testimonial-card__quote{width:44px;height:44px;background:linear-gradient(135deg,var(--primary),#ff6b9d);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:16px;color:#fff}.testimonial-card__quote svg{width:22px;height:22px}.testimonial-card__stars{display:flex;gap:4px;margin-bottom:14px}.testimonial-card__stars svg{width:16px;height:16px;fill:#fbbf24}.testimonial-card__text{color:var(--dark);font-size:.95rem;line-height:1.7;margin-bottom:20px}.testimonial-card__footer{display:flex;align-items:center;gap:12px;padding-top:16px;border-top:1px solid rgba(233,30,99,.1)}.testimonial-card__avatar{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,var(--primary),#ff6b9d);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1rem}.testimonial-card__info{display:flex;flex-direction:column}.testimonial-card__name{font-weight:700;color:var(--dark);font-size:.95rem}.testimonial-card__badge{font-size:.75rem;color:var(--primary);font-weight:600;display:flex;align-items:center;gap:4px}.testimonial-card__badge svg{width:14px;height:14px}.testimonials__dots{display:none;justify-content:center;align-items:center;gap:8px;margin-top:16px}.testimonials__dot{width:8px;height:8px;border-radius:50%;background:#ddd;transition:all .3s ease;cursor:pointer}.testimonials__dot--active{width:24px;border-radius:4px;background:var(--primary)}.faq__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;align-items:start}.faq-item{background:#fff;border-radius:16px;overflow:hidden;border:2px solid #f0f0f0;transition:all .3s ease}.faq-item:hover{border-color:var(--primary);box-shadow:0 10px 25px -8px rgba(233,30,99,.15)}.faq-item summary{padding:20px;display:flex;align-items:center;gap:14px;cursor:pointer;list-style:none}.faq-item summary::-webkit-details-marker{display:none}.faq-item__icon-box{width:40px;height:40px;background:linear-gradient(135deg,var(--primary),#ff6b9d);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.faq-item__icon{width:20px;height:20px;color:#fff}.faq-item__question{font-size:.95rem;font-weight:600;color:var(--dark);flex:1}.faq-item__arrow{width:18px;height:18px;color:var(--primary);transition:transform .3s ease}.faq-item[open] .faq-item__arrow{transform:rotate(180deg)}.faq-item__answer{padding:14px 20px 20px 20px;margin:0 20px 20px 20px;color:var(--gray);line-height:1.7;font-size:.9rem;border-top:1px solid #f3e8ec}.footer{background:linear-gradient(180deg,#1a1a2e 0%,#0f0f1a 100%);color:var(--white);padding:80px 0 30px}.footer__top{display:flex;align-items:center;justify-content:space-between;padding-bottom:40px;border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:40px}.footer__logo{display:flex;align-items:center;gap:12px}.footer__logo-icon{width:48px;height:48px;background:linear-gradient(135deg,var(--primary),#ff6b9d);border-radius:14px;display:flex;align-items:center;justify-content:center;color:#fff}.footer__logo-icon svg{width:28px;height:28px}.footer__logo-text{font-size:1.5rem;font-weight:800;color:#fff}.footer__social{display:flex;gap:12px}.footer__social-link{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:12px;transition:all .3s ease}.footer__social-link:hover{background:var(--primary);border-color:var(--primary);transform:translateY(-3px)}.footer__social-icon{width:20px;height:20px}.footer__desc{color:rgba(255,255,255,.6);font-size:.95rem;max-width:500px;margin-bottom:50px;line-height:1.8}.footer__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px;margin-bottom:50px}.footer__column h4{font-size:.85rem;font-weight:700;margin-bottom:24px;color:var(--primary);letter-spacing:1px}.footer__links{display:flex;flex-direction:column;gap:14px}.footer__link{color:rgba(255,255,255,.6);font-size:.9rem;transition:all .2s ease}.footer__link:hover{color:#fff;padding-left:8px}.footer__bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:30px;display:flex;justify-content:space-between;align-items:center}.footer__copyright{font-size:.85rem;color:rgba(255,255,255,.5)}.footer__payments{display:flex;gap:16px;align-items:center}.footer__payment-badge{padding:6px 12px;background:rgba(255,255,255,.1);border-radius:6px;font-size:.75rem;font-weight:600;color:rgba(255,255,255,.7)}.mobile-nav{position:fixed;top:0;right:-100%;width:100%;max-width:320px;height:100vh;background:#fff;z-index:2000;transition:right .3s ease;box-shadow:-4px 0 20px rgba(0,0,0,.1);display:flex;flex-direction:column}.mobile-nav.active{right:0}.mobile-nav__header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #f0f0f0}.mobile-nav__logo{font-size:1.3rem;font-weight:800;color:var(--dark)}.mobile-nav__logo span{color:var(--primary)}.mobile-nav__close{width:40px;height:40px;background:#f8f9fa;border:none;border-radius:10px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.mobile-nav__close:hover{background:#fce4ec}.mobile-nav__close svg{width:20px;height:20px;color:var(--dark)}.mobile-nav__links{flex:1;padding:20px;display:flex;flex-direction:column;gap:8px;overflow-y:auto}.mobile-nav__link{display:flex;align-items:center;gap:12px;padding:14px 16px;background:#f8f9fa;border-radius:12px;font-size:.95rem;font-weight:500;color:var(--dark);transition:all .2s ease}.mobile-nav__link:hover,.mobile-nav__link--active{background:#fce4ec;color:var(--primary)}.mobile-nav__link svg{width:20px;height:20px}.mobile-nav__section{margin-top:8px}.mobile-nav__title{font-size:.8rem;font-weight:600;color:var(--gray);text-transform:uppercase;letter-spacing:.5px;padding:8px 16px 4px}.mobile-nav__link--sub{padding-left:16px;font-size:.9rem;background:transparent}.mobile-nav__link--sub svg{width:18px;height:18px;flex-shrink:0;stroke:var(--primary)}.mobile-nav__footer{padding:20px;border-top:1px solid #f0f0f0}.mobile-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:1999;opacity:0;visibility:hidden;transition:all .3s ease}.mobile-overlay.active{opacity:1;visibility:visible}@media (max-width:1200px){.header__inner{padding:14px 20px}.search-box{max-width:320px;margin:0 16px}.nav__link{padding:8px 12px;font-size:.85rem}}@media (max-width:1024px){.search-box{max-width:400px;flex:1}.product-hero__inner{grid-template-columns:1fr;gap:32px}.product-left{display:grid;grid-template-columns:300px 1fr;gap:24px;position:static}.package-grid{grid-template-columns:repeat(4,1fr)}.how-to-buy{grid-template-columns:1fr}.how-to-buy__image{min-height:300px}.stats-bar__inner{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.main-nav{display:none}.header__actions{display:none}.header__mobile-actions{display:flex}.nav,.search-box{display:none}.header__inner{padding:12px 16px}.logo__text{font-size:1.3rem}.product-hero{padding:20px 0 40px}.product-hero__inner{padding:0;display:flex;flex-direction:column;width:100%;max-width:100%}.product-left{display:flex;flex-direction:column;gap:10px;order:3;padding:0 16px;width:100%;max-width:100%;box-sizing:border-box}.features-list{width:100%;display:flex;flex-direction:column;gap:8px}.feature-item{width:100%;box-sizing:border-box;margin:0;padding:12px 14px}.product-right{display:flex;flex-direction:column;order:1;padding:0 16px;width:100%;max-width:100%;box-sizing:border-box}.product-image{max-width:100%;width:100%;margin:0;padding:30px 20px;border-radius:14px;box-sizing:border-box}.product-image__visual{height:90px;max-width:90px;margin:0 auto}.product-header-wrapper{padding:30px 0 50px;margin-bottom:20px}.product-header-wrapper .container{padding:0 16px}.product-header{flex-direction:row-reverse;gap:14px;align-items:flex-start;justify-content:flex-end}.product-header__icon{width:52px;height:52px;border-radius:14px;flex-shrink:0}.product-header__icon svg{width:26px;height:26px}.product-header__title{font-size:1.35rem}.product-header__desc{font-size:.88rem;line-height:1.6}.product-right{gap:6px}.package-selection{padding:20px;border-radius:20px;width:100%;max-width:100%;box-sizing:border-box}.package-selection__header{margin-bottom:16px}.package-selection__title{font-size:1.1rem}.package-selection__subtitle{font-size:.8rem}.package-grid{grid-template-columns:repeat(3,1fr);gap:10px;margin:16px 0}.package-item{padding:16px 8px;border-radius:14px;min-width:0}.package-item:nth-child(n+7){display:none}.package-item__amount{font-size:1.25rem}.package-item__label{font-size:.55rem;margin-bottom:8px}.package-item__price{font-size:.8rem}.custom-quantity{padding:14px 16px;border-radius:14px;margin-top:12px}.custom-quantity__label{font-size:.85rem}.custom-quantity__btn{width:36px;height:36px;font-size:1.1rem;border-radius:10px}.custom-quantity__input{width:80px;height:36px;font-size:.95rem;border-radius:10px}.purchase-bar{padding:14px 16px;border-radius:14px;margin-top:12px}.purchase-bar__amount{font-size:.75rem}.purchase-bar__price{font-size:1.15rem}.purchase-bar__btn{padding:10px 16px;font-size:.8rem;border-radius:10px}.purchase-bar__btn svg{width:14px;height:14px}.feature-item{padding:12px 14px;gap:12px;border-radius:12px}.feature-item__icon{width:36px;height:36px;min-width:36px;border-radius:10px}.feature-item__icon svg{width:16px;height:16px}.feature-item__text{font-size:.82rem;line-height:1.3}.features-list{gap:8px}.tabs-section{padding:30px 0;width:100%}.tabs-section__inner{padding:0 16px;width:100%;max-width:100%;box-sizing:border-box}.tabs-nav{overflow-x:auto;padding:0 0 8px;margin-bottom:16px;width:100%}.tab-btn{white-space:nowrap;padding:8px 14px;font-size:.8rem}.tab-content{padding:0;width:100%}.how-to-buy{padding:16px;border-radius:16px;gap:16px;width:100%;box-sizing:border-box}.how-to-buy__image{min-height:200px;padding:20px;border-radius:12px}.how-to-buy__title{font-size:1.1rem}.how-to-buy__desc{font-size:.85rem}.steps-grid{grid-template-columns:1fr;gap:10px;width:100%}.step-card{padding:14px;border-radius:12px;width:100%;box-sizing:border-box}.step-card__number{width:28px;height:28px;font-size:.8rem}.step-card__title{font-size:.9rem}.step-card__desc{font-size:.8rem}.stats-bar{padding:40px 0;width:100%}.stats-bar__inner{padding:0 16px;grid-template-columns:1fr 1fr;gap:12px;width:100%;max-width:100%;box-sizing:border-box}.stat-item{padding:20px 14px;border-radius:16px;width:100%;box-sizing:border-box;gap:10px}.stat-item__icon{width:50px;height:50px;border-radius:14px}.stat-item__icon svg{width:24px;height:24px}.stat-item__value{font-size:1.4rem}.stat-item__label{font-size:.75rem}.seo-content{padding:30px 0;width:100%}.seo-content__box{padding:24px 20px;margin:0 16px;border-radius:20px;width:calc(100% - 32px);box-sizing:border-box}.seo-content__title{font-size:1.1rem}.seo-content__text{font-size:.88rem}.seo-content__toggle{padding:10px 24px;font-size:.85rem}.testimonials-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:14px;padding:10px 0 16px;scrollbar-width:none;-ms-overflow-style:none}.testimonials-grid::-webkit-scrollbar{display:none}.testimonial-card{flex:0 0 85%;min-width:280px;scroll-snap-align:start;padding:20px;border-radius:16px}.testimonial-card__quote{width:40px;height:40px;margin-bottom:14px}.testimonial-card__quote svg{width:20px;height:20px}.testimonial-card__text{font-size:.9rem;margin-bottom:16px}.testimonial-card__avatar{width:40px;height:40px;font-size:.9rem}.testimonial-card__name{font-size:.9rem}.testimonials__dots{display:flex}.faq__grid{grid-template-columns:1fr;gap:12px}.faq-item summary{padding:16px;gap:12px}.faq-item__icon-box{width:36px;height:36px}.faq-item__icon{width:18px;height:18px}.faq-item__question{font-size:.88rem}.faq-item__answer{padding:12px 16px 16px 16px;margin:0 16px 16px 16px;font-size:.85rem}.footer{padding:30px 0 20px;width:100%}.footer__inner{padding:0 10px;width:100%;max-width:100%;box-sizing:border-box}.footer__top{flex-direction:column;gap:20px}.footer__grid{grid-template-columns:1fr 1fr;gap:16px}.footer__bottom{flex-direction:column;gap:12px;text-align:center;padding-top:16px}}.purchase-modal{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all .3s ease}.purchase-modal.active{opacity:1;visibility:visible}.purchase-modal__overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(15,15,26,.95),rgba(26,26,46,.95));backdrop-filter:blur(10px)}.purchase-modal__content{position:relative;width:100%;max-width:500px;margin:20px;transform:translateY(30px) scale(.95);transition:transform .3s ease}.purchase-modal.active .purchase-modal__content{transform:translateY(0) scale(1)}.purchase-modal__top-row{display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:30px}.purchase-modal__back{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:50px;color:#fff;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .3s ease;order:2}.purchase-modal__back:hover{background:rgba(255,255,255,.15)}.purchase-modal__back svg{width:18px;height:18px}.purchase-modal__header{display:flex;align-items:center;gap:16px;order:1}.purchase-modal__icon{width:56px;height:56px;border-radius:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.purchase-modal__icon--instagram{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888)}.purchase-modal__icon--tiktok{background:#000}.purchase-modal__icon--youtube{background:red}.purchase-modal__icon--twitter{background:#000}.purchase-modal__icon svg{width:28px;height:28px;color:#fff}.purchase-modal__info h3{font-size:.9rem;font-weight:600;color:var(--primary);margin-bottom:4px}.purchase-modal__info h2{font-size:1.5rem;font-weight:700;color:#fff}.purchase-modal__form{position:relative;margin-bottom:20px}.purchase-modal__input-wrapper{display:flex;align-items:center;background:rgba(255,255,255,.05);border:2px solid rgba(255,255,255,.1);border-radius:16px;padding:6px;transition:all .3s ease}.purchase-modal__input-wrapper:focus-within{border-color:var(--primary);background:rgba(255,255,255,.08)}.purchase-modal__input{flex:1;background:transparent;border:none;outline:none;padding:16px 20px;font-size:1rem;color:#fff}.purchase-modal__input::placeholder{color:rgba(255,255,255,.5)}.purchase-modal__check-btn{padding:16px 28px;background:var(--primary);color:#fff;border:none;border-radius:12px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;flex-shrink:0}.purchase-modal__check-btn:hover:not(:disabled){background:var(--primary-dark)}.purchase-modal__check-btn:disabled{background:rgba(255,255,255,.2);color:rgba(255,255,255,.5);cursor:not-allowed}.purchase-modal__success{display:flex;align-items:center;justify-content:center;gap:10px;padding:16px;background:rgba(76,175,80,.15);border:1px solid rgba(76,175,80,.3);border-radius:12px;margin-bottom:16px;color:#4caf50;font-weight:600}.purchase-modal__notice{background:linear-gradient(135deg,rgba(233,30,99,.15),rgba(156,39,176,.15));border:1px solid rgba(233,30,99,.3);border-radius:16px;padding:20px 24px;text-align:center}.purchase-modal__notice p{color:#fff;font-size:.95rem;font-weight:500;margin-bottom:4px}.purchase-modal__notice span{color:rgba(255,255,255,.6);font-size:.9rem}@media (max-width:768px){.purchase-modal{padding:0;align-items:flex-end;justify-content:flex-end}.purchase-modal__content{margin:0;max-width:100%;width:100%;position:fixed;bottom:0;left:0;right:0;border-radius:24px 24px 0 0}.purchase-modal__content{background:rgba(20,20,35,.95);border-radius:20px;overflow:hidden}.purchase-modal__top-row{margin:0 0 20px 0;background:rgba(255,255,255,.06);padding:18px 16px;border-radius:0;border:none;border-bottom:1px solid rgba(255,255,255,.1)}.purchase-modal__form{padding:0 16px}.purchase-modal__notice{margin:0 16px 16px 16px}.purchase-modal__header{gap:12px}.purchase-modal__icon{width:44px;height:44px;border-radius:12px}.purchase-modal__icon svg{width:22px;height:22px}.purchase-modal__info h3{font-size:.8rem}.purchase-modal__info h2{font-size:1.1rem}.purchase-modal__back{padding:10px 16px;font-size:.85rem}.purchase-modal__back svg{width:16px;height:16px}.purchase-modal__input-wrapper{flex-direction:column;padding:0;background:transparent;border:none;gap:12px}.purchase-modal__input-wrapper:focus-within{border:none;background:transparent}.purchase-modal__input{width:100%;padding:16px 20px;text-align:center;background:rgba(255,255,255,.1);border:2px solid rgba(255,255,255,.2);border-radius:14px;font-size:1rem}.purchase-modal__input:focus{border-color:var(--primary);background:rgba(255,255,255,.15)}.purchase-modal__input::placeholder{color:rgba(255,255,255,.6)}.purchase-modal__check-btn{width:100%;padding:16px;font-size:1rem;border-radius:14px;background:linear-gradient(135deg,#e91e63,#9c27b0);box-shadow:0 4px 15px rgba(233,30,99,.4)}}.cart-progress{background:#fff;padding:0;border-bottom:1px solid #f0f0f0}.cart-progress__steps{display:flex;justify-content:center;align-items:stretch;gap:0;max-width:700px;margin:0 auto}.progress-step{flex:1;display:flex;flex-direction:column;align-items:center;gap:8px;padding:24px 16px;font-size:.75rem;font-weight:600;color:#9ca3af;position:relative;text-transform:uppercase;letter-spacing:.5px;transition:all .3s ease}.progress-step::after{content:'';position:absolute;bottom:0;left:0;right:0;height:3px;background:#e5e7eb;transition:all .3s ease}.progress-step--active{color:var(--primary)}.progress-step--active::after{background:var(--primary)}.progress-step--completed{color:var(--success)}.progress-step--completed::after{background:var(--success)}.progress-step__number{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#f3f4f6;border-radius:50%;font-size:.85rem;font-weight:700;color:#9ca3af;transition:all .3s ease}.progress-step--active .progress-step__number{background:var(--primary);color:#fff;box-shadow:0 4px 15px rgba(233,30,99,.4)}.progress-step--completed .progress-step__number{background:var(--success);color:#fff}.progress-step--completed .progress-step__number span{display:none}.progress-step--completed .progress-step__number::after{content:'✓';font-size:1rem;font-weight:700}.progress-connector{display:none}.cart-section{padding:40px 0 80px;background:#f8f9fa;min-height:60vh}.cart-layout{display:grid;grid-template-columns:1fr 380px;gap:30px;align-items:start}.cart-items{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.05)}.cart-items__header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #f0f0f0}.cart-items__title{font-size:1.1rem;font-weight:700;color:var(--dark);display:flex;align-items:center;gap:10px}.cart-items__title svg{width:22px;height:22px;color:var(--primary)}.cart-items__count{background:var(--primary);color:#fff;padding:4px 12px;border-radius:50px;font-size:.8rem;font-weight:600}.cart-item{display:grid;grid-template-columns:auto 1fr auto auto auto;align-items:center;gap:20px;padding:20px 24px;border-bottom:1px solid #f0f0f0;transition:background .2s ease}.cart-item:hover{background:#fafafa}.cart-item:last-child{border-bottom:none}.cart-item__platform{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff}.cart-item__platform--instagram{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888)}.cart-item__platform--tiktok{background:#000}.cart-item__platform--youtube{background:red}.cart-item__platform--twitter{background:#000}.cart-item__platform--twitch{background:#9146ff}.cart-item__platform--kick{background:#53fc18}.cart-item__platform--spotify{background:#1db954}.cart-item__platform--facebook{background:#1877f2}.cart-item__platform--telegram{background:#08c}.cart-item__platform svg{width:24px;height:24px}.cart-item__info{display:flex;flex-direction:column;gap:4px}.cart-item__name{font-size:.95rem;font-weight:600;color:var(--dark)}.cart-item__username{font-size:.8rem;color:var(--gray)}.cart-item__price{text-align:right}.cart-item__old-price{font-size:.8rem;color:var(--gray);text-decoration:line-through}.cart-item__new-price{font-size:1.1rem;font-weight:700;color:var(--dark)}.cart-item__discount{background:#dcfce7;color:#16a34a;padding:4px 10px;border-radius:6px;font-size:.75rem;font-weight:700}.cart-item__remove{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#fef2f2;border:none;border-radius:10px;color:#ef4444;cursor:pointer;transition:all .2s ease}.cart-item__remove:hover{background:#fee2e2;transform:scale(1.05)}.cart-item__remove svg{width:18px;height:18px}.cart-summary{background:#fff;border-radius:20px;padding:24px;box-shadow:0 4px 20px rgba(0,0,0,.05);position:sticky;top:100px}.cart-summary__title{font-size:1.1rem;font-weight:700;color:var(--dark);margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #f0f0f0}.cart-summary__row{display:flex;justify-content:space-between;align-items:center;padding:12px 0}.cart-summary__label{font-size:.9rem;color:var(--gray)}.cart-summary__value{font-size:.95rem;font-weight:600;color:var(--dark)}.cart-summary__value--discount{color:var(--success)}.cart-summary__divider{height:1px;background:#f0f0f0;margin:12px 0}.cart-summary__total{display:flex;justify-content:space-between;align-items:center;padding:16px 0 20px}.cart-summary__total-label{font-size:1rem;font-weight:600;color:var(--dark)}.cart-summary__total-value{font-size:1.5rem;font-weight:800;color:var(--primary)}.cart-summary__btn{width:100%;display:flex;align-items:center;justify-content:center;gap:10px;padding:16px 24px;background:var(--gradient);color:#fff;border:none;border-radius:14px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 25px rgba(233,30,99,.3)}.cart-summary__btn:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(233,30,99,.4)}.cart-summary__btn svg{width:20px;height:20px}.cart-summary__secure{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:16px;font-size:.8rem;color:var(--gray)}.cart-summary__secure svg{width:16px;height:16px;color:var(--success)}.cart-filled{display:block}.cart-empty-state{display:none}.cart-section.is-empty .cart-filled{display:none}.cart-section.is-empty .cart-empty-state{display:block}.cart-empty{text-align:center;padding:60px 30px;background:#fff;border-radius:24px;box-shadow:0 10px 40px rgba(0,0,0,.06);max-width:500px;margin:0 auto}.cart-empty__illustration{position:relative;width:130px;height:130px;margin:0 auto 28px}.cart-empty__circle{position:absolute;border-radius:50%}.cart-empty__circle--outer{width:130px;height:130px;top:0;left:0;background:linear-gradient(135deg,#fdf2f8 0%,#fce7f3 100%);animation:pulse-outer 2s ease-in-out infinite}.cart-empty__circle--inner{width:95px;height:95px;top:17.5px;left:17.5px;background:linear-gradient(135deg,#fce7f3 0%,#fbcfe8 100%);animation:pulse-inner 2s ease-in-out infinite .3s}@keyframes pulse-outer{0%, 100%{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:0.8}}@keyframes pulse-inner{0%, 100%{transform:scale(1)}50%{transform:scale(1.08)}}.cart-empty__icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:65px;height:65px;background:linear-gradient(135deg,var(--primary) 0%,#ff6b9d 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 8px 25px rgba(233,30,99,.4)}.cart-empty__icon svg{width:30px;height:30px}.cart-empty__title{font-size:1.4rem;font-weight:800;color:var(--dark);margin-bottom:10px}.cart-empty__text{color:var(--gray);margin-bottom:28px;font-size:.95rem;line-height:1.7}.cart-empty__btn{display:inline-flex;align-items:center;gap:10px;padding:16px 32px;background:linear-gradient(135deg,var(--primary) 0%,#ff6b9d 100%);color:#fff;border-radius:50px;font-weight:700;font-size:1rem;transition:all .3s ease;box-shadow:0 8px 25px rgba(233,30,99,.35)}.cart-empty__btn:hover{transform:translateY(-3px);box-shadow:0 12px 35px rgba(233,30,99,.45)}.cart-empty__btn svg{width:20px;height:20px}.popular-services{margin-top:40px;max-width:500px;margin-left:auto;margin-right:auto}.popular-services__title{font-size:1rem;font-weight:700;color:var(--dark);margin-bottom:16px;display:flex;align-items:center;justify-content:center;gap:8px}.popular-services__title svg{width:20px;height:20px;color:#fbbf24}.popular-services__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.popular-card{display:flex;align-items:center;gap:12px;padding:14px;background:#fff;border-radius:14px;border:2px solid #f0f0f0;transition:all .3s ease}.popular-card:hover{border-color:var(--primary);box-shadow:0 6px 20px rgba(233,30,99,.12);transform:translateY(-2px)}.popular-card__icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.popular-card--instagram .popular-card__icon{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888)}.popular-card--tiktok .popular-card__icon{background:#000}.popular-card--youtube .popular-card__icon{background:red}.popular-card--twitter .popular-card__icon{background:#000}.popular-card__icon svg{width:20px;height:20px}.popular-card__name{font-size:.9rem;font-weight:600;color:var(--dark)}.related-services{margin-top:40px}.related-services__title{font-size:1.25rem;font-weight:700;color:var(--dark);margin-bottom:20px;display:flex;align-items:center;gap:10px}.related-services__title svg{width:24px;height:24px;color:var(--primary)}.related-services__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.service-card{background:#fff;border-radius:16px;padding:20px;border:2px solid #f0f0f0;transition:all .3s ease;cursor:pointer}.service-card:hover{border-color:var(--primary);box-shadow:0 10px 30px rgba(233,30,99,.15);transform:translateY(-3px)}.service-card__header{display:flex;align-items:center;gap:12px;margin-bottom:12px}.service-card__icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff}.service-card__icon--instagram{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888)}.service-card__icon--tiktok{background:#000}.service-card__icon--youtube{background:red}.service-card__icon svg{width:20px;height:20px}.service-card__name{font-size:.9rem;font-weight:600;color:var(--dark)}.service-card__price{font-size:1.1rem;font-weight:700;color:var(--primary)}.service-card__btn{width:100%;padding:10px;background:#fdf2f8;border:none;border-radius:10px;color:var(--primary);font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s ease;margin-top:12px}.service-card__btn:hover{background:var(--primary);color:#fff}@media (max-width:1200px){.header__inner{padding:14px 20px}.search-box{max-width:320px;margin:0 16px}.nav__link{padding:8px 12px;font-size:.85rem}}@media (max-width:1024px){.search-box{max-width:400px;flex:1}.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}.related-services__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.main-nav{display:none}.header__actions{display:none}.header__mobile-actions{display:flex}.nav,.search-box{display:none}.header__inner{padding:12px 16px}.logo__text{font-size:1.3rem}.logo__icon{width:36px;height:36px}.cart-progress__steps{max-width:100%}.progress-step{padding:16px 8px;font-size:.65rem}.progress-step__number{width:32px;height:32px;font-size:.8rem}.cart-section{padding:20px 0 40px}.container{padding:0 12px}.cart-items{border-radius:16px}.cart-items__header{padding:16px}.cart-items__title{font-size:1rem}.cart-item{display:flex;align-items:center;gap:12px;padding:14px 16px}.cart-item__platform{width:42px;height:42px;border-radius:10px;flex-shrink:0;display:flex;align-items:center;justify-content:center;color:#fff}.cart-item__platform svg{width:20px;height:20px}.cart-item__info{flex:1;min-width:0}.cart-item__name{font-size:.85rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-item__username{font-size:.7rem}.cart-item__price{text-align:right;flex-shrink:0}.cart-item__new-price{font-size:.95rem}.cart-item__discount,.cart-item__old-price{display:none}.cart-item__remove{width:32px;height:32px;flex-shrink:0}.cart-item__remove svg{width:16px;height:16px}.cart-summary{border-radius:16px;padding:20px;margin-top:16px}.cart-summary__title{font-size:1rem;margin-bottom:16px;padding-bottom:12px}.cart-summary__btn{padding:14px 20px;font-size:.95rem;border-radius:12px}.related-services{margin-top:24px}.related-services__title{font-size:1rem}.related-services__grid{grid-template-columns:1fr;gap:12px}.service-card{padding:16px;border-radius:12px}.cart-empty{padding:40px 20px;border-radius:20px}.cart-empty__illustration{width:100px;height:100px;margin-bottom:20px}.cart-empty__circle--outer{width:100px;height:100px}.cart-empty__circle--inner{width:70px;height:70px;top:15px;left:15px}.cart-empty__icon{width:50px;height:50px}.cart-empty__icon svg{width:24px;height:24px}.cart-empty__title{font-size:1.2rem}.cart-empty__text{font-size:.9rem;margin-bottom:24px}.cart-empty__btn{padding:14px 28px;font-size:.95rem}.popular-services{margin-top:30px}.popular-services__title{font-size:.9rem}.popular-services__grid{grid-template-columns:1fr 1fr;gap:10px}.popular-card{padding:12px;border-radius:12px}.popular-card__icon{width:36px;height:36px;border-radius:8px}.popular-card__icon svg{width:18px;height:18px}.popular-card__name{font-size:.85rem}.footer{padding:50px 0 24px}.footer__top{flex-direction:column;gap:20px;text-align:center}.footer__grid{grid-template-columns:1fr;gap:30px}.footer__bottom{flex-direction:column;gap:16px;text-align:center}}.contact-hero{background:linear-gradient(135deg,#0f0f1a 0%,#1a1a2e 50%,#16213e 100%);padding:80px 0;position:relative;overflow:hidden}.contact-hero::before{content:'';position:absolute;top:-100%;right:-50%;width:150%;height:300%;background:radial-gradient(circle,rgba(233,30,99,.15) 0%,transparent 40%);animation:pulse-glow 8s ease-in-out infinite}.contact-hero::after{content:'';position:absolute;bottom:-50%;left:-30%;width:100%;height:200%;background:radial-gradient(circle,rgba(156,39,176,.1) 0%,transparent 40%);animation:pulse-glow 10s ease-in-out infinite 2s}.contact-hero__decoration{position:absolute;width:300px;height:300px;border:1px solid rgba(233,30,99,.2);border-radius:50%;top:50%;right:10%;transform:translateY(-50%);animation:float 8s ease-in-out infinite}.contact-hero__decoration::before{content:'';position:absolute;width:200px;height:200px;border:1px solid rgba(233,30,99,.15);border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%)}.contact-hero__decoration::after{content:'';position:absolute;width:100px;height:100px;background:linear-gradient(135deg,rgba(233,30,99,.3),rgba(156,39,176,.3));border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%);filter:blur(20px)}.contact-hero__inner{max-width:1280px;margin:0 auto;padding:0 24px;position:relative;z-index:1;text-align:center}.contact-hero__badge{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;background:rgba(233,30,99,.15);border:1px solid rgba(233,30,99,.3);border-radius:50px;margin-bottom:24px;backdrop-filter:blur(10px)}.contact-hero__badge-icon{width:20px;height:20px;color:#e91e63}.contact-hero__badge-text{font-size:.85rem;font-weight:600;color:#f8bbd9;letter-spacing:.5px}.contact-hero__title{font-size:3.5rem;font-weight:800;color:#fff;margin-bottom:16px;letter-spacing:-.03em}.contact-hero__title span{background:linear-gradient(135deg,var(--primary),#ff6b9d,#9c27b0);background-size:200% 200%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:gradient-shift 5s ease infinite}.contact-hero__desc{font-size:1.2rem;color:rgba(255,255,255,.7);max-width:500px;margin:0 auto;line-height:1.7}.contact-section{padding:80px 0;background:linear-gradient(180deg,#f8f9fa 0%,#fff 100%);position:relative}.contact-section::before{content:'';position:absolute;top:0;left:0;right:0;height:200px;background:linear-gradient(180deg,rgba(233,30,99,.03),transparent)}.contact-section__inner{max-width:1100px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:380px 1fr;gap:40px;position:relative;z-index:1}.contact-info{background:linear-gradient(145deg,rgba(255,255,255,.95),rgba(255,255,255,.8));backdrop-filter:blur(20px);border-radius:28px;padding:36px;height:fit-content;border:1px solid rgba(233,30,99,.1);box-shadow:0 20px 60px -20px rgba(233,30,99,.15);position:relative;overflow:hidden}.contact-info::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:var(--gradient)}.contact-info__header{display:flex;align-items:center;gap:14px;margin-bottom:28px}.contact-info__icon{width:56px;height:56px;background:linear-gradient(135deg,var(--primary),#9c27b0);border-radius:16px;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 30px -10px rgba(233,30,99,.5)}.contact-info__icon svg{width:28px;height:28px;color:#fff}.contact-info__title{font-size:1.4rem;font-weight:700;color:var(--dark);margin-bottom:4px}.contact-info__subtitle{display:flex;align-items:center;gap:6px;font-size:.85rem;color:#22c55e;font-weight:500}.contact-info__subtitle svg{width:16px;height:16px}.contact-item{display:flex;align-items:center;gap:16px;padding:20px;background:linear-gradient(145deg,#f8f9fa,#fff);border-radius:18px;margin-bottom:16px;transition:all .3s ease;border:1px solid transparent;position:relative;overflow:hidden}.contact-item::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:var(--gradient);opacity:0;transition:opacity .3s ease}.contact-item:hover{transform:translateX(8px);border-color:rgba(233,30,99,.15);box-shadow:0 10px 30px -10px rgba(0,0,0,.1)}.contact-item:hover::before{opacity:1}.contact-item:last-child{margin-bottom:0}.contact-item__icon{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0;position:relative}.contact-item__icon::after{content:'';position:absolute;inset:-3px;border-radius:17px;border:2px solid transparent;background:inherit;opacity:.3;filter:blur(8px)}.contact-item__icon--whatsapp{background:linear-gradient(135deg,#25d366,#128c7e)}.contact-item__icon--email{background:linear-gradient(135deg,var(--primary),#9c27b0)}.contact-item__icon svg{width:26px;height:26px;color:#fff;position:relative;z-index:1}.contact-item__content{flex:1}.contact-item__label{font-size:1.05rem;font-weight:700;color:var(--dark);margin-bottom:4px}.contact-item__value{font-size:.9rem;color:var(--gray)}.contact-item__badge{background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;font-size:.7rem;font-weight:700;padding:6px 12px;border-radius:20px;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 4px 15px -5px rgba(34,197,94,.5)}.contact-form{background:#fff;border-radius:28px;padding:40px;box-shadow:0 25px 80px -20px rgba(0,0,0,.1);border:1px solid rgba(0,0,0,.05)}.contact-form__header{margin-bottom:32px}.contact-form__title{font-size:1.5rem;font-weight:700;color:var(--dark);margin-bottom:8px}.contact-form__subtitle{font-size:.95rem;color:var(--gray)}.contact-form__grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px}.form-group{position:relative}.form-group--full{grid-column:span 2}.form-input{width:100%;padding:18px 22px;border:2px solid #eef0f2;border-radius:16px;font-size:.95rem;color:var(--dark);background:#fafbfc;transition:all .3s ease;outline:none}.form-input:hover{border-color:#ddd;background:#fff}.form-input:focus{border-color:var(--primary);background:#fff;box-shadow:0 0 0 4px rgba(233,30,99,.1)}.form-input::placeholder{color:#aaa}.form-select{width:100%;padding:18px 22px;border:2px solid #eef0f2;border-radius:16px;font-size:.95rem;color:var(--dark);background:#fafbfc;transition:all .3s ease;outline:none;cursor:pointer;appearance:none;background-image:url(data:image/svg+xml,%3Csvg\ xmlns=\'http://www.w3.org/2000/svg\'\ width=\'24\'\ height=\'24\'\ viewBox=\'0\ 0\ 24\ 24\'\ fill=\'none\'\ stroke=\'%236b7280\'\ stroke-width=\'2\'\ stroke-linecap=\'round\'\ stroke-linejoin=\'round\'%3E%3Cpolyline\ points=\'6\ 9\ 12\ 15\ 18\ 9\'%3E%3C/polyline%3E%3C/svg%3E);background-repeat:no-repeat;background-position:right 18px center;background-size:20px}.form-select:hover{border-color:#ddd;background-color:#fff}.form-select:focus{border-color:var(--primary);background-color:#fff;box-shadow:0 0 0 4px rgba(233,30,99,.1)}.form-textarea{width:100%;padding:18px 22px;border:2px solid #eef0f2;border-radius:16px;font-size:.95rem;color:var(--dark);background:#fafbfc;transition:all .3s ease;outline:none;resize:vertical;min-height:140px;font-family:inherit}.form-textarea:hover{border-color:#ddd;background:#fff}.form-textarea:focus{border-color:var(--primary);background:#fff;box-shadow:0 0 0 4px rgba(233,30,99,.1)}.form-textarea::placeholder{color:#aaa}.form-submit{display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:18px 36px;background:linear-gradient(135deg,var(--primary),#d81b60);color:#fff;border:none;border-radius:16px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s ease;margin-top:12px;position:relative;overflow:hidden}.form-submit::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.form-submit:hover{transform:translateY(-3px);box-shadow:0 15px 40px -10px rgba(233,30,99,.5)}.form-submit:hover::before{left:100%}.form-submit svg{width:22px;height:22px}.footer{background:linear-gradient(135deg,#1a1a2e 0%,#16213e 50%,#0f0f1a 100%);color:#fff;padding:60px 0 30px}.footer__top{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px}.footer__logo{display:flex;align-items:center;gap:12px}.footer__logo-icon{width:48px;height:48px;background:linear-gradient(135deg,var(--primary),#ff6b9d);border-radius:14px;display:flex;align-items:center;justify-content:center;color:#fff}.footer__logo-icon svg{width:28px;height:28px}.footer__logo-text{font-size:1.5rem;font-weight:800;color:#fff}.footer__social{display:flex;gap:12px}.footer__social-link{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:12px;transition:all .3s ease}.footer__social-link:hover{background:var(--primary);border-color:var(--primary);transform:translateY(-3px)}.footer__social-icon{width:20px;height:20px}.footer__desc{color:rgba(255,255,255,.6);font-size:.95rem;max-width:500px;margin-bottom:50px;line-height:1.8}.footer__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px;margin-bottom:50px}.footer__column h4{font-size:.85rem;font-weight:700;margin-bottom:24px;color:var(--primary);letter-spacing:1px}.footer__links{display:flex;flex-direction:column;gap:14px}.footer__link{color:rgba(255,255,255,.6);font-size:.9rem;transition:all .2s ease}.footer__link:hover{color:#fff;padding-left:8px}.footer__bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:30px;display:flex;justify-content:space-between;align-items:center}.footer__copyright{font-size:.85rem;color:rgba(255,255,255,.5)}.footer__payments{display:flex;gap:16px;align-items:center}.footer__payment-badge{padding:6px 12px;background:rgba(255,255,255,.1);border-radius:6px;font-size:.75rem;font-weight:600;color:rgba(255,255,255,.7);transition:all .2s}.footer__payment-badge:hover{background:rgba(255,255,255,.2);color:#fff}@media (max-width:1200px){.header__inner{padding:14px 20px}.search-box{max-width:320px;margin:0 16px}.nav__link{padding:8px 12px;font-size:.85rem}}@media (max-width:1024px){.search-box{max-width:400px;flex:1}}@media (max-width:768px){.main-nav{display:none}.header__actions{display:none}.header__mobile-actions{display:flex}.nav,.search-box{display:none}.header__inner{padding:12px 16px}.logo__text{font-size:1.3rem}.contact-hero{padding:50px 0}.contact-hero__decoration{display:none}.contact-hero__inner{padding:0 16px}.contact-hero__badge{padding:8px 16px}.contact-hero__badge-text{font-size:.8rem}.contact-hero__title{font-size:2rem}.contact-hero__desc{font-size:.95rem}.contact-section{padding:40px 0}.contact-section__inner{padding:0 16px;grid-template-columns:1fr;gap:24px}.contact-info{padding:28px;border-radius:24px}.contact-info__header{margin-bottom:24px}.contact-info__icon{width:48px;height:48px;border-radius:14px}.contact-info__icon svg{width:24px;height:24px}.contact-item{padding:16px}.contact-item__icon{width:46px;height:46px}.contact-form{padding:28px;border-radius:24px}.contact-form__grid{grid-template-columns:1fr;gap:16px}.form-group--full{grid-column:span 1}.form-input,.form-select,.form-textarea{padding:16px 18px}.form-submit{width:100%;padding:16px}.footer{padding:40px 0 20px}.footer__top{flex-direction:column;gap:24px;align-items:flex-start}.footer__grid{grid-template-columns:1fr;gap:30px}.footer__bottom{flex-direction:column;gap:20px;text-align:center}}.sss-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;align-items:start}.faq-item{background:#fff;border-radius:20px;overflow:hidden;border:2px solid #f0f0f0;transition:all .3s ease;box-shadow:0 4px 15px rgba(0,0,0,.05)}.faq-item:hover{border-color:#667eea;box-shadow:0 15px 35px -10px rgba(102,126,234,.2);transform:translateY(-3px)}.faq-item summary{padding:24px 28px;display:flex;align-items:center;gap:16px;cursor:pointer;list-style:none}.faq-item summary::-webkit-details-marker{display:none}.faq-item__icon-box{width:44px;height:44px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 8px 20px -5px rgba(102,126,234,.3)}.faq-item__icon{width:22px;height:22px;color:#fff;flex-shrink:0}.faq-item__question{font-size:1rem;font-weight:600;color:var(--dark);flex:1}.faq-item__arrow{width:20px;height:20px;color:#667eea;transition:transform .3s ease}.faq-item[open] .faq-item__arrow{transform:rotate(180deg)}.faq-item__answer{padding:0 28px 24px 88px;color:var(--gray);line-height:1.7;font-size:.95rem;text-align:left}.faq-item__answer p{margin:0 0 12px 0}.faq-item__answer p:last-child{margin-bottom:0}.sss-empty{text-align:center;padding:60px 20px;color:var(--gray)}.sss-empty svg{width:64px;height:64px;margin-bottom:16px;opacity:.4}@media (max-width:768px){.sss-grid{grid-template-columns:1fr;gap:16px}.faq-item summary{padding:20px}.faq-item__icon-box{width:40px;height:40px}.faq-item__icon{width:20px;height:20px}.faq-item__question{font-size:.95rem}.faq-item__answer{padding:0 20px 20px 76px;font-size:.9rem}}.footer{background:linear-gradient(135deg,#1a1a2e 0%,#16213e 50%,#0f0f1a 100%);color:#fff;padding:60px 0 30px}.footer__top{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px}.footer__logo{display:flex;align-items:center;gap:12px}.footer__logo-icon{width:48px;height:48px;background:linear-gradient(135deg,var(--primary),#ff6b9d);border-radius:14px;display:flex;align-items:center;justify-content:center;color:#fff}.footer__logo-icon svg{width:28px;height:28px}.footer__logo-text{font-size:1.5rem;font-weight:800;color:#fff}.footer__social{display:flex;gap:12px}.footer__social-link{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:12px;transition:all .3s ease}.footer__social-link:hover{background:var(--primary);border-color:var(--primary);transform:translateY(-3px)}.footer__social-icon{width:20px;height:20px}.footer__desc{color:rgba(255,255,255,.6);font-size:.95rem;max-width:500px;margin-bottom:50px;line-height:1.8}.footer__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px;margin-bottom:50px}.footer__column h4{font-size:.85rem;font-weight:700;margin-bottom:24px;color:var(--primary);letter-spacing:1px}.footer__links{display:flex;flex-direction:column;gap:14px}.footer__link{color:rgba(255,255,255,.6);font-size:.9rem;transition:all .2s ease}.footer__link:hover{color:#fff;padding-left:8px}.footer__bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:30px;display:flex;justify-content:space-between;align-items:center}.footer__copyright{font-size:.85rem;color:rgba(255,255,255,.5)}.footer__payments{display:flex;gap:16px;align-items:center}.footer__payment-badge{padding:6px 12px;background:rgba(255,255,255,.1);border-radius:6px;font-size:.75rem;font-weight:600;color:rgba(255,255,255,.7);transition:all .2s}.footer__payment-badge:hover{background:rgba(255,255,255,.2);color:#fff}@media (max-width:1200px){.header__inner{padding:14px 20px}.search-box{max-width:320px;margin:0 16px}.nav__link{padding:8px 12px;font-size:.85rem}}@media (max-width:1024px){.search-box{max-width:400px;flex:1}.kurumsal-content__inner{grid-template-columns:280px 1fr;gap:30px}}@media (max-width:768px){.main-nav{display:none}.header__actions{display:none}.header__mobile-actions{display:flex}.nav,.search-box{display:none}.header__inner{padding:12px 16px}.logo__text{font-size:1.3rem}.kurumsal-hero{padding:50px 0}.kurumsal-hero__decoration{display:none}.kurumsal-hero__inner{padding:0 16px}.kurumsal-hero__badge{padding:8px 16px}.kurumsal-hero__badge-text{font-size:.8rem}.kurumsal-hero__title{font-size:2rem}.kurumsal-hero__desc{font-size:.95rem}.kurumsal-content{padding:30px 0 60px}.kurumsal-content__inner{padding:0 16px;grid-template-columns:1fr;gap:24px}.kurumsal-sidebar{position:static}.kurumsal-menu{padding:0;border-radius:20px}.kurumsal-menu__header{padding:20px 20px 16px;margin-bottom:0;border-bottom:1px solid rgba(102,126,234,.1)}.kurumsal-menu__icon{width:44px;height:44px}.kurumsal-menu__icon svg{width:22px;height:22px}.kurumsal-menu__title{font-size:1.05rem}.kurumsal-menu__links{display:flex;flex-direction:column;gap:0}.kurumsal-menu__link{padding:16px 20px;font-size:.9rem;border-bottom:1px solid rgba(102,126,234,.08)}.kurumsal-menu__link:last-child{border-bottom:none;border-radius:0 0 20px 20px}.kurumsal-menu__link:hover{padding-left:20px}.kurumsal-menu__link--active{padding-left:20px}.kurumsal-main{padding:24px;border-radius:20px}.kurumsal-main__title{font-size:1.4rem}.kurumsal-main__content h2{font-size:1.2rem}.footer{padding:40px 0 20px}.footer__top{flex-direction:column;gap:24px;align-items:flex-start}.footer__grid{grid-template-columns:1fr;gap:30px}.footer__bottom{flex-direction:column;gap:20px;text-align:center}}.progress-step{flex:1;display:flex;flex-direction:column;align-items:center;gap:8px;padding:24px 16px;font-size:.75rem;font-weight:600;color:#9ca3af;position:relative;text-transform:uppercase;letter-spacing:.5px;transition:all .3s ease}.progress-step::after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background:#e5e7eb;transition:all .3s ease}.progress-step--active{color:var(--primary)}.progress-step--active::after{background:var(--primary)}.progress-step--completed{color:var(--success)}.progress-step--completed::after{background:var(--success)}.progress-step__number{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#f3f4f6;border-radius:50%;font-size:.85rem;font-weight:700;color:#9ca3af;transition:all .3s ease}.progress-step--active .progress-step__number{background:var(--primary);color:#fff;box-shadow:0 4px 15px rgba(233,30,99,.4)}.progress-step--completed .progress-step__number{background:var(--success);color:#fff}.progress-step--completed .progress-step__number span{display:none}.progress-step--completed .progress-step__number::after{content:"✓";font-size:1rem;font-weight:700}@media (max-width:480px){.progress-step{padding:16px 8px;font-size:.65rem}.progress-step__number{width:28px;height:28px;font-size:.75rem}}.stats .stat-item__label{color:#374151 \!important}.stats .stat-item__value{color:var(--primary) \!important}.stats .stat-item{background:#fff \!important;border:2px solid #eee \!important;border-radius:24px\!important;box-shadow:0 4px 15px rgba(0,0,0,.05) \!important}.stats .stat-item{text-align:center\!important;background:#fff \!important;border-radius:24px\!important;padding:36px 24px\!important;border:2px solid #eee \!important;display:block\!important}.stats .stat-item__icon{width:64px\!important;height:64px\!important;padding:16px\!important;background:linear-gradient(135deg,var(--primary),#ff6b9d) \!important;border-radius:50% \!important;color:#fff \!important;margin:0 auto 20px\!important;box-shadow:0 10px 25px -5px rgba(233,30,99,.4) \!important;display:block\!important}.stats .stat-item__value{font-size:2.25rem\!important;font-weight:800 \!important;color:var(--dark) \!important}.stats .stat-item__label{font-size:.9rem\!important;color:var(--gray) \!important}.stats{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)!important;padding:100px 0!important;position:relative!important;overflow:hidden!important}.stats::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url(data:image/svg+xml,%3Csvg\ width=\'60\'\ height=\'60\'\ viewBox=\'0\ 0\ 60\ 60\'\ xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cg\ fill=\'none\'\ fill-rule=\'evenodd\'%3E%3Cg\ fill=\'%23ffffff\'\ fill-opacity=\'0.05\'%3E%3Cpath\ d=\'M36\ 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6\ 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6\ 4V0H4v4H0v2h4v4h2V6h4V4H6z\'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E)!important}.stats .stat-item{background:rgba(255,255,255,.15)!important;backdrop-filter:blur(10px)!important;border:1px solid rgba(255,255,255,.2)!important;border-radius:20px!important;padding:40px 30px!important;text-align:center!important;transition:all .4s cubic-bezier(.4,0,.2,1)!important;position:relative!important;overflow:hidden!important}.stats .stat-item:hover{background:rgba(255,255,255,.25)!important;transform:translateY(-10px)!important;box-shadow:0 25px 50px -12px rgba(0,0,0,.25)!important}.stats .stat-item__icon{width:80px!important;height:80px!important;background:rgba(255,255,255,.2)!important;border-radius:20px!important;display:flex!important;align-items:center!important;justify-content:center!important;margin:0 auto 24px!important;color:#fff!important;transition:all .4s ease!important}.stats .stat-item:hover .stat-item__icon{background:#fff!important;color:#764ba2!important;transform:scale(1.1) rotate(5deg)!important}.stats .stat-item__icon svg{width:40px!important;height:40px!important}.stats .stat-item__value{font-size:3rem!important;font-weight:800!important;color:#fff!important;margin-bottom:8px!important;text-shadow:0 2px 10px rgba(0,0,0,.1)!important}.stats .stat-item__label{font-size:1rem!important;color:rgba(255,255,255,.85)!important;font-weight:500!important;text-transform:uppercase!important;letter-spacing:1px!important}.why-section__features{grid-template-columns:1fr!important}body{background:#f0f1f9!important}.hero{padding:80px 0 100px!important;background:linear-gradient(135deg,#1a1a2e 0%,#16213e 30%,#0f3460 60%,#533483 100%)!important;position:relative!important;overflow:hidden!important}.hero__badge-icon{background:rgba(255,255,255,.1)!important;border:1px solid rgba(255,255,255,.2)!important;border-radius:50px!important;backdrop-filter:blur(10px)!important;box-shadow:none!important}.hero__badge-icon::before{display:none!important}.hero__badge-text{color:#fff!important;background:none!important;-webkit-text-fill-color:#fff!important}.hero__title{color:#fff!important}.hero__title span{color:#e91e63!important}.hero__title strong{color:#fff!important}.hero__desc{color:rgba(255,255,255,.8)!important}.hero__rating-box{background:rgba(255,255,255,.1)!important;border:1px solid rgba(255,255,255,.2)!important;backdrop-filter:blur(10px)!important}.hero__star{color:#fbbf24!important}.hero__rating-number{color:#fff!important}.hero__rating-label{color:rgba(255,255,255,.7)!important}.hero__video-btn-text{color:#fff!important}@media (max-width:768px){.hero{padding:40px 0 60px!important;min-height:auto!important}.hero__inner{display:block!important;text-align:center!important}.hero__content{display:block!important;width:100%!important;padding:0 20px!important}.hero__badge,.hero__badge--desktop,.hero .hero__badge--desktop{display:inline-flex!important;margin-bottom:16px!important}h1.hero__title,.hero__title,#hero-title{font-size:1.6rem!important;line-height:1.3!important;display:block!important;visibility:visible!important;opacity:1!important;color:#fff!important;margin-bottom:16px!important}p.hero__desc,.hero__desc,.hero .hero__desc{font-size:.9rem!important;display:block!important;visibility:visible!important;opacity:1!important;color:rgba(255,255,255,.9)!important;margin-bottom:24px!important}.hero__cta-row{display:flex!important;flex-direction:row!important;justify-content:center!important;gap:12px!important;flex-wrap:wrap!important}.hero__btn{padding:12px 20px!important;font-size:.85rem!important;display:inline-flex!important}.hero__rating-box{display:flex!important}.hero__score{margin-top:24px!important;display:block!important}.hero__score-row{display:flex!important;flex-direction:row!important;justify-content:center!important;align-items:center!important;gap:16px!important}.hero__media{display:none!important}.mobile-fixed-badge{display:none!important}.hero__video-btn{display:flex!important;background:transparent!important;border:none!important;padding:10px!important}}.stats{background:linear-gradient(135deg,#1a1a2e 0%,#16213e 50%,#0f0f1a 100%)!important;padding:60px 0!important;position:relative!important;overflow:hidden!important}.stats .stat-item{background:rgba(255,255,255,.03)!important;border:1px solid rgba(255,255,255,.08)!important;border-radius:20px!important;padding:28px 20px!important;backdrop-filter:blur(10px)!important}.stats .stat-item:hover{background:rgba(255,255,255,.06)!important;border-color:rgba(233,30,99,.3)!important;transform:translateY(-4px)!important}.stats .stat-item__icon{background:linear-gradient(135deg,#e91e63 0%,#ff6b9d 100%)!important;border-radius:16px!important}.stats .stat-item__value{color:#fff!important}.stats .stat-item__label{color:rgba(255,255,255,.6)!important}.stats svg.stat-item__icon{width:60px!important;height:60px!important;padding:14px!important;background:linear-gradient(135deg,#e91e63 0%,#ff6b9d 100%)!important;border-radius:16px!important;color:#fff!important;stroke:#fff!important;margin:0 auto 16px!important;display:block!important}.platforms,.best-sellers,.testimonials,.why-section,.faq,.seo-content{background:transparent!important}.product-hero,.tabs-section{background:transparent!important}.category-hero::after{background:url(data:image/svg+xml,%3Csvg\ xmlns=\'http://www.w3.org/2000/svg\'\ viewBox=\'0\ 0\ 1440\ 120\'\ preserveAspectRatio=\'none\'%3E%3Cpath\ d=\'M0,64\ C360,120\ 720,0\ 1080,64\ C1260,96\ 1380,80\ 1440,64\ L1440,120\ L0,120\ Z\'\ fill=\'%23f0f1f9\'/%3E%3C/svg%3E) no-repeat!important;background-size:cover!important}.kurumsal-hero{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)!important;padding:80px 0 60px!important;text-align:center!important}.kurumsal-hero__title{color:#fff!important}.kurumsal-hero__desc{color:rgba(255,255,255,.9)!important}.kurumsal-content{padding:50px 0 80px!important;background:transparent!important}.kurumsal-content__inner{display:grid!important;grid-template-columns:260px 1fr!important;gap:40px!important;max-width:1200px!important;margin:0 auto!important;padding:0 24px!important}.kurumsal-sidebar{position:sticky!important;top:100px!important}.kurumsal-menu{background:#fff!important;border-radius:20px!important;box-shadow:0 8px 32px rgba(102,126,234,.12) , 0 2px 8px rgba(0,0,0,.04)!important;overflow:hidden!important;border:1px solid rgba(102,126,234,.08)!important}.kurumsal-main{background:#fff!important;border-radius:16px!important;padding:40px!important;box-shadow:0 4px 20px rgba(0,0,0,.06)!important}@media (max-width:768px){.kurumsal-content__inner{grid-template-columns:1fr!important;gap:24px!important;padding:0 16px!important}.kurumsal-sidebar{position:static!important;order:2!important}.kurumsal-main{order:1!important;padding:24px!important}}.platform-card{background:var(--platform-bg)!important;border:none!important;border-radius:14px!important;padding:24px 16px!important;box-shadow:0 4px 16px -6px var(--platform-shadow)!important}.platform-card:hover{transform:translateY(-6px)!important;box-shadow:0 12px 28px -8px var(--platform-shadow)!important}.platform-card__icon{width:48px!important;height:48px!important;background:transparent!important;box-shadow:none!important}.platform-card__icon svg{fill:#fff!important;color:#fff!important}.platform-card__icon svg path,.platform-card__icon svg circle,.platform-card__icon svg rect{fill:#fff!important}.platform-card__name{color:#fff!important;text-transform:uppercase!important;font-size:.75rem!important}.platform-card--twitter-x-,.platform-card[class*="twitter"]{background:#000!important}.platform-card--kick,.platform-card[class*="kick"]{background:#53fc18!important}.section__header{display:flex!important;flex-direction:row!important;align-items:center!important;gap:16px!important;padding-bottom:16px!important;margin-bottom:28px!important;border-bottom:none!important;position:relative!important}.section__icon{width:48px!important;height:48px!important;padding:12px!important;border-radius:14px!important;display:flex!important;align-items:center!important;justify-content:center!important;background:linear-gradient(135deg,var(--primary),#ff6b9d)!important;box-shadow:0 8px 20px -6px rgba(255,107,157,.4)!important}.section__icon svg{width:22px!important;height:22px!important;color:#fff!important;stroke:#fff!important;fill:#fff!important}.section__title{font-size:1.35rem!important;font-weight:600!important;color:#374151!important;letter-spacing:0!important}.testimonials__header.section__header{margin-bottom:36px!important}.faq__header.section__header{margin-bottom:36px!important}.faq-item__icon-box{width:36px!important;height:36px!important;padding:8px!important;border-radius:10px!important;display:flex!important;align-items:center!important;justify-content:center!important;background:linear-gradient(135deg,#e91e63 0%,#ff6b9d 100%)!important}.faq-item__icon{width:18px!important;height:18px!important;color:#fff!important;stroke:#fff!important}.why-section__features{display:grid!important;grid-template-columns:1fr 1fr!important;gap:16px!important}.hero__video-btn-icon{width:50px!important;height:50px!important;background:linear-gradient(135deg,#e91e63 0%,#9c27b0 100%)!important;border-radius:50%!important;box-shadow:none!important}.hero__video-btn-icon::before,.hero__video-btn-icon::after{display:none!important;content:none!important}.hero__video-btn-icon svg{width:18px!important;height:18px!important;color:#fff!important;margin-left:3px!important}.testimonials{background:transparent!important}.testimonial-card{background:#fff!important;border:1px solid #e5e7eb!important}.faq{background:transparent!important}.why-section__badge,.testimonials__badge,.faq__badge{display:none!important}.kurumsal-menu__header{display:flex!important;align-items:center!important;gap:14px!important;padding:24px 20px!important;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)!important;border-bottom:none!important}.kurumsal-menu__icon{width:44px!important;height:44px!important;background:rgba(255,255,255,.2)!important;backdrop-filter:blur(10px)!important;border-radius:12px!important;display:flex!important;align-items:center!important;justify-content:center!important;color:#fff!important}.kurumsal-menu__icon svg{width:22px!important;height:22px!important}.kurumsal-menu__title{font-size:1.1rem!important;font-weight:700!important;color:#fff!important;letter-spacing:-.3px!important}.kurumsal-menu__links{padding:12px!important;display:flex!important;flex-direction:column!important;gap:4px!important}.kurumsal-menu__link{display:flex!important;align-items:center!important;gap:12px!important;padding:14px 16px!important;border-radius:12px!important;color:#4b5563!important;font-weight:500!important;font-size:.95rem!important;transition:all .25s cubic-bezier(.4,0,.2,1)!important;position:relative!important;overflow:hidden!important}.kurumsal-menu__link svg{width:20px!important;height:20px!important;flex-shrink:0!important;transition:transform .25s ease!important}.kurumsal-menu__link:hover{background:linear-gradient(135deg,rgba(102,126,234,.1),rgba(118,75,162,.1))!important;color:#667eea!important;transform:translateX(4px)!important}.kurumsal-menu__link:hover svg{transform:scale(1.1)!important}.kurumsal-menu__link--active{background:linear-gradient(135deg,#667eea,#764ba2)!important;color:#fff!important;box-shadow:0 4px 15px rgba(102,126,234,.4)!important}.kurumsal-menu__link--active svg{color:#fff!important;stroke:#fff!important}.kurumsal-menu__link--active:hover{background:linear-gradient(135deg,#5a6fd6,#6a42a0)!important;color:#fff!important;transform:translateX(4px)!important}.kurumsal-main__content{color:#4b5563!important;line-height:1.8!important}.kurumsal-main__content h2{font-size:1.35rem!important;font-weight:700!important;color:#1a1a2e!important;margin:28px 0 14px!important}.hero__title span::after{background:rgba(233,30,99,.3)!important}.platforms .section__icon{display:block!important;width:42px!important;height:42px!important;padding:10px!important;background:linear-gradient(135deg,var(--primary),#ff6b9d)!important;border-radius:12px!important;color:#fff!important;box-shadow:0 8px 20px -6px rgba(255,107,157,.4)!important}.section__header .section__icon{display:block!important}.platforms__grid{display:grid!important;grid-template-columns:repeat(6,1fr)!important;gap:16px!important}.platform-card{border-radius:16px!important;padding:32px 16px!important;transition:all .3s ease!important;position:relative!important;overflow:hidden!important;cursor:pointer!important;aspect-ratio:unset!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important}.platform-card::before{content:''!important;display:block!important;position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;background-image:radial-gradient(circle at 2px 2px,rgba(255,255,255,.15) 1px,transparent 0)!important;background-size:16px 16px!important;pointer-events:none!important;z-index:1!important}.platform-card::after{display:none!important}.platform-card:hover{transform:translateY(-4px)!important;box-shadow:0 12px 24px -8px var(--platform-shadow)!important}.platform-card__icon{width:90px!important;height:90px!important;transition:all .3s ease!important;display:flex!important;align-items:center!important;justify-content:center!important}.platform-card__icon svg{width:72px!important;height:72px!important;fill:#fff!important;color:#fff!important}.platform-card__icon svg path,.platform-card__icon svg circle,.platform-card__icon svg rect,.platform-card__icon svg polygon{fill:#fff!important}.platform-card:hover .platform-card__icon{transform:scale(1.1)!important}.platform-card__name{font-size:1rem!important;font-weight:600!important;letter-spacing:.5px!important;margin-top:0!important;text-shadow:none!important;color:#fff!important;text-transform:uppercase!important}@media (max-width:768px){.platforms__grid{grid-template-columns:repeat(2,1fr)!important;gap:12px!important}.platform-card{padding:24px 12px!important;border-radius:14px!important}.platform-card__icon{width:75px!important;height:75px!important;margin-top:auto!important}.platform-card__icon svg{width:60px!important;height:60px!important}.platform-card__name{font-size:.85rem!important;margin-top:auto!important;margin-bottom:auto!important}.container{padding:0 16px!important}.section{padding:50px 0!important}.top-bar{display:block!important;padding:8px 0!important}.top-bar__inner{flex-direction:column!important;gap:8px!important;padding:0 16px!important}.secondary-bar{display:none!important}.header{position:sticky!important;top:0!important;z-index:1000!important;background:#fff!important}.header__inner{padding:12px 16px!important}.search-box{display:none!important}.header__actions{gap:8px!important}.why-section__inner{grid-template-columns:1fr!important;gap:30px!important;text-align:left!important}.why-section__features{grid-template-columns:1fr!important;gap:12px!important}.why-section__image{order:-1!important}.stats__grid{grid-template-columns:repeat(2,1fr)!important;gap:20px!important}.stat-card{padding:20px!important}.testimonials__grid{grid-template-columns:1fr!important;gap:16px!important}.faq__grid{grid-template-columns:1fr!important}.footer__grid{grid-template-columns:1fr!important;gap:30px!important;text-align:center!important}.hero{padding:50px 0 40px!important;min-height:auto!important}.hero__inner{display:block!important;position:relative!important}.hero__content{position:relative!important;bottom:auto!important;left:auto!important;right:auto!important;display:block!important;padding:0 16px!important;text-align:center!important}.hero__badge--desktop{display:inline-flex!important;margin-bottom:16px!important}.hero .hero__title,.hero #hero-title,.hero h1.hero__title,h1.hero__title,#hero-title,.hero__title{display:block!important;font-size:1.75rem!important;font-weight:800!important;font-style:italic!important;line-height:1.25!important;color:#fff!important;margin-bottom:16px!important;letter-spacing:-.02em!important;text-shadow:0 0 0 transparent!important;-webkit-text-stroke:0!important}.hero__title span,.hero .hero__title span{color:#e91e63!important;text-shadow:0 0 0 transparent!important;position:relative!important}.hero__title span::after{content:''!important;display:block!important;position:absolute!important;left:0!important;bottom:0!important;width:100%!important;height:12px!important;background:rgba(233,30,99,.3)!important;border-radius:2px!important;z-index:-1!important}.hero__title strong{font-weight:800!important;text-shadow:0 0 0 transparent!important}.hero__desc,p.hero__desc,.hero .hero__desc{display:block!important;font-size:.95rem!important;line-height:1.6!important;color:rgba(255,255,255,.9)!important;margin-bottom:24px!important;text-shadow:0 0 0 transparent!important}.hero__cta-row{display:flex!important;justify-content:center!important;align-items:center!important;gap:12px!important}.hero__rating-box{display:flex!important;align-items:center!important;gap:8px!important;position:relative!important;z-index:5!important}.hero__video-btn{display:flex!important;position:relative!important;z-index:1!important}.hero__video-btn-icon{box-shadow:none!important}.hero__video-btn-icon::before,.hero__video-btn-icon::after{display:none!important;content:none!important;animation:none!important}.hero__media{display:none!important}}.main-nav{display:block!important}@media (max-width:768px){.main-nav{display:none!important}}.best-sellers__badge{display:inline-flex;align-items:center;gap:12px;background:linear-gradient(135deg,#1a1a2e 0%,#16213e 100%);padding:16px 32px;border-radius:60px;font-size:1.1rem;font-weight:700;color:#fff;box-shadow:0 10px 40px rgba(0,0,0,.15);position:relative;overflow:hidden}.best-sellers__badge::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);animation:shimmer 3s infinite}@keyframes shimmer {
    0% { left: -100%; }
    100% { left: 100%; }
}.best-sellers__badge svg{color:#ffd700;filter:drop-shadow(0 0 8px rgba(255,215,0,.5))}.best-sellers .tabs{display:flex;justify-content:center;gap:12px;margin-bottom:40px;flex-wrap:wrap}.best-sellers .tab{display:flex;align-items:center;gap:10px;padding:14px 28px;border-radius:16px;background:#fff;color:#64748b;font-size:.95rem;font-weight:600;transition:all .3s ease;border:2px solid #e2e8f0;box-shadow:0 2px 8px rgba(0,0,0,.04);cursor:pointer}.best-sellers .tab:hover{transform:translateY(-2px);border-color:#e91e63;color:#e91e63;box-shadow:0 8px 24px rgba(233,30,99,.15)}.best-sellers .tab--active{background:linear-gradient(135deg,#e91e63 0%,#c2185b 100%);color:#fff;border-color:transparent;box-shadow:0 8px 24px rgba(233,30,99,.35)}.best-sellers .tab--active:hover{transform:translateY(-2px);box-shadow:0 12px 32px rgba(233,30,99,.4)}.best-sellers .tab__icon{width:22px;height:22px}.best-sellers .tab--active .tab__icon{filter:drop-shadow(0 0 4px rgba(255,255,255,.5))}.best-sellers .tab{padding:14px;border-radius:50%;width:52px;height:52px;justify-content:center;font-size:0}.best-sellers .tab__icon{width:24px;height:24px}@media (min-width:769px){.best-sellers .tabs{gap:16px}.best-sellers .tab{width:56px;height:56px}.best-sellers .tab__icon{width:26px;height:26px}}.best-sellers .tabs{display:flex;justify-content:center;gap:20px;margin-bottom:48px}.best-sellers .tab{width:72px;height:72px;padding:0;border-radius:20px;background:linear-gradient(145deg,#fff,#f0f0f0);border:none;box-shadow:8px 8px 20px rgba(0,0,0,.08) , -8px -8px 20px rgba(255,255,255,.9);transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;align-items:center;justify-content:center}.best-sellers .tab:hover{transform:translateY(-5px) scale(1.05);box-shadow:12px 12px 30px rgba(0,0,0,.12) , -8px -8px 20px rgba(255,255,255,.9)}.best-sellers .tab--active{background:linear-gradient(135deg,#e91e63 0%,#9c27b0 100%);box-shadow:0 15px 35px rgba(233,30,99,.4)}.best-sellers .tab--active:hover{box-shadow:0 20px 45px rgba(233,30,99,.5)}.best-sellers .tab__icon{width:32px;height:32px;transition:transform .3s ease}.best-sellers .tab:hover .tab__icon{transform:scale(1.1)}.best-sellers .tab--active .tab__icon{color:#fff;filter:drop-shadow(0 2px 8px rgba(0,0,0,.2))}@media (min-width:769px){.best-sellers .tabs{gap:24px}.best-sellers .tab{width:80px;height:80px;border-radius:24px}.best-sellers .tab__icon{width:36px;height:36px}}.best-sellers .tab:hover{transform:none;box-shadow:8px 8px 20px rgba(0,0,0,.08) , -8px -8px 20px rgba(255,255,255,.9)}.best-sellers .tab:hover .tab__icon{transform:none}.best-sellers .tab--active:hover{transform:none;box-shadow:0 15px 35px rgba(233,30,99,.4)}.best-sellers .tab--active{box-shadow:none}.best-sellers .tab--active:hover{box-shadow:none}.best-sellers .tab,.best-sellers .tab:hover,.best-sellers .tab:focus,.best-sellers .tab:active,.best-sellers .tab--active,.best-sellers .tab--active:hover,.best-sellers .tab--active:focus,.best-sellers .tab--active:active{box-shadow:none!important}.best-sellers__badge::before{display:none!important;animation:none!important}.best-sellers__badge{display:inline-flex;align-items:center;gap:10px;background:transparent;padding:0;border-radius:0;font-size:2rem;font-weight:800;color:#1a1a2e;box-shadow:none;letter-spacing:-.02em}.best-sellers__badge svg{width:28px;height:28px;color:#e91e63;filter:none}.best-sellers__header{margin-bottom:40px}.best-sellers .tabs{display:inline-flex;background:#f1f5f9;padding:6px;border-radius:16px;gap:6px}.best-sellers .tab{width:56px;height:56px;border-radius:12px;background:transparent;border:none;color:#94a3b8;transition:all .2s ease}.best-sellers .tab__icon{width:28px;height:28px}.best-sellers .tab--active{background:#fff;color:#1a1a2e}@media (min-width:769px){.best-sellers__badge{font-size:2.5rem}.best-sellers__badge svg{width:32px;height:32px}.best-sellers .tabs{padding:8px;border-radius:20px;gap:8px}.best-sellers .tab{width:64px;height:64px;border-radius:14px}.best-sellers .tab__icon{width:32px;height:32px}}.best-sellers__badge{display:inline-flex;align-items:center;gap:12px;background:linear-gradient(135deg,var(--primary),#ff6b9d);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;padding:0;font-size:2.2rem;font-weight:800;letter-spacing:-.03em;position:relative}.best-sellers__badge svg{width:32px;height:32px;color:#f59e0b;-webkit-text-fill-color:initial}@media (min-width:769px){.best-sellers__badge{font-size:2.8rem}.best-sellers__badge svg{width:38px;height:38px}}.best-sellers .tabs{display:flex;justify-content:center;align-items:center;gap:16px;margin:0 auto 48px;padding:0;background:transparent}.best-sellers .tab{width:60px;height:60px;border-radius:16px;background:#fff;border:2px solid #e5e7eb;color:#9ca3af;transition:all .25s ease;cursor:pointer}.best-sellers .tab--active{background:linear-gradient(135deg,var(--primary),#ff6b9d);border-color:transparent;color:#fff}.best-sellers .tab__icon{width:28px;height:28px}@media (min-width:769px){.best-sellers .tabs{gap:20px}.best-sellers .tab{width:68px;height:68px;border-radius:18px}.best-sellers .tab__icon{width:32px;height:32px}}.best-sellers__badge{display:inline-flex;align-items:center;gap:10px;background:linear-gradient(135deg,var(--primary),#ff6b9d);-webkit-background-clip:unset;-webkit-text-fill-color:unset;background-clip:unset;color:#fff;padding:14px 28px;border-radius:50px;font-size:1rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase}.best-sellers__badge svg{width:20px;height:20px;color:#ffd700}@media (min-width:769px){.best-sellers__badge{padding:16px 32px;font-size:1.1rem}.best-sellers__badge svg{width:22px;height:22px}}.best-sellers .tabs{display:flex;justify-content:center;align-items:center;gap:12px;margin:0 auto 48px;background:rgba(255,255,255,.8);backdrop-filter:blur(10px);padding:10px;border-radius:24px;border:1px solid rgba(0,0,0,.06);width:fit-content}.best-sellers .tab{width:54px;height:54px;border-radius:16px;background:transparent;border:none;color:#64748b;transition:all .3s ease;cursor:pointer;position:relative}.best-sellers .tab--active{background:linear-gradient(135deg,var(--primary),#ff6b9d);color:#fff;transform:scale(1.08)}.best-sellers .tab__icon{width:26px;height:26px}@media (min-width:769px){.best-sellers .tabs{gap:14px;padding:12px;border-radius:28px}.best-sellers .tab{width:62px;height:62px;border-radius:18px}.best-sellers .tab__icon{width:30px;height:30px}}.product-card__icon--twitch{background:#9146ff}.product-card__icon--twitter-x-{background:#000}.product-card__icon--kick{background:#53fc18;color:#000}.purchase-modal__icon--twitch{background:#9146ff}.purchase-modal__icon--twitter-x-{background:#000}.purchase-modal__icon--kick{background:#53fc18;color:#000}.purchase-modal__icon--facebook{background:#1877f2}.purchase-modal__icon--telegram{background:#08c}.purchase-modal__icon--spotify{background:#1db954}.features-grid-modern{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:24px}.feature-card-modern{position:relative;display:flex;align-items:center;gap:12px;padding:14px 16px;background:linear-gradient(135deg,rgba(255,255,255,.95) 0%,rgba(249,250,251,.9) 100%);border:1px solid rgba(233,30,99,.1);border-radius:14px;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:default}.feature-card-modern::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,transparent 0%,rgba(233,30,99,.03) 100%);opacity:0;transition:opacity .3s ease}.feature-card-modern:hover{transform:translateY(-2px);border-color:rgba(233,30,99,.25);box-shadow:0 8px 25px -5px rgba(233,30,99,.15) , 0 4px 10px -5px rgba(0,0,0,.04)}.feature-card-modern:hover::before{opacity:1}.feature-card-modern__glow{position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(233,30,99,.08) 0%,transparent 60%);opacity:0;transition:opacity .4s ease;pointer-events:none}.feature-card-modern:hover .feature-card-modern__glow{opacity:1}.feature-card-modern__icon{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;width:40px;height:40px;min-width:40px;background:linear-gradient(135deg,#e91e63 0%,#ff5722 100%);border-radius:10px;color:#fff;box-shadow:0 4px 12px -2px rgba(233,30,99,.4);transition:all .3s ease}.feature-card-modern:hover .feature-card-modern__icon{transform:scale(1.05);box-shadow:0 6px 16px -2px rgba(233,30,99,.5)}.feature-card-modern__icon svg{width:20px;height:20px}.feature-card-modern__text{position:relative;z-index:1;flex:1;font-size:.85rem;font-weight:600;color:#1f2937;line-height:1.3}.feature-card-modern__check{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;width:22px;height:22px;min-width:22px;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border-radius:50%;color:#fff;box-shadow:0 2px 8px -1px rgba(16,185,129,.4)}.feature-card-modern__check svg{width:12px;height:12px}.feature-card-modern--users .feature-card-modern__icon{background:linear-gradient(135deg,#8b5cf6 0%,#7c3aed 100%);box-shadow:0 4px 12px -2px rgba(139,92,246,.4)}.feature-card-modern--users:hover .feature-card-modern__icon{box-shadow:0 6px 16px -2px rgba(139,92,246,.5)}.feature-card-modern--shield .feature-card-modern__icon{background:linear-gradient(135deg,#10b981 0%,#059669 100%);box-shadow:0 4px 12px -2px rgba(16,185,129,.4)}.feature-card-modern--shield:hover .feature-card-modern__icon{box-shadow:0 6px 16px -2px rgba(16,185,129,.5)}.feature-card-modern--speed .feature-card-modern__icon{background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%);box-shadow:0 4px 12px -2px rgba(245,158,11,.4)}.feature-card-modern--speed:hover .feature-card-modern__icon{box-shadow:0 6px 16px -2px rgba(245,158,11,.5)}.feature-card-modern--lock .feature-card-modern__icon{background:linear-gradient(135deg,#ec4899 0%,#db2777 100%);box-shadow:0 4px 12px -2px rgba(236,72,153,.4)}.feature-card-modern--lock:hover .feature-card-modern__icon{box-shadow:0 6px 16px -2px rgba(236,72,153,.5)}.feature-card-modern--payment .feature-card-modern__icon{background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%);box-shadow:0 4px 12px -2px rgba(59,130,246,.4)}.feature-card-modern--payment:hover .feature-card-modern__icon{box-shadow:0 6px 16px -2px rgba(59,130,246,.5)}.feature-card-modern--support .feature-card-modern__icon{background:linear-gradient(135deg,#06b6d4 0%,#0891b2 100%);box-shadow:0 4px 12px -2px rgba(6,182,212,.4)}.feature-card-modern--support:hover .feature-card-modern__icon{box-shadow:0 6px 16px -2px rgba(6,182,212,.5)}@media (max-width:480px){.features-grid-modern{grid-template-columns:1fr;gap:10px}.feature-card-modern{padding:12px 14px}.feature-card-modern__icon{width:36px;height:36px;min-width:36px;border-radius:8px}.feature-card-modern__icon svg{width:18px;height:18px}.feature-card-modern__text{font-size:.8rem}}.features-grid-modern{grid-template-columns:1fr!important;gap:10px!important}.faq-item summary{min-height:60px;display:flex;align-items:center}.faq-item__question{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:calc(100% - 80px)}.faq-item summary{min-height:70px!important;display:flex!important;align-items:center!important}.faq-item__question{white-space:normal!important;overflow:visible!important;text-overflow:unset!important;max-width:none!important;line-height:1.4}.faq-item__question{display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;line-height:1.4!important;height:2.8em!important;white-space:normal!important;max-width:none!important;text-overflow:unset!important}.faq-item__question{display:flex!important;align-items:center!important;justify-content:flex-start!important;-webkit-line-clamp:unset!important;-webkit-box-orient:unset!important;height:2.8em!important}.faq-item__answer{text-align:left!important;padding-left:56px!important}@media (max-width:768px){.feature-card-modern__text{font-size:.9rem!important;font-weight:600!important}.feature-card-modern__icon{width:44px!important;height:44px!important;min-width:44px!important}.feature-card-modern__icon svg{width:22px!important;height:22px!important}.feature-card-modern{padding:16px!important}}.feature-card-modern{transition:none!important}.feature-card-modern:hover{transform:none!important;box-shadow:none!important;border-color:rgba(233,30,99,.1)!important}.feature-card-modern:hover::before{opacity:0!important}.feature-card-modern:hover .feature-card-modern__glow{opacity:0!important}.feature-card-modern:hover .feature-card-modern__icon{transform:none!important}.feature-card-modern__glow{display:none!important}.faq-item__question{font-size:.85rem!important}@media (max-width:768px){.faq-item__question{font-size:.8rem!important}}.faq-item__icon-box svg{display:none!important}.faq-item__icon-box::after{content:"?"!important;font-size:20px!important;font-weight:700!important;color:#fff!important}.faq-item__icon-box{display:flex!important;align-items:center!important;justify-content:center!important}.faq-item__icon-box::after{display:flex!important;align-items:center!important;justify-content:center!important;line-height:1!important}.faq-item{text-align:left!important}.faq-item summary{text-align:left!important;justify-content:flex-start!important}.faq-item__answer{text-align:left!important;margin-left:0!important;padding-left:56px!important;padding-right:20px!important}.faq-item__question{text-align:left!important}.feature-card-modern__icon{background:linear-gradient(135deg,#e91e63 0%,#ff6b9d 100%)!important;box-shadow:0 4px 12px -2px rgba(233,30,99,.4)!important}.feature-card-modern:hover .feature-card-modern__icon{box-shadow:0 4px 12px -2px rgba(233,30,99,.4)!important}@media (max-width:768px){.purchase-modal__notice{position:relative!important;margin:0!important;margin-top:16px!important;text-align:center!important;box-sizing:border-box!important;width:100%!important}.purchase-modal__input-wrapper{flex-direction:column!important;gap:12px!important}.purchase-modal__input,.purchase-modal__check-btn{width:100%!important;box-sizing:border-box!important}}.product-image__img{width:100%;height:100%;object-fit:contain;border-radius:24px;max-width:280px;max-height:280px}@media (max-width:768px){.product-image__img{max-width:200px;max-height:200px}}.product-image__visual--custom{background:transparent!important;box-shadow:none!important;border:none!important}.product-image__visual--custom::before,.product-image__visual--custom::after{display:none!important}.product-image--custom{background:transparent!important;box-shadow:none!important;border:none!important;padding:0!important}.product-image--custom::before,.product-image--custom::after{display:none!important;content:none!important}.product-image--custom .product-image__visual{background:transparent!important;box-shadow:none!important;border:none!important}.product-image--custom .product-image__visual::before,.product-image--custom .product-image__visual::after{display:none!important;content:none!important}.product-image--custom{background:transparent!important;box-shadow:none!important;border:none!important;padding:0!important;display:flex!important;align-items:center!important;justify-content:center!important}.product-image--custom .product-image__visual{background:transparent!important;box-shadow:none!important;border:none!important;width:100%!important;height:auto!important;display:flex!important;align-items:center!important;justify-content:center!important}.product-image__img{width:100%!important;max-width:350px!important;height:auto!important;object-fit:contain!important;border-radius:16px!important;display:block!important;margin:0 auto!important}@media (max-width:1024px){.product-image__img{max-width:300px!important}}@media (max-width:768px){.product-image--custom{margin-bottom:20px!important}.product-image__img{max-width:250px!important;margin:0 auto!important}}@media (max-width:480px){.product-image__img{max-width:200px!important}}.product-image--custom{width:100%!important;max-width:100%!important;background:transparent!important;box-shadow:none!important;border:none!important;padding:0!important;margin:0 0 24px 0!important;aspect-ratio:auto!important;height:auto!important}.product-image--custom .product-image__visual{width:100%!important;height:auto!important;background:transparent!important;box-shadow:none!important;border:none!important;padding:0!important;aspect-ratio:auto!important}.product-image--custom .product-image__img{width:100%!important;max-width:100%!important;height:auto!important;object-fit:contain!important;border-radius:20px!important;display:block!important;margin:0!important}@media (max-width:768px){.product-image--custom{margin:0 0 20px 0!important}.product-image--custom .product-image__img{border-radius:16px!important}}.product-image--custom{width:100%!important;min-height:400px!important;background:transparent!important;box-shadow:none!important;border:none!important;padding:0!important;margin:0!important;display:flex!important;align-items:stretch!important;justify-content:center!important}.product-image--custom .product-image__visual{width:100%!important;height:100%!important;min-height:400px!important;background:transparent!important;box-shadow:none!important;border:none!important;padding:0!important;display:flex!important;align-items:center!important;justify-content:center!important}.product-image--custom .product-image__img{width:100%!important;height:100%!important;min-height:400px!important;max-width:100%!important;object-fit:cover!important;object-position:center!important;border-radius:24px!important;display:block!important;margin:0!important}@media (max-width:1024px){.product-image--custom,.product-image--custom .product-image__visual,.product-image--custom .product-image__img{min-height:350px!important}}@media (max-width:768px){.product-image--custom,.product-image--custom .product-image__visual,.product-image--custom .product-image__img{min-height:300px!important;border-radius:20px!important}}@media (max-width:480px){.product-image--custom,.product-image--custom .product-image__visual,.product-image--custom .product-image__img{min-height:250px!important;border-radius:16px!important}}@media (max-width:768px){.product-hero__inner{display:flex!important;flex-direction:column!important}.product-left{order:1!important;width:100%!important;margin-bottom:24px!important}.product-right{order:2!important;width:100%!important}.product-image--custom{width:100%!important;min-height:auto!important;margin-bottom:20px!important}.product-image--custom .product-image__visual{width:100%!important;min-height:auto!important}.product-image--custom .product-image__img{width:100%!important;height:auto!important;min-height:auto!important;max-height:400px!important;object-fit:contain!important;border-radius:20px!important}}@media (max-width:480px){.product-image--custom .product-image__img{max-height:320px!important;border-radius:16px!important}}@media (max-width:768px){.product-left{order:-1!important}.product-right{order:5!important}}@media (max-width:1024px){.product-left{order:-1!important}.product-right{order:5!important}}@media (max-width:768px){.product-image,.product-image--custom{width:100%!important;max-width:100%!important;padding:0!important;margin:0 0 20px 0!important}.product-image__visual,.product-image--custom .product-image__visual{width:100%!important;max-width:100%!important;padding:0!important}.product-image__img{width:100%!important;max-width:100%!important;height:auto!important;min-height:280px!important;max-height:380px!important;object-fit:cover!important;object-position:center top!important;border-radius:16px!important}.product-left{padding:0!important;width:100%!important}}@media (max-width:480px){.product-image__img{min-height:240px!important;max-height:320px!important;border-radius:12px!important}}.product-image__img{border-radius:24px!important}@media (max-width:768px){.product-image__img{border-radius:20px!important}}@media (max-width:480px){.product-image__img{border-radius:16px!important}}@media (max-width:768px){.product-image__img{aspect-ratio: 4/3 !important;max-height:300px!important;min-height:auto!important;object-fit:cover!important;object-position:center center!important}}@media (max-width:480px){.product-image__img{aspect-ratio: 16/10 !important;max-height:250px!important}}@media (max-width:768px){.product-image__img{aspect-ratio:unset!important;max-height:none!important;min-height:auto!important;height:auto!important;object-fit:contain!important;width:100%!important;max-width:280px!important;margin:0 auto!important;display:block!important}.product-image--custom,.product-image--custom .product-image__visual{display:flex!important;justify-content:center!important;align-items:center!important}}@media (max-width:480px){.product-image__img{max-width:240px!important}}@media (max-width:768px){.product-hero{padding-left:0!important;padding-right:0!important}.product-hero__inner{padding:0!important}.product-left{padding:0!important;margin:0!important}.product-image,.product-image--custom{padding:0!important;margin:0 0 16px 0!important;width:100%!important;max-width:100%!important}.product-image__visual,.product-image--custom .product-image__visual{padding:0!important;margin:0!important;width:100%!important}.product-image__img{max-width:100%!important;width:100%!important;padding:0 16px!important;box-sizing:border-box!important}.product-image__img{width: calc(100% + 32px) !important;max-width: calc(100% + 32px) !important;margin-left:-16px!important;margin-right:-16px!important;padding:0!important;border-radius:0!important}}@media (max-width:480px){.product-image__img{width: calc(100% + 24px) !important;max-width: calc(100% + 24px) !important;margin-left:-12px!important;margin-right:-12px!important}}@media (max-width:768px){.product-image--custom .product-image__img{width:100%!important;max-width:100%!important;height:auto!important;max-height:none!important;min-height:unset!important;margin:0!important;padding:0!important;border-radius:16px!important;object-fit:contain!important;aspect-ratio:unset!important}.product-image--custom{width:100%!important;padding:0!important;margin:0 0 16px 0!important}.product-image--custom .product-image__visual{width:100%!important;padding:0!important}.product-image--custom{padding:0 16px!important;margin:0 0 20px 0!important}.product-image--custom .product-image__img{border-radius:20px!important}.product-left{padding:0 16px!important}.features-grid-modern{padding:0!important}}@media (max-width:480px){.product-image--custom{padding:0 12px!important}.product-left{padding:0 12px!important}}@media (max-width:768px){.product-left{order:5!important}.product-right{order:-1!important}}@media (max-width:1024px){.product-left{order:5!important}.product-right{order:-1!important}}@media (max-width:768px){.product-left{display:flex!important;flex-direction:column!important}.product-image,.product-image--custom{order:5!important}.features-grid-modern{order:-1!important}.product-image--custom .product-image__img{max-height:200px!important;object-fit:contain!important;object-position:center!important}}@media (max-width:480px){.product-image--custom .product-image__img{max-height:160px!important}}@media (max-width:768px){.product-image--custom .product-image__img{max-height:none!important;height:auto!important}}@media (max-width:480px){.product-image--custom .product-image__img{max-height:none!important;height:auto!important}}@media (max-width:768px){.product-image--custom .product-image__img{width:100%!important;max-height:220px!important;height:220px!important;object-fit:cover!important;object-position:center top!important}}@media (max-width:480px){.product-image--custom .product-image__img{max-height:180px!important;height:180px!important}}@media (max-width:768px){.product-image--custom .product-image__img{width:auto!important;max-width:100%!important;height:auto!important;max-height:250px!important;object-fit:contain!important;object-position:center!important;margin:0 auto!important;display:block!important}}@media (max-width:480px){.product-image--custom .product-image__img{max-height:200px!important}}@media (max-width:768px){.product-image--custom{display:flex!important;justify-content:center!important}.product-image--custom .product-image__img{width:65%!important;max-width:280px!important;height:auto!important;max-height:320px!important;object-fit:contain!important;margin:0 auto!important}}@media (max-width:480px){.product-image--custom .product-image__img{width:55%!important;max-width:220px!important;max-height:280px!important}}@media (max-width:768px){.product-image--custom{width:100%!important;height:280px!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:0 16px!important}.product-image--custom .product-image__visual{width:100%!important;height:100%!important;display:flex!important;align-items:center!important;justify-content:center!important}.product-image--custom .product-image__img{width:100%!important;max-width:100%!important;height:100%!important;max-height:100%!important;object-fit:contain!important;object-position:center!important}}@media (max-width:480px){.product-image--custom{height:240px!important}}@media (max-width:768px){.product-image--custom{width:100%!important;padding:0!important;margin:0 0 16px 0!important}.product-image--custom .product-image__visual{width:100%!important}.product-image--custom .product-image__img{width:100%!important;height:200px!important;object-fit:contain!important;object-position:center!important;background:transparent!important}}@media (max-width:480px){.product-image--custom .product-image__img{height:180px!important}}@media (max-width:768px){.product-image--custom{width:100%!important;padding:0 16px!important;margin:0 0 20px 0!important}.product-image--custom .product-image__visual{width:100%!important}.product-image--custom .product-image__img{width:100%!important;height:auto!important;max-height:none!important;min-height:unset!important;object-fit:cover!important;border-radius:20px!important}}@media (max-width:480px){.product-image--custom{padding:0 12px!important}.product-image--custom .product-image__img{border-radius:16px!important}}@media (max-width:768px){.product-left{padding:0!important;margin:0!important;width:100%!important}.product-image--custom{width:100%!important;padding:0!important;margin:0 0 16px 0!important}.product-image--custom .product-image__visual{width:100%!important;padding:0!important}.product-image--custom .product-image__img{width:100%!important;max-width:100%!important;height:auto!important;border-radius:0!important;display:block!important}.product-left{padding:0 16px!important}.product-image--custom{margin:0 0 20px 0!important}.product-image--custom .product-image__img{border-radius:16px!important}.features-grid-modern{padding:0!important;margin-bottom:20px!important}.product-right{padding:0 16px!important}}@media (max-width:480px){.product-left,.product-right{padding:0 12px!important}.product-image--custom .product-image__img{border-radius:12px!important}}@media (max-width:768px){.product-image--custom{margin-top:16px!important;margin-bottom:24px!important}.features-grid-modern{margin-bottom:16px!important}.product-image--custom .product-image__img{height:auto!important;max-height:none!important;min-height:unset!important;object-fit:contain!important}.product-image.product-image--custom .product-image__visual.product-image__visual--custom .product-image__img{width:100%!important;height:auto!important;max-height:unset!important;min-height:unset!important;object-fit:contain!important;aspect-ratio:unset!important;overflow:visible!important}.product-image.product-image--custom,.product-image__visual.product-image__visual--custom{height:auto!important;max-height:unset!important;overflow:visible!important}.product-image.product-image--custom{width:100%!important;height:300px!important;padding:0 16px!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important}.product-image__visual.product-image__visual--custom{width:100%!important;height:100%!important;display:flex!important;align-items:center!important;justify-content:center!important}.product-image.product-image--custom .product-image__img{width:auto!important;height:100%!important;max-width:100%!important;max-height:300px!important;object-fit:contain!important}}@media (max-width:480px){.product-image.product-image--custom{height:260px!important}.product-image.product-image--custom .product-image__img{max-height:260px!important}}@media (max-width:768px){.product-image.product-image--custom{width:100%!important;height:auto!important;padding:0 40px!important;margin:16px 0 24px 0!important;overflow:visible!important}.product-image__visual.product-image__visual--custom{width:100%!important;height:auto!important}.product-image.product-image--custom .product-image__img{width:100%!important;height:auto!important;max-height:none!important;object-fit:contain!important;border-radius:16px!important}}@media (max-width:480px){.product-image.product-image--custom{padding:0 50px!important}}@media (max-width:768px){.product-image.product-image--custom .product-image__img{border-radius:20px!important;-webkit-border-radius:20px!important}}@media (max-width:480px){.product-image.product-image--custom .product-image__img{border-radius:16px!important;-webkit-border-radius:16px!important}}@media (max-width:768px){.product-image.product-image--custom{padding:0 16px!important}.product-image.product-image--custom .product-image__img{width:100%!important;height:auto!important;max-height:none!important;border-radius:20px!important}.product-image.product-image--custom{display:flex!important;justify-content:center!important;padding:0!important;margin:16px 0!important}.product-image.product-image--custom .product-image__visual{width:auto!important}.product-image.product-image--custom .product-image__img{width:auto!important;max-width:250px!important;height:auto!important;max-height:250px!important;border-radius:20px!important}.product-image.product-image--custom{width:100%!important;padding:0 16px!important;margin:16px 0!important}.product-image.product-image--custom .product-image__visual{width:100%!important}.product-image.product-image--custom .product-image__img{width:100%!important;max-width:100%!important;height:auto!important;max-height:none!important;border-radius:16px!important}.product-image.product-image--custom{background:transparent!important;padding:0 16px!important;margin:16px 0!important;width:100%!important}.product-image.product-image--custom::before{display:none!important}.product-image.product-image--custom .product-image__visual--custom{background:transparent!important;width:100%!important;height:auto!important}.product-image.product-image--custom .product-image__visual--custom::before,.product-image.product-image--custom .product-image__visual--custom::after{display:none!important}.product-image.product-image--custom .product-image__img{width:100%!important;max-width:100%!important;height:auto!important;border-radius:16px!important}}.product-image.product-image--custom .product-image__visual--custom .product-image__img{border-radius:16px!important}@media (max-width:768px){.product-image.product-image--custom .product-image__visual--custom .product-image__img{border-radius:16px!important}}@media (max-width:480px){.product-image.product-image--custom .product-image__visual--custom .product-image__img{border-radius:16px!important}}@media (min-width:769px){.features-grid-modern{margin-top:-8px!important}}.how-to-buy__image.how-to-buy__image--custom{background:none!important;background-color:transparent!important;background-image:none!important;padding:0!important;min-height:auto!important;display:flex;align-items:center;justify-content:center;border-radius:16px;overflow:hidden}.how-to-buy__image.how-to-buy__image--custom::before,.how-to-buy__image.how-to-buy__image--custom::after{display:none!important;content:none!important}.how-to-buy__img{width:100%;height:auto;max-width:100%;border-radius:16px;object-fit:cover}.seo-content ul,.seo-content ol,.seo-content__wrapper ul,.seo-content__wrapper ol,.seo-content__collapsed ul,.seo-content__collapsed ol{margin:16px 0;padding-left:24px;color:var(--gray);line-height:1.8}.seo-content ul,.seo-content__wrapper ul,.seo-content__collapsed ul{list-style-type:disc}.seo-content ol,.seo-content__wrapper ol,.seo-content__collapsed ol{list-style-type:decimal}.seo-content li,.seo-content__wrapper li,.seo-content__collapsed li{margin-bottom:8px;padding-left:8px;font-size:.95rem;color:var(--gray)}.seo-content ul ul,.seo-content ol ol,.seo-content ul ol,.seo-content ol ul{margin:8px 0}.seo-content li a{color:var(--primary);text-decoration:underline}.seo-content li a:hover{text-decoration:none}.seo-content h2,.seo-content__wrapper h2,.seo-content__collapsed h2{font-size:1.25rem;font-weight:700;color:var(--dark);margin:24px 0 12px}.seo-content h3,.seo-content__wrapper h3,.seo-content__collapsed h3{font-size:1.1rem;font-weight:600;color:var(--dark);margin:20px 0 10px}.seo-content h4,.seo-content__wrapper h4,.seo-content__collapsed h4{font-size:1rem;font-weight:600;color:var(--dark);margin:16px 0 8px}.seo-content p,.seo-content__wrapper p,.seo-content__collapsed p{margin-bottom:16px;color:var(--gray);line-height:1.8;font-size:.95rem}.seo-content strong,.seo-content__wrapper strong,.seo-content__collapsed strong{font-weight:600;color:var(--dark)}.seo-content em,.seo-content__wrapper em,.seo-content__collapsed em{font-style:italic}@media (max-width:768px){.seo-content ul,.seo-content ol,.seo-content__wrapper ul,.seo-content__wrapper ol,.seo-content__collapsed ul,.seo-content__collapsed ol{padding-left:20px}.seo-content li,.seo-content__wrapper li,.seo-content__collapsed li{font-size:.88rem;padding-left:4px}.seo-content h2,.seo-content__wrapper h2,.seo-content__collapsed h2{font-size:1.1rem}.seo-content h3,.seo-content__wrapper h3,.seo-content__collapsed h3{font-size:1rem}.seo-content p,.seo-content__wrapper p,.seo-content__collapsed p{font-size:.88rem}}.seo-content__wrapper.expanded,.seo-content__collapsed.expanded{max-height:10000px!important}.seo-content__wrapper.expanded::after,.seo-content__collapsed.expanded::after{display:none!important}.seo-content__wrapper,.seo-content__collapsed,.seo-content__box{word-wrap:break-word;overflow-wrap:break-word;word-break:normal;white-space:normal}.seo-content__wrapper *,.seo-content__collapsed *{word-wrap:break-word;overflow-wrap:break-word;max-width:100%}.seo-content__wrapper p,.seo-content__collapsed p,.seo-content__wrapper li,.seo-content__collapsed li{white-space:normal;word-wrap:break-word;overflow-wrap:break-word}.seo-content__collapsed,.seo-content__wrapper{width:100%!important;max-width:100%!important;box-sizing:border-box!important}.seo-content__collapsed>*,.seo-content__wrapper>*,.seo-content__collapsed p,.seo-content__wrapper p,.seo-content__collapsed li,.seo-content__wrapper li,.seo-content__collapsed ul,.seo-content__wrapper ul,.seo-content__collapsed ol,.seo-content__wrapper ol{width:100%!important;max-width:100%!important;box-sizing:border-box!important;overflow-wrap:break-word!important;word-wrap:break-word!important;white-space:normal!important}.seo-content,.seo-content__inner,.seo-content__box{overflow-x:visible!important}.seo-content__collapsed,.seo-content__wrapper{overflow-x:visible!important;overflow-y:hidden}.seo-content__collapsed.expanded,.seo-content__wrapper.expanded{overflow:visible!important}.seo-content__collapsed,.seo-content__wrapper{padding-right:10px!important}.seo-content__wrapper,.seo-content__collapsed{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;font-size:16px;line-height:1.8;color:#374151}.seo-content__wrapper h2,.seo-content__collapsed h2{font-size:1.5rem!important;font-weight:700!important;color:#111827!important;margin:28px 0 16px!important;padding-bottom:8px!important;border-bottom:2px solid #e91e63!important}.seo-content__wrapper h3,.seo-content__collapsed h3{font-size:1.25rem!important;font-weight:600!important;color:#1f2937!important;margin:24px 0 12px!important}.seo-content__wrapper h4,.seo-content__collapsed h4{font-size:1.1rem!important;font-weight:600!important;color:#374151!important;margin:20px 0 10px!important}.seo-content__wrapper p,.seo-content__collapsed p{margin:0 0 16px!important;color:#4b5563!important;line-height:1.8!important}.seo-content__wrapper ul,.seo-content__collapsed ul{list-style-type:none!important;margin:16px 0!important;padding-left:8px!important}.seo-content__wrapper ul li,.seo-content__collapsed ul li{position:relative!important;padding-left:28px!important;margin-bottom:12px!important;color:#4b5563!important}.seo-content__wrapper ul li::before,.seo-content__collapsed ul li::before{content:''!important;position:absolute!important;left:0!important;top:8px!important;width:10px!important;height:10px!important;background:linear-gradient(135deg,#e91e63,#ff6b9d)!important;border-radius:50%!important}.seo-content__wrapper ol,.seo-content__collapsed ol{list-style-type:none!important;counter-reset:item!important;margin:16px 0!important;padding-left:8px!important}.seo-content__wrapper ol li,.seo-content__collapsed ol li{position:relative!important;padding-left:40px!important;margin-bottom:12px!important;color:#4b5563!important;counter-increment:item!important}.seo-content__wrapper ol li::before,.seo-content__collapsed ol li::before{content:counter(item)!important;position:absolute!important;left:0!important;top:0!important;width:26px!important;height:26px!important;background:linear-gradient(135deg,#e91e63,#ff6b9d)!important;color:#fff!important;font-size:13px!important;font-weight:600!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important}.seo-content__wrapper a,.seo-content__collapsed a{color:#e91e63!important;text-decoration:none!important;border-bottom:1px solid transparent!important;transition:border-color .2s!important}.seo-content__wrapper a:hover,.seo-content__collapsed a:hover{border-bottom-color:#e91e63!important}.seo-content__wrapper strong,.seo-content__collapsed strong{font-weight:600!important;color:#1f2937!important}.seo-content__wrapper blockquote,.seo-content__collapsed blockquote{margin:20px 0!important;padding:16px 24px!important;background:linear-gradient(135deg,#fdf2f8,#fce7f3)!important;border-left:4px solid #e91e63!important;border-radius:0 12px 12px 0!important;font-style:italic!important;color:#6b7280!important}.seo-content__wrapper table,.seo-content__collapsed table{width:100%!important;border-collapse:collapse!important;margin:20px 0!important;border-radius:8px!important;overflow:hidden!important}.seo-content__wrapper th,.seo-content__collapsed th{background:linear-gradient(135deg,#e91e63,#ff6b9d)!important;color:#fff!important;font-weight:600!important;padding:12px 16px!important;text-align:left!important}.seo-content__wrapper td,.seo-content__collapsed td{padding:12px 16px!important;text-align:left!important;border:1px solid #e5e7eb!important}.seo-content__wrapper tr:nth-child(even),
.seo-content__collapsed tr:nth-child(even) {background:#f9fafb!important}.seo-content__wrapper img,.seo-content__collapsed img{max-width:100%!important;height:auto!important;border-radius:12px!important;margin:16px 0!important}@media (max-width:768px){.seo-content__wrapper h2,.seo-content__collapsed h2{font-size:1.25rem!important}.seo-content__wrapper h3,.seo-content__collapsed h3{font-size:1.1rem!important}.seo-content__wrapper ul li,.seo-content__collapsed ul li{padding-left:24px!important}.seo-content__wrapper ul li::before,.seo-content__collapsed ul li::before{width:8px!important;height:8px!important;top:9px!important}.seo-content__wrapper ol li,.seo-content__collapsed ol li{padding-left:36px!important}.seo-content__wrapper ol li::before,.seo-content__collapsed ol li::before{width:22px!important;height:22px!important;font-size:11px!important}.seo-content__wrapper blockquote,.seo-content__collapsed blockquote{padding:12px 16px!important;margin:16px 0!important}}.stats-bar,.stats-bar__inner,.stat-item,.stat-item__icon,.stat-item__content,.stat-item__value,.stat-item__label{opacity:1!important;visibility:visible!important;transform:none!important;animation:none!important;transition:none!important}.stats-bar::before,.stats-bar::after{animation:none!important;display:none!important}.stat-item__value{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif!important;font-weight:800!important;font-size:1.8rem!important;color:#fff!important}.stat-item__label{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif!important;font-weight:500!important;color:rgba(255,255,255,.7)!important}.stat-item__icon svg{opacity:1!important;visibility:visible!important}h1.hero__badge-text{margin:0!important;font-size:inherit!important;font-weight:inherit!important;line-height:inherit!important;display:inline!important}span.hero__title{display:block!important}@media (min-width:768px){span.hero__title{margin-bottom:24px!important}}span.hero__title span::after,span#hero-title span::after{display:none!important;content:none!important}span#hero-title>span:first-child{position:relative!important;background:linear-gradient(to top,rgba(233,30,99,.3) 35%,transparent 35%)!important}.hero .hero__rating-box{padding:14px 22px!important}.hero .hero__rating-number{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif!important;font-size:1rem!important;font-weight:700!important;color:#fff!important;-webkit-text-fill-color:#fff!important;background:none!important;text-shadow:none!important}.hero .hero__rating-label,.hero__rating-box .hero__rating-label,.hero__rating-score .hero__rating-label{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif!important;font-size:.85rem!important;font-weight:400!important;font-style:normal!important;color:#fff!important;-webkit-text-fill-color:#fff!important;background:none!important;background-clip:unset!important;-webkit-background-clip:unset!important;text-shadow:none!important;opacity:1!important;letter-spacing:normal!important}.hero .hero__star{width:18px!important;height:18px!important}@media (min-width:768px){.hero .hero__rating-box{padding:16px 28px!important}.hero .hero__rating-number{font-size:1.15rem!important}.hero .hero__rating-label{font-size:16px!important}.hero .hero__star{width:22px!important;height:22px!important}.hero .hero__video-btn,.hero .hero__video-btn-icon{width:54px!important;height:54px!important;min-width:54px!important;min-height:54px!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important}.hero .hero__video-btn svg,.hero .hero__video-btn-icon svg{width:20px!important;height:20px!important}}.hero .hero__desc{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif!important;font-size:1.05rem!important;font-weight:400!important;line-height:1.65!important;color:rgba(255,255,255,.85)!important;-webkit-text-fill-color:rgba(255,255,255,.85)!important;font-style:normal!important;text-shadow:none!important;letter-spacing:.01em!important}@media (min-width:768px){.hero .hero__desc{font-size:1.1rem!important;line-height:1.7!important;margin-top:20px!important;margin-bottom:28px!important}}.seo-content__wrapper strong,.seo-content__collapsed strong{display:inline!important;font-weight:600!important;color:#1f2937!important}.section__header::after{content:"";position:absolute;bottom:0;left:0;width:80px;height:4px;background:linear-gradient(90deg,var(--primary),#ff6b9d);border-radius:4px;box-shadow:0 2px 8px rgba(255,107,157,.3)}.why-section .section__header{margin-bottom:24px\!important}.why-section .section__title{font-size:1.35rem\!important;font-weight:600 \!important;color:#374151 \!important}@media (max-width:768px){.why-section__desc{text-align:left\!important}.why-section .section__header{justify-content:flex-start\!important}.why-section__content{text-align:left\!important;align-items:flex-start\!important}.why-section__features{justify-content:flex-start\!important;text-align:left\!important}.why-section__inner{text-align:left\!important}.why-section__desc{text-align:left\!important}.why-section__features{text-align:left\!important}.why-section .section__header{justify-content:flex-start\!important}.feature-tag{text-align:left\!important;justify-content:flex-start\!important}.why-section .why-section__desc{text-align:left\!important;display:block\!important}.why-section__content{display:flex\!important;flex-direction:column\!important;align-items:flex-start\!important}.why-section__content>*{text-align:left\!important}}.package-item--hidden{display:none!important}@media (max-width:768px){.package-item--hidden{display:none!important}}.purchase-modal{position:fixed!important;inset:0!important;z-index:10000!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:20px!important;opacity:0!important;visibility:hidden!important;transition:all .4s cubic-bezier(.4,0,.2,1)!important}.purchase-modal.active{opacity:1!important;visibility:visible!important}.purchase-modal__overlay{position:absolute!important;inset:0!important;background:rgba(0,0,0,.7)!important;backdrop-filter:blur(12px)!important;-webkit-backdrop-filter:blur(12px)!important}.purchase-modal__content{position:relative!important;width:100%!important;max-width:420px!important;background:linear-gradient(145deg,#1a1a2e 0%,#16213e 50%,#0f0f23 100%)!important;border-radius:28px!important;padding:32px!important;box-shadow:0 25px 80px rgba(0,0,0,.5) , 0 0 0 1px rgba(255,255,255,.1) , inset 0 1px 0 rgba(255,255,255,.1)!important;transform:translateY(40px) scale(.9)!important;transition:transform .5s cubic-bezier(.34,1.56,.64,1)!important;overflow:hidden!important}.purchase-modal.active .purchase-modal__content{transform:translateY(0) scale(1)!important}.purchase-modal__content::before{content:''!important;position:absolute!important;top:-50%!important;left:-50%!important;width:200%!important;height:200%!important;background:conic-gradient(from 0deg,transparent,rgba(233,30,99,.1),transparent 30%)!important;animation:modalRotate 8s linear infinite!important;pointer-events:none!important}@keyframes modalRotate {
    100% { transform: rotate(360deg); }
}.purchase-modal__close{position:absolute!important;top:16px!important;right:16px!important;width:40px!important;height:40px!important;border:none!important;background:rgba(255,255,255,.1)!important;border-radius:12px!important;cursor:pointer!important;display:flex!important;align-items:center!important;justify-content:center!important;transition:all .3s ease!important;z-index:10!important}.purchase-modal__close:hover{background:rgba(233,30,99,.3)!important;transform:rotate(90deg)!important}.purchase-modal__close svg{width:20px!important;height:20px!important;color:rgba(255,255,255,.7)!important;transition:color .3s ease!important}.purchase-modal__close:hover svg{color:#fff!important}.purchase-modal__header{display:flex!important;flex-direction:column!important;align-items:center!important;text-align:center!important;margin-bottom:24px!important;position:relative!important;z-index:1!important}.purchase-modal__icon-wrapper{position:relative!important;margin-bottom:20px!important}.purchase-modal__icon{width:80px!important;height:80px!important;border-radius:24px!important;display:flex!important;align-items:center!important;justify-content:center!important;position:relative!important;z-index:2!important;transition:transform .3s ease!important}.purchase-modal__icon:hover{transform:scale(1.05)!important}.purchase-modal__icon svg{width:40px!important;height:40px!important;color:#fff!important}.purchase-modal__icon-glow{position:absolute!important;inset:-10px!important;border-radius:32px!important;background:inherit!important;filter:blur(20px)!important;opacity:.5!important;z-index:1!important;animation:glowPulse 2s ease-in-out infinite!important}@keyframes glowPulse {
    0%, 100% { opacity: 0.5; transform: scale(1); }
    50% { opacity: 0.7; transform: scale(1.1); }
}.purchase-modal__icon--instagram{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888)!important}.purchase-modal__icon--instagram+.purchase-modal__icon-glow{background:linear-gradient(45deg,#f09433,#dc2743,#bc1888)!important}.purchase-modal__icon--tiktok{background:linear-gradient(135deg,#000,#25f4ee,#fe2c55)!important;background-size:200% 200%!important;animation:tiktokGradient 3s ease infinite!important}.purchase-modal__icon--tiktok+.purchase-modal__icon-glow{background:linear-gradient(135deg,#25f4ee,#fe2c55)!important}@keyframes tiktokGradient {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}.purchase-modal__icon--youtube{background:linear-gradient(135deg,red,#c00)!important}.purchase-modal__icon--youtube+.purchase-modal__icon-glow{background:red!important}.purchase-modal__icon--twitter{background:linear-gradient(135deg,#000,#1a1a1a)!important}.purchase-modal__icon--twitter+.purchase-modal__icon-glow{background:#1da1f2!important}.purchase-modal__icon--spotify{background:linear-gradient(135deg,#1db954,#169c46)!important}.purchase-modal__icon--spotify+.purchase-modal__icon-glow{background:#1db954!important}.purchase-modal__icon--facebook{background:linear-gradient(135deg,#1877f2,#0d65d9)!important}.purchase-modal__icon--facebook+.purchase-modal__icon-glow{background:#1877f2!important}.purchase-modal__icon--twitch{background:linear-gradient(135deg,#9146ff,#772ce8)!important}.purchase-modal__icon--twitch+.purchase-modal__icon-glow{background:#9146ff!important}.purchase-modal__icon--telegram{background:linear-gradient(135deg,#08c,#069)!important}.purchase-modal__icon--telegram+.purchase-modal__icon-glow{background:#08c!important}.purchase-modal__info{position:relative!important;z-index:1!important}.purchase-modal__platform-label{display:inline-block!important;font-size:.8rem!important;font-weight:600!important;color:#e91e63!important;text-transform:uppercase!important;letter-spacing:2px!important;margin-bottom:8px!important}.purchase-modal__product-title{font-size:1.75rem!important;font-weight:700!important;color:#fff!important;margin:0!important;line-height:1.2!important}.purchase-modal__price-tag{display:inline-block!important;margin-top:12px!important;padding:8px 20px!important;font-size:1.25rem!important;font-weight:700!important;color:#fff!important;background:linear-gradient(135deg,#e91e63 0%,#ff6b9d 100%)!important;border-radius:30px!important;box-shadow:0 4px 15px rgba(233,30,99,.4)!important}.purchase-modal__divider{height:1px!important;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent)!important;margin:24px 0!important;position:relative!important;z-index:1!important}.purchase-modal__form{position:relative!important;z-index:1!important}.purchase-modal__label{display:flex!important;align-items:center!important;gap:8px!important;font-size:.85rem!important;font-weight:500!important;color:rgba(255,255,255,.7)!important;margin-bottom:10px!important}.purchase-modal__label svg{width:16px!important;height:16px!important}.purchase-modal__input-group{display:flex!important;align-items:center!important;background:rgba(255,255,255,.05)!important;border:2px solid rgba(255,255,255,.1)!important;border-radius:16px!important;padding:4px!important;transition:all .3s ease!important;margin-bottom:16px!important}.purchase-modal__input-group:focus-within{border-color:#e91e63!important;background:rgba(233,30,99,.05)!important;box-shadow:0 0 0 4px rgba(233,30,99,.1)!important}.purchase-modal__input-prefix{padding:12px 0 12px 16px!important;font-size:1.1rem!important;font-weight:600!important;color:rgba(255,255,255,.5)!important}.purchase-modal__input{flex:1!important;background:transparent!important;border:none!important;outline:none!important;padding:14px 16px 14px 4px!important;font-size:1rem!important;font-weight:500!important;color:#fff!important;width:100%!important}.purchase-modal__input::placeholder{color:rgba(255,255,255,.4)!important}.purchase-modal__submit{width:100%!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:12px!important;padding:16px 24px!important;background:linear-gradient(135deg,#e91e63 0%,#9c27b0 100%)!important;border:none!important;border-radius:14px!important;font-size:1rem!important;font-weight:600!important;color:#fff!important;cursor:pointer!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important;position:relative!important;overflow:hidden!important}.purchase-modal__submit::before{content:''!important;position:absolute!important;top:0!important;left:-100%!important;width:100%!important;height:100%!important;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent)!important;transition:left .5s ease!important}.purchase-modal__submit:hover:not(:disabled)::before {left:100%!important}.purchase-modal__submit:hover:not(:disabled) {transform:translateY(-2px)!important;box-shadow:0 10px 30px rgba(233,30,99,.4)!important}.purchase-modal__submit:active:not(:disabled) {transform:translateY(0)!important}.purchase-modal__submit:disabled{background:rgba(255,255,255,.1)!important;color:rgba(255,255,255,.4)!important;cursor:not-allowed!important}.purchase-modal__submit-icon{width:20px!important;height:20px!important;transition:transform .3s ease!important}.purchase-modal__submit:hover:not(:disabled) .purchase-modal__submit-icon {transform:translateX(4px)!important}.purchase-modal__success{display:none!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:16px!important;padding:32px!important;position:relative!important;z-index:1!important}.purchase-modal__success.show{display:flex!important;animation:successPop .5s cubic-bezier(.34,1.56,.64,1)!important}@keyframes successPop {
    0% { opacity: 0; transform: scale(0.8); }
    100% { opacity: 1; transform: scale(1); }
}.purchase-modal__success-icon{width:72px!important;height:72px!important;background:linear-gradient(135deg,#4caf50,#45a049)!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;animation:successCheck .6s ease forwards!important;box-shadow:0 8px 30px rgba(76,175,80,.4)!important}@keyframes successCheck {
    0% { transform: scale(0) rotate(-45deg); }
    50% { transform: scale(1.2) rotate(0deg); }
    100% { transform: scale(1) rotate(0deg); }
}.purchase-modal__success-icon svg{width:36px!important;height:36px!important;color:#fff!important;stroke-dasharray:50!important;stroke-dashoffset:50!important;animation:drawCheck .4s ease .3s forwards!important}@keyframes drawCheck {
    100% { stroke-dashoffset: 0; }
}.purchase-modal__success-text{font-size:1.1rem!important;font-weight:600!important;color:#4caf50!important}.purchase-modal__success-details{display:flex!important;flex-direction:column!important;align-items:center!important;gap:8px!important;margin-top:16px!important;padding:16px 24px!important;background:rgba(255,255,255,.05)!important;border-radius:12px!important;width:100%!important;box-sizing:border-box!important}.purchase-modal__success-product{font-size:16px!important;font-weight:500!important;color:rgba(255,255,255,.8)!important}.purchase-modal__success-price{font-size:1.5rem!important;font-weight:700!important;color:#e91e63!important;background:linear-gradient(135deg,#e91e63 0%,#ff6b9d 100%)!important;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important;background-clip:text!important}.purchase-modal__notice{display:flex!important;align-items:flex-start!important;gap:12px!important;padding:16px!important;background:rgba(255,255,255,.03)!important;border:1px solid rgba(255,255,255,.08)!important;border-radius:14px!important;margin-top:20px!important;position:relative!important;z-index:1!important}.purchase-modal__notice>svg{width:20px!important;height:20px!important;color:rgba(255,255,255,.5)!important;flex-shrink:0!important;margin-top:2px!important}.purchase-modal__notice-text p{font-size:.9rem!important;font-weight:500!important;color:rgba(255,255,255,.8)!important;margin:0 0 4px 0!important}.purchase-modal__notice-text span{font-size:.8rem!important;color:rgba(255,255,255,.4)!important}@media (max-width:768px){html body .purchase-modal,html body .purchase-modal.active,body .purchase-modal#purchaseModal,.purchase-modal#purchaseModal{position:fixed!important;top:0!important;left:0!important;right:0!important;bottom:0!important;width:100%!important;height:100vh!important;height:100dvh!important;display:flex!important;align-items:flex-start!important;justify-content:center!important;padding:20px!important;padding-top:20px!important;margin:0!important;box-sizing:border-box!important}html body .purchase-modal .purchase-modal__content,html body .purchase-modal.active .purchase-modal__content,body .purchase-modal#purchaseModal .purchase-modal__content,.purchase-modal#purchaseModal .purchase-modal__content{position:relative!important;top:0!important;left:0!important;transform:none!important;right:auto!important;bottom:auto!important;margin:0!important;margin-top:0!important;width:calc(100% - 0px)!important;max-width:360px!important;max-height:none!important;overflow:visible!important;padding:24px 20px!important;border-radius:24px!important;box-sizing:border-box!important}html body .purchase-modal.active .purchase-modal__content,.purchase-modal#purchaseModal.active .purchase-modal__content{transform:none!important}.purchase-modal__top-row,.purchase-modal__back{display:none!important}.purchase-modal__header{display:flex!important;flex-direction:column!important;align-items:center!important;text-align:center!important;margin-bottom:20px!important;gap:0!important}.purchase-modal__icon-wrapper{margin-bottom:16px!important}.purchase-modal__icon{width:64px!important;height:64px!important;border-radius:18px!important}.purchase-modal__icon svg{width:32px!important;height:32px!important}.purchase-modal__icon-glow{inset:-8px!important}.purchase-modal__info{text-align:center!important}.purchase-modal__info h3,.purchase-modal__platform-label{font-size:.75rem!important;letter-spacing:1.5px!important}.purchase-modal__info h2,.purchase-modal__product-title{font-size:1.3rem!important}.purchase-modal__price-tag{margin-top:10px!important;padding:6px 16px!important;font-size:1.1rem!important}.purchase-modal__divider{margin:20px 0!important}.purchase-modal__form{display:block!important;width:100%!important}.purchase-modal__label{font-size:.8rem!important;margin-bottom:8px!important}.purchase-modal__input-group{display:flex!important;flex-direction:row!important;background:rgba(255,255,255,.05)!important;border:2px solid rgba(255,255,255,.1)!important;border-radius:14px!important;padding:4px!important;margin-bottom:14px!important}.purchase-modal__input-wrapper{display:none!important}.purchase-modal__input-prefix{padding:10px 0 10px 14px!important;font-size:1rem!important}.purchase-modal__input{flex:1!important;padding:12px 14px 12px 4px!important;font-size:16px!important;background:transparent!important;border:none!important;width:auto!important;margin:0!important}.purchase-modal__submit,.purchase-modal__check-btn{width:100%!important;padding:14px 20px!important;border-radius:12px!important;font-size:16px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:10px!important}.purchase-modal__submit-icon{width:18px!important;height:18px!important}.purchase-modal__success{padding:24px!important;gap:14px!important}.purchase-modal__success-icon{width:60px!important;height:60px!important}.purchase-modal__success-icon svg{width:30px!important;height:30px!important}.purchase-modal__success-text{font-size:1rem!important}.purchase-modal__success-details{margin-top:14px!important;padding:14px 20px!important}.purchase-modal__success-product{font-size:.9rem!important}.purchase-modal__success-price{font-size:1.3rem!important}.purchase-modal__notice{display:flex!important;align-items:center!important;justify-content:center!important;padding:14px 20px!important;border-radius:12px!important;margin-top:16px!important;gap:10px!important;width:100%!important;box-sizing:border-box!important;text-align:center!important}.purchase-modal__notice>svg{width:16px!important;height:16px!important;flex-shrink:0!important}.purchase-modal__notice-text{text-align:left!important}.purchase-modal__notice-text p{font-size:.85rem!important;margin:0!important}.purchase-modal__notice-text span{font-size:.75rem!important}.purchase-modal__close{position:absolute!important;width:36px!important;height:36px!important;top:12px!important;right:12px!important;border-radius:10px!important;z-index:100!important}.purchase-modal__close svg{width:18px!important;height:18px!important}}@media (max-width:380px){.purchase-modal{padding:16px!important}.purchase-modal__content{width:calc(100% - 32px)!important;max-width:320px!important;padding:20px 16px!important;border-radius:20px!important;max-height:none!important;overflow:visible!important}.purchase-modal__icon{width:56px!important;height:56px!important;border-radius:16px!important}.purchase-modal__icon svg{width:28px!important;height:28px!important}.purchase-modal__info h2,.purchase-modal__product-title{font-size:1.15rem!important}.purchase-modal__submit,.purchase-modal__check-btn{padding:12px 16px!important;font-size:.9rem!important}}.cart-notification{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%) scale(.8);z-index:10000;opacity:0;transition:all .3s ease}.cart-notification.show{transform:translate(-50%,-50%) scale(1);opacity:1}.cart-notification__content{display:flex;align-items:center;gap:12px;padding:16px 24px;background:linear-gradient(135deg,rgba(30,30,40,.95) 0%,rgba(20,20,30,.98) 100%);border:1px solid rgba(76,175,80,.3);border-radius:16px;box-shadow:0 10px 40px rgba(0,0,0,.4) , 0 0 20px rgba(76,175,80,.2);backdrop-filter:blur(10px)}.cart-notification__icon{width:28px;height:28px;color:#4caf50;flex-shrink:0;background:rgba(76,175,80,.15);border-radius:50%;padding:6px}.cart-notification__text{font-size:1rem;font-weight:600;color:#fff;white-space:nowrap}@media (max-width:768px){.cart-notification{position:fixed;top:50%;left:50%;width:calc(100% - 40px);max-width:320px}.cart-notification__content{flex-direction:column;padding:24px 20px;gap:12px;text-align:center}.cart-notification__icon{width:40px;height:40px;padding:10px}.cart-notification__text{font-size:.95rem;white-space:normal;line-height:1.4}}.why-section__img{width:100%;max-width:450px;height:auto;border-radius:24px;box-shadow:0 20px 60px rgba(0,0,0,.3);object-fit:cover}@media (max-width:768px){.why-section__img{max-width:280px;border-radius:20px;margin:0 auto;display:block}}@media screen and (max-width:768px){input[type="text"],input[type="email"],input[type="tel"],input[type="number"],input[type="password"],input[type="url"],input[type="search"],textarea,select{font-size:16px!important}}html,body{overflow-x:hidden!important;max-width:100%!important}.hero,.container,section{max-width:100%!important;overflow-x:hidden!important}@media screen and (max-width:768px){.footer__top,.footer__logo,.footer__social,.footer__desc{display:none!important}.footer__payments{display:none!important}.footer__grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:20px!important;padding:20px 0!important;text-align:left!important}.footer__column h4{font-size:14px!important;margin-bottom:12px!important}.footer__links{display:flex!important;flex-direction:column!important;gap:8px!important}.footer__link{font-size:13px!important;padding:4px 0!important}.footer__bottom{padding:15px 0!important;border-top:1px solid rgba(255,255,255,.1)!important}.footer__copyright{font-size:11px!important;text-align:center!important}}@media (max-width:768px){.platforms__grid{justify-content:center!important;justify-items:center!important}}@media (max-width:480px){.platforms__grid{display:flex!important;flex-wrap:wrap!important;justify-content:center!important;gap:12px!important}.platforms__grid .platform-card{flex:0 0 calc(50% - 8px)!important;max-width:calc(50% - 8px)!important}}@media (max-width:768px) and (min-width:481px){.platforms__grid{display:flex!important;flex-wrap:wrap!important;justify-content:center!important;gap:12px!important}.platforms__grid .platform-card{flex:0 0 calc(33.33% - 10px)!important;max-width:calc(33.33% - 10px)!important}}@media (max-width:768px){.platform-card__name{margin-top:-8px!important;font-size:.7rem!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;max-width:100%!important;line-height:1.2!important}.platform-card{gap:8px!important;padding-bottom:16px!important}.platforms__grid{display:flex!important;flex-wrap:wrap!important;justify-content:center!important;gap:12px!important}.platforms__grid .platform-card{flex:0 0 calc(33.33% - 12px)!important;max-width:calc(33.33% - 12px)!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important}.platforms__grid .platform-card .platform-card__name{text-align:center!important;width:100%!important}}.platform-card .platform-card__name{text-align:center!important;width:100%!important;display:block!important;margin-left:auto!important;margin-right:auto!important}.platform-card{align-items:center!important;text-align:center!important}@media (max-width:768px){.platform-card .platform-card__icon{margin-top:auto\!important}.platform-card .platform-card__name{margin-bottom:auto\!important}}@media (max-width:1024px){.platforms__grid{grid-template-columns:repeat(2,1fr)!important}}.btn--diensten{display:inline-flex;align-items:center;gap:12px;padding:16px 32px;background:linear-gradient(135deg,var(--primary) 0%,#ff6b9d 100%);color:#fff;font-size:1rem;font-weight:700;border-radius:50px;border:none;box-shadow:0 8px 25px rgba(233,30,99,.35);transition:all .3s ease;position:relative;overflow:hidden}.btn--diensten::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.btn--diensten:hover{transform:translateY(-3px);box-shadow:0 12px 35px rgba(233,30,99,.45)}.btn--diensten:hover::before{left:100%}.btn--diensten svg{width:20px;height:20px;transition:transform .3s ease}.btn--diensten:hover svg{transform:translateX(5px)}.mobile-bottom-nav{display:block;position:fixed!important;bottom:0!important;left:0!important;right:0!important;background:#fff;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-top-left-radius:20px;border-top-right-radius:20px;padding:8px 16px 12px;padding-bottom: calc(12px + env(safe-area-inset-bottom));z-index:99999!important;box-shadow:0 -8px 40px rgba(0,0,0,.08) , 0 -2px 10px rgba(0,0,0,.04);border-top:1px solid rgba(0,0,0,.05);transform:translateZ(0);-webkit-transform:translateZ(0)}.mobile-bottom-nav__inner{display:flex;justify-content:space-around;align-items:flex-end;max-width:500px;margin:0 auto}.mobile-bottom-nav__item{display:flex;flex-direction:column;align-items:center;gap:4px;padding:8px 12px;color:#9ca3af;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);border-radius:16px;position:relative}.mobile-bottom-nav__item::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(233,30,99,.1),rgba(255,107,157,.1));border-radius:16px;opacity:0;transition:opacity .3s ease}.mobile-bottom-nav__item:active::before,.mobile-bottom-nav__item--active::before{opacity:1}.mobile-bottom-nav__item--active{color:var(--primary)}.mobile-bottom-nav__item--active svg{transform:scale(1.1)}.mobile-bottom-nav__item svg{width:24px;height:24px;transition:all .3s ease;position:relative;z-index:1}.mobile-bottom-nav__item span:not(.mobile-bottom-nav__cart-badge) {font-size:.65rem;font-weight:600;letter-spacing:.3px;position:relative;z-index:1}.mobile-bottom-nav__item--cart{position:relative;padding:0;margin:0 4px}.mobile-bottom-nav__item--cart::before{display:none}.mobile-bottom-nav__cart-btn{display:flex;align-items:center;justify-content:center;width:64px;height:64px;background:linear-gradient(145deg,#e91e63 0%,#ff4081 50%,#ff6b9d 100%);border-radius:50%;margin-top:-32px;box-shadow:0 8px 24px rgba(233,30,99,.4) , 0 4px 8px rgba(233,30,99,.2) , inset 0 2px 4px rgba(255,255,255,.3);position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);animation:cartPulse 3s ease-in-out infinite}@keyframes cartPulse {
    0%, 100% { box-shadow: 0 8px 24px rgba(233, 30, 99, 0.4), 0 4px 8px rgba(233, 30, 99, 0.2), inset 0 2px 4px rgba(255, 255, 255, 0.3); }
    50% { box-shadow: 0 12px 32px rgba(233, 30, 99, 0.5), 0 6px 12px rgba(233, 30, 99, 0.3), inset 0 2px 4px rgba(255, 255, 255, 0.3); }
}.mobile-bottom-nav__cart-btn:active{transform:scale(.95)}.mobile-bottom-nav__cart-btn::before{content:'';position:absolute;inset:3px;background:linear-gradient(145deg,rgba(255,255,255,.2) 0%,transparent 50%);border-radius:50%;pointer-events:none}.mobile-bottom-nav__cart-btn svg{width:26px;height:26px;color:#fff;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}.mobile-bottom-nav__cart-badge{position:absolute;top:-4px;right:-4px;background:linear-gradient(135deg,#1a1a2e,#2d2d44);color:#fff;font-size:.65rem;font-weight:800;min-width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:3px solid #fff;box-shadow:0 2px 8px rgba(0,0,0,.2)}.mobile-bottom-nav__item--whatsapp{color:#25d366}.mobile-bottom-nav__item--whatsapp::before{background:linear-gradient(135deg,rgba(37,211,102,.1),rgba(37,211,102,.05))}.mobile-bottom-nav__item--whatsapp svg{filter:drop-shadow(0 2px 4px rgba(37,211,102,.3))}@media (min-width:769px){.mobile-bottom-nav{display:none!important}}@media (max-width:768px){body{padding-bottom:100px!important}}.header__notification-btn,.header__notification-btn--desktop,.header__mobile-notification,.hero__video-btn{display:none!important}.header .search-box,form.search-box{display:none!important}@media (max-width:768px){body{padding-bottom:80px!important}.footer{margin-bottom:80px}.cart-progress{padding:0;overflow-x:auto;-webkit-overflow-scrolling:touch}.cart-progress__steps{display:flex;justify-content:space-between;align-items:stretch;min-width:100%;padding:0 10px}.progress-step{flex:1;display:flex;flex-direction:column;align-items:center;gap:6px;padding:16px 5px;font-size:.6rem;text-align:center;white-space:nowrap}.progress-step__number{width:28px;height:28px;font-size:.7rem;flex-shrink:0}}.header__inner{display:flex;align-items:center;justify-content:space-between;width:100%}.header__actions{margin-left:auto}.btn--diensten{display:inline-flex;align-items:center;gap:12px;padding:16px 32px;font-size:.95rem;font-weight:600;letter-spacing:.5px;color:#fff;background:linear-gradient(135deg,#e91e63 0%,#ff5722 50%,#e91e63 100%);background-size:200% 200%;border:none;border-radius:50px;box-shadow:none;transition:all .4s cubic-bezier(.25,.8,.25,1);position:relative;overflow:hidden}.btn--diensten::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.btn--diensten:hover{background-position:100% 0;box-shadow:none;transform:translateY(-2px)}.btn--diensten:hover::before{left:100%}.btn--diensten svg{transition:transform .3s ease}.btn--diensten:hover svg{transform:translateX(4px)}@media (max-width:768px){.btn--diensten{padding:14px 28px;font-size:.9rem}}.logo__text{font-family:'Inter',-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.6rem;font-weight:800;letter-spacing:-.5px;background:linear-gradient(135deg,#1a1a2e 0%,#e91e63 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative}.logo__text span{background:linear-gradient(135deg,#e91e63 0%,#ff5722 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:900}.footer__logo-text{font-family:'Inter',-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.8rem;font-weight:800;letter-spacing:-.5px;background:linear-gradient(135deg,#fff 0%,#f0f0f0 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer__logo-text span{background:linear-gradient(135deg,#e91e63 0%,#ff5722 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:900}.logo__text{font-family:'Inter',-apple-system,sans-serif!important;font-size:1.75rem!important;font-weight:900!important;letter-spacing:-1px!important;background:linear-gradient(135deg,#1a1a2e 0%,#2d2d44 100%)!important;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important;background-clip:text!important;text-transform:none!important;transition:all .3s ease!important}.logo__text span{background:linear-gradient(135deg,#e91e63 0%,#ff4081 50%,#ff5722 100%)!important;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important;background-clip:text!important;font-weight:900!important}.logo:hover .logo__text{transform:scale(1.02)}.logo:hover .logo__text span{background:linear-gradient(135deg,#ff5722 0%,#e91e63 100%)!important;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important}.header{width:100%!important}.main-nav{width:100%!important}.header__inner{display:flex!important;align-items:center!important;justify-content:space-between!important;max-width:1280px!important;width:100%!important;margin-left:auto!important;margin-right:auto!important;padding-left:24px!important;padding-right:24px!important;box-sizing:border-box!important}.main-nav__inner{display:flex!important;align-items:center!important;justify-content:flex-start!important;max-width:1280px!important;width:100%!important;margin-left:auto!important;margin-right:auto!important;padding-left:24px!important;padding-right:24px!important;box-sizing:border-box!important}@media (max-width:1320px){.header__inner,.main-nav__inner{max-width:100%!important;padding-left:20px!important;padding-right:20px!important}}@media (max-width:768px){.header__inner,.main-nav__inner{padding-left:16px!important;padding-right:16px!important}}.custom-quantity__btn,.package-item,button,input,select,textarea,a{touch-action:manipulation!important}input[type="text"],input[type="number"],input[type="email"],input[type="tel"],select,textarea{font-size:16px!important}