:root {
  --verde: #1D6B4F;
  --verde-claro: #2D9E75;
  --verde-palido: #E8F5EE;
  --verde-menta: #B8DFD0;
  --tierra: #C4956A;
  --tierra-claro: #F5EDE4;
  --crema: #FAF7F2;
  --carbon: #1C1C1C;
  --gris: #6B6B6B;
  --gris-claro: #E8E4DD;
  --blanco: #FFFFFF;
  --radio: 16px;
  --radio-lg: 24px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Outfit', sans-serif;
  background: var(--crema);
  color: var(--carbon);
  min-height: 100vh;
}

h1, h2, h3 { font-family: 'Playfair Display', serif; line-height: 1.15; }

/* ── NAV ── */
nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 4rem;
  background: rgba(250, 247, 242, .94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--gris-claro);
}

.nav-logo {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  color: var(--verde);
  font-weight: 500;
}

.nav-logo span { font-style: italic; color: var(--tierra); }

.nav-back {
  font-size: 13px;
  font-weight: 500;
  color: var(--gris);
  text-decoration: none;
  transition: color .2s;
}

.nav-back:hover { color: var(--verde); }

/* ── LAYOUT ── */
.page-wrap {
  display: grid;
  grid-template-columns: 320px 1fr;
  min-height: calc(100vh - 65px);
  margin-top: 65px;
}

/* ── MOBILE SUMMARY ── */
.mobile-summary {
  display: none;
  background: var(--carbon);
  color: white;
  padding: 12px 16px;
  position: sticky;
  top: 65px;
  z-index: 50;
}

.mobile-summary-content {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}

.mobile-summary-icon { font-size: 20px; }

.mobile-summary-text {
  font-size: 13px;
  font-weight: 500;
}

.mobile-summary-seña {
  font-size: 11px;
  color: rgba(255,255,255,.6);
}

.mobile-summary-seña strong {
  color: var(--tierra);
}

/* ── LEFT PANEL ── */
.left-panel {
  background: var(--carbon);
  color: white;
  padding: 3rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  position: sticky;
  top: 65px;
  max-height: calc(100vh - 65px);
  overflow-y: auto;
}

.left-prof {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.left-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--verde);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  color: white;
  flex-shrink: 0;
  font-weight: 500;
}

.left-name {
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  color: white;
  font-weight: 500;
}

.left-subtitle {
  font-size: 11px;
  color: rgba(255, 255, 255, .45);
  margin-top: 2px;
  font-weight: 300;
}

.left-sec {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .35);
  margin-bottom: .8rem;
}

.left-svc {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 11px;
  background: rgba(255, 255, 255, .06);
  margin-bottom: 6px;
  transition: all .2s;
  cursor: pointer;
  border: 1px solid transparent;
}

.left-svc:hover, .left-svc.sel {
  background: rgba(255, 255, 255, .12);
  border-color: rgba(255, 255, 255, .15);
}

.left-svc-icon { font-size: 18px; flex-shrink: 0; }

.left-svc-name {
  font-size: 12px;
  color: white;
  font-weight: 500;
}

.left-svc-dur {
  font-size: 10px;
  color: rgba(255, 255, 255, .35);
}

.seña-box {
  background: rgba(196, 149, 106, .12);
  border: 1px solid rgba(196, 149, 106, .25);
  border-radius: 11px;
  padding: 12px 14px;
  font-size: 12px;
  color: rgba(255, 255, 255, .65);
  line-height: 1.6;
  font-weight: 300;
}

.seña-box strong {
  color: var(--tierra);
  font-weight: 500;
}

.left-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: auto;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, .08);
}

.left-info-item {
  font-size: 12px;
  color: rgba(255, 255, 255, .5);
  line-height: 1.5;
  font-weight: 300;
  display: flex;
  align-items: center;
  gap: 8px;
}

.left-info-item .icon {
  width: 14px;
  height: 14px;
  opacity: .7;
}

