@import"https://fonts.googleapis.com/css2?family=Quicksand:wght@500;600;700&family=Nunito:wght@400;600;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&family=Quicksand:wght@400;500;600;700&display=swap";:root{--zen-accent: #FF7400}*,*:before,*:after{box-sizing:border-box}html,body,#root{height:100%}body{font-family:Nunito,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;background:#f9fafb;color:#111827;overflow-x:hidden}.app-container{max-width:900px;margin:0 auto 2rem;padding:1rem}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#fffaf5}::-webkit-scrollbar-thumb{background:#ff7400;border-radius:4px}@layer components{.zen-input{width:100%;padding:1rem;background:#fff;border:1px solid #d1d5db;border-radius:.5rem;outline:none;transition:all .2s ease;font-family:Nunito,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial}.zen-input:focus{box-shadow:0 0 0 4px #ff74001f;border-color:transparent}.zen-label{display:block;font-family:Quicksand,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;font-weight:400;color:#374151;margin-bottom:.5rem;font-size:1.1rem}.concern-chip{padding:.5rem 1rem;border-radius:.375rem;border:1px solid #e5e7eb;font-size:.875rem;font-weight:600;transition:all .2s ease;font-family:Nunito,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;display:inline-block}}.concern-icon-wrapper{width:88px;height:88px;display:flex;align-items:center;justify-content:center}.concern-icon{width:72px;height:72px;-o-object-fit:contain;object-fit:contain}.concern-label{font-size:.85rem;line-height:1.25}.concern-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;justify-items:center}@media(min-width:640px){.concern-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:768px){.concern-grid{grid-template-columns:repeat(4,1fr)}}@media(min-width:1024px){.concern-grid{grid-template-columns:repeat(4,1fr)}}.concern-card{height:120px;width:100%;max-width:220px;background:#fff;border-radius:14px;border:1px solid #e5e7eb;padding:.6rem;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;cursor:pointer;transition:transform .16s ease,border-color .16s ease;text-align:center;box-shadow:none;box-sizing:border-box}.concern-card:hover{transform:translateY(-3px);border-color:#0000000a}.concern-card.selected{border-color:var(--zen-accent);background:#fffaf5;box-shadow:none}.concern-icon-wrapper{width:48px;height:48px;background:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center;margin:.25rem 0}.concern-icon{width:36px;height:36px;-o-object-fit:contain;object-fit:contain}.concern-label{font-family:Quicksand,sans-serif;font-weight:300;font-size:.75rem;margin-top:.4rem;line-height:1.28;color:#111827;line-height:1.2;display:-webkit-box;-webkit-box-orient:vertical;overflow:visible;text-align:center}.zen-step-wrapper{background:linear-gradient(180deg,#fffaf5,#fff);padding:1.5rem 1rem 3rem;border-radius:24px}.zen-step-heading{text-align:center;font-family:Quicksand,sans-serif!important;font-size:1.75rem;font-weight:700;color:var(--text-dark);margin-bottom:2rem}.zen-card-bg{position:absolute;inset:0;background-size:cover;background-position:center;filter:brightness(.65)}.zen-card-overlay{position:absolute;inset:0;background:linear-gradient(to top,#000000a6,#00000040);display:flex;align-items:flex-end;justify-content:center;padding:1rem}.zen-card-title{font-family:Quicksand,sans-serif;font-weight:700;font-size:.95rem;color:#fff;text-align:center;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.zen-next-wrapper{display:flex;justify-content:center;margin-top:.5rem}.zen-primary-btn{color:#fff!important;padding:.7rem 1.5rem!important;background-color:#ff7400;border-radius:999px!important;font-family:Quicksand,sans-serif;font-weight:700;font-size:1rem;text-transform:uppercase;letter-spacing:1px;border:none!important;cursor:pointer;transition:transform .2s ease,opacity .2s ease;box-shadow:0 4px 12px #ff74004d}@media(min-width:768px){.zen-primary-btn{font-size:1rem}}.zen-primary-btn:hover:not(:disabled){transform:scale(1.02);opacity:.9}.zen-step-heading-main{color:var(--zen-accent);font-family:Quicksand,sans-serif;font-weight:700;font-size:2.25rem;text-align:center;margin-bottom:.5rem}.zen-step-subheading{text-align:center;color:#4b5563;font-size:1.1rem;margin-bottom:0;margin-bottom:2.5rem}.concern-icon-wrapper{width:70px!important;height:30px!important}.zen-next-wrapper{display:flex;justify-content:center;width:100%}.zen-primary-btn:disabled{background-color:#00000080!important;color:#fffc;cursor:not-allowed;box-shadow:none;transform:none}.zen-primary-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #ff740066}.zen-input{width:90%;padding:.8rem 1rem!important;background:#fff;border:1px solid #d1d5db;border-radius:.75rem!important;outline:none;transition:all .2s ease;font-family:Nunito,sans-serif;font-size:.9rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}select.zen-input{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%236B7280'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:1.25rem;padding-right:2.5rem!important}.zen-label{margin-bottom:.5rem!important;font-size:.95rem!important}.zen-label.required:after{content:" *";color:#dc2626;margin-left:.25rem}.zen-field-error{color:#dc2626;margin-top:.5rem;font-weight:300;font-size:.7rem}.progress-bar-track{background:#f3f4f6;border-radius:999px;height:4px;position:relative;overflow:hidden}.progress-bar-fill{background:linear-gradient(90deg,#ff8a2b,#ff6a00,#ff5d00);background-size:200% 100%;height:100%;border-radius:999px;transform-origin:left center;transform:scaleX(0);transition:transform .7s cubic-bezier(.25,.8,.25,1) background-position 1s ease-out;will-change:transform,background-position;box-shadow:none;animation:gradient-shift 3.2s ease infinite}@keyframes gradient-shift{0%{background-position:0% 50%}to{background-position:100% 50%}}.zen-progress-wrapper{margin-bottom:1rem;padding:.75rem .5rem}.zen-progress-meta{display:flex;justify-content:space-between;align-items:center;color:#6b7280;font-size:.95rem;margin-bottom:.5rem}.zen-warning{color:#d37878;font-weight:300;margin-top:.3rem;margin-bottom:0;font-size:.75rem}.zen-step-indicator{font-weight:400;font-size:.8rem;color:#374151}.forward.anim-out .zen-step-wrapper{animation:step-exit-forward .3s cubic-bezier(.2,.9,.3,1) both}.forward.anim-in .zen-step-wrapper{animation:step-enter-forward .3s cubic-bezier(.2,.9,.3,1) both}.back.anim-out .zen-step-wrapper{animation:step-exit-back .3s cubic-bezier(.2,.9,.3,1) both}.back.anim-in .zen-step-wrapper{animation:step-enter-back .3s cubic-bezier(.2,.9,.3,1) both}@keyframes step-enter-forward{0%{transform:translate(30px) scale(.995);opacity:0}to{transform:translate(0) scale(1);opacity:1}}@keyframes step-exit-forward{0%{transform:translate(0) scale(1);opacity:1}to{transform:translate(-30px) scale(.995);opacity:0}}@keyframes step-enter-back{0%{transform:translate(-30px) scale(.995);opacity:0}to{transform:translate(0) scale(1);opacity:1}}@keyframes step-exit-back{0%{transform:translate(0) scale(1);opacity:1}to{transform:translate(30px) scale(.995);opacity:0}}.zen-nav-row{display:flex;flex-direction:column;gap:1rem;margin-top:2.5rem;align-items:stretch}.zen-nav-row .zen-primary-btn{width:100%}.zen-fixed-back{position:fixed;left:54px;top:20px;background:transparent;border:none;color:#374151;font-weight:300;padding:.5rem .75rem;cursor:pointer}.zen-form-shell{position:relative}.zen-form-shell{z-index:20}.zen-fixed-footer{position:fixed;left:0;right:0;bottom:40px;display:flex;justify-content:center;pointer-events:none;z-index:60}.zen-fixed-next{pointer-events:auto;min-width:220px;padding:.7rem 1.6rem;border-radius:999px;box-shadow:0 8px 24px #ff740024}.zen-form-shell .zen-step-wrapper{padding-bottom:9rem}@media(max-width:640px){.zen-fixed-back{position:absolute;left:.1rem;top:.01rem;font-weight:300;font-size:.7rem;background:transparent;padding:.35rem .8rem;color:#374151;z-index:30}}@media(max-width:640px){.zen-fixed-next{min-width:auto;width:calc(80% - 32px);max-width:520px;padding:.9rem 1rem}}@media(min-width:768px){.concern-card{height:180px;padding:1.1rem;max-width:none}.concern-icon-wrapper{width:96px!important;height:96px!important}.concern-icon{width:90px;height:90px}.concern-label{font-size:.85rem}}.concern-grid>*{width:100%;display:flex;justify-content:center}@media(min-width:768px){.zen-nav-row{flex-direction:row;justify-content:space-between;align-items:center;gap:2rem}.zen-nav-row .zen-primary-btn{width:auto;padding:1rem 2.25rem}}.zen-form-stack{display:flex;flex-direction:column;gap:1.1rem;max-width:100%}@media(min-width:768px){.zen-form-stack{gap:1.1rem}}.zen-radio-group{display:flex;gap:.75rem;margin-top:.25rem;margin:.5rem}.zen-radio-pill{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.6rem 1.25rem;border-radius:999px;background:#fff;font-weight:400;font-size:.85rem;cursor:pointer;transition:all .25s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}.zen-radio-options{display:flex;gap:1.75rem;margin-top:.6rem;align-items:center;flex-wrap:wrap}@media(min-width:768px){.zen-radio-options{gap:2rem}}.zen-radio-pill input{display:none}.zen-radio-pill.yes.active{background:#ff74001f;border:1px solid #e5e7eb;border-color:#ff7400;color:#ff7400;transform:scale(1.05)}.zen-radio-pill.no.active{background:#ef44441a;border:1px solid #e5e7eb;border-color:#e21a1a;color:#e21a1a;transform:scale(1.05)}@media(hover:hover){.zen-radio-pill:hover{border-color:#ff7400}}@media(min-width:768px){.progress-bar-track{height:4px}}.zen-fixed-logo{position:fixed;top:20px;right:100px;z-index:80;display:flex;align-items:center;justify-content:center}.zen-fixed-logo img{height:56px;width:auto;-o-object-fit:contain;object-fit:contain}@media(max-width:768px){.zen-fixed-logo{top:16px;right:16px}.zen-fixed-logo img{height:48px}}@media(max-width:480px){.zen-fixed-logo{top:12px;right:12px}.zen-fixed-logo img{height:52px}}.admin-shell{max-width:1100px;margin:28px auto;padding:18px}.admin-login{max-width:420px;margin:80px auto;padding:22px;border-radius:12px;background:#fff;box-shadow:0 8px 30px #0000000f;display:flex;flex-direction:column;gap:12px}.admin-login h2{text-align:center}.admin-login label{display:flex;flex-direction:column;gap:6px;font-weight:600}.admin-login input{padding:10px;border-radius:8px;border:1px solid #e5e7eb}.admin-error{color:#b91c1c;margin-top:8px}.admin-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.admin-form{background:#fff;padding:14px;border-radius:12px;margin-bottom:18px;box-shadow:0 6px 20px #0000000a}.zen-form-shell:before,.zen-form-shell:after{content:"";position:fixed;top:0;bottom:0;width:24%;pointer-events:none;z-index:8;filter:blur(44px) saturate(120%);opacity:.9}.zen-form-shell:before{left:0;background:radial-gradient(closest-side at 10% 30%,rgba(255,116,0,.1),transparent 35%),linear-gradient(180deg,rgba(99,102,241,.03),transparent)}.zen-form-shell:after{right:0;background:radial-gradient(closest-side at 90% 70%,rgba(16,185,129,.07),transparent 35%),linear-gradient(180deg,rgba(99,102,241,.02),transparent)}.zen-splash-overlay{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:#080a0f2e;backdrop-filter:blur(6px) saturate(120%);z-index:120;-webkit-backdrop-filter:blur(6px) saturate(120%)}.zen-splash-card{background:linear-gradient(180deg,#fff,#fffaf5);padding:2rem 2.25rem;border-radius:14px;box-shadow:0 20px 50px #02061752;display:flex;flex-direction:column;gap:1rem;align-items:center;transform:translateY(8px) scale(.98);animation:splash-pop .42s cubic-bezier(.2,.9,.3,1) forwards}.zen-splash-title{font-family:Quicksand,sans-serif;font-weight:700;font-size:1.25rem;color:#0f172a;text-align:center}.zen-splash-dots{display:flex;gap:8px;align-items:center}.zen-splash-dots span{display:block;width:10px;height:10px;background:var(--zen-accent);border-radius:999px;opacity:.95;transform:translateY(0);animation:splash-dot 1.2s ease-in-out infinite}.zen-splash-dots span:nth-child(2){animation-delay:.16s}.zen-splash-dots span:nth-child(3){animation-delay:.32s}@keyframes splash-dot{0%{transform:translateY(0);opacity:.6}30%{transform:translateY(-8px);opacity:1}60%{transform:translateY(0);opacity:.85}to{transform:translateY(0);opacity:.6}}@keyframes splash-pop{0%{transform:translateY(12px) scale(.96);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}.zenup-blobs{position:fixed;inset:0;pointer-events:none;z-index:-1}.zenup-blobs .road-bg-blob{position:fixed!important;z-index:-1!important;opacity:.45!important;animation:floatBlobAggressive 5s ease-in-out infinite;will-change:transform,opacity}.zenup-blobs .blob-1{width:620px;height:620px;background:#ffdab9b8!important;top:-160px;left:-160px;border-radius:60% 40% 30% 70%/60% 30% 70% 40%!important;animation-delay:0s}.zenup-blobs .blob-2{width:460px;height:460px;background:#add8e6a8!important;bottom:-120px;right:-120px;border-radius:30% 70% 70% 30%/50% 60% 40% 50%!important;animation-delay:1s}.zenup-blobs .blob-3{width:380px;height:380px;background:#98fb989e!important;top:8%;right:6%;border-radius:50% 50% 20% 80%/25% 80% 20% 75%!important;animation-delay:2s;transform-origin:center right}@keyframes floatBlobAggressive{0%{transform:translateY(0) rotate(0) scale(1);opacity:.45}25%{transform:translateY(-12px) rotate(3deg) scale(1.02);opacity:.6}50%{transform:translateY(0) rotate(-2deg) scale(.98);opacity:.5}75%{transform:translateY(10px) rotate(2deg) scale(1.01);opacity:.55}to{transform:translateY(0) rotate(0) scale(1);opacity:.45}}@media(max-width:1024px){.zenup-blobs{display:none!important}}@media(max-width:640px){.zenup-blobs{display:none!important}}.admin-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px}.admin-grid label{display:flex;flex-direction:column;font-size:14px}.admin-grid input,.admin-grid textarea{padding:8px;border-radius:8px;border:1px solid #e5e7eb}.admin-full{grid-column:1 / -1}.admin-actions{display:flex;gap:12px;margin-top:12px}.admin-list{margin-top:8px}.admin-table{display:flex;flex-direction:column;gap:10px}.admin-row{display:flex;justify-content:space-between;align-items:center;background:#fff;padding:12px;border-radius:10px;border:1px solid #eee}.admin-row-main{display:flex;gap:12px;align-items:center}.admin-row-main img{width:84px;height:64px;-o-object-fit:cover;object-fit:cover;border-radius:8px}.admin-name{font-weight:700}.admin-meta{font-size:13px;color:#666}.admin-row-actions{display:flex;gap:8px}@media(max-width:640px){.admin-shell{padding:12px}.admin-login{margin:40px 12px}.admin-row{flex-direction:row;align-items:flex-start;gap:20px}.admin-row-main img{width:100%;height:auto;border-radius:8px}}#zenup-new-lp .container{margin:auto;padding:0 16px}#zenup-new-lp .section{padding:80px 0}#zenup-new-lp .section-title{font-size:36px;font-weight:800;text-align:center;color:var(--zen-accent)}#zenup-new-lp .section-subtitle{text-align:center;font-size:18px;color:#555;max-width:800px;margin:20px auto 60px}#zenup-new-lp .services-grid{display:grid;gap:30px}@media(min-width:768px){#zenup-new-lp .services-grid{grid-template-columns:repeat(3,1fr)}}#zenup-new-lp .service-card-landscape{position:relative;min-height:350px;border-radius:22px;overflow:hidden;text-decoration:none;box-shadow:0 12px 30px #0000001f;transition:transform .3s ease}#zenup-new-lp .service-card-landscape:hover{transform:translateY(-6px)}#zenup-new-lp .svc-img-bg{position:absolute;inset:0;background-size:cover;background-position:center}#zenup-new-lp .svc-title-overlay{position:absolute;inset:0;display:flex;align-items:flex-end;padding:30px 30px 50px;background:linear-gradient(to top,rgba(0,0,0,.8),transparent)}#zenup-new-lp .svc-static-title{color:#fff;font-size:22px;font-weight:600}#zenup-new-lp .btn-static{position:absolute;bottom:25px;left:25px}#zenup-new-lp .btn-small-pill{background:var(--zen-accent);color:#fff;padding:10px 24px;border-radius:999px;font-weight:800}.zen-card-v2{min-height:350px;border-radius:28px;cursor:pointer;transition:transform .25s ease,box-shadow .25s ease}.zen-card-v2:hover{transform:translateY(-6px);box-shadow:0 18px 44px #0000002e}.zen-card-v2 .svc-title-overlay{padding:28px}.zen-card-v2 .svc-static-title{font-size:18px;font-weight:600;line-height:1.25}.zen-btn-v2{position:absolute;bottom:24px;left:24px;z-index:5;display:inline-flex;align-items:center;gap:8px;padding:10px 24px;border-radius:999px;font-size:12px;font-weight:400;background:var(--zen-accent);color:#fff;box-shadow:0 8px 22px #ff740059}.zen-arrow{display:inline-block;transition:transform .25s ease}.zen-card-v2:hover .zen-arrow{transform:translate(4px)}@media(max-width:767px){.zen-card-v2{min-height:360px;border-radius:22px}.zen-card-v2 #zh-exp-wrapper .zh-exp-info{min-width:0!important;overflow:hidden!important}.zen-card-v2 #zh-exp-wrapper .zh-exp-name,.zen-card-v2 #zh-exp-wrapper .zh-exp-qual,.zen-card-v2 #zh-exp-wrapper .zh-exp-bio{overflow-wrap:break-word!important;word-break:break-word!important}@media(max-width:640px){.zen-card-v2 .admin-form .admin-actions{display:flex!important;flex-direction:column!important;gap:8px!important;align-items:stretch!important}.zen-card-v2 .admin-form .zh-exp-clear-btn{width:100%!important;justify-content:center!important}.zen-card-v2 .admin-form .zen-primary-btn{width:100%!important}}.zen-card-v2 .admin-form .admin-cancel{background:#ef4444!important;color:#fff!important;border-color:#ef4444!important}.zen-card-v2 .admin-form .admin-cancel:hover{background:#dc2626!important;border-color:#dc2626!important}.zen-card-v2 .svc-static-title{font-size:22px}.zen-btn-v2{padding:10px 22px;font-size:14px;bottom:20px;left:20px}}.zen-input{background:#fff;border:1.5px solid #e5e7eb;border-radius:14px;height:52px;display:flex;align-items:center;transition:border-color .2s ease}.zen-input:focus-within{border-color:#ff7400;box-shadow:0 0 0 4px #ff74001f}.zen-input.invalid{border-color:#dc2626!important;box-shadow:0 0 0 4px #dc26260f!important}.zen-input input,.zen-input select{border:none;outline:none;background:transparent;box-shadow:none;-moz-appearance:none;appearance:none;-webkit-appearance:none;font-size:15px}.zen-input>select.zen-country-select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%236B7280'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 6px center;background-size:14px;padding-right:22px;padding-left:2px;background-color:transparent!important;border:none;outline:none;font-weight:500;cursor:pointer;font-family:Nunito,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial}.zen-input .divider{width:1px;height:20px;background:#e5e7eb;margin:5px}.zen-warning{margin-top:6px;font-size:13px;color:#ef4444}.zen-country-trigger{display:flex;align-items:center;gap:6px;font-weight:500;background:transparent;border:none;cursor:pointer;padding:0}.zen-arrow{width:16px;height:16px;transition:transform .2s ease}.zen-arrow.open{transform:rotate(180deg)}.zen-country-dropdown{position:absolute;top:calc(47% + 8px);left:0;margin-left:20px;max-height:240px;overflow-y:auto;background:#fff;border-radius:12px;box-shadow:0 10px 30px #0000001f;z-index:50;padding:6px}.zen-country-option{width:100%;padding:10px 12px;display:flex;justify-content:space-between;align-items:center;background:transparent;border:none;border-radius:8px;cursor:pointer;font-size:.8rem}.zen-country-option:hover{background:#f3f4f6}.zen-country-option.active{background:#fff3e8;color:#ff7400;font-weight:600}#zh-exp-wrapper *{margin:0!important;padding:0!important;box-sizing:border-box!important;outline:none!important}#zh-exp-wrapper{font-family:Nunito,sans-serif!important;color:#333!important;background:#fbf8f8!important;font-size:16px!important;width:auto!important;max-width:100%!important;line-height:1.5!important;display:block!important;--orange-primary: #FF7400 !important;border-radius:20px!important;position:relative!important;overflow:hidden!important;z-index:1!important}#zh-exp-wrapper .zh-blob{position:absolute!important;border-radius:50%!important;opacity:1!important;z-index:0!important;animation:zhFloat 10s infinite ease-in-out alternate!important;pointer-events:none!important;will-change:transform!important}#zh-exp-wrapper .zh-blob-1{width:550px;height:550px;background:#ffe4e6;top:-150px;left:-150px}#zh-exp-wrapper .zh-blob-2{width:650px;height:650px;background:#dcfce7;bottom:-150px;right:-150px;animation-delay:-5s!important}#zh-exp-wrapper .zh-blob-3{width:450px;height:450px;background:#e0f2fe;top:30%;left:30%;animation-delay:-2s!important}@keyframes zhFloat{0%{transform:translate(0) scale(1) rotate(0)}to{transform:translate(60px,-40px) scale(1.1) rotate(20deg)}}#zh-exp-wrapper .zh-exp-container{max-width:1300px!important;margin:0 auto!important;padding:20px 20px 80px!important;position:relative!important;z-index:2!important}#zh-exp-wrapper .zh-exp-banner{grid-column:1 / -1;background:linear-gradient(135deg,#fff,#fff4e6)!important;border-radius:20px!important;padding:40px 20px!important;margin:20px 0!important;border:2px solid #FF7400!important;box-shadow:0 10px 30px #ff740026!important;text-align:center!important;display:flex!important;flex-direction:column!important;align-items:center!important;gap:20px!important;position:relative!important;transform:scale(1)!important}#zh-exp-wrapper .zh-banner-title{font-family:Quicksand,sans-serif!important;font-size:22px!important;font-weight:800!important;color:#333!important;margin-bottom:5px!important;position:relative!important;z-index:2!important}#zh-exp-wrapper .zh-stats-row{display:flex!important;flex-wrap:wrap!important;gap:15px!important;justify-content:center!important;width:100%!important;position:relative!important;z-index:2!important}#zh-exp-wrapper .zh-stat-box{background:#fffc!important;border:1px solid rgba(255,255,255,.8)!important;box-shadow:0 4px 10px #0000000d!important;border-bottom:3px solid #FF7400!important;border-radius:20px 4px!important;padding:15px 10px!important;text-align:center!important;flex:1!important;min-width:130px!important;max-width:180px!important;transition:all .3s ease!important;display:flex!important;flex-direction:column!important;justify-content:center!important}#zh-exp-wrapper .zh-stat-box:hover{transform:translateY(-3px) scale(1.02)!important;background:#fffffff2!important;border-radius:4px 20px!important}#zh-exp-wrapper .zh-stat-num{font-family:Quicksand,sans-serif!important;font-size:20px!important;font-weight:800!important;color:#333!important;display:block!important;margin-bottom:4px!important;line-height:1.2!important}#zh-exp-wrapper .zh-stat-lbl{font-size:12px!important;color:#666!important;font-weight:700!important;line-height:1.3!important}@media(max-width:480px){#zh-exp-wrapper .zh-stat-box{min-width:28%!important;max-width:32%!important;padding:10px 5px!important}#zh-exp-wrapper .zh-stat-num{font-size:16px!important}#zh-exp-wrapper .zh-stat-lbl{font-size:10px!important}#zh-exp-wrapper .zh-banner-title{font-size:18px!important}}#zh-exp-wrapper .zh-exp-header{text-align:center!important;margin-bottom:30px!important;display:flex!important;flex-direction:column!important;align-items:center!important;gap:5px!important}#zh-exp-wrapper .zh-exp-top-img{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(420px,1fr))!important;gap:30px!important;margin-top:20px!important;align-items:stretch!important;height:6rem!important}#zh-exp-wrapper .zh-exp-sub-heading{color:#f4941c!important;font-family:Quicksand,sans-serif!important;font-size:1.8rem!important;font-weight:600!important;line-height:1.2!important;letter-spacing:.5px!important}#zh-exp-wrapper .zh-exp-main-heading{color:#000!important;font-family:Quicksand,sans-serif!important;font-size:2.6rem!important;font-weight:500!important;line-height:1.2!important}#zh-exp-wrapper .zh-exp-main-heading #zh-exp-wrapper .zh-exp-card,#zh-exp-wrapper .zh-exp-main-heading #zh-exp-wrapper .zh-exp-card *{min-width:0!important}#zh-exp-wrapper .zh-exp-main-heading #zh-exp-wrapper .zh-exp-info{overflow:visible!important;word-break:break-word!important}#zh-exp-wrapper .zh-exp-filter-section{display:flex!important;flex-direction:column!important;align-items:center!important;gap:20px!important;margin-bottom:30px!important;width:100%!important}#zh-exp-wrapper .zh-exp-search-row{width:100%!important;max-width:600px!important;position:relative!important}#zh-exp-wrapper .zh-exp-search-input{width:100%!important;padding:12px 20px 12px 45px!important;border-radius:50px!important;border:1px solid #e0e0e0!important;font-family:Nunito,sans-serif!important;font-size:16px!important;color:#333!important;background:#fff!important;transition:all .3s ease!important;box-shadow:0 2px 8px #00000008!important}#zh-exp-wrapper .zh-exp-search-input:focus{border-color:#ff7400!important;box-shadow:0 4px 12px #ff740026!important}#zh-exp-wrapper .zh-exp-search-icon{position:absolute!important;left:18px!important;top:50%!important;transform:translateY(-50%)!important;color:#aaa!important;font-size:16px!important;pointer-events:none!important}#zh-exp-wrapper .zh-exp-pills-row{display:flex!important;justify-content:center!important;gap:15px!important;flex-wrap:wrap!important;margin-bottom:10px!important}#zh-exp-wrapper .zh-exp-pill{background:#fff!important;border:2px solid #eee!important;color:#555!important;padding:14px 40px!important;border-radius:20px!important;font-family:Quicksand,sans-serif!important;font-weight:700!important;font-size:18px!important;cursor:pointer!important;transition:all .3s ease!important;box-shadow:0 4px 6px #0000000a!important}#zh-exp-wrapper .zh-exp-pill:hover{border-color:#ffb066!important;transform:translateY(-2px)!important}#zh-exp-wrapper .zh-exp-pill.active{border-color:#ff7400!important;color:#fff!important;background:#ff7400!important;box-shadow:0 6px 15px #ff74004d!important}#zh-exp-wrapper .zh-exp-dropdown-row{display:flex!important;gap:15px!important;flex-wrap:nowrap!important;justify-content:center!important;width:100%!important;max-width:1000px!important;align-items:center!important}#zh-exp-wrapper .zh-exp-select{appearance:none!important;-webkit-appearance:none!important;-moz-appearance:none!important;background-repeat:no-repeat!important;background-position:right 15px center!important;background-size:12px!important;background-color:transparent!important;padding:8px 35px 8px 15px!important;border-radius:50px!important;border:1px solid #ddd!important;color:#555!important;font-family:Nunito,sans-serif!important;font-weight:600!important;font-size:14px!important;line-height:1.5!important;cursor:pointer!important;flex:1!important;min-width:0!important;transition:all .3s!important;height:auto!important}#zh-exp-wrapper .zh-exp-select:hover,#zh-exp-wrapper .zh-exp-select:focus{border-color:#ff7400!important;background-color:#fff!important;outline:none!important}#zh-exp-wrapper .zh-exp-active-tags{display:flex!important;flex-wrap:wrap!important;gap:10px!important;justify-content:center!important;width:100%!important;max-width:800px!important;margin-top:5px!important;min-height:0!important}#zh-exp-wrapper .zh-exp-active-tag{background:#fff4e6!important;color:#ff7400!important;font-size:12px!important;padding:6px 14px!important;border-radius:50px!important;border:1px solid #FF7400!important;cursor:pointer!important;display:flex!important;align-items:center!important;gap:8px!important;font-weight:700!important;transition:all .2s!important;font-family:Quicksand,sans-serif!important;animation:zh-softFadeIn .3s ease forwards!important}#zh-exp-wrapper .zh-exp-active-tag:hover{background:#ff7400!important;color:#fff!important}#zh-exp-wrapper .zh-exp-active-tag i{font-size:11px!important}#zh-exp-wrapper .zh-exp-clear-btn{background:transparent!important;border:1px solid #ddd!important;color:#777!important;padding:8px 20px!important;border-radius:50px!important;font-family:Nunito,sans-serif!important;font-weight:700!important;font-size:13px!important;cursor:pointer!important;transition:all .3s!important;white-space:nowrap!important;display:flex!important;align-items:center!important;gap:6px!important}#zh-exp-wrapper .zh-exp-clear-btn:hover{border-color:#ff7400!important;color:#ff7400!important;background:#fff!important}#zh-exp-wrapper .zh-exp-grid{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:30px!important;margin-bottom:50px!important;margin-top:20px!important}#zh-exp-wrapper .zh-exp-card{background:#fff!important;border-radius:16px!important;border:1px solid #e0e0e0!important;overflow:hidden!important;display:flex!important;flex-direction:column!important;transition:all .3s ease!important;height:100%!important;position:relative!important}#zh-exp-wrapper .zh-exp-card:hover{border-color:#ff7400!important;box-shadow:0 10px 30px #00000014!important;transform:translateY(-2px)!important}#zh-exp-wrapper .zh-exp-card-top{padding:24px 24px 15px!important;display:flex!important;gap:25px!important}#zh-exp-wrapper .zh-exp-img-wrapper{flex-shrink:0!important;width:200px!important;height:150px!important}#zh-exp-wrapper .zh-exp-img{width:100%!important;height:100%!important;-o-object-fit:cover!important;object-fit:cover!important;border-radius:12px!important;background:#f0f0f0!important}#zh-exp-wrapper .zh-exp-info{flex:1!important;display:flex!important;flex-direction:column!important;justify-content:center!important}#zh-exp-wrapper .zh-exp-name{font-family:Quicksand,sans-serif!important;font-size:22px!important;font-weight:700!important;color:#333!important;margin-bottom:4px!important;line-height:1.2!important}#zh-exp-wrapper .zh-exp-qual{font-size:13px!important;color:#666!important;margin-bottom:2px!important;font-weight:600!important;line-height:1.4!important}#zh-exp-wrapper .zh-exp-exp-text{font-size:12px!important;color:#ff7400!important;margin-bottom:12px!important;font-weight:700!important}#zh-exp-wrapper .zh-exp-pricing{display:flex!important;flex-direction:column!important;gap:6px!important;width:100%!important}#zh-exp-wrapper .zh-exp-price-row{display:flex!important;justify-content:flex-start!important;gap:8px!important;font-size:14px!important;align-items:baseline!important}#zh-exp-wrapper .zh-exp-price-label{color:#777!important;font-weight:500!important;min-width:85px!important}#zh-exp-wrapper .zh-exp-price-val{font-weight:700!important;color:#222!important}#zh-exp-wrapper .zh-exp-price-per{font-size:12px!important;color:#888!important;font-weight:400!important}#zh-exp-wrapper .zh-exp-card-mid{padding:0 24px 15px!important;flex:1!important}#zh-exp-wrapper .zh-exp-carousel{display:flex!important;align-items:center!important;margin-bottom:12px!important;overflow:hidden!important;white-space:nowrap!important;position:relative!important;padding:5px 0!important}#zh-exp-wrapper .zh-exp-carousel:before{content:""!important;position:absolute!important;top:0!important;width:20px!important;height:100%!important;z-index:5!important;left:0!important;background:linear-gradient(to right,#fff,transparent)!important}#zh-exp-wrapper .zh-exp-carousel:after{content:""!important;position:absolute!important;top:0!important;width:20px!important;height:100%!important;z-index:5!important;right:0!important;background:linear-gradient(to left,#fff,transparent)!important}#zh-exp-wrapper .zh-exp-expertise-lbl{font-size:13px!important;color:#333!important;margin-right:5px!important;flex-shrink:0!important;z-index:10!important;background:#fff!important;padding-right:5px!important;font-weight:700!important;box-shadow:10px 0 15px 5px #fff!important}#zh-exp-wrapper .zh-exp-marquee{display:inline-block!important}#zh-exp-wrapper .zh-exp-tag{background:#fff4e6!important;color:#d35400!important;font-size:12px!important;padding:4px 10px!important;border-radius:4px!important;margin-right:8px!important;display:inline-block!important;font-weight:600!important;border:1px solid #ffe0b2!important}#zh-exp-wrapper .zh-exp-speaks{font-size:14px!important;color:#333!important;margin-bottom:10px!important;font-weight:700!important}#zh-exp-wrapper .zh-exp-speaks span{font-weight:500!important;color:#555!important}#zh-exp-wrapper .zh-exp-bio{font-size:14px!important;color:#555!important;line-height:1.6!important;display:-webkit-box!important;line-clamp:2!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}#zh-exp-wrapper .zh-exp-card-bot{background:#f2f2f2!important;padding:15px 24px!important;margin-top:auto!important;border-top:1px solid #e5e5e5!important;display:flex!important;justify-content:space-between!important;align-items:center!important}#zh-exp-wrapper .zh-exp-avail-col{display:flex!important;flex-direction:column!important}#zh-exp-wrapper .zh-exp-avail-via{font-size:11px!important;color:#777!important;margin-bottom:4px!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:.5px!important}#zh-exp-wrapper .zh-exp-vv-row{display:flex!important;align-items:center!important;gap:8px!important;color:#333!important;font-weight:700!important;font-size:13px!important}#zh-exp-wrapper .zh-exp-book-btn{background:#ff7400!important;color:#fff!important;text-decoration:none!important;padding:12px 40px!important;border-radius:50px!important;border:none;font-weight:700!important;font-size:14px!important;font-family:Quicksand,sans-serif!important;transition:all .3s ease!important;box-shadow:0 4px 10px #ff740033!important;white-space:nowrap!important}#zh-exp-wrapper .zh-exp-book-btn:hover{background:#e06600!important;transform:translateY(-2px)!important;box-shadow:0 6px 15px #ff74004d!important}@keyframes zh-softFadeIn{0%{opacity:0!important;transform:translateY(10px)!important}to{opacity:1!important;transform:translateY(0)!important}}@media(max-width:900px){#zh-exp-wrapper .zh-exp-dropdown-row{flex-wrap:wrap!important}#zh-exp-wrapper .zh-exp-select{min-width:45%!important}#zh-exp-wrapper .zh-exp-clear-btn{width:100%!important;justify-content:center!important}}@media(max-width:768px){#zh-exp-wrapper .zh-exp-grid{grid-template-columns:1fr!important}#zh-exp-wrapper .zh-exp-card-top{flex-direction:row!important}#zh-exp-wrapper .zh-exp-bio{line-clamp:4!important;-webkit-line-clamp:4!important;margin-bottom:10px!important}#zh-exp-wrapper .zh-exp-select{min-width:100%!important}#zh-exp-wrapper .zh-exp-book-btn{padding:10px 20px!important}#zh-exp-wrapper .zh-exp-main-heading{font-size:2rem!important}}@media(max-width:480px){#zh-exp-wrapper .zh-exp-card-top{flex-direction:column!important;align-items:center!important;text-align:center!important;gap:0!important}#zh-exp-wrapper .zh-exp-top-img{max-width:80px!important}#zh-exp-wrapper .zh-exp-img-wrapper{height:auto!important;margin-bottom:5px!important}#zh-exp-wrapper .zh-exp-info{align-items:center!important;margin-top:0!important;width:100%!important}#zh-exp-wrapper .zh-exp-pill{padding:8px 20px!important;font-size:18!important;border-width:1px!important;border-radius:10px!important}#zh-exp-wrapper .zh-exp-pills-row{gap:8px!important}#zh-exp-wrapper .zh-exp-bio{font-size:13px!important;line-height:1.3!important;line-clamp:3!important;-webkit-line-clamp:3!important;margin-bottom:8px!important;height:4.2em!important}#zh-exp-wrapper .zh-exp-pricing{width:auto!important;align-items:flex-start!important;display:inline-flex!important;margin-top:5px!important}#zh-exp-wrapper .zh-exp-price-row{justify-content:flex-start!important}#zh-exp-wrapper .zh-exp-card-bot{flex-direction:row!important;gap:10px!important;padding:15px 20px!important}#zh-exp-wrapper .zh-exp-book-btn{padding:8px 16px!important;font-size:13px!important}}#zh-exp-wrapper .zh-exp-carousel{overflow:hidden!important}#zh-exp-wrapper .zh-exp-marquee{display:inline-block!important;white-space:nowrap!important;will-change:transform!important;animation:zh-marquee 30s linear infinite}#zh-exp-wrapper .zh-exp-marquee:hover{animation-play-state:paused}@keyframes zh-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.zen-primary-btn{background:var(--zen-accent)!important;color:#fff!important}.admin-form .admin-pricing-row{display:flex;gap:8px;margin-bottom:8px;align-items:center;flex-wrap:wrap}.admin-form .admin-pricing-input{flex:1 1 160px;min-width:0;padding:8px 10px;border-radius:8px;border:1px solid #e5e7eb;background:#fff}.admin-form .admin-pricing-label{max-width:260px}.admin-form .admin-pricing-val{max-width:160px}.admin-form .admin-pricing-time{max-width:200px}.admin-form .admin-pricing-remove{padding:6px 8px;font-size:13px}@media(max-width:640px){.admin-form .admin-pricing-input{flex-basis:100%}.admin-form .admin-pricing-remove{width:50%}}.admin-form .zen-primary-btn,.admin-header .zen-primary-btn,.admin-actions .zen-primary-btn{padding:10px 16px;font-size:12px;border-radius:24px}.admin-form .zh-exp-clear-btn{padding:6px 8px;font-size:13px}.admin-form>.admin-grid+.admin-actions{margin-top:12px}.expert-detail-page{padding:3rem 0;background-color:#f8f9fa;min-height:100vh}.page-layout{display:flex;flex-direction:column;gap:2rem}@media(min-width:992px){.page-layout{flex-direction:row;align-items:flex-start}.expert-info-column{flex:2}.booking-column{flex:1;position:sticky;top:2rem}}.expert-card{background-color:#fff;border-radius:16px;box-shadow:0 2px 12px #0000000a;overflow:hidden}.expert-header{display:flex;align-items:center;gap:2rem;padding:2.5rem;background:linear-gradient(to right,#fff,#f8f9fa);border-bottom:1px solid #eee}@media(max-width:576px){.expert-header{flex-direction:column;text-align:center;padding:2rem 1.5rem}}.expert-avatar{width:140px;height:140px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:4px solid #fff;box-shadow:0 4px 12px #0000001a}.expert-header-content{flex:1}.expert-badges{display:flex;gap:.75rem;margin-bottom:.75rem;flex-wrap:wrap}@media(max-width:576px){.expert-badges{justify-content:center}}.badge{display:inline-flex;align-items:center;padding:.4rem .75rem;border-radius:20px;font-size:.85rem;font-weight:600}.badge.rating{background-color:#fff3cd;color:#856404}.badge.response{background-color:#d4edda;color:#155724}.expert-name{margin:0;font-size:2.25rem;color:#2c3e50;font-weight:800}.expert-role{font-size:1.25rem;color:#007bff;margin:.5rem 0;font-weight:600}.expert-location{color:#6c757d;margin:0;font-weight:500}.expert-section{padding:2.5rem;border-bottom:1px solid #eee}.expert-section:last-child{border-bottom:none}.expert-section h2{font-size:1.5rem;color:#2c3e50;margin-bottom:1.25rem;position:relative}.expert-bio{font-size:1.05rem;line-height:1.7;color:#495057}.details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}.detail-item{background-color:#f8f9fa;padding:1.25rem;border-radius:12px}.detail-label{display:block;font-size:.85rem;text-transform:uppercase;letter-spacing:.5px;color:#6c757d;margin-bottom:.5rem;font-weight:700}.detail-value{font-size:1.1rem;color:#212529;font-weight:600}.error-container{text-align:center;padding:4rem 2rem;background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000000d;margin-top:3rem}.back-link{display:inline-block;margin-top:1.5rem;color:#007bff;text-decoration:none;font-weight:600}.booking-form-card{background-color:#fff;padding:2rem;border-radius:16px;box-shadow:0 10px 30px #00000014;border:1px solid #f0f0f0}.booking-form-card h3{margin-top:0;margin-bottom:1.5rem;font-size:1.5rem;color:#1a1a1a;font-weight:700}.booking-form .form-group{margin-bottom:1.25rem}.booking-form label{display:block;margin-bottom:.5rem;font-weight:600;font-size:.9rem;color:#555}.booking-form input,.booking-form textarea{width:100%;padding:.875rem;border:1px solid #e1e1e1;border-radius:8px;font-size:1rem;color:#333;background-color:#fbfbfb;transition:all .2s ease-in-out;box-sizing:border-box}.booking-form input:focus,.booking-form textarea:focus{border-color:#007bff;background-color:#fff;outline:none;box-shadow:0 0 0 3px #007bff1a}.form-row{display:flex;gap:1rem}.form-row .form-group{flex:1}.submit-btn{width:100%;padding:1rem;background-color:#007bff;color:#fff;border:none;border-radius:8px;font-size:1.125rem;font-weight:600;cursor:pointer;transition:background-color .2s}.submit-btn:hover{background-color:#0056b3}.submit-btn:disabled{background-color:#b3d7ff;cursor:not-allowed}.form-message{margin-top:1rem;padding:.75rem;border-radius:8px;text-align:center;font-size:.9rem}.form-message.error{background-color:#ffecec;color:#d9534f;border:1px solid #f5c6cb}.form-message.success{background-color:#e8f5e9;color:#28a745;border:1px solid #c3e6cb}:root{--zh-dark-green: #1F4D3A;--zh-orange: #FF7400;--zh-bg-color: #F7F4EF;--zh-text-color: #333333;--zh-light-text: #666666}body{font-family:Nunito,sans-serif;background-color:var(--zh-bg-color);color:var(--zh-text-color);margin:0;padding:0;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:Quicksand,sans-serif;color:var(--zh-dark-green);font-weight:700;margin-top:0}@media(max-width:767px){h1{font-size:1.75rem!important}h2{font-size:1.5rem!important}h3{font-size:1.25rem!important}.expert-role,.expert-pricing{font-size:1.1rem!important}.expert-bio-text,.detail-item p,.detail-item ul li,.form-label,.form-input,.slot-btn{font-size:.95rem!important}.booking-form-card{padding:1.5rem!important}}.expert-detail-page{background-color:var(--zh-bg-color);min-height:100vh;padding:2rem 0 4rem}.expert-detail-container{max-width:1100px;margin:0 auto;padding:0 1.5rem}.back-button{display:inline-flex;align-items:center;margin-bottom:1.5rem;color:var(--zh-dark-green);text-decoration:none;font-weight:700;font-size:1.1rem;transition:color .2s;background:none;border:none;cursor:pointer;padding:0;font-family:Quicksand,sans-serif}.back-button:hover{color:var(--zh-orange)}.page-layout{display:flex;flex-direction:column;gap:2.5rem}@media(min-width:992px){.page-layout{flex-direction:row;align-items:flex-start;gap:3rem}.expert-info-column{flex:2}.booking-column{flex:1;position:sticky;top:2rem;min-width:350px}}.expert-main-content-container{background-color:#fff;border-radius:20px;box-shadow:0 10px 30px #0000000d;overflow:hidden}.expert-hero-bg{height:100px;width:100%;position:relative}@media(min-width:768px){.expert-hero-bg{height:110px}}.zenup-logo{position:absolute;right:1rem;top:.6rem;width:110px;height:auto;opacity:.95;z-index:3}.expert-profile-header{padding:0 1.5rem 1.5rem;display:flex;flex-direction:column;align-items:center;text-align:center;margin-top:-70px;position:relative;z-index:2}@media(min-width:768px){.expert-profile-header{flex-direction:row;text-align:left;padding:0 2.5rem .5rem;gap:2rem;margin-top:-90px}}.expert-detail-avatar{width:180px;height:180px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:5px solid #fff;box-shadow:0 5px 15px #0000001a;background-color:#fff}@media(min-width:768px){.expert-detail-avatar{width:200px;height:180px}}.expert-header-text{padding-top:1rem;flex:1}@media(min-width:768px){.expert-header-text{padding-top:0;padding-bottom:10px}}.expert-header-text h1{font-size:2.25rem;margin-bottom:.25rem}.expert-role{font-size:1.25rem;font-weight:600;color:var(--zh-orange);margin-bottom:.75rem;font-family:Quicksand,sans-serif}.expert-meta-badges{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin-bottom:1rem}@media(min-width:768px){.expert-meta-badges{justify-content:flex-start}}.meta-badge{background-color:var(--zh-bg-color);color:var(--zh-dark-green);padding:.4rem .8rem;border-radius:20px;font-size:.9rem;font-weight:700;display:flex;align-items:center;gap:.4rem}.expert-pricing{font-size:1rem;font-weight:600;color:#000;font-family:Quicksand,sans-serif}.expert-content-body{padding:0 1.5rem 3rem}@media(min-width:768px){.expert-content-body{padding:0 2.5rem 3rem}}.expert-divider{height:1px;background-color:#eee;margin:1rem 0}.expert-content-block{margin-bottom:2.5rem}.expert-content-block:last-child{margin-bottom:0}.expert-content-block h3{margin-bottom:1rem;position:relative;display:inline-block}.expert-content-block h3:after{content:"";display:block;width:40px;height:3px;background-color:var(--zh-orange);margin-top:.4rem;border-radius:2px}.expert-bio-text{color:#555;font-size:1.05rem;white-space:pre-line}.details-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.details-grid{grid-template-columns:repeat(2,1fr);gap:3rem}}.detail-item h4{font-size:1.1rem;font-weight:700;color:var(--zh-dark-green);margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.detail-item p,.detail-item ul{color:#555;margin:0;font-size:1rem}.detail-item ul{padding-left:1.25rem;list-style-type:disc}.detail-item ul li{margin-bottom:.4rem}.tags-list{display:flex;flex-wrap:wrap;gap:.75rem}.tag-item{background-color:#fff;color:var(--zh-dark-green);padding:.5rem 1rem;border-radius:25px;font-size:.9rem;font-weight:700;border:1px solid var(--zh-dark-green);box-shadow:0 2px 5px #0000000d}.booking-form-card{background-color:#fff;border-radius:20px;padding:2rem;box-shadow:0 10px 30px #00000014;border:1px solid #eee}.booking-form-card h3{text-align:center;margin-bottom:1.5rem;font-size:1.4rem}.form-group{margin-bottom:1.25rem}.form-label{display:block;font-weight:700;margin-bottom:.5rem;color:var(--zh-dark-green);font-size:1rem;font-family:Quicksand,sans-serif}.form-input,.form-textarea{width:100%;padding:.8rem 1rem;border:2px solid #eee;border-radius:10px;font-family:Nunito,sans-serif;font-size:1rem;transition:all .3s;box-sizing:border-box;background-color:#fcfcfc}.form-input:focus,.form-textarea:focus{outline:none;border-color:var(--zh-dark-green);background-color:#fff}.toggle-btn-group{display:flex;gap:.75rem;margin-bottom:1.5rem}.toggle-btn{flex:1;padding:.8rem;border:2px solid #eee;border-radius:10px;background-color:#fff;color:var(--zh-light-text);font-weight:700;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center;gap:.5rem;font-family:Quicksand,sans-serif}.toggle-btn.active{background-color:var(--zh-dark-green);color:#fff;border-color:var(--zh-dark-green)}.slot-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.slot-btn{padding:.7rem .5rem;border:2px solid #eee;border-radius:10px;background-color:#fff;color:var(--zh-text-color);font-size:.95rem;font-weight:700;cursor:pointer;transition:all .2s;text-align:center;font-family:Quicksand,sans-serif}.slot-btn:hover{border-color:#ccc}.slot-btn.selected{background-color:var(--zh-dark-green);color:#fff;border-color:var(--zh-dark-green)}.price-breakdown{margin-top:1.5rem;padding-top:1rem;border-top:2px dashed #eee}.price-row{display:flex;justify-content:space-between;margin-bottom:.75rem;color:var(--zh-light-text);font-size:.95rem}.price-row.total{font-weight:800;color:var(--zh-dark-green);font-size:1.2rem;margin-top:1rem;padding-top:1rem;border-top:2px solid #eee;font-family:Quicksand,sans-serif}.submit-btn{width:100%;padding:1rem;background-color:var(--zh-orange);color:#fff;border:none;border-radius:10px;font-size:1.1rem;font-weight:700;font-family:Quicksand,sans-serif;cursor:pointer;transition:background-color .3s;margin-top:1.5rem;box-shadow:0 4px 15px #ff74004d}.submit-btn:hover:not(:disabled){background-color:#e66a00;transform:translateY(-2px)}.submit-btn:disabled{background-color:#ccc;cursor:not-allowed;box-shadow:none}.form-message{margin-top:1rem;padding:1rem;border-radius:10px;text-align:center;font-weight:700}.form-message.error{background-color:#ffebee;color:#c62828;border:1px solid #ffcdd2}.form-message.success{background-color:#e8f5e9;color:#2e7d32;border:1px solid #c8e6c9}.loading-state,.error-state{text-align:center;padding:5rem 2rem;font-size:1.2rem;color:var(--zh-light-text);font-weight:600}.error-state{color:#c62828}.expert-nav-container{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end}.zen-splash-overlay{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:#ffffffd9;backdrop-filter:blur(8px);z-index:1000;-webkit-backdrop-filter:blur(8px)}.zen-splash-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:2.5rem;max-width:400px;animation:splash-pop .5s cubic-bezier(.175,.885,.32,1.275)}.zen-splash-logo{width:200px;height:auto;filter:drop-shadow(0 10px 15px rgba(255,116,0,.2))}*/ .zen-splash-title{font-family:Quicksand,sans-serif;font-weight:700;font-size:1.5rem;color:#111827;margin-bottom:.5rem}.zen-splash-sub{font-family:Nunito,sans-serif;font-size:1rem;color:#6b7280;margin-bottom:1.5rem}@keyframes zen-float{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}@keyframes dot-bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}@keyframes splash-pop{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.tab-btn{position:relative;transition:color .3s ease;font-size:1rem}.tab-btn.active{color:#064e3b}.tab-btn.active:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:3px;background-color:var(--zh-orange);border-radius:1px}
