@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:#1a1a1a;line-height:1.6;background:linear-gradient(135deg,#f5f7fa 0,#e8f1ff 50%,#f0e8ff 100%);padding:30px 20px;min-height:100vh}main{max-width:1200px;margin:0 auto}.header,.header-logo{display:flex;align-items:center}.header{background:#fff;padding:20px 40px;justify-content:space-between;border-bottom:2px solid rgba(0,102,204,.1);margin-bottom:30px;box-shadow:0 2px 12px rgba(0,0,0,.05);border-radius:12px;gap:20px}.header-logo{font-size:26px;font-weight:800;color:#06c;gap:8px;flex-shrink:0}.header-logo img{height:45px;width:auto}.header-buttons{display:flex;gap:12px;flex-shrink:0;margin-left:auto}.btn,h2{display:inline-block}.btn{padding:13px 32px;border-radius:10px;font-weight:700;transition:all .3s ease;cursor:pointer;text-decoration:none;border:0;font-size:14px}.btn-blue{background:linear-gradient(135deg,#06c 0,#0052a3 100%);color:#fff;box-shadow:0 4px 15px rgba(0,102,204,.25)}.btn-blue:hover,.btn-green:hover{transform:translateY(-3px);letter-spacing:.5px}.btn-blue:hover{background:linear-gradient(135deg,#0052a3 0,#003a75 100%);box-shadow:0 8px 25px rgba(0,102,204,.4)}.btn-green{background:linear-gradient(135deg,#00b84c 0,#009940 100%);color:#fff;box-shadow:0 4px 15px rgba(0,184,76,.3)}.btn-green:hover{background:linear-gradient(135deg,#009940 0,#007a31 100%);box-shadow:0 8px 25px rgba(0,184,76,.4)}.hero,main>section{border-radius:20px;margin-bottom:30px}main>section{background:#fff;padding:50px 45px;box-shadow:0 10px 40px rgba(0,102,204,.12);border:1px solid rgba(0,102,204,.08);animation:slideUp .6s ease-out}.hero{background:linear-gradient(135deg,#06c 0,#003d99 50%,#00d4ff 100%);color:#fff!important;padding:80px 45px;text-align:center;position:relative;overflow:hidden;min-height:400px;display:flex;flex-direction:column;justify-content:center;align-items:center}.hero-bg,.hero-bg::after{position:absolute;top:0;left:0;right:0;bottom:0;border-radius:20px}.hero-bg{background-image:url(G_xxy6-SkD6a8pzRuJy_A.png);background-size:cover;background-position:center right;opacity:1;z-index:1}.hero-bg::after{content:"";background:rgba(0,0,0,.5)}.hero-content{position:relative;z-index:10;text-shadow:0 2px 10px rgba(0,0,0,.5)}.hero-content h1{font-size:56px;font-weight:900;margin-bottom:15px;text-shadow:0 4px 20px rgba(0,0,0,.9);letter-spacing:1px;line-height:1.2}.hero-content .btn{position:relative;z-index:11;display:block;width:fit-content;margin:20px auto}.hero::after,.hero::before{content:"";position:absolute;border-radius:50%;z-index:0}.hero::before{top:-50%;right:-10%;width:500px;height:500px;background:rgba(255,255,255,.1)}.hero::after{bottom:-30%;left:-5%;width:400px;height:400px;background:rgba(0,184,76,.15)}.hero h1,h1{margin-bottom:20px}.hero h1{font-size:28px;font-weight:800;position:relative;z-index:1;text-shadow:0 2px 10px rgba(0,0,0,.2)}h1{font-size:48px;font-weight:900;color:#06c}h2{border-bottom:3px solid #00b84c;padding-bottom:12px}h2,section h2{font-weight:800!important;color:#06c!important;margin-bottom:30px!important;margin-top: 20px}ul{margin-left:20px;margin-top:15px}ul li{margin-bottom:12px}@media (max-width:768px){.header{padding:20px}.header-buttons .btn{padding:10px}h2{font-size:24px}}a{text-decoration: none;color:currentColor}