/* ── ICONS ── */
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  vertical-align: middle;
}
.icon-instagram { -webkit-mask-image: url('/icons/instagram.svg'); mask-image: url('/icons/instagram.svg'); }
.icon-tiktok { -webkit-mask-image: url('/icons/tiktok.svg'); mask-image: url('/icons/tiktok.svg'); }
.icon-whatsapp { -webkit-mask-image: url('/icons/whatsapp.svg'); mask-image: url('/icons/whatsapp.svg'); }
.icon-location { -webkit-mask-image: url('/icons/location.svg'); mask-image: url('/icons/location.svg'); }
.icon-phone { -webkit-mask-image: url('/icons/phone.svg'); mask-image: url('/icons/phone.svg'); }

/* ── LEFT SUMMARY ── */
.left-summary {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.summary-item {
  font-size: 12px;
  color: rgba(255, 255, 255, .7);
  padding: 6px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.summary-item:empty {
  display: none;
}

.summary-icon {
  font-size: 16px;
}

.summary-text {
  font-weight: 500;
  color: white;
}

/* ── RIGHT PANEL ── */
.right-panel {
  padding: 3.5rem 4rem;
  background: white;
}

/* ── LOADING ── */
.loading {
  text-align: center;
  padding: 4rem 2rem;
  color: var(--gris);
}

.spinner {
  width: 40px;
  height: 40px;
  border: 3px solid var(--gris-claro);
  border-top-color: var(--verde);
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 0 auto 1rem;
}

.spinner-small {
  width: 16px;
  height: 16px;
  border: 2px solid var(--gris-claro);
  border-top-color: var(--verde);
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

.loading-inline {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--gris);
  font-size: 13px;
  margin-bottom: 1rem;
}

.error-msg {
  background: #FEE2E2;
  border: 1px solid #FECACA;
  color: #DC2626;
  padding: 12px 16px;
  border-radius: var(--radio);
  font-size: 13px;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.error-close {
  background: none;
  border: none;
  color: #DC2626;
  font-size: 20px;
  cursor: pointer;
  padding: 0 4px;
  line-height: 1;
  opacity: .7;
}

.error-close:hover {
  opacity: 1;
}

.no-slots {
  text-align: center;
  padding: 2rem;
  color: var(--gris);
  font-size: 13px;
  background: var(--crema);
  border-radius: var(--radio);
}

/* ── STEPPER ── */
.stepper {
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
  flex-wrap: wrap;
  gap: 8px;
}

.step-num {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  border: 2px solid var(--gris-claro);
  color: var(--gris);
  flex-shrink: 0;
  transition: all .3s;
}

.step-num.act {
  background: var(--verde);
  border-color: var(--verde);
  color: white;
}

.step-num.done {
  background: var(--verde-palido);
  border-color: var(--verde-menta);
  color: var(--verde);
}

.step-lbl {
  font-size: 11px;
  color: var(--gris);
  margin-left: 4px;
  font-weight: 400;
}

.step-lbl.act {
  color: var(--carbon);
  font-weight: 600;
}

.step-line {
  flex: 1;
  height: 2px;
  background: var(--gris-claro);
  margin: 0 10px;
  transition: background .3s;
  min-width: 30px;
}

.step-line.done { background: var(--verde-menta); }

/* ── PASOS ── */
.paso { display: none; }
.paso.active { display: block; animation: fadeIn .3s ease; }

@keyframes fadeIn { from { opacity: .8; } to { opacity: 1; } }

.paso-h {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  color: var(--carbon);
  margin-bottom: .5rem;
  font-weight: 500;
}

.paso-sub {
  font-size: 14px;
  color: var(--gris);
  margin-bottom: 2.5rem;
  font-weight: 300;
  line-height: 1.6;
}

/* ── SERVICES GRID ── */
.svcs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 2.5rem;
}

.svc-opt {
  border: 2px solid var(--gris-claro);
  border-radius: var(--radio);
  padding: 1.4rem;
  cursor: pointer;
  transition: all .2s;
  background: white;
}

.svc-opt:hover {
  border-color: var(--verde-menta);
  background: var(--verde-palido);
}

.svc-opt.sel {
  border-color: var(--verde);
  background: var(--verde-palido);
}

.svc-opt:focus {
  outline: 2px solid var(--verde);
  outline-offset: 2px;
}

.svc-opt:focus:not(:focus-visible) {
  outline: none;
}

.svc-opt:focus-visible {
  outline: 2px solid var(--verde);
  outline-offset: 2px;
}

.svc-icon {
  font-size: 28px;
  margin-bottom: .7rem;
}

.svc-name {
  font-size: 15px;
  font-weight: 600;
  color: var(--carbon);
  margin-bottom: .4rem;
}

.svc-meta {
  display: flex;
  align-items: center;
  gap: 8px;
}

.svc-dur {
  font-size: 12px;
  color: var(--gris);
  font-weight: 300;
}

.svc-price {
  font-size: 12px;
  color: var(--verde);
  font-weight: 600;
}

.svc-price::before {
  content: '·';
  margin-right: 8px;
  color: var(--gris-claro);
}

/* ── DATE TIME GRID ── */
.date-time-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

@media (min-width: 768px) {
  .date-time-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
  }
}

.calendar-section {
  min-width: 0;
}

.time-section {
  min-width: 0;
}

.time-section-header {
  margin-bottom: 1rem;
}

.selected-date-label {
  font-size: 14px;
  font-weight: 600;
  color: var(--verde);
  margin-top: 4px;
}

.hrs-group {
  margin-bottom: 1.5rem;
}

.hrs-group:last-child {
  margin-bottom: 0;
}

.hrs-group-label {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--gris);
  margin-bottom: .6rem;
}

