:root {
  --bg: #eef2f5;
  --bg-deep: #dbe3ea;
  --panel: rgba(251, 253, 255, 0.84);
  --panel-strong: #ffffff;
  --line: rgba(50, 63, 78, 0.12);
  --line-strong: rgba(50, 63, 78, 0.22);
  --text: #18212b;
  --muted: #5b6673;
  --accent: #4f657c;
  --accent-deep: #314559;
  --accent-soft: #dce6ef;
  --success: #65816f;
  --shadow: 0 24px 60px rgba(41, 54, 68, 0.12);
  --radius-xl: 36px;
  --radius-lg: 28px;
  --radius-md: 18px;
  --app-height: 100vh;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  scroll-behavior: smooth;
}

body {
  min-height: 100%;
  margin: 0;
  color: var(--text);
  font-family: "Manrope", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.88), transparent 28%),
    linear-gradient(180deg, #f4f7fa 0%, #e5ebf1 100%);
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

.page-shell {
  width: min(1480px, calc(100% - 20px));
  margin: 0 auto;
  padding: 32px 0 56px;
}

.hero,
.section {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: var(--radius-xl);
  background: var(--panel);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr);
  gap: 32px;
  align-items: center;
  min-height: 86vh;
  padding: 48px;
}

.hero .eyebrow {
  margin-bottom: 10px;
  font-size: 0.84rem;
  letter-spacing: 0.16em;
}

.hero h1 {
  max-width: 11ch;
  margin-bottom: 16px;
  font-size: clamp(2.7rem, 4.6vw, 4.4rem);
  line-height: 1.02;
}

.hero .hero-text {
  max-width: 52ch;
  margin-bottom: 22px;
  font-size: 0.96rem;
  line-height: 1.65;
}

.hero::before,
.section::before {
  content: "";
  position: absolute;
  inset: auto -120px -140px auto;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(79, 101, 124, 0.09);
  filter: blur(4px);
}

.hero-copy,
.section-heading,
.journey-card,
.info-panel,
.reference-card {
  position: relative;
  z-index: 1;
}

.hero-copy {
  display: grid;
  align-content: start;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--accent-deep);
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  line-height: 0.98;
}

h1 {
  max-width: 12ch;
  margin-bottom: 18px;
  font-size: clamp(3.4rem, 6vw, 6.1rem);
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(2.2rem, 4vw, 4rem);
}

h3 {
  margin-bottom: 10px;
  font-size: 2rem;
}

.hero-text,
.section-heading p,
.info-panel p,
.screen-copy,
.feature-list,
.screen-list,
.summary-list,
.time-grid,
.map-caption {
  color: var(--muted);
  line-height: 1.7;
}

.hero-text {
  max-width: 58ch;
  margin-bottom: 26px;
  font-size: 1.04rem;
}

.hero-editorial-card {
  position: relative;
  width: min(100%, 520px);
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(252, 254, 255, 0.92) 0%, rgba(243, 248, 252, 0.96) 100%);
  box-shadow: 0 28px 64px rgba(41, 54, 68, 0.12);
  z-index: 1;
}

.hero-editorial-card h2 {
  max-width: 11ch;
  margin-bottom: 14px;
  font-size: clamp(2.1rem, 4vw, 3.35rem);
  line-height: 1.02;
}

