*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:#333;background-color:#f8f9fa;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{color:#fff;z-index:1000;background:linear-gradient(135deg,#1e3c72 0%,#2a5298 100%);padding:1rem 0;position:-webkit-sticky;position:sticky;top:0;box-shadow:0 2px 10px rgba(0,0,0,.1)}.header-content{justify-content:space-between;align-items:center;gap:10px;max-width:1200px;margin:0 auto;padding:0 20px;display:flex}.logo{color:#fff;align-items:center;gap:10px;font-size:1.8rem;font-weight:700;text-decoration:none;display:flex}.logo img{border-radius:50%;width:40px;height:40px}.nav{align-items:center;gap:2rem;display:flex}.nav-links{gap:2rem;margin:0;list-style:none;display:flex}.nav-links a{color:#fff;font-weight:500;text-decoration:none;transition:color .3s}.nav-links a:hover{color:gold}.header-buttons{gap:1rem;display:flex}.btn{cursor:pointer;text-align:center;border:none;border-radius:25px;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.btn-primary{color:#fff;background:linear-gradient(45deg,#ff6b6b,#ee5a24)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 5px 15px rgba(255,107,107,.4)}.btn-secondary{color:#fff;background:0 0;border:2px solid #fff}.btn-secondary:hover{color:#1e3c72;background:#fff}.burger-menu{cursor:pointer;flex-direction:column;padding:5px;display:none}.burger-line{background:#fff;width:25px;height:3px;margin:3px 0;transition:all .3s}.burger-menu.active .burger-line:first-child{transform:rotate(-45deg)translate(-5px,6px)}.burger-menu.active .burger-line:nth-child(2){opacity:0}.burger-menu.active .burger-line:nth-child(3){transform:rotate(45deg)translate(-5px,-6px)}.mobile-menu{z-index:9999;opacity:0;visibility:hidden;background:linear-gradient(135deg,#1e3c72 0%,#2a5298 100%);flex-direction:column;justify-content:center;align-items:center;width:100%;height:100vh;transition:all .3s;display:none;position:fixed;top:0;left:0}.mobile-menu.active{opacity:1;visibility:visible;display:flex}.mobile-menu-close{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:2rem;transition:background .3s;display:flex;position:absolute;top:30px;right:30px}.mobile-menu-close:hover{background:rgba(255,255,255,.1)}.mobile-nav-links{text-align:center;list-style:none}.mobile-nav-links li{margin:1.5rem 0}.mobile-nav-links a{color:#fff;font-size:1.5rem;font-weight:500;text-decoration:none;transition:color .3s}.mobile-nav-links a:hover{color:gold}.main{min-height:calc(100vh - 200px);padding:2rem 0}.hero{color:#fff;text-align:center;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:4rem 0}.hero-content{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;max-width:1200px;margin:0 auto;padding:0 20px;display:grid}.hero-text h1{margin-bottom:1rem;font-size:3rem;line-height:1.2}.hero-text p{opacity:.9;margin-bottom:2rem;font-size:1.2rem}.hero-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.hero-image{text-align:center}.hero-image img{border-radius:15px;max-width:100%;height:auto;box-shadow:0 10px 30px rgba(0,0,0,.3)}.section{padding:4rem 0}.section:nth-child(2n){background:#fff}.section:nth-child(odd){background:#f8f9fa}.section-title{text-align:center;margin-bottom:3rem}.section-title h2{color:#1e3c72;margin-bottom:1rem;font-size:2.5rem}.section-title p{color:#666;max-width:600px;margin:0 auto;font-size:1.1rem}.cards-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin:2rem 0;display:grid}.card{background:#fff;border-radius:15px;padding:2rem;transition:transform .3s,box-shadow .3s;box-shadow:0 5px 20px rgba(0,0,0,.1)}.card:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.15)}.card h3{color:#1e3c72;margin-bottom:1rem;font-size:1.5rem}.card p{color:#666;line-height:1.6}.table-container{border-radius:10px;margin:2rem 0;overflow-x:auto;box-shadow:0 5px 20px rgba(0,0,0,.1)}.table{border-collapse:collapse;background:#fff;width:100%;min-width:600px}.table th,.table td{text-align:left;border-bottom:1px solid #eee;padding:1rem}.table th{color:#fff;background:#1e3c72;font-weight:600}.table tr:hover{background:#f8f9fa}.faq{max-width:800px;margin:0 auto}.faq-item{background:#fff;border-radius:10px;margin-bottom:1rem;box-shadow:0 2px 10px rgba(0,0,0,.1)}.faq-question{color:#1e3c72;cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:1.5rem;font-weight:600;display:flex}.faq-answer{color:#666;padding:0 1.5rem 1.5rem;line-height:1.6}.footer{color:#fff;background:#1a1a1a;margin-top:4rem;padding:3rem 0 1rem}.footer-content{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1200px;margin:0 auto;padding:0 20px;display:grid}.footer-section h3{color:gold;margin-bottom:1rem;font-size:1.3rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section a{color:#ccc;text-decoration:none;transition:color .3s}.footer-section a:hover{color:gold}.footer-bottom{text-align:center;color:#999;border-top:1px solid #333;margin-top:2rem;padding-top:1rem}@media (max-width:1050px){.nav-links{display:none}.burger-menu{display:flex}.hero-content{text-align:center;grid-template-columns:1fr}.hero-text h1{font-size:2rem}.hero-buttons{flex-direction:column;align-items:center}.section-title h2{font-size:2rem}.cards-grid{grid-template-columns:1fr}.header-buttons{gap:.5rem}.btn{padding:.6rem 1.2rem;font-size:.9rem}}@media (max-width:480px){.container{padding:0 15px}.hero{padding:2rem 0}.hero-text h1{font-size:1.8rem}.section{padding:2rem 0}.card{padding:1.5rem}.footer-content{text-align:center;grid-template-columns:1fr}}.text-center{text-align:center}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.hidden{display:none}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{animation:.6s ease-out fadeInUp}.faq-answer{max-height:0;transition:max-height .3s ease-out;overflow:hidden}.faq-item.active .faq-answer{max-height:200px}.faq-question:after{content:"+";font-size:1.5rem;transition:transform .3s}.faq-item.active .faq-question:after{transform:rotate(45deg)}
