/* Inter - Self-hosted Google Font */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/fonts/inter-400.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('/fonts/inter-600.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/fonts/inter-700.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('/fonts/inter-800.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('/fonts/inter-900.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
:root{--success:#10B981;--primary:#E91E63;--primary-dark:#C2185B;--secondary:#00BCD4;--dark:#1a1a2e;--gray:#6b7280;--light-gray:#f3f4f6;--white:#ffffff;--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}/* Header - Modern Glassmorphism */ /* Top Announcement Bar */ .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:0.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:0.85rem;font-weight:600;color:#fff;transition:all 0.3s ease}.top-bar__btn:hover{background:var(--primary-dark)}/* Secondary Bar */ .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:0.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:0.85rem;color:var(--gray);font-weight:500;transition:color 0.2s}.secondary-bar__link:hover{color:var(--primary)}.secondary-bar__link--highlight{color:var(--primary)}/* Main Header */ .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:0.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 0.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,0.9), rgba(253,242,248,0.6));backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:20px;border:1px solid rgba(233, 30, 99, 0.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,0.04);transition:all 0.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, 0.2);transform:translateY(-2px)}.header__action-btn:hover .header__icon{color:var(--primary)}.header__icon{width:20px;height:20px;transition:all 0.3s ease}.badge{position:absolute;top:-4px;right:-4px;min-width:20px;height:20px;padding:0 6px;background:var(--primary);color:#fff;font-size:0.7rem;font-weight:700;border-radius:10px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px rgba(233, 30, 99, 0.4)}/* Main Navigation */ .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:0.95rem;font-weight:500;color:var(--gray);padding:20px 32px;transition:all 0.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 0.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 0.3s ease}.nav__link:hover svg{transform:scale(1.1)}/* Dropdown Menu */ .nav__dropdown{position:relative}.nav__dropdown-toggle{font-size:0.95rem;font-weight:500;color:var(--gray);padding:20px 32px;transition:all 0.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 0.3s ease}.nav__dropdown-toggle .dropdown-arrow{width:14px;height:14px;transition:transform 0.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,0.15);opacity:0;visibility:hidden;transform:translateY(10px);transition:all 0.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:0.9rem;font-weight:500;transition:all 0.2s ease;cursor:pointer}.nav__dropdown-item svg{width:20px;height:20px;pointer-events:none}.nav__dropdown-item:hover{background:rgba(233, 30, 99, 0.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:#FF0000}.nav__dropdown-item--twitter svg{color:#000}.nav__dropdown-item--twitter-x- svg{color:#000}.nav__dropdown-item--telegram svg{color:#0088cc}.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 0.3s ease;box-shadow:0 4px 12px rgba(233, 30, 99, 0.3)}.header__user-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(233, 30, 99, 0.4)}.header__user-avatar{width:32px;height:32px;border-radius:10px;background:rgba(255, 255, 255, 0.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:0.85rem;font-weight:600}/* Hero Section - Modern Design */ .hero{padding:40px 0 60px;background:linear-gradient(135deg, #ffffff 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, 0.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, 0.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, 0.4);border-radius:50px;font-size:0.9rem;font-weight:600;color:var(--primary);position:relative;box-shadow:0 2px 8px rgba(233, 30, 99, 0.1)}.hero__badge-icon::before{content:'';position:absolute;inset:-4px;border:1px solid rgba(233, 30, 99, 0.15);border-radius:54px;pointer-events:none}.hero__badge-text{letter-spacing:0.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 - hidden on desktop */ .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:-0.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, 0.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 - Rating & Video Button */ .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, 0.4);transition:all 0.3s ease}.hero__rating-box:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(250, 204, 21, 0.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, 0.3)}.hero__rating-number{font-size:1.25rem;font-weight:800;color:#92400e;line-height:1}.hero__rating-label{font-size:0.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 0.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 0.4s ease;box-shadow:0 4px 20px rgba(233, 30, 99, 0.4)}.hero__video-btn-icon::before{content:'';position:absolute;inset:-4px;border-radius:50%;border:2px solid rgba(233, 30, 99, 0.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, 0.15);animation:pulse-ring 2s ease-out infinite 0.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, 0.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,0.2))}.hero__video-btn-text{font-size:0.95rem;font-weight:600;color:var(--dark);transition:color 0.3s ease}.hero__video-btn:hover .hero__video-btn-text{color:var(--primary)}/* Hero Media Section */ .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 Section */ .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,0.04);transition:all 0.4s cubic-bezier(0.175, 0.885, 0.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, 0.4)}.platform-card--tiktok{--platform-bg:linear-gradient(135deg, #25F4EE, #FE2C55, #000);--platform-shadow:rgba(0, 0, 0, 0.3)}.platform-card--twitter{--platform-bg:#000000;--platform-shadow:rgba(0, 0, 0, 0.3)}.platform-card--youtube{--platform-bg:linear-gradient(135deg, #FF0000, #CC0000);--platform-shadow:rgba(255, 0, 0, 0.35)}.platform-card--threads{--platform-bg:#000000;--platform-shadow:rgba(0, 0, 0, 0.3)}.platform-card--facebook{--platform-bg:linear-gradient(135deg, #1877F2, #0C5DC7);--platform-shadow:rgba(24, 119, 242, 0.4)}.platform-card--spotify{--platform-bg:linear-gradient(135deg, #1DB954, #169C46);--platform-shadow:rgba(29, 185, 84, 0.4)}.platform-card--twitch{--platform-bg:linear-gradient(135deg, #9146FF, #772CE8);--platform-shadow:rgba(145, 70, 255, 0.4)}.platform-card--linkedin{--platform-bg:#0A66C2;--platform-shadow:rgba(10, 102, 194, 0.4)}.platform-card__icon{width:64px;height:64px;padding:16px;border-radius:18px;background:var(--platform-bg);color:var(--white);transition:all 0.4s cubic-bezier(0.175, 0.885, 0.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:0.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:0.9rem;transition:all 0.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 */ .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:0.85rem;font-weight:600;color:var(--primary);margin-bottom:20px;box-shadow:0 2px 12px rgba(233, 30, 99, 0.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:0.95rem;color:var(--dark);font-weight:500;background:#fff;padding:14px 18px;border-radius:12px;box-shadow:0 2px 8px rgba(0,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,0.15)}/* Best Sellers Section */ .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:0.95rem;font-weight:600;transition:all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);border:1px solid rgba(0,0,0,0.04);box-shadow:0 4px 15px rgba(0,0,0,0.04)}.tab:hover{transform:translateY(-3px);box-shadow:0 8px 25px rgba(0,0,0,0.1)}.tab--active{background:var(--dark);color:#fff;border-color:var(--dark);box-shadow:0 8px 25px rgba(0,0,0,0.2)}.tab--active:hover{background:var(--primary);border-color:var(--primary);box-shadow:0 8px 25px rgba(233, 30, 99, 0.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 0.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 0.3s ease}.product-card:hover{border-color:var(--primary);box-shadow:0 15px 40px -10px rgba(233, 30, 99, 0.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:#FF0000}.product-card__icon--twitter{background:#000}.product-card__details{display:flex;flex-direction:column;gap:2px}.product-card__platform{font-size:0.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:0.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:0.85rem;font-weight:700;transition:all 0.3s ease;box-shadow:0 4px 15px rgba(233, 30, 99, 0.3)}.product-card__btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(233, 30, 99, 0.4)}/* Stats Section */ .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 0.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, 0.1), 0 20px 40px -15px rgba(233, 30, 99, 0.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, 0.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:0.9rem;color:var(--gray);font-weight:500}/* Testimonials Section */ .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:0.9rem;font-weight:600;color:var(--primary);margin-bottom:16px;box-shadow:0 4px 15px rgba(233, 30, 99, 0.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 0.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, 0.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:0.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 0.3s ease}.testimonials__dot--active{width:24px;border-radius:4px;background:var(--primary)}/* FAQ Section */ .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:0.9rem;font-weight:600;color:var(--primary);margin-bottom:16px;box-shadow:0 4px 15px rgba(233, 30, 99, 0.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 0.3s ease}.faq-item:hover{border-color:var(--primary);box-shadow:0 15px 35px -10px rgba(233, 30, 99, 0.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, 0.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 0.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:0.95rem;text-align:left;border-top:1px solid #f3e8ec}/* SEO Content Section */ .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 0.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 0.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:0.9rem;font-weight:600;cursor:pointer;transition:all 0.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 0.3s ease}.seo-content__toggle.active svg{transform:rotate(180deg)}/* CTA Section */ .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,0.1);border-radius:50%}.cta-box::after{content:'';position:absolute;bottom:-30%;left:10%;width:200px;height:200px;background:rgba(255,255,255,0.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,0.2);padding:8px 16px;border-radius:50px;font-size:0.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,0.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:0.95rem;transition:all 0.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,0.2)}.cta-box__btn--whatsapp{background:#25D366;color:var(--white);box-shadow:0 10px 30px rgba(37, 211, 102, 0.4)}/* Footer */ .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,0.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,0.05);border:1px solid rgba(255,255,255,0.1);border-radius:12px;transition:all 0.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,0.6);font-size:0.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:0.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,0.6);font-size:0.9rem;transition:all 0.2s ease}.footer__link:hover{color:#fff;padding-left:8px}.footer__bottom{border-top:1px solid rgba(255,255,255,0.1);padding-top:30px;display:flex;justify-content:space-between;align-items:center}.footer__copyright{font-size:0.85rem;color:rgba(255,255,255,0.5)}.footer__payments{display:flex;gap:16px;align-items:center}.footer__payment-badge{padding:6px 12px;background:rgba(255, 255, 255, 0.1);border-radius:6px;font-size:0.75rem;font-weight:600;color:rgba(255, 255, 255, 0.7);transition:all 0.2s}.footer__payment-badge:hover{background:rgba(255, 255, 255, 0.2);color:#fff}/* Mobile Actions */ .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:0.65rem;font-weight:700;border-radius:10px;display:flex;align-items:center;justify-content:center}/* Mobile Menu */ .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 0.3s ease;gap:6px;box-shadow:0 4px 16px rgba(233, 30, 99, 0.3)}.mobile-menu-btn:hover{background:var(--primary-dark);box-shadow:0 6px 20px rgba(233, 30, 99, 0.4);transform:translateY(-2px)}.mobile-menu-btn span{width:22px;height:2.5px;background:#fff;border-radius:3px;transition:all 0.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 Navigation */ .mobile-nav{position:fixed;top:0;right:-100%;width:100%;max-width:320px;height:100vh;background:#fff;z-index:2000;transition:right 0.3s ease;box-shadow:-4px 0 20px rgba(0,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 0.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:0.95rem;font-weight:500;color:var(--dark);transition:all 0.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:0.8rem;font-weight:600;color:var(--gray);text-transform:uppercase;letter-spacing:0.5px;padding:8px 16px 4px}.mobile-nav__link--sub{padding-left:16px;font-size:0.9rem;background:transparent}.mobile-nav__link--sub svg{width:18px;height:18px;flex-shrink:0;stroke:var(--primary)}/* Mobile Accordion Dropdown */ .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 0.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 0.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:0.95rem;text-decoration:none;transition:background 0.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,0.5);z-index:1999;opacity:0;visibility:hidden;transition:all 0.3s ease}.mobile-overlay.active{opacity:1;visibility:visible}/* Logo Text Styling */ .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}/* Responsive */ @media (max-width:1200px){.header__inner{padding:14px 20px}.search-box{max-width:320px;margin:0 16px}.nav__link{padding:8px 12px;font-size:0.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 Mobile */ .top-bar{padding:8px 0}.top-bar__inner{padding:0 16px;flex-direction:column;gap:8px;text-align:center}.top-bar__text{font-size:0.8rem}.top-bar__btn{padding:6px 16px;font-size:0.75rem}/* Secondary Bar Mobile */ .secondary-bar{display:none}/* Main Nav Mobile */ .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}/* Hide desktop badge on mobile */ .hero__badge--desktop{display:none}/* Show mobile fixed badge */ .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:0.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:0.95rem}.hero__rating-label{font-size:0.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:0.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:0.9rem}.faq-item__answer{padding:14px 20px 18px 20px;margin:0 20px 18px 20px;font-size:0.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:0.85rem;margin-bottom:16px;line-height:1.6}.testimonial-card__footer{padding-top:14px}.testimonial-card__avatar{width:38px;height:38px;font-size:0.9rem}.testimonial-card__name{font-size:0.85rem}.testimonial-card__badge{font-size:0.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:0.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 */ .purchase-modal{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all 0.3s ease}.purchase-modal.active{opacity:1;visibility:visible}.purchase-modal__overlay{position:absolute;inset:0;background:linear-gradient(135deg, rgba(15, 15, 26, 0.95), rgba(26, 26, 46, 0.95));backdrop-filter:blur(10px)}.purchase-modal__content{position:relative;width:100%;max-width:500px;margin:20px;transform:translateY(30px) scale(0.95);transition:transform 0.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, 0.1);border:1px solid rgba(255, 255, 255, 0.2);border-radius:50px;color:#fff;font-size:0.95rem;font-weight:500;cursor:pointer;transition:all 0.3s ease;margin-bottom:30px;align-self:flex-start}.purchase-modal__back:hover{background:rgba(255, 255, 255, 0.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:#FF0000}.purchase-modal__icon--twitter{background:#000}.purchase-modal__icon svg{width:28px;height:28px;color:#fff}.purchase-modal__info h3{font-size:0.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, 0.05);border:2px solid rgba(255, 255, 255, 0.1);border-radius:16px;padding:6px;transition:all 0.3s ease}.purchase-modal__input-wrapper:focus-within{border-color:var(--primary);background:rgba(255, 255, 255, 0.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, 0.5)}.purchase-modal__check-btn{padding:16px 28px;background:var(--primary);color:#fff;border:none;border-radius:12px;font-size:0.95rem;font-weight:600;cursor:pointer;transition:all 0.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, 0.2);color:rgba(255, 255, 255, 0.5);cursor:not-allowed}.purchase-modal__success{display:flex;align-items:center;justify-content:center;gap:10px;padding:16px;background:rgba(76, 175, 80, 0.15);border:1px solid rgba(76, 175, 80, 0.3);border-radius:12px;margin-bottom:16px;color:#4CAF50;font-weight:600}.purchase-modal__notice{background:linear-gradient(135deg, rgba(233, 30, 99, 0.15), rgba(156, 39, 176, 0.15));border:1px solid rgba(233, 30, 99, 0.3);border-radius:16px;padding:20px 24px;text-align:center}.purchase-modal__notice p{color:#fff;font-size:0.95rem;font-weight:500;margin-bottom:4px}.purchase-modal__notice span{color:rgba(255, 255, 255, 0.6);font-size:0.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:0.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:0.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, 0.08);border:2px solid rgba(255, 255, 255, 0.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 PAGE STYLES ========== */ .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, 0.3)}.category-hero__icon svg{width:36px;height:36px;color:white}.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:0.95rem;max-width:800px;margin-bottom:16px;line-height:1.6}.category-hero__badge{display:inline-block;background:var(--primary);color:white;padding:8px 20px;border-radius:50px;font-weight:600;font-size:0.85rem}/* Subcategories */ .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:0.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 */ .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,0.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,0.05);border:1px solid rgba(255,255,255,0.1);border-radius:12px;transition:all 0.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,0.6);font-size:0.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:0.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,0.6);font-size:0.9rem;transition:all 0.2s ease}.footer__link:hover{color:#fff;padding-left:8px}.footer__bottom{border-top:1px solid rgba(255,255,255,0.1);padding-top:30px;display:flex;justify-content:space-between;align-items:center}.footer__copyright{font-size:0.85rem;color:rgba(255,255,255,0.5)}.footer__payments{display:flex;gap:16px;align-items:center}.footer__payment-badge{padding:6px 12px;background:rgba(255, 255, 255, 0.1);border-radius:6px;font-size:0.75rem;font-weight:600;color:rgba(255, 255, 255, 0.7);transition:all 0.2s}.footer__payment-badge:hover{background:rgba(255, 255, 255, 0.2);color:#fff}/* Mobile Navigation */ .mobile-nav{position:fixed;top:0;right:-100%;width:100%;max-width:320px;height:100vh;background:#fff;z-index:2000;transition:right 0.3s ease;box-shadow:-4px 0 20px rgba(0,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 0.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:0.95rem;font-weight:500;color:var(--dark);transition:all 0.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:0.8rem;font-weight:600;color:var(--gray);text-transform:uppercase;letter-spacing:0.5px;padding:8px 16px 4px}.mobile-nav__link--sub{padding-left:16px;font-size:0.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,0.5);z-index:1999;opacity:0;visibility:hidden;transition:all 0.3s ease}.mobile-overlay.active{opacity:1;visibility:visible}/* Responsive */ @media (max-width:1200px){.header__inner{padding:14px 20px}.search-box{max-width:320px;margin:0 16px}.nav__link{padding:8px 12px;font-size:0.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:0.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:0.9rem}.footer__top{flex-direction:column;gap:24px}.footer__grid{grid-template-columns:1fr}.footer__bottom{flex-direction:column;gap:16px;text-align:center}}/* ========== PRODUCT PAGE STYLES ========== */ .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, 0.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, 0.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, 0.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, 0.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, 0.3), rgba(156, 39, 176, 0.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, 0.15);border:1px solid rgba(233, 30, 99, 0.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:0.8rem;font-weight:600;color:#f8bbd9;letter-spacing:0.5px}.page-hero__title{font-size:2.5rem;font-weight:800;color:#fff;margin-bottom:12px;letter-spacing:-0.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,0.7);max-width:500px;margin:0 auto;line-height:1.6}/* Platform-specific colors */ /* TikTok */ .page-hero--tiktok::before{background:radial-gradient(circle, rgba(0, 242, 234, 0.15) 0%, transparent 40%)}.page-hero--tiktok::after{background:radial-gradient(circle, rgba(255, 0, 80, 0.1) 0%, transparent 40%)}.page-hero--tiktok .page-hero__decoration{border-color:rgba(0, 242, 234, 0.2)}.page-hero--tiktok .page-hero__decoration::before{border-color:rgba(0, 242, 234, 0.15)}.page-hero--tiktok .page-hero__decoration::after{background:linear-gradient(135deg, rgba(0, 242, 234, 0.3), rgba(255, 0, 80, 0.3))}.page-hero--tiktok .page-hero__badge{background:rgba(0, 242, 234, 0.15);border-color:rgba(0, 242, 234, 0.3)}.page-hero--tiktok .page-hero__badge-icon{color:#00f2ea}.page-hero--tiktok .page-hero__badge-text{color:#b2fcf9}/* YouTube */ .page-hero--youtube::before{background:radial-gradient(circle, rgba(255, 0, 0, 0.15) 0%, transparent 40%)}.page-hero--youtube::after{background:radial-gradient(circle, rgba(255, 0, 0, 0.1) 0%, transparent 40%)}.page-hero--youtube .page-hero__decoration{border-color:rgba(255, 0, 0, 0.2)}.page-hero--youtube .page-hero__decoration::before{border-color:rgba(255, 0, 0, 0.15)}.page-hero--youtube .page-hero__decoration::after{background:linear-gradient(135deg, rgba(255, 0, 0, 0.3), rgba(200, 0, 0, 0.3))}.page-hero--youtube .page-hero__badge{background:rgba(255, 0, 0, 0.15);border-color:rgba(255, 0, 0, 0.3)}.page-hero--youtube .page-hero__badge-icon{color:#FF0000}.page-hero--youtube .page-hero__badge-text{color:#ffb3b3}/* Twitter/X */ .page-hero--twitter::before{background:radial-gradient(circle, rgba(29, 161, 242, 0.15) 0%, transparent 40%)}.page-hero--twitter::after{background:radial-gradient(circle, rgba(29, 161, 242, 0.1) 0%, transparent 40%)}.page-hero--twitter .page-hero__decoration{border-color:rgba(29, 161, 242, 0.2)}.page-hero--twitter .page-hero__decoration::before{border-color:rgba(29, 161, 242, 0.15)}.page-hero--twitter .page-hero__decoration::after{background:linear-gradient(135deg, rgba(29, 161, 242, 0.3), rgba(29, 161, 242, 0.3))}.page-hero--twitter .page-hero__badge{background:rgba(29, 161, 242, 0.15);border-color:rgba(29, 161, 242, 0.3)}.page-hero--twitter .page-hero__badge-icon{color:#1DA1F2}.page-hero--twitter .page-hero__badge-text{color:#b3dcfc}/* Twitch */ .page-hero--twitch::before{background:radial-gradient(circle, rgba(145, 70, 255, 0.15) 0%, transparent 40%)}.page-hero--twitch::after{background:radial-gradient(circle, rgba(145, 70, 255, 0.1) 0%, transparent 40%)}.page-hero--twitch .page-hero__decoration{border-color:rgba(145, 70, 255, 0.2)}.page-hero--twitch .page-hero__decoration::before{border-color:rgba(145, 70, 255, 0.15)}.page-hero--twitch .page-hero__decoration::after{background:linear-gradient(135deg, rgba(145, 70, 255, 0.3), rgba(145, 70, 255, 0.3))}.page-hero--twitch .page-hero__badge{background:rgba(145, 70, 255, 0.15);border-color:rgba(145, 70, 255, 0.3)}.page-hero--twitch .page-hero__badge-icon{color:#9146FF}.page-hero--twitch .page-hero__badge-text{color:#d4b8ff}/* Facebook */ .page-hero--facebook::before{background:radial-gradient(circle, rgba(24, 119, 242, 0.15) 0%, transparent 40%)}.page-hero--facebook::after{background:radial-gradient(circle, rgba(24, 119, 242, 0.1) 0%, transparent 40%)}.page-hero--facebook .page-hero__decoration{border-color:rgba(24, 119, 242, 0.2)}.page-hero--facebook .page-hero__decoration::before{border-color:rgba(24, 119, 242, 0.15)}.page-hero--facebook .page-hero__decoration::after{background:linear-gradient(135deg, rgba(24, 119, 242, 0.3), rgba(24, 119, 242, 0.3))}.page-hero--facebook .page-hero__badge{background:rgba(24, 119, 242, 0.15);border-color:rgba(24, 119, 242, 0.3)}.page-hero--facebook .page-hero__badge-icon{color:#1877F2}.page-hero--facebook .page-hero__badge-text{color:#b3d4fc}/* Kick */ .page-hero--kick::before{background:radial-gradient(circle, rgba(83, 252, 24, 0.15) 0%, transparent 40%)}.page-hero--kick::after{background:radial-gradient(circle, rgba(83, 252, 24, 0.1) 0%, transparent 40%)}.page-hero--kick .page-hero__decoration{border-color:rgba(83, 252, 24, 0.2)}.page-hero--kick .page-hero__decoration::before{border-color:rgba(83, 252, 24, 0.15)}.page-hero--kick .page-hero__decoration::after{background:linear-gradient(135deg, rgba(83, 252, 24, 0.3), rgba(83, 252, 24, 0.3))}.page-hero--kick .page-hero__badge{background:rgba(83, 252, 24, 0.15);border-color:rgba(83, 252, 24, 0.3)}.page-hero--kick .page-hero__badge-icon{color:#53FC18}.page-hero--kick .page-hero__badge-text{color:#c8feb3}/* Product Hero */ .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}/* Left Column - Image & Features */ .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, 0.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,0.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,0.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,0.2)}.product-image__visual svg{width:90px;height:90px;color:white;filter:drop-shadow(0 4px 12px rgba(0,0,0,0.2))}.product-image__live{display:flex;align-items:center;gap:10px;background:rgba(255,255,255,0.95);padding:14px 20px;border-radius:16px;box-shadow:0 8px 32px rgba(0,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, 0.2)}@keyframes pulse{0%, 100%{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:0.7}}.product-image__live-text{font-size:0.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,0.9);backdrop-filter:blur(8px);border-radius:12px;padding:10px 12px;box-shadow:0 4px 16px rgba(0,0,0,0.1)}.product-image__badge svg{width:22px;height:22px;color:var(--primary)}/* Features List */ .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{/* no animation */}.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{/* no animation */}.feature-item__icon svg{width:20px;height:20px;color:var(--primary);transition:color 0.3s ease}.feature-item:hover .feature-item__icon svg{/* no animation */}.feature-item__text{font-size:0.92rem;font-weight:600;color:var(--dark)}/* Right Column - Product Info */ .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,0.8);backdrop-filter:blur(10px);padding:8px 16px;border-radius:20px;font-size:0.8rem;font-weight:600;color:var(--primary);margin-bottom:16px;box-shadow:0 4px 15px rgba(233, 30, 99, 0.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, 0.35);transition:all 0.3s ease}.product-header__icon:hover{transform:translateY(-5px) scale(1.05);box-shadow:0 20px 45px rgba(233, 30, 99, 0.4)}.product-header__icon svg{width:36px;height:36px;color:white}/* Package Selection - Clean Modern Design */ .package-selection{background:linear-gradient(135deg, #ffffff 0%, #fefefe 100%);border-radius:24px;padding:28px;position:relative;border:1px solid rgba(233, 30, 99, 0.1);box-shadow:0 4px 24px rgba(233, 30, 99, 0.08), 0 1px 3px rgba(0,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:0.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 0.25s ease;position:relative}.package-item:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(0, 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, 0.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:0.65rem;color:#999;margin-bottom:10px;text-transform:uppercase;letter-spacing:0.5px;font-weight:600}.package-item--active .package-item__label{color:rgba(255, 255, 255, 0.85)}.package-item__price{font-size:0.9rem;font-weight:700;color:#e91e63}.package-item--active .package-item__price{color:#fff}/* Custom Quantity */ .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:0.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 0.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, 0.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, 0.1)}/* Purchase Bar */ .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:0.8rem;font-weight:500;color:#888}.purchase-bar__price{font-size:1.35rem;font-weight:800;color:#1a1a1a}.purchase-bar__price span{font-size:0.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:white;border:none;border-radius:10px;font-size:0.9rem;font-weight:600;cursor:pointer;transition:all 0.2s ease}.purchase-bar__btn:hover{background:#d81b60}.purchase-bar__btn svg{width:18px;height:18px}/* Tabs Section */ .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:0.9rem;font-weight:500;color:var(--gray);cursor:pointer;transition:all 0.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:white}.tab-btn svg{width:16px;height:16px}.tab-content{display:none}.tab-content--active{display:block}/* How to Buy */ .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,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:0.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:white}.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:white}.how-to-buy__brand-title{font-size:1.5rem;font-weight:700;color:white;margin-bottom:4px}.how-to-buy__brand-subtitle{font-size:0.9rem;color:rgba(255,255,255,0.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:0.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:white}.step-card__number{position:absolute;bottom:-4px;right:-4px;width:20px;height:20px;background:white;border-radius:50%;font-size:0.7rem;font-weight:700;color:var(--primary);display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px rgba(0,0,0,0.1)}.step-card__content{flex:1}.step-card__title{font-size:0.95rem;font-weight:600;color:var(--dark);margin-bottom:4px}.step-card__desc{font-size:0.8rem;color:var(--gray);line-height:1.5}/* Stats Bar */ .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, 0.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,0.03);border:1px solid rgba(255,255,255,0.08);border-radius:20px;backdrop-filter:blur(10px);transition:all 0.3s ease}.stat-item:hover{background:rgba(255,255,255,0.06);border-color:rgba(233, 30, 99, 0.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, 0.5)}.stat-item__icon svg{width:28px;height:28px;color:white}.stat-item__content{display:flex;flex-direction:column;gap:4px}.stat-item__value{font-size:1.8rem;font-weight:800;color:white;letter-spacing:-0.5px}.stat-item__label{font-size:0.85rem;color:rgba(255,255,255,0.6);font-weight:500}/* SEO Content */ .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:0.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 0.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 0.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:0.9rem;font-weight:600;cursor:pointer;transition:all 0.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 0.3s ease}.seo-content__toggle.active svg{transform:rotate(180deg)}/* Testimonials */ .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 0.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, 0.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:0.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, 0.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:0.95rem}.testimonial-card__badge{font-size:0.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 0.3s ease;cursor:pointer}.testimonials__dot--active{width:24px;border-radius:4px;background:var(--primary)}/* FAQ */ .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 0.3s ease}.faq-item:hover{border-color:var(--primary);box-shadow:0 10px 25px -8px rgba(233, 30, 99, 0.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:0.95rem;font-weight:600;color:var(--dark);flex:1}.faq-item__arrow{width:18px;height:18px;color:var(--primary);transition:transform 0.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:0.9rem;border-top:1px solid #f3e8ec}/* Footer */ .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,0.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,0.05);border:1px solid rgba(255,255,255,0.1);border-radius:12px;transition:all 0.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,0.6);font-size:0.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:0.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,0.6);font-size:0.9rem;transition:all 0.2s ease}.footer__link:hover{color:#fff;padding-left:8px}.footer__bottom{border-top:1px solid rgba(255,255,255,0.1);padding-top:30px;display:flex;justify-content:space-between;align-items:center}.footer__copyright{font-size:0.85rem;color:rgba(255,255,255,0.5)}.footer__payments{display:flex;gap:16px;align-items:center}.footer__payment-badge{padding:6px 12px;background:rgba(255, 255, 255, 0.1);border-radius:6px;font-size:0.75rem;font-weight:600;color:rgba(255, 255, 255, 0.7)}/* Mobile Navigation */ .mobile-nav{position:fixed;top:0;right:-100%;width:100%;max-width:320px;height:100vh;background:#fff;z-index:2000;transition:right 0.3s ease;box-shadow:-4px 0 20px rgba(0,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 0.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:0.95rem;font-weight:500;color:var(--dark);transition:all 0.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:0.8rem;font-weight:600;color:var(--gray);text-transform:uppercase;letter-spacing:0.5px;padding:8px 16px 4px}.mobile-nav__link--sub{padding-left:16px;font-size:0.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,0.5);z-index:1999;opacity:0;visibility:hidden;transition:all 0.3s ease}.mobile-overlay.active{opacity:1;visibility:visible}/* Responsive */ @media (max-width:1200px){.header__inner{padding:14px 20px}.search-box{max-width:320px;margin:0 16px}.nav__link{padding:8px 12px;font-size:0.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:0.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:0.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:0.55rem;margin-bottom:8px}.package-item__price{font-size:0.8rem}.custom-quantity{padding:14px 16px;border-radius:14px;margin-top:12px}.custom-quantity__label{font-size:0.85rem}.custom-quantity__btn{width:36px;height:36px;font-size:1.1rem;border-radius:10px}.custom-quantity__input{width:80px;height:36px;font-size:0.95rem;border-radius:10px}.purchase-bar{padding:14px 16px;border-radius:14px;margin-top:12px}.purchase-bar__amount{font-size:0.75rem}.purchase-bar__price{font-size:1.15rem}.purchase-bar__btn{padding:10px 16px;font-size:0.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:0.82rem;line-height:1.3}.features-list{gap:8px}/* Tabs Section */ .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:0.8rem}.tab-content{padding:0;width:100%}/* How to Buy */ .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:0.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:0.8rem}.step-card__title{font-size:0.9rem}.step-card__desc{font-size:0.8rem}/* Stats Bar */ .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:0.75rem}/* SEO Content */ .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:0.88rem}.seo-content__toggle{padding:10px 24px;font-size:0.85rem}/* Testimonials Mobile */ .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:0.9rem;margin-bottom:16px}.testimonial-card__avatar{width:40px;height:40px;font-size:0.9rem}.testimonial-card__name{font-size:0.9rem}.testimonials__dots{display:flex}/* FAQ Mobile */ .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:0.88rem}.faq-item__answer{padding:12px 16px 16px 16px;margin:0 16px 16px 16px;font-size:0.85rem}/* Footer */ .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 */ .purchase-modal{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all 0.3s ease}.purchase-modal.active{opacity:1;visibility:visible}.purchase-modal__overlay{position:absolute;inset:0;background:linear-gradient(135deg, rgba(15, 15, 26, 0.95), rgba(26, 26, 46, 0.95));backdrop-filter:blur(10px)}.purchase-modal__content{position:relative;width:100%;max-width:500px;margin:20px;transform:translateY(30px) scale(0.95);transition:transform 0.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, 0.1);border:1px solid rgba(255, 255, 255, 0.2);border-radius:50px;color:#fff;font-size:0.95rem;font-weight:500;cursor:pointer;transition:all 0.3s ease;order:2}.purchase-modal__back:hover{background:rgba(255, 255, 255, 0.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:#FF0000}.purchase-modal__icon--twitter{background:#000}.purchase-modal__icon svg{width:28px;height:28px;color:#fff}.purchase-modal__info h3{font-size:0.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, 0.05);border:2px solid rgba(255, 255, 255, 0.1);border-radius:16px;padding:6px;transition:all 0.3s ease}.purchase-modal__input-wrapper:focus-within{border-color:var(--primary);background:rgba(255, 255, 255, 0.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, 0.5)}.purchase-modal__check-btn{padding:16px 28px;background:var(--primary);color:#fff;border:none;border-radius:12px;font-size:0.95rem;font-weight:600;cursor:pointer;transition:all 0.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, 0.2);color:rgba(255, 255, 255, 0.5);cursor:not-allowed}.purchase-modal__success{display:flex;align-items:center;justify-content:center;gap:10px;padding:16px;background:rgba(76, 175, 80, 0.15);border:1px solid rgba(76, 175, 80, 0.3);border-radius:12px;margin-bottom:16px;color:#4CAF50;font-weight:600}.purchase-modal__notice{background:linear-gradient(135deg, rgba(233, 30, 99, 0.15), rgba(156, 39, 176, 0.15));border:1px solid rgba(233, 30, 99, 0.3);border-radius:16px;padding:20px 24px;text-align:center}.purchase-modal__notice p{color:#fff;font-size:0.95rem;font-weight:500;margin-bottom:4px}.purchase-modal__notice span{color:rgba(255, 255, 255, 0.6);font-size:0.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, 0.95);border-radius:20px;overflow:hidden}.purchase-modal__top-row{margin:0 0 20px 0;background:rgba(255, 255, 255, 0.06);padding:18px 16px;border-radius:0;border:none;border-bottom:1px solid rgba(255, 255, 255, 0.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:0.8rem}.purchase-modal__info h2{font-size:1.1rem}.purchase-modal__back{padding:10px 16px;font-size:0.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, 0.1);border:2px solid rgba(255, 255, 255, 0.2);border-radius:14px;font-size:1rem}.purchase-modal__input:focus{border-color:var(--primary);background:rgba(255, 255, 255, 0.15)}.purchase-modal__input::placeholder{color:rgba(255, 255, 255, 0.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, 0.4)}}/* ========== CART PAGE STYLES ========== */ .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:0.75rem;font-weight:600;color:#9ca3af;position:relative;text-transform:uppercase;letter-spacing:0.5px;transition:all 0.3s ease}.progress-step::after{content:'';position:absolute;bottom:0;left:0;right:0;height:3px;background:#e5e7eb;transition:all 0.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:0.85rem;font-weight:700;color:#9ca3af;transition:all 0.3s ease}.progress-step--active .progress-step__number{background:var(--primary);color:#fff;box-shadow:0 4px 15px rgba(233, 30, 99, 0.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 */ .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 */ .cart-items{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 4px 20px rgba(0,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:0.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 0.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:#FF0000}.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:#0088cc}.cart-item__platform--linkedin{background:#0077B5}.cart-item__platform svg{width:24px;height:24px}.cart-item__info{display:flex;flex-direction:column;gap:4px}.cart-item__name{font-size:0.95rem;font-weight:600;color:var(--dark)}.cart-item__username{font-size:0.8rem;color:var(--gray)}.cart-item__price{text-align:right}.cart-item__old-price{font-size:0.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:0.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 0.2s ease}.cart-item__remove:hover{background:#fee2e2;transform:scale(1.05)}.cart-item__remove svg{width:18px;height:18px}/* Cart Summary */ .cart-summary{background:#fff;border-radius:20px;padding:24px;box-shadow:0 4px 20px rgba(0,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:0.9rem;color:var(--gray)}.cart-summary__value{font-size:0.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 0.3s ease;box-shadow:0 8px 25px rgba(233, 30, 99, 0.3)}.cart-summary__btn:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(233, 30, 99, 0.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:0.8rem;color:var(--gray)}.cart-summary__secure svg{width:16px;height:16px;color:var(--success)}/* Empty Cart */ .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,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 0.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, 0.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:0.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 0.3s ease;box-shadow:0 8px 25px rgba(233, 30, 99, 0.35)}.cart-empty__btn:hover{transform:translateY(-3px);box-shadow:0 12px 35px rgba(233, 30, 99, 0.45)}.cart-empty__btn svg{width:20px;height:20px}/* Popular Services in Empty State */ .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 0.3s ease}.popular-card:hover{border-color:var(--primary);box-shadow:0 6px 20px rgba(233, 30, 99, 0.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:#FF0000}.popular-card--twitter .popular-card__icon{background:#000}.popular-card__icon svg{width:20px;height:20px}.popular-card__name{font-size:0.9rem;font-weight:600;color:var(--dark)}/* Related Services */ .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 0.3s ease;cursor:pointer}.service-card:hover{border-color:var(--primary);box-shadow:0 10px 30px rgba(233, 30, 99, 0.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:#FF0000}.service-card__icon svg{width:20px;height:20px}.service-card__name{font-size:0.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:0.85rem;font-weight:600;cursor:pointer;transition:all 0.2s ease;margin-top:12px}.service-card__btn:hover{background:var(--primary);color:#fff}/* Responsive */ @media (max-width:1200px){.header__inner{padding:14px 20px}.search-box{max-width:320px;margin:0 16px}.nav__link{padding:8px 12px;font-size:0.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 Mobile */ .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 Mobile */ .cart-progress__steps{max-width:100%}.progress-step{padding:16px 8px;font-size:0.65rem}.progress-step__number{width:32px;height:32px;font-size:0.8rem}/* Cart Section Mobile */ .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 Items Mobile */ .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:0.85rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-item__username{font-size:0.7rem}.cart-item__price{text-align:right;flex-shrink:0}.cart-item__new-price{font-size:0.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 Mobile */ .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:0.95rem;border-radius:12px}/* Related Services Mobile */ .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}/* Empty Cart Mobile */ .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:0.9rem;margin-bottom:24px}.cart-empty__btn{padding:14px 28px;font-size:0.95rem}.popular-services{margin-top:30px}.popular-services__title{font-size:0.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:0.85rem}/* Footer Mobile */ .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 PAGE STYLES ========== */ .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, 0.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, 0.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, 0.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, 0.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, 0.3), rgba(156, 39, 176, 0.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, 0.15);border:1px solid rgba(233, 30, 99, 0.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:0.85rem;font-weight:600;color:#f8bbd9;letter-spacing:0.5px}.contact-hero__title{font-size:3.5rem;font-weight:800;color:#fff;margin-bottom:16px;letter-spacing:-0.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,0.7);max-width:500px;margin:0 auto;line-height:1.7}/* Contact Section */ .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, 0.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 - Glassmorphism */ .contact-info{background:linear-gradient(145deg, rgba(255,255,255,0.95), rgba(255,255,255,0.8));backdrop-filter:blur(20px);border-radius:28px;padding:36px;height:fit-content;border:1px solid rgba(233, 30, 99, 0.1);box-shadow:0 20px 60px -20px rgba(233, 30, 99, 0.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, 0.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:0.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 0.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 0.3s ease}.contact-item:hover{transform:translateX(8px);border-color:rgba(233, 30, 99, 0.15);box-shadow:0 10px 30px -10px rgba(0,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:0.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:0.9rem;color:var(--gray)}.contact-item__badge{background:linear-gradient(135deg, #22c55e, #16a34a);color:#fff;font-size:0.7rem;font-weight:700;padding:6px 12px;border-radius:20px;text-transform:uppercase;letter-spacing:0.5px;box-shadow:0 4px 15px -5px rgba(34, 197, 94, 0.5)}/* Contact Form - Modern */ .contact-form{background:#fff;border-radius:28px;padding:40px;box-shadow:0 25px 80px -20px rgba(0,0,0,0.1);border:1px solid rgba(0,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:0.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:0.95rem;color:var(--dark);background:#fafbfc;transition:all 0.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, 0.1)}.form-input::placeholder{color:#aaa}.form-select{width:100%;padding:18px 22px;border:2px solid #eef0f2;border-radius:16px;font-size:0.95rem;color:var(--dark);background:#fafbfc;transition:all 0.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, 0.1)}.form-textarea{width:100%;padding:18px 22px;border:2px solid #eef0f2;border-radius:16px;font-size:0.95rem;color:var(--dark);background:#fafbfc;transition:all 0.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, 0.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 0.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,0.2), transparent);transition:left 0.5s ease}.form-submit:hover{transform:translateY(-3px);box-shadow:0 15px 40px -10px rgba(233, 30, 99, 0.5)}.form-submit:hover::before{left:100%}.form-submit svg{width:22px;height:22px}/* Footer */ .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,0.05);border:1px solid rgba(255,255,255,0.1);border-radius:12px;transition:all 0.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,0.6);font-size:0.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:0.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,0.6);font-size:0.9rem;transition:all 0.2s ease}.footer__link:hover{color:#fff;padding-left:8px}.footer__bottom{border-top:1px solid rgba(255,255,255,0.1);padding-top:30px;display:flex;justify-content:space-between;align-items:center}.footer__copyright{font-size:0.85rem;color:rgba(255,255,255,0.5)}.footer__payments{display:flex;gap:16px;align-items:center}.footer__payment-badge{padding:6px 12px;background:rgba(255, 255, 255, 0.1);border-radius:6px;font-size:0.75rem;font-weight:600;color:rgba(255, 255, 255, 0.7);transition:all 0.2s}.footer__payment-badge:hover{background:rgba(255, 255, 255, 0.2);color:#fff}/* Responsive */ @media (max-width:1200px){.header__inner{padding:14px 20px}.search-box{max-width:320px;margin:0 16px}.nav__link{padding:8px 12px;font-size:0.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:0.8rem}.contact-hero__title{font-size:2rem}.contact-hero__desc{font-size:0.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}}/* ========== FAQ PAGE STYLES ========== */ .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 0.3s ease;box-shadow:0 4px 15px rgba(0,0,0,0.05)}.faq-item:hover{border-color:#667eea;box-shadow:0 15px 35px -10px rgba(102, 126, 234, 0.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, 0.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 0.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:0.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:0.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:0.95rem}.faq-item__answer{padding:0 20px 20px 76px;font-size:0.9rem}}/* Footer */ .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,0.05);border:1px solid rgba(255,255,255,0.1);border-radius:12px;transition:all 0.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,0.6);font-size:0.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:0.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,0.6);font-size:0.9rem;transition:all 0.2s ease}.footer__link:hover{color:#fff;padding-left:8px}.footer__bottom{border-top:1px solid rgba(255,255,255,0.1);padding-top:30px;display:flex;justify-content:space-between;align-items:center}.footer__copyright{font-size:0.85rem;color:rgba(255,255,255,0.5)}.footer__payments{display:flex;gap:16px;align-items:center}.footer__payment-badge{padding:6px 12px;background:rgba(255, 255, 255, 0.1);border-radius:6px;font-size:0.75rem;font-weight:600;color:rgba(255, 255, 255, 0.7);transition:all 0.2s}.footer__payment-badge:hover{background:rgba(255, 255, 255, 0.2);color:#fff}/* Responsive */ @media (max-width:1200px){.header__inner{padding:14px 20px}.search-box{max-width:320px;margin:0 16px}.nav__link{padding:8px 12px;font-size:0.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:0.8rem}.kurumsal-hero__title{font-size:2rem}.kurumsal-hero__desc{font-size:0.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, 0.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:0.9rem;border-bottom:1px solid rgba(102, 126, 234, 0.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,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,0.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:0.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,0.15)!important;backdrop-filter:blur(10px)!important;border:1px solid rgba(255,255,255,0.2)!important;border-radius:20px!important;padding:40px 30px!important;text-align:center!important;transition:all 0.4s cubic-bezier(0.4,0,0.2,1)!important;position:relative!important;overflow:hidden!important}.stats .stat-item:hover{background:rgba(255,255,255,0.25)!important;transform:translateY(-10px)!important;box-shadow:0 25px 50px -12px rgba(0,0,0,0.25)!important}.stats .stat-item__icon{width:80px!important;height:80px!important;background:rgba(255,255,255,0.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 0.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,0.1)!important}.stats .stat-item__label{font-size:1rem!important;color:rgba(255,255,255,0.85)!important;font-weight:500!important;text-transform:uppercase!important;letter-spacing:1px!important}

/* Why Section Features - Single Column */
.why-section__features{grid-template-columns:1fr!important}

/* ===== BUGÜN YAPILAN DEĞİŞİKLİKLER ===== */

/* Body Background */
body{background:#f0f1f9!important}

/* Hero - Bayigram Style */
.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,0.1)!important;border:1px solid rgba(255,255,255,0.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,0.8)!important}
.hero__rating-box{background:rgba(255,255,255,0.1)!important;border:1px solid rgba(255,255,255,0.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,0.7)!important}
.hero__video-btn-text{color:#fff!important}

/* Hero Mobile */
@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:0.9rem!important;display:block!important;visibility:visible!important;opacity:1!important;color:rgba(255,255,255,0.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:0.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 - Dark Theme */
.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,0.03)!important;border:1px solid rgba(255,255,255,0.08)!important;border-radius:20px!important;padding:28px 20px!important;backdrop-filter:blur(10px)!important}
.stats .stat-item:hover{background:rgba(255,255,255,0.06)!important;border-color:rgba(233, 30, 99, 0.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,0.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}

/* Sections Background Transparent */
.platforms,.best-sellers,.testimonials,.why-section,.faq,.seo-content{background:transparent!important}
.product-hero,.tabs-section{background:transparent!important}

/* Category Hero Wave Fix */
.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 Pages */
.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,0.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,0.12),0 2px 8px rgba(0,0,0,0.04)!important;overflow:hidden!important;border:1px solid rgba(102,126,234,0.08)!important}
.kurumsal-main{background:#fff!important;border-radius:16px!important;padding:40px!important;box-shadow:0 4px 20px rgba(0,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 Cards - Full Color */
.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:0.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 - Modern Style */
.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, 0.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 */
.testimonials__header.section__header{margin-bottom:36px!important}

/* FAQ Header */
.faq__header.section__header{margin-bottom:36px!important}

/* FAQ Item Icons */
.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 - 2x2 Grid */
.why-section__features{display:grid!important;grid-template-columns:1fr 1fr!important;gap:16px!important}

/* Video Button */
.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 */
.testimonials{background:transparent!important}
.testimonial-card{background:#fff!important;border:1px solid #e5e7eb!important}

/* FAQ */
.faq{background:transparent!important}

/* Hide section badges */
.why-section__badge,.testimonials__badge,.faq__badge{display:none!important}

/* Kurumsal menu icons and links - Modern Design */
.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,0.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:-0.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:0.95rem!important;transition:all 0.25s cubic-bezier(0.4,0,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 0.25s ease!important}
.kurumsal-menu__link:hover{background:linear-gradient(135deg,rgba(102,126,234,0.1),rgba(118,75,162,0.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,0.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 styling */
.hero__title span::after{background:rgba(233, 30, 99, 0.3)!important}

/* Platforms Section Icon */
.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, 0.4)!important}
.section__header .section__icon{display:block!important}

/* Platform Cards - Sosyalevin Style */
.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 0.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,0.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 0.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:0.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:0.85rem!important;margin-top:auto!important;margin-bottom:auto!important}
}

/* Mobile Fix - All Sections */
@media (max-width:768px){
.container{padding:0 16px!important}
.section{padding:50px 0!important}

/* Top Bar & Header Mobile */
.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 Mobile */
.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 Mobile */
.stats__grid{grid-template-columns:repeat(2, 1fr)!important;gap:20px!important}
.stat-card{padding:20px!important}

/* Testimonials Mobile */
.testimonials__grid{grid-template-columns:1fr!important;gap:16px!important}

/* FAQ Mobile */
.faq__grid{grid-template-columns:1fr!important}

/* Footer Mobile */
.footer__grid{grid-template-columns:1fr!important;gap:30px!important;text-align:center!important}
}

/* HERO MOBILE - FINAL OVERRIDE */
@media (max-width:768px){
.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:-0.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,0.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:0.95rem!important;line-height:1.6!important;color:rgba(255,255,255,0.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}
}

/* Fix main-nav visibility */
.main-nav{display:block!important}
@media (max-width:768px){.main-nav{display:none!important}}


/* Enhanced Populaire Pakketten Section */
.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, 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,0.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, 0.5));
}

