@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap);*{box-sizing:border-box;margin:0;padding:0}:root{--primary-blue:#2563eb;--primary-dark:#1e40af;--primary-light:#3b82f6;--accent-purple:#8b5cf6;--accent-indigo:#6366f1;--background-light:#f8fafc;--background-purple:#e8e4f4;--background-purple-light:#f0eef8;--text-dark:#1e293b;--text-gray:#64748b;--text-light:#94a3b8;--white:#fff;--border-light:#e2e8f0;--gradient-blue:linear-gradient(135deg,#2563eb,#1e40af);--gradient-purple:linear-gradient(135deg,#8b5cf6,#6366f1)}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8fafc;background-color:var(--background-light);color:#1e293b;color:var(--text-dark);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;overflow-x:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}a{color:inherit;text-decoration:none}button{border:none;cursor:pointer;font-family:inherit;outline:none}ul{list-style:none}.card-icon i,.category-icon i,.info-icon i,.resource-icon i,.response-icon i,.sector-icon i,.service-icon i,.tab-icon i,.value-icon i,.why-icon i{font-size:1.5rem}.testimonial-rating i{color:#fbbf24;font-size:1rem;margin-right:.2rem}.hero-badge i{margin-right:.5rem}.container,.section-container{margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem;width:100%}@media (min-width:1440px){.container,.section-container{max-width:1400px;padding-left:2rem;padding-right:2rem}}@media (min-width:1200px) and (max-width:1439px){.container,.section-container{max-width:1200px;padding-left:2rem;padding-right:2rem}}@media (min-width:1024px) and (max-width:1199px){.container,.section-container{max-width:1024px;padding-left:1.5rem;padding-right:1.5rem}}@media (min-width:768px) and (max-width:1023px){.container,.section-container{max-width:768px;padding-left:1.5rem;padding-right:1.5rem}html{font-size:15px}}@media (min-width:576px) and (max-width:767px){.container,.section-container{max-width:100%;padding-left:1.25rem;padding-right:1.25rem}html{font-size:14px}}@media (max-width:575px){.container,.section-container{max-width:100%;padding-left:1rem;padding-right:1rem}html{font-size:14px}}@media (max-width:360px){.container,.section-container{padding-left:.75rem;padding-right:.75rem}html{font-size:13px}}@media (max-width:768px){h1{font-size:2rem!important}h2{font-size:1.6rem!important}h3{font-size:1.3rem!important}}@media (max-width:480px){h1{font-size:1.75rem!important}h2{font-size:1.4rem!important}h3{font-size:1.15rem!important}}img{display:block;height:auto;max-width:100%}@media (max-width:768px){a,button,input,select,textarea{min-height:44px}.btn{padding:.9rem 1.5rem}}.App{min-height:100vh}main{width:100%}.navbar{background-color:initial;left:0;padding:1rem 2rem;position:fixed;right:0;top:0;transition:all .4s cubic-bezier(.4,0,.2,1);z-index:1000}.navbar.scrolled{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background-color:#fffffff2;box-shadow:0 4px 30px #00000014;padding:.8rem 2rem}.navbar-container{justify-content:space-between;margin:0 auto;max-width:1400px}.navbar-container,.navbar-logo{align-items:center;display:flex}.navbar-logo{color:var(--text-dark);font-size:1.5rem;font-weight:700;gap:.5rem;z-index:1001}.navbar-logo img{height:36px;width:auto}.navbar-menu{gap:2rem}.navbar-links,.navbar-menu{align-items:center;display:flex}.navbar-links{gap:1.8rem}.navbar-links a{color:var(--text-gray);font-size:.95rem;font-weight:500;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.navbar-links a:after{background:linear-gradient(135deg,var(--primary-blue),var(--accent-purple));border-radius:2px;bottom:-4px;content:"";height:2px;left:0;position:absolute;transition:width .3s cubic-bezier(.4,0,.2,1);width:0}.navbar-links a.active,.navbar-links a:hover{color:var(--primary-blue)}.navbar-links a.active:after,.navbar-links a:hover:after{width:100%}.navbar-cta{background:linear-gradient(135deg,var(--primary-blue),#1974a1);border-radius:10px;box-shadow:0 4px 15px #2563eb40;color:var(--white)!important;font-size:.9rem;font-weight:600;padding:.7rem 1.5rem;transition:all .4s cubic-bezier(.4,0,.2,1)}.navbar-cta:after{display:none!important}.navbar-cta:hover{box-shadow:0 8px 25px #1974a166;transform:translateY(-3px)}.navbar-toggle{align-items:center;background:#0000;border:none;border-radius:12px;cursor:pointer;display:none;flex-direction:column;height:44px;justify-content:center;transition:all .3s cubic-bezier(.4,0,.2,1);width:44px;z-index:1001}.navbar-toggle:hover{background:#2563eb14}.hamburger{position:relative}.hamburger,.hamburger:after,.hamburger:before{background-color:var(--text-dark);border-radius:2px;height:2px;transition:all .4s cubic-bezier(.68,-.6,.32,1.6);width:22px}.hamburger:after,.hamburger:before{content:"";position:absolute}.hamburger:before{left:auto;right:0;top:-7px;width:16px}.hamburger:after{left:auto;right:0;top:7px;width:12px}.hamburger.active{background-color:initial}.hamburger.active:before{background:var(--primary-blue);top:0;transform:rotate(45deg);width:22px}.hamburger.active:after{background:var(--primary-blue);top:0;transform:rotate(-45deg);width:22px}@media (max-width:968px){.navbar{padding:1rem 1.5rem}.navbar.scrolled{padding:.8rem 1.5rem}.navbar-toggle{display:flex;margin-right:.5rem}.navbar-menu{align-items:center;background:#fff;background-image:linear-gradient(135deg,#fff,#f8fafc 50%,#f0eef8);flex-direction:column;gap:0;height:100%;justify-content:center;opacity:0;padding:2rem;position:fixed;transition:opacity .4s ease,visibility .4s ease;visibility:hidden;width:100%;z-index:999}.navbar-menu,.navbar-menu:before{bottom:0;left:0;pointer-events:none;right:0;top:0}.navbar-menu:before{background:radial-gradient(circle at 20% 20%,#2563eb0f 0,#0000 50%),radial-gradient(circle at 80% 80%,#8b5cf60f 0,#0000 50%);content:"";position:absolute;z-index:-1}.navbar-menu.active{opacity:1;pointer-events:auto;visibility:visible}.navbar-links{flex-direction:column;gap:0;max-width:320px;width:100%}.navbar-links li{opacity:0;transform:translateY(30px);transition:all .4s cubic-bezier(.4,0,.2,1);width:100%}.navbar-menu.active .navbar-links li{opacity:1;transform:translateY(0)}.navbar-menu.active .navbar-links li:first-child{transition-delay:.1s}.navbar-menu.active .navbar-links li:nth-child(2){transition-delay:.15s}.navbar-menu.active .navbar-links li:nth-child(3){transition-delay:.2s}.navbar-menu.active .navbar-links li:nth-child(4){transition-delay:.25s}.navbar-menu.active .navbar-links li:nth-child(5){transition-delay:.3s}.navbar-menu.active .navbar-links li:nth-child(6){transition-delay:.35s}.navbar-menu.active .navbar-links li:nth-child(7){transition-delay:.4s}.navbar-links a{border-radius:16px;color:var(--text-dark);display:block;font-size:1.4rem;font-weight:600;overflow:hidden;padding:1rem 1.5rem;position:relative;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1)}.navbar-links a:before{background:linear-gradient(135deg,#2563eb1a,#8b5cf61a);border-radius:16px;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.navbar-links a:after{display:none}.navbar-links a.active:before,.navbar-links a:hover:before{opacity:1}.navbar-links a.active,.navbar-links a:hover{color:var(--primary-blue);transform:scale(1.02)}.navbar-cta{border-radius:14px;font-size:1.1rem;margin-top:2rem;opacity:0;padding:1rem 3rem;transform:translateY(30px);transition:all .4s cubic-bezier(.4,0,.2,1);transition-delay:0s}.navbar-menu.active .navbar-cta{opacity:1;transform:translateY(0);transition-delay:.45s}.navbar-cta:hover{transform:translateY(-3px) scale(1.02)}}@media (max-width:480px){.navbar{padding:.8rem 1rem}.navbar.scrolled{padding:.6rem 1rem}.navbar-logo span{font-size:1.2rem}.navbar-logo img{height:28px}.navbar-toggle{height:40px;width:40px}.hamburger,.hamburger:after,.hamburger:before{width:20px}.hamburger:before{top:-6px;width:14px}.hamburger:after{top:6px;width:10px}.navbar-links a{font-size:1.15rem;padding:.8rem 1rem}.navbar-cta{font-size:.95rem;padding:.85rem 2rem}}@media (max-width:360px){.navbar{padding:.7rem .75rem}.navbar-logo span{font-size:1.1rem}.navbar-logo img{height:26px}.navbar-links a{font-size:1.1rem;padding:.7rem .8rem}.navbar-cta{font-size:.9rem;padding:.8rem 1.8rem}}@keyframes logoGlow{0%,to{filter:drop-shadow(0 0 0 transparent)}50%{filter:drop-shadow(0 0 8px rgba(37,99,235,.3))}}.navbar.scrolled .navbar-logo img{animation:logoGlow 3s ease-in-out infinite}.footer{background:var(--text-dark);color:var(--white)}.footer-main{padding:4rem 2rem 3rem}.footer-container{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:2fr 1fr 1fr 1fr 1.5fr;margin:0 auto;max-width:1200px}.footer-logo{align-items:center;color:var(--white);display:flex;font-size:1.4rem;font-weight:700;gap:.5rem;margin-bottom:1rem}.footer-logo img{filter:brightness(0) invert(1);height:32px;width:auto}.footer-description{color:#ffffffb3;font-size:.9rem;line-height:1.6;margin-bottom:1.5rem}.footer-social{display:flex;gap:.8rem}.footer-social a{align-items:center;background:#ffffff1a;border-radius:8px;color:var(--white);display:flex;font-size:1.1rem;height:40px;justify-content:center;transition:all .3s ease;width:40px}.footer-social a svg{height:18px;width:18px}.footer-social a:hover{background:var(--primary-blue);transform:translateY(-3px)}.footer-contact h4,.footer-links-section h4{color:var(--white);font-size:1rem;font-weight:600;margin-bottom:1.2rem}.footer-links-section ul{display:flex;flex-direction:column;gap:.8rem}.footer-links-section a{color:#ffffffb3;font-size:.9rem;transition:all .3s ease}.footer-links-section a:hover{color:var(--white);padding-left:5px}.footer-contact p{color:#ffffffb3;font-size:.9rem;margin-bottom:.6rem}.footer-contact p a{align-items:center;color:#ffffffb3;display:flex;gap:.5rem;transition:all .3s ease}.footer-contact p a:hover{color:var(--white)}.footer-contact address i,.footer-contact p i{color:var(--primary-blue)}.footer-contact address{align-items:center;color:#ffffffb3;display:flex;font-size:.9rem;font-style:normal;gap:.5rem;margin-bottom:.6rem}.footer-contact p strong,.footer-cta-btn{color:var(--white)}.footer-cta-btn{background:var(--primary-blue);border-radius:8px;display:inline-block;font-size:.9rem;font-weight:500;margin-top:1rem;padding:.7rem 1.5rem;transition:all .3s ease}.footer-cta-btn:hover{background:var(--primary-light);transform:translateY(-2px)}.footer-bottom{border-top:1px solid #ffffff1a;padding:1.5rem 2rem}.footer-bottom-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px}.footer-bottom p{color:#ffffff80;font-size:.85rem}.footer-legal{display:flex;gap:2rem}.footer-legal a{color:#ffffff80;font-size:.85rem;transition:color .3s ease}.footer-legal a:hover{color:var(--white)}@media (min-width:1440px){.footer-container{max-width:1400px}}@media (max-width:1024px){.footer-container{gap:2.5rem;grid-template-columns:repeat(2,1fr)}.footer-brand{grid-column:span 2}}@media (max-width:768px){.footer-main{padding:3rem 1.5rem 2rem}.footer-container{gap:2rem;grid-template-columns:1fr 1fr}.footer-brand{grid-column:span 2;text-align:center}.footer-logo{justify-content:center}.footer-description{margin:0 auto 1.5rem;max-width:400px}.footer-social{justify-content:center}.footer-contact,.footer-links-section{text-align:left}.footer-bottom-container{flex-direction:column;gap:1rem;text-align:center}.footer-legal{gap:1.5rem}}@media (max-width:576px){.footer-main{padding:2.5rem 1rem 1.5rem}.footer-container{gap:2rem;grid-template-columns:1fr;text-align:center}.footer-brand{grid-column:span 1}.footer-contact,.footer-links-section{text-align:center}.footer-contact h4,.footer-links-section h4{font-size:.95rem}.footer-contact address,.footer-contact p,.footer-links-section a{font-size:.85rem}.footer-contact address,.footer-contact p a{justify-content:center}.footer-social a{font-size:1rem;height:38px;width:38px}.footer-cta-btn{font-size:.85rem;padding:.6rem 1.3rem}.footer-bottom{padding:1.2rem 1rem}.footer-bottom p{font-size:.8rem}.footer-legal{flex-direction:row;flex-wrap:wrap;gap:1rem;justify-content:center}.footer-legal a{font-size:.8rem}}@media (max-width:480px){.footer-logo{font-size:1.2rem}.footer-logo img{height:28px}.footer-description{font-size:.85rem}.footer-social{gap:.6rem}.footer-social a{font-size:.95rem;height:36px;width:36px}.footer-legal{gap:.8rem}}@media (max-width:360px){.footer-main{padding:2rem .75rem 1.2rem}.footer-logo{font-size:1.1rem}.footer-logo img{height:26px}.footer-description{font-size:.8rem}.footer-contact h4,.footer-links-section h4{font-size:.9rem}.footer-contact p,.footer-links-section a{font-size:.8rem}.footer-legal a{font-size:.75rem}}.hero{align-items:center;background:linear-gradient(135deg,#f8fafc,#eef2ff 50%,#e0e7ff);display:flex;min-height:100vh;overflow:hidden;padding:120px 2rem 4rem;position:relative}.hero-background{bottom:0;left:0;overflow:hidden;pointer-events:none;position:absolute;right:0;top:0}.hero-shape{border-radius:50%;opacity:.5;position:absolute}.shape-1{background:radial-gradient(circle,#6366f126 0,#0000 70%);height:600px;right:-100px;top:-200px;width:600px}.shape-2{background:radial-gradient(circle,#2563eb1a 0,#0000 70%);bottom:-100px;height:400px;left:-100px;width:400px}.shape-3{background:radial-gradient(circle,#8b5cf61a 0,#0000 70%);height:300px;left:30%;top:40%;width:300px}.floating-element{animation:float 6s ease-in-out infinite;color:#c4b5fd;font-size:2rem;opacity:.6;position:absolute}.float-1{animation-delay:0s;left:8%;top:20%}.float-2{animation-delay:2s;right:15%;top:60%}.float-3{animation-delay:4s;bottom:25%;font-size:1.5rem;left:20%}.hero-container{grid-gap:2rem;align-items:center;display:grid;gap:2rem;grid-template-columns:1fr 1.2fr;margin:0 auto;max-width:1400px;position:relative;z-index:1}.hero-badge{background:#2563eb1a;border-radius:25px;color:var(--primary-blue);display:inline-block;font-weight:500;padding:.5rem 1rem}.hero-content h1{color:var(--text-dark);font-size:2.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem}.gradient-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#2563eb,#7c3aed);-webkit-background-clip:text;background-clip:text}.hero-subtitle{color:var(--text-gray);font-size:1.15rem;line-height:1.7;margin-bottom:2rem;max-width:600px}.hero-cta{display:flex;gap:1rem;margin-bottom:3rem}.btn{align-items:center;border-radius:10px;display:inline-flex;font-size:1rem;font-weight:600;gap:.5rem;padding:.9rem 1.8rem;text-decoration:none;transition:all .3s ease}.btn svg{height:18px;width:18px}.btn-primary{background:var(--primary-blue);color:var(--white)}.btn-primary:hover{background:var(--primary-dark);box-shadow:0 10px 30px #2563eb4d;transform:translateY(-2px)}.btn-secondary{background:var(--white);border:2px solid var(--border-light);color:var(--text-dark)}.btn-secondary:hover{border-color:var(--primary-blue);color:var(--primary-blue)}.btn-outline{background:#0000;border:2px solid var(--primary-blue);color:var(--primary-blue)}.btn-outline:hover{background:var(--primary-blue);color:var(--white)}.btn-white{background:var(--white);color:var(--primary-blue)}.btn-white:hover{background:#f1f5f9;transform:translateY(-2px)}.btn-outline-white{background:#0000;border:2px solid #ffffff80;color:var(--white)}.btn-outline-white:hover{background:#ffffff1a;border-color:var(--white)}.hero-stats{display:flex;gap:3rem}.stat{display:flex;flex-direction:column}.stat-number{color:var(--primary-blue);font-size:2rem;font-weight:800}.stat-label{color:var(--text-gray);font-size:.85rem}.hero-visual{flex:1 1;justify-content:flex-end;margin-right:-50px;min-height:500px}.hero-visual,.hero-visual>div{align-items:center;display:flex}.hero-visual>div{height:100%;justify-content:center;width:100%}.hero-illustration{position:relative;width:100%}.hero-gif{border-radius:16px;height:auto;object-fit:contain;width:100%}.illustration-screen{background:var(--text-dark);border-radius:16px;box-shadow:0 25px 50px -12px #00000040;padding:1rem}.screen-header{display:flex;gap:6px;margin-bottom:1rem}.screen-header span{background:#64748b;border-radius:50%;height:10px;width:10px}.screen-header span:first-child{background:#ef4444}.screen-header span:nth-child(2){background:#eab308}.screen-header span:nth-child(3){background:#22c55e}.screen-content{min-height:200px;padding:1rem}.code-line{background:linear-gradient(90deg,#3b82f6,#8b5cf6);border-radius:4px;height:12px;margin-bottom:.8rem;opacity:.8}.code-line.short{width:60%}.code-line.medium{width:80%}.illustration-card{align-items:center;animation:floatCard 4s ease-in-out infinite;background:var(--white);border-radius:12px;box-shadow:0 10px 40px #0000001a;display:flex;gap:.5rem;padding:1rem 1.2rem;position:absolute}.card-1{animation-delay:0s;right:-20px;top:10%}.card-2{animation-delay:2s;bottom:15%;left:-30px}@keyframes floatCard{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.illustration-card span{color:var(--text-dark);font-size:.85rem;font-weight:600}.scroll-indicator{align-items:center;animation:bounce 2s infinite;background:var(--white);border-radius:50%;bottom:2rem;box-shadow:0 4px 20px #0000001a;color:var(--text-dark);display:flex;height:50px;justify-content:center;left:50%;position:absolute;transform:translateX(-50%);width:50px}.scroll-indicator svg{height:24px;width:24px}@keyframes bounce{0%,to{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(10px)}}.section-container{margin:0 auto;max-width:1200px;padding:0 2rem}.section-header{margin-bottom:4rem;text-align:center}.section-badge{background:#2563eb1a;border-radius:20px;color:var(--primary-blue);display:inline-block;font-size:.85rem;font-weight:600;margin-bottom:1rem;padding:.4rem 1rem}.section-header h2{color:var(--text-dark);font-size:2.5rem;font-weight:800;margin-bottom:1rem}.section-header p{color:var(--text-gray);font-size:1.1rem;margin:0 auto;max-width:600px}.services-section{background:var(--white);padding:6rem 0}.services-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(4,1fr)}.service-card{background:var(--background-light);border:2px solid #0000;border-radius:16px;padding:2rem;text-align:center;text-decoration:none;transition:all .3s ease}.service-card:hover{background:var(--white);border-color:var(--primary-blue);box-shadow:0 20px 40px #2563eb1a;transform:translateY(-5px)}.service-icon{font-size:3rem;margin-bottom:1rem}.service-card h3{color:var(--text-dark);font-size:1.2rem;font-weight:700;margin-bottom:.8rem}.service-card p{color:var(--text-gray);font-size:.9rem;line-height:1.6;margin-bottom:1rem}.service-link{align-items:center;color:var(--primary-blue);display:inline-flex;font-size:.9rem;font-weight:600;gap:.3rem}.service-link svg{height:16px;transition:transform .3s ease;width:16px}.service-card:hover .service-link svg{transform:translateX(5px)}.why-section{background:linear-gradient(135deg,#eef2ff,#e0e7ff);padding:6rem 0}.why-content{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:1fr 1.5fr}.why-header{position:-webkit-sticky;position:sticky;top:120px}.why-header h2{color:var(--text-dark);font-size:2.2rem;font-weight:800;line-height:1.2;margin-bottom:1rem}.why-header p{color:var(--text-gray);font-size:1rem;line-height:1.7;margin-bottom:1.5rem}.why-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr)}.why-card{background:var(--white);border-radius:16px;padding:1.8rem;transition:all .3s ease}.why-card:hover{box-shadow:0 15px 40px #00000014;transform:translateY(-5px)}.why-icon{font-size:2rem;margin-bottom:1rem}.why-card h4{color:var(--text-dark);font-size:1.1rem;font-weight:700;margin-bottom:.5rem}.why-card p{color:var(--text-gray);font-size:.9rem;line-height:1.6}.testimonials-section{background:var(--white);padding:6rem 0}.testimonials-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}.testimonial-card{background:var(--background-light);border-radius:16px;padding:2rem;transition:all .3s ease}.testimonial-card:hover{box-shadow:0 15px 40px #00000014;transform:translateY(-5px)}.testimonial-rating{margin-bottom:1rem}.testimonial-text{color:var(--text-dark);font-size:1rem;font-style:italic;line-height:1.7;margin-bottom:1.5rem}.testimonial-author{align-items:center;display:flex;gap:1rem}.author-avatar{align-items:center;background:var(--primary-blue);border-radius:50%;color:var(--white);display:flex;font-size:1.2rem;font-weight:700;height:48px;justify-content:center;width:48px}.author-info{display:flex;flex-direction:column}.author-info strong{color:var(--text-dark);font-size:.95rem}.author-info span{color:var(--text-gray);font-size:.85rem}.projects-section{background:var(--background-light);padding:6rem 0}.projects-preview{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr);margin-bottom:3rem}.project-card{background:var(--white);border-radius:16px}.project-image{background:linear-gradient(135deg,#f8fafc,#f1f5f9)}.project-lottie{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.project-lottie dotlottie-wc{height:100%!important;max-height:200px;max-width:250px;width:100%!important}.project-gif{height:100%;object-fit:cover;width:100%}.project-info{padding:1.5rem}.project-category{font-size:.8rem;letter-spacing:.5px}.project-info h4{color:var(--text-dark);font-size:1.1rem;font-weight:700;margin-top:.3rem}.projects-cta{text-align:center}.cta-section{background:var(--background-light);border-top:1px solid #0000000f;padding:5rem 2rem}.cta-container{margin:0 auto;max-width:600px;text-align:center}.cta-content h2{color:var(--text-dark);font-size:2rem;font-weight:700;margin-bottom:1rem}.cta-content p{color:var(--text-gray);font-size:1.05rem;line-height:1.7;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:600px}.cta-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.cta-section .btn-white{background:var(--primary-blue);color:var(--white)}.cta-section .btn-white:hover{background:#1d4ed8;transform:translateY(-2px)}.cta-section .btn-outline-white{background:#0000;border:2px solid var(--text-dark);color:var(--text-dark)}.cta-section .btn-outline-white:hover{background:var(--text-dark);color:var(--white)}@media (min-width:1440px){.hero-container{gap:4rem;max-width:1500px}.hero-content h1{font-size:3.2rem}.hero-subtitle{font-size:1.25rem}.services-grid{gap:2rem}.section-header h2{font-size:3rem}}@media (min-width:1200px) and (max-width:1439px){.hero-content h1{font-size:2.8rem}}@media (max-width:1024px){.hero-container{gap:2rem;grid-template-columns:1fr;text-align:center}.hero-content h1{font-size:2.5rem}.hero-subtitle{margin-left:auto;margin-right:auto;max-width:100%}.hero-cta,.hero-stats,.hero-visual{justify-content:center}.hero-visual{margin-right:0;min-height:auto}.hero-visual>div{justify-content:center}.hero-visual dotlottie-wc{height:500px!important;width:500px!important}.services-grid{grid-template-columns:repeat(2,1fr)}.why-content{grid-template-columns:1fr}.why-header{position:static;text-align:center}.projects-preview,.testimonials-grid{grid-template-columns:repeat(2,1fr)}.seo-grid{gap:1.5rem;grid-template-columns:1fr}}@media (max-width:768px){.hero{min-height:auto;padding:100px 1.5rem 3rem}.hero-container{display:flex;flex-direction:column;gap:1.5rem}.hero-content{display:contents}.hero-title-wrapper{order:1}.hero-visual{margin-bottom:1rem;margin-top:1rem;order:2}.hero-text-wrapper{order:3}.hero-content h1{font-size:2rem}.hero-content h1 br{display:none}.hero-subtitle{font-size:1rem}.hero-visual dotlottie-wc{height:320px!important;width:320px!important}.hero-cta{align-items:center;flex-direction:column;gap:.8rem}.btn{font-size:.95rem;max-width:280px;padding:.85rem 1.5rem;width:100%}.btn,.hero-stats{justify-content:center}.hero-stats{flex-direction:row;flex-wrap:wrap;gap:1.5rem}.stat{flex:0 0 auto}.stat-number{font-size:1.6rem}.stat-label{font-size:.8rem}.scroll-indicator{display:none}.projects-preview,.services-grid,.testimonials-grid,.why-grid{gap:1.2rem;grid-template-columns:1fr}.section-header h2{font-size:1.8rem}.section-header p{font-size:1rem}.project-card,.service-card,.testimonial-card,.why-card{padding:1.5rem}.service-icon,.why-icon{font-size:2.2rem;margin-bottom:.8rem}.cta-content h2{font-size:1.6rem}.cta-content p{font-size:.95rem}.cta-buttons{align-items:center;flex-direction:column;gap:.8rem}.cta-section{padding:4rem 1.5rem}.projects-section,.seo-content-section,.services-section,.testimonials-section,.why-section{padding:4rem 0}.section-header{margin-bottom:2.5rem}}@media (max-width:576px){.hero{padding:90px 1rem 2.5rem}.hero-content h1{font-size:1.75rem;line-height:1.2}.hero-subtitle{font-size:.95rem}.hero-badge{font-size:.8rem;padding:.4rem .9rem}.hero-visual dotlottie-wc{height:280px!important;width:280px!important}.hero-stats{gap:1.2rem}.stat-number{font-size:1.4rem}.btn{font-size:.9rem;max-width:260px;padding:.8rem 1.3rem}.section-badge{font-size:.75rem;padding:.35rem .9rem}.section-header h2{font-size:1.6rem}.section-header p{font-size:.9rem}.service-card,.testimonial-card,.why-card{border-radius:14px;padding:1.3rem}.service-card h3,.why-card h4{font-size:1rem}.service-card p,.why-card p{font-size:.85rem}}@media (max-width:480px){.hero-content h1{font-size:1.6rem}.hero-visual dotlottie-wc{height:250px!important;width:250px!important}.section-header h2,.why-header h2{font-size:1.5rem}.seo-grid{grid-template-columns:1fr}.cta-content h2{font-size:1.4rem}.cta-content p{font-size:.9rem}.floating-element{display:none}}@media (max-width:360px){.hero{padding:85px .75rem 2rem}.hero-content h1{font-size:1.45rem}.hero-subtitle{font-size:.9rem}.hero-visual dotlottie-wc{height:220px!important;width:220px!important}.btn{font-size:.85rem;max-width:240px;padding:.75rem 1.2rem}.stat-number{font-size:1.3rem}.stat-label{font-size:.75rem}.service-card,.testimonial-card,.why-card{border-radius:12px;padding:1.1rem}.section-header h2{font-size:1.35rem}}.seo-content-section{background:var(--white);padding:5rem 0}.seo-content h2{color:var(--text-dark);font-size:2.2rem;font-weight:800;margin-bottom:3rem;text-align:center}.seo-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr);margin-bottom:3rem}.seo-article{background:var(--background-light);border-radius:16px;padding:2rem}.seo-article h3{align-items:center;color:var(--text-dark);display:flex;font-size:1.2rem;font-weight:700;gap:.8rem;margin-bottom:1rem}.seo-article h3 i{color:var(--primary-blue);font-size:1.3rem}.seo-article p{color:var(--text-gray);font-size:.95rem;line-height:1.8}.seo-article p strong{color:var(--text-dark)}.seo-keywords{background:linear-gradient(135deg,#f0f9ff,#e0e7ff);border-radius:20px;padding:2rem;text-align:center}.seo-keywords h4{color:var(--text-dark);font-size:1.1rem;font-weight:700;margin-bottom:1.5rem}.keywords-cloud{display:flex;flex-wrap:wrap;gap:.8rem;justify-content:center}.keywords-cloud span{background:var(--white);border-radius:20px;color:var(--text-gray);font-size:.85rem;font-weight:500;padding:.5rem 1rem;transition:all .3s ease}.keywords-cloud span:hover{background:var(--primary-blue);color:var(--white);transform:translateY(-2px)}@media (max-width:768px){.seo-grid{grid-template-columns:1fr}.seo-content h2{font-size:1.8rem}}.about-page{padding-top:80px}.about-hero{background:linear-gradient(135deg,#f8fafc,#eef2ff);padding:6rem 2rem;text-align:center}.about-hero-container{margin:0 auto;max-width:800px}.page-badge{background:#2563eb1a;border-radius:25px;color:var(--primary-blue);display:inline-block;font-size:.9rem;font-weight:500;margin-bottom:1.5rem;padding:.5rem 1rem}.about-hero h1{color:var(--text-dark);font-size:3rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.about-hero p{color:var(--text-gray);font-size:1.2rem;line-height:1.7;margin:0 auto;max-width:600px}.story-section{background:var(--white);padding:6rem 0}.story-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1.5fr}.story-image{position:relative}.story-animation,.story-image{align-items:center;display:flex;justify-content:center}.story-animation dotlottie-wc{height:500px!important;width:500px!important}.image-placeholder{align-items:center;aspect-ratio:1;background:linear-gradient(135deg,#e0e7ff,#c7d2fe);border-radius:20px;display:flex;font-size:6rem;justify-content:center}.story-text h2{color:var(--text-dark);font-size:2.2rem;font-weight:800;margin-bottom:1.5rem;margin-top:.5rem}.story-text p{color:var(--text-gray);font-size:1rem;line-height:1.8;margin-bottom:1rem}.values-section{background:var(--background-light);padding:6rem 0}.values-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(4,1fr)}.value-card{background:var(--white);border-radius:16px;padding:2rem;text-align:center;transition:all .3s ease}.value-card:hover{box-shadow:0 15px 40px #00000014;transform:translateY(-5px)}.value-icon{font-size:2.5rem;margin-bottom:1rem}.value-card h3{color:var(--text-dark);font-size:1.1rem;font-weight:700;margin-bottom:.8rem}.value-card p{color:var(--text-gray);font-size:.9rem;line-height:1.6}.methodology-section{background:var(--white);padding:6rem 0}.methodology-timeline{margin:0 auto;max-width:800px;position:relative}.methodology-timeline:before{background:linear-gradient(180deg,var(--primary-blue) 0,var(--accent-purple) 100%);bottom:0;content:"";left:30px;position:absolute;top:0;width:2px}.methodology-item{display:flex;gap:2rem;margin-bottom:2.5rem;position:relative}.methodology-number{align-items:center;background:var(--primary-blue);border-radius:50%;color:var(--white);display:flex;flex-shrink:0;font-size:1.2rem;font-weight:700;height:60px;justify-content:center;position:relative;width:60px;z-index:1}.methodology-content{background:var(--background-light);border-radius:16px;flex:1 1;padding:1.5rem 2rem}.methodology-content h3{color:var(--text-dark);font-size:1.2rem;font-weight:700;margin-bottom:.5rem}.methodology-content p{color:var(--text-gray);font-size:.95rem;line-height:1.6}.methodology-cta{margin-top:3rem;text-align:center}.techstack-section{background:linear-gradient(135deg,#1e293b,#0f172a);color:var(--white);padding:6rem 0}.techstack-section .section-badge{background:#ffffff1a;color:var(--white)}.techstack-section .section-header h2{color:var(--white)}.techstack-section .section-header p{color:#ffffffb3}.techstack-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}.tech-category{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;padding:1.5rem}.tech-category h4{color:var(--white);font-size:1rem;font-weight:600;margin-bottom:1rem}.tech-tags{display:flex;flex-wrap:wrap;gap:.5rem}.tech-tag{background:#2563eb4d;border-radius:20px;color:#93c5fd;font-size:.85rem;font-weight:500;padding:.4rem .8rem}.about-cta-section{background:var(--background-light);border-top:1px solid #0000000f;padding:5rem 2rem;text-align:center}.about-cta-section .cta-container{margin:0 auto;max-width:600px}.about-cta-section h2{color:var(--text-dark);font-size:2rem;font-weight:700;margin-bottom:1rem}.about-cta-section p{color:var(--text-gray);font-size:1.05rem;line-height:1.7;margin-bottom:2rem}.about-cta-section .cta-buttons{display:flex;gap:1rem;justify-content:center}.about-cta-section .btn-white{background:var(--primary-blue);color:var(--white)}.about-cta-section .btn-white:hover{background:#1d4ed8;transform:translateY(-2px)}.about-cta-section .btn-outline-white{background:#0000;border:2px solid var(--text-dark);color:var(--text-dark)}.about-cta-section .btn-outline-white:hover{background:var(--text-dark);color:var(--white)}@media (max-width:1024px){.techstack-grid,.values-grid{grid-template-columns:repeat(2,1fr)}.story-animation dotlottie-wc{height:400px!important;width:400px!important}}@media (max-width:768px){.about-hero{padding:4rem 1.5rem}.about-hero h1{font-size:2.2rem}.story-content{gap:2rem;grid-template-columns:1fr}.story-image{margin:0 auto;max-width:350px}.story-animation dotlottie-wc{height:350px!important;width:350px!important}.techstack-grid,.values-grid{grid-template-columns:1fr}.methodology-timeline:before{display:none}.methodology-item{flex-direction:column;gap:1rem}.methodology-number{font-size:1rem;height:50px;width:50px}.about-cta-section h2{font-size:1.8rem}.about-cta-section .cta-buttons{align-items:center;flex-direction:column}}@media (max-width:480px){.story-image{max-width:280px}.story-animation dotlottie-wc{height:280px!important;width:280px!important}}.services-page{padding-top:80px}.services-hero{background:linear-gradient(135deg,#f8fafc,#eef2ff);padding:6rem 2rem;text-align:center}.services-hero-container{margin:0 auto;max-width:800px}.services-hero h1{color:var(--text-dark);font-size:3rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.services-hero p{color:var(--text-gray);font-size:1.2rem;line-height:1.7;margin:0 auto;max-width:600px}.services-nav-section{background:var(--white);border-bottom:1px solid var(--border-light);padding:2rem 0;position:-webkit-sticky;position:sticky;top:70px;z-index:100}.services-tabs{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.service-tab{align-items:center;background:var(--background-light);border:2px solid #0000;border-radius:12px;cursor:pointer;display:flex;gap:.5rem;padding:.8rem 1.5rem;transition:all .3s ease}.service-tab:hover{border-color:var(--primary-blue)}.service-tab.active{background:var(--primary-blue);color:var(--white)}.tab-icon{font-size:1.3rem}.tab-title{font-size:.95rem;font-weight:600}.services-content-section{background:var(--background-light);padding:4rem 0 6rem}.services-category-header{margin-bottom:3rem;text-align:center}.category-icon{font-size:4rem;margin-bottom:1rem}.services-category-header h2{color:var(--text-dark);font-size:2.5rem;font-weight:800;margin-bottom:.5rem}.services-category-header p{color:var(--text-gray);font-size:1.1rem}.services-list{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr);margin:0 auto;max-width:1000px}.service-detail-card{background:var(--white);border:2px solid #0000;border-radius:20px;padding:2rem;transition:all .3s ease}.service-detail-card:hover{border-color:var(--primary-blue);box-shadow:0 20px 40px #2563eb1a;transform:translateY(-5px)}.service-detail-header{align-items:flex-start;display:flex;gap:1rem;justify-content:space-between;margin-bottom:1rem}.service-detail-header h3{color:var(--text-dark);font-size:1.3rem;font-weight:700}.service-price{background:#2563eb1a;border-radius:8px;color:var(--primary-blue);font-size:.85rem;font-weight:600;padding:.4rem .8rem;white-space:nowrap}.service-description{color:var(--text-gray);font-size:.95rem;line-height:1.6;margin-bottom:1.5rem}.service-features{grid-gap:.6rem;display:grid;gap:.6rem;grid-template-columns:repeat(2,1fr);margin-bottom:1.5rem}.service-features li{align-items:center;color:var(--text-dark);display:flex;font-size:.9rem;gap:.5rem}.service-features svg{color:#22c55e;flex-shrink:0;height:16px;width:16px}.service-cta{align-items:center;color:var(--primary-blue);display:inline-flex;font-size:.95rem;font-weight:600;gap:.5rem;transition:all .3s ease}.service-cta svg{height:18px;transition:transform .3s ease;width:18px}.service-cta:hover{gap:.8rem}.service-cta:hover svg{transform:translateX(5px)}.services-cta-section{background:var(--background-light);border-top:1px solid #0000000f;padding:5rem 2rem;text-align:center}.services-cta-section .cta-container{margin:0 auto;max-width:600px}.services-cta-section h2{color:var(--text-dark);font-size:2rem;font-weight:700;margin-bottom:1rem}.services-cta-section p{color:var(--text-gray);font-size:1.05rem;line-height:1.7;margin-bottom:2rem}.services-cta-section .cta-buttons{display:flex;gap:1rem;justify-content:center}.services-cta-section .btn-white{background:var(--primary-blue);color:var(--white)}.services-cta-section .btn-white:hover{background:#1d4ed8;transform:translateY(-2px)}.services-cta-section .btn-outline-white{background:#0000;border:2px solid var(--text-dark);color:var(--text-dark)}.services-cta-section .btn-outline-white:hover{background:var(--text-dark);color:var(--white)}@media (max-width:1024px){.services-list{grid-template-columns:1fr}}@media (max-width:768px){.services-hero{padding:4rem 1.5rem}.services-hero h1{font-size:2.2rem}.services-tabs{gap:.5rem}.service-tab{padding:.6rem 1rem}.tab-title{display:none}.tab-icon{font-size:1.5rem}.services-category-header h2{font-size:2rem}.service-features{grid-template-columns:1fr}.services-cta-section h2{font-size:1.8rem}.services-cta-section .cta-buttons{align-items:center;flex-direction:column}}.sectors-page{padding-top:80px}.sectors-hero{background:linear-gradient(135deg,#f8fafc,#eef2ff);padding:6rem 2rem;text-align:center}.sectors-hero-container{margin:0 auto;max-width:800px}.sectors-hero h1{color:var(--text-dark);font-size:3rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.sectors-hero p{color:var(--text-gray);font-size:1.2rem;margin:0 auto;max-width:600px}.sectors-grid-section{background:var(--white);padding:6rem 0}.sectors-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}.sector-card{background:var(--background-light);border:2px solid #0000;border-radius:20px;padding:2rem;transition:all .3s ease}.sector-card:hover{border-color:var(--accent-color);box-shadow:0 20px 40px #00000014;transform:translateY(-5px)}.sector-icon{font-size:3rem;margin-bottom:1rem}.sector-card h3{color:var(--text-dark);font-size:1.3rem;font-weight:700;margin-bottom:.5rem}.sector-card>p{color:var(--text-gray);font-size:.95rem}.sector-card>p,.sector-usecases{margin-bottom:1.5rem}.sector-usecases li{color:var(--text-dark);font-size:.9rem;padding:.4rem 0 .4rem 1.2rem;position:relative}.sector-usecases li:before{color:var(--accent-color);content:"✓";font-weight:700;left:0;position:absolute}.sector-link{align-items:center;color:var(--accent-color);display:inline-flex;font-size:.95rem;font-weight:600;gap:.5rem}.sector-link svg{height:18px;transition:transform .3s ease;width:18px}.sector-link:hover svg{transform:translateX(5px)}.sectors-cta-section{background:var(--background-light);border-top:1px solid #0000000f;padding:5rem 2rem;text-align:center}.sectors-cta-section .cta-container{margin:0 auto;max-width:600px}.sectors-cta-section h2{color:var(--text-dark);font-size:2rem;font-weight:700;margin-bottom:1rem}.sectors-cta-section p{color:var(--text-gray);font-size:1.05rem;line-height:1.7;margin-bottom:2rem}.sectors-cta-section .btn-white{background:var(--primary-blue);color:var(--white)}.sectors-cta-section .btn-white:hover{background:#1d4ed8;transform:translateY(-2px)}@media (max-width:1024px){.sectors-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.sectors-hero{padding:4rem 1.5rem}.sectors-hero h1{font-size:2.2rem}.sectors-hero p{font-size:1rem}.sectors-grid-section{padding:4rem 1.5rem}.sectors-grid{gap:1.5rem;grid-template-columns:1fr}.sector-card{padding:1.8rem}.sector-icon{font-size:2.5rem}.sector-card h3{font-size:1.2rem}.sectors-cta-section{padding:4rem 1.5rem}.sectors-cta-section h2{font-size:1.8rem}}@media (max-width:576px){.sectors-hero{padding:3rem 1rem}.sectors-hero h1{font-size:1.9rem}.sectors-grid-section{padding:3rem 1rem}.sector-card{border-radius:18px;padding:1.5rem}.sector-icon{font-size:2.2rem}.sector-card h3{font-size:1.15rem}.sector-card>p{font-size:.9rem}.sector-usecases li{font-size:.85rem}.sector-link{font-size:.9rem}.sectors-cta-section{padding:3rem 1rem}}@media (max-width:480px){.sectors-hero h1{font-size:1.7rem}.sectors-hero p{font-size:.9rem}.sector-card{padding:1.3rem}.sector-icon{font-size:2rem}.sector-card h3{font-size:1.1rem}.sectors-cta-section h2{font-size:1.5rem}.sectors-cta-section p{font-size:.9rem}}@media (max-width:360px){.sectors-hero{padding:2.5rem .75rem}.sectors-hero h1{font-size:1.5rem}.sectors-grid-section{padding:2.5rem .75rem}.sector-card{border-radius:16px;padding:1.1rem}}.portfolio-page{padding-top:80px}.portfolio-hero{background:linear-gradient(135deg,#f8fafc,#eef2ff);padding:6rem 2rem;text-align:center}.portfolio-hero-container{margin:0 auto;max-width:800px}.portfolio-hero h1{color:var(--text-dark);font-size:3rem;font-weight:800;margin-bottom:1rem}.portfolio-hero p{color:var(--text-gray);font-size:1.2rem}.portfolio-section{background:var(--white);padding:4rem 0 6rem}.portfolio-filters{display:flex;flex-wrap:wrap;gap:.8rem;justify-content:center;margin-bottom:3rem}.filter-btn{background:var(--background-light);border:2px solid #0000;border-radius:25px;color:var(--text-gray);cursor:pointer;font-size:.9rem;font-weight:500;padding:.6rem 1.2rem;transition:all .3s ease}.filter-btn:hover{border-color:var(--primary-blue);color:var(--primary-blue)}.filter-btn.active{background:var(--primary-blue);color:var(--white)}.portfolio-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}.project-card{background:var(--background-light);border-radius:20px;overflow:hidden;transition:all .3s ease}.project-card:hover{box-shadow:0 20px 40px #0000001a;transform:translateY(-5px)}.project-image{align-items:center;aspect-ratio:16/10;background:linear-gradient(135deg,#e0e7ff,#c7d2fe);display:flex;justify-content:center;overflow:hidden;position:relative}.project-icon{color:#ffffffe6;font-size:4rem;transition:all .4s cubic-bezier(.4,0,.2,1)}.project-card:hover .project-icon{color:#fff;transform:scale(1.1)}.project-placeholder{align-items:center;display:flex;font-size:3rem;height:100%;justify-content:center;width:100%}.project-content{padding:1.5rem}.project-category{background:#2563eb1a;border-radius:15px;color:var(--primary-blue);display:inline-block;font-size:.75rem;font-weight:600;margin-bottom:.8rem;padding:.3rem .8rem;text-transform:uppercase}.project-content h3{color:var(--text-dark);font-size:1.2rem;font-weight:700;margin-bottom:.3rem}.project-client{color:var(--text-gray);font-size:.85rem;margin-bottom:.8rem}.project-description{color:var(--text-gray);font-size:.9rem;line-height:1.6;margin-bottom:1rem}.project-tech{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:1rem}.project-tech .tech-tag{background:var(--white);border-radius:12px;color:var(--text-dark);font-size:.75rem;padding:.25rem .6rem}.project-result{color:#22c55e;font-size:.85rem;font-weight:500}.portfolio-cta-section{background:var(--background-light);border-top:1px solid #0000000f;padding:5rem 2rem;text-align:center}.portfolio-cta-section .cta-container{margin:0 auto;max-width:600px}.portfolio-cta-section h2{color:var(--text-dark);font-size:2rem;font-weight:700;margin-bottom:1rem}.portfolio-cta-section p{color:var(--text-gray);font-size:1.05rem;line-height:1.7;margin-bottom:2rem}.portfolio-cta-section .btn-white{background:var(--primary-blue);color:var(--white)}.portfolio-cta-section .btn-white:hover{background:#1d4ed8;transform:translateY(-2px)}@media (max-width:1024px){.portfolio-grid{grid-template-columns:repeat(2,1fr)}.portfolio-filters{gap:.6rem}}@media (max-width:768px){.portfolio-hero{padding:4rem 1.5rem}.portfolio-hero h1{font-size:2.2rem}.portfolio-hero p{font-size:1rem}.portfolio-section{padding:3rem 1.5rem 4rem}.portfolio-grid{gap:1.5rem;grid-template-columns:1fr}.portfolio-filters{margin-bottom:2rem}.filter-btn{font-size:.85rem;padding:.5rem 1rem}.project-content{padding:1.3rem}.project-content h3{font-size:1.1rem}.portfolio-cta-section{padding:4rem 1.5rem}.portfolio-cta-section h2{font-size:1.8rem}}@media (max-width:576px){.portfolio-hero{padding:3rem 1rem}.portfolio-hero h1{font-size:1.9rem}.portfolio-section{padding:2.5rem 1rem 3.5rem}.portfolio-filters{gap:.5rem}.filter-btn{font-size:.8rem;padding:.45rem .9rem}.project-card{border-radius:16px}.project-content{padding:1.1rem}.project-category{font-size:.7rem;padding:.25rem .6rem}.project-content h3{font-size:1rem}.project-description{font-size:.85rem}.project-tech .tech-tag{font-size:.7rem;padding:.2rem .5rem}.portfolio-cta-section{padding:3rem 1rem}}@media (max-width:480px){.portfolio-hero h1{font-size:1.7rem}.portfolio-hero p{font-size:.9rem}.filter-btn{font-size:.75rem;padding:.4rem .8rem}.project-image{aspect-ratio:16/9}.project-icon{font-size:3rem}.portfolio-cta-section h2{font-size:1.5rem}.portfolio-cta-section p{font-size:.9rem}}@media (max-width:360px){.portfolio-hero{padding:2.5rem .75rem}.portfolio-hero h1{font-size:1.5rem}.portfolio-section{padding:2rem .75rem 3rem}.project-card{border-radius:14px}.project-content{padding:1rem}}.process-page{padding-top:80px}.process-hero{background:linear-gradient(135deg,#f8fafc,#eef2ff);padding:6rem 2rem;text-align:center}.process-hero-container{margin:0 auto;max-width:800px}.process-hero h1{color:var(--text-dark);font-size:3rem;font-weight:800;margin-bottom:1rem}.process-hero p{color:var(--text-gray);font-size:1.2rem}.process-steps-section{background:var(--white);padding:6rem 0}.process-timeline{margin:0 auto;max-width:900px;position:relative}.process-timeline:before{background:linear-gradient(180deg,var(--primary-blue) 0,var(--accent-purple) 100%);border-radius:3px;bottom:0;content:"";left:35px;position:absolute;top:0;width:3px}.process-step{gap:2rem;margin-bottom:2.5rem}.process-step,.step-number{display:flex;position:relative}.step-number{align-items:center;background:var(--primary-blue);border-radius:50%;box-shadow:0 10px 30px #2563eb4d;color:var(--white);flex-shrink:0;font-size:1.3rem;font-weight:800;height:70px;justify-content:center;width:70px;z-index:1}.step-content{background:var(--background-light);border-radius:20px;flex:1 1;padding:2rem}.step-header{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:space-between;margin-bottom:1rem}.step-header h3{color:var(--text-dark);font-size:1.3rem;font-weight:700}.step-duration{background:#2563eb1a;border-radius:15px;color:var(--primary-blue);font-size:.8rem;font-weight:600;padding:.3rem .8rem}.step-content>p{color:var(--text-gray);font-size:.95rem;line-height:1.7;margin-bottom:1rem}.step-deliverables{display:flex;flex-wrap:wrap;gap:.5rem}.deliverable-tag{background:var(--white);border-radius:20px;color:var(--text-dark);font-size:.8rem;padding:.4rem .8rem}.process-faq-section{background:var(--background-light);padding:6rem 0}.faq-grid{grid-gap:1.5rem;gap:1.5rem;grid-template-columns:repeat(2,1fr);margin:0 auto 2rem;max-width:1000px}.faq-card{background:var(--white);border-radius:16px;padding:1.5rem}.faq-card h4{color:var(--text-dark);font-size:1rem;font-weight:700;margin-bottom:.8rem}.faq-card p{color:var(--text-gray);font-size:.9rem;line-height:1.6}.faq-more{text-align:center}.process-cta-section{background:var(--background-light);border-top:1px solid #0000000f;padding:5rem 2rem;text-align:center}.process-cta-section .cta-container{margin:0 auto;max-width:600px}.process-cta-section h2{color:var(--text-dark);font-size:2rem;font-weight:700;margin-bottom:1rem}.process-cta-section p{color:var(--text-gray);font-size:1.05rem;line-height:1.7;margin-bottom:2rem}.process-cta-section .btn-white{background:var(--primary-blue);color:var(--white)}.process-cta-section .btn-white:hover{background:#1d4ed8;transform:translateY(-2px)}@media (max-width:1024px){.process-timeline{max-width:800px}.faq-grid{gap:1.2rem}}@media (max-width:768px){.process-hero{padding:4rem 1.5rem}.process-hero h1{font-size:2.2rem}.process-hero p{font-size:1rem}.process-steps-section{padding:4rem 1.5rem}.process-timeline:before{display:none}.process-step{flex-direction:column;gap:1rem}.step-number{font-size:1rem;height:50px;width:50px}.step-content{border-radius:16px;padding:1.5rem}.step-header h3{font-size:1.15rem}.process-faq-section{padding:4rem 1.5rem}.faq-grid{gap:1rem;grid-template-columns:1fr}.faq-card{padding:1.3rem}.process-cta-section{padding:4rem 1.5rem}.process-cta-section h2{font-size:1.8rem}}@media (max-width:576px){.process-hero{padding:3rem 1rem}.process-hero h1{font-size:1.9rem}.process-steps-section{padding:3rem 1rem}.step-number{font-size:.95rem;height:45px;width:45px}.step-content{border-radius:14px;padding:1.3rem}.step-header h3{font-size:1.1rem}.step-duration{font-size:.75rem;padding:.25rem .7rem}.step-content>p{font-size:.9rem}.deliverable-tag{font-size:.75rem;padding:.35rem .7rem}.process-faq-section{padding:3rem 1rem}.faq-card{border-radius:14px;padding:1.2rem}.faq-card h4{font-size:.95rem}.faq-card p{font-size:.85rem}.process-cta-section{padding:3rem 1rem}}@media (max-width:480px){.process-hero h1{font-size:1.7rem}.process-hero p,.step-number{font-size:.9rem}.step-number{height:40px;width:40px}.step-content{padding:1.1rem}.step-header{align-items:flex-start;flex-direction:column;gap:.5rem}.step-header h3{font-size:1rem}.process-cta-section h2{font-size:1.5rem}.process-cta-section p{font-size:.9rem}}@media (max-width:360px){.process-hero{padding:2.5rem .75rem}.process-hero h1{font-size:1.5rem}.process-steps-section{padding:2.5rem .75rem}.step-content{border-radius:12px;padding:1rem}.process-faq-section{padding:2.5rem .75rem}.faq-card{padding:1rem}}.pricing-page{padding-top:80px}.pricing-hero{background:linear-gradient(135deg,#f8fafc,#eef2ff);padding:6rem 2rem;text-align:center}.pricing-hero-container{margin:0 auto;max-width:800px}.pricing-hero h1{color:var(--text-dark);font-size:3rem;font-weight:800;margin-bottom:1rem}.pricing-hero p{color:var(--text-gray);font-size:1.2rem}.pricing-packages-section{background:var(--white);padding:6rem 0}.pricing-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:1100px}.pricing-card{background:var(--background-light);border:2px solid #0000;border-radius:24px;padding:2.5rem 2rem;position:relative;text-align:center;transition:all .3s ease}.pricing-card:hover{box-shadow:0 20px 40px #0000001a;transform:translateY(-5px)}.pricing-card.popular{background:var(--white);border-color:var(--primary-blue);transform:scale(1.05)}.pricing-card.popular:hover{transform:scale(1.05) translateY(-5px)}.popular-badge{background:var(--primary-blue);border-radius:20px;color:var(--white);font-size:.8rem;font-weight:600;left:50%;padding:.4rem 1rem;position:absolute;top:-12px;transform:translateX(-50%)}.pricing-card h3{color:var(--text-dark);font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.pricing-description{color:var(--text-gray);font-size:.9rem;margin-bottom:1.5rem}.pricing-price{margin-bottom:2rem}.price-amount{color:var(--primary-blue);font-size:3rem;font-weight:800}.price-period{color:var(--text-gray);font-size:1rem}.pricing-features{margin-bottom:2rem;text-align:left}.pricing-features li{align-items:center;color:var(--text-dark);display:flex;font-size:.9rem;gap:.6rem;padding:.5rem 0}.pricing-features svg{color:#22c55e;flex-shrink:0;height:18px;width:18px}.pricing-card .btn{justify-content:center;width:100%}.additional-services-section{background:var(--background-light);padding:6rem 0}.services-table{background:var(--white);border-radius:20px;margin:0 auto;max-width:700px;overflow:hidden}.service-row{align-items:center;border-bottom:1px solid var(--border-light);display:flex;justify-content:space-between;padding:1.2rem 2rem}.service-row:last-child{border-bottom:none}.service-name{color:var(--text-dark);font-size:1rem;font-weight:500}.service-row .service-price{color:var(--primary-blue);font-size:.95rem;font-weight:600}.pricing-info-section{background:var(--white);padding:4rem 0}.info-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:900px}.info-card{padding:1.5rem;text-align:center}.info-icon{font-size:2.5rem;margin-bottom:1rem}.info-card h4{color:var(--text-dark);font-size:1.1rem;font-weight:700;margin-bottom:.5rem}.info-card p{color:var(--text-gray);font-size:.9rem}.pricing-cta-section{background:var(--background-light);border-top:1px solid #0000000f;padding:5rem 2rem;text-align:center}.pricing-cta-section .cta-container{margin:0 auto;max-width:600px}.pricing-cta-section h2{color:var(--text-dark);font-size:2rem;font-weight:700;margin-bottom:1rem}.pricing-cta-section p{color:var(--text-gray);font-size:1.05rem;line-height:1.7;margin-bottom:2rem}.pricing-cta-section .cta-buttons{display:flex;gap:1rem;justify-content:center}.pricing-cta-section .btn-white{background:var(--primary-blue);color:var(--white)}.pricing-cta-section .btn-white:hover{background:#1d4ed8;transform:translateY(-2px)}.pricing-cta-section .btn-outline-white{background:#0000;border:2px solid var(--text-dark);color:var(--text-dark)}.pricing-cta-section .btn-outline-white:hover{background:var(--text-dark);color:var(--white)}@media (max-width:1024px){.pricing-grid{grid-template-columns:repeat(2,1fr);max-width:800px}.pricing-card.popular{grid-column:span 2;justify-self:center;max-width:400px;order:-1;transform:none}.pricing-card.popular:hover{transform:translateY(-5px)}.info-grid{gap:1.5rem;grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.pricing-hero{padding:4rem 1.5rem}.pricing-hero h1{font-size:2.2rem}.pricing-hero p{font-size:1rem}.pricing-packages-section{padding:4rem 1.5rem}.pricing-grid{gap:1.5rem;grid-template-columns:1fr;max-width:400px}.pricing-card.popular{grid-column:span 1}.pricing-card{padding:2rem 1.5rem}.price-amount{font-size:2.5rem}.info-grid{gap:1.2rem;grid-template-columns:1fr}.info-card{padding:1.2rem}.service-row{flex-direction:column;gap:.5rem;padding:1rem 1.5rem;text-align:center}.pricing-cta-section{padding:4rem 1.5rem}.pricing-cta-section h2{font-size:1.8rem}.pricing-cta-section .cta-buttons{align-items:center;flex-direction:column;gap:.8rem}}@media (max-width:576px){.pricing-hero{padding:3rem 1rem}.pricing-hero h1{font-size:1.9rem}.pricing-packages-section{padding:3rem 1rem}.pricing-card{border-radius:20px;padding:1.8rem 1.3rem}.pricing-card h3{font-size:1.3rem}.price-amount{font-size:2.2rem}.pricing-features li{font-size:.85rem;padding:.4rem 0}.additional-services-section{padding:4rem 1rem}.services-table{border-radius:16px}.service-row{padding:1rem}.service-name{font-size:.9rem}.pricing-info-section{padding:3rem 1rem}}@media (max-width:480px){.pricing-hero h1{font-size:1.7rem}.pricing-hero p{font-size:.9rem}.pricing-card{padding:1.5rem 1.1rem}.info-icon,.price-amount{font-size:2rem}.info-card h4{font-size:1rem}.info-card p{font-size:.85rem}.pricing-cta-section h2{font-size:1.5rem}.pricing-cta-section p{font-size:.9rem}}@media (max-width:360px){.pricing-hero{padding:2.5rem .75rem}.pricing-hero h1{font-size:1.5rem}.pricing-packages-section{padding:2.5rem .75rem}.pricing-card{border-radius:18px;padding:1.3rem 1rem}.price-amount{font-size:1.8rem}.pricing-features li{font-size:.8rem}}.blog-page{padding-top:80px}.blog-hero{background:linear-gradient(135deg,#f8fafc,#eef2ff);padding:6rem 2rem;text-align:center}.blog-hero-container{margin:0 auto;max-width:800px}.blog-hero h1{color:var(--text-dark);font-size:3rem;font-weight:800;margin-bottom:1rem}.blog-hero p{color:var(--text-gray);font-size:1.2rem}.blog-articles-section{background:var(--white);padding:6rem 0}.articles-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}.article-card{background:var(--background-light);border-radius:20px;cursor:pointer;overflow:hidden;transition:all .3s ease}.article-card:hover{box-shadow:0 20px 40px #0000001a;transform:translateY(-5px)}.article-image{background:linear-gradient(135deg,#e0e7ff,#c7d2fe);height:180px;position:relative}.article-category{background:var(--white);border-radius:15px;color:var(--primary-blue);font-size:.75rem;font-weight:600;left:1rem;padding:.3rem .8rem;position:absolute;top:1rem}.article-content{padding:1.5rem}.article-meta{color:var(--text-gray);display:flex;font-size:.8rem;gap:.5rem;margin-bottom:.8rem}.article-content h3{color:var(--text-dark);font-size:1.1rem;font-weight:700;line-height:1.4;margin-bottom:.5rem}.article-content p{color:var(--text-gray);font-size:.9rem;line-height:1.6;margin-bottom:1rem}.article-link{align-items:center;color:var(--primary-blue);display:inline-flex;font-size:.9rem;font-weight:600;gap:.4rem}.article-link svg{height:16px;transition:transform .3s ease;width:16px}.article-card:hover .article-link svg{transform:translateX(5px)}.resources-section{background:var(--background-light);padding:6rem 0}.resources-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:1000px}.resource-card{align-items:center;background:var(--white);border-radius:16px;display:flex;flex-direction:column;padding:1.5rem;text-align:center}.resource-icon{font-size:2.5rem;margin-bottom:1rem}.resource-info h4{color:var(--text-dark);font-size:1rem;font-weight:700;margin-bottom:.5rem}.resource-info p{color:var(--text-gray);font-size:.85rem;margin-bottom:1rem}.resource-btn{background:var(--primary-blue);border-radius:8px;color:var(--white);font-size:.85rem;font-weight:600;padding:.6rem 1.2rem;transition:all .3s ease}.resource-btn:hover{background:var(--primary-dark)}.blog-cta-section{background:var(--background-light);border-top:1px solid #0000000f;padding:5rem 2rem;text-align:center}.blog-cta-section .cta-container{margin:0 auto;max-width:600px}.blog-cta-section h2{color:var(--text-dark);font-size:2rem;font-weight:700;margin-bottom:1rem}.blog-cta-section p{color:var(--text-gray);font-size:1.05rem;line-height:1.7;margin-bottom:2rem}.blog-cta-section .btn-white{background:var(--primary-blue);color:var(--white)}.blog-cta-section .btn-white:hover{background:#1d4ed8;transform:translateY(-2px)}@media (max-width:1024px){.articles-grid,.resources-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.blog-hero{padding:4rem 1.5rem}.blog-hero h1{font-size:2.2rem}.blog-hero p{font-size:1rem}.blog-articles-section{padding:4rem 1.5rem}.articles-grid,.resources-grid{gap:1.5rem;grid-template-columns:1fr}.article-card{border-radius:16px}.article-content{padding:1.3rem}.article-content h3{font-size:1rem}.resources-section{padding:4rem 1.5rem}.resource-card{padding:1.3rem}.blog-cta-section{padding:4rem 1.5rem}.blog-cta-section h2{font-size:1.6rem}}@media (max-width:576px){.blog-hero{padding:3rem 1rem}.blog-hero h1{font-size:1.9rem}.blog-articles-section{padding:3rem 1rem}.article-image{height:160px}.article-category{font-size:.7rem;padding:.25rem .7rem}.article-content{padding:1.1rem}.article-meta{font-size:.75rem}.article-content h3{font-size:.95rem}.article-content p{font-size:.85rem}.resources-section{padding:3rem 1rem}.resource-card{padding:1.1rem}.resource-icon{font-size:2rem}.resource-info h4{font-size:.95rem}.resource-btn,.resource-info p{font-size:.8rem}.resource-btn{padding:.5rem 1rem}.blog-cta-section{padding:3rem 1rem}}@media (max-width:480px){.blog-hero h1{font-size:1.7rem}.blog-hero p{font-size:.9rem}.article-image{height:140px}.blog-cta-section h2{font-size:1.4rem}.blog-cta-section p{font-size:.9rem}}@media (max-width:360px){.blog-hero{padding:2.5rem .75rem}.blog-hero h1{font-size:1.5rem}.blog-articles-section{padding:2.5rem .75rem}.article-card{border-radius:14px}.article-content{padding:1rem}.blog-cta-section,.resources-section{padding:2.5rem .75rem}}.contact-page{min-height:100vh;padding-top:80px;position:relative}.loading-overlay{align-items:center;animation:fadeIn .3s ease;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:9999}.loading-content{align-items:center;background:var(--white);border-radius:24px;box-shadow:0 25px 80px #0003;display:flex;flex-direction:column;gap:1.5rem;padding:3rem 4rem}.loading-content .lottie-loader{height:180px;width:180px}.loading-content .lottie-loader dotlottie-wc{height:100%;width:100%}.loading-content p{color:var(--text-dark);font-size:1.1rem;font-weight:600;margin:0}.loading-content .loading-subtext{color:var(--text-gray);font-size:.9rem;font-weight:400}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.toast-notification{align-items:center;background:var(--white);border-radius:16px;box-shadow:0 20px 60px #00000026;display:flex;gap:1rem;left:50%;max-width:400px;opacity:0;padding:1rem 1.5rem;pointer-events:none;position:fixed;top:100px;transform:translateX(-50%) translateY(-20px);transition:opacity .4s ease,transform .4s ease,visibility .4s ease;visibility:hidden;width:auto;z-index:10000}.toast-notification.show{opacity:1;pointer-events:auto;transform:translateX(-50%) translateY(0);visibility:visible}.toast-notification.success{border-left:4px solid #10b981}.toast-notification.error{border-left:4px solid #ef4444}.toast-icon{font-size:1.5rem}.toast-notification.success .toast-icon{color:#10b981}.toast-notification.error .toast-icon{color:#ef4444}.toast-content{display:flex;flex-direction:column;gap:.2rem}.toast-title{color:var(--text-dark);font-size:.95rem;font-weight:700}.toast-message{color:var(--text-gray);font-size:.85rem;line-height:1.4}.toast-close{background:none;border:none;color:var(--text-gray);cursor:pointer;font-size:1rem;margin-left:auto;padding:.5rem;transition:color .3s ease}.toast-close:hover{color:var(--text-dark)}.contact-hero{background:linear-gradient(180deg,#f8fafc,#fff);overflow:hidden;padding:12rem 2rem 8rem;position:relative}.contact-hero-bg{bottom:0;left:0;overflow:hidden;pointer-events:none;position:absolute;right:0;top:0}.hero-gradient-orb{animation:float 20s ease-in-out infinite;border-radius:50%;filter:blur(80px);opacity:.5;position:absolute}.orb-1{animation-delay:0s;background:linear-gradient(135deg,#2563eb20,#1974a120);height:400px;right:-100px;top:-100px;width:400px}.orb-2{animation-delay:-5s;background:linear-gradient(135deg,#1974a115,#2563eb15);bottom:-50px;height:300px;left:-50px;width:300px}.orb-3{animation-delay:-10s;background:linear-gradient(135deg,#2563eb10,#1974a110);height:200px;left:30%;top:50%;width:200px}@keyframes float{0%,to{transform:translate(0) scale(1)}25%{transform:translate(30px,-30px) scale(1.05)}50%{transform:translate(-20px,20px) scale(.95)}75%{transform:translate(20px,10px) scale(1.02)}}.contact-hero-container{margin:0 auto;max-width:1000px;position:relative;text-align:center;z-index:1}.hero-badge{align-items:center;animation:fadeInUp .6s ease;background:linear-gradient(135deg,#eff6ff,#dbeafe);border-radius:50px;box-shadow:0 2px 10px #2563eb1a;color:#2563eb;display:inline-flex;font-size:.9rem;font-weight:600;gap:.5rem;margin-bottom:1.5rem;padding:.7rem 1.4rem}.hero-badge i{font-size:1rem}.contact-hero h1{animation:fadeInUp .6s ease .1s backwards;color:var(--text-dark);font-size:4rem;font-weight:800;letter-spacing:-.02em;margin-bottom:1.2rem}.contact-hero p{animation:fadeInUp .6s ease .2s backwards;color:var(--text-gray);font-size:1.3rem;line-height:1.7;margin:0 auto;max-width:700px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.contact-content{background:var(--white);padding:5rem 2rem 4rem}.contact-content .container{margin:0 auto;max-width:1200px;padding:0 1rem}.contact-grid{grid-gap:3rem;align-items:stretch;display:grid;gap:3rem;grid-template-columns:1fr 1fr}.contact-info-side{display:flex;flex-direction:column;gap:2rem}.contact-card-wrapper{background:#f8fafc;border:none;border-radius:24px;box-shadow:0 2px 25px #0000000a;display:flex;flex-direction:column;height:100%;padding:2.5rem}.info-header{margin-bottom:1.5rem}.info-header h2{color:var(--text-dark);font-size:1.6rem;font-weight:800;margin-bottom:.5rem}.info-header p{color:var(--text-gray);font-size:.95rem;line-height:1.6}.contact-cards{display:flex;flex:1 1;flex-direction:column;gap:.8rem}.contact-card{align-items:center;background:var(--white);border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 2px 8px #00000005;display:flex;gap:1rem;padding:1.2rem 1.5rem;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1)}.contact-card.clickable{cursor:pointer}.contact-card.clickable:hover{background:var(--white);border-color:#cbd5e1;box-shadow:0 8px 30px #0000000f;transform:translateX(5px)}.contact-card.clickable:hover .card-arrow{opacity:1;transform:translateX(0)}.contact-card.clickable:hover .card-icon{transform:scale(1.1)}.card-icon{align-items:center;border-radius:14px;color:var(--white);display:flex;flex-shrink:0;font-size:1.2rem;height:50px;justify-content:center;transition:transform .3s ease;width:50px}.phone-icon{background:linear-gradient(135deg,#10b981,#059669)}.email-icon{background:linear-gradient(135deg,#2563eb,#1974a1)}.location-icon{background:linear-gradient(135deg,#f59e0b,#d97706)}.time-icon{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.card-content{display:flex;flex:1 1;flex-direction:column;gap:.2rem}.card-label{color:var(--text-gray);font-size:.75rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.card-value{color:var(--text-dark);font-size:1rem;font-weight:600}.card-sub{color:var(--text-gray);font-size:.8rem;font-weight:400}.card-arrow{color:var(--primary-blue);opacity:0;transform:translateX(-10px);transition:all .3s ease}.social-section{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border:1px solid #bae6fd;border-radius:20px;padding:1.5rem}.social-section h3{color:var(--text-dark);font-size:1.1rem;font-weight:700;margin-bottom:.3rem}.social-subtitle{color:var(--text-gray);font-size:.85rem;margin-bottom:1.2rem}.social-grid{grid-gap:.8rem;display:grid;gap:.8rem;grid-template-columns:repeat(2,1fr)}.social-btn{align-items:center;background:var(--white);border:2px solid #0000;border-radius:12px;box-shadow:0 2px 8px #0000000a;color:var(--text-dark);display:flex;font-size:.9rem;font-weight:600;gap:.6rem;justify-content:center;padding:.9rem 1rem;text-decoration:none;transition:all .3s ease}.social-btn i{color:var(--social-color);font-size:1.2rem;transition:all .3s ease}.social-btn:hover{background:var(--social-color);box-shadow:0 8px 25px #00000026;transform:translateY(-2px)}.social-btn:hover,.social-btn:hover i{color:var(--white)}.response-banner{align-items:center;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border:1px solid #bae6fd;border-radius:16px;display:flex;gap:1rem;margin-top:auto;padding:1.2rem 1.5rem}.response-banner .response-icon{align-items:center;background:linear-gradient(135deg,#2563eb,#1974a1);border-radius:12px;color:var(--white);display:flex;flex-shrink:0;font-size:1.2rem;height:45px;justify-content:center;width:45px}.response-text{display:flex;flex-direction:column;gap:.2rem}.response-text strong{color:var(--text-dark);font-size:.95rem}.response-text span{color:var(--text-gray);font-size:.8rem}.contact-form-side{display:flex;flex-direction:column}.form-card{background:#f8fafc;border:none;border-radius:24px;box-shadow:0 2px 25px #0000000a;height:100%;padding:2.5rem}.form-header{margin-bottom:2rem}.form-header h2{color:var(--text-dark);font-size:1.6rem;font-weight:800;margin-bottom:.5rem}.form-header p{color:var(--text-gray);font-size:.95rem}.contact-form{display:flex;flex-direction:column;gap:1.2rem}.form-row{grid-gap:1.2rem;display:grid;gap:1.2rem;grid-template-columns:1fr 1fr}.form-group,.input-wrapper{position:relative}.input-icon{color:#94a3b8;font-size:.95rem;left:1rem;position:absolute;top:50%;transform:translateY(-50%);transition:color .3s ease;z-index:1}.textarea-wrapper .input-icon{top:1.2rem;transform:none}.form-group input,.form-group select,.form-group textarea{background:var(--white);border:2px solid #e2e8f0;border-radius:14px;color:var(--text-dark);font-family:inherit;font-size:1rem;padding:1rem 1rem 1rem 2.8rem;transition:all .3s ease;width:100%}.form-group select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2394a3b8'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m19 9-7 7-7-7'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;background-size:1.2rem;cursor:pointer;padding-right:2.5rem}.form-group textarea{min-height:140px;padding-top:1.2rem;resize:vertical}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--primary-blue);box-shadow:0 0 0 4px #2563eb1a;outline:none}.form-group.filled .input-icon,.form-group.focused .input-icon{color:var(--primary-blue)}.form-group label{background:#0000;color:#94a3b8;font-size:.95rem;left:2.8rem;padding:0 .3rem;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease}.textarea-wrapper label{top:1.2rem;transform:none}.form-group input:not(:placeholder-shown)~label,.form-group textarea:not(:placeholder-shown)~label,.form-group.filled label,.form-group.focused label{background:var(--white);color:var(--primary-blue);font-size:.75rem;font-weight:600;top:0;transform:translateY(-50%)}.textarea-wrapper.form-group.filled label,.textarea-wrapper.form-group.focused label{top:0;transform:translateY(-50%)}.form-group.has-error .input-wrapper input,.form-group.has-error .input-wrapper select,.form-group.has-error .input-wrapper textarea{border-color:#ef4444}.form-group.has-error .input-icon{color:#ef4444}.error-message{align-items:center;animation:shake .4s ease;color:#ef4444;display:flex;font-size:.8rem;gap:.4rem;margin-top:.5rem;padding-left:.5rem}.error-message i{font-size:.75rem}@keyframes shake{0%,to{transform:translateX(0)}25%{transform:translateX(-5px)}75%{transform:translateX(5px)}}.submit-btn{align-items:center;background:linear-gradient(135deg,#2563eb,#1974a1);border:none;border-radius:14px;color:var(--white);cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.8rem;justify-content:center;margin-top:.5rem;overflow:hidden;padding:1.1rem 2rem;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.submit-btn:before{background:linear-gradient(135deg,#1d4ed8,#155e75);bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.submit-btn:hover:before{opacity:1}.submit-btn:hover{box-shadow:0 15px 40px #2563eb59;transform:translateY(-3px)}.submit-btn:hover .btn-icon{transform:translateX(5px) rotate(-15deg)}.btn-icon,.btn-text{position:relative;z-index:1}.btn-icon{transition:transform .3s ease}.submit-btn.disabled,.submit-btn:disabled{background:linear-gradient(135deg,#94a3b8,#64748b);cursor:not-allowed;opacity:.5;transform:none}.submit-btn.disabled:hover,.submit-btn:disabled:hover{box-shadow:none;transform:none}.submit-btn.disabled:before,.submit-btn:disabled:before{display:none}.social-section-full{background:linear-gradient(180deg,#fff,#f8fafc);padding:5rem 2rem}.social-section-full .container{margin:0 auto;max-width:900px}.social-full-header{margin-bottom:2.5rem;text-align:center}.social-full-header h3{color:var(--text-dark);font-size:1.8rem;font-weight:800;margin-bottom:.5rem}.social-full-header p{color:var(--text-gray);font-size:1rem}.social-full-grid{flex-wrap:nowrap;gap:1.2rem}.social-full-btn,.social-full-grid{display:flex;justify-content:center}.social-full-btn{align-items:center;background:var(--white);border:1px solid #e2e8f0;border-radius:20px;box-shadow:0 2px 12px #00000008;color:var(--text-dark);flex:1 1;flex-direction:column;font-size:.9rem;font-weight:600;gap:.8rem;max-width:160px;min-width:130px;padding:1.5rem 1.8rem;text-decoration:none}.social-full-btn,.social-full-btn i{transition:all .4s cubic-bezier(.4,0,.2,1)}.social-full-btn i{color:var(--social-color);font-size:1.8rem}.social-full-btn:hover{background:var(--social-color);border-color:var(--social-color);box-shadow:0 12px 35px #0000001a;color:var(--white);transform:translateY(-6px)}.social-full-btn:hover i{color:var(--white);transform:scale(1.15)}.contact-faq{background:linear-gradient(180deg,#f8fafc,#fff);padding:7rem 2rem 8rem}.contact-faq .container{margin:0 auto;max-width:1100px}.faq-header{margin-bottom:4rem;text-align:center}.faq-badge{background:linear-gradient(135deg,#eff6ff,#dbeafe);border-radius:50px;box-shadow:0 2px 10px #2563eb1a;color:#2563eb;display:inline-block;font-size:.8rem;font-weight:700;letter-spacing:1px;margin-bottom:1.2rem;padding:.6rem 1.2rem}.faq-header h2{color:var(--text-dark);font-size:2.5rem;font-weight:800;letter-spacing:-.02em}.faq-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}.faq-item{background:var(--white);border:none;border-radius:24px;box-shadow:0 2px 20px #0000000a;padding:2.5rem 2rem;text-align:center;transition:all .4s cubic-bezier(.4,0,.2,1)}.faq-item:hover{background:#e2f3fe;box-shadow:0 25px 60px #00000014;transform:translateY(-10px)}.faq-icon{align-items:center;background:linear-gradient(135deg,#eff6ff,#dbeafe);border-radius:50%;box-shadow:0 4px 20px #2563eb1a;display:flex;height:80px;justify-content:center;margin:0 auto 1.5rem;position:relative;width:80px}.faq-icon,.faq-icon i{transition:all .4s cubic-bezier(.4,0,.2,1)}.faq-icon i{color:#2563eb;font-size:1.8rem;z-index:1}.faq-item:hover .faq-icon{background:linear-gradient(135deg,#2563eb,#1974a1);box-shadow:0 15px 40px #2563eb59;transform:scale(1.1) rotate(-5deg)}.faq-item:hover .faq-icon i{color:#fff}.faq-item h4{color:var(--text-dark);font-size:1.05rem;font-weight:700;line-height:1.4;margin-bottom:.6rem}.faq-item p{color:var(--text-gray);font-size:.9rem;line-height:1.6}@media (min-width:1440px){.contact-hero-container{max-width:1100px}.contact-content .container{max-width:1300px}.contact-faq .container{max-width:1200px}.faq-grid{gap:2.5rem}}@media (min-width:1200px) and (max-width:1439px){.contact-hero h1{font-size:3.5rem}.faq-grid{gap:2rem}}@media (max-width:1024px){.contact-grid{gap:2rem;grid-template-columns:1fr}.contact-card-wrapper,.form-card{height:auto}.faq-grid{gap:1.5rem;grid-template-columns:repeat(2,1fr)}.social-full-grid{flex-wrap:wrap;gap:1rem}.social-full-btn{flex-basis:calc(33.333% - 0.7rem);flex-grow:0;flex-shrink:0;max-width:none;min-width:100px;padding:1.2rem 1rem}.contact-hero h1{font-size:3rem}}@media (max-width:768px){.contact-hero{padding:6rem 1.5rem 4rem}.contact-hero h1{font-size:2.2rem}.contact-hero p{font-size:1rem}.contact-content{padding:3rem 1rem 4rem}.contact-card-wrapper,.form-card{border-radius:20px;padding:1.8rem}.form-row{gap:1rem;grid-template-columns:1fr}.social-full-btn{flex-basis:calc(50% - 0.5rem);flex-grow:0;flex-shrink:0;padding:1rem}.social-full-btn i{font-size:1.5rem}.social-full-btn span{font-size:.85rem}.faq-grid{gap:1.2rem;grid-template-columns:1fr}.toast-notification{left:50%;max-width:380px;top:90px;transform:translateX(-50%) translateY(-20px);width:calc(100% - 30px)}.toast-notification.show{transform:translateX(-50%) translateY(0)}.loading-content .lottie-loader{height:150px;width:150px}.loading-content{padding:2rem 2.5rem}.faq-item{padding:1.5rem}.faq-icon{height:60px;width:60px}.faq-icon i{font-size:1.4rem}.faq-header h2{font-size:2rem}.form-header h2,.info-header h2,.social-full-header h3{font-size:1.5rem}.contact-faq,.social-section-full{padding:4rem 1.5rem}}@media (max-width:576px){.contact-hero{padding:5rem 1rem 3rem}.contact-hero h1{font-size:1.9rem}.contact-hero p{font-size:.95rem}.hero-badge{font-size:.75rem;padding:.5rem 1rem}.contact-content{padding:2.5rem .75rem 3rem}.contact-card-wrapper,.form-card{border-radius:18px;padding:1.5rem}.form-group input,.form-group select,.form-group textarea{font-size:.95rem;padding:.9rem .9rem .9rem 2.5rem}.input-icon{font-size:.9rem;left:.9rem}.submit-btn{font-size:.95rem;padding:1rem 1.5rem}.faq-item{border-radius:20px;padding:1.3rem}.faq-icon{height:55px;margin-bottom:1rem;width:55px}.faq-icon i{font-size:1.3rem}.faq-item h4{font-size:.95rem}.faq-item p{font-size:.85rem}}@media (max-width:480px){.contact-hero h1{font-size:1.75rem}.hero-badge{font-size:.7rem;padding:.45rem .9rem}.form-header h2,.info-header h2{font-size:1.3rem}.contact-card{padding:1rem}.card-icon{border-radius:12px;font-size:1rem;height:42px;width:42px}.card-value{font-size:.9rem}.card-label{font-size:.7rem}.social-full-grid{gap:.6rem}.social-full-btn{flex-basis:calc(50% - 0.3rem);flex-grow:0;flex-shrink:0;gap:.5rem;min-width:auto;padding:.8rem}.social-full-btn i{font-size:1.3rem}.social-full-btn span{font-size:.75rem}.social-full-header h3{font-size:1.3rem}.contact-faq,.social-section-full{padding:3rem 1rem}.faq-header h2{font-size:1.6rem}.faq-badge{font-size:.7rem;padding:.5rem 1rem}.response-banner{flex-direction:column;padding:1rem 1.2rem;text-align:center}.response-banner .response-icon{height:40px;width:40px}.social-section{padding:1.2rem}.social-grid{gap:.6rem;grid-template-columns:1fr}.social-btn{padding:.8rem}}@media (max-width:360px){.contact-hero{padding:4.5rem .75rem 2.5rem}.contact-hero h1{font-size:1.5rem}.contact-hero p{font-size:.9rem}.contact-card-wrapper,.form-card{border-radius:16px;padding:1.25rem}.contact-card{gap:.8rem;padding:.9rem}.card-icon{font-size:.9rem;height:38px;width:38px}.form-group input,.form-group select,.form-group textarea{border-radius:12px;font-size:.9rem;padding:.85rem .85rem .85rem 2.3rem}.form-group textarea{min-height:120px}.submit-btn{border-radius:12px;font-size:.9rem;padding:.9rem 1.2rem}.social-full-btn{border-radius:16px;padding:.7rem}.social-full-btn i{font-size:1.1rem}.social-full-btn span{font-size:.7rem}.faq-item{border-radius:18px;padding:1.1rem}.faq-icon{height:50px;width:50px}.faq-icon i{font-size:1.2rem}.loading-content{border-radius:20px;padding:1.5rem 2rem}.loading-content .lottie-loader{height:120px;width:120px}.loading-content p{font-size:1rem}.toast-notification{left:50%;max-width:340px;padding:.9rem 1rem;top:80px;transform:translateX(-50%) translateY(-20px);width:calc(100% - 20px)}.toast-notification.show{transform:translateX(-50%) translateY(0)}}.legal-page{padding-top:80px}.legal-hero{background:linear-gradient(135deg,#f8fafc,#eef2ff);padding:5rem 2rem;text-align:center}.legal-hero-container{margin:0 auto;max-width:800px}.legal-hero h1{color:var(--text-dark);font-size:2.5rem;font-weight:800;margin-bottom:.5rem}.legal-hero p{color:var(--text-gray);font-size:1.1rem}.legal-content{background:var(--white);padding:4rem 0}.legal-wrapper{margin:0 auto;max-width:800px}.legal-section{border-bottom:1px solid #e2e8f0;margin-bottom:2.5rem;padding-bottom:2.5rem}.legal-section:last-of-type{border-bottom:none}.legal-section h2{color:var(--text-dark);font-size:1.4rem;font-weight:700;margin-bottom:1rem}.legal-section p{color:var(--text-gray);font-size:1rem;line-height:1.8;margin-bottom:1rem}.legal-section p:last-child{margin-bottom:0}.legal-section ul{list-style:none;margin:1rem 0;padding:0}.legal-section li{color:var(--text-gray);font-size:1rem;line-height:1.8;margin-bottom:.5rem;padding-left:1.5rem;position:relative}.legal-section li:before{color:var(--primary-blue);content:"•";font-weight:700;left:0;position:absolute}.legal-section li strong{color:var(--text-dark)}.legal-section a{color:var(--primary-blue);text-decoration:underline}.legal-section a:hover{color:var(--primary-dark)}.legal-update{border-top:1px solid #e2e8f0;margin-top:2rem;padding-top:2rem;text-align:center}.legal-update p{color:var(--text-gray);font-size:.9rem;font-style:italic}@media (max-width:768px){.legal-hero{padding:3rem 1.5rem}.legal-hero h1{font-size:2rem}.legal-hero p{font-size:1rem}.legal-content{padding:3rem 1.5rem}.legal-section h2{font-size:1.2rem}.legal-section li,.legal-section p{font-size:.95rem}}@media (max-width:576px){.legal-hero{padding:2.5rem 1rem}.legal-hero h1{font-size:1.8rem}.legal-content{padding:2.5rem 1rem}.legal-section{margin-bottom:2rem;padding-bottom:2rem}.legal-section h2{font-size:1.15rem}.legal-section li,.legal-section p{font-size:.9rem;line-height:1.7}}@media (max-width:480px){.legal-hero h1{font-size:1.6rem}.legal-hero p{font-size:.9rem}.legal-section h2{font-size:1.1rem}.legal-section li,.legal-section p{font-size:.85rem}.legal-update p{font-size:.8rem}}@media (max-width:360px){.legal-hero{padding:2rem .75rem}.legal-hero h1{font-size:1.45rem}.legal-content{padding:2rem .75rem}.legal-section h2{font-size:1.05rem}}.privacy-page{padding-top:80px}.privacy-hero{background:linear-gradient(135deg,#f8fafc,#eef2ff);padding:5rem 2rem;text-align:center}.privacy-hero-container{margin:0 auto;max-width:800px}.privacy-hero h1{color:var(--text-dark);font-size:2.5rem;font-weight:800;margin-bottom:.5rem}.privacy-hero p{color:var(--text-gray);font-size:1.1rem}.privacy-content{background:var(--white);padding:4rem 0}.privacy-wrapper{margin:0 auto;max-width:800px}.privacy-section{border-bottom:1px solid #e2e8f0;margin-bottom:2.5rem;padding-bottom:2.5rem}.privacy-section:last-of-type{border-bottom:none}.privacy-section h2{color:var(--text-dark);font-size:1.4rem;font-weight:700;margin-bottom:1rem}.privacy-section p{color:var(--text-gray);font-size:1rem;line-height:1.8;margin-bottom:1rem}.privacy-section p:last-child{margin-bottom:0}.privacy-section ul{list-style:none;margin:1rem 0;padding:0}.privacy-section li{color:var(--text-gray);font-size:1rem;line-height:1.8;margin-bottom:.5rem;padding-left:1.5rem;position:relative}.privacy-section li:before{color:var(--primary-blue);content:"•";font-weight:700;left:0;position:absolute}.privacy-section li strong{color:var(--text-dark)}.privacy-section a{color:var(--primary-blue);text-decoration:underline}.privacy-section a:hover{color:var(--primary-dark)}.privacy-update{border-top:1px solid #e2e8f0;margin-top:2rem;padding-top:2rem;text-align:center}.privacy-update p{color:var(--text-gray);font-size:.9rem;font-style:italic}@media (max-width:768px){.privacy-hero{padding:3rem 1.5rem}.privacy-hero h1{font-size:2rem}.privacy-hero p{font-size:1rem}.privacy-content{padding:3rem 1.5rem}.privacy-section h2{font-size:1.2rem}.privacy-section li,.privacy-section p{font-size:.95rem}}@media (max-width:576px){.privacy-hero{padding:2.5rem 1rem}.privacy-hero h1{font-size:1.8rem}.privacy-content{padding:2.5rem 1rem}.privacy-section{margin-bottom:2rem;padding-bottom:2rem}.privacy-section h2{font-size:1.15rem}.privacy-section li,.privacy-section p{font-size:.9rem;line-height:1.7}}@media (max-width:480px){.privacy-hero h1{font-size:1.6rem}.privacy-hero p{font-size:.9rem}.privacy-section h2{font-size:1.1rem}.privacy-section li,.privacy-section p{font-size:.85rem}.privacy-update p{font-size:.8rem}}@media (max-width:360px){.privacy-hero{padding:2rem .75rem}.privacy-hero h1{font-size:1.45rem}.privacy-content{padding:2rem .75rem}.privacy-section h2{font-size:1.05rem}}.faq-page{padding-top:80px}.faq-hero{background:linear-gradient(135deg,#f8fafc,#eef2ff);padding:6rem 2rem;text-align:center}.faq-hero-container{margin:0 auto;max-width:800px}.faq-hero h1{color:var(--text-dark);font-size:3rem;font-weight:800;margin-bottom:1rem}.faq-hero p{color:var(--text-gray);font-size:1.2rem}.faq-content{background:var(--white);padding:5rem 0}.faq-categories{display:flex;flex-wrap:wrap;gap:.8rem;justify-content:center;margin-bottom:3rem}.category-btn{background:var(--background-light);border:none;border-radius:25px;color:var(--text-gray);cursor:pointer;font-size:.9rem;font-weight:600;padding:.7rem 1.5rem;transition:all .3s ease}.category-btn:hover{background:#e2e8f0;color:var(--text-dark)}.category-btn.active{background:var(--primary-blue);color:var(--white)}.faq-list{display:flex;flex-direction:column;gap:1rem;margin:0 auto;max-width:800px}.faq-item{background:var(--background-light);border-radius:16px;overflow:hidden;transition:all .3s ease}.faq-item.active{box-shadow:0 10px 30px #00000014}.faq-question{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;gap:1rem;justify-content:space-between;padding:1.3rem 1.5rem;text-align:left;width:100%}.faq-question span{color:var(--text-dark);font-size:1rem;font-weight:600;line-height:1.4}.faq-icon{color:var(--text-gray);flex-shrink:0;height:20px;transition:transform .3s ease;width:20px}.faq-item.active .faq-icon{color:var(--primary-blue);transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.faq-item.active .faq-answer{max-height:300px;padding:0 1.5rem 1.5rem}.faq-answer p{color:var(--text-gray);font-size:.95rem;line-height:1.7}.faq-cta{background:linear-gradient(135deg,#2563eb,#7c3aed);padding:5rem 2rem}.faq-cta-content{margin:0 auto;max-width:600px;text-align:center}.faq-cta h2{color:var(--white);font-size:2rem;font-weight:800;margin-bottom:1rem}.faq-cta p{color:#ffffffd9;font-size:1.1rem;margin-bottom:2rem}@media (max-width:1024px){.faq-list{max-width:700px}}@media (max-width:768px){.faq-hero{padding:4rem 1.5rem}.faq-hero h1{font-size:2.2rem}.faq-hero p{font-size:1rem}.faq-content{padding:4rem 1.5rem}.faq-categories{gap:.5rem;margin-bottom:2.5rem}.category-btn{font-size:.85rem;padding:.5rem 1rem}.faq-question{padding:1rem 1.2rem}.faq-question span{font-size:.95rem}.faq-cta{padding:4rem 1.5rem}.faq-cta h2{font-size:1.6rem}.faq-cta p{font-size:1rem}}@media (max-width:576px){.faq-hero{padding:3rem 1rem}.faq-hero h1{font-size:1.9rem}.faq-content{padding:3rem 1rem}.faq-categories{margin-bottom:2rem}.category-btn{font-size:.8rem;padding:.45rem .9rem}.faq-item{border-radius:14px}.faq-question{gap:.8rem;padding:1rem}.faq-question span{font-size:.9rem}.faq-icon{height:18px;width:18px}.faq-item.active .faq-answer{padding:0 1rem 1rem}.faq-answer p{font-size:.9rem}.faq-cta{padding:3rem 1rem}}@media (max-width:480px){.faq-hero h1{font-size:1.7rem}.faq-hero p{font-size:.9rem}.category-btn{font-size:.75rem;padding:.4rem .8rem}.faq-question span{font-size:.85rem}.faq-cta h2{font-size:1.4rem}.faq-cta p{font-size:.9rem}}@media (max-width:360px){.faq-hero{padding:2.5rem .75rem}.faq-hero h1{font-size:1.5rem}.faq-content{padding:2.5rem .75rem}.faq-item{border-radius:12px}.faq-question{padding:.9rem}.faq-question span{font-size:.8rem}.faq-cta{padding:2.5rem .75rem}}
/*# sourceMappingURL=main.d890189f.css.map*/