/* ── CALENDAR ── */
.cal-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.cal-btn {
  padding: 8px 16px;
  border: 1px solid var(--gris-claro);
  border-radius: 9px;
  background: white;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  transition: all .2s;
}

.cal-btn:hover {
  background: var(--verde-palido);
  border-color: var(--verde-menta);
}

.cal-title {
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  color: var(--carbon);
  font-weight: 500;
}

.cal-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
  margin-bottom: 2rem;
}

.cal-dh {
  text-align: center;
  font-size: 10px;
  font-weight: 600;
  color: var(--gris);
  padding: 8px 0;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.cal-d {
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  font-size: 13px;
  cursor: pointer;
  transition: all .15s;
  border: 1.5px solid transparent;
  background: white;
  font-weight: 500;
  position: relative;
  gap: 2px;
}

.cal-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--verde);
  position: absolute;
  bottom: 4px;
}

.cal-d:hover {
  background: var(--verde-palido);
  border-color: var(--verde-menta);
}

.cal-d:focus {
  outline: 2px solid var(--verde);
  outline-offset: 2px;
}

.cal-d:focus:not(:focus-visible) {
  outline: none;
}

.cal-d:focus-visible {
  outline: 2px solid var(--verde);
  outline-offset: 2px;
}

.cal-d.avail {
  background: var(--verde-palido);
}

.cal-d.sel {
  background: var(--verde);
  color: white;
  border-color: var(--verde);
}

.cal-d.sel .cal-dot {
  background: white;
}

.cal-d.dis {
  color: var(--gris-claro);
  cursor: not-allowed;
  pointer-events: none;
  background: transparent;
}

.cal-d.today {
  border-color: var(--verde);
  font-weight: 600;
}

.cal-d.empty { pointer-events: none; background: transparent; }

/* ── HORARIOS ── */
.hrs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.hr-btn {
  padding: 10px 8px;
  text-align: center;
  border: 1.5px solid var(--gris-claro);
  border-radius: 10px;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  background: white;
  transition: all .15s;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}

.hr-time {
  font-weight: 600;
  font-size: 14px;
}

.hr-end {
  font-size: 10px;
  color: var(--gris);
  font-weight: 400;
}

.hr-btn:hover {
  border-color: var(--verde-menta);
  background: var(--verde-palido);
}

.hr-btn:hover .hr-end {
  color: var(--verde);
}

.hr-btn:focus {
  outline: 2px solid var(--verde);
  outline-offset: 2px;
}