/* Enhanced Category Tabs */
.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: 0.95rem;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 2px solid #e2e8f0;
    box-shadow: 0 2px 8px rgba(0, 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, 0.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, 0.35);
}

.best-sellers .tab--active:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(233, 30, 99, 0.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, 0.5));
}

/* Tab buttons - only icons */
.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;
    }
}

/* Modern Icon Tabs - Override */
.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, #ffffff, #f0f0f0);
    border: none;
    box-shadow: 8px 8px 20px rgba(0,0,0,0.08), -8px -8px 20px rgba(255,255,255,0.9);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.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,0.12), -8px -8px 20px rgba(255,255,255,0.9);
}

.best-sellers .tab--active {
    background: linear-gradient(135deg, #E91E63 0%, #9c27b0 100%);
    box-shadow: 0 15px 35px rgba(233, 30, 99, 0.4);
}

.best-sellers .tab--active:hover {
    box-shadow: 0 20px 45px rgba(233, 30, 99, 0.5);
}

.best-sellers .tab__icon {
    width: 32px;
    height: 32px;
    transition: transform 0.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,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;
    }
}

/* Remove hover effects - only active state */
.best-sellers .tab:hover {
    transform: none;
    box-shadow: 8px 8px 20px rgba(0,0,0,0.08), -8px -8px 20px rgba(255,255,255,0.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, 0.4);
}

