@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap");:root{--primary:#1991d2;--primary-light:#36a9e7;--primary-dark:#08599b;--primary-foreground:#fff;--background:#f8fafc;--foreground:#1d2530;--card:#fff;--card-foreground:#1d2530;--secondary:#f3f5f7;--secondary-foreground:#303d50;--muted:#edf0f3;--muted-foreground:#6c7c93;--accent:#e8f5fc;--accent-foreground:#08599b;--destructive:#ef4343;--destructive-foreground:#fff;--border:#e0e5eb;--input:#e0e5eb;--ring:#1991d2;--radius:0.75rem;--radius-lg:1rem;--radius-xl:1.25rem;--radius-2xl:1.5rem;--radius-3xl:2rem;--shadow-soft:0 4px 24px -4px rgba(25,145,210,.12);--shadow-card:0 8px 32px -8px rgba(29,37,48,.08);--shadow-hover:0 16px 48px -12px rgba(25,145,210,.2);--shadow-glow:0 0 40px rgba(25,145,210,.25);--transition-fast:0.2s ease;--transition-base:0.3s ease;--transition-slow:0.5s ease}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--background);color:var(--foreground);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:Plus Jakarta Sans,sans-serif;line-height:1.2}a{color:inherit;text-decoration:none}img{display:block;height:auto;max-width:100%}button{background:none;border:none;cursor:pointer;font-family:inherit}ol,ul{list-style:none}.container{margin:0 auto;max-width:1400px;padding:0 2rem}.sr-only{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border:0}.glass{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:hsla(0,0%,100%,.7);border:1px solid hsla(0,0%,100%,.3)}.glass-strong{backdrop-filter:blur(40px);-webkit-backdrop-filter:blur(40px);background:hsla(0,0%,100%,.9);border:1px solid hsla(0,0%,100%,.2)}.gradient-primary{background:linear-gradient(135deg,var(--primary) 0,var(--primary-dark) 100%)}.gradient-hero{background:linear-gradient(135deg,var(--background) 0,var(--accent) 50%,var(--background) 100%)}.gradient-text{background:linear-gradient(135deg,var(--primary) 0,var(--primary-dark) 100%);-webkit-background-clip:text;background-clip:text;color:transparent}.btn{align-items:center;border-radius:var(--radius);display:inline-flex;font-size:.875rem;font-weight:600;gap:.5rem;justify-content:center;padding:.75rem 1.5rem;transition:all var(--transition-base);white-space:nowrap}.btn-primary{background:linear-gradient(135deg,var(--primary) 0,var(--primary-dark) 100%);box-shadow:var(--shadow-soft);color:var(--primary-foreground)}.btn-primary:hover{box-shadow:var(--shadow-hover);transform:translateY(-2px)}.btn-outline{background:transparent;border:2px solid var(--border);color:var(--foreground)}.btn-outline:hover{background:var(--muted);border-color:var(--primary)}.btn-ghost{background:transparent;color:var(--muted-foreground)}.btn-ghost:hover{background:var(--muted);color:var(--foreground)}.btn-lg{font-size:1rem;padding:1rem 2rem}.btn-icon{transition:transform var(--transition-fast)}.btn:hover .btn-icon{transform:translateX(4px)}.card{background:var(--card);border:1px solid rgba(var(--border),.5);border-radius:var(--radius-2xl);box-shadow:var(--shadow-card);padding:2rem;transition:all var(--transition-base)}.card:hover{box-shadow:var(--shadow-hover);transform:translateY(-4px)}.hover-lift{transition:all var(--transition-base)}.hover-lift:hover{box-shadow:var(--shadow-hover);transform:translateY(-4px)}.header{left:0;padding:1rem 0;position:fixed;right:0;top:0;transition:all var(--transition-slow);z-index:1000}.header.scrolled{backdrop-filter:blur(20px);background:hsla(0,0%,100%,.95);border-bottom:1px solid var(--border);box-shadow:0 1px 3px rgba(0,0,0,.1);padding:.5rem 0}.header-inner{align-items:center;display:flex;justify-content:space-between}.logo{height:40px;transition:transform var(--transition-base);width:auto}.logo:hover{transform:scale(1.05)}.nav-desktop{display:none}@media (min-width:1024px){.nav-desktop{align-items:center;display:flex;gap:.25rem}}.nav-item{position:relative}.nav-link{align-items:center;border-radius:.5rem;color:var(--foreground);display:flex;font-size:.875rem;font-weight:500;gap:.25rem;opacity:.7;padding:.5rem 1rem;transition:all var(--transition-fast)}.nav-link.active,.nav-link:hover{background:rgba(var(--primary),.05);color:var(--primary);opacity:1}.nav-link svg{height:1rem;transition:transform var(--transition-fast);width:1rem}.nav-item:hover .nav-link svg{transform:rotate(180deg)}.dropdown-menu{left:50%;opacity:0;padding-top:1rem;position:absolute;top:100%;transform:translateX(-50%);transition:all var(--transition-fast);visibility:hidden}.nav-item:hover .dropdown-menu{opacity:1;visibility:visible}.dropdown-content{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-2xl);box-shadow:0 25px 50px -12px rgba(0,0,0,.25);min-width:280px;overflow:hidden}.dropdown-content.mega{min-width:600px}.dropdown-grid{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);padding:1.5rem}.dropdown-category h4{color:var(--muted-foreground);font-size:.75rem;font-weight:600;letter-spacing:.05em;margin-bottom:1rem;text-transform:uppercase}.dropdown-link{border-radius:var(--radius-xl);display:block;padding:.75rem;transition:background var(--transition-fast)}.dropdown-link:hover{background:var(--muted)}.dropdown-link span{color:var(--foreground);font-size:.875rem;font-weight:500}.dropdown-link small{color:var(--muted-foreground);display:block;font-size:.75rem;margin-top:.25rem}.dropdown-footer{background:var(--muted);border-top:1px solid var(--border);padding:1rem 1.5rem}.dropdown-footer a{color:var(--primary);font-size:.875rem;font-weight:500}.dropdown-footer a:hover{text-decoration:underline}.header-actions{display:none}@media (min-width:1024px){.header-actions{align-items:center;display:flex;gap:.75rem}}.hero{align-items:center;display:flex;min-height:100vh;overflow:hidden;padding:6rem 0 4rem;position:relative}.hero-bg{background:linear-gradient(135deg,var(--background) 0,var(--accent) 50%,var(--background) 100%);inset:0;position:absolute}.hero-blob-1{background:rgba(var(--primary),.05);height:600px;right:0;top:25%;width:600px}.hero-blob-1,.hero-blob-2{border-radius:50%;filter:blur(60px);position:absolute}.hero-blob-2{background:rgba(var(--primary),.1);bottom:0;height:400px;left:0;width:400px}.hero-float-1{background:rgba(8,145,178,.1);border-radius:1rem;height:5rem;position:absolute;right:5rem;top:8rem;transform:rotate(12deg);width:5rem}@keyframes float{0%{transform:translateY(0) rotate(12deg)}50%{transform:translateY(-20px) rotate(12deg)}to{transform:translateY(0) rotate(12deg)}}.hero-float-2{background:rgba(8,145,178,.1);border-radius:.75rem;bottom:8rem;height:4rem;left:5rem;position:absolute;transform:rotate(-12deg);width:4rem}@media (max-width:1024px){.hero-float-1,.hero-float-2{display:none}}.hero-content{margin:52px auto;max-width:56rem;position:relative;text-align:center;z-index:10}.hero-badge{align-items:center;background:rgba(59,130,246,.08);border:1px solid rgba(59,130,246,.25);border-radius:9999px;display:inline-flex;gap:.5rem;margin:1rem auto 2rem;padding:.5rem 1.25rem}.hero-badge svg{color:#fdcc0d;height:1rem;width:1rem}.hero-badge span{color:#1e1e1e;font-size:.95rem;font-weight:500}.hero-title{color:var(--foreground);font-size:2.5rem;font-weight:700;line-height:1.1;margin-bottom:1.5rem}@media (min-width:768px){.hero-title{font-size:3.5rem}}@media (min-width:1024px){.hero-title{font-size:4.5rem}}.hero-title-highlight{background:linear-gradient(135deg,var(--primary) 0,var(--primary-dark) 100%);-webkit-background-clip:text;background-clip:text;color:transparent}.hero-description{color:var(--muted-foreground);font-size:1.125rem;line-height:1.7;margin:0 auto 2.5rem;max-width:42rem}@media (min-width:768px){.hero-description{font-size:1.25rem}}.hero-cta{display:flex;flex-direction:column;gap:1rem;justify-content:center;margin-bottom:3rem}@media (min-width:640px){.hero-cta{flex-direction:row}}.hero-trust{align-items:center;color:var(--muted-foreground);display:flex;flex-direction:column;font-size:.875rem;gap:1.5rem;justify-content:center}@media (min-width:640px){.hero-trust{flex-direction:row}}.hero-trust-item{align-items:center;display:flex;gap:.5rem}.hero-trust-item svg{color:var(--primary);height:1.25rem;width:1.25rem}.hero-preview{margin-left:auto;margin-right:auto;margin-top:4rem;max-width:53rem}.hero-preview-wrapper{position:relative}.hero-preview-glow{background:linear-gradient(135deg,rgba(var(--primary),.2) 0,rgba(var(--primary-light),.2) 100%);border-radius:1.5rem;filter:blur(30px);inset:-1rem;position:absolute}.hero-preview-card{backdrop-filter:blur(20px);background:hsla(0,0%,100%,.7);border:1px solid hsla(0,0%,100%,.3);border-radius:1.5rem;box-shadow:var(--shadow-hover);padding:.5rem;position:relative}.hero-preview-inner{background:var(--card);border-radius:1rem;overflow:hidden}.hero-preview-header{align-items:center;background:rgba(var(--secondary),.5);padding:.75rem 1rem}.hero-preview-dots,.hero-preview-header{display:flex;gap:.5rem}.hero-preview-dot{border-radius:50%;height:12px;width:12px}.hero-preview-dot.red{background:rgba(239,68,68,.6)}.hero-preview-dot.yellow{background:rgba(250,204,21,.6)}.hero-preview-dot.green{background:rgba(74,222,128,.6)}.hero-preview-url{flex:1;text-align:center}.hero-preview-url span{background:hsla(0,0%,100%,.5);border-radius:.5rem;color:var(--muted-foreground);display:inline-block;font-size:.75rem;padding:.25rem 1rem}.hero-preview-body{align-items:center;aspect-ratio:16/9;background:linear-gradient(to bottom right,var(--secondary),var(--background));display:flex;justify-content:center;padding:2rem}.hero-preview-grid{display:grid;gap:1rem;grid-template-columns:repeat(2,1fr);max-width:48rem;width:100%}@media (min-width:768px){.hero-preview-grid{grid-template-columns:repeat(4,1fr)}}.hero-preview-item{backdrop-filter:blur(20px);background:hsla(0,0%,100%,.7);cursor:pointer;padding:1.5rem;text-align:center}.hero-preview-icon,.hero-preview-item{border-radius:.75rem;transition:all var(--transition-base)}.hero-preview-icon{align-items:center;background:linear-gradient(135deg,var(--primary) 0,var(--primary-dark) 100%);color:#fff;display:flex;font-size:1.125rem;font-weight:700;height:3rem;justify-content:center;margin:0 auto .75rem;width:3rem}.hero-preview-item:hover{background:hsla(0,0%,100%,.8);border-color:rgba(var(--primary),.2);box-shadow:var(--shadow-hover);transform:scale(1.05)}.hero-preview-label{color:var(--foreground);font-size:.875rem;font-weight:500;transition:color var(--transition-base)}.hero-preview-item:hover .hero-preview-icon{box-shadow:var(--shadow-glow);transform:scale(1.1) rotate(3deg)}.hero-preview-item:hover .hero-preview-label{color:var(--primary)}.features{background:rgba(var(--secondary),.3);overflow:hidden;padding:6rem 0 8rem;position:relative}.features-blob{background:rgba(8,145,178,.05);border-radius:50%;filter:blur(60px);height:400px;left:50%;position:absolute;top:0;transform:translateX(-50%);width:800px}.features-header{margin:0 auto 4rem;max-width:48rem;position:relative;text-align:center;z-index:10}.features-label{color:var(--primary);font-size:.875rem;font-weight:600;letter-spacing:.05em;margin-bottom:1rem;text-transform:uppercase}.features-title{color:var(--foreground);font-size:2rem;font-weight:700;margin-bottom:1.5rem}@media (min-width:768px){.features-title{font-size:2.5rem}}@media (min-width:1024px){.features-title{font-size:3rem}}.features-description{color:var(--muted-foreground);font-size:1.125rem;line-height:1.7}.features-grid{display:grid;gap:1.5rem;grid-template-columns:1fr;position:relative;z-index:10}@media (min-width:768px){.features-grid{gap:2rem;grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.features-grid{grid-template-columns:repeat(3,1fr)}}.feature-card{background:var(--card);border:1px solid rgba(var(--border),.5);border-radius:var(--radius-2xl);box-shadow:var(--shadow-card);cursor:pointer;padding:2rem;transition:all var(--transition-base)}.feature-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-4px)}.feature-icon{align-items:center;border-radius:.75rem;display:flex;height:3.5rem;justify-content:center;margin-bottom:1.5rem;transition:transform var(--transition-base);width:3.5rem}.feature-card:hover .feature-icon{transform:scale(1.1)}.feature-icon svg{color:#fff;height:1.75rem;width:1.75rem}.feature-icon.blue{background:linear-gradient(135deg,#3b82f6,#2563eb)}.feature-icon.green{background:linear-gradient(135deg,#10b981,#059669)}.feature-icon.amber{background:linear-gradient(135deg,#f59e0b,#f97316)}.feature-icon.violet{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.feature-icon.pink{background:linear-gradient(135deg,#ec4899,#f43f5e)}.feature-icon.cyan{background:linear-gradient(135deg,#06b6d4,#14b8a6)}.feature-title{color:var(--foreground);font-size:1.25rem;font-weight:700;margin-bottom:.75rem;transition:color var(--transition-base)}.feature-card:hover .feature-title{color:var(--primary)}.feature-description{color:var(--muted-foreground);line-height:1.6}.features-cta{margin-top:3rem;position:relative;text-align:center;z-index:10}.old-tech{background:rgba(var(--secondary),.3);overflow:hidden;padding:6rem 0;position:relative}.old-tech-blob-1{background:rgba(239,68,68,0);left:0;top:0;transform:translate(-50%,-50%)}.old-tech-blob-1,.old-tech-blob-2{border-radius:50%;filter:blur(60px);height:24rem;position:absolute;width:24rem}.old-tech-blob-2{background:rgba(8,145,178,0);bottom:0;right:0;transform:translate(50%,50%)}.old-tech-header{margin:0 auto 4rem;max-width:48rem;position:relative;text-align:center;z-index:10}.old-tech-badge{background:rgba(239,68,68,.1);border-radius:9999px;color:#dc2626;display:inline-block;font-size:.875rem;font-weight:600;margin-bottom:1.5rem;padding:.5rem 1rem}.old-tech-title{color:var(--foreground);font-size:2rem;font-weight:700;margin-bottom:1.5rem}@media (min-width:768px){.old-tech-title{font-size:2.5rem}}@media (min-width:1024px){.old-tech-title{font-size:3rem}}.old-tech-description{color:var(--muted-foreground);font-size:1.125rem;line-height:1.7}.old-tech-grid{display:grid;gap:3rem;grid-template-columns:1fr;position:relative;z-index:10}@media (min-width:1024px){.old-tech-grid{gap:4rem;grid-template-columns:repeat(2,1fr)}}.old-tech-column-header{align-items:center;display:flex;gap:.75rem;margin-bottom:2rem}.old-tech-column-icon{align-items:center;border-radius:.75rem;display:flex;height:3rem;justify-content:center;width:3rem}.old-tech-column-icon.problem{background:rgba(239,68,68,.1)}.old-tech-column-icon.solution{background:rgba(var(--primary),.1)}.old-tech-column-icon svg{height:1.5rem;width:1.5rem}.old-tech-column-icon.problem svg{color:#dc2626}.old-tech-column-icon.solution svg{color:var(--primary)}.old-tech-column-title{color:var(--foreground);font-size:1.25rem;font-weight:700}.old-tech-items{display:flex;flex-direction:column;gap:1.5rem}.old-tech-item{backdrop-filter:blur(20px);background:hsla(0,0%,100%,.7);border-radius:.75rem;padding:1.5rem;transition:all var(--transition-base)}.old-tech-item:hover{box-shadow:var(--shadow-hover);transform:translateY(-4px)}.old-tech-item.problem{border-left-color:rgba(239,68,68,.5)}.old-tech-item.solution{border-left-color:rgba(var(--primary),.5)}.old-tech-item-inner{align-items:flex-start;display:flex;gap:1rem}.old-tech-item-icon{align-items:center;border-radius:.5rem;display:flex;flex-shrink:0;height:2.5rem;justify-content:center;width:2.5rem}.old-tech-item.problem .old-tech-item-icon{background:rgba(239,68,68,.1)}.old-tech-item.solution .old-tech-item-icon{background:rgba(var(--primary),.1)}.old-tech-item-icon svg{height:1.25rem;width:1.25rem}.old-tech-item.problem .old-tech-item-icon svg{color:#dc2626}.old-tech-item.solution .old-tech-item-icon svg{color:var(--primary)}.old-tech-item-title{color:var(--foreground);font-weight:600;margin-bottom:.5rem}.old-tech-item-desc{color:var(--muted-foreground);font-size:.875rem;line-height:1.6}.old-tech-cta{margin-top:4rem;position:relative;text-align:center;z-index:10}.ceo-message{background:linear-gradient(180deg,#f8fafc,#fff 50%,#f0f9ff);overflow:hidden;padding:8rem 0;position:relative}.ceo-message-bg{background:radial-gradient(circle at 30% 50%,rgba(14,165,233,.08) 0,transparent 50%);inset:0;position:absolute;z-index:0}.ceo-message-blob{animation:blob-drift 12s ease-in-out infinite;background:radial-gradient(circle,rgba(14,165,233,.12) 0,transparent 70%);border-radius:50%;filter:blur(80px);height:600px;position:absolute;right:-100px;top:-100px;width:600px;z-index:0}@keyframes blob-drift{0%,to{transform:translate(0) scale(1)}33%{transform:translate(-50px,30px) scale(1.05)}66%{transform:translate(30px,-40px) scale(.95)}}.ceo-message-card{backdrop-filter:blur(40px);background:hsla(0,0%,100%,.95);border:2px solid rgba(14,165,233,.1);border-radius:2rem;box-shadow:0 25px 60px rgba(0,0,0,.1),inset 0 0 0 1px hsla(0,0%,100%,.6),0 0 80px rgba(14,165,233,.08);margin:0 auto;max-width:60rem;overflow:visible;padding:2.5rem;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1);z-index:2}.ceo-message-card:before{animation:gradient-slide 3s ease infinite;background:linear-gradient(90deg,#0ea5e9,#06b6d4 50%,#0ea5e9);background-size:200% 100%;border-radius:2rem 2rem 0 0;content:"";height:5px;left:0;position:absolute;right:0;top:0;z-index:1}.ceo-message-quote-icon{z-index:15}@keyframes gradient-slide{0%{background-position:0 50%}to{background-position:200% 50%}}.ceo-message-card:hover{box-shadow:0 35px 80px rgba(0,0,0,.15),inset 0 0 0 1px hsla(0,0%,100%,.7),0 0 100px rgba(14,165,233,.15);transform:translateY(-5px)}@media (min-width:768px){.ceo-message-card{padding:3.5rem}}@media (min-width:1024px){.ceo-message-card{padding:4.5rem}}.ceo-message-quote-icon{animation:float-icon 3s ease-in-out infinite;left:2.5rem;position:absolute;top:-2rem;z-index:5}@keyframes float-icon{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@media (min-width:768px){.ceo-message-quote-icon{left:3.5rem}}.ceo-message-quote-icon .icon-box{align-items:center;background:linear-gradient(135deg,#0ea5e9,#0284c7);border-radius:1.25rem;box-shadow:0 15px 40px rgba(14,165,233,.35),0 0 0 4px rgba(14,165,233,.15),0 0 0 8px hsla(0,0%,100%,.8);display:flex;height:4rem;justify-content:center;transition:all .3s ease;width:4rem}.ceo-message-card:hover .ceo-message-quote-icon .icon-box{box-shadow:0 20px 50px rgba(14,165,233,.45),0 0 0 5px rgba(14,165,233,.2),0 0 0 10px hsla(0,0%,100%,.9);transform:scale(1.1) rotate(-5deg)}.ceo-message-quote-icon svg{color:#fff;filter:drop-shadow(0 2px 8px rgba(0,0,0,.2));height:2rem;width:2rem}.ceo-message-content{align-items:center;display:flex;flex-direction:column;gap:2.5rem;position:relative;z-index:3}@media (min-width:1024px){.ceo-message-content{flex-direction:row;gap:4rem}}.ceo-photo-wrapper{flex-shrink:0;position:relative}.ceo-photo-glow{animation:glow-pulse 3s ease-in-out infinite;background:radial-gradient(circle,rgba(14,165,233,.3) 0,rgba(6,182,212,.2) 50%,transparent 70%);border-radius:50%;filter:blur(25px);inset:-1rem;position:absolute}@keyframes glow-pulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}.ceo-photo{border:5px solid hsla(0,0%,100%,.9);border-radius:50%;box-shadow:0 20px 50px rgba(0,0,0,.2),0 0 0 3px rgba(14,165,233,.15);height:10rem;overflow:hidden;position:relative;transition:all .4s ease;width:10rem}@media (min-width:768px){.ceo-photo{height:12rem;width:12rem}}.ceo-message-card:hover .ceo-photo{border-color:#fff;box-shadow:0 25px 60px rgba(0,0,0,.25),0 0 0 4px rgba(14,165,233,.2);transform:scale(1.05)}.ceo-photo img{display:block;height:100%;object-fit:cover;width:100%}.ceo-photo-placeholder{align-items:center;background:linear-gradient(135deg,rgba(14,165,233,.15),rgba(6,182,212,.15));display:flex;height:100%;justify-content:center;width:100%}.ceo-message-text{flex:1;text-align:center}@media (min-width:1024px){.ceo-message-text{text-align:left}}.ceo-quote{color:#1e293b;font-size:1.25rem;font-style:italic;font-weight:500;line-height:1.8;margin-bottom:2rem;position:relative}@media (min-width:768px){.ceo-quote{font-size:1.375rem;line-height:1.85}}@media (min-width:1024px){.ceo-quote{font-size:1.625rem;line-height:1.9}}.ceo-author{border-top:2px solid rgba(14,165,233,.15);padding-top:1.5rem}.ceo-name{background:linear-gradient(135deg,#0f172a,#1e293b);-webkit-background-clip:text;color:#0f172a;font-size:1.375rem;font-weight:800;margin-bottom:.5rem;-webkit-text-fill-color:transparent;background-clip:text}.ceo-title{color:#64748b;font-size:1.0625rem;font-weight:600;letter-spacing:.01em}.ceo-message-decor{bottom:1.5rem;opacity:.06;position:absolute;right:1.5rem;transition:all .4s ease;z-index:1}.ceo-message-card:hover .ceo-message-decor{opacity:.1;transform:scale(1.05) rotate(-5deg)}@media (min-width:768px){.ceo-message-decor{bottom:2.5rem;right:2.5rem}}.ceo-message-decor svg{color:#0ea5e9;height:8rem;transform:rotate(180deg);width:8rem}@media (max-width:1023px){.ceo-message{padding:5rem 0}.ceo-message-card{padding:2rem 1.5rem}.ceo-quote{font-size:1.125rem}.ceo-name{font-size:1.25rem}}.ceo-message-card:focus-within{outline:3px solid rgba(14,165,233,.3);outline-offset:5px}.brand-logos{background:#0f172a;color:#fff;overflow:hidden;padding:6rem 0;position:relative}.brand-logos-pattern{background-image:radial-gradient(#fff 1px,transparent 0);background-size:30px 30px;inset:0;opacity:.05;position:absolute}.brand-logos-header{margin:0 auto 4rem;max-width:42rem;position:relative;text-align:center;z-index:10}.brand-logos-badge{background:hsla(0,0%,100%,.1);border-radius:9999px;display:inline-block;font-size:.875rem;font-weight:500;margin-bottom:1.5rem;padding:.5rem 1rem}.brand-logos-title{font-size:2.25rem;font-weight:700;margin-bottom:1rem}.brand-logos-desc{color:hsla(0,0%,100%,.7);font-size:1.125rem}.brand-logos-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr);margin-bottom:6rem;position:relative;z-index:10}@media (min-width:640px){.brand-logos-grid{grid-template-columns:repeat(4,1fr)}}.brand-logo-card{background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:1rem;padding:1.5rem;transition:all var(--transition-base)}.brand-logo-card:hover{background:hsla(0,0%,100%,.1);transform:translateY(-4px)}.brand-logo-inner{align-items:center;display:flex;gap:1rem}.brand-logo-icon{align-items:center;border-radius:.5rem;display:flex;flex-shrink:0;font-size:.875rem;font-weight:700;height:2.5rem;justify-content:center;width:2.5rem}.brand-bg-1{background:#3b82f6}.brand-bg-2{background:#ec4899}.brand-bg-3{background:#8b5cf6}.brand-bg-4{background:#10b981}.brand-bg-5{background:#f59e0b}.brand-bg-6{background:#6366f1}.brand-bg-7{background:#06b6d4}.brand-bg-8{background:#f97316}.brand-logo-name{font-size:.9rem;font-weight:600}.brand-stats{display:grid;gap:2rem;grid-template-columns:repeat(2,1fr);margin:0 auto;max-width:64rem;position:relative;text-align:center;z-index:10}@media (min-width:768px){.brand-stats{grid-template-columns:repeat(4,1fr)}}.brand-stat-value{background:linear-gradient(135deg,#fff,hsla(0,0%,100%,.7));-webkit-background-clip:text;background-clip:text;color:#fff;color:transparent;font-size:3rem;font-weight:800;margin-bottom:.5rem}.brand-stat-label{color:hsla(0,0%,100%,.6);font-size:.875rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase}.testimonials{background:linear-gradient(180deg,#fff,#f8fafc);overflow:hidden;padding:8rem 0;position:relative}.testimonials-blob{animation:blob-float 8s ease-in-out infinite;background:radial-gradient(circle,rgba(14,165,233,.08) 0,transparent 70%);border-radius:50%;bottom:-150px;filter:blur(80px);height:600px;position:absolute;right:-150px;width:600px}@keyframes blob-float{0%,to{transform:translate(0) scale(1)}50%{transform:translate(-30px,-30px) scale(1.1)}}.testimonials-header{margin:0 auto 5rem;max-width:48rem;position:relative;text-align:center;z-index:10}.testimonials-label{background:linear-gradient(135deg,rgba(224,242,254,.8),rgba(186,230,253,.8));border:2px solid rgba(14,165,233,.2);border-radius:9999px;box-shadow:0 4px 15px rgba(14,165,233,.1);color:#0ea5e9;display:inline-block;font-size:.875rem;font-weight:700;letter-spacing:.1em;margin-bottom:1.5rem;padding:.5rem 1.25rem;text-transform:uppercase;transition:all .3s ease}.testimonials-label:hover{box-shadow:0 6px 20px rgba(14,165,233,.2);transform:translateY(-2px)}.testimonials-title{background:linear-gradient(135deg,#0f172a,#1e293b);-webkit-background-clip:text;color:#0f172a;font-size:2.5rem;font-weight:900;letter-spacing:-.02em;line-height:1.2;margin-bottom:1.5rem;-webkit-text-fill-color:transparent;background-clip:text}@media (min-width:768px){.testimonials-title{font-size:3rem}}@media (min-width:1024px){.testimonials-title{font-size:3.5rem}}.testimonials-description{color:#64748b;font-size:1.125rem;font-weight:400;line-height:1.8}.testimonials-grid{position:relative;z-index:10}@media (min-width:768px){.testimonials-grid{gap:2.5rem;grid-template-columns:repeat(3,1fr)}}.testimonial-card{backdrop-filter:blur(20px);background:hsla(0,0%,100%,.95);border:2px solid rgba(14,165,233,.08);border-radius:1.5rem;box-shadow:0 20px 50px rgba(0,0,0,.08),inset 0 0 0 1px hsla(0,0%,100%,.5);overflow:hidden;padding:2.5rem;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.testimonial-card:before{background:linear-gradient(90deg,#0ea5e9,#06b6d4);content:"";height:4px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:left;transition:transform .4s ease}.testimonial-card:hover:before{transform:scaleX(1)}.testimonial-card:hover{border-color:rgba(14,165,233,.15);box-shadow:0 30px 70px rgba(0,0,0,.12),inset 0 0 0 1px hsla(0,0%,100%,.6),0 0 60px rgba(14,165,233,.15);transform:translateY(-8px)}.testimonial-quote-icon{color:rgba(14,165,233,.08);height:3.5rem;position:absolute;right:2rem;top:2rem;transition:all .3s ease;width:3.5rem}.testimonial-card:hover .testimonial-quote-icon{color:rgba(14,165,233,.15);transform:scale(1.1) rotate(-5deg)}.testimonial-stars{display:flex;gap:.375rem;margin-bottom:1.75rem}.testimonial-star{color:#fbbf24;fill:#fbbf24;filter:drop-shadow(0 2px 4px rgba(251,191,36,.3));height:1.375rem;transition:transform .2s ease;width:1.375rem}.testimonial-card:hover .testimonial-star{animation:star-bounce .6s ease}.testimonial-card:hover .testimonial-star:first-child{animation-delay:0s}.testimonial-card:hover .testimonial-star:nth-child(2){animation-delay:.1s}.testimonial-card:hover .testimonial-star:nth-child(3){animation-delay:.2s}.testimonial-card:hover .testimonial-star:nth-child(4){animation-delay:.3s}.testimonial-card:hover .testimonial-star:nth-child(5){animation-delay:.4s}@keyframes star-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.testimonial-text{color:#334155;font-size:1.0625rem;font-weight:400;line-height:1.75;margin-bottom:2rem;position:relative;z-index:1}.testimonial-author{align-items:center;border-top:1px solid rgba(14,165,233,.1);display:flex;gap:1rem;padding-top:1.5rem}.testimonial-author>div:first-child{align-items:center;border-radius:50%;box-shadow:0 8px 20px rgba(14,165,233,.25),0 0 0 3px rgba(14,165,233,.1);color:#fff;display:flex;flex-shrink:0;font-size:1.125rem;font-weight:700;justify-content:center;overflow:hidden;transition:all .3s ease;width:4.5rem}.activity-card-avatart{border-radius:50%;display:block;height:100%;object-fit:cover;width:100%}.testimonial-author>div:first-child:not(:has(img)){background:linear-gradient(135deg,#0ea5e9,#0284c7)}.testimonial-card:hover .testimonial-author>div:first-child{box-shadow:0 12px 28px rgba(14,165,233,.35),0 0 0 4px rgba(14,165,233,.15);transform:scale(1.1)}.testimonial-avatar{align-items:center;background:linear-gradient(135deg,#0ea5e9,#0284c7);border-radius:50%;box-shadow:0 8px 20px rgba(14,165,233,.25),0 0 0 3px rgba(14,165,233,.1);color:#fff;display:flex;flex-shrink:0;font-size:1.125rem;font-weight:700;height:3.5rem;justify-content:center;overflow:hidden;transition:all .3s ease;width:3.5rem}.testimonial-avatar img{border-radius:50%;height:100%;object-fit:cover;width:100%}.testimonial-card:hover .activity-card-avatart,.testimonial-card:hover .testimonial-avatar{box-shadow:0 12px 28px rgba(14,165,233,.35),0 0 0 4px rgba(14,165,233,.15);transform:scale(1.1)}.testimonial-author-name{color:#0f172a;font-size:1rem;font-weight:700;margin-bottom:.25rem}.testimonial-author-role{color:#64748b;font-size:.875rem;font-weight:500}@media (max-width:767px){.testimonials{padding:5rem 0}.testimonials-header{margin-bottom:3rem}.testimonials-title{font-size:2rem}.testimonials-description{font-size:1rem}.testimonial-card{padding:2rem 1.5rem}.testimonial-quote-icon{height:3rem;right:1.5rem;top:1.5rem;width:3rem}}.testimonial-card:focus-within{outline:3px solid rgba(14,165,233,.3);outline-offset:3px}.testimonials-grid{display:grid;gap:2rem;grid-template-columns:1fr}@media (min-width:768px) and (max-width:1023px){.testimonials-grid{gap:2rem;grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.testimonials-grid{gap:2.5rem;grid-template-columns:repeat(3,1fr)}}@media (min-width:768px) and (max-width:1023px){.testimonial-card{padding:2rem}.testimonials-title{font-size:2.5rem}}.notification-signup-mini-badge{align-items:center;display:inline-flex;gap:.4rem;list-style:none;margin-bottom:1.5rem}.notification-signup-mini-badge svg{height:18px;stroke:var(--primary);width:18px}.notification-signup-badge{background:rgba(224,242,254,.7)}.notification-signup-badge svg{height:1rem;stroke:var(--primary,#0891b2);width:1rem}.notification-signup-badge span{color:var(--foreground);font-size:.875rem;font-weight:500}.notification-signup{overflow:hidden;padding:6rem 0;position:relative}.notification-signup-bg{inset:0;position:absolute;z-index:1}.notification-signup-decor-1,.notification-signup-decor-2{animation:pulse-soft 4s ease-in-out infinite;border-radius:50%;filter:blur(40px);position:absolute;z-index:1}.notification-signup-decor-1{background:rgba(8,145,178,.2);height:8rem;left:3rem;top:5rem;width:8rem}.notification-signup-decor-2{animation-delay:.3s;background:rgba(8,145,178,.3);bottom:5rem;height:10rem;right:3rem;width:10rem}@keyframes pulse-soft{0%,to{opacity:1}50%{opacity:.6}}.notification-signup-card{backdrop-filter:blur(40px);background:hsla(0,0%,100%,.9);border-radius:1.5rem;box-shadow:var(--shadow-card);margin:0 auto;max-width:48rem;overflow:hidden;padding:2rem;position:relative;z-index:5}@media (min-width:768px){.notification-signup-card{padding:3rem}}.notification-signup-card-decor-1,.notification-signup-card-decor-2{background:rgba(8,145,178,.05);border-radius:50%;position:absolute;z-index:1}.notification-signup-card-decor-1{height:10rem;right:-4rem;top:-4rem;width:10rem}.notification-signup-card-decor-2{bottom:-3rem;height:8rem;left:-3rem;width:8rem}.notification-signup-content{position:relative;text-align:center;z-index:10}.notification-signup-icon .icon-box{align-items:center;background:linear-gradient(135deg,var(--primary),var(--primary-dark));border-radius:1rem;box-shadow:var(--shadow-glow);display:flex;height:4rem;justify-content:center;margin:0 auto 1.5rem;width:4rem}.notification-signup-icon svg{color:#fff;height:2rem;width:2rem}.notification-signup-badge{align-items:center;background:rgba(224,242,254,.8);border:1px solid rgba(8,145,178,.2);border-radius:9999px;color:var(--foreground);display:inline-flex;font-size:.875rem;font-weight:500;gap:.5rem;margin-bottom:1rem;padding:.5rem 1rem}.notification-signup-title{color:var(--foreground);font-size:2rem;font-weight:700;margin-bottom:1rem}@media (min-width:1024px){.notification-signup-title{font-size:2.5rem}}.notification-signup-desc{color:var(--muted-foreground);line-height:1.6;margin:0 auto 2rem;max-width:36rem}.notification-signup-form{margin:0 auto;max-width:28rem}.notification-signup-form-inner{display:flex;flex-direction:column;gap:.75rem}@media (min-width:640px){.notification-signup-form-inner{flex-direction:row}}.notification-signup-input-wrapper{flex:1;position:relative}.notification-signup-input-icon{color:var(--muted-foreground);height:1.25rem;left:1rem;position:absolute;top:50%;transform:translateY(-50%);width:1.25rem}.notification-signup-input{background:hsla(0,0%,100%,.5);border:1px solid var(--border);border-radius:.75rem;color:var(--foreground);font-size:1rem;height:3rem;padding-left:3rem;padding-right:1rem;transition:border-color .2s ease;width:100%}.notification-signup-input::placeholder{color:var(--muted-foreground)}.notification-signup-input:focus{border-color:var(--primary);outline:none}.notification-signup-trust{color:var(--muted-foreground);display:flex;flex-wrap:wrap;font-size:.875rem;gap:1.25rem;justify-content:center;margin-top:2rem}.notification-signup-trust-item{align-items:center;display:flex;gap:.5rem}.notification-signup-trust-item svg{color:var(--primary);height:1rem;width:1rem}.contact-column{margin-top:-152px}.cta{background:#f6fbff;padding:6rem 0 8rem}.cta,.cta-card{overflow:hidden;position:relative}.cta-card{border:1px solid hsla(0,0%,100%,.12);border-radius:32px;box-shadow:0 30px 90px rgba(15,23,42,.18);transform:translateZ(0);transition:all .45s ease}.cta-card:hover{box-shadow:0 40px 120px rgba(15,23,42,.22);transform:translateY(-8px)}.cta-card-bg{background:linear-gradient(135deg,#1991d2,#0b6ea8 40%,#074b78);inset:0;position:absolute}.cta-card-bg:after{background:radial-gradient(circle at 20% 20%,hsla(0,0%,100%,.22),transparent 60%),radial-gradient(circle at 80% 80%,hsla(0,0%,100%,.12),transparent 55%);content:"";inset:0;opacity:.9;position:absolute}.cta-card-pattern{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2MCIgaGVpZ2h0PSI2MCI+PGRlZnM+PHBhdHRlcm4gaWQ9ImEiIHdpZHRoPSI2MCIgaGVpZ2h0PSI2MCIgcGF0dGVyblVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSJyZ2JhKDI1NSwyNTUsMjU1LDAuMDUpIiBkPSJNNjAgMEgwdjYwIi8+PC9wYXR0ZXJuPjwvZGVmcz48cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2EpIi8+PC9zdmc+");inset:0;mix-blend-mode:overlay;opacity:.35;position:absolute}.cta-float-1,.cta-float-2{animation:floatPulse 6s ease-in-out infinite;background:hsla(0,0%,100%,.22);border-radius:50%;filter:blur(35px);opacity:.9;position:absolute}.cta-float-1{height:110px;left:2.5rem;top:2.5rem;width:110px}.cta-float-2{animation-delay:.6s;bottom:2.5rem;height:170px;right:2.5rem;width:170px}@keyframes floatPulse{0%{opacity:.75;transform:translateY(0) scale(1)}50%{opacity:1;transform:translateY(-14px) scale(1.08)}to{opacity:.75;transform:translateY(0) scale(1)}}.cta-content{padding:4rem 2rem;position:relative;text-align:center;z-index:10}@media (min-width:768px){.cta-content{padding:6rem 4rem}}.cta-badge{align-items:center;backdrop-filter:blur(10px);background:hsla(0,0%,100%,.12);border:1px solid hsla(0,0%,100%,.25);border-radius:9999px;box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.08);display:inline-flex;gap:.55rem;margin-bottom:2.2rem;padding:.65rem 1.2rem;transition:all .35s ease}.cta-badge:hover{background:hsla(0,0%,100%,.16);border-color:hsla(0,0%,100%,.35);transform:translateY(-2px)}.cta-badge svg{color:#fff;height:16px;width:16px}.cta-badge span{color:#fff;font-size:.9rem;font-weight:700;letter-spacing:.2px}.cta-title{color:#fff;font-size:1.9rem;font-weight:900;letter-spacing:-.4px;line-height:1.18;margin-bottom:1.4rem;margin-left:auto;margin-right:auto;max-width:52rem}@media (min-width:768px){.cta-title{font-size:2.4rem}}@media (min-width:1024px){.cta-title{font-size:2.9rem}}.cta-description{color:hsla(0,0%,100%,.82);font-size:1.125rem;font-weight:500;line-height:1.8;margin:0 auto 2.8rem;max-width:44rem}@media (min-width:768px){.cta-description{font-size:1.2rem}}.cta-buttons{display:flex;flex-direction:column;gap:1rem;justify-content:center}@media (min-width:640px){.cta-buttons{flex-direction:row}}.cta-btn-primary{align-items:center;background:#fff;border-radius:999px;box-shadow:0 18px 45px rgba(0,0,0,.25);color:#0b6ea8;display:inline-flex;font-size:1rem;font-weight:800;gap:.55rem;justify-content:center;overflow:hidden;padding:1rem 2.2rem;position:relative;transition:all .35s ease}.cta-btn-primary:before{background:linear-gradient(120deg,transparent,hsla(0,0%,100%,.55),transparent);content:"";height:100%;left:-120%;position:absolute;top:0;transition:all .6s ease;width:100%}.cta-btn-primary:hover:before{left:120%}.cta-btn-primary:hover{box-shadow:0 25px 65px rgba(0,0,0,.35);transform:translateY(-4px)}.cta-btn-primary svg{height:1.25rem;transition:transform .35s ease;width:1.25rem}.cta-btn-primary:hover svg{transform:translateX(6px)}.cta-btn-outline{align-items:center;backdrop-filter:blur(10px);background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.35);border-radius:999px;color:#fff;display:inline-flex;font-size:1rem;font-weight:800;justify-content:center;padding:1rem 2.2rem;transition:all .35s ease}.cta-btn-outline:hover{background:hsla(0,0%,100%,.14);border-color:hsla(0,0%,100%,.55);box-shadow:0 20px 60px rgba(0,0,0,.25);transform:translateY(-4px)}@media (max-width:576px){.cta-title{font-size:1.7rem}.cta-description{font-size:1rem}.cta-btn-outline,.cta-btn-primary{width:100%}}.footer{background:var(--foreground);color:#fff}.footer-main{padding:4rem 0 5rem}.footer-grid{display:grid;gap:2rem;grid-template-columns:repeat(2,1fr)}@media (min-width:768px){.footer-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.footer-grid{gap:2.5rem;grid-template-columns:1.5fr repeat(5,1fr)}}.footer-copyright{color:hsla(0,0%,100%,.5);font-size:.875rem}.footer-logo{height:40px;margin-bottom:1.5rem;width:auto}.footer-tagline{color:hsla(0,0%,100%,.7);line-height:1.6;margin-bottom:1.5rem;max-width:20rem}.footer-social{display:flex;gap:1rem}.footer-social-link{align-items:center;background:hsla(0,0%,100%,.1);border-radius:.5rem;display:flex;height:40px;justify-content:center;transition:background var(--transition-fast);width:40px}.footer-social-link:hover{background:hsla(0,0%,100%,.2)}.footer-social-link svg{height:1.25rem;width:1.25rem}.footer-column h4{font-weight:600;margin-bottom:1.5rem}.footer-column-title{font-size:.875rem;font-weight:700;letter-spacing:.05em;margin-bottom:1.5rem;text-transform:uppercase}.footer-links{display:flex;flex-direction:column;gap:.75rem}.footer-links a{color:hsla(0,0%,100%,.7)}.footer-link,.footer-links a{transition:color var(--transition-fast)}.footer-link{color:var(--muted-foreground);font-size:.875rem}.footer-links a:hover{color:#fff}.footer-contact-item{align-items:center;color:hsla(0,0%,100%,.7);display:flex;gap:.75rem;margin-bottom:1rem}.footer-contact-item svg{flex-shrink:0;height:1.125rem;width:1.125rem}.footer-bottom{border-top:1px solid hsla(0,0%,100%,.1);padding:1.5rem 0}.footer-bottom-inner{align-items:center;display:flex;flex-direction:column;gap:1rem}@media (min-width:768px){.footer-bottom-inner{flex-direction:row;justify-content:space-between}}.footer-legal-links{display:flex;gap:1.5rem}.footer-legal-links a{color:hsla(0,0%,100%,.5);font-size:.875rem;transition:color var(--transition-fast)}.footer-legal-links a:hover{color:#fff}.activity-card-avatart{max-width:120px}.hs-language-switcher-label{display:none!important}.hs-language-switcher{align-items:center;display:flex;gap:6px}.language-switcher{position:relative;z-index:99999}.lang-dropdown{display:none;position:absolute;z-index:99999}.lang-dropdown.open{display:block}.lang-dropdown li{cursor:pointer;padding:10px 14px}.lang-dropdown li:hover{background:#f5f7fa}.header,.header-actions,.header-inner,.nav-desktop{overflow:visible!important}