*{margin:0;padding:0;box-sizing:border-box}body{font-family:'Inter','Segoe UI',Tahoma,Geneva,Verdana,sans-serif;background:linear-gradient(135deg,#f5f7fa 0%,#c3cfe2 100%);min-height:100vh;color:#1a202c;min-width:300px;font-size:16px;line-height:1.6}header{background:rgba(255,255,255,.95);backdrop-filter:blur(10px);color:#1a202c;padding:1.2rem 0;box-shadow:0 4px 20px rgba(0,0,0,.08);position:sticky;top:0;z-index:1000;border-bottom:3px solid #667eea}.header-box{max-width:1250px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center}.logo-text{display:flex;align-items:center;font-size:1.8rem;font-weight:800;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-decoration:none;letter-spacing:-.5px}nav ul{display:flex;list-style:none;gap:2rem}nav a{color:#1a202c;text-decoration:none;font-weight:600;padding:.6rem 1.2rem;border-radius:8px;transition:all .3s ease;position:relative}nav a::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:0;height:3px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);transition:width .3s ease}nav a:hover{color:#5568d3}nav a:hover::after{width:80%}.hamburger{display:none;flex-direction:column;cursor:pointer;background:none;border:none;padding:.5rem}.bar{width:28px;height:3px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);margin:4px 0;transition:all .3s;border-radius:3px}main{max-width:1250px;margin:0 auto;padding:60px 20px}.hero-section{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:24px;padding:80px 60px;text-align:center;margin-bottom:60px;box-shadow:0 20px 60px rgba(102,126,234,.3);position:relative;overflow:hidden}.hero-section::before{content:'';position:absolute;top:-50%;right:-10%;width:500px;height:500px;background:rgba(255,255,255,.1);border-radius:50%}.hero-section::after{content:'';position:absolute;bottom:-30%;left:-5%;width:400px;height:400px;background:rgba(255,255,255,.08);border-radius:50%}.hero-content{position:relative;z-index:1}.hero-badge{display:inline-block;background:rgba(255,255,255,.2);color:#fff;padding:8px 20px;border-radius:50px;font-size:.9rem;font-weight:600;margin-bottom:25px;border:2px solid rgba(255,255,255,.3)}.hero-section h1{font-size:3.2rem;color:#fff;margin-bottom:1.5rem;line-height:1.2;font-weight:800;letter-spacing:-1px}.hero-section p{font-size:1.25rem;color:rgba(255,255,255,.95);max-width:800px;margin:0 auto 2.5rem auto;line-height:1.8}.cta-button{display:inline-block;background:#fff;color:#5568d3;padding:18px 45px;border-radius:50px;text-decoration:none;font-weight:700;font-size:1.1rem;transition:all .3s ease;box-shadow:0 10px 30px rgba(0,0,0,.2)}.cta-button:hover{transform:translateY(-3px);box-shadow:0 15px 40px rgba(0,0,0,.3)}.stats-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;margin-bottom:60px}.stat-card{background:#fff;padding:35px;border-radius:16px;text-align:center;box-shadow:0 8px 25px rgba(0,0,0,.08);transition:all .3s ease}.stat-card:hover{transform:translateY(-8px);box-shadow:0 15px 40px rgba(0,0,0,.12)}.stat-number{font-size:3rem;font-weight:800;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:10px}.stat-label{font-size:1.1rem;color:#2d3748;font-weight:600}section{margin-bottom:50px}.section-header{text-align:center;margin-bottom:50px}.section-title{font-size:2.5rem;margin-bottom:15px;color:#1a202c;font-weight:800;position:relative;display:inline-block}.section-subtitle{font-size:1.15rem;color:#4a5568;max-width:700px;margin:0 auto}.content-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:35px;margin-bottom:50px}.card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.08);transition:all .4s ease;border:2px solid transparent}.card:hover{transform:translateY(-10px);box-shadow:0 20px 50px rgba(0,0,0,.15);border-color:#667eea}.card-image{width:100%;height:180px;display:flex;align-items:center;justify-content:center;font-size:4rem;position:relative}.card-1 .card-image{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)}.card-2 .card-image{background:linear-gradient(135deg,#f093fb 0%,#f5576c 100%)}.card-3 .card-image{background:linear-gradient(135deg,#4facfe 0%,#00f2fe 100%)}.card-4 .card-image{background:linear-gradient(135deg,#43e97b 0%,#38f9d7 100%)}.card-content{padding:30px}.card h3{font-size:1.5rem;margin-bottom:15px;color:#1a202c;font-weight:700}.card p{color:#2d3748;line-height:1.7;margin-bottom:20px;font-size:1rem}.read-more{color:#5568d3;font-weight:700;text-decoration:none;display:inline-flex;align-items:center;gap:8px;transition:gap .3s ease}.read-more:hover{gap:12px}.content-section{background:#fff;border-radius:20px;padding:50px;box-shadow:0 10px 30px rgba(0,0,0,.08);margin-bottom:40px}.content-section h2{font-size:2rem;color:#1a202c;margin-bottom:25px;font-weight:700}.content-section h3{font-size:1.5rem;color:#1a202c;margin-top:30px;margin-bottom:15px;font-weight:700;padding-left:20px;border-left:4px solid #667eea}.content-section p{color:#2d3748;line-height:1.8;margin-bottom:20px;font-size:1.05rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin:40px 0}.feature-item{display:flex;gap:20px;padding:25px;background:linear-gradient(135deg,#f5f7fa 0%,#ffffff 100%);border-radius:16px;transition:all .3s ease}.feature-item:hover{transform:translateX(10px);box-shadow:0 10px 30px rgba(0,0,0,.1)}.feature-icon{font-size:2.5rem;flex-shrink:0}.feature-content h4{font-size:1.2rem;color:#1a202c;margin-bottom:8px;font-weight:700}.feature-content p{color:#4a5568;margin:0;line-height:1.6}footer{background:linear-gradient(135deg,#1a202c 0%,#2d3748 100%);color:#fff;padding:50px 20px 30px;text-align:center;margin-top:80px}.footer-menu{display:flex;justify-content:center;flex-wrap:wrap;margin-bottom:25px;gap:15px}.footer-menu a{color:#f7fafc;text-decoration:none;padding:10px 20px;transition:all .3s;border-radius:8px;font-weight:500}.footer-menu a:hover{color:#fff;background:rgba(102,126,234,.3)}footer h2{font-size:1.6rem;color:#fff;margin-bottom:25px;font-weight:700}footer p{margin-top:20px;color:#e2e8f0}@media (max-width:900px){.header-box{flex-wrap:wrap}nav{width:100%;order:3}.nav-links{flex-direction:column;width:100%;max-height:0;overflow:hidden;gap:0;transition:max-height .3s ease}.nav-links.active{max-height:400px}.nav-links li{text-align:center;margin:10px 0}.hamburger{display:flex;order:2}.logo-text{order:1}}@media (max-width:768px){.hero-section{padding:60px 30px}.hero-section h1{font-size:2.2rem}.hero-section p{font-size:1.1rem}.section-title{font-size:2rem}.content-section{padding:35px 25px}.stats-section{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.hero-section h1{font-size:1.8rem}.logo-text{font-size:1.4rem}.stat-number{font-size:2.5rem}.stats-section{grid-template-columns:1fr}}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-content{animation:fadeInUp .8s ease-out}