.navbar{-webkit-backdrop-filter:blur(20px);z-index:1000;background:#ffffffa6;border-bottom:1px solid #0000000a;justify-content:space-between;align-items:center;height:80px;padding:0 5%;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;left:0;right:0}.navbar.scrolled{background:#fffffff2;height:70px;box-shadow:0 4px 30px #0000000f}.nav-brand{font-family:var(--font-serif);color:var(--primary);align-items:center;gap:12px;font-size:1.8rem;font-weight:900;display:flex}.nav-icon{background:linear-gradient(135deg, var(--accent), var(--accent2));color:#fff;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;display:flex}.nav-links{align-items:center;gap:32px;display:flex}.nav-link{color:var(--text-secondary);font-weight:600;transition:color .2s;position:relative}.nav-link:hover{color:var(--primary)}.nav-link:after{content:"";background:var(--accent);width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.nav-link:hover:after{width:100%}.nav-burger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:8px;display:none}.nav-burger span{background:var(--primary);border-radius:4px;width:24px;height:2.5px;transition:all .3s}.nav-burger.active span:first-child{transform:rotate(45deg)translate(5px,5px)}.nav-burger.active span:nth-child(2){opacity:0}.nav-burger.active span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.hero{background:linear-gradient(160deg,#fafbfe 0%,#f0f4f8 40%,#c9a84c0a 100%);justify-content:space-between;align-items:center;gap:60px;min-height:100vh;padding:140px 5% 80px;display:flex;position:relative;overflow:hidden}.hero-bg-shapes{pointer-events:none;position:absolute;inset:0;overflow:hidden}.shape{opacity:.06;border-radius:50%;position:absolute}.shape-1{background:var(--accent);width:600px;height:600px;animation:8s ease-in-out infinite float;top:-200px;right:-150px}.shape-2{background:var(--primary);width:400px;height:400px;animation:10s ease-in-out infinite reverse float;bottom:-100px;left:-100px}.shape-3{background:var(--accent2);width:200px;height:200px;animation:6s ease-in-out 2s infinite float;top:40%;left:50%}.hero-content{z-index:1;flex:1;max-width:620px}.hero-badge{color:var(--accent);border-radius:var(--radius-full);letter-spacing:.5px;background:linear-gradient(135deg,#c9a84c1f,#c9a84c0d);border:1px solid #c9a84c33;align-items:center;gap:8px;margin-bottom:28px;padding:8px 18px;font-size:.82rem;font-weight:700;display:inline-flex}.hero-title{font-family:var(--font-serif);color:var(--primary);margin-bottom:24px;font-size:3.8rem;line-height:1.12}.title-gradient{background:linear-gradient(135deg, var(--accent), var(--accent2), #e8a243);-webkit-text-fill-color:transparent;background-size:200%;-webkit-background-clip:text;background-clip:text;animation:4s infinite gradientShift}.hero-desc{color:var(--text-secondary);margin-bottom:36px;font-size:1.1rem;line-height:1.75}.hero-actions{gap:16px;margin-bottom:48px;display:flex}.btn-glow{transition:all .3s;box-shadow:0 4px 25px #c9a84c59}.btn-glow:hover{transform:translateY(-3px);box-shadow:0 8px 40px #c9a84c80}.hero-stats{border-top:1px solid var(--border);align-items:center;gap:30px;padding:24px 0;display:flex}.stat{flex-direction:column;display:flex}.stat-number{font-family:var(--font-display);color:var(--primary);font-size:2.2rem;font-weight:800;line-height:1}.stat-suffix{font-family:var(--font-display);color:var(--accent);font-size:1.2rem;font-weight:700}.stat-label{color:var(--text-muted);margin-top:4px;font-size:.78rem;font-weight:500}.stat-divider{background:var(--border);width:1px;height:40px}.hero-visual{z-index:1;flex:1;max-width:520px;position:relative}.hero-mockup-wrapper{position:relative}.hero-mockup{border:4px solid #fff;border-radius:20px;transition:transform .6s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden;transform:perspective(1200px)rotateY(-12deg)rotateX(4deg);box-shadow:0 25px 80px #0000001f,0 0 0 1px #0000000a}.hero-mockup:hover{transform:perspective(1200px)rotateY(0)rotateX(0)}.hero-mockup img{border-radius:16px;width:100%;display:block}.floating-card{z-index:10;background:#fff;border:1px solid #0000000a;border-radius:14px;align-items:center;gap:12px;padding:14px 18px;animation:5s ease-in-out infinite float;display:flex;position:absolute;box-shadow:0 8px 30px #0000001a}.fc-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:.9rem;display:flex}.fc-title{color:var(--text-primary);font-size:.82rem;font-weight:700}.fc-sub{color:var(--text-muted);font-size:.7rem}.card-1{animation-delay:0s;top:-15px;right:-30px}.card-2{animation-delay:1.5s;bottom:60px;left:-35px}.card-3{animation-delay:3s;bottom:-10px;right:20px}.trust-bar{background:var(--primary);flex-wrap:wrap;justify-content:center;align-items:center;gap:40px;padding:30px 5%;display:flex}.trust-text{color:#ffffff80;letter-spacing:1.5px;text-transform:uppercase;font-size:.78rem;font-weight:600}.trust-logos{flex-wrap:wrap;align-items:center;gap:32px;display:flex}.trust-item{color:#ffffffa6;align-items:center;gap:8px;font-size:.85rem;font-weight:600;transition:color .2s;display:flex}.trust-item:hover{color:var(--accent)}.trust-item i{color:var(--accent);font-size:1rem}.features{background:#fff;padding:100px 5%}.section-head{text-align:center;margin-bottom:80px}.section-badge{color:var(--accent);border-radius:var(--radius-full);letter-spacing:1px;text-transform:uppercase;background:#c9a84c1f;margin-bottom:16px;padding:6px 16px;font-size:.78rem;font-weight:700;display:inline-block}.section-title{font-family:var(--font-serif);color:var(--primary);margin-bottom:16px;font-size:2.8rem;line-height:1.2}.section-desc{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1.05rem;line-height:1.6}.feature-showcase{align-items:center;gap:80px;margin-bottom:100px;display:flex}.feature-showcase:last-child{margin-bottom:0}.feature-showcase.feature-reverse{flex-direction:row-reverse}.feature-visual{flex:1;min-width:0}.feature-img-wrapper{background:#f8f9fc;border:1px solid #0000000a;border-radius:20px;transition:transform .4s,box-shadow .4s;overflow:hidden;box-shadow:0 15px 50px #00000014}.feature-img-wrapper:hover{transform:translateY(-6px);box-shadow:0 25px 70px #0000001f}.feature-img-wrapper img{width:100%;display:block}.feature-info{flex:1;min-width:0}.feature-number{font-family:var(--font-display);color:#c9a84c26;margin-bottom:8px;font-size:4rem;font-weight:900;line-height:1}.feature-title{font-family:var(--font-serif);color:var(--primary);margin-bottom:18px;font-size:1.8rem;line-height:1.3}.feature-title i{color:var(--accent);margin-right:8px}.feature-desc{color:var(--text-secondary);margin-bottom:24px;font-size:1rem;line-height:1.8}.feature-list{flex-direction:column;gap:12px;display:flex}.feature-list li{color:var(--text-secondary);align-items:center;gap:10px;font-size:.9rem;font-weight:500;display:flex}.feature-list li i{color:var(--accent);background:#c9a84c1f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:.75rem;display:flex}.bg-removal-demo{justify-content:center;align-items:center;gap:30px;min-height:320px;padding:60px 40px;display:flex}.bg-demo-before,.bg-demo-after{flex-direction:column;align-items:center;gap:12px;display:flex}.bg-demo-before i{color:#cbd5e0;background:linear-gradient(135deg,#e2e8f0,#edf2f7);border-radius:50%;padding:20px;font-size:5rem}.bg-demo-after{position:relative}.bg-demo-after i{color:var(--primary);padding:20px;font-size:5rem}.bg-demo-before span,.bg-demo-after span{color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;font-size:.78rem;font-weight:700}.bg-demo-arrow{color:var(--accent);font-size:1.5rem;animation:2s infinite pulse}.sparkles{pointer-events:none;position:absolute;inset:0}.sparkles i{color:var(--accent);font-size:.8rem;animation:2s ease-in-out infinite sparkle;position:absolute}.sparkles .s1{animation-delay:0s;top:5px;right:-5px}.sparkles .s2{animation-delay:.6s;bottom:20px;left:-10px}.sparkles .s3{animation-delay:1.2s;top:30px;left:0}@keyframes sparkle{0%,to{opacity:0;transform:scale(.5)rotate(0)}50%{opacity:1;transform:scale(1.2)rotate(180deg)}}.why-section{background:linear-gradient(#f8f9fc 0%,#fff 100%);padding:100px 5%}.why-grid{align-items:stretch;gap:30px;max-width:900px;margin:0 auto 60px;display:flex}.why-card{border-radius:var(--radius-xl);flex:1;padding:36px 30px;transition:all .3s}.why-card.why-old{border:1px solid var(--border);box-shadow:var(--shadow-sm);background:#fff}.why-card.why-new{background:var(--primary);color:#fff;transform:scale(1.03);box-shadow:0 15px 50px #1a3a5c33}.why-card.why-new:hover{transform:scale(1.05);box-shadow:0 20px 60px #1a3a5c40}.why-card-header{align-items:center;gap:12px;margin-bottom:24px;display:flex;position:relative}.why-card-header i{font-size:1.4rem}.why-old .why-card-header i{color:var(--text-muted)}.why-new .why-card-header i{color:var(--accent)}.why-card-header h4{font-size:1.15rem;font-weight:700}.why-badge{background:var(--accent);color:var(--primary);border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.5px;padding:4px 10px;font-size:.65rem;font-weight:800;position:absolute;top:-2px;right:0}.why-list{flex-direction:column;gap:14px;display:flex}.why-list li{align-items:flex-start;gap:10px;font-size:.88rem;line-height:1.5;display:flex}.why-old .why-list li i{color:#e53e3e;flex-shrink:0;margin-top:3px}.why-new .why-list li i{color:var(--accent);flex-shrink:0;margin-top:3px}.why-new .why-list li{color:#ffffffd9}.why-vs{font-family:var(--font-display);color:var(--accent);flex-shrink:0;justify-content:center;align-items:center;width:50px;font-size:1.4rem;font-weight:900;display:flex}.why-visual{text-align:center;max-width:600px;margin:0 auto}.why-img{border-radius:var(--radius-xl);width:100%;margin-bottom:20px;box-shadow:0 15px 50px #00000014}.why-caption{color:var(--text-muted);justify-content:center;align-items:center;gap:8px;font-size:.9rem;font-weight:600;display:flex}.why-caption i{color:var(--accent)}.more-features{background:#fff;padding:100px 5%}.extras-grid{grid-template-columns:repeat(3,1fr);gap:28px;max-width:1000px;margin:0 auto;display:grid}.extra-card{background:var(--bg-muted);border-radius:var(--radius-xl);border:1px solid #0000;padding:36px 28px;transition:all .35s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.extra-card:before{content:"";background:linear-gradient(90deg, var(--accent), var(--accent2));transform-origin:0;height:3px;transition:transform .35s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.extra-card:hover{background:#fff;border-color:#c9a84c26;transform:translateY(-6px);box-shadow:0 12px 40px #00000014}.extra-card:hover:before{transform:scaleX(1)}.extra-icon{background:var(--primary);width:56px;height:56px;color:var(--accent);border-radius:14px;justify-content:center;align-items:center;margin-bottom:20px;font-size:1.3rem;transition:transform .3s;display:flex}.extra-card:hover .extra-icon{transform:scale(1.08)rotate(-3deg)}.extra-card h4{color:var(--text-primary);margin-bottom:10px;font-size:1.1rem;font-weight:700}.extra-card p{color:var(--text-secondary);font-size:.85rem;line-height:1.65}.cta-section{background:linear-gradient(135deg, var(--primary) 0%, #0a1f33 100%);text-align:center;color:#fff;padding:120px 5%;position:relative;overflow:hidden}.cta-section:before{content:"";pointer-events:none;background:radial-gradient(circle,#c9a84c0f 0%,#0000 60%);width:140%;height:200%;position:absolute;top:-50%;left:-20%}.cta-content{z-index:1;position:relative}.cta-title{font-family:var(--font-serif);margin-bottom:20px;font-size:3rem;line-height:1.2}.cta-desc{opacity:.75;max-width:600px;margin-bottom:40px;margin-left:auto;margin-right:auto;font-size:1.1rem;line-height:1.7}.footer{border-top:1px solid var(--border);background:#fff;padding:35px 5%}.footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:15px;max-width:1200px;margin:0 auto;display:flex}.footer-brand{font-family:var(--font-serif);color:var(--primary);align-items:center;gap:10px;font-size:1.2rem;font-weight:900;display:flex}.footer-text{color:var(--text-muted);font-size:.82rem}.footer-links{align-items:center;gap:24px;display:flex}.footer-links a{color:var(--text-secondary);align-items:center;gap:6px;font-size:.85rem;font-weight:600;transition:color .2s;display:inline-flex}.footer-links a:hover{color:var(--accent)}.feature-img-shimmer{z-index:1;pointer-events:none;background:linear-gradient(90deg,#0000 0%,#ffffff80 50%,#0000 100%) 0 0/200% 100%;animation:1.8s ease-in-out infinite featureShimmer;position:absolute;inset:0}@keyframes featureShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.feature-img-fallback{background:#f0f2f5;border-radius:20px}.fallback-icon{width:64px;height:64px;color:var(--accent);opacity:.4;justify-content:center;align-items:center;display:flex}.fallback-text{color:var(--text-muted);text-align:center;max-width:80%;font-size:.82rem;font-weight:500;line-height:1.4}.reveal{opacity:0;transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1);transform:translateY(40px)}.reveal.revealed{opacity:1;transform:translateY(0)}.feature-showcase.revealed .feature-info{animation:.6s .2s both fadeInUp}.feature-showcase.revealed .feature-visual{animation:.6s .1s both fadeInUp}@media (max-width:1024px){.hero-title{font-size:3rem}.feature-showcase{gap:50px}.extras-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:900px){.nav-links{border-bottom:3px solid var(--accent);background:#fff;flex-direction:column;gap:20px;padding:30px;display:none;position:fixed;top:70px;left:0;right:0;box-shadow:0 10px 30px #0000001a}.nav-links.mobile-open,.nav-burger{display:flex}.hero{text-align:center;flex-direction:column;min-height:auto;padding:120px 5% 60px}.hero-content,.hero-visual{max-width:100%}.hero-actions{flex-wrap:wrap;justify-content:center}.hero-stats{justify-content:center}.hero-title{font-size:2.6rem}.hero-mockup,.hero-mockup:hover{transform:none}.floating-card{display:none}.feature-showcase,.feature-showcase.feature-reverse{flex-direction:column;gap:40px;margin-bottom:70px}.section-title{font-size:2.2rem}.why-grid{flex-direction:column}.why-vs{width:auto;padding:10px 0}.why-card.why-new{transform:none}.cta-title{font-size:2.2rem}.footer-inner{text-align:center;flex-direction:column;gap:12px}}@media (max-width:600px){.hero-title{font-size:2rem}.extras-grid{grid-template-columns:1fr}.hero-stats{flex-direction:column;align-items:center;gap:16px}.stat-divider{width:40px;height:1px}.trust-bar{flex-direction:column;gap:16px}.trust-logos{justify-content:center}.bg-removal-demo{flex-direction:column;padding:40px 20px}.bg-demo-arrow{transform:rotate(90deg)}}
