:root {
  --paper: #f7f2ea;
  --paper-2: #efe7da;
  --surface: #fffdf8;
  --ink: #181512;
  --ink-2: #5d534a;
  --ink-3: #8d8073;
  --line: #ded2c1;
  --line-2: #cbbba5;
  --amber: #f59e3c;
  --amber-2: #c2630f;
  --teal: #117b74;
  --teal-soft: #d7efea;
  --brick: #9f4734;
  --sage: #708b5d;
  --dark: #171411;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(63, 46, 28, 0.16);
  --shadow-soft: 0 14px 36px rgba(63, 46, 28, 0.11);
  --radius: 8px;
  --maxw: 1180px;
  --display: "Plus Jakarta Sans", system-ui, sans-serif;
  --body: "Manrope", system-ui, sans-serif;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 84px; /* clear the sticky header on anchor jumps */
}

body {
  min-width: 320px;
  font-family: var(--body);
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.54), rgba(255, 255, 255, 0) 420px),
    var(--paper);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.wrap {
  width: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 24px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(247, 242, 234, 0.86);
  border-bottom: 1px solid rgba(222, 210, 193, 0.78);
  backdrop-filter: blur(18px);
}

.nav {
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: 'Comfortaa', var(--display);
  font-size: 1.34rem;
  font-weight: 700;
  letter-spacing: -0.5px;
  color: var(--ink);
}

.brand-mark {
  height: 52px;
  width: auto;
  display: block;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
}

.nav-links a:not(.btn) {
  color: var(--ink-2);
  font-size: 0.92rem;
  font-weight: 750;
}

.nav-links a:not(.btn):hover {
  color: var(--ink);
}

.btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  padding: 0 20px;
  font-weight: 800;
  line-height: 1;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    background 160ms ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-small {
  min-height: 40px;
  padding: 0 16px;
  font-size: 0.9rem;
}

.btn-dark {
  color: #fff9ef;
  background: var(--dark);
  box-shadow: 0 16px 32px rgba(24, 21, 18, 0.18);
}

.btn-light {
  color: var(--dark);
  background: var(--surface);
  border-color: var(--line);
  box-shadow: 0 12px 30px rgba(63, 46, 28, 0.08);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 82px 0 54px;
}

.hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 70% 20%, rgba(237, 157, 56, 0.22), transparent 34%),
    linear-gradient(135deg, transparent 0 62%, rgba(17, 123, 116, 0.11) 62% 100%);
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(460px, 1.08fr);
  align-items: center;
  gap: 64px;
}

.hero-copy {
  display: grid;
  gap: 22px;
}

.pill {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border: 1px solid rgba(201, 110, 30, 0.24);
  border-radius: var(--radius);
  color: var(--amber-2);
  background: rgba(255, 253, 248, 0.72);
  font-size: 0.82rem;
  font-weight: 850;
}

.status-dot {
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 0 5px rgba(17, 123, 116, 0.12);
}

h1,
h2,
h3 {
  font-family: var(--display);
  line-height: 1.05;
  letter-spacing: 0;
  color: var(--ink);
}

h1 {
  max-width: 11ch;
  font-size: clamp(3.2rem, 7.4vw, 6.45rem);
  font-weight: 800;
}

h2 {
  font-size: clamp(2.1rem, 4vw, 4rem);
  font-weight: 800;
}

h3 {
  font-size: 1.22rem;
  font-weight: 800;
}

.lead {
  max-width: 58ch;
  color: var(--ink-2);
  font-size: clamp(1.05rem, 1.5vw, 1.2rem);
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 4px;
}

/* Role-specific step flow (poster / worker journeys) */
.rf-eyebrow {
  margin: 0 0 26px;
}
.role-flow {
  list-style: none;
  margin: 0 0 52px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.rf-step {
  position: relative;
  padding: 0 16px;
  text-align: center;
}
.rf-step::before {
  content: "";
  position: absolute;
  top: 25px;
  left: calc(50% + 32px);
  right: calc(-50% + 32px);
  height: 2px;
  background: repeating-linear-gradient(90deg, var(--amber) 0 7px, transparent 7px 14px);
  opacity: 0.55;
}
.rf-step:last-child::before {
  display: none;
}
.rf-num {
  position: relative;
  z-index: 1;
  width: 50px;
  height: 50px;
  margin: 0 auto 16px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-family: var(--display);
  font-weight: 800;
  font-size: 1.15rem;
  color: #fff9ef;
  background: linear-gradient(135deg, var(--amber), var(--amber-2));
  box-shadow: 0 10px 22px rgba(194, 99, 15, 0.25);
}
.rf-step h3 {
  font-size: 1.02rem;
  margin: 0 0 6px;
}
.rf-step p {
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--ink-2);
  margin: 0;
}
.role-flow--dark .rf-step h3 {
  color: #fff8ef;
}
.role-flow--dark .rf-step p {
  color: #d8cab8;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--ink-2);
  font-size: 0.88rem;
  font-weight: 750;
}

