.navbar{background-color:var(--surface);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.nav-container{max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;align-items:center;justify-content:space-between;height:70px}.nav-logo{display:flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;text-decoration:none;color:var(--text)}.logo-icon{font-size:1.75rem}.nav-menu{display:flex;gap:2rem;align-items:center}.nav-link{text-decoration:none;color:var(--text-secondary);font-weight:500;padding:.5rem 1rem;border-radius:.5rem;transition:all .3s ease;position:relative}.nav-link:hover,.nav-link.active{color:var(--primary-color)}.nav-link.active:after{content:"";position:absolute;bottom:-2px;left:1rem;right:1rem;height:2px;background-color:var(--primary-color);border-radius:1px}.nav-actions{display:flex;align-items:center;gap:1rem}.theme-toggle{background:none;border:none;font-size:1.25rem;cursor:pointer;padding:.5rem;border-radius:.5rem;transition:background-color .3s ease}.theme-toggle:hover{background-color:var(--border)}.nav-register{padding:.5rem 1.5rem;font-size:.9rem}.hamburger{display:none;flex-direction:column;background:none;border:none;cursor:pointer;gap:4px}.hamburger span{width:25px;height:3px;background-color:var(--text);transition:all .3s ease;border-radius:2px}@media (max-width: 768px){.hamburger{display:flex}.nav-menu{position:absolute;top:100%;left:0;right:0;background-color:var(--surface);border-bottom:1px solid var(--border);flex-direction:column;padding:1rem;gap:0;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease}.nav-menu.active{transform:translateY(0);opacity:1;visibility:visible}.nav-link{display:block;padding:1rem;width:100%;text-align:center}.nav-register{display:none}}.footer{background-color:var(--surface);border-top:1px solid var(--border);padding:3rem 0 1rem;margin-top:auto}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:2rem}.footer-section h3{color:var(--text);margin-bottom:1rem;font-size:1.1rem;font-weight:600}.footer-logo{display:flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;color:var(--text);margin-bottom:1rem}.footer-description{color:var(--text-secondary);line-height:1.6;margin-bottom:1.5rem}.social-links{display:flex;gap:1rem}.social-links a{color:var(--text-secondary);text-decoration:none;transition:color .3s ease}.social-links a:hover{color:var(--primary-color)}.footer-links{list-style:none}.footer-links li{margin-bottom:.5rem}.footer-links a{color:var(--text-secondary);text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:var(--primary-color)}.contact-info p{color:var(--text-secondary);margin-bottom:.5rem}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid var(--border);color:var(--text-secondary);font-size:.9rem}.footer-legal{display:flex;gap:2rem}.footer-legal a{color:var(--text-secondary);text-decoration:none;transition:color .3s ease}.footer-legal a:hover{color:var(--primary-color)}@media (max-width: 768px){.footer-content{grid-template-columns:1fr;gap:2rem;text-align:center}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}.social-links{justify-content:center}}.hero{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden;background:linear-gradient(135deg,var(--background) 0%,var(--surface) 100%)}.hero-background{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1}.hero-orbs{position:relative;width:100%;height:100%}.orb{position:absolute;border-radius:50%;filter:blur(40px);opacity:.3}.orb-1{width:300px;height:300px;background:var(--primary-color);top:10%;left:10%;animation:float 6s ease-in-out infinite}.orb-2{width:200px;height:200px;background:var(--secondary-color);top:60%;right:10%;animation:float 8s ease-in-out infinite reverse}.orb-3{width:150px;height:150px;background:var(--accent-color);bottom:20%;left:20%;animation:float 10s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(180deg)}}.hero-content{position:relative;z-index:2;text-align:center;max-width:800px;margin:0 auto}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem;color:var(--text)}.gradient-text{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.25rem;color:var(--text-secondary);margin-bottom:2.5rem;line-height:1.6}.hero-actions{display:flex;gap:1rem;justify-content:center;margin-bottom:4rem}.hero-highlights{position:relative;z-index:2}.highlight-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;max-width:800px;margin:0 auto}.highlight-item{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1.5rem;background:var(--surface);border-radius:1rem;border:1px solid var(--border);transition:all .3s ease}.highlight-item:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.highlight-icon{font-size:2rem;margin-bottom:.5rem}.highlight-item span{font-weight:600;color:var(--text)}@media (max-width: 768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-actions{flex-direction:column;align-items:center}.highlight-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.highlight-item{padding:1rem}}@media (max-width: 480px){.highlight-grid{grid-template-columns:1fr}}.highlights-section{background:var(--background)}.highlights-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1000px;margin:0 auto}.highlight-card{background:var(--surface);padding:2rem;border-radius:12px;border:1px solid var(--border);text-align:center;transition:all .3s ease}.highlight-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.highlight-icon{font-size:3rem;margin-bottom:1rem}.highlight-card h3{margin-bottom:1rem;color:var(--text);font-size:1.3rem}.highlight-card p{color:var(--text-secondary);line-height:1.6;margin:0}.testimonial-card{background:var(--background);padding:1.5rem;border-radius:1rem;border:1px solid var(--border);box-shadow:0 4px 20px #0000001a;transition:all .3s ease;position:relative;overflow:hidden}.testimonial-content{font-size:1rem;line-height:1.5;color:var(--text);margin-bottom:1rem;font-style:italic}.testimonial-author{display:flex;flex-direction:column;gap:.2rem}.testimonial-author strong{color:var(--text);font-size:1rem;font-weight:600}.testimonial-author span{color:var(--text-secondary);font-size:.85rem}.school{color:var(--primary-color)!important;font-weight:500;font-size:.8rem}@media (max-width: 768px){.testimonial-card{padding:1.25rem}.testimonial-content{font-size:.95rem}}.curriculum-visualization{padding:2rem 0}.phase-selector{display:flex;gap:1rem;margin-bottom:3rem;flex-wrap:wrap;justify-content:center}.phase-btn{padding:1rem 1.5rem;border:2px solid;border-radius:50px;font-weight:600;cursor:pointer;transition:all .3s ease;color:var(--text);background:var(--surface);display:flex;align-items:center;gap:.5rem}.phase-btn.active{color:#fff}.phase-btn:hover:not(.active){transform:translateY(-2px);box-shadow:0 5px 15px #0003}.phase-icon{font-size:1.2rem}.phase-header{text-align:center;margin-bottom:3rem;padding:2rem;background:var(--surface);border-radius:1rem;border:1px solid var(--border)}.phase-header h2{font-size:2.5rem;margin-bottom:1rem;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.phase-header p{font-size:1.2rem;color:var(--text-secondary);margin-bottom:1rem;max-width:600px;margin-left:auto;margin-right:auto}.phase-duration{display:inline-block;background:var(--primary-color);color:#fff;padding:.5rem 1rem;border-radius:20px;font-weight:600;font-size:.9rem}.timeline{position:relative;max-width:800px;margin:0 auto 4rem}.timeline:before{content:"";position:absolute;left:30px;top:0;bottom:0;width:2px;background:var(--border);z-index:1}.timeline-item{display:flex;margin-bottom:2rem;position:relative;z-index:2}.timeline-marker{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:.9rem;flex-shrink:0;margin-right:2rem;position:relative;z-index:3;box-shadow:0 4px 15px #0003}.timeline-content{flex:1;background:var(--surface);border:1px solid var(--border);border-radius:12px;transition:all .3s ease;cursor:pointer;overflow:hidden}.timeline-content:hover{transform:translate(10px);box-shadow:0 10px 30px #0000001a}.week-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;gap:1rem}.week-title{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.week-title h3{margin:0;font-size:1.3rem;color:var(--text)}.focus-badge{background:var(--primary-color);color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:600}.expand-icon{transition:transform .3s ease;font-size:.8rem;color:var(--text-secondary)}.week-details{padding:0 1.5rem 1.5rem}.detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.detail-section h4{margin:0 0 .5rem;color:var(--text);font-size:1rem;display:flex;align-items:center;gap:.5rem}.topics-list,.projects-list{list-style:none;padding:0;margin:0}.topics-list li,.projects-list li{color:var(--text-secondary);position:relative;padding:.25rem 0 .25rem 1rem}.topics-list li:before{content:"•";position:absolute;left:0;color:var(--primary-color)}.projects-list li:before{content:"🚀";position:absolute;left:0}.tech-tags{display:flex;flex-wrap:wrap;gap:.5rem}.tech-tag{background:var(--background);border:1px solid var(--border);padding:.25rem .75rem;border-radius:15px;font-size:.8rem;color:var(--text-secondary)}.mindset-activity{color:var(--text-secondary);line-height:1.6;margin:0;font-style:italic}.tools-section{background:var(--surface);border-radius:16px;padding:2rem;border:1px solid var(--border)}.tools-section h3{text-align:center;margin-bottom:2rem;font-size:1.5rem;color:var(--text)}.tools-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.tool-category{background:var(--background);padding:1.5rem;border-radius:12px;border:1px solid var(--border)}.tool-category h4{margin:0 0 1rem;color:var(--text);font-size:1.1rem}.tool-category ul{list-style:none;padding:0;margin:0}.tool-category li{color:var(--text-secondary);position:relative;padding:.5rem 0 .5rem 1.5rem}.tool-category li:before{content:"✓";position:absolute;left:0;color:var(--primary-color);font-weight:700}@media (max-width: 768px){.phase-selector{flex-direction:column;align-items:center}.phase-btn{width:100%;max-width:300px;justify-content:center}.timeline:before{left:25px}.timeline-marker{width:50px;height:50px;margin-right:1.5rem;font-size:.8rem}.week-header,.week-title{flex-direction:column;align-items:flex-start;gap:.5rem}.detail-grid,.tools-grid{grid-template-columns:1fr}.phase-header h2{font-size:2rem}}@media (max-width: 480px){.timeline-item{flex-direction:column}.timeline-marker{margin-right:0;margin-bottom:1rem;align-self:flex-start}.timeline:before{left:25px;top:60px}}.curriculum-page{min-height:100vh}.curriculum-hero{background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);color:#fff;padding:4rem 0;text-align:center}.curriculum-hero h1{font-size:3rem;margin-bottom:1rem;font-weight:800}.hero-subtitle{font-size:1.3rem;max-width:600px;margin:0 auto 3rem;opacity:.9;line-height:1.6}.hero-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:2rem;max-width:600px;margin:0 auto}.stat{display:flex;flex-direction:column;align-items:center}.stat-number{font-size:2.5rem;font-weight:800;margin-bottom:.5rem}.stat-label{font-size:.9rem;opacity:.9;text-transform:uppercase;letter-spacing:.5px}.curriculum-main{padding:4rem 0;background:var(--background)}.success-section{padding:4rem 0;background:var(--surface)}.success-section h2{text-align:center;margin-bottom:3rem;font-size:2.5rem}.success-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.success-item{text-align:center;padding:2rem;background:var(--background);border-radius:12px;border:1px solid var(--border);transition:all .3s ease}.success-item:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.success-icon{font-size:3rem;margin-bottom:1rem}.success-item h4{margin-bottom:1rem;color:var(--text);font-size:1.2rem}.success-item p{color:var(--text-secondary);line-height:1.6;margin:0}.quote-section{padding:4rem 0;background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);color:#fff;text-align:center}.quote-section blockquote{font-size:1.5rem;font-style:italic;max-width:600px;margin:0 auto;line-height:1.6;position:relative}.quote-section blockquote:before,.quote-section blockquote:after{content:'"';font-size:4rem;color:#ffffff4d;position:absolute}.quote-section blockquote:before{top:-2rem;left:-3rem}.quote-section blockquote:after{bottom:-4rem;right:-3rem}@media (max-width: 768px){.curriculum-hero h1{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-stats{grid-template-columns:repeat(2,1fr);gap:1.5rem}.stat-number{font-size:2rem}.success-grid{grid-template-columns:1fr}.quote-section blockquote{font-size:1.3rem;padding:0 1rem}.quote-section blockquote:before,.quote-section blockquote:after{display:none}}.theme-transition *{transition:background-color .3s ease,color .3s ease,border-color .3s ease}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #2563eb;--primary-dark: #1d4ed8;--secondary-color: #7c3aed;--accent-color: #06d6a0;--text-dark: #1f2937;--text-light: #6b7280;--background-light: #ffffff;--background-dark: #0f172a;--surface-light: #f8fafc;--surface-dark: #1e293b;--border-light: #e5e7eb;--border-dark: #374151}[data-theme=dark]{--background: var(--background-dark);--surface: var(--surface-dark);--text: #f8fafc;--text-secondary: #cbd5e1;--border: var(--border-dark)}[data-theme=light]{--background: var(--background-light);--surface: var(--surface-light);--text: var(--text-dark);--text-secondary: var(--text-light);--border: var(--border-light)}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6;color:var(--text);background-color:var(--background);transition:all .3s ease}.app{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border:none;border-radius:.5rem;font-weight:600;text-decoration:none;cursor:pointer;transition:all .3s ease;font-size:1rem}.btn-primary{background-color:var(--primary-color);color:#fff}.btn-primary:hover{background-color:var(--primary-dark);transform:translateY(-2px)}.btn-secondary{background-color:transparent;color:var(--primary-color);border:2px solid var(--primary-color)}.btn-secondary:hover{background-color:var(--primary-color);color:#fff}.section{padding:4rem 0}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:1rem;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-subtitle{font-size:1.25rem;color:var(--text-secondary);text-align:center;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}html{scroll-behavior:smooth}button:focus-visible,a:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px}@media (max-width: 768px){.section{padding:2rem 0}.section-title{font-size:2rem}.section-subtitle{font-size:1.1rem}}