.hr-btn:focus:not(:focus-visible) {
  outline: none;
}

.hr-btn:focus-visible {
  outline: 2px solid var(--verde);
  outline-offset: 2px;
}

.hr-btn.sel {
  background: var(--verde);
  color: white;
  border-color: var(--verde);
}

.hr-btn.sel .hr-end {
  color: rgba(255,255,255,.8);
}

@media (min-width: 768px) {
  .hrs-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ── FORM ── */
.fg {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 1.8rem;
}

.ff {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.ff.full { grid-column: 1 / -1; }

.ff label {
  font-size: 12px;
  font-weight: 600;
  color: var(--carbon);
  text-transform: uppercase;
  letter-spacing: .03em;
}

.ff input,
.ff select,
.ff textarea {
  padding: 10px 13px;
  font-size: 13px;
  border: 1.5px solid var(--gris-claro);
  border-radius: 9px;
  font-family: 'Outfit', sans-serif;
  color: var(--carbon);
  background: white;
  transition: border-color .2s;
  width: 100%;
  font-weight: 300;
}

.ff input:focus,
.ff select:focus,
.ff textarea:focus {
  outline: none;
  border-color: var(--verde);
  background: var(--verde-palido);
}

.ff input.invalid,
.ff textarea.invalid {
  border-color: #DC2626;
  background: #FEF2F2;
}

.ff input.invalid:focus,
.ff textarea.invalid:focus {
  border-color: #DC2626;
  background: #FEF2F2;
}

.field-error {
  display: block;
  font-size: 11px;
  color: #DC2626;
  margin-top: 4px;
  min-height: 16px;
}

/* ── HISTORIA CLINICA ── */
.hc-intro {
  background: var(--verde-palido);
  border: 1.5px solid var(--verde-menta);
  border-radius: var(--radio);
  padding: 1rem 1.2rem;
  margin-bottom: 2rem;
}

.hc-intro-title {
  font-size: 14px;
  font-weight: 600;
  color: var(--verde);
  margin-bottom: 4px;
}

.hc-intro-text {
  font-size: 13px;
  color: var(--gris);
  font-weight: 300;
  line-height: 1.6;
}

.hc-section {
  border: 1.5px solid var(--gris-claro);
  border-radius: var(--radio);
  padding: 1.2rem 1.4rem;
  margin-bottom: 1.2rem;
  background: white;
}

.hc-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
  padding-bottom: .8rem;
  border-bottom: 1px solid var(--gris-claro);
}

.hc-section-title {
  font-size: 14px;
  font-weight: 600;
  color: var(--carbon);
}

.hc-required {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: var(--verde);
  background: var(--verde-palido);
  padding: 3px 8px;
  border-radius: 4px;
}

.hc-optional {
  font-size: 10px;
  font-weight: 500;
  color: var(--gris);
}

.hc-field-group {
  margin-bottom: 1.2rem;
}

.hc-field-group:last-child {
  margin-bottom: 0;
}

.hc-field-label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: var(--carbon);
  margin-bottom: .5rem;
}

.hc-fields-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 1rem;
}

@media (max-width: 600px) {
  .hc-fields-row {
    grid-template-columns: 1fr;
  }
}

