.welcome-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.hero-section{padding:5rem 0 3rem;text-align:center}.hero-content{max-width:800px;margin:0 auto}.hero-title{font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem;color:var(--foreground)}.highlight{background:linear-gradient(135deg,#ff6b35,#f7931e 50%,#ffb347);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-description{font-size:1.25rem;line-height:1.7;color:var(--foreground);opacity:.8;margin-bottom:2.5rem}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-primary,.btn-secondary{padding:.875rem 2rem;border-radius:8px;font-weight:500;font-size:1rem;text-decoration:none;transition:all .3s ease;display:inline-block}.btn-primary{background:linear-gradient(135deg,#ff6b35,#f7931e);color:white}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 25px rgba(255,107,53,.3)}.btn-secondary{background:transparent;color:var(--foreground);border:2px solid rgba(255,107,53,.3)}.btn-secondary:hover{border-color:#ff6b35;background:rgba(255,107,53,.05)}.modules-section{padding:3rem 0 5rem}.modules-title{text-align:center;margin-bottom:3rem;font-size:2rem;font-weight:600}.module-container{margin-bottom:3rem;border-radius:12px;background:var(--background);border:1px solid rgba(255,107,53,.1);overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.05);transition:all .3s ease}.module-container:hover{border-color:rgba(255,107,53,.3);transform:translateY(-4px);box-shadow:0 12px 24px rgba(0,0,0,.1)}.module-header{display:flex;align-items:center;padding:1.5rem 2rem;background:linear-gradient(135deg,rgba(255,107,53,.1),rgba(247,147,30,.1));border-bottom:1px solid rgba(255,107,53,.1)}.module-icon{font-size:2rem;margin-right:1rem}.module-header h3{font-size:1.5rem;font-weight:600;color:var(--foreground);margin:0}.module-content{padding:2rem}.module-content p{margin-top:0;margin-bottom:1.5rem;font-size:1.1rem;line-height:1.6;color:var(--foreground);opacity:.8}.module-links{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem}.module-link{display:flex;align-items:center;padding:.75rem 1rem;border-radius:8px;background:var(--background);border:1px solid rgba(255,107,53,.1);transition:all .3s ease;text-decoration:none;color:var(--foreground)}.module-link:hover{background:rgba(255,107,53,.05);border-color:rgba(255,107,53,.3);transform:translateY(-2px);color:#ff6b35}.link-icon{font-size:1.25rem;margin-right:.75rem;opacity:.8}.link-text{font-size:1rem;font-weight:500}.footer-section{text-align:center;padding:2rem 0;border-top:1px solid rgba(255,107,53,.1);margin-top:2rem}.footer-section p{opacity:.7;font-size:1rem}.footer-section a{color:#ff6b35;text-decoration:none}.footer-section a:hover{text-decoration:underline}@media (max-width:768px){.hero-title{font-size:2.25rem}.hero-description{font-size:1.1rem}.hero-section{padding:3.5rem 0 2.5rem}.module-links{grid-template-columns:1fr}.module-header{padding:1.25rem 1.5rem}.module-content{padding:1.5rem}.modules-title{font-size:1.75rem;margin-bottom:2rem}}