:root {
  --ink: #162033;
  --muted: #667385;
  --faint: #eef4f2;
  --line: #d7ebe7;
  --mint: #0f8f83;
  --mint-dark: #087267;
  --mint-soft: #e4faf5;
  --rose: #f1cfc9;
  --rose-soft: #fff1ee;
  --ivory: #fbfaf7;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(15, 70, 66, 0.14);
  font-family: "DM Sans", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--ivory);
}

button,
input,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration: none;
}

svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  height: 76px;
  padding: 0 max(20px, calc((100vw - 1180px) / 2));
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(15, 143, 131, 0.12);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
}

.brand-mark {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: white;
  border-radius: 8px;
  background: var(--mint);
  box-shadow: 0 10px 22px rgba(15, 143, 131, 0.22);
}

.nav {
  display: flex;
  align-items: center;
  gap: 34px;
  color: #354155;
  font-size: 14px;
  font-weight: 800;
}

.nav-cta,
.primary-btn,
.outline-btn,
.soft-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 44px;
  padding: 0 20px;
  border: 0;
  border-radius: 8px;
  font-weight: 900;
}

.nav-cta,
.primary-btn {
  color: white;
  background: var(--mint);
  box-shadow: 0 14px 30px rgba(15, 143, 131, 0.22);
}

.outline-btn {
  color: var(--mint-dark);
  border: 2px solid rgba(15, 143, 131, 0.55);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: none;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(500px, 1.08fr);
  gap: 56px;
  align-items: center;
  min-height: 720px;
  padding: 78px max(20px, calc((100vw - 1180px) / 2)) 108px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.36) 0 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.36) 0 1px, transparent 1px),
    radial-gradient(circle at 12% 18%, rgba(15, 143, 131, 0.15) 0 52px, transparent 53px),
    radial-gradient(circle at 88% 24%, rgba(241, 207, 201, 0.88) 0 44px, transparent 45px),
    linear-gradient(126deg, #f9fffc 0%, #e5fff7 47%, #fff5f2 100%);
  background-size: 44px 44px, 44px 44px, auto, auto, auto;
}

.hero::after {
  position: absolute;
  left: 42%;
  bottom: 52px;
  width: 150px;
  height: 150px;
  content: "";
  border-radius: 50%;
  background: rgba(241, 207, 201, 0.42);
}

.hero-copy,
.hero-visual {
  position: relative;
  z-index: 1;
}

.realistic-hero {
  min-width: 0;
}

.realistic-hero img {
  display: block;
  width: 100%;
  min-height: 500px;
  object-fit: contain;
  object-position: center;
  border: 0;
  filter: drop-shadow(0 28px 42px rgba(22, 32, 51, 0.22));
}

.pill {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 24px;
  padding: 7px 11px;
  color: var(--mint-dark);
  border-radius: 999px;
  background: rgba(15, 143, 131, 0.13);
  font-size: 13px;
  font-weight: 900;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: "Manrope", "DM Sans", sans-serif;
  letter-spacing: 0;
}

h1 {
  max-width: 680px;
  margin-bottom: 22px;
  font-size: clamp(46px, 7vw, 82px);
  line-height: 1.02;
}

.lead {
  max-width: 640px;
  margin-bottom: 28px;
  color: #526073;
  font-size: 19px;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.phone-stage {
  min-height: 610px;
  min-width: 0;
}

.phone-stage::before {
  position: absolute;
  inset: 54px 20px 34px 72px;
  content: "";
  border-radius: 42px;
  background:
    radial-gradient(circle at 80% 18%, rgba(241, 207, 201, 0.72), transparent 150px),
    linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(229, 255, 247, 0.72));
  border: 1px solid rgba(15, 143, 131, 0.12);
  box-shadow: var(--shadow);
}

.phone {
  position: absolute;
  width: 255px;
  min-height: 500px;
  padding: 46px 16px 16px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 42px;
  background:
    linear-gradient(135deg, #242937, #06080d 48%, #222938);
  box-shadow:
    inset 0 0 0 7px #0b0e15,
    inset 0 0 0 9px rgba(255, 255, 255, 0.1),
    0 28px 70px rgba(22, 32, 51, 0.26);
}

.phone::before {
  position: absolute;
  inset: 12px;
  z-index: 0;
  content: "";
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 254, 253, 0.98));
  box-shadow: inset 0 0 0 1px rgba(215, 235, 231, 0.84);
}

