 @import url("https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;700;800&display=swap");

    :root {
      --bg: #f7f4ef;
      --surface: #ffffff;
      --line: #e6ddd1;
      --ink: #1c1b1f;
      --muted: #5f5968;
      --purple: #6948f4;
      --purple-deep: #2b0b83;
      --yellow: #ffd93e;
      --blue: #5bb8ff;
      --shadow: 0 24px 60px rgba(36, 12, 94, 0.12);
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      background:
        radial-gradient(circle at top right, rgba(255, 217, 62, 0.22), transparent 22rem),
        linear-gradient(180deg, #fbfaf7 0%, var(--bg) 100%);
      color: var(--ink);
      font-family: "Outfit", sans-serif;
      line-height: 1.55;
    }

    a { color: inherit; text-decoration: none; }
    p { margin: 0; color: var(--muted); }
    h1, h2, h3 {
      margin: 0 0 12px;
      font-family: "Outfit", sans-serif;
      line-height: 0.98;
      letter-spacing: -0.03em;
    }

    h1 { font-size: clamp(3rem, 8vw, 5.5rem); text-transform: uppercase; max-width: 7ch; }
    h2 { font-size: clamp(2rem, 4vw, 3.2rem); }
    h3 { font-size: clamp(1.2rem, 2vw, 1.7rem); }

    .container { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }
    .section { padding: 84px 0; }
    .grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; align-items: center; }
    .btn, .pill {
      display: inline-flex; align-items: center; justify-content: center; min-height: 46px;
      padding: 0 18px; border-radius: 999px; font-weight: 700;
    }
    .btn-primary { background: linear-gradient(135deg, var(--purple), #856cff); color: #fff; }
    .btn-secondary, .pill { background: var(--yellow); color: var(--ink); }
    .pill { min-height: 34px; padding: 0 14px; font-size: 0.82rem; }

    .site-header {
      position: sticky; top: 0; z-index: 10; backdrop-filter: blur(14px);
      background: rgba(251, 250, 247, 0.88); border-bottom: 1px solid rgba(230, 221, 209, 0.7);
    }
    .site-header .container {
      min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 20px;
    }
    .site-header .brand {
      gap: 0;
    }
    .site-header .brand img {
      display: block;
      width: 144px;
      height: auto;
    }

    .brand {
      display: inline-flex; align-items: center; gap: 12px; font-family: "Outfit", sans-serif;
      font-size: 1.1rem; font-weight: 700;
    }
    .brand-mark {
      width: 42px; height: 30px; position: relative; border-radius: 18px 18px 18px 6px; background: var(--yellow);
      box-shadow: inset -8px -8px 0 rgba(240, 199, 24, 0.65);
    }
    .brand-mark::after {
      content: ""; position: absolute; inset: 9px 11px 8px; border-radius: 50%; background: rgba(255,255,255,0.8);
    }

    .nav, .nav-links { display: flex; align-items: center; gap: 18px; }
    .nav { color: var(--muted); }

    .hero {
      padding: 8px 0 72px;
      border-bottom: 1px solid rgba(230, 221, 209, 0.72);
    }
    .hero .grid-2 {
      grid-template-columns: minmax(300px, 0.74fr) minmax(520px, 1.26fr);
      gap: 10px;
    }
    .hero-copy {
      max-width: 420px;
    }
    .hero-copy .brand-mark { width: 48px; height: 36px; margin-bottom: 18px; }
    .hero-copy h1 { font-size: clamp(2.1rem, 5.2vw, 3.8rem); max-width: 8ch; }
    .hero-copy p { max-width: 26rem; margin: 12px 0 20px; font-size: 0.92rem; }
    .actions { display: flex; gap: 14px; flex-wrap: wrap; }

    .hero-art, .scene, .cta-art {
      position: relative; min-height: 420px; display: grid; place-items: center; overflow: hidden;
    }
    .hero-art {
      min-height: 560px;
      display: flex;
      align-items: flex-end;
      justify-content: center;
      overflow: visible;
    }
    .hero-image {
      position: relative;
      z-index: 1;
      display: block;
      width: min(128%, 1180px);
      max-width: none;
      height: auto;
      transform: translate(28px, -72px);
    }
    .blob, .scene-blob, .cta-blob {
      position: absolute; width: 88%; aspect-ratio: 1.15 / 0.82;
      background: linear-gradient(145deg, #ffe34e 0%, #ffd224 100%);
      border-radius: 50% 46% 18% 28% / 38% 42% 26% 32%;
      box-shadow: 0 30px 60px rgba(255, 217, 62, 0.25);
    }
    .hero-floor, .platform {
      position: absolute; bottom: 10px; width: 76%; height: 26px; border-radius: 999px;
      background: rgba(28, 27, 31, 0.08); filter: blur(8px);
    }

    .figures { position: relative; z-index: 1; display: flex; align-items: end; gap: 18px; }
    .figure, .pet { position: relative; flex: 0 0 auto; }
    .figure .head, .pet .head {
      position: absolute; left: 50%; top: 0; transform: translateX(-50%);
      border-radius: 50%; background: #f1c39a;
    }
    .figure .body, .pet .body {
      position: absolute; left: 50%; transform: translateX(-50%); border-radius: 30px;
    }
    .figure .limb { position: absolute; border-radius: 999px; }
    .figure.pink { width: 145px; height: 340px; transform: translateY(24px); }
    .figure.pink .head { width: 46px; height: 52px; }
    .figure.pink .body { top: 46px; width: 108px; height: 186px; background: #d85e9f; }
    .figure.pink .limb.a { top: 92px; left: 10px; width: 28px; height: 118px; background: #f1c39a; transform: rotate(18deg); }
    .figure.pink .limb.b { top: 96px; right: 10px; width: 28px; height: 118px; background: #f1c39a; transform: rotate(-14deg); }
    .figure.pink .limb.c { left: 42px; bottom: 0; width: 32px; height: 138px; background: #eac467; transform: rotate(8deg); }
    .figure.pink .limb.d { right: 28px; bottom: 0; width: 32px; height: 144px; background: #eac467; transform: rotate(-8deg); }
    .figure.beige { width: 150px; height: 376px; }
    .figure.beige .head { width: 48px; height: 56px; }
    .figure.beige .body { top: 50px; width: 110px; height: 214px; background: #e7c7a6; }
    .figure.beige .limb.a { top: 86px; left: 20px; width: 24px; height: 126px; background: #f1c39a; transform: rotate(20deg); }
    .figure.beige .limb.b { top: 92px; right: 20px; width: 24px; height: 120px; background: #f1c39a; transform: rotate(-18deg); }
    .figure.beige .limb.c { left: 42px; bottom: 0; width: 28px; height: 158px; background: #a55d33; }
    .figure.beige .limb.d { right: 42px; bottom: 0; width: 28px; height: 158px; background: #a55d33; }
    .pet { width: 146px; height: 240px; transform: translateY(16px); }
    .pet .stand { position: absolute; left: 50%; bottom: 0; width: 10px; height: 154px; transform: translateX(-50%); border-radius: 999px; background: #6d4bdc; }
    .pet .head { top: 34px; width: 54px; height: 48px; background: #a8a2b2; }
    .pet .body { top: 60px; width: 110px; height: 98px; background: #b4afba; border-radius: 52px; }
    .pet .ear, .pet .tail {
      position: absolute; background: #7f6aec; border-radius: 999px;
    }
    .pet .ear.a { top: 24px; left: 38px; width: 18px; height: 28px; transform: rotate(-26deg); }
    .pet .ear.b { top: 24px; right: 38px; width: 18px; height: 28px; transform: rotate(26deg); }
    .pet .tail { top: 84px; right: 10px; width: 28px; height: 12px; transform: rotate(28deg); }

    .intro-row, .section-head, .footer-row {
      display: flex; align-items: flex-start; justify-content: space-between; gap: 22px;
    }
    #workflow .section-head {
      justify-content: center;
      text-align: center;
    }
    #workflow .section-head > div {
      width: 100%;
    }
    .cards {
      display: grid; grid-template-columns: repeat(8, minmax(140px, 1fr)); gap: 14px;
      overflow-x: auto; padding-bottom: 8px;
    }
    .card, .pricing-card {
      background: rgba(255, 255, 255, 0.88); border: 1px solid rgba(230, 221, 209, 0.9);
      border-radius: 18px; box-shadow: 0 18px 34px rgba(28, 27, 31, 0.05);
    }
    .card { min-height: 92px; padding: 18px 16px; }

    .platform-showcase {
      position: relative;
      margin-top: 26px;
      padding: 22px 24px 28px;
      border-radius: 28px;
      overflow: hidden;
      color: #fff;
      background:
        radial-gradient(circle at 52% 8%, rgba(255, 255, 255, 0.2), transparent 24rem),
        radial-gradient(circle at 22% 78%, rgba(122, 91, 255, 0.32), transparent 22rem),
        linear-gradient(135deg, #3e159f 0%, #25106f 46%, #5c37d9 100%);
      box-shadow: 0 28px 64px rgba(33, 12, 96, 0.18);
    }
    .showcase-stage {
      position: relative;
      min-height: 0;
    }
    .showcase-panel {
      position: relative;
      inset: auto;
      display: grid;
      grid-template-columns: minmax(280px, 350px) minmax(0, 1fr);
      gap: 52px;
      align-items: stretch;
      min-height: 560px;
    }
    .showcase-copy {
      position: relative;
      z-index: 2;
      padding: 0 2px 28px 0;
      max-width: 360px;
      height: 100%;
      align-self: stretch;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
    }
    .showcase-copy h3 {
      font-size: clamp(1.8rem, 2.7vw, 2.45rem);
      color: #fff;
      margin-bottom: 16px;
    }
    .showcase-copy p {
      color: rgba(255, 255, 255, 0.95);
      font-size: 1rem;
      line-height: 1.55;
      margin-bottom: 12px;
    }
    .showcase-list {
      display: grid;
      gap: 8px;
      margin: 4px 0 14px;
      padding: 0;
      list-style: none;
    }
    .showcase-list li {
      color: rgba(255, 255, 255, 0.95);
      font-size: 0.95rem;
      line-height: 1.5;
    }
    .showcase-list strong {
      color: #fff;
    }
    .showcase-copy .btn {
      position: relative;
      left: auto;
      bottom: auto;
      margin-top: auto;
      margin-bottom: 0;
      width: auto;
      min-width: 0;
      min-height: 46px;
      padding: 0 20px;
      border-radius: 18px;
      align-self: flex-start;
      transform: translateY(10px);
    }
    .job-window {
      position: relative;
      align-self: center;
      margin-top: 0;
      margin-left: 12px;
      width: calc(100% - 12px);
      max-width: calc(100% - 12px);
      min-width: 0;
      z-index: 1;
      padding: 0;
      border-radius: 28px;
      overflow: hidden;
      background: transparent;
      box-shadow: none;
    }
    .job-shot {
      display: block;
      width: 100%;
      height: auto;
    }
    .job-chrome {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 28px;
      padding: 0 10px 10px;
      color: rgba(255, 255, 255, 0.9);
    }
    .chrome-dots {
      position: absolute;
      left: 10px;
      top: 0;
      bottom: 10px;
      display: inline-flex;
      align-items: center;
      gap: 6px;
    }
    .chrome-dots span {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.34);
    }
    .chrome-url {
      min-width: 220px;
      height: 20px;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.18);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      font-size: 0.78rem;
    }
    .job-shell {
      display: grid;
      grid-template-columns: 118px minmax(0, 1fr);
      width: 100%;
      min-width: 0;
      min-height: 472px;
      border-radius: 16px;
      overflow: hidden;
      background: #fff;
    }
    .job-sidebar {
      padding: 16px 12px;
      border-right: 1px solid rgba(230, 221, 209, 0.85);
      background: linear-gradient(180deg, #ffffff 0%, #faf8ff 100%);
      color: #554d63;
      font-size: 0.74rem;
    }
    .job-logo {
      font-weight: 800;
      color: var(--purple);
      margin-bottom: 6px;
    }
    .job-role {
      margin-bottom: 10px;
      color: #9d96ab;
    }
    .job-select {
      min-height: 30px;
      padding: 0 10px;
      border-radius: 8px;
      border: 1px solid rgba(221, 213, 241, 0.9);
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 8px;
      background: #fff;
      font-size: 0.72rem;
      color: #3f3651;
    }
    .job-menu {
      display: grid;
      gap: 6px;
      margin-top: 16px;
    }
    .job-menu span {
      position: relative;
      display: flex;
      align-items: center;
      min-height: 28px;
      padding: 0 8px;
      border-radius: 8px;
    }
    .job-menu span.active {
      background: #fff7d1;
      color: #2f2354;
      font-weight: 700;
    }
    .job-menu span.active::before {
      content: "";
      position: absolute;
      left: -12px;
      top: 6px;
      bottom: 6px;
      width: 4px;
      border-radius: 999px;
      background: #ffd93e;
    }
    .job-help {
      margin-top: 32px;
      padding-top: 14px;
      border-top: 1px solid rgba(230, 221, 209, 0.9);
      color: #8a8397;
      line-height: 1.45;
    }
    .job-main {
      padding: 14px 14px 16px;
      min-width: 0;
      background: #fcfbff;
    }
    .job-topline {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 10px;
      padding-bottom: 12px;
      border-bottom: 1px solid rgba(230, 221, 209, 0.72);
    }
    .job-top-actions {
      display: flex;
      align-items: center;
      gap: 8px;
    }
    .job-icon,
    .job-avatar {
      width: 26px;
      height: 26px;
      border-radius: 50%;
      background: #fff;
      border: 1px solid rgba(230, 221, 209, 0.95);
      box-shadow: 0 6px 14px rgba(28, 27, 31, 0.05);
    }
    .job-toolbar {
      display: grid;
      grid-template-columns: auto minmax(160px, 1fr) auto;
      gap: 10px;
      align-items: center;
      padding: 14px 0 12px;
    }
    .create-btn,
    .filter-chip {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 28px;
      padding: 0 12px;
      border-radius: 8px;
      font-size: 0.68rem;
      font-weight: 700;
      white-space: nowrap;
    }
    .create-btn {
      background: #7b5cf0;
      color: #fff;
    }
    .job-search {
      min-height: 28px;
      border-radius: 8px;
      border: 1px solid rgba(230, 221, 209, 0.95);
      background: #fff;
      padding: 0 12px;
      color: #a09aaf;
      font-size: 0.68rem;
      display: flex;
      align-items: center;
    }
    .filter-strip {
      display: flex;
      gap: 6px;
      overflow: hidden;
      justify-content: flex-end;
    }
    .filter-chip {
      background: #f6f3ff;
      color: #7d7596;
      border: 1px solid rgba(221, 213, 241, 0.8);
    }
    .job-list {
      display: grid;
      gap: 10px;
    }
    .job-card {
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto auto;
      gap: 12px;
      align-items: center;
      padding: 12px 14px;
      border-radius: 12px;
      border: 1px solid rgba(232, 226, 244, 0.95);
      background: #fff;
      box-shadow: 0 10px 22px rgba(37, 16, 111, 0.04);
    }
    .job-meta {
      color: #a09aaf;
      font-size: 0.62rem;
      margin-bottom: 6px;
    }
    .job-title {
      color: #2e2741;
      font-size: 0.86rem;
      font-weight: 700;
      margin-bottom: 8px;
    }
    .job-tags {
      display: flex;
      flex-wrap: wrap;
      gap: 6px;
    }
    .job-tags span {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 20px;
      padding: 0 8px;
      border-radius: 999px;
      background: #ffd93e;
      color: #7b6214;
      font-size: 0.62rem;
      font-weight: 700;
    }
    .job-rate {
      min-width: 102px;
      color: #3d3556;
      font-size: 0.74rem;
      font-weight: 700;
      text-align: right;
    }
    .job-rate small {
      display: block;
      margin-top: 4px;
      color: #a09aaf;
      font-size: 0.6rem;
      font-weight: 500;
    }
    .job-actions {
      display: flex;
      align-items: center;
      gap: 8px;
    }
    .job-actions span {
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background: #f7f4ff;
      border: 1px solid rgba(225, 217, 244, 0.9);
    }
    .job-users {
      display: flex;
      justify-content: flex-end;
      margin-top: 8px;
    }
    .job-users span {
      width: 18px;
      height: 18px;
      margin-left: -4px;
      border-radius: 50%;
      border: 2px solid #fff;
      background: linear-gradient(135deg, #e2b08e, #7b5cf0);
    }
    .candidate-main {
      padding: 0;
      min-width: 0;
      background: #ffffff;
    }
    .candidate-subnav {
      display: flex;
      gap: 18px;
      padding: 12px 16px 10px;
      border-bottom: 1px solid rgba(230, 221, 209, 0.72);
      color: #a09aaf;
      font-size: 0.62rem;
      font-weight: 600;
    }
    .candidate-subnav span.active {
      color: #2e2741;
      font-weight: 700;
    }
    .candidate-header {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 16px;
      padding: 12px 16px 14px;
      border-bottom: 1px solid rgba(230, 221, 209, 0.72);
    }
    .candidate-header h4 {
      margin: 0 0 4px;
      color: #2e2741;
      font-size: 0.86rem;
      line-height: 1.3;
      letter-spacing: -0.01em;
    }
    .candidate-header p,
    .candidate-controls {
      color: #958ea5;
      font-size: 0.62rem;
    }
    .candidate-controls {
      display: flex;
      align-items: center;
      gap: 10px;
      white-space: nowrap;
    }
    .candidate-board {
      display: grid;
      grid-template-columns: repeat(6, minmax(0, 1fr));
      gap: 10px;
      padding: 12px;
      background: #fbfaff;
    }
    .candidate-column {
      display: grid;
      min-width: 0;
      align-content: start;
      gap: 8px;
    }
    .candidate-column-head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 8px;
      min-height: 28px;
      padding: 0 8px;
      border-radius: 8px;
      color: #433960;
      font-size: 0.58rem;
      font-weight: 700;
      background: #f4f0ff;
    }
    .candidate-column-head span {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 18px;
      height: 18px;
      border-radius: 6px;
      background: #fff;
      font-size: 0.56rem;
    }
    .candidate-column[data-tone="review"] .candidate-column-head {
      background: #efe9ff;
    }
    .candidate-column[data-tone="under-review"] .candidate-column-head {
      background: #e8f7ff;
    }
    .candidate-column[data-tone="tech-1"] .candidate-column-head {
      background: #f3ecff;
    }
    .candidate-column[data-tone="tech-2"] .candidate-column-head {
      background: #f5f0ff;
    }
    .candidate-column[data-tone="offer"] .candidate-column-head {
      background: #eefbe8;
    }
    .candidate-column[data-tone="paperwork"] .candidate-column-head {
      background: #fff6dd;
    }
    .candidate-card {
      padding: 8px 8px 10px;
      min-width: 0;
      border-radius: 10px;
      border: 1px solid rgba(232, 226, 244, 0.95);
      background: #fff;
      box-shadow: 0 8px 18px rgba(37, 16, 111, 0.05);
    }
    .candidate-person {
      display: flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 8px;
    }
    .candidate-avatar {
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background: linear-gradient(135deg, #7b5cf0, #f2b48e);
      flex: 0 0 auto;
    }
    .candidate-name {
      color: #2f2741;
      font-size: 0.62rem;
      font-weight: 700;
      line-height: 1.25;
    }
    .candidate-role {
      color: #a09aaf;
      font-size: 0.56rem;
      line-height: 1.3;
      margin-bottom: 8px;
    }
    .candidate-rate {
      color: #4d4466;
      font-size: 0.58rem;
      font-weight: 700;
      margin-bottom: 2px;
    }
    .candidate-date {
      color: #b0a9be;
      font-size: 0.52rem;
    }

    .feature {
      color: #fff; padding: 28px; border-radius: 20px; background:
        radial-gradient(circle at top right, rgba(255, 217, 62, 0.2), transparent 12rem),
        linear-gradient(135deg, #3d1ba9 0%, #1e0a62 100%);
      box-shadow: var(--shadow);
    }
    .eyebrow { margin-bottom: 12px; color: #d2c7ff; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; }
    .feature p, .feature li { color: rgba(255, 255, 255, 0.82); }
    .feature ul, .price-list { list-style: none; padding: 0; margin: 18px 0 24px; display: grid; gap: 10px; }
    .feature li::before, .price-list li::before {
      content: ""; display: inline-block; width: 10px; height: 10px; margin-right: 10px; border-radius: 50%;
      background: var(--yellow);
    }

    .screen-wrap {
      min-height: 420px; padding: 18px; border-radius: 20px;
      background: linear-gradient(180deg, #836af9 0 38px, #efe9ff 38px 100%);
      border: 3px solid rgba(105, 72, 244, 0.16); box-shadow: var(--shadow);
    }
    .screen {
      height: 100%; min-height: 384px; padding: 22px 20px; border-radius: 18px;
      background: #fff; border: 1px solid rgba(131, 106, 249, 0.2);
    }
    .toolbar, .row {
      display: grid; gap: 12px;
    }
    .toolbar {
      grid-template-columns: 70px 1fr; align-items: center; padding-bottom: 16px; border-bottom: 1px solid rgba(230, 221, 209, 0.95);
    }
    .dots, .row div { border-radius: 999px; background: rgba(105, 72, 244, 0.16); }
    .dots { height: 12px; }
    .search { height: 12px; border-radius: 999px; background: rgba(105, 72, 244, 0.12); }
    .table { margin-top: 16px; display: grid; gap: 12px; }
    .row { grid-template-columns: 1.2fr .7fr .6fr .45fr; align-items: center; min-height: 52px; padding: 0 14px; border-radius: 14px; background: #f8f6ff; }
    .row .a { height: 10px; width: 86%; }
    .row .b { height: 10px; width: 66%; }
    .row .c { height: 10px; width: 48%; background: rgba(255, 217, 62, 0.85); }

    .workflow { display: grid; gap: 34px; }
    .step { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; align-items: center; }
    .step:nth-child(even) .scene { order: 2; }
    .step-copy {
      position: relative;
      z-index: 1;
    }
    .step-needs {
      gap: 42px;
    }
    .step-copy-needs {
      padding-left: 18px;
    }
    .step-onboarding {
      gap: 44px;
    }
    .step-copy-onboarding {
      padding-left: 24px;
    }
    .workflow-accent {
      color: var(--purple);
    }
    .scene-photo {
      overflow: visible;
    }
    .scene-image {
      display: block;
      width: min(132%, 780px);
      max-width: none;
      height: auto;
      transform: translate(4px, 8px);
    }
    .scene-image-agreement {
      width: min(138%, 840px);
      transform: translate(0, 6px);
    }
    .scene-image-needs {
      width: min(128%, 760px);
      transform: translate(-20px, 10px);
    }
    .scene-image-alignment {
      width: min(126%, 740px);
      transform: translate(8px, 10px);
    }
    .scene-image-onboarding {
      width: min(126%, 740px);
      transform: translate(-10px, 10px);
    }
    .scene-image-billing {
      width: min(132%, 790px);
      transform: translate(0, 10px);
    }
    .desk, .monitor, .document, .speaker, .plant, .cup {
      position: absolute;
    }
    .desk {
      left: 50%; bottom: 26px; width: 70%; height: 24px; transform: translateX(-50%);
      border-radius: 18px; background: linear-gradient(180deg, #8f6549, #725038);
    }
    .monitor {
      left: 50%; bottom: 50px; width: 54%; height: 110px; transform: translateX(-50%);
      border-radius: 14px; border: 8px solid #31313a;
      background: linear-gradient(180deg, rgba(105, 72, 244, 0.16), rgba(255, 255, 255, 0.9));
    }
    .document {
      left: 50%; top: 34px; width: 180px; height: 132px; transform: translateX(-50%) rotate(-12deg);
      border-radius: 12px; background: rgba(255,255,255,0.96); box-shadow: 0 18px 32px rgba(28, 27, 31, 0.16);
    }
    .speaker { bottom: 38px; width: 42px; height: 82px; border-radius: 10px; background: linear-gradient(180deg, #5f6068, #222228); }
    .speaker.left { left: 44px; } .speaker.right { right: 44px; }
    .plant { left: 8px; bottom: 36px; width: 40px; height: 40px; border-radius: 8px; background: #fff; }
    .cup {
      right: 8px; bottom: 34px; width: 46px; height: 54px;
      border-radius: 0 0 12px 12px; border: 3px solid #7db7de; background: rgba(147, 220, 255, 0.22);
    }
    .mini-figure {
      position: absolute; width: 86px; height: 148px; bottom: 40px;
    }
    .mini-figure.left { left: 60px; }
    .mini-figure.right { right: 42px; width: 110px; height: 138px; }
    .mini-figure .head, .mini-figure .torso, .mini-figure .leg {
      position: absolute; border-radius: 999px;
    }
    .mini-figure .head { left: 28px; top: 0; width: 32px; height: 38px; background: #f1c39a; }
    .mini-figure .torso { left: 18px; top: 34px; width: 54px; height: 74px; border-radius: 22px; background: #d85e9f; }
    .mini-figure.beige .torso, .mini-figure.right .torso { background: #ebd6b5; }
    .mini-figure .leg.a { left: 28px; bottom: 0; width: 16px; height: 54px; background: #eac467; }
    .mini-figure .leg.b { right: 24px; bottom: 0; width: 16px; height: 54px; background: #eac467; }
    .mini-figure.beige .leg, .mini-figure.right .leg { background: #a55d33; }

    .solutions {
      position: relative;
      overflow: hidden;
    }
    .solutions .container {
      position: relative;
      z-index: 1;
    }
    .solutions::before,
    .solutions::after {
      content: "";
      position: absolute;
      pointer-events: none;
      border-radius: 44% 56% 58% 42% / 50% 46% 54% 50%;
    }
    .solutions::before {
      top: 54px;
      left: -18px;
      width: 244px;
      height: 214px;
      background: radial-gradient(circle at 38% 38%, rgba(255, 242, 138, 0.98) 0%, rgba(255, 223, 73, 0.96) 58%, rgba(255, 223, 73, 0.18) 76%, rgba(255, 223, 73, 0) 100%);
      filter: blur(12px);
    }
    .solutions::after {
      right: 18px;
      bottom: 72px;
      width: 88px;
      height: 88px;
      background: radial-gradient(circle at 38% 38%, rgba(147, 224, 255, 0.98) 0%, rgba(91, 184, 255, 0.94) 58%, rgba(91, 184, 255, 0.18) 76%, rgba(91, 184, 255, 0) 100%);
      filter: blur(6px);
    }
    #solutions .section-head {
      align-items: center;
      justify-content: center;
      text-align: center;
    }
    #solutions .section-head > div {
      width: 100%;
    }
    .solution-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 44px;
      align-items: stretch;
      margin-top: 38px;
    }
    .solution-card {
      position: relative;
      min-height: 518px;
      border-radius: 22px;
      border: 3px solid rgba(255, 255, 255, 0.94);
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(249, 247, 255, 0.95));
      box-shadow: 0 22px 42px rgba(43, 11, 131, 0.06);
      overflow: hidden;
    }
    .solution-card-inner {
      position: relative;
      height: 100%;
      padding: 34px 26px 30px;
      display: flex;
      flex-direction: column;
    }
    .solution-card h3 {
      color: #4d4758;
      font-size: clamp(1.85rem, 2.3vw, 2.35rem);
      line-height: 1.03;
      letter-spacing: -0.04em;
      margin-bottom: 20px;
    }
    .solution-copy {
      min-height: 142px;
      margin-bottom: 24px;
      color: #6b73b8;
      font-size: 0.98rem;
      line-height: 1.7;
    }
    .solution-features {
      list-style: none;
      padding: 0;
      margin: 0;
      display: grid;
      gap: 15px;
      color: #4d4758;
      font-size: 1.05rem;
      line-height: 1.35;
    }
    .solution-features li {
      position: relative;
      padding-left: 26px;
      font-weight: 500;
    }
    .solution-features li::before {
      content: "\2713";
      position: absolute;
      top: 1px;
      left: 0;
      width: 16px;
      height: 16px;
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: #ebe8ff;
      color: #7d6cea;
      font-size: 0.62rem;
      font-weight: 800;
    }
    .solution-icon {
      position: absolute;
      top: 24px;
      right: 24px;
      width: 42px;
      height: 42px;
      border-radius: 50%;
      display: grid;
      place-items: center;
      background: linear-gradient(180deg, #efe8ff, #ddd3ff);
      border: 4px solid #f4efff;
      box-shadow: inset 0 0 0 1px rgba(125, 108, 234, 0.18);
      color: #7b67ef;
      font-size: 1.02rem;
      font-weight: 700;
      line-height: 1;
    }
    .solution-icon svg,
    .solution-icon img {
      display: block;
      width: 30px;
      height: 30px;
    }
    .solution-icon svg {
      fill: currentColor;
    }
    .solution-card--featured {
      transform: translateY(-30px);
      border: 4px solid #7556e5;
      background: #ffffff;
      box-shadow: 0 28px 56px rgba(105, 72, 244, 0.2);
      overflow: hidden;
    }
    .solution-badge {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      min-height: 30px;
      padding: 6px 18px 8px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: linear-gradient(135deg, #5631c8, #4a2cb7);
      color: #fff;
      font-size: 0.82rem;
      font-weight: 800;
      letter-spacing: 0.02em;
      text-transform: uppercase;
      border-radius: 18px 18px 0 0;
      z-index: 2;
    }
    .solution-card-head {
      position: relative;
      padding: 50px 28px 24px;
      background: linear-gradient(135deg, #8667f8 0%, #7858e5 62%, #6c4fe0 100%);
    }
    .solution-card-body {
      padding: 22px 28px 28px;
      background: #fff;
      min-height: 244px;
    }
    .solution-card--featured h3 {
      color: #fff;
      margin-bottom: 18px;
    }
    .solution-card--featured .solution-copy {
      min-height: 0;
      margin-bottom: 0;
      color: rgba(255, 255, 255, 0.94);
    }
    .solution-card--featured .solution-icon {
      top: 42px;
      right: 18px;
      background: linear-gradient(180deg, #bcefff, #94deff);
      border-color: rgba(255, 255, 255, 0.45);
      color: #6c4fe0;
    }
    .solution-cta {
      display: flex;
      justify-content: center;
      margin-top: 38px;
    }
    .solution-cta .btn {
      min-width: 308px;
      min-height: 48px;
      border-radius: 16px;
      box-shadow: 0 20px 38px rgba(105, 72, 244, 0.22);
      font-size: 1rem;
    }
    .contact-stack {
      display: grid;
      gap: 26px;
    }
    .contact-heading {
      margin: 0;
      text-align: left;
      white-space: nowrap;
    }
    .contact-subheading {
      margin: -10px 0 0;
      color: var(--ink);
      font-size: 1.1rem;
      font-weight: 700;
      line-height: 1.35;
      text-align: left;
    }
    .contact-layout {
      align-items: start;
    }
    .contact-calendar {
      width: min(100%, 430px);
      min-width: 0;
      justify-self: start;
      border-radius: 24px;
      overflow: hidden;
      background: #fff;
      border: 1px solid rgba(230, 221, 209, 0.9);
      box-shadow: 0 22px 40px rgba(43, 11, 131, 0.08);
    }
    .contact-calendar .calendly-inline-widget {
      width: 100%;
    }

    .cta-art {
      min-height: 720px;
      display: flex;
      align-items: flex-start;
      justify-content: center;
      overflow: visible;
    }
    .contact-scene-image {
      display: block;
      width: min(178%, 980px);
      max-width: none;
      height: auto;
      transform: translate(16px, 0);
    }
    .cta-card {
      position: relative; z-index: 1; width: 180px; height: 220px; border-radius: 18px;
      display: grid; place-items: center; transform: rotate(-18deg);
      background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(239,233,255,0.96));
      box-shadow: 0 28px 48px rgba(28, 27, 31, 0.16);
    }
    .cta-card span {
      font-family: "Outfit", sans-serif; font-size: 4rem; font-weight: 700; color: var(--purple);
      letter-spacing: -0.06em;
    }
    .hand {
      position: absolute; width: 140px; height: 90px; border-radius: 38px; background: linear-gradient(145deg, #d9b396, #c7926f);
    }
    .hand.left { left: 18px; top: 96px; transform: rotate(-24deg); }
    .hand.right { right: 8px; bottom: 58px; transform: rotate(18deg); background: linear-gradient(145deg, #67c54e, #3f9c2e); }
    .contact-points {
      margin-top: 28px; padding-top: 20px; border-top: 1px solid rgba(230, 221, 209, 0.8);
      display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px;
    }
    .contact-points strong { display: block; margin-bottom: 6px; }

    .site-footer { padding: 26px 0 44px; color: var(--muted); font-size: 0.94rem; }
    .footer-row {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 36px;
      align-items: start;
    }
    .footer-group {
      display: grid;
      gap: 4px;
    }
    .footer-group-title {
      color: #8d8799;
      font-size: 1.05rem;
      font-weight: 500;
      letter-spacing: 0.01em;
    }
    .footer-group-links {
      display: grid;
      gap: 6px;
    }
    .footer-group-link {
      color: var(--ink);
      font-size: 1.05rem;
      font-weight: 700;
      line-height: 1.15;
    }
    .footer-social {
      display: flex;
      align-items: center;
      gap: 10px;
    }
    .footer-social-link {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 32px;
      height: 32px;
    }
    .footer-social-link img {
      display: block;
      width: 100%;
      height: auto;
    }
    .site-bottom-strip {
      padding: 14px 16px;
      background: var(--yellow);
      color: var(--ink);
      text-align: center;
      font-size: 0.95rem;
      font-weight: 700;
      letter-spacing: 0.01em;
    }

    @media (max-width: 980px) {
      .grid-2, .step, .pricing, .solution-grid { grid-template-columns: 1fr; }
      .step:nth-child(even) .scene { order: initial; }
      .contact-points { grid-template-columns: 1fr 1fr; }
      .nav-links { display: none; }
      .hero-art { min-height: 420px; }
      .hero .grid-2 { grid-template-columns: 1fr; gap: 26px; }
      .hero-copy { max-width: 100%; }
      .hero-image { width: min(100%, 920px); transform: none; }
      .showcase-stage { min-height: 0; }
      .showcase-panel { grid-template-columns: 1fr; min-height: auto; }
      .job-window { margin-left: 0; }
      .candidate-board { grid-template-columns: repeat(3, minmax(0, 1fr)); }
      .section { padding: 72px 0; }
      .step-needs { gap: 28px; }
      .step-copy-needs { padding-left: 0; }
      .step-onboarding { gap: 28px; }
      .step-copy-onboarding { padding-left: 0; }
      .scene-image { width: min(100%, 760px); transform: none; }
      .scene-image-agreement { width: min(100%, 760px); transform: none; }
      .scene-image-needs { width: min(100%, 760px); transform: none; }
      .scene-image-alignment { width: min(100%, 760px); transform: none; }
      .scene-image-onboarding { width: min(100%, 760px); transform: none; }
      .scene-image-billing { width: min(100%, 760px); transform: none; }
      .solution-grid { gap: 24px; }
      .solution-card { min-height: auto; }
      .solution-card--featured { transform: none; }
      .solution-copy, .solution-card-body { min-height: 0; }
      .contact-heading { white-space: normal; }
      .cta-art { min-height: 500px; }
      .contact-scene-image { width: min(100%, 680px); transform: none; }
      .footer-row { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
    }

    @media (max-width: 720px) {
      .container { width: min(100% - 24px, 1120px); }
      .intro-row, .section-head, .footer-row { flex-direction: column; align-items: flex-start; }
      .contact-points { grid-template-columns: 1fr; }
      .hero-art { min-height: 360px; }
      .hero-copy h1 { font-size: clamp(2rem, 10vw, 3rem); }
      .hero-copy p { max-width: 100%; font-size: 0.92rem; }
      .hero-image { width: min(100%, 780px); transform: none; }
      .cards { grid-template-columns: repeat(8, minmax(170px, 1fr)); }
      .platform-showcase { padding: 18px 16px 22px; }
      .showcase-stage { min-height: 0; }
      .job-window { border-radius: 20px; }
      .job-shell { grid-template-columns: 96px minmax(0, 1fr); min-height: 420px; }
      .job-toolbar { grid-template-columns: 1fr; }
      .filter-strip { justify-content: flex-start; overflow-x: auto; white-space: nowrap; }
      .job-card { grid-template-columns: 1fr; }
      .job-rate { text-align: left; min-width: 0; }
      .job-actions, .job-users { justify-content: flex-start; }
      .candidate-board { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .candidate-header { flex-direction: column; }
      .site-header .container { min-height: 68px; }
      .scene-image { width: 100%; }
      .scene-image-agreement { width: 100%; }
      .scene-image-needs { width: 100%; }
      .scene-image-alignment { width: 100%; }
      .scene-image-onboarding { width: 100%; }
      .scene-image-billing { width: 100%; }
      .cta-art { min-height: 360px; }
      .contact-scene-image { width: 100%; }
      .solution-card-inner, .solution-card-head, .solution-card-body { padding-left: 22px; padding-right: 22px; }
      .solution-cta .btn { min-width: 100%; }
      .solutions::before { width: 180px; height: 160px; top: 74px; left: -36px; }
      .solutions::after { width: 72px; height: 72px; right: -8px; bottom: 92px; }
      .footer-row { grid-template-columns: 1fr; gap: 20px; }
    }