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