:root {
  --teal: #075f73;
  --blue: #0d7f9a;
  --deep-blue: #123f4a;
  --mint: #dcefeb;
  --soft: #eff3f0;
  --ice: #f4fbfc;
  --seafoam: #7bc9b0;
  --ink: #192b32;
  --muted: #5d6b6e;
  --line: #cde0dc;
  --white: #ffffff;
  --warm: #fdbe74;
  font-family: Avenir Next, Inter, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background:
    radial-gradient(circle at 12% 12%, rgba(244, 251, 252, 0.96), transparent 36%),
    linear-gradient(110deg, #f8fbfc 0%, #eff3f0 48%, #dcefeb 100%);
  color: var(--ink);
  margin: 0;
}

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

.mock-header {
  align-items: center;
  background: rgba(239, 243, 240, 0.76);
  backdrop-filter: blur(18px);
  border-bottom: 0;
  display: flex;
  justify-content: space-between;
  left: 0;
  min-height: 82px;
  padding: 8px clamp(28px, 5.4vw, 96px);
  position: sticky;
  right: 0;
  top: 0;
  z-index: 20;
}

.mock-brand img {
  display: block;
  height: auto;
  object-fit: contain;
  width: clamp(142px, 12vw, 204px);
}

.mock-header nav {
  align-items: center;
  display: flex;
  gap: clamp(24px, 2.6vw, 44px);
  font-size: clamp(15px, 1vw, 18px);
  font-weight: 650;
}

.nav-pill,
.button {
  border-radius: 999px;
  display: inline-flex;
  font-weight: 800;
  padding: 12px 20px;
}

.nav-pill,
.button.primary,
.mock-form button {
  background: var(--teal);
  color: var(--white);
}

.button.ghost {
  border: 1px solid var(--teal);
  color: var(--teal);
}

.mock-hero {
  display: grid;
  gap: clamp(44px, 5vw, 92px);
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  min-height: calc(100vh - 82px);
  overflow: hidden;
  padding: 112px clamp(32px, 5.6vw, 112px) 92px;
  position: relative;
}

.mock-hero::after {
  background:
    linear-gradient(90deg, rgba(7, 95, 115, 0.06), rgba(7, 95, 115, 0.015)),
    radial-gradient(circle at 96% 28%, rgba(220, 239, 235, 0.74), transparent 42%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.hero-bg-orb {
  border-radius: 999px;
  filter: blur(10px);
  opacity: 0.55;
  position: absolute;
}

.orb-one {
  background: #dcefeb;
  height: 420px;
  right: -90px;
  top: 90px;
  width: 420px;
}

.orb-two {
  background: #bfe7ef;
  bottom: 40px;
  height: 280px;
  left: 8%;
  width: 280px;
}

.hero-copy,
.hero-device {
  align-self: center;
  position: relative;
  z-index: 1;
}

.kicker {
  color: var(--teal);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.17em;
  margin: 0 0 16px;
  text-transform: uppercase;
}

.care-kicker {
  align-items: center;
  background: rgba(220, 239, 235, 0.88);
  border: 1px solid rgba(7, 95, 115, 0.08);
  border-radius: 999px;
  display: inline-flex;
  gap: 10px;
  padding: 10px 22px;
}

.care-signal {
  align-items: center;
  background: #ffffff;
  border: 2px solid rgba(7, 95, 115, 0.16);
  border-radius: 999px;
  display: inline-flex;
  height: 22px;
  justify-content: center;
  position: relative;
  width: 22px;
}

.care-signal::before {
  background: var(--teal);
  border-radius: 50% 50% 50% 0;
  content: "";
  height: 11px;
  position: absolute;
  transform: rotate(-45deg);
  width: 11px;
}

.care-signal::after {
  background: #ffffff;
  border-radius: 999px;
  content: "";
  height: 4px;
  position: absolute;
  width: 4px;
}

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

h1 {
  color: var(--deep-blue);
  font-size: clamp(52px, 5.9vw, 96px);
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 1.02;
  margin-bottom: 24px;
  max-width: 880px;
}

h2 {
  font-size: clamp(32px, 4.2vw, 52px);
  letter-spacing: -0.035em;
  line-height: 1.06;
  margin-bottom: 18px;
}

h3 {
  font-size: 22px;
  letter-spacing: -0.02em;
}

p {
  color: #50676d;
  font-size: 17px;
  line-height: 1.72;
}

.location-pill {
  align-items: center;
  background: rgba(220, 239, 235, 0.88);
  border: 1px solid rgba(7, 95, 115, 0.08);
  border-radius: 999px;
  color: var(--teal);
  display: inline-flex;
  font-size: clamp(15px, 1.35vw, 19px);
  font-weight: 850;
  gap: 12px;
  line-height: 1.1;
  margin: 0 0 20px;
  padding: 10px 20px;
}

.hero-subline {
  color: var(--blue);
  font-size: clamp(18px, 1.75vw, 23px);
  font-weight: 850;
  line-height: 1.25;
  margin-bottom: 24px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 30px;
}

.button {
  align-items: center;
  gap: 12px;
}

.button.primary {
  background: linear-gradient(90deg, var(--teal), var(--blue));
  box-shadow: 0 16px 34px rgba(7, 95, 115, 0.2);
  outline: 8px solid rgba(123, 201, 176, 0.14);
}

.button-signal {
  border: 2px solid rgba(255, 255, 255, 0.55);
  border-radius: 999px;
  height: 16px;
  position: relative;
  width: 16px;
}

.button-signal::before,
.button-signal::after {
  background: #ffffff;
  border-radius: 999px;
  content: "";
  height: 4px;
  position: absolute;
  width: 4px;
}

.button-signal::before {
  left: 3px;
  top: 4px;
}

.button-signal::after {
  right: 3px;
  top: 8px;
}

.button.ghost {
  background: rgba(255, 255, 255, 0.7);
  border: 2px solid rgba(7, 95, 115, 0.2);
}

.glass-card {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin: 0 auto;
  max-width: 680px;
  overflow: visible;
  padding: 0;
  position: relative;
}

.hero-logo {
  display: block;
  filter:
    drop-shadow(0 18px 32px rgba(7, 95, 115, 0.08))
    saturate(1)
    contrast(1);
  margin: auto;
  max-width: 100%;
  mix-blend-mode: normal;
  opacity: 1;
  position: relative;
  width: min(620px, 100%);
  z-index: 2;
}

.live-card {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(205, 224, 220, 0.84);
  border-radius: 24px;
  display: grid;
  gap: 6px;
  margin: -8px auto 0;
  max-width: 500px;
  padding: 18px 20px;
  position: relative;
  z-index: 3;
}

.live-card span,
.step-card span,
.path-card span {
  color: var(--seafoam);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.care-paths,
.trust-band,
.founder-story,
.request-panel {
  padding: 88px clamp(28px, 7vw, 128px);
}

.content-hero {
  padding: 112px clamp(28px, 7vw, 128px) 70px;
}

.content-hero h1 {
  max-width: 980px;
}

.content-hero p:not(.kicker) {
  max-width: 780px;
}

.content-hero .button {
  margin-top: 18px;
}

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

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

.path-card,
.step-card,
.story-card,
.quote-card,
.request-panel,
.metric {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 32px;
  box-shadow: 0 18px 60px rgba(7, 95, 115, 0.07);
}

.path-card {
  min-height: 250px;
  padding: 32px;
}

.story-scroll {
  display: grid;
  gap: 64px;
  grid-template-columns: 0.8fr 1fr;
  padding: 96px clamp(28px, 7vw, 128px);
}

.sticky-copy {
  align-self: start;
  position: sticky;
  top: 140px;
}

.step-stack {
  display: grid;
  gap: 24px;
}

.step-card {
  min-height: 230px;
  padding: 32px;
}

.trust-band {
  background: #dcefeb;
}

.journey-showcase {
  background:
    radial-gradient(circle at 18% 20%, rgba(123, 201, 176, 0.22), transparent 32%),
    linear-gradient(180deg, #eff3f0 0%, #f8fbfc 100%);
  padding: 92px clamp(24px, 6vw, 108px);
}

.journey-stage {
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(280px, 0.72fr) minmax(520px, 1.28fr);
  margin-top: 34px;
}

.journey-copy {
  display: grid;
  gap: 18px;
}

.journey-step {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
  border-radius: 28px;
  opacity: 0.48;
  padding: 22px;
  transform: scale(0.98);
  transition: opacity 450ms ease, transform 450ms ease, border-color 450ms ease;
}

.journey-step.active {
  border-color: rgba(7, 95, 115, 0.32);
  opacity: 1;
  transform: scale(1);
}

.journey-step span {
  color: var(--seafoam);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.journey-step h3 {
  font-size: 23px;
  margin: 12px 0 8px;
}

.journey-step p {
  font-size: 16px;
  margin-bottom: 0;
}

.journey-visual {
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 40px;
  box-shadow: 0 30px 88px rgba(7, 95, 115, 0.13);
  min-height: 650px;
  overflow: hidden;
  position: sticky;
  top: 118px;
}

.city-map {
  inset: 34px;
  position: absolute;
}

.street {
  background: rgba(7, 95, 115, 0.08);
  border-radius: 999px;
  display: block;
  position: absolute;
}

.street-one {
  height: 18px;
  left: 7%;
  top: 24%;
  transform: rotate(-19deg);
  width: 82%;
}

.street-two {
  height: 16px;
  left: 1%;
  top: 58%;
  transform: rotate(13deg);
  width: 86%;
}

.street-three {
  height: 15px;
  left: 22%;
  top: 43%;
  transform: rotate(90deg);
  width: 52%;
}

.pin {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  gap: 6px;
  padding: 9px 12px;
  position: absolute;
  text-transform: uppercase;
}

.home-pin {
  background: var(--teal);
  color: white;
  height: 18px;
  left: 12%;
  padding: 0;
  top: 64%;
  width: 18px;
}

.home-pin::after {
  background: var(--teal);
  border-radius: 999px;
  content: "";
  inset: 5px;
  position: absolute;
}

.worker-pin {
  background: var(--warm);
  color: var(--ink);
  opacity: 0;
  right: 14%;
  top: 18%;
  transform: translateY(18px);
  transition: opacity 500ms ease, transform 500ms ease;
}

.route-line {
  border-top: 4px dashed rgba(7, 95, 115, 0.35);
  left: 23%;
  opacity: 0;
  position: absolute;
  top: 45%;
  transform: rotate(-23deg) scaleX(0.2);
  transform-origin: left;
  transition: opacity 500ms ease, transform 700ms ease;
  width: 52%;
}

.journey-phone {
  background: #102a30;
  border-radius: 38px;
  box-shadow: 0 24px 70px rgba(7, 95, 115, 0.18);
  color: var(--ink);
  padding: 10px;
  position: absolute;
  transition: opacity 520ms ease, transform 520ms ease;
  width: 260px;
}

.family-phone {
  left: 12%;
  top: 18%;
}

.worker-phone {
  opacity: 0;
  right: 10%;
  top: 18%;
  transform: translateX(34px) rotate(2deg);
}

.story-person {
  height: 176px;
  position: absolute;
  transition: opacity 520ms ease, transform 520ms ease;
  width: 118px;
  z-index: 2;
}

.requester-person {
  left: 34%;
  opacity: 1;
  top: 37%;
  transform: translateY(0);
}

.psw-person {
  opacity: 0;
  right: 34%;
  top: 39%;
  transform: translateX(32px);
}

.person-head {
  background: #f2c9a9;
  border: 4px solid rgba(25, 43, 50, 0.08);
  border-radius: 44% 44% 48% 48%;
  height: 64px;
  left: 28px;
  position: absolute;
  top: 0;
  width: 62px;
}

.hair {
  background: #192b32;
  display: block;
  position: absolute;
}

.hair-short {
  border-radius: 34px 34px 18px 18px;
  height: 28px;
  left: -4px;
  top: -8px;
  transform: rotate(-8deg);
  width: 70px;
}

.hair-bun {
  border-radius: 999px;
  height: 72px;
  left: -8px;
  top: -14px;
  width: 74px;
}

.hair-bun::after {
  background: #192b32;
  border-radius: 999px;
  content: "";
  height: 28px;
  position: absolute;
  right: -17px;
  top: 5px;
  width: 28px;
}

.eye {
  background: var(--ink);
  border-radius: 999px;
  height: 5px;
  position: absolute;
  top: 31px;
  width: 5px;
}

.eye-left {
  left: 20px;
}

.eye-right {
  right: 20px;
}

.mouth {
  border-bottom: 3px solid var(--ink);
  border-radius: 999px;
  bottom: 13px;
  height: 12px;
  left: 23px;
  position: absolute;
  width: 18px;
}

.mouth.worried {
  border-bottom: 0;
  border-top: 3px solid var(--ink);
  bottom: 10px;
}

.mouth.calm {
  border-bottom-color: var(--teal);
}

.person-body {
  border-radius: 30px 30px 18px 18px;
  height: 94px;
  left: 18px;
  position: absolute;
  top: 58px;
  width: 82px;
}

.requester-shirt {
  background: linear-gradient(145deg, #ffffff, #dcefeb);
  border: 3px solid #d5e7ea;
}

.psw-scrub {
  background: linear-gradient(145deg, #7bc9b0, #075f73);
}

.badge-dot {
  background: white;
  border-radius: 999px;
  height: 10px;
  left: 17px;
  position: absolute;
  top: 22px;
  width: 10px;
}

.arm {
  background: #f2c9a9;
  border-radius: 999px;
  height: 16px;
  position: absolute;
  top: 38px;
  width: 62px;
}

.arm-phone {
  right: -35px;
  transform: rotate(-28deg);
}

.arm-walk {
  left: -34px;
  transform: rotate(24deg);
}

.mini-phone {
  background: #102a30;
  border: 3px solid white;
  border-radius: 9px;
  height: 44px;
  position: absolute;
  right: -48px;
  top: 18px;
  transform: rotate(-8deg);
  width: 28px;
}

.worker-mini-phone {
  left: -48px;
  right: auto;
  transform: rotate(7deg);
}

.leg {
  background: #102a30;
  border-radius: 999px;
  bottom: 0;
  height: 45px;
  position: absolute;
  width: 15px;
}

.leg-left {
  left: 39px;
  transform: rotate(15deg);
}

.leg-right {
  right: 39px;
  transform: rotate(-20deg);
}

.person-shadow {
  background: rgba(7, 95, 115, 0.14);
  border-radius: 999px;
  bottom: -9px;
  height: 16px;
  left: 12px;
  position: absolute;
  width: 94px;
}

.phone-top {
  align-items: center;
  color: white;
  display: flex;
  gap: 9px;
  padding: 12px 12px 10px;
}

.phone-top img {
  border-radius: 10px;
  height: 30px;
  width: 30px;
}

.phone-screen {
  background: white;
  border-radius: 28px;
  min-height: 290px;
  padding: 22px;
}

.mini-pill {
  background: var(--mint);
  border-radius: 999px;
  color: var(--teal);
  display: inline-flex;
  font-size: 11px;
  font-weight: 900;
  margin-bottom: 18px;
  padding: 7px 10px;
  text-transform: uppercase;
}

.phone-screen h4 {
  font-size: 26px;
  letter-spacing: -0.04em;
  line-height: 1;
  margin: 0 0 18px;
}

.typed-line {
  background: var(--soft);
  border-radius: 12px;
  color: var(--muted);
  font-size: 14px;
  margin: 10px 0;
  opacity: 0.55;
  overflow: visible;
  padding: 12px;
  transform: translateY(8px);
  transition: opacity 450ms ease, transform 450ms ease;
  white-space: normal;
  width: 100%;
}

.phone-screen button {
  background: var(--teal);
  border: 0;
  border-radius: 16px;
  color: white;
  font: inherit;
  font-weight: 900;
  margin-top: 18px;
  padding: 13px 16px;
  width: 100%;
}

.match-toast,
.relief-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(7, 95, 115, 0.12);
  display: grid;
  gap: 4px;
  opacity: 0;
  padding: 18px 20px;
  position: absolute;
  transform: translateY(20px);
  transition: opacity 500ms ease, transform 500ms ease;
}

.match-toast {
  right: 13%;
  top: 58%;
  width: 270px;
}

.relief-card {
  bottom: 54px;
  left: 50%;
  transform: translate(-50%, 20px);
  width: min(430px, 80%);
}

.match-toast strong,
.relief-card strong {
  color: var(--teal);
}

.match-toast span,
.relief-card span {
  color: var(--muted);
  font-size: 14px;
}

.journey-showcase[data-step="1"] .typed-line.line-a {
  opacity: 1;
  transform: translateY(0);
}

.journey-showcase[data-step="1"] .typed-line.line-b {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 160ms;
}

.journey-showcase[data-step="2"] .worker-phone,
.journey-showcase[data-step="3"] .worker-phone,
.journey-showcase[data-step="4"] .worker-phone,
.journey-showcase[data-step="2"] .psw-person,
.journey-showcase[data-step="3"] .psw-person,
.journey-showcase[data-step="4"] .psw-person,
.journey-showcase[data-step="2"] .worker-pin,
.journey-showcase[data-step="3"] .worker-pin,
.journey-showcase[data-step="4"] .worker-pin {
  opacity: 1;
  transform: translate(0) rotate(0);
}

.journey-showcase[data-step="4"] .requester-person .mouth {
  border-bottom: 3px solid var(--teal);
  border-top: 0;
  bottom: 13px;
}

.journey-showcase[data-step="2"] .route-line,
.journey-showcase[data-step="3"] .route-line,
.journey-showcase[data-step="4"] .route-line {
  opacity: 1;
  transform: rotate(-23deg) scaleX(1);
}

.journey-showcase[data-step="3"] .match-toast,
.journey-showcase[data-step="4"] .match-toast {
  opacity: 1;
  transform: translateY(0);
}

.journey-showcase[data-step="4"] .relief-card {
  opacity: 1;
  transform: translate(-50%, 0);
}

.trust-metrics {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}

.metric {
  padding: 24px;
  text-align: center;
}

.metric strong {
  color: var(--teal);
  display: block;
  font-size: 36px;
  letter-spacing: -0.04em;
}

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

.founder-story {
  display: grid;
  gap: 24px;
  grid-template-columns: 1.2fr 0.8fr;
}

.story-card,
.quote-card {
  padding: 36px;
}

.quote-card {
  align-items: center;
  background: var(--teal);
  display: flex;
}

.quote-card p {
  color: var(--white);
  font-size: 26px;
  letter-spacing: -0.03em;
  line-height: 1.24;
}

.request-panel {
  align-items: center;
  display: grid;
  gap: 34px;
  grid-template-columns: 1fr 1fr;
  margin: 70px clamp(24px, 6vw, 108px);
  padding: 44px;
}

.admin-panel {
  margin-bottom: 34px;
  margin-top: 70px;
}

.admin-summary {
  background: rgba(220, 239, 235, 0.72);
  border: 1px solid var(--line);
  border-radius: 28px;
  display: grid;
  gap: 4px;
  justify-self: end;
  min-width: 220px;
  padding: 28px;
  text-align: center;
}

.admin-summary strong {
  color: var(--teal);
  font-size: 54px;
  letter-spacing: -0.05em;
}

.admin-summary span {
  color: var(--muted);
  font-weight: 800;
}

.admin-list {
  padding: 0 clamp(28px, 7vw, 128px) 96px;
}

.admin-list-header {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-bottom: 24px;
}

.inquiry-list {
  display: grid;
  gap: 18px;
}

.inquiry-card {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: 0 18px 60px rgba(7, 95, 115, 0.07);
  display: grid;
  gap: 12px;
  padding: 24px;
}

.inquiry-card header {
  align-items: flex-start;
  display: flex;
  gap: 18px;
  justify-content: space-between;
}

.inquiry-card h3 {
  margin: 0;
}

.inquiry-card dl {
  display: grid;
  gap: 8px;
  grid-template-columns: 120px 1fr;
  margin: 0;
}

.inquiry-card dt {
  color: var(--muted);
  font-weight: 850;
}

.inquiry-card dd {
  margin: 0;
}

.status-control {
  color: var(--muted);
  display: grid;
  font-size: 12px;
  font-weight: 900;
  gap: 6px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.status-control select,
.status-badge {
  background: var(--mint);
  border: 0;
  border-radius: 999px;
  color: var(--teal);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  padding: 8px 12px;
  text-transform: uppercase;
}

.mock-form {
  display: grid;
  gap: 14px;
}

.hidden-field {
  display: none;
}

.mock-form input,
.mock-form select,
.mock-form textarea,
.mock-form button {
  border: 1px solid var(--line);
  border-radius: 18px;
  font: inherit;
  padding: 16px 18px;
}

.mock-form input,
.mock-form select,
.mock-form textarea {
  background: var(--soft);
}

.mock-form textarea {
  min-height: 126px;
  resize: vertical;
}

.mock-form button {
  border: 0;
  cursor: pointer;
  font-weight: 900;
}

.form-status {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
  margin: 0;
}

.form-status.success {
  color: var(--teal);
  font-weight: 800;
}

.form-status.error {
  color: #9b3f35;
  font-weight: 800;
}

.mock-footer {
  align-items: center;
  background: #eff3f0;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  padding: 28px clamp(24px, 6vw, 108px);
}

.mock-footer img {
  width: 190px;
}

.mock-footer span {
  color: var(--muted);
  font-weight: 800;
}

.reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .mock-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }

  .mock-brand img {
    height: auto;
    width: 150px;
  }

  .mock-header nav {
    flex-wrap: wrap;
  }

  .mock-hero {
    min-height: auto;
    padding-top: 70px;
  }

  .hero-actions {
    margin-bottom: 10px;
  }

  .mock-hero,
  .path-grid,
  .story-scroll,
  .journey-stage,
  .trust-metrics,
  .founder-story,
  .request-panel {
    grid-template-columns: 1fr;
  }

  .sticky-copy {
    position: static;
  }

  .journey-visual {
    min-height: 720px;
    position: relative;
    top: auto;
  }

  .request-panel {
    margin-left: clamp(18px, 5vw, 36px);
    margin-right: clamp(18px, 5vw, 36px);
  }

  .family-phone,
  .worker-phone {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }

  .worker-phone {
    top: 390px;
  }

  .requester-person {
    left: 58%;
    top: 265px;
  }

  .psw-person {
    right: 58%;
    top: 555px;
  }
}
