.header{height:var(--nav-height);background:#fff;-webkit-backdrop-filter:none;backdrop-filter:none;position:fixed;top:0;left:0;right:0;z-index:1000;border-bottom:1px solid rgba(0,0,0,.1);transition:all .3s ease;box-shadow:0 2px 10px #0000000d}.header.scrolled{background:#fffffffa;box-shadow:0 4px 20px #0000000d}.navbar{display:flex;justify-content:space-between;align-items:center;height:100%}.logo-link{display:flex;align-items:center;gap:8px;font-size:1.5rem;font-weight:800;color:#0f172a;text-decoration:none}.logo-text span{color:#003cff}.nav-links{display:flex;gap:2rem;align-items:center}.nav-link{font-weight:600;color:#64748b;font-size:.95rem;transition:color .2s}.nav-link:hover,.nav-link.active{color:#003cff}.auth-buttons{display:flex;align-items:center;gap:1rem}.btn-login{font-weight:600;color:#0f172a;background:transparent;padding:8px 16px;border-radius:8px;transition:background .2s}.btn-login:hover{background:#f1f5f9}.btn-register{background:#003cff;color:#fff;font-weight:600;padding:10px 24px;border-radius:50px;transition:all .3s ease;box-shadow:0 4px 10px #003cff33}.btn-register:hover{background:#0030cc;transform:translateY(-2px);box-shadow:0 6px 15px #003cff4d}.mobile-toggle{display:none;font-size:1.5rem;background:none;border:none;cursor:pointer;color:#0f172a}.mobile-menu-overlay{position:fixed;inset:0;background:#00000080;z-index:1001;opacity:0;visibility:hidden;transition:all .3s}.mobile-menu-overlay.open{opacity:1;visibility:visible}.mobile-menu{position:fixed;top:0;right:-300px;width:280px;height:100%;background:#fff!important;z-index:1002;padding:2rem;display:flex;flex-direction:column;gap:2rem;transition:right .3s ease;box-shadow:-5px 0 20px #00000026}.mobile-menu.open{right:0}.mobile-menu-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #f1f5f9}.menu-title{font-size:1.25rem;font-weight:800;color:#0f172a}.close-menu-btn{background:none;border:none;font-size:2rem;line-height:1;color:#64748b;cursor:pointer;padding:0 .5rem;transition:color .2s}.close-menu-btn:hover{color:#003cff}.mobile-menu .nav-links{flex-direction:column;align-items:flex-start}@media(max-width:992px){.nav-links,.auth-buttons{display:none}.mobile-toggle{display:block}.mobile-menu .nav-links,.mobile-menu .auth-buttons{display:flex}.mobile-menu .auth-buttons{flex-direction:column;width:100%}.mobile-menu .btn-login,.mobile-menu .btn-register{width:100%;text-align:center}}.footer-section{background-color:#0f172a;padding:80px 0 30px;color:#e2e8f0}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:3rem;margin-bottom:4rem}.footer-col{display:flex;flex-direction:column}.footer-logo{font-size:1.5rem;font-weight:800;color:#fff;margin-bottom:1rem;display:inline-block}.footer-logo span{color:#003cff}.footer-desc{font-size:.95rem;color:#94a3b8;line-height:1.6;margin-bottom:1.5rem}.social-links{display:flex;gap:1rem}.social-link{width:36px;height:36px;border-radius:50%;background:#ffffff1a;display:flex;align-items:center;justify-content:center;color:#fff;transition:background .3s}.social-link:hover{background:#003cff}.footer-title{font-size:1.1rem;font-weight:700;color:#fff;margin-bottom:1.25rem}.footer-links{list-style:none;padding:0;display:flex;flex-direction:column;gap:.75rem}.footer-links a{color:#94a3b8;font-size:.95rem;transition:color .2s}.footer-links a:hover{color:#fff;padding-left:4px}.footer-text{font-size:.95rem;color:#94a3b8;margin-bottom:1rem}.footer-form{display:flex;flex-direction:column;gap:.75rem}.footer-input{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#fff;padding:10px 16px;border-radius:8px;font-size:.95rem;outline:none}.footer-input:focus{border-color:#003cff}.footer-btn{background:#003cff;color:#fff;border:none;padding:10px;border-radius:8px;font-weight:600;cursor:pointer;transition:background .3s}.footer-btn:hover{background:#0030cc}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;text-align:center;font-size:.9rem;color:#64748b}@media(max-width:992px){.footer-grid{grid-template-columns:1fr 1fr;gap:3rem}}@media(max-width:576px){.footer-grid{grid-template-columns:1fr;gap:2.5rem}}.hero-section{padding:160px 0 100px;background-color:#fff;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-content{max-width:600px}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.1;color:#0f172a;margin-bottom:1.5rem;letter-spacing:-.02em}.hero-subtitle{font-size:1.125rem;color:#64748b;margin-bottom:2.5rem;line-height:1.6}.email-capture{display:flex;gap:1rem;max-width:500px}.email-input{flex:1;padding:16px 24px;border-radius:50px;border:1px solid #e2e8f0;font-size:1rem;outline:none;transition:all .3s ease;background:#f8fafc}.email-input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #003cff1a;background:#fff}.hero-image{position:relative;display:flex;justify-content:center}.laptop-wrapper{position:relative;width:100%;max-width:520px;margin:0 auto;perspective:1000px}.laptop-screen{background:#000;border-radius:14px 14px 0 0;border:10px solid #000;border-bottom:24px solid #000;position:relative;box-shadow:0 0 0 1px #475569;overflow:hidden}.laptop-camera{position:absolute;top:-8px;left:50%;transform:translate(-50%);width:6px;height:6px;background:#333;border-radius:50%;z-index:10;box-shadow:0 0 0 1px #ffffff1a}.laptop-screen:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#ffffff1a,#fff0 40%);pointer-events:none;z-index:5}.hero-illustration{width:100%;height:auto;display:block;background:#0f172a;border-radius:6px 6px 0 0}.laptop-base{height:14px;background:linear-gradient(to bottom,#d1d5db,#9ca3af);border-radius:0 0 16px 16px;position:relative;width:112%;left:-6%;margin-top:-1px;box-shadow:inset 0 1px #ffffff80,0 20px 50px -12px #0009}.laptop-base:after{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:70px;height:6px;background:#6b7280;border-radius:0 0 6px 6px;box-shadow:inset 0 2px 3px #0000004d}.hero-brand-strip{background:#f8fafc;padding:40px 0;margin-top:0}.brands-container{display:flex;justify-content:center;gap:3rem;opacity:.6;flex-wrap:wrap;align-items:center}.brand-logo{height:30px;filter:grayscale(100%);transition:filter .3s}.brand-logo:hover{filter:grayscale(0%)}@media(max-width:992px){.hero-grid{grid-template-columns:1fr;text-align:center;gap:3rem}.hero-content,.email-capture{margin:0 auto}}@media(max-width:768px){.hero-section{padding:120px 0 60px}.hero-title{font-size:2.25rem}.email-capture{flex-direction:column;width:100%;max-width:100%;gap:.75rem}.email-input{width:100%;text-align:center}.email-capture .btn{width:100%;padding:14px}}.features-grid-section{padding:100px 0;background-color:#fff}.section-title{font-size:2.5rem;font-weight:800;color:#0f172a;margin-bottom:1rem}.section-subtitle{font-size:1.125rem;color:#64748b;max-width:700px;margin:0 auto;line-height:1.6}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.feature-card{padding:2.5rem;border-radius:20px;background:#f8fafc;transition:transform .3s ease,box-shadow .3s ease;border:1px solid transparent}.feature-card:hover{transform:translateY(-5px);background:#fff;box-shadow:0 20px 40px #00000014;border-color:#e2e8f0}.icon-circle{width:60px;height:60px;border-radius:50%;background:#ede9fe;color:#7c3aed;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;font-size:1.5rem}.card-title{font-size:1.25rem;font-weight:700;margin-bottom:.75rem;color:#0f172a}.card-desc{font-size:1rem;color:#64748b;line-height:1.6}@media(max-width:992px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.features-grid{grid-template-columns:1fr}.feature-card{padding:2rem}}.app-showcase-section{padding:100px 0;background-color:#fff;overflow:hidden}.showcase-title{font-size:2.5rem;font-weight:800;color:#0f172a;margin-bottom:1rem}.showcase-subtitle{font-size:1.125rem;color:#64748b;max-width:700px;margin:0 auto;line-height:1.6}.showcase-grid{display:grid;grid-template-columns:1fr 340px 1fr;gap:2rem;align-items:center;margin-top:4rem}.features-column{display:flex;flex-direction:column;gap:3rem}.features-column.left{text-align:right;align-items:flex-end}.features-column.right{text-align:left;align-items:flex-start}.feature-item{max-width:300px;transition:transform .3s ease}.feature-item:hover{transform:translateY(-5px)}.feature-icon-wrapper{width:50px;height:50px;border-radius:12px;background:#003cff0d;color:#003cff;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;border:1px solid rgba(0,60,255,.1)}.features-column.left .feature-icon-wrapper{margin-left:auto}.feature-title{font-size:1.25rem;font-weight:700;color:#0f172a;margin-bottom:.5rem}.feature-desc{font-size:.95rem;color:#64748b;line-height:1.5}.phone-mockup-wrapper{position:relative;display:flex;justify-content:center;z-index:10}.phone-mockup-frame{width:300px;height:600px;background:#fff;border-radius:48px;border:14px solid #1e293b;position:relative;z-index:2;box-shadow:inset 0 0 0 2px #ffffff1a,0 25px 60px -15px #0009;overflow:hidden}.phone-screen-img{width:100%;height:calc(100% - 28px);margin-top:28px;object-fit:fill;border-radius:0 0 32px 32px;display:block}.phone-notch{position:absolute;top:0;left:50%;transform:translate(-50%);width:120px;height:28px;background:#1e293b;border-radius:0 0 20px 20px;z-index:10}.phone-power-btn{position:absolute;right:-17px;top:100px;width:4px;height:60px;background:#334155;border-radius:4px}.phone-volume-btn{position:absolute;left:-17px;top:100px;width:4px;height:100px;background:#334155;border-radius:4px}.ring-effect{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%;border:1px solid #e2e8f0;z-index:1}.ring-1{width:400px;height:400px;opacity:.5}.ring-2{width:550px;height:550px;opacity:.3}@media(max-width:992px){.showcase-grid{grid-template-columns:1fr;gap:4rem}.features-column.left{text-align:center;align-items:center;order:2}.features-column.left .feature-icon-wrapper{margin-left:0}.features-column.right{text-align:center;align-items:center;order:3}.phone-mockup-wrapper{order:1;margin-bottom:2rem}}.features-split-section{padding:100px 0;background-color:#f8fafc;overflow:hidden}.split-row{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center;margin-bottom:8rem}.split-row:last-child{margin-bottom:0}.split-row.reverse .split-content{order:1}.split-row.reverse .split-image-wrapper{order:2}.split-content{max-width:500px}.split-tag{font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:#003cff;margin-bottom:1rem;display:block}.split-tag.text-blue{color:#3b82f6}.split-title{font-size:2.5rem;font-weight:800;line-height:1.2;color:#0f172a;margin-bottom:1.5rem}.split-desc{font-size:1.125rem;color:#64748b;line-height:1.6;margin-bottom:2rem}.split-list{list-style:none;padding:0}.split-list li{display:flex;align-items:center;gap:12px;margin-bottom:12px;font-weight:500;color:#334155}.split-list li:before{content:"✓";display:flex;align-items:center;justify-content:center;width:20px;height:20px;background:#e2e8f0;color:#0f172a;border-radius:50%;font-size:12px;font-weight:700}.split-image-wrapper{position:relative;display:flex;justify-content:center;align-items:center}.split-img{width:100%;height:auto;border-radius:20px;box-shadow:0 25px 50px -12px #00000026;z-index:2;position:relative}.stacked-cards{position:relative;width:100%;padding-left:20px;padding-top:20px}.card-layer{position:absolute;border-radius:20px;background:#fff;box-shadow:0 10px 30px #0000001a}.layer-1{inset:5px 15px 15px 5px;z-index:1;opacity:.6;transform:rotate(-2deg);background:#bfdbfe}.layer-2{inset:-10px 30px 30px -10px;z-index:0;opacity:.4;transform:rotate(-4deg);background:#93c5fd}@media(max-width:992px){.split-row{grid-template-columns:1fr;gap:4rem;text-align:center}.split-row.reverse .split-content{order:2}.split-row.reverse .split-image-wrapper{order:1}.split-content{margin:0 auto}.split-list li{justify-content:center}}.slider-3d-container{position:relative;width:100%;max-width:500px;height:350px;margin:0 auto;display:flex;flex-direction:column;justify-content:center;perspective:none}.slider-3d-track{position:relative;width:100%;height:100%;margin:0 auto}.slider-3d-item{position:absolute;top:50%;left:50%;transform-origin:center center;width:90%;max-width:450px;height:auto;transition:all .4s cubic-bezier(.25,.8,.25,1);cursor:pointer;border-radius:12px}.slider-3d-item.center{z-index:30;transform:translate(-50%,-50%) scale(1);opacity:1;filter:drop-shadow(0 20px 30px rgba(0,0,0,.15))}.slider-3d-item.right{z-index:20;transform:translate(-45%,-55%) scale(.95);opacity:.8;filter:brightness(.95)}.slider-3d-item.left{z-index:10;transform:translate(-40%,-60%) scale(.9);opacity:.6;filter:brightness(.9)}.slider-3d-item:hover{filter:brightness(1.05)}.slider-3d-item.right:hover,.slider-3d-item.left:hover{transform:translate(-45%,-58%) scale(.96);z-index:25}.browser-mockup{background:#1e293b;border-radius:12px;overflow:hidden;border:1px solid rgba(255,255,255,.1);background:linear-gradient(145deg,#1e293b,#0f172a)}.browser-header{background:#0f172acc;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:10px 14px;display:flex;align-items:center;gap:10px;border-bottom:1px solid rgba(255,255,255,.05)}.browser-dots{display:flex;gap:6px}.browser-dots span{width:8px;height:8px;border-radius:50%;opacity:.8}.browser-dots span:nth-child(1){background:#ef4444}.browser-dots span:nth-child(2){background:#eab308}.browser-dots span:nth-child(3){background:#22c55e}.browser-address{background:#0003;color:#94a3b8;font-size:.7rem;padding:4px 12px;border-radius:4px;flex:1;text-align:center;font-family:monospace}.browser-mockup img{width:100%;height:auto;display:block;aspect-ratio:16/10;object-fit:cover}.slider-label{display:none}.pricing-section{padding:100px 0;background-color:#f8fafc}.pricing-toggle-container{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:2rem}.pricing-toggle-wrapper{background:#e2e8f0;border-radius:50px;padding:4px;position:relative;display:flex;width:240px;height:50px}.toggle-option{flex:1;border:none;background:transparent;z-index:2;cursor:pointer;font-weight:600;color:#64748b;transition:color .3s;font-size:.95rem}.toggle-option.active{color:#0f172a}.toggle-slider{position:absolute;top:4px;left:4px;width:50%;bottom:4px;background:#fff;border-radius:40px;transition:transform .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 4px #0000001a;z-index:1}.pricing-toggle-wrapper.annual .toggle-slider{transform:translate(100%) translate(-8px);left:0;width:calc(50% - 4px);margin-left:4px}.pricing-toggle-wrapper .toggle-slider{width:calc(50% - 4px)}.pricing-toggle-wrapper.monthly .toggle-slider{transform:translate(0)}.pricing-toggle-wrapper.annual .toggle-slider{transform:translate(100%)}.discount-badge{background:#10b981;color:#fff;font-size:.75rem;font-weight:700;padding:2px 8px;border-radius:12px}.pricing-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:4rem}.pricing-card{background:#fff;border-radius:16px;padding:2.5rem 1.5rem;position:relative;border:1px solid #e2e8f0;transition:transform .3s,box-shadow .3s;display:flex;flex-direction:column}.pricing-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000014}.pricing-card.popular{border:2px solid #6366f1;transform:scale(1.05);z-index:2;box-shadow:0 25px 50px #6366f126}.popular-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:#6366f1;color:#fff;font-size:.75rem;font-weight:700;padding:4px 12px;border-radius:20px;text-transform:uppercase}.plan-name{font-size:1.25rem;font-weight:800;color:#0f172a;margin-bottom:.5rem;text-align:center}.plan-desc{font-size:.875rem;color:#64748b;margin-bottom:2rem;text-align:center;line-height:1.5;min-height:42px}.plan-price-wrapper{text-align:center;margin-bottom:2rem;height:80px;display:flex;flex-direction:column;justify-content:center;align-items:center}.plan-price{display:flex;align-items:baseline;justify-content:center;color:#0f172a}.plan-price.custom{font-size:1.5rem;font-weight:700}.currency{font-size:1.25rem;font-weight:600;margin-right:2px}.amount{font-size:3rem;font-weight:800;line-height:1}.period{font-size:1rem;color:#64748b;margin-left:4px}.price-total-annual{font-size:.75rem;color:#94a3b8;margin-top:4px}.plan-features{list-style:none;margin-bottom:2rem;flex:1}.plan-features li{display:flex;align-items:flex-start;gap:8px;margin-bottom:12px;font-size:.9rem;color:#475569}.plan-features li:before{content:"✓";color:#10b981;font-weight:700;flex-shrink:0}.btn-plan{width:100%;padding:12px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s;font-size:1rem}.btn-primary-plan{background:#4f46e5;color:#fff;border:none}.btn-primary-plan:hover{background:#4338ca}.btn-outline-plan{background:#eff6ff;color:#4f46e5;border:none}.btn-outline-plan:hover{background:#e0e7ff}@media(max-width:1100px){.pricing-grid{grid-template-columns:repeat(2,1fr);gap:3rem}.pricing-card.popular{transform:scale(1)}}@media(max-width:640px){.pricing-grid{grid-template-columns:1fr}}.testimonials-section{padding:100px 0;background-color:#fff}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.testimonial-card{background:#f8fafc;border-radius:16px;padding:2.5rem;transition:transform .3s ease,box-shadow .3s ease;border:1px solid transparent}.testimonial-card:hover{transform:translateY(-5px);background:#fff;box-shadow:0 20px 40px #0000000f;border-color:#e2e8f0}.testimonial-quote{font-size:1.05rem;color:#475569;line-height:1.6;font-style:italic;margin-bottom:2rem;position:relative}.testimonial-author{display:flex;align-items:center;gap:1rem}.avatar-circle{width:50px;height:50px;border-radius:50%;overflow:hidden;background:#e2e8f0;flex-shrink:0}.avatar-circle img{width:100%;height:100%;object-fit:cover}.author-info{display:flex;flex-direction:column}.author-name{font-size:1rem;font-weight:700;color:#0f172a;line-height:1.2}.author-role{font-size:.85rem;color:#64748b;margin-top:4px}@media(max-width:992px){.testimonials-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.testimonials-grid{grid-template-columns:1fr}}.faq-section{padding:100px 0;background-color:#f8fafc}.faq-wrapper{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:1rem}.faq-item{background:#fff;border-radius:12px;border:1px solid #e2e8f0;overflow:hidden;transition:all .3s ease;cursor:pointer}.faq-item:hover{box-shadow:0 4px 12px #0000000d;border-color:#cbd5e1}.faq-item.active{border-color:#003cff;box-shadow:0 4px 12px #003cff1a}.faq-question{padding:1.5rem;display:flex;justify-content:space-between;align-items:center}.faq-question h3{font-size:1.1rem;font-weight:600;color:#0f172a;margin:0}.faq-icon{font-size:1.5rem;color:#003cff;line-height:1;font-weight:300;-webkit-user-select:none;user-select:none}.faq-answer{max-height:0;overflow:hidden;transition:max-height .35s cubic-bezier(.4,0,.2,1);color:#64748b;padding:0 1.5rem;line-height:1.6}.faq-item.active .faq-answer{max-height:200px;padding-bottom:1.5rem}.contact-section{padding:100px 0;background-color:#fff}.contact-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:flex-start}.contact-tag{font-size:.875rem;font-weight:700;color:#003cff;letter-spacing:1px;margin-bottom:1rem;display:block}.contact-title{font-size:2.5rem;font-weight:800;color:#0f172a;margin-bottom:1.5rem;line-height:1.2}.contact-desc{font-size:1.1rem;color:#64748b;margin-bottom:3rem;line-height:1.6}.contact-methods{display:flex;flex-direction:column;gap:2rem}.method-item{display:flex;align-items:flex-start;gap:1rem}.method-icon{font-size:1.5rem;background:#003cff0d;width:50px;height:50px;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#003cff}.method-item h4{font-size:1.1rem;font-weight:700;color:#0f172a;margin-bottom:.25rem}.method-item p{color:#64748b;font-size:1rem}.contact-form-wrapper{background:#f8fafc;padding:3rem;border-radius:24px;border:1px solid #e2e8f0}.contact-form{display:flex;flex-direction:column;gap:24px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-size:.95rem;font-weight:600;color:#334155}.form-group input,.form-group textarea{padding:12px 16px;border-radius:12px;border:1px solid #cbd5e1;font-size:1rem;outline:none;transition:all .2s;background:#fff;font-family:inherit}.form-group input:focus,.form-group textarea:focus{border-color:#003cff;box-shadow:0 0 0 3px #003cff1a}.btn-submit{padding:16px;background:#0f172a;color:#fff;font-weight:600;border-radius:12px;border:none;cursor:pointer;font-size:1rem;transition:background .3s;margin-top:1rem}.btn-submit:hover{background:#1e293b;transform:translateY(-2px)}@media(max-width:992px){.contact-wrapper{grid-template-columns:1fr;gap:3rem}.contact-form-wrapper{padding:2rem}}.projects-section{padding:100px 0;position:relative;background:radial-gradient(circle at center,rgba(30,41,59,.2) 0%,transparent 70%)}.section-title{font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}@media(min-width:1200px){.projects-grid{grid-template-columns:repeat(4,1fr)}}.project-card{display:flex;flex-direction:column;overflow:hidden;transition:all .4s cubic-bezier(.175,.885,.32,1.275);background:#0f172a99;border:1px solid rgba(255,255,255,.05)}.project-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px -5px #0009;border-color:#fff3}.card-header{height:160px;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.card-header:before{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,transparent,rgba(0,0,0,.4));z-index:1}.card-logo{height:60px;width:auto;object-fit:contain;z-index:2;transition:transform .5s ease;filter:drop-shadow(0 4px 6px rgba(0,0,0,.3))}.project-card:hover .card-logo{transform:scale(1.1)}.card-body{padding:1.5rem;flex:1;display:flex;flex-direction:column}.project-title{font-size:1.25rem;font-weight:700;margin-bottom:.75rem;color:var(--text-primary)}.project-desc{font-size:.95rem;color:var(--text-secondary);margin-bottom:1.5rem;line-height:1.6;flex-grow:1}.project-footer{margin-top:auto;display:flex;justify-content:space-between;align-items:center}.tags{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:1rem}.tag{font-size:.75rem;padding:4px 10px;border-radius:99px;background:#ffffff0d;color:var(--text-secondary);border:1px solid rgba(255,255,255,.1)}.link-arrow{font-weight:600;font-size:.9rem;color:#003cff;display:inline-flex;align-items:center;gap:4px}.link-arrow:hover{gap:8px;color:#60a5fa}.product-hero{position:relative;padding:120px 0 80px;overflow:hidden;background:radial-gradient(circle at 50% 0%,#fff7ed,#fff 60%)}.product-hero-content{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;min-height:50vh}.image-content{display:flex;justify-content:center;align-items:center}.image-content img{max-width:90%;height:auto;margin:0 auto}.product-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border-radius:50px;font-size:.9rem;font-weight:700;margin-bottom:1.5rem;background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(0,0,0,.05);box-shadow:0 4px 12px #0000000d}.badge-dot{width:8px;height:8px;border-radius:50%}.product-title{font-size:4rem;font-weight:800;line-height:1.1;color:#0f172a;margin-bottom:1.5rem;letter-spacing:-1px}.product-desc{font-size:1.25rem;color:#475569;line-height:1.6;margin-bottom:2.5rem;max-width:500px}.product-actions{display:flex;gap:1rem}.btn-product-primary{padding:16px 32px;border-radius:12px;font-weight:700;font-size:1.1rem;color:#fff;box-shadow:0 10px 25px -5px #0000001a;transition:all .3s ease;border:none;cursor:pointer}.btn-product-primary:hover{transform:translateY(-3px);box-shadow:0 20px 30px -10px #0003}.product-features-section{padding:100px 0;background:#fff}.product-features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:3rem}.p-feature-card{padding:2rem;border-radius:20px;background:#fff;border:1px solid #f1f5f9;transition:all .3s ease;position:relative;overflow:hidden}.p-feature-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #00000014;border-color:transparent}.p-icon-box{width:60px;height:60px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:1.75rem;margin-bottom:1.5rem;transition:transform .3s}.p-feature-card:hover .p-icon-box{transform:scale(1.1) rotate(5deg)}.p-card-title{font-size:1.25rem;font-weight:800;color:#0f172a;margin-bottom:.75rem}.p-card-desc{color:#64748b;line-height:1.6;font-size:.95rem}.product-page.resto-theme .product-hero{background:radial-gradient(circle at 60% 10%,#eff6ff,#fff 70%)}.resto-theme .product-badge{color:#003cff;border-color:#003cff1a}.resto-theme .badge-dot{background:#003cff}.resto-theme .product-title span{color:#003cff}.resto-theme .btn-product-primary{background:linear-gradient(135deg,#003cff,#0030cc);box-shadow:0 10px 25px -5px #003cff66}.resto-theme .p-icon-box{background:#eff6ff;color:#003cff}.product-page.fixmanager-theme .product-hero{background:radial-gradient(circle at 60% 10%,#eff6ff,#fff 70%)}.fixmanager-theme .product-badge{color:#2563eb;border-color:#2563eb1a}.fixmanager-theme .badge-dot{background:#2563eb}.fixmanager-theme .product-title span{color:#2563eb}.fixmanager-theme .btn-product-primary{background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 10px 25px -5px #2563eb66}.fixmanager-theme .p-icon-box{background:#eff6ff;color:#2563eb}.product-page.cuotago-theme .product-hero{background:radial-gradient(circle at 60% 10%,#ecfdf5,#fff 70%)}.cuotago-theme .product-badge{color:#059669;border-color:#0596691a}.cuotago-theme .badge-dot{background:#059669}.cuotago-theme .product-title span{color:#059669}.cuotago-theme .btn-product-primary{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 10px 25px -5px #10b98166}.cuotago-theme .p-icon-box{background:#ecfdf5;color:#059669}.product-page.deltapay-theme .product-hero{background:radial-gradient(circle at 60% 10%,#eef2ff,#fff 70%)}.deltapay-theme .product-badge{color:#4f46e5;border-color:#4f46e51a}.deltapay-theme .badge-dot{background:#4f46e5}.deltapay-theme .product-title span{color:#4f46e5}.deltapay-theme .btn-product-primary{background:linear-gradient(135deg,#6366f1,#4f46e5);box-shadow:0 10px 25px -5px #6366f166}.deltapay-theme .p-icon-box{background:#eef2ff;color:#4f46e5}.product-page.stationsl-theme .product-hero{background:radial-gradient(circle at 60% 10%,#f5f3ff,#fff 70%)}.stationsl-theme .product-badge{color:#7c3aed;border-color:#7c3aed1a}.stationsl-theme .badge-dot{background:#7c3aed}.stationsl-theme .product-title span{color:#7c3aed}.stationsl-theme .btn-product-primary{background:linear-gradient(135deg,#8b5cf6,#7c3aed);box-shadow:0 10px 25px -5px #8b5cf666}.stationsl-theme .p-icon-box{background:#f5f3ff;color:#7c3aed}.product-page.company-theme .product-hero{background:radial-gradient(circle at 60% 10%,#eff6ff,#fff 70%)}.company-theme .product-badge{color:#003cff;border-color:#003cff1a}.company-theme .badge-dot{background:#003cff}.company-theme .product-title span{color:#003cff}.company-theme .btn-product-primary{background:linear-gradient(135deg,#003cff,#0030cc);box-shadow:0 10px 25px -5px #003cff66}.company-theme .p-icon-box{background:#eff6ff;color:#003cff}.product-list-card{display:flex;align-items:center;justify-content:space-between;padding:2rem;border-radius:20px;background:#fff;border:1px solid #f1f5f9;transition:all .3s ease;margin-bottom:1rem}.product-list-card:hover{transform:translate(5px);box-shadow:0 10px 30px #0000000d;border-color:#ea580c33}.company-theme .product-list-card:hover{border-color:#003cff33}.fixmanager-theme .product-list-card:hover{border-color:#2563eb33}@media(max-width:768px){.product-list-card{flex-direction:column;align-items:flex-start;gap:1.5rem}}@media(max-width:900px){.product-hero-content{grid-template-columns:1fr;text-align:center}.product-hero-content .product-desc{margin:0 auto 2rem}.product-actions{justify-content:center}.product-features-grid{grid-template-columns:repeat(2,1fr)}.product-title{font-size:3rem}}@media(max-width:600px){.product-features-grid{grid-template-columns:1fr}}.privacy-grid{display:grid;grid-template-columns:repeat(2,1fr);column-gap:4rem;row-gap:3rem}.privacy-card{background:transparent;border:none;box-shadow:none;padding:0}.privacy-header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1rem}.privacy-icon{width:32px;height:32px;flex-shrink:0;color:#374151;display:flex;align-items:center;justify-content:center}.privacy-icon svg{width:100%;height:100%;fill:currentColor}.privacy-title{font-size:1.1rem;font-weight:800;color:#111827;line-height:1.4;padding-top:0}.service-list{padding-left:calc(32px + 1rem)}.service-item{margin-bottom:1.25rem}.service-name{font-size:.95rem;font-weight:700;color:#374151;margin-bottom:.15rem;display:block}.service-data{font-size:.85rem;color:#6b7280;line-height:1.4}.data-label{font-weight:600;color:#9ca3af;margin-right:4px}@media(max-width:768px){.privacy-grid{grid-template-columns:1fr;gap:2rem}.service-list{padding-left:0;margin-top:.5rem}}:root{--font-main: "Outfit", sans-serif;--bg-primary: #ffffff;--bg-secondary: #f8fafc;--bg-tertiary: #f1f5f9;--text-primary: #0f172a;--text-secondary: #64748b;--text-accent: #3b82f6;--primary: #003cffff;--primary-hover: #0030cc;--accent-gold: #f59e0b;--accent-blue: #3b82f6;--accent-purple: #8b5cf6;--gradient-primary: linear-gradient(135deg, #003cffff 0%, #2563eb 100%);--glass-bg-dark: rgba(15, 23, 42, .7);--glass-border-dark: rgba(255, 255, 255, .06);--radius-lg: 24px;--radius-md: 16px;--nav-height: 80px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-main);background-color:var(--bg-primary);color:var(--text-primary);line-height:1.5;-webkit-font-smoothing:antialiased}.section-dark{background-color:#030712;color:#f8fafc;--text-primary: #f8fafc;--text-secondary: #94a3b8}a{text-decoration:none;color:inherit;transition:all .2s ease}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.text-gradient{background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.text-gradient-gold{background:var(--gradient-gold);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 2rem;border-radius:9999px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.btn-primary{background:var(--gradient-primary);color:#fff;border:1px solid rgba(255,255,255,.1);box-shadow:0 0 20px var(--primary-glow)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 0 30px var(--primary-glow)}.btn-secondary{background:#ffffff0d;border:1px solid var(--glass-border);color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-secondary:hover{background:#ffffff1a;border-color:#fff3;transform:translateY(-2px)}.glass-card{background:var(--glass-bg);backdrop-filter:blur(var(--glass-blur));-webkit-backdrop-filter:blur(var(--glass-blur));border:1px solid var(--glass-border);border-radius:var(--radius-lg);box-shadow:var(--glass-shadow)}
