@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#333;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;font-family:Inter,system-ui,sans-serif;min-width:320px;min-height:100vh}a{color:inherit;text-decoration:none}html{scroll-behavior:smooth}#root{min-height:100vh}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#333}.app{min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 10px #0000001a;position:fixed;width:100%;top:0;z-index:1000;transition:all .3s ease}.header.scrolled{background:#fffffffa;box-shadow:0 4px 20px #00000026}.header .container{display:flex;justify-content:space-between;align-items:center;padding:1rem 20px}.logo h1{color:#070707;font-size:1.8rem;font-weight:700;margin-bottom:2px}.tagline{color:#666;font-size:.9rem;font-style:italic}.nav{display:flex;gap:2rem}.nav a{text-decoration:none;color:#333;font-weight:500;transition:color .3s ease}.nav a:hover{color:#070707}.hero{min-height:100vh;padding:120px 0 80px;background:linear-gradient(135deg,#fffef0,#fff);position:relative;overflow:hidden;display:flex;align-items:center}.hero .container{display:flex;align-items:center;gap:4rem}.hero:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%23e6d84a" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="%23070707" opacity="0.05"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');pointer-events:none}.hero-content{flex:1;max-width:600px;position:relative;z-index:1;animation:slideInLeft .8s ease-out}@keyframes slideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}.hero-title{font-size:3.5rem;font-weight:700;color:#2c2c2c;margin-bottom:1.5rem;line-height:1.2}.hero-subtitle{font-size:1.3rem;color:#666;margin-bottom:1.5rem;line-height:1.6}.hero-notice{font-size:1.2rem;color:#070707;background:linear-gradient(135deg,#fff39a,#e6d84a);padding:1.5rem 2rem;border-radius:12px;border:2px solid #070707;margin-bottom:2rem;font-weight:600;text-align:center;box-shadow:0 4px 15px #0707071a;animation:pulse 2s infinite}@keyframes pulse{0%{box-shadow:0 4px 15px #0707071a}50%{box-shadow:0 6px 20px #07070733;transform:translateY(-2px)}to{box-shadow:0 4px 15px #0707071a}}.btn-primary,.btn-secondary{padding:15px 30px;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-primary{background:#070707;color:#fff}.btn-primary:hover{background:#333;transform:translateY(-2px)}.btn-secondary{background:transparent;color:#070707;border:2px solid #070707}.btn-secondary:hover{background:#070707;color:#fff;transform:translateY(-2px)}.hero-image{flex:1;display:flex;justify-content:center;align-items:center;position:relative;z-index:1;animation:slideInRight .8s ease-out .3s both}@keyframes slideInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}.hero-placeholder{width:400px;height:300px;background:linear-gradient(45deg,#e6d84a,#070707);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:600;border-radius:15px;box-shadow:0 20px 40px #07070733}.services{padding:80px 0;background:#fff}.section-title{text-align:center;font-size:2.5rem;color:#2c2c2c;margin-bottom:3rem;font-weight:700}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem;margin-top:3rem}.service-card{text-align:center;padding:2.5rem 2rem;border-radius:15px;background:#fefcf0;transition:transform .3s ease,box-shadow .3s ease}.service-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0000001a}.service-icon{font-size:3rem;margin-bottom:1.5rem}.service-card h3{font-size:1.5rem;color:#2c2c2c;margin-bottom:1rem;font-weight:600}.service-card p{color:#666;line-height:1.6}.about{padding:80px 0;background:#fefcf0}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-text h2{font-size:2.5rem;color:#2c2c2c;margin-bottom:1.5rem;font-weight:700}.about-text p{color:#666;margin-bottom:2rem;font-size:1.1rem;line-height:1.7}.about-features{list-style:none}.about-features li{color:#333;margin-bottom:1rem;font-size:1.1rem}.about-placeholder{width:100%;height:300px;background:linear-gradient(45deg,#070707,#e6d84a);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:600;border-radius:15px}.academy{padding:80px 0;background:#fff}.academy-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin:3rem 0}.academy-card{padding:2.5rem 2rem;border:2px solid #e6d84a;border-radius:15px;text-align:center;transition:all .3s ease}.academy-card:hover{background:#e6d84a;color:#070707;transform:translateY(-5px)}.academy-card h3{font-size:1.5rem;margin-bottom:1rem;font-weight:600}.duration{color:#070707;font-weight:600;margin-bottom:1rem}.academy-card:hover .duration{color:#070707}.academy-features{display:flex;justify-content:center;gap:4rem;margin-top:3rem}.academy-feature{text-align:center}.feature-number{display:block;font-size:3rem;font-weight:700;color:#070707;margin-bottom:.5rem}.contact{padding:80px 0;background:#fefcf0}.contact-intro{text-align:center;font-size:1.2rem;color:#666;max-width:800px;margin:0 auto 3rem;line-height:1.6}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-top:3rem}.contact-info{display:flex;flex-direction:column;gap:2rem}.contact-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem;margin-top:3rem}.contact-item h3{color:#070707;margin-bottom:.5rem;font-size:1.3rem}.contact-item p{color:#666;line-height:1.6}.footer{background:#070707;color:#fff;padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:1fr 2fr;gap:3rem;margin-bottom:2rem}.footer-brand h3{color:#fff39a;font-size:1.5rem;margin-bottom:.5rem}.footer-links{display:flex;gap:3rem}.footer-links h4{color:#fff39a;margin-bottom:1rem}.footer-links ul{list-style:none}.footer-links li{margin-bottom:.5rem}.footer-links a{color:#ccc;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#fff39a}.footer-bottom{border-top:1px solid #444;padding-top:1rem;display:flex;justify-content:space-between;color:#999}@media(max-width:768px){.hero{padding:100px 0 60px}.hero .container{flex-direction:column;text-align:center;gap:2rem;padding:0 20px}.hero-title{font-size:2.5rem}.hero-notice{font-size:1.1rem;padding:1.2rem 1.5rem}.hero-placeholder{width:100%;max-width:350px;height:250px}.about-content,.contact-info-grid,.footer-content{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column;gap:.5rem}.nav{display:none}.academy-features{flex-direction:column;gap:2rem}}@media(max-width:480px){.container{padding:0 15px}.hero-title{font-size:2rem;line-height:1.2}.hero-notice{font-size:1rem;padding:1rem 1.2rem;margin-bottom:1.5rem}.section-title{font-size:2rem}}
