.home-page{width:100%}.hero{position:relative;overflow:hidden;padding:3rem 2rem 6rem;text-align:center}.hero-gradient-bg{background:var(--gradient-hero);z-index:-2}.hero-gradient-bg,.hero-gradient-mesh{position:absolute;top:0;left:0;right:0;bottom:0}.hero-gradient-mesh{background:var(--gradient-mesh);z-index:-1}.hero-content{max-width:900px;margin:0 auto;animation:heroFadeIn 1s ease-out}@keyframes heroFadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1.25rem;background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);border-radius:var(--radius-full);color:#667eea;font-size:.875rem;font-weight:700;margin-bottom:2rem;transition:var(--transition);box-shadow:0 4px 16px rgba(0,0,0,.25);text-shadow:none}.hero-badge:hover{background:rgba(255,255,255,1);transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.3)}.hero-badge-icon{width:16px;height:16px}.hero-title{font-size:4rem;font-weight:900;margin-bottom:1.5rem;line-height:1.1;color:#0F172A;letter-spacing:-.03em;display:flex;flex-direction:column;gap:.5rem;text-shadow:0 2px 4px rgba(255,255,255,.5)}.hero-title-gradient{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:900;text-shadow:none;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.hero-subtitle{font-size:1.25rem;font-weight:400;color:#334155;max-width:700px;margin:0 auto 3rem;line-height:1.7;text-shadow:0 1px 2px rgba(255,255,255,.5)}.hero-stats{display:flex;justify-content:center;gap:4rem;margin-top:3rem;flex-wrap:wrap}.hero-stat{text-align:center;flex-direction:column;gap:.75rem}.hero-stat,.hero-stat-icon{display:flex;align-items:center}.hero-stat-icon{width:48px;height:48px;color:#667eea;background:rgba(102,126,234,.15);border-radius:var(--radius-lg);justify-content:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(102,126,234,.3);transition:var(--transition);box-shadow:0 4px 12px rgba(0,0,0,.1)}.hero-stat:hover .hero-stat-icon{background:rgba(102,126,234,.25);transform:scale(1.1)}.hero-stat-icon svg{width:28px;height:28px}.hero-stat-label{font-size:.9rem;color:#1E293B;font-weight:700;text-shadow:0 1px 2px rgba(255,255,255,.5)}.calculator-section{background-color:var(--bg-secondary);padding:5rem 2rem;position:relative}.calculator-section:before{content:"";position:absolute;top:-50px;left:0;right:0;height:100px;background:var(--bg-secondary);border-radius:50% 50% 0 0/100% 100% 0 0}.features-section{background-color:var(--bg-primary);padding:6rem 2rem}.section-header{text-align:center;max-width:700px;margin:0 auto 4rem}.section-title{font-size:2.75rem;font-weight:900;margin-bottom:1rem;color:var(--text-primary);letter-spacing:-.02em}.section-description{font-size:1.25rem;color:var(--text-secondary);line-height:1.6}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem;max-width:1200px;margin:0 auto}.feature-card{background:var(--bg-card);padding:2.5rem;border-radius:var(--radius-xl);border:1px solid var(--border-light);transition:var(--transition);box-shadow:var(--shadow-sm);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.feature-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-xl);border-color:var(--primary-lighter)}.feature-icon-wrapper{width:64px;height:64px;background:var(--gradient-cta);border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;box-shadow:var(--shadow-primary);transition:var(--transition)}.feature-icon-wrapper.feature-icon-accent{background:var(--gradient-accent);box-shadow:var(--shadow-accent)}.feature-icon-wrapper.feature-icon-purple{background:var(--gradient-purple);box-shadow:0 10px 40px -10px rgba(139,92,246,.4)}.feature-card:hover .feature-icon-wrapper{transform:scale(1.1) rotate(5deg)}.feature-icon{width:32px;height:32px;color:white;stroke-width:2.5}.feature-title{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin-bottom:.75rem;letter-spacing:-.01em}.feature-description{color:var(--text-secondary);font-size:1rem;line-height:1.7}.cta-section{background:var(--gradient-dark);color:white;padding:5rem 2rem;text-align:center;position:relative;overflow:hidden}.cta-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:var(--gradient-mesh);opacity:.3}.cta-title{font-size:2.5rem;font-weight:900;margin-bottom:1rem;position:relative;z-index:1;letter-spacing:-.02em}.cta-description{font-size:1.25rem;margin-bottom:2.5rem;opacity:.95;max-width:600px;margin-left:auto;margin-right:auto;position:relative;z-index:1;line-height:1.7}.cta-button{display:inline-block;padding:1.125rem 2.5rem;background:white;color:var(--primary);font-weight:700;font-size:1.125rem;border-radius:var(--radius-full);text-decoration:none;transition:var(--transition);box-shadow:0 10px 40px rgba(0,0,0,.2);position:relative;z-index:1}.cta-button:hover{transform:translateY(-4px);box-shadow:0 20px 60px rgba(0,0,0,.3);color:var(--primary-dark)}.faq-preview-section{background-color:var(--bg-secondary);padding:6rem 2rem}.faq-preview-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-bottom:3rem;max-width:1200px;margin-left:auto;margin-right:auto}.faq-preview-card{background:white;padding:2.5rem;border-radius:var(--radius-xl);transition:var(--transition);box-shadow:var(--shadow-sm);border:1px solid var(--border-light)}.faq-preview-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--primary-lighter)}.faq-preview-card h3{font-size:1.375rem;font-weight:700;margin-bottom:1rem;color:var(--text-primary);letter-spacing:-.01em}.faq-preview-card p{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1rem;line-height:1.7}.faq-link{color:var(--primary);font-weight:600;text-decoration:none;transition:var(--transition);display:inline-flex;align-items:center;gap:.5rem}.faq-link:hover{color:var(--primary-dark);transform:translateX(4px)}.faq-button-wrapper{text-align:center;margin-top:3rem}.faq-button{display:inline-block;padding:1rem 2.5rem;background:var(--gradient-cta);color:white;font-weight:700;font-size:1.125rem;border-radius:var(--radius-full);text-decoration:none;transition:var(--transition);box-shadow:var(--shadow-primary)}.faq-button:hover{transform:translateY(-4px);box-shadow:0 15px 50px -10px rgba(99,91,255,.6);color:white}.education-section{background-color:var(--bg-primary);padding:6rem 2rem;border-top:1px solid var(--border-light)}.education-content{max-width:900px;margin:0 auto}.education-block{margin-bottom:3rem;padding-bottom:2.5rem;border-bottom:1px solid var(--border-light)}.education-block:last-of-type{border-bottom:none;margin-bottom:2rem}.education-block h3{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem;letter-spacing:-.01em}.education-block p{color:var(--text-secondary);font-size:1.0625rem;line-height:1.8;margin-bottom:1rem}.education-block p:last-child{margin-bottom:0}.education-block strong{color:var(--text-primary);font-weight:600}.education-list{list-style:none;padding:0;margin:0}.education-list li{color:var(--text-secondary);font-size:1.0625rem;line-height:1.8;padding:.75rem 0 .75rem 1.75rem;position:relative;border-bottom:1px solid var(--border-lighter)}.education-list li:last-child{border-bottom:none}.education-list li:before{content:"";position:absolute;left:0;top:1.1rem;width:8px;height:8px;background:var(--gradient-cta);border-radius:50%}.education-list li strong{color:var(--text-primary);font-weight:600}.education-cta{text-align:center;margin-top:3rem;padding-top:2rem;border-top:1px solid var(--border-light)}.education-cta p{color:var(--text-secondary);font-size:1.125rem;margin-bottom:1.5rem;line-height:1.7}@media (max-width:768px){.hero{padding:5rem 1.5rem 4rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.125rem}.hero-stats{gap:2rem}.hero-stat-icon{width:40px;height:40px}.hero-stat-icon svg{width:24px;height:24px}.hero-stat-label{font-size:.85rem}.section-title{font-size:2rem}.section-description{font-size:1.125rem}.cta-section,.faq-preview-section,.features-section{padding:4rem 1.5rem}.faq-preview-grid,.features-grid{grid-template-columns:1fr;gap:2rem}.faq-preview-card,.feature-card{padding:2rem}.calculator-section,.education-section{padding:4rem 1.5rem}.education-block h3{font-size:1.25rem}.education-block p,.education-list li{font-size:1rem}}@media (max-width:480px){.hero{padding:4rem 1rem 3rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.hero-badge{font-size:.75rem;padding:.5rem 1rem}.section-title{font-size:1.75rem}.cta-title{font-size:2rem}}