.home{min-height:100vh}.hero{position:relative;display:flex;align-items:center;justify-content:space-between;gap:3rem;height:var(--navbar-height-offset);background:linear-gradient(135deg,#4a90e2,#2563eb);color:white;padding:4rem 5% 6rem;max-width:100%;margin:0}.hero-content{flex:1;max-width:600px}.hero-title{font-size:4.5rem;font-weight:700;margin-bottom:1rem;line-height:1.1}.hero-subtitle{font-size:1.75rem;margin-bottom:1.5rem;font-style:italic;opacity:.95}.hero-description{font-size:1.25rem;margin-bottom:2.5rem;line-height:1.6;opacity:.9}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap}.hero-visual{flex:0 0 auto;display:flex;align-items:center;justify-content:center}.btn-primary{padding:1rem 2rem;background-color:white;color:#4a90e2;border-radius:.5rem;font-weight:600;font-size:1.125rem;transition:transform .2s,box-shadow .2s;text-decoration:none;display:inline-block}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.btn-secondary{padding:1rem 2rem;background-color:transparent;color:white;border:2px solid white;border-radius:.5rem;font-weight:600;font-size:1.125rem;transition:background-color .2s;text-decoration:none;display:inline-block}.btn-secondary:hover{background-color:rgba(255,255,255,.1)}.btn-secondary-dark{padding:1rem 2rem;background-color:transparent;color:#4a90e2;border:2px solid #4a90e2;border-radius:.5rem;font-weight:600;font-size:1.125rem;transition:background-color .2s,color .2s;text-decoration:none;display:inline-block}.btn-secondary-dark:hover{background-color:#4a90e2;color:white}.section-heading{font-size:2.75rem;font-weight:700;text-align:center;margin-bottom:1rem;color:#1f2937}.section-description{font-size:1.25rem;text-align:center;color:#4b5563;max-width:700px;margin:0 auto 3rem;line-height:1.6}.platform-overview{padding:5rem 5%;background-color:white;max-width:1400px;margin:0 auto}.overview-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem;margin-top:3rem}.overview-card{background-color:#f9fafb;padding:2.5rem;border-radius:.75rem;text-align:center;transition:transform .2s,box-shadow .2s;border:1px solid #e5e7eb}.overview-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px rgba(0,0,0,.08)}.overview-icon{margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center}.overview-card h3{font-size:1.75rem;margin-bottom:1rem;color:#1f2937;font-weight:600}.overview-card p{color:#4b5563;line-height:1.6;font-size:1.0625rem}.audience-split{padding:5rem 5%;background-color:#f9fafb;max-width:1400px;margin:0 auto}.audience-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2.5rem;margin-top:2rem}.audience-card{background-color:white;padding:3rem;border-radius:.75rem;box-shadow:0 2px 8px rgba(0,0,0,.06);transition:transform .2s,box-shadow .2s}.audience-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px rgba(0,0,0,.1)}.audience-card h3{font-size:2rem;margin-bottom:1.5rem;color:#1f2937;font-weight:700}.audience-card ul{list-style:none;padding:0;margin-bottom:2rem}.audience-card li{margin-bottom:1rem;padding-left:1.75rem;position:relative;color:#4b5563;line-height:1.6}.audience-card li:before{content:"✓";position:absolute;left:0;color:#10b981;font-weight:700;font-size:1.125rem}.audience-cta{display:inline-block;padding:.875rem 1.75rem;background-color:#4a90e2;color:white;border-radius:.5rem;font-weight:600;font-size:1.0625rem;text-decoration:none;transition:background-color .2s,transform .2s}.audience-cta:hover{background-color:#3a7bc8;transform:translateY(-2px)}.student-journey{padding:5rem 5%;background-color:white;max-width:1200px;margin:0 auto}.journey-container{margin-top:3rem;display:flex;flex-direction:column;gap:2rem}.journey-step{display:flex;gap:2rem;align-items:flex-start;padding:2rem;background-color:#f9fafb;border-radius:.75rem;transition:background-color .2s}.journey-step:hover{background-color:#f3f4f6}.step-number{flex:0 0 auto;width:3.5rem;height:3.5rem;background:linear-gradient(135deg,#4a90e2,#2563eb);color:white;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;box-shadow:0 4px 8px rgba(74,144,226,.3)}.step-content{flex:1}.step-content h3{font-size:1.5rem;margin-bottom:.5rem;color:#1f2937;font-weight:600}.step-content p{color:#4b5563;line-height:1.6;margin-bottom:.75rem}.step-link{color:#4a90e2;font-weight:600;text-decoration:none;transition:color .2s}.step-link:hover{color:#3a7bc8;text-decoration:underline}.scroll-down-button{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);background:none;border:none;padding:0;cursor:pointer;z-index:10;animation:pulse-bounce 2s ease-in-out infinite}.scroll-down-button:hover{animation-play-state:paused}.scroll-down-circle{width:50px;height:50px;border-radius:50%;background-color:rgba(255,255,255,.2);border:2px solid white;display:flex;align-items:center;justify-content:center;transition:background-color .3s,transform .3s}.scroll-down-button:hover .scroll-down-circle{background-color:rgba(255,255,255,.3);transform:scale(1.1)}@keyframes pulse-bounce{0%,to{transform:translateX(-50%) translateY(0);opacity:1}50%{transform:translateX(-50%) translateY(10px);opacity:.7}}.cta{padding:5rem 2rem;text-align:center;background:linear-gradient(135deg,#4a90e2,#2563eb);color:white}.cta h2{font-size:2.75rem;margin-bottom:1rem;color:white;font-weight:700}.cta p{font-size:1.25rem;color:white;opacity:.95;margin-bottom:2.5rem;max-width:700px;margin-left:auto;margin-right:auto}.cta-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}@media (max-width:1024px){.hero{flex-direction:column;text-align:center;padding:3rem 4% 6rem;justify-content:center}.hero-content{max-width:100%}.hero-actions{justify-content:center}.section-heading{font-size:2.25rem}.audience-container{grid-template-columns:1fr}}@media (max-width:768px){.hero{height:var(--navbar-height-offset);padding:2rem 1.5rem 5rem}.hero-title{font-size:3rem}.hero-subtitle{font-size:1.375rem}.hero-description{font-size:1.125rem}.hero-visual{max-width:250px}.hero-actions{flex-direction:column;width:100%}.btn-primary,.btn-secondary{width:100%;padding:.875rem 1.5rem;font-size:1rem}.scroll-down-circle{width:44px;height:44px}.scroll-down-button{bottom:1.5rem}.section-heading{font-size:2rem}.section-description{font-size:1.125rem}.audience-split,.platform-overview,.student-journey{padding:3.5rem 1.5rem}.audience-container,.overview-container{grid-template-columns:1fr;gap:2rem}.audience-card{padding:2rem}.journey-step{flex-direction:column;gap:1rem;padding:1.5rem}.step-number{width:3rem;height:3rem;font-size:1.25rem}.cta{padding:3.5rem 1.5rem}.cta h2{font-size:2rem}.cta p{font-size:1.125rem}.cta-actions{flex-direction:column;width:100%}.cta-actions .btn-primary,.cta-actions .btn-secondary{width:100%}}@media (max-width:480px){.hero{padding:1.5rem 1rem 5rem}.hero-title{font-size:2.25rem}.hero-subtitle{font-size:1.125rem}.hero-description{font-size:1rem}.hero-visual{max-width:180px}.scroll-down-circle{width:40px;height:40px}.scroll-down-button{bottom:1rem}.audience-split,.platform-overview,.student-journey{padding:2.5rem 1rem}.overview-card{padding:2rem}.audience-card{padding:1.5rem}.section-heading{font-size:1.75rem}.cta{padding:2.5rem 1rem}.cta h2{font-size:1.75rem}.cta p{font-size:1rem}}