@import url("https://fonts.googleapis.com/css2?family=Syne:wght@400;500;600;700;800&display=swap");.Contact_container__RDvSU{min-height:100vh;display:flex;flex-direction:column;background:radial-gradient(ellipse at 50% 0,#0d1117 0,#010409 50%,#000000 100%)}.Contact_nav__IDrkc{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;border-bottom:1px solid rgba(255,255,255,.05)}.Contact_navLogo__uh3ty{display:flex;align-items:center;gap:.75rem;font-weight:600;font-size:1.1rem;color:#fff}.Contact_navLogo__uh3ty img{border-radius:8px}.Contact_main__s8upJ{flex:1 1;display:flex;align-items:center;justify-content:center;padding:4rem 2rem}.Contact_content__x87U0{max-width:800px;width:100%;text-align:center}.Contact_title__imTvg{font-family:Syne,sans-serif;font-size:clamp(2rem,5vw,3rem);font-weight:700;color:#fff;margin-bottom:1rem}.Contact_subtitle__7PFa6{color:rgba(255,255,255,.5);font-size:1.1rem;margin-bottom:3rem}.Contact_contactMethods__Vzj5R{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-bottom:2rem}.Contact_contactCard__m_eUo{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06);border-radius:16px;padding:2rem;transition:all .3s ease;text-align:center}.Contact_contactCard__m_eUo:hover{background:rgba(255,255,255,.05);border-color:rgba(52,199,89,.3);transform:translateY(-4px)}.Contact_icon__76d7n{font-size:2.5rem;display:block;margin-bottom:1rem}.Contact_contactCard__m_eUo h2{font-size:1.2rem;font-weight:600;color:#fff;margin-bottom:.5rem}.Contact_contactCard__m_eUo p{font-size:.9rem;color:rgba(255,255,255,.5);margin-bottom:1rem}.Contact_cta__WoOud{font-size:.85rem;color:#34c759;font-weight:500}.Contact_response__mD_ug{color:rgba(255,255,255,.4);font-size:.9rem}.Contact_footer__fz2qd{padding:2rem;text-align:center;border-top:1px solid rgba(255,255,255,.05)}.Contact_footer__fz2qd a{color:rgba(255,255,255,.5);font-size:.9rem;transition:color .2s}.Contact_footer__fz2qd a:hover{color:#34c759}@media (max-width:768px){.Contact_contactMethods__Vzj5R{grid-template-columns:1fr}}