.team-landing {
      width: min(1320px, calc(100% - 48px));
      margin: 0 auto;
      padding: clamp(28px, 4vw, 54px) 0 70px;
      display: grid;
      gap: 28px;
    }

    .team-hero {
      display: grid;
      grid-template-columns: minmax(0, 0.92fr) minmax(460px, 1.08fr);
      gap: clamp(28px, 5vw, 62px);
      align-items: center;
    }

    .team-copy {
      display: grid;
      gap: 22px;
      align-content: center;
    }

    .team-kicker {
      width: fit-content;
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 9px 14px;
      border-radius: 999px;
      background: #e7f6ed;
      color: #007f3d;
      font-size: 13px;
      font-weight: 900;
      text-transform: uppercase;
      letter-spacing: 0.04em;
    }

    .team-kicker::before {
      content: "";
      width: 8px;
      height: 8px;
      border-radius: 999px;
      background: #00833f;
    }

    .team-copy h1 {
      margin: 0;
      max-width: 760px;
      font-family: "Manrope", "Segoe UI", sans-serif;
      font-size: 88px;
      line-height: 0.98;
      letter-spacing: 0;
      color: #111a24;
    }

    .team-copy h1 span {
      color: #00833f;
    }

    .team-lead {
      margin: 0;
      max-width: 610px;
      color: #172331;
      font-size: 32px;
      line-height: 1.26;
      font-weight: 800;
      letter-spacing: 0;
    }

    .team-description {
      margin: 0;
      max-width: 650px;
      color: #314151;
      font-size: 18px;
      line-height: 1.75;
    }

    .team-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 16px;
      margin-top: 4px;
    }

    .team-actions .button {
      min-width: 220px;
      justify-content: center;
      background: #00833f;
      border-color: #00833f;
      color: #ffffff;
    }

    .team-actions .button:hover,
    .team-actions .button:focus-visible {
      color: #ffffff;
    }

    .team-actions .button.secondary {
      background: #ffffff;
      border-color: rgba(0, 131, 63, 0.42);
      color: #007f3d;
    }

    .team-actions .button.secondary:hover,
    .team-actions .button.secondary:focus-visible {
      color: #007f3d;
    }

    .team-hero-visual {
      position: relative;
      min-height: 590px;
      border-radius: 36px;
      overflow: visible;
      isolation: isolate;
    }

    .team-hero-visual::after {
      content: "";
      position: absolute;
      inset: auto 0 0 0;
      height: 44%;
      border-radius: 0 0 36px 36px;
      background: linear-gradient(0deg, rgba(255, 255, 255, 0.97) 0%, rgba(255, 255, 255, 0) 100%);
      pointer-events: none;
      z-index: 1;
    }

    .team-hero-visual img {
      width: 100%;
      min-height: 590px;
      height: 100%;
      object-fit: cover;
      object-position: center top;
      border-radius: 36px;
      box-shadow: 0 28px 72px rgba(11, 45, 28, 0.12);
    }

    .team-hero-panel {
      position: absolute;
      right: 28px;
      bottom: 30px;
      z-index: 2;
      width: min(440px, calc(100% - 56px));
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      overflow: hidden;
      border: 1px solid rgba(205, 218, 210, 0.95);
      border-radius: 24px;
      background: rgba(255, 255, 255, 0.94);
      box-shadow: 0 22px 52px rgba(13, 31, 22, 0.16);
      backdrop-filter: blur(16px);
    }

    .team-hero-point {
      display: grid;
      grid-template-columns: 38px minmax(0, 1fr);
      gap: 12px;
      align-items: center;
      min-height: 88px;
      padding: 16px 18px;
      border-bottom: 1px solid rgba(211, 222, 215, 0.9);
    }

    .team-hero-point:nth-child(odd) {
      border-right: 1px solid rgba(211, 222, 215, 0.9);
    }

    .team-hero-point:nth-last-child(-n + 2) {
      border-bottom: 0;
    }

    .team-hero-point strong {
      display: block;
      margin-bottom: 0;
      font-size: 16px;
      line-height: 1.25;
    }

    .team-hero-point strong,
    .team-proof strong,
    .team-model-card h3,
    .team-step strong,
    .team-participant strong {
      color: #101b27;
    }

    .team-hero-point p,
    .team-proof span,
    .team-model-card p,
    .team-step p,
    .team-participant p,
    .team-privacy-item p {
      margin: 0;
      color: #526273;
      line-height: 1.55;
    }

    .team-hero-point p {
      font-size: 14px;
      line-height: 1.45;
    }

    .team-icon {
      width: 44px;
      height: 44px;
      border-radius: 16px;
      display: inline-grid;
      place-items: center;
      color: #00833f;
      background: #e9f7ee;
      flex: 0 0 auto;
    }

    .team-icon svg {
      width: 28px;
      height: 28px;
      fill: none;
      stroke: currentColor;
      stroke-width: 2;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    .team-svg-sprite {
      position: absolute;
      width: 0;
      height: 0;
      overflow: hidden;
    }

    .team-proof-strip {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 0;
      padding: 18px;
      border: 1px solid #d9e8df;
      border-radius: 22px;
      background: rgba(255, 255, 255, 0.9);
      box-shadow: 0 20px 46px rgba(16, 33, 49, 0.06);
    }

    .team-proof {
      display: grid;
      grid-template-columns: 44px minmax(0, 1fr);
      gap: 14px;
      align-items: center;
      padding: 6px 20px;
      border-right: 1px solid #dce8e1;
    }

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

    .team-section {
      display: grid;
      gap: 22px;
    }

    .team-section > h2,
    .team-section-heading h2 {
      margin: 0;
      text-align: center;
      color: #111a24;
      font-family: "Manrope", "Segoe UI", sans-serif;
      font-size: 42px;
      line-height: 1.12;
      letter-spacing: 0;
    }

    .team-director-card,
    .team-soft-card,
    .team-flow,
    .team-duo-card,
    .team-urgency,
    .team-cta {
      border: 1px solid #d9e8df;
      border-radius: 26px;
      background: rgba(255, 255, 255, 0.94);
      box-shadow: 0 18px 42px rgba(16, 33, 49, 0.06);
    }

    .team-director-card {
      display: grid;
      grid-template-columns: 250px 1fr minmax(280px, 0.78fr);
      gap: 34px;
      align-items: center;
      padding: clamp(26px, 4vw, 42px);
    }

    .team-director-card img {
      width: 250px;
      aspect-ratio: 1;
      object-fit: cover;
      object-position: center 30%;
      border-radius: 999px;
      border: 10px solid #f4faf6;
      box-shadow: 0 18px 38px rgba(16, 33, 49, 0.08);
    }

    .team-eyebrow {
      color: #00833f;
      font-size: 13px;
      font-weight: 900;
      text-transform: uppercase;
      letter-spacing: 0.08em;
    }

    .team-director-copy h2 {
      margin: 12px 0 10px;
      color: #111a24;
      font-size: 36px;
      line-height: 1.1;
      letter-spacing: 0;
    }

    .team-director-copy p {
      margin: 0 0 12px;
      color: #344657;
      line-height: 1.65;
    }

    .team-license {
      display: inline-flex;
      margin: 4px 0 18px;
      color: #00833f;
      font-weight: 900;
    }

    .team-quote {
      margin: 0;
      padding-left: 28px;
      border-left: 1px solid #dbe8e1;
      color: #2d3c4b;
      font-size: 28px;
      line-height: 1.45;
      font-weight: 700;
      letter-spacing: 0;
    }

    .team-quote::before {
      content: "\201C";
      display: block;
      height: 38px;
      color: #00833f;
      font-size: 82px;
      line-height: 0.8;
      font-weight: 900;
    }

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

    .team-model-card {
      min-height: 220px;
      padding: 26px 20px;
      border: 1px solid #d9e8df;
      border-radius: 20px;
      background: #ffffff;
      text-align: center;
      display: grid;
      justify-items: center;
      gap: 14px;
      box-shadow: 0 12px 28px rgba(16, 33, 49, 0.04);
    }

    .team-model-card h3 {
      margin: 0;
      font-size: 19px;
      line-height: 1.18;
      letter-spacing: 0;
    }

    .team-flow {
      padding: clamp(22px, 3vw, 34px);
      display: grid;
      gap: 20px;
    }

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

    .team-step {
      position: relative;
      display: grid;
      justify-items: center;
      gap: 12px;
      text-align: center;
      padding: 28px 12px 16px;
    }

    .team-step-number {
      position: absolute;
      top: 10px;
      left: 50%;
      z-index: 2;
      width: 30px;
      height: 30px;
      border-radius: 999px;
      display: grid;
      place-items: center;
      background: #00833f;
      color: #ffffff;
      font-size: 14px;
      font-weight: 900;
      transform: translateX(-46px);
      box-shadow: 0 8px 18px rgba(0, 131, 63, 0.16);
    }

    .team-step .team-icon {
      width: 78px;
      height: 78px;
      border-radius: 999px;
      background: #edf8f2;
    }

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

    .team-step:not(:last-child)::after {
      content: "\2192";
      position: absolute;
      right: -14px;
      top: 58px;
      color: #00833f;
      font-size: 28px;
      font-weight: 800;
    }

    .team-duo {
      display: grid;
      gap: 22px;
    }

    .team-duo-card {
      overflow: hidden;
      padding: 34px;
    }

    .team-duo-card h2 {
      margin: 0 0 22px;
      color: #111a24;
      font-size: 36px;
      letter-spacing: 0;
    }

    .team-privacy {
      position: relative;
      display: grid;
      grid-template-columns: minmax(0, 0.58fr) minmax(280px, 0.42fr);
      min-height: 430px;
      align-items: center;
      padding: 42px;
      isolation: isolate;
    }

    .team-privacy::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 1;
      background: linear-gradient(
        90deg,
        #ffffff 0%,
        rgba(255, 255, 255, 0.98) 48%,
        rgba(255, 255, 255, 0.78) 68%,
        rgba(255, 255, 255, 0.16) 100%
      );
      pointer-events: none;
    }

    .team-privacy > div {
      position: relative;
      z-index: 2;
      max-width: 690px;
    }

    .team-privacy-list {
      display: grid;
      gap: 22px;
    }

    .team-privacy-item {
      display: grid;
      grid-template-columns: 58px minmax(0, 1fr);
      gap: 18px;
      align-items: start;
    }

    .team-privacy-item strong {
      display: block;
      margin-bottom: 4px;
      color: #101b27;
    }

    .team-privacy img {
      position: absolute;
      inset: 0 0 0 auto;
      z-index: 0;
      width: 48%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      border-radius: 0 26px 26px 0;
    }

    .team-privacy .team-icon {
      width: 58px;
      height: 58px;
      border-radius: 18px;
    }

    .team-privacy .team-icon svg {
      width: 34px;
      height: 34px;
    }

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

    .team-participant {
      display: grid;
      grid-template-columns: 52px minmax(0, 1fr);
      grid-template-rows: auto auto;
      justify-items: start;
      align-items: start;
      gap: 4px 14px;
      text-align: left;
      padding: 18px;
      border-radius: 18px;
      background: #f4faf6;
    }

    .team-participant .team-icon {
      grid-row: 1 / span 2;
      width: 52px;
      height: 52px;
      border-radius: 16px;
    }

    .team-participant:last-child:nth-child(odd) {
      grid-column: 1 / -1;
    }

    .team-positive-note {
      margin-top: 18px;
      padding: 16px 18px;
      border-radius: 18px;
      background: #e9f7ee;
      color: #007f3d;
      text-align: center;
      font-weight: 900;
    }

    .team-urgency {
      display: grid;
      grid-template-columns: minmax(260px, 0.7fr) 1fr;
      gap: 24px;
      align-items: center;
      padding: 24px 30px;
      border-color: #f0caca;
      background: linear-gradient(90deg, #fff5f4 0%, #fffafa 100%);
    }

    .team-urgency h2 {
      margin: 0 0 8px;
      color: #c91e25;
      font-size: 24px;
      letter-spacing: 0;
    }

    .team-urgency p {
      margin: 0;
      color: #4f5963;
    }

    .team-urgent-list {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 10px 18px;
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .team-urgent-list li {
      display: flex;
      gap: 10px;
      align-items: center;
      color: #293847;
      font-weight: 700;
    }

    .team-urgent-list li::before {
      content: "!";
      width: 22px;
      height: 22px;
      border-radius: 999px;
      display: inline-grid;
      place-items: center;
      background: #e82931;
      color: #ffffff;
      font-size: 13px;
      font-weight: 900;
      flex: 0 0 auto;
    }

    .team-cta {
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 24px;
      align-items: center;
      padding: clamp(24px, 3.5vw, 38px);
      border: 0;
      color: #ffffff;
      background: linear-gradient(135deg, #006f35 0%, #008d46 100%);
      box-shadow: 0 28px 70px rgba(0, 112, 55, 0.22);
    }

    .team-cta h2 {
      margin: 0;
      max-width: 660px;
      font-size: 46px;
      line-height: 1.05;
      letter-spacing: 0;
    }

    .team-cta p {
      margin: 10px 0 0;
      max-width: 560px;
      color: rgba(255, 255, 255, 0.86);
      font-size: 17px;
    }

    .team-cta-actions {
      display: flex;
      gap: 14px;
      flex-wrap: wrap;
      justify-content: flex-end;
    }

    .team-cta .button {
      min-width: 210px;
      justify-content: center;
      background: #ffffff;
      border-color: #ffffff;
      color: #007f3d;
    }

    .team-cta .button.secondary {
      background: transparent;
      border-color: rgba(255, 255, 255, 0.58);
      color: #ffffff;
    }

    @media (max-width: 1180px) {
      .team-hero,
      .team-director-card,
      .team-duo,
      .team-urgency,
      .team-cta {
        grid-template-columns: 1fr;
      }

      .team-hero-panel {
        position: relative;
        right: auto;
        top: auto;
        bottom: auto;
        width: min(620px, 100%);
        margin-top: -96px;
        justify-self: center;
      }

      .team-proof-strip,
      .team-model-grid,
      .team-flow-grid,
      .team-urgent-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .team-proof:nth-child(2n) {
        border-right: 0;
      }

      .team-director-card {
        text-align: center;
        justify-items: center;
      }

      .team-quote {
        padding-left: 0;
        border-left: 0;
      }

      .team-copy h1 {
        font-size: 72px;
      }

      .team-lead {
        font-size: 28px;
      }

      .team-section > h2,
      .team-section-heading h2 {
        font-size: 38px;
      }

      .team-cta h2 {
        font-size: 40px;
      }
    }

    @media (max-width: 760px) {
      .team-landing {
        width: min(100% - 28px, 1320px);
        padding-top: 22px;
      }

      .team-copy h1 {
        font-size: 52px;
      }

      .team-lead {
        font-size: 25px;
      }

      .team-section > h2,
      .team-section-heading h2,
      .team-director-copy h2,
      .team-duo-card h2,
      .team-cta h2 {
        font-size: 30px;
      }

      .team-quote {
        font-size: 23px;
      }

      .team-hero-visual,
      .team-hero-visual img {
        min-height: 430px;
      }

      .team-hero-panel {
        margin-top: -54px;
        grid-template-columns: 1fr;
      }

      .team-hero-point,
      .team-hero-point:nth-child(odd) {
        border-right: 0;
        border-bottom: 1px solid rgba(211, 222, 215, 0.9);
      }

      .team-hero-point:last-child {
        border-bottom: 0;
      }

      .team-actions,
      .team-cta-actions {
        width: 100%;
      }

      .team-actions .button,
      .team-cta .button {
        width: 100%;
      }

      .team-proof-strip,
      .team-model-grid,
      .team-flow-grid,
      .team-participants,
      .team-urgent-list,
      .team-privacy {
        grid-template-columns: 1fr;
      }

      .team-proof {
        border-right: 0;
        border-bottom: 1px solid #dce8e1;
      }

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

      .team-privacy {
        min-height: 0;
        padding: 28px;
        grid-template-columns: 1fr;
      }

      .team-privacy::before {
        display: none;
      }

      .team-privacy img {
        position: relative;
        width: 100%;
        height: 240px;
        margin-top: 6px;
        border-radius: 20px;
      }

      .team-step:not(:last-child)::after {
        display: none;
      }

      .team-director-card img {
        width: min(240px, 82vw);
      }

      .team-participants,
      .team-privacy {
        grid-template-columns: 1fr;
      }

      .team-participant:last-child:nth-child(odd) {
        grid-column: auto;
      }
    }
