*{margin:0;padding:0;box-sizing:border-box}:root{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5;font-weight:400;color:#1a1a2e;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{margin:0;padding:0}body{margin:0;padding:0;min-height:100vh}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}#root{min-height:100vh;margin:0;padding:0}.header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1rem 0;box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:1000;margin:0}.header-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo{text-decoration:none;color:#fff;display:flex;align-items:center;gap:.75rem;font-weight:700;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;letter-spacing:-.02em}.logo-image{height:40px;width:auto;display:block}.logo-text{font-size:1.75rem;line-height:1.2;font-weight:700}.logo-image+.logo-text{display:none}.logo-subtitle{font-size:.875rem;font-weight:400;opacity:.9}.header-right{display:flex;align-items:center;gap:2rem}.nav{display:flex;gap:2rem;align-items:center}.language-switcher{display:flex;gap:.5rem;align-items:center}.language-flag{background:#fff3;border:2px solid transparent;border-radius:6px;padding:.5rem .75rem;font-size:1.5rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;min-width:44px;min-height:44px}.language-flag:hover{background:#ffffff4d;transform:scale(1.1)}.language-flag.active{background:#ffffff4d;border-color:#ffffff80;box-shadow:0 2px 8px #0003}.nav-link{color:#fff;text-decoration:none;font-weight:500;padding:.5rem 1rem;border-radius:6px;transition:background-color .3s ease;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;letter-spacing:.01em}.nav-link:hover{background-color:#fff3}@media(max-width:768px){.header-container{flex-direction:column;gap:1rem}.header-right{flex-direction:column;gap:1rem;width:100%}.nav{gap:1rem;flex-wrap:wrap;justify-content:center}.nav-link{padding:.4rem .8rem;font-size:.9rem}.language-switcher{justify-content:center}}.footer{background:#1a1a2e;color:#fff;padding:3rem 0 1rem;margin:0}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.footer-section h3{margin:0 0 1rem;font-size:1.5rem;color:#667eea}.footer-section h4{margin:0 0 1rem;font-size:1.1rem;color:#fff}.footer-section p{margin:0;opacity:.8;line-height:1.6}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section ul li{margin-bottom:.5rem;opacity:.8}.footer-section ul li a{color:#fff;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:#667eea}.social-links{display:flex;gap:1rem;flex-wrap:wrap}.social-links a{color:#fff;text-decoration:none;padding:.5rem 1rem;border:1px solid rgba(255,255,255,.3);border-radius:6px;transition:all .3s ease}.social-links a:hover{background-color:#667eea;border-color:#667eea}.footer-bottom{max-width:1200px;margin:2rem auto 0;padding:1.5rem 2rem 0;border-top:1px solid rgba(255,255,255,.1);text-align:center;opacity:.7}.footer-bottom p{margin:0}@media(max-width:768px){.footer-container{grid-template-columns:1fr}}.course-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;text-decoration:none;color:inherit;display:flex;flex-direction:column;height:100%}.course-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #00000026}.course-card-header{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}.course-level{padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase}.course-level-beginner{background-color:#d4edda;color:#155724}.course-level-intermediate{background-color:#fff3cd;color:#856404}.course-level-advanced{background-color:#f8d7da;color:#721c24}.course-category{font-size:.875rem;color:#666;font-weight:500}.course-card-content{padding:1.5rem;flex-grow:1}.course-card-title{margin:0 0 .75rem;font-size:1.25rem;font-weight:700;color:#1a1a2e;line-height:1.3}.course-card-description{margin:0 0 1rem;color:#666;line-height:1.6;font-size:.95rem}.course-card-meta{display:flex;gap:1.5rem;margin-bottom:1rem;font-size:.875rem;color:#888}.course-card-topics{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.topic-tag{padding:.25rem .75rem;background-color:#f0f0f0;border-radius:12px;font-size:.75rem;color:#555}.course-card-footer{padding:1rem 1.5rem;border-top:1px solid #eee;display:flex;justify-content:space-between;align-items:center;background-color:#fafafa}.course-price{font-size:1.5rem;font-weight:700;color:#667eea}.course-card-button{padding:.6rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:opacity .3s ease}.course-card-button:hover{opacity:.9}@media(max-width:768px){.course-card-footer{flex-direction:column;gap:1rem;align-items:stretch}.course-card-button{width:100%}}.home{min-height:100vh;margin:0;padding:0}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:6rem 2rem;text-align:center;margin:0}.hero-content{max-width:800px;margin:0 auto}.hero-title{font-size:3.5rem;margin:0 0 1.5rem;font-weight:700;line-height:1.2}.hero-subtitle{font-size:1.25rem;margin:0 0 2.5rem;opacity:.95;line-height:1.6}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease;display:inline-block;border:2px solid transparent}.btn-primary{background-color:#fff;color:#667eea}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}.btn-secondary{background-color:transparent;color:#fff;border-color:#fff}.btn-secondary:hover{background-color:#ffffff1a}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.features{padding:5rem 0;background-color:#f8f9fa}.section-title{text-align:center;font-size:2.5rem;margin:0 0 3rem;color:#1a1a2e;font-weight:700}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.feature-card{background:#fff;padding:2rem;border-radius:12px;text-align:center;box-shadow:0 2px 8px #0000001a;transition:transform .3s ease}.feature-card:hover{transform:translateY(-5px)}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{margin:0 0 1rem;color:#1a1a2e;font-size:1.25rem}.feature-card p{margin:0;color:#666;line-height:1.6}.featured-courses{padding:5rem 0}.courses-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;margin-bottom:3rem}.section-cta{text-align:center}.stats{padding:5rem 0;background:linear-gradient(135deg,#1a1a2e,#16213e);color:#fff;margin:0}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem;text-align:center}.stat-item{padding:1rem}.stat-number{font-size:3rem;font-weight:700;margin-bottom:.5rem;color:#667eea}.stat-label{font-size:1.1rem;opacity:.9}@media(max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.section-title{font-size:2rem}.courses-grid{grid-template-columns:1fr}}.courses-page{min-height:100vh;padding-bottom:3rem}.courses-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:4rem 2rem 3rem;margin-bottom:3rem}.courses-header h1{margin:0 0 1rem;font-size:3rem;font-weight:700}.courses-header p{margin:0;font-size:1.2rem;opacity:.95}.courses-filters{display:flex;gap:2rem;align-items:center;margin-bottom:3rem;padding:1.5rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;flex-wrap:wrap}.filter-group{display:flex;align-items:center;gap:.75rem}.filter-group label{font-weight:600;color:#1a1a2e}.filter-group select{padding:.6rem 1rem;border:2px solid #e0e0e0;border-radius:6px;font-size:1rem;background:#fff;color:#1a1a2e;cursor:pointer;transition:border-color .3s ease}.filter-group select:hover,.filter-group select:focus{border-color:#667eea;outline:none}.filter-results{margin-left:auto;font-weight:600;color:#666}.courses-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem}.no-courses{grid-column:1 / -1;text-align:center;padding:4rem 2rem;color:#666;font-size:1.2rem}@media(max-width:768px){.courses-header h1{font-size:2rem}.courses-filters,.filter-group{flex-direction:column;align-items:stretch}.filter-group select{width:100%}.filter-results{margin-left:0;text-align:center}.courses-grid{grid-template-columns:1fr}}.course-detail{min-height:100vh;padding-bottom:3rem}.course-detail-hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:3rem 2rem;margin-bottom:3rem}.course-breadcrumb{margin-bottom:2rem;font-size:.9rem;opacity:.9}.course-breadcrumb a{color:#fff;text-decoration:none}.course-breadcrumb a:hover{text-decoration:underline}.course-hero-content{max-width:800px}.course-badges{display:flex;gap:1rem;margin-bottom:1.5rem}.course-hero-content h1{margin:0 0 1rem;font-size:3rem;font-weight:700;line-height:1.2}.course-hero-description{font-size:1.2rem;margin:0 0 2rem;opacity:.95;line-height:1.6}.course-hero-meta{display:flex;gap:2rem;margin-bottom:2rem;flex-wrap:wrap}.meta-item{display:flex;flex-direction:column;gap:.25rem;align-items:flex-start;justify-content:flex-start}.meta-label{font-size:.875rem;opacity:.8;line-height:1.2;white-space:nowrap}.meta-value{font-size:1.1rem;font-weight:600;line-height:1.4;white-space:nowrap}.meta-value.price{font-size:1.1rem;color:gold;line-height:1.4;white-space:nowrap}.btn-enroll{font-size:1.1rem;padding:1rem 2.5rem}.course-detail-content{display:grid;grid-template-columns:1fr 350px;gap:3rem;align-items:start}.course-main{min-width:0;max-width:100%;overflow-wrap:break-word;word-wrap:break-word}.course-section{margin-bottom:3rem}.course-section h2{font-size:2rem;margin:0 0 1.5rem;color:#1a1a2e;font-weight:700}.course-section p{font-size:1.1rem;line-height:1.8;color:#555;margin:0}.course-description-formatted{font-size:1.05rem;line-height:1.75;color:#444;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;text-align:left;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}.course-description-formatted strong{color:#1a1a2e;font-weight:700;display:block;margin-top:1.5rem;margin-bottom:.75rem;font-size:1.25rem;line-height:1.4}.course-description-formatted strong:first-child{margin-top:0}.course-section-header{font-size:1.35rem;font-weight:700;color:#667eea;margin:2.5rem 0 1.5rem;padding:1rem 1.25rem;background:linear-gradient(135deg,#667eea14,#764ba214);border-left:4px solid #667eea;border-radius:8px;letter-spacing:.3px;text-transform:uppercase;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;display:block;width:100%;box-sizing:border-box;line-height:1.4;word-wrap:break-word;overflow-wrap:break-word;clear:both}.course-section-header:first-child{margin-top:0}.course-section-divider{border:none;border-top:2px solid #e0e0e0;margin:2rem 0;background:none}.course-list-item{display:flex;align-items:flex-start;margin-bottom:.25rem;line-height:1rem}.course-bullet,.course-check{color:#667eea;font-weight:600;margin-right:.75rem;flex-shrink:0;line-height:1.75;display:inline-block;width:1.2rem;text-align:left}.course-list-text{flex:1;display:inline-block;line-height:1.75;word-wrap:break-word;overflow-wrap:break-word}.course-description-formatted br{line-height:1.5;display:block;content:"";margin:.1rem 0;height:.1rem}.course-list-item+br{display:none;margin:0;height:0}.course-description-formatted{max-width:100%;overflow-wrap:break-word;word-wrap:break-word}.topics-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem}.topics-list li{padding:1rem;background:#f8f9fa;border-radius:8px;border-left:4px solid #667eea;font-weight:500;color:#1a1a2e}.course-sidebar{position:sticky;top:100px}.course-card-sidebar{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 12px #0000001a}.course-price-large{font-size:3rem;font-weight:700;color:#667eea;text-align:center;margin-bottom:1.5rem}.btn-full-width{width:100%;margin-bottom:2rem;font-size:1.1rem;padding:1rem}.course-sidebar-info{display:flex;flex-direction:column;gap:1rem;padding-top:1.5rem;border-top:1px solid #eee}.sidebar-info-item{font-size:.95rem;line-height:1.6;color:#555}.sidebar-info-item strong{color:#1a1a2e;display:block;margin-bottom:.25rem}.course-not-found{text-align:center;padding:4rem 2rem}.course-not-found h2{font-size:2rem;margin-bottom:1rem;color:#1a1a2e}.course-not-found p{margin-bottom:2rem;color:#666;font-size:1.1rem}@media(max-width:968px){.course-detail-content{grid-template-columns:1fr}.course-sidebar{position:static}}@media(max-width:768px){.course-hero-content h1{font-size:2rem}.course-hero-description{font-size:1rem}.course-hero-meta{flex-direction:column;gap:1rem}.topics-list{grid-template-columns:1fr}}.about-page{min-height:100vh;padding-bottom:3rem}.about-hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:4rem 2rem;text-align:center;margin-bottom:3rem}.about-hero h1{font-size:3rem;margin:0 0 1rem;font-weight:700}.about-hero p{font-size:1.2rem;margin:0;opacity:.95}.about-section{margin-bottom:4rem;max-width:900px;margin-left:auto;margin-right:auto}.about-section h2{font-size:2.5rem;margin:0 0 1.5rem;color:#1a1a2e;font-weight:700}.about-section>p{font-size:1.1rem;line-height:1.8;color:#555;margin:0}.about-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.about-feature{padding:1.5rem;background:#f8f9fa;border-radius:12px}.about-feature h3{font-size:1.5rem;margin:0 0 1rem;color:#1a1a2e}.about-feature p{margin:0;color:#666;line-height:1.6}.values-list{list-style:none;padding:0;margin:0}.values-list li{padding:1rem;margin-bottom:1rem;background:#f8f9fa;border-radius:8px;border-left:4px solid #667eea;font-size:1.1rem;line-height:1.6;color:#555}.values-list li strong{color:#1a1a2e}@media(max-width:768px){.about-hero h1,.about-section h2{font-size:2rem}.about-features{grid-template-columns:1fr}}.contact-page{min-height:100vh;padding-bottom:3rem}.contact-hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:4rem 2rem;text-align:center;margin-bottom:3rem}.contact-hero h1{font-size:3rem;margin:0 0 1rem;font-weight:700}.contact-hero p{font-size:1.2rem;opacity:.95;max-width:700px;margin:0 auto}.contact-content{display:grid;grid-template-columns:1fr 1.5fr;gap:4rem;max-width:1200px;margin:0 auto}.contact-info h2,.contact-form h2{font-size:2rem;margin:0 0 2rem;color:#1a1a2e;font-weight:700}.info-item{display:flex;gap:1.5rem;margin-bottom:2rem;align-items:flex-start}.info-icon{font-size:2rem;flex-shrink:0}.info-item h3{margin:0 0 .5rem;color:#1a1a2e;font-size:1.1rem}.info-item p{margin:0;color:#666;line-height:1.6}.contact-form{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 4px 12px #0000001a}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#1a1a2e}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem;border:2px solid #e0e0e0;border-radius:6px;font-size:1rem;font-family:inherit;transition:border-color .3s ease;box-sizing:border-box}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#667eea}.form-group textarea{resize:vertical;min-height:120px}.btn-full-width{width:100%;padding:1rem;font-size:1.1rem;margin-top:1rem}@media(max-width:968px){.contact-content{grid-template-columns:1fr}}@media(max-width:768px){.contact-hero h1{font-size:2rem}.contact-form{padding:1.5rem}}.App{min-height:100vh;display:flex;flex-direction:column;margin:0;padding:0}.main-content{flex:1;margin:0;padding:0}