.phone::after {
  position: absolute;
  inset: 1px 18px auto;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.48), transparent);
}

.phone > * {
  position: relative;
  z-index: 1;
}

.phone-main {
  top: 36px;
  left: 42%;
  z-index: 4;
  transform: translateX(-50%);
}

.phone-side {
  width: 220px;
  min-height: 420px;
  opacity: 0.98;
}

.phone-staff {
  right: 6%;
  top: 118px;
  z-index: 3;
  transform: rotate(4deg);
}

.phone-confirm {
  left: 4%;
  top: 172px;
  z-index: 2;
  transform: rotate(-5deg);
  background: linear-gradient(180deg, #fff, #fff4f1);
}

.dynamic-island {
  position: absolute;
  top: 18px;
  left: 50%;
  z-index: 3;
  width: 86px;
  height: 25px;
  border-radius: 999px;
  background: #05060a;
  box-shadow:
    inset 0 1px 2px rgba(255, 255, 255, 0.14),
    0 1px 0 rgba(255, 255, 255, 0.09);
  transform: translateX(-50%);
}

.dynamic-island::after {
  position: absolute;
  right: 10px;
  top: 8px;
  width: 8px;
  height: 8px;
  content: "";
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #2c3545, #06070a 70%);
}

.side-button {
  position: absolute;
  z-index: 0;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, #232b39, #090c12);
}

.side-left {
  left: -4px;
  top: 118px;
  height: 68px;
}

.side-right {
  right: -4px;
  top: 146px;
  height: 92px;
}

.phone-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

.phone-head b {
  color: var(--mint-dark);
}

.phone h2 {
  margin-bottom: 16px;
  font-size: 25px;
  line-height: 1.08;
}

.phone-search {
  margin-bottom: 12px;
  padding: 12px;
  color: #92a09e;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f7fffc;
  font-size: 12px;
  font-weight: 800;
}

.phone-chips {
  display: flex;
  gap: 7px;
  margin-bottom: 16px;
}

.phone-chips span,
.staff-pill,
.sms-preview {
  border-radius: 999px;
  background: var(--mint-soft);
  color: #57847d;
  font-size: 12px;
  font-weight: 900;
}

.phone-chips span {
  padding: 7px 9px;
}

.phone-chips .is-on,
.staff-pill.is-on {
  color: white;
  background: var(--mint);
}

.phone-service {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 11px;
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
}

.phone-service.is-selected {
  border-color: rgba(15, 143, 131, 0.58);
  box-shadow: 0 12px 26px rgba(15, 143, 131, 0.12);
}

.phone-service strong,
.phone-service small {
  display: block;
}

.phone-service strong {
  font-size: 14px;
}

.phone-service small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 11px;
}

.phone-service b {
  color: var(--ink);
}

.phone button {
  width: 100%;
  min-height: 42px;
  margin-top: 14px;
  color: white;
  border: 0;
  border-radius: 8px;
  background: var(--mint);
  font-weight: 900;
}

.staff-pill {
  margin-bottom: 10px;
  padding: 12px;
}

.slot-row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 12px;
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  font-size: 12px;
  font-weight: 900;
}

.slot-row span {
  color: var(--muted);
}

.phone-confirm {
  text-align: center;
}

.phone-confirm .small {
  width: 52px;
  height: 52px;
  margin-top: 42px;
}

.phone-confirm p {
  color: var(--muted);
  line-height: 1.55;
}

.sms-preview {
  display: inline-flex;
  margin-top: 18px;
  padding: 9px 12px;
}

.salon-note {
  position: absolute;
  right: 7%;
  bottom: 28px;
  z-index: 6;
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 290px;
  min-height: 54px;
  padding: 0 18px;
  color: #566272;
  border: 1px solid rgba(15, 143, 131, 0.12);
  border-radius: 8px;
  background: white;
  box-shadow: 0 18px 42px rgba(15, 70, 66, 0.16);
  font-size: 14px;
  font-weight: 900;
}

