.header{-webkit-backdrop-filter:blur(24px);z-index:2000;background:#0a0e27f2;border-bottom:1px solid #ffffff14;width:100%;padding:1.25rem 0;transition:all .4s cubic-bezier(.16,1,.3,1);position:fixed;top:0;left:0}.header:after{content:"";opacity:.5;background:linear-gradient(90deg,#0000,#00d9ff4d,#0000);width:100%;height:1px;position:absolute;bottom:-1px;left:0}.header.scrolled{background:#0a0e27fa;border-bottom:1px solid #ffffff1f;padding:.75rem 0;box-shadow:0 4px 40px #0006}.header .container{justify-content:space-between;align-items:center;display:flex}.logo{color:var(--text-primary);transition:var(--transition-fast);letter-spacing:-.02em;align-items:center;gap:.55rem;font-family:Outfit,Space Grotesk,sans-serif;font-size:1.6rem;font-weight:800;line-height:1;text-decoration:none;display:flex}.logo img{object-fit:contain;width:auto;height:54px;display:block}.logo span{background:linear-gradient(135deg,#fff 0%,#00d9ff 55%,#a78bfa 100%);-webkit-text-fill-color:transparent;letter-spacing:-.03em;-webkit-background-clip:text;background-clip:text;font-size:1.75rem;font-weight:900;line-height:1}.logo-icon{background:linear-gradient(135deg, var(--primary-blue) 0%, var(--secondary-purple) 100%);border-radius:var(--radius-sm);color:#fff;justify-content:center;align-items:center;width:40px;height:40px;font-weight:900;display:flex}.logo:hover{transform:scale(1.05)}.nav{align-items:center;gap:2.5rem;display:flex}.nav-links{align-items:center;gap:2rem;list-style:none;display:flex}.nav-link{color:var(--text-secondary);transition:var(--transition-fast);font-weight:500;position:relative}.nav-link:after{content:"";background:linear-gradient(90deg, var(--primary-blue), var(--secondary-purple));width:0;height:2px;transition:var(--transition-normal);position:absolute;bottom:-5px;left:0}.nav-link:hover,.nav-link.active{color:var(--primary-blue)}.nav-link:hover:after,.nav-link.active:after{width:100%}.mobile-menu-btn{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;gap:5px;padding:.5rem;display:none}.mobile-menu-btn span{background:var(--text-primary);width:25px;height:3px;transition:var(--transition-normal);border-radius:2px}.mobile-menu-btn.active span:first-child{background:var(--primary-blue);transform:rotate(45deg)translate(7px,7px)}.mobile-menu-btn.active span:nth-child(2){opacity:0}.mobile-menu-btn.active span:nth-child(3){background:var(--primary-blue);transform:rotate(-45deg)translate(7px,-7px)}@media (max-width:1024px){.nav{gap:1.5rem}.nav-links{-webkit-backdrop-filter:blur(30px);z-index:1000;background:#0a0e27fc;border-bottom:1px solid #ffffff14;flex-direction:column;justify-content:flex-start;align-items:center;gap:2rem;width:100%;height:calc(100vh - 80px);padding:4rem 1rem;transition:transform .4s cubic-bezier(.16,1,.3,1);position:fixed;top:80px;left:0;overflow-y:auto;transform:translate(100%)}.nav-links.active{transform:translate(0)}.nav-link{text-align:center;width:100%;padding:1rem;font-size:1.5rem}.mobile-menu-btn{display:flex}.nav .btn-primary{display:none}}@media (max-width:480px){.nav .btn-primary{display:none}}.footer{-webkit-backdrop-filter:blur(20px);background:#0a0e27d9;border-top:1px solid #ffffff14;margin-top:6rem;padding:4rem 0 2rem;position:relative;overflow:hidden}.footer:before{content:"";background:linear-gradient(90deg, transparent 0%, var(--primary-blue) 20%, var(--secondary-purple) 50%, var(--primary-blue) 80%, transparent 100%);opacity:.6;height:1px;position:absolute;top:0;left:0;right:0}.footer .container{padding-left:30px;padding-right:30px}@media (max-width:768px){.footer{margin-top:4rem;padding:3rem 0 2rem}.footer .container{padding-left:28px;padding-right:28px}}.footer-content{justify-content:space-between;align-items:flex-start;gap:3rem;margin-bottom:3rem;display:flex}@media (max-width:1024px){.footer-content{flex-wrap:wrap}.footer-section{flex:200px}}.footer-section{flex:1;min-width:0}.footer-section h3{color:var(--text-primary);margin-bottom:1rem;font-size:1.25rem}.footer-section p{color:var(--text-muted);margin-bottom:1rem}.footer-links{list-style:none}.footer-links li{margin-bottom:.75rem}.footer-links a{color:var(--text-muted);transition:var(--transition-fast)}.footer-links a:hover{color:var(--primary-blue);padding-left:5px}.social-links{gap:1rem;margin-top:1rem;display:flex}.social-link{width:40px;height:40px;color:var(--text-secondary);transition:var(--transition-normal);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;display:flex}.social-link:hover{background:var(--primary-blue);border-color:var(--primary-blue);color:var(--bg-dark);box-shadow:var(--glow-blue);transform:translateY(-3px)}.newsletter-form{flex-wrap:wrap;gap:.5rem;margin-top:1rem;display:flex}.newsletter-form .btn{flex-shrink:0}.newsletter-input{border-radius:var(--radius-sm);color:var(--text-primary);transition:var(--transition-fast);background:#ffffff0d;border:1px solid #ffffff1a;flex:1;padding:.75rem 1rem;font-size:.9rem}.newsletter-input:focus{border-color:var(--primary-blue);background:#ffffff14;outline:none}.newsletter-input::placeholder{color:var(--text-muted)}.newsletter-message{text-align:left;width:100%;margin-top:.5rem;font-size:.85rem;display:none}.newsletter-message.success{color:#4ade80}.newsletter-message.error{color:#f87171}.footer-bottom{text-align:center;color:var(--text-muted);border-top:1px solid #ffffff1a;padding-top:2rem;font-size:.9rem}.footer-bottom-links{flex-wrap:wrap;justify-content:center;gap:2rem;margin-top:1rem;display:flex}.footer-bottom-links a{color:var(--text-muted);font-size:.9rem}.footer-bottom-links a:hover{color:var(--primary-blue)}.hero{text-align:center;justify-content:center;align-items:center;min-height:100vh;padding:8rem 0 4rem;display:flex;position:relative;overflow:hidden}.hero-content{z-index:2;max-width:900px;margin:0 auto}.hero-badge{border-radius:var(--radius-full);color:var(--primary-blue);background:#00d9ff1a;border:1px solid #00d9ff4d;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1.25rem;font-size:.9rem;font-weight:600;animation:.8s fadeInDown;display:inline-flex}.hero h1{margin-bottom:1.5rem;font-size:clamp(2.5rem,6vw,5rem);animation:.8s .2s both fadeInUp}.hero p{color:var(--text-secondary);margin-bottom:2.5rem;font-size:clamp(1.1rem,2vw,1.5rem);animation:.8s .4s both fadeInUp}.hero-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;animation:.8s .6s both fadeInUp;display:flex}.hero-image{margin-top:4rem;animation:.8s .8s both fadeInUp}.feature-card{background:var(--bg-glass);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:var(--radius-lg);transition:var(--transition-normal);border:1px solid #ffffff1a;padding:2rem;position:relative;overflow:hidden}.feature-card:before{content:"";opacity:0;width:100%;height:100%;transition:var(--transition-normal);background:linear-gradient(135deg,#00d9ff1a 0%,#8b5cf61a 100%);position:absolute;top:0;left:0}.feature-card:hover:before{opacity:1}.feature-card:hover{box-shadow:var(--glow-blue);border-color:#00d9ff4d;transform:translateY(-8px)}.feature-icon{background:linear-gradient(135deg, var(--primary-blue) 0%, var(--secondary-purple) 100%);border-radius:var(--radius-md);width:60px;height:60px;box-shadow:var(--glow-blue);justify-content:center;align-items:center;margin-bottom:1.5rem;font-size:1.75rem;display:flex}.feature-card h3{margin-bottom:1rem;font-size:1.5rem}.feature-card p{color:var(--text-muted);line-height:1.7}.pricing-card{background:var(--bg-glass);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:var(--radius-xl);text-align:center;transition:var(--transition-normal);border:1px solid #ffffff1a;padding:2.5rem}.pricing-card.featured{border-color:var(--primary-blue);box-shadow:var(--glow-blue);transform:scale(1.05)}.pricing-card:hover{border-color:#00d9ff80;transform:translateY(-8px)scale(1.02)}.pricing-badge{background:linear-gradient(135deg, var(--primary-blue) 0%, var(--secondary-purple) 100%);border-radius:var(--radius-full);color:#fff;margin-bottom:1rem;padding:.5rem 1rem;font-size:.85rem;font-weight:600;display:inline-block}.pricing-price{margin:1rem 0;font-size:3rem;font-weight:700}.pricing-price span{color:var(--text-muted);font-size:1.25rem}.pricing-features{text-align:left;margin:2rem 0;list-style:none}.pricing-features li{color:var(--text-secondary);border-bottom:1px solid #ffffff0d;padding:.75rem 0}.pricing-features li:before{content:"✓";color:var(--accent-green);margin-right:.75rem;font-weight:700}.testimonial-card{background:var(--bg-glass);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:var(--radius-lg);border:1px solid #ffffff1a;padding:2rem}.testimonial-text{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1.1rem;font-style:italic;line-height:1.8}.testimonial-author{align-items:center;gap:1rem;display:flex}.testimonial-avatar{background:linear-gradient(135deg, var(--primary-blue) 0%, var(--secondary-purple) 100%);border-radius:50%;width:50px;height:50px}.testimonial-info h4{margin-bottom:.25rem;font-size:1rem}.testimonial-info p{color:var(--text-muted);margin:0;font-size:.9rem}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin:3rem 0;display:grid}.stat-item{text-align:center}.stat-number{background:linear-gradient(135deg, var(--primary-blue) 0%, var(--secondary-purple) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:3rem;font-weight:700}.stat-label{color:var(--text-muted);font-size:1.1rem}.cta-section{border-radius:var(--radius-xl);text-align:center;background:linear-gradient(135deg,#00d9ff1a 0%,#8b5cf61a 100%);border:1px solid #00d9ff33;margin:4rem 0;padding:4rem 2rem}.cta-section h2{margin-bottom:1rem}.cta-section p{margin-bottom:2rem;font-size:1.25rem}@media (max-width:768px){.hero{padding:6rem 0 3rem}.hero-buttons{flex-direction:column}.footer-content{flex-direction:column;align-items:stretch;gap:0;display:flex}.footer-content>.footer-section:first-child{text-align:center;flex-direction:column;align-items:center;width:100%;margin-bottom:2rem;display:flex}.footer-content>.footer-section:first-child p{max-width:300px}.footer-links-group{gap:1.5rem;margin-bottom:2rem;grid-template-columns:1fr 1fr!important;display:grid!important}.footer-content>.footer-section:last-child{text-align:center;border-top:1px solid #ffffff14;width:100%;padding-top:1.5rem}.newsletter-form{flex-direction:column;align-items:stretch;max-width:400px;margin:1rem auto 0}.newsletter-form .newsletter-input{width:100%;min-width:0}.newsletter-form .btn{text-align:center;justify-content:center;width:100%}.footer-bottom-links{flex-direction:column;gap:1rem}.social-links{justify-content:center}}.faq-accordion{flex-direction:column;gap:1rem;display:flex}.faq-item{background:var(--bg-glass);border-radius:var(--radius-lg);transition:var(--transition-normal);border:1px solid #ffffff1a;margin-bottom:1rem;overflow:hidden}.faq-item:hover{border-color:#00d9ff4d}.faq-summary{cursor:pointer;color:var(--text-primary);transition:var(--transition-normal);justify-content:space-between;align-items:center;padding:1.5rem;font-size:1.1rem;font-weight:600;list-style:none;display:flex}.faq-summary::-webkit-details-marker{display:none}.faq-summary:after{content:"+";color:var(--primary-blue);font-size:1.5rem;font-weight:400;transition:transform .3s}details[open] .faq-summary:after{color:var(--secondary-purple);transform:rotate(45deg)}details[open] .faq-summary{background:#ffffff05;border-bottom:1px solid #ffffff0d}.faq-content{color:var(--text-secondary);padding:1.5rem;line-height:1.7;animation:.3s fadeIn}.page-layout-sidebar{grid-template-columns:250px 1fr;align-items:start;gap:3rem;display:grid}.sticky-sidebar{background:var(--bg-glass);border-radius:var(--radius-lg);border:1px solid #ffffff1a;max-height:calc(100vh - 140px);padding:1.5rem;position:sticky;top:120px;overflow-y:auto}.sidebar-nav{flex-direction:column;gap:.5rem;list-style:none;display:flex}.sidebar-link{color:var(--text-secondary);border-radius:var(--radius-sm);transition:var(--transition-fast);padding:.75rem 1rem;font-size:.95rem;text-decoration:none;display:block}.sidebar-link:hover,.sidebar-link.active{color:var(--primary-blue);background:#00d9ff1a}@media (max-width:900px){.page-layout-sidebar{grid-template-columns:1fr}.sticky-sidebar{max-height:none;margin-bottom:2rem;position:static}}.feature-hero-badge{border-radius:var(--radius-full);color:var(--secondary-purple);background:#8b5cf61a;border:1px solid #8b5cf64d;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1.25rem;font-size:.9rem;font-weight:600;animation:.8s fadeInDown;display:inline-flex}.feature-grid-card{background:var(--bg-glass);border-radius:var(--radius-lg);text-align:center;transition:var(--transition-normal);border:1px solid #ffffff1a;padding:2rem;position:relative;overflow:hidden}.feature-grid-card:before{content:"";opacity:0;width:100%;height:100%;transition:var(--transition-normal);background:linear-gradient(135deg,#00d9ff0d 0%,#8b5cf60d 100%);position:absolute;top:0;left:0}.feature-grid-card:hover{box-shadow:var(--glow-blue);border-color:#00d9ff4d;transform:translateY(-5px)}.feature-grid-card:hover:before{opacity:1}.feature-icon{width:60px;height:60px;transition:var(--transition-normal);z-index:1;background:#00d9ff1a;border:1px solid #00d9ff33;border-radius:16px;justify-content:center;align-items:center;margin-bottom:1.5rem;display:inline-flex;position:relative}.feature-grid-card:hover .feature-icon{border-color:var(--primary-blue);background:#00d9ff33;transform:scale(1.1)rotate(5deg);box-shadow:0 0 20px #00d9ff4d}.feature-icon svg{color:var(--primary-blue);transition:var(--transition-normal)}.feature-grid-card:hover .feature-icon svg{color:#fff;filter:drop-shadow(0 0 5px #00d9ffcc)}.feature-zigzag{align-items:center;gap:4rem;margin-bottom:6rem;display:flex}.feature-zigzag:nth-child(2n){flex-direction:row-reverse}.feature-zigzag-content{flex:1}.feature-zigzag-visual{background:var(--bg-glass);border-radius:var(--radius-lg);border:1px solid #ffffff1a;flex:1;justify-content:center;min-height:300px;padding:2rem;display:flex}.feature-list{margin:0;padding:0;list-style:none}.feature-list li{color:var(--text-secondary);align-items:center;gap:.75rem;font-size:1.05rem;display:flex}@media (max-width:768px){.header{padding:.85rem 0}.logo{gap:.4rem;font-size:1.2rem}.logo img{height:42px}.logo span{font-size:1.4rem}.nav .btn-primary{display:none}.hero{min-height:auto;padding:6rem 0 3rem}.hero h1{font-size:clamp(1.9rem,7vw,2.6rem);line-height:1.25}.hero p{margin-bottom:1.5rem;font-size:1rem}.hero-buttons{flex-direction:column;align-items:center;gap:.85rem}.hero-buttons .btn{justify-content:center;width:100%;max-width:320px}.hero-image{margin-top:2rem;display:block}.hero-image .glass-card{padding:1rem!important}.stats-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem;margin:2rem 0}.stat-number{font-size:2rem}.stat-label{font-size:.85rem}.feature-card{padding:1.5rem}.feature-card h3{font-size:1.2rem}.feature-icon{width:48px;height:48px;margin-bottom:1rem;font-size:1.4rem}.step-card{padding:1.5rem}.cta-section{margin:2rem 0;padding:2.5rem 1.25rem}.cta-section h2{font-size:1.6rem}.cta-section p{margin-bottom:1.5rem;font-size:1rem}.cta-section .hero-buttons{flex-direction:column;align-items:center}.pricing-card{padding:1.75rem}.pricing-card.featured{transform:none}.pricing-card:hover{transform:translateY(-4px)}.pricing-price{font-size:2.25rem}.modal-content{width:95%;max-width:95%;margin:0 .5rem;padding:1.5rem}.modal-close{font-size:1.6rem;top:.75rem;right:1rem}.modal-content .grid-2{grid-template-columns:1fr;gap:1rem}.gallery-strip{grid-template-columns:1fr;gap:1.25rem}.gp-card{width:100%;max-width:420px;margin:0 auto}.why-card{padding:1.5rem}.why-icon{font-size:2rem}.faq-question{padding:.9rem 1rem;font-size:.9rem}.faq-answer p{padding:0 1rem 1rem;font-size:.87rem}.faq-summary{padding:1rem 1.25rem;font-size:1rem}.faq-content{padding:1rem 1.25rem}.footer{margin-top:2.5rem;padding:2.5rem 0 1.25rem}.footer-content{flex-direction:column;gap:2rem}.footer-section{width:100%}.newsletter-form{flex-direction:column}.newsletter-input{width:100%}.newsletter-form .btn{justify-content:center;width:100%}.feature-zigzag{gap:2rem;margin-bottom:3rem;flex-direction:column!important}.feature-zigzag-visual{min-height:200px}.contact-info-card{flex-direction:row;align-items:flex-start}.page-layout-sidebar{grid-template-columns:1fr}.sticky-sidebar{max-height:none;margin-bottom:1.5rem;position:static}h2{font-size:clamp(1.5rem,6vw,2rem)}h3{font-size:clamp(1.2rem,4vw,1.6rem)}section{padding:3rem 0}.mb-xl{margin-bottom:2rem}}@media (max-width:480px){.stats-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.stat-number{font-size:1.6rem}.hero h1{font-size:1.75rem}.btn{padding:.7rem 1.25rem;font-size:.88rem}.gp-card{max-width:100%}.gp-footer{flex-wrap:wrap;gap:.5rem}.gp-tag,.gp-btn{font-size:.65rem}.pricing-price{font-size:2rem}.modal-content{border-radius:0;width:100%;max-width:100%;min-height:60vh;margin:0;position:fixed;bottom:0;left:0;right:0}section{padding:2.5rem 0}.footer{padding:2rem 0 1.5rem}}.footer-links-group{flex:1.5;gap:3rem;display:flex}.comparison-grid{grid-template-columns:repeat(3,1fr);align-items:center;gap:2rem;margin-top:3rem;display:grid}.comparison-card{background:var(--bg-glass);border-radius:var(--radius-lg);transition:var(--transition-normal);border:1px solid #ffffff1a;flex-direction:column;height:100%;padding:2rem;display:flex;position:relative}.comparison-card:hover{border-color:#fff3;transform:translateY(-10px)}.cc-header{text-align:center;border-bottom:1px solid #ffffff1a;margin-bottom:1.5rem;padding-bottom:1.5rem}.cc-header h3{justify-content:center;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.25rem;display:flex}.cc-price{color:var(--text-primary);margin-bottom:.5rem;font-size:2.5rem;font-weight:700;line-height:1}.cc-per{color:var(--text-muted);font-size:1rem;font-weight:400}.cc-time{color:var(--text-secondary);background:#ffffff0d;border-radius:20px;padding:.25rem .75rem;font-size:.9rem;font-weight:600;display:inline-block}.cc-features{flex-direction:column;flex-grow:1;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.cc-features li{color:var(--text-secondary);align-items:center;gap:.75rem;font-size:.95rem;display:flex}.cc-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:.8rem;display:flex}.comparison-card.traditional{filter:grayscale();opacity:.8;background:#ffffff05;border-color:#ffffff0d}.comparison-card.traditional:hover{filter:grayscale(.5);opacity:1}.comparison-card.traditional .cc-price{color:var(--text-secondary)}.comparison-card.traditional .cc-icon{color:var(--accent-pink);background:#ef44441a}.comparison-card.instant{border-color:#00d9ff4d;box-shadow:0 0 20px #00d9ff0d}.comparison-card.instant .cc-price{color:var(--primary-blue)}.comparison-card.instant .cc-badge{color:var(--primary-blue);background:#00d9ff1a;border-radius:12px;padding:.2rem .6rem;font-size:.75rem}.comparison-card.instant .cc-icon{color:var(--primary-blue);background:#00d9ff1a}.comparison-card.verified{z-index:2;background:linear-gradient(145deg,#8b5cf61a,#0a0e27cc);border-color:#8b5cf666;transform:scale(1.05);box-shadow:0 0 30px #8b5cf626}.comparison-card.verified:hover{transform:scale(1.05)translateY(-10px);box-shadow:0 0 40px #8b5cf640}.comparison-card.verified .cc-price{color:var(--secondary-purple);text-shadow:0 0 10px #8b5cf666}.comparison-card.verified .cc-badge{color:var(--secondary-purple);background:#8b5cf633;border:1px solid #8b5cf64d;border-radius:12px;padding:.2rem .6rem;font-size:.75rem}.comparison-card.verified .cc-icon{background:linear-gradient(135deg, var(--secondary-purple), var(--primary-blue));color:#fff;box-shadow:0 0 10px #8b5cf666}.cc-badge-top{background:linear-gradient(90deg, var(--secondary-purple), var(--primary-blue));color:#fff;letter-spacing:.5px;white-space:nowrap;border-radius:20px;padding:4px 12px;font-size:.75rem;font-weight:700;position:absolute;top:-12px;left:50%;transform:translate(-50%);box-shadow:0 4px 15px #8b5cf666}@media (max-width:900px){.comparison-grid{grid-template-columns:1fr;max-width:500px;margin-left:auto;margin-right:auto}.comparison-card.verified{order:-1;transform:scale(1)}.comparison-card.verified:hover{transform:translateY(-5px)}}@media (min-width:640px){.features-grid-3{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.features-grid-3{grid-template-columns:repeat(3,1fr)}}