/* Remove shadow on active state */
.best-sellers .tab--active {
    box-shadow: none;
}

.best-sellers .tab--active:hover {
    box-shadow: none;
}

/* Remove all shadows from tabs */
.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;
}

/* Remove animation from badge */
.best-sellers__badge::before {
    display: none !important;
    animation: none !important;
}

/* Modern Minimal Design - Populaire Pakketten */
.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: -0.02em;
}

.best-sellers__badge svg {
    width: 28px;
    height: 28px;
    color: #E91E63;
    filter: none;
}

.best-sellers__header {
    margin-bottom: 40px;
}

/* Modern Tabs - Clean Pills */
.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 0.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;
    }
}

/* Stylish Populaire Pakketten Title */
.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: -0.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;
    }
}

/* Modern Centered Tab Buttons */
.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 0.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;
    }
}

/* Modern Badge Style - Populaire Pakketten */
.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: 0.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;
    }
}

/* Ultra Modern Tab Buttons */
.best-sellers .tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin: 0 auto 48px;
    background: rgba(255,255,255,0.8);
    backdrop-filter: blur(10px);
    padding: 10px;
    border-radius: 24px;
    border: 1px solid rgba(0,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 0.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;
    }
}

/* Platform specific icon backgrounds */
.product-card__icon--twitch {
    background: #9146FF;
}