.salon-note span {
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #82dfca;
}

.metric-strip {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  width: min(1180px, calc(100% - 40px));
  margin: -46px auto 0;
}

.metric-strip div {
  min-height: 128px;
  padding: 24px;
  border: 1px solid rgba(15, 143, 131, 0.14);
  border-radius: 8px;
  background: white;
  box-shadow: 0 18px 46px rgba(15, 70, 66, 0.08);
}

.metric-strip strong {
  display: block;
  margin-bottom: 8px;
  color: var(--mint-dark);
  font-size: 30px;
  line-height: 1;
}

.metric-strip span {
  color: var(--muted);
  font-weight: 800;
  line-height: 1.45;
}

.section,
.pricing {
  padding: 88px max(20px, calc((100vw - 1180px) / 2));
}

.section {
  background: #effdf8;
}

.section-heading {
  max-width: 780px;
  margin: 0 auto 44px;
  text-align: center;
}

.section-heading h2,
.demo-intro h2,
.cta h2 {
  margin-bottom: 14px;
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.12;
}

.section-heading p,
.demo-intro p,
.cta p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.journey {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(15, 143, 131, 0.16);
  border-radius: 8px;
  background: white;
  box-shadow: 0 22px 54px rgba(15, 70, 66, 0.08);
}

.journey article {
  min-height: 290px;
  padding: 30px;
  border-right: 1px solid var(--line);
}

.journey article:last-child {
  border-right: 0;
}

.journey span {
  display: inline-flex;
  margin-bottom: 42px;
  color: var(--mint);
  font-size: 13px;
  font-weight: 900;
}

.journey h3 {
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 1.16;
}

.journey p {
  color: var(--muted);
  line-height: 1.65;
}

.price-card {
  min-height: 220px;
  padding: 26px;
  border: 1px solid rgba(15, 143, 131, 0.16);
  border-radius: 8px;
  background: white;
  box-shadow: 0 18px 46px rgba(15, 70, 66, 0.06);
}

.price-card h3 {
  margin-bottom: 10px;
  font-size: 21px;
}

.price-card p {
  color: var(--muted);
  line-height: 1.6;
}

.demo-band {
  padding: 88px max(20px, calc((100vw - 1180px) / 2));
  background: linear-gradient(180deg, #fff 0%, #f4fffb 100%);
}

.demo-intro {
  max-width: 780px;
  margin-bottom: 34px;
}

.booking-shell {
  position: relative;
}

.salon-title {
  padding: 34px 20px 28px;
  border: 1px solid rgba(15, 143, 131, 0.13);
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.74)),
    radial-gradient(circle at 90% 20%, rgba(241, 207, 201, 0.6), transparent 160px),
    #ecfff8;
  text-align: center;
}

.salon-title h3 {
  margin-bottom: 6px;
  font-size: 40px;
}

.salon-title p,
.pane-heading p {
  color: var(--muted);
}

.steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  padding: 22px 24px;
  border-right: 1px solid rgba(15, 143, 131, 0.13);
  border-left: 1px solid rgba(15, 143, 131, 0.13);
  background: #ecfff8;
}

.step {
  display: grid;
  justify-items: center;
  gap: 8px;
  color: #7a8a97;
  border: 0;
  background: transparent;
  font-size: 12px;
  font-weight: 900;
}

.step span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: #669d94;
  border-radius: 50%;
  background: #dff8f2;
}

.step.is-active span {
  color: white;
  background: var(--mint);
  box-shadow: 0 12px 30px rgba(15, 143, 131, 0.28);
}

.booking-panel {
  min-height: 530px;
  padding: 38px;
  border: 1px solid rgba(15, 143, 131, 0.13);
  border-top: 0;
  border-radius: 0 0 8px 8px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: var(--shadow);
}

.pane {
  display: none;
}

.pane.is-active {
  display: block;
}

.pane-heading {
  max-width: 620px;
  margin: 0 auto 28px;
  text-align: center;
}