.hero-editorial-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.editorial-chip {
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(79, 101, 124, 0.12);
  background: rgba(247, 251, 255, 0.9);
  color: var(--accent-deep);
  display: inline-flex;
  align-items: center;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

.hero-action-area {
  width: min(100%, 360px);
  justify-self: start;
  display: grid;
  gap: 24px;
  margin: 18px 0 42px;
}

.app-prompt-inline {
  display: grid;
  gap: 10px;
  justify-items: start;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.app-prompt-title {
  display: block;
  font-size: 0.92rem;
  font-weight: 800;
}

.app-prompt-copy {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.6;
}

.app-prompt-actions,
.booking-app-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.app-prompt-actions {
  align-items: center;
}

.app-prompt-actions .button {
  min-width: 188px;
  justify-content: center;
  text-align: center;
}

.worker-link-row {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.worker-link {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(113, 144, 126, 0.22);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(236, 245, 240, 0.98) 0%, rgba(220, 236, 227, 0.98) 100%);
  color: #2f5842;
  font-weight: 700;
  text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.worker-link:hover,
.worker-link:focus-visible {
  opacity: 1;
  border-color: rgba(91, 126, 107, 0.28);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.78),
    0 10px 20px rgba(78, 110, 92, 0.12);
}

.download-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0 0 22px;
}

.download-card {
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 22px;
  background: rgba(252, 254, 255, 0.78);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.download-card strong {
  display: block;
  font-size: 1rem;
}

.download-label {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--accent-deep);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.button-small {
  min-height: 42px;
  padding: 0 16px;
  font-size: 0.84rem;
}

.button-app {
  background: linear-gradient(180deg, rgba(86, 109, 132, 0.96) 0%, rgba(63, 84, 105, 0.98) 100%);
  color: #f7fbff;
  border: 1px solid transparent;
  box-shadow: 0 12px 24px rgba(49, 69, 89, 0.16);
}

.button:hover,
.icon-button:hover,
.dot-button:hover {
  transform: translateY(-1px);
}

.button-primary {
  background: linear-gradient(180deg, #4f657c 0%, #314559 100%);
  color: #f7fbff;
  box-shadow: 0 16px 30px rgba(49, 69, 89, 0.24);
}

.button-secondary,
.button-muted {
  background: rgba(249, 252, 255, 0.92);
  color: var(--text);
  border: 1px solid var(--line);
}

.button-ghost {
  background: transparent;
  color: var(--accent-deep);
  border: 1px dashed rgba(79, 101, 124, 0.24);
}

.button-muted.is-ready {
  background: linear-gradient(180deg, #50657c 0%, #34495d 100%);
  color: #f7fbff;
  border-color: transparent;
  box-shadow: 0 14px 28px rgba(49, 69, 89, 0.24);
}

.button-block {
  width: 100%;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.hero-metrics article,
.info-panel,
.journey-card,
.reference-card {
  border: 1px solid rgba(255, 255, 255, 0.9);
  background: rgba(252, 254, 255, 0.78);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.hero-metrics article {
  padding: 16px;
  border-radius: 20px;
}

.hero-metrics strong,
.summary-value,
.price {
  display: block;
  margin-bottom: 6px;
  color: var(--text);
  font-size: 1rem;
}

.hero-preview {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 540px;
}

.landing-browser {
  position: relative;
  width: min(100%, 620px);
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 30px;
  background: rgba(252, 254, 255, 0.88);
  box-shadow: 0 30px 70px rgba(41, 54, 68, 0.14);
  overflow: hidden;
  z-index: 1;
}

.browser-bar {
  display: flex;
  gap: 8px;
  padding: 14px 18px;
  border-bottom: 1px solid rgba(79, 101, 124, 0.1);
  background: rgba(246, 250, 253, 0.95);
}

.browser-bar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(79, 101, 124, 0.2);
}

.landing-surface {
  padding: 20px;
  background:
    radial-gradient(circle at top right, rgba(217, 227, 236, 0.52), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.97) 0%, rgba(244, 249, 252, 0.99) 100%);
}

.landing-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin-bottom: 18px;
}

.landing-brand {
  color: var(--accent-deep);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.landing-links {
  display: flex;
  gap: 14px;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 600;
}

.landing-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 228px;
  gap: 18px;
  align-items: stretch;
}

.landing-copy h2 {
  max-width: 12ch;
  margin-bottom: 8px;
  font-size: clamp(1.42rem, 1.9vw, 1.95rem);
  line-height: 1.08;
}

.landing-copy p {
  color: var(--muted);
  max-width: 34ch;
  font-size: 0.8rem;
  line-height: 1.5;
}

.landing-kicker {
  margin-bottom: 8px;
  color: var(--accent-deep);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.landing-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0 14px;
}

.landing-steps span {
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(242, 247, 251, 0.95);
  border: 1px solid rgba(79, 101, 124, 0.1);
  color: var(--accent-deep);
  font-size: 0.68rem;
  font-weight: 700;
}

.landing-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
}

.landing-cta-row .button {
  min-height: 40px;
  padding: 0 18px;
  font-size: 0.82rem;
}

.landing-image-card {
  position: relative;
  min-height: 290px;
  border-radius: 24px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(17, 26, 36, 0.08) 0%, rgba(17, 26, 36, 0.38) 100%),
    url("assets/customer-flow.png") center right / cover no-repeat;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.landing-image-badge {
  position: absolute;
  top: 14px;
  left: 14px;
}

.landing-image-badge span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(248, 252, 255, 0.9);
  color: var(--accent-deep);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.landing-image-overlay {
  position: absolute;
  inset: auto 14px 14px 14px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(247, 251, 255, 0.9);
  backdrop-filter: blur(12px);
}

.landing-image-overlay strong {
  display: block;
  margin-bottom: 4px;
  font-size: 0.96rem;
}

.landing-image-overlay span {
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.45;
}

.landing-overlay-meta {
  display: grid;
  justify-items: end;
  gap: 4px;
}

.landing-overlay-meta span:last-child {
  color: var(--text);
  font-size: 1rem;
  font-weight: 800;
}

.auth-preview {
  position: absolute;
  right: -18px;
  bottom: 24px;
  width: min(280px, 82%);
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.95);
  border-radius: 26px;
  background: rgba(252, 254, 255, 0.96);
  box-shadow: 0 24px 54px rgba(41, 54, 68, 0.16);
  z-index: 2;
}

.auth-preview h3 {
  margin-bottom: 10px;
  font-size: 1.28rem;
}

.auth-fields {
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
}

.auth-fields label {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--accent-deep);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.auth-input {
  display: flex;
  align-items: center;
  padding: 0 14px;
  color: var(--muted);
  font-size: 0.88rem;
}

.auth-links {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 700;
}

.ambient {
  position: absolute;
  border-radius: 50%;
  background: rgba(98, 128, 154, 0.18);
  filter: blur(10px);
}

.ambient-one {
  top: 40px;
  right: 10px;
  width: 240px;
  height: 240px;
}

.ambient-two {
  bottom: 30px;
  left: 20px;
  width: 180px;
  height: 180px;
}

.phone {
  position: relative;
  width: min(100%, 330px);
  padding: 14px;
  border: 2px solid rgba(28, 40, 52, 0.28);
  border-radius: 38px;
  background: linear-gradient(180deg, #f7fafc 0%, #dfe7ee 100%);
  box-shadow:
    0 0 0 3px rgba(255, 255, 255, 0.82),
    0 22px 50px rgba(42, 58, 74, 0.16),
    0 34px 90px rgba(42, 58, 74, 0.12);
}

.phone::before {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 30px;
  pointer-events: none;
}

.phone-feature {
  transform: rotate(-5deg);
}

.phone-notch {
  width: 34%;
  height: 24px;
  margin: 0 auto 12px;
  border-radius: 999px;
  background: rgba(24, 33, 43, 0.84);
}

.phone-screen {
  min-height: 580px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(239, 245, 250, 0.97) 100%);
  overflow: hidden;
}

.phone-feature .phone-screen {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  min-height: 620px;
  padding: 28px 24px 32px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82) 0%, rgba(246, 249, 252, 0.96) 42%, rgba(235, 242, 248, 0.72) 100%),
    url("assets/customer-flow.png") center / cover no-repeat;
}

.phone-feature .phone-screen::before {
  content: "";
  position: absolute;
  inset: 50px 14px 14px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.08) 100%);
}

.phone-feature .screen-brand,
.phone-feature h2,
.phone-feature p,
.phone-feature .feature-list,
.phone-feature .button {
  position: relative;
  z-index: 1;
}

.phone-feature .screen-brand,
.screen-brand {
  color: var(--accent-deep);
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.phone-feature .screen-brand,
.phone-feature h2,
.phone-feature p,
.phone-feature .feature-list {
  color: var(--text);
}

.phone-feature .screen-brand {
  color: var(--accent-deep);
}

.phone-feature h2 {
  max-width: 8ch;
  font-size: 2.15rem;
  line-height: 1.05;
}

.feature-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.feature-list li {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 8px;
}

.feature-list li::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
}

.section {
  margin-top: 28px;
  padding: 34px;
}

.journey-grid,
.foundation-grid,
.reference-grid {
  display: grid;
  gap: 22px;
}

.journey-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.landing-intro {
  text-align: center;
}

.landing-intro .section-heading {
  max-width: 760px;
  margin: 0 auto;
}

.benefits-section .section-heading {
  margin-bottom: 18px;
}

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

.final-cta-section {
  padding: 16px 0 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.final-cta-section::before {
  display: none;
}

.final-cta-card {
  padding: 42px 32px;
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(249, 252, 255, 0.92) 0%, rgba(236, 244, 250, 0.98) 100%);
  box-shadow: 0 24px 54px rgba(41, 54, 68, 0.12);
  text-align: center;
}

.final-cta-card h2 {
  max-width: none;
  margin-bottom: 20px;
}

.app-heading {
  max-width: 760px;
  margin: 0 auto 22px;
}

.booking-home-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: var(--accent-deep);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
}

.booking-home-link::before {
  content: "\2190";
  font-size: 0.95rem;
  line-height: 1;
}

.booking-home-link:hover,
.booking-home-link:focus-visible {
  opacity: 0.72;
}