.trust-row span {
  padding: 7px 10px;
  border: 1px solid rgba(222, 210, 193, 0.78);
  border-radius: var(--radius);
  background: rgba(255, 253, 248, 0.58);
}

.hero-visual {
  position: relative;
  min-height: 600px;
}

.city-card {
  position: absolute;
  inset: 26px 0 0 0;
  overflow: hidden;
  border: 1px solid rgba(203, 187, 165, 0.72);
  border-radius: var(--radius);
  background: linear-gradient(180deg, #ffe6b7, #e0c49a 52%, #9b7851);
  box-shadow: var(--shadow);
}

.street-scene {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.sun {
  position: absolute;
  width: 90px;
  height: 90px;
  top: 38px;
  right: 86px;
  border-radius: 50%;
  background: #f9cc6c;
  box-shadow: 0 0 55px rgba(249, 204, 108, 0.7);
}

.building,
.shop,
.road,
.worker,
.box {
  position: absolute;
}

.building {
  bottom: 135px;
  width: 138px;
  background: #f8e8cf;
  border: 1px solid rgba(90, 61, 37, 0.14);
}

.building::before,
.building::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 24px;
  background: #7fb8ba;
  border-radius: 2px;
  box-shadow:
    34px 0 #7fb8ba,
    68px 0 #7fb8ba,
    0 46px #7fb8ba,
    34px 46px #7fb8ba,
    68px 46px #7fb8ba;
}

.building-a {
  left: 32px;
  height: 250px;
}

.building-a::before {
  left: 22px;
  top: 36px;
}

.building-b {
  right: 38px;
  height: 190px;
  background: #dfb979;
}

.building-b::before {
  left: 20px;
  top: 28px;
}

.shop {
  left: 188px;
  bottom: 135px;
  width: 190px;
  height: 134px;
  background: #fff6e6;
  border: 1px solid rgba(90, 61, 37, 0.12);
}

.shop::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 42px;
  background: repeating-linear-gradient(90deg, var(--brick) 0 24px, #f2c66f 24px 48px);
}

.shop::after {
  content: "";
  position: absolute;
  left: 28px;
  bottom: 0;
  width: 56px;
  height: 70px;
  background: #4f3f35;
  box-shadow: 78px -8px 0 -8px #80b8b8;
}

.road {
  left: -12%;
  right: -12%;
  bottom: -42px;
  height: 190px;
  transform: rotate(-3deg);
  background: #51483f;
}

.road::after {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 44%;
  height: 6px;
  background: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.55) 0 58px, transparent 58px 104px);
}

.worker {
  bottom: 112px;
  width: 46px;
  height: 86px;
  border-radius: 24px 24px 9px 9px;
  background: var(--teal);
  box-shadow: inset 0 30px 0 #f0ad54;
}

.worker::before {
  content: "";
  position: absolute;
  left: 12px;
  top: -22px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #6f3e23;
}

.worker::after {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: -36px;
  height: 42px;
  border-left: 10px solid #25211d;
  border-right: 10px solid #25211d;
}

.worker span {
  position: absolute;
  width: 70px;
  height: 7px;
  top: 42px;
  left: -13px;
  border-radius: 99px;
  background: #6f3e23;
  transform: rotate(-13deg);
}

.worker-a {
  left: 42%;
}

.worker-b {
  right: 16%;
  transform: scale(0.9);
  background: var(--sage);
}

.box {
  bottom: 104px;
  width: 58px;
  height: 44px;
  background: #b9773b;
  border: 2px solid rgba(80, 52, 31, 0.2);
}

.box::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 50%;
  width: 2px;
  background: rgba(80, 52, 31, 0.3);
}

.box-a {
  left: 35%;
}

.box-b {
  right: 28%;
  bottom: 142px;
  transform: rotate(6deg);
}

.job-card {
  position: absolute;
  left: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: min(380px, calc(100% - 56px));
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: var(--radius);
  background: rgba(255, 253, 248, 0.9);
  box-shadow: 0 18px 36px rgba(63, 46, 28, 0.15);
  backdrop-filter: blur(14px);
}

