:root{--nav-bar-color:#a855f7;--nav-bar-bgcolor:rgba(10,10,25,0.85);--nav-bar-hover-color:rgba(74,216,235,0.8);--home-page-title-color:#ffffff}*,:after,:before{box-sizing:border-box;padding:0;margin:0;font-family:Roboto,sans-serif}body{padding-top:70px}body,body.landing-active{background-image:none;overflow-x:hidden}body.landing-active{background-attachment:scroll;padding-top:0}.homepage-container{min-height:100vh}.home-page-div{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;width:100%;padding:2rem}.home-page-div .home-page-avatar{width:5rem;height:5rem;border-radius:50%;animation:slideIn 1s ease-out}@media(max-width:768px){.home-page-div .home-page-avatar{width:4rem;height:4rem}}@media(max-width:480px){.home-page-div .home-page-avatar{width:3rem;height:3rem}}@keyframes slideIn{0%{opacity:0;transform:translateX(-100px)}to{opacity:1;transform:translateX(0)}}.home-page-div .home-page-title{opacity:0;transform:translateX(100px);animation:morph 4s ease-in-out infinite;background:linear-gradient(45deg,#a855f7,#4ad8eb,#a855f7);background-size:200% 200%;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);animation:slideRight 1s ease-out .5s forwards;animation-delay:2s;font-size:3rem;text-align:center}@media(max-width:768px){.home-page-div .home-page-title{font-size:2.5rem}}@media(max-width:480px){.home-page-div .home-page-title{font-size:2rem}}@keyframes slideRight{to{opacity:1;transform:translateX(0)}}@keyframes morph{0%,to{background-position:0 50%}50%{background-position:100% 50%}}.home-page-div .home-page-message{background:linear-gradient(45deg,#a855f7,#4ad8eb,#a855f7);background-size:200% 200%;font-size:1.5rem;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);animation:morph 4s ease-in-out infinite;text-align:center;max-width:90%}@media(max-width:768px){.home-page-div .home-page-message{font-size:1.2rem;max-width:95%}}@media(max-width:480px){.home-page-div .home-page-message{font-size:1rem;max-width:100%}}.cursor{animation:blink 1s infinite;background:linear-gradient(45deg,#a855f7,#4ad8eb,#a855f7);background-size:200% 200%}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}@media(max-width:768px){body{background-size:cover;background-position:50%;background-attachment:scroll;padding-top:60px}.home-page-div{height:100vh;padding:1rem;min-height:400px}.describe-container{padding:1rem 1.25rem;margin:1rem 0}.describe-container .describe-message{font-size:1.05rem;padding:1.25rem 1.5rem;max-width:95%}.footer-container{padding:1.25rem;margin-top:2rem;min-height:80px}.footer-container .footer-text{font-size:.9rem}}@media(max-width:480px){.home-page-div{padding:.75rem}.describe-container{padding:.75rem 1rem}.describe-container .describe-message{font-size:.95rem;padding:1rem 1.25rem}.footer-container .footer-text{font-size:.8rem}}@media(min-width:769px)and (max-width:1024px){.home-page-div{height:100vh;width:100vw;background-color:rgba(0,0,0,0);background:rgba(168,85,247,.05);-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);padding:3rem}.home-page-title{font-size:3.5rem}.home-page-message{font-size:1.8rem}}@media(min-width:1025px){.home-page-div{height:100vh;width:100vw;background-color:rgba(0,0,0,0);background:rgba(168,85,247,.05);-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}}.describe-container{display:flex;justify-content:center;align-items:center;width:100%;padding:1.5rem 2rem;margin:1.5rem 0}.describe-container .describe-message{background:linear-gradient(45deg,#a855f7,#4ad8eb,#a855f7);background-size:200% 200%;font-size:1.25rem;line-height:1.6;text-align:center;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);animation:morph 4s ease-in-out infinite;padding:1.5rem 2rem;border-radius:14px;background-color:rgba(0,0,0,.18);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 10px 35px rgba(0,0,0,.12);border:1px solid rgba(168,85,247,.15);max-width:800px;width:100%;margin:0 auto}.contact-container{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;width:100vw}.contact-container .contact-title{background:linear-gradient(45deg,#a855f7,#4ad8eb);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);font-size:2rem;text-align:center;align-self:center;margin-top:10rem}.contact-container .contact-message{color:var(--nav-bar-color);font-size:1.1rem;text-align:center;margin:1rem 0 2rem;max-width:600px;line-height:1.6;padding:0 2rem}.contact-container .contact-form{display:flex;flex-direction:column;justify-content:center;align-items:center;width:50%;max-width:500px;padding:2rem;background:rgba(0,0,0,.15);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:12px;border:1px solid rgba(168,85,247,.2);box-shadow:0 8px 32px rgba(0,0,0,.1)}.contact-container .contact-form .contact-label{color:#fff;font-size:1rem;font-weight:500;margin-bottom:.5rem;align-self:flex-start;width:100%}.contact-container .contact-form .contact-input,.contact-container .contact-form .contact-textarea{width:100%;padding:12px 16px;margin-bottom:1.5rem;border:1px solid rgba(168,85,247,.3);border-radius:8px;background:hsla(0,0%,100%,.1);color:#fff;font-size:1rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:all .3s ease}.contact-container .contact-form .contact-input::placeholder,.contact-container .contact-form .contact-textarea::placeholder{color:hsla(0,0%,100%,.6)}.contact-container .contact-form .contact-input:focus,.contact-container .contact-form .contact-textarea:focus{outline:none;border-color:#a855f7;background:hsla(0,0%,100%,.15);box-shadow:0 0 0 3px rgba(168,85,247,.2)}.contact-container .contact-form .contact-input:hover,.contact-container .contact-form .contact-textarea:hover{border-color:rgba(168,85,247,.5);background:hsla(0,0%,100%,.12)}.contact-container .contact-form .contact-textarea{min-height:120px;resize:vertical}.contact-container .contact-form .contact-button{background:linear-gradient(45deg,#a855f7,#4ad8eb);color:#fff;border:none;padding:12px 32px;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 16px rgba(168,85,247,.3)}.contact-container .contact-form .contact-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(168,85,247,.4)}.contact-container .contact-form .contact-button:active{transform:translateY(0)}.skills-container{display:flex;flex-direction:column;align-items:center;width:100%;padding:2.5rem 1.5rem;margin:1.25rem 0}.skills-container .skills-header{text-align:center;margin-bottom:1.75rem}.skills-container .skills-header .skills-title{background:linear-gradient(45deg,#a855f7,#4ad8eb,#a855f7);background-size:200% 200%;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);animation:morph 4s ease-in-out infinite;font-size:1.85rem;font-weight:700;margin-bottom:.5rem}.skills-container .skills-header .skills-subtitle{color:hsla(0,0%,100%,.8);font-size:1rem;max-width:520px;margin:0 auto;line-height:1.5}.skills-container .skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:1.25rem;gap:1.25rem;width:100%;max-width:900px}.skills-container .skill-card{background:rgba(0,0,0,.2);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(168,85,247,.2);border-radius:12px;padding:1.25rem;text-align:center;transition:all .3s ease;animation:slideInUp .6s ease-out forwards;opacity:0;transform:translateY(30px)}.skills-container .skill-card:hover{transform:translateY(-6px);border-color:rgba(168,85,247,.4);box-shadow:0 16px 32px rgba(168,85,247,.15)}.skills-container .skill-card .skill-icon{width:56px;height:56px;margin:0 auto .75rem;display:block;background-size:contain;background-repeat:no-repeat;background-position:50%;border-radius:10px;transition:transform .3s ease}.skills-container .skill-card .skill-icon:hover{transform:scale(1.08)}.skills-container .skill-card .skill-icon.skill-icon-image{background:none;display:flex;align-items:center;justify-content:center}.skills-container .skill-card .skill-icon.skill-icon-image .skill-icon-img{width:100%;height:100%;object-fit:contain;border-radius:10px}.skills-container .skill-card .skill-icon.skill-icon-html{background:linear-gradient(135deg,#e34f26,#f16529);position:relative}.skills-container .skill-card .skill-icon.skill-icon-html:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:28px;height:28px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M1.5 0h21l-1.91 21.563L11.977 24l-8.564-2.438L1.5 0zm7.031 9.75l-.232-2.718 10.059.003.23-2.622L5.412 4.41l.698 8.01h9.126l-.326 3.426-2.91.804-2.955-.81-.188-2.11H6.248l.33 4.171L12 19.351l5.379-1.443.744-8.157H8.531z'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;background-position:50%}.skills-container .skill-card .skill-icon.skill-icon-css{background:linear-gradient(135deg,#1572b6,#33a9dc);position:relative}.skills-container .skill-card .skill-icon.skill-icon-css:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:28px;height:28px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M1.5 0h21l-1.91 21.563L11.977 24l-8.565-2.438L1.5 0zm17.09 4.413L5.41 4.41l.213 2.622 10.125.002-.255 2.716h-6.64l.24 2.573h6.182l-.366 3.523-2.91.804-2.956-.81-.188-2.11H6.248l.33 4.171L12 19.351l5.379-1.443.744-8.157H8.531z'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;background-position:50%}.skills-container .skill-card .skill-icon.skill-icon-javascript{background:linear-gradient(135deg,#f7df1e,#ffd700);position:relative}.skills-container .skill-card .skill-icon.skill-icon-javascript:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:28px;height:28px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000'%3E%3Cpath d='M0 0h24v24H0V0zm22.034 18.276c-.175-1.095-.888-2.015-3.003-2.873-.736-.345-1.554-.585-1.797-1.14-.091-.33-.105-.51-.046-.705.15-.646.915-.84 1.515-.66.39.12.75.42.976.9 1.034-.676 1.034-.676 1.755-1.125-.27-.42-.404-.601-.586-.78-.63-.705-1.469-1.065-2.834-1.034l-.705.089c-.676.165-1.32.525-1.71 1.005-1.14 1.291-.811 3.541.569 4.471 1.365 1.02 3.361 1.244 3.616 2.205.24 1.17-.87 1.545-1.966 1.41-.811-.18-1.26-.586-1.755-1.336l-1.83 1.051c.21.48.45.689.81 1.109 1.74 1.756 6.09 1.666 6.871-1.004.029-.09.24-.705.074-1.65l.046.067zm-8.983-7.245h-2.248c0 1.938-.009 3.864-.009 5.805 0 1.232.063 2.363-.138 2.711-.33.689-1.18.601-1.566.48-.396-.196-.597-.466-.83-.855-.063-.105-.11-.196-.127-.196l-1.825 1.125c.305.63.75 1.172 1.324 1.517.855.51 2.004.675 3.207.405.783-.226 1.458-.691 1.811-1.411.51-.93.402-2.07.397-3.346.012-2.054 0-4.109 0-6.179l.004-.056z'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;background-position:50%}.skills-container .skill-card .skill-icon.skill-icon-typescript{background:linear-gradient(135deg,#3178c6,#4d9fec);position:relative}.skills-container .skill-card .skill-icon.skill-icon-typescript:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:28px;height:28px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M1.125 0C.502 0 0 .502 0 1.125v21.75C0 23.498.502 24 1.125 24h21.75c.623 0 1.125-.502 1.125-1.125V1.125C24 .502 23.498 0 22.875 0zm17.363 9.75c.612 0 1.154.037 1.627.111a6.38 6.38 0 0 1 1.306.34v2.458a3.95 3.95 0 0 0-.643-.361 5.093 5.093 0 0 0-.717-.26 5.453 5.453 0 0 0-1.426-.2c-.3 0-.573.028-.819.086a2.1 2.1 0 0 0-.623.242c-.17.104-.3.229-.393.374a.888.888 0 0 0-.14.49c0 .196.053.373.156.529.104.156.252.304.443.444s.423.276.696.41c.273.135.582.274.926.416.47.197.892.407 1.266.628.374.222.695.473.963.753.268.279.472.598.614.957.142.359.214.776.214 1.253 0 .657-.125 1.21-.373 1.656a3.033 3.033 0 0 1-1.012 1.085 4.38 4.38 0 0 1-1.487.596c-.566.12-1.163.18-1.79.18a9.916 9.916 0 0 1-1.84-.164 5.544 5.544 0 0 1-1.512-.493v-2.63a5.033 5.033 0 0 0 3.237 1.2c.333 0 .624-.03.872-.09.249-.06.456-.144.623-.25.166-.108.29-.234.373-.38a1.023 1.023 0 0 0-.074-1.089 2.12 2.12 0 0 0-.537-.5 5.597 5.597 0 0 0-.807-.444 27.72 27.72 0 0 0-1.007-.436c-.918-.383-1.602-.852-2.053-1.405-.45-.553-.676-1.222-.676-2.005 0-.614.123-1.141.369-1.582.246-.441.58-.804 1.004-1.089a4.494 4.494 0 0 1 1.47-.629 7.536 7.536 0 0 1 1.77-.201zm-15.113.188h9.563v2.166H9.506v9.646H6.789v-9.646H3.375z'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;background-position:50%}.skills-container .skill-card .skill-icon.skill-icon-react{background:linear-gradient(135deg,#61dafb,#21d4fd);position:relative}.skills-container .skill-card .skill-icon.skill-icon-react:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:28px;height:28px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M12 12.765c5.523 0 10-1.343 10-3s-4.477-3-10-3-10 1.343-10 3 4.477 3 10 3z'/%3E%3Cpath d='M12 15.765c-5.523 0-10 1.343-10 3s4.477 3 10 3 10-1.343 10-3-4.477-3-10-3z'/%3E%3Cpath d='M12 8.765c5.523 0 10-1.343 10-3s-4.477-3-10-3-10 1.343-10 3 4.477 3 10 3z'/%3E%3Ccircle cx='12' cy='12' r='2.5' fill='white'/%3E%3Cpath d='M12 1.765c-5.523 0-10 1.343-10 3s4.477 3 10 3 10-1.343 10-3-4.477-3-10-3z'/%3E%3Cpath d='M12 22.765c5.523 0 10-1.343 10-3s-4.477-3-10-3-10 1.343-10 3 4.477 3 10 3z'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;background-position:50%}.skills-container .skill-card .skill-icon.skill-icon-nextjs{background:linear-gradient(135deg,#000000,#333333);position:relative}.skills-container .skill-card .skill-icon.skill-icon-nextjs:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:28px;height:28px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M11.572 0c-.176 0-.31.001-.358.007a19.02 19.02 0 0 0-1.05.12c-.328.042-.743.134-1.145.288-.315.12-.6.28-.86.48-.28.215-.526.47-.73.758-.18.255-.32.535-.42.834a4.793 4.793 0 0 0-.15.745c-.03.195-.05.392-.06.59v8.64c.002.315.023.63.06.94.022.176.06.35.11.52.06.2.14.39.24.57.14.25.31.48.51.68.22.22.47.41.74.56.3.17.62.3.95.39.28.08.57.12.86.13.34.01.68-.01 1.01-.06.3-.05.59-.13.86-.25.29-.13.55-.3.78-.51.26-.23.47-.49.63-.78.14-.25.25-.52.32-.8.06-.24.1-.49.12-.74.01-.18.01-.36.01-.54V6.23c0-.2-.01-.4-.03-.6-.03-.26-.09-.51-.18-.75-.12-.31-.3-.59-.53-.83-.25-.26-.54-.47-.86-.63-.28-.14-.58-.25-.89-.32-.26-.06-.53-.09-.8-.1-.18-.01-.36-.01-.54-.01-.2 0-.4-.01-.6-.03-.26-.04-.51-.11-.75-.21-.31-.12-.59-.3-.83-.53-.26-.25-.47-.54-.63-.86-.14-.28-.25-.58-.32-.89-.06-.26-.09-.53-.1-.8-.01-.18-.01-.36-.01-.54V6.23c0-.2.01-.4.03-.6.04-.26.11-.51.21-.75.12-.31.3-.59.53-.83.25-.26.54-.47.86-.63.28-.14.58-.25-.89-.32.26-.06.53-.09.8-.1.18-.01.36-.01.54-.01-.2 0-.4-.01-.6-.03-.26-.04-.51-.11-.75-.21-.31-.12-.59-.3-.83-.53-.26-.25-.47-.54-.63-.86-.14-.28-.25-.58-.32-.89-.06-.26-.09-.53-.1-.8-.01-.18-.01-.36-.01-.54V6.23c0-.18.01-.36.03-.54.02-.16.06-.32.12-.47.07-.16.16-.31.27-.44.12-.14-.26-.26.42-.36.17-.11.36-.19.56-.24.17-.04.35-.07.53-.08.16-.01.32-.015.48-.02h.52zm5.93 3.1c.74 0 1.48.19 2.13.55.65.37 1.17.9 1.51 1.54.35.65.53 1.37.53 2.11v7.34c0 .2-.02.4-.05.6-.04.26-.11.51-.21.75-.12-.31-.3-.59-.53-.83-.25-.26-.54-.47-.86-.63-.28-.14-.58-.25-.89-.32-.26-.06-.53-.09-.8-.1-.18-.01-.36-.01-.54-.01-.2 0-.4-.01-.6-.03-.26-.04-.51-.11-.75-.21-.31-.12-.59-.3-.83-.53-.26-.25-.47-.54-.63-.86-.14-.28-.25-.58-.32-.89-.06-.26-.09-.53-.1-.8-.01-.18-.01-.36-.01-.54V6.23c0-.2.01-.4.03-.6.04-.26.11-.51.21-.75.12-.31.3-.59.53-.83.25-.26.54-.47.86-.63.28-.14.58-.25-.89-.32.26-.06.53-.09.8-.1.18-.01.36-.01.54-.01zm-.57 1.7c-.16 0-.32.005-.48.015-.18.01-.35.04-.52.08-.22.05-.42.13-.6.23-.19.11-.35.24-.48.4-.12.15-.22.32-.28.5-.07.19-.11.39-.12.6-.01.17-.01.34-.01.51v7.39c0 .18.01.36.03.54.02.16.06.32.12.47.07.16.16.31.27.44.12.14-.26-.26.42.36.17.11.36.19.56.24.17.04.35.07.53.08.16.01.32.015.48.02h.52c.13-.002.26-.008.39-.02.18-.016.35-.045.52-.086.22-.054.42-.13.6-.23.19-.11.35-.24.48-.4.12-.15.22-.32.28-.5.07-.19.11-.39.12-.6.01-.17.01-.34.01-.51V6.23c0-.18-.01-.36-.03-.54-.02-.16-.06-.32-.12-.47-.07-.16-.16-.31-.27-.44-.12-.14-.26-.26-.42-.36-.17-.11-.36-.19-.56-.24-.17-.04-.35-.07-.53-.08-.16-.01-.32-.015-.48-.02h-.5z'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;background-position:50%}.skills-container .skill-card .skill-name{color:#fff;font-size:1.1rem;font-weight:600;margin-bottom:.75rem}.skills-container .skill-card .skill-level{display:flex;align-items:center;gap:.75rem}.skills-container .skill-card .skill-level .skill-progress{flex:1 1;height:6px;background:hsla(0,0%,100%,.1);border-radius:4px;overflow:hidden}.skills-container .skill-card .skill-level .skill-progress .skill-progress-bar{height:100%;background:linear-gradient(45deg,#a855f7,#4ad8eb);border-radius:4px;transition:width 1.5s ease-out;animation:progressFill 2s ease-out forwards}.skills-container .skill-card .skill-level .skill-percentage{color:#4ad8eb;font-weight:600;font-size:.8rem;min-width:28px}@keyframes slideInUp{to{opacity:1;transform:translateY(0)}}@keyframes progressFill{0%{width:0}}@media(max-width:768px){.skills-container{padding:1.5rem 1rem;margin:1rem 0}.skills-container .skills-header{margin-bottom:1.25rem}.skills-container .skills-header .skills-title{font-size:1.5rem}.skills-container .skills-header .skills-subtitle{font-size:.9rem;padding:0 .75rem}.skills-container .skills-grid{grid-template-columns:1fr;gap:1rem;max-width:100%}.skills-container .skill-card{padding:1rem}.skills-container .skill-card .skill-icon{width:48px;height:48px;margin-bottom:.5rem}.skills-container .skill-card .skill-icon:before{width:24px!important;height:24px!important}.skills-container .skill-card .skill-icon.skill-icon-image .skill-icon-img{width:100%;height:100%}.skills-container .skill-card .skill-name{font-size:1rem;margin-bottom:.5rem}.skills-container .skill-card .skill-level .skill-progress{height:5px}.skills-container .skill-card .skill-level .skill-percentage{font-size:.75rem}}.projects-container{display:flex;flex-direction:column;align-items:center;width:100%;padding:2.5rem 1.5rem;margin:1.25rem 0}.projects-container .projects-header{text-align:center;margin-bottom:1.75rem}.projects-container .projects-header .projects-title{background:linear-gradient(45deg,#a855f7,#4ad8eb,#a855f7);background-size:200% 200%;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);animation:morph 4s ease-in-out infinite;font-size:1.85rem;font-weight:700;margin-bottom:.5rem}.projects-container .projects-header .projects-subtitle{color:hsla(0,0%,100%,.8);font-size:1rem;max-width:520px;margin:0 auto;line-height:1.5}.projects-container .under-construction-preview{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;aspect-ratio:4/3;padding:1.5rem;background:linear-gradient(135deg,#1a1a2e,#16213e);border-radius:16px;color:#fff;text-align:center;border:2px solid rgba(168,85,247,.3);box-shadow:0 8px 25px rgba(168,85,247,.2);position:relative;overflow:hidden}.projects-container .under-construction-preview:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,transparent 30%,rgba(168,85,247,.1) 50%,transparent 70%);animation:shimmer 3s ease-in-out infinite}.projects-container .construction-icon{font-size:2.5rem;margin-bottom:.8rem;animation:bounce 2s ease-in-out infinite;position:relative;z-index:2;filter:drop-shadow(0 0 10px rgba(168,85,247,.5))}.projects-container .construction-text{font-size:1rem;font-weight:700;margin-bottom:1rem;color:#a855f7;position:relative;z-index:2;text-shadow:0 0 10px rgba(168,85,247,.3)}.projects-container .progress-bar{width:100%;height:6px;background:hsla(0,0%,100%,.2);border-radius:3px;overflow:hidden;margin-bottom:.8rem;position:relative;z-index:2;box-shadow:inset 0 2px 4px rgba(0,0,0,.2)}.projects-container .progress-fill{height:100%;background:linear-gradient(90deg,#a855f7,#4ad8eb);border-radius:3px;animation:progressAnimation 3s ease-in-out infinite;box-shadow:0 0 10px rgba(168,85,247,.5)}.projects-container .progress-text{font-size:.9rem;color:#4ad8eb;font-weight:600;position:relative;z-index:2;text-shadow:0 0 5px rgba(74,216,235,.3)}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-5px)}60%{transform:translateY(-3px)}}@keyframes progressAnimation{0%{width:0}50%{width:75%}to{width:90%}}@keyframes shimmer{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.projects-container .projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:1.25rem;gap:1.25rem;width:100%;max-width:900px}.projects-container .project-card{background:rgba(0,0,0,.2);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(168,85,247,.2);border-radius:12px;overflow:hidden;text-decoration:none;transition:all .3s ease;animation:slideInUp .6s ease-out forwards;opacity:0;transform:translateY(30px);display:flex;flex-direction:column}.projects-container .project-card:hover{transform:translateY(-6px);border-color:rgba(168,85,247,.4);box-shadow:0 16px 32px rgba(168,85,247,.15)}.projects-container .project-card:hover .project-image{transform:scale(1.05)}.projects-container .project-card .project-image{width:100%;aspect-ratio:4/3;background:linear-gradient(135deg,rgba(168,85,247,.1),rgba(74,216,235,.1));display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;transition:transform .3s ease}.projects-container .project-card .project-image:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:repeating-linear-gradient(45deg,rgba(168,85,247,.05),rgba(168,85,247,.05) 10px,rgba(74,216,235,.05) 0,rgba(74,216,235,.05) 20px)}.projects-container .project-card .project-image .project-placeholder{position:relative;z-index:1;color:hsla(0,0%,100%,.4);font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.projects-container .project-card .project-image .project-preview-img{position:relative;z-index:1;width:100%;height:100%;object-fit:cover}.projects-container .project-card .project-name{color:#fff;font-size:1.05rem;font-weight:600;padding:1rem;margin:0;text-align:center}.footer-container{display:flex;justify-content:center;align-items:center;height:100px;margin-top:3rem;padding:2rem;background:rgba(10,10,25,.6);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-top:1px solid rgba(168,85,247,.25);box-shadow:0 -4px 24px rgba(0,0,0,.15)}.footer-container .footer-text{margin:0;font-size:1rem;font-weight:500;color:hsla(0,0%,100%,.9)}@media(max-width:768px){.projects-container{padding:1.5rem 1rem;margin:1rem 0}.projects-container .projects-header{margin-bottom:1.25rem}.projects-container .projects-header .projects-title{font-size:1.5rem}.projects-container .projects-header .projects-subtitle{font-size:.9rem;padding:0 .75rem}.projects-container .projects-grid{grid-template-columns:1fr;gap:1rem}.projects-container .project-card .project-name{font-size:1rem;padding:.875rem}}@media(min-width:769px)and (max-width:1024px){.projects-container .projects-grid{grid-template-columns:repeat(2,1fr);max-width:700px}}.project-page{display:flex;flex-direction:column;background:#e1e8ed;background-image:none;min-height:100vh;padding-top:.5rem;margin-top:-2.6rem}.dark .project-page{background:#0b1220;color:#e2e8f0}.dark .project-page a,.dark .project-page div,.dark .project-page h1,.dark .project-page h2,.dark .project-page h3,.dark .project-page h4,.dark .project-page h5,.dark .project-page h6,.dark .project-page label,.dark .project-page li,.dark .project-page p,.dark .project-page small,.dark .project-page span,.dark .project-page strong{color:#e2e8f0}.dark .project-page a,.dark .project-page button{background:#0f172a;border-color:#334155;color:#e2e8f0}.dark .project-page li{background:#0f172a;border-color:#1e293b}.dark .project-page input,.dark .project-page select,.dark .project-page textarea{background:#0b1220;border-color:#334155;color:#e2e8f0}.dark .project-page button[disabled]{background:#1f0a0a;border-color:#b91c1c;color:#fecaca}body:has(.project-page){background:#e1e8ed;background-image:none;padding-top:0;overflow-x:hidden}.dark body:has(.project-page){background:#0b1220;background-image:none;color:#e2e8f0}.project-layout{background-color:#e1e8ed;min-height:100vh}.project-1-home-container{padding:2rem;max-width:1200px;margin:0 auto}.project-1-home-container h1{color:#333;font-size:2.5rem;font-weight:700;margin-bottom:2rem;text-align:center}.login-page{background:#f6f5f4!important}.dark .login-page{background:#242424!important}.page-404{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:calc(100vh - 70px);padding:2rem;text-align:center}.page-404-code{font-size:5rem;font-weight:700;background:linear-gradient(135deg,var(--nav-bar-color),var(--nav-bar-hover-color));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);margin-bottom:.5rem}.page-404-title{font-size:1.5rem;color:var(--home-page-title-color,#ffffff);margin-bottom:.75rem}.page-404-subtitle{color:hsla(0,0%,100%,.85);margin-bottom:1.5rem;max-width:400px}.page-404-link{display:inline-block;padding:.75rem 1.5rem;background:linear-gradient(135deg,var(--nav-bar-color),rgba(74,216,235,.8));color:#fff;text-decoration:none;border-radius:8px;font-weight:600;transition:opacity .2s,transform .2s}.page-404-link:hover{opacity:.9;transform:translateY(-2px)}:root,[data-theme=light]{--bg:#f5f8fc;--surface:#fff;--surface-2:#edf3fa;--text:#0b1b36;--muted:#52637a;--line:#dce5f0;--blue:#3f5f86;--blue-2:#2a4a6e;--shadow:0 18px 48px rgba(16,42,77,.12)}[data-theme=dark]{--bg:#081426;--surface:#10223b;--surface-2:#163152;--text:#f8fafc;--muted:#b6c6dd;--line:#28476e;--blue:#4a6d94;--blue-2:#8ba3c2;--shadow:0 18px 55px rgba(1,9,26,.24)}*{box-sizing:border-box}html{scroll-behavior:smooth}body.landing-active{margin:0;background:var(--bg);color:var(--text);font-family:Georgia,Times New Roman,serif;line-height:1.5;transition:background .35s,color .35s}body.landing-active button{font:inherit}body.landing-active a{color:inherit;text-decoration:none}.container{width:min(1180px,100% - 120px);margin:auto}.skip-link{position:fixed;z-index:50;top:10px;left:10px;padding:11px 14px;border-radius:10px;background:var(--text);color:var(--bg);font-weight:900;transform:translateY(-150%);transition:transform .2s}.skip-link:focus{transform:translateY(0)}:focus-visible{outline:3px solid color-mix(in srgb,var(--blue-2) 80%,#fff);outline-offset:3px}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.nav{height:78px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid color-mix(in srgb,var(--line) 65%,transparent);position:-webkit-sticky;position:sticky;top:0;z-index:20;background:color-mix(in srgb,var(--bg) 88%,transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.nav .container{position:relative;display:grid!important;grid-template-columns:1fr auto 1fr;align-items:center}.nav .brand{justify-self:start}.nav .links{justify-self:center}.nav .nav-actions{justify-self:end}.nav-glass{position:absolute;z-index:0;left:0;top:0;width:0;height:0;opacity:0;pointer-events:none;border:1px solid rgba(0,0,0,0);border-radius:13px;background:linear-gradient(135deg,rgba(255,255,255,.17),rgba(255,255,255,.035)) padding-box,linear-gradient(135deg,rgba(255,255,255,.78),rgba(124,177,255,.48) 48%,rgba(34,201,131,.34)) border-box;box-shadow:0 0 0 1px hsla(0,0%,100%,.08),0 12px 28px rgba(3,17,43,.2),inset 0 1px 0 hsla(0,0%,100%,.42),inset 0 -1px 0 hsla(0,0%,100%,.08);-webkit-backdrop-filter:blur(20px) saturate(165%);backdrop-filter:blur(20px) saturate(165%);transition:left .48s cubic-bezier(.16,1,.3,1),top .48s cubic-bezier(.16,1,.3,1),width .48s cubic-bezier(.16,1,.3,1),height .48s cubic-bezier(.16,1,.3,1),opacity .28s ease}.brand{font-size:1.18rem;font-weight:900;letter-spacing:-.065em;display:flex;align-items:baseline;line-height:1;transition:transform .34s cubic-bezier(.16,1,.3,1),filter .34s;will-change:transform;isolation:isolate;position:relative;z-index:1}.brand:hover{transform:translateY(-3px) scale(1.035);filter:drop-shadow(0 7px 14px color-mix(in srgb,var(--blue) 24%,transparent))}.brand .cap{font-size:1.55em;letter-spacing:-.11em;color:var(--text);transition:text-shadow .34s,color .34s}.brand:hover .cap:not(.accent){text-shadow:0 0 9px color-mix(in srgb,var(--text) 72%,transparent),0 0 23px color-mix(in srgb,var(--blue) 50%,transparent)}.brand .cap.accent{color:#22c983}.brand:hover .cap.accent{color:#63f0b0;text-shadow:0 0 9px rgba(34,201,131,.9),0 0 24px rgba(34,201,131,.62),0 0 42px rgba(34,201,131,.26)}.links{display:flex;gap:7px;font-size:.9rem;font-weight:750;z-index:1}.links,.links a{color:var(--muted);position:relative}.links a{padding:10px 12px;border-radius:10px;transition:color .28s}.links a:after{display:none}.links a:focus-visible,.links a:hover{color:var(--text);background:rgba(0,0,0,0)}.nav-actions{display:flex;align-items:center;gap:10px;position:relative;z-index:1}.menu,.nav-actions .btn,.theme{position:relative;overflow:hidden;isolation:isolate;transition:transform .3s cubic-bezier(.16,1,.3,1),color .28s}.menu:before,.nav-actions .btn:before,.theme:before{display:none}.menu:hover,.nav-actions .btn:hover,.theme:hover{transform:translateY(-2px);border-color:rgba(0,0,0,0);box-shadow:none;background:rgba(0,0,0,0);-webkit-backdrop-filter:none;backdrop-filter:none}.nav-actions .btn:hover{background:var(--blue);box-shadow:none}.mobile-nav{display:none}.menu,.theme{width:42px;height:42px;border:1px solid var(--line);color:var(--text);border-radius:12px;background:var(--surface);cursor:pointer;font-size:1.1rem}.menu{display:none}.btn{border:0;border-radius:12px;padding:13px 18px;background:var(--blue);color:#fff;font-weight:800;cursor:pointer;display:inline-flex;gap:9px;align-items:center;transition:transform .2s,box-shadow .2s}.btn:hover{transform:translateY(-2px);box-shadow:0 12px 28px color-mix(in srgb,var(--blue) 30%,transparent)}.btn.secondary{background:rgba(0,0,0,0);border:1px solid var(--line);color:var(--text)}.hero{padding:108px 0 92px;display:grid;grid-template-columns:1.05fr .95fr;grid-gap:62px;gap:62px;align-items:center}.eyebrow{color:var(--blue);font-size:.78rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.hero h1{font-size:clamp(2.75rem,5.2vw,5rem);line-height:1.02;letter-spacing:-.065em;margin:16px 0 24px}.hero p{font-size:1.08rem;color:var(--muted);max-width:560px;margin:0 0 30px}.actions{display:flex;gap:12px;flex-wrap:wrap}.browser{background:var(--surface);border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow);overflow:hidden;transform:rotate(3deg);transition:transform .35s}.browser:not(.deck-card):hover{transform:rotate(0) translateY(-6px)}.bar{height:45px;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:7px;padding:0 15px}.dot{width:8px;height:8px;border-radius:100%;background:var(--line)}.url{height:20px;border-radius:8px;background:var(--surface-2);margin-left:8px;flex:1 1}.mock{padding:26px;min-height:345px;background:radial-gradient(circle at 70% 12%,color-mix(in srgb,var(--blue) 28%,transparent),transparent 34%)}.mock small{color:var(--blue);font-weight:900;letter-spacing:.1em}.mock h3{font-size:2rem;line-height:1.1;letter-spacing:-.05em;max-width:310px;margin:20px 0}.mock-grid{display:grid;grid-template-columns:1.2fr .8fr;grid-gap:12px;gap:12px}.mock-card{height:110px;background:var(--surface-2);border:1px solid var(--line);border-radius:16px}.mock-card:last-child{background:var(--blue);opacity:.9}.deck{position:relative;height:430px;perspective:1200px}.deck .deck-card{position:absolute;inset:0 auto auto 0;width:100%;min-height:345px;transform-origin:50% 100%;will-change:transform,opacity;pointer-events:none;transition:transform .78s cubic-bezier(.16,1,.3,1),opacity .55s ease,filter .55s ease}.deck .deck-front{z-index:4;transform:translateZ(0) rotate(2deg);opacity:1;filter:none;pointer-events:auto}.deck .deck-middle{z-index:3;transform:translate3d(24px,20px,-20px) rotate(-1deg) scale(.965);opacity:.72;filter:saturate(.78) brightness(.86)}.deck .deck-back{z-index:2;transform:translate3d(43px,40px,-40px) rotate(2deg) scale(.93);opacity:.42;filter:saturate(.55) brightness(.72)}.deck .deck-last{z-index:1;transform:translate3d(58px,57px,-60px) rotate(-2deg) scale(.9);opacity:.18;filter:saturate(.35) brightness(.58)}.deck .deck-leaving{z-index:5;pointer-events:none}section{padding:94px 0}.section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:36px}.section-head h1,.section-head h2{font-size:clamp(2rem,4vw,3.25rem);line-height:1.05;letter-spacing:-.055em;margin:8px 0 0;max-width:660px;color:var(--text)}.section-head p{color:var(--muted);max-width:350px;margin:0}.cards{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}.card{background:var(--surface);border:1px solid var(--line);border-radius:20px;padding:27px;min-height:232px;transition:transform .25s,border-color .25s}.card:hover{transform:translateY(-7px);border-color:var(--blue)}.num{display:block;color:var(--blue);font-size:.78rem;font-weight:900;margin-bottom:38px}.card h3{font-size:1.35rem;letter-spacing:-.035em;margin:0 0 10px}.card p{color:var(--muted);margin:0}.pricing{background:linear-gradient(180deg,color-mix(in srgb,var(--surface) 62%,transparent),transparent)}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px;align-items:stretch}.price-card{position:relative;display:flex;flex-direction:column;padding:30px;border:1px solid var(--line);border-radius:22px;background:var(--surface);overflow:hidden;transition:transform .28s cubic-bezier(.16,1,.3,1),border-color .28s,box-shadow .28s}.price-card:hover{transform:translateY(-7px);box-shadow:var(--shadow)}.price-card.featured,.price-card:hover{border-color:color-mix(in srgb,var(--blue) 72%,var(--line))}.price-card.featured{background:linear-gradient(145deg,color-mix(in srgb,var(--blue) 15%,var(--surface)),var(--surface) 60%)}.price-card.featured:after{content:"AJÁNLOTT";position:absolute;top:18px;right:18px;color:var(--blue-2);font-size:.7rem;font-weight:900;letter-spacing:.1em}.price-kicker{color:var(--blue);font-weight:900;font-size:.78rem;letter-spacing:.11em}.price-card h3{font-size:1.55rem;letter-spacing:-.04em;margin:15px 0 8px}.price-card>p{color:var(--muted);margin:0;min-height:76px}.price{margin:25px 0 6px;font-size:2.7rem;line-height:1;font-weight:900;letter-spacing:-.07em}.price small{font-size:.9rem;letter-spacing:0;color:var(--muted);font-weight:700}.price-note{color:var(--muted);font-size:.85rem;margin-bottom:22px}.price-list{margin:0 0 28px;padding:0;list-style:none;display:grid;grid-gap:11px;gap:11px;color:var(--muted);font-size:.94rem}.price-list li:before{content:"✓";color:#22c983;font-weight:900;margin-right:9px}.price-card .btn{margin-top:auto;justify-content:center}.price-card .btn.secondary{background:rgba(0,0,0,0)}.price-footnote{color:var(--muted);font-size:.88rem;margin:23px 0 0;max-width:750px}.pricing-dashboard{display:flex;flex-wrap:wrap;gap:14px 38px;margin:0 0 20px}.pricing-stat{color:var(--muted);font-size:.76rem;font-weight:800;letter-spacing:.07em;text-transform:uppercase}.pricing-stat b{display:block;color:var(--text);font-size:1.65rem;letter-spacing:-.05em;line-height:1.1;text-transform:none}.pricing-legend{display:flex;flex-wrap:wrap;gap:10px 22px;color:var(--muted);font-size:.88rem;margin:0 0 22px}.pricing-legend i{display:inline-block;width:10px;height:10px;border-radius:50%;margin-right:7px}.pricing-table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:22px;background:var(--surface);box-shadow:var(--shadow)}.pricing-table{width:100%;min-width:800px;border-collapse:collapse}.pricing-table td,.pricing-table th{padding:15px 18px;border-top:1px solid var(--line);text-align:left;vertical-align:middle}.pricing-table thead th{border-top:0;background:color-mix(in srgb,var(--surface-2) 82%,var(--bg));font-size:.74rem;letter-spacing:.1em;color:var(--muted);text-transform:uppercase}.pricing-table td:not(:first-child),.pricing-table th:not(:first-child){text-align:right;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;white-space:nowrap}.pricing-table .service{font-weight:900;color:var(--text)}.pricing-table .detail{display:block;color:var(--muted);font-size:.86rem;font-weight:400;margin-top:2px;white-space:normal}.pricing-table .group td{padding:11px 18px;background:color-mix(in srgb,var(--blue) 8%,transparent);border-top:1px solid color-mix(in srgb,var(--blue) 35%,var(--line));color:var(--blue-2);font-size:.73rem;font-weight:900;letter-spacing:.1em}.pricing-table .start{color:#22c983}.pricing-table .standard{color:var(--text);font-weight:900}.pricing-table .complex{color:var(--blue-2)}.price-callout{display:flex;justify-content:space-between;align-items:center;gap:22px;margin-top:20px;padding:24px 26px;border:1px solid var(--line);border-radius:20px;background:color-mix(in srgb,var(--surface-2) 70%,transparent)}.price-callout p{margin:0;color:var(--muted);max-width:720px}.price-callout strong{color:var(--text)}.references{background:var(--surface);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.slider{display:grid;grid-template-columns:.75fr 1.25fr;grid-gap:24px;gap:24px}.project-list{display:flex;flex-direction:column;justify-content:center;gap:8px}.project{background:rgba(0,0,0,0);border:0;border-left:2px solid var(--line);padding:16px 18px;color:var(--muted);font:inherit;text-align:left;cursor:pointer;transition:.25s}.project b{display:block;color:var(--text);font-size:1rem}.project.active{border-left-color:var(--blue);color:var(--blue);background:color-mix(in srgb,var(--blue) 8%,transparent)}.showcase{min-height:402px;background:var(--surface-2);border:1px solid var(--line);border-radius:22px;position:relative;overflow:hidden;padding:40px}.tag{color:var(--blue-2);font-weight:900;font-size:.76rem;letter-spacing:.1em}.showcase h3,.tag{position:relative;z-index:1}.showcase h3{font-size:clamp(2rem,3.7vw,3.5rem);letter-spacing:-.06em;line-height:1.02;max-width:530px;margin:23px 0 12px}.showcase p{position:relative;z-index:1;color:var(--muted);max-width:520px}.mini-screen{position:absolute;right:32px;bottom:28px;width:44%;height:47%;border:1px solid color-mix(in srgb,var(--text) 19%,transparent);border-radius:14px;background:color-mix(in srgb,var(--bg) 55%,transparent);padding:14px;transform:rotate(-5deg)}.mini-screen div{height:15px;background:var(--line);border-radius:6px;margin-bottom:9px}.mini-screen div:nth-child(2){width:68%;background:var(--blue)}.mini-screen div:nth-child(3){height:67px;background:var(--surface);margin-top:15px}.fade{animation:fade .45s cubic-bezier(.16,1,.3,1)}@keyframes fade{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}.process{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:0;gap:0;border:1px solid var(--line);border-radius:20px;overflow:hidden;background:var(--surface)}.step{padding:22px;border-right:1px solid var(--line)}.step:last-child{border:0}.step span{color:var(--blue);font-size:.78rem;font-weight:900}.step h3{font-size:1.05rem;letter-spacing:-.03em;margin:28px 0 9px}.step p{margin:0;color:var(--muted);font-size:.9rem;line-height:1.45}.about{display:grid;grid-template-columns:1fr 1fr;grid-gap:22px;gap:22px}.about-card{padding:42px;border-radius:24px;background:var(--surface-2);border:1px solid var(--line)}.about-card h2{font-size:2.25rem;line-height:1.08;letter-spacing:-.055em;margin:10px 0 18px}.about-card p{color:var(--muted)}.contact{padding:0 0 90px}.contact-inner{background:linear-gradient(130deg,var(--surface-2),color-mix(in srgb,var(--blue) 18%,var(--surface-2)));border:1px solid var(--line);border-radius:28px;padding:54px;display:flex;justify-content:space-between;align-items:flex-end;gap:32px}.contact h2{font-size:clamp(2.1rem,4vw,3.6rem);letter-spacing:-.06em;line-height:1.03;margin:10px 0}.contact p{color:var(--muted);margin:0;max-width:520px}.footer{padding:28px 0;border-top:1px solid var(--line);color:var(--muted);font-size:.9rem;display:flex;justify-content:space-between;gap:20px}.reveal{opacity:0;transform:translateY(26px);transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1)}.reveal.visible{opacity:1;transform:none}.nav-actions .btn{position:relative}.nav-actions .btn .btn-label,.nav-actions .btn>span{position:relative;z-index:2}.nav-actions .btn:hover{transform:none}.nav-actions .btn:after{content:"";position:absolute;inset:1px;z-index:1;border-radius:11px;pointer-events:none;opacity:0;background:linear-gradient(132deg,rgba(255,255,255,.56),rgba(255,255,255,.21) 37%,rgba(142,219,255,.26) 62%,rgba(255,255,255,.12));box-shadow:inset 0 1px 0 hsla(0,0%,100%,.82),inset 0 -1px 0 hsla(0,0%,100%,.3),inset 1px 0 0 hsla(0,0%,100%,.2),0 0 16px rgba(184,231,255,.17);-webkit-backdrop-filter:blur(14px) saturate(190%) contrast(108%);backdrop-filter:blur(14px) saturate(190%) contrast(108%);transition:opacity .38s cubic-bezier(.16,1,.3,1)}.nav-actions .btn:hover:after{opacity:1}body.landing-active,body.landing-active button,body.landing-active input,body.landing-active select,body.landing-active textarea{font-family:Georgia,Times New Roman,serif}.pricing-dashboard{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14px;gap:14px}.pricing-stat{min-height:108px;padding:18px 20px;border:1px solid color-mix(in srgb,var(--blue) 34%,var(--line));border-radius:18px;background:linear-gradient(145deg,color-mix(in srgb,var(--surface) 82%,rgba(255,255,255,.14)),color-mix(in srgb,var(--surface-2) 74%,transparent));box-shadow:inset 0 1px 0 hsla(0,0%,100%,.16),0 14px 30px rgba(2,13,35,.1);-webkit-backdrop-filter:blur(14px) saturate(135%);backdrop-filter:blur(14px) saturate(135%)}.pricing-stat,.pricing-stat b,.pricing-table td:not(:first-child),.pricing-table th:not(:first-child),.pricing-table thead th:not(:first-child){text-align:center}.pricing-table td.service{text-align:left}.hero-proof{display:flex;flex-wrap:wrap;gap:8px;margin-top:25px}.hero-proof span{padding:8px 11px;border:1px solid var(--line);border-radius:999px;background:color-mix(in srgb,var(--surface) 72%,transparent);color:var(--muted);font-size:.82rem;font-weight:700}.hero-proof span:before{content:"✓";color:#22c983;margin-right:7px;font-weight:900}.case-brief{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:9px;gap:9px;margin-top:25px;max-width:590px}.case-brief div{padding:11px 12px;border:1px solid color-mix(in srgb,var(--text) 14%,transparent);border-radius:12px;background:color-mix(in srgb,var(--bg) 40%,transparent)}.case-brief b{display:block;color:var(--blue-2);font-size:.67rem;letter-spacing:.08em}.case-brief span{display:block;margin-top:4px;color:var(--muted);font-size:.8rem;line-height:1.3}.about-card .identity{display:inline-flex;align-items:center;gap:9px;margin:0 0 10px;color:var(--muted);font-size:.9rem}.about-card .identity i{display:inline-grid;place-items:center;width:30px;height:30px;border-radius:10px;background:var(--blue);color:#fff;font-style:normal;font-weight:900}.contact-inner{align-items:stretch}.contact-copy{max-width:500px}.lead-form{display:grid;grid-template-columns:1fr 1fr;grid-gap:11px;gap:11px;min-width:min(100%,480px)}.lead-form label{display:grid;grid-gap:5px;gap:5px;color:var(--muted);font-size:.78rem;font-weight:800}.lead-form label.full{grid-column:1/-1}.lead-form input,.lead-form select,.lead-form textarea{width:100%;padding:11px 12px;border:1px solid var(--line);border-radius:11px;background:color-mix(in srgb,var(--surface) 88%,transparent);color:var(--text);font:inherit;font-size:.9rem}.lead-form textarea{min-height:90px;resize:vertical}.lead-form .btn{grid-column:1/-1;justify-content:center}.lead-form .form-note{grid-column:1/-1;margin:0;color:var(--muted);font-size:.77rem;line-height:1.35}.lead-form input:focus,.lead-form select:focus,.lead-form textarea:focus{outline:2px solid color-mix(in srgb,var(--blue) 55%,transparent);outline-offset:1px}.faq{background:linear-gradient(180deg,color-mix(in srgb,var(--surface) 55%,transparent),transparent)}.faq-list{grid-gap:12px;gap:12px}.faq details{padding:0 20px;border:1px solid var(--line);border-radius:16px;background:var(--surface)}.faq summary{padding:18px 0;cursor:pointer;font-weight:900;list-style:none}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";float:right;color:var(--blue);font-size:1.25rem;line-height:.9}.faq details[open] summary:after{content:"−"}.faq p{max-width:650px;margin:0 0 18px;color:var(--muted)}.form-status{grid-column:1/-1;margin:0;color:#22c983;font-size:.86rem;font-weight:700}.direct-email{margin-top:22px!important;font-size:.9rem}.direct-email a{color:var(--blue-2);font-weight:900;text-decoration:underline;text-underline-offset:3px}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}@media(hover:hover){.nav-glass.active{opacity:1}}@media(max-width:850px){.nav{height:68px}.nav .container{grid-template-columns:1fr auto}.links,.nav-actions .btn{display:none}.menu{display:block}.hero{grid-template-columns:1fr;padding:72px 0 55px;gap:42px}.browser{transform:none}.deck{height:370px}.deck .deck-card{width:calc(100% - 30px)}.deck .deck-middle{transform:translate3d(12px,18px,-20px) rotate(-1deg) scale(.965)}.deck .deck-back{transform:translate3d(23px,34px,-40px) rotate(2deg) scale(.93)}.deck .deck-last{transform:translate3d(30px,46px,-60px) rotate(-2deg) scale(.9)}.cards,.faq-list,.pricing-dashboard,.pricing-grid{grid-template-columns:1fr}.section-head{display:block}.section-head p{margin-top:16px}.slider{grid-template-columns:1fr}.project-list{flex-direction:row;overflow:auto}.project{min-width:180px}.showcase{min-height:355px}.case-brief,.lead-form{grid-template-columns:1fr}.case-brief div,.form-status,.lead-form .btn,.lead-form .form-note,.lead-form label.full{grid-column:auto}.process{grid-template-columns:1fr}.step{border-right:0;border-bottom:1px solid var(--line)}.step:last-child{border:0}.about{grid-template-columns:1fr}.price-callout{display:block}.price-callout .btn{margin-top:18px}.contact-inner{padding:32px;display:block}.contact-inner .btn{margin-top:25px}.lead-form{margin-top:28px}.footer{display:block}.footer p{margin:0 0 8px}.mobile-nav{display:none;position:fixed;inset:68px 0 auto;background:var(--surface);border-bottom:1px solid var(--line);padding:20px;z-index:19}.mobile-nav.open{display:grid;grid-gap:14px;gap:14px}.mobile-nav a{padding:10px;color:var(--muted);font-weight:800}}body.landing-active,body.landing-active *{font-family:Georgia,Times New Roman,serif}body.landing-active .btn:not(.secondary){background:linear-gradient(165deg,color-mix(in srgb,var(--blue) 72%,#c5d4e8) 0,var(--blue) 46%,color-mix(in srgb,var(--blue) 78%,#0b1524) 100%);color:#f3f6fa;border:1px solid color-mix(in srgb,var(--blue) 55%,rgba(255,255,255,.22));box-shadow:0 1px 0 hsla(0,0%,100%,.14) inset,0 10px 24px color-mix(in srgb,var(--blue) 18%,transparent)}body.landing-active .btn:not(.secondary):hover{box-shadow:0 1px 0 hsla(0,0%,100%,.18) inset,0 14px 28px color-mix(in srgb,var(--blue) 22%,transparent)}body.landing-active .btn:not(.secondary):hover,body.landing-active .nav-actions .btn:hover{background:linear-gradient(165deg,color-mix(in srgb,var(--blue) 78%,#d4e0ef) 0,color-mix(in srgb,var(--blue) 88%,#6f8eb0) 48%,color-mix(in srgb,var(--blue) 82%,#0b1524) 100%)}body.landing-active .nav-actions .btn:hover{box-shadow:0 1px 0 hsla(0,0%,100%,.18) inset,0 10px 22px color-mix(in srgb,var(--blue) 18%,transparent)}[data-theme=light] body.landing-active .btn:not(.secondary),body.landing-active[data-theme=light] .btn:not(.secondary){color:#fff}body.landing-active .mock-grid{margin-top:4px}body.landing-active .mock-card{position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end;gap:8px;min-height:110px;height:auto;padding:14px 15px 15px;background:linear-gradient(160deg,color-mix(in srgb,var(--surface-2) 55%,#3a5f88) 0,var(--surface-2) 100%);border-color:color-mix(in srgb,var(--line) 80%,#6b93c4);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.06)}body.landing-active .mock-card-accent,body.landing-active .mock-card:last-child{background:linear-gradient(145deg,#6f97c8,#3f6fa8 52%,#2d5688);opacity:1;border-color:color-mix(in srgb,#6f97c8 45%,transparent);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.18),0 10px 22px rgba(20,50,90,.22);justify-content:center}body.landing-active .mock-card-label{display:block;font-size:.68rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase;color:color-mix(in srgb,var(--blue-2) 88%,#fff);line-height:1.2}body.landing-active .mock-card-accent .mock-card-label{color:hsla(0,0%,100%,.88)}body.landing-active .mock-card-text{margin:0;font-size:.86rem;line-height:1.35;font-weight:700;letter-spacing:-.02em;color:var(--text)}body.landing-active .mock-card-accent .mock-card-text{color:#fff;font-size:1.02rem;line-height:1.25;letter-spacing:-.03em}.showcase-flip{width:100%}.showcase-flip-inner{display:grid;width:100%}.showcase.showcase-face{grid-area:1/1;position:relative;min-height:0;height:100%;padding:28px 30px;display:flex;flex-direction:column;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .55s cubic-bezier(.16,1,.3,1),visibility .55s}.showcase-face-back,.showcase-face-front{transform:none}.showcase-flip-inner.is-flipped .showcase-face-back,.showcase-flip-inner:not(.is-flipped) .showcase-face-front{opacity:1;visibility:visible;pointer-events:auto}.showcase-face .mini-screen{display:none}.showcase-face h3{font-size:clamp(1.45rem,2.8vw,2.35rem);margin:14px 0 10px;max-width:100%}.showcase-face p{max-width:100%;margin:0}.showcase-face .case-brief{margin-top:18px;max-width:100%}.showcase-preview-link{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;flex:0 1 auto;width:-moz-fit-content;width:fit-content;max-width:100%;margin:0 auto;border-radius:16px;overflow:hidden;border:1px solid color-mix(in srgb,var(--text) 14%,transparent);background:color-mix(in srgb,var(--bg) 55%,transparent);line-height:0}.showcase-preview-img{width:auto;height:auto;max-width:100%;max-height:min(360px,46vh);object-fit:contain;object-position:center;display:block;margin:0 auto}.showcase.showcase-face{align-items:stretch}.showcase.showcase-face-back{align-items:center;text-align:center;justify-content:center;gap:12px}.showcase.showcase-face-back .tag{align-self:center}.showcase-face .case-brief,.showcase-face .tag,.showcase-face h3,.showcase-face p{align-self:stretch}.showcase-face-back .tag{align-self:center}.showcase-demo{position:relative;z-index:2;margin-top:28px;justify-content:center;align-self:center;text-align:center;line-height:1.2;gap:9px}.showcase-demo,.showcase-demo span{display:inline-flex;align-items:center}.showcase-demo span{line-height:1}.footer-brand{display:inline-flex;align-items:baseline;font-size:1em;font-weight:900;letter-spacing:-.065em;line-height:1;color:var(--text)}.footer-brand:hover{transform:none;filter:none}.footer-brand .cap{font-size:1.35em;letter-spacing:-.11em}.footer-brand .cap.accent{color:#22c983}.footer-brand:hover .cap.accent,.footer-brand:hover .cap:not(.accent){text-shadow:none;color:inherit}.footer-brand:hover .cap.accent{color:#22c983}@media(min-width:851px){.showcase-flip-inner{min-height:440px}.showcase.showcase-face-back{padding:28px 32px 24px}.showcase-preview-img{max-height:min(380px,48vh)}.showcase-demo{margin-top:18px}}@media(max-width:850px){.showcase.showcase-face{padding:24px}.showcase-preview-img{max-height:200px}}.references .slider,.showcase,.showcase-flip,.showcase-flip-inner,.showcase.showcase-face{overflow:hidden}.showcase.showcase-face:after,.showcase.showcase-face:before,.showcase:after,.showcase:before{content:none!important;display:none!important;background:none!important;filter:none!important;box-shadow:none!important}.showcase,.showcase.showcase-face{background:var(--surface-2)!important;box-shadow:none}.faq-list{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px 20px;gap:12px 20px;align-items:start}.faq-column{display:flex;flex-direction:column;gap:12px;min-width:0}.faq-item{padding:0 20px;border:1px solid var(--line);border-radius:16px;background:var(--surface);transition:border-color .35s cubic-bezier(.22,1,.36,1),box-shadow .35s cubic-bezier(.22,1,.36,1)}.faq-item.is-open{border-color:color-mix(in srgb,var(--blue) 55%,var(--line));box-shadow:0 10px 28px color-mix(in srgb,var(--blue) 12%,transparent)}.faq-trigger{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;width:100%;padding:18px 0;margin:0;border:0;background:rgba(0,0,0,0);color:var(--text);font:inherit;font-weight:900;text-align:left;cursor:pointer;line-height:1.35}.faq-icon{position:relative;flex:0 0 auto;width:18px;height:18px;margin-top:2px;color:var(--blue)}.faq-icon:after,.faq-icon:before{content:"";position:absolute;top:50%;left:50%;background:currentColor;border-radius:1px;transition:transform .4s cubic-bezier(.22,1,.36,1),opacity .3s ease}.faq-icon:before{width:14px;height:2px;transform:translate(-50%,-50%)}.faq-icon:after{width:2px;height:14px;transform:translate(-50%,-50%)}.faq-item.is-open .faq-icon:after{transform:translate(-50%,-50%) rotate(90deg);opacity:0}.faq-panel{display:grid;grid-template-rows:0fr;transition:grid-template-rows .45s cubic-bezier(.22,1,.36,1)}.faq-item.is-open .faq-panel{grid-template-rows:1fr}.faq-panel-inner{overflow:hidden;min-height:0}.faq-panel-inner p{max-width:650px;margin:0 0 18px;color:var(--muted);opacity:0;transform:translateY(-6px);transition:opacity .35s cubic-bezier(.22,1,.36,1) .08s,transform .45s cubic-bezier(.22,1,.36,1)}.faq-item.is-open .faq-panel-inner p{opacity:1;transform:none}@media(max-width:850px){.faq-list{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.faq-icon:after,.faq-icon:before,.faq-item,.faq-panel,.faq-panel-inner p{transition:none}}.process-section{position:relative}.process-section .process-head{align-items:stretch;gap:28px}.process-lead{max-width:360px;margin:0;padding:20px 22px;border:1px solid color-mix(in srgb,var(--blue) 42%,var(--line));border-radius:18px;background:linear-gradient(145deg,color-mix(in srgb,var(--surface) 78%,transparent),color-mix(in srgb,var(--surface-2) 70%,transparent));box-shadow:inset 0 1px 0 color-mix(in srgb,var(--text) 8%,transparent),0 12px 32px color-mix(in srgb,var(--bg) 28%,transparent);color:var(--muted);line-height:1.55}.process-section .process{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:14px;gap:14px;border:0;border-radius:0;overflow:visible;background:rgba(0,0,0,0);position:relative}.process-section .process:before{content:"";position:absolute;left:4%;right:4%;top:28px;height:1px;background:linear-gradient(90deg,transparent,color-mix(in srgb,var(--blue) 55%,var(--line)) 12%,color-mix(in srgb,var(--blue) 55%,var(--line)) 88%,transparent);pointer-events:none;z-index:0;transform:scaleX(0);transform-origin:left center;opacity:0}.process-section .process.is-sequenced:before{animation:processLineDraw 5.2s cubic-bezier(.22,1,.36,1) .55s forwards}.process-section .step{position:relative;z-index:1;display:flex;flex-direction:column;min-height:220px;padding:22px 18px 24px;border:0;border-radius:20px;background:rgba(0,0,0,0);box-shadow:none;transition:transform .35s cubic-bezier(.22,1,.36,1),box-shadow .35s ease,background .35s ease}.process-section .step-outline{position:absolute;inset:0;width:100%;height:100%;overflow:visible;pointer-events:none;color:color-mix(in srgb,var(--line) 80%,var(--blue))}.process-section .step-outline-path{fill:none;stroke:currentColor;stroke-width:1.35;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke;x:.7px;y:.7px;width:calc(100% - 1.4px);height:calc(100% - 1.4px);rx:19.3px;ry:19.3px;stroke-dasharray:0 1;stroke-dashoffset:0}.process-section .step-ghost{position:absolute;right:10px;top:4px;z-index:0;font-size:clamp(3.4rem,4.6vw,4.6rem);font-weight:900;letter-spacing:-.08em;line-height:.85;color:color-mix(in srgb,var(--blue) 16%,transparent);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:0;transform:translateY(6px);margin-bottom:12px}.process-section .step-body{position:relative;z-index:1;display:flex;flex-direction:column;flex:1 1;opacity:0;transform:translateY(10px);padding-top:3.15rem}.process-section .step h3{font-size:1.12rem;letter-spacing:-.035em;margin:0 0 10px}.process-section .step p{margin:0;color:var(--muted);font-size:.9rem;line-height:1.5}@keyframes processContentIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}@keyframes processStrokeDraw{0%{stroke-dasharray:0 1;stroke-dashoffset:0}to{stroke-dasharray:1 0;stroke-dashoffset:-.5}}@keyframes processSurfaceIn{0%{background:rgba(0,0,0,0);box-shadow:none}to{background:linear-gradient(165deg,color-mix(in srgb,var(--surface) 88%,rgba(255,255,255,.06)),color-mix(in srgb,var(--surface-2) 82%,transparent));box-shadow:inset 0 1px 0 color-mix(in srgb,var(--text) 7%,transparent),0 14px 34px color-mix(in srgb,var(--bg) 22%,transparent)}}@keyframes processLineDraw{0%{transform:scaleX(0);opacity:0}to{transform:scaleX(1);opacity:1}}@keyframes processGhostIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.process-section .process.is-sequenced .step:first-child .step-body{animation:processContentIn .55s cubic-bezier(.22,1,.36,1) 0s forwards}.process-section .process.is-sequenced .step:first-child .step-ghost{animation:processGhostIn .7s cubic-bezier(.22,1,.36,1) .08s forwards}.process-section .process.is-sequenced .step:first-child .step-outline-path{animation:processStrokeDraw 1.35s cubic-bezier(.4,0,.2,1) .55s forwards}.process-section .process.is-sequenced .step:first-child{animation:processSurfaceIn .65s cubic-bezier(.22,1,.36,1) 1.35s forwards}.process-section .process.is-sequenced .step:nth-child(2) .step-outline-path{animation:processStrokeDraw 1.35s cubic-bezier(.4,0,.2,1) 1.95s forwards}.process-section .process.is-sequenced .step:nth-child(2){animation:processSurfaceIn .65s cubic-bezier(.22,1,.36,1) 2.75s forwards}.process-section .process.is-sequenced .step:nth-child(2) .step-body{animation:processContentIn .55s cubic-bezier(.22,1,.36,1) 2.95s forwards}.process-section .process.is-sequenced .step:nth-child(2) .step-ghost{animation:processGhostIn .7s cubic-bezier(.22,1,.36,1) 3.05s forwards}.process-section .process.is-sequenced .step:nth-child(3) .step-outline-path{animation:processStrokeDraw 1.35s cubic-bezier(.4,0,.2,1) 3.4s forwards}.process-section .process.is-sequenced .step:nth-child(3){animation:processSurfaceIn .65s cubic-bezier(.22,1,.36,1) 4.2s forwards}.process-section .process.is-sequenced .step:nth-child(3) .step-body{animation:processContentIn .55s cubic-bezier(.22,1,.36,1) 4.4s forwards}.process-section .process.is-sequenced .step:nth-child(3) .step-ghost{animation:processGhostIn .7s cubic-bezier(.22,1,.36,1) 4.5s forwards}.process-section .process.is-sequenced .step:nth-child(4) .step-outline-path{animation:processStrokeDraw 1.35s cubic-bezier(.4,0,.2,1) 4.85s forwards}.process-section .process.is-sequenced .step:nth-child(4){animation:processSurfaceIn .65s cubic-bezier(.22,1,.36,1) 5.65s forwards}.process-section .process.is-sequenced .step:nth-child(4) .step-body{animation:processContentIn .55s cubic-bezier(.22,1,.36,1) 5.85s forwards}.process-section .process.is-sequenced .step:nth-child(4) .step-ghost{animation:processGhostIn .7s cubic-bezier(.22,1,.36,1) 5.95s forwards}.process-section .process.is-sequenced .step:nth-child(5) .step-outline-path{animation:processStrokeDraw 1.35s cubic-bezier(.4,0,.2,1) 6.3s forwards}.process-section .process.is-sequenced .step:nth-child(5){animation:processSurfaceIn .65s cubic-bezier(.22,1,.36,1) 7.1s forwards}.process-section .process.is-sequenced .step:nth-child(5) .step-body{animation:processContentIn .55s cubic-bezier(.22,1,.36,1) 7.3s forwards}.process-section .process.is-sequenced .step:nth-child(5) .step-ghost{animation:processGhostIn .7s cubic-bezier(.22,1,.36,1) 7.4s forwards}.process-section .process .step.is-ready:hover{transform:translateY(-5px);box-shadow:inset 0 1px 0 color-mix(in srgb,var(--text) 10%,transparent),0 18px 40px color-mix(in srgb,var(--blue) 14%,transparent)}.process-section .process .step.is-ready:hover .step-outline{color:color-mix(in srgb,var(--blue) 62%,var(--line))}.process-section .process .step:not(.is-ready){pointer-events:none}.process-section .process .step.is-ready,.process-section .process.is-complete .step{pointer-events:auto}.process-section .process.is-complete .step,.process-section .process.is-complete .step-body,.process-section .process.is-complete .step-ghost,.process-section .process.is-complete .step-outline-path{animation:none!important}.process-section .process.is-complete .step{background:linear-gradient(165deg,color-mix(in srgb,var(--surface) 88%,rgba(255,255,255,.06)),color-mix(in srgb,var(--surface-2) 82%,transparent));box-shadow:inset 0 1px 0 color-mix(in srgb,var(--text) 7%,transparent),0 14px 34px color-mix(in srgb,var(--bg) 22%,transparent)}.process-section .process.is-complete .step-outline-path{stroke-dasharray:1 0;stroke-dashoffset:-.5}.process-section .process.is-complete .step-body,.process-section .process.is-complete .step-ghost{opacity:1;transform:none}.process-section .process.is-complete:before{animation:none;transform:none;opacity:1}@media(max-width:850px){.process-section .process-head{display:block}.process-lead{max-width:none;margin-top:18px}.process-section .process{grid-template-columns:1fr;gap:12px}.process-section .process:before{display:none}.process-section .step{min-height:0}}@media(prefers-reduced-motion:reduce){.process-section .process:before{transform:none;opacity:1;animation:none}.process-section .process.is-sequenced .step,.process-section .process.is-sequenced .step-body,.process-section .process.is-sequenced .step-ghost,.process-section .process.is-sequenced .step-outline-path{animation:none!important}.process-section .step{background:linear-gradient(165deg,color-mix(in srgb,var(--surface) 88%,rgba(255,255,255,.06)),color-mix(in srgb,var(--surface-2) 82%,transparent));box-shadow:inset 0 1px 0 color-mix(in srgb,var(--text) 7%,transparent),0 14px 34px color-mix(in srgb,var(--bg) 22%,transparent);transition:none}.process-section .step-outline-path{stroke-dasharray:1 0;stroke-dashoffset:-.5}.process-section .step-body,.process-section .step-ghost{opacity:1;transform:none}.process-section .step{pointer-events:auto}}.seo-kicker{margin:0 0 10px;color:var(--blue-2);font-size:.95rem;font-weight:800;letter-spacing:.01em;line-height:1.35}.price-categories{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px;margin:0 0 28px}.price-category{padding:26px 24px;border:1px solid var(--line);border-radius:20px;background:var(--surface)}.price-category h3{margin:0 0 8px;font-size:1.15rem;letter-spacing:-.03em}.price-category h3 a{text-decoration:underline;text-underline-offset:3px}.price-from{margin:0 0 12px;color:var(--blue-2);font-weight:900;font-size:1.05rem}.price-category p:last-child{margin:0;color:var(--muted);font-size:.92rem}.price-callout .actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:18px}.eyebrow.eyebrow-premium{display:inline-flex;align-items:center;gap:10px;margin:0;padding:7px 2px 7px 0;color:var(--blue-2);letter-spacing:.14em;background:linear-gradient(90deg,color-mix(in srgb,var(--blue) 22%,transparent),transparent 72%);text-shadow:0 0 28px color-mix(in srgb,var(--blue) 32%,transparent)}.eyebrow.eyebrow-premium:before{content:"";width:18px;height:2px;border-radius:1px;background:linear-gradient(90deg,var(--blue-2),color-mix(in srgb,var(--blue) 40%,transparent));box-shadow:0 0 12px color-mix(in srgb,var(--blue-2) 55%,transparent);flex-shrink:0}.intake-section.process-section{padding-top:10px}.about-person{display:flex;align-items:center;gap:14px;margin:8px 0 6px}.about-avatar{width:56px;height:56px;border-radius:50%;display:grid;place-items:center;font-weight:900;font-size:1.35rem;color:var(--bg);background:linear-gradient(145deg,var(--blue-2),var(--blue));flex-shrink:0}.about-card-person .identity{margin:0;font-weight:800}.hp-field{display:none!important}.form-status-error{color:#e85d5d!important}.lead-form .btn:disabled{opacity:.65;cursor:wait}.related-links{display:flex;flex-wrap:wrap;gap:12px 22px;list-style:none;margin:0;padding:0 0 40px}.related-links a{color:var(--blue-2);font-weight:800;text-decoration:underline;text-underline-offset:3px}.subpage-hero{padding-top:88px;grid-template-columns:1fr!important}.subpage-hero .deck{display:none}.landing-subpage .cards{margin-bottom:40px}.card h3 a{text-decoration:underline;text-underline-offset:3px}@media(max-width:980px){.price-categories{grid-template-columns:1fr 1fr}}@media(max-width:850px){.price-categories{grid-template-columns:1fr}}