.worker-page-section {
  padding: 42px;
}

.worker-page-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 420px);
  gap: 28px;
  align-items: start;
}

.worker-home-link {
  margin-bottom: 18px;
}

.worker-page-copy h1 {
  max-width: 10ch;
  margin-bottom: 16px;
}

.worker-page-copy .hero-text {
  max-width: 34ch;
  margin-bottom: 24px;
}

.worker-info-stack {
  display: grid;
  gap: 14px;
  max-width: 760px;
}

.worker-download-card {
  position: sticky;
  top: 28px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(249, 252, 255, 0.94) 0%, rgba(235, 243, 249, 0.98) 100%);
  box-shadow: 0 24px 54px rgba(41, 54, 68, 0.12);
}

.worker-download-card h2 {
  max-width: 10ch;
  margin-bottom: 12px;
}

.worker-download-actions {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.install-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 20px;
}

.install-modal.is-hidden {
  display: none;
}

.install-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(27, 38, 49, 0.42);
  backdrop-filter: blur(8px);
}

.install-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 460px);
  display: grid;
  gap: 18px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(249, 252, 255, 0.96) 0%, rgba(236, 244, 250, 0.99) 100%);
  box-shadow: 0 24px 54px rgba(41, 54, 68, 0.18);
}

.install-modal-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.install-modal-head h2 {
  margin: 6px 0 0;
  font-size: clamp(1.8rem, 5vw, 2.4rem);
  line-height: 1.04;
}

.install-modal-copy {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.55;
}

.install-modal-steps {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.install-modal-steps li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: start;
  padding: 14px 16px;
  border: 1px solid rgba(79, 101, 124, 0.14);
  border-radius: 18px;
  background: rgba(252, 254, 255, 0.82);
}