.job-card.active {
  top: 34px;
}

.job-card.secondary {
  bottom: 30px;
}

.job-card strong {
  display: block;
  margin-top: 4px;
  line-height: 1.25;
}

.job-tag {
  color: var(--amber-2);
  font-size: 0.72rem;
  font-weight: 850;
  text-transform: uppercase;
}

.job-tag.teal {
  color: var(--teal);
}

.price {
  flex: 0 0 auto;
  color: var(--dark);
  font-family: var(--display);
  font-weight: 800;
}

.phone {
  position: absolute;
  right: 22px;
  top: 0;
  width: min(292px, 48%);
  min-width: 260px;
  padding: 16px;
  border: 9px solid #211d19;
  border-radius: 32px;
  background: #fffaf1;
  box-shadow: 0 34px 80px rgba(24, 21, 18, 0.27);
}

.phone-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--ink-2);
  font-size: 0.78rem;
  font-weight: 850;
}

.phone-top b {
  color: var(--teal);
}

.search-bar {
  margin: 18px 0;
  padding: 14px;
  border-radius: var(--radius);
  color: var(--ink);
  background: var(--paper);
  font-size: 0.84rem;
  font-weight: 750;
}

.match-card {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 10px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.avatar {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: var(--radius);
  color: #fff;
  background: var(--teal);
  font-size: 0.78rem;
  font-weight: 850;
}

.avatar.alt {
  background: var(--brick);
}

.match-card strong,
.match-card span {
  display: block;
}

.match-card strong {
  font-size: 0.9rem;
}

.match-card span {
  color: var(--ink-2);
  font-size: 0.72rem;
}

.pay-strip {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 14px;
  padding: 13px 14px;
  border-radius: var(--radius);
  color: #fff8ef;
  background: var(--dark);
  font-size: 0.8rem;
}

.proof {
  padding: 18px 0 72px;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 253, 248, 0.74);
  box-shadow: var(--shadow-soft);
}

.proof-grid div {
  min-height: 112px;
  display: grid;
  align-content: center;
  gap: 6px;
  padding: 24px;
  border-right: 1px solid var(--line);
}

.proof-grid div:last-child {
  border-right: 0;
}

.proof-grid strong {
  font-family: var(--display);
  font-size: 1.42rem;
  line-height: 1;
}

.proof-grid span {
  color: var(--ink-2);
  font-size: 0.92rem;
  font-weight: 650;
}

.section,
.split-section,
.promise,
.download-section {
  padding: 96px 0;
}

.section-head {
  max-width: 760px;
  margin: 0 auto 42px;
  display: grid;
  gap: 14px;
  text-align: center;
}

.eyebrow {
  color: var(--amber-2);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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

.step {
  min-height: 260px;
  display: grid;
  align-content: start;
  gap: 18px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.step-num {
  width: fit-content;
  padding: 7px 10px;
  border-radius: var(--radius);
  color: var(--teal);
  background: var(--teal-soft);
  font-family: var(--display);
  font-size: 0.78rem;
  font-weight: 800;
}

.step p,
.split-copy p,
.promise-inner p,
.download p,
.faq p {
  color: var(--ink-2);
}

.split-section {
  background: linear-gradient(180deg, rgba(255, 253, 248, 0), rgba(255, 253, 248, 0.72));
}

.split-grid,
.worker-grid,
.faq-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 56px;
}

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

.check-list {
  display: grid;
  gap: 10px;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  color: var(--ink-2);
  font-weight: 650;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: inset 0 0 0 4px var(--teal-soft);
}

.work-board {
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fbf2e3;
  box-shadow: var(--shadow);
}

.board-row {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 18px;
  border: 1px solid rgba(203, 187, 165, 0.7);
  border-radius: var(--radius);
  background: var(--surface);
  font-weight: 800;
}

.board-row b {
  color: var(--ink-2);
  white-space: nowrap;
  font-size: 0.9rem;
}

.board-row.accent {
  color: #fffaf0;
  background: var(--teal);
  border-color: transparent;
}

.board-row.accent b,
.board-row.accent-two b {
  color: inherit;
}

.board-row.accent-two {
  color: #fffaf0;
  background: var(--brick);
  border-color: transparent;
}

.worker-section {
  background: var(--dark);
}

.worker-section h2,
.worker-section h3 {
  color: #fff8ef;
}

.worker-section .split-copy p,
.worker-section .mini-grid span {
  color: #c9bdad;
}

.worker-panel {
  min-height: 420px;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(237, 157, 56, 0.22), transparent 45%),
    #26211d;
  box-shadow: 0 28px 72px rgba(0, 0, 0, 0.22);
}