.micro {
  margin: 0 0 8px;
  color: var(--mint);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.pane-heading h2 {
  margin-bottom: 10px;
  font-size: 31px;
  line-height: 1.15;
}

.tool-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.search {
  display: flex;
  align-items: center;
  gap: 10px;
  width: min(440px, 100%);
  min-height: 46px;
  padding: 0 14px;
  color: #95a2ad;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f5fffc;
}

.search input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
}

.view-toggle {
  display: flex;
  gap: 8px;
}

.view-toggle button {
  width: 42px;
  height: 42px;
  color: var(--mint);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f3fbf8;
  font-weight: 900;
}

.view-toggle .is-active,
.chip.is-active {
  color: white;
  background: var(--mint);
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 24px;
}

.chip {
  min-height: 34px;
  padding: 0 14px;
  color: #558078;
  border: 0;
  border-radius: 999px;
  background: #e4f6f2;
  font-size: 12px;
  font-weight: 900;
}

.group-title {
  margin: 28px 0 14px;
  font-size: 13px;
  text-transform: uppercase;
}

.service-grid,
.staff-grid,
.slot-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.service-card,
.staff-card,
.date-card,
.slot-card {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  text-align: left;
  transition: border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.service-card {
  min-height: 132px;
  padding: 18px;
}

.service-card:hover,
.staff-card:hover,
.date-card:hover,
.slot-card:hover,
.service-card.is-selected,
.staff-card.is-selected,
.date-card.is-selected,
.slot-card.is-selected {
  border-color: var(--mint);
  box-shadow: 0 16px 36px rgba(15, 143, 131, 0.12);
  transform: translateY(-1px);
}

.service-card h3,
.staff-card h3 {
  margin: 0 0 8px;
  font-size: 16px;
}

.service-card small {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 4px 8px;
  color: var(--mint);
  border-radius: 999px;
  background: #dff6f1;
  font-weight: 900;
}

.service-meta {
  display: flex;
  justify-content: space-between;
  color: #5d6975;
  font-size: 14px;
  font-weight: 900;
}

.radio-dot {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 16px;
  height: 16px;
  border: 2px solid #58aaa0;
  border-radius: 50%;
}

.is-selected .radio-dot::after {
  position: absolute;
  inset: 3px;
  content: "";
  border-radius: 50%;
  background: var(--mint);
}

.staff-card {
  min-height: 156px;
  padding: 20px;
}

.avatar {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  place-items: center;
  color: var(--mint);
  border-radius: 50%;
  background: #ddf7f1;
  font-weight: 900;
}

.staff-card p {
  color: var(--muted);
  font-size: 13px;
}

.time-layout {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 22px;
}

.date-list,
.slot-list {
  display: grid;
  gap: 12px;
}

.slot-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.date-card,
.slot-card {
  padding: 15px;
  color: var(--ink);
  font-weight: 900;
}

.date-card span,
.slot-card span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.details-form {
  display: grid;
  max-width: 620px;
  margin: 0 auto;
  gap: 16px;
}

.details-form label {
  display: grid;
  gap: 8px;
  color: #4c5968;
  font-weight: 900;
}

.details-form input,
.details-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  outline: 0;
  background: #fbfffd;
}

.details-form input {
  height: 48px;
  padding: 0 14px;
}

.details-form textarea {
  min-height: 112px;
  padding: 14px;
  resize: vertical;
}

.confirmation-card {
  max-width: 520px;
  margin: 20px auto 0;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  text-align: center;
  background: #fbfffd;
}

.success-mark {
  display: grid;
  width: 60px;
  height: 60px;
  margin: 0 auto 18px;
  place-items: center;
  color: white;
  border-radius: 50%;
  background: var(--mint);
  font-size: 30px;
  font-weight: 900;
}

dl {
  display: grid;
  gap: 10px;
  margin: 24px 0;
  text-align: left;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}

dt {
  color: var(--muted);
}

dd {
  margin: 0;
  font-weight: 900;
}

