.section-blue-dots{background-color:#e8f4fd;background-image:radial-gradient(circle,rgba(0,101,253,0.1) 1.5px,transparent 1.5px);background-size:24px 24px;}.landing-hero{color:#0f172a;padding:160px 0 120px;position:relative;overflow:hidden;min-height:100vh;box-sizing:border-box;display:flex;align-items:center;}.landing-hero::before{display:none;}.hero-badge{background:rgba(0,101,253,0.08);padding:12px 24px;border-radius:50px;font-size:12px;font-weight:600;margin-bottom:10px;border:1px solid rgba(0,101,253,0.15);letter-spacing:0.5px;color:#0065fd;position:relative;overflow:hidden;display:flex;align-items:center;gap:5px;width:max-content;}@media (max-width:991px){.hero-badge{margin:0 auto 10px;}}.hero-badge::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(0,101,253,0.1),transparent);animation:shimmer 3s infinite;}.hero-title{font-family:'Hanken Grotesk',sans-serif;font-weight:800;font-size:3.5rem;line-height:1.1;margin-bottom:30px;letter-spacing:-0.5px;color:#0f172a;}.hero-subtitle{font-size:1.2rem;color:#475569;max-width:700px;line-height:1.7;font-weight:400;}.hero-extra-details{display:flex;margin-bottom:30px;gap:30px;}.hero-extra-details .separator{height:40px;border-left:1px solid #a5adb9;}.hero-extra-details .detail{font-size:0.9rem;color:#475569;display:flex;align-items:center;gap:5px;}.hero-extra-details .detail i{font-size:25px;color:#0065fd;}.btn-hero{padding:18px 25px;font-size:16px;font-weight:500;border-radius:12px;background:#0065fd;color:white;border:none;transition:all 0.4s cubic-bezier(0.4,0,0.2,1);position:relative;overflow:hidden;box-shadow:0 10px 30px rgba(0,101,253,0.3);letter-spacing:0.3px;z-index:400;}.btn-hero::before{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);width:120%;height:120%;background:radial-gradient(circle,rgba(255,255,255,0.3) 0%,transparent 70%);transition:transform 0.6s cubic-bezier(0.4,0,0.2,1);border-radius:50%;}.btn-hero:hover{transform:translateY(-5px);box-shadow:0 20px 50px rgba(0,101,253,0.5),0 0 0 2px rgba(0,101,253,0.3);background:#0052cc;}.btn-hero:hover::before{transform:translate(-50%,-50%) scale(1);}.btn-hero:active{transform:translateY(-2px);transition:all 0.1s ease;}.btn-outline-hero{padding:18px 25px;font-size:16px;font-weight:500;border-radius:12px;background:transparent;color:#0065fd;border:2px solid #0065fd;transition:all 0.4s cubic-bezier(0.4,0,0.2,1);position:relative;overflow:hidden;letter-spacing:0.3px;z-index:400;}.btn-outline-hero::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(0,101,253,0.1),transparent);transition:left 0.7s ease;}.btn-outline-hero:hover{background:#0065fd;border-color:#0065fd;color:white;transform:translateY(-5px);box-shadow:0 15px 40px rgba(0,101,253,0.2);}.btn-outline-hero:hover::before{left:100%;}.hero-visual{position:relative;display:inline-block;}@keyframes float{0%,100%{transform:translateY(0) rotate(0deg);}50%{transform:translateY(-20px) rotate(180deg);}}@keyframes float-icon-1{0%,100%{transform:translateY(0) translateX(0) rotate(0deg);}25%{transform:translateY(-15px) translateX(5px) rotate(5deg);}50%{transform:translateY(-5px) translateX(10px) rotate(10deg);}75%{transform:translateY(-10px) translateX(-5px) rotate(-5deg);}}@keyframes float-icon-2{0%,100%{transform:translateY(0) translateX(0) rotate(0deg);}25%{transform:translateY(-10px) translateX(-8px) rotate(-8deg);}50%{transform:translateY(-20px) translateX(8px) rotate(8deg);}75%{transform:translateY(-5px) translateX(-10px) rotate(-10deg);}}@keyframes float-icon-3{0%,100%{transform:translateY(0) translateX(0) rotate(0deg);}25%{transform:translateY(10px) translateX(8px) rotate(8deg);}50%{transform:translateY(5px) translateX(-8px) rotate(-8deg);}75%{transform:translateY(15px) translateX(10px) rotate(10deg);}}@keyframes float-icon-4{0%,100%{transform:translateY(0) translateX(0) rotate(0deg);}25%{transform:translateY(8px) translateX(-10px) rotate(-10deg);}50%{transform:translateY(12px) translateX(10px) rotate(10deg);}75%{transform:translateY(5px) translateX(-8px) rotate(-8deg);}}.feature-icon-hero{width:70px;height:70px;border-radius:20px;display:flex;align-items:center;justify-content:center;font-size:32px;color:#0065fd;background:linear-gradient(135deg,rgba(0,101,253,0.12),rgba(0,101,253,0.06));border:2px solid rgba(0,101,253,0.15);box-shadow:0 10px 30px rgba(0,101,253,0.06);transition:all 0.4s ease;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);}.floating-icon:hover .feature-icon-hero{transform:scale(1.15);background:linear-gradient(135deg,rgba(0,101,253,0.2),rgba(0,101,253,0.12))!important;box-shadow:0 15px 40px rgba(0,101,253,0.15);border-color:rgba(0,101,253,0.3);}.circle-container{position:relative;width:350px;height:350px;margin:0 auto;}.circle-outer,.circle-mid,.circle-inner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%;display:flex;align-items:center;justify-content:center;}.circle-outer{width:350px;height:350px;background:radial-gradient(circle,rgba(0,101,253,0.06) 0%,transparent 70%);border:1px solid rgba(0,101,253,0.1);animation:rotate 20s linear infinite;}.circle-mid{width:250px;height:250px;background:radial-gradient(circle,rgba(0,101,253,0.05) 0%,transparent 70%);border:1px solid rgba(0,101,253,0.08);animation:rotate 15s linear infinite reverse;}.circle-inner{width:150px;height:150px;background:rgba(0,101,253,0.08);backdrop-filter:blur(10px);border:2px solid rgba(0,101,253,0.15);box-shadow:0 20px 60px rgba(0,101,253,0.1);}@keyframes rotate{0%{transform:translate(-50%,-50%) rotate(0deg);}100%{transform:translate(-50%,-50%) rotate(360deg);}}.hero-main-icon{font-size:70px;color:#0065fd;}.pulse-circle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:400px;height:400px;border-radius:50%;border:1px solid rgba(0,101,253,0.08);animation:pulse 3s ease-out infinite;}.pulse-circle.delay-1{animation-delay:1s;}.pulse-circle.delay-2{animation-delay:2s;}@keyframes pulse{0%{width:400px;height:400px;opacity:0.8;}100%{width:500px;height:500px;opacity:0;}}.section-title{font-family:'Hanken Grotesk',sans-serif;font-weight:700;font-size:2.5rem;color:#0f172a;margin-bottom:15px;}.section-subtitle{color:#475569;font-size:1.1rem;max-width:600px;margin:0 auto 60px;}.feature-card{background:white;border-radius:15px;padding:40px 30px;text-align:center;box-shadow:0 10px 40px rgba(0,0,0,0.08);transition:all 0.3s ease;height:100%;}.feature-card:hover{transform:translateY(-10px);box-shadow:0 20px 50px rgba(0,0,0,0.12);}.feature-icon{width:80px;height:80px;background:linear-gradient(135deg,#0065fd 0%,#1c84ee 100%);border-radius:20px;display:flex;align-items:center;justify-content:center;margin:0 auto 25px;color:white;font-size:32px;}.feature-title{font-family:'Hanken Grotesk',sans-serif;font-weight:700;font-size:1.3rem;color:#0f172a;margin-bottom:15px;}.feature-desc{color:#5d7186;line-height:1.6;}.text-gradient{background:linear-gradient(90deg,#0065fd,#22c55e);-webkit-background-clip:text;background-clip:text;color:transparent;}.text-theme-blue{color:#0065fd;}@keyframes gradientFlow{0%{background-position:0% 50%;}50%{background-position:100% 50%;}100%{background-position:0% 50%;}}@keyframes shimmer{0%{left:-100%;}50%{left:100%;}100%{left:100%;}}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px);}to{opacity:1;transform:translateY(0);}}@keyframes countUp{from{opacity:0;transform:translateY(10px);}to{opacity:1;transform:translateY(0);}}.animate-on-scroll{opacity:0;}.animate-on-scroll.animated{animation:fadeInUp 0.8s ease forwards;}.animate-on-scroll.delay-1{animation-delay:0.1s;}.animate-on-scroll.delay-2{animation-delay:0.2s;}.animate-on-scroll.delay-3{animation-delay:0.3s;}.animate-on-scroll.delay-4{animation-delay:0.4s;}.animate-on-scroll.delay-5{animation-delay:0.5s;}.animate-on-scroll.delay-6{animation-delay:0.6s;}.stat-number.animate-count{animation:countUp 1s ease-out forwards;}.features-showcase{position:relative;perspective:1200px;}.feature-card-advanced{background:white;border-radius:20px;padding:40px 30px;text-align:left;box-shadow:0 10px 40px rgba(0,0,0,0.05);transition:all 0.4s cubic-bezier(0.175,0.885,0.32,1.275);height:100%;border:1px solid #eef2f7;position:relative;overflow:hidden;}.feature-card-advanced::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#0065fd,#22c55e);opacity:0;transition:opacity 0.4s ease;}.feature-card-advanced[data-color="primary"]::before{background:linear-gradient(90deg,#0065fd,#1c84ee);}.feature-card-advanced[data-color="success"]::before{background:linear-gradient(90deg,#22c55e,#16a34a);}.feature-card-advanced[data-color="warning"]::before{background:linear-gradient(90deg,#f59e0b,#d97706);}.feature-card-advanced[data-color="info"]::before{background:linear-gradient(90deg,#0ea5e9,#0284c7);}.feature-card-advanced[data-color="danger"]::before{background:linear-gradient(90deg,#ef4444,#dc2626);}.feature-card-advanced[data-color="purple"]::before{background:linear-gradient(90deg,#8b5cf6,#7c3aed);}.feature-card-advanced:hover{transform:translateY(-15px) rotateX(5deg) rotateY(2deg);box-shadow:0 35px 80px rgba(0,0,0,0.18),0 10px 30px rgba(30,123,187,0.2);border-color:transparent;}.feature-card-advanced:hover::before{opacity:1;}.feature-card-advanced:hover .feature-icon-wrapper{transform:scale(1.1) rotate(10deg);}.feature-card-advanced:hover .icon-glow{opacity:0.5;filter:blur(15px);transform:translate(-50%,-50%) scale(1.2);}.feature-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:25px;}.feature-icon-wrapper{position:relative;width:70px;height:70px;border-radius:18px;display:flex;align-items:center;justify-content:center;font-size:28px;color:white;z-index:2;transition:all 0.4s cubic-bezier(0.175,0.885,0.32,1.275);}.feature-card-advanced[data-color="primary"] .feature-icon-wrapper{background:linear-gradient(135deg,#0065fd 0%,#1c84ee 100%);}.feature-card-advanced[data-color="success"] .feature-icon-wrapper{background:linear-gradient(135deg,#22c55e 0%,#16a34a 100%);}.feature-card-advanced[data-color="warning"] .feature-icon-wrapper{background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%);}.feature-card-advanced[data-color="info"] .feature-icon-wrapper{background:linear-gradient(135deg,#0ea5e9 0%,#0284c7 100%);}.feature-card-advanced[data-color="danger"] .feature-icon-wrapper{background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%);}.feature-card-advanced[data-color="purple"] .feature-icon-wrapper{background:linear-gradient(135deg,#8b5cf6 0%,#7c3aed 100%);}.icon-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80px;height:80px;border-radius:50%;opacity:0.3;filter:blur(10px);z-index:1;transition:all 0.6s cubic-bezier(0.175,0.885,0.32,1.275);}.feature-card-advanced[data-color="primary"] .icon-glow{background:#0065fd;}.feature-card-advanced[data-color="success"] .icon-glow{background:#22c55e;}.feature-card-advanced[data-color="warning"] .icon-glow{background:#f59e0b;}.feature-card-advanced[data-color="info"] .icon-glow{background:#0ea5e9;}.feature-card-advanced[data-color="danger"] .icon-glow{background:#ef4444;}.feature-card-advanced[data-color="purple"] .icon-glow{background:#8b5cf6;}.feature-badge{padding:6px 14px;border-radius:30px;font-size:0.8rem;font-weight:700;text-transform:uppercase;letter-spacing:0.5px;}.feature-card-advanced[data-color="primary"] .feature-badge{background:rgba(30,123,187,0.1);color:#0065fd;}.feature-card-advanced[data-color="success"] .feature-badge{background:rgba(34,197,94,0.1);color:#22c55e;}.feature-card-advanced[data-color="warning"] .feature-badge{background:rgba(245,158,11,0.1);color:#f59e0b;}.feature-card-advanced[data-color="info"] .feature-badge{background:rgba(14,165,233,0.1);color:#0ea5e9;}.feature-card-advanced[data-color="danger"] .feature-badge{background:rgba(239,68,68,0.1);color:#ef4444;}.feature-card-advanced[data-color="purple"] .feature-badge{background:rgba(139,92,246,0.1);color:#8b5cf6;}.feature-title{font-family:'Hanken Grotesk',sans-serif;font-weight:700;font-size:1.4rem;color:#0f172a;margin-bottom:15px;line-height:1.3;}.feature-card-advanced .feature-desc{color:#64748b;line-height:1.7;margin-bottom:25px;font-size:1rem;}.feature-footer{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px;padding-top:20px;border-top:1px solid #f1f5f9;}.feature-tag{padding:6px 14px;background:#f8fafc;border-radius:20px;font-size:0.85rem;color:#64748b;font-weight:600;border:1px solid #e2e8f0;}.mt-80{margin-top:80px;}.feature-stats{padding:40px;background:white;border-radius:20px;box-shadow:0 10px 40px rgba(0,0,0,0.05);border:1px solid #eef2f7;position:relative;overflow:hidden;}.feature-stats::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#0065fd,#22c55e,#8b5cf6,#ef4444);background-size:300% 100%;animation:gradientFlow 8s ease infinite;}.stat-card{text-align:center;padding:25px;border-radius:15px;background:#f8fafc;transition:all 0.3s ease;border:1px solid #e2e8f0;}.stat-card:hover{background:white;transform:translateY(-5px);box-shadow:0 15px 40px rgba(0,0,0,0.08);border-color:#0065fd;}.stat-icon{width:60px;height:60px;border-radius:15px;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;color:white;font-size:24px;position:relative;overflow:hidden;transition:all 0.4s cubic-bezier(0.175,0.885,0.32,1.275);}.stat-card:hover .stat-icon{transform:scale(1.1) rotate(5deg);}.feature-stats .row > div:nth-child(1) .stat-icon{background:linear-gradient(135deg,#0065fd 0%,#3b82f6 100%);box-shadow:0 8px 24px rgba(0,101,253,0.2);}.feature-stats .row > div:nth-child(2) .stat-icon{background:linear-gradient(135deg,#22c55e 0%,#16a34a 100%);box-shadow:0 8px 24px rgba(34,197,94,0.2);}.feature-stats .row > div:nth-child(3) .stat-icon{background:linear-gradient(135deg,#8b5cf6 0%,#7c3aed 100%);box-shadow:0 8px 24px rgba(139,92,246,0.2);}.feature-stats .row > div:nth-child(4) .stat-icon{background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%);box-shadow:0 8px 24px rgba(245,158,11,0.25);}.feature-stats .row > div:nth-child(1) .stat-number{color:#0065fd;}.feature-stats .row > div:nth-child(2) .stat-number{color:#22c55e;}.feature-stats .row > div:nth-child(3) .stat-number{color:#8b5cf6;}.feature-stats .row > div:nth-child(4) .stat-number{color:#f59e0b;}.stat-card{text-align:center;padding:25px;border-radius:15px;transition:all 0.3s ease;border:1px solid transparent;}.feature-stats .row > div:nth-child(1) .stat-card{background:rgba(0,101,253,0.04);border-color:rgba(0,101,253,0.08);}.feature-stats .row > div:nth-child(2) .stat-card{background:rgba(34,197,94,0.04);border-color:rgba(34,197,94,0.08);}.feature-stats .row > div:nth-child(3) .stat-card{background:rgba(139,92,246,0.04);border-color:rgba(139,92,246,0.08);}.feature-stats .row > div:nth-child(4) .stat-card{background:rgba(245,158,11,0.04);border-color:rgba(245,158,11,0.08);}.stat-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px rgba(0,0,0,0.06);}.stat-number{font-family:'Hanken Grotesk',sans-serif;font-weight:800;font-size:2.2rem;margin-bottom:8px;line-height:1;}.stat-label{color:#0f172a;font-size:0.95rem;font-weight:600;}.feature-stats .row > div:nth-child(1) .stat-separator{border-radius:10px;border:2px solid #0065fd;width:50px;margin:15px auto;}.feature-stats .row > div:nth-child(2) .stat-separator{border-radius:10px;border:2px solid #22c55e;width:50px;margin:15px auto;}.feature-stats .row > div:nth-child(3) .stat-separator{border-radius:10px;border:2px solid #8b5cf6;width:50px;margin:15px auto;}.feature-stats .row > div:nth-child(4) .stat-separator{border-radius:10px;border:2px solid #f59e0b;width:50px;margin:15px auto;}.testimonials-container-wrapper{position:relative;margin:0 auto;max-width:1200px;}.testimonials-container{display:flex;gap:30px;padding:20px 10px 40px;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;scroll-snap-type:x mandatory;}.testimonials-container::-webkit-scrollbar{display:none;}.testimonial-card{background:white;border-radius:20px;padding:40px 35px;box-shadow:0 15px 50px rgba(30,123,187,0.1);margin:10px;flex:0 0 calc(33.333% - 30px);min-width:350px;scroll-snap-align:start;transition:all 0.4s ease;border:2px solid transparent;position:relative;overflow:hidden;}.card-blue::before{content:'';position:absolute;top:0;left:0;right:0;height:5px;background:#0065fd;border-radius:20px 20px 0 0;}.card-blue:hover{transform:translateY(-10px);box-shadow:0 25px 60px rgba(30,123,187,0.15);border-color:#0065fd;}.card-green::before{content:'';position:absolute;top:0;left:0;right:0;height:5px;background:#16a34a;border-radius:20px 20px 0 0;}.card-green:hover{transform:translateY(-10px);box-shadow:0 25px 60px rgba(30,123,187,0.15);border-color:#16a34a;}.card-purple::before{content:'';position:absolute;top:0;left:0;right:0;height:5px;background:#7c3aed;border-radius:20px 20px 0 0;}.card-purple:hover{transform:translateY(-10px);box-shadow:0 25px 60px rgba(30,123,187,0.15);border-color:#7c3aed;}.testimonial-icon{width:45px;height:45px;border-radius:50%;display:flex;justify-content:center;align-items:center;margin-bottom:10px;font-size:25px;}.icon-blue{background:linear-gradient(135deg,rgba(0,101,253,0.2),rgba(0,101,253,0.12));color:#0065fd;}.icon-green{background:linear-gradient(135deg,rgba(34,197,94,0.2),rgba(34,197,94,0.12));color:#16a34a;}.icon-purple{background:linear-gradient(135deg,rgba(139,92,246,0.2),rgba(139,92,246,0.12));color:#7c3aed;}.testimonial-rating{display:flex;gap:5px;margin-bottom:20px;color:#FFC107;font-size:20px;}.testimonial-text{color:#0f172a;font-style:italic;margin-bottom:25px;line-height:1.7;font-size:1.05rem;position:relative;}.testimonial-author{display:flex;align-items:center;padding-top:20px;border-top:1px solid #eef2f7;}.testimonial-avatar{width:60px;height:60px;border-radius:50%;margin-right:20px;display:flex;align-items:center;justify-content:center;color:white;font-weight:bold;font-size:1.2rem;box-shadow:0 5px 15px rgba(30,123,187,0.3);}.avatar-blue{background:#0065fd;}.avatar-green{background:#16a34a;}.avatar-purple{background:#7c3aed;}.testimonial-name{font-family:'Hanken Grotesk',sans-serif;font-weight:700;color:#0f172a;margin-bottom:5px;font-size:1.1rem;}.testimonial-role{color:#718096;font-size:0.9rem;display:flex;align-items:center;gap:5px;}.testimonial-role::before{content:'';display:inline-block;width:4px;height:4px;background:#0065fd;border-radius:50%;}.testimonial-controls{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);display:flex;justify-content:space-between;pointer-events:none;z-index:10;}.testimonial-prev,.testimonial-next{width:50px;height:50px;border-radius:50%;background:white;border:none;box-shadow:0 10px 30px rgba(0,0,0,0.1);display:flex;align-items:center;justify-content:center;color:#0065fd;font-size:24px;cursor:pointer;transition:all 0.3s ease;pointer-events:auto;}.testimonial-prev:hover,.testimonial-next:hover{background:#0065fd;color:white;transform:scale(1.1);}.testimonial-dots{display:flex;gap:10px;justify-content:center;margin-top:20px;}.testimonial-dot{width:12px;height:12px;border-radius:50%;background:#cbd5e0;cursor:pointer;transition:all 0.3s ease;}.testimonial-dot.active{background:#0065fd;transform:scale(1.2);}@media (max-width:768px){.testimonial-card{min-width:300px;flex:0 0 calc(100% - 30px);padding:30px 25px;}.testimonial-controls{display:none;}}footer.footer{background:#1e293b!important;color:#f1f5f9!important;padding:100px 0 50px!important;position:relative!important;display:block!important;height:auto!important;min-height:auto!important;align-items:normal!important;justify-content:normal!important;flex-direction:row!important;}.footer::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#0065fd,#22c55e,#0065fd);}.footer-logo{margin-bottom:25px;}.footer-logo img{height:45px;}.footer-description{color:#94a3b8;line-height:1.7;margin-bottom:30px;font-size:1rem;}.footer-social{display:flex;gap:15px;margin-bottom:40px;}.social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:rgba(255,255,255,0.1);border-radius:50%;color:#94a3b8;font-size:1.2rem;transition:all 0.3s ease;}.social-link:hover{background:#0065fd;color:white;transform:translateY(-3px);}.footer-title{font-family:'Hanken Grotesk',sans-serif;font-weight:700;font-size:1.1rem;margin-bottom:25px;color:#f1f5f9;position:relative;padding-bottom:10px;}.footer-title::after{content:'';position:absolute;bottom:0;left:0;width:40px;height:3px;background:#0065fd;border-radius:2px;}.footer-links{display:flex;flex-direction:column;gap:12px;}.footer-link{color:#94a3b8;text-decoration:none;transition:all 0.3s ease;display:flex;align-items:center;gap:8px;}.footer-link:hover{color:white;transform:translateX(5px);}.footer-link i{font-size:0.9rem;opacity:0.7;}.contact-info{display:flex;flex-direction:column;gap:15px;}.contact-item{display:flex;align-items:flex-start;gap:12px;color:#94a3b8;}.contact-item i{color:#0065fd;font-size:1.1rem;margin-top:2px;}.footer-bottom{border-top:1px solid rgba(255,255,255,0.1);padding-top:30px;margin-top:70px;color:#64748b;font-size:0.9rem;}.footer-bottom-links{display:flex;gap:25px;flex-wrap:wrap;justify-content:center;}.footer-bottom-link{color:#94a3b8;text-decoration:none;transition:color 0.3s ease;}.footer-bottom-link:hover{color:white;}.copyright{text-align:center;margin-top:15px;}.nav-landing{background:rgba(255,255,255,0.95);backdrop-filter:blur(10px) saturate(180%);-webkit-backdrop-filter:blur(10px) saturate(180%);border-bottom:1px solid rgba(255,255,255,0.2);position:fixed;top:0;left:0;right:0;z-index:1000;padding:15px 0;transition:all 0.4s cubic-bezier(0.4,0,0.2,1);}.nav-landing.at-top{background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;border-bottom:1px solid rgba(0,101,253,0.1);box-shadow:none;}.nav-landing.at-top .navbar-brand{color:#0f172a!important;}.nav-landing.at-top .nav-link-landing{color:#475569!important;border-color:rgba(0,101,253,0.2);}.nav-landing.at-top .nav-link-landing::after{background:linear-gradient(90deg,#0065fd,#60a5fa);}.nav-landing.at-top .btn-nav-primary{background:#0065fd;color:white!important;border:none;}.nav-landing.at-top .btn-nav-primary:hover{background:#0052cc;color:white!important;}.nav-landing.at-top .btn-nav-outline{color:#0065fd!important;border:2px solid #0065fd;}.nav-landing.at-top .btn-nav-outline:hover{background:#0065fd;color:white!important;border-color:#0065fd;}.nav-landing.scrolled{background:rgba(255,255,255,0.98);backdrop-filter:blur(15px) saturate(200%);-webkit-backdrop-filter:blur(15px) saturate(200%);border-bottom:1px solid rgba(30,123,187,0.1);box-shadow:0 10px 30px rgba(0,0,0,0.08);padding:12px 0;}.navbar-brand{font-family:'Hanken Grotesk',sans-serif;font-weight:700;font-size:1.5rem;color:#0f172a;}.navbar-brand img{height:40px;margin-right:10px;}.nav-link-landing{font-weight:600;color:#5d7186!important;margin:0 15px;position:relative;transition:color 0.3s ease;}.nav-link-landing::after{content:'';position:absolute;bottom:-5px;left:0;width:0;height:2px;background:linear-gradient(90deg,#0065fd,#0065fd);transition:width 0.3s cubic-bezier(0.4,0,0.2,1);border-radius:1px;}.nav-link-landing:hover{color:#0065fd!important;}.nav-link-landing:hover::after{width:100%;}.btn-nav{padding:10px 25px;border-radius:8px;font-weight:600;margin-left:15px;}.btn-nav-primary{background:#0065fd;color:white;border:none;}.btn-nav-primary:hover{background:#0052cc;color:white;}.btn-nav-outline{background:transparent;color:#0065fd;border:2px solid #0065fd;}.btn-nav-outline:hover{background:#0065fd;color:white;}@media (max-width:768px){.section-title{font-size:2rem;}.pricing-card.featured{transform:none;}.how-it-works-steps{flex-direction:column;align-items:center;}.process-step{margin-bottom:50px;padding:0 15px;width:100%;max-width:400px;}.process-step::before{left:50%;top:30px;transform:translateX(-50%);width:3px;height:calc(100% - 60px);background:linear-gradient(to bottom,#0065fd,rgba(30,123,187,0.3));}.process-step:last-child::before{display:block;}.step-number-container{margin-bottom:20px;}.step-number{width:50px;height:50px;font-size:1.3rem;margin-bottom:10px;}.step-icon{font-size:1.8rem;margin-bottom:15px;}.step-title{font-size:1.3rem;}.step-description{max-width:100%;font-size:0.95rem;}.feature-card-advanced{padding:30px 20px;}.feature-icon-wrapper{width:60px;height:60px;font-size:24px;}.icon-glow{width:70px;height:70px;}.feature-title{font-size:1.2rem;}.feature-card-advanced .feature-desc{font-size:0.95rem;}.feature-stats{padding:30px 20px;}.stat-card{padding:20px 15px;}.stat-icon{width:50px;height:50px;font-size:20px;}.stat-number{font-size:1.8rem;}.mt-80{margin-top:60px;}.section-subtitle{margin-bottom:35px;font-size:1rem;}.process-premium-cta{margin-top:50px;}.footer-bottom{margin-top:40px;}.navbar-brand{font-size:1.3rem;}.navbar-brand img{height:34px;}.landing-hero{padding:140px 0 80px;min-height:100vh;box-sizing:border-box;}.hero-title{font-size:2.5rem;line-height:1.15;}.hero-subtitle{font-size:1.1rem;max-width:100%;}.btn-hero,.btn-outline-hero{padding:16px 35px;font-size:1.1rem;}.circle-container{width:280px;height:280px;}.circle-outer{width:280px;height:280px;}.circle-mid{width:200px;height:200px;}.circle-inner{width:120px;height:120px;}.hero-main-icon{font-size:55px;}.feature-icon-hero{width:60px;height:60px;font-size:28px;}.floating-icon{transform:scale(0.8);}.floating-icon[style*="top:-40px"],.floating-icon[style*="bottom:-40px"]{top:-30px!important;bottom:-30px!important;}.floating-icon[style*="left:-40px"],.floating-icon[style*="right:-40px"]{left:-30px!important;right:-30px!important;}.pulse-circle{width:320px;height:320px;}@keyframes pulse{0%{width:320px;height:320px;opacity:0.8;}100%{width:400px;height:400px;opacity:0;}}}.how-it-works-premium{color:#0f172a;position:relative;overflow:hidden;}.process-premium-wrapper{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:40px 20px;}.process-premium-timeline{display:flex;justify-content:space-between;align-items:flex-start;position:relative;margin:80px 0 120px;gap:40px;}.process-premium-timeline::before{content:'';position:absolute;top:100px;left:calc(16.67% + 20px);right:calc(16.67% + 20px);height:3px;background:linear-gradient(90deg,#0065fd,#60a5fa,#0065fd);border-radius:2px;z-index:1;opacity:0.35;}.process-step-premium{flex:1;text-align:center;padding:36px 28px;position:relative;z-index:2;background:linear-gradient(135deg,rgba(255,255,255,0.85),rgba(255,255,255,0.55));backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:2px solid rgba(255,255,255,0.6);border-radius:24px;box-shadow:0 12px 40px rgba(0,101,253,0.06),inset 0 1px 0 rgba(255,255,255,0.8);transition:all 0.4s cubic-bezier(0.175,0.885,0.32,1.275);}.process-step-premium:hover{background:linear-gradient(135deg,rgba(255,255,255,0.95),rgba(248,250,255,0.8));transform:translateY(-8px);box-shadow:0 24px 60px rgba(0,101,253,0.12),inset 0 1px 0 rgba(255,255,255,0.9);border-color:rgba(0,101,253,0.25);}.step-premium-number-container{position:relative;margin-bottom:40px;}.step-premium-number{width:60px;height:60px;background:#0065fd;border-radius:50%;display:flex;align-items:center;justify-content:center;color:white;font-family:'Hanken Grotesk',sans-serif;font-weight:900;font-size:2.5rem;margin:0 auto 25px;position:relative;z-index:2;border:3px solid #0065fd;box-shadow:0 10px 30px rgba(0,101,253,0.2);transition:all 0.5s cubic-bezier(0.175,0.885,0.32,1.275);}.step-premium-number::before{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:115%;height:115%;border-radius:50%;background:radial-gradient(circle,rgba(0,101,253,0.15) 0%,transparent 70%);opacity:0;transition:opacity 0.5s ease;}.process-step-premium:hover .step-premium-number{transform:scale(1.18);background:#0052cc;border-color:#0052cc;box-shadow:0 20px 50px rgba(0,101,253,0.35);}.process-step-premium:hover .step-premium-number::before{opacity:1;}.step-premium-icon{width:60px;height:60px;background:rgba(0,101,253,0.08);border-radius:30px;display:flex;align-items:center;justify-content:center;color:#0065fd;font-size:2.8rem;margin:0 auto 30px;border:2px solid rgba(0,101,253,0.15);box-shadow:0 10px 30px rgba(0,101,253,0.08);transition:all 0.5s cubic-bezier(0.175,0.885,0.32,1.275);position:relative;overflow:hidden;}.step-premium-icon::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(0,101,253,0.15),transparent);transition:left 0.7s ease;}.process-step-premium:hover .step-premium-icon{transform:translateY(-15px) rotate(5deg);box-shadow:0 20px 50px rgba(0,101,253,0.15);background:rgba(0,101,253,0.15);}.process-step-premium:hover .step-premium-icon::before{left:100%;}.step-premium-title{font-family:'Hanken Grotesk',sans-serif;font-weight:800;font-size:1.8rem;color:#0f172a;margin-bottom:25px;transition:all 0.3s ease;letter-spacing:-0.5px;}.process-step-premium:hover .step-premium-title{color:#0065fd;transform:translateY(-8px);}.step-premium-description{color:#475569;line-height:1.8;font-size:1rem;max-width:350px;margin:0 auto;font-weight:400;}.step-premium-highlight{display:inline-block;background:rgba(0,101,253,0.08);padding:4px 12px;border-radius:6px;color:#0065fd;font-weight:600;margin:5px 0;border:1px solid rgba(0,101,253,0.15);}.process-premium-cta{text-align:center;margin-top:80px;position:relative;z-index:2;}.btn-process-premium{padding:20px 50px;background:#0065fd;color:white;border:none;border-radius:15px;font-weight:700;font-size:1.2rem;transition:all 0.5s cubic-bezier(0.175,0.885,0.32,1.275);box-shadow:0 10px 30px rgba(0,101,253,0.3);position:relative;overflow:hidden;}.btn-process-premium::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.7s ease;}.btn-process-premium:hover{background:#0052cc;transform:translateY(-10px) scale(1.05);box-shadow:0 20px 50px rgba(0,101,253,0.45);}.btn-process-premium:hover::before{left:100%;}.process-premium-floating{display:none;}.floating-process-particle{display:none;}@keyframes float-particle{0%,100%{transform:translateY(0) translateX(0) rotate(0deg);}33%{transform:translateY(-30px) translateX(20px) rotate(120deg);}66%{transform:translateY(20px) translateX(-30px) rotate(240deg);}}@media (max-width:992px){.process-premium-timeline{flex-direction:column;align-items:center;margin:60px 0 80px;}.process-premium-timeline::before{display:none;}.process-step-premium{margin-bottom:80px;width:100%;max-width:450px;}.process-step-premium:last-child{margin-bottom:0;}.step-premium-number{font-size:2.5rem;}.step-premium-icon{font-size:2.4rem;}.step-premium-title{font-size:1.6rem;}.btn-process-premium{padding:18px 40px;font-size:1.1rem;}}.py-100{padding:120px 0;}.landing-hero{padding:120px 0 140px;}@media (max-width:992px){.py-100{padding:100px 0;}.landing-hero{padding:140px 0 100px;}}@media (max-width:768px){.py-100{padding:80px 0;}.landing-hero{padding:120px 0 80px;}}@media (max-width:576px){.py-100{padding:60px 0;}.landing-hero{padding:100px 0 60px;}}@media (max-width:991px){.hero-right-col{display:none;}.landing-hero .col-lg-6:first-child{text-align:center;}.landing-hero .hero-btns{justify-content:center;}.nav-landing.at-top .navbar-collapse.show,.nav-landing.at-top .navbar-collapse.collapsing{background:rgba(255,255,255,0.97);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);padding:12px 20px 20px;border-radius:0 0 16px 16px;margin-top:8px;border:1px solid rgba(0,101,253,0.1);box-shadow:0 10px 30px rgba(0,0,0,0.08);}.nav-landing.at-top .navbar-collapse.show .nav-link-landing{color:#475569!important;margin:6px 0;}.nav-landing.at-top .navbar-collapse.show .nav-link-landing:hover{color:#0065fd!important;}.nav-landing.at-top .navbar-collapse.show .btn-nav-primary{margin-top:10px;width:100%;display:block;text-align:center;background:#0065fd;color:white!important;}}@media (max-width:575px){.hero-title{font-size:2rem;line-height:1.2;}.hero-subtitle{font-size:1rem;margin-bottom:30px;}.btn-hero,.btn-outline-hero{padding:14px 28px;font-size:1rem;width:100%;text-align:center;justify-content:center;}.hero-badge{font-size:11px;padding:10px 18px;}.section-title{font-size:1.75rem;}.section-subtitle{font-size:0.95rem;margin-bottom:28px;}.navbar-brand{font-size:1.15rem;}.navbar-brand img{height:30px;margin-right:7px;}.step-premium-title{font-size:1.4rem;}.step-premium-description{font-size:0.95rem;}.process-premium-cta{margin-top:40px;}.btn-process-premium{padding:16px 32px;font-size:1rem;width:100%;text-align:center;}.stat-number{font-size:1.6rem;}.feature-badge{font-size:0.72rem;padding:5px 10px;}.testimonial-dot{width:14px;height:14px;}.footer-bottom{margin-top:35px;}.footer-bottom .col-md-6:last-child{text-align:left!important;margin-top:8px;}}[data-bs-theme="dark"] .section-blue-dots{background-color:#0f172a;background-image:radial-gradient(circle,rgba(0,101,253,0.06) 1.5px,transparent 1.5px);}[data-bs-theme="dark"] .nav-landing{background:rgba(15,23,42,0.95);border-bottom:1px solid rgba(255,255,255,0.06);}[data-bs-theme="dark"] .nav-landing.at-top{background:transparent;border-bottom:1px solid rgba(0,101,253,0.1);}[data-bs-theme="dark"] .nav-landing.at-top .navbar-brand{color:#e2e8f0!important;}[data-bs-theme="dark"] .nav-landing.at-top .nav-link-landing{color:#94a3b8!important;}[data-bs-theme="dark"] .nav-landing.at-top .btn-nav-outline{color:#60a5fa!important;border-color:#60a5fa;}[data-bs-theme="dark"] .nav-landing.scrolled{background:rgba(15,23,42,0.98);border-bottom:1px solid rgba(255,255,255,0.06);box-shadow:0 10px 30px rgba(0,0,0,0.3);}[data-bs-theme="dark"] .navbar-brand{color:#e2e8f0;}[data-bs-theme="dark"] .nav-link-landing{color:#94a3b8!important;}[data-bs-theme="dark"] .nav-link-landing:hover{color:#60a5fa!important;}[data-bs-theme="dark"] .nav-link-landing::after{background:linear-gradient(90deg,#0065fd,#60a5fa);}[data-bs-theme="dark"] .btn-nav-primary{background:#0065fd;color:white;}[data-bs-theme="dark"] .btn-nav-outline{color:#60a5fa;border-color:#60a5fa;}[data-bs-theme="dark"] .btn-nav-outline:hover{background:#0065fd;color:white;border-color:#0065fd;}[data-bs-theme="dark"] .nav-landing.at-top .navbar-collapse.show,[data-bs-theme="dark"] .nav-landing.at-top .navbar-collapse.collapsing{background:rgba(15,23,42,0.97);border-color:rgba(255,255,255,0.06);box-shadow:0 10px 30px rgba(0,0,0,0.3);}[data-bs-theme="dark"] .nav-landing.at-top .navbar-collapse.show .nav-link-landing{color:#94a3b8!important;}[data-bs-theme="dark"] .nav-landing.at-top .navbar-collapse.show .nav-link-landing:hover{color:#60a5fa!important;}[data-bs-theme="dark"] .hero-title{color:#e2e8f0;}[data-bs-theme="dark"] .hero-subtitle{color:#94a3b8;}[data-bs-theme="dark"] .hero-badge{background:rgba(0,101,253,0.12);border-color:rgba(0,101,253,0.2);color:#60a5fa;}[data-bs-theme="dark"] .hero-badge::before{background:linear-gradient(90deg,transparent,rgba(0,101,253,0.06),transparent);}[data-bs-theme="dark"] .hero-extra-details .detail{color:#94a3b8;}[data-bs-theme="dark"] .hero-extra-details .separator{border-left-color:rgba(255,255,255,0.12);}[data-bs-theme="dark"] .section-title{color:#e2e8f0;}[data-bs-theme="dark"] .section-subtitle{color:#94a3b8;}[data-bs-theme="dark"] .text-gradient{background:linear-gradient(90deg,#60a5fa,#4ade80);-webkit-background-clip:text;background-clip:text;color:transparent;}[data-bs-theme="dark"] .feature-card-advanced{background:#1e293b;border-color:rgba(255,255,255,0.06);box-shadow:0 10px 40px rgba(0,0,0,0.2);}[data-bs-theme="dark"] .feature-card-advanced:hover{box-shadow:0 35px 80px rgba(0,0,0,0.4),0 10px 30px rgba(0,101,253,0.15);border-color:rgba(0,101,253,0.15);}[data-bs-theme="dark"] .feature-title{color:#e2e8f0;}[data-bs-theme="dark"] .feature-card-advanced .feature-desc{color:#94a3b8;}[data-bs-theme="dark"] .feature-desc{color:#94a3b8;}[data-bs-theme="dark"] .feature-footer{border-top-color:rgba(255,255,255,0.06);}[data-bs-theme="dark"] .feature-tag{background:#1a2235;color:#94a3b8;border-color:rgba(255,255,255,0.06);}[data-bs-theme="dark"] .feature-stats{background:#1e293b;border-color:rgba(255,255,255,0.06);box-shadow:0 10px 40px rgba(0,0,0,0.2);}[data-bs-theme="dark"] .stat-card{background:#1a2235;border-color:rgba(255,255,255,0.04);}[data-bs-theme="dark"] .stat-card:hover{background:#1e293b;box-shadow:0 15px 40px rgba(0,0,0,0.2);border-color:#0065fd;}[data-bs-theme="dark"] .stat-label{color:#e2e8f0;}[data-bs-theme="dark"] .feature-stats .row > div:nth-child(1) .stat-card{background:rgba(0,101,253,0.06);border-color:rgba(0,101,253,0.1);}[data-bs-theme="dark"] .feature-stats .row > div:nth-child(2) .stat-card{background:rgba(34,197,94,0.06);border-color:rgba(34,197,94,0.1);}[data-bs-theme="dark"] .feature-stats .row > div:nth-child(3) .stat-card{background:rgba(139,92,246,0.06);border-color:rgba(139,92,246,0.1);}[data-bs-theme="dark"] .feature-stats .row > div:nth-child(4) .stat-card{background:rgba(245,158,11,0.06);border-color:rgba(245,158,11,0.1);}[data-bs-theme="dark"] .how-it-works-premium{color:#e2e8f0;}[data-bs-theme="dark"] .process-premium-timeline::before{background:linear-gradient(90deg,#0065fd,#60a5fa,#0065fd);opacity:0.25;}[data-bs-theme="dark"] .process-step-premium{background:linear-gradient(135deg,rgba(30,41,59,0.9),rgba(30,41,59,0.6));border-color:rgba(255,255,255,0.06);box-shadow:0 12px 40px rgba(0,0,0,0.2),inset 0 1px 0 rgba(255,255,255,0.03);}[data-bs-theme="dark"] .process-step-premium:hover{background:linear-gradient(135deg,rgba(30,41,59,0.95),rgba(30,41,59,0.8));box-shadow:0 24px 60px rgba(0,0,0,0.35),inset 0 1px 0 rgba(255,255,255,0.05);border-color:rgba(0,101,253,0.2);}[data-bs-theme="dark"] .step-premium-title{color:#e2e8f0;}[data-bs-theme="dark"] .process-step-premium:hover .step-premium-title{color:#60a5fa;}[data-bs-theme="dark"] .step-premium-description{color:#94a3b8;}[data-bs-theme="dark"] .step-premium-highlight{background:rgba(0,101,253,0.15);border-color:rgba(0,101,253,0.2);color:#60a5fa;}[data-bs-theme="dark"] .process-premium-cta p{color:#94a3b8!important;}[data-bs-theme="dark"] .testimonial-card{background:#1e293b;border-color:rgba(255,255,255,0.06);box-shadow:0 15px 50px rgba(0,0,0,0.2);}[data-bs-theme="dark"] .testimonial-text{color:#e2e8f0;}[data-bs-theme="dark"] .testimonial-author{border-top-color:rgba(255,255,255,0.06);}[data-bs-theme="dark"] .testimonial-name{color:#e2e8f0;}[data-bs-theme="dark"] .testimonial-role{color:#94a3b8;}[data-bs-theme="dark"] .testimonial-prev,[data-bs-theme="dark"] .testimonial-next{background:#1e293b;border-color:rgba(255,255,255,0.06);color:#60a5fa;box-shadow:0 10px 30px rgba(0,0,0,0.3);}[data-bs-theme="dark"] .testimonial-prev:hover,[data-bs-theme="dark"] .testimonial-next:hover{background:#0065fd;color:white;}[data-bs-theme="dark"] .testimonial-dot{background:#475569;}[data-bs-theme="dark"] .testimonial-dot.active{background:#60a5fa;}[data-bs-theme="dark"] .card-blue::before{background:#0065fd;}[data-bs-theme="dark"] .card-green::before{background:#16a34a;}[data-bs-theme="dark"] .card-purple::before{background:#7c3aed;}[data-bs-theme="dark"] .feature-card-advanced[data-color="primary"] .feature-badge{background:rgba(0,101,253,0.15);color:#60a5fa;}[data-bs-theme="dark"] .feature-card-advanced[data-color="success"] .feature-badge{background:rgba(34,197,94,0.15);color:#4ade80;}[data-bs-theme="dark"] .feature-card-advanced[data-color="warning"] .feature-badge{background:rgba(245,158,11,0.15);color:#fbbf24;}[data-bs-theme="dark"] .feature-card-advanced[data-color="info"] .feature-badge{background:rgba(14,165,233,0.15);color:#38bdf8;}[data-bs-theme="dark"] .feature-card-advanced[data-color="danger"] .feature-badge{background:rgba(239,68,68,0.15);color:#f87171;}[data-bs-theme="dark"] .feature-card-advanced[data-color="purple"] .feature-badge{background:rgba(139,92,246,0.15);color:#a78bfa;}[data-bs-theme="dark"] .feature-card{background:#1e293b;box-shadow:0 10px 40px rgba(0,0,0,0.2);}[data-bs-theme="dark"] .feature-card:hover{box-shadow:0 20px 50px rgba(0,0,0,0.3);}[data-bs-theme="dark"] .feature-desc{color:#94a3b8;}[data-bs-theme="dark"] footer.footer{background:#1a2235!important;}.theme-toggle-btn{background:transparent;border:2px solid rgba(0,101,253,0.2);color:#0065fd;width:42px;height:42px;border-radius:12px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.25rem;transition:all 0.3s cubic-bezier(0.175,0.885,0.32,1.275);margin:0 8px;flex-shrink:0;}.theme-toggle-btn:hover{background:rgba(0,101,253,0.08);border-color:rgba(0,101,253,0.4);transform:scale(1.05);}[data-bs-theme="dark"] .theme-toggle-btn{border-color:rgba(255,255,255,0.1);color:#fbbf24;}[data-bs-theme="dark"] .theme-toggle-btn:hover{background:rgba(251,191,36,0.08);border-color:rgba(251,191,36,0.3);}