@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}.page-wrapper{width:100%}body{font-family:Poppins,sans-serif;background-color:#f8fafc;color:#1e293b;line-height:1.6;scroll-behavior:smooth}.App{width:100%}.full-width{max-width:100%!important}.main-content{min-height:calc(100vh - 140px);display:flex;flex-direction:column}nav{background:#0f172a;padding:1rem 2.5rem;position:sticky;top:0;z-index:100}nav ul{list-style:none;display:flex;gap:2rem;justify-content:center}nav a{color:#fff;text-decoration:none;font-weight:500;transition:color .3s}nav a:hover{color:#38bdf8}.hero{position:relative;background:linear-gradient(#0f172abf,#0f172abf),url(https://images.unsplash.com/photo-1581091215361-5a6c36b9f5d5?auto=format&fit=crop&w=1470&q=80) no-repeat center/cover;color:#fff;padding:6rem 2rem;text-align:center}.hero-content{max-width:900px;margin:auto}.hero h1{font-size:2.6rem;margin-bottom:1rem}.hero p{font-size:1.15rem;opacity:.95}.container{max-width:1100px;margin:auto;padding:0 2rem}.cta-button{display:inline-block;margin-top:1.5rem;padding:.85rem 2rem;background:#38bdf8;color:#0f172a;border-radius:6px;font-weight:600;text-decoration:none;transition:.3s}.cta-button:hover{background:#0ea5e9;color:#fff}.page-section{width:100%;padding:4rem 2rem;display:flex;justify-content:center}.section-inner{max-width:1100px;margin:auto}.section-inner h2{text-align:center;font-size:2rem;margin-bottom:2rem;color:#0f172a}.section-inner p{color:#475569;line-height:1.7;text-align:center}.courses-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.course-card{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 10px 25px #00000014;transition:transform .3s,box-shadow .3s;display:flex;flex-direction:column;justify-content:space-between}.course-card:hover{transform:translateY(-6px);box-shadow:0 15px 35px #0000001f}.course-card h3{color:#1e3a8a;margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}.course-card p{font-size:.95rem;margin-bottom:1rem}.course-card ul{list-style:none;margin-bottom:1.2rem;padding-left:0}.course-card ul li{font-size:.9rem;margin-bottom:.4rem}.contact-form{max-width:500px;margin:auto}.contact-form input,.contact-form select,.contact-form textarea{width:100%;padding:.8rem;margin-bottom:1rem;border-radius:6px;border:1px solid #cbd5f5;font-family:inherit;font-size:1rem}.contact-form textarea{resize:vertical;min-height:120px}.contact-form button{width:100%;padding:.9rem;background:#1e3a8a;color:#fff;border:none;border-radius:6px;font-size:1rem;cursor:pointer;font-weight:600;transition:.3s}.contact-form button:hover{background:#0f172a}footer{background:#0f172a;color:#cbd5f5;text-align:center;padding:1.5rem;font-size:.9rem}@media(max-width:1024px){.courses-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}}@media(max-width:768px){nav ul{flex-direction:column;gap:1rem}.hero h1{font-size:2rem}.hero p{font-size:1rem}}@media(max-width:480px){.cta-button{padding:.65rem 1.5rem;font-size:.9rem}.hero h1{font-size:1.6rem}.hero p{font-size:.9rem}}