.product-card__icon--twitter-x- {
    background: #000;
}

.product-card__icon--kick {
    background: #53FC18;
    color: #000;
}


/* Modal icon backgrounds for all platforms */
.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: #0088cc;
}

.purchase-modal__icon--spotify {
    background: #1DB954;
}

/* Modern Feature Cards */
.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,0.95) 0%, rgba(249,250,251,0.9) 100%);
    border: 1px solid rgba(233, 30, 99, 0.1);
    border-radius: 14px;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: default;
}

.feature-card-modern::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, transparent 0%, rgba(233, 30, 99, 0.03) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.feature-card-modern:hover {
    transform: translateY(-2px);
    border-color: rgba(233, 30, 99, 0.25);
    box-shadow: 0 8px 25px -5px rgba(233, 30, 99, 0.15), 0 4px 10px -5px rgba(0, 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, 0.08) 0%, transparent 60%);
    opacity: 0;
    transition: opacity 0.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, 0.4);
    transition: all 0.3s ease;
}

.feature-card-modern:hover .feature-card-modern__icon {
    transform: scale(1.05);
    box-shadow: 0 6px 16px -2px rgba(233, 30, 99, 0.5);
}

.feature-card-modern__icon svg {
    width: 20px;
    height: 20px;
}

.feature-card-modern__text {
    position: relative;
    z-index: 1;
    flex: 1;
    font-size: 0.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, 0.4);
}

