:root{--gradient-primary: #6DA34D;--gradient-secondary: linear-gradient(135deg, #e6f4ea, #f9f9f9)}[data-astro-cid-d4xhkuqx]{margin:0;padding:0;box-sizing:border-box}.courses-main[data-astro-cid-d4xhkuqx]{min-height:100vh;background:var(--background-light)}.hero-section[data-astro-cid-d4xhkuqx]{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;position:relative;box-sizing:border-box}.hero-content[data-astro-cid-d4xhkuqx]{display:flex;align-items:center;justify-content:space-between;max-width:900px;width:100%;padding:0 2rem;position:relative;z-index:1}.hero-text[data-astro-cid-d4xhkuqx]{flex:1;max-width:600px}.hero-title[data-astro-cid-d4xhkuqx]{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.1;margin-bottom:1.5rem}.gradient-text[data-astro-cid-d4xhkuqx]{display:block;background:linear-gradient(135deg,#6da34d,#f9f9f9);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.highlight-text[data-astro-cid-d4xhkuqx]{display:block;color:var(--accent-color);text-shadow:0 0 20px rgba(0,212,170,.5)}.hero-subtitle[data-astro-cid-d4xhkuqx]{font-size:1.25rem;opacity:.9;line-height:1.6}.hero-visual[data-astro-cid-d4xhkuqx]{display:flex;gap:2rem;margin-left:2rem}.floating-icon[data-astro-cid-d4xhkuqx]{font-size:4rem;animation:float 3s ease-in-out infinite;filter:drop-shadow(0 10px 20px rgba(0,0,0,.2))}.floating-icon[data-astro-cid-d4xhkuqx].delay-1{animation-delay:1s}.floating-icon[data-astro-cid-d4xhkuqx].delay-2{animation-delay:2s}.courses-section[data-astro-cid-d4xhkuqx]{padding:6rem 0;background:var(--background-light)}.container[data-astro-cid-d4xhkuqx]{max-width:1400px;margin:0 auto;padding:0 2rem}.section-header[data-astro-cid-d4xhkuqx]{text-align:center;margin-bottom:4rem}.section-title[data-astro-cid-d4xhkuqx]{font-size:clamp(2rem,4vw,3rem);font-weight:700;color:var(--text-dark);margin-bottom:1rem}.section-subtitle[data-astro-cid-d4xhkuqx]{font-size:1.2rem;color:var(--text-light);max-width:600px;margin:0 auto}.courses-grid[data-astro-cid-d4xhkuqx]{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:3rem}.course-card[data-astro-cid-d4xhkuqx]{background:var(--card-bg);border-radius:20px;padding:2rem;box-shadow:var(--shadow-light);transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid var(--border-color);position:relative;overflow:hidden}.course-card[data-astro-cid-d4xhkuqx]:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--gradient-primary);transform:scaleX(0);transition:transform .3s ease}.course-card[data-astro-cid-d4xhkuqx]:hover{transform:translateY(-8px);box-shadow:var(--shadow-heavy)}.course-card[data-astro-cid-d4xhkuqx]:hover:before{transform:scaleX(1)}.course-card[data-astro-cid-d4xhkuqx].featured{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;transform:scale(1.02)}.course-card[data-astro-cid-d4xhkuqx].featured:before{background:linear-gradient(90deg,#00d4aa,#fff)}.course-card[data-astro-cid-d4xhkuqx].tech-focused{background:linear-gradient(135deg,#4facfe,#00f2fe);color:#fff}.card-icon[data-astro-cid-d4xhkuqx]{font-size:3rem;margin-bottom:1.5rem;display:block;filter:drop-shadow(0 4px 8px rgba(0,0,0,.1))}.course-card[data-astro-cid-d4xhkuqx] h3[data-astro-cid-d4xhkuqx]{font-size:1.5rem;font-weight:700;margin-bottom:1rem;line-height:1.3}.course-card[data-astro-cid-d4xhkuqx] p[data-astro-cid-d4xhkuqx]{font-size:1rem;line-height:1.6;margin-bottom:1.5rem;opacity:.9}.card-tags[data-astro-cid-d4xhkuqx]{display:flex;gap:.5rem;flex-wrap:wrap}.tag[data-astro-cid-d4xhkuqx]{background:#fff3;color:inherit;padding:.25rem .75rem;border-radius:20px;font-size:.875rem;font-weight:500;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}.course-card[data-astro-cid-d4xhkuqx]:not(.featured):not(.tech-focused) .tag[data-astro-cid-d4xhkuqx]{background:var(--primary-color);color:#fff}.cta-section[data-astro-cid-d4xhkuqx]{background:var(--background-dark);color:#fff;padding:5rem 0;text-align:center}.cta-content[data-astro-cid-d4xhkuqx] h2[data-astro-cid-d4xhkuqx]{font-size:clamp(2rem,4vw,3rem);font-weight:700;margin-bottom:1rem}.cta-content[data-astro-cid-d4xhkuqx] p[data-astro-cid-d4xhkuqx]{font-size:1.2rem;opacity:.9;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.cta-buttons[data-astro-cid-d4xhkuqx]{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-primary[data-astro-cid-d4xhkuqx],.btn-secondary[data-astro-cid-d4xhkuqx]{padding:1rem 2rem;border-radius:50px;font-size:1.1rem;font-weight:600;border:none;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.btn-primary[data-astro-cid-d4xhkuqx]{background:var(--gradient-accent);color:#fff;box-shadow:0 4px 15px #00d4aa66}.btn-primary[data-astro-cid-d4xhkuqx]:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00d4aa99}.btn-secondary[data-astro-cid-d4xhkuqx]{background:transparent;color:#fff;border:2px solid white}.btn-secondary[data-astro-cid-d4xhkuqx]:hover{background:#fff;color:var(--text-dark);transform:translateY(-2px)}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes backgroundFloat{0%,to{transform:translate(0) translateY(0)}33%{transform:translate(30px) translateY(-30px)}66%{transform:translate(-20px) translateY(20px)}}@media (max-width: 768px){.hero-content[data-astro-cid-d4xhkuqx]{flex-direction:column;text-align:center;gap:2rem}.hero-visual[data-astro-cid-d4xhkuqx]{margin-left:0;justify-content:center}.courses-grid[data-astro-cid-d4xhkuqx]{grid-template-columns:1fr;gap:1.5rem}.course-card[data-astro-cid-d4xhkuqx]{padding:1.5rem}.container[data-astro-cid-d4xhkuqx]{padding:0 1rem}.courses-section[data-astro-cid-d4xhkuqx]{padding:4rem 0}.cta-section[data-astro-cid-d4xhkuqx]{padding:3rem 0}.cta-buttons[data-astro-cid-d4xhkuqx]{flex-direction:column;align-items:center}.btn-primary[data-astro-cid-d4xhkuqx],.btn-secondary[data-astro-cid-d4xhkuqx]{width:100%;max-width:300px}}@media (max-width: 480px){.floating-icon[data-astro-cid-d4xhkuqx]{font-size:2.5rem}.hero-visual[data-astro-cid-d4xhkuqx]{gap:1rem}.card-icon[data-astro-cid-d4xhkuqx]{font-size:2.5rem}.course-card[data-astro-cid-d4xhkuqx] h3[data-astro-cid-d4xhkuqx]{font-size:1.25rem}}@media (prefers-color-scheme: dark){:root{--background-light: #0f172a;--card-bg: #1e293b;--text-dark: #f1f5f9;--text-light: #cbd5e1;--border-color: #334155}}@media (prefers-reduced-motion: reduce){[data-astro-cid-d4xhkuqx]{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
