.Home_container__d256j{position:relative;width:100%;min-height:100vh;margin:0;padding:0;display:flex;flex-direction:column;overflow-x:hidden}.Home_hero__VkeT1{background:#EEF7F7;box-shadow:0 2px 10px rgba(0,0,0,.05);padding:40px 0;margin:8px 12px 0;border-radius:20px 20px 0 0}.Home_heroContent__aWtjQ{max-width:1280px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center}.Home_doctorInfo__SE7DR{display:flex;align-items:center;gap:24px}.Home_doctorAvatar__SYM4i{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;overflow:hidden;border:3px solid white;box-shadow:0 4px 12px rgba(0,0,0,.15);flex-shrink:0}.Home_doctorAvatar__SYM4i img{width:100%;height:100%;object-fit:cover}.Home_doctorInfo__SE7DR h1{font-size:32px;font-weight:700;color:#1f2937;margin:0 0 8px}.Home_doctorInfo__SE7DR p{font-size:16px;color:#6b7280;margin:0;display:flex;align-items:center;gap:6px}.Home_headerActions__Ocdbb{display:flex;align-items:center;gap:16px}.Home_languageSelector__jX2kv{position:relative}.Home_langBtn__LIUxg{background:white;border:2px solid #e5e7eb;padding:10px 16px;border-radius:8px;display:flex;align-items:center;gap:10px;cursor:pointer;font-size:14px;font-weight:600;color:#374151;transition:all .3s}.Home_langBtn__LIUxg:hover{border-color:#667eea;background:#f9fafb}.Home_langBtn__LIUxg img{width:24px;height:18px;border-radius:2px}.Home_langBtn__LIUxg i{font-size:12px;color:#9ca3af}.Home_languageDropdown__xOgdb{position:absolute;top:calc(100% + 8px);right:0;background:white;border:2px solid #e5e7eb;border-radius:12px;box-shadow:0 10px 40px rgba(0,0,0,.15);min-width:180px;z-index:100;overflow:hidden;animation:Home_slideDown__3b1Qo .3s}@keyframes Home_slideDown__3b1Qo{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.Home_languageOption__a4vpf{display:flex;align-items:center;gap:12px;padding:12px 16px;cursor:pointer;transition:background .2s}.Home_languageOption__a4vpf:hover{background:#f3f4f6}.Home_languageOption__a4vpf img{width:24px;height:18px;border-radius:2px}.Home_languageOption__a4vpf span{font-size:14px;font-weight:500;color:#374151}.Home_main__VkIEL{max-width:1280px;margin:0 auto;padding:60px 20px;flex:1 1;width:100%}.Home_sectionHeader__BnBQb{text-align:center;margin-bottom:50px}.Home_sectionHeader__BnBQb h2{font-size:36px;font-weight:700;color:#1f2937;margin:0 0 12px}.Home_sectionHeader__BnBQb p{font-size:18px;color:#6b7280;margin:0}.Home_loadingContainer__Mgyk5{text-align:center;padding:80px 20px}.Home_loadingContainer__Mgyk5 i{font-size:64px;color:#667eea;margin-bottom:16px}.Home_loadingContainer__Mgyk5 p{font-size:16px;color:#6b7280}.Home_emptyState__Z6yWd{text-align:center;padding:100px 20px;color:#9ca3af}.Home_emptyState__Z6yWd i{font-size:80px;margin-bottom:24px;opacity:.5}.Home_emptyState__Z6yWd h3{font-size:24px;font-weight:600;margin:0 0 12px}.Home_emptyState__Z6yWd p{font-size:16px;margin:0}.Home_videoGrid__76mCE{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));grid-gap:30px;gap:30px}.Home_videoCard__Os_i0{background:white;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.08);transition:transform .3s,box-shadow .3s}.Home_videoCard__Os_i0:hover{transform:translateY(-8px);box-shadow:0 12px 40px rgba(0,0,0,.15)}.Home_videoThumbnail__jmsGX{position:relative;height:220px;overflow:hidden;cursor:pointer;background:#f3f4f6}.Home_videoThumbnail__jmsGX img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.Home_videoCard__Os_i0:hover .Home_videoThumbnail__jmsGX img{transform:scale(1.1)}.Home_thumbnailPlaceholder__wxDVG{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2)}.Home_thumbnailPlaceholder__wxDVG i{font-size:60px;color:white;opacity:.5}.Home_playOverlay__WVi7g{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:70px;height:70px;border-radius:50%;background:rgba(102,126,234,.95);display:flex;align-items:center;justify-content:center;color:white;font-size:24px;transition:all .3s}.Home_videoCard__Os_i0:hover .Home_playOverlay__WVi7g{transform:translate(-50%,-50%) scale(1.1);background:rgba(102,126,234,1)}.Home_videoInfo__OCeuA{padding:24px}.Home_videoHeader__z9m2F{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px;gap:12px}.Home_videoHeader__z9m2F h3{font-size:18px;font-weight:700;color:#1f2937;margin:0;flex:1 1;line-height:1.4}.Home_videoPrice__sFzkP{font-size:26px;font-weight:700;color:#10b981;white-space:nowrap}.Home_videoDescription__0Rg4K{font-size:14px;color:#6b7280;line-height:1.6;margin:0 0 20px}.Home_videoActions__ddKRi{display:flex;gap:12px}.Home_buyBtn__miOQI,.Home_detailBtn__HqyCt{flex:1 1;padding:12px;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;transition:all .3s}.Home_detailBtn__HqyCt{background:linear-gradient(135deg,#10b981,#059669);color:white}.Home_detailBtn__HqyCt:hover{background:linear-gradient(135deg,#059669,#047857)}.Home_buyBtn__miOQI{background:linear-gradient(135deg,#667eea,#764ba2);color:white}.Home_buyBtn__miOQI:hover{background:linear-gradient(135deg,#5568d3,#6b3fa0)}.Home_footer__yFiaX{background:#222A38;color:#9ca3af;padding:40px 0;margin:0 12px 8px;border-radius:0 0 20px 20px}.Home_footerContent__RZUDB{max-width:1280px;margin:0 auto;padding:0 20px;text-align:center}.Home_footerContent__RZUDB p{margin:0 0 8px;font-size:14px}.Home_footerContent__RZUDB p:first-child{font-weight:600;color:#d1d5db;font-size:16px}.Home_modalOverlay__Q9k7h{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.85);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;animation:Home_fadeIn__6AUDn .3s}@keyframes Home_fadeIn__6AUDn{0%{opacity:0}to{opacity:1}}.Home_modalContent__XKBCH{background:white;border-radius:20px;padding:40px;max-width:900px;width:100%;max-height:90vh;overflow-y:auto;position:relative;animation:Home_slideUp__L90rW .3s}@keyframes Home_slideUp__L90rW{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.Home_purchaseModal__WyWOZ{background:white;border-radius:20px;padding:40px;max-width:950px;width:100%;max-height:90vh;overflow-y:auto;position:relative;animation:Home_slideUp__L90rW .3s}.Home_closeBtn__WI89g{position:absolute;top:20px;right:20px;width:44px;height:44px;border-radius:50%;background:#f3f4f6;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:20px;color:#6b7280;transition:all .3s;z-index:10}.Home_closeBtn__WI89g:hover{background:#e5e7eb;color:#1f2937}.Home_modalTitle__LWOOv{font-size:32px;font-weight:700;color:#1f2937;margin:0 0 12px}.Home_modalDescription__aSAXP{font-size:16px;color:#6b7280;line-height:1.7;margin:0 0 24px}.Home_modalTabs__wciUJ{display:flex;gap:8px;border-bottom:2px solid #e5e7eb;margin-bottom:24px}.Home_modalTabActive__d123Q,.Home_modalTab__BtZrx{padding:12px 24px;background:none;font-size:15px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;border:none;border-bottom:3px solid transparent;transition:all .3s;color:#6b7280}.Home_modalTabActive__d123Q{color:#667eea;border-bottom-color:#667eea}.Home_modalTab__BtZrx:hover{color:#667eea}.Home_modalTabContent___ms8H{min-height:400px;margin-bottom:24px}.Home_youtubePlayerLarge__jdmFW{width:100%;height:480px;border-radius:12px}.Home_photoFullView__8AjRP{position:relative;border-radius:12px;overflow:hidden}.Home_photoFullView__8AjRP img{width:100%;height:500px;object-fit:cover}.Home_photoLabelLarge__ReVAy{position:absolute;bottom:20px;left:20px;background:rgba(0,0,0,.8);color:white;padding:10px 20px;border-radius:8px;font-size:18px;font-weight:700}.Home_modalBuyBtn__MPHqS{width:100%;background:linear-gradient(135deg,#10b981,#059669);color:white;border:none;padding:18px;border-radius:12px;font-size:20px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:all .3s}.Home_modalBuyBtn__MPHqS:hover{background:linear-gradient(135deg,#059669,#047857);transform:translateY(-2px)}.Home_purchaseTitle__i_eJI{font-size:32px;font-weight:700;color:#1f2937;text-align:center;margin:0 0 40px}.Home_purchaseContainer__4_0xi{display:grid;grid-template-columns:1fr 1fr;grid-gap:32px;gap:32px}.Home_purchasePaymentSection__Qxnr6,.Home_purchaseVideoSection__n7rY7{background:#f9fafb;border-radius:16px;padding:28px}.Home_purchasePaymentSection__Qxnr6 h3,.Home_purchaseVideoSection__n7rY7 h3{font-size:18px;font-weight:700;color:#374151;margin:0 0 20px;display:flex;align-items:center;gap:8px}.Home_purchaseVideoImage__0o1tr{width:100%;height:220px;object-fit:cover;border-radius:12px;margin-bottom:16px}.Home_purchaseVideoSection__n7rY7 h4{font-size:20px;font-weight:700;color:#1f2937;margin:0 0 8px}.Home_purchaseVideoSection__n7rY7 p{font-size:14px;color:#6b7280;line-height:1.6;margin:0 0 20px}.Home_purchasePriceBox__UCq1B{background:white;border:2px solid #10b981;border-radius:12px;padding:20px;text-align:center;margin-bottom:20px}.Home_purchasePrice__OCjdP{font-size:42px;font-weight:700;color:#10b981}.Home_purchaseFeatures__QCr0j{display:flex;flex-direction:column;gap:12px}.Home_feature__JitOm{display:flex;align-items:center;gap:10px;font-size:14px;color:#374151;font-weight:500}.Home_feature__JitOm i{color:#10b981;font-size:16px}.Home_purchaseForm__8U8tz{display:flex;flex-direction:column;gap:20px}.Home_formGroup__KFkHd{display:flex;flex-direction:column;gap:8px}.Home_formGroup__KFkHd label{font-size:14px;font-weight:600;color:#374151}.Home_formGroup__KFkHd input{padding:12px 16px;border:2px solid #e5e7eb;border-radius:8px;font-size:14px;outline:none;transition:border-color .3s;background:white}.Home_formGroup__KFkHd input:focus{border-color:#667eea}.Home_formRow__R1zVZ{display:grid;grid-template-columns:1fr 120px;grid-gap:16px;gap:16px}.Home_securityInfo__76kSq{background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;padding:12px;font-size:13px;color:#1e40af;display:flex;align-items:center;gap:8px}.Home_purchasePayBtn__Lo5pI{width:100%;background:linear-gradient(135deg,#10b981,#059669);color:white;border:none;padding:16px;border-radius:12px;font-size:18px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:all .3s}.Home_purchasePayBtn__Lo5pI:hover{background:linear-gradient(135deg,#059669,#047857);transform:translateY(-2px)}@media (max-width:968px){.Home_hero__VkeT1{margin:6px 8px 0;border-radius:16px 16px 0 0}.Home_footer__yFiaX{margin:0 8px 6px;border-radius:0 0 16px 16px}.Home_heroContent__aWtjQ{flex-direction:column;gap:20px}.Home_headerActions__Ocdbb{width:100%;justify-content:flex-end}.Home_purchaseContainer__4_0xi{grid-template-columns:1fr}.Home_videoGrid__76mCE{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}}