:root{--primary:#0a6ebd;--primary-dark:#054a82;--primary-light:#e8f4ff;--secondary:#00b894;--secondary-dark:#00806a;--secondary-light:#e0fff8;--accent:#fd7272;--accent-orange:#ff9f43;--purple:#6c5ce7;--teal:#00cec9;--dark:#0f1923;--dark-2:#1a2535;--dark-3:#243040;--gray-1:#f0f4f8;--gray-2:#e2e8f0;--gray-3:#cbd5e0;--gray-4:#a0aec0;--gray-5:#718096;--gray-6:#4a5568;--white:#fff;--text:#1a202c;--text-muted:#4a5568;--border:#e2e8f0;--radius:12px;--radius-lg:20px;--radius-xl:28px;--shadow-sm:0 1px 3px #00000014, 0 1px 2px #0000000f;--shadow:0 4px 16px #00000014, 0 2px 6px #0000000f;--shadow-md:0 8px 24px #0000001a, 0 4px 8px #0000000f;--shadow-lg:0 20px 48px #0000001f, 0 8px 16px #00000014;--shadow-blue:0 8px 32px #0a6ebd40;--shadow-green:0 8px 32px #00b89440;--font-sans:"Plus Jakarta Sans", "Inter", system-ui, -apple-system, sans-serif;--transition:.22s cubic-bezier(.4,0,.2,1)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-sans);color:var(--text);background:var(--white);-webkit-font-smoothing:antialiased;line-height:1.6;overflow-x:hidden}#root{flex-direction:column;width:100%;min-height:100vh;display:flex}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--gray-1)}::-webkit-scrollbar-thumb{background:var(--gray-3);border-radius:3px}.container{max-width:1240px;margin:0 auto;padding:0 24px}.section{padding:80px 0}.text-center{text-align:center}.badge{letter-spacing:.5px;text-transform:uppercase;border-radius:100px;align-items:center;gap:6px;padding:5px 14px;font-size:12px;font-weight:600;display:inline-flex}.badge-blue{background:var(--primary-light);color:var(--primary-dark)}.badge-green{background:var(--secondary-light);color:var(--secondary-dark)}.btn{border-radius:var(--radius);transition:var(--transition);white-space:nowrap;cursor:pointer;border:none;align-items:center;gap:8px;padding:12px 28px;font-size:15px;font-weight:600;display:inline-flex}.btn-primary{background:var(--primary);color:var(--white);box-shadow:var(--shadow-blue)}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 12px 36px #0a6ebd59}.btn-secondary{background:var(--secondary);color:var(--white);box-shadow:var(--shadow-green)}.btn-secondary:hover{background:var(--secondary-dark);transform:translateY(-2px)}.btn-outline{color:var(--primary);border:2px solid var(--primary);background:0 0}.btn-outline:hover{background:var(--primary);color:var(--white);transform:translateY(-2px)}.btn-white{background:var(--white);color:var(--primary);box-shadow:var(--shadow-md)}.btn-white:hover{background:var(--gray-1);transform:translateY(-2px)}.btn-ghost{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1f;border:1px solid #ffffff40}.btn-ghost:hover{background:#ffffff38;transform:translateY(-2px)}.btn-lg{border-radius:14px;padding:16px 36px;font-size:16px}.btn-sm{padding:8px 18px;font-size:13px}.card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow);border:1px solid var(--border);transition:var(--transition);overflow:hidden}.card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.feature-icon{border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;font-size:26px;display:flex}.grid-2{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.grid-3{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.grid-4{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}@media (width<=1024px){.grid-4,.grid-3{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.section{padding:60px 0}.container{padding:0 16px}}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulse-glow{0%,to{box-shadow:0 0 #fd727266}50%{box-shadow:0 0 0 12px #fd727200}}.animate-fade-up{animation:.6s forwards fadeUp}.animate-float{animation:4s ease-in-out infinite float}.gradient-text{background:linear-gradient(135deg, var(--primary), var(--secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.section-heading{margin-bottom:56px}.section-heading h2{margin-bottom:14px;font-size:clamp(26px,4vw,40px);font-weight:800;line-height:1.2}.section-heading p{color:var(--text-muted);max-width:600px;font-size:17px}.section-heading.text-center p{margin:0 auto}.stat-value{color:var(--primary);font-size:36px;font-weight:900;line-height:1}.stat-label{color:var(--text-muted);margin-top:4px;font-size:13px;font-weight:500}.feature-item{border-radius:var(--radius);background:var(--gray-1);transition:var(--transition);align-items:flex-start;gap:14px;padding:20px;display:flex}.feature-item:hover{background:var(--primary-light);transform:translate(4px)}.feature-item h4{margin-bottom:4px;font-size:15px;font-weight:700}.feature-item p{color:var(--text-muted);font-size:13px;line-height:1.5}.pill-tag{color:#fff;letter-spacing:.5px;text-transform:uppercase;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1f;border:1px solid #ffffff2e;border-radius:100px;align-items:center;gap:6px;padding:6px 16px;font-size:12px;font-weight:600;display:inline-flex}html,body{overflow-x:hidden}@media (width<=480px){.container{padding:0 16px}.section{padding:56px 0}.btn{min-height:44px;padding:11px 20px;font-size:14px}.btn-primary,.btn-secondary,.btn-outline,.btn-white{min-height:44px}}@media (width<=360px){.container{padding:0 12px}}html{-webkit-tap-highlight-color:transparent;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}#root{min-height:100vh}@supports (min-height:100dvh){#root{min-height:100dvh}}a,button,[role=button],input,select,textarea,label{touch-action:manipulation}body{padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}@media (width<=768px){input,select,textarea{font-size:16px}}._card_1nxhv_4,._bubble_1nxhv_5{z-index:9999;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;position:fixed;bottom:28px;right:28px}._card_1nxhv_4{background:#fff;border:1.5px solid #00968838;border-radius:16px;width:270px;transition:box-shadow .3s,border-color .3s;animation:.3s cubic-bezier(.34,1.56,.64,1) _slideUp_1nxhv_1;overflow:visible;box-shadow:0 8px 32px #00968829,0 2px 8px #00000012}._cardActive_1nxhv_27{border-color:#0096888c;box-shadow:0 0 0 3px #0096881a,0 8px 32px #00968833}@keyframes _slideUp_1nxhv_1{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}._hint_1nxhv_38{color:#fff;white-space:nowrap;background:#1e293b;border-radius:10px;align-items:center;gap:8px;padding:9px 12px;font-size:12px;font-weight:500;animation:.3s _fadeIn_1nxhv_1;display:flex;position:absolute;bottom:calc(100% + 10px);right:0;box-shadow:0 4px 16px #0000002e}._hint_1nxhv_38:after{content:"";clip-path:polygon(0 0,100% 0,50% 100%);background:#1e293b;width:12px;height:12px;position:absolute;bottom:-6px;right:20px}._hintClose_1nxhv_67{color:#ffffffb3;cursor:pointer;background:0 0;border:none;flex-shrink:0;margin-left:4px;padding:0;font-size:16px;line-height:1}._hintClose_1nxhv_67:hover{color:#fff}._cardHeader_1nxhv_81{border-bottom:1px solid #f0f4f8;justify-content:space-between;align-items:center;padding:12px 12px 8px 14px;display:flex}._cardTitle_1nxhv_89{align-items:center;gap:7px;display:flex}._dot_1nxhv_96{background:#94a3b8;border-radius:50%;flex-shrink:0;width:8px;height:8px;transition:background .3s}._dotLive_1nxhv_104{background:#10b981;animation:1.4s ease-in-out infinite _blink_1nxhv_1}@keyframes _blink_1nxhv_1{0%,to{opacity:1}50%{opacity:.3}}._cardTitleText_1nxhv_113{color:#0f172a;letter-spacing:.2px;font-size:12px;font-weight:700}._cardActions_1nxhv_120{align-items:center;gap:4px;display:flex}._iconBtn_1nxhv_126{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:24px;height:24px;transition:background .15s,color .15s;display:flex}._iconBtn_1nxhv_126:hover{color:#475569;background:#f1f5f9}._status_1nxhv_145{align-items:center;min-height:36px;padding:10px 14px;display:flex}._statusSpeaking_1nxhv_152{color:#334155;align-items:center;gap:8px;font-size:12px;display:flex}._statusSpeaking_1nxhv_152 strong{color:#009688;text-transform:capitalize}._statusMuted_1nxhv_164{color:#94a3b8;font-size:12px;font-style:italic}._statusReady_1nxhv_170{color:#94a3b8;font-size:12px}._bars_1nxhv_176{flex-shrink:0;align-items:flex-end;gap:2px;height:14px;display:flex}._bars_1nxhv_176 span{background:#009688;border-radius:2px;width:3px;animation:1s ease-in-out infinite _bar_1nxhv_176;display:block}._bars_1nxhv_176 span:first-child{height:6px;animation-delay:0s}._bars_1nxhv_176 span:nth-child(2){height:12px;animation-delay:.2s}._bars_1nxhv_176 span:nth-child(3){height:8px;animation-delay:.4s}._bars_1nxhv_176 span:nth-child(4){height:14px;animation-delay:.1s}@keyframes _bar_1nxhv_176{0%,to{transform:scaleY(.4)}50%{transform:scaleY(1)}}._langBar_1nxhv_200{border-bottom:1px solid #f0f4f8;flex-wrap:wrap;gap:4px;padding:8px 12px;display:flex}._langBtn_1nxhv_208{color:#475569;cursor:pointer;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:20px;padding:3px 8px;font-size:11px;font-weight:700;line-height:1.4;transition:all .15s}._langBtn_1nxhv_208:hover{color:#009688;background:#f0fdfa;border-color:#009688}@media (hover:none){._langBtn_1nxhv_208:hover{color:#475569;background:#f8fafc;border-color:#e2e8f0}}._langBtnActive_1nxhv_226{color:#fff!important;background:#009688!important;border-color:#009688!important}._langBtnDim_1nxhv_239{opacity:.4;cursor:not-allowed}._langBtnDim_1nxhv_239:hover{color:#475569;background:#f8fafc;border-color:#e2e8f0}._langBtnFallback_1nxhv_250{color:#fff!important;background:#f59e0b!important;border-color:#f59e0b!important}._langBtnStar_1nxhv_255{vertical-align:super;opacity:.85;margin-left:1px;font-size:9px}._fallbackNote_1nxhv_261{color:#92400e;background:#fef3c7;border-radius:6px;width:100%;margin-top:2px;padding:4px 7px;font-size:10px;line-height:1.4}._promptBody_1nxhv_273{flex-direction:column;align-items:center;gap:10px;padding:14px 14px 4px;display:flex}._promptText_1nxhv_281{color:#64748b;text-align:center;margin:0;font-size:12px;line-height:1.5}._startBtn_1nxhv_289{cursor:pointer;color:#fff;letter-spacing:.3px;background:linear-gradient(135deg,#009688,#00bcd4);border:none;border-top:1px solid #f0f4f8;border-radius:0 0 14px 14px;justify-content:center;align-items:center;gap:8px;width:100%;padding:11px 0;font-size:13px;font-weight:700;transition:opacity .2s;display:flex}._startBtn_1nxhv_289:hover{opacity:.88}._muteBtn_1nxhv_310{cursor:pointer;letter-spacing:.3px;border:none;border-top:1px solid #f0f4f8;border-radius:0 0 14px 14px;justify-content:center;align-items:center;gap:8px;width:100%;padding:10px 0;font-size:13px;font-weight:700;transition:background .2s,color .2s;display:flex}._muteBtnOn_1nxhv_328{color:#dc2626;background:#fff5f5}._muteBtnOn_1nxhv_328:hover{background:#fee2e2}._muteBtnOff_1nxhv_337{color:#16a34a;background:#f0fdf4}._muteBtnOff_1nxhv_337:hover{background:#dcfce7}._bubble_1nxhv_5{background:linear-gradient(135deg,#009688,#00bcd4);border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:box-shadow .3s;animation:.25s _slideUp_1nxhv_1;display:flex;box-shadow:0 4px 16px #0096884d}._bubbleActive_1nxhv_361{box-shadow:0 0 0 4px #00968826,0 4px 16px #00968859}._bubbleMuted_1nxhv_365{background:linear-gradient(135deg,#94a3b8,#64748b);box-shadow:0 4px 16px #64748b40}._bubbleBtn_1nxhv_370{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}._waves_1nxhv_385{pointer-events:none;border-radius:50%;position:absolute;inset:-4px}._waves_1nxhv_385 span{border:2px solid #00968873;border-radius:50%;animation:1.8s ease-out infinite _ripple_1nxhv_1;position:absolute;inset:0}._waves_1nxhv_385 span:nth-child(2){animation-delay:.6s}._waves_1nxhv_385 span:nth-child(3){animation-delay:1.2s}@keyframes _ripple_1nxhv_1{0%{opacity:.8;transform:scale(1)}to{opacity:0;transform:scale(2.1)}}@keyframes _fadeIn_1nxhv_1{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media (width<=480px){._card_1nxhv_4,._bubble_1nxhv_5{bottom:16px;right:16px}._card_1nxhv_4{width:240px}}._fab_1a7gp_1{right:28px;bottom:calc(392px + env(safe-area-inset-bottom));z-index:10000;color:#fff;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:transform .18s,box-shadow .18s;animation:2.4s ease-in-out infinite _waPulse_1a7gp_1;display:flex;position:fixed;box-shadow:0 6px 18px #25d36673}._fab_1a7gp_1:hover{transform:scale(1.08);box-shadow:0 8px 24px #25d36699}@keyframes _waPulse_1a7gp_1{0%,to{box-shadow:0 6px 18px #25d36673}50%{box-shadow:0 6px 26px #25d366bf}}@media (width<=560px){._fab_1a7gp_1{right:16px;bottom:calc(340px + env(safe-area-inset-bottom));width:50px;height:50px}}._header_ve0nv_1{z-index:1000;-webkit-backdrop-filter:blur(20px);background:linear-gradient(120deg,#fffffff7 0%,#e8f4fdf7 55%,#e0fcf5f7 100%);border-bottom:1px solid #0a6ebd1a;transition:all .25s;position:sticky;top:0}._header_ve0nv_1._scrolled_ve0nv_11{border-bottom-color:#0a6ebd33;box-shadow:0 4px 28px #0a6ebd1a,0 1px #00b8940f}._nav_ve0nv_15{align-items:center;gap:0;height:64px;display:flex;position:relative}._logo_ve0nv_24{flex-shrink:0;align-items:center;gap:10px;text-decoration:none;display:flex}._logoImg_ve0nv_31{object-fit:contain;width:auto;height:40px;display:block}._brandName_ve0nv_37{background:linear-gradient(120deg,#0a6ebd 40%,#2d8c2d 100%);-webkit-text-fill-color:transparent;letter-spacing:-.3px;white-space:nowrap;-webkit-background-clip:text;background-clip:text;font-size:18px;font-weight:800}._divider_ve0nv_49{background:linear-gradient(#0000,#0a6ebd38,#0000);flex-shrink:0;width:1px;height:28px;margin:0 14px}._spacer_ve0nv_56{flex:1}._navLinks_ve0nv_59{gap:22px;margin:0;padding:0;list-style:none;display:flex}._navLinks_ve0nv_59 li{list-style:none}._navLinks_ve0nv_59 a{color:#475569;white-space:nowrap;font-size:14px;font-weight:600;text-decoration:none;transition:color .2s}._navLinks_ve0nv_59 a:hover{color:#0a6ebd}._activeLink_ve0nv_76{border-bottom:2px solid #0a6ebd;padding-bottom:2px;color:#0a6ebd!important;font-weight:700!important}._mobileActionsRow_ve0nv_84{display:none}._navActions_ve0nv_87{flex-shrink:0;gap:10px;display:flex}._btnRegister_ve0nv_93{color:#fff;cursor:pointer;font-size:13.5px;font-weight:700;font-family:var(--font-sans);white-space:nowrap;background:#0a6ebd;border:none;border-radius:10px;padding:9px 18px;transition:background .2s,transform .2s}._btnRegister_ve0nv_93:hover{background:#0056a0;transform:translateY(-1px)}._btnAdmin_ve0nv_108{color:#0a6ebd;cursor:pointer;font-size:13px;font-weight:600;font-family:var(--font-sans);white-space:nowrap;background:0 0;border:1.5px solid #0a6ebd;border-radius:10px;padding:8px 16px;transition:background .2s,color .2s,transform .2s}._btnAdmin_ve0nv_108:hover{color:#fff;background:#0a6ebd;transform:translateY(-1px)}._mobileLang_ve0nv_124,._mobileLangSection_ve0nv_125{display:none}._hamburger_ve0nv_127{cursor:pointer;background:0 0;border:none;border-radius:8px;flex-direction:column;flex-shrink:0;justify-content:center;gap:5px;margin-left:8px;padding:8px;transition:background .2s;display:none}._hamburger_ve0nv_127:hover{background:#0a6ebd14}._hamburger_ve0nv_127 span{transform-origin:50%;background:#334155;border-radius:2px;width:22px;height:2px;transition:all .3s;display:block}._hamburgerOpen_ve0nv_153 span:first-child{transform:translateY(7px)rotate(45deg)}._hamburgerOpen_ve0nv_153 span:nth-child(2){opacity:0;transform:scaleX(0)}._hamburgerOpen_ve0nv_153 span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (width<=768px){._hamburger_ve0nv_127{display:flex}._mobileLang_ve0nv_124{align-items:center;margin-right:6px;display:flex}._divider_ve0nv_49{display:none}._spacer_ve0nv_56{flex:1}._navActions_ve0nv_87{display:none}._navLinks_ve0nv_59{z-index:100;background:linear-gradient(135deg,#fff 0%,#f0f8ff 100%);border-bottom:1px solid #0a6ebd1f;flex-direction:column;gap:0;padding:12px 20px 20px;display:none;position:absolute;top:64px;left:0;right:0;box-shadow:0 8px 32px #0a6ebd1f}._navLinks_ve0nv_59._open_ve0nv_182{display:flex}._navLinks_ve0nv_59 li{border-bottom:1px solid #f1f5f9}._navLinks_ve0nv_59 li:last-child{border-bottom:none}._navLinks_ve0nv_59 a{color:#334155;padding:14px 4px;font-size:15px;display:block}._mobileActionsRow_ve0nv_84{flex-direction:column;gap:10px;padding:16px 0 4px;display:flex;border-bottom:none!important}._btnRegisterMobile_ve0nv_203{color:#fff;cursor:pointer;width:100%;font-size:15px;font-weight:700;font-family:var(--font-sans);text-align:center;background:#0a6ebd;border:none;border-radius:10px;padding:13px}._btnAdminMobile_ve0nv_217{color:#0a6ebd;cursor:pointer;width:100%;font-size:14px;font-weight:600;font-family:var(--font-sans);text-align:center;background:0 0;border:1.5px solid #0a6ebd;border-radius:10px;padding:12px}._mobileLangSection_ve0nv_125{flex-direction:column;padding:8px 0 4px;border-bottom:1px solid #f1f5f9!important;display:flex!important}._mobileLangToggle_ve0nv_239{color:#0a6ebd;cursor:pointer;text-align:left;background:linear-gradient(90deg,#e8f4ff,#f0fbff);border:1.5px solid #b3d9f7;border-radius:10px;align-items:center;gap:8px;width:100%;padding:13px 16px;font-family:inherit;font-size:15px;font-weight:700;display:flex}._mobileLangCurrent_ve0nv_255{text-align:center;flex:1;font-size:16px;font-weight:800}._mobileLangChevron_ve0nv_261{opacity:.7;font-size:10px}._mobileLangGrid_ve0nv_265{grid-template-columns:repeat(3,1fr);gap:6px;padding:10px 0 4px;display:grid}._mobileLangBtn_ve0nv_271{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;flex-direction:column;align-items:center;padding:10px 4px;font-family:inherit;transition:background .15s;display:flex}._mobileLangBtn_ve0nv_271:hover{background:#f0f8ff}._mobileLangActive_ve0nv_284{background:#e8f4ff!important;border-color:#0a6ebd!important}._mobileLangNative_ve0nv_288{color:#0f172a;font-size:15px;font-weight:700;line-height:1.2}._mobileLangActive_ve0nv_284 ._mobileLangNative_ve0nv_288{color:#0a6ebd}._mobileLangLabel_ve0nv_295{color:#94a3b8;margin-top:2px;font-size:9px;font-weight:500}._mobileLangActive_ve0nv_284 ._mobileLangLabel_ve0nv_295{color:#0a6ebd;opacity:.8}._brandName_ve0nv_37{font-size:19px;font-weight:800}._logoImg_ve0nv_31{height:46px}}@media (width<=400px){._brandName_ve0nv_37{font-size:14px}._logoImg_ve0nv_31{height:30px}}._regWrap_ve0nv_313{position:relative}._regChevron_ve0nv_317{opacity:.8;margin-left:4px;font-size:9px}._regDropdown_ve0nv_323{z-index:500;background:#fff;border:1px solid #e8f0f7;border-radius:16px;width:230px;animation:.18s _dropIn_ve0nv_1;position:absolute;top:calc(100% + 10px);right:0;overflow:hidden;box-shadow:0 12px 40px #0a6ebd2e,0 2px 8px #00000014}@keyframes _dropIn_ve0nv_1{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}._regDropdownHeader_ve0nv_342{letter-spacing:1px;color:#fff;text-transform:uppercase;background:#0a6ebd;padding:10px 16px;font-size:11px;font-weight:800}._regDropdownList_ve0nv_352{margin:0;padding:6px 0;list-style:none}._regDropdownItem_ve0nv_358{color:#1e293b;cursor:pointer;align-items:center;gap:12px;padding:10px 16px;font-size:13.5px;font-weight:600;text-decoration:none;transition:background .15s;display:flex}._regDropdownItem_ve0nv_358:hover{color:#0a6ebd;background:#f0f8ff}._regDropdownIcon_ve0nv_375{text-align:center;flex-shrink:0;width:26px;font-size:18px}._regDropdownLabel_ve0nv_382{flex:1}._regDropdownArrow_ve0nv_384{color:#94a3b8;opacity:0;font-size:16px;transition:opacity .15s}._regDropdownItem_ve0nv_358:hover ._regDropdownArrow_ve0nv_384{opacity:1;color:#0a6ebd}._mobileRegWrap_ve0nv_393{flex-direction:column;gap:0;display:flex}._mobileRegMenu_ve0nv_395{background:#f0f8ff;border:1px solid #dbeafe;border-radius:10px;margin-top:4px;overflow:hidden}._mobileRegItem_ve0nv_403{color:#1e293b;border-bottom:1px solid #e0f0ff;align-items:center;gap:12px;padding:11px 16px;font-size:14px;font-weight:600;text-decoration:none;transition:background .15s;display:flex}._mobileRegItem_ve0nv_403:last-child{border-bottom:none}._mobileRegItem_ve0nv_403:hover{background:#dbeafe}._mobileRegItem_ve0nv_403 span:first-child{text-align:center;width:24px;font-size:18px}._wrap_qjuy6_1{flex-shrink:0;display:inline-block;position:relative}._trigger_qjuy6_7{color:#334155;cursor:pointer;white-space:nowrap;background:#fff;border:1.5px solid #e2e8f0;border-radius:20px;align-items:center;gap:5px;padding:7px 12px;font-family:inherit;font-size:12.5px;font-weight:600;transition:border-color .2s,background .2s;display:flex}._trigger_qjuy6_7:hover{color:#0a6ebd;background:#f0f8ff;border-color:#0a6ebd}._globe_qjuy6_29{font-size:14px}._triggerLabel_qjuy6_30{text-overflow:ellipsis;max-width:72px;overflow:hidden}._chevron_qjuy6_31{opacity:.7;margin-left:2px;font-size:8px}._panel_qjuy6_34{z-index:1000;background:#fff;border:1px solid #e8f0f7;border-radius:16px;width:300px;animation:.17s _langDropIn_qjuy6_1;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 16px 48px #0a6ebd29,0 2px 8px #00000014}@keyframes _langDropIn_qjuy6_1{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}._panelHeader_qjuy6_53{color:#fff;letter-spacing:.5px;text-transform:uppercase;background:linear-gradient(90deg,#0a6ebd,#0077c8);align-items:center;gap:6px;padding:11px 16px;font-size:12px;font-weight:800;display:flex}._grid_qjuy6_67{background:#f1f5f9;grid-template-columns:repeat(3,1fr);gap:1px;padding:1px;display:grid}._langBtn_qjuy6_75{cursor:pointer;text-align:center;background:#fff;border:none;flex-direction:column;justify-content:center;align-items:center;gap:2px;padding:11px 6px;font-family:inherit;transition:background .15s;display:flex}._langBtn_qjuy6_75:hover{background:#f0f8ff}._langBtn_qjuy6_75._active_qjuy6_90{background:#e8f4ff}._native_qjuy6_92{color:#0f172a;font-size:14px;font-weight:700;line-height:1.2}._langBtn_qjuy6_75._active_qjuy6_90 ._native_qjuy6_92{color:#0a6ebd}._english_qjuy6_100{color:#94a3b8;font-size:10px;font-weight:500}._langBtn_qjuy6_75._active_qjuy6_90 ._english_qjuy6_100{color:#0a6ebd;opacity:.8}@media (width<=768px){._panel_qjuy6_34{z-index:2000;width:290px;left:auto;right:0}._trigger_qjuy6_7{color:#fff;background:#0a6ebd;border-color:#0a6ebd;border-radius:20px;gap:5px;padding:8px 12px}._trigger_qjuy6_7:hover{color:#fff;background:#0055a5;border-color:#0055a5}._globe_qjuy6_29{font-size:15px}._chevron_qjuy6_31{color:#fff;opacity:.85}._triggerLabel_qjuy6_30{color:#fff;max-width:60px;font-size:12px;font-weight:700;display:inline}}._section_xx9x0_2{color:#fff;background:#050d1a 50%/cover no-repeat;position:relative;overflow:hidden}._bgGrid_xx9x0_13{pointer-events:none;z-index:0;background-image:linear-gradient(#38bdf80a 1px,#0000 1px),linear-gradient(90deg,#38bdf80a 1px,#0000 1px);background-size:44px 44px;animation:40s linear infinite _gridPan_xx9x0_1;position:absolute;inset:0}@keyframes _gridPan_xx9x0_1{0%{background-position:0 0}to{background-position:44px 44px}}._bgOverlay_xx9x0_30{pointer-events:none;z-index:1;background:linear-gradient(105deg,#050d1aeb 0%,#050d1ad1 38%,#050d1a8c 65%,#050d1a40 100%);position:absolute;inset:0}._heroContainer_xx9x0_45{z-index:2;max-width:1240px;margin:0 auto;padding:0 32px;position:relative}._heroRow_xx9x0_53{align-items:center;gap:16px;min-height:88vh;padding:72px 0 40px;display:flex}._heroLeft_xx9x0_62{flex-direction:column;flex:0 0 44%;gap:24px;max-width:520px;display:flex}._badge_xx9x0_71{color:#93c5fd;background:#38bdf81f;border:1px solid #38bdf84d;border-radius:100px;align-items:center;gap:8px;width:fit-content;padding:8px 18px;font-size:13px;font-weight:600;animation:.6s .1s both _fadeUp_xx9x0_1;display:inline-flex}._h1_xx9x0_88{letter-spacing:-1.5px;font-size:clamp(36px,5vw,68px);font-weight:900;line-height:1.06;animation:.6s .22s both _fadeUp_xx9x0_1}._hl_xx9x0_97{background:linear-gradient(120deg,#38bdf8 20%,#4ade80 80%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}._sub_xx9x0_105{color:#ffffff9e;font-size:clamp(14px,1.8vw,17px);line-height:1.8;animation:.6s .36s both _fadeUp_xx9x0_1}._heroCta_xx9x0_114{flex-wrap:wrap;gap:14px;animation:.6s .5s both _fadeUp_xx9x0_1;display:flex}._ctaPrimary_xx9x0_122{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#0a6ebd,#00b894);border:none;border-radius:12px;padding:14px 28px;font-family:Plus Jakarta Sans,Inter,sans-serif;font-size:15px;font-weight:700;transition:transform .22s,box-shadow .22s,opacity .22s;box-shadow:0 6px 24px #0a6ebd59}._ctaPrimary_xx9x0_122:hover{opacity:.93;transform:translateY(-3px);box-shadow:0 12px 32px #0a6ebd7a}._ctaPrimary_xx9x0_122:active{transform:translateY(0)}._ctaGhost_xx9x0_143{color:#ffffffd9;cursor:pointer;white-space:nowrap;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:0 0;border:1.5px solid #ffffff4d;border-radius:12px;padding:13px 26px;font-family:Plus Jakarta Sans,Inter,sans-serif;font-size:15px;font-weight:600;transition:border-color .22s,background .22s,transform .22s}._ctaGhost_xx9x0_143:hover{background:#ffffff14;border-color:#ffffffa6;transform:translateY(-2px)}._trustLine_xx9x0_164{color:#ffffff59;font-size:13px;animation:.6s .62s both _fadeUp_xx9x0_1}._trustLine_xx9x0_164 strong{color:#ffffffb3;font-weight:700}@keyframes _fadeUp_xx9x0_1{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}._diagramWrap_xx9x0_178{flex:1;min-width:0;position:relative}._svg_xx9x0_183{width:100%;height:auto;display:block;overflow:visible}._hubAura_xx9x0_191{animation:4s ease-in-out infinite _hubBreath_xx9x0_1}@keyframes _hubBreath_xx9x0_1{0%,to{opacity:.5;transform:scale(1)}50%{opacity:1;transform:scale(1.12)}}._hubBody_xx9x0_196{animation:4s ease-in-out infinite _hubPulse_xx9x0_1}@keyframes _hubPulse_xx9x0_1{0%,to{filter:drop-shadow(0 0 10px #3b82f6)drop-shadow(0 0 22px #1d4ed840)}50%{filter:drop-shadow(0 0 22px #60a5fa)drop-shadow(0 0 44px #3b82f640)}}._orbitRingWrap_xx9x0_201{transform-origin:370px 295px;animation:24s linear infinite _orbitSpin_xx9x0_1}._orbitRingWrapRev_xx9x0_202{transform-origin:370px 295px;animation:18s linear infinite reverse _orbitSpin_xx9x0_1}@keyframes _orbitSpin_xx9x0_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._nodeFloat_xx9x0_206{animation:4.5s ease-in-out infinite _nodeFloat_xx9x0_206;animation-delay:var(--fd,0s);transform-box:fill-box;transform-origin:50%}@keyframes _nodeFloat_xx9x0_206{0%,to{transform:translateY(0)}50%{transform:translateY(-7px)}}._infoCard_xx9x0_218{border:1px solid var(--nc,#3b82f6);box-shadow:0 8px 40px var(--nglow,#3b82f64d);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);white-space:nowrap;z-index:10;background:#050d1aeb;border-radius:16px;align-items:center;gap:14px;padding:14px 22px;animation:.25s _cardIn_xx9x0_1;display:flex;position:absolute;bottom:12px;left:50%;transform:translate(-50%)}@keyframes _cardIn_xx9x0_1{0%{opacity:0;transform:translate(-50%)translateY(8px)}to{opacity:1;transform:translate(-50%)translateY(0)}}._infoEmoji_xx9x0_240{font-size:28px}._infoTitle_xx9x0_241{margin-bottom:3px;font-size:15px;font-weight:800;line-height:1.2}._infoWhy_xx9x0_242{color:#ffffffa6;white-space:normal;max-width:320px;font-size:12.5px;line-height:1.5}._chipRow_xx9x0_245{z-index:2;flex-wrap:wrap;justify-content:center;gap:10px;padding:0 24px 40px;display:flex;position:relative}._chip_xx9x0_245{border:1px solid var(--nbb,#fff3);background:var(--nb,#ffffff0f);color:var(--nc,white);cursor:pointer;border-radius:100px;align-items:center;gap:8px;padding:10px 20px;font-family:Plus Jakarta Sans,Inter,sans-serif;font-size:13.5px;font-weight:700;transition:all .22s;display:inline-flex}._chip_xx9x0_245:hover{background:var(--nc);color:#050d1a;border-color:var(--nc);box-shadow:0 6px 24px var(--nbb,#fff3);transform:translateY(-3px)}._chip_xx9x0_245>span:first-child{font-size:16px}@media (width<=900px){._heroRow_xx9x0_53{flex-direction:column;gap:0;min-height:auto;padding:56px 0 24px}._heroLeft_xx9x0_62{flex:unset;text-align:center;align-items:center;max-width:100%}._bgOverlay_xx9x0_30{background:#050d1ad1}._diagramWrap_xx9x0_178{width:100%;max-width:560px;margin:0 auto}._heroCta_xx9x0_114{justify-content:center}._infoCard_xx9x0_218{display:none}}@media (width<=600px){._heroContainer_xx9x0_45{padding:0 16px}._heroLeft_xx9x0_62{gap:18px}._h1_xx9x0_88{letter-spacing:-.5px}._ctaPrimary_xx9x0_122,._ctaGhost_xx9x0_143{text-align:center;justify-content:center;width:100%}._heroCta_xx9x0_114{flex-direction:column}._chip_xx9x0_245{padding:9px 14px;font-size:12.5px}}@media (width<=480px){._heroContainer_xx9x0_45{padding:0 14px}._heroRow_xx9x0_53{padding:48px 0 28px}._ctaPrimary_xx9x0_122,._ctaGhost_xx9x0_143{min-height:44px;padding:12px 18px;font-size:14px}._chipRow_xx9x0_245{gap:8px}._chip_xx9x0_245{padding:7px 12px;font-size:12px}._diagramWrap_xx9x0_178{max-width:100%}}._regHeroWrap_xx9x0_308{display:inline-block;position:relative}._regHeroChevron_xx9x0_313{opacity:.85;margin-left:6px;font-size:9px}._regHeroDrop_xx9x0_319{z-index:300;background:#fff;border-radius:14px;min-width:190px;animation:.16s _heroDropIn_xx9x0_1;position:absolute;top:calc(100% + 10px);left:0;overflow:hidden;box-shadow:0 16px 48px #00000038,0 2px 8px #0000001a}@keyframes _heroDropIn_xx9x0_1{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}._regHeroItem_xx9x0_337{color:#0f172a;text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:10px;width:100%;padding:13px 18px;font-family:inherit;font-size:14.5px;font-weight:700;text-decoration:none;transition:background .15s;display:flex}._regHeroItem_xx9x0_337:hover{color:#0a6ebd;background:#f0f8ff}._regHeroItem_xx9x0_337+._regHeroItem_xx9x0_337{border-top:1px solid #e8f0f7}._regHeroItem_xx9x0_337 span:first-child{text-align:center;flex-shrink:0;width:24px;font-size:18px}._ctaPatient_xx9x0_369{color:#fff;cursor:pointer;white-space:nowrap;letter-spacing:.2px;background:linear-gradient(135deg,#0a6ebd,#00b894);border:none;border-radius:12px;padding:14px 24px;font-family:inherit;font-size:15px;font-weight:700;transition:opacity .2s,transform .15s}._ctaPatient_xx9x0_369:hover{opacity:.88;transform:translateY(-1px)}._ctaDoctor_xx9x0_385{color:#fff;cursor:pointer;white-space:nowrap;letter-spacing:.2px;background:#ffffff1a;border:1.5px solid #ffffff59;border-radius:12px;align-items:center;gap:6px;padding:14px 24px;font-family:inherit;font-size:15px;font-weight:700;text-decoration:none;transition:background .2s,transform .15s;display:inline-flex}._ctaDoctor_xx9x0_385:hover{background:#ffffff2e;transform:translateY(-1px)}._tabNav_17v2u_1{z-index:900;border-bottom:2px solid var(--border);background:#fff;position:sticky;top:64px;box-shadow:0 4px 12px #0000000f}._wrapper_17v2u_9{max-width:1240px;margin:0 auto;padding:0 24px}._tabs_17v2u_10{scrollbar-width:none;-ms-overflow-style:none;gap:0;display:flex;overflow-x:auto}._tabs_17v2u_10::-webkit-scrollbar{display:none}._tab_17v2u_1{color:var(--gray-5);white-space:nowrap;transition:var(--transition);background:0 0;border:none;flex-shrink:0;align-items:center;gap:8px;padding:16px 22px;font-size:13.5px;font-weight:600;display:flex;position:relative}._tab_17v2u_1:hover{color:var(--primary);background:var(--primary-light)}._tab_17v2u_1._active_17v2u_35{color:var(--primary)}._tab_17v2u_1._active_17v2u_35:after{content:"";background:linear-gradient(90deg, var(--primary), var(--secondary));border-radius:3px 3px 0 0;height:3px;position:absolute;bottom:-2px;left:0;right:0}._icon_17v2u_46{font-size:16px}._label_17v2u_47{line-height:1}._dot_17v2u_48{background:var(--secondary);border-radius:50%;flex-shrink:0;width:6px;height:6px}@media (width<=768px){._tab_17v2u_1{gap:6px;padding:14px;font-size:12px}._icon_17v2u_46{font-size:14px}}@media (width<=480px){._tab_17v2u_1{gap:4px;padding:13px 10px;font-size:11px}._icon_17v2u_46{font-size:13px}._label_17v2u_47{display:none}._dot_17v2u_48{width:5px;height:5px}}@media (width<=380px){._tab_17v2u_1{padding:12px 8px}}._page_ev6bi_1{background:#f8fafc;min-height:100vh;font-family:Plus Jakarta Sans,Inter,sans-serif}._topBar_ev6bi_4{background:#fff;border-bottom:1px solid #e2e8f0;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:20px 28px;display:flex}._topBarLeft_ev6bi_9{align-items:center;gap:12px;display:flex}._topBarRight_ev6bi_10{flex-wrap:wrap;align-items:center;gap:10px;display:flex}._pageTitle_ev6bi_11{color:#0f172a;margin:0;font-size:20px;font-weight:800}._pageCount_ev6bi_12{color:#64748b;background:#f1f5f9;border-radius:20px;padding:3px 10px;font-size:12px;font-weight:600}._searchBox_ev6bi_14{color:#64748b;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:10px;align-items:center;gap:8px;width:260px;padding:9px 14px;transition:border-color .2s;display:flex}._searchBox_ev6bi_14:focus-within{border-color:#0a6ebd}._searchBox_ev6bi_14 input{color:#1e293b;background:0 0;border:none;outline:none;width:100%;font-family:inherit;font-size:13.5px}._searchBox_ev6bi_14 input::placeholder{color:#94a3b8}._filterBtn_ev6bi_23{color:#374151;cursor:pointer;background:#fff;border:1.5px solid #e2e8f0;border-radius:10px;align-items:center;gap:7px;padding:9px 16px;font-size:13.5px;font-weight:600;transition:border-color .2s,color .2s;display:flex;position:relative}._filterBtn_ev6bi_23:hover{color:#0a6ebd;border-color:#0a6ebd}._filterCount_ev6bi_30{color:#fff;background:#0a6ebd;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:11px;font-weight:700;display:flex}._layout_ev6bi_36{display:flex;position:relative}._filterOverlay_ev6bi_39{z-index:49;background:#00000059;position:fixed;inset:0}._filterPanel_ev6bi_40{background:#fff;border-right:1px solid #e2e8f0;flex-direction:column;flex-shrink:0;width:250px;height:calc(100vh - 68px);display:flex;position:sticky;top:68px;overflow-y:auto}._filterHeader_ev6bi_45{color:#0f172a;border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:18px 20px 14px;font-size:14px;font-weight:700;display:flex}._filterClose_ev6bi_50{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:4px;font-size:14px}._filterClose_ev6bi_50:hover{color:#374151;background:#f1f5f9}._filterBody_ev6bi_52{flex:1;padding:8px 0;overflow-y:auto}._filterGroup_ev6bi_53{border-bottom:1px solid #f8fafc;padding:14px 20px}._filterGroupTitle_ev6bi_54{text-transform:uppercase;letter-spacing:.6px;color:#64748b;margin-bottom:10px;font-size:11.5px;font-weight:700}._filterOptions_ev6bi_55{flex-direction:column;gap:7px;max-height:160px;display:flex;overflow-y:auto}._filterOption_ev6bi_55{color:#374151;cursor:pointer;align-items:center;gap:8px;font-size:13px;display:flex}._filterOption_ev6bi_55 input[type=checkbox]{accent-color:#0a6ebd;cursor:pointer;width:15px;height:15px}._filterRange_ev6bi_58{accent-color:#0a6ebd;width:100%;margin-bottom:6px}._filterRangeVal_ev6bi_59{color:#0a6ebd;text-align:center;font-size:13px;font-weight:600}._filterClear_ev6bi_60{color:#64748b;cursor:pointer;background:#fff;border:1.5px solid #e2e8f0;border-radius:10px;width:calc(100% - 32px);margin:12px 16px;padding:10px;font-size:13px;font-weight:600;transition:all .2s}._filterClear_ev6bi_60:hover{color:#ef4444;background:#fef2f2;border-color:#ef4444}._grid_ev6bi_64{flex:1;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));align-content:start;align-items:stretch;gap:20px;padding:24px;display:grid}._card_ev6bi_73{background:#fff;border:1px solid #e8f0f7;border-radius:16px;flex-direction:column;padding:22px 20px 20px;transition:transform .22s,box-shadow .22s;display:flex;box-shadow:0 2px 12px #0a6ebd0f}._card_ev6bi_73:hover{transform:translateY(-3px);box-shadow:0 10px 32px #0a6ebd21}._cardTop_ev6bi_85{border-bottom:1px solid #f1f5f9;align-items:flex-start;gap:14px;margin-bottom:14px;padding-bottom:16px;display:flex}._avatarWrap_ev6bi_92{flex-shrink:0;width:64px;height:64px;position:relative}._avatarImg_ev6bi_93{object-fit:cover;object-position:top center;border:2px solid #e2e8f0;border-radius:50%;width:64px;height:64px;display:block}._avatarFallback_ev6bi_99{color:#fff;background:linear-gradient(135deg,#0a6ebd,#00b894);border:2px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;font-size:20px;font-weight:800;display:flex}._verifiedDot_ev6bi_106{color:#fff;background:#16a34a;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:10px;font-weight:700;display:flex;position:absolute;bottom:0;right:0}._cardIdentity_ev6bi_114{flex:1;min-width:0}._cardName_ev6bi_115{color:#0f172a;white-space:nowrap;text-overflow:ellipsis;margin:0 0 3px;font-size:15px;font-weight:800;line-height:1.3;overflow:hidden}._cardSpecialty_ev6bi_120{color:#0a6ebd;margin:0 0 2px;font-size:13px;font-weight:700}._cardQual_ev6bi_121{color:#64748b;margin:0 0 5px;font-size:11.5px}._ratingBadge_ev6bi_122{color:#e85d04;background:#fff7ed;border:1px solid #fed7aa;border-radius:20px;align-items:center;gap:4px;padding:3px 9px;font-size:11.5px;font-weight:700;display:inline-flex}._ratingBadge_ev6bi_122:after{content:" JustDial";color:#c2410c;font-weight:600}._infoRows_ev6bi_131{flex-direction:column;flex:1;gap:0;display:flex}._infoRow_ev6bi_131{border-bottom:1px solid #f8fafc;align-items:baseline;gap:8px;padding:9px 0;display:flex}._infoRow_ev6bi_131:last-child{border-bottom:none}._infoLabel_ev6bi_141{text-transform:uppercase;letter-spacing:.5px;color:#64748b;flex-shrink:0;align-items:center;gap:5px;width:118px;font-size:11px;font-weight:700;display:flex}._infoLabel_ev6bi_141 svg{color:#0a6ebd;flex-shrink:0}._infoValue_ev6bi_147{color:#1e293b;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:13px;font-weight:600;display:-webkit-box;overflow:hidden}._jdRating_ev6bi_154{color:#e85d04;background:#fff7ed;border:1px solid #fed7aa;border-radius:8px;align-items:center;gap:5px;width:fit-content;padding:4px 10px;font-size:12.5px;font-weight:700;display:inline-flex}._profileBtn_ev6bi_162{color:#fff;cursor:pointer;background:#0a6ebd;border:none;border-radius:10px;width:100%;margin-top:16px;padding:11px;font-family:inherit;font-size:13.5px;font-weight:700;transition:background .2s,transform .2s}._profileBtn_ev6bi_162:hover{background:#0056a0;transform:translateY(-1px)}._popupOverlay_ev6bi_173{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172aa6;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}._popup_ev6bi_173{background:#fff;border-radius:24px;width:100%;max-width:580px;max-height:92vh;position:relative;overflow-y:auto;box-shadow:0 32px 80px #00000047}._popupBanner_ev6bi_185{background:linear-gradient(135deg,#0a6ebd 0%,#0284c7 50%,#00b894 100%);border-radius:24px 24px 0 0;flex-shrink:0;height:100px;position:relative}._popupClose_ev6bi_192{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#fff3;border:none;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:13px;transition:background .2s;display:flex;position:absolute;top:14px;right:14px}._popupClose_ev6bi_192:hover{background:#ffffff59}._popupAvatarWrap_ev6bi_202{align-items:flex-end;gap:12px;margin-top:-44px;margin-bottom:12px;padding:0 28px;display:flex;position:relative}._popupAvatar_ev6bi_202{border:4px solid #fff;border-radius:50%;flex-shrink:0;width:88px;height:88px;overflow:hidden;box-shadow:0 4px 16px #00000026}._popupAvatar_ev6bi_202 img{object-fit:cover;object-position:top;width:100%;height:100%}._popupAvatar_ev6bi_202 span{color:#fff;background:linear-gradient(135deg,#0a6ebd,#00b894);justify-content:center;align-items:center;width:100%;height:100%;font-size:26px;font-weight:800;display:flex}._verifiedBadge_ev6bi_220{color:#16a34a;background:#dcfce7;border:1px solid #bbf7d0;border-radius:20px;align-self:flex-end;margin-bottom:8px;padding:4px 10px;font-size:11.5px;font-weight:700}._popupIdentity_ev6bi_227{border-bottom:1px solid #f1f5f9;padding:0 28px 16px}._popupName_ev6bi_228{color:#0f172a;margin:0 0 4px;font-size:21px;font-weight:800}._popupSpecialty_ev6bi_229{color:#0a6ebd;margin:0 0 3px;font-size:14px;font-weight:700}._popupQual_ev6bi_230{color:#64748b;margin:0;font-size:12.5px}._popupStats_ev6bi_233{border-bottom:1px solid #f1f5f9;flex-wrap:wrap;gap:8px;padding:16px 28px;display:flex}._popupStat_ev6bi_233{color:#374151;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:6px;padding:5px 12px;font-size:12.5px;font-weight:500;display:inline-flex}._popupStat_ev6bi_233 svg{color:#0a6ebd;flex-shrink:0}._popupSections_ev6bi_247{flex-direction:column;gap:0;padding:0 28px;display:flex}._popupSection_ev6bi_247{border-bottom:1px solid #f8fafc;padding:18px 0}._popupSection_ev6bi_247:last-child{border-bottom:none}._popupSectionLabel_ev6bi_253{text-transform:uppercase;letter-spacing:.7px;color:#0a6ebd;margin-bottom:8px;font-size:11px;font-weight:700}._popupSectionBody_ev6bi_257{color:#374151;white-space:pre-wrap;margin:0;font-size:13.5px;line-height:1.8}._popupEmail_ev6bi_262{color:#1d4ed8;background:#eff6ff;border:1px solid #bfdbfe;border-radius:10px;align-items:center;gap:9px;margin:0 28px 24px;padding:11px 16px;font-size:13px;font-weight:500;display:flex}._loadingWrap_ev6bi_270{color:#64748b;flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:300px;font-size:15px;display:flex}._loadingSpinner_ev6bi_271{border:3px solid #e2e8f0;border-top-color:#0a6ebd;border-radius:50%;width:36px;height:36px;animation:.8s linear infinite _spin_ev6bi_1}@keyframes _spin_ev6bi_1{to{transform:rotate(360deg)}}._empty_ev6bi_273{color:#64748b;flex-direction:column;grid-column:1/-1;align-items:center;gap:12px;padding:80px 24px;font-size:15px;display:flex}._empty_ev6bi_273 span{font-size:40px}._empty_ev6bi_273 button{color:#0a6ebd;cursor:pointer;background:0 0;border:1.5px solid #0a6ebd;border-radius:8px;padding:8px 20px;font-size:13px;font-weight:600}@media (width<=900px){._filterPanel_ev6bi_40{z-index:50;height:100vh;transition:left .3s;position:fixed;top:0;left:-270px;box-shadow:4px 0 24px #0000001f}._filterPanelOpen_ev6bi_280{left:0}._grid_ev6bi_64{gap:14px;padding:16px}}@media (width<=600px){._topBar_ev6bi_4{padding:14px 16px}._searchBox_ev6bi_14{width:100%}._grid_ev6bi_64{grid-template-columns:1fr}._popupHeader_ev6bi_287{text-align:center;flex-direction:column;align-items:center}}@media (width<=480px){._topBar_ev6bi_4{gap:8px;padding:12px}._searchBox_ev6bi_14{width:100%}._topBarRight_ev6bi_10{justify-content:space-between;width:100%}._grid_ev6bi_64{gap:10px;padding:12px}._card_ev6bi_73{border-radius:12px}._filterBtn_ev6bi_23{min-height:40px;font-size:12.5px}}._page_1h3aq_1{background:#f8fafc;min-height:100vh;font-family:Plus Jakarta Sans,Inter,sans-serif}._topBar_1h3aq_8{background:#fff;border-bottom:1px solid #e2e8f0;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:20px 28px;display:flex}._topBarLeft_1h3aq_18{align-items:center;gap:12px;display:flex}._topBarRight_1h3aq_19{flex-wrap:wrap;align-items:center;gap:10px;display:flex}._pageTitle_1h3aq_21{color:#0f172a;margin:0;font-size:20px;font-weight:800}._pageCount_1h3aq_27{color:#64748b;background:#f1f5f9;border-radius:20px;padding:3px 10px;font-size:12px;font-weight:600}._searchBox_1h3aq_36{color:#64748b;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:10px;align-items:center;gap:8px;width:260px;padding:9px 14px;transition:border-color .2s;display:flex}._searchBox_1h3aq_36:focus-within{border-color:#0a6ebd}._searchBox_1h3aq_36 input{color:#1e293b;background:0 0;border:none;outline:none;width:100%;font-family:inherit;font-size:13.5px}._searchBox_1h3aq_36 input::placeholder{color:#94a3b8}._filterBtn_1h3aq_60{color:#374151;cursor:pointer;background:#fff;border:1.5px solid #e2e8f0;border-radius:10px;align-items:center;gap:7px;padding:9px 16px;font-size:13.5px;font-weight:600;transition:border-color .2s,background .2s;display:flex;position:relative}._filterBtn_1h3aq_60:hover{color:#0a6ebd;border-color:#0a6ebd}._filterCount_1h3aq_76{color:#fff;background:#0a6ebd;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:11px;font-weight:700;display:flex}._layout_1h3aq_90{gap:0;display:flex;position:relative}._filterOverlay_1h3aq_97{z-index:49;background:#00000059;position:fixed;inset:0}._filterPanel_1h3aq_104{background:#fff;border-right:1px solid #e2e8f0;flex-direction:column;flex-shrink:0;width:260px;height:calc(100vh - 68px);min-height:calc(100vh - 65px);display:flex;position:sticky;top:68px;overflow-y:auto}._filterHeader_1h3aq_118{color:#0f172a;border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:18px 20px 14px;font-size:14px;font-weight:700;display:flex}._filterClose_1h3aq_128{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:4px;font-size:14px;transition:background .2s}._filterClose_1h3aq_128:hover{color:#374151;background:#f1f5f9}._filterBody_1h3aq_140{flex:1;padding:8px 0;overflow-y:auto}._filterGroup_1h3aq_146{border-bottom:1px solid #f8fafc;padding:14px 20px}._filterGroupTitle_1h3aq_150{text-transform:uppercase;letter-spacing:.6px;color:#64748b;margin-bottom:10px;font-size:11.5px;font-weight:700}._filterOptions_1h3aq_158{flex-direction:column;gap:7px;max-height:180px;display:flex;overflow-y:auto}._filterOption_1h3aq_158{color:#374151;cursor:pointer;align-items:center;gap:8px;font-size:13px;display:flex}._filterOption_1h3aq_158 input[type=checkbox]{accent-color:#0a6ebd;cursor:pointer;width:15px;height:15px}._filterRange_1h3aq_180{accent-color:#0a6ebd;width:100%;margin-bottom:6px}._filterRangeVal_1h3aq_185{color:#0a6ebd;text-align:center;font-size:13px;font-weight:600}._filterClear_1h3aq_192{color:#64748b;cursor:pointer;background:#fff;border:1.5px solid #e2e8f0;border-radius:10px;width:calc(100% - 32px);margin:12px 16px;padding:10px;font-size:13px;font-weight:600;transition:all .2s}._filterClear_1h3aq_192:hover{color:#ef4444;background:#fef2f2;border-color:#ef4444}._grid_1h3aq_208{flex:1;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));align-content:start;gap:20px;padding:24px;display:grid}._card_1h3aq_218{background:#fff;border:1px solid #e8f0f7;border-radius:16px;flex-direction:column;transition:transform .22s,box-shadow .22s;display:flex;overflow:hidden;box-shadow:0 2px 12px #0a6ebd0f}._card_1h3aq_218:hover{transform:translateY(-4px);box-shadow:0 12px 36px #0a6ebd24}._cardImg_1h3aq_233{background:linear-gradient(135deg,#e8f4fd,#e8fdf8);flex-shrink:0;height:180px;position:relative;overflow:hidden}._cardImg_1h3aq_233 img{object-fit:cover;width:100%;height:100%;display:block}._cardImgPlaceholder_1h3aq_246{justify-content:center;align-items:center;width:100%;height:100%;font-size:56px;display:flex}._typePill_1h3aq_255{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);white-space:nowrap;text-overflow:ellipsis;background:#0a6ebde6;border-radius:20px;max-width:calc(100% - 24px);padding:4px 10px;font-size:11px;font-weight:700;position:absolute;top:12px;left:12px;overflow:hidden}._cardBody_1h3aq_272{flex-direction:column;flex:1;gap:10px;padding:18px 20px 20px;display:flex}._cardName_1h3aq_280{color:#0f172a;margin:0;font-size:16px;font-weight:800;line-height:1.3}._cardLocation_1h3aq_288{color:#64748b;align-items:flex-start;gap:5px;margin:0;font-size:13px;line-height:1.4;display:flex}._cardLocation_1h3aq_288 svg{flex-shrink:0;margin-top:2px}._cardAddress_1h3aq_299{color:#94a3b8;margin:0;font-size:12px;line-height:1.4}._cardMeta_1h3aq_306{flex-wrap:wrap;gap:6px;display:flex}._metaPill_1h3aq_311{color:#374151;background:#f8fafc;border:1px solid #e2e8f0;border-radius:20px;align-items:center;gap:4px;padding:4px 10px;font-size:12px;font-weight:500;display:inline-flex}._tags_1h3aq_324{flex-wrap:wrap;gap:5px;display:flex}._tag_1h3aq_324{color:#0a6ebd;background:#eff6ff;border:1px solid #bfdbfe;border-radius:20px;padding:3px 9px;font-size:11.5px;font-weight:600}._tagMore_1h3aq_338{color:#64748b;background:#f1f5f9;border-radius:20px;padding:3px 9px;font-size:11.5px;font-weight:600}._ratingsRow_1h3aq_348{border-top:1px solid #f1f5f9;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:4px;padding-top:12px;display:grid}._ratingBlock_1h3aq_357{text-align:center;background:#f8fafc;border-radius:10px;flex-direction:column;align-items:center;gap:4px;padding:8px 4px;display:flex}._ratingLabel_1h3aq_368{text-transform:uppercase;letter-spacing:.5px;font-size:10px;font-weight:700}._ratingValue_1h3aq_375{font-size:14px;font-weight:800}._websiteLink_1h3aq_380{color:#0a6ebd;text-overflow:ellipsis;white-space:nowrap;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;align-items:center;gap:6px;max-width:100%;padding:6px 12px;font-size:12.5px;font-weight:600;text-decoration:none;transition:background .2s;display:inline-flex;overflow:hidden}._websiteLink_1h3aq_380:hover{background:#dbeafe}._loadingWrap_1h3aq_401{color:#64748b;flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:300px;font-size:15px;display:flex}._loadingSpinner_1h3aq_411{border:3px solid #e2e8f0;border-top-color:#0a6ebd;border-radius:50%;width:36px;height:36px;animation:.8s linear infinite _spin_1h3aq_1}@keyframes _spin_1h3aq_1{to{transform:rotate(360deg)}}._empty_1h3aq_421{color:#64748b;flex-direction:column;grid-column:1/-1;align-items:center;gap:12px;padding:80px 24px;font-size:15px;display:flex}._empty_1h3aq_421 span{font-size:40px}._empty_1h3aq_421 button{color:#0a6ebd;cursor:pointer;background:0 0;border:1.5px solid #0a6ebd;border-radius:8px;padding:8px 20px;font-size:13px;font-weight:600}@media (width<=900px){._filterPanel_1h3aq_104{z-index:50;height:100vh;transition:left .3s;position:fixed;top:0;left:-280px;box-shadow:4px 0 24px #0000001f}._filterPanelOpen_1h3aq_454{left:0}._grid_1h3aq_208{gap:14px;padding:16px}}@media (width<=600px){._topBar_1h3aq_8{padding:14px 16px}._searchBox_1h3aq_36{width:100%}._grid_1h3aq_208{grid-template-columns:1fr}}@media (width<=480px){._topBar_1h3aq_8{gap:8px;padding:12px}._searchBox_1h3aq_36{width:100%}._topBarRight_1h3aq_19{justify-content:space-between;width:100%}._grid_1h3aq_208{gap:10px;padding:12px}._card_1h3aq_218{border-radius:12px}._filterBtn_1h3aq_60{min-height:40px;font-size:12.5px}}._page_2sk17_2{background:#f8fafc;min-height:100vh;font-family:Plus Jakarta Sans,Inter,sans-serif}._topBar_2sk17_5{background:#fff;border-bottom:1px solid #e2e8f0;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:20px 28px;display:flex}._topBarLeft_2sk17_6{align-items:center;gap:12px;display:flex}._topBarRight_2sk17_7{flex-wrap:wrap;align-items:center;gap:10px;display:flex}._pageTitle_2sk17_8{color:#0f172a;margin:0;font-size:20px;font-weight:800}._pageCount_2sk17_9{color:#64748b;background:#f1f5f9;border-radius:20px;padding:3px 10px;font-size:12px;font-weight:600}._searchBox_2sk17_11{color:#64748b;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:10px;align-items:center;gap:8px;width:260px;padding:9px 14px;transition:border-color .2s;display:flex}._searchBox_2sk17_11:focus-within{border-color:var(--accent,#0a6ebd)}._searchBox_2sk17_11 input{color:#1e293b;background:0 0;border:none;outline:none;width:100%;font-family:inherit;font-size:13.5px}._searchBox_2sk17_11 input::placeholder{color:#94a3b8}._filterBtn_2sk17_16{color:#374151;cursor:pointer;background:#fff;border:1.5px solid #e2e8f0;border-radius:10px;align-items:center;gap:7px;padding:9px 16px;font-size:13.5px;font-weight:600;transition:border-color .2s,color .2s;display:flex}._filterBtn_2sk17_16:hover{border-color:var(--accent,#0a6ebd);color:var(--accent,#0a6ebd)}._filterCount_2sk17_18{background:var(--accent,#0a6ebd);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:11px;font-weight:700;display:flex}._layout_2sk17_21{display:flex;position:relative}._filterOverlay_2sk17_24{z-index:49;background:#00000059;position:fixed;inset:0}._filterPanel_2sk17_25{background:#fff;border-right:1px solid #e2e8f0;flex-direction:column;flex-shrink:0;width:250px;height:calc(100vh - 68px);display:flex;position:sticky;top:68px;overflow-y:auto}._filterHeader_2sk17_26{color:#0f172a;border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:18px 20px 14px;font-size:14px;font-weight:700;display:flex}._filterClose_2sk17_27{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:4px;font-size:14px}._filterClose_2sk17_27:hover{color:#374151;background:#f1f5f9}._filterBody_2sk17_29{flex:1;padding:8px 0;overflow-y:auto}._filterGroup_2sk17_30{border-bottom:1px solid #f8fafc;padding:14px 20px}._filterGroupTitle_2sk17_31{text-transform:uppercase;letter-spacing:.6px;color:#64748b;margin-bottom:10px;font-size:11.5px;font-weight:700}._filterOptions_2sk17_32{flex-direction:column;gap:7px;max-height:160px;display:flex;overflow-y:auto}._filterOption_2sk17_32{color:#374151;cursor:pointer;align-items:center;gap:8px;font-size:13px;display:flex}._filterOption_2sk17_32 input[type=checkbox]{accent-color:var(--accent,#0a6ebd);cursor:pointer;width:15px;height:15px}._filterClear_2sk17_35{color:#64748b;cursor:pointer;background:#fff;border:1.5px solid #e2e8f0;border-radius:10px;width:calc(100% - 32px);margin:12px 16px;padding:10px;font-size:13px;font-weight:600;transition:all .2s}._filterClear_2sk17_35:hover{color:#ef4444;background:#fef2f2;border-color:#ef4444}._grid_2sk17_39{flex:1;grid-template-columns:repeat(auto-fill,minmax(295px,1fr));align-content:start;gap:20px;padding:24px;display:grid}._card_2sk17_42{background:#fff;border:1px solid #e8f0f7;border-radius:16px;flex-direction:column;transition:transform .22s,box-shadow .22s;display:flex;overflow:hidden;box-shadow:0 2px 12px #0000000d}._card_2sk17_42:hover{transform:translateY(-4px);box-shadow:0 12px 36px #0000001a}._cardImg_2sk17_45{background:linear-gradient(135deg,#f0f9ff,#e8fdf8);flex-shrink:0;height:160px;position:relative;overflow:hidden}._cardImg_2sk17_45 img{object-fit:cover;width:100%;height:100%;display:block}._cardImgPlaceholder_2sk17_47{justify-content:center;align-items:center;width:100%;height:100%;font-size:52px;display:flex}._cardImgBadge_2sk17_48{flex-wrap:wrap;gap:6px;display:flex;position:absolute;top:10px;left:10px}._badge_2sk17_49{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:20px;padding:3px 9px;font-size:11px;font-weight:700}._cardBody_2sk17_51{flex-direction:column;flex:1;gap:8px;padding:16px 18px 18px;display:flex}._cardName_2sk17_52{color:#0f172a;margin:0;font-size:15.5px;font-weight:800;line-height:1.3}._cardLocation_2sk17_53{color:#64748b;align-items:flex-start;gap:5px;margin:0;font-size:12.5px;line-height:1.4;display:flex}._cardLocation_2sk17_53 svg{color:var(--accent,#0a6ebd);flex-shrink:0;margin-top:2px}._infoRows_2sk17_56{flex-direction:column;flex:1;display:flex}._infoRow_2sk17_56{border-bottom:1px solid #f8fafc;align-items:baseline;gap:8px;padding:8px 0;display:flex}._infoRow_2sk17_56:last-child{border-bottom:none}._infoLabel_2sk17_59{text-transform:uppercase;letter-spacing:.5px;color:#94a3b8;flex-shrink:0;width:100px;font-size:10.5px;font-weight:700}._infoValue_2sk17_60{color:#1e293b;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:12.5px;font-weight:600;display:-webkit-box;overflow:hidden}._websiteLink_2sk17_62{color:var(--accent,#0a6ebd);text-overflow:ellipsis;white-space:nowrap;background:#f0f9ff;border:1px solid #bfdbfe;border-radius:8px;align-items:center;gap:5px;max-width:100%;margin-top:4px;padding:5px 10px;font-size:12px;font-weight:600;text-decoration:none;transition:background .2s;display:inline-flex;overflow:hidden}._websiteLink_2sk17_62:hover{background:#dbeafe}._mapLink_2sk17_64{color:#16a34a;white-space:nowrap;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;align-items:center;gap:5px;padding:5px 10px;font-size:12px;font-weight:600;text-decoration:none;transition:background .2s;display:inline-flex}._mapLink_2sk17_64:hover{background:#dcfce7}._linkRow_2sk17_66{flex-wrap:wrap;gap:6px;display:flex}._loadingWrap_2sk17_69{color:#64748b;flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:300px;font-size:15px;display:flex}._loadingSpinner_2sk17_70{border:3px solid #e2e8f0;border-top-color:var(--accent,#0a6ebd);border-radius:50%;width:36px;height:36px;animation:.8s linear infinite _spin_2sk17_1}@keyframes _spin_2sk17_1{to{transform:rotate(360deg)}}._empty_2sk17_72{color:#64748b;flex-direction:column;grid-column:1/-1;align-items:center;gap:12px;padding:80px 24px;font-size:15px;display:flex}._empty_2sk17_72 span{font-size:40px}._empty_2sk17_72 button{border:1.5px solid var(--accent,#0a6ebd);color:var(--accent,#0a6ebd);cursor:pointer;background:0 0;border-radius:8px;padding:8px 20px;font-size:13px;font-weight:600}@media (width<=900px){._filterPanel_2sk17_25{z-index:50;height:100vh;transition:left .3s;position:fixed;top:0;left:-270px;box-shadow:4px 0 24px #0000001f}._filterPanelOpen_2sk17_78{left:0}._grid_2sk17_39{gap:14px;padding:16px}}@media (width<=600px){._topBar_2sk17_5{padding:14px 16px}._searchBox_2sk17_11{width:100%}._grid_2sk17_39{grid-template-columns:1fr}}@media (width<=480px){._topBar_2sk17_5{gap:8px;padding:12px}._searchBox_2sk17_11{width:100%}._topBarRight_2sk17_7{justify-content:space-between;width:100%}._grid_2sk17_39{gap:10px;padding:12px}._card_2sk17_42{border-radius:12px}._filterBtn_2sk17_16{min-height:40px;font-size:12.5px}}._strip_5yut1_1{background:linear-gradient(135deg, var(--dark) 0%, var(--dark-2) 100%);border-bottom:1px solid #ffffff0f;padding:48px 0}._grid_5yut1_6{grid-template-columns:repeat(6,1fr);gap:24px;display:grid}._item_5yut1_11{text-align:center;border-radius:var(--radius);transition:var(--transition);background:#ffffff0a;border:1px solid #ffffff12;flex-direction:column;align-items:center;gap:6px;padding:20px 12px;display:flex}._item_5yut1_11:hover{background:#ffffff14;border-color:#0a6ebd66;transform:translateY(-3px)}._icon_5yut1_28{font-size:24px}._value_5yut1_29{background:linear-gradient(135deg,#4fc3f7,#00e5cc);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:28px;font-weight:900;line-height:1}._label_5yut1_38{color:#ffffff8c;font-size:12px;font-weight:500;line-height:1.4}@media (width<=1024px){._grid_5yut1_6{grid-template-columns:repeat(3,1fr)}}@media (width<=600px){._grid_5yut1_6{grid-template-columns:repeat(2,1fr)}}@media (width<=380px){._grid_5yut1_6{grid-template-columns:1fr 1fr;gap:10px}._value_5yut1_29{font-size:22px}._label_5yut1_38{font-size:11px}._item_5yut1_11{padding:14px 8px}}._section_3r6sk_1{background:linear-gradient(180deg, var(--dark) 0%, #0a1628 100%);border-top:1px solid #ffffff0f;padding:56px 0 48px}._header_3r6sk_7{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:32px;display:flex}._heading_3r6sk_16{color:#fff;letter-spacing:-.3px;margin:0 0 4px;font-size:28px;font-weight:800}._sub_3r6sk_24{color:#ffffff73;margin:0;font-size:14px}._controls_3r6sk_30{align-items:center;gap:8px;display:flex}._pauseBtn_3r6sk_36{color:#fff9;cursor:pointer;background:#ffffff14;border:1px solid #ffffff1f;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;font-size:13px;transition:all .2s;display:flex}._pauseBtn_3r6sk_36:hover{color:#fff;background:#ffffff26}._arrow_3r6sk_56{color:#fffc;cursor:pointer;background:#ffffff14;border:1px solid #ffffff1f;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;font-size:22px;line-height:1;transition:all .2s;display:flex}._arrow_3r6sk_56:hover{color:#fff;background:#0a6ebd59;border-color:#0a6ebd80}._viewport_3r6sk_79{scrollbar-width:none;-ms-overflow-style:none;cursor:grab;padding:4px 0 12px;overflow:auto visible}._viewport_3r6sk_79::-webkit-scrollbar{display:none}._track_3r6sk_92{gap:24px;width:max-content;padding:0 max(24px,50vw - 600px);display:flex}._card_3r6sk_100{background:#ffffff0a;border:1px solid #ffffff14;border-radius:16px;flex:0 0 296px;transition:transform .25s,border-color .25s,box-shadow .25s;overflow:hidden}._card_3r6sk_100:hover{border-color:#0a6ebd66;transform:translateY(-4px);box-shadow:0 16px 40px #00000059}._cardImg_3r6sk_115{background:linear-gradient(135deg,#0a6ebd 0%,#00e5cc 100%);width:100%;height:170px;overflow:hidden}._cardImg_3r6sk_115 img{object-fit:cover;width:100%;height:100%}._placeholder_3r6sk_128{background:linear-gradient(135deg,#0a6ebd22,#00e5cc22);justify-content:center;align-items:center;width:100%;height:100%;font-size:48px;display:flex}._cardBody_3r6sk_138{flex-direction:column;gap:8px;padding:18px 18px 20px;display:flex}._cardTitle_3r6sk_145{color:#fff;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:15px;font-weight:700;line-height:1.4;display:-webkit-box;overflow:hidden}._cardDesc_3r6sk_157{color:#ffffff80;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:13px;line-height:1.6;display:-webkit-box;overflow:hidden}._viewMore_3r6sk_168{color:#fff;cursor:pointer;font-size:13px;font-weight:600;font-family:var(--font-sans);background:linear-gradient(135deg,#0a6ebd,#0891b2);border:none;border-radius:8px;align-self:flex-start;margin-top:6px;padding:8px 16px;transition:opacity .2s,transform .2s}._viewMore_3r6sk_168:hover{opacity:.88;transform:translate(2px)}._dots_3r6sk_189{justify-content:center;gap:8px;margin-top:24px;display:flex}._dot_3r6sk_189{cursor:pointer;background:#fff3;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:all .25s}._dotActive_3r6sk_207{background:#0a6ebd;border-radius:4px;width:22px}@media (width<=600px){._heading_3r6sk_16{font-size:22px}._card_3r6sk_100{flex:0 0 260px}._track_3r6sk_92{padding:0 16px}}@media (width<=480px){._section_3r6sk_1{padding:48px 0}._heading_3r6sk_16{padding:0 16px;font-size:20px}._card_3r6sk_100{flex:0 0 88vw}._track_3r6sk_92{gap:12px;padding:0 14px}}._sectionWrap_10vs1_4{background:#fff;padding:72px 32px}._altBg_10vs1_9{background:#f0f8ff}._regBg_10vs1_13{background:linear-gradient(135deg,#e8f4fd 0%,#e8fdf8 100%)}._sectionInner_10vs1_17{max-width:1100px;margin:0 auto}._sectionHead_10vs1_23{text-align:center;margin-bottom:48px}._sectionTitle_10vs1_28{background:linear-gradient(120deg,#0a6ebd,#00b894);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:10px;font-size:2rem;font-weight:800;line-height:1.2}._sectionBar_10vs1_39{border-radius:2px;width:52px;height:4px;margin:0 auto 14px;background:linear-gradient(90deg,#0a6ebd,#00b894)!important}._sectionSub_10vs1_47{color:#64748b;max-width:520px;margin:0 auto;font-size:14.5px;line-height:1.7}._aboutGrid_10vs1_56{grid-template-columns:1fr 1fr;align-items:start;gap:56px;display:grid}._aboutText_10vs1_63 h3{color:#0a6ebd;margin-bottom:14px;font-size:1.35rem;font-weight:700}._aboutText_10vs1_63 p{color:#475569;margin-bottom:12px;font-size:14.5px;line-height:1.85}._featureGrid_10vs1_77{grid-template-columns:1fr 1fr;gap:12px;display:grid}._featureItem_10vs1_83{color:#1e293b;background:#fff;border-left:4px solid #00b894;border-radius:10px;align-items:center;gap:12px;padding:14px 16px;font-size:13.5px;font-weight:600;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 2px 8px #00b8941a}._featureItem_10vs1_83:nth-child(odd){border-left-color:#0a6ebd;box-shadow:0 2px 8px #0a6ebd1a}._featureItem_10vs1_83:hover{transform:translateY(-2px);box-shadow:0 6px 18px #0a6ebd26}._featureIcon_10vs1_108{flex-shrink:0;font-size:1.6rem}._cardsGrid_10vs1_114{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}._eCard_10vs1_121{background:#fff;border:1px solid #e2edf7;border-radius:14px;transition:transform .25s,box-shadow .25s;overflow:hidden;box-shadow:0 2px 12px #0a6ebd0f}._eCard_10vs1_121:hover{transform:translateY(-4px);box-shadow:0 10px 32px #0a6ebd24}._eCardImg_10vs1_135{justify-content:center;align-items:center;width:100%;height:156px;display:flex}._eCardEmoji_10vs1_143{filter:drop-shadow(0 2px 8px #00000040);font-size:3.4rem}._eCardBody_10vs1_148{padding:18px 20px 20px}._eCardName_10vs1_152{color:#1e293b;margin-bottom:4px;font-size:15px;font-weight:800}._eCardDesig_10vs1_159{color:#0a6ebd;margin-bottom:10px;font-size:12px;font-weight:600}._eCardMeta_10vs1_166{color:#64748b;margin-bottom:4px;font-size:12.5px;line-height:1.55}._eBadges_10vs1_173{flex-wrap:wrap;gap:5px;margin-top:12px;display:flex}._eBadge_10vs1_173{color:#0056a0;background:#e8f4fd;border-radius:20px;padding:4px 10px;font-size:11px;font-weight:600}._eBadgeGreen_10vs1_189{color:#00806a;background:#e8fdf8}._eBadgePurple_10vs1_194{color:#4c1d95;background:#ede9fe}._regCard_10vs1_200{background:#fff;border-radius:20px;max-width:720px;margin:0 auto;padding:44px 48px;box-shadow:0 0 0 1.5px #0a6ebd2e,0 12px 48px #0a6ebd1f,0 2px 8px #0000000a}._regTitle_10vs1_212{text-align:center;background:linear-gradient(120deg,#0a6ebd,#00b894);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:28px;font-size:1.35rem;font-weight:800}._regForm_10vs1_223{flex-direction:column;gap:14px;display:flex}._formSection_10vs1_230{color:#0a6ebd;text-transform:uppercase;letter-spacing:.8px;border-bottom:1.5px solid #e0eefa;margin-top:4px;padding:10px 0 4px;font-size:11px;font-weight:700}._formGrid2_10vs1_242{grid-template-columns:1fr 1fr;gap:14px;display:grid}._formGroup_10vs1_248{flex-direction:column;gap:5px;display:flex}._formGroup_10vs1_248 label{color:#334155;align-items:center;gap:4px;font-size:13px;font-weight:600;display:flex}._req_10vs1_263{color:#dc2626;font-weight:700}._pinSpinner_10vs1_265{color:#0a6ebd;opacity:.7;font-size:11px;font-weight:400}._formGroup_10vs1_248 input,._formGroup_10vs1_248 select,._formGroup_10vs1_248 textarea{width:100%;font-family:var(--font-sans);color:#1e293b;box-sizing:border-box;background:#fafcff;border:1.5px solid #cbd5e1;border-radius:9px;outline:none;padding:10px 13px;font-size:13.5px;transition:border-color .2s,box-shadow .2s}._formGroup_10vs1_248 input:focus,._formGroup_10vs1_248 select:focus,._formGroup_10vs1_248 textarea:focus{background:#fff;border-color:#0a6ebd;box-shadow:0 0 0 3px #0a6ebd1c}._formGroup_10vs1_248 textarea{resize:vertical}._regBtn_10vs1_298{color:#fff;cursor:pointer;width:100%;font-size:15px;font-weight:700;font-family:var(--font-sans);letter-spacing:.2px;background:linear-gradient(135deg,#0a6ebd 0%,#00b894 100%);border:none;border-radius:11px;margin-top:8px;padding:14px;transition:opacity .2s,transform .2s,box-shadow .2s;box-shadow:0 4px 18px #0a6ebd4d}._regBtn_10vs1_298:hover:not(:disabled){opacity:.92;transform:translateY(-1px);box-shadow:0 8px 24px #0a6ebd61}._regBtn_10vs1_298:disabled{opacity:.6;cursor:not-allowed}._popupOverlay_10vs1_321{-webkit-backdrop-filter:blur(4px);z-index:9999;background:#0a1e3c8c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}._popupCard_10vs1_331{text-align:center;background:#fff;border-radius:20px;width:100%;max-width:420px;padding:40px 36px;animation:.28s cubic-bezier(.34,1.56,.64,1) _popIn_10vs1_1;box-shadow:0 24px 80px #00000038}@keyframes _popIn_10vs1_1{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}._popupCheck_10vs1_347{color:#fff;background:linear-gradient(135deg,#0a6ebd,#00b894);border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 18px;font-size:28px;font-weight:700;display:flex}._popupTitle_10vs1_355{color:#0a6ebd;margin-bottom:8px;font-size:1.35rem;font-weight:800}._popupSub_10vs1_360{color:#475569;margin-bottom:24px;font-size:14px;line-height:1.6}._popupIdWrap_10vs1_364{text-align:left;background:linear-gradient(135deg,#eff6ff,#ecfdf5);border:1.5px solid #bfdbfe;border-radius:12px;margin-bottom:20px;padding:16px 20px}._popupIdLabel_10vs1_373{text-transform:uppercase;letter-spacing:.7px;color:#64748b;margin-bottom:8px;font-size:11px;font-weight:700;display:block}._popupIdRow_10vs1_378{align-items:center;gap:10px;margin-bottom:8px;display:flex}._popupId_10vs1_364{color:#0a6ebd;letter-spacing:1.5px;flex:1;font-size:20px;font-weight:800}._copyBtn_10vs1_387{color:#fff;cursor:pointer;white-space:nowrap;background:#0a6ebd;border:none;border-radius:7px;padding:5px 13px;font-size:12px;font-weight:600;transition:background .2s}._copyBtn_10vs1_387:hover{background:#0056a0}._popupIdNote_10vs1_396{color:#64748b;font-size:12px}._popupClose_10vs1_400{color:#334155;cursor:pointer;width:100%;font-size:14px;font-weight:600;font-family:var(--font-sans);background:#f1f5f9;border:none;border-radius:10px;padding:12px;transition:background .2s}._popupClose_10vs1_400:hover{background:#e2e8f0}@media (width<=1024px){._cardsGrid_10vs1_114{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){._sectionWrap_10vs1_4{padding:48px 16px}._aboutGrid_10vs1_56{grid-template-columns:1fr;gap:32px}._cardsGrid_10vs1_114,._featureGrid_10vs1_77{grid-template-columns:1fr}._regCard_10vs1_200{padding:28px 20px}._sectionTitle_10vs1_28{font-size:1.5rem}._formGrid2_10vs1_242{grid-template-columns:1fr}}@media (width<=480px){._regCard_10vs1_200{border-radius:14px;padding:22px 16px}._regTitle_10vs1_212{font-size:1.15rem}._popupCard_10vs1_331{padding:28px 20px}._popupId_10vs1_364{font-size:16px}._sectionWrap_10vs1_4{padding:40px 14px}._sectionTitle_10vs1_28{font-size:22px}._regCard_10vs1_200{padding:20px 14px}._submitBtn_10vs1_437{width:100%;min-height:44px}input,select,textarea{font-size:16px!important}}._section_efewr_1{background:linear-gradient(180deg, #0a1628 0%, var(--dark) 100%);border-top:1px solid #ffffff0f;padding:64px 0 72px;position:relative}._section_efewr_1:after{content:"";background:linear-gradient(90deg,#0000 0%,#0a6ebd80 25%,#00b89499 50%,#0a6ebd80 75%,#0000 100%);width:80%;max-width:900px;height:1px;position:absolute;bottom:0;left:50%;transform:translate(-50%);box-shadow:0 0 12px #00b89440}._head_efewr_22{text-align:center;margin-bottom:48px}._heading_efewr_27{color:#fff;letter-spacing:-.3px;margin:0 0 10px;font-size:30px;font-weight:800}._sub_efewr_35{color:#ffffff73;margin:0;font-size:15px}._grid_efewr_41{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}._card_efewr_47{background:#ffffff0a;border:1px solid #ffffff14;border-radius:16px;flex-direction:column;gap:14px;padding:28px 24px 24px;transition:transform .25s,border-color .25s,box-shadow .25s;display:flex;position:relative}._card_efewr_47:hover{border-color:#0a6ebd59;transform:translateY(-4px);box-shadow:0 16px 40px #0000004d}._quote_efewr_65{color:#0a6ebd80;font-family:Georgia,serif;font-size:56px;font-weight:900;line-height:.6}._content_efewr_73{color:#ffffffbf;flex:1;margin:0;font-size:14px;line-height:1.7}._stars_efewr_81{gap:2px;display:flex}._starFilled_efewr_86{color:#f59e0b;font-size:16px}._starEmpty_efewr_87{color:#fff3;font-size:16px}._author_efewr_89{border-top:1px solid #ffffff12;align-items:center;gap:12px;padding-top:12px;display:flex}._avatar_efewr_97{color:#fff;background:linear-gradient(135deg,#0a6ebd,#00e5cc);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:14px;font-weight:700;display:flex;overflow:hidden}._avatar_efewr_97 img{object-fit:cover;width:100%;height:100%}._name_efewr_114{color:#fff;font-size:14px;font-weight:700}._role_efewr_120{color:#ffffff73;margin-top:2px;font-size:12px}@media (width<=1024px){._grid_efewr_41{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){._grid_efewr_41{grid-template-columns:1fr}._heading_efewr_27{font-size:24px}}@media (width<=480px){._section_efewr_1{padding:56px 16px}._card_efewr_47{padding:22px 18px}._quote_efewr_65{font-size:14px}._heading_efewr_27{font-size:22px}}._wrap_16jik_1{background:var(--dark);border-top:1px solid #ffffff0f;padding:64px 0}._head_16jik_7{text-align:center;margin-bottom:40px}._heading_16jik_12{color:#fff;margin:0 0 10px;font-size:30px;font-weight:800}._sub_16jik_19{color:#ffffff73;margin:0;font-size:15px}._grid_16jik_25{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}._card_16jik_31{text-align:center;color:inherit;background:#ffffff0a;border:1px solid #ffffff14;border-radius:14px;flex-direction:column;align-items:center;gap:8px;padding:24px 20px;text-decoration:none;transition:transform .2s,border-color .2s,background .2s;display:flex}._card_16jik_31:hover{background:#0a6ebd0f;border-color:#0a6ebd66;transform:translateY(-3px)}._cardIcon_16jik_52{font-size:28px}._cardLabel_16jik_54{text-transform:uppercase;letter-spacing:.08em;color:#fff6;font-size:11px;font-weight:700}._cardValue_16jik_62{color:#ffffffd9;font-size:14px;font-weight:600;line-height:1.5}._mapLink_16jik_69{text-align:center;color:#4fc3f7;margin-top:28px;font-size:14px;font-weight:600;text-decoration:none;transition:color .2s;display:block}._mapLink_16jik_69:hover{color:#fff}@media (width<=1024px){._grid_16jik_25{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){._grid_16jik_25{grid-template-columns:1fr}._heading_16jik_12{font-size:24px}}@media (width<=480px){._section_16jik_87{padding:56px 16px}._heading_16jik_12{font-size:22px}._card_16jik_31{padding:22px 16px}._submitBtn_16jik_90,._btn_16jik_90{width:100%;min-height:44px}._formRow_16jik_91{grid-template-columns:1fr}}._section_6hr5g_1{background:linear-gradient(180deg, #0a1628 0%, var(--dark) 100%);border-top:1px solid #ffffff0f;padding:56px 0 48px}._header_6hr5g_13{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:32px;display:flex}._heading_6hr5g_31{color:#fff;letter-spacing:-.3px;margin:0 0 4px;font-size:28px;font-weight:800}._sub_6hr5g_47{color:#ffffff73;margin:0;font-size:14px}._controls_6hr5g_59{align-items:center;gap:8px;display:flex}._pauseBtn_6hr5g_71{color:#fff9;cursor:pointer;background:#ffffff14;border:1px solid #ffffff1f;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;font-size:13px;transition:all .2s;display:flex}._pauseBtn_6hr5g_71:hover{color:#fff;background:#ffffff26}._arrow_6hr5g_111{color:#fffc;cursor:pointer;background:#ffffff14;border:1px solid #ffffff1f;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;font-size:22px;line-height:1;transition:all .2s;display:flex}._arrow_6hr5g_111:hover{color:#fff;background:#0a6ebd59;border-color:#0a6ebd80}._viewport_6hr5g_155{scrollbar-width:none;-ms-overflow-style:none;cursor:grab;padding:4px 0 12px;overflow:auto visible}._viewport_6hr5g_155::-webkit-scrollbar{display:none}._track_6hr5g_181{gap:24px;width:max-content;padding:0 max(24px,50vw - 600px);display:flex}._card_6hr5g_195{background:#ffffff0a;border:1px solid #ffffff14;border-radius:16px;flex:0 0 296px;transition:transform .25s,border-color .25s,box-shadow .25s;overflow:hidden}._card_6hr5g_195:hover{border-color:#0a6ebd66;transform:translateY(-4px);box-shadow:0 16px 40px #00000059}._cardImg_6hr5g_225{background:linear-gradient(135deg,#0a6ebd 0%,#00e5cc 100%);width:100%;height:200px;overflow:hidden}._cardImg_6hr5g_225 img{object-fit:cover;width:100%;height:100%}._placeholder_6hr5g_251{background:linear-gradient(135deg,#0a6ebd22,#00e5cc22);justify-content:center;align-items:center;width:100%;height:100%;font-size:48px;display:flex}._cardBody_6hr5g_271{flex-direction:column;gap:8px;padding:18px 18px 20px;display:flex}._cardTitle_6hr5g_285{color:#fff;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:15px;font-weight:700;line-height:1.4;display:-webkit-box;overflow:hidden}._cardDesc_6hr5g_309{color:#ffffff80;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:13px;line-height:1.6;display:-webkit-box;overflow:hidden}._dots_6hr5g_331{justify-content:center;gap:8px;margin-top:24px;display:flex}._dot_6hr5g_331{cursor:pointer;background:#fff3;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:all .25s}._dotActive_6hr5g_367{background:#0a6ebd;border-radius:4px;width:22px}@media (width<=600px){._heading_6hr5g_31{font-size:22px}._card_6hr5g_195{flex:0 0 260px}._track_6hr5g_181{padding:0 16px}}@media (width<=480px){._section_6hr5g_1{padding:48px 0}._heading_6hr5g_31{padding:0 16px;font-size:20px}._card_6hr5g_195{flex:0 0 88vw}._track_6hr5g_181{gap:12px;padding:0 14px}}._tickerBar_11e8u_2{background:linear-gradient(90deg,#054a82 0%,#0a6ebd 55%,#0077c8 100%);align-items:stretch;min-height:92px;display:flex;position:relative;overflow:hidden}._tickerLabel_11e8u_11{color:#fff;letter-spacing:.6px;text-transform:uppercase;white-space:nowrap;background:#00000047;flex-shrink:0;align-items:center;gap:6px;padding:0 20px;font-size:11.5px;font-weight:800;display:flex}._tickerViewport_11e8u_26{flex:1;align-items:center;display:flex;position:relative;overflow:hidden}._tickerTrack_11e8u_34{white-space:nowrap;width:max-content;animation:_scrollTicker_11e8u_1 var(--dur,60s) linear infinite;align-items:center;gap:14px;padding:0 16px;display:flex}._tickerTrack_11e8u_34:hover{animation-play-state:paused}._tile_11e8u_45{white-space:normal;cursor:pointer;box-sizing:border-box;background:#ffffff1a;border:1px solid #fff3;border-radius:14px;align-items:flex-start;gap:12px;width:380px;min-width:380px;max-width:380px;height:116px;padding:12px 16px;transition:background .15s,transform .15s;display:flex;overflow:hidden}._tile_11e8u_45:hover{background:#ffffff2e;transform:translateY(-2px)}._detailModal_11e8u_68{background:#fff;border-radius:18px;width:min(92vw,560px);padding:28px 28px 30px;position:relative;box-shadow:0 24px 60px #0006}._detailHead_11e8u_76{align-items:center;gap:14px;margin-bottom:16px;display:flex}._detailAvatar_11e8u_82{object-fit:cover;color:#fff;border-radius:50%;justify-content:center;align-items:center;width:56px;min-width:56px;height:56px;font-size:18px;font-weight:800;display:inline-flex}._detailName_11e8u_95{color:#0b3a5f;font-size:18px}._detailSub_11e8u_96{color:#64748b;gap:6px;margin:2px 0 4px;font-size:13px;display:flex}._detailStars_11e8u_103{color:#f5a623;letter-spacing:2px;font-size:15px}._detailMsg_11e8u_104{color:#1e293b;white-space:pre-wrap;overflow-wrap:anywhere;margin:0;font-size:16px;font-style:italic;line-height:1.6}._tileBody_11e8u_114{flex:1;min-width:0}._tileHead_11e8u_115{flex-wrap:wrap;align-items:center;gap:8px;display:flex}._tileSub_11e8u_121{align-items:center;gap:5px;margin:1px 0 4px;display:flex}._stars_11e8u_128{color:gold;letter-spacing:1px;flex-shrink:0;font-size:12px}._rName_11e8u_129{color:#fff;font-size:13.5px;font-weight:700}._rRole_11e8u_130{color:#ffffffb8;font-size:11.5px}._rService_11e8u_131{color:#ffffffb3;font-size:11.5px;font-style:italic}._rMsg_11e8u_132{color:#ffffffeb;white-space:normal;overflow-wrap:anywhere;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:12.5px;font-style:italic;line-height:1.4;display:-webkit-box;overflow:hidden}._avatar_11e8u_146{object-fit:cover;color:#0b3a5f;letter-spacing:.3px;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;min-width:40px;height:40px;font-size:13px;font-weight:800;display:inline-flex;box-shadow:0 0 0 2px #ffffff8c}._empty_11e8u_163{color:#ffffff8c;padding:0 24px;font-size:13px;font-style:italic}._writeBtn_11e8u_170{color:#fff;cursor:pointer;white-space:nowrap;background:#ffffff24;border:1.5px solid #ffffff47;flex-shrink:0;min-height:48px;padding:0 20px;font-family:inherit;font-size:12.5px;font-weight:700;transition:background .2s}._writeBtn_11e8u_170:hover{background:#ffffff42}@keyframes _scrollTicker_11e8u_1{0%{transform:translate(0)}to{transform:translate(-50%)}}._overlay_11e8u_192{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:2000;background:#0f172a99;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}._modal_11e8u_204{background:#fff;border-radius:22px;width:100%;max-width:520px;max-height:90vh;padding:36px 32px 32px;position:relative;overflow-y:auto;box-shadow:0 28px 72px #00000038}._closeBtn_11e8u_216{cursor:pointer;color:#64748b;background:#f1f5f9;border:none;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:13px;transition:background .15s;display:flex;position:absolute;top:16px;right:16px}._closeBtn_11e8u_216:hover{color:#334155;background:#e2e8f0}._modalTitle_11e8u_235{color:#0f172a;margin:0 0 8px;font-size:22px;font-weight:800}._modalSub_11e8u_236{color:#64748b;margin:0 0 24px;font-size:13.5px;line-height:1.55}._form_11e8u_239{flex-direction:column;gap:16px;display:flex}._formRow_11e8u_240{grid-template-columns:1fr 1fr;gap:14px;display:grid}._field_11e8u_242{flex-direction:column;gap:5px;display:flex}._field_11e8u_242 label{color:#334155;font-size:12.5px;font-weight:700}._optional_11e8u_244{color:#94a3b8;font-weight:400}._field_11e8u_242 input,._field_11e8u_242 select,._field_11e8u_242 textarea{color:#0f172a;resize:vertical;background:#fafafa;border:1.5px solid #e2e8f0;border-radius:10px;outline:none;padding:10px 13px;font-family:inherit;font-size:14px;transition:border-color .2s}._field_11e8u_242 input:focus,._field_11e8u_242 select:focus,._field_11e8u_242 textarea:focus{background:#fff;border-color:#0a6ebd}._charCount_11e8u_264{color:#94a3b8;text-align:right;margin-top:2px;font-size:11px}._submitBtn_11e8u_266{color:#fff;cursor:pointer;background:#0a6ebd;border:none;border-radius:12px;min-height:50px;padding:14px 28px;font-family:inherit;font-size:15px;font-weight:700;transition:background .2s,transform .15s}._submitBtn_11e8u_266:hover:not(:disabled){background:#054a82;transform:translateY(-1px)}._submitBtn_11e8u_266:disabled{opacity:.6;cursor:not-allowed}._thanks_11e8u_283{text-align:center;flex-direction:column;align-items:center;gap:12px;padding:16px 0 8px;display:flex}._thanks_11e8u_283 span{font-size:52px}._thanks_11e8u_283 h3{color:#0f172a;margin:0;font-size:21px;font-weight:800}._thanks_11e8u_283 p{color:#64748b;max-width:340px;margin:0;font-size:14px;line-height:1.6}._doneBtn_11e8u_295{cursor:pointer;color:#334155;background:#f1f5f9;border:none;border-radius:10px;margin-top:8px;padding:11px 32px;font-family:inherit;font-size:14px;font-weight:600;transition:background .15s}._doneBtn_11e8u_295:hover{background:#e2e8f0}@media (width<=480px){._tickerBar_11e8u_2{min-height:84px}._tickerLabel_11e8u_11{padding:0 12px;font-size:10px}._writeBtn_11e8u_170{padding:0 12px;font-size:11.5px}._tile_11e8u_45{gap:10px;width:82vw;min-width:82vw;max-width:82vw;height:110px;padding:10px 12px}._avatar_11e8u_146{width:34px;min-width:34px;height:34px;font-size:12px}._rMsg_11e8u_132{font-size:12px}._detailModal_11e8u_68{width:min(94vw,460px);padding:22px 16px 24px}._detailAvatar_11e8u_82{width:48px;min-width:48px;height:48px;font-size:16px}._detailMsg_11e8u_104{font-size:14.5px}._modal_11e8u_204{border-radius:18px;padding:28px 18px 24px}._formRow_11e8u_240{grid-template-columns:1fr}._modalTitle_11e8u_235{font-size:19px}}._footer_d0rco_1{background:var(--dark);color:#ffffffb3;background-clip:padding-box;border-top:3px solid #0000;margin-top:auto;padding:64px 0 0;box-shadow:inset 0 3px #0a6ebd4d}._top_d0rco_10{border-bottom:1px solid #ffffff14;grid-template-columns:260px 1fr;gap:56px;padding-bottom:48px;display:grid}._brand_d0rco_17{flex-direction:column;gap:20px;display:flex}._logo_d0rco_18{align-items:center;gap:12px;display:flex}._logoImg_d0rco_19{object-fit:contain;width:auto;height:44px;display:block}._logoName_d0rco_20{color:#fff;font-size:18px;font-weight:800;line-height:1.1}._logoTag_d0rco_21{color:#fff6;text-transform:uppercase;letter-spacing:.5px;font-size:10px}._socials_d0rco_23{flex-wrap:wrap;gap:10px;display:flex}._social_d0rco_23{color:#fff;width:36px;height:36px;transition:var(--transition);background:#ffffff12;border:1px solid #ffffff1a;border-radius:10px;justify-content:center;align-items:center;font-size:13px;font-weight:700;text-decoration:none;display:flex}._social_d0rco_23:hover{background:var(--primary);border-color:#0000}._links_d0rco_33{grid-template-columns:repeat(4,1fr);gap:28px;display:grid}._groupTitle_d0rco_38{color:#fff;text-transform:uppercase;letter-spacing:.6px;margin-bottom:14px;font-size:12px;font-weight:700}._linkGroup_d0rco_43 ul{flex-direction:column;gap:10px;list-style:none;display:flex}._linkGroup_d0rco_43 a{color:#ffffff8c;font-size:13.5px;text-decoration:none;transition:color .2s}._linkGroup_d0rco_43 a:hover{color:#fff}._supportItem_d0rco_51{flex-direction:column;gap:3px;margin-bottom:14px;display:flex}._supportItem_d0rco_51:last-child{margin-bottom:0}._supportLabel_d0rco_58{color:#ffffff59;text-transform:uppercase;letter-spacing:.5px;font-size:11px;font-weight:600}._supportValue_d0rco_65{color:#ffffffb3;font-size:13px;line-height:1.5;text-decoration:none}a._supportValue_d0rco_65:hover{color:#fff}._bottom_d0rco_73{border-top:1px solid #ffffff0f;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;padding:24px 0;display:flex}._bottom_d0rco_73 p{color:#ffffff4d;font-size:12px}._stores_d0rco_83{gap:10px;display:flex}._storeBtn_d0rco_84{color:#fff;cursor:pointer;transition:var(--transition);background:#ffffff12;border:1px solid #ffffff1a;border-radius:10px;align-items:center;gap:10px;padding:10px 16px;display:flex}._storeBtn_d0rco_84:hover{background:#ffffff1f;transform:translateY(-2px)}._storeBtn_d0rco_84>span{font-size:22px}._storeSub_d0rco_92{color:#ffffff80;font-size:9px;line-height:1}._storeName_d0rco_93{font-size:14px;font-weight:700;line-height:1.4}@media (width<=1024px){._top_d0rco_10{grid-template-columns:1fr;gap:40px}._links_d0rco_33{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){._footer_d0rco_1{padding:48px 0 0}._links_d0rco_33{grid-template-columns:1fr 1fr;gap:24px}._bottom_d0rco_73{text-align:center;flex-direction:column}._logoImg_d0rco_19{height:36px}}@media (width<=400px){._links_d0rco_33{grid-template-columns:1fr}}@media (width<=480px){._footer_d0rco_1{padding:48px 0 24px}._storeBtn_d0rco_84{padding:9px 14px}._storeName_d0rco_93{font-size:12px}._stores_d0rco_83{flex-direction:column}}._page_1ite5_2{background:var(--white);flex-direction:column;min-height:100vh;display:flex}._backBar_1ite5_10{background:var(--dark);border-bottom:1px solid #ffffff14;padding:10px 0}._backBar_1ite5_10>._container_1ite5_15{align-items:center;gap:20px;display:flex}._backBtn_1ite5_20{color:#ffffffbf;cursor:pointer;transition:var(--transition);font-size:13px;font-weight:600;font-family:var(--font-sans);white-space:nowrap;background:#ffffff12;border:1px solid #ffffff1f;border-radius:8px;padding:6px 16px}._backBtn_1ite5_20:hover{color:#fff;background:#ffffff24}._breadcrumb_1ite5_34{color:#ffffff59;flex-wrap:wrap;align-items:center;gap:8px;font-size:12.5px;display:flex}._breadActive_1ite5_42{color:#ffffffbf;font-weight:600}._hero_1ite5_45{color:#fff;padding:72px 0 64px;position:relative;overflow:hidden}._heroBg_1ite5_51{background:linear-gradient(135deg,#050d1a 0%,#0c1c3a 50%,#050d1a 100%);position:absolute;inset:0}._heroGrid_1ite5_57{background-image:linear-gradient(#ffd7000a 1px,#0000 1px),linear-gradient(90deg,#ffd7000a 1px,#0000 1px);background-size:44px 44px;animation:50s linear infinite _gridPan_1ite5_1;position:absolute;inset:0}@keyframes _gridPan_1ite5_1{to{background-position:44px 44px}}._hero_1ite5_45>._container_1ite5_15{z-index:2;position:relative}._cobrands_1ite5_72{flex-wrap:wrap;align-items:center;gap:20px;margin-bottom:28px;display:flex}._fortisLogo_1ite5_79{background:#ffd70014;border:1px solid #ffd70040;border-radius:14px;align-items:center;gap:12px;padding:12px 20px;display:flex}._fortisLogo_1ite5_79>span{font-size:28px}._fortisName_1ite5_89{color:gold;letter-spacing:1px;font-size:20px;font-weight:900;line-height:1.1}._fortisSub_1ite5_90{color:#ffd7008c;font-size:11px;font-weight:500}._cobrandX_1ite5_91{color:#ffffff40;font-size:18px;font-weight:300}._geoLogo_1ite5_92{background:#0a6ebd1f;border:1px solid #00e5cc33;border-radius:14px;align-items:center;gap:10px;padding:12px 20px;display:flex}._geoIcon_1ite5_101{background:linear-gradient(135deg, var(--primary), var(--secondary));color:#fff;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;font-size:18px;font-weight:900;display:flex}._geoName_1ite5_107{color:#fff;font-size:17px;font-weight:800;line-height:1.1}._geoSub_1ite5_108{color:#00e5cc99;font-size:11px;font-weight:500}._heroPill_1ite5_110{margin-bottom:16px}._heroH1_1ite5_111{letter-spacing:-1px;margin-bottom:20px;font-size:clamp(32px,5vw,58px);font-weight:900;line-height:1.1}._heroHl_1ite5_118{background:linear-gradient(120deg,gold 20%,#fb923c 80%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}._heroDesc_1ite5_124{color:#ffffffb3;max-width:620px;margin-bottom:36px;font-size:17px;line-height:1.75}._heroDesc_1ite5_124 strong{color:#ffffffeb}._heroStats_1ite5_133{flex-wrap:wrap;gap:32px;margin-bottom:36px;display:flex}._heroStat_1ite5_133{flex-direction:column;gap:4px;display:flex}._heroStatVal_1ite5_140{background:linear-gradient(120deg,gold,#fb923c);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:32px;font-weight:900;line-height:1}._heroStatLbl_1ite5_149{color:#ffffff80;font-size:12px;font-weight:500}._heroActions_1ite5_151{flex-wrap:wrap;gap:14px;display:flex}._bookBtn_1ite5_152{color:#fff!important;background:linear-gradient(135deg,#f59e0b,#fb923c)!important;box-shadow:0 8px 28px #f59e0b66!important}._bookBtn_1ite5_152:hover{transform:translateY(-2px);box-shadow:0 12px 36px #f59e0b80!important}._mapSection_1ite5_160{color:#fff;background:#050d1a;padding:80px 0}._mapHeading_1ite5_161 h2{color:#fff}._mapHeading_1ite5_161 p{color:#fff9}._mapWrap_1ite5_163{max-width:700px;margin:0 auto;padding:0 16px}._mapSvg_1ite5_168{width:100%;height:auto;display:block;overflow:visible}._fortisNode_1ite5_171{cursor:default}._goldOrbit_1ite5_172{transform-origin:350px 72px;animation:20s linear infinite _orbitSpin_1ite5_1}._fortisGlow_1ite5_176{animation:4s ease-in-out infinite _glowPulse_1ite5_1}@keyframes _glowPulse_1ite5_1{0%,to{opacity:.5}50%{opacity:1}}._geoNode_1ite5_182{cursor:default}._tealOrbit_1ite5_183{transform-origin:350px 228px;animation:28s linear infinite reverse _orbitSpin_1ite5_1}._geoAura_1ite5_187{animation:3.5s ease-in-out infinite _geoAuraPulse_1ite5_1}@keyframes _geoAuraPulse_1ite5_1{0%,to{opacity:.4;r:60px}50%{opacity:.85;r:72px}}@keyframes _orbitSpin_1ite5_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._nodeFloat_1ite5_198{animation:4.2s ease-in-out infinite _nodeFloat_1ite5_198;animation-delay:var(--fd,0s);transform-box:fill-box;transform-origin:50%}@keyframes _nodeFloat_1ite5_198{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}._stepsSection_1ite5_210{background:var(--gray-1)}._stepsGrid_1ite5_211{grid-template-columns:repeat(4,1fr);gap:20px;display:grid;position:relative}._stepsGrid_1ite5_211:before{content:"";z-index:0;background:linear-gradient(90deg,#fb923c,#4f7cff,#4ade80);width:80%;height:2px;position:absolute;top:32px;left:10%}._stepCard_1ite5_227{text-align:center;z-index:1;border-radius:var(--radius-lg);box-shadow:var(--shadow);border:1px solid var(--border);transition:var(--transition);background:#fff;flex-direction:column;align-items:center;gap:10px;padding:28px 18px 24px;display:flex;position:relative}._stepCard_1ite5_227:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}._stepNum_1ite5_243{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:17px;font-weight:900;display:flex}._stepIcon_1ite5_248{font-size:28px}._stepTitle_1ite5_249{color:var(--text);font-size:14px;font-weight:800;line-height:1.3}._stepDesc_1ite5_250{color:var(--text-muted);flex:1;font-size:12.5px;line-height:1.6}._stepArrow_1ite5_251{font-size:20px;font-weight:700;display:none;position:absolute;bottom:-32px;left:50%;transform:translate(-50%)}._featuresSection_1ite5_262{background:#fff}._featuresGrid_1ite5_263{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}._featureCard_1ite5_268{border-radius:var(--radius-lg);border:1px solid var(--border);transition:var(--transition);background:#fff;flex-direction:column;gap:12px;padding:26px 22px;display:flex}._featureCard_1ite5_268:hover{border-color:var(--fc,var(--primary));transform:translateY(-5px);box-shadow:0 12px 40px #0000001a}._featureIconWrap_1ite5_283{border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;font-size:24px;display:flex}._featureTitle_1ite5_288{color:var(--text);font-size:14px;font-weight:800;line-height:1.3}._featureDesc_1ite5_289{color:var(--text-muted);flex:1;font-size:13px;line-height:1.65}._networkSection_1ite5_292{background:var(--gray-1)}._netTabs_1ite5_293{background:var(--gray-2);border-radius:14px;gap:4px;width:fit-content;margin:0 auto 40px;padding:4px;display:flex}._netTab_1ite5_293{color:var(--gray-5);cursor:pointer;transition:var(--transition);font-size:14px;font-weight:700;font-family:var(--font-sans);background:0 0;border:none;border-radius:11px;padding:10px 24px}._netTabActive_1ite5_314{color:var(--primary);box-shadow:var(--shadow-sm);background:#fff}._netGrid_1ite5_319{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}._netCard_1ite5_324{border-radius:var(--radius-lg);border:1px solid var(--border);box-shadow:var(--shadow);transition:var(--transition);background:#fff;flex-direction:column;gap:10px;padding:28px 24px;display:flex}._netCard_1ite5_324:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}._netCardTop_1ite5_336{justify-content:space-between;align-items:flex-start;margin-bottom:4px;display:flex}._docAvatar_1ite5_342{font-size:40px}._fortisBadge_1ite5_343{color:var(--primary-dark);white-space:nowrap;background:#e8f4ff;border-radius:100px;padding:4px 10px;font-size:10.5px;font-weight:700}._netName_1ite5_352{color:var(--text);font-size:16px;font-weight:800}._netSpec_1ite5_353{color:var(--text-muted);font-size:13px;font-weight:600}._netOrg_1ite5_354{color:var(--text-muted);font-size:12.5px}._netMode_1ite5_355{color:var(--primary);font-size:13px;font-weight:600}._netExp_1ite5_356{color:var(--text-muted);font-size:12.5px}._consultBtn_1ite5_357{justify-content:center;width:100%;margin-top:auto}._successSection_1ite5_360{color:#fff;background:#050d1a}._successSection_1ite5_360 .section-heading h2{color:#fff}._successSection_1ite5_360 .section-heading p{color:#fff9}._storyGrid_1ite5_364{grid-template-columns:1fr 1fr;align-items:start;gap:48px;display:grid}._storyLeft_1ite5_370{flex-direction:column;gap:24px;display:flex}._storyRight_1ite5_371{flex-direction:column;gap:20px;display:flex}._patientCard_1ite5_373{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;align-items:center;gap:16px;padding:20px;display:flex}._patientEmoji_1ite5_382{flex-shrink:0;font-size:44px}._patientName_1ite5_383{color:#fff;font-size:18px;font-weight:800}._patientMeta_1ite5_384{color:#ffffff8c;margin-top:3px;font-size:13px}._patientDx_1ite5_385{color:#fb923c;margin-top:4px;font-size:12px;font-weight:600}._beforeAfter_1ite5_387{flex-direction:column;gap:16px;display:flex}._baBlock_1ite5_388{border:1px solid;border-radius:14px;padding:20px}._before_1ite5_387{background:#f871710f;border-color:#f8717133}._after_1ite5_394{background:#4ade800f;border-color:#4ade8033}._baLabel_1ite5_395{text-transform:uppercase;letter-spacing:.8px;margin-bottom:12px;font-size:10.5px;font-weight:700}._before_1ite5_387 ._baLabel_1ite5_395{color:#f87171}._after_1ite5_394 ._baLabel_1ite5_395{color:#4ade80}._baList_1ite5_404{flex-direction:column;gap:7px;list-style:none;display:flex}._baList_1ite5_404 li{color:#ffffffb8;font-size:13.5px}._baList_1ite5_404 li strong{color:#fff}._savingsBanner_1ite5_416{text-align:center;background:linear-gradient(135deg,#fbbf241a,#4ade801a);border:1px solid #fbbf244d;border-radius:16px;padding:20px 24px}._savingsVal_1ite5_423{background:linear-gradient(135deg,#fbbf24,#4ade80);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:6px;font-size:42px;font-weight:900;line-height:1}._savingsLbl_1ite5_433{color:#ffffffa6;font-size:14px;font-weight:500}._chartTitle_1ite5_435{color:#fff;font-size:17px;font-weight:800}._chartSub_1ite5_436{color:#ffffff80;font-size:13px;line-height:1.5}._chartWrap_1ite5_439{background:#ffffff0a;border:1px solid #ffffff14;border-radius:16px;padding:16px}._chart_1ite5_435{width:100%;height:auto;display:block}._chartLine_1ite5_446{stroke-dasharray:700;stroke-dashoffset:700px;animation:2s .5s forwards _drawLine_1ite5_1}@keyframes _drawLine_1ite5_1{to{stroke-dashoffset:0}}._chartLegend_1ite5_454{color:#ffffff73;align-items:center;gap:6px;font-size:11.5px;display:flex}._legendDot_1ite5_461{border-radius:50%;flex-shrink:0;width:10px;height:10px}._chartQuote_1ite5_465{background:#ffffff0d;border-left:3px solid #fbbf24;border-radius:0 12px 12px 0;gap:14px;padding:16px 18px;display:flex}._chartQuote_1ite5_465>span{flex-shrink:0;font-size:22px}._chartQuote_1ite5_465 p{color:#ffffffb3;font-size:13.5px;font-style:italic;line-height:1.65}._quoteAuthor_1ite5_480{color:#fbbf24;margin-top:8px;font-size:12px;font-weight:700}._partnerSection_1ite5_483{background:var(--gray-1)}._partnerGrid_1ite5_484{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}._partnerCard_1ite5_489{border-radius:var(--radius-lg);border:1px solid var(--border);box-shadow:var(--shadow);transition:var(--transition);background:#fff;flex-direction:column;gap:16px;padding:36px 28px;display:flex}._partnerCard_1ite5_489:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}._partnerIcon_1ite5_501{font-size:40px}._partnerCard_1ite5_489 h3{color:var(--text);font-size:18px;font-weight:800}._partnerCard_1ite5_489 p{color:var(--text-muted);font-size:14px;line-height:1.7}._partnerList_1ite5_504{flex-direction:column;gap:8px;list-style:none;display:flex}._partnerList_1ite5_504 li{color:var(--text-muted);font-size:13.5px}._partnerBtn_1ite5_511{justify-content:center;width:100%;margin-top:auto}._ctaBar_1ite5_514{background:linear-gradient(135deg,#0c1c3a 0%,#050d1a 100%);border-top:1px solid #ffd7001f;padding:48px 0}._ctaInner_1ite5_519{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:32px;display:flex}._ctaTitle_1ite5_526{color:#fff;margin-bottom:6px;font-size:22px;font-weight:800}._ctaSub_1ite5_527{color:#ffffff80;font-size:13.5px}._ctaActions_1ite5_528{flex-wrap:wrap;gap:12px;display:flex}@media (width<=1024px){._stepsGrid_1ite5_211{grid-template-columns:repeat(2,1fr)}._stepsGrid_1ite5_211:before{display:none}._featuresGrid_1ite5_263{grid-template-columns:repeat(2,1fr)}._storyGrid_1ite5_364,._partnerGrid_1ite5_484,._netGrid_1ite5_319{grid-template-columns:1fr}}@media (width<=768px){._stepsGrid_1ite5_211,._featuresGrid_1ite5_263{grid-template-columns:1fr}._heroStats_1ite5_133{gap:20px}._heroStatVal_1ite5_140{font-size:26px}._cobrands_1ite5_72{gap:12px}._ctaInner_1ite5_519{text-align:center;flex-direction:column}._ctaActions_1ite5_528{justify-content:center}._breadcrumb_1ite5_34{display:none}}._page_1tp5n_2{min-height:100vh;font-family:var(--font-sans,"Inter", sans-serif);background:#f0f4f8;flex-direction:column;display:flex}._topBar_1tp5n_11{z-index:200;background:#0c1c3a;border-bottom:1px solid #ffffff14;flex-shrink:0;padding:0 24px;position:sticky;top:0}._topBarInner_1tp5n_21{justify-content:space-between;align-items:center;max-width:100%;height:60px;display:flex}._topBarBrand_1tp5n_29{align-items:center;gap:12px;display:flex}._topBarIcon_1tp5n_30{font-size:24px}._topBarName_1tp5n_31{color:#fff;font-size:15px;font-weight:700}._topBarSub_1tp5n_32{color:#fff6;font-size:12px}._topBarActions_1tp5n_34{gap:10px;display:flex}._hamburger_1tp5n_36{color:#ffffffb3;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:6px;font-size:20px;transition:background .2s;display:none}._hamburger_1tp5n_36:hover{background:#ffffff1a}._backBtn_1tp5n_50{color:#ffffffb3;cursor:pointer;background:0 0;border:1px solid #fff3;border-radius:8px;padding:7px 14px;font-family:inherit;font-size:13px;transition:all .2s}._backBtn_1tp5n_50:hover{color:#fff;background:#ffffff14}._logoutBtn_1tp5n_57{color:#fca5a5;cursor:pointer;background:#ef444426;border:1px solid #ef44444d;border-radius:8px;padding:7px 14px;font-family:inherit;font-size:13px;transition:all .2s}._logoutBtn_1tp5n_57:hover{color:#fff;background:#ef444440}._layout_1tp5n_65{flex:1;min-height:0;display:flex}._sidebar_1tp5n_72{background:#fff;border-right:1px solid #e2e8f0;flex-shrink:0;width:200px;height:calc(100vh - 60px);padding:16px 0;position:sticky;top:60px;overflow-y:auto}._navItem_1tp5n_84{cursor:pointer;color:#475569;text-align:left;background:0 0;border:none;border-left:3px solid #0000;align-items:center;gap:10px;width:100%;padding:11px 16px;font-family:inherit;font-size:13.5px;transition:all .15s;display:flex}._navItem_1tp5n_84:hover{color:#0f172a;background:#f8fafc}._navItemActive_1tp5n_103{border-left-color:#0a6ebd;font-weight:700;color:#0a6ebd!important;background:#eff6ff!important}._navIcon_1tp5n_110{flex-shrink:0;font-size:16px}._navLabel_1tp5n_111{white-space:nowrap;text-overflow:ellipsis;flex:1;overflow:hidden}._overlay_1tp5n_113{z-index:150;background:#0006;display:none;position:fixed;inset:0}._content_1tp5n_122{flex:1;min-width:0;padding:28px 28px 64px;overflow-y:auto}._section_1tp5n_130{background:#fff;border:1px solid #e2e8f0;border-radius:16px;max-width:900px;overflow:hidden}._sectionHeader_1tp5n_138{border-bottom:1px solid #f1f5f9;padding:22px 26px 18px}._sectionTitle_1tp5n_139{color:#0f172a;margin:0 0 4px;font-size:17px;font-weight:700}._sectionDesc_1tp5n_140{color:#64748b;margin:0;font-size:13px}._loadingMsg_1tp5n_141{color:#94a3b8;padding:20px 26px;font-size:14px}._input_1tp5n_144{color:#0f172a;box-sizing:border-box;background:#fff;border:1px solid #e2e8f0;border-radius:8px;outline:none;width:100%;padding:9px 12px;font-family:inherit;font-size:14px;transition:border-color .2s}._input_1tp5n_144:focus{border-color:#0a6ebd}._textarea_1tp5n_152{resize:vertical;min-height:80px}._fieldGroup_1tp5n_154{flex-direction:column;gap:5px;display:flex}._fieldGroup_1tp5n_154 label{color:#475569;text-transform:uppercase;letter-spacing:.05em;font-size:11.5px;font-weight:600}._checkLabel_1tp5n_157{color:#334155;cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:8px;font-size:13px;display:flex}._checkLabel_1tp5n_157 input{cursor:pointer;width:15px;height:15px}._statsList_1tp5n_161{padding:8px 26px 24px}._statRowHead_1tp5n_163{text-transform:uppercase;letter-spacing:.06em;color:#94a3b8;grid-template-columns:64px 140px 1fr 80px;gap:12px;padding:8px 0 4px;font-size:11px;font-weight:600;display:grid}._statRow_1tp5n_163{border-bottom:1px solid #f8fafc;grid-template-columns:64px 140px 1fr 80px;align-items:center;gap:12px;padding:8px 0;display:grid}._statRow_1tp5n_163:last-child{border-bottom:none}._inputIcon_1tp5n_177{text-align:center;padding:6px 4px;font-size:18px}._inputVal_1tp5n_178{font-weight:600}._saveBtn_1tp5n_182{color:#fff;cursor:pointer;white-space:nowrap;background:#0a6ebd;border:none;border-radius:8px;padding:8px 14px;font-family:inherit;font-size:13px;font-weight:600;transition:all .2s}._saveBtn_1tp5n_182:hover:not(:disabled){background:#0958a0}._saveBtn_1tp5n_182:disabled{opacity:.6;cursor:not-allowed}._saveBtnDone_1tp5n_189{background:#16a34a!important}._addBtn_1tp5n_191{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0a6ebd,#0891b2);border:none;border-radius:8px;align-self:flex-start;padding:10px 20px;font-family:inherit;font-size:14px;font-weight:700;transition:opacity .2s}._addBtn_1tp5n_191:hover:not(:disabled){opacity:.88}._addBtn_1tp5n_191:disabled{opacity:.6;cursor:not-allowed}._editBtn_1tp5n_201,._cancelBtn_1tp5n_201{cursor:pointer;color:#475569;white-space:nowrap;background:#f8fafc;border:1px solid #e2e8f0;border-radius:7px;padding:6px 12px;font-family:inherit;font-size:12px;font-weight:600;transition:all .2s}._editBtn_1tp5n_201:hover,._cancelBtn_1tp5n_201:hover{background:#e2e8f0}._deleteBtn_1tp5n_208{cursor:pointer;color:#ef4444;white-space:nowrap;background:#ef44440d;border:1px solid #ef444433;border-radius:7px;padding:6px 12px;font-family:inherit;font-size:12px;font-weight:600;transition:all .2s}._deleteBtn_1tp5n_208:hover{background:#ef44441f}._uploadBtn_1tp5n_215{cursor:pointer;color:#475569;text-align:center;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;width:100%;padding:7px 12px;font-family:inherit;font-size:13px;transition:all .2s}._uploadBtn_1tp5n_215:hover{background:#e2e8f0}._addForm_1tp5n_223{background:#fafbfd;border-bottom:1px solid #f1f5f9;padding:22px 26px}._addTitle_1tp5n_228{color:#0f172a;margin:0 0 18px;font-size:14px;font-weight:700}._addGrid_1tp5n_230{grid-template-columns:200px 1fr;align-items:start;gap:22px;display:grid}._addGrid2_1tp5n_233{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}._formGrid_1tp5n_236{grid-template-columns:repeat(2,1fr);gap:14px;display:grid}._addImgWrap_1tp5n_240{flex-direction:column;gap:10px;display:flex}._addImgPreview_1tp5n_241{cursor:pointer;background:#f8fafc;border:2px dashed #cbd5e1;border-radius:10px;justify-content:center;align-items:center;width:200px;height:140px;transition:border-color .2s;display:flex;overflow:hidden}._addImgPreview_1tp5n_241:hover{border-color:#0a6ebd}._addImgPreview_1tp5n_241 img{object-fit:cover;width:100%;height:100%}._addImgPlaceholder_1tp5n_248{color:#94a3b8;flex-direction:column;align-items:center;gap:8px;font-size:13px;display:flex}._addImgPlaceholder_1tp5n_248 span:first-child{font-size:32px}._addFields_1tp5n_250{flex-direction:column;gap:14px;display:flex}._campListHeader_1tp5n_253{border-bottom:1px solid #f1f5f9;padding:18px 26px 12px}._campListHeader_1tp5n_253 h3{color:#334155;margin:0;font-size:13px;font-weight:700}._campList_1tp5n_253{flex-direction:column;padding:0 26px 20px;display:flex}._campItem_1tp5n_258{border-bottom:1px solid #f1f5f9;grid-template-columns:80px 1fr auto;align-items:center;gap:14px;padding:14px 0;display:grid}._campItem_1tp5n_258:last-child{border-bottom:none}._campThumb_1tp5n_265{background:#f1f5f9;border-radius:8px;flex-shrink:0;width:80px;height:56px;overflow:hidden}._campThumb_1tp5n_265 img{object-fit:cover;width:100%;height:100%}._campThumbPlaceholder_1tp5n_267{justify-content:center;align-items:center;width:100%;height:100%;font-size:24px;display:flex}._campInfo_1tp5n_269{flex:1;min-width:0}._campTitle_1tp5n_270{color:#0f172a;text-overflow:ellipsis;white-space:nowrap;margin:0 0 4px;font-size:13.5px;font-weight:600;overflow:hidden}._campDesc_1tp5n_271{color:#64748b;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 4px;font-size:12px;display:-webkit-box;overflow:hidden}._campDate_1tp5n_272{color:#94a3b8;font-size:11px}._campEdit_1tp5n_274{flex-direction:column;flex:1;gap:8px;display:flex}._campEditActions_1tp5n_275{flex-wrap:wrap;gap:8px;display:flex}._campActions_1tp5n_276{flex-direction:column;flex-shrink:0;gap:6px;display:flex}._entityList_1tp5n_279{flex-direction:column;padding:0 26px 20px;display:flex}._entityRow_1tp5n_281{border-bottom:1px solid #f1f5f9;align-items:center;gap:14px;padding:12px 0;display:flex}._entityRow_1tp5n_281:last-child{border-bottom:none}._entityAvatar_1tp5n_287{color:#fff;background:linear-gradient(135deg,#0a6ebd,#0891b2);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:13px;font-weight:700;display:flex}._entityInfo_1tp5n_293{flex:1;min-width:0}._entityInfo_1tp5n_293 strong{color:#0f172a;font-size:13.5px}._entityMeta_1tp5n_295{color:#64748b;white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-size:12px;display:block;overflow:hidden}._entityDesc_1tp5n_296{color:#64748b;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:4px 0 0;font-size:12px;display:-webkit-box;overflow:hidden}._entityEditWrap_1tp5n_298{border-bottom:1px solid #f1f5f9;flex-direction:column;gap:12px;padding:14px 0;display:flex}._entityEditWrap_1tp5n_298:last-child{border-bottom:none}._emptyState_1tp5n_304{text-align:center;color:#94a3b8;padding:36px 26px}._emptyState_1tp5n_304 span{margin-bottom:10px;font-size:36px;display:block}._emptyState_1tp5n_304 p{margin:0;font-size:14px}._loginWrap_1tp5n_309{background:linear-gradient(135deg,#0c1c3a 0%,#1a2f56 100%);justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}._loginCard_1tp5n_313{text-align:center;background:#fff;border-radius:20px;width:100%;max-width:380px;padding:40px 36px;box-shadow:0 24px 80px #0006}._loginIcon_1tp5n_314{margin-bottom:12px;font-size:40px}._loginTitle_1tp5n_315{color:#0f172a;margin:0 0 6px;font-size:22px;font-weight:800}._loginSub_1tp5n_316{color:#64748b;margin:0 0 28px;font-size:14px}._loginForm_1tp5n_317{flex-direction:column;gap:12px;display:flex}._loginInput_1tp5n_318{box-sizing:border-box;text-align:center;letter-spacing:.1em;border:1.5px solid #e2e8f0;border-radius:10px;outline:none;width:100%;padding:12px 14px;font-family:inherit;font-size:14px;transition:border-color .2s}._loginInput_1tp5n_318:focus{border-color:#0a6ebd}._loginInputErr_1tp5n_320{border-color:#ef4444!important}._loginErr_1tp5n_321{color:#ef4444;margin:0;font-size:13px}._loginBtn_1tp5n_322{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0a6ebd,#0891b2);border:none;border-radius:10px;padding:12px;font-family:inherit;font-size:15px;font-weight:700;transition:opacity .2s}._loginBtn_1tp5n_322:hover{opacity:.88}@media (width<=900px){._hamburger_1tp5n_36{display:flex!important}._sidebar_1tp5n_72{z-index:160;height:calc(100vh - 60px);transition:left .25s;position:fixed;top:60px;left:-220px;box-shadow:4px 0 20px #0000001f}._sidebarOpen_1tp5n_337{left:0}._overlay_1tp5n_113{display:block}._content_1tp5n_122{padding:20px 16px 40px}._addGrid_1tp5n_230,._addGrid2_1tp5n_233,._formGrid_1tp5n_236{grid-template-columns:1fr}._statRowHead_1tp5n_163,._statRow_1tp5n_163{grid-template-columns:54px 110px 1fr 70px;gap:8px}._campItem_1tp5n_258{grid-template-columns:60px 1fr auto}._addForm_1tp5n_223,._statsList_1tp5n_161,._campList_1tp5n_253,._entityList_1tp5n_279,._campListHeader_1tp5n_253,._sectionHeader_1tp5n_138{padding-left:16px;padding-right:16px}}@media (width<=480px){._statsList_1tp5n_161,._campList_1tp5n_253,._entityList_1tp5n_279{padding-left:12px;padding-right:12px;overflow-x:auto}._statRowHead_1tp5n_163,._statRow_1tp5n_163{grid-template-columns:44px 90px 1fr 60px;gap:6px;font-size:12px}._campItem_1tp5n_258{grid-template-columns:52px 1fr auto;gap:10px}._campThumb_1tp5n_265{width:52px;height:40px}._campTitle_1tp5n_270{font-size:12.5px}._addForm_1tp5n_223,._campListHeader_1tp5n_253,._sectionHeader_1tp5n_138{padding-left:12px;padding-right:12px}._addBtn_1tp5n_191,._saveBtn_1tp5n_182{width:100%;min-height:44px;padding:10px 16px}._campEditActions_1tp5n_275{flex-direction:column}._campEditActions_1tp5n_275 button{width:100%;min-height:40px}._entityRow_1tp5n_281{gap:10px}._entityInfo_1tp5n_293{min-width:0}._entityTitle_1tp5n_364{font-size:13px}._deleteBtn_1tp5n_208{min-width:36px;min-height:36px;padding:6px 10px;font-size:12px}._editBtn_1tp5n_201{min-height:36px;padding:6px 12px;font-size:12px}._input_1tp5n_144,._textarea_1tp5n_152,._select_1tp5n_367{font-size:16px}._section_1tp5n_130{padding:0 0 32px}._sectionTitle_1tp5n_139{font-size:17px}}._page_1e7dn_1{background:#fff;min-height:100vh;font-family:Plus Jakarta Sans,Inter,sans-serif}._hero_1e7dn_8{text-align:center;background:#fff;padding:80px 24px 56px}._heroTitle_1e7dn_14{color:#0f172a;letter-spacing:-.5px;margin-bottom:16px;font-size:clamp(2rem,5vw,3rem);font-weight:800}._heroSub_1e7dn_22{color:#64748b;max-width:480px;margin:0 auto;font-size:16px;line-height:1.7}._cardsSection_1e7dn_31{background:#fff;padding:0 24px 64px}._cardsGrid_1e7dn_36{grid-template-columns:repeat(3,1fr);gap:24px;max-width:900px;margin:0 auto;display:grid}._card_1e7dn_31{text-align:center;background:#f8fafc;border:1px solid #e8f0f7;border-radius:16px;flex-direction:column;align-items:center;padding:40px 28px;transition:transform .22s,box-shadow .22s;display:flex;box-shadow:0 2px 16px #0a6ebd0f}._card_1e7dn_31:hover{transform:translateY(-4px);box-shadow:0 10px 32px #0a6ebd1f}._cardIcon_1e7dn_62{color:#0a6ebd;background:#f0f7ff;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:20px;display:flex}._cardTitle_1e7dn_74{letter-spacing:1.2px;color:#94a3b8;text-transform:uppercase;margin-bottom:10px;font-size:12px;font-weight:700}._cardValue_1e7dn_83{color:#0a6ebd;font-size:14.5px;font-weight:500;line-height:1.6}._formSection_1e7dn_91{background:linear-gradient(135deg,#0c1c3a 0%,#0a3d6b 50%,#00806a22 100%);padding:80px 24px}._formCard_1e7dn_96{background:#fff;border-radius:20px;max-width:720px;margin:0 auto;padding:48px 52px;box-shadow:0 24px 80px #00000040}._formTitle_1e7dn_105{color:#0f172a;text-align:center;margin-bottom:8px;font-size:1.6rem;font-weight:800}._formSub_1e7dn_113{color:#64748b;text-align:center;margin-bottom:32px;font-size:14px;line-height:1.6}._form_1e7dn_91{flex-direction:column;gap:16px;display:flex}._formRow_1e7dn_127{grid-template-columns:1fr 1fr;gap:16px;display:grid}._formGroup_1e7dn_133{flex-direction:column;display:flex}._input_1e7dn_138{color:#1e293b;box-sizing:border-box;background:#fff;border:1.5px solid #e2e8f0;border-radius:10px;outline:none;width:100%;padding:13px 16px;font-family:Plus Jakarta Sans,Inter,sans-serif;font-size:14px;transition:border-color .2s,box-shadow .2s}._input_1e7dn_138:focus{border-color:#0a6ebd;box-shadow:0 0 0 3px #0a6ebd1f}._input_1e7dn_138::placeholder{color:#94a3b8}._textarea_1e7dn_159{resize:vertical;min-height:160px}._submitBtn_1e7dn_164{color:#fff;cursor:pointer;background:#0f172a;border:none;border-radius:12px;width:fit-content;min-width:140px;padding:14px 32px;font-family:Plus Jakarta Sans,Inter,sans-serif;font-size:15px;font-weight:700;transition:background .2s,transform .2s,box-shadow .2s}._submitBtn_1e7dn_164:hover{background:#0a6ebd;transform:translateY(-2px);box-shadow:0 8px 24px #0a6ebd4d}._submitBtn_1e7dn_164:disabled{opacity:.65;cursor:not-allowed;transform:none}._successMsg_1e7dn_191{color:#166534;text-align:center;background:#dcfce7;border:1px solid #86efac;border-radius:10px;margin-bottom:20px;padding:14px 18px;font-size:14px;font-weight:600}._errorMsg_1e7dn_203{color:#b91c1c;text-align:center;background:#fef2f2;border:1px solid #fca5a5;border-radius:10px;margin-bottom:20px;padding:14px 18px;font-size:14px;font-weight:600}@media (width<=768px){._cardsGrid_1e7dn_36{grid-template-columns:1fr;max-width:400px}._formCard_1e7dn_96{padding:32px 20px}._formRow_1e7dn_127{grid-template-columns:1fr}._heroTitle_1e7dn_14{font-size:1.8rem}}@media (width<=480px){._heroBg_1e7dn_225{padding:56px 16px 48px}._heroTitle_1e7dn_14{font-size:24px}._cardsGrid_1e7dn_36{padding:0 16px}._formCard_1e7dn_96{padding:28px 16px}._submitBtn_1e7dn_164{width:100%;min-height:44px}input,textarea,select{font-size:16px!important}}._page_1m9cs_1{color:#1e293b;font-family:Plus Jakarta Sans,Inter,sans-serif}._hero_1m9cs_4{background:linear-gradient(135deg,#f0f8ff 0%,#f0fdf9 100%);border-bottom:1px solid #e2e8f0;padding:80px 32px 72px}._heroInner_1m9cs_9{grid-template-columns:1fr 1fr;align-items:center;gap:60px;max-width:1200px;margin:0 auto;display:grid}._heroLeft_1m9cs_13{flex-direction:column;gap:22px;display:flex}._heroBadge_1m9cs_14{color:#0a6ebd;background:#0a6ebd1a;border:1px solid #0a6ebd33;border-radius:100px;width:fit-content;padding:6px 16px;font-size:13px;font-weight:600;display:inline-block}._heroH1_1m9cs_20{letter-spacing:-.5px;color:#0f172a;margin:0;font-size:clamp(28px,3.5vw,46px);font-weight:900;line-height:1.1}._heroAccent_1m9cs_24{background:linear-gradient(120deg,#0a6ebd,#00b894);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}._heroSub_1m9cs_28{color:#475569;max-width:520px;margin:0;font-size:16px;line-height:1.75}._heroCta_1m9cs_29{color:#fff;background:#0a6ebd;border-radius:12px;width:fit-content;padding:13px 28px;font-size:15px;font-weight:700;text-decoration:none;transition:background .2s,transform .2s;display:inline-flex;box-shadow:0 4px 16px #0a6ebd4d}._heroCta_1m9cs_29:hover{background:#0056a0;transform:translateY(-2px)}._heroRight_1m9cs_40{justify-content:center;display:flex}._heroCollage_1m9cs_41{width:380px;height:340px;position:relative}._heroLines_1m9cs_44{pointer-events:none;width:100%;height:100%;position:absolute;inset:0}._heroFrame_1m9cs_45{border:1px solid #e2e8f0;border-radius:16px;width:130px;height:90px;position:absolute;overflow:hidden;box-shadow:0 8px 28px #0a6ebd1f}._heroFrame1_1m9cs_50{top:10px;left:0}._heroFrame2_1m9cs_51{top:10px;right:0}._heroFrame3_1m9cs_52{bottom:10px;left:0}._heroFrame4_1m9cs_53{bottom:10px;right:0}._heroFrameInner_1m9cs_54{background:#fff;flex-direction:column;justify-content:center;align-items:center;gap:6px;width:100%;height:100%;display:flex}._heroFrameInner_1m9cs_54 span{font-size:28px}._heroFrameInner_1m9cs_54 p{color:#334155;text-align:center;margin:0;font-size:11.5px;font-weight:700}._stats_1m9cs_63{background:linear-gradient(135deg,#0a6ebd,#00b894);padding:52px 32px}._statsInner_1m9cs_64{text-align:center;grid-template-columns:repeat(4,1fr);gap:24px;max-width:900px;margin:0 auto;display:grid}._statItem_1m9cs_68{flex-direction:column;gap:6px;display:flex}._statValue_1m9cs_69{color:#fff;font-size:clamp(26px,3vw,40px);font-weight:900}._statLabel_1m9cs_70{color:#ffffffbf;font-size:13.5px;font-weight:500}._story_1m9cs_73{background:#fff8f5;padding:80px 32px}._storyInner_1m9cs_74{grid-template-columns:1fr 1fr;align-items:center;gap:64px;max-width:1100px;margin:0 auto;display:grid}._storyImgReal_1m9cs_78{object-fit:contain;background:#f8fafc;border:1px solid #e2e8f0;border-radius:20px;width:100%;height:auto;display:block;box-shadow:0 8px 32px #0a6ebd1f}._storyImgBox_1m9cs_85{aspect-ratio:4/3;background:linear-gradient(135deg,#e8f4fd,#f0fdf9);border:1px solid #e2e8f0;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;gap:14px;width:100%;display:flex;box-shadow:0 8px 32px #0a6ebd14}._storyImgBox_1m9cs_85 span{font-size:64px}._storyImgBox_1m9cs_85 p{color:#64748b;text-align:center;max-width:200px;font-size:14px;font-weight:500;line-height:1.5}._sectionTag_1m9cs_94{text-transform:uppercase;letter-spacing:1px;color:#0a6ebd;margin:0 0 8px;font-size:12px;font-weight:700}._sectionH2_1m9cs_95{color:#0f172a;margin:0 0 20px;font-size:clamp(24px,3vw,36px);font-weight:800;line-height:1.2}._storyQuote_1m9cs_96{color:#334155;background:#f0f8ff;border-left:4px solid #0a6ebd;border-radius:0 12px 12px 0;margin:0 0 18px;padding:14px 20px;font-size:15px;font-style:italic;line-height:1.65}._storyQuote_1m9cs_96 cite{color:#0a6ebd;margin-top:8px;font-size:12.5px;font-style:normal;font-weight:700;display:block}._storyBody_1m9cs_102{color:#475569;margin:0 0 12px;font-size:14.5px;line-height:1.8}._missionSection_1m9cs_105{background:#fff;padding:80px 32px}._sectionTagCenter_1m9cs_106{text-transform:uppercase;letter-spacing:1px;color:#0a6ebd;text-align:center;margin:0 0 8px;font-size:12px;font-weight:700}._sectionH2Center_1m9cs_107{color:#0f172a;text-align:center;margin:0 0 12px;font-size:clamp(24px,3vw,36px);font-weight:800}._sectionSubCenter_1m9cs_108{color:#64748b;text-align:center;max-width:560px;margin:0 auto 44px;font-size:15px;line-height:1.7}._sectionContainer_1m9cs_109{max-width:1100px;margin:0 auto}._missionGrid_1m9cs_110{grid-template-columns:1fr 1fr;gap:24px;display:grid}._missionCard_1m9cs_111{background:linear-gradient(135deg,#f0f8ff,#e8fdf8);border:1px solid #bfdbfe;border-radius:20px;padding:36px 32px}._missionCardAlt_1m9cs_116{background:linear-gradient(135deg,#e8fdf8,#f0f8ff);border-color:#a7f3d0}._missionIcon_1m9cs_117{margin-bottom:16px;font-size:36px}._missionCard_1m9cs_111 h3{color:#0f172a;margin:0 0 12px;font-size:20px;font-weight:800}._missionCard_1m9cs_111 p{color:#475569;margin:0;font-size:14.5px;line-height:1.8}._whySection_1m9cs_122{background:#f8fafc;padding:80px 32px}._whyGrid_1m9cs_123{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;display:grid}._whyCard_1m9cs_126{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:28px 26px;transition:transform .2s,box-shadow .2s;box-shadow:0 2px 12px #0a6ebd0d}._whyCard_1m9cs_126:hover{transform:translateY(-4px);box-shadow:0 10px 32px #0a6ebd1f}._whyBar_1m9cs_132{background:linear-gradient(90deg,#0a6ebd,#00b894);border-radius:2px;width:36px;height:4px;margin-bottom:16px}._whyTitle_1m9cs_133{color:#0f172a;margin:0 0 8px;font-size:16px;font-weight:800}._whyDesc_1m9cs_134{color:#64748b;margin:0;font-size:13.5px;line-height:1.75}._teamSection_1m9cs_137{background:#fff;padding:80px 32px}._teamGrid_1m9cs_138{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:24px;margin-bottom:32px;display:grid}._teamCard_1m9cs_142{text-align:center;background:#f8fafc;border:1px solid #e8f0f7;border-radius:18px;flex-direction:column;align-items:center;gap:10px;padding:28px 20px;transition:transform .22s,box-shadow .22s;display:flex;box-shadow:0 2px 12px #0a6ebd0d}._teamCard_1m9cs_142:hover{transform:translateY(-4px);box-shadow:0 10px 28px #0a6ebd1f}._teamPhoto_1m9cs_151{background:linear-gradient(135deg,#0a6ebd,#00b894);border:3px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:90px;height:90px;display:flex;overflow:hidden}._teamPhoto_1m9cs_151 img{object-fit:cover;object-position:top;width:100%;height:100%}._teamPhoto_1m9cs_151 span{color:#fff;font-size:26px;font-weight:800}._teamName_1m9cs_158{color:#0f172a;margin:0;font-size:15.5px;font-weight:800}._teamRole_1m9cs_159{color:#0a6ebd;margin:0;font-size:12.5px;font-weight:600}._teamQuote_1m9cs_160{text-align:center;color:#475569;border-top:1px solid #f1f5f9;max-width:600px;margin:0 auto;padding:20px 0;font-size:16px;font-style:italic}._promiseSection_1m9cs_167{text-align:center;background:linear-gradient(135deg,#0c1c3a,#0a3d6b);padding:80px 32px}._promiseH2_1m9cs_171{color:#fff;margin:0 0 12px;font-size:clamp(28px,3vw,40px);font-weight:900}._promiseSub_1m9cs_172{color:#fff9;margin:0 0 40px;font-size:16px}._promiseList_1m9cs_173{flex-direction:column;gap:16px;max-width:640px;margin:0 auto 32px;display:flex}._promiseItem_1m9cs_176{text-align:left;background:#ffffff12;border:1px solid #ffffff1a;border-radius:14px;align-items:flex-start;gap:16px;padding:18px 22px;display:flex}._promiseCheck_1m9cs_181{color:#fff;background:linear-gradient(135deg,#0a6ebd,#00b894);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;margin-top:2px;font-size:13px;font-weight:700;display:flex}._promiseItem_1m9cs_176 p{color:#ffffffd9;margin:0;font-size:15px;line-height:1.6}._promiseEnd_1m9cs_188{color:#ffffff80;font-size:16px}._promiseEnd_1m9cs_188 strong{color:#fff}@media (width<=900px){._heroInner_1m9cs_9{grid-template-columns:1fr;gap:40px}._heroRight_1m9cs_40{display:none}._storyInner_1m9cs_74{grid-template-columns:1fr;gap:32px}._storyImgBox_1m9cs_85{display:none}._missionGrid_1m9cs_110{grid-template-columns:1fr}._statsInner_1m9cs_64{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){._hero_1m9cs_4,._story_1m9cs_73,._missionSection_1m9cs_105,._whySection_1m9cs_122,._teamSection_1m9cs_137,._promiseSection_1m9cs_167{padding:56px 16px}._statsInner_1m9cs_64{grid-template-columns:1fr 1fr}._teamGrid_1m9cs_138{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){._hero_1m9cs_4,._story_1m9cs_73,._missionSection_1m9cs_105,._whySection_1m9cs_122,._teamSection_1m9cs_137,._promiseSection_1m9cs_167{padding:48px 14px}._heroH1_1m9cs_20{font-size:26px}._heroCta_1m9cs_29{text-align:center;width:100%;min-height:44px;padding:13px 20px}._statsInner_1m9cs_64{grid-template-columns:1fr 1fr;gap:16px}._statValue_1m9cs_69{font-size:24px}._teamGrid_1m9cs_138{grid-template-columns:1fr 1fr;gap:14px}._teamCard_1m9cs_142{padding:18px 12px}._teamPhoto_1m9cs_151{width:70px;height:70px}._promiseItem_1m9cs_176{gap:12px;padding:14px 16px}}._wrap_1o19e_3{background:#fff;border:1px solid #e6edf5;border-radius:18px;margin-bottom:26px;padding:22px 22px 26px;box-shadow:0 10px 30px #0f172a0f}._head_1o19e_21{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;display:flex}._titleWrap_1o19e_39{flex-wrap:wrap;align-items:center;gap:14px;display:flex}._summary_1o19e_51{color:#b45309;background:#fff7ed;border:1px solid #fed7aa;border-radius:999px;align-items:center;gap:5px;padding:4px 10px;font-size:13px;font-weight:700;display:inline-flex}._avgStar_1o19e_75{color:#f5b301}._title_1o19e_39{color:#0f172a;margin:0;padding-bottom:8px;font-size:20px;font-weight:800;position:relative}._title_1o19e_39:after{content:"";background:linear-gradient(90deg,#0a6ebd,#16a34a);border-radius:2px;width:46px;height:3px;position:absolute;bottom:0;left:0}._writeBtn_1o19e_117{color:#fff;cursor:pointer;background:linear-gradient(90deg,#0a6ebd,#0077c8);border:none;border-radius:10px;flex-shrink:0;padding:10px 18px;font-family:inherit;font-size:13px;font-weight:700;transition:transform .15s,box-shadow .2s;box-shadow:0 6px 16px #0a6ebd47}._writeBtn_1o19e_117:hover{transform:translateY(-1px);box-shadow:0 9px 22px #0a6ebd5c}._viewport_1o19e_151{position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 5% 95%,#0000);mask-image:linear-gradient(90deg,#0000,#000 5% 95%,#0000)}._track_1o19e_165{width:max-content;animation:_scrollReviews_1o19e_1 var(--dur,40s) linear infinite;gap:16px;display:flex}._track_1o19e_165:hover{animation-play-state:paused}@keyframes _scrollReviews_1o19e_1{0%{transform:translate(0)}to{transform:translate(-50%)}}._tile_1o19e_191{background:linear-gradient(#f8fbff,#f1f6fc);border:1px solid #e2ecf7;border-radius:14px;align-items:flex-start;gap:12px;width:320px;min-width:320px;margin:0;padding:16px;display:flex}._avatar_1o19e_217{object-fit:cover;color:#fff;letter-spacing:.5px;border-radius:50%;justify-content:center;align-items:center;width:46px;min-width:46px;height:46px;font-size:15px;font-weight:800;display:flex;box-shadow:0 3px 8px #0f172a29}._tileBody_1o19e_249{min-width:0}._tileHead_1o19e_253{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:4px;display:flex}._tileName_1o19e_267{color:#0f172a;font-size:14px;font-weight:700}._stars_1o19e_269{color:#f5b301;letter-spacing:1px;white-space:nowrap;font-size:13px}._tileMsg_1o19e_273{color:#475569;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:13px;font-style:italic;line-height:1.5;display:-webkit-box;overflow:hidden}._empty_1o19e_297{text-align:center;color:#94a3b8;background:#f8fafc;border-radius:12px;margin:0;padding:18px;font-size:13.5px;font-style:italic}._overlay_1o19e_321{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:2000;background:#0f172a99;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}._modal_1o19e_343{background:#fff;border-radius:22px;width:100%;max-width:480px;max-height:90vh;padding:34px 30px 30px;position:relative;overflow-y:auto;box-shadow:0 28px 72px #00000038}._closeBtn_1o19e_365{cursor:pointer;color:#64748b;background:#f1f5f9;border:none;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:13px;transition:background .15s;display:flex;position:absolute;top:16px;right:16px}._closeBtn_1o19e_365:hover{color:#334155;background:#e2e8f0}._modalTitle_1o19e_403{color:#0f172a;margin:0 0 8px;font-size:21px;font-weight:800}._modalSub_1o19e_405{color:#64748b;margin:0 0 22px;font-size:13px;line-height:1.55}._form_1o19e_409{flex-direction:column;gap:16px;display:flex}._field_1o19e_411{flex-direction:column;gap:6px;display:flex}._field_1o19e_411 label{color:#334155;font-size:12.5px;font-weight:700}._field_1o19e_411 input,._field_1o19e_411 textarea{color:#0f172a;resize:vertical;background:#fafafa;border:1.5px solid #e2e8f0;border-radius:10px;outline:none;padding:10px 13px;font-family:inherit;font-size:14px;transition:border-color .2s}._field_1o19e_411 input:focus,._field_1o19e_411 textarea:focus{background:#fff;border-color:#0a6ebd}._charCount_1o19e_449{color:#94a3b8;text-align:right;margin-top:2px;font-size:11px}._starPick_1o19e_453{gap:4px;display:flex}._starPick_1o19e_453 button{cursor:pointer;background:0 0;border:none;padding:0;font-size:30px;line-height:1;transition:transform .12s}._starPick_1o19e_453 button:hover{transform:scale(1.15)}._starOn_1o19e_475{color:#f5b301}._starOff_1o19e_477{color:#d7dee7}._submitBtn_1o19e_481{color:#fff;cursor:pointer;background:#0a6ebd;border:none;border-radius:12px;min-height:50px;padding:14px 28px;font-family:inherit;font-size:15px;font-weight:700;transition:background .2s,transform .15s}._submitBtn_1o19e_481:hover:not(:disabled){background:#054a82;transform:translateY(-1px)}._submitBtn_1o19e_481:disabled{opacity:.6;cursor:not-allowed}._thanks_1o19e_513{text-align:center;flex-direction:column;align-items:center;gap:12px;padding:16px 0 8px;display:flex}._thanks_1o19e_513 span{font-size:52px}._thanks_1o19e_513 h3{color:#0f172a;margin:0;font-size:21px;font-weight:800}._thanks_1o19e_513 p{color:#64748b;max-width:320px;margin:0;font-size:14px;line-height:1.6}._doneBtn_1o19e_537{cursor:pointer;color:#334155;background:#f1f5f9;border:none;border-radius:10px;margin-top:8px;padding:11px 32px;font-family:inherit;font-size:14px;font-weight:600;transition:background .15s}._doneBtn_1o19e_537:hover{background:#e2e8f0}@media (width<=560px){._tile_1o19e_191{width:260px;min-width:260px}._modal_1o19e_343{border-radius:18px;padding:28px 18px 24px}}._page_gww3h_1{color:#1e293b;max-width:1180px;margin:0 auto;padding:24px 20px 80px}._backBtn_gww3h_15{color:#0369a1;cursor:pointer;background:0 0;border:none;margin-bottom:12px;padding:8px 0;font-size:14px;font-weight:600}._backBtn_gww3h_15:hover{text-decoration:underline}._notFound_gww3h_39{text-align:center;padding:80px 20px}._hero_gww3h_51{color:#fff;background:radial-gradient(1200px 400px at 90% -10%,#0e74908c,#0000 60%),linear-gradient(120deg,#0c1c3a 0%,#123a6b 60%,#0e7490 100%);border-radius:20px;padding:44px 40px;position:relative;overflow:hidden;box-shadow:0 18px 44px #0c1c3a38}._hero_gww3h_51:after{content:"";background:radial-gradient(circle,#ffffff1a,#0000 70%);border-radius:50%;width:260px;height:260px;position:absolute;bottom:-80px;right:-60px}._heroInner_gww3h_87{flex-wrap:wrap;align-items:center;gap:30px;display:flex}._heroAvatar_gww3h_99{background:#ffffff1f;border:4px solid #ffffff59;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:130px;height:130px;font-size:42px;font-weight:700;display:flex;overflow:hidden}._heroAvatar_gww3h_99 img{object-fit:cover;object-position:top;width:100%;height:100%}._heroText_gww3h_129{flex:1;min-width:260px}._verified_gww3h_131{color:#6ee7b7;background:#10b98133;border:1px solid #10b98180;border-radius:999px;margin-bottom:10px;padding:3px 12px;font-size:12px;font-weight:600;display:inline-block}._heroTitle_gww3h_153{margin:0 0 10px;font-size:30px;font-weight:800;line-height:1.2}._heroTagline_gww3h_165{color:#ffffffd9;max-width:620px;margin:0 0 16px;font-size:15px;line-height:1.6}._heroMeta_gww3h_179{flex-wrap:wrap;gap:10px;display:flex}._heroMeta_gww3h_179 span{background:#ffffff1f;border-radius:8px;padding:5px 12px;font-size:13px;font-weight:500}._heroRating_gww3h_203{color:#fcd34d;border:1px solid #f59e0b73;background:#f59e0b38!important;font-weight:700!important}._heroSocials_gww3h_217{gap:10px;margin-top:16px;display:flex}._heroSocials_gww3h_217 a{color:#fff;background:#ffffff1f;border:1px solid #fff3;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;transition:background .15s,transform .15s;display:inline-flex}._heroSocials_gww3h_217 a:hover{background:#ffffff3d;transform:translateY(-2px)}._messageBar_gww3h_257{background:linear-gradient(135deg,#ecfeff,#f0f9ff);border:1px solid #bae6fd;border-left:5px solid #0e7490;border-radius:14px;margin-bottom:22px;padding:20px 24px 20px 56px;position:relative}._messageBar_gww3h_257 p{color:#0c4a6e;margin:0;font-size:15.5px;font-style:italic;font-weight:500;line-height:1.6}._messageQuote_gww3h_291{color:#0e7490;opacity:.35;font-family:Georgia,serif;font-size:52px;line-height:1;position:absolute;top:6px;left:16px}._videoWrap_gww3h_313{aspect-ratio:16/9;background:#0f172a;border:1px solid #e2e8f0;border-radius:12px;width:100%;position:relative;overflow:hidden}._videoWrap_gww3h_313 iframe,._videoWrap_gww3h_313 video{object-fit:cover;border:none;width:100%;height:100%;position:absolute;inset:0}._ctaBar_gww3h_353{color:#fff;background:linear-gradient(90deg,#059669,#10b981);border-radius:12px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-top:18px;padding:16px 24px;display:flex}._ctaBarText_gww3h_377{letter-spacing:.3px;font-size:15px;font-weight:700}._ctaBarBtn_gww3h_379{color:#059669;cursor:pointer;white-space:nowrap;background:#fff;border:none;border-radius:8px;padding:10px 22px;font-size:14px;font-weight:700}._ctaBarBtn_gww3h_379:hover{background:#ecfdf5}._body_gww3h_407{grid-template-columns:1fr 340px;align-items:start;gap:28px;margin-top:26px;display:grid}._main_gww3h_421{min-width:0}._block_gww3h_425{background:#fff;border:1px solid #e8edf3;border-radius:16px;margin-bottom:22px;padding:24px 26px;box-shadow:0 6px 20px #0f172a0d}._blockTitle_gww3h_441{color:#0c1c3a;margin:0 0 16px;padding-bottom:10px;font-size:20px;font-weight:700;position:relative}._blockTitle_gww3h_441:after{content:"";background:#0e7490;border-radius:2px;width:44px;height:3px;position:absolute;bottom:0;left:0}._aboutRow_gww3h_475{flex-wrap:wrap;gap:22px;display:flex}._aboutPhoto_gww3h_477{color:#64748b;background:#e2e8f0;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:150px;height:180px;font-size:40px;font-weight:700;display:flex;overflow:hidden}._aboutPhoto_gww3h_477 img{object-fit:cover;object-position:top;width:100%;height:100%}._aboutText_gww3h_507{color:#334155;flex:1;min-width:240px;font-size:14.5px;line-height:1.65}._aboutText_gww3h_507 p{margin:0 0 10px}._visionList_gww3h_513{color:#334155;margin:0;padding-left:22px;font-size:14.5px;line-height:1.7}._visionList_gww3h_513 li{margin-bottom:8px}._testGrid_gww3h_531{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px;display:grid}._testCard_gww3h_541{background:#f8fafc;border:1px solid #e2e8f0;border-left:4px solid #0e7490;border-radius:10px;margin:0;padding:16px 18px}._testCard_gww3h_541 blockquote{color:#334155;margin:0 0 8px;font-size:14px;font-style:italic;line-height:1.6}._testCard_gww3h_541 figcaption{color:#0369a1;font-size:13px;font-weight:600}._sidebar_gww3h_585{position:sticky;top:20px}._bookCard_gww3h_587{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:24px;box-shadow:0 10px 30px #0f172a0f}._bookTitle_gww3h_601{color:#0c1c3a;margin:0 0 16px;font-size:18px;font-weight:700}._bookRow_gww3h_613{background:#ecfdf5;border:1px solid #a7f3d0;border-radius:10px;justify-content:space-between;align-items:center;margin-bottom:16px;padding:12px 14px;font-size:14px;display:flex}._bookRow_gww3h_613 strong{color:#059669;font-size:16px}._terms_gww3h_639{margin-bottom:14px}._termsTitle_gww3h_641{color:#334155;margin:0 0 6px;font-size:13px;font-weight:700}._terms_gww3h_639 p:last-child{color:#64748b;margin:0;font-size:12.5px;line-height:1.55}._agree_gww3h_647{color:#334155;cursor:pointer;align-items:flex-start;gap:8px;margin-bottom:16px;font-size:13px;display:flex}._agree_gww3h_647 input{margin-top:2px}._bookBtn_gww3h_669{cursor:pointer;color:#fff;background:#0e7490;border:none;border-radius:10px;width:100%;padding:13px;font-size:15px;font-weight:700;transition:background .15s}._bookBtn_gww3h_669:hover:not(:disabled){background:#0c637c}._bookBtn_gww3h_669:disabled{cursor:not-allowed;background:#cbd5e1}._bookNote_gww3h_697{color:#94a3b8;text-align:center;margin:10px 0 0;font-size:12px}@media (width<=860px){._body_gww3h_407{grid-template-columns:1fr}._sidebar_gww3h_585{position:static}._heroTitle_gww3h_153{font-size:24px}}@media (width<=560px){._page_gww3h_1{padding:16px 12px 56px}._hero_gww3h_51{border-radius:16px;padding:28px 16px}._heroInner_gww3h_87{gap:16px}._heroAvatar_gww3h_99{border-width:3px;width:92px;height:92px;font-size:30px}._heroText_gww3h_129{min-width:0}._heroTitle_gww3h_153{font-size:21px}._heroTagline_gww3h_165{font-size:14px}._ctaBar_gww3h_353{padding:14px 16px}._ctaBarBtn_gww3h_379{width:100%}._messageBar_gww3h_257{padding:16px 14px 16px 44px}._messageQuote_gww3h_291{font-size:40px;left:12px}._block_gww3h_425{border-radius:14px;padding:18px 16px}._blockTitle_gww3h_441{font-size:18px}._aboutRow_gww3h_475{flex-direction:column}._aboutPhoto_gww3h_477{width:100%;height:220px}._aboutText_gww3h_507{min-width:0}._testGrid_gww3h_531{grid-template-columns:1fr}._bookCard_gww3h_587{padding:18px 16px}}.tab-content{flex:1;min-height:400px}
