*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #E07856;--secondary-color: #ff9470;--text-dark: #1a1a1a;--text-light: #666;--bg-light: #f5f7fa;--bg-gradient: linear-gradient(135deg, #f5f7fa 0%, #e8f0f7 100%)}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-dark);line-height:1.6}html{scroll-behavior:smooth}a{text-decoration:none;color:inherit}button{font-family:inherit;cursor:pointer;border:none;outline:none}.btn-primary{padding:1rem 2rem;background:linear-gradient(135deg,#06c,#09f);color:#fff;font-size:1rem;font-weight:600;border-radius:10px;transition:all .3s ease;box-shadow:0 5px 15px #0066cc4d;border:none}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px #06c6}.btn-secondary{padding:1rem 2rem;background:transparent;color:#06c;font-size:1rem;font-weight:600;border:2px solid #0066cc;border-radius:10px;transition:all .3s ease}.btn-secondary:hover{background:#06c;color:#fff;transform:translateY(-2px)}h1,h2,h3,h4,h5,h6{line-height:1.3;font-weight:700}img{max-width:100%;height:auto}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#06c;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#09f}.navbar{position:fixed;top:0;left:0;right:0;background:#fff;box-shadow:0 2px 10px #0000001a;z-index:1000}.navbar-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.navbar-brand{display:flex;flex-direction:column;align-items:center;gap:.25rem}.navbar-logo{height:40px;width:auto}.navbar-title{font-size:.75rem;color:#06c;font-weight:600;letter-spacing:.5px;text-align:center;line-height:1}.navbar-menu{display:flex;gap:2rem;align-items:center}.nav-link{color:#333;text-decoration:none;font-size:1rem;font-weight:500;transition:color .3s ease}.nav-link:hover{color:#06c}.navbar-actions{display:flex;gap:1rem;align-items:center}.navbar-actions .btn-primary{background:linear-gradient(135deg,#06c,#09f);border-radius:8px;padding:.75rem 1.5rem}@media(max-width:1024px){.navbar-menu{gap:1.5rem}.nav-link{font-size:.95rem}}@media(max-width:768px){.navbar-container{padding:.75rem 1rem}.navbar-brand{flex:1;gap:.2rem}.navbar-logo{height:28px}.navbar-title{font-size:.65rem}.navbar-menu{display:none}.navbar-actions button{font-size:.85rem;padding:.5rem 1rem;white-space:nowrap}}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;background-image:url(/images/hero-bg.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;padding:8rem 2rem 4rem;text-align:center;position:relative}.hero-overlay{position:absolute;inset:0;background:#003250b3;z-index:1}.hero-container{max-width:1000px;margin:0 auto;position:relative;z-index:2}.hero-title{font-size:3.5rem;font-weight:800;color:#fff;margin-bottom:1rem;line-height:1.2}.hero-subtitle{font-size:1.5rem;color:#fff;font-weight:600;margin-bottom:1.5rem}.hero-description{font-size:1.2rem;color:#fffffff2;line-height:1.8;margin-bottom:2.5rem;max-width:800px;margin-left:auto;margin-right:auto}.hero-actions{display:flex;gap:1.5rem;justify-content:center;margin-bottom:4rem;flex-wrap:wrap}.hero-actions .btn-primary{background:linear-gradient(135deg,#06c,#09f);border:none}.hero-actions .btn-secondary{background:transparent;color:#fff;border:2px solid white}.hero-actions .btn-secondary:hover{background:#fff;color:#06c}.hero-stats{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;margin-top:4rem}.stat-item{background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:15px;padding:2rem 3rem;min-width:200px;text-align:center;transition:all .3s ease}.stat-item:hover{background:#fff3;transform:translateY(-5px)}.stat-item h3{font-size:2.5rem;font-weight:800;color:#fff;margin-bottom:.5rem}.stat-item p{font-size:1rem;color:#ffffffe6;font-weight:500}@media(max-width:768px){.hero{padding:5rem 1.5rem 3rem;min-height:100vh}.hero-container{width:100%}.hero-title{font-size:1.75rem;line-height:1.25;margin-bottom:.75rem}.hero-subtitle{font-size:.95rem;margin-bottom:1rem}.hero-description{font-size:.85rem;line-height:1.5;margin-bottom:2rem;max-width:100%}.hero-actions{flex-direction:column;gap:.75rem;align-items:center;margin-bottom:2.5rem}.hero-actions button{width:100%;max-width:320px;padding:.9rem 1.5rem;font-size:.9rem}.hero-stats{gap:.75rem;flex-direction:column;align-items:center;margin-top:2rem}.stat-item{width:90%;max-width:320px;padding:1.5rem 2rem;min-width:auto}.stat-item h3{font-size:2.25rem}.stat-item p{font-size:.9rem}}.features{padding:6rem 2rem;background:#fff}.features-container{max-width:1200px;margin:0 auto}.section-title{font-size:2.5rem;font-weight:800;text-align:center;color:#1a1a1a;margin-bottom:1rem}.section-subtitle{font-size:1.2rem;text-align:center;color:#666;margin-bottom:4rem;max-width:800px;margin-left:auto;margin-right:auto}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1400px;margin:0 auto}.feature-card{padding:2rem 1.5rem;border-radius:20px;background:#fff;border:1px solid #e0e0e0;transition:transform .3s ease,box-shadow .3s ease;text-align:center}.feature-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0000001a}.feature-icon-wrapper{width:60px;height:60px;margin:0 auto 1.25rem;background:linear-gradient(135deg,#e8f4ff,#d4ebff);border-radius:15px;display:flex;align-items:center;justify-content:center}.feature-icon{font-size:1.75rem;color:#06c}.feature-title{font-size:1.25rem;font-weight:700;color:#1a1a1a;margin-bottom:.75rem}.feature-description{font-size:.95rem;color:#666;line-height:1.6}@media(max-width:1024px){.features-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media(max-width:768px){.features{padding:4rem 1rem}.section-title{font-size:1.75rem;line-height:1.3}.section-subtitle{font-size:1rem;margin-bottom:3rem}.features-grid{grid-template-columns:1fr;gap:1.5rem}.feature-card{padding:2rem 1.5rem}.feature-title{font-size:1.1rem}.feature-description{font-size:.9rem}}.journey{padding:6rem 2rem;background:#fff}.journey-container{max-width:1200px;margin:0 auto;position:relative}.journey-steps{display:grid;gap:4rem;margin-top:4rem;position:relative}.journey-steps:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:2px;background:linear-gradient(180deg,#06c,#09f);transform:translate(-50%);z-index:1}.journey-step{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.journey-step:nth-child(2n){direction:rtl}.journey-step:nth-child(2n)>*{direction:ltr}.step-content-wrapper{display:flex;gap:2rem;align-items:flex-start;background:#e8f4ff;padding:2.5rem;border-radius:15px;position:relative;z-index:2;box-shadow:0 5px 15px #0066cc1a;min-height:280px}.step-number{min-width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:#06c;color:#fff;font-size:1.5rem;font-weight:700;border-radius:50%;flex-shrink:0;box-shadow:0 4px 12px #0066cc4d}.step-content{flex:1}.step-title{font-size:1.8rem;font-weight:700;color:#1a1a1a;margin-bottom:1rem}.step-description{font-size:1.05rem;color:#666;line-height:1.7}.step-image{min-width:350px;max-width:350px;height:280px;flex-shrink:0;border-radius:15px;overflow:hidden;box-shadow:0 10px 30px #00000026}.step-image img{width:100%;height:100%;object-fit:cover;display:block}@media(max-width:768px){.journey{padding:3rem 1rem}.section-title{font-size:1.5rem}.section-subtitle{font-size:.95rem}.journey-steps{gap:2.5rem;margin-top:2.5rem}.journey-steps:before{display:none}.journey-step{grid-template-columns:1fr;gap:1.5rem}.journey-step:nth-child(2n){direction:ltr}.step-content-wrapper{flex-direction:column;gap:1rem;padding:1.5rem;min-height:auto}.step-number{width:45px;height:45px;font-size:1.1rem}.step-title{font-size:1.25rem}.step-description{font-size:.9rem;line-height:1.5}.step-image{min-width:100%;max-width:100%;height:200px}}.courses{padding:6rem 2rem;background:#f8f9fa}.courses-container{max-width:1200px;margin:0 auto}.courses-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:3rem}.course-card{padding:0;border-radius:20px;background:#fff;border:1px solid #e0e0e0;transition:all .3s ease;position:relative;overflow:hidden;box-shadow:0 5px 15px #00000014}.course-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px #0000001f}.course-image{width:100%;height:180px;overflow:hidden;position:relative}.course-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.course-card:hover .course-image img{transform:scale(1.05)}.course-badge{position:absolute;top:155px;right:1.5rem;padding:.4rem 1rem;background:#06c;color:#fff;border-radius:20px;font-size:.8rem;font-weight:600;z-index:2}.course-title{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin-bottom:.75rem;padding:1.5rem 1.5rem 0}.course-description{font-size:.95rem;color:#666;line-height:1.6;margin-bottom:1rem;padding:0 1.5rem}.course-meta{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.25rem;font-size:.85rem;color:#666;padding:0 1.5rem;align-items:center}.course-meta span{display:flex;align-items:center;gap:.25rem}.course-card .btn-primary{margin:0 1.5rem 1.5rem;width:calc(100% - 3rem);background:#06c;border:none;padding:.9rem 2rem;font-size:.95rem}.course-card .btn-primary:hover{background:#0052a3}.courses-cta{text-align:center;margin-top:3rem}@media(max-width:768px){.courses{padding:3rem 1rem}.section-title{font-size:1.5rem}.section-subtitle{font-size:.95rem}.courses-grid{grid-template-columns:1fr;gap:1.5rem;margin-bottom:2rem}.course-image{height:160px}.course-badge{top:135px;padding:.35rem .85rem;font-size:.75rem}.course-title{font-size:1.2rem;padding:1.25rem 1.25rem 0}.course-description{font-size:.9rem;padding:0 1.25rem;margin-bottom:.85rem}.course-meta{font-size:.8rem;padding:0 1.25rem;margin-bottom:1rem}.course-card .btn-primary{margin:0 1.25rem 1.25rem;width:calc(100% - 2.5rem);padding:.85rem 1.5rem;font-size:.9rem}}.testimonials{padding:6rem 2rem;background:linear-gradient(135deg,#f5f7fa,#e8f0f7)}.testimonials-container{max-width:1200px;margin:0 auto}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem;margin-bottom:4rem}.testimonial-card{padding:2.5rem;background:#fff;border-radius:20px;box-shadow:0 10px 30px #0000000d;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;align-items:center;text-align:center}.testimonial-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0000001a}.testimonial-avatar{width:100px;height:100px;display:flex;align-items:center;justify-content:center;border-radius:50%;margin-bottom:1.5rem;overflow:hidden;border:3px solid #E07856}.testimonial-avatar img{width:100%;height:100%;object-fit:cover}.testimonial-quote{font-size:1rem;color:#666;line-height:1.8;margin-bottom:1.5rem;font-style:italic}.testimonial-author h4{font-size:1.2rem;font-weight:700;color:#1a1a1a;margin-bottom:.5rem}.testimonial-author p{font-size:.95rem;color:#e07856;font-weight:500}.testimonials-stats{display:flex;justify-content:center;gap:4rem;flex-wrap:wrap;margin-top:4rem;padding-top:4rem;border-top:2px solid rgba(0,0,0,.1)}.stat-box{text-align:center}.stat-box h3{font-size:2.5rem;font-weight:800;color:#e07856;margin-bottom:.5rem}.stat-box p{font-size:1rem;color:#666;font-weight:500}@media(max-width:768px){.testimonials{padding:3rem 1rem}.section-title{font-size:1.5rem}.section-subtitle{font-size:.95rem}.testimonials-grid{grid-template-columns:1fr;gap:1.5rem;margin-bottom:2.5rem}.testimonial-card{padding:2rem 1.5rem}.testimonial-avatar{width:80px;height:80px;margin-bottom:1.25rem}.testimonial-quote{font-size:.9rem;line-height:1.6}.testimonial-author h4{font-size:1.1rem}.testimonial-author p{font-size:.85rem}.testimonials-stats{gap:1.5rem;margin-top:2.5rem;padding-top:2.5rem}.stat-box h3{font-size:1.75rem}.stat-box p{font-size:.9rem}}.stats-section{padding:4rem 2rem;background:#f5f5f7}.stats-container{max-width:900px;margin:0 auto;display:flex;justify-content:center;gap:3rem;flex-wrap:wrap;padding:2.5rem 3rem;background:#fff;border-radius:20px;box-shadow:0 8px 24px #00000014}.stat-box{text-align:center;flex:1;min-width:150px}.stat-box h3{font-size:2.5rem;font-weight:800;color:#06c;margin-bottom:.5rem}.stat-box p{font-size:.95rem;color:#666;font-weight:500}.newsletter{padding:5rem 2rem;background:#2563eb;text-align:center}.newsletter-container{max-width:800px;margin:0 auto}.newsletter-container h2{font-size:2.5rem;font-weight:800;color:#fff;margin-bottom:1rem}.newsletter-description{font-size:1.1rem;color:#fffffff2;margin-bottom:2.5rem}.newsletter-form{display:flex;gap:1rem;max-width:650px;margin:0 auto 1.5rem;flex-wrap:wrap;justify-content:center}.newsletter-form input{flex:1;min-width:350px;padding:1.1rem 1.5rem;font-size:1rem;border:none;border-radius:10px;outline:none}.btn-subscribe{padding:1.1rem 2.5rem;background:#1e293b;color:#fff;font-size:1rem;font-weight:600;border:none;border-radius:10px;cursor:pointer;transition:all .3s ease}.btn-subscribe:hover{background:#0f172a;transform:translateY(-2px)}.newsletter-privacy{font-size:.9rem;color:#ffffffe6}.cta-section{padding:6rem 2rem;background-image:url(/images/cta-bg.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;text-align:center;position:relative;color:#fff}.cta-overlay{position:absolute;inset:0;background:#005078bf;z-index:1}.cta-container{max-width:1000px;margin:0 auto;position:relative;z-index:2}.cta-title{font-size:3rem;font-weight:800;margin-bottom:1.5rem}.cta-description{font-size:1.2rem;line-height:1.8;margin-bottom:2.5rem;opacity:.95}.cta-actions{display:flex;gap:1.5rem;justify-content:center;margin-bottom:3rem;flex-wrap:wrap}.btn-primary.large{padding:1.2rem 2.5rem;font-size:1.1rem;background:linear-gradient(135deg,#06c,#09f);border:none}.btn-secondary.large{padding:1.2rem 2.5rem;font-size:1.1rem;background:transparent;border:2px solid white;color:#fff}.btn-secondary.large:hover{background:#fff;color:#06c}.cta-features{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap;font-size:1rem;font-weight:500}@media(max-width:768px){.stats-section{padding:3rem 1rem 1rem}.stats-container{gap:2rem}.stat-box h3{font-size:2rem}.newsletter{padding:4rem 1rem}.newsletter-container h2{font-size:2rem}.newsletter-form{flex-direction:column}.newsletter-form input{min-width:100%}.cta-section{padding:4rem 1rem}.cta-title{font-size:2rem}.cta-description{font-size:1rem}.cta-actions{flex-direction:column;gap:1rem}.btn-primary.large,.btn-secondary.large{width:100%}.cta-features{gap:1.5rem;font-size:.9rem}}@media(max-width:768px){.newsletter{padding:4rem 1rem}.newsletter-actions{flex-direction:column;gap:1rem}.btn-primary.large,.btn-secondary.large{width:100%}.newsletter-features{flex-direction:column;gap:1rem}.newsletter-signup{padding:2rem 1.5rem}.newsletter-form{flex-direction:column}.newsletter-form input{min-width:100%}}.footer{background:#1a2332;color:#fff;padding:4rem 2rem 2rem}.footer-container{max-width:1200px;margin:0 auto}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:4rem;margin-bottom:3rem}.footer-brand-section{max-width:400px}.footer-section h4{font-size:1.2rem;font-weight:700;margin-bottom:1.5rem;color:#fff}.footer-brand{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem}.footer-logo{height:50px;width:auto}.footer-brand h3{font-size:.9rem;font-weight:600;color:#09f;margin:0}.footer-description{font-size:.95rem;line-height:1.7;color:#fffc;margin-bottom:1.5rem}.footer-social{display:flex;gap:1rem}.footer-social a{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border-radius:50%;color:#fff;text-decoration:none;font-weight:600;transition:all .3s ease}.footer-social a:hover{background:#09f;transform:translateY(-3px)}.footer-section ul{list-style:none;padding:0}.footer-section ul li{margin-bottom:.8rem}.footer-section ul li a{color:#fffc;text-decoration:none;transition:color .3s ease;font-size:.95rem}.footer-section ul li a:hover{color:#09f}.footer-bottom{padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-bottom p{color:#ffffffb3;font-size:.9rem;margin:0}.footer-links{display:flex;gap:2rem}.footer-links a{color:#ffffffb3;text-decoration:none;font-size:.9rem;transition:color .3s ease}.footer-links a:hover{color:#09f}@media(max-width:768px){.footer{padding:3rem 1rem 2rem}.footer-grid{grid-template-columns:1fr;gap:2rem}.footer-brand-section{max-width:100%}.footer-logo{height:40px}.footer-bottom{flex-direction:column;text-align:center}.footer-links{flex-direction:column;gap:.5rem}}@media(max-width:768px){.footer{padding:3rem 1rem 2rem}.footer-grid{grid-template-columns:1fr;gap:2rem}.footer-logo{height:50px}}.App{width:100%;overflow-x:hidden}
