@import"https://fonts.googleapis.com/css2?family=Red+Rose:wght@300..700&display=swap";*{font-family:Red Rose,sans-serif;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;transition:color .3s ease,background-color .3s ease}@media(max-width:1023px){.desktop-only{display:none!important}}.tablet-mobile-only{display:none}@media(max-width:1023px){.tablet-mobile-only{display:block!important}}.mobile-only{display:none}@media(max-width:1023px){.mobile-only{display:block!important}}.navbar-container{width:100%;display:flex;justify-content:center;padding:0 1rem}@media(max-width:768px){.navbar-container{padding:0 .5rem}}.navbar{width:100%;max-width:1280px;margin:1.2rem auto;padding:.8rem 2rem;position:relative;display:flex;justify-content:space-between;align-items:center;background:#fff;border-radius:9999px;box-shadow:0 4px 18px rgba(0,0,0,.08);overflow:visible;box-sizing:border-box;transition:background-color .4s ease,color .4s ease,box-shadow .4s ease}@media(max-width:1023px){.navbar{margin:.8rem auto;padding:.6rem 1rem}}.navbar.dark{background:#0c1525;color:#f0f0f0;box-shadow:0 4px 18px hsla(0,0%,100%,.06)}.navbar.dark .mobile-search-bar,.navbar.dark .search-bar{background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.1)}.navbar.dark .mobile-nav li,.navbar.dark .mobile-signup,.navbar.dark .navbar-center li,.navbar.dark .search-category,.navbar.dark .search-input,.navbar.dark .signup{color:#f0f0f0}.navbar.dark .login,.navbar.dark .mobile-login{background-color:#0092de;color:#fff}.navbar.dark .logo-badge{background-color:hsla(0,0%,100%,.06)}.navbar.dark .mobile-menu{background:#0c1525;border:1px solid hsla(0,0%,100%,.1)}.logo-badge{display:flex;align-items:center;gap:.5rem;background:#f4f6f8;padding:.4rem 1rem;border-radius:9999px}@media(max-width:1023px){.logo-badge{padding:.3rem .8rem}}.logo-badge .logo-img{width:28px;height:28px;object-fit:cover;border-radius:6px;background:#0092de}@media(max-width:1023px){.logo-badge .logo-img{width:24px;height:24px}}.logo-badge .logo-text{font-size:1.3rem;font-weight:700;color:#0092de;text-transform:uppercase;letter-spacing:.4px}@media(max-width:1023px){.logo-badge .logo-text{font-size:1.1rem}}.navbar-left{display:flex;align-items:center;gap:1.5rem;flex-shrink:0}@media(max-width:1023px){.navbar-left{gap:1rem}}.search-bar{display:flex;align-items:center;background:#f4f6f8;border:1px solid rgba(0,0,0,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:9999px;padding:.3rem .8rem;transition:all .3s ease}@media(max-width:768px){.search-bar{display:none}}@media(min-width:769px){.search-bar{display:flex}}@media(min-width:1024px)and (max-width:1200px){.search-bar .search-input{width:120px}}.search-category,.search-input{border:none;background:rgba(0,0,0,0);font-size:.875rem;outline:none;color:inherit}.search-input{margin-left:.5rem;width:190px}.search-button{background:#0092de;color:#fff;border:none;border-radius:50%;padding:.4rem;margin-left:.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease}.search-button:hover{background:#007ac2}.navbar-center{display:flex;gap:1.5rem;list-style:none;font-size:.95rem;font-weight:500;margin:0;padding:0;flex:1 1;justify-content:center}@media(max-width:768px){.navbar-center{display:none}}@media(min-width:769px){.navbar-center{display:flex}}.navbar-center li{position:relative}.navbar-center li .navlink{cursor:pointer;display:inline-block;padding-bottom:4px;position:relative;transition:all .3s ease;text-decoration:none;color:#111!important;padding-top:4px;transform:translateY(2px)}.navbar-center li .navlink:after{content:"";position:absolute;width:0;height:2px;bottom:0;left:0;background-color:#0092de;transition:width .3s ease}.navbar-center li .navlink:hover:after{width:100%}.navbar-right{display:flex;gap:1rem;align-items:center;flex-shrink:0}@media(max-width:1023px){.navbar-right{gap:.8rem}}.auth-links{display:flex;gap:.8rem;align-items:center}@media(max-width:768px){.auth-links{display:none}}@media(min-width:769px){.auth-links{display:flex}}.signup{font-size:.9rem;font-weight:500;color:#00224d;text-decoration:none;transition:all .3s ease;white-space:nowrap;padding:.5rem 1rem;border-radius:9999px}.signup:hover{color:#0092de;background:rgba(0,146,222,.1)}.login{background-color:#003c77;color:#fff;border:none;padding:.5rem 1.2rem;border-radius:9999px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .2s ease;white-space:nowrap}.login:hover{background-color:#00224d;transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,60,119,.3)}.mode-toggle{background:rgba(0,0,0,0);border:none;font-size:1.2rem;cursor:pointer;color:inherit;transition:color .2s;display:flex;align-items:center;justify-content:center;padding:.5rem}.mode-toggle:hover{color:#0092de}.mobile-menu-toggle{background:rgba(0,0,0,0);border:none;font-size:1.4rem;cursor:pointer;color:inherit;transition:color .2s;display:none;align-items:center;justify-content:center;padding:.4rem}@media(max-width:768px){.mobile-menu-toggle{display:flex}}.mobile-menu-toggle:hover{color:#0092de}.mobile-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:998;display:none}@media(max-width:768px){.mobile-overlay{display:block}}.mobile-menu{position:absolute;top:calc(100% + .5rem);left:0;right:0;background:#fff;box-shadow:0 4px 18px rgba(0,0,0,.08);z-index:999;padding:1.5rem;margin:0 .5rem;display:none;border-radius:1rem}@media(max-width:768px){.mobile-menu{display:block}}.mobile-search-bar{display:flex;align-items:center;background:#f4f6f8;border:1px solid rgba(0,0,0,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:9999px;padding:.4rem 1rem;margin-bottom:1.5rem;transition:all .3s ease}.mobile-search-bar .search-category,.mobile-search-bar .search-input{border:none;background:rgba(0,0,0,0);font-size:.875rem;outline:none;color:inherit}.mobile-search-bar .search-input{margin-left:.5rem;flex:1 1}.mobile-search-bar .search-button{background:#0092de;color:#fff;border:none;border-radius:50%;padding:.4rem;margin-left:.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease}.mobile-search-bar .search-button:hover{background:#007ac2}.mobile-nav{list-style:none;padding:0;margin:0 0 1.5rem}.mobile-nav li{margin-bottom:.8rem}.mobile-nav li:last-child{margin-bottom:0}.mobile-nav li .mobile-navlink{display:block;padding:.8rem 1rem;font-size:1rem;font-weight:500;color:#111;cursor:pointer;border-radius:.5rem;transition:all .3s ease;position:relative}.mobile-nav li .mobile-navlink:hover{background:rgba(0,146,222,.1);color:#0092de}.mobile-auth{display:flex;flex-direction:column;gap:.8rem;padding-top:1rem;border-top:1px solid rgba(0,0,0,.1)}.mobile-auth .mobile-signup{font-size:1rem;font-weight:500;color:#00224d;text-decoration:none;text-align:center;padding:.8rem;border-radius:.5rem;transition:all .3s ease}.mobile-auth .mobile-signup:hover{background:rgba(0,146,222,.1);color:#0092de}.mobile-auth .mobile-login{background-color:#003c77;color:#fff;border:none;padding:.8rem 1.2rem;border-radius:.5rem;font-weight:600;font-size:1rem;cursor:pointer;transition:background .2s ease}.mobile-auth .mobile-login:hover{background-color:#00224d}.navbar.dark .navbar-center li .navlink{color:#f0f0f0!important}.navbar.dark .navbar-center li .navlink:after{background-color:#f0f0f0}.navbar.dark .navbar-center li .navlink:hover{color:#0092de!important}.navbar.dark .mobile-auth{border-top-color:hsla(0,0%,100%,.1)}.navbar.dark .mobile-auth .mobile-signup{color:#f0f0f0}.navbar.dark .mobile-auth .mobile-signup:hover{background:rgba(0,146,222,.2);color:#0092de}.logo-img{width:28px;height:28px;object-fit:cover;border-radius:6px;background:#0092de}.search-popup-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:9999;background-color:rgba(0,0,0,.25);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;pointer-events:all}.search-popup-overlay .search-popup{background:hsla(0,0%,100%,.12);backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px);border-radius:1.25rem;padding:2.2rem 2rem;width:90%;max-width:420px;text-align:center;box-shadow:0 12px 35px rgba(0,0,0,.25);animation:popupFadeIn .4s ease-out;position:relative;z-index:10000}.search-popup-overlay .search-popup .popup-animation{width:160px;margin:0 auto 1.2rem}.search-popup-overlay .search-popup .popup-message{font-size:1.15rem;font-weight:600;color:#111}.search-popup-overlay .search-popup .popup-note{font-size:.95rem;margin-top:.6rem;color:#444}.search-popup-overlay .search-popup .popup-close{margin-top:1.8rem;background:#111;color:#fff;padding:.65rem 1.5rem;border:none;border-radius:999px;font-weight:600;cursor:pointer;transition:background .3s ease}.search-popup-overlay .search-popup .popup-close:hover{background:#000}.dark .search-popup{background:hsla(0,0%,100%,.06);color:#f0f0f0}.dark .search-popup .popup-message{color:#f0f0f0}.dark .search-popup .popup-note{color:#bbb}.dark .search-popup .popup-close{background:#f0f0f0;color:#111}.dark .search-popup .popup-close:hover{background:#fff}@keyframes popupFadeIn{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.hero-section{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1.5rem;max-width:1280px;margin:0 auto;text-align:center;background-color:#f0f0f0;transition:background-color .3s ease}@media(min-width:768px){.hero-section{flex-direction:row;justify-content:space-between;text-align:left;padding:5rem 3rem}}@media(min-width:1024px){.hero-section{padding:6rem 4rem}}.hero-section .hero-content{max-width:620px}.hero-section .hero-content h1{font-size:2rem;font-weight:700;margin-bottom:1rem;color:#111}@media(min-width:480px){.hero-section .hero-content h1{font-size:2.2rem}}@media(min-width:768px){.hero-section .hero-content h1{font-size:2.5rem}}@media(min-width:1024px){.hero-section .hero-content h1{font-size:3rem}}.hero-section .hero-content p{font-size:1rem;color:#444;margin-bottom:2rem;line-height:1.6}@media(min-width:768px){.hero-section .hero-content p{font-size:1.125rem}}.hero-section .hero-content .hero-buttons{display:flex;flex-direction:column;gap:1rem}@media(min-width:480px){.hero-section .hero-content .hero-buttons{flex-direction:row;justify-content:center}}@media(min-width:768px){.hero-section .hero-content .hero-buttons{justify-content:flex-start}}.hero-section .hero-content .hero-buttons .primary-btn,.hero-section .hero-content .hero-buttons .secondary-btn{font-size:.95rem;padding:.75rem 1.5rem;border-radius:999px;font-weight:600;transition:all .3s;white-space:nowrap}.hero-section .hero-content .hero-buttons .primary-btn{background:#0092de;color:#fff;border:none}.hero-section .hero-content .hero-buttons .primary-btn:hover{background:rgb(0,112.4594594595,171)}.hero-section .hero-content .hero-buttons .secondary-btn{background:rgba(0,0,0,0);color:#00224d;border:2px solid #00224d}.hero-section .hero-content .hero-buttons .secondary-btn:hover{background:#00224d;color:#fff}.hero-section .hero-image{margin-top:2rem;max-width:480px;width:100%}@media(min-width:768px){.hero-section .hero-image{margin-top:0;max-width:550px}}.hero-section .hero-image .hero-video,.hero-section .hero-image img{width:100%;height:auto;object-fit:contain;border-radius:1rem}.dark .hero-section{background-color:#0c1525}.dark .hero-section .hero-content h1{color:#f0f0f0}.dark .hero-section .hero-content p{color:#ccc}.dark .hero-section .hero-content .hero-buttons .secondary-btn{color:#f0f0f0;border-color:#f0f0f0}.dark .hero-section .hero-content .hero-buttons .secondary-btn:hover{background:#f0f0f0;color:#0c1525}.core-features{padding:2rem;background:#f0f0f0;text-align:center;transition:background .4s ease,color .4s ease}.core-features .features-header{margin-bottom:3rem}.core-features .features-header h2{font-size:2.8rem;color:#003c77;font-weight:700}.core-features .features-header p{margin-top:.5rem;font-size:1.05rem;color:#222}.core-features .features-layout{display:flex;flex-direction:column;gap:2.5rem}.core-features .features-layout .features-bottom,.core-features .features-layout .features-top{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.core-features .features-layout .feature-card{background:#fff;border-radius:1.5rem;padding:2rem;max-width:320px;flex:1 1 280px;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 12px rgba(0,0,0,.2);text-align:center}.core-features .features-layout .feature-card:hover{transform:translateY(-6px);box-shadow:0 12px 32px rgba(0,0,0,.15)}.core-features .features-layout .feature-card .feature-icon{width:56px;height:56px;margin-bottom:1rem;object-fit:contain;font-size:2.5rem;color:#45aaf2}.core-features .features-layout .feature-card h3{font-size:1.2rem;font-weight:600;color:#45aaf2;margin-bottom:.75rem}.core-features .features-layout .feature-card p{font-size:.95rem;color:#222;line-height:1.6}.dark .core-features{background:#0c1525}.dark .core-features .features-header h2{color:#e1e1e1}.dark .core-features .features-header p{color:#ccc}.division-section{padding:5rem 2rem;text-align:center;background:#f0f0f0;transition:background .3s ease}.division-section .division-header{margin-bottom:3rem}.division-section .division-header h2{font-size:2.8rem;font-weight:700;color:#003c77}.division-section .division-header p{margin-top:.5rem;font-size:1.1rem;color:#222}.division-section .division-layout{display:flex;flex-direction:column;gap:3rem}.division-section .division-layout .division-bottom,.division-section .division-layout .division-top{display:flex;justify-content:center;flex-wrap:wrap;gap:2rem}.division-section .division-card{background:#fff;border-radius:1.5rem;padding:2rem;width:100%;max-width:320px;text-align:left;box-shadow:0 4px 12px rgba(0,0,0,.2);transition:transform .3s ease,box-shadow .3s ease}.division-section .division-card:hover{transform:translateY(-8px);box-shadow:0 16px 36px rgba(0,0,0,.1)}.division-section .division-card .division-icon{width:64px;height:64px;object-fit:contain;margin-bottom:1rem}.division-section .division-card .division-content h3{font-size:1.3rem;font-weight:600;color:#0092de;margin-bottom:.25rem}.division-section .division-card .division-content .division-tag{display:inline-block;font-size:.85rem;background:#d1f2eb;color:#1c7266;padding:.2rem .6rem;border-radius:.5rem;margin-bottom:.75rem}.division-section .division-card .division-content p{font-size:.95rem;color:#222;line-height:1.5}.dark .division-section{background:#0c1525}.dark .division-section .division-header h2{color:#e1e1e1}.dark .division-section .division-header p{color:#ccc}.dark .division-section .division-card .division-content h3{color:#0092de}.dark .division-section .division-card .division-content .division-tag{background:hsla(0,0%,100%,.15);color:#eee}.dark .division-section .division-card .division-content p{color:#222}.products-section{padding:5rem 2rem;text-align:center;background:#f0f0f0;transition:background .3s ease,color .3s ease}.products-section .products-header{margin-bottom:3rem}.products-section .products-header .section-title{font-size:2.5rem;font-weight:700;color:#003c77}.products-section .products-header .section-subtext{margin-top:.75rem;font-size:1.1rem;color:#222}.products-section .products-grid{display:flex;justify-content:center;flex-wrap:wrap;gap:2.5rem}.products-section .product-card{background:#fff;border-radius:1.5rem;padding:2.5rem 2rem;width:100%;max-width:320px;text-align:center;box-shadow:0 4px 12px rgba(0,0,0,.2);position:relative;overflow:hidden;transition:all .3s ease}.products-section .product-card:hover{transform:translateY(-6px) scale(1.02);box-shadow:0 12px 28px rgba(0,0,0,.12)}.products-section .product-card .icon-wrapper{margin-bottom:1.2rem;position:relative}.products-section .product-card .icon-wrapper .confidential-label{display:inline-block;padding:.35rem .8rem;font-size:.75rem;font-weight:700;color:#fff;border-radius:4px;text-transform:uppercase;letter-spacing:1px;background:repeating-linear-gradient(-45deg,#000,#000 10px,#ff0000 0,#ff0000 20px);transform:rotate(-3deg);animation:flicker 2s infinite}.products-section .product-card .glitch-text{font-size:1.3rem;font-weight:600;position:relative;color:#45aaf2;animation:glitch 2s infinite}.products-section .product-card .redacted-desc{font-size:.95rem;margin-top:.8rem;font-family:monospace;color:#222}.dark .products-section{background:#0c1525}.dark .products-section .section-title{color:#e1e1e1}.dark .products-section .section-subtext{color:#ccc}.dark .products-section .glitch-text{color:#d1f2eb}.dark .products-section .redacted-desc{color:#ccc}.dark .products-section .confidential-label{background:repeating-linear-gradient(-45deg,#ff0000,#ff0000 12px,#000 0,#000 24px);color:#fff}@keyframes glitch{0%{text-shadow:2px 0 red,-2px 0 aqua}20%{text-shadow:-2px -1px red,2px 1px aqua}40%{text-shadow:1px 2px red,-1px -2px aqua}60%{text-shadow:-1px 2px red,1px -2px aqua}80%{text-shadow:2px -1px red,-2px 1px aqua}to{text-shadow:none}}@keyframes flicker{0%,19%,21%,23%,25%,54%,56%,to{opacity:1}20%,22%,55%{opacity:.4}24%{opacity:.1}}.innovation-section{padding:5rem 2rem;background:#f0f0f0;text-align:center;transition:background .4s ease}.innovation-section .innovation-header{margin-bottom:3rem}.innovation-section .innovation-header .section-title{font-size:2.7rem;font-weight:700;color:#003c77;letter-spacing:-.5px}.innovation-section .innovation-header .section-subtext{margin-top:.8rem;font-size:1.1rem;color:#222;max-width:720px;margin-inline:auto;line-height:1.6}.innovation-section .innovation-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:2.5rem}.innovation-section .innovation-card{background:#fff;border-radius:1.5rem;padding:2.5rem 2rem;max-width:320px;width:100%;box-shadow:0 4px 12px rgba(0,0,0,.2);position:relative;overflow:hidden;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.innovation-section .innovation-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 12px 28px rgba(0,0,0,.15)}.innovation-section .innovation-card .icon-circle{width:72px;height:72px;margin:0 auto 1.2rem;background:rgba(0,146,222,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 0 12px rgba(0,146,222,.2)}.innovation-section .innovation-card .icon-circle .innovation-icon{width:40px;height:40px;object-fit:contain}.innovation-section .innovation-card h3{font-size:1.3rem;font-weight:600;color:#45aaf2;margin-bottom:.6rem}.innovation-section .innovation-card p{font-size:.95rem;color:#222;line-height:1.6;min-height:64px}.innovation-section .innovation-card .status-badge{margin-top:1.2rem;display:inline-block;padding:.4rem 1rem;font-size:.75rem;font-weight:700;border-radius:999px;background:#0092de;color:#fff;text-transform:uppercase;letter-spacing:1px}.innovation-section .innovation-card .glow{animation:glowPulse 3s ease-in-out infinite;box-shadow:0 0 8px rgba(0,146,222,.5),0 0 16px rgba(0,146,222,.4)}.dark .innovation-section{background:#0c1525}.dark .innovation-section .section-title{color:#e1e1e1}.dark .innovation-section .section-subtext{color:#ccc}.dark .innovation-section .innovation-card h3{color:#d1f2eb}.dark .innovation-section .innovation-card p{color:#ccc}.dark .innovation-section .innovation-card .glow{box-shadow:0 0 10px rgba(209,242,235,.6),0 0 18px rgba(209,242,235,.5);background:rgb(18,173.8648648649,255)}@keyframes glowPulse{0%{box-shadow:0 0 8px rgba(0,146,222,.4),0 0 12px rgba(0,146,222,.3)}50%{box-shadow:0 0 16px rgba(0,146,222,.6),0 0 24px rgba(0,146,222,.4)}to{box-shadow:0 0 8px rgba(0,146,222,.4),0 0 12px rgba(0,146,222,.3)}}.innovation-mission{margin-top:5rem;padding:3rem 2rem;max-width:860px;margin-inline:auto;background:rgba(0,146,222,.05);border-radius:1.5rem;text-align:center}.innovation-mission h3{font-size:1.8rem;color:#003c77;font-weight:700;margin-bottom:1.2rem}.innovation-mission p{font-size:1rem;color:#222;line-height:1.7;margin-bottom:1rem}.innovation-mission .cta{margin-top:1.5rem;font-size:1.1rem;font-weight:600;color:#45aaf2}.innovation-mission .cta .highlight{color:#0092de;font-weight:700}.dark .innovation-mission{background:rgba(209,242,235,.05)}.dark .innovation-mission h3{color:#e1e1e1}.dark .innovation-mission p{color:#ccc}.dark .innovation-mission .cta{color:#d1f2eb}.dark .innovation-mission .cta .highlight{color:hsl(167.2727272727,55.9322033898%,98.431372549%)}.contact-section{background:#f0f0f0;padding:6rem 2rem;position:relative;overflow:hidden}.contact-section .submission-glow-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:5;pointer-events:none;opacity:.6}.contact-section .submission-glow-overlay .form-submission-lottie{width:240px}.contact-section .contact-inner{display:flex;flex-direction:column;gap:3rem;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto}@media(min-width:768px){.contact-section .contact-inner{flex-direction:row;align-items:flex-start}}.contact-section .contact-inner .contact-text{max-width:500px}.contact-section .contact-inner .contact-text .section-title{font-size:2.5rem;font-weight:700;color:#003c77}.contact-section .contact-inner .contact-text .section-subtext{margin-top:1rem;font-size:1.1rem;color:#222;line-height:1.6}.contact-section .contact-inner .contact-form{background:#fff;padding:2.5rem;border-radius:1.5rem;box-shadow:0 4px 12px rgba(0,0,0,.2);width:100%;max-width:520px;z-index:2;display:flex;flex-direction:column;gap:1.5rem}.contact-section .contact-inner .contact-form .input-group{display:flex;flex-direction:column;gap:1rem}@media(min-width:480px){.contact-section .contact-inner .contact-form .input-group{flex-direction:row}}.contact-section .contact-inner .contact-form .input-group input{flex:1 1;padding:.75rem 1rem;font-size:1rem;border-radius:8px;border:1px solid rgba(0,0,0,.1);transition:border .3s}.contact-section .contact-inner .contact-form .input-group input:focus{border-color:#0092de;outline:none}.contact-section .contact-inner .contact-form textarea{padding:.75rem 1rem;font-size:1rem;border-radius:8px;border:1px solid rgba(0,0,0,.1);min-height:120px;resize:vertical}.contact-section .contact-inner .contact-form textarea:focus{border-color:#0092de;outline:none}.contact-section .contact-inner .contact-form .contact-button{background:#0092de;color:#fff;font-weight:600;padding:.8rem 1.5rem;border:none;border-radius:999px;cursor:pointer;font-size:1rem;transition:background .3s ease}.contact-section .contact-inner .contact-form .contact-button:hover{background:rgb(0,112.4594594595,171)}.dark .contact-section{background:#0c1525}.dark .contact-section .section-title{color:#e1e1e1}.dark .contact-section .section-subtext{color:#ccc}.dark .contact-section .contact-form{background:hsla(0,0%,100%,.03);box-shadow:0 4px 18px hsla(0,0%,100%,.06)}.dark .contact-section .contact-form input,.dark .contact-section .contact-form textarea{background:hsla(0,0%,100%,.06);color:#e1e1e1;border-color:hsla(0,0%,100%,.1)}.dark .contact-section .contact-form .contact-button{background:#00c2ff}.dark .contact-section .contact-form .contact-button:hover{background:rgb(25.5,200.1,255)}.glass-overlay{position:fixed;top:0;left:0;width:100%;height:100%;-webkit-backdrop-filter:blur(16px) saturate(180%);backdrop-filter:blur(16px) saturate(180%);background-color:rgba(17,25,40,.55);z-index:999;display:flex;align-items:center;justify-content:center}.glass-overlay .glass-modal{background:hsla(0,0%,100%,.15);border-radius:20px;padding:2.5rem;max-width:400px;width:90%;text-align:center;box-shadow:0 8px 32px rgba(0,0,0,.25);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid hsla(0,0%,100%,.3);animation:fadeIn .4s ease-out}.glass-overlay .glass-modal .form-submission-lottie{width:180px;margin:0 auto 1rem}.glass-overlay .glass-modal .modal-message{color:#fff;font-size:1.1rem;font-weight:500;line-height:1.6}.glass-overlay .glass-modal .modal-message strong{color:#0092de}@keyframes fadeIn{0%{opacity:0;transform:scale(.94)}to{opacity:1;transform:scale(1)}}.footer{position:relative;background:linear-gradient(135deg,rgba(10,10,20,.98),rgba(15,15,30,.95) 35%,rgba(20,20,40,.98));color:#e1e1e1;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;overflow:hidden}.footer .footer-bg-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(ellipse 80% 50% at 50% -20%,rgba(79,70,229,.08) 0,rgba(139,92,246,.05) 30%,transparent 70%);animation:gradientShift 8s ease-in-out infinite alternate;pointer-events:none}.footer .footer-container{position:relative;z-index:2;max-width:1400px;margin:0 auto;padding:4rem 2rem 0}.footer .footer-main{display:grid;grid-template-columns:1fr auto 1fr;grid-gap:4rem;gap:4rem;align-items:start;margin-bottom:3rem}.footer .footer-main .footer-section{display:flex;flex-direction:column}.footer .footer-main .footer-brand{max-width:400px}.footer .footer-main .footer-brand .brand-container{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.footer .footer-main .footer-brand .brand-container .footer-logo{width:48px;height:48px;border-radius:12px;box-shadow:0 4px 20px rgba(79,70,229,.3);transition:all .3s cubic-bezier(.4,0,.2,1)}.footer .footer-main .footer-brand .brand-container .brand-name{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,#e1e1e1,#00c2ff);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;margin:0}.footer .footer-main .footer-brand .brand-description{color:rgba(225,225,225,.8);font-size:.95rem;line-height:1.7;margin-bottom:2rem;font-weight:400}.footer .footer-main .footer-brand .contact-info{display:flex;flex-direction:column;gap:.8rem}.footer .footer-main .footer-brand .contact-info .contact-item{display:flex;align-items:center;gap:.75rem;color:rgba(225,225,225,.7);font-size:.9rem;transition:all .3s ease}.footer .footer-main .footer-brand .contact-info .contact-item:hover{color:#00c2ff;transform:translateX(4px)}.footer .footer-main .footer-brand .contact-info .contact-item .contact-icon{font-size:1.1rem;color:#00c2ff;flex-shrink:0}.footer .footer-main .footer-center{align-items:center;text-align:center;min-width:220px}.footer .footer-main .footer-center .globe-container{position:relative;display:flex;justify-content:center;margin-bottom:1.5rem}.footer .footer-main .footer-center .globe-container .globe-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:200px;height:200px;background:radial-gradient(circle,rgba(79,70,229,.2) 0,rgba(139,92,246,.1) 40%,transparent 70%);border-radius:50%;animation:pulse 3s ease-in-out infinite;z-index:1}.footer .footer-main .footer-center .globe-title{font-size:1.25rem;font-weight:600;color:#e1e1e1;margin:0 0 .75rem;background:linear-gradient(135deg,#e1e1e1,#00c2ff);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.footer .footer-main .footer-center .globe-caption{color:rgba(225,225,225,.7);font-size:.9rem;line-height:1.6;max-width:200px;margin:0 auto}.footer .footer-main .footer-links{align-items:flex-start;gap:2.5rem;transform:translateX(180px)}.footer .footer-main .footer-links .links-group{display:flex;flex-direction:column;gap:1.2rem}.footer .footer-main .footer-links .links-group .links-title{font-size:1.1rem;font-weight:600;color:#e1e1e1;margin:0 0 .5rem;position:relative;text-align:left}.footer .footer-main .footer-links .links-group .links-title:after{content:"";position:absolute;bottom:-4px;left:0;width:30px;height:2px;background:linear-gradient(90deg,#00c2ff,transparent)}.footer .footer-main .footer-links .links-group .quick-links{display:flex;flex-direction:column;gap:.6rem;align-items:flex-start}.footer .footer-main .footer-links .links-group .quick-links .footer-link{position:relative;text-decoration:none;color:rgba(225,225,225,.8);font-size:.95rem;font-weight:400;transition:all .3s cubic-bezier(.4,0,.2,1);padding:.25rem 0}.footer .footer-main .footer-links .links-group .quick-links .footer-link span{position:relative;z-index:2}.footer .footer-main .footer-links .links-group .quick-links .footer-link:before{content:"";position:absolute;left:-8px;top:50%;transform:translateY(-50%);width:4px;height:0;background:linear-gradient(135deg,#00c2ff,#d1f2eb);border-radius:2px;transition:height .3s cubic-bezier(.4,0,.2,1)}.footer .footer-main .footer-links .links-group .quick-links .footer-link:hover{color:#00c2ff;transform:translateX(8px)}.footer .footer-main .footer-links .links-group .quick-links .footer-link:hover:before{height:20px}.footer .footer-main .footer-links .links-group .social-icons{display:flex;gap:1rem;flex-wrap:wrap}.footer .footer-main .footer-links .links-group .social-icons .social-link{position:relative;display:flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:14px;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);color:rgba(225,225,225,.8);font-size:1.2rem;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);overflow:hidden}.footer .footer-main .footer-links .links-group .social-icons .social-link .social-tooltip{position:absolute;bottom:120%;left:50%;transform:translateX(-50%);background:rgba(0,0,0,.9);color:#fff;padding:.4rem .8rem;border-radius:6px;font-size:.75rem;white-space:nowrap;opacity:0;pointer-events:none;transition:all .3s ease}.footer .footer-main .footer-links .links-group .social-icons .social-link .social-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translateX(-50%);border:4px solid rgba(0,0,0,0);border-top-color:rgba(0,0,0,.9)}.footer .footer-main .footer-links .links-group .social-icons .social-link:hover{transform:translateY(-4px) scale(1.05);box-shadow:0 10px 30px rgba(0,0,0,.3)}.footer .footer-main .footer-links .links-group .social-icons .social-link:hover .social-tooltip{opacity:1;transform:translateX(-50%) translateY(-4px)}.footer .footer-main .footer-links .links-group .social-icons .social-link.linkedin:hover{background:linear-gradient(135deg,#0077b5,#00a0dc);border-color:#0077b5;color:#fff}.footer .footer-main .footer-links .links-group .social-icons .social-link.instagram:hover{background:linear-gradient(135deg,#e4405f,#f56040,#ffdc80);border-color:#e4405f;color:#fff}.footer .footer-main .footer-links .links-group .social-icons .social-link.github:hover{background:linear-gradient(135deg,#333,#6e5494);border-color:#333;color:#fff}.footer .footer-main .footer-links .links-group .social-icons .social-link.twitter:hover{background:linear-gradient(135deg,#1da1f2,#0084b4);border-color:#1da1f2;color:#fff}.footer .footer-main .footer-links .links-group .social-icons .social-link.youtube:hover{background:linear-gradient(135deg,#ff0000,#cc0000);border-color:red;color:#fff}.footer .footer-divider{display:flex;align-items:center;justify-content:center;margin:2rem 0;gap:1rem}.footer .footer-divider .divider-line{height:1px;width:100px;background:linear-gradient(90deg,transparent,rgba(0,194,255,.5),transparent)}.footer .footer-divider .divider-dot{width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg,#00c2ff,#d1f2eb);box-shadow:0 0 10px rgba(0,194,255,.5);animation:dotPulse 2s ease-in-out infinite}.footer .footer-bottom{padding:1.5rem 0;border-top:1px solid hsla(0,0%,100%,.08)}.footer .footer-bottom .footer-bottom-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer .footer-bottom .footer-bottom-content .copyright{display:flex;align-items:center;gap:.5rem;color:rgba(225,225,225,.6);font-size:.9rem}.footer .footer-bottom .footer-bottom-content .copyright .separator{color:rgba(225,225,225,.3)}.footer .footer-bottom .footer-bottom-content .footer-legal{display:flex;gap:1.5rem}.footer .footer-bottom .footer-bottom-content .footer-legal .legal-link{color:rgba(225,225,225,.6);text-decoration:none;font-size:.9rem;transition:all .3s ease;position:relative}.footer .footer-bottom .footer-bottom-content .footer-legal .legal-link:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1px;background:#00c2ff;transition:width .3s ease}.footer .footer-bottom .footer-bottom-content .footer-legal .legal-link:hover{color:#00c2ff}.footer .footer-bottom .footer-bottom-content .footer-legal .legal-link:hover:after{width:100%}@keyframes gradientShift{0%{opacity:.3}to{opacity:.6}}@keyframes pulse{0%,to{transform:translate(-50%,-50%) scale(1);opacity:.6}50%{transform:translate(-50%,-50%) scale(1.1);opacity:.8}}@keyframes dotPulse{0%,to{transform:scale(1);opacity:.7}50%{transform:scale(1.2);opacity:1}}@media(max-width:1200px){.footer .footer-main{grid-template-columns:1fr 280px 1fr;gap:3rem}}@media(max-width:1024px){.footer .footer-container{padding:3rem 1.5rem 0}.footer .footer-main{grid-template-columns:1fr;gap:3rem;text-align:left}.footer .footer-main .footer-brand{max-width:none}.footer .footer-main .footer-brand .brand-container{justify-content:flex-start}.footer .footer-main .footer-center{text-align:center;order:2}.footer .footer-main .footer-links{align-items:flex-start;order:3;transform:translateX(0)}.footer .footer-main .footer-links .links-group{align-items:flex-start;width:100%}.footer .footer-main .footer-links .links-group .links-title{text-align:left}.footer .footer-main .footer-links .links-group .links-title:after{left:0;transform:none}.footer .footer-main .footer-links .links-group .social-icons{justify-content:flex-start}.footer .footer-bottom-content{flex-direction:column;text-align:center;gap:1.5rem}}@media(max-width:768px){.footer .footer-container{padding:2.5rem 1rem 0}.footer .footer-main{gap:2.5rem}.footer .footer-main .footer-links{transform:translateX(0)}.footer .footer-brand .brand-container{flex-direction:column;align-items:flex-start;gap:1rem}.footer .footer-brand .brand-container .footer-logo{width:44px;height:44px}.footer .footer-brand .brand-container .brand-name{font-size:1.4rem}.footer .footer-brand .brand-description{font-size:.9rem}.footer .footer-center .globe-container{margin-bottom:1rem}.footer .footer-center .globe-title{font-size:1.1rem}.footer .footer-center .globe-caption{font-size:.85rem;max-width:250px}.footer .footer-links .links-group{gap:1.5rem}.footer .footer-links .links-group .links-title{font-size:1rem}.footer .footer-links .links-group .social-icons{gap:.8rem;flex-wrap:wrap}.footer .footer-links .links-group .social-icons .social-link{width:44px;height:44px;font-size:1.1rem}}@media(max-width:640px){.footer .footer-container{padding:2rem 1rem 0}.footer .footer-main{gap:2rem}.footer .footer-main .footer-links{transform:translateX(0)}.footer .footer-brand .brand-container .footer-logo{width:40px;height:40px}.footer .footer-brand .brand-container .brand-name{font-size:1.25rem}.footer .footer-brand .brand-description{font-size:.88rem;line-height:1.6}.footer .footer-brand .contact-info .contact-item{font-size:.85rem}.footer .footer-center .globe-caption{max-width:200px;font-size:.82rem}.footer .footer-links .links-group .quick-links .footer-link{font-size:.9rem}.footer .footer-links .links-group .social-icons{justify-content:flex-start}.footer .footer-links .links-group .social-icons .social-link{width:42px;height:42px;font-size:1rem}.footer .footer-bottom .footer-bottom-content .copyright{font-size:.85rem;flex-direction:column;gap:.25rem}.footer .footer-bottom .footer-bottom-content .copyright .separator{display:none}.footer .footer-bottom .footer-bottom-content .footer-legal{flex-direction:column;gap:.8rem}.footer .footer-bottom .footer-bottom-content .footer-legal .legal-link{font-size:.85rem}}@media(max-width:480px){.footer .footer-container{padding:1.5rem .75rem 0}.footer .footer-main{gap:1.5rem}.footer .footer-main .footer-links{transform:translateX(0)}.footer .footer-brand .brand-container{gap:.75rem}.footer .footer-brand .brand-container .brand-name{font-size:1.1rem}.footer .footer-brand .brand-description{font-size:.85rem}.footer .footer-center .globe-container{margin-bottom:.75rem}.footer .footer-center .globe-title{font-size:1rem}.footer .footer-center .globe-caption{font-size:.8rem;max-width:180px}.footer .footer-links .links-group{gap:1.25rem}.footer .footer-links .links-group .social-icons{gap:.6rem}.footer .footer-links .links-group .social-icons .social-link{width:40px;height:40px;font-size:.95rem}.footer .footer-divider{margin:1.5rem 0}.footer .footer-divider .divider-line{width:60px}.footer .footer-bottom{padding:1.25rem 0}}