.navbar{position:fixed;top:1rem;left:5%;transform:none;width:90%;max-width:1800px;z-index:1000;display:flex;justify-content:space-between;align-items:center;padding:.8rem 1.5rem;background:#0f172ad9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(148,163,184,.2);border-radius:50px;transition:all .3s ease;font-family:Zen Dots,cursive;box-shadow:0 4px 20px #0003;min-height:fit-content;height:auto;overflow:visible;flex-wrap:nowrap;gap:1rem}.navbar:hover{background:#0f172af2;box-shadow:0 6px 30px #0000004d}.top-blur-overlay{position:fixed;top:0;left:0;right:0;height:3rem;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);pointer-events:none;z-index:999;mask-image:linear-gradient(to bottom,#000,#000c,#0000);-webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,1) 0%,rgba(0,0,0,.8) 50%,rgba(0,0,0,0) 100%)}.mobile-menu-overlay{position:fixed;inset:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:999;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.logo{display:flex;align-items:center;gap:.5rem;text-decoration:none;transition:opacity .3s ease;flex-shrink:0;z-index:1002;min-width:0;max-width:200px}.logo img{height:4rem;max-height:4rem;width:auto;max-width:100%;object-fit:contain;transition:opacity .3s ease;display:block}.logo-left,.logo-right{height:4rem;max-height:4rem;width:auto;object-fit:contain}.logo-left{margin-left:0}.logo-right{display:none}.mobile-menu-toggle{display:none;flex-direction:column;justify-content:space-around;width:2rem;height:2rem;background:transparent;border:none;cursor:pointer;padding:0;z-index:1002;gap:.25rem;flex-shrink:0}@media(min-width:1367px){.mobile-menu-toggle{display:none!important}.nav-links{display:flex!important;position:static!important;transform:none!important;width:auto!important;height:auto!important;background:transparent!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;padding:0!important;overflow:visible!important;flex-direction:row!important;gap:.5rem!important}.cta-button{position:static!important;display:inline-block!important;opacity:1!important;pointer-events:all!important;margin-left:0!important;margin-right:0!important;order:unset!important}}.mobile-menu-toggle span{width:100%;height:3px;background:#e5e7eb;border-radius:3px;transition:all .3s ease;transform-origin:center}.mobile-menu-toggle:hover span{background:#00d4ff}.mobile-menu-toggle.active span:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.mobile-menu-toggle.active span:nth-child(2){opacity:0}.mobile-menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.logo:hover{opacity:.8}.nav-links{display:flex;align-items:center;gap:.5rem;flex-wrap:nowrap;overflow:visible;flex-shrink:1;min-width:0}.nav-link{font-family:Zen Dots,cursive;text-decoration:none;color:#e5e7eb;font-size:.9rem;font-weight:400;padding:.5rem .8rem;border-radius:8px;transition:all .3s ease;position:relative;background:none;border:none;cursor:pointer;white-space:nowrap;flex-shrink:0}.nav-dropdown:hover .dropdown-link{color:#fff!important;background:#332aea!important}.nav-link.active{color:#fff;background:#332aea}.nav-dropdown:hover .dropdown-link,.nav-dropdown .dropdown-link.active{color:#fff!important;background:#332aea!important}.nav-dropdown{position:relative;padding:.5rem 0;margin:-.5rem 0;overflow:visible;z-index:1001}.dropdown-toggle-wrapper{display:flex;align-items:center}.dropdown-link{display:flex;align-items:center;gap:.4rem}.dropdown-arrow{font-size:.7rem;transition:transform .3s ease;display:inline-block;line-height:1;cursor:pointer;margin-left:.2rem}.dropdown-arrow:hover{opacity:.8}.nav-dropdown:hover .dropdown-arrow,.nav-dropdown:has(.dropdown-menu:hover) .dropdown-arrow{transform:rotate(180deg)}.dropdown-arrow.open{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:calc(100% + .25rem);left:0;background:#0f172afa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(148,163,184,.3);border-radius:12px;padding:.75rem 0 .5rem;min-width:160px;box-shadow:0 8px 24px #0006;animation:dropdownFadeIn .2s ease;margin-top:.25rem;z-index:1002;display:block;visibility:visible;opacity:1}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-item{font-family:Zen Dots,cursive;display:block;padding:.75rem 1.25rem;color:#e5e7eb;text-decoration:none;font-size:.9rem;font-weight:400;transition:all .2s ease;border-radius:0}.dropdown-item:hover{background:#332aea;color:#fff}.dropdown-item:first-child{border-top-left-radius:12px;border-top-right-radius:12px}.dropdown-item:last-child{border-bottom-left-radius:12px;border-bottom-right-radius:12px}.cta-button{font-family:Zen Dots,cursive;display:inline-block;padding:.7rem 1.3rem;background:#fff;color:#0f172a;text-decoration:none;border-radius:8px;font-size:.9rem;font-weight:400;transition:all .3s ease;white-space:nowrap;box-shadow:0 2px 8px #0000001a;flex-shrink:0}.cta-button:hover{background:#f3f4f6;transform:translateY(-1px);box-shadow:0 4px 12px #00000026}@media(max-width:1366px){.navbar{top:.75rem;left:50%;transform:translate(-50%);width:calc(100% - 1.5rem);padding:.6rem 1rem;border-radius:30px;flex-wrap:nowrap;gap:.5rem}.logo img,.logo-left,.logo-right{height:3rem;max-height:3rem}.logo-right{display:block}.mobile-menu-toggle{display:flex;order:3;margin-left:0}.cta-button{order:2;margin-left:auto;margin-right:.5rem}.logo{order:1}.nav-links{position:fixed;top:calc(1.5rem + 70px);left:50%;transform:translate(-50%);width:calc(100% - 1rem);max-height:0;background:#0f172afa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);flex-direction:column;justify-content:flex-start;align-items:center;padding-top:0;padding-bottom:0;gap:1.5rem;overflow:hidden;transition:max-height .4s ease,padding-top .4s ease,padding-bottom .4s ease;z-index:1000;border-top:none;border-radius:25px;margin-top:-1px}.nav-links.mobile-open{max-height:calc(100vh - 1.5rem - 70px);padding-top:2rem;padding-bottom:2rem;overflow-y:auto;pointer-events:all;z-index:1000}.nav-link{font-size:1.1rem;padding:1rem 2rem;width:80%;text-align:center;border-radius:12px}.nav-dropdown{width:80%;padding:0;margin:0;display:flex;flex-direction:column;align-items:center;pointer-events:all;z-index:1001}.dropdown-toggle-wrapper{width:100%;display:flex;justify-content:center;align-items:center}.dropdown-link{width:100%;text-align:center;padding:1rem 2rem;font-size:1.1rem;pointer-events:all;justify-content:center}.dropdown-arrow{pointer-events:all;font-size:1.1rem}.dropdown-arrow{margin-left:.3rem}.dropdown-menu{position:static;width:100%;margin-top:.5rem;min-width:auto;transform:none;left:auto;border-radius:12px;align-self:center;pointer-events:all;z-index:1002;display:block;visibility:visible;opacity:1}.dropdown-item{padding:.8rem 1.5rem;font-size:1rem;text-align:center;pointer-events:all;cursor:pointer}.cta-button{position:static;font-size:.75rem;padding:.5rem .9rem;white-space:nowrap;display:inline-block;transform:none;width:auto;max-width:none;z-index:1002;opacity:1;pointer-events:all;box-shadow:0 2px 8px #0000001a;flex-shrink:0}}@media(max-width:640px){.navbar{top:1.5rem;left:50%;transform:translate(-50%);width:calc(100% - 1rem);padding:1rem .8rem;border-radius:25px;gap:.4rem;min-height:70px}.logo img,.logo-left,.logo-right{height:2.5rem;max-height:2.5rem}.logo-right{display:block}.mobile-menu-toggle{width:1.75rem;height:1.75rem;order:3;margin-left:0}.cta-button{order:2;margin-left:auto;margin-right:.5rem}.logo{order:1}.nav-links{top:calc(1.2rem + 65px);padding-top:0;padding-bottom:0;gap:1rem;border-radius:25px;margin-top:-1px;z-index:1000}.nav-links.mobile-open{max-height:calc(100vh - 1.2rem - 65px);padding-top:1.5rem;padding-bottom:2rem;pointer-events:all;z-index:1000}.nav-link{font-size:1rem;padding:.9rem 1.5rem;width:85%}.nav-dropdown{width:85%;display:flex;flex-direction:column;align-items:center;pointer-events:all;z-index:1001}.dropdown-toggle-wrapper{width:100%;display:flex;justify-content:center;align-items:center}.dropdown-link{width:100%;text-align:center;padding:.9rem 1.5rem;font-size:1rem;pointer-events:all;justify-content:center}.dropdown-arrow{pointer-events:all;font-size:1rem}.dropdown-menu{align-self:center;pointer-events:all;z-index:1002;display:block;visibility:visible;opacity:1}.dropdown-item{padding:.7rem 1.2rem;font-size:.95rem;pointer-events:all;cursor:pointer}.cta-button{font-size:.7rem;padding:.45rem .8rem;width:auto;position:static;transform:none;bottom:auto;z-index:1002;flex-shrink:0}}@media(max-width:480px){.navbar{top:1.2rem;left:50%;transform:translate(-50%);width:calc(100% - 1rem);padding:.9rem .6rem;gap:.3rem;min-height:65px}.logo img,.logo-left,.logo-right{height:2rem;max-height:2rem}.logo-right{display:block}.mobile-menu-toggle{width:1.5rem;height:1.5rem;order:3;margin-left:0}.cta-button{order:2;margin-left:auto;margin-right:.3rem;font-size:.65rem;padding:.4rem .7rem;z-index:1002;flex-shrink:0}.logo{order:1}}@media(min-width:1367px){.navbar{padding:.8rem 1.8rem;gap:1.2rem}.logo-right,.mobile-menu-toggle{display:none!important}.nav-links{display:flex!important;position:static!important;transform:none!important;width:auto!important;height:auto!important;background:transparent!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;padding:0!important;overflow:visible!important;flex-direction:row!important;gap:.8rem!important;flex-wrap:nowrap!important;flex-shrink:1!important;min-width:0!important}.cta-button{position:static!important;display:inline-block!important;opacity:1!important;pointer-events:all!important;margin-left:0!important;margin-right:0!important;order:unset!important;font-size:.9rem!important;padding:.7rem 1.3rem!important;flex-shrink:0!important}.logo{order:unset!important;flex-shrink:0!important}.nav-link{width:auto!important;text-align:left!important;padding:.5rem .75rem!important;font-size:.88rem!important;white-space:nowrap!important;flex-shrink:0!important}.nav-dropdown{width:auto!important;display:block!important;flex-direction:unset!important;align-items:unset!important;flex-shrink:0!important;overflow:visible!important;z-index:1001!important}.dropdown-toggle-wrapper{display:flex!important;align-items:center!important;width:auto!important}.dropdown-link{padding:.5rem .75rem!important;font-size:.88rem!important;white-space:nowrap!important;gap:.4rem!important}.dropdown-arrow{font-size:.88rem!important}.dropdown-menu{position:absolute!important;top:calc(100% + .25rem)!important;left:0!important;width:auto!important;min-width:160px!important;transform:none!important;align-self:unset!important;z-index:1002!important;display:block!important;visibility:visible!important;opacity:1!important}.dropdown-arrow{margin-left:.4rem!important}}@media(min-width:1600px){.navbar{padding:.8rem 2rem;gap:1.5rem}.nav-links{gap:1.2rem!important}.nav-link{padding:.5rem 1rem!important;font-size:.95rem!important}.dropdown-link{padding:.5rem 1rem!important;font-size:.95rem!important;gap:.4rem!important}.dropdown-arrow{font-size:.95rem!important}.cta-button{font-size:.95rem!important;padding:.75rem 1.5rem!important}}.stats-section{padding:3rem 1rem;box-sizing:border-box}.stats-container{width:100%;margin:0;padding:0}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;width:100%;margin:0 auto 0 0;padding:0}.stat-card{text-align:center;padding:1.5rem .75rem;background:#0f172ab3;border:1px solid rgba(148,163,184,.1);border-radius:12px;transition:all .3s ease}.stat-card:hover{transform:translateY(-4px);border-color:#94a3b84d;box-shadow:0 12px 30px -10px #0000004d}.stat-number{font-size:2rem;font-weight:700;color:#3b82f6;margin-bottom:.5rem;line-height:1}.stat-label{font-size:.875rem;color:#f9fafbcc;font-weight:500}@media(min-width:480px){.stats-section{padding:3.5rem 1.5rem}.stats-grid{gap:1.5rem}.stat-card{padding:2rem 1rem}.stat-number{font-size:2.5rem}.stat-label{font-size:1rem}}@media(min-width:768px){.stats-section{padding:4rem 2rem 4rem .5rem}.stats-grid{grid-template-columns:repeat(4,1fr);gap:2rem;margin-left:-1rem}.stat-card{padding:2rem 1rem;border-radius:16px}.stat-number{font-size:3.5rem}.stat-label{font-size:1.125rem}}@media(min-width:768px)and (max-width:1023px){.stats-section{padding-left:1.5rem}.stats-grid{gap:1.5rem;margin-left:0}}@media(min-width:1024px){.stats-section{padding:5rem 2rem 5rem .5rem}.stats-grid{gap:2.5rem;margin-left:-1rem}.stat-card{padding:3rem 2rem}.stat-number{font-size:5rem}}.services-section{padding:3rem 1rem;background:#02061799;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.services-container{width:100%}.services-header{text-align:center;margin-bottom:3rem}.services-title{font-size:2rem;font-weight:700;color:#f9fafb;margin-bottom:1rem}.services-subtitle{font-size:1rem;color:#f9fafbcc}.services-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:2rem}.service-card-landing{background:#0f172ab3;border:1px solid rgba(148,163,184,.1);border-radius:12px;padding:1.5rem;transition:all .3s ease}.service-card-landing:hover{transform:translateY(-4px);border-color:#94a3b84d;box-shadow:0 12px 30px -10px #0000004d}.service-card-title{font-size:1.25rem;font-weight:600;color:#f9fafb;margin-bottom:.75rem}.service-card-description{font-size:1rem;color:#f9fafbb3;margin-bottom:1.5rem;line-height:1.6}.service-features{list-style:none;padding:0;margin:0 0 1.5rem}.service-features li{padding:.5rem 0 .5rem 1.5rem;position:relative;color:#f9fafbe6;font-size:.95rem}.service-features li:before{content:"✓";position:absolute;left:0;color:#22c55e;font-weight:700}.service-card-link{display:inline-block;color:#60a5fa;text-decoration:none;font-weight:600;transition:color .2s ease}.service-card-link:hover{color:#93c5fd}.services-cta{text-align:center}.services-btn{display:inline-block;padding:.875rem 2rem;background:#3b82f6;color:#fff;text-decoration:none;border-radius:8px;font-weight:600;transition:all .3s ease}.services-btn:hover{background:#2563eb;transform:translateY(-2px);box-shadow:0 8px 20px -10px #3b82f680}@media(min-width:480px){.services-section{padding:4rem 1.5rem}.services-title{font-size:2.25rem}.service-card-landing{padding:2rem;border-radius:16px}.service-card-title{font-size:1.5rem}}@media(min-width:768px){.services-section{padding:5rem 2rem}.services-grid{grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:3rem}}@media(min-width:1024px){.services-section{padding:6rem 3rem}.services-title{font-size:3rem}.services-subtitle{font-size:1.125rem}.services-grid{grid-template-columns:repeat(3,1fr);gap:2.5rem}}.featured-projects-section{padding:3rem 1rem;background:#02061766;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.featured-projects-container{width:100%}.featured-projects-header{text-align:center;margin-bottom:3rem}.featured-projects-title{font-size:2rem;font-weight:700;color:#f9fafb;margin-bottom:1rem}.featured-projects-subtitle{font-size:1rem;color:#f9fafbcc}.featured-projects-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:2rem}.featured-project-card{background:#0f172ab3;border:1px solid rgba(148,163,184,.1);border-radius:16px;overflow:hidden;transition:all .3s ease}.featured-project-card:hover{transform:translateY(-4px);border-color:#94a3b84d;box-shadow:0 12px 30px -10px #0000004d}.featured-project-image-wrapper{position:relative;width:100%;height:200px;overflow:hidden}.featured-project-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.featured-project-card:hover .featured-project-image{transform:scale(1.05)}.featured-project-overlay{position:absolute;top:1rem;right:1rem}.featured-project-badge{display:inline-block;padding:.375rem .875rem;background:#000000b3;color:#f9fafb;border-radius:20px;font-size:.75rem;font-weight:600;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.featured-project-content{padding:1.5rem}.featured-project-title{font-size:1.5rem;font-weight:600;color:#f9fafb;margin-bottom:.75rem}.featured-project-description{font-size:.95rem;color:#f9fafbb3;margin-bottom:1rem;line-height:1.6}.featured-project-stack{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.featured-project-tech{padding:.25rem .75rem;background:#3b82f633;color:#93c5fd;border-radius:12px;font-size:.75rem;font-weight:500}.featured-project-link{display:inline-block;color:#60a5fa;text-decoration:none;font-weight:600;font-size:.95rem;transition:color .2s ease}.featured-project-link:hover{color:#93c5fd}.featured-projects-cta{text-align:center}.featured-projects-btn{display:inline-block;padding:.875rem 2rem;background:#3b82f6;color:#fff;text-decoration:none;border-radius:8px;font-weight:600;transition:all .3s ease}.featured-projects-btn:hover{background:#2563eb;transform:translateY(-2px);box-shadow:0 8px 20px -10px #3b82f680}@media(min-width:480px){.featured-projects-section{padding:4rem 1.5rem}.featured-projects-title{font-size:2.25rem}.featured-projects-grid{gap:2rem;margin-bottom:3rem}.featured-project-image-wrapper{height:250px}}@media(min-width:768px){.featured-projects-section{padding:5rem 2rem}.featured-projects-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem}.featured-project-image-wrapper{height:280px}}@media(min-width:1024px){.featured-projects-section{padding:6rem 3rem}.featured-projects-title{font-size:3rem}.featured-projects-subtitle{font-size:1.125rem}.featured-projects-grid{grid-template-columns:repeat(3,1fr);gap:2.5rem}.featured-project-image-wrapper{height:300px}}.why-choose-section{padding:3rem 1rem;background:#02061799;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.why-choose-container{width:100%}.why-choose-header{text-align:center;margin-bottom:3rem}.why-choose-title{font-size:2rem;font-weight:700;color:#f9fafb;margin-bottom:1rem}.why-choose-subtitle{font-size:1rem;color:#f9fafbcc}.why-choose-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}.why-choose-card{background:#0f172ab3;border:1px solid rgba(148,163,184,.1);border-radius:12px;padding:1.5rem;text-align:center;transition:all .3s ease}.why-choose-card:hover{transform:translateY(-4px);border-color:#94a3b84d;box-shadow:0 12px 30px -10px #0000004d}.why-choose-icon{font-size:2.5rem;margin-bottom:1rem;display:block}.why-choose-card-title{font-size:1.125rem;font-weight:600;color:#f9fafb;margin-bottom:.75rem}.why-choose-card-description{font-size:.95rem;color:#f9fafbb3;line-height:1.6}@media(min-width:480px){.why-choose-section{padding:4rem 1.5rem}.why-choose-title{font-size:2.25rem}.why-choose-card{padding:2rem;border-radius:16px}.why-choose-icon{font-size:3rem}.why-choose-card-title{font-size:1.25rem}}@media(min-width:768px){.why-choose-section{padding:5rem 2rem}.why-choose-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media(min-width:1024px){.why-choose-section{padding:6rem 3rem}.why-choose-title{font-size:3rem}.why-choose-subtitle{font-size:1.125rem}.why-choose-grid{grid-template-columns:repeat(3,1fr);gap:2.5rem}}.work-process-section{padding:3rem 1rem;background:#02061766;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.work-process-container{width:100%}.work-process-header{text-align:center;margin-bottom:4rem}.work-process-title{font-size:2rem;font-weight:700;color:#f9fafb;margin-bottom:1rem}.work-process-subtitle{font-size:1rem;color:#f9fafbcc}.work-process-steps{display:flex;flex-direction:column;gap:1.5rem;position:relative}.work-process-step{display:flex;align-items:flex-start;gap:1rem;position:relative}.work-process-number{font-size:2rem;font-weight:700;color:#3b82f64d;line-height:1;min-width:60px;flex-shrink:0}.work-process-content{flex:1;background:#0f172ab3;border:1px solid rgba(148,163,184,.1);border-radius:12px;padding:1.25rem;transition:all .3s ease}.work-process-step:hover .work-process-content{border-color:#94a3b84d;transform:translate(4px)}.work-process-step-title{font-size:1.25rem;font-weight:600;color:#f9fafb;margin-bottom:.75rem}.work-process-step-description{font-size:.95rem;color:#f9fafbb3;line-height:1.6}.work-process-connector{position:absolute;left:30px;top:40px;width:2px;height:calc(100% + 1.5rem);background:linear-gradient(to bottom,rgba(59,130,246,.3),transparent)}@media(min-width:480px){.work-process-section{padding:4rem 1.5rem}.work-process-title{font-size:2.25rem}.work-process-steps{gap:2rem}.work-process-step{gap:1.5rem}.work-process-number{font-size:3rem;min-width:80px}.work-process-content{padding:1.5rem;border-radius:16px}.work-process-step-title{font-size:1.5rem}.work-process-connector{left:40px;top:60px;height:calc(100% + 2rem)}}@media(min-width:768px){.work-process-section{padding:5rem 2rem}.work-process-steps{gap:3rem}.work-process-step{gap:2rem}.work-process-number{font-size:4rem;min-width:100px}.work-process-connector{left:50px;top:80px}}@media(min-width:1024px){.work-process-section{padding:6rem 3rem}.work-process-title{font-size:3rem}.work-process-subtitle{font-size:1.125rem}.work-process-content{padding:2rem}}.about-preview-section{padding:3rem 1rem;background:#02061799;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.about-preview-container{width:100%}.about-preview-content{text-align:center}.about-preview-text{width:100%}.about-preview-title{font-size:2rem;font-weight:700;color:#f9fafb;margin-bottom:1.5rem}.about-preview-description{font-size:1rem;color:#f9fafbcc;line-height:1.7;margin-bottom:1.25rem}.about-preview-link{display:inline-block;margin-top:1.5rem;color:#60a5fa;text-decoration:none;font-weight:600;font-size:1rem;transition:color .2s ease}.about-preview-link:hover{color:#93c5fd}@media(min-width:480px){.about-preview-section{padding:4rem 1.5rem}.about-preview-title{font-size:2.25rem}.about-preview-description,.about-preview-link{font-size:1.125rem}}@media(min-width:768px){.about-preview-section{padding:5rem 2rem}}@media(min-width:1024px){.about-preview-section{padding:6rem 3rem}.about-preview-title{font-size:3rem}.about-preview-description{font-size:1.25rem}}.testimonials-section{padding:3rem 1rem;background:#02061799;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.testimonials-container{width:100%}.testimonials-header{text-align:center;margin-bottom:3rem}.testimonials-title{font-size:2rem;font-weight:700;color:#f9fafb;margin-bottom:1rem}.testimonials-subtitle{font-size:1rem;color:#f9fafbcc}.testimonials-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}.testimonial-card{background:#0f172ab3;border:1px solid rgba(148,163,184,.1);border-radius:12px;padding:1.5rem;transition:all .3s ease}.testimonial-card:hover{transform:translateY(-4px);border-color:#94a3b84d;box-shadow:0 12px 30px -10px #0000004d}.testimonial-rating{margin-bottom:1rem}.testimonial-star{color:#fbbf24;font-size:1.25rem;margin-right:.25rem}.testimonial-text{font-size:1rem;color:#f9fafbe6;line-height:1.7;margin-bottom:1.5rem;font-style:italic}.testimonial-author{border-top:1px solid rgba(148,163,184,.1);padding-top:1rem}.testimonial-author-name{font-weight:600;color:#f9fafb;margin-bottom:.25rem}.testimonial-author-company{font-size:.875rem;color:#f9fafb99}@media(min-width:480px){.testimonials-section{padding:4rem 1.5rem}.testimonials-title{font-size:2.25rem}.testimonial-card{padding:2rem;border-radius:16px}}@media(min-width:768px){.testimonials-section{padding:5rem 2rem}.testimonials-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media(min-width:1024px){.testimonials-section{padding:6rem 3rem}.testimonials-title{font-size:3rem}.testimonials-subtitle{font-size:1.125rem}.testimonials-grid{grid-template-columns:repeat(3,1fr);gap:2.5rem}}.restaurant-section{padding:3rem 1rem;background:#02061766;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.restaurant-container{width:100%;display:flex;justify-content:center}.restaurant-card{background:#0f172ab3;border:1px solid rgba(148,163,184,.1);border-radius:16px;padding:2.5rem 2rem;max-width:720px;width:100%;text-align:center;transition:all .3s ease}.restaurant-card:hover{transform:translateY(-4px);border-color:#94a3b84d;box-shadow:0 12px 30px -10px #0000004d}.restaurant-title{font-size:2rem;font-weight:700;color:#f9fafb;margin-bottom:1rem}.restaurant-description{font-size:1rem;color:#f9fafbcc;max-width:600px;margin:0 auto 2rem;line-height:1.6}.restaurant-features{list-style:none;padding:0;margin:0 auto 2rem;max-width:420px;display:flex;flex-direction:column;gap:.75rem}.restaurant-features li{background:#3b82f626;color:#93c5fd;padding:.5rem .9rem;border-radius:12px;font-size:.85rem;font-weight:500;text-align:left}.restaurant-btn{display:inline-block;padding:.75rem 1.8rem;background:#3b82f6;color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:.95rem;transition:all .3s ease}.restaurant-btn:hover{background:#2563eb;transform:translateY(-2px);box-shadow:0 8px 20px -10px #3b82f680}@media(min-width:480px){.restaurant-section{padding:4rem 1.5rem}.restaurant-title{font-size:2.25rem}}@media(min-width:768px){.restaurant-section{padding:5rem 2rem}}@media(min-width:1024px){.restaurant-section{padding:6rem 3rem}.restaurant-title{font-size:2.75rem}.restaurant-description{font-size:1.05rem}}:root{--bg: #020617;--panel: rgba(15, 23, 42, .72);--stroke: rgba(148, 163, 184, .14);--text: #f9fafb;--muted: rgba(249, 250, 251, .72);--accent: #22d3ee;--accent2: #a78bfa;--shadow: 0 18px 60px rgba(0, 0, 0, .45)}.about-page{min-height:100vh;background-image:linear-gradient(to bottom,#0206178c,#020617b3),url(/imagen_mejorada_4k.webp);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:scroll;color:var(--text)}.about-hero2{position:relative;overflow:hidden;padding:6rem 1.25rem 3.5rem}.about-hero2-inner{max-width:1100px;margin:0 auto}.about-chip{display:inline-flex;align-items:center;gap:.5rem;padding:.55rem .9rem;border-radius:999px;border:1px solid var(--stroke);background:#02061773;color:var(--muted);font-size:.92rem;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.about-h1{margin:5rem 0 .9rem;font-size:clamp(2.2rem,4.4vw,3.6rem);line-height:1.05;letter-spacing:-.03em;font-weight:900}.about-h1-accent{background:linear-gradient(90deg,var(--accent),var(--accent2));-webkit-background-clip:text;background-clip:text;color:transparent}.about-lead{max-width:720px;color:var(--muted);font-size:1.08rem;line-height:1.7}.about-hero2-actions{display:flex;flex-wrap:wrap;gap:.9rem;margin-top:1.6rem}.about-btn{display:inline-flex;align-items:center;justify-content:center;padding:.9rem 1.15rem;border-radius:14px;text-decoration:none;font-weight:800;border:1px solid var(--stroke);transition:transform .18s ease,background .18s ease,border-color .18s ease;-webkit-user-select:none;user-select:none}.about-btn:active{transform:translateY(1px)}.about-btn-primary{background:linear-gradient(90deg,#22d3ee2e,#a78bfa29);border-color:#22d3ee59;color:var(--text)}.about-btn-primary:hover{border-color:#a78bfa73}.about-btn-ghost{background:#02061759;color:var(--text)}.about-btn-ghost:hover{border-color:#22d3ee59}.about-stats{display:grid;grid-template-columns:1fr;gap:.9rem;margin-top:2.2rem}.about-stat{background:var(--panel);border:1px solid var(--stroke);border-radius:16px;padding:1.1rem 1.2rem;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.about-stat-kpi{font-weight:900;letter-spacing:-.02em;font-size:1.05rem}.about-stat-label{margin-top:.25rem;color:var(--muted);font-size:.95rem}.about-glow{position:absolute;width:520px;height:520px;border-radius:999px;filter:blur(60px);opacity:.75;pointer-events:none}.about-glow-a{left:-180px;top:-220px;background:#22d3ee2e}.about-glow-b{right:-220px;top:-180px;background:#a78bfa24}.about-section2{padding:2.2rem 1.25rem}.about-grid2{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:1.2rem}.about-panel{background:var(--panel);border:1px solid var(--stroke);border-radius:18px;padding:1.7rem;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.about-h2{margin:0 0 .7rem;font-size:1.55rem;font-weight:900;letter-spacing:-.02em}.about-h3{margin:0 0 .7rem;font-size:1.15rem;font-weight:900}.about-sub{margin:.35rem 0 0;color:var(--muted);line-height:1.6}.about-text{color:var(--muted);line-height:1.75;margin:.65rem 0 0}.about-pill-row{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:1.2rem}.about-pill{border:1px solid var(--stroke);background:#02061759;color:var(--text);padding:.45rem .75rem;border-radius:999px;font-size:.9rem}.about-checklist{margin:.85rem 0 0;padding:0;list-style:none;display:grid;gap:.7rem}.about-check{display:inline-flex;width:26px;height:26px;border-radius:8px;align-items:center;justify-content:center;margin-right:.6rem;background:#22d3ee1f;border:1px solid rgba(34,211,238,.22);color:var(--text);font-weight:900}.about-mini-cta{margin-top:1.2rem;padding-top:1.2rem;border-top:1px solid var(--stroke);display:flex;gap:1rem;align-items:baseline;justify-content:space-between;flex-wrap:wrap}.about-mini-cta-text{color:var(--muted);margin:0}.about-link{color:var(--text);font-weight:900;text-decoration:none;border-bottom:1px solid rgba(34,211,238,.35);padding-bottom:2px}.about-link:hover{border-bottom-color:#a78bfa73}.about-process{max-width:1100px;margin:0 auto}.about-process-head{margin-bottom:1rem}.about-steps{display:grid;grid-template-columns:1fr;gap:1rem}.about-step{background:linear-gradient(140deg,#22d3ee12,#a78bfa0f,#0f172ab8);border:1px solid var(--stroke);border-radius:18px;padding:1.5rem;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.about-step-n{width:48px;height:48px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;font-weight:900;letter-spacing:-.02em;border:1px solid rgba(34,211,238,.22);background:#02061759;margin-bottom:.8rem}.about-duo{max-width:1100px;margin:0 auto 1.2rem;display:grid;grid-template-columns:1fr;gap:1.2rem}.about-values2{max-width:1100px;margin:0 auto}.about-values-grid{display:grid;grid-template-columns:1fr;gap:.85rem;margin-top:1rem}.about-value{border:1px solid var(--stroke);background:#02061759;border-radius:14px;padding:1rem 1.1rem}.about-value-title{font-weight:900;letter-spacing:-.02em}.about-value-desc{margin-top:.25rem;color:var(--muted)}.about-cta{padding:3rem 1.25rem 5rem}.about-cta-inner{max-width:1100px;margin:0 auto;background:linear-gradient(120deg,#22d3ee1a,#a78bfa14,#0f172ab8);border:1px solid rgba(34,211,238,.22);border-radius:22px;padding:2rem;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.about-cta-title{margin:0 0 .6rem;font-size:1.9rem;font-weight:900;letter-spacing:-.02em}.about-cta-text{margin:0;color:var(--muted);line-height:1.7}@media(min-width:720px){.about-stats{grid-template-columns:repeat(3,1fr)}.about-grid2{grid-template-columns:1.15fr .85fr;align-items:start}.about-steps,.about-duo{grid-template-columns:repeat(2,1fr)}.about-values-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.about-hero2{padding-top:7rem}.about-cta-inner{padding:2.4rem}}.about-h1{margin:1.1rem 0 .9rem!important;margin-top:0!important;font-size:clamp(2.2rem,4.4vw,3.6rem)!important;line-height:1.05!important;letter-spacing:-.03em!important;font-weight:900!important}@media(min-width:1024px){.about-hero2{padding-top:5.5rem!important;padding:9.5rem 1.25rem 3.5rem!important}}@media(min-width:540px){.about-hero2{padding-top:5.5rem!important;padding:6.5rem 1.25rem 3.5rem!important}}@media(min-width:1368px){.about-hero2{padding-top:5.5rem!important;padding:10rem 1.25rem 3.5rem!important}}.plan{width:100%}.plan-hero{position:relative;padding:5.5rem 1.5rem 2.5rem;overflow:hidden;border-radius:22px}.plan-hero__bg{position:absolute;inset:0;background:radial-gradient(800px 400px at 15% 20%,rgba(59,130,246,.35),transparent 60%),radial-gradient(600px 380px at 85% 30%,rgba(37,99,235,.25),transparent 60%),linear-gradient(to bottom,#02061759,#020617cc);pointer-events:none;filter:saturate(1.1);border-radius:22px}.plan-hero__inner{position:relative;max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1.2fr .8fr;gap:1.25rem;align-items:start;border-radius:22px}.plan-badges{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.badge{border:1px solid rgba(148,163,184,.35);background:#0206178c;padding:.35rem .65rem;border-radius:999px;font-size:.85rem;color:#e2e8f0f2}.badge--glow{border-color:#3b82f6a6;box-shadow:0 0 0 1px #3b82f640,0 0 30px #3b82f626}.plan-title{margin:0;font-size:clamp(2rem,3.8vw,3rem);letter-spacing:-.02em}.plan-subtitle{margin:.75rem 0 1.25rem;max-width:60ch;color:#e2e8f0d1;line-height:1.6}.plan-kpis{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;margin:1rem 0 1.25rem}.kpi{border:1px solid rgba(148,163,184,.22);background:#0206178c;border-radius:16px;padding:.9rem}.kpi-label{display:block;font-size:.8rem;color:#94a3b8e6}.kpi-value{display:block;margin-top:.3rem;font-weight:700;color:#e2e8f0f2}.plan-cta{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:.75rem}.plan-note{margin-top:.9rem;font-size:.9rem;color:#94a3b8e6}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.85rem 1rem;border-radius:14px;border:1px solid rgba(148,163,184,.25);text-decoration:none;font-weight:700;transition:transform .18s ease,background .18s ease,border-color .18s ease;-webkit-user-select:none;user-select:none}.btn:hover{transform:translateY(-1px)}.btn--primary{background:linear-gradient(135deg,#2563ebf2,#3b82f6bf);border-color:#3b82f68c;color:#fff;box-shadow:0 18px 50px #2563eb2e}.btn--ghost{background:#02061759;color:#e2e8f0f2}.btn--soft{background:#3b82f61a;border-color:#3b82f659;color:#e2e8f0f2}.btn--full{width:100%}.price-card{border:1px solid rgba(59,130,246,.25);background:#02061799;border-radius:22px;padding:1.15rem;position:sticky;top:1.25rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.price-card__top{position:relative;padding-bottom:1rem;border-bottom:1px solid rgba(148,163,184,.18)}.price-title{margin:0 0 .85rem;font-size:1.1rem;color:#e2e8f0f2}.price-row{display:flex;justify-content:space-between;align-items:baseline;gap:.75rem;color:#e2e8f0d9;margin:.25rem 0}.price-row--main{margin-top:.45rem}.price-label{color:#94a3b8f2;font-size:.9rem}.price-old{text-decoration:line-through;opacity:.75}.price-main{font-size:2.1rem;font-weight:900;letter-spacing:-.02em}.price-chip{position:absolute;right:0;top:0;font-weight:900;font-size:.85rem;padding:.3rem .6rem;border-radius:999px;background:#3b82f626;border:1px solid rgba(59,130,246,.35);color:#e2e8f0f2}.price-split{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin:1rem 0 .9rem}.split-card{border:1px solid rgba(148,163,184,.18);background:#02061773;border-radius:16px;padding:.8rem}.split-title{font-weight:900;letter-spacing:.02em}.split-desc{margin-top:.25rem;color:#94a3b8f2;font-size:.9rem}.split-amount{margin-top:.55rem;font-size:1.25rem;font-weight:900}.price-actions{display:grid;gap:.6rem;margin:.85rem 0 .75rem}.price-foot{display:flex;gap:.75rem;flex-wrap:wrap;border-top:1px solid rgba(148,163,184,.18);padding-top:.75rem}.mini{display:inline-flex;align-items:center;gap:.45rem;font-size:.9rem;color:#94a3b8f2}.mini-dot{width:10px;height:10px;border-radius:999px;background:#3b82f68c;box-shadow:0 0 20px #3b82f640}.plan-wrap{max-width:1100px;margin:0 auto;padding:1.25rem 1.5rem 2.5rem}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.card{border:1px solid rgba(148,163,184,.18);background:#0206178c;border-radius:22px;padding:1.25rem}.card--danger{border-color:#f8717138}.card-title{margin:0 0 .85rem;display:flex;align-items:center;gap:.6rem;font-size:1.15rem}.icon{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;font-weight:900}.icon--ok{background:#3b82f626;border:1px solid rgba(59,130,246,.35)}.icon--x{background:#f871711f;border:1px solid rgba(248,113,113,.25)}.list-block{border:1px solid rgba(148,163,184,.16);background:#02061759;border-radius:16px;padding:.9rem;margin-bottom:1rem}.list-title{font-weight:900;margin-bottom:.5rem}.list{margin:0;padding-left:1.1rem;color:#e2e8f0e6;line-height:1.7}.checks,.cross{margin:0;padding-left:0;list-style:none;display:grid;gap:.55rem}.checks li,.cross li{position:relative;padding-left:1.8rem;color:#e2e8f0e6;line-height:1.5}.checks li:before{content:"✓";position:absolute;left:0;top:0;width:1.2rem;height:1.2rem;display:grid;place-items:center;border-radius:8px;background:#3b82f624;border:1px solid rgba(59,130,246,.28);font-weight:900}.cross li:before{content:"✕";position:absolute;left:0;top:0;width:1.2rem;height:1.2rem;display:grid;place-items:center;border-radius:8px;background:#f871711a;border:1px solid rgba(248,113,113,.22);font-weight:900}.hint{margin-top:1rem;padding:.9rem;border-radius:16px;background:#f8717112;border:1px solid rgba(248,113,113,.18);color:#e2e8f0e6}.timeline{display:grid;gap:.85rem;margin-top:.25rem}.step{display:grid;grid-template-columns:18px 1fr;gap:.9rem;align-items:start}.step-dot{width:14px;height:14px;margin-top:.35rem;border-radius:999px;background:#3b82f699;box-shadow:0 0 25px #3b82f62e}.step-title{font-weight:900;margin-bottom:.15rem}.step-text{color:#e2e8f0d9;line-height:1.6}.reqs{margin-top:1.2rem;padding-top:1rem;border-top:1px solid rgba(148,163,184,.18)}.reqs-title{font-weight:900;margin-bottom:.5rem}.reqs-list{margin:0;padding-left:1.1rem;color:#e2e8f0e0;line-height:1.7}.cta-final{margin-top:1rem}.cta-final__card{border-radius:22px;padding:1.25rem;border:1px solid rgba(59,130,246,.25);background:radial-gradient(700px 280px at 15% 20%,rgba(59,130,246,.18),transparent 60%),#0206178c}.cta-final__card h3{margin:0 0 .35rem;font-size:1.25rem}.cta-final__card p{margin:0 0 1rem;color:#e2e8f0d9;line-height:1.6}.cta-final__actions{display:flex;gap:.75rem;flex-wrap:wrap}@media(max-width:980px){.plan-hero__inner{grid-template-columns:1fr}.price-card{position:relative;top:0}.plan-kpis{grid-template-columns:1fr}}@media(max-width:720px){.grid-2{grid-template-columns:1fr}.plan-hero{padding:4.5rem 1rem 1.5rem}.plan-wrap{padding:1rem 1rem 2.25rem}}.plan-hero{padding-top:.75rem!important;overflow:clip!important}.btn--examples .arrow{display:inline-block;transition:transform .18s ease}.btn--examples:hover .arrow{transform:translate(3px)}.ejemplos{margin-bottom:1rem}.ejemplos-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap;margin-bottom:1rem}.ejemplos-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem}.ejemplo-card{text-decoration:none;border:1px solid rgba(148,163,184,.18);background:#02061759;border-radius:18px;overflow:hidden;transition:transform .18s ease,border-color .18s ease,background .18s ease}.ejemplo-card:hover{transform:translateY(-2px);border-color:#3b82f659;background:#02061780}.ejemplo-cover img{width:100%;height:150px;object-fit:cover;display:block}.ejemplo-body{padding:.9rem}.ejemplo-top{display:flex;justify-content:space-between;align-items:center;gap:.6rem;margin-bottom:.5rem;color:#94a3b8f2;font-size:.85rem}.ejemplo-tag{padding:.2rem .5rem;border-radius:999px;border:1px solid rgba(59,130,246,.25);background:#3b82f61a;color:#e2e8f0e6}.ejemplo-title{font-weight:900;color:#e2e8f0f2;margin-bottom:.35rem}.ejemplo-desc{color:#e2e8f0c7;line-height:1.5;font-size:.95rem}@media(max-width:980px){.ejemplos-grid{grid-template-columns:1fr}.ejemplo-cover img{height:170px}}.ejemplo-card-btn{all:unset;display:block;width:100%;cursor:pointer}#incluye{scroll-margin-top:160px}.projects-page{width:100%;max-width:100%;margin:0;padding:0 2.5rem 4rem;color:#f9fafb}.projects-hero{position:relative;min-height:62vh;display:flex;align-items:center;padding:5.5rem 0 3.5rem;overflow:hidden;border-radius:28px;margin-top:1.2rem}.projects-hero-bg{position:absolute;inset:-2px;background:radial-gradient(900px 400px at 20% 30%,rgba(56,189,248,.14),transparent 60%),radial-gradient(700px 360px at 75% 25%,rgba(99,102,241,.12),transparent 60%),linear-gradient(to right,#02061759,#020617eb,#02061759);filter:saturate(1.05);pointer-events:none}.projects-hero:after{content:"";position:absolute;inset:0;background-image:linear-gradient(90deg,rgba(148,163,184,.06) 1px,transparent 1px);background-size:56px 56px;opacity:.35;pointer-events:none;-webkit-mask-image:radial-gradient(circle at 30% 40%,black 40%,transparent 75%);mask-image:radial-gradient(circle at 30% 40%,black 40%,transparent 75%)}.projects-hero-content{position:relative;z-index:2;width:100%;max-width:1100px;padding:0 2.2rem}.projects-pill{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .85rem;border-radius:999px;font-weight:700;font-size:.9rem;letter-spacing:.2px;border:1px solid rgba(148,163,184,.26);background:#0f172a80;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.projects-title{margin-top:1.2rem;font-size:clamp(2.2rem,3.6vw,3.3rem);line-height:1.1;letter-spacing:-.02em}.projects-title span{color:#7dd3fc}.projects-subtitle{margin-top:1rem;max-width:58ch;color:#e2e8f0d9;font-size:1.05rem;line-height:1.6}.projects-hero-actions{margin-top:1.35rem;display:flex;gap:.85rem;flex-wrap:wrap}.projects-btn{display:inline-flex;align-items:center;justify-content:center;padding:.85rem 1.1rem;border-radius:14px;font-weight:800;text-decoration:none;border:1px solid rgba(148,163,184,.26);background:#0f172a8c;color:#f8fafc;transition:transform .18s ease,background .18s ease,border .18s ease;cursor:pointer}.projects-btn:hover{transform:translateY(-1px);background:#0f172abf;border-color:#94a3b85c}.projects-btn.primary{border-color:#38bdf859;background:linear-gradient(180deg,#38bdf838,#38bdf81a)}.projects-btn.primary:hover{border-color:#38bdf880}.projects-btn.ghost{background:#02061740}.projects-metrics{margin-top:1.8rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem;max-width:520px}.metric{border-radius:18px;border:1px solid rgba(148,163,184,.18);background:#0f172a73;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.9rem 1rem}.metric-num{font-weight:900;font-size:1.3rem;letter-spacing:-.01em}.metric-label{margin-top:.2rem;color:#e2e8f0c7;font-weight:600;font-size:.95rem}.projects-toolbar{margin-top:1.5rem;display:flex;align-items:flex-end;justify-content:space-between;gap:1rem}.projects-filters{display:flex;flex-wrap:wrap;gap:.6rem}.filter-chip{padding:.55rem .8rem;border-radius:999px;border:1px solid rgba(148,163,184,.22);background:#0f172a61;color:#f8fafceb;font-weight:800;cursor:pointer;transition:transform .18s ease,background .18s ease,border .18s ease}.filter-chip:hover{transform:translateY(-1px);border-color:#94a3b859;background:#0f172a99}.filter-chip.is-active{border-color:#38bdf87a;background:#38bdf81f}.projects-hint{color:#e2e8f0b3;font-weight:600;font-size:.95rem}.projects-grid{margin-top:1.1rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.05rem}.project-card{border-radius:22px;overflow:hidden;border:1px solid rgba(148,163,184,.16);background:#02061740;transition:transform .18s ease,border .18s ease}.project-card:hover{transform:translateY(-2px);border-color:#94a3b842}.project-card-btn{width:100%;padding:0;border:none;background:transparent;cursor:pointer;text-align:left}.project-media{position:relative;width:100%;aspect-ratio:16 / 10;overflow:hidden}.project-img{width:100%;height:100%;object-fit:cover;display:block;transform:scale(1.02);transition:transform .26s ease,filter .26s ease;filter:saturate(1.05) contrast(1.02)}.project-card:hover .project-img{transform:scale(1.06);filter:saturate(1.15) contrast(1.05)}.project-overlay{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:space-between;padding:.95rem;background:linear-gradient(180deg,#0206171a,#02061759,#020617eb)}.project-overlay-top{display:flex;gap:.5rem;align-items:center}.badge{display:inline-flex;padding:.35rem .6rem;border-radius:999px;border:1px solid rgba(148,163,184,.24);background:#ffffff8c;font-weight:900;font-size:.82rem}.badge.soft{opacity:.9}.project-overlay-bottom{display:flex;flex-direction:column;gap:.35rem}.project-name{font-weight:900;font-size:1.15rem;letter-spacing:-.01em;color:#e2e8f0d1}.project-short{color:#e2e8f0d1;font-weight:600;font-size:.95rem;line-height:1.4;max-width:52ch}.project-stack{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:.35rem}.stack-pill{padding:.28rem .55rem;border-radius:999px;border:1px solid rgba(148,163,184,.18);background:#02061759;font-weight:800;font-size:.8rem;color:#f8fafceb}.project-cta{margin-top:.35rem;font-weight:900;display:inline-flex;align-items:center;gap:.35rem}.arrow{display:inline-block;transition:transform .18s ease}.project-card:hover .arrow{transform:translate(2px)}.projects-final{margin-top:2.2rem;display:flex;justify-content:center}.final-card{width:100%;max-width:1100px;border-radius:26px;border:1px solid rgba(148,163,184,.18);background:radial-gradient(900px 380px at 30% 35%,rgba(56,189,248,.12),transparent 60%),#0f172a8c;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:2rem}.final-title{font-size:1.7rem;letter-spacing:-.02em}.final-sub{margin-top:.6rem;color:#e2e8f0d1;font-weight:600;max-width:70ch;line-height:1.6}.final-actions{margin-top:1.1rem;display:flex;gap:.85rem;flex-wrap:wrap}.modal-backdrop{position:fixed;inset:0;z-index:9999;background:#020617bf;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:grid;place-items:center;padding:1.2rem}.modal{width:min(1100px,100%);border-radius:26px;border:1px solid rgba(148,163,184,.22);background:#020617e0;overflow:hidden;max-height:calc(100dvh - 2.4rem);display:flex;flex-direction:column}.modal-header{flex:0 0 auto;display:flex;justify-content:space-between;gap:1rem;padding:1.2rem 1.25rem;border-bottom:1px solid rgba(148,163,184,.14);background:#020617eb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.modal-kicker{display:flex;flex-wrap:wrap;gap:.5rem}.modal-title{margin-top:.6rem;font-size:1.55rem;letter-spacing:-.02em}.modal-sub{margin-top:.35rem;color:#e2e8f0d1;font-weight:600;line-height:1.5;max-width:70ch}.modal-close{width:44px;height:44px;border-radius:14px;border:1px solid rgba(148,163,184,.18);background:#0f172a73;color:#f8fafc;font-size:1rem;font-weight:900;cursor:pointer;transition:transform .18s ease,background .18s ease}.modal-close:hover{transform:translateY(-1px);background:#0f172aa6}.modal-body{flex:1 1 auto;overflow:auto;-webkit-overflow-scrolling:touch;display:grid;grid-template-columns:1.2fr 1fr;gap:1rem;padding:1.2rem}.modal-cover{border-radius:18px;overflow:hidden;border:1px solid rgba(148,163,184,.14)}.modal-cover img{width:100%;height:auto;display:block}.modal-gallery{margin-top:.85rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.6rem}.modal-gallery img{width:100%;aspect-ratio:1 / 1;object-fit:cover;border-radius:16px;border:1px solid rgba(148,163,184,.14);opacity:.95}.modal-right{display:flex;flex-direction:column;gap:.9rem}.case-block{border-radius:18px;border:1px solid rgba(148,163,184,.14);background:#0f172a59;padding:.95rem 1rem}.case-block h4{font-weight:900;margin-bottom:.35rem}.case-block p,.case-block li{color:#e2e8f0d9;font-weight:600;line-height:1.6;font-size:.98rem}.case-block ul{padding-left:1.1rem;margin:.3rem 0 0}.modal-stack{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.3rem}.modal-actions{display:flex;gap:.8rem;flex-wrap:wrap}@media(max-width:980px){.projects-page{padding:0 1.25rem 3rem}.projects-hero{border-radius:22px}.projects-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.modal-body{grid-template-columns:1fr}}@media(max-width:640px){.projects-hero-content{padding:0 1.2rem}.projects-toolbar{flex-direction:column;align-items:flex-start}.projects-grid{grid-template-columns:1fr}.projects-hero-actions,.final-actions{width:100%;justify-content:center}.projects-btn{width:auto;min-width:200px;padding:.8rem 1rem}.projects-metrics{grid-template-columns:1fr;max-width:100%}.modal-backdrop{place-items:start center;padding:.9rem;padding-top:calc(.9rem + env(safe-area-inset-top));padding-bottom:calc(.9rem + env(safe-area-inset-bottom))}.modal{border-radius:18px;max-height:calc(100dvh - (1.8rem + env(safe-area-inset-top) + env(safe-area-inset-bottom)))}.modal-gallery{display:flex;gap:.7rem;overflow-x:auto;padding:.7rem 0 .2rem;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.modal-gallery img{flex:0 0 78%;max-width:78%;aspect-ratio:16 / 10;scroll-snap-align:start;border-radius:14px}.modal-actions .projects-btn{width:100%;justify-content:center}}.private-note{display:inline-flex;align-items:center;justify-content:center;padding:.85rem 1.1rem;border-radius:14px;border:1px solid rgba(148,163,184,.22);background:#0f172a59;color:#e2e8f0d9;font-weight:800}.clickable{cursor:zoom-in}.lightbox-backdrop{position:fixed;inset:0;z-index:10000;background:#020617eb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:grid;place-items:center;padding:1rem}.lightbox-backdrop img{max-width:96vw;max-height:92vh;object-fit:contain;border-radius:16px;box-shadow:0 30px 80px #000000b3}.lightbox-close{position:fixed;top:calc(1rem + env(safe-area-inset-top));right:1rem;width:44px;height:44px;border-radius:14px;border:1px solid rgba(148,163,184,.25);background:#0f172a99;color:#f8fafc;font-size:1rem;font-weight:900;cursor:pointer}@media(hover:hover){.clickable:hover{opacity:.92}}.modal-backdrop{animation:modalBackdropIn .18s ease-out both}@keyframes modalBackdropIn{0%{opacity:0}to{opacity:1}}.modal{transform-origin:50% 20%;animation:modalPanelIn .22s cubic-bezier(.2,.9,.2,1) both;will-change:transform,opacity}@keyframes modalPanelIn{0%{opacity:0;transform:translateY(14px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.lightbox-backdrop{animation:modalBackdropIn .16s ease-out both}.lightbox-backdrop img{animation:lightboxImgIn .2s cubic-bezier(.2,.9,.2,1) both;will-change:transform,opacity}@keyframes lightboxImgIn{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}@media(prefers-reduced-motion:reduce){.modal-backdrop,.modal,.lightbox-backdrop,.lightbox-backdrop img{animation:none!important}}*{box-sizing:border-box;margin:0;padding:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}html,body{margin:0;padding:0;background-color:#020617}body{min-height:100vh;background-image:url(/imagen_mejorada_4k.webp);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:scroll;color:#f5f5f5;padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom)}@media(min-width:900px){body{background-attachment:fixed}}a{color:inherit}.hero{position:relative;min-height:100vh;display:flex;align-items:center;padding:0 1.25rem;padding-top:90px;color:#f9fafb;overflow:hidden;max-width:100%;width:100%;margin:0}.hero:before{content:"";position:fixed;inset:0;background:linear-gradient(to right,transparent,rgba(0,25,83,.95),transparent);background-size:cover;background-position:center;background-repeat:no-repeat;z-index:-3;pointer-events:none}.hero-bg{position:absolute;inset:0;background-size:cover;background-position:center;background-repeat:no-repeat;z-index:-2}.hero:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at top left,rgba(59,130,246,.28),transparent 60%);z-index:-1}.hero-content{width:100%;max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:2rem;align-items:center}.hero-inner{text-align:left;max-width:650px;min-width:0}.hero-tag{display:inline-block;font-size:.8rem;letter-spacing:.04em;text-transform:uppercase;padding:.35rem .9rem;border-radius:999px;background:#0f172ad9;color:#e4e4e7;margin-bottom:1rem}.hero-title{font-size:clamp(2rem,6vw,3.6rem);font-weight:800;line-height:1.1;margin-top:0;margin-bottom:1.25rem}.hero-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.25rem}.hero-btn{border:none;cursor:pointer;padding:.85rem 1.6rem;border-radius:999px;font-weight:600;font-size:.95rem;background:#332aea;color:#f9fafb;box-shadow:0 12px 30px #4f46e566;transition:transform .15s ease,box-shadow .15s ease;white-space:nowrap}.hero-btn:hover{transform:translateY(-1px);box-shadow:0 18px 40px #4f46e58c}.hero-btn-outline{background:#332aea2e;border:1px solid rgba(99,102,241,.45);box-shadow:none}.hero-note{margin-top:1.25rem;font-size:.8rem;color:#d4d4d8}.hero-media{min-width:0;display:flex;justify-content:center;align-items:center;position:relative}.hero-video{width:1000%;max-width:580px;height:auto;border-radius:24px;object-fit:cover;mix-blend-mode:screen;pointer-events:none;will-change:transform,opacity}.whatsapp-float{position:fixed;right:18px;left:auto;bottom:calc(env(safe-area-inset-bottom,0px) + 18px);z-index:9999;display:inline-flex;align-items:center;gap:.6rem;background:#22c55e;color:#fff;padding:.7rem .9rem;border-radius:999px;box-shadow:0 12px 30px -10px #22c55e80;font-weight:700}.whatsapp-float img{width:20px;height:20px}@media(max-width:760px){.hero{min-height:auto;padding-bottom:2rem}.hero-title,.hero-note,.hero-tag{text-align:center;margin-left:auto;margin-right:auto}.hero-btn{display:block;max-width:280px;width:100%;margin:0 auto}}@media(max-width:1024px){.hero{min-height:auto;align-items:flex-start;padding-top:85px;padding-bottom:2rem}.hero-video{max-height:55vh;width:auto;margin-top:1.25rem;margin-bottom:3.25rem}}@media(min-width:900px)and (max-width:1100px){.hero-media{justify-content:center;padding-right:1.25rem}.hero-video{max-width:420px}}@media(min-width:600px){.hero{padding-left:2rem;padding-right:2rem;padding-top:110px}}@media(min-width:900px){.hero{padding:0 2.5rem;padding-top:110px;margin-top:-7rem}.hero-content{grid-template-columns:1.1fr .9fr;gap:3rem}.hero-media{justify-content:flex-start}.hero-title{margin-top:-1rem}}@media(max-width:480px){.hero{padding-left:1rem;padding-right:1rem;padding-top:10px!important}.hero-actions{flex-direction:column;align-items:stretch}.hero-btn{width:100%;text-align:center}.hero-video{max-width:100%;border-radius:18px}}section{padding:3rem 2.5rem;max-width:1000px;margin:0 auto}h2{font-size:1.8rem;margin-bottom:.7rem}.section-subtitle{font-size:.95rem;color:#cbd5f5;margin-bottom:1.5rem}.projects{text-align:center;background:#020617}.carousel{display:flex;align-items:center;justify-content:center;gap:1rem}.carousel-image-wrapper{width:100%;max-width:600px;aspect-ratio:16 / 9;overflow:hidden;border-radius:16px;border:1px solid rgba(255,255,255,.1)}.carousel-image{width:100%;height:100%;object-fit:cover}.carousel-btn{background:none;border:1px solid rgba(255,255,255,.4);color:#f5f5f5;font-size:1.4rem;border-radius:999px;width:40px;height:40px;cursor:pointer}.carousel-btn:hover{background:#ffffff1a}.carousel-caption{margin-top:.8rem;font-size:.9rem;color:#a3aed0}.contact{background:transparent}.contact-grid{display:grid;gap:1.5rem;margin-top:1rem}@media(max-width:900px){.contact{margin-top:-1.5rem}}@media(max-width:480px){.contact{margin-top:-3rem}}@media(min-width:768px){.contact-grid{grid-template-columns:1fr 1fr}.contact{background:transparent}}.contact-card{background:#0f172ae6;border-radius:16px;padding:1.5rem;border:1px solid rgba(148,163,184,.4)}.contact-card h3{margin-bottom:.8rem}.contact-card p{margin-bottom:1rem;font-size:.95rem;color:#cbd5f5}.contact-card small{display:block;margin-top:.8rem;font-size:.8rem;color:#94a3b8}.contact-form{display:flex;flex-direction:column;gap:.8rem}.contact-form label{display:flex;flex-direction:column;gap:.3rem;font-size:.9rem}.contact-form input,.contact-form textarea{border-radius:8px;border:1px solid rgba(148,163,184,.7);padding:.6rem .8rem;background:#0f172acc;color:#f9fafb}.contact-form button{margin-top:.5rem;padding:.7rem 1rem;border-radius:999px;border:none;cursor:pointer;background:#332aea;color:#fff;font-weight:600}.contact-form button:hover{filter:brightness(1.05)}.whatsapp-btn-main{display:inline-block;text-decoration:none;padding:.7rem 1.3rem;background:#22c55e;color:#fff;border-radius:9999px;font-weight:600;font-size:.95rem}.footer{text-align:center;padding:1.5rem;font-size:.85rem;color:#9ca3af;background:transparent}.page{padding-top:100px;min-height:100vh}.page-section{padding:4rem 2.5rem;max-width:1000px;margin:0 auto}.page-section:has(.services-grid){max-width:100%;padding-left:3rem;padding-right:3rem}.page-header{text-align:center;margin-bottom:3rem}.page-title{font-size:clamp(2.2rem,4vw,3.2rem);font-weight:800;line-height:1.1;margin-bottom:1rem;color:#f9fafb}.page-subtitle{font-size:1.1rem;color:#cbd5f5;max-width:700px;margin:0 auto}.page-content{display:flex;flex-direction:column;gap:2rem}.content-card{background:#0f172ae6;border-radius:16px;padding:2rem;border:1px solid rgba(148,163,184,.4);transition:transform .3s ease,box-shadow .3s ease}.content-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000004d}.content-card h2{font-size:1.5rem;margin-bottom:1rem;color:#4ade80}.content-card p{font-size:1rem;line-height:1.7;color:#e5e7eb;margin-bottom:.5rem}.feature-list{list-style:none;padding:0;margin:1rem 0}.feature-list li{padding:.5rem 0 .5rem 1.5rem;position:relative;color:#e5e7eb;font-size:1rem;line-height:1.6}.feature-list li:before{content:"✓";position:absolute;left:0;color:#4ade80;font-weight:700;font-size:1.2rem}.process-list{list-style:none;padding:0;margin:1rem 0;counter-reset:step-counter}.process-list li{padding:.75rem 0 .75rem 2.5rem;position:relative;color:#e5e7eb;font-size:1rem;line-height:1.6;counter-increment:step-counter}.process-list li:before{content:counter(step-counter);position:absolute;left:0;top:.75rem;width:1.8rem;height:1.8rem;background:#4f46e5;color:#f9fafb;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.9rem}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem;width:100%;padding:0}@media(max-width:1400px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.services-grid{grid-template-columns:1fr}}.service-card{background:linear-gradient(135deg,#0f172af2,#1e293bf2);border-radius:24px;padding:2.5rem;border:2px solid rgba(148,163,184,.2);transition:all .4s cubic-bezier(.4,0,.2,1);text-align:center;position:relative;overflow:hidden;font-family:Zen Dots,cursive;box-shadow:0 4px 20px #0003;display:flex;flex-direction:column}.service-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,transparent,#00d4ff,transparent);opacity:0;transition:opacity .4s ease}.service-card:hover:before{opacity:1}.service-card:hover{transform:translateY(-8px);box-shadow:0 16px 40px #00d4ff26,0 8px 24px #0006;border-color:#00d4ff66;background:linear-gradient(135deg,#0f172a,#1e293b)}.service-card h2{font-size:1.9rem;margin-bottom:1.2rem;color:#00f0ff;font-family:Zen Dots,cursive;font-weight:400;text-shadow:0 0 30px rgba(0,240,255,.5),0 0 15px rgba(0,240,255,.4);letter-spacing:.5px}.service-description{font-size:1.05rem;color:#e2e8f0;margin-bottom:1.8rem;line-height:1.7;font-family:Zen Dots,cursive;text-shadow:0 0 10px rgba(226,232,240,.3)}.service-card strong{color:#00f0ff;font-weight:400;font-family:Zen Dots,cursive;text-shadow:0 0 15px rgba(0,240,255,.4)}.service-card .service-description strong{color:#e2e8f0!important;font-weight:400;font-family:Zen Dots,cursive;text-shadow:0 0 10px rgba(226,232,240,.3)}.service-card ul{text-align:left;margin-left:0;margin-top:1rem;margin-bottom:1rem;font-family:Zen Dots,cursive;list-style:none;padding-left:0}.service-card li{color:#f1f5f9;margin-bottom:1rem;line-height:1.7;font-size:1.05rem;position:relative;padding-left:2rem;text-shadow:0 0 8px rgba(241,245,249,.2)}.service-card li:before{content:"✓";position:absolute;left:0;top:0;color:#00f0ff;font-size:1.3rem;font-weight:700;text-shadow:0 0 15px rgba(0,240,255,.8),0 0 8px rgba(0,240,255,.6);line-height:1.5}.service-card p{font-family:Zen Dots,cursive}.service-card p strong{color:#00d4ff;font-weight:400;font-family:Zen Dots,cursive}.service-link{display:inline-block;padding:.85rem 2rem;background:linear-gradient(135deg,#00d4ff,#09c);color:#0f172a;text-decoration:none;border-radius:12px;font-weight:400;font-family:Zen Dots,cursive;transition:all .3s ease;box-shadow:0 4px 15px #00d4ff4d;margin-top:auto;border:2px solid transparent;align-self:center}.service-link:hover{background:linear-gradient(135deg,#00e5ff,#00d4ff);transform:translateY(-3px);box-shadow:0 8px 25px #00d4ff80;border-color:#00d4ff99}.service-card-image{width:100%;max-width:100%;height:250px;border-radius:16px;margin-bottom:1.5rem;display:block;object-fit:cover;box-shadow:0 4px 16px #0003;transition:transform .3s ease,box-shadow .3s ease}.service-card:hover .service-card-image{transform:scale(1.02);box-shadow:0 6px 20px #00d4ff26}.contact-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:3rem}.info-card{background:#0f172ae6;border-radius:12px;padding:1.5rem;border:1px solid rgba(148,163,184,.4);text-align:center}.info-card h3{font-size:1.2rem;margin-bottom:.75rem;color:#fff}.info-card p{color:#cbd5f5;font-size:.95rem;margin:.5rem 0}@media(max-width:900px){.hero{padding:3rem 1.5rem 0;align-items:flex-start}section{padding:2.5rem 1.5rem}.page-section{padding:3rem 1.5rem}.hero-content{flex-direction:column;align-items:flex-start}.hero-inner,.hero-media{flex:1;width:100%}.hero-video{max-width:100%;margin-top:1.5rem}.services-grid{grid-template-columns:1fr}.page-header{margin-bottom:2rem}}.about-hero{text-align:center;padding:6rem 2.5rem 3rem}.about-title{font-size:clamp(3.1rem,5vw,4.1rem);font-weight:800;margin-bottom:1rem}.about-subtitle{max-width:720px;margin:0 auto;font-size:1.3rem;color:#cbd5f5}.about-split{display:grid;gap:2.5rem;margin-top:2rem;align-items:center}@media(min-width:900px){.about-split{grid-template-columns:1fr 1.4fr}}.about-left{text-align:left}.about-big-title{font-size:clamp(3rem,5vw,4rem);font-weight:900;line-height:1.1}.about-right{display:flex}.about-right .about-card{width:100%}.about-section{margin-top:1.5rem;background:#0f172ae6;border:1px solid rgba(148,163,184,.4);border-radius:20px;padding:2rem;transition:transform .25s ease,box-shadow .25s ease}.about-grid{display:grid;gap:1.5rem;margin-top:1.5rem}@media(min-width:768px){.about-grid{grid-template-columns:1fr 1fr}}.about-card{background:#0f172ae6;border:1px solid rgba(148,163,184,.4);border-radius:20px;padding:2rem;transition:transform .25s ease,box-shadow .25s ease}.about-card:hover{transform:translateY(-4px);box-shadow:0 14px 40px #0f172ab3;border-color:#94a3b8b3}.about-card h2,.about-card h3{margin-bottom:.8rem}.about-card p{font-size:.95rem;color:#cbd5f5;line-height:1.6}.about-values{list-style:none;padding-left:0;margin-top:1rem}.about-values li{position:relative;padding-left:1.2rem;margin-bottom:.6rem;color:#e5e7eb}.about-values li:before{content:"•";position:absolute;left:0;color:#4ade80}@media(max-width:768px){.about-left{text-align:left}}.navbar{transition:opacity .2s ease,transform .2s ease}body.modal-open .navbar{opacity:0;transform:translateY(-12px);pointer-events:none}body.modal-open{overflow:hidden}.btn-submit{padding:.75rem 1.5rem;background:linear-gradient(135deg,#2563eb,#1e40af);color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.btn-submit:hover{transform:translateY(-2px);box-shadow:0 10px 25px #2563eb59}.btn-submit:active{transform:scale(.97)}.notfound{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:1rem}.notfound h1{font-size:clamp(4rem,10vw,8rem);color:#38bdf8}.notfound p{color:#cbd5f5;max-width:420px}.btn-primary{margin-top:1rem;padding:.75rem 1.5rem;border-radius:999px;background:linear-gradient(135deg,#38bdf8,#2563eb);color:#fff;text-decoration:none}@media(max-width:900px)and (orientation:landscape){.hero{align-items:flex-start!important}.hero-title,.hero-note,.hero-tag{text-align:left!important;margin-left:0!important;margin-right:0!important}.hero-actions{justify-content:flex-start!important}.hero-btn{margin-left:0!important;margin-right:0!important}.hero-btn{width:fit-content!important;max-width:none!important;display:inline-flex!important;align-items:center;justify-content:center}}
