/* Start custom CSS for html, class: .elementor-element-52974f92 */.page-header{display:none;}
	.header{
      padding: 42px 0 10px;
    }

    .main{
      padding: 0 0 64px;
    }

    /* SAME typography as FPHA page */
    .h1{
      font-size: 44px;
      line-height: 1.08;
      letter-spacing: -0.02em;
      margin: 0 0 18px;
      font-weight: 800;
    }

    .h2{
      font-size: 38px;
      line-height: 1.15;
      margin: 44px 0 14px;
      font-weight: 800;
      letter-spacing: -0.02em;
    }

    .p{
      margin: 0 0 14px;
      color: #4b5563;
      font-size: 16px;
    }

    .lead .p{
      color:#374151;
    }

    .a{
      color:#0b63f6;
      text-decoration: underline;
      text-underline-offset: 2px;
    }

    /* SAME bullets spacing as FPHA */
    .hero-links{
      margin: 10px 0 18px;
      padding-left: 18px;
      color:#111827;
    }
    .hero-links li{ margin: 6px 0; }

    /* SAME divider */
    .divider{
      border-top: 1px solid #e5e7eb;
      margin: 28px 0 0;
    }

    .section{
      padding-top: 6px;
    }

    /* SAME contact card as FPHA */
    .contact-card{
      margin-top: 36px;
      border:1px solid #dbeafe;
      background:#f3f7ff;
      border-radius: 12px;
      padding: 22px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap: 16px;
    }

    .contact-title{
      margin:0 0 6px;
      font-size: 22px;
      font-weight: 800;
      letter-spacing:-0.01em;
      color:#0b0f17;
    }

    .contact-sub{
      margin:0;
      color:#4b5563;
      font-size:16px;
    }

    .contact-actions{
      flex-shrink:0;
    }

    /* SAME buttons as FPHA */
    .btn{
      display:inline-block;
      background:#0b63f6;
      color:white;
      text-decoration:none;
      border: 1px solid transparent;
      padding: 12px 20px;
      border-radius: 8px;
      font-weight:700;
      font-size:16px;
      transition: 0.15s ease;
      box-shadow: 0 6px 14px rgba(11, 99, 246, 0.18);
      white-space: nowrap;
    }
    .btn:hover{ background:#0a57d8; }
    .btn:active{ transform: translateY(1px); }

    .btn-secondary{
      background: transparent;
      color: #0b63f6;
      border-color: #0b63f6;
      box-shadow: none;
    }

    .contact-anchor{
      margin-top:20px;
      color:#6b7280;
      font-size:16px;
    }

    @media (max-width: 640px){
      .contact-card{
        flex-direction:column;
        align-items:flex-start;
      }
    }/* End custom CSS */