@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);display:block;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}}.mobile-menu-toggle{align-items:center;border-radius:.5rem;color:var(--foreground);display:flex;height:40px;justify-content:center;transition:background var(--transition-fast);width:40px}.mobile-menu-toggle:hover{background:var(--muted)}@media (min-width:1024px){.mobile-menu-toggle{display:none}}.mobile-menu{display:none;margin-top:1rem;padding-bottom:1rem}.mobile-menu.open{display:block}.mobile-menu-content{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-2xl);box-shadow:var(--shadow-card);padding:1rem}.mobile-nav-link{border-radius:var(--radius-xl);display:block;font-weight:500;padding:.75rem 1rem;transition:background var(--transition-fast)}.mobile-nav-link:hover{background:var(--muted)}.mobile-submenu{border-left:2px solid var(--border);margin-left:1rem;margin-top:.5rem;padding-left:1rem}.mobile-submenu-category{color:var(--muted-foreground);font-size:.75rem;font-weight:600;letter-spacing:.05em;padding:.5rem 0;text-transform:uppercase}.mobile-submenu a{color:var(--foreground);display:block;font-size:.875rem;opacity:.7;padding:.5rem 0}.mobile-menu-actions{border-top:1px solid var(--border);display:flex;flex-direction:column;gap:.75rem;margin-top:1rem;padding-top:1rem}.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:0 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:#1e73be;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:64rem}.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)}.logo-cloud{background:rgba(var(--secondary),.2);border-bottom:0 solid var(--border);border-top:0 solid var(--border);padding:4rem 0}.logo-cloud-title{color:var(--muted-foreground);font-size:.875rem;font-weight:500;letter-spacing:.05em;margin-bottom:2.5rem;text-align:center;text-transform:uppercase}.logo-cloud-grid{align-items:center;display:flex;flex-wrap:wrap;gap:2rem 3rem;justify-content:center}.logo-cloud-item{color:var(--muted-foreground);font-size:1.125rem;font-weight:600;transition:all var(--transition-base)}.logo-cloud-item:hover{color:var(--foreground);opacity:1}.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{overflow:hidden;padding:5rem 0 7rem;position:relative}.ceo-message-bg{background:linear-gradient(to bottom,var(--background),rgba(var(--secondary),.2),var(--background));inset:0;position:absolute;z-index:0}.ceo-message-blob{background:rgba(var(--primary),.05);border-radius:50%;filter:blur(60px);height:500px;position:absolute;right:0;top:0;width:500px;z-index:0}.ceo-message-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-card);margin:0 auto;max-width:56rem;padding:2rem;position:relative;z-index:2}@media (min-width:768px){.ceo-message-card{padding:3rem}}@media (min-width:1024px){.ceo-message-card{padding:4rem}}.ceo-message-quote-icon{left:2rem;position:absolute;top:-1.5rem;z-index:5}@media (min-width:768px){.ceo-message-quote-icon{left:3rem}}.ceo-message-quote-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:3rem;justify-content:center;width:3rem}.ceo-message-quote-icon svg{color:#fff;height:1.5rem;width:1.5rem}.ceo-message-content{align-items:center;display:flex;flex-direction:column;gap:2rem;z-index:3}@media (min-width:1024px){.ceo-message-content{flex-direction:row;gap:3rem}}.ceo-photo-wrapper{flex-shrink:0;position:relative}.ceo-photo-glow{background:linear-gradient(to bottom right,rgba(var(--primary),.3),rgba(var(--primary-light),.3));border-radius:50%;filter:blur(15px);inset:-.5rem;position:absolute}.ceo-photo{border:4px solid var(--background);border-radius:50%;box-shadow:var(--shadow-hover);height:8rem;overflow:hidden;position:relative;width:8rem}@media (min-width:768px){.ceo-photo{height:10rem;width:10rem}}.ceo-photo-placeholder{align-items:center;background:linear-gradient(to bottom right,rgba(var(--primary),.2),var(--secondary),var(--accent));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:var(--foreground);font-size:1.125rem;font-weight:500;line-height:1.7;margin-bottom:1.5rem}@media (min-width:768px){.ceo-quote{font-size:1.25rem}}@media (min-width:1024px){.ceo-quote{font-size:1.5rem}}.ceo-name{color:var(--foreground);font-size:1.25rem;font-weight:700}.ceo-title{color:var(--muted-foreground);font-weight:500}.ceo-message-decor{bottom:1rem;opacity:.1;position:absolute;right:1rem;z-index:1}@media (min-width:768px){.ceo-message-decor{bottom:2rem;right:2rem}}.ceo-message-decor svg{color:var(--primary);height:6rem;transform:rotate(180deg);width:6rem}.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{overflow:hidden;padding:6rem 0 8rem;position:relative}.testimonials-blob{background:rgba(var(--primary),.05);border-radius:50%;bottom:0;filter:blur(60px);height:500px;position:absolute;right:0;width:500px}.testimonials-header{margin:0 auto 4rem;max-width:48rem;position:relative;text-align:center;z-index:10}.testimonials-label{color:var(--primary);font-size:.875rem;font-weight:600;letter-spacing:.05em;margin-bottom:1rem;text-transform:uppercase}.testimonials-title{color:var(--foreground);font-size:2rem;font-weight:700;margin-bottom:1.5rem}@media (min-width:768px){.testimonials-title{font-size:2.5rem}}@media (min-width:1024px){.testimonials-title{font-size:3rem}}.testimonials-description{color:var(--muted-foreground);font-size:1.125rem;line-height:1.7}.testimonials-grid{display:grid;gap:1.5rem;grid-template-columns:1fr;position:relative;z-index:10}@media (min-width:768px){.testimonials-grid{gap:2rem;grid-template-columns:repeat(3,1fr)}}.testimonial-card{background:var(--card);border:1px solid rgba(var(--border),.5);border-radius:var(--radius-2xl);box-shadow:var(--shadow-card);padding:2rem;position:relative;transition:all var(--transition-base)}.testimonial-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-4px)}.testimonial-quote-icon{color:rgba(var(--primary),.1);height:2.5rem;position:absolute;right:1.5rem;top:1.5rem;width:2.5rem}.testimonial-stars{display:flex;gap:.25rem;margin-bottom:1.5rem}.testimonial-star{color:#fbbf24;fill:#fbbf24;height:1.25rem;width:1.25rem}.testimonial-text{color:var(--foreground);font-size:1.125rem;line-height:1.6;margin-bottom:1.5rem}.testimonial-author{align-items:center;display:flex;gap:1rem}.testimonial-avatar{align-items:center;background:linear-gradient(135deg,var(--primary) 0,var(--primary-dark) 100%);border-radius:50%;color:#fff;display:flex;font-weight:700;height:3rem;justify-content:center;width:3rem}.testimonial-author-name{color:var(--foreground);font-weight:600}.testimonial-author-role{color:var(--muted-foreground);font-size:.875rem}.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{background:linear-gradient(135deg,var(--background) 0,var(--accent) 50%,var(--background) 100%);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}.cta{padding:6rem 0 8rem}.cta,.cta-card{overflow:hidden;position:relative}.cta-card{border-radius:1.5rem}.cta-card-bg{background:linear-gradient(135deg,var(--primary) 0,var(--primary-dark) 100%);inset:0;position:absolute}.cta-card-pattern{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2MCIgaGVpZ2h0PSI2MCI+PGRlZnM+PHBhdHRlcm4gaWQ9ImEiIHdpZHRoPSI2MCIgaGVpZ2h0PSI2MCIgcGF0dGVyblVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSJyZ2JhKDI1NSwyNTUsMjU1LDAuMDUpIiBkPSJNNjAgMEgwdjYwIi8+PC9wYXR0ZXJuPjwvZGVmcz48cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2EpIi8+PC9zdmc+");inset:0;opacity:.5;position:absolute}.cta-float-1{animation:pulse-soft 3s ease-in-out infinite;height:5rem;left:2.5rem;top:2.5rem;width:5rem}.cta-float-1,.cta-float-2{background:hsla(0,0%,100%,.2);border-radius:50%;filter:blur(20px);position:absolute}.cta-float-2{animation:pulse-soft 3s ease-in-out .3s infinite;bottom:2.5rem;height:8rem;right:2.5rem;width:8rem}.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;background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.2);border-radius:9999px;display:inline-flex;gap:.5rem;margin-bottom:2rem;padding:.5rem 1rem}.cta-badge svg{color:#fff;height:1rem;width:1rem}.cta-badge span{color:#fff;font-size:.875rem;font-weight:500}.cta-title{color:#fff;font-size:2rem;font-weight:700;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;max-width:48rem}@media (min-width:768px){.cta-title{font-size:2.5rem}}@media (min-width:1024px){.cta-title{font-size:3rem}}.cta-description{color:hsla(0,0%,100%,.8);font-size:1.125rem;line-height:1.7;margin:0 auto 2.5rem;max-width:42rem}@media (min-width:768px){.cta-description{font-size:1.25rem}}.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:var(--radius);box-shadow:0 10px 30px rgba(0,0,0,.2);color:var(--primary);display:inline-flex;font-size:1rem;font-weight:600;gap:.5rem;justify-content:center;padding:1rem 2rem;transition:all var(--transition-base)}.cta-btn-primary:hover{box-shadow:0 20px 40px rgba(0,0,0,.3);transform:translateY(-2px)}.cta-btn-primary svg{height:1.25rem;transition:transform var(--transition-fast);width:1.25rem}.cta-btn-primary:hover svg{transform:translateX(4px)}.cta-btn-outline{align-items:center;background:transparent;border:2px solid hsla(0,0%,100%,.3);border-radius:var(--radius);color:#fff;display:inline-flex;font-size:1rem;font-weight:600;justify-content:center;padding:1rem 2rem;transition:all var(--transition-base)}.cta-btn-outline:hover{background:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.5)}.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{filter:brightness(0) invert(1);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}