.homepage-wrapper{display:flex;flex-direction:column;min-height:100vh}.homepage-main{flex:1}.top-section{background:linear-gradient(180deg,#f3f4f6,#e5e7eb);padding:5rem 1rem;text-align:center}.top-container{max-width:800px;margin:0 auto}.logo-img{margin:0 auto;border-radius:9999px;box-shadow:0 4px 10px rgba(0,0,0,.1)}.top-title{font-size:2.5rem;font-weight:700;color:#1f2937;margin-top:1rem}.top-description{font-size:1.125rem;color:#4b5563;margin:1rem auto 2.5rem;max-width:600px}.top-buttons{display:flex;flex-direction:column;gap:1rem;justify-content:center}@media (min-width:640px){.top-buttons{flex-direction:row}}.middle-section{background:#ffffff;padding:4rem 1rem}.middle-container{max-width:1200px;margin:0 auto}.middle-title{text-align:center;font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:3rem}.middle-grid{display:grid;gap:2rem;grid-template-columns:1fr}@media (min-width:768px){.middle-grid{grid-template-columns:repeat(3,1fr)}}.middle-card{background:linear-gradient(90deg,#e5e7eb,#d1d5db);padding:1.5rem;border-radius:.5rem;box-shadow:0 4px 10px rgba(0,0,0,.05);text-align:center}.middle-icon{background-color:#047857;color:white;width:4rem;height:4rem;margin:0 auto 1rem;border-radius:9999px;display:flex;align-items:center;justify-content:center}.middle-heading{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.middle-text{color:#4b5563;font-size:1rem}.lower-section{background:linear-gradient(90deg,#e5e7eb,#d1d5db);padding:4rem 1rem;text-align:center}.lower-container{max-width:800px;margin:0 auto}.lower-title{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.lower-subtitle{font-size:1.125rem;color:#4b5563;margin-bottom:2rem}.btn-primary,.btn-primary-lg{background-color:#047857;color:white;border-radius:9999px;padding:.75rem 2rem;font-weight:500;transition:background-color .2s;text-decoration:none;display:inline-block}.btn-primary-lg{font-size:1.125rem}.btn-primary-lg:hover,.btn-primary:hover{background-color:#065f46}.btn-outline{background-color:white;color:#047857;border:2px solid #047857;border-radius:9999px;padding:.75rem 2rem;font-weight:500;transition:background-color .2s;text-decoration:none}.btn-outline:hover{background-color:#f9fafb}