.sticky-actions {
  position: sticky;
  bottom: 0;
  z-index: 15;
  display: grid;
  grid-template-columns: 140px 1fr 160px;
  align-items: center;
  gap: 16px;
  min-height: 72px;
  margin-top: 20px;
  padding: 12px 20px;
  border: 1px solid rgba(15, 143, 131, 0.12);
  border-radius: 8px 8px 0 0;
  background: rgba(238, 255, 250, 0.92);
  backdrop-filter: blur(14px);
}

.soft-btn {
  color: #79918c;
  background: white;
}

.primary-btn:disabled,
.soft-btn:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

.wide {
  width: 100%;
}

.selected-summary {
  overflow: hidden;
  color: #52626f;
  font-size: 14px;
  font-weight: 900;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pricing {
  background: white;
}

.price-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.price-card {
  position: relative;
  min-height: 430px;
}

.price-card.is-featured {
  border-color: rgba(15, 143, 131, 0.44);
  box-shadow: var(--shadow);
}

.popular {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 6px 10px;
  color: var(--mint-dark);
  border-radius: 999px;
  background: var(--mint-soft);
  font-size: 12px;
  font-weight: 900;
}

.price-card strong {
  display: block;
  margin: 24px 0;
  font-size: 48px;
  line-height: 1;
}

.price-card strong span {
  color: var(--muted);
  font-size: 16px;
}

.price-card ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  color: #445164;
  list-style: none;
  font-weight: 800;
}

.price-card li::before {
  margin-right: 9px;
  color: var(--mint);
  content: "✓";
  font-weight: 900;
}

.cta {
  margin: 0 max(20px, calc((100vw - 1180px) / 2)) 80px;
  padding: 64px 28px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 82% 18%, rgba(241, 207, 201, 0.8), transparent 130px),
    linear-gradient(135deg, #e1fff7, #fff7f4);
  text-align: center;
}

.cta p {
  max-width: 680px;
  margin: 0 auto 28px;
}

@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .realistic-hero img {
    min-height: 420px;
  }

  .phone-stage {
    min-height: 560px;
  }

  .metric-strip,
  .journey,
  .price-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .journey article:nth-child(2) {
    border-right: 0;
  }

  .journey article {
    border-bottom: 1px solid var(--line);
  }

  .journey article:nth-child(n + 3) {
    border-bottom: 0;
  }

  .service-grid,
  .staff-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .topbar {
    padding: 0 16px;
  }

  .nav,
  .nav-cta {
    display: none;
  }

  .hero,
  .section,
  .demo-band,
  .pricing {
    padding-right: 16px;
    padding-left: 16px;
  }

  .hero {
    padding-top: 46px;
  }

  .realistic-hero img {
    min-height: 320px;
  }

  .hero-actions,
  .tool-row,
  .time-layout {
    display: grid;
    grid-template-columns: 1fr;
  }

  .outline-btn,
  .primary-btn {
    width: 100%;
  }

  .metric-strip,
  .journey,
  .price-grid,
  .service-grid,
  .staff-grid,
  .slot-list {
    grid-template-columns: 1fr;
  }

  .metric-strip {
    width: calc(100% - 32px);
    margin-top: -30px;
  }

  .journey article,
  .journey article:nth-child(2),
  .journey article:nth-child(n + 3) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .journey article:last-child {
    border-bottom: 0;
  }

  .phone-stage {
    min-height: 720px;
  }

  .phone-stage::before {
    inset: 38px 0 24px 0;
  }

  .phone-main {
    left: 50%;
    top: 28px;
  }

  .phone-staff {
    right: 0;
    top: 300px;
  }

  .phone-confirm {
    left: 0;
    top: 362px;
  }

  .salon-note {
    right: 12px;
    left: 12px;
    bottom: 18px;
    max-width: none;
    justify-content: center;
  }

  .steps {
    grid-template-columns: repeat(5, 70px);
    overflow-x: auto;
    padding: 18px 12px;
  }

  .booking-panel {
    padding: 24px 16px;
  }

  .sticky-actions {
    grid-template-columns: 1fr 1fr;
  }

  .selected-summary {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .cta {
    margin-right: 16px;
    margin-left: 16px;
  }
}
