  .rj1-whf-banner {
    position: relative;
    top: 58px;
    overflow: hidden;
    border-radius: 30px;
    min-height: 395px;
    background:
      linear-gradient(180deg, rgba(10,31,58,.08), rgba(10,31,58,.18)),
      url("/assets/images/Sales-and-Marketing.jpg") center center / cover no-repeat;
    box-shadow: 0 26px 56px -42px rgba(12,33,58,.35);
  }
  .rj1-whf-banner::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 74px;
    background: linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,.08));
  }

  .rj1-whf-intro {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 48px;
    align-items: start;
  }
  .rj1-whf-note {
    padding: 24px 26px;
    border-radius: 22px;
    background: linear-gradient(155deg, rgba(239,233,224,.8), rgba(247,244,239,.98));
    border: 1px solid rgba(34,38,46,.08);
  }
  .rj1-whf-note p {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    color: #5e5952;
  }

  .rj1-whf-cluster {
    display: grid;
    grid-template-columns: 1.08fr .92fr;
    gap: 34px;
    align-items: center;
  }
  .rj1-whf-cluster + .rj1-whf-cluster {
    margin-top: 92px;
  }
  .rj1-whf-cluster--reverse {
    grid-template-columns: .92fr 1.08fr;
  }
  .rj1-whf-cluster--reverse .rj1-whf-cluster-media {
    order: -1;
  }
  .rj1-whf-cluster-copy > h2 {
    margin: 0 0 16px;
  }
  .rj1-whf-cluster-copy > p {
    margin: 0 0 22px;
    font-size: 16px;
    line-height: 1.72;
    color: var(--rj1-body);
  }
  .rj1-whf-reason-list {
    display: grid;
    gap: 16px;
  }
  .rj1-whf-reason {
    background: linear-gradient(165deg, #ffffff 0%, #f7fbff 100%);
    border-radius: 22px;
    padding: 24px 24px 22px;
    border: 1px solid rgba(34,38,46,.08);
    box-shadow: 0 18px 38px -34px rgba(18,63,111,.25);
  }
  .rj1-whf-reason--blue {
    background: linear-gradient(165deg, #eef5fc 0%, #ffffff 58%);
    border-top: 4px solid var(--rj1-blue);
  }
  .rj1-whf-reason--gold {
    background: linear-gradient(165deg, #fff7e5 0%, #ffffff 60%);
    border-top: 4px solid var(--rj1-gold);
  }
  .rj1-whf-reason h3 {
    margin: 0 0 10px;
    font-family: var(--rj1-serif);
    font-size: 23px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -.02em;
  }
  .rj1-whf-reason p {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    color: #5e5952;
  }

  .rj1-whf-cluster-media {
    position: relative;
    min-height: 560px;
  }
  .rj1-whf-visual-main,
  .rj1-whf-visual-accent {
    position: absolute;
    border-radius: 30px;
    background-size: cover;
    background-position: center center;
    box-shadow: 0 26px 56px -42px rgba(12,33,58,.35);
  }
  .rj1-whf-visual-main {
    inset: 0 46px 88px 0;
  }
  .rj1-whf-visual-main--field { background-image: url("/assets/images/field.jpeg"); }
  .rj1-whf-visual-main--food-production { background-image: url("/assets/images/food-production.jpg"); }
  .rj1-whf-visual-accent {
    right: 0;
    bottom: 0;
    width: 58%;
    height: 230px;
    border: 8px solid rgba(247,244,239,.94);
  }
  .rj1-whf-visual-accent--pies { background-image: url("/assets/images/pies.jpeg"); }
  .rj1-whf-visual-accent--beef { background-image: url("/assets/images/beef.jpeg"); }
  .rj1-whf-visual-tag {
    position: absolute;
    left: 24px;
    bottom: 24px;
    padding: 12px 16px;
    max-width: 260px;
    border-radius: 16px;
    background: rgba(10,31,58,.82);
    color: #fff;
    font-size: 13px;
    line-height: 1.45;
    letter-spacing: .02em;
    text-transform: uppercase;
  }

  .rj1-whf-proof {
    display: grid;
    grid-template-columns: .92fr 1.08fr;
    gap: 34px;
    align-items: stretch;
  }
  .rj1-whf-cost-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
  }
  .rj1-whf-vs-table {
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid rgba(34,38,46,.1);
    box-shadow: 0 18px 40px -28px rgba(18,63,111,.28);
  }
  .rj1-whf-vs-head,
  .rj1-whf-vs-row {
    display: grid;
    grid-template-columns: 1.15fr 1.45fr 1.45fr;
  }
  .rj1-whf-vs-head {
    background: var(--rj1-navy);
    color: #fff;
  }
  .rj1-whf-vs-col-label {
    padding: 16px 24px;
    font-size: 14px;
    font-weight: 600;
  }
  .rj1-whf-vs-head .rj1-whf-vs-col-label {
    color: rgba(255,255,255,.62);
    font-size: 12px;
    letter-spacing: .06em;
    text-transform: uppercase;
  }
  .rj1-whf-vs-col {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 16px 24px;
    font-size: 14.5px;
  }
  .rj1-whf-vs-col--firm {
    background: linear-gradient(90deg, rgba(66,111,196,.08), rgba(66,111,196,.04));
    color: var(--rj1-navy);
    font-weight: 500;
    border-right: 1px solid rgba(34,38,46,.07);
  }
  .rj1-whf-vs-col--diy {
    color: #7a7570;
  }
  .rj1-whf-vs-head .rj1-whf-vs-col--firm {
    background: rgba(66,111,196,.24);
    color: #fff;
    font-weight: 700;
    border-right: 1px solid rgba(255,255,255,.1);
  }
  .rj1-whf-vs-head .rj1-whf-vs-col--diy {
    background: rgba(255,255,255,.08);
    color: rgba(255,255,255,.72);
  }
  .rj1-whf-vs-row {
    background: #fff;
    border-bottom: 1px solid rgba(34,38,46,.07);
  }
  .rj1-whf-vs-row:last-child {
    border-bottom: none;
  }
  .rj1-whf-vs-row .rj1-whf-vs-col-label {
    background: #fafaf8;
    color: var(--rj1-ink);
    border-right: 1px solid rgba(34,38,46,.07);
  }
  .rj1-whf-vs-yes {
    color: var(--rj1-blue);
    font-weight: 700;
  }
  .rj1-whf-vs-no {
    color: #c0bab3;
    font-weight: 700;
  }

  .rj1-whf-proof-card {
    padding: 34px 34px 30px;
    border-radius: 28px;
    background: linear-gradient(155deg, #0e2d52 0%, #183d67 100%);
    color: #fff;
    box-shadow: 0 28px 56px -36px rgba(12,33,58,.42);
  }
  .rj1-whf-proof-card p {
    margin: 0 0 18px;
    font-size: 16px;
    line-height: 1.72;
    color: rgba(247,244,239,.86);
  }
  .rj1-whf-proof-card p:last-child {
    margin-bottom: 0;
  }
  .rj1-whf-proof-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .rj1-whf-proof-chip {
    padding: 22px 20px;
    border-radius: 20px;
    background: linear-gradient(150deg, rgba(255,255,255,.96), rgba(247,244,239,.94));
    border: 1px solid rgba(34,38,46,.08);
  }
  .rj1-whf-proof-chip b {
    display: block;
    margin-bottom: 8px;
    font-family: var(--rj1-serif);
    font-size: 28px;
    font-weight: 600;
    color: var(--rj1-navy);
    line-height: 1;
  }
  .rj1-whf-proof-chip span {
    display: block;
    font-size: 14px;
    line-height: 1.6;
    color: #5f5b53;
  }

  .rj1-whf-final {
    padding: 38px 42px;
    border-radius: 30px;
    background:
      linear-gradient(115deg, rgba(10,31,58,.94), rgba(16,53,92,.89)),
      url("/assets/images/handshake.jpg") center center / cover no-repeat;
    color: #fff;
    box-shadow: 0 28px 62px -40px rgba(12,33,58,.45);
  }
  .rj1-whf-final h2 {
    margin: 0 0 14px;
    color: #fff;
  }
  .rj1-whf-final p {
    margin: 0 0 24px;
    max-width: 620px;
    font-size: 16px;
    line-height: 1.72;
    color: rgba(247,244,239,.88);
  }
  .rj1-whf-final-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
  }

  @media (max-width: 1024px) {
    .rj1-whf-intro,
    .rj1-whf-cluster,
    .rj1-whf-cluster--reverse,
    .rj1-whf-proof {
      grid-template-columns: 1fr;
    }
    .rj1-whf-cluster--reverse .rj1-whf-cluster-media {
      order: 0;
    }
    .rj1-whf-cluster-media {
      min-height: 480px;
    }
    .rj1-whf-banner {
      min-height: 240px;
      background-position: center 16%;
    }
  }

  @media (max-width: 767px) {
    .rj1-whf-banner {
      min-height: 220px;
      border-radius: 22px;
      background-position: center center;
    }
    .rj1-whf-note {
      padding: 20px 20px;
      border-radius: 18px;
    }
    .rj1-whf-cluster-media {
      min-height: 360px;
    }
    .rj1-whf-visual-main {
      inset: 0 18px 74px 0;
      border-radius: 22px;
    }
    .rj1-whf-visual-accent {
      width: 54%;
      height: 150px;
      border-radius: 20px;
      border-width: 6px;
    }
    .rj1-whf-visual-tag {
      left: 16px;
      right: 16px;
      max-width: none;
      bottom: 16px;
      font-size: 11.5px;
    }
    .rj1-whf-vs-head,
    .rj1-whf-vs-row {
      grid-template-columns: 1fr;
    }
    .rj1-whf-vs-head .rj1-whf-vs-col-label {
      display: none;
    }
    .rj1-whf-vs-row .rj1-whf-vs-col-label {
      border-right: none;
    }
    .rj1-whf-vs-col--diy {
      border-top: 1px solid rgba(34,38,46,.06);
    }
    .rj1-whf-proof-grid {
      grid-template-columns: 1fr;
    }
    .rj1-whf-cost-grid {
      grid-template-columns: 1fr;
    }
    .rj1-whf-proof-card,
    .rj1-whf-final {
      padding: 28px 22px;
      border-radius: 24px;
    }
  }
