*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0a0a0a;--text:#f5f5f0;--accent:#2563eb;--accent-hover:#f59e0b;--neutral:#6b7280;--glass-bg:#ffffff0a;--glass-border:#ffffff14;--glass-bg-hover:#ffffff12}html[data-theme=light]{--bg:#f8fafc;--text:#0f172a;--accent:#2563eb;--accent-hover:#d97706;--neutral:#475569;--glass-bg:#0f172a08;--glass-border:#0f172a1a;--glass-bg-hover:#0f172a0f}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background:var(--bg);color:var(--text);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6;overflow-x:hidden}body:after{content:"";pointer-events:none;z-index:9999;opacity:.03;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='1'/%3E%3C/svg%3E");background-repeat:repeat;background-size:256px 256px;width:100%;height:100%;position:fixed;top:0;left:0}.cursor-dot,.cursor-ring{display:none}@media (hover:hover) and (pointer:fine){body{cursor:none}.cursor-dot{background:var(--accent);pointer-events:none;z-index:10001;mix-blend-mode:difference;border-radius:50%;width:6px;height:6px;transition:transform .1s,background .3s;display:block;position:fixed;transform:translate(-50%,-50%)}.cursor-ring{pointer-events:none;z-index:10000;border:1.5px solid #2563eb80;border-radius:50%;width:36px;height:36px;transition:width .3s,height .3s,border-color .3s,background .3s;display:block;position:fixed;transform:translate(-50%,-50%)}.cursor-hover .cursor-dot{background:var(--accent-hover);transform:translate(-50%,-50%)scale(2.5)}.cursor-hover .cursor-ring{background:#f59e0b0d;border-color:#f59e0b66;width:52px;height:52px}}.navbar{z-index:1000;justify-content:space-between;align-items:center;width:100%;padding:1rem 1.25rem;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;left:0}.navbar.scrolled{-webkit-backdrop-filter:blur(20px)saturate(1.8);background:#0a0a0acc;border-bottom:1px solid #ffffff0f;padding:.75rem 1.25rem}.nav-logo{letter-spacing:-.03em;color:var(--text);z-index:1001;font-size:1.05rem;font-weight:700;text-decoration:none}.nav-logo .slash{color:var(--accent)}.nav-links{align-items:center;gap:2rem;list-style:none;display:none}.nav-links a{color:var(--neutral);letter-spacing:.01em;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .3s;position:relative}.nav-links a:after{content:"";background:var(--accent);width:0;height:1.5px;transition:width .3s;position:absolute;bottom:-4px;left:0}.nav-cta{background:var(--accent);letter-spacing:.02em;border-radius:6px;padding:.5rem 1.25rem;font-weight:600;color:#fff!important;font-size:.8rem!important;transition:all .3s!important}.nav-cta:after{display:none!important}@media (hover:hover){.nav-links a:hover{color:var(--text)}.nav-links a:hover:after{width:100%}.nav-cta:hover{transform:translateY(-1px);box-shadow:0 0 24px #2563eb66;background:#3b82f6!important}}.hamburger{cursor:pointer;z-index:1001;-webkit-tap-highlight-color:transparent;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;min-width:44px;min-height:44px;padding:8px;display:flex}.hamburger span{background:var(--text);border-radius:2px;width:24px;height:2px;transition:all .3s;display:block}.hamburger.active span:first-child{transform:rotate(45deg)translate(5px,5px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.mobile-menu{-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);z-index:999;opacity:0;pointer-events:none;background:#0a0a0af7;flex-direction:column;justify-content:center;align-items:center;gap:2.5rem;width:100%;height:100dvh;transition:opacity .4s;display:flex;position:fixed;top:0;left:0}.mobile-menu.active{opacity:1;pointer-events:all}.mobile-menu a{color:var(--text);letter-spacing:-.02em;align-items:center;min-height:44px;font-size:clamp(1.5rem,5vw,2rem);font-weight:600;text-decoration:none;transition:color .3s;display:flex}@media (min-width:768px){.navbar{padding:1.25rem 2rem}.navbar.scrolled{padding:.85rem 2rem}.nav-logo{font-size:1.15rem}}@media (min-width:1024px){.nav-links{display:flex}.hamburger,.mobile-menu{display:none}}section{padding:4rem 1.25rem;position:relative}.section-container{max-width:1200px;margin:0 auto;position:relative}.section-label{letter-spacing:.15em;text-transform:uppercase;color:var(--accent);border:1px solid #2563eb4d;border-radius:100px;margin-bottom:.85rem;padding:.3rem .75rem;font-size:.65rem;font-weight:600;display:inline-block}.section-title{letter-spacing:-.04em;margin-bottom:1rem;font-size:clamp(1.75rem,6vw,3.5rem);font-weight:800;line-height:1.1}.section-subtitle{color:var(--neutral);max-width:520px;font-size:clamp(.9rem,2.5vw,1.05rem);line-height:1.7}@media (min-width:768px){section{padding:6rem 2rem}.section-label{margin-bottom:1rem;padding:.35rem .85rem;font-size:.7rem}.section-title{margin-bottom:1.5rem}}@media (min-width:1024px){section{padding:8rem 2rem}}#hero{justify-content:center;align-items:center;height:100dvh;min-height:600px;padding:0;display:flex;position:relative;overflow:hidden}#hero-canvas{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.hero-content{z-index:2;text-align:center;max-width:800px;padding:0 1.25rem;position:relative}.hero-logo{letter-spacing:-.06em;opacity:0;word-break:break-word;overflow-wrap:break-word;margin-bottom:1rem;font-size:clamp(2.2rem,11vw,5rem);font-weight:900;line-height:1;animation:1s cubic-bezier(.16,1,.3,1) .3s forwards heroFadeUp;transform:translateY(30px)}.hero-logo .slash{color:var(--accent);text-shadow:0 0 40px #2563eb80}.hero-headline{letter-spacing:-.01em;color:#f5f5f0d9;opacity:0;margin-bottom:.5rem;font-size:clamp(1rem,4vw,1.6rem);font-weight:400;animation:1s cubic-bezier(.16,1,.3,1) .55s forwards heroFadeUp;transform:translateY(25px)}.hero-subline{color:var(--neutral);opacity:0;margin-bottom:2rem;font-size:clamp(.8rem,2.5vw,1rem);animation:1s cubic-bezier(.16,1,.3,1) .75s forwards heroFadeUp;transform:translateY(25px)}.hero-cta{background:var(--accent);color:#fff;letter-spacing:.01em;opacity:0;-webkit-tap-highlight-color:transparent;border-radius:8px;align-items:center;min-height:48px;padding:.85rem 1.75rem;font-size:clamp(.875rem,2.5vw,.95rem);font-weight:600;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1);animation:1s cubic-bezier(.16,1,.3,1) .95s forwards heroFadeUp;display:inline-flex;position:relative;overflow:hidden;transform:translateY(25px)}.hero-cta:before{content:"";opacity:0;background:linear-gradient(135deg,#ffffff26 0%,#0000 50%);width:100%;height:100%;transition:opacity .3s;position:absolute;top:0;left:0}@media (hover:hover){.hero-cta:hover{box-shadow:0 0 40px #2563eb80,0 8px 32px #2563eb40;transform:translateY(-2px)!important}.hero-cta:hover:before{opacity:1}}@media (min-width:768px){.hero-logo{margin-bottom:1.5rem}.hero-headline{margin-bottom:.75rem}.hero-subline{margin-bottom:2.5rem}.hero-cta{padding:.9rem 2.2rem}#hero{min-height:700px}}.scroll-indicator{z-index:2;opacity:0;animation:1s cubic-bezier(.16,1,.3,1) 1.3s forwards heroFadeUp;position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%)}.scroll-indicator .mouse{border:2px solid #f5f5f040;border-radius:11px;width:22px;height:34px;margin:0 auto 6px;position:relative}.scroll-indicator .wheel{background:var(--accent);border-radius:2px;width:3px;height:7px;animation:2s ease-in-out infinite scrollWheel;position:absolute;top:6px;left:50%;transform:translate(-50%)}.scroll-indicator span{text-transform:uppercase;letter-spacing:.2em;color:var(--neutral);text-align:center;font-size:.6rem;display:block}@media (min-width:768px){.scroll-indicator{bottom:2.5rem}.scroll-indicator .mouse{border-radius:12px;width:24px;height:38px}.scroll-indicator .wheel{height:8px;top:7px}.scroll-indicator span{font-size:.65rem}}@keyframes scrollWheel{0%,to{opacity:1;transform:translate(-50%)translateY(0)}50%{opacity:.3;transform:translate(-50%)translateY(10px)}}@keyframes heroFadeUp{to{opacity:1;transform:translateY(0)}}#services{background:linear-gradient(180deg, var(--bg) 0%, #0d0d0d 100%)}.services-grid{grid-template-columns:1fr;gap:1rem;margin-top:2.5rem;display:grid}.service-card{background:var(--glass-bg);border:1px solid var(--glass-border);-webkit-tap-highlight-color:transparent;border-radius:18px;flex-direction:column;padding:2rem 1.75rem 1.75rem;transition:border-color .5s,background .5s,box-shadow .5s,transform .3s;display:flex;position:relative;overflow:hidden}.service-card:before{content:"";background:linear-gradient(90deg, transparent, var(--accent), transparent);opacity:0;height:1px;transition:opacity .6s,left .4s,right .4s;position:absolute;top:0;left:20%;right:20%}.service-icon{background:#2563eb12;border:1px solid #2563eb24;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1.25rem;font-size:1.35rem;transition:background .5s,border-color .5s;display:flex}.service-card h3{letter-spacing:-.02em;color:#f5f5f0bf;margin-bottom:.6rem;font-size:clamp(1.05rem,3vw,1.2rem);font-weight:700;transition:color .5s}.service-card p{color:var(--neutral);margin:0;font-size:clamp(.875rem,2.5vw,.92rem);line-height:1.7}.service-card.active{background:var(--glass-bg-hover);border-color:#2563eb38;box-shadow:0 0 40px #2563eb0f,inset 0 1px #ffffff0a}.service-card.active:before{opacity:1;left:10%;right:10%}.service-card.active .service-icon{background:#2563eb1f;border-color:#2563eb47}.service-card.active h3{color:var(--text)}@media (hover:hover){.service-card:hover{background:var(--glass-bg-hover);border-color:#2563eb38;transform:translateY(-3px);box-shadow:0 0 40px #2563eb0f,inset 0 1px #ffffff0a}.service-card:hover:before{opacity:1;left:10%;right:10%}.service-card:hover .service-icon{background:#2563eb1f;border-color:#2563eb47}.service-card:hover h3{color:var(--text)}}@media (min-width:768px){.services-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem;margin-top:3rem}.service-card{border-radius:20px}}@media (min-width:1024px){.services-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:3.5rem}}#about{background:var(--bg);overflow:hidden}.about-grid{grid-template-columns:1fr;align-items:center;gap:2.5rem;margin-top:2rem;display:grid}.about-text p{color:#f5f5f0b3;margin-bottom:1.25rem;font-size:clamp(.925rem,2.5vw,1.05rem);line-height:1.8}.about-text p strong{color:var(--text);font-weight:600}.about-visual{justify-content:center;align-items:center;height:220px;display:flex;position:relative}.about-blob{filter:blur(40px);background:radial-gradient(circle at 30% 30%,#2563eb33,#2563eb08 70%);border-radius:50%;width:200px;height:200px;animation:8s ease-in-out infinite blobFloat;position:absolute}.about-blob-2{filter:blur(30px);background:radial-gradient(circle at 70% 70%,#f59e0b1f,#0000 70%);border-radius:50%;width:130px;height:130px;animation:10s ease-in-out infinite reverse blobFloat;position:absolute;top:15%;right:15%}.about-shape{border:1px solid #2563eb33;border-radius:20px;width:120px;height:120px;animation:20s linear infinite shapeRotate;position:relative;transform:rotate(45deg)}.about-shape:after{content:"";border:1px solid #2563eb1a;border-radius:14px;position:absolute;inset:16px}@keyframes blobFloat{0%,to{transform:translate(0)scale(1)}33%{transform:translate(15px,-20px)scale(1.05)}66%{transform:translate(-10px,15px)scale(.97)}}@keyframes shapeRotate{to{transform:rotate(405deg)}}@media (min-width:768px){.about-grid{gap:3rem;margin-top:2.5rem}.about-visual{height:280px}.about-blob{width:260px;height:260px}.about-blob-2{width:160px;height:160px}.about-shape{width:150px;height:150px}}@media (min-width:1024px){.about-grid{grid-template-columns:1fr 1fr;gap:5rem;margin-top:3rem}.about-visual{height:400px}.about-blob{width:320px;height:320px}.about-blob-2{width:200px;height:200px;top:20%;right:10%}.about-shape{border-radius:24px;width:180px;height:180px}.about-shape:after{border-radius:16px;inset:20px}}.stats-row{border-top:1px solid var(--glass-border);border-bottom:1px solid var(--glass-border);grid-template-columns:repeat(2,1fr);gap:0;margin-top:2.5rem;display:grid}.stat-item{text-align:center;padding:1.75rem .75rem;position:relative}.stat-item:nth-child(odd):after{content:"";background:var(--glass-border);width:1px;height:60%;position:absolute;top:20%;right:0}.stat-item:first-child,.stat-item:nth-child(2){border-bottom:1px solid var(--glass-border)}.stat-number{letter-spacing:-.04em;color:var(--accent);margin-bottom:.4rem;font-size:clamp(1.75rem,6vw,2.8rem);font-weight:800;line-height:1}.stat-label{color:var(--neutral);letter-spacing:.02em;font-size:clamp(.72rem,2vw,.82rem);font-weight:500}@media (min-width:768px){.stats-row{grid-template-columns:repeat(4,1fr);margin-top:4rem}.stat-item{padding:2.5rem 1rem}.stat-item:first-child,.stat-item:nth-child(2){border-bottom:none}.stat-item:nth-child(odd):after{display:none}.stat-item:not(:last-child):after{content:"";background:var(--glass-border);width:1px;height:50%;display:block;position:absolute;top:25%;right:0}}#process{background:linear-gradient(180deg, var(--bg) 0%, #0d0d0d 50%, var(--bg) 100%)}.process-header{text-align:center;margin-bottom:1rem}.process-header .section-subtitle{margin:0 auto}.process-timeline{grid-template-columns:1fr;gap:1rem;margin-top:2.5rem;display:grid;position:relative}.process-line{display:none}.process-step{background:var(--glass-bg);border:1px solid var(--glass-border);text-align:left;-webkit-tap-highlight-color:transparent;border-radius:18px;flex-direction:column;padding:2rem 1.75rem 1.75rem;transition:border-color .5s,background .5s,box-shadow .5s;display:flex;position:relative;overflow:hidden}.process-step:before{content:"";background:linear-gradient(90deg, transparent, var(--accent), transparent);opacity:0;height:1px;transition:opacity .6s,left .6s,right .6s;position:absolute;top:0;left:20%;right:20%}.process-step:after{content:attr(data-step);letter-spacing:-.06em;color:#ffffff08;pointer-events:none;-webkit-user-select:none;user-select:none;font-size:7rem;font-weight:900;line-height:1;transition:color .5s;position:absolute;bottom:-.6rem;right:1.25rem}.process-step.active{background:var(--glass-bg-hover);border-color:#2563eb38;box-shadow:0 0 40px #2563eb0f,inset 0 1px #ffffff0a}.process-step.active:before{opacity:1;left:10%;right:10%}.process-step.active:after{color:#2563eb17}.step-number{letter-spacing:.18em;text-transform:uppercase;color:#2563eb73;margin-bottom:1.1rem;font-size:.62rem;font-weight:700;transition:color .5s;display:inline-block}.process-step.active .step-number{color:var(--accent)}.process-step h3{letter-spacing:-.02em;color:#f5f5f0b3;margin-bottom:.6rem;font-size:clamp(1rem,3vw,1.15rem);font-weight:700;transition:color .5s}.process-step.active h3{color:var(--text)}.process-step p{color:var(--neutral);margin:0;font-size:clamp(.82rem,2.5vw,.88rem);line-height:1.65}@media (min-width:768px){.process-timeline{grid-template-columns:repeat(2,1fr);gap:1.25rem;margin-top:3rem}.process-step{padding:2.25rem 2rem 2rem}.process-step:after{font-size:8rem}}@media (min-width:1024px){.process-timeline{grid-template-columns:repeat(4,1fr);gap:1.25rem;margin-top:4rem}.process-step{border-radius:20px;padding:2.25rem 1.75rem 2rem}.process-step:after{font-size:7.5rem;bottom:-.75rem;right:1rem}}#testimonials{background:var(--bg)}.testimonials-header{text-align:center}.testimonials-grid{grid-template-columns:1fr;gap:1.25rem;margin-top:2.5rem;display:grid}.testimonial-card{background:var(--glass-bg);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);-webkit-tap-highlight-color:transparent;border-radius:14px;padding:2rem 1.5rem 1.75rem;transition:all .4s;position:relative}.testimonial-quote{color:var(--accent);opacity:.15;font-family:Georgia,serif;font-size:4rem;font-weight:900;line-height:1;position:absolute;top:-6px;left:1.25rem}.testimonial-card blockquote{color:#f5f5f0cc;z-index:1;margin-bottom:1.25rem;font-size:clamp(.875rem,2.5vw,.95rem);font-style:italic;line-height:1.75;position:relative}.testimonial-author{align-items:center;gap:.75rem;display:flex}.testimonial-avatar{background:linear-gradient(135deg, var(--accent), #3b82f6);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:.8rem;font-weight:700;display:flex}.testimonial-name{font-size:.9rem;font-weight:600}.testimonial-role{color:var(--neutral);font-size:.75rem}@media (hover:hover){.testimonial-card:hover{background:var(--glass-bg-hover);transform:translateY(-3px)}}@media (min-width:768px){.testimonials-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:3rem}.testimonial-card{border-radius:16px;padding:2.25rem 1.75rem 2rem}.testimonial-quote{font-size:5rem;top:-8px;left:1.5rem}.testimonial-role{font-size:.78rem}}@media (min-width:1024px){.testimonials-grid{grid-template-columns:repeat(3,1fr);margin-top:3.5rem}.testimonial-card{padding:2.5rem 2rem 2rem}}#contact{background:linear-gradient(180deg, var(--bg) 0%, #0d0d0d 100%)}.contact-header{text-align:center;margin-bottom:2.5rem}.contact-headline{letter-spacing:-.06em;background:linear-gradient(135deg, var(--text), var(--accent));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:clamp(2.5rem,12vw,6rem);font-weight:900;display:inline-block;position:relative}.contact-headline:after{content:"";background:linear-gradient(90deg, transparent, var(--accent), transparent);width:60%;height:2px;position:absolute;bottom:-6px;left:50%;transform:translate(-50%)}.contact-sub{color:var(--neutral);margin-top:1.25rem;font-size:clamp(.9rem,2.5vw,1.1rem)}.contact-grid{grid-template-columns:1fr;gap:2.5rem;display:grid}.contact-form{flex-direction:column;gap:1rem;display:flex}.form-group input,.form-group textarea{background:var(--glass-bg);border:1px solid var(--glass-border);width:100%;color:var(--text);-webkit-appearance:none;border-radius:10px;outline:none;min-height:48px;padding:.9rem 1rem;font-family:Inter,sans-serif;font-size:16px;transition:all .3s}.form-group input::placeholder,.form-group textarea::placeholder{color:#6b728099}.form-group input:focus,.form-group textarea:focus{border-color:var(--accent);background:#ffffff0f;box-shadow:0 0 0 3px #2563eb1f,0 0 20px #2563eb14}.form-group textarea{resize:vertical;min-height:130px}.submit-btn{background:var(--accent);color:#fff;cursor:pointer;-webkit-tap-highlight-color:transparent;-webkit-appearance:none;border:none;border-radius:10px;align-self:stretch;min-height:48px;padding:.9rem 2rem;font-family:Inter,sans-serif;font-size:.95rem;font-weight:600;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.submit-btn:before{content:"";background:linear-gradient(90deg,#0000,#ffffff26,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}@media (hover:hover){.submit-btn:hover{background:#3b82f6;transform:translateY(-2px);box-shadow:0 0 30px #2563eb66,0 8px 24px #2563eb33}.submit-btn:hover:before{left:100%}}.contact-info h3{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(1.05rem,3vw,1.2rem);font-weight:700}.info-item{align-items:flex-start;gap:1rem;margin-bottom:1.5rem;display:flex}.info-icon{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.1rem;display:flex}.info-label{color:var(--neutral);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.2rem;font-size:.72rem;font-weight:600}.info-value{color:var(--text);font-size:clamp(.875rem,2.5vw,.95rem)}.info-value a{color:var(--text);text-decoration:none;transition:color .3s}@media (hover:hover){.info-value a:hover{color:var(--accent)}}@media (min-width:768px){.contact-header{margin-bottom:3rem}.contact-grid{gap:3rem}.contact-form{gap:1.25rem}.form-group input,.form-group textarea{padding:1rem 1.25rem}.submit-btn{align-self:flex-start;padding:1rem 2.5rem}.contact-info h3{margin-bottom:2rem}.info-item{margin-bottom:1.75rem}}@media (min-width:1024px){.contact-header{margin-bottom:4rem}.contact-grid{grid-template-columns:1.2fr .8fr;align-items:start;gap:4rem}.contact-info{padding-top:.5rem}}.footer{border-top:1px solid var(--glass-border);background:var(--bg);padding:2rem 1.25rem}.footer-inner{text-align:center;flex-direction:column;align-items:center;gap:1.25rem;max-width:1200px;margin:0 auto;display:flex}.footer-logo{letter-spacing:-.03em;font-size:1rem;font-weight:700}.footer-logo .slash{color:var(--accent)}.footer-links{flex-wrap:wrap;justify-content:center;gap:1rem;list-style:none;display:flex}.footer-links a{color:var(--neutral);-webkit-tap-highlight-color:transparent;align-items:center;min-height:44px;font-size:.82rem;font-weight:500;text-decoration:none;transition:color .3s;display:inline-flex}@media (hover:hover){.footer-links a:hover{color:var(--text)}}.footer-copy{color:#6b728099;font-size:.75rem}@media (min-width:768px){.footer{padding:2.5rem 2rem}.footer-links{gap:1.5rem}}@media (min-width:1024px){.footer{padding:3rem 2rem}.footer-inner{text-align:left;flex-direction:row;justify-content:space-between}.footer-links{gap:2rem}.footer-copy{font-size:.78rem}}.reveal{opacity:0;transition:all .6s cubic-bezier(.16,1,.3,1);transform:translateY(24px)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-left{opacity:0;transition:all .6s cubic-bezier(.16,1,.3,1);transform:translate(-30px)}.reveal-left.visible{opacity:1;transform:translate(0)}.reveal-right{opacity:0;transition:all .6s cubic-bezier(.16,1,.3,1);transform:translate(30px)}.reveal-right.visible{opacity:1;transform:translate(0)}.reveal-scale{opacity:0;transition:all .6s cubic-bezier(.16,1,.3,1);transform:scale(.95)}.reveal-scale.visible{opacity:1;transform:scale(1)}.delay-1{transition-delay:.1s}.delay-2{transition-delay:.15s}.delay-3{transition-delay:.2s}.delay-4{transition-delay:.25s}@media (min-width:768px){.reveal{transition-duration:.8s;transform:translateY(40px)}.reveal-left{transition-duration:.8s;transform:translate(-60px)}.reveal-right{transition-duration:.8s;transform:translate(60px)}.reveal-scale{transition-duration:.8s;transform:scale(.9)}.delay-2{transition-delay:.2s}.delay-3{transition-delay:.3s}.delay-4{transition-delay:.4s}}.parallax-bg{pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.parallax-orb{filter:blur(60px);opacity:.3;border-radius:50%;position:absolute}.orb-1{background:radial-gradient(circle,#2563eb26,#0000 70%);width:200px;height:200px;top:10%;right:-10%}.orb-2{background:radial-gradient(circle,#f59e0b14,#0000 70%);width:150px;height:150px;bottom:15%;left:-5%}@media (min-width:768px){.parallax-orb{opacity:.4}.orb-1{width:300px;height:300px;right:-5%}.orb-2{width:200px;height:200px;left:-3%}}.text-accent{color:var(--accent)}.text-neutral{color:var(--neutral)}html[data-theme=light] body:after{opacity:.012}html[data-theme=light] .navbar.scrolled{background:#f8fafcd9;border-bottom-color:#0f172a14}html[data-theme=light] .mobile-menu{background:#f8fafcf7}html[data-theme=light] #services,html[data-theme=light] #contact{background:linear-gradient(180deg, var(--bg) 0%, #e2e8f0 100%)}html[data-theme=light] #process{background:linear-gradient(180deg, var(--bg) 0%, #e2e8f0 50%, var(--bg) 100%)}html[data-theme=light] .process-step:after{color:#0f172a0a}html[data-theme=light] .process-step.active:after{color:#2563eb14}html[data-theme=light] .process-step.active,html[data-theme=light] .service-card.active{box-shadow:0 4px 24px #0f172a0f,inset 0 1px #0f172a0a}html[data-theme=light] .form-group input:focus,html[data-theme=light] .form-group textarea:focus{background:#0f172a08}html[data-theme=light] .submit-btn:before{background:linear-gradient(90deg,#0000,#ffffff40,#0000)}html[data-theme=light] .testimonial-card{background:var(--glass-bg);border-color:var(--glass-border)}html[data-theme=light] #hero canvas{opacity:.35}html[data-theme=light] .hero-headline,html[data-theme=light] .hero-logo{color:var(--text)}.theme-toggle-btn{border:1px solid var(--glass-border);background:var(--glass-bg);color:var(--text);cursor:pointer;border-radius:999px;align-items:center;gap:.4rem;min-height:36px;padding:.35rem .75rem;font-family:inherit;font-size:.82rem;font-weight:500;transition:background .2s,border-color .2s;display:inline-flex}@media (hover:hover){.theme-toggle-btn:hover{background:var(--glass-bg-hover);border-color:#2563eb47}}.theme-toggle-icon{font-size:.95rem;font-style:normal}.lang-switch-btn{background:var(--glass-bg);letter-spacing:.08em;text-transform:uppercase;border-radius:6px;transition:background .2s,border-color .2s;border:1px solid var(--glass-border)!important;padding:.25rem .6rem!important;font-size:.72rem!important;font-weight:700!important}@media (hover:hover){.lang-switch-btn:hover{background:var(--glass-bg-hover)!important;border-color:#2563eb47!important}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}html{scroll-behavior:auto}.reveal,.reveal-left,.reveal-right,.reveal-scale{opacity:1!important;transform:none!important}}
