.Home_container__d256j{padding:0;min-height:100vh;display:flex;flex-direction:column}.Home_main__VkIEL{flex:1 1;padding:2rem 1rem;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.Home_title__hYX6j{font-size:clamp(2rem,5vw,3.5rem);font-weight:800;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem;line-height:1.2}.Home_description__uXNdx{font-size:clamp(1rem,3vw,1.25rem);color:#6b7280;margin-bottom:3rem;max-width:600px;font-weight:400}.Home_grid__AVljO{display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem;width:100%;max-width:900px;margin:0 auto;justify-content:center}@media (min-width:640px){.Home_grid__AVljO{grid-template-columns:repeat(2,1fr);justify-items:center}.Home_main__VkIEL{padding:3rem 2rem}}@media (min-width:1024px){.Home_grid__AVljO{grid-template-columns:repeat(2,1fr);justify-items:center;max-width:700px}.Home_main__VkIEL{padding:4rem 2rem}}.Home_card__E5spL{background:#ffffff;border-radius:20px;border:1px solid #e5e7eb;padding:2rem;text-decoration:none;color:#1a1a1a;transition:all .3s ease;box-shadow:0 8px 32px rgba(0,0,0,.1);position:relative;overflow:hidden}.Home_card__E5spL:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#667eea,#764ba2)}.Home_card__E5spL:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(0,0,0,.15);color:#1a1a1a}.Home_card__E5spL h2{font-size:1.5rem;font-weight:700;margin:0 0 1rem;color:#1a1a1a;display:flex;align-items:center;gap:.5rem}.Home_card__E5spL h2:before{content:"";width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2)}.Home_card__E5spL p{margin:0;font-size:1rem;line-height:1.6;color:#666}.Home_footer__yFiaX{background:rgba(255,255,255,.1);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-top:1px solid rgba(255,255,255,.1);padding:2rem 0;display:flex;justify-content:center;align-items:center}.Home_footer__yFiaX a{color:rgba(255,255,255,.8);text-decoration:none;font-size:.9rem;transition:color .3s ease}.Home_footer__yFiaX a:hover{color:rgba(255,255,255,1)}.Home_mobile-nav__ZedGe{position:fixed;bottom:0;left:0;right:0;background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid #e5e7eb;padding:1rem 0;display:flex;justify-content:space-around;z-index:1000}@media (min-width:768px){.Home_mobile-nav__ZedGe{display:none}}.Home_nav-item__NGxOr{display:flex;flex-direction:column;align-items:center;text-decoration:none;color:#6b7280;transition:all .2s ease;padding:1.5rem 1rem;border-radius:20px;min-width:90px;min-height:85px;justify-content:center;gap:.5rem}.Home_nav-item__NGxOr:hover{color:#667eea;background:rgba(102,126,234,.1);transform:translateY(-3px)}.Home_nav-item__NGxOr.Home_active__EQNkL{color:#667eea;background:rgba(102,126,234,.15);transform:translateY(-3px)}.Home_nav-item__NGxOr span:first-child{font-size:2rem;line-height:1}.Home_nav-item__NGxOr span:last-child{font-size:.9rem;font-weight:600;line-height:1}.Home_nav-icon__EPcsu{font-size:2rem}