﻿.section{padding:5rem 0}.section.section-gray{background:#f8fafc}.section-title{font-size:2.5rem;font-weight:700;color:#111827;text-align:center;margin-bottom:1rem}.section-subtitle{font-size:1.25rem;color:#374151;text-align:center;margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto;line-height:1.6}.header{background:#fff;border-bottom:1px solid #e2e8f0;position:sticky;top:0;z-index:100;backdrop-filter:blur(10px);background-color:hsla(0,0%,100%,.95)}.nav-link{position:relative;transition:color .2s}.nav-link:hover{color:#4338ca}.nav-link:hover::after{transform:scaleX(1)}.nav-link::after{content:"";position:absolute;width:100%;height:2px;bottom:-4px;left:0;background-color:#4338ca;transform:scaleX(0);transition:transform .2s}.learning-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:2rem;margin-top:3rem}@media(max-width: 1200px){.learning-grid{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 768px){.learning-grid{grid-template-columns:1fr}}.learning-card{background:#fff;border-radius:16px;padding:2rem;box-shadow:0px 4px 20px rgba(0,0,0,.05)}.learning-card h3{color:#111827;font-size:1.25rem;font-weight:600;margin-bottom:1.5rem}.learning-icon{width:48px;height:48px;margin-bottom:1.5rem;color:#4338ca}.learning-icon svg{width:100%;height:100%}.learning-list{list-style:none;padding:0;margin:0}.learning-list li{color:#4b5563;margin-bottom:.75rem;padding-left:1.5rem;position:relative;line-height:1.5}.learning-list li::before{content:"✓";color:#4338ca;position:absolute;left:0;font-weight:bold}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.skip-link{position:absolute;top:-40px;left:0;background:#4338ca;color:#fff;padding:8px;z-index:100;transition:top .2s}.skip-link:focus{top:0}a:focus-visible,button:focus-visible{outline:2px solid #4338ca;outline-offset:2px}@media(max-width: 768px){.section{padding:3rem 0}.section-title{font-size:2rem;margin-bottom:.875rem}.section-subtitle{font-size:1.125rem;margin-bottom:2.5rem}}@media(max-width: 480px){.section{padding:2rem 0}.section-title{font-size:1.75rem;margin-bottom:.75rem}.section-subtitle{font-size:1rem;margin-bottom:2rem;line-height:1.5}}.courses-grid,.ai-courses-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(320px, 1fr));gap:2rem;padding:1rem 0;margin:2rem 0;contain:layout}@media(max-width: 768px){.courses-grid,.ai-courses-grid{grid-template-columns:1fr;gap:1.5rem;padding:.5rem 0;margin:1.5rem 0}}@media(max-width: 480px){.courses-grid,.ai-courses-grid{gap:1rem;margin:1rem 0}}.course-card{position:relative;width:100%;background:#fff;border-radius:20px;overflow:hidden;box-shadow:0px 4px 20px rgba(0,0,0,.05);transition:transform .3s cubic-bezier(0.4, 0, 0.2, 1),box-shadow .3s cubic-bezier(0.4, 0, 0.2, 1),border-color .3s cubic-bezier(0.4, 0, 0.2, 1);border:1px solid #e5e7eb;height:100%;display:flex;flex-direction:column;transform:translate3d(0, 0, 0);backface-visibility:hidden;will-change:transform}.course-card:hover{transform:translate3d(0, -6px, 0);box-shadow:0px 20px 40px rgba(0,0,0,.15);border-color:#4338ca}.course-card:hover .course-title{color:#4338ca}.course-card:hover::before{transform:scaleX(1)}.course-card:hover .course-badge{transform:translate3d(0, -2px, 0)}@media(hover: none)and (pointer: coarse){.course-card{will-change:auto}.course-card:hover{transform:translate3d(0, 0, 0);box-shadow:0px 4px 20px rgba(0,0,0,.05);border-color:#e5e7eb}.course-card:hover .course-title{color:#111827}.course-card:hover::before{transform:scaleX(0)}.course-card:hover .course-badge{transform:translate3d(0, 0, 0)}.course-card:active{transform:translate3d(0, -2px, 0);box-shadow:0px 8px 25px rgba(0,0,0,.1);border-color:#4338ca}}.course-card::before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg, #4338CA, #6366F1);transform:scaleX(0);transition:transform .3s;transform-origin:left;z-index:1}.course-card.course-live::before{background:linear-gradient(90deg, #DC2626, #EF4444)}.course-card.course-coming-soon::before{background:linear-gradient(90deg, #059669, #10B981)}.course-card.course-upcoming::before{background:linear-gradient(90deg, #7C3AED, #8B5CF6)}.course-content{padding:2rem;flex:1;display:flex;flex-direction:column}@media(max-width: 768px){.course-content{padding:1.5rem}}@media(max-width: 480px){.course-content{padding:1.25rem}}.course-badge{display:inline-flex;align-items:center;padding:.5rem 1rem;background:#eef2ff;color:#3730a3;border-radius:9999px;font-size:.875rem;font-weight:600;margin-bottom:1.25rem;transition:transform .2s ease;width:fit-content}.course-badge .live-indicator{color:#dc2626;margin-right:.5rem;animation:pulse 2s infinite}.course-badge.badge-live{background:#fef2f2;color:#991b1b}.course-badge.badge-coming-soon{background:#ecfdf5;color:#065f46}.course-badge.badge-upcoming{background:#f3f4f6;color:#374151}@keyframes pulse{0%,100%{opacity:1}50%{opacity:.5}}.course-card-wrapper{contain:layout style}.course-title{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:1rem;line-height:1.2;transition:color .3s ease}@media(max-width: 768px){.course-title{font-size:1.375rem;margin-bottom:.875rem}}@media(max-width: 480px){.course-title{font-size:1.25rem;margin-bottom:.75rem;line-height:1.3}}.course-description{color:#374151;margin-bottom:1.5rem;line-height:1.6}@media(max-width: 768px){.course-description{font-size:.95rem;margin-bottom:1.25rem;line-height:1.5}}@media(max-width: 480px){.course-description{font-size:.9rem;margin-bottom:1rem;line-height:1.5}}.course-features{list-style:none;padding:0;margin:0;margin-bottom:1.5rem;flex:1}@media(max-width: 768px){.course-features{margin-bottom:1.25rem}}@media(max-width: 480px){.course-features{margin-bottom:1rem}}.course-features li{display:flex;align-items:center;color:#4b5563;margin-bottom:.75rem;line-height:1.5;font-size:.9rem}@media(max-width: 768px){.course-features li{margin-bottom:.625rem;font-size:.875rem}}@media(max-width: 480px){.course-features li{margin-bottom:.5rem;font-size:.85rem;line-height:1.4}}.course-features li::before{content:"✓";color:#4338ca;margin-right:.75rem;font-weight:bold;font-size:1rem}@media(max-width: 480px){.course-features li::before{margin-right:.625rem;font-size:.9rem}}.course-card-wrapper{position:relative;text-decoration:none;color:inherit;height:100%;display:flex;flex-direction:column}.course-card-link{text-decoration:none;color:inherit;flex:1;display:flex;flex-direction:column}.course-actions{margin-top:auto;padding:0 2rem 2rem}@media(max-width: 768px){.course-actions{padding:0 1.5rem 1.5rem}}@media(max-width: 480px){.course-actions{padding:0 1.25rem 1.25rem}}.enroll-button{display:inline-block;width:100%;padding:.75rem 1.5rem;background:#4338ca;color:#fff;text-align:center;border-radius:.5rem;font-weight:600;transition:transform .3s cubic-bezier(0.4, 0, 0.2, 1),background-color .3s cubic-bezier(0.4, 0, 0.2, 1),box-shadow .3s cubic-bezier(0.4, 0, 0.2, 1);text-decoration:none;position:relative;overflow:hidden;transform:translate3d(0, 0, 0);backface-visibility:hidden}@media(max-width: 768px){.enroll-button{padding:.875rem 1.5rem;font-size:.95rem}}@media(max-width: 480px){.enroll-button{padding:1rem 1.5rem;font-size:.9rem;border-radius:.625rem;min-height:44px}}.enroll-button::before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);transition:left .5s}.enroll-button:hover{background:#3730a3;transform:translate3d(0, -2px, 0);box-shadow:0 8px 25px rgba(67,56,202,.3)}.enroll-button:hover::before{left:100%}.enroll-button:active{transform:translate3d(0, 0, 0)}@media(hover: none)and (pointer: coarse){.enroll-button:hover{background:#4338ca;transform:translate3d(0, 0, 0);box-shadow:none}.enroll-button:hover::before{left:-100%}.enroll-button:active{background:#3730a3;transform:scale3d(0.98, 0.98, 1)}}.enroll-button.btn-secondary{background:#f3f4f6;color:#374151;border:1px solid #d1d5db}.enroll-button.btn-secondary:hover{background:#e5e7eb;color:#111827;box-shadow:0 4px 12px rgba(0,0,0,.1)}.enroll-button.btn-outline{background:rgba(0,0,0,0);color:#4338ca;border:2px solid #4338ca}.enroll-button.btn-outline:hover{background:#4338ca;color:#fff;box-shadow:0 8px 25px rgba(67,56,202,.3)}.hackathons-section{background:linear-gradient(135deg, #F8FAFC 0%, #EEF2FF 100%);border-top:1px solid #e2e8f0}.hackathon-card{background:#fff;border-radius:20px;padding:2rem;box-shadow:0px 4px 20px rgba(0,0,0,.05);transition:transform .3s cubic-bezier(0.4, 0, 0.2, 1),box-shadow .3s cubic-bezier(0.4, 0, 0.2, 1);border:1px solid #e5e7eb;position:relative;overflow:hidden;transform:translate3d(0, 0, 0);backface-visibility:hidden}.hackathon-card:hover{transform:translate3d(0, -4px, 0);box-shadow:0px 12px 30px rgba(0,0,0,.1)}.hackathon-card::before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg, #F59E0B, #F97316);z-index:1}@media(max-width: 768px){.hackathon-card{padding:1.5rem}}@media(max-width: 480px){.hackathon-card{padding:1.25rem}}.hackathon-badge{display:inline-flex;align-items:center;padding:.5rem 1rem;background:#fef3c7;color:#92400e;border-radius:9999px;font-size:.875rem;font-weight:600;margin-bottom:1rem;width:fit-content}.hackathon-badge.badge-registration-open{background:#dcfce7;color:#166534}.hackathon-badge.badge-partner{background:#e0e7ff;color:#3730a3}.hackathon-title{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:.75rem;line-height:1.2}@media(max-width: 768px){.hackathon-title{font-size:1.375rem}}@media(max-width: 480px){.hackathon-title{font-size:1.25rem}}.hackathon-description{color:#374151;margin-bottom:1.5rem;line-height:1.6}@media(max-width: 768px){.hackathon-description{font-size:.95rem;margin-bottom:1.25rem}}@media(max-width: 480px){.hackathon-description{font-size:.9rem;margin-bottom:1rem}}.hackathon-highlights{list-style:none;padding:0;margin:0;margin-bottom:1.5rem}.hackathon-highlights li{display:flex;align-items:center;color:#4b5563;margin-bottom:.5rem;line-height:1.5;font-size:.9rem}.hackathon-highlights li::before{content:"🏆";margin-right:.75rem;font-size:1rem}@media(max-width: 480px){.hackathon-highlights li{font-size:.85rem;margin-bottom:.375rem}.hackathon-highlights li::before{margin-right:.625rem;font-size:.9rem}}.hackathon-actions{display:flex;gap:.75rem;align-items:stretch;flex-wrap:wrap}@media(max-width: 768px){.hackathon-actions{flex-direction:column;gap:.75rem}}.hackathon-button{display:inline-block;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(0.4, 0, 0.2, 1);transform:translate3d(0, 0, 0);backface-visibility:hidden}.hackathon-button.btn-primary{background:#f59e0b;color:#fff;flex:1 1 0;min-width:140px;max-width:200px;white-space:nowrap}.hackathon-button.btn-primary:hover{background:#d97706;transform:translate3d(0, -2px, 0);box-shadow:0 8px 25px rgba(245,158,11,.3)}.hackathon-button.btn-secondary{background:#f3f4f6;color:#374151;border:1px solid #d1d5db;flex:0 0 auto;min-width:120px;white-space:nowrap}.hackathon-button.btn-secondary:hover{background:#e5e7eb;color:#111827;transform:translate3d(0, -2px, 0);box-shadow:0 4px 12px rgba(0,0,0,.1)}@media(max-width: 768px){.hackathon-button{width:100%;text-align:center;padding:.875rem 1rem;font-size:.95rem;flex:none;max-width:none}}@media(max-width: 480px){.hackathon-button{padding:1rem;font-size:.9rem}}.hackathons-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(400px, 1fr));gap:2rem;margin-top:2rem;justify-content:center;max-width:900px;margin-left:auto;margin-right:auto}@media(max-width: 768px){.hackathons-grid{grid-template-columns:1fr;gap:1.5rem;max-width:500px}}@media(max-width: 480px){.hackathons-grid{gap:1rem}}.ai-courses-group{background:#fff;padding:3rem;border-radius:24px;margin:3rem 0;border:1px solid #e2e8f0}@media(max-width: 768px){.ai-courses-group{padding:2rem;border-radius:20px;margin:2rem 0}}@media(max-width: 480px){.ai-courses-group{padding:1.5rem;border-radius:16px;margin:1.5rem 0}}.group-title{font-size:2rem;font-weight:700;color:#111827;margin-bottom:1rem}@media(max-width: 768px){.group-title{font-size:1.75rem;margin-bottom:.875rem}}@media(max-width: 480px){.group-title{font-size:1.5rem;margin-bottom:.75rem;line-height:1.2}}.group-description{color:#4b5563;margin-bottom:2.5rem;font-size:1.1rem;line-height:1.6;max-width:800px}@media(max-width: 768px){.group-description{font-size:1.05rem;margin-bottom:2rem;line-height:1.5}}@media(max-width: 480px){.group-description{font-size:1rem;margin-bottom:1.5rem;line-height:1.5}}.finance-course{margin-top:3rem}@media(max-width: 768px){.finance-course{margin-top:2rem}}@media(max-width: 480px){.finance-course{margin-top:1.5rem}}.finance-course .course-card-wrapper{max-width:400px}@media(max-width: 768px){.finance-course .course-card-wrapper{max-width:none}}.tech-badges{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.tech-badge{padding:.25rem .75rem;background:#f3f4f6;color:#1f2937;border-radius:9999px;font-size:.875rem;font-weight:500}.hero,.header,.courses-section{min-height:1px}*{box-sizing:border-box}body{font-display:swap}@media(prefers-reduced-motion: no-preference){.course-card,.enroll-button{will-change:transform}}@media(prefers-reduced-motion: reduce){*,*::before,*::after{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;scroll-behavior:auto !important}}img{height:auto;max-width:100%;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}:focus-visible{outline:2px solid #4338ca;outline-offset:2px}:focus:not(:focus-visible){outline:none}ul,ol{list-style-position:inside}table{table-layout:fixed;border-collapse:collapse}.courses-grid,.ai-courses-grid{transform:translateZ(0);-webkit-overflow-scrolling:touch}body{text-rendering:optimizeSpeed;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{*,*::before,*::after{animation:none !important;transition:none !important;box-shadow:none !important;text-shadow:none !important}body{color:#000 !important;background:#fff !important}.course-actions{display:none !important}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;line-height:1.6;color:#1f2937;background-color:#fff}.container{max-width:1200px;margin:0 auto;padding:0 1rem}@media(min-width: 768px){.container{padding:0 2rem}}@media(max-width: 480px){.container{padding:0 .75rem}}.header{background:hsla(0,0%,100%,.9);backdrop-filter:blur(10px);border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:50}.header .header-content{display:flex;align-items:center;justify-content:space-between;padding:1rem 0}.header .logo{font-size:1.5rem;font-weight:700;color:#1f2937}.header .nav{display:none;gap:2rem}@media(min-width: 768px){.header .nav{display:flex}}.header .nav-link{color:#2563eb;text-decoration:none;transition:color .2s}.header .nav-link:hover{color:#1d4ed8}.btn{display:inline-block;padding:.75rem 2rem;border-radius:.5rem;text-decoration:none;font-weight:500;text-align:center;transition:all .2s;border:none;cursor:pointer}.btn.btn-primary{background-color:#2563eb;color:#fff}.btn.btn-primary:hover{background-color:#1d4ed8}.btn.btn-secondary{background-color:#fff;color:#1f2937;border:1px solid #e5e7eb}.btn.btn-secondary:hover{background-color:#f9fafb}.btn.btn-green{background-color:#16a34a;color:#fff}.btn.btn-green:hover{background-color:#15803d}.btn.btn-large{padding:1rem 2rem;font-size:1.125rem;width:100%}.hero{padding:5rem 0;text-align:center}.hero .hero-content{max-width:4xl;margin:0 auto}.hero .badge{display:inline-block;background-color:rgba(37,99,235,.1);color:#2563eb;padding:.5rem 1rem;border-radius:9999px;font-size:.875rem;margin-bottom:1.5rem;border:1px solid rgba(37,99,235,.2)}.hero .hero-title{font-size:3rem;font-weight:700;line-height:1.1;margin-bottom:1.5rem}@media(min-width: 768px){.hero .hero-title{font-size:4rem}}.hero .hero-subtitle{color:#6b7280}.hero .hero-description{font-size:1.25rem;color:#6b7280;margin-bottom:2rem;max-width:42rem;margin-left:auto;margin-right:auto}.hero .hero-buttons{display:flex;flex-direction:column;gap:1rem;align-items:center;margin-bottom:3rem}@media(min-width: 640px){.hero .hero-buttons{flex-direction:row;justify-content:center}}.hero .hero-stats{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.hero .hero-stats .stat{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#6b7280}.section{padding:5rem 0}.section.section-gray{background-color:#f9fafb}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:3rem;color:#1f2937}.two-column{display:grid;gap:2rem}@media(min-width: 768px){.two-column{grid-template-columns:1fr 1fr}}.column-title{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#1f2937}.checklist{list-style:none}.checklist li{position:relative;padding-left:2rem;margin-bottom:.75rem;color:#1f2937}.checklist li::before{content:"✓";position:absolute;left:0;color:#16a34a;font-weight:bold}.syllabus-grid{display:grid;gap:1.5rem}.syllabus-card{background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;padding:1.5rem}.syllabus-card .syllabus-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.syllabus-card .syllabus-title{font-size:1.25rem;font-weight:600;color:#1f2937;flex:1}.syllabus-card .week-badge{background-color:#f9fafb;color:#1f2937;padding:.25rem .75rem;border-radius:.25rem;font-size:.875rem}.syllabus-card .syllabus-topics{display:flex;flex-wrap:wrap;gap:.5rem}.syllabus-card .topic-badge{background-color:rgba(37,99,235,.1);color:#2563eb;padding:.25rem .75rem;border-radius:.25rem;font-size:.875rem}.instructor-card{background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;padding:2rem;display:flex;flex-direction:column;align-items:center;gap:2rem}@media(min-width: 768px){.instructor-card{flex-direction:row;align-items:flex-start;text-align:left}}.instructor-avatar{width:8rem;height:8rem;background:linear-gradient(135deg, #60a5fa, #a855f7);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:2.5rem;font-weight:700;flex-shrink:0}.instructor-info{flex:1;text-align:center}@media(min-width: 768px){.instructor-info{text-align:left}}.instructor-name{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;color:#1f2937}.instructor-role{color:#2563eb;margin-bottom:1rem}.instructor-bio{color:#1f2937;margin-bottom:1.5rem;line-height:1.6}.instructor-badges{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}@media(min-width: 768px){.instructor-badges{justify-content:flex-start}}.instructor-badge{background-color:rgba(37,99,235,.1);color:#2563eb;padding:.5rem 1rem;border-radius:.25rem;font-size:.875rem}.testimonials-grid{display:grid;gap:2rem}@media(min-width: 768px){.testimonials-grid{grid-template-columns:repeat(3, 1fr)}}.testimonial-card{background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;padding:1.5rem}.testimonial-card .stars{margin-bottom:1rem;font-size:1.25rem}.testimonial-card .testimonial-text{font-style:italic;color:#1f2937;margin-bottom:1rem;line-height:1.6}.testimonial-card .testimonial-text::before{content:'"'}.testimonial-card .testimonial-text::after{content:'"'}.testimonial-card .testimonial-author strong{color:#1f2937}.testimonial-card .testimonial-author span{color:#6b7280;font-size:.875rem}.faq-list{max-width:4xl;margin:0 auto}.faq-item{background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;padding:1.5rem;margin-bottom:1.5rem}.faq-item .faq-question{font-size:1.125rem;font-weight:600;color:#1f2937;margin-bottom:.75rem}.faq-item .faq-answer{color:#1f2937;line-height:1.6}.pricing-content{text-align:center;max-width:4xl;margin:0 auto}.pricing-subtitle{font-size:1.25rem;color:#6b7280;margin-bottom:3rem}.pricing-card{max-width:28rem;margin:0 auto;background:rgba(37,99,235,.05);border:2px solid rgba(37,99,235,.2);border-radius:.5rem;padding:2rem}.pricing-header{text-align:center;margin-bottom:1.5rem}.pricing-title{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.pricing-price{font-size:2.5rem;font-weight:700;color:#2563eb;margin-bottom:.5rem}.pricing-period{color:#6b7280}.pricing-features{list-style:none;margin-bottom:2rem;text-align:left}.pricing-features li{position:relative;padding-left:2rem;margin-bottom:.75rem;color:#1f2937}.pricing-features li::before{content:"✓";position:absolute;left:0;color:#16a34a;font-weight:bold}.newsletter{background-color:#faf5ff;padding:5rem 0}.newsletter-content{max-width:42rem;margin:0 auto;text-align:center}.newsletter-title{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.newsletter-description{color:#6b7280;margin-bottom:2rem}.newsletter-form{display:flex;flex-direction:column;gap:1rem;max-width:28rem;margin:0 auto 1rem}@media(min-width: 640px){.newsletter-form{flex-direction:row}}.newsletter-input{flex:1;padding:.75rem 1rem;border:1px solid #e5e7eb;border-radius:.5rem;background:#fff;font-size:1rem}.newsletter-input:focus{outline:none;border-color:#2563eb}.newsletter-note{font-size:.875rem;color:#6b7280}.footer{background-color:#1f2937;color:#fff;padding:3rem 0}.footer-content{text-align:center}.footer-logo{font-size:1.5rem;font-weight:700;margin-bottom:1rem}.footer-tagline{color:#9ca3af;margin-bottom:1.5rem}.footer-links{display:flex;justify-content:center;gap:1.5rem;font-size:.875rem}.footer-links a{color:#9ca3af;text-decoration:none;transition:color .2s}.footer-links a:hover{color:#fff}@media(max-width: 767px){.hero-title{font-size:2.5rem}.section-title{font-size:2rem}.instructor-card{text-align:center}.testimonials-grid{grid-template-columns:1fr}}/*# sourceMappingURL=main.css.map */