.Header_header__ZPN_X{background-color:#fff;box-shadow:0 2px 10px rgba(0,0,0,.1);position:-webkit-sticky;position:sticky;top:0;z-index:100}.Header_container__RqNHF{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:1rem;position:relative}.Header_logo__1hGYx{display:flex;align-items:center;cursor:pointer}.Header_logoText__Y2kI_{font-size:1.5rem;font-weight:700;color:var(--hermes-orange);font-size:xx-large;margin-left:.5rem;white-space:nowrap;flex-wrap:nowrap}.Header_desktopNav__VNtBi{gap:1.5rem;padding-left:5%;justify-content:space-between;flex-wrap:nowrap}.Header_desktopNav__VNtBi,.Header_navItem__Fdmv_{display:flex;align-items:center;white-space:nowrap}.Header_navItem__Fdmv_{padding-top:5px;gap:.5rem;font-weight:500;font-size:medium;padding-left:5px;cursor:pointer;transition:color .3s}.Header_navItem__Fdmv_:hover{color:var(--hermes-orange)}.Header_mobileMenuBtn__Sy36D{display:none;font-size:1.5rem;cursor:pointer;z-index:102}.Header_mobileNav__K7PMS{display:none;position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#fff;z-index:101;flex-direction:column;justify-content:center;align-items:center;gap:2rem;transform:translateY(-100%);transition:transform .3s ease-in-out}.Header_mobileNav__K7PMS.Header_open__tZPgC{transform:translateY(0)}.Header_mobileNavItem___sY0i{display:flex;align-items:center;gap:.8rem;font-size:1.2rem;font-weight:500;padding:1rem;cursor:pointer;transition:color .3s}.Header_mobileNavItem___sY0i:hover{color:var(--hermes-orange)}.Header_consultButton__awGIf{border-radius:4px;background-color:#ff6b00;color:#fff;padding:.5rem 1.5rem;font-size:.875rem;font-weight:500;white-space:nowrap;border:none;cursor:pointer}@media (max-width:768px){.Header_desktopNav__VNtBi{display:none}.Header_mobileMenuBtn__Sy36D{display:block}.Header_mobileNav__K7PMS{display:flex}}@media (max-width:480px){.Header_logoText__Y2kI_{font-size:1.3rem}}.Modal_modalOverlay__7U5F8{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:1000}.Modal_modalContent__DUoY3{background-color:#fff;padding:20px;border-radius:8px;width:400px;max-width:90%;text-align:center;position:relative}.Modal_modalImage__PE4Tx{width:100%;height:auto;margin-top:1rem}.Modal_closeButton__v_jml{position:absolute;top:10px;right:10px;background:none;border:1px solid #ccc;border-radius:10%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:18px;cursor:pointer;color:#666;transition:all .2s}.Modal_closeButton__v_jml:hover{color:#000;border-color:#999;background:#f5f5f5}.Modal_pColor__R2gvO{font-size:14px}.Modal_spanColor__aOAnr{font-weight:700;font-size:16px;color:#920808}.Footer_footer__LxLGV{background:linear-gradient(135deg,#ff8c42,#f60);padding:3rem 0;margin-top:3rem}.Footer_container__DdgO_{max-width:1200px;margin:0 auto;padding:0 1rem}.Footer_gridContainer__DhOLx{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2rem;gap:2rem}@media (max-width:768px){.Footer_gridContainer__DhOLx{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.Footer_gridContainer__DhOLx{grid-template-columns:1fr}}.Footer_textC__b6QOZ{color:#f0f8ff}.Footer_column__SxNdc h3,.Footer_column__SxNdc h4{color:#f0f8ff;margin-bottom:1rem}.Footer_column__SxNdc ul{list-style-type:none;padding:0}.Footer_column__SxNdc li{color:#f0f8ff;margin-bottom:.5rem}.Footer_column__SxNdc li a{color:#f0f8ff;transition:color .3s}.Footer_column__SxNdc li a:hover{color:var(--hermes-orange)}.Footer_copyright__lB5DI{margin-top:2rem;text-align:center;color:#f0f8ff;padding-top:1rem;border-top:1px solid var(--border-color)}.AiChatEntry_aiChatContainer__iISSr{background:#fff;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.1);padding:2rem;max-width:800px;margin:0 auto;position:relative;top:-50px}.AiChatEntry_aiHeader__8pQ4M{display:flex;align-items:center;margin-bottom:1rem}.AiChatEntry_robotIcon__GkGJd{color:var(--hermes-orange);font-size:1.8rem;margin-right:.8rem}.AiChatEntry_aiHeader__8pQ4M h3{font-size:1.5rem;font-weight:600;color:var(--text-primary)}.AiChatEntry_aiDescription__FFoJ4{color:var(--text-secondary);margin-bottom:1.5rem}.AiChatEntry_chatForm__PuymH{display:flex;gap:.5rem;margin-bottom:1rem}.AiChatEntry_chatInput__zuPx_{flex:1 1;padding:.8rem 1rem;border:1px solid var(--border-color);border-radius:8px;font-size:1rem;transition:all .3s}.AiChatEntry_chatInput__zuPx_:focus{outline:none;border-color:var(--hermes-orange);box-shadow:0 0 0 2px rgba(255,102,0,.2)}.AiChatEntry_sendButton__bi_fC{background-color:var(--hermes-orange);color:#fff;border:none;border-radius:8px;width:48px;height:48px;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:all .3s}.AiChatEntry_sendButton__bi_fC:disabled{background-color:#ccc;cursor:not-allowed}@keyframes AiChatEntry_spin__vyfdk{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.AiChatEntry_spinner__sr0gF{animation:AiChatEntry_spin__vyfdk 1.5s linear infinite}.AiChatEntry_responseContainer__MaTom{background-color:#f9f9f9;border-radius:8px;padding:1.5rem;margin:1rem 0 .5rem;border-left:4px solid var(--hermes-orange);overflow:hidden}.AiChatEntry_actionButtonsCard__qHAA1{background-color:#fff;border-radius:8px;padding:1.2rem;margin:0 0 1rem;box-shadow:0 4px 15px rgba(0,0,0,.05);overflow:hidden;border:1px solid #f0f0f0}.AiChatEntry_loadingContainer__b4Gu1{display:flex;flex-direction:column;align-items:center;padding:2rem 0}.AiChatEntry_loadingContainer__b4Gu1 .AiChatEntry_spinner__sr0gF{font-size:1.5rem;color:var(--hermes-orange);margin-bottom:1rem}.AiChatEntry_loadingContainer__b4Gu1 p{color:var(--text-secondary)}.AiChatEntry_responseContent__J8SQ9{line-height:1.6}.AiChatEntry_responseContent__J8SQ9 p{margin-bottom:1.5rem;color:var(--text-primary);white-space:pre-wrap;font-size:1rem}.AiChatEntry_responseActions__R_CYD{display:flex;justify-content:center;gap:1.5rem}.AiChatEntry_planButton__woWFI,.AiChatEntry_resetButton__LjlKs{background-color:#fff;color:var(--hermes-orange);border:2px solid var(--hermes-orange);padding:.8rem 1.2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 5px rgba(0,0,0,.1);min-width:140px;text-align:center}.AiChatEntry_planButton__woWFI:hover,.AiChatEntry_resetButton__LjlKs:hover{background-color:var(--hermes-orange);color:#fff;transform:translateY(-3px);box-shadow:0 5px 15px rgba(255,90,0,.2)}.AiChatEntry_suggestedQuestions__YB3Ac{margin-top:1.5rem}.AiChatEntry_suggestedQuestions__YB3Ac p{font-size:.9rem;color:var(--text-secondary);margin-bottom:.5rem}.AiChatEntry_questionTags__1Fz6Q{display:flex;flex-wrap:wrap;gap:.5rem}.AiChatEntry_questionTag__xWB3A{background-color:#f0f0f0;color:var(--text-secondary);padding:.5rem .8rem;border-radius:20px;font-size:.85rem;cursor:pointer;transition:all .3s}.AiChatEntry_questionTag__xWB3A:hover{background-color:#ffe0cc;color:var(--hermes-orange)}@media (max-width:768px){.AiChatEntry_aiChatContainer__iISSr{padding:1.5rem;top:-30px}.AiChatEntry_questionTags__1Fz6Q{display:grid;grid-template-columns:1fr}}@media (max-width:576px){.AiChatEntry_responseActions__R_CYD{flex-direction:column;gap:1rem}}.Home_heroContainer__MKky_{padding:1rem 1rem 2rem}.Home_hero__VkeT1{max-width:1170px;background:linear-gradient(135deg,rgba(255,140,66,.05),rgba(255,120,0,.03));padding:10rem 0 8rem;position:relative;overflow:hidden;aspect-ratio:10/3;margin:0 auto}.Home_hero__VkeT1:before{content:"";position:absolute;width:100%;height:100%;top:0;left:0;background-image:url(/images/banners/banner1.png);background-position:50%;background-size:cover;background-repeat:no-repeat;border-radius:20px;z-index:0}.Home_container__d256j{max-width:1200px;margin:0 auto;padding:0 1rem;position:relative;z-index:1}.Home_heroContent__aWtjQ{max-width:700px}.Home_title__hYX6j{font-size:3.5rem;line-height:1.2;font-weight:800;margin-bottom:1.5rem;color:var(--text-primary)}.Home_highlight__dCLJD{color:var(--hermes-orange);position:relative}.Home_highlight__dCLJD:after{content:"";position:absolute;width:100%;height:8px;bottom:5px;left:0;background-color:rgba(255,102,0,.2);z-index:-1}.Home_subtitle__KzT68{font-size:1.25rem;line-height:1.5;color:var(--text-secondary);margin-bottom:2rem}.Home_heroBtns__EoK9S{display:flex;flex-direction:row;gap:1rem;margin-top:2rem;align-items:flex-start}.Home_btnPrimary__Vk_zD{background-color:var(--hermes-orange);color:#fff;letter-spacing:2px;box-shadow:0 4px 10px rgba(255,102,0,.25)}.Home_btnPrimary__Vk_zD,.Home_btnSecondary__IHZcE{padding:.75rem 1.5rem;border-radius:6px;font-weight:550;font-size:large;cursor:pointer;transition:all .3s}.Home_btnSecondary__IHZcE{background-color:#fff;color:var(--hermes-orange);border:1px solid var(--hermes-orange)}.Home_btnOutline__jY2K4{background-color:transparent;color:var(--hermes-orange);padding:.75rem 1.5rem;border-radius:6px;font-weight:500;cursor:pointer;transition:all .3s;border:1px solid var(--hermes-orange);display:inline-block}.Home_btnOutline__jY2K4:hover{background-color:var(--hermes-orange);color:#fff}.Home_section__3569L{padding:4rem 0 0}.Home_sectionAlt__mj9ih{background-color:#f8f8f8;position:relative;overflow:hidden}.Home_sectionAlt__mj9ih:before{content:"";position:absolute;width:100%;height:100%;top:0;left:0;background-image:url(https://images.pexels.com/photos/159490/yale-university-landscape-universities-schools-159490.jpeg?auto=compress&cs=tinysrgb&w=1200);background-position:50%;background-size:cover;background-repeat:no-repeat;opacity:.2;z-index:0}.Home_sectionAlt__mj9ih .Home_container__d256j{position:relative;z-index:1}.Home_sectionAlt__mj9ih .Home_sectionHeader__BnBQb{position:relative}.Home_sectionAlt__mj9ih .Home_sectionTitle__DKb2S{position:relative;color:#333}.Home_sectionAlt__mj9ih .Home_sectionSubtitle__IhU_e{position:relative;color:#555}.Home_sectionHeader__BnBQb{text-align:center;margin-bottom:3rem}.Home_sectionTitle__DKb2S{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:var(--text-primary)}.Home_sectionSubtitle__IhU_e{font-size:1.1rem;color:var(--text-secondary);max-width:600px;margin:0 auto}.Home_sectionFooter__sHHVo{text-align:center;margin-top:2rem}.Home_calculatorSection__2tlrA{background-color:#fffaf5}.Home_calculatorCard__gw4iB{background-color:#fff;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.1);padding:3rem;text-align:center;max-width:800px;margin:0 auto}.Home_calculatorCard__gw4iB h2{color:var(--hermes-orange);margin-bottom:1rem;font-size:2rem}.Home_calculatorCard__gw4iB p{color:var(--text-secondary);margin-bottom:2rem;font-size:1.1rem}@media (max-width:768px){.Home_title__hYX6j{font-size:2.5rem}.Home_heroBtns__EoK9S{flex-direction:corlumn}.Home_calculatorCard__gw4iB{padding:2rem 1.5rem}}.Home_universityGrid__NU3m5{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem;margin-bottom:2rem}.Home_universityCard__YDqDF{background-color:#fff;border-radius:10px;padding:1.5rem;position:relative;box-shadow:0 5px 15px rgba(0,0,0,.05);transition:transform .3s,box-shadow .3s}.Home_universityCard__YDqDF:hover{transform:translateY(-5px);box-shadow:0 12px 20px rgba(0,0,0,.08)}.Home_universityRank__xw8jw{position:absolute;top:1rem;right:1rem;background-color:var(--hermes-orange);color:#fff;font-weight:700;font-size:.9rem;padding:.3rem .6rem;border-radius:4px}.Home_universityName__JTn_R{font-size:1.3rem;font-weight:600;margin-bottom:.7rem;color:var(--text-primary);padding-right:2.5rem}.Home_universityInfo__FF3dH{color:var(--text-secondary);font-size:.9rem;margin-bottom:1rem}.Home_universityTags__Bkt4D{display:flex;flex-wrap:wrap;gap:.5rem}.Home_universityTags__Bkt4D span{background-color:#f5f5f5;color:var(--text-secondary);font-size:.8rem;padding:.3rem .7rem;border-radius:20px}@media (max-width:992px){.Home_hero__VkeT1{max-height:400px}.Home_universityGrid__NU3m5{grid-template-columns:repeat(2,1fr)}}@media (max-width:576px){.Home_hero__VkeT1{max-height:300px;padding:3rem 0}.Home_hero__VkeT1:before{background-size:100% auto}.Home_universityGrid__NU3m5{grid-template-columns:1fr}}.SuccessStories_container__slhxh{max-width:1200px;margin:0 auto;padding:40px 20px 1rem;text-align:center;font-family:Arial,sans-serif}.SuccessStories_title__uvFlD{font-size:1.5rem;color:#333;margin-bottom:15px}.SuccessStories_subtitle__WVs2s{font-size:.9rem;color:#666;margin-bottom:40px}.SuccessStories_storiesContainer__k3GSp{display:flex;flex-wrap:wrap;justify-content:center;gap:30px}.SuccessStories_storyCard__Yn9S0{background-color:#fff;border-radius:10px;box-shadow:0 4px 12px rgba(0,0,0,.1);padding:25px;width:100%;max-width:350px;transition:transform .3s ease;box-sizing:border-box}.SuccessStories_storyCard__Yn9S0:hover{transform:translateY(-5px)}.SuccessStories_storyHeader__Vclfx{display:flex;align-items:center;gap:10px;margin-bottom:15px}.SuccessStories_stepIndicator__rH4GA{width:3.4rem;height:3.4rem;background-color:#faece1;border-radius:50%;display:flex;align-items:center;overflow:hidden}.SuccessStories_studentIcon__2diWg{width:100%;height:100%;object-fit:cover;border-radius:50%;justify-content:center}.SuccessStories_stepText__Qo0Ns{align-items:center}.SuccessStories_studentName__f_95A{font-size:1rem;text-align:left;color:#222;margin-bottom:5px}.SuccessStories_university__bzuqP{font-size:.8rem;text-align:left;color:#555;margin-bottom:0;font-weight:500}.SuccessStories_quote__BlU34{font-size:.8rem;text-align:left;color:#666;line-height:1.6;margin:0;padding:0}@media (max-width:768px){.SuccessStories_container__slhxh{padding:30px 15px}.SuccessStories_title__uvFlD{font-size:1.8rem}.SuccessStories_subtitle__WVs2s{font-size:1rem;margin-bottom:30px}.SuccessStories_storiesContainer__k3GSp{flex-direction:column;align-items:center;gap:20px}.SuccessStories_storyCard__Yn9S0{max-width:100%;padding:20px}.SuccessStories_studentName__f_95A{font-size:1.3rem}.SuccessStories_university__bzuqP{font-size:1rem}.SuccessStories_quote__BlU34{font-size:.95rem}}@media (max-width:480px){.SuccessStories_container__slhxh{padding:20px 10px}.SuccessStories_title__uvFlD{font-size:1.5rem}.SuccessStories_subtitle__WVs2s{font-size:.9rem;margin-bottom:25px}.SuccessStories_storyCard__Yn9S0{padding:15px}.SuccessStories_studentName__f_95A{font-size:1.2rem}.SuccessStories_university__bzuqP{font-size:.95rem}.SuccessStories_quote__BlU34{font-size:.9rem;line-height:1.5}}.StudyServices_container__HVx1X{background-color:#f9fafb;margin:0 auto;padding-bottom:2rem;text-align:center;font-family:PingFang SC,Microsoft YaHei,sans-serif}.StudyServices_title__ubgEI{padding-top:30px;font-size:1.5rem;font-weight:700;color:#333;margin-bottom:15px}.StudyServices_subtitle__F9Um7{font-size:.9rem;color:#666;margin-bottom:40px}.StudyServices_cardContainer___S98_{display:flex;justify-content:center;gap:100px;flex-wrap:wrap}.StudyServices_card__BgFXa{width:350px;padding:30px;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.1);background-color:#fff;transition:transform .3s ease,box-shadow .3s ease;margin-bottom:20px}.StudyServices_card__BgFXa:hover{transform:translateY(-5px);box-shadow:0 6px 25px rgba(0,0,0,.15)}.StudyServices_iconContainer__fqsxU{display:flex;justify-content:center;margin-bottom:15px}.StudyServices_iconBackground__kz39g{background-color:#fff0e5;width:54px;height:54px;border-radius:20%;display:flex;align-items:center;justify-content:center}.StudyServices_cardIcon__Lj08y{color:#ff842c;font-size:20px}.StudyServices_cardTitle__1CanQ{font-size:16px;font-weight:800;color:#333;margin-bottom:15px}.StudyServices_cardDescription__96O4n{font-size:13px;color:#666;line-height:1.6;margin-bottom:25px}.StudyServices_cardLink__1331t{color:#da7a0d;font-size:14px;font-weight:500;text-decoration:none;display:inline-block;transition:color .3s ease;padding:5px 0;border-bottom:1px solid transparent}.StudyServices_cardLink__1331t:hover{color:#40a9ff;border-bottom-color:#40a9ff}@media (max-width:1024px){.StudyServices_card__BgFXa{width:300px;padding:25px}}@media (max-width:768px){.StudyServices_container__HVx1X{padding:0 15px}.StudyServices_title__ubgEI{font-size:28px}.StudyServices_subtitle__F9Um7{font-size:16px;margin-bottom:30px}.StudyServices_cardContainer___S98_{flex-direction:column;align-items:center;gap:20px}.StudyServices_card__BgFXa{width:100%;max-width:350px;padding:20px}.StudyServices_cardTitle__1CanQ{font-size:20px}.StudyServices_cardDescription__96O4n,.StudyServices_cardLink__1331t{font-size:15px}}@media (max-width:480px){.StudyServices_title__ubgEI{font-size:24px}.StudyServices_subtitle__F9Um7{font-size:14px}}.CountriesCard_container__Co9ZE{margin:0 auto;padding:40px 20px 1.5rem;text-align:center}.CountriesCard_title__rxf_u{font-size:1.5rem;color:#2c3e50;margin-bottom:15px}.CountriesCard_subtitle__7PQQz{font-size:.9rem;color:#7f8c8d;margin-bottom:30px}.CountriesCard_cardsContainer__93W_k{display:flex;justify-content:center;flex-wrap:wrap;gap:20px;margin-bottom:30px}.CountriesCard_card__dpTT4{width:100%;max-width:250px;background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 4px 8px rgba(0,0,0,.1);transition:transform .3s ease;cursor:pointer}.CountriesCard_card__dpTT4:hover{transform:translateY(-5px)}.CountriesCard_cardImage__km5dU{height:250px;background-size:cover;background-position:50%;position:relative;display:flex;align-items:flex-end}.CountriesCard_cardContent__vdu7Z{padding:15px;width:100%;background:linear-gradient(transparent,rgba(0,0,0,.7));color:#fff}.CountriesCard_cardTitle___9Z_T{font-size:1rem;margin:0;text-align:left;color:#fff}.CountriesCard_searchBackGround__6TNjQ{background:linear-gradient(180deg,hsla(0,0%,100%,.8) 0,#f1f1f1 50%,hsla(0,0%,100%,.8));height:250px;position:relative;display:flex;align-items:flex-end}.CountriesCard_searchContent__pyNOZ{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);padding:10px 20px;border-radius:20px;text-align:center;width:auto}.CountriesCard_searchTitle__mNfpQ{font-weight:700;font-size:1.2rem;white-space:nowrap;color:#db8844}.CountriesCard_cardDescription__S262d{line-height:1.5;font-size:.7rem;margin:5px 0 0;text-align:left;color:hsla(0,0%,100%,.9)}@media (max-width:768px){.CountriesCard_container__Co9ZE{padding:20px 15px}.CountriesCard_title__rxf_u{font-size:1.8rem}.CountriesCard_subtitle__7PQQz{font-size:.9rem;margin-bottom:20px}.CountriesCard_cardsContainer__93W_k{gap:15px}.CountriesCard_card__dpTT4{max-width:100%}.CountriesCard_cardImage__km5dU{height:150px}.CountriesCard_cardTitle___9Z_T{font-size:1.2rem}.CountriesCard_cardDescription__S262d{font-size:.85rem}}@media (max-width:480px){.CountriesCard_title__rxf_u{font-size:1.5rem}.CountriesCard_cardImage__km5dU{height:120px}.CountriesCard_cardTitle___9Z_T{font-size:1.1rem}.CountriesCard_cardDescription__S262d{font-size:.8rem}.CountriesCard_searchTitle__mNfpQ{font-size:1rem}}.StudyAbroadProcess_container__RN7Io{max-width:1200px;margin:0 auto;padding:40px 20px;text-align:center;font-family:Arial,sans-serif}.StudyAbroadProcess_backg__PHZIv{background-color:#f9fafb;padding-bottom:1rem}.StudyAbroadProcess_title__6fUXy{font-size:1.5rem;color:#333;margin-bottom:15px;font-weight:700}.StudyAbroadProcess_subtitle__KdOYH{font-size:.9rem;color:#666;margin-bottom:40px}.StudyAbroadProcess_processContainer__cDBEW{display:flex;justify-content:space-between;flex-wrap:wrap;gap:20px}.StudyAbroadProcess_processStep__ZunoT{flex:1 1;min-width:200px;padding:25px 20px;background-color:#fff;border-radius:10px;box-shadow:0 4px 12px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease}.StudyAbroadProcess_processStep__ZunoT:hover{transform:translateY(-5px);box-shadow:0 6px 16px rgba(0,0,0,.15)}.StudyAbroadProcess_stepIndicator__e7kd0{width:50px;height:50px;margin:0 auto 15px;background-color:#faece1;border-radius:50%;display:flex;align-items:center;justify-content:center}.StudyAbroadProcess_stepNumber__9rF_i{color:#ff6b00;font-size:24px}.StudyAbroadProcess_stepTitle__Zetgj{font-size:18px;color:#333;margin-bottom:10px;font-weight:700}.StudyAbroadProcess_stepDescription__xKT5W{font-size:14px;color:#666;line-height:1.5}@media (max-width:768px){.StudyAbroadProcess_processContainer__cDBEW{flex-direction:column}.StudyAbroadProcess_processStep__ZunoT{width:100%;margin-bottom:20px}}.ChatBot_container__LJrL5{max-width:1170px;background-color:#fff;margin:0 auto;padding-bottom:2rem}.ChatBot_card__9dh9e{border-radius:1rem;box-shadow:0 -5px 10px rgba(0,0,0,.1),0 10px 30px rgba(0,0,0,.1);padding:2rem;transition:transform .3s ease,box-shadow .3s ease}@media (min-width:640px){.ChatBot_card__9dh9e{padding:2rem;box-shadow:0 -5px 10px rgba(0,0,0,.1),0 10px 30px rgba(0,0,0,.1)}}.ChatBot_header__sz_6d{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}@media (min-width:768px){.ChatBot_header__sz_6d{flex-direction:row;align-items:center;justify-content:space-between;margin-bottom:2rem}}.ChatBot_headerLeft__YfFSs{display:flex;align-items:center;gap:1rem}@media (max-width:640px){.ChatBot_headerLeft__YfFSs{gap:1rem}}.ChatBot_resetButton__2FVRp{color:#ff6b00;outline:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;transition:all .2s ease;border:1px solid #ff6b00;border-radius:4px;white-space:nowrap;font-size:100%;padding:.5rem 1.5rem;background-color:#fff}.ChatBot_resetButton__2FVRp:hover{background-color:#ff6b00;color:#fff;border-color:#fff}.ChatBot_resetIcon__cgy8M{font-size:80%;text-align:center}.ChatBot_logo__pyWds{width:2.5rem;height:2.5rem;background-color:#ff6b00;border-radius:9999px;display:flex;align-items:center;justify-content:center}@media (min-width:640px){.ChatBot_logo__pyWds{width:3rem;height:3rem}}.ChatBot_logoIcon__3tSMu{color:#fff;font-size:1.25rem}@media (min-width:640px){.ChatBot_logoIcon__3tSMu{font-size:1.5rem}}.ChatBot_title__0xgyK{font-size:1.25rem;font-weight:700;line-height:1.2}@media (min-width:640px){.ChatBot_title__0xgyK{font-size:1.5rem}}.ChatBot_subtitle__gkoCE{color:#6b7280;font-size:.875rem}.ChatBot_paddingLeft__7PVkm{padding:1rem}.ChatBot_greeting__oFo3k{background-color:#fff;border-radius:.75rem;margin-bottom:1rem}@media (min-width:640px){.ChatBot_greeting__oFo3k{border-radius:1rem;padding:1.5rem;margin-bottom:1.5rem}}.ChatBot_greetingText__x1sDR{font-size:1rem;color:#ff6b00;margin-bottom:.5rem}@media (min-width:640px){.ChatBot_greetingText__x1sDR{font-size:1.125rem}}.ChatBot_greetingSubtext__GPqXH{font-size:.75rem;color:#6b7280}@media (min-width:640px){.ChatBot_greetingSubtext__GPqXH{font-size:.875rem}}.ChatBot_searchContainer__EPE0J{position:relative;margin-bottom:1.5rem}.ChatBot_searchInput__Mbwbj{width:100%;padding:.75rem 1rem;border:1px solid #e5e7eb;border-radius:.75rem;outline:none;font-size:.875rem}@media (min-width:640px){.ChatBot_searchInput__Mbwbj{padding:1rem 1.5rem;border-radius:1rem;font-size:1rem}}.ChatBot_searchInput__Mbwbj:focus{border-color:#ff6b00}.ChatBot_searchButton__Rxscl{position:absolute;right:3rem;top:50%;transform:translateY(-50%);color:#ff6b00;font-size:1rem}@media (min-width:640px){.ChatBot_searchButton__Rxscl{right:3.5rem;font-size:1.25rem}}.ChatBot_micButton__fhrGd{position:absolute;right:1rem;top:50%;transform:translateY(-50%);color:#ff6b00;font-size:1rem}@media (min-width:640px){.ChatBot_micButton__fhrGd{font-size:1.25rem}}.ChatBot_categories__lT1Yx{padding-top:2rem}.ChatBot_categories1__C7K0c,.ChatBot_categories__lT1Yx{display:flex;justify-content:flex-start;gap:1rem;flex-wrap:wrap}.ChatBot_categories1__C7K0c{padding-top:0}.ChatBot_categoryButton__hhuS2{padding:8px 16px;border-radius:.3rem;font-size:16px;cursor:pointer;transition:all .3s ease;border:1px solid transparent;text-align:center;white-space:nowrap;width:auto}.ChatBot_categoryButton__hhuS2:hover{background-color:#ffe0cc;color:var(--hermes-orange)}.ChatBot_buttonPrimary__q9FNp{background-color:rgb(255 107 0/var(--tw-bg-opacity,1));color:#fff}.ChatBot_buttonGray__PbnBW,.ChatBot_buttonRelated__YDOhu{color:rgb(75 85 99/var(--tw-text-opacity,1));background-color:#f5f5f5}.ChatBot_buttonRelated__YDOhu{--tw-text-opacity:1;color:rgba(0,0,0,.65);border:1px solid #d9d9d9;padding:.2rem;border-radius:3px}.ChatBot_buttonRelated__YDOhu:hover{background-color:#f1ab7c;cursor:pointer}.ChatBot_suggestedQuestions__vHiZb{margin-top:1.5rem;text-align:left}.ChatBot_suggestedQuestions__vHiZb p{font-size:.9rem;color:var(--text-secondary);margin-bottom:.5rem;text-align:left}.ChatBot_questionTags__TP00w{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;width:100%}.ChatBot_questionTags1__9UBz1{display:flex;flex-direction:row;align-items:flex-start;gap:.5rem;width:100%}.ChatBot_questionTag__Wcmbz{background-color:#f0f0f0;color:var(--text-secondary);padding:.5rem .8rem;border-radius:20px;font-size:.85rem;cursor:pointer;transition:all .3s;display:inline-block;white-space:nowrap;max-width:100%;text-align:left}.ChatBot_questionTag__Wcmbz:hover{background-color:#ffe0cc;color:var(--hermes-orange)}@media (max-width:768px){.ChatBot_aiChatContainer__9XHi_{padding:1.5rem;top:-30px}.ChatBot_questionTags1__9UBz1,.ChatBot_questionTags__TP00w{display:grid;grid-template-columns:1fr}}.ChatBot_welcomeContainer__iXt4x{position:-webkit-sticky;position:sticky;top:.1rem;left:2rem;right:1rem;z-index:10;background-color:#fff;border-radius:.75rem;margin-bottom:1rem;transition:all .3s ease;padding-bottom:.5rem}.ChatBot_welcomeContainer__iXt4x.ChatBot_collapsed__fE3al{background-color:transparent;box-shadow:none;padding-bottom:0;border:none}.ChatBot_welcomeContent__r7sjs{padding:1rem}.ChatBot_toggleContainer__mV9QD{position:absolute;bottom:0;left:50%;transform:translate(-50%,50%);cursor:pointer;z-index:20}.ChatBot_toggleButton__hcEdW{position:relative;width:2.5rem;height:1.25rem;background-color:#fff;border-radius:0 0 1rem 1rem;box-shadow:0 2px 4px rgba(0,0,0,.1);border:1px solid #e5e7eb;border-top:none;transition:all .3s ease}.ChatBot_arrowContainer__E9JS7{text-align:center;padding-top:3px}.ChatBot_arrow__Uke0U{color:var(--hermes-orange);font-size:1rem}.ChatBot_welcomeContainer__iXt4x.ChatBot_collapsed__fE3al .ChatBot_toggleButton__hcEdW{border-radius:0 0 1rem 1rem;height:1.25rem;width:2.5rem;border:1px solid #e5e7eb;border-top:none;background-color:#fff}.ChatBot_toggleButton__hcEdW:hover{background-color:#f3f4f6}.ChatBot_welcomeContainer__iXt4x.ChatBot_collapsed__fE3al:after{content:"";display:block;position:absolute;bottom:.6rem;left:50%;transform:translateX(-50%);width:80%;height:1px;background-color:#e5e7eb}.ChatBot_chatMessages__fs1Ud{display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem;height:500px;max-height:600px;overflow-y:auto;-webkit-overflow-scrolling:touch;padding-right:.5rem;background-color:#f3f4f5;border-radius:1rem;border-left:4px solid var(--hermes-orange)}@media (max-width:640px){.ChatBot_chatMessages__fs1Ud{gap:1.5rem;margin-bottom:1.5rem;height:400px;max-height:500px;background-color:#f3f4f5;border-radius:1rem;border-left:4px solid var(--hermes-orange)}}.ChatBot_messageAI__FAow3,.ChatBot_messageUser__mpfah{display:flex;align-items:flex-start;gap:.75rem;width:100%;padding-bottom:1rem}.ChatBot_messageUser__mpfah{justify-content:flex-end}.ChatBot_messageAI__FAow3{justify-content:flex-start}.ChatBot_messageContent__EEs8c{display:inline-block;max-width:85%}@media (min-width:640px){.ChatBot_messageContent__EEs8c{max-width:80%}}.ChatBot_messageBubbleAI__IL4x7,.ChatBot_messageBubbleUser__2DVl_{padding:.75rem;border-radius:.75rem;word-wrap:break-word;word-break:break-word;overflow-wrap:break-word;white-space:pre-wrap}@media (min-width:640px){.ChatBot_messageBubbleAI__IL4x7,.ChatBot_messageBubbleUser__2DVl_{padding:1rem;border-radius:1rem}}.ChatBot_messageBubbleUser__2DVl_{background-color:rgba(255,107,0,.1);margin-left:auto;text-align:right}.ChatBot_messageBubbleAI__IL4x7{background-color:#f9fafb;text-align:left}.ChatBot_messageBubbleAI__IL4x7,.ChatBot_messageBubbleUser__2DVl_{min-width:3rem;-webkit-hyphens:auto;hyphens:auto}.ChatBot_messageText__VMQdY{color:#1f2937;line-height:1.5rem;font-size:1rem;padding-left:1rem}@media (max-width:640px){.ChatBot_messageText__VMQdY{font-size:1rem;line-height:1rem}}.ChatBot_messageTextPre__Fu6LU{white-space:pre-line}.ChatBot_messageTextPre__Fu6LU p+ol,.ChatBot_messageTextPre__Fu6LU p+ul{margin-top:-2rem;margin-bottom:-2rem}.ChatBot_avatar__dtR2R{width:1.75rem;height:1.75rem;border-radius:9999px;flex-shrink:0;display:flex;align-items:center;justify-content:center}@media (min-width:640px){.ChatBot_avatar__dtR2R{width:2rem;height:2rem}}.ChatBot_avatarUser__SQwLA{background-color:#fff}.ChatBot_avatarAI__sK_An{background-color:#ff6b00}.ChatBot_avatarIcon__v62HW{color:#6b7280;font-size:.75rem}@media (min-width:640px){.ChatBot_avatarIcon__v62HW{font-size:.875rem}}.ChatBot_avatarIconAI__EDPmF{color:#fff;font-size:.75rem}@media (min-width:640px){.ChatBot_avatarIconAI__EDPmF{font-size:.875rem}}.ChatBot_relatedQuestions__Ips8j{margin-top:1rem}@media (min-width:640px){.ChatBot_relatedQuestions__Ips8j{margin-top:1.5rem}}.ChatBot_relatedTitle__wEtOF{color:#6b7280;margin-bottom:.5rem;font-size:.75rem}@media (min-width:640px){.ChatBot_relatedTitle__wEtOF{font-size:.875rem;margin-bottom:1rem}}.ChatBot_relatedList__PM4T0{display:flex;flex-wrap:wrap;gap:.5rem}@media (min-width:640px){.ChatBot_relatedList__PM4T0{gap:.75rem}}.ChatBot_chatForm__u7dga{display:flex;gap:.5rem;margin-bottom:1rem}.ChatBot_chatInput__zFSld{flex:1 1;padding:.8rem 1rem;border:1px solid var(--border-color);border-radius:8px;font-size:1rem;transition:all .3s}.ChatBot_chatInput__zFSld:focus{outline:none;border-color:var(--hermes-orange);box-shadow:0 0 0 2px rgba(255,102,0,.2)}.ChatBot_sendButton__oz7MB{background-color:var(--hermes-orange);color:#fff;border:none;border-radius:8px;width:68px;height:48px;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:all .3s}.ChatBot_sendButton__oz7MB:disabled{background-color:#ccc;cursor:not-allowed}@keyframes ChatBot_spin__2tkQG{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.ChatBot_spinner__J_J7D{animation:ChatBot_spin__2tkQG 1.5s linear infinite}.ChatBot_modalOverlay__kpBTe{position:fixed;inset:0;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:50;padding:1rem}.ChatBot_modalContent__y07tC{background-color:#fff;border-radius:.75rem;padding:1rem;width:100%;max-height:80vh;overflow:hidden;display:flex;flex-direction:column}@media (min-width:640px){.ChatBot_modalContent__y07tC{padding:2rem;max-width:56rem;border-radius:1rem}}.ChatBot_modalHeader__rTcd5{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}@media (min-width:640px){.ChatBot_modalHeader__rTcd5{margin-bottom:1.5rem}}.ChatBot_modalTitle__yR_Ev{font-size:1.25rem;font-weight:700}@media (min-width:640px){.ChatBot_modalTitle__yR_Ev{font-size:1.5rem}}.ChatBot_modalClose__ZRtpV{color:#6b7280;font-size:1.25rem}.ChatBot_modalClose__ZRtpV:hover{color:#374151}.ChatBot_modalTabs__fZYFn{display:flex;gap:.5rem;margin-bottom:1rem;overflow-x:auto;padding-bottom:.5rem;-webkit-overflow-scrolling:touch}@media (min-width:640px){.ChatBot_modalTabs__fZYFn{gap:1rem;margin-bottom:1.5rem}}.ChatBot_modalBody__PC0EJ{flex:1 1;overflow-y:auto;-webkit-overflow-scrolling:touch}.ChatBot_historyItem__e9uhb{border-bottom:1px solid #e5e7eb;padding-bottom:.75rem;margin-bottom:.75rem}@media (min-width:640px){.ChatBot_historyItem__e9uhb{padding-bottom:1rem;margin-bottom:1rem}}.ChatBot_historyTime__XmAXf{color:#6b7280;font-size:.75rem;margin-bottom:.25rem}@media (min-width:640px){.ChatBot_historyTime__XmAXf{font-size:.875rem;margin-bottom:.5rem}}.ChatBot_historyMessages__C02Uq{display:flex;flex-direction:column;gap:.75rem}@media (min-width:640px){.ChatBot_historyMessages__C02Uq{gap:1rem}}.ChatBot_collapsible_container__Nr3Dr{border:1px solid #ddd;border-radius:4px;margin:10px 0;overflow:hidden}.ChatBot_toggle_button__j9obd{background:#f5f5f5;border:none;padding:10px 15px;width:100%;text-align:center;cursor:pointer;font-weight:700}.ChatBot_toggle_button__j9obd:hover{background:#e9e9e9}.ChatBot_content__JPGpM{transition:max-height .3s ease-out;overflow:hidden}.ChatBot_content__JPGpM.ChatBot_collapsed__fE3al{max-height:0}.ChatBot_content__JPGpM.ChatBot_expanded__53i6J{max-height:1000px;padding:10px}