:root{--hero-bg-gradient:radial-gradient(circle at 20% 20%, #0d2861 0%, #061a49 50%, #030d29 100%);--primary-blue:#2a7ced;--text-white:#fff;--text-muted:#b6c1db;--btn-text-dark:#2b2c2c;--font-family:"Poppins", sans-serif}.hero{font-family:var(--font-family);background:var(--hero-bg-gradient);box-sizing:border-box;justify-content:space-between;align-items:center;gap:50px;min-height:600px;padding:100px 60px 60px;display:flex;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;z-index:1;background:radial-gradient(circle,#2a7ced40 0%,#0000 70%);border-radius:50%;width:450px;height:450px;position:absolute;top:-10%;left:-5%}.hero:after{content:"";pointer-events:none;z-index:1;background:radial-gradient(circle,#00d2ff26 0%,#0000 70%);border-radius:50%;width:500px;height:500px;position:absolute;bottom:-10%;right:-5%}.hero-left,.hero-video{z-index:2;position:relative}.hero-left{width:55%}.brand-row{align-items:center;gap:25px;margin-bottom:25px;display:flex}.brand-title{color:var(--text-white);border-left:6px solid var(--text-white);margin:0;padding-left:25px;font-size:32px;font-weight:600}.azure-link{border-radius:6px;align-items:center;display:flex}.azure-link img{width:160px;height:auto;display:block}.hero-headline{color:var(--text-white);margin:0 0 20px;font-size:32px;font-weight:500;line-height:1.4}.hero-description{color:var(--text-white);max-width:700px;margin:0;font-size:14px;font-weight:400;line-height:1.8}.highlight-text{font-weight:500}.hero-buttons{gap:25px;margin-top:30px;display:flex}.primary-btn,.secondary-btn{font-family:var(--font-family);cursor:pointer;border:none;border-radius:32px;padding:15px 30px;font-size:14px;font-weight:500;transition:opacity .2s,transform .2s}.primary-btn{background:var(--primary-blue);color:var(--text-white)}.secondary-btn{background:var(--text-white);color:var(--btn-text-dark)}.primary-btn:hover,.secondary-btn:hover{opacity:.9;transform:translateY(-2px)}.stats{align-items:center;gap:35px;margin-top:35px;display:flex}.stat-item{flex-direction:column;display:flex}.hero .stat-number{color:var(--text-white);font-size:30px;font-weight:600;line-height:1.2}.hero .stat-label{color:var(--text-white);margin-top:4px;font-size:14px}.divider{background:var(--text-white);opacity:.8;width:1px;height:45px}.hero-video{background:#020b1f;border-radius:18px;justify-content:center;align-items:center;width:40%;height:395px;display:flex;overflow:hidden;box-shadow:0 20px 40px #0006,0 0 0 1px #ffffff1a}.hero-video iframe{border:none;border-radius:12px;width:100%;height:100%}@media (max-width:900px){.hero{text-align:center;flex-direction:column;padding:80px 25px 50px}.hero-left{flex-direction:column;align-items:center;width:100%;display:flex}.brand-row{justify-content:center}.desktop-only{display:none}.hero-headline{font-size:28px}.hero-buttons{justify-content:center;width:100%}.stats{justify-content:center}.hero-video{width:100%;height:300px;margin-top:20px}}@media (max-width:500px){.brand-row{flex-direction:column;align-items:center;gap:15px}.brand-title{border-left:none;padding-bottom:8px;padding-left:0}.hero-headline{font-size:24px}.hero-buttons{flex-direction:column;align-items:stretch;gap:15px}.primary-btn,.secondary-btn{width:100%}.stats{justify-content:center;gap:20px}}