.earning-card {
  position: absolute;
  left: 28px;
  top: 36px;
  right: 90px;
  display: grid;
  gap: 8px;
  padding: 24px;
  border-radius: var(--radius);
  color: var(--dark);
  background: #fff4dc;
}

.earning-card span,
.earning-card small {
  color: var(--ink-2);
  font-weight: 750;
}

.earning-card strong {
  font-family: var(--display);
  font-size: clamp(2.4rem, 5vw, 4.6rem);
  line-height: 1;
}

.alert-card {
  position: absolute;
  right: 28px;
  bottom: 36px;
  left: 92px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  color: #fff8ef;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  font-weight: 800;
}

.mini-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 8px;
}

.mini-grid div {
  display: grid;
  gap: 6px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
}

.mini-grid strong,
.mini-grid span {
  display: block;
}

.mini-grid strong {
  color: #fff8ef;
}

.mini-grid span {
  font-size: 0.9rem;
}

.categories-section {
  background: linear-gradient(180deg, rgba(255, 253, 248, 0.68), rgba(255, 253, 248, 0));
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.category-grid span {
  min-height: 76px;
  display: flex;
  align-items: center;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 8px 24px rgba(63, 46, 28, 0.07);
  font-weight: 800;
}

.promise-inner {
  display: grid;
  gap: 18px;
  padding: 58px;
  border-radius: var(--radius);
  color: #fff8ef;
  background:
    linear-gradient(135deg, rgba(237, 157, 56, 0.28), transparent 36%),
    linear-gradient(180deg, #211d19, #12100e);
  box-shadow: var(--shadow);
}

.promise-inner h2 {
  max-width: 830px;
  color: #fff8ef;
}

.promise-inner p {
  max-width: 720px;
  color: #d8cab8;
}

.faq-layout {
  align-items: start;
  grid-template-columns: 0.75fr 1.25fr;
}

.faq-intro {
  display: grid;
  gap: 14px;
  position: sticky;
  top: 110px;
}

.faq {
  display: grid;
  gap: 10px;
}

details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}

details[open] {
  box-shadow: var(--shadow-soft);
}

summary {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 20px;
  list-style: none;
  cursor: pointer;
  font-weight: 850;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  content: "+";
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: var(--radius);
  color: var(--amber-2);
  background: #fdeede;
  font-family: var(--display);
  font-size: 1.3rem;
  font-weight: 700;
  transition: transform 240ms cubic-bezier(0.34, 1.56, 0.64, 1), background 200ms ease, color 200ms ease;
}

summary:hover { color: var(--amber-2); }
summary:hover::after { background: #f8dcb6; }

details[open] summary::after {
  transform: rotate(135deg);
  color: #fff9ef;
  background: var(--amber-2);
}

details[open] { border-color: var(--line-2); }
details[open] p { animation: faqReveal 280ms ease; }
@keyframes faqReveal {
  from { opacity: 0; transform: translateY(-5px); }
  to { opacity: 1; transform: none; }
}

details p {
  padding: 0 20px 20px;
}

.download-section {
  padding-top: 38px;
}

.download {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff8ec;
  box-shadow: var(--shadow-soft);
}

.download h2 {
  margin-top: 8px;
  font-size: clamp(2rem, 3vw, 3.1rem);
}

.download p {
  max-width: 360px;
}

.badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.store-badge {
  min-width: 170px;
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: var(--radius);
  color: #fff8ef;
  background: var(--dark);
}

.store-icon {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  color: var(--dark);
  background: var(--amber);
  font-weight: 900;
}

.store-icon.play {
  background: var(--teal-soft);
}

.store-badge small,
.store-badge b {
  display: block;
  line-height: 1.1;
}

.store-badge small {
  color: #d8cab8;
  font-size: 0.68rem;
  font-weight: 700;
}

.store-badge b {
  margin-top: 2px;
  font-size: 1rem;
}

footer {
  padding: 34px 0;
  border-top: 1px solid var(--line);
  color: var(--ink-2);
}

.foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 0.9rem;
  font-weight: 650;
}

.foot-links {
  display: flex;
  gap: 16px;
}

.foot-links a:hover {
  color: var(--ink);
}

/* Hero accent tagline */
.hero .tagline {
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(1.15rem, 2.6vw, 1.6rem);
  letter-spacing: -0.01em;
  color: var(--amber-2);
  margin-top: 12px;
}

/* Legal / support document pages */
.doc {
  max-width: 760px;
  padding: 48px 24px 90px;
}
.doc .back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--ink-2);
  font-weight: 700;
  margin-bottom: 20px;
}
.doc .back:hover { color: var(--ink); }
.doc .eyebrow {
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.74rem;
  color: var(--amber-2);
}
.doc h1 {
  font-family: var(--display);
  font-size: clamp(2rem, 5vw, 3rem);
  letter-spacing: -0.02em;
  margin: 10px 0 6px;
}
.doc .updated { color: var(--ink-3); font-weight: 650; margin-bottom: 34px; }
.doc h2 { font-family: var(--display); font-size: 1.3rem; margin: 34px 0 10px; }
.doc p, .doc li { color: var(--ink-2); line-height: 1.75; margin-bottom: 12px; }
.doc ul { padding-left: 20px; margin-bottom: 12px; }
.doc a { color: var(--amber-2); font-weight: 700; }
.doc .note {
  background: var(--paper-2);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 16px 18px;
  color: var(--ink-2);
  font-size: 0.9rem;
  margin-top: 36px;
}

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