.feature-card-modern__check svg {
    width: 12px;
    height: 12px;
}

/* Variant colors */
.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, 0.4);
}

.feature-card-modern--users:hover .feature-card-modern__icon {
    box-shadow: 0 6px 16px -2px rgba(139, 92, 246, 0.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, 0.4);
}

.feature-card-modern--shield:hover .feature-card-modern__icon {
    box-shadow: 0 6px 16px -2px rgba(16, 185, 129, 0.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, 0.4);
}

.feature-card-modern--speed:hover .feature-card-modern__icon {
    box-shadow: 0 6px 16px -2px rgba(245, 158, 11, 0.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, 0.4);
}

.feature-card-modern--lock:hover .feature-card-modern__icon {
    box-shadow: 0 6px 16px -2px rgba(236, 72, 153, 0.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, 0.4);
}

.feature-card-modern--payment:hover .feature-card-modern__icon {
    box-shadow: 0 6px 16px -2px rgba(59, 130, 246, 0.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, 0.4);
}

.feature-card-modern--support:hover .feature-card-modern__icon {
    box-shadow: 0 6px 16px -2px rgba(6, 182, 212, 0.5);
}

/* Responsive */
@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: 0.8rem;
    }
}

/* Features grid tek sütun */
.features-grid-modern {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
}

