@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--gold:#c9a84c;--gold-light:#e8c96c;--gold-dark:#a07830;--black:#111;--black-2:#1c1c1c;--black-3:#2a2a2a;--white:#fff;--off-white:#f8f6f0;--gray-1:#e8e5de;--gray-2:#c4c0b8;--gray-3:#888480;--gray-4:#555250;--success:#2ecc71;--warning:#f39c12;--danger:#e74c3c;--info:#3498db;--font-heading:"Playfair Display", serif;--font-body:"Inter", sans-serif;--sp-xs:4px;--sp-sm:8px;--sp-md:16px;--sp-lg:24px;--sp-xl:32px;--sp-2xl:48px;--sp-3xl:64px;--radius-sm:6px;--radius-md:12px;--radius-lg:20px;--radius-xl:32px;--radius-full:9999px;--shadow-sm:0 1px 4px #0000001a;--shadow-md:0 4px 16px #00000026;--shadow-lg:0 8px 32px #0003;--shadow-gold:0 4px 24px #c9a84c40;--ease:cubic-bezier(.4, 0, .2, 1);--transition:.25s var(--ease)}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);background:var(--off-white);color:var(--black);-webkit-font-smoothing:antialiased;min-height:100dvh;line-height:1.6}#root{flex-direction:column;min-height:100dvh;display:flex}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input,select,textarea{font-family:var(--font-body);font-size:1rem}.h1,h1{font-family:var(--font-heading);font-size:clamp(1.8rem,4vw,2.8rem);font-weight:700;line-height:1.2}.h2,h2{font-family:var(--font-heading);font-size:clamp(1.4rem,3vw,2rem);font-weight:600}.h3,h3{font-family:var(--font-heading);font-size:clamp(1.1rem,2vw,1.4rem);font-weight:600}.h4,h4{font-size:1.1rem;font-weight:600}.text-gold{color:var(--gold)}.text-gray{color:var(--gray-3)}.text-sm{font-size:.875rem}.text-xs{font-size:.75rem}.font-medium{font-weight:500}.font-bold{font-weight:700}.container{width:100%;max-width:480px;padding:0 var(--sp-md);margin:0 auto}.container-md{width:100%;max-width:768px;padding:0 var(--sp-md);margin:0 auto}.container-wide{width:100%;max-width:1100px;padding:0 var(--sp-md);margin:0 auto}.customer-page-wrapper{background:var(--off-white);max-width:600px;min-height:100dvh;margin:0 auto;box-shadow:0 0 40px #0000000d}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-sm{gap:var(--sp-sm)}.gap-md{gap:var(--sp-md)}.gap-lg{gap:var(--sp-lg)}.grid-2{gap:var(--sp-md);grid-template-columns:1fr 1fr;display:grid}.grid-3{gap:var(--sp-md);grid-template-columns:repeat(3,1fr);display:grid}.w-full{width:100%}.h-full{height:100%}.min-h-screen{min-height:100dvh}.text-center{text-align:center}.text-right{text-align:right}.mt-sm{margin-top:var(--sp-sm)}.mt-md{margin-top:var(--sp-md)}.mt-lg{margin-top:var(--sp-lg)}.mt-xl{margin-top:var(--sp-xl)}.mb-sm{margin-bottom:var(--sp-sm)}.mb-md{margin-bottom:var(--sp-md)}.mb-lg{margin-bottom:var(--sp-lg)}.p-sm{padding:var(--sp-sm)}.p-md{padding:var(--sp-md)}.p-lg{padding:var(--sp-lg)}.card{background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);padding:var(--sp-lg);border:1px solid var(--gray-1)}.card-dark{background:var(--black-2);border-radius:var(--radius-md);box-shadow:var(--shadow-md);padding:var(--sp-lg);border:1px solid var(--black-3);color:var(--white)}.btn{justify-content:center;align-items:center;gap:var(--sp-sm);padding:12px var(--sp-lg);border-radius:var(--radius-md);transition:all var(--transition);white-space:nowrap;font-size:.95rem;font-weight:600;display:inline-flex}.btn-primary{background:var(--gold);color:var(--black);box-shadow:var(--shadow-gold)}.btn-primary:hover{background:var(--gold-light);transform:translateY(-1px);box-shadow:0 6px 28px #c9a84c59}.btn-primary:active{transform:translateY(0)}.btn-dark{background:var(--black);color:var(--white);border:1px solid var(--black-3)}.btn-dark:hover{background:var(--black-2)}.btn-outline{color:var(--gold);border:2px solid var(--gold);background:0 0}.btn-outline:hover{background:var(--gold);color:var(--black)}.btn-ghost{color:var(--gray-3);background:0 0}.btn-ghost:hover{color:var(--black)}.btn-danger{background:var(--danger);color:var(--white)}.btn-danger:hover{opacity:.85}.btn-sm{padding:8px 14px;font-size:.85rem}.btn-lg{padding:15px var(--sp-xl);font-size:1.05rem}.btn-full{width:100%}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none!important}.form-group{flex-direction:column;gap:6px;display:flex}.form-label{color:var(--gray-4);font-size:.875rem;font-weight:500}.input{width:100%;padding:12px var(--sp-md);border:1.5px solid var(--gray-1);border-radius:var(--radius-sm);color:var(--black);background:var(--white);transition:border-color var(--transition), box-shadow var(--transition);outline:none;font-size:1rem}.input:focus{border-color:var(--gold);box-shadow:0 0 0 3px #c9a84c26}.input::placeholder{color:var(--gray-2)}.input.input-dark{background:var(--black-3);border-color:var(--black-3);color:var(--white)}.input.input-dark:focus{border-color:var(--gold)}.input.input-dark::placeholder{color:var(--gray-4)}.input-error{border-color:var(--danger)!important}.error-text{color:var(--danger);font-size:.8rem}.badge{border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.05em;align-items:center;padding:3px 10px;font-size:.75rem;font-weight:600;display:inline-flex}.badge-pending{color:#92400e;background:#fef3c7}.badge-confirmed{color:#065f46;background:#d1fae5}.badge-completed{color:#1e40af;background:#dbeafe}.badge-cancelled{color:#991b1b;background:#fee2e2}.badge-gold{background:var(--gold);color:var(--black)}.divider{align-items:center;gap:var(--sp-md);color:var(--gray-2);font-size:.85rem;display:flex}.divider:before,.divider:after{content:"";border-top:1px solid var(--gray-1);flex:1}@keyframes spin{to{transform:rotate(360deg)}}.spinner{border:3px solid var(--gray-1);border-top-color:var(--gold);border-radius:50%;width:24px;height:24px;animation:.7s linear infinite spin;display:inline-block}.spinner-lg{border-width:4px;width:40px;height:40px}.loading-screen{justify-content:center;align-items:center;gap:var(--sp-md);background:var(--off-white);flex-direction:column;min-height:100dvh;display:flex}.gold-line{background:var(--gold);border-radius:2px;width:48px;height:3px}.page{padding:var(--sp-md) 0 calc(var(--sp-3xl) + 20px);flex:1}.navbar{z-index:100;background:var(--white);border-bottom:1px solid var(--gray-1);padding:var(--sp-sm) var(--sp-md);justify-content:space-between;align-items:center;min-height:60px;display:flex;position:sticky;top:0}.navbar-brand{font-family:var(--font-heading);color:var(--black);align-items:center;gap:var(--sp-sm);font-size:1.2rem;font-weight:700;display:flex}.navbar-brand .brand-dot{background:var(--gold);border-radius:50%;width:8px;height:8px}.category-tabs{gap:var(--sp-sm);padding:var(--sp-sm) var(--sp-md);-ms-overflow-style:none;scrollbar-width:none;background:var(--white);border-bottom:1px solid var(--gray-1);display:flex;overflow-x:auto}.category-tabs::-webkit-scrollbar{display:none}.cat-tab{border-radius:var(--radius-full);white-space:nowrap;border:1.5px solid var(--gray-1);color:var(--gray-3);background:var(--white);transition:all var(--transition);align-items:center;gap:6px;padding:8px 16px;font-size:.875rem;font-weight:500;display:flex}.cat-tab.active{background:var(--black);color:var(--gold);border-color:var(--black)}.cat-tab:hover:not(.active){border-color:var(--gold);color:var(--black)}.service-card{background:var(--white);border-radius:var(--radius-md);border:1px solid var(--gray-1);padding:var(--sp-md);gap:var(--sp-sm);transition:box-shadow var(--transition), transform var(--transition);flex-direction:column;display:flex}.service-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.service-icon{background:var(--off-white);border-radius:var(--radius-sm);justify-content:center;align-items:center;width:48px;height:48px;font-size:1.5rem;display:flex}.service-name{color:var(--black);font-size:1rem;font-weight:600}.service-desc{color:var(--gray-3);font-size:.825rem;line-height:1.5}.service-meta{gap:var(--sp-sm);flex-wrap:wrap;align-items:center;display:flex}.service-duration{color:var(--gray-3);align-items:center;gap:4px;font-size:.8rem;display:flex}.service-price{color:var(--black);font-size:1.15rem;font-weight:700}.qty-controls{align-items:center;gap:var(--sp-sm);display:flex}.qty-btn{border:1.5px solid var(--gray-1);width:32px;height:32px;color:var(--black);background:var(--white);transition:all var(--transition);border-radius:50%;justify-content:center;align-items:center;font-size:1.1rem;font-weight:700;display:flex}.qty-btn.add{background:var(--gold);border-color:var(--gold);color:var(--black)}.qty-btn:hover{opacity:.8}.qty-count{text-align:center;min-width:20px;font-size:.95rem;font-weight:600}.cart-bar{z-index:200;padding:var(--sp-md);background:var(--black);justify-content:space-between;align-items:center;gap:var(--sp-md);display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 24px #0003}.cart-bar-info{color:var(--white)}.cart-bar-info .items-count{color:var(--gray-2);font-size:.8rem}.cart-bar-info .total{color:var(--gold);font-size:1.1rem;font-weight:700}.drawer-overlay{z-index:300;background:#00000080;align-items:flex-end;display:flex;position:fixed;inset:0}.drawer{background:var(--white);border-radius:var(--radius-lg) var(--radius-lg) 0 0;width:100%;max-height:85dvh;padding:var(--sp-lg);overflow-y:auto}.drawer-handle{background:var(--gray-1);width:40px;height:4px;margin:0 auto var(--sp-md);border-radius:2px}.modal-overlay{z-index:400;padding:var(--sp-md);background:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal{background:var(--white);border-radius:var(--radius-lg);width:100%;max-width:480px;max-height:90dvh;padding:var(--sp-xl);overflow-y:auto}.modal-header{margin-bottom:var(--sp-lg);justify-content:space-between;align-items:center;display:flex}.modal-close{background:var(--gray-1);width:36px;height:36px;transition:background var(--transition);border-radius:50%;justify-content:center;align-items:center;font-size:1.1rem;display:flex}.modal-close:hover{background:var(--gray-2)}.dashboard-layout{min-height:100dvh;display:flex}.sidebar{background:var(--black);width:240px;color:var(--white);padding:var(--sp-lg) 0;z-index:50;transition:transform var(--transition);flex-direction:column;display:flex;position:fixed;top:0;bottom:0;left:0}.sidebar-brand{padding:0 var(--sp-lg) var(--sp-lg);border-bottom:1px solid var(--black-3);margin-bottom:var(--sp-lg)}.sidebar-brand h2{font-family:var(--font-heading);color:var(--gold);font-size:1.2rem}.sidebar-brand p{color:var(--gray-3);margin-top:4px;font-size:.75rem}.sidebar-nav{padding:0 var(--sp-sm);flex-direction:column;flex:1;gap:4px;display:flex}.nav-item{align-items:center;gap:var(--sp-md);padding:11px var(--sp-md);border-radius:var(--radius-sm);color:var(--gray-2);transition:all var(--transition);font-size:.9rem;font-weight:500;display:flex}.nav-item:hover{background:var(--black-3);color:var(--white)}.nav-item.active{background:var(--gold);color:var(--black);font-weight:600}.nav-item svg{flex-shrink:0}.main-content{padding:var(--sp-xl);background:var(--off-white);flex:1;min-height:100dvh;margin-left:240px}.stats-grid{gap:var(--sp-md);grid-template-columns:repeat(auto-fit,minmax(180px,1fr));display:grid}.stat-card{background:var(--white);border-radius:var(--radius-md);padding:var(--sp-lg);border:1px solid var(--gray-1);gap:var(--sp-sm);flex-direction:column;display:flex}.stat-icon{border-radius:var(--radius-sm);justify-content:center;align-items:center;width:44px;height:44px;font-size:1.3rem;display:flex}.stat-value{font-size:1.8rem;font-weight:700}.stat-label{color:var(--gray-3);font-size:.825rem}.table-wrapper{background:var(--white);border-radius:var(--radius-md);border:1px solid var(--gray-1);overflow:hidden}.table-scroll{overflow-x:auto}table{border-collapse:collapse;width:100%}thead{background:var(--off-white)}th{padding:var(--sp-md);text-align:left;color:var(--gray-4);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--gray-1);font-size:.8rem;font-weight:600}td{padding:var(--sp-md);border-bottom:1px solid var(--gray-1);font-size:.9rem}tr:last-child td{border-bottom:none}tr:hover td{background:var(--off-white)}.search-bar{align-items:center;gap:var(--sp-sm);background:var(--white);border:1.5px solid var(--gray-1);border-radius:var(--radius-sm);padding:10px var(--sp-md);transition:border-color var(--transition);display:flex}.search-bar:focus-within{border-color:var(--gold)}.search-bar input{background:0 0;border:none;outline:none;flex:1;font-size:.9rem}.search-bar svg{color:var(--gray-3)}.tabs{background:var(--gray-1);border-radius:var(--radius-sm);gap:4px;width:fit-content;padding:4px;display:flex}.tab-btn{border-radius:calc(var(--radius-sm) - 2px);color:var(--gray-3);transition:all var(--transition);padding:8px 18px;font-size:.875rem;font-weight:500}.tab-btn.active{background:var(--white);color:var(--black);box-shadow:var(--shadow-sm)}select.status-select{border-radius:var(--radius-sm);border:1.5px solid var(--gray-1);background:var(--white);cursor:pointer;outline:none;padding:6px 12px;font-size:.85rem}select.status-select:focus{border-color:var(--gold)}.history-card{background:var(--white);border-radius:var(--radius-md);border:1px solid var(--gray-1);padding:var(--sp-md) var(--sp-lg)}.history-card-header{margin-bottom:var(--sp-sm);justify-content:space-between;align-items:center;display:flex}.history-services{gap:var(--sp-sm);margin-top:var(--sp-sm);flex-wrap:wrap;display:flex}.history-service-chip{background:var(--off-white);border-radius:var(--radius-full);color:var(--gray-4);padding:4px 12px;font-size:.8rem}.otp-hero{background:var(--black);padding:var(--sp-2xl) var(--sp-md) var(--sp-xl);text-align:center;color:var(--white)}.otp-logo{font-family:var(--font-heading);color:var(--gold);margin-bottom:var(--sp-sm);font-size:2rem;font-weight:700}.otp-subtitle{color:var(--gray-2);font-size:.9rem}.otp-form-wrapper{background:var(--white);border-radius:var(--radius-lg) var(--radius-lg) 0 0;padding:var(--sp-xl) var(--sp-lg);min-height:60dvh;margin-top:-24px}.otp-inputs{gap:var(--sp-sm);justify-content:center;display:flex}.otp-digit{border:2px solid var(--gray-1);border-radius:var(--radius-sm);text-align:center;width:48px;height:56px;transition:border-color var(--transition);outline:none;font-size:1.4rem;font-weight:700}.otp-digit:focus{border-color:var(--gold);box-shadow:0 0 0 3px #c9a84c26}.qr-card{background:var(--white);border-radius:var(--radius-lg);padding:var(--sp-xl);text-align:center;border:1px solid var(--gray-1);box-shadow:var(--shadow-md)}.qr-card h3{margin-bottom:var(--sp-sm)}.qr-card p{color:var(--gray-3);margin-bottom:var(--sp-lg);font-size:.85rem}.phone-input-wrapper{border:1.5px solid var(--gray-1);border-radius:var(--radius-sm);transition:border-color var(--transition);align-items:center;display:flex;overflow:hidden}.phone-input-wrapper:focus-within{border-color:var(--gold);box-shadow:0 0 0 3px #c9a84c26}.phone-prefix{padding:12px var(--sp-md);background:var(--off-white);color:var(--gray-4);border-right:1.5px solid var(--gray-1);white-space:nowrap;font-size:.95rem;font-weight:600}.phone-input-wrapper input{padding:12px var(--sp-md);border:none;outline:none;flex:1;font-size:1rem}.toggle{width:44px;height:24px;position:relative}.toggle input{opacity:0;width:0;height:0}.toggle-slider{background:var(--gray-2);cursor:pointer;transition:background var(--transition);border-radius:12px;position:absolute;inset:0}.toggle-slider:before{content:"";background:var(--white);width:18px;height:18px;transition:transform var(--transition);border-radius:50%;position:absolute;top:3px;left:3px}.toggle input:checked+.toggle-slider{background:var(--gold)}.toggle input:checked+.toggle-slider:before{transform:translate(20px)}.date-section{background:var(--off-white);border-radius:var(--radius-md);padding:var(--sp-md) var(--sp-lg);border:1px dashed var(--gray-2)}.welcome-banner{background:linear-gradient(135deg, var(--black) 0%, var(--black-2) 100%);color:var(--white);padding:var(--sp-lg);border-radius:var(--radius-md);border-left:4px solid var(--gold)}.welcome-banner h3{color:var(--gold);margin-bottom:var(--sp-xs)}.welcome-banner p{color:var(--gray-2);font-size:.875rem}.sidebar-toggle{cursor:pointer;padding:var(--sp-sm);background:0 0;border:none;font-size:1.5rem;display:none}@media (width<=768px){.sidebar{width:260px;transform:translate(-100%)}.sidebar.open{box-shadow:var(--shadow-lg);transform:translate(0)}.main-content{padding:var(--sp-md);margin-left:0}.sidebar-toggle{display:flex}.stats-grid{grid-template-columns:1fr 1fr}.grid-2,.grid-3{grid-template-columns:1fr}}@media (width<=480px){.stats-grid{grid-template-columns:1fr}}.section-header{margin-bottom:var(--sp-lg);justify-content:space-between;align-items:center;gap:var(--sp-sm);flex-wrap:wrap;display:flex}.empty-state{text-align:center;padding:var(--sp-3xl) var(--sp-lg);color:var(--gray-3)}.empty-state .empty-icon{margin-bottom:var(--sp-md);font-size:3rem}.empty-state h3{color:var(--black);margin-bottom:var(--sp-sm)}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.animate-fade-in{animation:fadeIn .3s var(--ease) forwards}.animate-slide-up{animation:slideUp .35s var(--ease) forwards}.animate-scale-in{animation:scaleIn .25s var(--ease) forwards}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--gray-2);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--gray-3)}.landing-root{min-height:100dvh;font-family:var(--font-body);background:#f8f6f0;flex-direction:column;display:flex}.landing-header{background:var(--black);z-index:10;align-items:center;gap:12px;padding:14px 20px;display:flex;position:sticky;top:0}.landing-logo{object-fit:cover;border:2px solid #c9a84c80;border-radius:50%;width:40px;height:40px}.landing-brand-name{font-family:var(--font-heading);color:var(--gold);font-size:1.1rem;font-weight:700;line-height:1.2}.landing-brand-sub{color:var(--gray-3);letter-spacing:.08em;text-transform:uppercase;font-size:.7rem}.landing-hero{background:linear-gradient(160deg, var(--black) 0%, #1a1208 60%, #2d1f00 100%);color:var(--white);padding:40px 24px 60px;position:relative;overflow:hidden}.landing-hero:before{content:"";background:radial-gradient(circle,#c9a84c1f 0%,#0000 70%);border-radius:50%;width:220px;height:220px;position:absolute;top:-60px;right:-60px}.landing-hero:after{content:"";background:radial-gradient(circle,#c9a84c14 0%,#0000 70%);border-radius:50%;width:160px;height:160px;position:absolute;bottom:-40px;left:-40px}.landing-hero-badge{color:var(--gold-light);letter-spacing:.08em;text-transform:uppercase;background:#c9a84c26;border:1px solid #c9a84c4d;border-radius:999px;align-items:center;gap:6px;margin-bottom:18px;padding:5px 14px;font-size:.75rem;font-weight:600;display:inline-flex;position:relative}.landing-hero-title{font-family:var(--font-heading);color:var(--white);margin-bottom:16px;font-size:clamp(2rem,8vw,2.8rem);font-weight:700;line-height:1.15;position:relative}.landing-hero-desc{color:var(--gray-2);margin-bottom:24px;font-size:.9rem;position:relative}.landing-pills{flex-wrap:wrap;gap:8px;display:flex;position:relative}.landing-pill{color:var(--gray-2);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff14;border:1px solid #ffffff1f;border-radius:999px;align-items:center;gap:6px;padding:6px 14px;font-size:.78rem;font-weight:500;display:inline-flex}.landing-card{background:var(--white);z-index:2;border-radius:24px 24px 0 0;flex:1;margin-top:-24px;padding:32px 24px;position:relative;box-shadow:0 -8px 40px #0000001f}.landing-card-title{align-items:center;gap:14px;margin-bottom:28px;display:flex}.landing-card-title .lc-icon{background:var(--off-white);width:48px;height:48px;color:var(--gold);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.landing-card-title h2{font-family:var(--font-heading);color:var(--black);margin:0;font-size:1.3rem;font-weight:700}.landing-card-title p{color:var(--gray-3);margin:4px 0 0;font-size:.85rem}.landing-terms{text-align:center;color:var(--gray-3);margin-top:16px;font-size:.78rem}.landing-divider{color:var(--gray-2);align-items:center;gap:12px;margin:20px 0 12px;font-size:.8rem;display:flex}.landing-divider:before,.landing-divider:after{content:"";border-top:1px solid var(--gray-1);flex:1}.landing-test-hint{color:#92400e;text-align:center;background:#fffbeb;border:1px dashed #d97706;border-radius:10px;padding:12px 16px;font-size:.82rem}.landing-back-btn{color:var(--gray-3);transition:color var(--transition);align-items:center;gap:6px;margin-bottom:20px;font-size:.9rem;display:flex}.landing-back-btn:hover{color:var(--black)}.landing-footer{background:var(--black);color:var(--gray-4);justify-content:center;align-items:center;gap:8px;padding:14px 24px;font-size:.75rem;display:flex}.services-root{background:#f0ede6;flex-direction:column;min-height:100dvh;display:flex}.services-navbar{z-index:100;background:var(--white);border-bottom:1px solid var(--gray-1);justify-content:space-between;align-items:center;padding:10px 16px;display:flex;position:sticky;top:0;box-shadow:0 2px 12px #0000000f}.services-nav-brand{cursor:pointer;align-items:center;gap:10px;display:flex}.services-nav-logo{object-fit:cover;border:2px solid #c9a84c59;border-radius:50%;width:36px;height:36px}.services-nav-title{font-family:var(--font-heading);color:var(--black);font-size:1.05rem;font-weight:700;line-height:1.2}.services-nav-location{color:var(--gray-3);font-size:.7rem;font-weight:400}.services-nav-btn{background:var(--off-white);border:1px solid var(--gray-1);width:38px;height:38px;transition:all var(--transition);color:var(--gray-4);border-radius:50%;justify-content:center;align-items:center;display:flex}.services-nav-btn:hover{background:var(--gold);color:var(--black)}.services-nav-avatar{background:var(--gold);width:26px;height:26px;color:var(--black);border-radius:50%;justify-content:center;align-items:center;font-size:.85rem;font-weight:700;display:flex}.services-welcome{background:linear-gradient(135deg,#1a1208 0%,#2d1f00 100%);border-bottom:1px solid #c9a84c33;padding:14px 16px}.services-welcome-inner{justify-content:space-between;align-items:center;gap:12px;display:flex}.services-welcome-greeting{color:var(--gold);font-size:.95rem;font-weight:600}.services-welcome-sub{color:var(--gray-3);margin-top:2px;font-size:.78rem}.services-search-wrapper{background:var(--white);border-bottom:1px solid var(--gray-1);padding:12px 16px}.services-cat-tabs{-ms-overflow-style:none;scrollbar-width:none;background:var(--white);border-bottom:1px solid var(--gray-1);gap:8px;padding:12px 16px;display:flex;overflow-x:auto;box-shadow:0 2px 8px #0000000a}.services-cat-tabs::-webkit-scrollbar{display:none}.scat-tab{white-space:nowrap;border:1.5px solid var(--gray-1);color:var(--gray-3);background:var(--white);transition:all var(--transition);border-radius:999px;flex-shrink:0;align-items:center;gap:5px;padding:7px 14px;font-size:.8rem;font-weight:500;display:flex}.scat-tab.active{background:var(--black);color:var(--gold);border-color:var(--black);box-shadow:0 2px 8px #0003}.scat-tab:hover:not(.active){border-color:var(--gold);color:var(--black)}.services-list-wrapper{flex:1;padding:0 0 16px}.services-category-group{margin-bottom:8px}.services-cat-header{z-index:10;background:#f0ede6;align-items:center;gap:10px;padding:16px 16px 10px;display:flex;position:sticky;top:61px}.services-cat-icon{font-size:1.1rem}.services-cat-title{font-family:var(--font-heading);color:var(--black);flex:1;font-size:1rem;font-weight:700}.services-cat-count{background:var(--black);color:var(--gold);border-radius:999px;padding:2px 8px;font-size:.72rem;font-weight:700}.services-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:12px;padding:0 16px;display:grid}.service-card-v2{background:var(--white);border:1.5px solid var(--gray-1);border-radius:14px;flex-direction:column;gap:12px;margin-bottom:10px;padding:14px;transition:all .2s;display:flex;position:relative;overflow:hidden}.service-card-v2:hover{border-color:#c9a84c4d;transform:translateY(-1px);box-shadow:0 4px 20px #0000001a}.service-card-v2.in-cart{border-color:var(--gold);background:#fffef7}.scv2-in-cart-bar{background:var(--gold);border-radius:14px 0 0 14px;width:4px;height:100%;position:absolute;top:0;left:0}.scv2-top{align-items:flex-start;gap:12px;display:flex}.scv2-icon-box{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.scv2-info{flex:1}.scv2-name{color:var(--black);margin-bottom:5px;font-size:.95rem;font-weight:600;line-height:1.4}.scv2-tag{border-radius:999px;align-items:center;gap:3px;padding:2px 8px;font-size:.72rem;font-weight:500;display:inline-flex}.scv2-bottom{justify-content:space-between;align-items:center;display:flex}.scv2-price{align-items:baseline;gap:1px;display:flex}.scv2-rupee{color:var(--black);margin-top:2px;font-size:.85rem;font-weight:600}.scv2-amount{color:var(--black);font-feature-settings:"tnum";font-size:1.25rem;font-weight:800}.scv2-add-btn{background:var(--gold);color:var(--black);cursor:pointer;border:none;border-radius:999px;padding:8px 20px;font-size:.85rem;font-weight:700;transition:all .2s;box-shadow:0 2px 8px #c9a84c4d}.scv2-add-btn:hover{background:var(--gold-light);transform:scale(1.04);box-shadow:0 4px 14px #c9a84c66}.scv2-qty{background:var(--off-white);border:1.5px solid var(--gray-1);border-radius:999px;align-items:center;gap:4px;padding:4px;display:flex}.scv2-qty-btn{width:30px;height:30px;color:var(--black);background:var(--white);border:1.5px solid var(--gray-1);border-radius:50%;justify-content:center;align-items:center;font-size:1rem;font-weight:700;transition:all .2s;display:flex}.scv2-qty-btn.add{background:var(--gold);border-color:var(--gold)}.scv2-qty-btn:hover{opacity:.75}.scv2-qty-count{text-align:center;min-width:22px;color:var(--black);font-size:.95rem;font-weight:700}.scv2-logo-img{object-fit:cover;border-radius:50%;width:28px;height:28px}.scv2-cat-icon{flex-shrink:0;align-items:center;width:16px;height:16px;display:flex}.scv2-cat-icon svg{width:16px;height:16px}.services-cat-dot{border-radius:50%;flex-shrink:0;width:10px;height:10px;display:inline-block}.cat-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:12px;padding:4px 16px 24px;display:grid}.cat-grid-card{background:var(--white);border:1.5px solid var(--gray-1);cursor:pointer;text-align:left;border-radius:16px;flex-direction:column;align-items:flex-start;gap:8px;padding:18px 14px 16px;transition:all .2s;display:flex;position:relative;overflow:hidden}.cat-grid-card:before{content:"";background:var(--cat-accent,var(--gold));opacity:0;height:3px;transition:opacity .2s;position:absolute;top:0;left:0;right:0}.cat-grid-card:hover{border-color:var(--cat-accent,var(--gold));transform:translateY(-2px);box-shadow:0 4px 20px #00000014}.cat-grid-card:hover:before{opacity:1}.cat-grid-card:active{transform:scale(.97)}.cat-grid-icon{background:var(--cat-light,#f5f0e8);width:46px;height:46px;color:var(--cat-accent,var(--gold));border-radius:13px;flex-shrink:0;justify-content:center;align-items:center;transition:background .2s;display:flex}.cat-grid-card:hover .cat-grid-icon{background:var(--cat-accent,var(--gold));color:var(--white)}.cat-grid-name{color:var(--black);font-size:.88rem;font-weight:700;line-height:1.3;font-family:var(--font-heading)}.cat-grid-count{color:var(--gray-3);font-size:.74rem;font-weight:500}.panel-sidebar-brand{border-bottom:1px solid #ffffff14;align-items:center;gap:12px;margin-bottom:12px;padding:20px 16px 16px;display:flex}.panel-logo{object-fit:cover;border:2px solid #c9a84c66;border-radius:50%;flex-shrink:0;width:38px;height:38px}.panel-brand-name{font-family:var(--font-heading);color:var(--gold);font-size:.95rem;font-weight:700;line-height:1.2}.panel-brand-sub{color:var(--gray-3);letter-spacing:.04em;font-size:.68rem}.panel-nav-item{border-radius:var(--radius-sm);color:var(--gray-2);transition:all var(--transition);cursor:pointer;align-items:center;gap:10px;padding:10px 14px;font-size:.875rem;font-weight:500;display:flex}.panel-nav-item:hover{color:var(--white);background:#ffffff0f}.panel-nav-item.active{background:var(--gold);color:var(--black);font-weight:600}.panel-nav-icon{flex-shrink:0;align-items:center;width:18px;height:18px;display:flex}.panel-nav-icon svg{width:100%;height:100%}.panel-user-chip{border-radius:var(--radius-sm);background:#ffffff0d;border:1px solid #ffffff14;align-items:center;gap:10px;margin-bottom:8px;padding:10px 12px;display:flex;overflow:hidden}.panel-user-avatar{background:var(--gold);width:30px;height:30px;color:var(--black);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.85rem;font-weight:700;display:flex}.panel-user-name{color:var(--white);white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;font-weight:600;overflow:hidden}.panel-user-email{color:var(--gray-3);white-space:nowrap;text-overflow:ellipsis;font-size:.68rem;overflow:hidden}.panel-main{min-height:100dvh}.panel-topbar{border-bottom:1px solid var(--gray-1);align-items:center;gap:14px;margin-bottom:24px;padding-bottom:16px;display:flex}.panel-hamburger{border-radius:var(--radius-sm);border:1.5px solid var(--gray-1);background:var(--white);width:38px;height:38px;color:var(--black);justify-content:center;align-items:center;display:none}.panel-topbar-brand{align-items:center;gap:10px;display:flex}.panel-topbar-logo{object-fit:cover;border:1.5px solid #c9a84c4d;border-radius:50%;width:32px;height:32px}.panel-topbar-title{font-family:var(--font-heading);color:var(--black);font-size:1rem;font-weight:700}.panel-topbar-sub{color:var(--gray-3);font-size:.72rem}.panel-page-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:24px;display:flex}.panel-page-title{font-family:var(--font-heading);color:var(--black);font-size:1.4rem;font-weight:700}.panel-page-sub{color:var(--gray-3);margin-top:4px;font-size:.85rem}.panel-stats-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:14px;margin-bottom:28px;display:grid}.panel-stat-card{background:var(--white);border:1px solid var(--gray-1);border-radius:var(--radius-md);transition:box-shadow var(--transition);flex-direction:column;gap:10px;padding:18px;display:flex}.panel-stat-card:hover{box-shadow:var(--shadow-md)}.panel-stat-icon{border-radius:var(--radius-sm);justify-content:center;align-items:center;width:44px;height:44px;display:flex}.panel-stat-icon svg{width:22px;height:22px}.panel-section{margin-bottom:28px}.panel-section-title{font-family:var(--font-heading);color:var(--black);margin-bottom:14px;font-size:1.1rem;font-weight:700}.panel-salon-card{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.panel-salon-icon{border-radius:var(--radius-sm);background:var(--off-white);border:1px solid var(--gray-1);flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}@media (width>=481px) and (width<=900px){.panel-stats-grid{grid-template-columns:repeat(3,1fr)}.services-grid{padding:0 16px}.landing-hero{padding:48px 32px 64px}.landing-card{padding:32px}}@media (width>=901px){body{background:var(--off-white)}.landing-root{border-radius:12px;max-width:600px;min-height:100dvh;margin:0 auto;overflow:hidden;box-shadow:0 0 60px #00000026}.services-root{background:var(--white);max-width:1200px;min-height:100dvh;margin:0 auto;box-shadow:0 0 60px #00000026}.drawer{width:400px;height:100dvh;max-height:100dvh;animation:slideLeft .3s var(--ease) forwards;border-radius:0;margin-left:auto}@keyframes slideLeft{0%{transform:translate(100%)}to{transform:translate(0)}}.drawer-handle{display:none}.panel-hamburger{display:none!important}.panel-topbar-brand{display:none}.panel-stats-grid{grid-template-columns:repeat(4,1fr)}}@media (width<=480px){.panel-stats-grid{grid-template-columns:repeat(2,1fr)}.panel-hamburger,.panel-topbar-brand{display:flex}.services-grid{padding:0 8px}.scv2-name{font-size:.875rem}.scv2-amount{font-size:1.1rem}.otp-digit{width:40px;height:50px}.date-section>div:last-child{flex-direction:column}}@media (width<=360px){.landing-hero-title{font-size:1.7rem}.landing-card{padding:24px 16px}.panel-stats-grid{grid-template-columns:1fr 1fr}.scv2-add-btn{padding:7px 14px;font-size:.8rem}}@media (width<=768px){.panel-hamburger{display:flex}.panel-stats-grid{grid-template-columns:repeat(2,1fr)}.panel-section-title{font-size:1rem}.panel-page-header{flex-direction:column;align-items:flex-start}}@media (width>=1200px){.panel-stats-grid{grid-template-columns:repeat(6,1fr)}.main-content{padding:32px 40px}}.website-root{--ws-bg:#f5f5f5;--ws-surface:#fff;--ws-dark:#161616;--ws-dark-hover:#262626;--ws-red:#e31b23;--ws-red-hover:#c4161d;--ws-text:#1a1a1a;--ws-muted:#666;--ws-border:#e0e0e0;--ws-border-dark:#333;--ws-white:#fff;--ws-radius:16px;--ws-radius-lg:24px;--ws-shadow-sm:0 4px 12px #0000000a;--ws-shadow-md:0 8px 24px #0000000f;background:var(--ws-bg);color:var(--ws-text);min-height:100dvh;font-family:Inter,sans-serif}@keyframes ws-fadeUp{0%{opacity:0;transform:translateY(32px)}to{opacity:1;transform:translateY(0)}}.ws-fade-up{animation:.6s cubic-bezier(.25,1,.5,1) forwards ws-fadeUp}.ws-fade-up-d1{animation:.6s cubic-bezier(.25,1,.5,1) .1s both ws-fadeUp}.ws-fade-up-d2{animation:.6s cubic-bezier(.25,1,.5,1) .2s both ws-fadeUp}.ws-nav-wrapper{z-index:100;background:var(--ws-dark);box-shadow:var(--ws-shadow-sm);justify-content:space-between;align-items:center;height:80px;padding:0 40px;display:flex;position:sticky;top:0}.ws-nav-logo{flex-shrink:0;align-items:center;gap:12px;text-decoration:none;display:flex}.ws-nav-logo img{object-fit:cover;border-radius:50%;width:48px;height:48px}.ws-nav-brand{color:var(--ws-white);letter-spacing:.1em;text-transform:lowercase;font-family:Inter,sans-serif;font-size:1.5rem;font-weight:300}.ws-nav-links{align-items:center;gap:32px;display:flex}.ws-nav-link{color:var(--ws-white);text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:8px;padding:8px;font-size:.85rem;font-weight:500;text-decoration:none;transition:opacity .2s;display:flex}.ws-nav-link:hover,.ws-nav-link.active{opacity:.7}.ws-nav-link svg{color:var(--ws-white)}.ws-mobile-toggle{color:var(--ws-white);cursor:pointer;background:0 0;border:none;display:none}@media (width<=900px){.ws-nav-wrapper{height:70px;padding:0 24px}.ws-nav-links{display:none}.ws-mobile-toggle{display:flex}}.ws-mobile-menu{background:var(--ws-dark);border-top:1px solid var(--ws-border-dark);flex-direction:column;padding:0;display:flex}.ws-mobile-link{border-bottom:1px solid var(--ws-border-dark);color:var(--ws-white);text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:12px;padding:20px 24px;font-size:.9rem;font-weight:500;text-decoration:none;display:flex}.ws-mobile-link:hover,.ws-mobile-link.active{background:var(--ws-dark-hover)}.ws-btn-primary{background:var(--ws-red);color:var(--ws-white);cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:14px 32px;font-size:1rem;font-weight:500;text-decoration:none;transition:background .3s;display:inline-flex}.ws-btn-primary:hover{background:var(--ws-red-hover)}.ws-btn-outline{color:var(--ws-white);cursor:pointer;background:0 0;border:1px solid #fff9;border-radius:4px;justify-content:center;align-items:center;gap:8px;padding:10px 24px;font-size:.85rem;font-weight:400;text-decoration:none;transition:all .3s;display:inline-flex}.ws-btn-outline:hover{border-color:var(--ws-white);background:#ffffff1a}.ws-hero{background:#d9e6e6;align-items:center;height:calc(100vh - 80px);min-height:500px;display:flex;position:relative;overflow:hidden}.ws-hero-bg{background-image:url(https://images.unsplash.com/photo-1600948836101-f9ff5109b30c?q=80&w=2000&auto=format&fit=crop);background-position:50% 20%;background-size:cover;position:absolute;inset:0}.ws-hero-content{z-index:2;max-width:600px;padding:0 5%;position:relative}.ws-hero-title{color:var(--ws-dark);margin-bottom:24px;font-size:clamp(2.5rem,5vw,4rem);font-weight:700;line-height:1.1}.ws-hero-btns{flex-wrap:wrap;gap:16px;display:flex}.ws-hero-dots{justify-content:center;gap:12px;display:flex;position:absolute;bottom:24px;left:0;right:0}.ws-hero-dot{background:#bbb;border-radius:50%;width:10px;height:10px}.ws-hero-dot.active{background:var(--ws-red)}.ws-section{padding:80px 5%}.ws-section-header{margin-bottom:40px}.ws-section-title{color:var(--ws-dark);margin:0;font-size:2rem;font-weight:600;line-height:1.2}.ws-services-section{background:var(--ws-bg);padding:80px 5%}.ws-services-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;display:grid}.ws-service-card{border-radius:var(--ws-radius);border:1px solid var(--ws-border);aspect-ratio:3/4;cursor:pointer;position:relative;overflow:hidden}.ws-service-img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.ws-service-card:hover .ws-service-img{transform:scale(1.05)}.ws-service-card-overlay{text-align:center;background:linear-gradient(#0000 50%,#000c 100%);flex-direction:column;justify-content:flex-end;align-items:center;padding:32px 20px;display:flex;position:absolute;inset:0}.ws-service-card-title{color:var(--ws-white);margin-bottom:16px;font-size:1.5rem;font-weight:500}.ws-callback-section{background:var(--ws-bg);padding:80px 5%}.ws-callback-container{max-width:800px}.ws-form-group{margin-bottom:24px}.ws-form-input{border:2px solid var(--ws-dark);width:100%;color:var(--ws-dark);box-sizing:border-box;background:0 0;border-radius:8px;padding:16px 24px;font-family:Inter,sans-serif;font-size:1rem}.ws-form-input:focus{border-color:var(--ws-red);outline:none}.ws-form-checkbox-row{color:var(--ws-text);align-items:flex-start;gap:12px;margin-bottom:32px;font-size:.95rem;line-height:1.5;display:flex}.ws-form-checkbox-row input[type=checkbox]{width:20px;height:20px;accent-color:var(--ws-red);margin-top:2px}.ws-callback-btn-wrapper{justify-content:center;display:flex}.ws-stats-section{background:var(--ws-bg);padding:80px 5%}.ws-stats-grid{text-align:center;grid-template-columns:repeat(4,1fr);gap:24px;display:grid}@media (width<=900px){.ws-stats-grid{grid-template-columns:repeat(2,1fr);gap:40px}}.ws-stat-item{flex-direction:column;align-items:center;display:flex}.ws-stat-icon{color:var(--ws-dark);margin-bottom:16px;font-size:3rem}.ws-stat-number{color:var(--ws-dark);margin-bottom:4px;font-size:2.2rem;font-weight:700}.ws-stat-label{color:var(--ws-muted);font-size:1.1rem;font-weight:400}.ws-footer{background:var(--ws-dark);color:var(--ws-white)}.ws-footer-top{border-bottom:1px solid var(--ws-border-dark);grid-template-columns:1fr 1fr 1fr 1.5fr;gap:40px;padding:60px 5% 40px;display:grid}@media (width<=900px){.ws-footer-top{grid-template-columns:1fr 1fr}}@media (width<=600px){.ws-footer-top{grid-template-columns:1fr}}.ws-footer-brand{letter-spacing:.1em;align-items:center;gap:12px;margin-bottom:24px;font-size:2rem;font-weight:300;display:flex}.ws-footer-brand img{border-radius:50%;width:40px;height:40px}.ws-footer-app-links{gap:12px;margin-top:24px;display:flex}.ws-footer-app-links img{border:1px solid #fff3;border-radius:8px;height:40px}.ws-footer-heading{margin-bottom:24px;font-size:1.1rem;font-weight:500}.ws-footer-links{flex-direction:column;gap:12px;display:flex}.ws-footer-link{color:#fffc;font-size:.95rem;text-decoration:none;transition:color .2s}.ws-footer-link:hover{color:var(--ws-red)}.ws-footer-contact-row{color:#fffc;align-items:center;gap:16px;margin-bottom:20px;font-size:.95rem;display:flex}.ws-footer-contact-row svg{flex-shrink:0;width:24px;height:24px}.ws-footer-bottom{color:#fff9;justify-content:space-between;align-items:center;padding:24px 5%;font-size:.85rem;display:flex}.ws-footer-bottom-links{flex-wrap:wrap;gap:16px;display:flex}.ws-footer-social{gap:12px;display:flex}.ws-footer-social a{width:40px;height:40px;color:var(--ws-white);border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;transition:background .3s;display:flex}.ws-footer-social a:hover{background:#ffffff1a}.ws-page-header{background:var(--ws-dark);color:var(--ws-white);padding:80px 5%}.ws-page-title{margin-bottom:16px;font-size:2.5rem;font-weight:600}.ws-page-sub{color:#ffffffb3;max-width:600px;font-size:1.1rem;line-height:1.6}.bk-landing-root,.bk-services-root{--bk-bg:#f5f4f0;--bk-surface:#fff;--bk-navy:#082a61;--bk-orange:#e85d04;--bk-gold:#c9a84c;--bk-dark:#161616;--bk-text:#1a1a1a;--bk-muted:#666;--bk-border:#e5e5e5;--bk-radius:14px;--bk-radius-lg:22px;--bk-shadow:0 2px 12px #00000012;--bk-shadow-lg:0 8px 32px #00000021;--bk-font:"Inter", sans-serif;background-color:var(--bk-bg);color:var(--bk-text);font-family:var(--bk-font);min-height:100dvh;position:relative;overflow-x:hidden}@keyframes bk-fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes bk-pulse{0%,to{opacity:1}50%{opacity:.5}}.bk-nav{background:var(--bk-dark);color:#fff;z-index:50;justify-content:space-between;align-items:center;min-height:60px;padding:12px 16px;display:flex;position:sticky;top:0;box-shadow:0 2px 12px #00000040}.bk-nav-brand{cursor:pointer;flex:1;align-items:center;gap:10px;min-width:0;display:flex}.bk-nav-logo{object-fit:cover;border:1.5px solid #c9a84c80;border-radius:50%;flex-shrink:0;width:36px;height:36px}.bk-nav-title{color:#fff;white-space:nowrap;text-overflow:ellipsis;letter-spacing:.02em;font-size:.95rem;font-weight:700;overflow:hidden}.bk-nav-location{color:#ffffff80;align-items:center;gap:3px;margin-top:1px;font-size:.7rem;display:flex}.bk-nav-actions{flex-shrink:0;align-items:center;gap:4px;display:flex}.bk-nav-btn{color:#fffc;cursor:pointer;background:#ffffff14;border:none;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;transition:background .2s;display:flex}.bk-nav-btn:hover{background:#ffffff29}.bk-nav-avatar{background:var(--bk-gold);color:#000;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:.8rem;font-weight:700;display:flex}.bk-hero{text-align:center;background:var(--bk-dark);color:#fff;padding:56px 24px 36px;position:relative;overflow:hidden}.bk-hero-orb1{z-index:0;filter:blur(30px);pointer-events:none;background:radial-gradient(circle,#c9a84c2e 0%,#0000 70%);border-radius:50%;width:220px;height:220px;position:absolute;top:-60px;right:-60px}.bk-hero-orb2{z-index:0;filter:blur(25px);pointer-events:none;background:radial-gradient(circle,#082a6166 0%,#0000 70%);border-radius:50%;width:180px;height:180px;position:absolute;bottom:-30px;left:-40px}.bk-hero-badge{z-index:1;color:var(--bk-gold);letter-spacing:.05em;background:#c9a84c26;border:1px solid #c9a84c4d;border-radius:20px;align-items:center;gap:6px;margin-bottom:18px;padding:5px 14px;font-size:.78rem;font-weight:600;display:inline-flex;position:relative}.bk-hero-title{z-index:1;color:#fff;letter-spacing:-.02em;margin-bottom:14px;font-size:clamp(2rem,6vw,2.8rem);font-weight:800;line-height:1.15;position:relative}.bk-hero-title-accent{background:linear-gradient(90deg, var(--bk-gold), #e8c96c);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;display:block}.bk-hero-desc{z-index:1;color:#fff9;justify-content:center;align-items:center;gap:6px;margin-bottom:24px;font-size:.9rem;display:flex;position:relative}.bk-pills{z-index:1;flex-wrap:wrap;justify-content:center;gap:8px;display:flex;position:relative}.bk-pill{color:#fffc;background:#ffffff12;border:1px solid #ffffff1f;border-radius:20px;flex-shrink:0;align-items:center;gap:6px;padding:7px 13px;font-size:.8rem;font-weight:500;display:inline-flex}.bk-card{background:var(--bk-surface);border-radius:var(--bk-radius-lg);border:1px solid var(--bk-border);box-shadow:var(--bk-shadow-lg);margin:0 16px;padding:28px 24px}.bk-card-header{align-items:center;gap:14px;margin-bottom:24px;display:flex}.bk-card-icon{background:linear-gradient(135deg, var(--bk-navy), #1a4db0);color:#fff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex;box-shadow:0 4px 12px #082a6140}.bk-card-title{color:var(--bk-dark);letter-spacing:-.01em;margin-bottom:3px;font-size:1.2rem;font-weight:700}.bk-card-subtitle{color:var(--bk-muted);font-size:.875rem;line-height:1.4}.bk-phone-wrapper{background:var(--bk-surface);border:1.5px solid var(--bk-border);border-radius:10px;align-items:center;margin-bottom:14px;padding:4px 14px;transition:border-color .2s,box-shadow .2s;display:flex}.bk-phone-wrapper:focus-within{border-color:var(--bk-navy);box-shadow:0 0 0 3px #082a611a}.bk-phone-wrapper.error{background:#fef2f2;border-color:#ef4444}.bk-phone-prefix{color:var(--bk-dark);border-right:1.5px solid var(--bk-border);white-space:nowrap;flex-shrink:0;align-items:center;gap:8px;margin-right:12px;padding-right:12px;font-size:.95rem;font-weight:700;display:flex}.bk-phone-input{color:var(--bk-text);letter-spacing:.05em;background:0 0;border:none;outline:none;flex:1;padding:12px 0;font-size:1.1rem;font-weight:600}.bk-phone-input::placeholder{color:#ccc;letter-spacing:0;font-weight:400}.bk-otp-grid{justify-content:center;gap:10px;margin:20px 0 24px;display:flex}.bk-otp-digit{border:1.5px solid var(--bk-border);text-align:center;width:46px;height:56px;color:var(--bk-dark);caret-color:var(--bk-navy);background:#f9f9f9;border-radius:10px;outline:none;font-size:1.4rem;font-weight:700;transition:border-color .2s,box-shadow .2s,background .2s}.bk-otp-digit:focus{border-color:var(--bk-navy);background:#fff;box-shadow:0 0 0 3px #082a611f}.bk-error-text{color:#ef4444;align-items:center;gap:4px;margin-top:6px;font-size:.8rem;display:flex}.bk-back-btn{color:var(--bk-navy);cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;margin-bottom:16px;padding:4px 0;font-size:.875rem;font-weight:600;display:inline-flex}.bk-resend-btn{color:var(--bk-navy);cursor:pointer;background:0 0;border:none;font-size:.875rem;font-weight:600;text-decoration:underline}.bk-terms{text-align:center;color:var(--bk-muted);margin-top:16px;font-size:.75rem;line-height:1.5}.bk-footer{color:var(--bk-muted);justify-content:center;align-items:center;gap:10px;padding:20px 16px;font-size:.78rem;display:flex}.bk-btn-primary{background:var(--bk-navy);color:#fff;cursor:pointer;letter-spacing:.01em;border:none;border-radius:10px;justify-content:center;align-items:center;gap:10px;width:100%;padding:15px 20px;font-size:1rem;font-weight:700;transition:background .2s,transform .15s;display:flex}.bk-btn-primary:hover:not(:disabled){background:#0a3580;transform:translateY(-1px)}.bk-btn-primary:active:not(:disabled){transform:translateY(0)}.bk-btn-primary:disabled{opacity:.5;cursor:not-allowed}@media (width>=480px){.bk-cat-grid{grid-template-columns:repeat(3,1fr);gap:16px}}@media (width>=640px){.bk-cat-grid{grid-template-columns:repeat(4,1fr);gap:18px}}.bk-cat-card{background:var(--bk-surface);border:1.5px solid var(--bk-border);cursor:pointer;text-align:center;border-radius:16px;flex-direction:column;justify-content:flex-start;align-items:center;gap:10px;min-height:110px;padding:20px 12px 18px;transition:box-shadow .2s,border-color .2s,transform .2s;display:flex;box-shadow:0 1px 4px #0000000f}.bk-cat-name{color:var(--bk-dark);overflow-wrap:break-word;max-width:100%;font-size:.82rem;font-weight:700;line-height:1.3}.bk-cat-count{color:var(--bk-muted);margin-top:-4px;font-size:.72rem;font-weight:500}.bk-welcome{background:linear-gradient(135deg, var(--bk-navy) 0%, #1a4db0 100%);border-radius:var(--bk-radius);color:#fff;justify-content:space-between;align-items:center;margin:14px 16px 0;padding:14px 16px;display:flex;box-shadow:0 4px 16px #082a6133}.bk-welcome-greeting{color:#fff;font-size:.95rem;font-weight:700}.bk-welcome-sub{color:#ffffffa6;margin-top:2px;font-size:.78rem}.bk-repeat-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#ffffff26;border:1px solid #ffffff40;border-radius:20px;flex-shrink:0;align-items:center;gap:5px;padding:7px 14px;font-size:.8rem;font-weight:600;transition:background .2s;display:flex}.bk-repeat-btn:hover{background:#ffffff40}.bk-search-bar{border:1.5px solid var(--bk-border);background:#fff;border-radius:10px;align-items:center;gap:10px;padding:8px 14px;transition:border-color .2s;display:flex}.bk-search-bar:focus-within{border-color:var(--bk-navy);box-shadow:0 0 0 3px #082a6114}.bk-search-bar input{color:var(--bk-text);background:0 0;border:none;outline:none;flex:1;font-size:.9rem}.bk-search-bar input::placeholder{color:#aaa}.bk-cat-section{padding:16px 16px 8px}.bk-cat-label{color:var(--bk-muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:14px;font-size:.72rem;font-weight:700}.bk-cat-grid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}@media (width>=400px){.bk-cat-grid{grid-template-columns:repeat(3,1fr)}}@media (width>=560px){.bk-cat-grid{grid-template-columns:repeat(4,1fr)}}.bk-cat-card{background:var(--bk-surface);border:1px solid var(--bk-border);border-radius:var(--bk-radius);cursor:pointer;text-align:center;box-shadow:var(--bk-shadow);flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:16px 8px;transition:box-shadow .2s,border-color .2s;display:flex}.bk-cat-card:hover{border-color:#082a614d;box-shadow:0 4px 20px #082a611f}.bk-cat-icon-wrap{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.bk-cat-name{color:var(--bk-dark);word-break:break-word;font-size:.78rem;font-weight:700;line-height:1.2}.bk-cat-count{color:var(--bk-muted);margin-top:-2px;font-size:.67rem}.bk-cat-hero{border-radius:var(--bk-radius);color:#fff;align-items:center;gap:14px;margin:12px 16px;padding:16px 20px;display:flex}.bk-cat-hero-icon{background:#ffffff26;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.bk-cat-hero-title{color:#fff;font-size:1.05rem;font-weight:700}.bk-cat-hero-sub{color:#ffffffb3;margin-top:2px;font-size:.8rem}.bk-service-card{background:var(--bk-surface);border:1.5px solid var(--bk-border);border-radius:var(--bk-radius);align-items:center;gap:12px;margin:0 16px 10px;padding:14px 16px;transition:border-color .2s,box-shadow .2s;display:flex;position:relative;overflow:hidden}.bk-service-card.in-cart{border-color:var(--bk-navy);background:#f0f4ff}.bk-service-card:hover{box-shadow:0 4px 16px #00000014}.bk-in-cart-bar{background:var(--bk-navy);border-radius:0 2px 2px 0;width:3px;position:absolute;top:0;bottom:0;left:0}.bk-service-icon-wrap{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex;overflow:hidden}.bk-service-info{flex:1;min-width:0}.bk-service-name{color:var(--bk-dark);white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:600;line-height:1.3;overflow:hidden}.bk-service-tag{border-radius:4px;margin-top:3px;padding:2px 7px;font-size:.68rem;font-weight:600;display:inline-block}.bk-service-bottom{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:6px;display:flex}.bk-service-price{color:var(--bk-dark);letter-spacing:-.01em;font-size:1rem;font-weight:800}.bk-service-price span{color:var(--bk-muted);font-size:.8rem;font-weight:600}.bk-add-btn{background:var(--bk-navy);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:7px;align-items:center;gap:4px;padding:7px 13px;font-size:.8rem;font-weight:700;transition:background .2s;display:flex}.bk-add-btn:hover{background:#0a3580}.bk-qty-controls{background:var(--bk-navy);border-radius:8px;align-items:center;gap:0;display:flex;overflow:hidden}.bk-qty-btn{color:#fff;cursor:pointer;background:#ffffff1a;border:none;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:1rem;font-weight:700;transition:background .15s;display:flex}.bk-qty-btn:hover{background:#fff3}.bk-qty-count{text-align:center;color:#fff;min-width:28px;font-size:.88rem;font-weight:700}.bk-cart-bar{z-index:60;background:var(--bk-dark);color:#fff;border-radius:14px;justify-content:space-between;align-items:center;gap:16px;width:calc(100% - 32px);max-width:560px;padding:14px 16px 14px 20px;display:flex;position:fixed;bottom:16px;left:50%;transform:translate(-50%);box-shadow:0 8px 32px #00000047}.bk-cart-bar-info{flex-direction:column;gap:1px;display:flex}.bk-cart-bar-count{color:#ffffffa6;font-size:.8rem;font-weight:500}.bk-cart-bar-total{color:var(--bk-gold);letter-spacing:-.01em;font-size:1.05rem;font-weight:800}.bk-cart-bar-btn{background:var(--bk-navy);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:10px;align-items:center;gap:6px;padding:10px 18px;font-size:.9rem;font-weight:700;transition:background .2s;display:flex}.bk-cart-bar-btn:hover{background:#0a3580}.bk-drawer-overlay{z-index:100;background:#0000008c;align-items:flex-end;display:flex;position:fixed;inset:0}.bk-drawer{background:#fff;border-top-left-radius:22px;border-top-right-radius:22px;flex-direction:column;width:100%;max-width:600px;max-height:88vh;margin:0 auto;display:flex;overflow:hidden;box-shadow:0 -8px 40px #0000002e}.bk-drawer-header{border-bottom:1px solid #f0f0f0;flex-shrink:0;padding:14px 20px 12px}.bk-drawer-handle{background:#e0e0e0;border-radius:2px;width:36px;height:4px;margin:0 auto 12px}.bk-drawer-title-row{justify-content:space-between;align-items:center;display:flex}.bk-drawer-title{color:var(--bk-dark);align-items:center;gap:8px;margin:0;font-size:1rem;font-weight:700;display:flex}.bk-drawer-close{color:#666;cursor:pointer;background:#f5f5f5;border:none;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;transition:background .15s;display:flex}.bk-drawer-close:hover{background:#ebebeb}.bk-drawer-body{-webkit-overflow-scrolling:touch;flex:1;padding:16px 20px 24px;overflow-y:auto}.bk-drawer-item{border-bottom:1px solid #f5f5f5;align-items:center;gap:12px;padding:12px 0;display:flex}.bk-drawer-item:last-child{border-bottom:none}.bk-drawer-item-name{color:var(--bk-dark);font-size:.9rem;font-weight:600;line-height:1.3}.bk-drawer-item-price{color:var(--bk-muted);margin-top:2px;font-size:.82rem}.bk-drawer-totals{border-top:1px solid #f0f0f0;margin-top:16px;padding-top:16px}.bk-drawer-row{justify-content:space-between;align-items:center;margin-bottom:8px;font-size:.88rem;display:flex}.bk-drawer-grand-total{border-top:2px solid var(--bk-dark);justify-content:space-between;align-items:center;margin-top:12px;padding-top:12px;display:flex}.bk-drawer-grand-label{color:var(--bk-dark);font-size:.95rem;font-weight:700}.bk-drawer-grand-value{color:var(--bk-navy);font-size:1.2rem;font-weight:800}.bk-drawer-checkout-btn{background:var(--bk-navy);color:#fff;cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:10px;width:100%;margin-top:20px;padding:15px;font-size:1rem;font-weight:700;transition:background .2s;display:flex}.bk-drawer-checkout-btn:hover{background:#0a3580}.bk-empty{text-align:center;color:var(--bk-muted);flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:48px 24px;display:flex}.bk-empty h3{color:var(--bk-dark);margin:0;font-size:1.05rem;font-weight:700}.bk-empty p{margin:0;font-size:.875rem}.date-section{background:var(--bk-surface);border-radius:var(--bk-radius);border:1px solid var(--bk-border);padding:20px}.bk-services-desktop-layout{flex-direction:column;min-height:calc(100vh - 60px);display:flex}.bk-sidebar{display:none}.bk-services-main{flex:1;width:100%;min-width:0}.bk-landing-right-col{flex-direction:column;align-items:center;padding:24px 16px 32px;display:flex}@media (width<=380px){.bk-cat-grid{grid-template-columns:repeat(2,1fr);gap:10px}.bk-cat-card{min-height:90px;padding:14px 8px 12px}.bk-otp-grid{gap:7px}.bk-otp-digit{width:40px;height:50px;font-size:1.2rem}}@media (width>=640px){.bk-cat-grid{grid-template-columns:repeat(4,1fr);gap:18px}.bk-card{max-width:500px;margin:0 auto}.bk-cat-section{padding:28px 32px 16px}.bk-cat-label{margin-bottom:24px}.bk-welcome{margin:20px 32px 0}.bk-cat-hero{margin:16px 32px}.bk-service-card{margin:0 32px 12px}.bk-cart-bar{width:calc(100% - 48px);max-width:620px;left:50%;transform:translate(-50%)}.bk-drawer{max-width:520px;margin:0 auto}}@media (width>=1024px){.bk-landing-root{grid-template-rows:auto 1fr;grid-template-columns:55% 45%;min-height:100dvh;display:grid}.bk-nav{grid-column:1/-1;height:68px;padding:0 56px}.bk-hero{text-align:left;flex-direction:column;grid-area:2/1;justify-content:center;align-items:flex-start;height:calc(100dvh - 68px);padding:80px 72px;display:flex;position:sticky;top:68px;overflow:hidden}.bk-hero-title{text-align:left;margin-bottom:20px;font-size:clamp(3rem,4.5vw,4.5rem)}.bk-hero-badge{margin-bottom:32px}.bk-hero-desc{justify-content:flex-start;margin-bottom:32px;font-size:1.05rem}.bk-pills{justify-content:flex-start;gap:10px}.bk-hero-orb1{width:400px;height:400px;top:-100px;right:-100px}.bk-hero-orb2{width:320px;height:320px;bottom:-60px;left:-80px}.bk-landing-right-col{background:#fff;border-left:1px solid #f0f0f0;flex-direction:column;grid-area:2/2;justify-content:center;align-items:center;min-height:calc(100dvh - 68px);padding:60px 56px;display:flex;overflow-y:auto}.bk-card{width:100%;max-width:440px;margin:0;box-shadow:0 4px 24px #00000014}.bk-services-desktop-layout{flex-direction:unset;grid-template-columns:240px 1fr;min-height:calc(100vh - 60px);display:grid}.bk-sidebar{background:#fff;border-right:1px solid #eee;flex-direction:column;height:calc(100vh - 60px);padding:16px 0 32px;display:flex;position:sticky;top:60px;overflow-y:auto}.bk-services-main{background:#f8f9fb;padding-bottom:120px}.bk-cat-grid{grid-template-columns:repeat(3,1fr);gap:20px}.bk-cat-section{padding:32px 36px 16px}.bk-cat-label{margin-bottom:24px;font-size:.78rem}.bk-welcome{margin:24px 36px 0}.bk-cat-hero{margin:20px 36px}.bk-service-card{margin:0 36px 14px}.bk-cat-card{border-radius:18px;gap:12px;min-height:130px;padding:28px 16px 24px}.bk-cat-icon-wrap{border-radius:16px;width:60px;height:60px}.bk-cat-name{font-size:.9rem}.bk-cat-count{font-size:.78rem}.bk-services-grid-desktop{grid-template-columns:1fr 1fr;gap:0;display:grid}.bk-services-grid-desktop .bk-service-card{margin:0 18px 14px}.bk-cart-bar{width:auto;max-width:none;bottom:28px;left:260px;right:20px;transform:none}.bk-drawer-overlay{justify-content:flex-end;align-items:stretch}.bk-drawer{border-radius:0;width:400px;max-width:400px;height:100%;max-height:100vh;margin:0}}@media (width>=1280px){.bk-nav{padding:0 64px}.bk-hero{padding:100px 88px}.bk-landing-right-col{padding:80px 72px}.bk-services-desktop-layout{grid-template-columns:260px 1fr}.bk-cat-grid{grid-template-columns:repeat(4,1fr);gap:22px}.bk-cat-section{padding:36px 40px 20px}.bk-service-card{margin:0 40px 16px}.bk-cart-bar{bottom:32px;left:284px;right:24px}}@media (width>=1440px){.bk-landing-root{grid-template-columns:52% 48%}.bk-services-desktop-layout{grid-template-columns:280px 1fr}.bk-cat-grid{grid-template-columns:repeat(4,1fr);gap:24px}.bk-cat-card{min-height:140px;padding:32px 20px 28px}.bk-cart-bar{left:308px;right:28px}}
