.mdp-container{position:relative;width:100%}.mdp-input{display:flex;align-items:center;gap:10px;padding:0 16px;height:52px;background:#fff;border:1.5px solid #867cd7;border-radius:14px;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1)}.mdp-input:hover{border-color:#7468c8;box-shadow:0 0 0 3px rgba(134,124,215,.1)}.mdp-input:focus-within{border-color:#7468c8;box-shadow:0 0 0 4px rgba(134,124,215,.15)}.mdp-input-icon{color:#867cd7;flex-shrink:0;width:18px;height:18px}.mdp-input-field{flex:1 1;border:none;outline:none;background:transparent;font-size:.88rem;color:#2c2724;cursor:pointer;font-weight:500;letter-spacing:.4px}.mdp-input-field::placeholder{color:#b5aca6;font-weight:400}.mdp-clear-btn{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border:none;background:#f5f0ed;border-radius:50%;color:#9e928a;font-size:.7rem;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);flex-shrink:0}.mdp-clear-btn:hover{background:#e8604c;color:#fff;transform:scale(1.1)}.mdp-dropdown{position:absolute;top:calc(100% + 8px);left:50%;transform:translateX(-50%);z-index:9999;width:340px;background:#fff;border-radius:20px;box-shadow:0 24px 80px rgba(44,39,36,.12),0 8px 24px rgba(44,39,36,.06),0 0 0 1px rgba(44,39,36,.03);overflow:hidden;animation:mdpReveal .3s cubic-bezier(.34,1.56,.64,1)}@keyframes mdpReveal{0%{opacity:0;transform:translateX(-50%) translateY(-12px) scale(.95)}to{opacity:1;transform:translateX(-50%) translateY(0) scale(1)}}.mdp-header{justify-content:space-between;padding:16px 16px 8px}.mdp-header,.mdp-nav-btn{display:flex;align-items:center}.mdp-nav-btn{justify-content:center;width:36px;height:36px;border:none;background:transparent;border-radius:12px;color:#8a7e76;font-size:1.15rem;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1)}.mdp-nav-btn:hover{background:#f5f0ed;color:#c48b6c;transform:scale(1.05)}.mdp-nav-btn:active{transform:scale(.95)}.mdp-header-title{border:none;background:none;font-size:.92rem;font-weight:700;color:#2c2724;cursor:pointer;padding:6px 16px;border-radius:10px;transition:all .2s cubic-bezier(.4,0,.2,1);letter-spacing:-.3px}.mdp-header-title:hover{background:#faf7f5;color:#c48b6c}.mdp-weekdays{display:grid;grid-template-columns:repeat(7,1fr);padding:4px 14px 0;margin-bottom:2px}.mdp-weekday{text-align:center;font-size:.68rem;font-weight:700;color:#c4b8b0;padding:6px 0;letter-spacing:.8px;text-transform:uppercase}.mdp-days{display:grid;grid-template-columns:repeat(7,1fr);grid-gap:3px;gap:3px;padding:2px 14px 14px}.mdp-day{display:flex;align-items:center;justify-content:center;width:100%;aspect-ratio:1;border:none;background:transparent;border-radius:14px;font-size:.82rem;font-weight:500;color:#3d3530;cursor:pointer;transition:all .18s cubic-bezier(.4,0,.2,1);position:relative}.mdp-day:hover:not(.mdp-day-disabled):not(.mdp-day-selected){background:#faf7f5;color:#c48b6c;transform:scale(1.08)}.mdp-day:active:not(.mdp-day-disabled):not(.mdp-day-selected){transform:scale(.94)}.mdp-day-outside{color:#ddd6d0}.mdp-day-outside:hover:not(.mdp-day-disabled){color:#b5aca6;background:#fdfcfb}.mdp-day-today{color:#c48b6c;font-weight:700;background:transparent}.mdp-day-today:after{content:"";position:absolute;bottom:5px;left:50%;transform:translateX(-50%);width:4px;height:4px;border-radius:50%;background:#c48b6c}.mdp-day-selected{background:linear-gradient(135deg,#c48b6c,#d4a08a)!important;color:#fff!important;font-weight:700;box-shadow:0 4px 16px hsla(21,43%,60%,.35);transform:scale(1.05)}.mdp-day-selected:after{display:none}.mdp-day-selected:hover{transform:scale(1.08)!important;box-shadow:0 6px 20px hsla(21,43%,60%,.4)}.mdp-day-disabled{color:#ece7e3;cursor:not-allowed;pointer-events:none}.mdp-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:6px;gap:6px;padding:6px 14px 18px}.mdp-grid-cell{display:flex;align-items:center;justify-content:center;height:46px;border:none;background:transparent;border-radius:12px;font-size:.84rem;font-weight:500;color:#3d3530;cursor:pointer;transition:all .18s cubic-bezier(.4,0,.2,1)}.mdp-grid-cell:hover{background:#faf7f5;color:#c48b6c;transform:scale(1.04)}.mdp-grid-cell:active{transform:scale(.96)}.mdp-grid-cell-active{background:linear-gradient(135deg,#c48b6c,#d4a08a)!important;color:#fff!important;font-weight:700;box-shadow:0 4px 14px hsla(21,43%,60%,.3)}.mdp-grid-cell-active:hover{transform:scale(1.06);box-shadow:0 6px 18px hsla(21,43%,60%,.35)}.mdp-grid-cell-today{color:#c48b6c;font-weight:700;position:relative}.mdp-grid-cell-today:after{content:"";position:absolute;bottom:8px;left:50%;transform:translateX(-50%);width:4px;height:4px;border-radius:50%;background:#c48b6c}.mdp-grid-cell-active.mdp-grid-cell-today:after{background:#fff}.mdp-footer{display:flex;justify-content:center;padding:0 14px 14px}.mdp-footer-btn{border:1.5px solid #ece7e3;background:transparent;color:#8a7e76;font-size:.78rem;font-weight:600;padding:7px 24px;border-radius:10px;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);letter-spacing:.2px}.mdp-footer-btn:hover{background:linear-gradient(135deg,#c48b6c,#d4a08a);color:#fff;border-color:transparent;box-shadow:0 4px 12px hsla(21,43%,60%,.25)}.mdp-footer-btn:active{transform:scale(.97)}@media (max-width:400px){.mdp-dropdown{width:calc(100vw - 32px);left:50%;transform:translateX(-50%)}@keyframes mdpReveal{0%{opacity:0;transform:translateX(-50%) translateY(-12px) scale(.95)}to{opacity:1;transform:translateX(-50%) translateY(0) scale(1)}}}:root{--bp-brand:#a07cc5;--bp-brand-deep:#8b6bb5;--bp-brand-dark:#6b4f96;--bp-brand-light:#ede9fb;--bp-accent:#d16b86;--bp-accent-light:rgba(209,107,134,.1);--bp-gold:#c9a955;--bp-text:#2d3047;--bp-muted:#6b7280;--bp-bg:#f8f7fc;--bp-transition:0.28s cubic-bezier(0.25,0.46,0.45,0.94)}.beautyplan-hero-section{position:relative;padding:6rem 0 3.5rem;overflow:hidden;background:linear-gradient(155deg,#f4effc,#ece4f8 35%,#e2d8f2 60%,#dbd0ee)}.beautyplan-hero-bg{position:absolute;inset:0;background:radial-gradient(ellipse 55% 45% at 75% 25%,rgba(160,124,197,.14) 0,transparent 60%),radial-gradient(ellipse 45% 55% at 25% 75%,rgba(209,107,134,.08) 0,transparent 50%),radial-gradient(ellipse 30% 30% at 50% 50%,rgba(201,169,85,.04) 0,transparent 40%);pointer-events:none}.beautyplan-hero-inner{position:relative;text-align:center;max-width:640px;margin:0 auto}.beautyplan-hero-badge{display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--bp-brand);background:rgba(160,124,197,.1);border:1px solid rgba(160,124,197,.2);padding:.35rem 1.1rem;border-radius:100px;margin-bottom:1.25rem}.beautyplan-hero-title{font-size:2.6rem;font-weight:800;color:var(--bp-text);letter-spacing:-.02em;line-height:1.15;margin-bottom:.8rem}.beautyplan-hero-desc{font-size:1.05rem;color:var(--bp-muted);line-height:1.65;margin:0}@media (max-width:991.98px){.beautyplan-hero-section{padding:5rem 0 2.5rem}.beautyplan-hero-title{font-size:2rem}}@media (max-width:767.98px){.beautyplan-hero-section{padding:4rem 0 2rem}.beautyplan-hero-title{font-size:1.5rem}.beautyplan-hero-desc{font-size:.88rem}}@media (max-width:575.98px){.beautyplan-hero-title{font-size:1.25rem}.beautyplan-hero-desc{font-size:.82rem}}.beautyplan-steps-section{background:#fefcfc;padding:2.5rem 0 0}.beautyplan-steps-grid{display:flex;align-items:flex-start;justify-content:center;gap:0}.beautyplan-step-card{position:relative;text-align:center;padding:1rem 1.25rem;flex:0 1 180px}.beautyplan-step-number{position:absolute;top:.5rem;right:.75rem;font-size:.65rem;font-weight:800;color:var(--bp-brand);background:var(--bp-brand-light);width:22px;height:22px;border-radius:50%;line-height:1}.beautyplan-step-icon,.beautyplan-step-number{display:flex;align-items:center;justify-content:center}.beautyplan-step-icon{width:48px;height:48px;border-radius:14px;background:linear-gradient(135deg,rgba(160,124,197,.1),rgba(209,107,134,.08));margin:0 auto .75rem;transition:var(--bp-transition)}.beautyplan-step-icon i{font-size:1.25rem;color:var(--bp-brand)}.beautyplan-step-card:hover .beautyplan-step-icon{background:linear-gradient(135deg,var(--bp-brand),var(--bp-brand-deep));transform:translateY(-2px);box-shadow:0 6px 20px rgba(160,124,197,.25)}.beautyplan-step-card:hover .beautyplan-step-icon i{color:#fff}.beautyplan-step-title{font-size:.82rem;font-weight:700;color:var(--bp-text);margin-bottom:.3rem;line-height:1.3}.beautyplan-step-desc{font-size:.65rem;color:var(--bp-muted);line-height:1.45;margin:0}.beautyplan-step-connector{display:flex;align-items:center;padding-top:1.5rem;flex-shrink:0}@media (max-width:767.98px){.beautyplan-steps-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:.5rem;gap:.5rem}.beautyplan-step-connector{display:none}.beautyplan-step-card{padding:.75rem;flex:none;background:var(--bp-bg);border-radius:12px}.beautyplan-step-icon{width:40px;height:40px;border-radius:12px;margin-bottom:.5rem}.beautyplan-step-icon i{font-size:1.1rem}.beautyplan-step-title{font-size:.75rem}.beautyplan-step-desc{font-size:.6rem}}.beautyplan-form-card{border-radius:20px!important;overflow:visible}.beautyplan-hero{position:relative}.beautyplan-hero h1{font-weight:600}.beautyplan-hero .lead{color:hsla(0,0%,100%,.9)}@media (max-width:991.98px){.beautyplan-hero h1{font-size:2rem}.beautyplan-hero .lead{font-size:.95rem}}@media (max-width:767.98px){.beautyplan-hero .container{padding-left:10%;padding-right:10%}.beautyplan-hero h1{font-size:1.1rem;white-space:nowrap}.beautyplan-hero .lead{font-size:.75rem;line-height:1.5}}@media (max-width:575.98px){.beautyplan-hero .container{padding-left:10%;padding-right:10%}.beautyplan-hero h1{font-size:.95rem}.beautyplan-hero .lead{font-size:.7rem}}@media (max-width:767.98px){.beautyplan-form-section .container{padding-left:.75rem;padding-right:.75rem}.beautyplan-form-section .card-body{padding:1rem}.beautyplan-form-section .card-header{padding:.75rem 1rem}.beautyplan-form-section .row.g-3{--bs-gutter-x:0.5rem;--bs-gutter-y:0.5rem}.beautyplan-form-section .d-flex.flex-wrap.gap-2{flex-wrap:nowrap!important;gap:.5rem!important}.beautyplan-form-section .d-flex.flex-wrap.gap-2 button{min-width:auto!important;padding:6px 12px!important;font-size:12px!important;flex:1 1}}@media (max-width:575.98px){.beautyplan-form-section .card-body{padding:.75rem}.beautyplan-form-section .card-header{padding:.5rem .75rem}.beautyplan-form-section .photo-box-inner{border-radius:10px!important}.beautyplan-form-section .photo-box-icon{width:28px!important;height:28px!important;font-size:14px!important}}.beautyplan-form-section .col-6.col-md-3 button{aspect-ratio:1/1!important;width:100%!important;height:auto!important;min-height:unset!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:8px!important;padding:12px!important;border-radius:16px!important;overflow:hidden!important}.beautyplan-form-section .col-6.col-md-3 button>div:first-child{flex-shrink:0!important;display:flex!important;align-items:center!important;justify-content:center!important;margin-bottom:0!important}.beautyplan-form-section .col-6.col-md-3 button .mb-3,.beautyplan-form-section .col-6.col-md-3 button>div:first-child span{margin-bottom:0!important}.beautyplan-form-section .col-6.col-md-3 button .mb-3 span{font-size:2.5rem!important;line-height:1!important}.beautyplan-form-section .col-6.col-md-3 button .fw-semibold{flex-shrink:0!important;text-align:center!important;font-size:14px!important;font-weight:600!important;line-height:1.3!important;max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important}@media (max-width:767.98px){.beautyplan-form-section .col-6.col-md-3 button{border-radius:12px!important;gap:6px!important;padding:10px!important}.beautyplan-form-section .col-6.col-md-3 button .mb-3 span{font-size:2rem!important}.beautyplan-form-section .col-6.col-md-3 button .fw-semibold{font-size:13px!important}}@media (max-width:575.98px){.beautyplan-form-section .col-6.col-md-3 button{border-radius:10px!important;gap:4px!important;padding:8px!important}.beautyplan-form-section .col-6.col-md-3 button .mb-3 span{font-size:1.75rem!important}.beautyplan-form-section .col-6.col-md-3 button .fw-semibold{font-size:12px!important;line-height:1.25!important}}.completion-preview .alert{border-radius:12px}.completion-preview .alert h4{font-size:1.1rem}.completion-preview .alert h5{font-size:1rem}.completion-preview .alert p{font-size:.9rem;line-height:1.5}.completion-preview .card-title{font-size:1rem}.completion-preview .card-body p{font-size:.85rem}@media (max-width:767.98px){.completion-preview .alert{padding:1rem;border-radius:10px}.completion-preview .alert h4{font-size:.95rem;margin-bottom:.5rem!important}.completion-preview .alert h5{font-size:.9rem;margin-bottom:.5rem!important}.completion-preview .alert p{font-size:.8rem;line-height:1.4;margin-bottom:.25rem!important}.completion-preview .alert .fw-semibold{font-size:.8rem}.completion-preview .alert .btn{font-size:.75rem;padding:.4rem .8rem}.completion-preview .card{border-radius:10px}.completion-preview .card-body{padding:1rem}.completion-preview .card-title{font-size:.9rem}.completion-preview .card-body p{font-size:.75rem;line-height:1.4}.completion-preview .btn-lg{font-size:.85rem!important;padding:.5rem 1rem!important}}@media (max-width:575.98px){.completion-preview .alert{padding:.75rem}.completion-preview .alert h4{font-size:.85rem}.completion-preview .alert h5{font-size:.8rem}.completion-preview .alert p{font-size:.75rem;line-height:1.35}.completion-preview .alert .fw-semibold{font-size:.75rem}.completion-preview .card-title{font-size:.85rem}.completion-preview .card-body p{font-size:.7rem}.completion-preview .btn-lg{font-size:.8rem!important;padding:.4rem .75rem!important}.completion-preview .spinner-border{width:2rem;height:2rem}}.photo-box-wrapper:hover .photo-box-inner{transform:translateY(-2px);box-shadow:0 4px 12px rgba(96,93,186,.15)!important}.photo-box-wrapper:hover .photo-box-icon{transform:scale(1.1)}.photo-box-icon{transition:transform .2s ease}.photo-box-inner{transition:all .3s ease!important}