/* FAQ sabit boyut */
.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 sabit boyut - güncelleme */
.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 2 satır sabit */
.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 başlık dikey ortala */
.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 açıklama sola hizala */
.faq-item__answer {
    text-align: left !important;
    padding-left: 56px !important;
}

/* Feature cards mobil yazı boyutu */
@media (max-width: 768px) {
    .feature-card-modern__text {
        font-size: 0.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 cards animasyon kaldır */
.feature-card-modern {
    transition: none !important;
}

.feature-card-modern:hover {
    transform: none !important;
    box-shadow: none !important;
    border-color: rgba(233, 30, 99, 0.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 soru başlığı küçült */
.faq-item__question {
    font-size: 0.85rem !important;
}

@media (max-width: 768px) {
    .faq-item__question {
        font-size: 0.8rem !important;
    }
}

/* SSS ikonlarını beyaz ? yap */
.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;
}

/* SSS ikon hizalama */
.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;
}

/* SSS cevap ve genel hizalama düzelt */
.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 ikonları tek renk - pembe */
.feature-card-modern__icon {
    background: linear-gradient(135deg, #E91E63 0%, #ff6b9d 100%) !important;
    box-shadow: 0 4px 12px -2px rgba(233, 30, 99, 0.4) !important;
}

.feature-card-modern:hover .feature-card-modern__icon {
    box-shadow: 0 4px 12px -2px rgba(233, 30, 99, 0.4) !important;
}

/* Purchase modal notice mobil düzeltme */
@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;
    }
}

/* Alt Kategori Özel Görseli */
.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;
    }
}

/* Özel görsel için arka planı kaldır */
.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;
}

/* Özel görsel için tüm arka planları kaldır */
.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;
}

/* Özel Görsel - Responsive Düzenleme */
.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;
}

/* Tablet */
@media (max-width: 1024px) {
    .product-image__img {
        max-width: 300px !important;
    }
}

/* Mobil */
@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;
    }
}

/* Özel Görsel - Tam Genişlik (Kartlarla Aynı) */
.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;
}

/* Mobil */
@media (max-width: 768px) {
    .product-image--custom {
        margin: 0 0 20px 0 !important;
    }
    
    .product-image--custom .product-image__img {
        border-radius: 16px !important;
    }
}

/* ===== ÜRÜN GÖRSELİ - YENİ TASARIM ===== */
.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;
}

/* Tablet */
@media (max-width: 1024px) {
    .product-image--custom,
    .product-image--custom .product-image__visual,
    .product-image--custom .product-image__img {
        min-height: 350px !important;
    }
}

/* Mobil */
@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;
    }
}

/* ===== MOBİL GÖRSEL DÜZENLEME ===== */
@media (max-width: 768px) {
    /* Mobilde sol kolon (görsel + özellikler) üste gelsin */
    .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;
    }
    
    /* Görsel tam genişlik ve büyük */
    .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;
    }
}

/* ===== MOBİL GÖRSEL - SIRALAMA DÜZELTMESİ ===== */
@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;
    }
}

/* ===== MOBİL GÖRSEL - TAM GENİŞLİK ===== */
@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;
    }
}

/* Görsel köşe yuvarlaması */
.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;
    }
}

/* Mobilde görsel yatay görünüm */
@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;
    }
}

/* Mobilde görsel webteki gibi - kırpma yok */
@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;
    }
}

/* Mobilde boşlukları kaldır */
@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;
    }
}

