.header{position:fixed;top:0;left:0;right:0;background:var(--primary-black);color:var(--white);z-index:1000;padding:1rem 0;box-shadow:0 2px 10px #0000001a}.header-content{display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:700;color:var(--primary-gold)}.burger-menu{display:flex;flex-direction:column;justify-content:space-between;width:30px;height:24px;background:none;border:none;cursor:pointer;padding:0;z-index:1100}.burger-menu span{display:block;width:100%;height:3px;background:var(--primary-gold);transition:all .3s ease;border-radius:2px}.burger-menu.active span:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.burger-menu.active span:nth-child(2){opacity:0}.burger-menu.active span:nth-child(3){transform:rotate(-45deg) translate(8px,-8px)}.nav-menu{position:fixed;top:0;right:-100%;width:300px;height:100vh;background:var(--primary-black);padding:80px 30px 30px;transition:right .3s ease;box-shadow:-5px 0 15px #0000001a}.nav-menu.active{right:0}.nav-list{list-style:none;display:flex;flex-direction:column;gap:1.5rem}.nav-list li a{color:var(--white);font-size:1.1rem;transition:color .3s ease;display:block;padding:.5rem 0}.nav-list li a:hover{color:var(--primary-gold)}.cta-button{background:var(--primary-gold);color:var(--primary-black)!important;padding:12px 24px!important;border-radius:4px;font-weight:600;text-align:center;transition:all .3s ease}.cta-button:hover{background:var(--secondary-gold)!important;transform:translateY(-2px)}@media(max-width:768px){.nav-menu{width:280px}}@media(max-width:480px){.nav-menu{width:100%;right:-100%}.nav-menu.active{right:0}}.hero{background:linear-gradient(135deg,var(--primary-black) 0%,var(--dark-gray) 100%);color:var(--white);padding-top:120px;min-height:100vh;display:flex;align-items:center}.hero-container{max-width:1200px;margin:0 auto;padding:0 20px}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;min-height:70vh}.hero-text{padding-right:40px}.hero-subtitle{font-size:1.2rem;color:var(--primary-gold);margin-bottom:1rem;font-weight:500}.hero-title{font-size:4rem;font-weight:700;line-height:1.1;margin-bottom:2rem}.hero-description{font-size:1.3rem;line-height:1.8;color:#ffffffe6;margin-bottom:2.5rem}.hero-visual{display:flex;justify-content:center;align-items:center}.hero-image{width:100%;border-radius:12px;overflow:hidden;box-shadow:0 20px 40px #ffd7004d}.hero-img{width:100%;height:auto;display:block;border-radius:12px}@media(max-width:1024px){.hero-content{gap:60px}.hero-title{font-size:3rem}.hero-description{font-size:1.1rem}}@media(max-width:768px){.hero{padding-top:100px}.hero-content{grid-template-columns:1fr;gap:40px;text-align:center}.hero-text{padding-right:0}.hero-title{font-size:2.5rem}.hero-description{font-size:1.1rem}}@media(max-width:480px){.hero-title{font-size:2rem}.hero-description{font-size:1rem}.hero-image{max-width:100%}}.why-investing{background:var(--light-gray)}.why-investing-content{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.why-investing-text h2{margin-bottom:2rem;color:var(--primary-black)}.why-investing-text p{margin-bottom:1.5rem;color:var(--text-secondary);font-size:1.1rem;line-height:1.7}.why-investing-text p strong{color:var(--primary-black)}.why-investing-visual{display:flex;justify-content:center;align-items:center}.why-investing-image{width:100%;border-radius:12px;overflow:hidden;box-shadow:0 15px 30px #ffd70033}.why-investing-img{width:100%;height:auto;display:block;border-radius:12px}@media(max-width:1024px){.why-investing-content{gap:60px}}@media(max-width:768px){.why-investing-content{grid-template-columns:1fr;gap:40px;text-align:center}.why-investing-text p{font-size:1rem}}.courses{background:var(--white)}.courses-content{max-width:800px;margin:0 auto;text-align:center}.courses-intro{font-size:1.2rem;color:var(--text-secondary);margin-bottom:3rem;line-height:1.7}.courses-visual{width:100%;max-width:900px;margin:0 auto 3rem;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px #0000001a}.courses-image{width:100%;height:auto;display:block;border-radius:12px}.courses-details{text-align:left}.course-feature{margin-bottom:3rem;padding:2rem;background:var(--light-gray);border-radius:8px;border-left:4px solid var(--primary-gold)}.course-feature h3{color:var(--primary-black);font-size:1.3rem;margin-bottom:1rem}.course-feature p{color:var(--text-secondary);font-size:1.1rem;line-height:1.7;margin-bottom:0}.course-feature:last-child{margin-bottom:0}@media(max-width:768px){.courses-intro{font-size:1.1rem}.courses-visual{margin-bottom:2rem}.course-feature{padding:1.5rem}.course-feature h3{font-size:1.2rem}.course-feature p{font-size:1rem}}.pricing{background:var(--light-gray)}.pricing-intro{font-size:1.2rem;color:var(--text-secondary);margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.pricing-card{background:var(--white);border-radius:12px;padding:2.5rem;box-shadow:0 5px 20px #0000001a;transition:transform .3s ease;border:2px solid transparent}.pricing-card:hover{transform:translateY(-5px)}.pricing-card.featured{border-color:var(--primary-gold);position:relative;transform:scale(1.05)}.pricing-card.featured:before{content:"MOST POPULAR";position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--primary-gold);color:var(--primary-black);padding:.5rem 1.5rem;font-size:.8rem;font-weight:600;border-radius:20px}.pricing-header{text-align:center;margin-bottom:2rem}.pricing-header h3{color:var(--primary-black);margin-bottom:1rem}.price{font-size:3rem;font-weight:700;color:var(--primary-gold);margin-bottom:.5rem}.description{color:var(--text-secondary);font-size:1rem;line-height:1.5}.features{list-style:none;margin:2rem 0}.features li{display:flex;align-items:center;margin-bottom:1rem;color:var(--text-primary);font-size:1rem}.checkmark{color:var(--primary-gold);font-weight:700;margin-right:.75rem;font-size:1.2rem}.pricing-card .btn{width:100%;text-align:center}@media(max-width:1024px){.pricing-grid{grid-template-columns:1fr;gap:2rem}.pricing-card.featured{transform:scale(1)}}@media(max-width:768px){.pricing-intro{font-size:1.1rem}.pricing-card{padding:2rem}.price{font-size:2.5rem}}.instructors{background:var(--light-gray)}.instructors-intro{max-width:800px;margin:0 auto 60px;font-size:1.2rem;color:var(--text-secondary)}.instructors-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:40px;margin-top:60px}.instructor-card{background:var(--white);border-radius:12px;padding:40px 30px;box-shadow:0 4px 20px #00000014;transition:transform .3s ease,box-shadow .3s ease;text-align:center}.instructor-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000001f}.instructor-avatar{margin-bottom:20px}.avatar-icon{font-size:4rem;width:100px;height:100px;margin:0 auto;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--primary-gold),var(--secondary-gold));border-radius:50%;box-shadow:0 4px 15px #ffd7004d}.instructor-info h3{color:var(--primary-black);margin-bottom:8px;font-size:1.6rem}.instructor-role{color:var(--primary-gold);font-weight:600;font-size:1.1rem;margin-bottom:8px}.instructor-experience{color:var(--text-secondary);font-size:.95rem;margin-bottom:15px}.instructor-expertise{color:var(--text-primary);font-size:.95rem;margin-bottom:15px;padding:12px;background:var(--light-gray);border-radius:6px}.instructor-expertise strong{color:var(--primary-black)}.instructor-bio{color:var(--text-secondary);font-size:.95rem;line-height:1.6;margin-top:15px}@media(max-width:768px){.instructors-grid{grid-template-columns:1fr;gap:30px}.instructor-card{padding:30px 20px}.instructors-intro{font-size:1.1rem;margin-bottom:40px}}.what-you-learn{background:var(--primary-black);color:var(--white)}.what-you-learn h2{color:var(--white);margin-bottom:3rem}.learn-visual{width:100%;max-width:900px;margin:0 auto 3rem;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px #ffd70033}.learn-image{width:100%;height:auto;display:block;border-radius:12px}.learn-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:2rem}.learn-item{display:flex;align-items:flex-start;gap:1.5rem;padding:1.5rem;background:#ffffff0d;border-radius:8px;border-left:4px solid var(--primary-gold);transition:transform .3s ease}.learn-item:hover{transform:translateY(-2px)}.learn-icon{font-size:2.5rem;flex-shrink:0}.learn-content h3{color:var(--primary-gold);margin-bottom:.75rem;font-size:1.2rem}.learn-content p{color:#fffc;font-size:1rem;line-height:1.6;margin-bottom:0}@media(max-width:768px){.learn-visual{margin-bottom:2rem}.learn-grid{grid-template-columns:1fr;gap:1.5rem}.learn-item{padding:1.25rem}.learn-icon{font-size:2rem}}.testimonials{background:var(--light-gray)}.testimonials h2{margin-bottom:3rem}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2rem}.testimonial-card{background:var(--white);padding:2rem;border-radius:12px;box-shadow:0 5px 20px #0000001a;transition:transform .3s ease}.testimonial-card:hover{transform:translateY(-5px)}.testimonial-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.testimonial-avatar{flex-shrink:0;width:60px;height:60px}.avatar-image{width:60px;height:60px;border-radius:50%;object-fit:cover;border:2px solid var(--primary-gold);box-shadow:0 4px 10px #00000014}.testimonial-info h3{color:var(--primary-black);font-size:1.1rem;margin-bottom:.25rem}.testimonial-info p{color:var(--text-secondary);font-size:.9rem;margin-bottom:0}.testimonial-content{color:var(--text-primary);font-size:1rem;line-height:1.7;margin-bottom:1.5rem;font-style:italic}.testimonial-label{color:var(--primary-gold);font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:0}@media(max-width:1024px){.testimonials-grid{grid-template-columns:1fr;gap:1.5rem}.testimonial-card{padding:1.5rem}}.success-metrics{background:linear-gradient(135deg,var(--primary-black) 0%,var(--dark-gray) 100%);color:var(--white)}.success-metrics h2{color:var(--white)}.metrics-intro{max-width:700px;margin:0 auto 60px;font-size:1.2rem;color:#ffffffe6}.metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px;margin-top:60px}.metric-card{text-align:center;padding:40px 20px;background:#ffffff0d;border-radius:12px;border:1px solid rgba(255,215,0,.2);transition:all .3s ease}.metric-card:hover{background:#ffffff14;border-color:var(--primary-gold);transform:translateY(-5px);box-shadow:0 10px 30px #ffd70033}.metric-icon{font-size:3.5rem;margin-bottom:20px}.metric-number{font-size:3.5rem;font-weight:700;color:var(--primary-gold);margin-bottom:15px;line-height:1}.metric-label{font-size:1.3rem;font-weight:600;margin-bottom:10px;color:var(--white)}.metric-description{font-size:.95rem;color:#fffc;line-height:1.6;margin:0}@media(max-width:768px){.metrics-grid{grid-template-columns:repeat(2,1fr);gap:25px}.metric-card{padding:30px 15px}.metric-number,.metric-icon{font-size:2.5rem}.metrics-intro{font-size:1.1rem;margin-bottom:40px}}@media(max-width:480px){.metrics-grid{grid-template-columns:1fr}.metric-number{font-size:2.2rem}}.cta{background:linear-gradient(135deg,var(--primary-gold) 0%,var(--secondary-gold) 100%);padding:80px 0}.cta-content{text-align:center;max-width:800px;margin:0 auto}.cta h2{color:var(--primary-black);font-size:2.5rem;margin-bottom:1.5rem}.cta p{color:var(--primary-black);font-size:1.2rem;line-height:1.7;margin-bottom:2.5rem;opacity:.9}.cta .btn{background:var(--primary-black);color:var(--primary-gold);font-size:1.1rem;padding:15px 40px}.cta .btn:hover{background:var(--dark-gray);transform:translateY(-2px)}@media(max-width:768px){.cta{padding:60px 0}.cta h2{font-size:2rem}.cta p{font-size:1.1rem}}.faq{background:var(--white)}.faq h2{margin-bottom:3rem}.faq-list{max-width:800px;margin:0 auto}.faq-item{margin-bottom:2rem;padding:2rem;background:var(--light-gray);border-radius:8px;border-left:4px solid var(--primary-gold)}.faq-item h3{color:var(--primary-black);font-size:1.2rem;margin-bottom:1rem;line-height:1.4}.faq-item p{color:var(--text-secondary);font-size:1rem;line-height:1.7;margin-bottom:0}.faq-item:last-child{margin-bottom:0}@media(max-width:768px){.faq-item{padding:1.5rem}.faq-item h3{font-size:1.1rem}}.contact{background:var(--light-gray)}.contact h2{margin-bottom:3rem}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;max-width:1000px;margin:0 auto}.contact-info h3{color:var(--primary-black);margin-bottom:2rem}.contact-details{margin-bottom:2rem}.contact-item{margin-bottom:1.5rem}.contact-item h4{color:var(--primary-gold);font-size:1.1rem;margin-bottom:.5rem}.contact-item p{color:var(--text-secondary);font-size:1rem;line-height:1.6;margin-bottom:0}.contact-note{color:var(--text-secondary);font-size:.95rem;line-height:1.6;margin-bottom:0}.contact-form{background:var(--white);padding:2.5rem;border-radius:12px;box-shadow:0 5px 20px #0000001a}.form-group{margin-bottom:1.5rem}.form-group label{display:block;color:var(--primary-black);font-weight:600;margin-bottom:.5rem}.form-group input,.form-group textarea{width:100%;padding:12px;border:2px solid #e0e0e0;border-radius:4px;font-size:1rem;font-family:inherit;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-gold)}.checkbox-group{margin-bottom:2rem}.checkbox-label{display:flex!important;align-items:flex-start;gap:.5rem;font-weight:400!important;font-size:.9rem;line-height:1.5}.checkbox-label input[type=checkbox]{width:auto;margin-top:.2rem}.checkbox-label a{color:var(--primary-gold);text-decoration:underline}.contact-form .btn{width:100%}@media(max-width:768px){.contact-content{grid-template-columns:1fr;gap:2rem}.contact-form{padding:2rem}}.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:var(--primary-black);color:var(--white);padding:1.5rem 0;z-index:1001;box-shadow:0 -5px 20px #0003;border-top:2px solid var(--primary-gold)}.cookie-content{display:flex;justify-content:space-between;align-items:center;gap:2rem}.cookie-text h3{color:var(--primary-gold);font-size:1.2rem;margin-bottom:.5rem}.cookie-text p{color:#ffffffe6;font-size:.95rem;line-height:1.5;margin-bottom:0}.cookie-text a{color:var(--primary-gold);text-decoration:underline}.cookie-buttons{display:flex;gap:1rem;flex-shrink:0}.cookie-buttons .btn{padding:10px 20px;font-size:.9rem}.cookie-buttons .btn-outline{border-color:var(--primary-gold);color:var(--primary-gold)}.cookie-buttons .btn-outline:hover{background:var(--primary-gold);color:var(--primary-black)}@media(max-width:768px){.cookie-content{flex-direction:column;text-align:center;gap:1.5rem}.cookie-buttons{width:100%;justify-content:center}}.footer{background:var(--primary-black);color:var(--white);padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:2rem}.footer-logo{font-size:1.5rem;font-weight:700;color:var(--primary-gold);margin-bottom:1rem}.footer-brand p{color:#fffc;font-size:.95rem;line-height:1.6;margin-bottom:0}.footer-nav h4,.footer-legal h4,.footer-contact h4{color:var(--primary-gold);font-size:1.1rem;margin-bottom:1rem}.footer-nav ul,.footer-legal ul{list-style:none;padding:0}.footer-nav li,.footer-legal li{margin-bottom:.5rem}.footer-nav a,.footer-legal a,.footer-contact a{color:#fffc;font-size:.9rem;transition:color .3s ease}.footer-nav a:hover,.footer-legal a:hover,.footer-contact a:hover{color:var(--primary-gold)}.footer-contact p{margin-bottom:0}.footer-bottom{border-top:1px solid rgba(255,255,255,.2);padding-top:1rem;text-align:center}.footer-bottom p{color:#fff9;font-size:.85rem;margin-bottom:0}@media(max-width:1024px){.footer-content{grid-template-columns:1fr 1fr;gap:2rem}}@media(max-width:768px){.footer-content{grid-template-columns:1fr;gap:2rem}.footer{padding:2rem 0 1rem}}.app{min-height:100vh}.section{padding:100px 0}.section:first-child{padding-top:0}h1{font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}h2{font-size:2.5rem;font-weight:600;line-height:1.3;margin-bottom:1rem}h3{font-size:1.5rem;font-weight:600;margin-bottom:.75rem}p{font-size:1.1rem;line-height:1.7;margin-bottom:1rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}@media(max-width:768px){h1{font-size:2.5rem}h2{font-size:2rem}p{font-size:1rem}.section{padding:60px 0}}@media(max-width:480px){h1{font-size:2rem}h2{font-size:1.75rem}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-gold: #FFD700;--primary-black: #000000;--secondary-gold: #FFA500;--dark-gray: #1a1a1a;--light-gray: #f5f5f5;--white: #ffffff;--text-primary: #333333;--text-secondary: #666666}html{scroll-behavior:smooth}body{font-family:Inter,-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;line-height:1.6;color:var(--text-primary)}a{text-decoration:none;color:inherit}button{border:none;background:none;cursor:pointer;font-family:inherit}img{max-width:100%;height:auto}.container{max-width:1200px;margin:0 auto;padding:0 20px}.section{padding:80px 0}.btn{display:inline-block;padding:12px 30px;background:var(--primary-gold);color:var(--primary-black);font-weight:600;border-radius:4px;transition:all .3s ease}.btn:hover{background:var(--secondary-gold);transform:translateY(-2px)}.btn-outline{background:transparent;border:2px solid var(--primary-gold);color:var(--primary-gold)}.btn-outline:hover{background:var(--primary-gold);color:var(--primary-black)}.text-center{text-align:center}.gold-text{color:var(--primary-gold)}.black-bg{background:var(--primary-black);color:var(--white)}.gold-bg{background:var(--primary-gold);color:var(--primary-black)}@media(max-width:768px){.section{padding:60px 0}.container{padding:0 15px}}