.hcg {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hcc {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border: 1.5px solid var(--gris-claro);
  border-radius: 22px;
  cursor: pointer;
  font-size: 12px;
  background: white;
  transition: all .15s;
  font-weight: 500;
}

.hcc:hover {
  border-color: var(--verde-menta);
  background: var(--verde-palido);
}

.hcc:focus-within {
  outline: 2px solid var(--verde);
  outline-offset: 2px;
}

.hcc.chk {
  background: var(--verde);
  border-color: var(--verde);
  color: white;
}

.hcc.chk::before {
  content: '✓';
  font-size: 10px;
  margin-right: 2px;
}

.hcc input { display: none; }

/* ── CONFIRMATION ── */
.conf-card {
  background: white;
  border: 1.5px solid var(--gris-claro);
  border-radius: var(--radio);
  padding: 1.8rem;
  margin-bottom: 2rem;
}

.conf-row {
  display: flex;
  justify-content: space-between;
  padding: 11px 0;
  border-bottom: 1px solid var(--gris-claro);
  font-size: 13px;
}

.conf-row:last-child { border-bottom: none; }

.conf-lbl {
  color: var(--gris);
  font-weight: 500;
}

.conf-val {
  font-weight: 600;
  color: var(--carbon);
}

.seña-notice {
  background: var(--tierra-claro);
  border: 1.5px solid rgba(196, 149, 106, .3);
  border-radius: var(--radio);
  padding: 1.2rem 1.5rem;
  margin-bottom: 2rem;
  font-size: 13px;
  color: var(--gris);
  line-height: 1.7;
  font-weight: 300;
}

.seña-notice strong {
  color: var(--tierra);
  font-weight: 500;
}

/* ── BUTTONS ── */
.nav-btns {
  display: flex;
  gap: 12px;
  margin-top: 2.5rem;
  flex-wrap: wrap;
}

.btn-next, .btn-prev, .btn-wa {
  padding: 12px 28px;
  font-size: 13px;
  font-weight: 600;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  font-family: 'Outfit', sans-serif;
  transition: all .2s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-next {
  background: var(--verde);
  color: white;
}

.btn-next:hover {
  background: var(--verde-claro);
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(29, 107, 79, .25);
}

.btn-next:disabled {
  background: var(--gris-claro);
  color: var(--gris);
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.btn-prev {
  border: 1.5px solid var(--gris-claro);
  background: white;
  color: var(--gris);
}

.btn-prev:hover {
  background: var(--verde-palido);
  border-color: var(--verde-menta);
  color: var(--verde);
}

.btn-wa {
  background: #25D366;
  color: white;
}

.btn-wa:hover {
  background: #20ba58;
  transform: translateY(-1px);
}

.btn-wa:disabled {
  background: var(--gris-claro);
  color: var(--gris);
  cursor: not-allowed;
  transform: none;
}

/* ── SUCCESS ── */
.success {
  display: none;
  text-align: center;
  padding: 5rem 2rem;
}

.success.show { display: block; }

.wa-fallback {
  margin-top: 2rem;
  padding: 1rem;
  background: var(--tierra-claro);
  border-radius: var(--radio);
}

.btn-wa-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: #25D366;
  color: white;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.btn-wa-link:hover {
  background: #20ba58;
}

.success h2 {
  font-size: 2.2rem;
  margin-bottom: 1rem;
  color: var(--verde);
}

.success p {
  font-size: 15px;
  color: var(--gris);
  margin-bottom: 2rem;
  line-height: 1.7;
}

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  nav { padding: 1rem 2rem; }
  .right-panel { padding: 3rem 2.5rem; }
}

@media (max-width: 900px) {
  .page-wrap {
    grid-template-columns: 1fr;
    margin-top: 65px;
  }

  .mobile-summary {
    display: block;
  }

  .left-panel {
    display: none;
  }

  .right-panel { padding: 2rem; background: var(--crema); }
  .svcs-grid { grid-template-columns: 1fr; }
  .hrs-grid { grid-template-columns: repeat(3, 1fr); }
  .fg { grid-template-columns: 1fr; }

  nav { padding: 1rem 2rem; }
}

@media (max-width: 600px) {
  nav { padding: .8rem 1rem; }
  .nav-logo { font-size: 16px; }
  .nav-back { font-size: 12px; }
  .right-panel { padding: 1.5rem; }
  .paso-h { font-size: 1.5rem; }
  .svcs-grid { gap: 12px; }
  .hrs-grid { grid-template-columns: repeat(2, 1fr); }
  .stepper { margin-bottom: 2rem; }
  
  .cal-d {
    min-height: 44px;
    min-width: 44px;
    font-size: 14px;
  }
  
  .hr-btn {
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .stepper .step-lbl {
    display: none;
  }
  
  .stepper .step-lbl.act {
    display: block;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    font-size: 10px;
  }
  
  .stepper {
    position: relative;
    padding-bottom: 24px;
  }
}
