:root{--blue-50:#eff6ff;--blue-100:#dbeafe;--blue-200:#bfdbfe;--blue-300:#93c5fd;--blue-400:#60a5fa;--blue-500:#3b82f6;--blue-600:#2563eb;--blue-700:#1d4ed8;--blue-800:#1e40af;--blue-900:#1e3a8a;--blue-950:#172554;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827;--gray-950:#030712;--teal-600:#0d9488;--amber-600:#d97706;--green-600:#059669;--green-400:#4ade80;--purple-600:#9333ea;--red-600:#dc2626}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:'Inter',sans-serif;line-height:1.5;color:var(--gray-800)}.container{max-width:1280px;margin:0 auto;padding:0 1rem}h1,h2,h3,h4,h5,h6{line-height:1.2}h1{font-size:2.5rem;font-weight:700}h2{font-size:2rem;font-weight:700}h3{font-size:1.5rem;font-weight:600}@media (min-width:768px){h1{font-size:3.5rem}h2{font-size:2.5rem}h3{font-size:2rem}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.error-message{color:var(--red-600);font-size:0.875rem;margin-top:0.25rem;display:none}.help-text{color:var(--gray-500);font-size:0.875rem;margin-top:0.25rem}.construction-popup{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.8);display:flex;align-items:center;justify-content:center;z-index:10000;backdrop-filter:blur(5px)}.construction-content{background:white;padding:3rem;border-radius:1rem;text-align:center;max-width:500px;margin:1rem;box-shadow:0 20px 25px -5px rgba(0,0,0,0.1),0 10px 10px -5px rgba(0,0,0,0.04)}.construction-icon{width:80px;height:80px;background:var(--blue-100);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:var(--blue-600)}.construction-content h3{font-size:1.5rem;font-weight:700;color:var(--gray-900);margin-bottom:1rem}.construction-content p{color:var(--gray-600);margin-bottom:2rem;line-height:1.6}.construction-popup.hidden{display:none}.btn-primary{background-color:var(--blue-600);color:white;padding:0.75rem 2rem;border-radius:0.375rem;font-weight:500;border:none;cursor:pointer;transition:all 0.2s;text-decoration:none;display:inline-block}.btn-primary:hover{background-color:var(--blue-700);transform:translateY(-2px)}.btn-secondary{background-color:white;color:var(--gray-800);padding:0.75rem 2rem;border-radius:0.375rem;font-weight:500;border:1px solid var(--gray-300);cursor:pointer;transition:all 0.2s;text-decoration:none;display:inline-block}.btn-secondary:hover{background-color:var(--gray-50);transform:translateY(-2px)}.btn-light{background-color:white;color:var(--blue-600);padding:0.75rem 2rem;border-radius:0.375rem;font-weight:500;border:none;cursor:pointer;transition:all 0.2s;text-decoration:none;display:inline-block}.btn-light:hover{background-color:var(--blue-50);transform:translateY(-2px)}.navbar{position:fixed;top:0;left:0;width:100%;background-color:white;z-index:1000;transition:all 0.3s}.navbar.scrolled{box-shadow:0 2px 4px rgba(0,0,0,0.1)}.nav-content{display:flex;justify-content:space-between;align-items:center;height:4rem}.logo{display:flex;align-items:center;gap:0.5rem;color:var(--gray-800);font-weight:700;font-size:1.25rem}.nav-links{display:none}.mobile-menu-btn{display:flex;flex-direction:column;background:none;border:none;cursor:pointer;padding:0.5rem;gap:4px}.mobile-menu-btn span{display:block;width:24px;height:2px;background-color:var(--gray-800);transition:0.3s}.mobile-menu-btn.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.mobile-menu-btn.active span:nth-child(2){opacity:0}.mobile-menu-btn.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}@media (min-width:768px){.mobile-menu-btn{display:none}.nav-links{display:flex;align-items:center;gap:1.75rem}.nav-links a{color:var(--gray-700);text-decoration:none;transition:all 0.3s ease;font-size:0.9rem;font-weight:500;position:relative;padding-bottom:0.25rem}.nav-links a:hover{color:var(--blue-600)}.nav-links a::after{content:'';position:absolute;bottom:0;left:0;width:0;height:2px;background-color:var(--blue-600);transition:width 0.3s ease}.nav-links a:hover::after{width:100%}}@media (min-width:1024px){.nav-links{gap:2rem}.nav-links a{font-size:0.95rem}}@media (max-width:767px){.nav-links{position:absolute;top:100%;left:0;width:100%;background:white;flex-direction:column;padding:1rem;box-shadow:0 2px 4px rgba(0,0,0,0.1);transform:translateY(-100vh);transition:transform 0.3s}.nav-links.active{display:flex;transform:translateY(0)}.nav-links a{color:var(--gray-700);text-decoration:none;padding:0.75rem 0;border-bottom:1px solid var(--gray-200)}}.hero{padding-top:6rem;padding-bottom:3rem;background:linear-gradient(to right,var(--blue-50),#eef2ff)}.hero-content{display:grid;gap:2rem}.hero-text{max-width:600px}.hero-text h1{margin-bottom:1rem}.hero-text p{font-size:1.125rem;color:var(--gray-700);margin-bottom:2rem}.hero-buttons{display:flex;gap:1rem;margin-bottom:2rem}.hero-image{position:relative}.hero-image img{width:100%;border-radius:0.75rem;box-shadow:0 4px 6px rgba(0,0,0,0.1)}.session-card{position:absolute;bottom:-1rem;right:-1rem;background-color:var(--blue-600);color:white;padding:1rem;border-radius:0.5rem;animation:pulse 2s infinite}@keyframes pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.05)}}@media (min-width:768px){.hero-content{grid-template-columns:1fr 1fr;align-items:center}}@media (max-width:640px){.hero-buttons{flex-direction:column}}section{padding:5rem 0}.section-header{text-align:center;max-width:768px;margin:0 auto 3rem}.section-header.light{color:white}.section-header p{color:var(--gray-600);font-size:1.125rem;margin-top:1rem}.section-header.light p{color:var(--blue-100)}.programs{background-color:var(--gray-50);padding:6rem 0}.programs-grid{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.program-card{background-color:white;border-radius:1rem;overflow:hidden;box-shadow:0 4px 6px rgba(0,0,0,0.1);transition:transform 0.3s,box-shadow 0.3s}.program-card:hover{transform:translateY(-0.5rem);box-shadow:0 8px 12px rgba(0,0,0,0.15)}.program-header{padding:2rem;color:white}.program-header h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem}.program-header p{opacity:0.9;line-height:1.6}.program-details{padding:2rem;background-color:white}.detail-item{display:flex;align-items:center;gap:0.75rem;margin-bottom:1rem;color:var(--gray-700)}.detail-item svg{flex-shrink:0;color:var(--blue-600)}.detail-item:last-child{margin-bottom:0}.program-features{padding:2rem;background-color:var(--gray-50);border-top:1px solid var(--gray-200)}.program-features h4{font-size:1.1rem;font-weight:600;color:var(--gray-800);margin-bottom:1rem}.program-features ul{list-style:none;margin:0;padding:0}.program-features li{display:flex;align-items:center;padding:0.5rem 0;color:var(--gray-600)}.program-features li::before{content:"•";color:var(--blue-600);font-weight:bold;margin-right:0.75rem}.program-card .btn-light{width:100%;padding:1rem;font-weight:600;border-radius:0}.program-card.blue .program-header{background:linear-gradient(135deg,var(--blue-600),var(--blue-700))}.program-card.teal .program-header{background:linear-gradient(135deg,var(--teal-600),#0f766e)}.program-card.amber .program-header{background:linear-gradient(135deg,var(--amber-600),#b45309)}.course-filters{display:flex;flex-wrap:wrap;justify-content:center;gap:0.5rem;margin-bottom:2rem}.course-filters button{padding:0.5rem 1rem;border-radius:9999px;border:none;background-color:var(--gray-100);color:var(--gray-700);font-size:0.875rem;font-weight:500;cursor:pointer;transition:all 0.2s}.course-filters button:hover{background-color:var(--gray-200)}.course-filters button.active{background-color:var(--blue-600);color:white}.courses-grid{display:grid;gap:2rem;margin-bottom:3rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.course-card{background-color:white;border-radius:0.75rem;overflow:hidden;box-shadow:0 2px 4px rgba(0,0,0,0.1);transition:transform 0.3s,box-shadow 0.3s}.course-card:hover{transform:translateY(-0.5rem);box-shadow:0 4px 6px rgba(0,0,0,0.1)}.course-image{position:relative;height:200px}.course-image img{width:100%;height:100%;object-fit:cover}.course-price{position:absolute;top:1rem;right:1rem;background-color:var(--blue-600);color:white;padding:0.25rem 0.75rem;border-radius:9999px;font-weight:600}.course-content{padding:1.5rem}.course-title{font-size:1.25rem;font-weight:600;color:var(--gray-800);margin-bottom:0.5rem}.course-description{color:var(--gray-600);margin-bottom:1rem}.course-meta{display:flex;gap:1rem;color:var(--gray-500);font-size:0.875rem;margin-bottom:1rem}.meta-item{display:flex;align-items:center;gap:0.25rem}.testimonials{background-color:var(--blue-600);color:white}.testimonial-slider{position:relative;max-width:768px;margin:0 auto}.testimonial-card{background-color:white;border-radius:0.75rem;padding:2rem;color:var(--gray-800);display:none}.testimonial-card.active{display:block;animation:fadeIn 0.5s ease-in}@keyframes fadeIn{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.testimonial-content{display:flex;gap:2rem;align-items:flex-start}.testimonial-image{width:96px;height:96px;border-radius:9999px;overflow:hidden;flex-shrink:0}.testimonial-image img{width:100%;height:100%;object-fit:cover}.testimonial-text{font-size:1.125rem;font-style:italic;margin-bottom:1.5rem;line-height:1.6}.testimonial-author{font-weight:600;color:var(--gray-800)}.testimonial-role{color:var(--gray-600)}.slider-controls{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:2rem}.prev-btn,.next-btn{background-color:var(--blue-700);border:none;width:3rem;height:3rem;border-radius:9999px;cursor:pointer;transition:background-color 0.2s;display:flex;align-items:center;justify-content:center;color:white}.prev-btn:hover,.next-btn:hover{background-color:var(--blue-800)}.slider-dots{display:flex;gap:0.5rem}.dot{width:0.75rem;height:0.75rem;border-radius:9999px;background-color:var(--blue-300);cursor:pointer;transition:all 0.2s}.dot.active{background-color:white;transform:scale(1.25)}@media (max-width:640px){.testimonial-content{flex-direction:column;text-align:center}}.resources{background:linear-gradient(135deg,var(--gray-50) 0%,white 100%);padding:6rem 0}.resource-categories{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:4rem}.category-card{background:white;border-radius:1rem;padding:2rem;text-align:center;box-shadow:0 4px 6px rgba(0,0,0,0.05);transition:all 0.3s ease;border:1px solid var(--gray-100)}.category-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px rgba(0,0,0,0.1);border-color:var(--blue-200)}.category-icon{width:80px;height:80px;background:linear-gradient(135deg,var(--blue-500),var(--blue-600));border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:white}.category-card h3{font-size:1.25rem;font-weight:700;color:var(--gray-900);margin-bottom:1rem}.category-card p{color:var(--gray-600);line-height:1.6;margin-bottom:1.5rem}.resource-count{display:inline-block;background:var(--blue-100);color:var(--blue-700);padding:0.5rem 1rem;border-radius:9999px;font-size:0.875rem;font-weight:600}.featured-resources{margin-bottom:4rem}.featured-resources h3{font-size:2rem;font-weight:700;text-align:center;margin-bottom:3rem;color:var(--gray-900)}.resources-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.resource-card{background:white;border-radius:1rem;overflow:hidden;box-shadow:0 4px 6px rgba(0,0,0,0.05);transition:all 0.3s ease;border:1px solid var(--gray-100)}.resource-card:hover{transform:translateY(-5px);box-shadow:0 12px 24px rgba(0,0,0,0.1)}.resource-image{position:relative;height:200px;overflow:hidden}.resource-image img{width:100%;height:100%;object-fit:cover;transition:transform 0.3s ease}.resource-card:hover .resource-image img{transform:scale(1.05)}.resource-type{position:absolute;top:1rem;left:1rem;background:var(--blue-600);color:white;padding:0.5rem 1rem;border-radius:9999px;font-size:0.875rem;font-weight:600}.resource-content{padding:1.5rem}.resource-content h4{font-size:1.125rem;font-weight:700;color:var(--gray-900);margin-bottom:0.75rem;line-height:1.4}.resource-content p{color:var(--gray-600);line-height:1.6;margin-bottom:1rem}.resource-meta{display:flex;gap:1rem;margin-bottom:1.5rem}.reading-time,.difficulty{font-size:0.875rem;color:var(--gray-500);background:var(--gray-100);padding:0.25rem 0.75rem;border-radius:9999px}.resource-btn{background:var(--blue-600);color:white;border:none;padding:0.75rem 1.5rem;border-radius:0.5rem;font-weight:600;cursor:pointer;transition:all 0.2s ease;width:100%}.resource-btn:hover{background:var(--blue-700);transform:translateY(-2px)}.newsletter-section{background:linear-gradient(135deg,var(--blue-600),var(--blue-700));border-radius:1.5rem;padding:3rem;color:white;margin-top:2rem}.newsletter-content{display:grid;gap:2rem;align-items:center}@media (min-width:768px){.newsletter-content{grid-template-columns:1fr 1fr}}.newsletter-text h3{font-size:2rem;font-weight:700;margin-bottom:1rem}.newsletter-text p{font-size:1.1rem;opacity:0.9;margin-bottom:2rem;line-height:1.6}.newsletter-benefits{display:flex;flex-direction:column;gap:1rem}.benefit{display:flex;align-items:center;gap:0.75rem}.benefit svg{color:var(--green-400);flex-shrink:0}.newsletter-form-container{background:white;border-radius:1rem;padding:2rem}.newsletter-form .form-group{display:flex;gap:0.5rem;margin-bottom:1rem}.newsletter-form input{flex:1;padding:0.75rem 1rem;border:1px solid var(--gray-300);border-radius:0.5rem;font-size:1rem}.newsletter-form input:focus{outline:none;border-color:var(--blue-500);box-shadow:0 0 0 3px rgba(37,99,235,0.1)}.newsletter-form button{padding:0.75rem 1.5rem;white-space:nowrap}.form-note{font-size:0.875rem;color:var(--gray-500);text-align:center}@media (max-width:640px){.newsletter-form .form-group{flex-direction:column}}.contact-grid{display:grid;gap:2rem}@media (min-width:768px){.contact-grid{grid-template-columns:1fr 1fr}}.info-card{background-color:var(--gray-50);border-radius:0.75rem;padding:2rem;margin-bottom:2rem}.info-items{display:flex;flex-direction:column;gap:1.5rem}.info-item{display:flex;gap:1rem;align-items:flex-start}.info-item svg{color:var(--blue-600);flex-shrink:0;margin-top:0.25rem}.text-small{font-size:0.875rem;color:var(--gray-500)}.contact-form{background-color:white;border-radius:0.75rem;padding:2rem;box-shadow:0 2px 4px rgba(0,0,0,0.1)}.form-grid{display:grid;gap:1rem;margin-bottom:1.5rem}@media (min-width:640px){.form-grid{grid-template-columns:repeat(2,1fr)}}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-size:0.875rem;font-weight:500;color:var(--gray-700);margin-bottom:0.25rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:0.75rem;border:1px solid var(--gray-300);border-radius:0.375rem;transition:border-color 0.2s;font-family:inherit}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--blue-500);box-shadow:0 0 0 3px rgba(37,99,235,0.1)}.checkbox{display:flex;align-items:start;gap:0.5rem}.checkbox input{width:auto;margin-top:0.25rem}.checkbox label{font-size:0.875rem;color:var(--gray-600)}.checkbox a{color:var(--blue-600);text-decoration:none}.checkbox a:hover{text-decoration:underline}.footer{background-color:var(--gray-900);color:white;padding:4rem 0 2rem}.footer-grid{display:grid;gap:2rem;margin-bottom:3rem}@media (min-width:768px){.footer-grid{grid-template-columns:repeat(4,1fr)}}.footer-brand p{color:var(--gray-400);margin:1rem 0}.social-links{display:flex;gap:1rem}.social-links a{background-color:var(--gray-800);color:white;padding:0.5rem;border-radius:9999px;transition:all 0.2s;text-decoration:none}.social-links a:hover{background-color:var(--blue-600);transform:translateY(-2px)}.footer-links h3{font-size:1.125rem;margin-bottom:1rem}.footer-links ul{list-style:none}.footer-links a{color:var(--gray-400);text-decoration:none;display:block;padding:0.375rem 0;transition:color 0.2s}.footer-links a:hover{color:var(--blue-400)}.footer-contact .info-item{color:var(--gray-400);margin-bottom:0.75rem}.footer-bottom{padding-top:2rem;border-top:1px solid var(--gray-800);display:flex;flex-direction:column;gap:1rem}@media (min-width:768px){.footer-bottom{flex-direction:row;justify-content:space-between;align-items:center}}.copyright{color:var(--gray-500);font-size:0.875rem}.legal-links{display:flex;flex-wrap:wrap;gap:1.5rem}.legal-links a{color:var(--gray-500);text-decoration:none;font-size:0.875rem;transition:color 0.2s}.legal-links a:hover{color:var(--blue-400)}.text-center{text-align:center}.fade-in{animation:fadeIn 0.6s ease-out}.loading{opacity:0.6;pointer-events:none}.loading::after{content:'';position:absolute;top:50%;left:50%;width:20px;height:20px;margin:-10px 0 0 -10px;border:2px solid var(--gray-300);border-top:2px solid var(--blue-600);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}*:focus{outline:2px solid var(--blue-500);outline-offset:2px}button:focus,input:focus,select:focus,textarea:focus{outline:2px solid var(--blue-500);outline-offset:2px}@media (prefers-contrast:high){:root{--gray-600:#000000;--gray-700:#000000;--gray-800:#000000}}@media (prefers-reduced-motion:reduce){*{animation-duration:0.01ms!important;animation-iteration-count:1!important;transition-duration:0.01ms!important}html{scroll-behavior:auto}}