/* Mobilde tam genişlik - tüm boşlukları kaldır */
@media (max-width: 768px) {
    .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;
    }
}

/* ===== MOBİL GÖRSEL FİNAL ===== */
@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;
    }
}

/* ===== MOBİL GÖRSEL - KARTLARLA UYUMLU BOŞLUK ===== */
@media (max-width: 768px) {
    .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;
    }
}

/* ===== MOBİL SIRALAMA - PAKETLER ÜSTTE ===== */
@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;
    }
}

/* ===== MOBİL - GÖRSEL VE KARTLAR YER DEĞİŞTİR ===== */
@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;
    }
}

/* ===== MOBİL - GÖRSEL YATAY/KOMPAKT ===== */
@media (max-width: 768px) {
    .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;
    }
}

/* ===== MOBİL - GÖRSEL ESKİ HALİ ===== */
@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;
    }
}

/* ===== MOBİL - GENİŞ AMA KISA ===== */
@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;
    }
}

/* ===== MOBİL - TAM GÖRSEL KOMPAKT ===== */
@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;
    }
}

/* ===== MOBİL - DENGELI GÖRSEL ===== */
@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;
    }
}

/* ===== MOBİL - TAM GENİŞLİK SABİT YÜKSEKLİK ===== */
@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;
    }
}

/* ===== MOBİL - GÖRSEL FİNAL ===== */
@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;
    }
}

/* ===== MOBİL - RAKİP GİBİ TAM GÖRSEL ===== */
@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;
    }
}

/* ===== MOBİL GÖRSEL TAM GENİŞLİK FİNAL ===== */
@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;
    }
}

/* ===== MOBİL TUTARLI BOŞLUKLAR ===== */
@media (max-width: 768px) {
    .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;
    }
}

/* ===== MOBİL GÖRSEL BOŞLUK ===== */
@media (max-width: 768px) {
    .product-image--custom {
        margin-top: 16px !important;
        margin-bottom: 24px !important;
    }
    
    .features-grid-modern {
        margin-bottom: 16px !important;
    }
}

/* ===== MOBİL GÖRSEL TAM GÖSTER ===== */
@media (max-width: 768px) {
    .product-image--custom .product-image__img {
        height: auto !important;
        max-height: none !important;
        min-height: unset !important;
        object-fit: contain !important;
    }
}

/* ===== MOBİL GÖRSEL KESİLMESİN ===== */
@media (max-width: 768px) {
    .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;
    }
}

/* ===== MOBİL GÖRSEL - TAM AMA KOMPAKT ===== */
@media (max-width: 768px) {
    .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;
    }
}

/* ===== MOBİL GÖRSEL - DOĞRU ÇÖZÜM ===== */
@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;
    }
}

/* ===== MOBİL GÖRSEL KÖŞE YUVARLAMA ===== */
@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;
    }
}

/* ===== MOBİL KARE GÖRSEL ===== */
@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;
    }
}

/* ===== MOBİL GÖRSEL SABİT BOYUT ===== */
@media (max-width: 768px) {
    .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;
    }
}

/* ===== MOBİL YATAY GÖRSEL TAM GENİŞLİK ===== */
@media (max-width: 768px) {
    .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 CUSTOM STYLE (mobile) ===== */
@media (max-width: 768px) {
    .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;
    }
}

/* ===== FORCE ROUNDED CORNERS ON ALL SCREENS ===== */
.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;
    }
}

/* ===== REDUCE GAP BETWEEN PRODUCT IMAGE AND FEATURES (desktop) ===== */
@media (min-width: 769px) {
    .features-grid-modern {
        margin-top: -8px !important;
    }
}

/* ===== HOW TO BUY CUSTOM IMAGE ===== */
.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 LIST STYLES ===== */
.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: 0.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: 0.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;
}

/* Mobile adjustments for SEO content lists */
@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: 0.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: 0.88rem;
    }
}




/* ===== SEO CONTENT EXPANDED STATE ===== */
.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 TEXT WRAP FIX ===== */
.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 WIDTH FIX ===== */
.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 OVERFLOW FIX ===== */
.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 PADDING FIX ===== */
.seo-content__collapsed,
.seo-content__wrapper {
    padding-right: 10px !important;
}

/* ===== SEO CONTENT EDITOR STYLES (FRONTEND) ===== */
.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: white !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 0.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: white !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;
}

/* Mobile */
@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 IMMEDIATE VISIBILITY FIX ===== */
.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: white !important;
}

.stat-item__label {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    font-weight: 500 !important;
    color: rgba(255,255,255,0.7) !important;
}

.stat-item__icon svg {
    opacity: 1 !important;
    visibility: visible !important;
}

/* ===== H1 BADGE TEXT RESET ===== */
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 FIX ===== */
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, 0.3) 35%, transparent 35%) !important;
}

/* ===== HERO RATING FIX ===== */
.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: 0.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 DESC FIX ===== */
.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, 0.85) !important;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.85) !important;
    font-style: normal !important;
    text-shadow: none !important;
    letter-spacing: 0.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;
    }
}

/* ===== STRONG INLINE FIX ===== */
.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, 0.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}}
@media(max-width:768px){.why-section .section__header{justify-content:flex-start\!important}.why-section__content{text-align:left\!important;align-items:flex-start\!important}}
@media(max-width:768px){.why-section__features{justify-content:flex-start\!important;text-align:left\!important}}
@media(max-width:768px){.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}}
@media(max-width:768px){.why-section .why-section__desc{text-align:left\!important;display:block\!important}}
@media(max-width:768px){.why-section__content{display:flex\!important;flex-direction:column\!important;align-items:flex-start\!important}.why-section__content>*{text-align:left\!important}}

/* Hidden packages - only visible via +/- buttons */
.package-item--hidden {
    display: none !important;
}
@media (max-width: 768px) {
    .package-item--hidden {
        display: none !important;
    }
}

/* ===== MODERN PURCHASE MODAL - 2024 Design ===== */
.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 0.4s cubic-bezier(0.4, 0, 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, 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, 0.5),
        0 0 0 1px rgba(255, 255, 255, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
    transform: translateY(40px) scale(0.9) !important;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
    overflow: hidden !important;
}

.purchase-modal.active .purchase-modal__content {
    transform: translateY(0) scale(1) !important;
}

/* Animated background gradient */
.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, 0.1), transparent 30%) !important;
    animation: modalRotate 8s linear infinite !important;
    pointer-events: none !important;
}

@keyframes modalRotate {
    100% { transform: rotate(360deg); }
}

/* Close Button */
.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, 0.1) !important;
    border-radius: 12px !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.3s ease !important;
    z-index: 10 !important;
}

.purchase-modal__close:hover {
    background: rgba(233, 30, 99, 0.3) !important;
    transform: rotate(90deg) !important;
}

.purchase-modal__close svg {
    width: 20px !important;
    height: 20px !important;
    color: rgba(255, 255, 255, 0.7) !important;
    transition: color 0.3s ease !important;
}

.purchase-modal__close:hover svg {
    color: #fff !important;
}

/* Header */
.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;
}

/* Icon Wrapper with Glow */
.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 0.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: 0.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); }
}

/* Platform Colors */
.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, #000000, #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, #FF0000, #cc0000) !important;
}
.purchase-modal__icon--youtube + .purchase-modal__icon-glow {
    background: #FF0000 !important;
}

.purchase-modal__icon--twitter {
    background: linear-gradient(135deg, #000000, #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, #0088cc, #006699) !important;
}
.purchase-modal__icon--telegram + .purchase-modal__icon-glow {
    background: #0088cc !important;
}

/* Info Section */
.purchase-modal__info {
    position: relative !important;
    z-index: 1 !important;
}

.purchase-modal__platform-label {
    display: inline-block !important;
    font-size: 0.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, 0.4) !important;
}

/* Divider */
.purchase-modal__divider {
    height: 1px !important;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent) !important;
    margin: 24px 0 !important;
    position: relative !important;
    z-index: 1 !important;
}

/* Form */
.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: 0.85rem !important;
    font-weight: 500 !important;
    color: rgba(255, 255, 255, 0.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, 0.05) !important;
    border: 2px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 16px !important;
    padding: 4px !important;
    transition: all 0.3s ease !important;
    margin-bottom: 16px !important;
}

.purchase-modal__input-group:focus-within {
    border-color: #E91E63 !important;
    background: rgba(233, 30, 99, 0.05) !important;
    box-shadow: 0 0 0 4px rgba(233, 30, 99, 0.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, 0.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, 0.4) !important;
}

/* Submit Button */
.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 0.3s cubic-bezier(0.4, 0, 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, 0.2), transparent) !important;
    transition: left 0.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, 0.4) !important;
}

.purchase-modal__submit:active:not(:disabled) {
    transform: translateY(0) !important;
}

.purchase-modal__submit:disabled {
    background: rgba(255, 255, 255, 0.1) !important;
    color: rgba(255, 255, 255, 0.4) !important;
    cursor: not-allowed !important;
}

.purchase-modal__submit-icon {
    width: 20px !important;
    height: 20px !important;
    transition: transform 0.3s ease !important;
}

.purchase-modal__submit:hover:not(:disabled) .purchase-modal__submit-icon {
    transform: translateX(4px) !important;
}

