@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:16px}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;background:#0f172a;color:#fff;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@keyframes blob{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-50px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.animate-fade-in{animation:fadeIn .6s ease-out forwards;opacity:0}.animate-fade-in-delayed-1{animation:fadeIn .6s ease-out .2s forwards;opacity:0}.animate-fade-in-delayed-2{animation:fadeIn .6s ease-out .4s forwards;opacity:0}.animate-fade-in-delayed-3{animation:fadeIn .6s ease-out .6s forwards;opacity:0}.background-blobs{position:fixed;top:0;left:0;width:100%;height:100%;overflow:hidden;pointer-events:none;z-index:0}.blob{position:absolute;border-radius:50%;mix-blend-mode:multiply;filter:blur(80px);animation:blob 7s infinite}.blob-1{width:400px;height:400px;background:#06b6d41a;top:80px;left:40px;animation-delay:0s}.blob-2{width:400px;height:400px;background:#a855f71a;top:160px;right:40px;animation-delay:2s}.blob-3{width:400px;height:400px;background:#ec48991a;bottom:-32px;left:33.333%;animation-delay:4s}.content-wrapper{position:relative;z-index:10}.navbar{position:fixed;top:0;width:100%;background:#0f172acc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:50}.navbar-container{margin:0 auto;padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center}.navbar-brand{display:flex;align-items:center;gap:.5rem}.brand-text{font-size:1.5rem;font-weight:700;background:linear-gradient(to right,#06b6d4,#60a5fa,#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.brand-sub{font-size:.75rem;color:#06b6d4;font-family:Courier New,monospace}.desktop-menu{display:none;gap:2rem;align-items:center}.nav-link{background:none;border:none;color:#fff;font-size:.875rem;cursor:pointer;transition:color .3s ease}.nav-link:hover{color:#06b6d4}.mobile-menu-button{display:none;background:none;border:none;color:#06b6d4;cursor:pointer;font-size:1.5rem}.mobile-menu{display:block;border-top:1px solid rgba(71,85,105,.3);background:#0f172a80}.mobile-menu-content{display:flex;flex-direction:column;gap:1rem;padding:1rem;max-width:1200px;margin:0 auto}.mobile-nav-link{background:none;border:none;color:#fff;font-size:.875rem;cursor:pointer;text-align:left;transition:color .3s ease}.mobile-nav-link:hover{color:#06b6d4}.desktop-only{display:none}.mobile-full{width:100%}.cta-button{padding:.75rem 1.5rem;background:linear-gradient(to right,#06b6d4,#3b82f6);color:#fff;border:none;border-radius:.5rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:box-shadow .3s ease;display:inline-flex;align-items:center;gap:.5rem}.cta-button:hover{box-shadow:0 0 20px #06b6d480}.cta-button.large{padding:1rem 2.5rem;font-size:1.125rem}.cta-button.full-width{width:100%;justify-content:center}.hero-section{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:5rem 1.5rem 2rem;margin-top:4rem}.hero-content{text-align:center;max-width:56rem}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#33415580;border:1px solid rgba(6,182,212,.3);border-radius:9999px;margin-bottom:2rem;font-size:.75rem;color:#06b6d4}.badge-dot{width:.5rem;height:.5rem;background:#06b6d4;border-radius:50%;animation:pulse 2s infinite}.hero-title{font-size:3rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}.title-white{display:block;color:#fff}.title-gradient{display:block;background:linear-gradient(to right,#06b6d4,#60a5fa,#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-description{font-size:1.125rem;color:#cbd5e1;margin-bottom:3rem;max-width:42rem;margin-left:auto;margin-right:auto}.hero-buttons{display:flex;flex-direction:column;gap:1rem;justify-content:center;margin-bottom:4rem}.btn{padding:.75rem 2rem;border:none;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem;justify-content:center}.btn-primary{background:linear-gradient(to right,#06b6d4,#3b82f6);color:#fff}.btn-primary:hover{box-shadow:0 0 20px #06b6d480}.btn-secondary{border:1px solid rgba(6,182,212,.5);background:transparent;color:#fff}.btn-secondary:hover{background:#33415580;border-color:#06b6d4}.scroll-indicator{display:flex;justify-content:center;color:#06b6d4;animation:bounce 2s infinite}.stats-section{padding:3rem 1.5rem;border-top:1px solid rgba(71,85,105,.3)}.stats-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:2rem}.stat-card{text-align:center;padding:1rem;transition:transform .3s ease}.stat-card:hover{transform:scale(1.1)}.stat-number{font-size:3rem;font-weight:700;background:linear-gradient(to right,#06b6d4,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.stat-label{font-size:.875rem;color:#94a3b8}.services-section,.portfolio-section,.cta-section,.contact-section{padding:5rem 1.5rem}.services-section,.portfolio-section,.contact-section{border-top:1px solid rgba(71,85,105,.3)}.section-container{max-width:1200px;margin:0 auto}.section-header{margin-bottom:3rem}.section-header h2{font-size:2.5rem;margin-bottom:1rem;font-weight:700}.section-header p{font-size:1.125rem;color:#94a3b8;max-width:42rem}.text-center{text-align:center}.text-center h2,.text-center p{margin-left:auto;margin-right:auto}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.service-card{padding:2rem;border:1px solid rgba(71,85,105,.5);border-radius:1rem;transition:all .3s ease}.service-card:hover{border-color:#06b6d480;box-shadow:0 0 20px #06b6d433}.service-icon{width:3rem;height:3rem;border-radius:.5rem;background:linear-gradient(135deg,#06b6d433,#3b82f633);display:flex;align-items:center;justify-content:center;color:#06b6d4;margin-bottom:1rem;transition:box-shadow .3s ease}.service-card:hover .service-icon{box-shadow:0 0 20px #06b6d44d}.service-card h3{font-size:1.5rem;margin-bottom:.75rem}.service-card p{color:#94a3b8;margin-bottom:1rem}.tags{display:flex;flex-wrap:wrap;gap:.5rem}.tag{padding:.375rem .75rem;background:#33415580;border:1px solid rgba(71,85,105,.5);border-radius:9999px;font-size:.75rem;color:#06b6d4;font-family:Courier New,monospace;transition:border-color .3s ease}.service-card:hover .tag{border-color:#06b6d4}.portfolio-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.project-card{position:relative;border:1px solid rgba(71,85,105,.5);border-radius:1rem;overflow:hidden;transition:border-color .3s ease}.project-card:hover{border-color:#475569cc}.project-gradient{position:absolute;inset:0;opacity:0;transition:opacity .3s ease}.project-card:hover .project-gradient{opacity:.1}.project-content{position:relative;padding:2rem}.project-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.project-category{font-size:.75rem;color:#06b6d4;font-family:Courier New,monospace;text-transform:uppercase;letter-spacing:.1em}.project-header h3{font-size:1.75rem;margin-top:.5rem}.project-badge{width:3rem;height:3rem;border-radius:.5rem;opacity:.2;transition:opacity .3s ease}.project-card:hover .project-badge{opacity:.3}.project-description{color:#94a3b8;margin-bottom:2rem;font-size:1.125rem}.project-tech{display:flex;flex-wrap:wrap;gap:.5rem;padding-top:2rem;border-top:1px solid rgba(71,85,105,.5);margin-bottom:1.5rem}.tech-tag{padding:.25rem .75rem;background:#33415580;border:1px solid rgba(71,85,105,.5);border-radius:9999px;font-size:.75rem;color:#cbd5e1;font-family:Courier New,monospace;transition:border-color .3s ease}.project-card:hover .tech-tag{border-color:#06b6d4}.project-link{display:flex;align-items:center;gap:.5rem;color:#06b6d4;font-weight:600;font-size:.875rem;cursor:pointer;transition:gap .3s ease}.project-card:hover .project-link{gap:1rem}.cta-section{text-align:center}.cta-container{max-width:56rem;margin:0 auto}.cta-container h2{font-size:2.5rem;margin-bottom:1rem}.cta-container p{font-size:1.125rem;color:#94a3b8;margin-bottom:2rem}.form-container{max-width:56rem;margin:0 auto 4rem;border:1px solid rgba(71,85,105,.5);border-radius:1rem;padding:2rem;background:#3341554d}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.875rem;font-weight:600}.form-group input,.form-group select,.form-group textarea{padding:.75rem;background:#33415580;border:1px solid rgba(71,85,105,.5);border-radius:.5rem;color:#fff;font-size:1rem;font-family:inherit;transition:all .3s ease}.form-group input::placeholder,.form-group textarea::placeholder{color:#64748b}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#06b6d480;box-shadow:0 0 0 2px #06b6d41a}.success-message{padding:1rem;background:#22c55e1a;border:1px solid rgba(34,197,94,.3);border-radius:.5rem;color:#4ade80;font-size:.875rem}.social-links{display:flex;justify-content:center;gap:1.5rem}.social-link{width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;border:1px solid rgba(71,85,105,.5);border-radius:.5rem;color:inherit;text-decoration:none;transition:all .3s ease}.social-link:hover{border-color:#06b6d480;color:#06b6d4;transform:scale(1.1)}.footer{border-top:1px solid rgba(71,85,105,.3);padding:3rem 1.5rem;background:#3341551a}.footer-container{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:2rem;text-align:center}.footer-brand{display:flex;align-items:center;gap:.5rem}.footer p{font-size:.875rem;color:#94a3b8}.footer-links{display:flex;gap:1.5rem;font-size:.875rem}.footer-links a{color:#94a3b8;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#06b6d4}@media(min-width:768px){.hero-title{font-size:3.75rem}.hero-section{margin-top:5rem}.desktop-menu{display:flex}.desktop-only{display:inline-flex}.mobile-menu-button,.mobile-menu{display:none}.hero-buttons{flex-direction:row}.services-grid{grid-template-columns:repeat(3,1fr)}.portfolio-grid{grid-template-columns:repeat(2,1fr)}.footer-container{flex-direction:row;text-align:left}.stats-container{grid-template-columns:repeat(4,1fr)}.section-header h2{font-size:3rem}}@media(min-width:1024px){.hero-title{font-size:4.5rem}.cta-button{padding:.75rem 1.5rem}.services-section,.portfolio-section,.cta-section,.contact-section{padding:8rem 1.5rem}}@media(max-width:640px){.blob-1,.blob-2,.blob-3{width:300px;height:300px;filter:blur(60px)}.hero-title{font-size:2rem}.hero-description{font-size:1rem}.btn{padding:.5rem 1.5rem;font-size:.875rem}.stat-number{font-size:2rem}.section-header h2{font-size:1.75rem}.services-grid,.portfolio-grid{grid-template-columns:1fr}.form-container{padding:1.5rem 1rem}}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:#fafaf9;color:#1c1c1a;line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}.nav{position:fixed;top:0;left:0;right:0;z-index:100;height:64px;padding:0 2.5rem;display:flex;align-items:center;justify-content:space-between;transition:background .3s,box-shadow .3s;background:transparent}.nav-scrolled{background:#fafaf9f0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 1px #e8e6e1}.logo{font-size:1.05rem;font-weight:800;letter-spacing:-.02em;color:#1c1c1a;background:none;border:none;cursor:pointer;font-family:inherit}.logo span{color:#2563eb}.nav-links{display:flex;align-items:center;gap:.15rem}.nav-links button{background:none;border:none;color:#4b4b48;font-size:.875rem;font-family:inherit;cursor:pointer;padding:.4rem .8rem;border-radius:6px;transition:background .15s,color .15s}.nav-links button:hover{background:#0000000d;color:#1c1c1a}.nav-cta{background:#1c1c1a!important;color:#fafaf9!important;font-weight:600!important;margin-left:.75rem;border-radius:8px!important}.nav-cta:hover{background:#2d2d2b!important}.ham{display:none;background:none;border:none;cursor:pointer;padding:4px;flex-direction:column;gap:5px}.ham span{display:block;width:22px;height:1.5px;background:#1c1c1a;border-radius:2px;transition:all .3s}.mob-menu{position:fixed;top:64px;left:0;right:0;z-index:99;background:#fafaf9fa;border-bottom:1px solid #e8e6e1;padding:.5rem 2rem;display:flex;flex-direction:column;box-shadow:0 8px 24px #00000014}.mob-menu button{background:none;border:none;color:#4b4b48;font-size:1rem;font-family:inherit;cursor:pointer;padding:.8rem 0;text-align:left;border-bottom:1px solid #f0ede8;transition:color .15s}.mob-menu button:last-child{border-bottom:none}.mob-menu button:hover{color:#1c1c1a}.hero{position:relative;overflow:hidden;border-bottom:1px solid #e8e6e1}.hero-bg{position:absolute;inset:0;z-index:0;overflow:hidden}.hero-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(0,0,0,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(0,0,0,.04) 1px,transparent 1px);background-size:48px 48px}.hero-blob{position:absolute;border-radius:50%;filter:blur(80px)}.b1{width:500px;height:500px;background:#2563eb12;top:-100px;right:5%;animation:blob 12s ease-in-out infinite}.b2{width:400px;height:400px;background:#4b7c3f0f;bottom:0;left:10%;animation:blob 15s ease-in-out infinite reverse}@keyframes blob{0%,to{transform:translate(0) scale(1)}33%{transform:translate(20px,-30px) scale(1.05)}66%{transform:translate(-15px,15px) scale(.95)}}.hero-inner{position:relative;z-index:1;max-width:1160px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:5rem;padding:110px 2.5rem 60px}.available{display:inline-flex;align-items:center;gap:.5rem;font-size:.78rem;color:#4b7c3f;font-weight:600;background:#f0f7ee;border:1px solid #c8e0c4;padding:.3rem .85rem;border-radius:100px;margin-bottom:1.75rem}.dot{width:7px;height:7px;border-radius:50%;background:#4b7c3f;animation:pulse 2.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.75)}}.hero h1{font-size:clamp(2.2rem,3.8vw,3.4rem);font-weight:800;line-height:1.12;letter-spacing:-.04em;margin-bottom:1.25rem;color:#1c1c1a}.hero-em{color:#2563eb;font-style:italic}.hero-sub{font-size:1rem;color:#6b6b67;max-width:460px;line-height:1.8;margin-bottom:2.25rem}.hero-btns{display:flex;gap:.75rem;flex-wrap:wrap;margin-bottom:2.5rem}.btn-primary{padding:.72rem 1.5rem;background:#1c1c1a;color:#fafaf9;border:none;border-radius:8px;font-family:inherit;font-size:.875rem;font-weight:600;cursor:pointer;transition:background .2s,transform .15s;display:inline-flex;align-items:center;gap:.5rem}.btn-primary:hover{background:#2d2d2b;transform:translateY(-1px)}.btn-secondary{padding:.72rem 1.5rem;background:transparent;border:1.5px solid #d5d2cc;color:#1c1c1a;border-radius:8px;font-family:inherit;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;text-decoration:none;display:inline-block}.btn-secondary:hover{border-color:#999;background:#f5f3f0;transform:translateY(-1px)}.hero-trusted{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.trusted-label{font-size:.75rem;color:#aaa;font-weight:500}.tech-pills{display:flex;gap:.35rem;flex-wrap:wrap}.tech-pills span{padding:.2rem .65rem;background:#0000000d;border:1px solid #e0ddd8;border-radius:100px;font-size:.7rem;color:#6b6b67}.hero-right{display:flex;justify-content:center}.phone-wrap{position:relative}.phone-shadow{position:absolute;bottom:-20px;left:50%;transform:translate(-50%);width:160px;height:24px;background:#00000026;border-radius:50%;filter:blur(16px)}.phone-mock{width:240px;background:#111;border-radius:40px;padding:14px;box-shadow:0 40px 80px #0003,0 0 0 1px #ffffff14 inset;position:relative;z-index:2}.phone-sm{width:210px}.phone-pill{width:56px;height:5px;background:#2a2a2a;border-radius:3px;margin:0 auto 12px}.phone-screen{background:#fafaf9;border-radius:28px;overflow:hidden;padding:12px;display:flex;flex-direction:column;gap:7px;min-height:380px}.phone-sm .phone-screen{min-height:320px}.screen-bar{display:flex;align-items:center;gap:8px;padding-bottom:10px;border-bottom:1px solid #f0ede8;margin-bottom:4px}.screen-avatar{width:28px;height:28px;border-radius:50%;background:#2563eb;color:#fff;font-size:.6rem;font-weight:700;display:flex;align-items:center;justify-content:center}.screen-name{font-size:.68rem;font-weight:700;color:#1c1c1a}.screen-status{font-size:.55rem;color:#4b7c3f}.chat-area{display:flex;flex-direction:column;gap:6px;flex:1}.bubble{border-radius:12px;padding:7px 9px;max-width:88%}.bubble p{font-size:.62rem;line-height:1.45}.bubble-ai{background:#f0ede8;align-self:flex-start;border-bottom-left-radius:3px}.bubble-ai p{color:#1c1c1a}.bubble-label{font-size:.52rem;font-weight:700;color:#2563eb;display:block;margin-bottom:2px}.bubble-user{background:#1c1c1a;align-self:flex-end;border-bottom-right-radius:3px}.bubble-user p{color:#fff}.bubble.typing{display:flex;align-items:center;gap:3px;padding:10px 12px}.bubble.typing span{width:5px;height:5px;border-radius:50%;background:#aaa;animation:blink 1.2s ease-in-out infinite}.bubble.typing span:nth-child(2){animation-delay:.2s}.bubble.typing span:nth-child(3){animation-delay:.4s}@keyframes blink{0%,to{opacity:.3;transform:translateY(0)}50%{opacity:1;transform:translateY(-3px)}}.chat-input{margin-top:auto;background:#f5f3f0;border:1px solid #e8e6e1;border-radius:10px;padding:6px 8px;display:flex;align-items:center;justify-content:space-between}.chat-input span{font-size:.6rem;color:#bbb}.send-btn{width:20px;height:20px;border-radius:50%;background:#2563eb;display:flex;align-items:center;justify-content:center;flex-shrink:0}.float-card{position:absolute;background:#fff;border:1px solid #e8e6e1;border-radius:10px;padding:.65rem 1rem;font-size:.75rem;font-weight:500;box-shadow:0 8px 24px #0000001a;display:flex;align-items:center;gap:.6rem;white-space:nowrap}.fc-icon{font-size:1.1rem}.fc-title{font-size:.75rem;font-weight:600;color:#1c1c1a}.fc-sub{font-size:.65rem;color:#888}.fc-stars{color:#f59e0b;font-size:.7rem;margin-bottom:1px}.fc-1{top:8%;left:-30%;animation:floatUp 4s ease-in-out infinite}.fc-2{bottom:22%;left:-28%;animation:floatUp 5s ease-in-out infinite .5s}.fc-3{top:40%;right:-20%;animation:floatUp 4.5s ease-in-out infinite 1s}@keyframes floatUp{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.marquee-wrap{position:relative;z-index:1;border-top:1px solid #e8e6e1;background:#f5f3f0;overflow:hidden;padding:0}.marquee-track{display:flex;width:max-content;animation:marquee 24s linear infinite;padding:.85rem 0}.marquee-track span{font-size:.78rem;color:#888;font-weight:500;padding:0 1.5rem;white-space:nowrap;letter-spacing:.02em}.marquee-track em{color:#ccc;font-style:normal}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.section{padding:96px 2.5rem;border-bottom:1px solid #e8e6e1}.section-tinted{background:#f5f3f0}.container{max-width:1100px;margin:0 auto}.section-head{margin-bottom:3.5rem}.section-label{font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#2563eb;margin-bottom:.5rem}.section-head h2{font-size:clamp(1.7rem,3vw,2.4rem);font-weight:800;letter-spacing:-.03em;margin-bottom:.7rem}.section-sub{font-size:.95rem;color:#6b6b67;max-width:480px;line-height:1.7}.services-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:2.5rem}.svc-card{border-radius:16px;padding:2.5rem;transition:transform .2s,box-shadow .2s;border:1px solid transparent}.svc-card:hover{transform:translateY(-3px);box-shadow:0 16px 48px #0000001a}.svc-dark{background:#1c1c1a;color:#fafaf9;border-color:#1c1c1a}.svc-dark h3{color:#fafaf9}.svc-dark p{color:#a8a8a5}.svc-dark .svc-num{color:#444}.svc-dark .svc-badge{font-size:.68rem;font-weight:600;color:#fafaf9;background:#2563eb;padding:.2rem .6rem;border-radius:100px}.svc-dark .svc-list li{color:#a8a8a5}.svc-dark .svc-list li:before{color:#6b8ede}.svc-dark .tags span{background:#2a2a28;border-color:#333;color:#888}.svc-light{background:#fff;border-color:#e8e6e1}.svc-card-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.svc-num{font-size:.72rem;font-weight:700;color:#ccc;letter-spacing:.05em}.svc-icon-lg{font-size:2.5rem;margin-bottom:1.25rem}.svc-card h3{font-size:1.25rem;font-weight:700;margin-bottom:.75rem;letter-spacing:-.01em}.svc-card>p{font-size:.875rem;color:#6b6b67;line-height:1.75;margin-bottom:1.5rem}.svc-list{list-style:none;margin-bottom:1.75rem;display:flex;flex-direction:column;gap:.5rem}.svc-list li{font-size:.83rem;color:#4b4b48;padding-left:1.2rem;position:relative;line-height:1.5}.svc-list li:before{content:"→";position:absolute;left:0;color:#2563eb;font-size:.72rem;top:2px}.tags{display:flex;flex-wrap:wrap;gap:.35rem}.tags span{padding:.22rem .65rem;background:#f5f3f0;border:1px solid #e0ddd8;border-radius:100px;font-size:.7rem;color:#6b6b67}.process-strip{background:#fff;border:1px solid #e8e6e1;border-radius:14px;padding:2rem 2.5rem}.process-title{font-size:.75rem;font-weight:700;color:#aaa;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.5rem}.process-steps{display:flex;align-items:center;gap:0;flex-wrap:wrap}.process-step{display:flex;align-items:center;gap:.75rem}.ps-num{width:30px;height:30px;border-radius:50%;background:#1c1c1a;color:#fafaf9;font-size:.7rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.process-step p{font-size:.82rem;color:#4b4b48;font-weight:500}.ps-arrow{color:#d0cdc8;font-size:1rem;margin:0 .75rem}.project-feature{display:grid;grid-template-columns:1fr auto;gap:3rem;align-items:start;background:#fff;border:1px solid #e8e6e1;border-radius:16px;padding:3rem;margin-bottom:1.5rem;transition:box-shadow .2s}.project-feature:hover{box-shadow:0 12px 40px #00000014}.pf-meta{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-bottom:.85rem}.proj-type{font-size:.72rem;font-weight:700;color:#2563eb;text-transform:uppercase;letter-spacing:.08em}.proj-status{font-size:.72rem;font-weight:600;color:#b45309;background:#fef9ed;border:1px solid #fde68a;padding:.2rem .65rem;border-radius:6px}.pf-left h3{font-size:1.75rem;font-weight:800;letter-spacing:-.03em;margin-bottom:.85rem}.pf-left>p{font-size:.9rem;color:#6b6b67;line-height:1.8;margin-bottom:1.5rem}.pf-highlights{display:flex;flex-direction:column;gap:.85rem;padding:1.5rem;background:#fafaf9;border:1px solid #f0ede8;border-radius:10px}.pf-hl{display:flex;align-items:center;gap:.85rem}.pf-hl-icon{font-size:1.3rem;flex-shrink:0}.pf-hl-title{font-size:.83rem;font-weight:600;color:#1c1c1a}.pf-hl-sub{font-size:.75rem;color:#888}.pf-right{flex-shrink:0}.more-card{background:#f5f3f0;border:1px solid #e8e6e1;border-radius:14px;padding:2rem 2.5rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap}.more-left{display:flex;align-items:center;gap:1.25rem}.more-dots{display:flex;gap:6px}.more-dots span{width:10px;height:10px;border-radius:50%;background:#e0ddd8}.more-dots span:first-child{background:#2563eb}.more-left h4{font-size:.95rem;font-weight:700;margin-bottom:.2rem}.more-left p{font-size:.82rem;color:#6b6b67}.about-wrap{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start}.about-left .section-label{margin-bottom:.5rem}.about-left h2{font-size:clamp(1.7rem,3vw,2.4rem);font-weight:800;letter-spacing:-.03em;margin-bottom:1.25rem}.about-left p{font-size:.9rem;color:#6b6b67;line-height:1.8;margin-bottom:.9rem}.about-socials{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:1.5rem}.about-soc{font-size:.82rem;font-weight:600;color:#2563eb;text-decoration:none;transition:opacity .2s}.about-soc:hover{opacity:.7}.stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:#e8e6e1;border:1px solid #e8e6e1;border-radius:14px;overflow:hidden;margin-bottom:1.25rem}.stat-box{background:#fff;padding:1.5rem;display:flex;flex-direction:column;gap:.3rem}.stat-icon{font-size:1.1rem;margin-bottom:.25rem}.stat-n{font-size:2rem;font-weight:800;letter-spacing:-.04em;color:#1c1c1a}.stat-l{font-size:.75rem;color:#888}.why-box{background:#fff;border:1px solid #e8e6e1;border-radius:14px;padding:1.75rem}.why-box h4{font-size:.875rem;font-weight:700;margin-bottom:1.25rem;color:#1c1c1a}.why-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.why-item{display:flex;align-items:flex-start;gap:.65rem}.why-icon{font-size:1rem;flex-shrink:0;margin-top:1px}.why-title{font-size:.8rem;font-weight:600;color:#1c1c1a}.why-sub{font-size:.72rem;color:#888;margin-top:1px}.contact-wrap{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.contact-left .section-label{margin-bottom:.5rem}.contact-left h2{font-size:clamp(1.7rem,3vw,2.4rem);font-weight:800;letter-spacing:-.03em;margin-bottom:1rem;line-height:1.2}.contact-left>p{font-size:.9rem;color:#6b6b67;line-height:1.8;margin-bottom:2rem}.contact-steps{display:flex;flex-direction:column;gap:0;margin-bottom:2rem}.cs-row{display:flex;align-items:center;gap:1rem;padding:.85rem 0;border-bottom:1px solid #f0ede8}.cs-row:last-child{border-bottom:none}.cs-num{width:28px;height:28px;border-radius:50%;background:#f5f3f0;border:1.5px solid #e8e6e1;color:#1c1c1a;font-size:.72rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cs-row p{font-size:.855rem;color:#4b4b48}.socials{display:flex;gap:.6rem;flex-wrap:wrap}.socials a{padding:.6rem 1.1rem;border:1.5px solid #d5d2cc;border-radius:8px;color:#1c1c1a;text-decoration:none;font-size:.83rem;font-weight:500;display:flex;align-items:center;gap:.5rem;transition:all .2s}.socials a:hover{border-color:#999;background:#f5f3f0;transform:translateY(-1px)}.contact-card{background:#fff;border:1px solid #e8e6e1;border-radius:16px;padding:2rem;box-shadow:0 4px 24px #0000000d}.contact-card-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.cc-emoji{font-size:2.2rem}.contact-card-header h4{font-size:1rem;font-weight:700;margin-bottom:.2rem}.contact-card-header p{font-size:.8rem;color:#888}.cc-divider{height:1px;background:#f0ede8;margin-bottom:1.5rem}.cc-info-rows{display:flex;flex-direction:column;gap:1.1rem;margin-bottom:1.75rem}.cc-row{display:flex;align-items:center;gap:.85rem}.cc-row-icon{font-size:1.1rem;flex-shrink:0}.cc-row-label{font-size:.7rem;color:#aaa;margin-bottom:1px}.cc-row-val{font-size:.85rem;font-weight:500;color:#1c1c1a}.cc-cta{width:100%;justify-content:center;padding:.85rem}.footer{padding:2rem 2.5rem;background:#fafaf9}.footer-inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem}.footer-inner p{font-size:.78rem;color:#aaa8a3}.footer-links{display:flex;gap:1.5rem}.footer-links a{font-size:.78rem;color:#aaa8a3;text-decoration:none;transition:color .2s}.footer-links a:hover{color:#1c1c1a}.reveal{opacity:0;transform:translateY(22px);transition:opacity .6s ease,transform .6s ease}.reveal.visible{opacity:1;transform:translateY(0)}@media(max-width:960px){.hero-inner{grid-template-columns:1fr;text-align:center;padding-top:100px}.hero-right{display:none}.hero-sub,.hero-btns,.hero-trusted,.available{margin-left:auto;margin-right:auto}.hero-btns,.hero-trusted{justify-content:center}.services-grid,.project-feature{grid-template-columns:1fr}.pf-right{display:none}.about-wrap{grid-template-columns:1fr;gap:3rem}.contact-wrap{grid-template-columns:1fr;gap:2.5rem}}@media(max-width:640px){.nav-links{display:none}.ham{display:flex}.nav{padding:0 1.25rem}.section{padding:72px 1.25rem}.footer-inner{flex-direction:column;text-align:center}.footer-links{justify-content:center}.more-card{flex-direction:column;align-items:flex-start}.process-steps{flex-direction:column;align-items:flex-start;gap:.75rem}.ps-arrow{display:none}.why-grid{grid-template-columns:1fr}}
