:root{--systemFont:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"}.gradient-site-wrapper{min-height:100vh;display:flex;flex-direction:column}.outer-error-div{position:relative;display:flex;flex-grow:1;flex-direction:column;align-items:center;justify-content:center;width:100%;max-width:var(--layoutMaxWidth,1400px);padding:calc(var(--headerHeight, 80px) + 16px) var(--siteXAxisPadd,20px) 40px;margin:0 auto}.inner-error-div{width:100%;max-width:700px;text-align:center}.page-not-found-image{width:100%;max-width:400px;display:block;margin:0 auto}.error-title{text-align:center;padding:12px 0;font-family:var(--systemFont,"Arial Black",sans-serif);font-size:32px;font-weight:700;line-height:normal;color:#202020;margin:0}@media (min-width:481px){.error-title{font-size:36px}}@media (min-width:992px){.error-title{font-size:40px}}.error-description{padding-bottom:24px;text-align:center;font-size:15px;color:#646464;margin:0}@media (min-width:481px){.error-description{font-size:16px}}@media (min-width:992px){.error-description{font-size:17px}}.site-button{height:45px;width:100%;margin:0 auto;max-width:240px;padding:4px 8px;border-radius:8px;font-size:15px;font-weight:500;border:none;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:8px}.site-button.common-btn{background:#5f56fe;color:#fff}.site-button.common-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,0,0,.2)}.site-button .arrow{font-size:20px;transition:transform .3s ease}.site-button:hover .arrow{transform:translateX(4px)}.not-found-title{text-align:center;padding-bottom:8px;font-size:44px;line-height:1;color:#fff;margin:0}@media (min-width:481px){.not-found-title{font-size:50px}}@media (min-width:768px){.not-found-title{font-size:56px}}@media (min-width:1200px){.not-found-title{font-size:62px}}.error-subtitle{padding-bottom:16px;text-align:center;font-size:20px;font-weight:600;color:#fff;margin:0}@supports (-webkit-hyphens:none){.error-subtitle{font-weight:620}}@media (min-width:481px){.error-subtitle{font-size:24px}}@media (min-width:992px){.error-subtitle{font-size:28px}}.navbar{position:fixed!important;top:20px;left:50%;transform:translateX(-50%);z-index:1000;padding:.7rem 1.5rem!important;background:hsla(0,0%,100%,.85);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:100px;border:1px solid rgba(95,86,254,.08);box-shadow:0 4px 30px rgba(0,0,0,.04);transition:all .4s cubic-bezier(.16,1,.3,1);max-width:1100px;width:calc(100% - 40px)}.navbar.scrolled{top:10px;background:hsla(0,0%,100%,.95);box-shadow:0 8px 40px rgba(0,0,0,.08)}.navbar-container{width:100%;max-width:100%;margin:0 auto;justify-content:space-between}.navbar-container,.navbar-logo{display:flex;align-items:center}.navbar-logo{gap:.5rem;text-decoration:none;flex-shrink:0}.logo-bird-img{width:32px;height:32px;object-fit:contain;transition:transform .4s cubic-bezier(.34,1.56,.64,1)}.navbar-logo:hover .logo-bird-img{transform:rotate(-10deg) scale(1.05)}.logo-text{font-size:1.2rem;font-weight:800;color:#0f0f0f}.logo-bird{width:36px;height:36px;position:relative;transition:transform .4s cubic-bezier(.34,1.56,.64,1)}.navbar-logo:hover .logo-bird{transform:rotate(-10deg) scale(1.05)}.logo-bird svg{width:100%;height:100%}.navbar-menu{gap:2rem}.nav-link,.navbar-menu{display:flex;align-items:center}.nav-link{font-size:.9rem;font-weight:500;color:#0f0f0f;text-decoration:none;gap:.3rem;transition:color .2s ease}.nav-link:hover{color:#5f56fe}.nav-link svg{width:16px;height:16px}.navbar-actions{display:flex;align-items:center;gap:1rem}.hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;width:40px;height:40px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1001}.hamburger-line{width:22px;height:2px;background:#0f0f0f;border-radius:2px;transition:all .3s ease}.hamburger-line:first-child{margin-bottom:5px}.hamburger-line:nth-child(3){margin-top:5px}.hamburger.active .hamburger-line:first-child{transform:translateY(7px) rotate(45deg)}.hamburger.active .hamburger-line:nth-child(2){opacity:0}.hamburger.active .hamburger-line:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-menu{display:none;position:fixed;top:0;left:0;width:100%;height:100vh;background:hsla(0,0%,100%,.98);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);z-index:999;flex-direction:column;justify-content:center;align-items:center;gap:2rem;opacity:0;visibility:hidden;transition:all .3s ease}.mobile-menu.active{opacity:1;visibility:visible}.mobile-menu .nav-link{font-size:1.5rem;font-weight:600;padding:.75rem 1.5rem}.mobile-menu .mobile-actions{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.mobile-menu .btn-signin,.mobile-menu .btn-signup{padding:1rem 2.5rem;font-size:1rem;width:200px;text-align:center}.btn-signin{padding:.6rem 1.2rem;font-size:.9rem;font-weight:600;color:#0f0f0f;background:transparent;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:all .2s ease;font-family:var(--systemFont)}.btn-signin:hover{border-color:#5f56fe;color:#5f56fe}.btn-signup{padding:.6rem 1.2rem;font-size:.9rem;font-weight:600;color:#fff;background:#0f0f0f;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease;font-family:var(--systemFont)}.btn-signup:hover{background:#5f56fe}@media (max-width:968px){.navbar{width:calc(100% - 30px);padding:.6rem 1rem}.navbar-actions,.navbar-menu{display:none!important}.hamburger,.mobile-menu{display:flex!important}}.hero{min-height:100vh;display:flex;align-items:center;padding:8rem 2rem 4rem;position:relative}.hero-container{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:stretch;width:100%}.hero-content{opacity:0;animation:fadeInUp .8s ease forwards;animation-delay:.2s;display:flex;flex-direction:column;justify-content:center}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem .75rem .4rem .5rem;background:#fff;border:1px solid rgba(95,86,254,.08);border-radius:50px;font-size:.8rem;font-weight:600;color:#64748b;margin-bottom:1.75rem;box-shadow:0 2px 10px rgba(0,0,0,.04);animation:badgePulse 3s ease-in-out infinite;align-self:flex-start}@keyframes badgePulse{0%,to{box-shadow:0 2px 10px rgba(0,0,0,.04),0 0 0 0 rgba(95,86,254,0)}50%{box-shadow:0 2px 10px rgba(0,0,0,.04),0 0 0 6px rgba(95,86,254,.08)}}.hero-badge .badge-new{background:#5f56fe;color:#fff;font-size:.6rem;font-weight:700;padding:.2rem .5rem;border-radius:50px;text-transform:uppercase;letter-spacing:.04em}.hero-badge .badge-dot{width:6px;height:6px;background:#22c55e;border-radius:50%;animation:dotBlink 2s infinite}@keyframes dotBlink{0%,to{opacity:1}50%{opacity:.3}}.hero-title{font-size:clamp(2.5rem,5vw,4.2rem);font-weight:800;line-height:1.1;color:#0f0f0f;margin-bottom:1.5rem;letter-spacing:-.03em;overflow:visible}.hero-title .line{display:block;overflow:visible;padding-bottom:.05em}.hero-title .line-inner{display:block;transform:translateY(100%);animation:lineReveal .8s cubic-bezier(.16,1,.3,1) forwards}.hero-title .line:nth-child(2) .line-inner{animation-delay:.1s}.hero-title .line:nth-child(3) .line-inner{animation-delay:.2s}.hero-title .line:nth-child(4) .line-inner{animation-delay:.3s}.hero-title .line:nth-child(5) .line-inner{animation-delay:.4s}@keyframes lineReveal{to{transform:translateY(0)}}.hero-title .highlight{position:relative;display:inline-block;color:#5f56fe}.hero-title .highlight:before{content:"";position:absolute;bottom:.08em;left:-.03em;right:-.03em;height:.32em;background:rgba(95,86,254,.12);border-radius:4px;z-index:-1;transform:scaleX(0);transform-origin:left;animation:highlightGrow .6s ease .5s forwards}@keyframes highlightGrow{to{transform:scaleX(1)}}.hero-description{font-size:1.2rem;line-height:1.7;color:#717171;margin-bottom:2rem;max-width:460px}.hero-cta{display:flex;gap:1rem;align-items:center;margin-bottom:2.5rem}.btn-primary{display:inline-flex;align-items:center;gap:.6rem;padding:.95rem 1.8rem;font-size:1rem;font-weight:700;font-family:var(--systemFont);color:#fff;background:#5f56fe;border:none;border-radius:14px;cursor:pointer;transition:all .3s cubic-bezier(.34,1.56,.64,1);box-shadow:0 8px 30px rgba(95,86,254,.3)}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 12px 40px rgba(95,86,254,.35)}.btn-primary svg{width:18px;height:18px;transition:transform .3s ease}.btn-primary:hover svg{transform:translateX(4px)}.btn-secondary{display:inline-flex;align-items:center;gap:.5rem;padding:.95rem 1.5rem;font-size:1rem;font-weight:600;color:#0f0f0f;background:#fff;border:2px solid rgba(95,86,254,.08);border-radius:14px;cursor:pointer;transition:all .3s ease;font-family:var(--systemFont)}.btn-secondary:hover{border-color:#5f56fe;color:#5f56fe}.btn-secondary svg{width:18px;height:18px}.hero-social-proof{display:flex;align-items:center;gap:1rem}.avatar-stack{display:flex}.avatar-stack .avatar{width:34px;height:34px;border-radius:50%;border:3px solid #fff;margin-left:-10px;background:linear-gradient(135deg,#5f56fe,#8b7ffd);display:flex;align-items:center;justify-content:center;font-size:.65rem;font-weight:700;color:#fff}.avatar-stack .avatar:first-child{margin-left:0}.social-text{font-size:.9rem;color:#717171}.social-text strong{color:#0f0f0f;font-weight:700}.hero-visual{position:relative;min-height:450px;opacity:0;animation:fadeInUp .8s ease forwards;animation-delay:.4s}.hero-visual,.leyaa-animation-wrapper{height:100%;display:flex;align-items:center}.leyaa-animation-wrapper{width:100%;justify-content:center;background:radial-gradient(ellipse at center,hsla(0,0%,100%,.8) 0,transparent 70%);border-radius:24px}.leyaa-animation-wrapper svg{width:100%;height:100%;max-width:500px;max-height:695px}.pulse-glow{animation:pulseGlow 2s ease-in-out infinite}@keyframes pulseGlow{0%,to{box-shadow:0 8px 30px rgba(95,86,254,.3)}50%{box-shadow:0 8px 30px rgba(95,86,254,.5),0 0 0 8px rgba(95,86,254,.1)}}.btn-ripple{position:relative;overflow:hidden}.btn-ripple:after{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background:hsla(0,0%,100%,.3);border-radius:50%;transform:translate(-50%,-50%);transition:width .6s ease,height .6s ease}.btn-ripple:active:after{width:300px;height:300px}@media (max-width:1200px){.hero-title{font-size:3.2rem}.hero-visual{min-height:400px;height:100%}.leyaa-animation-wrapper svg{max-width:420px;max-height:580px}}@media (max-width:968px){.hero-container{grid-template-columns:1fr;text-align:center;gap:3rem}.hero-content{order:1}.hero-visual{order:2;min-height:350px;height:auto}.hero-title{font-size:2.8rem}.hero-description{max-width:100%;margin-left:auto;margin-right:auto}.hero-cta{flex-wrap:wrap}.hero-cta,.hero-social-proof{justify-content:center}.hero-badge{align-self:center}.leyaa-animation-wrapper svg{max-width:380px;max-height:530px}}@media (max-width:640px){.hero{padding:7rem 1.5rem 3rem}.hero-title{font-size:2.2rem}.btn-primary,.hero-description{font-size:1rem}.btn-primary{padding:.9rem 1.8rem}.hero-visual{min-height:280px;height:auto}.leyaa-animation-wrapper svg{max-width:320px;max-height:450px}}@media (max-width:480px){.hero-title{font-size:1.9rem}.leyaa-animation-wrapper svg{max-width:280px;max-height:390px}}.hero-stats{display:flex;gap:24px;margin-top:32px}.hero-stat-card{display:flex;align-items:center;gap:12px}.hero-stat-icon{width:42px;height:42px;border-radius:12px;background:#f1f2ff;display:flex;align-items:center;justify-content:center;font-size:18px}.hero-stat-text{display:flex;flex-direction:column;line-height:1.2}.hero-stat-value{font-size:18px;font-weight:700;color:#000}.hero-stat-label{font-size:13px;color:#7a7a7a}.how-it-works-section{padding:6rem 2rem;background:linear-gradient(180deg,#fafafa,#f8f7ff);position:relative;overflow:hidden}.how-it-works-container{max-width:1100px;margin:0 auto}.how-it-works-header{text-align:center;margin-bottom:3rem}.how-it-works-tag{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1.2rem;background:hsla(0,0%,100%,.9);border-radius:30px;font-size:.9rem;font-weight:600;color:#5f56fe;margin-bottom:1.5rem;box-shadow:0 2px 8px rgba(95,86,254,.1);border:1px solid rgba(95,86,254,.15)}.how-it-works-tag:before{content:"⚡";font-size:1.1rem}.how-it-works-title{font-size:3rem;font-weight:800;color:#0f0f0f;line-height:1.2}.how-it-works-subtitle{font-size:1.25rem;color:#717171;max-width:600px;margin:0 auto;line-height:1.6}.lottie-wrapper{position:relative;max-width:1100px;margin:0 auto;padding:4px;border-radius:24px;background:linear-gradient(90deg,#5f56fe,#8b7ffd,#a78bfa,#c4b5fd,#a78bfa,#8b7ffd,#5f56fe);background-size:300% 100%;animation:borderShine 4s linear infinite;box-shadow:0 0 30px rgba(95,86,254,.2),0 0 60px rgba(95,86,254,.1)}@keyframes borderShine{0%{background-position:0 50%}to{background-position:300% 50%}}.lottie-border-glow{position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;border-radius:26px;background:linear-gradient(90deg,transparent,rgba(95,86,254,.5),rgba(167,139,250,.5),transparent);background-size:200% 100%;animation:glowMove 3s ease-in-out infinite;filter:blur(8px);opacity:.6;z-index:-1}@keyframes glowMove{0%,to{background-position:-100% 50%;opacity:.4}50%{background-position:200% 50%;opacity:.8}}.lottie-container{background:hsla(0,0%,100%,.95);border-radius:20px;min-height:500px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;padding:2rem}.lottie-container:after,.lottie-container:before{content:"✨";position:absolute;font-size:1.5rem;animation:cornerSparkle 2s ease-in-out infinite}.lottie-container:before{top:20px;left:20px;animation-delay:0s}.lottie-container:after{bottom:20px;right:20px;animation-delay:1s}@keyframes cornerSparkle{0%,to{opacity:.3;transform:scale(1) rotate(0deg)}50%{opacity:1;transform:scale(1.2) rotate(180deg)}}.how-it-works-animation{width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:1rem}.how-it-works-animation svg{width:100%;height:auto;max-height:100%}.how-it-works-horizontal{display:block}.how-it-works-vertical{display:none}.how-it-works-header{opacity:0;transform:translateY(40px);transition:all .8s cubic-bezier(.4,0,.2,1)}.how-it-works-header.reveal.active{opacity:1;transform:translateY(0)}.lottie-wrapper{opacity:0;transform:scale(.9);transition:all .8s cubic-bezier(.4,0,.2,1)}.lottie-wrapper.reveal.active{opacity:1;transform:scale(1)}@media (max-width:1199px){.how-it-works-title{font-size:2.5rem}.lottie-container{min-height:450px}}@media (max-width:968px){.how-it-works-title{font-size:2.2rem}.how-it-works-subtitle{font-size:1.1rem}.lottie-container{min-height:400px}}@media (max-width:767px){.how-it-works-horizontal{display:none}.how-it-works-vertical{display:block}.lottie-container{min-height:700px}}@media (max-width:640px){.how-it-works-section{padding:4rem 1.5rem}.how-it-works-title{font-size:1.8rem}.how-it-works-subtitle{font-size:1rem}.lottie-wrapper{border-radius:16px}.lottie-container{min-height:600px;border-radius:12px;padding:1rem}}@media (max-width:480px){.how-it-works-title{font-size:1.6rem}.how-it-works-subtitle{font-size:.9rem}.lottie-container{min-height:550px}.lottie-container:after,.lottie-container:before{font-size:1rem}}.wld-section{padding:5rem 2rem;background:#fafafa}.wld-container{max-width:1100px;margin:0 auto}.wld-header{text-align:center;margin-bottom:3rem}.wld-tag{display:inline-flex;align-items:center;gap:.5rem;padding:.45rem 1rem;background:#eeecff;border-radius:50px;font-size:.75rem;font-weight:700;color:#5f56fe;margin-bottom:1.25rem;text-transform:uppercase;letter-spacing:.04em}.wld-tag-icon{font-size:.9rem}.wld-title{font-size:clamp(1.8rem,4vw,2.8rem);font-weight:800;color:#0f0f0f;line-height:1.2;letter-spacing:-.02em}.wld-subtitle{font-size:1.05rem;color:#717171;max-width:550px;margin:0 auto;line-height:1.7}.wld-table{background:#fff;border-radius:22px;overflow:hidden;border:1px solid rgba(95,86,254,.08);box-shadow:0 8px 40px rgba(0,0,0,.04)}.wld-table-header{display:grid;grid-template-columns:2fr 1fr 1fr;background:#fafafa;border-bottom:1px solid rgba(95,86,254,.08)}.wld-header-cell{padding:1.1rem 1.25rem;font-size:.85rem;font-weight:700;color:#0f0f0f;text-align:center}.wld-header-cell:first-child{text-align:left}.wld-header-cell.highlight{background:#5f56fe;color:#fff}.wld-row{display:grid;grid-template-columns:2fr 1fr 1fr;border-bottom:1px solid rgba(95,86,254,.08);transition:background .2s ease}.wld-row:last-child{border-bottom:none}.wld-row:hover{background:#fafafa}.wld-row.row-highlight{background:rgba(95,86,254,.03)}.wld-row.row-highlight:hover{background:rgba(95,86,254,.06)}.wld-cell{padding:1.1rem 1.25rem;font-size:.9rem;color:#64748b;display:flex;align-items:center;justify-content:center;text-align:center}.wld-cell:first-child{justify-content:flex-start;text-align:left;font-weight:500;color:#0f0f0f}.wld-cell.cell-highlight{background:#eeecff;justify-content:center;text-align:center}.check-icon{color:#22c55e;font-size:1.25rem;font-weight:700}.cross-icon{color:#ef4444;font-size:1.25rem}.limited-badge{color:#d97706;font-size:.8rem;font-weight:600;background:#fef3c7;padding:.25rem .6rem;border-radius:4px}.examai-text{color:#5f56fe;font-weight:700}.examai-text,.traditional-text{font-size:.85rem;text-align:center}.traditional-text{color:#717171}@media (max-width:767px){.wld-row,.wld-table-header{grid-template-columns:1.5fr 1fr 1fr}.wld-cell,.wld-header-cell{padding:.9rem .75rem;font-size:.8rem}.wld-cell:first-child{font-size:.8rem}.check-icon,.cross-icon{font-size:1.1rem}.examai-text,.traditional-text{font-size:.75rem}.limited-badge{font-size:.7rem;padding:.2rem .5rem}}@media (max-width:480px){.wld-section{padding:3rem 1rem}.wld-header{margin-bottom:2rem}.wld-tag{font-size:.65rem;padding:.35rem .75rem}.wld-subtitle{font-size:.95rem}.wld-row,.wld-table-header{grid-template-columns:1.3fr .85fr .85fr}.wld-cell,.wld-header-cell{padding:.75rem .5rem;font-size:.7rem}.wld-header-cell{font-size:.65rem}.check-icon,.cross-icon{font-size:1rem}.examai-text,.traditional-text{font-size:.65rem}.limited-badge{font-size:.6rem;padding:.15rem .4rem}}.cursor-pointer{cursor:pointer}.footer{position:relative;background:var(--bg-off-white);padding:5rem 2rem 2.5rem;border-top:1px solid var(--border-light)}.footer-container{max-width:1100px;margin-inline:auto}.footer-main{display:grid;grid-template-columns:2fr repeat(3,1fr);grid-gap:3rem;gap:3rem;padding-bottom:3rem}.footer-brand{padding-right:2rem}.footer-logo{display:flex;align-items:center;gap:.5rem;margin-bottom:1.25rem;text-decoration:none}.footer-logo-icon{width:32px;height:32px;object-fit:contain}.footer-logo-text{font-size:1.25rem;font-weight:800;color:var(--text-dark)}.footer-tagline{font-size:15px;font-weight:500;color:var(--text-light);line-height:1.7;margin-bottom:1.25rem;max-width:340px}.footer-social{display:flex;gap:.5rem}.social-link{--size:36px;width:var(--size);height:var(--size);display:flex;align-items:center;justify-content:center;color:var(--text-light);background:var(--bg-white);border:1px solid var(--border-light);border-radius:10px;transition:all .3s ease}.social-link:hover{color:var(--brand-primary);border-color:var(--brand-primary);transform:translateY(-2px)}.social-link svg{width:18px;height:18px}.footer-heading{font-size:15px;font-weight:600;color:var(--text-dark);text-transform:uppercase;letter-spacing:.08em;margin-bottom:1rem}.footer-list{list-style:none;padding:0;margin:0}.footer-list li{margin-bottom:.6rem}.footer-list :is(a,span){font-size:14px;font-weight:500;color:var(--text-light);text-decoration:none;transition:color .2s ease}.footer-list a:hover,.footer-list span:hover{color:var(--brand-primary)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.5rem;padding-top:2.5rem;border-top:1px solid var(--border-light)}.footer-copyright{font-size:14px;font-weight:400;color:var(--text-light);margin:0}.footer-legal-links{display:flex;flex-wrap:wrap;gap:1rem 2rem}.footer-legal-links a{font-size:14px;color:var(--text-light);text-decoration:none;transition:color .2s ease}.footer-legal-links a:hover{color:var(--brand-primary)}.footer-main.reveal.active+.footer-bottom{opacity:1;transform:translateY(0)}@media (max-width:968px){.footer-main{grid-template-columns:repeat(2,1fr);gap:2.5rem 2rem}.footer-brand{grid-column:1/-1;padding-right:0;text-align:center}.footer-logo{justify-content:center}.footer-tagline{max-width:400px;margin-inline:auto;margin-bottom:1.5rem}.footer-social{justify-content:center}.footer-bottom,.footer-legal-links{justify-content:center;text-align:center}}@media (max-width:640px){.footer{padding:3rem 1.5rem 2rem}.footer-main{gap:1.5rem}}@media (max-width:480px){.footer-main{gap:1.25rem}}.final-cta-section{padding:5rem 2rem 7rem;background:var(--bg-white)}.final-cta-container{max-width:1100px;margin:0 auto}.final-cta-card{background:var(--brand-primary);border-radius:28px;padding:3.5rem;position:relative;overflow:hidden;display:grid;grid-template-columns:1.2fr .8fr;grid-gap:2.5rem;gap:2.5rem;align-items:center}.cta-bg-gradient{position:absolute;inset:0;background:radial-gradient(circle at 20% 50%,rgba(139,127,253,.4) 0,transparent 50%),radial-gradient(circle at 80% 80%,rgba(167,139,250,.3) 0,transparent 40%);animation:ctaBgMove 12s ease-in-out infinite;pointer-events:none}@keyframes ctaBgMove{0%,to{transform:translate(0)}50%{transform:translate(15px,15px)}}.cta-particles{position:absolute;inset:0;pointer-events:none}.cta-particles span{position:absolute;width:5px;height:5px;background:hsla(0,0%,100%,.25);border-radius:50%;animation:particleFloat 10s linear infinite}.cta-particles span:first-child{left:10%;top:20%;animation-delay:0s}.cta-particles span:nth-child(2){left:25%;top:60%;animation-delay:2s}.cta-particles span:nth-child(3){left:45%;top:30%;animation-delay:4s}.cta-particles span:nth-child(4){left:65%;top:70%;animation-delay:1s}.cta-particles span:nth-child(5){left:85%;top:40%;animation-delay:3s}@keyframes particleFloat{0%{transform:translateY(80px) scale(0);opacity:0}10%{opacity:1}90%{opacity:1}to{transform:translateY(-80px) scale(1);opacity:0}}.cta-bg-texture{position:absolute;top:0;left:0;right:0;bottom:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");opacity:.03;pointer-events:none}.cta-content{position:relative;z-index:2}.cta-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:hsla(0,0%,100%,.15);border:1px solid hsla(0,0%,100%,.2);border-radius:50px;font-size:.85rem;font-weight:600;color:hsla(0,0%,100%,.9);margin-bottom:1.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.cta-badge-dot{width:8px;height:8px;background:#22c55e;border-radius:50%;animation:dotPulse 2s ease-in-out infinite}@keyframes dotPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.cta-title{font-size:2.75rem;font-weight:800;color:#fff;margin-bottom:1.25rem;line-height:1.2}.cta-description{font-size:1.1rem;color:hsla(0,0%,100%,.85);line-height:1.7;margin-bottom:2rem;max-width:520px}.cta-buttons{display:flex;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.cta-button-icon{font-size:1.2rem;animation:rocketBounce 2s ease-in-out infinite}@keyframes rocketBounce{0%,to{transform:translateY(0) rotate(0deg)}25%{transform:translateY(-3px) rotate(5deg)}75%{transform:translateY(2px) rotate(-3deg)}}.cta-button{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 1.75rem;font-size:1rem;font-weight:700;border:none;border-radius:12px;cursor:pointer;transition:all .3s cubic-bezier(.34,1.56,.64,1)}.cta-button-primary{color:var(--brand-primary);background:#fff;box-shadow:0 4px 20px rgba(0,0,0,.15)}.cta-button-primary:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 8px 30px rgba(0,0,0,.25)}.cta-button-secondary{color:#fff;background:hsla(0,0%,100%,.15);border:1px solid hsla(0,0%,100%,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.cta-button-secondary:hover{background:hsla(0,0%,100%,.25);transform:translateY(-3px)}.cta-trust{display:inline-flex;gap:1.25rem;flex-wrap:wrap}.cta-trust-item{display:flex;align-items:center;gap:.4rem;font-size:13px;color:#f8f9fa}.cta-trust-check{width:16px;height:16px;background:rgba(34,197,94,.75);border-radius:50%;display:flex;align-items:center;justify-content:center}.cta-trust-check svg{width:10px;height:10px;stroke:#fff}.cta-bird-container{position:relative;z-index:2;width:250px;height:250px;display:flex;align-items:center;justify-content:center;justify-self:center}.cta-bird-glow{position:absolute;width:180px;height:180px;background:radial-gradient(circle,rgba(255,214,102,.4) 0,transparent 70%);border-radius:50%;animation:glowPulse 3s ease-in-out infinite}@keyframes glowPulse{0%,to{transform:scale(1);opacity:.6}50%{transform:scale(1.2);opacity:.9}}.cta-bird-ring{position:absolute;border-radius:50%;border:2px dashed hsla(0,0%,100%,.2)}.cta-bird-ring-1{width:200px;height:200px;animation:ringRotate 20s linear infinite}.cta-bird-ring-2{width:240px;height:240px;animation:ringRotate 30s linear infinite reverse;border-style:dotted}@keyframes ringRotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.cta-bird{position:relative;width:160px;height:160px;z-index:3}.swift-bird-img{width:100%;height:100%;object-fit:contain;animation:birdFloat 4s ease-in-out infinite;filter:drop-shadow(0 10px 30px rgba(0,0,0,.2))}@keyframes birdFloat{0%,to{transform:translateY(0) rotate(-3deg)}50%{transform:translateY(-15px) rotate(3deg)}}.bird-particle{position:absolute;width:8px;height:8px;background:rgba(255,214,102,.8);border-radius:50%;animation:particleTrail 3s ease-out infinite}.bird-particle-1{bottom:20%;left:10%;animation-delay:0s}.bird-particle-2{bottom:30%;left:5%;animation-delay:.5s;width:6px;height:6px}.bird-particle-3{bottom:40%;left:15%;animation-delay:1s;width:5px;height:5px}.bird-particle-4{bottom:50%;left:8%;animation-delay:1.5s;width:4px;height:4px}@keyframes particleTrail{0%{opacity:.8;transform:translate(0) scale(1)}to{opacity:0;transform:translate(-30px,20px) scale(0)}}@media (max-width:991px){.final-cta-card{grid-template-columns:1fr;padding:2.5rem;text-align:center}.cta-content{order:1}.cta-bird-container{order:0;margin-bottom:1rem}.cta-title{font-size:2rem}.cta-description{font-size:1rem;max-width:100%;margin:0 auto 1.5rem}.cta-buttons,.cta-trust{justify-content:center}.cta-bird-container{width:180px;height:180px}.cta-bird{width:130px;height:130px}}@media (max-width:640px){.final-cta-section{padding:3rem 1.5rem 4rem}.final-cta-card{padding:2.5rem 2rem;border-radius:24px}.cta-title{font-size:1.8rem}.cta-button,.cta-description{font-size:.95rem}.cta-button{padding:.9rem 1.5rem}}@media (max-width:480px){.cta-title{font-size:1.5rem}.cta-buttons{flex-direction:column;width:100%}.cta-button{width:100%;justify-content:center}.cta-trust{flex-direction:column;gap:.5rem}}.floating-progress{position:fixed;bottom:30px;right:30px;width:50px;height:50px;background:var(--brand-primary);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:.8rem;box-shadow:0 4px 20px rgba(95,86,254,.4);opacity:0;transform:scale(.8);transition:all .3s ease;z-index:1000;cursor:pointer}.floating-progress.visible{opacity:1;transform:scale(1)}.floating-progress:hover{transform:scale(1.1);box-shadow:0 6px 30px rgba(95,86,254,.5)}.testimonials-section{padding:7rem 2rem;background:var(--bg-white)}.testimonials-container{max-width:1100px;margin:0 auto}.testimonials-header{text-align:center;margin-bottom:3.5rem}.testimonials-tag{display:inline-flex;align-items:center;gap:.5rem;padding:.45rem 1rem;background:var(--brand-primary-light);border-radius:50px;font-size:.75rem;font-weight:700;color:var(--brand-primary);margin-bottom:1.25rem;text-transform:uppercase;letter-spacing:.04em}.testimonials-tag:before{content:"💬";font-size:.9rem}.testimonials-title{font-size:clamp(1.8rem,4vw,2.8rem);font-weight:800;color:var(--text-dark);margin-bottom:.8rem;line-height:1.2;letter-spacing:-.02em}.testimonials-subtitle{font-size:1.05rem;color:var(--text-light);max-width:550px;margin:0 auto;line-height:1.7}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.25rem;gap:1.25rem}.testimonial-card{background:var(--bg-white);border:1px solid var(--border-light);border-radius:22px;padding:1.75rem;transition:all .4s cubic-bezier(.16,1,.3,1);position:relative}.testimonial-card:before{content:'"';position:absolute;top:1.25rem;right:1.25rem;font-family:Georgia,serif;font-size:3.5rem;color:var(--brand-primary-light);line-height:1;pointer-events:none}.testimonial-card:hover{transform:translateY(-6px);box-shadow:0 20px 50px rgba(0,0,0,.08);border-color:rgba(95,86,254,.15)}.testimonial-stars{display:flex;gap:.2rem;margin-bottom:.9rem}.testimonial-stars .star{color:#fbbf24;font-size:.9rem}.testimonial-quote{font-size:.95rem;color:var(--text-dark);line-height:1.7;margin-bottom:1.25rem;position:relative;z-index:1}.testimonial-author{display:flex;align-items:center;gap:.9rem}.testimonial-avatar{width:44px;height:44px;background:linear-gradient(135deg,var(--brand-primary) 0,#8b7ffd 100%);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.9rem;font-weight:700;flex-shrink:0}.testimonial-info{flex:1 1}.testimonial-name{font-size:.9rem;font-weight:700;color:var(--text-dark);margin-bottom:2px}.testimonial-role{font-size:.75rem;color:var(--text-light)}.testimonial-tag{display:inline-block;background:var(--brand-primary-light);color:var(--brand-primary);padding:.25rem .5rem;border-radius:50px;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em}@media (max-width:968px){.testimonials-grid{grid-template-columns:1fr;gap:1rem}.testimonial-card{padding:1.5rem}.testimonial-quote{font-size:.9rem}}@media (max-width:640px){.testimonials-section{padding:4rem 1.5rem}.testimonials-title{font-size:1.8rem}.testimonials-subtitle{font-size:1rem}.testimonial-card{padding:1.25rem}}