/* Success Message */
.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 0.5s cubic-bezier(0.34, 1.56, 0.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 0.6s ease forwards !important;
    box-shadow: 0 8px 30px rgba(76, 175, 80, 0.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 0.4s ease 0.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, 0.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, 0.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;
}

/* Notice */
.purchase-modal__notice {
    display: flex !important;
    align-items: flex-start !important;
    gap: 12px !important;
    padding: 16px !important;
    background: rgba(255, 255, 255, 0.03) !important;
    border: 1px solid rgba(255, 255, 255, 0.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, 0.5) !important;
    flex-shrink: 0 !important;
    margin-top: 2px !important;
}

.purchase-modal__notice-text p {
    font-size: 0.9rem !important;
    font-weight: 500 !important;
    color: rgba(255, 255, 255, 0.8) !important;
    margin: 0 0 4px 0 !important;
}

.purchase-modal__notice-text span {
    font-size: 0.8rem !important;
    color: rgba(255, 255, 255, 0.4) !important;
}

/* ===== MOBILE MODAL - COMPLETE OVERRIDE ===== */
@media (max-width: 768px) {
    /* Modal container - TOP ALIGNED */
    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;
    }

    /* Modal content - TOP POSITION */
    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;
    }

    /* Hide old structure elements */
    .purchase-modal__top-row,
    .purchase-modal__back {
        display: none !important;
    }

    /* Header */
    .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: 0.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;
    }

    /* Divider */
    .purchase-modal__divider {
        margin: 20px 0 !important;
    }

    /* Form */
    .purchase-modal__form {
        display: block !important;
        width: 100% !important;
    }

    .purchase-modal__label {
        font-size: 0.8rem !important;
        margin-bottom: 8px !important;
    }

    .purchase-modal__input-group {
        display: flex !important;
        flex-direction: row !important;
        background: rgba(255, 255, 255, 0.05) !important;
        border: 2px solid rgba(255, 255, 255, 0.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;
    }

    /* Submit button */
    .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;
    }

    /* Success */
    .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: 0.9rem !important;
    }

    .purchase-modal__success-price {
        font-size: 1.3rem !important;
    }

    /* Notice - same size as button */
    .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: 0.85rem !important;
        margin: 0 !important;
    }

    .purchase-modal__notice-text span {
        font-size: 0.75rem !important;
    }

    /* Close button */
    .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;
    }
}

/* Extra small screens */
@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: 0.9rem !important;
    }
}

/* Cart Notification Popup */
.cart-notification {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    z-index: 10000;
    opacity: 0;
    transition: all 0.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, 0.95) 0%, rgba(20, 20, 30, 0.98) 100%);
    border: 1px solid rgba(76, 175, 80, 0.3);
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4), 0 0 20px rgba(76, 175, 80, 0.2);
    backdrop-filter: blur(10px);
}

.cart-notification__icon {
    width: 28px;
    height: 28px;
    color: #4CAF50;
    flex-shrink: 0;
    background: rgba(76, 175, 80, 0.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: 0.95rem;
        white-space: normal;
        line-height: 1.4;
    }
}

/* Why Section Image */
.why-section__img {
    width: 100%;
    max-width: 450px;
    height: auto;
    border-radius: 24px;
    box-shadow: 0 20px 60px rgba(0, 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;
    }
}

/* ========================================
   MOBİL DÜZELTMELER
   ======================================== */

/* iOS zoom'u önle - input font-size 16px olmalı */
@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;
    }
}

/* Yatay scroll'u önle */
html, body {
    overflow-x: hidden !important;
    max-width: 100% !important;
}

/* 100% yerine 100% kullan - scrollbar sorununu çözer */
.hero,
.container,
section {
    max-width: 100% !important;
    overflow-x: hidden !important;
}

/* ========================================
   FOOTER MOBİL - SADELEŞTİRME
   ======================================== */
@media screen and (max-width: 768px) {
    /* Logo, sosyal medya, açıklama gizle */
    .footer__top,
    .footer__logo,
    .footer__social,
    .footer__desc {
        display: none !important;
    }
    
    /* Ödeme rozetleri gizle */
    .footer__payments {
        display: none !important;
    }
    
    /* Grid düzeni - iki sütun yan yana */
    .footer__grid {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 20px !important;
        padding: 20px 0 !important;
        text-align: left !important;
    }
    
    /* Sütun başlıkları */
    .footer__column h4 {
        font-size: 14px !important;
        margin-bottom: 12px !important;
    }
    
    /* Linkler */
    .footer__links {
        display: flex !important;
        flex-direction: column !important;
        gap: 8px !important;
    }
    
    .footer__link {
        font-size: 13px !important;
        padding: 4px 0 !important;
    }
    
    /* Alt kısım - sadece copyright */
    .footer__bottom {
        padding: 15px 0 !important;
        border-top: 1px solid rgba(255,255,255,0.1) !important;
    }
    
    .footer__copyright {
        font-size: 11px !important;
        text-align: center !important;
    }
}

/* Mobile platforms grid fix */
@media (max-width: 768px) {
    .platforms__grid {
        justify-content: center !important;
        justify-items: center !important;
    }
}


/* Mobile platforms grid center fix v2 */
@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;
    }
}


/* Platform card name fixes */
@media (max-width: 768px) {
    .platform-card__name {
        margin-top: -8px !important;
        font-size: 0.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;
    }
}


/* Mobile Platform Grid Fix */
@media (max-width: 768px) {
    .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 name center - FINAL */
.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}}

/* MOBIL PLATFORMS 2LI GRID */
@media(max-width:1024px){.platforms__grid{grid-template-columns:repeat(2,1fr)!important}}



/* Stylish Diensten Button */
.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, 0.35);
    transition: all 0.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,0.2), transparent);
    transition: left 0.5s ease;
}
.btn--diensten:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(233, 30, 99, 0.45);
}
.btn--diensten:hover::before {
    left: 100%;
}
.btn--diensten svg {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}
.btn--diensten:hover svg {
    transform: translateX(5px);
}










/* ===== MODERN MOBILE BOTTOM NAV ===== */
.mobile-bottom-nav {
    display: block;
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    background: #ffffff;
    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, 0.08), 0 -2px 10px rgba(0, 0, 0, 0.04);
    border-top: 1px solid rgba(0, 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 0.3s cubic-bezier(0.4, 0, 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, 0.1), rgba(255, 107, 157, 0.1));
    border-radius: 16px;
    opacity: 0;
    transition: opacity 0.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 0.3s ease;
    position: relative;
    z-index: 1;
}

.mobile-bottom-nav__item span:not(.mobile-bottom-nav__cart-badge) {
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.3px;
    position: relative;
    z-index: 1;
}

/* Center Cart Button - Floating Style */
.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, 0.4),
        0 4px 8px rgba(233, 30, 99, 0.2),
        inset 0 2px 4px rgba(255, 255, 255, 0.3);
    position: relative;
    transition: all 0.3s cubic-bezier(0.4, 0, 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(0.95);
}

.mobile-bottom-nav__cart-btn::before {
    content: '';
    position: absolute;
    inset: 3px;
    background: linear-gradient(145deg, rgba(255,255,255,0.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,0.2));
}

.mobile-bottom-nav__cart-badge {
    position: absolute;
    top: -4px;
    right: -4px;
    background: linear-gradient(135deg, #1a1a2e, #2d2d44);
    color: #fff;
    font-size: 0.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, 0.2);
}

/* WhatsApp Special Style */
.mobile-bottom-nav__item--whatsapp {
    color: #25D366;
}

.mobile-bottom-nav__item--whatsapp::before {
    background: linear-gradient(135deg, rgba(37, 211, 102, 0.1), rgba(37, 211, 102, 0.05));
}

.mobile-bottom-nav__item--whatsapp svg {
    filter: drop-shadow(0 2px 4px rgba(37, 211, 102, 0.3));
}

/* Hide on Desktop */
@media (min-width: 769px) {
    .mobile-bottom-nav {
        display: none !important;
    }
}

/* Body padding for mobile nav */
@media (max-width: 768px) {
    body {
        padding-bottom: 100px !important;
    }
}

/* Hide notification and video buttons */
.header__notification-btn,
.header__notification-btn--desktop,
.header__mobile-notification,
.hero__video-btn
{
    display: none !important;
}


/* Hide order search box */
.header .search-box,
form.search-box {
    display: none !important;
}

/* Mobile bottom nav spacing */
@media (max-width: 768px) {
    body {
        padding-bottom: 80px !important;
    }
    .footer {
        margin-bottom: 80px;
    }
}

/* Mobile Cart Progress Fix */
@media (max-width: 768px) {
    .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: 0.6rem;
        text-align: center;
        white-space: nowrap;
    }
    .progress-step__number {
        width: 28px;
        height: 28px;
        font-size: 0.7rem;
        flex-shrink: 0;
    }
}

/* Header Layout Fix - Cart button always on right */
.header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.header__actions {
    margin-left: auto;
}

/* Modern Diensten Button */
.btn--diensten {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 32px;
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.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 0.4s cubic-bezier(0.25, 0.8, 0.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,0.2), transparent);
    transition: left 0.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 0.3s ease;
}
.btn--diensten:hover svg {
    transform: translateX(4px);
}
@media (max-width: 768px) {
    .btn--diensten {
        padding: 14px 28px;
        font-size: 0.9rem;
    }
}

/* Modern Logo Styling */
.logo__text {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 1.6rem;
    font-weight: 800;
    letter-spacing: -0.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;
}

/* Modern Footer Logo Styling */
.footer__logo-text {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 1.8rem;
    font-weight: 800;
    letter-spacing: -0.5px;
    background: linear-gradient(135deg, #ffffff 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;
}

/* Ultra Modern Logo */
.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 0.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 VE MENU TAM HIZALAMA ===== */
.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;
    }
}

/* Mobil zoom engellemek için touch-action */
.custom-quantity__btn,
.package-item,
button,
input,
select,
textarea,
a {
    touch-action: manipulation !important;
}

/* Input zoom engellemek için minimum font-size */
input[type='text'],
input[type='number'],
input[type='email'],
input[type='tel'],
select,
textarea {
    font-size: 16px !important;
}
