.home_container__2nSFh{display:flex;gap:100px;animation:home_fadeIn__nzk5V 1.5s ease}.home_textContainer__1ljkg{flex:1 1;display:flex;flex-direction:column;gap:30px}.home_title__jKRy7{font-size:65px;animation:home_slideIn__m7q9n 1s ease}.home_profileImage__pGM4A{display:inline-block;width:75px;height:75px;border-radius:50%;overflow:hidden;margin-left:20px;border:3px solid #4a90e2;box-shadow:0 4px 8px rgba(0,0,0,.3);transition:transform .3s ease,box-shadow .3s ease}.home_profileImage__pGM4A:hover{transform:scale(2);box-shadow:0 6px 12px #000}.home_profileImage__pGM4A img{width:100%;height:100%;object-fit:cover;border-radius:50%}.home_subtitle__7Y8Sg{font-size:24px;color:var(--btn);font-weight:600}.home_desc__ZPff_{font-size:20px;line-height:1.6}.home_stats__gJqiL{font-size:16px;color:var(--textSoft);letter-spacing:.5px}.home_buttons__Z9C0a{display:flex;gap:16px;flex-wrap:wrap}.home_button__OGYC6{padding:16px 24px;min-width:120px;cursor:pointer;border:none;border-radius:5px;transition:transform .3s ease;background-color:var(--bgSoft);color:var(--text);font-size:15px;display:flex;align-items:center;gap:8px}.home_button__OGYC6:hover{transform:scale(1.05)}.home_buttonPrimary__bfos4{background-color:var(--btn);color:var(--text);font-weight:600;font-size:16px}@keyframes home_fadeIn__nzk5V{0%{opacity:0}to{opacity:1}}@keyframes home_slideIn__m7q9n{0%{transform:translateX(-50%)}to{transform:translateX(0)}}@media (max-width:1024px){.home_container__2nSFh{flex-direction:column;text-align:center}.home_buttons__Z9C0a{justify-content:center}}@media (max-width:768px){.home_title__jKRy7{font-size:48px}.home_subtitle__7Y8Sg{font-size:20px}.home_buttons__Z9C0a{flex-direction:column;align-items:stretch}.home_button__OGYC6{justify-content:center}}