:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;--bg-primary: #ffffff;--bg-secondary: #f8f9fa;--bg-tertiary: #f0f1f3;--text-primary: #1a1a1a;--text-secondary: #555555;--text-tertiary: #888888;--border-color: #e0e0e0;--shadow-color: rgba(0, 0, 0, .1);--card-bg: #ffffff;--header-bg: linear-gradient(135deg, #1e88e5 0%, #1565c0 100%);--input-bg: #ffffff;--input-border: #ddd;--input-text: #333;--button-hover-bg: rgba(30, 136, 229, .2);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html[data-theme=dark],html.dark-mode{--bg-primary: #1a1a1a;--bg-secondary: #2d2d2d;--bg-tertiary: #3a3a3a;--text-primary: #e0e0e0;--text-secondary: #b0b0b0;--text-tertiary: #888888;--border-color: #404040;--shadow-color: rgba(0, 0, 0, .3);--card-bg: #252525;--header-bg: linear-gradient(135deg, #0d47a1 0%, #1565c0 100%);--input-bg: #2d2d2d;--input-border: #404040;--input-text: #e0e0e0;--button-hover-bg: rgba(30, 136, 229, .15)}html,body{overflow-x:hidden;width:100%;margin:0;padding:0}*{box-sizing:border-box}body{margin:0}.main-content{width:100%;padding:0;background-color:var(--bg-primary);color:var(--text-primary);transition:background-color .3s ease,color .3s ease}.main-content h1{color:var(--text-primary);margin-top:0;transition:color .3s ease}.main-content p{color:var(--text-secondary);line-height:1.6;font-size:1rem;transition:color .3s ease}.main-content ul{color:var(--text-secondary);line-height:1.8;transition:color .3s ease}.top-header{background:linear-gradient(135deg,#1e88e5,#1565c0);border-bottom:1px solid rgba(255,255,255,.1);padding:1.2rem 0;box-shadow:0 8px 32px #1e88e526;position:relative;overflow:hidden;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}[data-theme=dark] .top-header{background:linear-gradient(135deg,#0d47a1,#1565c0);border-bottom:1px solid rgba(66,165,245,.1);box-shadow:0 8px 32px #1e88e533}.top-header:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><g fill="%23ffffff" fill-opacity="0.05"><path d="M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z"/></g></g></svg>');pointer-events:none;opacity:.3}.top-header-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:2.5rem;position:relative;z-index:1}.top-header-left{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.contact-item{display:flex;align-items:center;gap:1rem;font-size:.95rem;color:#fff;transition:all .3s cubic-bezier(.25,.46,.45,.94);padding:.75rem 1.2rem;border-radius:12px;cursor:pointer;background:#ffffff14;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}.contact-item:hover{background:#ffffff26;transform:translateY(-2px);box-shadow:0 8px 24px #00000026;border-color:#fff3}[data-theme=dark] .contact-item{background:#42a5f51a;border-color:#42a5f526}[data-theme=dark] .contact-item:hover{background:#42a5f533;border-color:#42a5f54d}.contact-icon-wrapper{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#ffffff26;border-radius:10px;transition:all .3s ease}.contact-item:hover .contact-icon-wrapper{background:linear-gradient(135deg,#ffffff40,#ffffff26);transform:scale(1.1) rotate(-5deg)}.contact-icon{font-size:1.2rem;color:#fff;transition:all .3s ease}.contact-details{display:flex;flex-direction:column;gap:.2rem}.contact-label{font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:1px;opacity:.85;transition:opacity .3s ease}.contact-item:hover .contact-label{opacity:1}.contact-value{font-weight:700;font-size:.95rem;color:#fff;text-decoration:none;transition:all .3s ease;background:linear-gradient(135deg,#fff,#fffc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.contact-item:hover .contact-value{filter:brightness(1.2)}.divider{width:1px;height:35px;background:linear-gradient(180deg,#fff0,#ffffff4d,#fff0);margin:0 .5rem}.top-header-right{display:flex;gap:1rem;align-items:center}.theme-toggle{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:#ffffff26;color:#fff;border:1.5px solid rgba(255,255,255,.2);transition:all .3s cubic-bezier(.25,.46,.45,.94);font-size:1.1rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;position:relative;overflow:hidden;padding:0}.theme-toggle:before{content:"";position:absolute;inset:0;border-radius:50%;background:radial-gradient(circle at 30% 30%,rgba(255,255,255,.2),transparent);opacity:0;transition:opacity .3s ease}.toggle-icon{display:flex;align-items:center;justify-content:center;transition:all .3s ease}.theme-toggle:hover{background:linear-gradient(135deg,#ffffff40,#ffffff26);color:#fff;border-color:#ffffff4d;transform:scale(1.12) rotate(-15deg);box-shadow:0 8px 24px #1e88e54d}.theme-toggle:hover:before{opacity:1}[data-theme=dark] .theme-toggle{border-color:#42a5f533}[data-theme=dark] .theme-toggle:hover{background:linear-gradient(135deg,#42a5f54d,#42a5f526);border-color:#42a5f566;box-shadow:0 8px 24px #42a5f54d}.social-links{display:flex;gap:.8rem;align-items:center}.social-icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#ffffff26;color:#fff;border:1.5px solid rgba(255,255,255,.2);transition:all .3s cubic-bezier(.25,.46,.45,.94);text-decoration:none;font-size:.95rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;overflow:hidden}.social-icon:before{content:"";position:absolute;inset:0;border-radius:50%;background:radial-gradient(circle at 30% 30%,rgba(255,255,255,.1),transparent);opacity:0;transition:opacity .3s ease}.social-icon:after{content:"";position:absolute;inset:0;border-radius:50%;background:linear-gradient(135deg,currentColor,rgba(255,255,255,.1));opacity:0;transition:opacity .3s ease}.social-icon:hover{color:#fff;border-color:#ffffff4d;transform:translateY(-3px) scale(1.15);box-shadow:0 12px 28px #0003}.social-icon:hover:before{opacity:1}.social-icon.facebook:hover{background:linear-gradient(135deg,#1877f2,#0a66c2);border-color:#1877f2}.social-icon.twitter:hover{background:linear-gradient(135deg,#1da1f2,#1a8cd8);border-color:#1da1f2}.social-icon.instagram:hover{background:linear-gradient(135deg,#e4405f,#fd1d1d);border-color:#e4405f}.social-icon.linkedin:hover{background:linear-gradient(135deg,#0077b5,#004182);border-color:#0077b5}.social-icon.skype:hover{background:linear-gradient(135deg,#00aff0,#0078d4);border-color:#00aff0}[data-theme=dark] .social-icon{background:#42a5f51a;border-color:#42a5f526}[data-theme=dark] .social-icon:hover{border-color:#42a5f54d;box-shadow:0 12px 28px #1e88e540}@media(max-width:1024px){.top-header-container{gap:1.5rem}.contact-item{padding:.6rem 1rem}}@media(max-width:768px){.top-header{padding:1rem 0}.top-header-container{flex-direction:column;gap:1rem;padding:0 1rem}.top-header-left{width:100%;justify-content:center;gap:.5rem}.top-header-right{width:100%;justify-content:center}.divider{width:1px;height:30px}.contact-item{font-size:.85rem;padding:.5rem .9rem;gap:.8rem}.contact-icon-wrapper{width:36px;height:36px}.contact-icon{font-size:1rem}.contact-label{font-size:.7rem}.contact-value{font-size:.85rem}.social-icon,.theme-toggle{width:38px;height:38px;font-size:.9rem}}@media(max-width:480px){.top-header{padding:.8rem 0}.top-header-container{padding:0 .8rem;gap:.75rem}.divider{display:none}.top-header-left{gap:.3rem}.contact-item{padding:.4rem .7rem;font-size:.8rem;gap:.6rem}.contact-icon-wrapper{width:32px;height:32px}.contact-icon{font-size:.9rem}.contact-label{font-size:.65rem}.contact-value{font-size:.75rem}.social-links{gap:.6rem}.social-icon,.theme-toggle{width:36px;height:36px;font-size:.85rem}}.navbar{background:linear-gradient(135deg,#fff,#fffffff2);padding:1rem 0;box-shadow:0 8px 32px #00000014;position:sticky;top:0;z-index:100;transition:all .3s ease;border-bottom:1px solid rgba(30,136,229,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}[data-theme=dark] .navbar{background:linear-gradient(135deg,#1a1a1a,#1a1a1af2);border-bottom:1px solid rgba(66,165,245,.1);box-shadow:0 8px 32px #0000004d}.navbar:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><g fill="%231e88e5" fill-opacity="0.03"><path d="M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z"/></g></g></svg>');pointer-events:none;opacity:.3}.nav-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;gap:2rem;position:relative;z-index:1}.logo-link{display:flex;align-items:center;text-decoration:none;flex-shrink:0;transition:all .3s ease;padding:.5rem 0}.logo-link:hover{transform:translateY(-2px)}.navbar-logo{height:50px;width:auto;object-fit:contain;transition:all .3s cubic-bezier(.25,.46,.45,.94);filter:brightness(1)}.logo-link:hover .navbar-logo{transform:scale(1.08) rotate(-2deg);filter:brightness(1.1)}[data-theme=dark] .navbar-logo{filter:brightness(1.2)}.nav-links{list-style:none;display:flex;gap:.5rem;margin:0;padding:0;align-items:center;flex:1;justify-content:center}.nav-link{color:#1a1a1a;text-decoration:none;font-weight:600;font-size:.95rem;transition:all .3s cubic-bezier(.25,.46,.45,.94);padding:.7rem 1.2rem;border-radius:8px;position:relative;overflow:hidden;display:inline-block}.nav-link:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#1e88e5,#42a5f5);border-radius:8px;opacity:0;transition:opacity .3s ease;z-index:-1}.nav-link:hover:before{opacity:.1}.nav-link:hover{color:#1e88e5;transform:translateY(-2px);box-shadow:0 8px 24px #1e88e526;background:#1e88e514}[data-theme=dark] .nav-link{color:#e0e0e0}[data-theme=dark] .nav-link:hover{color:#42a5f5;background:#42a5f51a;box-shadow:0 8px 24px #42a5f526}.hamburger-btn{display:none;background:none;border:none;color:#1a1a1a;cursor:pointer;padding:.5rem;transition:all .3s ease;align-items:center;justify-content:center;position:relative;border-radius:8px}.hamburger-icon{display:flex;align-items:center;justify-content:center;transition:all .3s ease}.hamburger-btn:hover{background:#1e88e51a;color:#1e88e5;transform:rotate(90deg)}[data-theme=dark] .hamburger-btn{color:#e0e0e0}[data-theme=dark] .hamburger-btn:hover{background:#42a5f51a;color:#42a5f5}.nav-drawer{display:none;position:fixed;top:0;left:0;width:100%;height:100vh;background:linear-gradient(135deg,#fff,#fffffffa);z-index:99;padding-top:80px;overflow-y:auto;transform:translate(-100%);transition:transform .35s cubic-bezier(.4,0,.2,1)}[data-theme=dark] .nav-drawer{background:linear-gradient(135deg,#1a1a1a,#1a1a1afa)}.nav-drawer.open{transform:translate(0)}.drawer-links{list-style:none;display:flex;flex-direction:column;gap:0;margin:0;padding:1rem 0}.drawer-links li{border-bottom:1px solid rgba(30,136,229,.08)}[data-theme=dark] .drawer-links li{border-bottom:1px solid rgba(66,165,245,.08)}.drawer-link{display:block;color:#1a1a1a;text-decoration:none;font-weight:600;font-size:1.1rem;padding:1.2rem 2rem;transition:all .3s cubic-bezier(.25,.46,.45,.94);position:relative;overflow:hidden}.drawer-link:before{content:"";position:absolute;left:0;top:0;height:100%;width:4px;background:linear-gradient(135deg,#1e88e5,#42a5f5);transform:scaleY(0);transform-origin:top;transition:transform .3s ease}.drawer-link:hover:before{transform:scaleY(1)}.drawer-link:hover{background:#1e88e514;color:#1e88e5;padding-left:2.5rem}[data-theme=dark] .drawer-link{color:#e0e0e0}[data-theme=dark] .drawer-link:hover{background:#42a5f514;color:#42a5f5}.nav-backdrop{display:none;position:fixed;inset:0;background:#0006;z-index:98;animation:fadeIn .3s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media(max-width:1024px){.nav-container{gap:1.5rem}.nav-links{gap:.25rem}.nav-link{padding:.6rem 1rem;font-size:.9rem}}@media(max-width:768px){.navbar{padding:.8rem 0}.nav-container{padding:0 1rem;gap:1rem}.navbar-logo{height:45px}.nav-links{display:none}.hamburger-btn{display:flex}.nav-drawer{display:block;padding-top:75px}.nav-backdrop{display:block}.drawer-link{padding:1rem 1.5rem;font-size:1rem}.drawer-link:hover{padding-left:2.2rem}}@media(max-width:480px){.navbar{padding:.6rem 0}.nav-container{padding:0 .75rem;gap:.75rem}.navbar-logo{height:40px}.nav-drawer{padding-top:70px}.drawer-links{padding:.5rem 0}.drawer-link{padding:.9rem 1.2rem;font-size:.95rem}.drawer-link:hover{padding-left:2rem}}.footer{background:#4a4a4a;color:#fff;padding:0;width:100%;margin:0;transition:background-color .3s ease,color .3s ease}[data-theme=dark] .footer{background:#1a1a1a}.footer-top{display:flex;justify-content:space-between;align-items:center;padding:2rem;max-width:1400px;margin:0 auto;width:100%;transition:all .3s ease}.footer-logo{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem}.logo-image{height:70px;width:auto;object-fit:contain}.footer-logo h2{font-size:1.8rem;font-weight:800;margin:0;color:#fff;transition:color .3s ease}.footer-social{display:flex;gap:1.5rem}.social-link{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;background:#ffffff1a;border-radius:50%;color:#fff;transition:all .3s ease;text-decoration:none}.social-link:hover{background:#fff;color:#4a4a4a;transform:translateY(-3px)}[data-theme=dark] .social-link:hover{background:#1e88e5;color:#1a1a1a}.footer-divider{height:1px;background:#fff3;transition:background-color .3s ease}[data-theme=dark] .footer-divider{background:#ffffff1a}.footer-content{display:grid;grid-template-columns:1fr 1fr 1fr;gap:3rem;padding:2rem;max-width:1400px;margin:0 auto;width:100%}.footer-about{display:flex;flex-direction:column;gap:1rem}.footer-section-title{font-size:.9rem;font-weight:700;color:#fff;margin:0;text-transform:uppercase;letter-spacing:1px}.footer-description{font-size:.9rem;color:#ffffffb3;line-height:1.6;margin:0}.footer-links{display:flex;flex-direction:column;gap:1rem}.links-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.links-list li a{font-size:.9rem;color:#ffffffb3;text-decoration:none;transition:color .3s ease}.links-list li a:hover{color:#fff}.footer-contact{display:flex;flex-direction:column;gap:1.2rem}.contact-item{display:flex;gap:.75rem;align-items:flex-start}.contact-item svg{color:#ffffffb3;flex-shrink:0;margin-top:.1rem}.contact-label{font-size:.85rem;font-weight:700;color:#fff;margin:0}.contact-value{font-size:.85rem;color:#fff9;margin:.25rem 0 0;line-height:1.4}.contact-link{font-size:.9rem;color:#ffffffb3;text-decoration:none;transition:color .3s ease}.contact-link:hover{color:#fff}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;max-width:1400px;margin:0 auto;width:100%;background:#0003}.footer-copyright{font-size:.9rem;color:#ffffffb3;margin:0}.footer-copyright p{margin:0}.company-name{font-weight:700;color:#fff}.footer-bottom-links{display:flex;gap:2rem}.footer-link{font-size:.9rem;color:#ffffffb3;text-decoration:none;transition:color .3s ease}.footer-link:hover{color:#fff}[data-theme=dark] .footer-link:hover{color:#76d64b}@media(min-width:1025px)and (max-width:1440px){.footer-top{padding:1.5rem}.footer-content{grid-template-columns:repeat(4,1fr);gap:1.5rem;padding:1.5rem}.footer-bottom{padding:1.2rem 1.5rem}}@media(min-width:769px)and (max-width:1024px){.footer-top{flex-direction:column;gap:1.5rem;padding:1.5rem;text-align:center}.footer-content{grid-template-columns:1fr 1fr;gap:2rem;padding:2rem 1.5rem}.footer-bottom{flex-direction:column;gap:1.5rem;text-align:center;padding:1.5rem}.footer-bottom-links{gap:1.5rem}}@media(min-width:481px)and (max-width:768px){.footer-top{flex-direction:column;gap:1rem;padding:1.2rem 1rem}.footer-logo h2{font-size:1.5rem}.footer-content{grid-template-columns:1fr;gap:1.5rem;padding:1.5rem 1rem}.footer-section-title,.footer-description,.links-list li a{font-size:.85rem}.contact-item{gap:.6rem}.contact-label,.contact-value{font-size:.8rem}.footer-bottom{flex-direction:column;gap:1rem;padding:1rem;text-align:center}.footer-copyright,.footer-link{font-size:.85rem}.footer-bottom-links{gap:1rem}}@media(max-width:480px){.footer-top{flex-direction:column;gap:1rem;padding:1rem .75rem}.footer-logo h2{font-size:1.2rem}.footer-social{gap:1rem}.social-link{width:36px;height:36px}.footer-content{grid-template-columns:1fr;gap:1.5rem;padding:1.5rem .75rem}.location-title,.location-address,.location-phone{font-size:.8rem}.footer-bottom{flex-direction:column;gap:.75rem;padding:.75rem;text-align:center}.footer-copyright,.footer-link{font-size:.8rem}.footer-links{gap:.75rem}}@media(max-width:374px){.footer-top{gap:.75rem;padding:.75rem .5rem}.footer-logo h2{font-size:1rem}.footer-social{gap:.75rem}.social-link{width:32px;height:32px}.footer-content{gap:1rem;padding:1rem .5rem}.location-title{font-size:.75rem}.location-address{font-size:.75rem;line-height:1.4}.location-phone{font-size:.75rem}.footer-bottom{gap:.5rem;padding:.5rem}.footer-copyright,.footer-link{font-size:.75rem}.footer-links{gap:.5rem}}.hero{position:relative;height:45vh;min-height:400px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;padding:3rem 0 2rem;width:100%;margin:0}.hero-background{position:absolute;inset:0;z-index:0}.hero-gradient{position:absolute;inset:0;background:linear-gradient(135deg,#0a0e27,#1a1f3a,#0f1629)}.hero-pattern{position:absolute;inset:0;background-image:radial-gradient(circle at 20% 50%,rgba(59,130,246,.1) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(139,92,246,.1) 0%,transparent 50%);animation:movePattern 20s ease-in-out infinite}@keyframes movePattern{0%,to{transform:translate(0)}50%{transform:translate(20px,20px)}}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;z-index:1;padding:0 2rem;margin:0 auto;width:100%;flex:1}.hero-text{display:flex;flex-direction:column;gap:2rem}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.2;color:#fff;text-shadow:0 4px 20px rgba(0,0,0,.3)}.hero-title .highlight{color:orange;display:block;font-size:3.5rem;margin:.5rem 0;animation:highlightPulse 3s ease-in-out infinite}@keyframes highlightPulse{0%,to{opacity:1}50%{opacity:.8}}.hero-description{font-size:1.2rem;color:#fffc;line-height:1.6;max-width:500px}.hero-buttons{display:flex;gap:1.5rem;flex-wrap:wrap}.btn{padding:1rem 2rem;font-size:1rem;font-weight:600;border:none;border-radius:50px;cursor:pointer;transition:all .3s cubic-bezier(.25,.46,.45,.94);text-transform:none;position:relative;overflow:hidden}.btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:#ffffff1a;transition:left .3s ease;z-index:-1}.btn:hover:before{left:100%}.btn-primary{background:linear-gradient(135deg,orange,#ff8c00);color:#fff;box-shadow:0 8px 20px #ffa50066}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 12px 30px #ffa50099}.btn-secondary{background:#fff;color:#0a0e27;box-shadow:0 8px 20px #fff3;border:2px solid white}.btn-secondary:hover{transform:translateY(-3px);box-shadow:0 12px 30px #fff6;background:#fffffff2}.hero-visual{position:relative;height:500px;display:flex;align-items:center;justify-content:center}.hexagon-container{position:relative;width:300px;height:350px}.hexagon{position:absolute;width:120px;height:140px;border:2px solid;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#3b82f61a,#8b5cf61a)}.hex-1{border-color:#3b82f680;top:0;left:50%;transform:translate(-50%);animation:float 3s ease-in-out infinite;z-index:3}.hex-2{border-color:#8b5cf680;top:100px;left:0;animation:float 4s ease-in-out infinite .5s;z-index:2}.hex-3{border-color:#3b82f680;top:100px;right:0;animation:float 3.5s ease-in-out infinite 1s;z-index:2}.hex-4{border-color:#8b5cf680;bottom:0;left:25%;animation:float 4s ease-in-out infinite .75s;z-index:1}.hex-5{border-color:#3b82f680;bottom:0;right:25%;animation:float 3.5s ease-in-out infinite 1.25s;z-index:1}.hex-6{border-color:#8b5cf680;top:50%;left:50%;transform:translate(-50%,-50%);width:100px;height:115px;background:linear-gradient(135deg,#ffa50033,#8b5cf633);z-index:4}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.tech-shape{position:absolute;bottom:0;right:0;width:200px;height:200px;background:linear-gradient(135deg,#ffa5004d,#8b5cf64d);border-radius:20px;filter:blur(40px);animation:pulse 4s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1);opacity:.5}50%{transform:scale(1.1);opacity:.7}}.hero-slider-dots{display:flex;justify-content:center;gap:1rem;margin-top:2rem;z-index:2}.dot{width:12px;height:12px;border-radius:50%;background:#ffffff4d;border:none;cursor:pointer;transition:all .3s ease}.dot.active{background:orange;width:30px;border-radius:6px;box-shadow:0 0 10px #ffa50080}.dot:hover{background:#ffa50099}@media(min-width:1441px){.hero{height:80vh;min-height:700px;padding:4rem 3rem 2rem}.hero-content{max-width:1600px;gap:5rem}.hero-title,.hero-title .highlight{font-size:4rem}.hero-description{font-size:1.3rem}.hero-visual{height:550px}.hexagon{width:140px;height:160px}}@media(min-width:1025px)and (max-width:1440px){.hero{height:100vh;min-height:600px;padding:3rem 2rem 2rem}.hero-content{gap:4rem}.hero-title,.hero-title .highlight{font-size:3.5rem}.hero-description{font-size:1.2rem}.hero-visual{height:500px}.hexagon{width:120px;height:140px}}@media(min-width:769px)and (max-width:1024px){.hero{height:100vh;min-height:500px;padding:2.5rem 1.5rem 1.5rem}.hero-content{grid-template-columns:1fr;gap:2.5rem;max-width:100%}.hero-title,.hero-title .highlight{font-size:2.5rem}.hero-description{font-size:1.1rem;max-width:100%}.hero-buttons{flex-direction:row}.btn{padding:.9rem 1.8rem;font-size:.95rem;width:auto}.hero-visual{height:350px;display:flex}.hexagon{width:90px;height:110px}.dot{width:10px;height:10px}.dot.active{width:25px}}@media(min-width:481px)and (max-width:768px){.hero{height:100vh;min-height:450px;padding:2rem 1rem 1rem;width:100%;margin:0}.hero-content{grid-template-columns:1fr;gap:1.5rem}.hero-title{font-size:2rem}.hero-title .highlight{font-size:2rem;margin:.3rem 0}.hero-description{font-size:.95rem;max-width:100%;line-height:1.5}.hero-buttons{flex-direction:column;gap:1rem}.btn{width:100%;padding:.85rem 1.5rem;font-size:.9rem}.hero-visual{height:250px;display:none}.hero-slider-dots{margin-top:1rem;gap:.8rem}.dot{width:10px;height:10px}.dot.active{width:20px}}@media(max-width:480px){.hero{height:50vh;min-height:300px;padding:1.5rem 1rem .5rem;width:100%;margin:0}.hero-background{position:fixed;top:0;left:0}.hero-content{grid-template-columns:1fr;gap:1rem;max-width:100%;padding:0 1rem}.hero-text{gap:1.5rem}.hero-title{font-size:1.5rem;line-height:1.1;text-shadow:0 2px 10px rgba(0,0,0,.3)}.hero-title .highlight{font-size:1.5rem;margin:.2rem 0}.hero-description{font-size:.85rem;color:#ffffffd9;line-height:1.4}.hero-buttons{flex-direction:column;gap:.75rem}.btn{width:100%;padding:.75rem 1.25rem;font-size:.8rem;border-radius:40px}.btn-primary{padding:.75rem 1.25rem}.btn-secondary{padding:.75rem 1.25rem;border:1.5px solid white}.hero-visual{display:none}.hero-slider-dots{margin-top:1rem;gap:.6rem}.dot{width:8px;height:8px}.dot.active{width:18px;border-radius:4px}}@media(max-width:374px){.hero{height:45vh;min-height:280px;padding:1rem .75rem .5rem}.hero-content{padding:0 .5rem}.hero-title,.hero-title .highlight{font-size:1.3rem}.hero-description{font-size:.8rem}.btn{padding:.65rem 1rem;font-size:.75rem}}.stats-section{background:linear-gradient(135deg,#0a0e27,#1a1f3a,#0f1629);padding:2rem;width:100%;margin:0;overflow-x:hidden}.stats-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;background:#fff;padding:1.8rem;border-radius:20px;box-shadow:0 15px 50px #00000026}.stat-item{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease;border-radius:12px}.stat-item:hover{transform:translateY(-5px);box-shadow:0 10px 25px #00000014}.stat-number{font-size:2.5rem;font-weight:800;background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stat-label{font-size:1rem;color:#666;font-weight:600;line-height:1.4}@media(max-width:1024px){.stats-container{grid-template-columns:repeat(2,1fr);gap:1.5rem;padding:2rem}.stat-number{font-size:2rem}.stat-label{font-size:.95rem}}@media(min-width:769px)and (max-width:1024px){.stats-section{padding:2.5rem 1.5rem}.stats-container{grid-template-columns:repeat(2,1fr);gap:1.5rem;padding:2rem;border-radius:15px}.stat-item{padding:1.2rem;gap:.6rem}.stat-number{font-size:2rem}.stat-label{font-size:.9rem}}@media(min-width:481px)and (max-width:768px){.stats-section{padding:2rem 1rem}.stats-container{grid-template-columns:repeat(2,1fr);gap:1.2rem;padding:1.8rem;border-radius:15px}.stat-item{padding:1rem;gap:.5rem}.stat-number{font-size:1.8rem}.stat-label{font-size:.85rem}}@media(max-width:480px){.stats-section{padding:1.5rem .75rem}.stats-container{grid-template-columns:1fr;gap:1rem;padding:1.5rem;border-radius:12px}.stat-item{padding:.9rem;gap:.4rem}.stat-number{font-size:1.6rem}.stat-label{font-size:.8rem;line-height:1.3}}@media(max-width:374px){.stats-section{padding:1rem .5rem}.stats-container{grid-template-columns:1fr;gap:.8rem;padding:1rem}.stat-item{padding:.75rem;gap:.3rem}.stat-number{font-size:1.4rem}.stat-label{font-size:.75rem}}.service-section{background:linear-gradient(135deg,#f5f5f5,#e8e8e8);padding:4rem 2rem;width:100%;margin:0}.service-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.service-content{display:flex;flex-direction:column;gap:2rem}.service-title{font-size:2.8rem;font-weight:800;line-height:1.3;color:#000;margin:0}.service-description{font-size:1rem;color:#666;line-height:1.8;margin:0}.service-btn{display:inline-flex;align-items:center;gap:.75rem;padding:.85rem 1.8rem;background:#000;color:#fff;border:none;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.25,.46,.45,.94);width:fit-content}.service-btn:hover{background:#333;transform:translate(5px);box-shadow:0 8px 25px #0003}.btn-icon{display:flex;align-items:center;justify-content:center;transition:transform .3s ease}.service-btn:hover .btn-icon{transform:translate(3px)}.service-visual{position:relative;height:500px;display:flex;align-items:center;justify-content:center}.shapes-container{position:relative;width:100%;height:100%;perspective:1000px}.grid-background{position:absolute;inset:0;background-image:linear-gradient(90deg,rgba(200,200,200,.1) 1px,transparent 1px),linear-gradient(rgba(200,200,200,.1) 1px,transparent 1px);background-size:40px 40px;border-radius:10px}.shape{position:absolute;background:linear-gradient(135deg,#ccc,#999);border-radius:10px;box-shadow:0 20px 40px #0003,0 10px 20px #0000001a;animation:float 3s ease-in-out infinite}.shape-1{width:100px;height:100px;top:10%;right:15%;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);animation-delay:0s}.shape-2{width:80px;height:80px;bottom:15%;left:10%;border-radius:50%;animation-delay:.5s}.shape-3{width:90px;height:90px;top:30%;left:5%;clip-path:polygon(0% 0%,100% 0%,100% 100%,0% 100%);transform:rotate(45deg);animation-delay:1s}.shape-4{width:70px;height:70px;bottom:25%;right:8%;clip-path:polygon(50% 0%,100% 38%,82% 100%,18% 100%,0% 38%);animation-delay:.75s}.shape-5{width:85px;height:85px;top:50%;right:35%;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);background:linear-gradient(135deg,#d4a574,#9d7e6c);animation-delay:.3s}.shape-6{width:95px;height:95px;top:15%;left:20%;border-radius:15px;transform:rotate(-20deg);background:linear-gradient(135deg,#b0b0b0,gray);animation-delay:1.2s}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-15px) rotate(2deg)}}@media(min-width:769px)and (max-width:1024px){.service-section{padding:3rem 1.5rem}.service-container{grid-template-columns:1fr;gap:2.5rem}.service-title{font-size:2.2rem}.service-description{font-size:.95rem}.service-visual{height:400px}.shape-1{width:80px;height:80px}.shape-2{width:65px;height:65px}.shape-3{width:70px;height:70px}.shape-4{width:55px;height:55px}.shape-5{width:70px;height:70px}.shape-6{width:75px;height:75px}}@media(min-width:481px)and (max-width:768px){.service-section{padding:2.5rem 1rem}.service-container{grid-template-columns:1fr;gap:2rem}.service-title{font-size:1.8rem}.service-description{font-size:.9rem;line-height:1.6}.service-visual{height:350px}.shape-1{width:65px;height:65px}.shape-2{width:55px;height:55px}.shape-3{width:60px;height:60px}.shape-4{width:50px;height:50px}.shape-5{width:60px;height:60px}.shape-6{width:65px;height:65px}}@media(max-width:480px){.service-section{padding:2rem 1rem}.service-container{grid-template-columns:1fr;gap:1.5rem}.service-title{font-size:1.5rem;line-height:1.2}.service-description{font-size:.85rem;line-height:1.5}.service-btn{padding:.75rem 1.5rem;font-size:.9rem}.service-visual{height:280px}.grid-background{background-size:25px 25px}.shape-1{width:50px;height:50px;right:10%}.shape-2{width:45px;height:45px;left:8%}.shape-3{width:50px;height:50px;left:5%}.shape-4{width:40px;height:40px;right:6%}.shape-5{width:48px;height:48px}.shape-6{width:52px;height:52px;left:15%}}@media(max-width:374px){.service-section{padding:1.5rem .75rem}.service-title{font-size:1.3rem}.service-description{font-size:.8rem}.service-btn{padding:.65rem 1.2rem;font-size:.85rem}.service-visual{height:220px}.shape-1,.shape-2,.shape-3,.shape-4,.shape-5,.shape-6{width:35px;height:35px}}.services-grid-section{background:linear-gradient(135deg,#0a0e27,#1a1f3a,#0f1629);padding:4rem 2rem;width:100%;margin:0;position:relative;overflow:hidden}.services-grid-container{max-width:1400px;margin:0 auto}.grid-header{text-align:center;margin-bottom:4rem}.grid-subtitle{font-size:1rem;color:#ffffffb3;margin:0 0 1rem;font-weight:500;letter-spacing:1px;text-transform:uppercase}.grid-title{font-size:3.5rem;font-weight:800;color:#fff;margin:0;line-height:1.2}.services-grid{position:relative;width:100%;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;padding:0;min-height:auto}.grid-lines{position:absolute;top:0;left:0;width:100vw;height:100%;margin-left:calc(-50vw + 50%);z-index:0;pointer-events:none}.services-grid-items{position:relative;display:contents;z-index:2}.service-card{background:#ffffff0d;border:2px solid rgba(255,255,255,.15);border-radius:20px;padding:2.5rem 1.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;min-height:250px;cursor:pointer;transition:all .3s cubic-bezier(.25,.46,.45,.94);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;overflow:hidden}.service-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(76,175,80,.1) 0%,transparent 100%);opacity:0;transition:opacity .3s ease;z-index:-1}.service-card:hover{background:#4caf501a;border-color:#4caf5066;box-shadow:0 15px 40px #4caf5033,inset 0 1px #ffffff1a;transform:translateY(-5px)}.service-card:hover:before{opacity:1}.card-icon{font-size:3rem;display:flex;align-items:center;justify-content:center}.card-title{font-size:1.3rem;font-weight:700;color:#fff;text-align:center;margin:0;line-height:1.4}.connection-dots{position:absolute;inset:0;z-index:0;pointer-events:none}.dot{position:absolute;width:4px;height:4px;background:#fff;border-radius:50%;opacity:.3;animation:pulse-dot 3s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.8;transform:scale(1.3)}}@media(min-width:1025px)and (max-width:1440px){.grid-title{font-size:3rem}.services-grid{grid-template-columns:repeat(4,1fr);gap:1.8rem;padding:1.8rem}.services-grid-items{grid-template-columns:repeat(4,1fr);gap:1.8rem}.service-card{min-height:220px;padding:2rem 1.2rem;gap:1.2rem}.card-title{font-size:1.1rem}.card-icon{font-size:2.5rem}}@media(min-width:769px)and (max-width:1024px){.services-grid-section{padding:3rem 1.5rem}.grid-header{margin-bottom:3rem}.grid-subtitle{font-size:.9rem}.grid-title{font-size:2.5rem}.services-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;padding:1.5rem}.services-grid-items{grid-template-columns:repeat(2,1fr);gap:1.5rem}.service-card{min-height:200px;padding:1.8rem 1rem;gap:1rem}.card-title{font-size:1rem}.card-icon{font-size:2.2rem}}@media(min-width:481px)and (max-width:768px){.services-grid-section{padding:2.5rem 1rem}.grid-header{margin-bottom:2.5rem}.grid-subtitle{font-size:.85rem}.grid-title{font-size:2rem}.services-grid{grid-template-columns:repeat(2,1fr);gap:1.2rem;padding:1.2rem}.services-grid-items{grid-template-columns:repeat(2,1fr);gap:1.2rem}.service-card{min-height:180px;padding:1.5rem .8rem;gap:.8rem;border-radius:15px}.card-title{font-size:.95rem}.card-icon{font-size:2rem}}@media(max-width:480px){.services-grid-section{padding:2rem .75rem}.grid-header{margin-bottom:2rem}.grid-subtitle{font-size:.8rem;margin-bottom:.8rem}.grid-title{font-size:1.6rem}.services-grid{grid-template-columns:1fr;gap:1rem;padding:1rem}.services-grid-items{grid-template-columns:1fr;gap:1rem}.service-card{min-height:140px;padding:1.2rem 1rem;gap:.75rem;border-radius:12px}.card-title{font-size:.9rem}.card-icon{font-size:1.8rem}.grid-lines{display:none}}@media(max-width:374px){.services-grid-section{padding:1.5rem .5rem}.grid-header{margin-bottom:1.5rem}.grid-subtitle{font-size:.75rem}.grid-title{font-size:1.4rem}.services-grid{grid-template-columns:1fr;gap:.8rem;padding:.8rem}.services-grid-items{grid-template-columns:1fr;gap:.8rem}.service-card{min-height:120px;padding:1rem .8rem;gap:.6rem}.card-title{font-size:.85rem}.card-icon{font-size:1.5rem}}.cta-section{background:linear-gradient(135deg,#0a0e27,#1a1f3a,#0f1629);padding:3rem 2rem;width:100%;margin:0;position:relative;overflow:hidden}.cta-section:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(59,130,246,.1) 0%,transparent 50%,rgba(139,92,246,.1) 100%);pointer-events:none}.cta-container{position:relative;z-index:1;max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:3rem}.cta-content{flex:1}.cta-title{font-size:2.2rem;font-weight:800;line-height:1.4;color:#fff;margin:0;text-shadow:0 2px 10px rgba(0,0,0,.3)}.cta-button{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2.5rem;background:linear-gradient(135deg,#1e88e5,#1565c0);color:#fff;border:none;border-radius:50px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s cubic-bezier(.25,.46,.45,.94);box-shadow:0 8px 25px #1e88e54d;white-space:nowrap}.cta-button:hover{transform:translateY(-3px);box-shadow:0 12px 35px #1e88e580;background:linear-gradient(135deg,#42a5f5,#1e88e5)}.cta-button:active{transform:translateY(-1px)}@media(min-width:1025px)and (max-width:1440px){.cta-section{padding:2.5rem 1.5rem}.cta-container{gap:2rem}.cta-title{font-size:1.9rem}.cta-button{padding:.9rem 2.2rem;font-size:.95rem}}@media(min-width:769px)and (max-width:1024px){.cta-section{padding:2rem 1.5rem}.cta-container{flex-direction:column;text-align:center;gap:2rem}.cta-title{font-size:1.7rem}.cta-button{padding:.85rem 2rem;font-size:.9rem}}@media(min-width:481px)and (max-width:768px){.cta-section{padding:2rem 1rem}.cta-container{flex-direction:column;text-align:center;gap:1.5rem}.cta-title{font-size:1.5rem;line-height:1.3}.cta-button{padding:.8rem 1.8rem;font-size:.9rem}}@media(max-width:480px){.cta-section{padding:1.5rem 1rem}.cta-container{flex-direction:column;text-align:center;gap:1.5rem}.cta-title{font-size:1.3rem;line-height:1.25}.cta-button{width:100%;padding:.75rem 1.5rem;font-size:.85rem}}@media(max-width:374px){.cta-section{padding:1.2rem .75rem}.cta-container{gap:1rem}.cta-title{font-size:1.1rem;line-height:1.2}.cta-button{width:100%;padding:.65rem 1.2rem;font-size:.8rem}}.why-us-section{background:linear-gradient(135deg,#f5f7fa,#e8f0f7);padding:4rem 2rem;width:100%;margin:0}.why-us-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.why-us-content{display:flex;flex-direction:column;gap:1.5rem}.why-us-label{display:inline-block;font-size:.95rem;font-weight:700;color:#ff9800;margin:0;text-transform:uppercase;letter-spacing:2px;padding-bottom:.5rem;border-bottom:2px solid #FF9800;width:fit-content}.why-us-title{font-size:2.8rem;font-weight:800;line-height:1.3;color:#0a0e27;margin:0}.why-us-description{font-size:1rem;color:#555;line-height:1.8;margin:0}.why-us-image{position:relative;height:100%;min-height:400px;border-radius:20px;overflow:hidden;box-shadow:0 20px 60px #00000026}.team-image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s cubic-bezier(.25,.46,.45,.94)}.why-us-image:hover .team-image{transform:scale(1.05)}@media(min-width:1025px)and (max-width:1440px){.why-us-section{padding:3rem 1.5rem}.why-us-container{gap:3rem}.why-us-title{font-size:2.3rem}.why-us-description{font-size:.95rem}.why-us-image{min-height:350px}}@media(min-width:769px)and (max-width:1024px){.why-us-section{padding:3rem 1.5rem}.why-us-container{grid-template-columns:1fr;gap:2.5rem}.why-us-title{font-size:2rem}.why-us-description{font-size:.95rem}.why-us-image{min-height:350px}}@media(min-width:481px)and (max-width:768px){.why-us-section{padding:2.5rem 1rem}.why-us-container{grid-template-columns:1fr;gap:2rem}.why-us-label{font-size:.85rem}.why-us-title{font-size:1.8rem;line-height:1.25}.why-us-description{font-size:.9rem}.why-us-image{min-height:300px}}@media(max-width:480px){.why-us-section{padding:2rem 1rem}.why-us-container{grid-template-columns:1fr;gap:1.5rem}.why-us-label{font-size:.8rem;letter-spacing:1px}.why-us-title{font-size:1.5rem;line-height:1.2}.why-us-description{font-size:.85rem}.why-us-image{min-height:250px;border-radius:15px}}@media(max-width:374px){.why-us-section{padding:1.5rem .75rem}.why-us-container{gap:1.2rem}.why-us-label{font-size:.75rem}.why-us-title{font-size:1.3rem;line-height:1.15}.why-us-description{font-size:.8rem}.why-us-image{min-height:200px;border-radius:12px}}.get-in-touch-section{background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460);padding:4rem 2rem;width:100%;margin:0;position:relative;overflow:hidden}.get-in-touch-section:before{content:"";position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,rgba(76,175,80,.1) 0%,transparent 70%);border-radius:50%;pointer-events:none}.get-in-touch-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:flex-start;position:relative;z-index:1}.contact-left{display:flex;flex-direction:column;gap:2rem}.contact-title{font-size:3.5rem;font-weight:800;color:#fff;margin:0;line-height:1.2;text-transform:lowercase}.contact-subtitle{font-size:1rem;color:#ffffffb3;line-height:1.8;margin:0}.contact-info-group{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;margin-top:1rem}.contact-info-item{display:flex;flex-direction:column;gap:.5rem}.contact-info-title{font-size:.9rem;font-weight:700;color:#fffc;text-transform:capitalize;margin:0}.contact-info-value{font-size:1rem;color:#fff9;margin:0;font-weight:500}.contact-right{display:flex;align-items:center}.contact-form{width:100%;display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.75rem}.form-group label{font-size:.95rem;font-weight:600;color:#fff;display:flex;align-items:center;gap:.25rem}.required{color:#ff6b6b;font-weight:700}.form-group input,.form-group textarea{background:transparent;border:none;border-bottom:2px solid rgba(255,255,255,.2);color:#fff;padding:.75rem 0;font-size:1rem;font-family:inherit;transition:all .3s ease;outline:none}.form-group input::placeholder,.form-group textarea::placeholder{color:#ffffff4d}.form-group input:focus,.form-group textarea:focus{border-bottom-color:orange;box-shadow:0 1px orange}.phone-input-wrapper{display:flex;gap:.5rem;align-items:center}.country-code{background:transparent;border:none;border-bottom:2px solid rgba(255,255,255,.2);color:#fff;padding:.75rem 0;font-size:.95rem;font-weight:600;transition:all .3s ease;outline:none;min-width:100px}.country-code option{background:#1a1a2e;color:#fff}.country-code:focus{border-bottom-color:orange;box-shadow:0 1px orange}.phone-input-wrapper input{flex:1}.submit-btn{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;padding:.9rem 2rem;background:#fff;color:#1a1a2e;border:none;border-radius:50px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s cubic-bezier(.25,.46,.45,.94);width:fit-content;box-shadow:0 8px 25px #0003}.submit-btn:hover{background:#f0f0f0;transform:translateY(-3px);box-shadow:0 12px 35px #0000004d}@media(min-width:1025px)and (max-width:1440px){.get-in-touch-section{padding:3rem 1.5rem}.get-in-touch-container{gap:3rem}.contact-title{font-size:3rem}.contact-info-group{gap:2rem}}@media(min-width:769px)and (max-width:1024px){.get-in-touch-section{padding:3rem 1.5rem}.get-in-touch-container{grid-template-columns:1fr;gap:2.5rem}.contact-title{font-size:2.5rem}.contact-info-group{grid-template-columns:1fr 1fr;gap:1.5rem}.form-row{grid-template-columns:1fr}}@media(min-width:481px)and (max-width:768px){.get-in-touch-section{padding:2.5rem 1rem}.get-in-touch-container{grid-template-columns:1fr;gap:2rem}.contact-title{font-size:2rem}.contact-subtitle{font-size:.9rem}.contact-info-group{grid-template-columns:1fr;gap:1rem}.form-row{grid-template-columns:1fr}.form-group label{font-size:.9rem}.form-group input,.form-group textarea{font-size:.95rem}}@media(max-width:480px){.get-in-touch-section{padding:2rem 1rem}.get-in-touch-container{grid-template-columns:1fr;gap:1.5rem}.get-in-touch-section:before{width:300px;height:300px;right:-50%}.contact-title{font-size:1.8rem}.contact-subtitle{font-size:.85rem}.contact-info-group{grid-template-columns:1fr;gap:1rem;margin-top:1.5rem}.contact-info-title{font-size:.85rem}.contact-info-value{font-size:.9rem}.form-row{grid-template-columns:1fr}.form-group{gap:.5rem}.form-group label{font-size:.85rem}.form-group input,.form-group textarea{padding:.6rem 0;font-size:.9rem}.country-code{font-size:.85rem;min-width:80px}.submit-btn{padding:.8rem 1.5rem;font-size:.9rem}}@media(max-width:374px){.get-in-touch-section{padding:1.5rem .75rem}.get-in-touch-container{gap:1.2rem}.contact-title{font-size:1.5rem}.contact-subtitle{font-size:.8rem}.contact-info-group{gap:.8rem}.contact-info-title{font-size:.8rem}.contact-info-value{font-size:.85rem}.form-group label{font-size:.8rem}.form-group input,.form-group textarea{font-size:.85rem}.submit-btn{padding:.7rem 1.2rem;font-size:.85rem}}.about-page{width:100%}.about-hero{width:100%;background:linear-gradient(135deg,#1a1a2e,#16213e);color:#fff;padding:2rem;text-align:center}.about-hero-content{max-width:900px;margin:0 auto}.about-hero h1{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;letter-spacing:-1px}.about-hero p{font-size:1.2rem;color:#fffc;line-height:1.6}.about-intro{width:100%;background:#f8f9fa;padding:4rem 2rem}.about-intro-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.intro-text h2{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;color:#1a1a2e}.intro-text p{font-size:1rem;line-height:1.8;color:#555;margin-bottom:1.5rem}.intro-image img{width:100%;height:auto;border-radius:12px;box-shadow:0 10px 30px #0000001a;transition:transform .3s ease}.intro-image img:hover{transform:scale(1.05)}.why-choose-section{width:100%;background:#fff;padding:4rem 2rem}.why-choose-container{max-width:1200px;margin:0 auto}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:3rem;color:#1a1a2e}.why-choose-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.why-card{background:#f8f9fa;padding:2rem;border-radius:12px;border:1px solid #e0e0e0;transition:all .3s ease}.why-card:hover{box-shadow:0 10px 30px #0000001a;transform:translateY(-5px)}.card-icon{width:50px;height:50px;background:linear-gradient(135deg,#1e88e5,#1565c0);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;margin-bottom:1rem}.why-card h3{font-size:1.3rem;font-weight:600;margin-bottom:.8rem;color:#1a1a2e}.why-card p{font-size:.95rem;line-height:1.6;color:#666}.about-services{width:100%;background:linear-gradient(135deg,#1a1a2e,#16213e);padding:4rem 2rem}.services-container{max-width:1200px;margin:0 auto}.about-services .section-title{color:#fff;margin-bottom:3rem}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.service-box{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);padding:2.5rem;border-radius:12px;text-align:center;transition:all .3s ease;color:#fff}.service-box:hover{background:#1e88e51a;border-color:#1e88e5;transform:translateY(-5px)}.service-icon{font-size:3rem;margin-bottom:1rem;display:inline-block}.service-box h3{font-size:1.2rem;font-weight:600}.vision-section{width:100%;background:#fff;padding:4rem 2rem}.vision-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.vision-content h2{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;color:#1a1a2e}.vision-content p{font-size:1rem;line-height:1.8;color:#555;margin-bottom:1.5rem}.vision-image img{width:100%;height:auto;border-radius:12px;box-shadow:0 10px 30px #0000001a;transition:transform .3s ease}.vision-image img:hover{transform:scale(1.05)}.connections-section{width:100%;background:#f8f9fa;padding:4rem 2rem}.connections-container{max-width:1200px;margin:0 auto}.connections-section .section-title{color:#1a1a2e;margin-bottom:3rem}.connections-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.connection-card{background:#fff;padding:2.5rem;border-radius:12px;text-align:center;box-shadow:0 5px 15px #00000014;transition:all .3s ease}.connection-card:hover{box-shadow:0 10px 30px #00000026;transform:translateY(-5px)}.connection-icon{width:60px;height:60px;background:linear-gradient(135deg,#1e88e5,#1565c0);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:#fff}.connection-card h3{font-size:1.4rem;font-weight:600;margin-bottom:1rem;color:#1a1a2e}.connection-card p{font-size:.95rem;line-height:1.6;color:#666}.offerings-section{width:100%;background:linear-gradient(135deg,#d4e8f0,#e8f4f8);padding:4rem 2rem}.offerings-container{max-width:1200px;margin:0 auto}.offerings-title{font-size:2.5rem;font-weight:700;text-align:center;color:#16a085;margin-bottom:.5rem;letter-spacing:-.5px}.offerings-subtitle{font-size:1.2rem;text-align:center;color:#1a1a2e;margin-bottom:3rem;line-height:1.6}.offerings-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;max-width:1100px;margin:0 auto}.offering-card{background:#fff;padding:2rem;border-radius:50%;width:250px;height:250px;margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;box-shadow:0 5px 20px #00000014;transition:all .3s ease}.offering-card:hover{box-shadow:0 10px 30px #0000001f;transform:translateY(-8px)}.offering-icon{color:#16a085;margin-bottom:1rem;display:flex;align-items:center;justify-content:center}.offering-card h3{font-size:1.1rem;font-weight:600;color:#1a1a2e;margin-bottom:.8rem;line-height:1.3}.offering-card p{font-size:.85rem;color:#666;line-height:1.5}.about-cta{width:100%;background:linear-gradient(135deg,#1e88e5,#1565c0);padding:4rem 2rem;text-align:center;color:#fff}.cta-content{max-width:700px;margin:0 auto}.cta-content h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.cta-content p{font-size:1.1rem;margin-bottom:2rem;opacity:.95}.cta-button{background:#fff;color:#1e88e5;border:none;padding:1rem 2.5rem;font-size:1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 5px 15px #0003}.cta-button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0000004d}@media(max-width:1024px){.about-hero h1{font-size:2.8rem}.intro-text h2,.section-title,.vision-content h2,.cta-content h2{font-size:2rem}.why-choose-grid,.connections-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.services-grid{grid-template-columns:repeat(2,1fr)}.about-intro-container,.vision-container{grid-template-columns:1fr;gap:2rem}.offerings-grid{grid-template-columns:repeat(2,1fr)}.offering-card{width:220px;height:220px}}@media(max-width:768px){.about-hero{padding:4rem 1.5rem}.about-hero h1{font-size:2.2rem}.about-hero p{font-size:1rem}.about-intro{padding:3rem 1.5rem}.intro-text h2,.section-title,.vision-content h2,.cta-content h2{font-size:1.8rem;margin-bottom:2rem}.intro-text p,.vision-content p{font-size:.95rem}.why-choose-section,.about-services,.vision-section,.connections-section,.about-cta{padding:3rem 1.5rem}.why-choose-grid,.connections-grid{grid-template-columns:1fr;gap:1.5rem}.services-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.service-box{padding:2rem}.why-card,.connection-card{padding:1.8rem}.card-icon,.connection-icon{width:45px;height:45px}.card-icon svg,.connection-icon svg{width:24px;height:24px}.why-card h3,.connection-card h3{font-size:1.1rem}.cta-button{padding:.8rem 2rem;font-size:.95rem}.offerings-section{padding:3rem 1.5rem}.offerings-title{font-size:1.8rem;margin-bottom:.3rem}.offerings-subtitle{font-size:1rem;margin-bottom:2.5rem}.offerings-grid{grid-template-columns:1fr;gap:2rem}.offering-card{width:200px;height:200px}.offering-card h3{font-size:1rem;margin-bottom:.6rem}.offering-card p{font-size:.8rem}}@media(max-width:480px){.about-hero{padding:3rem 1rem}.about-hero h1{font-size:1.8rem;margin-bottom:1rem}.about-hero p{font-size:.95rem}.about-intro,.why-choose-section,.about-services,.vision-section,.connections-section,.about-cta{padding:2.5rem 1rem}.about-intro-container,.vision-container{gap:1.5rem}.intro-text h2,.section-title,.vision-content h2,.cta-content h2{font-size:1.5rem;margin-bottom:1.5rem}.intro-text p,.vision-content p,.why-card p,.connection-card p{font-size:.9rem;line-height:1.5}.why-choose-grid,.connections-grid,.services-grid{grid-template-columns:1fr;gap:1.2rem}.why-card,.connection-card,.service-box{padding:1.5rem}.why-card h3,.connection-card h3,.service-box h3{font-size:1rem}.card-icon,.connection-icon{width:40px;height:40px;margin-bottom:.8rem}.card-icon svg,.connection-icon svg{width:20px;height:20px}.service-icon{font-size:2.5rem;margin-bottom:.8rem}.cta-content p{font-size:.95rem;margin-bottom:1.5rem}.cta-button{padding:.75rem 1.8rem;font-size:.9rem}}@media(max-width:374px){.about-hero{padding:2.5rem .8rem}.about-hero h1{font-size:1.5rem}.about-hero p{font-size:.9rem}.about-intro,.why-choose-section,.about-services,.vision-section,.connections-section,.about-cta{padding:2rem .8rem}.intro-text h2,.section-title,.vision-content h2,.cta-content h2{font-size:1.3rem;margin-bottom:1.2rem}.intro-text p,.vision-content p{font-size:.85rem}.why-card,.connection-card,.service-box{padding:1.2rem}.why-card h3,.connection-card h3,.service-box h3{font-size:.95rem;margin-bottom:.6rem}.why-card p,.connection-card p{font-size:.8rem}.service-icon{font-size:2rem}.card-icon,.connection-icon{width:35px;height:35px;margin-bottom:.6rem}.card-icon svg,.connection-icon svg{width:18px;height:18px}.cta-button{padding:.7rem 1.5rem;font-size:.85rem}.offerings-section{padding:2rem 1rem}.offerings-title{font-size:1.3rem;margin-bottom:.2rem}.offerings-subtitle{font-size:.85rem;margin-bottom:1.8rem}.offerings-grid{gap:1.5rem}.offering-card{width:160px;height:160px;padding:1.2rem}.offering-card h3{font-size:.85rem;margin-bottom:.4rem}.offering-card p{font-size:.7rem}.offering-icon{margin-bottom:.6rem}}@media(max-width:320px){.about-hero h1{font-size:1.3rem}.about-hero p{font-size:.85rem}.intro-text h2,.section-title,.vision-content h2,.cta-content h2{font-size:1.2rem}.cta-button{padding:.6rem 1.2rem;font-size:.8rem}}.services-page{width:100%;transition:background .3s ease,color .3s ease}.services-hero{width:100%;background:linear-gradient(135deg,#1a1a2e,#16213e);color:#fff;padding:2rem;text-align:center;transition:background .3s ease}[data-theme=dark] .services-hero{background:linear-gradient(135deg,#0f1419,#1a1f2e)}.services-hero-content{max-width:900px;margin:0 auto}.services-hero h1{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;letter-spacing:-1px;transition:color .3s ease}.services-hero p{font-size:1.2rem;color:#fffc;line-height:1.6;transition:color .3s ease}.services-tagline{width:100%;background:#f8f9fa;padding:3rem 2rem;text-align:center;transition:background .3s ease}[data-theme=dark] .services-tagline{background:#2d2d2d}.tagline-container{max-width:1200px;margin:0 auto}.services-tagline h2{font-size:2rem;font-weight:700;color:#1a1a2e;line-height:1.5;transition:color .3s ease}[data-theme=dark] .services-tagline h2{color:#e0e0e0}.services-section{width:100%;background:#fff;padding:4rem 2rem;transition:background .3s ease}[data-theme=dark] .services-section{background:#1a1a1a}.services-container{max-width:1400px;margin:0 auto}.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.service-card{background:#fff;padding:2rem;border-radius:12px;border:1px solid #e0e0e0;text-align:center;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;box-shadow:0 2px 10px #0000000d;cursor:pointer}.service-card:hover{box-shadow:0 10px 30px #0000001a;transform:translateY(-8px);border-color:#1e88e5}.service-card-icon{font-size:3.5rem;margin-bottom:1.5rem;display:inline-block}.service-card h3{font-size:1.3rem;font-weight:600;color:#1a1a2e;margin-bottom:1rem;line-height:1.3}.service-card p{font-size:.95rem;color:#666;line-height:1.6;margin-bottom:1.5rem;flex-grow:1}.service-link{color:#1e88e5;text-decoration:none;font-weight:600;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s ease;font-size:.95rem}.service-link:hover{gap:.8rem;color:#1565c0}.services-why{width:100%;background:linear-gradient(135deg,#f0f4f8,#e8f2fa);padding:4rem 2rem}.why-container{max-width:1200px;margin:0 auto}.services-why h2{font-size:2.5rem;font-weight:700;text-align:center;color:#1a1a2e;margin-bottom:3rem}.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.why-item{background:#fff;padding:2rem;border-radius:12px;text-align:center;box-shadow:0 5px 15px #00000014;transition:all .3s ease}.why-item:hover{box-shadow:0 10px 30px #0000001f;transform:translateY(-5px)}.why-number{font-size:2.5rem;font-weight:700;color:#1e88e5;margin-bottom:1rem}.why-item h3{font-size:1.2rem;font-weight:600;color:#1a1a2e;margin-bottom:1rem}.why-item p{font-size:.95rem;color:#666;line-height:1.6}.services-cta{width:100%;background:linear-gradient(135deg,#1e88e5,#1565c0);padding:4rem 2rem;text-align:center;color:#fff}.services-cta-content{max-width:700px;margin:0 auto}.services-cta-content h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.services-cta-content p{font-size:1.1rem;margin-bottom:2rem;opacity:.95}.cta-button{display:inline-block;background:#fff;color:#1e88e5;padding:1rem 2.5rem;border-radius:50px;font-weight:600;text-decoration:none;transition:all .3s ease;box-shadow:0 5px 15px #0003}.cta-button:hover{transform:translateY(-3px);box-shadow:0 8px 25px #0000004d}@media(max-width:1024px){.services-hero h1{font-size:2.8rem}.services-tagline h2{font-size:1.7rem}.services-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}.service-card{padding:1.8rem}.service-card-icon{font-size:3rem;margin-bottom:1rem}.why-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.services-why h2{font-size:2rem;margin-bottom:2.5rem}}@media(max-width:768px){.services-hero{padding:3rem 1.5rem}.services-hero h1{font-size:2.2rem}.services-hero p{font-size:1rem}.services-tagline{padding:2.5rem 1.5rem}.services-tagline h2{font-size:1.5rem}.services-section{padding:3rem 1.5rem}.services-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.service-card{padding:1.5rem}.service-card-icon{font-size:2.5rem;margin-bottom:.8rem}.service-card h3{font-size:1.1rem}.service-card p{font-size:.9rem;margin-bottom:1rem}.services-why{padding:3rem 1.5rem}.services-why h2{font-size:1.8rem;margin-bottom:2rem}.why-grid{grid-template-columns:1fr;gap:1.5rem}.why-item{padding:1.5rem}.services-cta{padding:3rem 1.5rem}.services-cta-content h2{font-size:1.8rem}.services-cta-content p{font-size:1rem}.cta-button{padding:.85rem 2rem;font-size:.95rem}}@media(max-width:480px){.services-hero{padding:2.5rem 1rem}.services-hero h1{font-size:1.8rem;margin-bottom:1rem}.services-hero p{font-size:.95rem}.services-tagline{padding:2rem 1rem}.services-tagline h2{font-size:1.2rem;line-height:1.4}.services-section{padding:2.5rem 1rem}.services-grid{grid-template-columns:1fr;gap:1.2rem}.service-card{padding:1.2rem}.service-card-icon{font-size:2rem;margin-bottom:.8rem}.service-card h3{font-size:1rem;margin-bottom:.8rem}.service-card p{font-size:.85rem;line-height:1.5;margin-bottom:1rem}.service-link{font-size:.85rem}.services-why{padding:2.5rem 1rem}.services-why h2{font-size:1.5rem;margin-bottom:1.8rem}.why-grid{gap:1.2rem}.why-item{padding:1.2rem}.why-number{font-size:2rem;margin-bottom:.8rem}.why-item h3{font-size:1rem;margin-bottom:.8rem}.why-item p{font-size:.85rem}.services-cta{padding:2.5rem 1rem}.services-cta-content h2{font-size:1.5rem}.services-cta-content p{font-size:.95rem;margin-bottom:1.5rem}.cta-button{padding:.75rem 1.8rem;font-size:.9rem}}@media(max-width:374px){.services-hero{padding:2rem .8rem}.services-hero h1{font-size:1.5rem}.services-hero p{font-size:.9rem}.services-tagline{padding:1.5rem .8rem}.services-tagline h2{font-size:1.1rem}.services-section{padding:2rem .8rem}.service-card{padding:1rem}.service-card-icon{font-size:1.8rem}.service-card h3{font-size:.95rem}.service-card p{font-size:.8rem}.services-why{padding:2rem .8rem}.services-why h2{font-size:1.3rem}.why-item{padding:1rem}.why-number{font-size:1.8rem}.why-item h3{font-size:.95rem}.why-item p{font-size:.8rem}.services-cta{padding:2rem .8rem}.services-cta-content h2{font-size:1.3rem}.services-cta-content p{font-size:.9rem}}@media(max-width:320px){.services-hero h1{font-size:1.3rem}.services-tagline h2{font-size:1rem}.services-cta-content h2{font-size:1.2rem}.cta-button{padding:.65rem 1.5rem;font-size:.8rem}}.legal-page{width:100%;background-color:#f8f9fa;overflow-x:hidden;transition:background-color .3s ease}[data-theme=dark] .legal-page{background-color:#1a1a1a}.legal-hero{width:100%;height:265px!important;background:linear-gradient(135deg,#16213e,#0f3460,#1a1a2e);display:flex;align-items:center;justify-content:center;text-align:center;padding:40px 20px;box-sizing:border-box;transition:background .3s ease}[data-theme=dark] .legal-hero{background:linear-gradient(135deg,#0f1419,#1a1f2e,#1a1a2e)}.legal-hero-content{color:#fff;max-width:800px}.legal-hero-content h1{font-size:52px;font-weight:700;margin:0 0 15px;line-height:1.2;transition:color .3s ease}.legal-hero-content p{font-size:18px;margin:0;opacity:.9;font-weight:300;transition:opacity .3s ease}.legal-content{width:100%;padding:80px 0;background-color:#f8f9fa;transition:background-color .3s ease}[data-theme=dark] .legal-content{background-color:#1a1a1a}.legal-container{max-width:900px;margin:0 auto;padding:0 40px}.legal-text{background-color:#fff;padding:60px;border-radius:12px;box-shadow:0 4px 15px #00000014;line-height:1.8;transition:background-color .3s ease,box-shadow .3s ease,color .3s ease}[data-theme=dark] .legal-text{background-color:#252525;box-shadow:0 4px 15px #0000004d;color:#e0e0e0}.legal-text h2{font-size:24px;font-weight:700;color:#16213e;margin-top:35px;margin-bottom:15px;padding-bottom:10px;border-bottom:3px solid #1e88e5;display:inline-block}.legal-text h2:first-child{margin-top:0}.legal-text p{font-size:16px;color:#333;margin-bottom:15px;text-align:justify}.legal-text ul{margin:20px 0 25px 25px;padding:0}.legal-text ul li{font-size:16px;color:#333;margin-bottom:12px;line-height:1.7}.legal-text ul li strong{color:#16213e;font-weight:700}.contact-info{background-color:#f0f7ff;border-left:4px solid #1e88e5;padding:20px;border-radius:8px;margin:30px 0}.contact-info p{margin:8px 0;font-size:16px;color:#16213e}.contact-info p strong{font-weight:700;color:#16213e}.contact-info p:first-child{font-size:18px;margin-bottom:12px}.last-updated{margin-top:40px;padding-top:20px;border-top:1px solid #ddd;font-size:14px;color:#666;font-style:italic}@media(min-width:1441px){.legal-hero{height:450px}.legal-hero-content h1{font-size:56px}.legal-hero-content p{font-size:20px}.legal-container{padding:0 60px}.legal-text{padding:70px}.legal-text h2{font-size:26px}.legal-text p,.legal-text ul li{font-size:17px}}@media(max-width:1440px){.legal-hero{height:400px}.legal-hero-content h1{font-size:48px}.legal-hero-content p{font-size:18px}.legal-container{max-width:850px;padding:0 40px}.legal-text{padding:50px}.legal-text h2{font-size:22px}.legal-text p,.legal-text ul li{font-size:15px}}@media(max-width:1023px){.legal-hero{height:320px;padding:30px 20px}.legal-hero-content h1{font-size:38px}.legal-hero-content p{font-size:16px}.legal-content{padding:60px 0}.legal-container{max-width:100%;padding:0 30px}.legal-text{padding:40px;border-radius:8px}.legal-text h2{font-size:20px;margin-top:28px}.legal-text p{font-size:15px;margin-bottom:12px}.legal-text ul{margin:15px 0 20px 20px}.legal-text ul li{font-size:15px;margin-bottom:10px}.contact-info{padding:18px}.contact-info p{font-size:15px;margin:6px 0}}@media(max-width:767px){.legal-hero{height:280px;padding:25px 15px}.legal-hero-content h1{font-size:32px}.legal-hero-content p{font-size:15px}.legal-content{padding:40px 0}.legal-container{padding:0 20px}.legal-text{padding:30px;border-radius:8px}.legal-text h2{font-size:18px;margin-top:24px;margin-bottom:12px}.legal-text h2:first-child{margin-top:0}.legal-text p{font-size:14px;margin-bottom:10px}.legal-text ul{margin:12px 0 16px 18px}.legal-text ul li{font-size:14px;margin-bottom:8px}.contact-info{padding:15px;margin:25px 0}.contact-info p{font-size:14px;margin:5px 0}.contact-info p:first-child{font-size:16px}.last-updated{font-size:13px;margin-top:30px}}@media(max-width:479px){.legal-hero{height:240px;padding:20px 15px}.legal-hero-content h1{font-size:28px}.legal-hero-content p{font-size:14px}.legal-content{padding:30px 0}.legal-container{padding:0 15px}.legal-text{padding:20px;border-radius:6px}.legal-text h2{font-size:16px;margin-top:20px;margin-bottom:10px}.legal-text p{font-size:13px;margin-bottom:10px}.legal-text ul{margin:10px 0 14px 16px}.legal-text ul li{font-size:13px;margin-bottom:7px}.contact-info{padding:12px;margin:20px 0}.contact-info p{font-size:13px;margin:4px 0}.contact-info p:first-child{font-size:15px}.last-updated{font-size:12px;margin-top:25px}}@media(max-width:373px){.legal-hero{height:220px;padding:18px 12px}.legal-hero-content h1{font-size:24px}.legal-hero-content p{font-size:13px}.legal-content{padding:25px 0}.legal-container{padding:0 12px}.legal-text{padding:18px;border-radius:6px}.legal-text h2{font-size:15px;margin-top:18px;margin-bottom:10px}.legal-text p{font-size:12px;margin-bottom:8px}.legal-text ul{margin:8px 0 12px 14px}.legal-text ul li{font-size:12px;margin-bottom:6px}.contact-info{padding:10px;margin:18px 0}.contact-info p{font-size:12px;margin:3px 0}.contact-info p:first-child{font-size:14px}.last-updated{font-size:11px;margin-top:20px}}.contact-page{width:100%}.contact-hero{width:100%;background:linear-gradient(135deg,#1a1a2e,#16213e);color:#fff;padding:2rem;text-align:center}.contact-hero-content{max-width:900px;margin:0 auto}.contact-hero h1{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;letter-spacing:-1px}.contact-hero p{font-size:1.2rem;color:#fffc;line-height:1.6}.contact-section{width:100%;background:linear-gradient(to bottom,#f0f4f8,#fff);padding:4rem 2rem}.contact-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:flex-start}.contact-left{padding-right:2rem}.contact-left h2{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;color:#1a1a2e;line-height:1.3}.contact-intro{font-size:1.1rem;color:#333;line-height:1.8;margin-bottom:1.5rem}.contact-description{font-size:1rem;color:#555;line-height:1.8;margin-bottom:2.5rem}.benefits-list{display:flex;flex-direction:column;gap:1.5rem}.benefit-item{display:flex;gap:1.2rem;align-items:flex-start}.benefit-icon{color:#1e88e5;flex-shrink:0;margin-top:4px}.benefit-item span{font-size:1rem;color:#333;line-height:1.6}.contact-right{display:flex;justify-content:center}.form-card{background:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 10px 40px #00000014;width:100%;max-width:500px}.form-card h3{font-size:1.4rem;font-weight:700;color:#1a1a2e;margin-bottom:.5rem}.form-card>p{font-size:.95rem;color:#666;margin-bottom:1.5rem}.contact-form{display:flex;flex-direction:column;gap:1rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.contact-form input,.contact-form textarea{background:transparent;border:none;border-bottom:2px solid #e0e0e0;padding:.8rem 0;font-size:1rem;color:#333;font-family:inherit;transition:border-color .3s ease;outline:none}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#999}.contact-form input:focus,.contact-form textarea:focus{border-bottom-color:#1e88e5;color:#1a1a2e}.contact-form textarea{resize:vertical;min-height:120px;border-bottom:2px solid #e0e0e0}.success-message{background:#d4edda;color:#155724;padding:1rem;border-radius:8px;margin-bottom:1rem;font-size:.95rem;text-align:center;border:1px solid #c3e6cb}.form-footer{margin-top:1.5rem;display:flex;flex-direction:column;gap:1rem}.recaptcha-note{font-size:.75rem;color:#999;line-height:1.5;text-align:center}.recaptcha-note a{color:#1e88e5;text-decoration:none;transition:color .3s ease}.recaptcha-note a:hover{color:#1565c0;text-decoration:underline}.submit-button{background:#1a1a2e;color:#fff;border:none;padding:1rem 2rem;font-size:1rem;font-weight:600;border-radius:50px;cursor:pointer;transition:all .3s ease}.submit-button:hover{background:#0f0f1e;transform:translateY(-2px);box-shadow:0 5px 20px #0003}.submit-button:active{transform:translateY(0)}@media(max-width:1024px){.contact-container{grid-template-columns:1fr;gap:3rem}.contact-left{padding-right:0}.contact-left h2{font-size:2rem}.form-card{max-width:100%}}@media(max-width:768px){.contact-hero{padding:3rem 1.5rem}.contact-hero h1{font-size:2.2rem}.contact-hero p{font-size:1rem}.contact-section{padding:3rem 1.5rem}.contact-left h2{font-size:1.8rem;margin-bottom:1.2rem}.contact-intro{font-size:1rem}.contact-description{font-size:.95rem}.form-card{padding:2rem}.form-card h3{font-size:1.2rem}.form-card>p{font-size:.9rem}.form-row{grid-template-columns:1fr}.benefit-item{gap:1rem}.benefit-item span{font-size:.95rem}}@media(max-width:480px){.contact-hero{padding:2.5rem 1rem}.contact-hero h1{font-size:1.8rem;margin-bottom:1rem}.contact-hero p{font-size:.95rem}.contact-section{padding:2.5rem 1rem}.contact-container{gap:2.5rem}.contact-left h2{font-size:1.5rem;margin-bottom:1rem}.contact-intro{font-size:.95rem;margin-bottom:1rem}.contact-description{font-size:.9rem;margin-bottom:1.5rem}.benefits-list{gap:1.2rem}.form-card{padding:1.5rem}.form-card h3{font-size:1.1rem;margin-bottom:.3rem}.form-card>p{font-size:.85rem;margin-bottom:1rem}.contact-form,.form-row{gap:.8rem}.contact-form input,.contact-form textarea{padding:.7rem 0;font-size:.95rem}.contact-form textarea{min-height:100px}.form-footer{gap:.8rem;margin-top:1rem}.recaptcha-note{font-size:.7rem}.submit-button{padding:.85rem 1.5rem;font-size:.95rem}.benefit-item{gap:.8rem}.benefit-item span{font-size:.9rem}}@media(max-width:374px){.contact-hero{padding:2rem .8rem}.contact-hero h1{font-size:1.5rem}.contact-hero p{font-size:.9rem}.contact-section{padding:2rem .8rem}.contact-left h2{font-size:1.3rem}.contact-intro{font-size:.9rem}.contact-description{font-size:.85rem}.form-card{padding:1.2rem}.form-card h3{font-size:1rem}.form-card>p{font-size:.8rem}.submit-button{padding:.75rem 1.2rem;font-size:.9rem}.benefit-item{gap:.6rem}.benefit-item span{font-size:.85rem}}@media(max-width:320px){.contact-hero h1{font-size:1.3rem}.contact-hero p{font-size:.85rem}.contact-left h2{font-size:1.2rem}.form-card h3{font-size:.95rem}.recaptcha-note{font-size:.65rem}}
