body.page-organizations {
      background: linear-gradient(180deg, #ffffff 0%, #f8fbf8 50%, #eef8f2 100%);
    }

    body.page-organizations main {
      max-width: 1280px;
      padding-top: 28px;
      padding-bottom: 92px;
    }

    .organizations-page {
      display: grid;
      gap: 28px;
    }

    .organizations-page .button {
      min-width: 218px;
      justify-content: center;
      text-align: center;
      border-radius: 10px;
      background: #007a3d;
      border-color: #007a3d;
      color: #ffffff;
      box-shadow: 0 16px 34px rgba(0, 122, 61, 0.2);
    }

    .organizations-page .button:hover {
      background: #006d36;
      border-color: #006d36;
    }

    .organizations-page .button.secondary {
      background: #ffffff;
      color: #007a3d;
      border-color: rgba(0, 122, 61, 0.42);
      box-shadow: none;
    }

    .org-button-icon,
    .org-icon {
      color: #007a3d;
      fill: none;
      stroke: currentColor;
      flex: 0 0 auto;
    }

    .org-button-icon {
      width: 20px;
      height: 20px;
      color: currentColor;
    }

    .org-icon {
      width: 48px;
      height: 48px;
    }

    .org-hero {
      display: grid;
      grid-template-columns: minmax(0, 0.96fr) minmax(420px, 1.04fr);
      gap: 40px;
      align-items: center;
      min-height: 560px;
    }

    .org-hero-copy {
      display: grid;
      gap: 24px;
      align-content: center;
      text-align: left;
    }

    .org-eyebrow {
      display: inline-flex;
      width: fit-content;
      align-items: center;
      gap: 8px;
      padding: 8px 13px;
      border-radius: 999px;
      background: rgba(0, 122, 61, 0.1);
      color: #006d36;
      font-size: 12px;
      font-weight: 900;
      letter-spacing: 0;
    }

    .org-eyebrow svg {
      width: 16px;
      height: 16px;
      fill: none;
      stroke: currentColor;
    }

    .org-hero h1 {
      max-width: 13em;
      font-family: "Manrope", "Segoe UI", sans-serif;
      font-size: 44px;
      line-height: 1.12;
      letter-spacing: 0;
      color: #101820;
    }

    .org-hero h1 span {
      display: block;
      color: #007a3d;
    }

    .org-hero .lead {
      max-width: 62ch;
      color: #24323d;
      font-size: 19px;
      line-height: 1.76;
    }

    .org-proof-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(180px, 1fr));
      gap: 14px 24px;
      margin-top: 4px;
    }

    .org-proof-item {
      display: grid;
      grid-template-columns: 30px minmax(0, 1fr);
      gap: 10px;
      align-items: center;
      color: #12202d;
      font-weight: 800;
      line-height: 1.35;
    }

    .org-proof-item .org-icon {
      width: 30px;
      height: 30px;
    }

    .org-actions {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      margin-top: 2px;
    }

    .org-hero-media {
      margin: 0;
      overflow: hidden;
      border-radius: 24px;
      border: 1px solid rgba(17, 24, 32, 0.1);
      background: #f5f2ec;
      box-shadow: 0 24px 54px rgba(20, 49, 37, 0.12);
    }

    .org-hero-media img {
      width: 100%;
      height: auto;
      object-fit: contain;
      object-position: center;
    }

    .org-value-strip {
      display: grid;
      gap: 28px;
      padding: 30px 26px;
      border-radius: 14px;
      border: 1px solid rgba(17, 24, 32, 0.12);
      background: rgba(255, 255, 255, 0.9);
      box-shadow: 0 18px 38px rgba(17, 24, 32, 0.06);
    }

    .org-value-strip h2,
    .org-section-heading h2,
    .org-advisor-copy h2 {
      font-family: "Manrope", "Segoe UI", sans-serif;
      line-height: 1.15;
      letter-spacing: 0;
      color: #101820;
    }

    .org-value-strip h2 {
      font-size: 25px;
      text-align: center;
    }

    .org-value-grid {
      display: grid;
      grid-template-columns: repeat(5, minmax(0, 1fr));
      gap: 0;
    }

    .org-value-item {
      display: grid;
      gap: 14px;
      justify-items: center;
      align-content: start;
      min-height: 210px;
      padding: 0 20px;
      border-right: 1px solid rgba(17, 24, 32, 0.13);
      text-align: center;
    }

    .org-value-item:last-child {
      border-right: 0;
    }

    .org-value-item .org-icon {
      width: 58px;
      height: 58px;
    }

    .org-value-item h3 {
      max-width: 17ch;
      color: #101820;
      font-size: 17px;
      line-height: 1.25;
    }

    .org-value-item p {
      color: #26333f;
      font-size: 14px;
      line-height: 1.65;
    }

    .org-section {
      display: grid;
      gap: 26px;
      padding-top: 8px;
    }

    .org-section-heading {
      display: grid;
      gap: 10px;
      justify-items: center;
      text-align: center;
    }

    .org-section-heading h2 {
      font-size: 34px;
    }

    .org-section-heading p {
      color: #26333f;
      font-size: 16px;
      line-height: 1.55;
    }

    .org-sector-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 20px;
      align-items: stretch;
    }

    .org-sector-card {
      display: grid;
      grid-template-rows: auto 1fr auto;
      min-height: 100%;
      overflow: hidden;
      border-radius: 12px;
      border: 1px solid rgba(17, 24, 32, 0.12);
      background: #ffffff;
      box-shadow: 0 16px 30px rgba(17, 24, 32, 0.06);
      text-align: left;
    }

    .org-sector-image {
      position: relative;
      min-height: 230px;
      background: #eef6f1;
    }

    .org-sector-image img {
      width: 100%;
      height: 230px;
      object-fit: cover;
      object-position: center;
    }

    .org-sector-badge {
      position: absolute;
      top: 16px;
      left: 16px;
      display: grid;
      place-items: center;
      width: 58px;
      height: 58px;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.96);
      box-shadow: 0 12px 24px rgba(17, 24, 32, 0.14);
    }

    .org-sector-badge .org-icon {
      width: 34px;
      height: 34px;
    }

    .org-sector-body {
      display: grid;
      gap: 12px;
      padding: 24px 20px 10px;
    }

    .org-sector-body h3 {
      color: #101820;
      font-size: 24px;
      line-height: 1.1;
    }

    .org-sector-body p {
      color: #26333f;
      font-size: 14px;
      line-height: 1.75;
    }

    .org-sector-action {
      padding: 10px 20px 22px;
    }

    .org-sector-action .button {
      width: 100%;
      min-width: 0;
      background: #ffffff;
      color: #007a3d;
      border-color: rgba(0, 122, 61, 0.52);
      box-shadow: none;
    }

    .org-sector-action .button:hover {
      background: #f5fbf8;
      color: #006d36;
      border-color: #007a3d;
    }

    .org-advisor-cta {
      display: grid;
      grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
      gap: 0;
      align-items: stretch;
      overflow: hidden;
      border-radius: 16px;
      border: 1px solid rgba(0, 122, 61, 0.14);
      background: linear-gradient(90deg, #eef8f2 0%, #ffffff 100%);
      box-shadow: 0 18px 42px rgba(20, 49, 37, 0.08);
    }

    .org-advisor-cta img {
      width: 100%;
      height: 100%;
      min-height: 286px;
      object-fit: cover;
      object-position: center;
    }

    .org-advisor-copy {
      display: grid;
      gap: 16px;
      align-content: center;
      padding: 36px 40px;
      text-align: left;
    }

    .org-advisor-copy h2 {
      max-width: 20ch;
      font-size: 34px;
    }

    .org-advisor-copy p {
      max-width: 62ch;
      color: #26333f;
      font-size: 16px;
      line-height: 1.68;
    }

    .org-advisor-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 18px;
      margin-top: 4px;
    }

    .org-advisor-actions .button {
      min-width: 270px;
    }

    .org-advisor-actions .button.secondary {
      min-width: 210px;
      background: transparent;
      border-color: transparent;
      box-shadow: none;
    }

    .org-assurance-strip {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 0;
      padding: 24px 10px;
      border-top: 1px solid rgba(17, 24, 32, 0.1);
      border-bottom: 1px solid rgba(17, 24, 32, 0.1);
    }

    .org-assurance-item {
      display: grid;
      grid-template-columns: 42px minmax(0, 1fr);
      gap: 14px;
      align-items: center;
      min-height: 76px;
      padding: 0 24px;
      border-right: 1px solid rgba(17, 24, 32, 0.14);
      color: #101820;
      font-weight: 800;
      line-height: 1.3;
      text-align: left;
    }

    .org-assurance-item:last-child {
      border-right: 0;
    }

    .org-assurance-item .org-icon {
      width: 42px;
      height: 42px;
    }

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

      .org-hero h1 {
        max-width: 13em;
        font-size: 40px;
      }

      .org-hero-media img {
        min-height: 0;
      }

      .org-value-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px 0;
      }

      .org-value-item:nth-child(2n) {
        border-right: 0;
      }

      .org-sector-grid,
      .org-assurance-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .org-assurance-item:nth-child(2n) {
        border-right: 0;
      }
    }

    @media (max-width: 860px) {
      body.page-organizations main {
        padding-left: 24px;
        padding-right: 24px;
      }

      .org-hero {
        min-height: 0;
        gap: 28px;
      }

      .org-hero h1 {
        font-size: 36px;
      }

      .org-proof-grid,
      .org-sector-grid,
      .org-advisor-cta,
      .org-assurance-strip {
        grid-template-columns: 1fr;
      }

      .org-value-grid {
        grid-template-columns: 1fr;
      }

      .org-value-item,
      .org-value-item:nth-child(2n),
      .org-assurance-item,
      .org-assurance-item:nth-child(2n) {
        border-right: 0;
      }

      .org-value-item {
        min-height: 0;
        padding: 0 8px 22px;
        border-bottom: 1px solid rgba(17, 24, 32, 0.12);
      }

      .org-value-item:last-child {
        border-bottom: 0;
        padding-bottom: 0;
      }

      .org-advisor-copy {
        padding: 30px 26px;
      }

      .org-advisor-copy h2,
      .org-section-heading h2 {
        font-size: 30px;
      }

      .org-assurance-strip {
        padding: 16px 0;
      }

      .org-assurance-item {
        padding: 18px 8px;
        border-bottom: 1px solid rgba(17, 24, 32, 0.12);
      }

      .org-assurance-item:last-child {
        border-bottom: 0;
      }
    }

    @media (max-width: 640px) {
      body.page-organizations main {
        padding-top: 22px;
      }

      .organizations-page {
        gap: 24px;
      }

      .org-hero-copy {
        gap: 20px;
      }

      .org-hero h1 {
        max-width: none;
        font-size: 30px;
        line-height: 1.14;
      }

      .org-hero .lead {
        font-size: 16px;
        line-height: 1.68;
      }

      .org-hero-media img {
        min-height: 0;
      }

      .org-value-strip {
        padding: 24px 20px;
      }

      .org-sector-image,
      .org-sector-image img {
        min-height: 210px;
        height: 210px;
      }

      .org-advisor-cta img {
        min-height: 230px;
      }

      .org-advisor-actions .button {
        min-width: 0;
      }
    }
