.Navbar-module__NpnVta__nav{z-index:50;border-bottom:1px solid var(--gray-200);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff2;width:100%;position:fixed;top:0}.Navbar-module__NpnVta__container{justify-content:space-between;align-items:center;max-width:1200px;height:64px;margin:0 auto;padding:0 1.5rem;display:flex}.Navbar-module__NpnVta__brand{align-items:center;gap:.75rem;display:flex}.Navbar-module__NpnVta__brandName{color:var(--navy-900);font-size:1.125rem;font-weight:700}.Navbar-module__NpnVta__clientName{color:var(--gray-500);font-size:.875rem;font-weight:500}.Navbar-module__NpnVta__logo{object-fit:cover;border-radius:10px;width:40px;height:40px}
.Hero-module__7HnD1W__hero{text-align:center;background:var(--gray-50);padding:8rem 1.5rem 5rem}.Hero-module__7HnD1W__container{max-width:720px;margin:0 auto}.Hero-module__7HnD1W__badge{text-transform:uppercase;letter-spacing:.05em;color:var(--brand-orange);background:#f9731614;border:1px solid #f9731633;border-radius:9999px;margin-bottom:1.5rem;padding:.375rem 1rem;font-size:.75rem;font-weight:600;display:inline-block}.Hero-module__7HnD1W__title{color:var(--navy-900);margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.1}.Hero-module__7HnD1W__highlight{background:var(--brand-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Hero-module__7HnD1W__subtitle{color:var(--gray-500);max-width:540px;margin:0 auto 2.5rem;font-size:1.125rem;line-height:1.7}@media (max-width:640px){.Hero-module__7HnD1W__title{font-size:2.25rem}.Hero-module__7HnD1W__subtitle{font-size:1rem}}
.ServiceCard-module__QqUtcG__card{text-align:left;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);cursor:pointer;width:100%;box-shadow:var(--shadow-sm);padding:1.25rem;transition:all .2s}.ServiceCard-module__QqUtcG__card:hover{border-color:var(--gray-300);box-shadow:var(--shadow-md)}.ServiceCard-module__QqUtcG__cardSelected{border-color:var(--brand-orange);box-shadow:0 0 0 1px var(--brand-orange);background:#f9731608}.ServiceCard-module__QqUtcG__header{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.ServiceCard-module__QqUtcG__name{color:var(--gray-900);font-size:1rem;font-weight:600}.ServiceCard-module__QqUtcG__duration{color:var(--gray-500);background:var(--gray-100);border-radius:9999px;padding:.2rem .6rem;font-size:.75rem;font-weight:500}.ServiceCard-module__QqUtcG__description{color:var(--gray-500);margin-bottom:.75rem;font-size:.875rem;line-height:1.5}.ServiceCard-module__QqUtcG__price{color:var(--brand-orange);font-size:1.125rem;font-weight:700}
.BookingForm-module__fOdxqG__section{background:var(--white);padding:4rem 1.5rem}.BookingForm-module__fOdxqG__container{max-width:800px;margin:0 auto}.BookingForm-module__fOdxqG__clientName{text-align:center;text-transform:uppercase;letter-spacing:.08em;color:var(--brand-orange);margin-bottom:.5rem;font-size:.8rem;font-weight:600;display:block}.BookingForm-module__fOdxqG__sectionTitle{text-align:center;color:var(--navy-900);margin-bottom:.5rem;font-size:2rem;font-weight:800}.BookingForm-module__fOdxqG__sectionSubtitle{text-align:center;color:var(--gray-500);margin-bottom:2.5rem;font-size:1rem}.BookingForm-module__fOdxqG__steps{justify-content:center;gap:2rem;margin-bottom:2.5rem;display:flex}.BookingForm-module__fOdxqG__step{flex-direction:column;align-items:center;gap:.5rem;display:flex}.BookingForm-module__fOdxqG__stepCircle{background:var(--gray-200);width:40px;height:40px;color:var(--gray-500);border-radius:50%;justify-content:center;align-items:center;font-size:.875rem;font-weight:600;transition:all .3s;display:flex}.BookingForm-module__fOdxqG__stepActive .BookingForm-module__fOdxqG__stepCircle{background:var(--brand-gradient);color:var(--navy-900)}.BookingForm-module__fOdxqG__stepDone .BookingForm-module__fOdxqG__stepCircle{background:var(--success);color:#fff}.BookingForm-module__fOdxqG__stepLabel{color:var(--gray-400);font-size:.75rem;font-weight:500}.BookingForm-module__fOdxqG__stepActive .BookingForm-module__fOdxqG__stepLabel{color:var(--gray-700)}.BookingForm-module__fOdxqG__stepContent{animation:.3s BookingForm-module__fOdxqG__fadeIn}@keyframes BookingForm-module__fOdxqG__fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.BookingForm-module__fOdxqG__stepTitle{color:var(--gray-800);margin-bottom:1.5rem;font-size:1.25rem;font-weight:600}.BookingForm-module__fOdxqG__servicesGrid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem;display:grid}.BookingForm-module__fOdxqG__barbersGrid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;display:grid}.BookingForm-module__fOdxqG__barberCard{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);text-align:center;cursor:pointer;width:100%;box-shadow:var(--shadow-sm);padding:1.5rem;transition:all .2s}.BookingForm-module__fOdxqG__barberCard:hover{border-color:var(--gray-300);box-shadow:var(--shadow-md)}.BookingForm-module__fOdxqG__barberSelected{border-color:var(--brand-orange);box-shadow:0 0 0 1px var(--brand-orange);background:#f9731608}.BookingForm-module__fOdxqG__barberAvatar{background:var(--brand-gradient);width:56px;height:56px;color:var(--navy-900);border-radius:50%;justify-content:center;align-items:center;margin:0 auto .75rem;font-size:1.25rem;font-weight:700;display:flex}.BookingForm-module__fOdxqG__barberName{color:var(--gray-900);margin-bottom:.5rem;font-size:1rem;font-weight:600}.BookingForm-module__fOdxqG__barberSpecialties{flex-wrap:wrap;justify-content:center;gap:.375rem;display:flex}.BookingForm-module__fOdxqG__specialty{background:var(--gray-100);color:var(--gray-500);border-radius:9999px;padding:.2rem .5rem;font-size:.7rem}.BookingForm-module__fOdxqG__dateTimeContainer{grid-template-columns:1fr 1fr;align-items:start;gap:2rem;display:grid}@media (max-width:768px){.BookingForm-module__fOdxqG__dateTimeContainer{grid-template-columns:1fr}.BookingForm-module__fOdxqG__dateField{margin:0 auto}}.BookingForm-module__fOdxqG__calendarContainer{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:1rem}.BookingForm-module__fOdxqG__calendarHeader{color:var(--gray-800);justify-content:space-between;align-items:center;margin-bottom:1rem;font-weight:600;display:flex}.BookingForm-module__fOdxqG__calendarHeader button{cursor:pointer;color:var(--gray-500);background:0 0;border:none;padding:.2rem .5rem;font-size:1.2rem}.BookingForm-module__fOdxqG__calendarHeader button:hover{color:var(--brand-orange)}.BookingForm-module__fOdxqG__calendarGrid{text-align:center;grid-template-columns:repeat(7,1fr);gap:.2rem;display:grid}.BookingForm-module__fOdxqG__calendarDayName{color:var(--gray-400);margin-bottom:.5rem;font-size:.75rem}.BookingForm-module__fOdxqG__calendarDay{border-radius:var(--radius-md);cursor:pointer;color:var(--gray-700);background:0 0;border:1px solid #0000;padding:.5rem;font-size:.875rem;transition:all .2s}.BookingForm-module__fOdxqG__calendarDay:hover:not(:disabled){background:var(--gray-100)}.BookingForm-module__fOdxqG__calendarSelected{background:var(--brand-gradient);color:var(--navy-900);font-weight:600}.BookingForm-module__fOdxqG__calendarPast{color:var(--gray-300);cursor:not-allowed}.BookingForm-module__fOdxqG__dateField{width:100%;max-width:320px}.BookingForm-module__fOdxqG__label{color:var(--gray-700);margin-bottom:.5rem;font-size:.875rem;font-weight:500;display:block}.BookingForm-module__fOdxqG__input{background:var(--white);border:1px solid var(--gray-300);border-radius:var(--radius-md);width:100%;color:var(--gray-800);padding:.75rem 1rem;font-family:inherit;font-size:1rem;transition:border-color .2s}.BookingForm-module__fOdxqG__input:focus{border-color:var(--brand-orange);outline:none;box-shadow:0 0 0 3px #f973161a}.BookingForm-module__fOdxqG__input::placeholder{color:var(--gray-400)}.BookingForm-module__fOdxqG__timeSlots{grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:.5rem;display:grid}.BookingForm-module__fOdxqG__timeSlot{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-md);color:var(--gray-600);text-align:center;cursor:pointer;padding:.625rem;font-size:.875rem;font-weight:500;transition:all .2s}.BookingForm-module__fOdxqG__timeSlot:hover{border-color:var(--gray-400)}.BookingForm-module__fOdxqG__timeSelected{border-color:var(--brand-orange);color:var(--brand-orange);background:#f973160d;font-weight:600}.BookingForm-module__fOdxqG__timeDisabled{opacity:.4;cursor:not-allowed;background:var(--gray-50);color:var(--gray-400);border-color:var(--gray-200)}.BookingForm-module__fOdxqG__formFields{flex-direction:column;gap:1.25rem;display:flex}.BookingForm-module__fOdxqG__field{flex-direction:column;display:flex}.BookingForm-module__fOdxqG__summary{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius-lg);margin-top:.5rem;padding:1.25rem}.BookingForm-module__fOdxqG__summaryTitle{color:var(--gray-700);border-bottom:1px solid var(--gray-200);margin-bottom:1rem;padding-bottom:.75rem;font-size:.875rem;font-weight:600}.BookingForm-module__fOdxqG__summaryRow{justify-content:space-between;padding:.5rem 0;display:flex}.BookingForm-module__fOdxqG__summaryLabel{color:var(--gray-500);font-size:.875rem}.BookingForm-module__fOdxqG__summaryValue{color:var(--gray-800);font-size:.875rem;font-weight:500}.BookingForm-module__fOdxqG__summaryTotal{border-top:1px solid var(--gray-200);margin-top:.5rem;padding-top:.75rem}.BookingForm-module__fOdxqG__summaryPrice{color:var(--brand-orange);font-size:1.125rem;font-weight:700}.BookingForm-module__fOdxqG__nav{border-top:1px solid var(--gray-200);align-items:center;margin-top:2rem;padding-top:1.5rem;display:flex}.BookingForm-module__fOdxqG__navSpacer{flex:1}.BookingForm-module__fOdxqG__btnPrimary{border-radius:var(--radius-md);background:var(--brand-gradient);color:var(--navy-900);padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;transition:all .2s}.BookingForm-module__fOdxqG__btnPrimary:hover:not(:disabled){opacity:.9}.BookingForm-module__fOdxqG__btnPrimary:disabled{opacity:.4;cursor:not-allowed}.BookingForm-module__fOdxqG__btnSecondary{border-radius:var(--radius-md);background:var(--gray-100);color:var(--gray-700);padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;transition:all .2s}.BookingForm-module__fOdxqG__btnSecondary:hover{background:var(--gray-200)}.BookingForm-module__fOdxqG__successCard{text-align:center;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-xl);max-width:500px;box-shadow:var(--shadow-lg);margin:0 auto;padding:3rem 2rem}.BookingForm-module__fOdxqG__successIcon{background:var(--success);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1.5rem;font-size:1.75rem;font-weight:700;display:flex}.BookingForm-module__fOdxqG__successTitle{color:var(--gray-900);margin-bottom:1rem;font-size:1.5rem;font-weight:700}.BookingForm-module__fOdxqG__successText{color:var(--gray-600);margin-bottom:.5rem;font-size:1rem;line-height:1.7}.BookingForm-module__fOdxqG__successSubtext{color:var(--gray-400);margin-bottom:2rem;font-size:.875rem}@media (max-width:640px){.BookingForm-module__fOdxqG__steps{gap:1rem}.BookingForm-module__fOdxqG__stepLabel{display:none}.BookingForm-module__fOdxqG__servicesGrid{grid-template-columns:1fr}}.BookingForm-module__fOdxqG__muted{color:var(--color-slate-500,#64748b);text-align:center;width:100%;padding:1rem 0}.BookingForm-module__fOdxqG__warning{color:#ef4444;text-align:center;width:100%;padding:1rem;font-size:.9rem}.BookingForm-module__fOdxqG__errorBox{color:#ef4444;text-align:center;background:#ffebee;border:1px solid #ffcdd2;border-radius:8px;margin-bottom:1rem;padding:.75rem;font-size:.9rem}.BookingForm-module__fOdxqG__calendarLink{margin-bottom:.75rem;display:inline-block}
.Footer-module__q7ZRWa__footer{border-top:1px solid var(--gray-200);background:var(--gray-50);margin-top:auto;padding:2rem 1.5rem}.Footer-module__q7ZRWa__container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;display:flex}.Footer-module__q7ZRWa__brand{align-items:center;gap:.5rem;display:flex}.Footer-module__q7ZRWa__brandName{color:var(--gray-500);font-size:.875rem;font-weight:600}.Footer-module__q7ZRWa__copy{color:var(--gray-400);font-size:.75rem}.Footer-module__q7ZRWa__suresell{color:var(--brand-orange);font-weight:600}@media (max-width:640px){.Footer-module__q7ZRWa__container{text-align:center;flex-direction:column;gap:1rem}}
