.product-banner-premium { position: fixed; min-height: 100vh; display: flex; align-items: center; justify-content: center; overflow: hidden; background: #0a0a0f; z-index:-1;}.product-banner-premium .grid-bg { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-image: linear-gradient(rgba(102, 252, 241, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(102, 252, 241, 0.03) 1px, transparent 1px); background-size: 50px 50px; animation: gridMove 20s linear infinite; z-index: 1;}.product-banner-premium .light-stripes { position: absolute; top: 0; left: 0; right: 0; bottom: 0; overflow: hidden; z-index: 2;} .product-banner-premium .light-stripes::before,.product-banner-premium .light-stripes::after { content: ''; position: absolute; width: 150%; height: 110%; background: linear-gradient( 115deg, transparent 30%, rgba(102, 252, 241, 0.08) 45%, rgba(102, 252, 241, 0.2) 50%, rgba(102, 252, 241, 0.08) 55%, transparent 70% ); animation: stripeFlow 12s ease-in-out infinite;} .product-banner-premium .light-stripes::after { animation-delay: -4s; opacity: 0.6; transform: rotate(5deg);}.product-banner-premium .particles { position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 3;} .product-banner-premium .particle { position: absolute; background: radial-gradient(circle, rgba(102, 252, 241, 0.6) 0%, transparent 70%); border-radius: 50%; filter: blur(8px); animation: floatParticle 15s infinite ease-in-out;}.product-banner-premium .particle-1 { width: 300px; height: 300px; top: -100px; right: -100px; animation-duration: 18s;} .product-banner-premium .particle-2 { width: 400px; height: 400px; bottom: -150px; left: -150px; animation-duration: 22s; animation-delay: -5s; opacity: 0.4;} .product-banner-premium .particle-3 { width: 200px; height: 200px; top: 40%; left: 20%; animation-duration: 14s; animation-delay: -8s; filter: blur(12px);} .product-banner-premium .particle-4 { width: 250px; height: 250px; bottom: 20%; right: 15%; animation-duration: 20s; animation-delay: -3s; opacity: 0.5;}.product-banner-premium .aura-glow { position: absolute; top: 50%; left: 50%; width: 80%; height: 80%; transform: translate(-50%, -50%); background: radial-gradient( ellipse at center, rgba(102, 252, 241, 0.15) 0%, rgba(69, 162, 149, 0.08) 30%, transparent 70% ); filter: blur(60px); animation: auraPulse 8s ease-in-out infinite; z-index: 1;}.product-banner-premium .scan-line { position: absolute; top: 0; left: 0; right: 0; height: 100%; background: linear-gradient( to bottom, transparent 0%, rgba(102, 252, 241, 0.02) 50%, transparent 100% ); animation: scanMove 8s linear infinite; pointer-events: none; z-index: 8;}.product-banner-premium .content-wrapper { position: relative; z-index: 20; max-width: 1300px; width: 90%; margin: 0 auto; padding: 80px 40px; text-align: center;}.product-banner-premium .glass-card { background: rgba(10, 10, 16, 0.45); backdrop-filter: blur(20px) saturate(180%); border-radius: 48px; border: 1px solid rgba(102, 252, 241, 0.25); padding: 60px 48px; box-shadow: 0 25px 45px -12px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.05); transition: all 0.4s cubic-bezier(0.2, 0.9, 0.4, 1.1);} .product-banner-premium .glass-card:hover { border-color: rgba(102, 252, 241, 0.45); box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.6), 0 0 0 1px rgba(102, 252, 241, 0.2);}.product-banner-premium h1 { font-size: 5rem; font-weight: 800; margin-bottom: 1.5rem; background: linear-gradient(135deg, #FFFFFF 0%, #66FCF1 40%, #FFFFFF 80%); background-size: 200% auto; -webkit-background-clip: text; background-clip: text; color: transparent; animation: textShine 6s linear infinite; letter-spacing: -0.02em;}.product-banner-premium .description { font-size: 1.35rem; line-height: 1.6; color: rgba(197, 198, 199, 0.9); max-width: 700px; margin: 0 auto 2rem;}.product-banner-premium .product-focus { margin: 48px 0; position: relative; display: inline-block;} .product-banner-premium .product-focus img { max-width: 100%; max-height: 500px; border-radius: 32px; box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(102, 252, 241, 0.3); transition: all 0.5s cubic-bezier(0.2, 0.9, 0.4, 1.1); filter: brightness(1.02) contrast(1.05);} .product-banner-premium .product-focus img:hover { transform: scale(1.02) translateY(-8px); box-shadow: 0 30px 50px -20px rgba(0, 0, 0, 0.6), 0 0 0 2px rgba(102, 252, 241, 0.5);}.product-banner-premium .product-glow { position: absolute; top: 50%; left: 50%; width: 110%; height: 110%; transform: translate(-50%, -50%); background: radial-gradient(circle, rgba(102, 252, 241, 0.2) 0%, transparent 70%); filter: blur(30px); z-index: -1; opacity: 0.6; transition: opacity 0.4s;} .product-banner-premium .product-focus:hover .product-glow { opacity: 1;}.product-banner-premium .button-group { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; margin-top: 32px;} .product-banner-premium .btn-primary,.product-banner-premium .btn-secondary { display: inline-block; padding: 14px 38px; font-weight: 600; font-size: 1rem; border-radius: 60px; text-decoration: none; transition: all 0.35s cubic-bezier(0.2, 0.9, 0.4, 1.1); cursor: pointer;} .product-banner-premium .btn-primary { background: linear-gradient(115deg, #66FCF1, #45A295); color: #0B0C10; border: none; box-shadow: 0 4px 15px rgba(102, 252, 241, 0.3);} .product-banner-premium .btn-primary:hover { transform: translateY(-3px); box-shadow: 0 8px 25px rgba(102, 252, 241, 0.45);} .product-banner-premium .btn-secondary { background: transparent; border: 1.5px solid rgba(102, 252, 241, 0.6); color: #66FCF1; backdrop-filter: blur(4px);} .product-banner-premium .btn-secondary:hover { background: rgba(102, 252, 241, 0.1); border-color: #66FCF1; transform: translateY(-3px);}@keyframes gridMove { 0% { transform: translate(0, 0); } 100% { transform: translate(50px, 50px); }}@keyframes stripeFlow { 0% { transform: translateX(-30%) rotate(0deg); opacity: 0; } 20% { opacity: 0.6; } 50% { transform: translateX(20%) rotate(2deg); opacity: 0.8; } 80% { opacity: 0.4; } 100% { transform: translateX(80%) rotate(0deg); opacity: 0; }}@keyframes floatParticle { 0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.3; } 25% { transform: translate(30px, -40px) scale(1.1); opacity: 0.5; } 50% { transform: translate(-20px, 30px) scale(0.95); opacity: 0.4; } 75% { transform: translate(40px, 20px) scale(1.05); opacity: 0.45; }}@keyframes auraPulse { 0%, 100% { opacity: 0.5; transform: translate(-50%, -50%) scale(1); } 50% { opacity: 0.9; transform: translate(-50%, -50%) scale(1.08); }}@keyframes scanMove { 0% { transform: translateY(-100%); } 100% { transform: translateY(100%); }}@keyframes textShine { 0% { background-position: 0% 50%; } 100% { background-position: 200% 50%; }}@media (max-width: 1024px) { .product-banner-premium h1 { font-size: 3.5rem; } .product-banner-premium .glass-card { padding: 40px 32px; }}@media (max-width: 768px) { .product-banner-premium h1 { font-size: 2.5rem; } .product-banner-premium .description { font-size: 1.1rem; } .product-banner-premium .glass-card { padding: 32px 24px; border-radius: 32px; } .product-banner-premium .btn-primary, .product-banner-premium .btn-secondary { padding: 12px 28px; font-size: 0.9rem; } .product-banner-premium .particle-1, .product-banner-premium .particle-2 { width: 200px; height: 200px; }}