.install-modal-steps span {
  color: var(--accent-deep);
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.install-modal-steps p {
  margin: 0;
  color: var(--text);
  font-size: 0.96rem;
  line-height: 1.5;
}

.journey-switcher {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.journey-switch {
  appearance: none;
  border: 1px solid rgba(88, 107, 128, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--text);
  padding: 12px 18px;
  font: inherit;
  font-weight: 700;
  letter-spacing: -0.01em;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease, background 160ms ease;
}

.journey-switch:hover {
  transform: translateY(-1px);
  border-color: rgba(79, 101, 124, 0.35);
}

.journey-switch.is-active {
  border-color: rgba(59, 87, 112, 0.35);
  background: linear-gradient(180deg, #556b84 0%, #44586f 100%);
  color: #fff;
  box-shadow: 0 14px 28px rgba(58, 78, 100, 0.18);
}

.journey-grid.app-grid {
  grid-template-columns: 1fr;
  max-width: 760px;
  margin: 0 auto;
}

.journey-card,
.info-panel,
.reference-card {
  border-radius: var(--radius-lg);
}

.journey-card {
  padding: 24px;
}

.journey-card.is-hidden {
  display: none;
}

.journey-header {
  margin-bottom: 18px;
}

.journey-kicker,
.step-pill {
  color: var(--accent-deep);
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.journey-phone {
  margin: 0 auto;
}

.journey-layout {
  display: grid;
  grid-template-columns: minmax(0, 330px) minmax(220px, 260px);
  gap: 18px;
  justify-content: center;
  align-items: start;
}

.journey-phone .phone-screen {
  display: flex;
  flex-direction: column;
  height: 600px;
  min-height: 600px;
}

.screen-head,
.screen-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 18px 0;
}

.screen-footer {
  padding: 0 18px 18px;
  margin-top: auto;
}

.screen-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  padding: 10px 14px 14px;
  border-top: 1px solid rgba(79, 101, 124, 0.12);
  background: linear-gradient(180deg, rgba(247, 251, 255, 0.92) 0%, rgba(239, 246, 251, 0.98) 100%);
}

.tab-button {
  position: relative;
  min-height: 40px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: var(--muted);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding: 4px 2px;
  cursor: pointer;
}

.tab-button.is-active {
  background: rgba(79, 101, 124, 0.08);
  color: var(--accent-deep);
}

.tab-icon {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.tab-icon svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.tab-label {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.tab-badge {
  position: absolute;
  top: 4px;
  right: 10px;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 999px;
  background: var(--accent-deep);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.58rem;
  font-weight: 700;
  line-height: 1;
}
.is-hidden {
  display: none;
}

.screen-head-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.header-message-button {
  position: relative;
  width: 36px;
  height: 36px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(248, 251, 255, 0.95);
  color: var(--accent-deep);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.header-message-button svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.header-message-button.is-active {
  background: rgba(79, 101, 124, 0.08);
}

.message-dot {
  position: absolute;
  top: 7px;
  right: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d46b4d;
  box-shadow: 0 0 0 2px rgba(248, 251, 255, 0.95);
}

.message-section {
  margin-bottom: 16px;
  display: grid;
  gap: 10px;
}

.message-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.icon-button {
  width: 40px;
  height: 40px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(248, 251, 255, 0.95);
  color: var(--text);
  cursor: pointer;
}

.step-pill {
  padding: 4px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(247, 251, 255, 0.95);
}

.screen-content {
  flex: 1;
  padding: 16px 18px 22px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(79, 101, 124, 0.35) transparent;
}

.screen-content::-webkit-scrollbar {
  width: 6px;
}

.screen-content::-webkit-scrollbar-track {
  background: transparent;
}

.screen-content::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(79, 101, 124, 0.35);
}

.screen-label {
  margin-bottom: 4px;
  color: var(--accent-deep);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.screen-title {
  margin-bottom: 10px;
  font-size: 1.55rem;
  line-height: 1.12;
}

.screen-copy {
  margin-bottom: 18px;
}

.preview-panel {
  padding: 18px;
  border: 1px dashed rgba(79, 101, 124, 0.24);
  border-radius: 20px;
  background: rgba(249, 252, 255, 0.82);
}

.preview-panel:empty {
  display: none;
}

.preview-label {
  margin-bottom: 8px;
  color: var(--accent-deep);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.preview-panel h4 {
  margin: 0 0 10px;
  font-size: 1.1rem;
}

.booking-summary-stack {
  display: grid;
  gap: 12px;
}

.booking-summary-card,
.booking-step-card,
.booking-price-card {
  background: rgba(252, 254, 255, 0.88);
}

.booking-step-card p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.55;
}

.booking-app-card {
  display: grid;
  gap: 14px;
  padding: 20px;
  border: 1px solid rgba(79, 101, 124, 0.2);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(238, 245, 251, 0.98) 0%, rgba(226, 236, 245, 1) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.74),
    0 12px 28px rgba(49, 69, 89, 0.08);
}

.booking-app-card strong {
  display: block;
  margin-bottom: 6px;
}

.booking-app-card span {
  color: var(--muted);
  line-height: 1.6;
}

.booking-app-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.booking-app-actions .button {
  width: 100%;
  justify-content: center;
  text-align: center;
}

.booking-price-card span {
  color: var(--accent-deep);
  font-weight: 800;
}

.preview-copy {
  margin-bottom: 14px;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.55;
}

.preview-actions {
  display: grid;
  gap: 10px;
}

.preview-status-button {
  justify-content: flex-start;
  min-height: 46px;
  padding: 0 16px;
  text-align: left;
}

.input-stack,
.choice-stack,
.summary-stack,
.home-stack,
.time-grid,
.availability-stack,
.earnings-stack {
  display: grid;
  gap: 12px;
}

.home-quick-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.home-hero-card {
  padding: 16px;
  border: 1px solid rgba(79, 101, 124, 0.16);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(248, 252, 255, 0.98) 0%, rgba(236, 243, 249, 0.98) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.home-card-kicker {
  margin-bottom: 8px;
  color: var(--accent-deep);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.home-hero-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.2rem;
  line-height: 1.18;
}

.home-hero-card span {
  display: block;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.home-hero-footer {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.home-status-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(79, 101, 124, 0.09);
  color: var(--accent-deep);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.input-card,
.choice-card,
.summary-card,
.time-pill,
.mini-card,
.map-card,
.warning-card {
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--panel-strong);
}

.input-card label {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
}

.label-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
}

.label-row label {
  margin-bottom: 0;
}

.help-button {
  width: 28px;
  height: 28px;
  border: 1px solid rgba(79, 101, 124, 0.18);
  border-radius: 50%;
  background: #ffffff;
  color: var(--accent-deep);
  font-size: 0.95rem;
  font-weight: 800;
  cursor: pointer;
}

.help-card {
  margin-bottom: 12px;
  padding: 12px 14px;
  border: 1px solid rgba(79, 101, 124, 0.16);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(249, 252, 255, 0.98) 0%, rgba(241, 246, 251, 0.98) 100%);
}

.help-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 0.92rem;
}

.help-list {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.55;
}

.lookup-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  align-items: stretch;
}

.reg-input {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid rgba(91, 110, 129, 0.2);
  border-radius: 12px;
  background: linear-gradient(180deg, #fcfdff 0%, #edf3f8 100%);
  color: var(--text);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-variant-numeric: tabular-nums;
}

.text-input {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid rgba(91, 110, 129, 0.2);
  border-radius: 12px;
  background: linear-gradient(180deg, #fcfdff 0%, #edf3f8 100%);
  color: var(--text);
  font-size: 0.94rem;
}

.booking-comments-input {
  min-height: 112px;
  padding: 12px 14px;
  resize: vertical;
  line-height: 1.5;
}

.reg-input:focus {
  outline: 2px solid rgba(79, 101, 124, 0.18);
  border-color: rgba(79, 101, 124, 0.3);
}

.text-input:focus {
  outline: 2px solid rgba(79, 101, 124, 0.18);
  border-color: rgba(79, 101, 124, 0.3);
}

.lookup-button {
  width: 100%;
  min-height: 48px;
  padding: 0 18px;
}

.input-help {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.45;
}

.fake-input {
  min-height: 44px;
  border: 1px solid rgba(91, 110, 129, 0.16);
  border-radius: 12px;
  background: linear-gradient(180deg, #fcfdff 0%, #edf3f8 100%);
}

.choice-card,
.summary-card,
.mini-card {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.service-option {
  width: 100%;
  cursor: pointer;
  text-align: left;
}

.service-option:disabled {
  cursor: default;
}

.service-option.is-selected {
  border-color: transparent;
  background: linear-gradient(180deg, #50657c 0%, #34495d 100%);
  box-shadow: 0 14px 28px rgba(49, 69, 89, 0.2);
}

.service-option.is-selected strong,
.service-option.is-selected span,
.service-option.is-selected .price {
  color: #f7fbff;
}


.choice-card-action {
  align-items: flex-start;
}

.summary-card-action {
  align-items: flex-start;
}


.account-edit-card {
  display: grid;
  gap: 12px;
}

.account-edit-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.availability-card > div {
  display: grid;
  gap: 6px;
}

.availability-card strong {
  display: block;
}

.availability-card span {
  display: block;
  line-height: 1.6;
}

.job-card {
  width: 100%;
  cursor: pointer;
  text-align: left;
  align-items: center;
  border-color: rgba(79, 101, 124, 0.22);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.job-card:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(41, 54, 68, 0.08);
}

.request-alert-card {
  width: 100%;
  text-align: left;
  border: 1px solid rgba(79, 101, 124, 0.18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.request-count {
  color: var(--accent-deep);
  font-weight: 700;
}

.request-card {
  border-color: rgba(79, 101, 124, 0.22);
}

.request-insight-card {
  background: rgba(244, 248, 252, 0.9);
}

.request-break {
  margin-top: 10px;
  padding-top: 14px;
  border-top: 1px solid rgba(79, 101, 124, 0.16);
}

.request-break-kicker {
  margin-bottom: 10px;
}

.request-insight-card {
  border-color: rgba(79, 101, 124, 0.2);
  background: linear-gradient(180deg, rgba(240, 246, 251, 0.98) 0%, rgba(232, 240, 247, 0.98) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.request-card-muted {
  background: rgba(248, 251, 255, 0.78);
  border-color: rgba(79, 101, 124, 0.16);
}
.choice-card strong,
.summary-card strong,
.mini-card strong {
  font-size: 0.98rem;
}

.choice-card span,
.summary-card span,
.mini-card span,
.price-note,
.caption {
  color: var(--muted);
  font-size: 0.88rem;
}
.job-meta {
  display: grid;
  align-self: center;
  justify-items: end;
  gap: 1px;
  text-align: right;
  line-height: 1.05;
}
.job-meta-primary {
  color: var(--accent-deep);
  font-size: 0.88rem;
  font-weight: 700;
}
.job-meta-secondary {
  color: var(--muted);
  font-size: 0.54rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.bank-holiday-toggle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.bank-holiday-toggle-track {
  position: relative;
  width: 46px;
  height: 28px;
  border-radius: 999px;
  background: rgba(79, 101, 124, 0.22);
  transition: background 0.2s ease;
}

.bank-holiday-toggle-thumb {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 4px 10px rgba(41, 54, 68, 0.12);
  transition: transform 0.2s ease;
}

.bank-holiday-toggle.is-on .bank-holiday-toggle-track {
  background: var(--accent-deep);
}

.bank-holiday-toggle.is-on .bank-holiday-toggle-thumb {
  transform: translateX(18px);
}

.bank-holiday-toggle-label {
  color: var(--accent-deep);
  font-size: 0.88rem;
  font-weight: 700;
}
.bank-holiday-card {
  display: grid;
  gap: 10px;
}

.compact-choice-stack {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.help-chip {
  width: 24px;
  height: 24px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(248, 251, 255, 0.95);
  color: var(--accent-deep);
  font-size: 0.78rem;
  font-weight: 700;
  cursor: pointer;
}

.bank-holiday-help {
  margin: 0;
}
.inline-action {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--accent-deep);
  font-size: 0.88rem;
  font-weight: 700;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.warning-card {
  border-color: rgba(79, 101, 124, 0.22);
  background: linear-gradient(180deg, rgba(244, 248, 252, 0.98) 0%, rgba(235, 242, 248, 0.98) 100%);
}

.manual-entry-card {
  padding: 14px 16px;
  border: 1px solid rgba(79, 101, 124, 0.18);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(249, 252, 255, 0.98) 0%, rgba(240, 246, 251, 0.98) 100%);
}

.calendar-card {
  padding: 16px 14px;
  border: 1px solid rgba(79, 101, 124, 0.18);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(249, 252, 255, 0.98) 0%, rgba(240, 246, 251, 0.98) 100%);
}

.calendar-head {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: baseline;
  margin-bottom: 10px;
}

.calendar-head strong {
  font-size: 1rem;
}

.calendar-head span {
  color: var(--muted);
  font-size: 0.86rem;
}

.calendar-weekdays {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 6px;
  margin-bottom: 8px;
}

.calendar-weekdays span {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.calendar-weeks {
  display: grid;
  gap: 10px;
}

.calendar-week-block {
  display: grid;
  gap: 6px;
}

.calendar-week-label {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
}

.calendar-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.calendar-grid-full {
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 6px;
}

.date-chip {
  min-height: 62px;
  padding: 8px 4px;
  border: 1px solid rgba(91, 110, 129, 0.18);
  border-radius: 14px;
  background: #ffffff;
  color: var(--text);
  cursor: pointer;
  text-align: center;
}

.date-chip span {
  display: block;
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 0.62rem;
  text-transform: uppercase;
}

.date-chip strong {
  font-size: 1rem;
}

.date-chip-unavailable {
  background: linear-gradient(180deg, rgba(243, 246, 249, 0.98) 0%, rgba(234, 239, 244, 0.98) 100%);
  color: rgba(24, 33, 43, 0.42);
  cursor: not-allowed;
  opacity: 0.7;
}

.date-chip.is-selected {
  border-color: transparent;
  background: linear-gradient(180deg, #50657c 0%, #34495d 100%);
  box-shadow: 0 12px 24px rgba(49, 69, 89, 0.18);
}

.date-chip.is-selected span,
.date-chip.is-selected strong {
  color: #f7fbff;
}

.calendar-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.74rem;
}

.calendar-legend span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.legend-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
}

.legend-dot-available {
  background: #4f657c;
}

.legend-dot-unavailable {
  background: #cfd8e1;
}

.size-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.size-option {
  min-height: 46px;
  padding: 10px 12px;
  border: 1px solid rgba(91, 110, 129, 0.18);
  border-radius: 14px;
  background: #ffffff;
  color: var(--text);
  cursor: pointer;
  text-align: center;
}

.size-option.is-selected {
  border-color: transparent;
  background: linear-gradient(180deg, #50657c 0%, #34495d 100%);
  color: #f7fbff;
  box-shadow: 0 12px 24px rgba(49, 69, 89, 0.18);
}

.status-card {
  padding: 14px 16px;
  border: 1px solid rgba(79, 101, 124, 0.16);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(249, 252, 255, 0.98) 0%, rgba(240, 246, 251, 0.98) 100%);
}

.status-card strong {
  display: block;
  margin-bottom: 6px;
  font-size: 0.95rem;
}

.status-card span {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.proof-section-title {
  display: block;
  margin-bottom: 10px;
  font-size: 0.88rem;
}

.status-card.is-alert {
  border-color: rgba(127, 94, 63, 0.24);
  background: linear-gradient(180deg, rgba(252, 247, 242, 0.98) 0%, rgba(246, 238, 228, 0.98) 100%);
}

.lookup-status-card {
  padding: 10px 12px;
  border-radius: 14px;
}

.lookup-status-card strong {
  margin-bottom: 4px;
  font-size: 0.82rem;
}

.lookup-status-card span {
  font-size: 0.82rem;
  line-height: 1.45;
}

.booking-banner-card {
  padding: 18px 16px;
  border-color: rgba(79, 101, 124, 0.12);
  background: linear-gradient(180deg, rgba(240, 246, 251, 0.98) 0%, rgba(231, 240, 247, 0.98) 100%);
}

.booking-banner-card strong {
  margin-bottom: 8px;
  font-size: 1.18rem;
  line-height: 1.2;
}

.booking-banner-card span {
  font-size: 0.92rem;
}

.consent-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.5;
  cursor: pointer;
}

.consent-row span {
  display: block;
}

.consent-checkbox {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  accent-color: #3f556d;
  flex: 0 0 auto;
}

.warning-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 0.96rem;
}

.warning-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.price {
  font-weight: 800;
}

.screen-list,
.summary-list {
  margin: 0;
  padding-left: 18px;
}

.summary-value {
  font-size: 2.1rem;
  font-weight: 800;
}

.time-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.time-grid-expanded {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.time-pill {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  text-align: center;
  font-weight: 700;
  cursor: pointer;
}

.time-pill.is-active {
  background: linear-gradient(180deg, #4f657c 0%, #314559 100%);
  color: #f7fbff;
}

.time-pill.is-unavailable {
  background: linear-gradient(180deg, rgba(243, 246, 249, 0.98) 0%, rgba(234, 239, 244, 0.98) 100%);
  color: rgba(24, 33, 43, 0.42);
  cursor: not-allowed;
  opacity: 0.72;
}

.day-row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(252, 254, 255, 0.95);
}

.day-row strong,
.earnings-stack strong {
  font-size: 0.96rem;
}

.map-card {
  min-height: 220px;
  background:
    linear-gradient(135deg, rgba(247, 251, 255, 0.96), rgba(235, 242, 248, 0.98)),
    radial-gradient(circle at 20% 30%, rgba(146, 173, 158, 0.22), transparent 18%);
}

.map-art {
  position: relative;
  height: 150px;
  margin-bottom: 14px;
  border-radius: 16px;
  overflow: hidden;
  background:
    linear-gradient(90deg, transparent 45%, rgba(255, 255, 255, 0.8) 45%, rgba(255, 255, 255, 0.8) 55%, transparent 55%),
    linear-gradient(0deg, transparent 44%, rgba(255, 255, 255, 0.8) 44%, rgba(255, 255, 255, 0.8) 56%, transparent 56%),
    linear-gradient(135deg, #d7e5d9 0%, #ebf1f6 100%);
}

.map-art::before,
.map-art::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.map-art::before {
  top: 28px;
  left: 48px;
  width: 18px;
  height: 18px;
  background: #4f657c;
  box-shadow: 130px 70px 0 #65816f, 182px 22px 0 #8ca3b7;
}

.map-art::after {
  left: 62px;
  top: 42px;
  width: 136px;
  height: 80px;
  border: 3px dashed rgba(79, 101, 124, 0.5);
}

.step-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
}

.dot-button {
  width: 12px;
  height: 12px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(79, 101, 124, 0.24);
  cursor: pointer;
}

.dot-button.is-active {
  width: 34px;
  border-radius: 999px;
  background: linear-gradient(180deg, #4f657c 0%, #314559 100%);
}

.section-alt {
  background:
    linear-gradient(180deg, rgba(241, 246, 251, 0.9) 0%, rgba(230, 238, 246, 0.98) 100%);
}

.foundation-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.info-panel {
  padding: 24px;
}

.reference-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.reference-card {
  padding: 16px;
}

.reference-card img {
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(41, 54, 68, 0.1);
}

.reference-card figcaption {
  padding-top: 14px;
  color: var(--muted);
  text-align: center;
}

@media (max-width: 1100px) {
  .download-strip,
  .hero,
  .journey-grid,
  .foundation-grid,
  .reference-grid,
  .hero-metrics,
  .benefits-grid {
    grid-template-columns: 1fr;
  }

  .hero-preview {
    min-height: auto;
  }

  .landing-browser {
    width: 100%;
  }

  .auth-preview {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(100%, 420px);
    margin: -18px auto 0;
  }

  .landing-grid {
    grid-template-columns: 1fr;
  }

  .hero-editorial-card {
    width: 100%;
  }

  .worker-page-shell {
    grid-template-columns: 1fr;
  }

  .worker-download-card {
    position: relative;
    top: auto;
  }
}

@media (max-width: 720px) {
  .page-shell {
    width: min(100%, calc(100% - 16px));
    padding-top: 8px;
    padding-bottom: 28px;
  }

  .hero,
  .section {
    padding: 22px 16px;
    border-radius: 28px;
  }

  .hero-editorial-card,
  .final-cta-card,
  .worker-download-card {
    padding: 24px 20px;
    border-radius: 26px;
  }

  h1 {
    font-size: clamp(2.9rem, 15vw, 4.2rem);
  }

  h2 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  h3 {
    font-size: 1.65rem;
  }

  .hero-actions,
  .landing-cta-row {
    flex-direction: column;
  }

  .hero-action-area {
    width: 100%;
    justify-self: start;
    margin-bottom: 28px;
  }

  .worker-link-row {
    justify-content: flex-start;
  }

  .worker-page-section {
    padding: 24px 20px;
  }

  .worker-page-copy h1,
  .worker-download-card h2 {
    max-width: none;
  }

  .install-modal-dialog {
    padding: 24px 20px;
    border-radius: 26px;
  }

  .app-prompt-actions,
  .booking-app-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .download-strip {
    grid-template-columns: 1fr;
  }

  .journey-switcher {
    flex-direction: column;
  }

  .journey-switch {
    width: 100%;
    justify-content: center;
  }

  .landing-cta-row .button {
    width: auto;
  }

  .button {
    width: 100%;
  }

  .journey-card {
    padding: 18px 14px;
  }

  .home-quick-grid {
    grid-template-columns: 1fr;
  }

  .landing-surface {
    padding: 18px;
  }

  .landing-nav,
  .landing-links,
  .auth-links {
    flex-direction: column;
    align-items: flex-start;
  }

  .landing-image-card {
    min-height: 240px;
  }

  .journey-layout {
    grid-template-columns: 1fr;
  }

  .phone {
    width: 100%;
  }

  .phone-feature .phone-screen,
  .journey-phone .phone-screen {
    height: 560px;
    min-height: 560px;
  }

  .time-grid {
    grid-template-columns: 1fr;
  }

  .size-grid,
  .calendar-grid,
  .calendar-grid-full {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lookup-row {
    grid-template-columns: 1fr;
  }

  .calendar-weekdays {
    display: none;
  }

  .calendar-week-label {
    font-size: 0.7rem;
  }

  .time-grid-expanded {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}







.day-row-content {
  display: grid;
  gap: 4px;
}

.day-row-content span {
  line-height: 1.45;
}

.availability-editor-card {
  display: grid;
  gap: 12px;
}

.availability-editor-options,
.availability-editor-actions {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.availability-option-card strong,
.availability-off-card strong {
  font-size: 0.92rem;
}

.availability-slot-list {
  display: grid;
  gap: 10px;
}

.availability-slot-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
  gap: 10px;
  align-items: end;
}

.availability-time-field {
  display: grid;
  gap: 6px;
}

.availability-time-field span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
}

.availability-time-input {
  width: 100%;
  min-height: 46px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #ffffff;
  color: var(--text);
  font: inherit;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

.availability-time-input::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

.availability-time-input::-webkit-clear-button,
.availability-time-input::-webkit-inner-spin-button {
  display: none;
}

.availability-remove-slot {
  align-self: center;
}

.availability-add-slot-card {
  text-align: left;
}

.onboarding-hero-card {
  padding: 18px;
  border: 1px solid rgba(79, 101, 124, 0.14);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(248, 251, 255, 0.98) 0%, rgba(237, 244, 250, 0.98) 100%);
  box-shadow: 0 16px 28px rgba(32, 44, 58, 0.08);
}

.onboarding-hero-card strong {
  display: block;
  margin-bottom: 10px;
  font-size: 1.34rem;
  line-height: 1.15;
}

.onboarding-hero-card span {
  display: block;
  color: var(--muted);
  line-height: 1.6;
}

.onboarding-hero-card-muted {
  background: linear-gradient(180deg, rgba(251, 252, 255, 0.98) 0%, rgba(241, 246, 251, 0.98) 100%);
}

.onboarding-hero-card-approved {
  background: linear-gradient(180deg, rgba(242, 249, 247, 0.98) 0%, rgba(232, 243, 239, 0.98) 100%);
}

.onboarding-hero-card-review {
  background: linear-gradient(180deg, rgba(252, 248, 244, 0.98) 0%, rgba(247, 240, 231, 0.98) 100%);
}

.onboarding-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.onboarding-precheck-stack {
  gap: 18px;
}

.onboarding-question-card {
  padding: 18px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(253, 252, 249, 0.98) 0%, rgba(246, 242, 236, 0.98) 100%);
  box-shadow: 0 16px 30px rgba(48, 38, 28, 0.06);
}

.onboarding-question-card label {
  margin-bottom: 6px;
  color: var(--text);
  font-size: 1.12rem;
  line-height: 1.3;
}

.onboarding-help-text {
  margin-bottom: 14px;
}

.onboarding-inline-note {
  margin-top: 12px;
  color: #7a5f46;
}

.onboarding-check-card {
  position: relative;
  align-items: flex-start;
}

.onboarding-check-card input {
  flex-shrink: 0;
}

.onboarding-check-card > div {
  flex: 1 1 auto;
}

.onboarding-check-card.is-checked {
  border-color: rgba(74, 113, 154, 0.28);
  background: linear-gradient(180deg, rgba(245, 249, 255, 0.98) 0%, rgba(235, 242, 251, 0.98) 100%);
}

.onboarding-check-mark {
  min-width: 0;
  align-self: flex-start;
  color: var(--accent-deep);
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.onboarding-check-mark:empty {
  display: none;
}

.onboarding-check-support {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-top: 8px;
}

.onboarding-check-support span {
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.45;
}

.onboarding-panel-card {
  align-items: stretch;
}

.onboarding-panel-card .summary-stack {
  width: 100%;
}

.onboarding-outcome-card {
  align-items: flex-start;
}

.onboarding-module-card {
  align-items: flex-start;
}

.onboarding-module-copy {
  display: grid;
  gap: 8px;
}

.module-video-placeholder {
  min-width: 108px;
  border-radius: 18px;
  border: 1px dashed rgba(79, 101, 124, 0.22);
  background: linear-gradient(180deg, rgba(244, 248, 252, 0.98) 0%, rgba(235, 242, 248, 0.98) 100%);
  display: grid;
  place-items: center;
  text-align: center;
  padding: 12px;
  color: var(--muted);
}

.module-video-placeholder strong {
  margin-top: 4px;
  font-size: 0.88rem;
}

.module-status-tag {
  display: inline-flex;
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.module-status-not-started {
  background: rgba(79, 101, 124, 0.08);
  color: var(--muted);
}

.module-status-in-progress {
  background: rgba(72, 106, 143, 0.12);
  color: var(--accent-deep);
}

.module-status-complete {
  background: rgba(65, 118, 95, 0.12);
  color: #335946;
}

.onboarding-upload-card.is-uploaded {
  border-color: rgba(74, 113, 154, 0.28);
  background: linear-gradient(180deg, rgba(244, 249, 255, 0.98) 0%, rgba(234, 241, 249, 0.98) 100%);
}

.onboarding-proof-section {
  align-items: flex-start;
}

.onboarding-gallery-section {
  display: grid;
  gap: 14px;
  align-items: stretch;
}

.job-photo-checkpoint {
  border-color: rgba(79, 101, 124, 0.18);
}

.job-photo-checkpoint.is-current {
  border-color: rgba(79, 101, 124, 0.28);
  background: linear-gradient(180deg, rgba(250, 252, 255, 0.98) 0%, rgba(239, 245, 251, 0.98) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.onboarding-gallery-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
}

.onboarding-gallery-head > div {
  flex: 1 1 auto;
}

.onboarding-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.job-photo-actions {
  align-items: stretch;
}

.onboarding-upload-tile {
  min-height: 112px;
  border: 1px solid rgba(91, 110, 129, 0.18);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(252, 253, 255, 0.98) 0%, rgba(239, 244, 249, 0.98) 100%);
  display: grid;
  gap: 6px;
  align-content: center;
  justify-items: center;
  padding: 12px;
  text-align: center;
}

.onboarding-upload-tile strong {
  font-size: 0.88rem;
}

.onboarding-upload-tile span {
  color: var(--muted);
  font-size: 0.82rem;
}

.review-modal-overlay {
  position: sticky;
  inset: auto 0 0 0;
  margin-top: 16px;
  padding: 12px;
  border-radius: 22px;
  background: rgba(228, 236, 244, 0.78);
  backdrop-filter: blur(14px);
  z-index: 8;
}

.review-modal-card {
  display: grid;
  gap: 12px;
  padding: 16px;
  border: 1px solid rgba(91, 110, 129, 0.18);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(253, 254, 255, 0.99) 0%, rgba(242, 247, 251, 0.99) 100%);
  box-shadow: 0 14px 30px rgba(40, 62, 84, 0.12);
}

.review-modal-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.review-modal-head strong {
  display: block;
  margin-bottom: 4px;
}

.review-modal-head span {
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.45;
}

.onboarding-upload-thumb {
  width: 100%;
  min-height: 48px;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(216, 226, 237, 0.95) 0%, rgba(198, 211, 225, 0.95) 100%);
  color: var(--text);
  display: grid;
  place-items: center;
  font-size: 0.78rem;
  font-weight: 700;
}

.onboarding-upload-add {
  place-items: center;
  align-content: center;
  justify-items: center;
  text-align: center;
}

.onboarding-upload-add span {
  color: var(--accent-deep);
  font-size: 1.4rem;
  font-weight: 700;
}

.onboarding-proof-pair {
  display: grid;
  gap: 12px;
}

.onboarding-proof-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.onboarding-proof-column {
  display: grid;
  gap: 8px;
}

.onboarding-proof-label {
  color: var(--accent-deep);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.onboarding-upload-card {
  display: grid;
  gap: 12px;
  align-items: stretch;
  min-height: 0;
}

.onboarding-upload-card-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
}

.onboarding-upload-card-head > div {
  flex: 1 1 auto;
}

.onboarding-upload-trigger {
  min-width: 92px;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 14px;
}

.onboarding-upload-options {
  display: grid;
  gap: 10px;
}

.onboarding-guidance-card {
  display: grid;
  gap: 10px;
  align-items: flex-start;
}

.onboarding-guidance-list {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.6;
}

.onboarding-guidance-list li + li {
  margin-top: 4px;
}

.onboarding-speed-card {
  display: grid;
  gap: 14px;
}

.onboarding-speed-head {
  display: grid;
  gap: 4px;
}

.onboarding-speed-grid {
  display: grid;
  gap: 10px;
}

.onboarding-timing-field {
  padding: 12px 14px;
}

.onboarding-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #556b82 50%), linear-gradient(135deg, #556b82 50%, transparent 50%);
  background-position: calc(100% - 18px) calc(50% - 3px), calc(100% - 12px) calc(50% - 3px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 36px;
}

.onboarding-standard-card {
  align-items: flex-start;
}

.onboarding-standard-list {
  display: grid;
  gap: 8px;
  margin-top: 10px;
}

.onboarding-status-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.onboarding-status-grid > div {
  display: grid;
  gap: 6px;
}

@media (min-width: 1024px) {
  body.booking-flow-active .page-shell {
    width: min(1520px, calc(100% - 28px));
    padding-top: 4px;
  }

  body.booking-flow-active .site-switcher {
    display: none;
  }

  body.booking-flow-active #flows.section {
    margin-top: 0;
    padding-top: 18px;
  }

  body.booking-flow-active .section-heading.app-heading {
    max-width: 1280px;
    margin: 0 auto 10px;
    padding-left: 8px;
    text-align: left;
    justify-items: start;
    align-items: start;
  }

  body.booking-flow-active .booking-home-link {
    margin-bottom: 10px;
  }

  body.booking-flow-active .section-heading.app-heading h2 {
    font-size: clamp(2.6rem, 4.2vw, 4rem);
    line-height: 0.98;
    letter-spacing: -0.04em;
  }

  body.booking-flow-active .section-heading.app-heading p {
    max-width: 520px;
  }

  body.booking-flow-active [data-journey-card="customer"] .journey-header {
    margin-bottom: 12px;
  }

  body.booking-flow-active [data-journey-card="customer"] .journey-header h3 {
    font-size: clamp(2rem, 2.4vw, 2.5rem);
    letter-spacing: -0.03em;
  }

  body.booking-flow-active .journey-grid.app-grid {
    max-width: 1280px;
  }

  body.booking-flow-active [data-journey-card="customer"] {
    padding: 22px 24px 24px;
  }

  body.booking-flow-active [data-journey-card="customer"] .journey-layout {
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 24px;
    align-items: stretch;
  }

  body.booking-flow-active [data-journey-card="customer"] .journey-phone,
  body.booking-flow-active [data-journey-card="customer"] .phone {
    width: 100%;
    max-width: none;
  }

  body.booking-flow-active [data-journey-card="customer"] .phone {
    padding: 0;
    border: 0;
    border-radius: 28px;
    background: rgba(248, 252, 255, 0.82);
    box-shadow: 0 18px 42px rgba(42, 58, 74, 0.1);
  }

  body.booking-flow-active [data-journey-card="customer"] .phone::before,
  body.booking-flow-active [data-journey-card="customer"] .phone-notch {
    display: none;
  }

  body.booking-flow-active [data-journey-card="customer"] .journey-phone .phone-screen {
    height: auto;
    min-height: 0;
    border-radius: 28px;
  }

  body.booking-flow-active [data-journey-card="customer"] .screen-head,
  body.booking-flow-active [data-journey-card="customer"] .screen-footer {
    padding-left: 24px;
    padding-right: 24px;
  }

  body.booking-flow-active [data-journey-card="customer"] .screen-content {
    flex: 0 0 auto;
    padding: 20px 24px 26px;
    overflow: visible;
    scrollbar-width: auto;
  }

  body.booking-flow-active [data-journey-card="customer"] .screen-content > :not(.calendar-card):not(.time-grid-expanded) {
    max-width: 760px;
  }

  body.booking-flow-active [data-journey-card="customer"] .lookup-row {
    grid-template-columns: minmax(0, 360px) auto;
    justify-content: start;
  }

  body.booking-flow-active [data-journey-card="customer"] .lookup-button {
    width: auto;
    min-width: 168px;
  }

  body.booking-flow-active [data-journey-card="customer"] .screen-content::-webkit-scrollbar {
    width: 0;
  }

  body.booking-flow-active [data-journey-card="customer"] .screen-footer {
    margin-top: 0;
  }

  body.booking-flow-active [data-journey-card="customer"] .preview-panel {
    position: sticky;
    top: 32px;
    align-self: start;
    padding: 22px;
    border-style: solid;
    background: rgba(250, 252, 255, 0.9);
    box-shadow: 0 16px 36px rgba(41, 54, 68, 0.08);
  }
}

@media (max-width: 420px) {
  .onboarding-choice-grid,
  .onboarding-status-grid,
  .onboarding-proof-grid {
    grid-template-columns: 1fr;
  }

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

  .module-video-placeholder {
    min-width: 92px;
  }
}

@media (max-width: 820px) {
  body.mobile-webapp {
    background:
      radial-gradient(circle at top center, rgba(255, 255, 255, 0.8), transparent 32%),
      linear-gradient(180deg, #f4f7fa 0%, #e3eaf0 100%);
  }

  body.mobile-webapp .page-shell {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  body.mobile-webapp .hero,
  body.mobile-webapp .section:not(#flows),
  body.mobile-webapp .preview-panel,
  body.mobile-webapp .journey-header,
  body.mobile-webapp .step-dots {
    display: none;
  }

  body.mobile-webapp main {
    min-height: var(--app-height);
  }

  body.mobile-webapp #flows.section {
    display: flex;
    flex-direction: column;
    min-height: var(--app-height);
    margin-top: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }

  body.mobile-webapp #flows.section::before {
    display: none;
  }

  body.mobile-webapp .section-heading.app-heading {
    position: sticky;
    top: 0;
    z-index: 30;
    max-width: none;
    margin: 0;
    padding:
      calc(env(safe-area-inset-top, 0px) + 14px)
      14px
      12px;
    background: rgba(244, 248, 252, 0.92);
    border-bottom: 1px solid rgba(79, 101, 124, 0.12);
    backdrop-filter: blur(18px);
  }

  body.mobile-webapp .section-heading.app-heading > :not(.journey-switcher) {
    display: none;
  }

  body.mobile-webapp .journey-switcher {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin: 0;
  }

  body.mobile-webapp .journey-switch {
    min-height: 46px;
    padding: 0 10px;
    font-size: 0.76rem;
    line-height: 1.15;
  }

  body.mobile-webapp .journey-grid.app-grid {
    flex: 1;
    max-width: none;
    margin: 0;
  }

  body.mobile-webapp .journey-card {
    min-height: calc(var(--app-height) - 88px);
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  body.mobile-webapp .journey-layout {
    display: block;
  }

  body.mobile-webapp .journey-phone,
  body.mobile-webapp .phone {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  body.mobile-webapp .phone::before,
  body.mobile-webapp .phone-notch {
    display: none;
  }

  body.mobile-webapp .journey-phone .phone-screen {
    height: calc(var(--app-height) - 88px);
    min-height: calc(var(--app-height) - 88px);
    border-radius: 0;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(238, 244, 249, 0.98) 100%);
  }

  body.mobile-webapp .screen-head,
  body.mobile-webapp .screen-footer {
    padding-left: 16px;
    padding-right: 16px;
  }

  body.mobile-webapp .screen-head {
    padding-top: 16px;
  }

  body.mobile-webapp .screen-footer {
    padding-bottom: 14px;
  }

  body.mobile-webapp .screen-content {
    padding: 16px 16px 22px;
    -webkit-overflow-scrolling: touch;
  }

  body.mobile-webapp .screen-tabs {
    padding:
      10px
      12px
      calc(12px + env(safe-area-inset-bottom, 0px));
  }
}


