@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400 ;500;600;700&family=Inter:wght@400;500;600&display=swap";.whatsapp-float{position:fixed;bottom:90px;right:20px;width:60px;height:60px;background:linear-gradient(135deg,#25d366,#128c7e);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #25d36666;z-index:1000;transition:all .3s ease;animation:float 3s ease-in-out infinite;text-decoration:none}.whatsapp-float:hover{transform:scale(1.1);box-shadow:0 6px 30px #25d36699}.whatsapp-icon{color:#fff;font-size:32px;z-index:2}.whatsapp-pulse{position:absolute;width:100%;height:100%;border-radius:50%;background:#25d3664d;animation:pulse 2s infinite;z-index:1}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes pulse{0%{transform:scale(1);opacity:1}to{transform:scale(1.5);opacity:0}}.scroll-to-top{position:fixed;bottom:20px;right:20px;width:50px;height:50px;background:linear-gradient(135deg,#ff5722,#ff7043);border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 15px #ff572266;z-index:999;opacity:0;visibility:hidden;transform:translateY(20px);transition:all .3s cubic-bezier(.175,.885,.32,1.275)}.scroll-to-top.visible{opacity:1;visibility:visible;transform:translateY(0)}.scroll-to-top:hover{transform:translateY(-5px) scale(1.1);box-shadow:0 8px 25px #ff572280;background:linear-gradient(135deg,#ff6b35,#ff5722)}.scroll-to-top:active{transform:translateY(-2px) scale(.95)}.scroll-icon{color:#fff;font-size:20px;animation:bounce 2s infinite}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-5px)}60%{transform:translateY(-3px)}}@media(max-width:768px){.whatsapp-float{width:55px;height:55px;bottom:85px;right:15px}.whatsapp-icon{font-size:28px}.scroll-to-top{width:45px;height:45px;bottom:15px;right:15px}.scroll-icon{font-size:18px}}:root{--primary-color: #ff5722;--text-dark: #333333;--text-light: #ffffff;--transition-smooth: all .3s cubic-bezier(.4, 0, .2, 1)}*{box-sizing:border-box}body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif}.site-header.solid-header{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 20px #0000001a}.site-header.solid-header .nav-link{color:#333}.site-header.solid-header .nav-link:hover{color:#ff5722}.site-header.solid-header .call-btn{background:#ff5722;color:#fff}.site-header.solid-header .call-btn:hover{transform:translateY(-2px);box-shadow:0 10px 30px #667eea4d}.menu-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:999;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.menu-overlay.active{opacity:1;visibility:visible}.site-header{position:fixed;top:0;left:0;width:100%;z-index:1000;transition:var(--transition-smooth);background:transparent;padding:20px 0}.site-header.scrolled{background:var(--text-light);box-shadow:0 2px 20px #0000001a;padding:15px 0}.site-header.menu-open{background:var(--text-light)}.nav-wrap{max-width:1400px;margin:0 auto;padding:0 5%;display:flex;align-items:center;justify-content:space-between;position:relative}.brand{position:relative;display:flex;align-items:center;height:60px;width:200px;z-index:1002}.brand-logo{position:absolute;top:0;left:0;height:100%;width:auto;max-width:200px;object-fit:contain;transition:var(--transition-smooth);-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.logo-white{opacity:1;transform:scale(1);cursor:pointer}.logo-color{opacity:0;transform:scale(.95)}.logo-visible{opacity:1!important;transform:scale(1)!important;pointer-events:auto}.logo-hidden{opacity:0!important;transform:scale(.95)!important;pointer-events:none}.main-nav{flex:1;display:flex;justify-content:center;align-items:center}.nav-list{display:flex;align-items:center;list-style:none;gap:40px;margin:0;padding:0}.nav-list li{position:relative}.nav-link{text-decoration:none;color:var(--text-light);font-weight:500;font-size:18px;transition:var(--transition-smooth);position:relative;padding:8px 0;display:inline-block}.site-header.scrolled .nav-link{color:var(--text-dark)}.nav-link:after{content:"";position:absolute;bottom:0;left:50%;width:0;height:2px;background:var(--primary-color);transition:var(--transition-smooth);transform:translate(-50%)}.nav-link:hover:after,.nav-link.active:after{width:100%}.nav-link:hover,.nav-link.active{color:var(--primary-color)}.cta-wrap{display:flex;align-items:center}.call-btn1{display:flex;align-items:center;gap:8px;padding:12px 24px;background:var(--primary-color);color:var(--text-light);border:none;border-radius:30px;font-weight:600;font-size:14px;cursor:pointer;transition:var(--transition-smooth);box-shadow:0 4px 15px #ff57224d;text-decoration:none;white-space:nowrap}.call-btn1:hover{transform:translateY(-2px);box-shadow:0 8px 25px #ff572266;background:#e64a19}.call-btn:active{transform:translateY(0)}.hamburger{display:none;z-index:1003;cursor:pointer}.hamburger:hover{opacity:.8}@media(max-width:1024px){.brand{height:50px;width:160px}.brand-logo{max-width:160px}.hamburger{display:block}.main-nav{position:fixed;top:0;right:-100%;width:80%;max-width:350px;height:100vh;background:var(--text-light);transition:right .4s cubic-bezier(.4,0,.2,1);justify-content:flex-start;align-items:flex-start;padding:100px 0 0;box-shadow:-5px 0 30px #0000001a;overflow-y:auto}.site-header.menu-open .main-nav{right:0}.nav-list{flex-direction:column;gap:0;width:100%;align-items:stretch;padding:0}.nav-list li{width:100%;border-bottom:1px solid #f0f0f0;margin:0}.nav-link{color:var(--text-dark)!important;padding:20px 30px;display:block;font-size:16px;width:100%;transition:background-color .3s ease}.nav-link:hover{background-color:#f8f8f8;color:var(--primary-color)!important}.nav-link:after{display:none}.nav-link.active{background-color:#f8f8f8;color:var(--primary-color)!important;border-left:4px solid var(--primary-color)}.cta-wrap{display:none}.site-header.menu-open .logo-white{opacity:0!important}.site-header.menu-open .logo-color{opacity:1!important}}@media(max-width:480px){.brand{height:45px;width:140px}.brand-logo{max-width:140px}.nav-wrap{padding:0 4%}.main-nav{width:85%;max-width:300px}.nav-link{padding:18px 20px;font-size:15px}}@keyframes slideInRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}body{overflow-x:hidden}.nav-link:focus,.call-btn:focus,.hamburger:focus{outline:2px solid var(--primary-color);outline-offset:2px}.brand-logo{will-change:opacity,transform}html{scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}.site-footer{background:#fff;color:#1a1a1a;font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;padding:40px 5% 20px;box-sizing:border-box;border-top:1px solid #e2e8f0}.footer-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.5fr 1fr 1fr 1.5fr;gap:30px}.footer-col-title{font-size:1rem;font-weight:600;margin-bottom:16px;color:#0f172a;text-transform:uppercase;letter-spacing:.5px}.footer-list{list-style:none;padding:0;margin:0}.footer-list li{margin-bottom:10px}.footer-list a{text-decoration:none;color:#475569;font-size:.875rem;font-weight:500;transition:all .3s ease;display:inline-block}.footer-list a:hover{color:#ff5722;transform:translate(3px)}.footer-contact-info{display:flex;flex-direction:column;gap:12px}.contact-label{font-size:.6875rem;font-weight:600;color:#64748b;margin:0 0 4px;text-transform:uppercase;letter-spacing:1px}.social-label{margin-top:16px;margin-bottom:8px}.contact-link-wrapper{display:flex;align-items:center;gap:10px;margin-bottom:4px}.contact-icon-box{width:32px;height:32px;border-radius:8px;background:#fff5f2;display:flex;align-items:center;justify-content:center;color:#ff5722;transition:all .3s ease;flex-shrink:0}.contact-link-wrapper:hover .contact-icon-box{background:#ff5722;color:#fff}.contact-icon-box svg{width:16px;height:16px}.contact-link{text-decoration:none;color:#0f172a;font-size:.875rem;font-weight:600;display:block;transition:all .3s ease}.contact-link:hover{color:#ff5722}.footer-social-icons{display:flex;gap:10px;margin-top:4px}.footer-social-icons a{width:36px;height:36px;border-radius:50%;border:1.5px solid #e2e8f0;display:flex;justify-content:center;align-items:center;color:#64748b;text-decoration:none;transition:all .3s ease;background:#fff}.footer-social-icons a:hover{border-color:#ff5722;background:#ff5722;color:#fff;transform:translateY(-2px)}.footer-social-icons a svg{width:16px;height:16px}.footer-reach-info{display:flex;flex-direction:column;gap:16px}.reach-location{display:flex;flex-direction:column;gap:6px}.location-flag{font-size:.8125rem;font-weight:600;color:#ff5722;margin:0;display:flex;align-items:center;gap:6px;text-transform:uppercase;letter-spacing:.5px}.location-flag img{border-radius:2px}.location-company{font-size:.875rem;font-weight:600;color:#0f172a;margin:0}.location-address{font-style:normal;font-size:.8125rem;line-height:1.5;color:#64748b;margin:0}.footer-about-text{font-size:.875rem;line-height:1.6;color:#475569;margin-bottom:16px}.footer-bottom{max-width:1200px;margin:30px auto 0;padding-top:16px;border-top:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center;gap:16px}.footer-bottom-left p{margin:0;font-size:.8125rem;font-weight:500;color:#64748b}.footer-bottom-right{display:flex;align-items:center;gap:20px}.footer-bottom-right a{color:#64748b;text-decoration:none;font-size:.8125rem;font-weight:500;transition:all .3s ease}.footer-bottom-right a:hover{color:#ff5722}.footer-brand,.footer-logo,.footer1-desc,.footer-office,.footer-office-new,.footer-subscribe-new,.subscribe-section,.subscribe-legal,.subscribe-form,.footer-middle-section,.footer-bottom-center,.footer-handle,.legal-link-item{display:none}@media(min-width:1200px){.footer-inner{gap:40px}}@media(max-width:992px){.site-footer{padding:32px 4% 20px}.footer-inner{grid-template-columns:repeat(2,1fr);gap:24px;row-gap:24px}.footer-bottom{margin-top:24px}}@media(max-width:700px){.footer-bottom{flex-direction:column;text-align:center;gap:12px}.footer-bottom-right{justify-content:center;flex-wrap:wrap;gap:16px}}@media(max-width:600px){.site-footer{padding:24px 4% 16px}.footer-inner{grid-template-columns:1fr;gap:24px;row-gap:20px}.footer-col-title{font-size:.9375rem;margin-bottom:12px}.footer-list a{font-size:.875rem}.footer-list li{margin-bottom:8px}.contact-label{font-size:.625rem}.contact-link{font-size:.875rem}.contact-icon-box{width:28px;height:28px}.contact-icon-box svg{width:14px;height:14px}.reach-location{gap:4px}.location-company{font-size:.875rem}.location-address{font-size:.8125rem}.footer-social-icons a{width:32px;height:32px}.footer-social-icons a svg{width:14px;height:14px}.footer-bottom{margin-top:20px;padding-top:12px}.footer-bottom-left p,.footer-bottom-right a{font-size:.75rem}}@media(max-width:480px){.site-footer{padding:20px 3% 12px}.footer-inner{gap:20px}.footer-col-title{font-size:.875rem;margin-bottom:10px}.footer-list a{font-size:.8125rem}.footer-list li{margin-bottom:6px}.footer-about-text{font-size:.8125rem;margin-bottom:12px}.social-label{margin-top:12px;margin-bottom:6px}.footer-bottom{gap:8px}.footer-bottom-right{gap:12px}}@media print{.site-footer{background:#fff;padding:16px}.footer-social-icons a,.contact-icon-box{display:none}.footer-list a{color:#000}}.privacy-policy-container{max-width:1300px;margin:0 auto;padding-top:100px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#333;line-height:1.6}.privacy-policy-header{text-align:start;margin-bottom:0;padding-bottom:0}.privacy-policy-header h1{color:#ff5722;font-size:2.5rem;margin-bottom:10px}.privacy-policy-header p{line-height:1.8;font-size:17px}.last-updated{color:#7f8c8d;font-style:italic;font-size:.9rem}.privacy-policy-content{margin-bottom:10px}.policy-section{margin-bottom:15px;padding:10px;border-radius:8px;box-shadow:0 2px 4px #0000000d}.policy-section h2{color:#2980b9;font-size:1.5rem;margin-bottom:15px;padding-bottom:10px}.policy-section p{margin-bottom:5px;line-height:1.9}.policy-section ul{padding-left:20px;margin:15px 0}.policy-section li{margin-bottom:10px}.privacy-policy-footer{text-align:center;padding-top:20px;color:#7f8c8d;font-size:.9rem}@media(max-width:768px){.privacy-policy-container{padding:15px}.privacy-policy-header h1{font-size:2rem}.policy-section{padding:15px}.policy-section h2{font-size:1.3rem}}@media(max-width:480px){.privacy-policy-header h1{font-size:1.8rem}.policy-section{padding:10px}}*{margin:0;padding:0;box-sizing:border-box}.hero-container{position:relative;width:100%;min-height:95vh;display:flex;align-items:center;justify-content:center;overflow:hidden;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(https://upwind.vercel.app/assets/2-C5lxvftA.jpg\ );background-size:cover;background-position:center;z-index:-2}.hero-container:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#0f172abf;z-index:-1}.hero-content{position:relative;z-index:10;width:90%;max-width:1200px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;padding-bottom:100px}.hero-text{color:#fff}.hero-title{font-size:3rem;font-weight:600;line-height:1.1;margin-bottom:20px;text-shadow:0 2px 4px rgba(0,0,0,.3)}.hero-subtitle{font-size:1.1rem;line-height:1.6;color:#cbd5e1;margin-bottom:30px;max-width:500px}.hero-buttons{display:flex;align-items:center;gap:20px}.btn{display:flex;align-items:center;justify-content:center;padding:14px 28px;border-radius:30px;font-weight:600;font-size:.95rem;cursor:pointer;border:none;transition:all .3s ease}.btn-primary1{background-color:#ff5722;color:#fff;box-shadow:0 4px 15px #ff572266}.btn-primary1:hover{background-color:#ffffff1a;box-shadow:none}.btn-play1{background-color:#ffffff1a;color:#fff;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:1px solid rgba(255,255,255,.2);padding:12px 24px}.btn.btn-play1:hover{background-color:#ff5722;color:#fff}.btn-play1 span{margin-left:10px}.btn.play11:hover{color:#fff}.video-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px}.video-modal-content{position:relative;width:100%;max-width:900px;background:#000;border-radius:16px;overflow:hidden;box-shadow:0 25px 50px #00000080}.video-modal-close{position:absolute;top:-50px;right:0;width:40px;height:40px;background:#fff;border:2px solid rgba(255,255,255,.3);border-radius:50%;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:10}.video-modal-close:hover{background:#fff3;transform:rotate(90deg)}.video-wrapper{position:relative;padding-bottom:56.25%;height:0;overflow:hidden}.video-player{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:16px}.hero-form-wrapper{display:flex;justify-content:center;align-items:center;width:100%}.trial-card{background:#ffffff26;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.2);padding:24px 28px;border-radius:16px;width:100%;max-width:380px;box-shadow:0 8px 32px #0000004d;margin-top:100px}.trial-header h3{font-size:1.25rem;color:#fff;margin-bottom:16px;font-weight:700;line-height:1.3;text-align:center}.trial-form{display:flex;flex-direction:column;gap:10px}.form-group{display:flex;flex-direction:column;gap:4px}.form-group label{font-size:.8rem;color:#ffffffe6;font-weight:600;margin-left:2px}.input-wrapper{position:relative;display:flex;align-items:center}.input-icon{position:absolute;left:12px;color:#fff9;pointer-events:none}.input-wrapper input{width:100%;padding:10px 10px 10px 36px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;font-size:.9rem;color:#fff;outline:none;transition:all .3s ease;height:40px}.input-wrapper input::placeholder{color:#ffffff80}.input-wrapper input:focus{background:#fff3;border-color:#ff5722;box-shadow:0 0 0 3px #ff572233}.textarea-wrapper{align-items:flex-start}.textarea-wrapper textarea{width:100%;padding:10px 10px 10px 36px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;font-size:.9rem;color:#fff;outline:none;resize:none;font-family:inherit;transition:all .3s ease}.textarea-wrapper textarea::placeholder{color:#ffffff80}.textarea-wrapper textarea:focus{background:#fff3;border-color:#ff5722;box-shadow:0 0 0 3px #ff572233}.textarea-icon{top:10px}.submit-btn1{width:100%;padding:12px;background-color:#ff5722;color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;margin-top:6px;display:flex;align-items:center;justify-content:center;transition:background-color .3s ease;height:42px}.submit-btn:hover{background-color:#e64a19}.hero-curve{position:absolute;bottom:0;left:0;width:100%;height:100px;z-index:5;line-height:0}.hero-curve svg{width:100%;height:100%;display:block}@media(max-width:968px){.hero-content{grid-template-columns:1fr;text-align:center;gap:40px;padding-top:100px}.hero-title{font-size:2rem}.hero-buttons{justify-content:center}.hero-form-wrapper{justify-content:center;width:100%}.trial-card{max-width:100%}.hero-curve{height:60px}.video-modal-content{max-width:95%}}@media(max-width:480px){.trial-card{padding:20px 24px;margin-top:20px}.hero-title{font-size:1.5rem}.video-modal-close{top:-45px;width:36px;height:36px}}:root{--primary-yellow: #f4d03f;--dark: #0a0a0a;--light-bg: #fdfdfd;--card-bg: #ffffff;--border-color: #f0f0f0}.aboutSection{background-color:var(--light-bg);position:relative;overflow:hidden;padding:80px 5%;min-height:80vh;display:flex;align-items:center;background:radial-gradient(at 0% 0%,rgba(244,208,63,.07) 0px,transparent 50%),radial-gradient(at 100% 0%,rgba(10,10,10,.03) 0px,transparent 50%),radial-gradient(at 50% 100%,rgba(244,208,63,.05) 0px,transparent 50%),var(--light-bg)}.aboutContainer{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;width:100%;position:relative}.visualArea{position:relative;display:flex;justify-content:center;align-items:center;height:500px}.visualArea:before{content:"";position:absolute;width:400px;height:400px;background:radial-gradient(circle,rgba(244,208,63,.15) 0%,transparent 70%);border-radius:50%;filter:blur(40px);z-index:-1;animation:pulseGlow 8s infinite ease-in-out}.visualContentWrapper{position:relative;width:100%;height:100%;display:flex;justify-content:center;align-items:center}.orbit-container{position:absolute;width:100%;height:100%;display:flex;justify-content:center;align-items:center;pointer-events:none}.orbit-path{width:350px;height:350px;border:1px solid #e0e0e0;border-radius:50%}.bubblesContainer{position:relative;width:100%;height:100%}.bubble{position:absolute;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;box-shadow:0 15px 35px #00000014;cursor:grab}.b-dev{width:130px;height:130px;background:#fff;border:1px solid var(--dark);top:10%;left:10%}.b-web{width:170px;height:170px;background:var(--dark);color:#fff;top:25%;right:5%}.b-mobile{width:140px;height:140px;background:var(--primary-yellow);bottom:10%;left:15%}.imagePreview{position:absolute;z-index:10;width:90%;max-width:400px;aspect-ratio:4 / 3;border-radius:20px;overflow:hidden;box-shadow:0 25px 50px #00000026;border:5px solid white}.imagePreview img{width:100%;height:100%;object-fit:cover}.badge{display:inline-flex;align-items:center;gap:8px;background:#fff;padding:8px 16px;border-radius:100px;border:1px solid var(--border-color);font-size:.875rem;font-weight:500;margin-bottom:20px}.mainTitle{font-size:3rem;line-height:1.1;color:var(--dark);margin-bottom:20px;font-weight:600}.text-gradient{background:linear-gradient(90deg,var(--dark),var(--primary-yellow));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.description{color:#666;font-size:1.125rem;line-height:1.6;margin-bottom:30px;max-width:500px}.featuresGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px;margin-bottom:35px}.featureCard{display:flex;align-items:center;gap:12px;padding:16px;background:#fff;border:1px solid var(--border-color);border-radius:12px;cursor:pointer;transition:all .3s ease}.featureCard:hover{background:#fdfae9;border-color:var(--primary-yellow)}.featureIcon{background:var(--dark);color:#fff;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:8px}.featureText{font-weight:600;font-size:.9rem}.ctaButton{display:flex;align-items:center;gap:10px;padding:14px 28px;background:var(--dark);color:#fff;border-radius:50px;border:none;font-size:1rem;font-weight:600;cursor:pointer;background-color:#ff5722;transition:all .3s ease}.sticker{position:absolute;pointer-events:none;opacity:.4}.s1{top:5%;left:5%;font-size:3rem;color:var(--primary-yellow);filter:drop-shadow(0 0 10px rgba(244,208,63,.4));opacity:.6}.aboutContainer:after{content:"";position:absolute;top:-10%;right:-5%;width:300px;height:300px;background:linear-gradient(135deg,rgba(244,208,63,.05) 0%,transparent 100%);border-radius:40% 60% 70% 30%/40% 50% 60%;filter:blur(60px);z-index:-1;animation:morphShape 15s infinite linear}@keyframes pulseGlow{0%,to{transform:scale(1);opacity:.5}50%{transform:scale(1.2);opacity:.8}}@keyframes morphShape{0%{border-radius:40% 60% 70% 30%/40% 50% 60%}33%{border-radius:70% 30% 50% 50%/30% 30% 70% 70%}66%{border-radius:30% 70% 70% 30%/50% 40% 30% 60%}to{border-radius:40% 60% 70% 30%/40% 50% 60%}}@media(max-width:1024px){.mainTitle{font-size:2.25rem}.description{font-size:1.125rem}.orbit-path{width:300px;height:300px}.b-web{width:140px;height:140px}.b-dev{width:110px;height:110px}}@media(max-width:768px){.aboutSection{padding:60px 20px}.aboutContainer{grid-template-columns:1fr;gap:40px;text-align:center}.visualArea{order:1;height:350px}.contentArea{order:2;display:flex;flex-direction:column;align-items:center}.featuresGrid{grid-template-columns:1fr;width:100%}.mainTitle{font-size:1.75rem}.description{font-size:1rem}.ctaButton{font-size:.875rem;padding:12px 24px}.orbit-path{width:250px;height:250px}.bubble{font-size:.75rem}.b-web{width:120px;height:120px;top:20%;right:10%}.b-dev{width:90px;height:90px}.b-mobile{width:100px;height:100px}.imagePreview{width:85%}}@media(max-width:480px){.mainTitle{font-size:1.75rem}.visualArea{height:300px}.orbit-path{width:200px;height:200px}}.contact-container{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:80px 5%;background:linear-gradient(135deg,#fafafa,#f0f0f0);overflow:hidden}.bg-decoration{position:absolute;border-radius:50%;filter:blur(80px);opacity:.6;animation:float 20s ease-in-out infinite}.bg-decoration.orange{width:600px;height:600px;background:linear-gradient(135deg,#fed7aa,#fb923c);top:-200px;left:-200px;animation-delay:0s}.bg-decoration.purple{width:500px;height:500px;background:linear-gradient(135deg,#ddd6fe,#a78bfa);bottom:-150px;right:-150px;animation-delay:-10s}@keyframes float{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-30px) scale(1.05)}66%{transform:translate(-20px,20px) scale(.95)}}.contact-card{position:relative;display:grid;grid-template-columns:1fr 1fr;max-width:1200px;width:100%;background:#fff;border-radius:24px;box-shadow:0 25px 50px -12px #00000026;overflow:hidden;z-index:1}.left-panel{position:relative;padding:3rem;background:linear-gradient(135deg,#1e293b,#0f172a);color:#fff;display:flex;flex-direction:column;justify-content:space-between}.floating-badge{position:absolute;top:2rem;right:-1rem;display:flex;align-items:center;gap:.5rem;background:#fff;color:#1e293b;padding:.5rem 1rem;border-radius:50px;font-size:.875rem;font-weight:600;box-shadow:0 10px 25px #0003;z-index:10}.badge{display:inline-flex;align-items:center;gap:.5rem;background:#f59e0b33;color:#fbbf24;padding:.5rem 1rem;border-radius:50px;font-size:.875rem;font-weight:600;margin-bottom:1.5rem;border:1px solid rgba(251,191,36,.3)}.main-heading{font-size:3rem;font-weight:600;line-height:1.1;margin-bottom:1rem;color:#fff}.gradient-text{background:linear-gradient(135deg,#fbbf24,#f59e0b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.subheading{font-size:1.125rem;line-height:1.6;color:#94a3b8;margin-bottom:2rem}.highlight{color:#fbbf24;font-weight:600}.info-grid{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.info-card{display:flex;align-items:center;gap:1rem;padding:1rem;background:#ffffff0d;border-radius:12px;border:1px solid rgba(255,255,255,.1);text-decoration:none;color:inherit;transition:all .3s ease}.info-card:hover{background:#ffffff1a;border-color:#fbbf244d}.info-icon-box{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f59e0b,#d97706);border-radius:12px;color:#fff;flex-shrink:0}.info-label{font-size:.875rem;color:#94a3b8;margin-bottom:.25rem}.info-value{font-size:1rem;font-weight:600;color:#fff;word-break:break-word}.trust-badges{display:flex;gap:1.5rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}.trust-item{display:flex;align-items:center;gap:.75rem}.trust-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f59e0b,#d97706);border-radius:10px;font-size:.875rem;font-weight:700;color:#fff}.trust-item span{font-size:.875rem;color:#cbd5e1;font-weight:500}.right-panel{padding:3rem;display:flex;align-items:center;justify-content:center;background:#fff}.form-wrapper{width:100%;max-width:450px}.form-header{margin-bottom:2rem;text-align:center}.form-heading{font-size:2rem;font-weight:700;color:#1e293b;margin-bottom:.5rem;line-height:1.2}.form-subheading{font-size:1rem;color:#64748b;line-height:1.5}.error-banner{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:.875rem 1rem;border-radius:10px;font-size:.875rem;margin-bottom:1.5rem;text-align:center}form{display:flex;flex-direction:column;gap:1.25rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group1{display:flex;flex-direction:column;gap:.5rem}.form-group1.full-width{grid-column:1 / -1}.label1{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:#374151}.label1 svg{color:#ff5722}.input,.textarea{width:100%;padding:.875rem 1rem;border:2px solid #e5e7eb;border-radius:12px;font-size:1rem;transition:all .3s ease;background:#f9fafb}.input:focus,.textarea:focus{outline:none;border-color:#ff5722;background:#fff;box-shadow:0 0 0 4px #f59e0b1a}.input:disabled,.textarea:disabled{opacity:.6;cursor:not-allowed}.textarea{resize:vertical;min-height:120px;font-family:inherit}.submit-button{display:flex;align-items:center;justify-content:center;gap:.75rem;width:100%;padding:14px 28px;background:#ff5722;color:#fff;border:none;border-radius:30px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 6px -1px #ff572233;margin-top:.5rem}.submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 20px -5px #ff57224d}.submit-button:disabled{opacity:.7;cursor:not-allowed}.spin-icon{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.form-footer{text-align:center;font-size:.875rem;color:#9ca3af;margin-top:1.5rem;line-height:1.5}.success-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:2rem}.success-title{font-size:1.5rem;font-weight:700;color:#166534;margin:1.5rem 0 .75rem}.success-text{font-size:1rem;color:#15803d;line-height:1.6;max-width:350px}@media(max-width:968px){.contact-container{padding:60px 4%}.contact-card{grid-template-columns:1fr;max-width:600px}.left-panel{padding:2.5rem;order:1}.right-panel{padding:2.5rem;order:2}.main-heading{font-size:2.25rem}.subheading{font-size:1.125rem}.form-heading{font-size:1.5rem}.floating-badge{position:relative;top:0;right:0;margin-bottom:1rem;display:inline-flex;align-self:flex-start}.trust-badges{flex-wrap:wrap;gap:1rem}.form-row{grid-template-columns:1fr 1fr;gap:1rem}}@media(max-width:640px){.contact-container{padding:40px 4%;min-height:auto}.contact-card{border-radius:20px}.left-panel,.right-panel{padding:2rem 1.5rem}.main-heading{font-size:1.75rem;margin-bottom:.75rem}.subheading{font-size:1rem;margin-bottom:1.5rem;line-height:1.5}.badge{font-size:.75rem;padding:.4rem .8rem;margin-bottom:1rem}.floating-badge{font-size:.75rem;padding:.4rem .8rem;margin-bottom:.75rem}.info-grid{gap:.75rem;margin-bottom:1.5rem}.info-card{padding:.875rem;gap:.75rem}.info-icon-box{width:40px;height:40px}.info-icon-box svg{width:18px;height:18px}.info-label{font-size:.75rem;margin-bottom:.125rem}.info-value{font-size:.875rem}.trust-badges{display:none}.form-heading{font-size:1.25rem;margin-bottom:.375rem}.form-subheading{font-size:.875rem}.form-header{margin-bottom:1.5rem}.form-row{grid-template-columns:1fr;gap:1rem}.label1{font-size:.8125rem}.input,.textarea{padding:.75rem .875rem;font-size:16px;border-radius:10px}.textarea{min-height:100px}.submit-button{padding:12px 24px;font-size:.875rem;border-radius:25px;margin-top:.25rem}.form-footer{font-size:.75rem;margin-top:1rem}.success-card{padding:1.5rem}.success-card svg{width:56px;height:56px}.success-title{font-size:1.25rem;margin:1rem 0 .5rem}.success-text{font-size:.875rem;max-width:100%}}@media(max-width:480px){.contact-container{padding:20px 3%;background:linear-gradient(135deg,#1e293b,#0f172a)}.contact-card{border-radius:16px;box-shadow:0 10px 30px -5px #0000004d}.left-panel{padding:1.5rem 1.25rem;border-radius:16px 16px 0 0}.right-panel{padding:1.5rem 1.25rem;border-radius:0 0 16px 16px}.main-heading{font-size:1.5rem;line-height:1.2}.subheading{font-size:.875rem;line-height:1.5;margin-bottom:1.25rem}.badge{font-size:.6875rem;padding:.35rem .7rem;margin-bottom:.875rem}.floating-badge{font-size:.6875rem;padding:.35rem .7rem;margin-bottom:.625rem}.info-grid{gap:.625rem;margin-bottom:1.25rem}.info-card{padding:.75rem;gap:.625rem;border-radius:10px}.info-icon-box{width:36px;height:36px;border-radius:10px}.info-icon-box svg{width:16px;height:16px}.info-label{font-size:.6875rem}.info-value{font-size:.8125rem}.form-heading{font-size:1.125rem}.form-subheading{font-size:.8125rem}.form-header{margin-bottom:1.25rem}form{gap:1rem}.label1{font-size:.75rem;gap:.375rem}.label1 svg{width:14px;height:14px}.input,.textarea{padding:.625rem .75rem;font-size:16px;border-radius:8px;border-width:1.5px}.textarea{min-height:80px}.submit-button{padding:10px 20px;font-size:.8125rem;border-radius:20px;gap:.5rem}.submit-button svg{width:16px;height:16px}.form-footer{font-size:.6875rem;margin-top:.875rem}.error-banner{padding:.625rem .875rem;font-size:.8125rem;margin-bottom:1rem;border-radius:8px}.success-card{padding:1.25rem}.success-card svg{width:48px;height:48px}.success-title{font-size:1.125rem;margin:.875rem 0 .5rem}.success-text{font-size:.8125rem}}@media(max-width:360px){.contact-container{padding:16px 2%}.left-panel,.right-panel{padding:1.25rem 1rem}.main-heading{font-size:1.375rem}.subheading{font-size:.8125rem}.info-card{padding:.625rem}.info-icon-box{width:32px;height:32px}.info-value{font-size:.75rem}.form-heading{font-size:1rem}.input,.textarea{padding:.5rem .625rem}}@media(max-height:500px)and (orientation:landscape)and (max-width:968px){.contact-container{padding:20px;min-height:auto}.contact-card{max-width:100%}.left-panel,.right-panel{padding:1.5rem}.main-heading{font-size:1.5rem}.subheading{font-size:.875rem;margin-bottom:1rem}.info-grid{flex-direction:row;flex-wrap:wrap;gap:.5rem}.info-card{flex:1;min-width:140px;padding:.625rem}.form-row{grid-template-columns:1fr 1fr}}@media(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.input,.textarea{font-size:16px}}@media(prefers-reduced-motion:reduce){.bg-decoration,.spin-icon{animation:none}.contact-card,.info-card,.submit-button{transition:none}}@media(prefers-color-scheme:dark){.contact-container{background:linear-gradient(135deg,#0f172a,#1e293b)}.right-panel{background:#1e293b}.form-heading{color:#f1f5f9}.form-subheading{color:#94a3b8}.label1{color:#cbd5e1}.input,.textarea{background:#334155;border-color:#475569;color:#f1f5f9}.input:focus,.textarea:focus{border-color:#f59e0b;background:#334155}.form-footer{color:#64748b}}@media print{.contact-container{background:#fff;padding:20px}.bg-decoration{display:none}.contact-card{box-shadow:none;border:1px solid #ddd}.left-panel{background:#1e293b;-webkit-print-color-adjust:exact;print-color-adjust:exact}.submit-button{background:#f59e0b;-webkit-print-color-adjust:exact;print-color-adjust:exact}}:root{--primary-bg: #f8f9fa;--card-bg: #1a1a1a;--card-hover: #f4d03f;--text-main: #ffffff;--text-hover: #000000;--text-muted: #a0a0a0;--border-color: #2a2a2a;--radius: 16px;--popup-bg: #ffffff;--popup-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25)}.serviceLandingSection{background-color:var(--primary-bg);background-image:radial-gradient(circle at 10% 20%,rgba(244,208,63,.08) 0%,transparent 40%),radial-gradient(circle at 90% 80%,rgba(100,149,237,.08) 0%,transparent 40%);color:var(--text-main);padding:80px 5%;position:relative;min-height:100vh;display:flex;flex-direction:column;align-items:center;overflow:hidden;font-family:Inter,sans-serif}.bg-orb{position:absolute;border-radius:50%;filter:blur(80px);z-index:0;opacity:.6;animation:float 10s infinite ease-in-out}.orb-1{width:400px;height:400px;background:#f4d03f26;top:-100px;left:-100px;animation-delay:0s}.orb-2{width:300px;height:300px;background:#add8e640;bottom:10%;right:-50px;animation-delay:-5s}.orb-3{width:200px;height:200px;background:#ffb6c126;top:40%;left:40%;animation-delay:-2s}@keyframes float{0%,to{transform:translate(0)}50%{transform:translate(30px,-30px)}}.serviceHeader{text-align:center;margin-bottom:60px;z-index:10}.serviceBadge{display:inline-flex;align-items:center;gap:8px;background:#f4d03f26;border:1px solid rgba(244,208,63,.4);padding:8px 16px;border-radius:50px;font-size:.875rem;color:#bfa230;margin-bottom:20px;text-transform:uppercase;letter-spacing:1px;font-weight:600}.serviceHeading{font-size:3rem;font-weight:600;letter-spacing:-1px;color:#212529;line-height:1.1}.mainLayoutWrapper{display:grid;grid-template-columns:1fr 1.5fr 1fr;gap:60px;width:100%;max-width:1400px;align-items:center;z-index:5}.columnSide{display:flex;flex-direction:column;gap:16px}.serviceItemRow{background:var(--card-bg);border:1px solid var(--border-color);padding:22px 28px;border-radius:var(--radius);cursor:pointer;transition:all .4s cubic-bezier(.25,.8,.25,1);box-shadow:0 4px 15px #0000001a;position:relative;overflow:hidden}.serviceItemRow:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);transition:left .5s}.serviceItemRow:hover:before{left:100%}.serviceItemRow:hover{transform:translateY(-3px);box-shadow:0 15px 30px #00000026}.serviceItemRow.isActive{background:var(--card-hover);border-color:var(--card-hover);transform:scale(1.03);animation:pulse 2s infinite}@keyframes pulse{0%,to{box-shadow:0 0 #f4d03f66}50%{box-shadow:0 0 0 15px #f4d03f00}}.serviceID{font-size:.75rem;font-weight:800;color:var(--text-muted);font-family:monospace;min-width:30px;transition:color .3s}.serviceLabel{font-size:1.125rem;font-weight:600;flex:1;margin:0 15px;color:var(--text-main);transition:color .3s}.serviceLinkIcon{color:var(--text-muted);transition:all .3s}.serviceItemRow.isActive .serviceID,.serviceItemRow.isActive .serviceLabel,.serviceItemRow.isActive .serviceLinkIcon{color:var(--text-hover)}.serviceRowContent{display:flex;align-items:center;justify-content:space-between;position:relative;z-index:2}.serviceRowContent.rightAlign{flex-direction:row-reverse;text-align:right}.centerVisualContainer{position:relative;height:600px;display:flex;justify-content:center;align-items:center}.orbitBase{position:relative;width:100%;height:100%;display:flex;justify-content:center;align-items:center}.orbitThumb{position:absolute;width:100px;height:130px;border-radius:12px;overflow:hidden;top:50%;left:50%;box-shadow:0 10px 25px #00000026;border:2px solid rgba(255,255,255,.9);transition:all .3s}.orbitThumb img{width:100%;height:100%;object-fit:cover}.orbitThumb.active{border-color:var(--card-hover);box-shadow:0 0 30px #f4d03f99}.centerStage{position:relative;z-index:50;width:340px;height:460px}.mainFeaturedDisplay{width:100%;height:100%;position:relative}.featuredFrame{width:100%;height:100%;background:#fff;border-radius:24px;overflow:hidden;position:relative;border:6px solid #ffffff;box-shadow:0 0 0 1px #0000000d,0 30px 60px -15px #0003}.featuredFrame img{width:100%;height:100%;object-fit:cover}.glassOverlay{position:absolute;bottom:0;left:0;width:100%;padding:40px 20px 30px;background:linear-gradient(to top,rgba(0,0,0,.9) 0%,rgba(0,0,0,.4) 50%,transparent 100%);color:#fff;text-align:center;border-bottom-left-radius:18px;border-bottom-right-radius:18px}.glassOverlay h4{margin:0 0 8px;font-size:1.5rem;font-weight:700;text-shadow:0 2px 10px rgba(0,0,0,.3)}.glassOverlay p{margin:0;font-size:.875rem;color:var(--card-hover);font-weight:600;letter-spacing:1px;text-transform:uppercase}.popupOverlay{position:fixed;inset:0;background:#0009;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000}.popupWrapper{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;z-index:1001;padding:20px;pointer-events:none}.popupContainer{width:100%;max-width:1000px;max-height:90vh;background:var(--popup-bg);border-radius:32px;box-shadow:var(--popup-shadow);overflow:hidden;display:flex;flex-direction:column;pointer-events:auto;position:relative}.popupCloseBtn{position:absolute;top:20px;right:20px;width:48px;height:48px;border-radius:50%;background:#0000000d;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#333;z-index:10;transition:background .3s}.popupCloseBtn:hover{background:#0000001a}.popupContent{display:grid;grid-template-columns:1fr 1.2fr;height:100%;overflow:hidden}.popupVisual{background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:40px;display:flex;flex-direction:column;gap:30px;position:relative;overflow:hidden}.popupImageWrapper{position:relative;border-radius:24px;overflow:hidden;box-shadow:0 20px 40px #00000026;aspect-ratio:4/3;flex-shrink:0}.popupImageWrapper img{width:100%;height:100%;object-fit:cover}.popupImageOverlay{position:absolute;inset:0;mix-blend-mode:overlay}.popupFloatingBadge{position:absolute;top:20px;right:20px;padding:10px 16px;border-radius:50px;color:#fff;font-weight:700;font-size:.75rem;display:flex;align-items:center;gap:6px;box-shadow:0 10px 30px #0003}.popupStats{display:flex;flex-direction:column;gap:16px;flex-shrink:0}.statItem{display:flex;align-items:center;gap:16px;padding:16px;background:#fff;border-radius:16px;box-shadow:0 4px 15px #0000000d}.statItem>div{display:flex;flex-direction:column}.statLabel{font-size:.75rem;color:#6c757d;text-transform:uppercase;letter-spacing:.5px;font-weight:600}.statValue{font-size:.9375rem;font-weight:700;color:#212529}.popupDetails{padding:50px;display:flex;flex-direction:column;gap:24px;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.popupDetails::-webkit-scrollbar{display:none}.popupHeader{display:flex;align-items:center;gap:20px;flex-shrink:0}.popupIcon{width:64px;height:64px;border-radius:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.popupTitleGroup h2{font-size:2rem;font-weight:700;color:#212529;margin:0 0 8px;line-height:1.2}.popupPrice{font-size:1.125rem;font-weight:700;color:#495057;background:#f8f9fa;padding:6px 14px;border-radius:50px}.popupDescription{font-size:1rem;line-height:1.7;color:#495057;margin:0;flex-shrink:0}.popupFeatures{flex:1;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none;min-height:0}.popupFeatures::-webkit-scrollbar{display:none}.popupFeatures h3{font-size:.875rem;text-transform:uppercase;letter-spacing:1px;color:#6c757d;margin-bottom:16px;font-weight:700;position:sticky;top:0;background:#fff;padding-bottom:10px;z-index:1}.featuresList{display:flex;flex-direction:column;gap:12px}.featureItem{display:flex;align-items:center;gap:16px;padding:16px;background:#f8f9fa;border-radius:14px;cursor:pointer;transition:all .3s ease;border:2px solid transparent;flex-shrink:0}.featureItem:hover{border-color:#e9ecef;transform:translate(5px)}.featureCheck{width:32px;height:32px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.featureItem span{flex:1;font-weight:600;color:#212529;font-size:.9375rem}.featureArrow{opacity:0;transition:all .3s}.featureItem:hover .featureArrow{opacity:1;transform:translate(5px)}.popupActions{display:flex;gap:16px;padding-top:20px;flex-shrink:0;background:#fff}.popupPrimaryBtn{flex:1;padding:18px 32px;border-radius:16px;border:none;color:#fff;font-weight:700;font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:all .3s}.popupSecondaryBtn{padding:18px 32px;border-radius:16px;border:2px solid #e9ecef;background:#fff;color:#495057;font-weight:700;font-size:1rem;cursor:pointer;transition:all .3s}.popupDecorations{position:absolute;inset:0;pointer-events:none;overflow:hidden}.decoCircle{position:absolute;width:300px;height:300px;border:2px dashed;border-radius:50%;top:-100px;right:-100px;opacity:.5}.decoDots{position:absolute;width:100px;height:100px;background-image:radial-gradient(circle,#dee2e6 2px,transparent 2px);background-size:20px 20px;bottom:40px;left:40px;opacity:.3}@media(max-width:1024px){.mainLayoutWrapper{grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:40px}.centerVisualContainer{grid-column:1 / -1;order:-1;height:500px}.centerStage{width:300px;height:400px}.columnSide{gap:12px}.orbitThumb{width:80px;height:100px}.popupContainer{max-width:90%;max-height:85vh}.popupContent{grid-template-columns:1fr;grid-template-rows:auto 1fr}.popupVisual{padding:30px;flex-direction:row;align-items:center;gap:20px}.popupImageWrapper{width:200px;height:150px;flex-shrink:0}.popupStats{flex:1;gap:10px}.popupDetails{padding:30px;gap:20px}.serviceHeading{font-size:2.25rem}.popupTitleGroup h2{font-size:1.5rem}}@media(max-width:768px){.serviceLandingSection{padding:60px 20px}.mainLayoutWrapper{display:flex;flex-direction:column;gap:30px}.centerVisualContainer{height:400px;order:-1}.centerStage{width:260px;height:340px}.orbitThumb{display:none}.columnSide{width:100%;gap:10px}.serviceItemRow{padding:18px 22px}.serviceLabel{font-size:1rem}.popupWrapper{padding:10px}.popupContainer{max-width:100%;max-height:95vh;border-radius:24px}.popupContent{grid-template-columns:1fr;grid-template-rows:auto 1fr;overflow:hidden}.popupVisual{padding:60px 20px 20px;gap:15px;flex-direction:column}.popupImageWrapper{width:100%;height:180px}.popupFloatingBadge{top:60px;right:30px}.popupStats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;width:100%}.statItem{flex-direction:column;text-align:center;padding:12px;gap:8px}.statItem>div{align-items:center}.statItem svg{width:18px;height:18px}.popupDetails{padding:24px 20px;gap:16px;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.popupDetails::-webkit-scrollbar{display:none}.popupHeader{flex-direction:column;text-align:center;gap:12px}.popupIcon{width:56px;height:56px}.serviceHeading{font-size:1.75rem}.popupTitleGroup h2{font-size:1.5rem}.popupPrice{display:inline-block;font-size:1rem}.popupDescription{text-align:center;font-size:1rem}.popupFeatures h3{text-align:center;font-size:.875rem}.featureItem{padding:14px}.featureArrow{display:none}.popupActions{flex-direction:column;gap:10px;padding-top:16px}.popupPrimaryBtn,.popupSecondaryBtn{width:100%;padding:16px;font-size:.875rem}.decoCircle,.decoDots{display:none}}@media(max-width:480px){.serviceHeading{font-size:1.75rem}.centerStage{width:220px;height:300px}.popupStats{grid-template-columns:1fr;gap:8px}.statItem{flex-direction:row;text-align:left;padding:12px}.popupTitleGroup h2{font-size:1.375rem}.popupVisual{padding-top:50px;padding-bottom:15px}.popupImageWrapper{height:160px}.popupFeatures{max-height:200px}}@media(min-width:1600px){.mainLayoutWrapper{max-width:1600px;gap:80px}.centerStage{width:380px;height:520px}.orbitThumb{width:120px;height:160px}.popupContainer{max-width:1100px}.popupVisual{padding:50px}.popupDetails{padding:60px}}@media(max-height:600px)and (orientation:landscape){.popupWrapper{padding:10px}.popupContainer{max-height:95vh}.popupContent{grid-template-columns:1fr 1fr;grid-template-rows:1fr}.popupVisual{padding:50px 20px 20px;gap:15px}.popupImageWrapper{height:120px}.popupStats{gap:8px}.statItem{padding:10px}.popupDetails{gap:15px;padding:20px}.popupFeatures{max-height:150px}}.hexapart1{position:relative;min-height:100vh;width:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:80px 60px;box-sizing:border-box}.hexapart1-bg{position:absolute;inset:0;background-image:url("C:UsersLENOVOÞsktopProduct-DesignVBLP_LandingpageVBLP_LandingpageVBLP_Landingpagepublic\chatGPT Image Feb 14, 2026, 10_13_29 AM.png");background-size:cover;background-position:center;background-repeat:no-repeat;opacity:7}.hexapart1-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#0a0a0aeb,#0a0a0ad9 100%,#0a0a0aeb 0%)}.hexapart1-bracket{position:absolute;z-index:2;pointer-events:none}.hexapart1-bracket-tl{top:40px;left:40px}.hexapart1-bracket-br{bottom:40px;right:40px}.hexapart2{position:relative;z-index:10;max-width:1100px;width:100%;color:#fff;text-align:center;display:flex;flex-direction:column;align-items:center}.hexapart2-title{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:3rem;font-weight:600;line-height:1.1;margin:0 0 24px;letter-spacing:-.02em;text-align:center}.hexapart2-highlight{color:#ff5722}.hexapart2-subtitle{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1.125rem;font-weight:400;line-height:1.6;color:#ffffffb3;margin:0 0 60px;max-width:600px;text-align:center}.hexapart2-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-bottom:50px;width:100%}.hexapart2-card{display:flex;flex-direction:column;gap:16px;align-items:center;text-align:center}.hexapart2-icon{width:40px;height:40px;margin-bottom:8px;color:#ff5722}.hexapart2-icon svg{width:100%;height:100%}.hexapart2-card-title{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1.125rem;font-weight:600;color:#fff;margin:0;display:flex;align-items:center;justify-content:center;gap:4px;flex-wrap:wrap}.hexapart2-card-text{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:.875rem;font-weight:400;line-height:1.6;color:#fff9;margin:0;text-align:center}.hexapart2-cta{display:flex;align-items:center;justify-content:center;gap:32px;width:100%}.hexapart2-btn{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;border:none;outline:none}.hexapart2-btn-primary{padding:14px 28px;background-color:#ff5722;color:#0a0a0a;border-radius:30px}.hexapart2-btn-primary:hover{background-color:#ff5722;box-shadow:0 0 20px #ff5722}.hexapart2-btn-secondary{display:inline-flex;align-items:center;gap:8px;background:transparent;color:#fff;position:relative;border-radius:30px}.hexapart2-btn-secondary:after{content:"";position:absolute;bottom:-4px;left:50%;transform:translate(-50%);width:0;height:1px;background-color:#ff5722;transition:width .3s ease}.hexapart2-btn-secondary:hover{color:#ff5722}.hexapart2-btn-secondary:hover:after{width:80%}@media(max-width:968px){.hexapart1{padding:60px 30px}.hexapart2-title{font-size:2.25rem}.hexapart2-subtitle{font-size:1.125rem}.hexapart2-grid{grid-template-columns:1fr;gap:30px}.hexapart1-bracket{display:none}}@media(max-width:640px){.hexapart1{padding:40px 20px}.hexapart2-title{font-size:1.75rem}.hexapart2-subtitle{font-size:1rem}.hexapart2-btn{font-size:.875rem;padding:12px 24px}.hexapart2-cta{flex-direction:column;align-items:center;gap:20px}.hexapart2-btn-primary{width:100%;text-align:center}}.faq-section{font-family:Inter,sans-serif;background:linear-gradient(135deg,#fafbfc,#f0f4f8);padding:80px 5%;min-height:100vh;position:relative;overflow:hidden}.faq-section:before{content:"";position:absolute;top:-10%;right:-5%;width:400px;height:400px;background:radial-gradient(circle,rgba(255,87,34,.08) 0%,transparent 70%);border-radius:50%;pointer-events:none}.faq-section:after{content:"";position:absolute;bottom:-10%;left:-5%;width:300px;height:300px;background:radial-gradient(circle,rgba(33,150,243,.06) 0%,transparent 70%);border-radius:50%;pointer-events:none}.faq-container{max-width:1280px;margin:0 auto;position:relative;z-index:1}.faq-header{text-align:center;margin-bottom:80px}.faq-badge{display:inline-block;padding:8px 20px;background:#ff57221a;color:#ff5722;font-size:.875rem;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;border-radius:30px;margin-bottom:20px;border:1px solid rgba(255,87,34,.2)}.faq-title{font-family:Poppins,sans-serif;font-size:3rem;font-weight:600;color:#1a202c;margin-bottom:16px;letter-spacing:-.02em;line-height:1.1}.faq-subtitle{font-size:1.125rem;color:#64748b;max-width:600px;margin:0 auto;line-height:1.6}.faq-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:80px;align-items:start}.faq-image-wrapper{position:sticky;top:120px}.faq-image-container{position:relative;display:flex;justify-content:center;align-items:center}.faq-image{width:100%;max-width:480px;height:auto;object-fit:contain;filter:drop-shadow(0 20px 40px rgba(0,0,0,.1))}.floating-card{position:absolute;background:#fff;padding:12px 20px;border-radius:12px;box-shadow:0 10px 30px #0000001a;display:flex;align-items:center;gap:10px;font-size:.875rem;font-weight:600;color:#1a202c;animation:float 6s ease-in-out infinite}.card-icon{font-size:20px}.card-1{top:20%;left:0;animation-delay:0s}.card-2{top:50%;right:0;animation-delay:-2s}.card-3{bottom:20%;left:10%;animation-delay:-4s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.faq-list{display:flex;flex-direction:column;gap:16px}.faq-item{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 8px #0000000a;border:1px solid #e2e8f0;transition:all .3s cubic-bezier(.4,0,.2,1)}.faq-item:hover{box-shadow:0 8px 25px #00000014;transform:translateY(-2px)}.faq-item.active{border-color:#ff5722;box-shadow:0 12px 35px #ff57221f}.faq-question{width:100%;padding:24px 28px;display:flex;justify-content:space-between;align-items:center;background:transparent;border:none;cursor:pointer;text-align:left;transition:all .3s ease}.question-content{display:flex;align-items:flex-start;gap:16px;flex:1;padding-right:20px}.faq-number{display:flex;align-items:center;justify-content:center;min-width:36px;height:36px;background:linear-gradient(135deg,#ff5722,#ff8a65);color:#fff;font-size:.875rem;font-weight:700;border-radius:10px;flex-shrink:0}.faq-text{font-size:1.125rem;font-weight:600;color:#1a202c;line-height:1.5;padding-top:6px}.faq-toggle{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#64748b;transition:all .3s ease}.faq-item.active .faq-toggle{color:#fff}.faq-answer{overflow:hidden}.faq-answer-content{padding:0 28px 28px 80px;color:#4a5568;line-height:1.8;font-size:1rem}.faq-answer-content p{margin:0}.faq-cta{text-align:center;margin-top:60px;padding-top:40px;border-top:1px solid #e2e8f0}.faq-cta p{color:#64748b;font-size:1.125rem;margin-bottom:20px}.cta-button{display:inline-block;padding:14px 28px;background:linear-gradient(135deg,#ff5722,#ff7043);color:#fff;font-size:1rem;font-weight:600;text-decoration:none;border-radius:30px;box-shadow:0 4px 15px #ff57224d;transition:all .3s ease}.cta-button:hover{box-shadow:0 8px 25px #ff572266}@media(min-width:1440px){.faq-grid{gap:100px}.faq-image{max-width:520px}}@media(max-width:1439px)and (min-width:1200px){.faq-grid{gap:60px}}@media(max-width:1199px)and (min-width:992px){.faq-section{padding:80px 4%}.faq-grid{gap:50px}.faq-image{max-width:400px}.faq-title{font-size:2.25rem}.faq-question{padding:20px 24px}.faq-answer-content{padding:0 24px 24px 76px}.floating-card{padding:10px 16px;font-size:.8125rem}.card-1{left:-5%}.card-3{left:5%}}@media(max-width:991px)and (min-width:768px){.faq-section{padding:70px 4%}.faq-header{margin-bottom:60px}.faq-grid{grid-template-columns:1fr;gap:50px}.faq-image-wrapper{position:relative;top:0;order:-1}.faq-image-container{max-width:450px;margin:0 auto}.faq-image{max-width:100%}.floating-card{padding:10px 16px;font-size:.8125rem}.card-1{left:5%}.card-2{right:5%}.card-3{left:15%}.faq-title{font-size:2.25rem}.faq-subtitle{font-size:1.125rem}.faq-question{padding:20px 24px}.faq-text{font-size:1rem}.faq-answer-content{padding:0 24px 24px 76px;font-size:.9375rem}}@media(max-width:767px)and (min-width:576px){.faq-section{padding:60px 4%}.faq-header{margin-bottom:50px}.faq-badge{font-size:.75rem;padding:6px 16px}.faq-title{font-size:1.75rem}.faq-subtitle{font-size:1rem;max-width:90%}.faq-grid{grid-template-columns:1fr;gap:40px}.faq-image-wrapper{position:relative;top:0;order:-1}.faq-image-container{max-width:350px;margin:0 auto}.faq-image{max-width:100%}.floating-card{padding:8px 14px;font-size:.75rem;border-radius:10px}.card-icon{font-size:16px}.card-1{top:15%;left:0}.card-2{top:45%;right:0}.card-3{bottom:15%;left:10%}.faq-list{gap:12px}.faq-item{border-radius:14px}.faq-question{padding:18px 20px}.question-content{gap:12px}.faq-number{min-width:32px;height:32px;font-size:.8125rem;border-radius:8px}.faq-text{font-size:1rem;padding-top:4px}.faq-toggle{width:32px;height:32px;border-radius:8px}.faq-toggle svg{width:14px;height:14px}.faq-answer-content{padding:0 20px 20px 64px;font-size:.9375rem;line-height:1.7}}@media(max-width:575px)and (min-width:480px){.faq-section{padding:50px 4%}.faq-header{margin-bottom:40px}.faq-badge{font-size:.6875rem;padding:6px 14px;margin-bottom:16px}.faq-title{font-size:1.75rem}.faq-subtitle{font-size:1rem;line-height:1.6}.faq-grid{grid-template-columns:1fr;gap:35px}.faq-image-wrapper{position:relative;top:0;order:-1}.faq-image-container{max-width:300px;margin:0 auto}.faq-image{max-width:100%}.floating-card{padding:8px 12px;font-size:.6875rem;border-radius:10px;gap:6px}.card-icon{font-size:14px}.card-1{top:10%;left:-5%}.card-2{top:40%;right:-5%}.card-3{bottom:10%;left:5%}.faq-list{gap:10px}.faq-item{border-radius:12px}.faq-question{padding:16px 18px}.question-content{gap:10px;padding-right:12px}.faq-number{min-width:28px;height:28px;font-size:.75rem;border-radius:6px}.faq-text{font-size:.875rem;padding-top:2px;line-height:1.4}.faq-toggle{width:28px;height:28px;border-radius:6px}.faq-toggle svg{width:12px;height:12px}.faq-answer-content{padding:0 18px 18px 56px;font-size:.875rem;line-height:1.6}}@media(max-width:479px){.faq-section{padding:40px 4%}.faq-header{margin-bottom:35px}.faq-badge{font-size:.625rem;padding:5px 12px;margin-bottom:14px;letter-spacing:1px}.faq-title{font-size:1.75rem;margin-bottom:12px}.faq-subtitle{font-size:1rem;line-height:1.5}.faq-grid{grid-template-columns:1fr;gap:30px}.faq-image-wrapper{position:relative;top:0;order:-1}.faq-image-container{max-width:260px;margin:0 auto}.faq-image{max-width:100%}.floating-card{padding:6px 10px;font-size:.625rem;border-radius:8px;gap:4px}.card-icon{font-size:12px}.card-1{top:10%;left:-5%}.card-2{top:40%;right:-5%}.card-3{bottom:10%;left:0}.faq-list{gap:10px}.faq-item{border-radius:10px}.faq-question{padding:14px 16px}.question-content{gap:10px;padding-right:10px}.faq-number{min-width:26px;height:26px;font-size:.6875rem;border-radius:6px}.faq-text{font-size:.8125rem;padding-top:2px;line-height:1.4}.faq-toggle{width:26px;height:26px;border-radius:6px}.faq-toggle svg{width:12px;height:12px}.faq-answer-content{padding:0 16px 16px 52px;font-size:.8125rem;line-height:1.6}}@media(min-width:1920px){.faq-container{max-width:1400px}.faq-grid{gap:120px}.faq-image{max-width:560px}.faq-title{font-size:3rem}.faq-subtitle{font-size:1.125rem}.floating-card{padding:14px 24px;font-size:.9375rem}.card-icon{font-size:22px}.faq-text{font-size:1.125rem}.faq-answer-content{font-size:1rem}}@media(min-width:2560px){.faq-container{max-width:1600px}.faq-grid{gap:140px}.faq-image{max-width:600px}.faq-title{font-size:3rem}.faq-subtitle{font-size:1.125rem;max-width:700px}.faq-badge{font-size:.875rem;padding:10px 24px}}@media(max-height:500px)and (orientation:landscape){.faq-section{padding:40px 4%}.faq-header{margin-bottom:30px}.faq-grid{grid-template-columns:.8fr 1.2fr;gap:30px}.faq-image-wrapper{position:relative;top:0;order:0}.faq-image-container{max-width:200px}.floating-card{display:none}.faq-title{font-size:1.5rem}}@media(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.faq-image{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}}@media(prefers-reduced-motion:reduce){.faq-section:before,.faq-section:after,.faq-image,.floating-card{animation:none}.faq-item{transition:none}}@media(prefers-color-scheme:dark){.faq-section{background:linear-gradient(135deg,#0f172a,#1e293b)}.faq-section:before{background:radial-gradient(circle,rgba(255,87,34,.15) 0%,transparent 70%)}.faq-section:after{background:radial-gradient(circle,rgba(33,150,243,.1) 0%,transparent 70%)}.faq-title{color:#f1f5f9}.faq-subtitle{color:#94a3b8}.faq-item{background:#1e293b;border-color:#334155}.faq-item:hover{box-shadow:0 8px 25px #0000004d}.faq-text{color:#f1f5f9}.faq-answer-content{color:#cbd5e1}.faq-number{background:linear-gradient(135deg,#ff5722,#ff7043)}.floating-card{background:#1e293b;color:#f1f5f9;box-shadow:0 10px 30px #0000004d}.faq-toggle{background-color:#334155;color:#94a3b8}.faq-item.active .faq-toggle{background-color:#ff5722;color:#fff}}@media print{.faq-section{background:#fff;padding:20px}.faq-section:before,.faq-section:after{display:none}.faq-image-wrapper,.floating-card{display:none}.faq-grid{grid-template-columns:1fr}.faq-item{break-inside:avoid;box-shadow:none;border:1px solid #ddd;margin-bottom:10px}.faq-answer{height:auto!important;opacity:1!important;display:block!important}.faq-toggle{display:none}}.portfolio{position:relative;padding:40px 3%;background:linear-gradient(135deg,#fafbfc,#f0f4f8);text-align:center;overflow:hidden;min-height:100vh}.floating-shapes{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;overflow:hidden;z-index:0}.shape{position:absolute;border-radius:50%;filter:blur(80px);opacity:.4}.shape-1{width:400px;height:400px;background:linear-gradient(135deg,#667eea,#764ba2);top:-10%;left:-10%}.shape-2{width:300px;height:300px;background:linear-gradient(135deg,#f093fb,#f5576c);top:40%;right:-5%}.shape-3{width:250px;height:250px;background:linear-gradient(135deg,#4facfe,#00f2fe);bottom:-5%;left:30%}.portfolio-header{position:relative;z-index:1;margin-bottom:25px}.section-tag{display:inline-block;padding:6px 16px;background:#ff57221a;color:#ff5722;font-size:.875rem;font-weight:600;letter-spacing:2px;text-transform:uppercase;border-radius:20px;margin-bottom:15px;border:1px solid rgba(255,87,34,.2)}.portfolio-header h2{font-size:3rem;font-weight:600;color:#1a202c;margin-bottom:12px;line-height:1.1;letter-spacing:-.02em}.portfolio-header p{color:#718096;font-size:1.125rem;max-width:600px;margin:0 auto 20px;line-height:1.6}.header-line{display:flex;justify-content:center;align-items:center;gap:10px}.header-line:before,.header-line:after{content:"";width:50px;height:2px;background:linear-gradient(90deg,transparent,#cbd5e0,transparent)}.line-accent{width:10px;height:10px;background:#ff5722;border-radius:50%;position:relative;animation:pulse 2s infinite}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.2);opacity:.7}}.filters{position:relative;z-index:1;display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-bottom:25px;padding:0 10px}.filters button{position:relative;padding:8px 20px;border-radius:25px;border:2px solid transparent;background:#fff;color:#4a5568;cursor:pointer;font-weight:600;font-size:.875rem;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #0000000a;overflow:hidden}.filters button:hover{color:#ff5722;border-color:#ff57224d;transform:translateY(-2px);box-shadow:0 6px 16px #ff572226}.filters button.active{color:#fff;background:#ff5722;border-color:transparent;box-shadow:0 6px 20px #ff572259}.filter-indicator{position:absolute;bottom:0;left:0;right:0;height:3px;background:#ffffff4d;border-radius:0 0 25px 25px}.grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:1200px;margin:0 auto}.card{position:relative;background:#fff;border-radius:20px;overflow:hidden;cursor:pointer;box-shadow:0 4px 16px #0000000f;transition:all .4s cubic-bezier(.4,0,.2,1);transform-style:preserve-3d;will-change:transform}.card:hover{box-shadow:0 16px 40px #0000001f}.card-image-wrapper{position:relative;overflow:hidden;height:220px;background:#f0f0f0}.card img{width:100%;height:100%;object-fit:cover;display:block;content-visibility:auto;contain:strict}.image-skeleton{position:absolute;inset:0;background:linear-gradient(90deg,#f0f0f0 25%,#e8e8e8,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;z-index:1}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton-shimmer{width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);animation:shimmer 1.5s infinite}.image-shine{position:absolute;top:0;left:-100%;width:50%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:left .7s;pointer-events:none;z-index:2}.card:hover .image-shine{left:150%}.overlay{position:absolute;inset:0;background:linear-gradient(to top,#1a202cf2,#1a202cb3,#1a202c4d);display:flex;align-items:flex-end;justify-content:center;padding:20px;opacity:0;transition:opacity .4s ease;z-index:3}.card:hover .overlay{opacity:1}.overlay-content{text-align:center;transform:translateY(15px);transition:transform .4s ease}.card:hover .overlay-content{transform:translateY(0)}.category-tag{display:inline-block;padding:4px 12px;background:#fff3;color:#fff;font-size:.75rem;font-weight:600;letter-spacing:1px;text-transform:uppercase;border-radius:15px;margin-bottom:10px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}.overlay h3{color:#fff;font-size:1.125rem;font-weight:600;margin-bottom:15px;line-height:1.3}.view-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 18px;background:#fff;color:#1a202c;border:none;border-radius:25px;font-weight:600;font-size:.875rem;cursor:pointer;transition:all .3s ease}.view-btn:hover{background:#ff5722;color:#fff;transform:translateY(-2px);box-shadow:0 8px 20px #ff572266}.view-btn svg{transition:transform .3s ease;will-change:transform}.view-btn:hover svg{animation:arrowBounce .6s ease infinite}@keyframes arrowBounce{0%,to{transform:translate(0)}25%{transform:translate(3px,-3px)}50%{transform:translate(6px)}75%{transform:translate(3px,3px)}}.card-border{position:absolute;inset:0;border-radius:20px;padding:2px;background:linear-gradient(135deg,#ff5722,#ff8a65,#ff5722);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity .4s ease;z-index:4;pointer-events:none}.card:hover .card-border{opacity:1}.portfolio-footer{position:relative;z-index:1;margin-top:50px;padding-top:40px;border-top:1px solid rgba(0,0,0,.06)}.portfolio-footer p{color:#718096;font-size:1.125rem;margin-bottom:15px}.cta-btn{padding:14px 28px;background:#ff5722;color:#fff;border:none;border-radius:30px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #ff57224d}.cta-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #ff572266}.modal-overlay{position:fixed;inset:0;background:#0f172af2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px;cursor:pointer}.modal-close-btn{position:absolute;top:20px;right:20px;width:44px;height:44px;border-radius:50%;background:#ffffff1a;border:2px solid rgba(255,255,255,.2);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:1001;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.modal-close-btn:hover{background:#fff3;border-color:#fff6}.modal-close-btn svg{width:20px;height:20px}.modal-content{position:relative;max-width:90vw;max-height:90vh;display:flex;flex-direction:column;align-items:center;cursor:default;width:100%}.modal-image-wrapper{position:relative;max-width:100%;max-height:65vh;border-radius:16px;overflow:hidden;box-shadow:0 20px 60px #0006;background:#1a202c}.modal-image-wrapper img{max-width:100%;max-height:65vh;object-fit:contain;display:block}.modal-info{margin-top:20px;text-align:center;color:#fff;max-width:500px}.modal-category{display:inline-block;padding:4px 12px;background:#ff57224d;color:#fff;font-size:.75rem;font-weight:600;letter-spacing:1.2px;text-transform:uppercase;border-radius:15px;margin-bottom:10px;border:1px solid rgba(255,87,34,.4)}.modal-info h3{font-size:1.5rem;font-weight:700;margin-bottom:8px;color:#fff}.modal-info p{font-size:1rem;color:#ffffffb3;margin-bottom:12px;line-height:1.5}@media(min-width:1440px){.portfolio{padding:50px 5%}.grid{grid-template-columns:repeat(4,1fr);gap:25px}.card-image-wrapper{height:240px}.modal-image-wrapper,.modal-image-wrapper img{max-height:70vh}}@media(max-width:1439px)and (min-width:1200px){.portfolio{padding:40px 4%}.grid{grid-template-columns:repeat(3,1fr);gap:20px}}@media(max-width:1199px)and (min-width:992px){.portfolio{padding:35px 3%}.portfolio-header h2{font-size:2.25rem}.portfolio-header p{font-size:1.125rem}.grid{grid-template-columns:repeat(3,1fr);gap:18px}.card-image-wrapper{height:200px}.filters button{padding:8px 18px;font-size:.875rem}.modal-info h3{font-size:1.375rem}}@media(max-width:991px)and (min-width:768px){.portfolio{padding:30px 3%}.portfolio-header h2{font-size:2.25rem}.portfolio-header p{font-size:1.125rem}.section-tag{font-size:.875rem;padding:5px 14px}.grid{grid-template-columns:repeat(2,1fr);gap:18px}.card-image-wrapper{height:220px}.filters{gap:8px;margin-bottom:20px}.filters button{padding:8px 16px;font-size:.875rem}.overlay h3{font-size:1rem}.modal-overlay{padding:15px}.modal-close-btn{top:15px;right:15px;width:40px;height:40px}.modal-info h3{font-size:1.25rem}.modal-info p{font-size:.9375rem}}@media(max-width:767px)and (min-width:480px){.portfolio{padding:25px 3%}.portfolio-header{margin-bottom:20px}.portfolio-header h2{font-size:1.75rem}.portfolio-header p{font-size:1rem}.section-tag{font-size:.75rem;padding:4px 12px;margin-bottom:12px}.header-line:before,.header-line:after{width:30px}.grid{grid-template-columns:1fr;gap:18px;max-width:400px;margin:0 auto}.card-image-wrapper{height:250px}.filters{gap:6px;margin-bottom:20px;padding:0 5px}.filters button{padding:7px 14px;font-size:.8125rem;border-radius:20px}.overlay{opacity:1;background:linear-gradient(to top,rgba(26,32,44,.9) 0%,transparent 60%);padding:20px}.overlay-content{opacity:1;transform:translateY(0)}.category-tag{font-size:.6875rem;padding:3px 10px}.overlay h3{font-size:1rem;margin-bottom:12px}.view-btn{padding:8px 16px;font-size:.8125rem}.portfolio-footer{margin-top:40px;padding-top:30px}.portfolio-footer p{font-size:1rem}.cta-btn{padding:12px 24px;font-size:.875rem}.shape-1{width:150px;height:150px;filter:blur(50px)}.shape-2{width:120px;height:120px;filter:blur(50px)}.shape-3{width:100px;height:100px;filter:blur(50px)}.modal-overlay{padding:10px}.modal-close-btn{top:10px;right:10px;width:36px;height:36px;background:#00000080}.modal-close-btn svg{width:18px;height:18px}.modal-content{max-width:100%;max-height:100%}.modal-image-wrapper{max-height:55vh;border-radius:12px}.modal-image-wrapper img{max-height:55vh}.modal-info{margin-top:15px;padding:0 10px}.modal-info h3{font-size:1.125rem;margin-bottom:6px}.modal-info p{font-size:.875rem;margin-bottom:10px}.modal-category{font-size:.6875rem;padding:3px 10px;margin-bottom:8px}}@media(max-width:479px){.portfolio{padding:20px 2%}.portfolio-header{margin-bottom:18px}.portfolio-header h2{font-size:1.75rem;line-height:1.3}.portfolio-header p{font-size:1rem;line-height:1.5;margin-bottom:15px}.section-tag{font-size:.6875rem;padding:4px 10px;letter-spacing:1px;margin-bottom:10px}.header-line:before,.header-line:after{width:25px;height:1px}.line-accent{width:8px;height:8px}.grid{grid-template-columns:1fr;gap:15px}.card{border-radius:16px}.card-image-wrapper{height:200px}.filters{gap:5px;margin-bottom:18px;padding:0 5px}.filters button{padding:6px 12px;font-size:.75rem;border-radius:18px;border-width:1px}.filters button.active{box-shadow:0 3px 12px #ff57224d}.overlay{opacity:1;background:linear-gradient(to top,rgba(26,32,44,.95) 0%,rgba(26,32,44,.4) 50%,transparent 100%);padding:15px;align-items:flex-end}.overlay-content{opacity:1;transform:translateY(0)}.category-tag{font-size:.625rem;padding:3px 8px;margin-bottom:6px;letter-spacing:.5px}.overlay h3{font-size:.875rem;margin-bottom:10px;font-weight:600}.view-btn{padding:6px 14px;font-size:.75rem;border-radius:18px}.view-btn svg{width:12px;height:12px}.portfolio-footer{margin-top:35px;padding-top:25px}.portfolio-footer p{font-size:.9375rem;margin-bottom:12px}.cta-btn{padding:10px 20px;font-size:.875rem;border-radius:20px;width:100%;max-width:250px}.shape-1{width:120px;height:120px;filter:blur(40px);opacity:.3}.shape-2{width:80px;height:80px;filter:blur(40px);opacity:.3}.shape-3{width:60px;height:60px;filter:blur(40px);opacity:.3}.modal-overlay{padding:8px;background:#0f172afa}.modal-close-btn{top:8px;right:8px;width:32px;height:32px;background:#ffffff26;border:1px solid rgba(255,255,255,.2)}.modal-close-btn svg{width:16px;height:16px}.modal-content{max-width:100%;height:100%;justify-content:center}.modal-image-wrapper{max-height:50vh;border-radius:8px;width:100%}.modal-image-wrapper img{max-height:50vh;width:100%;object-fit:cover}.modal-info{margin-top:12px;padding:0 5px}.modal-info h3{font-size:1rem;margin-bottom:5px}.modal-info p{font-size:.8125rem;line-height:1.4;margin-bottom:8px}.modal-category{font-size:.625rem;padding:2px 8px;margin-bottom:6px;letter-spacing:1px}}@media(max-width:359px){.portfolio-header h2{font-size:1.5rem}.card-image-wrapper{height:180px}.filters button{padding:5px 10px;font-size:.6875rem}.overlay h3{font-size:.8125rem}.modal-image-wrapper,.modal-image-wrapper img{max-height:45vh}.modal-info h3{font-size:.875rem}}@media(max-height:500px)and (orientation:landscape){.portfolio{padding:30px 3%}.portfolio-header{margin-bottom:20px}.portfolio-header h2{font-size:1.5rem}.grid{grid-template-columns:repeat(2,1fr);gap:15px}.card-image-wrapper{height:160px}.modal-overlay{padding:15px}.modal-close-btn{top:10px;right:10px;width:36px;height:36px}.modal-content{flex-direction:row;align-items:center;gap:20px;max-width:95vw}.modal-image-wrapper{max-height:75vh;flex:1}.modal-image-wrapper img{max-height:75vh}.modal-info{margin-top:0;text-align:left;flex:0 0 180px}.modal-info h3{font-size:1.125rem}}@media(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.card img{image-rendering:-webkit-optimize-contrast}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.shape{animation:none!important}.image-skeleton{animation:none;background:#f0f0f0}.view-btn:hover svg{animation:none;transform:translate(3px,-3px)}}@media print{.portfolio{background:#fff;padding:30px 15px}.floating-shapes,.filters,.overlay,.portfolio-footer,.modal-overlay{display:none}.grid{grid-template-columns:repeat(2,1fr);gap:15px}.card{break-inside:avoid;box-shadow:none;border:1px solid #ddd}.card-image-wrapper{height:150px}}.pdf-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000e6;z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px}.pdf-modal-container{width:100%;max-width:1200px;height:90vh;background:#111;border-radius:12px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 30px 60px #00000080}.pdf-modal-header{background:#222;padding:15px 25px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #333}.pdf-title-group{display:flex;align-items:center;gap:12px}.pdf-title-group h3{color:#fff;margin:0;font-size:1.125rem}.pdf-close-btn{background:#ff5722;color:#fff;border:none;padding:8px 20px;border-radius:6px;cursor:pointer;font-weight:600;transition:.3s}.pdf-close-btn:hover{background:#e64a19}.pdf-viewer-body{flex:1;background:#000}.pdf-viewer-body iframe{border:none}.pdf-modal-footer{background:#222;color:#888;padding:10px;text-align:center;font-size:.85rem}.pdf-label-badge{position:absolute;top:15px;right:15px;background:#ff5722;color:#fff;padding:5px 12px;font-size:.75rem;font-weight:700;border-radius:20px;z-index:10;box-shadow:0 4px 10px #0003}.download-btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;background:#ff5722;color:#fff;border:none;border-radius:25px;font-weight:600;font-size:.875rem;cursor:pointer;transition:all .3s ease;margin-top:15px;box-shadow:0 4px 12px #ff57224d}.download-btn:hover{background:#e64a19;transform:translateY(-2px);box-shadow:0 8px 20px #ff572266}.contact-form-overlay{position:fixed;inset:0;background:#0f172af2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:2000;display:flex;align-items:center;justify-content:center;padding:20px;cursor:pointer}.contact-form-container{position:relative;background:#fff;border-radius:20px;padding:40px;max-width:450px;width:100%;box-shadow:0 25px 50px #0000004d;cursor:default}.contact-form-close{position:absolute;top:15px;right:15px;width:36px;height:36px;border-radius:50%;background:#f0f0f0;border:none;color:#666;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.contact-form-close:hover{background:#e0e0e0;color:#333;transform:rotate(90deg)}.contact-form-header{text-align:center;margin-bottom:30px}.contact-form-header h3{font-size:1.5rem;font-weight:700;color:#1a202c;margin-bottom:8px}.contact-form-header p{font-size:.875rem;color:#718096}.contact-form{display:flex;flex-direction:column;gap:20px}.form-group1{display:flex;flex-direction:column;gap:6px}.form-group1 label{font-size:.875rem;font-weight:600;color:#4a5568}.form-group1 input{padding:12px 16px;border:2px solid #e2e8f0;border-radius:12px;font-size:.9375rem;transition:all .3s ease;background:#fafbfc}.form-group1 input:focus{outline:none;border-color:#ff5722;background:#fff;box-shadow:0 0 0 3px #ff57221a}.form-group1 input.error{border-color:#e53e3e;background:#fff5f5}.error-message{font-size:.75rem;color:#e53e3e;font-weight:500}.submit-btn{padding:14px 28px;background:linear-gradient(135deg,#ff5722,#ff8a65);color:#fff;border:none;border-radius:12px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;margin-top:10px;box-shadow:0 4px 15px #ff57224d}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #ff572266}.submit-btn:active{transform:translateY(0)}.download-success{text-align:center;padding:20px}.success-icon{width:60px;height:60px;background:linear-gradient(135deg,#48bb78,#38a169);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:30px;font-weight:700;margin:0 auto 20px;box-shadow:0 4px 15px #48bb7866}.download-success h3{font-size:1.25rem;color:#1a202c;font-weight:600}@media(max-width:767px){.contact-form-container{padding:30px 20px;margin:10px}.contact-form-header h3{font-size:1.25rem}.form-group1 input{padding:10px 14px;font-size:16px}.submit-btn{padding:12px 24px;font-size:.9375rem}}@media(max-width:479px){.contact-form-overlay{padding:10px}.contact-form-container{padding:25px 18px;border-radius:16px}.contact-form-header{margin-bottom:20px}.contact-form-header h3{font-size:1.125rem}.contact-form-header p{font-size:.8125rem}.success-icon{width:50px;height:50px;font-size:24px}.download-success h3{font-size:1rem}}.otherservice-section{padding:20px 8%;text-align:center;font-family:Inter,sans-serif;background:linear-gradient(135deg,#fafafa,#f5f5f5);min-height:100vh}.otherservice-header h2{font-size:48px;font-weight:700;margin-bottom:15px;background:linear-gradient(90deg,#ff5722,#ff8a65);background-clip:text;-webkit-background-clip:text;color:transparent;-webkit-text-fill-color:transparent;animation:fadeInUp .8s ease-out}.otherservice-header p{max-width:650px;margin:0 auto 50px;font-size:18px;color:#555;line-height:1.6;animation:fadeInUp .8s ease-out .2s both}.otherservice-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;perspective:1000px}.otherservice-card{background:#fff;padding:35px 25px;border-radius:18px;box-shadow:0 15px 35px #00000014;transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden;border:1px solid rgba(255,87,34,.1);transform-style:preserve-3d;animation:fadeInUp .8s ease-out both}.otherservice-card:nth-child(1){animation-delay:.1s}.otherservice-card:nth-child(2){animation-delay:.2s}.otherservice-card:nth-child(3){animation-delay:.3s}.otherservice-card:nth-child(4){animation-delay:.4s}.otherservice-card:nth-child(5){animation-delay:.5s}.otherservice-card:nth-child(6){animation-delay:.6s}.otherservice-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at center,rgba(255,87,34,.1) 0%,transparent 70%);opacity:0;transition:opacity .4s ease;z-index:0}.otherservice-card:hover{transform:translateY(-12px) rotateX(5deg);box-shadow:0 25px 50px #ff572226,0 10px 20px #0000001a;border-color:#ff57224d}.otherservice-card:hover:before{opacity:1}.card-icon{width:65px;height:65px;margin:0 auto 20px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:linear-gradient(135deg,#ff5722,#ff8a65);color:#fff;position:relative;z-index:1;transition:all .4s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 5px 15px #ff57224d}.otherservice-card:hover .card-icon{transform:scale(1.1) translateY(-5px);box-shadow:0 10px 25px #ff572266;background:linear-gradient(135deg,#ff6b35,#ff5722)}.otherservice-card h3{font-size:20px;margin-bottom:15px;font-weight:600;color:#222;position:relative;z-index:1;transition:color .3s ease}.otherservice-card p{font-size:15px;color:#666;line-height:1.6;margin-bottom:25px;position:relative;z-index:1;transition:color .3s ease}.otherservice-card:hover h3{color:#ff5722}.otherservice-btn{padding:12px 28px;border-radius:999px;border:none;cursor:pointer;font-weight:600;color:#fff;background:linear-gradient(90deg,#ff5722,#ff7043);transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative;z-index:1;overflow:hidden;box-shadow:0 5px 15px #ff57224d;text-transform:uppercase;letter-spacing:.5px;font-size:14px}.otherservice-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:left .5s ease}.otherservice-btn:hover{transform:scale(1.05) translateY(-2px);box-shadow:0 10px 25px #ff572266;background:linear-gradient(90deg,#ff6b35,#ff5722)}.otherservice-btn:hover:before{left:100%}.otherservice-btn:active{transform:scale(.98)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:992px){.otherservice-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.otherservice-grid{grid-template-columns:1fr}.otherservice-section{padding:60px 5%}.otherservice-header h2{font-size:26px}.otherservice-card{padding:30px 20px}}
