:root{--primary:#0071ff;--primary-rgb:0, 113, 255;--bg-primary:#fff;--bg-secondary:#f4f7fa;--text-main:#1a1f2e;--text-muted:#64748b;--border-color:#e2e8f0;--card-shadow:0 10px 30px -5px #0000000d;--header-height:80px;--radius:12px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--bg-primary);color:var(--text-main);-webkit-font-smoothing:antialiased;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6}h1,h2,h3,h4{color:#0f172a;font-family:Outfit,sans-serif;font-weight:700}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section{padding:100px 0}.flex{display:flex}.grid{display:grid}.gap-1{gap:.5rem}.gap-2{gap:1rem}.gap-3{gap:2rem}.app-root{position:relative}.header{height:var(--header-height);z-index:1000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f172a1a;align-items:center;width:100%;transition:all .3s;display:flex;position:fixed;top:0;left:0}.header.scrolled{background:#fff;height:70px;box-shadow:0 4px 20px #0000000d}.nav{justify-content:space-between;align-items:center;width:100%;display:flex}.nav-links{gap:2.5rem;list-style:none;display:flex;position:absolute;left:50%;transform:translate(-50%)}.nav-links a{color:var(--text-main);font-size:.95rem;font-weight:600;text-decoration:none;transition:color .2s}.nav-links a:hover{color:var(--primary)}.mobile-menu-btn{color:inherit;cursor:pointer;z-index:2000;background:0 0;border:none;display:none}.mobile-menu{z-index:1500;background:#fff;justify-content:center;align-items:center;width:100%;height:100vh;transition:right .4s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;right:-100%}.mobile-menu.open{right:0}.mobile-nav-links{text-align:center;flex-direction:column;gap:2rem;list-style:none;display:flex}.mobile-nav-links a{color:var(--text-main);font-size:1.5rem;font-weight:700;text-decoration:none}.mobile-only{display:none}@media (width<=992px){.desktop-only{display:none}.mobile-only{display:inline-block}.mobile-menu-btn{display:block}.nav-links{display:none}}.ticker-wrap{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;width:100%;top:var(--header-height);z-index:900;white-space:nowrap;background:#0f172ab3;border-bottom:1px solid #ffffff1a;padding:12px 0;font-size:.85rem;font-weight:500;position:absolute;left:0;overflow:hidden}.ticker-content{padding-left:100%;animation:40s linear infinite ticker-scroll;display:inline-block}@keyframes ticker-scroll{0%{transform:translate(0)}to{transform:translate(-100%)}}.ticker-item{align-items:center;margin-right:50px;display:inline-flex}.ticker-dot{background:var(--primary);border-radius:50%;width:6px;height:6px;margin-right:12px}.btn{border-radius:var(--radius);cursor:pointer;border:none;align-items:center;gap:.6rem;padding:.8rem 1.8rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.btn-primary{background-color:var(--primary);color:#fff;box-shadow:0 4px 15px rgba(var(--primary-rgb), .3)}.btn-primary:hover{box-shadow:0 8px 25px rgba(var(--primary-rgb), .4);filter:brightness(1.1);transform:translateY(-2px)}.btn-outline{border:2px solid var(--border-color);color:var(--text-main);background:0 0}.btn-outline:hover{border-color:var(--primary);color:var(--primary)}.hero{color:#fff;align-items:center;min-height:100vh;padding:160px 0 100px;display:flex;position:relative;overflow:hidden}.hero-video{object-fit:cover;z-index:-2;width:100%;height:100%;position:absolute;top:0;left:0}.hero-overlay{z-index:-1;background:linear-gradient(90deg,#020617e6 30%,#0206174d 100%);width:100%;height:100%;position:absolute;top:0;left:0}.hero-title{color:#fff;margin-bottom:1.5rem;font-size:4.5rem;line-height:1.1}.hero-subtitle{color:#cbd5e1;max-width:600px;margin-bottom:2.5rem;font-size:1.25rem}.hero-image-container{position:relative}.hero-image{border-radius:30px;width:100%;box-shadow:0 20px 50px #0000001a}.floating-card{background:#fff;border-radius:20px;align-items:center;gap:1rem;padding:1.5rem;animation:4s ease-in-out infinite floating;display:flex;position:absolute;box-shadow:0 15px 40px #0000001a}@keyframes floating{0%,to{transform:translate(0)}50%{transform:translateY(-15px)}}.services-section{background-color:var(--bg-secondary)}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{margin-bottom:1rem;font-size:2.5rem}.service-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.about-hero{padding-top:200px}.about-header{align-items:center;gap:1.5rem;margin-bottom:3rem;display:flex}.back-btn{color:var(--text-main);border:1px solid var(--border-color);background:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:54px;height:54px;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.back-btn:hover{border-color:var(--primary);color:var(--primary);transform:translate(-5px);box-shadow:0 10px 20px #0000000d}.about-title{font-size:3.5rem;line-height:1.2}.service-card{border:1px solid var(--border-color);background:#fff;border-radius:30px;flex-direction:column;height:100%;padding:3.5rem 3rem;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.service-card:before{content:"";background:linear-gradient(135deg, rgba(var(--primary-rgb), .05) 0%, transparent 100%);opacity:0;width:100%;height:100%;transition:opacity .4s;position:absolute;top:0;left:0}.service-card:hover:before{opacity:1}.service-card h3{margin-bottom:1rem;font-size:1.5rem}.service-card p{color:var(--text-muted);margin-bottom:1.5rem}.service-card a{color:var(--primary);align-items:center;gap:5px;font-weight:700;text-decoration:none;display:flex}.bio-grid{grid-template-columns:1fr;align-items:center;gap:2rem;display:grid}.achievement-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (width>=768px){.bio-grid{grid-template-columns:.8fr 1.2fr}.achievement-grid{grid-template-columns:repeat(3,1fr)}}.bio-expandable{display:block}.read-more-btn{display:none!important}@media (width<=450px){.bio-expandable{max-height:0;transition:max-height .3s;display:none;overflow:hidden}.bio-expandable.expanded{max-height:1000px;display:block}.read-more-btn{display:inline-flex!important}}.about-grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.about-image-container{position:relative}.about-image-container img{border-radius:30px;width:100%;box-shadow:0 20px 40px #0000001a}.floating-badge{z-index:2;background:#fff;border-radius:20px;flex-direction:column;align-items:center;padding:20px;transition:transform .3s;display:flex;position:absolute;top:20px;right:-20px;box-shadow:0 10px 30px #0000001a}.floating-badge:hover{transform:translateY(-5px)}.badge-text{margin-top:10px;font-size:.9rem;font-weight:800}.about-text h2{margin-bottom:1.5rem;font-size:3.5rem}.about-text p{color:var(--text-muted);margin-bottom:2.5rem;font-size:1.15rem;line-height:1.8}.service-card:hover{border-color:var(--primary);box-shadow:var(--card-shadow);transform:translateY(-10px)}.icon-box{background:rgba(var(--primary-rgb), .1);width:60px;height:60px;color:var(--primary);border-radius:16px;justify-content:center;align-items:center;margin-bottom:2rem;display:flex}.newsletter-section{padding:80px 0}.newsletter-card{text-align:center;color:#fff;background:#0f172a;border-radius:40px;padding:80px;position:relative;overflow:hidden;box-shadow:0 30px 60px -12px #00000040}.newsletter-icon{color:#fff;background:#ffffff1a;border-radius:16px;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 2rem;display:flex}.newsletter-card h2{color:#fff;margin-bottom:1.5rem;font-size:3.5rem}.newsletter-card p{color:#94a3b8;max-width:600px;margin:0 auto 3rem;font-size:1.25rem}.newsletter-form{gap:1rem;max-width:500px;margin:0 auto;display:flex}.newsletter-form input{border-radius:var(--radius);border:none;outline:none;flex:1;padding:1rem 1.5rem;font-size:1rem}.footer{color:#94a3b8;background:#020617;padding:100px 0 50px}.footer-grid{justify-content:space-between;gap:4rem;margin-bottom:80px;display:flex}.footer-about{flex:1.5;max-width:400px}.footer-nav{flex:3;justify-content:space-between;gap:2rem;display:flex}.footer-logo{height:50px;margin-bottom:2rem}.footer-tagline{margin-bottom:2rem;line-height:1.6}.footer-socials{gap:.75rem;display:flex}.social-icon{cursor:pointer;background:#ffffff0d;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.social-icon:hover{background:var(--primary);color:#fff;transform:translateY(-3px)}.footer-links h4{color:#fff;margin-bottom:1.5rem}.footer-links ul{list-style:none}.footer-links li{margin-bottom:1rem}.footer-links a{color:inherit;text-decoration:none;transition:color .2s}.footer-links a:hover{color:#fff}.footer-bottom{text-align:center;border-top:1px solid #ffffff0d;padding-top:40px;font-size:.8rem}@media (width<=1024px){.hero-grid{grid-template-columns:1fr}.service-grid{grid-template-columns:repeat(2,1fr)}.hero-title{font-size:3.5rem}}@media (width<=768px){.nav-links{display:none}.section{padding:60px 0}.hero{padding:120px 0 60px}.newsletter-section{padding:40px 0}.about-hero{padding-top:150px}.about-header{gap:1rem;margin-bottom:2rem}.back-btn{width:40px;height:40px;color:var(--primary);background:0 0;border:none;padding:0}.about-title{font-size:2.25rem}.section-header{margin-bottom:2.5rem}.section-header h2{font-size:2rem}.section-header p{font-size:.95rem}.service-grid{grid-template-columns:1fr;gap:1.25rem}.service-card{border-radius:20px;flex-direction:row;align-items:flex-start;gap:1.25rem;padding:1.5rem}.service-card .icon-box{border-radius:12px;flex-shrink:0;width:48px;height:48px;margin-bottom:0}.service-card .icon-box svg{width:20px;height:20px}.service-card h3{margin-bottom:.5rem!important;font-size:1.25rem!important}.about-grid{grid-template-columns:1fr;gap:2.5rem}.about-text h2{font-size:2.5rem}.about-text p{margin-bottom:2rem;font-size:1rem}.floating-badge{padding:15px;top:15px;right:15px}.floating-badge svg{width:24px;height:24px}.badge-text{font-size:.75rem}.service-card p{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;font-size:.95rem;display:-webkit-box;overflow:hidden;margin-bottom:.75rem!important}.service-card a{font-size:.85rem}.footer{padding:40px 0 20px}.footer-grid{flex-direction:column;align-items:center;gap:2.5rem;margin-bottom:30px}.footer-about{text-align:center;width:100%;max-width:none;margin-bottom:.5rem}.footer-nav{justify-content:space-between;gap:.75rem;width:100%}.footer-logo{height:35px;margin:0 auto 1rem}.footer-tagline{margin-bottom:1rem;font-size:.85rem;line-height:1.5}.footer-socials{justify-content:center;margin-bottom:1.5rem}.social-icon{width:36px;height:36px}.footer-links h4{margin-bottom:.75rem;font-size:.95rem}.footer-links li{margin-bottom:.4rem;font-size:.8rem}.footer-bottom{padding-top:15px;font-size:.7rem}.newsletter-card{border-radius:30px;padding:40px 20px}.newsletter-card h2{font-size:2rem}.newsletter-card p{margin-bottom:2rem;font-size:1rem}.newsletter-form{flex-direction:column}.newsletter-form input{width:100%}.newsletter-form .btn{justify-content:center;width:100%}.newsletter-icon{width:48px;height:48px;margin-bottom:1.5rem}}