.reveal.in {
  opacity: 1;
  transform: none;
}

@media (max-width: 1040px) {
  .hero-grid,
  .split-grid,
  .worker-grid,
  .faq-layout {
    grid-template-columns: 1fr;
  }

  h1 {
    max-width: 12ch;
  }

  .hero-visual {
    min-height: 560px;
  }

  .faq-intro {
    position: static;
  }
}

@media (max-width: 820px) {
  .wrap {
    padding: 0 18px;
  }

  .nav-links a:not(.btn) {
    display: none;
  }

  .hero {
    padding-top: 54px;
  }

  .hero-grid {
    gap: 38px;
  }

  .hero-visual {
    min-height: 520px;
  }

  .phone {
    width: min(292px, 62%);
    min-width: 232px;
  }

  .proof-grid,
  .steps,
  .category-grid,
  .mini-grid {
    grid-template-columns: 1fr 1fr;
  }

  .proof-grid div:nth-child(2) {
    border-right: 0;
  }

  .proof-grid div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .section,
  .split-section,
  .promise,
  .download-section {
    padding: 72px 0;
  }

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

  .badges {
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  .nav {
    height: 64px;
  }

  .btn {
    width: 100%;
  }

  .nav .btn {
    width: auto;
  }

  .hero {
    padding: 42px 0 36px;
  }

  h1 {
    font-size: clamp(2.75rem, 15vw, 4.2rem);
  }

  .lead {
    font-size: 1rem;
  }

  .hero-visual {
    min-height: 468px;
  }

  .city-card {
    inset: 80px 0 0 0;
  }

  .phone {
    right: 14px;
    width: 236px;
    min-width: 0;
    border-width: 7px;
    border-radius: 26px;
  }

  .job-card {
    left: 14px;
    width: calc(100% - 28px);
    padding: 12px;
  }

  .job-card.active {
    top: 18px;
  }

  .job-card.secondary {
    bottom: 18px;
  }

  .building-a {
    left: 14px;
  }

  .shop {
    left: 130px;
  }

  .worker-a {
    left: 34%;
  }

  .proof {
    padding-bottom: 54px;
  }

  .proof-grid,
  .steps,
  .category-grid,
  .mini-grid {
    grid-template-columns: 1fr;
  }

  .proof-grid div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .proof-grid div:last-child {
    border-bottom: 0;
  }

  .step {
    min-height: auto;
  }

  .section-head {
    text-align: left;
  }

  .worker-panel {
    min-height: 360px;
  }

  .earning-card {
    left: 18px;
    right: 46px;
    top: 26px;
    padding: 18px;
  }

  .alert-card {
    left: 40px;
    right: 18px;
    bottom: 26px;
  }

  .promise-inner,
  .download {
    padding: 26px;
  }

  .store-badge {
    width: 100%;
  }

  .foot {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .btn:hover {
    transform: none;
  }
}

/* --- Job status timeline --- */
.section-sub {
  margin: 12px auto 0;
  color: var(--ink-2);
  font-size: 1.06rem;
  max-width: 560px;
}
.timeline {
  position: relative;
  max-width: 640px;
  margin: 46px auto 0;
  list-style: none;
  padding: 0;
}
.timeline::before {
  content: "";
  position: absolute;
  left: 28px;
  top: 20px;
  bottom: 20px;
  width: 3px;
  background: linear-gradient(var(--amber), var(--amber-2));
  border-radius: 3px;
}
.tl-step {
  position: relative;
  display: flex;
  gap: 20px;
  padding-bottom: 28px;
}
.tl-step:last-child { padding-bottom: 0; }
.tl-node {
  flex: none;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--surface);
  border: 3px solid var(--amber);
  color: var(--amber-2);
  display: grid;
  place-items: center;
  position: relative;
  z-index: 1;
  box-shadow: var(--shadow-soft);
}
.tl-node svg { width: 27px; height: 27px; }
.tl-step > div { padding-top: 4px; }
.tl-step h3 {
  margin: 6px 0 5px;
  font-size: 1.17rem;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.tl-step p { margin: 0; color: var(--ink-2); line-height: 1.55; }
.tl-badge {
  font-family: var(--display);
  font-size: 0.66rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: var(--amber-2);
  background: #fdeede;
  border: 1px solid #f4d3a6;
  padding: 3px 10px;
  border-radius: 999px;
}
.tl-step.handshake .tl-node {
  border-color: var(--amber-2);
  background: linear-gradient(135deg, #fff3e3, #ffe6c7);
}
.track-section { background: linear-gradient(180deg, var(--paper), var(--surface)); }

/* Status flow: horizontal diagram on desktop, vertical on mobile */
@media (min-width: 920px) {
  .timeline { display: flex; max-width: 100%; gap: 2px; margin-top: 58px; }
  .timeline::before {
    left: 7%; right: 7%; top: 29px; bottom: auto; width: auto; height: 3px;
  }
  .tl-step { flex: 1 1 0; flex-direction: column; align-items: center; text-align: center; gap: 12px; padding: 0 10px; }
  .tl-step > div { padding-top: 0; }
  .tl-step h3 { justify-content: center; font-size: 1rem; margin: 2px 0 4px; }
  .tl-step p { font-size: 0.84rem; line-height: 1.45; }
  .tl-badge { font-size: 0.56rem; padding: 2px 7px; }
}

/* --- How it works: visual step cards --- */
.step { display: flex; flex-direction: column; gap: 16px; }
.step-head { display: flex; align-items: center; justify-content: space-between; }
.step-icon {
  width: 56px; height: 56px; border-radius: 16px;
  display: grid; place-items: center; color: #fff;
  background: linear-gradient(135deg, var(--amber), var(--amber-2));
  box-shadow: 0 12px 24px rgba(194, 99, 15, 0.3);
}
.step-icon svg { width: 28px; height: 28px; }
.step h3 { margin-bottom: 6px; }
.step p { margin: 0; }
.step-visual {
  margin-top: auto;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--paper);
  padding: 14px 16px;
}
.mini-tag {
  display: inline-block;
  font-size: 0.68rem; font-weight: 800; letter-spacing: 0.4px;
  color: var(--amber-2); background: #fdeede;
  border: 1px solid #f4d3a6; padding: 3px 9px; border-radius: 999px;
}
.mini-job-row { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 10px; }
.mini-job-row strong { font-size: 0.96rem; }
.mini-price { color: var(--amber-2); font-weight: 800; white-space: nowrap; }
.mini-worker { display: flex; align-items: center; gap: 11px; padding: 9px 0; }
.mini-worker + .mini-worker { border-top: 1px solid var(--line); }
.av {
  width: 36px; height: 36px; flex: none; border-radius: 50%;
  display: grid; place-items: center; color: #fff; font-weight: 800; font-size: 0.82rem;
  background: var(--amber-2);
}
.av.alt { background: var(--teal); }
.mw-meta { display: flex; flex-direction: column; flex: 1; }
.mw-meta b { font-size: 0.9rem; }
.mw-meta i { font-style: normal; font-size: 0.76rem; color: var(--ink-2); }
.mw-pick { font-size: 0.74rem; font-weight: 800; color: #fff9ef; background: var(--dark); padding: 6px 12px; border-radius: 8px; }
.mini-pay { display: flex; align-items: center; justify-content: space-between; }
.mp-left { display: flex; flex-direction: column; }
.mp-left span { font-size: 0.76rem; color: var(--ink-2); }
.mp-left strong { font-size: 1.02rem; }
.mp-zero { font-weight: 800; font-size: 0.82rem; color: var(--teal); background: var(--teal-soft); padding: 7px 11px; border-radius: 8px; }

/* --- Proof stats with icons --- */
.proof-grid div {
  display: flex;
  align-items: center;
  gap: 14px;
}
.proof-ic {
  width: 50px; height: 50px; flex: none; border-radius: 14px;
  display: grid; place-items: center;
  color: var(--amber-2);
  background: #fdeede;
  border: 1px solid #f5d8ad;
}
.proof-ic svg { width: 25px; height: 25px; }
.proof-grid div > div {
  display: flex; flex-direction: column; gap: 3px; min-width: 0;
}
.proof-grid strong { font-size: 1.5rem; }

/* --- Categories: emoji tiles + hover --- */
.category-grid span {
  gap: 13px;
  transition: transform 170ms ease, box-shadow 170ms ease, border-color 170ms ease;
}
.category-grid span:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
  border-color: var(--line-2);
}
.category-grid span i {
  width: 44px; height: 44px; flex: none;
  border-radius: 12px;
  display: grid; place-items: center;
  font-size: 1.3rem; font-style: normal;
}

/* --- Hover-lift polish --- */
.step, .match-card, .board-row { transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease; }
.step:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.store-badge { transition: transform 170ms ease, box-shadow 170ms ease; }
.store-badge:hover { transform: translateY(-3px); }

/* --- Gentle attention pulse on the two-party (handshake) nodes --- */
@media (prefers-reduced-motion: no-preference) {
  .tl-step.handshake .tl-node { animation: nodePulse 2.8s ease-in-out infinite; }
  @keyframes nodePulse {
    0%, 100% { box-shadow: var(--shadow-soft), 0 0 0 0 rgba(245, 158, 60, 0); }
    50%      { box-shadow: var(--shadow-soft), 0 0 0 7px rgba(245, 158, 60, 0.16); }
  }
}

/* --- Footer brand + tagline --- */
.foot-brand { display: flex; flex-direction: column; gap: 8px; }
.foot-tag {
  margin: 0;
  color: var(--ink-2);
  font-size: 0.94rem;
  font-weight: 650;
}

/* --- Trust & safety strip --- */
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 8px; }
.trust-item {
  display: flex; flex-direction: column; gap: 9px; padding: 24px;
  border: 1px solid var(--line); border-radius: var(--radius);
  background: var(--surface); box-shadow: var(--shadow-soft);
  transition: transform 180ms ease, box-shadow 180ms ease;
}
.trust-item:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.trust-ic {
  width: 50px; height: 50px; border-radius: 14px; display: grid; place-items: center;
  color: var(--amber-2); background: #fdeede; border: 1px solid #f5d8ad;
}
.trust-ic svg { width: 25px; height: 25px; }
.trust-item strong { font-size: 1.06rem; }
.trust-item > span:last-child { color: var(--ink-2); font-size: 0.92rem; }

/* --- Why Aduthu comparison --- */
.compare {
  max-width: 780px; margin: 10px auto 0;
  border: 1px solid var(--line); border-radius: var(--radius);
  background: var(--surface); box-shadow: var(--shadow-soft); overflow: hidden;
}
.compare-row {
  display: grid; grid-template-columns: 1.3fr 1fr 1fr; align-items: center; gap: 12px;
  padding: 16px 22px; border-top: 1px solid var(--line);
}
.compare-row:first-child { border-top: 0; }
.compare-row > span { font-weight: 700; color: var(--ink-2); }
.compare-row b { font-weight: 800; text-align: center; }
.compare-row.head { background: var(--paper); }
.compare-row.head b { font-family: var(--display); font-size: 1.04rem; }
.ch-aduthu { color: var(--amber-2); }
.ch-other { color: var(--ink-3); }
.compare-row .ok { color: var(--amber-2); }
.compare-row .no { color: var(--ink-3); }
.compare-row .ok::before { content: "✓ "; }
.compare-row .no::before { content: "✗ "; opacity: 0.55; }

/* --- Promise + money flow --- */
.promise-inner {
  display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 48px;
  align-items: center; text-align: left; max-width: none;
}
.money-flow {
  display: grid; gap: 12px; padding: 24px;
  border: 1px solid var(--line); border-radius: var(--radius);
  background: var(--surface); box-shadow: var(--shadow);
}
.mf-row {
  display: flex; align-items: center; justify-content: space-between;
  padding: 15px 20px; border-radius: 12px; background: var(--paper);
}
.mf-row span { color: var(--ink-2); font-weight: 700; }
.mf-row strong { font-family: var(--display); font-size: 1.5rem; color: var(--ink); }
.mf-split { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.mf-cell { display: flex; flex-direction: column; gap: 4px; padding: 16px 18px; border-radius: 12px; }
.mf-cell span { font-size: 0.84rem; font-weight: 800; }
.mf-cell strong { font-family: var(--display); font-size: 1.6rem; }
.mf-cell.mf-keep { background: #e7f3e9; color: #2e7d46; }
.mf-cell.zero { background: #fdeede; color: var(--amber-2); }

@media (max-width: 820px) {
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .promise-inner { grid-template-columns: 1fr; gap: 28px; }
  .compare-row { padding: 14px 16px; font-size: 0.94rem; }

  .role-flow {
    grid-template-columns: 1fr;
    gap: 26px;
    max-width: 440px;
  }
  .rf-step {
    display: grid;
    grid-template-columns: 50px 1fr;
    column-gap: 16px;
    align-items: start;
    text-align: left;
    padding: 0;
  }
  .rf-num { margin: 0; }
  .rf-body { padding-top: 5px; }
  .rf-step::before {
    top: 50px;
    bottom: -26px;
    left: 24px;
    right: auto;
    width: 2px;
    height: auto;
    background: repeating-linear-gradient(180deg, var(--amber) 0 7px, transparent 7px 14px);
  }
}
@media (max-width: 520px) {
  .trust-grid { grid-template-columns: 1fr; }
}

/* ---------- Blog ---------- */
.blog-hero {
  padding: 64px 0 28px;
}
.blog-hero .eyebrow { margin-bottom: 14px; }
.blog-hero h1 {
  font-family: var(--display);
  font-size: clamp(2.1rem, 5vw, 3.1rem);
  letter-spacing: -0.02em;
  margin: 0 0 14px;
}
.blog-hero p {
  max-width: 620px;
  color: var(--ink-2);
  font-size: 1.05rem;
}
.post-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 22px;
  padding: 18px 0 80px;
}
.post-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 8px 24px rgba(63, 46, 28, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.post-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(63, 46, 28, 0.12);
}
.post-card .post-tag {
  align-self: flex-start;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--amber-2);
  background: #fdeede;
  padding: 5px 11px;
  border-radius: 99px;
}
.post-card h2 {
  font-size: 1.25rem;
  line-height: 1.3;
  margin: 0;
}
.post-card h2 a { color: var(--ink); text-decoration: none; }
.post-card h2 a:hover { color: var(--amber-2); }
.post-card p { color: var(--ink-2); font-size: 0.95rem; margin: 0; }
.post-card .post-meta { margin-top: auto; font-size: 0.84rem; color: var(--ink-3); font-weight: 700; }

/* Article */
.article {
  max-width: 740px;
  margin: 0 auto;
  padding: 40px 0 72px;
}
.breadcrumb {
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--ink-3);
  margin-bottom: 22px;
}
.breadcrumb a { color: var(--amber-2); text-decoration: none; }
.breadcrumb a:hover { text-decoration: underline; }
.article h1 {
  font-family: var(--display);
  font-size: clamp(1.9rem, 4.6vw, 2.7rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin: 0 0 16px;
}
.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--ink-3);
  padding-bottom: 26px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--line);
}
.article-body { font-size: 1.06rem; line-height: 1.75; color: #2c2620; }
.article-body p { margin: 0 0 20px; }
.article-body h2 {
  font-family: var(--display);
  font-size: 1.5rem;
  letter-spacing: -0.01em;
  margin: 38px 0 14px;
}
.article-body h3 { font-size: 1.15rem; margin: 28px 0 10px; }
.article-body ul, .article-body ol { margin: 0 0 20px; padding-left: 22px; }
.article-body li { margin-bottom: 9px; }
.article-body a { color: var(--amber-2); }
.article-body strong { color: var(--ink); }
.article-cta {
  margin-top: 40px;
  padding: 30px;
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(245, 158, 60, 0.16), rgba(245, 158, 60, 0.04));
  border: 1px solid var(--line);
  text-align: center;
}
.article-cta h2 { font-family: var(--display); margin: 0 0 8px; font-size: 1.4rem; }
.article-cta p { color: var(--ink-2); margin: 0 0 18px; }
.post-foot-links { display: flex; flex-wrap: wrap; gap: 14px; padding: 8px 0 60px; }
.post-foot-links a { color: var(--amber-2); font-weight: 700; text-decoration: none; }
.post-foot-links a:hover { text-decoration: underline; }
