@import "https://fonts.googleapis.com/css2?family=Caveat:wght@700&display=swap";:root{--font-family:"Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--bg-color:#fff;--text-primary:#111827;--text-secondary:#4b5563;--border-color:#e5e7eb}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-family);background-color:var(--bg-color);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5;overflow-x:hidden}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.intro-overlay{z-index:9999;background-color:#fcf1f2;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0;overflow:hidden}.intro-overlay.shutter-up{pointer-events:none;animation:.8s cubic-bezier(.77,0,.175,1) forwards slide-up}@keyframes slide-up{0%{transform:translateY(0)}to{transform:translateY(-100vh)}}.intro-video-element{opacity:1;z-index:10;width:550px;max-width:90%;height:auto;position:relative;-webkit-mask-image:radial-gradient(circle,#000 55%,#0000 95%);mask-image:radial-gradient(circle,#000 55%,#0000 95%)}.welcome-inline-container{opacity:1;justify-content:center;align-items:center;margin-bottom:-1rem;transition:opacity .5s;display:flex}.welcome-inline-container.fade-out{opacity:0;pointer-events:none}.welcome-sketch-svg{width:300px;height:100px}.welcome-sketch-text{fill:#0000;stroke:#a855f7;stroke-width:1.5px;stroke-dasharray:400;stroke-dashoffset:400px;font-family:Caveat,cursive;font-size:80px;animation:1.5s cubic-bezier(.25,1,.5,1) forwards sketchText,.5s 1s forwards fillText}@keyframes sketchText{0%{stroke-dashoffset:400px}to{stroke-dashoffset:0}}@keyframes fillText{0%{fill:#0000;text-shadow:none}to{fill:#a855f7;text-shadow:0 0 15px #a855f7cc}}@media (width<=768px){.welcome-sketch-svg{width:200px;height:70px}.welcome-sketch-text{font-size:50px}}.project-form-container{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:100;background:#0b0f19d9;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:4rem 2rem;display:flex;position:absolute;top:0;left:0;overflow-y:auto}.back-btn{color:#fff;background:0 0;border:1px solid #fff3;border-radius:9999px;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s;position:absolute;top:2rem;left:2rem}.back-btn:hover{background:#ffffff1a;border-color:#fff6}.form-wrapper{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:1.5rem;width:100%;max-width:800px;margin-top:2rem;padding:3rem;box-shadow:0 25px 50px -12px #00000080}.form-title{color:#fff;margin-bottom:.5rem;font-size:2.5rem;font-weight:700}.form-subtitle{color:#9ca3af;margin-bottom:2.5rem;font-size:1.1rem}.project-form{flex-direction:column;gap:1.5rem;display:flex}.form-row{gap:1.5rem;display:flex}.form-row .form-group{flex:1}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{color:#e5e7eb;font-size:.95rem;font-weight:500}.form-group input,.form-group select,.form-group textarea{box-sizing:border-box;color:#fff;background:#0003;border:1px solid #ffffff1a;border-radius:.75rem;width:100%;padding:.875rem 1rem;font-family:inherit;font-size:1rem;transition:border-color .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#a855f7;outline:none}.form-group select option{color:#fff;background:#1f2937}.direct-contact-box{text-align:center;background:#a855f71a;border:1px solid #a855f74d;border-radius:1rem;margin:1rem 0;padding:1.5rem}.direct-contact-box h4{color:#e5e7eb;margin-bottom:1rem;font-weight:500}.contact-links{justify-content:center;gap:2rem;display:flex}.contact-links a{color:#c084fc;align-items:center;gap:.5rem;font-weight:600;text-decoration:none;transition:color .2s;display:flex}.contact-links a:hover{color:#e9d5ff}.submit-btn{color:#fff;background:linear-gradient(135deg,#9f7aea,#a855f7);border-radius:9999px;margin-top:1rem;padding:1rem;font-size:1.1rem;font-weight:600;transition:transform .2s,box-shadow .2s}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 10px 20px -5px #a855f766}.animate-fade-in{animation:.4s ease-out forwards fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (width<=768px){.project-form-container{padding:1rem}.form-wrapper{margin-top:4rem;padding:2rem 1.5rem}.form-row{flex-direction:column;gap:1.5rem}.contact-links{flex-direction:column;gap:1rem}.form-title{font-size:2rem}}.app-container{flex-direction:column;min-height:100vh;display:flex;position:relative}.particle-bg{z-index:0;pointer-events:none;width:100%;height:100%;position:fixed;top:0;left:0}.navbar{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#333845;border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;height:80px;padding:0 5%;display:flex;position:fixed;top:0;left:0;right:0}.logo-container{align-items:center;gap:.5rem;display:flex}.brand-logo-img{object-fit:contain;mix-blend-mode:lighten;opacity:0;width:70px;height:auto;animation:1s 1s forwards fadeLogoIn;-webkit-mask-image:radial-gradient(#000 50%,#0000 75%);mask-image:radial-gradient(#000 50%,#0000 75%)}@keyframes fadeLogoIn{to{opacity:1}}.logo-animated-text{color:#fff;letter-spacing:-.5px;font-family:Inter,sans-serif;font-size:1.4rem;font-weight:800;display:flex}.logo-char{opacity:0;animation:.4s cubic-bezier(.175,.885,.32,1.275) forwards letterDropIn;transform:translateY(15px)}@keyframes letterDropIn{to{opacity:1;transform:translateY(0)}}.nav-links{align-items:center;gap:2rem;list-style:none;display:flex}.nav-links a{color:#9ca3af;align-items:center;gap:.25rem;font-size:.875rem;font-weight:500;transition:color .2s;display:flex}.nav-links a:hover{color:#fff}.chevron{border-bottom:1.5px solid;border-right:1.5px solid;width:.4em;height:.4em;margin-bottom:.15em;display:inline-block;transform:rotate(45deg)}.nav-cta{color:#111827;cursor:pointer;background:#fff;border:none;border-radius:9999px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .3s;display:flex;box-shadow:0 4px 15px #ffffff1a}.nav-cta:hover{transform:translateY(-2px);box-shadow:0 6px 20px #fff3}.main-content{z-index:10;flex-direction:column;flex:1;display:flex;position:relative}.hero-section{justify-content:center;align-items:center;min-height:calc(100vh - 80px);padding:4rem 2rem;display:flex;position:relative}.hero-content{text-align:center;pointer-events:auto;flex-direction:column;align-items:center;max-width:900px;display:flex}.hero-badge{background:#fffc;border:1px solid #e5e7ebcc;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.35rem 1rem;font-size:.875rem;font-weight:500;display:inline-flex;box-shadow:0 4px 6px -1px #0000000d}.pulsing-dot{background-color:#4299e1;border-radius:50%;width:8px;height:8px;animation:2s infinite pulse;box-shadow:0 0 #4299e1b3}@keyframes pulse{0%{transform:scale(.95);box-shadow:0 0 #4299e1b3}70%{transform:scale(1);box-shadow:0 0 0 6px #4299e100}to{transform:scale(.95);box-shadow:0 0 #4299e100}}.hero-title{letter-spacing:-.04em;color:var(--text-primary);margin-bottom:1.5rem;font-size:4.5rem;font-weight:700;line-height:1.1}.hero-subtitle{color:var(--text-secondary);max-width:600px;margin-bottom:2.5rem;font-size:1.25rem;line-height:1.6}.hero-actions{justify-content:center;align-items:center;gap:1rem;display:flex}.btn-primary{color:#fff;background:#111827;border-radius:9999px;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-size:1rem;font-weight:500;transition:all .2s;display:flex;box-shadow:0 10px 15px -3px #0000001a}.btn-primary:hover{background:#1f2937;transform:translateY(-2px);box-shadow:0 20px 25px -5px #0000001a}.btn-secondary{color:var(--text-primary);background:#ffffffe6;border:1px solid #e5e7eb;border-radius:9999px;padding:.875rem 1.75rem;font-size:1rem;font-weight:500;transition:all .2s;box-shadow:0 4px 6px -1px #0000000d}.btn-secondary:hover{background:#f9fafb;transform:translateY(-2px)}.services-section{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffc;border-top:1px solid #e5e7eb80;padding:8rem 2rem}.services-container{max-width:1200px;margin:0 auto}.section-title{text-align:center;letter-spacing:-.02em;margin-bottom:4rem;font-size:2.5rem;font-weight:700}.services-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.service-card{background:#fff;border:1px solid #e5e7eb99;border-radius:1.5rem;padding:2.5rem;transition:transform .4s cubic-bezier(.175,.885,.32,1.275),box-shadow .4s;box-shadow:0 10px 25px -5px #0000000d}.service-card:hover{border-color:#a855f766;transform:translateY(-10px)scale(1.02);box-shadow:0 25px 35px -5px #0000001a,0 0 15px #a855f726}.service-icon{margin-bottom:1.5rem;font-size:2.5rem}.service-card h3{margin-bottom:1rem;font-size:1.25rem;font-weight:600}.service-card p{color:var(--text-secondary);line-height:1.6}.animate-on-scroll{opacity:0;will-change:opacity, transform;transition:opacity .8s ease-out,transform .8s cubic-bezier(.165,.84,.44,1);transform:translateY(30px)}.animate-on-scroll.is-visible{opacity:1;transform:translateY(0)}.stagger-1{transition-delay:.1s}.stagger-2{transition-delay:.2s}.stagger-3{transition-delay:.3s}.stagger-4{transition-delay:.4s}.process-section{background:#f9fafb;border-top:1px solid #e5e7eb80;padding:8rem 2rem;position:relative}.timeline{max-width:800px;margin:0 auto;padding-left:2rem;position:relative}.timeline:before{content:"";background:linear-gradient(#9f7aea,#4299e1);border-radius:2px;width:2px;height:100%;position:absolute;top:0;left:0}.timeline-item{margin-bottom:3rem;position:relative}.timeline-item:last-child{margin-bottom:0}.timeline-dot{background:#fff;border:3px solid #a855f7;border-radius:50%;width:16px;height:16px;position:absolute;top:.25rem;left:-2.35rem;box-shadow:0 0 0 4px #a855f71a}.timeline-content{background:#fff;border:1px solid #e5e7ebcc;border-radius:1rem;padding:1.5rem 2rem;transition:transform .3s;box-shadow:0 4px 6px -1px #0000000d}.timeline-content:hover{border-color:#a855f74d;transform:translate(5px)}.timeline-step{color:#a855f7;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.875rem;font-weight:600;display:block}.timeline-title{color:var(--text-primary);margin-bottom:.75rem;font-size:1.25rem;font-weight:600}.timeline-desc{color:var(--text-secondary);line-height:1.5}@media (width<=768px){.hero-title{font-size:3rem}.navbar{padding:1rem 2rem}.nav-links{display:none}.hero-actions{flex-direction:column;width:100%}.hero-actions button{justify-content:center;width:100%}.timeline{padding-left:1.5rem}.timeline-dot{left:-1.85rem}}
