.auth-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a0a14a6;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px}.auth-modal{background:#fff;border-radius:22px;width:100%;max-width:460px;height:580px;max-height:92vh;position:relative;box-shadow:0 32px 80px #00000038;animation:auth-pop .28s cubic-bezier(.22,1,.36,1) both;display:flex;flex-direction:column;overflow:hidden}@keyframes auth-pop{0%{opacity:0;transform:translateY(28px) scale(.97)}to{opacity:1;transform:none}}.auth-tabs{display:flex;background:#f1f5f9;margin:22px 22px 0;border-radius:14px;padding:5px;gap:5px;flex-shrink:0}.auth-tab{flex:1;padding:12px;border:none;border-radius:10px;background:transparent;font-size:14.5px;font-weight:700;color:#94a3b8;cursor:pointer;font-family:inherit;transition:all .22s;letter-spacing:.1px}.auth-tab--active{background:#0f172a;color:#fff;box-shadow:0 2px 10px #0f172a40}.auth-close{position:absolute;top:14px;right:14px;width:32px;height:32px;border-radius:50%;background:#f1f5f9;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#64748b;transition:background .15s,color .15s;z-index:10}.auth-close:hover{background:#e2e8f0;color:#0f172a}.auth-body{padding:24px 28px 28px;flex:1;display:flex;flex-direction:column;justify-content:center;overflow-y:auto}.auth-head{margin-bottom:24px}.auth-title{font-size:22px;font-weight:900;color:#0f172a;letter-spacing:-.5px;margin-bottom:5px}.auth-sub{font-size:14px;color:#94a3b8;font-weight:500}.login-form{display:flex;flex-direction:column;gap:18px}.login-field{display:flex;flex-direction:column;gap:7px}.login-field label{font-size:12.5px;font-weight:700;color:#374151;text-transform:uppercase;letter-spacing:.4px}.login-field input{width:100%;padding:13px 16px;border:1.5px solid #e2e8f0;border-radius:12px;font-size:15px;font-family:inherit;color:#0f172a;outline:none;background:#f8fafc;transition:border-color .15s,box-shadow .15s,background .15s;box-sizing:border-box}.login-field input:focus{border-color:#0f172a;background:#fff;box-shadow:0 0 0 3px #0f172a14}.login-pass-wrap input{padding-right:48px}.login-eye{position:absolute;right:14px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center}.login-forgot-row{display:flex;justify-content:flex-end;margin-top:4px}.login-forgot{background:none;border:none;font-size:13px;font-weight:600;color:#64748b;cursor:pointer;font-family:inherit;padding:0;transition:color .15s}.login-forgot:hover{color:#0f172a}.login-err{font-size:13px;color:#dc2626;background:#fff5f5;border:1px solid #fecaca;border-radius:10px;padding:10px 14px;font-weight:500}.auth-cta{width:100%;padding:14px;background:#0f172a;color:#fff;border:none;border-radius:12px;font-size:15px;font-weight:800;cursor:pointer;font-family:inherit;letter-spacing:.1px;transition:background .15s,transform .1s,box-shadow .15s;margin-top:4px;box-shadow:0 2px 12px #0f172a33}.auth-cta:hover{background:#1e293b;transform:translateY(-1px);box-shadow:0 4px 18px #0f172a47}.auth-cta:active{transform:translateY(0)}.auth-cta--off{background:#e2e8f0;color:#94a3b8;cursor:not-allowed;box-shadow:none;transform:none}.auth-cta--off:hover{background:#e2e8f0;transform:none;box-shadow:none}.auth-terms{font-size:12px;color:#94a3b8;text-align:center;margin-top:18px;line-height:1.6}.auth-terms a{color:#0f172a;font-weight:700;text-decoration:underline}.reg-wrap{flex:1;overflow-y:auto;scrollbar-width:none;display:flex;flex-direction:column}.reg-wrap::-webkit-scrollbar{display:none}.reg-step-header{padding:42px 24px 16px;flex-shrink:0}.reg-step-title{font-size:19px;font-weight:900;color:#0f172a;letter-spacing:-.4px;margin-bottom:3px;line-height:1.2}.reg-step-sub{font-size:13px;color:#94a3b8;font-weight:500}.reg-form{padding:16px 24px 24px;display:flex;flex-direction:column;gap:12px}.reg-field{display:flex;flex-direction:column;gap:5px}.reg-field label{font-size:11.5px;font-weight:700;color:#374151;text-transform:uppercase;letter-spacing:.4px}.reg-req{color:#ef4444}.reg-opt{color:#94a3b8;font-weight:500;text-transform:none;font-size:11px}.reg-field input,.reg-field textarea{width:100%;padding:10px 13px;border:1.5px solid #e2e8f0;border-radius:10px;font-size:14px;font-family:inherit;color:#0f172a;outline:none;background:#f8fafc;transition:border-color .15s,box-shadow .15s,background .15s;box-sizing:border-box;resize:none}.reg-field input:focus,.reg-field textarea:focus{border-color:#0f172a;background:#fff;box-shadow:0 0 0 3px #0f172a14}.reg-field input[type=date]{color:#0f172a}.reg-row-3{display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px}.reg-row-2{display:grid;grid-template-columns:1fr 1fr;gap:8px}.reg-gender-row{display:flex;gap:8px}.reg-gender-btn{flex:1;padding:9px 6px;border:1.5px solid #e2e8f0;border-radius:10px;background:#f8fafc;font-size:13px;font-weight:600;color:#64748b;cursor:pointer;font-family:inherit;display:flex;align-items:center;justify-content:center;gap:5px;transition:all .15s}.reg-gender-ic{font-size:14px}.reg-gender-btn:hover{border-color:#0f172a;color:#0f172a}.reg-gender-btn--on{border-color:#0f172a;background:#0f172a;color:#fff}.reg-gender-btn--on:hover{background:#1e293b;border-color:#1e293b}.reg-input-row{display:flex;gap:8px;align-items:center}.reg-input-row input{flex:1}.reg-otp-send{padding:10px 14px;background:#0f172a;color:#fff;border:none;border-radius:10px;font-size:13px;font-weight:700;cursor:pointer;font-family:inherit;white-space:nowrap;flex-shrink:0;transition:background .15s;box-shadow:0 2px 8px #0f172a33}.reg-otp-send:hover{background:#1e293b}.reg-otp-send--off{background:#e2e8f0;color:#94a3b8;cursor:not-allowed;box-shadow:none}.reg-otp-row{display:flex;gap:7px;margin-bottom:4px}.reg-otp-box{width:40px!important;height:46px;text-align:center;font-size:18px;font-weight:800;border:1.5px solid #e2e8f0;border-radius:10px;background:#f8fafc;outline:none;padding:0!important;flex-shrink:0;color:#0f172a;transition:border-color .15s,box-shadow .15s,background .15s}.reg-otp-box:focus{border-color:#0f172a;background:#fff;box-shadow:0 0 0 3px #0f172a14}.reg-otp-box--on{border-color:#0f172a;background:#f0f4ff}.reg-otp-verify-btn{width:100%;padding:10px;background:#f1f5f9;color:#0f172a;border:1.5px solid #e2e8f0;border-radius:10px;font-size:13.5px;font-weight:700;cursor:pointer;font-family:inherit;transition:all .15s}.reg-otp-verify-btn:hover{background:#0f172a;color:#fff;border-color:#0f172a}.reg-verified-badge{display:inline-flex;align-items:center;gap:7px;background:#f0fdf4;color:#15803d;border:1px solid #bbf7d0;border-radius:10px;padding:8px 14px;font-size:13px;font-weight:700}.reg-phone-wrap{display:flex;align-items:center;border:1.5px solid #e2e8f0;border-radius:10px;overflow:hidden;background:#f8fafc;transition:border-color .15s,box-shadow .15s}.reg-phone-wrap:focus-within{border-color:#0f172a;background:#fff;box-shadow:0 0 0 3px #0f172a14}.reg-phone-flag{padding:10px 11px 10px 13px;font-size:13.5px;font-weight:700;color:#374151;border-right:1.5px solid #e2e8f0;flex-shrink:0;white-space:nowrap;background:#f1f5f9}.reg-phone-wrap input{border:none!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;flex:1;padding-left:12px!important}.reg-spin{width:18px;height:18px;flex-shrink:0;border:2px solid #e2e8f0;border-top-color:#0f172a;border-radius:50%;animation:reg-spin-anim .7s linear infinite}@keyframes reg-spin-anim{to{transform:rotate(360deg)}}.reg-pin-msg{font-size:13px;font-weight:600;padding:10px 14px;border-radius:10px;line-height:1.5}.reg-pin-msg--ok{background:#f0fdf4;color:#15803d;border:1px solid #bbf7d0}.reg-pin-msg--warn{background:#fffbeb;color:#92400e;border:1px solid #fde68a}.reg-pass-wrap{position:relative}.reg-pass-wrap input{padding-right:46px!important}.reg-eye{position:absolute;right:14px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center}.reg-err-sm{font-size:12px;color:#ef4444;font-weight:600}.reg-err-box{background:#fff5f5;border:1px solid #fecaca;color:#dc2626;border-radius:10px;padding:10px 14px;font-size:13px;font-weight:500}.reg-email-err{display:flex;align-items:center;gap:7px;background:#fff5f5;border:1px solid #fecaca;color:#dc2626;border-radius:10px;padding:10px 14px;font-size:13px;font-weight:600;flex-wrap:wrap}.reg-email-err-login{background:none;border:none;color:#0f172a;font-size:13px;font-weight:800;cursor:pointer;font-family:inherit;padding:0;text-decoration:underline;text-underline-offset:2px;margin-left:auto;white-space:nowrap}.reg-email-err-login:hover{color:#1e293b}.reg-cta{width:100%;padding:12px;background:#0f172a;color:#fff;border:none;border-radius:11px;font-size:14.5px;font-weight:800;cursor:pointer;font-family:inherit;display:flex;align-items:center;justify-content:center;gap:7px;letter-spacing:.1px;transition:background .15s,transform .1s,box-shadow .15s;box-shadow:0 2px 10px #0f172a33;margin-top:2px}.reg-cta:hover{background:#1e293b;transform:translateY(-1px);box-shadow:0 4px 16px #0f172a47}.reg-cta:active{transform:translateY(0)}.reg-cta--off{background:#e2e8f0;color:#94a3b8;cursor:not-allowed;box-shadow:none;transform:none}.reg-cta--off:hover{background:#e2e8f0;transform:none;box-shadow:none}.reg-back-link{background:none;border:none;color:#94a3b8;font-size:13.5px;font-weight:600;cursor:pointer;font-family:inherit;padding:0;text-align:center;transition:color .15s;margin-top:-6px}.reg-back-link:hover{color:#0f172a}.reg-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:reg-spin-anim .7s linear infinite;display:inline-block}.reg-done{padding:52px 28px;text-align:center;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center}.reg-done-ring{width:72px;height:72px;border-radius:50%;background:linear-gradient(135deg,#0f172a,#22c55e);display:flex;align-items:center;justify-content:center;margin-bottom:22px;box-shadow:0 0 0 10px #22c55e1a;animation:auth-pop .4s cubic-bezier(.22,1,.36,1) both}.reg-done-title{font-size:22px;font-weight:900;color:#0f172a;margin-bottom:10px;letter-spacing:-.3px}.reg-done-sub{font-size:14px;color:#64748b;line-height:1.7}@media (max-width: 500px){.auth-modal{border-radius:24px 24px 0 0;max-width:100%;height:auto;min-height:60vh}.auth-overlay{align-items:flex-end;padding:0}.reg-row-3,.reg-row-2{grid-template-columns:1fr}.reg-form{padding:12px 18px 20px;gap:10px}.reg-step-header{padding:16px 18px 12px}.auth-body{padding:20px 18px 22px}.auth-tabs{margin:16px 16px 0}.reg-otp-box{width:34px!important;height:40px;font-size:16px}}.splash-wrap{position:fixed;top:0;right:0;bottom:0;left:0;background:#fff;z-index:99999;display:flex;align-items:center;justify-content:center;animation:splash-fade-out .35s ease 3.7s both}@keyframes splash-fade-out{to{opacity:0;pointer-events:none}}.splash-center{display:flex;flex-direction:column;align-items:center;gap:36px}.splash-logo-row{display:flex;align-items:center;gap:14px;animation:splash-pop .5s cubic-bezier(.22,1,.36,1) both}@keyframes splash-pop{0%{opacity:0;transform:scale(.88) translateY(10px)}to{opacity:1;transform:none}}.splash-logo-box{width:56px;height:56px;background:#0f172a;border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.splash-logo-text{font-size:20px;font-weight:900;color:#fff;letter-spacing:-.5px;font-family:DM Sans,Inter,sans-serif}.splash-brand{display:flex;flex-direction:column;line-height:1.1}.splash-brand-top{font-size:26px;font-weight:300;color:#0f172a;letter-spacing:-.5px;font-family:DM Sans,Inter,sans-serif}.splash-brand-bot{font-size:26px;font-weight:700;color:#0f172a;letter-spacing:-.5px;font-family:DM Sans,Inter,sans-serif}.splash-bar-track{width:280px;height:4px;background:#e2e8f0;border-radius:999px;overflow:hidden}.splash-bar-fill{height:100%;background:#1a6bff;border-radius:999px;transition:width .05s linear}.sk-block{background:linear-gradient(90deg,#f0f0f0 25%,#e4e4e4,#f0f0f0 75%);background-size:400% 100%;animation:sk-shine 1.5s ease-in-out infinite;display:block}@keyframes sk-shine{0%{background-position:100% 0}to{background-position:-100% 0}}.sk-page{min-height:100vh;background:#fff;overflow-x:hidden}.sk-nav{height:68px;background:#fff;border-bottom:1px solid #f0f0f0;display:flex;align-items:center;padding:0 40px;gap:32px;position:sticky;top:0;z-index:100;box-shadow:0 1px #f0f0f0}.sk-nav-links{flex:1;display:flex;align-items:center;justify-content:center;gap:28px}.sk-nav-right{display:flex;align-items:center;gap:10px}.sk-section{padding:28px 40px;background:#fff;border-bottom:1px solid #f5f5f5}.sk-home-hero{display:flex;align-items:center;gap:40px;padding:52px 64px;min-height:calc(100vh - 68px);background:#fff}.sk-home-left{flex:0 0 420px;display:flex;flex-direction:column}.sk-home-right{flex:1;display:flex;align-items:center;justify-content:center}.sk-blob{width:420px;height:420px;border-radius:50% 40% 55% 45%/45% 55% 40% 50%;background:linear-gradient(90deg,#f0f0f0 25%,#e4e4e4,#f0f0f0 75%);background-size:400% 100%;animation:sk-shine 1.5s ease-in-out infinite}.sk-stats-bar{display:flex;background:#fff;border-top:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0}.sk-stat-cell{flex:1;display:flex;align-items:center;gap:12px;padding:20px 32px;border-right:1px solid #f0f0f0}.sk-stat-cell:last-child{border-right:none}.sk-hscroll{display:flex;gap:14px;overflow:hidden}.sk-spotlight-card{width:320px;height:380px;border-radius:20px;flex-shrink:0}.sk-banner{width:100%;height:200px;border-radius:20px}.sk-popular-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.sk-gray-hero{background:#f5f5f5;min-height:420px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 24px;border-bottom:1px solid #ebebeb}.sk-stats-row{display:flex;gap:0;background:#fff;border:1px solid #e8e8e8;border-radius:14px;overflow:hidden}.sk-stat-box{display:flex;flex-direction:column;align-items:center;padding:16px 28px;border-right:1px solid #ebebeb}.sk-stat-box:last-child{border-right:none}.sk-why-row{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border-bottom:1px solid #ebebeb}.sk-why-cell{display:flex;align-items:flex-start;gap:14px;padding:28px 24px;border-right:1px solid #ebebeb}.sk-why-cell:last-child{border-right:none}.sk-svc-body{max-width:1280px;margin:0 auto;padding:60px 32px 80px;text-align:center}.sk-tabs-row{display:flex;gap:8px;justify-content:center;margin-bottom:32px}.sk-svc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;text-align:left}.sk-sd-hero{position:relative;width:100%;height:560px;background:#f5f5f5;overflow:hidden}.sk-sd-hero-left{position:absolute;top:0;left:0;width:50%;height:100%;z-index:2;display:flex;flex-direction:column;justify-content:flex-start;padding:44px 0 0 52px;background:linear-gradient(to right,#f5f5f5 65%,transparent)}.sk-sd-hero-img{position:absolute;top:60px;right:0;width:78%;height:calc(100% - 60px);border-radius:0 28px 28px}.sk-sd-body{max-width:1200px;margin:0 auto;padding:28px 40px 80px;display:grid;grid-template-columns:1fr 290px;gap:24px;align-items:start}.sk-sd-left{display:flex;flex-direction:column;gap:14px}.sk-sd-right{display:flex;flex-direction:column;gap:12px}.sk-trk-hero{background:#fff;padding:56px 24px 40px;display:flex;flex-direction:column;align-items:center;border-bottom:1px solid #f0f0f0}.sk-trk-tabs{display:flex;background:#f1f5f9;border-radius:12px;padding:4px;gap:4px;margin-bottom:20px}.sk-trk-table{max-width:1200px;margin:0 auto;padding:32px 32px 60px;background:#fff}.sk-trk-thead{display:flex;align-items:center;gap:40px;padding:13px 20px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px 12px 0 0;margin-bottom:0}.sk-trk-row{display:flex;align-items:center;gap:40px;padding:20px;border-bottom:1px solid #f1f5f9;background:#fff}.sk-trk-row:last-child{border-bottom:none;border-radius:0 0 12px 12px}.sk-bd-nav{background:#fff;border-bottom:1px solid #e2e8f0;display:flex;align-items:center;gap:14px;padding:12px 20px;min-height:60px;position:sticky;top:0;z-index:100}.sk-bd-body{max-width:900px;margin:0 auto;padding:24px 20px 60px;display:flex;flex-direction:column;gap:14px;background:#f1f5f9}.sk-bd-grid3{display:grid;grid-template-columns:repeat(3,1fr)}.sk-bd-grid2{display:grid;grid-template-columns:repeat(2,1fr)}.sk-bd-cell{padding:14px 16px;border-right:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0}.sk-bd-grid3 .sk-bd-cell:nth-child(3n){border-right:none}.sk-bd-grid3 .sk-bd-cell:nth-last-child(-n+3){border-bottom:none}.sk-bd-grid2 .sk-bd-cell:nth-child(2n){border-right:none}.sk-bd-grid2 .sk-bd-cell:nth-last-child(-n+2){border-bottom:none}.sk-pricing-body{max-width:1200px;margin:0 auto;padding:60px 32px 80px;text-align:center}.sk-pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;text-align:left;margin-bottom:16px}.sk-tbl-head{display:flex;align-items:center;gap:40px;padding:14px 20px;background:#f8fafc;border-bottom:1px solid #ebebeb}.sk-tbl-row{display:flex;align-items:center;gap:40px;padding:14px 20px;border-bottom:1px solid #f5f5f5}.sk-tbl-row:last-child{border-bottom:none}.sk-trust-row{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin:40px 0}.sk-ar-hero{display:flex;align-items:center;gap:40px;padding:60px 64px;min-height:500px;background:#fff}.sk-ar-left{flex:0 0 420px;display:flex;flex-direction:column}.sk-ar-map{flex:1;height:420px;border-radius:16px}.sk-ar-body{max-width:1280px;margin:0 auto;padding:60px 32px 80px;text-align:center}.sk-ar-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;text-align:left}.sk-gen-body{max-width:900px;margin:0 auto;padding:40px 32px 80px;display:flex;flex-direction:column;gap:16px}.sk-sft-hero{background:#111827;min-height:calc(100vh - 68px);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 24px;text-align:center}.sk-sft-hero .sk-block{background:linear-gradient(90deg,#1f2937 25%,#374151,#1f2937 75%);background-size:400% 100%}.sk-sft-stats{display:flex;justify-content:center;background:#fff;border-bottom:1px solid #f0f0f0}.sk-sft-stat{display:flex;flex-direction:column;align-items:center;padding:24px 40px;border-right:1px solid #f0f0f0}.sk-sft-stat:last-child{border-right:none}.sk-sft-ticker-card{flex-shrink:0;width:240px;border:1px solid #e8e8e8;border-radius:14px;padding:20px;background:#fff;display:flex;flex-direction:column}.sk-sft-process{background:#111827;padding:80px 64px;display:flex;gap:60px;align-items:flex-start}.sk-sft-process .sk-block{background:linear-gradient(90deg,#1f2937 25%,#374151,#1f2937 75%);background-size:400% 100%}.sk-sft-process-left{flex:0 0 360px;display:flex;flex-direction:column}.sk-sft-process-right{flex:1}.sk-sft-promise{background:#0ea5e9;padding:80px 32px;text-align:center;display:flex;flex-direction:column;align-items:center}.sk-sft-promise .sk-block{background:linear-gradient(90deg,#fff3 25%,#ffffff4d,#fff3 75%);background-size:400% 100%}.sk-hiw-feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px}.sk-hiw-trust-row{display:flex;justify-content:center;gap:40px;padding:28px 0 8px;flex-wrap:wrap}.sk-hiw-reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.sk-bk-wrap{min-height:calc(100vh - 68px);background:#f8fafc;display:flex;align-items:flex-start;justify-content:center;padding:40px 16px}.sk-bk-card{width:100%;max-width:560px}.sk-card-box{background:#fff;border:1px solid #e8e8e8;border-radius:14px;padding:22px;display:flex;flex-direction:column}.sk-img-wrap{position:relative;overflow:hidden}.sk-img-fill{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit}@media (max-width: 1024px){.sk-popular-grid,.sk-svc-grid,.sk-why-row{grid-template-columns:repeat(2,1fr)}.sk-sd-body{grid-template-columns:1fr;padding:20px 24px 80px}.sk-ar-grid,.sk-bd-grid3{grid-template-columns:repeat(2,1fr)}.sk-pricing-grid{grid-template-columns:1fr}.sk-trust-row{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.sk-nav{padding:0 16px;gap:16px}.sk-nav-links{display:none}.sk-home-hero{flex-direction:column;padding:40px 20px;min-height:calc(100vh - 68px)}.sk-home-left{flex:none;width:100%}.sk-blob{width:260px;height:260px}.sk-section{padding:24px 16px}.sk-stats-bar{flex-wrap:wrap}.sk-stat-cell{padding:16px 20px}.sk-why-row,.sk-svc-grid{grid-template-columns:1fr}.sk-popular-grid{grid-template-columns:repeat(2,1fr)}.sk-ar-hero{flex-direction:column;padding:40px 20px;min-height:calc(100vh - 68px)}.sk-ar-left{flex:none;width:100%}.sk-ar-map{width:100%;height:260px;flex:none}.sk-ar-grid{grid-template-columns:1fr}.sk-sd-hero{height:280px}.sk-sd-hero-left{padding:24px 0 0 20px}.sk-trk-table{padding:16px}.sk-trk-row{gap:16px;flex-wrap:wrap}.sk-bd-grid3,.sk-bd-grid2{grid-template-columns:1fr}.sk-svc-body,.sk-pricing-body{padding:40px 16px 60px}.sk-trust-row{grid-template-columns:1fr}.sk-sft-process{flex-direction:column;padding:40px 20px;gap:32px}.sk-sft-process-left{flex:none;width:100%}.sk-sft-stats{flex-wrap:wrap}.sk-sft-stat{padding:16px 20px;flex:1 0 40%}.sk-hiw-feature-grid{grid-template-columns:repeat(2,1fr)}.sk-hiw-reviews-grid{grid-template-columns:1fr}.sk-hiw-trust-row{gap:24px}.sk-bk-wrap{padding:20px 16px}.sk-gray-hero{min-height:calc(100vh - 68px)}.sk-trk-hero{padding:40px 16px 28px}}@keyframes page-enter{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.page-enter{animation:page-enter .45s cubic-bezier(.16,1,.3,1) both}.hp-section{padding:48px 0 12px}.hp-section-title{font-size:clamp(24px,3vw,32px);font-weight:700;color:#1a1a1a;letter-spacing:-.5px;margin-bottom:24px;padding:0 24px}.hp-categories{padding:40px 24px 0;display:flex;gap:32px;align-items:flex-start}.hp-cat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;flex:1;background:#fff;border:1px solid #ebebeb;border-radius:20px;padding:20px}.hp-cat-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;background:#f7f7f7;border-radius:14px;padding:18px 10px;cursor:pointer;transition:background .15s;position:relative;text-align:center}.hp-cat-card:hover{background:#efefef}.hp-cat-icon{font-size:32px}.hp-cat-name{font-size:13px;font-weight:500;color:#1a1a1a;line-height:1.3}.hp-cat-badge{position:absolute;top:8px;left:8px;background:#16a34a;color:#fff;font-size:10px;font-weight:700;padding:2px 7px;border-radius:20px}.hp-cat-photos{flex:1;display:grid;grid-template-columns:1fr 1fr;gap:10px;border-radius:20px;overflow:hidden}.hp-cat-photos img{width:100%;height:220px;object-fit:cover;display:block}.hp-stats{display:flex;gap:48px;padding:28px 24px 0}.hp-stat{display:flex;align-items:center;gap:14px}.hp-stat-icon{font-size:28px;color:#888}.hp-stat-val{font-size:22px;font-weight:700;color:#1a1a1a}.hp-stat-label{font-size:13px;color:#888}.hp-spotlight-track{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;padding:4px 24px 24px;scrollbar-width:none}.hp-spotlight-track::-webkit-scrollbar{display:none}.hp-spotlight-card{flex:1 1 0;min-width:0;height:200px;border-radius:18px;overflow:hidden;position:relative;scroll-snap-align:start;cursor:pointer;transition:transform .22s,box-shadow .22s;box-shadow:0 4px 20px #0000001a;background:#f0f0f0}.hp-spotlight-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px #0000002e}.hp-spotlight-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;display:block;pointer-events:none;transition:transform .4s ease}.hp-spotlight-card:hover .hp-spotlight-img{transform:scale(1.04)}.hp-spotlight-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#000000b8,#00000047,#0000000a);pointer-events:none}.hp-spotlight-top{position:absolute;top:14px;left:14px;z-index:3}.hp-spotlight-badge{display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:700;padding:5px 12px;border-radius:8px;background:#16a34a;color:#fff;letter-spacing:.1px}.hp-spotlight-badge--dark{background:#e53935}.hp-spotlight-bottom{position:absolute;bottom:0;left:0;right:0;z-index:3;padding:18px 20px 20px;display:flex;flex-direction:column;gap:3px}.hp-spotlight-label{font-size:11px;font-weight:600;color:#fff9;letter-spacing:.8px;text-transform:uppercase;margin-bottom:2px}.hp-spotlight-title{font-size:18px;font-weight:800;color:#fff;line-height:1.2;letter-spacing:-.3px;margin:0 0 4px}.hp-spotlight-sub{font-size:12.5px;color:#ffffffb3;margin:0 0 12px;font-weight:400}.hp-spotlight-btn{display:inline-flex;align-items:center;width:fit-content;background:#fff;color:#1a1a1a;border:none;border-radius:22px;padding:9px 20px;font-size:13px;font-weight:700;cursor:pointer;font-family:inherit;transition:background .15s,transform .15s;box-shadow:0 2px 10px #0000002e}.hp-spotlight-btn:hover{background:#f0f0f0;transform:scale(.97)}.hp-noteworthy-track{display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;padding:4px 24px 20px;scrollbar-width:none}.hp-noteworthy-track::-webkit-scrollbar{display:none}.hp-noteworthy-card{flex:0 0 190px;scroll-snap-align:start;cursor:pointer}.hp-noteworthy-img-wrap{width:190px;height:190px;border-radius:16px;overflow:hidden;background:#f5f5f5;position:relative;margin-bottom:10px;box-shadow:0 2px 10px #00000014;transition:transform .18s}.hp-noteworthy-card:hover .hp-noteworthy-img-wrap{transform:translateY(-3px)}.hp-noteworthy-img-wrap img{width:100%;height:100%;object-fit:cover}.hp-noteworthy-wish{display:none}.hp-noteworthy-eta-badge{position:absolute;bottom:8px;left:8px;background:#000000b8;color:#fff;font-size:11px;font-weight:700;padding:4px 9px;border-radius:20px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);letter-spacing:.1px}.hp-new-badge{position:absolute;top:0;left:0;background:#9b1c6e;color:#fff;font-size:12px;font-weight:700;padding:5px 12px 16px;border-radius:0 0 12px}.hp-noteworthy-name{font-size:13.5px;font-weight:600;color:#1a1a1a;margin-bottom:4px;line-height:1.3}.hp-noteworthy-rating{font-size:12px;font-weight:600;color:#f59e0b}.hp-booked-track{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;padding:4px 24px 20px;scrollbar-width:none}.hp-booked-track::-webkit-scrollbar{display:none}.hp-booked-card{flex:0 0 200px;scroll-snap-align:start;cursor:pointer}.hp-booked-img-wrap{width:200px;height:200px;border-radius:16px;overflow:hidden;background:#f5f5f5;position:relative;margin-bottom:12px}.hp-booked-img-wrap img{width:100%;height:100%;object-fit:cover}.hp-booked-promo{position:absolute;top:10px;left:10px;right:10px;background:#9b1c6e;color:#fff;font-size:12px;font-weight:600;padding:6px 10px;border-radius:8px;display:flex;align-items:center;gap:6px}.hp-booked-name{font-size:14px;font-weight:600;color:#1a1a1a;margin-bottom:4px}.hp-booked-stars{font-size:12px;color:#16a34a;margin-bottom:2px}.hp-booked-price{font-size:13px;color:#1a1a1a;font-weight:600}.hp-booked-price s{color:#aaa;font-weight:400;margin-left:6px}.hp-banner{margin:40px 24px 0;border-radius:24px;overflow:hidden;background:linear-gradient(135deg,#000,#1a1a2e,#16213e);display:flex;align-items:stretch;min-height:320px;cursor:pointer;box-shadow:0 8px 32px #00000059;transition:box-shadow .2s,transform .2s;position:relative}.hp-banner:hover{box-shadow:0 16px 48px #00000080;transform:translateY(-2px)}.hp-banner-body{flex:1;padding:44px 40px;display:flex;flex-direction:column;justify-content:center;gap:10px;position:relative;z-index:2}.hp-banner-body h2{font-size:30px;font-weight:800;color:#fff;line-height:1.2;letter-spacing:-.5px;margin:0}.hp-banner-body p{font-size:15px;color:#ffffffd1;margin:0 0 20px;font-weight:400}.hp-banner-btn{background:#fff;color:#1a6bff;border:none;border-radius:12px;padding:13px 30px;font-size:15px;font-weight:800;cursor:pointer;font-family:inherit;width:fit-content;box-shadow:0 4px 16px #00000026;transition:transform .15s,box-shadow .15s}.hp-banner-btn:hover{transform:scale(.97);box-shadow:0 6px 20px #0003}.hp-banner-img{flex:1;max-width:52%;height:320px;object-fit:cover;object-position:center top;display:block;-webkit-mask-image:linear-gradient(to left,black 50%,transparent 100%);mask-image:linear-gradient(to left,black 50%,transparent 100%);filter:brightness(.88) contrast(1.05)}.hp-banner--ro{background:linear-gradient(135deg,#0a0a0a,#0d1b2a,#0a1628)}.hp-banner--ro .hp-banner-btn{color:#0d6efd}.hp-banner--ro .hp-banner-img{filter:brightness(.85) contrast(1.08) saturate(.9)}.hp-popular-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;padding:0 24px 60px}.hp-popular-card{cursor:pointer;transition:transform .18s}.hp-popular-card:hover{transform:translateY(-3px)}.hp-popular-img-wrap{width:100%;aspect-ratio:4 / 3;border-radius:16px;overflow:hidden;background:#f5f5f5;position:relative;margin-bottom:12px;box-shadow:0 2px 10px #00000014}.hp-popular-img-wrap img{width:100%;height:100%;object-fit:cover}.hp-popular-discount{position:absolute;top:10px;left:10px;background:#16a34a;color:#fff;font-size:11px;font-weight:700;padding:4px 9px;border-radius:6px;letter-spacing:.2px}.hp-popular-name{font-size:14px;font-weight:700;color:#1a1a1a;margin-bottom:4px;line-height:1.3}.hp-popular-rating{font-size:12.5px;color:#16a34a;font-weight:600;margin-bottom:4px}.hp-popular-price{font-size:14px;font-weight:700;color:#1a1a1a}.hp-popular-price s{color:#aaa;font-weight:400;font-size:13px;margin-left:6px}.hp-booking-flow{padding:72px 24px 80px;background:#080808;position:relative;overflow:hidden}.hp-booking-flow:before{content:"";position:absolute;width:800px;height:800px;border-radius:50%;background:radial-gradient(circle,rgba(102,126,234,.1) 0%,transparent 65%);top:-200px;left:-200px;pointer-events:none}.hp-booking-flow:after{content:"";position:absolute;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(16,185,129,.08) 0%,transparent 65%);bottom:-150px;right:-100px;pointer-events:none}.hp-booking-flow-head{text-align:center;margin-bottom:56px;position:relative;z-index:2}.hp-booking-flow-eyebrow{display:inline-block;font-size:11px;font-weight:600;letter-spacing:3px;text-transform:uppercase;color:#ffffff59;border:1px solid rgba(255,255,255,.1);padding:6px 18px;border-radius:20px;margin-bottom:20px}.hp-booking-flow-title{font-size:clamp(28px,3.5vw,44px);font-weight:300;color:#fff;font-family:Georgia,serif;letter-spacing:-1px;line-height:1.15;margin:0 0 14px}.hp-booking-flow-sub{font-size:15px;color:#fff6;max-width:560px;margin:0 auto;line-height:1.75}.hp-booking-flow-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;max-width:1280px;margin:0 auto;position:relative;z-index:2}.hp-bflow-card{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:22px;padding:32px 24px 28px;display:flex;flex-direction:column;gap:14px;min-height:220px;position:relative;overflow:hidden;transition:transform .25s cubic-bezier(.22,.68,0,1.2),background .25s,border-color .25s;cursor:default}.hp-bflow-card:hover{transform:translateY(-6px);background:#ffffff12;border-color:#ffffff24}.hp-bflow-card:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#667eea,#06b6d4,#10b981);opacity:0;transition:opacity .25s;border-radius:0 0 22px 22px}.hp-bflow-card:hover:after{opacity:1}.hp-bflow-step{font-size:11px;font-weight:700;letter-spacing:2px;color:#ffffff40;font-family:Georgia,serif}.hp-bflow-icon{font-size:32px;line-height:1}.hp-bflow-title{font-size:15px;font-weight:700;color:#fff;line-height:1.3;margin:0;letter-spacing:-.2px}.hp-bflow-desc{font-size:13px;color:#ffffff73;line-height:1.7;margin:0;flex:1}@media (max-width: 1100px){.hp-booking-flow-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width: 800px){.hp-booking-flow-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.hp-booking-flow{padding:48px 16px 56px}.hp-booking-flow-grid{grid-template-columns:1fr 1fr;gap:10px}.hp-bflow-card{padding:22px 16px 20px;min-height:180px}}@media (max-width: 900px){.hp-popular-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 641px){.hp-noteworthy-track{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;padding:4px 32px 28px;overflow-x:visible;scroll-snap-type:none}.hp-noteworthy-card{flex:none;width:100%;cursor:pointer}.hp-noteworthy-img-wrap{width:100%;height:220px;border-radius:20px;margin-bottom:12px;box-shadow:none}.hp-noteworthy-card:hover .hp-noteworthy-img-wrap{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.hp-noteworthy-name{font-size:15px;font-weight:500;color:#1a1a1a}.hp-noteworthy-rating{font-size:13px}.hp-new-badge{font-size:13px;padding:6px 14px 18px;border-radius:0 0 14px}.hp-booked-track{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;padding:4px 32px 28px;overflow-x:visible;scroll-snap-type:none}.hp-booked-card{flex:none;width:100%;cursor:pointer}.hp-booked-img-wrap{width:100%;height:240px;border-radius:20px;margin-bottom:14px;background:#f5f5f5}.hp-booked-card:hover .hp-booked-img-wrap{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f;transition:transform .18s,box-shadow .18s}.hp-booked-img-wrap{transition:transform .18s,box-shadow .18s}.hp-booked-name{font-size:15px;font-weight:500;color:#1a1a1a;margin-bottom:5px}.hp-booked-stars{font-size:13px;margin-bottom:3px}.hp-booked-price{font-size:14px}.hp-popular-grid{grid-template-columns:repeat(4,1fr);gap:24px;padding:0 32px 72px}.hp-popular-img-wrap{aspect-ratio:1 / 1;border-radius:20px;margin-bottom:14px;box-shadow:none}.hp-popular-card:hover .hp-popular-img-wrap{box-shadow:0 8px 24px #0000001f}.hp-popular-card:hover{transform:translateY(-4px)}.hp-popular-name{font-size:15px;font-weight:500;color:#1a1a1a}.hp-popular-rating{font-size:13px;color:#1a1a1a;font-weight:400}.hp-popular-price{font-size:15px;font-weight:600}.hp-popular-price s{font-size:13px}.hp-popular-discount{font-size:11px;padding:4px 9px;border-radius:6px}}.hp-quick-tabs{display:flex;gap:8px;padding:16px 24px;overflow-x:auto;scrollbar-width:none;border-bottom:1px solid #f0f0f0}.hp-quick-tabs::-webkit-scrollbar{display:none}.hp-quick-tab{display:flex;align-items:center;gap:6px;white-space:nowrap;background:#f5f5f5;border:1px solid #e8e8e8;border-radius:20px;padding:8px 16px;font-size:13px;font-weight:600;color:#1a1a1a;cursor:pointer;font-family:inherit;flex-shrink:0;transition:background .15s}.hp-quick-tab:hover{background:#ebebeb}.hp-quick-tab-icon{font-size:16px}@media (max-width: 960px){.hp-quick-tabs{display:none!important}}@media (max-width: 640px){.hp-section{padding:36px 0 16px;border-top:10px solid #f0f0f0;background:#fff}.hp-section-title{font-size:22px;font-weight:700;padding:0 18px;margin-bottom:20px;color:#1a1a1a;letter-spacing:-.3px}.hp-stats{gap:0;padding:20px 0;flex-wrap:nowrap;justify-content:center;border-top:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0;background:#fff}.hp-stat{flex:1;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:10px 4px;border-right:1px solid #f0f0f0}.hp-stat:last-child{border-right:none}.hp-stat-icon{font-size:20px;color:#16a34a}.hp-stat-val{font-size:16px;font-weight:800;color:#1a1a1a}.hp-stat-label{font-size:10px;color:#888;text-align:center;line-height:1.3}.hp-spotlight-track{gap:12px;padding:4px 18px 24px;scroll-padding-left:18px;-webkit-overflow-scrolling:touch;scroll-behavior:smooth}.hp-spotlight-card{flex:0 0 78vw;max-width:310px;min-width:0;height:310px;border-radius:20px;will-change:transform}.hp-spotlight-title{font-size:20px}.hp-spotlight-sub{font-size:12px}.hp-spotlight-btn{padding:9px 18px;font-size:13px;border-radius:10px}.hp-noteworthy-track{gap:14px;padding:4px 18px 20px;scroll-padding-left:18px;-webkit-overflow-scrolling:touch;scroll-behavior:smooth}.hp-noteworthy-card{flex:0 0 160px}.hp-noteworthy-img-wrap{width:160px;height:160px;border-radius:18px;margin-bottom:12px}.hp-noteworthy-name{font-size:14px;font-weight:600;margin-bottom:4px}.hp-new-badge{padding:4px 10px 10px;font-size:11px;border-radius:5px;top:0;left:0}.hp-booked-track{gap:14px;padding:4px 18px 20px;scroll-padding-left:18px;-webkit-overflow-scrolling:touch;scroll-behavior:smooth}.hp-booked-card{flex:0 0 175px}.hp-booked-img-wrap{width:175px;height:175px;border-radius:18px;margin-bottom:12px}.hp-booked-name{font-size:14px;font-weight:600;margin-bottom:5px}.hp-booked-stars{font-size:12px;margin-bottom:3px}.hp-booked-price{font-size:13px}.hp-booked-promo{font-size:10px;padding:3px 8px;border-radius:5px;top:7px;left:7px;right:auto;width:auto;gap:4px}.hp-banner{margin:0 18px;border-radius:22px;min-height:260px;border-top:none;box-shadow:0 4px 20px #0000002e;overflow:hidden;position:relative;flex-direction:row}.hp-banner-img{position:absolute;top:0;right:0;bottom:0;left:0;max-width:100%;width:100%;height:100%;flex:none;object-position:center;-webkit-mask-image:none;mask-image:none;filter:brightness(.55) contrast(1.08);z-index:0}.hp-banner-body{flex:none;padding:28px 22px 30px;background:transparent;position:relative;z-index:1;width:100%}.hp-banner-body h2{font-size:22px;font-weight:800}.hp-banner-body p{font-size:13px;margin-bottom:18px;color:#ffffffd9}.hp-banner-btn{padding:12px 24px;font-size:14px;font-weight:800;border-radius:14px;background:#fff;color:#1a1a1a}.hp-section:has(.hp-banner){border-top:10px solid #f0f0f0;padding-bottom:28px}.hp-popular-grid{grid-template-columns:repeat(2,1fr);gap:14px;padding:0 18px 48px}.hp-popular-img-wrap{border-radius:16px;margin-bottom:10px}.hp-popular-name{font-size:13px;font-weight:600}.hp-popular-rating{font-size:12px}.hp-popular-price{font-size:13px}.hp-popular-discount{font-size:10px;padding:3px 7px;border-radius:5px;top:7px;left:7px;width:auto;right:auto}}.pp-wrap{min-height:100vh;background:#f5f5f7}.pp-hero{background:#0a0a0a;padding:64px 24px 60px;text-align:center}.pp-hero-inner{max-width:600px;margin:0 auto}.pp-hero-label{display:inline-block;font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#888;margin-bottom:24px}.pp-hero-title{font-size:clamp(40px,5vw,64px);font-weight:700;color:#fff;letter-spacing:-2px;line-height:1.1;margin-bottom:20px}.pp-hero-sub{font-size:17px;color:#666;line-height:1.7;margin-bottom:40px}.pp-hero-trust{display:flex;align-items:center;justify-content:center;gap:24px;flex-wrap:wrap;font-size:13px;color:#555;font-weight:500}.pp-plans-section{max-width:1160px;margin:0 auto;padding:72px 32px 24px}.pp-section-head{text-align:center;margin-bottom:52px}.pp-section-title{font-size:clamp(28px,4vw,42px);font-weight:800;color:#0f172a;letter-spacing:-.5px;line-height:1.15;margin:0 0 12px}.pp-section-title em{font-style:normal;color:#0ea5e9}.pp-section-sub{font-size:16px;color:#64748b;margin:0;line-height:1.6}.pp-plans-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;align-items:stretch}.pp-plan-card{background:#fff;border:1.5px solid #e8e8e8;border-radius:28px;padding:0 0 32px;display:flex;flex-direction:column;gap:0;transition:transform .22s,box-shadow .22s;position:relative;overflow:hidden}.pp-plan-card:hover{transform:translateY(-6px);box-shadow:0 24px 64px #0000001a}.pp-plan-card--featured{background:#1a1a1a;border-color:#1a1a1a;box-shadow:0 32px 80px #00000047}.pp-plan-card--featured:hover{transform:translateY(-6px)}.pp-plan-card--featured .pp-plan-accent-bar{background:linear-gradient(90deg,#22c55e,#16a34a)!important;height:5px}.pp-plan-accent-bar{height:4px;width:100%;flex-shrink:0}.pp-plan-badge{display:inline-block;align-self:flex-start;background:#1a1a1a;color:#fff;font-size:10px;font-weight:700;letter-spacing:1px;text-transform:uppercase;padding:4px 12px;border-radius:4px;margin-bottom:4px}.pp-plan-card--featured .pp-plan-badge{background:#ffffff26;color:#ffffffe6;border:1px solid rgba(255,255,255,.2)}.pp-plan-top{padding:24px 28px 0;display:flex;flex-direction:column;gap:6px}.pp-plan-card--featured .pp-plan-top{padding-top:48px}.pp-plan-name{font-size:22px;font-weight:800;color:#1a1a1a;letter-spacing:-.5px}.pp-plan-card--featured .pp-plan-name{color:#fff}.pp-plan-tagline{font-size:13px;color:#888;font-weight:500}.pp-plan-card--featured .pp-plan-tagline{color:#ffffff73}.pp-plan-price-row{display:flex;align-items:flex-end;gap:12px;margin-top:18px}.pp-plan-price{display:flex;align-items:baseline;gap:1px}.pp-plan-currency{font-size:22px;font-weight:700;color:#1a1a1a}.pp-plan-card--featured .pp-plan-currency{color:#fff}.pp-plan-amount{font-size:58px;font-weight:800;color:#1a1a1a;line-height:1;letter-spacing:-3px}.pp-plan-card--featured .pp-plan-amount{color:#fff}.pp-plan-old-wrap{display:flex;flex-direction:column;gap:4px;padding-bottom:8px}.pp-plan-old{font-size:14px;color:#bbb;font-weight:400}.pp-plan-card--featured .pp-plan-old{color:#ffffff4d}.pp-plan-disc-chip{font-size:11px;font-weight:800;color:#16a34a;background:#dcfce7;padding:3px 9px;border-radius:10px}.pp-plan-card--featured .pp-plan-disc-chip{background:#ffffff26;color:#86efac}.pp-plan-meta-row{display:flex;align-items:center;gap:8px;margin-top:10px}.pp-plan-meta-item{font-size:12.5px;font-weight:600;color:#555}.pp-plan-card--featured .pp-plan-meta-item{color:#fff9}.pp-plan-meta-sep{color:#ccc;font-size:12px}.pp-plan-features{list-style:none;padding:20px 28px 0;margin:20px 0 0;display:flex;flex-direction:column;gap:11px;border-top:1px solid #f0f0f0}.pp-plan-card--featured .pp-plan-features{border-color:#ffffff1a}.pp-plan-features li{display:flex;align-items:center;gap:10px;font-size:13.5px;color:#333;font-weight:500}.pp-plan-card--featured .pp-plan-features li{color:#fffc}.pp-feature-icon{width:19px;height:19px;border-radius:50%;background:#f0fdf4;color:#16a34a;font-size:10px;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0}.pp-plan-card--featured .pp-feature-icon{background:#ffffff1f;color:#86efac}.pp-feature-icon--no{background:#fef2f2!important;color:#dc2626!important}.pp-plan-card--featured .pp-feature-icon--no{background:#ffffff0f!important;color:#ffffff40!important}.pp-feature-row--no{opacity:.4}.pp-plan-card--featured .pp-feature-row--no{opacity:.25}.pp-plan-btn{margin:auto 28px 0;padding:15px 20px;border-radius:14px;border:none;font-size:15px;font-weight:700;cursor:pointer;font-family:inherit;background:#f0f0f0;color:#1a1a1a;display:flex;align-items:center;justify-content:center;gap:8px;transition:background .15s,transform .15s}.pp-plan-btn:hover{background:#e0e0e0;transform:scale(.98)}.pp-plan-card--featured .pp-plan-btn{background:#fff;color:#1a1a1a}.pp-plan-card--featured .pp-plan-btn:hover{background:#f0f0f0}.pp-plans-note{text-align:center;font-size:12.5px;color:#aaa;margin-top:28px}.pp-compare-section{max-width:1000px;margin:0 auto;padding:72px 32px}.pp-compare-head{text-align:center;margin-bottom:44px}.pp-compare-title{font-size:clamp(28px,4vw,42px);font-weight:800;color:#0f172a;letter-spacing:-.5px;line-height:1.15;margin:0 0 12px}.pp-compare-title em{font-style:normal;color:#0ea5e9}.pp-compare-sub{font-size:16px;color:#64748b;margin:0;line-height:1.6}.pp-compare-wrap{overflow-x:auto;border-radius:20px;border:1px solid #e8e8e8;background:#fff;box-shadow:0 4px 24px #0000000d}.pp-compare-table{width:100%;border-collapse:collapse;font-size:14px}.pp-compare-table thead tr{background:#fafafa;border-bottom:2px solid #e8e8e8}.pp-compare-table th{padding:18px 20px;text-align:center;font-size:13px;font-weight:700;color:#555}.pp-compare-table th span{display:block;font-size:16px;font-weight:800;color:#1a1a1a;margin-top:3px}.pp-cth-service{text-align:left;width:38%}.pp-cth-cat{text-align:left;width:12%}.pp-cth-featured{background:#1a1a1a;color:#fff!important}.pp-cth-featured span{color:#fff!important}.pp-compare-table td{padding:13px 20px;border-bottom:1px solid #f0f0f0}.pp-compare-table tbody tr:last-child td{border-bottom:none}.pp-compare-table tbody tr:hover{background:#fafafa}.pp-ctd-service{font-weight:600;color:#1a1a1a;display:flex;align-items:center;gap:8px}.pp-ctd-cat-badge{font-size:11px;font-weight:700;padding:3px 10px;border-radius:20px}.pp-ctd-cat-badge--ac{background:#e0f2fe;color:#0369a1}.pp-ctd-cat-badge--ro{background:#e0f7fa;color:#0e7490}.pp-ctd-check{text-align:center}.pp-ctd-featured{background:#1a1a1a0a}.pp-tick{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background:#dcfce7;color:#16a34a;font-size:12px;font-weight:800}.pp-cross{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background:#f5f5f5;color:#ccc;font-size:14px;font-weight:700}.pp-trust{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;max-width:1160px;margin:0 auto;padding:56px 32px}.pp-trust-card{display:flex;flex-direction:column;align-items:flex-start;text-align:left;padding:28px;border-radius:18px;background:#f8fafc;border:1.5px solid #e2e8f0;gap:10px;transition:box-shadow .2s,transform .2s}.pp-trust-card:hover{box-shadow:0 8px 32px #0ea5e91a;transform:translateY(-3px);border-color:#bae6fd}.pp-trust-icon{font-size:30px;background:#fff;border-radius:12px;width:52px;height:52px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #00000012}.pp-trust-title{font-size:15px;font-weight:800;color:#0f172a;margin-top:4px}.pp-trust-desc{font-size:13px;color:#64748b;line-height:1.55}.pp-faq-section{max-width:760px;margin:0 auto;padding:72px 32px 80px}.pp-faq-head{text-align:center;margin-bottom:44px}.pp-faq-title{font-size:clamp(24px,3vw,34px);font-weight:300;color:#1a1a1a;font-family:Georgia,serif;letter-spacing:-.5px;margin-bottom:10px}.pp-faq-sub{font-size:15px;color:#888}.pp-faq-list{display:flex;flex-direction:column;border:1px solid #ebebeb;border-radius:18px;overflow:hidden;background:#fff}.pp-faq-item{border-bottom:1px solid #ebebeb;cursor:pointer;transition:background .15s}.pp-faq-item:last-child{border-bottom:none}.pp-faq-item:hover,.pp-faq-item--open{background:#fafafa}.pp-faq-q{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;font-size:15px;font-weight:600;color:#1a1a1a;gap:16px}.pp-faq-arrow{flex-shrink:0;transition:transform .2s}.pp-faq-item--open .pp-faq-arrow{transform:rotate(180deg)}.pp-faq-a{padding:0 24px 20px;font-size:14px;color:#666;line-height:1.7}.pp-booking-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1001;background:#000000a6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;padding:20px}@media (max-width: 520px){.pp-booking-overlay{align-items:center;padding:16px}}.psheet-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;background:#0000008c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:flex-end;justify-content:center}.psheet{background:#fff;border-radius:24px 24px 0 0;width:100%;max-width:480px;padding:0 0 32px;box-shadow:0 -8px 48px #0000002e;animation:psheet-up .28s cubic-bezier(.34,1.2,.64,1)}@keyframes psheet-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.psheet-handle{width:40px;height:4px;border-radius:4px;background:#e0e0e0;margin:12px auto 0}.psheet-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px 12px;border-bottom:1px solid #f0f0f0}.psheet-header-left{display:flex;align-items:center;gap:10px}.psheet-lock{font-size:22px}.psheet-title{font-size:16px;font-weight:800;color:#111}.psheet-subtitle{font-size:11px;color:#aaa;font-weight:500;margin-top:1px}.psheet-close{width:28px;height:28px;border-radius:50%;border:1px solid #e8e8e8;background:#f5f5f5;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s}.psheet-close:hover{background:#e0e0e0}.psheet-amount-row{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;background:#fafafa;border-bottom:1px solid #f0f0f0}.psheet-amount-label{font-size:12.5px;color:#888;font-weight:500}.psheet-amount-val{font-size:22px;font-weight:800;color:#111;letter-spacing:-1px}.psheet-methods{padding:16px 20px;display:flex;flex-direction:column;gap:10px}.psheet-method{display:flex;align-items:center;gap:14px;padding:14px 16px;border-radius:14px;border:2px solid #e8e8e8;background:#fff;cursor:pointer;transition:border-color .15s,background .15s,box-shadow .15s}.psheet-method:hover{border-color:#bbb;box-shadow:0 2px 12px #0000000f}.psheet-method--on{border-color:#111!important;background:#fafafa;box-shadow:0 4px 16px #00000017!important}.psheet-method--disabled{opacity:.45;cursor:not-allowed}.psheet-method--disabled:hover{border-color:#e8e8e8;box-shadow:none}.psheet-method-icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:22px;flex-shrink:0}.psheet-method-icon--wallet{background:linear-gradient(135deg,#d1fae5,#a7f3d0)}.psheet-method-icon--upi{background:#f3e8ff}.psheet-method-info{flex:1}.psheet-method-name{font-size:14px;font-weight:700;color:#111}.psheet-method-sub{font-size:11.5px;color:#888;margin-top:2px;font-weight:500}.psheet-insuf{color:#dc2626;font-weight:600}.psheet-radio{width:20px;height:20px;border-radius:50%;border:2px solid #d0d0d0;background:#fff;flex-shrink:0;transition:all .15s}.psheet-radio--on{border-color:#111;border-width:6px}.psheet-trust{display:flex;align-items:center;gap:8px;flex-wrap:wrap;padding:0 20px 14px}.psheet-badge{font-size:10px;font-weight:700;color:#666;border:1px solid #e0e0e0;border-radius:6px;padding:3px 8px;background:#fafafa}.psheet-secured{font-size:11px;color:#16a34a;font-weight:700;margin-left:auto}.psheet-err{margin:0 20px 8px;background:#fff5f5;border:1px solid #fecaca;color:#dc2626;font-size:12px;font-weight:600;border-radius:9px;padding:8px 12px}.psheet-pay-btn{display:block;width:calc(100% - 40px);margin:4px 20px 0;padding:16px;border-radius:14px;border:none;background:#d0d0d0;color:#aaa;font-size:15px;font-weight:800;cursor:not-allowed;font-family:inherit;transition:background .15s,transform .12s;display:flex;align-items:center;justify-content:center;gap:8px}.psheet-pay-btn--on{background:#111;color:#fff;cursor:pointer;box-shadow:0 4px 20px #0003}.psheet-pay-btn--on:hover{background:#222;transform:translateY(-1px)}.psheet-note{text-align:center;font-size:11px;color:#bbb;margin:10px 20px 0;line-height:1.5}@keyframes psheet-spin{to{transform:rotate(360deg)}}.psheet-spin{width:16px;height:16px;border-radius:50%;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;animation:psheet-spin .7s linear infinite;display:inline-block}.pp-cta{display:none}.pp-footer-line{border-top:1px solid #e2e8f0;margin-top:24px}.pp-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#000000a6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;padding:20px}.pp-modal{background:#fff;border-radius:28px;width:100%;max-width:480px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 48px 120px #0006;overflow:hidden;animation:pp-modal-in .24s cubic-bezier(.34,1.56,.64,1)}@keyframes pp-modal-in{0%{opacity:0;transform:translateY(24px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.pp-modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px 20px 16px;border-bottom:1px solid #f0f0f0;gap:12px;background:linear-gradient(135deg,#fafafa,#fff)}.pp-modal-header-left{display:flex;align-items:center;gap:12px}.pp-modal-plan-icon{font-size:28px;line-height:1}.pp-modal-title{font-size:16px;font-weight:800;color:#1a1a1a}.pp-modal-sub{font-size:12px;color:#888;margin-top:2px}.pp-modal-close{width:32px;height:32px;border-radius:50%;border:none;background:#f0f0f0;color:#555;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s}.pp-modal-close:hover{background:#e0e0e0}.pp-modal-cat-step{padding:20px;display:flex;flex-direction:column;gap:16px}.pp-modal-cat-note{display:flex;align-items:flex-start;gap:10px;font-size:13px;color:#92400e;line-height:1.55;background:#fffbeb;border:1px solid #fde68a;border-radius:14px;padding:14px 16px}.pp-modal-cat-note strong{color:#78350f}.pp-modal-cat-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.pp-modal-cat-btn{display:flex;flex-direction:column;border-radius:20px;border:2px solid #e8e8e8;background:#fff;cursor:pointer;font-family:inherit;overflow:hidden;transition:border-color .15s,transform .15s,box-shadow .15s;text-align:left}.pp-modal-cat-btn:hover{border-color:#1a1a1a;transform:translateY(-3px);box-shadow:0 12px 32px #0000001a}.pp-modal-cat-img-wrap{position:relative;height:110px;overflow:hidden}.pp-modal-cat-img-wrap img{width:100%;height:100%;object-fit:cover}.pp-modal-cat-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,transparent 40%,rgba(0,0,0,.5))}.pp-modal-cat-info{display:flex;flex-direction:column;gap:3px;padding:12px 14px 4px}.pp-modal-cat-emoji{font-size:22px}.pp-modal-cat-name{font-size:14px;font-weight:800;color:#1a1a1a}.pp-modal-cat-count{font-size:11.5px;color:#888;font-weight:500}.pp-modal-cat-arrow{padding:0 14px 12px;font-size:18px;color:#aaa;align-self:flex-end}.pp-modal-progress{padding:12px 20px;border-bottom:1px solid #f0f0f0;display:flex;flex-direction:column;gap:10px}.pp-modal-progress-top{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.pp-modal-back{display:flex;align-items:center;gap:4px;background:none;border:none;font-size:12.5px;font-weight:600;color:#888;cursor:pointer;font-family:inherit;padding:0;transition:color .15s}.pp-modal-back:hover{color:#1a1a1a}.pp-modal-cat-pill{background:#f0f0f0;color:#1a1a1a;font-size:12px;font-weight:700;padding:3px 12px;border-radius:20px}.pp-modal-saving{margin-left:auto;font-size:12px;font-weight:800;color:#16a34a;background:#dcfce7;padding:3px 10px;border-radius:20px}.pp-modal-dots-row{display:flex;align-items:center;gap:6px}.pp-modal-dot{height:6px;flex:1;max-width:40px;border-radius:10px;background:#e8e8e8;transition:background .2s}.pp-modal-dot--on{background:#1a1a1a}.pp-modal-dot-label{font-size:11.5px;color:#aaa;font-weight:600;margin-left:4px;white-space:nowrap}.pp-modal-services{overflow-y:auto;flex:1}.pp-svc-row{display:flex;align-items:center;gap:14px;padding:12px 20px;cursor:pointer;transition:background .12s;border-bottom:1px solid #f5f5f5}.pp-svc-row:last-child{border-bottom:none}.pp-svc-row:hover{background:#fafafa}.pp-svc-row--on{background:#f0fdf4}.pp-svc-row--on:hover{background:#dcfce7}.pp-svc-row--off{opacity:.3;cursor:not-allowed}.pp-svc-img-wrap{width:52px;height:52px;border-radius:12px;overflow:hidden;flex-shrink:0;border:1px solid #f0f0f0}.pp-svc-img-wrap img{width:100%;height:100%;object-fit:cover}.pp-svc-info{flex:1}.pp-svc-name{font-size:14px;font-weight:700;color:#1a1a1a}.pp-svc-orig{font-size:11.5px;color:#aaa;margin-top:2px}.pp-svc-combo-price{font-size:11.5px;color:#16a34a;font-weight:600;margin-top:1px}.pp-svc-check{width:28px;height:28px;border-radius:50%;border:2px solid #d0d0d0;background:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .15s}.pp-svc-check--on{background:#1a1a1a;border-color:#1a1a1a}.pp-modal-footer{padding:14px 20px;border-top:1px solid #f0f0f0;display:flex;align-items:center;gap:14px;background:linear-gradient(135deg,#fafafa,#fff)}.pp-modal-summary{display:flex;flex-direction:column;gap:3px}.pp-modal-summary-label{font-size:10.5px;color:#aaa;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.pp-modal-summary-price{display:flex;align-items:center;gap:8px}.pp-modal-summary-price strong{font-size:24px;font-weight:800;color:#1a1a1a;line-height:1}.pp-modal-save-chip{background:#dcfce7;color:#16a34a;font-size:11px;font-weight:800;padding:3px 10px;border-radius:20px}.pp-modal-confirm{flex:1;padding:14px;border-radius:14px;border:none;background:#1a1a1a;color:#fff;font-size:14px;font-weight:700;cursor:pointer;font-family:inherit;transition:background .15s;white-space:nowrap}.pp-modal-confirm:disabled{background:#d0d0d0;color:#aaa;cursor:not-allowed}.pp-modal-confirm:not(:disabled):hover{background:#333}@media (max-width:1100px){.pp-plans-section{padding:56px 24px 24px}.pp-plans-grid{gap:16px}.pp-plan-amount{font-size:46px}.pp-plan-top{padding:20px 20px 0}.pp-plan-features{padding:16px 20px 0}.pp-plan-btn{margin:auto 20px 0}}@media (max-width:960px){.pp-plans-grid{grid-template-columns:repeat(3,1fr);gap:12px;max-width:none}.pp-plans-section{padding:40px 16px 24px}.pp-plan-amount{font-size:38px;letter-spacing:-2px}.pp-plan-currency,.pp-plan-name{font-size:18px}.pp-plan-features li{font-size:12px}.pp-trust{grid-template-columns:repeat(2,1fr);padding:32px 16px;gap:12px}.pp-compare-section{padding:40px 16px}.pp-faq-section{padding:48px 16px 60px}}@media (max-width:640px){.pp-plans-section{padding:40px 0 24px}.pp-plans-section .pp-section-head{padding:0 16px}.pp-compare-section{padding-left:16px;padding-right:16px}.pp-faq-section{padding:48px 16px 60px}.pp-trust{grid-template-columns:repeat(2,1fr);padding:32px 16px;gap:12px}.pp-plans-grid{display:flex;flex-direction:row;align-items:stretch;gap:14px;max-width:none;padding:4px 16px 16px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.pp-plans-grid::-webkit-scrollbar{display:none}.pp-plan-card{flex:0 0 78vw;max-width:300px;scroll-snap-align:start}.pp-plan-card--featured{flex:0 0 82vw;max-width:310px}.pp-modal-overlay{align-items:flex-end;padding:0}.pp-modal{border-radius:28px 28px 0 0;max-height:93vh;max-width:100%;animation:pp-modal-up .28s cubic-bezier(.34,1.2,.64,1)}@keyframes pp-modal-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.pp-modal-cat-grid{grid-template-columns:1fr 1fr}.pp-compare-table th,.pp-compare-table td{padding:10px 8px;font-size:11px}.pp-faq-q{padding:16px 18px;font-size:14px}.pp-faq-a{padding:0 18px 16px}}.bm-modal{background:#fff;border-radius:20px;width:560px;max-width:95vw;max-height:88vh;display:flex;flex-direction:column;box-shadow:0 4px 6px #0000000a,0 20px 48px #00000024;animation:bm-up .22s cubic-bezier(.4,0,.2,1);overflow:hidden;position:relative;z-index:999999}@keyframes bm-up{0%{opacity:0;transform:translateY(16px) scale(.98)}to{opacity:1;transform:none}}.bm-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px 14px;border-bottom:1px solid #f2f2f2;flex-shrink:0}.bm-hinfo{display:flex;align-items:center;gap:11px}.bm-himg{width:40px;height:40px;border-radius:10px;overflow:hidden;flex-shrink:0;border:1px solid #ebebeb;background:#f5f5f5}.bm-himg img{width:100%;height:100%;object-fit:cover;display:block}.bm-hname{font-size:14px;font-weight:700;color:#111;letter-spacing:-.2px}.bm-hmeta{font-size:11px;color:#aaa;margin-top:2px;display:flex;align-items:center;gap:5px}.bm-live-dot{width:6px;height:6px;border-radius:50%;background:#22c55e;flex-shrink:0;animation:bm-pulse 2s infinite}@keyframes bm-pulse{0%,to{box-shadow:0 0 0 2px #22c55e33}50%{box-shadow:0 0 0 4px #22c55e14}}.bm-header-right{display:flex;align-items:center;gap:12px}.bm-close{width:28px;height:28px;border-radius:50%;border:1px solid #e8e8e8;background:#fff;color:#999;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s;flex-shrink:0}.bm-close:hover{background:#111;color:#fff;border-color:#111}.bm-steps{display:flex;align-items:center;gap:5px}.bm-step-dot{width:22px;height:22px;border-radius:50%;border:1.5px solid #e0e0e0;background:#fff;color:#ccc;font-size:10px;font-weight:700;display:flex;align-items:center;justify-content:center;transition:all .2s}.bm-step-dot--on{background:#111;border-color:#111;color:#fff}.bm-step-line{width:16px;height:1.5px;background:#e0e0e0;border-radius:2px}.bm-content{overflow-y:auto;flex:1;min-height:0}.bm-layout{display:flex;flex-direction:column;padding:20px;gap:16px}.bm-price-row{display:flex;gap:10px}.bm-price-box{flex:1;border-radius:12px;padding:12px 14px;display:flex;flex-direction:column;gap:3px}.bm-price-box--pay{background:#fafafa;border:1.5px solid #e8e8e8}.bm-price-box--after{background:#f0fdf4;border:1.5px solid #bbf7d0}.bm-price-box-label{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.6px;color:#aaa}.bm-price-box--after .bm-price-box-label{color:#16a34a}.bm-price-box-amount{font-size:22px;font-weight:800;color:#111;letter-spacing:-1px;line-height:1}.bm-price-box--after .bm-price-box-amount{color:#15803d}.bm-price-box-sub{font-size:10.5px;color:#bbb;font-weight:500}.bm-price-box--after .bm-price-box-sub{color:#86efac}.bm-nr-tag{display:inline-flex;align-items:center;gap:4px;font-size:10px;font-weight:700;color:#dc2626;background:#ef444414;border-radius:5px;padding:2px 7px;width:fit-content;margin-top:2px}.bm-date-heading-row{display:flex;align-items:baseline;justify-content:space-between}.bm-right-title{font-size:13px;font-weight:700;color:#111}.bm-right-sub{font-size:11px;color:#bbb}.bm-days{display:grid;grid-template-columns:repeat(7,1fr);gap:6px}.bm-day{display:flex;flex-direction:column;align-items:center;gap:1px;padding:9px 2px 8px;border-radius:10px;border:1.5px solid #ebebeb;background:#fff;cursor:pointer;transition:border-color .15s,transform .12s,box-shadow .15s}.bm-day:hover{border-color:#111;transform:translateY(-1px);box-shadow:0 3px 10px #00000012}.bm-day--on{background:#111!important;border-color:#111!important;transform:translateY(-2px)!important;box-shadow:0 6px 18px #0000002e!important}.bm-day--on .bm-dlbl,.bm-day--on .bm-dnum,.bm-day--on .bm-dmon{color:#fff!important}.bm-dlbl{font-size:7.5px;font-weight:700;color:#ccc;text-transform:uppercase;letter-spacing:.4px}.bm-dnum{font-size:17px;font-weight:800;color:#111;line-height:1.1}.bm-dmon{font-size:8px;color:#ccc;font-weight:500}.bm-day--closed{opacity:.4;cursor:not-allowed!important;background:#f8fafc!important;border-color:#e2e8f0!important}.bm-day--closed .bm-dmon{color:#ef4444;font-size:7.5px;font-weight:700}.bm-day--closed:hover{transform:none!important;box-shadow:none!important;border-color:#e2e8f0!important}.bm-sel{display:flex;align-items:center;gap:8px;font-size:12.5px;font-weight:600;color:#111;background:#f5f5f5;border-radius:9px;padding:10px 13px}.bm-no-sel{display:flex;align-items:center;gap:8px;font-size:12px;color:#ccc;background:#fafafa;border-radius:9px;padding:10px 13px}.bm-today-closed{display:flex;align-items:flex-start;gap:7px;background:#fff5f5;border:1px solid #fecaca;border-radius:9px;padding:9px 12px;font-size:11.5px;font-weight:600;color:#dc2626;line-height:1.5}.bm-today-closed svg{flex-shrink:0;margin-top:1px}.bm-confirm{width:100%;padding:13px 20px;border-radius:11px;border:none;background:#ebebeb;color:#bbb;font-size:13.5px;font-weight:700;letter-spacing:-.1px;cursor:not-allowed;font-family:inherit;transition:background .2s,color .2s,transform .12s,box-shadow .12s}.bm-confirm--on{background:#111;color:#fff;cursor:pointer;box-shadow:0 3px 12px #00000029}.bm-confirm--on:hover{background:#222;transform:translateY(-1px);box-shadow:0 6px 20px #0003}.bm-confirm--on:active{transform:none;box-shadow:none}.bm-confirm--flex{flex:1}.bm-confirm-note{font-size:11px;color:#bbb;text-align:center;margin:0;line-height:1.5}.bm-summary-card{background:#fafafa;border:1px solid #ebebeb;border-radius:12px;padding:13px 15px;display:flex;flex-direction:column;gap:7px}.bm-summary-label{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.6px;color:#aaa;margin-bottom:2px}.bm-summary-row{display:flex;justify-content:space-between;align-items:center;font-size:12px;color:#666;font-weight:500}.bm-summary-row span:last-child{font-weight:700;color:#111}.bm-summary-fee{color:#dc2626!important}.bm-summary-sep{height:1px;background:#ebebeb;margin:1px 0}.bm-summary-row--total span{font-size:13px;font-weight:800;color:#111!important}.bm-form-title{font-size:15px;font-weight:800;color:#111;letter-spacing:-.2px}.bm-form-sub{font-size:11.5px;color:#aaa;margin-top:-8px}.bm-form-fields{display:flex;flex-direction:column;gap:12px}.bm-field{display:flex;flex-direction:column;gap:4px}.bm-field-label{font-size:11px;font-weight:700;color:#555}.bm-required{color:#ef4444;font-size:11px;margin-left:2px}.bm-field-input{border:1.5px solid #e0e0e0;border-radius:9px;padding:9px 12px;font-size:13.5px;font-family:inherit;color:#111;outline:none;background:#fff;transition:border-color .15s,box-shadow .15s;width:100%;box-sizing:border-box}.bm-field-input:focus{border-color:#111;box-shadow:0 0 0 3px #0000000d}.bm-field-input--err{border-color:#ef4444!important}.bm-field-input--ok{border-color:#22c55e!important}.bm-field-textarea{resize:vertical;min-height:64px}.bm-phone-wrap{display:flex;align-items:center;border:1.5px solid #e0e0e0;border-radius:9px;overflow:hidden;background:#fff;transition:border-color .15s}.bm-phone-wrap:focus-within{border-color:#111;box-shadow:0 0 0 3px #0000000d}.bm-phone-wrap--err{border-color:#ef4444!important}.bm-phone-prefix{padding:9px 8px 9px 12px;font-size:13.5px;font-weight:600;color:#aaa;flex-shrink:0}.bm-field-input--phone{border:none!important;box-shadow:none!important;padding-left:4px;flex:1}.bm-field-err{font-size:11px;color:#dc2626;font-weight:600;background:#fff5f5;border:1px solid #fecaca;border-radius:6px;padding:5px 9px;margin-top:2px;line-height:1.4}.bm-field-ok{font-size:10.5px;color:#15803d;font-weight:600;margin-top:2px;padding-left:2px}.bm-back-btn{background:none;border:1.5px solid #e0e0e0;border-radius:9px;padding:8px 14px;font-size:12px;font-weight:700;color:#666;cursor:pointer;font-family:inherit;transition:all .15s}.bm-back-btn:hover{border-color:#111;color:#111}.bm-issue-step{padding:20px;display:flex;flex-direction:column;gap:14px}.bm-issue-header{display:flex;align-items:flex-start;gap:12px}.bm-issue-icon{font-size:26px;flex-shrink:0;margin-top:1px}.bm-issue-title{font-size:16px;font-weight:800;color:#111;letter-spacing:-.3px;margin-bottom:3px}.bm-issue-sub{font-size:12px;color:#888;line-height:1.5}.bm-issue-examples{display:flex;flex-wrap:wrap;align-items:center;gap:6px;background:#f8fafc;border-radius:9px;padding:10px 12px}.bm-issue-eg-label{font-size:10px;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;flex-shrink:0}.bm-issue-eg{font-size:11.5px;color:#0f172a;font-weight:500;background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:3px 10px;font-style:italic}.bm-issue-textarea{width:100%;border:1.5px solid #e0e0e0;border-radius:11px;padding:12px 14px;font-size:13.5px;font-family:inherit;color:#111;outline:none;background:#fff;resize:vertical;min-height:110px;line-height:1.6;transition:border-color .15s,box-shadow .15s;box-sizing:border-box}.bm-issue-textarea:focus{border-color:#111;box-shadow:0 0 0 3px #0000000d}.bm-issue-textarea--err{border-color:#ef4444!important}.bm-issue-textarea--ok{border-color:#22c55e!important}.bm-issue-wordcount{display:flex;align-items:center;gap:10px;font-size:11.5px;font-weight:600}.bm-wc--empty{color:#cbd5e1}.bm-wc--partial{color:#f59e0b}.bm-wc--ok{color:#22c55e}.bm-wc-check{color:#15803d;font-weight:700}.bm-issue-actions{display:flex;gap:9px;align-items:center}.bm-faq-wrap{border:1px solid #ebebeb;border-radius:10px;overflow:visible;background:#fff}.bm-faq-btn{width:100%;display:flex;align-items:center;justify-content:space-between;padding:10px 13px;background:transparent;border:none;font-size:12px;font-weight:600;color:#555;cursor:pointer;font-family:inherit;border-radius:10px;transition:background .15s}.bm-faq-btn:hover{background:#f7f7f7}.bm-chev{display:flex;align-items:center;transition:transform .25s cubic-bezier(.4,0,.2,1);color:#bbb}.bm-chev--open{transform:rotate(180deg)}.bm-faq-body{max-height:0;overflow:hidden;transition:max-height .35s cubic-bezier(.4,0,.2,1)}.bm-faq-body--open{max-height:600px}.bm-faq-inner{border-top:1px solid #f0f0f0;display:flex;flex-direction:column}.bm-faq-item{padding:10px 13px;border-bottom:1px solid #f7f7f7}.bm-faq-item:last-child{border-bottom:none}.bm-faq-q{font-size:11.5px;font-weight:700;color:#111;margin-bottom:3px}.bm-faq-a{font-size:11px;color:#777;line-height:1.6}.bm-serviceable-note{display:flex;align-items:flex-start;gap:8px;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px;padding:10px 12px}.bm-serviceable-title{font-size:10.5px;font-weight:800;color:#15803d;margin-bottom:2px}.bm-serviceable-list{font-size:11.5px;color:#166534;font-weight:600;font-family:Courier New,monospace}@media (max-width: 520px){.bm-modal{width:100%;border-radius:18px 18px 0 0;max-height:90vh}.bm-days{grid-template-columns:repeat(4,1fr)}}.sp-wrap{min-height:100vh;background:#fafafa}.sp-hero{position:relative;background:linear-gradient(135deg,#0a0a0a,#1a1a2e,#0f0f1a);min-height:480px;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;padding:80px 24px 100px}.sp-hero-noise{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");opacity:.4;pointer-events:none}.sp-hero:before,.sp-hero:after{content:"";position:absolute;border-radius:50%;pointer-events:none}.sp-hero:before{width:500px;height:500px;background:radial-gradient(circle,rgba(102,126,234,.18) 0%,transparent 70%);top:-120px;left:-100px}.sp-hero:after{width:400px;height:400px;background:radial-gradient(circle,rgba(247,151,30,.12) 0%,transparent 70%);bottom:-80px;right:-60px}.sp-hero-inner{position:relative;z-index:2;text-align:center;max-width:700px}.sp-hero-eyebrow{display:inline-block;font-size:12px;font-weight:600;letter-spacing:2.5px;text-transform:uppercase;color:#ffffff73;margin-bottom:20px}.sp-hero-title{font-size:clamp(32px,5vw,56px);font-weight:300;color:#fff;line-height:1.15;letter-spacing:-1px;font-family:Georgia,serif;margin-bottom:18px}.sp-hero-sub{font-size:16px;color:#ffffff8c;line-height:1.7;font-weight:400;margin-bottom:48px;max-width:520px;margin-left:auto;margin-right:auto}.sp-hero-stats{display:flex;align-items:center;justify-content:center;gap:0;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);border-radius:16px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);overflow:hidden;width:fit-content;margin:0 auto}.sp-stat{display:flex;flex-direction:column;align-items:center;padding:18px 32px;border-right:1px solid rgba(255,255,255,.07)}.sp-stat:last-child{border-right:none}.sp-stat-val{font-size:20px;font-weight:700;color:#fff;line-height:1;margin-bottom:4px}.sp-stat-label{font-size:11px;color:#fff6;letter-spacing:.5px;text-transform:uppercase}.sp-hero-scroll-hint{position:absolute;bottom:28px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:4px;font-size:11px;color:#ffffff4d;letter-spacing:1px;text-transform:uppercase;z-index:2}.sp-why{display:grid;grid-template-columns:repeat(4,1fr);gap:0;background:#fff;border-bottom:1px solid #ebebeb}.sp-why-card{display:flex;align-items:flex-start;gap:16px;padding:32px 28px;border-right:1px solid #ebebeb;transition:background .15s}.sp-why-card:last-child{border-right:none}.sp-why-card:hover{background:#fafafa}.sp-why-icon{font-size:28px;flex-shrink:0;margin-top:2px}.sp-why-title{font-size:14px;font-weight:700;color:#1a1a1a;margin-bottom:5px}.sp-why-desc{font-size:13px;color:#888;line-height:1.5}.sp-services-section{max-width:1280px;margin:0 auto;padding:72px 32px 80px}.sp-section-head{text-align:center;margin-bottom:40px}.sp-section-title{font-size:clamp(26px,3vw,36px);font-weight:300;color:#1a1a1a;letter-spacing:-.5px;font-family:Georgia,serif;margin-bottom:10px}.sp-section-sub{font-size:15px;color:#888;font-weight:400}.sp-tabs{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:40px}.sp-tab{padding:9px 22px;border-radius:24px;border:1.5px solid #e8e8e8;background:#fff;font-size:14px;font-weight:500;color:#555;cursor:pointer;font-family:inherit;transition:all .15s}.sp-tab:hover{border-color:#1a1a1a;color:#1a1a1a}.sp-tab--active{background:#1a1a1a;border-color:#1a1a1a;color:#fff;font-weight:600}.sp-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.sp-card{position:relative;background:#fff;border:1px solid #ebebeb;border-radius:20px;padding:24px;cursor:pointer;display:flex;flex-direction:column;gap:16px;transition:transform .2s,box-shadow .2s,border-color .2s;overflow:hidden}.sp-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(102,126,234,.04) 0%,transparent 60%);opacity:0;transition:opacity .2s;pointer-events:none}.sp-card:hover{transform:translateY(-4px);box-shadow:0 16px 48px #0000001a;border-color:#d0d0d0}.sp-card:hover:before{opacity:1}.sp-card-badge{position:absolute;top:16px;right:16px;font-size:10px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;padding:4px 10px;border-radius:20px;background:#1a1a1a;color:#fff}.sp-card-icon{font-size:36px;line-height:1}.sp-card-body{flex:1;display:flex;flex-direction:column;gap:6px}.sp-card-name{font-size:16px;font-weight:700;color:#1a1a1a;line-height:1.3}.sp-card-desc{font-size:13px;color:#888;line-height:1.5}.sp-card-meta{display:flex;align-items:center;gap:12px;margin-top:4px}.sp-card-rating{font-size:12.5px;font-weight:600;color:#f59e0b}.sp-card-reviews{color:#aaa;font-weight:400}.sp-card-eta{font-size:12px;color:#555;font-weight:500}.sp-card-footer{display:flex;align-items:center;justify-content:space-between;padding-top:16px;border-top:1px solid #f0f0f0}.sp-card-price{font-size:18px;font-weight:800;color:#1a1a1a;display:flex;align-items:center;gap:8px}.sp-card-old{font-size:13px;color:#bbb;font-weight:400}.sp-card-btn{background:#1a1a1a;color:#fff;border:none;border-radius:10px;padding:10px 22px;font-size:13px;font-weight:700;cursor:pointer;font-family:inherit;transition:background .15s,transform .15s}.sp-card-btn:hover{background:#333;transform:scale(.97)}.sp-cta{position:relative;background:linear-gradient(135deg,#0a0a0a,#1a1a2e 60%,#0f0f1a);padding:100px 24px;text-align:center;overflow:hidden}.sp-cta-noise{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");opacity:.4;pointer-events:none}.sp-cta:before{content:"";position:absolute;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(102,126,234,.15) 0%,transparent 70%);top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none}.sp-cta-inner{position:relative;z-index:2;max-width:560px;margin:0 auto}.sp-cta-title{font-size:clamp(26px,3.5vw,40px);font-weight:300;color:#fff;font-family:Georgia,serif;letter-spacing:-.5px;margin-bottom:14px;line-height:1.2}.sp-cta-sub{font-size:15px;color:#ffffff80;margin-bottom:36px;line-height:1.6}.sp-cta-btns{display:flex;align-items:center;justify-content:center;gap:12px}.sp-cta-btn{padding:14px 36px;border-radius:12px;font-size:15px;font-weight:700;cursor:pointer;font-family:inherit;text-decoration:none;display:inline-flex;align-items:center;transition:transform .15s,box-shadow .15s}.sp-cta-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000004d}.sp-cta-btn--primary{background:#fff;color:#1a1a1a;border:none}.sp-cta-btn--outline{background:transparent;color:#fff;border:1.5px solid rgba(255,255,255,.25)}.sp-cta-btn--outline:hover{border-color:#fff9}@media (max-width: 1024px){.sp-grid,.sp-why{grid-template-columns:repeat(2,1fr)}.sp-why-card:nth-child(2){border-right:none}.sp-why-card:nth-child(1),.sp-why-card:nth-child(2){border-bottom:1px solid #ebebeb}}@media (max-width: 640px){.sp-hero{padding:60px 20px 80px;min-height:400px}.sp-hero-stats{flex-wrap:wrap}.sp-stat{padding:14px 20px}.sp-why{grid-template-columns:1fr}.sp-why-card{border-right:none;border-bottom:1px solid #ebebeb}.sp-why-card:last-child{border-bottom:none}.sp-grid{grid-template-columns:1fr}.sp-services-section{padding:48px 16px 60px}.sp-cta{padding:72px 20px}}.apm-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:99999;display:flex;align-items:center;justify-content:center;padding:20px;animation:apm-bg-in .25s ease}@keyframes apm-bg-in{0%{opacity:0}to{opacity:1}}.apm-card{background:#fff;border-radius:20px;width:100%;max-width:360px;padding:24px 24px 20px;position:relative;box-shadow:0 20px 60px #00000038;animation:apm-card-in .32s cubic-bezier(.22,1,.36,1);overflow:hidden}@keyframes apm-card-in{0%{opacity:0;transform:scale(.9) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.apm-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#7c3aed,#0ea5e9)}.apm-icon-wrap{width:48px;height:48px;border-radius:14px;background:linear-gradient(135deg,#ede9fe,#dbeafe);display:flex;align-items:center;justify-content:center;margin:0 auto 12px}.apm-title{font-size:17px;font-weight:900;color:#0f172a;text-align:center;margin:0 0 6px;letter-spacing:-.3px}.apm-sub{font-size:13px;color:#64748b;text-align:center;margin:0 0 16px;line-height:1.5}.apm-sub strong{color:#0f172a}.apm-perks{display:flex;flex-direction:row;gap:6px;margin-bottom:18px}.apm-perk{flex:1;display:flex;flex-direction:column;align-items:center;gap:4px;font-size:11px;color:#374151;font-weight:600;background:#f8fafc;border-radius:10px;padding:10px 6px;border:1px solid #e2e8f0;text-align:center;line-height:1.3}.apm-perk-icon{font-size:18px;line-height:1}.apm-btn-login{width:100%;padding:12px;background:#0f172a;color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:700;cursor:pointer;font-family:inherit;display:flex;align-items:center;justify-content:center;gap:8px;transition:background .15s,transform .1s;box-shadow:0 3px 12px #0f172a33;margin-bottom:8px}.apm-btn-login:hover{background:#1e293b;transform:translateY(-1px)}.apm-btn-login:active{transform:translateY(0)}.apm-btn-login:disabled{opacity:.7;cursor:not-allowed;transform:none}.apm-btn-ignore{width:100%;padding:9px;background:transparent;color:#94a3b8;border:none;border-radius:10px;font-size:13px;font-weight:500;cursor:pointer;font-family:inherit;transition:color .15s}.apm-btn-ignore:hover{color:#64748b}.apm-spinner{width:16px;height:16px;border:2.5px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:apm-spin .65s linear infinite}@keyframes apm-spin{to{transform:rotate(360deg)}}.apm-redirect-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#fff;z-index:999999;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;animation:apm-bg-in .2s ease}.apm-redirect-logo{width:56px;height:56px;border-radius:14px;background:#0f172a;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:900;color:#fff;letter-spacing:-1px;box-shadow:0 8px 24px #0f172a40;animation:apm-logo-pulse 1.2s ease-in-out infinite}@keyframes apm-logo-pulse{0%,to{box-shadow:0 8px 24px #0f172a40}50%{box-shadow:0 8px 32px #7c3aed66}}.apm-redirect-ring{width:48px;height:48px;border:3px solid #e2e8f0;border-top-color:#7c3aed;border-radius:50%;animation:apm-spin .8s cubic-bezier(.5,.1,.5,.9) infinite}.apm-redirect-text{font-size:14px;font-weight:600;color:#64748b;letter-spacing:.2px}.sd-wrap{min-height:100vh;background:#fff;font-family:inherit}.sd-hero-banner{position:relative;width:100%;height:560px;overflow:hidden;border-bottom:1px solid #f0f0f0;background:#fff}.sd-hero-right{position:absolute;top:60px;right:0;width:78%;height:calc(100% - 60px);background:#f5f5f5;border-radius:0 28px 28px;overflow:hidden}.sd-hero-img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block}.sd-hero-right:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,#fff 0%,rgba(255,255,255,.6) 15%,transparent 35%);pointer-events:none}.sd-hero-left{position:absolute;top:0;left:0;width:52%;height:100%;z-index:2;display:flex;flex-direction:column;justify-content:flex-start;gap:14px;padding:40px 0 0 52px}.sd-hero-price-overlay,.sd-hero-price-label,.sd-hero-price-val{display:none}.sd-breadcrumb{display:flex;align-items:center;gap:5px;font-size:12px;color:#aaa;flex-wrap:wrap}.sd-breadcrumb a{color:#888;text-decoration:none}.sd-breadcrumb a:hover{color:#1a1a1a}.sd-breadcrumb span:last-child{color:#555;font-weight:600}.sd-hero-title{font-size:clamp(22px,2.8vw,38px);font-weight:400;color:#1a1a1a;letter-spacing:-.3px;line-height:1.2;margin:0;max-width:340px;word-break:break-word}.sd-hero-rating{display:flex;align-items:center;gap:6px;font-size:13.5px;color:#555;font-weight:500}.sd-hero-price-inline{font-size:15px;color:#555;font-weight:400}.sd-hero-price-inline strong{font-size:28px;font-weight:900;color:#1a1a1a;letter-spacing:-.8px}.sd-hero-book-btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;background:#7c3aed;color:#fff;border:none;border-radius:9px;padding:11px 26px;font-size:14px;font-weight:700;cursor:pointer;font-family:inherit;width:fit-content;transition:background .15s}.sd-hero-book-btn:hover{background:#6d28d9}.sd-hero-book-btn:disabled{opacity:.75;cursor:not-allowed}.sd-body{max-width:1200px;margin:0 auto;padding:28px 40px 80px;display:grid;grid-template-columns:1fr 290px;gap:24px;align-items:start}.sd-content{display:flex;flex-direction:column;gap:14px}.sd-svc-card{border:1px solid #e8e8e8;border-radius:14px;overflow:hidden;background:#fff}.sd-svc-card-header{padding:18px 22px 0}.sd-svc-badge{display:inline-block;font-size:11px;font-weight:700;background:#f0fdf4;color:#16a34a;border:1px solid #bbf7d0;border-radius:20px;padding:2px 10px;margin-bottom:6px}.sd-svc-card-title{font-size:17px;font-weight:800;color:#1a1a1a;margin:0 0 14px;letter-spacing:-.3px}.sd-svc-card-body{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:0 22px 18px}.sd-svc-card-left{flex:1;display:flex;flex-direction:column;gap:7px}.sd-svc-card-right{flex-shrink:0;display:flex;flex-direction:column;align-items:center;gap:8px}.sd-svc-card-rating{display:flex;align-items:center;gap:5px;font-size:12.5px;color:#888}.sd-svc-card-price{display:flex;align-items:center;gap:7px;font-size:15px;font-weight:700;color:#1a1a1a}.sd-svc-card-price s{font-size:12px;color:#bbb;font-weight:400}.sd-svc-card-eta{font-size:12px;color:#888;font-weight:400}.sd-svc-card-disc{font-size:10px;font-weight:700;color:#16a34a;background:#f0fdf4;border-radius:20px;padding:2px 7px}.sd-svc-card-sep{height:1px;background:#f0f0f0}.sd-svc-card-incs{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:5px}.sd-svc-card-incs li{display:flex;align-items:flex-start;gap:7px;font-size:13px;color:#444;line-height:1.4}.sd-view-details{background:none;border:none;padding:0;font-size:12.5px;font-weight:700;color:#7c3aed;cursor:pointer;font-family:inherit;text-align:left;width:fit-content}.sd-view-details:hover{color:#5b21b6}.sd-svc-card-img{width:110px;height:90px;border-radius:10px;overflow:hidden;border:1px solid #ebebeb;background:#f5f5f5}.sd-svc-card-img img{width:100%;height:100%;object-fit:cover;display:block}.sd-add-btn{width:110px;padding:8px 0;border-radius:9px;border:1.5px solid #1a1a1a;background:#fff;color:#1a1a1a;font-size:13px;font-weight:700;cursor:pointer;font-family:inherit;transition:all .15s;display:flex;align-items:center;justify-content:center;gap:5px}.sd-add-btn:hover{background:#1a1a1a;color:#fff}.sd-add-btn:disabled{opacity:.75;cursor:not-allowed}.sd-expanded{border-top:1px solid #f0f0f0;padding:18px 22px;background:#fafafa}.sd-expanded-cols{display:grid;grid-template-columns:1fr 1fr;gap:20px}.sd-expanded-head{font-size:11px;font-weight:800;color:#1a1a1a;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}.sd-expanded-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:7px}.sd-expanded-list li{display:flex;align-items:flex-start;gap:7px;font-size:12.5px;color:#444}.sd-check{color:#16a34a;font-weight:800;flex-shrink:0}.sd-cross{color:#dc2626;font-weight:800;flex-shrink:0}.sd-section{border:1px solid #e8e8e8;border-radius:14px;padding:22px;background:#fff}.sd-sec-title{font-size:16px;font-weight:800;color:#1a1a1a;letter-spacing:-.3px;margin-bottom:16px}.sd-about{font-size:13.5px;color:#555;line-height:1.8;margin:0}.sd-about-section{border:1.5px solid #e8e8e8;border-radius:16px;padding:24px;background:#fff;display:flex;flex-direction:column;gap:12px}.sd-about-title{font-size:16px;font-weight:800;color:#1a1a1a;margin:0 0 4px;letter-spacing:-.3px}.sd-about-text{font-size:13.5px;color:#444;line-height:1.85;margin:0}.sd-about-extra{display:flex;flex-direction:column;gap:4px}.sd-about-extra-head{font-size:13px;font-weight:700;color:#1a1a1a;margin-top:4px}.sd-about-list{list-style:none;padding:0;margin:4px 0 0;display:flex;flex-direction:column;gap:5px}.sd-about-list li{font-size:13px;color:#555;line-height:1.6;padding-left:14px;position:relative}.sd-about-list li:before{content:"—";position:absolute;left:0;color:#bbb}.sd-about-readmore{background:none;border:none;padding:0;font-size:13px;font-weight:700;color:#7c3aed;cursor:pointer;font-family:inherit;width:fit-content}.sd-about-readmore:hover{color:#5b21b6}.sd-hiw-section{background:#0f0f0f!important;border-color:#1a1a1a!important}.sd-hiw-section .sd-sec-title{color:#fff!important}.sd-hiw-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.sd-hiw-card{background:#1a1a1a;border-radius:14px;padding:20px 16px;display:flex;flex-direction:column;gap:8px;border:1px solid #2a2a2a;position:relative;overflow:hidden}.sd-hiw-card:before{content:"";position:absolute;top:-20px;right:-20px;width:70px;height:70px;border-radius:50%;background:#7c3aed1f}.sd-hiw-num{font-size:11px;font-weight:800;color:#7c3aed;background:#7c3aed26;border-radius:20px;padding:2px 9px;width:fit-content;letter-spacing:.5px}.sd-hiw-emoji{font-size:26px;line-height:1}.sd-hiw-title{font-size:13.5px;font-weight:800;color:#fff}.sd-hiw-desc{font-size:12px;color:#888;line-height:1.5}.sd-faq-list{border:1px solid #ebebeb;border-radius:12px;overflow:hidden}.sd-faq-item{border-bottom:1px solid #ebebeb;cursor:pointer;transition:background .12s}.sd-faq-item:last-child{border-bottom:none}.sd-faq-item:hover,.sd-faq-open{background:#fafafa}.sd-faq-q{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;font-size:13.5px;font-weight:600;color:#1a1a1a;gap:12px}.sd-faq-arrow{flex-shrink:0;transition:transform .2s}.sd-faq-open .sd-faq-arrow{transform:rotate(180deg)}.sd-faq-a{padding:0 16px 13px;font-size:13px;color:#666;line-height:1.7}.sd-noteworthy-track{display:flex;gap:12px;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}.sd-noteworthy-track::-webkit-scrollbar{display:none}.sd-noteworthy-card{flex-shrink:0;width:140px;cursor:pointer;display:flex;flex-direction:column;gap:6px}.sd-noteworthy-img-wrap{position:relative;width:140px;height:160px;border-radius:14px;overflow:hidden;background:#f5f5f5}.sd-noteworthy-img-wrap img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s}.sd-noteworthy-card:hover .sd-noteworthy-img-wrap img{transform:scale(1.05)}.sd-new-badge{position:absolute;top:8px;left:8px;background:#1a1a1a;color:#fff;font-size:10px;font-weight:700;border-radius:20px;padding:2px 8px}.sd-noteworthy-eta{position:absolute;bottom:8px;left:8px;background:#0009;color:#fff;font-size:10px;font-weight:600;border-radius:20px;padding:2px 8px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.sd-noteworthy-name{font-size:13px;font-weight:700;color:#1a1a1a;line-height:1.3}.sd-noteworthy-rating{font-size:12px;color:#888}.sd-related-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.sd-related-card{border:1.5px solid #ebebeb;border-radius:16px;overflow:hidden;text-decoration:none;display:flex;flex-direction:row;transition:transform .2s,box-shadow .2s;background:#fff;align-items:center}.sd-related-card:hover{transform:translateY(-3px);box-shadow:0 10px 28px #00000017;border-color:#d0d0d0}.sd-related-img{width:90px;height:90px;flex-shrink:0;overflow:hidden}.sd-related-img img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:transform .3s}.sd-related-card:hover .sd-related-img img{transform:scale(1.06)}.sd-related-body{padding:12px 14px;flex:1}.sd-related-name{font-size:13px;font-weight:700;color:#1a1a1a;margin-bottom:3px;letter-spacing:-.1px}.sd-related-meta{font-size:11px;color:#aaa;margin-bottom:5px}.sd-related-price{font-size:14px;font-weight:900;color:#1a1a1a;display:flex;align-items:center;gap:6px;letter-spacing:-.3px}.sd-related-rating{display:flex;align-items:center;gap:4px;font-size:11px;color:#888;margin-bottom:4px}.sd-related-eta{font-size:11px;color:#888;font-weight:400}.sd-sidebar{position:sticky;top:160px;display:flex;flex-direction:column;gap:12px}.sd-promise-card{border:1px solid #e8e8e8;border-radius:14px;padding:18px 16px;background:#fff}.sd-promise-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.sd-promise-title{font-size:15px;font-weight:800;color:#1a1a1a}.sd-promise-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:9px}.sd-promise-list li{display:flex;align-items:center;gap:9px;font-size:13px;color:#0d9488;font-weight:500}.sd-price-card{border:1px solid #e8e8e8;border-radius:14px;padding:18px 16px;background:#fff;display:flex;flex-direction:column;gap:9px}.sd-price-card-row{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}.sd-price-big{font-size:32px;font-weight:900;color:#1a1a1a;letter-spacing:-1px;line-height:1}.sd-price-old{font-size:15px;color:#bbb;font-weight:400}.sd-price-disc{font-size:10px;font-weight:800;color:#16a34a;background:#f0fdf4;padding:2px 7px;border-radius:20px}.sd-price-sub{font-size:11.5px;color:#aaa}.sd-price-book-btn{width:100%;padding:12px;border-radius:9px;border:none;background:#1a1a1a;color:#fff;font-size:13.5px;font-weight:700;cursor:pointer;font-family:inherit;transition:background .15s;display:flex;align-items:center;justify-content:center;gap:7px}.sd-price-book-btn:hover{background:#333}.sd-price-book-btn:disabled{opacity:.75;cursor:not-allowed}.sd-price-eta{display:flex;align-items:center;gap:6px;font-size:12.5px;color:#555}.sd-price-eta strong{color:#1a1a1a}.sd-mobile-cta{display:none;position:fixed;bottom:0;left:0;right:0;z-index:100;background:#fff;border-top:1px solid #ebebeb;padding:10px 20px;align-items:center;justify-content:space-between;gap:16px;box-shadow:0 -4px 20px #00000014}.sd-mobile-price{font-size:18px;font-weight:800;color:#1a1a1a;display:flex;align-items:baseline;gap:5px}.sd-mobile-price s{font-size:12px;color:#bbb;font-weight:400}.sd-mobile-label{font-size:11px;color:#aaa}.sd-mobile-cta .sd-price-book-btn{width:auto;padding:10px 22px}.sd-confirm-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;z-index:10003;display:flex;align-items:center;justify-content:center;padding:20px}.sd-confirm-box{position:relative;background:#fff;border-radius:20px;padding:36px 32px 28px;width:100%;max-width:400px;text-align:center;box-shadow:0 20px 60px #00000040;animation:sd-pop .3s cubic-bezier(.22,1,.36,1)}@keyframes sd-pop{0%{opacity:0;transform:scale(.93)}to{opacity:1;transform:none}}.sd-confirm-close{position:absolute;top:14px;right:16px;background:none;border:none;font-size:16px;color:#aaa;cursor:pointer}.sd-confirm-icon{font-size:44px;margin-bottom:10px}.sd-confirm-title{font-size:22px;font-weight:800;color:#15803d;margin-bottom:6px}.sd-confirm-sub{font-size:13px;color:#555;margin-bottom:16px}.sd-confirm-pulse{display:flex;align-items:center;justify-content:center;gap:6px;margin-bottom:18px}.sd-confirm-dot{width:9px;height:9px;border-radius:50%;background:#22c55e;animation:sd-dot 1.2s infinite ease-in-out}.sd-confirm-dot:nth-child(2){animation-delay:.2s}.sd-confirm-dot:nth-child(3){animation-delay:.4s}@keyframes sd-dot{0%,80%,to{transform:scale(.7);opacity:.5}40%{transform:scale(1.2);opacity:1}}.sd-confirm-meta{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:12px;padding:12px 16px;margin-bottom:18px;text-align:left;display:flex;flex-direction:column;gap:6px}.sd-confirm-meta div{display:flex;justify-content:space-between;font-size:12px}.sd-confirm-meta div span:first-child{color:#6b7280}.sd-confirm-meta div span:last-child{font-weight:700;color:#166534;font-family:Courier New,monospace}.sd-confirm-track{display:block;width:100%;padding:12px;background:#1a1a1a;color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:700;cursor:pointer;font-family:inherit}.sd-notfound{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;text-align:center;padding:40px}.sd-notfound-icon{font-size:48px}.sd-notfound h2{font-size:22px;font-weight:800;color:#1a1a1a}.sd-notfound p{font-size:14px;color:#888}.sd-notfound button{background:#1a1a1a;color:#fff;border:none;border-radius:10px;padding:12px 24px;font-size:14px;font-weight:700;cursor:pointer;font-family:inherit}@media (max-width: 1024px){.sd-body{grid-template-columns:1fr;padding:20px 24px 100px}.sd-sidebar{position:static}.sd-mobile-cta{display:flex}.sd-hero-banner{height:360px}.sd-hero-right{width:85%}.sd-hero-left{width:60%;padding-left:32px}.sd-hiw-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.sd-hero-banner{height:280px}.sd-hero-right{width:100%}.sd-hero-right:after{background:linear-gradient(to right,#fff 0%,rgba(255,255,255,.85) 20%,rgba(255,255,255,.2) 50%,transparent 70%)}.sd-hero-left{width:65%;padding-left:20px}.sd-hero-title{font-size:20px}.sd-body{padding:14px 16px 100px}.sd-expanded-cols{grid-template-columns:1fr}.sd-related-grid{grid-template-columns:1fr 1fr}}.sd-fee-line{font-size:13px;font-weight:700;color:#dc2626;background:#fff5f5;border:1.5px solid #fecaca;border-radius:8px;padding:8px 12px;line-height:1.4}.sd-fee-nr{font-weight:900;text-decoration:underline;text-underline-offset:2px}.sd-pay-toggle{background:none;border:none;padding:0;font-size:13px;font-weight:600;color:#2563eb;text-decoration:underline;text-underline-offset:3px;cursor:pointer;font-family:inherit;text-align:left;width:fit-content}.sd-pay-toggle:hover{color:#1d4ed8}.sd-pay-info{background:#f8faff;border:1.5px solid #dbeafe;border-radius:12px;padding:14px 14px 10px;display:flex;flex-direction:column;gap:12px}.sd-pay-step{display:flex;align-items:flex-start;gap:10px}.sd-pay-num{width:22px;height:22px;border-radius:50%;background:#2563eb;color:#fff;font-size:11px;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}.sd-pay-step-title{font-size:13px;font-weight:700;color:#0f172a;margin-bottom:2px}.sd-pay-step-desc{font-size:12px;color:#64748b;line-height:1.55}.sd-pay-note-red{font-size:12px;font-weight:700;color:#dc2626;background:#fff5f5;border:1px solid #fecaca;border-radius:8px;padding:8px 10px;line-height:1.5}.sd-pay-note-red strong{font-weight:900}.sd-card-fee-line{font-size:10.5px;color:#dc2626;text-align:center;line-height:1.4}.sd-card-fee-line strong{font-weight:900}@media (max-width: 640px){.sd-hero-banner{height:240px}.sd-section{border-radius:0;border-left:none;border-right:none;border-top:none;border-bottom:8px solid #f0f0f0;padding:20px 14px}.sd-svc-card{border-radius:0;border-left:none;border-right:none;border-top:none;border-bottom:8px solid #f0f0f0}.sd-about-section{border-radius:0;border-left:none;border-right:none;border-top:none;border-bottom:8px solid #f0f0f0;padding:20px 14px}.sd-content{gap:0}.sd-hero-right{width:100%;top:0;height:100%;border-radius:0}.sd-hero-right:after{background:linear-gradient(to right,rgba(0,0,0,.72) 0%,rgba(0,0,0,.45) 40%,rgba(0,0,0,.1) 75%,transparent 100%)}.sd-hero-left{width:80%;padding-left:16px;padding-top:0;height:100%;justify-content:flex-end;padding-bottom:20px;gap:8px}.sd-hero-title{font-size:18px;max-width:none;color:#fff;text-shadow:0 1px 4px rgba(0,0,0,.4)}.sd-hero-rating{color:#ffffffd9;font-size:12px}.sd-hero-rating svg{fill:#a78bfa}.sd-hero-book-btn{padding:9px 18px;font-size:13px;width:fit-content}.sd-body{padding:12px 12px 90px}.sd-hiw-grid{grid-template-columns:1fr 1fr;gap:8px}.sd-hiw-card{padding:14px 12px}.sd-hiw-title{font-size:12px}.sd-related-grid{grid-template-columns:1fr}.sd-svc-card-body{flex-direction:column;gap:10px}.sd-svc-card-right{flex-direction:row;width:100%;justify-content:space-between;align-items:center}.sd-svc-card-img{width:80px;height:70px}.sd-add-btn{width:auto;min-width:100px;padding:9px 16px;font-size:13px}.sd-svc-card-disc{font-size:10px;padding:2px 6px;border-radius:4px}.sd-card-fee-line{font-size:10px;line-height:1.3;text-align:left}.sd-expanded-cols{grid-template-columns:1fr;gap:14px}.sd-mobile-cta{display:flex}}.lp-wrap{display:flex;min-height:100vh;height:100vh;background:#fff;font-family:Inter,DM Sans,sans-serif;overflow:hidden}.lp-left{flex:1;position:relative;overflow:hidden;background:#fff;display:flex;flex-direction:column}.lp-corner{position:absolute;top:0;left:0;width:200px;height:200px;background:#f5c518;clip-path:polygon(0 0,100% 0,0 100%);z-index:0}.lp-waves{position:absolute;bottom:60px;left:20px;width:60px;height:48px;z-index:1;background:repeating-linear-gradient(-55deg,#1a6bff 0,#1a6bff 2px,transparent 2px,transparent 8px);opacity:.35}.lp-dots{position:absolute;display:grid;grid-template-columns:repeat(5,1fr);gap:8px;z-index:1}.lp-dots--tl{top:16px;left:16px}.lp-dots--diamond{top:38%;left:43%;transform:rotate(45deg)}.lp-dot{width:6px;height:6px;border-radius:50%}.lp-dot--yellow{background:#f5c518;opacity:.75}.lp-dot--blue{background:#1a6bff;opacity:.45}.lp-net{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:1;pointer-events:none}.lp-bubble{position:absolute;border-radius:50%;overflow:hidden;border:4px solid #fff;box-shadow:0 8px 28px #0000001f;z-index:2;animation:lp-float 6s ease-in-out infinite}.lp-bubble:nth-child(2){animation-duration:7.5s}.lp-bubble:nth-child(3){animation-duration:5.5s;animation-delay:.8s}.lp-bubble:nth-child(4){animation-duration:8s;animation-delay:.3s}.lp-bubble:nth-child(5){animation-duration:6.5s;animation-delay:1.2s}.lp-bubble:nth-child(6){animation-duration:7s;animation-delay:.5s}@keyframes lp-float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.lp-bubble img{width:100%;height:100%;object-fit:cover}.lp-ring{position:absolute;border-radius:50%;border:4px solid #f5c518;z-index:3}.lp-ring--1{width:40px;height:40px;top:7%;left:29%}.lp-ring--2{width:30px;height:30px;top:40%;left:27%}.lp-bottom-bar{position:relative;margin-top:auto;padding:10px 20px;display:flex;justify-content:space-between;align-items:center;font-size:11.5px;color:#94a3b8;z-index:4;background:#fff;border-top:1px solid #f0f0f0;flex-shrink:0}.lp-powered strong{color:#0f172a}.lp-version{font-weight:600}.lp-right{width:420px;flex-shrink:0;background:#fff;border-left:1px solid #ebebeb;display:flex;flex-direction:column;height:100vh;overflow-y:auto;box-shadow:-4px 0 24px #0000000a;position:relative}.lp-btn-spinner{display:inline-block;width:16px;height:16px;border:2.5px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:lp-spin .65s cubic-bezier(.5,.1,.5,.9) infinite}.lp-btn-spinner--dark{border-color:#0f172a33;border-top-color:#0f172a}.lp-right-inner{flex:1;width:100%;padding:32px 36px 24px;display:flex;flex-direction:column;justify-content:center;transition:opacity .4s ease,transform .4s ease;opacity:1;transform:translateY(0)}.lp-right-inner.lp-transitioning{opacity:0;transform:translateY(18px);pointer-events:none}.lp-right-bar{height:41px;flex-shrink:0;border-top:1px solid #f0f0f0;width:100%}.lp-logo{display:flex;align-items:center;gap:10px;margin-bottom:2px;cursor:pointer;justify-content:center;width:100%}.lp-logo-box{width:38px;height:38px;background:#0f172a;border-radius:9px;color:#fff;font-size:13px;font-weight:900;display:flex;align-items:center;justify-content:center}.lp-logo-name{display:flex;flex-direction:column;line-height:1.05}.lp-logo-just{font-size:18px;font-weight:900;color:#0f172a;letter-spacing:-.3px}.lp-logo-worker{font-size:18px;font-weight:900;color:#374151;letter-spacing:-.3px}.lp-signin-label{font-size:13px;color:#94a3b8;font-weight:400;margin-bottom:12px;margin-top:2px;text-align:center}.lp-form{display:flex;flex-direction:column;gap:10px}.lp-reg-form{display:flex;flex-direction:column;gap:8px}.lp-field{display:flex;flex-direction:column;gap:4px}.lp-field label{font-size:12px;font-weight:700;color:#374151;letter-spacing:.1px}.lp-req{color:#ef4444}.lp-field input,.lp-field textarea{width:100%;padding:9px 12px;border:1.5px solid #e2e8f0;border-radius:7px;font-size:13px;font-family:inherit;color:#0f172a;outline:none;background:#fafafa;transition:border-color .15s,box-shadow .15s,background .15s;resize:none}.lp-field input::placeholder{color:#c4cdd6;font-weight:400}.lp-field input:focus,.lp-field textarea:focus{border-color:#374151;background:#fff;box-shadow:0 0 0 3px #0f172a12}.lp-field input[type=date]{color:#0f172a}.lp-pass-wrap{position:relative}.lp-pass-wrap input{padding-right:38px}.lp-eye{position:absolute;right:10px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;padding:3px;display:flex;align-items:center}.lp-forgot-row{display:flex;justify-content:flex-end;margin-top:2px}.lp-forgot{background:none;border:none;font-size:12px;font-weight:600;color:#6b7280;cursor:pointer;font-family:inherit;padding:0;transition:color .15s}.lp-forgot:hover{color:#0f172a;text-decoration:underline}.lp-reset-ok{font-size:11.5px;color:#15803d;font-weight:600;margin-top:3px}.lp-check-label{display:flex;align-items:center;gap:8px;font-size:12.5px;font-weight:500;color:#374151;cursor:pointer;-webkit-user-select:none;user-select:none}.lp-check-label input[type=checkbox]{display:none}.lp-check-box{width:17px;height:17px;border:2px solid #d1d5db;border-radius:4px;flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:background .15s;background:#fff}.lp-check-label input:checked+.lp-check-box{background:#0f172a;border-color:#0f172a}.lp-check-label input:checked+.lp-check-box:after{content:"";width:4px;height:7px;border:2px solid #fff;border-top:none;border-left:none;transform:rotate(45deg) translateY(-1px);display:block}.lp-err{font-size:12px;color:#dc2626;background:#fff5f5;border:1px solid #fecaca;border-radius:6px;padding:7px 11px;font-weight:500}.lp-err-sm{font-size:11px;color:#ef4444;font-weight:600;margin-top:2px}.lp-submit{width:100%;padding:11px;background:#0f172a;color:#fff;border:none;border-radius:7px;font-size:13.5px;font-weight:700;cursor:pointer;font-family:inherit;letter-spacing:.2px;transition:background .15s,transform .1s,box-shadow .15s;display:flex;align-items:center;justify-content:center;gap:6px;box-shadow:0 3px 12px #0f172a2e;margin-top:2px}.lp-submit:hover{background:#1e293b;transform:translateY(-1px);box-shadow:0 5px 16px #0f172a40}.lp-submit:active{transform:translateY(0)}.lp-submit:disabled{opacity:.7;cursor:not-allowed;transform:none}.lp-submit--off{background:#f3f4f6;color:#9ca3af;cursor:not-allowed;box-shadow:none;transform:none}.lp-submit--off:hover{background:#f3f4f6;transform:none;box-shadow:none}.lp-spinner{width:15px;height:15px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:lp-spin .7s linear infinite}.lp-reg-note{text-align:center;font-size:12.5px;color:#64748b;margin-top:6px}.lp-reg-link{background:none;border:none;color:#374151;font-weight:700;text-decoration:underline;text-underline-offset:2px;cursor:pointer;font-family:inherit;font-size:12.5px;transition:color .15s;padding:0}.lp-reg-link:hover{color:#0f172a}.lp-reg-header{margin-bottom:8px}.lp-reg-title{font-size:16px;font-weight:900;color:#0f172a;letter-spacing:-.3px;margin-bottom:0}.lp-reg-steps{display:flex;align-items:center}.lp-step{display:flex;align-items:center;gap:5px;font-size:11px;font-weight:600;color:#94a3b8;white-space:nowrap}.lp-step-dot{width:22px;height:22px;border-radius:50%;background:#f1f5f9;border:2px solid #e2e8f0;color:#94a3b8;font-size:11px;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s}.lp-step--active .lp-step-dot{background:#1a6bff;border-color:#1a6bff;color:#fff;box-shadow:0 0 0 3px #1a6bff26}.lp-step--active{color:#0f172a}.lp-step--done .lp-step-dot{background:#22c55e;border-color:#22c55e;color:#fff}.lp-step--done{color:#22c55e}.lp-step-line{flex:1;height:1.5px;background:#e2e8f0;margin:0 7px;border-radius:2px}.lp-row-2{display:grid;grid-template-columns:1fr 1fr;gap:8px}.lp-select{width:100%;padding:9px 34px 9px 12px;border:1.5px solid #e2e8f0;border-radius:7px;font-size:13px;font-family:inherit;color:#0f172a;outline:none;background:#fafafa;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23aaa' stroke-width='2.5' stroke-linecap='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;transition:border-color .15s,box-shadow .15s}.lp-select:focus{border-color:#374151;background:#fff;box-shadow:0 0 0 3px #0f172a12}.lp-select option{color:#0f172a}.lp-input-row{display:flex;gap:7px;align-items:center}.lp-input-row input{flex:1}.lp-otp-btn{padding:9px 12px;background:#0f172a;color:#fff;border:none;border-radius:7px;font-size:12px;font-weight:700;cursor:pointer;font-family:inherit;white-space:nowrap;flex-shrink:0;transition:background .15s;display:flex;align-items:center;gap:4px}.lp-otp-btn:hover{background:#1e293b}.lp-otp-btn--off{background:#e2e8f0;color:#94a3b8;cursor:not-allowed}.lp-otp-row{display:flex;gap:6px;margin-bottom:5px}.lp-otp-box{width:36px!important;height:40px;text-align:center;font-size:17px;font-weight:800;border:1.5px solid #e2e8f0;border-radius:7px;background:#fafafa;outline:none;padding:0!important;flex-shrink:0;color:#0f172a;transition:border-color .15s,box-shadow .15s}.lp-otp-box:focus{border-color:#374151;box-shadow:0 0 0 3px #0f172a12}.lp-otp-box--on{border-color:#374151;background:#f3f4f6}.lp-verify-btn{width:100%;padding:9px;background:#f1f5f9;color:#0f172a;border:1.5px solid #e2e8f0;border-radius:7px;font-size:12.5px;font-weight:700;cursor:pointer;font-family:inherit;transition:all .15s}.lp-verify-btn:hover{background:#0f172a;color:#fff;border-color:#0f172a}.lp-verified{display:inline-flex;align-items:center;gap:6px;background:#f0fdf4;color:#15803d;border:1px solid #bbf7d0;border-radius:6px;padding:5px 11px;font-size:12px;font-weight:700}.lp-email-err{display:flex;align-items:center;gap:7px;background:#fff5f5;border:1px solid #fecaca;color:#dc2626;border-radius:6px;padding:6px 10px;font-size:12px;font-weight:600}.lp-phone-wrap{display:flex;align-items:center;border:1.5px solid #e2e8f0;border-radius:7px;overflow:hidden;background:#fafafa;transition:border-color .15s}.lp-phone-wrap:focus-within{border-color:#374151;background:#fff;box-shadow:0 0 0 3px #0f172a12}.lp-phone-flag{padding:9px 10px 9px 12px;font-size:12.5px;font-weight:700;color:#374151;border-right:1.5px solid #e2e8f0;flex-shrink:0;white-space:nowrap;background:#f1f5f9}.lp-phone-wrap input{border:none!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;flex:1;padding-left:10px!important}.lp-spin{width:15px;height:15px;flex-shrink:0;border:2px solid #e2e8f0;border-top-color:#374151;border-radius:50%;animation:lp-spin .7s linear infinite}.lp-pin-msg{font-size:11.5px;font-weight:600;padding:6px 10px;border-radius:6px;line-height:1.4}.lp-pin-msg--ok{background:#f0fdf4;color:#15803d;border:1px solid #bbf7d0}.lp-pin-msg--warn{background:#fffbeb;color:#92400e;border:1px solid #fde68a}.lp-reg-btns{display:flex;gap:7px;margin-top:2px}.lp-back-btn{padding:11px 14px;background:#fff;color:#0f172a;border:1.5px solid #cbd5e1;border-radius:7px;font-size:13px;font-weight:700;cursor:pointer;font-family:inherit;display:flex;align-items:center;gap:4px;transition:all .15s;flex-shrink:0}.lp-back-btn:hover{background:#0f172a;color:#fff;border-color:#0f172a}.lp-reg-btns .lp-submit{flex:1;margin-top:0}.lp-otp-inline{display:flex;align-items:center;gap:8px}.lp-otp-inline .lp-otp-row{margin-bottom:0;flex:1}.lp-otp-verify-inline{padding:8px 12px;background:#0f172a;color:#fff;border:none;border-radius:7px;font-size:12px;font-weight:700;cursor:pointer;font-family:inherit;white-space:nowrap;flex-shrink:0;transition:background .15s}.lp-otp-verify-inline:hover{background:#374151}.lp-verified-row{display:inline-flex;align-items:center;gap:6px;background:#f0fdf4;color:#15803d;border:1px solid #bbf7d0;border-radius:6px;padding:5px 11px;font-size:11.5px;font-weight:700}.lp-s3-card{display:flex;align-items:center;gap:10px;background:#f9fafb;border:1.5px solid #e5e7eb;border-radius:10px;padding:11px 13px}.lp-s3-avatar{width:38px;height:38px;border-radius:50%;background:#0f172a;color:#fff;font-size:16px;font-weight:900;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 2px 8px #0f172a33}.lp-s3-info{flex:1;min-width:0}.lp-s3-name{font-size:13px;font-weight:800;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lp-s3-meta{font-size:11px;color:#64748b;font-weight:500;margin-top:1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lp-s3-badge{font-size:10.5px;font-weight:700;color:#15803d;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:20px;padding:3px 8px;flex-shrink:0}.lp-pass-rules{display:flex;flex-direction:column;gap:5px;margin-top:7px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:10px 13px}.lp-pass-rule-row{display:grid;grid-template-columns:1fr 1fr;gap:5px 10px}.lp-pass-rule{display:flex;align-items:center;gap:6px;font-size:11px;font-weight:500;color:#94a3b8;transition:color .2s}.lp-pass-rule--ok{color:#16a34a}.lp-rule-icon{font-size:11px;font-weight:900;width:13px;text-align:center;flex-shrink:0;color:inherit}.lp-match-ok{font-size:11px;color:#15803d;font-weight:700;margin-top:2px}.lp-pin-row{display:flex;flex-direction:column;gap:6px}.lp-pin-fetched{display:inline-flex;align-items:center;gap:5px;background:#eff6ff;border:1px solid #bfdbfe;color:#1d4ed8;border-radius:20px;padding:4px 10px;font-size:11px;font-weight:700;width:fit-content;animation:lp-fadein .3s ease}@keyframes lp-fadein{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.lp-submit--final{background:#0f172a!important;box-shadow:0 4px 16px #0f172a40!important}.lp-submit--final:hover{background:#1e293b!important;box-shadow:0 6px 20px #0f172a52!important}.lp-step3-summary{display:flex;align-items:center;gap:11px;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:8px;padding:10px 13px}.lp-step3-avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#1a6bff,#0f172a);color:#fff;font-size:15px;font-weight:900;display:flex;align-items:center;justify-content:center;flex-shrink:0}.lp-step3-name{font-size:13px;font-weight:800;color:#0f172a}.lp-step3-email{font-size:11.5px;color:#64748b;font-weight:500;margin-top:1px}.lp-done{text-align:center;padding:32px 0;display:flex;flex-direction:column;align-items:center;gap:12px}.lp-done-ring{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#0f172a,#22c55e);display:flex;align-items:center;justify-content:center;box-shadow:0 0 0 8px #22c55e1a}.lp-done-title{font-size:19px;font-weight:900;color:#0f172a}.lp-done-sub{font-size:13px;color:#64748b}@media (min-width: 1200px){.lp-right{width:460px}.lp-right-inner{padding:32px 44px 24px}}.lp-mob-back,.lp-mob-title,.lp-mob-sub,.lp-mob-terms{display:none}@media (max-width: 900px){.lp-wrap{height:auto;min-height:100vh;overflow:auto;display:block}.lp-left{display:none!important}.lp-right{width:100%!important;height:auto;min-height:100vh;border-left:none;box-shadow:none;background:#fff;position:relative}.lp-right-inner{max-width:100%;margin:0;padding:0 24px 40px;justify-content:flex-start}.lp-right-bar{display:none}.lp-mob-back{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:none;border:none;cursor:pointer;margin:16px 0 20px -6px;color:#0f172a;flex-shrink:0}.lp-logo{justify-content:flex-start;margin-bottom:20px}.lp-logo-box{width:44px;height:44px;border-radius:10px;font-size:15px}.lp-logo-just,.lp-logo-worker{font-size:20px}.lp-mob-title{display:block;font-size:26px;font-weight:800;color:#0f172a;letter-spacing:-.5px;line-height:1.25;margin-bottom:10px}.lp-mob-sub{display:block;font-size:14px;color:#6b7280;line-height:1.55;margin-bottom:28px;font-weight:400}.lp-field label{font-size:13px}.lp-field input,.lp-field textarea{font-size:15px;padding:14px;border-radius:10px;border:1.5px solid #e2e8f0;background:#fff}.lp-field input:focus,.lp-field textarea:focus{border-color:#0f172a;box-shadow:none}.lp-submit{padding:16px;font-size:16px;border-radius:12px;margin-top:24px;background:#0f172a;box-shadow:none}.lp-submit--off{background:#f3f4f6;color:#9ca3af}.lp-mob-terms{font-size:13px;color:#6b7280;margin-top:20px;line-height:1.5}.lp-mob-terms a,.lp-mob-terms button{color:#0f172a;font-weight:700;text-decoration:underline;text-underline-offset:2px;background:none;border:none;cursor:pointer;font-family:inherit;font-size:13px;padding:0}.lp-signin-label{text-align:left;font-size:14px;margin-bottom:20px}.lp-reg-note{text-align:left}.lp-form{gap:16px}.lp-reg-form{gap:14px}}@media (max-width: 520px){.lp-right-inner{padding:28px 18px 40px}.lp-row-2{grid-template-columns:1fr}.lp-otp-box{width:34px!important;height:38px;font-size:16px}.lp-pass-rule-row{grid-template-columns:1fr}.lp-s3-meta{font-size:10px}.lp-otp-inline{flex-wrap:wrap;gap:6px}}.lp-fp-icon{font-size:32px;text-align:center;margin-bottom:4px}.lp-fp-title{font-size:18px;font-weight:900;color:#0f172a;text-align:center;letter-spacing:-.3px}.lp-fp-sub{font-size:12.5px;color:#6b7280;text-align:center;line-height:1.5;margin-bottom:4px}.lp-fp-sub strong{color:#0f172a}.lp-fp-btn{background:#0f172a!important;box-shadow:0 3px 12px #00000038!important}.lp-fp-btn:hover{background:#1e293b!important;box-shadow:0 5px 16px #0000004d!important}.lp-otp-box--dark:focus{border-color:#0f172a!important;box-shadow:0 0 0 3px #0f172a1a!important}.lp-otp-box--dark.lp-otp-box--on{border-color:#374151!important;background:#f3f4f6!important}.lp-otp-verify--dark{background:#0f172a!important}.lp-otp-verify--dark:hover{background:#374151!important}.lp-fp-verified{display:inline-flex;align-items:center;gap:6px;background:#f0fdf4;color:#15803d;border:1px solid #bbf7d0;border-radius:6px;padding:5px 11px;font-size:12px;font-weight:700;margin-top:6px}.lp-done-ring--dark{background:linear-gradient(135deg,#0f172a,#374151)!important;box-shadow:0 0 0 8px #0f172a1a!important}@media (min-width: 1400px){.lp-right{width:480px}.lp-right-inner{padding:36px 48px 28px}.lp-fp-title{font-size:20px}}@media (max-width: 1100px){.lp-right{width:400px}.lp-right-inner{padding:28px 30px 20px}}@media (max-width: 900px){.lp-wrap{height:auto;min-height:100vh;overflow:auto;display:block}.lp-left{display:none!important}.lp-right{width:100%!important;height:auto;min-height:100vh;border-left:none;box-shadow:none;background:#fff}.lp-right-inner{max-width:500px;margin:0 auto;padding:48px 32px 40px;justify-content:flex-start}.lp-right-bar{display:none}.lp-logo{margin-bottom:8px}.lp-submit{padding:13px;font-size:14px}}@media (max-width: 640px){.lp-right-inner{max-width:100%;padding:36px 24px 32px}.lp-logo-just,.lp-logo-worker{font-size:20px}.lp-logo-box{width:40px;height:40px;font-size:14px}.lp-field label{font-size:12.5px}.lp-field input,.lp-field textarea{font-size:14px;padding:10px 13px}.lp-submit{font-size:14px;padding:13px}.lp-fp-title{font-size:19px}.lp-fp-sub{font-size:13px}.lp-reg-title{font-size:17px}}@media (max-width: 520px){.lp-right-inner{padding:28px 18px 40px}.lp-row-2{grid-template-columns:1fr}.lp-otp-box{width:34px!important;height:40px;font-size:16px}.lp-pass-rule-row{grid-template-columns:1fr}.lp-s3-meta{font-size:10px}.lp-otp-inline{flex-wrap:wrap;gap:6px}.lp-otp-inline .lp-otp-row{width:100%}.lp-otp-verify-inline{width:100%;justify-content:center}.lp-input-row{flex-wrap:wrap}.lp-input-row input{width:100%}.lp-otp-btn{width:100%;justify-content:center}.lp-reg-btns{flex-direction:column}.lp-back-btn{width:100%;justify-content:center}.lp-fp-title,.lp-logo-just,.lp-logo-worker{font-size:17px}}@media (max-width: 360px){.lp-right-inner{padding:22px 14px 32px}.lp-otp-box{width:30px!important;height:36px;font-size:14px}.lp-submit{font-size:13px;padding:11px}.lp-logo-just,.lp-logo-worker{font-size:15px}.lp-logo-box{width:34px;height:34px;font-size:12px}}.login-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:20px}.login-modal{background:#fff;border-radius:16px;width:100%;max-width:400px;padding:28px 32px 24px;box-shadow:0 20px 60px #00000040;position:relative}.login-close{position:absolute;top:16px;right:18px;background:none;border:none;color:#aaa;cursor:pointer;padding:4px}.login-title{font-size:20px;font-weight:800;color:#111;margin:0 0 6px;text-align:center}.login-sub{font-size:13px;color:#666;margin:0 0 20px;text-align:center}.login-form{display:flex;flex-direction:column;gap:14px}.login-field{display:flex;flex-direction:column;gap:5px}.login-field label{font-size:12px;font-weight:600;color:#444}.login-field input{padding:10px 12px;border:1.5px solid #ddd;border-radius:8px;font-size:14px;outline:none;transition:border-color .15s}.login-field input:focus{border-color:#7c3aed}.login-pass-wrap{position:relative}.login-pass-wrap input{padding-right:40px}.login-eye{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;padding:2px}.login-err{font-size:12px;color:#dc2626;background:#fff5f5;border:1px solid #fecaca;border-radius:6px;padding:8px 12px}.login-btn{padding:12px;background:#7c3aed;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:700;cursor:pointer;transition:background .15s}.login-btn:hover{background:#6d28d9}.lp-skeleton-wrap{position:absolute;top:0;right:0;bottom:0;left:0;padding:48px 36px;display:flex;flex-direction:column;gap:16px;justify-content:center;pointer-events:none;z-index:2}.lp-sk{border-radius:8px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:lp-shimmer 1.4s ease-in-out infinite}@keyframes lp-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.lp-sk-logo{width:120px;height:40px;border-radius:10px;align-self:center;margin-bottom:8px}.lp-sk-title{width:70%;height:22px;align-self:center}.lp-sk-sub{width:55%;height:14px;align-self:center}.lp-sk-field{width:100%;height:44px;border-radius:8px}.lp-sk-btn{width:100%;height:46px;border-radius:8px;background:linear-gradient(90deg,#e2e8f0 25%,#cbd5e1,#e2e8f0 75%);background-size:200% 100%;animation:lp-shimmer 1.4s ease-in-out infinite}.lp-sk-note{width:60%;height:12px;align-self:center}.lp-form-hidden{opacity:0;transform:translateY(16px);pointer-events:none}.lp-form-reveal{opacity:1;transform:translateY(0);transition:opacity .5s cubic-bezier(.22,1,.36,1),transform .5s cubic-bezier(.22,1,.36,1)}.cp-wrap{min-height:100vh;background:#fff;font-family:inherit}.cp-main{max-width:1200px;margin:0 auto;padding:24px 0 60px 32px;display:grid;grid-template-columns:300px 1fr 220px;gap:24px;align-items:start;overflow:visible}.cp-sidebar{display:flex;flex-direction:column;gap:16px;position:sticky;top:88px;padding-top:0;margin-left:-16px}.cp-page-title{font-size:32px;font-weight:800;color:#1a1a1a;letter-spacing:-.5px;margin:0}.cp-page-rating{display:flex;align-items:center;gap:5px;font-size:14px;margin-bottom:4px}.cp-rating-val{font-weight:700;color:#1a1a1a;text-decoration:underline dotted;text-underline-offset:3px;cursor:pointer}.cp-rating-cnt{color:#888}.cp-warranty-card{display:flex;align-items:center;justify-content:space-between;background:#f5f5f5;border-radius:14px;padding:14px 16px;gap:12px;cursor:pointer;transition:background .15s}.cp-warranty-card:hover{background:#ebebeb}.cp-warranty-left{display:flex;align-items:flex-start;gap:10px;flex:1}.cp-warranty-label{font-size:11px;font-weight:800;color:#16a34a;letter-spacing:.5px;text-transform:uppercase;margin-bottom:2px}.cp-warranty-text{font-size:13px;font-weight:500;color:#333}.cp-nav-card{background:#fff;border:1.5px solid #e8e8e8;border-radius:20px;padding:20px 16px}.cp-nav-card-label{font-size:12px;font-weight:600;color:#aaa;text-transform:uppercase;letter-spacing:.5px;margin-bottom:18px;padding-bottom:12px;border-bottom:1px solid #ebebeb}.cp-nav-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:16px}.cp-nav-item{display:flex;flex-direction:column;align-items:center;gap:8px;cursor:pointer}.cp-nav-img-wrap{width:100%;aspect-ratio:1;border-radius:14px;overflow:hidden;position:relative;background:#f5f5f5;transition:box-shadow .2s}.cp-nav-item:hover .cp-nav-img-wrap{box-shadow:0 4px 16px #0000001a}.cp-nav-img-wrap img{width:100%;height:100%;object-fit:cover;display:block}.cp-nav-tag{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#f0fdf4;color:#16a34a;font-size:13px;font-weight:800;text-align:center;line-height:1.3;padding:4px}.cp-nav-label{font-size:12px;font-weight:600;color:#0d9488;text-align:center;line-height:1.3;position:relative;display:inline-block}.cp-nav-label:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1.5px;background:#0d9488;transition:width .3s ease}.cp-nav-item:hover .cp-nav-label:after{width:100%}.cp-content{display:flex;flex-direction:column;gap:28px;min-width:0;overflow:visible}.cp-slider{position:relative;border-radius:16px;overflow:hidden;height:400px;width:calc(100% + 248px)}.cp-slide-img-container{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .7s ease}.cp-slide-img-container.cp-slide-img--active{opacity:1}.cp-slide-img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.cp-slide-overlay{position:absolute;bottom:0;left:0;right:0;padding:28px 32px 30px;background:linear-gradient(to top,rgba(0,0,0,.75) 0%,rgba(0,0,0,.35) 55%,transparent 100%);display:flex;flex-direction:column;gap:7px}.cp-slide-overlay-tag{display:inline-flex;align-items:center;background:#fff;color:#1a1a1a;font-size:10px;font-weight:800;letter-spacing:1.5px;text-transform:uppercase;padding:5px 14px;border-radius:5px;width:fit-content}.cp-slide-overlay-title{font-size:28px;font-weight:800;color:#fff;letter-spacing:-.5px;line-height:1.15;text-shadow:0 2px 8px rgba(0,0,0,.25)}.cp-slide-overlay-sub{font-size:14px;color:#ffffffd9;font-weight:400}.cp-arr{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;border:none;background:#fffffff2;font-size:24px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#1a1a1a;box-shadow:0 4px 20px #0000002e;z-index:10;transition:transform .15s,box-shadow .15s;line-height:1;padding:0}.cp-arr--prev{left:16px}.cp-arr--next{right:16px}.cp-arr:hover{transform:translateY(-50%) scale(1.08);box-shadow:0 6px 24px #00000040}.cp-dots{position:absolute;bottom:18px;right:24px;display:flex;align-items:center;gap:6px;z-index:10}.cp-dot{height:4px;border-radius:4px;border:none;cursor:pointer;transition:all .3s;padding:0;background:#fff6;width:20px}.cp-dot--on{background:#fff;width:36px}.cp-svc-list{display:flex;flex-direction:column;gap:0}.cp-svc-list-title{font-size:20px;font-weight:800;color:#1a1a1a;margin-bottom:20px;letter-spacing:-.3px}.cp-svc-row{border-bottom:1px solid #f0f0f0;padding:24px 0}.cp-svc-row:last-child{border-bottom:none}.cp-svc-banner{position:relative;width:100%;height:220px;border-radius:16px;overflow:hidden;margin-bottom:16px;background:#f5f5f5}.cp-svc-banner img{width:100%;height:100%;object-fit:cover;display:block}.cp-svc-body{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.cp-svc-body-left{flex:1;display:flex;flex-direction:column;gap:5px}.cp-svc-body-right{flex-shrink:0;display:flex;flex-direction:column;align-items:center;gap:10px}.cp-svc-thumb{position:relative;width:130px;height:100px;border-radius:12px;overflow:hidden;border:1px solid #ebebeb;background:#f5f5f5}.cp-svc-thumb img{width:100%;height:100%;object-fit:cover;display:block}.cp-svc-banner-tag{position:absolute;top:8px;left:0;right:0;background:#16a34a;color:#fff;font-size:11px;font-weight:700;padding:4px 10px;text-align:center;z-index:1}.cp-svc-name{font-size:17px;font-weight:800;color:#1a1a1a;letter-spacing:-.3px}.cp-svc-rating{display:flex;align-items:center;gap:5px;font-size:13px;color:#888}.cp-svc-prices{display:flex;align-items:center;gap:8px}.cp-svc-price{font-size:16px;font-weight:700;color:#1a1a1a}.cp-svc-old{font-size:14px;color:#bbb;font-weight:400}.cp-svc-eta{font-size:13px;color:#888}.cp-svc-disc{font-size:13px;font-weight:700;color:#16a34a}.cp-svc-fee-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.cp-svc-booking-fee{font-size:12.5px;color:#dc2626;font-weight:700}.cp-svc-fee-readmore{background:none;border:none;padding:0;cursor:pointer;font-size:12px;font-weight:600;color:#1a6bff;font-family:inherit;text-decoration:underline;text-underline-offset:2px;transition:color .15s}.cp-svc-fee-readmore:hover{color:#1558d6}.cp-fee-info{background:#f8faff;border:1.5px solid #dbeafe;border-radius:12px;padding:14px 16px;display:flex;flex-direction:column;gap:10px;animation:cp-fee-in .18s ease}@keyframes cp-fee-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}.cp-fee-info-header{display:flex;align-items:center;justify-content:space-between;gap:8px}.cp-fee-info-title{font-size:12px;font-weight:800;color:#1e40af;text-transform:uppercase;letter-spacing:.4px}.cp-fee-translate-btn{background:none;border:1.5px solid #1a6bff;border-radius:20px;padding:3px 10px;cursor:pointer;font-family:inherit;font-size:11px;font-weight:700;color:#1a6bff;transition:background .15s,color .15s;white-space:nowrap;flex-shrink:0}.cp-fee-translate-btn:hover{background:#1a6bff;color:#fff}.cp-fee-info-steps{display:flex;flex-direction:column;gap:8px}.cp-fee-info-step{display:flex;gap:10px;align-items:flex-start}.cp-fee-step-num{width:20px;height:20px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:800;margin-top:1px}.cp-fee-step-num--now{background:#1a1a1a;color:#fff}.cp-fee-step-num--after{background:#f0fdf4;color:#16a34a;border:1.5px solid #bbf7d0}.cp-fee-step-label{font-size:12.5px;font-weight:700;color:#1a1a1a;display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin-bottom:2px}.cp-fee-nr-tag{font-size:9.5px;font-weight:700;color:#dc2626;background:#fff1f1;border:1px solid #fecaca;border-radius:4px;padding:1px 5px}.cp-fee-after-tag{font-size:9.5px;font-weight:700;color:#16a34a;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:4px;padding:1px 5px}.cp-fee-step-desc{font-size:11.5px;color:#555;line-height:1.5}.cp-fee-info-divider{height:1px;background:#dbeafe;margin:0 0 0 30px}.cp-fee-info-total{font-size:12px;color:#1e40af;background:#eff6ff;border-radius:8px;padding:8px 10px;line-height:1.5}.cp-fee-info-total strong{color:#1e3a8a}.cp-fee-info-cancel{font-size:11.5px;color:#92400e;background:#fffbeb;border:1px solid #fde68a;border-radius:8px;padding:8px 10px;line-height:1.55}.cp-fee-info-cancel strong{color:#78350f;font-weight:800}.cp-svc-incs{display:flex;flex-direction:column;gap:3px}.cp-svc-incs span{font-size:13px;color:#555}.cp-svc-view{background:none;border:none;font-size:13.5px;font-weight:700;color:#7c3aed;cursor:pointer;font-family:inherit;padding:0;text-align:left;margin-top:6px;width:fit-content}.cp-svc-view:hover{color:#5b21b6}.cp-svc-add{display:inline-block;width:130px;padding:9px 0;border-radius:10px;border:none;background:#1a1a1a;color:#fff;font-size:14px;font-weight:700;cursor:pointer;font-family:inherit;text-decoration:none;text-align:center;transition:background .15s}.cp-svc-add:hover{background:#333}.cp-svc-book{display:inline-block;width:130px;padding:9px 0;border-radius:10px;border:1.5px solid #1a1a1a;background:#fff;color:#1a1a1a;font-size:14px;font-weight:700;cursor:pointer;font-family:inherit;text-align:center;transition:all .15s}.cp-svc-book:hover{background:#f5f5f5}.cp-svc-row--highlight{animation:cp-highlight 1.8s ease}@keyframes cp-highlight{0%{background:#fff}15%{background:#f0f5ff}85%{background:#f0f5ff}to{background:#fff}}.cp-svc-details{background:#f9fafb;border-radius:14px;padding:20px 22px;margin-top:4px;border:1px solid #ebebeb}.cp-svc-tagline{font-size:14px;color:#555;margin:0 0 16px;line-height:1.6}.cp-svc-details-cols{display:flex;gap:32px}.cp-svc-details-head{font-size:12px;font-weight:800;color:#1a1a1a;text-transform:uppercase;letter-spacing:.5px;margin-bottom:10px}.cp-svc-details-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:7px}.cp-svc-details-list li{font-size:13.5px;color:#333;display:flex;gap:8px}.cp-svc-details-list--ex li{color:#888}.cp-promise-sidebar{display:flex;flex-direction:column;gap:12px;margin-top:480px;align-self:start;position:sticky;top:88px}.cp-rs-card{border:1px solid #e8e8e8;border-radius:16px;padding:20px 18px;background:#fff}.cp-rs-top{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:16px}.cp-rs-title{font-size:18px;font-weight:800;color:#1a1a1a;letter-spacing:-.3px}.cp-rs-badge{flex-shrink:0}.cp-rs-list{display:flex;flex-direction:column;gap:11px}.cp-rs-row{display:flex;align-items:center;gap:10px;font-size:13.5px;font-weight:500;color:#0d9488}.cp-hiw-card{border:1px solid #e8e8e8;border-radius:16px;padding:18px 16px;background:#fff}.cp-hiw-title{font-size:13px;font-weight:800;color:#1a1a1a;margin-bottom:16px;letter-spacing:-.2px}.cp-hiw-steps{display:flex;flex-direction:column;gap:0}.cp-hiw-step{display:flex;align-items:flex-start;gap:12px}.cp-hiw-num{width:24px;height:24px;border-radius:50%;flex-shrink:0;background:#f5f5f5;border:1.5px solid #e8e8e8;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:800;color:#1a1a1a;margin-top:1px}.cp-hiw-text{padding-bottom:14px}.cp-hiw-label{font-size:12.5px;font-weight:700;color:#1a1a1a;margin-bottom:1px}.cp-hiw-sub{font-size:11px;color:#aaa}.cp-hiw-line{width:1.5px;height:14px;background:#ebebeb;margin-left:11px;flex-shrink:0}.cp-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;z-index:1000;display:flex;align-items:flex-start;justify-content:center;padding:80px 20px 40px;overflow-y:auto}.cp-modal{background:#fff;border-radius:20px;width:460px;max-width:95vw;position:relative;margin:0 auto}.cp-modal-close{position:fixed;top:20px;right:calc(50vw - 250px);width:44px;height:44px;border-radius:50%;border:2px solid #e0e0e0;background:#fff;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#333;z-index:1001;font-weight:600}.cp-modal-close:hover{background:#f5f5f5}.cp-modal-body{padding:28px 26px 34px;display:flex;flex-direction:column;gap:6px}.cp-modal-header{display:flex;align-items:center;gap:8px;margin-bottom:4px}.cp-modal-brand{font-size:28px;font-weight:900;color:#0d9488;letter-spacing:-1px;font-style:italic}.cp-modal-tagline{font-size:14px;color:#444;font-weight:400;margin:0 0 14px}.cp-modal-section{border-radius:14px;padding:20px 20px 0;display:flex;flex-direction:column;gap:13px;margin-bottom:10px;overflow:hidden}.cp-modal-section--green{background:#e8faf5;transition:background .15s}.cp-modal-section--green:hover{background:#c8f0e4}.cp-modal-section--purple{background:#f0eeff}.cp-modal-sec-title{font-size:20px;font-weight:800;color:#111;margin:0;letter-spacing:-.3px;line-height:1.2}.cp-modal-item{display:flex;align-items:flex-start;gap:12px;font-size:14px;color:#222;line-height:1.55;font-weight:400}.cp-modal-item--link{cursor:pointer;border-radius:8px;padding:6px 8px;margin:0 -8px;transition:background .15s}.cp-modal-item--link:hover{background:#0000000f}.cp-modal-icon{font-size:18px;flex-shrink:0;margin-top:2px}.cp-modal-illustration{display:flex;justify-content:center;padding:14px 0 0;margin:0 -20px}.cp-modal-illustration img{width:100%;max-height:180px;object-fit:contain;display:block}@media (max-width: 1100px){.cp-main{grid-template-columns:220px 1fr}.cp-promise-sidebar{display:none}}@media (max-width: 768px){.cp-main{grid-template-columns:1fr;padding:16px 16px 48px}.cp-sidebar{position:static}.cp-nav-grid{grid-template-columns:repeat(4,1fr)}.cp-slider{flex-direction:column;min-height:auto}.cp-slide-text{padding:28px 20px 16px}.cp-slide-img-wrap{flex:none;height:200px}.cp-slide-blob{width:280px;height:280px;right:-40px;top:-40px}.cp-header-inner{padding:0 16px 16px}}@media (max-width: 480px){.cp-nav-grid{grid-template-columns:repeat(2,1fr)}.cp-page-title{font-size:24px}.cp-svc-thumb{width:90px;height:70px}}.cp-confirm-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;z-index:2000;display:flex;align-items:center;justify-content:center;padding:20px;animation:cp-overlay-in .2s ease}@keyframes cp-overlay-in{0%{opacity:0}to{opacity:1}}.cp-confirm-box{position:relative;background:#fff;border-radius:20px;padding:36px 32px 28px;width:100%;max-width:400px;text-align:center;box-shadow:0 20px 60px #00000040;animation:cp-confirm-in .35s cubic-bezier(.22,1,.36,1)}@keyframes cp-confirm-in{0%{opacity:0;transform:scale(.92) translateY(16px)}to{opacity:1;transform:none}}.cp-confirm-close{position:absolute;top:14px;right:16px;background:none;border:none;font-size:16px;color:#aaa;cursor:pointer;line-height:1}.cp-confirm-close:hover{color:#333}.cp-confirm-icon{font-size:44px;margin-bottom:10px}.cp-confirm-title{font-size:22px;font-weight:800;color:#15803d;letter-spacing:-.4px;margin-bottom:6px}.cp-confirm-sub{font-size:13.5px;color:#555;margin-bottom:18px;line-height:1.5}.cp-confirm-pulse{display:flex;align-items:center;justify-content:center;gap:6px;margin-bottom:20px}.cp-confirm-dot{width:9px;height:9px;border-radius:50%;background:#22c55e;display:inline-block;animation:cp-dot-bounce 1.2s infinite ease-in-out}.cp-confirm-dot:nth-child(2){animation-delay:.2s}.cp-confirm-dot:nth-child(3){animation-delay:.4s}@keyframes cp-dot-bounce{0%,80%,to{transform:scale(.7);opacity:.5}40%{transform:scale(1.2);opacity:1}}.cp-confirm-meta{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:12px;padding:12px 16px;margin-bottom:20px;text-align:left;display:flex;flex-direction:column;gap:7px}.cp-confirm-meta-row{display:flex;justify-content:space-between;align-items:center;gap:8px}.cp-confirm-meta-k{font-size:11px;font-weight:600;color:#6b7280;white-space:nowrap}.cp-confirm-meta-v{font-size:12px;font-weight:700;color:#166534;font-family:Courier New,monospace;text-align:right}.cp-confirm-track-btn{display:block;width:100%;padding:12px 0;background:#1a1a1a;color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:700;cursor:pointer;font-family:inherit;transition:background .15s}.cp-confirm-track-btn:hover{background:#333}@media (max-width: 640px){.cp-main{grid-template-columns:1fr;padding:12px 12px 80px;gap:14px}.cp-sidebar{position:static;margin-left:0}.cp-page-title{font-size:22px}.cp-nav-grid{grid-template-columns:repeat(3,1fr);gap:10px}.cp-slider{width:100%;height:200px}.cp-slide-overlay{padding:14px 14px 16px;gap:4px}.cp-slide-overlay-title{font-size:18px}.cp-slide-overlay-sub{font-size:12px}.cp-arr{width:32px;height:32px;font-size:16px}.cp-svc-row{padding:16px 0;border-bottom:8px solid #f0f0f0}.cp-svc-row:last-child{border-bottom:none}.cp-svc-banner{height:160px}.cp-svc-banner-tag{position:absolute;top:8px;left:8px;right:auto;font-size:10px;padding:3px 8px;border-radius:5px;width:auto;text-align:left}.cp-svc-body{flex-direction:column;gap:10px}.cp-svc-body-right{flex-direction:row;align-items:center;width:100%;justify-content:space-between}.cp-svc-thumb{width:80px;height:64px}.cp-svc-add,.cp-svc-book{width:auto;min-width:110px;padding:10px 18px;font-size:13px;border-radius:10px}.cp-svc-name{font-size:15px}.cp-svc-details-cols{flex-direction:column;gap:12px}.cp-svc-list-title{font-size:17px;margin-bottom:14px}.cp-warranty-card{padding:11px 13px}.cp-warranty-text{font-size:12px}}.wp-wrap{min-height:100vh;background:#f4f4f5;font-family:DM Sans,Inter,sans-serif}.wp-hero{background:#1c1c1e;width:100%}.wp-hero-inner{max-width:1200px;margin:0 auto;padding:18px 32px 28px}.wp-back{display:inline-flex;align-items:center;gap:5px;background:none;border:none;color:#666;font-size:12px;font-weight:600;cursor:pointer;padding:0;margin-bottom:10px;font-family:inherit;transition:color .15s}.wp-back:hover{color:#999}.wp-hero-row{display:flex;align-items:center;justify-content:space-between;gap:32px;flex-wrap:wrap}.wp-hero-left{flex:1;min-width:280px}.wp-hero-eyebrow{font-size:10px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:#666;margin:0 0 6px}.wp-hero-title{font-size:clamp(22px,3vw,34px);font-weight:900;color:#fff;margin:0 0 6px;line-height:1.1;letter-spacing:-.5px}.wp-hero-sub{font-size:13px;color:#666;margin:0 0 14px;line-height:1.6}.wp-hero-pills{display:flex;flex-wrap:wrap;gap:7px}.wp-pill{font-size:11px;font-weight:600;padding:4px 12px;border-radius:5px;background:#2a2a2c;color:#aaa;border:1px solid #333}.wp-hero-price-card{background:#2a2a2c;border:1px solid #333;border-radius:12px;padding:18px 24px;min-width:190px;flex-shrink:0}.wp-hero-price-label{font-size:10px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:#666;margin-bottom:4px}.wp-hero-price{font-size:34px;font-weight:900;color:#fff;line-height:1;letter-spacing:-1px}.wp-hero-price-old{font-size:13px;color:#555;text-decoration:line-through;margin-top:3px}.wp-hero-divider{height:1px;background:#333;margin:12px 0}.wp-hero-fee-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:5px}.wp-hero-fee-label{font-size:12px;color:#666}.wp-hero-fee-val{font-size:13px;font-weight:700;color:#ccc}.wp-body{max-width:1200px;margin:0 auto;padding:22px 32px 60px}.wp-pin-section{margin-bottom:14px}.wp-pin-card{background:#fff;border:1.5px solid #e4e4e7;border-radius:12px;padding:14px 20px;display:flex;align-items:center;gap:14px;flex-wrap:wrap}.wp-pin-card--active{border-color:#1c1c1e}.wp-pin-loc-icon{width:38px;height:38px;border-radius:9px;background:#1c1c1e;color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.wp-pin-loc-icon--light{background:#f4f4f5;color:#888}.wp-pin-info{flex:1}.wp-pin-detected-label{font-size:11px;font-weight:600;color:#888;text-transform:uppercase;letter-spacing:.8px;margin-bottom:2px}.wp-pin-detected-val{font-size:22px;font-weight:900;color:#1c1c1e;letter-spacing:2px;line-height:1}.wp-pin-edit-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border:1.5px solid #e4e4e7;border-radius:8px;background:#fff;font-size:12px;font-weight:700;color:#333;cursor:pointer;font-family:inherit;transition:all .15s;white-space:nowrap}.wp-pin-edit-btn:hover{background:#f4f4f5;border-color:#bbb}.wp-pin-form{display:flex;gap:8px;flex-shrink:0}.wp-pin-input{padding:9px 14px;border:1.5px solid #e4e4e7;border-radius:8px;font-size:14px;font-family:inherit;width:150px;outline:none;color:#111;transition:border-color .2s}.wp-pin-input:focus{border-color:#1c1c1e}.wp-pin-input--err{border-color:#e53e3e!important}.wp-pin-btn{padding:9px 18px;background:#1c1c1e;color:#fff;border:none;border-radius:8px;font-size:13px;font-weight:700;cursor:pointer;font-family:inherit;white-space:nowrap}.wp-pin-btn:hover{background:#333}.wp-pin-cancel{padding:9px 14px;border:1.5px solid #e4e4e7;border-radius:8px;background:#fff;font-size:13px;font-weight:600;color:#888;cursor:pointer;font-family:inherit}.wp-pin-error{width:100%;font-size:12px;color:#e53e3e;margin-top:4px}.wp-pin-loading{display:flex;align-items:center;gap:10px;font-size:13px;color:#888;font-weight:600}.wp-pin-spinner{width:16px;height:16px;border:2px solid #e4e4e7;border-top-color:#1c1c1e;border-radius:50%;animation:wp-spin .7s linear infinite}.wp-filters{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:14px;padding:11px 18px;background:#fff;border:1.5px solid #e4e4e7;border-radius:10px}.wp-results-count{font-size:13px;color:#555;font-weight:500}.wp-results-count strong{color:#1c1c1e;font-weight:800}.wp-filters-right{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.wp-avail-toggle{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:12px;font-weight:600;color:#555;-webkit-user-select:none;user-select:none}.wp-avail-toggle input{display:none}.wp-avail-track{width:34px;height:18px;background:#e4e4e7;border-radius:20px;position:relative;transition:background .2s;flex-shrink:0}.wp-avail-toggle input:checked+.wp-avail-track{background:#1c1c1e}.wp-avail-thumb{position:absolute;top:2px;left:2px;width:14px;height:14px;background:#fff;border-radius:50%;transition:left .2s;box-shadow:0 1px 3px #0003}.wp-avail-toggle input:checked+.wp-avail-track .wp-avail-thumb{left:18px}.wp-sort-wrap{display:flex;align-items:center;gap:6px}.wp-sort-select{padding:7px 28px 7px 10px;border:1.5px solid #e4e4e7;border-radius:8px;background:#fff;font-size:12px;font-weight:700;color:#333;cursor:pointer;font-family:inherit;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23888' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center}.wp-sort-select:focus{border-color:#1c1c1e}.wp-list{display:flex;flex-direction:column;gap:12px}.wp-card{background:#fff;border:1.5px solid #e4e4e7;border-radius:16px;overflow:hidden;transition:box-shadow .2s,border-color .2s}.wp-card:hover{box-shadow:0 6px 28px #00000014;border-color:#c4c4c7}.wp-card--busy{opacity:.55}.wp-card-top{display:flex;align-items:flex-start;gap:16px;padding:20px 22px 14px}.wp-card-avatar-wrap{position:relative;flex-shrink:0}.wp-card-avatar{width:56px;height:56px;border-radius:50%;background:#1c1c1e;color:#fff;font-size:15px;font-weight:800;display:flex;align-items:center;justify-content:center;letter-spacing:.5px}.wp-card-dot{position:absolute;bottom:2px;right:2px;width:12px;height:12px;border-radius:50%;border:2px solid #fff}.wp-card-dot--on{background:#22c55e}.wp-card-dot--off{background:#ccc}.wp-card-info{flex:1;min-width:0}.wp-card-name-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:5px}.wp-card-name{font-size:16px;font-weight:800;color:#1c1c1e}.wp-card-verified{display:inline-flex;align-items:center;gap:3px;font-size:10px;font-weight:700;color:#555;background:#f4f4f5;padding:2px 7px;border-radius:4px;border:1px solid #e4e4e7}.wp-card-badge{font-size:10px;font-weight:700;padding:2px 8px;border-radius:4px;background:#1c1c1e;color:#fff;letter-spacing:.3px}.wp-card-meta{display:flex;align-items:center;gap:6px;font-size:12px;color:#666;margin-bottom:8px;flex-wrap:wrap}.wp-card-rating{display:flex;align-items:center;gap:3px;font-weight:800;color:#1c1c1e;font-size:13px}.wp-dot-sep{width:3px;height:3px;border-radius:50%;background:#ccc;flex-shrink:0}.wp-card-skills{display:flex;gap:5px;flex-wrap:wrap}.wp-skill-tag{font-size:10px;font-weight:700;padding:3px 8px;border-radius:4px;background:#f4f4f5;color:#555;border:1px solid #e4e4e7;text-transform:uppercase;letter-spacing:.3px}.wp-card-right{display:flex;flex-direction:column;align-items:flex-end;gap:8px;flex-shrink:0}.wp-card-status{font-size:11px;font-weight:700;padding:4px 10px;border-radius:20px;letter-spacing:.3px}.wp-card-status--on{background:#22c55e1a;color:#15803d}.wp-card-status--off{background:#f4f4f5;color:#999;border:1px solid #e4e4e7}.wp-card-response{display:flex;align-items:center;gap:4px;font-size:11px;color:#aaa;font-weight:600}.wp-book-btn{padding:10px 22px;background:#1c1c1e;color:#fff;border:none;border-radius:8px;font-size:13px;font-weight:700;cursor:pointer;font-family:inherit;white-space:nowrap;transition:background .15s}.wp-book-btn:hover:not(:disabled){background:#333}.wp-book-btn--off{background:#f4f4f5!important;color:#bbb!important;cursor:not-allowed}.wp-card-bottom{display:flex;align-items:center;gap:16px;padding:10px 22px 14px;border-top:1px solid #f4f4f5;flex-wrap:wrap}.wp-card-langs,.wp-card-areas{display:flex;align-items:center;gap:5px;font-size:11px;color:#aaa;font-weight:500}.wp-expand-btn{margin-left:auto;background:none;border:none;font-size:12px;font-weight:700;color:#888;cursor:pointer;font-family:inherit;padding:0;transition:color .15s}.wp-expand-btn:hover{color:#1c1c1e}.wp-card-profile{padding:18px 22px 20px;background:#fafafa;border-top:1px solid #f0f0f0}.wp-profile-bio{font-size:13px;color:#555;line-height:1.65;margin-bottom:16px}.wp-profile-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:14px}.wp-profile-stat{background:#fff;border:1px solid #e4e4e7;border-radius:8px;padding:12px 8px;text-align:center}.wp-profile-stat-val{font-size:16px;font-weight:900;color:#1c1c1e}.wp-profile-stat-label{font-size:10px;color:#aaa;font-weight:600;margin-top:2px;text-transform:uppercase;letter-spacing:.5px}.wp-profile-meta{display:flex;gap:20px;font-size:12px;color:#888;margin-bottom:14px;flex-wrap:wrap}.wp-profile-book-btn{width:100%;padding:12px;background:#1c1c1e;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:800;cursor:pointer;font-family:inherit;transition:background .15s}.wp-profile-book-btn:hover{background:#333}.wp-empty{text-align:center;background:#fff;border-radius:16px;border:1.5px solid #e4e4e7;overflow:hidden}.wp-empty-map{position:relative;width:100%;height:200px;background:url(/images/hero/map-vertical.jpg) center center / cover no-repeat;border-bottom:1px solid #e4e4e7;overflow:hidden}.wp-empty-map:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#ffffff73}.wp-empty-map-svg{display:none}.wp-empty-pin-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-60%);filter:drop-shadow(0 4px 10px rgba(0,0,0,.3));animation:wp-pin-bounce 1.8s ease-in-out infinite;z-index:1}@keyframes wp-pin-bounce{0%,to{transform:translate(-50%,-60%)}50%{transform:translate(-50%,-70%)}}.wp-empty-title{font-size:17px;font-weight:800;color:#1c1c1e;margin:22px 0 8px;padding:0 24px}.wp-empty-pincode{display:inline-block;background:#1c1c1e;color:#fff;padding:1px 10px;border-radius:5px;font-family:monospace;letter-spacing:2px;font-size:15px}.wp-empty-sub{font-size:13px;color:#888;line-height:1.7;margin-bottom:20px;padding:0 24px}.wp-empty-btn{display:inline-flex;align-items:center;gap:7px;padding:11px 24px;margin-bottom:28px;background:#1c1c1e;color:#fff;border:none;border-radius:8px;font-size:13px;font-weight:700;cursor:pointer;font-family:inherit;transition:background .15s}.wp-empty-btn:hover{background:#333}.wp-spinner-overlay{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;background:#f4f4f5;animation:wp-fade-in .35s ease both}.wp-spinner-overlay.wp-fade-out{animation:wp-fade-out .3s ease forwards}.wp-spinner-ring{width:44px;height:44px;border:3.5px solid #e4e4e7;border-top-color:#1c1c1e;border-radius:50%;animation:wp-spin .7s linear infinite}.wp-spinner-text{font-size:13.5px;color:#999;font-weight:500;font-family:DM Sans,Inter,sans-serif;text-align:center;padding:0 32px;margin:0;letter-spacing:.1px;line-height:1.6}.wp-sk{background:linear-gradient(90deg,#3a3a3c 25%,#444,#3a3a3c 75%);background-size:600px 100%;animation:wp-shimmer 1.4s infinite linear;border-radius:6px}.wp-sk--eyebrow{width:140px;height:10px;margin-bottom:10px}.wp-sk--title{width:280px;height:32px;margin-bottom:10px}.wp-sk--sub{width:320px;height:13px}.wp-sk--price-label{width:70px;height:10px;margin-bottom:8px;background:linear-gradient(90deg,#3a3a3c 25%,#444,#3a3a3c 75%);background-size:600px 100%;animation:wp-shimmer 1.4s infinite linear;border-radius:4px}.wp-sk--price{width:100px;height:34px;margin-bottom:6px;background:linear-gradient(90deg,#3a3a3c 25%,#444,#3a3a3c 75%);background-size:600px 100%;animation:wp-shimmer 1.4s infinite linear;border-radius:6px}.wp-sk--fee-row{width:100%;height:13px;background:linear-gradient(90deg,#3a3a3c 25%,#444,#3a3a3c 75%);background-size:600px 100%;animation:wp-shimmer 1.4s infinite linear;border-radius:4px}@keyframes wp-shimmer{0%{background-position:-600px 0}to{background-position:600px 0}}@keyframes wp-spin{to{transform:rotate(360deg)}}@keyframes wp-fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes wp-fade-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-6px)}}@keyframes wp-slide-up{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.wp-skel-enter{animation:wp-fade-in .4s cubic-bezier(.16,1,.3,1) both}.wp-content-enter{animation:wp-slide-up .45s cubic-bezier(.16,1,.3,1) both}.wp-skel-shine{background:linear-gradient(90deg,#f0f0f0 25%,#e6e6e6,#f0f0f0 75%);background-size:600px 100%;animation:wp-shimmer 1.4s infinite linear;border-radius:6px}.wp-list .wp-card{animation:wp-slide-up .4s cubic-bezier(.16,1,.3,1) both}.wp-list .wp-card:nth-child(1){animation-delay:0ms}.wp-list .wp-card:nth-child(2){animation-delay:60ms}.wp-list .wp-card:nth-child(3){animation-delay:.12s}.wp-list .wp-card:nth-child(4){animation-delay:.18s}.wp-list .wp-card:nth-child(5){animation-delay:.24s}.wp-list .wp-card:nth-child(6){animation-delay:.3s}.wp-skel-list .wp-skel-card{animation:wp-fade-in .4s cubic-bezier(.16,1,.3,1) both}.wp-skel-list .wp-skel-card:nth-child(1){animation-delay:0ms}.wp-skel-list .wp-skel-card:nth-child(2){animation-delay:70ms}.wp-skel-list .wp-skel-card:nth-child(3){animation-delay:.14s}.wp-skel-list .wp-skel-card:nth-child(4){animation-delay:.21s}.wp-pin-card--loading{border-color:#e4e4e7!important}.wp-pin-skel{background:linear-gradient(90deg,#f0f0f0 25%,#e6e6e6,#f0f0f0 75%);background-size:600px 100%;animation:wp-shimmer 1.4s infinite linear;border-radius:5px}.wp-pin-skel--val{height:20px;width:130px;margin-top:5px}.wp-skel-list{display:flex;flex-direction:column;gap:12px}.wp-skel-card{background:#fff;border:1.5px solid #e4e4e7;border-radius:16px;overflow:hidden}.wp-skel-card-top{display:flex;align-items:flex-start;gap:16px;padding:20px 22px 14px}.wp-skel-avatar{width:56px;height:56px;border-radius:50%;flex-shrink:0;background:linear-gradient(90deg,#f0f0f0 25%,#e6e6e6,#f0f0f0 75%);background-size:600px 100%;animation:wp-shimmer 1.4s infinite linear}.wp-skel-info{flex:1;display:flex;flex-direction:column;gap:9px;padding-top:4px}.wp-skel-right{display:flex;flex-direction:column;align-items:flex-end;gap:10px;flex-shrink:0}.wp-skel-line{background:linear-gradient(90deg,#f0f0f0 25%,#e6e6e6,#f0f0f0 75%);background-size:600px 100%;animation:wp-shimmer 1.4s infinite linear;border-radius:5px;height:12px}.wp-skel-line--name{width:160px;height:17px}.wp-skel-line--meta{width:230px}.wp-skel-line--tags{width:90px;height:20px;border-radius:4px}.wp-skel-line--status{width:80px;height:22px;border-radius:20px}.wp-skel-line--sm{width:110px}.wp-skel-btn{width:90px;height:36px;border-radius:8px;background:linear-gradient(90deg,#f0f0f0 25%,#e6e6e6,#f0f0f0 75%);background-size:600px 100%;animation:wp-shimmer 1.4s infinite linear}.wp-skel-card-bottom{display:flex;gap:20px;align-items:center;padding:10px 22px 14px;border-top:1px solid #f4f4f5}.wp-notfound{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:12px;font-size:16px;color:#888}.wp-notfound span{font-size:36px}.wp-notfound button{padding:10px 20px;background:#1c1c1e;color:#fff;border:none;border-radius:8px;cursor:pointer;font-family:inherit;font-weight:700}@media (max-width: 768px){.wp-hero-inner{padding:16px 18px 22px}.wp-hero-row{flex-direction:column;align-items:flex-start;gap:16px}.wp-hero-price-card{width:100%}.wp-body{padding:14px 14px 48px}.wp-pin-card{flex-direction:column;align-items:flex-start}.wp-pin-card--active{flex-direction:row;align-items:center}.wp-pin-form{width:100%}.wp-pin-input{flex:1;width:auto;min-width:0}.wp-filters{flex-direction:column;align-items:flex-start;gap:10px}.wp-filters-right{flex-direction:row;flex-wrap:wrap;gap:10px}.wp-card-top{flex-wrap:wrap}.wp-card-right{flex-direction:row;align-items:center;width:100%;justify-content:space-between}.wp-profile-stats,.wp-trust{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.wp-hero-title{font-size:20px}.wp-card-top{padding:14px 16px 10px}.wp-card-bottom{padding:8px 16px 12px}.wp-card-profile{padding:14px 16px}.wp-trust{grid-template-columns:1fr}}@media (max-width: 640px){.wp-hero-inner{padding:14px 14px 18px}.wp-hero-row{flex-direction:column;gap:14px}.wp-hero-price-card{width:100%;min-width:0}.wp-hero-price{font-size:28px}.wp-body{padding:12px 12px 80px}.wp-pin-card{padding:12px 14px}.wp-filters{padding:10px 14px}.wp-card-top{padding:14px 14px 10px}.wp-card-bottom{padding:8px 14px 12px}.wp-card-profile{padding:12px 14px 14px}.wp-profile-stats{grid-template-columns:repeat(2,1fr)}.wp-book-btn{padding:9px 16px;font-size:12px}}.wp-card--booking-open{border-color:#111!important;box-shadow:0 8px 32px #0000001a!important}.wp-book-btn--cancel{background:#f4f4f5!important;color:#555!important;border:1.5px solid #e4e4e7!important}.wp-book-btn--cancel:hover{background:#eee!important;color:#111!important}.wp-inline-booking{border-top:1px solid #f0f0f4;background:#fff;animation:wp-slide-up .35s cubic-bezier(.16,1,.3,1) both}.wib-header{display:flex;align-items:center;justify-content:space-between;padding:16px 22px;border-bottom:1px solid #f0f0f4;flex-wrap:wrap;gap:12px}.wib-header-left{display:flex;align-items:center;gap:12px}.wib-worker-avatar{width:40px;height:40px;border-radius:50%;background:#1c1c1e;color:#fff;font-size:13px;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0}.wib-title{font-size:15px;font-weight:800;color:#1c1c1e}.wib-meta{font-size:12px;color:#9ca3af;display:flex;align-items:center;gap:6px;margin-top:2px}.wib-dot-green{width:6px;height:6px;border-radius:50%;background:#22c55e;flex-shrink:0;display:inline-block}.wib-header-right{display:flex;align-items:center;gap:16px}.wib-close{width:28px;height:28px;border-radius:50%;border:1.5px solid #e4e4e7;background:#fff;color:#888;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s;flex-shrink:0}.wib-close:hover{background:#1c1c1e;color:#fff;border-color:#1c1c1e}.wib-stepper{display:flex;align-items:center;gap:0}.wib-step{display:flex;align-items:center;gap:6px}.wib-step-num{width:22px;height:22px;border-radius:50%;border:2px solid #d1d5db;background:#fff;color:#9ca3af;font-size:10px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s}.wib-step--active .wib-step-num{background:#111;border-color:#111;color:#fff}.wib-step--done .wib-step-num{background:#22c55e;border-color:#22c55e;color:#fff}.wib-step-label{font-size:11px;font-weight:600;color:#9ca3af;white-space:nowrap}.wib-step--active .wib-step-label{color:#111}.wib-step--done .wib-step-label{color:#6b7280}.wib-step-line{width:28px;height:1.5px;background:#e5e7eb;margin:0 6px;flex-shrink:0}.wib-step-line--done{background:#22c55e}.wib-body{display:flex;min-height:400px}.wib-left{width:220px;flex-shrink:0;padding:24px 20px 24px 22px;border-right:1px solid #f0f0f4;display:flex;flex-direction:column;gap:0}.wib-svc-img-wrap{width:48px;height:48px;border-radius:12px;overflow:hidden;border:1px solid #e5e7eb;background:#f3f4f6;margin-bottom:14px;flex-shrink:0}.wib-svc-img{width:100%;height:100%;object-fit:cover;display:block}.wib-svc-icon{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:22px}.wib-svc-name{font-size:17px;font-weight:800;color:#111;letter-spacing:-.3px;margin-bottom:6px}.wib-svc-sub{font-size:11px;color:#9ca3af;display:flex;align-items:center;gap:5px;margin-bottom:18px}.wib-price-block{display:flex;flex-direction:column;gap:7px;padding:13px 14px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;margin-bottom:14px}.wib-price-row{display:flex;justify-content:space-between;align-items:center;font-size:12px;color:#6b7280}.wib-price-row--total{font-size:13px;font-weight:800;color:#111}.wib-price-val{font-weight:700;color:#111}.wib-price-after{color:#16a34a!important}.wib-price-divider{height:1px;background:#e5e7eb}.wib-sel-summary{display:flex;flex-direction:column;gap:5px;padding:10px 12px;background:#eff6ff;border:1px solid #bfdbfe;border-radius:9px}.wib-sel-row{display:flex;align-items:center;gap:6px;font-size:11px;font-weight:600;color:#1d4ed8}.wib-divider-v{width:1px;background:#f0f0f4;flex-shrink:0;align-self:stretch}.wib-right{flex:1;padding:24px 28px 28px;min-width:0;display:flex;flex-direction:column}.wib-panel{display:flex;flex-direction:column;gap:18px}.wib-section-label{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.7px;color:#9ca3af}.wib-panel-title{font-size:18px;font-weight:800;color:#111;letter-spacing:-.3px}.wib-panel-sub{font-size:12px;color:#9ca3af;margin-top:-10px}.wib-today-closed{display:flex;align-items:center;gap:7px;padding:9px 13px;background:#fffbeb;border:1px solid #fde68a;border-radius:8px;font-size:12px;color:#92400e;font-weight:500}.wib-days{display:flex;gap:7px;flex-wrap:nowrap;overflow-x:auto;padding-bottom:2px}.wib-day{display:flex;flex-direction:column;align-items:center;gap:2px;padding:9px 9px 8px;border-radius:10px;border:1.5px solid #e5e7eb;background:#fff;cursor:pointer;min-width:56px;flex-shrink:0;transition:border-color .15s,transform .12s,box-shadow .15s}.wib-day:hover:not(.wib-day--off){border-color:#111;transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.wib-day--on{background:#111!important;border-color:#111!important;transform:translateY(-2px)!important;box-shadow:0 5px 16px #00000024!important}.wib-day--on .wib-day-lbl,.wib-day--on .wib-day-num,.wib-day--on .wib-day-mon{color:#fff!important}.wib-day--off{opacity:.4;cursor:not-allowed!important}.wib-day-lbl{font-size:9px;font-weight:700;color:#9ca3af;text-transform:uppercase;letter-spacing:.5px}.wib-day-num{font-size:19px;font-weight:800;color:#111;line-height:1.1}.wib-day-mon{font-size:9px;color:#9ca3af;font-weight:500}.wib-slot-placeholder{text-align:center;padding:28px 16px;background:#f9fafb;border-radius:12px;border:1.5px dashed #e5e7eb}.wib-slot-ph-grid{display:flex;justify-content:center;gap:7px;margin-bottom:14px}.wib-slot-ph-box{width:48px;height:34px;background:#e5e7eb;border-radius:7px;opacity:.5}.wib-slot-placeholder p{font-size:12px;color:#9ca3af;margin:0;line-height:1.5}.wib-slots-wrap{display:flex;flex-direction:column;gap:16px}.wib-slots-heading{font-size:13px;font-weight:700;color:#111}.wib-slot-group{display:flex;flex-direction:column;gap:9px}.wib-slot-period{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:600;color:#6b7280}.wib-slot-pills{display:flex;flex-wrap:wrap;gap:7px}.wib-slot-pill{padding:6px 13px;border:1.5px solid #e5e7eb;border-radius:7px;background:#fff;font-size:12.5px;font-weight:600;color:#374151;cursor:pointer;font-family:inherit;transition:all .15s}.wib-slot-pill:hover{border-color:#111;color:#111}.wib-slot-pill--on{background:#111;border-color:#111;color:#fff;box-shadow:0 3px 8px #0000001f}.wib-summary-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:11px;padding:13px 15px;display:flex;flex-direction:column;gap:7px}.wib-sc-label{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.6px;color:#9ca3af;margin-bottom:2px}.wib-sc-row{display:flex;justify-content:space-between;align-items:center;font-size:12.5px;color:#6b7280}.wib-sc-row strong{font-weight:700;color:#111}.wib-sc-fee{color:#dc2626!important}.wib-sc-divider{height:1px;background:#e5e7eb;margin:2px 0}.wib-sc-row--total strong{font-size:14px}.wib-fields{display:flex;flex-direction:column;gap:12px}.wib-field{display:flex;flex-direction:column;gap:4px}.wib-field label{font-size:11.5px;font-weight:700;color:#374151}.wib-req{color:#ef4444;margin-left:2px}.wib-field input,.wib-field textarea{border:1.5px solid #e5e7eb;border-radius:9px;padding:9px 12px;font-size:13.5px;font-family:inherit;color:#111;outline:none;background:#fff;width:100%;box-sizing:border-box;transition:border-color .15s,box-shadow .15s}.wib-field input:focus,.wib-field textarea:focus{border-color:#111;box-shadow:0 0 0 3px #0000000a}.wib-field input.err,.wib-field textarea.err{border-color:#ef4444}.wib-field input.ok,.wib-field textarea.ok{border-color:#22c55e}.wib-field textarea{resize:vertical;min-height:60px}.wib-phone-wrap{display:flex;align-items:center;border:1.5px solid #e5e7eb;border-radius:9px;overflow:hidden;background:#fff;transition:border-color .15s}.wib-phone-wrap:focus-within{border-color:#111;box-shadow:0 0 0 3px #0000000a}.wib-phone-wrap.err{border-color:#ef4444}.wib-phone-prefix{padding:9px 7px 9px 12px;font-size:13.5px;font-weight:600;color:#9ca3af;flex-shrink:0}.wib-phone-wrap input{border:none!important;box-shadow:none!important;padding-left:4px;flex:1}.wib-err{font-size:11.5px;color:#dc2626;font-weight:600;padding:4px 9px;background:#fef2f2;border:1px solid #fecaca;border-radius:6px}.wib-ok{font-size:11px;color:#16a34a;font-weight:600;padding-left:2px}.wib-examples{display:flex;flex-wrap:wrap;align-items:center;gap:6px;background:#f8fafc;border-radius:9px;padding:9px 12px}.wib-eg-label{font-size:10px;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;flex-shrink:0}.wib-eg{font-size:11.5px;color:#374151;background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:3px 9px;font-style:italic}.wib-issue-ta{width:100%;border:1.5px solid #e5e7eb;border-radius:10px;padding:11px 13px;font-size:13.5px;font-family:inherit;color:#111;outline:none;background:#fff;resize:vertical;min-height:120px;line-height:1.6;box-sizing:border-box;transition:border-color .15s,box-shadow .15s}.wib-issue-ta:focus{border-color:#111;box-shadow:0 0 0 3px #0000000a}.wib-issue-ta.err{border-color:#ef4444}.wib-issue-ta.ok{border-color:#22c55e}.wib-word-count{display:flex;align-items:center;gap:10px;font-size:12px;font-weight:600}.wib-wallet-section{display:flex;flex-direction:column;gap:9px}.wib-wallet-heading{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.6px;color:#9ca3af}.wib-wallet-card{display:flex;align-items:center;gap:12px;padding:13px 15px;background:#fff;border:1.5px solid #e5e7eb;border-radius:11px;cursor:pointer;transition:all .15s}.wib-wallet-card:hover{border-color:#111}.wib-wallet-card--on{background:#f0fdf4;border-color:#22c55e}.wib-wallet-card--orange.wib-wallet-card--on{background:#fff7ed;border-color:#fb923c}.wib-wallet-icon{width:34px;height:34px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.wib-wallet-icon--blue{background:#eff6ff}.wib-wallet-icon--orange{background:#fff7ed}.wib-wallet-info{flex:1}.wib-wallet-name{font-size:13.5px;font-weight:700;color:#111}.wib-wallet-bal{font-size:11.5px;color:#9ca3af;margin-top:2px}.wib-wallet-discount{font-size:12.5px;font-weight:700;color:#16a34a;flex-shrink:0}.wib-wallet-check{width:20px;height:20px;border-radius:50%;background:#e5e7eb;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s}.wib-wallet-check--on{background:#22c55e}.wib-wallet-check--orange{background:#f97316}.wib-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:6px;border-top:1px solid #f3f4f6;margin-top:auto}.wib-footer-note{font-size:11px;color:#9ca3af;line-height:1.5;flex:1}.wib-back-btn{padding:10px 16px;border:1.5px solid #e5e7eb;border-radius:9px;background:#fff;font-size:13px;font-weight:600;color:#6b7280;cursor:pointer;font-family:inherit;white-space:nowrap;transition:all .15s;flex-shrink:0}.wib-back-btn:hover{border-color:#bbb;color:#111}.wib-cta{padding:10px 24px;border-radius:9px;border:none;background:#d1d5db;color:#9ca3af;font-size:13.5px;font-weight:700;cursor:not-allowed;font-family:inherit;white-space:nowrap;display:flex;align-items:center;gap:7px;transition:background .2s,transform .12s,box-shadow .12s;flex-shrink:0}.wib-cta--on{background:#111;color:#fff;cursor:pointer;box-shadow:0 2px 10px #00000024}.wib-cta--on:hover{background:#1f2937;transform:translateY(-1px);box-shadow:0 5px 16px #0000002e}.wib-cta--on:active{transform:none;box-shadow:none}.wib-spin{width:13px;height:13px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:wp-spin .7s linear infinite;flex-shrink:0}@media (max-width: 640px){.wib-body{flex-direction:column}.wib-left{width:100%;border-right:none;border-bottom:1px solid #f0f0f4;padding:16px 16px 14px;flex-direction:row;flex-wrap:wrap;gap:10px;align-items:flex-start}.wib-svc-img-wrap{width:40px;height:40px;margin-bottom:0}.wib-svc-name{font-size:14px}.wib-price-block,.wib-divider-v{display:none}.wib-right{padding:16px 16px 20px}.wib-stepper{display:none}}.wpp-wrap{min-height:100vh;background:#f4f4f5;font-family:DM Sans,Inter,sans-serif;padding-bottom:40px}.wpp-hero{background:#f8f8f8;border-bottom:1px solid #e4e4e7;position:relative;padding:20px 28px 0}.wpp-back-circle{position:absolute;top:18px;left:20px;width:38px;height:38px;border-radius:50%;background:#1c1c1e;border:none;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s;z-index:10;box-shadow:0 2px 8px #0000002e}.wpp-back-circle:hover{background:#333}.wpp-hero-svc-pill{position:absolute;top:22px;right:20px;font-size:11px;font-weight:700;color:#555;background:#f4f4f5;border:1px solid #e4e4e7;padding:4px 12px;border-radius:20px;letter-spacing:.3px}.wpp-hero-inner{display:flex;align-items:flex-end;gap:22px;padding:36px 0 20px;flex-wrap:wrap}.wpp-hero-avatar-wrap{position:relative;flex-shrink:0}.wpp-hero-avatar{width:88px;height:88px;border-radius:50%;background:#1c1c1e;border:3px solid #e4e4e7;color:#fff;font-size:26px;font-weight:900;display:flex;align-items:center;justify-content:center;letter-spacing:1px}.wpp-hero-dot{position:absolute;bottom:4px;right:4px;width:16px;height:16px;border-radius:50%;border:3px solid #fff}.wpp-hero-dot--on{background:#22c55e}.wpp-hero-dot--off{background:#ccc}.wpp-hero-info{flex:1;min-width:220px}.wpp-hero-name-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:8px}.wpp-hero-name{font-size:clamp(20px,3vw,28px);font-weight:900;color:#1c1c1e;margin:0;letter-spacing:-.3px}.wpp-hero-verified{display:inline-flex;align-items:center;gap:3px;font-size:10px;font-weight:700;color:#555;background:#f4f4f5;padding:3px 9px;border-radius:4px;border:1px solid #e4e4e7}.wpp-hero-badge{font-size:10px;font-weight:700;padding:3px 10px;border-radius:4px;background:#1c1c1e;color:#fff;letter-spacing:.3px}.wpp-hero-rating-row{display:flex;align-items:center;gap:8px;margin-bottom:10px}.wpp-stars{display:flex;gap:2px}.wpp-hero-rating-num{font-size:15px;font-weight:800;color:#1c1c1e}.wpp-hero-rating-count{font-size:12px;color:#888}.wpp-hero-meta{display:flex;align-items:center;gap:14px;font-size:12px;color:#666;flex-wrap:wrap;margin-bottom:12px}.wpp-hero-skills{display:flex;gap:7px;flex-wrap:wrap}.wpp-hero-skill{font-size:10px;font-weight:700;padding:3px 10px;border-radius:4px;background:#f4f4f5;color:#555;border:1px solid #e4e4e7;text-transform:uppercase;letter-spacing:.3px}.wpp-hero-avail{font-size:11px;font-weight:700;padding:3px 10px;border-radius:20px}.wpp-hero-avail--on{background:#22c55e1a;color:#15803d}.wpp-hero-avail--off{background:#f4f4f5;color:#999;border:1px solid #e4e4e7}.wpp-stat-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:20px}.wpp-stat-card{background:#fff;border:1.5px solid #e4e4e7;border-radius:14px;padding:20px 16px;text-align:center;box-shadow:0 2px 10px #0000000a;transition:box-shadow .2s,border-color .2s}.wpp-stat-card:hover{box-shadow:0 6px 20px #00000014;border-color:#ccc}.wpp-stat-card-val{font-size:26px;font-weight:900;color:#1c1c1e;line-height:1;letter-spacing:-.5px}.wpp-stat-card-label{font-size:11px;color:#aaa;font-weight:600;margin-top:6px;text-transform:uppercase;letter-spacing:.8px}.wpp-body{max-width:1100px;margin:0 auto;padding:22px 24px 40px}.wpp-bio-card{background:#fff;border:1.5px solid #e4e4e7;border-radius:14px;padding:22px 24px;margin-bottom:18px}.wpp-bio-label{font-size:11px;font-weight:800;color:#aaa;text-transform:uppercase;letter-spacing:1px;margin-bottom:10px}.wpp-bio-text{font-size:14px;color:#444;line-height:1.75;margin:0}.wpp-bio-details-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:16px 0;padding:16px 0;border-top:1px solid #f4f4f5;border-bottom:1px solid #f4f4f5}.wpp-bio-detail{display:flex;align-items:flex-start;gap:10px;padding:12px;background:#fafafa;border-radius:10px;border:1px solid #f0f0f0}.wpp-bio-detail-icon{width:30px;height:30px;border-radius:8px;background:#1c1c1e;color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.wpp-bio-detail-label{font-size:10px;font-weight:700;color:#aaa;text-transform:uppercase;letter-spacing:.5px;margin-bottom:3px}.wpp-bio-detail-val{font-size:13px;font-weight:700;color:#1c1c1e}.wpp-bio-trust{display:flex;flex-wrap:wrap;gap:8px}.wpp-bio-trust-item{display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:700;color:#555;background:#f4f4f5;padding:5px 12px;border-radius:20px;border:1px solid #e4e4e7}.wpp-grid{display:grid;grid-template-columns:320px 1fr;gap:18px;align-items:start}.wpp-card{background:#fff;border:1.5px solid #e4e4e7;border-radius:14px;padding:22px;margin-bottom:16px}.wpp-card-title{font-size:11px;font-weight:800;color:#aaa;text-transform:uppercase;letter-spacing:1px;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #f4f4f5}.wpp-spec-list{display:flex;flex-direction:column;gap:7px}.wpp-spec-item{display:flex;align-items:center;gap:10px;font-size:13px;color:#333;font-weight:500;padding:9px 12px;background:#fafafa;border-radius:8px;border:1px solid #f0f0f0}.wpp-spec-check{width:18px;height:18px;border-radius:50%;background:#1c1c1e;display:flex;align-items:center;justify-content:center;flex-shrink:0}.wpp-book-card{background:#fff;border:1.5px solid #e4e4e7;border-radius:14px;padding:20px 22px;margin-bottom:16px}.wpp-book-top{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:12px}.wpp-book-label{font-size:10px;font-weight:700;color:#aaa;text-transform:uppercase;letter-spacing:1px;margin-bottom:4px}.wpp-book-price{font-size:30px;font-weight:900;color:#1c1c1e;line-height:1;letter-spacing:-1px;display:flex;align-items:baseline;gap:8px}.wpp-book-old{font-size:14px;color:#ccc;font-weight:400}.wpp-book-fee-box{text-align:right}.wpp-book-fee-val{font-size:18px;font-weight:900;color:#1c1c1e}.wpp-book-fee-label{font-size:10px;color:#aaa;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-top:2px}.wpp-book-breakdown{display:flex;justify-content:space-between;font-size:12px;color:#888;padding:10px 0;border-top:1px solid #f4f4f5;border-bottom:1px solid #f4f4f5;margin-bottom:14px}.wpp-book-breakdown strong{color:#1c1c1e}.wpp-book-btn{width:100%;padding:13px;background:#1c1c1e;color:#fff;border:none;border-radius:10px;font-size:15px;font-weight:800;cursor:pointer;font-family:inherit;transition:background .15s;margin-bottom:10px;letter-spacing:.2px}.wpp-book-btn:hover:not(:disabled){background:#333}.wpp-book-btn--off{background:#e4e4e7!important;color:#aaa!important;cursor:not-allowed}.wpp-book-note{display:flex;align-items:center;justify-content:center;gap:5px;font-size:11px;color:#aaa;text-align:center}.wpp-rating-summary{display:flex;gap:20px;align-items:center;padding:16px;background:#fafafa;border-radius:10px;margin-bottom:18px;border:1px solid #f0f0f0}.wpp-rating-big{text-align:center;flex-shrink:0}.wpp-rating-big-num{font-size:44px;font-weight:900;color:#1c1c1e;line-height:1;letter-spacing:-2px}.wpp-rating-big-sub{font-size:11px;color:#aaa;margin-top:5px}.wpp-rating-bars{flex:1;display:flex;flex-direction:column;gap:7px}.wpp-bar-row{display:flex;align-items:center;gap:8px}.wpp-bar-star{font-size:11px;font-weight:700;color:#555;width:22px;text-align:right;flex-shrink:0}.wpp-bar-track{flex:1;height:7px;background:#e4e4e7;border-radius:4px;overflow:hidden}.wpp-bar-fill{height:100%;background:#1c1c1e;border-radius:4px;transition:width .5s ease}.wpp-bar-count{font-size:11px;color:#aaa;width:16px;flex-shrink:0}.wpp-reviews{display:flex;flex-direction:column;gap:10px}.wpp-review{padding:16px;background:#fafafa;border-radius:10px;border:1px solid #f0f0f0;transition:border-color .15s}.wpp-review:hover{border-color:#e4e4e7}.wpp-review-head{display:flex;align-items:center;gap:10px;margin-bottom:10px}.wpp-review-av{width:36px;height:36px;border-radius:50%;background:#1c1c1e;color:#fff;font-size:14px;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0}.wpp-review-meta{flex:1}.wpp-review-name{font-size:13px;font-weight:800;color:#1c1c1e}.wpp-review-date{font-size:11px;color:#aaa;margin-top:1px}.wpp-review-text{font-size:13px;color:#555;line-height:1.65;margin:0}.wpp-show-more{width:100%;margin-top:12px;padding:10px;background:none;border:1.5px solid #e4e4e7;border-radius:8px;font-size:12px;font-weight:700;color:#555;cursor:pointer;font-family:inherit;transition:all .15s}.wpp-show-more:hover{background:#f4f4f5;border-color:#ccc}.wpp-notfound{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:12px;color:#888}.wpp-notfound span{font-size:36px}.wpp-notfound button{padding:10px 20px;background:#1c1c1e;color:#fff;border:none;border-radius:8px;cursor:pointer;font-family:inherit;font-weight:700}@media (max-width: 900px){.wpp-grid{grid-template-columns:1fr}}@media (max-width: 600px){.wpp-hero{padding:16px 16px 0}.wpp-hero-inner{padding:48px 0 20px;gap:14px}.wpp-hero-avatar{width:70px;height:70px;font-size:20px}.wpp-hero-name{font-size:20px}.wpp-stat-cards{grid-template-columns:repeat(2,1fr);gap:10px}.wpp-body{padding:16px 14px 40px}.wpp-back-circle{top:14px;left:14px}.wpp-hero-svc-pill{top:18px;right:14px}.wpp-rating-summary{flex-direction:column;align-items:flex-start;gap:14px}.wpp-bio-details-grid{grid-template-columns:repeat(2,1fr)}}.sft-wrap{min-height:100vh;background:#f8f8f8}.sft-eyebrow{display:inline-block;font-size:11px;font-weight:600;letter-spacing:3px;text-transform:uppercase;color:#ffffff59;border:1px solid rgba(255,255,255,.1);padding:6px 16px;border-radius:20px;margin-bottom:22px}.sft-section-eyebrow{display:block;font-size:11px;font-weight:600;letter-spacing:2.5px;text-transform:uppercase;color:#aaa;margin-bottom:12px}.sft-eyebrow--light{color:#fff6}.sft-section-title{font-size:clamp(28px,3.5vw,44px);font-weight:300;color:#1a1a1a;font-family:Georgia,serif;letter-spacing:-.8px;line-height:1.15;margin-bottom:0}.sft-section-head{text-align:center;margin-bottom:56px}.sft-btn{display:inline-flex;align-items:center;gap:6px;padding:14px 32px;border-radius:12px;font-size:14px;font-weight:700;cursor:pointer;font-family:inherit;text-decoration:none;border:none;transition:transform .15s,box-shadow .15s}.sft-btn:hover{transform:translateY(-2px)}.sft-btn--primary{background:#fff;color:#0a0a0a;box-shadow:0 4px 20px #ffffff26}.sft-btn--primary:hover{box-shadow:0 8px 32px #ffffff38}.sft-btn--ghost{background:#ffffff12;color:#fffc;border:1px solid rgba(255,255,255,.12);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.sft-btn--ghost:hover{background:#ffffff1f}.sft-btn--white{background:#fff;color:#1a1a1a;box-shadow:0 4px 20px #0000001f}.sft-btn--white:hover{box-shadow:0 8px 28px #0000002e}.sft-hero{position:relative;background:#080808;min-height:92vh;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;padding:40px 24px 60px;text-align:center}.sft-hero-orb{position:absolute;border-radius:50%;pointer-events:none}.sft-hero-orb--1{width:700px;height:700px;background:radial-gradient(circle,rgba(16,185,129,.12) 0%,transparent 65%);top:-200px;left:-150px}.sft-hero-orb--2{width:500px;height:500px;background:radial-gradient(circle,rgba(102,126,234,.1) 0%,transparent 65%);bottom:-100px;right:-100px}.sft-hero-inner{position:relative;z-index:2;max-width:720px}.sft-hero-title{font-size:clamp(44px,7vw,80px);font-weight:300;color:#fff;line-height:1.08;letter-spacing:-2px;font-family:Georgia,serif;margin-bottom:22px}.sft-hero-title em{font-style:italic;color:#ffffff73}.sft-hero-sub{font-size:17px;color:#ffffff73;line-height:1.75;max-width:540px;margin:0 auto 44px}.sft-hero-actions{display:flex;align-items:center;justify-content:center;gap:12px}.sft-hero-scroll{position:absolute;bottom:40px;left:50%;transform:translate(-50%);z-index:2}.sft-hero-scroll-line{width:1px;height:60px;background:linear-gradient(to bottom,rgba(255,255,255,.4),transparent);margin:0 auto;animation:sft-pulse 2s ease-in-out infinite}@keyframes sft-pulse{0%,to{opacity:.3}50%{opacity:1}}.sft-stats{display:grid;grid-template-columns:repeat(4,1fr);background:#1a1a1a}.sft-stat{display:flex;flex-direction:column;align-items:center;padding:32px 24px;border-right:1px solid rgba(255,255,255,.07)}.sft-stat:last-child{border-right:none}.sft-stat-val{font-size:28px;font-weight:800;color:#fff;line-height:1;margin-bottom:6px;font-family:Georgia,serif}.sft-stat-label{font-size:11px;color:#fff6;letter-spacing:1px;text-transform:uppercase;text-align:center}.sft-pillars-wrap{padding:100px 0 80px}.sft-section-head{text-align:center;margin-bottom:56px;padding:0 32px}.sft-ticker{position:relative;overflow:hidden}.sft-ticker:before,.sft-ticker:after{content:"";position:absolute;top:0;bottom:0;width:160px;z-index:2;pointer-events:none}.sft-ticker:before{left:0;background:linear-gradient(to right,#f8f8f8,transparent)}.sft-ticker:after{right:0;background:linear-gradient(to left,#f8f8f8,transparent)}.sft-ticker-track{display:flex;gap:16px;width:max-content;animation:sft-scroll 32s linear infinite;padding:8px 0 16px}.sft-ticker-track:hover{animation-play-state:paused}@keyframes sft-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.sft-ticker-card{display:flex;align-items:flex-start;gap:16px;background:#fff;border:1px solid #ebebeb;border-radius:20px;padding:28px;width:300px;flex-shrink:0;transition:transform .2s,box-shadow .2s,border-color .2s;position:relative;overflow:hidden;cursor:default}.sft-ticker-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#10b981,#667eea);opacity:0;transition:opacity .2s}.sft-ticker-card:hover{transform:translateY(-4px);box-shadow:0 16px 48px #00000017;border-color:#d8d8d8}.sft-ticker-card:hover:before{opacity:1}.sft-ticker-icon{font-size:32px;line-height:1;flex-shrink:0;margin-top:2px;filter:drop-shadow(0 2px 6px rgba(0,0,0,.1))}.sft-ticker-body{flex:1}.sft-ticker-title{font-size:14px;font-weight:700;color:#1a1a1a;margin-bottom:8px;line-height:1.3}.sft-ticker-desc{font-size:12.5px;color:#999;line-height:1.65}.sft-process-wrap{background:linear-gradient(135deg,#080808,#111827 60%,#0a0a0a);padding:100px 32px;position:relative;overflow:hidden}.sft-process-wrap:before{content:"";position:absolute;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(16,185,129,.1) 0%,transparent 65%);top:-150px;right:-100px;pointer-events:none}.sft-process-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1.2fr;gap:80px;align-items:center}.sft-process-title{font-size:clamp(28px,3.5vw,44px);font-weight:300;color:#fff;font-family:Georgia,serif;letter-spacing:-.8px;line-height:1.15;margin-bottom:18px}.sft-process-sub{font-size:14px;color:#ffffff73;line-height:1.75;margin-bottom:36px;max-width:360px}.sft-process-right{display:flex;flex-direction:column;gap:0;position:relative}.sft-step{display:flex;gap:20px;align-items:flex-start;position:relative;padding-bottom:28px}.sft-step:last-child{padding-bottom:0}.sft-step-num{font-size:13px;font-weight:800;color:#fff3;letter-spacing:1px;flex-shrink:0;width:36px;height:36px;border-radius:50%;border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;margin-top:2px;transition:border-color .2s,color .2s}.sft-step:hover .sft-step-num{border-color:#10b981;color:#10b981}.sft-step-body{flex:1}.sft-step-title{font-size:15px;font-weight:700;color:#fff;margin-bottom:5px}.sft-step-desc{font-size:13px;color:#ffffff73;line-height:1.6}.sft-step-line{position:absolute;left:17px;top:38px;bottom:0;width:1px;background:#ffffff12}.sft-promise{position:relative;background:#fff;border-top:1px solid #ebebeb;border-bottom:1px solid #ebebeb;padding:80px 32px;text-align:center;overflow:hidden}.sft-promise-orb{position:absolute;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(16,185,129,.06) 0%,transparent 65%);top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none}.sft-promise-inner{position:relative;z-index:2;max-width:680px;margin:0 auto}.sft-promise-icon{font-size:48px;display:block;margin-bottom:20px}.sft-promise-title{font-size:clamp(26px,3.5vw,40px);font-weight:300;color:#1a1a1a;font-family:Georgia,serif;letter-spacing:-.8px;margin-bottom:14px}.sft-promise-desc{font-size:15px;color:#888;line-height:1.75;margin-bottom:32px}.sft-promise-tags{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.sft-promise-tag{font-size:13px;font-weight:600;color:#1a1a1a;background:#f4f4f4;border:1px solid #e8e8e8;padding:8px 16px;border-radius:20px}.sft-faq-wrap{padding:100px 32px 80px;max-width:800px;margin:0 auto}.sft-faq-list{display:flex;flex-direction:column;gap:0;border:1px solid #ebebeb;border-radius:20px;overflow:hidden;background:#fff}.sft-faq-item{border-bottom:1px solid #f0f0f0;cursor:pointer;transition:background .15s}.sft-faq-item:last-child{border-bottom:none}.sft-faq-item:hover,.sft-faq-item--open{background:#fafafa}.sft-faq-q{display:flex;align-items:center;justify-content:space-between;padding:22px 28px;font-size:15px;font-weight:600;color:#1a1a1a;gap:16px}.sft-faq-icon{font-size:22px;font-weight:300;color:#aaa;flex-shrink:0;line-height:1}.sft-faq-a{padding:0 28px 22px;font-size:14px;color:#777;line-height:1.75}.sft-cta{position:relative;background:#080808;padding:120px 24px;text-align:center;overflow:hidden}.sft-cta-orb{position:absolute;width:700px;height:700px;border-radius:50%;background:radial-gradient(circle,rgba(16,185,129,.1) 0%,transparent 65%);top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none}.sft-cta-inner{position:relative;z-index:2;max-width:560px;margin:0 auto}.sft-cta-title{font-size:clamp(30px,4.5vw,52px);font-weight:300;color:#fff;font-family:Georgia,serif;letter-spacing:-1px;margin-bottom:14px;line-height:1.15}.sft-cta-sub{font-size:15px;color:#fff6;margin-bottom:40px;line-height:1.7}.sft-cta-btns{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap}@media (max-width: 1024px){.sft-pillars-grid{grid-template-columns:repeat(2,1fr)}.sft-process-inner{grid-template-columns:1fr;gap:48px}.sft-process-sub{max-width:100%}}@media (max-width: 640px){.sft-hero{padding:80px 20px 100px;min-height:auto}.sft-hero-title{letter-spacing:-1px}.sft-hero-actions{flex-direction:column}.sft-stats{grid-template-columns:repeat(2,1fr)}.sft-stat:nth-child(2){border-right:none}.sft-stat:nth-child(1),.sft-stat:nth-child(2){border-bottom:1px solid rgba(255,255,255,.07)}.sft-pillars-wrap{padding:60px 0 40px}.sft-process-wrap{padding:72px 20px}.sft-faq-wrap{padding:60px 16px 40px}.sft-faq-q{padding:18px 20px;font-size:14px}.sft-faq-a{padding:0 20px 18px}.sft-cta{padding:80px 20px}}.trk-wrap{min-height:100vh;background:#fff;padding-bottom:80px}.trk-hero{background:#fff;display:flex;flex-direction:column;align-items:center;padding:56px 24px 40px;text-align:center}.trk-hero-inner{max-width:500px;width:100%}.trk-hero-title{font-size:clamp(28px,4vw,42px);font-weight:800;color:#0f172a;line-height:1.15;letter-spacing:-.5px;margin:0 0 10px}.trk-hero-title em{font-style:normal;color:#0ea5e9}.trk-hero-sub{font-size:14px;color:#94a3b8;margin:0 0 28px}.trk-tabs{display:flex;background:#f1f5f9;border-radius:12px;padding:4px;margin-bottom:16px;gap:4px}.trk-tab{flex:1;padding:11px 20px;border-radius:9px;border:none;background:transparent;color:#64748b;font-size:14px;font-weight:600;cursor:pointer;font-family:inherit;transition:background .18s,color .18s}.trk-tab:hover{color:#0f172a}.trk-tab--active{background:#0f172a;color:#fff;box-shadow:0 2px 10px #00000026}.trk-panel{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:24px}.trk-empty{text-align:center;padding:16px 0}.trk-empty-icon{font-size:38px;display:block;margin-bottom:12px;opacity:.3}.trk-empty-title{font-size:16px;font-weight:800;color:#0f172a;margin-bottom:6px}.trk-empty-sub{font-size:13px;color:#64748b;line-height:1.6;margin-bottom:18px}.trk-cta-btn{background:#0f172a;color:#fff;border:none;border-radius:10px;padding:11px 26px;font-size:13px;font-weight:700;cursor:pointer;font-family:inherit;transition:background .15s}.trk-cta-btn:hover{background:#1e293b}.trk-form{display:flex;gap:8px;border:1.5px solid #e2e8f0;border-radius:12px;padding:5px 5px 5px 0;margin-bottom:10px;background:#fff}.trk-input-wrap{flex:1;display:flex;align-items:center;gap:8px;padding:0 14px}.trk-input-prefix{font-size:14px;font-weight:600;color:#94a3b8;flex-shrink:0}.trk-input{flex:1;border:none;outline:none;background:transparent;font-size:15px;font-family:inherit;color:#0f172a}.trk-input::placeholder{color:#cbd5e1}.trk-form-btn{background:#0f172a;color:#fff;border:none;border-radius:9px;padding:11px 22px;font-size:14px;font-weight:700;cursor:pointer;font-family:inherit;flex-shrink:0;display:flex;align-items:center;justify-content:center;min-width:84px;transition:background .15s}.trk-form-btn:hover{background:#1e293b}.trk-form-btn:disabled{opacity:.5;cursor:not-allowed}.trk-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:trk-spin .7s linear infinite;display:inline-block}.trk-error{background:#fff5f5;border:1px solid #fecaca;color:#dc2626;border-radius:10px;padding:10px 14px;font-size:13px;margin-top:8px}.trk-list-wrap{max-width:1200px;margin:0 auto;padding:32px 32px 0}.trk-list-topbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;gap:16px;flex-wrap:wrap}.trk-user-row{display:flex;align-items:center;gap:12px}.trk-user-avatar{width:40px;height:40px;border-radius:50%;background:#0f172a;color:#fff;font-size:15px;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0}.trk-user-name{font-size:14px;font-weight:700;color:#0f172a}.trk-user-phone{font-size:12px;color:#64748b;margin-top:1px}.trk-live-dot{width:9px;height:9px;border-radius:50%;background:#10b981;margin-left:4px;box-shadow:0 0 0 3px #10b98133;animation:trk-live 1.5s ease-in-out infinite}@keyframes trk-live{0%,to{box-shadow:0 0 0 3px #10b98133}50%{box-shadow:0 0 0 6px #10b98112}}.trk-dropdown-wrap{display:flex;align-items:center;gap:10px}.trk-dropdown-label{font-size:12px;font-weight:600;color:#94a3b8;white-space:nowrap}.trk-select-wrap{position:relative;display:flex;align-items:center}.trk-select{-moz-appearance:none;appearance:none;-webkit-appearance:none;background:#fff;border:1.5px solid #e2e8f0;border-radius:10px;padding:9px 36px 9px 14px;font-size:13px;font-weight:600;color:#0f172a;font-family:inherit;cursor:pointer;min-width:210px;transition:border-color .15s,box-shadow .15s}.trk-select:focus{outline:none;border-color:#0ea5e9;box-shadow:0 0 0 3px #0ea5e91a}.trk-select-arrow{position:absolute;right:12px;pointer-events:none}.trk-no-result{text-align:center;padding:56px 24px;background:#fff;border-radius:16px;border:1px solid #e2e8f0}.trk-no-result-icon{font-size:40px;display:block;margin-bottom:12px;opacity:.3}.trk-no-result-title{font-size:17px;font-weight:800;color:#0f172a;margin-bottom:6px}.trk-no-result-sub{font-size:13px;color:#64748b;line-height:1.6;margin-bottom:18px}.trk-table-wrap{background:#fff;border:1px solid #e2e8f0;border-radius:16px;overflow:hidden;box-shadow:0 2px 16px #0000000d}.trk-table{width:100%;border-collapse:collapse}.trk-thead-row{background:#f8fafc;border-bottom:2px solid #e2e8f0}.trk-th{padding:13px 20px;text-align:left;font-size:11px;font-weight:700;color:#94a3b8;letter-spacing:1px;text-transform:uppercase;white-space:nowrap}.trk-trow{border-bottom:1px solid #f1f5f9;cursor:pointer;transition:background .14s}.trk-trow:last-child{border-bottom:none}.trk-trow:hover{background:#f8fafc}.trk-td{padding:18px 20px;vertical-align:middle}.trk-bid{display:block;font-size:13px;font-weight:800;color:#0ea5e9;font-family:Courier New,monospace;letter-spacing:.5px;margin-bottom:5px}.trk-booked-on{display:block;font-size:11px;color:#94a3b8;margin-bottom:4px}.trk-service-date{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:700;color:#0ea5e9;background:#0ea5e914;border:1px solid rgba(14,165,233,.2);border-radius:6px;padding:3px 8px}.trk-worker{display:flex;align-items:center;gap:10px}.trk-worker-av{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#0f172a,#334155);color:#fff;font-size:14px;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 2px 6px #0000002e}.trk-worker-name{font-size:13px;font-weight:700;color:#0f172a}.trk-worker-meta{font-size:11px;color:#94a3b8;margin-top:2px}.trk-no-worker{font-size:12px;color:#cbd5e1;font-weight:600}.trk-svc-name{font-size:13px;font-weight:700;color:#0f172a;margin-bottom:3px}.trk-svc-type{font-size:11px;color:#94a3b8}.trk-status-badge{display:inline-flex;align-items:center;justify-content:center;padding:5px 14px;border-radius:999px;font-size:12px;font-weight:700;white-space:nowrap;line-height:1.4;letter-spacing:.1px}.trk-pending-worker{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:600;color:#b45309}.trk-pending-dot{width:7px;height:7px;border-radius:50%;background:#f59e0b;flex-shrink:0;animation:trk-live 1s ease-in-out infinite}.trk-countdown{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:700;color:#b45309;background:#eab3081a;border:1px solid rgba(234,179,8,.3);border-radius:6px;padding:3px 8px;margin-top:5px}.trk-fail-reason{font-size:11px;color:#dc2626;margin-top:5px;line-height:1.4;max-width:200px}.trk-refund-tag{display:block;font-size:10px;font-weight:700;color:#15803d;margin-top:2px}.trk-price{display:block;font-size:15px;font-weight:800;color:#0f172a;margin-bottom:3px}.trk-pay-tag{display:block;font-size:10px;font-weight:600;color:#10b981}.trk-detail-page{max-width:960px;margin:0 auto;padding:40px 32px 80px}.trk-back-btn{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:#64748b;background:none;border:none;cursor:pointer;padding:0;margin-bottom:24px;font-family:inherit;transition:color .15s}.trk-back-btn:hover{color:#0f172a}.trk-detail-header{display:flex;align-items:flex-start;justify-content:space-between;background:#0f172a;border-radius:16px;padding:28px 32px;margin-bottom:24px;gap:16px}.trk-detail-id{font-size:12px;font-weight:700;color:#0ea5e9;letter-spacing:1px;margin-bottom:6px;font-family:Courier New,monospace}.trk-detail-service{font-size:22px;font-weight:800;color:#fff;margin-bottom:6px}.trk-detail-booked{font-size:13px;color:#ffffff73}.trk-detail-header-right{text-align:right;flex-shrink:0}.trk-detail-status-badge{font-size:12px;font-weight:700;padding:5px 14px;border-radius:20px;display:inline-block;margin-bottom:10px}.trk-detail-amount{font-size:28px;font-weight:800;color:#fff}.trk-detail-grid{display:grid;grid-template-columns:1fr 1.4fr;gap:24px}.trk-detail-section{margin-bottom:16px}.trk-detail-section-title{font-size:10px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#94a3b8;margin-bottom:14px}.trk-detail-right-col{display:flex;flex-direction:column;gap:16px}.trk-timeline{display:flex;flex-direction:column}.trk-step{display:flex;align-items:flex-start;gap:12px}.trk-step-left{display:flex;flex-direction:column;align-items:center;flex-shrink:0}.trk-step-icon{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;background:#f1f5f9;border:1.5px solid #e2e8f0;color:#94a3b8;flex-shrink:0}.trk-step-line{width:2px;height:24px;background:#e2e8f0;margin:3px 0}.trk-step--done .trk-step-icon{background:#0f172a;border-color:#0f172a;color:#fff;font-size:12px;font-weight:700}.trk-step--done .trk-step-line{background:#0f172a}.trk-step--active .trk-step-icon{background:#fff;border-color:#0ea5e9;border-width:2px;box-shadow:0 0 0 3px #0ea5e926}.trk-step--pending .trk-step-icon{opacity:.3}.trk-step--pending .trk-step-label{color:#cbd5e1}.trk-step-body{flex:1;padding-top:5px;padding-bottom:6px}.trk-step-label{font-size:13px;font-weight:600;color:#0f172a}.trk-step-now{font-size:10px;font-weight:700;background:#0ea5e9;color:#fff;padding:3px 8px;border-radius:20px;letter-spacing:.5px;flex-shrink:0;margin-top:6px}.trk-eta-card{background:#0f172a;border-radius:14px;padding:18px 20px;display:flex;align-items:center;gap:14px}.trk-eta-icon{font-size:24px}.trk-eta-val{font-size:24px;font-weight:800;color:#fff;line-height:1}.trk-eta-label{font-size:10px;color:#ffffff73;letter-spacing:.5px;margin-top:3px;text-transform:uppercase}.trk-detail-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden}.trk-detail-row{display:flex;align-items:center;justify-content:space-between;padding:11px 16px;border-bottom:1px solid #e2e8f0;gap:12px}.trk-detail-row:last-child{border-bottom:none}.trk-detail-key{font-size:12px;color:#64748b;font-weight:500;flex-shrink:0}.trk-detail-val{font-size:13px;font-weight:600;color:#0f172a;text-align:right}.trk-tech-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:14px 16px;display:flex;align-items:center;gap:12px}.trk-tech-avatar{width:40px;height:40px;border-radius:50%;background:#0f172a;color:#fff;font-size:16px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.trk-tech-info{flex:1}.trk-tech-name{font-size:14px;font-weight:700;color:#0f172a}.trk-tech-meta{font-size:12px;color:#64748b;margin-top:2px}.trk-tech-call{display:flex;align-items:center;gap:5px;background:#0f172a;color:#fff;border-radius:9px;padding:8px 14px;font-size:13px;font-weight:700;text-decoration:none;transition:background .15s;flex-shrink:0}.trk-tech-call:hover{background:#1e293b}.trk-actions{display:flex;gap:10px;flex-wrap:wrap}.trk-action-btn{flex:1;padding:12px 18px;border-radius:10px;font-size:13px;font-weight:700;cursor:pointer;font-family:inherit;text-decoration:none;text-align:center;display:inline-flex;align-items:center;justify-content:center;transition:transform .15s;border:none}.trk-action-btn:hover{transform:translateY(-1px)}.trk-action-btn--primary{background:#0f172a;color:#fff}.trk-action-btn--outline{background:transparent;color:#0f172a;border:1.5px solid #e2e8f0}.trk-success-banner{background:linear-gradient(135deg,#0f172a,#1e3a5f);border-radius:20px;padding:36px 32px;text-align:center;margin-bottom:20px;position:relative;overflow:hidden}.trk-success-banner:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 60% 40%,rgba(34,197,94,.15) 0%,transparent 60%);pointer-events:none}.trk-success-check{width:64px;height:64px;border-radius:50%;background:#22c55e;color:#fff;font-size:28px;font-weight:800;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;box-shadow:0 0 0 8px #22c55e33,0 0 0 16px #22c55e14;animation:trk-pop .4s cubic-bezier(.34,1.56,.64,1) both}@keyframes trk-pop{0%{transform:scale(.4);opacity:0}to{transform:scale(1);opacity:1}}.trk-success-title{font-size:26px;font-weight:800;color:#fff;margin-bottom:8px}.trk-success-sub{font-size:14px;color:#fff9;line-height:1.6;margin-bottom:14px}.trk-success-id{display:inline-block;font-size:12px;font-weight:700;color:#0ea5e9;font-family:Courier New,monospace;letter-spacing:1px;background:#0ea5e91f;border:1px solid rgba(14,165,233,.25);padding:5px 14px;border-radius:20px}.trk-success-tech{display:flex;align-items:center;gap:14px;background:#fff;border:1.5px solid #e2e8f0;border-radius:14px;padding:16px 20px;margin-bottom:16px}.trk-success-tech-av{width:48px;height:48px;border-radius:50%;background:#0f172a;color:#fff;font-size:18px;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0}.trk-success-tech-info{flex:1}.trk-success-tech-name{font-size:15px;font-weight:800;color:#0f172a}.trk-success-tech-meta{font-size:12px;color:#64748b;margin-top:3px}.trk-pay-notice{display:flex;align-items:flex-start;gap:14px;background:#f0fdf4;border:1.5px solid #bbf7d0;border-radius:14px;padding:18px 20px}.trk-pay-notice-icon{font-size:24px;flex-shrink:0;margin-top:1px}.trk-pay-notice-title{font-size:14px;font-weight:800;color:#15803d;margin-bottom:4px}.trk-pay-notice-sub{font-size:13px;color:#166534;line-height:1.6}@media (max-width: 900px){.trk-list-wrap{padding:24px 20px 0}.trk-th:nth-child(2),.trk-td:nth-child(2){display:none}}@media (max-width: 640px){.trk-hero{padding:40px 20px 32px}.trk-form{flex-direction:column;padding:10px}.trk-input-wrap{padding:6px 10px}.trk-form-btn{width:100%}.trk-list-wrap{padding:20px 16px 0}.trk-list-topbar{flex-direction:column;align-items:flex-start}.trk-th:nth-child(3),.trk-td:nth-child(3){display:none}.trk-td{padding:14px 12px}.trk-detail-page{padding:24px 16px 60px}.trk-detail-grid{grid-template-columns:1fr}.trk-detail-header{flex-direction:column}.trk-detail-header-right{text-align:left}}.bd-wrap{min-height:100vh;background:#f1f5f9;font-family:DM Sans,Inter,sans-serif}.bd-topnav{position:sticky;top:0;z-index:100;background:#fff;border-bottom:1px solid #e2e8f0;display:flex;align-items:center;gap:14px;padding:12px 20px;min-height:60px}.bd-back-circle{width:38px;height:38px;border-radius:50%;background:#0f172a;color:#fff;border:none;cursor:pointer;flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:background .15s,transform .15s;box-shadow:0 2px 8px #0f172a40}.bd-back-circle:hover{background:#1e293b;transform:scale(1.05)}.bd-topnav-id-block{flex:1}.bd-topnav-label{display:block;font-size:10px;font-weight:700;color:#94a3b8;letter-spacing:1px;text-transform:uppercase;margin-bottom:2px}.bd-topnav-id{font-size:14px;font-weight:800;color:#0f172a;font-family:Courier New,monospace;letter-spacing:.5px}.bd-topnav-right{display:flex;align-items:center;gap:10px;flex-shrink:0}.bd-info-btn{width:32px;height:32px;border-radius:50%;background:#f1f5f9;border:1.5px solid #e2e8f0;color:#64748b;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s,color .15s,border-color .15s;flex-shrink:0}.bd-info-btn:hover{background:#0ea5e9;color:#fff;border-color:#0ea5e9}.bd-badge{display:inline-flex;align-items:center;justify-content:center;padding:5px 14px;border-radius:999px;font-size:12px;font-weight:700;white-space:nowrap}.bd-body{max-width:900px;margin:0 auto;padding:24px 20px 60px;display:flex;flex-direction:column;gap:14px}.bd-section{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 1px 4px #0000000a}.bd-section--cancelled{background:#fff5f5;border-color:#ef444433}.bd-timer-banner{display:flex;align-items:center;justify-content:space-between;background:linear-gradient(135deg,#1c1c1e,#2d2a1e);border:1.5px solid rgba(245,158,11,.35);border-radius:16px;padding:20px 24px;gap:16px;box-shadow:0 4px 20px #f59e0b1f}.bd-timer-left{display:flex;align-items:center;gap:16px}.bd-timer-ring{position:relative;width:48px;height:48px;flex-shrink:0}.bd-timer-spin{position:absolute;top:6px;right:6px;bottom:6px;left:6px;border-radius:50%;border:3px solid transparent;border-top-color:#f59e0b;animation:trk-spin .9s linear infinite}.bd-timer-title{font-size:15px;font-weight:800;color:#fff;margin-bottom:3px}.bd-timer-sub{font-size:12px;color:#f59e0bcc;font-weight:500}.bd-timer-right{text-align:right;flex-shrink:0}.bd-timer-count{font-size:32px;font-weight:900;color:#f59e0b;font-variant-numeric:tabular-nums;letter-spacing:-1px;line-height:1}.bd-timer-label{font-size:11px;color:#fff6;font-weight:600;text-transform:uppercase;letter-spacing:1px;margin-top:3px}.bd-refund-reason{font-size:13px;color:#b91c1c;line-height:1.6;padding:14px 20px;background:#ef44440d;border-bottom:1px solid rgba(239,68,68,.12);font-weight:500}.bd-section--pending{background:#fffbeb;border-color:#eab3084d}.bd-pending-header{display:flex;align-items:flex-start;gap:14px;padding:20px 20px 16px}.bd-pending-spinner{width:32px;height:32px;border-radius:50%;flex-shrink:0;border:3px solid rgba(234,179,8,.2);border-top-color:#f59e0b;animation:trk-spin .8s linear infinite;margin-top:2px}.bd-pending-title{font-size:15px;font-weight:800;color:#92400e;margin-bottom:4px}.bd-pending-sub{font-size:13px;color:#b45309;line-height:1.5}.bd-countdown{display:flex;align-items:center;gap:8px;margin:0 20px 14px;background:#eab3081f;border:1px solid rgba(234,179,8,.3);border-radius:10px;padding:11px 14px;font-size:14px;font-weight:700;color:#92400e}.bd-countdown strong{font-size:18px;font-variant-numeric:tabular-nums}.bd-pending-note{font-size:12px;color:#b45309;line-height:1.6;padding:0 20px 18px}.bd-section--failed{background:#fff5f5;border-color:#ef444440}.bd-failed-header{display:flex;align-items:flex-start;gap:14px;padding:20px 20px 16px}.bd-failed-icon{width:32px;height:32px;border-radius:50%;flex-shrink:0;background:#dc2626;color:#fff;font-size:14px;font-weight:800;display:flex;align-items:center;justify-content:center;margin-top:2px}.bd-failed-title{font-size:15px;font-weight:800;color:#dc2626;margin-bottom:4px}.bd-failed-sub{font-size:13px;color:#b91c1c;line-height:1.5}.bd-refund-card{margin:0 20px 20px;background:#fff;border:1.5px solid rgba(239,68,68,.15);border-radius:12px;overflow:hidden}.bd-refund-row{display:flex;justify-content:space-between;align-items:center;padding:11px 16px;border-bottom:1px solid #fef2f2;font-size:13px;color:#64748b}.bd-refund-row:last-of-type{border-bottom:none}.bd-refund-amt{font-size:16px;font-weight:900;color:#15803d}.bd-refund-status{font-size:12px;font-weight:700;color:#b45309;background:#eab3081f;border-radius:6px;padding:3px 10px;border:1px solid rgba(234,179,8,.3)}.bd-refund-status--done{color:#15803d!important;background:#22c55e1f!important;border-color:#22c55e59!important}.bd-refund-arn{font-family:Courier New,monospace;font-size:12px;font-weight:700;color:#0ea5e9}.bd-refund-note{font-size:12px;color:#15803d;line-height:1.6;padding:12px 16px;background:#22c55e0f;border-top:1px solid rgba(34,197,94,.15)}.bd-section-title{font-size:14px;font-weight:800;color:#0f172a;padding:16px 20px 14px;border-bottom:1px solid #e2e8f0;background:#fff;letter-spacing:-.1px}.bd-section-title--gray{color:#64748b;font-weight:700}.bd-section--cancelled .bd-section-title{color:#dc2626;background:#fff5f5}.bd-cancel-reason-box{padding:14px 20px 18px;background:#f8fafc;border-top:1px solid #e2e8f0}.bd-cancel-reason-label{font-size:10px;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:1px;margin-bottom:8px}.bd-cancel-reason-text{font-size:13px;color:#475569;line-height:1.65;font-weight:500}.bd-grid{display:grid;grid-template-columns:repeat(3,1fr);background:#f8fafc}.bd-cell{padding:16px 20px;border-right:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;background:#f8fafc}.bd-cell:nth-child(3n){border-right:none}.bd-cell:nth-last-child(-n+3){border-bottom:none}.bd-cell-label{font-size:11px;font-weight:600;color:#94a3b8;margin-bottom:7px;text-transform:uppercase;letter-spacing:.6px}.bd-cell-val{font-size:14px;font-weight:700;color:#0f172a;line-height:1.4}.bd-mono{font-family:Courier New,monospace;font-size:12px;color:#0ea5e9}.bd-price-val{font-size:18px;font-weight:800;color:#0f172a}.bd-combo{display:inline-block;font-size:12px;font-weight:700;padding:3px 12px;border-radius:999px;background:#64748b1a;color:#64748b}.bd-combo--yes{background:#22c55e1f;color:#15803d}.bd-svc-strip{display:flex;align-items:stretch;padding:0 20px;border-bottom:1px solid #e2e8f0;background:#f8fafc}.bd-svc-col{flex:1;padding:18px 0}.bd-svc-sep{width:1px;background:#e2e8f0;margin:14px 20px}.bd-svc-label{font-size:11px;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.6px;margin-bottom:6px}.bd-svc-val{font-size:14px;font-weight:700;color:#0f172a;margin-bottom:3px}.bd-svc-meta{font-size:11px;color:#94a3b8}.bd-svc-price{font-size:20px;font-weight:800;color:#0f172a}.bd-svc-date{display:flex;align-items:center;gap:8px;font-size:13px;color:#64748b;padding:12px 20px;border-bottom:1px solid #e2e8f0;background:#f8fafc}.bd-svc-date strong{color:#0f172a;font-weight:700}.bd-tech{display:flex;align-items:center;gap:12px;padding:16px 20px;background:#f8fafc}.bd-tech-av{width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,#0f172a,#334155);color:#fff;font-size:16px;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 2px 8px #00000026}.bd-tech-info{flex:1}.bd-tech-name{font-size:14px;font-weight:700;color:#0f172a}.bd-tech-meta{font-size:12px;color:#94a3b8;margin-top:2px}.bd-tech-call{display:inline-flex;align-items:center;gap:6px;background:#0f172a;color:#fff;border-radius:9px;padding:9px 18px;font-size:13px;font-weight:700;text-decoration:none;flex-shrink:0;transition:background .15s}.bd-tech-call:hover{background:#1e293b}.bd-pay{padding:4px 0 8px;background:#f8fafc}.bd-pay-row{display:flex;align-items:center;justify-content:space-between;padding:13px 20px;gap:12px;border-bottom:1px solid #e2e8f0}.bd-pay-row:last-of-type{border-bottom:none}.bd-pay-row--total{background:#fff}.bd-pay-k{font-size:13px;color:#64748b;font-weight:500}.bd-pay-v{font-size:13px;font-weight:700;color:#0f172a}.bd-pay-v--total{font-size:16px;font-weight:800;color:#0f172a}.bd-pay-v--red{color:#dc2626;font-weight:700}.bd-pay-v--green{color:#15803d;font-size:15px;font-weight:800}.bd-pay-tag{font-size:11px;font-weight:700;color:#10b981;background:#10b9811a;border:1px solid rgba(16,185,129,.25);padding:3px 10px;border-radius:999px}.bd-pay-sep{height:1px;background:#e2e8f0;margin:0 20px}.bd-pay-note{display:flex;align-items:flex-start;gap:7px;font-size:12px;color:#64748b;line-height:1.6;padding:12px 20px 14px;background:#f8fafc}.bd-pay-note--green{color:#15803d}.bd-cancel-wrap{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:20px;display:flex;justify-content:center}.bd-cancel-btn-new{display:inline-flex;align-items:center;gap:8px;background:#dc2626;color:#fff;border:none;border-radius:12px;padding:13px 36px;font-size:14px;font-weight:700;cursor:pointer;font-family:inherit;box-shadow:0 4px 14px #dc262659;transition:background .15s,transform .12s,box-shadow .15s}.bd-cancel-btn-new:hover{background:#b91c1c;transform:translateY(-1px);box-shadow:0 6px 18px #dc262666}.bd-cancel-btn-new:active{transform:translateY(0)}.bd-cancel-popup{background:#fff;border-radius:20px;width:100%;max-width:400px;box-shadow:0 20px 60px #0000002e;animation:bd-pop .22s ease both;overflow:hidden}.bd-cancel-popup-head{display:flex;align-items:center;justify-content:space-between;padding:16px 18px 13px;border-bottom:1px solid #f1f5f9}.bd-cancel-popup-title{font-size:15px;font-weight:800;color:#0f172a;display:flex;align-items:center;gap:7px}.bd-cancel-popup-body{padding:14px 16px 18px;display:flex;flex-direction:column;gap:11px}.bd-cancel-refund-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden}.bd-cancel-refund-row{display:flex;justify-content:space-between;align-items:center;padding:9px 13px;border-bottom:1px solid #f1f5f9;font-size:12.5px;color:#64748b}.bd-cancel-refund-row:last-of-type{border-bottom:none}.bd-cancel-refund-row--red{color:#dc2626;font-weight:600}.bd-cancel-refund-row--green{color:#16a34a;font-weight:600}.bd-cancel-refund-divider{height:1px;background:#e2e8f0}.bd-cancel-refund-total{display:flex;align-items:center;gap:10px;padding:11px 13px;background:#fff;border-top:1px solid #e2e8f0}.bd-cancel-refund-amt{font-size:26px;font-weight:900;letter-spacing:-1px;line-height:1}.bd-cancel-refund-amt--green{color:#15803d}.bd-cancel-refund-amt--red{color:#dc2626}.bd-cancel-refund-label{font-size:11px;font-weight:600;color:#94a3b8;margin-top:3px}.bd-refund-dest-section{display:flex;flex-direction:column;gap:8px}.bd-refund-dest-label{font-size:10px;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.7px}.bd-refund-dest-card{display:flex;align-items:center;gap:10px;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:12px;padding:11px 13px;cursor:pointer;transition:border-color .15s,background .15s}.bd-refund-dest-card:hover{border-color:#94a3b8;background:#f1f5f9}.bd-refund-dest-card--on{border-color:#15803d;background:#f0fdf4}.bd-refund-dest-icon{font-size:18px;flex-shrink:0}.bd-refund-dest-info{flex:1}.bd-refund-dest-name{font-size:13px;font-weight:700;color:#0f172a;margin-bottom:2px}.bd-refund-dest-desc{font-size:11px;color:#94a3b8;line-height:1.4}.bd-refund-dest-amt{font-size:12px;font-weight:700;margin-top:3px}.bd-refund-dest-amt--green{color:#15803d}.bd-refund-dest-amt--blue{color:#2563eb}.bd-refund-dest-amt--orange{color:#ea580c}.bd-refund-dest-amt--red{color:#dc2626}.bd-refund-dest-radio{width:18px;height:18px;border-radius:50%;flex-shrink:0;border:2px solid #cbd5e1;background:#fff;display:flex;align-items:center;justify-content:center;transition:all .15s}.bd-refund-dest-radio--on{border-color:#15803d;background:#15803d}.bd-refund-dest-dot{width:7px;height:7px;border-radius:50%;background:#fff}.bd-cancel-now-btn{background:#dc2626;color:#fff;border:none;border-radius:11px;padding:13px 20px;width:100%;font-size:14px;font-weight:700;cursor:pointer;font-family:inherit;box-shadow:0 3px 12px #dc26264d;transition:background .15s,transform .12s}.bd-cancel-now-btn:hover{background:#b91c1c;transform:translateY(-1px)}.bd-cancel-now-btn:active{transform:none}.bd-cancel-now-btn:disabled{opacity:.4;cursor:not-allowed;transform:none;box-shadow:none}.bd-cancel-no-refund{background:#fff5f5;border:1px solid rgba(239,68,68,.2);border-radius:10px;padding:10px 13px;font-size:12px;color:#b91c1c;line-height:1.6}.bd-refund-row--green{color:#15803d;font-weight:600}@keyframes trk-spin{to{transform:rotate(360deg)}}.bd-notfound{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:12px;font-size:16px;color:#64748b}.bd-notfound span{font-size:40px}.bd-notfound button{background:#0f172a;color:#fff;border:none;border-radius:10px;padding:10px 24px;font-size:14px;font-weight:700;cursor:pointer;font-family:inherit}.bd-sidebar-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9998;background:#0f172a59}.bd-sidebar{position:fixed;top:0;right:0;bottom:0;z-index:9999;width:320px;max-width:90vw;background:#fff;box-shadow:-8px 0 40px #0000001f;display:flex;flex-direction:column;animation:bd-slide-in .22s ease both}@keyframes bd-slide-in{0%{transform:translate(100%)}to{transform:translate(0)}}.bd-sidebar-head{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid #e2e8f0;flex-shrink:0}.bd-sidebar-title{font-size:15px;font-weight:800;color:#0f172a}.bd-sidebar-close{width:28px;height:28px;border-radius:8px;background:#f1f5f9;border:none;cursor:pointer;font-size:12px;color:#64748b;display:flex;align-items:center;justify-content:center;transition:background .15s}.bd-sidebar-close:hover{background:#e2e8f0}.bd-sidebar-body{flex:1;overflow-y:auto;padding:8px 0}.bd-sidebar-section{padding:12px 20px}.bd-sidebar-section-label{font-size:10px;font-weight:700;color:#94a3b8;letter-spacing:1.2px;text-transform:uppercase;margin-bottom:12px}.bd-sidebar-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:9px 0;border-bottom:1px solid #f1f5f9}.bd-sidebar-row:last-child{border-bottom:none}.bd-sidebar-key{font-size:12px;color:#64748b;font-weight:500;flex-shrink:0}.bd-sidebar-val{font-size:12px;font-weight:700;color:#0f172a;text-align:right}.bd-sidebar-mono{font-family:Courier New,monospace;color:#0ea5e9;font-size:11px}.bd-sidebar-sep{height:1px;background:#e2e8f0;margin:4px 20px}.bd-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10001;background:#0f172a8c;display:flex;align-items:center;justify-content:center;padding:20px;animation:bd-fade .18s ease both}@keyframes bd-fade{0%{opacity:0}to{opacity:1}}.bd-modal{background:#fff;border-radius:20px;width:100%;max-width:460px;box-shadow:0 24px 60px #0000002e;overflow:hidden;animation:bd-pop .22s ease both}.bd-modal--sm{max-width:380px;padding:32px 28px;text-align:center}@keyframes bd-pop{0%{transform:translateY(16px);opacity:0}to{transform:translateY(0);opacity:1}}.bd-modal-head{display:flex;align-items:center;justify-content:space-between;padding:20px 24px 16px;border-bottom:1px solid #f1f5f9}.bd-modal-title{font-size:16px;font-weight:800;color:#0f172a}.bd-modal-x{width:28px;height:28px;border-radius:8px;background:#f1f5f9;border:none;cursor:pointer;font-size:12px;color:#64748b;display:flex;align-items:center;justify-content:center;transition:background .15s}.bd-modal-x:hover{background:#e2e8f0}.bd-modal-svc{display:flex;align-items:center;gap:12px;padding:16px 24px;background:#f8fafc;border-bottom:1px solid #f1f5f9}.bd-modal-svc-icon{font-size:22px}.bd-modal-svc-name{font-size:14px;font-weight:700;color:#0f172a}.bd-modal-svc-date{font-size:12px;color:#94a3b8;margin-top:2px}.bd-modal-refund{padding:16px 24px;display:flex;flex-direction:column;gap:10px}.bd-modal-refund-row{display:flex;justify-content:space-between;align-items:center;font-size:13px;color:#64748b}.bd-modal-refund-row--red{color:#dc2626}.bd-modal-refund-row--green{color:#15803d;font-weight:600}.bd-modal-refund-row--big{font-size:14px;font-weight:700;color:#0f172a}.bd-modal-refund-green{font-size:16px;font-weight:800;color:#15803d}.bd-modal-refund-sep{height:1px;background:#e2e8f0}.bd-modal-refund-note{font-size:12px;color:#94a3b8;text-align:center}.bd-modal-agree{display:flex;align-items:flex-start;gap:10px;padding:0 24px 16px;font-size:13px;color:#64748b;cursor:pointer;line-height:1.5}.bd-modal-agree input{margin-top:2px;flex-shrink:0;accent-color:#0ea5e9}.bd-modal-btns{display:flex;gap:10px;padding:16px 24px;border-top:1px solid #f1f5f9}.bd-modal--sm .bd-modal-btns{border-top:none;padding-top:0}.bd-modal-btn{flex:1;padding:12px 16px;border-radius:10px;font-size:13px;font-weight:700;cursor:pointer;font-family:inherit;border:none;transition:all .15s}.bd-modal-btn--ghost{background:#f1f5f9;color:#64748b}.bd-modal-btn--ghost:hover{background:#e2e8f0}.bd-modal-btn--red{background:#dc2626;color:#fff}.bd-modal-btn--red:hover{background:#b91c1c}.bd-modal-btn--red:disabled{opacity:.4;cursor:not-allowed}.bd-confirm-icon{font-size:40px;margin-bottom:12px}.bd-confirm-title{font-size:18px;font-weight:800;color:#0f172a;margin-bottom:8px}.bd-confirm-sub{font-size:13px;color:#64748b;line-height:1.6;margin-bottom:24px}@media (max-width: 640px){.bd-body{padding:16px 12px 60px}.bd-topnav{padding:10px 14px}.bd-topnav-id{font-size:12px}.bd-grid{grid-template-columns:repeat(2,1fr)}.bd-cell:nth-child(3n){border-right:1px solid #e2e8f0}.bd-cell:nth-child(2n){border-right:none}.bd-cell:nth-last-child(-n+3){border-bottom:1px solid #e2e8f0}.bd-cell:nth-last-child(-n+2){border-bottom:none}.bd-svc-strip{flex-direction:column;padding:0 16px}.bd-svc-sep{width:100%;height:1px;margin:0}.bd-svc-col{padding:14px 0}.bd-sidebar{width:100%;max-width:100%}}.bd-notice-banner{display:flex;align-items:flex-start;gap:14px;background:#fffbeb;border:1.5px solid #fde68a;border-radius:14px;padding:16px 20px}.bd-notice-icon{font-size:22px;flex-shrink:0;margin-top:1px}.bd-notice-title{font-size:13px;font-weight:800;color:#92400e;margin-bottom:5px}.bd-notice-sub{font-size:12px;color:#b45309;line-height:1.65}.bd-notice-sub strong{color:#78350f;font-weight:800}.bd-cust-grid{display:grid;grid-template-columns:1fr 1fr;background:#f8fafc}.bd-cust-cell{padding:18px 20px;border-right:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0}.bd-cust-cell:nth-child(2n){border-right:none}.bd-cust-cell:nth-last-child(-n+2){border-bottom:none}.bd-cust-label{font-size:11px;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.6px;margin-bottom:7px}.bd-cust-val{font-size:14px;font-weight:700;color:#0f172a;line-height:1.4}.bd-cust-phone{color:#0ea5e9;text-decoration:none;font-weight:800}.bd-cust-phone:hover{text-decoration:underline}.bd-cust-note{font-size:11px;color:#10b981;margin-top:4px;font-weight:500}.bd-cust-pincode{font-family:Courier New,monospace;font-size:16px;font-weight:800;color:#0ea5e9;letter-spacing:1px}.bd-locked-wrap{display:flex;align-items:flex-start;gap:14px;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:14px;padding:18px 20px}.bd-locked-icon{font-size:24px;flex-shrink:0}.bd-locked-title{font-size:14px;font-weight:800;color:#0f172a;margin-bottom:5px}.bd-locked-sub{font-size:12.5px;color:#64748b;line-height:1.6}@media (max-width: 480px){.bd-cust-grid{grid-template-columns:1fr}.bd-cust-cell{border-right:none}.bd-cust-cell:nth-last-child(-n+2){border-bottom:1px solid #e2e8f0}.bd-cust-cell:last-child{border-bottom:none}}.bd-issue-body{padding:20px;background:#f8fafc}.bd-issue-text{font-size:14px;color:#0f172a;line-height:1.75;background:#fff;border:1.5px solid #e2e8f0;border-radius:12px;padding:16px 18px;margin-bottom:12px;white-space:pre-wrap}.bd-issue-note{display:flex;align-items:center;gap:7px;font-size:12px;color:#0d9488;font-weight:600}.bd-issue-empty{font-size:13px;color:#94a3b8;font-style:italic}.sup-page{position:fixed;top:0;left:0;width:100vw;height:100dvh;min-height:100vh;display:flex;flex-direction:column;background:#f5f5f5;z-index:9999;overflow:hidden;margin:0;padding:0}.sup-header{display:flex;align-items:center;gap:12px;padding:14px 18px;background:#fff;border-bottom:1px solid #ebebeb;flex-shrink:0;box-shadow:0 1px 8px #0000000f}.sup-back{background:none;border:none;cursor:pointer;color:#1a1a1a;padding:6px;display:flex;align-items:center;flex-shrink:0;border-radius:50%;transition:background .15s}.sup-back:hover{background:#f4f4f4}.sup-header-info{display:flex;align-items:center;gap:12px;flex:1}.sup-avatar-ring{position:relative;flex-shrink:0}.sup-header-avatar{width:42px;height:42px;border-radius:50%;background:#1a1a1a;color:#fff;font-size:13px;font-weight:800;display:flex;align-items:center;justify-content:center}.sup-online-dot{position:absolute;bottom:1px;right:1px;width:10px;height:10px;border-radius:50%;background:#10b981;border:2px solid #fff}.sup-header-name{font-size:15px;font-weight:700;color:#1a1a1a}.sup-header-sub{font-size:11.5px;color:#10b981;font-weight:500;margin-top:1px}.sup-wa-pill{display:flex;align-items:center;gap:6px;background:#25d366;color:#fff;border-radius:20px;padding:8px 14px;font-size:12.5px;font-weight:700;text-decoration:none;flex-shrink:0;transition:background .15s}.sup-wa-pill:hover{background:#1ebe5d}.sup-messages{flex:1;overflow-y:auto;padding:16px 14px 8px;display:flex;flex-direction:column;gap:10px}.sup-date-chip{text-align:center;font-size:11px;color:#999;background:#e8e8e8;border-radius:20px;padding:3px 12px;width:fit-content;margin:0 auto 4px}.sup-row{display:flex;align-items:flex-end;gap:8px}.sup-row--user{flex-direction:row-reverse}.sup-bot-dot{width:30px;height:30px;border-radius:50%;background:#1a1a1a;color:#fff;font-size:9px;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-bottom:2px}.sup-bwrap{display:flex;flex-direction:column;gap:6px;max-width:78%}.sup-row--user .sup-bwrap{align-items:flex-end}.sup-bubble{padding:11px 14px;border-radius:18px;word-break:break-word}.sup-bubble--bot{background:#fff;border:1px solid #e8e8e8;border-bottom-left-radius:4px;box-shadow:0 1px 4px #0000000d}.sup-bubble--user{background:#1a1a1a;border-bottom-right-radius:4px}.sup-btext{font-size:13.5px;line-height:1.65;white-space:pre-wrap;display:block}.sup-bubble--bot .sup-btext{color:#1a1a1a}.sup-bubble--user .sup-btext{color:#fff}.sup-btime{font-size:10px;display:block;text-align:right;margin-top:4px}.sup-bubble--bot .sup-btime{color:#bbb}.sup-bubble--user .sup-btime{color:#fff6}.sup-att-img{width:100%;max-width:200px;border-radius:10px;display:block;margin-bottom:8px}.sup-opts{display:flex;flex-direction:column;gap:6px}.sup-opt{background:#fff;border:1.5px solid #1a1a1a;border-radius:22px;padding:10px 18px;font-size:13px;font-weight:600;color:#1a1a1a;cursor:pointer;font-family:inherit;text-align:left;transition:background .15s,color .15s}.sup-opt:hover{background:#1a1a1a;color:#fff}.sup-typing{background:#fff;border:1px solid #e8e8e8;border-radius:18px 18px 18px 4px;padding:13px 16px;display:flex;align-items:center;gap:5px;box-shadow:0 1px 4px #0000000d}.sup-typing span{width:7px;height:7px;border-radius:50%;background:#ccc;animation:sup-bounce 1.2s ease-in-out infinite}.sup-typing span:nth-child(2){animation-delay:.2s}.sup-typing span:nth-child(3){animation-delay:.4s}@keyframes sup-bounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-6px)}}.sup-preview{position:relative;padding:8px 14px 0;width:fit-content}.sup-preview img{height:68px;border-radius:10px;border:1px solid #ebebeb;display:block}.sup-preview button{position:absolute;top:4px;right:10px;width:20px;height:20px;border-radius:50%;background:#1a1a1a;color:#fff;border:none;cursor:pointer;font-size:10px;font-weight:700;display:flex;align-items:center;justify-content:center}.sup-bar{display:flex;align-items:center;gap:8px;padding:10px 14px;background:#fff;border-top:1px solid #ebebeb;flex-shrink:0}.sup-input{flex:1;border:1.5px solid #e8e8e8;border-radius:24px;padding:10px 16px;font-size:14px;font-family:inherit;color:#1a1a1a;outline:none;background:#fafafa;transition:border-color .15s}.sup-input:focus{border-color:#1a1a1a;background:#fff}.sup-input::placeholder{color:#bbb}.sup-input:disabled{opacity:.5;cursor:not-allowed}.sup-attach{width:38px;height:38px;border-radius:50%;border:1.5px solid #e8e8e8;background:#fff;color:#888;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:border-color .15s,color .15s}.sup-attach:hover:not(:disabled){border-color:#1a1a1a;color:#1a1a1a}.sup-attach:disabled{opacity:.35;cursor:not-allowed}.sup-send{width:38px;height:38px;border-radius:50%;background:#1a1a1a;color:#fff;border:none;cursor:pointer;flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:background .15s,transform .15s}.sup-send:hover:not(:disabled){background:#333;transform:scale(1.05)}.sup-send:disabled{background:#e0e0e0;color:#bbb;cursor:not-allowed;transform:none}@media (max-width: 480px){.sup-header{padding:10px 12px;gap:8px}.sup-header-avatar{width:36px;height:36px;font-size:11px}.sup-header-name{font-size:13.5px}.sup-header-sub{font-size:11px}.sup-wa-pill{padding:6px 10px;font-size:11.5px;gap:4px}.sup-messages{padding:12px 10px 6px;gap:8px}.sup-bwrap{max-width:86%}.sup-bubble{padding:9px 12px}.sup-btext{font-size:13px}.sup-opt{padding:9px 14px;font-size:12.5px}.sup-bar{padding:8px 10px;gap:6px}.sup-input{padding:9px 14px;font-size:13px}.sup-attach,.sup-send{width:36px;height:36px}}.exp-wrap{min-height:100vh;background:#f8f8f8}.exp-hero{position:relative;background:#080808;min-height:88vh;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;padding:80px 24px 100px;text-align:center}.exp-hero-orb{position:absolute;border-radius:50%;pointer-events:none}.exp-orb--1{width:650px;height:650px;background:radial-gradient(circle,rgba(102,126,234,.15) 0%,transparent 65%);top:-180px;left:-160px}.exp-orb--2{width:450px;height:450px;background:radial-gradient(circle,rgba(245,158,11,.1) 0%,transparent 65%);bottom:-80px;right:-80px}.exp-hero-inner{position:relative;z-index:2;max-width:700px}.exp-eyebrow{display:inline-block;font-size:11px;font-weight:600;letter-spacing:3px;text-transform:uppercase;color:#ffffff59;border:1px solid rgba(255,255,255,.1);padding:6px 16px;border-radius:20px;margin-bottom:22px}.exp-eyebrow--light{color:#ffffff59}.exp-hero-title{font-size:clamp(40px,6.5vw,72px);font-weight:300;color:#fff;line-height:1.1;letter-spacing:-2px;font-family:Georgia,serif;margin-bottom:18px}.exp-hero-title em{font-style:italic;color:#ffffff73}.exp-hero-sub{font-size:16px;color:#ffffff73;line-height:1.75;margin-bottom:48px;max-width:520px;margin-left:auto;margin-right:auto}.exp-hero-stats{display:inline-flex;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);border-radius:16px;overflow:hidden;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.exp-stat{display:flex;flex-direction:column;align-items:center;padding:18px 32px;border-right:1px solid rgba(255,255,255,.06)}.exp-stat:last-child{border-right:none}.exp-stat-val{font-size:20px;font-weight:800;color:#fff;line-height:1;margin-bottom:4px}.exp-stat-label{font-size:10px;color:#ffffff59;letter-spacing:1px;text-transform:uppercase}.exp-scroll-line{position:absolute;bottom:36px;left:50%;transform:translate(-50%);width:1px;height:56px;background:linear-gradient(to bottom,rgba(255,255,255,.4),transparent);animation:exp-pulse 2s ease-in-out infinite;z-index:2}@keyframes exp-pulse{0%,to{opacity:.3}50%{opacity:1}}.exp-trust-strip{background:#1a1a1a;display:flex;align-items:center;justify-content:center;gap:0;overflow:hidden;flex-wrap:wrap}.exp-trust-item{font-size:12.5px;font-weight:600;color:#ffffff8c;padding:16px 28px;border-right:1px solid rgba(255,255,255,.07);white-space:nowrap}.exp-trust-item:last-child{border-right:none}.exp-section{max-width:1240px;margin:0 auto;padding:80px 32px 60px}.exp-section-head{text-align:center;margin-bottom:40px}.exp-section-title{font-size:clamp(26px,3.5vw,40px);font-weight:300;color:#1a1a1a;font-family:Georgia,serif;letter-spacing:-.8px;margin-bottom:8px}.exp-section-sub{font-size:14px;color:#888}.exp-filters{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:40px;flex-wrap:wrap}.exp-filter{padding:9px 22px;border-radius:24px;border:1.5px solid #e0e0e0;background:#fff;font-size:13.5px;font-weight:500;color:#555;cursor:pointer;font-family:inherit;transition:all .15s}.exp-filter:hover{border-color:#1a1a1a;color:#1a1a1a}.exp-filter--active{background:#1a1a1a;border-color:#1a1a1a;color:#fff;font-weight:700;box-shadow:0 4px 16px #0000002e}.exp-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.exp-card{background:#fff;border:1px solid #ebebeb;border-radius:22px;overflow:hidden;display:flex;flex-direction:column;transition:transform .22s,box-shadow .22s;position:relative}.exp-card:hover{transform:translateY(-5px);box-shadow:0 20px 56px #0000001a}.exp-card-bar{height:4px;width:100%;flex-shrink:0}.exp-card-top{display:flex;align-items:flex-start;gap:14px;padding:22px 22px 16px;position:relative}.exp-card-avatar{width:52px;height:52px;border-radius:50%;color:#fff;font-size:16px;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0;position:relative}.exp-verified-tick{position:absolute;bottom:-2px;right:-2px;width:18px;height:18px;border-radius:50%;background:#10b981;color:#fff;font-size:9px;font-weight:800;display:flex;align-items:center;justify-content:center;border:2px solid #fff}.exp-card-info{flex:1}.exp-card-name{font-size:15px;font-weight:700;color:#1a1a1a;margin-bottom:2px}.exp-card-role{font-size:12px;color:#888;margin-bottom:6px}.exp-card-meta{display:flex;align-items:center;gap:6px}.exp-card-rating{font-size:12.5px;font-weight:700;color:#f59e0b}.exp-card-dot{width:3px;height:3px;border-radius:50%;background:#ccc}.exp-card-reviews{font-size:12px;color:#aaa}.exp-badge{font-size:9.5px;font-weight:800;letter-spacing:.5px;text-transform:uppercase;color:#fff;padding:4px 9px;border-radius:20px;flex-shrink:0;white-space:nowrap}.exp-card-divider{height:1px;background:#f4f4f4;margin:0 22px}.exp-card-stats{display:grid;grid-template-columns:repeat(3,1fr);padding:16px 22px;gap:0}.exp-cstat{text-align:center}.exp-cstat-val{font-size:15px;font-weight:800;color:#1a1a1a;display:block;line-height:1;margin-bottom:3px}.exp-cstat-label{font-size:10px;color:#aaa;letter-spacing:.3px}.exp-skills{display:flex;flex-wrap:wrap;gap:6px;padding:0 22px 16px}.exp-skill{font-size:11px;font-weight:600;color:#555;background:#f4f4f4;border-radius:20px;padding:4px 10px}.exp-book-btn{margin:0 22px 22px;background:#1a1a1a;color:#fff;border:none;border-radius:12px;padding:12px 20px;font-size:13px;font-weight:700;cursor:pointer;font-family:inherit;transition:background .15s;text-align:center}.exp-book-btn:hover{background:#333}.exp-verify-wrap{background:linear-gradient(135deg,#080808,#111827 60%,#0a0a0a);padding:100px 32px;position:relative;overflow:hidden}.exp-verify-wrap:before{content:"";position:absolute;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(102,126,234,.12) 0%,transparent 65%);top:-100px;right:-80px;pointer-events:none}.exp-verify-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1.3fr;gap:80px;align-items:center}.exp-verify-title{font-size:clamp(26px,3.5vw,42px);font-weight:300;color:#fff;font-family:Georgia,serif;letter-spacing:-.8px;line-height:1.15;margin:14px 0 16px}.exp-verify-sub{font-size:14px;color:#ffffff73;line-height:1.75;margin-bottom:32px;max-width:360px}.exp-cta-btn{background:#fff;color:#1a1a1a;border:none;border-radius:12px;padding:13px 28px;font-size:14px;font-weight:700;cursor:pointer;font-family:inherit;transition:background .15s,transform .15s;box-shadow:0 4px 20px #ffffff1f}.exp-cta-btn:hover{background:#f0f0f0;transform:translateY(-2px)}.exp-verify-steps{display:flex;flex-direction:column;gap:0;position:relative}.exp-vstep{display:flex;gap:18px;align-items:flex-start;position:relative;padding-bottom:24px}.exp-vstep:last-child{padding-bottom:0}.exp-vstep-num{width:36px;height:36px;border-radius:50%;border:1px solid rgba(255,255,255,.15);color:#ffffff4d;font-size:12px;font-weight:800;letter-spacing:.5px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px;transition:border-color .2s,color .2s}.exp-vstep:hover .exp-vstep-num{border-color:#667eea;color:#667eea}.exp-vstep-title{font-size:14px;font-weight:700;color:#fff;margin-bottom:4px}.exp-vstep-desc{font-size:12.5px;color:#fff6;line-height:1.6}.exp-vstep-line{position:absolute;left:17px;top:38px;bottom:0;width:1px;background:#ffffff12}.exp-cta{position:relative;background:#fff;padding:100px 24px;text-align:center;border-top:1px solid #ebebeb;overflow:hidden}.exp-cta-orb{position:absolute;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(102,126,234,.06) 0%,transparent 65%);top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none}.exp-cta-inner{position:relative;z-index:2;max-width:520px;margin:0 auto}.exp-cta-title{font-size:clamp(28px,4vw,48px);font-weight:300;color:#1a1a1a;font-family:Georgia,serif;letter-spacing:-1px;line-height:1.15;margin-bottom:12px}.exp-cta-title em{font-style:italic;color:#888}.exp-cta-sub{font-size:15px;color:#888;margin-bottom:36px;line-height:1.6}.exp-cta-btns{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap}.exp-cta-primary{background:#1a1a1a;color:#fff;border:none;border-radius:12px;padding:14px 36px;font-size:15px;font-weight:700;cursor:pointer;font-family:inherit;transition:background .15s,transform .15s;box-shadow:0 4px 20px #00000026}.exp-cta-primary:hover{background:#333;transform:translateY(-2px)}.exp-cta-ghost{background:transparent;color:#1a1a1a;border:1.5px solid #d0d0d0;border-radius:12px;padding:13px 28px;font-size:15px;font-weight:600;cursor:pointer;font-family:inherit;text-decoration:none;display:inline-flex;align-items:center;gap:6px;transition:border-color .15s}.exp-cta-ghost:hover{border-color:#1a1a1a}@media (max-width: 1024px){.exp-grid{grid-template-columns:repeat(2,1fr)}.exp-verify-inner{grid-template-columns:1fr;gap:48px}.exp-verify-sub{max-width:100%}}@media (max-width: 640px){.exp-hero{padding:60px 20px 80px;min-height:auto}.exp-hero-stats{flex-wrap:wrap}.exp-stat{padding:14px 20px}.exp-trust-strip{justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap}.exp-section{padding:56px 16px 40px}.exp-grid{grid-template-columns:1fr}.exp-verify-wrap,.exp-cta{padding:72px 20px}}.rc-wrap{min-height:100vh;background:#fff;font-family:inherit}.rc-topbar{background:#111;padding:20px 32px}.rc-topbar-title{color:#fff;font-size:22px;font-weight:700;margin:0}.rc-notice{background:#f0f4ff;padding:18px 32px;border-bottom:1px solid #e0e0e0}.rc-notice p{margin:0 0 4px;font-size:14px;color:#333;line-height:1.6}.rc-notice p:last-child{margin:0}.rc-sections{max-width:1100px;margin:32px auto;padding:0 32px 60px;display:flex;flex-direction:column;gap:20px}.rc-section{border:1px solid #e0e0e0;border-radius:4px;overflow:hidden}.rc-sec-header{background:#1a1a1a;color:#fff;padding:16px 20px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;font-size:15px;font-weight:600;-webkit-user-select:none;user-select:none}.rc-sec-arrow{font-size:18px}.rc-table{width:100%;border-collapse:collapse}.rc-table thead tr{border-bottom:2px solid #e0e0e0}.rc-table th{padding:14px 20px;text-align:left;font-size:14px;font-weight:700;color:#111;background:#fff}.rc-table th:last-child{text-align:center}.rc-table td{padding:16px 20px;font-size:14px;color:#333;border-bottom:1px solid #f0f0f0}.rc-table td:last-child{text-align:center;color:#111;font-weight:500}.rc-table tbody tr:last-child td{border-bottom:none}.rc-table tbody tr:hover{background:#fafafa}.ar-wrap{min-height:100vh;background:#f1f3f6;font-family:inherit}.ar-section-eyebrow{display:inline-block;font-size:11px;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:#2874f0;margin-bottom:10px}.ar-eyebrow--amber{color:#ff9f00}.ar-section-title{font-size:clamp(26px,3vw,40px);font-weight:700;color:#0f172a;letter-spacing:-.8px;line-height:1.15;margin-bottom:10px}.ar-section-sub{font-size:15px;color:#64748b;line-height:1.7;max-width:540px}.ar-live-dot{width:7px;height:7px;border-radius:50%;background:#2874f0;display:inline-block;flex-shrink:0;animation:ar-blink 1.4s ease-in-out infinite}.ar-live-dot--red{background:#ef4444}@keyframes ar-blink{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.7)}}.ar-hero{display:grid;grid-template-columns:1fr 1fr;gap:0;min-height:92vh;background:linear-gradient(135deg,#fff,#eef4ff);border-bottom:1px solid #d0e2ff}.ar-hero-left{padding:80px 56px 80px 64px;display:flex;flex-direction:column;justify-content:center;border-right:1px solid #e8ecf0}.ar-pill{display:inline-flex;align-items:center;gap:8px;background:#eef4ff;border:1px solid #93bcf5;color:#2874f0;font-size:12px;font-weight:700;padding:7px 16px;border-radius:20px;margin-bottom:28px;width:fit-content;letter-spacing:.3px}.ar-pill-dot{width:7px;height:7px;border-radius:50%;background:#2874f0;animation:ar-blink 1.4s ease-in-out infinite}.ar-hero-title{font-size:clamp(36px,4.5vw,58px);font-weight:800;color:#0f172a;letter-spacing:-1.5px;line-height:1.1;margin-bottom:20px}.ar-hero-title em{font-style:italic;color:#2874f0}.ar-hero-sub{font-size:16px;color:#64748b;line-height:1.75;margin-bottom:36px;max-width:460px}.ar-hero-sub strong{color:#0f172a;font-weight:700}.ar-form{display:flex;gap:0;background:#fff;border:1.5px solid #e2e8f0;border-radius:16px;overflow:hidden;margin-bottom:16px;box-shadow:0 2px 12px #0000000f;transition:border-color .2s,box-shadow .2s}.ar-form:focus-within{border-color:#2874f0;box-shadow:0 4px 20px #2874f026}.ar-form-input-wrap{flex:1;display:flex;align-items:center;gap:10px;padding:0 18px}.ar-form-input{flex:1;border:none;outline:none;font-size:17px;font-family:inherit;color:#0f172a;letter-spacing:3px;font-weight:600;background:transparent;padding:16px 0}.ar-form-input::placeholder{color:#cbd5e1;letter-spacing:0;font-weight:400;font-size:14px}.ar-form-clear{background:#f1f5f9;border:none;cursor:pointer;color:#94a3b8;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .15s,color .15s;flex-shrink:0}.ar-form-clear:hover{background:#e2e8f0;color:#475569}.ar-form-btn{background:#2874f0;color:#fff;border:none;padding:0 28px;font-size:13px;font-weight:700;cursor:pointer;font-family:inherit;display:flex;align-items:center;gap:6px;transition:background .15s;white-space:nowrap;flex-shrink:0}.ar-form-btn:hover:not(:disabled){background:#1a5cc7}.ar-form-btn:disabled{opacity:.45;cursor:not-allowed}.ar-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:ar-spin .7s linear infinite}@keyframes ar-spin{to{transform:rotate(360deg)}}.ar-quick-pins{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:24px}.ar-quick-label{font-size:12px;color:#94a3b8;font-weight:600}.ar-quick-pin{font-size:12px;font-weight:600;color:#475569;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:5px 12px;cursor:pointer;font-family:inherit;transition:all .15s}.ar-quick-pin:hover{background:#2874f0;color:#fff;border-color:#2874f0}.ar-result{display:flex;align-items:center;gap:14px;border-radius:14px;padding:16px 18px;animation:ar-fadein .3s ease;flex-wrap:wrap}@keyframes ar-fadein{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.ar-result--yes{background:#eef4ff;border:1.5px solid #93bcf5}.ar-result--no{background:#fff7ed;border:1.5px solid #fed7aa}.ar-result-icon{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ar-result-icon--yes{background:#2874f0;color:#fff}.ar-result-icon--no{background:#ff9f00;color:#fff}.ar-result-body{flex:1;min-width:0}.ar-result-title{font-size:14px;font-weight:700;color:#0f172a;margin-bottom:3px}.ar-result-meta{font-size:12px;color:#64748b;display:flex;gap:6px;flex-wrap:wrap}.ar-result-cta{background:#2874f0;color:#fff;border:none;border-radius:10px;padding:9px 18px;font-size:12px;font-weight:700;cursor:pointer;font-family:inherit;text-decoration:none;white-space:nowrap;flex-shrink:0;transition:background .15s}.ar-result-cta:hover{background:#1a5cc7}.ar-result-cta--outline{background:transparent;color:#2874f0;border:1.5px solid #2874f0}.ar-result-cta--outline:hover{background:#2874f0;color:#fff}.ar-hero-right{position:relative;overflow:hidden;padding:0}.ar-map-img-full{width:100%;height:100%;object-fit:cover;display:block}.ar-map-pin{position:absolute;transform:translate(-50%,-50%);z-index:10;cursor:pointer}.ar-map-pin-dot{width:14px;height:14px;background:#2874f0;border:2.5px solid #fff;border-radius:50%;position:relative;z-index:2;box-shadow:0 2px 8px #2874f099}.ar-map-pin-pulse{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:32px;height:32px;border-radius:50%;background:#2874f040;animation:ar-pin-ring 2s ease-out infinite;z-index:1}.ar-map-pin-tooltip{position:absolute;bottom:calc(100% + 10px);left:50%;transform:translate(-50%);background:#0f172a;color:#fff;font-size:11px;font-weight:700;padding:7px 12px;border-radius:10px;white-space:nowrap;pointer-events:none;line-height:1.6;box-shadow:0 4px 16px #0000004d;opacity:0;visibility:hidden;transition:opacity .2s,visibility .2s}.ar-map-pin:hover .ar-map-pin-tooltip{opacity:1;visibility:visible}.ar-map-pin-tooltip span{color:#ff9f00;font-weight:600;font-size:10px}.ar-map-pin-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:5px solid transparent;border-top-color:#0f172a}.ar-map-wrap{position:relative;display:flex;flex-direction:column;align-items:center;gap:16px}.ar-map-label{font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#94a3b8}.ar-india-map{width:100%;max-width:380px;height:auto}.ar-map-img-wrap{width:100%;max-width:420px;border-radius:20px;overflow:hidden;box-shadow:0 8px 40px #0000001f}.ar-map-img{width:100%;height:auto;display:block;object-fit:contain}.ar-map-path{fill:#dde3ea;stroke:#b0bec5;stroke-width:1.2;stroke-linejoin:round;stroke-linecap:round}.ar-pin-pulse{fill:#2874f01f;animation:ar-pin-ring 2s ease-out infinite}.ar-pin-pulse--2{fill:#2874f02e;animation:ar-pin-ring 2s ease-out infinite .4s}@keyframes ar-pin-ring{0%{opacity:1;r:8}to{opacity:0;r:22}}.ar-pin-circle{fill:#2874f0;stroke:#fff;stroke-width:2;filter:drop-shadow(0 2px 6px rgba(40,116,240,.5));transition:r .2s}.ar-map-pin-group:hover .ar-pin-circle{r:9}.ar-pin-label{font-size:9px;font-weight:700;fill:#0f172a;font-family:inherit}.ar-map-legend{display:flex;align-items:center;gap:8px;font-size:12px;color:#64748b;font-weight:500}.ar-map-legend-dot{width:10px;height:10px;border-radius:50%;background:#2874f0;box-shadow:0 0 0 3px #2874f033}.ar-stats{display:flex;align-items:center;justify-content:center;background:linear-gradient(90deg,#2874f0,#1a5cc7);flex-wrap:wrap}.ar-stats-item{display:flex;align-items:center;gap:10px;padding:24px 40px}.ar-stats-dot{width:8px;height:8px;border-radius:50%;background:#ff9f00;box-shadow:0 0 0 3px #ff9f0059;animation:ar-blink 1.4s ease-in-out infinite}.ar-stats-val{font-size:22px;font-weight:800;color:#fff;letter-spacing:-.5px}.ar-stats-label{font-size:11px;color:#ffffffb3;letter-spacing:.5px}.ar-stats-div{width:1px;height:36px;background:#ffffff40}.ar-zones-section{max-width:1100px;margin:0 auto;padding:80px 32px 64px}.ar-zones-head{margin-bottom:40px}.ar-zones-grid{display:flex;flex-direction:column;gap:16px}.ar-zone-card{background:#fff;border:1.5px solid #e2e8f0;border-radius:20px;overflow:hidden;cursor:pointer;transition:border-color .2s,box-shadow .2s}.ar-zone-card:hover{border-color:#2874f0;box-shadow:0 8px 32px #2874f01f}.ar-zone-card--open{border-color:#2874f0;box-shadow:0 12px 40px #2874f02e;background:#fafcff}.ar-zone-header{display:flex;align-items:center;gap:20px;padding:24px 28px}.ar-zone-num{font-size:48px;font-weight:900;color:#dce9fd;letter-spacing:-3px;line-height:1;flex-shrink:0;width:56px}.ar-zone-info{flex:1}.ar-zone-city{font-size:20px;font-weight:700;color:#0f172a;margin-bottom:3px}.ar-zone-area{font-size:13px;color:#64748b}.ar-zone-meta{display:flex;flex-direction:column;align-items:flex-end;gap:5px}.ar-zone-live{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:700;color:#2874f0}.ar-zone-eta{font-size:12px;color:#64748b;font-weight:600}.ar-zone-pin{font-size:11px;color:#94a3b8;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;padding:2px 8px}.ar-zone-chevron{color:#94a3b8;flex-shrink:0}.ar-zone-body{padding:0 28px 28px;border-top:1px solid #f1f5f9;animation:ar-fadein .2s ease}.ar-zone-cols{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin:20px 0 24px}.ar-zone-sub-label{font-size:10px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#94a3b8;margin-bottom:10px}.ar-zone-tags{display:flex;flex-wrap:wrap;gap:6px}.ar-tag{font-size:12px;font-weight:500;color:#475569;background:#f8fafc;border:1px solid #e2e8f0;border-radius:20px;padding:5px 12px}.ar-tag--ac{background:#eef4ff;border-color:#93bcf5;color:#2874f0}.ar-tag--ro{background:#fff7ed;border-color:#fed7aa;color:#c05600}.ar-zone-book{background:#ff9f00;color:#fff;border:none;border-radius:12px;padding:12px 28px;font-size:14px;font-weight:700;cursor:pointer;font-family:inherit;transition:background .15s,transform .15s;box-shadow:0 4px 16px #ff9f004d}.ar-zone-book:hover{background:#e8900a;transform:translateY(-1px)}.ar-mid-section{background:#f8fafc;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;padding:64px 32px;display:grid;grid-template-columns:1fr 1.2fr;gap:32px;max-width:1100px;margin:0 auto}.ar-transparency{background:#fff;border:1.5px solid #e2e8f0;border-radius:20px;padding:32px;display:flex;gap:18px;align-items:flex-start;height:fit-content;box-shadow:0 2px 12px #0000000a}.ar-transparency-icon{font-size:32px;flex-shrink:0}.ar-transparency-title{font-size:17px;font-weight:700;color:#0f172a;margin-bottom:10px}.ar-transparency-text{font-size:14px;color:#64748b;line-height:1.75;margin:0}.ar-feed-panel{background:#fff;border:1.5px solid #e2e8f0;border-radius:20px;padding:28px;box-shadow:0 2px 12px #0000000a;display:flex;flex-direction:column}.ar-feed-head{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:20px}.ar-feed-title{font-size:16px;font-weight:700;color:#0f172a;margin-bottom:2px}.ar-feed-sub{font-size:12px;color:#94a3b8}.ar-feed-badge{display:flex;align-items:center;gap:6px;font-size:10px;font-weight:800;color:#ef4444;letter-spacing:2px;text-transform:uppercase;background:#fef2f2;border:1px solid #fecaca;padding:5px 10px;border-radius:20px;transition:opacity .2s;flex-shrink:0}.ar-feed-badge--pulse{opacity:.4}.ar-feed-list{display:flex;flex-direction:column;flex:1}.ar-feed-item{display:flex;align-items:center;gap:12px;padding:11px 0;border-bottom:1px solid #f8fafc}.ar-feed-item:last-child{border-bottom:none}.ar-feed-item--new{animation:ar-pop .35s ease}@keyframes ar-pop{0%{opacity:0;transform:translate(-8px)}to{opacity:1;transform:translate(0)}}.ar-feed-icon{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}.ar-feed-icon--ac{background:#eff6ff}.ar-feed-icon--ro{background:#f0fdf4}.ar-feed-text{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.ar-feed-msg{font-size:12.5px;font-weight:600;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ar-feed-ago{font-size:11px;color:#94a3b8}.ar-feed-city-tag{font-size:10px;font-weight:700;color:#475569;background:#f1f5f9;border-radius:6px;padding:3px 8px;flex-shrink:0}.ar-feed-cta{margin-top:20px;width:100%;padding:14px;background:#2874f0;color:#fff;border:none;border-radius:12px;font-size:14px;font-weight:700;cursor:pointer;font-family:inherit;transition:background .15s,transform .15s}.ar-feed-cta:hover{background:#1a5cc7;transform:translateY(-1px)}.ar-coming-section{padding:80px 32px;max-width:1100px;margin:0 auto;background:transparent}.ar-coming-head{margin-bottom:36px}.ar-coming-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.ar-coming-card{border:1.5px solid #ff9f00;border-radius:20px;padding:24px 22px 20px;display:flex;flex-direction:column;gap:16px;transition:border-color .25s,box-shadow .25s,transform .25s;position:relative;overflow:hidden;background:linear-gradient(135deg,#ff9f00,#ffb700)}.ar-coming-card:before{content:none}.ar-coming-card>*{position:relative;z-index:1}.ar-coming-card:hover{border-color:#e8900a;box-shadow:0 10px 36px #ff9f0073;transform:translateY(-3px)}.ar-coming-map-bg{position:absolute;right:-18px;bottom:-14px;width:110px;height:auto;opacity:.09;pointer-events:none;z-index:0;transition:opacity .3s,transform .3s}.ar-coming-card:hover .ar-coming-map-bg{opacity:.16;transform:scale(1.06)}.ar-coming-card:after{content:"";position:absolute;top:14px;right:14px;width:28px;height:28px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 10c0 7-9 13-9 13S3 17 3 10a9 9 0 0 1 18 0z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;opacity:.25;pointer-events:none;z-index:0;transition:opacity .3s}.ar-coming-card:hover:after{opacity:0}.ar-coming-top{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.ar-coming-city{font-size:17px;font-weight:700;color:#1a1a1a}.ar-coming-state{font-size:12px;color:#5a3a00;margin-top:3px;font-weight:600}.ar-coming-badge{font-size:10px;font-weight:700;letter-spacing:.5px;color:#fff;background:#ff9f00;border:1px solid #ff9f00;border-radius:8px;padding:4px 10px;white-space:nowrap;flex-shrink:0}.ar-coming-notify{display:inline-flex;align-items:center;gap:6px;background:#1a1a1a;color:#fff;border:none;border-radius:10px;padding:9px 14px;font-size:12px;font-weight:700;cursor:pointer;font-family:inherit;text-decoration:none;transition:all .18s;width:fit-content;box-shadow:0 2px 10px #00000047}.ar-coming-notify:hover{background:#000;transform:translateY(-1px);box-shadow:0 6px 18px #00000061}.ar-cta{background:linear-gradient(135deg,#2874f0,#1a5cc7 60%,#0f3d8c);padding:100px 24px;text-align:center;position:relative;overflow:hidden}.ar-cta:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 60% 60% at 50% 50%,rgba(255,159,0,.12) 0%,transparent 70%);pointer-events:none}.ar-cta-inner{position:relative;z-index:2;max-width:540px;margin:0 auto}.ar-cta-badge{display:inline-flex;align-items:center;gap:8px;background:#ff9f0026;border:1px solid rgba(255,159,0,.35);color:#ff9f00;font-size:12px;font-weight:700;padding:7px 16px;border-radius:20px;margin-bottom:24px}.ar-cta-title{font-size:clamp(28px,4vw,48px);font-weight:800;color:#fff;letter-spacing:-1px;line-height:1.15;margin-bottom:14px}.ar-cta-title em{font-style:italic;color:#fff9}.ar-cta-sub{font-size:15px;color:#ffffff73;margin-bottom:36px;line-height:1.7}.ar-cta-btns{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap}.ar-cta-primary{background:#ff9f00;color:#fff;border:none;border-radius:12px;padding:14px 36px;font-size:15px;font-weight:700;cursor:pointer;font-family:inherit;transition:transform .15s,box-shadow .15s;box-shadow:0 4px 20px #ff9f0059}.ar-cta-primary:hover{transform:translateY(-2px);box-shadow:0 8px 32px #ff9f0080}.ar-cta-ghost{background:#ffffff12;color:#fffc;border:1px solid rgba(255,255,255,.15);border-radius:12px;padding:13px 28px;font-size:15px;font-weight:600;cursor:pointer;font-family:inherit;text-decoration:none;display:inline-flex;align-items:center;gap:6px;transition:background .15s;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.ar-cta-ghost:hover{background:#ffffff1f}@media (max-width: 1024px){.ar-hero{grid-template-columns:1fr;min-height:auto}.ar-hero-left{border-right:none;border-bottom:1px solid #e8ecf0;padding:60px 32px}.ar-hero-right{padding:0;min-height:320px}.ar-india-map{max-width:260px}.ar-mid-section{grid-template-columns:1fr}}@media (max-width: 768px){.ar-hero-left{padding:48px 20px}.ar-hero-right{padding:0;min-height:260px}.ar-stats{flex-direction:column}.ar-stats-item{padding:16px 24px;width:100%;justify-content:center}.ar-stats-div{width:80%;height:1px;background:#ffffff14}.ar-zones-section{padding:56px 16px 40px}.ar-zone-header{flex-wrap:wrap;gap:12px;padding:18px 20px}.ar-zone-num{font-size:36px;width:44px}.ar-zone-cols{grid-template-columns:1fr;gap:16px}.ar-mid-section{padding:48px 16px}.ar-coming-section{padding:56px 16px}.ar-coming-grid{grid-template-columns:1fr 1fr}.ar-cta{padding:72px 20px}}@media (max-width: 480px){.ar-coming-grid{display:flex;flex-direction:row;overflow-x:auto;scroll-snap-type:x mandatory;gap:12px;padding-bottom:12px;scrollbar-width:none}.ar-coming-grid::-webkit-scrollbar{display:none}.ar-coming-card{flex:0 0 72vw;scroll-snap-align:start;max-width:260px}.ar-cta-btns{flex-direction:column}.ar-india-map{max-width:220px}}.ar-request-section{position:relative;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;padding:80px 32px;overflow:hidden}.ar-request-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url(/images/hero/map-vertical.jpg) center center / cover no-repeat;opacity:.35;pointer-events:none;z-index:0}.ar-request-section:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#f8fafc;opacity:.55;pointer-events:none;z-index:0}.ar-request-inner{position:relative;z-index:1}.ar-request-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1.2fr;gap:64px;align-items:center;position:relative;z-index:1}.ar-request-title{font-size:clamp(26px,3vw,40px);font-weight:300;color:#0f172a;font-family:Georgia,serif;letter-spacing:-.8px;line-height:1.15;margin-bottom:14px;margin-top:8px}.ar-request-title em{font-style:italic;color:#94a3b8}.ar-request-sub{font-size:15px;color:#64748b;line-height:1.75;margin-bottom:32px}.ar-request-stats{display:flex;align-items:center;gap:0}.ar-req-stat{display:flex;flex-direction:column;gap:3px}.ar-req-stat-num{font-size:32px;font-weight:800;color:#0f172a;font-family:Georgia,serif;letter-spacing:-1px;line-height:1}.ar-req-stat-lbl{font-size:12px;color:#94a3b8;font-weight:600}.ar-req-stat-div{width:1px;height:40px;background:#e2e8f0;margin:0 28px}.ar-req-form{background:#fff;border:1.5px solid #e2e8f0;border-radius:24px;padding:36px;box-shadow:0 4px 32px #0000000f}.ar-req-form-head{margin-bottom:24px}.ar-req-form-title{font-size:18px;font-weight:700;color:#0f172a;margin-bottom:4px}.ar-req-form-sub{font-size:13px;color:#94a3b8}.ar-req-fields{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:20px}.ar-req-field{display:flex;flex-direction:column;gap:6px}.ar-req-field label{font-size:11px;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:#64748b}.ar-req-required{color:#ef4444}.ar-req-field input{border:1.5px solid #e2e8f0;border-radius:10px;padding:11px 14px;font-size:14px;font-family:inherit;color:#0f172a;outline:none;background:#fafafa;transition:border-color .2s,box-shadow .2s}.ar-req-field input:focus{border-color:#2874f0;background:#fff;box-shadow:0 0 0 3px #2874f01a}.ar-req-field input::placeholder{color:#cbd5e1}.ar-req-submit{width:100%;padding:14px;background:#2874f0;color:#fff;border:none;border-radius:12px;font-size:14px;font-weight:700;cursor:pointer;font-family:inherit;display:flex;align-items:center;justify-content:center;gap:8px;transition:background .15s,transform .15s;margin-bottom:12px;box-shadow:0 4px 16px #2874f04d}.ar-req-submit:hover:not(:disabled){background:#1a5cc7;transform:translateY(-1px)}.ar-req-submit:disabled{opacity:.45;cursor:not-allowed}.ar-req-note{font-size:12px;color:#94a3b8;text-align:center;display:flex;align-items:center;justify-content:center;gap:5px;line-height:1.5;margin:0}.ar-spinner--dark{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:ar-spin .7s linear infinite}.ar-req-success{background:#fff;border:1.5px solid #e2e8f0;border-radius:24px;padding:48px 36px;text-align:center;box-shadow:0 4px 32px #0000000f;animation:ar-fadein .3s ease}.ar-req-success-icon{width:64px;height:64px;border-radius:50%;background:#f0fdf4;border:2px solid #bbf7d0;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.ar-req-success-title{font-size:22px;font-weight:700;color:#0f172a;margin-bottom:10px}.ar-req-success-sub{font-size:14px;color:#64748b;line-height:1.7;margin-bottom:24px}.ar-req-reset{background:#2874f0;color:#fff;border:none;border-radius:10px;padding:10px 24px;font-size:13px;font-weight:700;cursor:pointer;font-family:inherit;transition:background .15s}.ar-req-reset:hover{background:#1a5cc7}@media (max-width: 1024px){.ar-request-inner{grid-template-columns:1fr;gap:40px}}@media (max-width: 768px){.ar-request-section{padding:56px 16px}.ar-req-fields{grid-template-columns:1fr}.ar-req-form{padding:24px}}.ar-notify-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#0f172a8c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;padding:20px;animation:ar-overlay-in .2s ease}@keyframes ar-overlay-in{0%{opacity:0}to{opacity:1}}.ar-notify-popup{background:#fff;border-radius:28px;padding:44px 40px 36px;max-width:420px;width:100%;text-align:center;position:relative;box-shadow:0 32px 80px #00000038,0 0 0 1px #0000000a;animation:ar-popup-in .3s cubic-bezier(.34,1.56,.64,1)}@keyframes ar-popup-in{0%{opacity:0;transform:scale(.88) translateY(16px)}to{opacity:1;transform:scale(1) translateY(0)}}.ar-notify-close{position:absolute;top:16px;right:16px;width:32px;height:32px;border-radius:50%;background:#f1f5f9;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#64748b;transition:background .15s,color .15s}.ar-notify-close:hover{background:#e2e8f0;color:#0f172a}.ar-notify-icon{font-size:48px;line-height:1;margin-bottom:16px;animation:ar-bell-ring .6s ease .3s both}@keyframes ar-bell-ring{0%{transform:rotate(0)}20%{transform:rotate(-18deg)}40%{transform:rotate(18deg)}60%{transform:rotate(-10deg)}80%{transform:rotate(10deg)}to{transform:rotate(0)}}.ar-notify-badge{display:inline-block;background:#fffbeb;border:1px solid #fde68a;color:#d97706;font-size:11px;font-weight:700;letter-spacing:.5px;padding:4px 12px;border-radius:20px;margin-bottom:14px}.ar-notify-title{font-size:24px;font-weight:300;color:#0f172a;font-family:Georgia,serif;letter-spacing:-.5px;line-height:1.25;margin-bottom:6px}.ar-notify-title strong{font-weight:700}.ar-notify-sub{font-size:13px;color:#94a3b8;margin-bottom:16px}.ar-notify-desc{font-size:14px;color:#475569;line-height:1.7;margin-bottom:28px;padding:16px;background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0}.ar-notify-wa-btn{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:15px;background:#25d366;color:#fff;border:none;border-radius:14px;font-size:15px;font-weight:700;text-decoration:none;font-family:inherit;transition:background .15s,transform .15s,box-shadow .15s;margin-bottom:12px;box-shadow:0 4px 20px #25d36659}.ar-notify-wa-btn:hover{background:#1db954;transform:translateY(-2px);box-shadow:0 8px 28px #25d36673}.ar-notify-cancel{background:none;border:none;cursor:pointer;font-size:13px;color:#94a3b8;font-family:inherit;padding:6px;transition:color .15s}.ar-notify-cancel:hover{color:#475569}@media (max-width: 480px){.ar-notify-popup{padding:36px 24px 28px}.ar-notify-title{font-size:20px}}.np-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#0f172a80;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:20px;animation:np-fade .2s ease}@keyframes np-fade{0%{opacity:0}to{opacity:1}}.np-box{background:#fff;border-radius:20px;padding:36px 32px 28px;width:100%;max-width:380px;position:relative;box-shadow:0 24px 64px #0000002e;animation:np-up .28s cubic-bezier(.34,1.56,.64,1);text-align:center;overflow:hidden;background-image:url(/images/hero/map-vertical.jpg);background-size:cover;background-position:center}.np-box:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#ffffffe0;pointer-events:none;z-index:0}.np-box>*{position:relative;z-index:1}@keyframes np-up{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.np-close{position:absolute;top:14px;right:14px;width:28px;height:28px;border-radius:50%;background:#f1f5f9;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#64748b;transition:background .15s}.np-close:hover{background:#e2e8f0}.np-icon{font-size:36px;margin-bottom:12px;animation:np-bell .5s ease .2s both}@keyframes np-bell{0%{transform:rotate(0)}25%{transform:rotate(-15deg)}50%{transform:rotate(15deg)}75%{transform:rotate(-8deg)}to{transform:rotate(0)}}.np-title{font-size:17px;font-weight:600;color:#0f172a;line-height:1.4;margin-bottom:6px}.np-title strong{font-weight:800}.np-badge{display:inline-block;font-size:11px;font-weight:700;color:#d97706;background:#fffbeb;border:1px solid #fde68a;border-radius:20px;padding:3px 10px;margin-bottom:20px}.np-field{text-align:left;margin-bottom:16px}.np-field label{display:block;font-size:11px;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:#64748b;margin-bottom:7px}.np-opt{font-weight:400;text-transform:none;letter-spacing:0;color:#94a3b8}.np-field input{width:100%;border:1.5px solid #e2e8f0;border-radius:10px;padding:11px 14px;font-size:15px;font-family:inherit;color:#0f172a;outline:none;letter-spacing:2px;font-weight:600;transition:border-color .2s,box-shadow .2s;box-sizing:border-box}.np-field input:focus{border-color:#0f172a;box-shadow:0 0 0 3px #0f172a12}.np-field input::placeholder{color:#cbd5e1;letter-spacing:0;font-weight:400;font-size:13px}.np-err{display:block;font-size:12px;color:#ef4444;margin-top:6px;font-weight:500}.np-hint{display:block;font-size:11px;color:#2874f0;margin-top:5px;font-weight:500}.np-submit{width:100%;padding:13px;background:#2874f0;color:#fff;border:none;border-radius:12px;font-size:14px;font-weight:700;cursor:pointer;font-family:inherit;transition:background .15s,transform .15s;margin-bottom:10px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 14px #2874f047}.np-submit:hover:not(:disabled){background:#1a5cc7;transform:translateY(-1px)}.np-submit:disabled{opacity:.5;cursor:not-allowed}.np-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:ar-spin .7s linear infinite}.np-skip{background:none;border:none;cursor:pointer;font-size:13px;color:#94a3b8;font-family:inherit;padding:4px;transition:color .15s;width:100%}.np-skip:hover{color:#475569}.np-done{padding:8px 0}.np-done-ring{width:60px;height:60px;border-radius:50%;background:#f0fdf4;border:2px solid #bbf7d0;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;animation:np-pop .4s cubic-bezier(.34,1.56,.64,1)}@keyframes np-pop{0%{transform:scale(0)}to{transform:scale(1)}}.np-done-title{font-size:20px;font-weight:700;color:#0f172a;margin-bottom:8px}.np-done-sub{font-size:14px;color:#64748b;line-height:1.65;margin-bottom:22px}.np-done-btn{background:#2874f0;color:#fff;border:none;border-radius:10px;padding:11px 28px;font-size:14px;font-weight:700;cursor:pointer;font-family:inherit;transition:background .15s}.np-done-btn:hover{background:#1a5cc7}.ar-req-pin-wrap{position:relative;display:flex;flex-direction:column;gap:6px}.ar-req-pin-wrap input{width:100%;box-sizing:border-box}.ar-req-pin--live{border-color:#2874f0!important;box-shadow:0 0 0 3px #2874f01f!important}.ar-req-pin--notfound{border-color:#f59e0b!important;box-shadow:0 0 0 3px #f59e0b1a!important}.ar-req-pin-badge{display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:700;padding:4px 10px;border-radius:20px;width:fit-content;animation:ar-fadein .2s ease}.ar-req-pin-badge--live{background:#eef4ff;color:#2874f0;border:1px solid #93bcf5}.ar-req-pin-badge--no{background:#fffbeb;color:#b45309;border:1px solid #fde68a}.ar-req-pin-live-info{display:flex;align-items:center;gap:8px;background:#eef4ff;border:1px solid #93bcf5;border-radius:10px;padding:10px 14px;font-size:12px;color:#1a5cc7;animation:ar-fadein .25s ease;flex-wrap:wrap}.ar-req-pin-live-dot{width:7px;height:7px;border-radius:50%;background:#2874f0;flex-shrink:0;animation:ar-blink 1.4s ease-in-out infinite}.ar-req-pin-live-info span{flex:1}.ar-req-pin-book{background:#2874f0;color:#fff;border:none;border-radius:8px;padding:6px 14px;font-size:12px;font-weight:700;cursor:pointer;font-family:inherit;white-space:nowrap;flex-shrink:0;transition:background .15s}.ar-req-pin-book:hover{background:#1a5cc7}@media (max-width: 960px){.ar-wrap{padding-bottom:72px}}@media (max-width: 640px){.ar-wrap{padding-bottom:72px;overflow-x:hidden}.ar-hero{grid-template-columns:1fr;min-height:auto}.ar-hero-left{padding:24px 16px 20px;border-right:none;border-bottom:1px solid #e8ecf0}.ar-hero-right{min-height:220px;max-height:280px}.ar-map-img-full{object-position:center top}.ar-hero-title{font-size:clamp(24px,6.5vw,34px);margin-bottom:12px}.ar-pill{font-size:11px;padding:5px 12px;margin-bottom:16px}.ar-hero-sub{font-size:13px;margin-bottom:20px}.ar-form{flex-direction:row;border-radius:12px;margin-bottom:12px}.ar-form-input-wrap{padding:0 10px}.ar-form-input{font-size:14px;padding:12px 0;letter-spacing:2px}.ar-form-btn{padding:0 12px;font-size:11px}.ar-quick-pins{gap:6px;margin-bottom:14px}.ar-quick-pin{font-size:11px;padding:4px 10px}.ar-result{padding:12px 14px;gap:10px}.ar-result-title{font-size:13px}.ar-stats{flex-direction:column;align-items:stretch}.ar-stats-item{padding:10px 16px;justify-content:center}.ar-stats-div{width:100%;height:1px}.ar-stats-val{font-size:18px}.ar-zones-section{padding:28px 14px 24px}.ar-zones-head{margin-bottom:20px}.ar-zone-header{padding:14px;gap:8px;flex-wrap:wrap}.ar-zone-num{font-size:26px;width:32px}.ar-zone-city{font-size:15px}.ar-zone-area{font-size:11px}.ar-zone-meta{align-items:flex-start;flex-direction:row;flex-wrap:wrap;gap:6px}.ar-zone-cols{grid-template-columns:1fr;gap:12px}.ar-zone-body{padding:0 14px 16px}.ar-zone-book{padding:10px 20px;font-size:13px;width:100%}.ar-coming-section{padding:28px 14px}.ar-coming-head{margin-bottom:16px}.ar-section-title{font-size:clamp(20px,5vw,30px)}.ar-section-sub{font-size:13px}.ar-request-section{padding:28px 14px}.ar-request-inner{gap:28px}.ar-request-title{font-size:clamp(22px,5.5vw,32px)}.ar-request-sub{font-size:13px;margin-bottom:20px}.ar-req-stat-num{font-size:24px}.ar-req-form{padding:18px 14px}.ar-req-fields{grid-template-columns:1fr;gap:12px}.ar-req-form-title{font-size:15px}.ar-cta{padding:48px 16px}.ar-cta-btns{flex-direction:column;gap:10px}.ar-cta-primary,.ar-cta-ghost{width:100%;justify-content:center}.ar-map-pin-tooltip{display:none}}@media (max-width: 1024px){.ar-hero{grid-template-columns:1fr;min-height:auto}.ar-hero-left{border-right:none;border-bottom:1px solid #e8ecf0;padding:60px 32px}.ar-hero-right{padding:0;min-height:320px}.ar-india-map{max-width:260px}.ar-mid-section{grid-template-columns:1fr}.ar-request-inner{grid-template-columns:1fr;gap:40px}}@media (max-width: 768px){.ar-hero-left{padding:40px 20px}.ar-hero-right{min-height:240px}.ar-stats{flex-direction:row;flex-wrap:wrap}.ar-stats-item{padding:14px 18px;flex:1;min-width:100px;justify-content:center}.ar-stats-div{width:1px;height:32px}.ar-zones-section{padding:40px 16px 32px}.ar-zone-header{flex-wrap:wrap;gap:12px;padding:18px 20px}.ar-zone-num{font-size:36px;width:44px}.ar-zone-cols{grid-template-columns:1fr;gap:16px}.ar-mid-section{padding:48px 16px}.ar-coming-section{padding:40px 16px}.ar-coming-grid{grid-template-columns:1fr 1fr;gap:12px}.ar-cta{padding:64px 20px}.ar-request-section{padding:48px 16px}.ar-req-fields{grid-template-columns:1fr}.ar-req-form{padding:24px}}@media (max-width: 480px){.ar-wrap{overflow-x:hidden;padding-bottom:72px}.ar-hero{grid-template-columns:1fr;min-height:auto}.ar-hero-left{padding:22px 14px 18px;border-right:none;border-bottom:1px solid #e8ecf0}.ar-hero-right{min-height:190px;max-height:230px}.ar-map-img-full{object-position:center top}.ar-hero-title{font-size:24px;letter-spacing:-.8px;margin-bottom:10px;line-height:1.2}.ar-pill{font-size:11px;padding:5px 12px;margin-bottom:12px}.ar-hero-sub{font-size:13px;margin-bottom:16px;line-height:1.6;max-width:100%}.ar-map-pin-tooltip{display:none}.ar-form{border-radius:12px;margin-bottom:10px}.ar-form-input-wrap{padding:0 10px}.ar-form-input{font-size:15px;padding:13px 0;letter-spacing:2px}.ar-form-btn{padding:0 14px;font-size:12px;min-height:46px}.ar-quick-pins{gap:6px;margin-bottom:10px}.ar-quick-pin{font-size:11px;padding:5px 10px}.ar-result{padding:11px 12px;gap:10px;flex-direction:column}.ar-result-body{width:100%}.ar-result-cta{width:100%;justify-content:center;text-align:center}.ar-stats{flex-direction:row;flex-wrap:nowrap;overflow-x:auto;justify-content:flex-start;scrollbar-width:none;-webkit-overflow-scrolling:touch}.ar-stats::-webkit-scrollbar{display:none}.ar-stats-item{padding:12px 14px;flex-shrink:0;flex-direction:column;align-items:center;gap:3px}.ar-stats-div{width:1px;height:28px;flex-shrink:0}.ar-stats-val{font-size:15px}.ar-stats-label{font-size:9px;text-align:center;white-space:nowrap}.ar-zones-section{padding:22px 12px 18px}.ar-zones-head{margin-bottom:14px}.ar-section-title{font-size:19px}.ar-section-sub{font-size:12px}.ar-zone-card{border-radius:14px}.ar-zone-header{padding:12px;gap:8px}.ar-zone-num{font-size:22px;width:26px}.ar-zone-city{font-size:14px}.ar-zone-area{font-size:11px}.ar-zone-meta{flex-direction:row;flex-wrap:wrap;gap:5px;align-items:center}.ar-zone-cols{grid-template-columns:1fr;gap:12px}.ar-zone-body{padding:0 12px 14px}.ar-zone-book{padding:11px 16px;font-size:13px;width:100%;border-radius:10px}.ar-coming-section{padding:22px 12px 18px}.ar-coming-head{margin-bottom:12px}.ar-coming-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid;overflow:visible}.ar-coming-card{border-radius:12px;flex:unset;max-width:unset;scroll-snap-align:unset}.ar-coming-top{padding:14px 12px 0}.ar-coming-city{font-size:14px}.ar-coming-state{font-size:11px}.ar-coming-notify{font-size:11px;padding:10px;width:calc(100% - 24px);margin:10px 12px 12px;justify-content:center}.ar-request-section{padding:22px 12px}.ar-request-inner{gap:18px;grid-template-columns:1fr}.ar-request-title{font-size:20px;margin-bottom:8px;font-weight:700;font-family:inherit}.ar-request-sub{font-size:13px;margin-bottom:14px}.ar-req-stat-num{font-size:20px}.ar-req-stat-lbl{font-size:11px}.ar-req-stat-div{margin:0 14px}.ar-req-form{padding:16px 12px;border-radius:14px}.ar-req-form-head{margin-bottom:16px}.ar-req-form-title{font-size:14px}.ar-req-fields{grid-template-columns:1fr;gap:10px;margin-bottom:12px}.ar-req-submit{padding:13px;font-size:13px}.ar-cta{padding:44px 14px}.ar-cta-title{font-size:22px}.ar-cta-sub{font-size:13px;margin-bottom:24px}.ar-cta-btns{flex-direction:column;gap:10px}.ar-cta-primary,.ar-cta-ghost{width:100%;justify-content:center;padding:13px 20px;font-size:14px}.np-overlay{padding:12px}.np-box{padding:26px 16px 18px;border-radius:16px;max-width:100%}.np-title{font-size:14px}.np-icon{font-size:28px;margin-bottom:8px}.np-submit{padding:12px;font-size:13px}.np-done-title{font-size:17px}}@media (max-width: 360px){.ar-hero-title{font-size:21px}.ar-coming-grid{grid-template-columns:1fr}.ar-form-btn{padding:0 10px;font-size:11px}.ar-stats-item{padding:10px}}.prof-page{min-height:100vh;background:#f0f2f5;padding:36px 20px 72px}.prof-container{max-width:900px;margin:0 auto;display:flex;flex-direction:column;gap:24px}.prof-loading{min-height:60vh;display:flex;align-items:center;justify-content:center}.prof-loading-spin{width:40px;height:40px;border:3px solid #e2e8f0;border-top-color:#0f172a;border-radius:50%;animation:prof-spin .7s linear infinite}@keyframes prof-spin{to{transform:rotate(360deg)}}.prof-hero{background:#fff;border-radius:22px;overflow:hidden;box-shadow:0 2px 16px #00000014;position:relative}.prof-hero-bg{height:120px;background:linear-gradient(120deg,#0f172a,#1e3a5f 45%,#0369a1);position:relative}.prof-hero-bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(rgba(255,255,255,.07) 1px,transparent 1px);background-size:20px 20px}.prof-hero-content{padding:0 32px 28px;display:flex;align-items:flex-end;gap:22px;flex-wrap:wrap;margin-top:-44px;position:relative;z-index:1}.prof-avatar-wrap{position:relative;flex-shrink:0}.prof-avatar{width:96px;height:96px;border-radius:50%;background:linear-gradient(135deg,#0f172a,#334155);border:4px solid #fff;display:flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:0 6px 24px #0000002e}.prof-avatar-img{width:100%;height:100%;object-fit:cover}.prof-avatar-initials{font-size:30px;font-weight:900;color:#fff;letter-spacing:-1px}.prof-avatar-edit{position:absolute;bottom:3px;right:3px;width:28px;height:28px;border-radius:50%;background:#0f172a;border:2.5px solid #fff;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s,transform .15s;box-shadow:0 2px 8px #0003}.prof-avatar-edit:hover{background:#1e293b;transform:scale(1.1)}.prof-hero-info{flex:1;padding-top:48px;min-width:0}.prof-hero-name{font-size:24px;font-weight:900;color:#0f172a;letter-spacing:-.5px;margin-bottom:3px;line-height:1.2}.prof-hero-email{font-size:13.5px;color:#64748b;margin-bottom:10px;font-weight:500}.prof-hero-badge{display:inline-flex;align-items:center;gap:5px;padding:5px 13px;border-radius:20px;font-size:12px;font-weight:700;letter-spacing:.1px}.prof-hero-badge--ok{background:#f0fdf4;color:#15803d;border:1px solid #bbf7d0}.prof-hero-badge--warn{background:#fffbeb;color:#92400e;border:1px solid #fde68a}.prof-hero-actions{padding-top:48px;flex-shrink:0;display:flex;align-items:flex-end}.prof-edit-btn{display:flex;align-items:center;gap:8px;padding:12px 22px;background:#0f172a;color:#fff;border:none;border-radius:12px;font-size:14px;font-weight:700;cursor:pointer;font-family:inherit;letter-spacing:.1px;transition:background .15s,transform .1s,box-shadow .15s;box-shadow:0 2px 10px #0f172a40}.prof-edit-btn:hover{background:#1e293b;transform:translateY(-1px);box-shadow:0 4px 16px #0f172a4d}.prof-edit-actions{display:flex;gap:10px;align-items:center}.prof-cancel-btn{padding:12px 20px;background:#fff;color:#0f172a;border:2px solid #0f172a;border-radius:12px;font-size:14px;font-weight:700;cursor:pointer;font-family:inherit;letter-spacing:.1px;transition:all .15s}.prof-cancel-btn:hover{background:#0f172a;color:#fff}.prof-save-btn{padding:12px 22px;background:#0f172a;color:#fff;border:2px solid #0f172a;border-radius:12px;font-size:14px;font-weight:700;cursor:pointer;font-family:inherit;display:flex;align-items:center;gap:7px;letter-spacing:.1px;transition:background .15s,transform .1s,box-shadow .15s;box-shadow:0 2px 10px #0f172a40}.prof-save-btn:hover{background:#1e293b;border-color:#1e293b;transform:translateY(-1px);box-shadow:0 4px 16px #0f172a4d}.prof-save-btn:disabled{opacity:.65;cursor:not-allowed;transform:none;box-shadow:none}.prof-spin{width:15px;height:15px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:prof-spin .7s linear infinite;display:inline-block}.prof-saved-toast{position:absolute;bottom:20px;left:50%;transform:translate(-50%);background:#0f172a;color:#fff;padding:9px 22px;border-radius:24px;font-size:13px;font-weight:600;white-space:nowrap;box-shadow:0 4px 20px #0003;animation:prof-toast .3s cubic-bezier(.22,1,.36,1);z-index:10}@keyframes prof-toast{0%{opacity:0;transform:translate(-50%) translateY(10px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.prof-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.prof-card{background:#fff;border-radius:18px;padding:24px 26px;box-shadow:0 2px 12px #0000000f;border:1px solid rgba(0,0,0,.04);transition:box-shadow .2s}.prof-card:hover{box-shadow:0 4px 24px #00000017}.prof-card--full{grid-column:1 / -1}.prof-card-head{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:800;color:#0f172a;margin-bottom:20px;padding-bottom:14px;border-bottom:2px solid #f1f5f9;letter-spacing:-.1px}.prof-card-head svg{background:#f1f5f9;padding:6px;border-radius:8px;width:28px;height:28px;box-sizing:content-box;flex-shrink:0}.prof-fields{display:grid;grid-template-columns:1fr 1fr;gap:16px}.prof-fields--3{grid-template-columns:1fr 1fr 1fr}.prof-field-label{font-size:10.5px;font-weight:800;color:#94a3b8;text-transform:uppercase;letter-spacing:.6px;margin-bottom:5px}.prof-field-val{font-size:14.5px;font-weight:600;color:#0f172a;line-height:1.4}.prof-field-empty{color:#cbd5e1;font-style:italic;font-weight:400;font-size:13px}.prof-input{width:100%;padding:10px 14px;border:1.5px solid #e2e8f0;border-radius:10px;font-size:14px;font-family:inherit;color:#0f172a;outline:none;background:#f8fafc;transition:border-color .15s,box-shadow .15s,background .15s;box-sizing:border-box}.prof-input:focus{border-color:#0f172a;background:#fff;box-shadow:0 0 0 3px #0f172a14}.prof-textarea{resize:none}select.prof-input{cursor:pointer}.prof-quick{display:grid;grid-template-columns:1fr 1fr;gap:16px}.prof-quick-btn{display:flex;align-items:center;justify-content:center;gap:10px;padding:18px 20px;background:#0f172a;color:#fff;border:none;border-radius:16px;font-size:15px;font-weight:700;cursor:pointer;font-family:inherit;letter-spacing:.1px;transition:background .15s,transform .1s,box-shadow .15s;box-shadow:0 2px 12px #0f172a33}.prof-quick-btn:hover{background:#1e293b;transform:translateY(-2px);box-shadow:0 6px 20px #0f172a47}@media (max-width: 680px){.prof-page{padding:20px 14px 60px}.prof-grid{grid-template-columns:1fr}.prof-card--full{grid-column:1}.prof-fields{grid-template-columns:1fr}.prof-fields--3{grid-template-columns:1fr 1fr}.prof-hero-content{flex-direction:column;align-items:flex-start;gap:10px;padding:0 20px 24px}.prof-hero-actions{padding-top:0;width:100%}.prof-edit-actions{width:100%}.prof-cancel-btn,.prof-save-btn,.prof-edit-btn{flex:1;justify-content:center}.prof-hero-info{padding-top:0}.prof-quick{grid-template-columns:1fr}}.mpro-root{min-height:100vh;background:#fff;display:flex;flex-direction:column;font-family:DM Sans,Inter,sans-serif}.mpro-body{flex:1;padding:28px 20px 60px}.mpro-title{font-size:26px;font-weight:800;color:#0f172a;letter-spacing:-.5px;margin-bottom:22px}.mpro-login-btn{display:inline-flex;align-items:center;padding:12px 28px;background:#e07b2a;color:#fff;border:none;border-radius:12px;font-size:15px;font-weight:700;cursor:pointer;font-family:inherit;letter-spacing:.1px;transition:background .15s,transform .12s;margin-bottom:24px;box-shadow:0 3px 12px #e07b2a4d}.mpro-login-btn:active{background:#c96c1e;transform:scale(.97)}.mpro-divider{height:1px;background:#f0f0f4;margin:0 -20px 4px}.mpro-about-row{display:flex;align-items:center;gap:14px;width:100%;padding:16px 0;background:none;border:none;border-bottom:1px solid #f0f0f4;cursor:pointer;font-family:inherit;text-align:left}.mpro-about-logo{width:36px;height:36px;border-radius:9px;background:#0f172a;display:flex;align-items:center;justify-content:center;flex-shrink:0}.mpro-jw-mark{font-size:13px;font-weight:800;color:#fff;letter-spacing:-.5px}.mpro-about-label{flex:1;font-size:15px;font-weight:600;color:#0f172a}.mpro-about-chevron{color:#94a3b8;transition:transform .2s;flex-shrink:0}.mpro-about-chevron--open{transform:rotate(90deg)}.mpro-about-panel{padding:16px 4px 4px;animation:mpro-slide-in .18s ease}@keyframes mpro-slide-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.mpro-about-para{font-size:14px;line-height:1.7;color:#1a1a1a;margin:0 0 14px;font-weight:400}.mpro-about-para:last-child{margin-bottom:0}.mpro-phase-wrap{min-height:100vh;background:#fff;display:flex;align-items:center;justify-content:center}.mpro-scroll-spinner{width:36px;height:36px;border:3px solid #e2e8f0;border-top-color:#0f172a;border-radius:50%;animation:mpro-spin .75s linear infinite}@keyframes mpro-spin{to{transform:rotate(360deg)}}.mpro-sk{border-radius:8px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:mpro-shimmer 1.4s ease-in-out infinite}@keyframes mpro-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.mpro-sk-title{height:28px;width:120px;margin-bottom:24px}.mpro-sk-btn{height:46px;width:180px;border-radius:12px;margin-bottom:26px}.mpro-sk-divider{height:1px;width:100%;margin-bottom:8px}.mpro-sk-row{height:52px;width:100%;margin-bottom:2px;border-radius:10px}.mpro-login-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:9999;display:flex;align-items:flex-end;justify-content:center}.mpro-login-sheet{background:#fff;width:100%;max-width:480px;min-height:92vh;max-height:100vh;border-radius:20px 20px 0 0;overflow-y:auto;padding:0 24px 40px;position:relative;animation:mpro-sheet-up .32s cubic-bezier(.22,1,.36,1)}@keyframes mpro-sheet-up{0%{transform:translateY(60px);opacity:0}to{transform:translateY(0);opacity:1}}.mpro-sheet-back{display:flex!important;margin:16px 0 20px -6px}.rp-wrap{display:flex;min-height:100vh;background:#f8fafc}.rp-sidebar{width:300px;flex-shrink:0;background:#0f172a;padding:40px 28px;display:flex;flex-direction:column;gap:32px;position:sticky;top:0;height:100vh;overflow:hidden}.rp-sidebar-logo{display:flex;align-items:center;gap:10px;margin-bottom:24px;cursor:pointer;width:fit-content}.rp-sidebar-logo-box{width:40px;height:40px;background:#1a6bff;border-radius:10px;color:#fff;font-size:13px;font-weight:900;display:flex;align-items:center;justify-content:center}.rp-sidebar-brand{font-size:17px;font-weight:800}.rp-brand-just{color:#fff}.rp-brand-worker{color:#1a6bff}.rp-sidebar-tagline{font-size:22px;font-weight:900;color:#fff;letter-spacing:-.5px;line-height:1.2;margin-bottom:10px}.rp-sidebar-sub{font-size:13px;color:#64748b;line-height:1.6}.rp-sidebar-pills{display:flex;flex-direction:column;gap:8px}.rp-sidebar-pill{background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:7px 14px;font-size:12.5px;font-weight:600;color:#cbd5e1;width:fit-content}.rp-sidebar-stats{display:flex;flex-direction:column;gap:16px}.rp-stat-val{font-size:22px;font-weight:900;color:#fff;letter-spacing:-.5px}.rp-stat-label{font-size:12px;color:#64748b;font-weight:500;margin-top:2px}.rp-sidebar-img-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:auto}.rp-sidebar-img-grid img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:10px;opacity:.7}.rp-main{flex:1;overflow-y:auto;padding:48px 40px}.rp-main-inner{max-width:680px;margin:0 auto}.rp-head{margin-bottom:32px}.rp-title{font-size:26px;font-weight:900;color:#0f172a;letter-spacing:-.5px;margin-bottom:6px}.rp-sub{font-size:14px;color:#64748b;font-weight:500}.rp-section-label{font-size:11px;font-weight:800;color:#94a3b8;text-transform:uppercase;letter-spacing:1px;padding-bottom:10px;border-bottom:1.5px solid #f1f5f9;margin-bottom:4px}.rp-form{display:flex;flex-direction:column;gap:16px}.rp-field{display:flex;flex-direction:column;gap:6px}.rp-field label{font-size:13px;font-weight:700;color:#374151}.rp-req{color:#ef4444}.rp-field input,.rp-field textarea{width:100%;padding:11px 14px;border:1.5px solid #e2e8f0;border-radius:10px;font-size:14px;font-family:inherit;color:#0f172a;outline:none;background:#fff;transition:border-color .15s,box-shadow .15s;box-sizing:border-box;resize:none}.rp-field input:focus,.rp-field textarea:focus{border-color:#1a6bff;box-shadow:0 0 0 3px #1a6bff1a}.rp-field input[type=date]{color:#0f172a}.rp-row-3{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px}.rp-row-2{display:grid;grid-template-columns:1fr 1fr;gap:12px}.rp-gender-row{display:flex;gap:8px}.rp-gender-btn{flex:1;padding:10px 6px;border:1.5px solid #e2e8f0;border-radius:10px;background:#fff;font-size:13px;font-weight:600;color:#64748b;cursor:pointer;font-family:inherit;display:flex;align-items:center;justify-content:center;gap:5px;transition:all .15s}.rp-gender-btn:hover{border-color:#1a6bff;color:#1a6bff}.rp-gender-btn--on{border-color:#0f172a;background:#0f172a;color:#fff}.rp-input-row{display:flex;gap:8px;align-items:center}.rp-input-row input{flex:1}.rp-otp-btn{padding:11px 16px;background:#0f172a;color:#fff;border:none;border-radius:10px;font-size:13px;font-weight:700;cursor:pointer;font-family:inherit;white-space:nowrap;flex-shrink:0;transition:background .15s;display:flex;align-items:center;gap:6px}.rp-otp-btn:hover{background:#1e293b}.rp-otp-btn--off{background:#e2e8f0;color:#94a3b8;cursor:not-allowed}.rp-email-err{display:flex;align-items:center;gap:8px;background:#fff5f5;border:1px solid #fecaca;color:#dc2626;border-radius:8px;padding:8px 12px;font-size:13px;font-weight:600}.rp-otp-boxes{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.rp-otp-box{width:44px!important;height:50px;text-align:center;font-size:20px;font-weight:800;border:1.5px solid #e2e8f0;border-radius:10px;background:#f8fafc;outline:none;padding:0!important;flex-shrink:0;color:#0f172a;transition:border-color .15s,box-shadow .15s}.rp-otp-box:focus{border-color:#1a6bff;box-shadow:0 0 0 3px #1a6bff1a}.rp-otp-box--on{border-color:#1a6bff;background:#eff6ff}.rp-verify-btn{padding:11px 16px;background:#f1f5f9;color:#0f172a;border:1.5px solid #e2e8f0;border-radius:10px;font-size:13px;font-weight:700;cursor:pointer;font-family:inherit;white-space:nowrap;flex-shrink:0;transition:all .15s}.rp-verify-btn:hover{background:#0f172a;color:#fff;border-color:#0f172a}.rp-verified{display:inline-flex;align-items:center;gap:7px;background:#f0fdf4;color:#15803d;border:1px solid #bbf7d0;border-radius:8px;padding:8px 14px;font-size:13px;font-weight:700}.rp-phone-wrap{display:flex;align-items:center;border:1.5px solid #e2e8f0;border-radius:10px;overflow:hidden;background:#fff;transition:border-color .15s}.rp-phone-wrap:focus-within{border-color:#1a6bff;box-shadow:0 0 0 3px #1a6bff1a}.rp-phone-flag{padding:11px 12px 11px 14px;font-size:13.5px;font-weight:700;color:#374151;border-right:1.5px solid #e2e8f0;flex-shrink:0;white-space:nowrap;background:#f8fafc}.rp-phone-wrap input{border:none!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;flex:1;padding-left:12px!important}.rp-spin{width:18px;height:18px;flex-shrink:0;border:2px solid #e2e8f0;border-top-color:#1a6bff;border-radius:50%;animation:rp-spin .7s linear infinite}@keyframes rp-spin{to{transform:rotate(360deg)}}.rp-pin-msg{font-size:12.5px;font-weight:600;padding:8px 12px;border-radius:8px;line-height:1.5}.rp-pin-msg--ok{background:#f0fdf4;color:#15803d;border:1px solid #bbf7d0}.rp-pin-msg--warn{background:#fffbeb;color:#92400e;border:1px solid #fde68a}.rp-pass-wrap{position:relative}.rp-pass-wrap input{padding-right:44px!important}.rp-eye{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center}.rp-err-sm{font-size:12px;color:#ef4444;font-weight:600}.rp-err-box{background:#fff5f5;border:1px solid #fecaca;color:#dc2626;border-radius:10px;padding:10px 14px;font-size:13px;font-weight:500}.rp-submit{width:100%;padding:14px;background:#0f172a;color:#fff;border:none;border-radius:11px;font-size:15px;font-weight:800;cursor:pointer;font-family:inherit;letter-spacing:.1px;transition:background .15s,transform .1s,box-shadow .15s;box-shadow:0 2px 12px #0f172a33;margin-top:8px}.rp-submit:hover{background:#1e293b;transform:translateY(-1px);box-shadow:0 4px 18px #0f172a47}.rp-submit:active{transform:translateY(0)}.rp-submit--off{background:#e2e8f0;color:#94a3b8;cursor:not-allowed;box-shadow:none;transform:none}.rp-submit--off:hover{background:#e2e8f0;transform:none;box-shadow:none}.rp-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:rp-spin .7s linear infinite;display:inline-block}.rp-login-note{text-align:center;font-size:14px;color:#64748b;margin-top:4px}.rp-login-link{color:#1a6bff;font-weight:700;text-decoration:underline;text-underline-offset:2px}.rp-login-link:hover{color:#1558d6}.rp-success{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#f8fafc;text-align:center;padding:40px}.rp-success-ring{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#0f172a,#22c55e);display:flex;align-items:center;justify-content:center;margin-bottom:24px;box-shadow:0 0 0 12px #22c55e1a}.rp-success-title{font-size:26px;font-weight:900;color:#0f172a;margin-bottom:10px}.rp-success-sub{font-size:15px;color:#64748b}@media (max-width: 860px){.rp-sidebar{display:none}.rp-main{padding:32px 20px}.rp-row-3,.rp-row-2{grid-template-columns:1fr}}*{box-sizing:border-box}.bal-root{min-height:100vh;background:#f2f3f7;font-family:inherit}.bal-hero{background:#111;text-align:center;padding:20px 24px 64px;position:relative}.bal-hero-back{position:absolute;left:20px;top:32px;background:none;border:none;cursor:pointer;color:#fff;display:flex;align-items:center}.bal-hero-heading{display:none}.bal-hero-amount{font-size:56px;font-weight:900;color:#fff;letter-spacing:-3px;line-height:1;margin-bottom:20px;font-variant-numeric:tabular-nums}.bal-hero-saved-pill{display:inline-flex;align-items:center;gap:8px;background:#1e1e1e;border:1px solid #333;border-radius:999px;padding:8px 18px;font-size:13px;color:#ccc;font-weight:500}.bal-hero-saved-icon{width:22px;height:22px;border-radius:50%;background:linear-gradient(135deg,#f59e0b,#10b981);display:flex;align-items:center;justify-content:center;font-size:12px}.bal-content{max-width:560px;margin:-36px auto 0;padding:0 16px 80px;position:relative;z-index:2}@media (min-width: 900px){.bal-content{max-width:700px}.bal-hero{padding:48px 24px 80px}.bal-hero-amount{font-size:72px}}.bal-wallet-card{background:#fff;border-radius:20px;box-shadow:0 4px 32px #0000001a;overflow:hidden;margin-bottom:16px}.bal-wallet-row{display:grid;grid-template-columns:1fr 1fr}.bal-wallet-cell{padding:20px 18px 18px}.bal-wallet-cell:first-child{border-right:1px solid #f0f0f0}.bal-wallet-cell-top{display:flex;align-items:center;gap:10px;margin-bottom:14px}.bal-wallet-img{width:38px;height:38px;object-fit:contain;flex-shrink:0}.bal-wallet-img-placeholder{width:38px;height:38px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}.bal-wallet-img-placeholder--money{background:#e0f2fe}.bal-wallet-img-placeholder--max{background:#fef3c7}.bal-wallet-cell-amount{font-size:20px;font-weight:800;color:#111;font-variant-numeric:tabular-nums;letter-spacing:-.5px}.bal-wallet-cell-label{font-size:12px;color:#888;font-weight:500;margin-top:1px}.bal-cta-btn{width:100%;padding:11px 0;border-radius:10px;border:none;font-size:14px;font-weight:700;cursor:pointer;font-family:inherit;transition:opacity .15s}.bal-cta-btn:disabled{opacity:.45;cursor:default}.bal-cta-btn--blue{background:#dbeafe;color:#2563eb}.bal-cta-btn--grey{background:#f3f4f6;color:#9ca3af}.bal-cta-btn--purple{background:#ede9fe;color:#7c3aed}.bal-cta-btn--dark{background:#111;color:#fff}.bal-cta-btn--ghost{background:transparent;border:1.5px dashed #d1d5db;color:#6b7280;margin-top:8px}.bal-section{margin-bottom:16px}.bal-benefits-card{background:#fff;border-radius:20px;padding:24px 0 0;box-shadow:0 2px 16px #0000000f;margin-bottom:16px}.bal-benefits-heading{text-align:center;font-size:17px;font-weight:800;color:#111;margin-bottom:20px;padding:0 20px;line-height:1.4}.bal-benefits-grid{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid #f0f0f0}.bal-benefit-cell{padding:22px 16px 20px;text-align:center;border-right:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0}.bal-benefit-cell:nth-child(2n){border-right:none}.bal-benefit-cell:nth-child(3),.bal-benefit-cell:nth-child(4){border-bottom:none}.bal-benefit-icon-wrap{margin:0 auto 12px;display:flex;align-items:center;justify-content:center;width:52px;height:52px}.bal-benefit-name{font-size:13px;font-weight:800;color:#111;margin-bottom:6px}.bal-benefit-desc{font-size:11px;color:#888;line-height:1.5}.bal-more-heading{font-size:16px;font-weight:800;color:#111;margin-bottom:10px;padding:0 2px}.bal-options-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 12px #0000000d}.bal-option-row{width:100%;display:flex;align-items:center;justify-content:space-between;padding:16px 18px;background:none;border:none;cursor:pointer;font-family:inherit;border-bottom:1px solid #f5f5f5}.bal-option-row:last-child{border-bottom:none}.bal-option-label{font-size:14px;font-weight:600;color:#111;text-align:left}.bal-toast{background:#f0fdf4;border:1.5px solid #bbf7d0;border-radius:12px;padding:12px 16px;font-size:13px;color:#15803d;font-weight:600;margin-bottom:14px}.bal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:9999;display:flex;align-items:flex-end;justify-content:center}@media (min-width: 600px){.bal-overlay{align-items:center}.bal-sheet{border-radius:20px!important}}.bal-sheet{background:#fff;border-radius:20px 20px 0 0;width:100%;max-width:480px;padding-bottom:32px;box-shadow:0 -8px 40px #0000002e}.bal-sheet-handle{width:40px;height:4px;background:#e5e7eb;border-radius:99px;margin:12px auto 0}.bal-sheet-head{display:flex;align-items:center;justify-content:space-between;padding:16px 20px 12px;border-bottom:1px solid #f3f4f6}.bal-sheet-title{font-size:16px;font-weight:800;color:#111}.bal-sheet-sub{font-size:11px;color:#aaa;margin-top:2px}.bal-sheet-close-btn{width:28px;height:28px;border-radius:50%;border:1px solid #e5e7eb;background:#f9fafb;cursor:pointer;display:flex;align-items:center;justify-content:center}.bal-sheet-body{padding:18px 20px 0}.bal-amt-wrap{display:flex;align-items:center;border:2px solid #e5e7eb;border-radius:12px;overflow:hidden;margin-bottom:12px}.bal-amt-symbol{padding:12px 8px 12px 14px;font-size:22px;font-weight:700;color:#9ca3af}.bal-amt-input{flex:1;border:none;outline:none;font-size:26px;font-weight:800;color:#111;font-family:inherit;padding:10px 14px 10px 0;background:transparent}.bal-quick-row{display:flex;gap:8px;margin-bottom:16px}.bal-quick-pill{flex:1;padding:9px 0;border-radius:10px;font-size:13px;font-weight:700;cursor:pointer;font-family:inherit;border:1.5px solid #e5e7eb;background:#fff;color:#555;transition:all .15s}.bal-quick-pill--active{border-color:#111;background:#111;color:#fff}.bal-sheet-err{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;font-size:12px;font-weight:600;border-radius:9px;padding:8px 12px;margin-bottom:10px}.bal-sheet-info{background:#fffbeb;border:1px solid #fde68a;border-radius:10px;padding:10px 14px;margin-bottom:14px;font-size:12px;color:#92400e;line-height:1.5}.bal-sheet-text-input{width:100%;border:2px solid #e5e7eb;border-radius:12px;padding:14px;font-size:15px;font-family:inherit;outline:none;margin-bottom:12px}.bal-sheet-hint{font-size:12px;color:#6b7280;margin-bottom:12px;line-height:1.5}.bal-anim-card{margin-bottom:16px;perspective:1000px}.bal-anim-card-inner{background:linear-gradient(135deg,#1a1a2e,#16213e 40%,#0f3460,#1a1a2e);border-radius:20px;padding:28px 24px 22px;position:relative;overflow:hidden;min-height:180px;box-shadow:0 8px 40px #0000004d;animation:bal-card-float 4s ease-in-out infinite}@keyframes bal-card-float{0%,to{transform:translateY(0) rotateX(0)}50%{transform:translateY(-6px) rotateX(2deg)}}.bal-anim-glow{position:absolute;width:220px;height:220px;background:radial-gradient(circle,rgba(229,111,26,.35) 0%,transparent 70%);border-radius:50%;bottom:-80px;right:-60px;animation:bal-glow-pulse 3s ease-in-out infinite}@keyframes bal-glow-pulse{0%,to{transform:scale(1);opacity:.6}50%{transform:scale(1.2);opacity:1}}.bal-anim-chip{margin-bottom:20px}.bal-anim-logo{position:absolute;top:24px;right:24px;width:40px;height:40px;background:#ffffff1f;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:900;color:#fff;letter-spacing:-.5px;border:1px solid rgba(255,255,255,.2)}.bal-anim-number{font-size:15px;font-weight:600;color:#ffffffb3;letter-spacing:3px;margin-bottom:18px;font-family:Courier New,monospace}.bal-anim-footer{display:flex;align-items:flex-end;justify-content:space-between}.bal-anim-label{font-size:10px;font-weight:700;color:#ffffff80;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:3px}.bal-anim-name{font-size:14px;font-weight:700;color:#fff}.bal-anim-wave{display:flex;align-items:center}.bal-faq-card{background:#fff;border-radius:20px;padding:20px 20px 8px;box-shadow:0 2px 16px #0000000f;margin-bottom:16px}.bal-faq-heading{font-size:16px;font-weight:800;color:#111;margin-bottom:14px}.bal-faq-item{border-bottom:1px solid #f3f4f6;padding:14px 0;cursor:pointer}.bal-faq-item:last-child{border-bottom:none}.bal-faq-q{display:flex;align-items:center;justify-content:space-between;font-size:13px;font-weight:700;color:#111;gap:12px}.bal-faq-a{font-size:12px;color:#6b7280;line-height:1.6;margin-top:8px}.bal-benefits-heading{text-align:center;font-size:17px;font-weight:800;color:#111;margin-bottom:16px}.ap-mobile-nav,.ap-mob-menu,.ap-mob-subpage-header{display:none}.ap-root{min-height:100vh;background:#f5f6fa;font-family:DM Sans,Inter,sans-serif;display:flex;flex-direction:column}.ap-topbar{height:64px;background:#fff;display:flex;align-items:center;padding:0 28px;gap:20px;position:sticky;top:0;z-index:100;border-bottom:1px solid #e5e7eb;flex-shrink:0}.ap-topbar-left{flex:0 0 220px}.ap-topbar-center{flex:1;display:flex;justify-content:flex-start;position:relative}.ap-topbar-right{display:flex;align-items:center;gap:8px}.ap-logo-btn{display:flex;align-items:center;gap:12px;background:none;border:none;cursor:pointer;font-family:inherit}.ap-logo-mark{width:46px;height:46px;background:#111;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;color:#fff;letter-spacing:-.5px;flex-shrink:0}.ap-logo-text{display:flex;flex-direction:column;line-height:1.1}.ap-logo-top,.ap-logo-bottom{display:block;font-size:16px;font-weight:700;color:#111;letter-spacing:-.3px}.ap-logo-bottom{margin-top:-2px}.ap-search-box{display:flex;align-items:center;gap:10px;background:#fff;border-radius:30px;padding:10px 20px;width:380px;font-size:14px;color:#94a3b8;box-shadow:0 1px 4px #0000001a}.ap-search-input{border:none;outline:none;background:transparent;font-size:14px;color:#1a1a1a;flex:1;font-family:inherit}.ap-search-input::placeholder{color:#94a3b8}.ap-search-clear{border:none;background:none;color:#94a3b8;cursor:pointer;font-size:18px;line-height:1;padding:0;flex-shrink:0}.ap-search-clear:hover{color:#374151}.ap-search-drop{position:absolute;top:calc(100% + 8px);left:0;right:0;background:#fff;border-radius:16px;box-shadow:0 8px 32px #00000024;border:1px solid #e8eaf0;overflow:hidden;z-index:200;width:380px}.ap-search-drop-item{display:flex;align-items:center;gap:12px;width:100%;padding:12px 16px;background:none;border:none;border-bottom:1px solid #f5f6fa;cursor:pointer;font-family:inherit;text-align:left;transition:background .12s}.ap-search-drop-item:hover{background:#f8fafc}.ap-search-drop-item:last-of-type{border-bottom:none}.ap-search-drop-emoji{font-size:22px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#f5f6fa;border-radius:10px;flex-shrink:0}.ap-search-drop-info{flex:1;min-width:0}.ap-search-drop-name{font-size:14px;font-weight:700;color:#1a1a1a}.ap-search-drop-cat{font-size:12px;color:#94a3b8;margin-top:2px}.ap-search-drop-all{display:flex;align-items:center;justify-content:space-between;width:100%;padding:12px 16px;background:#f8fafc;border:none;border-top:1px solid #e8eaf0;font-size:13px;font-weight:700;color:#1a3a34;cursor:pointer;font-family:inherit;transition:background .12s}.ap-search-drop-all:hover{background:#f0fdf4}.ap-search-drop-empty{padding:20px 16px;font-size:13px;color:#94a3b8;text-align:center}.ap-topbar-icon{width:40px;height:40px;border-radius:10px;background:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#1a3a34;transition:opacity .15s}.ap-topbar-icon:hover{opacity:.85}.ap-body,.ap-body--desktop{display:flex;flex:1;min-height:0}.ap-sidebar{width:240px;background:#fff;border-right:1px solid #e8eaf0;display:flex;flex-direction:column;flex-shrink:0;min-height:calc(100vh - 64px);position:sticky;top:64px;height:calc(100vh - 64px);overflow-y:auto}.ap-sidebar-user{display:flex;align-items:center;gap:12px;padding:22px 18px 18px;border-bottom:1px solid #f0f0f4}.ap-sidebar-avatar{width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,#e0f2fe,#ede9fe);border:2px solid #e2e8f0;display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:800;color:#1a3a34;flex-shrink:0;overflow:hidden}.ap-sidebar-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.ap-sidebar-name{font-size:13px;font-weight:700;color:#1a1a1a}.ap-sidebar-email{font-size:11px;color:#94a3b8;margin-top:1px}.ap-sidebar-nav{display:flex;flex-direction:column;padding:10px 0;flex:1}.ap-nav-item{display:flex;align-items:center;gap:10px;padding:11px 20px;font-size:13.5px;font-weight:500;color:#4b5563;background:none;border:none;cursor:pointer;font-family:inherit;text-align:left;transition:background .12s,color .12s}.ap-nav-icon{display:flex;align-items:center;flex-shrink:0;opacity:.6;transition:opacity .12s}.ap-nav-item:hover .ap-nav-icon,.ap-nav-item--active .ap-nav-icon{opacity:1}.ap-nav-item:hover{background:#f5f6fa;color:#1a1a1a}.ap-nav-item--active{color:#e07b2a;font-weight:700;background:#fff8f2}.ap-nav-item--logout{color:#dc2626;margin-top:auto;padding-top:14px;border-top:1px solid #f5f5f5}.ap-nav-item--logout:hover{background:#fff5f5}.ap-sidebar-footer-user{display:flex;align-items:center;gap:10px;padding:14px 16px;background:#e07b2a;border-radius:12px;margin:10px 12px 16px;flex-shrink:0}.ap-sfooter-avatar{width:36px;height:36px;border-radius:50%;background:#ffffff4d;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:800;color:#fff;flex-shrink:0;overflow:hidden}.ap-sfooter-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.ap-sfooter-info{flex:1;min-width:0}.ap-sfooter-name{font-size:12px;font-weight:700;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ap-sfooter-email{font-size:10px;color:#fffc;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ap-sfooter-add{width:26px;height:26px;border-radius:50%;background:#ffffff40;border:none;color:#fff;font-size:18px;font-weight:400;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;line-height:1}.ap-main{flex:1;padding:32px 36px 48px;max-width:960px}.ap-page-title{font-size:22px;font-weight:800;color:#1a1a1a;letter-spacing:-.4px;margin:0 0 24px}.ap-card{background:#fff;border-radius:16px;border:1px solid #ebebf0;box-shadow:0 1px 8px #0000000d;margin-bottom:20px;overflow:hidden}.ap-profile-header-card{display:flex;align-items:center;gap:24px;padding:28px 32px}.ap-profile-header-avatar-wrap{position:relative;flex-shrink:0}.ap-profile-header-avatar{width:88px;height:88px;border-radius:50%;background:linear-gradient(135deg,#fcd34d,#f59e0b);border:3px solid #fff;box-shadow:0 4px 16px #0000001f;display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:800;color:#fff;overflow:hidden}.ap-profile-header-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.ap-camera-btn{position:absolute;bottom:2px;right:2px;width:26px;height:26px;border-radius:50%;background:#1a3a34;border:2px solid #fff;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer}.ap-profile-header-name{font-size:22px;font-weight:800;color:#1a1a1a;letter-spacing:-.4px}.ap-profile-header-role{font-size:14px;color:#6b7280;margin-top:3px}.ap-profile-header-loc{font-size:13px;color:#6b7280;margin-top:2px}.ap-profile-header-meta{display:flex;flex-wrap:wrap;gap:8px}.ap-profile-meta-pill{background:#e07b2a1a;color:#c96c1e;padding:5px 10px;border-radius:999px;font-size:12px;font-weight:600;display:inline-flex;align-items:center;gap:4px}.ap-profile-meta-pill--green{background:#16a34a1a;color:#15803d}.ap-profile-meta-pill--loc{background:#e07b2a14;color:#c96c1e}.ap-profile-completeness{margin-left:auto;display:flex;flex-direction:column;align-items:flex-end;justify-content:center;gap:8px;min-width:180px;flex-shrink:0}.ap-profile-completeness-label{font-size:13px;color:#6b7280;white-space:nowrap}.ap-profile-completeness-label strong{color:#1a1a1a}.ap-profile-completeness-bar{width:160px;height:5px;background:#e8eaf0;border-radius:999px;overflow:hidden}.ap-profile-completeness-fill{height:100%;background:linear-gradient(90deg,#e07b2a,#f59e0b);border-radius:999px;transition:width .6s ease}@media (max-width: 720px){.ap-profile-completeness{display:none}}.ap-info-card{padding:0}.ap-card-header{display:flex;align-items:center;justify-content:space-between;padding:22px 28px}.ap-card-title{font-size:17px;font-weight:700;color:#1a3a34;margin:0}.ap-card-divider{height:1px;background:#f0f0f4;margin:0}.ap-card-header--spread{justify-content:space-between;gap:16px}.ap-edit-btn{display:flex;align-items:center;gap:6px;padding:8px 18px;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit;transition:background .12s}.ap-edit-btn--primary{background:#e07b2a;color:#fff;border:none}.ap-edit-btn--primary:hover{background:#c96c1e}.ap-edit-btn--outline{background:#fff;color:#1a1a1a;border:1.5px solid #e0e0e8}.ap-edit-btn--outline:hover{background:#f5f6fa}.ap-info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;padding:24px 28px 28px;row-gap:24px}.ap-info-field{display:flex;flex-direction:column;gap:4px}.ap-field-label{font-size:12px;color:#94a3b8;font-weight:500}.ap-field-value{font-size:15px;font-weight:700;color:#1a1a1a}.ap-field-value--large{font-size:28px}.ap-field-input{font-size:14px;font-weight:600;color:#1a1a1a;border:1.5px solid #d1d5db;border-radius:8px;padding:8px 12px;font-family:inherit;outline:none;background:#f9fafb;transition:border-color .15s}.ap-field-input:focus{border-color:#1a3a34;background:#fff}.ap-balance-top{display:flex;justify-content:space-between;flex-wrap:wrap;gap:20px;padding:24px 28px}.ap-balance-summary{display:flex;flex-direction:column;gap:8px;justify-content:center}.ap-balance-chip{background:#10b9811f;color:#047857;font-size:12px;font-weight:700;padding:6px 10px;border-radius:999px;display:inline-flex}.ap-balance-note{color:#6b7280;font-size:13px}.ap-balance-form-row{padding:0 28px 24px}.ap-upi-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:0 28px 18px}.ap-upi-card{display:flex;justify-content:space-between;align-items:center;border:1px solid #e5e7eb;border-radius:18px;padding:16px 18px;background:#fff;color:#1a1a1a;cursor:pointer;transition:border-color .15s,transform .15s}.ap-upi-card:hover{transform:translateY(-1px);border-color:#c96c1e}.ap-upi-card--active{border-color:#c96c1e;box-shadow:0 10px 30px #c96c1e1f}.ap-upi-name{font-weight:700}.ap-upi-id{font-size:13px;color:#6b7280;margin-top:4px}.ap-upi-selected{color:#c96c1e;font-weight:700;font-size:12px}.ap-bank-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;padding:20px 28px 24px}.ap-bank-card{border-radius:20px;color:#fff;padding:24px;display:flex;flex-direction:column;justify-content:flex-start;box-shadow:0 12px 24px #00000040;position:relative;overflow:visible;min-height:260px;height:auto}.ap-bank-card--0{background:linear-gradient(135deg,#1e293b,#0f172a)}.ap-bank-card--1{background:linear-gradient(135deg,#334155,#1e293b)}.ap-bank-card--2{background:linear-gradient(135deg,#475569,#334155)}.ap-bank-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.ap-bank-remove{background:#ffffff1a;border:none;color:#fff;width:30px;height:30px;border-radius:50%;cursor:pointer;font-size:14px;display:flex;align-items:center;justify-content:center}.ap-bank-remove:hover{background:#fff3}.ap-bank-chip{width:45px;height:32px;border-radius:6px;background:linear-gradient(135deg,#fcd34d,#d97706);box-shadow:inset 0 0 0 1px #fff3}.ap-bank-name{font-size:14px;font-weight:600;opacity:.9;margin-top:8px;letter-spacing:.5px}.ap-bank-account{font-size:20px;font-weight:700;letter-spacing:2px;margin:8px 0;font-family:Courier New,monospace}.ap-bank-type{font-size:10px;font-weight:800;letter-spacing:1px;background:#ffffff1a;display:inline-block;padding:2px 8px;border-radius:4px;margin-bottom:12px;text-transform:uppercase}.ap-bank-details{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px;border-top:1px solid rgba(255,255,255,.3);padding-top:14px;width:100%}.ap-bank-field{flex:1 1 28%;min-width:70px;display:flex;flex-direction:column;gap:4px}.ap-bank-label{font-size:9px;text-transform:uppercase;font-weight:800;color:#ffffffb3;letter-spacing:.8px}.ap-bank-value{font-size:12px;font-weight:700;color:#fff;word-break:break-word;line-height:1.4}.ap-empty-state{padding:26px 28px;color:#475569;border:1px dashed #cbd5e1;border-radius:18px;text-align:center;font-size:14px}.ap-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0000008c;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);z-index:99999;display:flex;align-items:center;justify-content:center;padding:20px;box-sizing:border-box;overflow:hidden}.ap-modal{background:#fff;border-radius:24px;padding:36px 28px 28px;width:100%;max-width:360px;text-align:center;box-shadow:0 24px 80px #00000038;margin:auto;position:relative;animation:ap-modal-in .2s cubic-bezier(.34,1.56,.64,1)}@keyframes ap-modal-in{0%{opacity:0;transform:scale(.93) translateY(16px)}to{opacity:1;transform:scale(1) translateY(0)}}.ap-modal-emoji{font-size:44px;margin-bottom:14px}.ap-modal-title{font-size:19px;font-weight:800;color:#0f172a;margin-bottom:8px;letter-spacing:-.3px}.ap-modal-sub{font-size:13.5px;color:#6b7280;margin-bottom:28px;line-height:1.65}.ap-modal-actions{display:flex;gap:10px}.ap-modal-actions button{min-width:0}.ap-modal-cancel{flex:1;padding:13px;background:#f1f5f9;color:#374151;border:none;border-radius:14px;font-size:14px;font-weight:700;cursor:pointer;font-family:inherit;transition:background .15s}.ap-modal-confirm{flex:1;padding:13px;background:linear-gradient(135deg,#1a3a34,#0f5e4e);color:#fff;border:none;border-radius:14px;font-size:14px;font-weight:700;cursor:pointer;font-family:inherit;box-shadow:0 4px 14px #1a3a344d;transition:opacity .15s}.ap-modal-cancel:hover{background:#e2e8f0}.ap-modal-confirm:hover{opacity:.9}.ap-form-modal{max-width:560px;padding:32px 28px 28px;text-align:left;max-height:90vh;overflow-y:auto}.ap-form-head{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:24px}.ap-modal-close{border:none;background:#f1f5f9;color:#6b7280;font-size:20px;line-height:1;cursor:pointer;padding:0;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s}.ap-modal-close:hover{background:#e2e8f0;color:#374151}.ap-form-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-bottom:18px}.ap-form-modal textarea.ap-field-input{min-height:108px;resize:vertical}.ap-status-message{margin-top:12px;padding:10px 14px;border-radius:12px;font-size:13px;font-weight:700;text-align:left}.ap-status-message--ok{background:#dcfce7;color:#166534;border:1px solid #bbf7d0}.ap-status-message--warn{background:#fee2e2;color:#991b1b;border:1px solid #fecaca}.ap-error-text{margin-top:12px;font-size:13px;color:#b91c1c;text-align:left}.ap-addr-modal{max-width:600px!important;padding:28px 28px 24px!important}.ap-addr-modal-head{display:flex;align-items:flex-start;gap:14px;margin-bottom:0}.ap-addr-modal-icon{width:44px;height:44px;border-radius:12px;flex-shrink:0;background:linear-gradient(135deg,#1a3a34,#0f5e4e);display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 12px #1a3a3440}.ap-addr-modal-head .ap-modal-title{text-align:left;margin-bottom:3px;font-size:18px}.ap-addr-modal-head .ap-modal-sub{text-align:left;font-size:12.5px;margin-bottom:0}.ap-addr-modal-head .ap-modal-close{margin-left:auto;flex-shrink:0}.ap-addr-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px}.ap-addr-field{display:flex;flex-direction:column;gap:6px}.ap-addr-field--full{grid-column:1 / -1}.ap-addr-status{font-size:11.5px;font-weight:600;padding:4px 10px;border-radius:6px;margin-top:4px}.ap-addr-status--ok{background:#dcfce7;color:#166534}.ap-addr-status--warn{background:#fee2e2;color:#991b1b}.ap-addr-status--load{background:#f1f5f9;color:#64748b}@media (max-width: 480px){.ap-addr-modal{padding:20px 16px 18px!important}.ap-addr-grid{grid-template-columns:1fr}}.ap-wallet-wrap{display:flex;flex-direction:column;gap:20px}.ap-wallet-hero{background:linear-gradient(135deg,#1a3a34,#0f5e4e,#1a3a34);border-radius:20px;padding:32px 36px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 8px 32px #1a3a3459;overflow:hidden;position:relative}.ap-wallet-hero:before{content:"";position:absolute;top:-40px;right:-40px;width:200px;height:200px;background:#ffffff0a;border-radius:50%}.ap-wallet-hero:after{content:"";position:absolute;bottom:-60px;left:30%;width:160px;height:160px;background:#ffffff08;border-radius:50%}.ap-wallet-label{font-size:12px;font-weight:600;color:#fff9;text-transform:uppercase;letter-spacing:1px;margin-bottom:8px}.ap-wallet-amount{font-size:44px;font-weight:900;color:#fff;letter-spacing:-1.5px;line-height:1;margin-bottom:14px}.ap-wallet-zone{display:inline-flex;align-items:center;gap:6px;background:#ffffff1a;border-radius:999px;padding:5px 12px;font-size:12px;font-weight:600;color:#fffc}.ap-wallet-zone-dot{width:7px;height:7px;border-radius:50%;background:#fbbf24;flex-shrink:0}.ap-wallet-zone-dot--green{background:#34d399}.ap-wallet-hero-right{display:flex;flex-direction:column;align-items:flex-end;gap:14px;position:relative;z-index:1}.ap-wallet-icon-ring{width:64px;height:64px;border-radius:50%;background:#ffffff1f;border:1.5px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center}.ap-wallet-note{font-size:12px;color:#ffffff8c;text-align:right;line-height:1.5}.ap-wallet-add-row{display:flex;align-items:center;gap:12px;padding:0 28px 24px}.ap-wallet-amount-input-wrap{display:flex;align-items:center;gap:0;border:1.5px solid #e2e8f0;border-radius:12px;background:#f8fafc;overflow:hidden;flex:1;max-width:280px}.ap-wallet-rupee{padding:0 12px;font-size:18px;font-weight:700;color:#64748b;border-right:1.5px solid #e2e8f0;background:#f1f5f9;height:48px;display:flex;align-items:center}.ap-wallet-amount-input{flex:1;border:none;outline:none;background:transparent;font-size:16px;font-weight:700;color:#0f172a;padding:0 14px;height:48px;font-family:inherit}.ap-wallet-amount-input::placeholder{color:#94a3b8;font-weight:400}.ap-wallet-add-btn{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#1a3a34,#0f5e4e);color:#fff;border:none;border-radius:12px;padding:0 24px;height:48px;font-size:14px;font-weight:700;cursor:pointer;font-family:inherit;box-shadow:0 4px 14px #1a3a344d;transition:transform .15s,box-shadow .15s;white-space:nowrap}.ap-wallet-add-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 20px #1a3a3466}.ap-wallet-add-btn:disabled{opacity:.6;cursor:not-allowed}.ap-wallet-empty{display:flex;flex-direction:column;align-items:center;padding:36px 28px;gap:6px}.ap-wallet-empty-icon{width:64px;height:64px;border-radius:50%;background:#f1f5f9;display:flex;align-items:center;justify-content:center;margin-bottom:6px}.ap-wallet-empty-text{font-size:15px;font-weight:700;color:#374151}.ap-wallet-empty-sub{font-size:13px;color:#94a3b8}.ap-upi-icon{width:36px;height:36px;border-radius:10px;background:#f0fdf4;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#16a34a}.ap-upi-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:16px 28px 8px}.ap-upi-card{display:flex;align-items:center;gap:12px;border:1.5px solid #e5e7eb;border-radius:14px;padding:14px 16px;background:#fff;color:#1a1a1a;cursor:pointer;transition:border-color .15s,box-shadow .15s,transform .15s;text-align:left}.ap-upi-card:hover{transform:translateY(-1px);border-color:#1a3a34;box-shadow:0 4px 16px #1a3a341a}.ap-upi-card--active{border-color:#1a3a34;background:linear-gradient(135deg,#f0fdf8,#fff);box-shadow:0 4px 20px #1a3a341f}.ap-upi-selected{display:inline-flex;align-items:center;gap:4px;color:#1a3a34;font-weight:700;font-size:11px;background:#dcfce7;padding:3px 8px;border-radius:999px;margin-left:auto;flex-shrink:0}@media (max-width: 720px){.ap-wallet-hero{padding:22px 18px;border-radius:0}.ap-wallet-amount{font-size:34px}.ap-wallet-icon-ring{width:48px;height:48px}.ap-upi-list{grid-template-columns:1fr;padding:12px 16px 8px}.ap-wallet-add-row{padding:0 16px 16px;flex-wrap:wrap}.ap-wallet-amount-input-wrap{max-width:100%;width:100%}.ap-wallet-add-btn{width:100%;justify-content:center}}.ap-pwd-hero{display:flex;align-items:center;gap:18px;padding:28px 32px 24px}.ap-pwd-icon-wrap{width:56px;height:56px;border-radius:16px;background:linear-gradient(135deg,#1a3a34,#0f2420);display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0;box-shadow:0 4px 16px #1a3a344d}.ap-pwd-hero-title{font-size:20px;font-weight:800;color:#0f172a;letter-spacing:-.3px}.ap-pwd-hero-sub{font-size:13px;color:#94a3b8;margin-top:3px}.ap-pwd-body{padding:24px 32px 32px}.ap-pwd-fields{display:flex;flex-direction:column;gap:20px;max-width:480px;margin-bottom:28px}.ap-pwd-field{display:flex;flex-direction:column;gap:7px}.ap-pwd-label{font-size:12px;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.6px}.ap-pwd-input{font-size:15px!important;padding:13px 16px!important;border-radius:12px!important;border:1.5px solid #e2e8f0!important}.ap-pwd-input:focus{border-color:#1a3a34!important;box-shadow:0 0 0 3px #1a3a3414!important}.ap-pwd-actions{margin-bottom:20px}.ap-pwd-btn{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#1a3a34,#0f2420);color:#fff;border:none;border-radius:12px;padding:14px 28px;font-size:15px;font-weight:700;cursor:pointer;font-family:inherit;box-shadow:0 4px 16px #1a3a3447;transition:transform .15s,box-shadow .15s}.ap-pwd-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 24px #1a3a3459}.ap-pwd-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.ap-pwd-spinner{width:16px;height:16px;border-radius:50%;border:2.5px solid rgba(255,255,255,.3);border-top-color:#fff;animation:ap-pwd-spin .7s linear infinite;flex-shrink:0}@keyframes ap-pwd-spin{to{transform:rotate(360deg)}}.ap-pwd-msg{display:flex;align-items:center;gap:8px;padding:12px 16px;border-radius:10px;font-size:13.5px;font-weight:600;margin-bottom:20px}.ap-pwd-msg--ok{background:#dcfce7;color:#166534;border:1px solid #bbf7d0}.ap-pwd-msg--error{background:#fee2e2;color:#991b1b;border:1px solid #fecaca}.ap-pwd-tips{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:18px 20px;max-width:480px}.ap-pwd-tips-title{display:flex;align-items:center;gap:7px;font-size:13px;font-weight:800;color:#374151;margin-bottom:12px}.ap-pwd-tip-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:7px}.ap-pwd-tip-list li{font-size:13px;color:#64748b;padding-left:16px;position:relative;line-height:1.5}.ap-pwd-tip-list li:before{content:"→";position:absolute;left:0;color:#e07b2a;font-size:12px}@media (max-width: 720px){.ap-pwd-hero{padding:18px 16px 14px;gap:14px}.ap-pwd-icon-wrap{width:44px;height:44px;border-radius:12px}.ap-pwd-hero-title{font-size:17px}.ap-pwd-body{padding:16px 16px 24px}.ap-pwd-btn{width:100%;justify-content:center}.ap-pwd-tips{max-width:100%}}.ap-settings-wrap{padding:8px 0 48px}.ap-set-section{margin-bottom:28px}.ap-set-section-label{font-size:11px;font-weight:800;letter-spacing:.9px;text-transform:uppercase;color:#94a3b8;padding:0 4px 10px}.ap-set-group{background:#fff;border-radius:16px;border:1px solid #ebebf0;box-shadow:0 1px 6px #0000000a;overflow:hidden}.ap-set-group--info{padding:4px 0}.ap-set-row{width:100%;display:flex;align-items:center;gap:14px;padding:16px 18px;background:none;border:none;font-family:inherit;cursor:pointer;text-align:left;transition:background .12s}.ap-set-row:hover{background:#f8fafc}.ap-set-row--static{cursor:default}.ap-set-row--static:hover{background:none}.ap-set-row--danger .ap-set-row-title{color:#dc2626}.ap-set-row--danger:hover{background:#fff5f5}.ap-set-row-icon{width:38px;height:38px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ap-set-row-body{flex:1;min-width:0}.ap-set-row-title{font-size:14px;font-weight:700;color:#1a1a1a}.ap-set-row-sub{font-size:12px;color:#94a3b8;margin-top:2px}.ap-set-row-badge{font-size:11px;font-weight:800;padding:4px 10px;border-radius:999px;flex-shrink:0;white-space:nowrap}.ap-set-chevron{flex-shrink:0}.ap-set-divider{height:1px;background:#f0f0f4;margin:0 18px}.ap-set-info-row{display:flex;justify-content:space-between;align-items:center;padding:12px 18px;font-size:13px}.ap-set-info-row span{color:#94a3b8}.ap-set-info-row strong{color:#1a1a1a;font-weight:700;word-break:break-all;text-align:right}@media (max-width: 720px){.ap-settings-wrap{padding:12px 12px 60px}.ap-set-section-label{padding:0 4px 8px}.ap-set-row{padding:14px;gap:12px}.ap-set-row-icon{width:34px;height:34px;border-radius:9px}.ap-set-row-title{font-size:14px}.ap-set-row-sub{font-size:11px}.ap-set-divider{margin:0 14px}.ap-set-info-row{padding:11px 14px;font-size:12px}}@media (min-width: 721px){.ap-root{background:linear-gradient(135deg,#f0f4f8,#f5f6fa 60%,#fdf6ee)}.ap-topbar{background:#ffffffeb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 1px #e5e7eb,0 4px 20px #0000000a;border-bottom:none}.ap-logo-mark{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);box-shadow:0 2px 8px #0003}.ap-search-box{background:#f8fafc;border:1.5px solid #e8eaf0;box-shadow:none;transition:border-color .15s,box-shadow .15s}.ap-search-box:hover{border-color:#cbd5e1;box-shadow:0 2px 10px #00000012}.ap-topbar-icon{background:#f5f6fa;border:1px solid #e8eaf0;transition:background .15s,box-shadow .15s}.ap-topbar-icon:hover{background:#fff;box-shadow:0 2px 10px #0000001a;opacity:1}.ap-sidebar{border-right:none;box-shadow:2px 0 20px #0000000d;background:#fff}.ap-sidebar-avatar{background:linear-gradient(135deg,#dbeafe,#ede9fe);border:2.5px solid #fff;box-shadow:0 0 0 2px #e2e8f0,0 2px 8px #0000001a}.ap-nav-item{border-radius:10px;margin:1px 10px;padding:11px 14px;font-size:13.5px}.ap-nav-item:hover{background:#f5f6fa}.ap-nav-item--active{background:linear-gradient(135deg,#fff8f2,#fef3e8);color:#e07b2a;box-shadow:0 2px 8px #e07b2a1f;border-left:3px solid #e07b2a;padding-left:11px}.ap-nav-item--logout{margin-top:auto;border-top:none}.ap-sidebar-footer-user{background:linear-gradient(135deg,#e07b2a,#c96c1e);box-shadow:0 4px 16px #e07b2a4d;border-radius:14px}.ap-page-title{font-size:24px;letter-spacing:-.6px;color:#0f172a;margin-bottom:28px}.ap-card{border-radius:20px;border:1px solid #e8eaf0;box-shadow:0 2px 16px #0000000f;transition:box-shadow .2s}.ap-card:hover{box-shadow:0 6px 28px #00000017}.ap-profile-header-card{background:#fff;padding:28px 32px;gap:20px;align-items:center;flex-wrap:wrap}.ap-profile-header-avatar{width:72px;height:72px;font-size:24px;box-shadow:0 4px 16px #0000001f;border:3px solid #fff}.ap-profile-header-info{flex:1;min-width:0}.ap-profile-header-name{font-size:20px;letter-spacing:-.3px;margin-bottom:2px}.ap-profile-header-role{font-size:13px;color:#94a3b8;margin-bottom:10px;margin-top:0}.ap-profile-header-meta{margin-top:8px}.ap-card-header{padding:24px 32px}.ap-card-title{font-size:17px;color:#0f172a}.ap-card-divider{background:#f1f5f9}.ap-edit-btn{border-radius:10px;padding:9px 20px}.ap-edit-btn--primary{background:linear-gradient(135deg,#e07b2a,#c96c1e);box-shadow:0 3px 12px #e07b2a4d;border:none}.ap-edit-btn--primary:hover{background:linear-gradient(135deg,#c96c1e,#b55f17);box-shadow:0 4px 16px #e07b2a66;transform:translateY(-1px)}.ap-edit-btn--outline{border:1.5px solid #e2e8f0;color:#374151;transition:border-color .15s,background .15s,transform .15s}.ap-edit-btn--outline:hover{background:#f8fafc;border-color:#cbd5e1;transform:translateY(-1px)}.ap-info-grid{padding:28px 32px 32px;row-gap:28px}.ap-field-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.6px;color:#94a3b8}.ap-field-value{font-size:15px;color:#0f172a}.ap-field-input{border-radius:10px;border-color:#e2e8f0;background:#f8fafc}.ap-field-input:focus{border-color:#1a3a34;box-shadow:0 0 0 3px #1a3a3414;background:#fff}.ap-balance-top{padding:28px 32px}.ap-field-value--large{font-size:36px;font-weight:900;color:#0f172a;letter-spacing:-1px}.ap-balance-chip{background:linear-gradient(135deg,#10b9811f,#10b9810f);border:1px solid rgba(16,185,129,.25);color:#047857;font-size:12.5px}.ap-upi-list{padding:0 32px 20px;gap:16px}.ap-upi-card{border-radius:16px;padding:18px 22px;border:1.5px solid #e8eaf0;box-shadow:0 1px 6px #0000000a;transition:border-color .15s,box-shadow .15s,transform .15s}.ap-upi-card:hover{transform:translateY(-2px);box-shadow:0 6px 20px #c96c1e1f;border-color:#e07b2a}.ap-upi-card--active{border-color:#e07b2a;box-shadow:0 6px 24px #e07b2a26;background:linear-gradient(135deg,#fff 80%,#fef9f5)}.ap-balance-form-row{padding:0 32px 28px}.ap-bank-grid{padding:24px 32px 28px;gap:20px}.ap-bank-card{border-radius:22px;box-shadow:0 16px 40px #0003;transition:transform .2s,box-shadow .2s}.ap-bank-card:hover{transform:translateY(-4px);box-shadow:0 24px 48px #00000047}.ap-bank-card--0{background:linear-gradient(145deg,#0f172a,#1e293b 60%,#0f172a)}.ap-bank-card--1{background:linear-gradient(145deg,#1e3a5f,#2d4a7a 60%,#1a3a5f)}.ap-bank-card--2{background:linear-gradient(145deg,#374151,#4b5563 60%,#374151)}.ap-empty-state{border-radius:16px;border:1.5px dashed #cbd5e1;background:#f8fafc;color:#64748b;padding:32px}.ap-form-modal{border-radius:24px;padding:36px 32px;max-width:580px}.ap-settings-wrap{padding:4px 0 48px}.ap-set-group{border-radius:18px;border:1px solid #e8eaf0;box-shadow:0 2px 12px #0000000d;overflow:hidden}.ap-set-row{padding:18px 22px;gap:16px;transition:background .15s}.ap-set-row:hover{background:#f8fafc}.ap-set-row--danger:hover{background:#fff5f5}.ap-set-row-icon{width:42px;height:42px;border-radius:12px;box-shadow:0 1px 4px #00000014}.ap-set-row-title{font-size:14.5px}.ap-set-divider{margin:0 22px}.ap-set-info-row{padding:14px 22px}.ap-set-section-label{font-size:11.5px;letter-spacing:1px}}.ap-skel-root{min-height:100vh;background:#f5f6fa;display:flex;flex-direction:column}.ap-skel-topbar{height:64px;background:#fff;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;padding:0 28px;gap:16px}.ap-skel-body{display:flex;flex:1}.ap-skel-sidebar{width:240px;background:#fff;border-right:1px solid #e8eaf0;padding:20px 16px;display:flex;flex-direction:column;gap:12px;flex-shrink:0}.ap-skel-main{flex:1;padding:32px 36px;display:flex;flex-direction:column;gap:20px;max-width:960px}.ap-skel-card{background:#fff;border-radius:16px;border:1px solid #ebebf0;padding:24px 28px;display:flex;flex-direction:column;gap:14px}.ap-skel-row{display:flex;gap:16px}.ap-skel{background:linear-gradient(90deg,#e8eaf0 25%,#f0f2f7,#e8eaf0 75%);background-size:200% 100%;animation:ap-shimmer 1.4s infinite;border-radius:8px}@keyframes ap-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width: 900px){.ap-info-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 720px){.ap-topbar{display:none}.ap-sidebar{display:none!important}.ap-page-title{display:none}.ap-profile-header-card{display:none!important}.ap-body--desktop{display:none}.ap-body--desktop.ap-body--show{display:flex;flex-direction:column}.ap-body{flex-direction:column}.ap-main{padding:0 0 80px;max-width:100%;width:100%}.ap-card.ap-info-card{border-radius:0;border-left:none;border-right:none;margin-bottom:8px}.ap-card-header{padding:16px}.ap-info-grid{padding:0;grid-template-columns:1fr;row-gap:0;display:flex;flex-direction:column}.ap-info-field{padding:14px 16px;border-bottom:1px solid #f5f6fa;flex-direction:row;align-items:center;justify-content:space-between;gap:12px}.ap-info-field:last-child{border-bottom:none}.ap-field-label{font-size:13px;color:#6b7280;font-weight:500;flex-shrink:0;min-width:110px}.ap-field-value{font-size:14px;font-weight:600;color:#1a1a1a;text-align:right;word-break:break-word}.ap-balance-top{padding:16px}.ap-upi-list{padding:0 16px 12px;grid-template-columns:1fr}.ap-bank-grid{padding:16px;grid-template-columns:1fr}.ap-balance-form-row{padding:0 16px 16px}.ap-form-row{grid-template-columns:1fr}.ap-mob-menu{display:block;background:#f5f6fa;min-height:100vh}.ap-mob-topbar{display:flex;align-items:center;gap:10px;padding:10px 16px;background:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:100}.ap-mob-topbar .ap-logo-btn{flex-shrink:0}.ap-mob-topbar .ap-logo-mark{width:36px;height:36px;font-size:13px;border-radius:9px}.ap-mob-topbar .ap-logo-top,.ap-mob-topbar .ap-logo-bottom{font-size:13px}.ap-mob-topbar-search{flex:1;display:flex;align-items:center;gap:8px;background:#f5f6fa;border-radius:20px;padding:9px 14px;font-size:13px;color:#94a3b8;cursor:pointer;min-width:0}.ap-mob-profile-card{display:flex;align-items:center;gap:16px;padding:20px 16px;background:linear-gradient(135deg,#1a3a34,#0f2420)}.ap-mob-avatar{position:relative;width:68px;height:68px;border-radius:50%;background:linear-gradient(135deg,#fcd34d,#f59e0b);display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:800;color:#fff;flex-shrink:0;overflow:hidden;border:3px solid rgba(255,255,255,.3)}.ap-mob-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.ap-mob-user-info{flex:1;min-width:0}.ap-mob-name{font-size:18px;font-weight:800;color:#fff}.ap-mob-meta{font-size:13px;color:#ffffffa6;margin-top:3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ap-mob-switch-btn{width:36px;height:36px;border-radius:50%;background:#ffffff2e;border:none;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:background .15s}.ap-mob-switch-btn:active{background:#ffffff4d}.ap-mob-completeness{display:flex;align-items:center;gap:8px;margin-top:8px}.ap-mob-completeness-bar{flex:1;height:4px;background:#fff3;border-radius:999px;overflow:hidden}.ap-mob-completeness-fill{height:100%;background:linear-gradient(90deg,#e07b2a,#f59e0b);border-radius:999px;transition:width .6s ease}.ap-mob-completeness-label{font-size:11px;font-weight:700;color:#ffffffbf;white-space:nowrap}.ap-mob-section{background:#fff;border-radius:16px;margin:12px 12px 0;overflow:hidden;box-shadow:0 1px 4px #0000000f}.ap-mob-section-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid #f0f0f4}.ap-mob-section-title{font-size:15px;font-weight:700;color:#1a3a34}.ap-mob-section-edit{display:flex;align-items:center;gap:5px;background:#fff8f2;color:#e07b2a;border:1.5px solid #fcd9a0;border-radius:8px;padding:5px 12px;font-size:12px;font-weight:700;cursor:pointer;font-family:inherit}.ap-mob-info-grid{padding:4px 0 8px}.ap-mob-info-row{display:grid;grid-template-columns:1fr 1fr;gap:0;border-bottom:1px solid #f5f6fa}.ap-mob-info-row:last-child{border-bottom:none}.ap-mob-info-row--full{grid-template-columns:1fr}.ap-mob-info-cell{padding:12px 16px;border-right:1px solid #f5f6fa}.ap-mob-info-cell:last-child{border-right:none}.ap-mob-info-label{font-size:11px;color:#94a3b8;font-weight:600;text-transform:uppercase;letter-spacing:.4px;margin-bottom:4px}.ap-mob-info-val{font-size:14px;font-weight:700;color:#1a1a1a;word-break:break-word;line-height:1.4}.ap-mob-quick-tabs{display:flex;gap:10px;padding:12px 12px 0}.ap-mob-quick-tab{flex:1;display:flex;flex-direction:column;align-items:center;gap:6px;background:#fff;border:none;border-radius:14px;padding:14px 8px;font-size:12px;font-weight:700;color:#1a3a34;cursor:pointer;font-family:inherit;box-shadow:0 1px 4px #0000000f}.ap-mob-quick-tab:active{background:#f5f6fa}.ap-mob-quick-icon{font-size:22px}.ap-mob-quick-bal{font-size:12px;font-weight:800;color:#e07b2a}.ap-balance-top{flex-direction:column;gap:12px;padding:16px}.ap-field-value--large{font-size:32px}.ap-balance-summary{flex-direction:row;flex-wrap:wrap}.ap-bank-grid{grid-template-columns:1fr;gap:16px;padding:16px}.ap-bank-card{min-height:unset;padding:20px}.ap-upi-list{grid-template-columns:1fr;padding:0 16px 12px}.ap-balance-form-row{padding:0 16px 16px;grid-template-columns:1fr}.ap-modal-actions button{min-width:unset}.ap-card-header{padding:14px 16px}.ap-card-header--spread{flex-wrap:wrap;gap:10px}.ap-mob-quick-badge{background:#e07b2a;color:#fff;font-size:11px;font-weight:800;min-width:18px;height:18px;border-radius:999px;display:flex;align-items:center;justify-content:center;padding:0 5px}.ap-mob-menu-list{background:#fff;margin:12px 12px 24px;border-radius:16px;overflow:hidden;box-shadow:0 1px 4px #0000000f}.ap-mob-menu-row{display:flex;align-items:center;gap:14px;width:100%;padding:16px;background:none;border:none;border-bottom:1px solid #f5f6fa;font-size:15px;font-weight:600;color:#1a1a1a;cursor:pointer;font-family:inherit;text-align:left}.ap-mob-menu-row:last-child{border-bottom:none}.ap-mob-menu-row:active{background:#f5f6fa}.ap-mob-menu-icon{font-size:20px;width:32px;height:24px;text-align:center;flex-shrink:0;display:flex;align-items:center;justify-content:center;color:#64748b}.ap-mob-menu-icon svg{width:20px;height:20px}.ap-mob-menu-label{flex:1}.ap-mob-menu-row--danger{color:#dc2626}.ap-mob-subpage-header{display:flex;align-items:center;gap:12px;padding:14px 16px;background:#fff;border-bottom:1px solid #f0f0f0;position:sticky;top:0;z-index:50}.ap-mob-back{background:none;border:none;cursor:pointer;padding:6px;display:flex;align-items:center;color:#1a1a1a;flex-shrink:0}.ap-mob-subpage-title{font-size:17px;font-weight:700;color:#1a1a1a}}@media (max-width: 720px){.ap-skel-topbar,.ap-skel-sidebar{display:none}.ap-skel-main{padding:0;gap:0;max-width:100%}.ap-skel-body{flex-direction:column}.ap-skel-mob-header{background:linear-gradient(135deg,#1a3a34,#0f2420);padding:14px 16px;display:flex;align-items:center;gap:10px}.ap-card-header{padding:14px 12px}.ap-edit-btn{font-size:12px;padding:6px 12px}.ap-info-field{flex-direction:column;align-items:flex-start}.ap-field-label{min-width:unset}.ap-field-value{text-align:left}.ap-bank-account{font-size:16px}.ap-bank-name{font-size:13px}.ap-form-modal{padding:20px 16px}.ap-modal{padding:24px 16px 18px}}.ap-sa-dropdown{width:300px;max-width:calc(100vw - 40px);background:#fff;border-radius:20px;box-shadow:0 24px 80px #00000038;animation:ap-modal-in .2s cubic-bezier(.34,1.56,.64,1);overflow:hidden}.ap-sa-handle{display:none}.ap-sa-header{display:flex;align-items:center;justify-content:space-between;padding:16px 18px 10px}.ap-sa-header-label{font-size:14px;font-weight:700;color:#1a1a1a}.ap-sa-header-close{width:26px;height:26px;border-radius:50%;background:#f1f5f9;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#64748b}.ap-sa-header-close:hover{background:#e2e8f0}.ap-sa-account-item{display:flex;align-items:center;gap:14px;padding:12px 16px;cursor:pointer;transition:background .12s}.ap-sa-account-item:hover{background:#f8fafc}.ap-sa-account-item--active{background:#f0fdf8;border-left:3px solid #1a3a34;padding-left:13px}.ap-sa-item-avatar{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#fcd34d,#f59e0b);display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:800;color:#fff;flex-shrink:0;overflow:hidden}.ap-sa-item-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.ap-sa-item-info{flex:1;min-width:0}.ap-sa-item-name{font-size:14px;font-weight:700;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ap-sa-item-email{font-size:12px;color:#6b7280;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ap-sa-item-check{width:24px;height:24px;border-radius:50%;background:#0a84ff;color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ap-sa-line{height:1px;background:#f1f5f9}.ap-sa-add-row{display:flex;align-items:center;gap:14px;width:100%;padding:12px 16px;background:none;border:none;cursor:pointer;font-family:inherit;text-align:left;transition:background .12s}.ap-sa-add-row:hover{background:#f8fafc}.ap-sa-add-circle{width:44px;height:44px;border-radius:50%;background:#f8fafc;border:1.5px dashed #cbd5e1;display:flex;align-items:center;justify-content:center;color:#64748b;flex-shrink:0}.ap-sa-add-row:hover .ap-sa-add-circle{border-color:#1a3a34;color:#1a3a34}.ap-sa-add-title{font-size:14px;font-weight:600;color:#0f172a}.ap-sa-actions{padding:6px 10px 10px;display:flex;border-top:1px solid #f1f5f9}.ap-sa-action-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;padding:10px 12px;border-radius:10px;background:none;border:none;font-size:13px;font-weight:700;cursor:pointer;font-family:inherit;transition:background .12s}.ap-sa-action-btn--danger{color:#dc2626}.ap-sa-action-btn--danger:hover{background:#fff5f5}@media (max-width: 720px){.ap-overlay.ap-sa-overlay{align-items:flex-end;padding:0;background:#000000a6}.ap-sa-dropdown{width:100%;max-width:100%;border-radius:16px 16px 0 0;background:#1c1c1e;box-shadow:none;animation:ap-sa-sheet-up .3s cubic-bezier(.32,.72,0,1);position:relative;padding-bottom:env(safe-area-inset-bottom,0px);transition:transform .2s cubic-bezier(.32,.72,0,1)}@keyframes ap-sa-sheet-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.ap-sa-handle{display:block;width:36px;height:4px;background:#48484a;border-radius:999px;margin:12px auto 8px}.ap-sa-account-item{display:flex;align-items:center;gap:14px;padding:14px 20px;background:transparent;border-left:none!important;cursor:default}.ap-sa-account-item--active{background:#ffffff0f;border-left:none!important;padding-left:20px!important}.ap-sa-item-avatar{width:52px;height:52px;border-radius:50%;font-size:18px;font-weight:800;border:2px solid #3a3a3c}.ap-sa-item-name{font-size:16px;font-weight:600;color:#fff}.ap-sa-item-email{font-size:13px;color:#8e8e93;margin-top:2px}.ap-sa-item-check{width:26px;height:26px;background:#0a84ff;margin-left:auto}.ap-sa-line{background:#2c2c2e;margin:0;height:1px}.ap-sa-add-row{display:flex;align-items:center;gap:16px;padding:14px 20px;background:#2c2c2e;border:none;width:100%;border-top:none;border-bottom:none}.ap-sa-add-row:hover{background:#343434}.ap-sa-add-circle{width:44px;height:44px;border-radius:50%;background:#3a3a3c;border:none;color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ap-sa-add-title{font-size:16px;font-weight:500;color:#fff}.ap-sa-actions{display:none}.ap-sa-action-btn--danger{display:flex;width:100%;align-items:center;justify-content:center;gap:8px;padding:16px 20px;background:none;border:none;font-size:16px;font-weight:600;color:#ff3b30;cursor:pointer;font-family:inherit;border-top:1px solid #2c2c2e}.ap-sa-action-btn--danger:hover{background:#ff3b3014}}.ap-toast{position:fixed;bottom:28px;left:50%;transform:translate(-50%);z-index:99999;display:flex;align-items:center;gap:10px;padding:13px 22px;border-radius:999px;font-size:14px;font-weight:700;box-shadow:0 8px 32px #0000002e;animation:ap-toast-in .3s cubic-bezier(.34,1.56,.64,1);white-space:nowrap}@keyframes ap-toast-in{0%{opacity:0;transform:translate(-50%) translateY(16px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.ap-toast--success{background:#0f172a;color:#fff}.ap-modal-confirm--danger{background:linear-gradient(135deg,#dc2626,#b91c1c)!important;box-shadow:0 4px 14px #dc26264d!important}.ap-modal-confirm--danger:hover{opacity:.9}@media (max-width: 720px){.ap-toast{bottom:80px;font-size:13px;padding:11px 18px}}.ab-wrap{min-height:100vh;background:#fff;font-family:DM Sans,Inter,sans-serif;color:#1a1a1a}.ab-navbar{display:flex;align-items:center;padding:14px 24px;border-bottom:1px solid #f0f0f0;background:#fff;position:sticky;top:0;z-index:100}.ab-back{width:34px;height:34px;border-radius:50%;background:#f3f4f6;border:1px solid #e5e7eb;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#374151;transition:background .15s}.ab-back:hover{background:#e5e7eb}.ab-tag{display:inline-block;font-size:11px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:#16a34a;background:#f0fdf4;border:1px solid #bbf7d0;padding:4px 12px;border-radius:20px;margin-bottom:16px}.ab-tag--green{color:#16a34a;background:#f0fdf4;border-color:#bbf7d0}.ab-hero{padding:72px 48px 60px;max-width:1100px;margin:0 auto;text-align:center}.ab-hero-title{font-size:clamp(32px,4.5vw,52px);font-weight:700;color:#111827;line-height:1.15;letter-spacing:-1px;margin:0 0 16px}.ab-hero-sub{font-size:16px;color:#6b7280;line-height:1.75;max-width:580px;margin:0 auto 48px}.ab-hero-collage{display:grid;grid-template-columns:1fr 1.15fr 1fr;gap:16px;margin-bottom:40px;align-items:end}.ab-collage-card{border-radius:18px;overflow:hidden;position:relative;box-shadow:0 4px 20px #0000001a}.ab-collage-card--1{height:200px}.ab-collage-card--2{height:240px}.ab-collage-card--3{height:200px}.ab-collage-card img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s}.ab-collage-card:hover img{transform:scale(1.04)}.ab-collage-label{position:absolute;bottom:12px;left:12px;background:#000000a6;color:#fff;font-size:11px;font-weight:700;padding:5px 12px;border-radius:20px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.ab-collage-label--right{left:auto;right:12px}.ab-collage-badge{position:absolute;bottom:12px;left:50%;transform:translate(-50%);background:#fff;border-radius:20px;padding:6px 14px;display:flex;align-items:center;gap:8px;box-shadow:0 4px 16px #00000026;white-space:nowrap}.ab-collage-avatars{display:flex}.ab-collage-avatars span{width:22px;height:22px;border-radius:50%;background:#1a1a1a;color:#fff;font-size:10px;font-weight:700;display:flex;align-items:center;justify-content:center;margin-left:-6px;border:2px solid #fff}.ab-collage-avatars span:first-child{margin-left:0}.ab-collage-badge span:last-child{font-size:12px;font-weight:700;color:#1a1a1a}.ab-hero-mission{font-size:17px;color:#374151;line-height:1.8;max-width:680px;margin:0 auto 48px}.ab-stats-row{display:flex;align-items:center;justify-content:center;border:1px solid #e5e7eb;border-radius:16px;overflow:hidden;max-width:860px;margin:0 auto}.ab-stat-item{flex:1;padding:28px 20px;text-align:center}.ab-stat-divider{width:1px;height:48px;background:#e5e7eb;flex-shrink:0}.ab-stat-num{font-size:26px;font-weight:800;color:#111827;letter-spacing:-.5px;margin-bottom:4px}.ab-stat-label{font-size:12px;color:#9ca3af;font-weight:500}.ab-solution{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;padding:80px;max-width:1200px;margin:0 auto;border-top:1px solid #f3f4f6}.ab-solution--flip{direction:rtl}.ab-solution--flip>*{direction:ltr}.ab-sol-title{font-size:clamp(26px,3vw,36px);font-weight:700;color:#111827;line-height:1.2;letter-spacing:-.5px;margin:0 0 14px}.ab-sol-desc{font-size:15px;color:#6b7280;line-height:1.8;margin:0 0 28px}.ab-sol-features{display:flex;flex-direction:column;gap:20px}.ab-sol-feature{display:flex;gap:14px;align-items:flex-start}.ab-sol-feature-icon{font-size:20px;flex-shrink:0;margin-top:2px}.ab-sol-feature-title{font-size:14px;font-weight:700;color:#111827;margin-bottom:4px}.ab-sol-feature-text{font-size:13.5px;color:#6b7280;line-height:1.65}.ab-sol-checklist{display:flex;flex-direction:column;gap:12px}.ab-sol-check{display:flex;align-items:center;gap:10px;font-size:14px;color:#374151;font-weight:500}.ab-sol-check-icon{width:22px;height:22px;border-radius:50%;background:#f0fdf4;border:1.5px solid #86efac;color:#16a34a;font-size:12px;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ab-sol-img-wrap{border-radius:20px;overflow:hidden;position:relative;box-shadow:0 8px 40px #0000001f;aspect-ratio:4/3}.ab-sol-img-wrap img{width:100%;height:100%;object-fit:cover;display:block}.ab-sol-badge{position:absolute;background:#fff;border-radius:12px;padding:10px 16px;box-shadow:0 4px 20px #0000001f;min-width:120px}.ab-sol-badge--top{top:20px;left:20px}.ab-sol-badge--bottom{bottom:20px;right:20px}.ab-sol-badge-num{font-size:20px;font-weight:800;color:#111827;line-height:1;margin-bottom:3px}.ab-sol-badge-label{font-size:11px;color:#9ca3af;font-weight:500}.ab-sol-img-wrap--quote{aspect-ratio:auto;min-height:320px}.ab-sol-quote{position:absolute;bottom:0;left:0;right:0;background:#fffffff5;padding:18px 20px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.ab-sol-quote p{font-size:13.5px;color:#374151;line-height:1.65;margin:0 0 10px;font-style:italic}.ab-sol-quote-author{display:flex;align-items:center;gap:8px}.ab-sol-quote-av{width:28px;height:28px;border-radius:50%;background:#1a1a1a;color:#fff;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ab-sol-quote-author span{font-size:12px;font-weight:600;color:#6b7280}.ab-team-section{padding:80px 48px;background:#fafafa;border-top:1px solid #f0f0f0}.ab-team-title{font-size:clamp(28px,3.5vw,40px);font-weight:700;color:#111827;text-align:center;letter-spacing:-.5px;margin:0 0 10px}.ab-team-sub{font-size:15px;color:#9ca3af;text-align:center;margin:0 0 48px}.ab-team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:960px;margin:0 auto}.ab-member-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:22px 22px 0;overflow:hidden;transition:box-shadow .2s}.ab-member-card:hover{box-shadow:0 8px 32px #00000014}.ab-member-info{margin-bottom:16px}.ab-member-name{font-size:16px;font-weight:700;color:#111827;margin-bottom:3px}.ab-member-role{font-size:13px;color:#9ca3af}.ab-member-img-wrap{width:100%;height:240px;border-radius:12px 12px 0 0;overflow:hidden;background:#eef2f7;display:flex;align-items:flex-start;justify-content:center}.ab-member-img{width:100%;height:100%;object-fit:cover;object-position:top 15%;display:block}.ab-member-locked{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;background:linear-gradient(160deg,#eef2f7,#dde4ef)}.ab-member-locked span{font-size:11px;font-weight:600;color:#9ca3af;letter-spacing:.5px}.ab-member-card--locked{opacity:.75}.ab-faq-section{padding:80px 48px;max-width:900px;margin:0 auto}.ab-faq-title{font-size:clamp(28px,3.5vw,40px);font-weight:700;color:#111827;text-align:center;letter-spacing:-.5px;margin:0 0 10px}.ab-faq-sub{font-size:15px;color:#9ca3af;text-align:center;margin:0 0 32px}.ab-faq-cats{display:flex;justify-content:center;gap:8px;margin-bottom:32px;flex-wrap:wrap}.ab-faq-cat{padding:8px 20px;border-radius:20px;border:1px solid #e5e7eb;background:#fff;font-size:13px;font-weight:600;color:#6b7280;cursor:pointer;transition:all .15s;font-family:inherit}.ab-faq-cat:hover{border-color:#1a1a1a;color:#1a1a1a}.ab-faq-cat--active{background:#1a1a1a;color:#fff;border-color:#1a1a1a}.ab-faq-list{display:flex;flex-direction:column;gap:8px}.ab-faq-item{border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;cursor:pointer;transition:border-color .15s;background:#fff}.ab-faq-item:hover,.ab-faq-item--open{border-color:#d1d5db}.ab-faq-q{display:grid;grid-template-columns:28px 1fr 24px;align-items:center;gap:12px;padding:18px 20px}.ab-faq-q-icon{width:24px;height:24px;border-radius:50%;background:#f3f4f6;color:#9ca3af;font-size:13px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ab-faq-q-text{font-size:14px;font-weight:600;color:#111827;line-height:1.4}.ab-faq-chevron{color:#9ca3af;transition:transform .2s;flex-shrink:0}.ab-faq-item--open .ab-faq-chevron{transform:rotate(180deg)}.ab-faq-a{padding:0 20px 18px 60px;font-size:14px;color:#6b7280;line-height:1.75}.ab-cta-footer-wrap{background:#fff;padding-top:56px}.ab-bottom-cta{margin:0 40px;border-radius:20px;background:linear-gradient(135deg,#22d3ee,#06b6d4,#0891b2 70%,#0e7490);padding:72px 48px;text-align:center;position:relative;overflow:hidden}.ab-bottom-cta:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle,rgba(255,255,255,.2) 1px,transparent 1px);background-size:22px 22px;pointer-events:none}.ab-bottom-cta:after{content:"";position:absolute;width:560px;height:560px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.12) 0%,transparent 65%);top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none}.ab-bottom-cta-inner{position:relative;z-index:2;max-width:600px;margin:0 auto}.ab-bottom-cta-title{font-size:clamp(26px,4vw,44px);font-weight:800;color:#0f172a;line-height:1.15;letter-spacing:-1px;margin:0 0 14px}.ab-bottom-cta-sub{font-size:15px;color:#0f172a99;line-height:1.7;margin:0 auto 36px;max-width:480px}.ab-bottom-cta-btns{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap}.ab-cta-btn{display:inline-flex;align-items:center;gap:6px;padding:13px 30px;border-radius:10px;font-size:14px;font-weight:700;text-decoration:none;transition:transform .15s,box-shadow .15s;font-family:inherit;cursor:pointer;border:none}.ab-cta-btn:hover{transform:translateY(-2px)}.ab-cta-btn--dark{background:#0f172a;color:#fff;box-shadow:0 4px 20px #0000004d}.ab-cta-btn--dark:hover{background:#1e293b}.ab-cta-btn--outline{background:#fff;color:#0f172a}.ab-cta-btn--outline:hover{background:#f1f5f9}.ab-cta-footer-wrap .footer{background:#fff;padding-top:48px}.ab-cta-footer-wrap .footer-col h4{color:#1a1a1a}.ab-cta-footer-wrap .footer-col a{color:#444}.ab-cta-footer-wrap .footer-col a:hover{color:#1a6bff}.ab-cta-footer-wrap .footer-bottom{border-top-color:#e2e8f0}.ab-cta-footer-wrap .footer-bottom p{color:#64748b}.ab-cta-footer-wrap .footer-logo-text .brand-just,.ab-cta-footer-wrap .footer-logo-text .brand-worker{color:#1a1a1a}.ab-cta-footer-wrap .footer-logo-box{background:#1a1a1a}.ab-cta-footer-wrap .social-icon{background:#fff!important;border-color:#d1d5db!important;color:#1a1a1a!important}.ab-cta-footer-wrap .social-icon:hover{border-color:#1a6bff!important;color:#1a6bff!important}.ab-cta-footer-wrap .app-badge{background:#1a1a1a!important}.ab-cta-footer-wrap .app-badge:hover{background:#333!important}@media (max-width: 1024px){.ab-solution{padding:60px 48px;gap:48px}}@media (max-width: 860px){.ab-hero{padding:48px 24px 40px}.ab-hero-collage{grid-template-columns:1fr 1fr}.ab-collage-card--3{display:none}.ab-solution{grid-template-columns:1fr;gap:32px;padding:48px 24px}.ab-solution--flip{direction:ltr}.ab-team-section{padding:56px 24px}.ab-team-grid{grid-template-columns:repeat(2,1fr)}.ab-faq-section{padding:56px 24px}.ab-bottom-cta{margin:0 20px;padding:48px 24px}.ab-stats-row{flex-wrap:wrap}}@media (max-width: 560px){.ab-hero-collage{grid-template-columns:1fr}.ab-collage-card--1{display:none}.ab-collage-card--2{height:200px}.ab-team-grid{grid-template-columns:1fr 1fr}.ab-stat-item{padding:20px 12px}.ab-stat-num{font-size:20px}.ab-bottom-cta{margin:0 12px;border-radius:16px}}.cp-wrap{min-height:100vh;background:#f1f5f9;font-family:DM Sans,Inter,sans-serif}.cp-hero{position:relative;height:260px;display:flex;flex-direction:column;justify-content:flex-end;padding:0 28px 32px;overflow:hidden}.cp-hero-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.cp-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(160deg,#0a0f1ed1,#0ea5e98c)}.cp-hero-back{position:absolute;top:18px;left:18px;z-index:10;width:38px;height:38px;border-radius:50%;background:#ffffff26;border:1.5px solid rgba(255,255,255,.35);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;transition:background .15s;text-decoration:none}.cp-hero-back:hover{background:#ffffff47}.cp-hero-content{position:relative;z-index:2}.cp-hero-badge{display:inline-flex;align-items:center;gap:6px;background:#ffffff1f;border:1px solid rgba(255,255,255,.25);border-radius:999px;padding:5px 14px;font-size:11px;font-weight:700;color:#ffffffd9;letter-spacing:.6px;margin-bottom:10px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.cp-hero-title{font-size:clamp(24px,5vw,36px);font-weight:900;color:#fff;line-height:1.15;margin:0;letter-spacing:-.5px;text-shadow:0 2px 12px rgba(0,0,0,.3)}.cp-hero-title span{color:#7dd3fc}.cp-hero-sub{font-size:13px;color:#ffffffb3;margin-top:8px;line-height:1.6;max-width:500px}.cp-body{max-width:900px;margin:0 auto;padding:32px 20px 80px;display:flex;flex-direction:column;gap:24px}.cp-section-label{font-size:11px;font-weight:700;color:#0ea5e9;text-transform:uppercase;letter-spacing:1.2px;margin-bottom:6px}.cp-section-title{font-size:22px;font-weight:900;color:#0f172a;letter-spacing:-.4px;margin:0 0 6px}.cp-section-sub{font-size:14px;color:#64748b;line-height:1.7;margin:0}.cp-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:28px 32px;box-shadow:0 2px 16px #0000000a}.cp-card-header{margin-bottom:20px}.cp-card-icon{width:46px;height:46px;border-radius:13px;background:linear-gradient(135deg,#0f172a,#1e3a5f);display:flex;align-items:center;justify-content:center;font-size:20px;margin-bottom:14px;box-shadow:0 4px 14px #0f172a38}.cp-card h2{font-size:19px;font-weight:800;color:#0f172a;margin:0 0 10px;letter-spacing:-.3px}.cp-card p{font-size:14.5px;color:#475569;line-height:1.85;margin:0 0 14px}.cp-card p:last-child{margin-bottom:0}.cp-divider{height:1px;background:#e2e8f0;margin:4px 0}.cp-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.cp-stat{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:22px 16px;text-align:center;box-shadow:0 1px 6px #0000000a}.cp-stat-num{font-size:28px;font-weight:900;color:#0f172a;letter-spacing:-1px;line-height:1}.cp-stat-num span{color:#0ea5e9}.cp-stat-label{font-size:12px;color:#64748b;margin-top:5px;font-weight:600}.cp-values{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.cp-value{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:20px 18px;display:flex;gap:14px;align-items:flex-start;box-shadow:0 1px 6px #00000008;transition:box-shadow .15s,border-color .15s}.cp-value:hover{border-color:#bae6fd;box-shadow:0 4px 16px #0ea5e914}.cp-value-icon{width:40px;height:40px;border-radius:11px;flex-shrink:0;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border:1px solid #bae6fd;display:flex;align-items:center;justify-content:center;font-size:18px}.cp-value-title{font-size:14px;font-weight:800;color:#0f172a;margin-bottom:4px}.cp-value-text{font-size:13px;color:#64748b;line-height:1.65}.cp-timeline{display:flex;flex-direction:column;gap:0}.cp-timeline-item{display:flex;gap:20px;padding-bottom:28px;position:relative}.cp-timeline-item:last-child{padding-bottom:0}.cp-timeline-left{display:flex;flex-direction:column;align-items:center;flex-shrink:0}.cp-timeline-dot{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#0f172a,#0ea5e9);color:#fff;font-size:13px;font-weight:800;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0ea5e94d;flex-shrink:0}.cp-timeline-line{width:2px;flex:1;background:linear-gradient(to bottom,#bae6fd,transparent);margin-top:6px}.cp-timeline-item:last-child .cp-timeline-line{display:none}.cp-timeline-year{font-size:11px;font-weight:800;color:#0ea5e9;text-transform:uppercase;letter-spacing:.8px;margin-bottom:4px}.cp-timeline-title{font-size:15px;font-weight:800;color:#0f172a;margin-bottom:5px}.cp-timeline-text{font-size:13px;color:#64748b;line-height:1.65}.cp-team{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.cp-member{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:24px 16px;text-align:center;transition:box-shadow .15s}.cp-member:hover{box-shadow:0 6px 20px #00000012}.cp-member-av{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#0f172a,#0ea5e9);color:#fff;font-size:22px;font-weight:900;display:flex;align-items:center;justify-content:center;margin:0 auto 12px;box-shadow:0 6px 16px #0ea5e940}.cp-member-name{font-size:14px;font-weight:800;color:#0f172a}.cp-member-role{font-size:12px;color:#0ea5e9;margin-top:3px;font-weight:600}.cp-member-desc{font-size:12px;color:#94a3b8;margin-top:6px;line-height:1.5}.cp-jobs{display:flex;flex-direction:column;gap:12px}.cp-job{background:#fff;border:1.5px solid #e2e8f0;border-radius:16px;padding:20px 22px;display:flex;align-items:center;justify-content:space-between;gap:16px;transition:border-color .15s,box-shadow .15s}.cp-job:hover{border-color:#0ea5e9;box-shadow:0 4px 18px #0ea5e91a}.cp-job-left{flex:1}.cp-job-title{font-size:15px;font-weight:800;color:#0f172a;margin-bottom:6px}.cp-job-desc{font-size:12.5px;color:#64748b;margin-bottom:8px;line-height:1.5}.cp-job-tags{display:flex;gap:7px;flex-wrap:wrap}.cp-job-tag{font-size:11px;font-weight:700;padding:3px 10px;border-radius:999px;background:#0ea5e914;color:#0369a1;border:1px solid rgba(14,165,233,.18)}.cp-job-tag--green{background:#22c55e14;color:#15803d;border-color:#22c55e33}.cp-job-tag--yellow{background:#eab30814;color:#92400e;border-color:#eab30833}.cp-job-tag--purple{background:#8b5cf614;color:#6d28d9;border-color:#8b5cf633}.cp-job-apply{background:#0f172a;color:#fff;border:none;border-radius:10px;padding:11px 22px;font-size:13px;font-weight:700;cursor:pointer;font-family:inherit;white-space:nowrap;transition:background .15s,transform .12s;text-decoration:none;display:inline-block;flex-shrink:0}.cp-job-apply:hover{background:#0ea5e9;transform:translateY(-1px)}.cp-perks{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.cp-perk{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:20px 16px;text-align:center}.cp-perk-icon{font-size:26px;margin-bottom:10px}.cp-perk-title{font-size:13px;font-weight:800;color:#0f172a;margin-bottom:4px}.cp-perk-text{font-size:12px;color:#64748b;line-height:1.55}.cp-toc{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:18px 22px;margin-bottom:4px}.cp-toc-title{font-size:11px;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:1px;margin-bottom:10px}.cp-toc-list{display:flex;flex-direction:column;gap:5px}.cp-toc-item{font-size:13px;color:#0ea5e9;font-weight:600;text-decoration:none;transition:color .12s}.cp-toc-item:hover{color:#0284c7;text-decoration:underline}.cp-legal-section{padding:20px 0;border-bottom:1px solid #f1f5f9}.cp-legal-section:last-child{border-bottom:none;padding-bottom:0}.cp-legal-section h3{font-size:15px;font-weight:800;color:#0f172a;margin:0 0 10px;display:flex;align-items:center;gap:8px}.cp-legal-section h3:before{content:"";display:inline-block;width:3px;height:16px;border-radius:2px;background:#0ea5e9;flex-shrink:0}.cp-legal-section p{font-size:14px;color:#475569;line-height:1.85;margin:0 0 10px}.cp-legal-section ul{margin:0 0 10px;padding-left:18px}.cp-legal-section ul li{font-size:14px;color:#475569;line-height:1.8;margin-bottom:5px}.cp-last-updated{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:#94a3b8;font-weight:600;background:#f1f5f9;border-radius:8px;padding:5px 12px;margin-bottom:16px}.cp-highlight{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border:1.5px solid #bae6fd;border-radius:16px;padding:20px 22px;display:flex;gap:14px;align-items:flex-start}.cp-highlight-icon{font-size:22px;flex-shrink:0;margin-top:2px}.cp-highlight-title{font-size:14px;font-weight:800;color:#0c4a6e;margin-bottom:4px}.cp-highlight-text{font-size:13px;color:#0369a1;line-height:1.65}.cp-cta{background:linear-gradient(135deg,#0f172a,#1e3a5f);border-radius:20px;padding:36px 32px;text-align:center;color:#fff;position:relative;overflow:hidden}.cp-cta:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 80% 20%,rgba(14,165,233,.2) 0%,transparent 60%);pointer-events:none}.cp-cta h2{font-size:22px;font-weight:900;margin:0 0 8px;position:relative}.cp-cta p{font-size:14px;color:#fff9;margin:0 0 22px;line-height:1.6;position:relative}.cp-cta-btn{display:inline-flex;align-items:center;gap:8px;background:#0ea5e9;color:#fff;border:none;border-radius:12px;padding:13px 30px;font-size:14px;font-weight:700;cursor:pointer;font-family:inherit;text-decoration:none;transition:background .15s,transform .12s;position:relative}.cp-cta-btn:hover{background:#0284c7;transform:translateY(-1px)}.cp-contact-strip{display:flex;gap:12px;flex-wrap:wrap}.cp-contact-item{flex:1;min-width:180px;background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:16px 18px;display:flex;align-items:center;gap:12px;box-shadow:0 1px 6px #00000008}.cp-contact-icon{font-size:22px;flex-shrink:0}.cp-contact-label{font-size:11px;color:#94a3b8;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.cp-contact-val{font-size:14px;font-weight:700;color:#0f172a;margin-top:2px}.cp-steps{display:flex;flex-direction:column;gap:0}.cp-step{display:flex;gap:18px;padding-bottom:24px;position:relative}.cp-step:last-child{padding-bottom:0}.cp-step-num{width:34px;height:34px;border-radius:50%;flex-shrink:0;background:#0f172a;color:#fff;font-size:13px;font-weight:900;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 10px #0f172a33}.cp-step-line{position:absolute;left:16px;top:40px;bottom:0;width:2px;background:#e2e8f0}.cp-step:last-child .cp-step-line{display:none}.cp-step-title{font-size:14px;font-weight:800;color:#0f172a;margin-bottom:4px}.cp-step-text{font-size:13px;color:#64748b;line-height:1.65}@media (max-width: 640px){.cp-hero{height:220px;padding:0 18px 24px}.cp-body{padding:20px 14px 60px;gap:16px}.cp-card{padding:20px 18px}.cp-stats{grid-template-columns:repeat(2,1fr);gap:10px}.cp-values{grid-template-columns:1fr}.cp-team,.cp-perks{grid-template-columns:repeat(2,1fr)}.cp-job{flex-direction:column;align-items:flex-start}.cp-cta{padding:26px 18px}.cp-contact-strip{flex-direction:column}}@media (max-width: 400px){.cp-stats,.cp-team,.cp-perks{grid-template-columns:1fr}}*,*:before,*:after{box-sizing:border-box}.tc-wrap{min-height:100vh;background:#f1f5f9;font-family:DM Sans,Inter,sans-serif;overflow-x:hidden}.tc-topbar{background:linear-gradient(90deg,#0f172a,#1e3a5f,#0f172a);height:6px}.tc-nav{background:#fffffff2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid #e5e7eb;padding:14px 32px;display:flex;align-items:center;gap:14px;position:sticky;top:0;z-index:100;box-shadow:0 1px 12px #0000000f}.tc-nav-back{width:36px;height:36px;border-radius:50%;background:#f3f4f6;border:1px solid #e5e7eb;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#374151;flex-shrink:0;transition:background .15s,box-shadow .15s}.tc-nav-back:hover{background:#e5e7eb;box-shadow:0 2px 8px #0000001a}.tc-nav-title{font-size:15px;font-weight:800;color:#111827}.tc-page{max-width:1100px;margin:0 auto;padding:32px 24px 80px;width:100%}.tc-hero-card{background:#fff;border-radius:24px;box-shadow:0 8px 40px #0f172a1f;overflow:hidden;margin-bottom:24px;width:100%;border:1px solid #e2e8f0}.tc-hero-left{flex:1;min-width:0;padding:48px 44px 40px 48px;display:flex;flex-direction:column;justify-content:flex-start;background:#fff}.tc-hero-badge{display:inline-flex;align-items:center;gap:6px;background:#f0f9ff;border-radius:999px;border:1px solid #bae6fd;padding:5px 14px;font-size:11px;font-weight:700;color:#0369a1;letter-spacing:.6px;margin-bottom:18px;width:fit-content;text-transform:uppercase}.tc-hero-title{font-size:clamp(26px,3vw,44px);font-weight:900;color:#0f172a;line-height:1.15;margin:0 0 14px;letter-spacing:-.8px}.tc-hero-title span{color:#f97316}.tc-hero-sub{font-size:15px;color:#64748b;line-height:1.7;margin:0 0 28px;max-width:460px}.tc-hero-btn{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#f97316,#ea580c);color:#fff;border:none;border-radius:10px;padding:14px 28px;font-size:15px;font-weight:700;cursor:pointer;font-family:inherit;text-decoration:none;transition:transform .15s,box-shadow .15s;width:fit-content;margin-bottom:28px;box-shadow:0 4px 16px #f9731659}.tc-hero-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #f9731673}.tc-hero-top-row .tc-hero-right,.tc-hero-card>.tc-hero-right{width:310px;flex-shrink:0;position:relative;display:flex;align-items:flex-end;justify-content:flex-start;padding:80px 16px 0;overflow:hidden;background:linear-gradient(160deg,#0f172a,#1e3a5f)}.tc-hero-right-card{width:100%;position:relative;z-index:1;padding:20px 20px 20px 22px}.tc-hero-spark{font-size:22px;color:#fbbf24;margin-bottom:10px;display:block}.tc-hero-right-card-title{font-size:22px;font-weight:900;color:#fbbf24;line-height:1.2;margin-bottom:10px;width:58%;text-shadow:0 2px 8px rgba(0,0,0,.3)}.tc-hero-right-card-sub{font-size:12.5px;color:#fffc;line-height:1.65;width:58%}.tc-pill{display:inline-flex;align-items:center;gap:5px;background:#fff;border:1px solid #e2e8f0;border-radius:999px;padding:5px 13px;font-size:12px;font-weight:600;color:#374151;box-shadow:0 1px 3px #0000000d;transition:border-color .15s,box-shadow .15s}.tc-pill:hover{border-color:#f97316;box-shadow:0 2px 8px #f973161f}.tc-highlight-item{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:20px 16px;display:flex;flex-direction:column;gap:8px;transition:box-shadow .15s,transform .15s}.tc-highlight-item:hover{box-shadow:0 4px 20px #00000014;transform:translateY(-2px)}.tc-section-h2{font-size:20px;font-weight:900;color:#0f172a;margin:0 0 16px;letter-spacing:-.3px;padding-bottom:12px;border-bottom:2px solid #f1f5f9}.tc-policy-card{background:#fff;border-radius:18px;padding:32px 36px;margin-bottom:12px;border:1px solid #e2e8f0;box-shadow:0 2px 12px #0000000a;transition:box-shadow .2s}.tc-policy-card:hover{box-shadow:0 6px 28px #00000014}.tc-policy-card .tc-section-h2{margin-bottom:20px}.tc-p{font-size:15px;color:#475569;line-height:1.85;margin:0 0 14px}.tc-h3{font-size:14px;font-weight:800;color:#0f172a;margin:24px 0 10px;display:flex;align-items:center;gap:8px;text-transform:uppercase;letter-spacing:.5px}.tc-h3:before{content:"";display:inline-block;width:3px;height:14px;background:#f97316;border-radius:2px;flex-shrink:0}.tc-ol li{font-size:15px;color:#475569;line-height:1.8;padding-left:28px;position:relative;counter-increment:tc-c}.tc-ol li:before{content:counter(tc-c) ".";position:absolute;left:0;font-weight:700;color:#0f172a}.tc-ul{margin:0 0 16px;padding-left:0;list-style:none;display:flex;flex-direction:column;gap:9px}.tc-ul li{font-size:14.5px;color:#475569;line-height:1.8;padding-left:20px;position:relative}.tc-ul li:before{content:"›";position:absolute;left:0;color:#f97316;font-weight:700;font-size:16px;line-height:1.5}.tc-note{display:flex;gap:12px;align-items:flex-start;background:#fffbeb;border-left:4px solid #f59e0b;border-radius:0 10px 10px 0;padding:14px 18px;margin:16px 0;font-size:14px;color:#78350f;line-height:1.7;box-shadow:0 2px 8px #f59e0b14}.tc-note-icon{font-size:16px;flex-shrink:0;margin-top:1px}.tc-prohibited{background:linear-gradient(135deg,#fff5f5,#fef2f2);border:1.5px solid #fecaca;border-radius:14px;padding:20px 24px;margin:16px 0;box-shadow:0 2px 12px #dc26260f}.tc-prohibited-title{font-size:13px;font-weight:800;color:#dc2626;margin-bottom:12px;text-transform:uppercase;letter-spacing:.6px}.tc-prohibited ul{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:8px}.tc-prohibited ul li{font-size:14px;color:#374151;line-height:1.7;padding-left:24px;position:relative}.tc-table-wrap{overflow-x:auto;margin:16px 0;border-radius:12px;box-shadow:0 2px 10px #0000000f}.tc-table{width:100%;border-collapse:collapse;font-size:14px;border-radius:12px;overflow:hidden}.tc-table th{padding:13px 16px;text-align:left;background:#0f172a;border-bottom:none;font-weight:700;color:#fff;font-size:13px;letter-spacing:.3px}.tc-table td{padding:12px 16px;border-bottom:1px solid #f1f5f9;color:#374151;line-height:1.6}.tc-table tr:nth-child(2n) td{background:#f8fafc}.tc-table tr:hover td{background:#f0f9ff;transition:background .15s}.tc-faq-wrap{background:#fff;border-radius:14px;border:1px solid #e2e8f0;overflow:hidden;margin-bottom:8px;box-shadow:0 2px 10px #0000000a}.tc-faq-item{border-bottom:1px solid #f1f5f9;cursor:pointer}.tc-faq-q{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 22px;font-size:15px;font-weight:600;color:#0f172a;-webkit-user-select:none;user-select:none;transition:background .12s}.tc-faq-item:hover .tc-faq-q{background:#f8fafc}.tc-faq-item--open .tc-faq-q{background:#f0f9ff;color:#0369a1}.tc-faq-chevron{flex-shrink:0;color:#94a3b8;transition:transform .2s}.tc-faq-item--open .tc-faq-chevron{transform:rotate(180deg);color:#0369a1}.tc-faq-a{font-size:14.5px;color:#475569;line-height:1.85;padding:0 22px 18px;border-top:1px solid #f1f5f9;background:#f8fafc}.tc-cta{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;background:linear-gradient(135deg,#0f172a,#1e3a5f);border-radius:18px;padding:28px 36px;margin-top:12px;box-shadow:0 8px 32px #0f172a33}.tc-cta-title{font-size:18px;font-weight:800;color:#fff;margin-bottom:4px}.tc-cta-sub{font-size:13px;color:#ffffffa6}.tc-cta-btn{display:inline-flex;align-items:center;gap:8px;background:#f97316;color:#fff;border-radius:10px;padding:13px 28px;font-size:14px;font-weight:700;text-decoration:none;white-space:nowrap;flex-shrink:0;transition:transform .15s,box-shadow .15s;box-shadow:0 4px 14px #f9731666}.tc-cta-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #f9731680}.tc-flow-card{border-top:1px solid #e2e8f0;padding:32px 48px 36px;background:#f8fafc;border-radius:0 0 24px 24px}.tc-flow-card-header{display:flex;align-items:flex-start;gap:16px;margin-bottom:28px}.tc-flow-icon-wrap{width:48px;height:48px;border-radius:14px;background:linear-gradient(135deg,#0f172a,#1e3a5f);display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 12px #0f172a4d}.tc-flow-card-title{font-size:19px;font-weight:900;color:#0f172a;margin-bottom:5px;letter-spacing:-.3px}.tc-flow-card-sub{font-size:14px;color:#64748b;line-height:1.6}.tc-flow-step{display:flex;align-items:flex-start;gap:12px;background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:16px 18px;transition:box-shadow .15s,transform .15s}.tc-flow-step:hover{box-shadow:0 4px 16px #00000014;transform:translateY(-2px)}.tc-flow-step--green{background:#f0fdf4;border-color:#86efac}.tc-flow-step--red{background:#fff5f5;border-color:#fca5a5}.tc-flow-step-num{font-size:11px;font-weight:900;color:#fff;background:#0f172a;border-radius:7px;padding:3px 8px;flex-shrink:0;letter-spacing:.5px;margin-top:1px}.tc-flow-step--green .tc-flow-step-num{background:linear-gradient(135deg,#16a34a,#15803d)}.tc-flow-step--red .tc-flow-step-num{background:linear-gradient(135deg,#dc2626,#b91c1c)}@media (max-width: 1024px){.tc-hero-top-row .tc-hero-right,.tc-hero-card>.tc-hero-right{width:240px}.tc-hero-left,.tc-hero-top-row .tc-hero-left{padding:36px 28px 32px 36px}.tc-flow-card{padding:24px 28px 28px}}@media (max-width: 860px){.tc-hero-top-row{flex-direction:column}.tc-hero-top-row .tc-hero-right,.tc-hero-card>.tc-hero-right{width:100%;height:200px;padding:16px 20px 0}.tc-hero-left,.tc-hero-top-row .tc-hero-left{padding:24px 20px}.tc-hero-right-person{height:95%;max-width:40%}.tc-page{padding:16px 14px 60px}.tc-policy-card{padding:20px 18px;border-radius:14px}.tc-cta{padding:20px;border-radius:14px}.tc-table th,.tc-table td{font-size:13px;padding:10px 12px}.tc-flow-card{padding:20px 18px 24px}.tc-flow-steps{grid-template-columns:1fr}.tc-highlights-grid{grid-template-columns:repeat(2,1fr)}.tc-h3:before{display:none}.tc-section-h2{font-size:18px}}@media (max-width: 480px){.tc-hero-title{font-size:22px}.tc-hero-top-row .tc-hero-right,.tc-hero-card>.tc-hero-right{height:170px}.tc-hero-right-card-title{font-size:17px}.tc-hero-left,.tc-hero-top-row .tc-hero-left{padding:18px 16px}.tc-hero-sub{font-size:13px}.tc-policy-card{padding:16px 14px}.tc-section-h2{font-size:16px}.tc-h3{font-size:13px}.tc-p,.tc-ul li,.tc-ol li{font-size:13.5px}.tc-table th,.tc-table td{padding:9px 10px;font-size:12.5px}.tc-faq-q{font-size:13.5px;padding:14px}.tc-faq-a{font-size:13px;padding:0 14px 14px}.tc-cta{flex-direction:column;align-items:flex-start}.tc-cta-btn{width:100%;justify-content:center}.tc-cta-title{font-size:15px}.tc-nav{padding:10px 14px}.tc-nav-title{font-size:13px}.tc-nav-date{font-size:11px}.tc-flow-card{padding:14px 14px 18px}.tc-flow-card-title{font-size:15px}.tc-flow-card-sub{font-size:13px}.tc-flow-step{padding:10px 12px}.tc-flow-step-text{font-size:12.5px}.tc-prohibited ul li,.tc-prohibited-title,.tc-note{font-size:13px}.tc-page{padding:12px 12px 60px}.tc-pill{font-size:11px;padding:4px 10px}.tc-highlights-grid{grid-template-columns:1fr 1fr;gap:10px}}.tc-wrap{min-height:100vh;background:#f3f4f6;font-family:DM Sans,Inter,sans-serif;overflow-x:hidden}.tc-topbar{background:#0f172a;height:8px}.tc-nav{background:#fff;border-bottom:1px solid #e5e7eb;padding:12px 24px;display:flex;align-items:center;gap:12px;position:sticky;top:0;z-index:100}.tc-nav-back{width:34px;height:34px;border-radius:50%;background:#f3f4f6;border:1px solid #e5e7eb;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#374151;flex-shrink:0;transition:background .15s}.tc-nav-back:hover{background:#e5e7eb}.tc-nav-title{font-size:14px;font-weight:800;color:#111827}.tc-nav-date{margin-left:auto;font-size:12px;color:#9ca3af;white-space:nowrap}.tc-page{max-width:1100px;margin:0 auto;padding:24px 24px 80px;width:100%}.tc-hero-card{background:#fff;border-radius:20px;box-shadow:0 4px 24px #0000001a;overflow:hidden;margin-bottom:28px;width:100%}.tc-hero-top-row{display:flex;align-items:stretch;width:100%;min-width:0}.tc-hero-left{flex:1;min-width:0;padding:40px 36px 36px 40px;display:flex;flex-direction:column;justify-content:flex-start}.tc-hero-badge{display:inline-flex;align-items:center;gap:6px;background:#f3f4f6;border-radius:6px;padding:4px 10px;font-size:11px;font-weight:700;color:#6b7280;letter-spacing:.4px;margin-bottom:16px;width:fit-content}.tc-hero-title{font-size:clamp(22px,2.8vw,38px);font-weight:900;color:#111827;line-height:1.18;margin:0 0 10px;letter-spacing:-.5px}.tc-hero-sub{font-size:14px;color:#6b7280;line-height:1.65;margin:0 0 24px;max-width:440px}.tc-hero-btn{display:inline-flex;align-items:center;gap:8px;background:#f97316;color:#fff;border:none;border-radius:8px;padding:12px 24px;font-size:14px;font-weight:700;cursor:pointer;font-family:inherit;text-decoration:none;transition:background .15s;width:fit-content;margin-bottom:24px}.tc-hero-btn:hover{background:#ea6c00}.tc-hero-pills{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:0}.tc-hero-top-row .tc-hero-right,.tc-hero-card>.tc-hero-right{width:300px;flex-shrink:0;position:relative;display:flex;align-items:flex-end;justify-content:flex-start;padding:80px 16px 0;overflow:hidden;background:linear-gradient(160deg,#0f172a,#1e3a5f)}.tc-hero-right-card{width:100%;position:relative;z-index:1;padding:18px 20px}.tc-hero-spark{font-size:20px;color:#fbbf24;margin-bottom:8px;display:block}.tc-hero-right-card-title{font-size:20px;font-weight:900;color:#fbbf24;line-height:1.25;margin-bottom:8px;width:60%}.tc-hero-right-card-sub{font-size:12px;color:#ffffffbf;line-height:1.6;width:60%}.tc-hero-right-person{position:absolute;right:0;bottom:0;height:90%;width:auto;max-width:55%;object-fit:contain;object-position:bottom right;z-index:2;pointer-events:none;filter:drop-shadow(0 8px 24px rgba(0,0,0,.3))}.tc-hero-right-card-inner{position:relative;z-index:1}.tc-pills{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:28px}.tc-pill{display:inline-flex;align-items:center;gap:5px;background:#fff;border:1px solid #e5e7eb;border-radius:999px;padding:5px 12px;font-size:12px;font-weight:600;color:#374151;box-shadow:0 1px 3px #0000000d}.tc-pill-dot{width:6px;height:6px;border-radius:50%;background:#0f172a;flex-shrink:0}.tc-highlights-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:20px}.tc-highlight-item{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px 16px;display:flex;flex-direction:column;gap:8px}.tc-highlight-icon{font-size:26px;line-height:1}.tc-highlight-title{font-size:14px;font-weight:800;color:#111827}.tc-highlight-text{font-size:13px;color:#6b7280;line-height:1.6}.tc-section{margin-bottom:32px}.tc-section-h2{font-size:20px;font-weight:900;color:#111827;margin:0 0 16px;letter-spacing:-.3px}.tc-policy-card{background:#f9fafb;border-radius:14px;padding:28px 32px;margin-bottom:8px}.tc-policy-card .tc-section-h2{margin-bottom:18px}.tc-p{font-size:15px;color:#374151;line-height:1.85;margin:0 0 14px}.tc-p:last-child{margin-bottom:0}.tc-h3{font-size:15px;font-weight:800;color:#111827;margin:22px 0 10px}.tc-h3:first-child{margin-top:0}.tc-ol{margin:0 0 16px;padding-left:0;list-style:none;counter-reset:tc-c;display:flex;flex-direction:column;gap:10px}.tc-ol li{font-size:15px;color:#374151;line-height:1.8;padding-left:28px;position:relative;counter-increment:tc-c}.tc-ol li:before{content:counter(tc-c) ".";position:absolute;left:0;font-weight:700;color:#111827}.tc-ul{margin:0 0 16px;padding-left:0;list-style:none;display:flex;flex-direction:column;gap:8px}.tc-ul li{font-size:15px;color:#374151;line-height:1.8;padding-left:18px;position:relative}.tc-ul li:before{content:"-";position:absolute;left:0;color:#6b7280}.tc-note{display:flex;gap:10px;align-items:flex-start;background:#fffbeb;border-left:4px solid #f59e0b;border-radius:0 8px 8px 0;padding:12px 14px;margin:14px 0;font-size:14px;color:#78350f;line-height:1.7}.tc-note-icon{font-size:15px;flex-shrink:0;margin-top:2px}.tc-note strong{color:#92400e}.tc-prohibited{background:#fff5f5;border:1.5px solid #fecaca;border-radius:12px;padding:18px 20px;margin:14px 0}.tc-prohibited-title{font-size:14px;font-weight:800;color:#dc2626;margin-bottom:10px}.tc-prohibited ul{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:7px}.tc-prohibited ul li{font-size:14px;color:#374151;line-height:1.7;padding-left:22px;position:relative}.tc-prohibited ul li:before{content:"🚫";position:absolute;left:0;font-size:11px;top:3px}.tc-table-wrap{overflow-x:auto;margin:14px 0}.tc-table{width:100%;border-collapse:collapse;font-size:14px;border:1px solid #e5e7eb;border-radius:10px;overflow:hidden}.tc-table th{padding:11px 14px;text-align:left;background:#f9fafb;border-bottom:1px solid #e5e7eb;font-weight:700;color:#111827;font-size:13px}.tc-table td{padding:11px 14px;border-bottom:1px solid #f3f4f6;color:#374151;line-height:1.6}.tc-table tr:last-child td{border-bottom:none}.tc-table tr:nth-child(2n) td{background:#fafafa}.tc-green{font-weight:700;color:#15803d}.tc-red{font-weight:700;color:#dc2626}.tc-link{color:#0ea5e9;font-weight:700;text-decoration:none}.tc-link:hover{text-decoration:underline}.tc-faq-wrap{background:#fff;border-radius:14px;border:1px solid #e5e7eb;overflow:hidden;margin-bottom:8px}.tc-faq-item{border-bottom:1px solid #e5e7eb;cursor:pointer}.tc-faq-item:last-child{border-bottom:none}.tc-faq-q{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:17px 20px;font-size:15px;font-weight:600;color:#111827;-webkit-user-select:none;user-select:none;transition:background .1s}.tc-faq-item:hover .tc-faq-q{background:#f9fafb}.tc-faq-item--open .tc-faq-q{background:#f9fafb;color:#0f172a}.tc-faq-chevron{flex-shrink:0;color:#9ca3af;transition:transform .2s}.tc-faq-item--open .tc-faq-chevron{transform:rotate(180deg);color:#0f172a}.tc-faq-a{font-size:14.5px;color:#4b5563;line-height:1.85;padding:0 20px 18px}.tc-cta{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:24px 28px;margin-top:8px}.tc-cta-title{font-size:16px;font-weight:800;color:#111827;margin-bottom:4px}.tc-cta-sub{font-size:13px;color:#6b7280}.tc-cta-btn{display:inline-flex;align-items:center;gap:6px;background:#0f172a;color:#fff;border-radius:10px;padding:12px 24px;font-size:13px;font-weight:700;text-decoration:none;white-space:nowrap;flex-shrink:0;transition:background .15s}.tc-cta-btn:hover{background:#374151}.tc-flow-card{border-top:1px solid #e5e7eb;padding:28px 40px 32px;background:#fff;border-radius:0 0 20px 20px}.tc-flow-card-header{display:flex;align-items:flex-start;gap:14px;margin-bottom:24px}.tc-flow-icon-wrap{width:44px;height:44px;border-radius:12px;background:#0f172a;display:flex;align-items:center;justify-content:center;flex-shrink:0}.tc-flow-card-title{font-size:18px;font-weight:900;color:#111827;margin-bottom:4px;letter-spacing:-.3px}.tc-flow-card-sub{font-size:14px;color:#6b7280;line-height:1.6}.tc-flow-steps{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.tc-flow-step{display:flex;align-items:flex-start;gap:12px;background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;padding:14px 16px}.tc-flow-step--green{background:#f0fdf4;border-color:#bbf7d0}.tc-flow-step--red{background:#fff5f5;border-color:#fecaca}.tc-flow-step-num{font-size:11px;font-weight:900;color:#fff;background:#0f172a;border-radius:6px;padding:2px 7px;flex-shrink:0;letter-spacing:.5px;margin-top:1px}.tc-flow-step--green .tc-flow-step-num{background:#16a34a}.tc-flow-step--red .tc-flow-step-num{background:#dc2626}.tc-flow-step-text{font-size:13.5px;color:#374151;line-height:1.65}.tc-flow-step--green .tc-flow-step-text{color:#166534;font-weight:600}.tc-flow-step--red .tc-flow-step-text{color:#991b1b;font-weight:600}@media (max-width: 1024px){.tc-hero-top-row .tc-hero-right,.tc-hero-card>.tc-hero-right{width:240px}.tc-hero-left,.tc-hero-top-row .tc-hero-left{padding:32px 28px 28px 32px}.tc-flow-card{padding:24px 28px 28px}}@media (max-width: 860px){.tc-hero-top-row{flex-direction:column}.tc-hero-top-row .tc-hero-right,.tc-hero-card>.tc-hero-right{width:100%;height:200px;padding:16px 20px 0}.tc-hero-left,.tc-hero-top-row .tc-hero-left{padding:24px 20px}.tc-hero-right-person{height:95%;max-width:40%}.tc-page{padding:16px 14px 60px}.tc-policy-card{padding:20px 18px}.tc-cta{padding:18px 20px}.tc-table th,.tc-table td{font-size:13px;padding:10px 12px}.tc-flow-card{padding:20px 18px 24px}.tc-flow-steps{grid-template-columns:1fr}.tc-highlights-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.tc-hero-title{font-size:22px}.tc-hero-top-row .tc-hero-right,.tc-hero-card>.tc-hero-right{height:170px}.tc-hero-right-card-title{font-size:17px}.tc-hero-left,.tc-hero-top-row .tc-hero-left{padding:18px 16px}.tc-hero-sub{font-size:13px}.tc-policy-card{padding:16px 14px}.tc-section-h2{font-size:17px}.tc-h3,.tc-p,.tc-ul li,.tc-ol li{font-size:13.5px}.tc-table th,.tc-table td{padding:9px 10px;font-size:12.5px}.tc-faq-q{font-size:13.5px;padding:14px}.tc-faq-a{font-size:13px;padding:0 14px 14px}.tc-cta{flex-direction:column;align-items:flex-start}.tc-cta-btn{width:100%;justify-content:center}.tc-nav{padding:10px 14px}.tc-nav-title{font-size:13px}.tc-nav-date{font-size:11px}.tc-flow-card{padding:14px 14px 18px}.tc-flow-card-title{font-size:15px}.tc-flow-card-sub{font-size:13px}.tc-flow-step{padding:10px 12px}.tc-flow-step-text{font-size:12.5px}.tc-prohibited ul li,.tc-prohibited-title,.tc-note{font-size:13px}.tc-page{padding:12px 12px 60px}.tc-pill{font-size:11px;padding:4px 10px}.tc-highlights-grid{grid-template-columns:1fr 1fr;gap:10px}}.wlp-wrap{height:100vh;display:flex;font-family:Inter,DM Sans,sans-serif;background:#f5f7fa;overflow:hidden}.wlp-left{flex:0 0 56%;position:relative;height:100vh;overflow:hidden;background:#efefef}.wlp-illus{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.wlp-illus:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#e8e8e8;opacity:.35;z-index:0}.wlp-illus img{width:90%;max-width:560px;height:auto;object-fit:contain;display:block;position:relative;z-index:1;opacity:1}.wlp-illus-overlay{display:none}.wlp-right{flex:1;background:#fff;display:flex;align-items:center;justify-content:center;padding:48px 56px;height:100vh;overflow-y:auto}.wlp-right-inner{width:100%;max-width:390px}.wlp-view{animation:wlp-slide-in .32s cubic-bezier(.4,0,.2,1)}@keyframes wlp-slide-in{0%{opacity:0;transform:translate(36px)}to{opacity:1;transform:none}}.wlp-view-back{animation:wlp-slide-back .32s cubic-bezier(.4,0,.2,1)}@keyframes wlp-slide-back{0%{opacity:0;transform:translate(-36px)}to{opacity:1;transform:none}}.wlp-logo{display:flex;align-items:center;gap:10px;margin-bottom:8px;cursor:pointer;background:none;border:none;padding:0}.wlp-logo-box{width:44px;height:44px;background:#0f172a;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:900;color:#fff;flex-shrink:0}.wlp-logo-name{display:flex;flex-direction:column;line-height:1.15;text-align:left}.wlp-logo-just{font-size:16px;font-weight:400;color:#0f172a}.wlp-logo-worker{font-size:16px;font-weight:900;color:#0f172a}.wlp-partner-badge{display:inline-flex;align-items:center;gap:6px;background:linear-gradient(135deg,#eff6ff,#dbeafe);border:1px solid #bfdbfe;border-radius:999px;padding:5px 14px;font-size:11px;font-weight:800;color:#1d4ed8;letter-spacing:.6px;text-transform:uppercase;margin-bottom:28px}.wlp-partner-dot{width:6px;height:6px;border-radius:50%;background:#2563eb}.wlp-title{font-size:26px;font-weight:800;color:#0f172a;margin-bottom:6px;letter-spacing:-.3px}.wlp-sub{font-size:14px;color:#6b7280;margin-bottom:20px;line-height:1.6}.wlp-info-note{display:flex;align-items:flex-start;gap:8px;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;padding:10px 13px;font-size:12px;color:#1d4ed8;line-height:1.55;margin-bottom:20px}.wlp-info-note svg{flex-shrink:0;margin-top:1px}.wlp-field{display:flex;flex-direction:column;gap:5px;margin-bottom:16px}.wlp-field label{font-size:13px;font-weight:600;color:#111827}.wlp-field input{padding:11px 14px;border:1.5px solid #d1d5db;border-radius:8px;font-size:14px;font-family:inherit;color:#111827;background:#fff;outline:none;transition:border-color .15s,box-shadow .15s}.wlp-field input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb14}.wlp-field input.wlp-err-input{border-color:#ef4444}.wlp-pass-wrap{position:relative}.wlp-pass-wrap input{width:100%;padding-right:44px}.wlp-eye{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;color:#9ca3af}.wlp-forgot-row{display:flex;justify-content:flex-end;margin-top:6px}.wlp-forgot{background:none;border:none;font-size:13px;font-weight:600;color:#2563eb;cursor:pointer;font-family:inherit;padding:0;text-decoration:underline}.wlp-err{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:10px 14px;font-size:13px;color:#dc2626;margin-bottom:12px;display:flex;align-items:center;gap:8px}.wlp-err-sm{font-size:12px;color:#ef4444;margin-top:3px}.wlp-submit{width:100%;padding:13px;background:#2563eb;color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:700;cursor:pointer;font-family:inherit;display:flex;align-items:center;justify-content:center;gap:8px;transition:background .15s,transform .1s;margin-top:4px}.wlp-submit:hover:not(:disabled){background:#1d4ed8;transform:translateY(-1px)}.wlp-submit:disabled{opacity:.6;cursor:not-allowed;transform:none}.wlp-spinner{width:16px;height:16px;border:2.5px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:wlp-spin .65s linear infinite}@keyframes wlp-spin{to{transform:rotate(360deg)}}.wlp-reg-note{text-align:center;font-size:13px;color:#6b7280;margin-top:20px}.wlp-reg-link{background:none;border:none;color:#2563eb;font-weight:700;cursor:pointer;font-family:inherit;font-size:13px;padding:0;text-decoration:underline}.wlp-fp-header{display:flex;align-items:center;gap:12px;margin-bottom:24px}.wlp-fp-back{width:36px;height:36px;border-radius:50%;border:1.5px solid #e5e7eb;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:all .15s;color:#374151}.wlp-fp-back:hover{border-color:#2563eb;color:#2563eb;background:#eff6ff}.wlp-fp-header-text{display:flex;flex-direction:column;gap:1px}.wlp-fp-header-title{font-size:18px;font-weight:800;color:#0f172a}.wlp-fp-header-sub{font-size:12px;color:#94a3b8}.wlp-fp-steps{display:flex;align-items:center;margin-bottom:28px}.wlp-fp-step-dot{width:24px;height:24px;border-radius:50%;border:2px solid #e2e8f0;background:#fff;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:#94a3b8;flex-shrink:0;transition:all .3s}.wlp-fp-step-dot--active{background:#2563eb;border-color:#2563eb;color:#fff;box-shadow:0 0 0 4px #2563eb1f}.wlp-fp-step-dot--done{background:#22c55e;border-color:#22c55e;color:#fff}.wlp-fp-step-line{flex:1;height:2px;background:#e2e8f0;margin:0 6px;transition:background .3s}.wlp-fp-step-line--done{background:#22c55e}.wlp-fp-step-labels{display:flex;justify-content:space-between;margin-top:6px;margin-bottom:24px}.wlp-fp-step-lbl{font-size:10px;font-weight:600;color:#94a3b8;text-align:center;flex:1}.wlp-fp-step-lbl--active{color:#2563eb;font-weight:700}.wlp-fp-step-lbl--done{color:#16a34a}.wlp-otp-row{display:flex;gap:8px;margin-bottom:8px}.wlp-otp-box{width:46px;height:52px;border:1.5px solid #d1d5db;border-radius:10px;text-align:center;font-size:22px;font-weight:700;color:#0f172a;background:#fff;outline:none;transition:border-color .15s,box-shadow .15s,transform .15s;font-family:inherit}.wlp-otp-box:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a;transform:scale(1.05)}.wlp-otp-box--on{border-color:#2563eb;background:#eff6ff}.wlp-verified{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:700;color:#16a34a;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;padding:8px 12px;margin-top:4px;animation:wlp-pop .3s ease}.wlp-done{text-align:center;padding:24px 0;animation:wlp-slide-in .32s ease}.wlp-done-ring{width:76px;height:76px;border-radius:50%;background:linear-gradient(135deg,#22c55e,#16a34a);display:flex;align-items:center;justify-content:center;margin:0 auto 18px;animation:wlp-pop .45s cubic-bezier(.22,1,.36,1);box-shadow:0 8px 24px #22c55e4d}@keyframes wlp-pop{0%{transform:scale(.6);opacity:0}to{transform:scale(1);opacity:1}}.wlp-done-title{font-size:22px;font-weight:800;color:#0f172a;margin-bottom:8px}.wlp-done-sub{font-size:14px;color:#6b7280;line-height:1.7}.wlp-resend-row{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:14px;font-size:13px;color:#6b7280}.wlp-resend-btn{background:none;border:none;color:#2563eb;font-weight:700;cursor:pointer;font-family:inherit;font-size:13px;padding:0;text-decoration:underline}.wlp-pw-strength{display:flex;gap:4px;margin-top:6px}.wlp-pw-bar{flex:1;height:3px;border-radius:999px;background:#e5e7eb;transition:background .3s}.wlp-pw-bar--weak{background:#ef4444}.wlp-pw-bar--fair{background:#f59e0b}.wlp-pw-bar--strong{background:#22c55e}.wlp-pw-label{font-size:11px;margin-top:4px;font-weight:600}.wlp-pw-label--weak{color:#ef4444}.wlp-pw-label--fair{color:#f59e0b}.wlp-pw-label--strong{color:#22c55e}@media (max-width:860px){.wlp-left{display:none}.wlp-right{padding:32px 24px}}.wrp-wrap{height:100vh;display:flex;font-family:Inter,DM Sans,sans-serif;background:#f5f7fa;overflow:hidden}.wrp-left{flex:0 0 56%;position:relative;height:100vh;overflow:hidden;background:#efefef}.wrp-left-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.wrp-left-img:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#e8e8e8;opacity:.35;z-index:0}.wrp-left-img img{width:90%;max-width:560px;height:auto;object-fit:contain;display:block;position:relative;z-index:1}.wrp-right{flex:1;background:#fff;display:flex;align-items:flex-start;justify-content:center;padding:48px 56px;height:100vh;overflow-y:auto}.wrp-right-inner{width:100%;max-width:400px}.wrp-logo{display:flex;align-items:center;gap:10px;margin-bottom:28px;cursor:pointer;background:none;border:none;padding:0}.wrp-logo-box{width:44px;height:44px;background:#0f172a;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:900;color:#fff;flex-shrink:0}.wrp-logo-name{display:flex;flex-direction:column;line-height:1.15;text-align:left}.wrp-logo-just{font-size:16px;font-weight:400;color:#0f172a}.wrp-logo-worker{font-size:16px;font-weight:900;color:#0f172a}.wrp-steps{display:flex;align-items:center;gap:0;margin-bottom:24px}.wrp-step-dot{width:28px;height:28px;border-radius:50%;border:2px solid #e2e8f0;background:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:#94a3b8;flex-shrink:0;transition:all .25s}.wrp-step-dot--active{background:#2563eb;border-color:#2563eb;color:#fff;box-shadow:0 0 0 4px #2563eb26}.wrp-step-dot--done{background:#22c55e;border-color:#22c55e;color:#fff}.wrp-step-line{flex:1;height:2px;background:#e2e8f0;transition:background .25s}.wrp-step-line--done{background:#22c55e}.wrp-step-label-row{display:flex;justify-content:space-between;margin-top:6px;margin-bottom:20px}.wrp-step-lbl{font-size:11px;font-weight:600;color:#94a3b8;text-align:center;flex:1}.wrp-step-lbl--active{color:#2563eb;font-weight:700}.wrp-step-lbl--done{color:#16a34a}.wrp-slide{animation:wrp-slide-in .28s cubic-bezier(.4,0,.2,1)}@keyframes wrp-slide-in{0%{opacity:0;transform:translate(32px)}to{opacity:1;transform:none}}.wrp-slide-back{animation:wrp-slide-back .28s cubic-bezier(.4,0,.2,1)}@keyframes wrp-slide-back{0%{opacity:0;transform:translate(-32px)}to{opacity:1;transform:none}}.wrp-title{font-size:24px;font-weight:700;color:#0f172a;margin-bottom:4px}.wrp-sub{font-size:14px;color:#6b7280;margin-bottom:22px;line-height:1.6}.wrp-field{display:flex;flex-direction:column;gap:5px;margin-bottom:14px}.wrp-field label{font-size:13px;font-weight:600;color:#111827}.wrp-field input,.wrp-field select{padding:11px 13px;border:1.5px solid #d1d5db;border-radius:8px;font-size:14px;font-family:inherit;color:#111827;background:#fff;outline:none;transition:border-color .15s}.wrp-field input:focus,.wrp-field select:focus{border-color:#2563eb}.wrp-row-2{display:grid;grid-template-columns:1fr 1fr;gap:12px}.wrp-phone-wrap{display:flex;align-items:center;border:1.5px solid #d1d5db;border-radius:8px;background:#fff;overflow:hidden;transition:border-color .15s}.wrp-phone-wrap:focus-within{border-color:#2563eb}.wrp-phone-flag{padding:11px 12px;font-size:13px;font-weight:700;color:#374151;background:#f1f5f9;border-right:1.5px solid #d1d5db;flex-shrink:0}.wrp-phone-wrap input{border:none!important;border-radius:0!important;flex:1;background:transparent!important;padding:11px 13px;font-size:14px;font-family:inherit;color:#111827;outline:none}.wrp-pass-wrap{position:relative}.wrp-pass-wrap input{width:100%;padding-right:44px}.wrp-eye{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;color:#9ca3af}.wrp-input-row{display:flex;gap:8px}.wrp-input-row input{flex:1}.wrp-otp-btn{padding:11px 14px;background:#2563eb;color:#fff;border:none;border-radius:8px;font-size:12px;font-weight:700;cursor:pointer;font-family:inherit;white-space:nowrap;flex-shrink:0;transition:background .15s}.wrp-otp-btn:hover{background:#1d4ed8}.wrp-otp-btn--off{background:#e2e8f0;color:#94a3b8;cursor:not-allowed}.wrp-otp-row{display:flex;gap:8px;align-items:center}.wrp-otp-box{width:42px;height:46px;border:1.5px solid #d1d5db;border-radius:8px;text-align:center;font-size:20px;font-weight:700;color:#111827;background:#fff;outline:none;transition:border-color .15s;font-family:inherit}.wrp-otp-box:focus{border-color:#2563eb}.wrp-otp-box--on{border-color:#2563eb;background:#eff6ff}.wrp-otp-verify{padding:10px 14px;background:#0f172a;color:#fff;border:none;border-radius:8px;font-size:13px;font-weight:700;cursor:pointer;font-family:inherit;flex-shrink:0}.wrp-verified{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:700;color:#16a34a;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;padding:8px 12px;margin-top:4px}.wrp-err-sm{font-size:12px;color:#ef4444;margin-top:2px}.wrp-err-box{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:10px 14px;font-size:13px;color:#dc2626;margin-bottom:12px;display:flex;align-items:center;gap:8px}.wrp-btn-row{display:flex;gap:10px;margin-top:20px}.wrp-btn-back{padding:12px 18px;background:#f1f5f9;color:#374151;border:none;border-radius:8px;font-size:14px;font-weight:700;cursor:pointer;font-family:inherit;transition:background .15s}.wrp-btn-back:hover{background:#e2e8f0}.wrp-btn-next{flex:1;padding:13px;background:#2563eb;color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:700;cursor:pointer;font-family:inherit;display:flex;align-items:center;justify-content:center;gap:8px;transition:background .15s}.wrp-btn-next:hover:not(:disabled){background:#1d4ed8}.wrp-btn-next:disabled{background:#e2e8f0;color:#94a3b8;cursor:not-allowed}.wrp-spinner{width:16px;height:16px;border:2.5px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:wrp-spin .65s linear infinite}.wrp-spin{width:14px;height:14px;border:2px solid #e2e8f0;border-top-color:#2563eb;border-radius:50%;animation:wrp-spin .65s linear infinite;display:inline-block}@keyframes wrp-spin{to{transform:rotate(360deg)}}.wrp-terms{font-size:12px;color:#94a3b8;margin-top:8px;line-height:1.6}.wrp-terms span{color:#2563eb;cursor:pointer}.wrp-login-note{text-align:center;font-size:13px;color:#6b7280;margin-top:18px}.wrp-login-link{background:none;border:none;color:#2563eb;font-weight:700;cursor:pointer;font-family:inherit;font-size:13px;padding:0;text-decoration:underline}.wrp-success{text-align:center;padding:40px 0}.wrp-success-ring{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#22c55e,#16a34a);display:flex;align-items:center;justify-content:center;margin:0 auto 20px;animation:wrp-pop .5s cubic-bezier(.22,1,.36,1);box-shadow:0 8px 24px #22c55e4d}@keyframes wrp-pop{0%{transform:scale(.5);opacity:0}to{transform:scale(1);opacity:1}}.wrp-success-title{font-size:24px;font-weight:700;color:#0f172a;margin-bottom:8px}.wrp-success-sub{font-size:14px;color:#6b7280;line-height:1.7}.wrp-info-note{display:flex;align-items:flex-start;gap:8px;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;padding:10px 13px;font-size:12px;color:#1d4ed8;line-height:1.55;margin-bottom:4px}.wrp-info-note svg{flex-shrink:0;margin-top:1px}.wrp-pin-wrap{position:relative}.wrp-pin-wrap input{width:100%}.wrp-pin-result{display:flex;align-items:center;gap:5px;font-size:12px;font-weight:600;color:#2563eb;margin-top:5px}.wrp-field-hint{font-size:11px;color:#94a3b8;margin-top:4px;line-height:1.5}.wrp-svc-chips{display:flex;flex-wrap:wrap;gap:7px;margin-top:4px}.wrp-svc-chip{padding:6px 13px;border:1.5px solid #e2e8f0;border-radius:999px;background:#fff;font-size:12px;font-weight:600;color:#374151;cursor:pointer;font-family:inherit;transition:all .15s}.wrp-svc-chip:hover{border-color:#2563eb;color:#2563eb}.wrp-svc-chip--on{background:#eff6ff;border-color:#2563eb;color:#2563eb}.wrp-cat-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:4px}.wrp-cat-card{border:2px solid #e2e8f0;border-radius:10px;overflow:hidden;cursor:pointer;transition:all .18s;background:#fff}.wrp-cat-card:hover{border-color:#2563eb;box-shadow:0 2px 12px #2563eb1f}.wrp-cat-card--on{border-color:#2563eb;box-shadow:0 2px 12px #2563eb2e}.wrp-cat-card--disabled{opacity:.45;cursor:not-allowed}.wrp-cat-card-img{position:relative;height:80px;overflow:hidden}.wrp-cat-card-img img{width:100%;height:100%;object-fit:cover}.wrp-cat-card-check{position:absolute;top:6px;right:6px;width:22px;height:22px;border-radius:50%;background:#2563eb;color:#fff;font-size:12px;font-weight:800;display:flex;align-items:center;justify-content:center}.wrp-cat-card-label{padding:7px 8px;font-size:12px;font-weight:700;color:#374151;text-align:center;background:#f8fafc}.wrp-cat-card--on .wrp-cat-card-label{color:#2563eb;background:#eff6ff}.wrp-cat-section{background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:10px;padding:14px 16px;margin-bottom:14px}.wrp-cat-section-head{font-size:14px;font-weight:700;color:#0f172a;margin-bottom:12px;padding-bottom:10px;border-bottom:1px solid #e2e8f0}.wrp-proof-row{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:4px}.wrp-proof-box{border:1.5px dashed #bfdbfe;border-radius:8px;padding:12px 8px;text-align:center;cursor:pointer;background:#f0f7ff;position:relative;transition:border-color .15s;display:flex;flex-direction:column;align-items:center;gap:4px}.wrp-proof-box:hover{border-color:#2563eb}.wrp-proof-box input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer;width:100%;height:100%}.wrp-proof-icon{font-size:20px}.wrp-proof-label{font-size:11px;font-weight:600;color:#374151;word-break:break-all;line-height:1.3}.wrp-badge-preview{display:flex;align-items:center;gap:12px;background:linear-gradient(135deg,#eff6ff,#dbeafe);border:1.5px solid #bfdbfe;border-radius:10px;padding:12px 16px;margin-bottom:14px}.wrp-badge-icon{font-size:28px;flex-shrink:0}.wrp-badge-title{font-size:14px;font-weight:800;color:#1d4ed8}.wrp-badge-sub{font-size:11px;color:#64748b;margin-top:2px}.wrp-svc-summary{background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;padding:12px 14px;margin-bottom:14px}.wrp-svc-summary-label{font-size:12px;font-weight:700;color:#374151;margin-bottom:2px}@media (max-width:860px){.wrp-left{display:none}.wrp-right{padding:32px 24px}}@media (max-width:400px){.wrp-cat-cards,.wrp-proof-row{grid-template-columns:1fr 1fr}}.dl-wrap{height:100vh;display:flex;flex-direction:column;font-family:Inter,DM Sans,sans-serif;background:#f8fafc;overflow:hidden}.dl-nav{height:56px;background:#fff;border-bottom:1.5px solid #e5e7eb;display:flex;align-items:center;padding:0 24px;gap:16px;flex-shrink:0;z-index:200;box-shadow:0 1px 4px #0000000f}.dl-nav-logo{display:flex;align-items:center;gap:10px;flex-shrink:0;text-decoration:none}.dl-logo-box{width:36px;height:36px;border-radius:9px;background:linear-gradient(135deg,#0f172a 60%,#2563eb);display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 2px 6px #2563eb40}.dl-logo-box span{color:#fff;font-size:12px;font-weight:900;letter-spacing:-.5px}.dl-logo-text{display:flex;flex-direction:column;line-height:1.15}.dl-brand{font-size:15px;font-weight:900;color:#0f172a;letter-spacing:-.3px}.dl-hub{font-size:9px;font-weight:700;color:#2563eb;text-transform:uppercase;letter-spacing:1px}.dl-nav-search{flex:1;max-width:420px;margin:0 auto;position:relative;display:flex;align-items:center}.dl-nav-search svg{position:absolute;left:14px;pointer-events:none}.dl-nav-search-input{width:100%;padding:8px 16px 8px 40px;border:1.5px solid #e2e8f0;border-radius:999px;font-size:13px;font-family:inherit;background:#f8fafc;outline:none;color:#374151;transition:border-color .15s}.dl-nav-search-input:focus{border-color:#2563eb;background:#fff}.dl-nav-search-input::placeholder{color:#94a3b8}.dl-nav-right{display:flex;align-items:center;gap:10px;flex-shrink:0;margin-left:auto}.dl-bell{width:36px;height:36px;border-radius:50%;background:#f8fafc;border:1.5px solid #e5e7eb;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#64748b;transition:all .15s;position:relative}.dl-bell:hover{border-color:#2563eb;color:#2563eb;background:#eff6ff}.dl-bell-badge{position:absolute;top:2px;right:2px;min-width:16px;height:16px;border-radius:999px;background:#ef4444;color:#fff;font-size:9px;font-weight:800;display:flex;align-items:center;justify-content:center;padding:0 3px;border:2px solid #fff;line-height:1}.dl-shield{width:36px;height:36px;border-radius:50%;background:#f8fafc;border:1.5px solid #e5e7eb;display:flex;align-items:center;justify-content:center;color:#94a3b8;flex-shrink:0;cursor:pointer;position:relative;transition:all .15s}.dl-shield-badge{position:absolute;bottom:-2px;right:-2px;width:14px;height:14px;border-radius:50%;background:#94a3b8;color:#fff;font-size:8px;font-weight:800;display:flex;align-items:center;justify-content:center;border:1.5px solid #fff;line-height:1}.dl-user{display:flex;align-items:center;gap:8px;cursor:pointer;position:relative;background:#fff;border:1.5px solid #2563eb;border-radius:8px;padding:5px 12px;font-family:inherit;transition:all .15s;margin-left:4px}.dl-user:hover{background:#eff6ff}.dl-user-avatar{width:26px;height:26px;border-radius:50%;background:linear-gradient(135deg,#2563eb,#60a5fa);display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:800;color:#fff;flex-shrink:0}.dl-username{font-size:13px;font-weight:600;color:#374151;white-space:nowrap}.dl-dropdown{position:absolute;top:calc(100% + 8px);right:0;background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 8px 24px #0000001f;min-width:220px;z-index:500;overflow:hidden;padding:8px 0}.dl-dd-item{display:block;width:100%;padding:12px 20px;font-size:14px;font-weight:400;color:#1e293b;background:none;border:none;cursor:pointer;text-align:left;font-family:inherit;transition:background .1s}.dl-dd-item:hover{background:#f8fafc}.dl-body{display:flex;flex:1;overflow:hidden}.dl-sidebar{width:80px;background:#fff;border-right:1px solid #f0f2f5;display:flex;flex-direction:column;align-items:center;padding:4px 0 12px;flex-shrink:0;overflow:visible}.dl-sb-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:9px 4px;width:100%;text-decoration:none;color:#111827;background:none;border:none;cursor:pointer;font-family:inherit;transition:color .15s}.dl-sb-item:hover{color:#111827}.dl-sb-item--active{color:#2563eb}.dl-sb-icon{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:10px;color:inherit;transition:background .15s}.dl-sb-item:hover .dl-sb-icon{background:#f3f4f6}.dl-sb-item--active .dl-sb-icon{background:#eff6ff}.dl-sb-label{font-size:10.5px;font-weight:500;color:inherit;line-height:1.3;text-align:center;white-space:normal;word-break:break-word;max-width:70px}.dl-sb-item--active .dl-sb-label{font-weight:700}.dl-sb-divider{width:36px;height:1px;background:#f0f2f5;margin:1px auto;flex-shrink:0}.dl-sb-more-wrap{position:relative;width:100%}.dl-sub-panel{position:fixed;left:80px;transform:translateY(-50%);background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 8px 32px #00000026;min-width:220px;z-index:9999;padding:6px 0}.dl-sub-panel-title{font-size:11px;font-weight:700;color:#9ca3af;text-transform:uppercase;letter-spacing:.8px;padding:10px 16px 8px;border-bottom:1px solid #f3f4f6;margin-bottom:4px}.dl-more-item{display:flex;align-items:center;gap:12px;width:100%;padding:11px 16px;background:none;border:none;cursor:pointer;font-family:inherit;color:#111827;font-size:13.5px;font-weight:500;transition:background .12s;text-align:left}.dl-more-item:hover{background:#f8fafc;color:#2563eb}.dl-more-icon{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:7px;background:#f3f4f6;flex-shrink:0;color:inherit}.dl-more-label{flex:1}.dl-sb-logout{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:9px 4px;width:100%;background:none;border:none;cursor:pointer;font-family:inherit;color:#9ca3af;margin-top:auto;transition:color .15s}.dl-sb-logout:hover{color:#ef4444}.dl-sb-logout .dl-sb-icon{background:transparent}.dl-sb-logout:hover .dl-sb-icon{background:#fef2f2}.dl-sb-logout .dl-sb-label{font-size:10.5px;font-weight:500;color:inherit}.dl-main{flex:1;overflow-y:auto;background:#f8fafc}.dl-bottom-nav{display:none;position:fixed;bottom:0;left:0;right:0;height:58px;background:#fff;border-top:1px solid #e5e7eb;z-index:300;align-items:stretch}.dl-bn-item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;text-decoration:none;color:#94a3b8;transition:color .15s;border:none;background:none;padding:6px 2px}.dl-bn-item--active{color:#2563eb}.dl-bn-icon{display:flex;align-items:center;justify-content:center}.dl-bn-icon svg{width:18px;height:18px}.dl-bn-label{font-size:10px;font-weight:600}.dp-page{padding:24px;width:100%}.dp-page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;flex-wrap:wrap;gap:12px}.dp-page-title{font-size:20px;font-weight:800;color:#0f172a}.dp-info-banner{display:flex;align-items:center;gap:10px;background:#eff6ff;border:1px solid #bfdbfe;border-radius:10px;padding:12px 16px;margin-bottom:20px;flex-wrap:wrap}.dp-info-banner-icon{width:22px;height:22px;border-radius:50%;background:#2563eb;color:#fff;font-size:11px;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0}.dp-info-new{background:#e11d48;color:#fff;font-size:10px;font-weight:800;padding:2px 7px;border-radius:4px;flex-shrink:0}.dp-info-text{font-size:13px;color:#374151;flex:1}.dp-info-link{font-size:13px;font-weight:600;color:#2563eb;background:none;border:none;cursor:pointer;font-family:inherit;white-space:nowrap;display:flex;align-items:center;gap:4px}.dp-info-close{background:none;border:none;cursor:pointer;color:#94a3b8;padding:0;display:flex;align-items:center;flex-shrink:0}.dp-tabs-row{display:grid;grid-template-columns:repeat(6,1fr);gap:0;background:#fff;border:1px solid #e5e7eb;border-radius:10px;overflow:hidden;margin-bottom:24px}.dp-tab{padding:16px 12px;cursor:pointer;border-right:1px solid #e5e7eb;background:#fff;border-top:none;border-bottom:none;border-left:none;font-family:inherit;transition:background .15s;text-align:left}.dp-tab:last-child{border-right:none}.dp-tab:hover{background:#f8fafc}.dp-tab--active{border-top:2px solid #2563eb}.dp-tab-val{font-size:22px;font-weight:700;color:#0f172a;margin-bottom:4px;line-height:1}.dp-tab-label{font-size:12px;color:#64748b}.dp-tab--active .dp-tab-val{color:#2563eb}.dp-tab--active .dp-tab-label{color:#2563eb;font-weight:600}.dp-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;text-align:center}.dp-empty-img{width:160px;height:160px;margin-bottom:20px;opacity:.9}.dp-empty-title{font-size:16px;font-weight:700;color:#0f172a;margin-bottom:6px}.dp-empty-sub{font-size:13px;color:#94a3b8;line-height:1.6}.dp-search-wrap{position:relative;flex:1;max-width:360px}.dp-search-input{width:100%;padding:9px 14px 9px 38px;border:1px solid #e5e7eb;border-radius:8px;font-size:13px;font-family:inherit;background:#f8fafc;outline:none;transition:border-color .15s}.dp-search-input:focus{border-color:#2563eb;background:#fff}.dp-search-icon{position:absolute;left:11px;top:50%;transform:translateY(-50%);color:#94a3b8}.dp-card{background:#fff;border-radius:10px;border:1px solid #e5e7eb;box-shadow:0 1px 3px #0000000a;overflow:hidden}.dp-card-body{padding:20px}.dp-form-card{background:#fff;border-radius:10px;border:1px solid #e5e7eb;padding:24px;max-width:640px;box-shadow:0 1px 3px #0000000a}.dp-form-title{font-size:15px;font-weight:800;color:#0f172a;margin-bottom:4px}.dp-form-sub{font-size:12px;color:#94a3b8;margin-bottom:20px}.dp-field{display:flex;flex-direction:column;gap:4px;margin-bottom:14px}.dp-field label{font-size:12px;font-weight:700;color:#374151}.dp-field input,.dp-field select,.dp-field textarea{padding:10px 13px;border:1.5px solid #e2e8f0;border-radius:8px;font-size:13px;font-family:inherit;color:#0f172a;background:#fafafa;outline:none;resize:none;transition:border-color .15s}.dp-field input:focus,.dp-field select:focus,.dp-field textarea:focus{border-color:#2563eb;background:#fff}.dp-row2{display:grid;grid-template-columns:1fr 1fr;gap:14px}.dp-save-btn{padding:11px 28px;background:#2563eb;color:#fff;border:none;border-radius:8px;font-size:13px;font-weight:700;cursor:pointer;font-family:inherit;margin-top:4px;display:inline-flex;align-items:center;gap:8px;transition:background .15s}.dp-save-btn:hover{background:#1d4ed8}.dp-save-btn:disabled{background:#e2e8f0;color:#94a3b8;cursor:not-allowed}.dp-spinner{width:14px;height:14px;border:2.5px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:dp-spin .65s linear infinite}@keyframes dp-spin{to{transform:rotate(360deg)}}.dp-success{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;padding:10px 14px;font-size:12px;font-weight:700;color:#16a34a;margin-bottom:14px}.dp-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px}.dp-chip{padding:6px 14px;border:1.5px solid #e2e8f0;border-radius:999px;font-size:12px;font-weight:600;color:#374151;background:#fafafa;cursor:pointer;transition:all .15s;-webkit-user-select:none;user-select:none}.dp-chip:hover,.dp-chip--on{background:#eff6ff;border-color:#2563eb;color:#2563eb}.dp-phone{display:flex;align-items:center;border:1.5px solid #e2e8f0;border-radius:8px;background:#fafafa;overflow:hidden;transition:border-color .15s}.dp-phone:focus-within{border-color:#2563eb;background:#fff}.dp-phone-flag{padding:10px 12px;font-size:12px;font-weight:700;color:#374151;background:#f1f5f9;border-right:1.5px solid #e2e8f0;flex-shrink:0}.dp-phone input{border:none!important;border-radius:0!important;flex:1;background:transparent!important;padding:10px 12px;font-size:13px;font-family:inherit;color:#0f172a;outline:none}.dp-upload{border:2px dashed #bfdbfe;border-radius:10px;padding:18px;text-align:center;background:#f0f7ff;cursor:pointer;position:relative;transition:border-color .15s}.dp-upload:hover{border-color:#2563eb}.dp-upload input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer;width:100%;height:100%}.dp-upload-icon{font-size:22px;margin-bottom:4px}.dp-upload-label{font-size:12px;font-weight:700;color:#374151;word-break:break-all}.dp-upload-hint{font-size:10px;color:#94a3b8;margin-top:2px}.dp-doc-ok{font-size:11px;font-weight:700;color:#16a34a;margin-left:6px}.dp-ptabs{display:flex;gap:6px;margin-bottom:20px;flex-wrap:wrap}.dp-ptab{display:flex;align-items:center;gap:6px;padding:8px 14px;border-radius:8px;border:1.5px solid #e2e8f0;background:#fff;font-size:12px;font-weight:600;color:#64748b;cursor:pointer;font-family:inherit;transition:all .15s}.dp-ptab:hover{border-color:#2563eb;color:#2563eb}.dp-ptab--active{background:#eff6ff;border-color:#2563eb;color:#2563eb}.dp-ptab-dot{width:16px;height:16px;border-radius:50%;border:1.5px solid #e2e8f0;background:#fff;display:flex;align-items:center;justify-content:center;font-size:9px;font-weight:800;color:#94a3b8;flex-shrink:0}.dp-ptab-dot--done{background:#22c55e;border-color:#22c55e;color:#fff}.dp-prog-card{background:#fff;border-radius:10px;border:1px solid #e5e7eb;padding:16px 20px;margin-bottom:20px}.dp-prog-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.dp-prog-label{font-size:13px;font-weight:700;color:#374151}.dp-prog-pct{font-size:17px;font-weight:900;color:#2563eb}.dp-prog-bar{height:7px;background:#e2e8f0;border-radius:999px;overflow:hidden;margin-bottom:6px}.dp-prog-fill{height:100%;background:linear-gradient(90deg,#2563eb,#60a5fa);border-radius:999px;transition:width .6s ease}.dp-prog-hint{font-size:12px;color:#94a3b8}.dp-step{display:flex;align-items:center;gap:10px;padding:8px 0;border-bottom:1px solid #f8fafc}.dp-step:last-child{border-bottom:none}.dp-step-dot{width:20px;height:20px;border-radius:50%;border:2px solid #e2e8f0;background:#fff;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:800;color:#94a3b8;flex-shrink:0}.dp-step-dot--done{background:#22c55e;border-color:#22c55e;color:#fff}.dp-step-label{flex:1;font-size:12px;font-weight:600;color:#374151}.dp-step--done .dp-step-label{color:#16a34a}.dp-step-fix{font-size:11px;font-weight:700;color:#2563eb;background:none;border:none;cursor:pointer;font-family:inherit;padding:0}.dp-banner{border-radius:10px;padding:14px 18px;margin-bottom:20px;display:flex;align-items:center;gap:12px;flex-wrap:wrap}.dp-banner--yellow{background:#fffbeb;border:1px solid #fde68a}.dp-banner--red{background:#fef2f2;border:1px solid #fecaca}.dp-banner--green{background:#f0fdf4;border:1px solid #bbf7d0}.dp-banner-icon{font-size:20px;flex-shrink:0}.dp-banner-title{font-size:13px;font-weight:800;color:#0f172a;margin-bottom:2px}.dp-banner-sub{font-size:12px;color:#64748b}.dp-banner-btn{margin-left:auto;padding:7px 16px;border-radius:7px;font-size:12px;font-weight:700;border:none;cursor:pointer;font-family:inherit;background:#2563eb;color:#fff;flex-shrink:0}.dp-stats{display:grid;grid-template-columns:repeat(5,1fr);gap:0;background:#fff;border-radius:10px;border:1px solid #e5e7eb;overflow:hidden;margin-bottom:20px}.dp-stat{padding:16px 18px;border-right:1px solid #e5e7eb}.dp-stat:last-child{border-right:none}.dp-stat-label{font-size:11px;color:#94a3b8;font-weight:500;margin-bottom:5px}.dp-stat-val{font-size:26px;font-weight:800;color:#0f172a;line-height:1;margin-bottom:3px}.dp-stat-sub{font-size:11px;color:#94a3b8}.dp-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:20px}.dp-earn-row{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:20px}.dp-earn-pill{background:#fff;border-radius:10px;padding:18px;text-align:center;border:1px solid #e5e7eb}.dp-earn-val{font-size:24px;font-weight:900;color:#2563eb}.dp-earn-lbl{font-size:11px;color:#64748b;font-weight:600;margin-top:4px}.dp-notif{display:flex;align-items:flex-start;gap:10px;padding:12px 0;border-bottom:1px solid #f8fafc}.dp-notif:last-child{border-bottom:none}.dp-notif-dot{width:8px;height:8px;border-radius:50%;background:#2563eb;flex-shrink:0;margin-top:4px}.dp-notif-text{font-size:13px;color:#374151;line-height:1.5}.dp-notif-time{font-size:11px;color:#94a3b8;margin-top:2px}.dp-quick-btn{display:flex;align-items:center;justify-content:space-between;width:100%;padding:10px 14px;border-radius:8px;border:1px solid #e5e7eb;background:#fafafa;font-size:13px;font-weight:600;color:#374151;cursor:pointer;font-family:inherit;transition:all .15s;margin-bottom:8px;text-decoration:none}.dp-quick-btn:last-child{margin-bottom:0}.dp-quick-btn:hover{background:#eff6ff;border-color:#2563eb;color:#2563eb}.dp-submit-box{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px;padding:18px 20px;margin-top:20px}.dp-submit-box-title{font-size:14px;font-weight:800;color:#16a34a;margin-bottom:4px}.dp-submit-box-sub{font-size:12px;color:#64748b;margin-bottom:14px;line-height:1.6}.dp-submit-btn{padding:10px 24px;background:#16a34a;color:#fff;border:none;border-radius:8px;font-size:13px;font-weight:700;cursor:pointer;font-family:inherit;display:inline-flex;align-items:center;gap:8px;transition:background .15s}.dp-submit-btn:hover{background:#15803d}.dp-submit-btn:disabled{background:#e2e8f0;color:#94a3b8;cursor:not-allowed}.dp-pending-box{background:#fffbeb;border:1px solid #fde68a;border-radius:8px;padding:12px 16px;margin-top:16px;font-size:13px;font-weight:600;color:#92400e}.dp-reject-box{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:12px 16px;margin-bottom:14px}.dp-reject-title{font-size:13px;font-weight:800;color:#dc2626;margin-bottom:4px}.dp-reject-reason{font-size:12px;color:#374151;line-height:1.6}.dp-sec-label{font-size:10px;font-weight:800;color:#94a3b8;text-transform:uppercase;letter-spacing:.8px;margin:16px 0 8px;padding-bottom:6px;border-bottom:1px solid #f1f5f9}@media (max-width:900px){.dl-sidebar{display:none}.dl-bottom-nav{display:flex}.dl-main{padding-bottom:58px}.dp-tabs-row,.dp-stats{grid-template-columns:repeat(3,1fr)}.dp-cards{grid-template-columns:1fr 1fr}}@media (max-width:640px){.dp-page{padding:16px}.dp-tabs-row,.dp-stats{grid-template-columns:repeat(2,1fr)}.dp-cards,.dp-row2{grid-template-columns:1fr}.dp-earn-row{grid-template-columns:1fr 1fr}.dp-ptabs{gap:4px}.dp-ptab{padding:7px 10px;font-size:11px}.dl-username{display:none}.dp-page-header{flex-direction:column;align-items:flex-start}.dp-search-wrap{max-width:100%}}@media (max-width:400px){.dp-tabs-row{grid-template-columns:repeat(2,1fr)}.dp-earn-row{grid-template-columns:1fr}}.dh-wrap{display:flex;flex-direction:column;min-height:100%}.dh-hero{background:#e8edf8;padding:24px 24px 20px;flex-shrink:0}.dh-hero-title{font-size:20px;font-weight:700;color:#111827;margin-bottom:14px;text-align:center}.dh-search-wrap{max-width:500px;margin:0 auto 18px;position:relative;display:flex;align-items:center}.dh-search-icon{position:absolute;left:16px;pointer-events:none;color:#9ca3af;animation:dh-flipflop 3s ease-in-out infinite}@keyframes dh-flipflop{0%{transform:rotateY(0);opacity:.65}15%{transform:rotateY(180deg);opacity:.65}30%,to{transform:rotateY(360deg);opacity:.65}}.dh-search-animated{width:100%;padding:11px 18px 11px 44px;border:none;border-radius:999px;font-size:14px;font-family:inherit;background:#fff;box-shadow:0 1px 6px #0000001a;color:#374151;display:flex;align-items:center;gap:4px;height:44px;cursor:default;-webkit-user-select:none;user-select:none}.dh-search-static{color:#9ca3af;font-size:14px;font-weight:400}.dh-search-word{font-size:14px;font-weight:400;color:#9ca3af;display:inline-block;transition:opacity .35s ease,transform .35s ease}.dh-search-word--in{opacity:1;transform:translateY(0)}.dh-search-word--out{opacity:0;transform:translateY(-5px)}.dh-stats{display:flex;gap:12px;overflow-x:auto;padding-bottom:4px;scrollbar-width:none;align-items:stretch}.dh-stats::-webkit-scrollbar{display:none}.dh-stat-group{background:#fff;border-radius:12px;border:1px solid rgba(0,0,0,.07);box-shadow:0 1px 4px #0000000f;display:flex;align-items:stretch;flex-shrink:0}.dh-stat-group:first-child{flex:3}.dh-stat-group:nth-child(2){flex:2}.dh-stat-group:last-child{flex:1;min-width:160px}.dh-stat-cell{padding:16px 22px 14px;display:flex;flex-direction:column;cursor:pointer;transition:background .15s;border-radius:12px;flex:1}.dh-stat-cell:hover{background:#f8fafc}.dh-stat-divider{width:1px;background:#f0f2f5;flex-shrink:0;margin:12px 0}.dh-stat-label{font-size:11.5px;color:#9ca3af;font-weight:400;margin-bottom:6px;white-space:nowrap}.dh-stat-val{font-size:26px;font-weight:700;color:#111827;line-height:1.1;margin-bottom:8px}.dh-stat-sub{font-size:11px;color:#9ca3af;padding-top:8px;border-top:1px solid #f0f2f8;white-space:nowrap;margin-top:auto}.dh-stat-sub b{color:#6b7280;font-weight:600}.dh-body{padding:16px 24px 28px;background:#f8fafc}.dh-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.dh-card{background:#fff;border-radius:10px;border:1px solid #e9ebf0;box-shadow:0 1px 4px #0000000d;overflow:hidden}.dh-card-head{display:flex;align-items:center;justify-content:space-between;padding:14px 18px 12px;border-bottom:1px solid #f3f4f8}.dh-card-title{font-size:13.5px;font-weight:700;color:#111827;display:flex;align-items:center;gap:7px}.dh-card-body{padding:14px 18px}.dh-prog-row{display:flex;align-items:center;gap:10px;margin-bottom:12px;padding-bottom:10px;border-bottom:1px solid #f3f4f8}.dh-prog-bar{flex:1;height:5px;background:#e5e7eb;border-radius:999px;overflow:hidden}.dh-prog-fill{height:100%;background:#2563eb;border-radius:999px;transition:width .6s ease}.dh-prog-pct{font-size:12px;font-weight:800;color:#2563eb;flex-shrink:0}.dh-step{display:flex;align-items:center;gap:9px;padding:7px 0;border-bottom:1px solid #f9fafb}.dh-step:last-child{border-bottom:none}.dh-step-dot{width:17px;height:17px;border-radius:50%;border:2px solid #e5e7eb;background:#fff;display:flex;align-items:center;justify-content:center;font-size:8px;font-weight:800;color:#9ca3af;flex-shrink:0}.dh-step-dot--done{background:#22c55e;border-color:#22c55e;color:#fff}.dh-step-label{flex:1;font-size:12px;font-weight:500;color:#374151}.dh-step--done .dh-step-label{color:#16a34a}.dh-step-fix{font-size:11px;font-weight:700;color:#2563eb;background:none;border:none;cursor:pointer;font-family:inherit;padding:0;flex-shrink:0}.dh-action-ok{font-size:13px;color:#16a34a;font-weight:600;padding:4px 0}.dh-action-row{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border-radius:7px;margin-bottom:7px}.dh-action-row:last-child{margin-bottom:0}.dh-action-row--red{background:#fef2f2;border:1px solid #fecaca}.dh-action-row--blue{background:#eff6ff;border:1px solid #bfdbfe}.dh-action-text{font-size:12px;font-weight:500;color:#374151;flex:1;margin-right:8px;line-height:1.4}.dh-action-btn{font-size:11.5px;font-weight:700;background:none;border:none;cursor:pointer;font-family:inherit;padding:0;white-space:nowrap}.dh-action-btn--red{color:#dc2626}.dh-action-btn--blue{color:#2563eb}.dh-quick-btn{display:flex;align-items:center;justify-content:space-between;width:100%;padding:10px 12px;border-radius:7px;border:1px solid #e9ebf0;background:#fafafa;font-size:12.5px;font-weight:500;color:#374151;cursor:pointer;font-family:inherit;transition:all .15s;margin-bottom:7px}.dh-quick-btn:last-child{margin-bottom:0}.dh-quick-btn:hover{background:#eff6ff;border-color:#2563eb;color:#2563eb}@media (max-width:1100px){.dh-cards{grid-template-columns:1fr 1fr}.dh-stat-group:first-child{flex:2}}@media (max-width:900px){.dh-cards{grid-template-columns:1fr 1fr}.dh-stats{flex-direction:column}.dh-stat-group{flex:unset!important;min-width:unset}.dh-stat-group:last-child{min-width:unset}}@media (max-width:640px){.dh-hero{padding:16px 14px 14px}.dh-body{padding:12px 12px 20px}.dh-stat-val{font-size:20px}.dh-stat-cell{padding:12px 14px 10px}.dh-cards{grid-template-columns:1fr}}.nf-count{display:inline-flex;align-items:center;justify-content:center;background:#ef4444;color:#fff;font-size:11px;font-weight:800;border-radius:999px;min-width:20px;height:20px;padding:0 6px;margin-left:8px;vertical-align:middle}.nf-mark-all{font-size:12px;font-weight:700;color:#2563eb;background:none;border:none;cursor:pointer;font-family:inherit;padding:0}.nf-mark-all:hover{text-decoration:underline}.nf-loading{padding:60px;text-align:center;font-size:14px;color:#94a3b8}.nf-list{display:flex;flex-direction:column;gap:0;background:#fff;border-radius:12px;border:1px solid #e5e7eb;overflow:hidden}.nf-item{display:flex;align-items:flex-start;gap:14px;padding:16px 18px;border-bottom:1px solid #f1f5f9;cursor:pointer;transition:background .12s}.nf-item:last-child{border-bottom:none}.nf-item:hover{background:#f8fafc}.nf-item--unread{background:#fafbff}.nf-icon-wrap{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.nf-icon{font-size:18px}.nf-body{flex:1;min-width:0}.nf-title{font-size:13px;font-weight:700;color:#0f172a;margin-bottom:3px}.nf-item--unread .nf-title{color:#0f172a}.nf-sub{font-size:12px;color:#64748b;line-height:1.5}.nf-bid{font-size:11px;font-weight:700;color:#2563eb;margin-top:4px}.nf-right{display:flex;flex-direction:column;align-items:flex-end;gap:6px;flex-shrink:0}.nf-time{font-size:11px;color:#94a3b8;white-space:nowrap}.nf-dot{width:8px;height:8px;border-radius:50%;background:#2563eb;flex-shrink:0}.jb-bid-cell{display:flex;align-items:center;gap:10px}.jb-thumb-wrap{width:40px;height:40px;border-radius:6px;overflow:hidden;flex-shrink:0;background:#f1f5f9;border:1px solid #e2e8f0}.jb-thumb-img{width:100%;height:100%;object-fit:cover;display:block}.jb-thumb-fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:18px}.jb-search-bar{margin-bottom:14px}.jb-search-input-wrap{display:flex;align-items:center;gap:8px;background:#fff;border:1.5px solid #e2e8f0;border-radius:8px;padding:8px 12px;max-width:420px;transition:border-color .15s}.jb-search-input-wrap:focus-within{border-color:#2563eb}.jb-search-input{flex:1;border:none;outline:none;font-size:13px;color:#1e293b;font-family:inherit;background:transparent}.jb-search-input::placeholder{color:#94a3b8}.jb-search-clear{background:none;border:none;cursor:pointer;color:#94a3b8;font-size:13px;padding:0;line-height:1}.jb-search-clear:hover{color:#374151}.jb-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;gap:12px}.jb-empty-title{font-size:16px;font-weight:700;color:#374151}.jb-empty-sub{font-size:13px;color:#94a3b8;text-align:center;max-width:320px;line-height:1.6}.jb-pagination{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#fff;border:1px solid #e2e8f0;border-top:none;flex-wrap:wrap;gap:10px}.jb-per-page{display:flex;align-items:center;gap:8px;font-size:12px;color:#64748b}.jb-per-page-select{border:1px solid #e2e8f0;border-radius:5px;padding:3px 6px;font-size:12px;color:#374151;background:#fff;cursor:pointer}.jb-per-page-label{color:#64748b}.jb-page-info{color:#94a3b8;margin-left:4px}.jb-page-btns{display:flex;align-items:center;gap:4px}.jb-page-btn{min-width:30px;height:30px;border:1px solid #e2e8f0;background:#fff;border-radius:5px;font-size:13px;cursor:pointer;color:#374151;display:flex;align-items:center;justify-content:center;transition:all .12s}.jb-page-btn:hover:not(:disabled){background:#f1f5f9;border-color:#cbd5e1}.jb-page-btn:disabled{opacity:.4;cursor:not-allowed}.jb-page-btn--active{background:#2563eb;color:#fff;border-color:#2563eb;font-weight:700}.jb-page-dots{padding:0 4px;color:#94a3b8;font-size:13px}.jb-table-wrap{background:#fff;border-radius:0;border:1px solid #e2e8f0;overflow:hidden}.jb-table{width:100%;border-collapse:collapse;font-family:Inter,DM Sans,sans-serif}.jb-thead-row{background:#fff;border-bottom:1px solid #e2e8f0}.jb-th{padding:11px 18px;font-size:12px;font-weight:700;color:#0f172a;text-align:left;white-space:nowrap;letter-spacing:0;border-bottom:1px solid #e2e8f0}.jb-trow{border-bottom:1px dashed #e2e8f0;cursor:pointer;transition:background .1s}.jb-trow:last-child{border-bottom:none}.jb-trow:hover{background:#fafbfc}.jb-td{padding:16px 18px;vertical-align:middle;font-size:13.5px;color:#1e293b;line-height:1.4}.jb-bid{font-size:13.5px;font-weight:500;color:#2563eb;text-decoration:underline;text-underline-offset:2px;text-decoration-color:#bfdbfe}.jb-customer-name{display:block;font-size:13.5px;font-weight:400;color:#1e293b}.jb-customer-phone{display:block;font-size:12px;color:#94a3b8;margin-top:2px}.jb-svc-name{display:block;font-size:13.5px;font-weight:400;color:#1e293b}.jb-svc-type{display:block;font-size:12px;color:#94a3b8;margin-top:2px}.jb-price{font-size:13.5px;font-weight:500;color:#1e293b}.jb-status-badge{display:inline-block;padding:5px 10px;border-radius:4px;font-size:12px;font-weight:500;line-height:1.45;white-space:normal;max-width:130px;text-align:center}.jb-countdown{display:inline-flex;align-items:center;font-size:11px;font-weight:700;color:#92400e;background:#fef3c7;padding:2px 8px;border-radius:4px;margin-top:5px}.jb-countdown--red{color:#dc2626;background:#fee2e2}.jb-td--date{font-size:13px;color:#475569;white-space:nowrap}.jb-td--actions{text-align:center;width:60px}.jb-dots{background:none;border:none;cursor:pointer;color:#94a3b8;font-size:20px;padding:2px 6px;border-radius:4px;line-height:1;letter-spacing:1px}.jb-dots:hover{color:#475569}.jb-td--remarks{max-width:200px}.jb-remark-text{font-size:12.5px;color:#dc2626;font-weight:400;line-height:1.5}.jb-remark-done{font-size:12.5px;color:#16a34a;font-weight:400}.jb-remark-nil{font-size:14px;color:#cbd5e1}.jb-loading{padding:60px;text-align:center;font-size:14px;color:#94a3b8}.jb-info-banner{display:flex;align-items:center;gap:10px;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;padding:10px 16px;margin-bottom:20px;flex-wrap:wrap}.jb-info-icon{width:20px;height:20px;border-radius:50%;background:#2563eb;color:#fff;font-size:11px;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0}.jb-info-new{background:#e11d48;color:#fff;font-size:10px;font-weight:800;padding:2px 7px;border-radius:4px;flex-shrink:0}.jb-info-text{font-size:13px;color:#374151;flex:1}.jb-info-close{background:none;border:none;cursor:pointer;color:#94a3b8;padding:2px;display:flex;align-items:center;flex-shrink:0;border-radius:4px;transition:color .15s}.jb-info-close:hover{color:#374151}.dp-tab--new.dp-tab--active{border-top:3px solid #f472b6}.dp-tab--accepted.dp-tab--active{border-top:3px solid #22c55e}.dp-tab--ongoing.dp-tab--active{border-top:3px solid #eab308}.dp-tab--completed.dp-tab--active{border-top:3px solid #22c55e}.dp-tab--cancelled.dp-tab--active{border-top:3px solid #ef4444}.dp-tab--ignored.dp-tab--active{border-top:3px solid #94a3b8}.jb-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:400;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.jb-drawer{position:fixed;top:0;right:0;width:440px;max-width:100vw;height:100vh;background:#f8fafc;z-index:401;display:flex;flex-direction:column;box-shadow:-12px 0 40px #00000026;overflow:hidden}.jb-dh-head{background:linear-gradient(135deg,#0f172a,#1e3a5f);padding:20px 20px 16px;flex-shrink:0}.jb-dh-head-top{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:12px}.jb-dh-id{font-size:11px;font-weight:600;color:#94a3b8;letter-spacing:.5px;margin-bottom:4px}.jb-dh-svc{font-size:18px;font-weight:800;color:#fff;line-height:1.3}.jb-dh-close{background:#ffffff1a;border:none;border-radius:8px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;flex-shrink:0;transition:background .15s}.jb-dh-close:hover{background:#fff3}.jb-dh-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.jb-dh-date{font-size:12px;color:#94a3b8;font-weight:500}.jb-drawer-body{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:12px}.jb-dh-card{background:#fff;border-radius:10px;border:1px solid #e8edf2;padding:14px 16px;box-shadow:0 1px 3px #0000000a}.jb-dh-card--red{background:#fef2f2;border-color:#fca5a5}.jb-dh-card--green{background:#f0fdf4;border-color:#86efac}.jb-dh-card-title{font-size:11px;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.6px;margin-bottom:10px}.jb-dh-row{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding:5px 0;border-bottom:1px solid #f1f5f9}.jb-dh-row:last-child{border-bottom:none;padding-bottom:0}.jb-dh-row--total{background:#f8fafc;margin:4px -4px -4px;padding:8px 4px 4px;border-radius:0 0 6px 6px;border-bottom:none}.jb-dh-label{font-size:12px;color:#94a3b8;font-weight:500;flex-shrink:0;min-width:100px}.jb-dh-val{font-size:13px;color:#1e293b;font-weight:500;text-align:right;line-height:1.4}.jb-dh-val--bold{font-size:15px;font-weight:800;color:#0f172a}.jb-dh-sub{font-size:11px;color:#94a3b8;margin-top:4px}.jb-drawer-actions{display:flex;gap:10px;padding:14px 16px;border-top:1px solid #e8edf2;flex-shrink:0;background:#fff}.jb-detail-section{margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #f1f5f9}.jb-detail-section:last-child{border-bottom:none;margin-bottom:0}.jb-detail-section--red{background:#fef2f2;border-radius:8px;padding:12px;border:1px solid #fecaca}.jb-detail-section--green{background:#f0fdf4;border-radius:8px;padding:12px;border:1px solid #bbf7d0}.jb-detail-label{font-size:11px;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.jb-detail-val{font-size:13px;color:#374151;line-height:1.5}.jb-detail-val--bold{font-size:15px;font-weight:800;color:#0f172a}.jb-detail-sub{font-size:11px;color:#64748b;margin-top:2px}.jb-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #f1f5f9}.jb-phone-link{color:#2563eb;font-weight:700;text-decoration:none}.jb-phone-link:hover{text-decoration:underline}.jb-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:600;display:flex;align-items:center;justify-content:center;padding:16px}.jb-modal{background:#fff;border-radius:12px;width:100%;max-width:480px;box-shadow:0 20px 60px #0003;overflow:hidden}.jb-modal-head{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #f1f5f9}.jb-modal-title{font-size:15px;font-weight:800;color:#0f172a}.jb-modal-close{background:none;border:none;font-size:16px;cursor:pointer;color:#94a3b8;padding:0;line-height:1}.jb-modal-body{padding:20px}.jb-modal-sub{font-size:13px;color:#64748b;margin-bottom:14px}.jb-modal-foot{display:flex;gap:10px;padding:14px 20px;border-top:1px solid #f1f5f9;justify-content:flex-end}.jb-stars{display:flex;gap:6px;margin:12px 0 8px}.jb-star{background:none;border:none;font-size:32px;cursor:pointer;color:#e2e8f0;transition:color .1s;padding:0;line-height:1}.jb-star--on,.jb-star:hover{color:#f59e0b}.jb-star-msg{font-size:15px;font-weight:700;color:#0f172a;margin-bottom:10px;text-align:center}.jb-reasons{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}.jb-reason-item{display:flex;align-items:center;gap:10px;padding:10px 14px;border-radius:8px;border:1.5px solid #e2e8f0;cursor:pointer;font-size:13px;color:#374151;transition:all .12s}.jb-reason-item input{accent-color:#2563eb}.jb-reason-item--active{border-color:#2563eb;background:#eff6ff;color:#2563eb;font-weight:600}.jb-custom-reason{width:100%;padding:10px 12px;border:1.5px solid #e2e8f0;border-radius:8px;font-size:13px;font-family:inherit;resize:none;outline:none;margin-top:4px;box-sizing:border-box}.jb-custom-reason:focus{border-color:#2563eb}.jb-upload-row{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:12px}.jb-upload-box{border:2px dashed #bfdbfe;border-radius:8px;padding:12px 8px;text-align:center;background:#f0f7ff;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:4px;position:relative}.jb-upload-box:hover{border-color:#2563eb}.jb-upload-box input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer;width:100%;height:100%}.jb-upload-icon{font-size:20px;font-weight:700;color:#2563eb}.jb-upload-label{font-size:11px;font-weight:600;color:#374151;word-break:break-all;line-height:1.3}.jb-upload-hint{font-size:9px;color:#94a3b8}.jb-notes{width:100%;padding:10px 12px;border:1.5px solid #e2e8f0;border-radius:8px;font-size:13px;font-family:inherit;resize:none;outline:none;box-sizing:border-box}.jb-notes:focus{border-color:#2563eb}.jb-err{font-size:12px;color:#dc2626;font-weight:600;background:#fee2e2;padding:8px 12px;border-radius:7px;margin-top:6px}.jb-btn{padding:10px 20px;border-radius:8px;font-size:13px;font-weight:700;cursor:pointer;font-family:inherit;border:none;transition:all .15s;display:inline-flex;align-items:center;gap:6px}.jb-btn--lg{flex:1;justify-content:center;padding:12px 20px}.jb-btn--green{background:#16a34a;color:#fff}.jb-btn--green:hover{background:#15803d}.jb-btn--red{background:#fee2e2;color:#dc2626}.jb-btn--red:hover{background:#fecaca}.jb-btn--blue{background:#2563eb;color:#fff}.jb-btn--blue:hover{background:#1d4ed8}.jb-btn--grey{background:#f1f5f9;color:#374151}.jb-btn--grey:hover{background:#e2e8f0}.jb-btn:disabled{opacity:.5;cursor:not-allowed}.jb-pay-summary{background:#f8fafc;border-radius:8px;border:1px solid #e5e7eb;overflow:hidden;margin-top:6px}.jb-pay-row2{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;font-size:12px;color:#374151;border-bottom:1px solid #f1f5f9}.jb-pay-row2:last-child{border-bottom:none}.jb-pay-green{color:#16a34a;font-weight:700}.jb-pay-bold{font-weight:700;color:#0f172a}.jb-pay-total{background:#f1f5f9;font-weight:800;font-size:13px;color:#0f172a}.jb-warning-box{background:#fff7ed;border:1.5px solid #fed7aa;border-radius:8px;padding:10px 14px;font-size:12px;color:#92400e;line-height:1.6}.jb-csec-title{font-size:11px;font-weight:800;color:#0f172a;text-transform:uppercase;letter-spacing:.5px;margin-bottom:10px}.jb-required{font-size:10px;font-weight:700;color:#dc2626;background:#fee2e2;padding:2px 6px;border-radius:4px;margin-left:6px;text-transform:none;letter-spacing:0}.jb-optional{font-size:10px;color:#64748b;margin-left:6px;text-transform:none;letter-spacing:0}@media (max-width:768px){.jb-table-wrap{border-left:none;border-right:none}.jb-th:nth-child(3),.jb-td:nth-child(3){display:none}.jb-drawer,.jb-drawer--wide{width:100vw}}@media (max-width:500px){.jb-th:nth-child(4),.jb-td:nth-child(4),.jb-th:nth-child(6),.jb-td:nth-child(6){display:none}.jb-upload-row{grid-template-columns:1fr 1fr}.jb-modal-foot,.jb-drawer-actions{flex-direction:column}}.pp-header{display:flex;align-items:center;gap:14px;margin-bottom:32px}.pp-badge{font-size:12px;font-weight:600;padding:4px 12px;border-radius:5px}.pp-badge--green{background:#dcfce7;color:#16a34a}.pp-badge--yellow{background:#fef9c3;color:#92400e}.pp-badge--red{background:#fee2e2;color:#dc2626}.pp-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.pp-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:28px 24px 24px;display:flex;align-items:flex-start;gap:18px;cursor:pointer;transition:box-shadow .15s,border-color .15s}.pp-card:hover{box-shadow:0 4px 18px #00000014;border-color:#d1d5db}.pp-card-icon-wrap{width:48px;height:48px;border-radius:10px;background:#f1f5f9;display:flex;align-items:center;justify-content:center;color:#475569;flex-shrink:0}.pp-card-body{flex:1;min-width:0}.pp-card-title{font-size:15px;font-weight:700;color:#0f172a;margin-bottom:6px}.pp-card-desc{font-size:13px;color:#64748b;line-height:1.5;margin-bottom:16px}.pp-card-view{display:inline-flex;align-items:center;gap:2px;background:none;border:none;font-size:13px;font-weight:600;color:#2563eb;cursor:pointer;font-family:inherit;padding:0}.pp-card-view:hover{text-decoration:underline}.pp-back{background:none;border:none;font-size:13px;font-weight:600;color:#2563eb;cursor:pointer;font-family:inherit;padding:0}.pp-back:hover{text-decoration:underline}@media (max-width:1024px){.pp-grid{grid-template-columns:1fr 1fr}}@media (max-width:600px){.pp-grid{grid-template-columns:1fr}}.ps-page{padding:24px;width:100%;max-width:100%;box-sizing:border-box}.ps-breadcrumb{display:flex;align-items:center;gap:6px;font-size:13px;color:#64748b;margin-bottom:6px;flex-wrap:wrap}.ps-breadcrumb a,.ps-breadcrumb button{background:none;border:none;color:#2563eb;cursor:pointer;font-size:13px;font-family:inherit;padding:0}.ps-breadcrumb span{color:#94a3b8}.ps-page-title{font-size:22px;font-weight:800;color:#0f172a;margin-bottom:24px}.ps-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px;margin-bottom:16px}.ps-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.ps-card-title{font-size:15px;font-weight:700;color:#0f172a}.ps-edit-btn{background:none;border:none;color:#2563eb;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit;padding:0;display:flex;align-items:center;gap:4px}.ps-edit-btn:hover{text-decoration:underline}.ps-card-hint{font-size:12px;color:#94a3b8;margin-bottom:20px;line-height:1.5}.ps-field-row{display:flex;align-items:flex-start;gap:14px;padding:14px 0;border-bottom:1px dashed #e5e7eb}.ps-field-row:last-child{border-bottom:none}.ps-field-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:#94a3b8;flex-shrink:0;margin-top:2px}.ps-field-content{flex:1;min-width:0}.ps-field-label{font-size:12px;color:#94a3b8;margin-bottom:3px}.ps-field-value{font-size:15px;font-weight:600;color:#0f172a;word-break:break-all}.ps-field-value--empty{color:#cbd5e1;font-weight:400;font-style:italic}.ps-bank-box{background:#f0f7ff;border:1px solid #bfdbfe;border-radius:8px;padding:14px 16px;margin:12px 0}.ps-bank-box-name{font-size:14px;font-weight:700;color:#0f172a;margin-bottom:4px}.ps-bank-box-line{font-size:12px;color:#64748b;line-height:1.6}.ps-status{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:700;padding:4px 12px;border-radius:999px}.ps-status--verified{background:#dcfce7;color:#16a34a}.ps-status--pending{background:#fef9c3;color:#92400e}.ps-status--failed{background:#fee2e2;color:#dc2626}.ps-status--none{background:#f1f5f9;color:#64748b}.ps-alert{display:flex;align-items:flex-start;gap:10px;padding:12px 14px;border-radius:8px;margin-top:10px;font-size:13px;line-height:1.5}.ps-alert--red{background:#fef2f2;border:1px solid #fecaca;color:#dc2626}.ps-alert--green{background:#f0fdf4;border:1px solid #bbf7d0;color:#16a34a}.ps-alert--blue{background:#eff6ff;border:1px solid #bfdbfe;color:#2563eb}.ps-add-prompt{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;text-align:center}.ps-add-icon{width:56px;height:56px;border-radius:50%;background:#f1f5f9;display:flex;align-items:center;justify-content:center;color:#94a3b8;margin-bottom:14px}.ps-add-title{font-size:15px;font-weight:700;color:#0f172a;margin-bottom:6px}.ps-add-sub{font-size:13px;color:#94a3b8;margin-bottom:20px;line-height:1.5}.ps-add-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 24px;background:#2563eb;color:#fff;border:none;border-radius:8px;font-size:13px;font-weight:700;cursor:pointer;font-family:inherit;transition:background .15s}.ps-add-btn:hover{background:#1d4ed8}.ps-add-link{background:none;border:none;color:#2563eb;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit;margin-top:8px}.ps-form{margin-top:4px}.ps-form .dp-field{margin-bottom:14px}.ps-form-actions{display:flex;gap:10px;margin-top:4px;flex-wrap:wrap}.ps-cancel-btn{padding:10px 20px;background:#f1f5f9;color:#374151;border:none;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit}.ps-cancel-btn:hover{background:#e2e8f0}.ps-chips{display:flex;flex-wrap:wrap;gap:8px;margin:8px 0 16px}.ps-chip{padding:6px 14px;border:1.5px solid #e2e8f0;border-radius:999px;font-size:12px;font-weight:600;color:#374151;background:#fafafa;cursor:pointer;transition:all .15s;-webkit-user-select:none;user-select:none}.ps-chip:hover,.ps-chip--on{background:#eff6ff;border-color:#2563eb;color:#2563eb}.ps-doc-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:16px}.ps-doc-item{border:1.5px dashed #bfdbfe;border-radius:10px;padding:16px;background:#f8fbff;position:relative;cursor:pointer;transition:border-color .15s}.ps-doc-item:hover{border-color:#2563eb}.ps-doc-item input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer;width:100%;height:100%}.ps-doc-label{font-size:12px;font-weight:700;color:#374151;margin-bottom:6px}.ps-doc-status{font-size:12px;color:#94a3b8}.ps-doc-status--ok{color:#16a34a;font-weight:600}.ps-coming{display:flex;flex-direction:column;align-items:center;padding:60px 20px;text-align:center;color:#94a3b8;gap:10px}.ps-coming svg{opacity:.4}.ps-coming-title{font-size:15px;font-weight:700;color:#64748b}.ps-coming-sub{font-size:13px}@media (max-width: 640px){.ps-page{padding:16px}.ps-doc-grid{grid-template-columns:1fr}.ps-form-actions{flex-direction:column}.ps-cancel-btn,.dp-save-btn{width:100%;justify-content:center}}.ac-page{width:100%}.ac-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;width:100%;box-sizing:border-box}.ac-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:30px 32px 34px;display:flex;flex-direction:column;min-height:380px;box-shadow:0 2px 8px #0000000f;transition:box-shadow .15s}.ac-card:hover{box-shadow:0 6px 24px #0000001a}.ac-card--clickable:hover{box-shadow:0 6px 24px #2563eb21;border-color:#bfdbfe}.ac-card-head{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:20px}.ac-card-title{font-size:16px;font-weight:700;color:#0f172a;line-height:1.3}.ac-head-btn{background:none;border:none;color:#2563eb;font-size:13px;font-weight:700;cursor:pointer;font-family:inherit;padding:0;white-space:nowrap;flex-shrink:0;letter-spacing:.3px}.ac-head-btn:hover{text-decoration:underline}.ac-card-body{flex:1;display:flex;flex-direction:column;gap:0}.ac-field{margin-bottom:20px}.ac-field:last-child{margin-bottom:0}.ac-label{font-size:13px;color:#94a3b8;margin-bottom:4px;font-weight:400}.ac-value{font-size:15px;font-weight:500;color:#0f172a;display:flex;align-items:center;gap:6px;word-break:break-all}.ac-value--upper{text-transform:uppercase}.ac-empty{color:#cbd5e1;font-weight:400;font-style:italic;font-size:14px}.ac-inline-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.ac-inline-row:last-child{margin-bottom:0}.ac-inline-left{flex:1;min-width:0}.ac-inline-btn{background:none;border:none;color:#2563eb;font-size:13px;font-weight:700;cursor:pointer;font-family:inherit;padding:0;white-space:nowrap;flex-shrink:0;margin-left:12px}.ac-inline-btn:hover{text-decoration:underline}.ac-verified{color:#22c55e;flex-shrink:0}.ac-badge{font-size:11px;font-weight:700;padding:4px 10px;border-radius:999px;white-space:nowrap;flex-shrink:0}.ac-badge--green{background:#dcfce7;color:#15803d}.ac-badge--yellow{background:#fef9c3;color:#854d0e}.ac-badge--red{background:#fee2e2;color:#dc2626}.ac-badge--grey{background:#f1f5f9;color:#64748b}.ac-chips{display:flex;flex-wrap:wrap;gap:6px;margin-top:6px}.ac-chip{padding:4px 12px;border-radius:999px;font-size:12px;font-weight:600;background:#eff6ff;color:#2563eb;border:1.5px solid #bfdbfe}.ac-preview-panel{margin-top:12px;padding:16px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;animation:ac-slide-down .2s ease}@keyframes ac-slide-down{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.ac-preview-label{font-size:11px;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;margin-bottom:10px}.ac-bio-text{font-size:14px;color:#374151;line-height:1.6;margin:0}.ac-bio-add{font-size:13px;color:#2563eb;background:none;border:none;cursor:pointer;font-family:inherit;padding:0;text-decoration:underline}.ac-toggle-row{display:flex;align-items:center;gap:10px;margin-top:14px;cursor:pointer}.ac-toggle-input{width:16px;height:16px;cursor:pointer;accent-color:#2563eb}.ac-toggle-label{font-size:14px;font-weight:500;color:#374151}.ac-toggle-hint{font-size:12px;color:#dc2626;margin-top:8px}.ac-del-title{font-size:14px;font-weight:600;color:#0f172a;margin-bottom:10px}.ac-del-list{padding-left:18px;display:flex;flex-direction:column;gap:6px}.ac-del-list li{font-size:13px;color:#374151;line-height:1.5}.ac-del-confirm{margin-top:16px;padding:14px;background:#fef2f2;border:1px solid #fecaca;border-radius:8px}.ac-toast{position:fixed;bottom:28px;left:50%;transform:translate(-50%);background:#0f172a;color:#fff;font-size:13px;font-weight:500;padding:10px 22px;border-radius:8px;z-index:2000;white-space:nowrap;box-shadow:0 4px 20px #0003}.ac-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:1000;display:flex;align-items:center;justify-content:center;padding:16px}.ac-modal{background:#fff;border-radius:12px;width:100%;max-width:500px;box-shadow:0 20px 60px #0000002e}.ac-modal-head{display:flex;align-items:center;justify-content:space-between;padding:18px 22px 14px;border-bottom:1px solid #e5e7eb}.ac-modal-title{font-size:15px;font-weight:700;color:#0f172a}.ac-modal-close{background:none;border:none;font-size:18px;color:#94a3b8;cursor:pointer;padding:0}.ac-modal-body{padding:20px 22px}.ac-modal-foot{padding:12px 22px 18px;display:flex;justify-content:flex-end;gap:10px}.ac-cancel-btn{padding:9px 20px;border:1.5px solid #e2e8f0;border-radius:7px;background:#fff;color:#374151;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit}.ac-save-btn{padding:9px 24px;border:none;border-radius:7px;background:#2563eb;color:#fff;font-size:13px;font-weight:700;cursor:pointer;font-family:inherit}.ac-save-btn:hover{background:#1d4ed8}.ac-save-btn:disabled{background:#93c5fd;cursor:not-allowed}.ac-pin-fetching{font-size:12px;color:#2563eb;margin-top:4px}.ac-pin-result{font-size:12px;color:#16a34a;font-weight:600;margin-top:4px}.ac-pin-warn{font-size:12px;color:#f59e0b;font-weight:600;margin-top:4px}.ac-pin-lock{font-size:12px;color:#dc2626;font-weight:600;margin-top:6px;background:#fef2f2;border:1px solid #fecaca;border-radius:6px;padding:6px 10px}@media (max-width: 1100px){.ac-grid{grid-template-columns:repeat(2,1fr);gap:16px}}@media (max-width: 640px){.ac-grid{grid-template-columns:1fr;gap:12px}.ac-modal{max-width:100%}.ac-card{padding:18px;min-height:auto}}.cal-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:16px;align-items:start}.cal-panel{background:#fff;border:1px solid #e5e7eb;border-radius:6px;display:flex;flex-direction:column;min-height:320px;overflow:hidden}.cal-panel-head{display:flex;align-items:center;justify-content:space-between;padding:14px 18px 12px}.cal-panel-title{font-size:14px;font-weight:600;color:#0f172a}.cal-panel-divider{height:1px;background:#e5e7eb}.cal-outline-btn{background:#fff;border:1.5px solid #2563eb;color:#2563eb;font-size:11px;font-weight:700;padding:4px 12px;border-radius:3px;cursor:pointer;font-family:inherit;letter-spacing:.5px;transition:background .12s}.cal-outline-btn:hover{background:#eff6ff}.cal-holiday-list{flex:1;overflow-y:auto;max-height:400px;padding:4px 0}.cal-holiday-item{padding:10px 20px;border-bottom:1px solid #f3f4f6;display:flex;flex-direction:column;gap:2px}.cal-holiday-item:last-child{border-bottom:none}.cal-holiday-reason{font-size:12px;color:#94a3b8}.cal-holiday-date{font-size:14px;font-weight:500;color:#0f172a}.cal-empty{padding:40px 20px;text-align:center;color:#94a3b8;font-size:13px}.cal-badge{display:inline-block;font-size:10px;font-weight:700;padding:2px 8px;border-radius:999px;margin-top:3px;width:fit-content}.cal-badge--yellow{background:#fef9c3;color:#92400e}.cal-badge--green{background:#dcfce7;color:#16a34a}.cal-badge--red{background:#fee2e2;color:#dc2626}.cal-info-row{padding:18px 20px 10px}.cal-info-label{font-size:12px;color:#94a3b8;margin-bottom:5px}.cal-info-value{font-size:14px;font-weight:500;color:#0f172a}.cal-weekly-note{padding:4px 20px 16px;font-size:11.5px;color:#64748b;line-height:1.5}.cal-toast-box{position:fixed;bottom:32px;left:50%;transform:translate(-50%);min-width:300px;max-width:480px;background:#fff;border-radius:10px;box-shadow:0 8px 32px #00000026;z-index:2000;overflow:hidden}.cal-toast-row{display:flex;align-items:center;gap:10px;padding:14px 16px 12px}.cal-toast-ico{width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:800;flex-shrink:0}.cal-toast-ico--green{background:#22c55e;color:#fff}.cal-toast-ico--red{background:#ef4444;color:#fff}.cal-toast-msg{flex:1;font-size:13px;font-weight:500;color:#0f172a;line-height:1.4}.cal-toast-close{background:none;border:none;color:#94a3b8;cursor:pointer;font-size:14px;padding:0;flex-shrink:0}.cal-toast-close:hover{color:#374151}.cal-toast-bar{height:3px;background:#f1f5f9}.cal-toast-fill{height:100%;transition:width .08s linear}.cal-toast-fill--success{background:#22c55e}.cal-toast-fill--error{background:#ef4444}.cal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:1000;display:flex;align-items:center;justify-content:center;padding:16px}.cal-modal{background:#fff;border-radius:10px;width:100%;max-width:600px;box-shadow:0 20px 60px #0003;display:flex;flex-direction:column;max-height:90vh}.cal-modal-head{display:flex;align-items:center;justify-content:space-between;padding:20px 24px 16px}.cal-modal-title{font-size:16px;font-weight:600;color:#0f172a}.cal-modal-close{background:none;border:none;font-size:18px;color:#94a3b8;cursor:pointer;line-height:1;padding:0}.cal-modal-close:hover{color:#374151}.cal-modal-body{padding:20px 24px;overflow-y:auto;flex:1;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb}.cal-modal-foot{padding:14px 24px;display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.cal-form-row{display:flex;flex-direction:column;gap:6px;margin-bottom:18px}.cal-label{font-size:13px;font-weight:600;color:#374151}.cal-input{padding:10px 14px;border:1px solid #d1d5db;border-radius:6px;font-size:13px;font-family:inherit;color:#0f172a;outline:none;transition:border-color .15s;width:100%}.cal-input:focus{border-color:#2563eb}.cal-select{padding:10px 14px;border:1px solid #d1d5db;border-radius:6px;font-size:13px;font-family:inherit;color:#0f172a;outline:none;background:#fff;cursor:pointer;width:100%}.cal-select:focus{border-color:#2563eb}.cal-hours-row{display:flex;align-items:center;gap:16px;flex-wrap:wrap;padding:10px 0}.cal-time-selects{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.cal-time-sel{padding:8px 10px;border:1px solid #d1d5db;border-radius:6px;font-size:13px;font-family:inherit;color:#0f172a;background:#fff;cursor:pointer;outline:none}.cal-time-sel--sm{min-width:64px}.cal-to-label{font-size:13px;color:#64748b;font-weight:500}.cal-cancel-btn{padding:9px 24px;border:1.5px solid #d1d5db;border-radius:6px;background:#fff;color:#374151;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit}.cal-cancel-btn:hover{background:#f8fafc}.cal-save-btn{padding:9px 32px;border:none;border-radius:6px;background:#2563eb;color:#fff;font-size:13px;font-weight:700;cursor:pointer;font-family:inherit;transition:background .15s}.cal-save-btn:hover{background:#1d4ed8}.cal-save-btn:disabled{background:#93c5fd;cursor:not-allowed}.cal-policy-link{background:none;border:none;color:#2563eb;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit;padding:0}.cal-policy-link:hover{text-decoration:underline}.cal-policy-note{font-size:12px;line-height:1.6;padding:10px 14px;border-radius:7px;margin-top:4px}.cal-policy-note--blue{background:#eff6ff;border:1px solid #bfdbfe;color:#1e40af}.cal-policy-note--yellow{background:#fffbeb;border:1px solid #fde68a;color:#92400e}.cal-policy-note--red{background:#fef2f2;border:1px solid #fecaca;color:#dc2626}@media (max-width: 900px){.cal-grid{grid-template-columns:1fr}.cal-panel{min-height:auto}}@media (max-width: 480px){.cal-modal{border-radius:10px}.cal-hours-row{flex-direction:column;align-items:flex-start}.cal-toast-box{min-width:calc(100vw - 32px);bottom:16px}}*{box-sizing:border-box;margin:0;padding:0}.hc-page{background:#f8fafc;min-height:100%;font-family:Inter,DM Sans,sans-serif}.hc-hero{background:#fff;border-bottom:1px solid #e5e7eb;padding:40px 48px 36px}.hc-hero-title{font-size:24px;font-weight:800;color:#0f172a;margin-bottom:6px}.hc-hero-sub{font-size:14px;color:#64748b;margin-bottom:24px;line-height:1.6}.hc-search-wrap{position:relative;max-width:480px}.hc-search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#94a3b8;display:flex}.hc-search-input{width:100%;padding:12px 16px 12px 44px;border:1.5px solid #e2e8f0;border-radius:10px;font-size:14px;font-family:inherit;color:#0f172a;background:#f8fafc;outline:none;transition:border-color .15s}.hc-search-input:focus{border-color:#2563eb;background:#fff}.hc-search-input::placeholder{color:#94a3b8}.hc-body{padding:36px 48px 48px}.hc-section-title{font-size:12px;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.8px;margin-bottom:16px}.hc-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.hc-card{display:flex;align-items:center;gap:16px;padding:22px 20px;background:#fff;border:1px solid #e5e7eb;border-radius:14px;cursor:pointer;transition:all .15s;text-align:left;width:100%;font-family:inherit}.hc-card:hover{border-color:#2563eb;box-shadow:0 4px 16px #2563eb1a;transform:translateY(-2px)}.hc-card-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:#f1f5f9;border-radius:10px}.hc-card-icon svg{width:22px;height:22px;stroke:#475569}.hc-card-label{font-size:14px;font-weight:600;color:#1e293b;line-height:1.35}.hc-card-count{font-size:12px;color:#94a3b8;margin-top:3px}.hc-detail{background:#f8fafc;min-height:100%;font-family:Inter,DM Sans,sans-serif}.hc-breadcrumb{display:flex;align-items:center;gap:8px;padding:16px 48px;background:#fff;border-bottom:1px solid #e5e7eb}.hc-back{display:flex;align-items:center;gap:5px;background:none;border:none;font-size:13px;font-weight:600;color:#2563eb;cursor:pointer;font-family:inherit;padding:0}.hc-back:hover{text-decoration:underline}.hc-breadcrumb-sep{color:#d1d5db;font-size:13px}.hc-breadcrumb-cur{font-size:13px;color:#374151;font-weight:500}.hc-cat-hero{background:#fff;border-bottom:1px solid #e5e7eb;padding:40px 48px 36px}.hc-cat-hero-tag{display:inline-flex;align-items:center;gap:8px;background:#eff6ff;color:#2563eb;font-size:11px;font-weight:700;padding:5px 14px;border-radius:999px;margin-bottom:16px;letter-spacing:.5px;text-transform:uppercase}.hc-cat-hero-title{font-size:28px;font-weight:800;color:#0f172a;margin-bottom:8px;line-height:1.2}.hc-cat-hero-sub{font-size:14px;color:#64748b;line-height:1.7;max-width:620px}.hc-cat-hero-meta{display:flex;gap:12px;margin-top:20px}.hc-cat-hero-pill{display:flex;align-items:center;gap:7px;background:#f1f5f9;color:#475569;font-size:12px;font-weight:600;padding:6px 14px;border-radius:999px}.hc-content-wrap{padding:40px 48px 64px}.hc-section-label{font-size:11px;font-weight:800;color:#94a3b8;text-transform:uppercase;letter-spacing:.8px;margin-bottom:20px}.hc-article-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;margin-bottom:20px;overflow:hidden;width:100%}.hc-article-top{display:flex;align-items:center;gap:14px;padding:28px 32px 0}.hc-article-num{width:32px;height:32px;border-radius:50%;background:#eff6ff;color:#2563eb;font-size:13px;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0}.hc-article-htitle{font-size:18px;font-weight:800;color:#0f172a;line-height:1.3}.hc-article-body{padding:20px 32px 32px}.hc-para{font-size:14px;color:#374151;line-height:2;margin-bottom:4px}.hc-para strong{color:#0f172a;font-weight:700}.hc-divider{height:1px;background:#f1f5f9;margin:20px 32px 0}.hc-faq-section{margin-top:16px}.hc-faq-title{font-size:20px;font-weight:800;color:#0f172a;margin-bottom:20px}.hc-faq-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:10px;overflow:hidden}.hc-faq-q{display:flex;align-items:center;justify-content:space-between;padding:18px 22px;cursor:pointer;gap:12px;transition:background .1s}.hc-faq-q:hover{background:#fafafa}.hc-faq-qtext{font-size:14px;font-weight:600;color:#1e293b;flex:1;line-height:1.45}.hc-faq-icon{color:#94a3b8;flex-shrink:0;transition:transform .2s}.hc-faq-icon--open{transform:rotate(45deg)}.hc-faq-ans{border-top:1px solid #f1f5f9;padding:16px 22px;font-size:14px;color:#374151;line-height:1.8}@media (max-width: 900px){.hc-hero{padding:28px 24px 24px}.hc-body{padding:24px 24px 40px}.hc-grid{grid-template-columns:1fr}.hc-breadcrumb{padding:14px 24px}.hc-cat-hero{padding:28px 24px 24px}.hc-content-wrap{padding:24px 20px 48px}.hc-article-top{padding:20px 20px 0}.hc-article-body{padding:16px 20px 24px}.hc-divider{margin:16px 20px 0}}@media (max-width: 600px){.hc-cat-hero-title{font-size:22px}.hc-article-htitle{font-size:15px}}.lp-loading{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fff;gap:14px}.lp-spinner{width:40px;height:40px;border:3px solid #e5e7eb;border-top-color:#f97316;border-radius:50%;animation:lp-spin .8s linear infinite}@keyframes lp-spin{to{transform:rotate(360deg)}}.lp-loading-title{font-size:15px;color:#64748b;font-family:Inter,sans-serif}.lp-loading-sub{font-size:13px;color:#94a3b8;font-family:Inter,sans-serif}.lp-wrap{min-height:100vh;background:#f8fafc;font-family:Inter,DM Sans,sans-serif;overflow-y:auto}.lp-content{max-width:860px;margin:0 auto;padding:40px 24px 80px}.lp-hero{text-align:center;margin-bottom:40px}.lp-hero-title{font-size:28px;font-weight:800;color:#0f172a;margin-bottom:10px}.lp-hero-sub{font-size:15px;color:#64748b;line-height:1.6}.lp-section{margin-bottom:36px}.lp-section-badge{display:inline-block;font-size:11px;font-weight:700;padding:3px 12px;border-radius:999px;margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px}.lp-badge--blue{background:#dbeafe;color:#1d4ed8}.lp-badge--orange{background:#ffedd5;color:#c2410c}.lp-badge--green{background:#dcfce7;color:#15803d}.lp-badge--red{background:#fee2e2;color:#dc2626}.lp-badge--dark{background:#1e293b;color:#fff}.lp-badge--purple{background:#ede9fe;color:#7c3aed}.lp-section-title{font-size:18px;font-weight:700;color:#0f172a;margin-bottom:12px}.lp-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:20px 24px}.lp-card--red{border-color:#fecaca;background:#fff5f5}.lp-list{padding-left:20px;display:flex;flex-direction:column;gap:8px}.lp-list li{font-size:14px;color:#374151;line-height:1.6}.lp-table{width:100%;border-collapse:collapse;font-size:13px;margin-top:8px}.lp-table th{background:#f8fafc;padding:10px 14px;text-align:left;font-weight:700;color:#374151;border-bottom:2px solid #e5e7eb}.lp-table td{padding:10px 14px;border-bottom:1px solid #f1f5f9;color:#374151}.lp-table tr:last-child td{border-bottom:none}.lp-row--red td{background:#fef2f2;color:#dc2626;font-weight:600}.lp-footer-note{margin-top:40px;padding:20px 24px;background:#f1f5f9;border-radius:10px;font-size:13px;color:#64748b;line-height:1.8;text-align:center}@media (max-width: 640px){.lp-content{padding:24px 16px 60px}.lp-hero-title{font-size:22px}.lp-table{font-size:12px}.lp-table th,.lp-table td{padding:8px 10px}}.po-page{padding:28px 28px 40px;max-width:1100px}.po-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;margin-bottom:20px}.po-title{font-size:22px;font-weight:800;color:#0f172a;margin:0}.po-header-btns{display:flex;gap:10px;flex-wrap:wrap}.po-btn-outline{padding:8px 16px;border:1.5px solid #2563eb;background:#fff;color:#2563eb;border-radius:7px;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit;transition:all .15s}.po-btn-outline:hover{background:#eff6ff}.po-btn-solid{padding:8px 18px;border:none;background:#2563eb;color:#fff;border-radius:7px;font-size:13px;font-weight:700;cursor:pointer;font-family:inherit;transition:background .15s}.po-btn-solid:hover{background:#1d4ed8}.po-alert{display:flex;align-items:flex-start;gap:12px;background:#fff5f5;border:1.5px solid #fca5a5;border-radius:10px;padding:16px 18px;margin-bottom:24px}.po-alert-icon{font-size:20px;flex-shrink:0;margin-top:1px}.po-alert-body{flex:1}.po-alert-msg{font-size:13.5px;color:#1e293b;line-height:1.6;margin-bottom:8px}.po-alert-link{background:none;border:none;color:#2563eb;font-size:13px;font-weight:700;cursor:pointer;padding:0;font-family:inherit}.po-alert-link:hover{text-decoration:underline}.po-section-title{font-size:17px;font-weight:800;color:#0f172a;margin-bottom:4px;display:flex;align-items:center;gap:10px}.po-updated{font-size:12px;font-weight:400;color:#94a3b8}.po-section-sub{font-size:12px;color:#64748b;margin-bottom:14px}.po-see-all{background:none;border:none;color:#2563eb;font-size:13px;font-weight:700;cursor:pointer;padding:0;font-family:inherit}.po-see-all:hover{text-decoration:underline}.po-upcoming-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px;margin-bottom:8px}.po-upcoming-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:16px 18px;cursor:pointer;transition:box-shadow .15s}.po-upcoming-card:hover{box-shadow:0 4px 16px #00000014}.po-upcoming-card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.po-upcoming-label{font-size:12px;color:#64748b}.po-upcoming-date{font-size:12px;font-weight:700;color:#2563eb}.po-upcoming-amt{font-size:26px;font-weight:800;color:#0f172a;margin-bottom:12px}.po-upcoming-row{display:flex;justify-content:space-between;gap:12px}.po-upcoming-sub-label{font-size:11px;color:#94a3b8;margin-bottom:2px}.po-upcoming-sub-val{font-size:14px;font-weight:700;color:#374151}.po-green{color:#16a34a!important}.po-outstanding-card{background:#f8fafc}.po-outstanding-note{font-size:11px;color:#94a3b8;margin-top:8px;line-height:1.5}.po-prev-tabs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:16px}.po-prev-tab{padding:7px 16px;border:1.5px solid #e2e8f0;border-radius:999px;background:#fff;font-size:13px;color:#374151;cursor:pointer;font-family:inherit;font-weight:500;transition:all .12s}.po-prev-tab:hover{border-color:#2563eb;color:#2563eb}.po-prev-tab--active{background:#eff6ff;border-color:#2563eb;color:#2563eb;font-weight:700}.po-check{color:#2563eb}.po-breakdown{background:#fff;border:1px solid #e2e8f0;border-radius:10px;overflow:hidden;margin-bottom:8px}.po-paid-badge{padding:10px 18px;font-size:13px;font-weight:700;color:#16a34a;border-bottom:1px solid #f1f5f9}.po-paid-badge--nil{color:#94a3b8}.po-table{width:100%;border-collapse:collapse;font-size:13px}.po-thead-row{background:#f8fafc;border-bottom:1.5px solid #e2e8f0}.po-th{padding:10px 16px;text-align:left;font-size:12px;font-weight:600;color:#64748b;white-space:nowrap}.po-th--num{text-align:right}.po-tr{border-bottom:1px dashed #f1f5f9}.po-tr:last-child{border-bottom:none}.po-tr--total{background:#f8fafc;border-top:1.5px solid #e2e8f0}.po-td{padding:12px 16px;color:#374151;vertical-align:middle}.po-td--type{font-weight:600;color:#0f172a;white-space:nowrap}.po-td--num{text-align:right;font-weight:500}.po-td--bold{font-weight:800;color:#0f172a}.po-info-icon{font-size:13px;color:#94a3b8;margin-right:6px}.po-comm-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px;margin-bottom:8px}.po-comm-card{border-radius:10px;padding:14px 16px}.po-comm-range{font-size:12px;color:#64748b;margin-bottom:6px}.po-comm-worker{font-size:14px;font-weight:700;color:#16a34a;margin-bottom:2px}.po-comm-jw{font-size:12px;color:#dc2626}.po-links-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:12px;margin-bottom:8px}.po-link-card{display:flex;align-items:center;gap:14px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:16px 18px;cursor:pointer;transition:box-shadow .15s}.po-link-card:hover{box-shadow:0 4px 16px #00000014;border-color:#bfdbfe}.po-link-icon{width:36px;height:36px;border-radius:8px;background:#f1f5f9;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:800;color:#374151;flex-shrink:0}.po-link-title{font-size:14px;font-weight:700;color:#0f172a;margin-bottom:3px}.po-link-sub{font-size:12px;color:#64748b;line-height:1.5}.po-link-arrow{font-size:20px;color:#94a3b8;margin-left:auto;flex-shrink:0}.po-grow-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:12px}.po-grow-card{border-radius:12px;padding:20px}.po-grow-card--pink{background:#fff5f5;border:1px solid #fecaca}.po-grow-card--blue{background:#eff6ff;border:1px solid #bfdbfe}.po-grow-card-top{margin-bottom:12px}.po-grow-title{font-size:15px;font-weight:800;color:#0f172a;margin-bottom:4px;cursor:pointer}.po-grow-sub{font-size:12.5px;color:#64748b;line-height:1.5}.po-grow-tags{display:flex;flex-wrap:wrap;gap:6px}.po-grow-tag{padding:4px 10px;background:#fff;border:1px solid #e2e8f0;border-radius:999px;font-size:11px;color:#374151;font-weight:500}.po-grow-btn{margin-top:12px;padding:9px 18px;background:#2563eb;color:#fff;border:none;border-radius:7px;font-size:13px;font-weight:700;cursor:pointer;font-family:inherit}.po-grow-btn:hover{background:#1d4ed8}@media (max-width: 600px){.po-header{flex-direction:column;align-items:flex-start}.po-upcoming-grid{grid-template-columns:1fr 1fr}.po-table{font-size:11px}.po-th,.po-td{padding:8px 10px}}.rw-page{padding:0;background:#f8fafc;min-height:100%;font-family:Inter,DM Sans,sans-serif}.rw-header{padding:20px 28px 0;background:#fff;border-bottom:1px solid #e5e7eb}.rw-breadcrumb{display:flex;align-items:center;gap:4px;font-size:13px;margin-bottom:6px}.rw-bc-link{color:#2563eb;cursor:pointer}.rw-bc-link:hover{text-decoration:underline}.rw-bc-sep{color:#94a3b8}.rw-header-row{display:flex;align-items:center;gap:14px;padding-bottom:16px;flex-wrap:wrap}.rw-title{font-size:22px;font-weight:700;color:#0f172a;margin-right:auto}.rw-header-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.rw-btn-info{display:flex;align-items:center;gap:6px;background:none;border:none;color:#2563eb;font-size:13px;font-weight:500;cursor:pointer;font-family:inherit;padding:0}.rw-btn-video{display:flex;align-items:center;gap:6px;background:#2563eb;color:#fff;border:none;border-radius:6px;padding:7px 14px;font-size:13px;font-weight:500;cursor:pointer;font-family:inherit}.rw-btn-video:hover{background:#1d4ed8}.rw-search{position:relative;display:flex;align-items:center}.rw-search-input{width:190px;padding:7px 32px 7px 10px;border:none;border-bottom:1px solid #e5e7eb;font-size:13px;font-family:inherit;color:#374151;background:transparent;outline:none}.rw-search-input::placeholder{color:#94a3b8}.rw-search-icon{position:absolute;right:6px;pointer-events:none}.rw-stats-row{display:flex;align-items:center;background:#fff;border-bottom:1px solid #e5e7eb;padding:16px 28px;gap:16px}.rw-stats{display:flex;gap:12px}.rw-stat{padding:14px 24px;border:1.5px solid #e5e7eb;border-radius:8px;cursor:pointer;background:#fff;min-width:100px;transition:border-color .15s}.rw-stat--active{border-color:#2563eb}.rw-stat-val{font-size:24px;font-weight:700;color:#0f172a;line-height:1;margin-bottom:4px}.rw-stat-val--blue{color:#2563eb}.rw-stat-label{font-size:13px;color:#64748b}.rw-stat--active .rw-stat-label{color:#2563eb;font-weight:600}.rw-promo{margin-left:auto;display:flex;align-items:center;gap:12px;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;padding:12px 18px;min-width:190px}.rw-promo-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0}.rw-promo-amount{font-size:15px;font-weight:800;color:#0f172a}.rw-promo-sub{font-size:12px;color:#64748b;line-height:1.4;margin-top:2px}.rw-subtabs{display:flex;background:#fff;padding:0 28px;border-bottom:1px solid #e5e7eb}.rw-subtab{padding:14px 20px;font-size:14px;font-weight:500;color:#64748b;background:none;border:none;border-bottom:3px solid transparent;cursor:pointer;font-family:inherit;margin-bottom:-1px;transition:all .15s}.rw-subtab--active{color:#0f172a;font-weight:600;border-bottom-color:#2563eb}.rw-subtab:hover{color:#0f172a}.rw-warning{display:flex;align-items:center;gap:10px;background:#fffbeb;border:1px solid #fde68a;border-radius:8px;padding:12px 16px;margin:16px 28px;font-size:13px;color:#374151}.rw-warning-icon{font-size:16px;flex-shrink:0}.rw-body{display:flex;padding:16px 28px 28px;gap:16px}.rw-cats{width:290px;flex-shrink:0;display:flex;flex-direction:column;gap:8px}.rw-cat{padding:14px 16px;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;background:#fff;transition:border-color .15s}.rw-cat--active{border:1.5px solid #2563eb}.rw-cat:hover{border-color:#93c5fd}.rw-cat-title{font-size:14px;font-weight:600;color:#0f172a;margin-bottom:4px}.rw-cat-sub{font-size:12px;color:#64748b;line-height:1.5}.rw-content{flex:1;display:flex;align-items:center;justify-content:center}.rw-empty{text-align:center;padding:40px 20px}.rw-empty svg{display:block;margin:0 auto 16px}.rw-empty-text{font-size:13px;color:#64748b;max-width:380px;margin:0 auto;line-height:1.6}@media (max-width: 640px){.rw-header{padding:16px 16px 0}.rw-stats-row{padding:12px 16px;flex-wrap:wrap}.rw-promo{margin-left:0}.rw-subtabs{padding:0 16px}.rw-warning{margin:12px 16px}.rw-body{padding:12px 16px 20px;flex-direction:column}.rw-cats{width:100%}.rw-search-input{width:130px}}.sp-page{padding:0;background:#f8fafc;min-height:100%;font-family:Inter,DM Sans,sans-serif}.sp-header{padding:24px 28px 20px;background:#fff;border-bottom:1px solid #e5e7eb}.sp-breadcrumb{display:flex;align-items:center;gap:6px;font-size:13px;margin-bottom:8px}.sp-bc-link{color:#2563eb;cursor:pointer}.sp-bc-link:hover{text-decoration:underline}.sp-bc-sep{color:#94a3b8}.sp-bc-cur{color:#64748b}.sp-title{font-size:22px;font-weight:800;color:#0f172a;margin-bottom:4px}.sp-subtitle{font-size:13px;color:#64748b}.sp-info-row{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;padding:20px 28px}.sp-info-card{display:flex;align-items:flex-start;gap:12px;background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:16px}.sp-info-card--blue{border-left:3px solid #2563eb}.sp-info-card--green{border-left:3px solid #16a34a}.sp-info-card--purple{border-left:3px solid #7c3aed}.sp-info-card--orange{border-left:3px solid #ea580c}.sp-info-icon{font-size:22px;flex-shrink:0;line-height:1}.sp-info-title{font-size:13px;font-weight:700;color:#0f172a;margin-bottom:3px}.sp-info-desc{font-size:12px;color:#64748b;line-height:1.4}.sp-tabs{display:flex;gap:0;padding:0 28px;background:#fff;border-bottom:1px solid #e5e7eb}.sp-tab{display:flex;align-items:center;gap:8px;padding:14px 20px;font-size:14px;font-weight:500;color:#64748b;background:none;border:none;border-bottom:3px solid transparent;cursor:pointer;font-family:inherit;margin-bottom:-1px;transition:all .15s}.sp-tab--active{color:#0f172a;font-weight:700;border-bottom-color:#2563eb}.sp-tab:hover{color:#0f172a}.sp-tab-count{background:#f1f5f9;color:#64748b;font-size:11px;font-weight:700;padding:2px 7px;border-radius:999px}.sp-tab--active .sp-tab-count{background:#dbeafe;color:#2563eb}.sp-body{padding:20px 28px}.sp-table-wrap{background:#fff;border:1px solid #e5e7eb;border-radius:10px;overflow:hidden;box-shadow:0 1px 3px #0000000a}.sp-table{width:100%;border-collapse:collapse;font-size:13px}.sp-table thead tr{background:#f8fafc;border-bottom:1.5px solid #e5e7eb}.sp-table th{padding:12px 16px;text-align:left;font-size:11px;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.sp-table tbody tr{border-bottom:1px solid #f1f5f9;transition:background .1s}.sp-table tbody tr:last-child{border-bottom:none}.sp-table tbody tr:hover{background:#f8fafc}.sp-table td{padding:14px 16px;vertical-align:middle}.sp-td-name{font-weight:600;color:#0f172a}.sp-td-price{font-weight:700;color:#0f172a}.sp-td-fee{color:#ef4444;font-weight:600}.sp-td-earn{color:#16a34a;font-weight:700}.sp-td-warranty{color:#64748b;font-size:12px}.sp-td-time{color:#64748b;font-size:12px;white-space:nowrap}.sp-legend{margin:0 28px 16px;background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:16px 20px}.sp-legend-title{font-size:12px;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin-bottom:10px}.sp-legend-row{display:flex;gap:24px;flex-wrap:wrap}.sp-legend-item{display:flex;align-items:center;gap:10px}.sp-legend-desc{font-size:12px;color:#64748b}.sp-note{display:flex;align-items:flex-start;gap:8px;background:#fffbeb;border:1px solid #fde68a;border-radius:8px;padding:12px 16px;margin:0 28px 28px;font-size:13px;color:#374151;line-height:1.5}@media (max-width: 900px){.sp-info-row{grid-template-columns:1fr 1fr}}@media (max-width: 640px){.sp-header{padding:16px 16px 14px}.sp-info-row{grid-template-columns:1fr;padding:12px 16px}.sp-tabs{padding:0 16px}.sp-body{padding:12px 16px}.sp-legend{margin:0 16px 12px}.sp-note{margin:0 16px 20px}.sp-table{font-size:12px}.sp-table th,.sp-table td{padding:10px}}.bfp-wrap{min-height:100vh;background:#f9fafb;display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.bfp-topbar{background:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:100;flex-shrink:0}.bfp-topbar-inner{max-width:1100px;margin:0 auto;padding:0 24px;height:60px;display:flex;align-items:center;justify-content:space-between;gap:20px}.bfp-topbar-brand{display:flex;align-items:center;gap:9px;flex-shrink:0}.bfp-topbar-logo{width:32px;height:32px;background:#111;border-radius:8px;color:#fff;font-size:12px;font-weight:800;display:flex;align-items:center;justify-content:center}.bfp-topbar-brand span{font-size:15px;font-weight:700;color:#111}.bfp-topbar-close{width:32px;height:32px;border-radius:50%;border:1.5px solid #e5e7eb;background:#fff;color:#6b7280;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .15s}.bfp-topbar-close:hover{background:#111;color:#fff;border-color:#111}.bfp-stepper{display:flex;align-items:center;flex:1;justify-content:center}.bfp-step{display:flex;align-items:center;gap:7px}.bfp-step-num{width:24px;height:24px;border-radius:50%;border:2px solid #d1d5db;background:#fff;color:#9ca3af;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s}.bfp-step--active .bfp-step-num{background:#111;border-color:#111;color:#fff}.bfp-step--done .bfp-step-num{background:#22c55e;border-color:#22c55e;color:#fff}.bfp-step-label{font-size:12px;font-weight:600;color:#9ca3af;white-space:nowrap}.bfp-step--active .bfp-step-label{color:#111}.bfp-step--done .bfp-step-label{color:#6b7280}.bfp-step-line{width:40px;height:1.5px;background:#e5e7eb;margin:0 8px;flex-shrink:0;transition:background .3s}.bfp-step-line--done{background:#22c55e}.bfp-body{flex:1;max-width:1100px;margin:0 auto;width:100%;display:flex;padding:0 24px;min-height:calc(100vh - 60px)}.bfp-left{width:260px;flex-shrink:0;padding:36px 28px 36px 0;display:flex;flex-direction:column;gap:0;position:sticky;top:60px;align-self:flex-start}.bfp-back-link{display:inline-flex;align-items:center;gap:5px;font-size:13px;font-weight:600;color:#6b7280;background:none;border:none;cursor:pointer;padding:0;font-family:inherit;margin-bottom:28px;transition:color .15s}.bfp-back-link:hover{color:#111}.bfp-svc-img-wrap{width:52px;height:52px;border-radius:14px;overflow:hidden;border:1px solid #e5e7eb;background:#f3f4f6;margin-bottom:16px;flex-shrink:0}.bfp-svc-img{width:100%;height:100%;object-fit:cover;display:block}.bfp-svc-name{font-size:20px;font-weight:800;color:#111;letter-spacing:-.4px;line-height:1.2;margin-bottom:8px}.bfp-svc-meta{font-size:12px;color:#9ca3af;display:flex;align-items:center;gap:6px;margin-bottom:24px}.bfp-dot-green{width:7px;height:7px;border-radius:50%;background:#22c55e;flex-shrink:0;animation:bfp-pulse 2s infinite;display:inline-block}@keyframes bfp-pulse{0%,to{box-shadow:0 0 0 2px #22c55e33}50%{box-shadow:0 0 0 4px #22c55e14}}.bfp-price-block{display:flex;flex-direction:column;gap:8px;padding:16px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:16px}.bfp-price-row{display:flex;justify-content:space-between;align-items:center;font-size:13px;color:#6b7280}.bfp-price-row--total{font-size:14px;font-weight:800;color:#111}.bfp-price-val{font-weight:700;color:#111}.bfp-price-after{color:#16a34a!important}.bfp-price-divider{height:1px;background:#e5e7eb}.bfp-left-sel{display:flex;flex-direction:column;gap:6px;padding:12px 14px;background:#eff6ff;border:1px solid #bfdbfe;border-radius:10px}.bfp-left-sel-row{display:flex;align-items:center;gap:7px;font-size:12px;font-weight:600;color:#1d4ed8}.bfp-divider-v{width:1px;background:#e5e7eb;flex-shrink:0;align-self:stretch}.bfp-right{flex:1;padding:36px 0 60px 40px;min-width:0;display:flex;flex-direction:column}.bfp-panel{display:flex;flex-direction:column;gap:20px;max-width:620px}.bfp-section-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.7px;color:#9ca3af}.bfp-panel-title{font-size:20px;font-weight:800;color:#111;letter-spacing:-.3px;margin-bottom:-8px}.bfp-panel-sub{font-size:13px;color:#9ca3af;margin-bottom:4px}.bfp-today-closed{display:flex;align-items:center;gap:7px;padding:10px 14px;background:#fffbeb;border:1px solid #fde68a;border-radius:8px;font-size:12px;color:#92400e;font-weight:500}.bfp-days{display:flex;gap:8px;flex-wrap:nowrap;overflow-x:auto;padding-bottom:2px}.bfp-day{display:flex;flex-direction:column;align-items:center;gap:2px;padding:10px 10px 9px;border-radius:12px;border:1.5px solid #e5e7eb;background:#fff;cursor:pointer;min-width:62px;flex-shrink:0;transition:border-color .15s,transform .12s,box-shadow .15s}.bfp-day:hover:not(.bfp-day--off){border-color:#111;transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.bfp-day--on{background:#111!important;border-color:#111!important;transform:translateY(-2px)!important;box-shadow:0 6px 18px #00000026!important}.bfp-day--on .bfp-day-lbl,.bfp-day--on .bfp-day-num,.bfp-day--on .bfp-day-mon{color:#fff!important}.bfp-day--off{opacity:.4;cursor:not-allowed!important}.bfp-day-lbl{font-size:9px;font-weight:700;color:#9ca3af;text-transform:uppercase;letter-spacing:.5px}.bfp-day-num{font-size:20px;font-weight:800;color:#111;line-height:1.1}.bfp-day-mon{font-size:9px;color:#9ca3af;font-weight:500}.bfp-slot-placeholder{text-align:center;padding:32px 20px;background:#f9fafb;border-radius:14px;border:1.5px dashed #e5e7eb}.bfp-slot-placeholder-grid{display:flex;justify-content:center;gap:8px;margin-bottom:16px}.bfp-slot-ph-box{width:52px;height:38px;background:#e5e7eb;border-radius:8px;opacity:.5}.bfp-slot-placeholder p{font-size:13px;color:#9ca3af;margin:0}.bfp-slots-wrap{display:flex;flex-direction:column;gap:14px}.bfp-slots-heading{font-size:14px;font-weight:700;color:#111}.bfp-time-windows{display:flex;flex-wrap:wrap;gap:10px}.bfp-tw-pill{padding:10px 18px;border:1.5px solid #e5e7eb;border-radius:10px;background:#fff;font-size:14px;font-weight:600;color:#374151;cursor:pointer;font-family:inherit;transition:all .15s}.bfp-tw-pill:hover{border-color:#111;color:#111}.bfp-tw-pill--on{background:#111;border-color:#111;color:#fff;box-shadow:0 3px 10px #00000024}.bfp-fields{display:flex;flex-direction:column;gap:14px}.bfp-field{display:flex;flex-direction:column;gap:5px}.bfp-field label{font-size:12px;font-weight:700;color:#374151}.bfp-req{color:#ef4444;margin-left:2px}.bfp-field input,.bfp-field textarea{border:1.5px solid #e5e7eb;border-radius:10px;padding:10px 13px;font-size:14px;font-family:inherit;color:#111;outline:none;background:#fff;width:100%;box-sizing:border-box;transition:border-color .15s,box-shadow .15s}.bfp-field input:focus,.bfp-field textarea:focus{border-color:#111;box-shadow:0 0 0 3px #0000000a}.bfp-field input.err,.bfp-field textarea.err{border-color:#ef4444}.bfp-field input.ok,.bfp-field textarea.ok{border-color:#22c55e}.bfp-field textarea{resize:vertical;min-height:66px}.bfp-phone-wrap{display:flex;align-items:center;border:1.5px solid #e5e7eb;border-radius:10px;overflow:hidden;background:#fff;transition:border-color .15s}.bfp-phone-wrap:focus-within{border-color:#111;box-shadow:0 0 0 3px #0000000a}.bfp-phone-wrap.err{border-color:#ef4444}.bfp-phone-prefix{padding:10px 8px 10px 13px;font-size:14px;font-weight:600;color:#9ca3af;flex-shrink:0}.bfp-phone-wrap input{border:none!important;box-shadow:none!important;padding-left:4px;flex:1}.bfp-err{font-size:12px;color:#dc2626;font-weight:600;padding:5px 10px;background:#fef2f2;border:1px solid #fecaca;border-radius:7px}.bfp-ok{font-size:11.5px;color:#16a34a;font-weight:600;padding-left:2px}.bfp-pin-check-btn{padding:10px 18px;border-radius:10px;border:none;background:#e5e7eb;color:#9ca3af;font-size:13px;font-weight:700;cursor:not-allowed;font-family:inherit;white-space:nowrap;display:flex;align-items:center;gap:6px;flex-shrink:0;transition:all .2s}.bfp-pin-check-btn--on{background:#111;color:#fff;cursor:pointer}.bfp-pin-checks{display:flex;flex-direction:column;gap:5px;padding:10px 12px;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px}.bfp-pin-check-row{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:600}.bfp-pin-check-row--ok{color:#15803d}.bfp-examples{display:flex;flex-wrap:wrap;align-items:center;gap:7px;background:#f8fafc;border-radius:10px;padding:10px 13px}.bfp-eg-label{font-size:10px;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;flex-shrink:0}.bfp-eg{font-size:12px;color:#374151;background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:4px 11px;font-style:italic;cursor:pointer;font-family:inherit;transition:all .15s}.bfp-eg:hover{background:#f1f5f9;border-color:#94a3b8}.bfp-issue-ta{width:100%;border:1.5px solid #e5e7eb;border-radius:12px;padding:13px 15px;font-size:14px;font-family:inherit;color:#111;outline:none;background:#fff;resize:vertical;min-height:120px;line-height:1.6;box-sizing:border-box;transition:border-color .15s,box-shadow .15s}.bfp-issue-ta:focus{border-color:#111;box-shadow:0 0 0 3px #0000000a}.bfp-issue-ta.err{border-color:#ef4444}.bfp-issue-ta.ok{border-color:#22c55e}.bfp-word-count{display:flex;align-items:center;gap:10px;font-size:12px;font-weight:600}.wc-empty{color:#d1d5db}.wc-partial{color:#f59e0b}.wc-ok{color:#22c55e}.wc-check{color:#16a34a;font-weight:700}.bfp-upload-section{display:flex;flex-direction:column;gap:8px}.bfp-upload-label{font-size:12px;font-weight:700;color:#374151}.bfp-upload-btn{display:inline-flex;align-items:center;gap:7px;padding:9px 16px;border:1.5px dashed #d1d5db;border-radius:9px;background:#fafafa;font-size:13px;font-weight:600;color:#6b7280;cursor:pointer;font-family:inherit;transition:all .15s;width:fit-content}.bfp-upload-btn:hover{border-color:#111;color:#111;background:#f3f4f6}.bfp-photo-previews{display:flex;flex-wrap:wrap;gap:7px}.bfp-photo-thumb{display:flex;align-items:center;gap:6px;padding:5px 10px;background:#f3f4f6;border-radius:6px;font-size:11px;color:#374151}.bfp-photo-thumb button{background:none;border:none;cursor:pointer;color:#9ca3af;font-size:12px;padding:0}.bfp-urgency-list{display:flex;flex-direction:column;gap:12px}.bfp-urgency-card{display:flex;align-items:center;gap:14px;padding:16px 18px;background:#fff;border:2px solid #e5e7eb;border-radius:14px;cursor:pointer;transition:all .15s}.bfp-urgency-card:hover{border-color:#9ca3af}.bfp-urgency-card--on{border-color:#111;background:#f9fafb}.bfp-urgency-icon{font-size:24px;flex-shrink:0}.bfp-urgency-info{flex:1}.bfp-urgency-label{font-size:14px;font-weight:700;color:#111}.bfp-urgency-desc{font-size:12px;color:#9ca3af;margin-top:2px}.bfp-urgency-price{font-size:14px;font-weight:700;color:#111;flex-shrink:0}.bfp-urgency-free{color:#16a34a}.bfp-urgency-radio{width:20px;height:20px;border-radius:50%;border:2px solid #d1d5db;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .15s}.bfp-urgency-radio--on{border-color:#111}.bfp-urgency-radio-dot{width:10px;height:10px;border-radius:50%;background:#111}.bfp-summary-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:14px 16px;display:flex;flex-direction:column;gap:8px}.bfp-sc-label{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.6px;color:#9ca3af;margin-bottom:2px}.bfp-sc-row{display:flex;justify-content:space-between;align-items:center;font-size:13px;color:#6b7280}.bfp-sc-row strong{font-weight:700;color:#111}.bfp-sc-divider{height:1px;background:#e5e7eb;margin:2px 0}.bfp-sc-row--total strong{font-size:15px}.bfp-wallet-section{display:flex;flex-direction:column;gap:10px}.bfp-wallet-heading{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.6px;color:#9ca3af}.bfp-wallet-card{display:flex;align-items:center;gap:13px;padding:14px 16px;background:#fff;border:1.5px solid #e5e7eb;border-radius:12px;cursor:pointer;transition:all .15s}.bfp-wallet-card:hover{border-color:#111}.bfp-wallet-card--on{background:#f0fdf4;border-color:#22c55e}.bfp-wallet-card--orange.bfp-wallet-card--on{background:#fff7ed;border-color:#fb923c}.bfp-wallet-info{flex:1}.bfp-wallet-name{font-size:14px;font-weight:700;color:#111}.bfp-wallet-bal{font-size:12px;color:#9ca3af;margin-top:2px}.bfp-wallet-discount{font-size:13px;font-weight:700;color:#16a34a;flex-shrink:0}.bfp-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-top:8px;border-top:1px solid #f3f4f6;margin-top:auto}.bfp-footer-note{font-size:11.5px;color:#9ca3af;line-height:1.5;flex:1}.bfp-back-btn{padding:10px 18px;border:1.5px solid #e5e7eb;border-radius:9px;background:#fff;font-size:13px;font-weight:600;color:#6b7280;cursor:pointer;font-family:inherit;transition:all .15s;flex-shrink:0}.bfp-back-btn:hover{border-color:#bbb;color:#111}.bfp-cta{padding:11px 28px;border-radius:10px;border:none;background:#d1d5db;color:#9ca3af;font-size:14px;font-weight:700;cursor:not-allowed;font-family:inherit;white-space:nowrap;display:flex;align-items:center;gap:8px;transition:background .2s,transform .12s,box-shadow .12s;flex-shrink:0}.bfp-cta--on{background:#111;color:#fff;cursor:pointer;box-shadow:0 2px 10px #00000024}.bfp-cta--on:hover{background:#1f2937;transform:translateY(-1px);box-shadow:0 5px 16px #0000002e}.bfp-cta--on:active{transform:none;box-shadow:none}.bfp-spin{width:14px;height:14px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:bfp-rotate .7s linear infinite;flex-shrink:0}@keyframes bfp-rotate{to{transform:rotate(360deg)}}.bfp-finding-wrap{flex:1;display:flex;align-items:center;justify-content:center;padding:32px 20px}.bfp-finding-card{background:#fff;border-radius:24px;border:1px solid #e5e7eb;padding:40px 36px;max-width:520px;width:100%;display:flex;flex-direction:column;align-items:center;gap:24px;box-shadow:0 4px 24px #00000012}.bfp-finding-anim{position:relative;width:100px;height:100px;display:flex;align-items:center;justify-content:center}.bfp-radar-ring{position:absolute;border-radius:50%;border:2px solid #111;opacity:0;animation:bfp-radar 2.4s ease-out infinite}.bfp-radar-ring--1{width:40px;height:40px;animation-delay:0s}.bfp-radar-ring--2{width:70px;height:70px;animation-delay:.6s}.bfp-radar-ring--3{width:100px;height:100px;animation-delay:1.2s}@keyframes bfp-radar{0%{opacity:.6;transform:scale(.5)}to{opacity:0;transform:scale(1.1)}}.bfp-radar-center{width:44px;height:44px;border-radius:50%;background:#111;display:flex;align-items:center;justify-content:center;z-index:1}.bfp-finding-title{font-size:20px;font-weight:800;color:#111;text-align:center}.bfp-finding-sub{font-size:13px;color:#9ca3af;text-align:center;line-height:1.6;margin-top:-12px}.bfp-finding-timers{display:flex;align-items:stretch;gap:0;background:#f9fafb;border:1px solid #e5e7eb;border-radius:14px;overflow:hidden;width:100%}.bfp-timer-block{flex:1;padding:16px 20px;display:flex;flex-direction:column;align-items:center;gap:4px}.bfp-timer-divider{width:1px;background:#e5e7eb}.bfp-timer-label{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.6px;color:#9ca3af}.bfp-timer-val{font-size:28px;font-weight:900;font-family:monospace;letter-spacing:2px}.bfp-timer-val--blue{color:#2563eb}.bfp-timer-val--orange{color:#f97316}.bfp-timer-val--red{color:#dc2626}.bfp-timer-hint{font-size:11px;color:#9ca3af;text-align:center}.bfp-finding-flow{display:flex;flex-direction:column;align-items:flex-start;gap:0;width:100%}.bfp-flow-step{display:flex;align-items:center;gap:10px;font-size:13px;color:#6b7280;padding:6px 0}.bfp-flow-step--active{color:#111;font-weight:700}.bfp-flow-line{width:2px;height:16px;background:#e5e7eb;margin-left:9px}.bfp-flow-dot{width:18px;height:18px;border-radius:50%;background:#e5e7eb;flex-shrink:0}.bfp-flow-dot--pulse{background:#22c55e;animation:bfp-dot-pulse 1.5s ease-in-out infinite}@keyframes bfp-dot-pulse{0%,to{box-shadow:0 0 0 2px #22c55e33}50%{box-shadow:0 0 0 6px #22c55e1a}}.bfp-finding-info{width:100%;background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:14px 16px;display:flex;flex-direction:column;gap:7px}.bfp-finding-info-row{display:flex;justify-content:space-between;font-size:13px}.bfp-finding-info-row span:first-child{color:#9ca3af}.bfp-finding-info-row span:last-child{font-weight:600;color:#111}.bfp-finding-timeout{text-align:center;width:100%}.bfp-confirmed-wrap{flex:1;display:flex;align-items:center;justify-content:center;padding:32px 20px}.bfp-confirmed-card{background:#fff;border-radius:24px;border:1px solid #e5e7eb;padding:36px 32px;max-width:480px;width:100%;display:flex;flex-direction:column;align-items:center;gap:20px;box-shadow:0 4px 24px #00000012}.bfp-confirmed-icon{font-size:52px}.bfp-confirmed-title{font-size:22px;font-weight:900;color:#15803d}.bfp-confirmed-sub{font-size:13px;color:#9ca3af;margin-top:-12px}.bfp-worker-assigned{display:flex;align-items:center;gap:14px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:14px;padding:16px 18px;width:100%}.bfp-worker-avatar{width:48px;height:48px;border-radius:50%;background:#111;color:#fff;font-size:15px;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0}.bfp-worker-info{flex:1}.bfp-worker-name{font-size:15px;font-weight:800;color:#111}.bfp-worker-meta{font-size:12px;color:#6b7280;margin-top:3px;display:flex;align-items:center;gap:4px}.bfp-worker-actions{display:flex;gap:8px;flex-shrink:0}.bfp-worker-btn{display:flex;align-items:center;gap:5px;padding:8px 14px;border-radius:8px;font-size:12px;font-weight:700;text-decoration:none;transition:all .15s}.bfp-worker-btn--call{background:#f0fdf4;color:#16a34a;border:1px solid #bbf7d0}.bfp-worker-btn--call:hover{background:#dcfce7}.bfp-worker-btn--chat{background:#f0fdf4;color:#16a34a;border:1px solid #bbf7d0}.bfp-confirmed-details{width:100%;background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:14px 16px;display:flex;flex-direction:column;gap:7px}.bfp-confirmed-row{display:flex;justify-content:space-between;font-size:13px}.bfp-confirmed-row span:first-child{color:#9ca3af}.bfp-confirmed-row span:last-child{font-weight:600;color:#111}.bfp-notfound{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:12px}.bfp-notfound p{font-size:16px;color:#6b7280}.bfp-notfound button{padding:10px 20px;border:1.5px solid #e5e7eb;border-radius:9px;background:#fff;cursor:pointer;font-family:inherit;font-size:14px;font-weight:600;color:#374151}@media (max-width: 700px){.bfp-body{flex-direction:column;padding:0}.bfp-left{width:100%;padding:16px 16px 14px;flex-direction:row;flex-wrap:wrap;gap:12px;align-items:flex-start;border-bottom:1px solid #e5e7eb;position:static}.bfp-svc-img-wrap{width:44px;height:44px;margin-bottom:0}.bfp-svc-name{font-size:16px;margin-bottom:0}.bfp-svc-meta{margin-bottom:0}.bfp-price-block,.bfp-divider-v{display:none}.bfp-right{padding:20px 16px 80px}.bfp-panel{max-width:100%;gap:16px}.bfp-back-link{margin-bottom:0}.bfp-stepper{gap:0}.bfp-step-label{display:none}.bfp-step-line{width:20px;margin:0 4px}.bfp-topbar-inner{padding:0 16px;height:54px}.bfp-days{flex-wrap:nowrap;overflow-x:auto;padding-bottom:4px;gap:8px}.bfp-day{min-width:56px;padding:9px 8px}.bfp-day-num{font-size:18px}.bfp-time-windows{display:grid;grid-template-columns:1fr 1fr;gap:8px}.bfp-tw-pill{text-align:center;padding:11px 8px;font-size:13px}.bfp-urgency-card{padding:14px;gap:12px}.bfp-urgency-label{font-size:13px}.bfp-urgency-desc{font-size:11px}.bfp-footer{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #e5e7eb;padding:12px 16px;margin-top:0;z-index:50;box-shadow:0 -4px 16px #00000014}.bfp-footer-note{display:none}.bfp-back-btn{padding:11px 16px;font-size:13px}.bfp-cta{flex:1;justify-content:center;padding:13px 20px;font-size:15px}.bfp-finding-wrap,.bfp-confirmed-wrap{padding:20px 16px;align-items:flex-start}.bfp-finding-card,.bfp-confirmed-card{padding:24px 18px;border-radius:20px}.bfp-finding-title{font-size:18px}.bfp-timer-val{font-size:22px}.bfp-review-row{padding:10px 14px}.bfp-review-label{min-width:70px;font-size:12px}.bfp-review-val{font-size:12px}.bfp-wallet-card{margin:0 12px;padding:12px 14px}.bfp-wallet-applied-note{margin:0 12px 8px}.bfp-sc-row{padding:10px 14px;font-size:13px}.bfp-sc-row--total{padding:12px 14px}}.bfp-urgency-learn{background:none;border:none;padding:0;font-size:11.5px;font-weight:600;color:#2563eb;text-decoration:underline;cursor:pointer;font-family:inherit;margin-top:4px;display:inline-block;transition:color .15s}.bfp-urgency-learn:hover{color:#1d4ed8}.bfp-info-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:99999;display:flex;align-items:center;justify-content:center;padding:20px;animation:bfp-overlay-in .18s ease both}@keyframes bfp-overlay-in{0%{opacity:0}to{opacity:1}}.bfp-info-popup{background:#fff;border-radius:20px;padding:28px 28px 24px;max-width:400px;width:100%;box-shadow:0 20px 60px #0003;animation:bfp-popup-in .22s cubic-bezier(.16,1,.3,1) both}@keyframes bfp-popup-in{0%{opacity:0;transform:translateY(16px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.bfp-info-popup-header{display:flex;align-items:center;gap:10px;margin-bottom:18px}.bfp-info-popup-icon{font-size:26px;flex-shrink:0}.bfp-info-popup-title{font-size:16px;font-weight:800;color:#111;flex:1}.bfp-info-popup-close{width:28px;height:28px;border-radius:50%;border:1.5px solid #e5e7eb;background:#f9fafb;color:#6b7280;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .15s}.bfp-info-popup-close:hover{background:#111;color:#fff;border-color:#111}.bfp-info-popup-list{list-style:none;padding:0;margin:0 0 20px;display:flex;flex-direction:column;gap:10px}.bfp-info-popup-list li{font-size:13.5px;color:#374151;line-height:1.5;padding:10px 12px;background:#f9fafb;border-radius:10px;border:1px solid #f0f0f4}.bfp-info-popup-select{width:100%;padding:12px;background:#111;color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:700;cursor:pointer;font-family:inherit;transition:background .15s}.bfp-info-popup-select:hover{background:#1f2937}.bfp-urgency-extra{font-size:14px;font-weight:800;color:#111;background:#f3f4f6;padding:3px 10px;border-radius:20px;border:1.5px solid #e5e7eb;white-space:nowrap}.bfp-urgency-card--on .bfp-urgency-extra{background:#fff;border-color:#111}.bfp-review-card{background:#fff;border:1.5px solid #e2e8f0;border-radius:18px;overflow:hidden;box-shadow:0 2px 12px #0000000d}.bfp-review-heading{display:flex;align-items:center;gap:8px;padding:14px 18px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-bottom:1px solid #e2e8f0;font-size:11px;font-weight:800;color:#475569;text-transform:uppercase;letter-spacing:.8px}.bfp-review-grid{display:flex;flex-direction:column}.bfp-review-row{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:11px 18px;border-bottom:1px solid #f1f5f9;font-size:13px;transition:background .12s}.bfp-review-row:hover{background:#fafbfc}.bfp-review-row:last-of-type{border-bottom:none}.bfp-review-label{color:#94a3b8;font-weight:600;flex-shrink:0;min-width:90px}.bfp-review-val{color:#0f172a;font-weight:700;text-align:right;flex:1}.bfp-review-mono{font-family:monospace;letter-spacing:1px;color:#0ea5e9}.bfp-review-footer{display:flex;align-items:center;justify-content:space-between;padding:11px 18px;background:#f8fafc;border-top:1.5px solid #e2e8f0}.bfp-review-edit{display:inline-flex;align-items:center;gap:5px;padding:7px 14px;border:1.5px solid #e2e8f0;border-radius:8px;background:#fff;font-size:12px;font-weight:700;color:#374151;cursor:pointer;font-family:inherit;transition:all .15s}.bfp-review-edit:hover{border-color:#111;color:#111;background:#f9fafb}.bfp-review-secure{display:flex;align-items:center;gap:5px;font-size:11px;font-weight:600;color:#94a3b8}.bfp-summary-card{background:#fff;border:1.5px solid #e2e8f0;border-radius:18px;overflow:hidden;box-shadow:0 2px 12px #0000000d}.bfp-sc-header{display:flex;align-items:center;gap:8px;padding:14px 18px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-bottom:1px solid #e2e8f0;font-size:11px;font-weight:800;color:#475569;text-transform:uppercase;letter-spacing:.8px}.bfp-sc-body{padding:6px 0 2px}.bfp-sc-row{display:flex;justify-content:space-between;align-items:center;padding:10px 18px;font-size:13px;color:#64748b;border-bottom:1px solid #f8fafc}.bfp-sc-row:last-of-type{border-bottom:none}.bfp-sc-row strong{font-weight:700;color:#0f172a}.bfp-sc-divider{height:1px;background:#e2e8f0;margin:4px 0}.bfp-sc-row--total{padding:14px 18px;background:linear-gradient(135deg,#f0fdf4,#ecfdf5);border-top:1.5px solid #bbf7d0!important}.bfp-sc-row--total strong{font-size:17px;color:#15803d!important}.bfp-sc-label{display:none}.bfp-wallet-section{display:flex;flex-direction:column;gap:10px;background:#fff;border:1.5px solid #e2e8f0;border-radius:18px;overflow:hidden;box-shadow:0 2px 12px #0000000d;padding-bottom:2px}.bfp-wallet-heading{padding:14px 18px 12px;font-size:11px;font-weight:800;color:#475569;text-transform:uppercase;letter-spacing:.8px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-bottom:1px solid #e2e8f0;margin-bottom:2px}.bfp-wallet-card{display:flex;align-items:center;gap:13px;padding:12px 16px;margin:0 10px;background:#fafafa;border:1.5px solid #e5e7eb;border-radius:12px;cursor:pointer;transition:all .15s}.bfp-wallet-card:hover{border-color:#94a3b8;background:#f1f5f9}.bfp-wallet-card--on{background:#f0fdf4;border-color:#22c55e;box-shadow:0 0 0 3px #22c55e14}.bfp-wallet-card--orange.bfp-wallet-card--on{background:#fff7ed;border-color:#fb923c;box-shadow:0 0 0 3px #f9731614}.bfp-wallet-card--disabled{opacity:.55;cursor:not-allowed}.bfp-wallet-card--disabled:hover{border-color:#e5e7eb;background:#fafafa}.bfp-wallet-icon{width:36px;height:36px;border-radius:9px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.bfp-wallet-icon--blue{background:#eff6ff}.bfp-wallet-icon--orange{background:#fff7ed}.bfp-wallet-info{flex:1;min-width:0}.bfp-wallet-name{font-size:13px;font-weight:700;color:#111;display:flex;align-items:center;gap:6px;margin-bottom:6px}.bfp-wallet-tag{font-size:9px;font-weight:800;padding:2px 7px;border-radius:99px;text-transform:uppercase;letter-spacing:.4px;flex-shrink:0}.bfp-wallet-tag--blue{background:#eff6ff;color:#2563eb}.bfp-wallet-tag--green{background:#f0fdf4;color:#15803d}.bfp-wallet-row2{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.bfp-wallet-bal-pill{font-size:13px;font-weight:800;color:#2563eb;background:#eff6ff;padding:2px 10px;border-radius:99px;letter-spacing:-.2px}.bfp-wallet-bal-pill--orange{color:#ea580c;background:#fff7ed}.bfp-wallet-usable{font-size:11px;color:#9ca3af;font-weight:500}.bfp-wallet-apply-hint{font-size:11px;color:#94a3b8;font-weight:500;flex-shrink:0;white-space:nowrap}.bfp-wallet-bal{font-size:11px;color:#9ca3af;margin-top:2px}.bfp-wallet-discount{font-size:13px;font-weight:800;color:#16a34a;flex-shrink:0}.bfp-wallet-check{width:22px;height:22px;border-radius:50%;background:#e5e7eb;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s}.bfp-wallet-check--on{background:#22c55e}.bfp-wallet-check--orange{background:#f97316}.bfp-wallet-applied-note{font-size:11px;color:#92400e;font-weight:600;background:#fffbeb;border:1px solid #fde68a;border-radius:8px;padding:9px 14px;margin:0 10px 8px;line-height:1.5;display:flex;align-items:flex-start;gap:6px}.lg-checking{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;background:#f7f7f7;font-size:14px;color:#888;font-family:inherit}.lg-checking-spinner{width:36px;height:36px;border:3px solid #e0e0e0;border-top-color:#1a1a1a;border-radius:50%;animation:lg-spin .7s linear infinite}@keyframes lg-spin{to{transform:rotate(360deg)}}.lg-wrap{min-height:100vh;background:#f7f8f7;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px 72px;text-align:center;font-family:inherit}.lg-cards{position:relative;width:300px;height:240px;margin-bottom:44px;flex-shrink:0}.lg-card{position:absolute;border-radius:22px;overflow:hidden;box-shadow:0 16px 48px #00000029}.lg-card img{width:100%;height:100%;object-fit:cover;display:block}.lg-card--left{width:155px;height:190px;top:24px;left:4px;transform:rotate(-13deg);z-index:1}.lg-card--right{width:155px;height:190px;top:24px;right:4px;transform:rotate(11deg);z-index:1}.lg-card--center{width:140px;height:172px;top:8px;left:50%;transform:translate(-50%) rotate(-1deg);z-index:2;background:#f0ece4}.lg-card-logo-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#f0ece4b8}.lg-pill{display:inline-flex;align-items:center;gap:7px;background:#fff0f0;border:1.5px solid #fecaca;color:#e53e3e;font-size:13px;font-weight:700;padding:7px 20px;border-radius:50px;margin-bottom:28px}.lg-title{font-size:clamp(34px,6vw,54px);font-weight:800;color:#1a1a1a;line-height:1.2;letter-spacing:-1px;margin-bottom:18px}.lg-title-gray{color:#888;font-weight:400}.lg-title-green{color:#22a45d;font-weight:800}.lg-sub{font-size:16px;color:#666;line-height:1.7;max-width:400px;margin-bottom:36px}.lg-sub strong{color:#1a1a1a}.lg-cta{background:#1a1a1a;color:#fff;border:none;border-radius:14px;padding:16px 36px;font-size:16px;font-weight:700;cursor:pointer;font-family:inherit;transition:background .15s,transform .15s;margin-bottom:28px;width:100%;max-width:380px}.lg-cta:hover{background:#333;transform:translateY(-2px)}.lg-pin-form{display:flex;flex-direction:column;align-items:center;gap:10px;margin-bottom:16px}.lg-pin-label{font-size:13px;color:#aaa;font-weight:500}.lg-pin-row{display:flex;gap:8px}.lg-pin-input{width:130px;padding:12px 16px;border:1.5px solid #e0e0e0;border-radius:10px;font-size:15px;font-weight:600;font-family:inherit;color:#1a1a1a;outline:none;text-align:center;letter-spacing:2px;transition:border-color .15s;background:#fff}.lg-pin-input:focus{border-color:#1a1a1a}.lg-pin-btn{padding:12px 24px;background:#1a1a1a;color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:700;cursor:pointer;font-family:inherit;transition:background .15s}.lg-pin-btn:hover{background:#333}.lg-pin-btn:disabled{background:#ccc;cursor:not-allowed}.lg-pin-error{font-size:12px;color:#e53e3e;font-weight:600}.lg-retry{background:none;border:none;font-size:13px;color:#bbb;cursor:pointer;font-family:inherit;text-decoration:underline;transition:color .15s;margin-top:4px}.lg-retry:hover{color:#555}@media (max-width: 480px){.lg-cards{width:240px;height:200px}.lg-card--left,.lg-card--right{width:130px;height:160px}.lg-card--center{width:118px;height:148px}.lg-cta{font-size:14px;padding:14px 24px}.lg-pin-input{width:110px}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--blue: #1a6bff;--blue-dark: #1250cc;--blue-light: #e8f0ff;--gray: #f4f6fb;--gray-mid: #e2e8f0;--text: #1a1a1a;--text-muted: #64748b;--white: #ffffff;--green: #16a34a;--whatsapp: #25d366}body{font-family:Inter,sans-serif;color:var(--text);background:var(--white);line-height:1.6;min-height:100vh;overflow-x:hidden}a{text-decoration:none;color:inherit}.page-enter{width:100%;min-height:0}.container{max-width:1100px;margin:0 auto;padding:0 20px}.btn{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;border-radius:10px;font-size:16px;font-weight:600;cursor:pointer;border:none;transition:transform .15s,box-shadow .15s;font-family:inherit}.btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00000026}.btn-primary{background:var(--blue);color:var(--white)}.btn-call{background:var(--green);color:var(--white)}.btn-whatsapp{background:var(--whatsapp);color:var(--white)}.section-title{text-align:center;font-size:28px;font-weight:700;margin-bottom:10px}.section-sub{text-align:center;color:var(--text-muted);margin-bottom:40px;font-size:16px}@keyframes sk-spin{to{transform:rotate(360deg)}}.btn-spin{display:inline-block;width:15px;height:15px;border:2.5px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:btn-spin-anim .65s cubic-bezier(.5,.1,.5,.9) infinite;flex-shrink:0}.btn-spin--dark{border-color:#0f172a33;border-top-color:#0f172a}@keyframes btn-spin-anim{to{transform:rotate(360deg)}}.navbar{position:sticky;top:0;z-index:200;background:#fff;border-bottom:none;height:68px;display:flex;align-items:center;padding:0 32px;box-shadow:none}.navbar-inner{width:100%;max-width:1320px;margin:0 auto;display:flex;align-items:center;gap:0}.nb-brand{display:flex;align-items:center;gap:12px;text-decoration:none;flex-shrink:0;margin-right:40px}.nb-logo-box{width:46px;height:46px;background:#1a1a1a;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff;font-size:16px;font-weight:700;letter-spacing:-.5px;font-family:inherit}.nb-brand-text{display:flex;flex-direction:column;line-height:1.2}.nb-brand-top,.nb-brand-bottom{font-size:17px;font-weight:700;color:#1a1a1a;letter-spacing:-.3px}.nb-links{display:flex;align-items:center;gap:4px;flex-shrink:0;margin-left:32px}.nb-link{position:relative;font-size:14px;font-weight:500;color:#555;white-space:nowrap;background:none;border:none;cursor:pointer;font-family:Inter,sans-serif;padding:8px 18px;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:color .15s,background .15s;letter-spacing:.1px;height:auto}.nb-link:hover{color:#1a1a1a;background:none}.nb-link--active{font-weight:600;color:#1a1a1a;background:none}.nb-link--active:hover{background:none;color:#1a1a1a}.nb-underline{position:absolute;bottom:2px;left:18px;right:18px;height:2px;background:#1a1a1a;border-radius:2px;animation:nb-underline-in .25s cubic-bezier(.22,1,.36,1)}@keyframes nb-underline-in{0%{transform:scaleX(0);opacity:0}to{transform:scaleX(1);opacity:1}}.nb-spacer{flex:1}.nb-location{display:flex;align-items:center;gap:6px;background:#f5f5f5;border:1px solid #e8e8e8;border-radius:24px;padding:8px 14px;cursor:pointer;font-family:inherit;font-size:14px;font-weight:500;color:#1a1a1a;white-space:nowrap;max-width:180px;transition:border-color .15s,background .15s;flex-shrink:0;margin-right:10px}.nb-location:hover{border-color:#1a6bff;background:#f0f5ff}.nb-location-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:110px}.nb-search-wrap{position:relative;margin-right:24px;flex-shrink:0}.nb-search{display:flex;align-items:center;gap:8px;border:1px solid #e8e8e8;border-radius:24px;padding:8px 16px;background:#f5f5f5;width:220px;transition:border-color .15s,background .15s;cursor:text}.nb-search:hover,.nb-search--active{border-color:#1a1a1a;background:#fff}.nb-search-input{border:none;outline:none;background:transparent;font-size:14px;font-family:inherit;color:#1a1a1a;width:100%}.nb-search-input::placeholder{color:#94a3b8}.nb-search-clear{background:none;border:none;cursor:pointer;padding:2px;display:flex;align-items:center;flex-shrink:0}.srch-dropdown{position:absolute;top:calc(100% + 6px);right:0;width:380px;max-height:calc(100vh - 100px);background:#fff;border-radius:14px;box-shadow:0 8px 40px #00000024;overflow-y:auto;z-index:300;border:1px solid #ebebeb;animation:srch-in .15s ease}@keyframes srch-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.srch-loading{display:flex;align-items:center;justify-content:center;gap:8px;padding:80px 0}.srch-loading span{width:10px;height:10px;border-radius:50%;background:#1a1a1a;animation:srch-bounce .8s infinite ease-in-out}.srch-loading span:nth-child(2){animation-delay:.15s}.srch-loading span:nth-child(3){animation-delay:.3s}@keyframes srch-bounce{0%,80%,to{transform:scale(.55);opacity:.35}40%{transform:scale(1);opacity:1}}.srch-noresult{text-align:center;padding:40px 24px 20px}.srch-noresult-icon{margin-bottom:16px;display:flex;align-items:center;justify-content:center}.srch-noresult-title{font-size:20px;font-weight:700;color:#1a1a1a;margin-bottom:8px}.srch-noresult-sub{font-size:13px;color:#1a6bff;line-height:1.7}.srch-trending-title{font-size:15px;font-weight:700;color:#1a1a1a;padding:20px 20px 12px;border-top:1px solid #f5f5f5}.srch-trending-list{display:flex;flex-direction:column;padding:0 20px 24px;gap:4px}.srch-trend-row{display:flex;align-items:center;gap:12px;padding:11px 14px;border:1px solid #ebebeb;border-radius:10px;background:#fff;font-size:14px;color:#333;cursor:pointer;font-family:inherit;text-align:left;transition:background .12s,border-color .12s}.srch-trend-row:hover{background:#f5f5f5;border-color:#d0d0d0}.srch-results{list-style:none}.srch-result-item{display:flex;align-items:center;gap:14px;padding:14px 20px;cursor:pointer;transition:background .12s;border-bottom:1px solid #f5f5f5}.srch-result-item:last-child{border-bottom:none}.srch-result-item:hover{background:#f9f9f9}.srch-result-img{width:56px;height:56px;border-radius:10px;background:#f0f5ff;display:flex;align-items:center;justify-content:center;font-size:26px;flex-shrink:0}.srch-result-info{flex:1}.srch-result-name{font-size:15px;color:#1a1a1a;margin-bottom:5px;line-height:1.3}.srch-result-meta{display:flex;align-items:center;gap:5px;font-size:12px;color:#64748b}.srch-result-cat{color:#1a6bff;font-weight:500}.nb-icon-btn{width:40px;height:40px;border-radius:50%;border:1.5px solid #e8e8e8;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#1a1a1a;margin-left:8px;flex-shrink:0;transition:border-color .15s,background .15s}.nb-icon-btn:hover{border-color:#1a6bff;background:#f0f5ff;color:#1a6bff}.loc-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;z-index:999;display:flex;align-items:center;justify-content:center}.loc-modal{background:#fff;border-radius:16px;width:100%;max-width:600px;margin:0 16px;overflow:hidden;box-shadow:0 20px 60px #0003}.loc-search-row{display:flex;align-items:center;gap:10px;padding:18px 20px;border-bottom:1px solid #f0f0f0}.loc-back{background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;flex-shrink:0;color:#333}.loc-input{flex:1;border:none;outline:none;font-size:15px;font-family:inherit;color:#1a1a1a;background:transparent}.loc-input::placeholder{color:#94a3b8}.loc-current-btn{display:flex;align-items:center;gap:12px;width:100%;padding:18px 24px;background:none;border:none;cursor:pointer;font-size:15px;font-weight:600;color:#5b21b6;font-family:inherit;transition:background .15s;border-bottom:1px solid #f0f0f0}.loc-current-btn:hover{background:#faf5ff}.loc-current-btn:disabled{opacity:.6;cursor:not-allowed}.loc-suggestions{list-style:none;max-height:260px;overflow-y:auto}.loc-suggestion-item{display:flex;align-items:flex-start;gap:12px;padding:14px 24px;cursor:pointer;transition:background .12s;border-bottom:1px solid #f8f8f8}.loc-suggestion-item:hover{background:#f5f5f5}.loc-suggestion-item svg{margin-top:3px;flex-shrink:0}.loc-sug-main{font-size:14px;font-weight:500;color:#1a1a1a;margin-bottom:2px}.loc-sug-sub{font-size:12px;color:#94a3b8}.loc-sug-pin{font-size:11px;font-weight:700;color:#555;background:#f0f0f0;padding:2px 8px;border-radius:8px;flex-shrink:0;align-self:center}.loc-searching{display:flex;align-items:center;justify-content:center;gap:6px;padding:18px 24px;font-size:13px;color:#94a3b8;border-bottom:1px solid #f0f0f0}.loc-searching-dot{width:7px;height:7px;border-radius:50%;background:#94a3b8;animation:loc-dot-bounce .8s infinite ease-in-out}.loc-searching-dot:nth-child(2){animation-delay:.15s}.loc-searching-dot:nth-child(3){animation-delay:.3s}@keyframes loc-dot-bounce{0%,80%,to{transform:scale(.6);opacity:.4}40%{transform:scale(1);opacity:1}}.loc-no-result{padding:20px 24px;font-size:13px;color:#94a3b8;text-align:center}.loc-powered{text-align:center;padding:14px;font-size:12px;color:#94a3b8}.loc-powered-g{font-weight:700;font-size:13px}.slim-navbar{border-bottom:1px solid #f0f0f0;box-shadow:0 1px #f0f0f0}.slim-search-wrap .nb-search{width:280px}.slim-search-wrap .srch-dropdown{width:380px}.srch-empty{padding:24px 20px;font-size:13px;color:#94a3b8;text-align:center}@media (max-width: 640px){.slim-search-wrap .nb-search{width:160px}.slim-search-wrap .srch-dropdown{width:calc(100vw - 32px);right:0}}@media (max-width: 960px){.nb-links{display:none}.nb-search{width:160px}.srch-dropdown{width:320px}.navbar{padding:0 20px}}@media (max-width: 640px){.navbar{padding:0 16px;height:56px}.nb-brand{margin-right:auto;gap:8px}.nb-logo-box{width:34px;height:34px;font-size:12px;border-radius:8px}.nb-brand-top,.nb-brand-bottom{font-size:13px}.nb-location,.nb-search{display:none}.srch-dropdown{width:calc(100vw - 32px);right:16px;top:calc(100% + 6px);max-height:70vh}.nb-search-wrap{display:none}}@media (max-width: 640px){.navbar-inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px}.nb-links,.nb-spacer{display:none}.nb-location{display:flex!important;justify-content:center;max-width:100%;width:100%;background:none;border:none;padding:6px 0;margin-right:0;border-radius:0;font-size:13px;font-weight:600;color:#1a1a1a;gap:4px}.nb-location-text{max-width:none}.nb-profile-wrap{margin-left:0}}.mob-bottom-nav{display:none}@media (max-width: 960px){.mob-bottom-nav{display:flex;position:fixed;bottom:0;left:0;right:0;width:100%;height:60px;background:#fff;border-top:1px solid #e8e8e8;z-index:9999;align-items:stretch;box-shadow:0 -2px 12px #0000000f;transform:translateZ(0);-webkit-transform:translateZ(0);will-change:transform;backface-visibility:hidden;-webkit-backface-visibility:hidden}.mob-nav-item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;background:none;border:none;cursor:pointer;font-family:inherit;color:#888;font-size:10px;font-weight:500;padding:6px 4px;transition:color .15s;text-decoration:none;-webkit-tap-highlight-color:transparent}.mob-nav-item--active{color:#1a1a1a}.mob-nav-item--active svg{stroke:#1a1a1a}.mob-nav-item:active{color:#1a1a1a}.mob-nav-logo-box{width:26px;height:26px;background:#1a1a1a;border-radius:7px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:10px;font-weight:700;letter-spacing:-.3px;flex-shrink:0}}@media (max-width: 960px){body{background:#f5f5f5}}.mob-search-overlay{display:none}@media (max-width: 960px){.mob-search-overlay{display:flex;flex-direction:column;position:fixed;top:0;right:0;bottom:0;left:0;background:#fff;z-index:600;animation:mob-srch-in .2s ease}@keyframes mob-srch-in{0%{transform:translateY(12px);opacity:0}to{transform:translateY(0);opacity:1}}.mob-srch-header{display:flex;align-items:center;gap:12px;padding:12px 16px;border-bottom:1px solid #f0f0f0}.mob-srch-back{background:none;border:none;cursor:pointer;padding:6px;display:flex;align-items:center;color:#333;flex-shrink:0}.mob-srch-input-wrap{flex:1;display:flex;align-items:center;gap:8px;background:#f5f5f5;border:1px solid #e8e8e8;border-radius:24px;padding:10px 14px}.mob-srch-input{flex:1;border:none;outline:none;background:transparent;font-size:15px;font-family:inherit;color:#1a1a1a}.mob-srch-input::placeholder{color:#94a3b8}.mob-srch-body{flex:1;overflow-y:auto;padding:0}.mob-srch-trending-title{font-size:13px;font-weight:700;color:#888;text-transform:uppercase;letter-spacing:.5px;padding:16px 16px 8px}.mob-srch-trend-list{display:flex;flex-wrap:wrap;gap:8px;padding:0 16px 16px}.mob-srch-trend-tag{background:#f5f5f5;border:1px solid #e8e8e8;border-radius:20px;padding:7px 14px;font-size:13px;color:#333;cursor:pointer;font-family:inherit;transition:background .12s}.mob-srch-trend-tag:active{background:#e8e8e8}.mob-srch-results{list-style:none}.mob-srch-result-item{display:flex;align-items:center;gap:12px;padding:12px 16px;border-bottom:1px solid #f5f5f5;cursor:pointer}.mob-srch-result-item:active{background:#f9f9f9}.mob-srch-result-img{width:48px;height:48px;border-radius:10px;overflow:hidden;flex-shrink:0;background:#f0f0f0}.mob-srch-result-img img{width:100%;height:100%;object-fit:cover}.mob-srch-result-name{font-size:14px;font-weight:600;color:#1a1a1a;margin-bottom:3px}.mob-srch-result-meta{font-size:12px;color:#888}.mob-srch-empty{text-align:center;padding:40px 24px;font-size:14px;color:#888}}.nb-profile-wrap{position:relative;flex-shrink:0;margin-left:8px}.nb-profile-dropdown{position:absolute;top:calc(100% + 8px);right:0;background:#fff;border:1px solid #ebebeb;border-radius:14px;box-shadow:0 12px 40px #00000021;min-width:200px;z-index:400;overflow:hidden;animation:srch-in .15s ease}.nb-profile-user{display:flex;align-items:center;gap:10px;padding:14px 16px}.nb-profile-user-info{display:flex;flex-direction:column;min-width:0}.nb-profile-name{font-size:13px;font-weight:700;color:#1a1a1a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:150px}.nb-profile-avatar{width:34px;height:34px;border-radius:50%;background:#1a1a1a;color:#fff;font-size:14px;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0}.nb-profile-email{font-size:11.5px;font-weight:500;color:#94a3b8;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nb-profile-tag{font-size:10.5px;color:#16a34a;font-weight:700;margin-top:2px;letter-spacing:.2px}.nb-profile-divider{height:1px;background:#f0f0f0;margin:0}.nb-profile-item{display:flex;align-items:center;gap:10px;width:100%;padding:11px 16px;background:none;border:none;font-size:13.5px;font-weight:500;color:#1a1a1a;cursor:pointer;font-family:inherit;text-align:left;transition:background .12s}.nb-profile-item:hover{background:#f5f5f5}.nb-profile-login{font-weight:500;color:#555;font-size:14px}.nb-profile-item--danger{color:#dc2626}.nb-profile-item--danger:hover{background:#fff5f5}.login-overlay,.login-modal{display:none}.logout-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000007a;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:1100;display:flex;align-items:center;justify-content:center;padding:20px}.logout-confirm{background:#fff;border-radius:18px;width:100%;max-width:340px;padding:32px 28px 24px;text-align:center;box-shadow:0 20px 60px #00000029;animation:reg-pop .25s cubic-bezier(.22,1,.36,1) both}.logout-confirm-icon{width:56px;height:56px;border-radius:50%;background:#fff5f5;border:1.5px solid #fecaca;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.logout-confirm-title{font-size:19px;font-weight:800;color:#1a1a1a;margin-bottom:8px;letter-spacing:-.3px}.logout-confirm-sub{font-size:13px;color:#888;line-height:1.6;margin-bottom:24px}.logout-confirm-btns{display:flex;gap:10px}.logout-cancel-btn{flex:1;padding:12px;background:#f5f5f5;color:#1a1a1a;border:none;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;font-family:inherit;transition:background .15s}.logout-cancel-btn:hover{background:#ebebeb}.logout-do-btn{flex:1;padding:12px;background:#dc2626;color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:700;cursor:pointer;font-family:inherit;transition:background .15s}.logout-do-btn:hover{background:#b91c1c}.footer{background:#f5f5f5;padding:48px 24px 0;font-family:inherit}.footer-inner{max-width:1280px;margin:0 auto}.footer-logo-row{display:flex;align-items:center;gap:10px;margin-bottom:40px}.footer-logo-box{width:44px;height:44px;background:#1a1a1a;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:13px;font-weight:800}.footer-logo-text{display:flex;flex-direction:column;line-height:1.1}.footer-columns{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;padding-bottom:40px}.footer-col h4{font-size:16px;font-weight:700;color:#1a1a1a;margin-bottom:20px}.footer-col a{display:block;font-size:14px;color:#444;text-decoration:none;margin-bottom:12px;transition:color .15s}.footer-col a:hover{color:#1a6bff}.footer-socials{display:flex;gap:10px;margin-bottom:20px}.social-icon{width:40px;height:40px;border-radius:50%;border:1.5px solid #d1d5db;background:#fff;display:flex!important;align-items:center;justify-content:center;color:#1a1a1a!important;margin-bottom:0!important;transition:border-color .15s,color .15s!important;flex-shrink:0}.social-icon:hover{border-color:#1a6bff!important;color:#1a6bff!important}.app-badge{display:flex!important;align-items:center;gap:10px;background:#1a1a1a;color:#fff!important;border-radius:8px;padding:10px 16px;margin-bottom:10px!important;text-decoration:none;width:fit-content;min-width:160px;transition:background .15s!important}.app-badge:hover{background:#333!important;color:#fff!important}.app-badge div{display:flex;flex-direction:column;line-height:1.2}.app-badge div span{font-size:10px;opacity:.8}.app-badge div strong{font-size:14px;font-weight:700}.footer-bottom{border-top:1px solid #e2e8f0;padding:20px 0 24px}.footer-bottom p{font-size:13px;color:#64748b;margin-bottom:4px}@media (max-width: 960px){.footer-bottom{padding-bottom:72px}}@media (max-width: 900px){.footer-columns{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.footer{padding:28px 16px 0}.footer-columns{grid-template-columns:1fr 1fr;gap:20px}.footer-col h4{font-size:14px;margin-bottom:12px}.footer-col a{font-size:13px;margin-bottom:8px}.footer-logo-row{margin-bottom:24px}.app-badge{min-width:0;width:100%}.footer-bottom{padding:16px 0 20px}.footer-bottom p{font-size:11px}}.services{padding:70px 0;background:#f4f6fb}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}.service-card{background:#fff;border-radius:16px;padding:30px;box-shadow:0 4px 16px #00000012;transition:transform .2s,box-shadow .2s}.service-card:hover{transform:translateY(-4px);box-shadow:0 8px 28px #1a6bff26}.service-icon{font-size:40px;margin-bottom:14px}.service-card h3{font-size:20px;font-weight:700;margin-bottom:12px;color:#1a6bff}.service-card ul{list-style:none}.service-card ul li{padding:5px 0;color:#64748b;font-size:15px}.service-card ul li:before{content:"✓ ";color:#1a6bff;font-weight:700}.why-us{padding:70px 0}.why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:24px;margin-top:40px}.why-card{text-align:center;padding:30px 20px;border-radius:14px;background:#e8f0ff;border:1px solid #c7d9ff}.why-card .why-icon{font-size:36px;margin-bottom:12px}.why-card h4{font-size:16px;font-weight:700;margin-bottom:6px}.why-card p{font-size:14px;color:#64748b}.reviews{padding:70px 0;background:#f4f6fb}.reviews-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}.review-card{background:#fff;border-radius:14px;padding:28px;box-shadow:0 2px 12px #0000000f}.review-stars{color:#f59e0b;font-size:20px;margin-bottom:12px}.review-card p{font-size:15px;color:#64748b;margin-bottom:14px;font-style:italic}.review-author{font-weight:600;font-size:14px}.cta-section{background:linear-gradient(135deg,#1a6bff,#0a3fa8);color:#fff;padding:70px 0;text-align:center}.cta-section h2{font-size:32px;font-weight:800;margin-bottom:12px}.cta-section p{font-size:18px;opacity:.9;margin-bottom:32px}.booking-page{padding:60px 0;background:#f4f6fb;min-height:100vh}.booking-card{background:#fff;border-radius:20px;padding:40px;max-width:560px;margin:0 auto;box-shadow:0 8px 32px #0000001a}.booking-card h1{font-size:26px;font-weight:800;color:#1a6bff;margin-bottom:6px}.booking-card .sub{color:#64748b;margin-bottom:28px;font-size:15px}.form-group{margin-bottom:18px}.form-group label{display:block;font-weight:600;font-size:14px;margin-bottom:6px}.form-group input,.form-group select{width:100%;padding:12px 14px;border:1.5px solid #e2e8f0;border-radius:10px;font-size:15px;font-family:inherit;transition:border-color .2s;background:#fff}.form-group input:focus,.form-group select:focus{outline:none;border-color:#1a6bff}.booking-note{background:#fff8e1;border:1px solid #fcd34d;border-radius:10px;padding:14px 16px;font-size:14px;margin-bottom:22px;color:#92400e}.booking-note strong{display:block;margin-bottom:4px}.success-box{text-align:center;padding:40px 20px}.success-box .success-icon{font-size:60px;margin-bottom:16px}.success-box h2{font-size:24px;font-weight:700;color:#16a34a;margin-bottom:10px}.success-box p{color:#64748b;margin-bottom:24px}@media (max-width: 600px){.hero{padding:50px 0 40px}.hero-buttons{flex-direction:column;align-items:center}.btn{width:100%;max-width:300px;justify-content:center}.booking-card{padding:24px 18px}}.bk-slots{display:flex;flex-wrap:wrap;gap:10px;margin-top:4px}.bk-slot{padding:10px 16px;border:1.5px solid #e2e8f0;border-radius:10px;background:#fff;font-size:13.5px;font-weight:600;color:#555;cursor:pointer;font-family:inherit;transition:all .15s}.bk-slot:hover{border-color:#1a1a1a;color:#1a1a1a;background:#f8f8f8}.bk-slot--active{background:#1a1a1a;border-color:#1a1a1a;color:#fff}.bk-no-slots{font-size:13px;color:#e53e3e;background:#fff5f5;border:1px solid #fecaca;border-radius:10px;padding:12px 14px;margin-top:4px}.bk-policy-note{background:#fffbeb;border:1px solid #fde68a;border-radius:10px;padding:12px 14px;font-size:13px;color:#92400e;margin-bottom:18px;line-height:1.6}.bk-summary{background:#f8f8f8;border-radius:14px;padding:16px 20px;margin:16px 0;text-align:left;display:flex;flex-direction:column;gap:10px}.bk-summary-row{display:flex;justify-content:space-between;align-items:center;font-size:13.5px;gap:12px}.bk-summary-row span{color:#888;font-weight:500}.bk-summary-row strong{color:#1a1a1a;font-weight:700;text-align:right}.bk-status{padding:3px 10px;border-radius:20px;font-size:12px}.bk-status--confirmed{background:#dcfce7;color:#16a34a}.bk-status--cancelled{background:#fee2e2;color:#dc2626}.bk-status--completed{background:#e0f2fe;color:#0369a1}.bk-service-id{background:#f0f0f0;border-radius:10px;padding:12px 16px;margin:8px 0;text-align:left}.bk-service-id-label{font-size:11px;color:#888;font-weight:700;letter-spacing:1px;text-transform:uppercase;margin-bottom:4px}.bk-service-id-val{font-size:15px;font-weight:800;color:#1a1a1a;letter-spacing:1px}.bk-hint{font-size:12.5px;color:#aaa;margin-bottom:16px}.bk-cancel-btn{width:100%;padding:13px;border-radius:12px;border:1.5px solid #fecaca;background:#fff5f5;color:#dc2626;font-size:14px;font-weight:700;cursor:pointer;font-family:inherit;margin-bottom:14px;transition:background .15s,border-color .15s}.bk-cancel-btn:hover{background:#fee2e2;border-color:#f87171}.bk-cancel-blocked{background:#fff8e1;border:1px solid #fcd34d;border-radius:10px;padding:12px 14px;font-size:13px;color:#92400e;margin-bottom:14px;line-height:1.6}.bk-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:center;margin-top:4px}.bk-btn-ghost{background:#f4f4f4!important;color:#1a1a1a!important;border:none}.bk-pay-summary{background:#f0fdf4;border:1.5px solid #bbf7d0;border-radius:14px;padding:0 0 4px;margin-bottom:18px;overflow:hidden}.bk-pay-summary-title{font-size:13px;font-weight:800;color:#15803d;padding:13px 18px 11px;border-bottom:1px solid #bbf7d0;background:#dcfce7;letter-spacing:-.1px}.bk-pay-row{display:flex;align-items:center;justify-content:space-between;padding:11px 18px;gap:12px;border-bottom:1px solid #d1fae5;font-size:13px;color:#374151}.bk-pay-row:last-of-type{border-bottom:none}.bk-pay-row--total{background:#fff;font-weight:700;border-top:1.5px solid #bbf7d0}.bk-pay-row--total strong{font-size:16px;color:#0f172a}.bk-pay-paid{font-weight:800;color:#15803d;background:#22c55e1f;padding:2px 10px;border-radius:999px;font-size:13px}.bk-pay-pending{font-weight:600;color:#64748b;font-size:13px}.bk-pay-pending em{font-style:normal;font-size:11px;color:#94a3b8}.bk-pay-sep{height:1px;background:#bbf7d0}.bk-pay-mode{font-size:11.5px;color:#64748b;padding:8px 18px 12px;font-weight:500}.hs-wrap{display:flex;align-items:center;min-height:auto;padding:80px 60px 80px 100px;gap:40px;background:#fff;overflow:hidden;position:relative}.hs-left{flex:0 0 460px;display:flex;flex-direction:column;gap:32px}.hs-headline{font-size:72px;font-weight:900;color:#111;line-height:1;letter-spacing:-3px;font-family:Inter,Helvetica Neue,Arial,sans-serif;margin:0}.hs-hl-em{position:relative;display:inline-block;color:#111}.hs-hl-em:after{content:"";position:absolute;left:0;bottom:-6px;width:100%;height:5px;background:#22c55e;border-radius:3px;transform:rotate(-.8deg)}.hs-sub{font-size:16px;color:#666;line-height:1.75;margin:0;font-weight:400;max-width:400px}.hs-input-row{display:flex;align-items:center;gap:0;max-width:420px}.hs-input{flex:1;border:1.5px solid #d0d0d0;border-right:none;border-radius:8px 0 0 8px;padding:13px 18px;font-size:14px;font-family:inherit;color:#111;outline:none;background:#fff}.hs-input::placeholder{color:#aaa}.hs-input:focus{border-color:#aaa}.hs-book-btn{background:#22c55e;color:#fff;border:none;border-radius:0 8px 8px 0;padding:13px 22px;font-size:14px;font-weight:700;cursor:pointer;font-family:inherit;white-space:nowrap;transition:background .15s}.hs-book-btn:hover{background:#16a34a}.hs-stats{display:flex;align-items:center;gap:36px;max-width:420px;border-top:1px solid #f0f0f0;padding-top:24px}.hs-stat-n{font-size:40px;font-weight:800;color:#111;line-height:1;letter-spacing:-1.5px}.hs-stat-l{font-size:13px;color:#888;margin-top:5px;font-weight:400}.hs-stat-sep{width:1px;height:52px;background:#e0e0e0;flex-shrink:0}.hs-rating{display:flex;align-items:center;gap:10px}.hs-rating-n{font-size:16px;font-weight:700;color:#111}.hs-rating-l{font-size:13px;color:#888}.hs-right{flex:1;display:flex;align-items:center;justify-content:center;min-height:480px;margin-top:-30px;margin-left:40px}.hs-hero-img{max-height:480px;width:auto;max-width:100%;object-fit:contain;display:block;border-radius:28px;box-shadow:0 24px 60px #0000001f}.phi-scene{position:relative;width:520px;height:480px}.phi-lines{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0}.phi-phone{position:absolute;top:30px;right:60px;width:180px;height:360px;background:#fff;border:2px solid #d8d8d8;border-radius:30px;box-shadow:0 8px 40px #0000001a;display:flex;flex-direction:column;align-items:center;padding-top:18px;z-index:2;transform:perspective(800px) rotateY(-8deg) rotateX(4deg)}.phi-notch{width:56px;height:10px;background:#e0e0e0;border-radius:999px;margin-bottom:10px;flex-shrink:0}.phi-screen{flex:1;width:100%;padding:0 8px 8px;display:flex;flex-direction:column;gap:6px;overflow:hidden}.phi-panel{background:#f7f7f7;border:1px solid #e8e8e8;border-radius:10px;padding:8px 10px;flex-shrink:0;position:relative}.phi-panel-title{font-size:9px;font-weight:700;color:#888;margin-bottom:5px;text-transform:uppercase;letter-spacing:.3px}.phi-panel-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:5px}.phi-users-badge{display:flex;align-items:center;gap:3px;font-size:10px;color:#555;font-weight:600}.phi-time-rows{display:flex;flex-direction:column;gap:3px}.phi-time-row{display:flex;align-items:center;gap:5px}.phi-time{font-size:8px;color:#aaa;width:28px;flex-shrink:0}.phi-slot{height:8px;flex:1;border-radius:3px}.phi-slot-empty{background:#ebebeb}.phi-slot-filled{background:#d0d0d0}.phi-slot-half{background:linear-gradient(90deg,#d0d0d0 50%,#ebebeb 50%)}.phi-date-tag{position:absolute;bottom:8px;left:8px;background:#111;color:#fff;font-size:8px;font-weight:700;padding:2px 6px;border-radius:4px}.phi-bubble{height:7px;border-radius:4px;margin-bottom:3px}.phi-bubble-in{background:#e0e0e0;width:65%}.phi-bubble-out{background:#22c55e;width:50%;margin-left:auto}.phi-msg-input{background:#fff;border:1px solid #e0e0e0;border-radius:5px;padding:3px 7px;margin-top:3px}.phi-check{width:16px;height:16px;border-radius:4px;background:#22c55e;display:flex;align-items:center;justify-content:center;flex-shrink:0}.phi-bars{display:flex;flex-direction:column;gap:3px}.phi-bar{height:5px;background:#d0d0d0;border-radius:2px}.phi-todo-row{display:flex;align-items:center;gap:6px;margin-bottom:5px}.phi-chart{display:flex;align-items:flex-end;gap:2px;height:28px}.phi-chart-col{flex:1;background:#111;border-radius:2px 2px 0 0;opacity:.18}.phi-chart-col:nth-child(6){opacity:.75}.phi-chart-col:nth-child(7){opacity:.45}.phi-float{position:absolute;background:#fff;border:1.5px solid #e0e0e0;border-radius:14px;padding:12px 14px;box-shadow:0 6px 28px #0000001a;z-index:3}.phi-float-tl{top:20px;left:10px;width:160px;animation:phi-float 3.5s ease-in-out infinite 0s}.phi-float-title{font-size:10px;font-weight:700;color:#555;margin-bottom:6px}.phi-float-bubble{height:7px;border-radius:4px;margin-bottom:4px}.phi-float-bubble-in{background:#e0e0e0;width:70%}.phi-float-bubble-out{background:#22c55e;width:55%;margin-left:auto}.phi-float-input{background:#f5f5f5;border-radius:5px;padding:4px 8px;margin-top:4px}.phi-float-bl{bottom:30px;left:0;width:155px;animation:phi-float 4s ease-in-out infinite 1s}.phi-float-br{bottom:60px;right:20px;width:110px;animation:phi-float 3.8s ease-in-out infinite .5s}@keyframes phi-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@media (max-width: 1200px){.hs-wrap{padding:60px 40px 60px 72px}.hs-left{flex:0 0 400px}.hs-headline{font-size:60px}.phi-scene{width:440px;height:420px}.phi-phone{width:160px;height:320px}}@media (max-width: 1024px){.hs-wrap{flex-direction:row;padding:48px 32px;gap:24px;align-items:center;min-height:auto}.hs-left{flex:1 1 auto;min-width:0}.hs-headline{font-size:44px;letter-spacing:-1.5px}.hs-right{flex:0 0 320px;min-height:auto;margin:0}.phi-scene{width:320px;height:300px}.phi-phone{width:120px;height:240px;right:20px;top:20px}.phi-float-tl{width:120px;top:10px;left:0}.phi-float-bl{width:115px;bottom:10px;left:0}.phi-float-br{width:90px;bottom:30px;right:10px}.hs-hero-img{max-height:300px}}@media (max-width: 768px){.hs-wrap{flex-direction:column;padding:36px 24px 48px;min-height:auto;align-items:flex-start;gap:0}.hs-left{flex:none;width:100%;gap:24px}.hs-headline{font-size:42px;letter-spacing:-1.5px}.hs-right{display:none}}@media (max-width: 640px){.hs-wrap{padding:28px 20px 40px}.hs-headline{font-size:36px;letter-spacing:-1.5px}.hs-sub{font-size:15px}.hs-right{display:none}}@media (max-width: 480px){.hs-headline{font-size:32px;letter-spacing:-1px}.hs-sub{font-size:14px}.hs-input-row{flex-direction:column;gap:10px;max-width:100%}.hs-input{border-right:1.5px solid #d0d0d0;border-radius:8px;width:100%}.hs-book-btn{border-radius:8px;width:100%}.hs-stats{gap:20px}.hs-stat-n{font-size:28px}.hs-right{display:none}}@keyframes jw-fade-up{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes jw-fade-in{0%{opacity:0}to{opacity:1}}@keyframes jw-scale-in{0%{opacity:0;transform:scale(.94) translateY(16px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes jw-slide-right{0%{opacity:0;transform:translate(-32px)}to{opacity:1;transform:translate(0)}}.navbar{animation:jw-fade-in .5s cubic-bezier(.22,1,.36,1) both}.hs-left{animation:jw-fade-up .7s cubic-bezier(.22,1,.36,1) .1s both}.hs-right{animation:jw-scale-in .8s cubic-bezier(.22,1,.36,1) .25s both}.hs-blob-badge{animation:jw-fade-up .6s cubic-bezier(.22,1,.36,1) .55s both,hs-float 3s ease-in-out 1.2s infinite!important}.hs-blob-badge2{animation:jw-fade-up .6s cubic-bezier(.22,1,.36,1) .7s both,hs-float 3s ease-in-out 2.7s infinite!important}.hp-stats{animation:jw-fade-up .6s cubic-bezier(.22,1,.36,1) .3s both}.hp-section-title{animation:jw-slide-right .55s cubic-bezier(.22,1,.36,1) .15s both}.hp-spotlight-card:nth-child(1){animation:jw-fade-up .6s cubic-bezier(.22,1,.36,1) .15s both}.hp-spotlight-card:nth-child(2){animation:jw-fade-up .6s cubic-bezier(.22,1,.36,1) .28s both}.hp-spotlight-card:nth-child(3){animation:jw-fade-up .6s cubic-bezier(.22,1,.36,1) .41s both}.hp-noteworthy-card:nth-child(1){animation:jw-fade-up .55s cubic-bezier(.22,1,.36,1) .1s both}.hp-noteworthy-card:nth-child(2){animation:jw-fade-up .55s cubic-bezier(.22,1,.36,1) .2s both}.hp-noteworthy-card:nth-child(3){animation:jw-fade-up .55s cubic-bezier(.22,1,.36,1) .3s both}.hp-noteworthy-card:nth-child(4){animation:jw-fade-up .55s cubic-bezier(.22,1,.36,1) .4s both}.hp-noteworthy-card:nth-child(5){animation:jw-fade-up .55s cubic-bezier(.22,1,.36,1) .5s both}.hp-banner{animation:jw-scale-in .65s cubic-bezier(.22,1,.36,1) .1s both}.hp-booked-card:nth-child(1){animation:jw-fade-up .5s cubic-bezier(.22,1,.36,1) .05s both}.hp-booked-card:nth-child(2){animation:jw-fade-up .5s cubic-bezier(.22,1,.36,1) .15s both}.hp-booked-card:nth-child(3){animation:jw-fade-up .5s cubic-bezier(.22,1,.36,1) .25s both}.hp-booked-card:nth-child(4){animation:jw-fade-up .5s cubic-bezier(.22,1,.36,1) .35s both}.hp-booked-card:nth-child(5){animation:jw-fade-up .5s cubic-bezier(.22,1,.36,1) .45s both}.hp-popular-card:nth-child(1){animation:jw-fade-up .5s cubic-bezier(.22,1,.36,1) .05s both}.hp-popular-card:nth-child(2){animation:jw-fade-up .5s cubic-bezier(.22,1,.36,1) .12s both}.hp-popular-card:nth-child(3){animation:jw-fade-up .5s cubic-bezier(.22,1,.36,1) .19s both}.hp-popular-card:nth-child(4){animation:jw-fade-up .5s cubic-bezier(.22,1,.36,1) .26s both}.hp-popular-card:nth-child(5){animation:jw-fade-up .5s cubic-bezier(.22,1,.36,1) .33s both}.hp-popular-card:nth-child(6){animation:jw-fade-up .5s cubic-bezier(.22,1,.36,1) .4s both}.hp-popular-card:nth-child(7){animation:jw-fade-up .5s cubic-bezier(.22,1,.36,1) .47s both}.hp-popular-card:nth-child(8){animation:jw-fade-up .5s cubic-bezier(.22,1,.36,1) .54s both}.sp-hero-inner{animation:jw-fade-up .7s cubic-bezier(.22,1,.36,1) .1s both}.sp-why-card:nth-child(1){animation:jw-fade-up .5s cubic-bezier(.22,1,.36,1) .1s both}.sp-why-card:nth-child(2){animation:jw-fade-up .5s cubic-bezier(.22,1,.36,1) .2s both}.sp-why-card:nth-child(3){animation:jw-fade-up .5s cubic-bezier(.22,1,.36,1) .3s both}.sp-why-card:nth-child(4){animation:jw-fade-up .5s cubic-bezier(.22,1,.36,1) .4s both}.sp-card:nth-child(1){animation:jw-fade-up .5s cubic-bezier(.22,1,.36,1) .05s both}.sp-card:nth-child(2){animation:jw-fade-up .5s cubic-bezier(.22,1,.36,1) .13s both}.sp-card:nth-child(3){animation:jw-fade-up .5s cubic-bezier(.22,1,.36,1) .21s both}.sp-card:nth-child(4){animation:jw-fade-up .5s cubic-bezier(.22,1,.36,1) .29s both}.sp-card:nth-child(5){animation:jw-fade-up .5s cubic-bezier(.22,1,.36,1) .37s both}.sp-card:nth-child(6){animation:jw-fade-up .5s cubic-bezier(.22,1,.36,1) .45s both}.sd-hero-left{animation:jw-fade-up .65s cubic-bezier(.22,1,.36,1) .1s both}.sd-hero-right{animation:jw-scale-in .7s cubic-bezier(.22,1,.36,1) .2s both}.sd-svc-card{animation:jw-fade-up .55s cubic-bezier(.22,1,.36,1) .15s both}.sd-about-section{animation:jw-fade-up .55s cubic-bezier(.22,1,.36,1) .25s both}.sd-sidebar{animation:jw-fade-up .6s cubic-bezier(.22,1,.36,1) .3s both}.trk-hero-inner{animation:jw-fade-up .65s cubic-bezier(.22,1,.36,1) .1s both}.trk-list-wrap{animation:jw-fade-up .55s cubic-bezier(.22,1,.36,1) .2s both}.bd-body>*{animation:jw-fade-up .5s cubic-bezier(.22,1,.36,1) both}.bd-body>*:nth-child(1){animation-delay:.05s}.bd-body>*:nth-child(2){animation-delay:.12s}.bd-body>*:nth-child(3){animation-delay:.19s}.bd-body>*:nth-child(4){animation-delay:.26s}.bd-body>*:nth-child(5){animation-delay:.33s}.bd-body>*:nth-child(6){animation-delay:.4s}.ar-hero-left{animation:jw-fade-up .65s cubic-bezier(.22,1,.36,1) .1s both}.ar-hero-right{animation:jw-scale-in .7s cubic-bezier(.22,1,.36,1) .2s both}.pp-plan-card:nth-child(1){animation:jw-fade-up .55s cubic-bezier(.22,1,.36,1) .1s both}.pp-plan-card:nth-child(2){animation:jw-fade-up .55s cubic-bezier(.22,1,.36,1) .22s both}.pp-plan-card:nth-child(3){animation:jw-fade-up .55s cubic-bezier(.22,1,.36,1) .34s both}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-delay:0ms!important}}
