
  /* =========================
     Scoped: Apply Intro (Match Screen5 Pre-Form Reminder Title Standard)
     Title spec:
     - Inter
     - Desktop 28px / Mobile 24px
     - Weight 700
     - Line-height 1.25
     - Center aligned (card-like)
     - Semantic: action reminder (not section H2)
     ========================= */
  #cfh-apply-intro{
    width:100%;
    box-sizing:border-box;
    margin:56px 0 0 0;
  }

  #cfh-apply-intro .cfh-container{
    max-width:1440px;
    margin:0 auto;
    padding:0 clamp(20px, 4vw, 72px);
    box-sizing:border-box;
  }
  @media (max-width:768px){
    #cfh-apply-intro .cfh-container{
      padding:0 20px;
    }
  }

  #cfh-apply-intro .apply-section{
    padding:24px 0;
    margin:0 0 64px 0;
  }

  /* ✅ Title adjusted to Screen5 standard */
  #cfh-apply-intro .apply-text{
    font-family: Inter, "Segoe UI", Arial, sans-serif; /* Inter first */
    font-size:28px;          /* Desktop */
    font-weight:700;         /* Bold */
    line-height:1.25;        /* Tight CTA title */
    color:#1a2530;           /* Match the reminder title tone */
    margin:0 0 22px 0;       /* Keep close to Screen5 rhythm */
    text-align:center;       /* Center like card title */
    max-width: 70ch;         /* Readable line length while centered */
    margin-left:auto;
    margin-right:auto;
  }
  @media (max-width:768px){
    #cfh-apply-intro .apply-text{
      font-size:24px;        /* Mobile */
      margin:0 0 18px 0;
    }
  }

  /* Body (keep your current standard) */
  #cfh-apply-intro .tips-text{
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    font-size:17px;
    line-height:1.8;
    color:#444;
    margin:0 0 24px 0;
    text-align:left;
    max-width:1100px;
    margin-left:auto;
    margin-right:auto;
  }
  @media (max-width:768px){
    #cfh-apply-intro .tips-text{
      font-size:17px;
      margin:0 0 20px 0;
    }
  }

  #cfh-apply-intro .tips-text strong{
    font-weight:700;
    color:#333;
  }

  /* Button (keep your current style) */
  #cfh-apply-intro .signup-btn{
    display:inline-block;
    margin-left:12px;
    padding:18px 32px;
    background:#8B5A2B;
    color:#fff;
    text-decoration:none;
    border-radius:8px;
    font-size:18px;
    font-weight:600;
    line-height:1;
    white-space:nowrap;
    box-shadow:0 3px 8px rgba(139, 90, 43, 0.25);
    transition:all .25s ease;
    vertical-align:middle;
  }
  #cfh-apply-intro .signup-btn:hover{
    background:#6a3410;
    transform:translateY(-1px);
    box-shadow:0 5px 12px rgba(139, 90, 43, 0.3);
  }
  @media (max-width:768px){
    #cfh-apply-intro .signup-btn{
      display:block;
      margin:12px 0 0 0;
      padding:16px 28px;
      width:fit-content;
      margin-left:auto;
      margin-right:auto;
    }
  }

  /* Benefits */
  #cfh-apply-intro .benefits-wrapper{
    margin:0 0 28px 0;
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    font-size:17px;
    line-height:1.8;
    color:#444;
    text-align:left;
    max-width:1100px;
    margin-left:auto;
    margin-right:auto;
  }
  @media (max-width:768px){
    #cfh-apply-intro .benefits-wrapper{
      font-size:17px;
      margin:0 0 24px 0;
    }
  }

  #cfh-apply-intro .benefits-label{
    font-weight:600;
    margin-right:12px;
    color:#333;
  }

  #cfh-apply-intro .benefit-item{
    display:inline-block;
    margin-right:20px;
    padding-left:24px;
    position:relative;
    color:#444;
  }
  #cfh-apply-intro .benefit-item::before{
    content:"✓";
    position:absolute;
    left:0;
    top:2px;
    color:#1a7f37;
    font-weight:700;
    font-size:16px;
  }

  #cfh-apply-intro .down-arrows{
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    font-size:36px;
    color:#8B5A2B;
    line-height:1;
    text-align:center;
    margin:16px 0 0 0;
    opacity:.8;
  }

  @media (max-width:768px){
    #cfh-apply-intro .benefit-item{
      display:block;
      margin:8px 0 0 0;
      padding-left:22px;
    }
  }
