@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap";.navbar-header{position:fixed;top:0;left:0;right:0;z-index:50;background:hsl(var(--background) / .8);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid hsl(var(--border) / .5)}.navbar-nav{display:flex;align-items:center;justify-content:space-between;height:4rem;max-width:1400px;margin:0 auto;padding:0 2rem;width:100%}@media(min-width:768px){.navbar-nav{height:5rem}}.navbar-logo{display:flex;align-items:center;gap:.5rem;font-family:Plus Jakarta Sans,Inter,system-ui,sans-serif;font-weight:700;letter-spacing:-.025em;color:hsl(var(--foreground));text-decoration:none}.navbar-logo-icon{width:2rem;height:2rem;border-radius:.5rem;background:hsl(var(--accent));display:flex;align-items:center;justify-content:center;flex-shrink:0}.navbar-logo-icon svg{color:hsl(var(--accent-foreground))}.navbar-logo-text{line-height:1.05;font-size:.875rem}@media(min-width:768px){.navbar-logo-text{font-size:1rem}}.navbar-logo-text div:last-child{white-space:nowrap}.navbar-logo-text .accent{color:hsl(var(--accent))}.navbar-desktop{display:none;align-items:center;gap:2rem}@media(min-width:768px){.navbar-desktop{display:flex}}.navbar-link{font-size:.875rem;font-weight:500;transition:color .2s;color:hsl(var(--muted-foreground));text-decoration:none}.navbar-link:hover,.navbar-link.active{color:hsl(var(--accent))}.navbar-cta-mobile{display:inline-flex;align-items:center;justify-content:center;background:hsl(var(--accent));border-radius:9999px;padding:.375rem 1rem;font-size:.875rem;font-weight:600;color:hsl(var(--accent-foreground));transition:all .2s;text-decoration:none;box-shadow:0 1px 2px #0000000d;border:none}.navbar-cta{display:inline-flex;align-items:center;justify-content:center;border-radius:.5rem;background:hsl(var(--accent));padding:.625rem 1.25rem;font-size:.875rem;font-weight:600;color:hsl(var(--accent-foreground));transition:all .2s;text-decoration:none;box-shadow:0 1px 2px #0000000d;border:none}.navbar-cta:hover{opacity:.9}.navbar-mobile-toggle{display:block;padding:.5rem;color:hsl(var(--foreground));background:none;border:none}@media(min-width:768px){.navbar-mobile-toggle,.navbar-cta-mobile{display:none}}.navbar-mobile-menu{background:hsl(var(--background));border-bottom:1px solid hsl(var(--border));overflow:hidden}@media(min-width:768px){.navbar-mobile-menu{display:none!important}}.navbar-mobile-inner{max-width:1400px;margin:0 auto;padding:1rem 2rem;display:flex;flex-direction:column;gap:.75rem}.navbar-mobile-link{font-size:1rem;font-weight:500;padding:.5rem 0;transition:color .2s;color:hsl(var(--muted-foreground));text-decoration:none;display:block}.navbar-mobile-link.active{color:hsl(var(--accent))}.navbar-mobile-cta{display:inline-flex;align-items:center;justify-content:center;border-radius:.5rem;background:hsl(var(--accent));padding:.625rem 1.25rem;font-size:.875rem;font-weight:600;color:hsl(var(--accent-foreground));margin-top:.5rem;text-decoration:none;border:none}.landing-navbar-header{position:fixed;top:0;left:0;right:0;z-index:50;background:hsl(var(--background) / .8);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid hsl(var(--border) / .5)}.landing-subnav{border-top:1px solid hsl(var(--border) / .3);overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}@media(min-width:768px){.landing-subnav{display:none}}.landing-subnav::-webkit-scrollbar{display:none}.landing-subnav-inner{display:flex;align-items:center;justify-content:center;gap:.25rem;max-width:1400px;margin:0 auto;padding:.5rem 2rem;white-space:nowrap}.landing-subnav-btn{background:none;border:1px solid hsl(var(--border));border-radius:9999px;padding:.3rem 1rem;font-size:.75rem;font-weight:500;color:hsl(var(--muted-foreground));cursor:pointer;transition:all .2s;white-space:nowrap;flex-shrink:0}.landing-subnav-btn:hover{background:hsl(var(--accent) / .1);color:hsl(var(--accent));border-color:hsl(var(--accent) / .3)}.footer{background-color:hsl(var(--primary));color:hsl(var(--primary-foreground))}.footer-inner{max-width:1400px;margin:0 auto;padding:4rem 2rem}.footer-grid{display:grid;gap:3rem}@media(min-width:768px){.footer-grid{grid-template-columns:repeat(3,1fr)}}.footer-brand{display:flex;align-items:center;gap:.5rem;font-family:Plus Jakarta Sans,Inter,system-ui,sans-serif;font-size:1.25rem;font-weight:700;margin-bottom:1rem}.footer-brand-icon{width:1.75rem;height:1.75rem;border-radius:.375rem;background:hsl(var(--accent));display:flex;align-items:center;justify-content:center}.footer-brand-icon svg{color:hsl(var(--accent-foreground))}.footer-brand .accent{color:hsl(var(--accent))}.footer-description{color:hsl(var(--primary-foreground) / .7);font-size:.875rem;line-height:1.625;max-width:20rem}.footer-heading{font-family:Plus Jakarta Sans,Inter,system-ui,sans-serif;font-weight:600;margin-bottom:1rem}.footer-links{display:flex;flex-direction:column;gap:.5rem}.footer-link{font-size:.875rem;color:hsl(var(--primary-foreground) / .7);text-decoration:none;transition:color .2s}.footer-link:hover{color:hsl(var(--accent))}.footer-contact-list{display:flex;flex-direction:column;gap:.75rem;font-size:.875rem;color:hsl(var(--primary-foreground) / .7)}.footer-contact-item{display:flex;align-items:center;gap:.5rem}.footer-contact-item svg{color:hsl(var(--accent))}.footer-bottom{border-top:1px solid hsl(var(--primary-foreground) / .1);margin-top:3rem;padding-top:2rem;text-align:center;font-size:.875rem;color:hsl(var(--primary-foreground) / .5)}.section-heading{text-align:center;margin-bottom:3rem}@media(min-width:768px){.section-heading{margin-bottom:4rem}}.section-heading-tag{display:inline-block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:hsl(var(--accent));margin-bottom:.75rem}.section-heading-title{font-family:Plus Jakarta Sans,Inter,system-ui,sans-serif;font-size:1.875rem;font-weight:700;color:hsl(var(--foreground));margin-bottom:1rem}@media(min-width:768px){.section-heading-title{font-size:2.25rem}}@media(min-width:1024px){.section-heading-title{font-size:3rem}}.section-heading-desc{color:hsl(var(--muted-foreground));font-size:1rem;max-width:42rem;margin:0 auto;line-height:1.625}@media(min-width:768px){.section-heading-desc{font-size:1.125rem}}.floating-shapes-container{position:absolute;inset:0;overflow:hidden;pointer-events:none}.floating-shape{position:absolute}.shape-circle{border-radius:9999px;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}.shape-square{border-radius:.75rem;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}.shape-ring{border-radius:9999px;border:2px solid hsl(var(--accent) / .1)}.shape-line{border-radius:9999px;height:2px}.shape-border{border:1px solid hsl(var(--accent) / .15)}.shape-blur-sm{filter:blur(4px)}.shape-blur-1{filter:blur(1px)}.glowing-orb{position:absolute;width:500px;height:500px;border-radius:9999px;opacity:.3;background:radial-gradient(circle,hsl(213 94% 54% / .12) 0%,transparent 70%);left:60%;top:20%;transform:translate(-50%,-50%)}.hero-section{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden}.hero-bg{position:absolute;inset:0}.hero-bg-image{width:100%;height:100%;object-fit:cover;opacity:.1}.hero-bg-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,hsl(var(--background)),hsl(var(--background) / .95),hsl(var(--background)))}.hero-content{position:relative;z-index:10;padding-top:6rem;padding-bottom:4rem}.hero-inner{max-width:48rem}.hero-tag{display:inline-block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:hsl(var(--accent));margin-bottom:1.5rem}.hero-title{font-family:Plus Jakarta Sans,Inter,system-ui,sans-serif;font-size:2.25rem;font-weight:700;color:hsl(var(--foreground));line-height:1.08;margin-bottom:1.5rem}@media(min-width:640px){.hero-title{font-size:3rem}}@media(min-width:768px){.hero-title{font-size:3.75rem}}@media(min-width:1024px){.hero-title{font-size:4.5rem}}.hero-description{font-size:1.125rem;color:hsl(var(--muted-foreground));max-width:36rem;line-height:1.625;margin-bottom:2.5rem}@media(min-width:768px){.hero-description{font-size:1.25rem}}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem}.btn-primary{display:inline-flex;align-items:center;gap:.5rem;border-radius:.5rem;background:hsl(var(--accent));padding:.875rem 1.75rem;font-size:.875rem;font-weight:600;color:hsl(var(--accent-foreground));transition:all .2s;box-shadow:0 1px 2px #0000000d;text-decoration:none;border:none}.btn-primary:hover{opacity:.9}.btn-secondary{display:inline-flex;align-items:center;gap:.5rem;border-radius:.5rem;border:1px solid hsl(var(--border));padding:.875rem 1.75rem;font-size:.875rem;font-weight:600;color:hsl(var(--foreground));transition:all .2s;text-decoration:none;background:transparent}.btn-secondary:hover{background:hsl(var(--secondary))}.stats-section{border-top:1px solid hsl(var(--border));border-bottom:1px solid hsl(var(--border));background:linear-gradient(135deg,#1b7ff80d,#181d2505)}.stats-inner{padding:3rem 0}@media(min-width:768px){.stats-inner{padding:4rem 0}}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media(min-width:768px){.stats-grid{grid-template-columns:repeat(4,1fr)}}.stat-item{text-align:center}.stat-value{font-family:Plus Jakarta Sans,Inter,system-ui,sans-serif;font-size:1.875rem;font-weight:700;color:hsl(var(--foreground));margin-bottom:.25rem}@media(min-width:768px){.stat-value{font-size:2.25rem}}.stat-label{font-size:.875rem;color:hsl(var(--muted-foreground))}.services-section{padding:5rem 0}@media(min-width:768px){.services-section{padding:7rem 0}}.services-grid{display:grid;gap:1.5rem}@media(min-width:640px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.services-grid{grid-template-columns:repeat(4,1fr)}}.service-card{padding:1.5rem;border-radius:.75rem;border:1px solid hsl(var(--border));background:hsl(var(--card));transition:all .3s}.service-card:hover{box-shadow:0 4px 12px #181d2514,0 8px 32px #181d251a}.service-icon{width:3rem;height:3rem;border-radius:.5rem;background:hsl(var(--accent) / .1);display:flex;align-items:center;justify-content:center;margin-bottom:1rem;transition:background-color .2s}.service-card:hover .service-icon{background:hsl(var(--accent) / .2)}.service-icon svg{color:hsl(var(--accent))}.service-title{font-family:Plus Jakarta Sans,Inter,system-ui,sans-serif;font-size:1.125rem;font-weight:600;color:hsl(var(--foreground));margin-bottom:.5rem}.service-desc{font-size:.875rem;color:hsl(var(--muted-foreground));line-height:1.625}.testimonials-section{padding:5rem 0;background:linear-gradient(135deg,#1b7ff80d,#181d2505)}@media(min-width:768px){.testimonials-section{padding:7rem 0}}.testimonials-grid{display:grid;gap:1.5rem}@media(min-width:768px){.testimonials-grid{grid-template-columns:repeat(3,1fr)}}.testimonial-card{padding:1.5rem;border-radius:.75rem;border:1px solid hsl(var(--border));background:hsl(var(--card));box-shadow:0 1px 3px #181d250a,0 4px 16px #181d250f}.testimonial-stars{display:flex;gap:.25rem;margin-bottom:1rem}.testimonial-stars svg{fill:hsl(var(--accent));color:hsl(var(--accent))}.testimonial-text{color:hsl(var(--foreground));font-size:.875rem;line-height:1.625;margin-bottom:1.25rem}.testimonial-name{font-weight:600;font-size:.875rem;color:hsl(var(--foreground))}.testimonial-role{font-size:.75rem;color:hsl(var(--muted-foreground))}.pricing-section{padding:5rem 0}@media(min-width:768px){.pricing-section{padding:7rem 0}}.pricing-grid{display:grid;gap:2rem;max-width:56rem;margin:0 auto}@media(min-width:768px){.pricing-grid{grid-template-columns:repeat(2,1fr)}}.pricing-card{position:relative;border-radius:1rem;background:hsl(var(--card));padding:2rem;transition:all .3s}@media(min-width:768px){.pricing-card{padding:2.5rem}}.pricing-card-standard{border:1px solid hsl(var(--border));box-shadow:0 1px 3px #181d250a,0 4px 16px #181d250f}.pricing-card-standard:hover{box-shadow:0 4px 12px #181d2514,0 8px 32px #181d251a}.pricing-card-featured{border:2px solid hsl(var(--accent));box-shadow:0 8px 24px #181d2514,0 16px 48px #181d251f}.pricing-badge{position:absolute;top:0;right:1.5rem;transform:translateY(-50%)}.pricing-badge span{display:inline-block;border-radius:9999px;background:hsl(var(--accent));padding:.25rem 1rem;font-size:.75rem;font-weight:600;color:hsl(var(--accent-foreground))}.pricing-tier{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem;display:block}.pricing-tier-standard{color:hsl(var(--muted-foreground))}.pricing-tier-featured{color:hsl(var(--accent))}.pricing-compare{border-radius:.75rem;padding:1rem 1.25rem;margin-bottom:1.5rem}.pricing-compare-row{display:flex;align-items:center;justify-content:space-between}.pricing-compare-row+.pricing-compare-row{margin-top:.75rem;padding-top:.75rem;border-top:1px dashed hsl(var(--border))}.pricing-compare-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:hsl(var(--muted-foreground))}.pricing-compare-value{font-family:Plus Jakarta Sans,Inter,system-ui,sans-serif;font-size:1.125rem;font-weight:600;color:hsl(var(--muted-foreground));text-decoration:line-through;opacity:.55}.pricing-compare-row.ours .pricing-compare-label{color:hsl(var(--accent))}.pricing-compare-row.ours .pricing-compare-value{font-size:1.75rem;font-weight:700;color:hsl(var(--foreground));text-decoration:none;opacity:1}@media(min-width:768px){.pricing-compare-row.ours .pricing-compare-value{font-size:2.25rem}}.pricing-subtitle{font-size:.875rem;color:hsl(var(--muted-foreground));margin-bottom:2rem}.pricing-features{display:flex;flex-direction:column;gap:.75rem;margin-bottom:2rem}.pricing-feature{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:hsl(var(--foreground))}.pricing-feature svg{color:hsl(var(--accent));flex-shrink:0}.pricing-btn{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:.5rem;padding:.875rem 1.75rem;font-size:.875rem;font-weight:600;transition:all .2s;text-decoration:none;border:none}.pricing-btn-outline{border:1px solid hsl(var(--border));color:hsl(var(--foreground));background:transparent}.pricing-btn-outline:hover{background:hsl(var(--secondary))}.pricing-btn-filled{background:hsl(var(--accent));color:hsl(var(--accent-foreground));box-shadow:0 1px 2px #0000000d}.pricing-btn-filled:hover{opacity:.9}.cta-section{padding:5rem 0}@media(min-width:768px){.cta-section{padding:7rem 0}}.cta-card{position:relative;border-radius:1rem;background:hsl(var(--primary));color:hsl(var(--primary-foreground));padding:2.5rem;text-align:center;overflow:hidden}@media(min-width:768px){.cta-card{padding:4rem}}.cta-inner{position:relative;z-index:10}.cta-title{font-family:Plus Jakarta Sans,Inter,system-ui,sans-serif;font-size:1.875rem;font-weight:700;margin-bottom:1rem}@media(min-width:768px){.cta-title{font-size:2.25rem}}.cta-description{color:hsl(var(--primary-foreground) / .7);max-width:32rem;margin:0 auto 2rem}.cta-btn{display:inline-flex;align-items:center;gap:.5rem;border-radius:.5rem;background:hsl(var(--accent));padding:.875rem 1.75rem;font-size:.875rem;font-weight:600;color:hsl(var(--accent-foreground));transition:all .2s;text-decoration:none;border:none}.cta-btn:hover{opacity:.9}.contact-page{padding-top:6rem;padding-bottom:5rem}@media(min-width:768px){.contact-page{padding-top:8rem;padding-bottom:7rem}}.contact-layout{display:grid;gap:2.5rem;max-width:64rem;margin:0 auto}@media(min-width:1024px){.contact-layout{grid-template-columns:3fr 2fr}}.contact-form{display:flex;flex-direction:column;gap:1.25rem}.contact-form-row{display:grid;gap:1.25rem}@media(min-width:640px){.contact-form-row{grid-template-columns:1fr 1fr}}.contact-input{width:100%;border-radius:.5rem;border:1px solid hsl(var(--border));background:hsl(var(--background));padding:.75rem 1rem;font-size:.875rem;color:hsl(var(--foreground));font-family:inherit;transition:box-shadow .2s;outline:none}.contact-input::placeholder{color:hsl(var(--muted-foreground))}.contact-input:focus{box-shadow:0 0 0 2px hsl(var(--accent) / .4)}.contact-textarea{resize:none}.contact-submit{display:inline-flex;align-items:center;gap:.5rem;border-radius:.5rem;background:hsl(var(--accent));padding:.875rem 1.75rem;font-size:.875rem;font-weight:600;color:hsl(var(--accent-foreground));transition:all .2s;border:none;box-shadow:0 1px 2px #0000000d;cursor:pointer;align-self:flex-start}.contact-submit:hover{opacity:.9}.contact-sidebar{display:flex;flex-direction:column;gap:1.5rem}.contact-info-item{display:flex;gap:1rem;align-items:flex-start}.contact-info-icon{width:2.5rem;height:2.5rem;border-radius:.5rem;background:hsl(var(--accent) / .1);display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-info-icon svg{color:hsl(var(--accent))}.contact-info-label{font-size:.75rem;color:hsl(var(--muted-foreground));margin-bottom:.125rem}.contact-info-value{font-size:.875rem;font-weight:500;color:hsl(var(--foreground));text-decoration:none;transition:color .2s}a.contact-info-value:hover{color:hsl(var(--accent))}.whatsapp-card{display:flex;align-items:center;gap:.75rem;border-radius:.5rem;border:1px solid hsl(var(--border));padding:1rem;transition:all .2s;text-decoration:none}.whatsapp-card:hover{box-shadow:0 1px 3px #181d250a,0 4px 16px #181d250f}.whatsapp-icon{width:2.5rem;height:2.5rem;border-radius:.5rem;background:hsl(var(--accent) / .1);display:flex;align-items:center;justify-content:center;flex-shrink:0}.whatsapp-icon svg{color:hsl(var(--accent))}.whatsapp-title{font-size:.875rem;font-weight:600;color:hsl(var(--foreground));transition:color .2s}.whatsapp-card:hover .whatsapp-title{color:hsl(var(--accent))}.whatsapp-sub{font-size:.75rem;color:hsl(var(--muted-foreground))}.industries-section{padding:5rem 0;background:linear-gradient(135deg,#1b7ff80d,#181d2505)}@media(min-width:768px){.industries-section{padding:7rem 0}}.industries-grid{display:grid;gap:1.25rem;grid-template-columns:repeat(2,1fr)}@media(min-width:640px){.industries-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.industries-grid{grid-template-columns:repeat(4,1fr)}}.industry-card{border-radius:.75rem;border:1px solid hsl(var(--border));background:hsl(var(--card));overflow:hidden;transition:all .3s}.industry-card:hover{box-shadow:0 4px 12px #181d2514,0 8px 32px #181d251a;transform:translateY(-2px)}.industry-card-image{width:100%;height:8rem;object-fit:cover}@media(min-width:768px){.industry-card-image{height:10rem}}.industry-card-name{font-family:Plus Jakarta Sans,Inter,system-ui,sans-serif;font-size:.8125rem;font-weight:600;color:hsl(var(--foreground));padding:.75rem 1rem;text-align:center}@media(min-width:768px){.industry-card-name{font-size:.875rem}}.industry-more-card{border-radius:.75rem;border:1px dashed hsl(var(--border));background:hsl(var(--muted) / .3);display:flex;align-items:center;justify-content:center;min-height:10rem;transition:all .3s}.industry-more-card:hover{background:hsl(var(--muted) / .5)}.industry-more-text{font-size:.875rem;font-weight:600;color:hsl(var(--muted-foreground));text-align:center;padding:1rem}.landing-work-section{padding:5rem 0}@media(min-width:768px){.landing-work-section{padding:7rem 0}}.landing-pricing-section{padding:5rem 0;background:linear-gradient(135deg,#1b7ff80d,#181d2505)}@media(min-width:768px){.landing-pricing-section{padding:7rem 0}}.process-section{padding:5rem 0}@media(min-width:768px){.process-section{padding:7rem 0}}.process-grid{display:grid;gap:1.5rem;max-width:56rem;margin:0 auto}@media(min-width:640px){.process-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.process-grid{grid-template-columns:repeat(4,1fr)}}.process-card{text-align:center;padding:2rem 1.5rem;border-radius:.75rem;border:1px solid hsl(var(--border));background:hsl(var(--card));position:relative;overflow:hidden}.process-step-number{position:absolute;top:-.5rem;right:-.25rem;font-family:Plus Jakarta Sans,Inter,system-ui,sans-serif;font-weight:800;font-size:4rem;line-height:1;color:hsl(var(--accent) / .08);pointer-events:none;-webkit-user-select:none;user-select:none}.process-card-icon{width:3rem;height:3rem;border-radius:.5rem;background:hsl(var(--accent) / .1);display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.process-card-icon svg{color:hsl(var(--accent))}.process-card-title{font-family:Plus Jakarta Sans,Inter,system-ui,sans-serif;font-size:1rem;font-weight:600;color:hsl(var(--foreground));margin-bottom:.5rem}.process-card-desc{font-size:.8125rem;color:hsl(var(--muted-foreground));line-height:1.625}.landing-contact-section{padding-top:8rem;padding-bottom:5rem}@media(min-width:768px){.landing-contact-section{padding-top:10rem;padding-bottom:7rem}}.our-work-page{padding-top:6rem;padding-bottom:5rem}@media(min-width:768px){.our-work-page{padding-top:8rem;padding-bottom:7rem}}.projects-grid{display:grid;gap:1.5rem}@media(min-width:640px){.projects-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.projects-grid{grid-template-columns:repeat(3,1fr)}}.project-card{border-radius:.75rem;border:1px solid hsl(var(--border));background:hsl(var(--card));overflow:hidden;transition:all .3s}.project-card:hover{box-shadow:0 4px 12px #181d2514,0 8px 32px #181d251a}.project-visual{height:12rem;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.project-icon-wrapper{text-align:center}.project-icon{width:4rem;height:4rem;border-radius:1rem;background:hsl(var(--background) / .8);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;margin:0 auto .5rem;box-shadow:0 1px 2px #0000000d;transition:transform .3s}.project-card:hover .project-icon{transform:scale(1.1)}.project-icon span{font-family:Plus Jakarta Sans,Inter,system-ui,sans-serif;font-size:1.25rem;font-weight:700;color:hsl(var(--foreground))}.project-info{padding:1.5rem}.project-industry{display:inline-block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:hsl(var(--accent));margin-bottom:.5rem}.project-name{font-family:Plus Jakarta Sans,Inter,system-ui,sans-serif;font-size:1.125rem;font-weight:600;color:hsl(var(--foreground));margin-bottom:.5rem}.project-desc{font-size:.875rem;color:hsl(var(--muted-foreground));line-height:1.625}.not-found-page{display:flex;min-height:100vh;align-items:center;justify-content:center;background:hsl(var(--muted))}.not-found-content{text-align:center}.not-found-title{margin-bottom:1rem;font-size:2.25rem;font-weight:700}.not-found-text{margin-bottom:1rem;font-size:1.25rem;color:hsl(var(--muted-foreground))}.not-found-link{color:hsl(var(--primary));text-decoration:underline;transition:color .2s}.not-found-link:hover{opacity:.9}:root{--background: 0 0% 100%;--foreground: 220 20% 12%;--card: 0 0% 100%;--card-foreground: 220 20% 12%;--popover: 0 0% 100%;--popover-foreground: 220 20% 12%;--primary: 220 20% 12%;--primary-foreground: 0 0% 100%;--secondary: 214 32% 96%;--secondary-foreground: 220 20% 12%;--muted: 220 14% 96%;--muted-foreground: 220 9% 46%;--accent: 213 94% 54%;--accent-foreground: 0 0% 100%;--destructive: 0 84% 60%;--destructive-foreground: 0 0% 100%;--border: 220 13% 91%;--input: 220 13% 91%;--ring: 213 94% 54%;--radius: .75rem}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0;border-color:hsl(var(--border))}html{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;line-height:1.5}body{font-family:Inter,system-ui,sans-serif;background-color:hsl(var(--background));color:hsl(var(--foreground));-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5}h1,h2,h3,h4,h5,h6{font-family:Plus Jakarta Sans,Inter,system-ui,sans-serif}img,svg,video{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}ul,ol{list-style:none}.container{max-width:1400px;margin:0 auto;padding-left:2rem;padding-right:2rem;width:100%}.text-gradient{background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;color:transparent;background-image:linear-gradient(135deg,#1b7ff8,#1563c1)}.bg-subtle{background:linear-gradient(135deg,#1b7ff80d,#181d2505)}.toast-container{position:fixed;bottom:1.5rem;right:1.5rem;z-index:9999;display:flex;flex-direction:column;gap:.5rem}.toast-item{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:.75rem;padding:1rem 1.25rem;box-shadow:0 8px 24px #181d2514,0 16px 48px #181d251f;animation:toast-in .3s ease-out;min-width:280px}.toast-title{font-weight:600;font-size:.875rem;color:hsl(var(--foreground));margin-bottom:.125rem}.toast-description{font-size:.8125rem;color:hsl(var(--muted-foreground))}@keyframes toast-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
