﻿    :root {
      --green: #08753e;
      --green-dark: #055934;
      --green-soft: #eaf6ee;
      --blue: #0969b9;
      --blue-soft: #e8f3ff;
      --orange: #f18709;
      --orange-soft: #fff3dc;
      --teal: #0f766e;
      --teal-soft: #e7f7f5;
      --purple: #7a4ddd;
      --purple-soft: #f0e7ff;
      --request-red: #c7352d;
      --request-red-dark: #a82721;
      --cream: #fff8ea;
      --ink: #102033;
      --muted: #5f6e78;
      --line: #dfe8e1;
      --surface: #ffffff;
      --shadow: 0 18px 42px rgba(17, 50, 34, 0.12);
      --radius: 8px;
      --bottom-nav-clearance: 132px;
    }

    * {
      box-sizing: border-box;
    }

    body {
      margin: 0;
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      color: var(--ink);
      background: var(--cream);
    }

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

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

    .page {
      min-height: 100vh;
      padding-bottom: calc(var(--bottom-nav-clearance) + env(safe-area-inset-bottom, 0px));
    }

    .topbar {
      position: sticky;
      top: 0;
      z-index: 20;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
      padding: 24px clamp(20px, 5vw, 56px);
      background: rgba(255, 255, 255, 0.94);
      border-bottom: 1px solid rgba(11, 97, 57, 0.08);
      backdrop-filter: blur(16px);
    }

    .brand {
      display: flex;
      align-items: center;
      gap: 14px;
      min-width: 0;
    }

    .brand-mark {
      width: 62px;
      height: 62px;
      flex: 0 0 auto;
    }

    .brand-copy {
      display: grid;
      gap: 1px;
    }

    .brand-name {
      color: var(--green);
      font-size: clamp(28px, 4vw, 42px);
      font-weight: 850;
      line-height: 1;
    }

    .brand-tagline {
      color: #29343d;
      font-size: clamp(14px, 1.8vw, 18px);
      font-weight: 550;
      white-space: nowrap;
    }

    .top-actions {
      display: flex;
      align-items: center;
      gap: 18px;
    }

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

    .btn:hover {
      transform: translateY(-1px);
      box-shadow: 0 14px 24px rgba(7, 96, 55, 0.16);
    }

    .btn-outline {
      color: var(--green-dark);
      background: #ffffff;
      border-color: #d6ddd8;
      box-shadow: 0 4px 12px rgba(19, 37, 25, 0.06);
    }

    .btn-primary {
      color: #ffffff;
      background: var(--green);
    }

    .btn svg {
      width: 24px;
      height: 24px;
      flex: 0 0 auto;
    }

    .hero {
      position: relative;
      overflow: hidden;
      padding: 58px clamp(18px, 4vw, 56px) 52px;
      background:
        radial-gradient(circle at 12% 13%, rgba(255, 232, 138, 0.4) 0 52px, transparent 53px),
        linear-gradient(180deg, #fff8ea 0%, #f7fbf8 62%, #ffffff 100%);
    }

    .scene {
      position: absolute;
      inset: 0;
      pointer-events: none;
      overflow: hidden;
      z-index: 0;
      opacity: 0.18;
    }

    .hill {
      position: absolute;
      left: -5%;
      right: -5%;
      bottom: 50%;
      height: 160px;
      background: #a7d76e;
      border-radius: 50% 50% 0 0 / 90% 90% 0 0;
      transform: translateY(72%);
      opacity: 0.78;
    }

    .hill.two {
      bottom: 45%;
      height: 120px;
      background: #7bbd5f;
      transform: translateY(82%) scaleX(1.1);
      opacity: 0.35;
    }

    .sun {
      position: absolute;
      top: 52px;
      left: 10.8%;
      width: 72px;
      aspect-ratio: 1;
      border-radius: 50%;
      background: #ffe88a;
      box-shadow: 0 0 0 14px rgba(255, 232, 138, 0.16);
    }

    .cloud {
      position: absolute;
      width: 92px;
      height: 28px;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.9);
    }

    .cloud::before,
    .cloud::after {
      content: "";
      position: absolute;
      bottom: 9px;
      width: 42px;
      aspect-ratio: 1;
      border-radius: 50%;
      background: inherit;
    }

    .cloud::before {
      left: 10px;
    }

    .cloud::after {
      right: 12px;
      width: 34px;
    }

    .cloud.one {
      top: 88px;
      left: -2%;
    }

    .cloud.two {
      top: 142px;
      left: 17%;
      width: 86px;
      opacity: 0.82;
    }

    .cloud.three {
      top: 58px;
      right: 7%;
      width: 96px;
      opacity: 0.86;
    }

    .tree {
      position: absolute;
      bottom: 46%;
      width: 72px;
      height: 112px;
    }

    .tree.left {
      left: 2.2%;
    }

    .tree.right {
      right: 1.5%;
      transform: scale(0.92);
    }

    .tree::before {
      content: "";
      position: absolute;
      left: 31px;
      bottom: 0;
      width: 10px;
      height: 70px;
      border-radius: 999px;
      background: #7d5630;
    }

    .tree::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 46px;
      width: 72px;
      height: 72px;
      border-radius: 46% 54% 42% 58%;
      background: #5dab4b;
      box-shadow: 35px 24px 0 -8px #64b750, -26px 24px 0 -11px #64b750;
    }

    .mosque {
      position: absolute;
      right: 6.6%;
      bottom: 48%;
      width: 164px;
      height: 148px;
      transform: translateY(58%);
    }

    .hero-content {
      position: relative;
      z-index: 1;
      display: grid;
      gap: 34px;
      max-width: 1260px;
      margin: 0 auto;
    }

    .headline {
      text-align: center;
    }

    .headline h1 {
      margin: 0;
      color: #102033;
      font-size: clamp(38px, 5.5vw, 68px);
      line-height: 1.12;
      font-weight: 900;
      letter-spacing: 0;
    }

    .headline h1 span {
      color: var(--green);
    }

    .headline p {
      margin: 22px auto 0;
      max-width: 760px;
      color: #313b49;
      font-size: clamp(19px, 2.35vw, 30px);
      line-height: 1.35;
      font-weight: 550;
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 14px;
      margin-top: 28px;
    }

    .action-button,
    .board-action {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 60px;
      padding: 0 28px;
      color: #ffffff;
      border-radius: 999px;
      font-size: 18px;
      font-weight: 900;
      line-height: 1;
      white-space: nowrap;
      box-shadow: 0 14px 24px rgba(17, 50, 34, 0.14);
    }

    .request-action {
      background: var(--request-red);
    }

    .request-action:hover {
      background: var(--request-red-dark);
    }

    .offer-action {
      background: var(--green);
    }

    .offer-action:hover {
      background: var(--green-dark);
    }

    .situation-board {
      display: grid;
      gap: 22px;
      width: 100%;
      padding: clamp(20px, 3vw, 34px);
      background: #ffffff;
      border: 1px solid rgba(8, 117, 62, 0.12);
      border-radius: 26px;
      box-shadow: 0 24px 58px rgba(17, 50, 34, 0.16);
      outline: 6px solid rgba(255, 255, 255, 0.72);
    }

    .board-header {
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(240px, 0.46fr);
      gap: 20px;
      align-items: end;
    }

    .board-kicker {
      display: inline-flex;
      align-items: center;
      min-height: 32px;
      margin: 0 0 10px;
      padding: 0 12px;
      color: var(--green-dark);
      background: var(--green-soft);
      border: 1px solid #cfe8d7;
      border-radius: 999px;
      font-size: 14px;
      font-weight: 900;
    }

    .board-header h2 {
      margin: 0;
      color: var(--green-dark);
      font-size: clamp(28px, 3.2vw, 42px);
      line-height: 1.08;
      font-weight: 900;
      letter-spacing: 0;
    }

    .board-header > p {
      margin: 0;
      color: #3a4752;
      font-size: 17px;
      line-height: 1.45;
      font-weight: 600;
    }

    .filter-chips {
      display: flex;
      gap: 10px;
      overflow-x: auto;
      padding: 2px 2px 8px;
      scrollbar-width: thin;
    }

    .board-main-actions {
      display: flex;
      justify-content: center;
      gap: 14px;
      margin: -4px 0 2px;
    }

    .board-main-actions .action-button {
      min-width: 170px;
      min-height: 58px;
    }

    .filter-chip {
      flex: 0 0 auto;
      min-height: 44px;
      padding: 0 17px;
      color: var(--green-dark);
      background: #fbfdfb;
      border: 1px solid rgba(5, 89, 52, 0.32);
      border-radius: 999px;
      font: inherit;
      font-size: 15px;
      font-weight: 850;
      white-space: nowrap;
      box-shadow: 0 6px 14px rgba(17, 50, 34, 0.06);
    }

    .filter-chip.active {
      color: #ffffff;
      background: var(--green);
      border-color: var(--green);
    }

    .situation-list {
      display: grid;
      grid-template-columns: 1fr;
      gap: 0;
      overflow: hidden;
      background: #ffffff;
      border: 1px solid rgba(8, 117, 62, 0.12);
      border-radius: 18px;
      box-shadow: 0 14px 34px rgba(17, 50, 34, 0.11);
    }

    .situation-table-head,
    .situation-card {
      display: grid;
      grid-template-columns: minmax(184px, 1.4fr) 86px minmax(108px, 0.75fr) minmax(180px, 1.05fr) 82px 88px 100px;
      align-items: center;
      column-gap: 14px;
      row-gap: 8px;
    }

    .situation-table-head {
      min-height: 42px;
      padding: 0 14px;
      color: var(--green-dark);
      background: linear-gradient(180deg, #f2faf5 0%, #eaf6ee 100%);
      border-bottom: 1px solid rgba(8, 117, 62, 0.12);
      font-size: 12px;
      font-weight: 950;
      letter-spacing: 0.04em;
      text-transform: uppercase;
    }

    .situation-card {
      min-height: 62px;
      padding: 10px 14px;
      background: #ffffff;
      border-bottom: 1px solid rgba(8, 117, 62, 0.1);
      box-shadow: none;
      cursor: pointer;
      transition: background 160ms ease, transform 160ms ease, box-shadow 160ms ease;
    }

    .situation-card:last-child {
      border-bottom: 0;
    }

    .situation-card:hover {
      z-index: 1;
      background: #fbfdfb;
      box-shadow: 0 10px 24px rgba(17, 50, 34, 0.08);
      transform: translateY(-1px);
    }

    .situation-list.is-empty .situation-table-head {
      display: none;
    }

    .board-empty-state {
      display: grid;
      gap: 8px;
      justify-items: center;
      padding: 34px 18px;
      text-align: center;
      color: #51606c;
      background: linear-gradient(180deg, #ffffff 0%, #f7fbf8 100%);
    }

    .board-empty-state[hidden] {
      display: none;
    }

    .board-empty-state strong {
      color: var(--green-dark);
      font-size: 18px;
      line-height: 1.3;
    }

    .board-empty-state span {
      font-size: 14px;
      font-weight: 800;
      line-height: 1.45;
    }

    .situation-cell {
      min-width: 0;
      color: #51606c;
      font-size: 12px;
      line-height: 1.35;
      font-weight: 800;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .situation-cell strong:not(.category-pill):not(.status-pill):not(.status-badge) {
      color: #1e2e3e;
      font-size: 12px;
      font-weight: 900;
    }

    .schedule-cell,
    .schedule-cell strong {
      white-space: normal;
      overflow: visible;
      text-overflow: clip;
    }

    .schedule-duration::before {
      content: " · ";
    }

    .category-pill,
    .status-pill,
    .status-badge {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 28px;
      padding: 0 9px;
      border-radius: 999px;
      font-size: 12px;
      font-weight: 900;
      white-space: nowrap;
    }

    .education-pill {
      color: var(--blue);
      background: var(--blue-soft);
    }

    .health-pill {
      color: var(--green);
      background: var(--green-soft);
    }

    .services-pill {
      color: var(--teal);
      background: var(--teal-soft);
    }

    .food-pill {
      color: var(--orange);
      background: var(--orange-soft);
    }

    .research-pill {
      color: var(--purple);
      background: var(--purple-soft);
    }

    .status-pill.pending {
      color: var(--request-red);
      background: #ffeceb;
    }

    .status-pill.available {
      color: var(--green-dark);
      background: #e2f5e8;
    }

    .status-pill.ongoing {
      color: #946200;
      background: #fff4c7;
    }

    .status-pill.completed {
      color: var(--blue);
      background: var(--blue-soft);
    }

    .status-pending {
      color: var(--request-red);
      background: #ffeceb;
    }

    .status-open,
    .status-available {
      color: var(--green-dark);
      background: #e2f5e8;
    }

    .status-closed {
      color: var(--request-red);
      background: #ffeceb;
    }

    .status-ongoing {
      color: #946200;
      background: #fff4c7;
    }

    .status-completed {
      color: var(--blue);
      background: var(--blue-soft);
    }


    .situation-profile-trigger {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      min-width: 0;
      width: 100%;
      padding: 0;
      border: 0;
      color: inherit;
      background: transparent;
      font: inherit;
      text-align: left;
      cursor: pointer;
    }

    .situation-profile-trigger:focus-visible {
      outline: 3px solid rgba(8, 117, 62, 0.22);
      outline-offset: 3px;
      border-radius: 999px;
    }

    .situation-name {
      min-width: 0;
      color: #152638;
      font-size: 14px;
      line-height: 1.22;
      font-weight: 900;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .situation-card h3 {
      margin: 0;
      color: #152638;
      font-size: 14px;
      line-height: 1.22;
      font-weight: 900;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }


    .situation-title {
      display: flex;
      align-items: center;
      gap: 9px;
    }

    .board-avatar,
    .profile-status-avatar {
      position: relative;
      flex: 0 0 auto;
      display: inline-grid;
      place-items: center;
      color: #ffffff;
      background: linear-gradient(135deg, var(--green), var(--green-dark));
      border-radius: 50%;
      font-weight: 900;
      box-shadow: 0 8px 18px rgba(17, 50, 34, 0.12);
    }

    .board-avatar {
      width: 30px;
      height: 30px;
      font-size: 12px;
    }

    .status-dot {
      position: absolute;
      right: -1px;
      bottom: -1px;
      width: 10px;
      height: 10px;
      border: 2px solid #ffffff;
      border-radius: 50%;
      box-shadow: 0 2px 6px rgba(17, 50, 34, 0.16);
    }

    .status-dot-online {
      background: var(--green);
    }

    .status-dot-offline {
      background: var(--request-red);
    }
    .situation-meta {
      display: grid;
      gap: 10px;
      align-self: start;
    }

    .situation-meta p {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      margin: 0;
      color: #51606c;
      font-size: 14px;
      line-height: 1.35;
      font-weight: 800;
    }

    .situation-meta .trust-line {
      display: block;
      padding-top: 2px;
      color: var(--green-dark);
      font-size: 12px;
      line-height: 1.35;
      font-weight: 850;
    }

    .situation-card > .trust-line {
      color: var(--green-dark);
      font-size: 11px;
      font-weight: 850;
    }

    .situation-meta span {
      color: #6a7882;
    }

    .situation-meta strong:not(.category-pill):not(.status-pill):not(.status-badge) {
      color: #1e2e3e;
      font-size: 15px;
      font-weight: 900;
      text-align: right;
    }

    .board-action {
      align-self: end;
      width: 100%;
      min-height: 34px;
      padding: 0 10px;
      font-size: 13px;
      border-radius: 999px;
    }

    .action-cell {
      align-self: center;
    }

    .help-modal[hidden] {
      display: none;
    }

    .help-modal {
      position: fixed;
      inset: 0;
      z-index: 50;
      display: grid;
      place-items: center;
      padding: 18px;
    }

    .help-modal-backdrop {
      position: absolute;
      inset: 0;
      background: rgba(16, 32, 51, 0.42);
      backdrop-filter: blur(5px);
    }

    .help-dialog {
      position: relative;
      z-index: 1;
      display: flex;
      flex-direction: column;
      width: min(100%, 760px);
      max-height: calc(100vh - 36px);
      overflow: hidden;
      padding: clamp(18px, 2.5vw, 24px);
      background: #ffffff;
      border: 1px solid rgba(8, 117, 62, 0.14);
      border-radius: 22px;
      box-shadow: 0 30px 80px rgba(16, 32, 51, 0.26);
    }

    .help-form {
      display: flex;
      flex: 1;
      flex-direction: column;
      min-height: 0;
    }

    .help-dialog-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      margin-bottom: 14px;
    }

    .help-dialog-header h2 {
      margin: 0;
      color: #102033;
      font-size: clamp(26px, 3.5vw, 34px);
      line-height: 1.05;
      font-weight: 900;
      letter-spacing: 0;
    }

    .help-close {
      display: grid;
      place-items: center;
      width: 38px;
      aspect-ratio: 1;
      color: var(--green-dark);
      background: var(--green-soft);
      border: 1px solid rgba(8, 117, 62, 0.16);
      border-radius: 50%;
      font: inherit;
      font-size: 25px;
      line-height: 1;
      cursor: pointer;
    }

    .help-form-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 12px 14px;
      overflow-y: auto;
      overscroll-behavior: contain;
    }


    .help-field[hidden] {
      display: none;
    }
    .help-field {
      display: grid;
      gap: 6px;
      min-width: 0;
      color: #1f2d3a;
      font-size: 14px;
      font-weight: 850;
    }

    .help-field-wide {
      grid-column: 1 / -1;
    }

    .help-field input,
    .help-field select,
    .help-field textarea {
      width: 100%;
      min-height: 44px;
      padding: 0 12px;
      color: var(--ink);
      background: #fbfdfb;
      border: 1px solid #d8e4dc;
      border-radius: var(--radius);
      font: inherit;
      font-size: 15px;
      outline: none;
      transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
    }

    .help-field textarea {
      min-height: 78px;
      padding-top: 11px;
      resize: vertical;
    }

    .help-field input:focus,
    .help-field select:focus,
    .help-field textarea:focus {
      background: #ffffff;
      border-color: var(--green);
      box-shadow: 0 0 0 4px rgba(8, 117, 62, 0.12);
    }

    .timezone-combobox {
      position: relative;
      min-width: 0;
    }

    .timezone-results {
      position: absolute;
      top: calc(100% + 6px);
      left: 0;
      right: 0;
      z-index: 80;
      max-height: min(280px, 42vh);
      overflow-y: auto;
      overscroll-behavior: contain;
      padding: 6px;
      background: #ffffff;
      border: 1px solid #cfded4;
      border-radius: 12px;
      box-shadow: 0 18px 42px rgba(16, 32, 51, 0.2);
    }

    .timezone-results[hidden] {
      display: none;
    }

    .timezone-result {
      display: block;
      width: 100%;
      padding: 10px 11px;
      color: #1f2d3a;
      background: transparent;
      border: 0;
      border-radius: 8px;
      font: inherit;
      font-size: 13px;
      line-height: 1.35;
      font-weight: 750;
      text-align: left;
      cursor: pointer;
    }

    .timezone-result:hover,
    .timezone-result.is-active {
      color: var(--green-dark);
      background: var(--green-soft);
    }

    .timezone-no-results {
      margin: 0;
      padding: 10px 11px;
      color: #66746d;
      font-size: 13px;
      font-weight: 700;
    }


    .help-field select:disabled {
      color: var(--green-dark);
      background: var(--green-soft);
      border-color: #cfe8d7;
      opacity: 1;
      cursor: not-allowed;
    }
    .help-field input[readonly] {
      color: var(--green-dark);
      background: var(--green-soft);
      border-color: #cfe8d7;
      font-weight: 900;
    }

    .scheduled-summary {
      margin: 0;
      padding: 8px 11px;
      color: #44534c;
      background: #f6faf7;
      border: 1px solid #d8e4dc;
      border-radius: var(--radius);
      font-size: 13px;
      line-height: 1.35;
      font-weight: 800;
    }

    .help-submit-message {
      margin: 12px 0 0;
      padding: 9px 11px;
      color: var(--green-dark);
      background: #f2faf5;
      border: 1px solid #cfe8d7;
      border-radius: var(--radius);
      font-size: 13px;
      line-height: 1.4;
      font-weight: 800;
    }

    .help-submit-message[hidden] {
      display: none;
    }

    .help-submit-message-review {
      color: #76510b;
      background: #fff9e8;
      border-color: #eedb9e;
    }

    .help-form-actions .btn:disabled {
      opacity: 0.58;
      cursor: not-allowed;
    }

    .skillvalue-helper {
      margin: 0;
      padding: 13px 15px;
      color: var(--green-dark);
      background: var(--green-soft);
      border: 1px solid #cfe8d7;
      border-radius: var(--radius);
      font-size: 14px;
      line-height: 1.45;
      font-weight: 750;
    }

    .public-profile-modal[hidden] {
      display: none;
    }

    .public-profile-modal {
      position: fixed;
      inset: 0;
      z-index: 50;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 22px;
    }

    .public-profile-backdrop {
      position: absolute;
      inset: 0;
      background: rgba(16, 32, 51, 0.42);
      backdrop-filter: blur(3px);
    }

    .public-profile-dialog {
      position: relative;
      z-index: 1;
      width: min(100%, 620px);
      max-height: 90vh;
      overflow: auto;
      padding: clamp(20px, 3vw, 30px);
      background: #ffffff;
      border-radius: 24px;
      box-shadow: 0 24px 70px rgba(16, 32, 51, 0.26);
    }

    .public-profile-content {
      display: grid;
      gap: 16px;
    }

    .public-profile-hero {
      display: flex;
      align-items: center;
      gap: 14px;
      padding: 14px;
      background: #fbfdfb;
      border: 1px solid #d8e4dc;
      border-radius: var(--radius);
    }

    .public-profile-avatar {
      position: relative;
      flex: 0 0 auto;
      display: inline-grid;
      place-items: center;
      width: 64px;
      height: 64px;
      color: #ffffff;
      background: linear-gradient(135deg, var(--green), var(--green-dark));
      border-radius: 50%;
      font-size: 22px;
      font-weight: 900;
      box-shadow: 0 8px 18px rgba(17, 50, 34, 0.12);
    }

    .public-profile-hero h3,
    .public-profile-hero p {
      margin: 0;
    }

    .public-profile-hero h3 {
      color: #102033;
      font-size: 24px;
      line-height: 1.1;
      font-weight: 900;
    }

    .public-profile-hero p {
      margin-top: 4px;
      color: var(--green-dark);
      font-size: 13px;
      font-weight: 850;
    }

    .public-profile-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 12px;
    }

    .public-profile-grid div {
      display: grid;
      gap: 7px;
      min-width: 0;
      padding: 12px 13px;
      background: #fbfdfb;
      border: 1px solid #d8e4dc;
      border-radius: var(--radius);
    }

    .public-profile-grid span {
      color: #6a7882;
      font-size: 12px;
      font-weight: 900;
      text-transform: uppercase;
      letter-spacing: 0.04em;
    }

    .public-profile-grid strong {
      color: #1e2e3e;
      font-size: 14px;
      line-height: 1.35;
      font-weight: 900;
      white-space: pre-line;
    }

    .public-profile-content .action-button {
      justify-self: start;
      min-width: 150px;
    }

    .situation-view-modal[hidden] {
      display: none;
    }

    .situation-view-modal {
      position: fixed;
      inset: 0;
      z-index: 50;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 22px;
    }

    .situation-view-backdrop {
      position: absolute;
      inset: 0;
      background: rgba(16, 32, 51, 0.42);
      backdrop-filter: blur(3px);
    }

    .situation-view-dialog {
      position: relative;
      z-index: 1;
      width: min(100%, 960px);
      max-height: 90vh;
      overflow: auto;
      padding: clamp(20px, 3vw, 30px);
      background: #ffffff;
      border-radius: 24px;
      box-shadow: 0 24px 70px rgba(16, 32, 51, 0.26);
    }

    .situation-view-content {
      display: grid;
      gap: 16px;
    }

    .situation-view-grid {
      display: grid;
      grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
      gap: 16px;
      align-items: start;
    }

    .situation-view-card {
      display: grid;
      gap: 13px;
      min-width: 0;
      padding: 16px;
      background: #fbfdfb;
      border: 1px solid #d8e4dc;
      border-radius: var(--radius);
    }

    .view-card-label {
      margin: 0;
      color: var(--green-dark);
      font-size: 12px;
      font-weight: 900;
      text-transform: uppercase;
      letter-spacing: 0.04em;
    }

    .situation-view-card > h3 {
      margin: 0;
      color: #102033;
      font-size: clamp(22px, 2.8vw, 30px);
      line-height: 1.12;
      font-weight: 900;
    }

    .compact-profile-hero {
      padding: 0;
      background: transparent;
      border: 0;
    }

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

    .situation-view-info-grid div {
      display: grid;
      gap: 6px;
      min-width: 0;
      padding: 11px 12px;
      background: #ffffff;
      border: 1px solid rgba(8, 117, 62, 0.12);
      border-radius: var(--radius);
    }

    .situation-view-info-grid .view-wide {
      grid-column: 1 / -1;
    }

    .situation-view-info-grid span {
      color: #6a7882;
      font-size: 11px;
      font-weight: 900;
      text-transform: uppercase;
      letter-spacing: 0.04em;
    }

    .situation-view-info-grid strong {
      color: #1e2e3e;
      font-size: 14px;
      line-height: 1.35;
      font-weight: 900;
      white-space: pre-line;
    }

    .situation-view-content > .action-button {
      justify-self: center;
      min-width: 170px;
    }
    .details-modal[hidden] {
      display: none;
    }

    .details-modal {
      position: fixed;
      inset: 0;
      z-index: 50;
      display: grid;
      place-items: center;
      padding: 24px;
    }

    .details-modal-backdrop {
      position: absolute;
      inset: 0;
      background: rgba(16, 32, 51, 0.42);
      backdrop-filter: blur(5px);
    }

    .details-dialog {
      position: relative;
      z-index: 1;
      width: min(100%, 720px);
      max-height: min(88vh, 780px);
      overflow: auto;
      padding: clamp(20px, 3vw, 30px);
      background: #ffffff;
      border: 1px solid rgba(8, 117, 62, 0.14);
      border-radius: 22px;
      box-shadow: 0 30px 80px rgba(16, 32, 51, 0.26);
    }

    .details-dialog-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      margin-bottom: 18px;
    }

    .details-dialog-header h2 {
      margin: 0;
      color: #102033;
      font-size: clamp(28px, 4vw, 38px);
      line-height: 1.05;
      font-weight: 900;
    }

    .details-content {
      display: grid;
      gap: 16px;
    }

    .details-content > h3 {
      margin: 0;
      color: var(--green-dark);
      font-size: clamp(24px, 3vw, 32px);
      line-height: 1.12;
      font-weight: 900;
    }

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

    .details-grid div,
    .details-note-block {
      display: grid;
      gap: 7px;
      padding: 13px 14px;
      background: #fbfdfb;
      border: 1px solid #d8e4dc;
      border-radius: var(--radius);
    }

    .details-grid span,
    .details-note-block span {
      color: #6a7882;
      font-size: 12px;
      font-weight: 900;
      text-transform: uppercase;
      letter-spacing: 0.04em;
    }

    .details-grid strong {
      color: #1e2e3e;
      font-size: 15px;
      font-weight: 900;
    }

    .details-note-block p {
      margin: 0;
      color: #31414f;
      font-size: 15px;
      line-height: 1.45;
      font-weight: 650;
    }

    .details-content .action-button {
      justify-self: start;
      min-width: 160px;
    }

    .profile-page {
      --bottom-nav-clearance: 144px;
      background: var(--cream);
    }

    .profile-hero {
      min-height: calc(100vh - 111px);
      padding: clamp(22px, 3vw, 36px) clamp(18px, 5vw, 56px) calc(var(--bottom-nav-clearance) + 46px);
      background:
        radial-gradient(circle at 12% 14%, rgba(255, 232, 138, 0.42) 0 48px, transparent 49px),
        linear-gradient(180deg, #eff9f3 0%, #f7fbf8 54%, #ffffff 100%);
    }

    .profile-shell {
      display: grid;
      gap: 16px;
      width: min(100%, 1180px);
      margin: 0 auto;
    }

    .profile-heading {
      display: grid;
      gap: 8px;
      text-align: center;
    }

    .profile-heading .board-kicker {
      justify-self: center;
      margin-bottom: 0;
    }

    .profile-heading h1 {
      margin: 0;
      color: var(--green-dark);
      font-size: clamp(34px, 4vw, 48px);
      line-height: 1.02;
      font-weight: 900;
    }

    .profile-heading > p {
      margin: 0;
      color: #3a4752;
      font-size: clamp(16px, 1.5vw, 19px);
      font-weight: 650;
    }

    .profile-dashboard-row {
      display: grid;
      gap: 16px;
      align-items: stretch;
    }

    .profile-top-row {
      grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
    }

    .profile-schedule-row {
      grid-template-columns: minmax(340px, 0.84fr) minmax(0, 1.16fr);
      align-items: start;
    }

    .profile-summary-card,
    .availability-card,
    .schedule-card,
    .weekly-card,
    .slot-rules-note {
      width: 100%;
      padding: clamp(18px, 2.1vw, 24px);
      background: #ffffff;
      border: 1px solid rgba(8, 117, 62, 0.12);
      border-radius: 20px;
      box-shadow: 0 18px 42px rgba(17, 50, 34, 0.1);
    }

    .profile-summary-card,
    .availability-card,
    .schedule-card,
    .weekly-card,
    .slot-rules-note {
      max-width: none;
      justify-self: center;
    }

    .profile-card-header,
    .availability-card-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      margin-bottom: 14px;
    }

    .profile-card-header p,
    .availability-card-header p {
      margin: 0 0 5px;
      color: var(--green-dark);
      font-size: 13px;
      font-weight: 900;
      text-transform: uppercase;
      letter-spacing: 0.04em;
    }

    .profile-card-header h2,
    .availability-card-header h2 {
      margin: 0;
      color: #102033;
      font-size: clamp(22px, 2.5vw, 30px);
      line-height: 1.1;
      font-weight: 900;
    }

    .profile-summary-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 12px;
    }

    .profile-summary-grid div,
    .slot-rules-note,
    .day-group {
      background: #fbfdfb;
      border: 1px solid #d8e4dc;
      border-radius: var(--radius);
    }

    .profile-summary-grid div {
      display: grid;
      gap: 7px;
      min-width: 0;
      padding: 14px 16px;
    }

    .profile-summary-grid span {
      color: #6a7882;
      font-size: 12px;
      font-weight: 900;
      text-transform: uppercase;
      letter-spacing: 0.04em;
    }

    .profile-summary-grid strong {
      color: #1e2e3e;
      font-size: 15px;
      font-weight: 900;
      overflow-wrap: anywhere;
    }

    .availability-toggle {
      min-width: 142px;
      min-height: 54px;
      border: 0;
      border-radius: 999px;
      color: #ffffff;
      font: inherit;
      font-size: 18px;
      font-weight: 900;
      cursor: pointer;
      box-shadow: 0 12px 24px rgba(17, 50, 34, 0.12);
    }


    .availability-profile-line {
      display: flex;
      align-items: center;
      gap: 12px;
      min-width: 0;
    }

    .profile-status-avatar {
      width: 58px;
      height: 58px;
      font-size: 18px;
    }

    .profile-status-avatar .status-dot {
      right: 2px;
      bottom: 2px;
      width: 15px;
      height: 15px;
      border-width: 3px;
    }

    .status-card-heading {
      display: grid;
      justify-items: center;
      gap: 4px;
      margin-bottom: 14px;
      text-align: center;
    }

    .status-card-heading p {
      margin: 0;
    }

    .availability-status-stack {
      display: grid;
      justify-items: center;
      gap: 12px;
      text-align: center;
    }

    .availability-status-stack .profile-status-avatar {
      width: 86px;
      height: 86px;
      font-size: 24px;
      letter-spacing: 0.02em;
    }


    .profile-avatar-upload {
      border: 0;
      padding: 0;
      cursor: pointer;
      overflow: visible;
    }

    .profile-avatar-upload:focus-visible {
      outline: 3px solid rgba(8, 117, 62, 0.28);
      outline-offset: 4px;
    }

    .avatar-initials {
      position: relative;
      z-index: 1;
    }

    .profile-avatar-preview {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 50%;
      z-index: 1;
    }

    .avatar-camera-icon {
      position: absolute;
      right: -5px;
      top: -5px;
      z-index: 3;
      display: grid;
      place-items: center;
      width: 30px;
      height: 30px;
      color: var(--green-dark);
      background: #ffffff;
      border: 2px solid #ffffff;
      border-radius: 50%;
      box-shadow: 0 8px 18px rgba(17, 50, 34, 0.16);
    }

    .avatar-camera-icon svg {
      width: 17px;
      height: 17px;
    }

    .profile-avatar-input {
      position: absolute;
      width: 1px;
      height: 1px;
      opacity: 0;
      pointer-events: none;
    }
    .availability-status-stack .profile-status-avatar .status-dot {
      right: 5px;
      bottom: 5px;
      width: 20px;
      height: 20px;
      border-width: 3px;
    }

    .status-profile-copy {
      display: grid;
      gap: 4px;
    }

    .status-profile-copy h3,
    .status-profile-copy p {
      margin: 0;
    }

    .status-profile-copy h3 {
      color: #102033;
      font-size: 19px;
      line-height: 1.15;
      font-weight: 900;
    }

    .status-profile-copy p {
      color: var(--green-dark);
      font-size: 13px;
      font-weight: 850;
    }

    .availability-status-stack .availability-toggle {
      justify-self: center;
      min-width: 150px;
      width: auto;
      margin-top: 2px;
    }

    .availability-status-stack .availability-status-copy {
      max-width: 310px;
      margin: 0 auto;
    }
    .availability-toggle.is-online {
      background: var(--green);
    }

    .availability-toggle.is-offline {
      background: #7a4d4d;
    }

    .availability-status-copy {
      margin: 0;
      color: #3a4752;
      font-size: 15px;
      line-height: 1.45;
      font-weight: 650;
    }

    .compact-heading {
      margin-bottom: 14px;
    }

    .compact-heading span {
      display: block;
      margin-top: 7px;
      color: #52606b;
      font-size: 14px;
      font-weight: 650;
    }

    .slot-form {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 12px;
      align-items: end;
    }

    .slot-form .help-field {
      grid-column: span 1;
    }

    .add-slot-button {
      grid-column: 1 / -1;
      width: 100%;
      min-height: 50px;
      padding-inline: 18px;
    }

    .slot-form-message {
      grid-column: 1 / -1;
      margin: 0;
      padding: 8px 11px;
      color: #8a2d27;
      background: #fff4f2;
      border: 1px solid #efc9c4;
      border-radius: var(--radius);
      font-size: 13px;
      line-height: 1.35;
      font-weight: 800;
    }

    .slot-form-message[hidden] {
      display: none;
    }

    .weekly-slot-list {
      display: grid;
      gap: 10px;
    }

    .day-group {
      padding: 12px;
    }

    .day-group h3 {
      margin: 0 0 8px;
      color: var(--green-dark);
      font-size: 17px;
      font-weight: 900;
    }

    .slot-list {
      display: grid;
      gap: 7px;
    }

    .slot-item {
      display: grid;
      grid-template-columns: minmax(112px, 1fr) 82px 74px 92px 64px;
      gap: 8px;
      align-items: center;
      padding: 9px 10px;
      background: #ffffff;
      border: 1px solid rgba(8, 117, 62, 0.1);
      border-radius: var(--radius);
    }

    .slot-item strong,
    .slot-item span {
      color: #1e2e3e;
      font-size: 13px;
      font-weight: 850;
    }

    .slot-status-badge {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 26px;
      padding: 0 9px;
      border-radius: 999px;
      font-size: 11px;
      font-weight: 900;
    }

    .slot-open {
      color: var(--green-dark);
      background: #e2f5e8;
    }

    .slot-closed {
      color: var(--request-red);
      background: #ffeceb;
    }

    .slot-toggle,
    .slot-delete {
      min-height: 34px;
      border: 1px solid rgba(8, 117, 62, 0.14);
      border-radius: 999px;
      background: #ffffff;
      font: inherit;
      font-size: 11px;
      font-weight: 900;
      cursor: pointer;
    }

    .slot-toggle {
      color: var(--green-dark);
    }

    .slot-delete {
      color: var(--request-red);
      border-color: rgba(199, 53, 45, 0.18);
    }

    .slot-rules-note {
      color: #31414f;
    }

    .slot-rules-note h2 {
      margin: 0 0 10px;
      color: var(--green-dark);
      font-size: 17px;
      font-weight: 900;
    }

    .slot-rules-note ul {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 6px 18px;
      margin: 0;
      padding-left: 20px;
      font-size: 13px;
      line-height: 1.45;
      font-weight: 650;
    }

    .help-form-actions {
      display: flex;
      flex-shrink: 0;
      justify-content: flex-end;
      gap: 12px;
      margin-top: 16px;
      padding-top: 14px;
      background: #ffffff;
      border-top: 1px solid #e4ece7;
    }

    .help-form-actions .btn {
      min-width: 148px;
    }

    .public-home {
      --bottom-nav-clearance: 0px;
      background: var(--cream);
    }

    .landing-hero,
    .action-explainer,
    .work-steps,
    .category-preview,
    .trust-stats {
      padding-inline: clamp(20px, 5vw, 64px);
    }

    .landing-hero {
      position: relative;
      overflow: hidden;
      padding-top: clamp(30px, 4.5vw, 56px);
      padding-bottom: clamp(34px, 5vw, 62px);
      background:
        radial-gradient(circle at 12% 14%, rgba(255, 232, 138, 0.4) 0 50px, transparent 51px),
        linear-gradient(180deg, #fff8ea 0%, #f5fbf6 72%, #ffffff 100%);
    }

    .landing-shell {
      display: grid;
      grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.78fr);
      gap: clamp(24px, 4vw, 56px);
      align-items: center;
      max-width: 1180px;
      margin: 0 auto;
    }

    .landing-copy h1 {
      margin: 0;
      color: #102033;
      font-size: clamp(44px, 5.7vw, 72px);
      line-height: 1.02;
      font-weight: 900;
      letter-spacing: 0;
    }

    .landing-copy h1 span {
      color: var(--green);
    }

    .landing-copy p {
      max-width: 680px;
      margin: 18px 0 0;
      color: #313b49;
      font-size: clamp(18px, 2vw, 24px);
      line-height: 1.32;
      font-weight: 560;
    }

    .hero-feature-chips {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      max-width: 680px;
      margin-top: 20px;
    }

    .hero-chip {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      min-height: 44px;
      padding: 0 15px;
      color: var(--green-dark);
      background: #ffffff;
      border: 1px solid rgba(8, 117, 62, 0.16);
      border-radius: 999px;
      box-shadow: 0 12px 28px rgba(17, 50, 34, 0.08);
      font-size: 15px;
      font-weight: 900;
      line-height: 1;
      white-space: nowrap;
    }

    .hero-chip .chip-icon {
      display: grid;
      place-items: center;
      width: 28px;
      aspect-ratio: 1;
      color: #ffffff;
      border-radius: 50%;
      flex: 0 0 auto;
    }

    .hero-chip .chip-icon svg {
      width: 17px;
      height: 17px;
      stroke: currentColor;
    }

    .health-chip {
      background: #edf8f1;
    }

    .health-chip .chip-icon,
    .services-chip .chip-icon,
    .research-chip .chip-icon {
      background: var(--green);
    }

    .education-chip {
      background: #fff7df;
    }

    .education-chip .chip-icon {
      background: #d6a122;
    }

    .food-chip {
      background: #fff0ed;
    }

    .food-chip .chip-icon {
      color: #c55300;
      background: #fff7df;
    }

    .services-chip {
      background: #eef8ef;
    }

    .research-chip {
      background: #eef7f5;
    }

    .landing-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      margin-top: 24px;
    }

    .btn-login {
      color: var(--green-dark);
      background: #ffffff;
      border: 1px solid rgba(5, 89, 52, 0.24);
      box-shadow: 0 12px 26px rgba(17, 50, 34, 0.1);
    }

    .btn-join {
      background: var(--green);
    }

    .landing-visual {
      position: relative;
      min-height: 330px;
      display: grid;
      place-items: center;
      overflow: hidden;
      background:
        radial-gradient(circle at 70% 18%, rgba(244, 197, 92, 0.35) 0 58px, transparent 59px),
        linear-gradient(180deg, #eaf8ef 0%, #fff8ea 62%, #ffffff 100%);
      border: 1px solid rgba(8, 117, 62, 0.12);
      border-radius: 30px;
      box-shadow: 0 24px 58px rgba(17, 50, 34, 0.13);
      outline: 6px solid rgba(255, 255, 255, 0.68);
    }

    .landing-visual svg {
      position: relative;
      z-index: 1;
      width: min(92%, 420px);
      height: auto;
    }

    .crescent-glow {
      position: absolute;
      inset: 36px;
      border-radius: 28px;
      background:
        radial-gradient(circle at 42% 34%, rgba(8, 117, 62, 0.16) 0 78px, transparent 79px),
        radial-gradient(circle at 78% 30%, rgba(244, 197, 92, 0.24) 0 54px, transparent 55px);
      border: 1px solid rgba(255, 255, 255, 0.72);
    }

    .crescent-glow::before,
    .crescent-glow::after {
      content: "";
      position: absolute;
      aspect-ratio: 1;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.72);
      box-shadow: 0 10px 24px rgba(17, 50, 34, 0.08);
    }

    .crescent-glow::before {
      width: 18px;
      top: 58px;
      left: 34px;
    }

    .crescent-glow::after {
      width: 12px;
      right: 46px;
      bottom: 78px;
    }

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

    .section-heading p {
      display: inline-flex;
      align-items: center;
      min-height: 32px;
      margin: 0 0 12px;
      padding: 0 13px;
      color: var(--green-dark);
      background: var(--green-soft);
      border: 1px solid #cfe8d7;
      border-radius: 999px;
      font-size: 14px;
      font-weight: 900;
    }

    .section-heading h2 {
      margin: 0;
      color: #102033;
      font-size: clamp(30px, 3.8vw, 44px);
      line-height: 1.08;
      font-weight: 900;
      letter-spacing: 0;
    }

    .section-heading > span {
      display: block;
      max-width: 760px;
      margin: 14px auto 0;
      color: #3d4b55;
      font-size: clamp(18px, 2vw, 22px);
      line-height: 1.4;
      font-weight: 650;
    }

    .action-explainer,
    .work-steps,
    .category-preview {
      padding-top: clamp(30px, 4vw, 46px);
      padding-bottom: clamp(34px, 4vw, 50px);
      background: #ffffff;
    }

    .work-steps {
      background: #fbfdfb;
    }

    .action-card-grid {
      position: relative;
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 34px;
      max-width: 1180px;
      margin: 0 auto;
    }

    .action-info-card {
      display: grid;
      gap: 22px;
      align-content: start;
      min-height: 380px;
      padding: clamp(28px, 3.2vw, 38px);
      background: #ffffff;
      border: 1px solid rgba(17, 50, 34, 0.1);
      border-radius: 24px;
      box-shadow: 0 22px 54px rgba(17, 50, 34, 0.14);
      overflow: hidden;
    }

    .request-card {
      background:
        radial-gradient(circle at 88% 12%, rgba(199, 53, 45, 0.16) 0 82px, transparent 83px),
        linear-gradient(180deg, #fff8f7 0%, #ffeceb 100%);
      border-color: rgba(199, 53, 45, 0.16);
    }

    .offer-card {
      background:
        radial-gradient(circle at 88% 12%, rgba(8, 117, 62, 0.15) 0 82px, transparent 83px),
        linear-gradient(180deg, #fbfffc 0%, var(--green-soft) 100%);
      border-color: rgba(8, 117, 62, 0.16);
    }

    .action-icon {
      display: grid;
      place-items: center;
      width: 88px;
      aspect-ratio: 1;
      border-radius: 50%;
      color: #ffffff;
      box-shadow: 0 16px 28px rgba(17, 50, 34, 0.14);
    }

    .action-icon svg {
      width: 52px;
      height: 52px;
    }

    .request-card .action-icon {
      background: var(--request-red);
    }

    .offer-card .action-icon {
      background: var(--green);
    }

    .action-info-card h3 {
      margin: 0;
      font-size: clamp(34px, 3.6vw, 48px);
      line-height: 1.05;
      font-weight: 900;
    }

    .request-card h3 {
      color: var(--request-red);
    }

    .offer-card h3 {
      color: var(--green);
    }

    .action-info-card p {
      margin: 0;
      color: #313b49;
      font-size: clamp(19px, 2vw, 22px);
      line-height: 1.45;
      font-weight: 560;
    }

    .action-info-card .action-button {
      justify-self: start;
      margin-top: auto;
      min-width: 190px;
      min-height: 58px;
    }

    .or-badge {
      position: absolute;
      left: 50%;
      top: 50%;
      z-index: 2;
      display: grid;
      place-items: center;
      width: 56px;
      aspect-ratio: 1;
      color: var(--green-dark);
      background: #ffffff;
      border: 1px solid rgba(8, 117, 62, 0.18);
      border-radius: 50%;
      box-shadow: 0 14px 30px rgba(17, 50, 34, 0.16);
      font-size: 15px;
      font-weight: 900;
      transform: translate(-50%, -50%);
    }

    .steps-preview {
      position: relative;
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 18px;
      max-width: 1180px;
      margin: 0 auto;
    }

    .steps-preview::before {
      content: "";
      position: absolute;
      left: 10%;
      right: 10%;
      top: 50%;
      height: 3px;
      background: linear-gradient(90deg, rgba(8, 117, 62, 0.12), rgba(8, 117, 62, 0.32), rgba(8, 117, 62, 0.12));
      border-radius: 999px;
      transform: translateY(-50%);
    }

    .steps-preview article,
    .preview-category,
    .trust-stats article {
      background: #ffffff;
      border: 1px solid rgba(8, 117, 62, 0.12);
      border-radius: 20px;
      box-shadow: 0 14px 34px rgba(17, 50, 34, 0.09);
    }

    .steps-preview article {
      position: relative;
      z-index: 1;
      display: grid;
      justify-items: center;
      gap: 10px;
      min-height: 158px;
      padding: 20px 18px 22px;
      text-align: center;
      transition: transform 180ms ease, box-shadow 180ms ease;
    }

    .steps-preview article:hover {
      transform: translateY(-3px);
      box-shadow: 0 18px 38px rgba(17, 50, 34, 0.12);
    }

    .steps-preview article:not(:last-child)::after {
      content: "";
      position: absolute;
      top: 50%;
      right: -15px;
      z-index: 2;
      width: 30px;
      aspect-ratio: 1;
      border-radius: 50%;
      background: #ffffff;
      border: 1px solid rgba(8, 117, 62, 0.18);
      box-shadow: 0 8px 20px rgba(17, 50, 34, 0.1);
      transform: translateY(-50%);
    }

    .steps-preview article:not(:last-child)::before {
      content: "";
      position: absolute;
      top: 50%;
      right: -3px;
      z-index: 3;
      width: 8px;
      height: 8px;
      border-top: 2px solid var(--green);
      border-right: 2px solid var(--green);
      transform: translateY(-50%) rotate(45deg);
    }

    .steps-preview span {
      display: grid;
      place-items: center;
      width: 44px;
      aspect-ratio: 1;
      color: #ffffff;
      background: var(--green);
      border-radius: 50%;
      font-size: 18px;
      font-weight: 900;
      box-shadow: 0 10px 22px rgba(8, 117, 62, 0.2);
    }

    .steps-preview svg {
      width: 46px;
      height: 46px;
      color: var(--green);
    }

    .steps-preview h3 {
      margin: 0;
      color: #152638;
      font-size: 18px;
      line-height: 1.2;
      font-weight: 900;
    }

    .category-grid {
      display: grid;
      grid-template-columns: repeat(5, minmax(0, 1fr));
      gap: 18px;
      max-width: 1180px;
      margin: 0 auto;
    }

    .preview-category {
      display: grid;
      gap: 12px;
      min-height: 218px;
      padding: 24px 20px;
      align-content: start;
      justify-items: start;
      text-align: left;
    }

    .preview-category span {
      display: grid;
      place-items: center;
      width: 56px;
      aspect-ratio: 1;
      color: #ffffff;
      border-radius: 18px;
      font-size: 22px;
      font-weight: 900;
    }

    .preview-category h3 {
      margin: 0;
      font-size: 24px;
      line-height: 1.05;
      font-weight: 900;
    }

    .preview-category p {
      margin: 0;
      color: #344350;
      font-size: 16px;
      line-height: 1.42;
      font-weight: 650;
    }

    .health-preview { color: var(--green); background: linear-gradient(180deg, #ffffff 0%, var(--green-soft) 100%); }
    .education-preview { color: var(--blue); background: linear-gradient(180deg, #ffffff 0%, var(--blue-soft) 100%); }
    .food-preview { color: var(--orange); background: linear-gradient(180deg, #ffffff 0%, var(--orange-soft) 100%); }
    .services-preview { color: var(--teal); background: linear-gradient(180deg, #ffffff 0%, var(--teal-soft) 100%); }
    .research-preview { color: var(--purple); background: linear-gradient(180deg, #ffffff 0%, var(--purple-soft) 100%); }
    .health-preview span { background: var(--green); }
    .education-preview span { background: var(--blue); }
    .food-preview span { background: var(--orange); }
    .services-preview span { background: var(--teal); }
    .research-preview span { background: var(--purple); }

    .trust-stats {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 16px;
      max-width: 1180px;
      margin: 0 auto;
      padding-top: clamp(34px, 5vw, 58px);
      padding-bottom: clamp(44px, 7vw, 76px);
      background: var(--cream);
    }

    .trust-stats article {
      display: grid;
      gap: 8px;
      min-height: 126px;
      align-content: center;
      justify-items: center;
      padding: 20px;
      text-align: center;
    }

    .trust-stats strong {
      color: var(--green);
      font-size: clamp(28px, 4vw, 42px);
      line-height: 1;
      font-weight: 900;
    }

    .trust-stats span {
      color: #3d4b55;
      font-size: 16px;
      font-weight: 800;
    }

    .board-page {
      background: var(--cream);
    }

    .board-hero {
      min-height: calc(100vh - 111px);
      padding-bottom: calc(var(--bottom-nav-clearance) + 34px);
    }

    .board-header h1 {
      margin: 0;
      color: var(--green-dark);
      font-size: clamp(32px, 4vw, 52px);
      line-height: 1.06;
      font-weight: 900;
      letter-spacing: 0;
    }

    .service-grid {
      display: grid;
      grid-template-columns: repeat(5, minmax(0, 1fr));
      gap: 30px;
      align-items: stretch;
    }

    .service-card {
      display: grid;
      grid-template-rows: auto auto auto 1fr;
      gap: 18px;
      min-height: 410px;
      padding: 30px 28px 24px;
      text-align: center;
      border: 5px solid rgba(255, 255, 255, 0.88);
      border-radius: 20px;
      box-shadow: var(--shadow);
      outline: 1px solid rgba(11, 40, 23, 0.08);
    }

    .service-card.health {
      background: linear-gradient(180deg, #f5fcf6 0%, var(--green-soft) 100%);
    }

    .service-card.education {
      background: linear-gradient(180deg, #f4faff 0%, var(--blue-soft) 100%);
    }

    .service-card.food {
      background: linear-gradient(180deg, #fffaf0 0%, var(--orange-soft) 100%);
    }

    .service-card.services {
      background: linear-gradient(180deg, #f5fffd 0%, var(--teal-soft) 100%);
    }

    .service-card.research {
      background: linear-gradient(180deg, #fbf8ff 0%, var(--purple-soft) 100%);
    }

    .service-art {
      width: min(230px, 72%);
      min-height: 160px;
      margin: 0 auto;
      display: grid;
      place-items: center;
    }

    .service-card h2 {
      margin: 0;
      font-size: clamp(34px, 3.6vw, 44px);
      line-height: 1;
      font-weight: 900;
    }

    .health h2 {
      color: var(--green);
    }

    .education h2 {
      color: var(--blue);
    }

    .food h2 {
      color: var(--orange);
    }

    .services h2 {
      color: var(--teal);
    }

    .research h2 {
      color: var(--purple);
    }

    .service-card p {
      max-width: 310px;
      margin: 0 auto;
      color: #1f2d3a;
      font-size: clamp(17px, 1.8vw, 21px);
      line-height: 1.38;
      font-weight: 550;
    }

    .service-cta {
      align-self: end;
      justify-self: center;
      display: flex;
      align-items: center;
      justify-content: center;
      width: min(calc(100% - 36px), 162px);
      box-sizing: border-box;
      margin: 0 auto;
      gap: 8px;
      min-height: 44px;
      padding: 0 12px;
      color: #ffffff;
      border-radius: var(--radius);
      font-size: 16px;
      font-weight: 850;
      line-height: 1;
      white-space: nowrap;
      box-shadow: 0 12px 20px rgba(11, 36, 28, 0.16);
    }

    .service-cta > span {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      min-width: 0;
      white-space: nowrap;
    }

    .service-cta svg {
      width: 20px;
      height: 20px;
      flex: 0 0 auto;
    }

    .health .service-cta {
      background: var(--green);
    }

    .education .service-cta {
      background: var(--blue);
    }

    .food .service-cta {
      background: var(--orange);
    }

    .services .service-cta {
      background: var(--teal);
    }

    .research .service-cta {
      width: min(calc(100% - 24px), 184px);
      font-size: 15px;
      background: var(--purple);
    }

    .how {
      position: relative;
      z-index: 1;
      max-width: 1320px;
      margin: 26px auto 0;
      padding: 18px 28px 28px;
      background: #ffffff;
      border: 1px solid #e8e2da;
      border-radius: 16px;
      box-shadow: 0 14px 32px rgba(58, 42, 22, 0.08);
    }

    .how h2 {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 20px;
      margin: 0 0 12px;
      font-size: clamp(24px, 2.8vw, 32px);
      line-height: 1.1;
      font-weight: 900;
    }

    .leaf {
      width: 27px;
      height: 10px;
      border-radius: 100% 0;
      background: #77bb9a;
      transform: rotate(10deg);
    }

    .steps {
      display: grid;
      grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
      align-items: center;
      gap: 16px;
    }

    .step {
      display: grid;
      grid-template-columns: 98px 1fr;
      gap: 16px;
      align-items: center;
      min-width: 0;
    }

    .step-icon {
      position: relative;
      width: 98px;
      aspect-ratio: 1;
      display: grid;
      place-items: center;
      border-radius: 50%;
    }

    .step-icon svg {
      width: 56px;
      height: 56px;
    }

    .step-icon.green {
      color: var(--green);
      background: #dff5e6;
    }

    .step-icon.blue {
      color: var(--blue);
      background: #e8f4ff;
    }

    .step-icon.purple {
      color: #7d47d7;
      background: #f0e7ff;
    }

    .step-icon.yellow {
      color: #f2a900;
      background: #fff1c9;
    }

    .badge {
      position: absolute;
      right: -2px;
      bottom: 2px;
      display: grid;
      place-items: center;
      width: 34px;
      aspect-ratio: 1;
      color: #ffffff;
      border: 3px solid #ffffff;
      border-radius: 50%;
      font-size: 18px;
      font-weight: 900;
    }

    .badge.green {
      background: #23a147;
    }

    .badge.blue {
      background: #147ac6;
    }

    .badge.purple {
      background: #7a4ddd;
    }

    .badge.orange {
      background: #f09518;
    }

    .step h3 {
      margin: 0 0 7px;
      font-size: 18px;
      line-height: 1.1;
      font-weight: 900;
    }

    .step p {
      margin: 0;
      color: #24313d;
      font-size: 16px;
      line-height: 1.35;
      font-weight: 540;
    }

    .step.one h3 {
      color: var(--green);
    }

    .step.two h3 {
      color: var(--blue);
    }

    .step.three h3 {
      color: #7a4ddd;
    }

    .step.four h3 {
      color: var(--orange);
    }

    .arrow {
      width: 62px;
      height: 28px;
      color: #c8c8c8;
    }

    .bottom-nav {
      position: fixed;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 30;
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 6px;
      padding: 16px clamp(10px, 5vw, 112px) calc(18px + env(safe-area-inset-bottom, 0px));
      color: #ffffff;
      background: #05563b;
      box-shadow: 0 -18px 40px rgba(5, 68, 45, 0.18);
    }

    .nav-item {
      display: grid;
      justify-items: center;
      gap: 8px;
      min-width: 0;
      color: rgba(255, 255, 255, 0.88);
      font-size: clamp(12px, 1.5vw, 17px);
      font-weight: 800;
    }

    .nav-icon {
      width: 56px;
      aspect-ratio: 1;
      display: grid;
      place-items: center;
      color: #05563b;
      background: #ffffff;
      border-radius: 50%;
    }

    .nav-icon svg {
      width: 32px;
      height: 32px;
    }

    .nav-item:not(.active) .nav-icon {
      color: #ffffff;
      background: transparent;
    }

    .nav-item:not(.active) .nav-icon svg {
      width: 38px;
      height: 38px;
    }

    .mobile-label {
      display: none;
    }

    @media (max-width: 1180px) {
      .landing-shell {
        grid-template-columns: 1fr;
      }

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

      .landing-copy p,
      .hero-feature-chips,
      .landing-actions {
        margin-inline: auto;
      }

      .hero-feature-chips,
      .landing-actions {
        justify-content: center;
      }

      .landing-visual {
        min-height: 320px;
        max-width: 620px;
        width: 100%;
        margin: 0 auto;
      }

      .situation-list {
        grid-template-columns: 1fr;
      }

      .steps-preview,
      .trust-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .steps-preview::before {
        display: none;
      }

      .public-home .steps-preview {
        grid-template-columns: repeat(4, minmax(0, 1fr));
      }

      .public-home .steps-preview::before {
        display: block;
      }

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

    @media (max-width: 1400px) {
      .service-grid {
        grid-template-columns: repeat(6, minmax(0, 1fr));
        max-width: 1040px;
        margin: 0 auto;
      }

      .service-card {
        grid-column: span 2;
      }

      .service-card:nth-child(4) {
        grid-column: 2 / span 2;
      }

      .service-card:nth-child(5) {
        grid-column: 4 / span 2;
      }
    }

    @media (max-width: 1100px) {
      .topbar {
        align-items: flex-start;
        padding-inline: 24px;
      }

      .top-actions {
        gap: 10px;
      }

      .btn {
        min-height: 50px;
        padding-inline: 18px;
        font-size: 16px;
      }

      .board-header {
        grid-template-columns: 1fr;
      }

      .service-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 900px;
        margin: 0 auto;
      }

      .service-card {
        grid-column: auto;
        min-height: 0;
      }

      .service-card:nth-child(4),
      .service-card:nth-child(5) {
        grid-column: auto;
      }

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

      .arrow {
        width: 38px;
        margin: -4px auto;
        transform: rotate(90deg);
      }
    }

    @media (max-width: 720px) {
      .page {
        --bottom-nav-clearance: 152px;
      }

      .topbar {
        position: static;
        flex-wrap: wrap;
        padding: 18px;
      }

      .brand-mark {
        width: 50px;
        height: 50px;
      }

      .top-actions {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
      }

      .btn {
        width: 100%;
        min-height: 48px;
        padding-inline: 12px;
      }

      .hero {
        padding: 30px 16px 38px;
      }

      .landing-hero {
        padding: 34px 16px 44px;
      }

      .landing-copy h1 {
        font-size: 44px;
      }

      .landing-copy p {
        font-size: 20px;
      }

      .hero-feature-chips {
        max-width: 430px;
        gap: 9px;
      }

      .hero-chip {
        flex: 1 1 calc(50% - 10px);
        min-width: 136px;
        padding-inline: 12px;
      }

      .hero-content {
        gap: 24px;
      }

      .hero-actions,
      .landing-actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
      }

      .action-button {
        width: 100%;
      }

      .landing-visual {
        min-height: 260px;
        border-radius: 22px;
      }

      .crescent-glow {
        inset: 22px;
        border-radius: 20px;
      }

      .action-explainer,
      .work-steps,
      .category-preview,
      .trust-stats {
        padding-inline: 16px;
      }

      .action-card-grid,
      .steps-preview,
      .category-grid,
      .trust-stats {
        grid-template-columns: 1fr;
      }

      .public-home .steps-preview {
        grid-template-columns: 1fr;
      }

      .public-home .steps-preview::before {
        display: none;
      }

      .action-card-grid {
        gap: 18px;
      }

      .action-info-card {
        min-height: 0;
        padding: 28px;
        border-radius: 20px;
      }

      .action-info-card .action-button {
        justify-self: stretch;
      }

      .action-icon {
        width: 72px;
      }

      .action-icon svg {
        width: 42px;
        height: 42px;
      }

      .or-badge {
        position: static;
        width: 48px;
        margin: -4px auto;
        transform: none;
      }

      .steps-preview {
        gap: 16px;
      }

      .steps-preview article {
        min-height: 0;
        justify-items: start;
        text-align: left;
      }

      .steps-preview article::before,
      .steps-preview article::after {
        display: none;
      }

      .steps-preview span {
        width: 46px;
      }

      .steps-preview svg {
        width: 48px;
        height: 48px;
      }

      .preview-category {
        min-height: 0;
        padding: 22px;
      }

      .sun,
      .cloud.two,
      .mosque {
        display: none;
      }

      .hill {
        bottom: 65%;
      }

      .headline p {
        margin-top: 14px;
      }

      .situation-board {
        gap: 16px;
        padding: 16px;
        border-radius: 18px;
        outline-width: 3px;
      }

      .board-header {
        gap: 10px;
      }

      .board-header h2 {
        font-size: 27px;
      }

      .board-header > p {
        font-size: 16px;
      }

      .filter-chips {
        margin-inline: -2px;
        padding-bottom: 6px;
      }

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

      .board-main-actions .action-button {
        width: 100%;
        min-width: 0;
        min-height: 52px;
      }

      .situation-list {
        grid-template-columns: 1fr;
      }

      .situation-card {
        grid-template-columns: 1fr;
        gap: 8px;
        min-height: 0;
        padding: 13px 14px;
      }

      .situation-table-head {
        display: none;
      }

      .situation-cell {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 14px;
        font-size: 13px;
      }

      .situation-cell::before {
        content: attr(data-label);
        flex: 0 0 auto;
        color: #6a7882;
        font-size: 12px;
        font-weight: 900;
      }

      .schedule-cell {
        align-items: flex-start;
      }

      .schedule-cell strong {
        text-align: right;
      }

      .schedule-duration {
        display: block;
      }

      .schedule-duration::before {
        content: "";
      }

      .situation-title {
        display: flex;
        justify-content: flex-start;
      }

      .situation-title::before {
        display: none;
      }
    .situation-card h3 {
        font-size: 16px;
      }

      .situation-card > .trust-line {
        display: block;
      }

      .situation-card > .trust-line::before {
        display: none;
      }

      .action-cell {
        display: block;
      }

      .action-cell::before {
        display: none;
      }

      .board-action {
        width: min(100%, 150px);
        min-height: 40px;
      }

      .help-modal {
        align-items: end;
        padding: 16px;
      }

      .help-dialog {
        max-height: calc(100vh - 24px);
        overflow: hidden;
        border-radius: 20px;
      }

      .public-profile-modal {
        align-items: end;
        padding: 16px;
      }

      .public-profile-dialog {
        max-height: 88vh;
        border-radius: 20px;
      }

      .public-profile-grid {
        grid-template-columns: 1fr;
      }

      .public-profile-content .action-button {
        justify-self: stretch;
      }
      .situation-view-modal {
        align-items: end;
        padding: 16px;
      }

      .situation-view-dialog {
        max-height: 88vh;
        border-radius: 20px;
      }

      .situation-view-grid,
      .situation-view-info-grid {
        grid-template-columns: 1fr;
      }

      .situation-view-content > .action-button {
        justify-self: stretch;
      }
      .details-modal {
        align-items: end;
        padding: 16px;
      }

      .details-dialog {
        max-height: 88vh;
        border-radius: 20px;
      }

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

      .details-content .action-button {
        justify-self: stretch;
      }

      .profile-hero {
        padding: 28px 16px calc(var(--bottom-nav-clearance) + 74px);
      }

      .profile-dashboard-row,
      .profile-top-row,
      .profile-schedule-row {
        grid-template-columns: 1fr;
      }

      .profile-summary-grid,
      .slot-form,
      .slot-item {
        grid-template-columns: 1fr;
      }

      .slot-rules-note ul {
        grid-template-columns: 1fr;
      }

      .profile-card-header,
      .availability-card-header {
        display: grid;
      }

      .availability-toggle {
        width: 100%;
      }

      .slot-form .help-field {
        grid-column: auto;
      }

      .add-slot-button {
        width: 100%;
      }

      .slot-item {
        gap: 8px;
        padding: 12px;
      }

      .slot-toggle,
      .slot-delete {
        width: 100%;
      }

      .help-form-grid {
        grid-template-columns: 1fr;
      }

      .help-form-actions {
        display: grid;
      }

      .help-form-actions .btn {
        width: 100%;
      }

      .service-grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      .service-card {
        padding: 22px 18px 18px;
        border-width: 4px;
      }

      .service-art {
        width: min(190px, 76%);
        min-height: 128px;
      }

      .service-cta {
        min-height: 44px;
      }

      .how {
        margin-top: 20px;
        padding: 16px;
        border-radius: 12px;
      }

      .step {
        grid-template-columns: 72px 1fr;
      }

      .step-icon {
        width: 72px;
      }

      .step-icon svg {
        width: 40px;
        height: 40px;
      }

      .badge {
        width: 27px;
        font-size: 14px;
      }

      .bottom-nav {
        padding: 12px 8px calc(14px + env(safe-area-inset-bottom, 0px));
      }

      .nav-icon {
        width: 42px;
      }

      .nav-icon svg {
        width: 25px;
        height: 25px;
      }

      .nav-item:not(.active) .nav-icon svg {
        width: 28px;
        height: 28px;
      }

      .nav-item > span:not(.nav-icon) {
        display: none;
      }

      .mobile-label {
        display: block;
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0 0 0 0);
      }
    }

    @media (max-width: 390px) {
      .brand-name {
        font-size: 25px;
      }

      .brand-tagline {
        font-size: 13px;
      }

      .headline h1 {
        font-size: 34px;
      }

      .service-card h2 {
        font-size: 31px;
      }
    }

    .join-page {
      background: linear-gradient(180deg, #eff9f3 0%, #fbfdfb 42%, #ffffff 100%);
    }

    .join-hero {
      padding: 54px clamp(18px, 5vw, 56px) 64px;
    }

    .join-shell {
      display: grid;
      grid-template-columns: minmax(260px, 0.74fr) minmax(320px, 1fr);
      gap: clamp(28px, 5vw, 70px);
      align-items: start;
      max-width: 1180px;
      margin: 0 auto;
    }

    .join-intro {
      padding-top: 20px;
    }

    .join-kicker {
      display: inline-flex;
      align-items: center;
      min-height: 34px;
      margin: 0 0 18px;
      padding: 0 14px;
      color: var(--green-dark);
      background: var(--green-soft);
      border: 1px solid #d5eadc;
      border-radius: var(--radius);
      font-size: 15px;
      font-weight: 850;
    }

    .join-intro h1 {
      margin: 0;
      color: var(--green);
      font-size: clamp(42px, 6vw, 68px);
      line-height: 1.02;
      font-weight: 900;
      letter-spacing: 0;
    }

    .join-intro > p:last-child {
      max-width: 510px;
      margin: 22px 0 0;
      color: #313b49;
      font-size: clamp(20px, 2.3vw, 30px);
      line-height: 1.28;
      font-weight: 550;
    }

    .join-card {
      padding: clamp(22px, 3vw, 34px);
      background: #ffffff;
      border: 1px solid #e8eee8;
      border-radius: 20px;
      box-shadow: var(--shadow);
    }

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

    .field,
    .choice-group {
      display: grid;
      gap: 9px;
      min-width: 0;
      margin: 0;
    }

    .field-wide,
    .choice-group {
      grid-column: 1 / -1;
    }

    .field span,
    .choice-group legend {
      color: #1f2d3a;
      font-size: 16px;
      font-weight: 850;
    }

    .field input,
    .field select {
      width: 100%;
      min-height: 54px;
      padding: 0 15px;
      color: var(--ink);
      background: #fbfdfb;
      border: 1px solid #d8e4dc;
      border-radius: var(--radius);
      font: inherit;
      font-size: 17px;
      outline: none;
      transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
    }

    .field input:focus,
    .field select:focus {
      background: #ffffff;
      border-color: var(--green);
      box-shadow: 0 0 0 4px rgba(8, 117, 62, 0.12);
    }

    .choice-group {
      padding: 18px;
      background: #fbfdfb;
      border: 1px solid #d8e4dc;
      border-radius: var(--radius);
    }

    .choice-group legend {
      padding: 0 7px;
    }

    .choice-group label {
      display: flex;
      align-items: center;
      gap: 10px;
      color: #263442;
      font-size: 17px;
      font-weight: 650;
    }

    .choice-group input {
      width: 20px;
      height: 20px;
      accent-color: var(--green);
    }

    .trust-message {
      margin: 22px 0 0;
      padding: 16px 18px;
      color: var(--green-dark);
      background: var(--green-soft);
      border: 1px solid #d5eadc;
      border-radius: var(--radius);
      font-size: 16px;
      line-height: 1.45;
      font-weight: 700;
    }

    .join-actions {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
      margin-top: 24px;
    }

    .join-actions .btn {
      min-width: 190px;
    }

    .login-link {
      color: var(--green-dark);
      font-size: 17px;
      font-weight: 850;
    }

    .login-link:hover {
      color: var(--green);
      text-decoration: underline;
      text-underline-offset: 4px;
    }

    @media (max-width: 900px) {
      .join-shell {
        grid-template-columns: 1fr;
      }

      .join-intro {
        padding-top: 0;
        text-align: center;
      }

      .join-intro > p:last-child {
        margin-inline: auto;
      }
    }

    @media (max-width: 720px) {
      .join-hero {
        padding: 30px 16px 44px;
      }

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

      .join-actions {
        display: grid;
        justify-items: stretch;
      }

      .join-actions .btn {
        width: 100%;
      }

      .login-link {
        text-align: center;
      }
    }

    .join-page {
      --bottom-nav-clearance: 0px;
      min-height: 100vh;
      background: #fbfdfb;
    }

    .join-hero {
      min-height: calc(100vh - 111px);
      padding: clamp(34px, 5vw, 66px) clamp(18px, 5vw, 56px) 72px;
      background:
        radial-gradient(circle at 12% 14%, rgba(255, 232, 138, 0.45) 0 44px, transparent 45px),
        linear-gradient(180deg, #eff9f3 0%, #f7fbf8 56%, #ffffff 100%);
    }

    .join-shell {
      display: grid;
      grid-template-columns: 1fr;
      gap: 26px;
      max-width: 940px;
      margin: 0 auto;
    }

    .join-intro {
      max-width: 760px;
      margin: 0 auto;
      padding: 0;
      text-align: center;
    }

    .join-intro h1 {
      margin: 0;
      color: var(--green);
      font-size: clamp(42px, 6vw, 70px);
      line-height: 1.02;
      font-weight: 900;
      letter-spacing: 0;
    }

    .join-intro > p:last-child {
      max-width: 720px;
      margin: 18px auto 0;
      color: #313b49;
      font-size: clamp(20px, 2.5vw, 30px);
      line-height: 1.3;
      font-weight: 550;
    }

    .join-card {
      width: 100%;
      margin: 0 auto;
      padding: clamp(24px, 4vw, 42px);
      background: #ffffff;
      border: 1px solid rgba(11, 97, 57, 0.12);
      border-radius: 22px;
      box-shadow: 0 22px 54px rgba(17, 50, 34, 0.14);
      outline: 5px solid rgba(255, 255, 255, 0.74);
    }

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

    .field,
    .choice-group {
      display: grid;
      gap: 10px;
      min-width: 0;
      margin: 0;
    }

    .choice-group {
      grid-column: 1 / -1;
      padding: 0;
      background: transparent;
      border: 0;
      border-radius: 0;
    }

    .field span,
    .choice-group legend {
      color: #1f2d3a;
      font-size: 16px;
      font-weight: 850;
    }

    .choice-group legend {
      padding: 0;
      margin-bottom: 10px;
    }

    .field input,
    .field select {
      width: 100%;
      min-height: 58px;
      padding: 0 16px;
      color: var(--ink);
      background: #fbfdfb;
      border: 1px solid #d8e4dc;
      border-radius: var(--radius);
      font: inherit;
      font-size: 17px;
      outline: none;
      transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
    }

    .field select {
      appearance: auto;
    }

    .field input:focus,
    .field select:focus {
      background: #ffffff;
      border-color: var(--green);
      box-shadow: 0 0 0 4px rgba(8, 117, 62, 0.12);
    }

    .radio-cards {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 14px;
    }

    .radio-cards label {
      display: flex;
      align-items: center;
      gap: 10px;
      min-height: 58px;
      padding: 14px 16px;
      color: #263442;
      background: #fbfdfb;
      border: 1px solid #d8e4dc;
      border-radius: var(--radius);
      font-size: 17px;
      font-weight: 750;
      box-shadow: 0 8px 18px rgba(17, 50, 34, 0.06);
    }

    .radio-cards input {
      width: 20px;
      height: 20px;
      accent-color: var(--green);
      flex: 0 0 auto;
    }

    .radio-cards label:has(input:checked) {
      color: var(--green-dark);
      background: var(--green-soft);
      border-color: rgba(8, 117, 62, 0.38);
      box-shadow: 0 10px 22px rgba(8, 117, 62, 0.12);
    }

    .join-actions {
      display: grid;
      gap: 15px;
      justify-items: center;
      margin-top: 28px;
    }

    .join-actions .btn {
      width: min(100%, 360px);
      min-height: 62px;
      font-size: 19px;
      box-shadow: 0 14px 24px rgba(7, 96, 55, 0.18);
    }

    .login-link {
      color: var(--green-dark);
      font-size: 17px;
      font-weight: 850;
      text-align: center;
    }

    .login-link:hover {
      color: var(--green);
      text-decoration: underline;
      text-underline-offset: 4px;
    }

    .trust-message {
      max-width: 780px;
      margin: 0 auto;
      padding: 16px 20px;
      color: var(--green-dark);
      background: #ffffff;
      border: 1px solid #d5eadc;
      border-radius: var(--radius);
      box-shadow: 0 12px 28px rgba(17, 50, 34, 0.08);
      font-size: 16px;
      line-height: 1.45;
      font-weight: 750;
      text-align: center;
    }

    @media (max-width: 720px) {
      .join-hero {
        min-height: auto;
        padding: 30px 16px 48px;
      }

      .join-shell {
        gap: 20px;
      }

      .join-card {
        border-radius: 18px;
        outline-width: 3px;
      }

      .form-grid,
      .radio-cards {
        grid-template-columns: 1fr;
      }

      .join-actions .btn {
        width: 100%;
      }
    }

    .login-page {
      --bottom-nav-clearance: 0px;
      min-height: 100vh;
      background: #fbfdfb;
    }

    .login-hero {
      min-height: calc(100vh - 111px);
      padding: clamp(34px, 5vw, 66px) clamp(18px, 5vw, 56px) 72px;
      background:
        radial-gradient(circle at 88% 16%, rgba(255, 232, 138, 0.42) 0 44px, transparent 45px),
        linear-gradient(180deg, #eff9f3 0%, #f7fbf8 56%, #ffffff 100%);
    }

    .login-shell {
      display: grid;
      gap: 26px;
      max-width: 720px;
      margin: 0 auto;
    }

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

    .login-intro h1 {
      margin: 0;
      color: var(--green);
      font-size: clamp(40px, 5.8vw, 66px);
      line-height: 1.03;
      font-weight: 900;
      letter-spacing: 0;
    }

    .login-intro p {
      max-width: 680px;
      margin: 18px auto 0;
      color: #313b49;
      font-size: clamp(20px, 2.4vw, 29px);
      line-height: 1.3;
      font-weight: 550;
    }

    .login-card {
      width: 100%;
      margin: 0 auto;
      padding: clamp(24px, 4vw, 42px);
      background: #ffffff;
      border: 1px solid rgba(11, 97, 57, 0.12);
      border-radius: 22px;
      box-shadow: 0 22px 54px rgba(17, 50, 34, 0.14);
      outline: 5px solid rgba(255, 255, 255, 0.74);
    }

    .login-fields {
      display: grid;
      gap: 20px;
    }

    .login-actions {
      display: grid;
      gap: 16px;
      justify-items: center;
      margin-top: 28px;
    }

    .login-actions .btn {
      width: min(100%, 360px);
      min-height: 62px;
      font-size: 19px;
      box-shadow: 0 14px 24px rgba(7, 96, 55, 0.18);
    }

    .login-links {
      display: grid;
      gap: 10px;
      justify-items: center;
      color: var(--green-dark);
      font-size: 17px;
      font-weight: 850;
      text-align: center;
    }

    .login-links a:hover {
      color: var(--green);
      text-decoration: underline;
      text-underline-offset: 4px;
    }

    .login-note {
      max-width: 640px;
      margin: 0 auto;
      padding: 16px 20px;
      color: var(--green-dark);
      background: #ffffff;
      border: 1px solid #d5eadc;
      border-radius: var(--radius);
      box-shadow: 0 12px 28px rgba(17, 50, 34, 0.08);
      font-size: 16px;
      line-height: 1.45;
      font-weight: 750;
      text-align: center;
    }

    @media (max-width: 720px) {
      .login-hero {
        min-height: auto;
        padding: 30px 16px 48px;
      }

      .login-shell {
        gap: 20px;
      }

      .login-card {
        border-radius: 18px;
        outline-width: 3px;
      }

      .login-actions .btn {
        width: 100%;
      }
    }

    .health-page {
      background:
        radial-gradient(circle at 88% 15%, rgba(255, 232, 138, 0.32) 0 48px, transparent 49px),
        linear-gradient(180deg, #eff9f3 0%, #f7fbf8 48%, #ffffff 100%);
    }

    .health-topbar {
      align-items: center;
    }

    .health-brand-row,
    .health-actions {
      display: flex;
      align-items: center;
      gap: 14px;
      min-width: 0;
    }

    .icon-button {
      display: inline-grid;
      place-items: center;
      width: 52px;
      aspect-ratio: 1;
      color: var(--green-dark);
      background: #ffffff;
      border: 1px solid #d6ddd8;
      border-radius: var(--radius);
      box-shadow: 0 4px 12px rgba(19, 37, 25, 0.06);
      cursor: pointer;
    }

    .icon-button svg {
      width: 26px;
      height: 26px;
    }

    .points-badge {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      min-height: 52px;
      padding: 0 16px;
      color: var(--green-dark);
      background: var(--green-soft);
      border: 1px solid #cfe8d7;
      border-radius: var(--radius);
      font-size: 15px;
      font-weight: 850;
      white-space: nowrap;
    }

    .points-badge strong {
      display: inline-grid;
      place-items: center;
      min-width: 42px;
      min-height: 34px;
      padding: 0 10px;
      color: #ffffff;
      background: var(--green);
      border-radius: var(--radius);
      font-size: 20px;
      font-weight: 900;
    }

    .health-hero {
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
      gap: clamp(28px, 5vw, 72px);
      align-items: center;
      max-width: 1320px;
      margin: 0 auto;
      padding: 54px clamp(20px, 5vw, 56px) 34px;
    }

    .health-kicker {
      display: inline-flex;
      align-items: center;
      min-height: 36px;
      margin: 0 0 16px;
      padding: 0 14px;
      color: var(--green-dark);
      background: #ffffff;
      border: 1px solid #d5eadc;
      border-radius: var(--radius);
      box-shadow: 0 8px 18px rgba(17, 50, 34, 0.08);
      font-size: 15px;
      font-weight: 850;
    }

    .health-hero h1 {
      margin: 0;
      color: var(--green);
      font-size: clamp(46px, 6.4vw, 78px);
      line-height: 1.02;
      font-weight: 900;
      letter-spacing: 0;
    }

    .health-hero-copy > p:last-child {
      max-width: 780px;
      margin: 20px 0 0;
      color: #313b49;
      font-size: clamp(20px, 2.5vw, 31px);
      line-height: 1.3;
      font-weight: 550;
    }

    .health-illustration {
      display: grid;
      place-items: center;
    }

    .health-circle {
      display: grid;
      place-items: center;
      width: min(100%, 390px);
      aspect-ratio: 1;
      background:
        radial-gradient(circle at 38% 32%, #ffffff 0 34%, transparent 35%),
        linear-gradient(145deg, #dbf3e3 0%, #ffffff 100%);
      border: 1px solid rgba(8, 117, 62, 0.12);
      border-radius: 50%;
      box-shadow: var(--shadow);
      outline: 8px solid rgba(255, 255, 255, 0.7);
    }

    .health-circle svg {
      width: 86%;
      height: 86%;
    }

    .health-services {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 22px;
      max-width: 1320px;
      margin: 0 auto;
      padding: 12px clamp(20px, 5vw, 56px) 28px;
    }

    .health-service-card {
      display: grid;
      grid-template-rows: auto auto 1fr auto;
      gap: 16px;
      min-height: 342px;
      padding: 26px 22px 22px;
      background: #ffffff;
      border: 1px solid rgba(11, 97, 57, 0.12);
      border-radius: 20px;
      box-shadow: 0 16px 38px rgba(17, 50, 34, 0.11);
      outline: 4px solid rgba(255, 255, 255, 0.74);
    }

    .health-service-icon {
      display: grid;
      place-items: center;
      width: 72px;
      aspect-ratio: 1;
      border-radius: 18px;
    }

    .health-service-icon svg {
      width: 42px;
      height: 42px;
    }

    .green-icon {
      color: var(--green);
      background: var(--green-soft);
    }

    .blue-icon {
      color: var(--blue);
      background: var(--blue-soft);
    }

    .orange-icon {
      color: var(--orange);
      background: var(--orange-soft);
    }

    .purple-icon {
      color: #7a4ddd;
      background: #f0e7ff;
    }

    .health-service-card h2 {
      margin: 0;
      color: #102033;
      font-size: clamp(24px, 2.2vw, 31px);
      line-height: 1.08;
      font-weight: 900;
    }

    .health-service-card p {
      margin: 0;
      color: #313b49;
      font-size: 17px;
      line-height: 1.45;
      font-weight: 550;
    }

    .health-card-button {
      min-height: 54px;
      padding: 0 18px;
      font-size: 17px;
      justify-self: start;
    }

    .health-how {
      margin: 20px auto 0;
    }

    .health-steps .step {
      grid-template-columns: 82px 1fr;
    }

    .health-steps .step-icon {
      width: 82px;
    }

    .health-steps .step-icon svg {
      width: 46px;
      height: 46px;
    }

    @media (max-width: 1180px) {
      .health-services {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }

    @media (max-width: 900px) {
      .health-hero {
        grid-template-columns: 1fr;
        padding-top: 34px;
        text-align: center;
      }

      .health-hero-copy > p:last-child {
        margin-inline: auto;
      }

      .health-illustration {
        order: -1;
      }

      .health-circle {
        width: min(78vw, 320px);
      }
    }

    @media (max-width: 720px) {
      .health-topbar {
        align-items: flex-start;
      }

      .health-brand-row {
        width: 100%;
      }

      .health-actions {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr auto auto;
      }

      .points-badge {
        justify-content: space-between;
      }

      .health-hero {
        padding: 28px 16px 24px;
      }

      .health-services {
        grid-template-columns: 1fr;
        padding: 8px 16px 24px;
      }

      .health-service-card {
        min-height: 0;
        border-radius: 18px;
      }

      .health-card-button {
        width: 100%;
        justify-self: stretch;
      }

      .health-how {
        margin-inline: 16px;
      }

      .health-steps .step {
        grid-template-columns: 72px 1fr;
      }

      .health-steps .step-icon {
        width: 72px;
      }
    }

    @media (max-width: 430px) {
      .back-button {
        width: 44px;
      }

      .health-actions {
        grid-template-columns: 1fr 46px 46px;
        gap: 10px;
      }

      .icon-button {
        width: 46px;
      }

      .points-badge {
        padding-inline: 12px;
      }

      .points-badge span {
        font-size: 13px;
      }

      .points-badge strong {
        min-width: 36px;
        font-size: 18px;
      }
    }

    .services-page {
      background:
        radial-gradient(circle at 88% 15%, rgba(255, 232, 138, 0.3) 0 48px, transparent 49px),
        linear-gradient(180deg, #edf9f7 0%, #f7fbf8 48%, #ffffff 100%);
    }

    .services-page .brand-tagline {
      color: var(--teal);
    }

    .services-hero h1 {
      color: var(--teal);
    }

    .services-illustration .health-circle {
      background:
        radial-gradient(circle at 38% 32%, #ffffff 0 34%, transparent 35%),
        linear-gradient(145deg, var(--teal-soft) 0%, #ffffff 100%);
    }

    .services-list {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 22px;
      max-width: 1320px;
      margin: 0 auto;
      padding: 12px clamp(20px, 5vw, 56px) 28px;
    }

    .service-option-card {
      display: grid;
      grid-template-rows: auto auto 1fr auto;
      gap: 16px;
      min-height: 314px;
      padding: 26px 22px 22px;
      background: #ffffff;
      border: 1px solid rgba(15, 118, 110, 0.14);
      border-radius: 20px;
      box-shadow: 0 16px 38px rgba(17, 50, 34, 0.11);
      outline: 4px solid rgba(255, 255, 255, 0.74);
    }

    .service-option-card h2 {
      margin: 0;
      color: #102033;
      font-size: clamp(24px, 2.2vw, 31px);
      line-height: 1.08;
      font-weight: 900;
    }

    .service-option-card p {
      margin: 0;
      color: #313b49;
      font-size: 17px;
      line-height: 1.45;
      font-weight: 550;
    }

    .service-option-card button {
      justify-self: start;
      min-height: 54px;
      padding: 0 18px;
      color: #ffffff;
      background: var(--teal);
      border: 0;
      border-radius: var(--radius);
      font: inherit;
      font-size: 17px;
      font-weight: 850;
      cursor: default;
    }

    .services-how {
      margin: 20px auto 0;
    }

    @media (max-width: 1180px) {
      .services-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }

    @media (max-width: 720px) {
      .services-list {
        grid-template-columns: 1fr;
        padding: 8px 16px 24px;
      }

      .service-option-card {
        min-height: 0;
        border-radius: 18px;
      }

      .service-option-card button {
        width: 100%;
        justify-self: stretch;
      }

      .services-how {
        margin-inline: 16px;
      }
    }

    .research-page {
      background:
        radial-gradient(circle at 88% 15%, rgba(255, 232, 138, 0.3) 0 48px, transparent 49px),
        linear-gradient(180deg, #f6f1ff 0%, #f7fbf8 48%, #ffffff 100%);
    }

    .research-page .brand-tagline {
      color: var(--purple);
    }

    .research-hero h1 {
      color: var(--purple);
    }

    .research-illustration .health-circle {
      background:
        radial-gradient(circle at 38% 32%, #ffffff 0 34%, transparent 35%),
        linear-gradient(145deg, var(--purple-soft) 0%, #ffffff 100%);
    }

    .research-page .service-option-card {
      border-color: rgba(122, 77, 221, 0.16);
    }

    .research-page .service-option-card button {
      background: var(--purple);
    }

    .research-how {
      margin: 20px auto 0;
    }

    @media (max-width: 720px) {
      .research-how {
        margin-inline: 16px;
      }
    }









