.navbar-root{position:fixed;top:0;width:100%;z-index:50;transition:all .3s cubic-bezier(.4,0,.2,1)}.navbar-scrolled{background-color:#fffffff2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid hsl(var(--border));box-shadow:0 1px 2px #0000000d;padding-top:.5rem;padding-bottom:.5rem}.navbar-transparent{background-color:transparent;padding-top:.5rem;padding-bottom:.5rem}.navbar-container{max-width:80rem;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media(min-width:640px){.navbar-container{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:1024px){.navbar-container{padding-left:2rem;padding-right:2rem}}.navbar-inner{display:flex;justify-content:space-between;align-items:center}.navbar-brand-wrapper{flex-shrink:0;display:flex;align-items:center;height:100%}.navbar-brand-link{display:flex;align-items:center;text-decoration:none}.navbar-brand-link:hover .navbar-brand-logo{transform:scale(1.05)}.navbar-brand-logo{height:2.5rem;overflow:visible;display:flex;align-items:center;justify-content:center;transition:transform .15s ease}@media(min-width:640px){.navbar-brand-logo{height:3rem}}.navbar-brand-inner{display:flex;align-items:center;height:2.5rem}@media(min-width:640px){.navbar-brand-inner{height:90px}}.navbar-brand-img{height:100%;width:auto;object-fit:contain}.navbar-desktop-menu{display:none;align-items:center}.navbar-desktop-menu>*+*{margin-left:2rem}@media(min-width:768px){.navbar-desktop-menu{display:flex}}.navbar-link{font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;transition:color .15s ease;text-decoration:none}.navbar-link:hover{color:hsl(var(--accent))}.navbar-link-scrolled{color:hsl(var(--muted-foreground))}.navbar-link-transparent{color:#475569}.navbar-mobile-btn-wrapper{display:flex;align-items:center}@media(min-width:768px){.navbar-mobile-btn-wrapper{display:none}}.navbar-mobile-btn{color:hsl(var(--muted-foreground));padding:.5rem;transition:color .15s ease;background:transparent;border:none;cursor:pointer}.navbar-mobile-btn:hover{color:hsl(var(--accent))}.navbar-mobile-btn svg{height:1.25rem;width:1.25rem}.navbar-mobile-menu{position:absolute;top:100%;left:0;width:100%;background-color:#fff;border-bottom:1px solid hsl(var(--border));box-shadow:0 25px 50px -12px #00000040;transition:all .3s ease;transform-origin:top;overflow:hidden}@media(min-width:768px){.navbar-mobile-menu{display:none}}.navbar-mobile-menu-open{max-height:600px;opacity:1}.navbar-mobile-menu-closed{max-height:0;opacity:0}.navbar-mobile-menu-inner{padding:1rem 1.5rem 2.5rem}.navbar-mobile-menu-inner>*+*{margin-top:.5rem}.navbar-mobile-link{display:block;padding:1rem .75rem;font-size:.875rem;font-weight:700;color:#475569;text-decoration:none;border-radius:.75rem;transition:all .15s ease}.navbar-mobile-link:hover{color:hsl(var(--accent));background-color:#f8fafc}.navbar-mobile-action{padding-top:1.5rem}.navbar-action-btn{background-color:hsl(var(--primary));color:hsl(var(--primary-foreground));box-shadow:0 20px 25px -5px hsl(var(--primary) / .2),0 8px 10px -6px hsl(var(--primary) / .2);height:2.5rem;padding-left:1.5rem;padding-right:1.5rem;font-size:.75rem;font-weight:700;border-radius:.75rem;transition:all .15s ease;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;cursor:pointer;border:none}.navbar-action-btn:hover{background-color:hsl(var(--primary) / .9)}.navbar-action-btn:active{transform:scale(.95)}.navbar-mobile-action-btn{width:100%;height:3.5rem;justify-content:space-between;font-weight:700;border-radius:1rem;font-size:.875rem;box-shadow:0 20px 25px -5px hsl(var(--primary) / .2),0 8px 10px -6px hsl(var(--primary) / .2)}.navbar-mobile-action-btn svg{height:1rem;width:1rem}.footer-root{background-color:#020617;color:#cbd5e1;border-top:1px solid rgba(255,255,255,.05)}.footer-container{max-width:80rem;margin-left:auto;margin-right:auto;padding:5rem 1rem}@media(min-width:640px){.footer-container{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:1024px){.footer-container{padding:7rem 2rem}}.footer-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4rem;margin-bottom:6rem}@media(min-width:768px){.footer-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(min-width:1024px){.footer-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}.footer-brand-col{grid-column:span 2 / span 2;display:flex;flex-direction:column;gap:2.5rem}.footer-brand-link{display:flex;align-items:center;width:fit-content;text-decoration:none}.footer-brand-link:hover .footer-brand-logo{transform:scale(1.05)}.footer-brand-logo{height:2.5rem;overflow:hidden;display:flex;align-items:center;justify-content:center;transition:transform .15s ease}@media(min-width:640px){.footer-brand-logo{height:3rem}}.footer-brand-inner{display:flex;align-items:center;height:75px;background:#fff}@media(min-width:640px){.footer-brand-inner{height:90px}}.footer-brand-img{height:100%;width:auto;object-fit:contain}.footer-desc{color:#94a3b8;font-size:1rem;line-height:1.625;max-width:24rem;font-weight:300;margin:0}.footer-socials{display:flex;gap:1.25rem}.footer-social-link{display:inline-flex;padding:.75rem;background-color:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:.75rem;transition:all .15s ease}.footer-social-link:hover{background-color:hsl(var(--accent));border-color:hsl(var(--accent))}.footer-social-icon{height:1.25rem;width:1.25rem;color:#94a3b8;transition:color .15s ease}.footer-social-link:hover .footer-social-icon{color:hsl(var(--primary))}.footer-category-col{grid-column:span 1 / span 1}.footer-category-title{color:#fff;font-weight:700;text-transform:uppercase;letter-spacing:.2em;font-size:10px;margin-top:0;margin-bottom:2.5rem}.footer-link-list{display:flex;flex-direction:column;gap:1.25rem;padding:0;margin:0;list-style:none}.footer-link{color:#94a3b8;font-size:.875rem;font-weight:500;display:flex;align-items:center;transition:color .15s ease;text-decoration:none}.footer-link:hover{color:hsl(var(--accent))}.footer-link-icon{height:.75rem;width:.75rem;margin-left:.5rem;opacity:0;transform:translate(-.5rem);transition:all .15s ease}.footer-link:hover .footer-link-icon{opacity:1;transform:translate(0)}.footer-bottom{padding-top:3rem;border-top:1px solid rgba(255,255,255,.05);display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:2rem}@media(min-width:768px){.footer-bottom{flex-direction:row}}.footer-copyright{color:#64748b;font-size:.75rem;font-weight:500;letter-spacing:.025em;margin:0}.footer-legal{display:flex;gap:2.5rem}.footer-legal-link{font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.1em;color:#64748b;text-decoration:none;transition:color .15s ease}.footer-legal-link:hover{color:#fff}.toast-viewport{position:fixed;top:0;z-index:100;display:flex;max-height:100vh;width:100%;flex-direction:column-reverse;padding:1rem}@media(min-width:640px){.toast-viewport{bottom:0;right:0;top:auto;flex-direction:column;max-width:420px}}.toast-base{pointer-events:auto;position:relative;display:flex;width:100%;align-items:center;justify-content:space-between;gap:1rem;overflow:hidden;border-radius:calc(var(--radius) - 2px);border:1px solid hsl(var(--border));padding:1.5rem 2rem 1.5rem 1.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;transition:all .15s ease}.toast-default{background-color:hsl(var(--background));color:hsl(var(--foreground))}.toast-destructive{border-color:#f50;background-color:#f50;color:#fff}.toast-action{display:inline-flex;height:2rem;flex-shrink:0;align-items:center;justify-content:center;border-radius:calc(var(--radius) - 2px);border:1px solid hsl(var(--border));background-color:transparent;padding-left:.75rem;padding-right:.75rem;font-size:.875rem;font-weight:500;transition:color .15s ease,background-color .15s ease;cursor:pointer}.toast-action:hover{background-color:hsl(var(--secondary))}.toast-action:focus{outline:none;box-shadow:0 0 0 2px hsl(var(--ring))}.toast-action:disabled{pointer-events:none;opacity:.5}.toast-close{position:absolute;right:.5rem;top:.5rem;border-radius:calc(var(--radius) - 2px);padding:.25rem;color:hsl(var(--foreground) / .5);opacity:0;transition:opacity .15s ease;background:transparent;border:none;cursor:pointer}.toast-close:hover{color:hsl(var(--foreground))}.toast-close:focus{opacity:1;outline:none;box-shadow:0 0 0 2px hsl(var(--ring))}.toast-base:hover .toast-close{opacity:1}.toast-close svg{height:1rem;width:1rem}.toast-title{font-size:.875rem;font-weight:600}.toast-description{font-size:.875rem;opacity:.9}.toast-grid{display:grid;gap:.25rem}.root-layout{font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.root-layout *::selection{background-color:hsl(var(--primary) / .2);color:hsl(var(--primary))}.main-content{min-height:100vh;padding-top:4rem}.home-page{display:flex;flex-direction:column;width:100%}.hero-section{position:relative;padding-top:5rem;padding-bottom:6rem;overflow:hidden;background-color:#fff}@media(min-width:1024px){.hero-section{padding-top:8rem;padding-bottom:10rem}}.hero-bg-pattern{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.05;background-size:cover;background-position:center}.hero-glow-wrapper{position:absolute;top:0;left:50%;transform:translate(-50%);width:100%;max-width:80rem;height:100%;pointer-events:none}.hero-glow-primary{position:absolute;top:2.5rem;left:2.5rem;width:24rem;height:24rem;background-color:hsl(var(--primary) / .05);border-radius:9999px;filter:blur(120px)}.hero-glow-accent{position:absolute;bottom:2.5rem;right:2.5rem;width:24rem;height:24rem;background-color:hsl(var(--accent) / .05);border-radius:9999px;filter:blur(120px)}.hero-container{max-width:80rem;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem;position:relative;z-index:10}@media(min-width:640px){.hero-container{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:1024px){.hero-container{padding-left:2rem;padding-right:2rem}}.hero-grid{text-align:center;display:grid;gap:4rem;align-items:center}@media(min-width:1024px){.hero-grid{text-align:left;grid-template-columns:repeat(2,minmax(0,1fr))}}.hero-content{display:flex;flex-direction:column;gap:2rem}.hero-badge{display:inline-flex;align-items:center;padding:.375rem 1.25rem;border-radius:9999px;background-color:transparent;border:1px solid #e2e8f0;color:#1e293b;font-size:.875rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;margin-bottom:2rem;background-color:#fff;width:max-content}.hero-title{font-size:3rem;font-weight:700;line-height:1.1;color:hsl(var(--primary));letter-spacing:-.025em;margin:0}@media(min-width:1024px){.hero-title{font-size:4.5rem}}.hero-title em{font-style:italic}.hero-desc{font-size:1.25rem;color:#475569;max-width:42rem;margin-left:auto;margin-right:auto;line-height:1.625}@media(min-width:1024px){.hero-desc{margin-left:0}}.hero-actions{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding-top:1rem}@media(min-width:640px){.hero-actions{flex-direction:row}}@media(min-width:1024px){.hero-actions{justify-content:flex-start}}.hero-btn-primary{height:4rem;padding-left:2.5rem;padding-right:2.5rem;font-size:1.125rem;font-weight:700;background-color:hsl(var(--primary));color:hsl(var(--primary-foreground));box-shadow:0 25px 50px -12px hsl(var(--primary) / .4);border:none;border-radius:calc(var(--radius) - 2px);display:inline-flex;align-items:center;justify-content:center;text-decoration:none;cursor:pointer;transition:background-color .15s ease}.hero-btn-primary:hover{background-color:hsl(var(--primary) / .9)}.hero-btn-outline{height:4rem;padding-left:2.5rem;padding-right:2.5rem;font-size:1.125rem;font-weight:700;border:1px solid hsl(var(--primary));color:hsl(var(--primary));background-color:transparent;border-radius:calc(var(--radius) - 2px);display:inline-flex;align-items:center;justify-content:center;text-decoration:none;cursor:pointer;transition:background-color .15s ease}.hero-btn-outline:hover{background-color:#f8fafc}.hero-image-wrapper{position:relative;display:none}@media(min-width:1024px){.hero-image-wrapper{display:block}}.hero-image-frame{position:relative;z-index:10;background-color:#fff;padding:.5rem;border-radius:2.5rem;box-shadow:0 25px 50px -12px #00000040;border:1px solid #f1f5f9;overflow:hidden}.hero-image-frame img{border-radius:2rem;width:100%;display:block}.hero-image-glow-top{position:absolute;top:-3rem;right:-3rem;width:12rem;height:12rem;background-color:hsl(var(--primary) / .1);border-radius:9999px;filter:blur(48px);z-index:-1}.hero-image-glow-bottom{position:absolute;bottom:-3rem;left:-3rem;width:12rem;height:12rem;background-color:hsl(var(--accent) / .1);border-radius:9999px;filter:blur(48px);z-index:-1}.capabilities-section{padding-top:8rem;padding-bottom:8rem;background-color:#f8fafc}.section-container{max-width:80rem;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media(min-width:640px){.section-container{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:1024px){.section-container{padding-left:2rem;padding-right:2rem}}.section-header{text-align:center;margin-bottom:5rem;display:flex;flex-direction:column;gap:1rem}.section-title{font-size:2.25rem;font-weight:700;color:#0f172a;margin:0}@media(min-width:1024px){.section-title{font-size:3rem}}.capabilities-grid{display:grid;gap:2rem}@media(min-width:768px){.capabilities-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.capabilities-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.capability-card{padding:2rem;border-radius:1.5rem;background-color:#fff;border:1px solid hsl(var(--border));transition:all .3s ease}.capability-card:hover{box-shadow:0 25px 50px -12px #00000026;border-color:hsl(var(--primary) / .2)}.capability-icon{width:3.5rem;height:3.5rem;background-color:#f8fafc;box-shadow:0 1px 2px #0000000d;color:hsl(var(--primary));border-radius:1rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;transition:all .15s ease}.capability-card:hover .capability-icon{background-color:hsl(var(--primary));color:#fff}.capability-icon svg{height:1.75rem;width:1.75rem}.capability-title{font-size:1.25rem;font-weight:700;color:#0f172a;margin-bottom:.75rem;margin-top:0}.capability-desc{color:#64748b;font-size:.875rem;line-height:1.625;margin:0}.about-section{padding-top:8rem;padding-bottom:8rem;background-color:#fff;border-top:1px solid hsl(var(--border));border-bottom:1px solid hsl(var(--border))}.about-grid{display:flex;flex-direction:column;gap:5rem;align-items:center}@media(min-width:1024px){.about-grid{flex-direction:row}}.about-content{display:flex;flex-direction:column;gap:2rem}@media(min-width:1024px){.about-content{width:50%}}.about-label{display:inline-flex;align-items:center;gap:.5rem;color:hsl(var(--primary));font-weight:700;letter-spacing:.1em;text-transform:uppercase;font-size:.75rem}.about-label svg{height:1rem;width:1rem}.about-title{font-size:2.25rem;font-weight:700;color:#0f172a;line-height:1.2;margin:0}@media(min-width:1024px){.about-title{font-size:3rem}}.about-title em{font-style:italic;color:hsl(var(--primary))}.about-text{display:flex;flex-direction:column;gap:1.5rem;font-size:1.125rem;color:#475569;line-height:1.625}.about-text p{margin:0}.about-btn{height:3.5rem;padding-left:2rem;padding-right:2rem;border:1px solid hsl(var(--primary));color:hsl(var(--primary));background-color:transparent;font-weight:700;border-radius:calc(var(--radius) - 2px);display:inline-flex;align-items:center;justify-content:center;text-decoration:none;cursor:pointer;transition:all .15s ease;align-self:flex-start}.about-btn:hover{background-color:hsl(var(--primary));color:#fff}.about-image-wrapper{position:relative}@media(min-width:1024px){.about-image-wrapper{width:50%}}.about-image-frame{aspect-ratio:1 / 1;border-radius:3rem;overflow:hidden;box-shadow:0 25px 50px -12px #00000040;position:relative}.about-image-frame img{object-fit:cover;width:100%;height:100%;display:block}.about-image-gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(15,23,42,.6),transparent,transparent)}.about-image-quote{position:absolute;bottom:2.5rem;left:2.5rem;right:2.5rem;color:#fff}.about-image-quote p{font-size:1.5rem;font-weight:700;font-style:italic;line-height:1.2;margin:0}.products-section{padding-top:8rem;padding-bottom:8rem;background-color:#f8fafc}.products-grid{display:grid;gap:3rem;max-width:64rem;margin-left:auto;margin-right:auto}@media(min-width:768px){.products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.product-card-primary{background-color:hsl(var(--primary));padding:2.5rem;border-radius:3rem;box-shadow:0 25px 50px -12px #00000040;transition:transform .5s ease;position:relative;overflow:hidden;color:#fff}@media(min-width:1024px){.product-card-primary{padding:3rem}}.product-card-primary:hover{transform:translateY(-.5rem)}.product-card-corner{position:absolute;top:0;right:0;width:8rem;height:8rem;background-color:#ffffff1a;border-bottom-left-radius:9999px}.product-badge{display:inline-block;padding:.25rem .75rem;border-radius:9999px;background-color:#ffffff1a;color:#fff;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.5rem}.product-icon-box{width:4rem;height:4rem;background-color:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;border-radius:1rem;display:flex;align-items:center;justify-content:center;margin-bottom:2rem}.product-icon-box svg{height:2rem;width:2rem}.product-title{font-size:1.875rem;font-weight:700;color:#fff;margin-bottom:.5rem;margin-top:0}.product-subtitle{color:hsl(var(--accent));font-weight:600;margin-bottom:1.5rem;margin-top:0}.product-desc{color:hsl(var(--primary-foreground) / .8);line-height:1.625;margin-bottom:2.5rem;font-size:1.125rem;margin-top:0}.product-btn{width:100%;height:3.5rem;background-color:#fff;color:hsl(var(--primary));font-weight:700;display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:calc(var(--radius) - 2px);text-decoration:none;cursor:pointer;transition:background-color .15s ease}.product-btn:hover{background-color:#f8fafc}.product-btn svg{margin-left:.5rem;height:1.25rem;width:1.25rem}.product-card-future{background-color:#fff;padding:2.5rem;border-radius:3rem;border:1px dashed #cbd5e1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:1.5rem}@media(min-width:1024px){.product-card-future{padding:3rem}}.product-future-icon{width:5rem;height:5rem;background-color:#f8fafc;box-shadow:inset 0 2px 4px #0000000d;border-radius:1.5rem;display:flex;align-items:center;justify-content:center;color:#cbd5e1}.product-future-icon svg{height:2.5rem;width:2.5rem}.product-future-content{display:flex;flex-direction:column;gap:1rem}.product-future-title{font-size:1.5rem;font-weight:700;color:#94a3b8;margin:0}.product-future-desc{color:#94a3b8;font-size:1rem;line-height:1.625;max-width:20rem;margin-left:auto;margin-right:auto}.vision-section{padding-top:8rem;padding-bottom:8rem;background-color:hsl(var(--primary));color:#fff;overflow:hidden;position:relative}.vision-glow{position:absolute;top:0;right:0;transform:translateY(-50%) translate(50%);width:600px;height:600px;background-color:#ffffff0d;border-radius:9999px;filter:blur(150px)}.vision-container{max-width:80rem;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem;position:relative;z-index:10;text-align:center}@media(min-width:640px){.vision-container{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:1024px){.vision-container{padding-left:2rem;padding-right:2rem}}.vision-icon-box{width:5rem;height:5rem;background-color:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:1.5rem;display:flex;align-items:center;justify-content:center;margin-bottom:2.5rem;margin-left:auto;margin-right:auto}.vision-icon-box svg{height:2.5rem;width:2.5rem;color:hsl(var(--accent))}.vision-title{font-size:2.25rem;font-weight:700;margin-bottom:2rem;font-style:italic;letter-spacing:-.025em;margin-top:0}@media(min-width:1024px){.vision-title{font-size:3.75rem}}.vision-desc{font-size:1.5rem;color:hsl(var(--primary-foreground) / .8);max-width:56rem;margin-left:auto;margin-right:auto;line-height:1.625;font-weight:300}.vision-desc strong{color:#fff;font-weight:600}.vision-words{margin-top:4rem;display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;opacity:.4}.vision-word{font-size:1.25rem;font-weight:700;text-transform:uppercase;letter-spacing:.3em}.cta-section{padding-top:6rem;padding-bottom:6rem;background-color:#fff;position:relative;overflow:hidden}.cta-container{max-width:80rem;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem;position:relative;z-index:10}@media(min-width:640px){.cta-container{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:1024px){.cta-container{padding-left:2rem;padding-right:2rem}}.cta-card{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:3rem;padding:3rem;background-color:#f8fafc;border-radius:4rem;border:1px solid #f1f5f9;box-shadow:0 20px 25px -5px #0000001a}@media(min-width:1024px){.cta-card{flex-direction:row;padding:5rem}}.cta-content{text-align:center;display:flex;flex-direction:column;gap:1.5rem}@media(min-width:1024px){.cta-content{text-align:left;max-width:42rem}}.cta-title{font-size:2.25rem;font-weight:700;color:#0f172a;letter-spacing:-.025em;margin:0}@media(min-width:1024px){.cta-title{font-size:3rem}}.cta-desc{color:#475569;font-size:1.25rem;font-weight:500;margin:0}.cta-actions{display:flex;flex-direction:column;gap:1rem}@media(min-width:640px){.cta-actions{flex-direction:row}}.cta-btn{height:4rem;padding-left:3rem;padding-right:3rem;font-size:1.125rem;font-weight:700;background-color:hsl(var(--primary));color:#fff;box-shadow:0 25px 50px -12px #00000040;border:none;border-radius:calc(var(--radius) - 2px);display:inline-flex;align-items:center;justify-content:center;text-decoration:none;cursor:pointer;transition:background-color .15s ease}.cta-btn:hover{background-color:hsl(var(--primary) / .9)}.about-hero{padding:6rem 0;background:#fff;color:#0f172a;position:relative;overflow:hidden}.about-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.05;background-size:cover}.about-hero-inner{max-width:64rem;margin:0 auto;padding:0 1rem;text-align:center;position:relative;z-index:10;display:flex;flex-direction:column;gap:1.5rem}.about-hero-title{font-size:2.25rem;font-weight:700;font-style:italic;line-height:1.1;margin:0}@media(min-width:1024px){.about-hero-title{font-size:4.5rem}}.about-hero-desc{font-size:1.25rem;color:#475569;max-width:48rem;margin:0 auto;line-height:1.625}.mv-grid{display:grid;gap:3rem}@media(min-width:1024px){.mv-grid{grid-template-columns:repeat(2,1fr)}}.mv-card{padding:3rem;border-radius:3rem;display:flex;flex-direction:column;gap:1.5rem}.mv-card-light{background:#f8fafc;border:1px solid #e2e8f0}.mv-card-primary{background:hsl(var(--primary));color:#fff}.mv-icon{width:4rem;height:4rem;border-radius:1rem;display:flex;align-items:center;justify-content:center}.mv-icon-light{background:hsl(var(--primary)/.1);color:hsl(var(--primary))}.mv-icon-dark{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:hsl(var(--accent))}.mv-icon svg{height:2rem;width:2rem}.mv-title{font-size:1.875rem;font-weight:700;margin:0}.mv-desc{font-size:1.125rem;line-height:1.625;margin:0}.mv-desc-muted{color:#475569}.mv-desc-white{color:hsl(var(--primary-foreground)/.8)}.story-grid{display:grid;gap:4rem;align-items:center}@media(min-width:1024px){.story-grid{grid-template-columns:repeat(2,1fr)}}.story-content{display:flex;flex-direction:column;gap:2rem}.story-label{display:inline-flex;align-items:center;gap:.5rem;color:hsl(var(--primary));font-weight:700;letter-spacing:.1em;text-transform:uppercase;font-size:.875rem}.story-label svg{height:1rem;width:1rem}.story-title{font-size:2.25rem;font-weight:700;color:#0f172a;line-height:1.2;margin:0}.story-title em{font-style:italic;color:hsl(var(--primary))}.story-text{display:flex;flex-direction:column;gap:1.5rem;font-size:1.125rem;color:#475569}.story-text p{margin:0}.story-image-wrapper{position:relative}.story-image{aspect-ratio:1/1;background:#f1f5f9;border-radius:3rem;overflow:hidden;box-shadow:0 25px 50px -12px #00000040;position:relative}.story-image img{object-fit:cover;width:100%;height:100%;display:block}.story-callout{position:absolute;bottom:-2rem;left:-2rem;background:#fff;padding:2.5rem;border-radius:2.5rem;box-shadow:0 25px 50px -12px #00000040;border:1px solid hsl(var(--border));max-width:20rem}.story-callout-year{font-size:1.875rem;font-weight:700;color:hsl(var(--primary));margin:0 0 .25rem}.story-callout-text{color:#475569;font-weight:500;margin:0}.tl-section{padding:6rem 0;background:#f8fafc}.tl-center-line{position:absolute;left:50%;transform:translate(-50%);height:100%;width:1px;background:#e2e8f0;display:none}@media(min-width:768px){.tl-center-line{display:block}}.tl-items{display:flex;flex-direction:column;gap:3rem}.tl-item{display:flex;flex-direction:column;gap:2rem;align-items:center}@media(min-width:768px){.tl-item{flex-direction:row}}@media(min-width:768px){.tl-item-reverse{flex-direction:row-reverse}}.tl-card-wrapper{flex:1;width:100%;text-align:center}@media(min-width:768px){.tl-card-wrapper{text-align:left}}.tl-card{padding:2rem;background:#fff;border-radius:2rem;box-shadow:0 1px 2px #0000000d;border:1px solid hsl(var(--border))}@media(min-width:768px){.tl-card-left{margin-left:3rem}}@media(min-width:768px){.tl-card-right{margin-right:3rem}}.tl-date{color:hsl(var(--primary));font-weight:700;margin-bottom:.5rem;display:flex;align-items:center;justify-content:center;gap:.5rem}@media(min-width:768px){.tl-date{justify-content:flex-start}}.tl-date svg{height:1rem;width:1rem}.tl-card h3{font-size:1.25rem;font-weight:700;color:#0f172a;margin:0 0 .5rem}.tl-card p{color:#475569;margin:0}.tl-dot{position:relative;z-index:10;width:3rem;height:3rem;background:hsl(var(--primary));border-radius:9999px;display:flex;align-items:center;justify-content:center;color:#fff;border:4px solid white;box-shadow:0 10px 15px -3px #0000001a;flex-shrink:0}.tl-dot svg{height:1.5rem;width:1.5rem}.tl-spacer{flex:1;display:none}@media(min-width:768px){.tl-spacer{display:block}}.founder-grid{display:grid;gap:3rem;max-width:64rem;margin:0 auto}@media(min-width:768px){.founder-grid{grid-template-columns:repeat(2,1fr)}}.founder-card{border-radius:3rem;overflow:hidden;background:hsl(var(--primary));color:#fff;box-shadow:0 25px 50px -12px #00000040;border:none}.founder-image-wrap{position:relative;aspect-ratio:4/5}.founder-image-wrap img{object-fit:cover;width:100%;height:100%;display:block;opacity:.9;transition:transform .7s ease}.founder-card:hover .founder-image-wrap img{transform:scale(1.05)}.founder-image-gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,hsl(var(--primary)),hsl(var(--primary)/.2),transparent)}.founder-image-info{position:absolute;bottom:2.5rem;left:2.5rem;right:2.5rem}.founder-image-info h3{font-size:1.875rem;font-weight:700;margin:0}.founder-image-info p{color:hsl(var(--accent));font-weight:700;letter-spacing:.1em;text-transform:uppercase;font-size:.75rem;margin:.25rem 0 0}.founder-body{padding:2.5rem;display:flex;flex-direction:column;gap:1.5rem}.founder-responsibility{display:flex;align-items:flex-start;gap:1rem;padding:1.25rem;background:#ffffff1a;border-radius:1rem;border:1px solid rgba(255,255,255,.2)}.founder-responsibility svg{height:1.5rem;width:1.5rem;color:hsl(var(--accent));flex-shrink:0;margin-top:.25rem}.founder-responsibility-label{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#ffffff80;margin:0 0 .25rem}.founder-responsibility-text{font-size:1rem;font-weight:500;line-height:1.625;margin:0}.founder-bio{color:hsl(var(--primary-foreground)/.8);line-height:1.625;font-size:.875rem;margin:0}.roadmap-section{padding:6rem 0;background:hsl(var(--primary));color:#fff}.roadmap-grid{display:grid;gap:5rem;align-items:center}@media(min-width:1024px){.roadmap-grid{grid-template-columns:repeat(2,1fr)}}.roadmap-content{display:flex;flex-direction:column;gap:2.5rem}.roadmap-icon{width:4rem;height:4rem;background:#ffffff1a;color:hsl(var(--accent));border-radius:1rem;display:flex;align-items:center;justify-content:center}.roadmap-icon svg{height:2rem;width:2rem}.roadmap-title{font-size:2.25rem;font-weight:700;line-height:1.2;margin:0}@media(min-width:1024px){.roadmap-title{font-size:3rem}}.roadmap-title .accent{color:hsl(var(--accent))}.roadmap-desc{font-size:1.25rem;color:hsl(var(--primary-foreground)/.8);line-height:1.625;margin:0}.roadmap-features{display:grid;gap:1rem}.roadmap-feature{display:flex;align-items:center;gap:1rem;padding:1.25rem;background:#ffffff0d;border-radius:1rem;border:1px solid rgba(255,255,255,.1)}.roadmap-feature svg{height:1.5rem;width:1.5rem;color:hsl(var(--accent))}.roadmap-feature span{font-weight:700;color:#f1f5f9}.roadmap-card{padding:3rem;background:#fff;border-radius:3rem;color:hsl(var(--primary));display:flex;flex-direction:column;gap:2rem;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}.roadmap-card svg.big-icon{height:4rem;width:4rem;color:hsl(var(--primary))}.roadmap-card h3{font-size:2.25rem;font-weight:700;line-height:1.2;letter-spacing:-.025em;margin:0}.roadmap-card p{color:#475569;font-size:1.25rem;line-height:1.625;font-weight:300;margin:0}.roadmap-card-btn{width:100%;height:4rem;font-size:1.25rem;font-weight:700;background:hsl(var(--primary));color:#fff;border:none;border-radius:1rem;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;cursor:pointer;transition:background-color .15s ease}.roadmap-card-btn:hover{background:hsl(var(--primary)/.9)}.roadmap-card-btn svg{margin-left:.5rem;height:1.5rem;width:1.5rem}.page-wrapper{background-color:#fff}.page-container{max-width:80rem;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media(min-width:640px){.page-container{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:1024px){.page-container{padding-left:2rem;padding-right:2rem}}.page-container-narrow{max-width:56rem;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.page-container-xs{max-width:48rem;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.page-hero{padding:5rem 0;text-align:center;position:relative;overflow:hidden;border-bottom:1px solid hsl(var(--border))}.page-hero-light{background-color:#fff;color:#0f172a}.page-hero-muted{background-color:#f8fafc}@media(min-width:1024px){.page-hero{padding:8rem 0}}.page-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.05;background-size:cover;background-position:center;pointer-events:none}.page-hero-glow{position:absolute;top:0;right:0;width:500px;height:500px;background-color:hsl(var(--primary));border-radius:9999px;filter:blur(150px);opacity:.05;pointer-events:none}.page-hero-label{display:inline-flex;align-items:center;gap:.5rem;color:hsl(var(--primary));font-weight:700;letter-spacing:.1em;text-transform:uppercase;font-size:.75rem;margin-bottom:1rem}.page-hero-label svg{height:1rem;width:1rem}.page-hero-title{font-size:2.25rem;font-weight:700;margin:0 0 1.5rem;line-height:1.1}@media(min-width:1024px){.page-hero-title{font-size:3.75rem}}.page-hero-title em{font-style:italic}.page-hero-title .text-primary{color:hsl(var(--primary))}.page-hero-subtitle{font-size:1.25rem;color:#475569;max-width:42rem;margin-left:auto;margin-right:auto}.section-py{padding-top:5rem;padding-bottom:5rem}.section-py-lg{padding-top:8rem;padding-bottom:8rem}.section-bg-white{background-color:#fff}.section-bg-muted{background-color:#f8fafc}.section-bg-dark{background-color:#0f172a;color:#fff}.section-bg-primary{background-color:hsl(var(--primary));color:#fff}.section-border-y{border-top:1px solid hsl(var(--border));border-bottom:1px solid hsl(var(--border))}.section-header-center{text-align:center;margin-bottom:4rem;display:flex;flex-direction:column;gap:1rem}.section-title-md{font-size:1.875rem;font-weight:700;margin:0}.section-title-lg{font-size:2.25rem;font-weight:700;color:#0f172a;margin:0}@media(min-width:1024px){.section-title-lg{font-size:3rem}}.section-subtitle{color:#64748b;max-width:42rem;margin-left:auto;margin-right:auto;font-size:1.125rem}.grid-2{display:grid;gap:2rem}@media(min-width:768px){.grid-2{grid-template-columns:repeat(2,1fr)}}.grid-3{display:grid;gap:2rem}@media(min-width:768px){.grid-3{grid-template-columns:repeat(3,1fr)}}.grid-4{display:grid;gap:2rem}@media(min-width:768px){.grid-4{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.grid-4{grid-template-columns:repeat(4,1fr)}}.info-card{padding:2rem;border-radius:1.5rem;background-color:#fff;border:1px solid hsl(var(--border));transition:all .3s ease}.info-card:hover{box-shadow:0 25px 50px -12px #00000026;border-color:hsl(var(--primary)/.2)}.info-card-icon{width:4rem;height:4rem;border-radius:1rem;display:flex;align-items:center;justify-content:center;margin-bottom:2rem;transition:all .15s ease}.info-card-icon svg{height:2rem;width:2rem}.icon-primary-bg{background-color:hsl(var(--primary)/.1);color:hsl(var(--primary));box-shadow:0 1px 2px #0000000d}.info-card:hover .icon-primary-bg{background-color:hsl(var(--primary));color:#fff}.icon-white-bg{background-color:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff}.card-title-sm{font-size:1.25rem;font-weight:700;color:#0f172a;margin:0 0 .75rem}.card-title-md{font-size:1.5rem;font-weight:700;color:#0f172a;margin:0 0 .5rem}.card-title-lg{font-size:1.875rem;font-weight:700;margin:0 0 .5rem}.card-desc{color:#64748b;font-size:.875rem;line-height:1.625;margin:0}.card-desc-lg{color:#475569;font-size:1.125rem;line-height:1.625;margin:0}.feature-row{display:flex;flex-direction:column;gap:4rem;align-items:center}@media(min-width:1024px){.feature-row{flex-direction:row}}@media(min-width:1024px){.feature-row-reverse{flex-direction:row-reverse}}.feature-half{width:100%}@media(min-width:1024px){.feature-half{width:50%}}.feature-content{display:flex;flex-direction:column;gap:2rem}.feature-checks{display:grid;gap:1rem}@media(min-width:640px){.feature-checks{grid-template-columns:repeat(2,1fr)}}.feature-check-item{display:flex;align-items:center;gap:.75rem;padding:1rem;background-color:#f8fafc;border-radius:.75rem;border:1px solid #f1f5f9}.feature-check-item svg{height:1.25rem;width:1.25rem;color:hsl(var(--primary));flex-shrink:0}.feature-check-text{font-weight:700;color:#1e293b;font-size:.875rem}.feature-image{position:relative;aspect-ratio:16/9;border-radius:2.5rem;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}.feature-image img{object-fit:cover;width:100%;height:100%;display:block;transition:transform .7s ease}.feature-image img:hover{transform:scale(1.05)}.feature-image-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(15,23,42,.4),transparent,transparent)}.page-btn-primary{height:3.5rem;padding:0 2rem;font-weight:700;background-color:hsl(var(--primary));color:hsl(var(--primary-foreground));border:none;border-radius:.75rem;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;cursor:pointer;transition:background-color .15s ease}.page-btn-primary:hover{background-color:hsl(var(--primary)/.9)}.page-btn-primary svg{margin-left:.5rem;height:1.25rem;width:1.25rem}.page-btn-primary-xl{height:4rem;padding:0 3rem;font-size:1.25rem;font-weight:700;background-color:hsl(var(--primary));color:#fff;border:none;border-radius:1rem;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;cursor:pointer;transition:background-color .15s ease;box-shadow:0 25px 50px -12px hsl(var(--primary)/.2)}.page-btn-primary-xl:hover{background-color:hsl(var(--primary)/.9)}.page-btn-outline{height:3rem;padding:0 1.5rem;font-weight:700;border:1px solid hsl(var(--primary));color:hsl(var(--primary));background:transparent;border-radius:calc(var(--radius)-2px);display:inline-flex;align-items:center;justify-content:center;text-decoration:none;cursor:pointer;transition:all .15s ease}.page-btn-outline:hover{background-color:hsl(var(--primary));color:#fff}.page-btn-white{width:100%;padding:.75rem 1.5rem;font-weight:700;background-color:#fff;color:hsl(var(--primary));border:none;border-radius:calc(var(--radius)-2px);display:inline-flex;align-items:center;justify-content:center;text-decoration:none;cursor:pointer;transition:background-color .15s ease}.page-btn-white:hover{background-color:#f8fafc}.legal-page{max-width:56rem;margin:0 auto;padding:5rem 1rem}.legal-title{font-size:2.25rem;font-weight:700;margin-bottom:2rem;color:hsl(var(--foreground))}.legal-content{display:flex;flex-direction:column;gap:1.5rem;color:#475569;line-height:1.75}.legal-content h2{font-size:1.5rem;font-weight:700;color:#0f172a;margin-top:2rem}.legal-content ul{list-style:disc;padding-left:1.5rem;display:flex;flex-direction:column;gap:.5rem}.pricing-grid{display:grid;gap:2rem;margin-bottom:6rem}@media(min-width:768px){.pricing-grid{grid-template-columns:repeat(3,1fr)}}.pricing-card{position:relative;padding:2rem;border-radius:1.5rem;border:1px solid #e2e8f0;background-color:#fff;transition:all .3s ease}.pricing-card-popular{border-color:hsl(var(--primary));box-shadow:0 0 0 4px hsl(var(--primary)/.05),0 20px 25px -5px #0000001a;background-color:#f8fafc}.pricing-badge{position:absolute;top:-1rem;left:50%;transform:translate(-50%);background-color:hsl(var(--primary));color:#fff;font-size:.75rem;font-weight:700;padding:.375rem 1rem;border-radius:9999px;text-transform:uppercase;letter-spacing:.1em}.pricing-plan-name{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.pricing-tagline{color:#64748b;font-size:.875rem;margin-bottom:1.5rem}.pricing-price{font-size:2.25rem;font-weight:800;color:#0f172a}.pricing-features{list-style:none;padding:0;display:flex;flex-direction:column;gap:1rem;margin:2rem 0}.pricing-feature{display:flex;align-items:center;gap:.5rem;color:#334155;font-weight:500}.pricing-feature svg{height:1.25rem;width:1.25rem;color:hsl(var(--primary));flex-shrink:0}.timeline-wrapper{position:relative;display:flex;flex-direction:column;gap:6rem}.timeline-line{position:absolute;left:2rem;top:3rem;bottom:0;width:4px;background-color:#f1f5f9;display:none}@media(min-width:768px){.timeline-line{display:block}}.timeline-step{position:relative;display:flex;flex-direction:column;gap:2rem;align-items:flex-start}@media(min-width:768px){.timeline-step{flex-direction:row;gap:4rem}}.timeline-icon-wrapper{position:relative;z-index:10;flex-shrink:0}.timeline-icon{width:4rem;height:4rem;border-radius:1rem;background-color:hsl(var(--primary));display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 20px 25px -5px hsl(var(--primary)/.2)}.timeline-icon svg{height:2rem;width:2rem}.timeline-number{position:absolute;top:-.75rem;right:-.75rem;width:2rem;height:2rem;border-radius:9999px;background-color:hsl(var(--accent));color:#fff;font-weight:700;display:flex;align-items:center;justify-content:center;font-size:.875rem;border:2px solid white}.timeline-content{display:flex;flex-direction:column;gap:1rem}.timeline-title{font-size:1.5rem;font-weight:700;color:#0f172a;margin:0}@media(min-width:1024px){.timeline-title{font-size:1.875rem}}.timeline-desc{font-size:1.125rem;color:#475569;line-height:1.625;font-weight:500;margin:0}.timeline-detail{background-color:#f8fafc;padding:1.5rem;border-radius:.75rem;border:1px dashed #cbd5e1}.timeline-detail p{color:#64748b;font-size:.875rem;font-style:italic;margin:0}.page-cta-card{margin-top:8rem;text-align:center;background-color:#f8fafc;padding:3rem;border-radius:1.5rem;border:1px solid hsl(var(--border))}.page-cta-title{font-size:1.875rem;font-weight:700;margin-bottom:1.5rem}.page-cta-desc{color:#475569;margin-bottom:2.5rem;max-width:36rem;margin-left:auto;margin-right:auto}.resource-sidebar-dark{background-color:hsl(var(--primary));padding:2rem;border-radius:1.5rem;color:#fff;display:flex;flex-direction:column;gap:1.5rem}.resource-sidebar-dark svg{height:2.5rem;width:2.5rem;color:hsl(var(--accent))}.resource-sidebar-dark h3{font-size:1.5rem;font-weight:700;margin:0}.resource-sidebar-dark p{color:hsl(var(--primary-foreground)/.8);margin:0}.resource-sidebar-light{background-color:#f8fafc;padding:2rem;border-radius:1.5rem;border:1px solid hsl(var(--border));display:flex;flex-direction:column;gap:1.5rem}.resource-sidebar-light svg{height:2.5rem;width:2.5rem;color:hsl(var(--primary))}.resource-sidebar-light h3{font-size:1.5rem;font-weight:700;margin:0}.resource-sidebar-light p{color:#64748b;margin:0}.blog-card{cursor:pointer}.blog-image{overflow:hidden;border-radius:1rem;margin-bottom:1rem;position:relative;aspect-ratio:16/10;background-color:#f1f5f9;border:1px solid hsl(var(--border))}.blog-image img{object-fit:cover;width:100%;height:100%;display:block;transition:transform .3s ease}.blog-card:hover .blog-image img{transform:scale(1.05)}.blog-title{font-size:1.25rem;font-weight:700;margin-bottom:.5rem;transition:color .15s ease}.blog-card:hover .blog-title{color:hsl(var(--primary))}.blog-excerpt{color:#475569;font-size:.875rem;margin-bottom:1rem}.blog-link{background:none;border:none;color:hsl(var(--primary));font-weight:700;cursor:pointer;padding:0;display:inline-flex;align-items:center;font-size:.875rem}.blog-link svg{margin-left:.25rem;height:1rem;width:1rem}.faq-section{padding:6rem 0;background-color:#0f172a;color:#fff}.faq-icon{height:3rem;width:3rem;color:hsl(var(--accent));margin:0 auto 1rem}.faq-title{font-size:2.25rem;font-weight:700;font-style:italic;margin:0}.capabilities-bar{display:inline-flex;align-items:center;gap:.75rem;padding:1rem;background-color:#fff;border-radius:1rem;box-shadow:0 1px 2px #0000000d;border:1px solid #e2e8f0}.capabilities-bar svg{height:1.5rem;width:1.5rem;color:hsl(var(--primary))}.capabilities-bar h3{font-size:1.25rem;font-weight:700;color:#0f172a;letter-spacing:-.025em;margin:0}.capabilities-text{display:flex;flex-direction:column;gap:1rem}.capabilities-text h4{font-size:1.25rem;font-weight:700;color:#0f172a;margin:0}.capabilities-text p{color:#64748b;line-height:1.625;margin:0}.custom-select-wrapper{display:flex;flex-direction:column;gap:.75rem;position:relative}.custom-select-trigger{height:3.5rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;border-radius:.75rem;padding:0 .75rem;font-family:inherit;font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:space-between;width:100%;transition:all .15s ease}.custom-select-trigger:hover{border-color:#ffffff59}.custom-select-trigger--open{outline:none;box-shadow:0 0 0 2px hsl(var(--accent));border-color:hsl(var(--accent))}.custom-select-value{color:#fff}.custom-select-placeholder{color:#ffffff4d}.custom-select-chevron{height:1.25rem;width:1.25rem;color:#ffffff80;transition:transform .2s ease;flex-shrink:0}.custom-select-chevron--open{transform:rotate(180deg)}.custom-select-menu{position:absolute;top:calc(100% + .5rem);left:0;right:0;z-index:100;background:hsl(var(--primary));border:1px solid rgba(255,255,255,.15);border-radius:.75rem;padding:.5rem;list-style:none;margin:0;box-shadow:0 20px 40px #0006;animation:customSelectFadeIn .15s ease;max-height:260px;overflow-y:auto}@keyframes customSelectFadeIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.custom-select-option{padding:.75rem 1rem;border-radius:.5rem;color:#ffffffb3;font-size:.95rem;cursor:pointer;transition:all .15s ease;border:2px solid transparent}.custom-select-option:hover{background:#ffffff14;color:#fff}.custom-select-option--selected{background:#ffffff14;border-color:hsl(var(--accent));color:#fff;font-weight:600}.custom-select-hidden{position:absolute;opacity:0;width:0;height:0;pointer-events:none}.custom-select-menu::-webkit-scrollbar{width:4px}.custom-select-menu::-webkit-scrollbar-track{background:transparent}.custom-select-menu::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}.careers-hero{padding:8rem 0;background:#fff;color:#0f172a;text-align:center;position:relative;overflow:hidden}.careers-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.05}.careers-hero-inner{max-width:64rem;margin:0 auto;padding:0 1rem;position:relative;z-index:10;display:flex;flex-direction:column;gap:2rem}.careers-hero-title{font-size:3rem;font-weight:700;font-style:italic;letter-spacing:-.05em;margin:0}@media(min-width:1024px){.careers-hero-title{font-size:6rem}}.careers-hero-desc{font-size:1.125rem;color:#475569;max-width:48rem;margin:0 auto;line-height:1.75;font-weight:400}.why-grid{display:grid;gap:2rem}@media(min-width:768px){.why-grid{grid-template-columns:repeat(4,1fr)}}.why-card{padding:2.5rem;border-radius:2.5rem;background:#f8fafc;border:1px solid #e2e8f0;text-align:center;display:flex;flex-direction:column;gap:1.5rem;transition:transform .3s ease}.why-card:hover{transform:translateY(-.5rem)}.why-icon{width:4rem;height:4rem;background:#fff;box-shadow:0 1px 2px #0000000d;color:hsl(var(--primary));border-radius:1rem;display:flex;align-items:center;justify-content:center;margin:0 auto}.why-icon svg{height:2rem;width:2rem}.why-title{font-size:1.25rem;font-weight:700;color:#0f172a;margin:0}.why-desc{color:#64748b;font-size:.875rem;line-height:1.625;margin:0}.jobs-section{padding:8rem 0;background:#f8fafc}.jobs-container{max-width:72rem;margin:0 auto;padding:0 1rem}@media(min-width:640px){.jobs-container{padding:0 1.5rem}}@media(min-width:1024px){.jobs-container{padding:0 2rem}}.jobs-title{font-size:2.25rem;font-weight:700;color:#0f172a;margin:0 0 4rem;text-align:center;font-style:italic;letter-spacing:-.025em}.jobs-grid{display:grid;gap:2rem}@media(min-width:768px){.jobs-grid{grid-template-columns:repeat(2,1fr)}}.job-card{background:#fff;padding:2.5rem;border-radius:3rem;border:1px solid #e2e8f0;display:flex;flex-direction:column;justify-content:space-between;gap:2.5rem;box-shadow:0 1px 2px #0000000d;transition:all .3s ease}.job-card:hover{border-color:hsl(var(--primary))}.job-card-content{display:flex;flex-direction:column;gap:1.5rem}.job-icon{width:4rem;height:4rem;background:#f8fafc;color:hsl(var(--primary));border-radius:1rem;display:flex;align-items:center;justify-content:center;transition:all .15s ease}.job-card:hover .job-icon{background:hsl(var(--primary));color:#fff}.job-icon svg{height:2rem;width:2rem}.job-info{display:flex;flex-direction:column;gap:1rem}.job-title{font-size:1.5rem;font-weight:700;color:#0f172a;margin:0}.job-desc{color:#64748b;font-size:1rem;line-height:1.625;margin:0}.job-meta{display:flex;flex-wrap:wrap;gap:1.5rem;font-size:.75rem;color:#94a3b8;font-weight:700;text-transform:uppercase;letter-spacing:.1em}.job-meta span{display:flex;align-items:center;gap:.5rem}.job-meta svg{height:1rem;width:1rem}.job-apply-btn{width:100%;height:3.5rem;font-size:1.125rem;font-weight:700;border-radius:1rem;border:1px solid hsl(var(--primary));color:hsl(var(--primary));background:transparent;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s ease}.job-apply-btn:hover{background:hsl(var(--primary));color:#fff}.job-apply-btn svg{margin-left:.5rem;height:1.25rem;width:1.25rem}.careers-form-section{padding:8rem 0;background:#fff}.careers-form-panel{background:hsl(var(--primary));border-radius:4rem;padding:2.5rem;color:#fff;box-shadow:0 25px 50px -12px #00000040;position:relative;overflow:hidden}@media(min-width:1024px){.careers-form-panel{padding:5rem}}.careers-form-corner{position:absolute;top:0;left:0;width:12rem;height:12rem;background:#ffffff1a;border-bottom-right-radius:9999px}.careers-form-title{font-size:2.25rem;font-weight:700;margin:0 0 3rem;letter-spacing:-.025em;font-style:italic}.careers-form{display:flex;flex-direction:column;gap:2rem}.careers-form-row{display:grid;gap:2rem}@media(min-width:640px){.careers-form-row{grid-template-columns:repeat(2,1fr)}}.contact-success{min-height:80vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem}.contact-success-card{max-width:28rem;width:100%;background:#fff;border-radius:2.5rem;box-shadow:0 25px 50px -12px #00000040;padding:3rem;text-align:center;display:flex;flex-direction:column;gap:1.5rem;border:1px solid hsl(var(--primary)/.1)}.contact-success-icon{width:5rem;height:5rem;background:hsl(var(--primary)/.1);border-radius:9999px;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.contact-success-icon svg{height:2.5rem;width:2.5rem;color:hsl(var(--primary))}.contact-success-title{font-size:1.875rem;font-weight:700;color:#0f172a;margin:0}.contact-success-desc{color:#475569;margin:0}.contact-page{background:#fff;min-height:100vh;padding:5rem 0}@media(min-width:1024px){.contact-page{padding:7rem 0}}.contact-grid{display:grid;gap:4rem;align-items:center}@media(min-width:1024px){.contact-grid{grid-template-columns:repeat(2,1fr)}}.contact-info{display:flex;flex-direction:column;gap:2.5rem}.contact-info-header{display:flex;flex-direction:column;gap:1.5rem}.contact-info-title{font-size:3rem;font-weight:700;color:#0f172a;line-height:1.1;letter-spacing:-.05em;font-style:italic;margin:0}@media(min-width:1024px){.contact-info-title{font-size:4.5rem}}.contact-info-desc{font-size:1.25rem;color:#475569;max-width:32rem;line-height:1.625;font-weight:300;margin:0}.contact-items{display:flex;flex-direction:column;gap:1.5rem;max-width:28rem}.contact-item{display:flex;gap:1.25rem;padding:2rem;background:#f8fafc;border-radius:2rem;border:1px solid #f1f5f9;transition:all .3s ease}.contact-item:hover{border-color:hsl(var(--primary)/.2)}.contact-item-icon{width:3.5rem;height:3.5rem;background:#fff;box-shadow:0 1px 2px #0000000d;color:hsl(var(--primary));border-radius:1rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .15s ease}.contact-item:hover .contact-item-icon{background:hsl(var(--primary));color:#fff}.contact-item-icon svg{height:1.5rem;width:1.5rem}.contact-item-label{font-weight:700;color:#0f172a;margin:0 0 .25rem;text-transform:uppercase;letter-spacing:.1em;font-size:10px}.contact-item-value{color:#475569;font-weight:500;margin:0}.contact-form-panel{background:hsl(var(--primary));border-radius:3.5rem;padding:2rem;color:#fff;box-shadow:0 25px 50px -12px #00000040;position:relative;overflow:hidden}@media(min-width:1024px){.contact-form-panel{padding:4rem}}.contact-form-corner{position:absolute;top:0;right:0;width:8rem;height:8rem;background:#ffffff0d;border-bottom-left-radius:9999px;pointer-events:none}.contact-form-inner{position:relative;z-index:10}.contact-form-head{display:flex;align-items:center;gap:1rem;margin-bottom:2.5rem}.contact-form-head-icon{width:3rem;height:3rem;background:#ffffff1a;border-radius:.75rem;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.2)}.contact-form-head-icon svg{height:1.5rem;width:1.5rem;color:hsl(var(--accent))}.contact-form-title{font-size:1.875rem;font-weight:700;font-style:italic;letter-spacing:-.025em;margin:0}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.contact-form-row{display:grid;gap:1.5rem}@media(min-width:640px){.contact-form-row{grid-template-columns:repeat(2,1fr)}}.contact-form-group{display:flex;flex-direction:column;gap:.75rem}.contact-form-label{color:#fff9;font-weight:700;text-transform:uppercase;letter-spacing:.1em;font-size:10px}.contact-form-input{height:3.5rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;border-radius:.75rem;padding:0 .75rem;font-family:inherit;font-size:1rem}.contact-form-input::placeholder{color:#ffffff4d}.contact-form-input:focus{outline:none;box-shadow:0 0 0 2px hsl(var(--accent))}.contact-form-textarea{min-height:140px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;border-radius:.75rem;padding:.75rem;font-family:inherit;font-size:1rem;resize:vertical}.contact-form-textarea::placeholder{color:#ffffff4d}.contact-form-textarea:focus{outline:none;box-shadow:0 0 0 2px hsl(var(--accent))}.contact-form-select{height:3.5rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;border-radius:.75rem;padding:0 .75rem;font-family:inherit;font-size:1rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.contact-form-select:focus{outline:none;box-shadow:0 0 0 2px hsl(var(--accent))}.contact-submit{width:100%;height:4rem;font-size:1.25rem;font-weight:700;background:#fff;color:hsl(var(--primary));border:none;border-radius:1rem;cursor:pointer;box-shadow:0 25px 50px -12px #00000040;transition:all .15s ease}.contact-submit:hover{background:#f8fafc}.contact-submit:active{transform:scale(.98)}.contact-form-footer{text-align:center;font-size:10px;color:#fff6;text-transform:uppercase;letter-spacing:.1em;font-weight:700;margin-top:1rem}.btn-base{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;white-space:nowrap;border-radius:calc(var(--radius) - 2px);font-size:.875rem;font-weight:500;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;border:none;cursor:pointer;text-decoration:none}.btn-base:focus-visible{outline:none;box-shadow:0 0 0 2px hsl(var(--background)),0 0 0 4px hsl(var(--ring))}.btn-base:disabled{pointer-events:none;opacity:.5}.btn-base svg{pointer-events:none;width:1rem;height:1rem;flex-shrink:0}.btn-default{background-color:hsl(var(--primary));color:hsl(var(--primary-foreground))}.btn-default:hover{background-color:hsl(var(--primary) / .9)}.btn-destructive{background-color:#f50;color:#fff}.btn-destructive:hover{background-color:hsl(20,100%,50% / .9)}.btn-outline{border:1px solid hsl(var(--input));background-color:hsl(var(--background));color:hsl(var(--foreground))}.btn-outline:hover{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground))}.btn-secondary{background-color:hsl(var(--secondary));color:hsl(var(--secondary-foreground))}.btn-secondary:hover{background-color:hsl(var(--secondary) / .8)}.btn-ghost{background-color:transparent;color:hsl(var(--foreground))}.btn-ghost:hover{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground))}.btn-link{background-color:transparent;color:hsl(var(--primary));text-underline-offset:4px}.btn-link:hover{text-decoration:underline}.btn-size-default{height:2.5rem;padding:.5rem 1rem}.btn-size-sm{height:2.25rem;border-radius:calc(var(--radius) - 2px);padding-left:.75rem;padding-right:.75rem}.btn-size-lg{height:2.75rem;border-radius:calc(var(--radius) - 2px);padding-left:2rem;padding-right:2rem}.btn-size-icon{height:2.5rem;width:2.5rem;padding:0}.table-wrapper{position:relative;width:100%;overflow:auto}.table-root{width:100%;caption-side:bottom;font-size:.875rem;border-collapse:collapse}.table-header tr{border-bottom:1px solid hsl(var(--border))}.table-body tr:last-child{border-bottom:none}.table-footer{border-top:1px solid hsl(var(--border));background-color:hsl(var(--muted) / .5);font-weight:500}.table-footer tr:last-child{border-bottom:none}.table-row{border-bottom:1px solid hsl(var(--border));transition:color .15s ease,background-color .15s ease}.table-row:hover{background-color:hsl(var(--muted) / .5)}.table-head{height:3rem;padding:0 1rem;text-align:left;vertical-align:middle;font-weight:500;color:hsl(var(--muted-foreground))}.table-cell{padding:1rem;vertical-align:middle}.table-caption{margin-top:1rem;font-size:.875rem;color:hsl(var(--muted-foreground))}.product-hero{padding:6rem 0;background:#fff;color:#0f172a;overflow:hidden;position:relative;border-bottom:1px solid hsl(var(--border))}.product-hero-inner{max-width:80rem;margin:0 auto;padding:0 1rem;text-align:center;position:relative;z-index:10;display:flex;flex-direction:column;gap:2rem}@media(min-width:640px){.product-hero-inner{padding:0 1.5rem}}@media(min-width:1024px){.product-hero-inner{padding:0 2rem}}.product-hero-badge{display:inline-block;padding:.5rem 1.5rem;border-radius:9999px;background:#fff;color:#1e293b;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;border:1px solid #e2e8f0;width:max-content;margin:0 auto}.product-hero-title{font-size:3rem;font-weight:700;letter-spacing:-.05em;margin:0}@media(min-width:1024px){.product-hero-title{font-size:6rem}}.product-hero-desc{font-size:1.125rem;color:#475569;max-width:48rem;margin:0 auto;line-height:1.75;font-weight:400}.product-hero-skew{position:absolute;top:0;right:0;width:33%;height:100%;background:hsl(var(--primary)/.05);transform:skew(-12deg) translate(50%)}.product-features{padding:8rem 0}.product-features-header{text-align:center;margin-bottom:5rem}.product-features-label{color:hsl(var(--primary));font-weight:700;letter-spacing:.1em;text-transform:uppercase;font-size:.75rem;margin-bottom:1rem}.product-features-title{font-size:2.25rem;font-weight:700;color:#0f172a;letter-spacing:-.025em;font-style:italic;margin:0}@media(min-width:1024px){.product-features-title{font-size:3rem}}.product-features-subtitle{color:#64748b;margin-top:1rem;font-size:1.25rem;max-width:42rem;margin-left:auto;margin-right:auto}.product-groups{display:flex;flex-direction:column;gap:6rem}.product-group{display:flex;flex-direction:column;gap:2.5rem}.product-group-header{display:flex;align-items:center;gap:1rem}.product-group-title{font-size:1.5rem;font-weight:700;color:#0f172a;white-space:nowrap;margin:0}.product-group-line{height:1px;background:#f1f5f9;flex:1}.product-group-badge{background:hsl(var(--accent)/.1);color:hsl(var(--accent));font-size:10px;font-weight:700;text-transform:uppercase;padding:.25rem .75rem;border-radius:9999px;white-space:nowrap}.product-feature-grid{display:grid;gap:2rem}@media(min-width:768px){.product-feature-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.product-feature-grid{grid-template-columns:repeat(3,1fr)}}.product-feature-card{background:#f8fafc;padding:2rem;border-radius:1.5rem;border:1px solid transparent;transition:all .3s ease}.product-feature-card:hover{border-color:hsl(var(--primary)/.2);background:#fff;box-shadow:0 20px 25px -5px #0000001a}.product-feature-icon{width:3rem;height:3rem;background:#fff;box-shadow:0 1px 2px #0000000d;color:hsl(var(--primary));border-radius:.75rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;transition:all .15s ease}.product-feature-card:hover .product-feature-icon{background:hsl(var(--primary));color:#fff}.product-feature-icon svg{height:1.5rem;width:1.5rem}.product-feature-header{display:flex;align-items:center;justify-content:space-between}.product-feature-name{font-size:1.125rem;font-weight:700;color:#0f172a;margin:0}.product-feature-status{font-size:8px;font-weight:700;text-transform:uppercase;letter-spacing:-.025em;color:#94a3b8;background:#f1f5f9;padding:.125rem .5rem;border-radius:.25rem}.product-feature-desc{color:#64748b;font-size:.875rem;line-height:1.625;margin:.5rem 0 0}.product-cta{margin-top:8rem;padding:4rem;background:hsl(var(--primary));border-radius:4rem;text-align:center;color:#fff;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}.product-cta-inner{position:relative;z-index:10;display:flex;flex-direction:column;gap:2rem}.product-cta-icons{display:flex;justify-content:center;gap:1.5rem}.product-cta-icons svg{height:2.5rem;width:2.5rem;color:hsl(var(--accent))}.product-cta-title{font-size:2.25rem;font-weight:700;font-style:italic;letter-spacing:-.025em;margin:0}@media(min-width:1024px){.product-cta-title{font-size:3.75rem}}.product-cta-desc{color:hsl(var(--primary-foreground)/.8);max-width:48rem;margin:0 auto;font-size:1.25rem;line-height:1.625;font-weight:300}.product-cta-actions{padding-top:1rem;display:flex;flex-direction:column;justify-content:center;gap:1rem}@media(min-width:640px){.product-cta-actions{flex-direction:row}}.product-cta-btn{background:hsl(var(--primary));color:#fff;height:3.5rem;padding:0 2.5rem;font-size:1rem;font-weight:700;border:none;border-radius:9999px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;cursor:pointer;transition:background .15s ease}.product-cta-btn:hover{background:hsl(var(--primary) / .9)}.product-cta-btn svg{margin-left:.5rem;height:1.25rem;width:1.25rem}.product-cta .product-cta-btn{background:#fff;color:hsl(var(--primary))}.product-cta .product-cta-btn:hover{background:#f8fafc}.product-cta-glow{position:absolute;bottom:-8rem;right:-8rem;width:20rem;height:20rem;background:#ffffff1a;border-radius:9999px;filter:blur(120px)}.accordion-item{border-bottom:1px solid hsl(var(--border))}.accordion-header{display:flex}.accordion-trigger{display:flex;flex:1;align-items:center;justify-content:space-between;padding-top:1rem;padding-bottom:1rem;font-weight:500;transition:all .15s ease;background:transparent;border:none;cursor:pointer;text-align:left;font-size:inherit;font-family:inherit;color:inherit;width:100%}.accordion-trigger:hover{text-decoration:underline}.accordion-trigger-icon{height:1rem;width:1rem;flex-shrink:0;transition:transform .2s ease}.accordion-trigger[data-state=open] .accordion-trigger-icon{transform:rotate(180deg)}.accordion-content{overflow:hidden;font-size:.875rem;transition:all .2s ease}.accordion-content-inner{padding-bottom:1rem;padding-top:0}.solutions-hero{padding:6rem 0;text-align:center;background:#020617;color:#fff;position:relative;overflow:hidden}@media(min-width:1024px){.solutions-hero{padding:8rem 0}}.solutions-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.1;background-size:cover;background-position:center}.solutions-hero-inner{max-width:80rem;margin:0 auto;padding:0 1rem;position:relative;z-index:10;display:flex;flex-direction:column;gap:1.5rem}.solutions-hero-title{font-size:3rem;font-weight:700;letter-spacing:-.05em;font-style:italic;margin:0}@media(min-width:1024px){.solutions-hero-title{font-size:6rem}}.solutions-hero-desc{font-size:1.5rem;color:#94a3b8;max-width:48rem;margin:0 auto;font-weight:300;line-height:1.625}.verticals-grid{display:grid;gap:4rem}@media(min-width:1024px){.verticals-grid{grid-template-columns:repeat(2,1fr)}}.vertical-card{border-radius:3rem;padding:3rem;transition:all .5s ease}.vertical-card-light{background:#f8fafc;border:1px solid #e2e8f0}.vertical-card-light:hover{background:#fff;box-shadow:0 25px 50px -12px #00000026}.vertical-card-dark{background:#0f172a;border:1px solid rgba(255,255,255,.05);color:#fff}.vertical-card-dark:hover{background:#020617;box-shadow:0 25px 50px -12px #00000040}.vertical-icon{width:4rem;height:4rem;border-radius:1rem;display:flex;align-items:center;justify-content:center;margin-bottom:2.5rem}.vertical-icon-light{background:hsl(var(--primary)/.1);color:hsl(var(--primary));box-shadow:0 1px 2px #0000000d}.vertical-icon-dark{background:hsl(var(--primary));color:#fff;box-shadow:0 10px 15px -3px #0000001a}.vertical-icon svg{height:2rem;width:2rem}.vertical-title{font-size:1.875rem;font-weight:700;margin:0 0 1.5rem}.vertical-title-dark{color:#0f172a}.vertical-desc{font-size:1.125rem;line-height:1.625;margin:0 0 2.5rem}.vertical-desc-light{color:#475569;font-weight:500}.vertical-desc-dark{color:#94a3b8;font-weight:300}.vertical-checks{display:grid;gap:1.5rem;margin-bottom:2.5rem}@media(min-width:640px){.vertical-checks{grid-template-columns:repeat(2,1fr)}}.vertical-check-light{display:flex;gap:1rem;align-items:center;padding:1.25rem;background:#fff;border-radius:1rem;box-shadow:0 1px 2px #0000000d;border:1px solid #f1f5f9}.vertical-check-light svg{height:1.25rem;width:1.25rem;color:hsl(var(--primary));flex-shrink:0}.vertical-check-light span{font-weight:700;color:#1e293b;font-size:.875rem}.vertical-check-dark{display:flex;gap:1rem;align-items:center;padding:1.25rem;background:#ffffff0d;border-radius:1rem;border:1px solid rgba(255,255,255,.1)}.vertical-check-dark svg{height:1.25rem;width:1.25rem;color:hsl(var(--primary));flex-shrink:0}.vertical-check-dark span{font-weight:700;color:#f1f5f9;font-size:.875rem}.vertical-image{border-radius:1.5rem;box-shadow:0 20px 25px -5px #0000001a;width:100%;display:block;transition:all .7s ease}.vertical-image-grayscale{filter:grayscale(100%)}.vertical-card:hover .vertical-image-grayscale{filter:grayscale(0)}.vertical-image-dim{opacity:.8}.vertical-card:hover .vertical-image-dim{opacity:1}body{background-color:hsl(var(--background));color:hsl(var(--foreground));font-family:Inter,sans-serif;scroll-behavior:smooth;margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:Inter,sans-serif;font-weight:700;letter-spacing:-.025em}*{border-color:hsl(var(--border));box-sizing:border-box}:root{--background: 210 30% 98%;--foreground: 222 47% 11%;--card: 0 0% 100%;--card-foreground: 222 47% 11%;--popover: 0 0% 100%;--popover-foreground: 222 47% 11%;--primary: 222 47% 15%;--primary-foreground: 210 40% 98%;--secondary: 210 40% 96.1%;--secondary-foreground: 222 47% 11.2%;--muted: 210 40% 96.1%;--muted-foreground: 215.4 16.3% 46.9%;--accent: 25 100% 50%;--accent-foreground: 222 47% 15%;--border: 214.3 31.8% 91.4%;--input: 214.3 31.8% 91.4%;--ring: 222 47% 15%;--radius: 1rem}*{border-color:hsl(var(--border))}body{background-color:hsl(var(--background));color:hsl(var(--foreground));scroll-behavior:smooth;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";margin:0}h1,h2,h3,h4,h5,h6{font-weight:700;letter-spacing:-.025em;margin-top:0}.gradient-overlay{background:linear-gradient(180deg,#0f172a0d,#0f172a00)}.glass-morphism{background:#fffc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.2)}
