:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:#333;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:400;line-height:1.6}html{scroll-behavior:smooth}body{min-width:320px;min-height:100vh;margin:0}*{box-sizing:border-box;margin:0;padding:0}body{color:#333;background-color:#f5f5f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6}.container{max-width:1200px;margin:0 auto;padding:0 20px}.app{flex-direction:column;min-height:100vh;display:flex}.header{color:#fff;z-index:100;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:1rem 0;position:sticky;top:0;box-shadow:0 2px 10px #0000001a}.header .container{justify-content:space-between;align-items:center;display:flex}.logo{font-size:1.8rem;font-weight:700}.nav{gap:2rem;display:flex}.nav a{color:#fff;font-weight:500;text-decoration:none;transition:opacity .3s}.nav a:hover{opacity:.8}.hero{color:#fff;text-align:center;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:6rem 0}.hero h2{margin-bottom:1rem;font-size:2.5rem}.hero p{opacity:.9;margin-bottom:2rem;font-size:1.2rem}.btn{color:#667eea;cursor:pointer;background:#fff;border:none;border-radius:30px;padding:.8rem 2rem;font-weight:700;text-decoration:none;transition:transform .3s,box-shadow .3s;display:inline-block}.btn:hover{transform:translateY(-2px);box-shadow:0 4px 15px #0003}.services{background:#fff;padding:4rem 0}.services h2{text-align:center;color:#667eea;margin-bottom:3rem;font-size:2rem}.service-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.service-card{background:#f9f9f9;border-radius:10px;padding:2rem;transition:transform .3s,box-shadow .3s;box-shadow:0 2px 10px #0000000d}.service-card:hover{transform:translateY(-5px);box-shadow:0 5px 20px #0000001a}.service-card h3{color:#667eea;margin-bottom:1rem;font-size:1.4rem}.service-card p{color:#666;line-height:1.8}.courses{background:#f5f5f5;padding:4rem 0}.courses h2{text-align:center;color:#667eea;margin-bottom:3rem;font-size:2rem}.course-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.course-card{background:#fff;border-radius:10px;padding:2rem;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden;box-shadow:0 2px 10px #0000000d}.course-card:hover{transform:translateY(-5px);box-shadow:0 5px 20px #0000001a}.course-card h3{color:#667eea;margin-bottom:.5rem;font-size:1.3rem}.course-card .date{color:#999;margin-bottom:1rem;font-size:.9rem}.course-card .description{color:#666;margin-bottom:1rem;line-height:1.6}.course-card .instructor,.course-card .price{color:#333;margin-bottom:.5rem;font-weight:500}.course-card .status{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:20px;margin-top:1rem;padding:.3rem 1rem;font-size:.85rem;display:inline-block}.contact{background:#fff;padding:4rem 0}.contact h2{text-align:center;color:#667eea;margin-bottom:3rem;font-size:2rem}.contact-content{grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:3rem;display:grid}.contact-info h3,.contact-form h3{color:#667eea;margin-bottom:1.5rem;font-size:1.4rem}.contact-info p{color:#666;margin-bottom:.8rem}.contact-form form{flex-direction:column;gap:1rem;display:flex}.contact-form input,.contact-form textarea{border:1px solid #ddd;border-radius:5px;padding:.8rem;font-family:inherit;font-size:1rem}.contact-form input:focus,.contact-form textarea:focus{border-color:#667eea;outline:none;box-shadow:0 0 0 2px #667eea33}.recent-contacts{border-top:1px solid #eee;margin-top:3rem;padding-top:2rem}.recent-contacts h3{color:#667eea;margin-bottom:1.5rem;font-size:1.4rem}.recent-contacts table{border-collapse:collapse;background:#fff;border-radius:10px;width:100%;overflow:hidden;box-shadow:0 2px 10px #0000000d}.recent-contacts th,.recent-contacts td{text-align:left;border-bottom:1px solid #eee;padding:1rem}.recent-contacts th{color:#667eea;background:#f9f9f9;font-weight:600}.recent-contacts tr:hover{background:#f9f9f9}.footer{color:#fff;text-align:center;background:#333;margin-top:auto;padding:2rem 0}@media (width<=768px){.header .container{flex-direction:column;gap:1rem}.nav{flex-wrap:wrap;justify-content:center;gap:1rem}.hero h2{font-size:1.8rem}.contact-content{grid-template-columns:1fr}.recent-contacts{overflow-x:auto}.recent-contacts table{min-width:600px}}
