*,body{margin:0;padding:0;box-sizing:border-box}.index_landing__PAT33{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#111;overflow-x:hidden}.index_hero__A1d1I{position:relative;height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;background:linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.6)),url(https://images.pexels.com/photos/3184465/pexels-photo-3184465.jpeg) 50%/cover no-repeat}.index_hero__A1d1I .index_heroContent__49MTn{max-width:800px;color:#fff;padding:0 1rem}.index_hero__A1d1I .index_heroContent__49MTn h1{font-size:clamp(2.5rem,5vw,4rem);margin-bottom:1rem;text-shadow:0 4px 15px rgba(0,0,0,.5)}.index_hero__A1d1I .index_heroContent__49MTn p{font-size:clamp(1.1rem,2vw,1.4rem);margin-bottom:2rem;line-height:1.6}.index_hero__A1d1I .index_heroForm__NgX_V{display:flex;flex-direction:column;gap:1rem;margin:2rem 0}.index_hero__A1d1I .index_heroForm__NgX_V input,.index_hero__A1d1I .index_heroForm__NgX_V textarea{padding:.75rem 1rem;border-radius:.5rem;border:none;font-size:1rem;width:100%;outline:none}.index_hero__A1d1I .index_heroForm__NgX_V textarea{min-height:100px;resize:none}.index_hero__A1d1I .index_heroForm__NgX_V button{padding:.75rem 1rem;background:#facc15;color:#111;font-weight:700;border:none;border-radius:50px;cursor:pointer;transition:all .3s ease}.index_hero__A1d1I .index_heroForm__NgX_V button:hover{background:#fde047}@media(min-width:768px){.index_hero__A1d1I .index_heroForm__NgX_V{flex-direction:row;flex-wrap:wrap;gap:1rem}.index_hero__A1d1I .index_heroForm__NgX_V input,.index_hero__A1d1I .index_heroForm__NgX_V textarea{flex:1 1 30%}.index_hero__A1d1I .index_heroForm__NgX_V textarea{flex:1 1 100%}.index_hero__A1d1I .index_heroForm__NgX_V button{flex:1 1 auto}}.index_info__2C4JZ{display:grid;grid-template-columns:1fr;gap:2rem;padding:5rem 2rem;background:#f8fafc}.index_info__2C4JZ .index_card___iyar{background:#fff;border-radius:1rem;padding:2rem;text-align:center;box-shadow:0 10px 30px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease}.index_info__2C4JZ .index_card___iyar:hover{transform:translateY(-10px);box-shadow:0 20px 40px rgba(0,0,0,.15)}.index_info__2C4JZ .index_card___iyar img{width:100%;height:200px;object-fit:cover;border-radius:1rem;margin-bottom:1rem}.index_info__2C4JZ .index_card___iyar h3{margin-bottom:.5rem;color:#1e3a8a}.index_info__2C4JZ .index_card___iyar p{font-size:.95rem;color:#334155}@media(min-width:768px){.index_info__2C4JZ{grid-template-columns:repeat(3,1fr)}}.index_trust__8tz6N{padding:3rem 2rem;text-align:center;background:#f1f5f9}.index_trust__8tz6N h3{font-size:1.5rem;margin-bottom:2rem;color:#1e3a8a}.index_trust__8tz6N .index_badges__vdGT5{display:flex;flex-direction:column;gap:1rem}.index_trust__8tz6N .index_badges__vdGT5 .index_badge__Gf2DP{background:#fff;padding:1rem 2rem;border-radius:50px;font-weight:600;box-shadow:0 5px 15px rgba(0,0,0,.1);transition:transform .3s ease}.index_trust__8tz6N .index_badges__vdGT5 .index_badge__Gf2DP:hover{transform:translateY(-4px)}@media(min-width:768px){.index_trust__8tz6N .index_badges__vdGT5{flex-direction:row;justify-content:center}}.index_cta__HnkyR{padding:4rem 2rem;text-align:center;background:linear-gradient(90deg,#1e3a8a,#2563eb)}.index_cta__HnkyR h2{color:#fff;margin-bottom:2rem;font-size:clamp(1.8rem,3vw,2.5rem)}.index_callBtn__kgPA9{display:inline-block;padding:1rem 2rem;background:linear-gradient(90deg,#facc15,#fde047);color:#111;border-radius:50px;font-weight:700;font-size:1.1rem;text-decoration:none;box-shadow:0 10px 30px rgba(0,0,0,.3);transition:all .3s ease}.index_callBtn__kgPA9:hover{transform:scale(1.05) translateY(-3px)}.index_footer__Wu_xZ{background:#0f172a;color:#cbd5e1;padding:2rem 1rem;text-align:center}.index_footer__Wu_xZ p{margin-bottom:1rem}.index_footer__Wu_xZ nav{display:flex;justify-content:center;gap:1.5rem}.index_footer__Wu_xZ nav a{color:#93c5fd;text-decoration:none}.index_footer__Wu_xZ nav a:hover{color:#3b82f6}@media(max-width:500px){.index_footer__Wu_xZ nav{flex-direction:column;gap:.75rem}}.index_chatWidget__dK_MA{position:fixed;bottom:20px;right:20px;display:flex;flex-direction:column;align-items:flex-end;z-index:1000}.index_chatWidget__dK_MA .index_chatButton__dCT3i{background:#2563eb;color:#fff;border:none;padding:.75rem 1rem;border-radius:50px;cursor:pointer;font-size:1.2rem;box-shadow:0 5px 15px rgba(0,0,0,.2)}.index_chatWidget__dK_MA .index_chatButton__dCT3i:hover{background:#1e3a8a}.index_chatWidget__dK_MA .index_chatBox__5u9WX{display:flex;flex-direction:column;margin-bottom:10px;background:#fff;padding:1rem;border-radius:1rem;width:250px;box-shadow:0 5px 15px rgba(0,0,0,.3)}.index_chatWidget__dK_MA .index_chatBox__5u9WX textarea{resize:none;padding:.5rem;border-radius:.5rem;border:1px solid #ccc;margin-bottom:.5rem;width:100%;height:80px}.index_chatWidget__dK_MA .index_chatBox__5u9WX button{background:#facc15;border:none;padding:.5rem;border-radius:.5rem;cursor:pointer;font-weight:600;transition:all .3s ease}.index_chatWidget__dK_MA .index_chatBox__5u9WX button:hover{background:#fde047}